
/* 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;
  }
}



#useful-link-14 {
  background-color: #ffffff;
}
#useful-link-14 .sidebar-nav-wrapper {
  position: sticky;
  top: 2rem;
}
#useful-link-14 .sidebar-title {
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  color: #6c757d;
}
#useful-link-14 .sidebar-nav .nav-item {
  margin-bottom: 0.25rem;
}
#useful-link-14 .sidebar-nav .nav-link {
  color: #495057;
  border-radius: 0.3rem;
  transition: background-color 0.2s ease, color 0.2s ease;
  font-weight: 500;
}
#useful-link-14 .sidebar-nav .nav-link:hover {
  background-color: #e9ecef;
  color: #0d6efd;
}
#useful-link-14 .sidebar-nav .nav-link.active {
  background-color: #0d6efd;
  color: #ffffff;
  font-weight: 600;
}
#useful-link-14 .sidebar-nav .nav-link.active .nav-icon {
  opacity: 1;
}
#useful-link-14 .sidebar-nav .nav-icon {
  font-size: 1rem;
  opacity: 0.7;
  width: 1.2em;
}
#useful-link-14 .sidebar-nav .nav-text {
  font-size: 0.95rem;
}
#useful-link-14 .main-content-column .main-title {
  font-weight: 700;
}
#useful-link-14 .main-content-column .main-image {
}
#useful-link-14 .main-content-column .main-content-text {
  font-size: 1rem;
  line-height: 1.7;
  color: #343a40;
}
#useful-link-14 .main-content-column .main-content-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #useful-link-14 .sidebar-nav-wrapper {
    position: relative;
    top: auto;
    margin-bottom: 2rem;
    max-height: none;
    overflow-y: visible;
  }
  #useful-link-14 .sidebar-nav {
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  #useful-link-14 .sidebar-nav .nav-item {
    margin-bottom: 0;
  }
}



/* Footer-11 Styles */
#footer-11 {
  background-color: var(--footer-bg-color, #ffffff);
  color: var(--footer-text-color, #4a4a4a);
  padding-top: 3rem;
  font-size: 0.9rem;
}
#footer-11 .footer-section-title-f11 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--footer-title-color, #333333);
  margin-bottom: 1.25rem;
}
#footer-11 .contact-info-block-f11 {
  line-height: 1.7;
}
#footer-11 .contact-info-block-f11 .contact-item-f11 {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: flex-start;
}
#footer-11 .contact-info-block-f11 .contact-item-f11 i {
  width: 22px;
  font-size: 1.05rem;
  margin-right: 0.8rem;
  color: var(--footer-link-color, #2980b9);
  margin-top: 0.1em; /* Align icon */
}
#footer-11 .contact-info-block-f11 .contact-item-f11 .item-label {
  font-weight: 500;
  display: block;
  font-size: 0.8rem;
  color: var(--footer-text-color);
  opacity: 0.8;
}
#footer-11 .contact-info-block-f11 .contact-item-f11 a {
  color: var(--footer-text-color);
  text-decoration: none;
}
#footer-11 .contact-info-block-f11 .contact-item-f11 a:hover {
  color: var(--footer-link-color, #2980b9);
}
#footer-11 .map-placeholder-f11 {
  background-color: var(--footer-map-placeholder-bg, #e9ecef);
  color: var(--footer-map-placeholder-text, #6c757d);
  min-height: 250px; /* Ensure it has some height */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  border-radius: 0.25rem;
  font-style: italic;
  width: 100%; /* Ensure it takes full width of its column */
}
#footer-11 .navigation-row-f11 {
  padding: 2rem 0;
  margin-top: 2rem;
  border-top: 1px solid var(--footer-separator-color, #e0e0e0);
  border-bottom: 1px solid var(--footer-separator-color, #e0e0e0);
}
#footer-11 .navigation-list-f11 {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.5rem; /* row-gap column-gap */
}
#footer-11 .navigation-list-f11 a {
  color: var(--footer-link-color, #2980b9);
  text-decoration: none;
  font-size: 0.95rem;
}
#footer-11 .navigation-list-f11 a:hover,
#footer-11 .navigation-list-f11 a.active {
  color: var(--footer-link-hover-color, #1c5a80);
  text-decoration: underline;
}
#footer-11 .partner-links-row-f11 {
  padding: 1.5rem 0;
  text-align: center;
}
#footer-11 .partner-links-list-f11 {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: inline-flex; /* To center the list items if fewer */
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.25rem;
}
#footer-11 .partner-links-list-f11 a {
  color: var(--footer-link-color, #2980b9);
  text-decoration: none;
  font-size: 0.85rem;
}
#footer-11 .partner-links-list-f11 a:hover {
  color: var(--footer-link-hover-color, #1c5a80);
}
#footer-11 .bottom-bar-f11 {
  background-color: var(--footer-bottom-bar-bg, #f1f3f5);
  color: var(--footer-bottom-bar-text, #555555);
  padding: 1.25rem 0;
  font-size: 0.8rem;
}
#footer-11 .bottom-bar-f11 .copyright-text-f11 {
  margin-bottom: 0;
  text-align: center;
}
#footer-11 .bottom-bar-f11 .social-icons-f11 a {
  color: var(--footer-bottom-bar-text, #555555);
  margin: 0 0.6rem;
  font-size: 1.1rem;
  transition: color 0.2s ease;
}
#footer-11 .bottom-bar-f11 .social-icons-f11 a:hover {
  color: var(--footer-link-color, #2980b9);
}
@media (max-width: 991.98px) {
  /* lg */
  #footer-11 .contact-info-block-f11,
  #footer-11 .map-placeholder-f11 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  #footer-11 .bottom-bar-f11 .copyright-text-f11 {
    text-align: left;
  }
  #footer-11 .bottom-bar-f11 .social-icons-f11 {
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  #footer-11 .bottom-bar-f11 .social-icons-f11 {
    margin-top: 0.75rem; /* Space if copyright is above on mobile */
    text-align: center;
  }
}


