.CNCamnet-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;
  }

  .CNCamnet-section img{
    min-height: 350px !important;
    height: 100%;
    }

  @media (max-width: 991.98px) {
    .CNCamnet-title  {
      font-size: 2.2rem;
    }
    .CNCamnet-section img{
      min-height: auto !important;
      height: 100%;
      }
  }
  
  /* Mobile */
  @media (max-width: 767.98px) {
    .CNCamnet-title  {
      font-size: 1.3rem;
    }
    .CNCamnet-section img{
      min-height: auto !important;
      height: 100%;
      }
  }
 
  .breadcrumb {
    --bs-breadcrumb-divider: ">";
  }
  
  .breadcrumb a {
    text-decoration: none !important;
  }
  
  .breadcrumb a:hover {
    text-decoration: underline;
    color: #272e36; /* Màu khi hover */
  }
  .answer-box {
    display: flex;
    align-items: flex-start;
    padding: 20px 20px;
    gap: 20px;
  }

  .a-label {
    background-color: #d50000;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 4px;
  }
  
  .CNCamnet-section {
    position: relative;
  }


  
  /* Nền mờ cho phần breadcrumb */
  .breadcrumb {
    background-color: rgba(255, 255, 255, 0.8); /* Nền mờ */
    padding: 10px 20px;
    border-radius: 5px;
  }
  
  /* Tùy chỉnh màu sắc của breadcrumb */
  .breadcrumb li {
    color: #999999;
    font-weight: bold;
 }
  
  .breadcrumb-item a {
    color: #999999;
    font-weight: bold;
    text-decoration: none !important;
  }
  
  .breadcrumb-item a:hover {
    color: #007bff;
  }

  .custom-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-title {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 8px; /* cách dòng dưới một chút */
}

.red-dot {
    width: 10px;
    height: 10px;
    background-color: red;
    display: inline-block;   /* hoặc block đều được */
    margin-left: 0;          /* sát lề trái */
    margin-bottom: 10px;
    border-radius: 2px;      /* nếu muốn vuông thì bỏ dòng này */
    content: "";
}

.red-line {
    height: 1px;
    background-color: #EEEEEE;
    width: 100%;
    margin: 16px 0;
    border-radius: 1px;
}

.nanTop {
  padding: 30px 0px;
}


.big-number {
    font-size: 2rem;
    color: #EEEEEE;
    font-weight: bold;
    margin-right: 15px;
    line-height: 1;
}

.section-text {
    margin: 0;
    color: #333;
    font-size: 16px;
}
