.home_banner {
  overflow: hidden;
}
.home_banner .banner {
  background: url(../img/home-banner-bg.svg) no-repeat center / cover;
}
.home_banner .banner .flex {
  min-height: 1040px;
  padding: 176px 0 150px;
}
.home_banner .banner .head {
  min-width: 49.18%;
  padding-top: 2.95082%;
  position: relative;
  z-index: 2;
}
.home_banner .banner .head p {
  color: var(--title_color);
  line-height: 27px;
  max-width: 465px;
  opacity: 0.68;
  margin-top: 22px;
}
.home_banner .banner .head .button_more {
  margin-top: 28px;
}
.home_banner .banner .img {
  min-width: 82.13%;
  padding-bottom: 57.95082%;
  position: relative;
  margin-left: -17.623%;
}
.home_banner .banner .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.home_banner .estimate {
  transform: translateY(-50%);
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 42px 4.1% 50px;
}
.home_banner .estimate strong {
  display: block;
  line-height: 30px;
  background: url(../img/calc.svg) no-repeat left center;
  background-size: 26px 30px;
  font-size: 24px;
  font-weight: 600;
  color: var(--title_color);
  padding-left: 42px;
}
.home_banner .estimate form {
  display: flex;
  align-items: center;
  gap: 3.1147541%;
  margin-top: 40px;
}
.home_banner .estimate form input {
  width: 0;
  flex: 1;
  border-bottom: 1px solid var(--subtheme_color);
  color: var(--subtheme_color);
  font-size: 18px;
  line-height: 27px;
  padding: 6px 26px;
  background: url(../img/pos-b.svg) no-repeat left center;
  background-size: 15px 20px;
}
.home_banner .estimate form input::placeholder {
  color: #868686;
}
.home_banner .estimate form .button_more {
  cursor: pointer;
}
.home_service {
  padding: 36px 0;
}
.home_service .head .subtitle {
  margin-bottom: 18px;
}
.home_service .main {
  margin-top: 70px;
}
.home_service .home_service_swiper {
  width: 84.18%;
  overflow: hidden;
  background: url(../img/home-service-bg.svg) no-repeat right 3.7% center / contain;
  position: relative;
}
.home_service .home_service_swiper .block1,
.home_service .home_service_swiper .block2 {
  border-radius: 50%;
  background-color: #edf6fc;
  position: absolute;
  transition: all 1s;
}
.home_service .home_service_swiper .block1 {
  width: 75px;
  height: 75px;
  left: 40%;
  top: 7%;
}
.home_service .home_service_swiper .block2 {
  width: 39px;
  height: 39px;
  left: 36%;
  top: 72%;
}
.home_service .home_service_swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 545px;
}
.home_service .home_service_swiper .swiper-slide .info {
  width: 34.08%;
}
.home_service .home_service_swiper .swiper-slide .info h3 {
  color: var(--title_color);
  font-size: 30px;
  font-weight: 600;
  line-height: 41px;
}
.home_service .home_service_swiper .swiper-slide .info p {
  color: var(--content_color);
  line-height: 25px;
  margin-top: 30px;
}
.home_service .home_service_swiper .swiper-slide .info .button_more {
  margin-top: 42px;
}
.home_service .home_service_swiper .swiper-slide .img {
  width: 64.7517%;
  padding-top: 16.358%;
}
.home_service .nav {
  width: 44px;
  min-width: 44px;
}
.home_service .nav ul li {
  cursor: pointer;
  position: relative;
  margin-bottom: 36px;
}
.home_service .nav ul li span {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  width: 100%;
  padding-bottom: calc(100% - 2px);
  position: relative;
  transition: all 0.3s;
}
.home_service .nav ul li span i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  background: no-repeat center / contain;
  transition: all 0.3s;
}
.home_service .nav ul li p {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translate(-30px, -50%);
  color: var(--title_color);
  line-height: 19px;
  white-space: nowrap;
  text-align: right;
}
.home_service .nav ul li.active span {
  background-color: var(--subtheme_color);
  border-color: var(--subtheme_color);
  transform: scale(1.63636);
}
.home_service .nav ul li.active span i {
  width: 62%;
  height: 62%;
  filter: contrast(0) brightness(20);
}
.home_service .nav ul li.active p {
  font-weight: 500;
}
/* 
.home_highlight {
  margin-top: 42px;
  padding: 152px 0 240px;
  background: url(../img/home-highlight-bg.svg) no-repeat center / cover;
}
.home_highlight .head .subtitle {
  margin-bottom: 18px;
}
.home_highlight .home_highlight_swiper {
  margin-top: 70px;
}
.home_highlight .home_highlight_swiper .swiper-slide {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 8px;
}
.home_highlight .home_highlight_swiper .swiper-slide.active a {
  top: 0;
  background-color: var(--subtheme_color);
}
.home_highlight .home_highlight_swiper .swiper-slide.active a span {
  background-color: #fff;
}
.home_highlight .home_highlight_swiper .swiper-slide.active a span i {
  filter: none;
}
.home_highlight .home_highlight_swiper .swiper-slide.active a h3 {
  color: #fff;
}
.home_highlight .home_highlight_swiper .swiper-slide.active a h3 + i {
  margin-top: 10px;
  opacity: 0;
}
.home_highlight .home_highlight_swiper .swiper-slide.active a p {
  opacity: 0.8;
}
.home_highlight .home_highlight_swiper .swiper-slide.active a strong {
  opacity: 1;
  margin-top: 34px;
}
.home_highlight .home_highlight_swiper a {
  display: block;
  height: 498px;
  background-color: #fff;
  border-radius: 8px;
  padding: 65px 9.326% 0;
  text-align: center;
  position: relative;
  top: 55px;
  transition: all 0.3s;
}
.home_highlight .home_highlight_swiper a:hover strong::after {
  transform: translateX(5px);
}
.home_highlight .home_highlight_swiper a span {
  display: block;
  border-radius: 50%;
  width: 31.847%;
  padding-bottom: 31.847%;
  position: relative;
  margin: 0 auto;
  background-color: var(--theme_color);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.home_highlight .home_highlight_swiper a span i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 52%;
  height: 52%;
  background: no-repeat center / contain;
  filter: contrast(0) brightness(20);
}
.home_highlight .home_highlight_swiper a h3 {
  color: var(--title_color);
  font-size: 23px!important;
  font-weight: 500!important;
  line-height: 34px;
  margin-top: 2rem;
  transition: all 0.3s;
  min-height: 68px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_highlight .home_highlight_swiper a h3 + i {
  display: block;
  width: 1rem;
  height: 8px;
  background: url(../img/right-line.svg) no-repeat center / contain;
  margin: 42px auto 0;
  transition: all 0.4s;
}
.home_highlight .home_highlight_swiper a p {
  color: #fff;
  line-height: 26px;
  opacity: 0;
  transition: all 0.3s;
  min-height: 104px;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_highlight .home_highlight_swiper a strong {
  color: var(--theme_color);
  font-weight: 600;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 54px;
  transition: all 0.3s;
  opacity: 0;
}
.page-template-about .home_highlight .home_highlight_swiper a strong {
  display: none!important;

}

.home_highlight .home_highlight_swiper a strong::after {
  content: '';
  display: block;
  width: 1rem;
  height: 8px;
  transition: all 0.3s;
  background: url(../img/right-line.svg) no-repeat center / contain;
} */
.home_blog {
  padding: 110px 0 190px;
}
.home_blog .head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem 1.2rem;
  flex-wrap: wrap;
}
.home_blog .head .subtitle {
  margin-bottom: 18px;
}
.home_blog .home_blog_swiper {
  overflow: hidden;
  margin: 75px 0;
}
