@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300&display=swap");
.body {
  padding-top: 6.3rem;
}

.home__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 20px;
}
@media (max-width: 768px) {
  .home__grid {
    grid-template-columns: 1fr;
    padding-bottom: 20px;
  }
}

.home__slide {
  padding-top: 48px;
  min-width: 0;
  grid-column-start: 3;
  grid-column-end: 6;
}
@media (max-width: 768px) {
  .home__slide {
    grid-column-start: 1;
    grid-column-end: -1;
    padding-top: 20px;
  }
}

.swiper {
  width: 100%;
  height: 75vh;
  overflow: hidden;
  position: relative;
}

/* Quy tắc chung cho tất cả ảnh */
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.swiper-slide .two__img img {
  object-fit: cover;
}

.swiper-slide .two__img {
  display: flex;
  gap: 25px;
  width: 100%;
  height: 100%;
}

.two__img img {
  width: calc(50% - 12.5px);
  height: 100%;
}

.mt-63 {
  margin-top: 63px;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.header {
  display: flex;
  justify-content: space-between;
  height: 8rem;
}
@media (max-width: 768px) {
  .header {
    height: auto;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}

.wrap__header {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #fff;
}

.header .logo {
  display: flex;
  align-items: flex-end;
}

.header .logo img {
  width: 80px;
  height: 80px;
}
@media (max-width: 768px) {
  .header .logo img {
    width: 60px;
    height: 60px;
  }
}

.logo_text {
  display: inline-block;
  font-weight: bold;
  font-size: 2.5rem;
  color: black;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .logo_text {
    font-size: 2rem;
    margin-bottom: 5px;
  }
}

.logo_text:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
}

.header .navbar {
  padding: 0;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .header .navbar {
    width: 100%;
    justify-content: center;
    margin-top: 0.5rem;
  }
}

.header .navbar__list {
  display: flex;
  position: relative;
  margin-bottom: 0; /* Đảm bảo không bị đẩy lên trên */
  padding-left: 0;
}
@media (max-width: 768px) {
  .header .navbar__list {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.navbar__item {
  font-size: 1.5rem;
  font-weight: 600;
}

.navbar__item a {
  text-decoration: none;
  color: black;
  padding: 10px 30px 10px;
  display: block;
}
@media (max-width: 768px) {
  .navbar__item a {
    padding: 5px 15px;
    font-size: 1.4rem;
  }
}

.navbar__item:last-child a {
  padding-right: 0;
}
@media (max-width: 768px) {
  .navbar__item:last-child a {
    padding-right: 15px; /* Restore padding on mobile for centering */
  }
}

.navbar__item a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
}

.navbar .works__menu {
  display: none;
  flex-direction: column;
  position: absolute;
  background-color: rgb(255, 255, 255);
  align-items: center;
  right: 150px;
  top: 10px;
  padding: 10px 20px;
  border-radius: 3px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  z-index: 5;
}

.navbar .works__menu::before {
  position: absolute;
  content: "";
  background-color: transparent;
  width: 400px;
  height: 15px;
  top: -13px;
  right: 70px;
}

.navbar .works__item {
  white-space: nowrap;
}

.navbar .works__item a {
  display: block;
  padding: 3px 15px;
  font-weight: 500;
  font-size: 1.6rem;
}

.header__project-title {
  font-weight: 500;
  font-size: 1.3rem;
  color: #000;
  text-transform: uppercase; /* Chữ in hoa cho đẹp */
  margin: 0 20px 10px 0;
  display: none; /* Mặc định ẩn */
}

.header__project-title.is-visible {
  display: block; /* Hiện khi có JS kích hoạt */
  animation: fadeIn 0.5s ease; /* Hiệu ứng hiện nhẹ nhàng */
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-family: "Roboto Condensed", sans-serif;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.container {
  width: 85vw;
  max-width: calc(100% - 48px);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .container {
    width: 100%;
    max-width: calc(100% - 20px); /* 10px padding each side */
  }
}

.pd-48-41 {
  padding-top: 4.8rem;
  padding-bottom: 10rem;
}

/* Trong file CSS của bạn */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(20px); /* Giảm xuống 20px cho nhẹ */
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* Dùng cubic-bezier cho mượt hơn ease-out */
  will-change: opacity, transform;
}

/* Khi đã lọt vào màn hình */
.reveal-on-scroll.is-visible {
  opacity: 1 !important;
  transform: translateY(0);
}

/* Screen-reader only: ẩn trực quan nhưng Google vẫn đọc được */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wrap__footer {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background-color: #fff;
}

.footer {
  height: 4.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .footer {
    height: auto;
    flex-direction: column;
    justify-content: center;
    padding: 1rem 0;
    gap: 1rem;
  }
}

.footer__copyright {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1.4rem;
}

.footer__copyright i {
  font-size: 1rem;
}

.social__list {
  display: flex;
  gap: 7px;
}

.social__item {
  color: black;
  font-size: 2rem;
}

.works__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* Chia 5 cột đều nhau */
  gap: 20px;
  width: 100%;
  /* QUAN TRỌNG: Thiết lập chiều cao cứng để nội dung bên trong có thể cuộn */
  /* Trừ đi 6.3rem (hoặc chiều cao header của bạn) để grid không bị che mất phần dưới */
  height: calc(100vh - 6.3rem);
  overflow: hidden; /* Ẩn thanh cuộn của cả trang */
  padding-top: 20px; /* Padding tuỳ chỉnh */
}
@media (max-width: 768px) {
  .works__grid {
    display: flex;
    flex-direction: column;
    height: auto;
    overflow: visible;
    padding-bottom: 20px;
  }
}

.works__col {
  /* Cho phép cuộn dọc khi nội dung dài hơn chiều cao màn hình */
  overflow-y: auto;
  /* Mẹo: Ẩn thanh scrollbar đi cho đẹp (nhưng vẫn cuộn được) */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  /* Ngăn vỡ layout */
  min-width: 0;
  padding: 20px 0 50px; /* Để user cuộn hết không bị cấn chân trang */
}
@media (max-width: 768px) {
  .works__col {
    overflow-y: visible;
    padding: 0 0 20px;
  }
}

/* Ẩn scrollbar trên Chrome/Safari/Opera */
.works__col::-webkit-scrollbar {
  display: none;
}

.works__col--1 {
  grid-column: 1/2;
}
@media (max-width: 768px) {
  .works__col--1 {
    width: 100%;
    order: 2; /* Put lists below or above content? usually lists first if navigation, or content first. Let's assume lists are nav. */
  }
}

.works__col--2 {
  grid-column: 2/3;
}
@media (max-width: 768px) {
  .works__col--2 {
    width: 100%;
    order: 3;
  }
}

.works__content-area {
  grid-column: 3/6;
  /* Cũng cho phép cuộn độc lập nếu nội dung chi tiết dài */
  height: 100%;
  /* Chỉ cuộn nội dung bên trong cột này */
  overflow-y: auto;
  /* Layout bên trong */
  padding-left: 20px;
  padding-right: 10px; /* Thêm chút lề phải để thanh cuộn (nếu có) không dính sát */
  border-left: 1px solid #eee;
  /* Ẩn thanh cuộn mặc định cho đẹp (tùy chọn) */
  scrollbar-width: thin;
  scrollbar-color: #ccc #f1f1f1;
}
@media (max-width: 768px) {
  .works__content-area {
    grid-column: auto;
    height: auto;
    overflow-y: visible;
    padding-left: 0;
    border-left: none;
    order: 1; /* Show content first? Or lists first? Usually main content first on mobile if it's the destination. Let's put it top for visibility. */
    margin-bottom: 30px;
  }
}

.works__content-area::-webkit-scrollbar {
  width: 6px;
}

.works__content-area::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.works__content-area::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

/* Style cho ảnh để không bị vỡ (như đã fix ở câu trước) */
.works__img {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

.works__hover-title {
  /* Vị trí tuyệt đối đè lên ảnh */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Căn giữa chữ */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
  /* Style nền và chữ */
  background-color: rgba(0, 0, 0, 0.6); /* Nền đen mờ 60% */
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0;
  /* Hiệu ứng chuyển động mượt */
  transition: opacity 0.3s ease;
  /* Đảm bảo chữ không bắt sự kiện chuột để vẫn click được vào link */
  pointer-events: none;
}

.project-link:hover .works__hover-title {
  opacity: 1;
}

/* (Tuỳ chọn) Zoom nhẹ ảnh phía sau khi hover cho đẹp */
.project-link:hover .works__img img {
  transform: scale(1.05);
  transition: transform 0.5s ease;
}

.works__img img {
  transition: transform 0.5s ease;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.works__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.works__item {
  margin-bottom: 40px; /* Khoảng cách giữa các dự án */
  cursor: pointer;
}

/* CSS cho khung chứa ảnh chính */
.detail__main-img {
  /* Thiết lập chiều cao cố định */
  height: 60vh;
  /* Sử dụng Flexbox để căn giữa ảnh trong khung */
  display: flex;
  justify-content: center; /* Căn giữa theo chiều ngang */
  align-items: center; /* Căn giữa theo chiều dọc */
  background-color: #f5f5f5; /* (Tuỳ chọn) Màu nền nhẹ cho khung khi ảnh hẹp */
  margin: 20px 0;
  overflow: hidden;
}

/* CSS cho thẻ ảnh bên trong */
.detail__main-img img {
  display: block;
  /* Bắt buộc chiều cao ảnh bằng 100% chiều cao của khung (tức là 60vh) */
  height: 100%;
  /* Chiều rộng để auto để nó tự tính toán theo tỉ lệ gốc của ảnh */
  width: auto;
  /* Quan trọng: Đảm bảo ảnh nằm gọn trong khung mà không bị méo */
  object-fit: contain;
}

/* Lightbox Modal */
.lightbox-modal {
  display: none; /* Ẩn mặc định */
  position: fixed;
  z-index: 9999; /* Luôn nằm trên cùng */
  padding: 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(8px);
}

/* Ảnh bên trong Modal */
.lightbox-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 1200px;
  height: 100%;
  object-fit: contain;
  animation-name: zoom;
  animation-duration: 0.3s;
}

/* Nút đóng (x) */
.lightbox-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}

.lightbox-close:hover,
.lightbox-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* Hiệu ứng zoom nhẹ khi mở */
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* Thêm con trỏ click cho ảnh trong nội dung chi tiết */
.detail__wrapper img {
  cursor: zoom-in;
  transition: opacity 0.2s;
}

.detail__wrapper img:hover {
  opacity: 0.9;
}

/* Import Font Roboto Condensed nếu chưa có */
.detail__layout {
  display: grid;
  /* Chia 3 cột bằng nhau */
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px; /* Khoảng cách giữa các ô */
  padding-bottom: 10px;
  font-family: "Roboto Condensed", sans-serif;
  grid-auto-flow: row;
}

/* --- 1. ẢNH BÌA (COVER) --- */
.detail__cover {
  grid-column: 1/-1; /* Vẫn chiếm full 3 cột */
  height: 80vh;
  width: 100%;
  /* Căn giữa ảnh */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 20px 0;
}

.project-title {
  font-weight: 700; /* Bold */
  font-size: 1.4rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.project-content {
  font-weight: 400; /* Regular */
  font-size: 1.2rem;
  line-height: 1.4;
  color: #333;
}

/* --- 3. TEXT THÔNG TIN (INFO - BOTTOM LEFT) --- */
.detail__info {
  grid-column: 1/2; /* Nằm ở cột 1 */
  order: 999;
  /* Style theo bản vẽ */
  margin-top: 20px;
  padding: 15px;
  font-weight: 300; /* Light */
  font-style: italic; /* Italic */
  font-size: 1.3rem;
}

.info__line {
  margin-bottom: 5px;
}

.info__line .label {
  font-weight: 400;
  font-style: normal;
}

.detail__cover img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  cursor: pointer;
}

/* --- 2. TEXT MÔ TẢ (DESCRIPTION) --- */
.detail__desc {
  grid-column: 2/4; /* Chỉ nằm ở cột thứ 3 */
  grid-row: 2;
  padding: 10px 15px 15px;
  text-align: left;
  order: 2; /* Xếp sau cover nếu cần */
}

/* --- 4. GALLERY ẢNH --- */
.detail__gallery-item {
  grid-column: span 1;
  /* grid-row: auto; -> Để mặc định cho Layout Builder xử lý */
}

.detail__gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: all 0.3s ease;
}

