@import url("https://owlcarousel2.github.io/OwlCarousel2/assets/css/animate.css");
@import url('https://fonts.googleapis.com/css2?family=Philosopher:wght@700&family=Prata&family=Viaoda+Libre&display=swap');

.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;
    display: none;
}

.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{
  text-indent: -9999px !important;
  line-height: 0!important; 
}

.UISliderShowPanel a.uk-button.uk-button-default:after {
    content: "Khai BÃƒÆ’Ã‚Â¡o";
    text-indent: 0;
    display: block;
    line-height: initial;
    padding:5px;
    color:white
}


.UISliderShowPanel .uk-button {
    background-color: #ff4700;
    color: transparent;
    border-color: transparent;
    overflow: visible;
    font: inherit;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    transition: .1s ease-in-out;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-origin: border-box;
    border: 1px solid rgb(255 0 0 / 17%);
    margin: 0;
    width: auto;    
}

.UISliderShowPanel .uk-wrap {
    margin: 0 auto;
    width: 80%;
    opacity: 1;
    line-height: 1.5;
    font-size: 14px;
}

.UISliderShowPanel .uk-button:hover {
    background-color: #ff47009e;
    border-color: rgb(255 0 0 / 17%);
}


.UISliderShowPanel .title {
    display:none;
}
/* VuNT text slide */
.UISliderShowPanel .text-left{ text-align: left}
.UISliderShowPanel .text-right{ text-align: right}
.UISliderShowPanel .text-center{ text-align: center}
.UISliderShowPanel .uk-h3 {
    font-size: 2em;
    opacity: 1;
    color: #fff;
    letter-spacing: -0.05em;
    position: relative;
}
.UISliderShowPanel h3.uk-h3:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 0.03em;
    background: #ffffff;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -5px;
    z-index: 0;
}
.UISliderShowPanel .uk-margin {
    line-height: 1.8;
    font-size: 1.6em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: 'Roboto', Arial;
}
.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%;
    text-align: center;
}
@media (max-width: 1500px) {
    .UISliderShowPanel .uk-h3 {
    }

    .UISliderShowPanel .uk-margin {
    }
}
@media (max-width: 1250px) {
    .UISliderShowPanel .uk-h3 {
    }

    .UISliderShowPanel .uk-margin {
    }
}
@media (max-width: 1000px) {
    .UISliderShowPanel .uk-h3 {
    }

    .UISliderShowPanel .uk-margin {
    }
}
@media (max-width: 768px) {
    .UISliderShowPanel .uk-h3 {
    font-size: 2em;
    }

    .UISliderShowPanel .uk-margin {
        font-size: 0.9em;
    }
}
@media(max-width:500px){
    .UISliderShowPanel .uk-wrap {
        position:absolute;
        top: 5px;
        left: 0;
        right: 0;
        width: 100%;
        color: #fff;
        padding: 10px 20px 0 20px;
    }
    .UISliderShowPanel .uk-h3{
    font-size: 1.5em;
    }
}