/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

/* Theme CSS customizations should go here */

html,
body {
    width: 100%;
    max-width: 100%;
}

#wraper,
.container-simple {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
