:root {
  --primary-color: #fffcf4;
  --secondary-color: #d8b192;
}
/* ::-webkit-scrollbar {
  width: 0px;
} */
#masthead .header-nav > li > a {
  font-size: 20px !important;
  font-weight: 600 !important;
}
#masthead .header-inner {
  max-width: 1440px;
}
#masthead .header-nav.nav-left {
  justify-content: center !important;
}
#masthead .header-nav.nav-right .header-button a span {
  font-size: 16px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  line-height: 2.6;
}
#masthead .header-nav.nav-right .header-button a {
  padding: 0 24px !important;
}

#masthead .header-nav.nav-left .has-dropdown .icon-angle-down {
  font-size: 20px;
  margin-left: 0.4em;
  opacity: 0.6;
}

#masthead .header-nav.nav-left li {
  margin: 0 22px !important;
}

.heroSlider__main {
  position: relative;
  z-index: 0;
}

.heroSlider .container {
  position: relative;
  z-index: 1;
}

.heroSlider__img {
  object-fit: cover;
  transform: scale(1);
  transition: transform 6s linear 0.3s;
  min-height: 460px;
  max-height: 720px;
  height: 100%;
}

.heroSlider__img.is-zoomed-out {
  transition: 1.5s ease-in-out;
  transform: scale(1.2);
}

@media (min-width: 991px) {
  .heroSlider__content {
    max-width: 100%;
  }
}

.heroSlider__title {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 70px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.heroSlider__slogan {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 2.4px;
}

.heroSlider__textRun {
  z-index: 1;
  position: relative;
}

.heroSlider__textRun::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
  box-shadow: 0px 3.376px 20.258px -0.844px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(16.8816px);
}

