
/* 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-9 {
  position: relative;
  background: var(--bottom-color);
  color: var(--text-color);
  text-align: center;
  overflow: hidden;
  padding: 6rem 0;
}

/* Lớp nền trên */
#link-section-9 .upper-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: var(--top-color);
  z-index: 0;
}

/* Sóng chia giữa */
#link-section-9 .upper-bg .wave-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  overflow: hidden;
}
#link-section-9 .upper-bg .wave-bottom svg {
  display: block;
  width: calc(100% + 1px);
  height: 80px;
}
#link-section-9 .upper-bg .wave-bottom path {
  fill: var(--bottom-color);
}

/* Nội dung giữ nổi trên lớp nền */
#link-section-9 .container {
  position: relative;
  z-index: 1;
}

#link-section-9 .section-title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

#link-section-9 .section-subtitle {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

/* Các nút liên kết */
#link-section-9 .link-item {
  background: rgba(255,255,255,0.2);
  border-radius: 0.75rem;
  padding: 1.5rem;
  text-decoration: none;
  color: var(--text-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s, transform 0.3s;
}
#link-section-9 .link-item:hover {
  background: rgba(255,255,255,0.35);
  transform: translateY(-4px);
}
#link-section-9 .link-item i {
  font-size: 1.25rem;
  margin-right: 0.5rem;
}





#footer-1 {
  background-color: var(--footer-bg-color, #f8f9fa);
  color: var(--footer-text-color, #212529);
  padding-top: var(--footer-padding-top, 4rem);
  padding-bottom: var(--footer-padding-bottom, 2rem);
  font-size: 0.9rem;
}
#footer-1 .footer-logo {
  max-height: 45px;
  margin-bottom: 1rem;
}
#footer-1 .footer-section {
  margin-bottom: 1.5rem; /* Ensure spacing on mobile */
}
#footer-1 .footer-section-title {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: var(--footer-text-color);
}
#footer-1 .footer-brand-description {
  font-size: 0.85rem;
  line-height: 1.6;
  color: var(--footer-text-color);
  opacity: 0.9;
}
#footer-1 .footer-links-list {
  list-style: none;
  padding-left: 0;
}
#footer-1 .footer-links-list li {
  margin-bottom: 0.5rem;
}
#footer-1 .footer-links-list a {
  color: var(--footer-link-color, #0d6efd);
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
#footer-1 .footer-links-list a:hover,
#footer-1 .footer-links-list a.active {
  color: var(--footer-link-hover-color, #0a58ca);
  text-decoration: underline;
}
#footer-1 .contact-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.6rem;
  font-size: 0.9rem;
}
#footer-1 .contact-info-item i {
  width: 20px;
  margin-right: 0.5rem;
  color: var(--footer-link-color, #0d6efd);
  margin-top: 0.15em; /* Align icon slightly better */
}
#footer-1 .contact-info-item a {
  color: var(--footer-text-color);
  text-decoration: none;
}
#footer-1 .contact-info-item a:hover {
  color: var(--footer-link-color, #0d6efd);
}
#footer-1 .newsletter-form .form-control {
  border-radius: 0.25rem;
  font-size: 0.9rem;
}
#footer-1 .newsletter-form .btn {
  font-size: 0.9rem;
}
#footer-1 .partner-links-list {
  list-style: none;
  padding-left: 0;
  font-size: 0.85rem;
}
#footer-1 .partner-links-list li {
  margin-bottom: 0.3rem;
}
#footer-1 .partner-links-list a {
  color: var(--footer-link-color, #0d6efd);
  text-decoration: none;
}
#footer-1 .partner-links-list a:hover {
  color: var(--footer-link-hover-color, #0a58ca);
  text-decoration: underline;
}
#footer-1 .footer-bottom-bar {
  padding-top: 1.5rem;
  margin-top: 1.5rem; /* Space above the bar */
  border-top: 1px solid
    var(--footer-bottom-bar-border-color, rgba(0, 0, 0, 0.1));
  background-color: var(--footer-bottom-bar-bg-color, #e9ecef);
  color: var(--footer-bottom-bar-text-color, #212529);
}
#footer-1 .footer-copyright-text {
  font-size: 0.8rem;
  margin-bottom: 0;
  text-align: center;
}
#footer-1 .footer-social-icons {
  text-align: center;
}
#footer-1 .footer-social-icons a {
  color: var(--footer-bottom-bar-text-color, #212529);
  margin: 0 0.5rem;
  font-size: 1.1rem;
  transition: color 0.2s ease-in-out;
}
#footer-1 .footer-social-icons a:hover {
  color: var(--footer-link-color, #0d6efd);
}
@media (min-width: 768px) {
  #footer-1 .footer-copyright-text {
    text-align: left;
  }
  #footer-1 .footer-social-icons {
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  #footer-1 .footer-section {
    margin-bottom: 2rem; /* Increase bottom margin for stacked columns */
  }
  #footer-1 .footer-bottom-bar .col-md-6 {
    /* Stack copyright and social on mobile */
    text-align: center !important;
    margin-bottom: 0.75rem;
  }
  #footer-1 .footer-bottom-bar .col-md-6:last-child {
    margin-bottom: 0;
  }
}


