
/* ============================================================
   KCThanhHoa - chỉ giữ nguyên menu cũ và cho đứng im khi cuộn
   Version 202606030120
   KHÔNG đổi màu, KHÔNG đổi width cố định, KHÔNG đổi font/menu item.
   ============================================================ */

html,
body{
    margin-top:0 !important;
    padding-top:0 !important;
}

/* Khôi phục nền ảnh ngoài cùng nếu source có ảnh */
html{
    background-image:url('/images/anhnenkcth.jpg?v=202606030120') !important;
    background-repeat:no-repeat !important;
    background-position:center top !important;
    background-size:cover !important;
    background-attachment:fixed !important;
}

body{
    background:transparent !important;
}

/* Chỉ xóa khoảng hở top, không đụng bố cục menu */
.site-header-sticky,
.site-header,
.header,
.header-wrap,
.topbar,
.top-bar,
.topbar-promo-banner-wrap{
    margin-top:0 !important;
    padding-top:0 !important;
}

/* Placeholder giữ chỗ khi menu chuyển sang fixed để nội dung không nhảy */
#kcMenuStickyPlaceholder{
    display:none;
    width:100%;
    margin:0 !important;
    padding:0 !important;
}

#kcMenuStickyPlaceholder.is-active{
    display:block;
}

/* Khi fixed: chỉ dùng left/width/height do JS đo từ menu gốc, không tự phình */
.main-menu-wrap.kc-menu-fixed{
    position:fixed !important;
    top:0 !important;
    left:var(--kc-menu-left) !important;
    width:var(--kc-menu-width) !important;
    z-index:2147481000 !important;
    margin:0 !important;
    transform:none !important;
}

/* Không cho CSS mới làm menu shell phình/tràn */
.main-menu-wrap.kc-menu-fixed > .site-shell,
.main-menu-wrap.kc-menu-fixed .main-menu-shell{
    max-width:100% !important;
    width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
    box-sizing:border-box !important;
}

/* Giữ nội dung trắng/footer theo bản cũ, bỏ viền nếu có */
main.site-shell,
main.site-shell.page-with-sidebars,
.footer-main{
    box-shadow:none !important;
    outline:none !important;
    border:none !important;
}

.footer-main{
    background:#275b9d !important;
    color:#ffffff !important;
}

.footer-main *{
    color:#ffffff !important;
}
