@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;
}
body {
  font-family: "BeVietnamPro", sans-serif;
  font-weight: 400;
}
body h1, body h2, body h3, body h4, body h5 {
  font-weight: 700;
}
body .intro-text {
  font-weight: 300;
  font-style: italic;
}

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

.ngp_sticky > .col-inner {
  position: sticky;
  top: 120px;
  z-index: 10;
}

body .ngp_title h1 {
  font-size: 80px;
  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: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.5px;
}
body .ngp_title h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.5px;
}
body .ngp_title h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
@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: 22px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
  body .ngp_title h4 {
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.5px;
  }
  body .ngp_title h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
  }
}
@media (max-width: 550px) {
  body .ngp_title h1 {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 0px;
  }
  body .ngp_title h2 {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -1px;
  }
  body .ngp_title h3 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
  body .ngp_title h4 {
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -0.5px;
  }
  body .ngp_title h5 {
    font-size: 14px;
    line-height: 18px;
  }
}
body .border-10 {
  border-radius: 10px;
  overflow: hidden;
}
body .border-20 {
  border-radius: 20px;
  overflow: hidden;
}
body .button.primary:not(.circle),
body .button.secondary:not(.circle),
body .button.white:not(.circle) {
  transition: all 0.5s ease;
  padding: 15px 20px;
  border-radius: 50px;
  line-height: unset !important;
}
body .button.primary:not(.circle) span,
body .button.secondary:not(.circle) span,
body .button.white:not(.circle) span {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
body .button.primary:not(.circle) i.icon-angle-right,
body .button.secondary:not(.circle) i.icon-angle-right,
body .button.white:not(.circle) i.icon-angle-right {
  transition: all 0.5s ease;
  border-radius: 50px;
}
body .button.primary:not(.circle) i.icon-angle-right::before,
body .button.secondary:not(.circle) i.icon-angle-right::before,
body .button.white:not(.circle) i.icon-angle-right::before {
  content: "\ea1f";
  font-family: "hyg-icons";
  border-radius: 50px;
  padding: 2px;
}
body .button.primary:not(.circle):hover,
body .button.secondary:not(.circle):hover,
body .button.white:not(.circle):hover {
  box-shadow: unset;
}
body .button.secondary i.icon-angle-right {
  color: var(--fs-color-secondary);
  background-color: var(--fs-color-primary);
}
body .button.secondary:hover {
  background-color: var(--fs-color-primary);
  color: #000;
}
body .button.secondary:hover i.icon-angle-right {
  color: var(--fs-color-primary);
  background-color: var(--fs-color-secondary);
}
body .button.primary {
  color: #000;
}
body .button.primary i.icon-angle-right {
  color: var(--fs-color-primary);
  background-color: #000;
}
body .button.primary:hover {
  background-color: var(--fs-color-secondary);
  color: #000;
}
body .button.primary:hover i.icon-angle-right {
  color: #000;
  background-color: var(--fs-color-primary);
}
body .button.white span {
  color: var(--fs-color-secondary);
}
body .button.white i.icon-angle-right {
  color: #fff;
  background-color: var(--fs-color-secondary);
}
body .button.white:hover {
  background-color: var(--fs-color-primary) !important;
}
body .button.white:hover i.icon-angle-right {
  color: var(--fs-color-primary);
  background-color: var(--fs-color-secondary);
}
body .button.is-outline i.icon-angle-right {
  color: #fff;
}
body .button.is-outline:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
body .button.primary.is-outline {
  color: var(--fs-color-primary);
}
body .button.primary.is-outline i.icon-angle-right {
  background-color: var(--fs-color-primary);
}
body .button.primary.is-outline:hover {
  color: #fff;
}
body .button.primary.is-outline:hover i.icon-angle-right {
  color: var(--fs-color-primary);
  background-color: #fff;
}
body .button.secondary.is-outline i.icon-angle-right {
  background-color: var(--fs-color-secondary);
}
body .button.secondary.is-outline:hover i.icon-angle-right {
  color: var(--fs-color-secondary);
  background-color: #fff;
}
body .button.primary.dark:hover {
  background-color: #fff;
}
body .box-tes > .col-inner {
  position: relative;
}
body .box-tes > .col-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/2025/07/before-sing.png");
  background-repeat: no-repeat;
}
body .box-1 > .col > .col-inner {
  background-color: #e8efe6;
  padding: 32px 25px;
}
body .box-3 > .col > .col-inner {
  background-color: #e8efe6;
  padding: 25px 12px;
  border-radius: 20px;
}
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 .ux-relay__control .ux-relay__button span {
  text-transform: none;
}
body .img-90 .box-image img {
  width: 90px;
}
body .ovl-left .section-bg-overlay {
  background: linear-gradient(90deg, #0E2207, transparent);
  background-color: unset !important;
}
body .social-icons .button.icon:not(.is-outline) {
  background-color: rgba(250, 201, 25, 0.1) !important;
  border: unset;
  padding: 9px;
  line-height: 1;
}
body .social-icons .button.icon:not(.is-outline) i {
  line-height: 1;
  color: var(--fs-color-primary) !important;
}
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 .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 .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 .sml_sticky > .col-inner {
  position: sticky;
  top: 170px;
  z-index: 10;
}
body .btn1 {
  background-color: rgb(240, 240, 240);
  margin-right: 0;
  margin-bottom: 0;
  border-radius: 5px;
}
body .btn1 a {
  color: var(--fs-color-primary);
}
@media (max-width: 550px) {
  body .btn-inline {
    font-size: 13px;
  }
}
body .border-5 {
  overflow: hidden;
  border-radius: 5px;
}
body .bgr-b-r {
  position: absolute;
  bottom: -30px;
  z-index: -9;
  width: 85% !important;
  right: 0;
}
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: "hyg-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 .box-quy-trinh .col {
  padding-bottom: 0;
}
body .box-quy-trinh .col .col-inner .number * {
  margin-bottom: 0 !important;
  font-size: 64px;
  font-weight: 700;
  line-height: 70.4px;
  letter-spacing: -2px;
  color: var(--fs-color-secondary);
}
body .box-quy-trinh .col .col-inner .title * {
  margin-bottom: 0 !important;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
body .box-quy-trinh .col .col-inner .des * {
  margin-bottom: 0 !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
body .icon-center {
  align-items: center;
}
body .sml_icon1 .icon-box-text .text h3 {
  display: inline;
}
body .sml_icon1 .icon-box-text .text:after {
  content: "\f6fc";
  font-family: "hyg-icons";
  font-size: 1.2em;
  color: var(--fs-color-primary);
  margin-left: 10px;
}
body .sml_icon1 .icon-box-text:hover .text h3 {
  color: var(--fs-color-primary) !important;
}
@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 .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;
  }
}
body .accordion .accordion-item {
  border-radius: 10px;
  border: solid 1px var(--fs-color-secondary);
  margin-bottom: 25px;
}
body .accordion .accordion-item .accordion-title {
  border-top: unset;
  padding: 25px 65px 25px 25px;
}
body .accordion .accordion-item .accordion-title .toggle {
  opacity: 1;
  left: unset;
  right: 25px;
  top: 50%;
  transform: translate(0px, -50%);
}
body .accordion .accordion-item .accordion-title .toggle i::before {
  padding: 0 5px;
  border-radius: 100px;
  border: solid 1px var(--fs-color-secondary);
  color: var(--fs-color-secondary);
}
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 .video-button-wrapper a {
  animation: pulse-effect 2s infinite;
  background-color: var(--fs-color-secondary) !important;
  border: solid 3px #1F6306 !important;
}
body .video-button-wrapper a i {
  color: var(--fs-color-primary);
}
body .product-small .box .box-image {
  border-radius: 20px;
}
body .product-small .box .box-image a img {
  object-fit: cover;
  aspect-ratio: 6/5;
}
body .product-small .box .box-text {
  padding-top: 42px;
}
@media (max-width: 550px) {
  body .product-small .box .box-text {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
body .product-small .box .box-text .product-title {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
}
body .product-small .box .box-text .product-title a {
  margin: 0;
  text-transform: uppercase;
  color: #0E2207;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.5px;
}
body .product-small .box .box-text .price .woocommerce-Price-amount span {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #0E2207;
}
body .post-item .col-inner {
  border-radius: 20px;
  overflow: hidden;
}
body .post-item .col-inner .box {
  border-radius: 20px;
  overflow: hidden;
}
body .post-item .col-inner .box .box-image .overlay {
  background-color: unset;
  background: linear-gradient(0deg, #0E2207 10%, transparent 65%);
}
body .post-item .col-inner .box .box-text .cat-label {
  text-transform: none;
  padding: 5px 10px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--fs-color-primary);
  border: solid 1px var(--fs-color-primary);
  border-radius: 40px;
  margin-right: 15px;
}
body .post-item .col-inner .box .box-text .post-meta {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: var(--fs-color-primary);
}
body .post-item .col-inner .box .box-text .post-title {
  margin-top: 15px;
}
body .post-item .col-inner .box .box-text .post-title a {
  text-transform: none;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.5px;
}
body .post-item .col-inner .box .box-text .is-divider {
  display: none;
}
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 {
  margin-bottom: 25px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  padding: 20px 18px;
  border-radius: 10px;
  height: unset;
  border: solid 1px #0E2207;
}
body .wpcf7 .cf7-remember {
  margin-bottom: 40px;
}
body .wpcf7 .wpcf7-submit {
  width: 100%;
  border-radius: 5px;
  border: unset;
}
body .wpcf7 .wpcf7-spinner {
  display: none;
}
body .sml_footer-box-grey {
  margin-top: -160px;
  background-color: #EAEAEA;
}
body .sml_footer-box-grey > .col > .col-inner {
  padding: 10px;
  border: solid rgba(0, 0, 0, 0.1);
  border-width: 0 1px 0 0;
}
body .sml_footer-box-grey > .col:last-child > .col-inner {
  border-width: 0 0 0 0;
}
@media (max-width: 850px) {
  body .sml_footer-box-grey > .col:nth-child(1) > .col-inner {
    border-width: 0 1px 1px 0;
  }
  body .sml_footer-box-grey > .col:nth-child(2) > .col-inner {
    border-width: 0 0 1px 0;
  }
  body .sml_footer-box-grey > .col:nth-child(3) > .col-inner {
    border-width: 0 1px 0 0;
  }
  body .sml_footer-box-grey > .col:nth-child(4) > .col-inner {
    border-width: 0 0 0 0;
  }
}
body .sml_footer-box-grey .ux-menu a {
  color: var(--fs-color-primary);
  font-weight: 700;
  font-size: 1.1em;
  justify-content: center;
}
@media (max-width: 550px) {
  body .sml_footer-box-grey .ux-menu a {
    font-size: 0.9em;
  }
}
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;
}
body .ngp_sidebar-he-sinh-thai .button.white.expand {
  padding-left: 25px !important;
  padding-right: 45px !important;
  text-align: left;
}
body .ngp_sidebar-he-sinh-thai .button.white.expand span {
  font-weight: bold;
}
body .ngp_sidebar-he-sinh-thai .button.white.expand i {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate(0px, -50%);
}

.transparent #logo img {
  max-height: 100px;
}

