@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
*/
.pri-color {
  color: var(--fs-color-primary);
}

.sec-color {
  color: var(--fs-color-secondary);
}

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

.ux-menu .ux-menu-link a {
  border-bottom-color: #222222;
}
.ux-menu .ux-menu-link a:hover {
  color: var(--fs-color-primary);
}

.mbws_tab .nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.mbws_tab .nav .tab {
  margin: 0 30px !important;
  padding-bottom: 60px;
}
.mbws_tab .nav .tab a {
  display: flex;
  text-align: center;
  width: 180px;
  height: 180px;
  padding: 30px 0;
  background-color: var(--fs-color-primary);
  border-radius: 100%;
  justify-content: center;
  color: rgba(34, 34, 34, 0.8);
  border: solid 1px transparent;
}
.mbws_tab .nav .tab.active a {
  background-color: transparent;
  border-color: var(--fs-color-success);
  color: var(--fs-color-primary);
}
.mbws_tab .nav .tab.active a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
@media (max-width: 1024px) {
  .mbws_tab .nav .tab.active a::after {
    display: none;
  }
}

.mbws_testimonial .icon-box-text {
  background: rgba(0, 0, 0, 0.5);
  padding: 30px 30px 30px 80px;
}
.mbws_testimonial .icon-box-text::before {
  display: inline-block;
  font-family: "matbaows-icons";
  content: "\efbe";
  font-size: 28px;
  color: var(--fs-color-secondary);
  background: var(--fs-color-primary);
  font-style: normal;
  padding: 2px 15px;
  position: absolute;
  left: 0;
  top: 0;
}
.mbws_testimonial .icon-box-text .testimonial-text {
  font-style: normal !important;
}
.mbws_testimonial .icon-box-text .testimonial-meta .testimonial-name {
  font-size: 0.8em;
  font-weight: 500;
  color: var(--fs-color-primary);
}

.slider .flickity-page-dots {
  bottom: 5%;
}
.slider .flickity-page-dots .dot {
  width: 5px;
  height: 5px;
}
.slider .flickity-page-dots .dot.is-selected {
  background-color: var(--fs-color-primary) !important;
  color: var(--fs-color-primary);
  border: var(--fs-color-primary);
}

.mbws_member {
  overflow: hidden;
}
.mbws_member .box-text {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  top: 100%;
  left: 0;
  width: 100%;
  padding-bottom: 0;
  visibility: hidden;
  height: 100%;
  background-color: var(--fs-color-secondary);
}
.mbws_member:hover .box-text {
  top: 0;
  visibility: visible;
}

.button, .submit {
  font-weight: 500 !important;
}

.wpcf7 input[type=email], .wpcf7 input[type=text], .wpcf7 input[type=url], .wpcf7 input[type=search], .wpcf7 input[type=password], .wpcf7 input[type=number], .wpcf7 input[type=tel], .wpcf7 input[type=date] {
  background: rgba(0, 0, 0, 0.02);
  color: var(--text-color);
  position: relative;
  border: none;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 45px;
  max-width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.wpcf7 input[type=email]:focus, .wpcf7 input[type=text]:focus, .wpcf7 input[type=url]:focus, .wpcf7 input[type=search]:focus, .wpcf7 input[type=password]:focus, .wpcf7 input[type=number]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=date]:focus {
  background: rgba(0, 0, 0, 0.1);
  box-shadow: unset;
  color: var(--text-color);
}
.wpcf7 input[type=email]::placeholder, .wpcf7 input[type=text]::placeholder, .wpcf7 input[type=url]::placeholder, .wpcf7 input[type=search]::placeholder, .wpcf7 input[type=password]::placeholder, .wpcf7 input[type=number]::placeholder, .wpcf7 input[type=tel]::placeholder, .wpcf7 input[type=date]::placeholder {
  color: var(--text-color);
}
.wpcf7 input[type=submit] {
  height: 45px;
  border: unset;
  background-color: var(--fs-color-primary);
  border-radius: 2px;
  width: 100%;
}
.wpcf7 input[type=submit]:hover {
  background-color: var(--fs-color-secondary);
}
.wpcf7 textarea {
  color: var(--text-color);
  min-height: 105px;
  max-width: 100%;
  padding: 17px 8px;
  background: rgba(0, 0, 0, 0.02);
  position: relative;
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.wpcf7 textarea:focus {
  background: rgba(0, 0, 0, 0.1);
  box-shadow: unset;
  color: var(--text-color);
}
.wpcf7 textarea::placeholder {
  color: var(--text-color);
}

.mbws_portfolio .tabbed-content .nav .tab a {
  padding: 5px 30px;
  border-radius: 0;
}
.mbws_portfolio .tabbed-content .tab-panels .portfolio-element-wrapper > .row > .col {
  overflow: hidden;
}
.mbws_portfolio .tabbed-content .tab-panels .portfolio-element-wrapper > .row > .col .box .box-text {
  border-radius: 100%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  bottom: 100%;
  left: 0;
  width: 100%;
  padding-bottom: 0;
  visibility: hidden;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
.mbws_portfolio .tabbed-content .tab-panels .portfolio-element-wrapper > .row > .col .box .box-text .portfolio-box-category {
  display: none;
}
.mbws_portfolio .tabbed-content .tab-panels .portfolio-element-wrapper > .row > .col .box .box-text .portfolio-box-title {
  font-size: 2.5em;
  font-weight: 700;
}
.mbws_portfolio .tabbed-content .tab-panels .portfolio-element-wrapper > .row > .col .box:hover .box-text {
  border-radius: 0%;
  bottom: 0;
  visibility: visible;
}

#header .header-button .button {
  border: solid 2px #fff;
  text-transform: unset;
}
#header .header-main .header-nav {
  justify-content: center;
}
#header .header-main .header-nav > li {
  margin: 0;
}
#header .header-main .header-nav > li > a:not(.header-button) {
  padding: 25px;
}
#header .header-main .header-nav > li > a:not(.header-button)::after {
  content: "\f698";
  font-size: 12px;
  position: absolute;
  right: 0;
  font-family: "matbaows-icons";
  color: var(--fs-color-primary);
}

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

