.DropdownMenu {
        background: #009ee3;
        height: 49px;
        width: 100%;
}
.DropdownMenu span.trang-chu-139  {
        display: none;
}
.DropdownMenu li a img.image {
}
.DropdownMenu * {
        text-rendering: geometricprecision;
}
.DropdownMenu ul.MenuList {
        width: 1180px;
        list-style: outside none none;
        margin: 0 auto;
        padding: 0;
        height: 49px;
        display: flex !important;
}
.DropdownMenu .MenuList li {
        display: block;
        float: left;
        height: 49px;
        list-style: outside none none;
        border-left: 1px solid rgba(255,255,255,0.5);
}
.DropdownMenu .MenuList .TopMenuActive {
        position: relative;
}
.DropdownMenu .MenuList li.TopMenu:first-child span,
.DropdownMenu .MenuList li.TopMenuActive:first-child span{
        display:none;
}
.DropdownMenu .MenuList .TopMenuActive {
        /* background: #e5080f; */
        padding: 0 20px;
}
.DropdownMenu .MenuList .TopMenu :hover{
        border-radius:5px;
        color: #f9ff0e;
}
.DropdownMenu .MenuList .TopMenu {
        background: rgba(0, 0, 0, 0) url("/Themes/Default/images/phantach.gif") no-repeat scroll right center;
        float: left;
        height: 49px;
        padding: 0 20px;
        position: relative;
}
.DropdownMenu .MenuList .TopMenu a:hover, .TopMenuActive a:hover {
        color: #fff;
}
.DropdownMenu .MenuList .TopMenu a {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 48px;
        font-weight: bold;
        font-size: 13px;
        font-family: Arial, sans-serif;
}
.DropdownMenu .MenuList .TopMenuActive a {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 49px;
        font-weight: bold;
        font-size: 13px;
}
.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: 49px;
}
.DropdownMenu .MenuList .Dropdown {
        background: #009ee3 none repeat-x scroll left top;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
        color: #111111;
        left: 0;
        position: absolute;
        text-align: left;
        top: 100%;
        width: auto;
        z-index: 1000;
        margin: 0;
        padding: 0;
}
.DropdownMenu .MenuList .Dropdown .sub:hover a {
        color: #ffffff;
}
.DropdownMenu .MenuList .Dropdown .sub {
        display: block;
        height: 49px;
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0;
}
.DropdownMenu .MenuList .Dropdown .sub:not(:first-child){
        border-top:1px solid #fff;
}
.DropdownMenu .MenuList .Dropdown .sub:hover {
        color: #ffffff;
        cursor: pointer;
}
.DropdownMenu .MenuList .Dropdown .sub a {
        color: #fff;
        display: block;
        font-size: 14px;
        height: 49px;
        margin: 0;
        text-decoration: none;
        text-transform: none;
        white-space: nowrap;
        padding:0 20px;
        font-family: 'Roboto', sans-serif;
}
.DropdownMenu .MenuList .Dropdown .sub a.HasChildren:after{
        content: "\f105";
        right: 10px;
        font-family: fontawesome;
        padding-left: 10px;
        position: absolute;
}
.DropdownMenu .MenuList .Popup {
        background: #009ee3 none repeat scroll 0 0;
        left: 101%;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        z-index: 1001;
}
.DropdownMenu .MenuList .Popup .sub:hover a {
        color: #f9ff0e !important;
}
.DropdownMenu .MenuList .Popup .sub {
        position: relative;
        margin: 0;
        padding: 0 12px;
}
.DropdownMenu .MenuList .Popup .sub a {
        color: #fff !important;
        padding-left: 0;
        padding-right: 4px;
        white-space: nowrap;
}
.DropdownMenu .AdvanceBar {
        background: #cfcfcf url("images/advance_bg.png") repeat-x scroll 0 0;
        display: block;
        height: 30px;
        line-height: 30px;
}
.DropdownMenu .AdvanceBar .NewsBar {
        display: inline-block;
        margin-left: 80px;
        margin-right: 16px;
}
.DropdownMenu .AdvanceBar .NewsBar .item {
        background: rgba(0, 0, 0, 0) url("images/bullet_vuong.png") no-repeat scroll 0 center;
}
.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: #e65f30 url("images/find.png") no-repeat scroll center center;
        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: 768px){
        div.DropdownMenu .TopMenuActive::after {
                width: 100%;
        }
        div.DropdownMenu ul.MenuList li a {
                padding: 0px !important;
        }
        .DropdownMenu {
                border: none;
        }
        .DropdownMenu div.navbar-button {
                position: static;
                background: transparent;
                margin: 0px;
                border-left: 1px solid #eeeeee;
                margin-right: 0px;
                margin-left: 0;
                order: 1;
                padding: 0px 14px !important;
                height: 25px;
                /* width: unset !important; */
                width: 46px !important;
                z-index: 1;
        }
        div.DropdownMenu {
                width: unset !important;
                position: static !important;
                order: 4;
                display: flex;
                flex-direction: column;
                align-items: flex-end;
                padding: 5px 0;
                background: #0f5bb7;
                /* margin: 5px 10px !important; */
                margin-bottom: 0px !important;
                min-height: unset;
        }
        .DropdownMenu .navbar-button span{
                background: #ffffff !important;
                width: 14px !important;
                height: 2px !important;
                margin: 1.5px !important;
        }
        div.DropdownMenu>ul.MenuList {
                max-height: 50vh !important;
                width: 100% !important;
                height: auto !important;
                box-shadow: none;
                order: 2;
                position: relative;
                margin-top: 4px !important;
                /* border-bottom: 1px solid #eeeeee; */
                padding: 10px !important;
                left: 0;
                z-index: 0;
                border: 1px solid #eeeeee;
                border-top: 0;
        }
        .DropdownMenu .navbar-button span[style="margin: -2px; transform: rotate(45deg);"] {
                background: white !important;
                height: 2px;
                margin: -1px !important;
        }
        .DropdownMenu .navbar-button span[style="margin: -2px; transform: rotate(-45deg);"] {
                background: white !important;
                height: 2px;
                margin: -1px !important;
        }
        .DropdownMenu .TopMenu span, .DropdownMenu .TopMenuActive span {
                /* font-family: Roboto; */
                font-style: normal;
                font-weight: 600;
                font-size: 14px;
                line-height: 21px;
                color: #3B4E68;
        }
        div.DropdownMenu .TopMenuActive::after {
                display: none;
        }
        .DropdownMenu ul.MenuList li a span {
                flex: none !important;
        }
        .DropdownMenu .MenuList>li+li:before{
                display: none;
        }
        .DropdownMenu:before {
                content: '';
                display: none;
                width: 100vw;
                height: 42px;
                position: absolute;
                top: 0;
                right: 50%;
                transform: translateX(50%);
                background-image: url('images/menu.png');
                z-index: -1;
        }
        .DropdownMenu .MenuList li.TopMenuActive{
                background: #fff;
        }
        .DropdownMenu .MenuList li img{
                display: none !important;
        }
        .DropdownMenu .MenuList li.TopMenuActive, .TopMenu:first-child{
                background: #fff;
        }
        .DropdownMenu .MenuList .Dropdown .Popup .sub span {
                color: #343a40;
        }
        .DropdownMenu .MenuList .Dropdown{
                border: none;
        }
}
