@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 .video-button-wrapper a {
  animation: pulse-effect 2s infinite;
  background-color: var(--fs-color-primary) !important;
  border: solid 3px var(--fs-color-primary) !important;
}
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 .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 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 .box-image a img {
  aspect-ratio: 6/6;
  object-fit: contain;
  padding: 15px;
}
body .product-small .box .box-text {
  text-align: center;
}
body .wpcf7 .wpcf7-spinner {
  display: none;
}
body .overflow-y-auto .iksm-terms-tree__inner {
  overflow-y: auto;
  max-height: 440px;
}
body .overflow-y-auto .iksm-terms-tree__inner::-webkit-scrollbar {
  height: 5px;
  background: #eee;
  border-radius: 50px;
}
body .overflow-y-auto .iksm-terms-tree__inner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(0deg, #5F6412, #134721);
}
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;
}
html::-webkit-scrollbar {
  height: 5px;
  background: #eee;
  border-radius: 50px;
}
html::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(0deg, #5F6412, #134721);
}

#header .header-top {
  background-color: transparent;
}
#header .header-bottom {
  background-color: transparent;
}
#header .header-bg-container .header-bg-color {
  background: linear-gradient(0deg, #5F6412, #134721);
}

.sidebar-inner .widget ul, .widget-area .widget ul {
  border-left: unset !important;
}
.sidebar-inner .widget ul li, .widget-area .widget ul li {
  display: flex;
  border-top: unset !important;
  position: relative;
}
.sidebar-inner .widget ul li::before, .widget-area .widget ul li::before {
  margin-right: 6px;
  content: "";
  width: 23px;
  height: 23px;
  background: transparent;
  border: 1px solid rgba(21, 37, 66, 0.231372549);
  border-radius: 5px;
}
.sidebar-inner .widget ul li:hover a, .sidebar-inner .widget ul li.current-menu-item a, .sidebar-inner .widget ul li.current-cat a, .sidebar-inner .widget ul li.chosen a, .widget-area .widget ul li:hover a, .widget-area .widget ul li.current-menu-item a, .widget-area .widget ul li.current-cat a, .widget-area .widget ul li.chosen a {
  color: var(--fs-color-primary);
}
.sidebar-inner .widget ul li:hover::before, .sidebar-inner .widget ul li.current-menu-item::before, .sidebar-inner .widget ul li.current-cat::before, .sidebar-inner .widget ul li.chosen::before, .widget-area .widget ul li:hover::before, .widget-area .widget ul li.current-menu-item::before, .widget-area .widget ul li.current-cat::before, .widget-area .widget ul li.chosen::before {
  background-color: var(--fs-color-primary);
  border-color: var(--fs-color-primary);
}
.sidebar-inner .widget.widget_price_filter .ui-slider-handle, .sidebar-inner .widget.widget_price_filter .ui-slider-range, .sidebar-inner .widget.widget_price_filter .button, .widget-area .widget.widget_price_filter .ui-slider-handle, .widget-area .widget.widget_price_filter .ui-slider-range, .widget-area .widget.widget_price_filter .button {
  background-color: var(--fs-color-primary);
}
.single-product .product-info .product_meta .posted_in {
  border-top: unset;
}

#footer .ngp_footer-main .section-bg {
  background: linear-gradient(0deg, #5F6412, #134721);
}

@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-primary);
  }
  70% {
    /* Bóng mờ sẽ tỏa ra 20px rồi mờ dần */
    box-shadow: 0 0 0 20px rgba(69, 223, 13, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(66, 221, 10, 0);
  }
}