@charset "UTF-8";
/**
 * _base.scss
 * 
 * 1/ biến màu săc
 * 2/ biến kích thước font chữ
 * 3/ Cấu hình border
 * 4/ Mixin
 * 5/ Responsive
*/
.section-header .section-bg {
  background-size: auto 100% !important;
  background-position: bottom;
  background-repeat: repeat-x !important;
}

.home {
  background-size: cover;
  background-position: top;
  background-color: #15acfd;
}
.home #main, .home #wrapper {
  background-color: transparent;
}

.btn-nhan-ve {
  background-image: url(/wp-content/uploads/bg-btn-nhan-ve.png);
  background-size: 102% 102%;
  background-repeat: no-repeat;
  background-position: center;
}

.header-button a {
  background-image: url(/wp-content/uploads/bg-btn-nhan-ve.png);
  background-size: 102% 102%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 5px 30px;
}

#sukien-api-form input[type=text] {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 99px;
}
#sukien-api-form button[type=submit] {
  border-radius: 99px;
  text-transform: uppercase;
  background-image: url(/wp-content/uploads/bg-btn-nhan-ve.png);
  background-size: 102% 102%;
  background-repeat: no-repeat;
  background-position: center;
}

.guest-table {
  border-collapse: separate !important;
  border-spacing: 5px;
}
.guest-table th, .guest-table td {
  border-radius: 8px;
  background-color: #000e79;
  box-shadow: 0 0 10px 2px black inset;
  color: white;
}
.guest-table th {
  background-color: #ffe7c4 !important;
  color: #000e79;
  box-shadow: 0 0 10px 2px #e19639 inset;
}
.guest-table a.btn-request-mail {
  color: #ffe7c4;
}

@media (max-width: 767px) {
  .center-on-mobile .col-inner {
    text-align: center;
  }
}
.header-bg-image {
  background-size: auto 100%;
}

#footer {
  display: none;
}

.mbws-float-button {
  position: fixed !important;
  max-width: 200px;
  bottom: 20px;
  right: 20px;
  z-index: 9;
}
@media (max-width: 768px) {
  .mbws-float-button {
    max-width: 140px;
  }
}/*# sourceMappingURL=style.css.map */