.producthome .infoproducth{
    padding: 45px 0 80px;
}
.slider_prod, .slider_supper{
    position: relative;
}
.slider_prod .slide_overlay, .slider_supper .slide_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/loading.svg") no-repeat 50% 50% rgba(255,255,255,0.7);
    z-index: 90;
}
.producthome .slider_prod{
    padding: 40px 0;
    border-top: 5px solid #00a0e0;
    border-bottom: 5px solid #00a0e0;
}
.vhdotssty .slick-dots{
    margin-top: 20px;
}
.vhdotssty .slick-dots li button{
    border: 1px solid rgba(0,0,0,0.1);
}
.vhdotssty .slick-dots li.slick-active button{
    border-color: #00a0e0;
    background-color: #00a0e0;
    transform: scale(1.6);
}
#slider_prod{
    margin-right: -1px;
}
#slider_prod .i-image{
    position: relative;
}
#slider_prod .i-image::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 90%;
    background-color: rgba(0,0,0,0.1);
    right: 0px;
}
.itemmartstory{
    margin-bottom: 40px;
}
.itemmartstory:last-child{
    margin-bottom: 0;
}
.itemmartstory .titlenmarkst{
    margin-bottom: 30px;
}
.itemmartstory .titlenmarkst h3{
    font-size: 25px;
    line-height: 37px;
    text-transform: uppercase;
    font-weight: 600;
}
.iimartker a{
    display: block;
    position: relative;
    padding-top: 65.56%;
    overflow: hidden;
}
.iimartker a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}
.lstsliderll .vhdots .slick-dots{
    margin-top: 20px;
}
.lstsliderll .vhdots .slick-dots li button{
    width: 10px;
    height: 10px;
    border: 2px solid rgba(0,0,0,0.1);
}
.lstsliderll .vhdots .slick-dots li.slick-active button{
    border-color: #00a0e0;
    background-color: #00a0e0;
    transform: scale(1.2);
}
.slsuppermark , .slstory {
    mix-blend-mode: darken;
}
.thumball img{
    width: 100%;
    mix-blend-mode: darken;
}
@media screen and (max-width: 991px) {
    .producthome .infoproducth{
        padding: 30px 0 80px;
    }
    .producthome .slider_prod{
        padding: 20px 0;
        border-top: 2px solid #00a0e0;
        border-bottom: 2px solid #00a0e0;
        margin-right: -1px;
    }
    .producthome .vhdotssty .slick-dots{
        position: absolute;
        bottom: -70px;
        left: 0;
        right: 0;
    }
}
