@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
*/
#header .stuck .header-main {
  background-color: white;
}
@media (max-width: 768px) {
  #header .header-main {
    background-color: white;
  }
  #header .header-main .nav-icon a {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  #header #logo img {
    margin-left: 0;
  }
}
#header .nav-spacing-xlarge > li {
  margin: 0 30px;
}
#header .nav-dropdown .section {
  padding-left: 60px;
  padding-right: 60px;
}
#header .nav-dropdown h3 {
  font-size: 32px;
}
#header .nav-dropdown .row > .col .text {
  min-height: 145px;
}
#header .nav-dropdown .row > .col .col-inner:hover {
  background-color: #FCF3EE;
}
#header .header-button .button {
  white-space: nowrap;
}

body {
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
}
body .mbws-sub-title {
  letter-spacing: 5px;
  font-size: 14px;
  margin: 10px 0;
}
body .mbws-sub-title * {
  margin-bottom: 0;
  line-height: 1.3;
}
body .mbws-heading-title {
  line-height: 1.3;
}
body .mbws-heading-title * {
  margin-bottom: 0;
}
body h1, body h2, body h3, body h4, body h5, body h6, body .heading-font, body .banner h1, body .banner h2 {
  line-height: 1.2;
}
body a.button {
  font-weight: 500;
}
body .select-resize-ghost, body .select2-container .select2-choice, body .select2-container .select2-selection, body input[type=date], body input[type=email], body input[type=number], body input[type=password], body input[type=search], body input[type=tel], body input[type=text], body input[type=url], body select, body textarea {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
body .select-resize-ghost:focus, body .select2-container .select2-choice:focus, body .select2-container .select2-selection:focus, body input[type=date]:focus, body input[type=email]:focus, body input[type=number]:focus, body input[type=password]:focus, body input[type=search]:focus, body input[type=tel]:focus, body input[type=text]:focus, body input[type=url]:focus, body select:focus, body textarea:focus {
  box-shadow: none;
  border-color: var(--fs-color-primary);
}
body .wpcf7-form .flex-row {
  gap: 20px;
}
@media (max-width: 767px) {
  body .wpcf7-form .flex-row {
    gap: 0;
  }
}
body .wpcf7-form .wpcf7-submit {
  margin: 0;
  border-radius: 30px;
  height: 54px;
  padding: 0px 40px;
  text-transform: none;
  background-color: var(--fs-color-success);
}
body .wpcf7-form .wpcf7-spinner {
  display: none;
}
body .wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
}
body .mbws-divider {
  margin: auto;
  width: fit-content;
  position: relative;
  min-width: 67px;
}
body .mbws-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  width: 80px;
  height: 1px;
  background-color: #D1B081;
}
body .mbws-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  width: 80px;
  height: 1px;
  background-color: #D1B081;
}
body .social-icons a.button.icon:not(.is-outline) {
  background-color: var(--fs-color-primary) !important;
  border-color: var(--fs-color-primary) !important;
  margin-bottom: 0;
}
body .social-icons a.button.icon:not(.is-outline):hover {
  transform: scale(1.1);
}
body .social-icons.text-left a {
  margin-right: 20px;
}
body .ux-timer {
  border-spacing: 20px;
}
body .ux-timer span {
  padding: 40px;
  border: 1px solid var(--fs-color-primary);
  border-radius: 0;
  font-weight: 500;
}
body .ux-timer span strong {
  font-weight: 500;
}
@media (max-width: 767px) {
  body .ux-timer span {
    display: block;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}
body .container-right.col {
  padding-right: calc((100% - 1200px) / 2) !important;
}
body .mfp-title {
  font-size: 16px;
  padding: 10px 0;
}
body .row-5 > .col {
  max-width: 20%;
  flex-basis: 20%;
}
@media (max-width: 768px) {
  body .row-5 > .col {
    max-width: 33.33%;
    flex-basis: 33.33%;
  }
}
@media (max-width: 767px) {
  body .row-5 > .col {
    max-width: 100%;
    flex-basis: 100%;
  }
}
body #comments .comment-respond {
  background-color: transparent;
  padding: 0;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
body #comments .comment-respond .comment-reply-title {
  font-size: 22px;
}
body #comments .comment-respond label {
  color: var(--text-color);
  font-weight: 500;
}
body #comments .comment-respond .form-submit {
  text-align: right;
}
body #comments .comment-respond .form-submit input[type=submit] {
  border-radius: 30px;
  height: 54px;
  padding: 0px 40px;
  margin-right: 0;
  text-transform: none;
}
body .off-canvas.dark .mfp-content {
  background-color: #D1B081;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  body .off-canvas.dark .mfp-content {
    width: 80%;
  }
}
body .off-canvas .nav li {
  border: none !important;
}
body .off-canvas .nav li button {
  position: absolute;
  right: 0;
  top: 0;
  transform: none !important;
  opacity: 1;
}
body .off-canvas .nav li.has-child a {
  color: white;
}
body .off-canvas .nav li.has-child .children {
  padding-bottom: 15px;
}
body .off-canvas .nav li > a {
  justify-content: center;
  padding: 10px 20px;
  text-transform: none;
  font-size: 16px;
  font-weight: 500;
  color: white;
}
body .entry-content .gallery {
  padding: 0 15px !important;
}
@media (max-width: 767px) {
  body .mobile-center {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  body .voideo-list > .col {
    padding-bottom: 0;
  }
}

.portfolio-box .portfolio-box-title {
  font-family: var(--text-font-family);
  text-transform: none;
  font-weight: 500;
}
@media (max-width: 767px) {
  .portfolio-box .portfolio-box-title {
    font-size: 1rem;
  }
}
.portfolio-box .portfolio-box-category {
  display: none;
}

@media (max-width: 768px) {
  .mobile-bg-contain .section-bg img {
    object-fit: contain !important;
  }
}

.mbws-plan {
  border: 1px solid #3A6F60;
}

@media (max-width: 767px) {
  .title-with-img img {
    width: 100px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .banner .container {
    overflow-x: hidden;
  }
}

.open-video .overlay-icon {
  width: 80px;
  height: 80px;
  border-width: 1px;
  line-height: 78px;
}

@media (max-width: 767px) {
  .post-item .box-text {
    padding: 20px 20px 0 !important;
  }
}
.post-item .post-title {
  font-family: var(--text-font-family);
  margin-bottom: 15px;
}
.post-item .post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 56px;
}
@media (max-width: 767px) {
  .post-item .post-title a {
    font-size: 1rem;
    min-height: unset;
  }
}
.post-item .is-divider {
  display: none;
}
.post-item .from_the_blog_excerpt {
  font-size: 1rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .post-item .from_the_blog_excerpt {
    font-size: 0.9rem;
  }
}
.post-item a.button {
  text-transform: none;
  color: var(--heading-color);
  font-weight: 400;
  float: right;
  font-size: 16px;
  margin: 0;
}
.post-item a.button::before {
  content: "\f1e2";
  display: inline-block;
  font-family: "matbaows-icons";
  margin-right: 5px;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .post-item a.button {
    font-size: 14px;
  }
}

.single-post .page-title-inner {
  aspect-ratio: 4/3;
}
.single-post .page-title-inner .entry-title {
  font-size: 4rem;
  max-width: 900px;
}
@media (max-width: 767px) {
  .single-post .page-title-inner .entry-title {
    font-size: 2.5rem;
  }
}
.single-post .page-title-inner .is-divider {
  display: none;
}
.single-post .entry-content {
  max-width: 800px;
  margin: auto;
  padding-bottom: 60px;
}
.single-post .entry-content .second-title {
  font-size: 3rem;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .single-post .entry-content .second-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.single-post .entry-content .entry-excerpt {
  font-size: 22px;
  color: var(--heading-color);
}
@media (max-width: 767px) {
  .single-post .entry-content .entry-excerpt {
    font-size: 18px;
  }
}
.single-post .entry-content .gallery .gallery-item {
  padding: 0;
}
.single-post .entry-content .gallery .gallery-item .wp-caption-text {
  display: none;
}
.single-post .entry-content .gallery .gallery-icon {
  position: relative;
  padding-top: 70%;
  overflow: hidden;
}
.single-post .entry-content .gallery .gallery-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.next-prev-nav {
  border: none !important;
}
.next-prev-nav .flex-col {
  border: none !important;
}
.next-prev-nav .flex-col > div {
  position: fixed;
  bottom: 80px;
  z-index: 99;
  text-align: center;
}
@media (max-width: 767px) {
  .next-prev-nav .flex-col > div {
    display: none;
  }
}
.next-prev-nav .flex-col > div.nav-next {
  right: 0;
}
.next-prev-nav .flex-col > div.nav-previous {
  left: 0;
}
.next-prev-nav .flex-col > div a {
  padding: 10px;
  display: block;
  width: 60px;
  height: 60px;
  background-color: #EEEEEE;
  font-size: 0;
}
.next-prev-nav .flex-col > div a span {
  font-size: 18px;
}

.mbws-related-posts {
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.related-posts-title {
  font-size: 32px;
}

#menu-footer-menu {
  padding: 20px 0;
  opacity: 1;
}
#menu-footer-menu li {
  margin: 0 15px;
}
#menu-footer-menu li a {
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
  color: var(--heading-color);
  line-height: 2;
}
#menu-footer-menu li a:hover {
  color: var(--fs-color-primary);
}

.copyright-footer {
  color: var(--heading-color);
}
.copyright-footer a {
  color: var(--fs-experimental-link-color);
}
.copyright-footer a:hover {
  text-decoration: underline;
}

.mbws-footer-logo::after, .mbws-footer-logo::before {
  content: "";
  display: block;
  flex-grow: 1;
  mask-repeat: repeat-x;
  mask-position: left center;
  border-top: 1px solid var(--fs-color-secondary);
  height: 1px;
}