﻿@charset "utf-8"; 
 .homeSwiper {
    width: 100%;
    height: calc(100vh - 350px);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}   
.homeSwiper .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
} 
.homeSwiper .swiper-slide {
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}
.homeSwiper .swiper-slide .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-origin: content-box;
}
.homeSwiper .hero-content {
    z-index: 50;
    overflow: hidden;
    background: #fff;
}
.homeSwiper .hero-wrap {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    z-index: 20;
}  
.homeSwiper .hero-item {   
    z-index: 9999;
} 
.homeSwiper .hero-item .title {
    float: left;
    width: 100%;
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -2px;
    text-align: left;
    font-weight: 700;
    padding-bottom: 10px;
    color: var(--secondary);
} 
.homeSwiper .swiper-buttons {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%; 
    z-index: 3;
} 
.homeSwiper .swiper-buttons .sw-button { 
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    left: auto;
    right: auto;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 150px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    color: var(--primary);        
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition:all 200ms linear;
    opacity: 1;
    z-index: 20;
}   
.homeSwiper .swiper-button-next:after,.homeSwiper  .swiper-button-prev:after {
    content: '' !important;
}
.homeSwiper .swiper-button-next:after,.homeSwiper  .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.homeSwiper .swiper-buttons .sw-button:hover {    
    background-color: #fff;
    border: 1px solid var(--primary);
    opacity: .5;
}


.catgegorySwiper {
    width: 100%;
    height: 250px;
}
.catgegorySwiper .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center; 
    z-index: 1;  
} 
.catgegorySwiper .swiper-slide { 
   height: auto; 
}

.catgegorySwiper .swiper-pagination-bullets, .catgegorySwiper .swiper-pagination-bullets.swiper-pagination-horizontal, .catgegorySwiper .swiper-pagination-custom, .catgegorySwiper .swiper-pagination-fraction {
        bottom: 0;       
    }