@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");
@keyframes textcd {
from {opacity:0.2;transform:scale(1.6)}
to {opacity:1;transform:scale(1);}
}
.UIBannerSlider {
    clear: both;
}
.UIBannerSlider .item {
    position:relative;
  	text-align:center;
}
.UIBannerSlider .item a {
    display: block;
    position:relative;
}
.UIBannerSlider .item a .title{
	position: absolute;
    margin: 0 auto;
    z-index: 99;
    left: 0;
    right: 0;
    bottom: 60px;
    width: 100%;
    text-transform: uppercase;
    display: inherit !important;
    background-color: #fff7eacc;
    font-size: 26px;
    font-weight: bold;
    color: #1d4685 !important;
    opacity: 1;
    padding: 2px;
    animation-name: textcd;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
span.title:nth-child(1) {
    display:block !important;
}

/*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: 10px;
    z-index: 9;
}

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

.UIBannerSlider .custom-dots .owl-dots .owl-dot.active span {
            background-color: #ffffff;
        }

.UIBannerSlider .custom-dots .owl-dots .owl-dot span {
            height: 6px;
            width: 30px;
            margin: 5px;
            display: block;
            background: #ffffff87;
        }
