@media screen and (max-width:800px) {
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Menu bar */
.topMenu a:not(:first-child) {
  display: none;
}
.topMenu a.icon {
  float: right;
  display: block;
}
.topMenu.responsive {
  position: relative;
  z-index: 211;
}
.topMenu.responsive a:not(:first-child) {
  background-color: #fd7d31;
}
.topMenu.responsive a {
  float: none;
  display: block;
}
.topMenu.responsive a.icon {
  background-color: #fd7d31;
  position: absolute;
  right: 0;
  top: 0;
}
.topMenu.responsive a:hover {
  background-color: #fce8dc;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Page main side */
#divPageMain, #divPageSide {
  width: 100%;
  padding: 0px 16px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Page foot */
#tblFootLeft, #tblFootRight {
  width: 100%;
}
#tdCopyRight {
  padding-top: 5px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Big Menu */
#bigMenuMain {
  display: block;
}
#bigMenuSide {
  display: none;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Default Main Subpage */
#formVanBanHome {
  display: none;
}
#formTinTucHome {
  display: none;
}
#bigMenuSubpage {
  display: block;
}
}