.DropdownMenu .MenuList .TopMenu .HasChildren:after,
.DropdownMenu .MenuList .TopMenuActive .HasChildren:after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 5px;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        margin-bottom: 3px;
        display: none;
}
.DropdownMenu ul.MenuList li.sub img {
        display: none;
}
.DropdownMenu ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.DropdownMenu .MenuList li {
        display: block;
        float: left;
        list-style: outside none none;
}
.DropdownMenu .MenuList>li:last-child {
        border-right: none;
}
.DropdownMenu .MenuList .TopMenu .toggle-icon,
.DropdownMenu .MenuList .TopMenuActive .toggle-icon {
        display: inline-block;
        width: 0;
        height: 0;
        /*! margin-left: auto; */
        content: "";
        border-top: 0.5em solid;
        border-right: .5em solid transparent;
        border-bottom: 0;
        border-left: .5em solid transparent;
        cursor: pointer;
        /*! float: right; */
        /*! align-self: auto; */
        /*! margin: auto; */
        position: absolute;
        right: 16px;
        top: 25px;
        z-index: 10;
}
.DropdownMenu .MenuList .TopMenu .rotated,
.DropdownMenu .MenuList .TopMenuActive .rotated {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
}
.DropdownMenu .AdvanceBar {
        background: #cfcfcf url("images/advance_bg.png") repeat-x scroll 0 0;
        display: none;
        height: 30px;
        line-height: 30px;
}
.DropdownMenu .MenuList .Dropdown li a:hover {
        color: #fdf418;
        background: none;
}
.DropdownMenu .MenuList li.LanguageMenu img {
        width: 35px;
}
.DropdownMenu .MenuList li.LanguageMenu img[style*="border-bottom: 2px solid rgb(255, 235, 59)"] {
        width: 38px;
        /* border: 1px solid rgb(255 235 59 / 54%) !important; */
}
.DropdownMenu {
        min-height: 45px;
        width: 1285px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        border-bottom: 1px solid #cccccc;
}
.DropdownMenu ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.DropdownMenu .MenuList {
        margin: 0 auto;
        width: 100%;
        position: relative;
        /* max-width: 99vw; */
}
.DropdownMenu .MenuList li {
        display: block;
        float: left;
        list-style: outside none none;
}
.DropdownMenu ul.MenuList img {
        max-width: 20px;
        margin: 0 5px;
}
.DropdownMenu .MenuList>li:last-child {
        border-right: none;
}
.DropdownMenu .MenuList .TopMenu {
        float: left;
        height: 48px;
        position: relative;
        padding: 0px 12px 0px 12px;
        border-bottom: 3px solid transparent;
}
.DropdownMenu .MenuList .TopMenuActive,
.DropdownMenu .TopMenu:hover {
        height: 48px;
        position: relative;
        border-bottom: 3px solid #008000;
}
.DropdownMenu .MenuList li:first-child {
        padding: 12px 12px 0 0px;
}
.DropdownMenu .MenuList li:first-child.TopMenu {
        padding: 0px 12px 0 0px;
}
.DropdownMenu .MenuList .TopMenuActive {
        padding: 12px 12px 0 12px;
}
.DropdownMenu .TopMenu span,
.DropdownMenu .TopMenuActive span {
        font-family: "Merriweather";
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
        white-space: nowrap;
}
.DropdownMenu .MenuList .TopMenu a:hover,
.DropdownMenu .TopMenuActive a:hover {
}
.DropdownMenu .MenuList .TopMenu a {
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        /*! float: left; */
        width: 90%;
}
.DropdownMenu .MenuList .TopMenuActive a {
        color: #182940;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
}
.DropdownMenu .MenuList .TopMenu:hover a {
        text-decoration: none;
}
.DropdownMenu .MenuList .TopMenu .HasChildren,
.DropdownMenu .MenuList .TopMenuActive .HasChildren {
        /* height: 48px; */
}
.DropdownMenu .MenuList .TopMenu .HasChildren:after,
.DropdownMenu .MenuList .TopMenuActive .HasChildren:after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 5px;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        margin-bottom: 3px;
}
.DropdownMenu .MenuList .Dropdown {
        /* background: var(--bg-blue) none repeat-x scroll left top; */
        color: #fff;
        left: 0;
        position: absolute;
        text-align: left;
        top: 100%;
        z-index: 1000;
        overflow: unset !important;
        background-color: rgba(255, 255, 255, 1);
        /* padding: 0 10px; */
        box-shadow: -1px 3px 3px 0 rgb(0 0 0 / 30%);
        border: 1px solid #fff;
        /* column-count: 1; */
        display: block;
}
.DropdownMenu .MenuList .Dropdown .sub {
        display: block;
        min-height: 45px;
        position: relative;
        width: 100%;
}
.DropdownMenu .MenuList .Dropdown>.sub {
        /* -webkit-column-break-inside: avoid; */
        /* page-break-inside: avoid; */
        /* break-inside: avoid-column; */
        padding: 0 10px;
}
.DropdownMenu .MenuList .Dropdown>.sub:hover:after {
        width: 100px;
}
.DropdownMenu .MenuList .Dropdown>.sub:last-child {
        border-bottom: none;
}
.DropdownMenu .MenuList .Dropdown .sub:hover {
        /* background: var(--bg-blue-weight) none repeat-x scroll left top; */
        cursor: pointer;
}
.DropdownMenu .MenuList .Dropdown>.sub a {
        color: #212529;
        display: block;
        height: 45px;
        padding: 0;
}
.DropdownMenu .MenuList .Dropdown>.sub a span {
        font-family: "Roboto";
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
        color: #031739;
        display: block;
        padding-top: 11px;
        /* padding-right: 20px; */
}
.DropdownMenu .MenuList ul>.sub:hover>a span {
        color: #2A58A0;
}
.DropdownMenu .MenuList .Dropdown>.sub:not(.DropdownMenu .MenuList .Dropdown>.sub:last-child)>a {
        /* border-bottom: 1px solid #DADCE0; */
        width: 100%;
}
.DropdownMenu .MenuList .Dropdown>.sub>a.HasChildren:after {
        transform: rotate(-90deg);
        margin-bottom: 3px;
        right: 10px;
        position: absolute;
        top: 43%;
}
.DropdownMenu .MenuList .Popup {
        background: #ffffff none repeat scroll 0 0;
        display: inline-block;
        left: 100%;
        position: absolute;
        top: 0;
        min-width: 200px;
        width: auto;
        z-index: 1001;
        box-shadow: 3px 0px 13px 0 rgb(0 0 0 / 30%);
}
.DropdownMenu .MenuList .Popup .sub {
        position: relative;
        border-left: 1px solid #ddd;
        padding: 0 10px;
        border-top: 1px solid #ccc;
}
.DropdownMenu .MenuList .Popup .sub:first-child {
        border-top: 0;
}
.DropdownMenu .MenuList .Popup .sub a {
        padding-right: 10px;
        font-weight: 600;
        font-size: 15px;
}
.DropdownMenu .AdvanceBar {
        background: #cfcfcf url("images/advance_bg.png") repeat-x scroll 0 0;
        display: none;
        height: 30px;
        line-height: 30px;
}
.DropdownMenu .MenuList .Dropdown li a:hover {
        color: var(--bg-blue);
        background: none;
}
.DropdownMenu .MenuList li.LanguageMenu {
        height: 45px;
        padding: 0 15px;
        gap: 3px;
}
@media only screen and (max-width: 768px) {
        div.DropdownMenu .TopMenuActive::after {
                width: 100%;
        }
        .DropdownMenu .MenuList .TopMenu a {
                display: block;
        }
        .DropdownMenu .MenuList .TopMenuActive a {
                display: block;
        }
        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: 1160px;
                /*  unset !important;*/
                position: static !important;
                order: 4;
                display: flex;
                flex-direction: column;
                align-items: flex-end;
                padding: 5px 0;
                background: var(--color-primary);
                ;
                /* 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: 0px !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: #3D4043 !important;
        }
        div.DropdownMenu .TopMenuActive::after {
                display: none;
        }
        .DropdownMenu ul.MenuList li a span {
                flex: none !important;
        }
        .DropdownMenu .MenuList .TopMenuActive a>span {
                color: #1259A0;
        }
        .DropdownMenu .MenuList .Dropdown {
                column-count: 1;
                padding: 10px 0 0 0;
                box-shadow: none;
        }
        .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;
        }
        .DropdownMenu .MenuList li.TopMenuActive:before {
                display: none !important;
        }
}
@media only screen and (min-width: 769px) and (max-width: 1179px) {
        .DropdownMenu {
                width: 100vw;
                padding: var(--padding-res);
        }
        .DropdownMenu .MenuList {
                justify-content: space-between;
        }
        .DropdownMenu .MenuList li.TopMenuActive,
        .DropdownMenu .MenuList li.TopMenu {
                padding: 12px 10px;
        }
        .DropdownMenu .TopMenu span,
        .DropdownMenu .TopMenuActive span {
                white-space: nowrap;
                font-size: 14px;
        }
        .DropdownMenu .MenuList li.LanguageMenu{
                position: absolute;
                right: 0;
                bottom: 45px;
        }
}
