.banner-home {
  padding-top: 4.1rem;
}

.banner-home .banner-home__title p:first-child {
  color: var(--Color-2, #2a2a2a);
  text-align: center;
  font-size: 1.94444rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0;
}

.banner-home .banner-home__title .desc,
.banner-home .banner-home__title .btn__secondary {
  display: none;
}

.banner-home .banner-home__title h1 {
  font-size: 4.16667rem;
  margin-bottom: 1.87rem;
  text-align: center;
  line-height: 1.2;
}

.banner-home .banner-home__title h1 strong {
  background: 0 0;
  color: #e12e2d;
  -webkit-text-fill-color: unset;
}

.banner-home .swiper-pagination {
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .banner-home .section-bg {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .banner-home {
    padding-top: 4rem;
  }

  .banner-home .banner-home__title p:first-child {
    font-size: 1.125rem;
    margin-bottom: 0.15rem;
  }

  .banner-home .banner-home__title h1 {
    font-size: 2.5rem;
    margin-bottom: 0.7rem;
  }

  .banner-home .banner-home__title .desc {
    display: block;
    text-align: center;
    font-size: 0.9375rem;
    color: #555;
    max-width: 21.5rem;
    margin: 0 auto 2rem;
  }

  .banner-home .banner-home__title .btn__secondary {
    display: flex;
    width: fit-content;
    margin: 0 auto 4.25rem;
    align-items: center;
    gap: 0.31rem;
  }

  .banner-home .banner-home__title h1 strong {
    display: block;
  }

  .banner-home .image-pc .img {
    width: 120%;
    margin-left: -10%;
  }
}

.home-introduce {
  padding: 5.35rem var(--section) 3.68rem;
}

.home-introduce .section-bg-overlay {
  background: linear-gradient(270deg, #a12f32 0%, #e12e2d 100%);
}

.home-introduce .home-introduce__content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.87rem;
  position: relative;
  z-index: 2;
}

.home-introduce .home-introduce__content .home-introduce__title {
  width: 35rem;
  max-width: 100%;
  flex-shrink: 0;
}

.home-introduce .home-introduce__title .title {
  color: #fff;
  margin: 0;
}

.home-introduce__desc {
  color: #fff;
  width: 50rem;
  max-width: 100%;
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
}

.home-introduce .home-introduce__number {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: var(--30);
  margin-bottom: 2.5rem;
  padding-bottom: 2.88rem;
  border-bottom: 1px solid #ffc8c887;
  position: relative;
  z-index: 2;
}

.home-introduce .home-introduce__number .number-run {
  font-size: 5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: linear-gradient(270deg, #fff5f5 0%, #ffc8c8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  display: flex;
  align-items: flex-start;
  line-height: 1;
}

.home-introduce .home-introduce__number .odometer-value {
  background: linear-gradient(270deg, #fff5f5 0%, #ffc8c8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-introduce .odometer-formatting-mark {
  display: none;
}

.home-introduce .home-introduce__number .text {
  color: #fff;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: var(--4);
}

.home-introduce .differences__title .title {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1.75rem;
}

.home-introduce .difference-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.88rem;
}

.home-introduce .difference-list .difference-item {
  border-radius: 0.625rem;
  border: 0.5px solid #fff;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
}

.home-introduce .difference-list .difference-item__title {
  padding: 1.31rem 1.88rem 1rem 1.56rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ffc8c8;
}

.home-introduce .difference-list .difference-item__title .title {
  margin: 0;
  padding-left: 1.56rem;
  color: #fff;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.home-introduce .difference-list .difference-item__title span {
  width: 3.8125rem;
  height: 3.8125rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: hsl(0deg 0% 100%/25%);
  border-radius: 50%;
  border: 1px solid #ffc8c8;
  color: #fff;
  text-align: center;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.home-introduce .difference-item__content {
  flex: 1;
  margin: 0;
  padding: 1.25rem 1.81rem 1.81rem;
  color: #fff;
}

@media screen and (max-width: 767.98px) {
  .home-introduce {
    padding-top: 3.13rem;
    padding-bottom: 0;
  }

  .home-introduce .section-bg-overlay {
    background: linear-gradient(0deg, #e12e2d 0%, #a12f32 100%);
    height: 66.5rem;
  }

  .home-introduce .difference-list .difference-item {
    border-radius: 0.625rem;
    border: 0.5px solid #fff;
    background: linear-gradient(180deg, #fafafa 0%, #fff5f5 100%);
  }

  .home-introduce .difference-list .difference-item__title span {
    background: var(--theme-color);
  }

  .home-introduce .difference-list .difference-item__title .title {
    color: #2a2a2a;
  }

  .home-introduce .difference-list .difference-item__title {
    border-bottom: 1px solid #d9d9d9;
  }

  .home-introduce .home-introduce__content {
    flex-direction: column;
    margin-bottom: var(--35);
  }

  .home-introduce .differences__title .title {
    font-size: 1.125rem;
    margin-bottom: 1.69rem;
  }

  .home-introduce .home-introduce__title .title {
    margin-bottom: 1.13rem;
  }

  .home-introduce__desc {
    text-align: justify;
    font-size: 0.9375rem;
  }

  .home-introduce .home-introduce__number {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: var(--30) var(--20);
    text-align: left;
    border-bottom: 1px solid rgba(255, 200, 200, 0.3);
    padding-bottom: 2.5rem;
    margin-bottom: 2.06rem;
  }

  .home-introduce .home-introduce__number .number-run {
    font-size: var(--40);
    font-size: 3.125rem;
  }

  .home-introduce .home-introduce__number .text {
    font-size: 0.875rem;
    padding: 0;
  }

  .home-introduce .difference-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .home-introduce .difference-item__content {
    text-align: justify;
    color: #444;
    font-size: 0.9375rem;
  }
}

.impressive-numbers {
  padding-top: 4.88rem;
  padding-bottom: 4.06rem;
}

.impressive-numbers .section-bg-overlay {
  background: radial-gradient(
    53.87% 53.87% at 50% 28.94%,
    #fafafa 0%,
    #fdf1ee 51%,
    #fff 99.5%
  );
}

.impressive-numbers .col {
  padding-bottom: 0;
}

.impressive-numbers .impressive-numbers__title h4 {
  text-transform: uppercase;
  margin-bottom: 1.94rem;
}

.impressive-numbers .impressive-numbers__desc {
  max-width: 27.875rem;
  font-size: 1rem;
  font-weight: 300;
  color: #2a2a2a;
  margin-bottom: 0.37rem;
}

.impressive-numbers .col-left .img {
  max-width: 26.75rem;
}

.impressive-numbers .impressive-numbers__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2.19rem;
  flex-wrap: wrap;
}

.impressive-numbers .col-right .image-cover {
  padding-top: 65%;
  border-radius: 0.75rem;
}

.impressive-numbers .impressive-numbers__item {
  border-radius: 1.25rem;
  border: 1px solid #dedede;
  background: linear-gradient(0deg, #fff 0%, #fff5f5 100%);
  padding: 0.69rem 0.69rem 2.7rem;
  height: fit-content;
}

.impressive-numbers .impressive-numbers__item:nth-of-type(2) {
  margin-top: 6.44rem;
}

.impressive-numbers .impressive-numbers__item:nth-of-type(3) {
  margin-top: -6.44rem;
}

.impressive-numbers .impressive-numbers__item .box-text {
  padding: 2.06rem 0 0;
  text-align: center;
}

.impressive-numbers .impressive-numbers__item .title {
  color: var(--Color, #e12e2d);
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 0.88rem;
}

.impressive-numbers .impressive-numbers__item .desc {
  width: 17.0625rem;
  margin: 0 auto;
}

.impressive-numbers .impressive-numbers__item .box-image:hover img {
  transform: scale(1.08);
}

.image-cover img {
  transition: all 0.8s;
}

@media screen and (max-width: 849.98px) {
  .impressive-numbers .row {
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 767.98px) {
  .impressive-numbers {
    padding-top: 3.19rem;
    padding-bottom: var(--50);
  }

  .impressive-numbers .impressive-numbers__title h4 {
    margin-bottom: 1;
  }

  .impressive-numbers .section-bg-overlay {
    background: radial-gradient(
      53.87% 53.87% at 50% 28.94%,
      #fafafa 0%,
      #fdf1ee 51%,
      #fff 99.5%
    );
    top: -20%;
    transform: rotate(180deg);
  }

  .impressive-numbers .row {
    flex-wrap: wrap;
  }

  .impressive-numbers .impressive-numbers__list {
    grid-template-columns: 100%;
    grid-gap: var(--25);
  }

  .impressive-numbers .impressive-numbers__item:nth-of-type(2),
  .impressive-numbers .impressive-numbers__item:nth-of-type(3) {
    margin-top: 0;
  }
}

.home-project {
  padding: 4.25rem var(--section) 1.38rem;
  border-radius: 3.75rem 3.75rem 0 0;
  background: #fff;
  box-shadow: 0px -6px 20px 1px rgba(61, 14, 14, 0.05);
}

.home-project__title h4 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: var(--35);
}

.home-project__wrapper .image-cover {
  padding-top: 65%;
  border-radius: 0.9375rem 0.9375rem 0 0;
}

.home-project__wrapper .box-case-study {
  border-radius: 0.9375rem;
  padding: 1px;
  background: linear-gradient(180deg, #ffc8c800 0%, #ffc8c8 100%);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.home-project__wrapper .box-case-study .box-image {
  width: 100%;
  flex-shrink: 0;
}

.home-project__wrapper .box-case-study .box-text {
  background-color: #fafafa;
  border-radius: 0 0 0.9375rem 0.9375rem;
  padding: 1.44rem 1.94rem;
  text-align: center;
  flex: 1;
}

.home-project__wrapper .box-case-study .post-title {
  margin-bottom: 1.12rem;
}

.home-project__wrapper .box-case-study .post-title a {
  margin: 0;
  color: var(--Color-2, #2a2a2a);
  text-align: center;
  font-family: "Be Vietnam Pro";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.home-project__wrapper .box-case-study .post-title a:hover {
  color: var(--theme-color);
}

.home-project__wrapper .box-case-study .box-image:hover img {
  transform: scale(1.08);
}

.home-project__wrapper .box-case-study .box-text--top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 0.87rem;
  padding-bottom: 0.81rem;
  border-bottom: var(--1) solid #e0e0e0;
  grid-gap: 1rem;
}

.home-project__wrapper .box-case-study .outstanding {
  position: relative;
}

.home-project__wrapper .box-case-study .outstanding:first-child:before {
  width: var(--1);
  height: 100%;
  position: absolute;
  content: "";
  background-color: #e0e0e0;
  position: absolute;
  right: -0.5rem;
}

.home-project__wrapper .box-case-study .top {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 0.19rem;
  margin-bottom: 0.19rem;
}

.home-project__wrapper .box-case-study .top img {
  width: 1rem;
  height: 1rem;
  object-fit: contain;
}

.home-project__wrapper .box-case-study .number {
  color: var(--Color-2, #2a2a2a);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.home-project__wrapper .box-case-study .text {
  color: #2a2a2a;
  text-align: center;
  font-family: "Be Vietnam Pro";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.home-project__wrapper .from_the_blog_excerpt {
  color: #565656;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
}

.home-project__wrapper {
  position: relative;
}

.home-project__wrapper .button.btn__primary {
  margin: 2.56rem 0 0;
}

.home-project__wrapper .swiper-button {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 2;
  background-color: #fff;
  transform: translateY(-50%);
  box-shadow: 0px 0px 15px 0px rgba(90, 90, 90, 0.2);
}

.home-project__wrapper .swiper-button:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: #fff;
}

.home-project__wrapper .swiper-button svg {
  width: 0.4375rem;
  height: 0.875rem;
}

.home-project__wrapper .swiper-button svg path {
  fill: unset;
  stroke: #565656;
}

.home-project__wrapper .swiper-button:hover path {
  stroke: #fff;
}

.home-project__wrapper .swiper-button.swiper-prev {
  left: -1.25rem;
}

.home-project__wrapper .swiper-button.swiper-next {
  right: -1.25rem;
}

.home-project__wrapper .swiper-slide {
  height: auto;
}

@media screen and (max-width: 767.98px) {
  .home-project {
    padding-top: var(--50);
    border-radius: var(--25) var(--25) 0 0;
  }

  .home-project__wrapper .box-case-study .box-text {
    padding: 1.44rem var(--18);
  }

  .home-project__wrapper .swiper-button.swiper-prev {
    left: -0.8rem;
  }

  .home-project__wrapper .swiper-button.swiper-next {
    right: -0.8rem;
  }
}

.customer-reviews {
  padding: 4.18rem var(--section) 3.94rem;
}

.customer-reviews .customer-reviews__title h4 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0.62rem;
}

.customer-reviews .customer-reviews__title p {
  color: #fff;
  text-align: center;
  margin: 0;
}

.customer-reviews .customer-reviews__title {
  margin-bottom: 2.75rem;
}

.customer-reviews .customer-reviews__item {
  border-radius: 1.25rem;
  border: 1px solid var(--vien-kinh, rgb(255 255 255/30%));
  background: linear-gradient(
    46deg,
    rgba(255, 255, 255, 0.1) -12.56%,
    rgba(255, 255, 255, 0.15) 100%
  );
  backdrop-filter: blur(2px);
  position: relative;
  padding: 2.19rem 1.63rem 2.13rem 1.94rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.customer-reviews .swiper-slide {
  height: auto;
}

.customer-reviews .customer-reviews__content {
  flex-shrink: 0;
}

.customer-reviews .customer-reviews__content svg {
  color: #ffda4e;
  width: 6.3125rem;
  margin-bottom: 0.5rem;
}

.customer-reviews .customer-reviews__content p {
  color: #fff;
  font-size: 1rem;
  line-height: normal;
  margin: 0;
}

.customer-reviews .box-bottom {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  flex: 1;
}

.customer-reviews .box-bottom .customer-reviews__avatar {
  width: 3.9375rem;
  height: 3.9375rem;
  flex-shrink: 0;
  margin-right: 0.81rem;
}

.customer-reviews .customer-reviews__info {
  flex: 1;
  position: relative;
  padding-right: 2rem;
}

.customer-reviews .customer-reviews__info:before {
  content: "";
  width: 2rem;
  height: 1.76194rem;
  background: url(/wp-content/uploads/2024/12/icon-review-home.svg) no-repeat
    center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0.54rem;
}

.customer-reviews .customer-reviews__name {
  color: #fff;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.37rem;
}

.customer-reviews .customer-reviews__position {
  border-radius: 62.5rem;
  border: 1px solid var(--vien-kinh, rgb(255 255 255/30%));
  background: var(
    --ruot-kinh,
    linear-gradient(
      46deg,
      rgba(255, 255, 255, 0.2) -12.56%,
      rgba(255, 255, 255, 0.5) 100%
    )
  );
  backdrop-filter: blur(2px);
  height: 1.875rem;
  color: #fff;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.4rem;
  position: relative;
}

.customer-reviews .swiper-pagination .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  transform: unset;
  border-radius: 9rem;
  opacity: 1;
  background-color: silver;
  margin: 0 0.34375rem;
}

.customer-reviews .swiper-pagination .swiper-pagination-bullet-active {
  width: 2.5625rem;
  background-color: var(--theme-color);
}

@media screen and (max-width: 767.98px) {
  .customer-reviews .customer-reviews__item {
    padding: var(--20) var(--16);
  }

  .customer-reviews .customer-reviews__position {
    font-size: var(--13);
  }

  .customer-reviews .customer-reviews__name {
    font-size: var(--18);
  }

  .customer-reviews {
    padding-top: var(--50);
    padding-bottom: var(--50);
  }

  .customer-reviews .swiper-pagination {
    display: none;
  }
}

.home-service {
  padding: 4.44rem var(--section) 4.19rem;
  background-color: #fff;
}

.home-service .home-service__title * {
  text-transform: uppercase;
  margin: 0;
}

.home-service .home-service__title {
  margin-bottom: 1.81rem;
}

.home-service .service-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.56rem;
}

.home-service .service-list .service-item {
  border-radius: 1.25rem;
  border: 1px solid #e9ebf8;
  background: #fafafa;
  display: flex;
  flex-direction: column;
}

.home-service .service-item .service-item__icon img {
  width: 3.51538rem;
  height: 3.4375rem;
  object-fit: contain;
}

.home-service .service-item .service-item__icon {
  margin-bottom: 1.25rem;
}

.home-service .service-item .service-item__title {
  color: var(--Color-2, #2a2a2a);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0.56rem;
  text-transform: uppercase;
}

.home-service .service-item:hover .service-item__title {
  color: var(--theme-color);
}

.home-service .service-item .service-item__desc {
  color: #565656;
  font-size: 1rem;
  font-style: normal;
  display: block;
  margin: 0;
  height: 6rem;
}
.home-service .service-item .service-item__desc::-webkit-scrollbar {
  width: 0.2rem;
}
.home-service .service-item .service-item--top {
  padding: 1.75rem 1.3rem 1rem;
}

.home-service .service-item .button.btn__outline {
  margin: 0;
}

.home-service .service-item .service-item__content {
  margin: 0 0 auto;
  padding: 0 1.3rem 1.06rem 1.4rem;
}

.home-service .service-item .content {
  padding-top: 1.56rem;
  border-top: var(--1) solid #e9ebf8;
  position: relative;
  min-height: 10.5rem;
}

.home-service .service-item .content .image-cover {
  padding-top: 65%;
  border-radius: 0.5rem;
}

.home-service .service-item .content .img {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 1.56rem;
  max-width: 15rem;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

.home-service .service-item:hover .content > * {
  opacity: 0;
}

.home-service .service-item:hover .content .img {
  opacity: 1;
}

.home-service .service-item .content ul {
  list-style: none;
  margin: 0;
}

.home-service .service-item .content ul li {
  color: #565656;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  position: relative;
  padding-left: 1.69rem;
  margin-bottom: 0.5rem;
}

.home-service .service-item .content ul li:last-child {
  margin-bottom: 0;
}

.home-service .service-item .content ul li:before {
  content: "";
  width: 0.79544rem;
  height: 0.53031rem;
  position: absolute;
  left: 0;
  background: url(/wp-content/uploads/2024/12/icon-check-r.svg) no-repeat center;
  background-size: contain;
  top: 0.4rem;
}

.home-service .service-item .box-buttom {
  text-align: center;
  padding: 1.19rem 1.37rem;
  border-top: var(--1) solid #e9ebf8;
}

@media screen and (max-width: 767.98px) {
  .home-service {
    padding-top: var(--50);
    padding-bottom: var(--50);
  }

  .home-service .home-service__title * {
    font-size: var(--20);
  }

  .home-service .service-list {
    grid-template-rows: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }

  .home-service .service-item .service-item__desc {
    height: auto;
  }
}

.home-pricing {
  padding: 0 var(--section);
}

.home-pricing .home-pricing__wrapper {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
}

.home-pricing .section-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.home-pricing .section-line {
  position: absolute;
  bottom: 0;
  width: calc(100% - 2rem);
  left: 50%;
  display: block;
  transform: translateX(-50%);
}

.home-pricing .home-pricing__image {
  z-index: 2;
  width: 30.0625rem;
  flex-shrink: 0;
  padding-top: 1.81rem;
  position: relative;
  max-width: 100%;
  margin-top: auto;
}

.home-pricing .home-pricing__image .img-icon {
  position: absolute;
  width: 13.5rem;
  height: 7.3125rem;
  border-radius: 0.5rem;
  background: linear-gradient(180deg, #f8f8f8 0%, #fff5f5 100%);
  box-shadow: 0px 4px 35px 0px rgba(126, 126, 126, 0.1);
  right: 5.19rem;
  bottom: 1.5rem;
  animation: up-down infinite 3s ease-in-out;
}

.home-pricing .home-pricing__content {
  padding: 4.94rem 0 6rem 4.62rem;
}

.home-pricing .home-pricing__content h2 {
  color: #fff;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 38rem;
}

.home-pricing .home-pricing__content p {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  max-width: 33.8125rem;
  margin-bottom: 2.56rem;
}

.home-pricing .button.btn__outline {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.home-pricing .button.btn__outline:hover {
  background-color: var(--theme-color);
}

@media screen and (max-width: 767.98px) {
  .home-pricing .section-content {
    flex-direction: column;
  }

  .home-pricing .home-pricing__content {
    padding: var(--30) var(--20);
  }

  .home-pricing .home-pricing__content h2 {
    font-size: var(--24);
  }

  .home-pricing .home-pricing__image {
    padding: 0 0 0 var(--20);
  }

  .home-pricing .home-pricing__image .img-icon {
    width: 8rem;
    height: auto;
    right: 2rem;
    bottom: 2.5rem;
  }
}

.press-mentions {
  padding: 3.75rem var(--section) 0;
  background-color: #fff;
}

.press-mentions .img {
  border-radius: 0.5rem;
  border: 1px solid #e9ebf8;
  background: #fafafa;
  padding: 1rem 1.3rem;
}

.press-mentions .img:hover {
  border-color: var(--theme-color);
}

.press-mentions .image-cover {
  padding-top: 50%;
}

.press-mentions .image-cover img {
  object-fit: contain;
}

@media screen and (max-width: 767.98px) {
  .press-mentions {
    padding-top: var(--50);
  }

  .press-mentions__list {
    padding-bottom: var(--40);
  }
}

.home-event {
  padding: 5.06rem var(--section) 1.5rem;
  background-color: #fff;
}

.home-event .home-event__title > * {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.75rem;
}

.home-event .box .image-cover {
  border-radius: 1rem;
  padding-top: 68%;
}

.home-event .box .box-text {
  padding: 1.56rem 0 0;
}

.home-event .box .post-cate {
  color: #565656;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.81rem;
}

.home-event .box .post-title a {
  color: var(--Color-2, #2a2a2a);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0;
}

.home-event .box .post-title a:hover {
  color: var(--theme-color);
}

.home-event .box-image:hover img {
  transform: scale(1.08);
}

.home-event .box .post-title {
  padding: 0 0 1.06rem;
  border-bottom: 1px solid #d9d9d9;
  margin: 0 0 0.81rem;
}

.home-event__list {
  padding-bottom: 2.79rem;
}

.home-event__list .swiper-pagination {
  padding-bottom: 0;
}

.home-event__list .view-post,
.home-news .box .view-post {
  margin: 0;
  display: flex;
  height: 1.25rem;
  align-items: center;
  gap: 0.5625rem;
  color: var(--Color-2, #2a2a2a);
  text-align: right;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}

.home-event__list .view-post svg,
.home-news .box .view-post svg {
  width: 0.7rem;
  height: 0.7rem;
  flex-shrink: 0;
  transition: transform 0.4s;
}

.home-event__list .view-post:hover,
.home-news .box .view-post:hover {
  color: var(--theme-color);
}

.home-event__list .view-post:hover svg,
.home-news .box .view-post:hover svg {
  transform: rotate(45deg);
}

@media screen and (max-width: 767.98px) {
  .home-event {
    padding-top: var(--50);
  }

  .home-event .home-event__title > * {
    margin-bottom: var(--25);
  }

  .home-event .box .post-title a {
    font-size: var(--18);
  }
}

.home-addr {
  padding: 3.63rem var(--section) 2.81rem;
  display: flex;
  justify-content: space-between;
}

.home-addr .img-back-1 {
  position: absolute;
  left: 0;
  top: 19rem;
  width: 57.5625rem;
  height: 27.1875rem;
  max-width: 100%;
  object-fit: contain;
  z-index: 0;
}

.home-addr .home-addr__info {
  padding-top: 2.94rem;
  width: 45.25rem;
  max-width: 100%;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

.home-addr .home-addr__title > * {
  text-transform: uppercase;
  margin-bottom: 3.87rem;
}

.home-addr .home-addr__list {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2.37rem;
}

.home-addr .home-addr__list .addr-item {
  flex: 1;
  transition: all 0.34s;
  height: 9.3125rem;
  border-radius: var(--15);
  background: #fafafa;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 1px;
}

.home-addr .home-addr__list .addr-item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: #e9ebf8;
}

.home-addr .home-addr__list .addr-item:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fafafa;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  border-radius: var(--14);
}

.home-addr .home-addr__list .addr-item.active:before {
  background: linear-gradient(255.5deg, #e9ebf8 0%, #f89f9f 97.86%);
}

.home-addr .home-addr__list .addr-item--top {
  text-align: center;
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  z-index: 2;
  border-radius: var(--14);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.home-addr .home-addr__list .active .addr-item--top {
  opacity: 0;
}

.home-addr .home-addr__list .addr-item--top img {
  width: 3.37894rem;
  height: 3.3255rem;
  margin-bottom: 1.3rem;
}

.home-addr .home-addr__list .addr-item--top p {
  margin: 0;
  color: var(--Color-2, #2a2a2a);
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.home-addr .home-addr__list .addr-item--bottom {
  position: absolute;
  opacity: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  transform: translateY(100%);
  padding: 1.8rem 1.2rem 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.6s;
  border-radius: var(--14);
  background-color: #fafafa;
  top: 1px;
  left: 1px;
  z-index: 3;
}

.home-addr .home-addr__list .addr-item:hover {
  border-color: var(--theme-color);
}

.home-addr .home-addr__list .addr-item--bottom .top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--Color-2, #2a2a2a);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.home-addr .home-addr__list .addr-item--bottom img {
  width: 1.55863rem;
  height: 1.53394rem;
  flex-shrink: 0;
}

.home-addr .home-addr__list .addr-item--bottom p {
  color: #565656;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}

.home-addr .home-addr__list .active .addr-item--bottom {
  transform: translateY(0%);
  opacity: 1;
}

.home-addr .home-addr__list .addr-item.active {
  flex: 1.5;
}

.home-addr .home-addr__content {
  padding-right: 6.44rem;
  position: relative;
}

.home-addr .home-addr__content:before {
  content: "";
  width: 3.47131rem;
  height: 3.05806rem;
  background: url("/wp-content/uploads/2024/12/icon-text.svg") no-repeat center;
  position: absolute;
  right: 0.78rem;
  top: -0.5rem;
}

.home-addr .home-addr__content p {
  color: #2a2a2a;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5625rem;
  margin: 0;
}

.home-addr .home-addr__content p strong {
  color: var(--Color, #e12e2d);
  font-weight: 600;
}

.home-addr .home-addr__image {
  width: 26.6435rem;
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.home-addr .home-addr__image * {
  z-index: 1;
}

.home-addr .home-addr__image:after {
  content: "";
  position: absolute;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  width: 20rem;
  height: 20rem;
  border: 2px var(--theme-color) solid;
  background-color: transparent;
  animation: scaleAndFade 3s ease-out infinite;
  z-index: -1;
  opacity: 0.1;
}

@keyframes scaleAndFade {
  0% {
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

.home-addr .home-addr__image .img-map {
  width: 1.71081rem;
  height: 2.36194rem;
  position: absolute;
}

.home-addr .home-addr__image .img-map-1 {
  top: 11%;
  left: 26%;
}

.home-addr .home-addr__image .img-map-2 {
  left: 49%;
  top: 45%;
}

.home-addr .home-addr__image .img-map-3 {
  left: 36%;
  bottom: 15%;
}

.home-addr .img-nen {
  width: 39.5625rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.home-addr .line1 {
  width: 6.35631rem;
  height: 12.96875rem;
  position: absolute;
  top: 13%;
  left: 29%;
}

.home-addr .line2 {
  position: absolute;
  width: 4.05881rem;
  height: 12.65625rem;
  bottom: 19%;
  left: 37%;
}

.line1 path,
.line2 path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: lineAnimation 3s ease-in-out infinite;
}

.line1 path {
  animation-delay: 0.5s;
}

.line2 path {
  animation-delay: 1s;
}

@keyframes lineAnimation {
  0% {
    stroke-dashoffset: 1000;
  }

  50% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -1000;
  }
}

@media screen and (max-width: 767.98px) {
  .home-addr .home-addr__info {
    padding-top: 0;
  }

  .home-addr {
    padding-top: var(--50);
    flex-direction: column;
  }

  .home-addr .home-addr__title > * {
    margin-bottom: var(--30);
  }

  .home-addr .home-addr__list {
    flex-direction: column;
    gap: var(--20);
  }

  .home-addr .home-addr__list .addr-item--top {
    display: none;
  }

  .home-addr .home-addr__list .addr-item--bottom {
    position: unset;
    transform: translateY(0%);
    opacity: 1;
    padding: 1.5rem 1.2rem 1.5rem;
  }

  .home-addr .home-addr__content {
    padding-right: 0;
  }

  .home-addr .home-addr__content p {
    font-size: 1rem;
  }

  .home-addr .home-addr__content:before {
    display: none;
  }

  .home-addr .home-addr__image {
    margin-top: var(--30);
  }

  .home-addr .line1 {
    width: 5.1rem;
    top: 10%;
    left: 30%;
  }

  .home-addr .line2 {
    width: 3.1rem;
    bottom: 14%;
    left: 38%;
  }

  .home-addr .home-addr__image:after {
    width: 15rem;
    height: 15rem;
  }
}

.home-teams {
  padding: 0 var(--section) 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--10);
}

.home-teams .image-cover {
  padding-top: 65%;
  border-radius: var(--12);
}

.home-teams .home-teams__title img {
  width: 12.75rem;
  height: 2.4375rem;
  object-fit: contain;
}

.home-teams .home-teams__title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.home-teams .home-teams__title h2 {
  margin: 0;
}

.home-teams .home-teams__number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home-teams .home-teams__number .number-run {
  color: #e12e2d;
  font-family: "Be Vietnam Pro";
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: fit-content;
  display: flex;
  align-items: flex-start;
  line-height: 1;
}

.home-teams .home-teams__number .text {
  color: var(--Color-2, #2a2a2a);
  font-family: "Be Vietnam Pro";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.home-teams .home-teams__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 18.75rem;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.home-teams .home-teams__text img {
  width: 3.15369rem;
  height: 2.77825rem;
  margin-bottom: 1.28rem;
}

.home-teams .home-teams__text p {
  color: #2a2a2a;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
}

.home-teams .home-teams__text p strong {
  color: var(--theme-color);
}

@media screen and (max-width: 767.98px) {
  .home-teams {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: var(--20);
    padding-bottom: var(--40);
  }

  .home-teams .home-teams__title {
    gap: 0.5rem;
  }

  .home-teams .home-teams__number .number-run {
    font-size: var(--45);
  }

  .home-teams .home-teams__number .text {
    font-size: var(--18);
  }

  .home-teams .home-teams__text img {
    width: 2.5rem;
    height: auto;
  }
}

.home-news {
  padding: 4.18rem var(--section) 4rem;
  background-color: #fff;
}

.home-news .home-news__button {
  display: none;
}

.home-news .home-news--top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.75rem;
}

.home-news .home-news__title p {
  margin: 0;
}

.home-news .btn__outline {
  margin: 0;
}

.home-news .blog-grid__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2.62rem 1.88rem;
}

.home-news .image-cover {
  padding-top: 68%;
  border-radius: var(--12);
}

.home-news .image-cover:hover img {
  transform: scale(1.08);
}

.home-news .badge.post-date {
  right: 30px;
  left: unset;
  top: -37px;
  padding-bottom: 0.44rem;
}

.home-news .badge .badge-inner {
  background-color: var(--theme-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 0.3125rem;
  width: 4.25rem;
  height: 4.6875rem;
  border: 0;
}

.home-news .badge .post-date-day {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.1;
  margin: 0;
}

.home-news .badge .post-date-month {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 0.31rem;
}

.home-news .box-text {
  padding: 1.19rem 0 0;
}

.home-news .box-text .post-cate {
  color: #565656;
  font-size: 1rem;
  line-height: normal;
  display: block;
  margin-bottom: 1.13rem;
}

.home-news .box-text .post-title a {
  color: var(--Color-2, #2a2a2a);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0;
}

.home-news .box-text .post-title a:hover {
  color: var(--theme-color);
}

.home-news .box .post-title {
  padding: 0 0 1.06rem;
  border-bottom: 1px solid #d9d9d9;
  margin: 0 0 0.81rem;
}

@media screen and (max-width: 767.98px) {
  .home-news {
    padding-top: var(--50);
    padding-bottom: var(--50);
  }

  .home-news .home-news__button {
    display: block;
    text-align: center;
  }

  .home-news .home-news__button .button {
    margin: var(--20) 0 0;
  }

  .home-news .home-news--top .button {
    display: none;
  }

  .home-news .home-news--top {
    margin-bottom: var(--25);
    justify-content: center;
  }

  .home-news .blog-grid__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    display: flex;
    grid-gap: 0;
    scroll-snap-type: x mandatory;
    gap: var(--25);
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 2rem;
    margin-bottom: -2rem;
  }

  .home-news .blog-grid__wrapper::-webkit-scrollbar {
    display: none;
  }

  .home-news .blog-grid__wrapper .box {
    scroll-snap-align: start;
    width: 85%;
    flex-shrink: 0;
  }

  .home-form .home-form__wrapper {
    flex-direction: column;
    padding: var(--30) 0 0;
  }

  .home-form .home-form--left {
    padding: 0 var(--16) var(--30);
    margin: 0;
  }

  .home-form .title-color-p p {
    font-size: var(--20);
    margin-bottom: var(--20);
  }

  .home-form .title-color-p p br {
    display: none;
  }

  .home-form .form-content {
    grid-template-columns: repeat(1, 1fr);
  }

  .home-form .form-content .wpcf7-form-control-wrap:last-child {
    grid-column: unset;
  }

  .home-form .home-form--right .img-main {
    margin-top: var(--50);
    margin-left: 5%;
    width: 85%;
  }

  .home-form .home-form--right {
    margin: 0;
  }

  .home-form .home-form--right .icon-form {
    width: 3.5rem;
    height: auto;
  }

  .home-form .box-number {
    width: 7rem;
    height: auto;
    left: 0.5rem;
  }

  .home-form {
    padding-bottom: var(--60);
  }
}
/* deployment-process */
.deployment-process {
  padding: 0 var(--section) 4.25rem;
}

.deployment-process .deployment-process__title {
  text-align: center;
  margin-bottom: 2.87rem;
}

.deployment-process .deployment-process__title > * {
  margin: 0;
}

.deployment-process .box-process {
  padding-left: 2.69rem;
}

.deployment-process .process-start {
  padding-bottom: 4.6rem;
}

.deployment-process .process-start .line {
  background: linear-gradient(90deg, #e12e2d 0%, #242e73 100%);
  width: 0.0625rem;
  height: calc(100% + 1.3rem);
  position: absolute;
  left: 0;
  top: 0.5rem;
}

.deployment-process .process-start .line:before {
  content: "";
  width: 1.375rem;
  height: 1.375rem;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  background-color: var(--theme-color);
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.deployment-process .process-start .line:after {
  content: "";
  width: 1.375rem;
  height: 1.375rem;
  flex-shrink: 0;
  position: absolute;
  bottom: 0;
  background-color: var(--theme-color);
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.deployment-process .box-process__wrapper {
  display: flex;
  gap: 4.81rem;
}

.deployment-process .box-process__image {
  width: 32rem;
  max-width: 100%;
  flex-shrink: 0;
}

.deployment-process .box-process__image .image-cover {
  padding-top: 135%;
  border-radius: 1rem;
}

.deployment-process .box-process__title {
  color: #2a2a2a;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 2.75rem;
  position: relative;
}

.deployment-process .box-process__list .item {
  display: flex;
  align-items: center;
}

.deployment-process .box-process__list .item + .item {
  margin-top: 2.06rem;
}

.deployment-process .box-process__list .item-number {
  width: 3.5rem;
  height: 3.5rem;
  color: #fff;
  text-align: center;
  background: var(--theme-color);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.37rem;
  flex-shrink: 0;
}

.deployment-process .box-process__list .item-text {
  flex: 1;
}

.deployment-process .box-process__list .item-title {
  color: #2a2a2a;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.19rem;
}

.deployment-process .box-process__list .item-desc {
  color: #565656;
  margin: 0;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.deployment-process .process-end .box-process__title {
  margin-bottom: 2.06rem;
}

.deployment-process .process-end .box-process__image {
  /* order: -1; */
}

.deployment-process .process-end .image-cover {
  padding-top: 156%;
}

@media screen and (max-width: 767.98px) {
  .deployment-process .box-process__wrapper {
    flex-direction: column;
    gap: var(--30);
  }

  .deployment-process .box-process__title {
    font-size: var(--18);
    margin-bottom: var(--30);
  }

  .deployment-process .box-process {
    padding-left: var(--30);
  }

  .deployment-process .box-process__list .item-number {
    width: var(--50);
    height: var(--50);
    font-size: var(--18);
  }

  .deployment-process .process-start {
    padding-bottom: var(--30);
  }
}

/* End deployment-process */
/* price-list */
.price-list {
  padding: 3.69rem var(--section);
}

.price-list .price-list__title h2 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2.44rem;
}

.price-list .packages-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--25);
  margin-bottom: 2.31rem;
}

.price-list .packages-item {
  border-radius: 0.9375rem;
  background: linear-gradient(180deg, #fafafa 0%, #fff 100%);
  padding-bottom: 2.44rem;
}

.price-list .packages-item__name {
  height: 5.375rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    90deg,
    rgba(193, 193, 193, 0) 0%,
    rgba(193, 193, 193, 0.8) 50.5%,
    rgba(193, 193, 193, 0) 100%
  );
  margin-bottom: 0.94rem;
}

.price-list .packages-item:nth-of-type(2) .packages-item__name {
  background: linear-gradient(
    90deg,
    rgba(198, 165, 127, 0) 0%,
    rgba(198, 165, 127, 0.8) 50.5%,
    rgba(198, 165, 127, 0) 100%
  );
}

.price-list .packages-item:nth-of-type(3) .packages-item__name {
  background: linear-gradient(
    90deg,
    rgba(197, 145, 45, 0) 0%,
    rgba(197, 145, 45, 0.8) 50.5%,
    rgba(197, 145, 45, 0) 100%
  );
}

.price-list .packages-item .packages-item__price {
  color: #e12e2d;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

.price-list .packages-item .packages-item__contract {
  color: var(--Color-2, #2a2a2a);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 1rem;
}

.price-list .packages-item .packages-item__content {
  padding: 0 2.19rem;
}

.price-list .packages-item .packages-item__button {
  text-align: center;
  margin-top: 0.88rem;
  margin-bottom: 0.5rem;
}

.price-list .packages-item .packages-item__button .button {
  margin: 0;
}

.price-list .packages-item .packages-item__content ul {
  margin: 0;
  list-style: none;
}

.price-list .packages-item .packages-item__content li {
  color: var(--Color-2, #2a2a2a);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  min-height: 2.625rem;
  /* 262.5% */
  margin: 0;
  display: flex;
  align-items: center;
  border-bottom: var(--1) solid #dedede;
  position: relative;
  padding: 0.75rem 0 0.75rem 1.75rem;
}

.price-list .packages-item .packages-item__content li:hover {
  color: var(--theme-color);
}

.price-list .packages-item .packages-item__content li:before {
  content: "";
  width: 1.0625rem;
  height: 1.0625rem;
  position: absolute;
  left: 0;
  background: url(/wp-content/uploads/2024/12/icon-check-2.svg) no-repeat center;
  background-size: cover;
  top: 0.95rem;
}

.price-list .price-list__button .button {
  margin: 0;
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.price-list .price-list__button .button:hover {
  background-color: #fff;
  color: var(--theme-color);
}

@media screen and (max-width: 767.98px) {
  .price-list .packages-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .price-list .packages-item .packages-item__content {
    padding: 0 var(--20);
  }
}
/* faq */
.faq {
  padding: 0.5rem var(--section) 3.31rem;
}

.faq .title-color-p {
  text-align: center;
}

.faq .title-color-p > * {
  margin-bottom: 1.69rem;
}

.faq .faq__wrapper {
  display: flex;
  justify-content: SPACE-BETWEEN;
}

.faq .faq__content {
  max-width: 100%;
  margin-left: 7.19rem;
  flex: 1;
}

.faq .accordion-title {
  padding: 1.62rem 2rem 1.31rem 0;
  display: flex;
  align-items: center;
  border-top: 1px solid #dedede;
}

.faq .accordion-title h3 {
  color: var(--Color-2, #2a2a2a);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.faq .accordion-title.active,
.faq .accordion-title.active h3 {
  color: var(--theme-color);
  background-color: transparent;
}

.faq .accordion-title .toggle-accordion {
  position: absolute;
  right: 0.44rem;
  margin: 0;
  padding: 0;
  top: 1rem;
  width: 1.6875rem;
  height: 0.8125rem;
  display: flex;
  align-items: center;
}

.faq .accordion-title.active .toggle-accordion {
  transform: rotate(90deg);
}

.faq .accordion-title .toggle-accordion svg {
  width: 1.6875rem;
  height: 1.4rem;
}

.faq .accordion-inner {
  padding: 0;
  color: #565656;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3125rem;
  /* 131.25% */
  padding-right: 2rem;
}

.faq .accordion-inner p {
  margin-bottom: 1rem;
}

.faq .accordion-inner ul {
  margin-left: 1.3rem;
}

.faq .accordion {
  border-bottom: 1px solid #dedede;
}

.faq .faq__image {
  position: relative;
  width: 19.4375rem;
  flex-shrink: 0;
  max-width: 100%;
}

.faq .faq__image .box-text {
  position: absolute;
  right: -3rem;
  width: 7.25rem;
  height: 9.875rem;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0px 4px 35px 0px rgba(124, 24, 26, 0.15);
  bottom: 2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 1rem 0rem 0.87rem;
  text-align: center;
  animation: up-down infinite 3s ease-in-out;
}

.faq .faq__image .box-text img {
  width: 4.37969rem;
  height: 4.38438rem;
  object-fit: contain;
  margin-bottom: 0.37rem;
}

.faq .faq__image .box-text .number-run {
  color: #e12e2d;
  text-align: center;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: flex-start;
  line-height: 1;
}

.faq .faq__image .box-text .text {
  color: var(--Color-2, #2a2a2a);
  font-family: "Be Vietnam Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media screen and (max-width: 767.98px) {
  .faq .faq__wrapper {
    flex-direction: column;
  }

  .faq .faq__content {
    margin-left: 0;
  }

  .faq .accordion-inner {
    padding-right: 0;
  }

  .faq .faq__image .box-text {
    right: -2rem;
  }
  .faq .faq__image {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 1rem;
  }

  .faq .faq__image .box-text .number-run {
    font-size: 1.6rem;
  }

  .faq .faq__image .box-text img {
    width: 3.5rem;
    height: 3.5rem;
  }
}

/* End faq */
