.DropdownMenu * {
        text-rendering: geometricprecision;
}
.DropdownMenu {
        background: rgba(0, 0, 0, 0) url("images/bottom.png") repeat-x left bottom;
        width: 100%;
        height: 40px;
}
.DropdownMenu ul {
        background: #9b0000;
        background: -moz-linear-gradient(left, #9b0000 0%, #e24f4f 100%);
        background: -webkit-linear-gradient(left, #9b0000 0%,#E03E3E 100%);
        background: linear-gradient(to right, #9b0000 0%,#E03E3EB 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b0000', endColorstr='#e24f4f',GradientType=1 );
        width: 100%;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        display: inline-block;
        height: 35px;
}
.DropdownMenu .MenuList li {
        display: block;
        float: left;
        list-style: outside none none;
}
.DropdownMenu .MenuList .TopMenuActive, .TopMenu:hover {
        position: relative;
}
.DropdownMenu .MenuList .TopMenu:hover, .TopMenuActive {
        height: 35px;
        text-align: center;
        width: 12%;
}
.DropdownMenu .MenuList .TopMenu {
        float: left;
        height: 35px;
        padding-left: 0px;
        position: relative;
        width: 12%;
        text-align: center;
}
.DropdownMenu .MenuList .TopMenu a:hover, .TopMenuActive a:hover {
}
.DropdownMenu .MenuList .TopMenu a {
        color: #fff;
        font: bold 10pt/35px arial;
        text-decoration: none;
}
.DropdownMenu .MenuList .TopMenuActive a {
        color: #fff;
        font: bold 10pt/35px arial;
        text-decoration: none;
}
.DropdownMenu .MenuList .TopMenu:hover a {
        color: #fff;
        font: bold 10pt/35px arial;
        text-decoration: none;
        text-shadow: 1px inherit #ccc;
}
.DropdownMenu .MenuList .TopMenu .HasChildren, .TopMenuActive .HasChildren {
        display: block;
        height: 30px;
}
.DropdownMenu .MenuList .Dropdown {
        background: #e9e9e9 none repeat-x scroll left top;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
        color: #111111;
        display: inline-block;
        left: 0;
        position: absolute;
        text-align: left;
        top: 100%;
        width: auto;
        z-index: 1000;
        height: unset;
}
.DropdownMenu .MenuList .Dropdown .sub:hover a {
        color: #ac0203;
}
.DropdownMenu .MenuList .Dropdown .sub {
        display: block;
        height: 30px;
        position: relative;
        width: 100%;
}
.DropdownMenu .MenuList .Dropdown .sub:hover {
        background: #fcda88 none repeat-x scroll left top;
        color: #ffffff;
        cursor: pointer;
}
.DropdownMenu .MenuList .Dropdown .sub a {
        color: #111111;
        display: block;
        font: 10pt/30px arial;
        margin: 0 15px;
        text-decoration: none;
        text-transform: none;
        white-space: nowrap;
}
.DropdownMenu .MenuList .Popup {
        background: #ecedef none repeat scroll 0 0;
        display: inline-block;
        left: 100%;
        position: absolute;
        top: 0;
        width: auto;
        z-index: 1001;
}
.DropdownMenu .MenuList .Popup .sub:hover {
        background: #cdcdcd none repeat-x scroll left top;
}
.DropdownMenu .MenuList .Popup .sub {
        position: relative;
}
.DropdownMenu .MenuList .Popup .sub a {
        padding-left: 4px;
        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;
}
@media only screen and (min-width: 769px){
        .DropdownMenu .MenuList .LanguageMenu{
                margin-top: 9px;
        }
}
@media only screen and (max-width: 768px){
        .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: static !important;
                order: 4;
                display: flex;
                flex-direction: column;
                align-items: flex-end;
                padding: 5px 0;
                background: #9b0000;
                margin: 5px 5px !important;
                margin-bottom: 10px !important;
        }
        .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;
                border: 1px solid #eeeeee;
                border-top: 0;
        }
        .DropdownMenu .navbar-button span[style="margin: -2px; transform: rotate(-45deg);"] {
                background: white !important;
                height: 2px;
                margin: -4px !important;
        }
}
