/* lg */

@media (min-width: 1200px) {
    .navbar-nav>li {
        margin-left: 0px;
        margin-right: 20px;
    }
}


/* md */

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav>li {
        margin-left: 1px;
        margin-right: 1px;
    }
    .navbar-nav>li>a {
        padding: 5px 10px !important;
    }
}


/* sm */

@media (min-width: 768px) and (max-width: 991px) {
    /* Make Navigation Toggle on Desktop Hover */
    .navbar-nav>li {
        margin-left: 2px;
        margin-right: 2px;
    }
    .navbar-right {
        float: none !important;
    }
}


/* xs */

@media (max-width: 767px) {
    .top-bar {
        height: 30px;
    }
    .bg-top {
        height: 20px;
        background-size: 100% 20px;
    }
    .sidr ul li a small {
        display: none;
    }
    .container>.navbar-header,
    .container>.navbar-collapse {
        margin-left: 0;
    }
    .navbar-nav>li {
        padding-bottom: 0;
    }
    #footer {
        text-align: center;
    }
    #footer .pull-right {
        float: none !important;
    }
    #banner .carousel .carousel-content {
        margin-top: 0px !important;
        margin-left: 0px !important;
    }
    #banner .carousel .item,
    #banner {
        background-image: none !important;
        height: 470px !important;
    }
    #banner .carousel .h1 {
        font-size: 22px !important;
        padding: 0 0 3px 0 !important;
    }
    #banner .carousel .h1 i.fa {
        // display:none;
    }
    #banner .carousel span {
        font-size: 20px !important;
        padding: 0 0 15px 0 !important;
    }
    #banner .carousel span:nth-child(3),
    #banner .carousel span:nth-child(4),
    #banner .carousel a {
        display: none;
    }
    #banner .carousel .btn-slide {
        font-size: 20px !important;
        display: none;
    }
    #banner .carousel-indicators li {
        width: 32px !important;
        height: 32px !important;
        margin: 0 10px 0 20px !important;
    }
}


/* XS Portrait */

@media (max-width: 560px) {
    .topic h1 small {
        display: inline-block;
    }
    .about-us {
        padding-bottom: 0 !important;
    }
    #footer ul {
        margin: 5px 0;
    }
    #footer ul li {
        line-height: 200%;
    }
    #footer ul li:nth-child(5) {
        display: none;
    }
    #footer ul li:nth-child(6) {
        display: none;
    }
    .list-email-support li:nth-child(1) {
        display: none;
    }
    .list-email-support li:nth-child(2) {
        display: none;
    }
}