@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
*/
body {
  font-family: sfu_futura_book;
}

h2, h3, h4 {
  font-family: sfu_futurabold !important;
}

.container {
  max-width: 86% !important;
}

.section-content > .row:not(.row-full-width) {
  max-width: 86% !important;
}

.dark, .dark p, .dark td {
  color: #ffffff !important;
}

.banner .text {
  font-family: sfu_futura_book;
}
.banner .text h2, .banner .text h3, .banner .text h4 {
  font-family: sfu_futurabold;
}
.banner h2, .banner h3, .banner h4 {
  font-size: 3.5rem !important;
}
@media (max-width: 768px) {
  .banner h2, .banner h3, .banner h4 {
    font-size: 2rem !important;
  }
}
.banner h5, .banner h6, .banner p {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.section-content {
  height: 100%;
}

.project-col-right > .col-inner {
  padding-top: 10.625rem;
}

.box-project-info {
  overflow: hidden;
  height: 80vh;
  max-width: 75%;
  color: #664c25;
}
.box-project-info h2, .box-project-info h3 {
  font-family: sfu_futurabold;
  font-size: 2.5rem;
  margin-bottom: 0;
}

.slide-vertical-auto {
  overflow: hidden; /* Ẩn các phần tử tràn ra ngoài */
  position: relative;
}

.slide-vertical-auto .col {
  display: block; /* Đảm bảo mỗi phần tử là khối dọc */
}

.row-location {
  height: 100%;
}

.location-col-left > .col-inner {
  height: 100%;
  padding-left: 12%;
  padding-right: 12%;
}
.location-col-left h2, .location-col-left h3, .location-col-left h4 {
  color: #fec20f !important;
  font-family: sfu_futurabold;
  font-size: 2.5rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .location-col-left h2, .location-col-left h3, .location-col-left h4 {
    font-size: 1.6rem;
  }
}

.location-col-right {
  background-color: #fff7ed;
  height: 100%;
  color: #5f7a85;
}
.location-col-right > .col-inner {
  height: 100%;
}
.location-col-right h2, .location-col-right h3, .location-col-right h4 {
  color: #5f7a85 !important;
  font-family: sfu_futurabold;
}
.location-col-right .list-location-info ul {
  display: flex;
  flex-wrap: wrap;
}
.location-col-right .list-location-info ul li {
  width: 50%;
  flex: 50%;
  max-width: 50%;
  display: inline-flex;
  margin: 0;
  padding: 0.625rem;
}

.mbws-gallery .flickity-slider > .img {
  margin-right: 10px;
  max-width: 25%;
  border: 2px solid #708793;
}

.section-floor .col-right .col-inner {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.section-floor .col-right .col-inner .item-fix {
  flex-grow: 1;
}
.section-floor .col-right .col-inner a.button {
  text-align: left;
  padding-left: 0;
}
@media (max-width: 768px) {
  .section-floor .banner {
    padding-top: 99% !important;
    height: 0;
  }
}

#comments {
  display: none;
}

.row-blog {
  height: 100%;
}

.col-blog > .col-inner {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.col-blog > .col-inner .item-fix {
  flex-grow: 1;
}

.section-video .section-content > .row {
  height: 100%;
}
.section-video .col-right {
  background-color: #6a838e;
  height: 100%;
}

.section-footer .col-left {
  height: 100%;
  background-color: rgb(95, 122, 133);
}
.section-footer .col-left .col-inner {
  height: 100%;
}
.section-footer form input {
  padding: 20px 24px;
  height: unset;
  border-radius: 3px;
}
.section-footer form input[type=submit] {
  width: 100%;
  border-radius: 3px;
  background-color: #fec20f;
}
@media (max-width: 768px) {
  .section-footer > .fp-tableCell {
    overflow-y: auto;
    display: flex;
  }
}

.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
  box-shadow: none !important;
}

#fp-nav ul li span {
  background: #664c25 !important;
}

#fp-nav ul li a.active span {
  background: #fec20f !important;
}

#logo {
  padding: 5px;
}

#header .nav > li > a {
  font-family: sfu_futura_book, sans-serif;
  font-weight: 500 !important;
  font-size: 0.9375rem;
}

.off-canvas-right.dark .mfp-content {
  background-color: #AA8943 !important;
}

.logo-mobile {
  max-width: 60%;
}

.off-canvas-right.mfp-ready .mfp-close {
  mix-blend-mode: unset;
}
.off-canvas-right.mfp-ready .mfp-content {
  width: 90% !important;
}

.entry-divider {
  display: none !important;
}

header.entry-header {
  margin-top: 35px;
}

.absolute-footer {
  display: none;
}/*# sourceMappingURL=style.css.map */