/* Các CSS này dành cho toàn bộ website và desktop */

/** Mobile **/
@media screen and (max-width: 768px) and (min-width: 320px) {
    .wrap {
        width: 100%;
    }
    #inner {
        width: 100%;
    }
    #header {
        display: none;
    }
    #header-top .left {
        width: 100%;
    }
    #header-top .wrap .right {
        display: none;
    }
    /** menu mobile **/
    #menu-mobile-sticky-wrapper {
        display: block;
    }
    .header-menu-mobile {
        display: block;
    }
    /** nav **/
    #nav {
        display: none;
    }
    /** footer **/
    #footer .footer-widget-area {
        width: 100%;
    }
    /** sidebar **/
    #sidebar {
        display: none;
    }
    /** bài liên quan **/
    ul.tintuc-page li.widget-tintuc {
        width: 100%;
    }
    img.alignleft {
        height: auto;
    }
}

/** iBad **/
@media screen and (max-width: 1140px) and (min-width: 769px) {
    .wrap {
        width: 100%;
    }
    #inner {
        width: 100%;
    }
}

/** Desktop **/
@media screen and (max-width: 1900px) and (min-width: 1141px) {

}