
/* Header #11 */
#header-11 {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#header-11 .navbar-brand img {
  max-height: 40px;
}
#header-11 .nav-link {
  color: #333;
}
#header-11 .nav-link.active {
  color: #0d6efd;
  font-weight: 500;
}
#header-11 a.d-flex {
  color: #333;
  text-decoration: none;
  margin-right: 1rem;
}
#header-11 a.d-flex:hover {
  color: #0d6efd;
}
#header-11 .btn {
  text-transform: uppercase;
}
/* Ẩn số điện thoại trên mobile */
@media (max-width: 767.98px) {
  #header-11 .d-flex {
    display: none !important;
  }
}



#link-section-10 {
  position: relative;
  padding: 6rem 0;
  background: var(--background-gradient);
  text-align: center;
  overflow: hidden;
  color: #fff;
}
#link-section-10::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(255,255,255,0.2), transparent 70%);
  z-index: 0;
}
#link-section-10 .container {
  position: relative;
  z-index: 1;
}
#link-section-10 .section-title {
  font-size: 2.25rem;
  margin-bottom: 0.5rem;
}
#link-section-10 .section-subtitle {
  font-size: 1rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#link-section-10 .link-card {
  position: relative;
  background: rgba(255,255,255,0.3);
  backdrop-filter: blur(var(--blur-intensity));
  border-radius: 1rem;
  padding: 2rem 1rem;
  text-decoration: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
  overflow: hidden;
}
#link-section-10 .link-card:hover {
  transform: translateY(-10px) scale(1.05);
}
#link-section-10 .link-card i {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}
#link-section-10 .ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  transform: scale(0);
  animation: ripple 0.6s linear;
  pointer-events: none;
}
@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}





/* Footer-14 Styles - Structured Boxed Look */
#footer-14 {
  background-color: #f0f2f5; /* Overall page background or a light footer bg */
  padding: 3rem 0 1.5rem 0;
  font-size: 0.9rem;
  color: #333; /* Default text color */
}
#footer-14 .footer-main-boxed-content {
  background-color: #ffffff; /* White background for the box */
  padding: 2.5rem;
  border: 1px solid #ced4da; /* Standard Bootstrap border */
  border-radius: 0.3rem; /* Subtle rounded corners */
  margin-bottom: 2rem; /* Space before the sub-footer content */
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); /* Subtle shadow */
}
#footer-14 .footer-logo-f14 {
  max-height: 45px;
  margin-bottom: 1rem;
}
#footer-14 .site-name-text-f14 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #212529;
  text-decoration: none;
  margin-bottom: 0.5rem;
  display: block; /* If no logo, make it block */
}
#footer-14 .site-name-text-f14:hover {
  color: #0056b3;
}
#footer-14 .brand-description-f14 {
  font-size: 0.875rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 0;
}
#footer-14 .footer-column-title-f14 {
  font-size: 1.1rem;
  font-weight: 500;
  color: #2c3e50; /* A darker, professional title color */
  margin-bottom: 1rem;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid #007bff; /* Accent border for titles */
  display: inline-block;
}
#footer-14 .menu-list-f14 {
  list-style: none;
  padding-left: 0;
}
#footer-14 .menu-list-f14 li {
  margin-bottom: 0.5rem;
}
#footer-14 .menu-list-f14 a {
  color: #007bff; /* Bootstrap primary link color */
  text-decoration: none;
}
#footer-14 .menu-list-f14 a:hover {
  color: #0056b3;
  text-decoration: underline;
}
#footer-14 .contact-list-f14 p,
#footer-14 .contact-list-f14 a {
  margin-bottom: 0.4rem;
  color: #495057;
  text-decoration: none;
  font-size: 0.875rem;
}
#footer-14 .contact-list-f14 i {
  width: 18px;
  margin-right: 0.5rem;
  color: #007bff;
}
#footer-14 .contact-list-f14 a:hover {
  color: #0056b3;
}
#footer-14 .footer-sub-content {
  text-align: center;
  font-size: 0.85rem;
  color: #6c757d; /* Muted color for sub-content */
}
#footer-14 .partner-links-sub-f14 {
  margin-bottom: 1rem;
}
#footer-14 .partner-links-sub-f14 ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1rem;
}
#footer-14 .partner-links-sub-f14 a {
  color: #007bff;
  text-decoration: none;
  font-size: 0.8rem;
}
#footer-14 .partner-links-sub-f14 a:hover {
  color: #0056b3;
  text-decoration: underline;
}
#footer-14 .copyright-sub-f14 p {
  margin-bottom: 0;
  font-size: 0.75rem;
}
@media (max-width: 991.98px) {
  #footer-14 .footer-column-f14 {
    /* Columns inside the boxed content */
    margin-bottom: 2rem;
  }
  #footer-14 .footer-column-f14:last-child {
    margin-bottom: 0;
  }
}


