@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
*/
@media (min-width: 768px) {
  .nav-dropdown-has-border header#header .nav-dropdown ul.sub-menu {
    border-style: solid;
    border-width: 2px;
  }
  header#header .nav-dropdown {
    display: block;
    padding: 20px 0;
  }
  header#header .nav-dropdown ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    padding: 0;
    display: none !important;
  }
  header#header .nav-dropdown ul.sub-menu a {
    white-space: normal;
    margin: 0;
    padding: 10px 15px;
    border: 0;
    font-weight: 400;
  }
  header#header .nav-dropdown li {
    border-right: 0;
    white-space: normal;
    width: 100%;
    display: block;
    position: relative;
  }
  header#header .nav-dropdown li:hover > ul.sub-menu {
    display: block !important;
  }
  header#header .nav-dropdown li.menu-item-has-children > a {
    font-weight: 400;
    text-transform: none;
  }
}
.entry-content ul li ul {
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-wrapper.blog-archive {
  padding-top: 0;
}

.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;
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  margin-bottom: 0;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  font-size: 0;
  height: unset;
  min-height: unset;
  padding: 0 10px;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button::before {
  content: "\eb1c";
  font-family: "matbaows-icons";
  font-size: 1rem;
  color: inherit;
}

.widget_price_filter .price_slider_wrapper .ui-slider.price_slider .ui-slider-handle {
  background-color: var(--fs-color-primary);
}
.widget_price_filter .price_slider_wrapper .ui-slider.price_slider .ui-slider-range {
  background-color: var(--fs-color-secondary);
}
.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  background-color: var(--fs-color-primary);
}

.wpcf7-form .wpcf7-form-control-wrap input {
  margin-bottom: 0;
}
.wpcf7-form .wpcf7-form-control-wrap textarea {
  margin-bottom: 0;
}
.wpcf7-form .form-dk {
  display: flex;
  width: 100%;
}
.wpcf7-form .form-dk .wpcf7-spinner {
  display: none;
}
.wpcf7-form .form-dk .wpcf7-submit {
  margin-right: 0;
}

.box-contact p i {
  color: var(--fs-color-primary);
  width: 23px;
  text-align: center;
}

#related_posts {
  border-top: 4px double #e8e8e8;
  padding-top: 10px;
}
#related_posts .col {
  float: left;
  margin-left: 0;
  list-style: none;
}
#related_posts li:nth-child(1) {
  padding-left: 0 !important;
}
#related_posts li:nth-child(2) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#related_posts li:nth-child(3) {
  padding-right: 0 !important;
}
#related_posts .relatedthumb img {
  height: 100%;
}

.mbws-related-posts-title {
  margin-top: 30px;
}

.relatedcontent h3 {
  font-size: 1rem;
  margin-top: 7px;
}

.header .stuck > div:not(.hide-for-sticky) {
  background-color: var(--color-sticky-header-bgr);
}
.header .stuck > div:not(.hide-for-sticky) .nav li.menu-item a {
  color: var(--color-sticky-header-nav);
}
.header .stuck > div:not(.hide-for-sticky) .nav li.menu-item a:hover {
  color: var(--color-sticky-header-nav-hover);
}

#header .header-social-icons .social-icons a.icon {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  #header .header-social-icons {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  #header .header-search .nav-dropdown {
    right: -15px;
    left: auto;
  }
}

.header-button .button {
  padding: 5px 20px;
  position: relative;
  border-width: 1px;
}

.header-button .button::before {
  content: "";
  display: block;
  width: 25px;
  height: 100%;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  background-color: white;
  position: absolute;
  right: 0;
  top: 0;
}

.header .nav-pills > li.active > a {
  color: white !important;
}

.header .stuck > div:not(.hide-for-sticky) .nav li.menu-item a,
.nav-dropdown li.menu-item a {
  font-size: 15px !important;
  color: #000;
}

.nav-dropdown li.menu-item-has-children::before {
  content: "\f105";
  font-family: fl-icons !important;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translatey(-50%);
}

.header-bottom-nav.nav > li.current-dropdown > a,
.header-bottom-nav.nav > li:hover > a,
.header-bottom-nav.nav > li.active > a {
  background-color: var(--fs-color-primary) !important;
  color: white !important;
}

.off-canvas-left.dark .mfp-content,
.off-canvas-right.dark .mfp-content {
  background-color: #323232 !important;
}
.off-canvas-left.dark .nav-vertical > li,
.off-canvas-right.dark .nav-vertical > li {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.off-canvas-left .nav > li > a,
.off-canvas-right .nav > li > a {
  text-transform: unset;
  font-size: 15px;
}
.off-canvas-left .mfp-close,
.off-canvas-right .mfp-close {
  background-color: var(--fs-color-primary);
  opacity: 1 !important;
  border-radius: 0 0 0 3px;
  color: white;
  mix-blend-mode: unset;
}
.off-canvas-left .nav.mbws-wpml,
.off-canvas-right .nav.mbws-wpml {
  flex-wrap: nowrap;
}
.off-canvas-left .nav.mbws-wpml > li,
.off-canvas-right .nav.mbws-wpml > li {
  padding-left: 0;
  width: fit-content;
  margin-right: 10px;
}
.off-canvas-left .nav.mbws-wpml > li > a,
.off-canvas-right .nav.mbws-wpml > li > a {
  width: fit-content;
  padding-left: 0 !important;
}
.off-canvas-left .nav.mbws-wpml > li > a img,
.off-canvas-right .nav.mbws-wpml > li > a img {
  width: 24px;
  height: 16px;
}

@media (max-width: 767px) {
  .mbws-table-responsive {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .mbws-table-responsive table {
    width: auto !important;
  }
  .mbws-table-responsive table tr td, .mbws-table-responsive table tr th {
    white-space: nowrap;
  }
}

.post-item .col-inner {
  background-color: #F5F5F5;
}
.post-item .post-title {
  min-height: 2.6em;
}
.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;
}
.post-item .from_the_blog_excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 4.8em;
}

.widget .is-divider {
  max-width: 100%;
  height: 1px;
  position: relative;
}
.widget .is-divider::before {
  content: "";
  width: 50px;
  height: 2px;
  background-color: var(--fs-color-primary);
  position: absolute;
  left: 0;
  bottom: 0;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget.block_widget .col:last-child {
  padding-bottom: 0;
}

#post-list article {
  border-bottom: 1px dashed var(--color-mbws-border);
  padding-bottom: 30px;
}
#post-list article .entry-image img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
#post-list article .entry-header-text {
  background-color: var(--color-mbws-bgr);
  padding: 15px 15px 0;
}
#post-list article .entry-header-text .entry-title {
  margin-bottom: 0;
}
#post-list article .entry-header-text .is-divider {
  display: none;
}
#post-list article .entry-content {
  background-color: var(--color-mbws-bgr);
  padding: 15px;
}
#post-list article .entry-content .button {
  text-transform: unset;
}

.ux-relay__load-more-button.button {
  height: 43px;
  padding: 0 30px;
}

.page-wrapper.blog-single {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .page-wrapper.blog-single .entry-header .entry-title {
    font-size: 24px;
  }
}
.page-wrapper.blog-single .entry-header .entry-meta span {
  margin-right: 15px;
}
.page-wrapper.blog-single .entry-header .entry-meta span i {
  margin-right: 5px;
}
.page-wrapper.blog-single .entry-header .is-divider {
  display: none;
}
.page-wrapper.blog-single .entry-content {
  padding-top: 40px;
}

.single-post-page-header.featured-title .page-title-inner {
  padding-bottom: 60px;
}