/* Page Home - box-ai-content */
.bg-light-green {
  background-color: #F2FBF6;
}

.ai-decoration {
  display: flex;
  justify-content: center;
}


.ai-decoration .box-ai-content .box-images {
  max-width: 466px;
}

.ai-decoration .box-ai-content .title strong {
  font-size: 33px;
  color: #00A94F;
}

.ai-decoration .box-ai-content .sub-title {
  font-size: 24px;
  color: #666666;
}

.ai-decoration .box-ai-content .des {
  font-size: 16px;
  color: #666666;
}

.ai-decoration .box-ai-content .icon-feature {
  width: 64px;
  padding-bottom: 16px;
}

.ai-decoration .box-ai-content .title {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
}

.ai-decoration .box-ai-content .sub-title {
  padding-bottom: 8px;
}

.ai-decoration .box-ai-content .icon-news {
  width: auto;
  height: 24px;
}

.ai-decoration .btn.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #00a94f;
  width: 248px;
  height: 48px;
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
}

.ai-decoration .btn-control {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media screen and (min-width:768px) {
  .ai-decoration .box-ai-content {
    display: flex;
    gap: 80px;
  }

  .ai-decoration {
    padding: 64px 0;
  }

  .ai-decoration .box-ai-content .head {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .ai-decoration .box-ai-content .icon-news {
    padding-left: 4px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .ai-decoration .box-ai-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .ai-decoration .box-ai-content .head {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }

  .ai-decoration .box-ai-content .box-images {
    max-width: 466px;
    width: 100%;
    margin: 0 auto;
  }

  .ai-decoration .btn-control {
    display: flex;
    gap: 16px;
    justify-content: center;
    padding-top: 24px;
  }

}

@media screen and (max-width:767px) {
  .ai-decoration {
    padding: 48px 0;
  }

  .ai-decoration .head {
    padding-top: 24px;
  }



  .ai-decoration .btn.btn-primary {
    width: 100%;
  }

  .ai-decoration .box-ai-content .head {
    display: flex;
    flex-direction: column;
  }

  .ai-decoration .box-ai-content .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 8px !important;
  }

  .ai-decoration .btn-control {
    display: flex;
    flex-direction: column;
    padding-top: 24px;
  }
}

/* Page search - box-ai-feature */
.gradient-box {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  border-radius: 12px;
  background: linear-gradient(165deg, #00e0b6 0%, #3683d6 60%, #6555e8 100%);
  overflow: hidden;
  padding: 32px 0;
}

.gradient-box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 88px;
  background: linear-gradient(335deg, rgba(0, 0, 0, 0.20) 0.3%, rgba(0, 0, 0, 0) 105%);
  z-index: 1;
}

.ai-decoration .box-ai-feature {
  position: relative;
  z-index: 5;
}

.box-ai-feature {
  justify-content: center;
}


.ai-decoration .gradient-box .icon-feature {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 74px;
  padding-bottom: 16px;
}

.ai-decoration .gradient-box .icon-feature img {
  width: 100%;
}

.ai-decoration .box-ai-feature .title strong,
.ai-decoration .box-ai-feature .sub-title,
.ai-decoration .box-ai-feature .des,
.box-ai-feature .txt-link {
  color: #fff !important;
}

@media screen and (min-width:992px) {
  .ai-decoration .box-ai-feature {
    display: flex;
    gap: 40px;
  }

  .ai-decoration .box-ai-feature .head {
    width: 470px;
  }

  .box-ai-feature .box-images {
    max-width: 320px !important;
    width: 100%;
  }


  .ai-decoration .box-ai-feature .btn-control {
    margin-bottom: -8px;
  }
}


@media (max-width:991px) {

  .box-ai-feature {
    display: flex;
    flex-direction: column;
    flex-flow: wrap-reverse !important;
    gap: 24px;
    padding-bottom: 120px;
  }

  .ai-decoration .box-ai-feature .title {
    display: flex;
    flex-direction: unset;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px !important;
  }

  .ai-decoration .box-ai-feature .title strong {
    font-size: 20px;
  }

  .box-ai-feature .btn-control {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 16px;
  }

  .box-ai-feature .txt-detail {
    padding: 0 8px;
  }

  .gradient-box::before {
    height: 235px;
  }
}

@media screen and (max-width:767px) {
  .gradient-box {
    padding: 24px 16px;
    background: linear-gradient(120deg, #17c3af 10%, #3683d6 55%, #6555E8 82%);
  }

  .box-ai-feature .btn-control {
    bottom: 10px;
  }

}