/* ĐÃ XÓA CÁC RULES NTH-OF-TYPE CỨNG NHẮC ĐỂ LAYOUT BUILDER HOẠT ĐỘNG ĐÚNG */
.detail__gallery-item:hover {
  cursor: pointer;
}

.detail__gallery-item.spacer {
  pointer-events: none !important;
  cursor: default !important;
}

/* Nút Next & Prev */
.lightbox-prev,
.lightbox-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px; /* Căn giữa chính xác */
  color: white;
  font-weight: bold;
  font-size: 40px; /* Kích thước nút */
  transition: 0.3s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index: 10001; /* Cao hơn ảnh */
  text-decoration: none;
}

/* Nút Next nằm bên phải */
.lightbox-next {
  right: 10px; /* Cách mép phải 10px */
  border-radius: 3px 0 0 3px;
}

/* Nút Prev nằm bên trái */
.lightbox-prev {
  left: 10px; /* Cách mép trái 10px */
  border-radius: 3px 0 0 3px;
}

/* Hiệu ứng hover */
.lightbox-prev:hover,
.lightbox-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #f1f1f1;
}

/* Responsive Mobile */
@media (max-width: 768px) {
  .detail__layout {
    display: flex;
    flex-direction: column;
  }
  .detail__desc, .detail__info {
    order: initial; /* Reset thứ tự */
    background: none;
    padding: 0;
    margin-bottom: 20px;
  }
  .lightbox-prev, .lightbox-next {
    padding: 10px;
    font-size: 30px;
  }
  /* Reset all specific grid item positioning for mobile */
  .detail__gallery-item,
  .detail__gallery-item:nth-of-type(3),
  .detail__gallery-item:nth-of-type(4),
  .detail__gallery-item:nth-of-type(5),
  .detail__gallery-item:nth-of-type(6),
  .detail__gallery-item:nth-of-type(9),
  .detail__gallery-item:nth-of-type(n+6) {
    grid-column: auto !important;
    grid-row: auto !important;
    width: 100% !important;
    top: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
  .detail__cover {
    height: auto;
    min-height: 200px;
  }
}
/* --- 1. LAYOUT CHÍNH --- */
/* Wrapper chính: Đẩy nội dung sang phải */
.variation__wrapper {
  display: flex;
  width: 60%; /* Chiếm 3/5 màn hình bên phải */
  margin-left: 40%; /* Cách lề trái 40% (để trống 2 cột đầu) */
  gap: 20px; /* Khoảng cách giữa các cột */
  padding-top: 100px;
  padding-bottom: 60px;
  box-sizing: border-box;
  align-items: flex-start; /* Chống kéo giãn chiều cao cột */
}

/* Các cột ảnh bên trong */
.variation__col {
  flex: 1; /* 3 cột chia đều nhau */
  display: flex;
  flex-direction: column; /* Xếp ảnh dọc */
  gap: 20px; /* Khoảng cách dọc giữa các ảnh */
}

/* Item chứa ảnh */
.variation__item {
  width: 100%;
  position: relative;
  min-height: 100px;
  background-color: #f9f9f9; /* Màu nền nhẹ giữ chỗ lúc ảnh đang load */
  overflow: hidden;
}

/* Style cho ảnh */
.variation__item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  /* Hiệu ứng phóng to nhẹ khi hover chuột vào ảnh */
  transition: transform 0.5s ease;
  cursor: pointer; /* Báo hiệu ảnh click được */
}

