@media only screen and (min-width: 320px) and (max-width: 860px) {
  .logo-hd {
    text-align: center;
  }
  .tab-lag {
    width: 90%;
    
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 10px;
}
  .lag-box {
    padding: 5px 8px;
  }
  div#menu {
    display: none;
  }
  .carousel {
    position: relative;
    height: 200px;
}
.ticked-news {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    padding: 0;
    background: #0000001f;
}
  .item {
    height: auto;
  }
  .ticker-container ul {
    height: 100%;
  }
  .ticker-container ul div.ticker-active {
    top: 20px !important;
  }
  button.slick-prev, button.slick-prev:hover {
    background-image: none;
  }
  .tab-news img {
    width: 100%;
    height: auto;
}
.tab-news {
    height: auto !important;
    width: 100%;
}
  .title-ab h3 {
    width: 100%;
    text-align: left;
    margin-top: 50px;
  }
  .navbar {
    position: fixed !important;
    right: 0;
    z-index: 99999;
    top: 0;
  }
  ul.nav-menu.menu {
    background: #0b6b0bc2;
    padding: 10px 20px;
  }
  .nav-menu.menu li {
    width: 100%;
  }
  .right p {
    text-align: left !important;
  }
  h2.lined-heading-ttlq {
    width: 100%;
  }
  .noidung_tin img {
    width: 100% !important;
    height: auto !important;
  }
  .noidung_tin {
    margin-bottom: 20px;
  }
  .hinhanh-album img {
    width: 100%;
    height: auto !important;
  }
  .title-ab p {
    padding: 0px;
  }
  .slide-best, .slide-best-dv {
    height: 220px;
  }
  .booknow {
    margin-top: 20px;
  }
}

 @media (min-width: 960px) {
.nav,
 .nav-container,
 .nav-container.is-visible {
  position: relative;
  top: auto;
  left: auto;
  z-index: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 999999;
}

.nav-container,
 .nav-container.is-visible {
  visibility: visible;
  height: auto;
  min-height: 0;
  overflow-y: visible;
}

.nav-toggle { display: none; }

/* 1. Display menu items inline */

.nav-menu > .menu-item,
 .nav-menu > .menu-item.is-active {
  display: inline-block; /* 1 */
  background-color: transparent;
  border: 0;
}

/* Remove bottom border on last child */

.nav-menu > .menu-item:last-child { border: 0; }

.nav-menu .menu-item {
  -webkit-transition: background-color 0.15s ease-in-out,  color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out,  color 0.15s ease-in-out;
}

/* Remove +/- icons */

.has-dropdown:after { content: "" !important; }

/* Add a caret to top-level menu items that have dropdowns */



/* Increase padding to compensate for caret */

.has-dropdown > .menu-link { padding-right: 2rem; }

/* Re-style dropdowns for larger screens */

.nav-dropdown {
    display: block;
    opacity: 0;
    position: absolute;
    top: 100%;
    z-index: 999999;
    min-width: 220px;
    margin: 0;
    padding: 0.5rem 0;
    background-color: #387531;
    box-shadow: 0 0 4px hsla(0, 0%, 0%, 0.15);
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s linear;
    transition: visibility 0s linear 0.25s, opacity 0.25s linear;
}
.has-dropdown:hover > .nav-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.nav-dropdown .menu-item { border: 0; }

.nav-dropdown .menu-item:hover,
 .nav-dropdown .nav-dropdown .menu-item:hover { background-color: #d0d0d0; }

.nav-dropdown .nav-dropdown,
 .nav-dropdown .nav-dropdown .menu-item { background-color: #dedede; }

.nav-dropdown .nav-dropdown {
  z-index: 9998;
  top: 0;
  left: 100%;
}

.content { margin-top: 0; }
}