@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 .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.primary:not(.circle),
body .button.secondary:not(.circle),
body .button.white:not(.circle),
body .button.success:not(.circle) {
  transition: all 0.5s ease;
  padding: 10px 20px;
  border-radius: 50px;
  line-height: unset !important;
  border-width: 1px;
  overflow: hidden;
}
body .button.primary:not(.circle)::before,
body .button.secondary:not(.circle)::before,
body .button.white:not(.circle)::before,
body .button.success:not(.circle)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  z-index: 8;
  pointer-events: none;
  opacity: 0;
  transition: 0.4s all ease;
}
body .button.primary:not(.circle):hover,
body .button.secondary:not(.circle):hover,
body .button.white:not(.circle):hover,
body .button.success:not(.circle):hover {
  opacity: 1;
  border: solid 1px var(--fs-color-primary);
  box-shadow: unset;
}
body .button.primary:not(.circle):hover::before,
body .button.secondary:not(.circle):hover::before,
body .button.white:not(.circle):hover::before,
body .button.success:not(.circle):hover::before {
  transition: 0.4s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}
body .button.primary:not(.circle):hover span, body .button.primary:not(.circle):hover i,
body .button.secondary:not(.circle):hover span,
body .button.secondary:not(.circle):hover i,
body .button.white:not(.circle):hover span,
body .button.white:not(.circle):hover i,
body .button.success:not(.circle):hover span,
body .button.success:not(.circle):hover i {
  color: #fff;
}
body .button.primary:not(.circle) span,
body .button.secondary:not(.circle) span,
body .button.white:not(.circle) span,
body .button.success:not(.circle) span {
  position: relative;
  z-index: 9;
  font-size: 16px;
  font-weight: 600;
  line-height: unset;
}
body .button.primary:not(.circle) i,
body .button.secondary:not(.circle) i,
body .button.white:not(.circle) i,
body .button.success:not(.circle) i {
  z-index: 9;
}
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,
body .button.success: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,
body .button.success:not(.circle) i.icon-angle-right::before {
  content: "\ea1f";
  font-family: "tabler-icons";
  border-radius: 50px;
  padding: 2px;
}
body .button.primary:not(.circle).is-larger span,
body .button.secondary:not(.circle).is-larger span,
body .button.white:not(.circle).is-larger span,
body .button.success:not(.circle).is-larger span {
  font-size: 20px;
}
body .button.primary:not(.circle)::before {
  content: "";
  background-color: var(--fs-color-secondary);
}
body .button.primary:not(.circle):hover {
  border: solid 1px var(--fs-color-secondary);
}
body .button.secondary:not(.circle)::before {
  content: "";
  background-color: var(--fs-color-primary);
}
body .button.secondary:not(.circle):hover {
  border: solid 1px var(--fs-color-primary);
}
body .button.white:not(.circle)::before {
  content: "";
  background-color: var(--fs-color-primary);
}
body .button.white:not(.circle):hover {
  border: solid 1px var(--fs-color-primary);
}
body .button.white:not(.circle):hover span, body .button.white:not(.circle):hover i {
  color: #fff;
}
body .button.success:not(.circle)::before {
  content: "";
  background-color: var(--fs-color-primary);
}
body .button.success:not(.circle):hover {
  border: solid 1px var(--fs-color-primary);
}
body .border-15 {
  border-radius: 15px;
  overflow: hidden;
}
body .box-1 > .col > .col-inner {
  background-color: #e8efe6;
  padding: 32px 25px;
}
body .hyg_title-label * {
  padding: 10px !important;
  border-radius: 30px;
  width: fit-content;
  background-color: #fff;
  color: var(--fs-color-primary) !important;
}
body .hyg_sub-title {
  position: relative;
  display: inline-block;
  color: #808080;
  padding-left: 2rem;
}
body .hyg_sub-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(/wp-content/uploads/2025/09/start-zone.png);
  background-size: contain;
  background-repeat: no-repeat;
}
body .hyg_sub-title * {
  color: #808080;
}
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.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 .ux-menu.menu-lien-he .ux-menu-link a i {
  display: flex;
  background-color: var(--fs-color-primary);
  color: #fff;
  border-radius: 999px;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
body .accordion .accordion-item {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0.3rem 0.6rem 2.4rem 0rem rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0.3rem 0.6rem 2.4rem 0rem rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  margin-bottom: 15px;
  background-color: #fff;
  transition: all 0.3s ease;
}
body .accordion .accordion-item .accordion-title {
  border-top: unset;
  background-color: unset;
}
body .accordion .accordion-item .accordion-inner {
  padding: 0 20px;
}
body .post-item .col-inner .box .box-image {
  border-radius: 15px;
  overflow: hidden;
}
body .post-item .col-inner .box .box-image .image-cover {
  border-radius: 15px;
  overflow: hidden;
}
body .post-item .col-inner .box .box-text .post-title a {
  font-size: 16px;
}
body .post-item .col-inner .box .box-text .post-title a:hover {
  color: var(--fs-color-primary);
}
body .post-item .col-inner .box .box-text .is-divider {
  display: none;
}
body .post-item .col-inner .box .box-text .button {
  font-size: 14px;
  text-transform: none;
}
body .post-item .col-inner .box .box-text .button:hover {
  color: var(--fs-color-primary);
}
body .wpcf7 input,
body .wpcf7 textarea,
body .wpcf7 select {
  box-shadow: none;
  padding: 0px 20px;
  height: 3em;
  font-size: 16px;
  border-radius: 30px;
}
body .wpcf7 input:focus,
body .wpcf7 textarea:focus,
body .wpcf7 select:focus {
  box-shadow: none;
  border-color: var(--fs-color-primary);
}
body .wpcf7 textarea {
  padding-top: 15px;
}
body .wpcf7 .wpcf7-submit {
  margin-top: 30px;
}
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;
}
body .grid-glr .grid-col > .col-inner {
  overflow: hidden;
  border-radius: 15px;
}
body .grid-glr .grid-col > .col-inner .img .caption {
  top: unset;
  bottom: 0;
  height: fit-content;
  transform: unset;
  padding: 15px !important;
  font-size: 20px;
}
body .testimonial-box {
  padding: 60px 10px 20px 10px;
  background-color: #fff;
  border-radius: 20px;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
body .testimonial-box::before {
  content: "𐂜";
  font-family: "tabler-icons";
  color: var(--fs-color-primary);
  font-size: 40px;
  position: absolute;
  top: 0;
  left: 20px;
}
body .testimonial-box:hover {
  box-shadow: 0 0.4rem 2.4rem 0 rgba(15, 33, 41, 0.1);
  -webkit-box-shadow: 0 0.4rem 2.4rem 0 rgba(15, 33, 41, 0.1);
}
body .testimonial-box:hover::before {
  color: var(--fs-color-secondary);
}
body .testimonial-box .icon-box-img {
  position: absolute;
  bottom: 20px;
}
body .testimonial-box .icon-box-text .testimonial-text {
  font-style: normal !important;
  padding-bottom: 15px;
}
body .testimonial-box .icon-box-text .testimonial-meta {
  padding-left: 48px;
}
body .testimonial-box .icon-box-text .testimonial-meta .testimonial-name-divider {
  display: none;
}
body .testimonial-box .icon-box-text .testimonial-meta .testimonial-name {
  display: block;
}
body .li1 ul li {
  list-style: none;
  position: relative;
}
body .li1 ul li::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--fs-color-primary);
}
body .read-more-container .more-text {
  max-height: 650px;
  overflow: hidden;
  transition: max-height 0.7s ease-in-out;
}
body .read-more-container .more-text.is-expanded {
  max-height: 10000px;
  transition: max-height 1s ease-in-out;
}
body .read-more-container .read-more-toggle::before {
  content: "";
  width: 100%;
  height: 200px;
  left: 0;
  bottom: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 253, 249, 0) 0%, #fffdf9 100%);
  pointer-events: none;
  z-index: 0;
}
body .read-more-container .read-more-toggle.is-active::before {
  display: none;
}
body .read-more-container .read-more-toggle.is-active a i {
  transform: rotate(180deg);
}
body .tabbed-content .nav.nav-pills .tab {
  margin: 0 8px;
}
body .tabbed-content .nav.nav-pills .tab a {
  font-size: 16px;
  padding: 13px 15px;
  border: 1px solid #d8dce3;
  text-transform: none;
  line-height: unset;
}
body .tabbed-content .nav.nav-pills .tab:hover a {
  background-color: var(--fs-color-primary);
  color: #fff;
}
body .tab-blog .nav.nav-pills {
  overflow-x: auto;
  flex-wrap: nowrap;
  padding-bottom: 15px;
}
@media (min-width: 850px) {
  body .tab-blog .nav.nav-pills {
    position: absolute;
    top: -100px;
    right: 0;
    width: 60%;
  }
}
body .tab-blog .nav.nav-pills::-webkit-scrollbar {
  height: 8px;
  background: #eee;
  border-radius: 50px;
}
body .tab-blog .nav.nav-pills::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(90deg, #4D9C41 40%, #54DE5D 60%, #19911D 100%);
}
body .tab-blog .nav.nav-pills .tab a {
  text-wrap-mode: nowrap;
}
body .hyg_typing {
  margin-bottom: 30px;
}
body .hyg_typing span {
  color: var(--fs-color-primary);
  font-size: 40px;
  font-weight: 300;
  line-height: 0.6;
  opacity: 0.6;
}
body .hyg_typing .first-char {
  opacity: 1;
  font-size: 55px;
  color: var(--fs-color-primary);
}

