.DropdownMenu.scrolling {
    background: #fcf8ef;
    /*position: fixed;*/
    z-index: 200;
    width: 100%;
}
.DropdownMenu.scrolling .MenuList {
    border-bottom: medium none;
    display: block;
    height: 90px;
    margin: 30px 4% 0 0;
    text-align: right;
}
.DropdownMenu.scrolling .MenuList .Dropdown .sub a span:hover {
    font-weight: bold;
    color: #dcb767;
}
.DropdownMenu.scrolling .MenuList .Dropdown .sub a span {
    color: #444;
    display: block;
    font: 10pt/35px arial;
    height: 35px;
    margin: 0 0 0 15px;
    text-decoration: none;
}

.DropdownMenu {    border-bottom: 1px solid #d1b067;}
.DropdownMenu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.DropdownMenu .MenuList {
	display: block;
    height: 90px;
    margin: 0 5% 0 0;
    text-align: right;
}
.DropdownMenu .MenuList li:last-child {
}
.DropdownMenu .MenuList .TopMenu:hover, .TopMenuActive {
    display: inline-block !important;
    padding: 0 15px;
    position: relative;
}
.DropdownMenu .MenuList .TopMenu {
    display: inline-block !important;
    padding: 0 15px;
    position: relative;
    transition: background 0.86s ease 0s;
    height: 90px;
}
.DropdownMenu .MenuList .TopMenu a {
    color: #444;
    font-family: "Times New Roman", Times, serif;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 90px;
}
.DropdownMenu .MenuList .TopMenu:hover a, .MenuList li:first-child:hover a {
    color: #a78b4d;
}
.DropdownMenu .MenuList .TopMenuActive a {
    color: #444;
    /* font: 14px/60px "Roboto",sans-serif; */
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
  	font-weight: bold;
}
.DropdownMenu .MenuList .TopMenu .HasChildren, .TopMenuActive .HasChildren {
    background: rgba(0, 0, 0, 0) url("images/haschildren.png") no-repeat scroll center bottom;
    display: block;
    height: 42px;
}
.DropdownMenu .MenuList .Dropdown {
    background: #fcf8efcf;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    left: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 300px;
    z-index: 1000;
}
.DropdownMenu .MenuList .Dropdown::before {
    border: 1px solid #93773a;
    position:absolute;
    top:0;
    left:0;
}
.DropdownMenu .MenuList .Dropdown .sub {
    display: block;
    height: auto;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f6db9f;
}
.DropdownMenu .MenuList .Dropdown .sub:hover {
    cursor: pointer;
}
.DropdownMenu .MenuList .Dropdown .sub:hover a {
    font-weight: bold;
    color: #dcb767;
}
.DropdownMenu .MenuList .Dropdown .sub a {
    color: #444;
    display: block;
    font: 10pt/35px arial;
    height: auto;
    margin: 0 0 0 15px;
    text-decoration: none;
}
.DropdownMenu .MenuList .Popup {
    background: #e65f30 none repeat scroll 0 0;
    display: inline-block;
    left: 99%;
    position: absolute;
    top: 2px;
    width: 250px;
    z-index: 1001;
}
.DropdownMenu .MenuList .Popup .sub {
    position: relative;
}
.DropdownMenu .MenuList .Popup .sub a {
    padding-left: 4px;
    padding-right: 4px;
}
.DropdownMenu .MenuList a>span[class*='trang-chu']{
    display: none;
}