.heroSlider__textRun .item {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .heroSlider__title {
    font-size: 26px;
  }

  .heroSlider__slogan {
    font-size: 18px;
  }
}
.heroSlider__content-wrapper {
  bottom: 50px;
  right: -150px;
}
.heroSlider__content-description {
  display: flex;
  margin-right: auto;
  width: 100%;
  margin-top: 20px;
  align-items: flex-end;
  justify-content: space-between;
}
.heroSlider__slogan {
  width: 350px;
  margin-bottom: 0;
}
.heroSlider__slogan p {
  font-size: 18px;
}
.heroSlider__slogan table {
  margin-bottom: 0;
  margin-left: -4px;
}
.heroSlider__slogan p {
  margin-bottom: 10px;
}
.heroSlider__slogan table tbody tr td {
  font-size: 18px;
  color: #fff;
  padding: 5px;
}
.heroSlider__slogan table tr td {
  border: unset;
}
.heroSlider__btn {
  width: 227px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  background-color: var(--secondary-color);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-primary .section-title-normal,
.title-primary .section-title-normal span {
  border-bottom: unset !important;
}
.title-primary h1 {
  font-size: 40px;
}

.title-primary {
  margin-bottom: 0 !important;
}
.our_story-left .col-inner {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.about_us-right .col-inner {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
.our_story-left .col-inner a,
.about_us-right .col-inner a {
  width: 227px;
  height: 50px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our_story-right .img-inner img,
.about_us-left .img-inner img {
  border-radius: 25px;
}
.our_story-wrapper {
  padding-top: 100px !important;
}
.shortlist-wrapper .col:first-child {
  padding-left: 36px !important;
}
.shortlist-wrapper .col:last-child {
  padding-right: 36px;
}
.shortlist-wrapper .col-inner {
  position: relative;
}
.shortlist-wrapper .box-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px !important;
}
.shortlist-wrapper .box-text .box-text-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.shortlist-wrapper .box-text .box-text-inner h3 {
  font-size: 48px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2%;
  line-height: 1.2;
  margin-bottom: 0 !important;
  text-align: start;
}
.shortlist-wrapper .box-text .box-text-inner a {
  width: 227px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  background-color: var(--secondary-color);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title-primary b {
  display: none !important;
}
.title-primary span {
  width: 100%;
}
.show_brand-wrapper {
  padding-top: 100px !important;
}
.show_brand-wrapper .title-primary span,
.why_choose_us-wrapper .title-primary span,
.news_homepage-wrapper .title-primary span {
  letter-spacing: 10px !important;
}
.video_reviewbrand-description {
  margin: 50px auto;
  max-width: 1200px;
}
.video_reviewbrand-description p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}
.video_reviewbrand-wrapper .brand-name {
  max-width: 1200px !important;
  margin: 0 auto !important;
  align-items: center;
}
.video_reviewbrand-wrapper .icon-box-text {
  text-align: center;
}
.video_reviewbrand-wrapper .icon-box-text h3 {
  font-size: 36px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}
.video_reviewbrand-wrapper .row .col {
  padding: 0 !important;
}
.video-wrapper .col-inner {
  position: relative;
}
.video-wrapper {
  margin-top: 70px !important;
}
.video-wrapper .video-button-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 692px;
  height: 336px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background-color: #d8b1929f;
}
.video-wrapper .video-button-wrapper a {
  border: 5px solid #fff !important;
  font-size: 30px !important;
  position: relative;
}
.video-wrapper .video-button-wrapper a i {
  color: #fff !important;
}
.video-wrapper .video-button-wrapper a:hover {
  background-color: #d8b192 !important;
}
.video-wrapper .video-button-wrapper a::after {
  content: "Videos";
  position: absolute;
  bottom: -70px;
  left: 50%;
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 400;
  transform: translateX(-50%);
}
.show_brand-wrapper .row .row .col-inner .img-inner img {
  height: 42px !important;
  object-position: center;
  object-fit: contain;
}

.show_brand-wrapper .row .row .col:first-child {
  padding-left: 0 !important;
}
.show_brand-wrapper .row .row .col:last-child {
  padding-right: 0 !important;
}
.show_brand-wrapper .row .row {
  justify-content: space-between !important;
}
.show_brand-wrapper .title-primary h1 {
  margin-bottom: 50px !important;
}
.why_choose_us-description {
  font-size: 18px;
}
.why_choose_us-col-center .col-inner {
  background: #fff4e7;
  border-radius: 24px;
  box-shadow: 0px 4px 12px 0px #00000040;
  padding-top: 50px;
}
.why_choose_us-col-center .col-inner h2 {
  color: #000;
  font-size: 36px;
  text-align: center;
}
.why_choose_us-col-center .col-inner p {
  width: 75%;
  text-align: center;
  color: #848484;
  font-size: 18px;
  margin: 0 auto;
}

.why_choose_us-col-center .col-inner a {
  display: flex;
  width: 100%;
  background-color: var(--secondary-color);
  color: #fff;
  height: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 40px;
}
.why_choose_us-col-left .col-inner,
.why_choose_us-col-right .col-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.why_choose_us-col-left .col-inner .icon-box,
.why_choose_us-col-right .col-inner .icon-box {
  box-shadow: 0px 4px 12px 0px #00000040;
  border-radius: 24px;
  padding: 45px 24px;
  background-color: #fff4e7;
}
.why_choose_us-col-left .col-inner .icon-box .icon img,
.why_choose_us-col-right .col-inner .icon-box .icon img {
  width: 75px;
  height: 75px;
}
.why_choose_us-col-left .col-inner .icon-box .icon-box-img,
.why_choose_us-col-right .col-inner .icon-box .icon-box-img {
  width: 75px !important;
  margin-bottom: 24px !important;
}
.why_choose_us-col-left .col-inner .icon-box .icon-box-text h3,
.why_choose_us-col-right .col-inner .icon-box .icon-box-text h3 {
  font-size: 24px;
  color: #000;
}
.why_choose_us-col-left .col-inner .icon-box .icon-box-text p,
.why_choose_us-col-right .col-inner .icon-box .icon-box-text p {
  font-size: 18px;
}
.why_choose_us-col-left .col-inner .icon-box .icon-box-text p a,
.why_choose_us-col-right .col-inner .icon-box .icon-box-text p a {
  font-size: 16px;
  text-transform: uppercase !important;
}
.why_choose_us-col-center .col-inner .img-inner img {
  max-height: 392px !important ;
}
.why_choose_us-wrapper .row {
  margin-top: 90px;
}

.pricing_services-wrapper .img-inner img {
  max-height: 618px;
  border-radius: 24px;
  display: block;
  max-width: 480px;
}

.pricing_services-col h1 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px !important;
  margin-bottom: 15px !important;
}
.pricing_services-col p {
  font-size: 18px;
  line-height: 1.2;
}
.pricing_services-list {
  margin-top: 40px;
  max-height: 350px;
  overflow-y: scroll;
  padding-right: 45px;
}

/* Chrome, Edge, Safari */
.pricing_services-list::-webkit-scrollbar {
  width: 4px;
}

.pricing_services-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.pricing_services-list::-webkit-scrollbar-thumb {
  background-color: #d8b192;
  border-radius: 6px;
}

.pricing_services-list::-webkit-scrollbar-button {
  display: none;
  height: 0;
}

.pricing_services-list li {
  list-style-type: none;
}
.pricing_services-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.pricing_services-heading h4,
.pricing_services-heading span {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
}
.pricing_services-item {
  margin-bottom: 25px;
}
.pricing_services-body {
  font-size: 18px;
}
.pricing_services-wrapper .pricing_services-col:last-child .img-inner img {
  margin-left: auto;
}
.pricing_services-wrapper .pricing_services-col:first-child .img-inner img {
  margin-right: auto;
  margin-bottom: 100px;
}
.pricing_services-wrapper .pricing_services-col .button {
  margin-top: 40px;
  display: flex;
  width: 227px;
  height: 50px;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.news_homepage-list .post-item {
  padding: 0 70px 30px !important;
}
.news_homepage-list .post-item:first-child {
  padding-left: 0 !important;
}
.news_homepage-list .post-item:last-child {
  padding-right: 0 !important;
}
.news_homepage-list .post-item .image-cover img {
  object-position: 60% 60% !important;
}
.news_homepage-list .post-item .is-divider {
  display: none;
}
.news_homepage-list .post-item .post-title {
  font-size: 32px !important;
  text-align: start !important;
}
.news_homepage-list .post-item .box-text {
  padding-top: 35px !important;
}
.news_homepage-list .post-item .from_the_blog_excerpt {
  margin: 15px 0;
  margin-bottom: 20px;
}
.news_homepage-list .post-item .box-text .button {
  display: flex;
  width: 227px;
  height: 50px;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.contact_homepage-wrapper iframe {
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 24px;
  height: 530px;
}
.contact_homepage-wrapper .col:last-child .col-inner {
  margin-left: 80px;
}
.contact_homepage-wrapper .col-inner .icon-box h3 {
  color: #2b2a29;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 0 !important;
}
.contact_homepage-wrapper .col-inner .icon-box p {
  color: #2b2a29;
  font-size: 18px;
  line-height: 24px;
}
.contact_homepage-wrapper .col-inner .icon-box {
  margin-bottom: 25px;
}
.contact_homepage-wrapper .col-inner .icon-box table tr td {
  border: unset !important;
}
.contact_homepage-wrapper .col-inner .icon-box table {
  max-width: 300px;
}
.contact_homepage-wrapper .col-inner .icon-box table tr td strong {
  color: #2b2a29;
}

.subscribe-form p {
  display: flex;
  justify-content: space-between;
}
.subscribe-form .wpcf7-spinner {
  position: absolute;
  bottom: -24px;
  left: 0;
}
.subscribe-form input[type="submit"] {
  background: none !important;
  border: none !important;
  color: #016944 !important;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  padding: 0 10px;

  box-shadow: unset !important;
}

.subscribe-form input[type="email"] {
  padding: 0 !important;
  background-color: transparent !important;
  border: unset !important;
  outline: unset !important;
  box-shadow: unset !important;
}
.subscribe-form input[type="email"]::placeholder {
  font-size: 16px;
  color: #767676;
  font-weight: 400;
}
.subscribe-title {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px !important;
}
.subscribe-form {
  border-bottom: 1px solid #aba195;
}

#footer .row {
  max-width: 1440px !important;
  justify-content: space-between;
}
.footer-col-1 .img-inner img {
  object-fit: contain;
}
.footer-col-1 .img-inner {
  max-width: 278px !important;
}
.footer-col-1 .col-inner p {
  margin-bottom: 12px;
  color: #fff;
}
.footer-col-4 .icon-box .icon .icon-inner {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
}
.footer-col-4 .icon-box .icon .icon-inner img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.social-list {
  padding-bottom: 24px !important;
}
.footer-col-4 .social-list .col-inner {
  display: flex;
  gap: 8px;
}
.footer-col-4 .social-list .col-inner .icon-box {
  flex: 0 0 48px;
}
.footer-col-2,
.footer-col-3 {
  max-width: 200px !important;
  padding: 0 !important;
}
.footer-col-2 h3,
.footer-col-3 h3,
.footer-col-4 h3 {
  margin-bottom: 0px !important;
  font-size: 20px;
  color: #fff;
}
.footer-col-2 .section-title span,
.footer-col-3 .section-title span,
.footer-col-4 .section-title span {
  text-transform: none;
  border-bottom: unset !important;
  padding-bottom: 0 !important;
}
.footer-col-2 .section-title,
.footer-col-3 .section-title,
.footer-col-4 .section-title {
  border-bottom: unset !important;
}
.footer-col-2 .section-title-container,
.footer-col-3 .section-title-container,
.footer-col-4 .section-title-container {
  margin-bottom: 16px !important;
}
#footer .ux-menu-link__link {
  border-bottom: unset !important ;
  color: #fff;
}
.absolute-footer {
  background-color: var(--secondary-color) !important;
  padding-bottom: 20px !important;
}
.absolute-footer .container {
  max-width: 1659px;
  border-top: 1px solid #d5d5d5;
}
.footer-primary {
  padding-top: 20px !important;
}
.copyright-footer {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.footer-col-4 .col-inner table {
  max-width: 287px;
}
.footer-col-4 .col-inner table tr td {
  border: unset !important;
  color: #fff;
}
.footer-col-4 .col-inner table tr td strong {
  font-weight: 400;
}
#footer .icon-box-img {
  margin-bottom: 0 !important;
}
.site_service-manicure,
.site_service-pedicure {
  background-color: #fcf8ef;
}
.site_service-heading {
  padding: 40px 0;
}
.site_service-heading h1 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1a1a1a;
  line-height: 1.4;
  margin-bottom: 25px;
}
.site_service-tabs {
  justify-content: center;
  gap: 16px;
}
.service-tab {
  height: 45px;
  list-style-type: none;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 0;
  transition: all 0.3s ease-in-out;
  min-width: 0;
}
.service-tab a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 8px;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.2;
  color: #1a1a1a;
  word-break: keep-all;
}
.service-tab:last-child {
  flex: 0 0 350px;
}
.service-tab:hover {
  background-color: var(--secondary-color);
}
.service-tab.active-service-tab {
  background-color: var(--secondary-color);
}

