@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-nav-main > li > a {
  border-radius: 10px !important;
  border: 3px solid transparent;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.3s;
}
#header .header-nav-main > li > a:hover {
  background-color: var(--fs-color-primary);
  border-color: white;
}
#header .nav-spacing-xlarge > li {
  margin: 0 20px;
}

.off-canvas-center .nav-vertical > li > a {
  color: var(--heading-color);
}

body .mbws-sub-title h5 {
  font-weight: 400 !important;
  text-transform: capitalizes;
}
body .mbws-sub-title h5::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--fs-color-primary);
  transform: translateY(-3px);
}
body .mbws-sub-title.text-center h5::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--fs-color-primary);
  transform: translateY(-3px);
}
body .mbws-sub-title.light h5::before {
  background-color: white;
}
body .mbws-ss-title {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
body .mbws-ss-title h1, body .mbws-ss-title h2, body .mbws-ss-title h3 {
  margin-bottom: 0;
}
body .mbws-ss-title::before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: var(--fs-color-secondary);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
body .mbws-ss-title::after {
  content: "";
  width: 90px;
  height: 2px;
  background-color: var(--fs-color-primary);
  display: block;
  position: absolute;
  bottom: 0;
  left: 40px;
}
body .mbws-ss-title.text-center::before {
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(-40px);
}
body .mbws-ss-title.text-center::after {
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(35px);
}
body .dark .mbws-ss-title::before {
  background-color: var(--color-mbws-border);
}
body .text-center .mbws-ss-title::after {
  left: 0;
  right: 0;
  margin: auto;
}
body .mbws-container-left > .col-inner {
  padding-left: calc((100vw - 1500px) / 2) !important;
}
@media (max-width: 768px) {
  body .mbws-container-left > .col-inner {
    padding-left: 15px !important;
  }
}
body .mbws-container-right > .col-inner {
  padding-right: calc((100vw - 1500px) / 2) !important;
}
@media (max-width: 768px) {
  body .mbws-container-right > .col-inner {
    padding-right: 15px !important;
  }
}
body .nav-pagination > li > a, body .nav-pagination > li > span {
  border: none;
  border-radius: 0;
  width: 37px;
  min-width: unset;
  height: 37px;
  font-size: 18px;
  padding: 0;
}
body .nav-pagination > li > .current, body .nav-pagination > li > a:hover, body .nav-pagination > li > span:hover {
  background-color: var(--fs-color-secondary);
}
body .text-mb-0 * {
  margin-bottom: 0;
}
body .capitalize {
  text-transform: capitalize;
}
body .box-shadow.col > .col-inner {
  box-shadow: 0px 6px 35px 0px rgba(0, 0, 0, 0.0705882353);
}
body .banner h2, body .banner h3, body .banner p {
  margin-top: 0;
}
body .banner .button {
  font-size: 1rem;
}
@media (max-width: 767px) {
  body .banner .banner-layers {
    overflow: unset;
  }
}
body .icon-play:before {
  content: "\f144";
  font-family: "Font Awesome 6 Pro";
}
body .row-box-shadow-2 .col-inner {
  box-shadow: 0px 6px 35px 0px rgba(0, 0, 0, 0.0705882353);
}
body .button.icon .icon-angle-right:before {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
}
body .button.icon span {
  display: none;
}
@media (max-width: 767px) {
  body .button.small-expand {
    width: 100%;
  }
}
body .wpcf7-form input[type=email], body .wpcf7-form input[type=number], body .wpcf7-form input[type=tel], body .wpcf7-form input[type=text], body .wpcf7-form input[type=url], body .wpcf7-form textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--fs-color-secondary);
  margin-bottom: 20px !important;
  height: 46px;
  font-size: 14px;
  padding: 0;
}
body .wpcf7-form input[type=submit] {
  padding: 5px 30px;
  margin: 0;
}
body .wpcf7-form .wpcf7-spinner {
  display: none;
}
body .mbws-row-large > .col {
  padding-bottom: 60px !important;
}
body .text-bg-outline {
  -webkit-text-stroke: 2px rgba(112, 112, 112, 0.1);
  -webkit-text-fill-color: transparent;
  font-size: 10rem;
  font-weight: 700;
  text-transform: capitalize;
  position: absolute;
  z-index: 0;
}
body .text-bg-outline * {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  body .text-bg-outline {
    display: none;
  }
}
@media (max-width: 768px) {
  body .medium-align-left .col-inner {
    text-align: left !important;
  }
  body .medium-align-left .col-inner > div {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  body .medium-no-margin .img-inner {
    margin: 0 !important;
  }
}
@media (max-width: 767px) {
  body .small-align-center {
    text-align: center;
  }
  body .small-align-center > .col-inner > div {
    margin-left: auto;
    margin-right: auto;
  }
}

.mbws-about-top-section::before {
  content: "";
  display: block;
  width: 100px;
  height: 35%;
  background-color: var(--fs-color-secondary);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .mbws-about-top-section::before {
    display: none;
  }
}
.mbws-about-top-section::after {
  content: "";
  display: block;
  width: 42%;
  height: 60%;
  background-color: var(--fs-color-primary);
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .mbws-about-top-section::after {
    height: 300px;
  }
}

.mbws-team-member .box-text h4 {
  text-transform: unset;
}
.mbws-team-member .box-text .person-title {
  font-size: 14px;
  opacity: 1;
}
.mbws-team-member .box-text .social-icons {
  background-color: var(--color-mbws-bgr);
  padding: 8px 30px;
  float: right;
  transform: translateY(20px);
}
.mbws-team-member .box-text .social-icons a {
  font-size: 15px;
  margin: 0 10px;
}
@media (max-width: 768px) {
  .mbws-team-member .box-text {
    opacity: 1;
  }
}

.mbws_counter .title {
  font-size: 24px;
  margin-bottom: 0;
}

.mbws-map p {
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .mbws-map iframe {
    height: 400px !important;
  }
}

.page-template-page-contact .section {
  overflow: hidden;
}
.page-template-page-contact .text-bg-outline {
  bottom: -60px;
  font-size: 12em;
  line-height: 1;
}
.page-template-page-contact #footer {
  display: none;
}