#header #logo img {
  max-height: 100px;
}
#header .header-main .header-nav {
  justify-content: center;
}

.nav .menu-item a {
  text-transform: none;
}
.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: none;
  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-nav > li {
  margin-right: 25px;
  margin-left: 0;
}
#header .header-main .header-nav > li:last-child {
  margin-right: 0;
}
#header .header-main .header-nav > li > a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
#header .header-main .header-nav > li:hover > a, #header .header-main .header-nav > li.active > a {
  color: var(--fs-color-primary);
}
#header .header-main .header-nav > li ul {
  padding: 30px;
  border-radius: 20px;
}
#header .header-main .header-nav > li ul li a {
  text-transform: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: #000;
  border: unset;
  padding: 0;
  margin: 0 0 20px 0;
}
#header .header-main .header-nav > li ul li:last-child a {
  margin: 0 0 0 0;
}
#header .header-main .header-nav > li ul li:hover a {
  color: var(--fs-color-primary);
}

body .off-canvas-left.dark .mfp-content, body .off-canvas-right.dark .mfp-content {
  background-color: var(--fs-color-secondary);
}

.ngp_faq .col-left-faq .col-inner .icon-faq {
  transition: all 0.5s ease;
  border-radius: 20px;
  width: fit-content;
  padding: 25px;
  background-color: var(--fs-color-primary);
  position: absolute;
  bottom: -15px;
  right: 140px;
}
@media (max-width: 850px) {
  .ngp_faq .col-left-faq .col-inner .icon-faq {
    bottom: 30px;
    right: 30px;
  }
}
.ngp_faq .col-left-faq .col-inner .icon-faq .icon-box-text {
  color: #000;
}
.ngp_faq .col-left-faq:hover .col-inner .icon-faq {
  background-color: #fff;
  bottom: 30px;
  right: 30px;
}