.mbws_header-before .page-header-wrapper .page-title .title-content .title-breadcrumbs .woocommerce-breadcrumb {
  font-size: 0.8em;
  font-weight: 500;
}
.mbws_header-before .page-header-wrapper .page-title .title-content .title-breadcrumbs .woocommerce-breadcrumb a {
  color: var(--fs-color-primary);
}

body .banner p {
  margin-top: unset;
}
body a.button:not(.icon),
body button.button:not(.icon) {
  font-weight: bolder;
}
body a.button:not(.icon).border-button,
body button.button:not(.icon).border-button {
  border: 2px solid #fff;
}
body .img img {
  border-radius: 5px;
}

.check-list ul li {
  margin-left: unset !important;
  padding-left: 30px;
  position: relative;
  list-style-type: none;
}
.check-list ul li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--fs-color-secondary);
  font-weight: bold;
}

.mbws_airlines .col .col-inner > .box .box-text {
  background-color: #e8e8e8;
  padding-bottom: 40px;
}
.mbws_airlines .col .col-inner > .box .box-text .box-text-inner .icon-box {
  margin-top: -50px;
}
.mbws_airlines .col .col-inner > .box .box-text .box-text-inner .icon-box .icon-box-img {
  margin-left: auto;
  margin-bottom: 0;
  aspect-ratio: 1/1;
}
.mbws_airlines .col .col-inner > .box .box-text .box-text-inner .icon-box .icon-box-img img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
  border-radius: 100%;
}

.widget {
  border-bottom: solid 1px #333;
}
.widget .widget-title {
  font-weight: 500;
}
.widget .is-divider {
  background-color: var(--fs-color-primary) !important;
}
.widget .product-categories li a {
  font-size: 0.9em;
  padding: 2px 0;
}

.mfp-wrap .mfp-container .mfp-content .sidebar-inner {
  background-color: #18191b;
}

.archive .entry-meta,
.blog .entry-meta {
  display: none;
}

.post-item .box-text {
  padding: 15px;
  border: 1px solid #d8d8d8;
}
.post-item .box-text .post-title {
  margin-bottom: 10px;
}
.post-item .box-text .post-title > a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 3.9em;
  line-height: 1.3em;
}
.post-item .box-text .is-divider {
  display: none;
}
.post-item .box-text .post-meta {
  font-size: 1rem;
  font-weight: var(--heading-font-weight);
  color: var(--fs-color-secondary);
}

.single-featured_item .portfolio-page-wrapper {
  margin-top: 90px;
}
.single-featured_item .portfolio-page-wrapper .portfolio-top #portfolio-content {
  border-color: transparent;
}
.single-featured_item .portfolio-page-wrapper .portfolio-top .portfolio-summary .entry-title {
  display: none;
}
.single-featured_item .portfolio-page-wrapper .portfolio-top .portfolio-summary .breadcrumbs {
  display: none;
}

.woocommerce.archive .shop-page-title nav.woocommerce-breadcrumb {
  display: none;
}
ins bdi {
  color: var(--fs-color-primary);
  font-weight: 500;
}

.badge-container {
  margin: 2% !important;
}
.badge-container .badge {
  height: 1.8em;
}
.badge-container .badge .badge-inner {
  padding: 0px 20px;
  border-radius: 5px;
  font-weight: 500;
}

