/* =========================================================
   FIX 02/06/2026 - Gắn ảnh nền AnhNenKCTH phủ kín màn hình
   File ảnh: /wwwroot/images/AnhNenKCTH.jpg
   Mục tiêu: nền nằm phía sau toàn bộ website, không lặp, phủ kín PC/mobile.
   ========================================================= */
html,
body {
    min-height: 100% !important;
    background-color: #65cbe4 !important;
    background-image: url('/images/AnhNenKCTH.jpg?v=20260602-1515') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

body {
    background-color: transparent !important;
}

body::before,
body::after {
    display: none !important;
    content: none !important;
}

/* Các khung lớn để trong suốt, cho nền ảnh thật sự nhìn thấy phía sau website */
main.site-shell,
main.site-shell.page-with-sidebars,
.home-layout-stage,
.topbar-promo-banner-wrap,
.site-header-sticky + main,
.content-center,
.footer-main {
    background-color: transparent !important;
}

/* Giữ từng khối nội dung có nền trắng nhẹ để đọc chữ rõ */
.home-zone-rich,
.home-media-section,
.home-ecommerce-section,
.page-hero,
.article-content,
.list-item-modern,
.ecommerce-product-card,
.home-ecommerce-card,
.document-card,
.sidebar-left,
.sidebar-right,
.home-sidebar,
.menu-bottom-wrap {
    background-color: rgba(255,255,255,.94) !important;
}

@media (max-width: 768px) {
    html,
    body {
        background-attachment: scroll !important;
        background-position: center top !important;
    }
}
