#header,
#header .top-bar,
#header .logo-banner,
#header .main-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

#header {
  z-index: 9999;
}

/* Giữ menu desktop luôn hiện, không phụ thuộc vào trạng thái scroll */
@media (min-width: 992px) {
  body {
    padding-top: 136px;
  }

  #header {
    position: relative;
  }

  #header.navbar-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
}

@media (max-width: 991px) {
  #header .top-bar,
  #header .logo-banner,
  #header .main-menu {
    display: none !important;
  }
}