.heroSlider__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0) 51.33%
    ),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0) 61.72%,
      rgba(216, 177, 146, 0.2) 100%
    );
  box-shadow: 0px 4px 4px 0px #00000040;
}

.site_service-hero .heroSlider__content-wrapper,
.book_our_service_slider .heroSlider__content-wrapper {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: unset;
  top: 50%;
  right: unset;
  width: 100%;
  transform: translateY(-50%);
}

.site_service-hero .heroSlider__title {
  margin-bottom: 0;
}
.site_service-hero .heroSlider__slogan,
.book_our_service_slider .heroSlider__slogan {
  font-size: 18px;
  font-weight: 400;
  width: 66%;
  line-height: 1.4;
}
.site_service-hero .heroSlider__img,
.book_our_service_slider .heroSlider__img {
  max-height: 888px;
}
.custom-section {
  padding: 50px 0;
}
.shape-heading {
  background-color: #ffedde;
  padding: 15px;
  border-bottom: 1px solid #fff;
}
.shape-wrapper {
  border: 1px solid #fff;
}
.shape-heading h2 {
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
}
.service-card {
  background-color: #ffefe3;
}
.service-item {
  min-height: 230px;
}
.service-card__title {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #1a1a1a;
}
.service-card__desc p {
  font-size: 16px;
}
.service-card__bottom a {
  font-weight: 600;
  font-size: 16px;
  color: #1a1a1a;
  text-decoration: underline;
}
.service-card__bottom a .arrow-learn-more {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-left: 5px;
}
.service-card__meta span {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
}
.product-use__swiper .swiper-slide img {
  max-height: 450px;
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 24px;
  object-position: center;
}
.product-use__title {
  font-size: 40px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.product-use__desc {
  display: -webkit-box;
  -webkit-line-clamp: 4; /* số dòng muốn hiển thị */
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 85%;
}
.product-use__link {
  width: 227px;
  height: 50px;
  background-color: var(--secondary-color);
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  text-transform: uppercase;
}

/* Proud */
.popup_proud {
  position: fixed;
  inset: 0;
  z-index: 9999999;
  overflow-y: hidden;
  background-color: #00000047;
  display: none;
  padding: 20px;
}
.popup_proud-content {
  background-color: #ffffff;
  padding: 50px 100px !important;
  margin: auto;
  border-radius: 24px;
}
.popup_proud-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}
.popup_proud-body {
  height: 480px;
  overflow-y: scroll;
  padding-right: 20px;
}
.popup_proud-body img {
  border-radius: 24px;
  width: 100%;
}
.popup_proud-heading h2 {
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 50px;
}

.popup_proud-body::-webkit-scrollbar {
  width: 4px;
}

.popup_proud-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.popup_proud-body::-webkit-scrollbar-thumb {
  background-color: #d8b192;
  border-radius: 6px;
}

.popup_proud-body::-webkit-scrollbar-button {
  display: none;
  height: 0;
}
.popup_proud.is-open {
  display: block;
}
/* Proud */

/* Member */
.popup_member {
  position: fixed;
  inset: 0;
  z-index: 9999999;
  overflow-y: scroll;
  background-color: #00000047;
  padding: 20px;
  display: none;
}

.popup_member-content {
  background-color: var(--secondary-color);
  width: 100%;
  max-width: 888px !important;
  max-height: 700px !important;
  padding: 24px !important;
  margin: auto !important;
  border-radius: 10px;
}
.popup_member-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
}
.popup_member-wrapper .row {
  height: 100%;
}
.popup_member-wrapper .row .member-content-left img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
.member-content-right .col-inner {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
}
.member-content-right .member-title {
  font-size: 28px;
  font-weight: 500;
  color: #000;
}
.member-content-right .member-feeling {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  color: #1a1a1a;
}
.member-content-body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.popup_member-wrapper .row .col {
  padding-bottom: 0 !important;
}

.member-content-right .star-review span i {
  color: #fea73e;
}
.member-content-right .star-review {
  margin: 10px 0;
}
/* Member */

