@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
*/
.pri-color {
  color: var(--fs-color-primary);
}

.sec-color {
  color: var(--fs-color-secondary);
}

.mbws_mb-0 p {
  margin-bottom: 0;
}

.ux-menu .ux-menu-link a {
  border-bottom-color: #222222;
}
.ux-menu .ux-menu-link a:hover {
  color: var(--fs-color-primary);
}

.mbws_tab .nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.mbws_tab .nav .tab {
  margin: 0 30px !important;
  padding-bottom: 60px;
}
.mbws_tab .nav .tab a {
  display: flex;
  text-align: center;
  width: 180px;
  height: 180px;
  padding: 30px 0;
  background-color: var(--fs-color-primary);
  border-radius: 100%;
  justify-content: center;
  color: rgba(34, 34, 34, 0.8);
  border: solid 1px transparent;
}
.mbws_tab .nav .tab.active a {
  background-color: transparent;
  border-color: var(--fs-color-success);
  color: white;
}
.mbws_tab .nav .tab.active a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
@media (max-width: 1024px) {
  .mbws_tab .nav .tab.active a::after {
    display: none;
  }
}

.mbws_testimonial .icon-box-text {
  background: rgba(0, 0, 0, 0.5);
  padding: 30px 30px 30px 80px;
}
.mbws_testimonial .icon-box-text::before {
  display: inline-block;
  font-family: "matbaows-icons";
  content: "\efbe";
  font-size: 28px;
  color: var(--fs-color-secondary);
  background: var(--fs-color-primary);
  font-style: normal;
  padding: 2px 15px;
  position: absolute;
  left: 0;
  top: 0;
}
.mbws_testimonial .icon-box-text .testimonial-text {
  font-style: normal !important;
}
.mbws_testimonial .icon-box-text .testimonial-meta .testimonial-name {
  font-size: 0.8em;
  font-weight: 500;
  color: var(--fs-color-primary);
}

.slider .flickity-page-dots {
  bottom: 5%;
}
.slider .flickity-page-dots .dot {
  width: 5px;
  height: 5px;
}
.slider .flickity-page-dots .dot.is-selected {
  background-color: var(--fs-color-primary) !important;
  color: var(--fs-color-primary);
  border: var(--fs-color-primary);
}

.mbws_member {
  overflow: hidden;
}
.mbws_member .box-text {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  top: 100%;
  left: 0;
  width: 100%;
  padding-bottom: 0;
  visibility: hidden;
  height: 100%;
  background-color: var(--fs-color-secondary);
}
.mbws_member:hover .box-text {
  top: 0;
  visibility: visible;
}

.button, .submit {
  font-weight: 500 !important;
}

.wpcf7 input[type=email], .wpcf7 input[type=text], .wpcf7 input[type=url], .wpcf7 input[type=search], .wpcf7 input[type=password], .wpcf7 input[type=number], .wpcf7 input[type=tel], .wpcf7 input[type=date] {
  background: rgba(0, 0, 0, 0.02);
  color: var(--text-color);
  position: relative;
  border: none;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 45px;
  max-width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.wpcf7 input[type=email]:focus, .wpcf7 input[type=text]:focus, .wpcf7 input[type=url]:focus, .wpcf7 input[type=search]:focus, .wpcf7 input[type=password]:focus, .wpcf7 input[type=number]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=date]:focus {
  background: rgba(0, 0, 0, 0.1);
  box-shadow: unset;
  color: var(--text-color);
}
.wpcf7 input[type=email]::placeholder, .wpcf7 input[type=text]::placeholder, .wpcf7 input[type=url]::placeholder, .wpcf7 input[type=search]::placeholder, .wpcf7 input[type=password]::placeholder, .wpcf7 input[type=number]::placeholder, .wpcf7 input[type=tel]::placeholder, .wpcf7 input[type=date]::placeholder {
  color: var(--text-color);
}
.wpcf7 input[type=submit] {
  height: 45px;
  border: unset;
  background-color: var(--fs-color-primary);
  border-radius: 2px;
  width: 100%;
}
.wpcf7 input[type=submit]:hover {
  background-color: var(--fs-color-secondary);
}
.wpcf7 textarea {
  color: var(--text-color);
  min-height: 105px;
  max-width: 100%;
  padding: 17px 8px;
  background: rgba(0, 0, 0, 0.02);
  position: relative;
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.wpcf7 textarea:focus {
  background: rgba(0, 0, 0, 0.1);
  box-shadow: unset;
  color: var(--text-color);
}
.wpcf7 textarea::placeholder {
  color: var(--text-color);
}

.mbws_portfolio .tabbed-content .nav .tab a {
  padding: 5px 30px;
  border-radius: 0;
}
.mbws_portfolio .tabbed-content .tab-panels .portfolio-element-wrapper > .row > .col {
  overflow: hidden;
}
.mbws_portfolio .tabbed-content .tab-panels .portfolio-element-wrapper > .row > .col .box .box-text {
  border-radius: 100%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  bottom: 100%;
  left: 0;
  width: 100%;
  padding-bottom: 0;
  visibility: hidden;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
.mbws_portfolio .tabbed-content .tab-panels .portfolio-element-wrapper > .row > .col .box .box-text .portfolio-box-category {
  display: none;
}
.mbws_portfolio .tabbed-content .tab-panels .portfolio-element-wrapper > .row > .col .box .box-text .portfolio-box-title {
  font-size: 2.5em;
  font-weight: 700;
}
.mbws_portfolio .tabbed-content .tab-panels .portfolio-element-wrapper > .row > .col .box:hover .box-text {
  border-radius: 0%;
  bottom: 0;
  visibility: visible;
}

#header .header-button a {
  border: solid 1px;
}
#header .header-main .header-nav {
  justify-content: center;
}
#header .header-main .header-nav > li {
  margin: 0;
}
#header .header-main .header-nav > li > a {
  padding: 25px;
}
#header .header-main .header-nav > li > a::after {
  content: "\f698";
  font-size: 12px;
  position: absolute;
  right: 0;
  font-family: "matbaows-icons";
  /*color: var(--fs-color-primary);*/
}