.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 .header-nav > .menu-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--fs-color-primary);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
  margin-left: unset;
  border-width: unset;
}
#header .header-nav > .menu-item.current-menu-item::before, #header .header-nav > .menu-item:hover::before {
  transform: translate(-10px, -50%);
  opacity: 1;
  visibility: visible;
}
#header .header-nav > .menu-item .sub-menu {
  border-radius: 15px;
  padding: 0;
}
#header .header-nav > .menu-item .sub-menu > .menu-item a {
  margin: 0;
  padding: 10px 15px;
}
#header .header-nav > .menu-item .sub-menu > .menu-item a:hover {
  color: var(--fs-color-primary);
}
#header .header-main > .header-inner > .flex-left > .header-nav {
  padding-right: 30px;
  justify-content: flex-end;
}

@media (min-width: 850px) {
  body .banner-hero {
    min-height: 50rem;
    mask-size: 100% 100%;
    mask-image: url(/wp-content/uploads/2025/09/banner_mask-scaled.png);
  }
}
@media (min-width: 850px) {
  body .intro-bg {
    position: relative;
    aspect-ratio: 151.2/74.5;
    min-height: 50rem;
    max-width: 100%;
    mask-image: url(/wp-content/uploads/2025/09/intro_mask-scaled.png);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
  }
}
@media (min-width: 550px) {
  body .banner-sub-title {
    position: relative;
    z-index: 9;
    background-color: #fff;
    border-top: 1px solid #d9d9d9;
    mask-image: url(/wp-content/uploads/2025/09/banner_mask1-scaled.png);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 550px) {
  body .banner-sub-img {
    margin-top: -150px;
    min-height: 100vh;
  }
}
@media (max-width: 550px) {
  body .banner-sub-img {
    min-height: 300px;
  }
}
@media (min-width: 550px) {
  body .banner-sub-img.bottom {
    mask-image: url(/wp-content/uploads/2025/09/banner_mask_bt-scaled.png);
    mask-size: 100% 100%;
  }
}
body .hyg_form-ux .row-form {
  margin-top: -300px;
}
@media (max-width: 550px) {
  body .hyg_form-ux .row-form {
    margin-top: -90px;
  }
}
body .hyg_form-ux .row-form .col-form > .col-inner {
  padding: 60px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0.3rem 0.6rem 2.4rem 0rem rgba(0, 0, 0, 0.12);
}
@media (max-width: 550px) {
  body .hyg_form-ux .row-form .col-form > .col-inner {
    padding: 15px;
  }
}
body .hyg_danh-gia .slider-wrapper {
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
}
body .hyg_danh-gia .slider-wrapper .flickity-slider > .row {
  opacity: 1;
}
body .hyg_tai-sao-chon-chung-toi .accordion .accordion-item {
  border-radius: 0;
  box-shadow: unset;
  border-bottom: solid 1px #000;
  padding-bottom: 10px;
}
body .hyg_tai-sao-chon-chung-toi .accordion .accordion-item .accordion-title i::before {
  content: "\f698";
  font-family: "tabler-icons";
}
body .hyg_tuyen-dung .box-tuyen-dung > .col > .col-inner {
  margin-top: -60px;
  border-radius: 20px;
  background-color: #fff;
  padding: 60px;
}
@media (max-width: 550px) {
  body .hyg_tuyen-dung .box-tuyen-dung > .col > .col-inner {
    padding: 15px;
  }
}

@media (min-width: 850px) {
  body .hyg_home-dich-vu {
    margin-top: -150px;
  }
}
@media (min-width: 850px) {
  body .hyg_home-dich-vu.archive {
    margin-top: -30px;
  }
}
@media (min-width: 850px) {
  body .hyg_home-khong-gian .box-khong-gian {
    bottom: 60px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
body .hyg_home-van-hoa .img-bg {
  pointer-events: none;
  z-index: -9;
  bottom: 0;
  position: absolute;
}
body .hyg_home-van-hoa .img-bg1 {
  position: absolute;
}
body .hyg_home-van-hoa .img-bg2 {
  position: absolute;
}
body .hyg_home-van-hoa .img1 {
  position: absolute;
  width: 20% !important;
}
body .hyg_home-van-hoa .img2 {
  position: absolute;
  width: 10% !important;
  right: -15%;
  top: 0;
  transform: rotateY(180deg);
}
body .hyg_home-van-hoa .img3 {
  position: absolute;
  width: 10% !important;
  bottom: 10%;
  left: 10%;
}
body .hyg_home-van-hoa .img4 {
  position: absolute;
  width: 50% !important;
  left: 40%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body .hyg_home-van-hoa .img4::before, body .hyg_home-van-hoa .img4::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  z-index: -1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  border-radius: 50%;
  border-width: 0.1rem;
  border-style: solid;
  border-color: var(--fs-color-primary);
  border-image: initial;
}
body .hyg_home-van-hoa .img4::before {
  animation: 2s linear 0s infinite normal none running pulse;
}
body .hyg_home-van-hoa .img4::after {
  animation: 2s linear 1s infinite normal none running pulse;
}
@media (max-width: 550px) {
  body .hyg_home-van-hoa .img4 {
    position: unset;
    transform: translate(-50%, 0%);
  }
}
body .hyg_home-van-hoa .accordion1 {
  position: relative;
}
@media (min-width: 550px) {
  body .hyg_home-van-hoa .accordion1 {
    width: 50%;
  }
}
body .hyg_home-van-hoa .accordion1 .accordion-item {
  text-align: left;
}
body .hyg_home-van-hoa .accordion1 .accordion-item:has(.accordion-title.active) {
  opacity: 1;
}
body .hyg_home-van-hoa .accordion1 .accordion-item {
  transition: all 0.3s ease;
}
@media (min-width: 550px) {
  body .hyg_home-van-hoa .accordion1 .accordion-item {
    opacity: 0.3;
  }
}
body .hyg_home-van-hoa .accordion1 .accordion-item:hover {
  opacity: 1;
}
body .box-service .box .box-image {
  border-radius: 15px;
}
body .box-service .box .box-text {
  padding-top: 20px;
}

@media (min-width: 850px) {
  body.single-post .blog-wrapper {
    padding-top: 100px;
  }
}
body.single-post .post .entry-header .entry-header-text {
  padding-bottom: 0;
}
body.single-post .post .entry-header .entry-header-text .entry-title {
  font-size: 40px;
}
@media (max-width: 550px) {
  body.single-post .post .entry-header .entry-header-text .entry-title {
    font-size: 20px;
  }
}
body.single-post .post .entry-header .entry-header-text .entry-divider {
  display: none;
}
body.single-post .related-posts-wrapper > .row > .col:not(:last-child) > .col-inner {
  padding-bottom: 20px;
  border-bottom: solid 1px #d9d9d9;
}

#footer .absolute-footer {
  display: none;
}

@keyframes arcontactus-pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes pulse-effect {
  0% {
    /* Đổi màu tại đây: sử dụng rgba để điều chỉnh độ trong suốt */
    box-shadow: 0 0 0 0 var(--fs-color-secondary);
  }
  70% {
    /* Bóng mờ sẽ tỏa ra 20px rồi mờ dần */
    box-shadow: 0 0 0 20px rgba(31, 99, 6, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(31, 99, 6, 0);
  }
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-3px);
  }
  20% {
    transform: translateX(3px);
  }
  30% {
    transform: translateX(-3px);
  }
  40% {
    transform: translateX(3px);
  }
  50% {
    transform: translateX(-2px);
  }
  60% {
    transform: translateX(2px);
  }
  70% {
    transform: translateX(-1px);
  }
  80%, 100% {
    transform: translateX(0);
  }
}
@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);
  }
}
@keyframes pulse {
  100% {
    transform: translate(-50%, -50%) scale(1.7);
    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;
  }
}