.variation__item:hover img {
  transform: scale(1.03); /* Zoom nhẹ 3% */
}

/* --- 2. HIỆU ỨNG REVEAL ON SCROLL --- */
.variation__wrapper .reveal-on-scroll {
  opacity: 0 !important; /* Bắt buộc ẩn khi mới vào */
  transform: translateY(80px); /* Đẩy xuống dưới 80px */
  transition: all 0.8s ease-out; /* Thời gian trôi lên 0.8s */
  will-change: opacity, transform;
  visibility: hidden; /* Ẩn hẳn khỏi cây render */
}

/* JS sẽ thêm class này khi cuộn tới */
.variation__wrapper .reveal-on-scroll.is-visible {
  opacity: 1 !important;
  transform: translateY(0); /* Trở về vị trí gốc */
  visibility: visible;
}

/* --- 3. RESPONSIVE MOBILE --- */
@media (max-width: 768px) {
  .variation__wrapper {
    width: 100%;
    margin-left: 0;
    padding: 20px;
    padding-top: 80px;
    flex-direction: column; /* Trên mobile xếp chồng các cột lên nhau */
  }
  .variation__col {
    width: 100%;
  }
  /* Trên mobile ảnh nhỏ nên giảm min-height xuống */
  .variation__item {
    min-height: 200px;
  }
}
/* Container chính bên phải (Giữ nguyên) */
.office__right-area {
  grid-column: 3/6;
  height: calc(100vh - 80px); /* Trừ đi header */
  margin-top: 20px;
  overflow-y: auto;
  padding-bottom: 100px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.office__right-area::-webkit-scrollbar {
  display: none;
}

/* Grid layout bên trong: 3 Cột */
.office__inner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; /* Chia 3 cột đều nhau */
  column-gap: 20px; /* Khoảng cách cột */
  row-gap: 60px; /* Khoảng cách hàng (Khoảng cách giữa Ảnh, Vision, Team...) */
  padding-top: 0;
}

