@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 #top-bar {
  border-bottom: 1px dashed var(--fs-color-primary);
}
#header #top-bar .nav > li > a {
  font-size: 1rem;
  color: var(--text-color);
}
#header #top-bar .header-contact a {
  text-transform: unset;
}
#header #top-bar .header-social-icons a {
  font-size: 14px;
  line-height: 32px;
  background-color: #efefef;
  border-color: #efefef;
  margin-left: 10px;
}
#header #top-bar .header-social-icons a i {
  color: var(--text-color);
}
#header .header-block {
  display: inline-block;
  width: fit-content;
}
#header .header-block .button {
  margin-right: 0;
  margin-left: 20px;
}
#header .nav-dropdown {
  padding: 0;
}
#header .nav-dropdown > li > a {
  color: var(--text-color);
  margin: 0;
  padding: 20px;
  border-radius: 0;
}
#header .nav-dropdown > li > a:hover {
  background-color: var(--fs-color-success);
  color: white;
}

body .capitalize {
  text-transform: capitalize;
}
body .image-cover {
  border-radius: 10px;
}
body .text-mb-0 p {
  margin-bottom: 0;
}
body .dark .widget a, body body .dark a {
  color: var(--fs-experimental-link-color);
}
body .dark .widget a:hover, body body .dark a:hover {
  color: var(--fs-experimental-link-color-hover);
}
body .button.button,
body a.button:not(.icon) {
  font-size: 18px;
  border-radius: 4px;
  font-weight: 500 !important;
}
body .button.button.white,
body a.button:not(.icon).white {
  color: var(--fs-color-primary) !important;
}
body .button.button.is-outline,
body a.button:not(.icon).is-outline {
  border-width: 1px;
}
body .button.button.mbws-sidebar-button,
body a.button:not(.icon).mbws-sidebar-button {
  font-size: 24px;
  min-height: 35px;
  line-height: 35px;
  margin-left: 60px;
  padding-right: 0;
}
body .sub-title {
  font-size: 1rem;
}
body .sub-title span {
  padding: 10px 20px;
  border-radius: 4px;
}
body .page-title:not(.shop-page-title) h1.entry-title {
  background: url(../img/title-line.svg) no-repeat;
  background-size: contain;
}
body .page-title:not(.shop-page-title) .title-breadcrumbs {
  display: none;
}
body .page-title:not(.shop-page-title) .page-title-inner::after {
  content: "";
  display: block;
  width: 155px;
  height: 100px;
  background-image: url(/wp-content/uploads/inner-page-header-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
body .bg-repeat .bg {
  background-repeat: repeat !important;
  background-size: unset !important;
}
body .image-label .box-text {
  margin-bottom: 0 !important;
  border-radius: 10px 10px 0 0;
}
body .contact-icon-box .icon-box-img {
  background-color: rgba(255, 255, 255, 0.1254901961);
  border-radius: 99px;
  padding: 20px;
  height: 90px;
}
body .contact-icon-box .icon-box-img:hover {
  background-color: var(--fs-color-primary);
}
body .contact-icon-box .icon-box-img svg {
  padding-top: 0;
}
body .team-member .box-text .box-text-inner {
  display: flex;
  flex-direction: column;
}
body .team-member .box-text .box-text-inner h4 {
  order: 1;
  margin-bottom: 20px;
}
body .team-member .box-text .box-text-inner h4 .person-name {
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 1rem;
}
body .team-member .box-text .box-text-inner h4 .person-title {
  color: var(--fs-color-primary);
  text-transform: none;
  font-size: 18px;
}
body .team-member .box-text .box-text-inner .person-info {
  order: 2;
  margin-bottom: 10px;
}
body .team-member .box-text .box-text-inner .social-icons {
  order: 3;
}
body .team-member .box-text .box-text-inner .social-icons a {
  font-size: 14px;
  margin-right: 8px;
  line-height: 33px;
  color: var(--text-color);
  background-color: #efefef;
  border-color: #efefef;
}

#mbws_sidebar {
  padding: 40px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  width: 400px;
  height: 100vh;
  background-color: #fff;
  transition: all 0.6s;
  transform: translateX(100%);
}
#mbws_sidebar.show {
  transform: translateX(0%);
  opacity: 1;
  display: block;
}

.about-us-img {
  mask-image: url(/wp-content/uploads/image-mask.svg);
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
}

