.DropdownMenu {
        margin: 0 auto;
        background:#2b9932;
        padding: 7px 0;
}
.DropdownMenu ul.MenuList {
        height: 40px;
        list-style: none outside none;
        margin: 0;
        padding: 0;
        justify-content: center;
}
@media only screen and (min-width: 768px) {
        .DropdownMenu ul.MenuList{
                display: flex !important;
        }
}
.DropdownMenu .MenuList li {
        float: left;
        list-style: none outside none;
        /*    transition: all 0.3s ease 0.1s; */
        /* width: 94px; */
}
.DropdownMenu .MenuList .TopMenu:hover, .TopMenuActive {
        border-radius: 25px;
        height: 40px;
        margin: 0 4px;
        padding: 0 20px;
        position: relative;
        vertical-align: top;
        line-height: 40px;
        background-image:linear-gradient(to bottom, #ff9524,  #e67700)
}
@media only screen and (min-width: 769px){
        .DropdownMenu .MenuList .TopMenu {
                /**  background: url("images/topmenu.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
                background: linear-gradient(to bottom, #fcb729, #f68923);
                background: #fcb729***/
        }
}
@media only screen and (max-width: 768px){
        .DropdownMenu ul.MenuList {
                justify-content: flex-start !important;
                flex-direction: column;
                display: none;
        }
        div.DropdownMenu li.TopMenuActive > a {
                color:black!important;
        }
        li.TopMenuActive {
                background: #fff!important;
        }
}
.DropdownMenu .MenuList .TopMenu {
        border-radius: 10px;
        float: left;
        height: 40px;
        margin: 0 4px;
        padding: 0 20px;
        position: relative;
        vertical-align: bottom;
}
.DropdownMenu .MenuList .TopMenu a:hover, .TopMenuActive a:hover {
        color: #ffffff;
}
.DropdownMenu .MenuList .TopMenu a {
        color: #ffffff;
        font: bold 11pt/40px arial;
        text-decoration: none;
}
.DropdownMenu .MenuList .TopMenuActive a, .TopMenu:hover a {
        color: #ffffff;
        font: bold 14px/38px arial;
        font-weight: bold;
        text-decoration: none;
}
.DropdownMenu .MenuList .TopMenu .HasChildren, .TopMenuActive .HasChildren {
        display: block;
        height: 35px;
}
.DropdownMenu .MenuList .Dropdown {
        background: none repeat-x scroll left top #ffffff;
        border-radius: 10px;
        /*    box-shadow: 0 6px 10px #9ed4fe; */
        color: #111111;
        left: 0;
        position: absolute;
        text-align: left;
        top: 100%;
        width: 260px;
        z-index: 1000;
        padding: 10px;
        height: auto;
}
.DropdownMenu .MenuList .Dropdown .sub:hover a {
        color: #fff;
}
.DropdownMenu .MenuList .Dropdown .sub {
        display: block;
        height: 35px;
        position: relative;
        width: 100%;
}
.DropdownMenu .MenuList .Dropdown .sub:hover {
        background: #f5315a;
        color: #ffffff;
        cursor: pointer;
        border-radius: 8px;
}
.DropdownMenu .MenuList .Dropdown .sub a {
        color: #333;
        display: block;
        font: bold 11pt/30px arial;
        height: 35px;
        margin: 0 0 0 15px;
        text-decoration: none;
        line-height: 35px;
}
.DropdownMenu .MenuList .Popup {
        background: none repeat scroll 0 0 #fff;
        display: inline-block;
        left: 100%;
        position: absolute;
        top: 0;
        width: 255px;
        z-index: 1001;
        height:auto;
        border-radius: 10px;
        color: #111111;
        padding: 10px;
}
.DropdownMenu .MenuList .Popup .sub:hover {
        /*    background: none repeat-x scroll left top #cdcdcd; */
        background: none repeat-x scroll left top #FD8128;
}
.DropdownMenu .MenuList .Popup .sub {
        position: relative;
}
.DropdownMenu .MenuList .Popup .sub a {
        padding-left: 4px;
        padding-right: 4px;
        color: #111111 !important;
}
.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;
}
