.application-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 3rem; /* Mặc định desktop */
    font-weight: bold;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    white-space: nowrap;
  }
  body {
    background-color: white !important;
    font-family: 'Inter', sans-serif !important;
  }
  .texttieude{
    font-size: 15.9px;
    color: #AAAAAA;
    font-weight: 300;
  }

  .application-section img{
    min-height: 350px !important;
    }
  
  /* Tablet */
  @media (max-width: 991.98px) {
    .application-title {
      font-size: 2.2rem;
    }
    .application-section img{
      min-height: auto !important;
      }
  }
  
  /* Mobile */
  @media (max-width: 767.98px) {
    .application-title {
      font-size: 1.6rem;
    }
  }

  .breadcrumb li {
    color: #999999;
    font-weight: bold;
 }
  
  .breadcrumb-item a {
    color: #999999;
    font-weight: bold;
    text-decoration: none !important;
  }
.breadcrumb a:hover {
    text-decoration: underline;
    
}

.breadcrumb {
  --bs-breadcrumb-divider: ">";
  
}

h5 {
    width: 180px; /* hoặc thay đổi tuỳ theo layout */
    word-break: break-word;
  }

  .equal-width-title {
    min-width: 180px;
    max-width: 180px;
    word-wrap: break-word;
    white-space: normal;
    flex-shrink: 0;
  }
  
  /* Bố cục 2 cột */
  .info-grid {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  
  .info-grid .value {
    flex: 1;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .equal-width-title {
      min-width: 120px;
      max-width: 120px;
      font-size: 14px;
    }
  
    .info-grid .value {
      font-size: 14px;
    }
  
    .lienhe-content h4 {
      font-size: 18px;
    }
  }
  
  @media (max-width: 576px) {
    .breadcrumb {
      flex-wrap: wrap;
      justify-content: flex-start !important;
    }
  
    .breadcrumb a,
    .breadcrumb-item {
      font-size: 0.85rem;
    }
  
    .equal-width-title {
      min-width: 100px;
      max-width: 100px;
      font-size: 13px;
    }
  
    .info-grid .value {
      font-size: 13px;
    }
  }
  .border-divider {
    position: relative;
  }
  
  .border-divider::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid #EEEEEE;
  }
  
  .text-danger{
    font-size: 28px;
    color: #D63228;
    font-weight: 500;
  }