
/* Ép kích thước màn hình luôn ở chuẩn Desktop */
@media only screen and (max-width: 480px) {
    body {
        min-width: 1200px !important; /* Ép chiều rộng cố định */
        zoom: 0.5; /* Thu nhỏ lại để vừa màn hình điện thoại */
    }
    .ia-fixed-sidebar {
        display: block !important; /* Hiện thanh sidebar vốn bị ẩn trên mobile */
    }
    #header, #main, #footer {
        width: 1200px !important;
    }
}


