@font-face {
    font-family: 'Century_Gothic';
    src: url('fonts/CenturyGothic.woff2') format('woff2'),
        url('fonts/CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'hoeflertext';
    src: url('fonts/hoeflertext.woff2') format('woff2'),
        url('fonts/hoeflertext.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/myriadpro-regular-webfont.woff2') format('woff2'),
         url('fonts/myriadpro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
  background-color: #f5f3ee;
  color: #1e1e21;
  font-family: 'Inter', sans-serif;
}
a {
    color: #1e1e21;
    text-decoration: none;
}
img { 
	max-width:100%;
	height:auto;
}
header h5 {
  font-weight: 800;
  letter-spacing: -0.5px;
}
.relative {
position: relative;
}

img.top_logo {
    max-height: 90px;
}
.footer-logo img {
    width: 100%;
    max-width: 700px;
}

.hero-title {
    font-weight: 900;
    letter-spacing: -5px;
    line-height: 1.1;
    font-size: 7em;
	
}
.hero-title.display-3 {
    font-size: 6em;
    letter-spacing: -1px;
}
@media (max-width: 992px) {
.hero-title.display-3 {
    font-size:4.5em;
}
}

@media (max-width: 728px) {
.hero-title.display-3 {
    font-size:3em;
}
}
.lead {
  color: #c9c9c9;
  font-size: 1.1rem;
}

.video-wrapper {
  overflow: hidden;
  border-radius: 10px;
}

.metrics {
  border-color: rgba(255,255,255,0.1) !important;
}

.metrics h2 {
    font-weight: 900;
    letter-spacing: -0.5px;
    font-size: 2.5em !important;
    text-transform: uppercase;
    line-height: 1;
}

.metrics p {
  font-size: 0.95rem;
  color: #aaa;
}
@media (max-width: 728px) {
	
	.metric-item {
    border-left: 0px !important;
}
.metric-item h2 {
    border-top: 1px solid rgba(var(--bs-secondary-rgb));
    padding-top: 30px;
    margin-top: 20px;
	        font-size: 2em !important;
}

}
@media (max-width: 992px) {
.hero-title {
    font-size: 5em;
    letter-spacing: -1px;
}
}
@media (max-width: 728px) {
.hero-title {
    font-size: 2.9em;
    letter-spacing: -1px;
}
}
@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1540px;
    }
}

.nameh1,
.partners h1,
.clients h1 {
  font-weight: 900;
  letter-spacing: -7px;
  line-height: 1.05;
}

@media (max-width: 992px) {
.nameh1,
.partners h1,
.clients h1 {
  letter-spacing: -1px;
}
}


.partners .btn {
  font-size: 0.85rem;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
}

.partners .btn:hover {
  background-color: #fff;
  color: #000;
}

.partner-card img {
  transition: transform 0.5s ease;
}

.partner-card:hover img {
  transform: scale(1.03);
}

.partner-card h6 {
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.badge {
  background-color: transparent;
  border: 1px solid #555;
  color: #fff;
}

.clients {
  border-color: rgba(255,255,255,0.1) !important;
}

.clients .client-logo {
  max-height: 40px;
  width: auto;
  //filter: brightness(0) invert(1);
}

.clients .col-md-3 {
  min-height: 320px;
}

@media (max-width: 729px) {

.clients .col-md-3 {
  min-height: auto;
}

}


.news-section {

}
.news-item img {
  border-radius: 6px;
  width: 100%;
  height: auto;
}
.news-item h6 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}
.news-item p {
  font-size: 14px;
  
}
.news-item .tag {
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    background-color: #fff;
    color: #1e1e21;
    padding: 3px 10px;
    border-radius: 5px;
}





.invest-section {

}
.invest-box {
  background-color: #fff;
  overflow: hidden;
  border-radius: 4px;
}
.invest-content {
  background-color: #fff;
  color: #000;
}
.invest-content .badge {
  background: #fff;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  border-radius: 6px;
  padding: 6px 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.invest-content .dot {
  width: 8px;
  height: 8px;
  background: #2ecc71;
  border-radius: 50%;
  display: inline-block;
}
.invest-content h2 {
  font-size: 46px;
  font-weight: 900;
  letter-spacing: -1px;
}
.invest-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}
.email-link {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  margin-top: 5px;
  display: inline-block;
}
.email-link:hover {
  text-decoration: underline;
}
.invest-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 728px) { 

.invest-content h2 {
    font-size: 27px;
}
.invest-content p {
    margin-bottom: 20px !IMPORTANT;
}

}


