
/* V11.4 — GIỮ NGUYÊN MENU/LOGO GỐC, CHỈ LÀM FONT ĐẬM RÕ HƠN */
body{
  font-weight:600 !important;
}
p, li, td, label, input, select, textarea{
  font-weight:600 !important;
}
strong, b, th{
  font-weight:800 !important;
}
h1,h2,h3,h4,h5,h6{
  font-weight:800 !important;
}
nav a,
nav button,
.menu a,
.menu button,
[class*="menu"] a,
[class*="menu"] button,
[class*="nav"] a,
[class*="nav"] button,
.btn,
button,
[class*="button"]{
  font-family:"Segoe UI",Arial,Tahoma,sans-serif !important;
  font-weight:800 !important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
