@import url('https://fonts.cdnfonts.com/css/futura-pt');

:root {

  --color-1: #fff;

  --color-2: #000;

  --font-family-1: 'Futura PT', sans-serif;
  --box--shadow-1: 0 10px 30px 0 rgba(0, 0, 0, .1);

  --box--shadow-2: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;

}



body {

  font-size: 16px;
  color: var(--color-3);
  font-family: var(--font-family-1);

}



*:not(i) {

  font-family: var(--font-family-1);

}

h1,
h2,
h3,
h4,
h5,
h6 {

  margin-bottom: 0;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 900 !important;


}

h1,
h1.title {

  font-size: 3rem;
}

h2,
h2.title {

  font-size: 2.5rem;
  font-weight: 900;

}

h3,
h3.title {

  font-size: 25px;
  font-weight: 900;

}

p,
a,
span,
strong,
li,
a {
  line-height: 1.4;
  font-size: 18px;
}

.px-3 {

  padding-left: 1rem;

  padding-right: 1rem;

}

.pb-20px {

  padding-bottom: 20px;

}

.mb-1-25 {

  margin-bottom: 1.25rem;

}

.mb-10px {

  margin-bottom: 10px;

}

.mb-0 {
  margin-bottom: 0;
}

.back-to-top:hover {
  background-color: var(--color-2);
  border: 1px solid var(--color-2);
}

.nav-sidebar .header-button-1 {
  display: none;
}

.nav>li>a>i.icon-menu {
  font-size: 3em;
  color: #000;
}

.mfp-content {
  padding-top: 20px !important;
  transform: translateY(-135px) !important;
  margin-bottom: -175px;
}

/* ===== MENU ITEMS ===== */
#main-menu .nav-sidebar li a {
  font-family: var(--font-family-1);
  font-size: 42px;
  font-weight: 900;
  color: #000000;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  padding: 8px 0;
  line-height: 1.2;
  text-decoration: none;
  transition: font-size 0.2s ease;
  background: transparent !important;
}

/* Hover: phóng to chữ */
#main-menu .nav-sidebar li a:hover {
  font-size: 48px !important;
  color: var(--color-2) !important;
  background: transparent !important;
  background-color: transparent !important;
}

/* Xóa background mặc định Flatsome khi hover */
#main-menu .nav-sidebar li:hover,
#main-menu .nav-sidebar li a:hover,
#main-menu .nav-sidebar li a:focus {
  background: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

#main-menu .sidebar-menu {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
  padding-bottom: 40px;
}

#main-menu .nav-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ===== FIX HEADER KHI POPUP MỞ ===== */
#header {
  z-index: 99999 !important;
  position: relative !important;
}

.mfp-ready #header .header_logo,
.mfp-ready #header .header-logo-dark {
  filter: invert(1) !important;
}

.mfp-ready #header .icon-menu {
  color: #000000 !important;
}

.mfp-ready #header .header-button a {
  color: #000000 !important;
  border-color: #000000 !important;
}

/* ===== HAMBURGER XOAY THÀNH X KHI MENU MỞ ===== */
.current-lightbox-clicked .icon-menu,
[aria-expanded="true"] .icon-menu {
  display: inline-block;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.icon-menu {
  transition: transform 0.3s ease;
}

.header-button .button {
  background: transparent;
  border: 4px solid var(--color-2);
  color: var(--color-2);
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 5px;
  padding-top: 5px;
  border-radius: 0 !important;
  overflow: hidden;
  cursor: pointer;
}

.header-button .button span {
  position: relative;
  z-index: 2;
}

.header-button .button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: left .40s ease;
  background-color: var(--color-2)
}

.header-button .button:hover {
  color: var(--color-1);
}

.header-button .button:hover::before {
  left: 0;
}

.header-button .button:active {
  transform: scale(.94);
}

.banner-index .banner-layers {
  margin-right: 100px;
}

.banner-index .text-box .text-box-content p {
  font-size: 20px;
  font-weight: 400;
  margin-top: 0;
}

.img-logo-index-back .img-inner {
  margin-bottom: 40px;
}

.btn-banner-index {
  background: transparent;
  border: 4px solid var(--color-1);
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  cursor: pointer;
}

.btn-banner-index-black {
  background: transparent;
  border: 4px solid var(--color-2);
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  cursor: pointer;
  color: var(--color-2) !important;
}

.btn-banner-index span {
  position: relative;
  z-index: 2;
}

.btn-banner-index::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: left .40s ease;
  background-color: var(--color-1)
}

.btn-banner-index:hover {
  color: var(--color-2) !important;
}

.btn-banner-index:hover::before {
  left: 0;
}

.btn-banner-index:active {
  transform: scale(.94);
}


.btn-banner-index-black span {
  position: relative;
  z-index: 2;
}

.btn-banner-index-black::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: left .40s ease;
  background-color: var(--color-2)
}

.btn-banner-index-black:hover {
  color: var(--color-1) !important;
}

.btn-banner-index-black:hover::before {
  left: 0;
}

.btn-banner-index-black:active {
  transform: scale(.94);
}



.marquee-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  background-color: var(--color-1);
}


.marquee-track {
  display: inline-flex;
  align-items: center;
  will-change: transform;
}


.marquee-item {
  display: inline-flex;
  align-items: center;
}


.separator {
  margin: 0 40px;

  font-weight: 300;
}

.row-PHC-index {
  margin-top: 165px;
  margin-bottom: 160px;
}

.title-PHC-index {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 900;
}

.text-PHC-index {
  font-size: 20px;
  margin-top: 1.5rem;
}

.btn-index {
  background: transparent;
  color: var(--color-2);
  border: 4px solid var(--color-2);
  overflow: hidden;
  cursor: pointer;
}

.btn-index span {
  position: relative;
  z-index: 2;
}

.btn-index::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: left .40s ease;
  background-color: var(--color-2)
}

.btn-index:hover::before {
  left: 0;
}

.btn-index:active {
  transform: scale(.94);
}

.section-STFOFHA-index {
  margin-top: 50px;
}

.col-padding-0 {
  padding: 0;
}

