@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
*/
.section-title-container {
  margin-bottom: 0 !important;
}
.section-title-container .section-title-normal {
  background: linear-gradient(360deg, rgb(231, 231, 231) 0%, rgb(231, 231, 231) 50%, rgb(240, 236, 236) 50%, rgb(246, 246, 246) 100%);
  margin-bottom: 0;
  border-bottom: 1px solid #cecece;
  padding: 5px 10px;
  border-radius: 10px 10px 0 0;
}
.section-title-container .section-title-normal .section-title-main {
  border-bottom: 0;
  padding-bottom: 0;
  font-weight: bold;
}

.post-item .is-divider {
  display: none;
}
.post-item .post-title .box-text :not([class^=is-]) a {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .post-item .box .is-small {
    font-size: 1rem;
  }
}
.post-item .box-vertical .box-image {
  vertical-align: top;
}
.post-item .box-vertical .box-image .image-cover {
  padding: 2px !important;
  border: 1px solid #cecece;
}
.post-item .box-vertical .box-image .image-cover img {
  position: unset;
}
.post-item .box-vertical .box-text {
  vertical-align: top;
  padding: 0 10px !important;
}

.blog-single-top-img .post-item .col-inner {
  padding: 10px;
}
.blog-single-top-img .post-item .col-inner .box-text {
  padding-bottom: 0;
}
.blog-single-top-img .post-item .col-inner .is-divider {
  display: none;
}

.blog-vertical .post-item {
  padding-bottom: 0px !important;
}
.blog-vertical .post-item .col-inner {
  background-color: #f4f4f4;
  padding: 5px;
  outline: 1px solid #cecece;
}
.blog-vertical .post-item .box-vertical .is-divider {
  display: none;
}

.blog-list {
  padding-bottom: 10px;
}
.blog-list > .post-item {
  padding-bottom: 0px;
  margin-left: 10px;
  padding-top: 0;
}
.blog-list > .post-item .box-image {
  display: none;
}
.blog-list > .post-item .box-text {
  width: 100%;
  padding-left: 0 !important;
  padding-bottom: 0;
}
.blog-list > .post-item .box-text .post-title {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-color);
}
.blog-list > .post-item .box-text .post-title a {
  position: relative;
  margin-left: 20px;
}
.blog-list > .post-item .box-text .post-title a::before {
  content: "";
  width: 5px;
  border-radius: 100px;
  height: 5px;
  left: -15px;
  top: 5px;
  position: absolute;
  background-color: var(--fs-color-primary);
}

.blog-image-only-top {
  padding-bottom: 10px;
}
.blog-image-only-top .col {
  padding-bottom: 0px;
}
.blog-image-only-top .col .col-inner {
  padding: 10px 10px;
}
.blog-image-only-top .col:first-child {
  border-bottom: 1px solid #cecece;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.blog-image-only-top .col:first-child .box-text {
  padding-bottom: 0;
}
.blog-image-only-top .col:last-child {
  margin-bottom: 20px;
}
.blog-image-only-top .col:not(:first-child) .box-image {
  display: none;
}
.blog-image-only-top .col:not(:first-child) .box-text {
  width: 100%;
  padding-left: 0 !important;
  padding-bottom: 0;
  padding-top: 0;
}
.blog-image-only-top .col:not(:first-child) .box-text .from_the_blog_excerpt {
  display: none;
}
.blog-image-only-top .col:not(:first-child) .box-text .post-title {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-color);
}
.blog-image-only-top .col:not(:first-child) .box-text .post-title a {
  position: relative;
  margin-left: 20px;
}
.blog-image-only-top .col:not(:first-child) .box-text .post-title a::before {
  content: "";
  width: 5px;
  border-radius: 100px;
  height: 5px;
  left: -15px;
  top: 5px;
  position: absolute;
  background-color: var(--fs-color-primary);
}

.mbws-breadcrumbs {
  border-bottom: 2px solid var(--fs-color-secondary);
  margin-bottom: 24px;
}
.mbws-breadcrumbs .breadcrumbs {
  padding-top: 10px;
  padding-bottom: 10px;
}
.mbws-breadcrumbs .breadcrumbs a {
  color: var(--fs-color-secondary);
}
.mbws-breadcrumbs .divider {
  color: var(--text-color);
  opacity: 1;
}

