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

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

.justify {
  text-align: justify;
}
.justify * {
  text-align: justify;
}

.hyg_mb-0 {
  margin-bottom: 0 !important;
}
.hyg_mb-0 * {
  margin-bottom: 0 !important;
}

.hyg_mt-0 {
  margin-top: 0 !important;
}
.hyg_mt-0 * {
  margin-top: 0 !important;
}

.hyg_pb-0 {
  padding-bottom: 0 !important;
}
.hyg_pb-0 * {
  padding-bottom: 0 !important;
}

#ftwp-contents {
  width: 100% !important;
}

body.single-post .blog-single {
  padding-top: 0;
}
body.single-post .entry-header {
  display: none;
}

body .ngp_tabs-xe .row .col-inner > .tabbed-content > .nav.nav-pills li {
  position: relative;
  margin: 0 2px;
}
body .ngp_tabs-xe .row .col-inner > .tabbed-content > .nav.nav-pills li a {
  transition: all 0.3s ease;
  background-color: #111;
  border-radius: 0;
  font-size: 15px;
  padding: 2px 25px;
  color: #fff;
}
body .ngp_tabs-xe .row .col-inner > .tabbed-content > .nav.nav-pills li:first-child::before {
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  border-width: 20px;
  border-style: solid;
  border-color: transparent #111 transparent transparent;
}
body .ngp_tabs-xe .row .col-inner > .tabbed-content > .nav.nav-pills li:last-child::after {
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  right: -40px;
  top: 0;
  border-width: 20px;
  border-style: solid;
  border-color: transparent transparent transparent #111;
}
body .ngp_tabs-xe .row .col-inner > .tabbed-content > .nav.nav-pills li.active a {
  background-color: var(--fs-color-primary);
}
body .ngp_tabs-xe .row .col-inner > .tabbed-content > .nav.nav-pills li.active:first-child::before {
  border-color: transparent var(--fs-color-primary) transparent transparent;
}
body .ngp_tabs-xe .row .col-inner > .tabbed-content > .nav.nav-pills li.active:last-child::after {
  border-color: transparent transparent transparent var(--fs-color-primary);
}
body .ngp_tabs-xe .row .col-inner > .tabbed-content .tab-panels .panel .ngp_tabs-xe-inner {
  border: solid 1px rgba(0, 0, 0, 0.1);
}
body .ngp_tabs-xe .row .col-inner > .tabbed-content .tab-panels .panel .ngp_tabs-xe-inner .nav.nav-pills {
  z-index: 9;
}
@media (max-width: 550px) {
  body .ngp_tabs-xe .row .col-inner > .tabbed-content .tab-panels .panel .ngp_tabs-xe-inner .nav.nav-pills {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
body .ngp_tabs-xe .row .col-inner > .tabbed-content .tab-panels .panel .ngp_tabs-xe-inner .nav.nav-pills li {
  position: relative;
  margin: 0 2px;
}
@media (max-width: 550px) {
  body .ngp_tabs-xe .row .col-inner > .tabbed-content .tab-panels .panel .ngp_tabs-xe-inner .nav.nav-pills li {
    margin: 0;
    display: inline-block;
    flex-basis: 50%;
    max-width: 50%;
  }
}
body .ngp_tabs-xe .row .col-inner > .tabbed-content .tab-panels .panel .ngp_tabs-xe-inner .nav.nav-pills li a {
  transition: all 0.3s ease;
  background-color: transparent;
  border-radius: 0;
  font-size: 15px;
  padding: 2px 25px;
  color: var(--text-color);
}
body .ngp_tabs-xe .row .col-inner > .tabbed-content .tab-panels .panel .ngp_tabs-xe-inner .nav.nav-pills li.active a {
  background-color: var(--fs-color-primary);
  color: #fff;
}
body .ngp_tabs-xe .row .col-inner > .tabbed-content .tab-panels .panel .ngp_tabs-xe-inner .nav.nav-pills li.active::after {
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  right: -40px;
  top: 0;
  border-width: 20px;
  border-style: solid;
  border-color: transparent transparent transparent var(--fs-color-primary);
}
@media (max-width: 550px) {
  body .ngp_tabs-xe .row .col-inner > .tabbed-content .tab-panels .panel .ngp_tabs-xe-inner .nav.nav-pills li.active::after {
    display: none;
  }
}
body .ngp_tabs-xe .row .col-inner > .tabbed-content .tab-panels .panel .ngp_tabs-xe-inner .tab-panels {
  padding: 0;
}
body .ngp_tabs-xe .row .col-inner > .tabbed-content .tab-panels .panel .ngp_tabs-xe-inner .tab-panels .panel .wpcf7 {
  margin-right: 15px;
  position: absolute;
  bottom: 0;
}
body .ngp_tabs-xe .row .col-inner > .tabbed-content .tab-panels .panel .ngp_tabs-xe-inner .tab-panels .panel .wpcf7 .wpcf7-form .col-phone span::before {
  content: "爫";
  font-family: "hyg-icons";
  color: var(--fs-color-primary);
  position: absolute;
  transform: translate(0, -50%);
  left: 10px;
  top: 50%;
}
body .ngp_tabs-xe .row .col-inner > .tabbed-content .tab-panels .panel .ngp_tabs-xe-inner .tab-panels .panel .wpcf7 .wpcf7-form input[type=tel] {
  border-radius: 4px 0px 0px 4px;
  padding-left: 30px;
}
body .ngp_tabs-xe .row .col-inner > .tabbed-content .tab-panels .panel .ngp_tabs-xe-inner .tab-panels .panel .wpcf7 .wpcf7-form input[type=submit] {
  border-radius: 0px 4px 4px 0px;
  font-weight: 500;
  text-transform: none;
}
body .ngp_blog-testimonial {
  border: solid 1px rgba(0, 0, 0, 0.1);
  align-items: flex-start;
  padding: 15px;
  border-radius: 4px;
}
body .ngp_blog-testimonial .icon-box-img img {
  border-radius: 0 !important;
}
body .ngp_blog-testimonial .icon-box-text .testimonial-text {
  font-style: normal !important;
}

.dt-container select.dt-input {
  padding: 5px 20px;
}
.dt-container .dt-scroll .tablepress {
  min-width: 1500px !important;
}
.dt-container .dt-scroll-head th,
.dt-container .tablepress thead th {
  white-space: nowrap !important;
  background-color: var(--fs-color-primary) !important;
  color: #fff !important;
  padding: 10px;
}

.tablepress th .dt-column-order {
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
}
.tablepress tbody td {
  padding: 10px;
  font-size: 14px;
}
.tablepress .odd td {
  background-color: #f9f9f9;
}
.tablepress .even td {
  background-color: #fff;
}