.single-product .product > .row > .col {
  border-right: unset !important;
}
.single-product #product-sidebar {
  margin-top: 30px;
}
.single-product .product-main .product-info nav.woocommerce-breadcrumb {
  display: none;
}
.single-product .product-main .product-info .product_meta .posted_in {
  padding: 30px 0;
  font-size: 1.2em;
}
.single-product .product-footer .tabs li.active a {
  color: var(--fs-color-secondary);
}
.single-product .product-footer .tab-panels {
  background-color: transparent;
}

#footer .absolute-footer {
  display: none;
}
#footer .post-item .box .box-image {
  display: none;
}
#footer .post-item .box .box-text {
  padding-top: 0;
  padding-bottom: 0;
}
#footer .post-item .box .box-text .is-divider {
  max-width: 100%;
  height: 1px;
}
#footer .post-item .box .box-text .post-title {
  margin: 0;
}
#footer .post-item .box .box-text .post-title a {
  margin: 0;
}
#footer .post-item:last-child .box .box-text .is-divider {
  display: none;
}

/* Form tìm kiếm văn bản */
.form-search-vanban .form-group {
  margin-bottom: 15px;
}
.form-search-vanban .form-group .btn-group {
  display: flex;
  justify-content: space-between;
}
.form-search-vanban .form-group .btn-group .btn {
  margin-right: 0;
}

.form-search-vanban .form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
}

.form-search-vanban .form-group input[type=text],
.form-search-vanban .form-group select {
  width: 100%;
  height: 35px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 0px;
}

.form-search-vanban .form-group .form-inline {
  display: flex;
  align-items: center;
  gap: 5px 10px;
  flex-wrap: wrap;
}

.form-search-vanban .form-group .form-inline input {
  flex: 1;
  min-width: 110px;
  margin-bottom: 0;
}

.form-search-vanban .form-group.form-search-vanban-time span {
  font-size: 0.8rem;
}

.form-search-vanban .form-group.form-search-vanban-time .form-inline input {
  height: 35px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  min-width: 100%;
}

.form-search-vanban .btn {
  padding: 0px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 0;
}

