@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 .ngp_title-1 {
  margin-bottom: 30px;
  padding: 10px 100px;
  border: solid 1px red;
  width: fit-content;
  box-shadow: rgb(255, 255, 255) 0px 15px 20px -20px;
}
body .ngp_title-1 * {
  margin-bottom: 0 !important;
}
@media (max-width: 550px) {
  body .ngp_title-1 {
    padding: 10px 15px;
    width: 100%;
  }
}
body .ngp_title-2 {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 10px 100px;
  width: fit-content;
  box-shadow: rgb(255, 255, 255) 0px 15px 20px -20px;
}
body .ngp_title-2 * {
  color: #000 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 550px) {
  body .ngp_title-2 {
    padding: 10px 15px;
    width: 100%;
  }
}
body .text-shadow {
  text-shadow: rgb(0, 0, 0) 1px 2px 3px;
}
body .border-5 {
  overflow: hidden;
  border-radius: 5px;
}
body .border-10 {
  border-radius: 10px;
  overflow: hidden;
}
body .border-20 {
  border-radius: 20px;
  overflow: hidden;
}
body .box-tai-sao > .col > .col-inner {
  transition: all 0.5s ease;
  border: solid 1px rgb(84, 84, 84);
  border-radius: 15px;
  padding: 20px 20px 0 20px;
}
body .box-tai-sao > .col > .col-inner:hover {
  transform: translateY(-30px);
}
body .box-cam-nhan .section-bg .section-bg-overlay {
  background-color: none !important;
  background-image: linear-gradient(rgb(142, 14, 0), rgb(31, 28, 24));
  opacity: 0.8;
}
body .box-banner .banner .text-box {
  font-size: 100%;
}
body .box-banner .banner .text-box .button span {
  color: #000;
  font-weight: 500;
}
body .box-banner .col:nth-child(1) .banner .overlay {
  background-color: none !important;
  background-image: linear-gradient(rgb(238, 110, 102), rgb(36, 36, 36));
  opacity: 0.8;
}
body .box-banner .col:nth-child(2) .banner .overlay {
  background-color: none !important;
  background-image: linear-gradient(rgb(69, 104, 220), rgb(36, 36, 36));
  opacity: 0.8;
}
body .box-gioi-thieu {
  overflow: hidden;
  border-width: 1px;
  border-radius: 10px;
  border-style: solid;
  border-color: rgb(132, 132, 132);
  box-shadow: rgb(255, 255, 255) 15px 15px 23px -22px;
}
body .box-gioi-thieu .box-gioi-thieu-text p:last-child {
  margin-bottom: 0 !important;
}
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 .testimonial-box {
  transition: all 0.5s ease;
}
body .testimonial-box .icon-box-text {
  padding: 1em;
  display: flex;
  background-color: #fff;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: rgb(255, 255, 255) 15px 15px 20px -17px;
  margin-top: -45px;
}
body .testimonial-box .icon-box-text .testimonial-meta {
  margin-bottom: 0.5em;
  order: -1;
}
body .testimonial-box .icon-box-text .testimonial-meta .testimonial-name {
  display: block;
  color: var(--fs-color-primary);
}
body .testimonial-box .icon-box-text .testimonial-meta .testimonial-name-divider {
  display: none;
}
body .testimonial-box .icon-box-text .testimonial-meta .testimonial-company {
  color: #000;
  display: block;
  font-style: italic;
  font-size: 14px;
}
body .testimonial-box .icon-box-text .testimonial-text {
  text-align: left;
  font-style: unset !important;
}
body .testimonial-box .icon-box-text .testimonial-text * {
  color: #000;
}
body .testimonial-box:hover {
  transform: translateY(-30px);
}
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;
}
body .post-item .col-inner {
  overflow: hidden;
  border-width: 1px;
  border-radius: 10px;
  border-style: solid;
  border-color: rgb(132, 132, 132);
  box-shadow: rgb(255, 255, 255) 15px 15px 23px -22px;
}
body .post-item .col-inner .box .box-text {
  padding: 1em;
}
body .post-item .col-inner .box .box-text .post-title a {
  font-size: 18px;
  height: 47px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body .post-item .col-inner .box .box-text .is-divider {
  height: 0.5px;
  max-width: 70%;
}
body .post-item .col-inner .box .box-text .box-price {
  font-weight: 700;
  font-size: 19px;
  color: var(--fs-color-primary);
}
body .post-item .col-inner .box .box-text .button {
  border-radius: 15px;
  font-size: 15px;
}
body .post-item .col-inner .box .box-text .button.dat-xe {
  background-color: var(--fs-color-secondary);
}
body #form-dat-xe {
  background-color: #000;
}
body .wpcf7 .book-form {
  padding: 15px 30px;
  border-radius: 5px;
  background-color: rgba(2, 2, 2, 0.5);
}
body .wpcf7 .select-resize-ghost, body .wpcf7 .select2-container .select2-choice, body .wpcf7 .select2-container .select2-selection, body .wpcf7 input[type=date], body .wpcf7 input[type=email], body .wpcf7 input[type=number], body .wpcf7 input[type=password], body .wpcf7 input[type=search], body .wpcf7 input[type=tel], body .wpcf7 input[type=text], body .wpcf7 input[type=url], body .wpcf7 select, body .wpcf7 textarea {
  border-radius: 5px;
  border: none;
  box-shadow: unset;
}
body .wpcf7 .wpcf7-submit {
  border-radius: 5px;
  border: solid 1px #fff;
}
body .wpcf7 .wpcf7-spinner {
  display: none;
}
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: #242424 !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;
  }
}
#header .header-main .header-inner > .flex-left .header-nav {
  justify-content: flex-end;
}
#header .header-main .header-inner > .flex-right .header-nav {
  justify-content: flex-start;
}

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