.mbws-home-top-section::before {
  content: "";
  display: block;
  width: 100px;
  height: 100%;
  background-color: var(--color-mbws-bgr);
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .mbws-home-top-section::before {
    display: none;
  }
}
.mbws-home-top-section::after {
  content: "";
  display: block;
  width: 42%;
  height: 700px;
  background-color: var(--fs-color-primary);
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .mbws-home-top-section::after {
    height: 600px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .mbws-home-top-section::after {
    height: 300px;
  }
}
.mbws-home-top-section .text-bg-outline {
  top: 130px;
}

.mbws-home-text-vertical {
  position: absolute;
  right: -150px;
  top: 0;
}
.mbws-home-text-vertical hr {
  opacity: 1;
  margin: auto;
  display: block;
  height: 600px;
  width: 1px;
  border-left: 1px solid var(--heading-color);
}
@media (max-width: 768px) {
  .mbws-home-text-vertical hr {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .mbws-home-text-vertical hr {
    height: 100px;
  }
}
.mbws-home-text-vertical ul {
  list-style: none;
}
.mbws-home-text-vertical ul li {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .mbws-home-text-vertical {
    right: 30px;
  }
}

.mbws-play-video-button span {
  font-weight: 400;
  font-size: 18px;
}
.mbws-play-video-button i {
  font-size: 30px;
}

.mbws-step {
  -webkit-text-stroke: 2px var(--fs-color-secondary);
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}
.mbws-step::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: var(--fs-color-primary);
  position: absolute;
  bottom: 12px;
  right: 32%;
  z-index: -1;
}

.mbws-home-portfolio .flickity-viewport {
  overflow: unset !important;
}
.mbws-home-portfolio .col {
  margin-top: 60px;
}
.mbws-home-portfolio .col:nth-child(even) .box-text {
  position: absolute;
  top: 0px;
  left: 35px;
}
.mbws-home-portfolio .box .box-text {
  padding: 30px;
}
.mbws-home-portfolio .box .box-text .box-text-inner {
  display: flex;
  flex-direction: column-reverse;
}
.mbws-home-portfolio .box .box-text .box-text-inner .portfolio-box-category {
  text-transform: none;
  letter-spacing: 0;
}
.mbws-home-portfolio .box .box-text .box-text-inner .portfolio-box-category span {
  opacity: 1;
}
.mbws-home-portfolio .box .box-text .box-text-inner .portfolio-box-title {
  font-size: 26px;
  text-transform: none;
  letter-spacing: 0;
}
.mbws-home-portfolio .box:hover .box-text {
  background-color: var(--fs-color-primary) !important;
}
.mbws-home-portfolio .box:hover .box-text * {
  color: white;
}

.mbws-testimonial-slider .flickity-slider > .row:not(.is-selected) {
  opacity: 1;
}
.mbws-testimonial-slider .featured-box {
  padding: 0 30px 30px;
  box-shadow: 0px 6px 35px 0px rgba(0, 0, 0, 0.0705882353);
}
.mbws-testimonial-slider .featured-box > .icon-box-img {
  transform: translateY(-30px);
}
.mbws-testimonial-slider .testimonial-box {
  position: relative;
}
.mbws-testimonial-slider .testimonial-box .testimonial-image {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 30px;
}
.mbws-testimonial-slider .testimonial-box .testimonial-text {
  font-style: unset !important;
  margin-bottom: 20px;
}
.mbws-testimonial-slider .testimonial-box .testimonial-text p:last-of-type {
  margin-bottom: 0;
}
.mbws-testimonial-slider .testimonial-box .testimonial-meta {
  text-align: left;
  margin-left: 122px;
  height: 80px;
  padding: 15px 0;
}
.mbws-testimonial-slider .testimonial-box .testimonial-meta span {
  display: block;
}
.mbws-testimonial-slider .testimonial-box .testimonial-meta .testimonial-name {
  font-size: 18px;
  color: var(--heading-color);
}
.mbws-testimonial-slider .testimonial-box .testimonial-meta .testimonial-name-divider {
  display: none;
}

.text-box-shadow .text-box-content::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: var(--color-mbws-bgr);
  position: absolute;
  left: -25px;
  top: -25px;
  z-index: -1;
}
.text-box-shadow .text-inner {
  z-index: 1;
  background-color: var(--fs-color-primary);
}

