.text-chi-tiet {
  height: unset !important;
}
.DropdownMenu {
  height: 35px;
  margin: 0;
  width: 100%;
  background: #0f6c32;
}
.DropdownMenu ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.DropdownMenu .MenuList {
  width: 100%;
}
.DropdownMenu .MenuList li {
  float: left;
  list-style: outside none none;
}
.DropdownMenu .MenuList li .image {
  margin-bottom: 7px;
  padding: 0 6px;
}
.DropdownMenu .MenuList li.TopMenuActive,
.TopMenuActive {
  padding-top: 0;
  height: 35px;
}
.DropdownMenu .MenuList .TopMenuActive,
.TopMenu:hover {
  padding: 0 12px;
  position: relative;
}
.DropdownMenu .MenuList .TopMenu {
  float: left;
  padding: 0 12px;
  position: relative;
}
.DropdownMenu .MenuList li.TopMenuActive,
.TopMenuActive:hover,
.DropdownMenu .MenuList .TopMenu:hover {
  background-color: rgba(255, 255, 255, 0.13);
}
.TopMenuActive span,
.TopMenu span {
  float: left;
  position: relative;
  display: block;
  color: #fff;
  line-height: 35px;
  padding: 0 8px;
  font-size: 16px;
  white-space: nowrap;
  text-transform: uppercase;
}
.TopMenu:hover,
.TopMenuActive:hover,
.DropdownMenu .MenuList .TopMenu a:hover,
.TopMenuActive a:hover {
  /* background-color: rgba(255, 255, 255, 0.13); */
}
.TopMenu:hover span,
.TopMenuActive:hover span,
.DropdownMenu .MenuList .TopMenu a:hover span,
.TopMenuActive a:hover span {
  color: #ffd574;
}
.TopMenu:hover .Dropdown .sub span {
  color: #fff;
}
.DropdownMenu .MenuList .TopMenu a {
  text-decoration: none;
  font-weight: bold;
}
.DropdownMenu .MenuList .TopMenuActive a {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
.DropdownMenu .MenuList .TopMenu:hover a {
  text-decoration: 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: 35px;
}
.DropdownMenu .MenuList .Dropdown {
  background: #0f6c32;
  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-color: #0f6c32;
  cursor: pointer;
}
.DropdownMenu .MenuList .Dropdown .sub:hover a:hover {
  background-color: #0f6c32;
}
.DropdownMenu .MenuList .Dropdown .sub:hover span {
  color: #ffd574;
}
.DropdownMenu .MenuList .Dropdown .sub {
  display: block;
  position: relative;
  width: 100%;
}
.DropdownMenu .MenuList .Dropdown .sub a {
  color: #545252;
  display: block;
  height: 35px;
  margin: 0;
  padding: 0 12px;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
  font-weight: bold;
  line-height: 35px;
  border-bottom: 1px dotted #f0f0f0;
}
.DropdownMenu .MenuList .Dropdown .sub:nth-last-child(1) a {
  border-bottom: unset !important;
}
.DropdownMenu .MenuList .Popup {
  background: #0f6c32 none repeat scroll 0 0;
  display: inline-block;
  left: 98%;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 1001;
}
.DropdownMenu .MenuList .Dropdown .Popup .sub span {
  color: #fff;
  padding: 0 10px;
  text-transform: none;
  white-space: nowrap;
  line-height: 30px;
}
.DropdownMenu .MenuList .Popup .sub:hover {
  background-color: #cdcdcd;
}
.DropdownMenu .MenuList .Popup .sub {
  position: relative;
}
.DropdownMenu .MenuList .Popup .sub a {
  padding-left: 4px;
  padding-right: 4px;
}
.DropdownMenu .AdvanceBar {
  display: none;
  height: 30px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .DropdownMenu {
    background: unset !important;
  }
  .DropdownMenu .navbar-button {
    background: #ce0005;
  }
  .DropdownMenu li.TopMenuActive {
    background: #ce0005;
  }
  .DropdownMenu .MenuList .TopMenu {
    background-color: #ce0005;
    height: auto;
    display: flex !important;
    flex-direction: column;
    align-content: flex-start;
    position: relative;
    border-bottom: unset !important;
    padding: 0 !important;
  }
  .DropdownMenu .MenuList .TopMenu .HasChildren,
  .TopMenuActive .HasChildren {
    height: 40px !important;
    display: flex !important;
  }
  .TopMenuActive span,
  .TopMenu span {
    font-size: 14px !important;
    height: 35px !important;
    line-height: 35px !important;
  }
  .DropdownMenu .MenuList .Dropdown .sub {
    height: 35px !important;
    padding: 0 !important;
  }
  .DropdownMenu .MenuList .Dropdown .sub a {
    height: 35px !important;
    padding: 0 12px !important;
    line-height: 35px !important;
    border-bottom: unset !important;
  }
  .DropdownMenu .MenuList .TopMenu .HasChildren,
  .TopMenuActive .HasChildren {
    height: 35px !important;
  }
  .DropdownMenu .MenuList .TopMenu .HasChildren,
  .TopMenuActive .HasChildren {
    background: unset !important;
  }
  .DropdownMenu .MenuList .TopMenu a {
    height: 35px !important;
    width: 100% !important;
  }
  .DropdownMenu .MenuList li.TopMenuActive,
  .TopMenuActive:hover,
  .DropdownMenu .MenuList .TopMenu:hover {
    background: #ce0005 !important;
    /*height: 35px !important;*/
    padding: 0 !important;
  }
  .DropdownMenu .MenuList .TopMenu .menu-list-expand {
    display: none !important;
  }
  .DropdownMenu .MenuList .TopMenuActive .menu-list-expand {
    display: none !important;
  }
  .menu-list-expand::before {
    text-rendering: auto;
    content: "\e5cc";
    font-size: 30px;
    font-family: "Material Icons";
    font-weight: 900;
  }
  .DropdownMenu .MenuList img {
    display: none !important;
  }
  .VerticalMenuControl .MenuList .top .toggle {
    display: none !important;
  }
}
