.OnCamnet-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  }

  .OnCamnet-section img {
    width: 100%;
    min-height: 350px !important;
    object-fit: cover;
  }

  @media (max-width: 991.98px) {
    .OnCamnet-title  {
      font-size: 2.2rem;
    }
  }

  body {
    background-color: white !important;
    font-family: 'Inter', sans-serif !important;
  }
  
  
  /* Mobile */
  @media (max-width: 767.98px) {
    .OnCamnet-title  {
      font-size: 1.2rem;
    }
    .OnCamnet-section img {
      min-height: auto !important; /* Ở màn nhỏ, ảnh co lại theo tỉ lệ */
    }
  }
 .texttieude {
    font-size: 15.9px;
    color: #AAAAAA;
    font-weight: 300;
  }

  .text-danger {
    font-size: 15.38px;
    color: #D32030;
  }


  .breadcrumb li {
    color: #999999;
    font-weight: bold;
 }
  .breadcrumb {
    --bs-breadcrumb-divider: ">";
    color: #999999;
  }
  
  .breadcrumb-item a {
    color: #999999;
    font-weight: bold;
    text-decoration: none !important;
  }
  
  .breadcrumb a:hover {
    text-decoration: underline;
    color: #272e36; /* Màu khi hover */
  }

  .cachsudung {
    background-color: #F9F9F9;
    padding: 40px 40px;
  }
  
  h2 {
    font-size: 28px;
    line-height: 1.4;
  }
  
  p {
    font-size: 18px;
    line-height: 1.6;
  }

  .title-highlight {
    color: #D63228;
    font-size: 40px;
    font-weight: bold;
  }
  
  .red-line {
    width: 60px;
    height: 2px;
    background-color: #D63228;
    margin-top: 14px;
  }
  
  .icon-text img {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }
  
  .icon-text p {
    font-size: 14px;
    margin-left: 10px;
    line-height: 1.4;
    font-weight: 300;
    margin-top: 6px;
    color: #333333;
  }
  
  @media (max-width: 768px) {
    .red-line {
      margin-top: 0;
      margin-bottom: 10px;
    }
  
    .icon-text {
      margin-bottom: 20px;
    }
  }

  
  .icon {
    width: 36px;
    height: 36px;
    object-fit: contain;
    flex-shrink: 0;
  }
  
  .content-block p {
    font-size: 13.78px;
    line-height: 1.6;
    font-weight: 300;
    color: #333333;
  }

  .why-image {
    max-height: 400px;
    object-fit: contain;
    width: 100%;
  }
  
  .tapchung{
    background: #F9F9F9;
  }
  
  @media (max-width: 768px) {
    .content-block {
      flex-direction: column;
      align-items: start;
    }
  
    .content-block .icon {
      margin-bottom: 10px;
    }
  
    .content-block p {
      margin-left: 0;
    }
    .why-image {
        max-height: 100%;
      }
  }

  .highlight-section {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    color: white;
  }
  .highlight-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .highlight-overlay {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    text-align: left;
    max-width: 600px;
  }
  .highlight-overlay p.label {
    font-size: 20px;
    font-weight: 600;
    color: #EA6714;
    margin: 0;
  }
  .highlight-overlay p.label span {
    font-size: 50px;
    font-weight: bold;
  }
  .highlight-overlay h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 8px 0;
  }
  .highlight-overlay p.description {
    font-size: 15.38px;
    line-height: 1.6;
    font-weight: 300;
    margin: 0;
    color: #fff;
  }

  @media (max-width: 768px) {
    .highlight-overlay {
      left: 5%;
      right: 5%;
      text-align: left;
    }
    .highlight-overlay p.label span {
      font-size: 28px;
    }
  }

  .text-orange {
    color: #EA6714;
    font-size: 20px;
  }
  
  .hile{
    font-size: 50px;
  }

  .text-muted {
    color: #333333;
    font-size: 15.38px;
    font-weight: 500;
  }

  
.title-01 {
    color: #EA6714;
}

.title-02 {
    color: #FF9D00;
}
.feature-title {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.feature-list {
    list-style-type: disc;
    padding-left: 20px;
}
.uniform-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
}

/* Để hiển thị chữ đè lên ảnh */
.position-relative {
    position: relative;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(0, 0, 0);
    font-size: 1.2rem;
    text-align: center;
}
.overlay-text p {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
}

.gar-highlight-section {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  color: #333333;
}
.gar-highlight-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gar-highlight-overlay {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateY(-50%);
  text-align: left;
  max-width: 600px;
}
.gar-highlight-overlay p.gar-label {
  font-size: 20px;
  font-weight: 600;
  color: #EA6714;
  margin: 0;
}
.gar-highlight-overlay p.gar-label span {
  font-size: 50px;
  font-weight: bold;
}
.gar-highlight-overlay h2 {
  font-size: 24px;
  font-weight: 500;
  margin: 8px 0;
}
.gar-highlight-overlay p.gar-description {
  font-size: 15.38px;
  line-height: 1.6;
  font-weight: 300;
  margin: 0;
  color: #333333;
}

@media (max-width: 768px) {
  .gar-highlight-overlay {
    left: 5%;
    right: 5%;
    text-align: left;
  }
  .gar-highlight-overlay p.gar-label span {
    font-size: 32px;
  }
}