@media (max-width: 1199px) {
    #header {
        border-bottom: 1px solid #0c569f;
    }
    /*.navbar-brand {
        padding: 10px 15px;
    }*/
    .navbar-brand>img {
        height: 68px;
    }
    .navTop {
        margin: 10px 0;
        overflow: hidden;
    }
    .navbar-nav>li {
        border: none;
    }
    #prodGrid .col-lg-3:nth-child(4n+1) {
        clear: none;
    }
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        position: unset;
    }
    .cols-12.columns.columns-4,
    .cols-12.columns.columns-2 {
        width: 90% !important;
        padding: 0 !important;
    }


}

@media (max-width: 991px) {
    #boxSearch {
        margin-bottom: 15px;
    }
    #prodGrid .col-lg-3:nth-child(2n+1) {
        clear: both;
    }
    #prodGrid .nav-tabs li>a,
    #prodDetail-desc .nav-tabs>li>a,
    .nav-footer {
        font-size: 13px;
    }
    .shopHd-tl h3 {
        font-size: 14px;
        font-weight: bold;
    }
    .shopHd-tl .small {
        font-size: 12px;
    }


}

@media (max-width: 450px) {
    .newsFocus img {
        margin: 0;
        float: none;
        width: 100%;
        margin-bottom: 12px;

    }
    .post-thumb {
        float: none !important;
        max-width: 100% !important;
    }
    .post-thumb img {
        margin: 0;
        float: none;
        width: 100% !important;
    }
    .info-agency .info-detail-right .des {
        height: 100%;
        overflow: visible;
    }
    .item img.lazy {
        width: 100% !important;
        min-height: 200px !important;
        object-fit: cover;
    }
    .item.prodItem .thumb img.lazy {
        min-height: 64px !important;
    }
    .kt-header-mobile__logo img {
        width: 32px;
    }
    .item img {
        margin-bottom: 10px;
    }
    .text-justify {
        text-align: unset !important;
        margin-bottom: 18px;
    }
    h1.h1.text-justify {
        margin-top: 0px;
        margin-bottom: 8px;
    }
    div#body {
        padding-top: 0;
    }
    ul.info.nav-pills li {
        width: 100%;
    }
    ul.info.nav-pills li:last-child {
        width: unset;
    }
    .navbar-collapse.in {
        position: fixed;
        top: 77px;
        right: 0px;
        left: 0;
        z-index: 999;
        transition: unset;
    }
}