.title-STFOFHA-index {
  font-size: 50px;
  padding-right: 40px;
  font-weight: 900;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  background: var(--color-1);
  padding-bottom: 35px;
}

.text-STFOFHA-index {
  background: var(--color-2);
  color: var(--color-1);
  padding-top: 250px;
  padding-bottom: 250px;
  padding-right: 40px;
  font-size: 20px;
}

.text-STFOFHA-index p {
  font-size: 20px;
  font-weight: 400;
}

.title-tgalofsap-index h2 {
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

/* testimonial.css */

.testimonial-section {
  margin: 0 auto;
  padding: 50px 20px;
  position: relative;
  text-align: center;
}

.testimonial-track {
  overflow: hidden;
  position: relative;
}

.testimonial-inner {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonial-slide {
  flex: 0 0 100%;
  min-width: 100%;
}

.testimonial-text {
  font-size: 20px;
  line-height: 1.4;
  color: #333;
  max-width: 500px;
  margin: 0 auto 32px;
}

.testimonial-author {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.author-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #eee;
}

.author-name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-2);
}

.author-location {
  font-size: 14px;
  color: var(--color-2);
}

.testimonial-author br {
  display: none;
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 2px solid var(--color-2);
  background: var(--color-1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333;
  transition: border-color 0.2s, color 0.2s;
}

.quote-icon {
  width: 50px;
  height: auto;
  margin-bottom: 35px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.nav-btn:hover {
  border-color: #111;
  color: #111;
}

.nav-btn.prev {
  left: -10px;
}

.nav-btn.next {
  right: -10px;
}

@media (max-width: 600px) {
  .nav-btn.prev {
    left: 0;
  }

  .nav-btn.next {
    right: 0;
  }

  .testimonial-text {
    font-size: 14px;
  }
}

.banner-jtc-index .banner-bg .bg-fill {
  background-repeat: round !important
}

.row-jtc {
  padding-top: 250px;
  padding-bottom: 250px;
}


.text-title-index {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.title-jtc-index {
  margin-bottom: 20px;
}

.title-jtc-index h2 {
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
}

.title-jtc-index p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.newsletter-email,
input.newsletter-email,
.wpcf7 input.newsletter-email {
  width: 100% !important;
  padding: 0 20px !important;
  border: 1px solid #ccc !important;
  border-right: none !important;
  border-radius: 0 !important;
  font-size: 16px !important;
  outline: none !important;
  background: var(--color-1) !important;
  color: #333 !important;
}

.newsletter-email::placeholder {
  color: #aaa !important;
}

input.newsletter-submit,
.wpcf7 input.newsletter-submit {
  padding: 0 35px !important;
  background: #111 !important;
  color: var(--color-1) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  white-space: nowrap !important;
}

input.newsletter-submit:hover {
  background: #333 !important;
}

.wpcf7-form-control-wrap:has(.newsletter-email) {
  flex: 1 !important;
  display: block !important;
}

.wpcf7-form:has(.newsletter-email) p {
  max-width: 500px !important;
  margin: 0 auto !important;
  display: flex !important;
  text-align: center;
}

.wpcf7-form:has(.newsletter-email) .wpcf7-spinner {
  display: none !important;
}


.tg-section {
  background: var(--color-2);
  max-width: 1630px;
  color: var(--color-1);
  margin: 0 auto;
}

/* ── Hero ── */
.tg-hero {
  padding: 40px 30px 30px;
}

.tg-hero h2 {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 1px;
  color: var(--color-1);
  margin-bottom: 24px;
  text-transform: uppercase;
}

/* ── Photo Grid ── */
.tg-photos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

.tg-photos .photo {
  /* aspect-ratio: 3 / 4; */
  overflow: hidden;
}

.tg-photos .photo img {
  width: 297;
  height: 316px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.tg-photos .photo img:hover {
  transform: scale(1.04);
}

/* ── Footer Columns ── */
.tg-footer {
  padding: 40px 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.5fr;
  gap: 32px;
}

.tg-col h3 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--color-1);
  margin-bottom: 16px;
}

.tg-col ul {
  list-style: none;
}

.tg-col ul li {
  margin-bottom: 10px;
}

.tg-col ul li a {
  color: var(--color-1);
  font-size: 16px;
  text-decoration: none;
  transition: color 0.2s;
}

.tg-col ul li a:hover {
  color: var(--color-1);
}

/* ── Social Icons ── */
.tg-social {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}

.tg-social a {
  /* color: var(--color-1); */
  font-size: 22px;
  text-decoration: none;
  transition: color 0.2s;
}

.tg-social a:hover {
  color: var(--color-1);
}

.tg-social a img {
  width: 40px;
  height: 30px;
  object-fit: contain;
  filter: var(--color-1);
  transition: filter 0.2s;
}

.tg-logo-img {
  width: 100%;
  object-fit: contain;
}

/* ── Bottom Bar ── */
.tg-bottom-bar {
  display: flex;
  justify-content: center;
  gap: 10px;
}



.tg-bottom-bar i {
  font-size: 30px;
  color: var(--color-2);
  vertical-align: middle;
  line-height: 0.8;
}

.tg-bottom-bar .label {
  font-size: 16px;
  color: var(--color-2);
}

.tg-bottom-bar .handle {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-2);
}



/* Page Sttle Finder */

.title-banner-sf h1 {
  text-transform: uppercase;
  font-size: 70px;
  font-weight: 900;
  line-height: 1.2;
}

.btn-banner-sf {
  padding: 5px 20px;
  background: transparent;
  border: 4px solid var(--color-1);
}

.gallery-grid-style-finder {
  display: grid;
  /* Tạo 5 cột với chiều rộng bằng nhau */
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  /* Giới hạn độ rộng tối đa của grid */
  background-color: var(--color-1);
}

.cell {
  /* Viền đứt khúc màu xanh giống như trong ảnh mẫu */
  background-color: var(--color-1);
  /* Thiết lập tỷ lệ khung hình cho mỗi ô (chiều cao nhỉnh hơn chiều rộng một chút) */
  aspect-ratio: 4 / 5;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Đảm bảo ảnh lấp đầy ô mà không bị méo */
  display: block;
}

.titie-text-sf {
  margin-bottom: 30px;
  margin-top: 30px;
}

.titie-text-sf h2 {
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.titie-text-sf p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
}


.tab-sf .nav {
  margin-bottom: 45px;
}

.tab-sf span {
  font-size: 35px;
  margin-right: 30px;
  font-weight: 900;
  color: var(--color-2);
}


/* About */

.row-about {
  margin-top: 50px;
}

.title-text-about h1 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 20px;
}