body.home .mbws_header-before {
  display: none;
}

.mbws_header-before .page-header-wrapper .page-title .title-content .title-breadcrumbs .woocommerce-breadcrumb {
  font-size: 0.8em;
  font-weight: 500;
}
.mbws_header-before .page-header-wrapper .page-title .title-content .title-breadcrumbs .woocommerce-breadcrumb a {
  color: var(--fs-color-primary);
}

.widget {
  border-bottom: solid 1px #333;
}
.widget .widget-title {
  font-weight: 500;
}
.widget .is-divider {
  background-color: var(--fs-color-primary) !important;
}
.widget .product-categories li a {
  font-size: 0.9em;
  padding: 2px 0;
}

.mfp-wrap .mfp-container .mfp-content .sidebar-inner {
  background-color: #18191b;
}

.archive .entry-meta, .blog .entry-meta {
  display: none;
}

.single-featured_item .portfolio-page-wrapper {
  margin-top: 90px;
}
.single-featured_item .portfolio-page-wrapper .portfolio-top #portfolio-content {
  border-color: transparent;
}
.single-featured_item .portfolio-page-wrapper .portfolio-top .portfolio-summary .entry-title {
  display: none;
}
.single-featured_item .portfolio-page-wrapper .portfolio-top .portfolio-summary .breadcrumbs {
  display: none;
}

.woocommerce.archive .shop-page-title nav.woocommerce-breadcrumb {
  display: none;
}
ins bdi {
  color: var(--fs-color-primary);
  font-weight: 500;
}

.badge-container {
  margin: 2% !important;
}
.badge-container .badge {
  height: 1.8em;
}
.badge-container .badge .badge-inner {
  padding: 0px 20px;
  border-radius: 5px;
  font-weight: 500;
}

.single-product .product > .row > .col {
  border-right: unset !important;
}
.single-product #product-sidebar {
  margin-top: 30px;
}
.single-product .product-main .product-info nav.woocommerce-breadcrumb {
  display: none;
}
.single-product .product-main .product-info .product_meta .posted_in {
  padding: 30px 0;
  font-size: 1.2em;
}
.single-product .product-footer .tabs li.active a {
  color: var(--fs-color-secondary);
}
.single-product .product-footer .tab-panels {
  background-color: transparent;
}

#footer .absolute-footer {
  display: none;
}
#footer .post-item .box .box-image {
  display: none;
}
#footer .post-item .box .box-text {
  padding-top: 0;
  padding-bottom: 0;
}
#footer .post-item .box .box-text .is-divider {
  max-width: 100%;
  height: 1px;
}
#footer .post-item .box .box-text .post-title {
  margin: 0;
}
#footer .post-item .box .box-text .post-title a {
  margin: 0;
}
#footer .post-item:last-child .box .box-text .is-divider {
  display: none;
}