@media (min-width:992px) {
    .dropdown-menu {
        padding: 0;
        border-radius: 0;
        border: 0;
        top: 67px;
        box-shadow: 0 0 4px #ccc;
        /*left: 7px;*/
    }
    .dropdown-menu a {
        padding: 5px 5px;
        border-bottom: 1px solid #eee;
        font-size: 15px;
    }
    .nav-list .nav-item:hover .dropdown-menu{
        display: block;
    }
    .dropdown-menu a:hover {
        background-color: #07A3DD;
        color: #fff;
    }
    .dropdown-menu a:last-child {
        border:0;
    }
}
@media(max-width:991px){
    .footer-nav{
        justify-content: center;
    }
    .container-resposnive{
        width: 100%;
        max-width: 100%;
    }
    .nav-list .nav-link {
        color: #1698D9 !important; 
        font-weight: normal !important;
    }
    .nav-list .nav-link:hover, .nav-list li.active .nav-link {
        background-color: transparent;
        color: #FF9605 !important;
    }
}
@media(max-width:767px){
    .close-side{
        display: none;
    }
}
@media(max-width:768px){    
    .side-nav {
        width: 100%;
    }
    .side-table {
        width: 100%;
    }
    .table td, .table th {
        vertical-align: top;
        white-space: nowrap;
    }
    .header .navbar-brand img{
        width: 95px;
    } 
    .font-30 {
        font-size: 16px;
        line-height: 27px;
    }
    .banner-carousel .owl-nav {
        display: none; 
    }
    .banner-carousel .owl-dots {
        position: static; 
        margin-top: 15px;
    }
    .footer-nav a {
        display: block; 
    }
    .copy-rights {
        font-size: 13px; 
    }
}

@media (min-width:600px){
    
    .page-content { 
        min-height: 600px;
    }    
    .line-height-45{
        line-height: 45px;
    }
    .w-5{
        width: 5%;
    }
    .w-10{
        width: 10%;
    }
    .w-15{
        width: 15%;
    }
    .w-20{
        width: 20%;
    }
    .w-30{
        width: 30%;
    }
    .w-40{
        width: 40%;
    }
}
@media(width:768px){ 
    .side-nav {
        width: 30%;
    }
    .side-table {
        width: 70%;
    }
}
@media(max-width:430px){ 
    .footer-nav li {
        display: block;
        width: 50%;
        text-align: center;
        padding: 5px 0;
    }    
    .footer-nav a::after {
        display: none;
    } 
}

@media (min-width:769px) and (max-width:991px) {

}