.home_banner {
  color: #fff;
  background-color: #0c0d11;
  max-height: 914px;
}
.home_banner .content {
  max-width: 1252px;
}
.home_banner .banner {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: url(https://www.bombusbee.net/wp-content/themes/sytech/assets/img/home-banner-bg.webp) no-repeat bottom center / cover;
}
.home_banner .banner::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(to top, #0c0d11 0%, #0c0d11 26%, transparent 100%);
}
.home_banner .banner .flex {
  min-height: 690px;
  max-height: 690px;
}
.home_banner .banner .head {
  z-index: 2;
  width: 36.901%;
  padding: calc(1.9% + 5rem) 0 5rem;
}
/* .home_banner .banner.only-image .head{
  display: none;
} */
.home_banner .banner.only-image .swiper_box{
  display: none;
}
.home_banner .banner .head i {
  display: block;
  width: 65px;
  height: 65px;
  background: no-repeat center / contain;
  filter: contrast(0) brightness(2);
  margin-bottom: 28px;
}
.home_banner .banner .head h1 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 77px;
  text-transform: uppercase;
}
.home_banner .banner .head p {
  opacity: 0.85;
  line-height: 26px;
  font-weight: 300;
  margin-top: 22px;
}
.home_banner .banner .head .btn {
  margin-top: 26px;
}
.home_banner .banner .swiper_box {
  flex: 1;
  max-width: 500px;
  margin-right: 9.90416%;
  align-self: flex-end;
  margin-top: 2rem;
}
.home_banner .banner .home_banner_img_swiper .swiper-wrapper {
  pointer-events: none;
  display: flex;
}
.home_banner .banner .home_banner_img_swiper .swiper-slide {
  transform: scale(0.8);
  opacity: 0;
  pointer-events: none;
}
.home_banner .banner .home_banner_img_swiper .swiper-slide a {
  padding-bottom: 100%;
  display: block;
  position: relative;
}
.home_banner .banner .home_banner_img_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  vertical-align: top;
}
.home_banner .banner .home_banner_img_swiper .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s;
  z-index: 9;
}
.home_banner .banner .home_banner_img_swiper .swiper-slide-prev,
.home_banner .banner .home_banner_img_swiper .swiper-slide-next {
  opacity: 0.38;
  transition: all 0.3s;
}
.home_banner .banner .text_box {
  max-width: 390px;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.home_banner .banner .text_box .btn_prev,
.home_banner .banner .text_box .btn_next {
  width: 2rem;
  height: 18px;
  background: url(https://www.bombusbee.net/wp-content/themes/sytech/assets/img/arrow-line-w.svg) no-repeat center / contain;
  transition: all 0.3s;
  cursor: pointer;
}
.home_banner .banner .text_box .btn_next {
  transform: rotate(180deg);
}
.home_banner .banner .text_box .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.home_banner .banner .home_banner_text_swiper {
  overflow: hidden;
  flex: 1;
}
.home_banner_text_swiper > ul{
  display: flex;
}
.home_banner_text_swiper > ul li{
  min-width: 294px;
}
.home_banner .banner .home_banner_text_swiper a {
  color: #fff;
  text-align: center;
}
.home_banner .banner .home_banner_text_swiper .state {
  color: #9c9d9e;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.home_banner .banner .home_banner_text_swiper .title {
  font-size: 20px;
  font-weight: 500;
  width: 100%;
}
.home_banner .banner .home_banner_text_swiper .price {
  margin-top: 12px;
  font-weight: 500;
  font-size: 18px;
}
.home_banner .banner .home_banner_text_swiper .price ins {
  text-decoration: none;
}
.home_banner .banner .home_banner_text_swiper .price del {
  opacity: 0.58;
  font-weight: 300;
  font-size: 15px;
  margin-left: 0.5rem;
}
.home_banner .nav {
  color: #fff;
  padding: 54px 0 52px;
}
.home_banner .nav .home_banner_nav_swiper {
  overflow: hidden;
}
.home_banner .nav .home_banner_nav_swiper ul{
  justify-content: space-between;
}
.home_banner .nav .home_banner_nav_swiper .swiper-slide {
  max-width: max-content;
  transition: all 0.3s;
  opacity: 0.7;
  cursor: pointer;
  text-align: center;
}
.home_banner .nav .home_banner_nav_swiper .swiper-slide i {
  display: block;
  width: 40px;
  height: 40px;
  background: no-repeat center / contain;
  filter: contrast(0) brightness(2);
  margin: 0 auto;
}
.home_banner .nav .home_banner_nav_swiper .swiper-slide p {
  font-size: 18px;
  font-weight: 500;
  margin-top: 26px;
  min-height: 52px;
  color: white;
}
.home_banner .nav .home_banner_nav_swiper .swiper-slide.active,
.home_banner .nav .home_banner_nav_swiper .swiper-slide:hover {
  opacity: 1;
}
.home_hot {
  padding: 50px 0 50px;
  overflow: hidden;
}
.home_hot .head {
  flex: 1;
}
.home_hot .home_hot_swiper {
  margin-top: 50px;
}
.home_hot .control_box {
  margin-top: 40px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  gap: max(24px, 6.066%);
}
.home_hot .control_box .swiper-scrollbar {
  height: 1px;
  background-color: rgba(22, 22, 22, 0.19);
}
.home_hot .control_box .swiper-scrollbar .swiper-scrollbar-drag {
  height: 3px;
  margin: -1px 0;
  background-color: var(--title_color);
  cursor: grab;
}
.home_flash {
  /* padding: 130px 0 84px; */
  padding: 50px 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.home_flash .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.home_flash .bg .theme {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: var(--theme_color);
  clip-path: polygon(0 0, 50% 0, 50% 56px, 100% 56px, 100% 100%, calc(50% + 960px) 100%, calc(50% + 960px) calc(100% - 60px), 0 calc(100% - 60px));
}
.home_flash .bg img {
  max-width: 1920px;
  margin: 0 auto;
  display: block;
  background-color: #fff;
}
.home_flash .head {
  flex: 1;
}
.home_flash .head p {
  line-height: 26px;
  margin-top: 22px;
}
.home_flash .swiper_box {
  margin: 42px 0 52px;
}
.home_flash .swiper_btns div:hover {
  opacity: 0.6;
  background-color: var(--title_color);
}
.home_flash .swiper_btns div:hover::before {
  background-color: var(--title_color);
}
.home_flash .swiper_btns div:hover::after {
  filter: contrast(0) brightness(2);
}
.home_flash .swiper_btns .swiper-button-disabled::before {
  background-color: var(--theme_color);
}
.home_flash .swiper_btns .swiper-button-disabled:hover {
  opacity: 1;
}
.home_flash .swiper_btns .swiper-button-disabled:hover::before {
  background-color: var(--theme_color);
}
.home_flash .swiper_btns .swiper-button-disabled:hover::after {
  filter: none;
}
.home_flash .product_items .product_item {
  filter: drop-shadow(0 8px 8px rgba(189, 189, 189, 0.35));
}
.home_flash .product_items .product_item a {
  background-color: rgba(255, 255, 255, 0.94);
}
.home_flash .product_items .product_item a::before {
  opacity: 0;
}
.home_new {
  padding: 42px 0 216px;
  background: url(https://www.bombusbee.net/wp-content/themes/sytech/assets/img/products-bg.svg) no-repeat top center / 98.4375% auto;
}
.home_new .updated {
  text-align: right;
}
.home_new .updated .date {
  font-size: 24px;
  font-weight: 500;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  max-width: max-content;
  margin: 0 0 4px auto;
  gap: 6px;
  appearance: none;
  text-align: left;
  border: none;
  padding-right: 2rem;
  outline: none;
  background: url('https://www.bombusbee.net/wp-content/themes/sytech/assets/img/select-full-b.svg') no-repeat right 0px center/12px;
}
.home_new .updated .date option{
  font-size: 16px;
}
.home_new .updated .date::before {
  content: '';
  display: block;
  width: 26px;
  aspect-ratio: 26/20;
  background: url(https://www.bombusbee.net/wp-content/themes/sytech/assets/img/lines.svg) no-repeat center / contain;
  transform: translateY(2px);
}
.home_new .updated p {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 15px;
  color: #2b2b2b;
  letter-spacing: 2px;
}
.home_new .list {
  margin-top: 42px;
}
.home_new .list .product_items {
  display: grid;
  gap: 34px 22px;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 82px;
}
.home_new .list p.center {
  min-height: 52px;
}




.home-banner{
  margin-top: 0;
  overflow: hidden;
}
.home-banner li{
  /* background: url('../img/banner-bg.png') no-repeat center/cover; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: calc(100vh - 100px);
  max-height: 60rem;
}
.home-banner li a>img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
}
.home-banner li a:before{
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right,rgba(24,28,31,1),rgba(24,28,31,1));
  z-index: -1;
}
.home-banner li a:after{
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(to left,rgba(24,28,31,1),rgba(24,28,31,1));
  z-index: -1;
}

.home-banner.home_about_section li a:before, .home-banner.home_about_section li a:after{
  background-color: transparent;
  display: none;
}

.home-banner li>a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  /* padding-top: 200px; */
}
.home-banner .left{
  width: 40%;
  padding-top: 100px;
}
.home-banner .right{
  width: 60%;
}
.home-banner h1, .home-banner h2{
  line-height: 1.1;
  color: white;
  font-family: 'Oswald', sans-serif;
  font-size: 4.2rem;
}
.home-banner p{
  font-size: 17px;
  color: #242424;
  padding-right: 110px;
  margin-bottom: 40px;
  margin-top: 2rem;
  line-height: 1.7;
  color: white;
}
.home-banner a.button{
  padding: 1.3rem 3.2rem;
  font-size: 1.2rem;
  background-color: white;
  color: #333;
}
.home-banner a.button:hover{
  background-color: #f3af5e;
  color: white;
}
.home-banner .colors{
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.home-banner .colors span{
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-bottom: 24px;
}
.home-banner .btn_more{
  color: white;
}

.brands_main{
  overflow: hidden;
  margin-top: 2rem;
}

.swiper_brands_swiper li.swiper-slide strong{
  font-size: 28px;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  position: absolute;
  left: 30px;
  top: 50px;
  color: white;
  display: inline-block;
  max-width: 150px;
  max-width: 100%;
  width: 100%;
  padding: 1.5rem 1rem;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  transition: all 0.3s;
}

.swiper_brands_swiper li.swiper-slide:hover strong{
  top: calc(100% - 89px);
}
.swiper_brands_swiper li.swiper-slide{
  background: linear-gradient(45deg, #383b42,#15171e);
  overflow: hidden;
}

.swiper_brands_swiper li.swiper-slide .img{
  aspect-ratio: 345/477;
}
.swiper_brands_swiper li.swiper-slide .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.swiper_brands_swiper li.swiper-slide a{
  display: block;
  width: 100%;
  height: 100%;
}

.home-banner.home-banner.home_about_section .left, .home-banner.home-banner.home_about_section .right{
  display: none;
}