body{color:#000000;background-color:#76cbde;}/* 1. Mở rộng khung chứa chính của trang web */
.container,
.wraper,
#main-content,
.body-bg,
div[class*="container"] {
    width: 95% !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
}

/* 2. Co giãn cho Banner và Header (Sửa lỗi ép toàn bộ ảnh .wraper img) */
#header img,
.banner_TEXT_SLIDE img {
    max-width: 100% !important;
    height: auto !important;
}