@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 .divider {
  position: relative;
}
body .ngp_title .divider::before {
  background: #fff;
  transform: translate(-50%, -50%);
  top: 0;
  left: 50%;
  position: absolute;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  border: solid 3.5px var(--fs-color-primary);
}
body .ngp_title-icon h1,
body .ngp_title-icon h2,
body .ngp_title-icon h3,
body .ngp_title-icon h4,
body .ngp_title-icon h5 {
  padding-left: 35px;
  display: inline-block;
  position: relative;
}
body .ngp_title-icon h1::before,
body .ngp_title-icon h2::before,
body .ngp_title-icon h3::before,
body .ngp_title-icon h4::before,
body .ngp_title-icon h5::before {
  animation: pulse-effect 2s infinite;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0px, -50%);
  content: "";
  display: inline-block;
  border-radius: 999px;
  background-color: transparent;
  border: solid 1px #000;
  padding: 12px;
}
body .ngp_title-icon h1::after,
body .ngp_title-icon h2::after,
body .ngp_title-icon h3::after,
body .ngp_title-icon h4::after,
body .ngp_title-icon h5::after {
  background-color: var(--fs-color-primary);
  content: "";
  display: inline-block;
  padding: 8px;
  border-radius: 999px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(0px, -50%);
}
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 span {
  font-weight: 500;
}
body .button.white {
  border: 1px solid #000;
  background-color: rgb(244, 244, 244) !important;
}
body .button.white span {
  color: #000 !important;
}
body .button.white:hover {
  box-shadow: none;
}
body .button.white:hover span {
  color: var(--fs-color-primary) !important;
}
body .button.white:hover i {
  color: var(--fs-color-primary) !important;
}
body .dark .button.white {
  border: 1px solid #fff;
  background-color: transparent !important;
}
body .dark .button.white span {
  color: #fff !important;
}
body .dark .button.white:hover {
  background-color: #fff !important;
}
body .dark .button.white:hover span {
  color: #000 !important;
}
body .box-lien-he-1 {
  background-color: #F3F3F4;
}
body .box-lien-he-2 {
  background-color: #414142;
}
body .box-lien-he-2 .icon-box .icon-box-img {
  padding: 26px;
  border-radius: 999px;
  background-color: var(--fs-color-primary);
  width: 100px !important;
  height: 100px !important;
}
body .box-lien-he-3 {
  border: solid 6px rgba(0, 0, 0, 0.1);
  padding: 0 30px;
}
body .box-lien-he-3 .title {
  padding: 0px 30px;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  margin-top: -30px;
}
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 .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 .ux-menu-link:hover i,
body .ux-menu .ux-menu-link:hover span {
  color: var(--fs-color-primary);
}
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-button-wrapper a {
  animation: pulse-effect 2s infinite;
  background-color: transparent !important;
  border: solid 3px var(--fs-color-primary) !important;
}
body .video-button-wrapper a i {
  color: var(--fs-color-primary);
}
body .video-button-wrapper a:hover {
  background-color: var(--fs-color-primary) !important;
}
body .video-button-wrapper a:hover i {
  color: #fff;
}
body .product-small {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
body .product-small .col-inner {
  display: flex;
  flex-direction: column;
}
body .product-small .box .box-image {
  width: 100%;
  background-color: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
body .product-small .box .box-image a img {
  aspect-ratio: 6/4;
  object-fit: contain;
}
body .product-small .box .box-text {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
body .product-small .box .box-text .product-title {
  margin-bottom: 0.5em;
}
body .product-small .box .box-text .product-title a {
  font-size: 15px;
}
body .product-small .box .box-text .price-wrapper {
  margin-top: auto;
}
body .product-small .box .box-text .price-wrapper .price {
  display: flex;
  flex-direction: column;
  position: relative;
}
body .product-small .box .box-text .price-wrapper .price .price-suffix {
  right: 0;
  bottom: 0;
  position: absolute;
}
body .product-small .box .box-text .price-wrapper .price .price-suffix a {
  margin: 0;
}
body .product-small .box .box-text .price-wrapper .price .price-suffix .icon-box {
  padding: 2px 4px;
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: var(--fs-color-success);
}
@media (max-width: 550px) {
  body .product-small .box .box-text .price-wrapper .price .price-suffix {
    margin-top: 0.5em;
    position: unset;
  }
}
body .product-small .box .box-text .price-wrapper .price bdi {
  font-size: 20px;
  color: var(--fs-color-primary);
}
body .product-small .box .box-text .price-wrapper .price del {
  margin-bottom: 5px;
}
body .product-small .box .box-text .price-wrapper .price del bdi {
  font-size: 15px;
  color: #111;
}
body .hide-suffix .price-suffix {
  display: none;
}
body .post-item .col-inner {
  background-color: #F2F2F2;
}
body .post-item .col-inner .box .box-text {
  padding: 0.7em;
}
body .post-item .col-inner .box .box-text .post-meta::before {
  content: "𐂷";
  font-family: "tabler-icons";
}
body .post-item .col-inner .box .box-text .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 43px;
}
body .post-item .col-inner .box .box-text .is-divider {
  display: none;
}
body .wpcf7 form {
  margin-bottom: 0;
}
body .wpcf7 .wpcf7-spinner {
  display: none;
}
body .wpcf7 .form-chan-trang input[type=tel] {
  border-radius: 30px 0 0 30px !important;
  height: 4em;
}
body .wpcf7 .form-chan-trang .wpcf7-submit {
  border-radius: 0 30px 30px 0 !important;
  height: 4em;
  margin-right: 0;
  padding: 0px 30px;
}
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_sticky > .col-inner {
  position: sticky;
  top: 170px;
}
body .page-numbers li .page-number {
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  color: var(--fs-color-secondary);
  font-weight: 500;
}
body .page-numbers li .current.page-number {
  color: #fff;
}

.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 a {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1em;
    padding: 10px 5px;
  }
  .nav .menu-item .sub-menu li .sub-menu {
    top: 0;
    box-shadow: 2px 2px 5px #828282;
    display: none !important;
    position: absolute;
    left: 100%;
    z-index: 9;
    background: white;
    min-width: 240px;
  }
  .nav .menu-item .sub-menu li:hover > .sub-menu {
    display: grid !important;
  }
}
#header .header-wrapper .header-top {
  border-top: solid 4px var(--fs-color-primary);
  background-color: var(--fs-color-primary);
}
#header .header-wrapper .header-top a,
#header .header-wrapper .header-top p {
  font-size: 1.1em;
}
#header .header-wrapper .header-top a::after {
  left: -0.7em;
}
#header .header-wrapper .header-top > .flex-row > .flex-col.flex-center {
  padding: 8px 100px 10px 100px;
  background-color: var(--fs-color-primary);
  overflow: hidden;
  position: relative;
}
#header .header-wrapper .header-top > .flex-row > .flex-col.flex-center::after, #header .header-wrapper .header-top > .flex-row > .flex-col.flex-center::before {
  transform: rotate(45deg);
  left: -35px;
  top: 0px;
  position: absolute;
  display: block;
  content: "";
  width: 70px;
  height: 70px;
  background-color: var(--fs-color-secondary);
}
#header .header-wrapper .header-top > .flex-row > .flex-col.flex-center::after {
  left: unset;
  right: -35px;
}
#header .header-wrapper .header-top > .flex-row > .flex-col.flex-center * {
  color: #fff;
}
#header .header-wrapper .header-bottom .header-nav .menu-item::before {
  border-bottom-color: #fff;
}
#header .header-wrapper .header-bottom .header-nav .menu-item::after {
  display: none;
}
#header .header-wrapper .header-bottom .header-nav .menu-item > .sub-menu {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
}
#header .header-wrapper .header-bottom .header-nav .menu-item > .sub-menu > .menu-item > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 10px;
  color: #000;
}
#header .header-wrapper .header-bottom .header-nav .menu-item > .sub-menu > .menu-item:hover > a {
  color: var(--fs-color-primary);
}

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

