.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;
  }
}

.breadcrumb {
  margin-bottom: 2rem;
  color: var(--bs-gray-600);
  font-size: 14px;
}
.breadcrumb a {
  color: var(--bs-gray-600);
  text-decoration: none;
  margin-right: 0.5rem;
}
.breadcrumb a:not(:first-child) {
  margin-left: 0.5rem;
}
.breadcrumb a:hover {
  color: var(--bs-dark);
}

.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: -8.5%;
  width: 25vw;
  transform: rotate(41deg);
}
@media (min-width: 768px) {
  .ip-2 {
    left: -6.5%;
    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;
}

.region-title {
  z-index: 888;
  pointer-events: none;
}

.title {
  position: relative;
  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);
}

.exhibition h1 {
  color: var(--bs-primary);
}

.exhi-card {
  display: block;
  height: 100%;
  text-decoration: none;
}
.exhi-card h2 {
  font-size: 1.125rem;
  color: var(--bs-primary);
  margin-bottom: 0.5rem;
  letter-spacing: 0;
}
.exhi-img {
  flex-basis: 45%;
  margin-right: 5%;
}
.exhi-img img {
  border-radius: 0.875rem;
}
.exhi-info {
  flex-basis: 50%;
}
.exhi-info p {
  font-size: 14px;
}
.exhi-btn {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.5rem 1.25rem;
  border-radius: 999px;
  border-style: solid;
  border-width: 1px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s;
}
.exhi-btn-primary {
  border-color: var(--bs-primary);
  color: var(--bs-primary);
}
.exhi-btn-primary:hover {
  background-color: var(--bs-primary);
  color: #fff;
}
.exhi-btn-green {
  border-color: #255e24;
  color: #255e24;
}
.exhi-btn-green:hover {
  background-color: #255e24;
  color: #fff;
}
.exhi-btn-orange {
  border-color: #c64c13;
  color: #c64c13;
}
.exhi-btn-orange:hover {
  background-color: #c64c13;
  color: #fff;
}
.exhi-btn-blue {
  border-color: #0d3270;
  color: #0d3270;
}
.exhi-btn-blue:hover {
  background-color: #0d3270;
  color: #fff;
}
.exhi-btn-gray {
  border-color: #414141;
  color: #414141;
}
.exhi-btn-gray:hover {
  background-color: #414141;
  color: #fff;
}
.exhi-btn-ceru {
  border-color: #0c4b4a;
  color: #0c4b4a;
}
.exhi-btn-ceru:hover {
  background-color: #0c4b4a;
  color: #fff;
}
.exhi-menu {
  border: 2px solid var(--bs-primary);
}
@media (min-width: 768px) {
  .exhi-menu {
    border-radius: 1.25rem;
  }
}
.exhi-menu-mobile {
  background-color: var(--bs-primary);
  font-weight: bold;
  color: #fff;
  font-size: 1.25rem;
}
.exhi-menu a {
  display: inline-block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
}
.exhi-menu a.actived {
  background-color: #409d6e;
  cursor: default;
  pointer-events: none;
}
.exhi-menu a:hover {
  background-color: #409d6e;
}
.exhi-a-item.active {
  border: 4px solid var(--bs-primary) !important;
}
.exhi-carousel {
  position: relative;
  padding: 0 5%;
}
.exhi-carousel .owl-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 30%;
  width: 100%;
  margin-left: -5%;
  pointer-events: none;
}
.exhi-carousel .owl-nav button {
  border-radius: 50% !important;
  width: 44px;
  height: 44px;
  border: 1px solid var(--bs-dark) !important;
  font-size: 1.25rem;
  pointer-events: auto;
}
.exhi-carousel .owl-nav button:hover {
  background-color: var(--bs-primary) !important;
}
.exhi-a-content {
  margin-top: 2rem;
}
.exhi-a-content h1 {
  margin-bottom: 2rem;
}
.exhi-a-content h2 {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--bs-primary);
  color: var(--bs-primary);
  letter-spacing: normal;
}
.exhi-a-content p {
  font-size: 1.25rem;
}
.exhi-a-content img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .exhi-nav {
    text-align: right;
  }
}
.exhi-nav a {
  text-decoration: none;
  color: var(--bs-primary);
}
.exhi-nav a:hover {
  text-decoration: underline;
}
.exhi-nav a i {
  margin-right: 0.5rem;
}
.exhi-video iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.exhi-video .btn {
  width: 100%;
  margin-top: 0.75rem !important;
}
@media (min-width: 768px) {
  .exhi-video .btn {
    width: auto;
  }
}
.exhi-map {
  position: relative;
}
@media (min-width: 768px) {
  .exhi-map-sticky {
    position: sticky;
    top: 250px;
  }
}
.exhi-map-list a:first-child {
  pointer-events: none;
}
.exhi-map-pin {
  display: block;
  position: absolute;
  width: 8%;
}
.exhi-map-pin img {
  max-width: 100%;
  height: auto;
}
.exhi-map-pin-1 {
  top: 20%;
  left: 50%;
}
.exhi-map-pin-2 {
  top: 46%;
  left: 45%;
}
.exhi-map-pin-3 {
  top: 42%;
  left: 37%;
  z-index: 9;
}
.exhi-map-pin-4 {
  top: 55%;
  left: 31%;
}
.exhi-map-pin-5 {
  top: 57%;
  left: 22%;
}
.exhi-map-pin-6 {
  top: 48%;
  left: 14%;
}
.exhi-map-pin-7 {
  top: 30%;
  left: 7%;
}
.exhi-map-pin-8 {
  top: 14%;
  left: 15%;
}
.exhi-map-pin-9 {
  top: 11%;
  left: 32%;
}
.exhi-map-pin-10 {
  top: 32%;
  left: 19%;
}
.exhi-map-pin-11 {
  top: 30%;
  left: 28%;
}
.exhi-map-pin-12 {
  top: 28%;
  left: 37%;
}
.exhi-map-pin-13 {
  top: 26%;
  left: 45%;
}
.exhi-map-pin-14 {
  top: 10%;
  left: 57%;
}
.exhi-map-pin-15 {
  top: 55%;
  left: 71%;
}
.exhi-map-pin-16 {
  top: 43%;
  left: 82%;
}
.exhi-map-pin-17 {
  top: 33%;
  left: 63%;
}
.exhi-map-pin-18 {
  top: 35%;
  left: 12%;
}
.exhi-link {
  transition: all 0.3s;
}
.exhi-link > div:first-child {
  flex: 1 0 90%;
}
.exhi-link > div:last-child {
  flex: 1 0 10%;
}
.exhi-link:hover {
  background-color: rgb(230.8461538462, 245.1538461538, 237.9230769231);
}
.exhi-link-icon {
  flex-basis: 10%;
  align-self: center;
  text-align: right;
}

.nav-tabs .nav-link.active {
  background-color: var(--bs-primary);
  color: #fff !important;
}

/*** 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);
}

.circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0;
}

.bg-green {
  background-color: #255e24;
}
.bg-blue {
  background-color: #0d3270;
}
.bg-orange {
  background-color: #c64c13;
}
.bg-ceru {
  background-color: #0c4b4a;
}
.bg-gray {
  background-color: #414141;
}

.hr {
  display: block;
  height: 1px;
}

.cap {
  margin-top: 1rem;
  color: var(--bs-gray-700);
  font-size: 1rem !important;
}
.cap span {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0 0.25rem;
  border-radius: 0.25rem;
  background-color: var(--bs-primary);
  color: #fff;
  font-size: 14px;
}/*# sourceMappingURL=lb80.css.map */