.DropdownMenu span.trang-chu-76635 {display: none;}
.DropdownMenu * {
        text-rendering: geometricprecision;
}
.DropdownMenu {
        padding: 0;
        height: 48px;
        position: relative;
        z-index: 2;
}
.DropdownMenu .MenuList {
        width: 93%;
        margin: 0 auto;
        padding: 0;
        height: 48px;
}
.DropdownMenu .MenuList .TopMenu,  .DropdownMenu .MenuList .TopMenuActive  {
        float: left;
        padding: 0 20px;
        position: relative;
        list-style: outside none none;
        transition: ease 0.5s;
        height: 48px;
}
.DropdownMenu .TopMenu span, .DropdownMenu .TopMenuActive span {
        font-size: 16px;
        line-height: 45px;
        font-family: Merriweather;
        font-size: 15px;
        text-transform: uppercase;
        color: #ffffff;
        font-weight: 900;
}
.DropdownMenu a {
        text-decoration: none !important;
}
.DropdownMenu .TopMenu::after {
        content: '';
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
}
.DropdownMenu .TopMenuActive:first-child::after {
        display: none;
}
.DropdownMenu .TopMenuActive::after {
        content: "";
        background-color: #bb332b;
        height: 3px;
        width: 100%;
        margin: 0 auto;
        display: block;
        border-radius: 6px;
}
.TopMenu:hover::after {
        content: "";
        background-color: #bb332b;
        height: 3px;
        width: 100%;
        margin: 0 auto;
        display: block;
        border-radius: 6px;
}
.DropdownMenu .MenuList .TopMenu .HasChildren, .TopMenuActive .HasChildren {
        background: rgba(0, 0, 0, 0) url("images/d.png") no-repeat scroll center bottom 4px;
        display: block;
        background-size: 9px 4px;
}
.DropdownMenu .MenuList .Dropdown {
        background: #e9e9e9 none repeat-x scroll left top;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
        color: #111111;
        display: inline-block;
        left: 0;
        position: absolute;
        text-align: left;
        top: 100%;
        width: 300px;
        z-index: 1000;
}
.DropdownMenu .MenuList .Dropdown .sub:hover a {
        color: #222;
}
.DropdownMenu .MenuList .Dropdown .sub {
        display: block;
        height: 30px;
        position: relative;
        width: 100%;
}
.DropdownMenu .MenuList .Dropdown .sub:hover {
        background: #D3DFED none repeat-x scroll left top;
        color: #222;
        cursor: pointer;
}
.DropdownMenu .MenuList .Dropdown .sub a {
        color: #111111;
        display: block;
        font: 10pt/30px arial;
        height: 35px;
        margin: 0 0 0 15px;
        text-decoration: none;
        text-transform: uppercase;
}
.DropdownMenu .MenuList .Popup {
        background: #ecedef none repeat scroll 0 0;
        display: inline-block;
        left: 100%;
        position: absolute;
        top: 0;
        width: 180px;
        z-index: 1001;
}
.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: 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: #bb332b;
        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: #e65f30 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 .MenuList li a img {
        width: 20px;
        margin-top: 14px;
        /* display: none; */
}
.DropdownMenu .MenuList .sub_child img {
        width: 20px;
        margin-top: 14px;
        display: none;
}
/*----------------------------------------------------------------------------*/
.DropdownMenu .MenuList .TopAllChildren{
        position: inherit!important;
}
.Showallchildren .Row{
        display:flex;
        flex-direction:row;
        width: 1160px;
        margin: 0 auto;
}
.col-4 { 
  width: 33.333333%; 
  box-sizing: border-box;
  padding: 10px;
}
.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
}
.sub_child a.sub1{
        padding-left: 10px!important;
}
.sub_child  a span {
	line-height: 25px!important;
	white-space: wrap!important;
	text-transform: none!important;
	font-size: 10pt !important;
	line-height:2;
	text-transform:initial;
	color:black;
}
.sub_child a{
	width: 100%;
	padding-left: 20px !important;
	border-bottom: dotted 1px #ccc;
	display: inline-block;
}