#header #wide-nav {
  background: linear-gradient(0deg, rgb(25, 95, 2) 0%, rgb(35, 136, 1) 100%);
}
#header #wide-nav .flex-col {
  width: 100%;
}
#header #wide-nav .flex-col .nav {
  justify-content: space-around;
}
#header #wide-nav .flex-col .nav > .menu-item + li a::after {
  border-left: 1px solid rgb(45, 163, 7);
  margin-top: -7px;
  position: absolute;
  top: 30%;
  width: 1px;
  height: 30px;
}
#header #wide-nav .flex-col .nav > .menu-item > a {
  color: #fff;
}
#header #wide-nav .flex-col .nav > .menu-item .sub-menu {
  background-color: var(--fs-color-primary);
}

.blog-hot {
  border: 1px solid #cecece;
  background-color: #fff;
  border-radius: 11px;
  overflow: hidden;
  margin-bottom: 32px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

.blog-single-top-img .col {
  padding-bottom: 0;
}

.blog-home-new {
  border: 1px solid #cecece;
  background-color: #fff;
  border-radius: 11px;
  overflow: hidden;
  margin-bottom: 32px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}
.blog-home-new .slider {
  padding: 10px !important;
}
.blog-home-new .slider .post-item {
  padding-bottom: 0 !important;
}
.blog-home-new .slider .post-item .box-normal .is-divider {
  display: none;
}

.blog-home-banner {
  margin-bottom: 32px;
}

.blog-2-col > .col > .col-inner {
  border: 1px solid #cecece;
  background-color: #fff;
  border-radius: 11px;
  overflow: hidden;
  margin-bottom: 32px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}
.blog-2-col > .col > .col-inner .blog-vertical-top .col {
  padding-bottom: 0px;
}
.blog-2-col > .col > .col-inner .blog-vertical-top .col .col-inner {
  padding: 10px 10px;
}
.blog-2-col > .col > .col-inner .blog-vertical-top .col:first-child {
  border-bottom: 1px solid #cecece;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.blog-2-col > .col > .col-inner .blog-vertical-top .col:last-child {
  margin-bottom: 20px;
}
.blog-2-col > .col > .col-inner .blog-vertical-top .col:not(:first-child) .box-image {
  display: none;
}
.blog-2-col > .col > .col-inner .blog-vertical-top .col:not(:first-child) .box-text {
  width: 100%;
  padding-left: 0 !important;
}
.blog-2-col > .col > .col-inner .blog-vertical-top .col:not(:first-child) .box-text .post-title {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-color);
}
.blog-2-col > .col > .col-inner .blog-vertical-top .col:not(:first-child) .box-text .post-title a {
  position: relative;
  margin-left: 20px;
}
.blog-2-col > .col > .col-inner .blog-vertical-top .col:not(:first-child) .box-text .post-title a::before {
  content: "";
  width: 5px;
  border-radius: 100px;
  height: 5px;
  left: -15px;
  top: 5px;
  position: absolute;
  background-color: var(--fs-color-primary);
}
.blog-2-col .blog-highlight > .col-inner {
  border: 1px solid #ff4e02;
}
.blog-2-col .blog-highlight > .col-inner .title-higline .section-title-normal {
  background-image: url(/wp-content/uploads/2024/03/bg-box4-header-1.png);
  padding: 5px 0;
  background-size: cover;
  background-position: bottom;
}
.blog-2-col .blog-highlight > .col-inner .title-higline .section-title-normal span {
  text-align: center;
  margin: auto;
  color: #fff;
}
.blog-2-col .blog-highlight > .col-inner .title {
  background-color: #e6e6e6;
}
.blog-2-col .blog-highlight > .col-inner .title p {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-color);
  padding: 7px 15px;
  margin-bottom: 5px;
}

