html {
  font-size: 100%;
}
.earthjump h2 {
  font-size: 33px;
  font-weight: 600;
  line-height: 50px;
  text-align: left;
  margin-bottom: 32px;
}
.earthjump h3 {
  font-weight: 600;
}

.img-text-banner {
  position: absolute;
  max-width: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hide-w991 {
  display: block;
}
.show-w991 {
  display: none;
}

.section-about {
  padding: 64px 0;
  background: #0b2a33;
  color: #fff;
}
.section-about h2 {
  font-size: 42px;
  line-height: 63px;
  text-align: center;
}
.img-about {
  max-width: 285px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-about img {
  padding-bottom: 90px;
}
.section-about h3 {
  font-size: 26px;
  line-height: 39px;
}
.section-about p {
  line-height: 24px;
  font-weight: 500;
}
.section-speakers {
  background: url(../img/bg-speakers.png) no-repeat center center / cover;
  color: #fff;
  padding: 64px 0;
}
.section-speakers .title1 {
  margin-bottom: 16px;
}
.section-speakers .title2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 32px;
}
.speakers-box {
  max-width: 1140px;
  padding: 48px 96px;
  border: 3px solid #00dd9e;
  border-radius: 8px;
  margin-top: 32px;
  margin: 32px auto 0;
  background-color: #8ec8db33;
}
.speakers-box:nth-of-type(2n) {
  background-color: #8ec8db33;
}
.speakers-box h3 {
  margin-bottom: 16px;
  text-align: center;
  font-size: 26px;
  line-height: 39px;
  color: #00dd9e;
}
.speakers-box .head-sub {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  margin-bottom: 32px;
}
.speakers-box ul {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 1.5;
}
.speaker-container {
  max-width: 948px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.speaker-container:has(.speaker-card.md-4-cards) {
  column-gap: 0px;
  max-width: 100%;
}

.speaker-container.wrap-reverse {
  flex-wrap: wrap-reverse;
}

.speaker-card {
  width: calc((100% - 48px) / 3);
  text-align: center;
  gap: 16px;
  display: flex;
  flex-direction: column;
}

.speaker-card.md-2-cards {
  width: calc((100% - 48px) / 2);
}

.speaker-card.md-4-cards {
  width: calc((100% - 48px) / 4);
}

.speaker-img img {
  max-width: 180px;
}
.speaker-card .display-name {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}
.speaker-card .position {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.speaker-seemore {
  margin-top: 32px;
  text-align: center;
}
.btn-seemore {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.btn-seemore span {
  text-decoration: underline;
}
.section-activities {
  /* background: url(../img/bg-activities.png) no-repeat center center / cover; */
  background: #333;
  color: #fff;
  padding: 64px 0;
}
.activities-box {
  margin-top: 32px;
  background: #12556c;
  padding: 48px 16px;
  border-radius: 8px;
  border: 3px solid #ffffff80;
}
.activities-box:nth-child(3) {
  background: #666;
}
.activities-box:nth-child(4) {
  background: #40525d;
}
.activities-box h3 {
  font-size: 26px;
  line-height: 39px;
  text-align: center;
  margin-bottom: 8px;
}
.activities-box .head-sub {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  margin-bottom: 32px;
}
.activity-container {
  max-width: calc((300px * 3) + (24px * 2));
  margin: 0 auto;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  /* justify-content: center; */
}
.flex-2 {
  max-width: calc((300px * 2) + (24px * 1));
}
.activity-card {
  width: calc((100% - (24px * 2)) / 3);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.flex-2 .activity-card {
  width: calc((100% - (24px * 1)) / 2);
}
.activity-text {
  background-color: #fff;
  padding: 24px;
  color: #666;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-grow: 1;
}
.activity-text .title {
  font-size: 18px;
  line-height: 27px;
  color: #333;
  font-weight: 600;
}
.activity-text .sub {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.activity-text .desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.btn-earthjump {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  padding: 9px 40px;
  border-radius: 8px;
  background: #00a94f;
  display: inline-block;
  color: #fff;
}
.btn-earthjump:hover {
  color: #fff;
}
.activity-btn-box {
  margin-top: 32px;
  margin-bottom: 16px;
  text-align: center;
}
.activity-note {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}
.section-exhibitors {
  padding: 64px 0;
  background: #cee1df;
}
.section-exhibitors h2 {
  color: #111;
  margin-bottom: 24px;
}
.exhibitor-container {
  max-width: 913px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.exhibitor-card {
  width: calc((100% - 72px) / 4);
  text-align: center;
  gap: 16px;
  display: flex;
  flex-direction: column;
}
.exhibitor-card > a {
  /* width: calc((100% - 72px) / 4); */
  text-align: center;
  gap: 16px;
  display: flex;
  flex-direction: column;
}
.section-exhibitors .exhibitor-card a {
    pointer-events: none; 
    cursor: default;
  }
.exhibitor-img img {
  border-radius: 8px;
}
.exhibitor-card .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #1e1e1e;
}
.section-directory {
  background: linear-gradient(
    179.98deg,
    #0c303b 0.03%,
    #0c313c 50.48%,
    #277271 83.88%,
    #3ca398 100%
  );
  padding: 64px 0;
  color: #fff;
}
.directory-img {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 32px;
}
.directory-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.cols {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.directory-zone {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  gap: 16px;
}
.directory-zone .line {
  position: relative;
  background: #d7d7d7;
  height: 1px;
  opacity: 0.3;
  top: 50%;
  width: 100%;
  flex: 1;
}
.directory-zone .line.full-line {
  left: -16px;
}
.directory-card {
  display: grid;
  padding: 8px 23px;
  grid-template-columns: 38px 1fr;
  background: #0000001a;
  gap: 16px;
}
.directory-card p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.directory-card:nth-of-type(2n) {
  background: #ffffff1a;
}
.directory-list:has(.directory-card:only-child) .directory-card {
  background: #ffffff1a;
}
.gap-24 {
  gap: 24px;
}
.section-back-year {
  padding: 64px 0;
  background: #0b2a33;
  color: #fff;
}
.section-back-year h2 {
  text-align: center;
}
.back-year-btn-box {
  text-align: center;
}
.section-agenda {
  padding: 64px 0;
  background: #f4f4f4;
  color: #111;
}
.section-agenda .head-sub {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 16px;
}
.section-agenda .nav {
  gap: 12px;
  margin-bottom: 32px;
}
.section-agenda .nav-pills .nav-link {
  color: #333333;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 8px 24px;
  border-radius: 8px;
  border: 1px solid #999999;
  background-color: #fff;
}

.section-agenda .nav-pills .nav-link.active,
.section-agenda .nav-pills .show > .nav-link {
  background-color: #00a94f;
  border: 1px solid #00a94f;
  color: #ffffff;
}
.room-detail-box {
  margin-bottom: 32px;
}
.room-detail-box .display-name {
  font-size: 26px;
  font-weight: 600;
  line-height: 39px;
  margin-bottom: 16px;
}
.room-detail-box .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 16px;
  color: #333;
}
.room-detail-box .date {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #333;
}
.agenda-detail-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.agenda-card {
  box-shadow: 0px 1px 3px 0px #0000001a;
  border-top: 5px solid #00a94f;
  padding: 43px 32px 48px;
  background: #fff;
  border-radius: 0 0 8px 8px;
}
.agenda-card .title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.agenda-card .time {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.agenda-card .author-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}

.author-list .author {
  display: flex;
  gap: 16px;
}
.author-list .author .img {
  width: 42px;
  flex-shrink: 0;
}
.author-list .author .display-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #111;
}
.author-list .author .position {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #666;
}
.section-agenda .tab-pane {
  max-height: 880px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.1s;
}
.section-agenda .tab-pane::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 270px;
  background: linear-gradient(180deg, rgba(244, 244, 244, 0) 0%, #f4f4f4 70%);
}
.section-agenda .tab-pane.none-seemore::after {
  content: none;
}
.section-agenda .tab-pane.full {
  max-height: none;
}
.section-agenda .tab-pane.full::after {
  display: none;
}
.agenda-seemore {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.tab-pane.full .agenda-seemore {
  position: relative;
  display: block;
  margin-top: 8px;
}
.tab-pane.full .btn-seemore img {
  transform: rotate(180deg);
}
.tab-pane.none-seemore .agenda-seemore {
  position: relative;
}
.btn-seemore.green {
  color: #00a94f;
}
.download-box {
  text-align: center;
  margin-top: 32px;
}
.tab-pane.full .download-box {
  margin-top: 24px;
}
.more-speaker-box {
  display: none;
}
.more-speaker-box.active {
  display: block;
}
.rotate-arrow {
  transform: rotate(180deg);
}
.kbank-text {
  color: #00a94f;
}
.about-list {
  padding-left: 24px;
  line-height: 24px;
}
.section-about .about-highlight {
  max-width: 600px;
  margin: 0 auto 0 0;
}

.section-about .about-note {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 32px;
}
.section-about .about-note a {
  text-decoration: underline;
}
.btn-about-box {
  margin-left: 54px;
}
.btn-about-box .btn-earthjump {
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 991.98px) {
  .img-text-banner {
    max-width: 280px;
  }
  .hide-w991 {
    display: none;
  }
  .show-w991 {
    display: block;
  }
  .exhibitor-card {
    width: calc((100% - 48px) / 3);
  }
}

@media (max-width: 767.98px) {
  .section-agenda .tab-pane {
    max-height: 840px;
  }
  .earthjump h2 {
    font-size: 24px;
    margin-bottom: 24px;
    line-height: 36px;
  }
  .section-about h2 {
    font-size: 28px;
    line-height: 42px;
    text-align: start;
  }
  .section-about {
    padding: 48px 0;
  }
  .img-about {
    max-width: 193px;
  }
  .img-about img {
    padding-bottom: 20px;
  }
  .section-about h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .section-speakers {
    padding: 48px 0;
  }
  .section-speakers h2 {
    margin-bottom: 0;
  }
  .speakers-box {
    padding: 32px 13px;
  }
  .speakers-box h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  .speakers-box .head-sub {
    font-size: 16px;
    line-height: 24px;
  }
  .speakers-box ul {
    font-size: 16px;
  }
  .speaker-card {
    flex-direction: row;
  }
  .speaker-card,
  .speaker-card.md-2-cards,
  .speaker-card.md-4-cards {
    width: calc(100%);
  }
  .speaker-card p {
    text-align: left;
  }
  .speaker-img img {
    max-width: 80px;
  }
  .speaker-card .display-name {
    font-size: 16px;
    line-height: 24px;
  }
  .section-activities {
    padding: 48px 0;
  }
  .activities-box {
    margin-top: 24px;
    padding: 32px 13px;
    margin-left: 8px;
    margin-right: 8px;
  }
  .activities-box h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .activities-box .head-sub {
    margin-bottom: 24px;
  }
  .activity-container {
    gap: 16px;
  }
  .activity-card,
  .flex-2 .activity-card {
    width: calc(100%);
  }
  .activity-text .title {
    font-size: 16px;
    line-height: 24px;
  }
  .activity-btn-box {
    margin-top: 24px;
  }
  .section-exhibitors {
    padding: 48px 0;
  }
  .exhibitor-container {
    gap: 12px;
  }
  .exhibitor-card {
    width: calc((100% - 12px) / 2);
    gap: 8px;
  }
  .section-directory h2 {
    margin-bottom: 32px;
  }
  .directory-zoom {
    text-align: center;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #00a94f;
  }
  .directory-container {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .directory-card {
    padding: 8px 16px;
  }
  .directory-box {
    margin: 0 -16px;
  }
  .directory-zone {
    margin-left: 16px;
  }
  .section-back-year {
    padding: 48px 0;
  }
  .section-agenda {
    padding: 48px 0;
  }
  .section-agenda .nav {
    margin-bottom: 24px;
  }
  .room-detail-box .display-name {
    font-size: 20px;
    line-height: 30px;
  }
  .room-detail-box .title {
    font-size: 18px;
    line-height: 27px;
  }
  .room-detail-box {
    margin-bottom: 24px;
  }
  .agenda-card {
    padding: 32px 16px;
  }
  .agenda-card .title {
    font-size: 18px;
    line-height: 27px;
  }
  .author-list .author .display-name {
    font-size: 16px;
    line-height: 24px;
  }
  .author-list .author .position {
    font-size: 16px;
    line-height: 24px;
  }
  .download-box {
    margin-top: 24px;
  }
  .download-box .btn-earthjump {
    padding: 8px 24px;
  }
  .section-about .about-note {
    margin-bottom: 48px;
  }
  .btn-about-box {
    margin-left: 0;
    text-align: center;
  }
  .activity-text {
    padding: 24px 16px;
  }
}

/* ------- Extend bootstrap@5.1.3 ------- */
.order-6 {
  order: 6 !important;
}
.order-7 {
  order: 7 !important;
}
.order-8 {
  order: 8 !important;
}
.order-9 {
  order: 9 !important;
}
.order-10 {
  order: 10 !important;
}
@media (min-width: 768px) {
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-6 {
    order: 6 !important;
  }
  .order-md-7 {
    order: 7 !important;
  }
  .order-md-8 {
    order: 8 !important;
  }
  .order-md-9 {
    order: 9 !important;
  }
  .order-md-10 {
    order: 10 !important;
  }
}