/* 1. TOP IMAGE: Grid line 1 -> 3 (Chiếm cột 1 và 2) */
.office__top-image {
  grid-column: 1/3;
  width: 100%;
}

.office__top-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* 2. VISION: Grid line 2 -> 4 (Chiếm cột 2 và 3) -> LỆCH PHẢI */
#vision.office__section {
  grid-column: 2/4;
}

/* 3. TEAM: Grid line 1 -> 3 (Chiếm cột 1 và 2) -> LỆCH TRÁI */
#team.office__section {
  grid-column: 1/3;
}

/* 4. CONTACT: Grid line 2 -> 4 (Giống Vision) -> LỆCH PHẢI */
#contact.office__section {
  grid-column: 2/4;
}

/* --- Style chi tiết cho Text (Giữ nguyên cho đẹp) --- */
.office__heading {
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  display: inline-block;
  padding-bottom: 2px;
}

.office__section p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

/* Style cho Team List */
.team__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.team__profile {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.introduce__avater {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.introduce__avater img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #ddd;
}

.team__info {
  text-align: left;
}

.team__name {
  margin-bottom: 2px !important;
  font-size: 1.4rem;
}

.team__role {
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 0 !important;
  font-style: italic;
}

.team__bio {
  margin-top: 5px;
  font-size: 1.4rem;
  color: #333;
}

/* Container chính căn phải */
.vision-aligned-right {
  text-align: left;
  width: 100%;
  line-height: 1.6;
  color: #333;
}

/* Khoảng cách giữa các đoạn (Block) */
.vision-block {
  margin-bottom: 25px; /* Tạo khoảng trống lớn giữa các mục */
}

/* Định dạng tiêu đề từ vựng (Variation, In Biology...) */
.vision-block .term,
.vision-block .context {
  font-size: 1.4rem;
  margin-bottom: 4px;
  font-weight: bold;
}

/* Định dạng phần phiên âm và tiếng Việt */
.vision-block .phonetic,
.vision-block .vn-term {
  margin-bottom: 8px;
  color: #555;
}

/* Phần định nghĩa tiếng Anh */
.vision-block .en-def {
  margin-bottom: 2px;
}

/* Phần định nghĩa tiếng Việt (in nghiêng nhẹ nếu muốn giống ảnh hơn) */
.vision-block .vn-def {
  font-style: italic;
  margin-bottom: 5px;
  color: #444;
}

/* Nguồn trích dẫn */
.vision-block .citation {
  font-size: 1.4rem;
  color: #666;
  margin-top: 2px;
}

/* Responsive Mobile: Về 1 cột hết */
@media (max-width: 768px) {
  .office__inner-grid {
    grid-template-columns: 1fr;
  }
  .office__top-image,
  #vision.office__section,
  #team.office__section,
  #contact.office__section {
    grid-column: 1/-1;
  }
}

/*# sourceMappingURL=main.css.map */
