@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 h1 {
  font-size: 72px;
  font-weight: 600;
  line-height: 88px;
  letter-spacing: -2px;
}
body .ngp_title h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -1px;
}
body .ngp_title h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}
body .ngp_title h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  /* 150% */
  letter-spacing: 0.24px;
}
body .ngp_title h5 {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 166.667% */
  letter-spacing: 0.14px;
}
body .ngp_title p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 850px) {
  body .ngp_title h1 {
    font-size: 56px;
    line-height: 60px;
    letter-spacing: -2px;
  }
  body .ngp_title h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1px;
  }
  body .ngp_title h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 150% */
    letter-spacing: 0.24px;
  }
  body .ngp_title h4 {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0.035px;
  }
  body .ngp_title h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
  }
}
body .font-72 * {
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px; /* 125% */
  letter-spacing: -1.44px;
}
@media (max-width: 850px) {
  body .font-72 * {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px; /* 171.429% */
    letter-spacing: 0.07px;
  }
}
@media (max-width: 550px) {
  body .font-72 * {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.07px;
  }
}
body .border-5 {
  overflow: hidden;
  border-radius: 5px;
}
body .border-10 {
  border-radius: 10px;
  overflow: hidden;
}
body .border-12 {
  border-radius: 12px;
  overflow: hidden;
}
body .border-20 {
  border-radius: 20px;
  overflow: hidden;
}
body .button.primary:not(.circle, .icon),
body .button.secondary:not(.circle, .icon),
body .button.white:not(.circle, .icon),
body .button.success:not(.circle, .icon) {
  padding: 12px 24px;
  border-radius: 42px;
  line-height: unset !important;
}
body .button.primary:not(.circle, .icon) span,
body .button.secondary:not(.circle, .icon) span,
body .button.white:not(.circle, .icon) span,
body .button.success:not(.circle, .icon) span {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.08px;
}
body .button.primary:not(.circle, .icon).is-xxsmall span,
body .button.secondary:not(.circle, .icon).is-xxsmall span,
body .button.white:not(.circle, .icon).is-xxsmall span,
body .button.success:not(.circle, .icon).is-xxsmall span {
  font-size: 14px;
}
body .button.success:not(.circle, .icon) span {
  color: #166534;
}
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 .icon-after .icon-box-img {
  margin-left: 0;
}
body .icon-after .icon-box-text {
  margin-left: 0;
  flex: unset;
}
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 .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 .accordion {
  border-radius: 16px;
  padding: 32px 114px 32px 64px;
  background-color: var(--fs-color-success);
}
body .accordion .accordion-item {
  margin-bottom: 32px;
}
body .accordion .accordion-item .accordion-title {
  background-color: unset;
  padding: 0;
  border-top: unset;
}
body .accordion .accordion-item .accordion-title .toggle {
  opacity: 1;
  left: unset;
  right: -50px;
  top: 50%;
  transform: translate(0px, -50%);
}
body .accordion .accordion-item .accordion-title .toggle i {
  font-size: 1.7em;
}
body .accordion .accordion-item .accordion-title .toggle i::before {
  border-radius: 100px;
  border: solid 2px #98A2B3;
  color: #98A2B3;
  content: "\eb0b";
  font-family: "tabler-icons";
}
body .accordion .accordion-item .accordion-title span {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #0E2207;
}
body .accordion .accordion-item .accordion-title.active .toggle i {
  transform: rotate(180deg);
}
body .accordion .accordion-item .accordion-inner * {
  margin-bottom: 0;
}
body .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 550px) {
  body .accordion {
    padding: 32px 66px 32px 16px;
  }
}
body .product-small .badge-container {
  margin-top: -2px;
  margin-left: -2px;
}
body .product-small .badge-container .callout .badge-inner {
  height: unset;
  display: inline-block;
  line-height: unset;
  background: linear-gradient(283deg, #BBF7D0 0%, var(--fs-color-primary) 98.45%);
  padding: 4px 8px;
  border-radius: 12px 0px 12px 0px;
}
body .product-small .badge-container .callout .badge-inner .onsale {
  color: linear-gradient(90deg, var(--fs-color-primary), #DCFCE7);
  text-shadow: 0.5px 0.5px 0 rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.035px;
}
body .product-small .box {
  border: solid 2px transparent;
  border-radius: 12px;
  background-color: #dcfce7;
  padding: 12px;
}
body .product-small .box .box-image a img {
  aspect-ratio: 6/6;
  object-fit: contain;
}
body .product-small .box .box-text .product-title a {
  color: #020B27;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.035px;
}
body .product-small .box .box-text .price del {
  display: none;
}
body .product-small .box .box-text .price .woocommerce-Price-amount bdi {
  color: #013220;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
body .product-small .box .box-text .price .price-suffix {
  color: var(--fs-color-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.14px;
}
body .product-small .box .box-text div.disabled-add-to-cart-button {
  cursor: not-allowed;
  opacity: 0.6 !important;
}
body .product-small .box .box-text div.disabled-add-to-cart-button a.disabled-add-to-cart-button {
  pointer-events: none;
}
body .product-small .box .box-text .product-attribute {
  margin-top: 8px;
  color: #4A4F63;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 138.462% */
  letter-spacing: 0.26px;
  border-radius: 8px;
  background: #EDF0F3;
  padding: 4px 8px;
  display: inline-block;
}
body .product-small .box .box-text .add-to-cart-button a {
  width: 100%;
}
body .product-small:hover .box {
  border: solid 2px var(--fs-color-success);
}
body .post-item .col-inner .box .box-image {
  border-radius: 8px;
  overflow: hidden;
}
body .post-item .col-inner .box .box-image .image-zoom {
  border-radius: 8px;
  overflow: hidden;
}
body .post-item .col-inner .box .box-text {
  padding: 16px 0;
}
body .post-item .col-inner .box .box-text .cat-label {
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  letter-spacing: 0.14px;
  border: solid 1px #EDF0F3;
  background: #EDF0F3;
  padding: 4px 13px;
  display: inline-block;
  border-radius: 50px;
}
body .post-item .col-inner .box .box-text .post-title {
  margin: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.035px;
}
body .post-item .col-inner .box .box-text .post-title a {
  margin: 0;
}
body .post-item .col-inner .box .box-text .is-divider {
  display: none;
}
body .post-item .col-inner .box.box-vertical .box-text {
  vertical-align: top;
  padding: 0 0 0 15px;
}
@media (max-width: 550px) {
  body .post-item .col-inner .box.box-vertical {
    display: flex;
  }
  body .post-item .col-inner .box.box-vertical .box-image {
    flex-shrink: 2;
  }
}
body .blog-1 .post-item .col-inner .box .box-text .cat-label {
  margin-bottom: 10px;
  background-color: transparent;
  border-color: #EDF0F3;
}
body .blog-1 .post-item .col-inner .box .box-text .post-title a {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
@media (max-width: 550px) {
  body .blog-1 .post-item .col-inner .box .box-text .post-title a {
    font-size: 18px;
    line-height: 24px;
    /* 133.333% */
    letter-spacing: 0.045px;
  }
}
body form input,
body form textarea {
  border-radius: 16px !important;
}
body form p:has(button[type=submit]) {
  text-align: center;
}
body form button[type=submit] {
  line-height: 1;
  border-radius: 42px !important;
  padding: 12px 24px;
  margin-right: unset;
  text-transform: none;
}
body form .wpcf7-spinner {
  display: 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;
}
@media (max-width: 850px) {
  body .tabbed-content .nav {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  body .tabbed-content .nav li a span {
    text-wrap-mode: nowrap;
  }
}
body .tabbed-content .nav.nav-pills li a {
  padding: 10px 16px;
  border-radius: 32px;
  border: solid 1px var(--fs-color-primary);
  margin-right: 12px;
  margin-bottom: 12px;
}
body .tabbed-content .nav.nav-pills li a span {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.14px;
  color: var(--text-color);
  text-transform: none;
}
body .tabbed-content .nav.nav-pills li.active a span {
  color: #fff;
}
body .tabbed-content .tab-panels {
  padding-top: 0px;
  margin-top: 12px;
}
body .tabbed-content.tab-tin-tuc .nav.nav-pills li a {
  border: solid 1px #EDF0F3;
}
body .tabbed-content.tab-tin-tuc .nav.nav-pills li.active a span {
  color: #fff;
  border: solid 1px var(--fs-color-primary);
}
body .tabbed-content.tab-tin-tuc .tab-panels {
  margin-top: 24px;
  border-radius: 12px;
  background-color: var(--fs-color-success);
  padding: 16px;
}
@media (max-width: 550px) {
  body .tabbed-content.tab-tin-tuc .tab-panels {
    background-color: unset;
    margin-top: 0px;
  }
}
body .slider-wrapper .slider .flickity-button {
  opacity: 1;
  width: 44px;
}
body .slider-wrapper .slider .flickity-button .flickity-button-icon {
  padding: 12px;
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border: unset;
}
body .slider-wrapper .slider .flickity-button .flickity-button-icon * {
  fill: #166534;
}
body .slider-wrapper .slider .flickity-button:hover .flickity-button-icon {
  background-color: #166534;
}
body .slider-wrapper .slider .flickity-button:hover .flickity-button-icon * {
  fill: #fff;
}
body .slider-wrapper .slider .flickity-button.previous {
  left: -2%;
}
body .slider-wrapper .slider .flickity-button.next {
  right: -2%;
}
body .ux-relay__control ul li .page-number {
  padding: 10px;
  border: unset;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  height: 48px;
  width: 48px;
}
body .ux-relay__control ul li .page-number.current {
  color: #000;
}

.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 .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 .account-item > ul > li:last-child {
  display: none;
}
#header .header-cart-link .image-icon {
  margin: 0;
}
#header .header-cart-link .image-icon .cart-img-icon {
  padding: 5px;
}
#header .header-search-form .search-field {
  font-size: 16px;
  height: 52px;
  border-radius: 999px;
}
#header .header-search-form .ux-search-submit {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  right: 8px;
  height: 40px;
  width: 40px;
  border-radius: 999px !important;
  background-color: #BBF7D0;
  color: var(--fs-color-primary);
}
#header .header-top .nav > li > a {
  font-size: 14px;
}
#header .header-main .nav > li > a {
  text-transform: none;
  font-size: 14px;
}
#header .header-main > .header-inner > .flex-left > .header-nav {
  justify-content: center;
}
@media (max-width: 850px) {
  #header .header-bottom {
    background-color: #166534;
  }
}
#header .header-bottom .nav > li {
  margin: 0 14px;
}
#header .header-bottom .nav > li > a {
  font-size: 16px;
}

