/*
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;
}
.hero-slideshow {
    border: 1px solid #ebebeb;
}
.hero-slideshow #sync1 a {
    display: block;
    line-height: 0;
}
.hero-slideshow #sync2 {
    border-top: 1px solid #ebebeb;
    padding: 10px 0;
    background: #fff;
}
.hero-slideshow #sync2 .item {
    display: table;
    width: 98%;
    vertical-align: middle;
    position: relative;
    background: #fff;
    text-align: center;
    cursor: pointer;
    height: 48px;
    font-size: 13px;
    padding: 0 7%;
}
.hero-slideshow #sync2 .owl-item+.owl-item .item {
    border-left: 1px solid #ebebeb;
}
.hero-slideshow #sync2 .item p {
    margin: 0;
    vertical-align: middle;
    font-weight: normal;
    display: table-cell;
}
#sync1 .item {
    text-align: center;
}

#sync2 .item {
    text-align: center;
    cursor: pointer;
}
#sync2 .item h1 {
    font-size: 18px;
}
#sync2 .current .item {
    background: #0c83e7;
}

.owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*='owl-'] {
    transition: all .3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

#sync1.owl-theme {
    position: relative;
}
#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}
#sync1.owl-theme .owl-prev {
    left: 10px;
}
#sync1.owl-theme .owl-next {
    right: 10px;
}



/*CSS Custom Menu Main*/
.header-bottom{
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    position: relative;
}
.header-nav{
    list-style: none;
    margin: 0;
}
.header-nav .sub-menu{
    position: absolute;
    min-width: 260px;
    max-height: 0;
    z-index: 9;
    padding: 20px 0 20px;
    opacity: 0;
    margin: 0;
    transition: opacity .25s;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
    border: 2px solid #ddd;
    color: #777;
    background-color: #fff;
    text-align: left;
    display: table;
    left: -99999px;
}
.header-nav li:hover > .sub-menu{
    opacity: 1;
    max-height: inherit;
    left: -15px;
}
.header-nav .sub-menu li {
    display: block;
    margin: 0;
    vertical-align: top;
}
.header-nav .sub-menu li>a{
    width: auto;
    display: block;
    padding: 10px 20px;
    line-height: 1.3;
    transition: all .2s;
}

/*menu image*/
.menu-item a.menu-image-title-below span{
    width: 100%;
    text-align: center;
    display: block;
}