.popup_service {
  position: fixed;
  inset: 0;
  z-index: 9999999;
  overflow-y: scroll;
  background-color: #00000047;
  padding: 20px;
  display: none;
}
.popup_service.is-open {
  display: block;
}
.popup_service-content {
  background-color: #ffffff;
  width: 100%;
  max-width: 888px;
  padding: 32px;
  margin: 0 auto;
}
.popup_service-heading {
  position: relative;
  padding-bottom: 32px;
  border-bottom: 6px solid #e8e8e8;
}
.popup_service-heading h2 {
  text-align: center;
  color: #1a1a1a;
  font-weight: 500;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.popup_service-heading .close-popup {
  position: absolute;
  right: 15px;
  top: 7px;
  cursor: pointer;
}
.popup_service-heading .close-popup i {
  font-size: 24px;
}

.service-list_step {
  --item: 120px; /* rộng mỗi item */
  --circle: 117px; /* đường kính vòng tròn */
  --gap-x: 112px; /* khoảng cách giữa cột */
  --line-h: 6px;
  --line: #d8b192;

  display: grid;
  grid-template-columns: repeat(
    4,
    var(--item)
  ); /* 4 item / hàng, cố định 120px */
  column-gap: var(--gap-x);
  row-gap: 36px;
  justify-content: center; /* căn giữa cả dãy */
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 32px;
}

.step_item {
  width: var(--item);
  text-align: center;
  position: relative;
  margin-bottom: 0;
}

.step_item-img {
  width: var(--circle);
  height: var(--circle);
  margin: 0 auto 12px;
  border-radius: 50%;
  border: 2px solid var(--line);
  background: #fff;
  overflow: hidden;
}

.step_item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line nối tới vòng tròn kế tiếp */
.step_item::after {
  content: "";
  position: absolute;
  top: calc(var(--circle) / 2 - var(--line-h) / 2); /* giữa vòng tròn */
  left: calc(50% + var(--circle) / 2); /* từ mép phải vòng tròn */
  height: var(--line-h);
  width: calc(
    var(--gap-x) + (var(--item) - var(--circle))
  ); /* GAP + (120-100)=20px */
  background: var(--line);
}

/* ẩn line ở item cuối mỗi hàng */
.step_item:nth-child(4n)::after {
  display: none;
}
.step_item:last-child::after {
  display: none;
}
/* responsive (tuỳ chọn) */
@media (max-width: 992px) {
  .service-list_step {
    grid-template-columns: repeat(3, var(--item));
  }
  .step_item:nth-child(3n)::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .service-list_step {
    grid-template-columns: repeat(2, var(--item));
  }
  .step_item:nth-child(2n)::after {
    display: none;
  }
 
}
@media (max-width: 480px) {
  .service-list_step {
    grid-template-columns: 100%;
  }
  .step_item::after {
    display: none;
  }
  .step_item {
    width: 100%;
  }
   .step_item p {
    font-size: 14px;
  }
  .step_item-img {
    width: 90px;
    height: 90px;
  }
}

.step_item-title {
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 500;
}
.step_item p {
  font-size: 16px;
  color: #535151;
  font-weight: 500;
  margin-bottom: 0;
}

.popup_service .service_description {
  color: #1a1a1a;
  margin: 30px 0;
  font-size: 18px;
}
.popup_service .service_price,
.popup_service .service_duration {
  text-align: center;
  color: #1a1a1a;
  display: flex;
  font-size: 18px;
  justify-content: center;
  gap: 12px;
}
.popup_service-button {
  display: block;
  margin: 0 auto;
  margin-top: 36px;
  background-color: var(--secondary-color);
  color: #000;
  font-size: 28px;
  font-weight: 500;
  width: 479px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
}

/* Hiện khi mở hoặc khi loading */
.popup_member.is-open,
.popup_service.is-open,
.popup_member.is-loading,
.popup_service.is-loading,
.popup_proud.is-loading {
  display: block;
}

/* Overlay nền tối cho cả open & loading */

.popup_member.is-loading::before,
.popup_service.is-loading::before,
.popup_proud.is-loading::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
}

/* Spinner giữa màn hình (full-screen) */
.loading-spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10001;
  width: 48px;
  height: 48px;
  border: 4px solid var(--secondary-color);
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.illustration-title {
  font-weight: 600;
  font-size: 36px;
}
.illustration-img img {
  border-radius: 24px;
}
.illustration-item-title {
  font-size: 36px;
  font-weight: 400;
  text-align: center;
}
.book_our_service_slider .heroSlider__slogan {
  display: -webkit-box;
  -webkit-line-clamp: 4; /* số dòng muốn hiển thị */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.button-hero-silder-wrapper {
  display: flex;
  align-items: center;
  gap: 205px;
  width: 100%;
  margin-top: 50px;
}
.button-hero-silder-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff !important;
  width: 227px;
  height: 50px;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 24px;
}
.button-hero-silder-wrapper .link_book_now {
  background-color: var(--secondary-color);
}
.button-hero-silder-wrapper .link_call_to_store {
  background-color: #c88b5b;
}
.product_we_use-row {
  padding: 20px 0;
}
.product_we_use-row:first-child {
  padding-top: 40px;
}
.product_we_use-row h2,
.product_we_use-color-filter h2 {
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 40px;
}

.products-swiper-wrap {
  position: relative;
}
.products-swiper-wrap .nav-arrow {
  position: absolute;
  top: 40%;
  z-index: 99;
  transform: translateY(-50%);
}
.products-swiper-wrap .nav-arrow img {
  height: 55px;
}
.products-swiper-wrap .nav-prev {
  left: -75px;
}
.products-swiper-wrap .nav-next {
  right: -75px;
}
.products-swiper-wrap .product-card .media {
  display: block;
  aspect-ratio: 374 / 440;
  overflow: hidden;
  border-radius: 8px; /* tùy */
}
.products-swiper-wrap .product-card .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.products-swiper-wrap .product-card h4 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  margin-top: 26px;
  line-height: 1.6;
}

.product_filter_box-heading h3 {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  color: #1a1a1a;
}

.product_filter_box-heading {
  padding: 10px;
  border: 1px solid #d9d9d9;
}
.product_we_use-filter-box {
  background: #fff;
}
.product_filter_box-body {
  border: 1px solid #d9d9d9;
  border-top: unset !important;
  padding: 24px 52px;
}
.product_filter_box-body legend {
  border-bottom: 1px solid #1a1a1a;
  padding: 10px;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  margin-bottom: 23px;
}

.pwu-filter-group {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 12px;
  align-items: center;
}
.product_filter_box-body .pwu-filter-opt span {
  font-size: 16px;
  color: #1a1a1a;
  font-weight: 400;
  text-transform: uppercase;
}

/* tuỳ màu chủ đạo ở đây */
:root {
  --pwu-accent: #111;
}

/* ẩn input gốc nhưng vẫn focus được */
.pwu-filter-opt {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}
.pwu-filter-opt input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

/* ô checkbox */
.pwu-filter-opt span {
  position: relative;
  padding-left: 40px;
  font-size: 13px;
  letter-spacing: 0.02em;
}
.pwu-filter-opt span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1.6px solid #cbd5e1;
  border-radius: 3px;

  transition: border-color 0.15s, background-color 0.15s, transform 0.12s;
}
.pwu-filter-opt:hover span::before {
  border-color: #000000;
}
.pwu-filter-opt input:active + span::before {
  transform: translateY(-50%) scale(0.96);
}

/* dấu tick (SVG) */
.pwu-filter-opt span::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%) scale(0.6);
  width: 12px;
  height: 10px;
  opacity: 0;
  transition: opacity 0.18s, transform 0.18s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath d='M1 5l4 4L13 1' fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* trạng thái checked */
