/*
Theme Name: Flatsome Child index
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/


section.taisao {
  background: linear-gradient(
    to bottom,
    #000 0%,
    #111827 100%
  );
}


.is-divider {
  background: linear-gradient(
    90deg,
    #eab308 0%,
    #dc2626 100%
  );
}

.row.equal-height {
  display: flex;
}

.row.equal-height > .col {
  display: flex;
}

.row.equal-height .col-inner {
  flex: 1;
}

.kt-gradient .box-image {
  position: relative;
}

.kt-gradient .box-text{
	padding-left:30px
}

.kt-gradient .box-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(0 0 0), rgba(0, 0, 0, 0.1));
    pointer-events: none;
}

/* css quy trình làm việc */
/* STEP BOX */
.step-box {
  text-align: center;
  color: #fff;
  position: relative;
}

/* ICON BOX */
.step-icon {
  width: 130px;
  height: 130px;
  margin: 0 auto 25px;
  background: linear-gradient(135deg,#facc15,#dc2626);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.step-icon i {
  font-size: 42px;
  color: #000;
}

/* NUMBER */
.step-number {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 60px;
  height: 60px;
  background: #000;
  border: 4px solid #facc15;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: #facc15;
  font-size: 22px;
}

/* TITLE */
.step-box h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* DESCRIPTION */
.step-box p {
  color: #9ca3af;
  font-size: 15px;
}

/* LINE nối giữa các bước */
@media (min-width: 768px) {
  .step-box::after {
    content: "";
    position: absolute;
    top: 60px;
    right: -50%;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg,#facc15,#dc2626);
    z-index: -1;
  }

  .col:last-child .step-box::after {
    display: none;
  }
}

/* hết css quy trình làm việc */

.footer-wrapper{
	border-top: solid #e9b204 1px;
}

.header-wrapper{
	border-bottom: solid #e9b204 1px;
}

/* css border hover */
.kt-gradient :: hover{
	border: solid #e9b204 1px;
}
