/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 24, 2018, 10:05:27 PM
    Author     : Nhỏ Gem
*/


/*CSS Slider Title*/
div.owl-item.synced
{
	font-weight: bold;
	color:#0081cc;
    position: relative;
}
div.owl-item.synced:before{
    content: '';
    display: block;
    z-index: 99;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ff1616;
}
.hero-slideshow {
    border: 1px solid #ebebeb;
}
.hero-slideshow #sync1 a {
    display: block;
    line-height: 0;
}
.hero-slideshow #sync2 {
    background: #fff;
}
.hero-slideshow #sync2 .owl-item .item {
    display: table;
    width: 98%;
    vertical-align: middle;
    position: relative;
    color: #666;
    height: 55px;
    font-size: 12px;
    padding: 0 1%;
}
.hero-slideshow #sync2 .owl-item+.owl-item .item {
    border-left: 1px solid #ebebeb;
}
.hero-slideshow #sync2 .owl-item .item p {
    margin: 0;
    display: table-cell;
    line-height: 1.3em;
    font-size: 12px;
    vertical-align: middle;
}
.hero-slideshow #sync1 .item {
    text-align: center;
}

.hero-slideshow #sync2 .item {
    text-align: center;
    cursor: pointer;
}
.hero-slideshow #sync2 .item h1 {
    font-size: 18px;
}
.hero-slideshow #sync2 .current .item {
    background: #0c83e7;
}


.hero-slideshow .owl-theme .owl-nav [class*='owl-'] {
    transition: all .3s ease;
}
.hero-slideshow .owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

.hero-slideshow #sync1.owl-theme {
    position: relative;
}
.hero-slideshow #sync1 .owl-controls {
    transiton: .3s all;
    -webkit-transition: .3s all;
    margin: 0 !important;
    text-align: center;
}
.hero-slideshow #sync1 .owl-controls .owl-pagination {
    display: none;
}
.hero-slideshow #sync1 .owl-controls .owl-prev, .hero-slideshow #sync1 .owl-controls .owl-next {
    background: rgba(0,0,0,0.5);
    position: absolute;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    top: 35%;
}
.hero-slideshow #sync1 .owl-controls .owl-prev {
    left: 15px;
}
.hero-slideshow #sync1 .owl-controls .owl-next {
    right: 15px;
}
.hero-slideshow #sync1 .owl-controls .owl-prev i, .hero-slideshow #sync1 .owl-controls .owl-next i {
    font-size: 45px;
    color: #fff;
    padding: 20px 10px;
}
.hero-slideshow #sync1:hover .owl-controls {
    opacity: 1;
    -webkit-opacity: 1;
}
@media (min-width: 768px){
    .hero-slideshow #sync1 .owl-controls {
        opacity: 0;
        -webkit-opacity: 0;
    }
    .hero-slideshow #sync1 .owl-controls .owl-pagination{
        display: none!important;
    }
}
@media only screen and (max-width: 991px){
    .hero-slideshow #sync1 .owl-controls .owl-pagination {
        display: block;
        padding: 5px 0;
        background: #fff;
    }
    .hero-slideshow #sync1 .owl-controls .owl-pagination .owl-page span {
        width: 8px;
        height: 8px;
        margin: 0px 4px;
    }
    .hero-slideshow  #sync1 .owl-controls .owl-pagination .active span {
        background: #d9232e;
    }
}

@media (max-width: 767px){
    .hero-slideshow #sync2 {
        display: none !important;
    }
    .hero-slideshow #sync1 .owl-controls .owl-buttons{
        display: none!important;
    }
}