.title-text-about p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.accordion {
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
}

.item {
  border: 4px solid var(--color-2);
  margin-bottom: 20px;
}

.item:last-child {
  margin-bottom: 0;
}

.header-fqa {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  cursor: pointer;
  background: var(--color-1);
  user-select: none;
  transition: background 0.15s;
}

.header-fqa:hover {
  background: var(--color-2);
}

.header-fqa:hover .title {
  color: var(--color-1);
}

.header-fqa:hover .icon {
  color: var(--color-1);
}

.header-fqa .icon {
  font-size: 18px;
  color: var(--color-2);
  transition: transform 0.45s;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.item.open .header-fqa .icon {
  transform: rotate(360deg);
}

.header-fqa .title {
  font-size: 18px;
  font-weight: 500;
  color: #111;
}

.body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: var(--color-1);
}

.item.open .body {
  max-height: 600px;
}

.body-inner {
  display: flex;
  gap: 20px;
  padding: 20px 18px 24px;
}

.body-inner img {
  width: 200px;
  object-fit: cover;
  flex-shrink: 0;
  filter: grayscale(100%);
}

.body-inner p {
  font-size: 16px;
  color: #555;
  line-height: 1.4;
}

.body-inner br {
  display: none;
}

/* Contact */

.banner-contact .img-inner {
  max-width: 1567px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.col-contact-info .col-inner {
  margin-left: 30px !important;
}

.contact-info p,
.opening-hours p {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px !important;
  color: var(--color-2);
  margin-bottom: 10px;
}

.contact-info i {
  font-size: 18px;
  color: var(--color-2);
  flex-shrink: 0;
}

.opening-hours h3 {
  font-size: 20px;
  font-weight: 900;
  color: var(--color-2);
  margin-bottom: 12px;
  margin-top: 60px;
}

.row-blog-new {
  margin-top: 50px;
}

.post-news .box-blog-post .blog-post-inner .post-title a {
  font-size: 25px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--color-2);
}

.post-news .box-blog-post .blog-post-inner .button {
  background: transparent;
  border: 0;
  color: var(--color-2);
  font-size: 16px;
  font-weight: 700;
}

.prev-next-btn .ux-relay__control .ux-relay__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 4px solid var(--color-2);
  opacity: 1;
  padding: 10px;
  margin-right: 30px;
  margin-left: 30px;
}

.prev-next-btn .ux-relay__control .ux-relay__button:hover {
  background-color: var(--color-2);
}

.prev-next-btn .ux-relay__control .ux-relay__nav-button:not([disabled]):hover svg,
.prev-next-btn .ux-relay__control .ux-relay__button:hover svg {
  fill: var(--color-1);
}

.text-title-academy h1 {
  text-transform: uppercase;
  font-weight: 900;
}

.col-text-title-academy .col-inner {
  margin-top: 50px;
  margin-bottom: 50px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #e0e0e0;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-right: 1px solid #e0e0e0;
  text-align: center;
  aspect-ratio: 1 / 1;
}

.stat-item:last-child {
  border-right: none;
}

.stat-wrapper {
  font-size: 36px;
  font-weight: 300;
  color: #111;
  line-height: 1;
  margin-bottom: 0px;
}

.stat-number,
.stat-suffix {
  font-size: 52px;
  font-weight: 500;
  color: var(--color-2);
}

.stat-label {
  font-size: 18px;
  color: var(--color-2);
  margin-bottom: 8px;
  font-weight: 400;
}

.stat-line {
  width: 24px;
  height: 2px;
  background: #ccc;
  margin-top: 6px;
}

.text-title-academy h2 {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 1rem;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.team-item img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top;
  filter: grayscale(100%);
  display: block;
  margin-bottom: 12px;
}

.team-info {
  padding: 0 4px;
}

.title-stylist-team h2 {
  font-size: 52px;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.team-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-2);
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.team-role {
  font-size: 16px;
  color: var(--color-2);
}

.global-team {
  background: var(--color-1);
  padding: 60px 60px 40px;
  max-width: 1460px;
  margin: 0 auto;
}

.global-team__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.team-card {
  display: flex;
  flex-direction: column;
}

.team-card__img {
  width: 100%;
  overflow: hidden;
}

.team-card__img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.team-card:hover .team-card__img img {
  transform: scale(1.04);
}

.team-card__info {
  padding: 20px 0;
  text-align: center;
}

.team-card__info h3 {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--color-2);
  margin-bottom: 6px;
}

.team-card__info p {
  font-size: 16px;
  color: var(--color-2);
  margin-bottom: 12px;
}

.team-card__info a {
  font-size: 16px;
  color: var(--color-2);
  font-weight: 600;
  text-decoration: underline;
  transition: opacity 0.2s;
}

/* ── Popup ── */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.popup-box {
  background: var(--color-1);
  width: 90%;
  max-width: 800px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  animation: popupIn 0.3s ease;
}

