img {
  max-width: 100%;
  height: auto;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: inherit;
}

#pageWrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.bg-cover {
  background-size: cover;
  background-position: 50% 50%;
}

.fontBase {
  font-family: "Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.fontSerif {
  font-family: "Lora", "Times New Roman", Times, Baskerville, Georgia, serif;
}

.btn {
  text-decoration: none;
}

.btn-grey {
  background-color: #e5e5e5;
  color: #212329;
  border-color: #e5e5e5;
}

.btn-grey.btn-grey-outline {
  background-color: transparent;
  color: var(--bs-primary);
  border-color: #e5e5e5;
}

.btn-grey.btn-grey-outline:hover {
  background-color: var(--bs-primary);
  color: #fff;
  border-color: var(--bs-primary);
}

.btn-min-w {
  min-width: 170px;
}

#header {
  top: 0;
  left: 0;
  z-index: 999;
}

.main-banner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.main-banner {
  min-height: 100vh;
}

.main-title {
  font-size: 1.065rem;
  line-height: 1.2;
}

.main-heading {
  font-size: 2.15rem;
  line-height: 1.15;
}

.h2Medium {
  font-size: 1.55rem;
  line-height: 1.2;
}

.bulletList {
  line-height: 1.5;
}

.bulletList > li {
  padding-left: 16px;
  margin-bottom: 9px;
  position: relative;
}

.bulletList > li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 100%;
  background-color: #25282e;
  width: 6px;
  height: 6px;
}

.desc-text {
  font-size: 1.15rem;
  line-height: 1.5;
}

.frame-wrap {
  position: relative;
  height: 150px;
}

.frame-wrap iframe {
  left: 0;
  top: 0;
}

.banner-heading {
  min-height: 150px;
}

.banner-heading:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.banner-heading:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.tab-list {
  font-size: 16px;
  line-height: 1.125;
  border-bottom-color: #e8e8e8;
}

.tab-list .nav-item {
  margin: 0 10px;
}

.tab-list .nav-link {
  position: relative;
  border: 0;
  color: #999;
  background-color: transparent;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  padding: 0 0 16px;
  text-decoration: none;
}

.tab-list .nav-link:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
}

.tab-list .nav-link:after {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: 50% 100% 0;
  -ms-transform-origin: 50% 100% 0;
  transform-origin: 50% 100% 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  border-bottom: 2px solid var(--bs-primary);
}

.tab-list .nav-link.active,
.tab-list .nav-link:hover {
  color: #25282e;
  background-color: transparent;
}

.tab-list .nav-link.active:after,
.tab-list .nav-link:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.speaker-column {
  max-width: 290px;
}

.speaker-column h2,
.speaker-column .h2 {
  font-size: 22px;
  line-height: 1.09091;
  margin-bottom: 2px;
}

.speaker-column h3,
.speaker-column .h3 {
  font-size: 17px;
  line-height: 1.41176;
  color: #555;
}

.speaker-column p a {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: inherit;
}

.speaker-column p a:hover {
  color: #212329;
}

/* .logo-list {
  max-width: 290px;
} */

.logo-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 17px;
  position: relative;
  width: 25%;
  min-height: 76px;
}

.logo-list li + li {
  border-left: 1px solid #eee;
}

.logo-list li + li:nth-child(6n + 1) {
  border-left-width: 0;
}

.logo-list li:nth-child(n + 7):before {
  content: "";
  position: absolute;
  top: -8px;
  right: 15px;
  left: 15px;
}

.logo-list li:nth-child(n + 7):before {
  border-top: 1px solid #eee;
}

.logo-list a {
  opacity: 0.75;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  padding-left: 10px;
  padding-right: 10px;
}

.logo-list a:hover {
  opacity: 1;
}

.tab-links li.active a {
  color: #fff;
  background-color: var(--bs-primary);
}

.tab-links a {
  display: block;
  color: #777;
  background-color: #eee;
  font-size: 18px;
  line-height: 1.22222;
  max-width: 120px;
  text-decoration: none;
  margin-bottom: 20px;
  padding: 9px 10px;
}

.tab-links a:hover,
.tab-links a.active {
  color: #fff;
  background-color: var(--bs-primary);
}

.table-head {
  font-size: 1.18rem;
  line-height: 1.2;
}

.table-time {
  font-size: 1rem;
  width: 100px;
}

.item-row + .item-row {
  border-top: 1px solid #e8e8e8;
}

.item-row h4,
.item-row .h4 {
  font-size: 17px;
}

.item-row h5,
.item-row .h5 {
  color: #555;
  font-size: 14px;
}

.item-row .img-wrap {
  width: 66px;
}

.map-sec .img-area {
  top: 0;
  left: 0;
  width: calc(50% - 270px);
}

.sticky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.navbar-nav .dropdown-menu {
  display: block;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  border-radius: 0;
  border: 1px solid #eee;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
}

.navbar-nav .dropdown:hover .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  margin-top: 0;
}

.navbar-nav .dropdown:hover .nav-link::after {
  transform: rotate(180deg);
}

.navbar-nav .nav-link {
  color: #fff;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  font-weight: 600;
  color: #fff;
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
  width: 230px;
}

.navbar-toggler {
  background-color: #fff;
  border-radius: 0;
}

.navbar-toggler:focus,
.btn-close:focus {
  outline: none;
  box-shadow: none;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
  color: inherit;
}

footer {
  border-top: 1px solid #eee;
}
