@font-face {
  font-family: 'Roboto';
  src: url('../../Fonts/Roboto-Bold.ttf') format('truetype');
}
.DropdownMenu li a span.Trang-chu-53763 {
    /*display: none;*/
}
.DropdownMenu li a img.image {
    margin-top: 12px;
}
.DropdownMenu {
	background: radial-gradient(ellipse at center, rgb(219, 249, 247) 0%,rgb(81, 205, 230) 100%);
	height: 32px;
	width: 100%;
	background-size: auto 35px;
}
.DropdownMenu ul.MenuList {
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    width: 1050px;
}
.DropdownMenu .MenuList li {
    display: block;
    float: left;
    height: 35px;
    list-style: outside none none;
}
.DropdownMenu .MenuList .TopMenuActive, .TopMenu:hover {
    position: relative;
    background: snow;
    font: bold 13px/40px Arial;
}
.DropdownMenu .MenuList .TopMenu:hover, .TopMenuActive {
    padding: 0 9px;
}
.DropdownMenu .MenuList .TopMenu {
	float: left;
	padding: 0 9px;
	position: relative;
}
.DropdownMenu .MenuList .TopMenu:hover a, .TopMenuActive:hover a {
    color: #fe5005;
    font: bold 13px/35px Arial;
}
.DropdownMenu .MenuList .TopMenu a {
    color: #fe5005;
    font: bold 13px/35px Arial;
    text-decoration: none;
    text-transform: none;
}
.DropdownMenu .MenuList .TopMenuActive a {
    color: #fe5005;
    font: bold 13px/35px Arial;
    text-decoration: none;
    text-transform: none;
}
.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: 30px;
}
.DropdownMenu .MenuList .Dropdown {
    background: #f0f0f0 none repeat-x scroll left top;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
    color: #111111;
    left: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    width: auto;
    z-index: 1000;
    margin: 0;
    padding: 0;
}
.DropdownMenu .MenuList .Dropdown .sub:hover a {
    color: #fe5005;
}
.DropdownMenu .MenuList .Dropdown .sub {
    display: block;
    height: 30px;
    position: relative;
    width: 100%;
}
.DropdownMenu .MenuList .Dropdown .sub:hover {
    background: #fffce0 none repeat-x scroll left top;
    color: #fe5005;
    cursor: pointer;
}
.DropdownMenu .MenuList .Dropdown .sub a {
    color: #fe5005;
    display: block;
    font: bold 13px/30px Arial;
    height: 30px;
    margin: 0;
    padding: 0 15px;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: nowrap;
}
.DropdownMenu .MenuList .Popup {
    background: #ecedef none repeat scroll 0 0;
    display: inline-block;
    left: 100%;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 1001;
    padding: 0px 10px;
}
.DropdownMenu .MenuList .Popup .sub:hover {
    background: #fffce0 none repeat-x scroll left top;
}
.DropdownMenu .MenuList .Popup .sub {
    position: relative;
 
}
.DropdownMenu .MenuList .Popup .sub a {
    padding-left: 14px;
    padding-right: 4px;
}
.DropdownMenu .AdvanceBar {
    background: #cfcfcf url("Images/advance_bg.png") repeat-x scroll 0 0;
    display: none;
    height: 30px;
    line-height: 30px;
}
