
.DropdownMenu li a {
    white-space: nowrap;
}
.DropdownMenu {
    background-color: #3464ed;
    border-top: 1px solid #153183;
}
.DropdownMenu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.DropdownMenu .MenuList {
    height: 37px;
    margin: 0 auto;
    /* width: 1180px; */
}
.DropdownMenu .MenuList > li {
    display: block;
    float: left;
    list-style: outside none none;
    text-transform: uppercase;
    /* border-right: 1px solid rgba(0, 0, 0, 0.15); */
}
.DropdownMenu .MenuList>li+li {
    /* border-left: 1px solid rgba(255, 255, 255, 0.15); */
}
.DropdownMenu .MenuList .TopMenuActive, .TopMenu:hover {
    /* background: #0c56a0; */
    height: 37px;
    position: relative;
    /* border-right: 1px solid rgba(0, 0, 0, 0.15); */
}
.DropdownMenu .MenuList .TopMenu:hover, .TopMenuActive {
    float: left;
    padding: 0px 20px;
}
.DropdownMenu .MenuList .TopMenuActive:first-child {
    float: left;
    padding: 0 10px;
    background: #e8d93a;
}
.DropdownMenu .MenuList .TopMenu {
    float: left;
    height: 37px;
    padding: 0px 20px;
    position: relative;
}
.DropdownMenu .MenuList .TopMenu:first-child {
    float: left;
    height: 37px;
    padding: 3px 0px !important;
    position: relative;
}
.DropdownMenu .MenuList .LanguageMenu {
    float:right !important;
}
.DropdownMenu .MenuList .LanguageMenu img {
    width:20px;
}
.DropdownMenu .MenuList .TopMenu a:hover, .TopMenuActive a:hover {
    color: #FFFF00;
}
.DropdownMenu .MenuList .TopMenu a {
    color: #FFFF;
    font: 14px/37px arial;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 600;
    color: #fff;
    text-shadow: 0px 1px 0px rgb(0 0 0 / 30%);
}
.DropdownMenu .MenuList .TopMenuActive a {
    color: #FFFF00;
    font: bold 14px/37px arial;
    text-decoration: none;
}
.DropdownMenu .MenuList .TopMenuActive .image {
   width: 25px;
   height: 28px;
   padding-top: 1px;
   /* display: none; */
}
.DropdownMenu .MenuList .TopMenu .HasChildren, .TopMenuActive .HasChildren {
    background: url("images/d.png") no-repeat scroll center bottom 2px rgba(0, 0, 0, 0);
    display: block;
    height: 37px;
}
.DropdownMenu .MenuList .Dropdown {
    background: none repeat-x scroll left top #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
    display: inline-block;
    left: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 300px;
    z-index: 1000;
}
.DropdownMenu .MenuList .Dropdown .sub:hover a {
    color: #fff;
}
.DropdownMenu .MenuList .Dropdown .sub {
    display: block;
    /* height: 30px; */
    position: relative;
    width: 100%;
}
.DropdownMenu .MenuList .Dropdown .sub:hover {
    background: none repeat-x scroll left top #7db3ec;
    color: #ffffff;
    cursor: pointer;
}
.DropdownMenu .MenuList .Dropdown .sub a {
    color: #333;
    display: block;
    font: 10pt/30px arial;
    /* height: 35px; */
    margin: 0 0 0 15px;
    text-decoration: none;
    text-transform: none;
    white-space: break-spaces;
}
.DropdownMenu .MenuList .Dropdown .Popup .sub a {
    color: #333;
    display: block;
    font: 10pt/30px arial;
    /* height: 35px; */
    margin: 0 0 0 15px;
    text-decoration: none;
    text-transform: none;
    white-space: break-spaces;
}
.DropdownMenu .MenuList .Dropdown .sub a:before {
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    content: "+";
    padding: 3px 5px 0 0;
    color: #147ebe;
}
.DropdownMenu .MenuList .Popup {
    background: none repeat scroll 0 0 #ecedef;
    display: inline-block;
    left: 100%;
    position: absolute;
    top: 0;
    width: 180px;
    z-index: 1001;
}
.DropdownMenu .MenuList .Popup .sub:hover {
    background: none repeat-x scroll left top #cdcdcd;
}
.DropdownMenu .MenuList .Popup .sub {
    position: relative;
}
.DropdownMenu .MenuList .Popup .sub a {
    padding-left: 4px;
    padding-right: 4px;
}
.DropdownMenu .AdvanceBar {
    background: url("images/advance_bg.png") repeat-x scroll 0 0 #cfcfcf;
    display: block;
    height: 30px;
    line-height: 30px;
}
.DropdownMenu .AdvanceBar .NewsBar {
    display: inline-block;
    margin-left: 80px;
    margin-right: 16px;
}
.DropdownMenu .AdvanceBar .NewsBar .item {
    background: url("images/bullet_vuong.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
}
.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: url("images/find.png") no-repeat scroll center center #e65f30;
    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;
}
.trang-chu-43123 {
        display: inline-block;
        height: 37px;
        list-style: outside none none;
        padding: 0;
        position: relative;
        width: 100%;
        background: #008AC3;
        /* margin: 1px 1px 1px 1px; */
        background-image: url(images/bg-nav-link.jpg);
        background-repeat: no-repeat;
        background-position: right top;
        background-color: #008AC3;
        padding-left: 20px;
        padding-right: 30px;
        color: #fff;
}
@media only screen and (min-width: 769px){
.DropdownMenu .MenuList > li:first-child > a > span{
    display: none;
}
.DropdownMenu .MenuList li:first-child a img{
    padding-bottom: 5px;
    /* display: none; */
}
}
@media only screen and (max-width: 768px){
div.DropdownMenu {
    width: unset !important;
    position: static !important;
    order: 4;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 5px 0;
    background: #3464ed;
    margin: 5px 5px !important;
    margin-bottom: 13px !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;
    border: 1px solid #eeeeee;
    border-top: 0;
}
.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 5px !important;
    height: 25px;
    /* width: unset !important; */
    width: 55px !important;
    z-index: 1;
}
 .DropdownMenu .MenuList .TopMenu:hover, .TopMenuActive {
    background: none !important;
}
.DropdownMenu .MenuList .TopMenuActive a {
    color: #333 !important;
}
.trang-chu-43123 {
    padding: 2px !important;
    height: auto !important;
    color: black !important;
    line-height: 1.4 !important;
    background-image: none !important;
    background: none;
    font-weight: 600;
    font: 13px/32px arial;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 600;
    color: #fff;
    text-shadow: 0px 1px 0px rgb(0 0 0 / 30%);

}
}
