.DropdownMenu ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.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;
        color: #ffffff;
}
.DropdownMenu .MenuList li {
        display: block;
        float: left;
        list-style: outside none none;
}
.DropdownMenu .MenuList>li:last-child{
        border-right: none;
}
.UIDropdownMenu_Default {
        background-color: var(--color-primary);
        border-top: 5px solid #87b6ff;
}
.DropdownMenu .MenuList .TopMenu .toggle-icon, .DropdownMenu .MenuList .TopMenuActive .toggle-icon {
        display: inline-block;
        width: 0;
        height: 0;
        /*! margin-left: auto; */
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        cursor: pointer;
        /*! float: right; */
        /*! align-self: auto; */
        /*! margin: auto; */
        position: absolute;
        right: 0;
        top: 25px;
}
.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 .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: 1200px;
        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; */
        align-items: center;
}
.DropdownMenu .MenuList li {
        display: block;
        float: left;
        list-style: outside none none;
}
.DropdownMenu ul.MenuList img {
        max-width: 30px;
        /* margin: 0 5px; */
        /* display: none; */
        filter: invert(100%) sepia(17%) saturate(0%) hue-rotate(283deg) brightness(115%) contrast(100%);
        background: #ff00004a;
        padding: 5px;
        border-radius: 50%;
}
.DropdownMenu .MenuList li:first-child span {
        /* display: none; */
}
.DropdownMenu ul.MenuList .sub img {
        filter: unset;
        display: none;
}
.DropdownMenu .MenuList>li:last-child{
        border-right: none;
}
.DropdownMenu .MenuList .AdvanceBar>i{
        font-size: 22px;
        color: #fff;
        padding: 12px 0;
        cursor: pointer;
}
.DropdownMenu .MenuList .TopMenu.AdvanceBar {
        position: unset;
}
.DropdownMenu .MenuList .AdvanceBar .AdvanceBarZone {
        background: radial-gradient(circle at 18.7% 37.8%, rgb(250, 250, 250) 0%, rgb(225, 234, 238) 90%);
        background-color: #e8e8e8;
        position: absolute;
        top: 100%;
        max-height: 600px;
        width: 1200px;
        right: 0;
        z-index: 99;
        /* border-top: 0; */
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        /* column-count: 3; */
        padding: 20px;
        display: grid;
        /* grid-auto-flow: row; */
        grid-template-columns: repeat(3, minmax(100px, 3fr));
        /* grid-template-rows: repeat(3, minmax(150px, 1fr)); */
        column-gap: 20px;
        row-gap: 20px;
        overflow: auto;
}
.DropdownMenu .MenuList .AdvanceBar .AdvanceBarZone>.AdvanceItem{
        border-bottom: 1px solid var(--color-primary);
        /* height: auto; *//* width: 100%; *//* display: inline-block; *//* margin-bottom: 20px; */grid-column: 1 span;
        /* grid-row: 1 span; *//* flex-grow: 1; *//* float: left; *//* margin-right: 20px; *//* overflow: scroll; */}
