@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;
}
body .img-box-car {
  padding: 10px;
}
body .img-box-car::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(60deg, var(--fs-color-secondary) 45%, var(--fs-color-primary) 45%);
}
body .pri-img-box {
  display: flex;
  flex-direction: column-reverse;
}
body .pri-img-box .box-text {
  border-radius: 20px 20px 0px 0px;
  border-top: solid 5px var(--fs-color-success);
  padding-bottom: 0.7em;
  background-color: #f9e5c5;
}
body .pri-img-box .box-text h4 {
  font-size: 1.8em;
  color: var(--fs-color-success);
}
body .pri-img-box .box-image {
  width: 100%;
}
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-testimonial .col .col-inner {
  transition: all 0.5s ease;
  border-radius: 20px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 40px 25px;
}
body .box-testimonial .col .col-inner .icon-box {
  position: relative;
}
body .box-testimonial .col .col-inner .icon-box .icon-box-img {
  bottom: 0;
  position: absolute;
}
body .box-testimonial .col .col-inner .icon-box .icon-box-img::before {
  content: "\efbe";
  font-family: "tabler-icons";
  position: absolute;
  right: -7px;
  top: -7px;
  background-color: var(--fs-color-secondary);
  border-radius: 999px;
  line-height: 1;
  padding: 5px;
  font-size: 18px;
  color: var(--fs-color-primary);
  transform: rotate(180deg);
}
body .box-testimonial .col .col-inner .icon-box .icon-box-img img {
  padding-top: 0;
  border: solid 1px var(--fs-color-secondary);
  background-color: #a5a7ff;
}
body .box-testimonial .col .col-inner .icon-box .icon-box-text .testimonial-text {
  font-style: normal !important;
}
body .box-testimonial .col .col-inner .icon-box .icon-box-text .testimonial-meta {
  padding-top: 65px;
  padding-left: 65px;
}
body .box-testimonial .col .col-inner .icon-box .icon-box-text .testimonial-meta .testimonial-name {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: var(--fs-color-secondary);
}
body .box-testimonial .col .col-inner .icon-box .icon-box-text .testimonial-meta .testimonial-name-divider {
  display: none;
}
body .box-testimonial .col:hover .col-inner {
  background-color: var(--fs-color-primary);
}
body .box-testimonial .col:hover .col-inner .icon-box-text {
  color: #000;
}
body .banner-overlay-sec .overlay {
  background: linear-gradient(90deg, #0E2207 0%, rgba(14, 34, 7, 0) 100%) !important;
}
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 .product-small.box {
  padding: 15px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
body .product-small.box .box-text .product-title a {
  font-weight: bold;
  color: var(--fs-color-primary);
  font-size: 1.2em;
}
body .product-small.box .box-text .price .woocommerce-Price-amount {
  color: var(--fs-color-success);
}
body .product-small.box .box-text .price .btn-popup.button {
  width: fit-content;
}
body .product-small.box-vertical {
  padding: 15px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
body .post-item .col-inner .box .box-image::before {
  content: "";
  border: 1px solid #FFF;
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  z-index: 1;
}
body .post-item .col-inner .box .box-text {
  z-index: 1000;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body .post-item .col-inner .box .box-text * {
  color: #fff;
}
body .post-item .col-inner .box .box-text .box-text-inner {
  position: relative;
  top: 50%;
  transform: translate(0px, -50%);
}
body .post-item .col-inner .box .box-text .tour-vehicle {
  display: none;
}
body .post-item .col-inner .box .box-text .post-title {
  font-size: 1.4em;
}
body .post-item .col-inner .box .box-text .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body .post-item .col-inner .box .box-text .button {
  display: none;
}
body .post-item .col-inner .box .box-text-overley {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  background: rgba(0, 0, 0, 0.5);
}
body .post-item .col-inner .box .box-text-overley .tour-vehicle {
  display: block;
}
body .post-item .col-inner .box:hover .box-text {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
body .post-item .col-inner .box:hover .box-text-overley {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
body .post-item .col-inner .box:hover .box-text-overley .button {
  display: inline-block;
}
body .post-item .col-inner .box:hover .box-text-overley .post-title a {
  color: var(--fs-color-primary);
}
body .post-item .col-inner .box:hover .box-text-overley .price {
  color: var(--fs-color-success);
}
body .wpcf7 input[type=email], body .wpcf7 input[type=number], body .wpcf7 input[type=search], body .wpcf7 input[type=tel], body .wpcf7 input[type=text], body .wpcf7 input[type=url], body .wpcf7 textarea, body .wpcf7 select {
  border-radius: 5px;
}
body .wpcf7 .wpcf7-submit {
  border-radius: 5px;
}
body .wpcf7 .wpcf7-spinner {
  display: none;
}
body .book-form {
  border: 5px solid var(--fs-color-primary);
  border-radius: 8px;
}
body .book-form input[type=email], body .book-form input[type=number], body .book-form input[type=search], body .book-form input[type=tel], body .book-form input[type=text], body .book-form input[type=url], body .book-form textarea, body .book-form select {
  padding: 0px 0.75em 0 1.75em;
}
body .book-form .title {
  text-align: center;
  background: #f1f1f1;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  color: var(--fs-color-primary);
}
body .book-form .title h3 {
  margin-bottom: 0;
  color: var(--fs-color-primary);
}
body .book-form .content {
  background-color: #ffffff;
  padding: 15px;
}
body .book-form h5 {
  color: #000 !important;
}
body .book-form .wpcf7-form-control-wrap::before {
  position: absolute;
  top: 5px;
  left: 7px;
}
body .book-form [data-name=diem-don]::before {
  content: "\f680";
  font-family: "tabler-icons";
  color: var(--fs-color-success);
}
body .book-form [data-name=diem-tra]::before {
  content: "\f680";
  font-family: "tabler-icons";
  color: var(--fs-color-primary);
}
body .book-form [data-name=dich-vu]::before {
  content: "\f67f";
  font-family: "tabler-icons";
  color: var(--fs-color-secondary);
}
body .book-form [data-name=loai-xe]::before {
  content: "𐁌";
  font-family: "tabler-icons";
  color: var(--fs-color-success);
}
body .book-form [data-name=ho-ten]::before {
  content: "ﴙ";
  font-family: "tabler-icons";
  color: var(--fs-color-secondary);
}
body .book-form [data-name=phone]::before {
  font-family: "tabler-icons";
  content: "爫";
  color: var(--fs-color-primary);
}
body #ftwp-contents {
  width: 100% !important;
}
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;
}
@media (min-width: 550px) {
  body .tabbed-content .nav-pills {
    margin: 0 -15px;
  }
}
body .tabbed-content .nav-pills .tab {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 15px 15px;
}
@media (max-width: 550px) {
  body .tabbed-content .nav-pills .tab {
    flex-basis: 100%;
    max-width: 100%;
  }
}
body .tabbed-content .nav-pills .tab a {
  border-radius: 0;
  width: 100%;
  justify-content: center;
  background-color: var(--fs-color-primary);
  color: #fff;
}
body .tabbed-content .nav-pills .tab.active a {
  background-color: var(--fs-color-secondary);
}
.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;
}

.single-product .product-info .product-title {
  color: var(--fs-color-primary);
}
.single-product .product-info .btn-popup.button {
  font-size: 0.7em;
}

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