@charset "utf-8";
body {
  text-align: left;
  font: normal 16px/1.8 AvenirNext, \5fae\8edf\6b63\9ed1\9ad4, microsoft jhenghei, \5fae\8f6f\96c5\9ed1, microsoft yahei, pingfang hk, \534e\6587\9ed1\4f53, helvetica neue, Helvetica, Arial, sans-serif
}
small, .small {
  font-size: 90%;
  color: #7A7777;
}
p {
  text-align: justify;
  margin-bottom: 30px;
}
.container {
  text-align: left;
}
.countup{
	    position: absolute;
    right: 30px;
    bottom: 30px;
	color: #fff;
}
span.table-con {
  height: 100%;
  width: 100%;
  display: table;
}
span.table-cell, div.table-cell {
  vertical-align: middle;
  height: 100%;
  display: table-cell;
  float: none;
}
.footer {
  background-color: #666;
  padding: 25px 0;
  color: #fff;
  margin-top: 40px;
}
.footer h5 {
  font-size: 120%;
}
.footer a {
  display: inline-block;
  color: #fff;
}
ul.link-us {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  width: 200px;
}
ul.link-us li:first-child {
  width: 100% !important;
  margin-bottom: 10px
}
ul.link-us li {
  float: left;
  text-align: center;
  width: 25%;
}
ul.link-us li a {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-size: cover;
}
ul.link-us li a#fb {
  /*background: url("../img/fb.png") left top no-repeat;*/
}
ul.link-us li a#ig {
  /*background: url("../img/ig.png") left top no-repeat;*/
}
ul.link-us li a#yt {
  /*background: url("../img/yt.png") left top no-repeat;*/
}
/*main menu*/
ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  margin-top: 10px
}
ul.menu > li {
  float: left;
  margin-left: 15px
}
ul.menu > li a {
  background-color: #eb0403;
  color: #fff;
  display: block;
  padding: 10px 5px;
  font-size: 100%;
}
/*end menu*/
/*home*/
.hm-bnr-content {
  position: absolute;
  color: #fff;
}
.hm-bnr-content a {
  color: #fff;
}
.hm-bnr-content h2 {
  color: #eb0403;
}
.hm-bnr1 h1 {
  color: #fff;
  text-align: center
}
.hm-bnr1 h1 span {
  font-weight: 300;
  font-size: 80%;
}
.hm-bnr2 {
  left: 0;
  right: 0;
  text-align: center;
}
.black {
  background-color: #000;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
.red-line {
  background-image: url("../img/red-line.jpg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding-left: 60px;
}
.super-text {
  font-size: 400%
}
#question {
  padding: 0 20%;
  line-height: 1.5;
}
.answer-con {
  display: table;
  margin: 0 auto;
  border-spacing: 35px;
}
a.answer, a.answer.disable:hover {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  border: 2px solid #9d9d9d;
  border-radius: 8px;
  transition: all 0.5s ease;
}
a.answer:hover, a.answer.active, a.answer.disable.active {
  text-decoration: none;
  background: rgb(235, 4, 3);
  background: linear-gradient(90deg, rgba(235, 4, 3, 0) 0%, rgba(235, 4, 3, 1) 89%, rgba(235, 4, 3, 1) 100%);
  border-color: #eb0403;
}
a.answer.disable.good.active {
  background: rgb(9, 209, 28);
  background: linear-gradient(90deg, rgba(9, 209, 28, 0) 0%, rgba(9, 209, 28, 1) 89%, rgba(9, 209, 28, 1) 100%);
  border-color: #09d11c;
}
a.answer.disable.correct {
  background: none !important;
  border-radius: 50%;
  border-color: #09d11c;
}
a.answer.wrong:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("../img/x.png");
  background-size: cover;
}
a.answer.disable {
  cursor: default;
}
.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  width: 15px;
  height: 15px;
  margin: 0 15px;
}
.swiper-wrapper {
  background-color: #000;
}
.swiper-pagination-bullet-active {
  background-color: #eb0403;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px
}
.swiper-button-prev::after, .swiper-button-next::after {
  content: "";
  width: 45px;
  height: 160px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-button-prev::after {
  background-image: url("../img/arrow-left.png");
}
.swiper-button-next::after {
  background-image: url("../img/arrow-right.png");
}
ul.categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* home cat btn*/
ul.categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
ul.categories li {
  text-align: center;
  margin: 0 5px;
}
ul.categories li > a {
  display: block;
  background-color: #fff;
  padding: 30px 0;
  position: relative;
  transition: background-color 0.5s ease;
}
ul.categories li#c1 .cat-bg {
  background-color: #373331;
}
ul.categories li#c2 .cat-bg {
  background-color: #4b5156;
}
ul.categories li#c3 .cat-bg {
  background-color: #30362e;
}
ul.categories li#c4 .cat-bg {
  background-color: #61341e;
}
ul.categories li#c5 .cat-bg {
  background-color: #5e6b69;
}
ul.categories li#c6 .cat-bg {
  background-color: #484c51;
}
ul.categories li > a:hover, ul.categories li.active > a {
  background-color: #eb0403;
}
ul.categories li img {
  opacity: 0.2;
}
ul.categories li a:hover img, ul.categories li.active > a img {
  opacity: 0.8;
  transition: opacity 0.5s ease;
}
ul.categories li span.outer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}
/* feature stories */
img.story-img {
  border-bottom: 4px solid #eb0403;
}
h2.story-year {
  position: absolute;
  line-height: 1;
  left: 5%;
  bottom: 0;
  margin: 0;
  padding: 0;
}
/*Mobile (Small screen)*/
/*Other 50*/
.events-cat {
  position: relative;
}
.events-cat:before {
  display: block;
  content: "";
  height: 1px;
  background-color: #000;
  top: 105px;
  left: 0;
  right: 0;
  position: absolute
}
ul.events-btn-con {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.events-btn-con li {
  float: left;
  width: 20%;
  text-align: center;
}
ul.events-btn-con li a.ball {
  margin: 0 auto;
  display: block;
  text-align: center;
  background-color: #898989;
  transition: background-color 0.5s ease;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-bottom: 15px;
  border-radius: 50%;
  position: relative;
}
ul.events-btn-con li a:hover.ball {
  background-color: #eb0403;
  text-decoration: none;
}
.cat-details {
  position: relative;
  padding-bottom: 120px;
  transition: opacity 0.5s ease;
  opacity: 0;
}
.cat-details:before {
  display: block;
  content: "";
  width: 3px;
  height: 110px;
  background-color: #eb0403;
  bottom: 0;
  right: calc(50% - 1.5px);
  position: absolute
}
.cat-details.active {
  opacity: 1;
}
/* scroll content */
#content4 {
  width: 100%;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #eb0403;
  border-radius: 0;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #ff8080;
}
.mCSB_draggerContainer {
  background-image: url("../img/rail.png");
  background-repeat: repeat-y;
  background-position: center
}
/* year bar */
.history {
  position: relative;
  padding: 0 0 0 5px;
}
.yearbar {
  border-bottom: 8px solid #000;
  border-left: 4px solid #000;
  border-right: 4px solid #000;
  position: relative;
  height: 19px;
  margin-top: 15px;
  margin-left: -5px;
}
span.mark {
  display: block;
  width: 1px;
  height: 6px;
  border-left: 1px solid #000;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
span#mark1 {
  left: 12.5%;
}
span#mark2 {
  left: 25%;
}
span#mark3 {
  left: 37.5%;
}
span#mark4 {
  left: 50%;
}
span#mark5 {
  left: 62.5%;
}
span#mark6 {
  left: 75%;
}
span#mark7 {
  left: 87.5%;
}
#min-year, #max-year {
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  font-size: 12px;
  line-height: 1px;
}
#min-year {
  left: auto;
  right: 0;
  font-weight: 900;
}
#point {
  position: absolute;
  bottom: 9px;
  z-index: 2;
  left: 0;
  transition: all 0.5s ease;
}
#point:after {
  display: block;
  width: 26px;
  height: 33px;
  background: url("../img/point.png");
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  content: "";
  left: -13px;
}
.story-title {
  background-color: #000;
  color: #fff;
  padding: 8px 20px;
  margin-bottom: 20px;
  padding-right: 250px;
}
.story-title h5 {
  margin: 0;
}
.story-description {
  padding-left: 20px;
  width: 500px
}
.year-control {
  background-color:
    #eb0403;
  text-align: center;
  color:
    #fff;
  font-size: 200%;
  position: absolute;
  margin-top: -0;
  left: 0;
  right: 13px;
  top: -40px;
}
a.prev-year, a.next-year {
  display: block;
  width: 30px;
  height: 57px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/arrow-white-left.png");
  background-size: 100% 100%;
}
a.next-year {
  left: auto;
  right: 0;
  background-image: url("../img/arrow-white-right.png");
}
.btn.btn-outline {
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #eb0403;
  color: #000;
  padding: 12px 35px;
  position: absolute;
  top: 80px;
  right: 14px;
  transition: all 0.5s ease;
}
.btn.btn-outline:hover {
  background-color: #eb0403;
  color: #fff;
}
.story-item-con {
  float: left;
}
#forItemScroll {
  transition: all 0.5s ease;
  position: relative;
}
#story-list {
  overflow: hidden;
}
@media (max-width: 767px) {
  .container {
    width: 100%;
  }
  .footer, .footer .container, .footer p {
    text-align: center;
  }
  .topbar {
    padding: 10px 0;
  }
  .black {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .red-line {
    padding-left: 15px;
  }
  ul.menu > li > a {
    font-size: 95%;
  }
  ul.menu > li {
    margin-left: 8px;
  }
  ul.menu > li:first-child {
    margin-left: 0;
  }
  .logo img {
    width: 160px;
    height: auto;
  }
  .swiper-container {
    background-color: #000;
  }
  .hm-bnr-content {
    position: relative;
    background-color: #000;
    left: 0;
    top: inherit;
    padding: 0 30px
  }
  .super-text {
    font-size: 230%;
  }
  #question {
    padding: 0 5%;
  }
  .answer-con {
    display: block;
  }
  a.answer {
    display: block;
    padding: 20px 10px;
    margin-bottom: 10px;
  }
  .swiper-wrapper {
    padding-bottom: 80px;
  }
  .swiper-button-next, .swiper-button-prev {
    top: 80px
  }
  ul.categories li {
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
  ul.events-btn-con li {
    width: 50%;
  }
  .events-cat::before {
    display: none;
  }
  ul.events-btn-con li a.ball {
    width: 130px;
    height: 130px;
  }
  .cat-details {
    opacity: 1;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .cat-details::before {
    height: 30px;
  }
  #content4 {
    height: 500px;
  }
  ul.link-us {
    margin: 0 auto;
    float: none;
  }
  .story-title {
    padding-right: 20px;
  }
  .year-control {
    top: -20px;
    left: 0;
    position: relative
  }
  .btn.btn-outline {
    top: auto;
    right: auto;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
  }
}
/*iPad V*/
@media (min-width: 768px) {
  .super-text {
    font-size: 300%;
  }
  .hm-bnr1 {
    bottom: 80px;
    right: 0;
    left: 0;
    text-align: center;
  }
  .hm-bnr1 h1 {
    font-size: 130%;
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    padding: 15px 50px;
  }
  .hm-bnr2 {
    top: 5%;
  }
  a.answer {
    width: 150px;
    height: 150px;
  }
  ul.categories li {
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
  img.left-line {
    margin-left: -160px;
  }
  img.left-img {
    margin-left: -100px;
  }
  img.right-img {
    margin-right: -100px;
  }
  .events-cat::before {
    top: 95px;
  }
  ul.events-btn-con li a.ball {
    width: 130px;
    height: 130px;
  }
  #content4 {
    height: 495px;
  }
  d-table-cell {
    vertical-align: middle;
    height: 100%;
    display: table-cell;
    float: none;
  }
}
/*1024 V*/
@media (min-width: 992px) {
  .hm-bnr1 h1 {
    font-size: 170%;
  }
  .hm-bnr2 {
    top: 10%;
  }
  a.answer {
    width: 200px;
    height: 200px;
  }
  ul.categories li {
    -webkit-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
  }
  .events-cat::before {
    top: 105px;
  }
  ul.events-btn-con li a.ball {
    width: 150px;
    height: 150px;
  }
  #content4 {
    height: 795px;
  }
}
/*Large screen V*/
@media (min-width: 1200px) {
  .hm-bnr1 h1 {
    font-size: 200%;
  }
  .hm-bnr2 {
    top: 30%;
  }
  a.answer {
    width: 221px;
    height: 221px;
  }
}