body .ngp_gioi-thieu-quote > .col-inner {
  position: relative;
}
body .ngp_gioi-thieu-quote > .col-inner::after {
  content: "";
  background-size: 100%;
  background-image: url(/wp-content/uploads/2025/09/quote.png);
  position: absolute;
  top: 0;
  left: 20px;
  width: 32px;
  height: 32px;
}
body .ngp_gioi-thieu-ve-chung-toi .count * {
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 88px; /* 110% */
  letter-spacing: -2px;
  color: #FBC91A;
  margin-bottom: 0;
}
body .ngp_gioi-thieu-ve-chung-toi .count * .count-up {
  color: #166534;
}
body .ngp_gioi-thieu-ve-chung-toi .title * {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 150% */
  letter-spacing: -0.5px;
}
body .ngp_hanh-trinh-phat-trien {
  margin-bottom: 30px;
}
body .ngp_hanh-trinh-phat-trien .col {
  padding-bottom: 0;
}
body .ngp_hanh-trinh-phat-trien .number * {
  color: #166534;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px; /* 150% */
  letter-spacing: -1.2px;
  margin-bottom: 0;
}
body .ngp_hanh-trinh-phat-trien .des * {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
  letter-spacing: 0.1px;
  margin-bottom: 0;
}
body .ngp_he-thong .col .label {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
  letter-spacing: 0.1px;
  color: #0F172A;
}
body .ngp_he-thong .col .label * {
  margin-bottom: 12px;
}
@media (max-width: 550px) {
  body .ngp_he-thong .col .label {
    font-size: 12px;
    line-height: 18px;
  }
  body .ngp_he-thong .col .label * {
    margin-bottom: 0;
  }
}
body .ngp_he-thong .col .des {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  color: #0F172A;
}
body .ngp_he-thong .col .des * {
  margin-bottom: 0;
}
@media (max-width: 550px) {
  body .ngp_he-thong .col .des {
    font-size: 16px;
    line-height: 24px;
  }
  body .ngp_he-thong .col .des * {
    margin-bottom: 0;
  }
}

