/* BREAKPOINT 768PX (Tablet & Mobile) 
Toanvm*/
@media screen and (max-width: 768px) {
  /* --- CẤU HÌNH CHUNG --- */
  body {
    padding: 10px; /* Giảm padding body */
    overflow-x: hidden; /* Ẩn thanh cuộn ngang nếu có phần tử tràn */
  }

  #container {
    width: 100%;
    overflow: hidden;
    padding: 0px 12px;
  }

  .content {
    margin-top: 70px;
  }

  .items-1 {
    width: 100%;
    height: auto;
    margin-top: -300px;
    margin-bottom: -200px;
  }

  /* items-2 {
    position: relative;
    width: 96vw; 
    margin: 20px auto;
    aspect-ratio: 2.5 / 1; 
    height: auto;
    min-height: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
  } */

  .items-2 .bg-frame {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: fill;
    z-index: 1;
  }

  .items-2 .content-text {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .items-2 .content-text p {
    color: #fff;
    margin: 0;
    text-align: justify;
    font-size: 15px;
    line-height: 1.25;
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
    font-family: "Montserrat", sans-serif;
  }

  /* Reset độ rộng cho các khung lớn */
  .content-body,
  .khung-4,
  .khung-5,
  .khung-6,
  .khung-10,
  .khung-13 {
    width: 100%;
    height: auto; /* Để chiều cao tự giãn theo nội dung */
    margin: 50px 0; /* Giãn cách các khối */
  }

  /* Reset ảnh để không bị tràn màn hình */
  img {
    max-width: 100%;
    height: auto;
  }

  /* --- HEADER --- */
  .header {
    margin-top: 72px;
    flex-direction: column;
    text-align: center;
    margin-left: 30px;
    gap: 0px;
  }

  .header .header-items1 {
    font-size: clamp(20px, 5vw, 38px);
    margin-bottom: -5%;
    line-height: 98%;
  }

  .header .header-items1 span {
    font-size: clamp(22px, 5.5vw, 41px);
  }

  .content .content-img-bg {
    width: 100%;
    height: auto;
  }

  .content .content-items .img-1 {
    width: 76%;
    height: auto;
    margin-top: -6%;
    position: static;
  }

  .content .content-items .img-2 {
    width: 74%;
    height: auto;
    position: static;
  }

  /* --- CONTENT BODY --- */
  .contentbody-items {
    gap: 10px;
    padding: 0;
    margin-top: -5%;
  }

  .contentbody-items-right h1,
  .contentbody-items-left h1 {
    width: 100%;
    font-size: clamp(38px, 5vw, 36px);
    margin-left: -20px;
    margin-bottom: -20px;
    text-align: center;
    line-height: 98%;
  }

  .contentbody-items-right p,
  .contentbody-items-left p {
    width: 100%;
    font-size: 20px;
    text-align: justify;
    padding: 0 15px;
  }

  .contentbody-items-left img,
  .contentbody-items-right img {
    width: 100%;
  }

  /* --- HEADER 2 & TITLE --- */
  .header-2 {
    padding-left: 8%;
    width: 100%;
    gap: 10px;
  }

  .header-2 .header-items-1 {
    font-size: clamp(60px, 5vw, 78px);
    align-items: center;
    gap: 26px;
  }

  .header-2 .header-items-1 .indent-lo {
    padding-top: 0px;
    margin-right: -45px;
  }

  .header-2 .header-items-2 .top-text {
    font-size: clamp(40px, 10vw, 50px);
    text-align: left;
  }

  .header-2 .header-items-2 .bot-text {
    font-weight: 900;
    font-size: clamp(40px, 10vw, 50px);
    text-align: left;
  }

  .header-2 .header-items-2 .bot-text span {
    font-size: clamp(22px, 10vw, 34px);
    font-weight: 900;
    margin-right: 10px;
  }

  .title {
    width: 100%;
    font-size: 40px;
    margin-top: -20px;
  }

  .content-container {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 40px;
  }

  .content-container .sub-content-container {
    width: 400px;
    position: absolute;
    top: 0;
  }

  .content-container .sub-content-container .img-back {
    position: absolute;
    top: 0;
    right: 180px;
  }

  .content-container .sub-content-container .img-front {
    position: absolute;
    top: 0;
    left: 140px;
  }

  .container {
    margin-top: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .container .out {
    width: 48%;
    position: absolute;
    top: -24px;
  }

  .container .in {
    width: 42%;
    position: absolute;
    top: -13px;
  }

  .content-ctn {
    width: 26%;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-75%);
    color: #fff;
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
  }

  .content-ctn h3 {
    text-align: center;
    width: 150%;
    font-size: clamp(16px, 3.5vw, 16px);
  }

  .content-ctn img {
    width: 80%;
    margin-top: -20%;
    transform: translateX(30%);
  }

  /* --- CONTAINER 1 --- */
  .container-1 {
    margin-top: 32%;
    height: 100px;
  }

  .container-1 .title-1 {
    font-size: clamp(40px, 2vw, 60px);
    padding-left: 15%;
    text-align: left;
  }

  .container-1 .title-2 {
    font-size: clamp(40px, 2vw, 60px);
    padding-left: 15%;
    text-align: left;
  }

  .khung-4 {
    width: 100%;
    height: 400px;
    display: block;
    margin-left: -20%;
    margin-top: 0%;
    position: relative;
  }

  .khung-4 .items {
    position: relative !important;
    width: 50%;
    height: 10%;
    display: flex;
    justify-content: center;
    top: auto !important;
    left: auto !important;
    margin: 0 !important;
  }

  .khung-4 .items .img-1,
  .khung-4 .items .img-2,
  .khung-4 .items .img-3 {
    top: auto;
    left: auto;
    width: 60%;
    height: auto;
    border-radius: 15px;
    margin: 0;
    transform: none;
  }

  .khung-4 .items .img-1 {
    position: absolute;
    top: 55%;
    left: 35%;
  }

  .khung-4 .items .img-2 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 40%;
  }

  .khung-4 .items .img-3 {
    width: 55%;
    position: absolute;
    top: 0%;
    left: 92%;
  }

  .container-2 {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 80px;
    width: 100%;
    height: auto;
  }

  .container-2 .out {
    width: 90%;
    height: 220px;
    left: 120%;
  }

  .container-2 .in {
    position: absolute;
    top: -10px;
    width: 80%;
    left: 125%;
    height: 220px;
  }

  .container-2 .content-ctn {
    width: 72%;
    top: -790%;
    left: 183%;
    gap: 16px;
    margin-top: 30px;
  }

  .container-2 .content-ctn h3 {
    font-size: clamp(18px, 1.5vw, 18px);
    line-height: 1.4;
    margin-top: -20px;
    text-align: justify;
  }

  .container-2 .content-ctn img {
    width: 50%;
    height: auto;
    margin-top: 10px;
    margin-left: -30%;
  }

  /* --- KHUNG 5 (Phức tạp nhất) --- */
  .khung-5 {
    width: 100%;
    height: 500px;
    padding: 20px;
  }

  .k5-container {
    border: 2px solid #d59c00;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 50px;
  }

  .k5-container .items:nth-child(1) {
    top: 240px;
  }

  .k5-container .items:nth-child(1) h2 {
    width: 100%;
    font-size: 40px;
    text-align: left;
    margin-top: -155px;
    margin-left: -140px;
  }

  .k5-container .items:nth-child(2) {
    position: relative;
    width: 200px;
    height: auto;
    top: 150px;
    left: 150px;
  }

  .k5-container .items:nth-child(2) p {
    width: 210px;
    font-size: clamp(14px, 1.5vw, 14px);
    text-align: center;
  }

  .k5-container .items:nth-child(3) {
    top: 180px;
  }

  .k5-container .items:nth-child(3) img {
    position: absolute;
    width: 100%;
    height: auto;
    left: -560px;
    top: -120px;
  }

  .k5-container .items:nth-child(4) {
    top: 480px;
  }
  .k5-container .items:nth-child(4) img {
    position: absolute;
    width: 70%;
    height: auto;
    left: -580px;
    top: -300px;
  }

  .k5-container .items:nth-child(5) img {
    position: absolute;
    width: 80%;
    height: auto;
    top: -670px;
  }

  /* --- KHUNG 6 --- */
  .khung-6 {
    width: 100%;
    padding: 0 10px;
    height: auto;
    min-height: 430px;
    background-size: cover;
    margin: 0px;
    margin-top: -50px;
  }

  .khung-6 .items:nth-child(1) {
    width: 45px;
    font-size: clamp(50px, 7vw, 55px);
    top: 100px;
    left: 170px;
  }

  .khung-6 .items:nth-child(2) {
    left: 45%;
    top: 82px;
    width: 40%;
    height: auto;
  }
  .khung-6 .items:nth-child(3) {
    top: 230px;
    width: 65%;
    height: auto;
  }

  .khung-6 .items:nth-child(4) {
    width: 20%;
    top: 330px;
  }

  /* --- KHUNG 7 --- */

  .khung-7 {
    width: 100%;
    height: 600px;
  }

  .k7-title-section {
    width: 100%;
    height: auto;
    padding: 20px;
    flex-direction: column;
    align-items: center;
  }

  .k7-title-section .deco-group-1,
  .k7-title-section .deco-group-2 {
    width: 200px;
    height: auto;
    scale: 0.5;
  }

  .k7-title-section .deco-group-1 {
    position: absolute;
    left: 80px;
    top: 20px;
  }

  .k7-title-section .deco-group-2 {
    position: absolute;
    right: 80px;
    top: 80px;
  }

  .k7-title-section h2 {
    margin-top: 18px;
    width: 220px;
    font-size: clamp(20px, 5vw, 35px);
  }

  .k7-content-section {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    margin-left: 10px;
    margin-top: 20px;
  }

  .col-left,
  .col-right {
    width: 160px;
    height: 360px;
    margin-bottom: 20px;
  }

  .col-center {
    width: 270px;
    height: 440px;
  }

  .col-center img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .k7-content-section .img-col .deco-group-1 {
    width: 34%;
    top: -30px;
    right: 0;
  }

  .k7-content-section .img-col .deco-group-2 {
    width: 34%;
    top: -30px;
    right: 0;
  }

  .overlay-box {
    position: absolute;
    top: 330px;
    left: 420px;
    width: 30%;
    height: auto;
    z-index: 10;
  }

  .overlay-box img {
    width: 200px;
    height: auto;
  }

  /* --- KHUNG 8 (CARDS) --- */

  .frame-8-wrapper {
    padding: 20px;
  }
  .frame-8-header .deco-1 {
    position: absolute;
    width: 90px;
    height: auto;
    top: 90px;
    left: 190px;
  }

  .frame-8-header .frame-8-sub-header .header,
  .frame-8-header .frame-8-sub-header .sub-header {
    font-size: clamp(20px, 5vw, 40px);
    line-height: 90%;
  }

  .frame-8-header .deco-2 {
    position: absolute;
    width: 90px;
    height: auto;
    top: 200px;
    left: 420px;
  }

  .frame-8-header,
  .frame-8-sub-header {
    margin-top: 0px;
    margin-bottom: 20px;
    flex-direction: column;
  }

  .content-card,
  .content-card-2 {
    width: 95%;
    flex-direction: row;
    margin-bottom: 30px;
  }

  .card-left {
    height: 300px;
  }

  .card-name {
    font-size: clamp(25px, 6vw, 35px);
  }

  .card-slogan {
    font-size: clamp(16px, 2vw, 24px);
  }

  .card-desc {
    width: 80%;
    font-size: clamp(8px, 1vw, 16px);
    margin-top: 10px;
  }

  .card-desc p {
    font-size: 16px;
  }
  .card-btn {
    margin: 15px auto 0 auto; /* Cách đoạn văn 15px, căn giữa */
    display: block;
    position: relative;
    z-index: 10;
    text-decoration: none;
  }

  /* QUAN TRỌNG: Kích thước ảnh nút trên mobile */
  .card-right .card-btn img {
    width: 150px; /* Mobile thì để nút bé tầm 45-50px là đẹp */
    height: auto;
    position: static; /* Bắt buộc: để tránh bị lỗi nhảy ảnh */
    object-fit: contain;
  }

  /* --- KHUNG 9 --- */
  .khung-9 .khung9-items {
    flex-direction: row;
  }

  .khung-9 .khung9-items img {
    width: 30%;
    height: auto;
  }

  .khung-9 .khung9-items .bg {
    width: 30%;
    padding: 4px;
    height: 280px;
  }
  .khung-9 .khung9-items .text {
    font-size: 16px;
    width: 80vw;
    padding: 24px;
    line-height: 100%;
  }

  .items-3 {
    width: 95%; /* Mobile màn hẹp nên để rộng ra sát lề */
    margin: 30px auto;
  }

  .items-3 .content-text-3 {
    padding: 30px 60px;
  }

  .items-3 h1 {
    font-size: 28px; /* Mobile thì tiêu đề nhỏ thôi kẻo bị gãy dòng nhiều */
    margin-bottom: 10px;
  }

  .items-3 .content-text-3 p {
    font-size: 15px; /* Size chuẩn đọc báo trên điện thoại */
    line-height: 1.5; /* Giãn dòng ra chút cho đỡ rối mắt */
    text-align: justify; /* Căn đều 2 bên cho đẹp */
  }

  /* Ảnh nền sẽ tự giãn theo chiều cao mới của khung */
  .items-3 .bg-frame {
    height: 100%;
    object-fit: fill; /* Đổi thành cover để ảnh không bị méo khi khung dài ra */
  }

  .khung-9 {
    margin-bottom: 30px;
  }
