.DropdownMenu {
        background: transparent;
        width: 100%;
        text-align: center;
        margin: 0;
}
.DropdownMenu .TopMenu a span {
        line-height: 37px;
        font-weight: 400;
        white-space: nowrap;
}
.DropdownMenu .TopMenuActive a span {
        line-height: 37px;
        font-weight: 400;
        white-space: nowrap;
}
.DropdownMenu span.trang-chu-72188 {
        display: none;
}
.DropdownMenu .MenuList li a img {
        width: 20px;
        margin-top: 10px;
        display: none;
}
.DropdownMenu * {
        text-rendering: geometricprecision;
        vertical-align: top;
}
.DropdownMenu .MenuList .Dropdown {
        color: #fff;
        left: 0;
        position: absolute;
        text-align: left;
        top: 100%;
        z-index: 1000;
        overflow: unset !important;
        background-color: rgba(255,255,255,1);
        box-shadow: -1px 3px 3px 0 rgb(0 0 0 / 30%);
        border: 1px solid #fff;
        min-width: 280px;
        display: block;
}
.DropdownMenu .MenuList .Dropdown .sub {
        display: block;
        min-height: 45px;
        position: relative;
        width: 100%;
        margin: 1px 0px;
}
.DropdownMenu .MenuList .Dropdown>.sub{
        padding: 0 10px;
        border-bottom: 1px solid #f9f9f9;
}
.DropdownMenu .MenuList .Dropdown>.sub span{
        color: #004A82;
}
.DropdownMenu .MenuList .Dropdown>.sub:after {
        display: none;
        content: "";
        width: 80px;
        height: 2px;
        background: var(--bg-blue);
        left: 0;
        position: absolute;
        top: 42px;
        transition: width .1s;
}
.DropdownMenu .MenuList .Dropdown>.sub:hover:after{
        width: 100px;
}
.DropdownMenu .MenuList .Dropdown>.sub:last-child{
        border-bottom: none;
}
.DropdownMenu .MenuList .Dropdown .sub:hover {
        background: #0068b447 none repeat-x scroll left top;
        cursor: pointer;
}
.DropdownMenu .MenuList .Dropdown>.sub a {
        color: #212529;
        display: block;
        height: 45px;
        margin: 0;
        padding: 0;
        text-decoration: none;
        text-shadow: none;
        text-transform: none;
        white-space: nowrap;
        font-weight: 600;
        font-size: 15px;
        line-height: 45px;
}
.DropdownMenu .MenuList .Dropdown>.sub>a.HasChildren:after{
        transform: rotate(-90deg);
        margin-bottom: 3px;
}
.DropdownMenu ul.MenuList {
        width: 100%;
        list-style: outside none none;
        padding: 0;
        height: auto;
        background-color: #407abf;
        flex-wrap: wrap;
}
.DropdownMenu ul.MenuList>li:nth-child(1){
}
.DropdownMenu ul.MenuList>li:nth-child(1)>a>img{
        display:block;
}
.DropdownMenu .MenuList li {
        display: block;
        list-style: outside none none;
        flex: 1;
}
.DropdownMenu .MenuList>li+li{
        border-left: 1px solid #ffffff4d;
}
.DropdownMenu .MenuList .TopMenuActive {
        position: relative;
        background: #aa0008;
}
.DropdownMenu .MenuList .TopMenu:hover{
        background: #aa0008;
}
.DropdownMenu .MenuList .TopMenu {
        position: relative;
        height: 37px;
        background: #104d8d;
}
.DropdownMenu .MenuList .TopMenu .HasChildren:after, .DropdownMenu .MenuList .TopMenuActive .HasChildren:after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 5px;
        margin-top: 15px;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        margin-bottom: 3px;
}
.DropdownMenu .MenuList .TopAllChildren{
        position: inherit!important;
}
.Row{
        display:flex;
        flex-direction:row;
        width: 1299px;
        margin: 0 auto;
}
.col-4 {
        width: 33.333333%;
        box-sizing: border-box;
        padding: 10px;
}
.sub_child  a span {
        line-height:37px!important;
        white-space: wrap!important;
}
.sub_child a.HasChildren:after, a.NoChildren:after {
        display: block;
        content: "";
        width: 100px;
        height: 2px;
        background: #b31717;
        left: 0;
        position: relative;
        top: -2px;
        transition: width .5s
}
.sub_child a.HasChildren:hover::after, a.NoChildren:hover::after {
        width: 200px
}
.DropdownMenu .MenuList .Showallchildren{
        margin: 0 auto;
        display: block;
        background-color: rgb(255 255 255);
        box-shadow: -1px 3px 3px 0 rgba(0,0,0,.3);
        border: 1px solid #fff;
}
.sub_child a.sub1{
        padding-left: 10px!important;
}
.sub_child a span{
        font-size:11pt;
        line-height:2;
        text-transform:initial;
        color:black;
}
.sub_child a{
        width:100%;
        padding-left: 20px !important;
        border-bottom: dotted 1px #ccc;
}
.sub_child .HasChildren , .sub_child .NoChildren {
        border-bottom:none;
        padding: 0!important;
}
.sub_child a:hover span{
        color:#e10006!important;
}
.sub_child a:hover{
        background-color: #ffa0a31c;
}
.sub_child a.HasChildren span, .sub_child a.NoChildren span {
        font-size:12pt;
        font-weight:500;
}
.sub_child a.sub1 span{
        font-size:11pt!important;
}
.sub_child .sub{
        height:auto;
        max-height:100px;
        overflow:hidden;
}
.sub_child span{
        text-transform:initial;
}
.sub_child ul{
        display:block!important;
        position:relative!important;
        left:0!important;
        height:fit-content;
        overflow:hidden;
}
.Showallchildren{
        background: rgba(0,91,160,1);
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
        color: #111111;
        left: 0;
        position: absolute;
        text-align: left;
        z-index: 1000;
        margin: 0;
        padding: 5px 10px 0 10px;
        height:auto;
}
.DropdownMenu .MenuList .Showallchildren > .Popup{
        width:33%!important;
        position: relative;
        top:100%;
        display: block!important;
        left: 0;
}
.DropdownMenu .MenuList .TopMenu a:hover, .TopMenuActive a:hover {
        color: #fff;
}
.DropdownMenu .MenuList .TopMenu a {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 500;
        display: inline-block;
        padding: 0 10px;
}
.DropdownMenu .MenuList .TopMenuActive a {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 600;
        display: inline-block;
        padding: 0 10px;
}
.DropdownMenu .MenuList .DropdownMobile {
        background: #ed0e18 ;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
        color: #111111;
        left: 0;
        position: absolute;
        text-align: left;
        top: 100%;
        min-width: 280px;
        z-index: 1000;
        margin: 0;
        padding: 0;
}
.DropdownMenu .MenuList .DropdownMobile .sub:hover a {
        color: #ffffff;
}
.DropdownMenu .MenuList .DropdownMobile .sub {
        display: inline-block;
        height: auto;
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0;
}
.DropdownMenu .MenuList .DropdownMobile .sub+.sub{
        border-top: 1px solid #CCC;
}
.DropdownMenu .MenuList .DropdownMobile .sub:hover {
        background: #cd2323 none repeat-x scroll left top;
        color: #ffffff;
        cursor: pointer;
}
.DropdownMenu .MenuList .DropdownMobile .sub a {
        color: #fff
                display: block;
        font-size: 14px;
        margin: 0;
        text-decoration: none;
        text-transform: none;
        white-space: nowrap;
        padding: 0px 16px;
        display: block;
        font-weight: normal;
}
.DropdownMenu .MenuList .Popup {
        background: #ed0e18;
        left: 100%;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        z-index: 1001;
}
.DropdownMenu .MenuList .Popup .sub:hover a {
        color: #fff !important;
}
.DropdownMenu .MenuList .Popup .sub {
        position: relative;
        margin: 0;
        padding: 0;
}
.DropdownMenu .MenuList .Popup .sub a {
        color: #fff !important;
        padding-left: 15px;
        padding-right: 15px;
        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: #006029 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;
}
.DropdownMenu ul.MenuList>li{
        border-top: 1px solid #ffffff4d;
}
@media only screen and (min-width: 768px){
        .DropdownMenu ul.MenuList{
                display: flex!important;
        }
}
@media only screen and (max-width: 768px){
        .DropdownMenu .navbar-button{
                background: #ed0e18 !important;
        }
        .DropdownMenu .MenuList .Dropdown>.sub span{
                color: #000!important;
                text-transform:uppercase;
                font-weight: 400 !important;
        }
        .DropdownMenu li a img.image {
                display: inline-block;
        }
        .DropdownMenu .MenuList .TopMenu .HasChildren, .TopMenuActive .HasChildren {
                background: none;
        }
        .DropdownMenu .MenuList .TopMenu a {
                display: flex !important;
                align-items: center;
        }
        .DropdownMenu li a img.image {
                display: none !important;
                width: 30px !important;
                margin: 0 10px 0 5px !important;
        }
        .MenuList>li:nth-child(1)>a>img{
                height: 30px !important;
        }
        .DropdownMenu .MenuList .TopMenu a>span {
                flex: 1;
        }
        .DropdownMenu ul.MenuList>li:nth-child(1)>a>span {
                display: inline-block !important;
                flex: 1;
        }
        .DropdownMenu .MenuList .TopMenuActive a {
                display: flex;
                align-items: center;
        }
        .DropdownMenu li>ul.DropdownMobile, .DropdownMenu li>ul.Popup {
                background: transparent !important;
        }
        .DropdownMenu li>ul.DropdownMobile{
                position:relative!important;
                box-shadow:none!important;
        }
        .DropdownMobile .sub a {
                padding:0!important;
        }
        .TopMenuActive .HasChildren:hover .DropdownMobile {
                display: block;
        }
        .DropdownMenu .MenuList .TopMenu a {
                color: #000;
        }
        .DropdownMenu ul.MenuList{
                background-color: #fff !important;
        }
        .DropdownMenu .MenuList .TopMenu{
                background: unset !important;
        }
        .DropdownMenu .MenuList .TopMenuActive{
                background: unset;
        }
        .DropdownMenu .MenuList .TopMenuActive a{
                color: #000 !important;
        }
        .DropdownMenu .MenuList .Popup .sub a{
                color: #000 !important;
        }
        .TopMenu a span {
                text-transform: uppercase;
                font-weight: 500 !important;
        }
        .TopMenu .DropdownMobile .sub span {
                text-transform: lowercase;
                font-weight: 400 !important;
        }
        .DropdownMobile .sub span::first-letter {
                text-transform: uppercase;
        }
}
.DropdownMenu .MenuList .Showallchildren {
        width: 100%;
        background: url(images/bg-mega-menu.png) bottom right no-repeat,url(images/bg-mega-menu-0.png) bottom left repeat-x;
        background-color: rgba(255,255,255,1);
        padding: 15px 30px 60px 30px;
        shadow: 1px 1px #000;
        -webkit-box-shadow: -1px 3px 3px 0 rgba(0,0,0,.3);
        -moz-box-shadow: -1px 3px 3px 0 rgba(0,0,0,.3);
        box-shadow: -1px 3px 3px 0 rgba(0,0,0,.3);
        border: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
        .DropdownMenu .MenuList .Showallchildren{
                padding:0!important;
                position: relative!important;
                top: -15px;
                width: calc(100vw - 40px) !important;
                overflow-y:scroll;
                background:none!important;
                box-shadow:none!important;
        }
        .Row {
                width: auto!important;
                flex-direction: column!important;
        }
        .col-4 {
                width:100%!important;
        }
        .sub_child a.HasChildren:after, a.NoChildren:after {
                display:none!important;
        }
        .sub_child a.HasChildren span, .sub_child a.NoChildren span{
                font-size:8pt!important;
        }
        .DropdownMenu .MenuList .Showallchildren .sub_child a span {
                font-size: 8pt!important;
                text-transform: initial !important;
        }
        .DropdownMenu .MenuList .TopMenu span.icontag, .DropdownMenu .MenuList .TopMenuActive span.icontag{
                float: right;
                position: relative;
                bottom: 25px;
                z-index:99999;
        }
        .DropdownMenu .MenuList .TopMenu span.icontag.active i, .DropdownMenu .MenuList .TopMenuActive span.icontag.active i{
                transform: rotate(180deg);
                transition: width 1s;
        }
}
@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;
        }
        .DropdownMenu {
                border: none;
        }
        .DropdownMenu div.navbar-button {
                position: static;
                background: transparent !important;
                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: #114d8d;
                margin-bottom: 10px !important;
                border-top: 1px solid #ffffff82;
        }
        .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: absolute; */
                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: "Segoe UI",Tahoma,Verdana;
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                line-height: 21px;
                /* identical to box height, or 150% */
                /* Grey 3 */
                color: #3b4e68;
        }
        div.DropdownMenu .TopMenuActive::after {
                display: none;
        }
        .DropdownMenu ul.MenuList li a span {
                flex: none !important;
                /* padding: 5px 0; */
                /* border-bottom: 1px solid #0084F3; */
        }
        .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;
        }
}
