@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;
}
body {
  font-family: "SVN-Gotham", sans-serif;
  font-weight: 400;
}
body h1, body h2, body h3, body h4, body h5 {
  font-weight: 700;
}

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

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

.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 .button {
  font-weight: 500;
}
body .button span {
  font-weight: 500;
}
body .box-title {
  padding: 5px 0;
  text-align: center;
  color: #fff;
  background-color: var(--fs-color-primary);
  margin-bottom: 15px;
}
body .box-title * {
  text-transform: uppercase;
  font-size: 1.1em;
  margin-bottom: 0;
}
body .sec-box > .col > .col-inner {
  background-color: var(--fs-color-secondary);
  border-radius: 20px;
  padding: 20px;
}
body .sec-box > .col > .col-inner .box .box-image {
  border-radius: 20px;
  overflow: hidden;
}
body .sec-box > .col > .col-inner .box .box-text {
  padding-top: 25px;
}
body .sec-box > .col > .col-inner .box .box-text p {
  font-size: 16px;
}
body .sec-box > .col > .col-inner .box:hover .ngp_title * {
  color: var(--fs-color-primary);
}
body .box-1 > .col > .col-inner {
  background-color: #e8efe6;
  padding: 32px 25px;
}
body .box-2 .button.primary i.icon-angle-right {
  color: var(--fs-color-primary);
  background-color: var(--fs-color-secondary);
}
body .box-2 .button.primary:hover {
  background-color: var(--fs-color-secondary);
  color: #000;
}
body .box-2 .button.primary:hover i.icon-angle-right {
  color: var(--fs-color-secondary);
  background-color: var(--fs-color-primary);
}
body .box-3 > .col > .col-inner {
  background-color: #e8efe6;
  padding: 25px 12px;
  border-radius: 20px;
}
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 #4f4f4f;
  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 .ovl-bt-pri .section-bg-overlay,
body .ovl-bt-pri .overlay {
  background: linear-gradient(0deg, var(--fs-color-primary), transparent);
  background-color: unset !important;
}
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 .video-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56%;
  /* Tỷ lệ height/width (314/560) */
}
body .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
body .video-button-wrapper a {
  animation: pulse-effect 2s infinite;
  background-color: transparent !important;
  border: solid 3px var(--fs-color-secondary) !important;
}
body .video-button-wrapper a i {
  color: var(--fs-color-secondary);
}
body .video-button-wrapper a:hover {
  background-color: var(--fs-color-secondary) !important;
}
body .video-button-wrapper a:hover i {
  color: #fff;
}
body .product-small .nut-dang-ky-ngay {
  width: 100%;
}
body .product-small .box .box-image::before {
  pointer-events: none;
  z-index: 9;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, var(--fs-color-primary), transparent);
}
body .product-small .box .box-text {
  z-index: 9;
  bottom: 0;
  position: absolute;
}
body .product-small .box .box-text .product-title {
  font-size: 1.5em;
  color: #fff;
  text-align: center;
}
body .product-small .box .box-text .product-title a {
  color: #fff;
}
body .post-item .col-inner .box .box-text {
  background-color: var(--fs-color-success);
  padding: 20px 20px 20px 20px;
}
body .post-item .col-inner .box .box-text .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--fs-color-primary);
}
body .post-item .col-inner .box .box-text .post-title a:hover {
  color: var(--fs-color-secondary);
}
body .post-item .col-inner .box .box-text .from_the_blog_excerpt {
  display: none;
}
body .post-item .col-inner .box .box-text .is-divider {
  display: none;
  height: 1px;
  background-color: var(--fs-color-primary);
  max-width: 100%;
}
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 {
  border-radius: 5px;
}
body .wpcf7 .wpcf7-submit {
  border-radius: 5px;
  text-transform: none;
}
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;
}
.nav .menu-item .sub-menu li {
  position: relative;
  display: inline-block !important;
  width: 100%;
  border-right: 0;
}
.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 > a {
  color: var(--fs-color-secondary);
}
.nav .menu-item .sub-menu li:hover > .sub-menu {
  display: grid !important;
}

body.home .hyg_header-main {
  display: none;
}

.hyg_header-main .title-wrapper .entry-title {
  color: var(--fs-color-primary);
  padding-top: 30px;
  padding-bottom: 30px;
}
.hyg_header-main .title-wrapper .entry-title::after {
  transform: translateX(-50%);
  bottom: 0;
  left: 50%;
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  width: 100px;
  background-color: #4f4f4f;
}
.hyg_header-main .title-content::after {
  content: "";
  position: absolute;
  transform: translate(-50%, 0px);
  left: 50%;
  content: "";
  width: 100vw;
  height: 1px;
  background-color: var(--fs-color-primary);
}
.hyg_header-main .title-content .title-breadcrumbs {
  padding: 15px 0 30px 0;
}
.hyg_header-main .title-content .title-breadcrumbs .woocommerce-breadcrumb {
  font-weight: 500;
}
#header .header-main .header-inner > .flex-left .header-nav {
  display: flex;
  justify-content: center;
}

.sidebar-inner .product-small {
  padding-bottom: 20px;
  border-bottom: solid 1px #dcdcdc;
}
.sidebar-inner .product-small .box-text {
  text-align: left;
  padding: 0 0 0 20px;
}

.single-product .hyg_header-main .title-wrapper {
  display: none;
}
.single-product .product-info .woocommerce-breadcrumb {
  display: none;
}
.single-product .product-info .hyg_after-cart-single {
  margin-bottom: 15px;
}

.single-post .entry-header {
  display: none;
}
.single-post .entry-header .entry-header-text {
  border-top: solid 1px #e9e9e9;
  border-bottom: solid 1px #e9e9e9;
  padding: 15px 0;
}
.single-post .entry-header .entry-header-text .entry-category {
  display: inline-block;
  width: fit-content;
  text-transform: none;
  margin-right: 30px;
  font-weight: 400;
  opacity: 1;
}
.single-post .entry-header .entry-header-text .entry-category::before {
  color: var(--fs-color-primary);
  content: "\eaad";
  font-family: "tabler-icons";
  margin-right: 8px;
  font-size: 18px;
}
.single-post .entry-header .entry-header-text .entry-category a {
  color: #7b7b7b;
}
.single-post .entry-header .entry-header-text .entry-meta {
  text-transform: none;
  display: inline-block;
}
.single-post .entry-header .entry-header-text .entry-meta .posted-on {
  margin-right: 30px;
}
.single-post .entry-header .entry-header-text .entry-meta .posted-on::before {
  color: var(--fs-color-primary);
  content: "\ea52";
  font-family: "tabler-icons";
  margin-right: 8px;
  font-size: 18px;
}
.single-post .entry-header .entry-header-text .entry-meta .posted-on time {
  color: #7b7b7b;
}
.single-post .entry-header .entry-header-text .entry-meta .byline::before {
  color: var(--fs-color-primary);
  content: "\f313";
  font-family: "tabler-icons";
  margin-right: 8px;
  font-size: 18px;
}
.single-post .entry-header .entry-header-text .entry-meta .byline a {
  color: #7b7b7b;
}
.single-post .entry-content {
  padding-top: 0;
}

.archive .shop-page-title {
  display: none;
}

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