


/* Menu 1 hàng */
#navmenu-v1.navbar-nav {
  display: flex !important;
  /* flex-direction: row !important; */
  flex-wrap: nowrap !important;
}
#navmenu-v1 > li > a {
  white-space: nowrap;
  font-size: 16px;                  /* giống bản ổn định */
  font-weight: bold;                 /* chữ đậm */
  text-transform: uppercase;
  line-height: 86px;                /* căn giữa theo chiều cao header */
  padding: 0 22px;     
}

/* Portal & search bên phải */
#header .right-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 24px;
  flex: 0 0 auto;                   /* không bị co */
}