.widget-area .post-item .col-inner .box.box-vertical .box-image img {
  border-radius: 10px;
  overflow: hidden;
}
.widget-area .post-item .col-inner .box.box-vertical .box-text {
  padding: 0 0 0 15px;
}
.widget-area .post-item .col-inner .box.box-vertical .box-text .post-meta {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.widget-area .post-item .col-inner .box.box-vertical .box-text .post-title {
  margin-top: 10px;
}
.widget-area .post-item .col-inner .box.box-vertical .box-text .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.single-product .product-gallery a {
  border-radius: 20px;
}
.single-product .product-gallery a img {
  border-radius: 20px;
  aspect-ratio: 6/5;
  object-fit: cover;
}
.single-product .product-gallery .product-thumbnails .flickity-slider > .col {
  max-width: 33.33333%;
}
.single-product .product-info .product-title {
  color: #0E2207;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -1px;
}
@media (max-width: 550px) {
  .single-product .product-info .product-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.5px;
  }
}
.single-product .product-info .price-wrapper .woocommerce-Price-amount {
  color: #0E2207;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.5px;
}
.single-product .woocommerce-tabs .tabs a {
  text-transform: none;
  color: #0E2207;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.5px;
  padding-top: 0;
  padding-bottom: 25px;
}
@media (max-width: 550px) {
  .single-product .woocommerce-tabs .tabs a {
    padding-bottom: 15px;
  }
}
.single-product .woocommerce-tabs .tabs a::before {
  display: none;
}
.single-product .related {
  border-top: unset;
}
.single-product .related .product-section-title {
  display: none;
}
.single-product .related .product-small .box-text {
  padding-top: 42px;
}

