.DropdownMenu {
        background: #cc0212;
        /* border-bottom: 3px solid #044987; */
        min-height: 41px;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
}
.DropdownMenu .MenuList .Dropdown .sub img {
        display:none;
}
.DropdownMenu .MenuList .TopMenu:last-child::after {
        content: none;
        display:none;
}
.DropdownMenu .MenuList .TopMenu::after,  .DropdownMenu .MenuList .TopMenuActive ::after {
        content: '';
        position: absolute;
        right: -1px;
        top: 13px;
        height: 20px;
        width: 1px;
        background-color: #ffffff4d;
}
.DropdownMenu span.TRANG-CHU-52982 {
        display: none;
}
.DropdownMenu li a img.image {
        margin-top: -5px;
        margin-right: 0;
}
.DropdownMenu * {
        text-rendering: geometricprecision;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 800;
}
.DropdownMenu ul.MenuList {
        width: 1200px;
        list-style: outside none none;
        margin: 0 auto;
        padding: 0;
        /* border-radius:5px; */
        max-width: 100vw;
}
.DropdownMenu ul.MenuList>li:nth-child(1) span{
        display: none;
}
.DropdownMenu ul.MenuList>li:nth-child(1){
        padding-left: 0;
}
.DropdownMenu .MenuList li {
        display: block;
        float: left;
        height: 45px;
        list-style: outside none none;
        /* border-left: 1px solid rgba(255,255,255,0.5); */
}
.DropdownMenu .MenuList .TopMenuActive {
        position: relative;
        /* background: #0064a6; */
}
.DropdownMenu .MenuList .TopMenuActive {
        padding: 0;
        padding-right: 12px;
        padding-left: 12px;
}
.DropdownMenu .MenuList .TopMenu:hover{
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ea4f20+0,e24612+50,ed5b2a+100 */
        /* background: #0064a6; */
        /* padding: 0 10px; */
}
.DropdownMenu .MenuList .TopMenu {
        float: left;
        height: 45px;
        padding: 0;
        position: relative;
        padding-right: 12px;
        padding-left: 12px;
}
.DropdownMenu .MenuList .TopMenu:last-child a {
        display: flex;
        height: 100%;
        align-items: center;
}
.DropdownMenu .MenuList .TopMenu:last-child a img {
        margin: 0 !important;
        height: 80%;
}
.DropdownMenu .MenuList .TopMenu a:hover, .TopMenuActive a:hover {
        color: #fff;
}
.DropdownMenu .MenuList .TopMenu a{
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 45px;
        font-weight: 600;
        font-size: 12px;
}
.DropdownMenu .MenuList .TopMenu a span {
}
.DropdownMenu .MenuList .TopMenuActive a {
        color: #f8fb00;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 45px;
}
.DropdownMenu .MenuList .TopMenu .HasChildren, .TopMenuActive .HasChildren {
        background: rgba(0, 0, 0, 0) url("images/d.png") no-repeat scroll center bottom 10px;
        display: block;
        height: 45px;
}
.DropdownMenu .MenuList .Dropdown {
        background: #ffffff none repeat-x scroll left top;
        box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
        color: #111111;
        left: 0;
        position: absolute;
        text-align: left;
        top: 100%;
        width: auto;
        z-index: 1000;
        margin: 0;
        padding: 0;
        overflow: visible!important;
        min-width: 300px;
}
.DropdownMenu .MenuList .Dropdown .sub:hover a {
        color: #ffffff;
}
.DropdownMenu .MenuList .Dropdown .sub {
        display: block;
        height: 45px;
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0;
}
.DropdownMenu .MenuList .Dropdown .sub:hover {
        background: #cc0000 none repeat-x scroll left top;
        color: #ffffff;
        cursor: pointer;
}
.DropdownMenu .MenuList .Dropdown .sub a {
        color: #444444;
        display: block;
        height: 45px;
        margin: 0;
        text-decoration: none;
        text-transform: none;
        white-space: nowrap;
        padding: 0 12px;
        text-transform: uppercase;
}
.DropdownMenu .MenuList .Popup {
        background: #bedff3 none repeat scroll 0 0;
        left: 100%;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        z-index: 1001;
        overflow: visible!important;
}
.DropdownMenu .MenuList .Popup .sub:hover a {
        color: #fff !important;
}
.DropdownMenu .MenuList .Popup .sub {
        position: relative;
        margin: 0;
        padding: 0 10px;
}
.DropdownMenu .MenuList .Popup .sub a {
        color: #333 !important;
        padding-left: 0;
        padding-right: 4px;
        white-space: nowrap;
}
.DropdownMenu .AdvanceBar {
        background: #cfcfcf url("images/advance_bg.png") repeat-x scroll 0 0;
        display: block;
        height: 30px;
        line-height: 30px;
}
.DropdownMenu .AdvanceBar .NewsBar {
        display: inline-block;
        margin-left: 80px;
        margin-right: 16px;
}
.DropdownMenu .AdvanceBar .NewsBar .item {
        background: rgba(0, 0, 0, 0) url("images/bullet_vuong.png") no-repeat scroll 0 center;
}
.DropdownMenu .AdvanceBar .NewsBar .item a {
        color: #d1450a;
        font: bold 9pt arial;
        margin-left: 16px;
        text-decoration: none;
}
.DropdownMenu .AdvanceBar .ControlBar {
        display: inline-block;
        float: right;
        height: 30px;
}
.DropdownMenu .AdvanceBar .SearchBar {
        display: inline-block;
        height: auto;
        margin-top: 4px;
}
.DropdownMenu .AdvanceBar .SearchBar .TextBox {
        display: inline-block;
        padding-left: 16px;
}
.DropdownMenu .AdvanceBar .SearchBar .Text {
        border: 1px solid #c0c0c0;
        float: left;
        height: 20px;
        margin: 0;
        padding: 0;
        width: 150px;
}
.DropdownMenu .AdvanceBar .SearchBar .SearchButton {
        background: #e65f30 url("images/find.png") no-repeat scroll center center;
        display: inline-block;
        height: 22px;
        width: 22px;
}
.DropdownMenu .AdvanceBar .LanguageBar {
        display: inline-block;
        margin-left: 1px;
}
.DropdownMenu .AdvanceBar .LanguageBar .lang {
        border: medium none;
        display: inline-block;
        height: 18px;
        padding-left: 2px;
        width: 26px;
}
.DropdownMenu .MenuList li.LanguageMenu {
        /* height: auto; */
        padding: 0;
        /* float: right; */
        /* position: absolute; */
        z-index: 10;
        right: auto;
        top: 5px;
        /* flex-direction: column; */
        gap: 5px;
        /* padding: 5px; */
        /* background: #f8f1df; */
        /* border-radius: 3px; */
        /* box-shadow: 10px 10px 10px -5px #e4e4e4; */
        float: right;
        flex: 1;
        justify-content: flex-end;
}
.DropdownMenu .MenuList li.LanguageMenu img {
        width: 35px;
        margin: 0 !important;
        border-radius: 3px;
        border: 1px solid #ffffff8c;
        overflow: hidden;
}
.DropdownMenu .MenuList li.LanguageMenu img[style*="border-bottom: 2px solid rgb(255, 235, 59)"] {
        width: 38px;
        border: 1px solid rgb(255 235 59 / 54%) !important;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
        .DropdownMenu ul.MenuList{
                max-width: 100vw;
                padding: 0 10px;
                display: inline-flex;
                overflow-x: auto;
                justify-content: flex-start;
        }
        .DropdownMenu .MenuList .TopMenu a span{
                white-space: nowrap
        }
        .DropdownMenu .MenuList li{
                min-width: 30px;
        }
}
@media only screen and (max-width: 1024px) {
        .DropdownMenu .MenuList2 >li>ul{
                display:none !important;
        }
        div.DropdownMenu ul.MenuList2 {
                display: none !important;
                position: absolute;
                margin: 0 !important;
                top: 3.5px;
                left: 70px;
                max-width: calc(100% - 130px);
                overflow: auto;
                padding: 0;
                padding-bottom: 5px;
        }
        div.DropdownMenu ul.MenuList2 span{
                color: #fff;
                white-space: nowrap !important;
                !i;
                !;
                word-break: normal;
        }
        .DropdownMenu ul.MenuList>li:nth-child(1) span {
                display: block !important;
        }
        .DropdownMenu .MenuList .Dropdown {
                background: #ffffff none repeat-x scroll left top;
                box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
                color: #111111;
                left: 0;
                position: absolute;
                text-align: left;
                top: 100%;
                width: auto;
                z-index: 1000;
                margin: 0;
                padding: 0;
                overflow: visible!important;
                min-width: 300px;
                padding: 3px 0px 0px 13px;
        }
        div.DropdownMenu .TopMenuActive::after {
                width: 100%;
        }
        div.DropdownMenu ul.MenuList li a {
                padding: 0px !important;
                justify-content: flex-start !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: unset !important; */
                width: 46px !important;
                z-index: 1;
        }
        div.DropdownMenu {
                width: unset !important;
                position: relative !important;
                order: 4;
                display: flex;
                /*  flex-direction: column;
                flex-direction: column-reverse;*/
                align-items: flex-end;
                padding: 5px 0;
                background: #da251c;
                margin-bottom: 0px !important;
                border-top: 1px solid #ffffff82;
                height: unset;
                min-height: 36px;
                max-width: 100vw;
                justify-content: flex-end;
                flex-direction: column-reverse;
        }
        .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: absolute; */
                margin-top: 4px !important;
                /* border-bottom: 1px solid #eeeeee; */
                padding: 10px !important;
                left: 0;
                z-index: 0;
                top: 0;
                border: 1px solid #eeeeee;
                border-top: 0;
                position: static;
        }
        div.DropdownMenu > ul.MenuList .LanguageMenu{
                display: none !important;
                !i;
                !;
        }
        .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: 500;
                font-size: 14px;
                line-height: 21px;
                /* identical to box height, or 150% */
                /* Grey 3 */
                color: #3b4e68;
        }
        div.DropdownMenu .TopMenuActive::after {
                display: none;
        }
        div.DropdownMenu .MenuList .TopMenu a span {
                flex: none !important;
                /* padding: 5px 0; */
                /* border-bottom: 1px solid #0084F3; */
                color: #3b4e68;
                border-bottom: #a3b5b526 1px solid;
                width: 100% !important;
                display: block;
                padding-bottom: 3px;
        }
        .DropdownMenu .MenuList > li + li:before {
                display: none;
        }
        li.TopMenuActive {
                background: white !important;
        }
        .MenuList > li:nth-child(1) > a > img {
                display: none;
        }
        .DropdownMenu .MenuList .TopMenuActive a span {
                display: block;
                color: #1758b5;
                text-align: left;
        }
        div.DropdownMenu li.LanguageMenu {
                padding: 0px 0px !important;
                position: absolute;
                z-index: 999;
                left: 5px;
                top: 0;
                height: 36px;
        }
        div.DropdownMenu li.LanguageMenu img {
                margin: 0 !important;
                margin-right: 5px !important;
                border: 1px solid #ffffff52;
                width: 25px;
                height: unset;
                border-bottom: 1px solid #ffffff52 !important;
        }
        div.DropdownMenu .menu2{
                display: none;
        }
        .UIDropdownMenu_Default {
                position: relative;
        }
}