.sub_child .HasChildren , .sub_child .NoChildren {
        border-bottom:none;
        padding: 0!important;
        margin: 10px 0;
}
.sub_child a span, .sub_child a:hover span{
        color: #370001 !important;
        font-weight: 500 !important;

}
.sub_child a:hover{
        /*background-color: #ffa0a31c;*/
}
.sub_child a.HasChildren span, .sub_child a.NoChildren span {font-size: 10pt;font-weight: 600;white-space: nowrap!important;}
.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{
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        color: #111111;
        left: 0;
        right: 0;
        position: absolute;
        text-align: left;
        z-index: 1000;
        height: auto;
        top: 100%;
}
.DropdownMenu .MenuList .Showallchildren > .Popup{
        width:33%!important;
        position: relative;
        top:100%;
        display: block!important;
        left: 0;
}
.DropdownMenu .MenuList .Showallchildren {
    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: 0px 30px 60px 30px;
    margin-top: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .DropdownMenu .TopMenu a span, .DropdownMenu .TopMenuActive a span {
        font-size: 0.8rem;
    }
	.DropdownMenu .MenuList .TopMenu,  .DropdownMenu .MenuList .TopMenuActive  {
        padding: 0 10px;
	}
}
@media only screen and (max-width: 768px){
        .TopMenu:hover::after {
        content: "";
        background-color: transparent;
	}
        div.DropdownMenu .TopMenuActive::after {
                width: 100%;
        }
        div.DropdownMenu ul.MenuList li a {
                /* padding: 0px !important; */
        }
        .DropdownMenu {
        }
        .DropdownMenu div.navbar-button {
                position: static;
                background: transparent;
                margin-top: -4px;
                border-left: 1px solid #eeeeee;
                margin-right: 0px;
                margin-left: 0;
                order: 1;
                padding: 0px 14px !important;
                height: 24px;
                /* width: unset !important; */
                width: 52px !important;
        }
        div.DropdownMenu {
                width: unset !important;
                position: static !important;
                order: 4;
                display: flex;
                flex-direction: column;
                /*align-items: flex-end; */
                height: 30px;
                margin: 15px 0 0 0 !important;
                z-index: 200;
                border-top: none;
        }
        .DropdownMenu .navbar-button span{
                background: #ffffff !important;
                width: 32px !important;
                height: 5px !important;
                margin: 1.5px !important;
        }
        .DropdownMenu ul.MenuList {
                max-height: 500px !important;
                width: 100vw !important;
                height: 500px !important;
                box-shadow: none;
                order: 2;
                position: absolute;
                margin-top: 28px !important;
                /* border-bottom: 1px solid #eeeeee; */
                padding: 20px !important;
                z-index: 2;
                border-top: 1px solid #b70a0a;
                box-shadow: -1px 3px 3px 0 rgba(0,0,0,.3);
        }
        .DropdownMenu .navbar-button span[style="margin: -2px; transform: rotate(45deg);"] {
                background: red !important;
                height: 2px;
                margin: -4px !important;
        }
        .DropdownMenu .navbar-button span[style="margin: -2px; transform: rotate(-45deg);"] {
                background: red !important;
                height: 2px;
                margin: -1px !important;
        }
        .DropdownMenu .TopMenu span, .DropdownMenu .TopMenuActive span {
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                
                /* identical to box height, or 150% */
                /* Grey 3 */
                color: #000000;
        }
        div.DropdownMenu .TopMenuActive::after {
                display: none;
        }
        .DropdownMenu ul.MenuList li a span {
                flex: none !important;
                /* padding: 15px 0; */
                /* border-bottom: 1px solid #0084F3; */
        }
        .DropdownMenu .MenuList .TopAllChildren {
    	position: initial !important;
		}
        .DropdownMenu .MenuList .Showallchildren {
            background: white;
            margin: 0;
            padding: 0 0 0 15px;
            box-shadow: none;
            z-index: 99;
            position: relative;
        }
        .Row {
   		 width: auto!important;
   		 flex-direction: column!important;
  	}
        .col-4 {
        width: 100vw;
        padding: 0 5px;
        }
        .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: 13px!important;
            text-transform: initial !important;
            padding: 0 !important;
            color: #4d4d4d;
        }
           .DropdownMenu li.TopMenuActive {
            background: none;
            padding: 0 !important;
            margin: 0 !important;
        }
        .DropdownMenu .MenuList .TopMenu span.icontag, .DropdownMenu .MenuList .TopMenuActive span.icontag{
        float: right;
        position: relative;
        bottom: 30px;
        z-index: 9;
        }
        .DropdownMenu .MenuList .TopMenu a,  .DropdownMenu .MenuList .TopMenuActive a{
        margin: 5px 0;
        }
        .DropdownMenu .MenuList .TopMenu span.icontag.active i, .DropdownMenu .MenuList .TopMenuActive span.icontag.active i{
      transform: rotate(180deg);
        }
}
@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;
		}
}