.items-3 .content-text-3 .card-btn {
  width: 150px;
}
  
  /* --- KHUNG 10 --- */
  .khung-10 .items {
    left: 12px;
  }

  .khung-10 .items:last-child span {
    margin-left: 100px;
    font-size: 80px;
  }

  .khung-10 .items img {
    font-size: 40px;
    bottom: 20px;
    width: 40%;
    text-align: center;
  }

  .text-kham-pha {
    font-size: 12px;
    top: 58%;
    left: 38%;
    /* letter-spacing: 0.5px; */
  }

  .khung-10 .items img:nth-child(2) {
    font-size: 40px;
    bottom: 20px;
    width: 25%;
    text-align: center;
  }

  .khung-10 .items img:last-child {
    font-size: 40px;
    bottom: 20px;
    width: 12%;
    text-align: center;
  }

  .khung-10 .items:last-child {
    font-size: 40px;
    bottom: 20px;
    width: 80%;
    text-align: center;
  }

  /* --- KHUNG 11 --- */
  .khung-11 {
    height: auto;
    padding: 50px 0;
  }

  .khung-11 .items {
    align-items: start;
  }

  .khung-11 .items .title,
  .khung-11 .items .sub-title {
    margin-left: 30px;
    font-size: 40px;
    text-align: center;
  }

  .khung-11 .items .content {
    width: 100%;
  }

  .khung-11 .items .content p {
    font-size: 20px;
  }

  .khung-11 .items .left {
    margin-top: 250px;
  }

  .khung-11 .items .left img {
    width: 100%;
    height: auto;
  }

  /* --- KHUNG 12 --- */
  .khung-12 .items {
    flex-direction: column;
    position: relative;
  }

  .khung-12 .items .header .title {
    font-size: 60px;
  }

  .khung-12 .items .header .sub-title {
    font-size: 70px;
  }

  .khung-12 .items p {
    width: 90%;
    font-size: 18px;
    margin-top: 20px;
  }

  .khung-12 .items .deco:first-child {
    scale: 0.5;
    position: absolute;
    width: 70%;
    height: auto;
    top: 90px;
    left: -120px;
  }

  .khung-12 .items .deco:last-child {
    scale: 0.5;
    position: absolute;
    width: 70%;
    height: auto;
    top: 90px;
    left: 280px;
  }

  .khung-12 .items p {
    text-align: center;
  }

  /* --- KHUNG 13 --- */
  .khung-13 {
    flex-direction: column;
    height: auto;
    background-size: cover;
  }

  .khung-13 .group-left {
    width: 80%;
    height: auto;
    padding: 50px 0;
    background-size: cover;
  }

  .khung-13 .group-left .title,
  .khung-13 .group-left .sub-title {
    font-size: 50px;
    text-align: center;
  }

  .khung-13 .group-right {
    margin-top: -8%;
    width: 80%;
    height: auto;
    padding: 20px;
  }

  .khung-13 .dec p {
    margin-top: -30px;
    font-size: 17px;
  }

  .group-right .img .items:first-child img {
    width: 100%;
    height: auto;
  }

  .group-right .img .items:last-child {
    right: 10px;
    width: 100px;
    height: 100px;
    bottom: -30px;
  }
  .khung-14 .content .title {
    margin-top: -10px;
    font-size: 60px;
  }

  .khung-14 .content .sub-title {
    margin-top: 40px;
    font-size: 36px;
  }

  /* --- KHUNG 15 --- */
  .khung-15 {
    flex-direction: column;
    height: auto;
  }

  .khung-15 .left,
  .khung-15 .center,
  .khung-15 .right {
    width: 90%;
    height: auto;
    min-height: 300px;
  }

  .khung-15 .left p,
  .khung-15 .right p {
    font-size: 22px;
  }

  /* --- FOOTER --- */
  /* .footer {
    height: auto;
    flex-direction: column;
    padding: 50px 20px;
    gap: 40px;
  }

  .footer .item {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }

  .footer .items {
    align-items: center;
  } */

  /* --- FOOTER CHO TABLET (iPad) --- */
  /* Mục tiêu: Giữ nguyên hàng ngang, chỉ thu nhỏ kích thước */
  .footer-new-design {
    padding: 40px 0; /* Giảm padding trên dưới */
    height: auto;
  }
