@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
*/
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/hyg-font/Manrope-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/hyg-font/Manrope-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/hyg-font/Manrope-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/hyg-font/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/hyg-font/Manrope-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/hyg-font/Manrope-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/hyg-font/Manrope-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gotham";
  src: url("../fonts/hyg-font/SVN-Gotham-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SVN-Gotham";
  src: url("../fonts/hyg-font/SVN-Gotham-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SVN-Gotham";
  src: url("../fonts/hyg-font/SVN-Gotham-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SVN-Gotham";
  src: url("../fonts/hyg-font/SVN-Gotham-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
.pri-color {
  color: var(--fs-color-primary) !important;
}
.pri-color * {
  color: var(--fs-color-primary) !important;
}

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

.succ-color {
  color: var(--fs-color-success) !important;
}
.succ-color * {
  color: var(--fs-color-success) !important;
}

.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;
}

.hyg_sticky > .col-inner {
  position: sticky;
  top: 120px;
  z-index: 10;
}

body .border-5 {
  overflow: hidden;
  border-radius: 5px;
}
body .border-10 {
  border-radius: 10px;
  overflow: hidden;
}
body .border-20 {
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 850px) {
  body .box-quy-trinh > .col {
    flex-basis: 20%;
    max-width: 20%;
  }
}
body .box-quy-trinh > .col > .col-inner {
  padding: 16px 24px;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.1019607843);
  transition: all 0.5s ease;
}
body .box-quy-trinh > .col > .col-inner .number {
  border-radius: 999px;
  font-size: 1.5em;
  display: flex;
  height: 4rem;
  width: 4rem;
  border: solid 1px var(--fs-color-primary);
  justify-content: center;
  align-items: center;
  color: var(--fs-color-primary);
  margin-bottom: 15px;
}
body .box-quy-trinh > .col > .col-inner .number * {
  margin-bottom: 0 !important;
}
body .box-quy-trinh > .col > .col-inner:hover {
  box-shadow: 4px 4px 26px rgba(0, 0, 0, 0.2392156863);
  transform: translate(0, -15px);
}
body .box-icon > .col > .col-inner {
  padding: 30px 20px;
  background-color: #fff;
  transition: all 0.5s ease;
}
body .box-icon > .col > .col-inner .icon-box .icon {
  border-radius: 99%;
  padding: 15px;
  background-color: #F5F5F5;
}
body .box-icon > .col > .col-inner:hover {
  box-shadow: 4px 4px 26px rgba(0, 0, 0, 0.2392156863);
  transform: translate(0, -15px);
}
body .box-thue-xe > .col > .col-inner {
  background-color: #F5F5F5;
}
body .box-thue-xe > .col > .col-inner .box .box-text {
  padding-bottom: 0.7em;
}
body .box-thue-xe > .col > .col-inner .box .box-text a {
  color: var(--text-color);
}
body .box-thue-xe > .col > .col-inner .box .box-text a:hover {
  color: var(--fs-color-primary);
}
body .box-1 > .col > .col-inner {
  background-color: #e8efe6;
  padding: 32px 25px;
}
body .pri-intro {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 40px;
  border: solid 1px var(--fs-color-primary);
  color: var(--fs-color-primary) !important;
}
body .pri-intro * {
  margin: 0 !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--fs-color-primary) !important;
}
body .sec-intro {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 40px;
  border: solid 1px var(--fs-color-secondary);
  color: var(--fs-color-secondary) !important;
}
body .sec-intro * {
  margin: 0 !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--fs-color-secondary) !important;
}
body .sec-icon .icon-box-img .icon .icon-inner {
  line-height: 0.7;
  border-radius: 999px;
  background-color: var(--fs-color-secondary);
  padding: 13px;
}
body .sec-icon .icon-box-img .icon .icon-inner svg {
  padding-top: 0;
}
body .icon-center {
  align-items: center;
}
body .box-testi-1 .col > .col-inner {
  padding: 1.5rem;
  background-color: #fff;
}
body .menu-icon-car .ux-menu-link:hover a span {
  color: var(--fs-color-primary);
}
body .menu-icon-car i::before {
  content: "𐁌";
  font-family: "tabler-icons";
  color: var(--fs-color-primary);
}
body .ux-menu.vertical {
  width: fit-content;
  display: flex;
  flex-direction: row;
}
@media (max-width: 550px) {
  body .ux-menu.vertical {
    margin-right: auto;
  }
}
body .ux-menu.vertical .ux-menu-link a span {
  padding-right: 10px;
  margin-right: 10px;
  border-right: solid 2px rgba(255, 255, 255, 0.2);
}
body .ux-menu.vertical .ux-menu-link:last-child a span {
  border-right: unset;
  padding-right: 0;
  margin-right: 0;
}
body .post-item {
  display: flex;
  flex-direction: column;
}
body .post-item .col-inner {
  background-color: #F5F5F5;
}
body .post-item .col-inner .box .box-text {
  padding: 1em;
}
body .post-item .col-inner .box .box-text .box-text-inner a.button {
  text-transform: none;
  font-weight: 500;
  font-size: 1em;
  border-radius: 999px !important;
}
body .post-item .col-inner .box .box-text .box-text-inner .is-divider {
  display: none;
}
body .tin-tuc .box .box-text .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 43px;
}
body .gallery-1 .gallery-col:first-child .col-inner {
  border-width: 0px 0px 0px 0px;
}
body .gallery-1 .gallery-col .col-inner {
  background-color: #fff;
  border-color: #f5f5f5;
  border-width: 1px 0px 0px 1px;
  border-style: solid;
}
body .gallery-1 .gallery-col .col-inner .box .box-image img {
  object-fit: contain;
}
body .wpcf7 .wpcf7-submit {
  width: 100%;
  text-transform: none;
}
body .wpcf7 .wpcf7-spinner {
  display: none;
}
body .wpcf7 .btn-dat-xe {
  display: flex;
}
body .wpcf7 .btn-dat-xe > * {
  margin-top: auto;
  width: 100%;
}
body .sml_scroll-x {
  overflow-x: auto;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
body .sml_scroll-x::-webkit-scrollbar {
  height: 5px;
  background: #eee;
  border-radius: 50px;
}
body .sml_scroll-x::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(90deg, #4D9C41 40%, #54DE5D 60%, #19911D 100%);
}
body .sml_scroll-x .col-inner {
  white-space: nowrap;
}
.mfp-wrap.dark .mfp-content {
  background-color: var(--fs-color-primary) !important;
}
.mfp-wrap.dark .mfp-content .toggle, .mfp-wrap.dark .mfp-content a {
  color: #fff !important;
}

@media (min-width: 850px) {
  .nav .menu-item .sub-menu li {
    position: relative;
    display: inline-block !important;
    width: 100%;
    border-right: 0;
  }
  .nav .menu-item .sub-menu li a {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1em;
    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 > .sub-menu {
    display: grid !important;
  }
}
body.home .ngp_header-main {
  display: none;
}

.ngp_header-main .page-title .page-title-inner {
  padding-top: 0;
}
.ngp_header-main .page-title .page-title-inner .title-content {
  transform: translate(-50%, 0px);
  position: relative;
  left: 50%;
  width: 100vw;
  background-color: #d8d8d8;
}
.ngp_header-main .page-title .page-title-inner .title-content .title-breadcrumbs {
  margin-left: auto;
  margin-right: auto;
}
.ngp_header-main .page-title .page-title-inner .title-content .title-breadcrumbs .breadcrumbs {
  font-weight: 500;
  margin: 0 15px;
}
.ngp_header-main .page-title .page-title-inner .title-content .title-breadcrumbs .breadcrumbs a {
  color: var(--fs-color-primary);
}
.ngp_header-main .page-title .page-title-inner .title-content .title-breadcrumbs .breadcrumbs a:hover {
  color: var(--fs-color-secondary);
}
.ngp_header-main .page-title .page-title-inner .title-wrapper .entry-title {
  padding-top: 15px;
}

#header .html.header-button-1 .button {
  animation: shake 1.5s infinite !important;
}
#header .header-main .hide-for-medium.flex-left .header-nav {
  justify-content: center;
}
@media (max-width: 850px) {
  #header .header-main .medium-logo-center .flex-right {
    flex: 2 1 0;
  }
}
@media (max-width: 550px) {
  #header .header-main .medium-logo-center .flex-right {
    flex: 3 1 0;
  }
}
#header .header-bottom .header-nav .menu-item::before {
  border-bottom-color: #fff;
}
#header .header-bottom .header-nav .menu-item::after {
  display: none;
}
#header .header-bottom .header-nav .menu-item > .sub-menu {
  border: 1px solid #f5f5f5;
  padding: 0;
}
#header .header-bottom .header-nav .menu-item > .sub-menu > .menu-item > a {
  border-bottom: 1px solid #f5f5f5;
  padding: 10px;
  background-color: var(--fs-color-primary);
  color: #fff;
}
#header .header-bottom .header-nav .menu-item > .sub-menu > .menu-item:hover > a {
  background-color: #fff;
  color: var(--fs-color-primary);
}
#header .header-bottom .header-search-form .search-field {
  border: unset;
  box-shadow: unset;
  height: 50px;
  color: #fff;
  background-color: #3e3e3e;
}
#header .header-bottom .header-search-form .search-field::placeholder {
  color: #fff;
}
#header .header-bottom .header-search-form .ux-search-submit {
  width: 50px;
  height: 50px;
}

