
.DropdownMenu .Trang-chu-53483 {
    display: none;
}
.DropdownMenu {
   /* background: #28a237 none repeat scroll 0 0;*/
    background: #198754 none repeat scroll 0 0;
    height: 36px;
    width: 100%;
}
.DropdownMenu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.DropdownMenu .MenuList {
    width: 100%;
}
.DropdownMenu .MenuList li {
    float: left;
    height: 36px;
    list-style: outside none none;
}
.DropdownMenu .MenuList li.TopMenuActive, .TopMenu:first-child {
}
.DropdownMenu .MenuList .TopMenuActive, .TopMenu:hover {
    background: #fff;
    padding: 0 20px;
    position: relative;
}
.DropdownMenu .MenuList .TopMenu {
    float: left;
    height: 36px;
    padding: 0 20px;
    position: relative;
}
.DropdownMenu .MenuList .TopMenu a:hover, .TopMenuActive a:hover {
    height: 36px;
}
.DropdownMenu .MenuList .TopMenu a {
    color: #fff;
    font: 14px/36px arial;
    text-transform: uppercase;
}
.DropdownMenu .MenuList .TopMenuActive a {
    color: #2a7f49;
    font: 14px/36px arial;
    text-decoration: none;
    text-transform: uppercase;
}
.DropdownMenu .MenuList li:hover a {
    color: #2a7f49;
    text-decoration: none;
    font-weight:bold;
}
.DropdownMenu .MenuList .TopMenu .HasChildren, .TopMenuActive .HasChildren {
    background: rgba(0, 0, 0, 0) url("images/d.png") no-repeat scroll center bottom 2px;
    display: block;
    height: 34px;
}
.DropdownMenu .MenuList .Dropdown {
    /*background: #509667 none repeat-x scroll left top;*/
    background: #198754 none repeat-x scroll left top;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
    display: inline-block;
    left: 5px;
    position: absolute;
    text-align: left;
    top: 98%;
    width: auto;
    z-index: 1000;
}
.DropdownMenu .MenuList .Dropdown .sub:hover {
    background: #fff none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
}
.DropdownMenu .MenuList .Dropdown .sub:hover a {
    color: #2A7F49;
}
.DropdownMenu .MenuList .Dropdown .sub {
    display: block;
    height: 30px;
    position: relative;
    width: 100%;
}
.DropdownMenu .MenuList .Dropdown .sub a {
    color: #fff;
    display: block;
    font: 10pt/30px arial;
    height: 35px;
    margin: 0;
    padding: 0 12px;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
}
.DropdownMenu .MenuList .Popup {
    /*background: #509667 none repeat scroll 0 0;*/
    background: #198754 none repeat scroll 0 0;
    left: 98%;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 1001;
}
.DropdownMenu .MenuList .Dropdown .Popup .sub span {
    /*color: #333;*/
        color: #ffffff;
    font: 10pt/30px arial;
    padding: 0 10px;
    text-transform: none;
    white-space: nowrap;
}
/*hover sub*/
.DropdownMenu .MenuList .Popup .sub:hover {
    background: #cdcdcd none repeat-x scroll left top;
     /*  
        background: #ffffff  none repeat-x scroll left top;
        color: #198754!important;
        */
}
.DropdownMenu .MenuList .Popup .sub {
    position: relative;
}
.DropdownMenu .MenuList .Popup .sub a {
    padding-left: 4px;
    padding-right: 4px;
}
/*Anti-a////////////////////////////////////////////////////////////////////////////
.DropdownMenu .MenuList .Dropdown .sub:nth-child(2) a:first-child{
	pointer-events: none;
}
*/

/*Mobile*/
@media only screen and (max-width: 768px){
        div.DropdownMenu {
            width: unset !important;
            position: static !important;
            order: 4;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            padding: 5px 0;
            /*background: #2A7F49;*/
            background: #28a237;
            margin: 5px 5px !important;
            margin-bottom: 10px !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 div.navbar-button {
            position: static;
            background: transparent;
            margin: 0px;
            border-left: 1px solid #eeeeee;
            margin-right: 0px;
            margin-left: 0;
            order: 1;
            padding: 0px 5px !important;
            height: 25px;
            /* width: unset !important; */
            width: 55px !important;
            z-index: 1;
        }
         .DropdownMenu .MenuList .TopMenu:hover, .TopMenuActive {
            background: none !important;
        }
        .DropdownMenu .MenuList .TopMenuActive a {
            color: #333!important;
        }
        .DropdownMenu .MenuList .Dropdown .sub a {
            color: #333!important;
        }
        .DropdownMenu .MenuList .Dropdown .Popup .sub span {
        	color: #333!important;
        }
        
}


