
/* Header #15 */
/* Announcement bar */
#header-15 .announcement {
  background: #0d6efd;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  padding: 0.25rem 0;
}
#header-15 .announcement a {
  color: #fff;
  text-decoration: underline;
}
/* Header chính */
#header-15 {
  position: fixed;
  top: 0;
  width: 100%;
  transition: background 0.3s, box-shadow 0.3s;
  z-index: 999;
}
#header-15 .navbar {
  padding: 1rem 0;
}

#header-15 .navbar-brand img {
  max-height: 45px;
}

#header-15.transparent {
  background: transparent;
  box-shadow: none;
}
#header-15.solid {
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
/* Nav link underline hover */
#header-15 .nav-link {
  position: relative;
  color: #333;
  transition: color 0.2s;
}
#header-15 .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #0d6efd;
  transition: width 0.3s;
}
#header-15 .nav-link:hover::after,
#header-15 .nav-link.active::after {
  width: 100%;
}
/* CTA button */
#header-15 .btn-cta {
  text-transform: uppercase;
  padding: 0.5rem 1.25rem;
  transition: transform 0.2s, box-shadow 0.2s;
}
#header-15 .btn-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
/* Đệm cho nội dung trang khi header cố định */
body {
  padding-top: calc((1rem * 2) + 2.5rem);
}



#link-section-8 {
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
  background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
  color: #fff;
  text-align: center;
}

#link-section-8 .bg-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.3;
}

#link-section-8 .container {
  position: relative;
  z-index: 1;
}

#link-section-8 .section-title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

#link-section-8 .section-subtitle {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  opacity: 0.85;
}

#link-section-8 .link-item {
  background: rgba(255,255,255,0.2);
  border-radius: 0.75rem;
  padding: 1.5rem;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s, transform 0.3s;
}

#link-section-8 .link-item:hover {
  background: rgba(255,255,255,0.35);
  transform: translateY(-4px);
}

#link-section-8 .link-item i {
  font-size: 1.25rem;
  margin-right: 0.5rem;
}






/* Footer-7 Styles */
#footer-7 {
  background-color: var(--footer-bg-color, #222529);
  color: var(--footer-text-color, #ced4da);
  padding-top: 3rem;
  font-size: 0.9rem;
  line-height: 1.7;
}
#footer-7 .footer-top-row {
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--footer-separator-color, #444950);
  margin-bottom: 2rem;
}
#footer-7 .footer-logo-f7 {
  max-height: 50px; /* Adjust as needed */
  filter: brightness(0) invert(1) opacity(0.85); /* For light logo on dark bg */
}
#footer-7 .footer-tagline-f7 {
  font-size: 1.1rem;
  font-style: italic;
  opacity: 0.9;
  color: var(--footer-text-color, #ced4da);
}
#footer-7 .footer-section-title-f7 {
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--footer-title-color, #e0e0e0);
  margin-bottom: 1.25rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px dotted var(--footer-separator-color, #444950);
  display: inline-block;
}
#footer-7 .contact-block-f7 .contact-item-f7 {
  margin-bottom: 0.7rem;
  display: flex;
  align-items: flex-start;
}
#footer-7 .contact-block-f7 .contact-item-f7 i {
  width: 20px;
  margin-right: 0.75rem;
  color: var(--footer-link-color, #00acc1);
  margin-top: 0.15em;
}
#footer-7 .contact-block-f7 .contact-item-f7 span,
#footer-7 .contact-block-f7 .contact-item-f7 a {
  color: var(--footer-text-color, #ced4da);
  text-decoration: none;
}
#footer-7 .contact-block-f7 .contact-item-f7 a:hover {
  color: var(--footer-link-color, #00acc1);
}
#footer-7 .contact-block-f7 .contact-item-f7 .contact-type {
  font-weight: 500;
  display: block;
  font-size: 0.8rem;
  opacity: 0.8;
}
#footer-7 .menu-links-list-f7 {
  list-style: none;
  padding-left: 0;
}
#footer-7 .menu-links-list-f7 li {
  margin-bottom: 0.6rem;
}
#footer-7 .menu-links-list-f7 a {
  color: var(--footer-link-color, #00acc1);
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
#footer-7 .menu-links-list-f7 a:hover,
#footer-7 .menu-links-list-f7 a.active {
  color: var(--footer-link-hover-color, #007c8c);
  padding-left: 5px;
}
#footer-7 .social-media-list-f7 {
  list-style: none;
  padding-left: 0;
}
#footer-7 .social-media-list-f7 li {
  margin-bottom: 0.75rem;
}
#footer-7 .social-media-list-f7 a {
  color: var(--footer-text-color, #ced4da);
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: color 0.2s ease;
}
#footer-7 .social-media-list-f7 a i {
  font-size: 1.4rem; /* Larger icons */
  margin-right: 0.75rem;
  width: 25px;
  text-align: center;
  color: var(--footer-link-color, #00acc1);
  transition: color 0.2s ease;
}
#footer-7 .social-media-list-f7 a:hover {
  color: var(--footer-link-color, #00acc1);
}
#footer-7 .social-media-list-f7 a:hover i {
  color: var(--footer-link-hover-color, #007c8c);
}
#footer-7 .social-media-list-f7 .social-label {
  font-size: 0.9rem;
}
#footer-7 .partner-links-row-f7 {
  padding: 1.5rem 0;
  margin-top: 1rem;
  border-top: 1px solid var(--footer-separator-color, #444950);
  border-bottom: 1px solid var(--footer-separator-color, #444950);
}
#footer-7 .partner-links-list-f7 {
  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-7 .partner-links-list-f7 a {
  color: var(--footer-link-color, #00acc1);
  text-decoration: none;
  font-size: 0.85rem;
}
#footer-7 .partner-links-list-f7 a:hover {
  color: var(--footer-link-hover-color, #007c8c);
  text-decoration: underline;
}
#footer-7 .footer-bottom-bar-f7 {
  background-color: var(--footer-bottom-bar-bg-color, #1c1e22);
  color: var(--footer-bottom-bar-text-color, #9ea7ad);
  padding: 1.5rem 0;
  text-align: center;
  font-size: 0.8rem;
}
#footer-7 .footer-bottom-bar-f7 p {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  /* lg breakpoint */
  #footer-7 .footer-top-row .col-lg-4,
  #footer-7 .footer-top-row .col-lg-8 {
    text-align: center;
  }
  #footer-7 .footer-logo-f7 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  /* md breakpoint */
  #footer-7 .footer-column-f7 {
    margin-bottom: 2rem;
  }
  #footer-7 .partner-links-row-f7 {
    text-align: center;
  }
}


