/*
* Variables Global
**/
/**
 * Base
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #060d29;
}
.page-template-page-wrapper #main-content {
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 18px;
  color: #343a40;
}
.page-template-page-wrapper #main-content .row {
  max-width: 1080px;
}
/**
 * Header
 */
#masthead {
  padding: 10px 0;
}
body .nav-wrapper .root-item > a {
  text-transform: uppercase;
}
body .nav-wrapper .root-item:hover > a,
body .nav-wrapper .root-item.current-menu-ancestor > a,
body .nav-wrapper .root-item.current-menu-item > a,
body .nav-wrapper .root-item:hover > a:hover,
body .nav-wrapper .root-item.current-menu-ancestor > a:hover,
body .nav-wrapper .root-item.current-menu-item > a:hover {
  color: #ffce00 !important;
}
body .nav-wrapper .root-item:hover > a:after,
body .nav-wrapper .root-item.current-menu-ancestor > a:after,
body .nav-wrapper .root-item.current-menu-item > a:after,
body .nasa-bg-dark .nav-wrapper .root-item:hover > a:after,
body .nasa-bg-dark .nav-wrapper .root-item.current-menu-ancestor > a:after,
body .nasa-bg-dark .nav-wrapper .root-item.current-menu-item > a:after {
  border-color: #ffce00 !important;
}
/**
 * Footer
 */
.kmbp-opening-time li {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.kmbp-opening-time li .day-open {
  text-align: left;
}
.kmbp-opening-time li .time-open {
  text-align: right;
}
/**
 * Page: Home
 */
.home-product-tabs .nasa-tab.active a {
  background-color: #ffc444;
  border-color: #ffc444;
}
#video-intro {
  text-align: center;
  background: #000;
  aspect-ratio: 780 / 480;
}
#video-intro iframe {
  border: none;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  width: auto;
  margin: 0 auto;
  height: 100%;
}
/**
 * Page: Menus
 */
/**
 * Page: Reservation
 */
/**
 * Page: Contact Us
 */
#google-map iframe {
  width: 100%;
  height: 702px;
}
.contact-form-footer .row {
  margin-left: -10px;
  margin-right: -10px;
}
/**
 * Blog: Tin tuc
 */
#main-content .page-inner article .cat-links-archive a {
  letter-spacing: 0.15em;
  font-size: 12px;
  color: #bababa;
  text-transform: uppercase;
}
#main-content .page-inner article .entry-title {
  font-size: 125% !important;
  font-weight: 700 !important;
}