.single-post #content {
  padding-top: 130px;
}
@media (max-width: 550px) {
  .single-post #content {
    padding-top: 60px;
  }
}
.single-post #content .entry-header .entry-divider {
  display: none;
}
.single-post #content .entry-header .entry-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -1px;
}
@media (max-width: 550px) {
  .single-post #content .entry-header .entry-title {
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1px;
  }
}
.single-post #content .entry-header .entry-meta {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -1px;
  text-transform: none;
}
.single-post #content .entry-header .entry-meta .posted-on {
  margin-right: 65px;
}
.single-post #content .entry-header .entry-meta .posted-on::before {
  color: var(--fs-color-secondary);
  content: "\ea52";
  font-family: "hyg-icons";
  margin-right: 8px;
  font-size: 18px;
}
.single-post #content .entry-header .entry-meta .posted-on a {
  color: var(--fs-color-secondary);
}
.single-post #content .entry-header .entry-meta .byline::before {
  color: var(--fs-color-secondary);
  content: "\f7cc";
  font-family: "hyg-icons";
  margin-right: 8px;
  font-size: 18px;
}
.single-post #content .entry-header .entry-meta .byline a {
  color: var(--fs-color-secondary);
}
#footer .absolute-footer {
  display: none;
}
#footer .ngp_footer-contact .sec-icon {
  align-items: center;
}
#footer .ngp_footer-contact .sec-icon .icon-box-img .icon .icon-inner {
  padding: 24px;
}
#footer .ngp_footer-main .ux-logo .ux-logo-link {
  padding-left: 0 !important;
  padding-top: 0 !important;
}
#footer .wpcf7 input[type=email], #footer .wpcf7 input[type=tel] {
  padding: 20px;
  background-color: #26381f;
  border-radius: 100px;
  height: unset;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--text-color);
  border: unset;
}
#footer .wpcf7 button[type=submit] {
  width: 100%;
}

.rotation-wrapper {
  border: solid 4px var(--fs-color-secondary);
  border-radius: 999px;
  background-color: #fff;
  position: relative;
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rotation-wrapper .center-button {
  position: relative;
  z-index: 10;
  width: 90px;
  height: 90px;
  background-color: var(--fs-color-secondary);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.rotation-wrapper .center-button:hover {
  transform: rotate(-45deg);
}
.rotation-wrapper .center-button i {
  font-size: 40px;
  color: var(--fs-color-primary);
}
.rotation-wrapper .rotating-text-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: spin 25s linear infinite;
  overflow: visible;
}
.rotation-wrapper .rotating-text-svg text {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  fill: #333;
  letter-spacing: 5px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@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);
  }
}
@media (max-width: 550px) {
  .section-pb-0 {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 550px) and (max-width: 550px) {
  .center-phone * {
    text-align: center !important;
  }
  .center-phone * .col-inner {
    text-align: center !important;
  }
}