@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
*/
@font-face {
  font-family: "alexbrush";
  src: url("/wp-content/themes/matbaows/assets/fonts/mbws-font/alexbrush/AlexBrush-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}
.font-alexbrush p {
  font-family: "alexbrush";
}

.box-blog-post .box-text {
  background: #1e1e1e;
  padding: 20px;
}
.box-blog-post .box-text .is-divider {
  display: none;
}
.box-blog-post .box-text .post-title {
  margin-bottom: 20px;
  min-height: 90px;
  font-family: Quicksand, sans-serif;
}
.box-blog-post .box-text .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box-blog-post .is-link {
  font-size: 14px;
  color: #7c6f55;
}

.mbws_mb-0 h3 {
  margin-bottom: 0 !important;
}
.mbws_mb-0 p {
  margin-bottom: 0 !important;
}
.mbws_mb-0 h2 {
  margin-bottom: 0 !important;
}

.mbws_banner-page {
  position: relative !important;
}
.mbws_banner-page::before {
  background: linear-gradient(180deg, transparent 0, transparent 75%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.2) 90%, #000);
  left: 0;
  position: absolute;
  content: "";
  top: 60px;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  padding-top: 40rem;
}

.mbws_section-posttype-room .box-blog-post .box-text {
  background: #1e1e1e;
  padding: 20px;
}
.mbws_section-posttype-room .box-blog-post .box-text .is-divider {
  display: none;
}
.mbws_section-posttype-room .box-blog-post .box-text .post-title {
  margin-bottom: 20px;
  min-height: auto;
  font-size: 24px;
}
.mbws_section-posttype-room .box-blog-post .box-text .from_the_blog_excerpt {
  display: none;
}
.mbws_section-posttype-room .box-blog-post .box-text .button {
  color: #ffffff;
  border: 2px solid #7c6f55;
  padding: 10px 40px;
  font-size: 16px;
}

.mbws_subtitle p {
  position: relative;
  width: fit-content;
  display: flex;
  margin: 0 auto;
  padding-left: 70px;
}
.mbws_subtitle p::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: #000000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.mbws_why-choose-us-content .img img {
  border-radius: 20px;
}

.mbws_section-news-home .box-blog-post .box-text {
  background: #ffffff;
  padding: 0;
  margin-top: 20px;
}
.mbws_section-news-home .box-blog-post .box-text .is-divider {
  display: none;
}
.mbws_section-news-home .box-blog-post .box-text .cat-label {
  margin-bottom: 20px;
  text-transform: capitalize;
  font-size: 14px;
  color: #000000;
}
.mbws_section-news-home .box-blog-post .box-text .post-title {
  font-family: Quicksand, sans-serif;
}
.mbws_section-news-home .box-blog-post .box-text .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 22px !important;
}
.mbws_section-news-home .box-blog-post .box-text .is-link {
  font-size: 14px;
  color: #7c6f55;
}

.mbws_section-discovery .mbws_button-text {
  font-family: Quicksand, sans-serif;
  text-transform: capitalize;
  font-size: 40px;
  color: #000000 !important;
  margin-bottom: 0 !important;
  line-height: normal !important;
  min-height: auto !important;
}
@media (max-width: 1024px) {
  .mbws_section-discovery .mbws_button-text {
    font-size: 30px;
  }
}
.mbws_section-discovery .mbws_wrap-icon-box-room {
  display: flex;
  gap: 40px;
}
.mbws_section-discovery .mbws_wrap-icon-box-room .icon-box {
  align-items: center;
  width: auto;
}

.header-nav .menu-item a {
  color: #ffffff !important;
}
.header-nav .menu-item a:hover {
  color: var(--fs-color-primary) !important;
}
.header-nav .current-menu-item a {
  color: var(--fs-color-primary) !important;
}
.header-nav .icon-search {
  color: #ffffff !important;
}

.stuck .header-nav .menu-item a {
  color: #000000 !important;
}
.stuck .header-nav .menu-item a:hover {
  color: var(--fs-color-primary) !important;
}
.stuck .header-nav .current-menu-item a {
  color: var(--fs-color-primary) !important;
}
.stuck .header-nav .icon-search {
  color: #000000 !important;
}

.absolute-footer {
  display: none !important;
}

