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;
}
/* 3. Đổi màu nền 2 bên lề thành màu trắng */
body {
    background: #ffffff !important;
    background-color: #ffffff !important;
}

/* 4. Ép Tab "SỞ, BAN, NGÀNH" đổi nền xanh chữ trắng */
.menu_lienket .nav-tabs > li:first-child a,
.menu_lienket .tab-header div:first-child,
.menu_lienket ul li:first-child a,
a[href*="tab207"] {
    background-color: #0088cc !important;
    color: #ffffff !important;
    font-weight: bold !important;
    border-color: #0088cc !important;
}

/* 5. Ép danh sách bên dưới LUÔN SỔ RA mà không cần click */
.menu_lienket .tab-content > .tab-pane,
.menu_lienket .tab-content > div,
#tab207 {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
}