.no-bootstrap a {
    text-decoration: none;
}

.navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Nếu bạn muốn giữ nút menu ở phía bên phải */
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.brand-tagline {
    display: inline-block;
    margin-left: 10px;
    line-height: 1;
}

.tagline-en {
    letter-spacing: 0 !important;
}

.container-lg {
    display: flex;
    align-items: center;
}

.collapse.in {
    display: block;
    visibility: visible;
}

@media (max-width: 600px) {
  #booking-iframe {
    height: calc(100vh - 21px);
  }
}

@media (min-width: 601px) {
  #booking-iframe {
    height: calc(104vh - 26px);
  }
}

