.DropdownMenu .Trang-chu-53483 {
        display: none;
}
.DropdownMenu {
        /* height: 72px; */
        width: 100%;
        background: #1059B2;
        /* box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; */
}
.DropdownMenu ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.DropdownMenu .MenuList {
        width: 100%;
        height: auto;
        /* display: flex; */
        /* flex-wrap: wrap; */
        /* justify-content: flex-start; */
}
.DropdownMenu .MenuList li {
        float: left;
        height: 36px;
        list-style: outside none none;
}
.DropdownMenu .MenuList li .image {
        margin-top: -7px;
        padding-right: 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 12px;
        position: relative;
}
.DropdownMenu .MenuList .TopMenu {
        float: left;
        height: 36px;
        padding: 0 12px;
        position: relative;
}
.DropdownMenu .MenuList .TopMenu a:hover, .TopMenuActive a:hover {
        height: 36px;
}
.DropdownMenu .MenuList .TopMenu a {
        color: #fff;
        font: bold 12px/36px "Segoe UI",Tahoma,Verdana;
        text-decoration: none;
        text-transform: uppercase;
}
.DropdownMenu .MenuList .TopMenuActive a {
        color: #1058af;
        font: bold 12px/36px "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: 34px;
}
.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: 5px;
        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 .Dropdown .sub, .TopMenuActive {
                background: none !important;
        }
        .DropdownMenu .MenuList .Dropdown .sub a{
                color: #444 !important;
        }
        .DropdownMenu .MenuList .TopMenu a {
                color: #1058af; 
        }
}