.blog-top-img > .col > .col-inner {
  border: 1px solid #cecece;
  background-color: #fff;
  border-radius: 11px;
  overflow: hidden;
  margin-bottom: 0px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

.blog-right-list .col-blog-right {
  border-left: 1px solid #cecece;
}
.blog-right-list > .col > .col-inner {
  border: 1px solid #cecece;
  background-color: #fff;
  border-radius: 11px;
  overflow: hidden;
  margin-bottom: 0px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

.blog-full-meta .post-item {
  padding-bottom: 10px;
}
.blog-full-meta .post-item .col-inner {
  padding: 10px;
}
.blog-full-meta .box-vertical .box-image {
  vertical-align: top;
}
.blog-full-meta .box-vertical .box-text {
  vertical-align: top;
}
.blog-full-meta .box-vertical .box-text .from_the_blog_excerpt {
  font-size: 0.9rem;
}
.blog-full-meta .box-vertical .box-text .button {
  text-align: right;
  float: right;
  font-size: 0.9rem;
  margin-top: 0;
  font-weight: 400;
  color: var(--text-color);
}

.home-blog-right .ux-search-box .search-field {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #cecece;
}
.home-blog-right .tabbed-content {
  margin-top: 24px;
  border-radius: 11px;
  overflow: hidden;
  margin-bottom: 0px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}
.home-blog-right .tabbed-content .nav .tab {
  background: linear-gradient(360deg, rgb(231, 231, 231) 0%, rgb(231, 231, 231) 50%, rgb(240, 236, 236) 50%, rgb(246, 246, 246) 100%);
  width: 50%;
  margin-right: 0;
  text-align: center;
  outline: 1px solid #cecece;
  border-radius: 10px 10px 0 0;
}
.home-blog-right .tabbed-content .nav .tab a {
  color: var(--fs-color-primary);
  font-size: 1rem;
}
.home-blog-right .tabbed-content .nav .tab.active {
  background: var(--fs-color-primary);
}
.home-blog-right .tabbed-content .nav .tab.active a {
  color: #fff;
}
.home-blog-right .tabbed-content .tab-panels {
  background-color: #fff;
  outline: 1px solid #cecece;
}
.home-blog-right .blog-highlight-style-2 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.home-blog-right .blog-highlight-style-2 > .col-inner {
  outline: 1px solid var(--fs-color-primary);
  background-color: #fff;
  border-radius: 10px;
}
.home-blog-right .blog-highlight-style-2 > .col-inner .blog-vertical {
  padding: 10px;
}
.home-blog-right .blog-highlight-style-2 > .col-inner .section-title-container .section-title {
  background: url(/wp-content/uploads/2024/03/bg-focus.png);
  padding: 5px 0;
  background-size: cover;
  background-position: left bottom;
}
.home-blog-right .blog-highlight-style-2 > .col-inner .section-title-container .section-title span {
  text-align: center;
  margin: auto;
  color: #fff;
}
.home-blog-right .blog-highlight-style-3 {
  margin-top: 24px;
}
.home-blog-right .blog-highlight-style-3 > .col-inner {
  border-radius: 10px;
}
.home-blog-right .blog-highlight-style-3 > .col-inner .blog-vertical {
  padding: 20px 10px 10px 10px !important;
  border: 1px solid var(--fs-color-secondary);
  border-top: 3px solid var(--fs-color-secondary);
  border-radius: 10px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow: hidden;
  background-color: #fff;
}
.home-blog-right .blog-highlight-style-3 > .col-inner .blog-vertical .post-item {
  padding: 0px;
}
.home-blog-right .blog-highlight-style-3 > .col-inner .section-title-container .section-title {
  padding: 5px 0;
  background: transparent;
  border-bottom: 0;
}
.home-blog-right .blog-highlight-style-3 > .col-inner .section-title-container .section-title .section-title-main {
  position: relative;
  margin-left: 80px;
}
.home-blog-right .blog-highlight-style-3 > .col-inner .section-title-container .section-title .section-title-main::before {
  content: "";
  position: absolute;
  width: 60px;
  background-image: url(/wp-content/uploads/2024/03/bg-bandoc-top-1.png);
  background-size: cover;
  aspect-ratio: 47/40;
  bottom: -22px;
  left: -80px;
}
.home-blog-right .blog-highlight-style-4 {
  margin-top: 24px;
}
.home-blog-right .blog-highlight-style-4 > .col-inner {
  border-radius: 10px;
}
.home-blog-right .blog-highlight-style-4 > .col-inner .blog-vertical {
  padding: 20px 10px 10px 10px !important;
  border: 1px solid var(--fs-color-secondary);
  border-top: 3px solid var(--fs-color-secondary);
  border-radius: 10px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow: hidden;
  background-color: #fff;
}
.home-blog-right .blog-highlight-style-4 > .col-inner .blog-vertical .post-item {
  padding: 0px;
}
.home-blog-right .blog-highlight-style-4 > .col-inner .section-title-container .section-title {
  padding: 5px 0;
  background: transparent;
  border-bottom: 0;
}
.home-blog-right .blog-highlight-style-4 > .col-inner .section-title-container .section-title .section-title-main {
  position: relative;
  margin-left: 80px;
}
.home-blog-right .blog-highlight-style-4 > .col-inner .section-title-container .section-title .section-title-main::before {
  content: "";
  position: absolute;
  width: 53px;
  background-image: url(/wp-content/uploads/2024/03/bg-qa-top2.png);
  background-size: cover;
  aspect-ratio: 48/44;
  bottom: -16px;
  left: -71px;
}

.blog-home-bottom > .col-inner {
  border: 1px solid #cecece;
  background-color: #fff;
  border-radius: 11px;
  overflow: hidden;
  margin-bottom: 0px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  border-bottom: 3px solid var(--fs-color-primary);
}
.blog-home-bottom > .col-inner .row {
  margin-top: 10px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.blog-home-bottom .section-title-container .section-title .section-title-main {
  margin-left: 50px;
  position: relative;
}
.blog-home-bottom .section-title-container .section-title .section-title-main::before {
  content: "";
  position: absolute;
  width: 37px;
  background-image: url(/wp-content/uploads/2024/03/bg-qa-top2.png);
  background-size: cover;
  aspect-ratio: 48/44;
  bottom: 0;
  left: -50px;
}

.blog-home-bottom-banner img {
  border: 1px solid #cecece;
  padding: 5px;
}

.post-sidebar .widget_block {
  background-color: #fff;
  border-radius: 11px;
  overflow: hidden;
  margin-bottom: 0px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}
.post-sidebar .widget_block .wp-block-heading {
  background: linear-gradient(360deg, rgb(231, 231, 231) 0%, rgb(231, 231, 231) 50%, rgb(240, 236, 236) 50%, rgb(246, 246, 246) 100%);
  font-size: 1.3rem;
  padding: 10px 10px;
}
.post-sidebar .widget_block .wp-block-latest-posts__list {
  padding: 10px;
}
.post-sidebar .widget_block .wp-block-latest-posts__list li {
  position: relative;
  margin-left: 20px;
}
.post-sidebar .widget_block .wp-block-latest-posts__list li::before {
  content: "";
  width: 5px;
  border-radius: 100px;
  height: 5px;
  left: -15px;
  top: 10px;
  position: absolute;
  background-color: var(--fs-color-primary);
}
.post-sidebar #search-2 .search-field {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #cecece;
}

.archive #wrapper .row .large-9 > .col-inner {
  border: 1px solid #cecece;
  background-color: #fff;
  border-radius: 11px;
  padding: 0 10px 10px 10px;
  overflow: hidden;
  margin-bottom: 0px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}
.archive #wrapper .row .large-9 > .col-inner .archive-page-header {
  margin-bottom: 20px;
}
.archive #wrapper .row .large-9 > .col-inner .archive-page-header .col {
  padding-bottom: 15px;
  padding-top: 15px;
  background: linear-gradient(360deg, rgb(231, 231, 231) 0%, rgb(231, 231, 231) 50%, rgb(240, 236, 236) 50%, rgb(246, 246, 246) 100%);
}
.archive #wrapper .row .large-9 > .col-inner .archive-page-header .col h1 {
  margin-bottom: 0;
  text-align: left;
}

.blog-single.page-wrapper {
  padding-top: 0;
}
.blog-single.page-wrapper#content .row .large-9 .col-inner {
  background-color: #fff;
  border-radius: 11px;
  overflow: hidden;
  margin-bottom: 0px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  padding: 30px;
}

.blog-archive.page-wrapper {
  padding-top: 0;
}

#footer {
  border-top: 3px solid var(--fs-color-primary);
}
#footer .mbws-footer-main .col {
  padding-bottom: 0;
}
#footer .absolute-footer {
  display: none;
}/*# sourceMappingURL=style.css.map */