.pwu-filter-opt input:checked + span::before {
  background: var(--pwu-accent);
  border-color: var(--pwu-accent);
}
.pwu-filter-opt input:checked + span::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

/* focus & disabled */
.pwu-filter-opt input:focus-visible + span::before {
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.35),
    inset 0 1px 1px rgba(0, 0, 0, 0.03);
}
.pwu-filter-opt input:disabled + span {
  opacity: 0.55;
  cursor: not-allowed;
}
.pwu-reset {
  padding: 0;
  margin: 0;
  display: block;
  margin-left: auto;
}
.pwu-reset:hover {
  color: #000;
}

#pwuGrid.product_we_use-list-colors {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 40px;
  align-items: start;
}

.pwu-item {
  min-width: 0;
  text-align: center;
  display: flex;
  justify-items: center;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.pwu-name {
  font-size: 16px;
  color: #000;
}

@media (max-width: 1200px) {
  #pwuGrid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 992px) {
  #pwuGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  #pwuGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.pwu-dot {
  display: inline-block;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.pwu-dot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product_we_use-list-colors {
  background-color: #fff;
  border: 1px solid #d5d5d5;
  margin-top: 40px;
  padding: 24px 10px;
  margin-bottom: 100px;
}
.pwu-filter-opt:last-child span {
  white-space: nowrap;
}
.about_us-heading {
}

.about_us-rtl .our_story-left .img-inner img {
  border-radius: 25px;
}
.about_us-rtl .our_story-left .col-inner {
  width: unset;
}

.about_us-rtl .our_story-right .col-inner {
  width: 90%;
  margin-left: auto !important;
  margin-right: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.about_us-rtl .our_story-right .col-inner a {
  width: 227px;
  height: 50px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.health_hygiene .our_story-left .col-inner a {
  font-weight: 500;
}
.page-id-346 .video_reviewbrand-wrapper,
.page-id-367 .video_reviewbrand-wrapper,
.page-id-396 .video_reviewbrand-wrapper,
.page-id-50 .video_reviewbrand-wrapper,
.page-id-547 .video_reviewbrand-wrapper,
.page-id-428 .video_reviewbrand-wrapper {
  padding-bottom: 0 !important;
}
.page-id-346 .img.has-hover,
.page-id-367 .img.has-hover,
.page-id-428 .img.has-hover,
.page-id-50 .img.has-hover,
.page-id-547 .img.has-hover,
.page-id-396 .img.has-hover {
  margin-bottom: 0 !important;
}
.banner_gallery,
.banner_career {
  position: relative;
}
.banner_gallery::after,
.banner_career::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0) 51.33%
    ),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0) 63.38%,
      rgba(216, 177, 146, 0.2) 100%
    );
  z-index: 1;
}
.banner_gallery .banner-layers,
.banner_career .banner-layers {
  z-index: 99;
}
.banner_gallery .banner-layers h1,
.banner_career .banner-layers h1 {
  font-size: 40px;
}
.banner_gallery .social-list .col-inner {
  display: flex;
  gap: 10px;
}

.banner_gallery .social-list .col-inner .icon-inner img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.banner_gallery .social-list .col-inner .icon-inner {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
}
.banner_gallery .social-list .col-inner .icon-box {
  flex: 0 0 48px;
}
.gallery__section .title-primary h1 {
  font-size: 36px;
}
.gallery__section .row .row {
  padding: 25px 10px !important;
  background-color: #fff;
  height: 955px !important;
  overflow-y: scroll;
}
.gallery__section .box-text {
  position: unset !important;
  padding: 0 !important;
  text-shadow: none !important;
}
.gallery__section .box-text p {
  color: #000 !important;
  font-size: 18px;
  font-weight: 400;
  background-color: #ffefe3 !important;
  text-transform: uppercase;
  padding: 10px !important;
  margin: 0;
  display: flex;
  gap: 12px;
}

.gallery__section .box-image {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.gallery__section .box-text p::before {
  content: "";
  background-image: url("../images/logo-box-text.png");
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  background-size: contain;
  display: block;
}

.gallery__section .row .row::-webkit-scrollbar {
  width: 4px;
}

.gallery__section .row .row::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.gallery__section .row .row::-webkit-scrollbar-thumb {
  background-color: #d8b192;
  border-radius: 6px;
}

.gallery__section .row .row::-webkit-scrollbar-button {
  display: none;
  height: 0;
}
.clients_heading h1 {
  font-size: 36px;
}

.clients-slider-wrapper {
  padding: 0 !important;
}
.clients-slider-wrapper h1 {
  font-size: 36px;
}
.clients-slider-span {
  max-width: 622px;
  margin: 0 auto;
}
.clients-slider-wrapper .flickity-viewport {
  margin-top: 50px;
}
.clients-slider-wrapper .slider-show-nav .flickity-prev-next-button,
.clients-slider-wrapper .slider:hover .flickity-prev-next-button {
  transform: translateY(-40%) !important;
  width: 50px;
}
.title-primary h2 {
  font-size: 36px;
}
.experience_section .button {
  min-width: 227px;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  border-radius: 999px;
  width: fit-content;
  padding: 0 24px;
  margin: 0 auto;
  margin-top: 20px;
}
.banner_career .text-box-content h1 {
  font-size: 50px;
  line-height: 1.4;
}
.banner_career .banner-layer {
  width: 80% !important;
}
.banner_career .banner-layer .button {
  min-width: 280px;
  height: 50px;
  background: #c88b5b !important;
  border-radius: 24px;
}
.banner_career .banner-layer .button span {
  line-height: 50px;
}
.page-id-428 .about_us-ltr {
  padding-top: 100px !important;
}
.roles-section h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 1.2;
}
.roles-section .role-card .role-title a,
.proud-moments-section .proud-moment-card .proud-moment-title a {
  font-size: 24px;
  color: #016944 !important;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: block;
  font-weight: 500;
}
.roles-section .role-card,
.proud-moments-section .proud-moment-card {
  margin-top: 24px;
}
.roles-section .role-card .role-thumb img,
.proud-moments-section .proud-moment-card .proud-moment-thumb img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  border-radius: 25px;
}
.roles-section .role-card .button-apply a {
  width: 100%;
  background-color: var(--secondary-color);
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  border-radius: 25px;
}

