﻿.nav-bar {
  background: transparent;
}
.nav-bar .nav-links li a {
  color: #fff;
}
.nav-bar .logo .text h2 {
  color: #fff !important;
}
.nav-bar .fa-search {
  color: #fff;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.nav-bar.scrolled {
  background-color: #fff;
  position: fixed;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
.nav-bar.scrolled .nav-links li a {
  color: #333;
}
.nav-bar.scrolled .nav-links li a:hover {
  color: #fff;
}
.nav-bar.scrolled .logo .text h2 {
  color: #333 !important;
}
.nav-bar.scrolled .fa-search {
  color: #333;
}

#nghiencuu .title-content {
  padding: 30px 0;
}
#nghiencuu .title-content h2 {
  font-size: 2.75rem;
  font-family: "fs magistral-bold";
  text-align: center;
  color: #333;
}
#nghiencuu .container-fluid {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#nghiencuu .container-custom {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}
#nghiencuu .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0.5);
}
#nghiencuu .breadcrumb-banner .breadcrumb-content {
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#nghiencuu .breadcrumb-banner .breadcrumb-content img {
  width: 100%;
  object-fit: cover;
  border-radius: 0px;
}
#nghiencuu .breadcrumb-banner .breadcrumb-content .breadcrumb-body {
  position: absolute;
  z-index: 1;
  color: #fff;
  text-align: center;
  display: grid;
  gap: 25px;
  max-width: 900px;
}
#nghiencuu .breadcrumb-banner .breadcrumb-content .breadcrumb-body .breadcrumb {
  font-size: 13pt;
}
#nghiencuu .breadcrumb-banner .breadcrumb-content .breadcrumb-body .breadcrumb .breadcrumb-item a {
  color: #333;
}
#nghiencuu .breadcrumb-banner .breadcrumb-content .breadcrumb-body .breadcrumb-item:last-child a {
  color: #e51010 !important;
}
#nghiencuu .dich-vu-du-lieu .service-item3 {
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  height: 100%;
  background-color: #0a64a3;
}
#nghiencuu .dich-vu-du-lieu .service-item3 .icon {
  margin-bottom: 10px;
}
#nghiencuu .dich-vu-du-lieu .service-item3 .icon img {
  width: 33px;
  height: 33px;
  border-radius: 0px;
}
#nghiencuu .dich-vu-du-lieu .service-item3 h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
  color: #fff !important;
  transition: ease-in-out 0.3s;
}
#nghiencuu .dich-vu-du-lieu .service-item3 h4 .stretched-link {
  color: #fff !important;
}
#nghiencuu .dich-vu-du-lieu .service-item3 h4 .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
#nghiencuu .dich-vu-du-lieu .service-item3 p {
  line-height: 24px;
  font-size: 12pt;
  margin-bottom: 0;
  color: #fff;
}
#nghiencuu .dich-vu-du-lieu .service-item3:hover {
  transform: translateY(-10px);
  box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
}
#nghiencuu .dich-vu-du-lieu .service-item3:hover h4 a {
  color: #fff;
}