.mbws-service-box.col {
  padding-bottom: 60px !important;
}
.mbws-service-box.col .col-inner {
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.0705882353);
}
.mbws-service-box.col .icon-box-img {
  position: relative;
}
.mbws-service-box.col .icon-box-img::before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background-color: var(--fs-color-primary);
  border-radius: 25px;
  position: absolute;
  right: -20px;
  bottom: 0;
  z-index: 0;
}
.mbws-service-box.col .icon-box-img .icon {
  position: relative;
  z-index: 1;
}
.mbws-service-box.col .button {
  transform: translateY(20px);
}
.mbws-service-box.col > .col-inner {
  transition: all 0.3s;
}
.mbws-service-box.col > .col-inner:hover {
  background-color: var(--fs-color-primary) !important;
}
.mbws-service-box.col > .col-inner:hover .icon-box-img::before {
  background-color: rgba(255, 255, 255, 0.295);
}
.mbws-service-box.col > .col-inner:hover svg,
.mbws-service-box.col > .col-inner:hover .icon-box-text, .mbws-service-box.col > .col-inner:hover h2 {
  color: white;
}
.mbws-service-box.col > .col-inner:hover .button {
  background-color: white;
  color: var(--fs-color-primary);
}

.mbws-client-logo .gallery-col img {
  object-fit: contain;
}

.featured_item-wrapper {
  padding: 80px 0;
}

