.DropdownMenu span.trang-chu-76635 {
        display: none;
}
.DropdownMenu * {
        text-rendering: geometricprecision;
}
.DropdownMenu {
        width: 100%;
        border-bottom: 1px solid #C3D0E0;
        border-top: 1px solid #F2F2F2;
        text-align: center;
        margin-bottom: 10px;
        padding: 0;
        height: 48px;
        position: relative;
        z-index: 4;
}
.trang-chu-55155{
        /* display:none; */}
.DropdownMenu .MenuList {
    /* width: 100%; */
    margin: 0 auto;
    padding: 0;
    height: 48px;
    justify-content: center;
}
.DropdownMenu .MenuList .TopMenu,  .DropdownMenu .MenuList .TopMenuActive  {
        float: left;
        padding: 0 15px;
        position: relative;
        list-style: outside none none;
        transition: ease 0.5s;
        height: 48px;
}
.DropdownMenu .MenuList>li:first-child{
        padding-left:0;
}
.DropdownMenu .TopMenu>a>span, .DropdownMenu .TopMenuActive>a>span {
        line-height: 45px;
        font-family: Merriweather;
        font-size: 18px;
        text-transform: uppercase;
        color: #182940;
        font-weight: 600;
        /* color: red; */
}
.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: var(--color-primary);
        height: 3px;
        width: 100%;
        margin: 0 auto;
        display: block;
        border-radius: 6px;
}
.TopMenu:hover::after, .DropdownMenu .MenuList .TopMenuActive::after {
        content: "";
        background-color: var(--color-primary);
        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;
        /* height: 30px; */
        /* background-size: 6px 3px; */
}
.DropdownMenu .MenuList .Dropdown {
        background: #fff 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;
        padding: 0;
}
.DropdownMenu .MenuList .Dropdown .sub:hover a {
        color: #222;
}
.DropdownMenu .MenuList .Dropdown .sub {
        display: inline-block;
        /* height: 30px; */
        position: relative;
        width: 100%;
        padding: 10px;
}
.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: 14px/22px Roboto;
        /* 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: 300px;
        z-index: 1001;
        left: 100%;
        padding: 0;
}
.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: -8px;
        /* display: none; */
        margin-right: 5px;
}
.DropdownMenu .MenuList .sub_child img {
        width: 20px;
        margin-top: 14px;
        display: none;
}
/*----------------------------------------------------------------------------*/
.DropdownMenu .MenuList .TopAllChildren{
        position: inherit!important;
}
.Row{
        display:flex;
        flex-direction:row;
        width: 1260px;
        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
}
.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 {
        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:hover span{
        color:#e10006!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{
        background: rgba(0,91,160,1);
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
        color: #111111;
        left: 0;
        right: 0;
        position: absolute;
        text-align: left;
        z-index: 1000;
        height:auto;
}
.DropdownMenu .MenuList .Showallchildren > .Popup{
        width:33%!important;
        position: relative;
        top:100%;
        display: block!important;
        left: 0;
}
.DropdownMenu .MenuList .Showallchildren {
        width: 1200px;
        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;
        -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;
        margin-top: 0px;
}
@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 .responsive-tool-bar{
                padding: 0 16px;
        }
        .DropdownMenu div.navbar-button {
                position: static;
                background: url(images/dropdown.png) no-repeat center;
                background-size: 20px;
                margin: 0px;
                margin-right: 0px;
                margin-left: 0;
                order: 1;
                padding: 0px !important;
                height: 30px;
                /*! width: unset !important; */
                width: 30px !important;
                display: block;
        }
        div.DropdownMenu {
                width: unset !important;
                position: static !important;
                order: 4;
                display: flex;
                flex-direction: column;
                align-items: flex-end;
                height: 30px;
                margin: 0;
                z-index: 200;
                border-top: none;
                margin-top: 10px;
                background-color: #f9f9f9;
                /*! padding: 0 16px; */
        }
        .DropdownMenu .navbar-button span{
                background: #ff0000 !important;
                width: 35px !important;
                height: 5px !important;
                margin: 1.5px !important;
        }
        .DropdownMenu ul.MenuList {
                width: 100vw !important;
                height: calc(100vh - 60px - 99px);
                box-shadow: none;
                order: 2;
                position: fixed;
                /*! margin-top: 28px !important; */
                /* border-bottom: 1px solid #eeeeee; */
                z-index: 5;
                border-top: 1px solid #b70a0a;
                box-shadow: -1px 3px 3px 0 rgba(0,0,0,.3);
                display: none;
                background: #ffffff;
                bottom: 59px;
                /*! display: ; */
                padding: 10px 16px !important;
                flex-direction: column;
                justify-content: flex-start;
        }
        .DropdownMenu .MenuList .TopMenu,  .DropdownMenu .MenuList .TopMenuActive{
                float: unset;
                text-align: left;
                padding: 0
        }
        .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:100%!important;
                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;
        }
}
