.display-1 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 8px;
}
@media (min-width: 768px) {
  .display-1 {
    font-size: 80px;
    letter-spacing: 16px;
  }
}
.display-2 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
}
@media (min-width: 768px) {
  .display-2 {
    font-size: 3vw;
    letter-spacing: 8px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem 2rem;
  background-color: rgb(255, 255, 255);
  z-index: 9999;
  transition: all 0.5s;
}
@media (min-width: 768px) {
  .header {
    position: sticky;
  }
}
@media (min-width: 768px) {
  .header {
    padding: 1rem 4rem;
  }
}
.header-logo {
  width: 120px;
  height: auto;
}

.nav-item a {
  padding: 0.5rem 0;
}
@media (min-width: 768px) {
  .nav-item a {
    padding: 0.5rem 1.5rem;
  }
}

.hero {
  display: flex;
  align-items: end;
  position: relative;
  width: 100%;
  margin-top: 88px;
  min-height: 40vh;
}
@media (min-width: 768px) {
  .hero {
    display: block;
    margin-top: 0;
    min-height: auto;
  }
}
.hero-bg {
  width: 100%;
  height: auto;
}
.hero-slogan {
  display: none;
}
@media (min-width: 768px) {
  .hero-slogan {
    display: block;
    position: absolute;
    top: 14vh;
    left: 9%;
    width: 74%;
  }
}
@media (min-width: 768px) {
  .hero-slogan img {
    width: 28vw;
  }
}
.hero-logo {
  width: 200px;
  margin: 2rem 0;
}
@media (min-width: 768px) {
  .hero-logo {
    width: 400px;
    margin: 4rem 0;
  }
}

.ip {
  position: absolute;
}
.ip-1 {
  top: 58vh;
  right: 0;
  width: 25vw;
}
@media (min-width: 768px) {
  .ip-1 {
    top: 70vh;
    width: 15vw;
  }
}
.ip-2 {
  top: 27vh;
  left: -6%;
  width: 25vw;
  transform: rotate(41deg);
}
@media (min-width: 768px) {
  .ip-2 {
    top: 45vh;
    width: 15vw;
  }
}

.line {
  position: absolute;
  z-index: -1;
  width: 15vw;
}
.line-l {
  top: 50vh;
  left: 0;
}
.line-r {
  top: 80vh;
  right: 0;
}

.footer {
  position: relative;
  background: url(../images/bg-footer-m.png) center/cover;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .footer {
    background: url(../images/bg-footer.png) right top/cover;
  }
}
.footer-logo {
  width: 120px;
  height: auto;
}
.footer-icons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-right: 0.75rem;
  font-size: 1.125rem;
  text-decoration: none;
  transition: all 0.3s;
}
.footer-icons a:hover {
  background-color: #fff;
  color: var(--bs-primary);
  text-decoration: none !important;
}
.footer-sitemap a {
  line-height: 2;
}
.footer-mainlogo {
  width: 160px;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer-ip {
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 20vw;
}
@media (min-width: 768px) {
  .footer-ip {
    width: 12vw;
  }
}

.tag {
  background-color: #42A62A;
  border-radius: 8px;
  font-size: 14px;
  color: #fff;
}

.timeline {
  position: relative;
}
.timeline-item {
  min-width: 160px;
}
.timeline-year {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--bs-primary);
  margin-bottom: 1rem;
}
.timeline-node {
  position: relative;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline-line {
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #d8d8d8;
  z-index: 1;
}
.timeline-dot {
  width: 12px;
  height: 12px;
  background-color: var(--bs-primary);
  border-radius: 50%;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 0 6px #fff;
}
.timeline-text {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  font-weight: 600;
}

.history {
  background-color: #EBEBEB;
  border-radius: 1.25rem;
  overflow: hidden;
  text-decoration: none;
}
.history:hover img {
  transform: scale(1.05);
}
.history img {
  border-radius: 0 1.25rem 1.25rem 0;
  transition: all 0.3s;
}

.title {
  background: url(../images/title-a.jpg) center/cover;
  height: 25vw;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .title {
    height: 12.5vw;
  }
}
.title h1 {
  color: var(--bs-primary);
}
.title-a {
  background: url(../images/title-a.jpg) center/cover !important;
}
.title-b {
  background: url(../images/title-b.jpg) center/cover !important;
}
.title-c {
  background: url(../images/title-c.jpg) center/cover !important;
}
.title-d {
  background: url(../images/title-d.jpg) center/cover !important;
}
.title-e {
  background: url(../images/title-e.jpg) center/cover !important;
}
.title-f {
  background: url(../images/title-f.jpg) center/cover !important;
}

.region-title {
  position: sticky;
  top: 88px;
  min-height: 35vw;
}
@media (min-width: 768px) {
  .region-title {
    min-height: 12.5vw;
  }
}

.icon-heading {
  width: 40px;
  height: auto;
  margin-right: 0.5rem;
}

.event-block {
  display: block;
  border-radius: 1.25rem;
  box-shadow: 0 0 15px #ddd;
  height: 100%;
  text-decoration: none;
  transition: all 0.3s;
}
.event-block:hover {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
}
.event-block img {
  width: 100px;
  height: auto;
  margin-right: 2rem;
}
@media (min-width: 768px) {
  .event-block img {
    width: 140px;
  }
}
.event-block p {
  max-height: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.event-arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--bs-gray-600);
  color: var(--bs-gray-600);
}

/*** UNTILITIES ***/
.btn-menu {
  position: absolute;
  top: 1.75rem;
  right: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  width: 40px;
  height: 24px;
}
.btn-menu span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--bs-dark);
  transition: all 0.3s;
}
.btn-menu.active span:first-child {
  transform: translateY(11px) rotate(45deg);
}
.btn-menu.active span:nth-child(2) {
  opacity: 0;
}
.btn-menu.active span:last-child {
  transform: translateY(-11px) rotate(-45deg);
}/*# sourceMappingURL=lb80.css.map */