/*Banner*/
.intro-google {
  padding: 0 var(--section);
  height: 40.4375rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.intro-google .bg-nen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  opacity: 0.3;
  background: linear-gradient(180deg, #f5f5f5 0%, #f0ebeb 100%);
  filter: blur(2.5999999046325684px);
}
.intro-google .title-color h1 {
  font-size: 3.75rem;
  margin-bottom: 1rem;
  letter-spacing: -0.075rem;
}
.intro-google .title-color h1 p:first-child > strong {
  color: #2a2a2a;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: -0.0625rem;
}
.intro-google .section-bg {
  width: 53.1875rem;
  height: 100%;
  left: auto;
  background-size: contain !important;
}
.intro-google .intro-content {
  max-width: 42.5rem;
}
.button.btn__primary {
  margin: 1rem 0 0;
}
.image-mobile {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .intro-google {
    height: auto;
    padding: 3.25rem var(--section) 0;
  }
  .image-mobile {
    display: block;
    margin-top: 2rem;
  }
  .intro-google .section-bg {
    display: none;
  }
  .intro-google .title-color h1 {
    font-size: 1.875rem;
  }
  .intro-content .title-color p {
    font-size: 0.9375rem;
  }
  .intro-content .title-color p:first-child {
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
}
/* customers-list */
.partner-google .customers-wrapper .image-cover:before {
  display: none;
}

.partner-google .swiper .swiper-button__wrapper {
  width: 20rem;
}
.partner-google .customers-list__title {
  display: flex;
  justify-content: space-between;
  column-gap: 1rem;
  align-items: center;
  margin-bottom: 3rem;
}
.partner-google .customers-list__title h2 {
  margin-bottom: 0;
  font-size: 2.25rem;
  text-align: left;
}
.partner-google .customers-list__title .list-num {
  display: flex;
  column-gap: 1.5rem;
  flex-shrink: 0;
}
.partner-google .customers-list__title .list-num .box-num .number-run {
  font-size: 3rem;
  font-weight: 700;
  color: var(--theme-color);
  display: flex;
  align-items: baseline;
}
.partner-google .customers-list__title .list-num .desc {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.03125rem;
}
span.odometer-formatting-mark {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .partner-google .customers-list__title {
    flex-direction: column;
    row-gap: 1.5rem;
  }
  .partner-google .customers-list__title h2 {
    font-size: 1.25rem;
    text-align: center;
  }
  .partner-google .customers-list__title .list-num .box-num .number-run {
    font-size: 2.25rem;
    justify-content: center;
  }
  .partner-google .customers-list__title .list-num .desc {
    font-size: 0.9375rem;
  }
  .partner-google .swiper .swiper-button__wrapper {
    width: 6rem;
  }
}
/* service-google */
.service-google {
  padding: 3.75rem var(--section) 4.25rem;
  background: linear-gradient(234deg, #e02e2d 5.73%, #a32f32 99.22%);
}
.service-google .section-bg {
  height: 100%;
  left: auto;
  width: 58.1875rem;
}
.service-google .sec-container {
  position: relative;
}
.service-google .sec-container .grid {
  display: grid;
  grid-template-columns: 1fr 30.1875rem;
  column-gap: 1rem;
  align-items: end;
}
.service-google .sec-container .grid .col-2 .img img {
  height: 32.9375rem;
  width: auto;
  object-fit: cover;
}
.service-google .service-google__title h2 {
  font-size: 2.25rem;
  margin-bottom: 1.5rem;
}
.service-google .service-google__title p {
  font-size: 1rem;
  margin-bottom: 0;
}
.service-google__list .box-item {
  display: grid;
  grid-template-columns: 21rem 1fr;
  align-items: start;
  column-gap: 0.5rem;
}
.service-google__list .box-item .title {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}
.service-google__list .box-item .title span {
  font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(180deg, #ffd8d8 0%, #e12e2d 90.9%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-google__list .box-item .title p {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
}
.service-google__list .box-item:first-child {
  margin-top: 2.25rem;
}
.service-google__list .box-item:nth-child(n + 2) {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: var(--1) solid #ffffff80;
}
.service-google__list .box-item .desc {
  font-size: 0.875rem;
}
.service-google2 {
  padding: 6rem var(--section);
}
.service-google2 .title-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 1rem;
  margin-bottom: 4rem;
  padding: 0 1.5rem;
  overflow: auto;
}
.service-google2 .title-list::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}
.service-google2 .title-list::-webkit-scrollbar-thumb {
  background: transparent;
}
.service-google2 .title-list .box-text {
  color: #7f7c77;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.75rem 1rem;
  border-radius: 6.25rem;
  background: #e8e8e8;
  width: fit-content;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  flex-shrink: 0;
}
.service-google2 .title-list .box-text.active {
  color: #fff;
  background: var(--theme-color);
}
.content-slider {
  padding-bottom: 1rem;
}
.content-slider .swiper-wrapper {
  align-items: center;
}
.content-slider .swiper-slide {
  transform: scale(0.9) translateZ(0) !important;
  transition: 0.3s ease-in-out;
}
.content-slider .swiper-slide-active {
  transform: scale(1) translateZ(0) !important;
}
.content-slider .swiper-slide .box-service .box-text .desc {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: 0.3s ease-in-out;
}
.content-slider .swiper-slide-active .box-service .box-text .desc {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.box-service .image-cover {
  padding-top: 56.25%;
  border-radius: 0.9375rem 0.9375rem 0rem 0rem;
}
.box-service .box-text {
  padding: 1.5rem;
  border-radius: 0rem 0rem 0.9375rem 0.9375rem;
  border: 1px solid #e0e0e0;
  border-top: 0;
  background: #fff;
}
.box-service .box-text .title p {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2a2a2a;
  line-height: normal;
  margin: 0 0 1rem;
}
.box-service .box-text .title p > strong {
  font-size: 1.125rem;
  letter-spacing: -0.01125rem;
  font-weight: 600;
}
.box-service .box-text .desc ul {
  margin: 0;
}
.box-service .box-text .desc ul li {
  list-style: none;
  position: relative;
  padding-left: 1.75rem;
}
.box-service .box-text .desc ul li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0.25rem;
  left: 0;
  background: url(/wp-content/uploads/2025/07/check-icon.svg) no-repeat center;
  background-size: cover;
}
.service-google2 .swiper-button {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: var(--1) solid #c0c0c0;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: var(--section);
  z-index: 2;
  background-color: #fff;
}
.service-google2 .swiper-button.swiper-next {
  left: auto;
  right: var(--section);
}
.service-google2 .swiper-button:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.service-google2 .swiper-button:hover svg path {
  fill: #fff;
}
.service-google2 .swiper-pagination {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .service-google .sec-container .grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .service-google__title {
    flex-direction: column;
    row-gap: 1.38rem;
  }
  .service-google .service-google__title h2 {
    font-size: 1.4rem;
  }
  .service-google .service-google__title p {
    font-size: 0.9375rem;
  }
  .service-google__list .box-item {
    grid-template-columns: minmax(0, 1fr);
  }
  .service-google__list .box-item .title p {
    font-size: 1rem;
  }
  .service-google__list {
    padding: 0;
  }
  .service-google .sec-container .grid .col-2 .img img {
    height: 21.9375rem;
    margin-top: 2rem;
  }
  .service-google {
    padding: 3rem var(--section) 2.25rem;
  }
  .service-google .section-bg {
    background-position: 15% 50%;
  }
  .service-google2 .title-list {
    padding: 0;
    overflow: auto;
    margin-bottom: 2rem;
  }
  .service-google2 .title-list .box-text {
    flex-shrink: 0;
  }
  .service-google2 .swiper-button {
    /* display: none; */
  }
  .service-google2 .swiper-button {
    left: 0;
  }
  .service-google2 .swiper-button.swiper-next {
    right: 0;
  }
  .box-service .box-text .title p {
    font-size: 1rem;
    line-height: 1.5;
  }
  .box-service .box-text .title p > strong {
    font-size: 0.9375rem;
  }
  .service-google2 {
    padding: 3.75rem var(--section);
  }
  .service-google2 .swiper-pagination {
    display: flex;
    justify-content: center;
    position: static;
    margin-top: 1.5rem;
  }
  .service-google2 .swiper-pagination .swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
    transform: unset;
    border-radius: 9rem;
    background-color: #c0c0c0;
    opacity: 1;
    margin: 0 0.34375rem;
  }

  .service-google2 .swiper-pagination .swiper-pagination-bullet-active {
    width: 2.5625rem;
    background-color: var(--theme-color);
  }
  .service-google__list .box-item .desc {
    text-align: justify;
  }
}
/* Tăng trưởng */
.growth-google {
  padding: 8.12rem var(--section) 5rem;
  overflow: hidden;
}
.bg-gradient {
  position: absolute;
  top: -23.25rem;
  left: 0;
  width: 100%;
  height: 46.5625rem;
  z-index: 0;
  border-radius: 30.1875rem;
  background: linear-gradient(180deg, #ffede5 0%, #fff 100%);
  filter: blur(107.36791229248047px);
}
.growth-google .section-bg {
  top: 4rem;
  height: 20rem;
  background-size: contain !important;
}
.growth-google .title-color p:first-child {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.01875rem;
  margin-bottom: 1rem;
}
.growth-google .title-color p:nth-child(2) {
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  margin-bottom: 1rem;
}
.growth-google .title-color h2 {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.03125rem;
  margin-bottom: 3.56rem;
}
.growth-google .title-color h2 > strong {
  background: linear-gradient(105deg, #e12e2d 25.71%, #a72f31 89.44%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.growth-google .growth-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2.5rem 1.88rem;
}
.growth-google .growth-list .box-growth {
  border-radius: 0.61369rem;
  background: linear-gradient(0deg, #fee 7.5%, #fbf5f2 50.72%, #f7f7f7 93.94%);
  padding: 2.25rem;
}
.growth-google .growth-list .box-growth .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.5rem;
}
.growth-google .growth-list .box-growth .icon-box {
  display: flex;
  align-items: center;
  column-gap: 0.75rem;
  margin-bottom: 1rem;
}
.growth-google .growth-list .box-growth .icon-box .img {
  width: 3.61688rem;
  height: 3.5rem;
}
.growth-google .growth-list .box-growth .icon-box .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.growth-google .growth-list .box-growth .icon-box .title {
  color: #2a2a2a;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
}
.growth-google .growth-list .box-growth .col-2 {
  text-align: center;
}
.growth-google .growth-list .box-growth .col-2 img {
  width: 16.875rem;
  height: 11.9375rem;
  object-fit: cover;
}
.growth-google .growth-list .box-growth .desc {
  text-align: justify;
  letter-spacing: -0.0125rem;
}
@media screen and (max-width: 767.98px) {
  .growth-google {
    padding: 4rem var(--section) 3.25rem;
  }
  .growth-google .section-bg {
    top: 2rem;
    height: 6rem;
  }
  .growth-google .growth-list {
    grid-template-columns: minmax(0, 1fr);
  }
  .growth-google .growth-list .box-growth .grid {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1.5rem;
  }
  .growth-google .growth-list .box-growth {
    padding: 1.5rem;
  }
  .growth-google .title-color p:first-child {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
  .growth-google .title-color p:nth-child(2) {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .growth-google .title-color h2 {
    font-size: 1.4rem;
  }
  .bg-gradient {
    height: 30rem;
    top: -15rem;
  }
}
/* Cam kết */
.commit-google {
  padding: 5.75rem var(--section);
  background: linear-gradient(345deg, #fee 7.5%, #fbf5f2 50.72%, #fff 93.94%);
}
.commit-google::before {
  content: "";
  position: absolute;
  top: 1.75rem;
  right: 0;
  width: 37.25rem;
  height: 16.8125rem;
  border-radius: 0.9375rem 0rem 0rem 0.9375rem;
  background: linear-gradient(90deg, #df2e2d 0%, #a32f32 100%), #d9d9d9;
}
.commit-google .title-color {
  position: relative;
  height: 10rem;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.commit-google .title-color h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.commit-google .sub-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ffefef 18.71%, #faefef 31.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 9rem;
  font-weight: 700;
  line-height: 1.1;
}
.commit-google .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.88rem;
}
.commit-google .grid .col-1 .image-cover {
  width: 34.8125rem;
  height: 43.1875rem;
  padding-top: 0;
  border-radius: 0.625rem;
}
.commit-google .grid .col-2 .image-cover {
  height: 16.3125rem;
  padding-top: 0;
  border-radius: 0.625rem;
  margin-bottom: 1.12rem;
}
.commit-google .list-commit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5rem;
  position: relative;
}
.commit-google .list-commit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 100%;
  background: linear-gradient(0deg, #fdf3f1 0%, #d9d9d9 47.6%, #fdf1f0 100%);
}
.commit-google .list-commit::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #fdf3f1 0%, #d9d9d9 47.6%, #fdf1f0 100%);
}
.box-commit {
  padding: 1.5rem;
}
.box-commit .num span {
  font-size: 3rem;
  font-weight: 700;
  background: var(--theme-color);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.box-commit .desc p:first-child {
  margin-bottom: 0.313rem;
}
.box-commit .desc p:last-child {
  margin-bottom: 0;
}
.box-commit .desc p:first-child strong {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .commit-google {
    padding: 0 var(--section) 2.75rem;
  }
  .commit-google .grid {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1.5rem;
  }
  .commit-google .grid .col-1 .image-cover {
    width: 100%;
    height: 25.1875rem;
  }
  /* .commit-google .grid .col-2 {
    display: flex;
    flex-direction: column;
  } */
  .commit-google .grid .col-2 .image-cover {
    height: 9.3125rem;
    margin-bottom: 0;
    margin-top: 1.5rem;
    display: none;
  }
  .commit-google .title-color {
    height: 8rem;
  }
  .commit-google .sub-title {
    font-size: 5.5rem;
    text-align: center;
    line-height: 1.4;
  }
  .commit-google .title-color h2 {
    font-size: 1.4rem;
    text-align: center;
  }
  .commit-google::before {
    top: 37.5%;
    width: 80%;
    height: 7.8125rem;
    display: none;
  }
  .commit-google .list-commit {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1.5rem;
    order: -1;
  }
  .commit-google .list-commit::before,
  .commit-google .list-commit::after {
    display: none;
  }
  .box-commit {
    padding: 0;
  }
  .box-commit .desc p:first-child br {
    display: none;
  }
  .box-commit .num span {
    font-size: 2.25rem;
  }
}
/* Bảng giá */
.price-list {
  padding: 5.75rem 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(4, 1fr);
  grid-gap: 1.88rem;
}

.price-list .packages-item {
  border-radius: 0.9375rem;
  background: linear-gradient(180deg, #fafafa 0%, #fff 100%);
  padding-bottom: 2.44rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.price-list .packages-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #fafafa 0%, #cdcdcd 50%, #fbfbfb 100%);
  padding: 1rem;
}
.price-list .packages-title h3 {
  margin-bottom: 0;
  font-size: 1.125rem;
}
.price-list .packages-title .desc {
  font-size: 0.875rem;
  color: #2a2a2a;
}
.price-list .packages-item:nth-of-type(2) .packages-title {
  background: linear-gradient(90deg, #f9f9f7 0%, #d2b89b 50%, #fbfafa 100%);
}

.price-list .packages-item:nth-of-type(3) .packages-title {
  background: linear-gradient(90deg, #fafafa 0%, #efca83 50%, #faf2f2 100%);
}
.price-list .packages-item:nth-of-type(4) .packages-title {
  background: linear-gradient(90deg, #fafafa 0%, #ffb68e 50%, #fbfbfb 100%);
}
.price-list .packages-item .packages-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.price-list .packages-item .packages-price .packages-item__price {
  color: #e12e2d;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.price-list .packages-item .packages-price .desc {
  font-size: 0.875rem;
  color: #7f7c77;
}
.price-list .packages-item .packages-item__content {
  padding: 0 1.5rem;
}

.price-list .packages-item .packages-item__button {
  text-align: center;
  margin: auto 0 0;
}

.price-list .packages-item .packages-item__button .button {
  margin: 0;
}

.price-list .packages-item .packages-item__content ul {
  margin: 0 0 1.875rem;
  list-style: none;
  border-top: var(--1) solid #dedede;
}

.price-list .packages-item .packages-item__content li {
  color: var(--Color-2, #2a2a2a);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  min-height: 2.625rem;
  margin: 0;
  display: flex;
  align-items: center;
  border-bottom: var(--1) solid #dedede;
  position: relative;
  padding-left: 1.75rem;
  padding-top: 0.313rem;
  padding-bottom: 0.313rem;
}

.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: contain;
  top: 0.7rem;
}

.price-list .price-list__note {
  width: 64.125rem;
  max-width: 100%;
  margin: 0 auto;
}

.price-list .price-list__note p {
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
@media screen and (max-width: 1600px) {
  .price-list {
    padding: 5.75rem 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .price-list .packages-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .price-list .price-list__title h2 {
    font-size: var(--20);
    margin-bottom: var(--25);
  }

  .price-list .packages-item .packages-item__content {
    padding: 0 var(--20);
  }

  .price-list .packages-item__name {
    font-size: var(--24);
  }

  .price-list .packages-item .packages-item__content li {
    padding-top: var(--10);
    padding-bottom: var(--10);
  }

  .price-list .packages-item .packages-item__content li:before {
    top: var(--13);
  }

  .price-list .line {
    height: auto;
    width: 100%;
  }

  .price-list {
    padding: 3.75rem var(--section);
  }
}
/* Form Google */
.form-google {
  padding: 5rem var(--section);
}
.form-google .form-google__wrapper {
  border-radius: 1.25rem;
  overflow: hidden;
  padding: 3rem;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 31.21413rem 1fr;
  column-gap: 4.25rem;
  align-items: center;
}
.form-google h2 {
  color: #fff;
}
.form-google .form-google__left .img-back {
  height: 25.81513rem;
}
.form-google .form-google__left img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.form-google .form-google__right {
  flex-shrink: 0;
  max-width: 100%;
}

.form-google .title-color-p p {
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}

.form-google .form-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem 2.4rem;
}

.form-google form {
  margin: 0;
}

.form-google .form-content input {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: #fff;
  font-weight: 300;
  font-size: 1rem;
  margin: 0;
  height: var(--45);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0;
}

.form-google .form-content input::placeholder {
  color: #fff;
}

.form-google
  .form-content
  .wpcf7-form-control-wrap:not(:last-child):not(:nth-last-child(2)) {
  grid-column: span 2;
}

.form-google .form-content select {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: #fff;
  font-weight: 300;
  font-size: 1rem;
  height: var(--45);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0;
  background-image: url(/wp-content/uploads/2024/12/i-down.svg);
  background-size: 0.8rem;
  margin: 0;
}

.form-google .form-content select option {
  color: #222;
}

.form-google .wpcf7 .wpcf7-not-valid-tip {
  color: #fff;
  bottom: -1.2rem;
}

.form-google .form-submit {
  margin-top: 2.06rem;
}

.form-google .form-submit .button {
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .form-google {
    padding: 3rem var(--section);
  }
  .form-google .form-google__wrapper {
    padding: 2rem 1rem;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 2.25rem;
  }
  .form-google .form-google__left .img-back {
    height: 16.81513rem;
  }
  .form-google .title-color h2 {
    font-size: 1.125rem;
  }
  .form-google .title-color {
    font-size: 0.9375rem;
  }
  .form-google .form-content .wpcf7-form-control-wrap {
    grid-column: span 2;
  }
}
/* Đánh giá */
.customer-google {
  padding: 5rem var(--section) 4rem;
}
.customer-google .customer-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dde4ee;
}
.customer-google .customer-title h2 {
  margin-bottom: 0;
}
.customer-google .customer-title .title-color {
  flex: 1;
}
.customer-google .customer-title .gallery-product {
  width: 25rem;
  max-width: 100%;
}
.customer-google .customer-title .gallery-product .swiper-slide {
  transform: scale(0.8) translateZ(0) !important;
  transition: 0.3s ease-in-out;
  border: 2px solid transparent;
  border-radius: 100%;
}
.customer-google .customer-title .gallery-product .swiper-slide-active {
  transform: scale(1) translateZ(0) !important;
  margin: 0 0.313rem;
  border-color: var(--theme-color);
}
.thumbnail-product {
  position: relative;
  height: 21rem;
}
.thumbnail-product .swiper-slide {
  padding: 2.25rem 2rem;
  transition: 0.3s ease-in-out;
}
.thumbnail-product .swiper-slide-prev {
  opacity: 0;
}
.thumbnail-product .swiper-slide .box-revew {
  position: relative;
  padding-left: 0;
  transition: 0.3s ease-in-out;
}
.thumbnail-product .swiper-slide-active .box-revew {
  padding-left: 8rem;
}
.box-revew::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6.875rem;
  height: 5.33406rem;
  background-image: url(/wp-content/uploads/2025/07/quate.svg);
  background-size: contain;
  background-position: center;
  z-index: 1;
  background-repeat: no-repeat;
}
.thumbnail-product .swiper-slide .box-revew::before {
  opacity: 0;
  transition: 0.3s ease-in-out;
  visibility: hidden;
}
.thumbnail-product .swiper-slide-active .box-revew::before {
  opacity: 1;
  visibility: visible;
}
.box-revew .icon-box {
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
  padding-top: 1rem;
}
.box-revew .icon-box .image-cover {
  border-radius: 100%;
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  padding-top: 0;
  transition: 0.3s ease-in-out;
}
.thumbnail-product .swiper-slide-active .box-revew .icon-box .image-cover {
  width: 6rem;
  height: 6rem;
}
.box-revew .icon-box .box-text {
  padding: 0;
}
.box-revew .icon-box .box-text .name {
  font-size: 1.25rem;
  font-weight: 600;
}
.box-revew .icon-box .box-text .job {
  font-size: 1rem;
  font-weight: 500;
}
.thumbnail-product .swiper-slide-active .desc {
  transition: 0.3s ease-in-out;
}
.thumbnail-product .swiper-slide-active .desc {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  width: 44.6875rem;
}
.box-swiper__button {
  display: flex;
  justify-content: space-between;
  column-gap: 1rem;
  align-items: center;
  position: absolute;
  bottom: 2rem;
  right: 0;
  z-index: 2;
}
.customer-google .swiper-button {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: var(--1) solid #c0c0c0;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;
}
.customer-google .swiper-button:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.customer-google .swiper-button:hover svg path {
  fill: #fff;
}
@media screen and (max-width: 767.98px) {
  .customer-google {
    padding: 3.25rem var(--section) 2.75rem;
  }
  .customer-google .customer-title {
    flex-direction: column;
  }
  .thumbnail-product .swiper-slide {
    padding: 0;
  }
  .box-revew::before {
    width: 2.5rem;
    height: 2rem;
    top: -1rem;
  }
  .thumbnail-product .swiper-slide-active .desc {
    width: 100%;
  }
  .thumbnail-product .swiper-slide-active .box-revew .icon-box .image-cover {
    width: 4rem;
    height: 4rem;
  }
  .box-revew .icon-box .box-text .job {
    font-size: 0.875rem;
  }
  .box-revew .icon-box .box-text .name {
    font-size: 1rem;
  }
  .thumbnail-product .swiper-slide-active .box-revew {
    padding-left: 0;
  }
  .thumbnail-product .swiper-slide .desc {
    font-size: 1rem !important;
    position: relative;
    z-index: 4;
  }
  .box-swiper__button {
    position: static;
    margin: 1.5rem auto 0 auto;
    width: fit-content;
  }
  .thumbnail-product {
    height: auto;
  }
  .customer-google .customer-title .gallery-product .swiper-slide {
    width: 20%;
  }
  .customer-google .customer-title .title-color {
    width: 100%;
  }
  .customer-google .customer-title .gallery-product {
    display: none;
  }
}