.site-footer {
}
.site-footer a {
  color: #000;
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: underline;
}
.footer-title {
  font-size: 8rem;
  letter-spacing: -2px;
}
.small-footer-links li {
  margin-bottom: 4px;
}
.small-footer-links a {
  font-size: 14px;
  color: #444;
}
.small-text {
  color: #999;
  font-size: 13px;
}
@media (max-width: 728px) { 
.site-footer {
    padding-bottom: 70px !important;
}
.footer_info {
    justify-content: center !important;
}
.footer_info > div:last-child {
    width: 100%;
    display: flex;
    justify-content: end;
    padding-right: 10px;
    margin-top: 10px;
}
}




/* Nút Menu nhỏ ở đáy giữa */
.menu-btn {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  border: 1px solid #555;
  padding: 10px 18px;
  font-size: 14px;
  border-radius: 50px;
  letter-spacing: 1px;
  cursor: pointer;
  z-index: 1000;
  transition: all 0.3s;
}
.menu-btn:hover {
  background: #fff;
  color: #000;
}

/* Overlay toàn màn hình */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f3ee;
  display: none;
  z-index: 2000;
  overflow-y: auto;
//padding-top: 50px;
}
.menu-overlay.active {
  display: block;
}

/* Bên trong overlay */
.menu-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.menu-left {
    width: calc(100% - 450px);
    margin-left: 0px;
    padding-left: 0px;
}
.menu-left li {
    font-size: 90px;
    font-weight: 900;
    border-bottom: 1px solid #333;
    list-style: none;
    overflow: hidden;
    height: 111px;
    margin-top: 6px;
}

.menu-left li a {
    display: inline-block;
    position: relative;
    color: #000;
    text-decoration: none;
    height: 90px;
    overflow: hidden;
}

.menu-left li a span {
    display: block;
    transition: transform 0.5s ease;
    height: 90px;
    line-height: 90px;
}

/* Clone ẩn ở dưới */
.menu-left li a span:last-child {
  position: absolute;
  top: 100%; /* nằm dưới */
  left: 0;
  width: 100%;
  color: #000;
}

/* Hover: chữ chính đi lên, chữ clone chạy lên thế chỗ */
.menu-left li:hover a span:first-child {
  transform: translateY(-100%);
}
.menu-left li:hover a span:last-child {
  transform: translateY(-100%);
}




.menu-right {
  max-width: 400px;
  font-size: 15px;
}
.menu-right h6 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  color: #999;
  margin-bottom: 8px;
}
.menu-right ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.menu-right li {
  margin-bottom: 6px;
}
.menu-right a {
  text-decoration: underline;
}
.menu-right a:hover {
  opacity: 0.7;
}

/* Thẻ cuối có ảnh nhỏ */
.menu-card {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #1a1a1a;
  border-radius: 8px;
  padding: 10px;
}
.menu-card img {
  width: 70px;
  border-radius: 6px;
}
.menu-card p {
  color: #bbb;
  font-size: 13px;
  line-height: 1.4;
  margin: 2px 0 0;
}

/* Nút close */
.menu-close {
  position: absolute;
  top: 0px;
  right: 30px;
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  
}
.menu-close:hover {
  opacity: 0.6;
}


@media (min-width: 992px) { 

.metric-item {
    height: 320px;
    position: relative;
}
.metric-item > p {
    position: absolute;
    bottom: 0px;
    margin-bottom: 0px;
}


}



@media (max-width: 1024px) { 
.menu-left {
    width: 60%;
}
.menu-right {
    width:35%;
}
}

@media (max-width: 728px) { 

.menu-left {
	width:100%;
}
.menu-left li {
    font-size: 55px;
    height: 100px;
}
.menu-overlay {
	padding-top:20px;
}
 
 
}



.cover-wrapper img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}







.project-intro {
  padding: 80px 0;
}

.project-content {
  max-width: 900px;
  margin-left: auto; /* căn phải trong container */
}

.project-desc {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.btn-view {
  display: inline-block;
  background: var(--btn-bg, #fff);
  color: var(--btn-text, #000);
  border-radius: 6px;
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,0.1);
  transition: all 0.2s ease;
}
.btn-view:hover {
  opacity: 0.8;
}

.divider {
  border: none;
  border-top: 1px solid rgba(0,0,0,0.1);
  margin: 40px 0;
}

.project-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.project-text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}



.tab_cat {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 40px 0 10px;
  padding: 0;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

.tab_cat li {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  padding-bottom: 8px;
  color: rgba(0,0,0,0.8);
  transition: color 0.3s ease;
}

.tab_cat li:hover {
  color: #000;
}

.tab_cat li.active {
  color: #000;
}

.tab_cat li.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
}


.tab_cat li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #000;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

.tab_cat li:hover::after,
.tab_cat li.active::after {
  width: 22px;
}






.team-slider-wrapper {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.team-slider {
  overflow: visible;
}

.team-slider .swiper-slide {
  width: auto;
}

.team-slider img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.team-slider-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    position: relative;
}

.swiper-pagination {
  position: static;
  display: flex;
  gap: 6px;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #000;
  opacity: 0.3;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  width: 20px;
  opacity: 1;
  background: #000;
}

.nav-buttons {
    display: flex;
    gap: 16px;
    position: absolute;
    right: 0px;
    top: 30px;
}

.swiper-button-prev,
.swiper-button-next {
  position: static;
  color: #000;
  width: 24px;
  height: 24px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px;
  font-weight: bold;
}







.logo-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px 0; /* khoảng cách dọc giữa các hàng */

}

.logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #999;
}


.logo-item img {
  filter: none;
  transition: all 0.4s ease;
}

.logo-item:hover img {
  filter: blur(2px);
  opacity: 0.4;
  transform: scale(1.02);
}


/* Bỏ border phải ở cột cuối mỗi hàng */
.logo-item:nth-child(6n) {
  border-right: none;
}

/* TABLET: 4 cột */
@media (max-width: 992px) {
  .logo-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .logo-item:nth-child(6n) {
    border-right: 1px solid #000;
  }
  .logo-item:nth-child(4n) {
    border-right: none;
  }
}

/* MOBILE: 2 cột */
@media (max-width: 576px) {
  .logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .logo-item:nth-child(4n) {
    border-right: 1px solid #000;
  }
  .logo-item:nth-child(2n) {
    border-right: none;
  }
}








.testimonial {
  max-width: 1100px;
  margin: 80px auto;
  padding: 0 20px;
  position: relative;
}

.testimonial-header {
  font-size: 16px;
  color: #333;
  margin-bottom: 40px;
}

.quote {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 40px;
}

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

.author img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.name {
  font-weight: 600;
}

.role {
  font-size: 14px;
  color: #555;
}

.testimonial-pagination {
  bottom: 0;
  left: 0;
  display: flex;
  gap: 6px;
  padding: 24px 0;
}

.testimonial-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  background: #111;
  opacity: 0.2;
  border-radius: 0;
  transition: all 0.3s ease;
}

.testimonial-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 32px;
}

.testimonial-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  gap: 16px;
}

.testimonial-nav .prev,
.testimonial-nav .next {
  cursor: pointer;
  font-size: 22px;
  user-select: none;
  transition: 0.2s;
}

.testimonial-nav .prev:hover,
.testimonial-nav .next:hover {
  transform: scale(1.2);
}






.impact-section {
  background-color: #f5f3ef;
  padding: 2rem 0px;
}

.impact-item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  overflow: hidden;
  background: #111;
}

.impact-left {
    padding: 4rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}
.impact-category {
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    position: absolute;
    top: 4em;
}

.impact-title {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.impact-desc {
  font-size: 1rem;
  margin-bottom: 2rem;
  max-width: 360px;
}

.impact-link {
  color: #fff;
  text-decoration: underline;
  font-weight: 500;
  transition: opacity 0.3s ease;
}

.impact-link:hover {
  opacity: 0.7;
}

.impact-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.4s ease;
}

/* Hover effect: ảnh nhòe khi rê chuột */
.impact-item:hover .impact-right img {
  filter: blur(5px) brightness(0.8);
}

@media (max-width: 768px) {
  .impact-item {
    grid-template-columns: 1fr;
  }
  .impact-left {
    padding: 2rem 1.5rem;
  }
}


