.content-slide {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

#owl-slide {
    float: left;
    width: 100%;
    position: relative;
    z-index: 111;
}

#owl-slide .item {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    z-index: 9;
}

#owl-slide .item:before {
    background: rgba(249, 114, 66, 0.5) none repeat scroll 0 0;
    bottom: 20px;
    content: "";
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    z-index: 9;
}

#owl-slide .item:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -khtml-transition-duration: 1s;
    -o-transition-duration: 1s;
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
}

.owl-theme .owl-nav {}

.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    margin: 5px;
    padding: 6px 17px;
    background: #eee;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    color: #000;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #f97242;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .owl-prev {
    left: 20px;
}

.owl-theme .owl-nav .owl-next {
    right: 20px;
}

.owl-prev i,
.owl-next i {}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    left: 50%;
    list-style: outside none none;
    margin-left: -30%;
    padding-left: 0;
    position: absolute;
    width: 60%;
    z-index: 15;
    bottom: 0px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #4a90e2;
    width: 10px;
    height: 10px;
    position: relative;
}


















/* Nội dung slide */

#owl-slide .item img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    float: left;
    position: relative;
    overflow: hidden;
}



#owl-slide .carousel-caption {
    float: left;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

#owl-slide .carousel-caption .slide-title {
    max-width: 50%;
}

#owl-slide .carousel-caption .slide-title h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 10px;
}

#owl-slide .carousel-caption .slide-title p {
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
}

#owl-slide .carousel-caption .slide-title a {
    padding: 6px 30px;
    background: #eee;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    -moz-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    -ms-transition: all .45s ease-in-out;
    border: none;
    margin-top: 20px;
}

#owl-slide .carousel-caption .slide-title a:hover {
    background-color: #f97242;
    color: #fff;
}














/*Responsive*/

@media only screen and (min-width: 1280px) and (max-width: 1400px) {}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1169px) {}

@media only screen and (max-width: 1024px) {
    #owl-slide .carousel-caption .slide-title {
        max-width: 100%;
        margin: 0 15%;
        text-align: center;
    }
    #owl-slide .carousel-caption .slide-title p {
        text-align: center;
        display: inline-block;
        width: 100%;
    }
}

@media only screen and (max-width: 990px) {}

@media only screen and (max-width: 990px) and (min-width: 768px) {}

@media only screen and (max-width: 768px) and (min-width: 480px) {}

@media only screen and (max-width: 768px) {
    #owl-slide .carousel-caption .slide-title h2 {
        font-size: 24px;
        margin-bottom: 0px;
    }
    #owl-slide.owl-theme .owl-nav [class*='owl-'] {
        margin: 0;
        padding: 0px 10px;
    }
    #owl-slide.owl-theme .owl-nav .owl-prev {
        left: 5px;
    }
    #owl-slide.owl-theme .owl-nav .owl-next {
        right: 5px;
    }
    #owl-slide .carousel-caption .slide-title p{
        font-size: 14px;
        line-height: 1.4;
    }
    #owl-slide .carousel-caption .slide-title a {
        padding: 3px 15px;
        font-size: 14px;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 475px) {
    #owl-slide .carousel-caption .slide-title p{
        display: none;
    }
    #owl-slide .carousel-caption .slide-title a {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 320px) {}