@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500&display=swap');

body, h1, h2, h3, h4, h5, h6, p, a, span, button, input, textarea, select, div {
  font-family: 'Be Vietnam Pro', sans-serif !important;
}

body {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  background-color: #fff7f0;
}

.menu-button:hover {
  color: #0851ee;
  transition: all 0.3s ease;
}

.hero img {
  transition: filter 0.8s ease;
  filter: brightness(1.2);
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.group:hover .group-hover\:block {
  display: block;
}

.group-hover\:block {
  display: none;
}

.hero div {
  top: 54%;
}

.hero:hover img {
  transform: scale(1.001) translateY(-0.5%);
  transition: transform 0.5s ease;
}

.hero-text:hover {
  text-shadow: 2px 2px 5px rgba(171, 0, 250, 0.5);
  color: #ffffff;
}

.swiper-slide p,
.swiper-slide h2 {
  text-shadow: none !important; 
}
.swiper-slide h2 {
  text-shadow: 0 4px 10px rgba(0,0,0,0.5) !important;
}

.container {
  width: 80%;
  margin: 0 auto;
  padding: 50px;
  background-color: #eef1f7;
  border-radius: 10px;
}

section {
  margin-bottom: 40px;
}

.hinh {
  width: 50%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  display: inline-block;
}

img:hover {
  transform: scale(1.05);
}

.highlight {
  color: #e74c3c;
  font-weight: bold;
}

hr.chibi-line {
  border: 0;
  height: 10px;
  background: linear-gradient(to right, pink, lightblue, pink);
  border-radius: 5px;
}

.gradient-text {
  font-size: 52px;
  font-weight: 900;
  background: linear-gradient(90deg, #a2d2ff, #00b4d8, #b388eb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
}

@keyframes shimmer {
  0% {
    background-position: 0%
  }
  100% {
    background-position: 100%
  }
}

.map {
  background-color: #eff6fc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.slo h1 {
  font-size: 32px;
  font-weight: 700;
  background: linear-gradient(90deg, #00b4d8, #a2d2ff, #b388eb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 24px;
  text-align: center;
}

.map-gradient-wrapper {
  padding: 5px;
  background: linear-gradient(135deg, #00b4d8, #a2d2ff, #b388eb);
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  max-width: 80%;
  width: 70%;
}

.map-inner {
  border-radius: 16px;
  overflow: hidden;
}

iframe {
  width: 100%;
  height: 550px;
  border: none;
  display: block;
}

footer {
  background: linear-gradient(to right, #005f99, #0077b6);
  color: white;
  padding: 50px 20px;
  margin: 0;
}

.footer-container {
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  padding-left: 10%;
}

.footer-column {
  flex: 1 1 25%;
  min-width: 180px;
}

.footer-column h3 {
  font-size: 22px;
  margin-bottom: 15px;
  border-left: 4px solid #90e0ef;
  padding-left: 10px;
}

.footer-column p,
.footer-column a {
  font-size: 16px;
  line-height: 1.8;
  margin: 6px 0;
  text-decoration: none;
  color: #e0f7fa;
}

.footer-column a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
  color: #bbdfee;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 10px;
  }
  .footer-column {
    width: 100%;
  }
  .icongoc {
    width: 5rem; 
    height: 5rem; 
  }
  .icongoc i {
    font-size: 5rem; 
  }
}

footer p {
  text-indent: 0;
}

.icongoc {
  width: 2rem; 
  height: 2rem; 
}

.icongoc i {
  font-size: 2rem; 
}