@keyframes popupIn {
  from {
    transform: translateY(30px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.popup-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #111;
  line-height: 1;
  z-index: 1;
}

.popup-close:hover {
  opacity: 0.5;
}

.popup-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.popup-img {
  overflow: hidden;
}

.popup-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
}

.popup-content {
  padding: 48px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.popup-content h3 {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #111;
  margin-bottom: 8px;
}

.popup-role {
  font-size: 13px;
  color: #888;
  margin-bottom: 20px;
  font-style: italic;
}

.popup-bio {
  font-size: 14px;
  color: #444;
  line-height: 1.8;
}

.open-popup {
  background: none;
  border: none;
  padding: 0;
  font-size: 13px;
  color: #111;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  margin-right: 0;
}

.open-popup:hover {
  opacity: 0.6;
}

.popup-overlay-box {
  position: fixed !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 9999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.3s ease, visibility 0.3s ease !important;
}

.popup-overlay-box.active {
  opacity: 1 !important;
  visibility: visible !important;
}

.popup-overlay-box .popup-box {
  position: relative !important;
  z-index: 100000 !important;
  background: var(--color-1) !important;
  width: 90% !important;
  max-width: 640px !important;
  border: 1px solid #ddd !important;
}

@media (max-width: 600px) {
  .popup-inner {
    grid-template-columns: 1fr;
  }

  .popup-content {
    padding: 28px 24px;
  }
}


@media (max-width: 768px) {
  .global-team {
    padding: 40px 24px;
  }

  .global-team__grid {
    grid-template-columns: 1fr;
  }
}


#popmake-642,
#popmake-663,
#popmake-670,
#popmake-684,
#popmake-695 {
  max-width: 100% !important;
}

#popmake-642 .pum-close,
#popmake-663 .pum-close,
#popmake-670 .pum-close,
#popmake-684 .pum-close,
#popmake-695 .pum-close {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  top: 0px !important;
  right: 0px !important;
}

#popmake-642 .pum-content,
#popmake-663 .pum-content,
#popmake-670 .pum-content,
#popmake-684 .pum-content,
#popmake-695 .pum-content {
  margin: 25px;
}

.col-img-popup {
  padding-bottom: 0;
}

.title-popup h2 {
  margin-bottom: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.title-popup p {
  font-size: 20px;
  margin-bottom: 10px;
  color: #555 !important;
}

.text-popup p {
  font-size: 16px;
  font-weight: 400;
}

.social-icons {
  display: flex;
  gap: 12px;
  align-items: center;
}

.social-icons a {
  color: #111;
  display: flex;
  align-items: center;
  transition: opacity 0.2s;
}

.social-icons a:hover {
  opacity: 0.6;
}

.profile-section {
  padding: 60px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.profile-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.profile-block__img {
  width: 100%;
  overflow: hidden;
}

.profile-block__img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.profile-block__img:hover img {
  transform: scale(1.03);
}

.profile-block__content {
  padding: 0 20px;
}

.profile-block__content h2 {
  font-size: 45px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--color-1);
  margin-bottom: 20px;
  line-height: 1.4;
  text-align: center;
}

.profile-block__content p {
  font-size: 16px;
  color: var(--color-1);
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 768px) {
  .profile-section {
    padding: 40px 24px;
    gap: 40px;
  }

  .profile-block {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .profile-block__content {
    padding: 0;
  }
}

.col-title-fwus .col-inner {
  margin-top: 50px;
  margin-bottom: 50px;
}

.row-icon-fwus {
  margin-top: 50px;
}

.row-icon-fwus .col-icon-fwus .col-inner {
  margin-bottom: 2.5rem;
}

.col-icon-fwus .col-inner .icon-box-text .text h3 {
  margin-top: 35px;
  margin-bottom: 25px;
}

.row-sss {
  padding: 135px;
}

.text-title-sss h2 {
  font-size: 45px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.2;
}

.btn-sss {
  background-color: var(--color-1);
  color: var(--color-2) !important;
  border: 4px solid var(--color-1);
}

.btn-sss:hover {
  background-color: var(--color-2);
  color: var(--color-1) !important;
  border: 4px solid var(--color-2);
}

.row-otf-tngvn {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.fb-form {
  max-width: 520px;
  font-family: inherit;
}

.fb-group {
  margin-bottom: 10px;
}

.fb-label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
  color: #111;
  margin-bottom: 6px;
}

.fb-form .fb-input,
.fb-form .fb-textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #111;
  border-radius: 0;
  padding: 10px 12px;
  font-size: 14px;
  background: var(--color-1);
  color: #111;
  outline: none;
  box-shadow: none;
  appearance: none;
}

.fb-textarea {
  height: 205px;
}

.fb-form .fb-input:focus,
.fb-form .fb-textarea:focus {
  border-color: #111;
  outline: none;
}

.fb-form .fb-textarea {
  resize: vertical;
  min-height: 200px;
}

.fb-form .fb-btn {
  background: var(--color-1);
  border: 4px solid #111;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 5px 35px;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 8px;
  border-radius: 0;
  transition: background 0.2s, color 0.2s;
}

.fb-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: inline-block;
}

.fb-form .fb-btn:hover {
  background: #111;
  color: var(--color-1);
}

.stats-grid-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 245px;
}

.stat-item-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #e0e0e0;
  aspect-ratio: 1 / 1;
  max-width: 375px;
  margin: 0 auto;
  width: 100%;
}

.stat-wrapper-2 {
  font-size: 36px;
  font-weight: 300;
  color: #111;
  line-height: 1;
  margin-bottom: 12px;
}

.stat-number-2,
.stat-suffix-2 {
  font-size: 36px;
  font-weight: 500;
  color: var(--color-2);
}

.stat-label-2 {
  font-size: 16px;
  color: var(--color-2);
  margin-bottom: 8px;
}

.stat-line-2 {
  width: 24px;
  height: 2px;
  background: #ccc;
  margin-top: 6px;
}

.bk-form {
  max-width: 100%;

}

.bk-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 28px;
}

.bk-group {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.bk-label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 16px;
  font-weight: 700;
  color: #111;
}

.bk-icon {
  width: 15px;
  height: 15px;
  object-fit: contain;
}

.bk-form .bk-input,
.bk-form .bk-select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #bbb;
  border-radius: 0;
  padding: 9px 12px;
  font-size: 14px;
  background: var(--color-1);
  color: #111;
  outline: none;
  box-shadow: none;
  height: 2.5rem;
}

.bk-form .bk-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  padding-right: 36px;
}

.bk-form .bk-input:focus,
.bk-form .bk-select:focus {
  border-color: #111;
  outline: none;
}

