@font-face {
        font-family: "UVNDzungDakao";
        src: url("../fonts/UVNDzungDakao.TTF");
}
.DropdownMenu {
        background: rgba(0, 0, 0, 0) url("images/barcam.png") ;
        border-radius: 15px;
        box-shadow: 0 20px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 0 #d7b804;
        height: 40px;
        margin: 0;
        width: 1060px;
        margin-bottom: 10px;
}
.DropdownMenu ul {
        height: 40px;
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.DropdownMenu .MenuList .TopMenu:hover, .TopMenuActive {
        padding: 0 10px;
        position: relative;
}
.DropdownMenu .MenuList li {
        border-radius: 3px;
        float: left;
        padding: 0 10px;
        position: relative;
}
.DropdownMenu .MenuList .TopMenu a:hover, .TopMenuActive a:hover, .TopMenu:hover a {
        color: #4b049d;
        display: flex !important;
}
.DropdownMenu .MenuList img{
        width: 40px;
        margin-right: 10px;
}
.DropdownMenu .MenuList .TopMenu a {
        color: white;
        font: 14px/40px Arial;
        text-decoration: none;
        white-space: nowrap;
        font-weight: bold;
        margin-right: 10px;
        display: flex;
}
.DropdownMenu .MenuList .TopMenuActive a{
        color: white;
        font: 14px/40px Arial;
        text-decoration: none;
        white-space: nowrap;
        font-weight: bold;
        margin-right: 10px;
        display: flex;
}
.DropdownMenu .MenuList .TopMenu .HasChildren, .TopMenuActive .HasChildren {
        background: rgba(0, 0, 0, 0) url("images/d.png") no-repeat scroll center bottom;
        display: flex;
}
.DropdownMenu .MenuList .Dropdown {
        background: #eaf6fc none repeat-x scroll left top;
        border-radius: 15px;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
        height: auto;
        left: -10px;
        position: absolute;
        text-align: left;
        top: 98%;
        width: auto;
        z-index: 1000;
}
.DropdownMenu .MenuList .Dropdown .sub:hover {
        background: #dbefcc none repeat scroll 0 0;
        border-radius: 10px;
        color: #333;
        cursor: pointer;
        padding: 0;
        margin: 0;
}
.DropdownMenu .MenuList .Dropdown .sub:hover a {
        color: #333;
}
.DropdownMenu .MenuList .Dropdown .sub {
        display: block;
        /* height: 30px; */
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
}
.DropdownMenu .MenuList .Dropdown .sub a {
        color: #bd251e;
        display: block;
        font: 14px/37px Arial;
        margin: 0;
        padding: 0 12px;
        text-decoration: none;
        text-transform: none;
        white-space: nowrap;
}
.DropdownMenu .MenuList .Popup {
        background: #eaf6fc none repeat-x scroll left top;
        border-radius: 15px;
        display: inline-block;
        height: auto;
        left: 98%;
        position: absolute;
        top: 0;
        width: auto;
        z-index: 1001;
}
.DropdownMenu .MenuList .Dropdown .Popup .sub span {
        color: #bd251e;
        font: 14px/37px Arial;
        padding: 0 10px;
        text-transform: none;
        white-space: nowrap;
}
.DropdownMenu .MenuList .Popup .sub:hover {
        background: #dbefcc none repeat scroll 0 0;
        border-radius: 15px;
}
.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;
}
.DropdownMenu .MenuList li a span {
        line-height: 40px;
}
