.DropdownMenu .Trang-chu-53483 {
        display: none;
}
.DropdownMenu {
        background: #016d3e;
        display: flex;
        margin: auto;
}
.DropdownMenu ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.DropdownMenu .MenuList {
        width: 100%;
        max-width: 1296px;
        margin: auto;
}
.DropdownMenu .MenuList li {
        float: left;
        height: 54px;
        list-style: outside none none;
}
.DropdownMenu .MenuList li .image {
        margin-top: 9px;
        padding: 0 6px;
}
.DropdownMenu .MenuList li.TopMenuActive, .TopMenu:first-child {
        white-space: nowrap;
}
.DropdownMenu .MenuList > li:first-child > a > span {
        display: none;
}
.DropdownMenu .MenuList > li:first-child > a {
        display: inline-block;
        margin-top: -2px;
}
.DropdownMenu .MenuList > li:first-child > a:before {
        content: "\f015";
        font-family: "Font Awesome 6 Free";
        margin-right: 5px;
        color: #fff;
        font-size: 16px;
}
.DropdownMenu .MenuList .TopMenuActive, .TopMenu:hover {
        padding: 0 16px;
        position: relative;
}
.DropdownMenu .MenuList .TopMenu {
        float: left;
        position: relative;
        transition: color .2s ease,background .2s ease;
        white-space: nowrap;
        padding: 0 16px;
}
.DropdownMenu .MenuList .TopMenu a:hover, .TopMenuActive a:hover {
        height: 48.5px;
}
.DropdownMenu .MenuList .TopMenu a {
        color: #ffffff;
        font-family: Arial;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 54px;
        display: inline-block;
}
a {
}
.DropdownMenu .MenuList .TopMenuActive a {
        color: #016d3e;
        font-family: Arial;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 54px;
}
.DropdownMenu .MenuList .TopMenu:hover {
        text-decoration: none;
        transition: all .3s ease-in-out;
}
.DropdownMenu .MenuList .TopMenu .HasChildren, .TopMenuActive .HasChildren {
        display: block;
        height: 54px;
}
.DropdownMenu .MenuList .TopMenu .HasChildren:after, .TopMenuActive .HasChildren:after {
        color: #fff;
        content: "\f0d7";
        display: inline-block;
        margin-left: 5px;
        margin-right: -3px;
        font-family: "Font Awesome 5 Free";
        transition: .1s;
}
.DropdownMenu .MenuList .Dropdown .HasChildren:after {
        color: #a0a0a0;
        content: "\F105";
        font-family: FontAwesome;
        font-size: 12px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transition: .1s;
        position: absolute;
        right: 10px;
}
.DropdownMenu .MenuList .Dropdown {
        background-color: #016d3e;
        border-radius: 0 0 3px 3px;
        display: inline-block;
        left: 5px;
        position: absolute;
        text-align: left;
        top: 100%;
        width: auto;
        z-index: 1000;
        border: 1px solid #ddd;
        box-shadow: 0px 3px 9.5px 0.5px rgba(0, 0, 0, 0.14);
        min-width: 250px;
}
.DropdownMenu .MenuList .Dropdown .sub:hover {
        background: #154c0ed9;
        color: #fff;
        cursor: pointer;
}
.DropdownMenu .MenuList .Dropdown .sub:hover a {
        color: #fff;
}
.DropdownMenu .MenuList .Dropdown .sub {
        display: block;
        height: 45px;
        position: relative;
        width: 100%;
}
.DropdownMenu .MenuList .Dropdown .sub:last-child {
        border-bottom: none;
}
.DropdownMenu .MenuList .Dropdown .sub a {
        color: #fff;
        display: block;
        font-size: 14px;
        margin: 0;
        padding: 0 16px;
        text-decoration: none;
        text-transform: none;
        white-space: nowrap;
        min-width: 200px;
        height: 45px;
        line-height: 45px;
}
.DropdownMenu .MenuList .Popup {
        background-color: #fff;
        display: inline-block;
        left: 100%;
        position: absolute;
        top: 0;
        width: auto;
        z-index: 1001;
}
.DropdownMenu .MenuList .Dropdown .Popup .sub span {
        color: #333;
        font: 10pt/30px arial;
        padding: 0 10px;
        text-transform: none;
        white-space: nowrap;
}
.DropdownMenu .MenuList .Popup .sub:hover {
        background: #eee;
}
.DropdownMenu .MenuList .Popup .sub {
        position: relative;
}
.DropdownMenu .MenuList .Popup .sub a {
        padding-left: 4px;
        padding-right: 4px;
}
.DropdownMenu .AdvanceBar {
        background: #cfcfcf url("images/advance_bg.png") repeat-x scroll 0 0;
        display: none;
        height: 30px;
        line-height: 30px;
}
@media only screen and (max-width: 768px){
        div.DropdownMenu .TopMenuActive::after {
                width: 100%;
        }
        div.DropdownMenu ul.MenuList li a {
                padding: 0px !important;
        }
        .DropdownMenu {
                border: none;
        }
        .DropdownMenu div.navbar-button {
                position: static;
                background: transparent;
                margin: 0px;
                border-left: 1px solid #eeeeee;
                margin-right: 0px;
                margin-left: 0;
                order: 1;
                padding: 0px 14px !important;
                height: 25px;
                width: 46px !important;
                z-index: 1;
        }
        div.DropdownMenu {
                width: 1160px;
                position: static !important;
                order: 4;
                display: flex;
                flex-direction: column;
                align-items: flex-end;
                padding: 5px 0;
                background: #016d3e;
                margin-bottom: 0px !important;
                min-height: unset;
        }
        .DropdownMenu .navbar-button span{
                background: #ffffff !important;
                width: 14px !important;
                height: 2px !important;
                margin: 1.5px !important;
        }
        div.DropdownMenu>ul.MenuList {
                max-height: 50vh !important;
                width: 100% !important;
                height: auto !important;
                box-shadow: none;
                order: 2;
                position: relative;
                margin-top: 4px !important;
                padding: 10px !important;
                left: 0;
                z-index: 0;
                border: 1px solid #eeeeee;
                border-top: 0;
                background: #016d3e;
        }
        .DropdownMenu .navbar-button span[style="margin: -2px; transform: rotate(45deg);"] {
                background: white !important;
                height: 2px;
                margin: -1px !important;
        }
        .DropdownMenu .navbar-button span[style="margin: -2px; transform: rotate(-45deg);"] {
                background: white !important;
                height: 2px;
                margin: -1px !important;
        }
        .DropdownMenu .TopMenu span, .DropdownMenu .TopMenuActive span {
                font-style: normal;
                font-weight: 600;
                font-size: 14px;
                line-height: 21px;
                color: #3B4E68;
                display: none;
        }
        div.DropdownMenu .TopMenuActive::after {
                display: none;
        }
        .DropdownMenu ul.MenuList li a span {
                flex: none !important;
        }
        .DropdownMenu .MenuList>li+li:before{
                display: none;
        }
        .DropdownMenu:before {
                content: '';
                display: none;
                width: 100vw;
                height: 42px;
                position: absolute;
                top: 0;
                right: 50%;
                transform: translateX(50%);
                background-image: url('images/menu.png');
                z-index: -1;
        }
        .DropdownMenu .MenuList li.TopMenuActive{
                background: #fff;
        }
        .DropdownMenu .MenuList li img{
                display: none !important;
        }
        .DropdownMenu .MenuList li.TopMenuActive, .TopMenu:first-child{
                background: #016d3e;
        }
        .DropdownMenu .MenuList .Dropdown .Popup .sub span {
                color: #343a40;
        }
        .DropdownMenu .MenuList .Dropdown{
                border: none;
        }
        .DropdownMenu .MenuList li.TopMenuActive:before {
                display: none !important;
        }
        .DropdownMenu .MenuList > li:first-child > a > span {
                display: block;
        }
        .DropdownMenu .MenuList > li:first-child > a:before {
                display: none;
        }
        .DropdownMenu .MenuList li span{
                color:#fff !important;
        }
}
/* ==========================================================================
   PHẦN GHI ĐÈ MÀU SẮC (ÉP MÀU XANH #0a730c - CHỮ TRẮNG)
   Dán đoạn này xuống cuối cùng file CSS để có độ ưu tiên cao nhất
   ========================================================================== */

