/* banner */
.banner {
  position: relative;
  max-width: 1247px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  overflow: visible;
  margin-top: 34px;
  /* margin-top: 24px; */
  /* max-width: 1187px; */
  /* padding-left : calc(((100vw - 1187px) / 2) + 15px); */
  /* padding-right: calc(((100vw - 1187px) / 2) + 15px); */
}

.banner__wrapper {
  /* position: relative; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* height: 700px; */
  /* height: 775px; */
  height: 820px;
}

/* Banner left */

.banner__left {
  max-width: 570px;
  width: 100%;
  position: relative;
  z-index: 22;
  top: -10px;
}

html[lang="en"] .banner__left {
  top: -24px;
}

html[lang="vi"] .banner__text {
  margin-top: 44px;
}

.banner__left-title {
  /* color: #2b2d2f; */
  color: #323539;
  font-family: "Renogare";
  font-size: 70px;
  line-height: 90px;
  max-width: 460px;
  font-weight: 400;
}

.banner__left .line {
  height: 4px;
  margin-top: 40px;
}

.banner__text {
  margin-top: 47px;
  font-size: 20px;
  line-height: 30px;
  color: #596574;
}

.banner__text p + p {
  margin-top: 24px;
}

.banner__left form {
  margin-top: 40px;
  display: block;
  justify-content: space-between;
  /* height: 52px; */
  border-radius: 5px;
  /* -webkit-box-shadow: 0px 0px 0px 1px #333;
    -moz-box-shadow: 0px 0px 0px 1px #333;
    box-shadow: 0px 0px 0px 1px #333; */
  max-width: 560px;
}

/* scalize */

/* .wrap-selector {
    position: absolute;
    top: 6%;
    left: 7%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 3;
  } */

.wrap-selector {
  position: absolute;
  top: 8.2%;
  left: 10.2%;
  width: 100%;
  z-index: 21;
  /* height: 100%; */
  height: fit-content;
  overflow: hidden;
}

.scalize .item-point {
  width: auto;
  height: auto;
  background: transparent;
  box-shadow: unset;
  border: unset;
}

/* Banner right */
.banner__right {
  position: absolute;
  /* width: 75%; */
  /* right: -20.3%; */
  width: 87%;
  right: -27.3%;
}

