.breadcrumb-item a {
  color: #666666;
  font-weight: 500;
  text-decoration: none !important;
}
.breadcrumb li {
  color: #666666;
  font-weight: 500;
  text-decoration: none !important;
}
.breadcrumb a:hover {
    text-decoration: underline;
    
}
.camnet-section img{
  max-height: 350px !important;
}

body {
  background-color: white !important;
  font-family: 'Inter', sans-serif !important;
}

.highlight-orange {
  color: #EA6714;
  font-size: 4rem; /* Mặc định desktop */
  font-weight: 500;
}

.highlight-secondary {
  color: #666666; 
  font-size: 4rem; /* Mặc định desktop */
  font-weight: 500;
}

.camnet-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #666666;

}

.camnet-title span {
  font-size: 56.1px; /* Mặc định desktop */
  font-weight: 600;
}

.text_camnet  {
  font-size: 15.9px;
  color: #333333;
  font-weight: 1000;
}

/* Tablet */
@media (max-width: 991.98px) {
  .camnet-title span {
    font-size: 2.2rem;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .camnet-title span {
    font-size: 1.6rem;
  }
}

.breadcrumb {
  --bs-breadcrumb-divider: ">";
  
}

h2 {
    font-size: 2rem;
    color: #222;
}

img {
    max-width: 100%;
    height: auto;
}

.text-uppercase {
    text-transform: uppercase;
  }
  
  .text-justify {
    text-align: justify;
  }
  .section-marker {
    width: 4px;
    height: 100px;
    background-color: #D63228;
  }
  .section-marker-sumenh {
    width: 4px;
    height: 100px;
    background-color: #D63228;
  }
  .doitac_content p {
    font-size: 15.6px;
    color: #333333;
    font-weight: 300;
    line-height: 1.5;
  }
  
  /* Nếu muốn tùy chỉnh riêng cho phần SỨ MỆNH */
  .-sumenh-img img {
    max-width: 100%;
    height: auto;
  }
  
  .-sumenh-content p {
    font-size: 15.6px;
    color: #333333;
    font-weight: 300;
    line-height: 1.5;
  }
  
  .sumenh-line {
    height: 4px;
    background-color: red;
    border-radius: 2px;
    max-width: 120px;
  }
  
  
  .tochuc-section h4 {
    color: #000;
  }
  
  .tochuc-section img {
    object-fit: cover;
  }
  


@media (max-width: 768px) {
  .lienhe-content{
    padding: 50px 0px;
  }
}

  .info-grid {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 10px;
  }
  .info-grid .equal-width-title{
    font-size:15.6px ;
    font-weight: 300;
    color: #333333;
  }
  .info-grid .value{
    font-size:15.6px ;
    font-weight: 300;
    color: #333333;
  }
  
  
  .lienhe-divider {
    border-top: 2px solid #ccc;
    margin: 1rem 0;
  }

  