.form-search-vanban .btn-primary {
  background-color: var(--fs-color-primary, #0073aa);
  color: #fff;
}

.form-search-vanban .btn-primary:hover {
  opacity: 0.9;
}

.form-search-vanban .btn-danger {
  background-color: #dc3545;
  color: #fff;
}

.form-search-vanban .btn-danger:hover {
  opacity: 0.9;
}

.form-search-vanban .hasDatepicker {
  cursor: pointer;
}

.sidebar-vanban .widget {
  border: 1px solid var(--fs-color-primary);
}
.sidebar-vanban .widget .widget-title {
  background-color: var(--fs-color-primary);
  color: #fff;
  padding: 10px 15px;
  font-size: 1rem;
  margin-bottom: 0;
}
.sidebar-vanban .widget .form-search-vanban {
  padding: 15px;
}
.sidebar-vanban .widget .form-search-vanban form {
  margin-bottom: 0;
}

.vanban-archive .header {
  background-color: #eeeeee;
  margin-bottom: 15px;
}
.vanban-archive .header .rank-math-breadcrumb {
  padding-top: 15px;
}
.vanban-archive .nav-pagination.links li a,
.vanban-archive .nav-pagination.links li span {
  border-radius: 3px;
}

.ui-datepicker .ui-datepicker-title {
  display: flex;
}

.flex-table-laws {
  border: 1px #ddd solid;
  margin-bottom: 15px;
}

.flex-table-laws-inline {
  margin-bottom: 15px;
}

.flex-table-laws-inline .flex-table-laws {
  margin-bottom: 0;
}

.flex-table-laws-inline .flex-table-laws:not(:first-child) {
  border-bottom: 0;
  border-top: 0;
}

.flex-table-heading {
  border: 1px #ddd solid;
  padding: 8px;
  background-color: #d9edf7;
}

.flex-table-laws > .table-rows {
  -ms-display: flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: 1px #ddd solid;
}

.flex-table-laws > .table-rows:nth-of-type(even) {
  background-color: #f9f9f9;
}

.flex-table-laws > .table-rows:hover:not(.table-head) {
  background-color: #f5f5f5;
}

.flex-table-laws > .table-head {
  border-bottom-width: 2px;
}
.flex-table-laws > .table-head div {
  font-size: 0.9rem;
}

.flex-table-laws > .table-rows:last-child {
  border-bottom: 0;
}

.flex-table-laws > .table-rows > div {
  padding: 7px;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  border-left: 1px #ddd solid;
}

.flex-table-laws > .table-rows > div:first-child {
  border-left: 0;
}

.flex-table-laws > .table-head > div {
  font-weight: 700;
}

.flex-table-laws > .table-rows > div > .label-name {
  display: none;
  font-weight: 700;
  margin-right: 5px;
}

.flex-table-laws > .table-rows > .a-center {
  text-align: center;
}

.flex-table-laws > .table-rows a {
  color: #000;
}

.flex-table-laws > .table-rows > .c-intro {
  -ms-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
}
.flex-table-laws > .table-rows > .c-intro a {
  color: var(--fs-color-primary);
  font-size: 1rem;
  font-weight: 600;
}
.flex-table-laws > .table-rows > .c-intro span {
  display: block;
  font-size: 0.9rem;
}

.flex-table-laws > .table-rows > .c-stt {
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
}

.flex-table-laws > .table-rows > .c-code {
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  max-width: 120px;
}

.flex-table-laws > .table-rows > .c-time {
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  max-width: 150px;
  width: 150px;
}

.flex-table-laws > .table-rows > .c-comtime {
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  max-width: 160px;
}

.flex-table-laws > .table-rows > .c-file {
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  max-width: 120px;
}

.flex-table-laws > .table-rows > .c-comment {
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  max-width: 90px;
}

.flex-table-laws > .table-rows > .c-file ul {
  margin-bottom: 0;
  list-style: none;
}
.flex-table-laws > .table-rows > .c-file ul li {
  font-size: 0.9rem;
  margin-left: 0px;
}
.flex-table-laws > .table-rows > .c-file ul li a {
  margin-bottom: 0 !important;
  color: var(--fs-color-primary);
}
.flex-table-laws > .table-rows > .c-file ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 676.98px), (max-width: 940px) and (min-width: 768px) {
  .flex-table-heading {
    padding-left: 0;
    background-color: transparent;
    border: 0;
  }
  .flex-table-laws {
    border: 0;
    margin-bottom: 0;
  }
  .flex-table-laws > .table-head {
    display: none;
  }
  .flex-table-laws > .table-rows,
  .flex-table-laws > .table-rows:last-child {
    margin-bottom: 15px;
    border: 1px #ddd solid;
    flex-wrap: wrap;
    border-radius: 4px;
  }
  .flex-table-laws > .table-rows > div {
    border: 0;
    -ms-order: 99;
    order: 99;
    padding-top: 0;
    padding-bottom: 5px;
  }
  .flex-table-laws > .table-rows > div > .label-name {
    display: inline-block;
  }
  .flex-table-laws > .table-rows > .c-stt,
  .flex-table-laws > .table-rows > .c-code,
  .flex-table-laws > .table-rows > .c-time,
  .flex-table-laws > .table-rows > .c-comtime,
  .flex-table-laws > .table-rows > .c-file,
  .flex-table-laws > .table-rows > .c-comment {
    -ms-flex-basis: inherit;
    flex-basis: inherit;
    width: 100%;
    max-width: 100%;
  }
  .flex-table-laws > .table-rows > .c-stt {
    display: none;
  }
  .flex-table-laws > .table-rows > .c-intro {
    -ms-order: 1;
    order: 1;
    padding-top: 5px;
  }
  .flex-table-laws > .table-rows > .c-intro a:not(.btn) {
    font-size: 1.15em;
    font-weight: 700;
  }
  .flex-table-laws > .table-rows > .a-center {
    text-align: left;
  }
  .flex-table-laws > .table-rows > .c-file ul {
    display: inline-block;
  }
  .flex-table-laws > .table-rows > .c-file ul li {
    display: inline-block;
    margin-right: 10px;
  }
  .flex-table-laws > .table-rows > .c-comment .label-name {
    position: relative;
    top: -8px;
  }
}
.vanban-single .header {
  background-color: #eeeeee;
  margin-bottom: 15px;
}
.vanban-single .header .rank-math-breadcrumb {
  padding-top: 15px;
}
.vanban-single .nav-pagination.links li a,
.vanban-single .nav-pagination.links li span {
  border-radius: 3px;
}
.vanban-single h1 {
  font-size: 1.3rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.vanban-single .vanban-content {
  margin-bottom: 20px;
}
.vanban-single .vanban-content table {
  border: 1px solid #ddd;
}
.vanban-single .vanban-content table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.vanban-single .vanban-content table tr:last-child td {
  border-bottom: 0;
}
.vanban-single .vanban-content table tr td {
  padding: 10px;
}
.vanban-single .vanban-content table tr td:first-child {
  width: 180px;
  text-align: left;
  border-right: 1px solid #ddd;
}
.vanban-single .laws-download-file {
  margin-bottom: 20px;
}
.vanban-single .laws-download-file .list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vanban-single .laws-download-file .list-unstyled li {
  margin-bottom: 10px;
  border: 1px solid #ddd;
  margin-left: 0px;
  padding: 10px;
}
.vanban-single .laws-download-file .list-unstyled li a {
  color: var(--text-color);
}
.vanban-single .laws-download-file .list-unstyled li a:hover {
  color: var(--fs-color-primary);
}
.vanban-single .van-ban-related h3 {
  font-size: 1.2rem;
  font-weight: 600;
}