@import url("https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css");
@import url("https://owlcarousel2.github.io/OwlCarousel2/assets/css/animate.css");

.UIBannerSlider {
    clear: both;
    position:relative;
    width: 1200px;
    margin: 0 auto;
    border: 6px solid #fff;
    border-radius: 5px;
}
.UIBannerSlider:before {
    content: '';
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}
.UIBannerSlider .item a {
    display: block;
    position:relative;
}
.UIBannerSlider .item a .title{
    position:absolute;
    z-index:99;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 200px 20px 20px;
    color: #fff;
    font-size: 24px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
/*owl-custom*/
.UIBannerSlider .owl-item .p-item {
    width: 100% !important;
}

.UIBannerSlider .custom-nav .owl-nav {
    margin: 0 !important;
}

.UIBannerSlider .custom-nav .owl-nav button {
        position: absolute;
        color: #fff !important;
        top: 50%;
        transition: all 0.2s ease;
        outline: none;
        z-index: 99999;
        opacity: .3;
        transform: translate(0, -50%);
    }

.UIBannerSlider .custom-nav .owl-nav button i {
            font-size: 50px;
        }

.UIBannerSlider .custom-nav .owl-nav .owl-prev {
        left: 10px;
        border-radius: 0 4px 4px 0;
    }

.UIBannerSlider .custom-nav .owl-nav .owl-next {
        right: 10px;
    }

.UIBannerSlider .custom-nav .owl-nav button:hover {
        opacity: 1;
        background: none !important;
    }

.UIBannerSlider .custom-dots .owl-dots {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
    z-index: 9;
}

.UIBannerSlider .custom-dots .owl-dots .owl-dot {
        outline: none;
    }

.UIBannerSlider .custom-dots .owl-dots .owl-dot.active span {
            background-color: #009abb;
            border: solid 1px #ffffff;
        }

.UIBannerSlider .custom-dots .owl-dots .owl-dot span {
            height: 15px;
            width: 15px;
            margin: 5px;
            display: block;
            border-radius: 100%;
            background: #03c2ead1;
        }