.banner-hero .flickity-viewport {
  border-radius: 14px;
  overflow: hidden;
}
.banner-hero .btn-hero {
  margin-top: -30px;
}
.banner-hero .btn-hero i::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/uploads/2025/09/Frame.svg);
}

.ngp_home-ban-chay .box-ban-chay > .col-inner {
  border-radius: 20px;
  padding: 24px 24px 0 24px;
  background-color: #166534;
}
.ngp_home-ban-chay .box-ban-chay > .col-inner .box-title {
  margin-top: -38px;
}
@media (max-width: 850px) {
  .ngp_home-ban-chay .box-ban-chay > .col-inner .box-title {
    margin-top: -35px;
  }
}
.ngp_home-ban-chay .box-ban-chay > .col-inner .box-title .title {
  padding: 9px 65px;
  margin-bottom: 0;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2025/09/9820aeeca77b5f4799af73fedb9829118e0d9a77.png);
}
.ngp_home-ban-chay .box-ban-chay > .col-inner .box-title .title h4 {
  margin-bottom: 0;
  color: #fff;
}

.lable-so-luong {
  display: none;
}

.ux-quantity .ux-quantity__button {
  border-radius: 30px;
  background-color: transparent !important;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  width: 40px;
  height: 32px;
  min-width: unset;
  min-height: unset;
}
.ux-quantity .input-text {
  box-shadow: unset;
  background-color: transparent !important;
  width: 40px;
  height: 32px;
  padding: 6px 4px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

body.single-product .ngp_product-gallary .product-images {
  margin-bottom: 32px;
  border-radius: 12px;
  opacity: 1;
  background-color: var(--fs-color-success);
}
body.single-product .ngp_product-gallary .product-images .badge-container {
  display: none;
}
body.single-product .ngp_product-gallary .product-images img {
  object-fit: contain;
  aspect-ratio: 6/6;
}
body.single-product .ngp_product-gallary .product-thumbnails a {
  border-radius: 12px;
  border: unset;
  background-color: var(--fs-color-success);
}
body.single-product .ngp_product-gallary .product-thumbnails a img {
  object-fit: contain;
  aspect-ratio: 6/6;
}
@media (max-width: 550px) {
  body.single-product .ngp_product-gallary .product-thumbnails {
    display: none;
  }
}
body.single-product .ngp_product-info .product_meta > span {
  display: none;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.08px;
}
body.single-product .ngp_product-info .product_meta > span a {
  color: var(--fs-color-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.08px;
}
@media (max-width: 550px) {
  body.single-product .ngp_product-info .product_meta > span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  body.single-product .ngp_product-info .product_meta > span a {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}
body.single-product .ngp_product-info .product_meta > span:last-child {
  display: block;
  border-top: unset;
}
body.single-product .ngp_product-info .product-title-container .product-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  /* 150% */
  letter-spacing: 0.058px;
}
@media (max-width: 550px) {
  body.single-product .ngp_product-info .product-title-container .product-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.08px;
  }
}
body.single-product .ngp_product-info .price-wrapper .price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body.single-product .ngp_product-info .price-wrapper .price bdi {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  color: var(--fs-color-primary);
}
body.single-product .ngp_product-info .price-wrapper .price del {
  width: 100%;
  order: 1;
  text-decoration-line: none;
}
body.single-product .ngp_product-info .price-wrapper .price del bdi {
  color: #64748B;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 150% */
  letter-spacing: 0.24px;
  text-decoration-line: line-through;
}
body.single-product .ngp_product-info .price-wrapper .price .price-suffix {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 150% */
  letter-spacing: 0.24px;
  color: var(--fs-color-primary);
}
@media (max-width: 550px) {
  body.single-product .ngp_product-info .price-wrapper .price bdi {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    /* 150% */
    letter-spacing: 0.24px;
  }
  body.single-product .ngp_product-info .price-wrapper .price del bdi {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.08px;
  }
  body.single-product .ngp_product-info .price-wrapper .price .price-suffix {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.08px;
  }
}
body.single-product .ngp_product-info .woocommerce-product-attributes tbody tr th,
body.single-product .ngp_product-info .woocommerce-product-attributes tbody tr td {
  border: unset;
  padding: 0;
}
body.single-product .ngp_product-info .woocommerce-product-attributes tbody tr th {
  color: #4A4F63;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.08px;
  text-transform: none;
}
body.single-product .ngp_product-info .woocommerce-product-attributes tbody tr td {
  color: var(--text-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 550px) {
  body.single-product .ngp_product-info .woocommerce-product-attributes tbody tr th,
  body.single-product .ngp_product-info .woocommerce-product-attributes tbody tr td {
    font-size: 14px;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0.14px;
  }
}
@media (max-width: 550px) {
  body.single-product .ngp_product-info .icon-after .icon-box-text p {
    font-size: 14px;
  }
}
body.single-product .ngp_product-info .add-to-cart-container {
  margin-top: 1em;
}
body.single-product .ngp_product-info .add-to-cart-container .stock {
  display: none;
}
body.single-product .ngp_product-info .add-to-cart-container .cart .ux-quantity {
  margin-bottom: 10px;
  width: 100%;
  align-items: center;
}
body.single-product .ngp_product-info .add-to-cart-container .cart .ux-quantity .lable-so-luong {
  display: block;
  margin-right: 20px;
  margin-bottom: 0;
  order: -1;
}
body.single-product .ngp_product-info .add-to-cart-container .cart button {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.1px;
  padding: 14px 24px;
  flex: 1;
  text-transform: none;
}
body.single-product .ngp_product-info .add-to-cart-container .cart .single_add_to_cart_button {
  background-color: var(--fs-color-success);
  color: var(--fs-color-primary);
}
body.single-product .ngp_product-info .add-to-cart-container .cart .ux-buy-now-button {
  background-color: var(--fs-color-primary);
}
@media (max-width: 550px) {
  body.single-product .ngp_product-info .add-to-cart-container {
    display: none;
  }
}
body.single-product .woocommerce-tabs .tabs li a {
  padding: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-transform: none;
  color: var(--text-color);
  margin-bottom: 8px;
}
body.single-product .woocommerce-tabs .tabs li a::before {
  display: none;
}
body.single-product .related {
  margin-top: 16px;
  border-top: unset;
}
body .tabbed-content.tab-tin-tuc-archive .tab-panels {
  background-color: unset;
}

#footer .absolute-footer {
  display: none;
}
@media (min-width: 850px) {
  #footer .ngp_footer-main .box-footer-main > .col {
    flex-basis: 20%;
    max-width: 20%;
  }
}
#footer .ngp_footer-main .ux-menu.ux-menu--divider-solid .ux-menu-link a {
  flex-direction: row-reverse;
  justify-content: space-between;
  border-bottom-color: #E4EAF1;
}
@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);
  }
}
@keyframes moveRote {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(180deg);
  }
  100% {
    transform: translateY(0) rotate(360deg);
  }
}
@keyframes moveupdown {
  0% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-10px) scale(1.2);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
