@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
*/
body a.button {
  font-weight: 500;
}
body .wpcf7 input[type=email], body .wpcf7 input[type=number], body .wpcf7 input[type=search], body .wpcf7 input[type=tel], body .wpcf7 input[type=text], body .wpcf7 input[type=url], body .wpcf7 textarea {
  box-shadow: unset;
}
body .wpcf7 .wpcf7-spinner {
  display: none;
}
body .wpcf7 .wpcf7-submit {
  font-weight: 500;
}
body .search-field {
  box-shadow: unset !important;
}
body .social-icons a.is-outline {
  color: var(--fs-color-primary);
  border-radius: 0 !important;
}
body .section-title-container .section-title.section-title-center {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
body .section-title-container .section-title.section-title-center b {
  width: 20px;
  opacity: 1;
  background-color: var(--fs-color-primary);
}
body .section-title-container .section-title.section-title-bold-center .section-title-main {
  border: unset;
  background-color: #FAFAFA;
  width: 100%;
}
body .nav-pagination > li > a, body .nav-pagination > li > span {
  border-radius: 0;
  border: 1px solid;
}
body .has-hover .box-image .image-cover::before, body .has-hover .box-image .overlay::before {
  z-index: 9;
  pointer-events: none;
  opacity: 0;
  content: "\eb1c";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  margin-top: -6.5px;
  margin-left: -6.5px;
  font-size: 13px;
  line-height: 1;
  font-family: "matbaows-icons";
  text-align: center;
  color: var(--fs-color-primary);
  margin-top: 0;
  margin-left: 0;
  padding: 7px;
  border-radius: 500px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body .has-hover .box-image .image-cover::after, body .has-hover .box-image .overlay::after {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  content: "";
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
body .has-hover:hover .box-image .image-cover::before, body .has-hover:hover .box-image .overlay::before {
  opacity: 1;
}
body .has-hover:hover .box-image .image-cover::after, body .has-hover:hover .box-image .overlay::after {
  opacity: 1;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}
body .post-item .box .box-image .image-cover::before, body .post-item .box .box-image .overlay::before {
  content: "\ea1f";
}
body .post-item .box .box-text .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body .mbws_blog, body #post-list {
  margin: 0 0 4.5rem 0;
}
body .mbws_blog .post-item, body #post-list .post-item {
  padding: 0 0 0 0;
}
body .mbws_blog .post-item .box .box-text, body #post-list .post-item .box .box-text {
  padding: 90px 30px 90px 30px;
}
body .mbws_blog .post-item .box .box-text .post-title, body #post-list .post-item .box .box-text .post-title {
  text-transform: uppercase;
  font-size: 1.5em;
}
body .mbws_blog .post-item:nth-child(2n+2), body #post-list .post-item:nth-child(2n+2) {
  background-color: #FAFAFA;
}
body .mbws_blog .post-item:nth-child(3n+3), body #post-list .post-item:nth-child(3n+3) {
  background-color: #F4F3EE;
}
.blog-odd .post-item .box .box-text .is-divider {
  display: none;
}
.blog-odd .post-item:nth-child(even) .box {
  direction: rtl;
}

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

#header .header-search .header-button .icon {
  line-height: 70px;
  border-radius: 0;
  width: 70px;
  height: 70px;
}

.nav .menu-item .sub-menu {
  padding: 0 !important;
}
.nav .menu-item .sub-menu li {
  position: relative;
  display: inline-block !important;
  width: 100%;
  border-right: 0;
}
.nav .menu-item .sub-menu li a {
  color: var(--text-color);
  font-weight: 500;
  text-transform: none;
  font-size: 0.9em;
  padding: 10px 5px;
}
.nav .menu-item .sub-menu li .sub-menu {
  top: 0;
  box-shadow: 2px 2px 5px #828282;
  display: none !important;
  position: absolute;
  left: 100%;
  z-index: 9;
  background: white;
  min-width: 240px;
}
.nav .menu-item .sub-menu li:hover > a {
  color: var(--fs-color-primary);
}
.nav .menu-item .sub-menu li:hover > .sub-menu {
  display: grid !important;
}

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

.widget-area .widget.widget_tag_cloud .is-divider, .widget-area .widget.widget_tag_cloud .widget-title, .sidebar-wrapper .widget.widget_tag_cloud .is-divider, .sidebar-wrapper .widget.widget_tag_cloud .widget-title {
  display: none;
}
.widget-area .widget.widget_tag_cloud .tagcloud, .sidebar-wrapper .widget.widget_tag_cloud .tagcloud {
  text-align: left;
}
.widget-area .widget.widget_tag_cloud .tagcloud a, .sidebar-wrapper .widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  font-size: 0.8em !important;
  border: solid 1px #DFDCD9;
  padding: 2px 10px;
  margin: 4px 2px;
}
.widget-area .widget.widget_tag_cloud .tagcloud a:hover, .sidebar-wrapper .widget.widget_tag_cloud .tagcloud a:hover {
  border: solid 1px var(--fs-color-primary);
  color: var(--fs-color-primary);
}

#footer .absolute-footer {
  display: none;
}
#footer .mbws_footer-main .section-content > .row > .col {
  border: solid 2px #fff;
}
#footer .post-item .box .box-text .is-divider {
  display: none;
}