.footer-wrapper .wpcf7-form {
  display: flex;
  gap: 10px;
  position: relative;
}
.footer-wrapper .wpcf7-form input {
  border-radius: 5px;
}
.footer-wrapper .wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
}
.footer-wrapper .wpcf7-form .wpcf7-response-output {
  display: none !important;
}
.footer-wrapper .social-icons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.post-sidebar {
  border: 0 !important;
  color: #ffffff;
}
.post-sidebar .widget-title {
  font-family: Quicksand, sans-serif;
  font-size: 20px;
  text-transform: capitalize;
}
.post-sidebar ul li {
  display: flex;
  flex-direction: column-reverse;
}
.post-sidebar ul li a {
  display: flex;
  align-items: center;
}
.post-sidebar ul li .rpwwt-post-title {
  color: #ffffff;
}
.post-sidebar ul li img {
  border-radius: 50%;
}
.post-sidebar ul li .rpwwt-post-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-sidebar ul li .rpwwt-post-categories {
  color: #ede2d4;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 85px;
  margin-bottom: -18px;
}

.blog-single {
  background: #000000;
  padding-top: 0 !important;
}
.blog-single .post {
  background: #f7f5f2;
}
.blog-single .post .entry-content {
  padding: 30px 30px;
}
@media (max-width: 767px) {
  .blog-single .post .entry-content {
    padding: 20px;
  }
}
.blog-single .room {
  background: #f7f5f2;
}
.blog-single .room .entry-content {
  padding: 30px 30px;
}
@media (max-width: 767px) {
  .blog-single .room .entry-content {
    padding: 20px;
  }
}
.blog-single .room .entry-content .wpcf7-form .mbws_display-flex {
  display: flex;
  gap: 10px;
}
.blog-single .room .entry-content .wpcf7-form .mbws_display-flex .mbws_wrap-form-field {
  width: 48%;
}

.mbws_mbws_banner-single-post {
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .mbws_mbws_banner-single-post {
    padding-bottom: 30px;
  }
}
.mbws_mbws_banner-single-post .post-thumbnail {
  position: relative;
}
.mbws_mbws_banner-single-post .post-thumbnail img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .mbws_mbws_banner-single-post .post-thumbnail img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .mbws_mbws_banner-single-post .post-thumbnail img {
    height: 300px;
  }
}
.mbws_mbws_banner-single-post .post-thumbnail .wrap-content-banner {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .mbws_mbws_banner-single-post .post-thumbnail .wrap-content-banner {
    width: 95%;
  }
}
.mbws_mbws_banner-single-post .post-thumbnail::before {
  content: "";
  position: absolute;
  background: radial-gradient(ellipse at right, transparent 40%, rgba(0, 0, 0, 0.25) 48%, #000 95%, #000 100%);
  width: 100%;
  height: 100%;
}
.mbws_mbws_banner-single-post .post-thumbnail::after {
  background: linear-gradient(180deg, transparent 0, transparent 75%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.2) 90%, #000);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.mbws_mbws_banner-single-post .wrap-content-banner .post-categories .category-label {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ede2d4;
}
.mbws_mbws_banner-single-post .wrap-content-banner .post-title {
  color: #ffffff;
  font-size: 50px;
}
@media (max-width: 767px) {
  .mbws_mbws_banner-single-post .wrap-content-banner .post-title {
    font-size: 20px;
  }
}
.mbws_mbws_banner-single-post .wrap-content-banner .post-excerpt {
  color: #ffffff;
}

.mbws_jus-center {
  justify-content: center;
}

.mbws_wrap-sidebar-room .post-item {
  background: none;
}
.mbws_wrap-sidebar-room .post-item .box {
  display: flex;
  align-items: center;
}
.mbws_wrap-sidebar-room .post-item .box .box-image {
  overflow: visible;
}
.mbws_wrap-sidebar-room .post-item .box .box-image .image-cover {
  overflow: visible;
}
.mbws_wrap-sidebar-room .post-item .box .box-image img {
  border-radius: 50%;
  width: 95px;
  height: 95px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .mbws_wrap-sidebar-room .post-item .box .box-image img {
    width: 125px;
    height: 125px;
  }
}
@media (max-width: 767px) {
  .mbws_wrap-sidebar-room .post-item .box .box-image img {
    width: 110px;
    height: 110px;
  }
}
.mbws_wrap-sidebar-room .post-item .box .box-text {
  background: none;
}
.mbws_wrap-sidebar-room .post-item .box .box-text .post-title {
  color: #ffffff;
  min-height: auto;
}

.single-room .wpcf7-form {
  margin-bottom: 0 !important;
}
.single-room .wpcf7-form .wpcf7-submit {
  width: 100%;
  margin-top: 10px;
}

.single-room .footer-wrapper .wpcf7-form .wpcf7-submit {
  margin-top: 0 !important;
}

.post-sidebar .box .post-title {
  margin-bottom: 0;
}
.post-sidebar .box .post-title a:hover {
  color: #ffffff;
}