.mbws-tour-search-form form {
  display: flex;
  gap: 20px;
  align-items: flex-end;
}
.mbws-tour-search-form form > * {
  flex: 1;
}
@media (max-width: 767px) {
  .mbws-tour-search-form form > * {
    max-width: 100%;
    flex-basis: 100%;
  }
}
.mbws-tour-search-form form label {
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
}
.mbws-tour-search-form form input,
.mbws-tour-search-form form select,
.mbws-tour-search-form form button {
  height: 60px;
  box-shadow: none;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 0;
}
.mbws-tour-search-form form input:focus,
.mbws-tour-search-form form select:focus,
.mbws-tour-search-form form button:focus {
  box-shadow: none;
}
.mbws-tour-search-form form button {
  max-width: 228px;
}
.mbws-tour-search-form form button i {
  margin-left: 10px !important;
}
@media (max-width: 767px) {
  .mbws-tour-search-form form button {
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  .mbws-tour-search-form form {
    flex-wrap: wrap;
  }
}

.product-category .box {
  transition: all 0.3s;
}
.product-category .box:hover {
  transform: translateY(10px);
}
.product-category .box:hover .box-text {
  transform: translateY(-20px);
}
.product-category .box .box-text {
  transition: all 0.3s;
}
.product-category .box .box-text .header-title {
  text-transform: unset;
  font-weight: 400;
  text-shadow: unset !important;
}

.radius-20 > .col-inner {
  border-radius: 20px !important;
  overflow: hidden;
}

.testimonial-box .star-rating {
  margin-bottom: 30px;
}
.testimonial-box .testimonial-text {
  font-style: unset !important;
}
.testimonial-box .testimonial-meta {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e7e6e6;
}
.testimonial-box .testimonial-meta .testimonial-name {
  display: block;
  font-weight: 400;
}
.testimonial-box .testimonial-meta .testimonial-name-divider {
  display: none;
}
.testimonial-box .testimonial-meta .testimonial-company {
  display: block;
  font-size: 1rem;
}
.testimonial-box.no-border .testimonial-meta {
  border-top: none;
}

.logo-gallery .gallery-col {
  padding-bottom: 0;
}
.logo-gallery .gallery-col img {
  object-fit: contain;
}

.row-five > .col {
  max-width: 20%;
  flex-basis: 20%;
}
@media (max-width: 768px) {
  .row-five > .col {
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .row-five > .col {
    max-width: 100%;
    flex-basis: 100%;
  }
}

.row-service .img-inner {
  border-radius: 10px;
  overflow: hidden;
}
.row-service .content-service {
  width: 90%;
  margin-top: -50px;
  background: #fff;
  z-index: 999;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.row-service .content-service a:hover {
  color: #02b2d1;
}
.row-service .content-service a:hover span {
  color: #02b2d1 !important;
}

.post-item .box-text {
  padding: 25px 20px 0;
}
.post-item .box-text .cat-label {
  font-size: 16px;
  color: var(--fs-color-primary);
  text-transform: unset;
  margin-bottom: 15px;
}
.post-item .box-text .is-divider {
  display: none;
}
.post-item .box-text .button {
  text-transform: unset;
  color: var(--fs-color-secondary);
  font-size: 18px;
}
.post-item .box-text .button::after {
  content: "\ea1c";
  font-family: "matbaows-icons";
}
.post-item .box-text .button::before {
  width: 100%;
  height: 1px;
  background-color: var(--fs-color-primary);
  left: 0;
  opacity: 1;
}

.shop-page-title.page-title {
  padding: 40px 0;
}
.shop-page-title.page-title h1.shop-page-title {
  text-align: center;
  font-size: 3.2rem;
  position: relative;
  width: fit-content;
  margin: auto;
  background: url(../img/title-line.svg) no-repeat;
  background-size: contain;
}
.shop-page-title.page-title::after {
  content: "";
  display: block;
  width: 155px;
  height: 100px;
  background-image: url(/wp-content/uploads/inner-page-header-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.shop-page-title.page-title .woocommerce-breadcrumb {
  display: none;
}

.archive .products {
  margin-left: -15px;
  margin-right: -15px;
}
.archive .product-small.col {
  padding: 0 15px 30px !important;
}
.archive .product-small.col .box-image {
  border-radius: 10px;
  overflow: hidden;
}
.archive .product-small.col .box-text {
  background-color: #fff;
  margin: -15% auto 0;
  max-width: 85%;
  padding: 15px 20px;
}

.product-small .box-text {
  border-radius: 10px;
  background-color: #fff !important;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.product-small .box-text .product-title {
  order: 1;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 24px;
}
.product-small .box-text .product-title a {
  color: var(--heading-color);
}
.product-small .box-text .product-tags {
  order: 2;
  font-size: 16px;
  border-bottom: 1px dashed var(--fs-color-secondary);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.product-small .box-text .product-excerpt {
  order: 3;
  font-size: 18px;
  margin-bottom: 20px;
}
.product-small .box-text .price-wrapper {
  order: 4;
  margin-bottom: 20px;
}
.product-small .box-text .price-wrapper .price-text {
  font-size: 16px;
}
.product-small .box-text .price-wrapper span.amount {
  color: var(--fs-color-success);
}
.product-small .box-text .product-excerpt {
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.product-small .box-text .button {
  order: 5;
  font-size: 18px;
  border-color: var(--text-color);
  color: var(--text-color);
  padding-top: 5px;
  padding-bottom: 5px;
  width: fit-content;
  margin: 0 0 10px 0;
}
.product-small .box-text .button i {
  display: inline-block;
}
.product-small .box-text .button:hover {
  color: white;
  border-color: var(--fs-color-primary);
}

#footer .section-title {
  border-bottom: none;
}
#footer .section-title .section-title-main {
  border-bottom: none;
  font-size: 20px;
}
#footer .section-title .section-title-main::before {
  content: "";
  width: 42px;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  border-top: 2px dashed var(--fs-color-primary);
}
#footer .ux-menu-link__link {
  color: white;
}
#footer .contact-info .ux-menu-link {
  background-color: rgba(255, 255, 255, 0.04);
  padding: 5px 10px 0 10px;
  border-radius: 4px;
  margin-bottom: 10px !important;
  width: fit-content;
}
#footer .social-icons a {
  border-color: rgba(255, 255, 255, 0.04);
  background-color: rgba(255, 255, 255, 0.04);
  border-radius: 4px !important;
  margin-right: 10px;
}
#footer .wpcf7-form input {
  height: 63px;
  border-radius: 4px;
}
#footer .absolute-footer {
  display: none;
}/*# sourceMappingURL=style.css.map */