/* 1. CẤU HÌNH CHUNG (DESKTOP) */
.DropdownMenu, 
.DropdownMenu .MenuList,
.DropdownMenu .MenuList .Dropdown,
.DropdownMenu .MenuList .Dropdown .sub,
.DropdownMenu .MenuList .Popup {
    background-color: #016d3e !important; /* Ép nền xanh */
    background: #016d3e !important;
    border-color: rgba(255,255,255,0.2) !important; /* Đổi viền xám thành viền trắng mờ */
}

/* Ép toàn bộ chữ thành màu trắng */
.DropdownMenu span,
.DropdownMenu a,
.DropdownMenu .TopMenu span,
.DropdownMenu .MenuList .Dropdown .sub span,
.DropdownMenu .MenuList .Dropdown .sub a,
.DropdownMenu .MenuList .Popup .sub a,
.DropdownMenu .MenuList .Popup .sub span {
    color: #ffffff !important;
}

/* Xử lý trạng thái Hover/Active trên Desktop */
.DropdownMenu .MenuList .TopMenuActive, 
.DropdownMenu .MenuList .TopMenu:hover,
.DropdownMenu .MenuList .Dropdown .sub:hover {
    background-color: #085a09 !important; /* Xanh đậm hơn khi di chuột */
    color: #fff !important;
}

/* 2. CẤU HÌNH RIÊNG CHO MOBILE (Khắc phục lỗi nền trắng chữ đen) */
@media only screen and (max-width: 768px) {
    
    /* Đổi nền khung Mobile */
    div.DropdownMenu,
    div.DropdownMenu > ul.MenuList {
        background: #016d3e !important;
    }

    /* Đổi chữ Mobile (Trước đây là màu #3D4043) */
    .DropdownMenu .TopMenu span, 
    .DropdownMenu .TopMenuActive span,
    .DropdownMenu .MenuList li a span {
        color: #ffffff !important;
    }

    /* Khắc phục lỗi: Mục đang chọn (Active) bị nền trắng */
    .DropdownMenu .MenuList li.TopMenuActive,
    .DropdownMenu .MenuList .TopMenuActive a > span,
    .TopMenu:first-child {
        background: #016d3e !important; /* Trả về nền xanh */
        color: #ffffff !important;
    }
    
    /* Đổi màu các đường kẻ ngang phân cách */
    .DropdownMenu .MenuList .TopMenu, 
    .DropdownMenu .MenuList .TopMenuActive,
    .DropdownMenu .MenuList .Dropdown > .sub {
        border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
        border-bottom: none !important;
    }

    /* Đổi màu nút Hamburger (3 gạch) sang trắng */
    .DropdownMenu .navbar-button span {
        background: #ffffff !important;
    }
}