
.DropdownMenu * {
    text-rendering: geometricprecision;
}
.DropdownMenu {
    width: 1100px;
    height: 34px;
    background: rgba(0, 0, 0, 0) linear-gradient(to top, #0696ef, #0678bc) repeat scroll 0 0;
    margin: auto;
}
.DropdownMenu ul {
      list-style: outside none none;
      margin: 0;
      padding: 0;
      height: 35px;list-style: outside none none;
      margin: 0;
      padding: 0;
      height: 35px;
}
.UIDropdownMenu_nan {
    background-color: #1567b3;
}
.DropdownMenu .MenuList li {
    display: block;
    float: left;
    list-style: outside none none;
}
.DropdownMenu .MenuList .TopMenuActive, .TopMenu:hover {
    position: relative;
}
.DropdownMenu .MenuList .TopMenu:hover,
.DropdownMenu .MenuList .TopMenuActive:hover {
    background-color: #17548d;;
}
.DropdownMenu .MenuList .TopMenu:hover span,
.DropdownMenu .MenuList .TopMenuActive:hover span {
    color: #ffffff;
}
.DropdownMenu .MenuList .TopMenu:hover, .TopMenuActive {
    height: 34px;
    text-align: center;
    /*  border-left: 1px solid #f8f8f8; */
    background-image: url(images/line_menu2.png);
    background-repeat: no-repeat;
    margin-right: 6px;
}
.DropdownMenu .MenuList .TopMenu {
     float: left;
     height: 38px;
     padding-left: 0px;
     position: relative;
     text-align: center;
     background-image: url(images/line_menu2.png);
     background-repeat: no-repeat;
     background-position: 0px 100%;
     padding: 0 6px 0 6px;
     height: 34px;
     margin-right: 6px;
     /*border-left: 1px solid #f8f8f8;*/
 }
}
.DropdownMenu .MenuList .TopMenuActive {
    /* background-image: url(images/menuVer.png); */
    background-repeat: no-repeat;
    background-position: 0px 100%;
}
.DropdownMenu .MenuList li:hover span::before {
    content:url(images/iconstarR.png);
    margin-right: 2px;
}
.DropdownMenu .MenuList li span::before {
    content:url(images/iconstarY.png);
    margin-right: 2px;
}
.DropdownMenu .MenuList li:first-child span:hover::before {
    content:url(images/iconHomeR.png);
    margin-right: 2px;
}
.DropdownMenu .MenuList li:first-child span::before {
    content:url(images/iconHome.png);
    margin-right: 2px;
}
.DropdownMenu .MenuList li:nth-child(6)
{
	--width: 185px !important;
}
.DropdownMenu .MenuList .TopMenu a:hover, .TopMenuActive a:hover {
}
.DropdownMenu .MenuList .TopMenu a {
    color: #fff;
    font: bold 10pt/35px 'Roboto', sans-serif;
    text-decoration: none;
    text-transform: uppercase; /* "normal" không hợp lệ cho text-transform */
}
.DropdownMenu .MenuList .TopMenu a img{display:none;}
.DropdownMenu .MenuList .TopMenuActive a {
    color: #f7e66f;
    font: bold 10pt/35px 'Roboto', sans-serif;
    text-decoration: none;
    padding-left:10px;
    text-transform: uppercase;
}
.DropdownMenu .MenuList .TopMenu:hover a {
    color: #fff;
    font: bold 10pt/35px arial;
    text-decoration: none;
    text-shadow: 1px inherit #ccc;
}
.DropdownMenu .MenuList .TopMenu .HasChildren, .TopMenuActive .HasChildren {
    display: block;
    height: 30px;
}
.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: auto;
    z-index: 1000;
}
.DropdownMenu .MenuList .Dropdown .sub:hover a {
    color: #ffffff;
}
.DropdownMenu .MenuList .Dropdown .sub {
    display: block;
    height: 30px;
    position: relative;
    width: 100%;
    background: #17548d;
}
.DropdownMenu .MenuList .Dropdown .sub:hover {
    background: #28a6f2 none repeat-x scroll left top;
    color: #ffffff;
    cursor: pointer;
}
.DropdownMenu .MenuList .Dropdown .sub a {
    color: #111111;
    display: block;
    font: 10pt/30px arial;
    height: 35px;
    margin: 0 15px;
    text-decoration: 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;
}
.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;
    white-space: nowrap;
}
.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: #d1450a;
    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 .language .language-button {
    width: 30px;
    height: 20px;
    margin-top: 7px;
}
.DropdownMenu .language {
    position: absolute;
}
.DropdownMenu .login {
    position: absolute;
    margin-left: 92px;
}
.DropdownMenu .login .login-icon {
    width: 25px;
        margin-top: 2px;
}
.LanguageMenu{
        margin-top:7px;
}

@media only screen and (min-width: 768px) {
  .DropdownMenu .MenuList {
    display: inline-block !important;
  }
  .DropdownMenu .language {
      display: inline-block;
  }
  .DropdownMenu .login {
      display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  .DropdownMenu {
    position: relative !important;
    width: unset !important;
    order: 4;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 5px 0;
    background: #0681c9 !important;
    margin: 0px !important;
    margin-bottom: 10px !important;
    transform: unset;
    top: unset !important;
    height: 31px !important;
    z-index: 1 !important;
  }
  .DropdownMenu.hidden{z-index:-1 !important}
  .DropdownMenu .MenuList{
    position: fixed !important;
    top: 0;
    z-index: 9999999 !important;
  }
    .DropdownMenu .language {
      /* z-index: 1; */
      top: 0;
  }
  .DropdownMenu .login {
      z-index: -1;
      display: none;
  }
}
