@import url("https://owlcarousel2.github.io/OwlCarousel2/assets/css/animate.css");


.UISliderShowPanel .item a {
    /*display: block;*/
    position: relative;
}

.UISliderShowPanel .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*/
.UISliderShowPanel .owl-item .p-item {
    width: 100% !important;
}

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

.UISliderShowPanel .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%);
}

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

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

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

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

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

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

.UISliderShowPanel .custom-dots .owl-dots .owl-dot.active span {
    background-color: #d9282f;
    border: solid 2px #fff;
}

.UISliderShowPanel .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;
}

.UISliderShowPanel .uk-position-cover {
    position: absolute;
    /*top: 0;
    bottom: 0;*/
    left: 0;
    right: 0;
}


.UISliderShowPanel .uk-transition-fade {
    transition: .3s ease-out;
    transition-property: opacity,transform,filter;
}

.UISliderShowPanel .uk-button {
    background-color: rgba(255,255,255,.1);
    color: rgba(255,255,255,.7);
    border-color: transparent;
    margin: 0;
    overflow: visible;
    font: inherit;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 20px;
    vertical-align: middle;
    font-size: 11px;
    line-height: 38px;
    text-align: center;
    transition: .1s ease-in-out;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-origin: border-box;
    border: 1px solid transparent;
}

.UISliderShowPanel .uk-wrap {
    margin: 0 auto;
    width: 80%;
}

.UISliderShowPanel .uk-button:hover {
    background-color: transparent;
    color: #fff;
    border-color: rgba(255,255,255,.1);
}

.UISliderShowPanel .title {
    display:none;
}
.UISliderShowPanel .item-img img {
    max-height: 450px
}

/* VuNT text slide */
.UISliderShowPanel .uk-h3 {
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#ff9a17, #ff4600);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.UISliderShowPanel .uk-margin {
    line-height: 2;
    font-size: 35px;
    font-style: italic;
    color: red;
}
.UISliderShowPanel .uk-overlay-primary {
    background: rgb(48 48 51 / 0%);
    opacity: 1;
    color: rgba(255,255,255,.7) !important;
    padding: 20px 20px;
    align-items: center;
    display: flex;
}
.UISliderShowPanel .uk-wrap {
    margin: 0 auto;
    width: 80%;
    padding-left: 159px;
}
@media (max-width: 1500px) {
    .UISliderShowPanel .uk-h3 {
        font-size: 40px;
        letter-spacing: 0;
    }

    .UISliderShowPanel .uk-margin {
        font-size: 28px;
    }
}
@media (max-width: 1250px) {
    .UISliderShowPanel .uk-h3 {
        font-size: 32px;
        letter-spacing: 0;
    }

    .UISliderShowPanel .uk-margin {
        font-size: 23px;
    }
}
@media (max-width: 1000px) {
    .UISliderShowPanel .uk-h3 {
        font-size: 24px;
        letter-spacing: 0;
    }

    .UISliderShowPanel .uk-margin {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .UISliderShowPanel .uk-h3 {
        font-size: 20px;
        letter-spacing: 0;
    }

    .UISliderShowPanel .uk-margin {
        font-size: 16px;
    }
}
@media(max-width:500px){
    .UISliderShowPanel .uk-wrap {
        position:absolute;
        bottom: 0;
        background: #cccccc6e;
        left: 0;
        width: 100%;
        color: #fff;
        padding: 10px 20px 0 20px;
    }
    .UISliderShowPanel .uk-h3{
    margin-bottom: 10px;
    }
}