@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 {
    margin-right: auto;
    margin-left: auto;
    width: fit-content;
  }
}
@media (max-width: 550px) {
  body .section .section-content > .row:last-child > .col:last-child {
    padding-bottom: 24px;
  }
}

body.woocommerce-cart .content-area {
  padding-bottom: 0 !important;
}
body.woocommerce-cart table .actions {
  display: none;
}
body.woocommerce-cart table th,
body.woocommerce-cart table td {
  border: unset;
  text-transform: none;
}
body.woocommerce-cart table .cart_item td {
  padding-bottom: 8px;
  padding-top: 8px;
}
body.woocommerce-cart .woocommerce .woocommerce-notices-wrapper .message-container {
  color: var(--fs-color-primary);
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form {
  border-radius: 12px;
  padding: 16px 16px 8px 16px;
  background-color: var(--fs-color-success);
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .product-thumbnail a img {
  padding: 6px;
  border-radius: 8px;
  border: solid 1px #64748B;
  aspect-ratio: 6/6;
  object-fit: contain;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .product-remove a {
  border: unset;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart-sidebar {
  border-radius: 12px;
  padding: 16px;
  background-color: var(--fs-color-success);
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart-sidebar .cart_totals .shop_table {
  margin-bottom: 0;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart-sidebar .cart_totals .shop_table tr th {
  color: #64748B;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart-sidebar .cart_totals .shop_table tr td span {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.08px;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart-sidebar .cart_totals .shop_table .cart-subtotal th,
body.woocommerce-cart .woocommerce .cart-collaterals .cart-sidebar .cart_totals .shop_table .cart-subtotal td {
  padding-bottom: 12px;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart-sidebar .cart_totals .shop_table .order-total th,
body.woocommerce-cart .woocommerce .cart-collaterals .cart-sidebar .cart_totals .shop_table .order-total td {
  border-top: solid 2px #64748B;
  padding: 12px 5px;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart-sidebar .cart_totals .shop_table .order-total th {
  color: var(--text-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart-sidebar .cart_totals .shop_table .order-total td span {
  color: var(--fs-color-primary);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 150% */
  letter-spacing: 0.24px;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart-sidebar .cart_totals .wc-proceed-to-checkout {
  margin: 0;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart-sidebar .cart_totals .wc-proceed-to-checkout .checkout-button {
  margin-bottom: 0;
  padding: 8px;
  text-transform: none;
  background-color: var(--fs-color-primary);
  border-radius: 30px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.14px;
}
/* ---- TỔNG QUAN LAYOUT TRANG TÀI KHOẢN ---- */
/* ---- CỘT MENU BÊN TRÁI ---- */
@media (max-width: 550px) {
  .woocommerce-MyAccount-navigation {
    display: none;
  }
}
.woocommerce-MyAccount-navigation > .col-inner {
  padding: 16px 0;
  background-color: var(--fs-color-success);
  border-radius: 12px;
  overflow: hidden;
}
.woocommerce-MyAccount-navigation > .col-inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: none;
}
.woocommerce-MyAccount-navigation > .col-inner ul li {
  margin-left: 0;
  margin-bottom: 0;
}
.woocommerce-MyAccount-navigation > .col-inner ul li a {
  display: flex;
  padding: 16px 24px;
  color: #013220;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.08px;
  transition: all 0.3s ease;
}
.woocommerce-MyAccount-navigation > .col-inner ul li a i {
  color: #166534;
  margin-right: 8px;
  font-size: 24px;
  width: 24px;
  text-align: center;
  position: relative;
}
.woocommerce-MyAccount-navigation > .col-inner ul li a:hover {
  background-color: #fff;
}
.woocommerce-MyAccount-navigation > .col-inner ul li.is-active a {
  border-left: solid 2px #166534;
  background-color: #fff;
  color: #013220;
}
.woocommerce-MyAccount-navigation > .col-inner ul li.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

/* ---- CỘT NỘI DUNG BÊN PHẢI ---- */
.woocommerce-MyAccount-content .touch-scroll-table {
  box-shadow: unset;
}
.woocommerce-MyAccount-content > .col-inner {
  padding: 30px;
  background-color: var(--fs-color-success);
  border-radius: 12px;
  padding: 16px;
  align-items: center;
}
.woocommerce-MyAccount-content > .col-inner > p,
.woocommerce-MyAccount-content > .col-inner .dashboard-links {
  display: none !important;
}
.woocommerce-MyAccount-content h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.woocommerce-MyAccount-content .account-summary-dashboard {
  background-color: var(--fs-color-success);
  border-radius: 12px;
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  margin-bottom: 12px;
}
@media (max-width: 550px) {
  .woocommerce-MyAccount-content .account-summary-dashboard {
    align-items: flex-start;
    flex-direction: column;
  }
}
.woocommerce-MyAccount-content .account-summary-dashboard .summary-box {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
}
@media (min-width: 550px) {
  .woocommerce-MyAccount-content .account-summary-dashboard .summary-box:not(:last-child) {
    border-right: 3px solid var(--fs-color-primary);
    padding-left: 16px;
  }
}
.woocommerce-MyAccount-content .account-summary-dashboard .summary-box .summary-icon {
  background-color: #fff;
  display: flex;
  width: 64px;
  height: 64px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
}
.woocommerce-MyAccount-content .account-summary-dashboard .summary-box .summary-icon i.ti {
  font-size: 40px;
  color: var(--fs-color-primary);
}
.woocommerce-MyAccount-content .account-summary-dashboard .summary-box .summary-details .summary-title {
  display: block;
  font-weight: bold;
  font-size: 16px;
}
.woocommerce-MyAccount-content .account-summary-dashboard .summary-box .summary-details .summary-data {
  display: block;
  font-size: 14px;
}
.woocommerce-MyAccount-content .account-summary-dashboard .summary-box.user-address .summary-data {
  font-size: 13px;
}
.woocommerce-MyAccount-content .recent-orders-dashboard .woocommerce-button, .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-button {
  line-height: 1;
  padding: 12px 24px;
  margin-right: 0;
  border-radius: 46px;
  text-transform: none;
  margin-bottom: 0;
}
.woocommerce-MyAccount-content .recent-orders-dashboard > .text-right .button, .woocommerce-MyAccount-content .woocommerce-orders-table > .text-right .button {
  color: var(--fs-color-primary);
  text-transform: none;
}
.woocommerce-MyAccount-content .recent-orders-dashboard > .text-right .button:hover, .woocommerce-MyAccount-content .woocommerce-orders-table > .text-right .button:hover {
  color: #fff;
}
.woocommerce-MyAccount-content .woocommerce-Message--no-items {
  padding: 100px 20px;
  text-align: center;
  background-image: url("/wp-content/uploads/2025/09/emty-cart.png");
  background-repeat: no-repeat;
  background-position: center 40px;
  background-size: 150px;
}
.woocommerce-MyAccount-content .woocommerce-Message--no-items::before {
  display: none;
}
.woocommerce-MyAccount-content .woocommerce-Addresses {
  flex-direction: column;
}
.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  padding-left: unset;
  position: relative;
  padding-bottom: 80px;
}
.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a {
  width: max-content;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  padding: 14px 24px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--fs-color-primary);
  border-radius: 30px;
  color: #fff;
}
.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a:hover {
  background-color: var(--fs-color-secondary);
}
.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
  margin: 16px 0;
  border-radius: 16px;
  padding: 16px;
  background-color: #fff;
  font-style: normal;
}