@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
body {
  font-family: 'Noto Sans TC', sans-serif;
}

.banner {
  content: url("../media/img/banner.gif");
  margin-bottom: 0!important;
}

.hidden_title {
  display: none;
}

@media screen and (min-width: 992px) {
  .video_container--mobile-only {
    display: none;
  }
  .title--mobile-only {
    display: none;
  }
}

@media screen and (max-width:991px) {
  .navbar-brand img {
    display: none;
  }
  .video_container--web-only {
    display: none;
  }
  .title--web-only {
    display: none;
  }
}

@media screen and (min-width:768px) {
  .top_logo {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    content: url("../media/img/banner_m.gif");
  }
  .top_logo {
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}

.top_logo {
  text-align: center;
  color: white;
  background-color: #0088d2;
}

.splash_screen {
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  background: #EACF83;
  opacity: 1.0;
  transition: opacity 1s, z-index 1s;
}

.logo_tpe {
  max-width: 100%;
  display: none;
  z-index: 2000;
  opacity: 1.0;
  transition: opacity 1s, z-index 1s;
}

.logo_x {
  max-width: 100%;
  text-align: center;
  margin-top: 40px;
  font-size: 30px;
  z-index: 2000;
  opacity: 1.0;
  transition: opacity 1s, z-index 1s;
}


.partner {
  padding: 20px;
  width: 100%;
  background: #f5f5f5;
}

.footer {
  text-align: center;
  width: 100%;
  padding: 20px 0 20px 0;
  height: auto;
  line-height: 100%;
  background-color: #515151;
  color: #f5f5f5;
}

.tpe_logo {
  text-align: center;
}

.accupass_white_logo {
  text-align: center;
  margin-top: 30px;
}

.events__list {
  list-style: none;
}

.events__list a.events__container {
  display: inline-block;
  box-shadow: none;
  margin: auto auto 40px auto;
}

.events__item-container {
  margin-bottom: 30px;
}

.events__item-container .a .a:hover, .a:visited, .a:link, .a:active {
  color: #4B6FA8;
  text-decoration: none;
}

.events__item {
  width: 100%;
  border-radius: 4px;
  border: solid 1px #aaaaaa;
  border-bottom: none;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  background-color: #FFFFFF;
}

.events__item:hover {
  box-shadow: 2px 2px 5px #AAAAAA;
}

.events__item_href {
  text-decoration: none;
}

.events__img {
  max-width: 100%;
}

.events__content {
  margin: 20px 20px 24px;
}

.events__title {
  color: #1b1b1b;
  font-size: 20px;
  overflow: hidden;
  min-height: 48px;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.events__p {
  color: #929292;
  margin: auto;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.events__p:before {
  margin-right: 5px;
  vertical-align: middle;
}

.events__p--time:before {
  content: url("../media/img/time.svg");
}

.events__p--place:before {
  content: url("../media/img/map_mark.svg");
}

.events__footer {
  padding: 0 20px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.events__organizer {
  margin: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  width: 73%;
  right: 5%;
  display: inline-block;
  vertical-align: middle;
}

.events__avatar {
  border-radius: 100%;
  margin: 10px 10px 10px 0;
  vertical-align: middle;
  width: 13%;
}

.events__none {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100pt;
  font-size: 20px;
}

.divider {
  width: 100%;
  height: 1pt;
  background-color: #CCCCCC;
}

.spinner {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.intro__p_nomargintop {
  margin-top: -1em;
}

.btn__blog {
  background-color: #2b42b8;
  border-color: #2b42b8;
  letter-spacing: 1px;
}

.video_container--web-only {
  margin-bottom: -1rem;
  object-fit: fill;
}

.video_container--mobile-only {
  margin-bottom: -1rem;
  object-fit: fill;
}

.p--preline {
  white-space: pre-line;
}

.like {
  padding: 10px
}

.nav-link {
  color: #BCBCBC;
}

.override_nav_link .nav_link_0:hover {
  color: #2E8B57;
}

.override_nav_link .nav_link_0.active {
  background-color: #2E8B57;
  color: white;
}

.override_nav_link .nav_link_1:hover {
  color: #8f9746;
}

.override_nav_link .nav_link_1.active {
  background-color: #8f9746;
  color: white;
}

.override_nav_link .nav_link_2:hover {
  color: #e56855;
}

.override_nav_link .nav_link_2.active {
  background-color: #e56855;
  color: white;
}

.override_nav_link .nav_link_3:hover {
  color: #5d98db;
}

.override_nav_link .nav_link_3.active {
  background-color: #5d98db;
  color: white;
}

.override_nav_link .nav_link_4:hover {
  color: #774da1;
}

.override_nav_link .nav_link_4.active {
  background-color: #774da1;
  color: white;
}

.native_nav_link .nav_link_0.active {
  color: #2E8B57;
  border-top-color: #2E8B57;
  border-left-color: #2E8B57;
  border-right-color: #2E8B57;
}

.native_nav_link .nav_link_0:hover {
  color: #2E8B57;
  border-top-color: #2E8B57;
  border-left-color: #2E8B57;
  border-right-color: #2E8B57;
}

.native_nav_link .nav_link_1.active {
  color: #8f9746;
  border-top-color: #8f9746;
  border-left-color: #8f9746;
  border-right-color: #8f9746;
}

.native_nav_link .nav_link_1:hover {
  color: #8f9746;
  border-top-color: #8f9746;
  border-left-color: #8f9746;
  border-right-color: #8f9746;
}

.native_nav_link .nav_link_2.active {
  color: #e56855;
  border-top-color: #e56855;
  border-left-color: #e56855;
  border-right-color: #e56855;
}

.native_nav_link .nav_link_2:hover {
  color: #e56855;
  border-top-color: #e56855;
  border-left-color: #e56855;
  border-right-color: #e56855;
}

.native_nav_link .nav_link_3.active {
  color: #5d98db;
  border-top-color: #5d98db;
  border-left-color: #5d98db;
  border-right-color: #5d98db;
}

.native_nav_link .nav_link_3:hover {
  color: #5d98db;
  border-top-color: #5d98db;
  border-left-color: #5d98db;
  border-right-color: #5d98db;
}

.native_nav_link .nav_link_4.active {
  color: #774da1;
  border-top-color: #774da1;
  border-left-color: #774da1;
  border-right-color: #774da1;
}

.native_nav_link .nav_link_4:hover {
  color: #774da1;
  border-top-color: #774da1;
  border-left-color: #774da1;
  border-right-color: #774da1;
}
