* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Arial", sans-serif;
  line-height: 1.2;
  color: #333;
}

.container-logo {
  position: relative;
  z-index: 1;
  max-width: 841px;
  margin: 0 auto;
}

.header-logo {
  max-width: 841px;
  width: 100%;
  background-color: #f5f5f5;
  text-align: center;
  margin: 0 auto;
}

.header-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.header-logo-img {
  position: absolute;
  top: 10%;
  left: 49%;
  transform: translate(-50%, -50%);
  z-index: 10;
  max-width: 800px;
  width: 100%;
  height: auto;
}

.header-uniform {
  position: absolute;
  top: 18%;
  left: 71%;
  transform: translateX(-50%);
  z-index: 15;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #1a1a1a;
  letter-spacing: 2px;
  margin: 0;
}

.header-image {
  width: 100%;
  height: auto;
  display: block;
  max-width: 841px;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-project-separate {
  position: absolute;
  top: 79%;
  left: 52%;
  transform: translateX(-50%) skewX(-15deg);
  z-index: 15;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  margin: 0;
}

.header-text-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 40px 20px;
  z-index: 15;
}

.header-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.header-project {
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  margin-bottom: 15px;
}

.header-main-title {
  font-size: 45px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.header-description {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  letter-spacing: 1px;
  margin-top: 30px;
}

.about-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  align-items: flex-start;
  background-color: #fff;
  padding: 20px 0 20px 86px;
}

.about-content {
  max-width: 358px;
}

.about-text-box {
  background-color: #f5f5f5;
  padding: 25px;
  border-radius: 0 0 70px 0;
}

.about-title {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
  margin-left: 25px;
  line-height: 1.6;
}

.about-text {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 25px;
  text-align: justify;
}

.about-text-separate {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 25px;
  text-align: justify;
  background-color: #f5f5f5;
  padding: 25px;
  border-radius: 0 70px 0 0;
  margin-top: 25px;
}

.about-image {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.person-image {
  padding-top: 115px;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 997px;
}

.products-section {
  text-align: center;
  background-color: #fff;
}

.products-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.products-caption {
  font-size: 13px;
  color: #000;
  text-align: center;
  margin-top: 15px;
  font-style: italic;
}

.solutions-section {
  background-color: #fff;
  padding: 60px;
}

.solutions-title {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 30px;
  line-height: 1.6;
}

.solutions-intro {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: justify;
}
.solutions-intro-2 {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  text-align: justify;
}

.solutions-list {
  list-style: disc;
  margin: 0 30px 30px 30px;
  font-size: 15px;
  color: #000;
  line-height: 1.2;
}

.solutions-list li {
  margin-bottom: 5px;
}

.solutions-list strong {
  color: #1a1a1a;
}

.solutions-outro {
  font-size: 15px;
  color: #000;
  line-height: 1.6;
  text-align: justify;
  margin-top: 30px;
}

.projects-section {
  background-color: #fff;
  padding: 20px 60px 20px 60px;
}

.projects-title {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 30px;
}

.projects-intro {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 25px;
  text-align: justify;
}

.projects-content {
  display: grid;
  grid-template-columns: 6fr 4fr;
  gap: 40px;
  align-items: stretch;
}

.projects-left {
  flex: 1;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
}

.project-item {
  margin-bottom: 30px;
}

.project-item h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.project-text {
  font-size: 14px;
  color: #000;
  margin-bottom: 12px;
  line-height: 1.6;
  display: flex;
}
.project-text::before {
  content: " - ";
  margin-right: 0.5em;
  flex-shrink: 0;
}

.project-list {
  margin-left: 0;
  padding-left: 20px;
  font-size: 14px;
  color: #000;
  line-height: 1.7;
  list-style-type: disc;
}

.project-list li {
  margin-bottom: 10px;
}

.project-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  text-align: justify;
}

.projects-right {
  flex: 1;
  display: flex;
  align-items: flex-start;
}

