* {
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}

.DropdownMenu {
    height: 35px;
    margin: 0 auto;
    width: 1000px;
}
.DropdownMenu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 105%;
}
.DropdownMenu .MenuList li {
    box-shadow: 0 20px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px 0 #333333;
    float: left;
    list-style: none outside none;
    transition: all 0.3s ease 0.1s;
    width: 160px!important;
    border-radius: 3px;
    height: 35px;
    margin: 2px 8px 5px 0;
   text-align:center;
    position: relative;
}
.DropdownMenu .MenuList li:nth-child(1), li:nth-child(4), li:nth-child(7) {
    background: none repeat scroll 0 0 #1891ee;
}
.DropdownMenu .MenuList li:nth-child(2), li:nth-child(5) {
    background: none repeat scroll 0 0 #98bb25;
}
.DropdownMenu .MenuList li:nth-child(3) {
    background: none repeat scroll 0 0 #fb37b3;
}
.DropdownMenu .MenuList li:nth-child(6) {
    background: none repeat scroll 0 0 #f73f3f;
}
.DropdownMenu .MenuList .TopMenu:hover, .TopMenuActive {
    background: none repeat scroll 0 0 #fb37b3;
    border-radius: 3px;
    height: 35px;
    margin-right: 8px;
    position: relative;
    vertical-align: bottom;
}

.DropdownMenu .MenuList .TopMenu a:hover, .TopMenuActive a:hover {
    color: #ffffff;
}
.DropdownMenu .MenuList .TopMenu a {
    color: #ffffff;
    font: bold 10pt/35px arial;
    text-decoration: none;
    white-space: nowrap;
}
.DropdownMenu .MenuList .TopMenuActive a, .TopMenu:hover a {
    color: #ffffff;
    font: bold 10pt/35px arial;
    text-decoration: none;
    white-space: nowrap;
}
.DropdownMenu .MenuList .TopMenu .HasChildren, .TopMenuActive .HasChildren {
    display: block;
    height: 30px;
}
.DropdownMenu .MenuList .Dropdown {
    background: #f0f0f0;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    color: #111111;
    left: 0;
    position: absolute;
    top: 100%;
    width: auto;
    z-index: 1000;
    text-align: left;
}
.DropdownMenu .MenuList .Dropdown .sub {
    display: block;
    height: 30px;
    position: relative;
    width: 100%;
    background: none;
    box-shadow: none;
    margin: 5px 0 5px 0;
}
.DropdownMenu .MenuList .Dropdown .sub:hover {
    background: none repeat-x scroll left top #a7e55d;
    color: #ffffff;
    cursor: pointer;
}
.DropdownMenu .MenuList .Dropdown .sub a {
    color: #111111;
    display: block;
    font: 10pt/30px arial;
    height: 35px;
    text-decoration: none;
    white-space: nowrap;
}
.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: 780px) {
	.DropdownMenu .MenuList li:nth-child(1), .DropdownMenu .MenuList li:nth-child(4) {
    background: none; 
}
.DropdownMenu .MenuList li:nth-child(2) {
     background: none ; 
}
.DropdownMenu .MenuList li:nth-child(3) {
     background: none; 
}
.DropdownMenu .MenuList li:nth-child(5) {
    background: none;
}
.DropdownMenu .MenuList li:nth-child(6) {
    background: none;
}
.DropdownMenu .MenuList li:nth-child(7) {
    background: none;
}
        .DropdownMenu .MenuList li {box-shadow:none;}
}