
.DropdownMenu .Trang-chu-6701 {
    display: none;
}
.DropdownMenu {
    height: 35px;
    width: 100%;
    background: #B7091C;
}
.DropdownMenu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.DropdownMenu .MenuList {
    width: 100%;
}
.DropdownMenu .MenuList li {
    float: left;
    height: 35px;
    list-style: outside none none;
}
.DropdownMenu .MenuList li .image {
    margin-top: 9px;
    padding: 0 6px;
}
.DropdownMenu .MenuList li.TopMenuActive, .TopMenu:first-child {
    background: rgba(0, 0, 0, 0) url("images/hover.png") repeat-x scroll left center;
}
.DropdownMenu .MenuList .TopMenuActive, .TopMenu:hover {
    background: rgba(0, 0, 0, 0) url("images/hover.png") repeat-x scroll left center;
    padding: 0 20px;
    position: relative;
}
.DropdownMenu .MenuList .TopMenu {
    float: left;
    height: 36px;
    padding: 0 18px;
    position: relative;
}
.DropdownMenu .MenuList .TopMenu a:hover, .TopMenuActive a:hover {
    height: 35px;
}
.DropdownMenu .MenuList .TopMenu a {
    color: #fff;
    font: bold 13px/35px "Segoe UI",Tahoma,Verdana;
    text-decoration: none;
    text-transform: uppercase;
}
.DropdownMenu .MenuList .TopMenuActive a {
    color: #1058af;
    font: bold 13px/35px "Segoe UI",Tahoma,Verdana;
    text-decoration: none;
    text-transform: uppercase;
}
.DropdownMenu .MenuList .TopMenu:hover a {
    color: #1058af;
    text-decoration: none;
}
.DropdownMenu .MenuList .TopMenu .HasChildren, .TopMenuActive .HasChildren {
    background: rgba(0, 0, 0, 0) url("images/d.png") no-repeat scroll center bottom 2px;
    display: block;
    height: 33px;
}
.DropdownMenu .MenuList .Dropdown {
    background: #eaf6fc none repeat-x scroll left top;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
    display: inline-block;
    left: 10px;
    position: absolute;
    text-align: left;
    top: 98%;
    width: auto;
    z-index: 1000;
}
.DropdownMenu .MenuList .Dropdown .sub:hover {
    background: #9cc7e8 none repeat scroll 0 0;
    color: #333;
    cursor: pointer;
}
.DropdownMenu .MenuList .Dropdown .sub:hover a {
    color: #333;
}
.DropdownMenu .MenuList .Dropdown .sub {
    display: block;
    height: 30px;
    position: relative;
    width: 100%;
}
.DropdownMenu .MenuList .Dropdown .sub a {
    color: #333;
    display: block;
    font: 10pt/30px arial;
    height: 35px;
    margin: 0;
    padding: 0 12px;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
}
.DropdownMenu .MenuList .Popup {
    background: #ecedef none repeat scroll 0 0;
    display: inline-block;
    left: 98%;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 1001;
}
.DropdownMenu .MenuList .Dropdown .Popup .sub span {
    color: #333;
    font: 10pt/30px arial;
    padding: 0 10px;
    text-transform: none;
    white-space: nowrap;
}
.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;
}
.DropdownMenu .AdvanceBar {
    background: #cfcfcf url("images/advance_bg.png") repeat-x scroll 0 0;
    display: none;
    height: 30px;
    line-height: 30px;
}
@media only screen and (max-width: 768px){
.DropdownMenu .MenuList .TopMenuActive, .TopMenu:hover ,.DropdownMenu .MenuList li.TopMenuActive, .TopMenu:first-child{
    background: none !important;
}
} 