.product-divs {position: relative; background: url(../../img/cont01_bg.png)no-repeat top center/cover;}
.product-divs .product_wrap {max-width: 1200px; margin: 0px auto; padding: 100px 0;}
.tit_h2 {font-family: 'Lato'!important; font-size: 42px; color: #484848; font-weight: 800; text-align: center;}
.pro_wrap_s:hover .pro_image img {opacity: 0.6; transform: scale(1.1); transition: 0.3s ease-in;}
.pro_wrap_s .pro_text h4 {font-size: 20px; color: #484848; font-weight: 600; margin-top: 30px;}
/*swiper slide*/
.swiper-container {
    width: 100%;
    height: auto;
    /*margin: 100px 0;*/
    overflow: hidden;
    /*padding: 100px 0;*/
    padding-top: 50px;
}

.swiper-slide {
    width: 100%;
    text-align: center;

    /* Center slide text vertically */
    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;
}
.swiper-button-next, .swiper-button-prev {
    top: 55% !important;
    width: 53px!important;
    height: 33px!important;
}

@media screen and (max-width: 1024px){
  .swiper-button-next, .swiper-button-prev {display: none;}
}

.swiper-button-next:after, .swiper-button-prev:after {
    /*color: #fff;*/
    width: 53px!important;
    height: 33px;
    line-height: 33px!important;
    font-size: 0px!important;
    /*background-color: #c4c4c4;*/
        background-repeat: no-repeat;
    background-position:center;
}
.swiper-button-prev {
    left: 13%!important;
    -ms-left: 13% !important;
}
.swiper-button-next {
    right: 13%!important;
    -ms-left: 13% !important;
}
.swiper-button-prev:after {
    background-image: url(../cont01_prev.png);
}
.swiper-button-next:after {
    background-image: url(../cont01_next.png);
}
/*.swiper-slide a {border: 1px solid #ccc; display: inline-block;}*/
.swiper-slide a ul li {
    /*border: 1px solid #e2e2e2;*/
}
.swiper-slide a ul {
    position: relative;
    padding: 0;
    margin: 0;
}
.swiper-slide a ul .produt::before {
    /*position: absolute;
    top:0;
    left: 0;
    content: "";
    width: 100%;
    height: 262px;
    background: rgba(0,0,0,0.02);
    transition: all 0.2s;*/
}
.swiper-slide a ul:hover .produt::before {
    display: none;
}

@media screen and (max-width: 768px){
  .product-divs .product_wrap {margin: 0px auto; padding: 50px 0;}
  .tit_h2 {font-size: 36px;}
  .swiper-container {padding: 30px 0;}
  
}

@media screen and (max-width: 450px){
  .tit_h2 {font-size: 32px;}
}