.footer-content .ft-logo {
  width: 100%;
}
  .footer-content {
    padding: 0 20px; /* Giảm lề 2 bên */
    gap: 15px; /* Giảm khoảng cách giữa các cột */
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap; /* QUAN TRỌNG: Ép không cho xuống dòng trên iPad */
  }

  /* Cột 1: Logo scale theo chiều rộng màn hình (vw) */
  .ft-logo h1 {
    font-size: 4.5vw; /* Chữ tự to nhỏ theo chiều ngang iPad */
    margin-bottom: 10px;
  }

  /* Cột 2: Text scale theo vw */
  .ft-contact h3,
  .ft-form h3 {
    font-size: 20px; /* Tự động nhỏ lại */
    margin-bottom: 8px;
  }

  .ft-contact p,
  .ft-contact .phone {
    font-size: 16px; /* Chữ nội dung nhỏ vừa phải */
    line-height: 1.4;
  }

  .ft-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .ft-form input {
    width: 100%;
    height: 45px;
    font-size: 1.8vw;
    padding: 0 10px;
  }

  .ft-form button {
    width: 100%;
    height: 45px;
    font-size: 1.8vw;
    padding: 0;
  }

  .ft-form .ptit {
    width: 100px;
  }

  #popup .popup-header {
    width: 100%;
    margin: 139px auto 0;
    padding: 30px;
  }
}

