.home_banner .home_banner_swiper {
  overflow: hidden;
  background-color: var(--theme_color);
}
.home_banner .home_banner_swiper .swiper-slide {
  position: relative;
}
.home_banner .home_banner_swiper .swiper-slide::after {
  content: '';
  display: block;
  width: 52.104%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  pointer-events: none;
  background-image: linear-gradient(to right, #000407, transparent);
  opacity: 0.36;
}
.home_banner .flex {
  height: 100vh;
  max-height: 82.3rem;
  min-height: max-content;
  padding: 4rem 0;
  position: relative;
  z-index: 2;
}
.home_banner .head {
  color: #fff;
  max-width: 69.3rem;
  padding-bottom: 7.2%;
}
.home_banner .title {
  font-size: 6.1rem;
  line-height: 7rem;
  font-weight: 400;
  hyphens: auto;
}
.home_banner p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  opacity: 0.85;
  margin-top: 3.5rem;
}
.home_banner .btn {
  padding: 1.85rem 4.1rem;
  margin-top: 4rem;
}
.home_banner .con {
  position: absolute;
  left: 0;
  bottom: 6.8rem;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  gap: 2rem;
}
.home_banner .pagination {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.9rem;
}
.home_banner div.swiper-scrollbar {
  position: static;
  width: 7.8rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.29);
}
.home_banner div.swiper-scrollbar .swiper-scrollbar-drag {
  background: #ffffff;
}
.home_banner .swiper_btns {
  gap: 4.1rem;
}
.home_category {
  padding: 50px 0 9rem;
}
.home_category .flex {
  margin-top: 5.9rem;
  gap: 2rem 5.7%;
}
.home_category .home_category_swiper {
  border-radius: 18px;
  overflow: hidden;
  width: 36%;
}
.home_category .home_category_swiper .img {
  width: 100%;
  position: relative;
  /*padding-bottom: 107.44%;*/
  display: block;
  height:100%;
}
.home_category .home_category_swiper .img:hover img {
  transform: scale(1.02);
}
.home_category .items {
  flex: 1;
  margin-top: 1.2rem;
}
.home_category .items .item {
  opacity: 0.45;
  transition: all 0.3s;
}
.home_category .items .item:first-child .desc {
  display: block;
}
.home_category .items .item.active {
  opacity: 1;
}
.home_category .items .item.active .title {
  border-top-color: var(--theme_color);
}
.home_category .items .item.active h3 {
  color: var(--theme_color);
}
.home_category .items .item a:hover { text-decoration:none;
}
.home_category .items .item:last-child {
  border-bottom: 1px solid #dddddd;
}
.home_category .items .title {
  display: grid;
  grid-template-columns: 1fr 2rem;
  align-items: center;
  gap: 2.9%;
  border-top: 1px solid #dddddd;
  position: relative;
  padding: 1.5rem 0 1.5rem 10.9%;
  cursor: pointer;
  transition: all 0.3s;text-align: left;
  color: #333;
}

.home_category .items .title::after {
  width: 100%;
  padding-bottom: 100%;
  background: url("../img/arrow.svg") no-repeat center / contain;
  display: inline-block;
  content: '';
}
.home_category .items h3 {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.45px;
  transition: all 0.3s;
}
.home_category .items span {
  font-size: 1.6rem;
  color: var(--theme_color);
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 2.5rem;
}
.home_category .items p {
  font-size: 1.7rem;
  line-height: 2.7rem;
  color: var(--content_color);

}
.home_category .items .desc {
  display: none;
  padding-left: 10.9%;
  margin-top: -0.6rem;
  padding-bottom: 2.6rem;
}
.products_wrap .product_item a {
  border: none;
}
.home_custom {
  padding: 9.9rem 0 7.3rem;
}
.home_custom .head p {
  font-size: 1.8rem;
  line-height: 3rem;
  color: var(--content_color);
  max-width: 99.6rem;
  margin: 3.4rem auto 0;
}
.home_custom .flex {
  margin-top: 5.5rem;
}
.home_custom .img {
  width: 48.681%;
  position: relative;
  padding-bottom: 44.1%;
  border-radius: 21px;
  overflow: hidden;
}
.home_custom .img:hover img {
  transform: scale(1.02);
}
.home_custom .right {
  flex: 1;
  max-width: 56.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.home_custom .items {
  width: 100%;
  margin-top: 4.4%;
}
.home_custom .items li {
  display: grid;
  grid-template-columns: 5.4rem 1fr;
  align-items: flex-start;
  gap: 2rem 5.5%;
  margin-bottom: 4.6rem;
}
.home_custom .items li:hover i {
  transform: rotateY(360deg);
}
.home_custom .items li:last-child {
  margin-bottom: 0;
}
.home_custom .items i {
  width: 100%;
  padding-bottom: 100%;
  display: block;
  content: '';
  background: no-repeat center / contain;
  transition: all 0.5s;
}
.home_custom .items h3 {
  font-size: 2.4rem;
  font-weight: 600;
}
.home_custom .items p {
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: var(--content_color);
  margin-top: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.home_custom .btn {
  margin-top: 6.6rem;
  padding: 1.85rem 2.8rem;
}
.home_blog {
  padding: 5.2rem 0 14.8rem;
  overflow: hidden;
}
.home_blog .btn_line {
  margin-bottom: 0.3rem;
}
.home_blog .home_blog_swiper {
  margin-top: 5.4rem;
}
.home_blog .home_blog_swiper .blog_item .link {
  display: none;
}
.home_blog .home_blog_swiper .blog_item a:hover h3 {
  text-decoration-color: var(--title_color);
}
.home_blog .swiper_control {
  margin-top: 8rem;
}
section.about_profile h2 {
  font-size: 9.8rem;
  line-height: 12.7rem;
  letter-spacing: 2.5px;
}