#top-bar .html_topbar_left strong {
  font-size: 2em !important;
}

.widget-area .widget {
  border: 1px solid #d8d8d8;
}
.widget-area .widget .widget-title {
  display: block;
  padding: 10px;
  color: #fff;
  background-color: var(--fs-color-primary);
}
.widget-area .widget .is-divider {
  display: none;
}
.widget-area .widget > div {
  padding: 15px;
}
.widget-area .wpcf7 .wpcf7-form {
  margin-bottom: 0;
}
.widget-area .wpcf7 .wpcf7-form .row > .col {
  flex-basis: 100%;
  max-width: 100%;
}
.widget-area .widget.widget_media_image {
  border: unset;
}

.single-post .post .entry-header {
  display: none;
}
.single-post .post .entry-content {
  padding: 0;
}

#footer .absolute-footer {
  display: none;
}

@keyframes arcontactus-pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes pulse-effect {
  0% {
    /* Đổi màu tại đây: sử dụng rgba để điều chỉnh độ trong suốt */
    box-shadow: 0 0 0 0 var(--fs-color-secondary);
  }
  70% {
    /* Bóng mờ sẽ tỏa ra 20px rồi mờ dần */
    box-shadow: 0 0 0 20px rgba(31, 99, 6, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(31, 99, 6, 0);
  }
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-3px);
  }
  20% {
    transform: translateX(3px);
  }
  30% {
    transform: translateX(-3px);
  }
  40% {
    transform: translateX(3px);
  }
  50% {
    transform: translateX(-2px);
  }
  60% {
    transform: translateX(2px);
  }
  70% {
    transform: translateX(-1px);
  }
  80%, 100% {
    transform: translateX(0);
  }
}
@media (max-width: 550px) {
  body .center-phone * {
    text-align: center;
  }
}
@media (max-width: 550px) {
  body .menu-center-phone .ux-menu-link a {
    flex-direction: column;
    align-items: center;
  }
  body .menu-center-phone .ux-menu-link a span {
    padding-left: 0;
  }
}
@media (max-width: 550px) {
  body .icon-box-center-phone {
    flex-direction: column;
    text-align: center;
  }
  body .icon-box-center-phone .icon-box-img {
    margin-bottom: 10px;
  }
  body .icon-box-center-phone .icon-box-text {
    padding-left: 0 !important;
  }
}
@media (max-width: 550px) {
  body .section .section-content > .row:last-child > .col:last-child {
    padding-bottom: 0 !important;
  }
}