@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");

.UISliderShowPanel {
    margin: 20px 0;
    background: #fff;
    box-shadow: 0 2px 3px rgb(0 0 0 / 10%);
    padding: 15px;
}
.UISliderShowPanel img.owl-lazy {
    border-radius: 5px;
}
.UISliderShowPanel .item .item-img{
    border-radius: 5px;
}
.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;
    height: 0;
}

    .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: relative;
    /*top: 0;
    bottom: 0;*/
    left: 0;
    right: 0;
}

.UISliderShowPanel .uk-overlay-primary {
    /*background: rgba(48,48,51,.8);*/
    opacity: 1;
    /*color: rgba(255,255,255,.7) !important;*/
    /* padding: 20px 20px; */
    align-items: center;
    display: flex;
}

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

.UISliderShowPanel .uk-button {
    color: #fff;
    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;
    background-color: #2d7ce5;
    box-shadow: 6px 6px 4px -1px #2a6ddb;
}

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

.UISliderShowPanel .uk-button:hover {
    background-color: transparent;
    color: rgba(48,48,51,.8);
    border-color: rgba(48,48,51,.6);
}

.UISliderShowPanel .uk-h3 {
    font-size: 16px;
    color: #2d2e33;
    font-weight: bold;
    text-transform: uppercase;
}

.UISliderShowPanel .title {
    display: none;
}

.UISliderShowPanel .item-img img {
    max-height: 340px;
    height: 340px;
    object-fit: cover;
    border-radius: 5px;
}
/* VuNT text slide */
.UISliderShowPanel .uk-h3 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto';
    display: inherit;
    padding: 15px 5px 0 5px;
}

.UISliderShowPanel .uk-margin {
    font-size: 16px;
    line-height: 1.5;
    font-style: italic;
    color: #414141;
    display: none;
}
.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-overlay-primary p{
    padding:0 0 0 5px;
    marfin:0;
}
.UISliderShowPanel .uk-wrap {
    margin: 0 auto;
    width: 100%;
}
@media (max-width: 1500px) {
    .UISliderShowPanel .uk-h3 {
        letter-spacing: 0;
    }

    .UISliderShowPanel .uk-margin {
        font-size: 28px;
    }
}
@media (max-width: 1250px) {
    .UISliderShowPanel .uk-h3 {
        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;
    }
}