.home_banner {
  position: relative;
  background-color: #c5e1ed;
  border-bottom: 1px solid #b0c6dd;
}
.home_banner .home_banner_swiper {
  max-width: 256rem;
  margin: 0 auto;
  overflow: hidden;
}
.home_banner .home_banner_swiper .flex {
  height: 100vh;
  max-height: 80.1rem;
  min-height: max-content;
  padding-bottom: 5.2239%;
}
.home_banner .home_banner_swiper .swiper-slide .head .hd_h1,
.home_banner .home_banner_swiper .swiper-slide .head ul,
.home_banner .home_banner_swiper .swiper-slide .head .btns {
  transform: translateX(100px);
  opacity: 0;
  transition: all 0.5s 0.5s;
}
.home_banner .home_banner_swiper .swiper-slide .head ul {
  transition: all 0.5s 0.6s;
}
.home_banner .home_banner_swiper .swiper-slide .head .btns {
  transition: all 0.5s 0.7s;
}
.home_banner .home_banner_swiper .swiper-slide-active .head .hd_h1,
.home_banner .home_banner_swiper .swiper-slide-active .head ul,
.home_banner .home_banner_swiper .swiper-slide-active .head .btns {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.5s 0.7s;
}
.home_banner .home_banner_swiper .swiper-slide-active .head ul {
  transition: all 0.5s 0.8s;
}
.home_banner .home_banner_swiper .swiper-slide-active .head .btns {
  transition: all 0.5s 0.79s;
}
.home_banner .head {
  width: 55%;
  max-width: 67rem;
  padding: 6rem 0;
  margin-top: 0.8%;
}
.home_banner .head ul {
  font-size: 2.4rem;
  font-weight: 500;
  color: #616a75;
  margin-top: 2.6rem;
  letter-spacing: 0.0125em;
}
.home_banner .head ul li + li {
  margin-top: 0.375em;
}
.home_banner .head ul li {
  position: relative;
  padding-left: 1.0416667em;
}
.home_banner .head ul li::before {
  position: absolute;
  width: 0.41667em;
  height: 0.41667em;
  border-radius: 50%;
  background-color: var(--primary);
  content: '';
  left: 0;
  top: 0.41667em;
}
.home_banner .head .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 2.9rem;
  margin-top: 3.5rem;
}
.home_banner div.swiper-pagination.swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  bottom: 0;
  pointer-events: none;
  padding-bottom: 3.43283582%;
  gap: 1.9rem;
}
.home_banner div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 1.3rem;
  height: 1.3rem;
  background: #626872;
  opacity: 0.28;
  margin: 0;
  transition: all 0.3s;
  pointer-events: auto;
}
.home_banner div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: var(--primary);
  opacity: 1;
}
.home_products {
  padding: 16rem 0 5.6rem;
}
.home_products .head.center h2::before {
  bottom: -0.0654em;
}
.home_products p {
  margin-top: 1.8rem;
}
.home_products .home_products_swiper {
  overflow: hidden;
  margin-top: 3.1rem;
}
.home_solutions {
  padding: 5.7rem 0 18rem;
}
.home_solutions p {
  margin-top: 1.9rem;
}
.home_solutions .items {
  margin-top: 3.7rem;
}
.home_solutions .items ul {
  display: grid;
  grid-template-columns: 46.04477612% 1fr 1fr;
  gap: 2.4rem;
}
.home_solutions .items .col2 {
  grid-column: span 2;
}
.home_solutions .items .col2 .img {
  padding-bottom: 41.91702432%;
}
.home_solutions .items .row2 {
  grid-row: span 2;
}
.home_solutions .items .row2 .img {
  padding-bottom: 99.02755267%;
}
.home_solutions .items .row2 .title {
  padding: 2.5rem 1.6rem 2.3rem;
}
.home_solutions .item {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
.home_solutions .item:hover img {
  transform: scale(1.03);
}
.home_solutions .item .img {
  width: 100%;
  padding-bottom: 86.94362018%;
  height: 100%;
}
.home_solutions .item .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  font-size: 2.9rem;
  line-height: 1.10344828;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: rgba(37, 58, 90, 0.7);
  backdrop-filter: blur(3.3867px);
  text-align: center;
  max-height: 80%;
  overflow-y: auto;
  padding: 2.3rem 1.6rem 2.2rem;
}
.home_news {
  padding: 14.2rem 0 12.8rem;
}
.home_news p {
  margin-top: 1.9rem;
}
.home_news .home_news_swiper {
  overflow: hidden;
  margin-top: 3.3rem;
}
.home_news .swiper_con {
  position: static;
  margin-top: 2.9rem;
}
.home_news .swiper_con p {
  margin: 0;
}
.home_news .swiper_btns.middle {
  top: 43.5%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .home_solutions .items ul .item .title {
    font-size: 2.4rem;
    padding: 2rem 1.6rem;
  }
  .section_about .watermarker {
    font-size: 10rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .home_solutions .items ul .item .title {
    font-size: 2rem;
  }
  .section_about .watermarker {
    font-size: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .home_banner .home_banner_swiper .flex {
    height: auto;
  }
  .home_banner .head {
    padding: 50px 0;
    margin: 0;
    width: 70%;
  }
  .home_banner .head ul {
    font-size: 14px;
    margin-top: 12px;
  }
  .home_banner .head .btns {
    margin-top: 20px;
    gap: 14px;
  }
  .home_banner div.swiper-pagination.swiper-pagination-bullets {
    gap: 10px;
  }
  .home_banner div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .home_products {
    padding: 50px 0;
    overflow: hidden;
  }
  .home_products .home_products_swiper {
    overflow: unset;
    margin-top: 30px;
  }
  .home_solutions {
    padding: 50px 0;
  }
  .home_solutions .items {
    margin-top: 30px;
  }
  .home_solutions .items ul {
    grid-template-columns: repeat(auto-fill, minmax(min(140px, 100%), 1fr));
    gap: 16px;
  }
  .home_solutions .items ul .item .title {
    font-size: 16px;
    padding: 14px;
  }
  .home_solutions .items .row2 {
    grid-column: span 2;
  }
  .home_news {
    padding: 50px 0;
    overflow: hidden;
  }
  .home_news .home_news_swiper {
    overflow: unset;
    margin-top: 30px;
  }
  .home_news .swiper_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
  }
  .home_news .swiper_con .swiper_btns.middle {
    width: auto;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 576px) {
  .home_banner .home_banner_swiper .swiper-slide.img_bg > picture,
  .home_banner .home_banner_swiper .swiper-slide.img_bg > img {
    opacity: 0.6;
  }
  .home_banner .head {
    width: 100%;
  }
  .home_products .swiper_btns.middle {
    display: none;
  }
}
