/*== Owl Control ==*/
    .owl-theme .owl-controls .owl-buttons div .fa {
        color: #28288b;
        line-height: 23px;
        font-size:18px;
        transition: all ease .5s;
    }
    .owl-theme .owl-controls .owl-buttons div .fa{
        line-height: 46px;
    }
    .owl-theme .owl-controls .owl-buttons div {
        padding:0;
        border-radius: 0;
        line-height: 50px;
        background: none;
        visibility: hidden;
        position: absolute;
        transition: all ease .5s;
        top: 63px;
        right: 11px;
        display: block;
    }
    .v2_bnc_home_products:hover .owl-theme .owl-controls .owl-buttons div {
        opacity: 1;
        transition: all ease .5s;
        visibility: visible;
    }
    .owl-item .item {
        width: inherit !important;
    }
    .owl-prev {
        left: 10px;
    }
/*== End Owl Control ==*/     