.hero-content-inner-top {
  padding: 80px 0px 78px;
  text-align: left;
}

div#acm-hero-610 {
  padding-bottom: 92px;
}

.hero-title-all {
  color: #f1f5cc;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  color: #F1F5CC;
}

.lead-all.description {
  color: #f1f5cc;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.hero-title {
  color: #f1f5cc;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  margin-bottom: 18px;
}

.hero-sub-title {
  color: #f1f5cc;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

h1.hero-title i.fas.fa-arrow-circle-up {
  font-size: 16px;
  color: #c6d34c;
}

.lead.description {
  color: #f1f5cc;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin: 24px 0;
}

/* .features-item {
  margin-bottom: 16px;
} */

.item-inner {
  border-radius: 8px;
  border: 1px solid var(--Neon-Gradient-Stroke, #E8FF47);
  background: linear-gradient(119deg, rgba(255, 255, 255, 0.50) 3.23%, rgba(255, 255, 255, 0.60) 53.59%, rgba(247, 255, 252, 0.70) 100%);
  box-shadow: 0px 2px 4px 0px rgba(29, 65, 40, 0.15);
  backdrop-filter: blur(12px);
}

.img-icon {
  max-width: 36px;
  height: auto;
}

/* style 3 */
.acm-hero.style-3 {
  padding-top: 92px;
}

.acm-hero.style-3 .container-box {
  max-width: 1030px;
  margin: 64px auto 58px;
}

.acm-hero.style-3 .container-box .sub-title {
  color: #004822;
  text-align: center;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.acm-hero.style-3 .container-box .main-title {
  color: #004822;
  text-align: center;
  font-family: Inter;
  font-size: 42px;
  font-weight: 700;
  line-height: 56px;
  margin-top: 16px;
  margin-bottom: 24px;
}

.acm-hero.style-3 .container-box .main-desc {
  color: #1D4128;
  text-align: center;

  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.acm-hero.style-3 .container-box .box-button {
  margin-top: 40px;
  display: flex;
  gap: 36px;
  justify-content: center;
  margin-bottom: 30px;
}

.acm-hero.style-3 .container-box .box-features {
  padding: 32px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(247, 255, 252, 0.60) 0%, rgba(247, 255, 252, 0.60) 100%);
  box-shadow: 0px 0px 16px 0px rgba(247, 255, 252, 0.32);
  backdrop-filter: blur(10px);
  position: relative;
}

.acm-hero.style-3 .container-box .box-features .title {
  color: #004822;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 32px;
}

.acm-hero.style-3 .container-box .box-features .box-item {
  display: flex;
  align-items: center;
  gap: 13px;
}

.acm-hero.style-3 .container-box .box-features .box-item:nth-of-type(2) {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 102, 48, 0.30);
}

.acm-hero.style-3 .container-box .box-features .box-item:nth-of-type(3) {
  padding-block: 24px;
  border-bottom: 1px solid rgba(0, 102, 48, 0.30);
}

.acm-hero.style-3 .container-box .box-features .box-item:nth-of-type(4) {
  padding-top: 24px;
}

.acm-hero.style-3 .container-box .box-features .box-item .item-left>img {
  width: 48px;
  height: 48px;
}

.acm-hero.style-3 .container-box .box-features .box-item .item-right {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.acm-hero.style-3 .container-box .box-features .box-item .item-right span:nth-child(1) {
  color: #1D4128;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 43px;
}

.acm-hero.style-3 .container-box .box-features .box-item .item-right span.desc {
  color: #006630;
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.acm-hero.style-3 .container-box .box-features .box-right-img .img2 {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  max-width: 238px;
}

@media (min-width: 992px) {
  div#acm-hero-cndn-610 {
  
    background: linear-gradient(270deg, rgba(10, 77, 41, 0.00) 0%, #0a4d29 34.5%, #004822 65.5%);
    .hero-content-inner-top {
      padding: 92px 0 92px;
    }
  }


  .hero-content-inner-top {
    padding: 92px 0px;
    text-align: center;
    /* max-width: 820px; */
  }

  .hero-title-all {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 64px;

  }

  .hero-sub-title {
    font-size: 33px;
    line-height: 48px;
  }

  .lead-all.description {
    color: #f1f5cc;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
  }

  .hero-title {
    color: #f1f5cc;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
  }

  .img-icon {
    max-width: 100%;
    height: auto;
  }

  .lead.description {
    color: #f1f5cc;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 22px;
  }

  .item-inner {
    display: flex;
    gap: 16px;
    align-items: center;
    max-width: 352px;
    border-radius: 8px;
    border: 1px solid #e8ff47;
    background: linear-gradient(119deg, rgba(255, 255, 255, 0.50) 3.23%, rgba(255, 255, 255, 0.60) 53.59%, rgba(247, 255, 252, 0.70) 100%);
    box-shadow: 0px 2px 4px 0px rgba(29, 65, 40, 0.15);
    backdrop-filter: blur(12px);
    padding: 35px 8px 16px;
  }

  .features-content span {

    top: 0px;
    left: 0;
    bottom: auto;
    right: auto;
    position: absolute;
    transform: translate(5%, -50%);
    padding: 4px 8px;
    border-radius: 4px;
    background: #00564B;
    color: #D5E27B;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }

  .acm-hero.style-1 .desc {
    color: #006630;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 144.444% */
  }

  .acm-hero.style-3 {
    padding-top: 80px;
  }

  .acm-features.style-3 .features-item:nth-child(1) {
    justify-content: end;
    display: flex;
  }

  .acm-features.style-3 .features-item:nth-child(2) {
    justify-content: center;
    display: flex;

  }

  .acm-features.style-3 .features-item:nth-child(3) {
    justify-content: start;
    display: flex;
  }

  @property --angle {
    syntax: '<angle>';
    initial-value: 90deg;
    inherits: true;

  }

  @property --gradX {
    syntax: '<percentage>';
    initial-value: 50%;
    inherits: true;
    border-radius: 8px;
  }

  @property --gradY {
    syntax: '<percentage>';
    initial-value: 0%;

  }

  :root {
    --d: 2500ms;
    --angle: 90deg;
    --gradX: 100%;
    --gradY: 50%;
    --c1: #e8ff47;
    --c2: rgba(168, 239, 255, 0.1);
  }

  .gla-gradient-border-1 {
    /* border: 1px solid; */
    padding: 13px;
    /* border-image: conic-gradient(from var(--angle), var(--c2), var(--c1) 0.1turn, var(--c1) 0.15turn, var(--c2) 0.25turn) 30; */
    /* animation: borderRotate var(--d) linear infinite forwards; */
    border-radius: 8px;
    margin-bottom: -30px;
    cursor: pointer;
    box-shadow: 0 0 0 #d5e27b;
    animation: pulse 5s infinite;
    animation-delay: 3s;
    display: block;
  }

  .gla-gradient-border-2 {
    padding: 9px;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 0 0 #d5e27b;
    animation: pulse 4s infinite;
    animation-delay: 2s;
    display: block;
  }

  .gla-gradient-border-3 {
    padding: 5px;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 0 0 #d5e27b;
    animation: pulse 3s infinite;
    display: block;
    animation-delay: 1s;
  }


  @-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 1px #d5e27b;
    }

    70% {
      -webkit-box-shadow: 0 0 0 1px rgba(204, 169, 44, 0);
    }

    100% {
      -webkit-box-shadow: 0 0 0 1px rgba(204, 169, 44, 0);
    }
  }

  @keyframes borderRotate {
    100% {
      --angle: 420deg;
    }
  }

  @keyframes borderRadial {
    20% {
      --gradX: 100%;
      --gradY: 50%;
    }

    40% {
      --gradX: 100%;
      --gradY: 100%;
    }

    60% {
      --gradX: 50%;
      --gradY: 100%;
    }

    80% {
      --gradX: 0%;
      --gradY: 50%;
    }

    100% {
      --gradX: 50%;
      --gradY: 0%;
    }
  }

  .gla-title-email {
    color: #fff;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
  }

  .subscribe-form {
    position: relative;
    width: 63%;
    margin-top: 14px;
  }

  .subscribe-form input[type="email"] {
    width: 100%;
    border-radius: 8px;
    background: #fff;
    padding: 13px 16px !important;
    box-shadow: 2px 2px 4px 0px rgba(29, 65, 40, 0.24) !important;
    color: #bcb7b7;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }

  .subscribe-form input[type="email"]::placeholder {
    color: #a0a0a0;
  }

  .subscribe-form button {
    background-color: inherit;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
  }
}


/* Steven */
@media (max-width: 991px) {

  /* Style 1 */
  .description {
    color: #f1f5cc;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  #acm-hero-cndn-610 {
    background: linear-gradient(0deg, #0a4d29 50%, #0a4d29 100%);
  }

  div#acm-hero-610 {
    padding-bottom: 80px;
  }

  .container-scrollx {
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
  }

  .item-inner {
    border-radius: 8px;
    /* background: linear-gradient(180deg, rgba(247, 255, 252, 0.70) 0%, rgba(255, 255, 255, 0.80) 100%); */
    box-shadow: 4px 4px 8px 0px rgba(247, 255, 252, 0.24);
    backdrop-filter: blur(12px);
    padding: 16px;
    height: 280px;
    border-style: solid;
    background: linear-gradient(#bfbfbf, #fbfbfb) padding-box, linear-gradient(to right, #E8FF47 0%, #61FF47 100%) border-box;
    border-radius: 8px;
    border: 2px solid transparent;
  }

  .item-inner .label {
    padding: 4px 8px;
    border-radius: 4px;
    background: #00564b;
    color: #d5e27b;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    width: fit-content;
    margin-bottom: 16px;
  }

  .item-inner .img-icon {
    margin-bottom: 8px;
  }

  .item-inner .img-icon img {
    width: 32px;
    height: 32px;
  }

  .item-inner .desc {
    color: #004822;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
  }

  .item-inner .hero-btn {
    display: flex;
    height: 42px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 2px solid #1ea047;
    box-shadow: 2px 2px 4px 0px rgba(29, 65, 40, 0.24);
    color: #1ea047;
    width: fit-content;
    margin-top: 24px;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }

  /* End style 1 */
  /* style 2 */
  .hero-st2 h1 {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .title-center {
    font-size: 20px !important;
    line-height: 26px !important;
  }

  .subtitle-center {
    font-size: 16px !important;
    line-height: 21px !important;
  }

  /* Style 3 */
  .acm-hero.style-3 .container-box {
    padding-inline: 15px;
    margin: 80px auto 40px;
  }

  .acm-hero.style-3 .container-box .sub-title {
    font-size: 20px;
    line-height: 27px;
    text-align: left;
  }

  .acm-hero.style-3 .container-box .main-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 35px;
    text-align: left;
  }

  .acm-hero.style-3 .container-box .main-desc {
    display: none;
  }

  .acm-hero.style-3 .container-box .box-button {
    margin: 24px 0 40px 0;
    justify-content: start;
  }

  .acm-hero.style-3 .container-box .box-button a:nth-child(1) {
    display: none;
  }

  .acm-hero.style-3 .container-box .box-button a:nth-child(2) {
    width: fit-content;
  }

  .acm-hero.style-3 .container-box .box-features {
    padding: 24px 16px;
  }

  .acm-hero.style-3 .container-box .box-features .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 24px;
  }

  .acm-hero.style-3 .container-box .box-features .box-item:nth-of-type(2) {
    padding-bottom: 16px;
  }

  .acm-hero.style-3 .container-box .box-features .box-item:nth-of-type(3) {
    padding-block: 16px;
  }

  .acm-hero.style-3 .container-box .box-features .box-item:nth-of-type(4) {
    padding-top: 16px;
  }

  .acm-hero.style-3 .container-box .box-features .box-item .item-right span:nth-child(1) {
    font-size: 18px;
    line-height: 24px;
  }

  .acm-hero.style-3 .container-box .box-features .box-item .item-left>img {
    width: 32px;
    height: 32px;
  }

  .acm-hero.style-3 .container-box .box-features .box-item .item-right span.desc {
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
  }

  .acm-hero.style-3 .container-box .box-features .box-right-img .img1 {
    max-width: 285px;
    float: right;
    margin-top: 24px;
  }

  .acm-hero.style-3 .container-box .box-features .box-right-img .img2 {
    max-width: 130px;
    position: absolute;
    left: 32px;
    bottom: 0;
    transform: unset;
  }
}


.boxs.row {
  margin-top: 16px;
  gap: 10px;
  min-width: 220vw;
  padding: 0px 0px 0px 0px;
}

/* Style Mobile */
.container-scrollx {
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
}

.container-scrollx::-webkit-scrollbar {
  height: 3px;
}

.container-scrollx::-webkit-scrollbar-track {
  background: transparent;
  /* Màu nền của đường dẫn */
  padding: 1px;

}

.container-scrollx::-webkit-scrollbar-thumb {
  background: transparent;
  padding: 1px;
}

.container-scrollx::-webkit-scrollbar-thumb:hover {
  background: transparent;
  /* Màu của thanh cuộn khi hover */
  padding: 1px;
}

/* Style 2 */
.hero-st2 {
  margin-top: 96px;
}

.hero-st2 h1 {
  color: #004822;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  text-transform: uppercase;
}

.bubble-container {
  position: relative;
  height: 300px;
  overflow: hidden;
  background: radial-gradient(50% 50% at 50% 50%, rgba(232, 255, 71, 0.40) 0%, rgba(97, 255, 71, 0.40) 11.5%, rgba(232, 255, 71, 0.08) 69.5%, rgba(255, 255, 255, 0.00) 100%);
}

.bubble {
  position: absolute;
  color: #000;
  padding: 10px;
  animation: bubble-animation 10s infinite;
  opacity: 0;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #e8ff47;
  background: linear-gradient(119deg, rgba(255, 255, 255, 0.50) 3.23%, rgba(255, 255, 255, 0.60) 53.59%, rgba(247, 255, 252, 0.70) 100%);
  box-shadow: 0px 2px 4px 0px rgba(29, 65, 40, 0.15);
  backdrop-filter: blur(12px);
}

.img-avatar img {
  width: 61px;
  height: auto;
}

.bubble:nth-child(1) {
  /* left: 20px; */
  bottom: 20px;
  animation-delay: 0s;
}

.bubble:nth-child(2) {
  left: 80px;
  bottom: 50px;
  animation-delay: 2s;
}

.bubble:nth-child(3) {
  /* left: 180px; */
  bottom: 80px;
  animation-delay: 4s;
}

@keyframes bubble-animation {
  0% {
    transform: translateY(0);
    opacity: 0.8;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translateY(-300px);
    opacity: 0;
  }
}

/* End style 2 */