.bk-footer {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

.bk-footer p {
  display: flex;
  flex-direction: column;
}

.bk-form .bk-btn {
  background: var(--color-1);
  border: 2px solid #111;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 5px 40px;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 0;
  transition: background 0.2s, color 0.2s;
}

.bk-form .bk-btn:hover {
  background: #111;
  color: var(--color-1);
}

@media (max-width: 540px) {
  .bk-grid {
    grid-template-columns: 1fr;
  }
}


.privacy-wrap {
  margin: 0 auto;
  font-size: 15px;
  color: #333;
  line-height: 1.7;
}

.privacy-wrap h1 {
  font-size: 25px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: var(--color-2);
}

.privacy-wrap h2 {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 28px 0 10px;
  color: var(--color-2);
}

.privacy-wrap h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0 8px;
  color: var(--color-2);
}

.privacy-wrap p {
  margin-bottom: 12px;
}

.privacy-wrap ul {
  padding-left: 20px;
  margin-bottom: 12px;
}

.privacy-wrap ul li {
  margin-bottom: 6px;
}


.privacy-box h2 {
  margin-top: 0;
}

.privacy-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 13px;
}

.privacy-table th {
  background: #f5f5f5;
  text-align: left;
  padding: 10px 12px;
  font-weight: 700;
  border: 1px solid #e0e0e0;
  text-transform: uppercase;
  font-size: 12px;
}

.privacy-table td {
  padding: 10px 12px;
  border: 1px solid #e0e0e0;
  vertical-align: top;
}

.privacy-table tr:nth-child(even) td {
  background: #fafafa;
}

#popmake-373 {
  top: 50px !important;
}

/* --- 1. ÉP KHUNG POPUP GỌN GÀNG --- */

.pum-theme-363,
.pum-theme-default-theme {
  background: rgba(54, 46, 46, 0.46) !important;
}

.pum-container,
.pp-modal-inner {
  max-width: 500px !important;
  /* Khóa độ rộng để form không bị bẹp */
  margin: 0 auto !important;
  background: var(--color-1) !important;
  font-family: 'Montserrat', Arial, sans-serif !important;
}

/* Triệt tiêu khoảng trắng thừa do thẻ <p> của CF7 sinh ra */
.pp-modal-inner p {
  margin-bottom: 0 !important;
  padding: 0 !important;
}

/* --- 2. TIÊU ĐỀ --- */
.pp-title p {
  text-align: left !important;
  font-size: 32px !important;
  font-weight: 800 !important;
  color: #1a1a1a !important;
  margin-bottom: 25px !important;
  margin-top: 0 !important;
}

/* --- 3. KHOẢNG CÁCH VÀ NHÃN (LABEL) --- */
.pp-group {
  margin-bottom: 5px !important;
}

.pp-label {
  display: flex !important;
  align-items: center !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  margin-bottom: 8px !important;
}

/* Kích thước Icon */
.pp-icon {
  width: 18px !important;
  height: 18px !important;
  margin-right: 10px !important;
  object-fit: contain !important;
}

/* --- 4. Ô NHẬP LIỆU & DROPDOWN --- */
.pp-modal-inner input[type="text"],
.pp-modal-inner input[type="tel"],
.pp-modal-inner input[type="email"],
.pp-modal-inner input[type="date"],
.pp-modal-inner select {
  width: 100% !important;
  height: 40px !important;
  /* Ép chiều cao bằng nhau */
  padding: 10px 15px !important;
  border: 1px solid #ddd !important;
  font-size: 14px !important;
  background-color: var(--color-1) !important;
  color: #333333 !important;
  box-shadow: none !important;
  /* Tắt bóng mờ của Flatsome */
}

.pp-modal-inner input:focus,
.pp-modal-inner select:focus {
  border-color: #1a1a1a !important;
  outline: none !important;
}

/* --- 5. NÚT SEND NOW (Ép màu đen) --- */
.pp-modal-inner .pp-btn {
  width: 100% !important;
  background-color: #1a1a1a !important;
  color: var(--color-1) !important;
  border: none !important;
  padding: 5px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  border-radius: 4px !important;
  margin-top: 15px !important;
  cursor: pointer !important;
  text-shadow: none !important;
  box-shadow: none !important;
}

.pp-modal-inner .pp-btn:hover {
  background-color: #333333 !important;
}

/* --- 6. SỬA LUÔN NÚT "CLOSE" XANH LƠ --- */
/* Khung nút bấm và giấu chữ CLOSE cũ */
.pum-close,
.pum-close span {
  background-color: var(--color-1) !important;
  border: 4px solid var(--color-2) !important;
  top: 15px !important;
  right: 15px !important;
  font-size: 0 !important;
  /* Ép chữ CLOSE biến mất */
  width: 40px !important;
  /* Chỉnh độ rộng nút cho vuông vức */
  height: 40px !important;
  /* Chỉnh chiều cao nút */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
}

/* Chèn dấu X chuẩn (dấu nhân) vào */
.pum-close::after {
  content: "✕" !important;
  /* Ký tự X chuyên dụng */
  font-size: 20px !important;
  font-weight: bold !important;
  color: var(--color-2) !important;
}


.section-index-moblie {
  display: none;
}

.silde-moblie {
  display: none;
}

.icon-box-fws .icon-box-img .icon-inner {
  height: 60px;
}

.slider-banner-mobile,
.section-moblie-team {
  display: none;
}

.col-edu-tablet {
  padding-left: 468px;
  padding-right: 468px;
}

.team-slider-dots {
  display: none;
}

.box-blog-post .is-divider {
  background-color: var(--color-2);
}

.comments-area .comment-respond {
  background-color: transparent !important;
  border: 4px solid var(--color-2);
}

.comment-form .form-submit .submit {
  background-color: var(--color-1);
  color: var(--color-2);
  border: 4px solid var(--color-2);
}

.comment-form .form-submit .submit:hover {
  background-color: var(--color-2);
  color: var(--color-1);
  box-shadow: none;
}

.comment-respond .comment-reply-title {
  color: var(--color-2);
}

.comment-respond .comment-form-comment textarea,
.comment-respond .comment-form-author input[type="text"],
.comment-respond .comment-form-email input[type="email"],
.comment-respond .comment-form-url input[type="url"] {
  border: 1px solid var(--color-2);
}