.ngp_header-main .page-title .page-title-inner {
  padding-top: 0;
}
.ngp_header-main .page-title .page-title-inner .breadcrumbs {
  font-size: 14px;
}

.widget-area .widget .is-divider {
  max-width: 100%;
  height: 2px;
}

.single-product .product-gallery .product-images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.single-product .product-gallery .product-images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  aspect-ratio: 6/4;
  object-fit: contain;
}
.single-product .product-gallery .product-thumbnails a {
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.single-product .product-gallery .product-thumbnails a img {
  aspect-ratio: 6/4;
  object-fit: contain;
}
.single-product .product-info .product-price-container .price-wrapper .price {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.single-product .product-info .product-price-container .price-wrapper .price bdi {
  font-size: 28px;
  color: var(--fs-color-primary);
}
.single-product .product-info .product-price-container .price-wrapper .price del {
  font-size: 16px;
  margin-right: 0;
  order: 1;
}
.single-product .product-info .product-price-container .price-wrapper .price del bdi {
  font-size: 16px;
  color: #111;
}
.single-product .product-info .product-price-container .price-wrapper .has-block, .single-product .product-info .product-price-container .price-wrapper .icon-box {
  display: none;
}
.single-product .product-info .add-to-cart-container .single_add_to_cart_button {
  border-radius: 5px;
  background-color: var(--fs-color-primary);
  flex-grow: 1;
}
.single-product .product-info .add-to-cart-container .single_add_to_cart_button:hover {
  background-color: var(--fs-color-secondary);
}
.single-product .product-info .btn-zalo {
  font-weight: 700;
}
.single-product .product-info .box-dia-chi > .col > .col-inner {
  padding: 0 10px;
  border: solid 1px var(--fs-color-primary);
}
.single-product .product-info .box-dia-chi > .col > .col-inner .title {
  background-color: #fff;
  margin-top: -0.8em;
}
.single-product .product-info .box-dia-chi > .col > .col-inner .title * {
  margin-bottom: 0.5em;
}
.single-product .product-right-col {
  font-size: 80%;
}
.single-product .woocommerce-tabs ul li a {
  color: var(--text-color);
}
@media (max-width: 550px) {
  .single-product .woocommerce-tabs ul li {
    width: fit-content !important;
  }
  .single-product .woocommerce-tabs ul li a {
    width: fit-content;
  }
  .single-product .woocommerce-tabs ul li.van_chuyen_tab, .single-product .woocommerce-tabs ul li.additional_information_tab {
    display: none;
  }
}
.single-product .woocommerce-tabs ul li.active a {
  background-color: var(--fs-color-secondary);
  color: #fff;
  border: unset;
}
.single-product .related {
  border: unset;
}
.single-product .related .product-section-title {
  display: none;
}

.box-nhan-vien > .col > .col-inner {
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.box-nhan-vien > .col > .col-inner .icon-box {
  border-radius: 0 !important;
  padding: 15px;
}
.box-nhan-vien > .col > .col-inner .icon-box:nth-child(odd) {
  background-color: #F2F2F2;
}
.box-nhan-vien > .col > .col-inner .icon-box:nth-child(even) {
  background-color: #F7F7F7;
}

.box-title {
  padding: 10px;
  background-color: var(--fs-color-secondary);
}
.box-title * {
  margin-bottom: 0;
  color: #fff;
}

.box-cam-ket > .col > .col-inner .des {
  background-color: #F5F5F5;
  padding: 10px;
  border: solid 1px #fff;
}
.box-cam-ket > .col > .col-inner .des * {
  margin-bottom: 0;
}

.box-thong-tin > .col > .col-inner {
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.box-thong-tin > .col > .col-inner .title {
  padding: 10px;
}
.box-thong-tin > .col > .col-inner .title * {
  margin-bottom: 0;
}
.box-thong-tin > .col > .col-inner .ux-menu {
  padding: 0 10px;
}

.archive #post-list .post-item .box .box-text {
  padding: 3em;
}
@media (max-width: 550px) {
  .archive #post-list .post-item .box .box-text {
    padding: 1em;
  }
}
.archive #post-list .post-item .box .box-text .post-title a {
  height: unset;
}

.single-post .blog-wrapper .article-inner .entry-header .entry-header-text .entry-divider {
  max-width: 100%;
  height: 2px;
}

.archive .shop-container {
  margin-bottom: 30px;
}
.archive .shop-page-title .page-title-inner .woocommerce-breadcrumb {
  display: none;
}

#footer .absolute-footer {
  display: none;
}
#footer .ngp_footer-top .tag-price {
  padding: 5px 0 0 30px;
  background-size: cover !important;
  display: inline-block;
  width: 115px;
  height: 36px;
  background-repeat: no-repeat !important;
  color: #fff;
  background: url(/wp-content/uploads/2025/08/h.png);
}
#footer .ngp_footer-main .section-title-container {
  margin-bottom: 0.5em;
}
#footer .ngp_footer-main .ux-logo-link {
  padding: 0 !important;
}

@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 5px 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 sonar {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 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;
  }
}