/* 
Author: thinhnc    
Description: 
    The configs below is to turn off the responsive mechanic of Bootstrap.
    Not all of them, but almost.
*/
.container {
    min-width: 1170px;
}
.container-fluid {
    min-width: 1170px;
}
.container .row,
.container-fluid .row {
    min-width: 100%;
}
.navbar-nav>li {
    display: inline-block;
}
.navbar-nav {
    margin: 0;
}