/**** BANNER HOME  *****/
.banner .box-banner {
    margin: 25px 0px;
    width: 100%;
    position: relative;
}

.banner .img-fluid {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner .box-title::after {
    content: '';
    display: inline-block;
    width: 50%;
    height: 2px;
    background: #fff;
}

.banner .btn-ver:hover {
    color: #00adee;
    border: 1px solid #00adee;
}

.banner .owl-carousel {
    position: relative;
    justify-content: center;
    display: flex!important;
}

.banner .owl-carousel .owl-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0;
}

.banner .owl-theme .owl-nav [class*=owl-] {
    color: #00adee;
    font-size: 10em;
    margin: 0;
    padding: 4px 7px;
    background: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}
.pb-5, .py-5 {
    padding-bottom: 20px!important;
}

.banner .owl-carousel .owl-dots {
    position: absolute;
    bottom: -33px;
}
.box-banner-cont c-white py-5{
	padding: 0;
}

.banner .owl-carousel .owl-prev{
    position: absolute;
    left: 0px;
    top: 140px;
}

.banner .owl-carousel .owl-next{
    position: absolute;
    right: 0px;
    top: 140px;
}


.banner .owl-item{
    height: 0 !important;
}

.banner .owl-item.active{
    height: auto !important;
}

@media(max-width: 992px){
    .banner .box-banner {
        margin: 0px !important;
        padding-bottom: 50px !important;
    }

    .owl-item{
        height: 0 !important;
    }

    .owl-item.active{
        height: auto !important;
    }

    .banner .owl-carousel .owl-nav {
        position: absolute !important;
    }

    .fs-48 {
        font-size: 28px !important;
    }

    .h4, h4 {
        font-size: 18px !important;
    }
}