.UIBannerSlider {
    clear: both;
}
.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: #999 !important;
        top: 50%;
        transition: all 0.2s ease;
        outline: none;
        z-index: 99999;
        opacity: .5;
        transform: translate(0, -50%);
    }

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

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

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

.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: #d9282f;
            border: solid 2px #fff;
        }

.UIBannerSlider .custom-dots .owl-dots .owl-dot span {
            height: 15px;
            width: 15px;
            margin: 5px;
            display: block;
            border-radius: 100%;
            box-shadow: 0 0 5px 0 #b3b3b3;
            background: #fff;
        }
