.home_banner {
  overflow: hidden;
}
.home_banner .home_banner_swiper {
  position: relative;
  background-color: #212121;
}
.home_banner .home_banner_swiper .home_banner_btns {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 98.4761%;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
.home_banner .home_banner_swiper .home_banner_btns div {
  width: 12px;
  height: 22px;
  background: url(../img/left-w.svg) no-repeat center / contain;
  cursor: pointer;
  transition: all 0.3s;
}
.home_banner .home_banner_swiper .home_banner_btns div.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
.home_banner .home_banner_swiper .home_banner_btns .btn_next {
  background-image: url(../img/right-w.svg);
}
.home_banner .swiper-slide {
  background: url(../img/home-banner.webp) no-repeat center / cover;
}
.home_banner .swiper-slide .flex {
  height: 627px;
}
.home_banner .swiper-slide .head {
  max-width: 672px;
  padding-bottom: 90px;
}
.home_banner .swiper-slide .head h1,
.home_banner .swiper-slide .head strong {
  display: block;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  line-height: 75px;
  text-transform: uppercase;
}
.home_banner .swiper-slide .head p {
  max-width: 563px;
  color: #fff !important;
  opacity: 0.85;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  margin: 7px 0 50px;
}
.home_nav {
  max-width: 1920px;
  margin: -55px auto 0;
  background-color: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}
.home_nav ul {
  display: flex;
}
.home_nav ul li {
  flex: 1;
  align-items: stretch;
  text-align: center;
  border-bottom: 4px solid transparent;
  transition: all 0.3s;
}
.home_nav ul li:hover,
.home_nav ul li.active {
  border-color: var(--theme_color);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.home_nav ul li:hover a p,
.home_nav ul li.active a p {
  color: var(--theme_color);
}
.home_nav ul li a {
  display: block;
  padding: 30px 0 23px;
}
.home_nav ul li .img {
  width: 60%;
  padding-bottom: 47.2%;
  margin: 0 auto 20px;
  position: relative;
}
.home_nav ul li .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home_nav ul li p {
  color: var(--title_color);
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  transition: all 0.3s;
}
.home_product {
  padding: 118px 0 40px;
  overflow: hidden;
}
.home_product .head h2{
  font-size: 33px;
}
.home_product .home_product_btns {
  display: flex;
  gap: 25px;
  position: relative;
  top: -5px;
}
.home_product .home_product_btns div {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 1px solid var(--subtheme_color);
  background-color: var(--subtheme_color);
  transition: all 0.3s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.home_product .home_product_btns div::after {
  content: '';
  display: block;
  width: 35%;
  height: 35%;
  background: url(../img/left-b.svg) no-repeat center / contain;
  filter: brightness(20);
  transition: all 0.3s;
}
.home_product .home_product_btns div.swiper-button-disabled {
  background-color: transparent;
  cursor: default;
}
.home_product .home_product_btns div.swiper-button-disabled::after {
  filter: none;
}
.home_product .home_product_btns .btn_next::after {
  background-image: url(../img/right-b.svg);
}
.home_product .home_product_swiper {
  max-width: 100%;
  padding: 55px 0 95px;
  overflow: hidden;
}
.home_product .home_product_swiper a {
  display: block;
  background-color: #f6f6f6;
  border-radius: 8px;
  transition: all 0.3s;
  text-align: center;
}
.home_product .home_product_swiper a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.home_product .home_product_swiper a:hover .img {
  transform: scale(1.05);
}
.home_product .home_product_swiper a:hover strong {
  background-color: var(--subtheme_color);
}
.home_product .home_product_swiper .img {
  width: 90%;
  height: 267px;
  margin: 0 auto;
  position: relative;
  top: -2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.home_product .home_product_swiper .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.home_product .home_product_swiper .info {
  padding: 0 2.4rem 54px;
  position: relative;
}
.home_product .home_product_swiper .info > span {
  color: var(--title_color);
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
}
.home_product .home_product_swiper .info > span::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--theme_color);
  border-radius: 3px;
  position: absolute;
  left: 0;
  bottom: 3px;
}
.home_product .home_product_swiper h3 {
  text-transform: uppercase;
  min-height: 52px;
  color: var(--title_color);
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin: 18px 0 0px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_product .home_product_swiper p.att{
  color: #777;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin: 0.2rem 0;
}
.home_product .home_product_swiper p.att span{
  color: #212121;
}
.home_product .home_product_swiper p {
  color: var(--theme_color);
  font-size: 22px;
  font-weight: 600;
}
.home_product .home_product_swiper p i, .home_product .home_product_swiper p + i{
  display: none;
}
.home_product .home_product_swiper p ins{
  text-decoration: unset;
}
.home_product .home_product_swiper strong {
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: url(../img/right-line-w.svg) no-repeat center / 40%;
  background-color: var(--theme_color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  transition: all 0.3s;
}
.home_product_best {
  background: url(../img/home-best-bg.webp) no-repeat top -30px center / cover;
}
.home_brand {
  padding: 105px 0 40px;
  overflow: hidden;
}
.home_brand .head h2{
  font-size: 33px;
}
.home_brand .home_brand_btns {
  display: flex;
  gap: 25px;
  position: relative;
  top: -5px;
}
.home_brand .home_brand_btns div {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 1px solid var(--subtheme_color);
  background-color: var(--subtheme_color);
  transition: all 0.3s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.home_brand .home_brand_btns div::after {
  content: '';
  display: block;
  width: 35%;
  height: 35%;
  background: url(../img/left-b.svg) no-repeat center / contain;
  filter: brightness(20);
  transition: all 0.3s;
}
.home_brand .home_brand_btns div.swiper-button-disabled {
  background-color: transparent;
  cursor: default;
}
.home_brand .home_brand_btns div.swiper-button-disabled::after {
  filter: none;
}
.home_brand .home_brand_btns .btn_next::after {
  background-image: url(../img/right-b.svg);
}
.home_brand .home_brand_swiper {
  max-width: 1626px;
  padding-top: 60px;
  overflow: hidden;
}
.home_brand .home_brand_swiper .swiper-slide {
  text-align: center;
}
.home_brand .home_brand_swiper .img {
  height: 254px;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  position: relative;
  top: 0;
}
.home_brand .home_brand_swiper .img:hover {
  top: -10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
.home_brand .home_brand_swiper .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_brand .home_brand_swiper h3 {
  color: var(--title_color);
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 29px;
  line-height: 29px;
}
.home_blog {
  padding: 180px 0 145px;
}
.home_blog .head h2{
  font-size: 33px;
}
.home_blog .head ul {
  display: flex;
  gap: 45px;
  position: relative;
  top: 5px;
}
.home_blog .head ul li {
  color: #727272;
  font-size: 22px;
  font-weight: 500;
  border-bottom: 4px solid transparent;
  transition: all 0.3s;
  cursor: pointer;
  padding-bottom: 8px;
  text-transform: uppercase;
}
.home_blog .head ul li.active,
.home_blog .head ul li:hover {
  border-color: var(--theme_color);
  color: var(--title_color);
}
.home_blog .home_blog_swiper_box {
  position: relative;
  margin: 25px 0 55px;
}
.home_blog .home_blog_swiper .img {
  position: relative;
  height: 276px;
  overflow: hidden;
}
.home_blog .home_blog_swiper .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.home_blog .home_blog_swiper .img span {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  color: #fff;
  background-color: var(--theme_color);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 11px 21px;
}
.home_blog .home_blog_swiper .info {
  padding: 30px 28px 40px;
}
.home_blog .home_blog_swiper .info span {
  font-size: 1rem;
  font-weight: 500;
  color: var(--theme_color);
}
.home_blog .home_blog_swiper .info h3 {
  min-height: 4rem;
  margin: 1rem 0 13px;
  color: #25292d;
  font-size: 24px;
  font-weight: 600;
  line-height: 2rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_blog .home_blog_swiper .info p {
  min-height: 78px;
  color: var(--content_color);
  font-size: 1rem;
  line-height: 26px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_blog .home_blog_swiper .info strong {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  border-radius: 5px;
  background-color: var(--subtheme_color);
  color: #fff;
  transition: all 0.3s;
  line-height: 1;
  padding: 15px 40px;
  margin-top: 27px;
}
.home_blog .home_blog_swiper .swiper-slide {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.home_blog .home_blog_swiper .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.home_blog .home_blog_swiper .swiper-slide:hover .info strong {
  background-color: var(--theme_color);
}

