.DropdownMenu {
        text-align: center;
        width: 100%;
        background: #d30000;
        box-shadow: 0 3px 3px 0 #caccd2;
        margin-bottom: 10px;
        background-image: url(images/center-topmenu.png);
        background-repeat: repeat-x;
        position: relative;
}

.DropdownMenu:before{
        content: "";
        background: url(images/right-topmenu.png);
        position: absolute;
        right: -69px;
        top: 0;
        width: 70px;
        height: 60px;
        background-repeat: no-repeat;
}

.DropdownMenu:after{
        content: "";
        background: url(images/left-topmenu.png);
        position: absolute;
        left: -69px;
        top: 0;
        width: 70px;
        height: 60px;
        background-repeat: no-repeat;
}

.DropdownMenu *{
        font: 13px 'Roboto',Arial,Helvetica,sans-serif;
}
.DropdownMenu ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
        width: 100%;
}
.DropdownMenu .MenuList .Dropdown li:first-child {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.DropdownMenu .MenuList li:last-child {
        border: medium none;
}
.DropdownMenu .MenuList .TopMenu, .DropdownMenu .MenuList .TopMenuActive {
        list-style: outside none none;
        position: relative;
        height: 100%;
}
.DropdownMenu .MenuList .TopMenu a {
        color: #ffffff;
        text-decoration: none;
        text-transform: uppercase;
        white-space: nowrap;
        line-height: 50px;
}

.DropdownMenu .MenuList .TopMenu a span{
        line-height: 50px;
        font-weight: 600;
}

.DropdownMenu .MenuList .TopMenuActive a, .DropdownMenu .MenuList .TopMenuActive a span {
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        line-height: 50px;
        font-weight: bold;
}
.DropdownMenu .MenuList .TopMenu .HasChildren, .TopMenuActive .HasChildren {
        background: rgba(0, 0, 0, 0) url("images/d.png") no-repeat scroll center bottom 6px;
        display: block;
}
.DropdownMenu .MenuList .Dropdown {
        background: #fff none repeat-x scroll left top;
        display: inline-block;
        left: -10px;
        position: absolute;
        text-align: left;
        top: 43px;
        min-width: 200px;
        z-index: 1000;
}
.DropdownMenu .MenuList .Dropdown .sub:hover {
        background: #f9e5e5 none repeat scroll 0 0;
        /* border-radius: 0 0 3px 3px; */
        color: #333;
        cursor: pointer;
}
.DropdownMenu .MenuList .Dropdown .sub:hover a {
        color: #333;
}
.DropdownMenu .MenuList .Dropdown .sub {
        display: block;
        position: relative;
        width: 100%;
}
.DropdownMenu .MenuList .Dropdown .sub + .sub{
        border-top: 1px solid #ddd;
}
.DropdownMenu .MenuList .Dropdown .sub a {
        color: rgb(0 0 0 / 80%);
        display: block;
        height: 35px;
        margin: 0;
        padding: 0 12px;
        text-decoration: none;
        text-transform: none;
        white-space: nowrap;
        line-height: 35px;
}

.DropdownMenu .MenuList .Dropdown .sub a>span{
        line-height: 35px;
        color: #212121;
        font-weight: bold;
        text-transform: none;
}

.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;
        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;
}
.DropdownMenu .MenuList img{
        width: 17px;
        height: 17px;
}
.DropdownMenu .MenuList>li:nth-child(1)>a>span{
        /* display: none; */
        line-height: 50px;
        font-weight: 600;
}
.DropdownMenu .MenuList>li+li {
        position: relative;
        display: flex;
}

.DropdownMenu .MenuList>li>a {
        padding: 0 18px;
}
.DropdownMenu .MenuList>li {
        display: flex !important;
        align-items: center;
}
.DropdownMenu  li.LanguageMenu {
    padding: 0 !important;
}

.DropdownMenu  li.LanguageMenu>img:nth-child(1) {
    margin-left: 8px;
}
@media only screen and (min-width: 768px){
       .DropdownMenu .MenuList{
        display: flex !important;}

}