
/* Header #13 */
#header-13 {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  z-index: 1000;
}
#header-13 .navbar-brand img {
  max-height: 45px;
}
/* Đảm bảo container flex và items căn giữa */
#header-13 .container.d-flex {
  align-items: center;
}
/* Chừa khoảng giữa logo và collapse */
#header-13 .navbar-toggler {
  margin-left: auto;
}
/* Search input */
#header-13 .form-control {
  width: 240px;
  transition: width 0.3s;
}
#header-13 .form-control:focus {
  width: 300px;
}
@media (max-width: 767.98px) {
  #header-13 .form-control {
    width: 140px;
  }
  #header-13 .form-control:focus {
    width: 180px;
  }
}
#header-13 .btn-contact {
  text-transform: uppercase;
  padding: 0.5rem 1rem;
}
#header-13 .nav-link {
  color: #333;
}
#header-13 .nav-link.active {
  color: #0d6efd;
  font-weight: 500;
}



#link-section-2 {
  position: relative;
  padding: 6rem 0;
  color: var(--text-color);
  overflow: hidden;
  text-align: center;
}
#link-section-2::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: var(--secondary-color);
  transform: rotate(-6deg);
}
#link-section-2 .container {
  position: relative;
  z-index: 1;
}
#link-section-2 .section-title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
#link-section-2 .section-subtitle {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  opacity: 0.85;
}
#link-section-2 .link-item {
  background: var(--primary-color);
  border: 2px solid var(--text-color);
  color: var(--text-color);
  border-radius: .5rem;
  padding: 1.25rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .3s, color .3s, transform .3s;
}
#link-section-2 .link-item:hover {
  background: var(--text-color);
  color: var(--primary-color);
  transform: translateY(-4px);
}
#link-section-2 .link-item i {
  margin-right: .5rem;
}





/* 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;
  }
}


