/* <=== bannerhome ===> */
.bannerhome{
    margin-bottom: 0;
}
.slbannerhh .slick-dots{
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
}
.itbannerhh a{
    display: block;
    width: 100%;
}
.itbannerhh a img{
    width: 100%;
}
/* <=== bannerhome ===> */
@media all and (max-width: 1200px){}
@media all and (max-width: 991px){
    /* <=== bannerhome ===> */
    .bannerhome{
        margin: 0 -15px;
    }
    .slbannerhh .slick-dots{
        position: static;
        margin-top: 8px;
    }
    .slbannerhh .slick-dots li button{
        box-shadow: none;
        background-color: #dddddd;
        border: none;
    }
    .slbannerhh .slick-dots li.slick-active button{
        background-color: #ffcc00;
    }
    /* <=== bannerhome ===> */
}
@media all and (max-width: 767px){}