.col-slider-brand-index {
  padding-left: 0;
  padding-right: 0;
}

.blog-single .post {
  margin-top: 40px;
}

.blog-single .post .entry-title {
  color: var(--color-2);
  padding-left: 80px;
  padding-right: 80px;
}

.blog-single .post .entry-divider {
  background-color: var(--color-2);
  max-width: 50px;
}

.tg-social a.active,
.tg-social a {
  pointer-events: auto !important;
  cursor: pointer !important;
}

.col-padding-right-left .col-inner {
  padding-left: 390px;
  padding-right: 390px;
  margin-top: 30px;
}

.abt-hs-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
}

/* --- Cột trái, chia 2 khối trên/dưới --- */
.abt-hs-left {
  display: flex;
  flex-direction: column;
}

.abt-hs-left__top {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 25px 60px;
  flex: 0 0 auto;
}

.abt-hs-title {
  font-size: 42px;
  font-weight: 800;
  text-transform: uppercase;
  color: #111827;
  line-height: 1.25;
  margin: 0;
  letter-spacing: 0.01em;
  text-align: right;
}

.abt-hs-left__bottom {
  background: #000;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
}

.abt-hs-desc {
  color: #fff;
  font-size: 18px;
  line-height: 1.9;
  text-align: right;
  margin: 0;
}

.abt-hs-desc br {
  display: none;
}

/* --- Cột phải: ảnh full-height --- */
.abt-hs-right {
  height: 100%;
}

.abt-hs-right__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.testimonial-text-indx br {
  display: none;
}