.portfolio-element-wrapper .portfolio-related .col,
.featured_item.col {
  padding-bottom: 100px;
}
.portfolio-element-wrapper .portfolio-related .col .box-text,
.featured_item.col .box-text {
  padding: 30px 30px 40px;
  background-color: white;
  box-shadow: 0px 9px 35px rgba(0, 0, 0, 0.0588235294);
}
.portfolio-element-wrapper .portfolio-related .col .box-text .portfolio-box-title,
.featured_item.col .box-text .portfolio-box-title {
  font-size: 26px;
  text-transform: none;
}
.portfolio-element-wrapper .portfolio-related .col .box-text .button.icon,
.featured_item.col .box-text .button.icon {
  position: absolute;
  right: 30px;
  bottom: -20px;
  margin-right: 0;
}
.portfolio-element-wrapper .portfolio-related .col .box:hover .box-text,
.featured_item.col .box:hover .box-text {
  background-color: var(--fs-color-primary);
}
.portfolio-element-wrapper .portfolio-related .col .box:hover .box-text .mbws-sub-title h5,
.featured_item.col .box:hover .box-text .mbws-sub-title h5 {
  color: white;
}
.portfolio-element-wrapper .portfolio-related .col .box:hover .box-text .mbws-sub-title h5::before,
.featured_item.col .box:hover .box-text .mbws-sub-title h5::before {
  background-color: white;
}
.portfolio-element-wrapper .portfolio-related .col .box:hover .box-text .portfolio-box-title,
.featured_item.col .box:hover .box-text .portfolio-box-title {
  color: white;
}
.portfolio-element-wrapper .portfolio-related .col .box:hover .box-text .button.icon,
.featured_item.col .box:hover .box-text .button.icon {
  background-color: white;
  color: var(--fs-color-primary);
}

.portfolio-box .box-text .box-text-inner {
  display: flex;
  flex-direction: column-reverse;
}
.portfolio-box .box-text .box-text-inner .portfolio-box-category {
  letter-spacing: 0;
  text-transform: none;
}
.portfolio-box .box-text .box-text-inner .portfolio-box-category span {
  opacity: 1;
}
.portfolio-box .box-text .box-text-inner .portfolio-box-category::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--fs-color-primary);
  transform: translateY(-2px);
}
.portfolio-box .box-text .box-text-inner .portfolio-box-title {
  letter-spacing: 0;
}
.portfolio-box .box-text::after {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background-color: var(--fs-color-primary);
  color: white;
  position: absolute;
  right: 30px;
  bottom: -20px;
}
.portfolio-box:hover .box-text .box-text-inner .portfolio-box-category {
  color: white;
}
.portfolio-box:hover .box-text .box-text-inner .portfolio-box-category::before {
  background-color: white;
}
.portfolio-box:hover .box-text::after {
  background-color: white;
  color: var(--fs-color-primary);
}

.portfolio-page-wrapper {
  padding: 80px 0;
}

.portfolio-single-page #portfolio-content {
  padding-right: 60px;
  border-right: none;
}
.portfolio-single-page #portfolio-content .portfolio-thumbnail {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .portfolio-single-page #portfolio-content {
    padding-right: 15px;
  }
  .portfolio-single-page #portfolio-content .portfolio-thumbnail {
    margin-bottom: 40px;
  }
}
.portfolio-single-page .entry-title {
  color: var(--fs-color-primary);
  font-size: 30px;
  text-transform: unset;
  letter-spacing: 0;
}
.portfolio-single-page .portfolio-meta {
  padding: 25px 0;
  border-top: 1px solid var(--color-mbws-border);
  border-bottom: 1px solid var(--color-mbws-border);
}
@media (max-width: 767px) {
  .portfolio-single-page .portfolio-meta {
    padding: 15px 0;
  }
}
.portfolio-single-page .portfolio-share {
  position: relative;
  width: fit-content;
}
.portfolio-single-page .portfolio-share .portfolio-share-button {
  margin: 0;
}
.portfolio-single-page .portfolio-share .share-icons {
  display: flex;
  width: fit-content;
  background-color: var(--fs-color-secondary);
  padding: 10px 20px;
  border-radius: 30px;
  position: absolute !important;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.portfolio-single-page .portfolio-share .share-icons a {
  color: white;
  margin: 0 10px !important;
}
.portfolio-single-page .portfolio-share:hover .share-icons {
  opacity: 1;
}
.portfolio-single-page .portfolio-related-title {
  font-size: 34px;
  color: var(--fs-color-primary);
}

#footer .absolute-footer {
  display: none;
}