.DropdownMenu li a {
    white-space: nowrap;
}
.DropdownMenu {
    background: none repeat scroll 0 0 #ed0e18;
    #border-bottom: 8px solid #3D8BFF;
    margin: 0 auto;
        height: 38px;
}
.DropdownMenu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.DropdownMenu .MenuList {
    height: 38px;
    margin: 0 auto;
    width: 100%;
}
li.LanguageMenu {
    cursor: pointer;
    width: 45px;
    margin-top: 4px;
    margin-left: 8px;
}
.DropdownMenu .MenuList li {
    display: block;
    float: left;
    list-style: outside none none;
}
.DropdownMenu .MenuList .TopMenuActive, .TopMenu:hover {
    background: none repeat scroll 0 0 #cd2323;
    height: 38px;
    position: relative;
}
.TopMenu:hover:hover .Dropdown{
    display:block !important;
}
.DropdownMenu .MenuList .TopMenu:hover, .TopMenuActive {
    float: left;
    padding: 0 15px;
}
.DropdownMenu .MenuList .TopMenu {
    float: left;
    height: 38px;
    padding: 0 15px;
    position: relative;
}
.DropdownMenu .MenuList .TopMenu a:hover, .TopMenuActive a:hover {
    color: #ffffff;
    text-decoration: none;
}
.DropdownMenu .MenuList .TopMenu a {
    color: #FFF;
    font: bold 12px/38px arial;
    text-decoration: up;
    white-space: nowrap;
    text-transform:uppercase
}
.DropdownMenu .MenuList .TopMenuActive a {
    color: #ffffff;
    font: bold 12px/38px arial;
    text-decoration: none;
    text-transform:uppercase;
}
.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: 38px;
}
.DropdownMenu .MenuList .Dropdown {
    background: none repeat-x scroll left top #ed0e18;
    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%;
    border-bottom: 1px solid #ed1b24;
    border-top: 1px solid #c51219;
}
.DropdownMenu .MenuList .Dropdown .sub:hover {
    background: none repeat-x scroll left top #d30505;
    color: #ffffff;
    cursor: pointer;
}
.DropdownMenu .MenuList .Dropdown .sub a {
    color: #ffe5a8;
    display: block;
    font: 10pt/30px arial;
    height: 35px;
    margin: 0 0 0 15px;
    text-decoration: none;
  text-transform: uppercase;
}
.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;
}

@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;
                height: 36px;
            background: #e51919; 
            margin-bottom: 5px !important;
        }
        div.DropdownMenu>ul.MenuList {
            width: 100% !important;
            height: auto;
            box-shadow: none;
            order: 2;
            margin-top: 4px !important;
            padding: 5px 10px !important;
            left: 0;
            z-index: 0;
            border-top: 0;
            margin-top:18px!important;
            overflow: unset;
            background: #bf2b2b;
                z-index: 99999;
        }
        .DropdownMenu div.navbar-button {
            position: static;
            background: transparent;
            margin-right: 0px;
            margin-left: 0;
            order: 1;
            height: 36px;
            width: 55px !important;
            z-index: 1;
                        margin-top: 0px;
        }
         .DropdownMenu .MenuList .TopMenu:hover, .TopMenuActive {
            background: none !important;
        }
        .DropdownMenu .MenuList .TopMenuActive a {
            color: #ffe800 !important;
        }
              .DropdownMenu .MenuList .Dropdown .sub a {

            color: #fff;
        }  
        .MenuList.show + .navbar-button{
                margin-top: 17px;
        }
        .DropdownMenu ul.Dropdown, .DropdownMenu ul.Popup {
                background: #bf2b2b !important;
        }
}
.DropdownMenu .MenuList.show{
}