@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 .nav-dropdown {
  padding: 0;
  display: flex;
  flex-direction: column;
  min-width: 240px;
}
#header .nav-dropdown li {
  position: relative;
  width: 100%;
}
#header .nav-dropdown li > .sub-menu {
  min-width: 240px;
  position: absolute;
  left: 999%;
  top: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
}
#header .nav-dropdown li a {
  font-family: "Open Sans", sans-serif;
  padding: 10px;
  font-weight: 600;
  color: #333;
}
#header .nav-dropdown li.current-menu-parent > a, #header .nav-dropdown li.current-menu-item > a {
  color: var(--fs-color-primary);
}
#header .nav-dropdown li:hover > .sub-menu {
  left: 100%;
  opacity: 1;
  visibility: visible;
}
#header .nav-dropdown li:hover > a {
  color: var(--fs-color-primary);
}
#header .nav-dropdown li.menu-item-has-children::after {
  content: "\f105";
  font-family: fl-icons !important;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

body h1, body h2, body h3, body h4, body h5, body h6, body .heading-font, body strong, body b {
  font-weight: bold;
}
body p {
  margin-bottom: 10px;
}
body .box-text h2, body .box-text h3, body .box-text h4 {
  margin-bottom: 10px;
}
body .box-text p {
  margin-bottom: 10px;
}
body .fix-text * {
  margin-bottom: 0;
}
body .fix-text-margin p {
  margin-bottom: 10px;
}
body .section-title.section-title-normal {
  position: relative;
  border-bottom: none;
}
body .section-title.section-title-normal::after {
  content: "";
  width: 80px;
  height: 1px;
  background-color: var(--fs-color-primary);
  bottom: 0;
  left: 0;
  position: absolute;
}
body .section-title.section-title-normal .section-title-main {
  border-bottom: none;
  position: relative;
}
body .section-title.section-title-normal .section-title-main::after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: var(--fs-color-primary);
  bottom: -3px;
  left: 0;
  position: absolute;
}
body .section-title.section-title-center {
  position: relative;
}
body .section-title.section-title-center b {
  opacity: 0;
  visibility: hidden;
}
body .section-title.section-title-center::after {
  content: "";
  width: 100px;
  height: 2px;
  background-color: var(--fs-color-primary);
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
body .section-title.section-title-center .section-title-main {
  position: relative;
}
body .section-title.section-title-center .section-title-main::after {
  content: "";
  width: 80px;
  height: 2px;
  background-color: var(--fs-color-primary);
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
body .section-title-container.no-divider .section-title::after,
body .section-title-container.no-divider .section-title-main::after {
  display: none;
}
body .social-icons a.button.icon {
  border-color: var(--fs-color-primary);
  color: var(--text-color);
}
body .dark .section-title .section-title-main::after, body .dark .section-title::after {
  background-color: #fff;
}
body .dark .social-icons a.button.icon {
  border-color: #fff;
  color: #fff;
}
body .icon-box.has-hover:hover svg * {
  fill: var(--fs-color-primary);
}
body button.button:not(.icon),
body a.button:not(.icon) {
  font-weight: 400;
  border-width: 2px;
}
body button.button:not(.icon):not(.is-link),
body a.button:not(.icon):not(.is-link) {
  min-width: 145px;
  text-align: center;
}
body button.button:not(.icon).primary:not(.is-link),
body a.button:not(.icon).primary:not(.is-link) {
  border: 2px solid var(--fs-color-primary);
}
body button.button:not(.icon).primary:not(.is-outline):hover,
body a.button:not(.icon).primary:not(.is-outline):hover {
  background-color: transparent;
  color: var(--fs-color-primary);
  box-shadow: none;
  border-color: var(--fs-color-primary);
}
body button.button:not(.icon).alert:hover,
body a.button:not(.icon).alert:hover {
  background-color: transparent;
  color: var(--fs-color-alert);
  box-shadow: none;
  border-color: var(--fs-color-alert);
}
body button.button:not(.icon).price-button:hover,
body a.button:not(.icon).price-button:hover {
  background-color: #f7c040;
}
body button.button:not(.icon).price-button.alert:hover,
body a.button:not(.icon).price-button.alert:hover {
  background-color: transparent;
  border-color: var(--fs-color-primary);
  color: var(--fs-color-primary);
}
body .nav-pagination li {
  margin-left: 0 !important;
}
body .nav-pagination li a, body .nav-pagination li span {
  color: var(--fs-color-primary) !important;
  border: 1px solid var(--fs-color-primary);
  border-radius: 3px !important;
  font-weight: 400;
}
body .nav-pagination li a:hover, body .nav-pagination li a.current, body .nav-pagination li span:hover, body .nav-pagination li span.current {
  color: #fff !important;
}
body .related-pages .post-item.col {
  padding-bottom: 0;
}
body .related-pages .post-item.col .box.dark .box-text {
  text-align: center;
}
body .related-pages .post-item.col .box.dark .box-text .post-title {
  color: var(--fs-color-primary);
}
body .related-pages .post-item.col .box.dark .box-text .post-title:hover {
  color: var(--fs-color-primary) !important;
}
body .video {
  background-color: #000;
  font-size: 12px;
}
body .video .wp-video {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100% !important;
}
body .video-responsive {
  padding-top: 50.5%;
  position: relative;
  overflow: hidden;
}
body .video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
body .img-contain .box-image img {
  object-fit: contain;
}
body .wpcf7-form .col {
  padding-bottom: 0;
}
body .wpcf7-form textarea,
body .wpcf7-form select,
body .wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  height: 45px;
  border-radius: 6px;
  box-shadow: none;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}
body .wpcf7-form textarea:focus,
body .wpcf7-form select:focus,
body .wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus {
  border-color: var(--fs-color-primary);
}
body .wpcf7-form input[type=submit] {
  border-radius: 6px;
  margin: 0;
  min-width: 100px;
  text-align: center;
}
body .wpcf7-form .wpcf7-spinner {
  display: none;
}
@media (max-width: 767px) {
  body .small-text-left {
    text-align: left;
  }
}
body table tr td,
body table th td {
  border-bottom: none;
}
@media (max-width: 768px) {
  body .row-5-col > * {
    width: calc(33.33% - 2rem);
    margin-bottom: 30px !important;
  }
}
@media (max-width: 767px) {
  body .row-5-col > * {
    width: 100%;
  }
}
body .slider-bullet-outsize .flickity-page-dots {
  bottom: -30px;
}

.logo-slider .gallery-col {
  padding-bottom: 0;
}
.logo-slider .gallery-col img {
  object-fit: contain;
}
.logo-slider .flickity-button {
  display: none;
}

.row-large .post-item.col {
  padding-bottom: 60px;
}

.post-item .is-divider {
  display: none;
}
.post-item .box {
  border-radius: 3px;
}
.post-item .box .box-text {
  padding: 20px;
}
.post-item .box .box-text .post-title {
  margin-bottom: 1rem;
}
.post-item .box .box-text .post-title a {
  min-height: 43px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-item .box .box-text .button {
  font-size: 14px;
  text-transform: unset;
}
.post-item .box .box-text .button.is-link {
  color: var(--text-color);
}
.post-item .box .box-text .button:not(.is-bevel)::after {
  content: "\ea1c";
  font-family: "matbaows-icons";
}
.post-item .box .box-text .button.is-bevel {
  color: #fff;
  border-radius: 6px;
}

.blog-divider .post-item .is-divider {
  display: block;
  max-width: 100%;
  height: 1px;
}

.blog-border .post-item .box {
  border: 1px solid #e6e6e6;
}

.archive.category .box-text .post-meta {
  font-size: 14px;
  opacity: 1;
}
.archive.category .box-text .post-meta::before {
  content: "\ea53";
  font-family: "matbaows-icons";
  margin-right: 5px;
  font-size: 16px;
  color: var(--fs-color-primary);
}
.archive.category .box-text .button {
  background-color: var(--fs-color-primary);
  color: #fff;
  border-radius: 30px !important;
  padding: 5px 30px;
}
.archive.category .box-text .button::after {
  display: none;
}
.archive.category .nav-pagination {
  text-align: left !important;
}

.align-equal .post-item .col-inner {
  background-color: rgb(246, 246, 246);
}

.single .article-inner {
  border: 1px solid #e6e6e6;
  padding: 20px 30px;
}
.single .article-inner .is-divider {
  display: none;
}
.single .article-inner .post-date {
  font-size: 14px;
}
.single .article-inner .post-date::before {
  content: "\ea53";
  font-family: "matbaows-icons";
  margin-right: 5px;
  font-size: 16px;
  color: var(--fs-color-primary);
}
.single .article-inner .entry-content {
  padding-top: 0;
}

.mbws-related-posts li {
  margin-left: 20px;
}

#footer .ux-menu-link__link {
  font-size: 14px;
}
#footer .absolute-footer {
  display: none;
}
#footer a:hover {
  color: var(--fs-experimental-link-color-hover);
}
#footer .wpcf7-form input[type=email] {
  margin-bottom: 0;
  border-radius: 6px 0 0 6px;
}
#footer .wpcf7-form input[type=submit] {
  border-radius: 0 6px 6px 0;
  height: 45px;
  padding: 0;
  min-width: 75px;
}