.home_banner {
  position: relative;
}
.home_banner::after {
  width: 100%;
  padding-bottom: 3.38541667%;
  position: absolute;
  left: 0;
  bottom: -1px;
  content: '';
  background: url("../img/home-banner-mask.png") no-repeat left center / contain;
  z-index: 2;
  pointer-events: none;
}
.home_banner .home_banner_swiper {
  overflow: hidden;
}
.home_banner .home_banner_swiper .swiper-slide {
  position: relative;
  background: url("../img/home-banner.jpg") no-repeat center / cover;
}
.home_banner .flex {
  min-height: 79.5rem;
  padding: 8rem 0;
}
.home_banner .head {
  flex: 1;
  max-width: 67rem;
  color: #fff;
  padding-bottom: 9.75%;
}
.home_banner .title {
  font-size: 5rem;
  line-height: 6rem;
  font-weight: 600;
}
.home_banner p {
  font-size: 1.6rem;
  line-height: 2.8rem;
  opacity: 0.85;
  max-width: 52.1rem;
  margin-top: 2.2rem;
}
.home_banner .btn {
  margin-top: 3.1rem;
}
.home_banner .img {
  width: 77.015%;
  margin-right: -10.9%;
  margin-left: -20%;
  margin-top: 1px;
}
.home_banner .img:hover img {
  transform: scale(1.02);
}
.home_banner .swiper_con {
  position: absolute;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  bottom: 6.4rem;
  left: 0;
  pointer-events: none;
}
.home_banner .swiper_con .swiper_prev,
.home_banner .swiper_con .swiper_next {
  width: 3.4rem;
  height: 3.4rem;
  display: block;
  content: '';
  transition: all 0.3s;
  cursor: pointer;
  background: url("../img/arrow2.svg") no-repeat center / contain;
  filter: contrast(0) brightness(2);
  pointer-events: all;
}
.home_banner .swiper_con .swiper_prev:hover,
.home_banner .swiper_con .swiper_next:hover {
  filter: unset;
}
.home_banner .swiper_con .swiper_next {
  transform: rotate(180deg);
}
.home_banner .swiper_con .swiper-button-disabled {
  opacity: 0.68;
  pointer-events: none;
}
.home_banner .swiper_con .swiper-button-lock {
  opacity: 0;
  pointer-events: none;
}
.home_banner .pagination {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 2.3rem;
  padding-top: 0.6%;
  pointer-events: all;
}
.home_banner .pagination div.swiper-pagination {
  position: static;
  width: 15.7rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  pointer-events: all;
}
.home_banner .pagination div.swiper-pagination .swiper-pagination-progressbar-fill {
  background: #fff;
  height: 2px;
  top: -0.5px;
}
.home_products {
  overflow: hidden;
  padding: 5.4rem 0 13.4rem;
}
.home_products .head {
  flex: 1;
  max-width: 54.9rem;
  padding-bottom: 1.8rem;
}
.home_products p {
  color: var(--content_color);
  margin-top: 1.9rem;
}
.home_products .products_swiper {
  margin-top: 4.2rem;
}
.home_blog {
  padding: 3rem 0 10.7rem;
}
.home_blog .head {
  padding-bottom: 0.5rem;
}
.home_blog .nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
}
.home_blog .nav_list .nav_item {
  cursor: pointer;
}
.home_blog .nav_list .nav_item.active a,
.home_blog .nav_list .nav_item:hover a {
  background-color: var(--subtheme_color);
  color: #fff;
}
.home_blog .nav_list a {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  transition: all 0.3s;
  display: block;
  background-color: #f2f2f2;
  border-radius: 9px;
  padding: 1rem 3.45rem;
}
.home_blog .main {
  margin-top: 8rem;
}
.home_blog .left {
  width: 48.58%;
}
.home_blog .home_blog_swiper {
  border-radius: 1.8rem;
  overflow: hidden;
}
.home_blog .home_blog_swiper:hover img {
  transform: scale(1.02);
}
.home_blog .home_blog_swiper .img {
  display: block;
  width: 100%;
  padding-bottom: 76.65%;
}
.home_blog .list {
  flex: 1;
  max-width: 62.5rem;
  padding-bottom: 3.5%;
}
.home_blog .item.active a::before {
  width: 75.04%;
}
.home_blog .item a {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
  border-bottom: 1px solid rgba(158, 158, 158, 0.3);
  padding: 3.9rem 0 3.6rem;
}
.home_blog .item a::before {
  width: 0;
  height: 2px;
  background-color: var(--title_color);
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: all 0.3s;
}
.home_blog .item .metas {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.home_blog .item .metas .cat {
  text-transform: uppercase;
  color: #271777;
}
.home_blog .item .metas .date {
  opacity: 0.65;
}
.home_blog .item h3 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #171717;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 0.9rem;
}
.home_blog .item .btn_single {
  transform: translateY(1rem);
}
.home_blog p.right:has(.btn_line) {
  margin-top: -0.5rem;
}
