.DropdownMenu {
    height: 60px;
    left: 0;
    width: 100%;
}
.DropdownMenu .TopMenu a span {
    font-size: 15px !important;
    font-family: 'Open Sans', sans-serif !important;
    text-shadow: none !important;
}
.DropdownMenu .TopMenuActive a span {
    font-size: 15px !important;
    font-family: 'Open Sans', sans-serif !important;
    text-shadow: none !important;
}
span.TRANG-CHU-63642 {
        display: none;
}
.DropdownMenu li a img.image {
        display: block;
        padding-top: 5px;
        margin-left: auto;
        margin-right: auto;
        width: 32px;
        margin-bottom: 15px;
        display: none;
}
.DropdownMenu * {
        text-rendering: geometricprecision;
        vertical-align: top;
}
.DropdownMenu ul.MenuList {
    width: 100%;
    list-style: outside none none;
    padding: 0;
    height: auto;
    flex-wrap: wrap;
    max-width: 1100px;
}
.DropdownMenu ul.MenuList>li:nth-child(1)>a>img{
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 2px solid;
}
.DropdownMenu .MenuList li {
        /* display: block; */
        justify-content: center;
        list-style: outside none none;
        /* flex: 1; */
} 
.DropdownMenu .MenuList .TopMenuActive {
        position: relative;
        padding-top: 2px;
}
.DropdownMenu .MenuList .TopMenu:hover {
     /*  background: #00351c;
     width: 0;
        height: 0;
        border-left: 0px solid transparent;
        border-right: 0px solid transparent;
        border-bottom: 0px solid white;
        content: * *;
        position: absolute;
        bottom: 0;
        left: 50px; */
}
.DropdownMenu .MenuList .TopMenuActive:after, .DropdownMenu .MenuList .TopMenu:hover:after {
    width: 0;
    height: 0;
    content: " ";
    /* border-left: 5px solid transparent; */
    /* border-right: 5px solid transparent; */
    /* border-bottom: 5px solid white; */
    position: absolute;
    bottom: 0;
    left: 50%;
}
.DropdownMenu .MenuList .TopMenu {
    position: relative;
    height: 53px;
    /* background-color: #21436b; */
        padding-top: 2px;
}
li.TopMenu {
}
.DropdownMenu .MenuList .TopMenu a:hover, .TopMenuActive a:hover {
        color: #ff0404;
}
.DropdownMenu .MenuList .TopMenu a {
        color: #000;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 600;
        margin-top: 16px;
        display: inline-block;
        padding: 0 15px;
        height: 34px;
}
.DropdownMenu .MenuList .TopMenuActive a {
        color: red;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 600;
        margin-top: 16px;
        display: inline-block;
        padding: 0 15px;
        height: 35px;
}
.DropdownMenu .MenuList .Dropdown {
        display: none;
        position: absolute;
        left: 0;
        /* top: 100%; */
        z-index: 999;
        width: fit-content;
        padding: 0;
        margin: 0;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        /* border-bottom-right-radius: 4px; */
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
        min-width: 200px;
        background: #ffffff;
}
.DropdownMenu .MenuList .Dropdown .sub {
        display: inline-block;
        height: auto;
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0;
}
.DropdownMenu .MenuList .Dropdown li{
	list-style-type:disc !important;
}
.DropdownMenu .MenuList .Dropdown a{
	text-transform:uppercase !important;
}
.DropdownMenu .MenuList .Dropdown .sub+.sub{
        border-top: 1px solid #CCC;
}
.DropdownMenu .MenuList .Dropdown .sub a:hover{
        color: #428bca;
        cursor: pointer;
}
.DropdownMenu .MenuList .Dropdown .Popup a:hover{
        color: #428bca !important;
}
.DropdownMenu .MenuList .Dropdown .sub a {
        color: black;
        font-size: 14px;
        margin: 0;
        text-decoration: none;
        text-transform: none;
        white-space: nowrap;
        padding: 0px 16px;
        height: 37px;
        display: block;
        font-weight: normal;
        align-content: center;
}
.DropdownMenu .MenuList .Popup {
        background: #ffffff;
        left: 100%;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        z-index: 1001;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
}
.DropdownMenu .MenuList .Popup .sub {
        position: relative;
        margin: 0;
        padding: 0;
}
.DropdownMenu .MenuList .Popup .sub a {
        color: black !important;
        padding-left: 15px;
        padding-right: 15px;
        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: #006029 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 ul.MenuList>li{
        border-top: 1px  #ffffff4d;
}
@media only screen and (min-width: 1024px){
        .DropdownMenu ul.MenuList{
                display: flex !important;
        }
}
@media only screen and (max-width: 1023px){
        .DropdownMenu .navbar-button{
               background: #eb1f1f !important;
    height: 40px !important;
                
        }
        .DropdownMenu li a img.image {
                display: inline-block;
        }
        .DropdownMenu .MenuList .TopMenu .HasChildren, .TopMenuActive .HasChildren {
                background: none;
        }
        .DropdownMenu .MenuList .TopMenu a {
                display: flex !important;
                align-items: center;
        }
        .DropdownMenu li a img.image {
                display: inline-block !important;
                width: 30px !important;
                margin: 0 10px 0 5px !important;
        }
        .MenuList>li:nth-child(1)>a>img{
                height: 30px !important;
        }
        .DropdownMenu .MenuList .TopMenu a>span {
                flex: 1;
        }
        .DropdownMenu ul.MenuList>li:nth-child(1)>a>span {
                display: inline-block !important;
                flex: 1;
        }
        .DropdownMenu .MenuList .TopMenuActive a {
                display: flex;
                align-items: center;
        }
        .DropdownMenu li>ul.Dropdown, .DropdownMenu li>ul.Popup {
                background: transparent !important;
        }
}
@media only screen and (max-width: 1023px) {
        .DropdownMenu ul.MenuList {
			height: calc(100vh - 0px) !important;
        }
        li.TopMenuActive {
        background: none!important;
    }
        .DropdownMenu .MenuList .Dropdown {
        border:none!important;
        }
        .DropdownMenu ul li.TopMenu>a, .DropdownMenu ul li.TopMenuActive>a {
        color: black !important;
    }
        .DropdownMenu .MenuList .Popup {
        	border:none!important;
        }
       
}
@media only screen and (max-width:1023px) {
    .DropdownMenu .navbar-button {
        display: flex !important;
        background: #2196f3;
    }
}
@media only screen and (max-width: 768px) {
         .DropdownMenu .MenuList .TopMenu a{
        	margin-top: 0
        }
}
@media only screen and (max-width: 1023px) {
    .DropdownMenu {
        position: fixed !important;
        top: 0;
        right: 0;
        z-index: 10001;
        height: 0%;
        width: 100% !important;
        box-shadow: none !important;
        margin: 0 !important;
        padding: 0;
        background: 0 0;
    }
}
@media only screen and (max-width: 1023px) {
    .DropdownMenu li.TopMenu, .DropdownMenu li.TopMenuActive {
        padding: 5px !important;
        height: auto !important;
        margin: 0 !important;
    }
}

@media only screen and (max-width: 1023px) {
    .DropdownMenu .MenuList li {
        display: block !important;
        float: none !important;
        border: none !important;
        padding: 8px 10px !important;
    }
}
@media only screen and (max-width: 1023px) {
    .DropdownMenu .MenuList {
        display: none;
        background: #fff;
        margin-top: 0 !important;
        height: calc(100vh - 0px) !important;
        width: calc(100vw - 40px) !important;
        overflow: hidden;
        overflow-y: auto;
        padding: 5px !important;
        margin-left: 0 !important;
        box-shadow: 0 0 10px #444;
    }
}