.DropdownMenu .MenuList .AdvanceBar .AdvanceBarZone>.AdvanceItem>a{
        height: auto;
        align-items: flex-start;
        width: 100%;
        justify-content: flex-start;
}
.DropdownMenu .MenuList .AdvanceBar .AdvanceBarZone>.AdvanceItem>a>span{
        font-size: 17px;
        color: var(--color-primary);
        white-space: normal;
}
.DropdownMenu .MenuList .AdvanceBar .AdvanceBarZone>.AdvanceItem>.AdvanceDropdown{
        display: flex;
        flex-direction: column;
        /* justify-content: flex-start; */
}
.DropdownMenu .MenuList .AdvanceBar .AdvanceBarZone>.AdvanceItem>.AdvanceDropdown>li{
        padding: 8px 0;
}
.DropdownMenu .MenuList .AdvanceBar .AdvanceBarZone>.AdvanceItem>.AdvanceDropdown>li>a{
        padding: 0 0 0 20px;
        background: url(images/chuamotcot.png) no-repeat left;
        background-size: 20px;
        filter: brightness(0) saturate(100%) invert(13%) sepia(10%) saturate(1854%) hue-rotate(71deg) brightness(95%) contrast(88%);
        -webkit-filter: brightness(0) saturate(100%) invert(13%) sepia(10%) saturate(1854%) hue-rotate(71deg) brightness(95%) contrast(88%);
        -moz-filter: brightness(0) saturate(100%) invert(13%) sepia(10%) saturate(1854%) hue-rotate(71deg) brightness(95%) contrast(88%);
        -o-filter: brightness(0) saturate(100%) invert(13%) sepia(10%) saturate(1854%) hue-rotate(71deg) brightness(95%) contrast(88%);
        -ms-filter: brightness(0) saturate(100%) invert(13%) sepia(10%) saturate(1854%) hue-rotate(71deg) brightness(95%) contrast(88%);
        justify-content: flex-start;
        width: 100%;
}
.DropdownMenu .MenuList .AdvanceBar .AdvanceBarZone>.AdvanceItem>.AdvanceDropdown>li>a>span{
        font-weight: 500;
        font-size: 14px;
        color: #213121;
        white-space: normal;
}
.DropdownMenu .MenuList .AdvanceBar .AdvanceBarZone>.AdvanceItem>.AdvanceDropdown>li>.Popup{
        position: unset;
        background: transparent;
        min-width: unset;
}
.DropdownMenu .MenuList .AdvanceBar .AdvanceBarZone>.AdvanceItem>.AdvanceDropdown>li>.Popup>.sub{
        border: 0;
        margin: 0 0 0 20px;
        padding: 0 0 0 20px;
        width: 100%;
        background: url(images/chuamotcot.png) no-repeat left;
        background-size: 20px;
        filter: brightness(0) saturate(100%) invert(13%) sepia(10%) saturate(1854%) hue-rotate(71deg) brightness(95%) contrast(88%);
        -webkit-filter: brightness(0) saturate(100%) invert(13%) sepia(10%) saturate(1854%) hue-rotate(71deg) brightness(95%) contrast(88%);
        -moz-filter: brightness(0) saturate(100%) invert(13%) sepia(10%) saturate(1854%) hue-rotate(71deg) brightness(95%) contrast(88%);
        -o-filter: brightness(0) saturate(100%) invert(13%) sepia(10%) saturate(1854%) hue-rotate(71deg) brightness(95%) contrast(88%);
        -ms-filter: brightness(0) saturate(100%) invert(13%) sepia(10%) saturate(1854%) hue-rotate(71deg) brightness(95%) contrast(88%);
}
.DropdownMenu .MenuList .AdvanceBar .AdvanceBarZone>.AdvanceItem>.AdvanceDropdown>li>.Popup>.sub>a>span{
        font-weight: 500;
        color: #231231;
}
.DropdownMenu .MenuList .AdvanceBar .AdvanceBarZone>.AdvanceItem .HasChildren:after, .DropdownMenu .MenuList .AdvanceBar .AdvanceBarZone>.AdvanceItem .HasChildren:after{
        color: var(--color-primary);
}
.DropdownMenu .MenuList .TopMenu {
        float: left;
        height: 48px;
        position: relative;
        padding: 0px 15px 0px 15px;
        border-bottom: 3px solid transparent;
}
.DropdownMenu .MenuList .TopMenuActive,  .DropdownMenu .TopMenu:hover {
        height: 48px;
        position: relative;
        border-bottom: 3px solid  #fff;
}
.DropdownMenu .MenuList li:first-child {
        padding: 9px 15px 0 15px;
}
.DropdownMenu .MenuList li:first-child.TopMenu {
        padding: 0 12px 0 12px;
}
.DropdownMenu .MenuList .TopMenuActive {
        padding: 12px 12px 0 12px;
}
.DropdownMenu .TopMenu span, .DropdownMenu .TopMenuActive span {
        font-family: 'Roboto';
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        text-align: left;
        color: #ffffff;
        text-transform: uppercase;
}
.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 .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;
        display: flex;
        align-items: center;
        justify-content: flex-start;
}
.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 (min-width: 1024px) {
        div.DropdownMenu .MenuList {
                display: inline-flex;
                flex-wrap: nowrap;
                white-space: nowrap;
                justify-content: left;
                width: 1200px;
                background-color: var(--color-primary);
        }
}
@media only screen and (max-width: 1023px) {
        div.DropdownMenu .TopMenuActive::after {
                width: 100%;
        }
        div.DropdownMenu ul.MenuList li a {
                padding: 0px !important;
                justify-content: flex-start !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: 46px !important;
                z-index: 1;
        }
        div.DropdownMenu {
                position: static !important;
                order: 4;
        }
        .DropdownMenu .navbar-button span {
                background: #ffffff !important;
                width: 14px !important;
                height: 2px !important;
                margin: 1.5px !important;
        }
        div.DropdownMenu > ul.MenuList {
                width: 100% !important;
                height: auto !important;
                box-shadow: none;
                order: 2;
                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: "Segoe UI",Tahoma,Verdana;
                font-style: normal;
                font-weight: 500;
                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;
        }
        li.TopMenuActive {
                background: white !important;
        }
        .MenuList > li:nth-child(1) > a > img {
                display: none;
        }
        .DropdownMenu .MenuList > li:nth-child(1) > a > span {
                display: block;
        }
}
@media only screen and (max-width: 768px) {
        div.DropdownMenu .TopMenuActive::after {
                width: 100%;
        }
        div.DropdownMenu ul.MenuList li a {
                padding: 0px !important;
                justify-content: flex-start !important;
                border: 0;
        }
        .DropdownMenu {
                background: #F9F9F9;
        }
        .DropdownMenu div.navbar-button {
                background: url(images/dropdown.png) no-repeat center;
                background-size: contain;
                position: unset;
                background-color: #F9F9F9;
                margin: 0px;
                margin-right: 10px;
                margin-left: 0px;
                order: 1;
                height: 20px;
                width: 30px !important;
                z-index: 1;
                border: 0;
                content: '';
                display: inline-flex;
                margin: 2.5px 0;
        }
        .DropdownMenu div.navbar-button>span{
                display: none !important;
        }
        .DropdownMenu .MenuList {
                display: none;
                background: white;
                margin-top: 0px !important;
                height: calc(100vh ) ;
                width: calc(100vw - 40px);
                overflow: hidden;
                overflow-y: auto;
                padding: 5px !important;
                margin-left: 0 !important;
                box-shadow: 0 0 10px #444444;
        }
        div.DropdownMenu {
                order: 4;
                background: #F9F9F9;
                margin-bottom: 0px !important;
                border-top: 1px solid #EBEBEB;
                padding: 0;
                order: 4;
                flex-wrap: nowrap;
                flex-direction: row;
                align-items: center;
                width: 100vw !important;
                min-height: 30px;
                padding: 5px 0;
                border: 0;
        }
        div.DropdownMenu .responsive-tool-bar{
                left: 16px;
                display: flex;
                width: max-content;
                justify-content: space-between;
                width: 100%;
                padding: var(--padding-res);
                align-items: stretch;
        }
        div.DropdownMenu .responsive-tool-bar .AdvertContent{
                order: 3;
                padding: 0 10px;
                border-right: 1px solid #EBEBEB;
                height: 30px;
        }
        div.DropdownMenu .responsive-tool-bar .UIWeatherForcast{
                display: block;
                order: 1;
                margin: 0;
                padding: 0;
                flex: none;
                padding-right: 10px;
                height: 30px;
                overflow: hidden;
        }
        div.DropdownMenu .responsive-tool-bar div.UIClockSystem{
                display: block;
                position: relative;
                z-index: 999;
                left: 0;
                top: 0;
                order: 2;
                padding: 0 10px;
                margin: 0;
                height: 30px;
                width: auto;
        }
        div.DropdownMenu .responsive-tool-bar div.UIClockSystem .date{
                color: #62748D !important;
                font-family: "Roboto";
                font-size: 12px;
                font-weight: 400;
                line-height: 14.06px;
                text-align: left;
                position: unset;
        }
        div.DropdownMenu .responsive-tool-bar div.UIClockSystem .clock .time{
                display: none;
        }
        .DropdownMenu .navbar-button span {
                background: #ffffff !important;
                width: 14px !important;
                height: 2px !important;
                margin: 1.5px !important;
        }
        div.DropdownMenu > ul.MenuList {
                height: calc(100vh - 60px - 70px) !important;
                width: 100vw !important;
                box-shadow: none;
                order: 2;
                left: 0;
                z-index: 9999;
                border-top: 0;
                position: fixed;
                bottom: 59px;
                max-width: unset;
                max-height: unset !important;
                display: none;
                flex-direction: column;
        }
        .DropdownMenu .MenuList li {
                display: block ;
                float: none !important;
                border: none !important;
                padding: 8px 10px !important;
        }
        .DropdownMenu .Dropdown {
                display: block !important;
                position: static !important;
        }
        .DropdownMenu .TopMenu, .DropdownMenu .TopMenuActive {
                height: auto ;
        }
        .DropdownMenu ul.Dropdown, .DropdownMenu ul.Popup {
                background: white ;
                box-shadow: none ;
                height: auto ;
                display: block ;
                position: static ;
                margin: 0 ;
                width: 100% ;
        }
        .DropdownMenu ul.Dropdown .sub, .DropdownMenu ul.Popup .sub {
                display: block ;
                width: auto ;
                height: auto 
        }
        .DropdownMenu li.TopMenu, .DropdownMenu li.TopMenuActive {
                padding: 5px ;
                height: auto ;
                margin: 0 ;
        }
        .DropdownMenu li.TopMenu>a, .DropdownMenu li.TopMenuActive>a {
                padding: 2px ;
                height: auto !important;
                color: black ;
                line-height: 1.4 ;
        }
        .DropdownMenu li.TopMenuActive>a{
                color: white ;
                padding: 2px ;
        }
        .DropdownMenu ul.Popup {
                display: block ;
                width: 100% ;
        }
        .DropdownMenu ul.Popup .sub a {
                padding: 0 20px !important;
        }
        .DropdownMenu .MenuList .TopMenu:hover {
                background: #fff;
                height: auto;
        }
        .DropdownMenu .MenuList .Dropdown .sub:hover a {
                color: #444444 ;
        }
        .DropdownMenu .MenuList .Dropdown .sub:hover {
                background: #fff none repeat-x scroll left top;
                color: #444444 ;
                cursor: pointer;
        }
        div.DropdownMenu div.SingleSearch{
                width: 100vw;
                background: #F3F6FB;
                padding: 15px;
                z-index: 9999;
                height: 80px;
                position: fixed !important;
                top: 0;
                max-width: unset;
                left: 0;
                overflow: hidden;
        }
        div.DropdownMenu div.SingleSearch .SearchBox{
                min-width: 0;
                width: 100%;
                height: 50px;
                padding: 15px;
                border-radius: 40px;
                background: #FFFFFF;
                border: 0;
                border: 1px solid #E2E7ED;
        }
        div.DropdownMenu div.SingleSearch .SearchBox input,
        div.DropdownMenu div.SingleSearch .SearchBox a{
                border: 0;
                outline: 0;
                width: calc(100% - 35px);
                padding: 0 !important;
        }
        div.DropdownMenu div.SingleSearch .SearchBox a{
                background-color: #F1F3F4;
                height: 32px!important;
                width: 32px !important;
                background-position-x: 6px;
                clip-path: circle();
                flex: none;
                right: 26px;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
        }
        .DropdownMenu .MenuList .Dropdown{
                width: 100%;
                padding: 0;
        }
        .DropdownMenu .MenuList .Dropdown>.sub {
                background: transparent;
                border-top: 1px solid #E2E7ED !important;
                padding: 0 !important;
                position: relative;
        }
        .DropdownMenu .MenuList .Dropdown>.sub >a>span {
                font-size: 15px;
                color: #3B4E68;
                padding-left: 10px;
        }
        .DropdownMenu .MenuList .Dropdown>.sub::before {
                border-radius: 5px;
                content: "";
                background: #bec5ce;
                width: 5px;
                height: 5px;
                display: block;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
        }
        .DropdownMenu .MenuList .toggle-icon{
                display:none !important
        }
        .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: "Segoe UI",Tahoma,Verdana;
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                line-height: 21px;
                color: #3b4e68;
        }
        .DropdownMenu .MenuList .TopMenu,  .DropdownMenu .MenuList .TopMenuActive {
                padding: 0  10px;
                background: transparent;
                padding: 16px 12px !important;
                border-top: 1px solid #e2e7ed !important;
                height: auto;
                width: 100%;
        }
        .DropdownMenu .MenuList .TopMenu>a>span,  .DropdownMenu .MenuList .TopMenuActive>a>span{
                font-family: Merriweather;
                font-size: 15px;
                font-weight: 700;
                line-height: 22px;
                text-align: left;
                color: #031739;
        }
        .DropdownMenu .MenuList .TopMenuActive a>span{
                color: #2A58A0;
        }
        div.DropdownMenu .TopMenuActive::after {
                display: none;
        }
        .DropdownMenu ul.MenuList li a span {
                flex: none !important;
        }
        .DropdownMenu .MenuList > li + li:before {
                display: none;
        }
        .MenuList > li:nth-child(1) > a > img {
                display: none;
        }
        .DropdownMenu .MenuList > li:nth-child(1) > a > span {
                display: block;
                font-family: Merriweather;
                font-size: 15px;
                font-weight: 700;
                line-height: 22px;
                text-align: left;
        }
        div.DropdownMenu li.LanguageMenu {
                padding: 5px 0px !important;
        }
        div.DropdownMenu li.LanguageMenu img {
                margin: 0 !important;
                margin-right: 10px !important;
        }
        .DropdownMenu .MenuList .Dropdown {
                column-count: 1;
                padding: 15px 0px 0 0px;
                box-shadow: none;
                border: 0;
        }
        .DropdownMenu .MenuList .Dropdown>.sub:after{
                left: 10px;
        }
        .DropdownMenu .MenuList .AdvanceBar>i{
                color: #3D4043;
        }
        .DropdownMenu .MenuList .AdvanceBar .AdvanceBarZone{
                position: unset;
                background: transparent;
                display: flex;
                flex-direction: column;
                height: auto;
                padding: 0 16px;
                box-shadow: unset;
        }
}
@media only screen and (max-width: 1023px) {
        div.DropdownMenu .TopMenuActive::after {
                width: 100%;
        }
        div.DropdownMenu ul.MenuList li a {
                padding: 0px !important;
                justify-content: flex-start !important;
        }
        .DropdownMenu {
                border: none;
        }
        .DropdownMenu div.navbar-button {
                order: 3;
        }
        div.DropdownMenu {
                position: static !important;
                order: 4;
                border: 0;
        }
        .DropdownMenu .navbar-button span {
                background: #ffffff !important;
                width: 14px !important;
                height: 2px !important;
                margin: 1.5px !important;
        }
        div.DropdownMenu > ul.MenuList {
        }
        .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: "Segoe UI",Tahoma,Verdana;
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                line-height: 21px;
                color: #3b4e68;
        }
        .DropdownMenu .TopMenu span{
                color: #fff;
        }
        .DropdownMenu .MenuList .TopMenuActive .HasChildren:after{
                  color: #3b4e68;
        }
        div.DropdownMenu .TopMenuActive::after {
                display: none;
        }
        .DropdownMenu ul.MenuList li a span {
                flex: none !important;
        }
        .DropdownMenu .MenuList > li + li:before {
                display: none;
        }
        li.TopMenuActive {
                background: white !important;
        }
        .MenuList > li:nth-child(1) > a > img {
                display: none;
        }
        .DropdownMenu .MenuList > li:nth-child(1) > a > span {
                display: block;
        }
        div.DropdownMenu li.LanguageMenu {
                padding: 5px 0px !important;
        }
        div.DropdownMenu li.LanguageMenu img {
                margin: 0 !important;
                margin-right: 10px !important;
        }
        .DropdownMenu .MenuList .Dropdown{
                height: auto;
                display: none;
        }
        .DropdownMenu .MenuList .Dropdown>.sub:after{
                left: 10px;
        }
        .DropdownMenu .MenuList .Dropdown>.sub:not(.DropdownMenu .MenuList .Dropdown>.sub:last-child)>a{
                border: 0;
        }
}