.proud-moments-section h2 {
  font-size: 40px;
  letter-spacing: 5px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.proud-moments-section .proud-moment-card .expert {
  margin-top: 24px;
}
.proud-moments-section .button-readmore a {
  display: flex;
  gap: 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  align-items: center;
}
.hear-from-team .section-title-normal {
  margin-bottom: 0 !important;
}
.hear-from-team .row:first-child .col {
  padding-bottom: 24px !important;
}
.hear-from-team .icon-box-text {
  text-align: left !important;
}
.hear-from-team .icon-box-text strong {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.member-team .col-inner {
  height: 100%;
  background-color: #ffefe3;
  border-radius: 8px;
}
.member-team .box-text .box-text-inner h3 {
  font-size: 24px;
  color: #000;
  font-weight: 500;
}
.member-team .box-text .box-text-inner strong {
  font-size: 18px;
  font-weight: 500 !important;
  color: #000;
}
.member-team .box-text .box-text-inner p {
  margin-bottom: 12px;
}
.member-team .box-image img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.col-secondary-color .col-inner {
  padding: 25px;
  background-color: var(--secondary-color);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.col-secondary-color .col-inner h2 {
  color: #fff !important;
}
.member-team-section .button {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-weight: 500;
  font-size: 16px;
}
.testimonials-from-staff .slider-wrapper .flickity-slider .img-inner img {
  height: 450px;
  object-fit: cover;
  object-position: top;
  border-radius: 24px;
}
.testimonials-from-staff .slider-wrapper {
  margin-bottom: 24px;
}
.testimonials-from-staff h2 {
  font-size: 40px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.testimonials-from-staff .col-inner .button {
  height: 50px;
  font-weight: 500;
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
}
.proud-moments-scroll {
  padding-top: 0 !important;
}
.proud-moments-scroll h2 {
  text-align: center;
  font-size: 40px;
  color: #016944;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.proud-moments-scroll .proud-moment-thumb img {
  width: 100%;
  height: 386px;
  object-fit: cover;
  object-position: top;
  border-radius: 8px;
}
.proud-moments-scroll .proud-moment-title {
  text-align: center;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #016944;
}
.proud-moments-scroll .expert {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 18px;
  color: #8d8d8d;
  margin-bottom: 14px;
}
.proud-moments-scroll .button-readmore a {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}
.proud-moments-scroll .row {
  margin-top: 30px;
  overflow-y: scroll;
  max-height: 1250px;
}
.proud-moments-scroll .row::-webkit-scrollbar {
  width: 4px;
}

.proud-moments-scroll .row::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.proud-moments-scroll .row::-webkit-scrollbar-thumb {
  background-color: #d8b192;
  border-radius: 6px;
}

.proud-moments-scroll .row::-webkit-scrollbar-button {
  display: none;
  height: 0;
}
.banner_career_opportunities h1 {
  font-size: 36px !important;
  text-transform: uppercase;
}

.banner_career_opportunities .text-inner p {
  margin: 24px 0 !important;
}
.banner_career_opportunities .text-inner .button {
  font-size: 16px;
  font-weight: 500;
  background-color: #c88b5b !important;
  height: 50px;
  display: flex;
  align-items: center;
  justify-self: center;
}
.banner_career_opportunities .text-box {
  width: 80% !important;
}
.why-work-description {
  width: 80%;
  margin: 0 auto;
}
.why-work-description p {
  margin-bottom: 30px !important;
}
.why-work-with-pureglow .icon-box-text h3 {
  font-size: 18px;
  color: #616161;
  font-weight: 500;
}
.why-work-with-pureglow .icon-box-text p {
  font-size: 12px;
  color: #616161;
}

.career-opportunities-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 24px;
}
.career-opportunities-left .the-excerpt p {
  margin-bottom: 3px;
}
.career-opportunities-title {
  font-weight: 500;
}
.career-opportunities-left .the-excerpt {
  width: 70%;
}
.career-opportunities-right a {
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary-color);
  color: #fff !important;
  text-transform: uppercase;
  border-radius: 24px;
}
.single_hiring-btns {
  display: flex;
  gap: 10px;
  justify-content: end;
  align-items: center;
}
.single_hiring-btns a {
  display: flex;
  min-width: 200px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.refer-btn {
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
}
.apply-now {
  color: #ffffff !important;
  background-color: var(--secondary-color);
}
.single_hiring-title {
  margin-top: 40px;
}
.single_hiring-title h1 {
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
}
.single_hiring-body h2 {
  font-size: 24px;
  color: #000;
}
.single_hiring-body strong {
  color: #000;
}
.single_hiring-body {
  padding-bottom: 100px;
}

.offer_packege-list .col-inner .box-image img {
  max-height: 400px;
  border-radius: 24px;
}
.offer_packege-list .col-inner {
  background-color: #feefe3;
}
.offer_packege-list .col-inner .box-text {
  padding: 20px;
}
.offer_packege-list .col-inner .box-text .box-text-inner h3 {
  font-size: 24px;
  font-weight: 500;
  color: #1a1a1a;
}
.offer_packege-list .col-inner .box-text .box-text-inner p {
  margin: 12px 0;
}
.offer_packege-list .col-inner .box-text .box-text-inner .button {
  min-width: 200px;
  height: 50px;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
}
.new_blog_section .col {
  padding-bottom: 0 !important;
}
.new_blog_section .col p {
  margin-bottom: 0 !important;
}
.news_and_blog_list .title-primary {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
}
.list-news-blogs .news-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 24px;
}
.news-item .news-left {
  flex: 0 0 370px;
}
.news-item .news-left img {
  max-height: 200px;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.thumb-title {
  padding: 10px;
  background-color: #ffefe3;
  font-size: 18px;
  text-transform: uppercase;
  display: flex;
  color: #000;
  gap: 10px;
  align-items: center;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.thumb-title::before {
  content: "";
  background-image: url("../images/logo-box-text.png");
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  background-size: contain;
  display: block;
}
.news-title a {
  font-size: 18px;
  line-height: 25px;
  color: #016944 !important;
  font-weight: 600;
}
.diver {
  width: 90px;
  height: 1px;
  background-color: var(--secondary-color);
  margin: 16px 0;
}
.news-excerpt {
  font-size: 14px;
  color: #000;
}
.read-more-news {
  display: flex;
  gap: 10px;
  color: #1a1a1a;
  text-transform: uppercase;
  align-items: center;
  margin-top: 16px;
}
.list-news-blogs .row {
  display: flex; /* 2 cột cao bằng nhau */
  align-items: stretch;
}

.news-blogs-left {
  position: relative;
  padding-right: 50px !important; /* khoảng cách với vạch */
  /* margin-right: 50px;  // bỏ dòng này */
}

.news-blogs-left::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  /* vạch ngắn hơn full height: */
  top: 0;
  height: 80%; /* 80–90% tuỳ chỉnh */
  background: #d5d5d5;
}

.news-blogs-right {
  padding-left: 50px !important; /* khoảng cách bên phải vạch */
}
.news-blogs-right-title {
  text-transform: uppercase;
  font-size: 24px;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 20px;
}
.news-blogs-right-title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 90px;
  background-color: var(--secondary-color);
  height: 2px;
}
.news-right-list .news-titles li {
  list-style-type: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d5d5d5;
}
.news-right-list .news-titles li a {
  color: #1a1a1a;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 25px;
}
.news-list .pagination .page-numbers {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 8px;
}
.news-list .pagination .page-numbers li {
  list-style-type: none;
}
.news-list .pagination .page-numbers li a,
.news-list .pagination .page-numbers li span {
  color: #8d8d8d;
  font-size: 14px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.news-list .pagination .page-numbers li .current {
  background-color: var(--secondary-color);
  color: #fff;
  border-radius: 8px;
}
.pg-btn {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}
.pg-btn svg {
  width: 10px;
  height: 10px;
}

.pg-content {
  width: 100%;
}

/* 1) Thu hẹp CHỈ phần văn bản (center giữa) */
.pg-content :where(p, h2, h3, h4, h5, h6, ul, ol, blockquote, pre, table) {
  max-width: 800px; /* chỉnh lại số bạn muốn (vd 640/760px) */
  margin-left: auto;
  margin-right: auto;
}
.pg-content p:has(img) {
  max-width: none !important;
  margin-left: 0;
  margin-right: 0;
}
/* 2) Ảnh & figure luôn full container (không bị thu hẹp) */
.pg-content :where(figure, .wp-block-image, .alignwide, .alignfull) {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.pg-content :where(img, .wp-block-image img) {
  width: 100%;
  height: auto;
  display: block;
  /* tuỳ chọn: bo góc giống mockup */
  border-radius: 12px;
}

/* (tuỳ chọn) Gallery Gutenberg cũng full */
.pg-content .wp-block-gallery {
  max-width: none;
}

/* (tuỳ chọn) khoảng cách chung giữa các block */
.pg-content > * {
  margin-bottom: 1.2rem;
}
.pg-title {
  font-size: 40px;
  text-transform: uppercase;
}

.faq-accordion .accordion-title .toggle,
.faq-accordion .accordion-title i {
  display: none;
}

.faq-accordion .accordion-title {
  position: relative;
  background-color: transparent !important;
  font-size: 18px;
  color: #000 !important;
  font-weight: 600 !important;
}

.faq-accordion .accordion-title::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.2s ease;
  background: no-repeat center/contain url("../images/accordion-arrow.png");
}

.faq-accordion .accordion-item.active > .accordion-title::before,
.faq-accordion .accordion-title.active::before,
.faq-accordion.active > .accordion-title::before {
  transform: translateY(-50%) rotate(90deg);
}
.accordion-item {
  background-color: transparent !important;
  border: unset !important;
}
.accordion .accordion-item:first-child .accordion-title {
  border-top: unset !important;
}
.accordion-inner {
  padding-left: 20px !important;
}
.accordion-inner p {
  color: #767676;
}
.ask_section .button {
  width: 230px;
  /* margin: 0 auto !important; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.hidden-content h3 {
  font-size: 16px;
  color: #000;
}
.hidden-content p {
  font-size: 14px;
  margin-bottom: 15px;
}
.hidden-content {
  max-height: 735px;
  overflow-y: hidden;
  margin-bottom: 30px;
}
.hidden-content.active {
  max-height: unset;
}
.toggle-content {
  background-color: unset !important;
  font-size: 18px !important;
  text-transform: unset !important;
  text-decoration: underline !important;
  color: #000 !important;
  border: unset !important;
  font-weight: 500 !important;
  box-shadow: unset !important;
  margin: 0 auto !important;
  display: block !important;
}

.toggle-content span {
  text-decoration: underline;
}
.toggle-content:hover {
  color: var(--secondary-color) !important;
}

.pwu-slider {
  position: relative;
  margin: 50px 0;
}
.slider-product-we-use-section {
  background-color: var(--secondary-color);
}
.slider-product-we-use-section h1 {
  font-size: 40px;
  text-transform: uppercase;
}

.pwu-slider .swiper-product-button-prev,
.pwu-slider .swiper-product-button-next {
  position: absolute;
  top: 32%;
  color: #000;
  width: 40px;
  z-index: 999;
  height: 40px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.pwu-slider .swiper-product-button-prev {
  left: -60px !important;
}
.pwu-slider .swiper-product-button-next {
  right: -60px !important;
}
.pwu-title {
  color: #fff;
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 30px;
  margin-bottom: 10px;
}
.pwu-title a {
  color: #fff !important;
  font-size: 18px;
}
.pwu-excerpt {
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
}
.btn-see-more-product {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 227px;
  height: 50px;
  background-color: #fff;
  border-radius: 25px;
  text-transform: uppercase;
  margin: 0 auto;
  color: var(--secondary-color) !important;
}
.our_story-right .flickity-slider .img-inner img,
.about_us-rtl .flickity-slider .img-inner img,
.about_us-ltr .flickity-slider .img-inner img {
  height: 555px;
  object-fit: cover;
}
.clients-slider-wrapper .slider-nav-light .flickity-prev-next-button {
  color: #000 !important;
  background-color: unset !important;
  opacity: 1 !important;
  scale: 1.4;
}
.clients-slider-wrapper .flickity-prev-next-button svg,
.clients-slider-wrapper .flickity-prev-next-button svg .arrow {
  fill: var(--secondary-color) !important;
}
.js-member-popup {
  cursor: pointer;
}
#popup-first-order .col-inner,
#popup-first-order .col-inner .img.has-hover,
#popup-first-order .col-inner .img.has-hover .img-inner {
  height: 100%;
}
#popup-first-order .col-inner .img.has-hover .img-inner img {
  height: 100%;
  object-fit: cover;
}
#popup-first-order .col {
  padding-bottom: 0 !important;
}
#popup-first-order .icon-box-img {
  margin-left: auto;
  margin-right: auto;
}
#popup-first-order .icon-box-text h3 {
  font-weight: 500 !important;
  font-size: 24px;
}
#popup-first-order .icon-box-text {
  text-align: center;
}
#popup-first-order form {
  text-align: start;
}
#popup-first-order form label {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
#popup-first-order .wpcf7-form-control-wrap input,
.new_client_ofer-section .wpcf7-form-control-wrap input {
  border: 1px solid #ab8965;
  height: 40px;
}
#popup-first-order .wpcf7-form-control-wrap {
  margin-top: 4px;
  margin-bottom: 12px;
}
#popup-first-order form p input[type="submit"] {
  width: 100%;
  display: flex;
  background: #d8b192 !important;
  text-transform: none;
  font-size: 20px;
  border-radius: 24px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 15px;
}
#popup-first-order .wpcf7-spinner {
  display: none;
}
#popup-first-order .col-inner .button {
  background: unset;
  color: #8d8d8d;
  font-size: 12px;
  text-transform: none;
  padding: 0;
  border: 0;
  margin: 0 auto;
  display: block;
  box-shadow: none;
}
.list-news-blogs {
  margin-top: 40px;
}
.new_client_ofer-section .section-title-normal {
  border-bottom: none !important;
  justify-content: center !important;
}
.new_client_ofer-section .section-title-main {
  padding-bottom: 15px !important;
}
.new_client_ofer-section .section-title-container {
  margin-bottom: 15px !important;
}
.new_client_ofer-section .section-title-normal span {
  border-bottom: 1px solid rgb(0, 0, 0);
}
.new_client_ofer-section .wrap-input-group {
  display: flex;
  gap: 25px;
}

.new_client_ofer-section .wrap-input-group p label {
  font-size: 14px;
  font-weight: 400;
}
.new_client_ofer-section form p input[type="submit"] {
  width: 200px;
  display: flex;
  background: #d8b192 !important;
  text-transform: none;
  font-size: 20px;
  border-radius: 24px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: 0;
}
.new_client_ofer-section form {
  margin-bottom: 0;
}
.new_client_ofer-section .wpcf7-spinner {
  display: none;
}
.new_client_ofer-section .row .col {
  padding-bottom: 0;
}
.contact_form-section p span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 600;
  color: var(--secondary-color);
}
.contact_form-section p {
  margin-bottom: 10px !important;
}
.contact_form-section h1 {
  font-size: 40px;
  color: #000;
  font-weight: 400;
}
.contact_form-section form {
  margin-top: 16px;
}
.contact_form-section form .form-row.two-columns p {
  display: flex;
  gap: 25px;
}
.contact_form-section form .form-row p label {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.contact_form-section form .form-row.two-columns p label input,
.contact_form-section form .form-row p label textarea {
  border: 1px solid #ab8965;
  height: 40px;
  box-shadow: none;
}
.contact_form-section form p input[type="submit"] {
  background-color: var(--secondary-color);
  width: 150px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #000;
  text-transform: none;
  font-weight: 500;
}
.contact_form-section .col {
  padding-bottom: 0 !important;
}
#countdown-popup .section {
  padding: 0 !important;
}
#countdown-popup {
  border-radius: 8px;
}
#countdown-popup .col-inner,
#countdown-popup .col-inner .img.has-hover,
#countdown-popup .col-inner .img.has-hover .img-inner {
  height: 100%;
}
#countdown-popup .col-inner .img.has-hover .img-inner img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
#countdown-popup .col {
  padding-bottom: 0 !important;
}
#countdown-popup .icon-box-img {
  margin-left: auto !important;
  margin-right: auto !important;
}
#countdown-popup .col:last-child .col-inner {
  padding-top: 45px;
}
#countdown-popup .icon-box-text h4 {
  font-size: 14px;
  color: #000;
  margin: 16px auto;
  text-align: center;
}
#countdown-popup .icon-box-text h3 {
  font-size: 26px;
  line-height: 36px;
  text-align: center;
}
#countdown-popup .icon-box-text p {
  text-align: center;
  font-size: 14px;
  color: #8d8d8d;
  margin-bottom: 16px !important;
}
.hurrytimer-campaign {
  padding: 0 !important;
}
#countdown-popup .icon-box-text .button {
  border-radius: 24px;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  margin: 16px 0 !important;
}
#countdown-popup .cs-close-popup {
  background: unset;
  color: #8d8d8d;
  font-size: 12px !important;
  text-transform: none !important;
  height: unset;
  border: unset;
  box-shadow: unset;
}
.pwu-thumb-wrap img {
  border-radius: 8px;
}
.footer-col-1 .col-inner .img.has-hover {
  margin-bottom: 30px !important;
}
.social-list .col-inner .plain {
     display: block;
    width: 48px;
    height: 48px;
}
.wpcf7 .wpcf7-not-valid-tip {
  letter-spacing: 0px !important;
  text-transform: none !important;
  font-weight: 500 !important;
  margin-top: 0 !important;
}
.nav-dropdown.nav-dropdown-default > li > a {
  font-size: 16px !important;
  font-weight: bold !important;
}
#footer .col {
  padding-bottom: 0 !important;
}
#footer section {
  padding-bottom: 10px !important;
}
.mfp-gallery .mfp-arrow:before,
.mfp-gallery .mfp-arrow:after {
  display: none !important;
}
.mfp-gallery .mfp-arrow i {
  display: none !important;
}
.mfp-gallery .mfp-arrow-left {
  background: url("../images/prev-btn.png") !important;
  background-size: 20px 20px !important;
  width: 60px !important;
  height: 60px !important;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.mfp-gallery .mfp-arrow-right {
  background: url("../images/next-btn.png") !important;
  background-size: 20px 20px !important;
  width: 60px !important;
  height: 60px !important;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.mfp-gallery .mfp-arrow-left {
  left: calc(50% - 400px - 40px) !important; /* 400px là nửa chiều rộng ảnh */
}
.mfp-gallery .mfp-arrow-right {
  right: calc(50% - 400px - 40px) !important;
}
.mfp-gallery .mfp-bottom-bar {
  position: unset !important;
  display: flex;
  justify-content: space-between;
}
.mfp-gallery .mfp-content {
  background: #ffefe3;
  border-radius: 12px;
}
.mfp-gallery .mfp-title {
  color: #000 !important;
  font-size: 27px !important;
  text-transform: uppercase !important;
  padding-left: 55px;
  position: relative !important;
}
.mfp-gallery .mfp-img {
  padding-bottom: 60px !important;
  background: #ffefe3 !important;
  border-radius: 12px !important;
  backface-visibility: unset !important;
}
.mfp-gallery .mfp-title::before {
  content: "";
  background-image: url("../images/logo-box-text.png");
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  background-size: contain;
  display: block;
  position: absolute;
  left: 11px;
  top: -6px;
}
.mfp-gallery .mfp-counter {
  position: unset !important;
  font-size: 16px;
  color: #000;
  padding-right: 20px;
}
.testimonials-from-staff-row .col {
  padding: 0 !important;
}

.testimonials-from-staff-row .box-image img {
  height: 450px;
  object-fit: cover;
  object-position: top;
  border-radius: 24px;
}
.testimonials-from-staff-row .box-text {
  padding: 0 !important;
  padding-top: 20px !important;
}
.testimonials-from-staff-row .box-text p {
  font-style: italic;
  font-size: 16px;
}
.back-to-top{
	display:none !important
}
