.Ivms-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);
  }
  body {
    background-color: white !important;
    font-family: 'Inter', sans-serif !important;
  }

  .Ivms-section img {
    min-height: 350px !important;
    width: 100%;
    object-fit: cover;
  }

  .texttieude {
    font-size: 15.9px;
    color: #AAAAAA;
    font-weight: 300;
  }
  
  @media (max-width: 991.98px) {
    .Ivms-title  {
      font-size: 2.2rem;
    }
    .Ivms-section img {
      min-height: auto !important;
      width: 100%;
      object-fit: cover;
    }
  }
  
  /* Mobile */
  @media (max-width: 767.98px) {
    .Ivms-title  {
      font-size: 1.3rem;
    }
  }

  .breadcrumb {
    --bs-breadcrumb-divider: ">";
  }
  
  .breadcrumb-item a {
    color: #999999;
    font-weight: bold;
    text-decoration: none !important;
  }

  .breadcrumb li {
    color: #999999;
    font-weight: bold;
 }
  
  .breadcrumb a:hover {
    text-decoration: underline;
    color: #272e36; /* Màu khi hover */
  }

  .heading-muted {
    color: #DDDDDD;
    font-size: 15.25px  ;
}
.tilleIvms {
    font-size: 27.67px;
    color: #333333;
    font-weight: 800;
}
.title_hethong_vms {
    font-size: 16px;
    color: #333333;
    font-weight: 800;
}
.ql_auto li{
    font-size: 15.75px;
    color: #333333;
    font-weight: 300;
}

.container-hethong{
    background-color: #F9F9F9;
    padding: 30px 10px;
}

.custom-line {
    border: none;
    border-top: 2px solid red;
  }


.title-number {
    font-size: 30px;
    font-weight: 800;
    margin-right: 0.5rem;
}
.text-muted{
    color: #333333;
    font-size: 15.25px;
    font-weight: 300;
}

.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;
}
.feature-list li {
    margin-bottom: 0.5rem;
    font-size: 15.25px;
    color: #333333;
    font-weight: 300;
}
.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;
}