.banner__right .target {
  position: relative;
  z-index: 20;
  display: block;
  /* width: auto; */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner__right .target__mb {
  display: none;
}

.banner__right-logo {
  position: relative;
}

/* Keyframes */

/* Keyframes */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* @keyframes logoScale {
  /* @keyframes logoScale {
    0% {
      transform: scale(1);
    }
  
    50% {
      transform: scale(0.7);
    }
  
    100% {
      transform: scale(1);
    }
  } */

@-webkit-keyframes logoScale {
  to {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes logoScale {
  to {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes bubbleDown {
  0% {
    transform: translateY(0%) translateX(0%);
    opacity: 1;
    top: 0%;
  }

  20% {
    transform: translateY(200%) translateX(30%);
  }

  50% {
    transform: translateY(500%) translateX(-30%);
  }

  70% {
    transform: translateY(700%) translateX(-30%);
  }

  90% {
    transform: translateY(900%) translateX(-30%);
  }

  99% {
    opacity: 1;
  }

  100% {
    transform: translateY(1000%);
    top: 7%;
    opacity: 0;
  }
}

/* Animation Spinning */

.banner__right-logo .img-rotate {
  animation: spin 5s linear infinite;
  border-radius: 50%;
  width: 18%;
}

.banner__right-logo .logo-img {
  position: absolute;
  width: 100px;
  height: 85px;
  object-fit: contain;
  left: 48px;
  top: 26%;
  animation: logoScale 2s both infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Animation bubble */

.banner__bubble {
  position: absolute;
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
  left: -5%;
  top: 0;
  padding-top: 60px;
  z-index: 21;
  display: none;
}

.banner__bubble > span {
  position: absolute;
  top: -220px;
  background: transparent;
  border-radius: 50%;
  pointer-events: none;
  background: linear-gradient(180deg, #a738ff 0%, #2889fc 100%);
  animation: bubbleDown 10s linear infinite;
}

/* Eclipse tracking line gsap */

/* .circular-path {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -2.6%;
    left: 31.7%;
    transform-origin: center;
    transform: scale(1);
  }
  
  #circle-svg {
    position: relative;
    top: 14%;
    left: -22.7%;
    overflow: visible;
    width: 865.8px;
    height: 663px;
  } */

.circular-path {
  width: 78.5%;
  height: 78.9%;
  position: absolute;
  top: 11.5%;
  /* left: 2%; */
  left: 18.5%;
  z-index: 20;
}

#circle-svg {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
}

#circle,
#cicle1,
#cicle2,
#cicle3 {
  position: relative;
  z-index: 15;
}

/* #circle1,
  #circle2 {
    position: relative;
    z-index: 10;
  } */

/* section performance */
.performance {
  /* margin-top: 73px; */
  /* margin: 73px 0px 70px; */
  padding: 73px 0px 70px;
}

.performance__content-mb {
  display: none;
}

.performance__content {
  margin-top: 32px;
  display: flex;
  gap: 43px;
  justify-content: space-between;
}

.performance .performance__content .text {
  color: #858c95;
  /* color: #323539; */
  text-align: left;
  letter-spacing: -0.3px;
}

.performance .performance__content .performance__content-left .text {
  letter-spacing: unset;
}

.performance .system {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.performance__content-left {
  max-width: 615px;
}

.performance__content-right {
  width: 100%;
  flex-shrink: 0;
  position: relative;
  /* max-height: 512px; */
  height: 492px;
}

.performance__content-right::after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
}

.performance__content-right .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  align-items: baseline;
  left: 58px;
  gap: 10px;
  max-width: 250px;
}

.performance .system {
  margin-top: 68px;
}

.performance .system__item {
  background: #f2f2f2;
  box-shadow: rgba(64, 62, 62, 20%) 0 4px 4px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /* gap: 36px; */
  gap: 3px;
  /* padding: 45px 0; */
  transition: all 0.2s;
  cursor: pointer;
  width: 299px;
  height: 174px;
  flex-shrink: 0;
}

.performance .system__item .system__item-right {
  width: 140px;
}

.performance .system__item .system__item-left {
  /* height: 120px; */
  height: 80px;
  max-width: 100px;
  width: 100%;
  text-align: center;
}

.performance .system__item .system__item-left img {
  margin: 0 auto;
  width: 35px;
}

.performance .system__item.active .system__item-right,
.performance .system__item:hover .system__item-right {
  color: #fff;
  transition: all 0.2s;
}

.performance .system__item-right {
  max-width: 125px;
  color: #596574;
}

.performance .system__item .system__item-right .number {
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
}

.performance .system__item .system__item-right .name {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  box-shadow: none;
  text-shadow: none;
}

.performance .system__item img {
  transition: all 0.2s;
}

.performance .system__item.active,
.performance .system__item:hover {
  background: linear-gradient(0.25turn, #3470e1, #9642fe);
  color: var(--white);
  opacity: 0.9;
}

.performance .system__item.active img,
.performance .system__item:hover img {
  filter: brightness(0) invert(1);
}

.performance__content-right > img {
  filter: grayscale(100%);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.performance__content-right .arrow-white {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(171deg) brightness(105%) contrast(102%);
}

.performance__content-right .text {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.performance__content-right .arrow {
  width: 25px;
  /* filter: grayscale(100%); */
  height: 100%;
}

/* Testimonial */

.testimonial .slide__content .slide .slick-dots {
  bottom: -46px;
}

/* Service */

.service {
  padding-top: 70px;
}

/* contact */
.contact {
  margin-top: 64px;
}
.contact .wpcf7-acceptance .checkbox__box{
  display: none !important;
}

/* .general-title {
  /* .general-title {
    display: block;
  } */

/* news */
.news {
  padding-top: 70px;
  padding-bottom: 70px;
}

.news .slick-list {
  margin: 0 -12px;
}

.news .slick-slide {
  margin: 0 12px;
}

.news .slide__content {
  /* padding: 0 56px 0px 49px; */
  padding: 0px 52px;
}

.shadow-item {
  box-shadow: rgba(0, 0, 0, 0.25) -1px 2px 8px 0px;
}

.news__content {
  margin-top: 50px;
  min-height: 590px;
}

.news__content .owl-item {
  padding-bottom: 4px;
}

.news__content-item.slide__content.owl-carousel.owl-theme .owl-dots {
  margin-top: 48px;
}

.news__content .slide__item .slide__item-bottom {
  background-color: var(--white);
  /* padding      : 30px 45px 30px 40px; */
  padding: 24px 45px 30px 36px;
  min-height: 294px;
}

.news__content .slide__item .slide__item-top {
  position: relative;
  padding-top: 56.25%;
  aspect-ratio: 16 / 9;
  /* padding-top: 69.21%; */
}

.news__content .slide__item .slide__item-top img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  object-fit: inherit;
}

.news__content .slide__item .slide__item-bottom a h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  color: #596574;
  font-family: Poppins;
}

.news__content .slide__item .slide__item-bottom .line {
  margin: 16px 0;
}

.news__content .slide__item .slide__item-bottom p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: -webkit-inline-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #858c95;
}

.news__content .slide__item .slide__item-bottom .cta-link {
  margin-top: 10px;
}

.form__contact .submit__content {
  margin: 28px 36px 0px 36px;
}

@media only screen and (max-width: 1710px) {
  .banner__right-logo .logo-img {
    left: 32px;
    top: 22%;
  }

  .banner__right {
    width: 75%;
    right: -13.3%;
  }

  .banner__wrapper {
    height: 780px;
  }
}

@media only screen and (max-width: 1440px) {
  .banner {
    max-width: 1156px;
  }

  .banner__wrapper {
    height: 700px;
  }

  .banner__right-logo .logo-img {
    width: 75px;
    height: 68px;
    object-fit: contain;
    /* left: 50px; */
    left: 11%;
    top: 27%;
  }

  .banner__right {
    right: -8.4%;
    width: 70%;
  }

  .banner__right-logo .img-rotate {
    animation: spin 5s linear infinite;
    border-radius: 50%;
    width: 40%;
  }

  .circular-path {
    left: 18.6%;
  }

  .banner__left-title {
    font-size: 70px;
    max-width: 450px;
  }

  .wrap-selector {
    width: 50%;
    left: 5%;
    top: 6%;
  }

  .performance .system__item {
    width: 284px;
    height: 174px;
  }

  .news__content .slide__item .slide__item-top {
    padding-top: 56.21%;
  }
}

/* @media only screen and (max-width: 1199px) {} */

@media only screen and (max-width: 1100px) {
  .banner__wrapper {
    /* position: relative; */
    height: 650px;
  }

  .banner__left-title {
    font-size: 67px;
    max-width: 390px;
  }

  .banner__left {
    max-width: 520px;
  }

  .banner__right-logo .img-rotate {
    width: 35%;
  }

  .banner__right {
    right: 0%;
    width: 70%;
  }

  .banner__text {
    margin-top: 25px;
    font-size: 18px;
    line-height: 25px;
    color: #596574;
  }

  .banner__left .line {
    margin-top: 32px;
  }

  .wrap-selector {
    left: 6%;
    top: 10%;
  }

  .banner__right-logo .logo-img {
    width: 60px;
    height: 52px;
    object-fit: contain;
    left: 10%;
    top: 28%;
  }
}

/* Tablet & Mobile */
@media only screen and (max-width: 1024px) {
  /* .performance__content-left {
      display: none;
    } */

  .none-mb {
    display: none !important;
  }

  .banner {
    flex-direction: column-reverse;
    padding: 0;
    padding: 0;
    margin-top: 0;
  }

  .banner__left {
    max-width: 100%;
    padding: 0 15px;
  }

  .banner__right > img,
  .banner__right {
    width: 95% !important;
  }

  .banner__left-title {
    max-width: 100%;
    text-align: center;
    font-size: 32px;
    line-height: 37.5px;
  }

  .banner__left .line {
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
  }

  .banner__left:has(form) #form_1 {
    position: relative;
  }

  .banner .error-message {
    position: absolute;
    text-align: center;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
  }

  .banner__text {
    text-align: center;
    margin-top: 24px;
  }

  .banner__text p {
    font-size: 16px;
    color: #323739;
  }

  .banner__text p + p {
    margin-top: 16px;
  }

  .banner__left form {
    flex-direction: column;
  }

  .banner__left form input::placeholder {
    color: rgba(133, 140, 149, 1);
    text-align: center;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
  }

  .banner__left form {
    border: unset;
    height: unset;
  }

  .banner__left form button {
    max-width: 214px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    font-family: "Renogare";
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.24px;
    border-radius: 105px;
    padding: 13px 17px;
    line-height: 14px;
  }

  .banner__right-logo .logo-img {
    left: 32%;
    top: 30%;
  }

  /* Performance */

  /* .performance {
      margin-top: 30px;
    } */

  .performance {
    margin-top: 50px;
  }

  .performance {
    background: #fafbfc;
    padding: 70px 0 36px;
  }

  .performance .performance__content .text {
    padding: 0px 32px;
    color: #858e95;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
  }

  .performance__content-left .text {
    margin-bottom: 16px;
  }

  .performance__content-mb .item .icon img {
    width: 45px;
    height: 50px;
    object-fit: contain;
  }

  .general-title {
    padding: 36px 0px 0px;
  }

  .banner__left form {
    margin-top: 24px;
    -webkit-box-shadow: 0px;
    -moz-box-shadow: 0px;
    box-shadow: unset;
  }

  .performance__content-right {
    display: none;
  }

  .performance__content-mb {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 24px;
  }

  .performance__content-mb .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }

  .performance__content-mb .item .title {
    color: #386ee2;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    /* 133.333% */
  }

  .performance__content-mb .item .script {
    color: #858e95;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
  }

  /* Awards */

  .awards {
    padding: 36px 0px;
  }

  .awards .general-title {
    padding: 0px;
  }

  .awards .general-title .left::after {
    margin: 16px auto 36px;
  }

  .awards__content-item .slide .slick-slide {
    margin: 0 8.5px;
  }

  .awards__content-item .slide .slick-list {
    margin: 0px -8.5px;
  }

  .awards__content .slide__item-bottom {
    display: none;
  }

  /* clients */
  .client {
    /* background: #fafbfc; */
    padding: 36px 0px 0px;
  }

  .client .general-title {
    padding: 0 20px;
  }

  .client__content .slide__item-content::before {
    height: 100%;
  }

  /* .client__content .slide__item:hover .slide__item-content {
      height: unset;
      transform: unset;
    } */

  .client .slide .slick-dots {
    bottom: 53px;
  }

  .client .general-title .left::after {
    margin: 16px auto 36px;
  }

  .client__tabs-item {
    padding: 10px;
    font-size: 12px;
    line-height: 19.5px;
    color: #333333;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .client__tabs {
    padding: 0 42px;
  }

  .client__tabs-item:not(:last-child, .active):after {
    display: none;
  }

  .client__tabs-item p {
    word-break: keep-all;
  }

  /* Discover */

  .discover {
    margin-top: 0px;
  }

  /*   testimonial*/
  .testimonial {
    padding-top: 36px;
  }

  .testimonial .general-title {
    padding: 0px;
  }

  .testimonial .general-title .left::after {
    margin: 16px auto 36px;
  }

  .testimonial__content {
    margin-top: 0px;
  }

  .testimonial .general-title {
    position: relative;
  }

  .news .tab-item {
    padding: 10px;
  }

  .news .slide__content {
    padding: 0px;
  }

  .news__content .slide__item .slide__item-bottom {
    padding: 20px 34px 36px;
  }
}

@media only screen and (min-width: 820px) {
  .performance__content-right {
    max-width: 500px;
  }
}

@media only screen and (max-width: 768px) {
  .banner__right-logo .logo-img {
    width: 50px;
    height: 45px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 577px) {
  html[lang="en"] .banner__left {
    top: 0;
  }

  .banner__left {
    max-width: 520px;
  }

  .banner__wrapper .banner__right {
    margin-top: -20px;
    /* right: -60px; */
  }

  .enter-website input[type="text"],
  .enter-website span input {
    padding: 14.5px 16px;
  }

  .circular-path {
    display: block !important;
    z-index: 25;
    left: 15.5%;
    top: 11.5%;
  }

  .banner__right .target__mb {
    display: none !important;
  }

  .banner__right .target,
  .wrap-selector,
  .wrap-selector .item-point.banner__right-logo {
    display: block !important;
  }

  .wrap-selector {
    width: 18%;
    left: 19%;
    z-index: 26;
  }

  .wrap-selector .item-point.banner__right-logo {
    left: 0 !important;
  }

  .banner__right-logo .img-rotate {
    width: 100%;
  }

  .performance__content-mb .item {
    width: 100%;
    gap: 8px;
  }

  .performance__content-mb .item .img {
    width: 100%;
  }

  .performance__content-mb .item .img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }

  .performance__content-mb {
    gap: 16px;
    width: 80%;
  }

  .performance__content-left .text {
    display: block;
  }

  .performance__content-left .system {
    display: none;
  }

  .performance__content {
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
  }

  .performance__content-mb .item .icon img {
    width: 80px;
    height: 70px;
  }

  .awards__content-item .slide .slick-list {
    /* padding-bottom: 12px !important; */
    padding: 12px 150px !important;
  }

  .awards__content .slide__item-top {
    padding: 12px 18px 12px;
  }

  .slide__item-top p {
    font-size: 14px;
    line-height: 24px;
  }

  .awards__content .slide__item-top {
    height: 320px;
    justify-content: center;
  }

  .awards__content .slide__item-top img {
    margin-top: 28px;
    max-width: 80%;
    max-height: unset;
    min-height: unset;
    object-fit: scale-down;
    height: 116px;
    margin: 12px 0px;
  }

  .client__tabs-item {
    padding: 10px;
    font-size: 16px;
    line-height: 19.5px;
    color: #333333;
    width: auto;
  }

  .client__tabs {
    row-gap: 16px;
    column-gap: 8px;
    flex-wrap: wrap;
  }

  .projects__content {
    margin-top: 0px;
  }

  .client__content .slide__item .slide__item-content img {
    object-fit: contain;
    max-width: 200px;
  }

  .client {
    padding: 72px 0px 0px;
  }

  /* section {
      padding: 70px 0px 0px !important;
    } */

  .projects {
    padding: 72px 0px 0px;
  }

  .client .client__content-item .slide .slick-list {
    min-height: unset;
    padding-bottom: 12px !important;
  }

  .testimonial__content .slide__item .slide__item-content {
    max-height: unset;
    height: 100%;
  }

  .service .slide__content {
    padding: 0px;
  }

  .service__content {
    margin-top: 0px;
  }

  .contact {
    padding-top: 36px !important;
  }

  .contact__content {
    margin-top: 0px;
    padding: 55px;
  }

  .contact__content-tab li {
    padding: 8px 0px;
    flex: 1;
    text-align: center;
  }

  .news {
    margin-top: 36px;
  }

  .discover {
    margin-top: 50px;
  }

  .news .slick-list {
    padding-bottom: 12px !important;
  }

  .news__content {
    height: 100%;
  }
}

@media only screen and (max-width: 680px) {
  .banner__right-logo .logo-img {
    left: 27%;
    top: 25%;
  }
}

/* Mobile */
@media only screen and (max-width: 576px) {
  .banner__wrapper .banner__right {
    margin-top: 7px;
  }

  .banner__right > img,
  .banner__right {
    width: 100% !important;
  }

  .banner__left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .banner__left form input {
    font-size: 12px;
    line-height: 22px;
    height: 50px;
    padding: 8px 12px;
  }

  .banner__left form input::placeholder {
    text-align: center;
    font-size: 12px;
    line-height: 22px;
  }

  .banner .error-message {
    position: absolute;
    text-align: center;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
  }

  .performance__content-left {
    display: block;
  }

  .discover {
    margin-top: 0px;
  }

  /* banner */
  .banner__left .line {
    width: 50px;
    margin: 16px auto;
  }

  .banner__text {
    margin-top: 0px;
  }

  .banner__text p + p {
    font-size: 16px;
    padding: 0 36px;
  }

  /* performance */
  .performance {
    margin-top: 36px;
  }

  .performance__content {
    display: block;
  }

  .performance__content .text {
    text-align: center;
  }

  /* .performance__content-left .text {
      margin-bottom: 24px;
    } */

  .performance .system {
    display: none;
  }

  .performance .general-title {
    padding-top: 0;
  }

  /* .performance__content-mb .item {
      gap: 0px;
    } */

  .performance__content-mb .item {
    gap: 8px;
  }

  .performance__content-mb .item .img {
    margin-top: 16px;
    width: 100%;
  }

  /* .performance__content-mb .item:nth-child(even) .img {
      filter: grayscale(100%);
    } */

  /* .performance__content-mb .item .img {
      width: 100%;
    } */

  .performance__content-mb .item .img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  /* .performance__content-mb .item .icon {
      margin-bottom: 17px;
    } */

  .performance__content-mb .item .script {
    /* margin: 10px 0 23px; */
    padding: 0px 50px;
  }

  .performance__content {
    margin-top: 0;
  }

  .awards__content-item .slide .slick-list {
    padding-bottom: 12px !important;
  }

  .awards .slide .slick-dots {
    bottom: -24px;
  }

  .testimonial .general-title::after {
    content: "";
    position: absolute;
    height: 4px;
    width: 62%;
    background: linear-gradient(90deg, #1c7bda 0%, #9642fe 100%);
    display: block;
    margin: 16px auto;
    bottom: 0;
    left: 0;
    right: 0;
  }

  /* Clients
    .client__tabs {
      padding: 0 24px;
    } */

  .projects .general-title {
    padding-top: 0;
  }

  /* new & blog */
  .news {
    margin-top: 0px;
    margin-bottom: 0;
    padding-bottom: 66px;
  }

  .news .container {
    padding: 0;
  }

  .news__content .slide__item .slide__item-bottom a h4 {
    color: #3470e1;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.04px;
  }

  .news__content .slide__item .slide__item-bottom p {
    color: #858e95;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    -webkit-line-clamp: 4;
  }

  .news__content .slide__item .slide__item {
    position: relative;
  }

  .news__content .slide__item::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 0%;
    left: 0;
    bottom: 0;
    background: linear-gradient(0.25turn, #3470e1, #9642fe);
    transition: all 0.4s;
  }

  .news__content
    .owl-carousel.owl-theme
    .owl-item.active.center
    .slide__item::before {
    width: 100%;
  }

  .news__content .slide__item::after {
    content: "";
    position: absolute;
    height: 160px;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(179, 176, 176, 0.21);
    backdrop-filter: blur(3.5px);
  }

  .news__content .slide__item .slide__item-bottom .line {
    width: 50px;
    height: 2px;
  }

  .news__content
    .owl-carousel.owl-theme
    .owl-item.active.center
    .slide__item::after {
    display: none;
  }

  .news__content {
    min-height: 516px;
  }

  html[lang="vi"] .discover .enter-website input,
  html[lang="en"] .discover .enter-website span input {
    width: 100%;
  }

  html[lang="vi"] .discover .enter-website input[type="submit"] {
    width: 70%;
  }

  .service {
    padding-top: 0;
  }

  .news {
    padding-top: 36px;
  }
}

/* Popup Overlay */
.popup-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

/* Popup Box */
.popup-content {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.popup-inner {
  text-align: center;
}

.popup-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  background: linear-gradient(90deg, #9642fe 0%, #218bf8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.popup-title .highlight {
  color: #2575fc;
}

.popup-subtitle {
  font-size: 14px;
  margin: 10px 0 20px;
}

.popup-content input {
  width: 100%;
  height: 30px;
  max-height: 50px;
  outline: unset;
  border: none;
  /* background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; */
  box-shadow: none;
  background: #f3f3f3;
  padding: 10px 36px 10px 10px;
  font-size: 14px;
  line-height: 22px;
  font-family: "Poppins", sans-serif; 
  border: 1px solid #ccc;
  border-radius: 5px;
}

.popup-content .input-group {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.popup-content .input-group img {
  position: absolute;
  right: 10px;
  top: 40%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  pointer-events: none;
  /* để click không bị đè */
}

.popup-content .submit-btn {
  margin-top: 10px;
  border: unset;
  padding: 0px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16.41px;
  border-radius: 5px;
  height: 30px;
  width: 100%;
  /* background: linear-gradient(264deg, #3470e1 36.99%, #b032ff 99.98%); */
  background: linear-gradient(90deg, #9642fe 0%, #218bf8 100%);
  font-weight: 600;
}