.projects-images {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.project-image {
  padding-top: 20px;
  width: 100%;
  height: auto;
  max-height: 295px;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer {
  background-color: #fff;
  border-top: 2px solid #333;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  padding: 30px 20px;
  align-items: flex-start;
  max-width: 900px;
  margin: 0 auto;
}

.footer-brand {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-tagline {
  font-size: 12px;
  color: #000;
  font-weight: 400;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-right {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-contact-info {
  font-size: 12px;
  margin-bottom: 15px;
}

.footer-contact-label {
  font-size: 11px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline;
}

.footer-contact-title {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline;
  margin-left: 5px;
}

.footer-info {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  align-items: center;
  justify-content: flex-end;
}

.footer-info p {
  font-size: 12px;
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-label {
  margin-right: 0;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.footer-label svg {
  color: #000;
  stroke: #000;
  width: 16px;
  height: 16px;
}

.services-combined-section {
  background-color: #fff;
  padding: 20px 80px;
}

.service-item {
  padding-bottom: 50px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.service-item:has(.process-wrapper) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: flex-start;
}

.service-item-title {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.6;
  margin-bottom: 10px;
}

.process-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.process-text-wrapper {
  font-size: 13px;
  color: #000;
  line-height: 1.6;
  text-align: justify;
}

.process-text-wrapper p {
  color: #000;
  margin: 0;
}

.process-content {
  display: block;
  margin-bottom: 40px;
}

.process-text {
  font-size: 13px;
  color: #555;
  line-height: 1.6;
  text-align: justify;
  padding-right: 20px;
  margin-bottom: 40px;
}

.process-timeline {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.timeline-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
  position: relative;
  padding-top: 20px;
}

.timeline-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  width: 65px;
}

.timeline-connector {
  flex: 1;
  height: 2px;
  background-color: #333;
  margin: 0 -20px;
  position: relative;
  align-self: flex-start;
  margin-top: 15px;
}

.step-number {
  width: 30px;
  height: 30px;
  background-color: #333;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 8px 0;
}

.step-label {
  font-size: 10px;
  color: #000;
  line-height: 1.6;
  margin: 0;
  max-width: 85px;
  word-break: break-word;
  min-height: 36px;
}

.capacity-content {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 50px;
  align-items: flex-start;
}

.capacity-image {
  text-align: center;
}

.capacity-image .process-img {
  width: 280px;
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
}

.capacity-text {
  flex: 1;
}

.capacity-text p {
  font-size: 13px;
  color: #000;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 15px;
}

.service-content {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 50px;
  align-items: flex-start;
}

.service-text {
  flex: 1;
}

.service-text p {
  font-size: 13px;
  color: #000;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 15px;
}

.service-image {
  text-align: center;
}

.service-image .process-img {
  width: 280px;
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mission-content {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 50px;
  align-items: flex-start;
}

.mission-image {
  text-align: center;
}

.mission-image .process-img {
  width: 280px;
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mission-text {
  flex: 1;
}

.mission-text p {
  font-size: 13px;
  color: #000;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 15px;
}

.why-choose-section {
  background-color: #fff;
  padding: 20px 80px 50px 80px;
}

.why-choose-title {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

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

.reason-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.reason-content-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.reason-content-lv2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.reason-content-3 {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 50px;
  align-items: flex-start;
}

.reason-text {
  flex: 1;
}

.reason-text-1 {
  flex: 1;
}

.reason-text-2 {
  flex: 1;
}

.reason-text-3 {
  flex: 1;
}

.reason-heading {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
  line-height: 1.6;
}

.reason-text p {
  font-size: 13px;
  color: #000;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 15px;
}

.reason-image {
  text-align: center;
}

.reason-image-1 {
  text-align: center;
}

.reason-image-2 {
  text-align: center;
}

.reason-image-3 {
  text-align: center;
}

.reason-img {
  max-width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.reason-img-1 {
  max-width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.reason-img-2 {
  max-width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.reason-img-3 {
  width: 280px;
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
}

.process-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.customers-section {
  background-color: #fff;
  padding: 60px 0;
  text-align: center;
}

.customers-title {
  font-size: 45px;
  font-weight: 500;
  color: #000;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 0.5px;;
}

.customers-container {
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.customer-item {
  text-align: center;
}

.customers-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.customer-caption {
  font-size: 26px;
  font-weight: 500;
  color: #000;
  margin: 40px 0;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

.accessories-section {
  background-color: #fff;
  padding: 60px 80px;
}

.accessories-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.accessory-item {
  text-align: center;
}

.accessory-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  max-width: 400px;
}

.accessory-caption {
  font-size: 26px;
  font-weight: 500;
  color: #000;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.5px;
}

.partners-section {
  background-color: #fff;
}

.partners-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.partner-item {
  text-align: center;
}

.partner-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  max-width: 400px;
}

.partner-caption {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin: 40px 0;
  text-align: center;
  letter-spacing: 0.5px;
}

.featured-customer-section {
  background-color: #fff;
}

.featured-customer-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.featured-customer-image {
  width: 100%;
  height: auto;
  max-width: 1200px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.featured-customer-caption {
  font-size: 26px;
  font-weight: 500;
  color: #000;
  margin: 40px 0;
  text-align: center;
  letter-spacing: 0.5px;
}

.real-group-section {
  background-color: #fff;
}

.real-group-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.real-group-image-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 1200px;
}

.real-group-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.real-group-caption {
  font-size: 26px;
  font-weight: 500;
  color: #000;
  margin: 40px 0;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

/* Case Study Section - Hòa Bình University */
.case-study-section {
  background-color: #fff;
}

.case-study-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.case-study-main-image {
  width: 100%;
  max-width: 1200px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
}

.case-study-row {
  display: grid;
  gap: 30px;
  margin-top: 30px;
}

.case-study-row-2 {
  grid-template-columns: 1fr 1fr;
}

.case-study-row-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.case-study-small-image,
.case-study-product-image,
.case-study-accessory-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.case-study-accessory-image {
  max-width: 250px;
  margin: 0 auto;
}

.case-study-caption {
  font-size: 26px;
  font-weight: 500;
  color: #000;
  margin: 40px 0;
  text-align: center;
  letter-spacing: 0.5px;
}

/* Van Lang University Section */
.vanLang-gallery {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.vanLang-row-top {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}

.vanLang-row-middle {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}

.vanLang-row-bottom {
  display: grid;
  grid-template-columns: 1fr;
}

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

.vanLang-large {
  max-width: 100%;
}

.vanLang-small {
  max-width: 300px;
  margin: 0 auto;
}

.vanLang-small-2 {
  max-width: 100%;
  height: 547px;
}

.vanLang-full {
  max-width: 100%;
}

/* Victoria School Section */
.victoria-gallery {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.victoria-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 1/1;
}

.victoria-image-1 {
  width: 100%;
  height: 492px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 1/1;
}
@media (max-width: 1024px) {
  .about-section {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px;
  }
  .about-content {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .about-title {
    font-size: 24px;
  }
  .about-text {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .about-section {
    padding: 20px;
  }
  .about-title {
    font-size: 20px;
  }
  .about-text {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .container-logo {
    width: 100%;
  }
  .header-logo-img {
    top: 10%;
    left: 50%;
  }
  .header-uniform {
    top: 18%;
    left: 77%;
    font-size: 18px;
  }
  .header-project-separate {
    top: 79%;
    left: 45%;
    font-size: 8px;
  }
  .header-text-overlay {
    padding: 0;
    padding-bottom: 10px;
  }
  .header-main-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .header-description {
    font-size: 10px;
  }
  .about-content {
    width: 325px;
  }
  .about-text-box {
    border-radius: 0;
  }
  .about-text-separate {
    border-radius: 0;
  }
  .products-image {
    padding-right: 30px;
  }
  .solutions-section {
    padding: 25px 40px;
    width: 100%;
  }
  .solutions-list {
    color: #000;
    line-height: 1.2;
  }
  .solutions-list li {
    margin-bottom: 5px;
  }
  .projects-section {
    padding: 25px 40px;
    width: 100%;
  }
  .projects-content {
    display: grid;
    grid-template-columns: none;
  }
  .services-combined-section {
    padding: 25px 40px;
    width: 100%;
  }
  .services-combined-section .service-item {
    display: grid;
    grid-template-columns: none;
    padding-bottom: 25px;
  }
  .services-combined-section .service-item .step-label {
    font-size: 10px;
  }
  .capacity-content {
    display: flex;
    flex-direction: column-reverse;
  }
  .service-content {
    display: grid;
    grid-template-columns: none;
  }
  .mission-content {
    display: flex;
    flex-direction: column-reverse;
  }
  .why-choose-section {
    padding: 25px 40px;
    width: 100%;
  }
  .why-choose-section .why-choose-title {
    margin-bottom: 20px;
  }
  .why-choose-section .reason-content,
  .why-choose-section .reason-content-1 {
    display: grid;
    grid-template-columns: none;
  }
  .why-choose-section .reason-content-lv2,
  .why-choose-section .reason-content-lv2 {
    display: flex;
    flex-direction: column-reverse;
  }
  .why-choose-section .reason-content,
  .why-choose-section .reason-content-3 {
    display: grid;
    grid-template-columns: none;
  }
  .why-choose-section .reason-img-3 {
    width: 100%;
    height: auto;
  }
  .footer-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .footer-right {
    align-items: flex-start;
    text-align: left;
  }
  .footer-right .footer-info {
    gap: 5px;
  }
  .customers-title {
    font-size: 26px;
  }
  .customers-image {
    padding-top: 20px ;
  }
  .customer-caption {
    line-height: 1.6;
    font-size: 22px;
  }
  .accessories-section {
    padding: 0;
  }
  .accessories-section .accessories-container {
    grid-template-columns: none;
    gap: 20px;
    padding-top: 20px;
  }
  .accessory-caption {
    margin-top: 40px;
    line-height: 1.6;
    font-size: 22px;
  }
  .partners-container {
    grid-template-columns: none;
    gap: 0;
  }
  .partners-container .partner-caption {
    margin-bottom: 40px;
    line-height: 1.6;
    font-size: 22px;
  }
  .featured-customer-caption {
    line-height: 1.6;
    font-size: 22px;
  }
  .real-group-image-wrapper {
    gap: 20px;
  }
  .real-group-caption {
    font-size: 22px;
  }
  .case-study-row {
    grid-template-columns: none;
    gap: 20px;
  }
  .case-study-accessory-image {
    max-width: 100%;
    height: auto;
  }
  .case-study-caption {
    font-size: 22px;
  }
  .vanLang-gallery {
    gap: 20px;
  }
  .vanLang-row-top {
    grid-template-columns: none;
    gap: 20px;
  }
  .vanLang-row-middle {
    grid-template-columns: none;
    gap: 20px;
  }
  .vanLang-row-bottom {
    grid-template-columns: none;
    gap: 20px;
  }
  .vanLang-small {
    width: 100%;
    height: auto;
  }
  .vanLang-small-2 {
    height: auto;
  }
  .victoria-gallery {
    grid-template-columns: none;
    gap: 20px;
  }
  .victoria-image-1 {
    height: auto;
  }
}/*# sourceMappingURL=home.css.map */