.banner-service {
  padding: 6.25rem var(--section) 4rem;
}
.banner-service h2 {
  font-size: 6.25rem;
  font-weight: 700;
  color: var(--black);
  padding: 0 var(--section);
}
.banner-service h2 div:nth-child(2) {
  margin-top: -1rem;
}
.banner-service .image-cover {
  padding-top: 45%;
}
.service-panel-area-2 .grid-cols-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
}
.service-panel-area-2 .grid-cols-2 .col-2 {
  background-color: var(--black);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1rem var(--section) 1rem 3.25rem;
}
.service-panel-area-2 .grid-cols-2 .col-1 .image-cover {
  padding-top: 0;
  height: 35rem;
}
.slogan-slider {
  margin-top: 4rem;
}
.slogan p {
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 600;
  color: #b1b1b1;
  letter-spacing: 0.02em;
}
.slogan-slider .swiper-slide {
  position: relative;
}
.slogan-slider .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  right: -6rem;
  width: 2rem;
  height: 2rem;
  background-image: url("/wp-content/uploads/2025/06/cta-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  animation: rotate2 5s linear infinite;
  filter: brightness(0);
}
.tp-gallery-titming {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.infor-service h2 {
  font-size: 2.25rem;
  font-weight: 600;
}
.infor-service .sub-title {
  display: flex;
  column-gap: 0.68rem;
  align-items: center;
  color: #ffffff99;
}
.infor-service .sub-title .line {
  height: 1px;
  width: 4rem;
  background-color: #ffffff99;
  flex-shrink: 0;
}
.infor-service .desc {
  padding-left: 2rem;
	text-align: justify;
}
.infor-service .desc p {
  color: #ffffff99;
}
.infor-service ul {
  margin-left: 1.3rem;
}
.infor-service .button.btn__primary {
  background-color: white;
  border: 1px solid white;
  color: var(--black);
  margin: 2.5rem 0 0;
}
.infor-service .button.btn__primary svg:first-child path {
  fill: white;
}
.infor-service .button.btn__primary svg:last-child path {
  fill: var(--black);
}
@media screen and (max-width: 767.98px) {
  .banner-service h2 {
    font-size: 2.25rem;
  }
  .banner-service h2 div:nth-child(2) {
    margin-top: 0;
  }
  .banner-service {
    padding: 2.25rem var(--section) 2rem;
  }
  .slogan p {
    font-size: 2.25rem;
  }
  .slogan-slider .swiper-slide::before {
    top: 0.25rem;
    right: -4rem;
    width: 1.65rem;
    height: 1.65rem;
  }
  .slogan-slider {
    margin-top: 2rem;
  }
  .service-panel-area-2 .grid-cols-2 .col-2 {
    padding: 2rem var(--section);
  }
  .service-panel-area-2 .grid-cols-2 {
    grid-template-columns: minmax(0, 1fr);
  }
  .service-panel-area-2 .grid-cols-2 .col-1 .image-cover {
    height: 18rem;
  }
  .infor-service .desc {
    padding-left: 0rem;
  }
  .infor-service .button.btn__primary {
    margin-top: 1.75rem;
    height: 2.25rem;
    padding: 0 1rem;
    font-size: 0.875rem;
  }
}
.bg-button .button.btn__primary {
  height: auto;
  width: auto;
  padding: 0;
  margin: 0;
}
.bg-button .button.btn__primary span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--black);
  font-weight: 500;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.3;
  z-index: 2;
}

.bg-button .button.btn__primary svg {
  width: 8rem;
  height: 8rem;
}
