/* -------------------------------------------

Name:       Okai
Version:    1.0
Author:	    bslthemes
Website:    https://bslthemes.com/
Developer:	millerDigitalDesign (https://themeforest.net/user/millerdigitaldesign/)

------------------------------------------- */
/*--------------------------------------------

1. common
    - main
    - settings
    - typography
    - cursor
    - scrollbar
    - breadcrumbs
    - buttons
    - link
    - spaces
2. banners
3. components
    - top panel
    - menu button
    - menu
    - social
    - portfolio
    - fullscreen slider
    - counters
    - call to action
    - blog
    - comments
    - instagram
    - reviews
    - slider
    - about
    - iconbox
    - brands
    - form
    - project
    - services
    - accordion
    - video
    - price
    - team
    - store
    - tabs
    - quantity
    - footer

--------------------------------------------*/
/* -------------------------------------------

fonts

------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Anton&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

@font-face {
  font-family: "Canela"; /* Đặt tên tùy ý cho font */
  src: url("../fonts/webfonts/Canela/Canela-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Canela"; /* Đặt tên tùy ý cho font */
  src: url("../fonts/webfonts/Canela/Canela-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Canela"; /* Đặt tên tùy ý cho font */
  src: url("../fonts/webfonts/Canela/Canela-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Canela"; /* Đặt tên tùy ý cho font */
  src: url("../fonts/webfonts/Canela/Canela-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Canela"; /* Đặt tên tùy ý cho font */
  src: url("../fonts/webfonts/Canela/Canela-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Canela"; /* Đặt tên tùy ý cho font */
  src: url("../fonts/webfonts/Canela/Canela-Thin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* -------------------------------------------

colors

------------------------------------------- */
/* -------------------------------------------

transition

------------------------------------------- */
/* -------------------------------------------

main

------------------------------------------- */
:root {
  --bg: rgb(239, 233, 222);
  --hero-bg: #01102b;
  --navy: #16233f;
  --ink: #1a1a1a;
  --line: rgba(26, 26, 26, 0.25);
  --muted: #3d3d3d;
  --tag-bg: #f5f4f2;
}

body {
  /* background-color: #2f3034; */
  /* background-color: #002664; */
  background: #01102b;
  font-family: "Inter", sans-serif;
  color: #ffffff;
  font-weight: 400;
  line-height: 100%;
  min-height: 100vh;
  font-optical-sizing: auto;
  font-style: normal;
}
/* @font-face {
  font-family: "";
  src: url("../webfonts/DesignerVN-Poppins-ExtraBold.woff") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../webfonts/DesignerVN-Poppins-Regular.woff") format("truetype");
  font-weight: 200;
  font-style: normal;
} */
.mil-page-wrapper {
  position: relative;
  overflow: hidden;
}
/* logo wings */
.logo-wings {
  display: flex;
  align-items: center;
  padding-left: 15px; /* match container padding -> thẳng hàng */
}
@media (max-width: 435px) {
  .logo-wings {
    display: flex;
    align-items: center;
    padding-left: 0px; /* match container padding -> thẳng hàng */
  }
}

.logo-wings img {
  height: 100px;
  width: auto;

  transition: opacity 0.35s ease;
}

/* logo end */
.mil-logo {
  color: #002fa7;
  text-decoration: none;
  font-size: 20px;
  display: flex;
}
.mil-logo:after {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("../img/logos/logo-wings-white.png");
  background-size: cover; /* ảnh tự fit */
  background-position: center; /* căn giữa */
  background-repeat: no-repeat;
  margin-left: 5px;
  display: inline-block; /* quan trọng */
  border-radius: 0; /* bỏ bo tròn nếu hình không cần */
  vertical-align: middle;
  transform: translateY(-24px);
}

.mil-soft-section {
  background-color: #01102b;
}

.mil-accent-section {
  background-color: #01102b;
}

.mil-out-section {
  position: relative;
}
.mil-out-section:before,
.mil-out-section:after {
  content: "";
  background-color: inherit;
  display: block;
  width: 120px;
  height: 100%;
  position: absolute;
  top: 0;
}
.mil-out-section:before {
  right: -119px;
}
.mil-out-section:after {
  left: -119px;
}

/* -------------------------------------------

settings

------------------------------------------- */
.mil-relative {
  position: relative;
  z-index: 1;
}

.mil-df {
  display: flex;
}

.mil-aic {
  display: flex;
  align-items: center;
}

.mil-aie {
  display: flex;
  align-items: flex-end;
}

.mil-ais {
  display: flex;
  align-items: flex-start;
}

.mil-jcc {
  display: flex;
  justify-content: center;
}

.mil-jce {
  display: flex;
  justify-content: flex-end;
}

.mil-jcs {
  display: flex;
  justify-content: flex-start;
}

.mil-jcb {
  display: flex;
  justify-content: space-between;
}

.mil-tac {
  text-align: center;
}

.mil-tar {
  text-align: right;
}

@media (max-width: 992px) {
  .mil-992-jcs {
    display: flex;
    justify-content: flex-start;
  }
  .mil-992-jcc {
    display: flex;
    justify-content: center;
  }
  .mil-992-tac {
    text-align: center;
  }
  .mil-logo {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .mil-768-jcc {
    display: flex;
    justify-content: center;
  }
  .mil-768-tac {
    text-align: center;
  }
  .mil-768-tal {
    text-align: left;
  }
  .mil-logo {
    font-size: 15px;
  }
}
/* -------------------------------------------

typography

------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #555555;
  line-height: 110%;
  font-weight: 600;
}
.font-wings {
  color: #ffffff;
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -1%;
  font-size: 50px;
}
@media (max-width: 768px) {
  .font-wings {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .font-wings {
    font-size: 20px;
  }
}

.text-size {
  font-size: 100px;
}
.wings {
  margin-top: -5px;
}
.mil-text-0 {
  font-size: 25px;
  color: #555555;
  line-height: 130%;

  text-align: justify;
}
.mil-text {
  font-size: 25px;
  color: white;
  line-height: 130%;
}

.mil-text-1 {
  font-size: 17px;
  color: #555555;
  line-height: 130%;
  width: 97%;
}
@media (max-width: 480px) {
  .mil-text-1 {
    font-size: 15px;
  }
}

.text-title {
  font-size: 30px;
  white-space: nowrap;
  line-height: normal;
  margin-left: -80px;
}
@media (max-width: 768px) {
  .text-title {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .text-title {
    font-size: 18px;
  }
}
.text-exp {
  font-size: 20px;
  margin-top: 20px;
  line-height: 130%;
  font-weight: 400;
  width: 145%;
  text-align: justify;
  margin-left: -80px;
}
@media (max-width: 768px) {
  .text-exp {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .text-exp {
    width: 100%;
  }
}
.exp20 {
  color: white;
  font-size: 120px;
  font-weight: 600;
  margin-top: 5px;
}

.mil-text-wings {
  font-size: 30px;
  line-height: 20%;
  color: #ffffff;
  white-space: nowrap;
  font-weight: 400;

  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .mil-text-wings {
    font-size: 15px;
  }
}
.mil-text-wings-1 {
  font-size: 50px;
  line-height: 160%;
  color: #ffffff;

  font-weight: 400;
  margin-top: 10px;
}
@media (max-width: 480px) {
  .mil-text-wings {
    font-size: 15px;
  }
}

.mil-fs14 {
  font-size: 14px;
}

.mil-fs16 {
  font-size: 16px;
}
@media (max-width: 768px) {
  .mil-fs16 {
    font-size: 13px;
  }
}
.hero-sub {
  font-weight: 400;
  line-height: 150%;
  display: block;
  font-size: 20px;
}
/* @media (min-width: 768px) {
  .hero-sub {
    font-size: 20px;
  }
} */
@media (max-width: 768px) {
  .hero-sub {
    font-weight: 400;
    line-height: 150%;
    display: block;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .hero-sub {
    font-size: 13px;
  }
}

.mil-fs18 {
  font-size: 30px;
}
@media (max-width: 768px) {
  .mil-fs18 {
    font-size: 18px;
  }
}
.mil-fs20 {
  font-size: 20px;
}
@media (max-width: 768px) {
  .mil-fs20 {
    font-size: 15px;
  }
}
@media (max-width: 380px) {
  .mil-fs20 {
    font-size: 10px;
  }
}
.mil-fs26 {
  font-size: 26px;
}
@media (max-width: 768px) {
  .mil-fs26 {
    font-size: 20px;
  }
}

.mil-fs30 {
  font-size: 30px;
}
@media (max-width: 768px) {
  .mil-fs30 {
    font-size: 22px;
  }
}

.mil-fs42 {
  font-size: 30px;
}

@media (max-width: 768px) {
  .mil-fs42 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .mil-fs42 {
    font-size: 18px;
  }
}
.mil-fs25 {
  font-size: 25px;
}
/* ============================================================
   HEADER 1 + HEADER 2 — thêm vào cuối style.css
   ============================================================ */

/* ---------- Header 1: trong suốt, logo + hamburger ---------- */
.mil-top-panel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  background: transparent;
  padding: 24px 0;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

/* Khi trang cuộn xuống, Header 1 mờ dần và không nhận click nữa
   (đã có sẵn logic JS gắn class "scrolled" cho .mil-top-panel) */
.mil-top-panel.scrolled {
  opacity: 0;
  transform: translateY(-12px);
  pointer-events: none;
}

/* Nút chuyển ngôn ngữ khi nằm bên trong menu xổ ra */
.mil-menu-lang {
  margin-top: 40px;
  display: flex;
  gap: 10px;
}

/* ---------- Header 2: nền #01102b, đầy đủ menu ---------- */
.mil-header-main {
  position: fixed;
  top: -12px;
  /* bottom: 89%; */
  left: 0;
  right: 0;
  z-index: 950;
  background: #01102b;

  transform: translateY(-100%);
  transition: transform 0.35s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
}

/* Hiện Header 2 khi trang cuộn xuống */
.mil-header-main.scrolled {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.logo-wings img {
  height: 100px;
  width: auto;
}

.mil-main-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.mil-main-nav a {
  font-size: 16px;
  font-weight: 500;
  color: rgba(244, 242, 236, 0.85);
  text-decoration: none;
  transition: color 0.2s ease;
}

.mil-main-nav a:hover {
  color: #d9b877;
}

.mil-header-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.mil-header-actions .lang-switcher {
  display: flex;
  gap: 8px;
}

.btn-header-contact {
  display: inline-flex;
  align-items: center;
  background: #d9b877;
  color: #1a1508;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  padding: 11px 24px;
  border-radius: 999px;
  transition: background 0.2s ease;
}

.btn-header-contact:hover {
  background: #c8a25f;
}

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
}

@media (max-width: 575.98px) {
  .mil-header-main {
    padding: 16px 0;
    top: -15px;
    bottom: 91%;
  }
  .mil-header-actions {
    gap: 0px;
  }
  .logo-wings img {
    height: 28px;
  }
  .btn-header-contact {
    padding: 9px 18px;
    font-size: 0.8rem;
  }
}

/* SIGNATURE PROJECT */
/* Container bọc ngoài */

/* Thuộc tính này áp dụng chung cho tất cả các hàng */
.stat-row {
  margin-top: 10px;
  display: flex;
  justify-content: center; /* Lệnh quan trọng nhất: Ép tất cả các ô vào chính giữa hàng ngang */
  align-items: flex-start;

  text-align: center;
  font-family: "Segoe UI", Arial, sans-serif;
}

/* Bạn có thể tùy chỉnh khoảng cách giữa ô 500.000+ và 100+ ở row 2 */
.row-2 {
  gap: 100px; /* Tăng giảm số này nếu bạn muốn 2 ô xa nhau hay gần nhau hơn */
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Giữ nguyên 3 cột */
  gap: 20px; /* Giảm khoảng cách giữa các ô xuống để nhìn kết dính hơn */
  max-width: 600px; /* Thu hẹp chiều rộng tổng để toàn bộ khối nhỏ lại */
  margin: 0 auto;
  /* padding: 40px 15px; */
  text-align: center;
  font-family: "Segoe UI", Arial, sans-serif;
}
/* Từng ô thống kê */
.stat-item {
  background: transparent; /* Nền hoàn toàn trong suốt */
  padding: 15px 10px; /* Giảm không gian trống bên trong giúp ô nhỏ gọn */
  transition: transform 0.3s ease;
  /* Đã bỏ box-shadow (bóng đổ) vì nền trong suốt dùng bóng sẽ bị lem nhem */
}

.stat-item:hover {
  transform: translateY(-3px); /* Hiệu ứng nẩy lên nhẹ nhàng hơn */
}

/* Phần chứa con số chạy */
.stat-title {
  font-size: 34px; /* Thu nhỏ con số lại một chút cho thanh lịch */
  font-weight: 600;
  color: #555555; /* Màu đỏ nổi bật (bạn có thể đổi tùy ý) */
  margin-bottom: 8px;
  white-space: nowrap; /* Giữ con số và dấu trên 1 dòng */
}

/* Dòng chữ mô tả */
.stat-item p {
  font-size: 14px; /* Chữ mô tả nhỏ lại để tỷ lệ chuẩn với con số */
  color: #555555; /* Màu chữ xám đen. NẾU NỀN WEB CỦA BẠN MÀU TỐI, HÃY ĐỔI THÀNH #ffffff */
  margin: 0;
  line-height: 1.4;
}

/* =========================================
   2. GIAO DIỆN MOBILE & TABLET (Dưới 768px - Vuốt ngang 9 ô)
   ========================================= */
@media (max-width: 768px) {
  .stats-grid {
    display: flex; /* Chuyển từ Grid sang Flex để dàn ngang */
    flex-wrap: nowrap;
    overflow-x: auto; /* Bật tính năng cuộn ngang */
    -webkit-overflow-scrolling: touch; /* Giúp vuốt mượt trên iOS */
    scroll-snap-type: x mandatory; /* Hiệu ứng hít vào từng ô */
    scrollbar-width: none; /* Ẩn thanh cuộn (Firefox) */
    gap: 15px;
    padding-bottom: 20px;
  }

  /* Ẩn thanh cuộn ngang (Chrome, Safari, Edge) */
  .stats-grid::-webkit-scrollbar {
    display: none;
  }

  .stat-item {
    flex: 0 0 auto; /* Ngăn không cho ô bị bóp méo */
    width: 150px; /* Chiều rộng cố định của mỗi ô khi vuốt */
    scroll-snap-align: start; /* Điểm neo khi người dùng vuốt xong */
  }

  .stat-title {
    font-size: 28px; /* Thu nhỏ số lại một chút cho hợp với Mobile */
  }
}

/* -------------------- */
.mil-fs42-signature {
  font-size: 30px;
}

@media (max-width: 768px) {
  .mil-fs42-signature {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .mil-fs42-signature {
    font-size: 18px;
  }
}
.mil-fs68 {
  font-size: 50px;
}
@media (max-width: 992px) {
  .mil-fs68 {
    font-size: 58px;
  }
}
@media (max-width: 768px) {
  .mil-fs68 {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  .mil-fs68 {
    font-size: 27px;
  }
}

.mil-light {
  color: #ffffff;
}

.mil-dark {
  color: #0a0b0f;
}

.mil-soft {
  color: #73767b;
}

.mil-accent {
  color: #555555;
}

.mil-thin {
  font-weight: 400;
}

a {
  text-decoration: none;
  color: inherit;
}

blockquote {
  position: relative;
  padding-left: 60px;
}
blockquote:before {
  content: '"';
  display: block;
  font-style: italic;
  position: absolute;
  top: 0;
  left: -5px;
  font-size: 92px;
  padding-top: 30px;
  color: #b89b5e;
}
blockquote span {
  display: block;
  margin-top: 20px;
}

.mil-group-text {
  display: flex;
  align-items: center;
  line-height: 90%;
}
.mil-group-text * {
  margin-right: 10px;
}
.mil-group-text *:last-child {
  margin-right: 0;
}

.mil-bg-text {
  background-size: cover;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  color: #ffffff;
  padding-top: 20px;
}

.mil-suptitle {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-left: 70px;
}
@media (max-width: 768px) {
  .mil-suptitle {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-left: 10px;
  }
}

.mil-suptitle-2 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  color: white;
}
/* -------------------------------------------

cursor

------------------------------------------- */
.mil-cursor-follower {
  margin-top: -1.4%;
  margin-left: -0.9%;
  transform: scale(1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: #b89b5e;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  user-select: none;
  pointer-events: none;
  z-index: 9999999;
  transition:
    transform 0.4s cubic-bezier(0.75, -1, 0.3, 2.33),
    background-color 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-cursor-follower:after {
  content: "iiiiii";
  min-height: 7px;
  min-width: 50px;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  opacity: 0;
  transform: scale(0);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #0a0b0f;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition-delay: 0s;
}
.mil-cursor-follower.mil-dark-active,
.mil-cursor-follower.mil-gone-active,
.mil-cursor-follower.mil-view-active,
.mil-cursor-follower.mil-next-active,
.mil-cursor-follower.mil-read-active,
.mil-cursor-follower.mil-dark-active:after,
.mil-cursor-follower.mil-gone-active:after,
.mil-cursor-follower.mil-view-active:after,
.mil-cursor-follower.mil-next-active:after,
.mil-cursor-follower.mil-read-active:after,
.mil-cursor-follower.mil-dark-active {
  background-color: #0a0b0f;
}
.mil-cursor-follower.mil-dark-active:after {
  color: #ffffff;
  filter: invert(80%);
}
.mil-cursor-follower.mil-gone-active {
  background-color: rgba(255, 255, 255, 0.1);
  transform: scale(0);
}
.mil-cursor-follower.mil-gone-active:after {
  content: ".";
}
.mil-cursor-follower.mil-next-active:after {
  content: "next";
}
.mil-cursor-follower.mil-view-active:after {
  content: "view";
}
.mil-cursor-follower.mil-read-active:after {
  content: "read";
}

@media (max-width: 768px) {
  .mil-cursor-follower {
    display: none;
  }
}

/* -------------------------------------------

scrollbar

------------------------------------------- */
::-webkit-scrollbar {
  display: none;
}

.mil-progress-track {
  position: fixed;
  z-index: 999999999999;
  top: 0;
  right: 0;
  height: 100%;
  width: 5px;
  background-color: #000;
}
.mil-progress-track .mil-progress {
  background-color: #b89b5e;
  height: 0;
  width: 5px;
  border-radius: 4px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
@media screen and (max-width: 768px) {
  .mil-progress-track {
    display: none;
  }
}

/* -------------------------------------------

breadcrumbs

------------------------------------------- */
.mil-breadcrumbs {
  display: flex;
}
.mil-breadcrumbs li {
  font-size: 12px;
  list-style-type: none;
}
.mil-breadcrumbs li:after {
  content: ">>";
  margin: 0 15px;
}
.mil-breadcrumbs li a {
  color: #ffffff;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}
.mil-breadcrumbs li a:hover {
  color: #b89b5e;
}
.mil-breadcrumbs li:last-child {
  cursor: not-allowed;
}
.mil-breadcrumbs li:last-child:after {
  display: none;
}
.mil-breadcrumbs li:last-child a {
  color: #73767b;
  pointer-events: none;
}

/* -------------------------------------------

buttons

------------------------------------------- */
.mil-btn-banner {
  border: none;
  cursor: pointer;
  border-radius: 60px;
  padding: 0 20px;
  height: 30px;
  background-color: #002fa7;
  color: #01102b;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  margin-top: 10px;
}
@media (max-width: 480px) {
  .mil-btn-banner {
    font-size: 7px;
  }
}

.mil-btn {
  border: none;
  cursor: pointer;
  border-radius: 60px;
  padding: 0 20px;
  height: 40px;
  background-color: #002fa7;
  color: #01102b;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 2px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  margin-top: 10px;
}
@media (max-width: 768px) {
  .mil-btn {
    border: none;
    cursor: pointer;
    border-radius: 60px;
    padding: 0 20px;
    height: 30px;
    background-color: #002fa7;
    color: #01102b;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 7px;
    font-weight: 600;
    letter-spacing: 2px;
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    margin-top: 10px;
    margin-left: 90px;
    width: 30%;
    white-space: nowrap;
  }
}
@media (max-width: 480px) {
  .mil-btn {
    width: auto;
    margin-left: 80px;
  }
}

@media (max-width: 380px) {
  .mil-btn {
    width: 60%;
    white-space: nowrap;
  }
}
.mil-btn-signature {
  border: none;
  cursor: pointer;
  border-radius: 60px;
  padding: 0 20px;
  height: 30px;
  background-color: #002fa7;
  color: #01102b;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  margin-top: 10px;
  margin-left: 530px;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .mil-btn-signature {
    width: auto;
    margin-left: 115px;
    font-size: 8px;
    height: 15px;
    margin-bottom: 7px;
  }
}
@media (max-width: 380px) {
  .mil-btn-signature {
    margin-left: 97px;
  }
}

/* @media (max-width: 380px) {
  .mil-btn-signature {
    width: 60%;
    white-space: nowrap;
  }
} */

.mil-btn.mil-btn-lg {
  height: 90px;
  padding: 0 70px;
  font-size: 16px;
}
.mil-btn.mil-btn-border {
  border: solid 2px #002fa7;
  color: #01102b;
  margin-bottom: 15px;
}

.mil-btn.mil-btn-soft {
  background-color: #f2b279;
  color: #0a0b0f;
}
.mil-btn.mil-btn-link {
  background-color: transparent;
  padding: 0;
  color: #ffffff;
}
.mil-btn.mil-btn-link.mil-accent {
  color: #b89b5e;
}
.mil-btn i {
  margin-left: 10px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-btn:hover {
  transform: scale(1.05);
  filter: brightness(110%);
}
.mil-btn:hover i {
  margin-left: 15px;
}

.mil-buttons-frame {
  display: flex;
  align-items: center;
}
.mil-buttons-frame .mil-btn {
  margin-right: 40px;
}
.mil-buttons-frame .mil-btn:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .mil-buttons-frame {
    flex-direction: column;
    align-items: flex-start;
  }
  .mil-buttons-frame .mil-btn {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .mil-buttons-frame .mil-btn:last-child {
    margin-bottom: 0;
  }
}

/* -------------------------------------------

link

------------------------------------------- */
.btn-now {
  display: inline-block;
  padding: 0px 14px;
  background-color: white; /* Màu nền gốc giống trong ảnh */
  color: #01102b;
  text-decoration: none;
  border-radius: 50px;

  /* Thiết lập transition để hiệu ứng mượt mà */
  transition:
    transform 0.3s ease,
    background-color 0.3s ease,
    filter 0.3s ease;
}

.btn-now:hover {
  /* Phóng lớn nhẹ */
  transform: scale(1.05);

  /* Làm sáng lên: Cách 1 dùng filter */
  filter: brightness(1.3);

  /* Cách 2: Bạn có thể đổi trực tiếp màu nền sáng hơn nếu muốn */
  /* background-color: #7a7d81; */

  /* Thêm đổ bóng nhẹ để tăng cảm giác nổi khối khi zoom */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.mil-text-link {
  position: relative;
  color: #b89b5e;
  text-decoration: none;
}
.mil-text-link:after {
  transform: scale(1.05);
  filter: brightness(110%);
}
.mil-text-link.mil-light {
  color: #01102b;
  background-color: #002fa7;
  border-radius: 50px;
  padding: 7px;
}
.mil-text-link.mil-light:after {
  background-color: #ffffff;
}
.mil-text-link.mil-soft {
  color: #73767b;
}
.mil-text-link.mil-soft:after {
  background-color: #b89b5e;
}
.mil-text-link.mil-soft:hover {
  color: #b89b5e;
}
.mil-text-link.mil-dark {
  color: #01102b;
  background-color: #002fa7;
  border-radius: 50px;
  padding: 7px;
}
.mil-text-link.mil-dark:after {
  background-color: #0a0b0f;
}
.mil-text-link.mil-accent-soft {
  color: #f2b279;
}
.mil-text-link.mil-accent-soft:after {
  background-color: #f2b279;
}
.mil-text-link:hover:after {
  width: 100%;
}

h1 .mil-text-link:after,
h2 .mil-text-link:after,
h3 .mil-text-link:after {
  height: 4px;
}

h4 .mil-text-link:after,
h5 .mil-text-link:after,
h6 .mil-text-link:after {
  height: 2px;
}

/* -------------------------------------------

spaces

------------------------------------------- */
.mil-mt10 {
  margin-top: 10px;
}
.mil-mb10 {
  margin-bottom: 10px;
}
.mil-mb120 {
  margin-bottom: 120px;
}

.mil-mb90 {
  margin-bottom: 90px;
}
@media (max-width: 480px) {
  .mil-mb90 {
    margin-bottom: 0px;
  }
}

.mil-mb60 {
  margin-bottom: 60px;
}
.mil-mb60-logo {
  margin-bottom: 27px;
}

.mil-mb30 {
  margin-bottom: 30px;
}
.mil-mb30-about {
  margin-bottom: 10px;
}
.mil-mb30-about1 {
  margin-bottom: 10px;
  /* margin-left: 80px; */
  white-space: nowrap;
}
@media (max-width: 480px) {
  .mil-mb30-about1 {
    width: 80%;
  }
}

.mil-mb30-signature {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 480px) {
  .mil-mb30-signature {
    margin-left: 7px;
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  .mil-mb30-signature {
    margin-left: 7px;
    font-size: 13px;
    white-space: nowrap;
  }
}

.mil-mb30-signature1 {
  font-size: 21px;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: normal;
  color: #555555;
}
@media (max-width: 480px) {
  .mil-mb30-signature1 {
    font-size: 10px;
    margin-left: 10px;
  }
}

.mil-mb20 {
  margin-bottom: 20px;
}

.mil-mb15 {
  margin-bottom: 15px;
}

.mil-mb10 {
  margin-bottom: 10px;
}

.mil-p-240-0 {
  padding-top: 240px;
}

.mil-p-240-120 {
  padding-top: 240px;
  padding-bottom: 120px;
}

.mil-p-180-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.mil-p-180-120 {
  padding-top: 180px;
  padding-bottom: 120px;
}

.mil-p-120-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.mil-p-120-90 {
  padding-top: 120px;
  padding-bottom: 90px;
}

.mil-p-120-30 {
  padding-top: 120px;
  padding-bottom: 30px;
}

.mil-p-30-120 {
  padding-top: 30px;
  padding-bottom: 120px;
}
@media (max-width: 480px) {
  .mil-p-30-120 {
    padding-bottom: 50px;
  }
}
.mil-p-30-90 {
  padding-top: 30px;
  padding-bottom: 90px;
}
.mil-p-30-0 {
  padding-top: 30px;
  padding-bottom: 0px;
}
.mil-p-0-30 {
  margin-bottom: 30px;
}

.mil-p-30-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.mil-p-120-0 {
  padding-top: 78px;

  padding-right: 10px;
}
@media (max-width: 480px) {
  .mil-p-120-0 {
    margin-left: 0px;
  }
}

.mil-p-0-120 {
  margin-bottom: 120px;
}

.mil-p-0-90 {
  padding-bottom: 90px;
}
@media (max-width: 480px) {
  .mil-p-0-90 {
    padding-bottom: 0px;
  }
}
.mil-p-120-60 {
  padding-top: 120px;
  padding-bottom: 60px;
}

.mil-p-0-60 {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .mil-768-p-90-120 {
    padding-top: 90px;
    padding-bottom: 120px;
  }
  .mil-768-p-0-120 {
    padding-top: 0;
    padding-bottom: 120px;
  }
  .mil-768-mb30 {
    margin-bottom: 30px;
  }
  .mil-768-mb90 {
    margin-bottom: 90px;
  }
}
@media (max-width: 992px) {
  .mil-992-p-150-120 {
    padding-top: 150px;
    padding-bottom: 120px;
  }
  .mil-992-p-150-0 {
    padding-top: 150px;
  }
  .mil-992-p-0-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .mil-992-p-150-0 {
    padding-top: 150px;
  }
  .mil-992-mb30 {
    margin-bottom: 30px;
  }
}
.mil-banner {
  padding-top: 120px;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.mil-banner .mil-banner-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mil-banner .mil-banner-image-frame {
  position: relative;
  height: calc(100vh - 120px);
}
.mil-banner .mil-banner-text {
  position: relative;
  z-index: 9;
}
.mil-banner .mil-banner-img {
  background-color: #b89b5e;
  height: 100%;
  width: calc(150% - 15px);
  position: absolute;
  overflow: hidden;
  top: 0;
  left: -50%;
}
.mil-banner .mil-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mil-banner .mil-banner-img.mil-out-left {
  width: calc(200% - 95px);
  left: auto;
  right: -50%;
}
.mil-banner .mil-banner-img.mil-out-right {
  width: calc(200% - 95px);
}
@media (max-width: 992px) {
  .mil-banner {
    height: auto;
    min-height: 90vh;
  }
  .mil-banner .mil-banner-image-frame {
    height: 500px;
  }
  .mil-banner .mil-banner-text {
    padding: 150px 0;
  }
  .mil-banner .mil-banner-img {
    position: static;
    width: 100%;
    left: 0;
  }
  .mil-banner .mil-banner-img.mil-out-left,
  .mil-banner .mil-banner-img.mil-out-right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .mil-banner {
    padding-top: 90px;
  }
  .mil-banner .mil-banner-image-frame {
    height: 350px;
  }
}

.mil-banner-inner {
  height: 100vh;
}
.mil-banner-inner .mil-banner-text {
  height: 50vh;
  padding-top: 120px;
  display: flex;
  align-items: center;
}
.mil-banner-inner .mil-banner-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 50vh;
}
.mil-banner-inner .mil-banner-img img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.mil-banner-inner-2 {
  padding-top: 120px;
}
.mil-banner-inner-2 .mil-banner-text {
  height: 40vh;
  padding-top: 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .mil-banner-inner-2 {
    padding-top: 90px;
  }
  .mil-banner-inner-2 .mil-banner-text {
    height: auto;
  }
}

/* -------------------------------------------

top panel

------------------------------------------- */
.mil-top-panel {
  height: 33px;
  display: flex;
  align-items: center;
  background-color: #01102b;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: transparent;
  transition: 0.35s;
}
.mil-top-panel.scrolled {
  background: #01102b;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.mil-top-panel .mil-phone {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .mil-top-panel {
    height: 90px;
  }
  .mil-top-panel .mil-phone {
    display: none;
  }
}
@media (max-width: 992px) {
  .mil-top-panel.mil-transparent {
    background-color: rgba(10, 11, 15, 0.9);
    backdrop-filter: blur(10px);
    border-bottom: solid 1px rgba(115, 118, 123, 0.1);
  }
}

/* -------------------------------------------

menu button

------------------------------------------- */
.mil-menu-btn {
  margin-left: 10px;
  margin-right: -10px;
  margin-top: 20px;
  padding: 18px 10px 20px;
  height: 24px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
@media (max-width: 480px) {
  .mil-menu-btn {
    margin-left: 0px;
  }
}
.mil-menu-btn span,
.mil-menu-btn span:after,
.mil-menu-btn span:before {
  content: "";
  pointer-events: none;
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  position: absolute;
  backface-visibility: hidden;
  transition: 3s;
}
.mil-top-panel.scrolled .mil-menu-btn span,
.mil-top-panel.scrolled .mil-menu-btn span::before,
.mil-top-panel.scrolled .mil-menu-btn span::after {
  background: white;
}
.mil-menu-btn span {
  position: relative;
}
.mil-menu-btn span:after,
.mil-menu-btn span:before {
  position: absolute;
}
.mil-menu-btn span:before {
  top: -8px;
}
.mil-menu-btn span:after {
  top: 8px;
}
.mil-menu-btn.mil-active span {
  transform: rotate(45deg);
}
.mil-menu-btn.mil-active span:before {
  transform: translate(0px, 8px) rotate(-90deg);
}
.mil-menu-btn.mil-active span:after {
  width: 24px;
  transform: translate(0px, -8px) rotate(-90deg);
}

/* -------------------------------------------

menu

------------------------------------------- */
.mil-main-menu {
  padding: 90px 0 30px;
  width: auto;
  max-height: calc(100vh - 180px);
  display: inline-flex;
  flex-direction: column;
  transform: translateY(40px) scale(0.95);
  opacity: 0;
  filter: blur(10px);
  overflow-y: scroll;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition-delay: 0s;
}
.mil-main-menu li {
  line-height: 140%;
  font-weight: 600;
  text-align: center;
  list-style-type: none;
  margin-bottom: 50px;
}
.mil-main-menu li a {
  font-size: 42px;
  color: #555555;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-main-menu li:hover > a {
  color: #b89b5e;
}
.mil-main-menu li ul {
  display: flex;
  justify-content: center;
  max-height: 0;
  overflow: hidden;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-main-menu li ul li {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-right: 30px;
}
.mil-main-menu li ul li a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  opacity: 0;
  color: #555555;
  transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-main-menu li ul li a:hover {
  color: #ffffff;
}
.mil-main-menu li ul li:last-child {
  margin-right: 0;
}
@media (max-width: 992px) {
  .mil-main-menu li {
    margin-bottom: 40px;
  }
  .mil-main-menu li a {
    font-size: 32px;
  }
  .mil-main-menu li ul {
    flex-direction: column;
  }
  .mil-main-menu li ul li {
    margin-right: 0;
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .mil-main-menu li ul li:first-child {
    margin-top: 30px;
  }
}
.mil-main-menu li:hover ul {
  max-height: 100px;
}
@media (max-width: 992px) {
  .mil-main-menu li:hover ul {
    max-height: 500px;
  }
}
.mil-main-menu li:hover ul li a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  opacity: 1;
}

.mil-menu-window {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* background-color: #0a0b0f; */
  background-color: #01102b;
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition-delay: 0.4s;
}
.mil-menu-window .mil-social {
  height: 90px;
  opacity: 0;
  filter: blur(10px);
  position: absolute;
  bottom: 40px;
  left: 0;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition-delay: 0s;
}
@media (max-width: 768px) {
  .mil-menu-window .mil-social {
    bottom: 0;
    border-top: solid 1px rgba(115, 118, 123, 0.2);
  }
}
.mil-menu-window.mil-active {
  opacity: 1;
  pointer-events: all;
  transition-delay: 0s;
}
.mil-menu-window.mil-active .mil-main-menu {
  transform: translateY(0) scale(1);
  opacity: 1;
  filter: blur(0);
  transition-delay: 0.4s;
}
.mil-menu-window.mil-active .mil-social {
  transition-delay: 0.6s;
  opacity: 1;
  filter: blur(0);
}

/* -------------------------------------------

social

------------------------------------------- */
.mil-social {
  display: flex;
  align-items: center;
}
.mil-social.mil-center {
  width: 100%;
  justify-content: center;
  text-align: center;
}
.mil-social li {
  margin-right: 30px;
  list-style-type: none;
}
.mil-social li:last-child {
  margin-right: 0;
}
.mil-social li a {
  color: #ffffff;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-social li a:hover {
  color: #b89b5e;
}

/* -------------------------------------------

portfolio

------------------------------------------- */

/* -------------------------------------------

fullscreen slider

------------------------------------------- */
.mil-portfolio-fs-slider {
  height: 100vh;
  padding: 120px 0;
  display: flex;
  align-items: center;
}

.mil-portfolio-fs-slider-2 {
  height: 100vh;
  padding: 120px 0;
  display: flex;
  align-items: center;
}

.mil-portfolio-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.mil-portfolio-slide .mil-cover {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 60%;
  padding-bottom: 60%;
}
.mil-portfolio-slide .mil-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mil-portfolio-slide .mil-work-descr {
  position: absolute;
}
@media (max-width: 992px) {
  .mil-portfolio-slide .mil-cover {
    width: 100%;
    padding-bottom: 80%;
  }
  .mil-portfolio-slide .mil-work-descr {
    padding-left: 60px;
  }
}
@media (max-width: 768px) {
  .mil-portfolio-slide .mil-cover {
    width: 100%;
    padding-bottom: 100%;
  }
  .mil-portfolio-slide .mil-work-descr {
    padding-left: 30px;
  }
}

.mil-slider-footer {
  padding: 0 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
  position: absolute;
  bottom: 0;
  z-index: 999;
  left: 0;
  width: 100%;
  width: 100%;
  border-top: solid 1px rgba(115, 118, 123, 0.1);
}
@media (max-width: 992px) {
  .mil-slider-footer {
    height: 90px;
    background-color: rgba(10, 11, 15, 0.9);
    backdrop-filter: blur(10px);
    border-bottom: solid 1px rgba(115, 118, 123, 0.1);
  }
}

.mil-port-nav {
  width: 100%;
  position: absolute;
  z-index: 9;
  bottom: 55px;
  left: 0;
  display: flex;
  justify-content: center;
}
.mil-port-nav .mil-port-btn {
  width: 100px;
  height: 100px;
  background-color: #b89b5e;
  border-radius: 50%;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a0b0f;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-port-nav .mil-port-btn:last-child {
  margin-right: 0;
}

.mil-ct-frame {
  position: absolute;
  top: -125px;
  right: 15px;
}

.mil-circle-text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  animation: rotate 4s infinite linear;
}
.mil-circle-text svg {
  transform: scale(2);
  width: 150px;
  height: 150px;
}
.mil-circle-text svg text {
  fill: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 4px;
}
.mil-circle-text:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: solid 2px #b89b5e;
}
.mil-circle-text.mil-dark-inside:after {
  background-color: #0a0b0f;
}
.mil-circle-text.mil-accent-inside:after {
  background-color: #b89b5e;
}
@media (max-width: 992px) {
  .mil-circle-text {
    display: none;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* -------------------------------------------

counters

------------------------------------------- */
.mil-counter-item .mil-prog-track {
  width: 100%;
  background-color: rgba(115, 118, 123, 0.4);
  height: 6px;
  border-radius: 5px;
}
.mil-counter-item .mil-prog-track .mil-prog {
  height: 100%;
  width: 0;
  border-radius: 5px;
  background-color: #b89b5e;
  transition: 0.8s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-counter-item .mil-counter-text {
  display: flex;
  align-items: flex-start;
}
.mil-counter-item .mil-counter-text .mil-counter-number {
  display: flex;
  align-items: flex-end;
  padding-right: 30px;
  padding-top: 8px;
  font-size: 72px;
}
.mil-counter-item .mil-counter-text .mil-counter-number span {
  display: block;
  line-height: 75%;
}
.mil-counter-item .mil-counter-text .mil-counter-number .mil-counter {
  min-width: 95px;
}
.mil-counter-item .mil-counter-text .mil-counter-number .mil-percent {
  font-size: 38px;
}

.mil-exp-box {
  position: relative;
  background-color: #002fa7;
  padding: 90px 90px 50px;
}
.mil-exp-box:before {
  /* content: ""; */
  background-color: #002fa7;
  width: 235px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -234px;
}
.mil-exp-box:after {
  content: "";
  background-color: rgba(242, 178, 121, 0.5);
  width: calc(100% + 30px);
  height: 160px;
  display: block;
  position: absolute;
  top: -160px;
  right: calc(-100% - 30px);
}
.mil-exp-box .mil-exp-content {
  display: flex;
  /* align-items: baseline; */
  align-items: center;
}
.mil-exp-box .mil-exp-content .mil-exp-number {
  color: #01102b;
  letter-spacing: -10px;
  margin-right: 15px;
  font-size: 300px;
  font-weight: 600;
  line-height: 80%;
  position: relative;
}
.mil-exp-box .mil-exp-content .mil-exp-number span {
  color: #01102b;
  font-size: 120px;
  position: absolute;
  top: -60px;
  right: -30px;
  line-height: normal;
}
.mil-exp-box .mil-exp-content .mil-exp-text {
  color: #01102b;
  height: auto;
  /* transform: rotate(-90deg) translateY(-50px) translatex(120px); */
}
.mil-exp-box.mil-type-2:before {
  right: calc(-100% - 30px);
  width: calc(100% + 30px);
  left: auto;
}
.mil-exp-box.mil-type-2:after {
  display: none;
}
@media (max-width: 992px) {
  .mil-exp-box {
    padding: 60px;
    margin-top: 30px;
  }
  .mil-exp-box:before,
  .mil-exp-box:after {
    display: none;
  }
  .mil-exp-box .mil-exp-content {
    flex-direction: column;
  }
  .mil-exp-box .mil-exp-content .mil-exp-number {
    font-size: 150px;
    margin-bottom: 30px;
  }
  .mil-exp-box .mil-exp-content .mil-exp-text {
    color: #0a0b0f;
    height: auto;
    transform: none;
  }
  .mil-exp-box .mil-exp-content .mil-exp-text br {
    display: none;
  }
}
@media (max-width: 768px) {
  .mil-exp-box {
    padding: 30px;
  }
}

.mil-exp-box-2 {
  padding: 6px 0 0 0;
  position: relative;
  background-color: #002fa7;
  padding-bottom: 50px;
  width: 300px;
  height: 300px;
}
@media (max-width: 480px) {
  .mil-exp-box-2 {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    margin-top: 30px;
  }
}
.font-exp {
  font-weight: 100;
  font-family: "Canela";
  font-size: 15px;
}
@media (max-width: 480px) {
  .font-exp {
    font-size: 10px;
  }
}
.font-exp-1 {
  font-weight: 100;
  font-family: "Canela";
  font-size: 30px;
}
@media (max-width: 480px) {
  .font-exp-1 {
    font-size: 20px;
  }
}
.font-exp-2 {
  font-weight: 600;
  font-family: "Canela";
  font-size: 28px;
}
@media (max-width: 480px) {
  .font-exp-2 {
    font-size: 30px;
  }
}
.font-exp-3 {
  font-weight: 700;
  font-family: "Canela";
  font-size: 50px;
  margin-top: 5px;
}
@media (max-width: 480px) {
  .font-exp-3 {
    font-size: 40px;
  }
}
.exp-box-logo {
  width: 200px;
  height: 200px;
}
/* .mil-exp-box-2:after {
  content: "";
  background-color: rgba(242, 178, 121, 0.5);
  width: 100%;
  height: 161px;
  display: block;
  position: absolute;
  top: -160px;
  right: 0;
} */
.mil-exp-box-2 .mil-exp-content .mil-exp-number {
  text-align: start;
  line-height: initial;
  color: #01102b;
  margin: 15px;
  font-size: 50px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
}
/* .mil-exp-box-2.mil-type-2:before {
  content: "";
  background-color: rgba(242, 178, 121, 0.5);
  width: 160px;
  height: 161px;
  display: block;
  position: absolute;
  top: -320px;
  right: -320px;
}
.mil-exp-box-2.mil-type-2:after {
  width: 160px;
  height: 161px;
  top: -160px;
  right: -160px;
} */
.mil-exp-box-2.mil-type-3 .mil-exp-content .mil-exp-number {
  font-size: 480px;
  text-shadow: 75px -75px 0 #f2b279;
}
.mil-exp-box-2.mil-type-3:after {
  content: "";
  width: 100%;
  height: 161px;
  top: -160px;
  right: -100%;
}
@media (max-width: 992px) {
  .mil-exp-box-2:after {
    display: none;
  }
}

.mil-exp-box-3 {
  position: relative;
  padding-bottom: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mil-exp-box-3 .mil-exp-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mil-exp-box-3 .mil-exp-content .mil-exp-number {
  text-align: center;
  line-height: 100%;
  color: #0a0b0f;
  letter-spacing: -10px;
  font-size: 360px;
  font-weight: 600;
  position: relative;
}
.mil-exp-box-3:before {
  position: absolute;
  content: "";
  background-color: rgba(243, 90, 56, 0.2);
  width: 75%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 10%;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .mil-exp-box-3 .mil-exp-content .mil-exp-number {
    font-size: 250px;
  }
}
@media (max-width: 768px) {
  .mil-exp-box-2 .mil-exp-content .mil-exp-number {
    font-size: 100px;
  }
}
@media (max-width: 480px) {
  .mil-exp-box-2 .mil-exp-content .mil-exp-number {
    font-size: 30px;
  }
}

/* -------------------------------------------

call to action

------------------------------------------- */
.mil-cta {
  padding: 90px 90px 60px;
  background-color: #b89b5e;
}
@media (max-width: 992px) {
  .mil-cta {
    padding: 60px 60px 30px;
  }
}
@media (max-width: 768px) {
  .mil-cta {
    padding: 30px 30px 0;
  }
}

/* -------------------------------------------

blog

------------------------------------------- */
.mil-blog-card {
  text-decoration: none;
  display: block;
}
.mil-blog-card .mil-card-cover {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
}
.mil-blog-card .mil-card-cover .mil-hover-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-blog-card .mil-card-cover .mil-hover-frame img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  background-color: #01102b;
}
.mil-blog-card .mil-card-cover .mil-hover-overlay {
  background-color: rgba(10, 11, 15, 0.6);
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-blog-card .mil-text {
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-blog-card.mil-card-sm {
  display: flex;
  align-items: center;
}
.mil-blog-card.mil-card-sm .mil-card-cover {
  margin-bottom: 0;
  width: 90px;
  height: 90px;
  padding-bottom: 0;
}
.mil-blog-card.mil-card-sm .mil-descr {
  width: calc(100% - 120px);
  padding-left: 30px;
}
.mil-blog-card:hover .mil-card-cover .mil-hover-frame {
  transform: scale(0.95);
}
.mil-blog-card:hover .mil-card-cover .mil-hover-overlay {
  opacity: 1;
}
.mil-blog-card:hover .mil-text {
  color: #b89b5e;
}

.mil-share {
  display: flex;
}
.mil-share p {
  margin-right: 30px;
}

.mil-category li {
  list-style-type: none;
  margin-bottom: 30px;
}
.mil-category li a {
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-category li a:hover {
  color: #b89b5e;
}
.mil-category li:last-child {
  margin-bottom: 0;
}

/* Căn giữa thanh pagination */
.mil-blog-slider .mil-slider-pagination {
  display: flex;
  justify-content: center; /* Căn giữa các chấm */
  align-items: center;
  width: 100%;
  margin-top: 40px; /* Khoảng cách với các slide phía trên */
}

/* Tùy chỉnh màu sắc các chấm nếu ông muốn (Optional) */

/* -------------------------------------------

comments

------------------------------------------- */
.mil-comments li {
  list-style-type: none;
}
.mil-comments li .mil-comment {
  position: relative;
  display: flex;
  margin-bottom: 60px;
}
.mil-comments li .mil-comment .mil-avatar {
  margin-right: 30px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
}
.mil-comments li .mil-comment .mil-avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.mil-comments li .mil-comment .mil-comment-text {
  padding-bottom: 60px;
  width: 90%;
  border-bottom: solid 1px rgba(115, 118, 123, 0.2);
}
.mil-comments li .mil-comment .mil-comment-text .mil-reply {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #ffffff;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-comments li .mil-comment .mil-comment-text .mil-reply:hover {
  color: #b89b5e;
}
.mil-comments li ul {
  padding-left: 90px;
}
@media screen and (max-width: 768px) {
  .mil-comments li .mil-comment {
    flex-direction: column;
  }
  .mil-comments li .mil-comment .mil-avatar {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .mil-comments li ul {
    padding-left: 60px;
  }
}

/* -------------------------------------------

instagram

------------------------------------------- */
.mil-instagram {
  display: flex;
  flex-wrap: wrap;
}
.mil-instagram .mil-insta {
  width: calc(50% - 5px);
  padding-bottom: 50%;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.mil-instagram .mil-insta:nth-child(even) {
  margin-right: 0;
}
.mil-instagram .mil-insta img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-instagram .mil-insta:hover img {
  transform: scale(1.1);
}

/* -------------------------------------------

reviews

------------------------------------------- */
.mil-review {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.mil-review .mil-user {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.mil-review .mil-user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mil-review.mil-left {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .mil-review.mil-left {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.mil-reviews-image {
  width: 100%;
  margin-bottom: -3px;
  position: relative;
  z-index: 9;
}
@media (max-width: 768px) {
  .mil-reviews-image {
    display: none;
  }
}

.mil-reviews-nav {
  position: absolute;
  bottom: 0;
  width: calc(100% - 60px);
  display: flex;
  justify-content: space-between;
  z-index: 9;
}
@media (max-width: 768px) {
  .mil-reviews-nav {
    width: calc(100% - 30px);
  }
}

/* -------------------------------------------

slider

------------------------------------------- */
.mil-pagination {
  margin-top: 30px;
  background-color: rgba(115, 118, 123, 0.2);
}

.mil-slider-btn {
  cursor: pointer;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mil-slider-btn svg path {
  fill: #ffffff;
}
.mil-slider-btn.mil-prev {
  transform: rotate(180deg);
}

.mil-slider-btn:hover svg path {
  fill: #b89b5e;
}

/* -------------------------------------------

about

------------------------------------------- */
.mil-about-bg {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}
.mil-about-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}
@media (max-width: 1200px) {
  .mil-about-bg {
    height: auto;
    padding-top: 180px;
  }
}

.mil-about-image-frame {
  position: relative;
  padding-bottom: 60%;
}
@media (max-width: 992px) {
  .mil-about-image-frame {
    padding-bottom: 0;
  }
}

.mil-about-img {
  /* background-color: #b89b5e; */
  height: 100%;
  width: 120%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 15px;
}
.mil-about-img img {
  width: 100%;
  height: 80%;
  object-fit: cover;
  object-position: center;
}
.mil-about-img.mil-out-right {
  width: 150%;
  left: -31%;
}
@media (max-width: 992px) {
  .mil-about-img {
    left: 0;
  }
  .mil-about-img.mil-out-right {
    width: 100%;
    left: -31%;
  }
}
.mil-about-text {
  display: grid;
  place-items: center; /* Tự động căn giữa cả ngang và dọc cho phần tử con */
  width: 100%;
  padding: 20px 0;
}

@media (max-width: 480px) {
  .mil-about-text {
    padding-bottom: 0px;
  }
}
/* Khung bao bọc bên ngoài để hỗ trợ cuộn ngang trên điện thoại */
.table-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  /* Màu nền xám nhạt mô phỏng theo ảnh gốc */
  overflow-x: auto; /* Bật cuộn ngang cho Mobile */
  -webkit-overflow-scrolling: touch;
}

/* Lưới CSS Grid 3 cột */
.custom-grid-table {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 cột độ rộng bằng nhau */
  min-width: 700px; /* Đảm bảo bảng không bị ép quá nhỏ trên Mobile */
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #333;
}

/* Định dạng chung cho từng ô (cell) */
.cell {
  padding: 20px 15px; /* Khoảng cách trên dưới 20px, trái phải 15px */
  border-bottom: 1px solid #dcdcdc; /* Đường kẻ ngang mờ giữa các hàng */
  font-size: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center; /* Canh giữa nội dung theo chiều dọc */
}

/* Bỏ đường kẻ ngang ở hàng cuối cùng cho đẹp mắt */
.cell.no-border {
  border-bottom: none;
}

/* Tiêu đề chính (XÂY DỰNG, KẾT NỐI, LAN TỎA) */
.cell.main-header {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase; /* Viết hoa toàn bộ */
  color: #4a4a4a;
  border-bottom: 2px solid #cecece; /* Đường kẻ dưới tiêu đề chính đậm hơn một chút */
  padding-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Tiêu đề phụ (Thương hiệu, Truyền thông, Văn hóa) */
.cell.sub-header {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  padding-top: 25px; /* Cách xa đường kẻ phía trên một chút */
  display: flex;
  justify-content: center;
}

/* SÍgnature */
.mil-signature-bg {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}
.mil-signature-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}
@media (max-width: 1200px) {
  .mil-signature-bg {
    height: auto;
    padding-top: 180px;
  }
}

.mil-signature-image-frame {
  position: relative;
  aspect-ratio: 16 / 9;
}
@media (max-width: 992px) {
  .mil-signature-image-frame {
    padding-bottom: 0;
  }
}

.mil-signature-img {
  /* background-color: #b89b5e; */
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mil-signature-img img {
  width: 100%;
  height: 80%;
  object-fit: cover;
}
.mil-signature-img.mil-out-right {
  width: 150%;
  left: -31%;
}
@media (max-width: 992px) {
  .mil-signature-img {
    left: 0;
  }
  .mil-signature-img.mil-out-right {
    width: 100%;
    left: -31%;
  }
}
.mil-signature-text {
}
@media (min-width: 992px) {
  .mil-signature-text {
    /* background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.35) 0%,
      rgba(0, 0, 0, 0) 60%
    ); */
    display: inline-block;
    padding: 20px 0;
    /* filter: brightness(1.6); */
  }
}
@media (max-width: 992px) {
  .mil-signature-text {
    padding-bottom: 90px;
  }
}

/* ------------------- */

.mil-just-image {
  position: relative;
  overflow: hidden;
}
.mil-just-image.mil-v {
  padding-bottom: 120%;
}
/* .mil-just-image.mil-s {
  padding-bottom: 100%;
} */
.mil-just-image.mil-h {
  padding-bottom: 56.25%;
}
.mil-just-image.mil-h.mil-shortened {
  padding-bottom: 45%;
}
.mil-just-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mil-about-content-slider {
  width: 100%;
  height: 100%;
}

.mil-content-box .mil-cb-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 150%;
}
.mil-content-box .mil-cb-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.mil-content-box .mil-cb-image img.mil-image-1 {
  transform: translateY(100px);
}
@media (max-width: 992px) {
  .mil-content-box .mil-cb-image img.mil-image-1 {
    transform: none;
  }
}
.mil-content-box .mil-cb-image img.mil-image-2 {
  transform: translateY(60px);
}
@media (max-width: 992px) {
  .mil-content-box .mil-cb-image img.mil-image-2 {
    transform: none;
  }
}

/* -------------------------------------------

iconbox

------------------------------------------- */
.mil-iconbox img {
  width: 100px;
}
.mil-iconbox img.mil-type-2 {
  width: 120px;
}
.mil-iconbox .mil-text {
  width: 90%;
}
.mil-iconbox.mil-center {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.mil-iconbox.mil-type-2 {
  display: flex;
}
.mil-iconbox.mil-type-2 img {
  width: 120px;
  height: 120px;
}
.mil-iconbox.mil-type-2 .mil-ib-text {
  padding-left: 40px;
}
.mil-iconbox.mil-type-2 .mil-ib-text .mil-text {
  width: 80%;
}

/* -------------------------------------------

brands

------------------------------------------- */
/* Khung chứa bên ngoài */
.partner-slider {
  width: 100%;
  overflow: hidden;

  /* Tùy chỉnh màu nền */
  background-color: white;
  position: relative;
  display: flex;
  margin-top: 30px;
}

/* Track chứa logo chạy ngang */
.partner-track {
  display: flex;
  align-items: center;
  width: max-content; /* Quan trọng: để track giãn theo tổng chiều rộng logo */
  gap: 30px; /* Khoảng cách giữa các logo */
  animation: scroll-left 30s linear infinite;
  will-change: transform; /* Giúp trình duyệt tối ưu hóa chuyển động mượt hơn */
}

/* Từng item chứa logo */
.partner-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-item img {
  height: 100px; /* Độ cao logo trên PC */
  width: auto;
  object-fit: contain;
  display: block;
  /* Bỏ các hiệu ứng ẩn như mil-up nếu nó gây lỗi trên mobile */
  opacity: 1 !important;
  visibility: visible !important;
}

/* Hiệu ứng dừng khi di chuột vào */
.partner-slider:hover .partner-track {
  animation-play-state: paused;
}

/* Keyframes tính toán chuẩn xác điểm lặp */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    /* Dịch chuyển đúng 50% tổng chiều rộng của track (hết group 1) */
    /* Trừ thêm một nửa gap để nối mượt hơn */
    transform: translateX(calc(-50% - 40px));
  }
}
/* Hiệu ứng Fade mờ dần vào nền tối */
.partner-slider::before,
.partner-slider::after {
  content: "";
  height: 100%;
  width: 150px; /* Độ rộng vùng mờ */
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

/* Fade bên trái: Từ màu #2f3034 sang trong suốt */
.partner-slider::before {
  left: 0;
  background: linear-gradient(to right, #01102b 0%, rgba(47, 48, 52, 0) 100%);
}

/* Fade bên phải: Từ trong suốt sang màu #2f3034 */
.partner-slider::after {
  right: 0;
  background: linear-gradient(to left, #01102b 0%, rgba(47, 48, 52, 0) 100%);
}

/* Responisve cho Mobile */
@media (max-width: 768px) {
  .partner-slider {
    padding: 0;
  }

  .partner-track {
    gap: 40px; /* Thu nhỏ khoảng cách trên mobile */
    animation-duration: 20s; /* Tăng tốc độ chạy trên màn hình nhỏ */
    gap: 20px;
  }

  .partner-item img {
    height: 80px; /* Logo nhỏ lại cho vừa màn hình mobile */
    max-width: 120px;
  }
  .partner-slider::before,
  .partner-slider::after {
    width: 50px;
  }
}
/* -------------------------------------------

form

------------------------------------------- */
.mil-form input,
.mil-form textarea {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #ffffff;
  padding: 0 30px;
  border: none;
  height: 60px;
  width: 100%;
  background-color: #002fa7;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-form input:focus,
.mil-form textarea:focus {
  outline: inherit;
  box-shadow: 0 0 0 1px rgba(115, 118, 123, 0.3);
}
.mil-form input::placeholder,
.mil-form textarea::placeholder {
  color: #01102b;
}
.mil-form textarea {
  padding-top: 25px;
  height: 180px;
}
.mil-form.mil-subscribe {
  display: flex;
  width: 80%;
}
.mil-form.mil-subscribe input {
  margin-right: 15px;
  border: solid 1px rgba(115, 118, 123, 0.2);
}
.mil-form.mil-subscribe input:focus {
  outline: inherit;
  border: solid 1px rgba(115, 118, 123, 0.6);
}
@media (max-width: 992px) {
  .mil-form.mil-subscribe {
    width: 100%;
  }
}
.mil-form.mil-soft input,
.mil-form.mil-soft textarea {
  background-color: #14151a;
}

/* -------------------------------------------

project

------------------------------------------- */
.mil-project-cover-frame {
  position: relative;
  padding-bottom: 50%;
}
@media (max-width: 992px) {
  .mil-project-cover-frame {
    padding-bottom: 60%;
  }
}

.mil-cover-img {
  background-color: #b89b5e;
  height: 100%;
  width: 120%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 15px;
}
.mil-cover-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mil-cover-img.mil-left {
  left: calc(-20% - 15px);
}
@media (max-width: 992px) {
  .mil-cover-img {
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
  }
  .mil-cover-img.mil-left {
    left: 15px;
  }
}

@media (max-width: 992px) {
  .mil-project-text {
    padding-top: 30px;
  }
}

/* -------------------------------------------

services

------------------------------------------- */
.mil-service-item {
  display: block;
  padding: 30px 0;
  border-top: solid 1px rgba(115, 118, 123, 0.2);
}
.mil-service-item:first-child {
  border: none;
  padding-top: 0;
}
.mil-service-item:last-child {
  padding-bottom: 0;
}
.mil-service-item .mil-service-text h3 {
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-service-item .mil-service-text h3 span {
  color: #b89b5e;
  margin-right: 30px;
}
.mil-service-item .mil-service-text p {
  padding-left: 52px;
}
.mil-service-item .mil-service-right {
  position: relative;
  padding: 60px;
  text-align: right;
}
.mil-service-item .mil-service-right .mil-service-btn {
  width: 120px;
  height: 120px;
  color: #ffffff;
  border: solid 2px #ffffff;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 60px);
  left: -60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-service-item .mil-service-right .mil-service-cover {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(0.8);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-service-item .mil-service-right .mil-service-icon {
  height: 160px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
@media (max-width: 992px) {
  .mil-service-item .mil-service-right .mil-service-icon {
    height: 130px;
  }
}
.mil-service-item:hover .mil-service-text h3 {
  color: #b89b5e;
}
.mil-service-item:hover .mil-service-right .mil-service-btn {
  border: solid 2px #b89b5e;
  background-color: #b89b5e;
  color: #0a0b0f;
}
.mil-service-item:hover .mil-service-right .mil-service-cover {
  transform: scale(1);
  opacity: 1;
}
.mil-service-item:hover .mil-service-right .mil-service-icon {
  filter: grayscale(100%) brightness(300%);
}
@media (max-width: 768px) {
  .mil-service-item .mil-service-right {
    padding: 30px 0 0 52px;
    text-align: left;
  }
  .mil-service-item .mil-service-right .mil-service-btn {
    width: auto;
    position: static;
    padding: 0 40px;
    height: 60px;
    border-radius: 60px;
    display: inline-flex;
  }
  .mil-service-item .mil-service-right .mil-service-cover,
  .mil-service-item .mil-service-right .mil-service-icon {
    display: none;
  }
}
/* Ép khung slider phải có kích thước và hiện lên */
.myServiceSlider {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  width: 100% !important;
  height: 500px !important; /* Đặt chiều cao cứng để kiểm tra trước */
  overflow: hidden;
  position: relative;
  z-index: 10;
  cursor: grab; /* Biểu tượng bàn tay để kéo */
}
.myServiceSlider:active {
  cursor: grabbing; /* Biểu tượng nắm tay khi đang kéo */
}

/* Ép ảnh bên trong phải hiện */

.myServiceSlider img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transform: none !important; /* Bỏ các hiệu ứng scale ban đầu của template */
  opacity: 1 !important;

  user-select: none; /* Ngăn việc bị bôi đen ảnh khi đang kéo tay */
  -webkit-user-drag: none;
}

@media (max-width: 768px) {
  .myServiceSlider {
    width: 100% !important;
    height: auto !important;
    /* Ép khung slider theo tỉ lệ vàng hoặc tỉ lệ ảnh của bạn (ví dụ 4:3) */
    aspect-ratio: 4 / 3;
    margin-top: 20px;
    margin-bottom: 40px; /* Tạo khoảng trống cho dấu chấm */
    overflow: visible !important; /* Để lộ dấu chấm ra ngoài nếu cần */
  }

  .myServiceSlider img {
    width: 100% !important;
    height: 100% !important;
    /* Quay lại dùng cover nhưng kết hợp aspect-ratio ở trên để không mất hình quan trọng */
    object-fit: cover !important;
    border-radius: 12px;
  }

  /* Đưa dấu chấm xuống dưới hẳn khung ảnh */
}

/* -------------------------------------------

accordion

------------------------------------------- */
/* .mil-accordion {
  width: 100%;
}
.mil-accordion .mil-accordion-menu {
  background-color: #002fa7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #01102b;
  width: 90%;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 150px;
  cursor: pointer;
  user-select: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
@media (max-width: 768px) {
  .mil-accordion .mil-accordion-menu {
    width: 50%;
    height: 30px;
  }
}
@media (max-width: 480px) {
  .mil-accordion .mil-accordion-menu {
    width: 85%;
  }
}

.mil-accordion .mil-accordion-menu .mil-accordion-icon {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mil-accordion .mil-accordion-menu .mil-accordion-icon:after {
  content: "+";
}
.mil-accordion .mil-accordion-menu.mil-active {
}
.mil-accordion .mil-accordion-menu.mil-active .mil-accordion-icon:after {
  content: "-";
}
.mil-accordion .mil-accordion-menu.mil-active:hover {
}
.mil-accordion .mil-accordion-content {
  height: 100px;
  overflow: hidden;
  font-size: 14px;
}
.mil-accordion .mil-accordion-content p {
  margin: 5px;
} */

/* --- Bố cục tổng thể của Accordion --- */
.mil-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px; /* Thay vì dùng margin-bottom, dùng gap sẽ đều và hiện đại hơn */
  width: 100%;
}

/* --- Thanh Menu (Tiêu đề) --- */
.mil-accordion .mil-accordion-menu {
  background-color: #002fa7; /* Màu xanh Navy gốc */
  color: #01102b; /* Màu kem gốc */
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%; /* Chỉnh lại 100% để tự động khớp với cột */
  padding: 10px 13px;
  border-radius: 50px; /* Bo góc viên thuốc thanh lịch hơn 150px */
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
  box-shadow: 0 4px 15px rgba(0, 47, 167, 0.15); /* Bóng đổ cùng tone màu xanh */
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (max-width: 768px) {
  .partner-slider {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .mil-accordion .mil-accordion-menu {
    width: 100%;
    height: 30px;
    font-size: 15px;
  }
}
/* Hiệu ứng khi rê chuột vào */
.mil-accordion .mil-accordion-menu:hover {
  background-color: #002480; /* Màu tối hơn một chút */
  box-shadow: 0 6px 20px rgba(0, 47, 167, 0.25);
  transform: translateY(-2px); /* Hiệu ứng nảy nhẹ lên */
}

/* --- Vẽ Icon Dấu (+) và (-) bằng CSS thuần --- */
.mil-accordion-icon {
  position: relative;
  width: 20px;
  height: 20px;
}

.mil-accordion-icon::before,
.mil-accordion-icon::after {
  content: "";
  position: absolute;
  background-color: #01102b;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

/* Thanh ngang của dấu + */
.mil-accordion-icon::before {
  top: 9px;
  left: 0;
  width: 20px;
  height: 2px;
}

/* Thanh dọc của dấu + */
.mil-accordion-icon::after {
  top: 0;
  left: 9px;
  width: 2px;
  height: 20px;
}

/* Khi có class 'active' (đang mở), xoay thanh dọc để biến thành dấu (-) */
.mil-accordion-menu.active .mil-accordion-icon::after {
  transform: rotate(90deg);
  opacity: 0;
}

/* --- Phần Nội Dung (Content) --- */
.mil-accordion-content {
  max-height: 0; /* Ẩn đi mặc định để làm hiệu ứng trượt */
  overflow: hidden; /* Gom đoạn code bị rớt của bạn vào đây */
  transition:
    max-height 0.4s ease-in-out,
    padding 0.4s ease;
  padding: 0 13px; /* Khớp với padding của menu */
}

/* Đoạn text bên trong */
.mil-text-1 {
  font-size: 15px; /* Chỉnh lại font-size cho dễ đọc */
  color: #4a4a4a;
  line-height: 1.6;
  margin: 15px 0 10px 0;
}

/* -------------------------------------------

video

------------------------------------------- */
.mil-video {
  position: relative;
  overflow: hidden;
  padding-bottom: 50%;
}
@media (max-width: 768px) {
  .mil-video {
    padding-bottom: 100%;
  }
}
.mil-video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mil-video a {
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  width: 120px;
  height: 120px;
  border: solid 3px #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-video a svg {
  transform: scale(1) translateX(4px);
  width: 35px;
  height: 35px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-video a svg path {
  fill: #ffffff;
}
.mil-video a:hover {
  width: 130px;
  height: 130px;
  top: calc(50% - 65px);
  left: calc(50% - 65px);
}
.mil-video a:hover svg {
  transform: scale(1.2) translateX(4px);
}

/* -------------------------------------------

price

------------------------------------------- */
.mil-switcher {
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #14151a;
  width: 245px;
  padding: 0;
  border-radius: 50px;
}
.mil-switcher:after {
  content: "30% OFF";
  background-color: #f2b279;
  padding: 10px 15px;
  border-radius: 5px;
  position: absolute;
  top: -20px;
  right: -50px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #0a0b0f;
}
.mil-switcher span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  text-align: center;
  height: 60px;
  cursor: pointer;
  color: #fff;
  border-radius: 50px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  margin-right: 5px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-switcher span:last-child {
  margin-right: 0;
}
.mil-switcher span.mil-active {
  background-color: #b89b5e;
  color: #0a0b0f;
}

.mil-price-card {
  padding: 60px 30px;
  text-align: center;
  background-color: rgba(20, 21, 26, 0.4);
}
.mil-price-card .mil-sup-text {
  font-size: 18px;
  margin-left: 5px;
}
.mil-price-card.mil-featured {
  background-color: #14151a;
}
.mil-price-card .mil-price-list {
  text-align: center;
}
.mil-price-card .mil-price-list li {
  list-style-type: none;
  margin-bottom: 30px;
}
.mil-price-card .mil-price-list li:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------

team

------------------------------------------- */
.mil-team-card .mil-portrait {
  position: relative;
  padding-bottom: 120%;
  overflow: hidden;
}
.mil-team-card .mil-portrait img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* -------------------------------------------

store

------------------------------------------- */
.mil-store-card {
  display: block;
}
.mil-store-card .mil-cover-frame {
  position: relative;
  overflow: hidden;
  background-color: #14151a;
  text-align: center;
  padding-bottom: 120%;
}
.mil-store-card .mil-cover-frame img {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 10%;
  object-fit: contain;
  object-position: center;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-store-card:hover .mil-cover-frame img {
  transform: scale(1.1);
}
.mil-store-card.mil-sale .mil-cover-frame:after {
  content: "-40%";
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #73767b;
  font-size: 14px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  color: #0a0b0f;
  position: absolute;
  top: 15px;
  left: 15px;
}

.mil-store-item-preview {
  background-color: #14151a;
  padding-bottom: 80%;
}
.mil-store-item-preview img {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  height: 80%;
  object-fit: contain;
}

.mil-rating {
  display: flex;
  align-items: center;
}
.mil-rating .mil-stars {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.mil-rating .mil-stars i {
  color: #b89b5e;
}
.mil-rating .mil-stars i.mil-empty {
  color: #73767b;
}

/* -------------------------------------------

tabs

------------------------------------------- */
.mil-tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  border-bottom: solid 1px rgba(115, 118, 123, 0.2);
}

.mil-tabs li {
  cursor: pointer;
  line-height: 110%;
  font-weight: 600;
  padding: 0 60px 30px;
  transform: translateY(2px);
}

.mil-tabs li.mil-current {
  border-bottom: solid 2px #b89b5e;
  color: #ffffff;
}

.mil-tab-content {
  display: none;
  padding: 60px 0 0;
}

.mil-tab-content.mil-current {
  display: inherit;
}

/* -------------------------------------------

quantity

------------------------------------------- */
.mil-quantity-frame {
  margin-right: 15px;
  height: 60px;
  background-color: #14151a;
  border-radius: 60px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  width: 150px;
  justify-content: space-between;
}
.mil-quantity-frame * {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  color: #73767b;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-quantity-frame input {
  width: 50px;
  background-color: transparent;
  border: none;
}
.mil-quantity-frame button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.mil-quantity-frame:hover * {
  color: #ffffff;
}

/* -------------------------------------------

footer

------------------------------------------- */
footer {
  border-top: solid 1px rgba(115, 118, 123, 0.2);
}
footer ul {
  padding: 0;
  margin: 0;
}
footer ul li {
  list-style-type: none;
  margin-bottom: 30px;
}
footer .mil-footer-menu li a {
  color: #73767b;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
footer .mil-footer-menu li a:hover {
  color: #ffffff;
}
footer .mil-footer-bottom {
  padding: 50px 0 20px;
  border-top: solid 1px rgba(115, 118, 123, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* Logo change languague */
.text-color {
  color: #002fa7;
}
/* Khung chứa 2 nút ngôn ngữ */
.lang-switcher {
  display: inline-flex;
  background-color: rgba(
    243,
    244,
    246,
    0.7
  ); /* Nền xám nhạt có độ trong suốt nhẹ */
  backdrop-filter: blur(8px); /* Hiệu ứng mờ nền phía sau */
  border-radius: 30px;
  padding: 4px;
  gap: 2px;
}
@media (max-width: 480px) {
}

/* Kiểu dáng chung cho từng nút */
.lang-btn {
  text-decoration: none;
  color: #ffffff; /* Màu chữ xám đậm */
  padding: 6px 6px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); /* Hiệu ứng chuyển động cực mượt */
}
@media (max-width: 480px) {
  .lang-btn {
    padding: 3px 7px;

    font-size: 10px;
  }
  .logo-wings img {
    height: 70px;
    width: auto;
  }
  .mil-top-panel {
    height: 25px;
  }
}

/* Hiệu ứng khi lướt chuột qua (nhưng chưa chọn) */
.lang-btn:hover:not(.active) {
  background-color: rgba(0, 0, 0, 0.05);
  color: #111827;
}

/* HIỆU ỨNG CHO NÚT ĐANG ĐƯỢC CHỌN (ACTIVE) */
.lang-btn.active {
  background-color: #002fa7; /* Nền xanh dương nổi bật */
  color: #01102b;
  box-shadow: 0 4px 10px rgba(59, 130, 246, 0.4); /* Đổ bóng màu xanh */
  pointer-events: none; /* Khóa nút, không cho click lại vào ngôn ngữ đang xem */
  transform: scale(1.05); /* Phóng to nhẹ nút đang chọn */
}

.mil-banner {
  position: relative;
  overflow: hidden;
}

.mil-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.mil-banner > *:not(.mil-bg-video) {
  position: relative;
  z-index: 2;
}

/* ------------------SECTION 1----------------- */

:root {
  --bg-cream: #efece4;
  --ink: #1c1a17;
  --navy: #16233f;
  --gold: #b08d4f;
  --muted: #6b665c;
  --line: rgba(26, 26, 26, 0.25);
  --tag-bg: #f5f4f2;
}

/* body {
  font-family: "Inter", sans-serif;
  background: linear-gradient(120deg, #f2efe8 0%, #eceadf 42%, #dedad0 100%);
  color: var(--ink);
  min-height: 100vh;
} */

.stage {
  min-height: 100vh;
  padding: 40px 0 60px;
}
.mr {
  margin-left: -60px;
}
/* ===== COPY ===== */
.eyebrow1 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #3974e1;
}
.eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #3974e1;
}
.eyebrow-rule {
  width: 46px;
  height: 1px;
  background: #3974e1;
  margin-top: 16px;
  margin-bottom: 22px;
}

h1.headline {
  font-family: "Playfair Display", serif;
  font-weight: 400; /* không bold */
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
}

.subtitle {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400; /* không bold */
  font-size: clamp(22px, 2.2vw, 33px);
  color: #3974e1;
  margin-top: 16px;
}

.rule-gold {
  width: 46px;
  height: 1px;
  background: #3974e1;
  margin: 22px 0;
}

.desc {
  font-size: 21px;
  line-height: 1.75;
  color: white;
  max-width: 460px;
}
.desc .accent {
  color: #3974e1;
  font-weight: 600;
}

/* ===== STATS ===== */
.stats-row {
  align-items: center;
  gap: 90px;
}

.stat {
  flex: 0 0 auto;
}

.stat-divider {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  height: 137px;
}

.stat .icon {
  width: 26px;
  height: 26px;
  margin-bottom: 14px;
  margin-left: 25px;
  stroke: #3974e1;
}
.stat .num {
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 1;
  background: linear-gradient(180deg, #bcd4f2 0%, #4f7fc0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.stat .label {
  font-size: 12.5px;
  color: white;
  margin-top: 8px;
  text-align: center;
}
.stat .label1 {
  font-size: 12.5px;
  color: white;
  margin-top: 8px;
  text-align: center;
  margin-right: 30px;
}
@media (max-width: 430px) {
  .eyebrow1 {
    font-size: 10px;
  }
  h1.headline {
    font-size: 30px;
  }
  .desc {
    font-size: 16px;
    width: 75%;
  }
  .stats-row {
    gap: 15px;
  }
  .stat .num {
    font-size: 20px;
  }
  .stat .label {
    font-size: 10px;
  }
  .stat .label1 {
    font-size: 10px;
  }
  .stat .icon {
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
    margin-left: 11px;
  }
}

/* ----------------------- */
/* ============ HERO SECTION ============ */
.hero-section {
  position: relative;
  background: var(--hero-bg);
  overflow: hidden;
  min-height: 550px;
  display: flex;
  align-items: center;
  padding: 90px 0;
}

.hero-bg-image {
  position: absolute;
  inset: 0;
  left: 45%;
  background-image: url("https://images.stockcake.com/public/a/c/3/ac3b2edb-1038-4c53-b66e-4edf9499f739_large/silhouette-film-crew-stockcake.jpg");
  background-size: cover;
  background-position: center;
  filter: brightness(0.85);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    var(--hero-bg) 0%,
    var(--hero-bg) 30%,
    rgba(1, 16, 43, 0.75) 45%,
    rgba(1, 16, 43, 0.15) 65%,
    rgba(1, 16, 43, 0.05) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-number-col {
  display: flex;
  justify-content: center;
}

.hero-number {
  font-family: "Times New Roman", Times, serif;
  font-weight: 500;
  font-size: 400px;
  line-height: 1;
  background: linear-gradient(180deg, #ffffff 0%, #b9c6de 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: flex;
  align-items: flex-start;
  margin-left: 50px;
}

.hero-plus {
  font-size: 100px;
  margin-left: 4px;
  margin-top: 160px;
}
/* ---------------------- */
.hero-divider-col {
  justify-content: center;
}

.hero-vline {
  width: 1px;
  height: 340px;
  background: rgba(255, 255, 255, 0.25);
}

.hero-title {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 3.1rem;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #cfd9ea 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-title .accent {
  background: linear-gradient(180deg, #bcd4f2 0%, #4f7fc0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-line {
  width: 70px;
  border: none;
  border-top: 2px solid rgba(255, 255, 255, 0.6);
  opacity: 1;
  margin: 0 0 26px 0;
}

.hero-desc {
  font-size: 1.02rem;
  line-height: 1.75;
  color: white;
  max-width: 520px;
  margin-bottom: 40px;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.hero-tags span {
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.4;
  color: white;
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.hero-tags span:first-child {
  padding-left: 0;
}

.hero-tags span:last-child {
  border-right: none;
}
.hero-tags-0 {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.hero-tags-0 span {
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.4;
  color: white;
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.hero-tags-0 span:first-child {
  padding-left: 0;
}

.hero-tags-0 span:last-child {
  border-right: none;
}
.hero-tags-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.hero-tags-1 span {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(244, 242, 236, 0.9);
  padding: 0 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.hero-tags-1 span:first-child {
  padding-left: 0;
}

.hero-tags-1 span:last-child {
  border-right: none;
}
.hero-tags-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.hero-tags-2 span {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(244, 242, 236, 0.9);
  padding: 0 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.hero-tags-2 span:first-child {
  padding-left: 0;
}

.hero-tags-2 span:last-child {
  border-right: none;
}
@media (max-width: 991.98px) {
  .hero-section {
    min-height: auto;
    padding: 20px 0;
  }
  .hero-bg-image {
    left: 0;
    opacity: 0.35;
  }
  .hero-overlay {
    background: linear-gradient(
      180deg,
      var(--hero-bg) 0%,
      rgba(1, 16, 43, 0.85) 60%,
      rgba(1, 16, 43, 0.6) 100%
    );
  }
  .hero-number-col {
    justify-content: center;
    margin-bottom: 0px;
  }
  .hero-number {
    font-size: 12rem;
  }
  .hero-plus {
    font-size: 2.7rem;
    margin-top: 80px;
  }
  .hero-divider-col {
    display: none !important;
  }
  .hero-title {
    font-size: 2.3rem;
    text-align: center;
    margin: 0;
  }
  .hero-line {
    display: none;
  }
  .hero-desc {
    font-size: 0.95rem;
    max-width: none;
    text-align: center;
  }
  .hero-tags {
    margin-left: 136px;
  }
  .hero-tags-0 span {
    padding: 0 6px;
    font-size: 11px;
  }
  .hero-tags-1 span {
    padding: 0 18px;
  }
  .hero-tags-2 span {
    padding: 0 7px;
  }
}

@media (max-width: 575.98px) {
  .hero-number {
    font-size: 6.5rem;
    margin-left: 0;
  }
  .hero-plus {
    font-size: 2.1rem;
    margin-top: 40px;
  }
  .hero-title {
    font-size: 1.7rem;
  }
  .hero-desc {
    font-size: 0.9rem;
    margin-bottom: 28px;
  }
  .hero-tags {
    flex-direction: row;
    gap: 25px;
    margin-left: 0;
  }
  .hero-tags span {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 0;
  }
}
@media (max-width: 380px) {
  .hero-tags {
    gap: 15px;
  }
  .hero-tags-1 span {
    padding: 0 15px;
  }
  .hero-tags-0 span {
    padding: 0 3px;
  }
}
/* ----------------------- */
/* Milestones section */

.milestones-title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 2.9rem;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  color: white;
  margin-top: 0;
}

.milestones-desc {
  font-size: 1.02rem;
  line-height: 1.6;
  color: white;
  max-width: 320px;
  margin-bottom: 0;
}

.milestones-bar-line {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 40px;
}

.milestones-bar-row {
  display: flex;
  flex-wrap: wrap;
}

.milestone-bar-item {
  flex: 1 1 0;
  min-width: 150px;
  padding: 0 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
}

.milestone-bar-item:first-child {
  padding-left: 0;
}

.milestone-bar-item:last-child {
  border-right: none;
  padding-right: 0;
}

.milestone-bar-text {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #f4f2ec;
  margin-bottom: 0;
}

/* ---------------- */
/* Solutions section */
.solutions-section {
  background: var(--hero-bg);
  padding: 100px 0 0 0;
}

.solutions-title {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 700;
  font-size: 140px;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 1px;

  margin-left: 100px;
}

.gword {
  display: inline-block;
}

.l {
  display: inline-block;
}

.l1 {
  color: #16296b;
} /* dark navy */
.l2 {
  color: #2f6fe0;
} /* medium blue */
.l3 {
  color: #6fb3ef;
} /* sky blue */
.l4 {
  color: #b7dcf7;
} /* pale blue */

.solutions-divider-col {
  justify-content: center;
}

.solutions-vline {
  width: 1px;
  height: 560px;
  background: rgba(255, 255, 255, 0.15);
}

.solutions-right {
  padding-left: 20px;
}

.solution-item {
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.solution-item-last {
  border-bottom: none;
}

.solution-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-align: left;
}

.solution-toggle:focus {
  outline: none;
}

.solution-toggle:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.4);
  outline-offset: 4px;
}

.solution-title {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #f4f2ec;
  margin-bottom: 0;
  transition: color 0.2s ease;
}

.solution-toggle:hover .solution-title {
  color: #6fb3ef;
}

.solution-icon {
  font-size: 1.5rem;
  font-weight: 400;
  color: rgba(244, 242, 236, 0.7);
  line-height: 1;
  flex-shrink: 0;
  margin-left: 20px;
  transition: transform 0.3s ease;
}

.solution-toggle[aria-expanded="true"] .solution-icon {
  transform: rotate(45deg);
  color: #6fb3ef;
}

.solution-desc-wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.solution-desc {
  font-size: 0.95rem;
  color: rgba(244, 242, 236, 0.65);
  margin: 14px 0 0 0;
}
/* ============ PORTFOLIO SECTION ============ */
.portfolio-section {
  padding: 100px 0 0 0;
}

.portfolio-header {
  margin-bottom: 50px;
}

.portfolio-title {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.1;
  text-transform: uppercase;
  color: white;
  margin-bottom: 0px;
}

.portfolio-desc {
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--muted);
  max-width: 480px;
  margin-bottom: 0;
}

.portfolio-cta-col {
  display: flex;
  justify-content: flex-end;
}

.btn-outline-gold {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #b08a4e;
  color: #8a6a38;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 26px;
  border-radius: 999px;
  white-space: nowrap;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.btn-outline-gold:hover {
  background: #b08a4e;
  color: #fff;
}

.btn-outline-gold .arrow {
  font-size: 1rem;
}

.portfolio-grid {
  margin-bottom: 60px;
}

.project-card {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  border-radius: 4px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  text-decoration: none;
}

.project-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.05) 0%,
    rgba(0, 0, 0, 0.15) 55%,
    rgba(0, 0, 0, 0.75) 100%
  );
}

.project-number {
  position: absolute;
  top: 22px;
  left: 24px;
  z-index: 2;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
}

.project-arrow {
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.project-card:hover .project-arrow {
  background: #b08a4e;
  border-color: #b08a4e;
}

.project-info {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 90px;
  z-index: 2;
}

.project-category {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #d9b877;
  margin-bottom: -14px;
}

.project-title {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}

/* ============ TEAM SECTION ============ */
.team-title {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.1;
  text-transform: uppercase;
  color: white;
  margin-bottom: 0px;
}
.team-name {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}

/* ============ PRESS SECTION ============ */
/* ============================================================
   Embla Carousel — CSS cho phần "Đôi Cánh trên báo chí"
   Thêm khối này vào style.css, XÓA các rule .press-scroll /
   .mil-press-slider cũ nếu còn (không dùng nữa)
   ============================================================ */

.press-title {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.1;
  text-transform: uppercase;
  color: white;
}
.mil-press-embla {
  position: relative;
}

.mil-press-embla .embla__viewport {
  overflow: hidden;
  width: 100%;
  cursor: grab;
}

.mil-press-embla .embla__viewport.is-dragging {
  cursor: grabbing;
}

.mil-press-embla .embla__container {
  display: flex;
  gap: 24px;
  /* Embla dịch chuyển container bằng transform, không dùng margin-left âm
     ở đây vì mình dùng "gap" (Embla hỗ trợ tốt flex-gap) */
}

.mil-press-embla .embla__slide {
  flex: 0 0 340px;
  min-width: 0;
}

.press-card {
  width: 100%;
  text-decoration: none;
  display: block;
  -webkit-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
}

.press-image {
  width: 100%;
  height: 220px;
  border-radius: 4px;
  background-size: cover;
  background-position: top center;
  background-color: #f5f4f2;
  margin-bottom: 18px;
  pointer-events: none; /* để không cản trở việc kéo */
}

.press-caption {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(244, 242, 236, 0.85);
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 575.98px) {
  .mil-press-embla .embla__slide {
    flex-basis: 260px;
  }
  .press-image {
    height: 170px;
  }
  .press-caption {
    font-size: 0.85rem;
  }
}

/* Responsive */
/* ======================================================
   RESPONSIVE — Tablet (≤992px)
====================================================== */
@media (max-width: 991.98px) {
  /* Section 1 — Badge/intro */
  .badge-box {
    width: 100%;
    min-height: 220px;
  }

  .number {
    font-size: 140px;
    justify-content: center;
  }

  .plus {
    font-size: 45px;
    margin-top: 45px;
    margin-left: 2px;
  }

  .section-title {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-top: 0px;
    text-align: center;
  }

  .divider {
    margin: 0 auto 24px;
  }

  .section-desc {
    font-size: 15px;
    line-height: 1.7;
    text-align: center;

    margin: 0 100px 24px 100px;
  }

  .tags-box {
    background: #01102b;
    display: inline-block;
    margin: 0 50px 0 50px;
  }

  .tag-item {
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--ink);
    padding: 0 20px;
    border-right: 1px solid var(--line);
    white-space: nowrap;
    display: flex;
    align-items: center;
  }

  .tag-item:first-child {
    padding-left: 0;
  }

  .tag-item-last {
    border-right: none;
    padding-right: 0;
  }

  .ml {
    margin-left: 0 !important;
  }

  /* Section 2 — Milestones */
  .milestones-title {
    font-size: 3.2rem;
    text-align: center;
    margin-top: 40px;
  }

  /* Section 3 — Solutions */

  /* Section 3 — Solutions */
  .solutions-title {
    font-size: 4rem;
  }
  .solutions-divider-col {
    display: none !important;
  }
  .solutions-right {
    padding-left: 0;
    margin-top: 50px;
  }
  .solutions-features {
    margin-top: 60px;
  }
  .feature-item-1 {
    border-top: 1px solid var(--line);
    padding: 20px 0;
  }
  .feature-text-nowrap {
  }
  /* Section 4 — Portfolio */
  .portfolio-title {
    font-size: 2.5rem;
  }
  .portfolio-cta-col {
    justify-content: flex-start;
    margin-top: 24px;
  }
}

/* ======================================================
   RESPONSIVE — Tablet portrait / large mobile (≤767.98px)
====================================================== */
@media (max-width: 770.98px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  /* Section 1 — Badge/intro */
  .badge-box {
    min-height: 260px;
  }
  .number {
    font-size: 6rem;
  }
  .plus {
    font-size: 2.8rem;
    margin-top: 8px;
  }
  .section-title {
    font-size: 2rem;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .section-desc {
    font-size: 0.95rem;
    margin: 0 0 24px 0;
  }

  .tags-box {
    background: #01102b;
    display: inline-block;
  }

  .tag-item {
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--ink);
    padding: 0 20px;
    border-right: 1px solid var(--line);
    white-space: nowrap;
    display: flex;
    align-items: center;
  }

  .tag-item:first-child {
    padding-left: 0;
  }

  .tag-item-last {
    border-right: none;
    padding-right: 0;
  }

  /* Section 2 — Milestones */
  .milestones-title {
    font-size: 2.4rem;
  }

  .milestones-desc {
    font-size: 0.9rem;
    max-width: 3000px;
    text-align: center;
  }
  .milestone-text {
    font-size: 1.15rem;
  }
  .milestone-line {
    width: 100%;
  }
  .milestone-bar-line {
    margin-bottom: 0;
  }
  .milestone-bar-item {
    min-width: 0;
    padding: 0 8px;
  }
  .milestone-bar-text {
    font-size: 12px;
  }

  /* .milestones-bar-row {
    width: 97%;
  } */

  /* Section 3 — Solutions */
  .solutions-section {
    padding: 60px 0;
  }
  .solutions-title {
    font-size: 6rem;
    margin: 0;
  }
  .solution-item {
    width: 87%;
  }
  .solution-title {
    font-size: 1.15rem;
  }
  .solution-desc {
    font-size: 0.9rem;
  }

  .solutions-tags {
    gap: 8px 20px;
    font-size: 0.8rem;
    margin-bottom: 20px;
  }

  .solutions-features {
    margin-top: 45px;
  }

  .feature-item {
    border-left: none;
    border-right: none !important;
    border-top: 1px solid var(--line);
    padding: 20px 4px;
    margin-bottom: 0;
  }
  /* Section 4 — Portfolio */
  .portfolio-section {
    padding: 60px 0;
  }
  .portfolio-grid {
    width: 97%;
  }
  .portfolio-title {
    font-size: 2.1rem;
  }
  .portfolio-desc {
    max-width: none;
  }
  .project-title {
    font-size: 1.2rem;
  }
}

/* ======================================================
   RESPONSIVE — Mobile (≤575.98px)
====================================================== */
@media (max-width: 575.98px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
    width: 91%;
  }

  /* Section 1 — Badge/intro */
  .badge-box {
    min-height: 220px;
  }
  .number {
    font-size: 5rem;
  }
  .plus {
    font-size: 2.2rem;
    margin-top: 4px;
  }
  .section-title {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-top: 0;
  }
  .section-desc {
    font-size: 15px;
    margin: 0 0 10px 0;
  }
  .tag-item {
    font-size: 10px;
    padding: 0 5px;
  }
  .tags-box {
    margin: 0 0 0 4px;
  }

  /* Section 2 — Milestones */
  .milestones-title {
    font-size: 1.7rem;
    margin-top: 80px;
  }
  .milestone-text {
    font-size: 1.05rem;
  }
  .milestone-bar-item {
    min-width: 0;
    padding: 0 8px;
  }
  .milestone-bar-text {
    font-size: 10px;
  }

  /* Section 3 — Solutions */
  .eyebrow {
    font-size: 0.72rem;
  }
  /* Section 3 — Solutions */
  .solutions-title {
    font-size: 3.3rem;
    text-align: center;
    margin-left: 20px;
  }
  .solution-title {
    font-size: 1rem;
  }
  .solution-desc {
    font-size: 0.85rem;
  }
  .solution-item {
    padding: 20px 0;
    width: 95%;
    margin-left: 20px;
  }
  .solutions-tags {
    font-size: 0.72rem;
    gap: 6px 16px;
  }
  .hero-tags-1 span {
    font-size: 12px;
  }
  .hero-tags-2 span {
    font-size: 12px;
  }
  .hero-tags-0 span {
    font-size: 10px;
  }
  .solutions-features {
  }

  .feature-title {
    font-size: 1rem;
    margin-bottom: 12px;
  }
  .feature-text {
    font-size: 0.85rem;
  }
  /* Section 4 — Portfolio */
  .portfolio-title {
    font-size: 1.8rem;
    text-align: center;
  }
  .btn-outline-gold {
    font-size: 0.72rem;
    padding: 12px 20px;
    margin-left: 100px;
  }
  .portfolio-grid {
    width: 105%;
  }
  .project-title {
    font-size: 1.05rem;
  }
  .project-category {
    font-size: 10px;
  }

  .project-info {
    right: 70px;
  }
  .project-arrow {
    width: 36px;
    height: 36px;
    font-size: 0.95rem;
  }
  /* Section 5 — Press */
  .press-title {
    font-size: 27px;
    margin-bottom: 20px;
  }
  .press-card {
    width: 260px;
  }
  .press-image {
    height: 170px;
  }
  .press-caption {
    font-size: 0.85rem;
  }
}
/* ============================================================
   BLOG SECTION — thêm vào cuối style.css
   Dùng lại toàn bộ class có sẵn từ Portfolio:
   .portfolio-header, .eyebrow-dot, .portfolio-title, .portfolio-desc,
   .portfolio-cta-col, .btn-outline-gold, .portfolio-grid,
   .project-card, .project-arrow, .project-info,
   .project-category, .project-title
   → chỉ cần thêm đúng 1 rule cho riêng section này.
   ============================================================ */

.blog-section {
  background: #01102b;
  padding: 90px 0;
}

/* ============================================================
   FOOTER — thêm vào style.css (nên đặt cuối file)
   ============================================================ */

.site-footer {
  background: var(--hero-bg);
  padding: 90px 0 0 0;
}

.footer-top {
  padding-bottom: 60px;
}

/* ---------- Left column ---------- */
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  margin-bottom: 20px;
}

.footer-logo-text {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: white;
}

.footer-logo-icon {
  width: 26px;
  height: auto;
}

.footer-desc {
  font-size: 1rem;
  line-height: 1.65;
  color: white;
  width: 100%;
  margin-bottom: 24px;
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-bottom: 40px;
}

.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #f4f2ec;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  text-decoration: none;
  transition: background 0.2s ease;
}

.footer-social a:hover {
  background: #b08a4e;
}

.footer-menu h5 {
  font-size: 1rem;
  font-weight: 700;
  color: #d9b877;
  margin-bottom: 18px;
}

.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu li {
  margin-bottom: 12px;
}

.footer-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 160px;
  font-size: 0.92rem;
  color: white;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-menu a:hover {
  color: #b08a4e;
}

.menu-arrow {
  color: rgba(244, 242, 236, 0.4);
  font-size: 1.1rem;
}

/* ---------- Right column: form ---------- */
.footer-form .form-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.form-field {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f7f5f0;
  border-radius: 8px;
  padding: 16px 18px;
}

.form-field i {
  color: #8a8a86;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.form-field input,
.form-field textarea {
  border: none;
  background: transparent;
  outline: none;
  width: 100%;
  font-size: 0.92rem;
  font-family: "Inter", sans-serif;
  color: var(--ink);
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #9a9a94;
}

.form-field-full {
  align-items: flex-start;
  margin-bottom: 24px;
}

.form-field-full i {
  margin-top: 3px;
}

.form-field-full textarea {
  resize: vertical;
  min-height: 90px;
}

.form-submit-row {
  display: flex;
  justify-content: flex-end;
}

.btn-send {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #d9b877;
  color: #1a1508;
  font-size: 0.92rem;
  font-weight: 700;
  border: none;
  border-radius: 999px;
  padding: 15px 30px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.btn-send:hover {
  background: #c8a25f;
}

.btn-send .arrow {
  font-size: 1rem;
}
.formMessage-text {
  display: none;
  text-align: center;
  margin-top: 20px;
  color: white;
  font-weight: bold;
}

/* ---------- Divider ---------- */
.footer-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

/* ---------- Contact info row ---------- */
.footer-contact-row {
  padding: 40px 0;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.9rem;
  color: white;
}

.contact-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #b08a4e;
  color: #d9b877;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  flex-shrink: 0;
}

/* ---------- Bottom bar ---------- */
.footer-bottom {
  padding: 22px 0;
}

.footer-bottom p {
  text-align: center;
  font-size: 0.82rem;
  color: rgba(244, 242, 236, 0.5);
  margin: 0;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 991.98px) {
  .site-footer {
    padding-top: 60px;
  }
  .footer-top {
    padding-bottom: 40px;
  }
}

@media (max-width: 770.98px) {
  .footer-desc {
    width: 32%;
  }
  .footer-social {
    width: 32%;
  }
  .footer-form .form-row {
    flex-direction: column;
  }
  .form-submit-row {
    justify-content: stretch;
  }
  .btn-send {
    width: 100%;
    justify-content: center;
  }
  .footer-contact-item {
    font-size: 0.85rem;
  }
  .footer-contact-row {
    margin: 0 46px 0 23px;
  }
  .mil-text {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .mil-text {
    font-size: 13px;
    width: 388px;
    line-height: 20px;
  }
  .footer-desc {
    width: 99%;
  }
  .footer-menu h5 {
    text-align: center;
  }
  .footer-menu ul {
    display: flex;
  }
  .footer-menu li {
    padding: 0 19px;
  }
  .footer-social {
    margin-bottom: 0;
  }
}
@media (max-width: 380px) {
  .hero-tags-2 span {
    font-size: 10px;
    padding: 0 10px;
  }
  .hero-tags-1 span {
    padding: 0 13px;
  }
  .btn-outline-gold {
    margin-left: 70px;
  }
  .mil-text {
    width: 100%;
  }
  .footer-menu a {
    font-size: 12px;
  }
}
/* ============================================================
   FLOATING CONTACT BUTTONS — thêm vào cuối style.css
   ============================================================ */

.mil-floating-contact {
  position: fixed;
  right: 0;
  bottom: 24px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

/* ---------- Responsive ---------- */

/* Container bám sát lề phải, canh giữa màn hình theo chiều dọc */
.floating-contact-group {
  position: fixed;
  right: 5px;
  top: 85%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 6px; /* Khoảng cách giữa các nút */
  z-index: 9999;
  align-items: flex-end;
}

/* Kiểu dáng chung của các nút */
.contact-btn {
  display: flex;
  align-items: center;
  width: 40px; /* Chiều rộng mặc định (thu gọn) */
  height: 40px;
  border-radius: 50px 0 0 50px; /* Bo tròn góc trái, góc phải vuông */
  text-decoration: none;
  color: #ffffff;
  overflow: hidden; /* Giấu phần chữ bị tràn khi thu gọn */
  transition: width 0.4s ease-in-out; /* Hiệu ứng kéo dài mượt mà */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.contact-btn1 {
  display: flex;
  align-items: center;
  width: 50px; /* Chiều rộng mặc định (thu gọn) */
  height: 50px;
  margin-top: -6px;
}
.contact-btn1 .icon1 {
  min-width: 60px; /* Giữ icon luôn vuông vức 60x60 */

  display: flex;
}
/* Hiệu ứng thò dài ra khi đưa chuột vào */
/* Hiệu ứng thò dài ra khi đưa chuột vào (Desktop) hoặc khi có class active (Mobile) */
.contact-btn:hover,
.contact-btn.active {
  width: 240px;
}

/* Hiện chữ khi hover hoặc active */
.contact-btn:hover .text,
.contact-btn.active .text {
  opacity: 1;
  transition-delay: 0.1s;
}

/* Khu vực chứa Icon */
.contact-btn .icon {
  min-width: 50px; /* Giữ icon luôn vuông vức 60x60 */
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-btn .icon svg {
  width: 28px;
  height: 28px;
}

/* Khu vực chữ (Số điện thoại) */
.contact-btn .text {
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap; /* Không cho chữ rớt dòng */
  padding-right: 20px; /* Khoảng cách chữ so với lề phải */
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.contact-btn:hover .text {
  opacity: 1; /* Hiện chữ khi hover */
  transition-delay: 0.1s; /* Chờ nút giãn ra một chút mới hiện chữ lên */
}

/* --- MÀU SẮC CHO TỪNG NÚT --- */

/* Nút Điện thoại (Đỏ) */
.phone-btn {
  background-color: #002fa7;
}

/* Nút Messenger (Đỏ theo hình của bạn) */
.messenger-btn {
  background-color: #002fa7;
}

/* Nút Zalo (Xanh dương) */

.zalo-icon {
  height: 80%;
  width: 60px;
  margin-left: 10px;
}

/* ---------- Tối ưu Mobile ---------- */
/* ---------- Cố định kích thước nút Call và Messenger trên MOBILE ---------- */
@media (max-width: 768px) {
  .contact-btn.phone-btn,
  .contact-btn.messenger-btn {
    width: 44px !important;
  }

  .contact-btn.phone-btn.active,
  .contact-btn.messenger-btn.active {
    width: 44px !important;
  }

  .contact-btn.phone-btn .text,
  .contact-btn.messenger-btn .text {
    display: none; /* ẩn chữ trên mobile, không sổ ra */
  }
}
@media (max-width: 426px) {
  .contact-btn .icon svg {
    width: 20px;
    height: 20px;
  }
  .contact-btn.phone-btn,
  .contact-btn.messenger-btn {
    width: 30px !important;
    height: 30px !important;
  }
  .contact-btn .icon {
    min-width: 33px;
  }
  .contact-btn.phone-btn.active,
  .contact-btn.messenger-btn.active {
    width: 30px !important;
    height: 30px !important;
  }
  .zalo-icon {
    height: 60%;
    margin-left: 20px;
    margin-top: -10px;
  }
}

/* ============================================================
   CORE TEAM SECTION — thêm vào cuối style.css
   ============================================================ */

.team-section {
  background: #01102b;
  padding: 90px 0;
}

/* ---------- Embla viewport ---------- */
.mil-team-embla {
  position: relative;
}

.mil-team-embla .embla__viewport {
  overflow: hidden;
  width: 100%;
  cursor: grab;
}

.mil-team-embla .embla__viewport.is-dragging {
  cursor: grabbing;
}

.mil-team-embla .embla__container {
  display: flex;
  gap: 24px;
}

.mil-team-embla .embla__slide {
  flex: 0 0 280px;
  min-width: 0;
}

/* ---------- Team card ---------- */
.team-card {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 6px;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
}

.team-photo {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

/* Placeholder avatar — thay bằng ảnh thật: 
   .team-photo { background-image:url('...'); background-size:cover; background-position:center; }
   rồi bỏ span .team-initials đi */
.team-avatar-1 {
  background-image: url("../img/about/core-team/Artboard\ 1.webp");
  background-size: cover;
  background-position: center;
}
.team-avatar-2 {
  background-image: url("../img/about/core-team/Artboard\ 2.png");
  background-size: cover;
  background-position: center;
}
.team-avatar-3 {
  background-image: url("../img/about/core-team/Artboard\ 3.png");
  background-size: cover;
  background-position: center;
}
.team-avatar-4 {
  background: linear-gradient(135deg, #01102b, #16233f);
}
.team-avatar-5 {
  background: linear-gradient(135deg, #6fb3ef, #b7dcf7);
}
.team-avatar-6 {
  background: linear-gradient(135deg, #d9b877, #f4e3bf);
}

.team-initials {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 3.4rem;
  color: rgba(255, 255, 255, 0.85);
}

/* Lớp gradient tối phía dưới để tên/chức danh luôn đọc rõ */
.team-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 45%,
    rgba(0, 0, 0, 0.65) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.team-info {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  transition: opacity 0.25s ease;
}

.team-name {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 4px;
}

.team-role {
  display: block;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.02em;
}

/* ---------- Hover panel: hiện kinh nghiệm chi tiết ---------- */
.team-hover {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: rgba(1, 16, 43, 0.94);
  padding: 26px 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  pointer-events: none;
}

.team-card:hover .team-hover {
  opacity: 1;
  transform: translateY(0);
}

.team-card:hover .team-info {
  opacity: 0;
}

.team-exp {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #d9b877;
  border: 1px solid #b08a4e;
  border-radius: 999px;
  padding: 5px 14px;
  margin-bottom: 14px;
  align-self: flex-start;
}

.team-bio {
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(244, 242, 236, 0.85);
  margin-bottom: 16px;
}

.team-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.team-tags span {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #f4f2ec;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 5px 12px;
}

/* ---------- Responsive ---------- */
@media (max-width: 767.98px) {
  .team-section {
    padding: 60px 0;
  }
  .mil-team-embla .embla__slide {
    flex-basis: 240px;
  }
  .team-name {
    font-size: 1.1rem;
  }
  .team-bio {
    font-size: 0.82rem;
  }
}

@media (max-width: 575.98px) {
  .mil-team-embla .embla__slide {
    flex-basis: 210px;
  }
  .team-initials {
    font-size: 2.6rem;
  }
  .team-bio {
    font-size: 10px;
  }
  .team-exp {
    padding: 0px 14px;
    white-space: nowrap;
  }
  .team-tags span {
    font-size: 8px;
    padding: 0 12px;
  }
}
/* Nút Back to top — nằm trong floating-contact-group, dưới Zalo */
.back-to-top-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #d9b877;
  color: #01102b;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  cursor: pointer;

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s ease,
    background-color 0.2s ease;
}

.back-to-top-btn.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top-btn:hover {
  background-color: #c8a25f;
}

.back-to-top-btn svg {
  width: 22px;
  height: 22px;
}
@media (max-width: 426px) {
  .back-to-top-btn {
    width: 30px;
    height: 30px;
  }
  .back-to-top-btn svg {
    width: 16px;
    height: 16px;
  }
}