.impact-section.c1  .impact-item{
  background-color: #0c2a64;   /* navy deep */
  color: #e6eef7;              /* text sáng */
}
.impact-section.c1 .impact-link { color: #e6eef7; }

/* pink / rose nhẹ */
.impact-section.c2 .impact-item {
  background-color: #f6e6e8;   /* very light pink */
  color: #36265a;              /* đậm tím cho text */
}
.impact-section.c2 .impact-link { color: #36265a; }

/* cream — light neutral (giống nền trắng-beige của site) */
.impact-section.c3 .impact-item {
  background-color: #f3f2ec;   /* light cream */
  color: #111111;              /* dark text */
}
.impact-section.c3 .impact-link { color: #111111; }

/* dark — full dark block */
.impact-section.c4  .impact-item{
  background-color: #111111;   /* full dark */
  color: #f5f3ef;              /* off-white text */
}
.impact-section.c4 .impact-link { color: #f5f3ef; }

/* sand / warm beige / light orange tone */
.impact-section.c5  .impact-item{
  background-color: #fde9dc;   /* light warm */
  color: #4b2b13;              /* warm dark text */
}
.impact-section.c5 .impact-link { color: #4b2b13; }

.impact-section.c6  .impact-item{
  background-color: #d6ebdd;   /* light warm */
  color: #790d26;              /* warm dark text */
}
.impact-section.c6 .impact-link { color: #790d26; }


.associate-item {
  border-color: #ccc; /* màu viền xám nhẹ */
  transition: border-color 0.2s;
  margin-bottom:2em;
}

.associate-item:hover {
  border-color: #000; /* đổi màu khi hover */
}









.team_groups {
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: start;
  gap: 40px;
  padding: 40px 0;
}

.team-title {
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}

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

.team-item {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #ddd;
  padding: 0 20px;
}

.team-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 3/4;
}

.team-info {
  margin-top: 10px;
}

.team-info h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 4px;
}

.team-info .role {
  font-size: 14px;
  color: #555;
  margin-bottom: 8px;
}

.team-info a {
  font-size: 14px;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease;
}

.team-info a:hover {
  border-bottom-color: #000;
}

/* Tablet (dưới 992px): 2 cột */
@media (max-width: 992px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .team_groups {
    grid-template-columns: 150px 1fr;
    gap: 20px;
  }
}

/* Mobile (dưới 600px): 1 cột */
@media (max-width: 600px) {
  .team_groups {
    grid-template-columns: 1fr;
  }
  .team-title {
    margin-bottom: 10px;
  }
  .team-grid {
    grid-template-columns: 1fr;
  }
  .team-item {
    border-left: none;
    border-top: 1px solid #ddd;
    padding-top: 20px;
  }
}













.logo-container {
    display: inline-block;
    position: relative;
    font-family: 'Century_Gothic';
}

.logo {
  display: flex;
  cursor: pointer;
}

.logo span {
    font-size: 60px;
    font-weight: 700;
    color: #108c59;
    display: inline-block;
    transform-origin: bottom center;
    transition: transform 0.6s cubic-bezier(0.25, 1.25, 0.35, 1);
    line-height: 1;
	text-transform:uppercase;
}

@media (max-width: 992px) {
		.logo span {
	font-size:30px;
		}
}
/* Phần Agency đổi màu */
.logo span:nth-child(n+6) {
  color: #1e1e21;
}

/* Dấu ! mặc định xoay 180° */
.logo span:nth-child(5) {
    transform: rotate(180deg) translateY(6%);
    transform-origin: center;
    font-family: 'hoeflertext';
}
/* Hover: nhảy nhẹ theo cánh cung, 5 cao nhất, giữ góc xoay của “!” */
.logo:hover span:nth-child(1)  { transform: translateY(-10%); }
.logo:hover span:nth-child(2)  { transform: translateY(-18%); }
.logo:hover span:nth-child(3)  { transform: translateY(-25%); }
.logo:hover span:nth-child(4)  { transform: translateY(-30%); }
.logo:hover span:nth-child(5)  { transform: rotate(180deg) translateY(50%) scale(1.3); } /* cao nhất, giữ xoay */
.logo:hover span:nth-child(6)  { transform: translateY(-28%); }
.logo:hover span:nth-child(7)  { transform: translateY(-22%); }
.logo:hover span:nth-child(8)  { transform: translateY(-15%); }
.logo:hover span:nth-child(9)  { transform: translateY(-10%); }
.logo:hover span:nth-child(10) { transform: translateY(-8%); }
.logo:hover span:nth-child(11) { transform: translateY(-5%); }
#menuOverlay .logo:hover span:nth-child(5) ,
header .logo:hover span:nth-child(5)  { transform: rotate(180deg) translateY(30%) scale(1.2); }

.tagline {
    font-size: 22px;
    color: #333;
    font-weight: 300;
    position: absolute;
    right: 0px;
    width: 100%;
    text-align: right;
    margin-top: -5px;
}

		.footer-logo span {
    font-size: 12em;
} 

@media (max-width: 1280px) {
		.footer-logo span {
    font-size: 10em;
} 
.logo span:nth-child(5) {
    transform: rotate(180deg) translateY(15%);
}
	
}

@media (max-width: 1025px) {
		.footer-logo span {
    font-size: 8em;
} 
	
}

@media (max-width: 800px) {
		.footer-logo span {
    font-size: 6em;
} 
	
}


@media (max-width: 729px) {
		.footer-logo span {
    font-size:3em;
} 
	
}







ul.lang {
    list-style: none;
}

ul.lang li {
    display: inline-block;
    margin: 0 2px;
    text-transform: uppercase;
}
ul.lang li:nth-child(2) {
    border-left: 1px solid;
    padding: 0 5px;
    border-right: 1px solid;
    line-height: 1;
}
.header_lang {
    position: absolute;
    right: 0px;
    top: 0px;
}

.partner-card p.desc {
    color: #666;
    margin-bottom: 10px;
}
 a.more {
    display: inline-block;
    border: 1px solid #999;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 12px;
}






@media (max-width: 992px) {

.video-wrapper iframe {
height:400px;
}
}


@media (max-width: 728px) {

.video-wrapper iframe {
    height: 215px;
}

.justify-content-center-mb {
    justify-content: center;
}

}