.content {
  width: 100%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.content .text.w {
  width: 920px;
}

.content .img {
  margin-top: 40px;
}

/* .content .button.d-block {
    width: 160px;
    margin-left: auto;
    margin-right: auto;
} */

/* .main-bg {
  position: relative;
  /* background: linear-gradient(to top, #111928 0%, #3F4C65 61.06%, #2AAE99 100%);  
  background-color: #0c111d;
}

.main-bg .banner-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.main-bg .banner-img-one {
  right: 0;
  bottom: 0;
}

.main-bg .banner-img-two {
  top: 0;
  left: 0;
}

.main-bg .banner-img-three {
  top: 0;
  left: 0;
} */
/* 
.main-content {
  position: relative;
  display: grid;
  align-items: center;
  padding: 160px 96px 180px;
  margin-top: 68px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  z-index: 3;
  grid-template-columns: 1.2fr 1fr;
}

.main-content .left-box {
  text-align: left;
}

.main-content .left-box .header-1 {
  color: #fff;
  margin-bottom: 30px;
  font-weight: 800;
}

.main-content .left-box .header-3 {
  color: #4dcab6;
  margin-bottom: 20px;
}

.main-content .left-box .body-1 {
  color: #9ca3af;
} */

.box {
  /* padding-top: 160px;
  padding-bottom: 160px; */
  /* padding: 160px 0; */
}

/* .box .desc {
  width: 50%;
  padding-left: 30px;
  text-align: left;
} */

.box .mt-10 {
  margin-top: 192px;
}

.step-con {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step-con .header-2 {
  font-weight: 800;
  color: #343a40;
  margin-bottom: 15px;
}

.step-con .header-3 {
  font-weight: 500;
  color: #9ca3af;
}

.step-box {
  width: 100%;
  /*
    display: flex;
    justify-content: space-around;
    width: 90%;
    margin: 40px auto 0; */
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 40px;
  margin: 70px auto;
  /* background-color: #f9fafb; */
  /* padding: 50px 90px; */
  max-width: 1440px;
  column-gap: 32px;
}

.step-box .step {
  /* flex: 1 1 0; */
  /* display: flex;
  align-items: center; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-row-gap: 11px;
  padding: 24px;
  width: 100%;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
    0px 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.step-box .step .img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 11px;
  width: 96px;
  height: 96px;
  border-radius: 8px;
  background: #f3f4f6;
}

.step-box .step .img .img-fluid {
  width: 48px;
  height: 48px;
  filter: grayscale(50%);
}

.step-box .step .text-con .header-2 {
  color: #111928;
}
.step-box .step .text-con .header-3 {
  color: #6b7280;
}
.step-box .step .btn {
  width: 240px;
  height: 58px;
}
.step-box .step .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 58px;
  border-radius: 12px;
  border: 1px solid #2aae99;
  background: #fff;
}

.step-box .step .btn .button-1 {
  margin-right: 8px;
  color: #2aae99;
}
.step-box .step .btn .img-green {
  display: block;
}
.step-box .step .btn .img-white {
  display: none;
}
.step-box .step .btn .icon-right {
  width: 14px;
  height: 14px;
}

.step:hover {
  background-color: #09574b;
}

.step-box .step:hover .text-con .header-2 {
  color: #fff;
}
.step-box .step:hover .text-con .header-3 {
  color: #fff;
  opacity: 0.8;
}
.step-box .step:hover .img {
  background: #fff;
}
.step-box .step:hover .img .img-fluid {
  filter: grayscale(0%);
  transform: scale(1.3);
  transform-origin: center;
}
.step-box .step .btn:hover {
  background-color: #13907c;
  border-color: #13907c;
}
.step-box .step .btn:hover .button-1 {
  color: #fff;
}
.step-box .step .btn:hover .img-white {
  display: block;
}
.step-box .step .btn:hover .img-green {
  display: none;
}

/* .step-box .step .header-4 {
  font-weight: 700;
  color: #343a40;
} */

/* .step-box .step .body-1 {
  font-weight: 400;
  color: #9ca3af;
  margin-top: 5px;
} */

/* .function-con-one {
  background-image: url("~/img/home/banner-bg-1.png");
  background-size: 100% 100%;
}
.function-con-two {
  background-image: url("~/img/home/banner-bg-2.png");
  background-size: 100% 100%;
}
.function-con-three {
  background-image: url("~/img/home/banner-bg-3.png");
  background-size: 100% 100%;
} */

/* .function-con .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */
/* 
.function-box .function-con {
  display: grid;
  grid-column-gap: 80px;
  align-items: center;
  max-width: 1280px;
  /* margin-left: auto;
  margin-right: auto;
  margin-top: 220px;  
  margin: 220px auto 0;
  padding: 24px;
  position: relative;
  border-radius: 16px;
}

.function-box .function-con .desc .button:hover {
  filter: grayscale(20%);
}

.function-con .img-fluid {
  width: 100%;
  filter: drop-shadow(10px 10px 8px rgba(0, 0, 0, 0.25));
}

.function-box .function-con:nth-child(odd) {
  grid-template-columns: 1fr 1.1fr;
}

.function-box .function-con:nth-child(even) {
  grid-template-columns: 1.1fr 1fr;
} */

.logo-con {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 600px;
  grid-column-gap: 80px;
  align-items: center;
}
.logo-con .header-2 {
  text-align: left;
}
.logo-con .logo-box {
  display: grid;
  grid-template-columns: 0.3fr 1fr 1fr;
  grid-row-gap: 32px;
  grid-column-gap: 68px;
  justify-content: space-between;
}
.logo-con .logo-box .logo {
  width: auto;
  height: 64px;
}
.logo-con .logo-box .logo .img-fluid {
  filter: grayscale(100%);
  height: 100%;
  object-fit: contain;
}

/* .function-box .function-con .button {
  width: 240px;
} */

/* .cover-con .header-2 {
  color: #343a40;
  font-weight: 800;
} */
/* 
.cover-box {
  display: -webkit-box;
  OLD - iOS 6-, Safari 3.1-6
  display: -moz-box;
  OLD - Firefox 19- (buggy but mostly works)
  display: -ms-flexbox;
  TWEENER - IE 10
  display: -webkit-flex;
  NEW - Chrome
  display: flex;
  NEW, Spec - Opera 12.1, Firefox 20+
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  column-gap: 100px;
}

.cover-box .cover {
  width: 534px;
  margin-top: 80px;
  padding: 60px 20px 57px;
  border-top: 5px solid #2aae99;
  box-shadow: 0px 2px 8px 0px rgba(23, 23, 23, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}

.cover-box .cover .img {
  height: 120px;
  margin-top: 44px;
  margin-bottom: 44px;
}

.cover-box .cover .header-4 {
  font-weight: 700;
  color: #343a40;
}

.cover-box .cover .body-1 {
  font-weight: 400;
  color: #343a40;
}

.cover-box .cover .word {
  height: 38px;
}

.cover-box .cover .button {
  margin-top: 40px;
} */

.video-box {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.logo-con .header-2 {
  color: #212529;
}

.client-box {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-bottom: 150px;
}

.client-box .left {
  width: 290px;
}

.client-box .left .s-title {
  font-size: 46px;
}

.client-box .left .line {
  width: 80px;
  height: 8px;
  background-color: #2aae99;
  margin-top: 0;
}

.client-box .left .line.mt {
  margin-top: 30px;
}

.client-box .right {
  width: 805px;
  margin-left: 70px;
}

.client-box .right .mark-down {
  float: right;
  margin-top: -55px;
}

.client-box .right .carousel-indicators {
  bottom: -70px;
}

.client-box .right .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #a0a0a0;
}

.client-box .right .carousel-indicators li.active {
  background-color: #2aae99;
}

.client-box .right .carousel-item {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 240px;
}

.client-box .right .carousel-item.active {
  display: flex;
}

.client-box .right .carousel-item .logo img {
  height: 65px;
}

.text-dan {
  color: #dc2019;
  font-weight: bold;
}

.background {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 1200px;
  transform: skewY(-15deg);
  transform-origin: 0 0;
  transition: opacity 0.5s ease-out;
  background-color: #fbfbfb;
  z-index: 1;
}

.top-index {
  position: relative;
  z-index: 2;
}

.left-box .button {
  width: 240px;
}

/* Large devices (desktops, less than 1450px) */
@media (max-width: 1449.98px) {
  .content {
    width: 100%;
    margin-bottom: 110px;
  }
  /* .box .desc {
    width: 60%;
  } */

  .client-box {
    width: 90%;
  }

  /* .function-box .function-con {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-top: 180px;
  }

  .function-box .function-con:nth-child(2) {
    flex-direction: column;
  } */
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .content {
    /* width: 90%; */
    width: 100%;
    /* margin-bottom: 110px; */
  }
  /* 
  .main-content {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  } */

  .box {
    /* margin-top: 130px; */
    margin-bottom: 20px;
  }
  .box .desc {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-top: 60px;
  }

  .box .function-con .desc {
    margin-top: 0px;
  }

  .box .mt-10 {
    margin-top: 80px;
  }

  /* .function-box .function-con {
    grid-column-gap: 40px;
    margin-top: 140px;
  } */

  .logo-con {
    grid-column-gap: 40px;
  }

  .logo-con .logo-box {
    grid-column-gap: 48px;
  }

  .price-box,
  .step-box,
  .cover-box,
  .video-box,
  .client-box {
    width: 100%;
  }

  .logo-box .logo {
    width: 25%;
  }

  .client-box .left {
    width: 37%;
  }

  .client-box .right {
    margin-left: 50px;
  }

  .client-box .right .carousel-indicators {
    bottom: -50px;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .logo-box .logo {
    width: 33.3%;
  }

  .logo-con {
    grid-column-gap: 0;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .logo-con .logo-box {
    margin: 0 auto;
    width: 600px;
    grid-column-gap: 48px;
  }

  /* .main-content {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  } */

  .client-box .left {
    width: 100%;
    text-align: center;
  }

  .client-box .left .s-title {
    font-size: 38px;
  }

  .client-box .right {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
  /* .main-content {
    display: grid;
    grid-row-gap: 20px;
  } */
  /* .main-content .right-box {
    width: 100%;
  }
  .main-content .right-box img {
    width: 100%;
  } */

  .step-box {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: space-around;
    flex-wrap: wrap;
    /* margin-top: -10px;
     */
    margin-top: 40px;
    margin-bottom: 0;
  }

  .function-con .desc .button {
    width: 12;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .box {
    /* margin-top: 100px; */
    margin-bottom: 20px;
    /* padding: 80px; */
  }

  .box .desc {
    /* margin-top: 40px; */
  }

  .box .mt-10 {
    margin-top: 60px;
  }

  .logo-con .logo-box {
    width: 100%;
  }

  /* .logo-con .logo-box:nth-child(n + 3):nth-child(-n + 4) {
    flex-direction: row-reverse;
  } */

  /* .step-box .step {
    width: 48%;
    margin-top: 25px;
    flex: none;
  }

  .step-box .step .word {
    height: 40px;
  } */

  /* .function-box .function-con:nth-child(odd) {
    grid-template-columns: 1fr;
  }
  .function-box .function-con:nth-child(odd) .left {
    grid-row: 2;
  }
  .function-box .function-con:nth-child(odd) .right {
    grid-row: 1;
  }

  .function-box .function-con:nth-child(even) {
    grid-template-columns: 1fr;
  }
  .function-box .function-con {
    grid-row-gap: 40px;
    margin-top: 100px;
  } */

  .cover-box {
    flex-direction: column;
  }

  .cover-box .cover {
    width: 90%;
    margin-top: 60px;
  }

  .cover-box .cover.ml {
    margin-left: 0;
    margin-top: 40px;
  }

  .logo-box {
    margin-top: 55px;
  }

  .client-box .left .s-title {
    font-size: 34px;
  }

  .client-box .right .mark-up,
  .client-box .right .mark-down {
    width: 28px;
  }

  .client-box .right .carousel-item .logo img {
    width: 120px;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  /* .content { */
  /* margin-bottom: 80px;
  } */
  .main-content {
    padding: 116px 40px 135px;
  }

  .logo-con .logo-box {
    grid-column-gap: 12px;
    grid-row-gap: 16px;
  }

  /* .step-box .step .img {
    width: 100px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
  }

  .step-box .step .img.h {
    width: 80px;
  } */

  .cover-box .cover {
    padding-top: 50px;
    padding-bottom: 47px;
  }

  .cover-box .cover img {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-box .logo {
    width: 50%;
  }
  /* .function-box .function-con {
    margin-top: 60px;
  } */
}

@media (max-width: 525.98px) {
  .client-box .right .carousel-item {
    height: 300px;
  }
}

@media (max-width: 425.98px) {
  .client-box .right .carousel-item {
    height: 330px;
  }
}

/* Extra small devices (portrait phones, less than 376px) */
@media (max-width: 375.98px) {
  .logo-con .header-2 {
    text-align: center;
  }
  .content {
    margin-bottom: 60px;
  }
  .main-content {
    margin-top: 54px;
  }

  .box {
    /* margin-top: 60px; */
    /* margin-bottom: 20px; */
  }

  .box .desc {
    /* margin-top: 30px; */
  }

  .box .mt-10 {
    /* margin-top: 40px; */
  }

  /* .step-box .step .img {
    width: 85px;
    height: 80px;
  }

  .step-box .step .img.h {
    width: 70px;
  }

  .step-box .step .line {
    width: 20px;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .step-box .step .word {
    font-size: 14px;
    height: 50px;
  } */

  .cover-box .cover {
    margin-top: 24px;
    padding: 34px 20px 35px;
    border-top: 2px solid #2aae99;
    box-shadow: 0px 0px 2px 0px rgba(23, 23, 23, 0.25);
  }

  .cover-box .cover.ml {
    margin-top: 22px;
  }

  .cover-box .cover img {
    height: 80px;
    margin-top: 24px;
    margin-bottom: 20px;
  }

  .cover-box .cover .word {
    height: 40px;
  }

  .cover-box .cover .button {
    margin-top: 11px;
  }

  .logo-box {
    margin-top: 35px;
  }

  .logo-box .logo img {
    width: 80%;
  }

  .client-box {
    margin-bottom: 70px;
  }

  .client-box .left .s-title {
    font-size: 24px;
  }

  .client-box .right {
    margin-top: 20px;
  }

  .client-box .right .mark-up {
    width: 20px;
  }

  .client-box .right .mark-down {
    width: 20px;
    margin-top: -35px;
  }

  .client-box .right .carousel-indicators {
    bottom: -40px;
  }

  .client-box .right .carousel-indicators li {
    width: 6px;
    height: 6px;
  }

  .client-box .right .carousel-item {
    height: 240px;
  }

  .client-box .right .carousel-item .logo img {
    width: 75px;
    height: auto;
  }
}
