#boninfoban {
    position: relative;
}

#boninfoban .img-responsive {
    transition: transform 2s ease;
    transform: scale(1);
    max-width: 100%;
    max-height: 100%;
}

#boninfoban .new-slider {
    position: relative;
    overflow: hidden;
}

#boninfoban .img-responsive:hover #category #products {
    opacity: 0.5%;
}

#boninfoban .boninfoban-image {
    position: relative;
    padding: 0 5px;
}

#boninfoban .slick-list .slick-track .boninfoban-image {
    padding: 0 10px;
    max-height: 600px;
}

#boninfoban .boninfoban-image:hover .img-responsive {
    transform: scale(1.1);
    transition: transform 4s ease;
}

#boninfoban .boninfoban-image .img-responsive:focus {
    outline: none;
}

#boninfoban .boninfoban-item .box-infoban,
#boninfoban .boninfoban-item .box-ban {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    max-width: 100%;
}

#boninfoban .boninfoban-item {
    margin-bottom: inherit;
    overflow: hidden;
    position: relative;
    max-height: max-content;
}

/*slider settings*/

#boninfoban .vertical-dots {
    right: 0;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
}

#boninfoban .vertical-dots li {
    margin-bottom: 7px;
    padding: 0 15px;
}

#boninfoban .vertical-dots li.slick-active button {
    background-position: left bottom;
    transition: all 0.2s ease-in;
}

#boninfoban .vertical-dots li.slick-active button {
    opacity: 1;
}
#boninfoban .vertical-dots li button {
    background: #ffffff;
    background-size: 200% 100%;
    background-position: right bottom;
    font-size: 0;
    padding: 0;
    width: 5px;
    height: 30px;
    display: inline-block;
    border: none;
    cursor: pointer;
    opacity: .7;
}

#boninfoban .vertical-dots li button:focus {
    outline: none;
}

#boninfoban .boninfoban-video-link {
    width: 100%;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
    z-index: 2;
    cursor: pointer;
}

#boninfoban .boninfoban-title {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dedede;
}

#boninfoban .boninfoban-video-link {
    background: url('../img/play.png');
    background-size: contain;
    width: 96px;
    height: 96px;
    transition: all 0.3s ease;
    opacity: 0.7;
}

#boninfoban .boninfoban-cover-img:hover .boninfoban-video-link {
    opacity: 1;
}

#boninfoban .modal-dialog {
    max-width: 1200px;
}

#boninfoban .modal-content {
    background: transparent;
    border: none;
}

#boninfoban #video-element {
    width: 100%;
}

#boninfoban .boninfoban-cover-img::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
#boninfoban .boninfoban-item-description {
    text-align: left;
}
#boninfoban .box-video {
    margin-top: 40%;
}
/*content settings*/
#boninfoban p {
    color: #ffffff;
    text-align: left;
}
#boninfoban .h2 {
    font-weight: 500;
    text-transform: uppercase;
}
#boninfoban .h3 {
    font-weight: 400;
    text-transform: none;
}
#boninfoban .boninfoban_btn {
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding-bottom: 3px;
}
#boninfoban .boninfoban_btn:after {
    content: "";
    transition: all .3s ease;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: white;
}

@media screen and (any-hover: hover){
    #boninfoban .boninfoban_btn:hover:after {
        width: 0;
        left: auto;
        right: 0;
    }
}
/*responsive part*/
@media screen and (min-width: 1881px) {
    #boninfoban .h2 {
        font-size: 35px;
        line-height: 43px;
        margin-bottom: 19px;
    }
    #boninfoban .h3 {
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 33px;
    }
    #boninfoban .boninfoban_btn {
        font-size: 20px;
        line-height: 24px;
    }
    #boninfoban .boninfoban-item-description {
        padding: 0 40px 0 30px;
    }
    #boninfoban .boninfoban-item .box-infoban,
    #boninfoban .boninfoban-item .box-ban {
        top: 20px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1880px) {
    #boninfoban .h2 {
        font-size: calc(15px + (35 - 15) * ((100vw - 768px) / (1880 - 768)));
        line-height: calc(16px + (43 - 16) * ((100vw - 768px) / (1880 - 768)));
        margin-bottom: calc(9px + (19 - 9) * ((100vw - 768px) / (1880 - 768)));
    }
    #boninfoban .h3 {
        font-size: calc(13px + (22 - 13) * ((100vw - 768px) / (1880 - 768)));
        line-height: calc(15px + (27 - 15) * ((100vw - 768px) / (1880 - 768)));
        margin-bottom: calc(9px + (33 - 9) * ((100vw - 768px) / (1880 - 768)));
    }
    #boninfoban .boninfoban_btn {
        font-size: calc(12px + (20 - 12) * ((100vw - 768px) / (1880 - 768)));
        line-height: calc(13px + (24 - 13) * ((100vw - 768px) / (1880 - 768)));
    }
    #boninfoban .boninfoban-item-description {
        padding: 0 calc(10px + (40 - 10) * ((100vw - 768px) / (1880 - 768))) 0 calc(10px + (30 - 10) * ((100vw - 768px) / (1880 - 768)));
    }
    #boninfoban .boninfoban-item .box-infoban,
    #boninfoban .boninfoban-item .box-ban {
        top: calc(10px + (50 - 10) * ((100vw - 768px) / (1880 - 768)));
    }
}
@media screen and (max-width: 767px) {
    #boninfoban {
        display: none;
    }
}