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; /* Bạn có thể tăng lên 1500px hoặc 1600px nếu muốn rộng hơn nữa */
    margin: 0 auto !important;
}

/* 2. Ép menu, banner trượt và các hình ảnh tự co giãn theo chiều rộng mới */
#header img, 
.banner_TEXT_SLIDE img, 
.wraper img {
    max-width: 100% !important;
    height: auto !important;
}