@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-spacing-xlarge > li {
  margin: 0 20px;
}
#header .nav-dropdown {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
}
#header .nav-dropdown li {
  display: flex;
  width: 100%;
}
#header .nav-dropdown li a {
  font-size: 15px;
  width: 100%;
  padding: 15px 20px;
}
#header .nav-dropdown li a:hover {
  background-color: #323232;
  color: var(--fs-color-secondary);
}
#header .nav-dropdown li.menu-item-has-children {
  position: relative;
}
#header .nav-dropdown li.menu-item-has-children > a {
  position: relative;
  font-weight: 400;
  text-transform: unset;
}
#header .nav-dropdown li.menu-item-has-children > a::after {
  content: "\f105";
  font-family: fl-icons !important;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#header .nav-dropdown li.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 999;
  background-color: var(--fs-color-primary);
}
#header .nav-dropdown li.menu-item-has-children:hover > .sub-menu {
  display: block;
}

body .fix-text * {
  margin-bottom: 0;
}
body .button:not(.icon), body input[type=submit] {
  border-radius: 3px;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
  --webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
}
body .page-title .page-title-inner {
  flex-direction: column-reverse;
  align-items: flex-start;
}
body .page-title .title-content {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 768px) {
  body .page-title .title-content {
    text-align: left !important;
  }
}
body .page-title .entry-title {
  text-align: left;
}
body .page-title #breadcrumbs {
  font-size: 12px;
}
body .off-canvas-left.dark .mfp-content, body .off-canvas-right.dark .mfp-content {
  background-color: #454545;
}
body .nav-pagination {
  text-align: left;
}
body .nav-pagination > li > a, body .nav-pagination > li > span {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  border-radius: 0 !important;
}

.home-news .post-item .box-image a::before {
  display: none;
}

.widget {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 20px;
}
.widget .widget-title {
  font-size: 22px;
  font-weight: 500;
  display: block;
  margin-bottom: 1rem;
}
.widget .is-divider {
  display: none;
}
.widget ul > li.current-menu-item > a {
  color: var(--fs-color-secondary);
}
.widget .wpp-meta {
  display: none;
}
.widget ul > li > a:hover {
  color: var(--fs-color-secondary);
}

.page-wrapper.blog-wrapper {
  padding-top: 0;
}
.page-wrapper.blog-wrapper > .row {
  padding-top: 40px;
}

.post-item .is-divider {
  display: none;
}
.post-item .box-text .post-title {
  font-size: 18px;
}
.post-item .box-text .post-meta {
  font-size: 12px;
}
.post-item .box-text .post-meta::before {
  content: "\f31e";
  font-family: "matbaows-icons";
  margin-right: 5px;
}
.post-item .box-image a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5019607843);
  content: "";
  z-index: 10;
  -webkit-transition: transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
}
.post-item .box-image a:hover::before {
  --webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
  transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
}

.single-post .entry-single-meta {
  display: flex;
  gap: 15px;
  font-size: 12px;
}
.single-post .entry-single-meta .entry-date::before {
  content: "\f31e";
  font-family: "matbaows-icons";
  margin-right: 5px;
}
.single-post .entry-single-meta .entry-category::before {
  content: "\eaae";
  font-family: "matbaows-icons";
  margin-right: 5px;
}
.single-post .entry-single-meta .entry-author {
  padding: 0;
}
.single-post .entry-single-meta .entry-author::before {
  content: "\eb4d";
  font-family: "matbaows-icons";
  margin-right: 5px;
}
.single-post footer.entry-meta {
  border: none !important;
}
.single-post footer.entry-meta::before {
  content: url(../img/tag.svg);
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.single-post footer.entry-meta a {
  font-size: 14px;
  display: inline-block;
  white-space: nowrap;
  padding: 5px 15px;
  color: #212121;
  margin: 0 5px 10px 0;
  border-radius: 3px;
  background: #e5e5e5;
  transition: all 0.3s;
}
.single-post footer.entry-meta a:hover {
  background-color: var(--fs-color-secondary);
  color: #fff;
}

.footer-logo {
  position: relative;
  overflow: hidden;
}
.footer-logo::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5019607843);
  content: "";
  z-index: 10;
  -webkit-transition: transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
}
.footer-logo:hover::before {
  --webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
  transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
}/*# sourceMappingURL=style.css.map */