html,
body,
input,
textarea,
button,
select,
optgroup {
  font-family: "Be Vietnam Pro", "Roboto", sans-serif !important;
}

body {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
}

.ld-container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
}

.ld-header {
  margin-bottom: 60px;
  overflow: hidden;
}
.ld-header img {
  width: 100%;
  display: block;
  animation: ldKenBurns 14s ease-out 0.1s both;
}
@media (max-width: 768px) {
  .ld-header {
    margin-bottom: 30px;
  }
}

@keyframes ldKenBurns {
  from {
    transform: scale(1.08);
  }
  to {
    transform: scale(1);
  }
}
p {
  font-size: 18px;
  line-height: 1.5;
}

.ld-image {
  width: 100%;
  height: auto;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.ld-credits {
  border-left: 6px solid #b8c97a;
  padding: 10px 0 10px 20px;
  margin: 40px 0;
}
.ld-credits p {
  line-height: 1.6;
  margin: 0;
  color: #0f4d2a;
}
.ld-credits p strong {
  font-weight: 700;
}

.le-cong-bo {
  display: block;
}
@media (max-width: 768px) {
  .le-cong-bo {
    padding: 0;
    display: block;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .le-cong-bo div {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .le-cong-bo img {
    width: 100%;
  }
}

.ld-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s ease-out, transform 0.9s ease-out;
  will-change: opacity, transform;
}

.ld-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ld-container.is-visible > * {
  animation: ldFadeUp 0.7s ease-out both;
}

.ld-container.is-visible > *:nth-child(1) {
  animation-delay: 0.05s;
}

.ld-container.is-visible > *:nth-child(2) {
  animation-delay: 0.15s;
}

.ld-container.is-visible > *:nth-child(3) {
  animation-delay: 0.25s;
}

.ld-container.is-visible > *:nth-child(4) {
  animation-delay: 0.35s;
}

.ld-container.is-visible > *:nth-child(5) {
  animation-delay: 0.45s;
}

.ld-container.is-visible > *:nth-child(6) {
  animation-delay: 0.55s;
}

.ld-container.is-visible > *:nth-child(7) {
  animation-delay: 0.65s;
}

.ld-container.is-visible > *:nth-child(8) {
  animation-delay: 0.75s;
}

.ld-container.is-visible > *:nth-child(n+9) {
  animation-delay: 0.85s;
}

@keyframes ldFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ld-image,
.ld-container img,
.le-cong-bo img {
  transition: transform 0.7s ease, filter 0.5s ease, box-shadow 0.7s ease;
}

.ld-image:hover,
.ld-container img:hover,
.le-cong-bo img:hover {
  transform: scale(1.012);
  filter: brightness(1.03) saturate(1.05);
}

@media (prefers-reduced-motion: reduce) {
  .ld-header img,
  .ld-reveal,
  .ld-container.is-visible > *,
  .ld-image,
  .ld-container img,
  .le-cong-bo img {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
.view-pc {
  display: block !important;
}
@media (max-width: 768px) {
  .view-pc {
    display: none !important;
  }
}

.view-mobile {
  display: none !important;
}
@media (max-width: 768px) {
  .view-mobile {
    display: block !important;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 768px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
}