/* --- Responsive --- */
@media (max-width: 900px) {
  .abt-hs-section {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .abt-hs-title {
    font-size: 28px;
    text-align: left;
  }

  .abt-hs-left__top {
    padding: 36px 24px;
  }

  .abt-hs-left__bottom {
    padding: 40px 24px;
  }

  .abt-hs-desc {
    font-size: 14px;
    text-align: left;
    max-width: 100%;
  }

  .abt-hs-right {
    height: 400px;
  }
}

@media screen and (max-width: 1360px) {
  .abt-hs-title br {
    display: none;
  }
}

/* Tablet */
@media screen and (max-width: 1034px) {

  h1 {
    font-size: 2.5em !important;
  }

  h2 {
    font-size: 2rem;
  }

  p,
  a,
  strong,
  span {
    font-size: 16px;
  }

  .button {
    font-size: 16px !important;
  }

  #logo {
    width: 270px;
  }

  .mfp-content {
    transform: translateY(-245px) !important;
    margin-bottom: 0;
  }

  .img-logo-index-back .img-inner {
    margin-bottom: 15px;
  }

  .text-box-banner-1 {
    bottom: -10%;
    right: 2%;
  }

  .banner-jtc-index {
    padding-top: 450px !important;
  }

  .text-box-banner-index-3 {
    top: 25%;
  }

  .banner-index .text-box .text-box-content p {
    font-size: 16px;
  }

  .marquee-container {
    font-size: 25px;
  }

  .row-PHC-index {
    margin-top: 0;
    margin-bottom: 0;
  }

  .title-PHC-index {
    font-size: 30px;
  }

  .text-PHC-index {
    font-size: 16px;
    margin-top: 10px;
  }

  .section-STFOFHA-index {
    padding: 30px;
  }

  .title-STFOFHA-index {
    font-size: 30px;
  }

  .text-STFOFHA-index {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .text-STFOFHA-index p {
    font-size: 16px;
  }

  .title-tgalofsap-index h2 {
    font-size: 30px;
    margin-bottom: 1rem;
  }

  .row-jtc {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .title-jtc-index h2 {
    font-size: 35px;
  }

  .nav-btn.next {
    right: 40px;
  }

  .nav-btn.prev {
    left: 40px;
  }

  .tg-col h3 {
    font-size: 18px;
  }

  .tg-social a img {
    width: 25px;
  }

  .title-banner-about h1 {
    font-size: 40px;
  }

  .title-banner-about p {
    font-size: 16px;
  }

  .banner-contact .img-inner {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .row-about {
    margin-top: 20px;
  }

  .title-text-booking h1 {
    font-size: 35px;
  }

  .title-text-booking p {
    font-size: 16px;
  }

  .text-box-service-1 {
    left: 2%;
  }

  .text-box-service-2 {
    right: 5%;
  }

  .title-text-box-service h1,
  .title-text-box-news h1 {
    font-size: 35px;
  }

  .title-jtc-index p,
  .title-text-box-news p {
    font-size: 16px;
  }

  .post-news .post-item {
    max-width: 50% !important;
  }

  .post-news .box-blog-post .blog-post-inner .post-title a {
    font-size: 20px;
  }

  .post-news .box-blog-post .blog-post-inner .from_the_blog_excerpt {
    font-size: 16px;
  }

  .title-text-about h1 {
    font-size: 30px !important;
    margin-bottom: 10px;
  }

  .title-text-about p {
    font-size: 16px;
  }

  .col-contact-info .col-inner {
    margin-left: 0px !important;
  }

  .contact-info strong {
    font-size: 16px;
  }

  .title-text-about br {
    display: none;
  }

  .tg-photos .photo img {
    height: 200px;
  }

  .title-banner-sf h1 {
    font-size: 30px;
  }

  .btn-banner-sf {
    padding: 0px 10px;
  }

  .titie-text-sf h2 {
    font-size: 35px;
  }

  .titie-text-sf p {
    font-size: 16px;
    margin-bottom: 0;
  }

  .tab-sf span {
    font-size: 25px;
  }

  .text-title-fws h1 {
    font-size: 35px;
  }

  .bannner-sss {
    padding-top: 500px !important;
  }

  .text-title-sss h2 {
    font-size: 2rem;
  }

  .text-box-banner-fws {
    top: 30%;
  }

  .stats-grid-2 {
    gap: 55px;
  }

  .row-otf-tngvn {
    margin-top: 0;
    margin-bottom: 0;
  }

  .img-contact-fws .img-inner img {
    min-height: 583px;
  }

  .col-title-fwus .col-inner {
    margin-bottom: 20px;
  }

  .title-contact-fws {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .col-icon-fwus .col-inner .icon-box-text .text h3 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .text-icon-fws br {
    display: none;
  }

  .text-title-academy h2 {
    font-size: 35px;
  }

  .text-title-academy br {
    display: none;
  }

  .slider-team .banner-slider-team {
    padding-top: 330px !important;
  }

  .slider-team .banner-slider-team .bg.bg-loaded {
    background-position: 0% !important;
  }

  .title-stylist-team h2 {
    font-size: 35px;
  }

  .profile-block__content h2 {
    font-size: 30px;
  }

  .profile-block__content br {
    display: none;
  }

  .gap-team {
    padding-top: 5rem !important;
  }

  .bannner-sss {
    padding-top: 400px !important;
  }

  .col-edu-tablet {
    padding-left: 200px;
    padding-right: 200px;
  }

  .tab-sf .nav {
    margin-bottom: 15px;
  }

  .titie-text-sf {
    margin-top: 0px;
  }

  .text-PHC-index br,
  .title-STFOFHA-index br {
    display: none;
  }

  .testimonial-text {
    font-size: 16px;
  }

  .text-STFOFHA-index,
  .title-STFOFHA-index {
    padding-right: 30px;
  }

  .testimonial-section {
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 900px) {
  h1 {
    font-size: 35px !important;
  }

  h2 {
    font-size: 30px !important;
  }

  p,
  li {
    font-size: 15px;
  }

  .mfp-content {
    transform: translateY(-80px) !important;
    margin-bottom: 0;
  }

  .text-box-banner-1 {
    bottom: -30%;
    right: 0%;
  }

  .banner-jtc-index {
    padding-top: 400px !important;
  }

  .banner-index .text-box .text-box-content br {
    display: none
  }

  .text-STFOFHA-index {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .title-STFOFHA-index {
    font-size: 25px;
  }

  .text-STFOFHA-index br {
    display: none;
  }

  .tg-photos .photo img {
    height: 100%;
    width: 100%;
  }

  .text-box-banner-fws {
    top: 28%;
  }

  .slider-team,
  .section-tablet {
    display: none;
  }

  .slider-banner-mobile,
  .section-moblie-team {
    display: block;
  }

  .profile-block {
    display: flex;
    flex-direction: column;
  }

  .title-text-box-service h1 {
    font-size: 30px !important;
  }

  .contact-info p,
  .opening-hours p {
    font-size: 15px !important;
  }

  .title-banner-about h1 {
    font-size: 30px;
  }

  .title-banner-about p {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
  }

  .title-banner-about br {
    display: none;
  }

  .bannner-sss {
    padding-top: 400px !important;
  }

  .col-edu-tablet {
    padding-left: 150px;
    padding-right: 150px;
  }

  .tg-hero {
    padding: 24px 16px 16px;
  }

  .tg-photos {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .tg-photos .photo {
    display: block;
  }

  /* ── Footer ── */
  .tg-footer {
    display: flex;
    flex-wrap: wrap;
    padding: 24px 16px;
    gap: 0;
    border-top: none;
  }

  .tg-hero h2 {
    font-size: 40px !important;
  }

  /* Logo full width lên đầu */
  .tg-logo-col {
    width: 100% !important;
    order: -1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 35px;
    margin-top: 15px;
  }

  .tg-logo-img {
    width: 600px;
  }

  /* 3 col nằm ngang, chia đều */
  .tg-col {
    width: 33.33% !important;
    flex: none !important;
    padding-right: 8px;
  }

  .tg-col h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .tg-col ul li {
    margin-bottom: 8px;
  }

  .tg-col ul li a {
    font-size: 16px;
  }

  /* Icon social dọc */
  .tg-social {
    gap: 14px;
  }

  .tg-social a img {
    width: 26px;
    height: 26px;
  }

  /* ── Bottom bar ── */
  .tg-bottom-bar {
    padding: 12px 16px;
    justify-content: center;
  }
}

@media screen and (max-width: 549px) {

  h1 {
    font-size: 30px !important;
  }

  h2 {
    font-size: 25px !important;
  }

  h3 {
    font-size: 18px !important;
  }

  p,
  span,
  a,
  strong,
  li {
    font-size: 14px;
  }

  br {
    display: none;
  }

  #main-menu .nav-sidebar li a:hover {
    font-size: 35px !important;
  }

  #main-menu .nav-sidebar li a {
    font-size: 30px;
  }

  .mfp-content {
    transform: translateY(-200px) !important;
  }

  .nav-sidebar .header-button-1 {
    display: block;
  }

  .silde-desktop {
    display: none;
  }

  .text-PHC-index {
    font-size: 14px;
  }

  .title-jtc-index p {
    font-size: 14px;
  }

  .silde-moblie {
    display: block;
  }

  .header-main .header-inner.flex-row {
    display: flex;
    flex-flow: row-reverse;
  }

  .header-main .header-inner .mobile-nav .header-button {
    display: none;
  }

  #logo {
    width: 210px;
    margin-right: 160px;
  }

  .text-box-banner-index,
  .text-box-banner-index-2,
  .text-box-banner-index-3 {
    display: none;
  }

  .col-slider-brand-index {
    padding-bottom: 0 !important;
  }

  .section-index-moblie {
    display: block;
  }

  .PHCY-desktop {
    display: none;
  }

  .section-STFOFHA-index {
    display: none;
  }

  .text-STFOHA-moblie {
    margin-top: 30px;
  }

  .text-STFOHA-moblie h2 {
    font-size: 25px;
  }

  .testimonial-section .nav-btn.prev,
  .testimonial-section .nav-btn.next {
    display: none;
  }

  .row-jtc {
    padding-top: 0;
    padding-bottom: 0px;
  }

  .title-jtc-index {
    margin-bottom: 20px;
  }

  .title-jtc-index h2 {
    font-size: 25px !important;
  }

  input.newsletter-submit,
  .wpcf7 input.newsletter-submit {
    margin-right: 0;
  }

  .tg-photos {
    grid-template-columns: repeat(3, 1fr);
  }

  .tg-col {
    width: 50% !important;
  }

  .col-social {
    width: 100% !important;
  }

  .tg-hero h2 {
    font-size: 25px;
  }

  .tg-photos .photo img {
    height: 125px;
  }

  .tg-col h3 {
    font-size: 16px;
  }

  .tg-col ul li a {
    font-size: 14px;
  }


  .quote-icon {
    width: 35px;
    margin-bottom: 20px;
  }

  .gallery-grid-style-finder {
    grid-template-columns: repeat(3, 1fr);
  }

  .gallery-grid-style-finder .empty {
    display: none;
  }

  .banner-jtc-index {
    padding-top: 300px !important;
  }

  .banner-jtc-index .banner-layer {
    width: 100% !important;
  }

  .banner-jtc-index .banner-layer .title-jtc-index .wpcf7 .wpcf7-form {
    display: flex;
    justify-content: center;
  }

  .wpcf7-form:has(.newsletter-email) p {
    max-width: 400px !important;
  }

  .row-tgalofsap-index-desktop {
    display: none;
  }

  .img-slider-index-moblie .img-inner img {
    padding-left: 30px;
    padding-right: 30px;
  }

  .title-text-booking p {
    font-size: 14px;
  }

  .banner-contact .img-inner {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bk-label,
  .bk-form .bk-btn {
    font-size: 14px;
  }

  .banner-service-desktop {
    display: none;
  }

  .section-desktop-service,
  .banner-desktop {
    display: none;
  }

  .gap-service {
    padding-top: 3rem !important;
  }

  .text-banner-style-finder {
    width: 100% !important;
  }

  .tab-sf span {
    font-size: 20px;
  }

  .col-padding-bottom-0 {
    padding-bottom: 0 !important;
  }

  .tg-bottom-bar .handle,
  .tg-bottom-bar .label {
    font-size: 14px;
  }

  .tg-bottom-bar i {
    font-size: 25px;
  }

  .historty-accordion .accordion .item.open .body {
    max-height: 100%;
  }

  .historty-accordion .accordion .body .body-inner {
    flex-direction: column;
  }

  .historty-accordion .accordion .body .body-inner img {
    width: 100%;
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .col-text-popup,
  .col-img-popup {
    padding: 0;
  }

  .title-popup {
    margin-top: 15px;
  }

  .title-popup p {
    font-size: 18px;
  }

  .banner-team-destop {
    display: none;
  }

  .marquee-container {
    font-size: 20px;
  }

  .gap-team {
    padding-top: 1rem !important;
  }

  .row-gteam-desktop {
    display: none;
  }

  .button {
    font-size: 14px !important;
  }

  .titie-text-sf p {
    font-size: 14px;
  }

  .tg-bottom-bar {
    padding: 10px 0px;
  }

  .post-news .post-item {
    max-width: 100% !important;
  }

  .banner-new-destop,
  .banner-about-desktop {
    display: none;
  }

  .prev-next-btn .ux-relay__control .ux-relay__button {
    margin-right: 15px;
    margin-left: 15px;
    padding: 5px;
  }

  .ux-relay__nav-button svg {
    width: 16px;
  }

  .stats-grid-2 {
    display: flex;
    flex-direction: column;
  }

  .contact-info p,
  .opening-hours p {
    font-size: 14px !important;
  }

  .opening-hours h3 {
    font-size: 18px;
    margin-top: 40px;
  }

  .col-icon-fwus .col-inner .icon-box-text .text h3 {
    font-size: 20px;
    margin-top: 30px;
  }

  .title-text-about h1 {
    font-size: 25px;
  }

  .title-text-about p {
    font-size: 14px;
  }

  .text-box-sss {
    width: 100% !important;
  }

  .text-title-sss h2 {
    margin-bottom: 0;
  }

  .img-contact-fws .img-inner img {
    min-height: 100%;
  }

  .bannner-sss {
    padding-top: 260px !important;
  }

  .text-box-sss {
    width: 65% !important;
  }

  .col-title-fwus .col-inner {
    margin-bottom: 0px;
    margin-top: 20px;
  }

  .tg-logo-col {
    margin-bottom: 30px;
    margin-top: 0;
  }

  .tg-social a img {
    width: 20px;
    height: 20px;
  }

  .tg-photos {
    gap: 10px;
  }

  .tg-logo-img {
    width: 300px;
  }

  .col-padding-right-left .col-inner {
    padding-left: 0px;
    padding-right: 0px;
  }

}

@media screen and (max-width: 414px) {
  h1 {
    font-size: 25px !important;
  }

  h2 {
    font-size: 20px !important;
  }

  #logo {
    width: 218px;
    margin-right: 125px;
  }

  #main-menu .nav-sidebar li a {
    font-size: 22px;
  }

  .mfp-content {
    transform: translateY(-65px) !important;
  }

  #main-menu .nav-sidebar li a:hover {
    font-size: 25px !important;
  }

  .title-jtc-index h2 {
    font-size: 20px !important;
  }

  input.newsletter-submit,
  .wpcf7 input.newsletter-submit {
    padding: 0 20px !important;
  }

  .wpcf7-form:has(.newsletter-email) p {
    max-width: 300px !important;
  }

  .banner-mobile {
    padding-top: 315px !important;
  }

  .section-index-moblie {
    padding-bottom: 0 !important;
  }

  .banner-jtc-index {
    padding-top: 240px !important;
  }

  .title-jtc-index p {
    padding-left: 25px;
    padding-right: 25px;
  }

  .tg-hero h2 {
    font-size: 30px !important;
  }

  .tab-sf span {
    font-size: 16px;
    margin-right: 20px;
  }

  .profile-section {
    padding: 40px 24px 0;
  }

  .title-text-about h1 {
    font-size: 25px !important;
  }

  .title-text-about p {
    font-size: 14px;
  }

  .text-banner-style-finder {
    width: 60% !important;
  }
}

@media screen and (max-width: 360px) {
  .banner-mobile {
    padding-top: 280px !important;
  }

}