@media screen and (max-width: 412px) {
  * {
    box-sizing: border-box;
  }

  body {
    padding: 0 !important;
    width: 100vw;
    overflow-x: hidden;
    margin: 0;
  }

  body::-webkit-scrollbar {
    display: none;
  }

  body {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .popup-box {
    width: 95%; /* Hơi cách lề tí cho đẹp */
    max-height: 90vh;
    border-radius: 15px;
    /* Tắt scroll thừa */
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .popup-box::-webkit-scrollbar {
    display: none;
  }

  /* 2. Nút Close */
  .close {
    top: 10px;
    left: 88%; /* Căn chỉnh lại vị trí */
    width: 30px;
    height: 30px;
    z-index: 99999;
  }
  .popup-close {
    font-size: 18px;
  }

  /* 3. Header Chính (Logo & Text Intro) */
  #popup .popup-header {
    padding: 20px 15px 10px 15px;
  }
  .popup-header .text {
    font-size: 8vw; /* Chữ to theo màn hình (khoảng 32px) */
    line-height: 1.1;
  }
  .popup-header .sub-text {
    font-size: 5vw; /* Khoảng 20px */
    margin-top: 5px;
  }
  .popup-header .popup-para {
    font-size: 3.5vw; /* Khoảng 14px */
    margin-top: 15px;
    text-align: justify;
  }

  /* 4. Header 2 (Quan trọng: GIỮ NGUYÊN BỐ CỤC NGANG) */
  #popup .popup-header-2 {
    display: flex;
    flex-direction: row; /* Giữ hàng ngang */
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
    gap: 5px;
  }

  #popup .popup-header-2 .left-text {
    width: 45%;
    font-size: 3.2vw; /* Chữ tự bé lại (tầm 12-13px) */
    text-align: right;
    line-height: 1.3;
  }

  #popup .popup-header-2 .straight-line {
    width: 2px;
    height: 40px; /* Ngắn lại cho cân đối */
    margin: 0 5px;
    flex-shrink: 0;
  }

  #popup .popup-header-2 .right-text {
    width: 45%;
    font-size: 2.5vw; /* Chữ bé xíu (tầm 10px) */
    text-align: left;
    line-height: 1.4;
  }

  /* 5. Content & Ảnh (Quan trọng: ẢNH NẰM NGANG) */
  #popup .content {
    padding: 20px 15px 40px 15px;
    gap: 25px;
  }

  #popup .content .text {
    font-size: 4.5vw; /* Tầm 18px */
    margin-bottom: 8px;
  }

  /* Khung ảnh giữ tỷ lệ ngang 16:9 */
  #popup .content .img-container,
  #popup .last-content .img-container {
    width: 100%;
    height: auto; /* Để aspect-ratio lo chiều cao */
    aspect-ratio: 16/9; /* Luôn giữ hình chữ nhật ngang */
    border-radius: 10px;
    background: #d9d9d9;
    overflow: hidden;
  }

  /* Fallback cho máy cũ không hiểu aspect-ratio */
  @supports not (aspect-ratio: 16/9) {
    #popup .content .img-container,
    #popup .last-content .img-container {
      height: 200px; /* Set cứng nếu cần */
    }
  }

  #popup .content .img-container img,
  #popup .last-content .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Cắt ảnh thừa để vừa khung */
    display: block;
  }

  /* 6. Footer & Last Content */
  #popup .popup-footer {
    padding: 25px 15px;
    gap: 15px;
  }
  #popup .popup-footer .text {
    font-size: 5vw;
  }
  #popup .popup-footer .sub-text {
    font-size: 3.5vw;
  }

  #popup .last-content {
    padding: 20px 15px 50px 15px;
  }

  .footer-new-design {
    /* Padding dùng % để co giãn theo màn hình */
    padding: 3% 0;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }

  .footer-content {
    display: flex;
    flex-direction: row; /* QUAN TRỌNG: Giữ nguyên hàng ngang */
    justify-content: space-between; /* Căn đều 3 cột */
    align-items: flex-start;
    padding: 0 2%; /* Lề 2 bên co giãn */
    gap: 2%; /* Khoảng cách giữa các cột co giãn */
    width: 100%;
    box-sizing: border-box;
  }

  /* Định nghĩa các cột: Chia đều không gian */
  .ft-item {
    width: 32%; /* Mỗi cột chiếm khoảng 1/3 */
    flex-shrink: 0; /* Không cho phép bị ép nhỏ quá mức vỡ layout */
  }

  /* 1. LOGO SCALE */
  .ft-logo h1 {
    /* Chữ luôn to bằng 4% chiều rộng màn hình */
    font-size: 4vw;
    margin: 0;
    line-height: 1.2;
    white-space: nowrap; /* Không cho xuống dòng */
    text-align: left;
  }

  /* 2. TEXT LIÊN HỆ & TIÊU ĐỀ SCALE */
  .ft-contact h3,
  .ft-form h3 {
    /* Tiêu đề nhỏ hơn logo chút */
    font-size: 2.5vw;
    margin-bottom: 1vw; /* Khoảng cách dưới cũng scale */
    font-weight: 700;
    white-space: nowrap;
  }

  .ft-contact p,
  .ft-contact .phone {
    /* Nội dung chi tiết bé hơn nữa */
    font-size: 2vw;
    line-height: 1.3;
    margin: 0.5vw 0;
  }

  .ft-contact a {
    font-size: 8px !important; /* Mobile giảm mạnh xuống 16px cho vừa mắt */
    line-height: 1.4; /* Tăng độ cao dòng chút cho dễ đọc */
    margin-top: 10px;
    display: block; /* Đảm bảo nó không bị dính vào các phần tử khác */
  }

  /* Mẹo: Ẩn thẻ xuống dòng <br> trên mobile để chữ chạy tự nhiên */
  .ft-contact a br {
    display: none;
  }

  /* 3. FORM INPUT & BUTTON SCALE */
  .ft-form .form-group {
    display: flex;
    flex-direction: row; /* Input và Nút nằm ngang */
    width: 100%;
    align-items: center;
  }

  .ft-form input {
    width: 60%;
    /* Chiều cao nút bấm tính theo chiều rộng màn hình (cho đồng bộ) */
    height: 7vw;
    font-size: 2vw; /* Chữ trong ô nhập cũng scale */
    padding: 0 1vw;
    border-radius: 4px 0 0 4px; /* Bo góc trái */
    margin: 0;
    border: none;
    background-color: #c4c4c4;
  }

  .ft-form button {
    width: 40%;
    height: 7vw; /* Cao bằng input */
    font-size: 2vw; /* Chữ nút scale */
    font-weight: 700;
    border-radius: 0 4px 4px 0; /* Bo góc phải */
    padding: 0;
    margin: 0;
    border: none;
    background-color: #383838;
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
  }
}
