.DropdownMenu {
        background: transparent;
        width: 100%;
        text-align: center;
        margin: 0;
}
.DropdownMenu .TopMenu a span {
        line-height: 37px;
        /*font-family: 'Roboto Slab' !important;*/
        /*font-size: 0.9rem;*/
        font-weight: 400;
        white-space: nowrap;
}
.DropdownMenu .TopMenuActive a span {
        line-height: 37px;
        /*font-family: 'Roboto Slab' !important;*/
        /*font-size: 0.9rem;*/
        font-weight: 400;
        white-space: nowrap;
}
span.TRANG-CHU-63642 {
        display: none;
}
.DropdownMenu li a img.image {
        display: block;
        padding-top: 5px;
        margin-left: auto;
        margin-right: auto;
        width: 32px;
        margin-bottom: 15px;
        display: none;
}
.DropdownMenu * {
        text-rendering: geometricprecision;
        vertical-align: top;
}
.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)>a>img{
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 2px solid;
}
.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: #143554;
            /*background: linear-gradient(180deg,rgba(23,136,222,1) 0%,rgba(0,91,160,1) 68%,rgba(26,125,200,1) 100%);*/
}
.DropdownMenu .MenuList .TopMenu {
        position: relative;
        height: 37px;
        background: #c50009;
}
li.TopMenu {
}
.DropdownMenu .MenuList .TopAllChildren{
        position: inherit!important;
}
/*.DropdownMenu .MenuList li.TopMenu:hover > .Showallchildren, li.TopMenuActive:hover > .Showallchildren {
        display:block!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;
        /* top: 100%; */
        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 .Dropdown {
    background: none repeat-x scroll left top #c50009;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
    display: inline-block;
    left: 0;
    padding:0;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 300px;
    z-index: 1000;
}
.DropdownMenu .MenuList .Dropdown li.sub{
}
.DropdownMenu .MenuList .Dropdown .sub:hover {
    background: none repeat-x scroll left top #aa0008;
    color: #ffffff;
    cursor: pointer;
}
.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 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 .TopMenuActive a span{
        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 (min-width: 768px){
.DropdownMenu .MenuList .TopMenu span.icontag, .DropdownMenu .MenuList .TopMenuActive span.icontag{
        display:none;
        }
        .DropdownMenu .MenuList li.TopMenu:hover > .Showallchildren, li.TopMenuActive:hover > .Showallchildren {
        display:block!important;
		}
}