body {
  /* background: linear-gradient(to bottom, rgb(255, 255, 255) 30%, #7db4df 100%); */
  overflow-x: hidden;
  width: 100vw;
}

section#hero {
  padding: 40px 0;
  position: relative;
}
@media (max-width: 575px) {
  section#hero {
    padding-top: 0;
    padding-bottom: 0;
  }
}

#heroCarousel {
  margin-top: 64px;
  border-radius: 16px;
  overflow: hidden;
}
#heroCarousel .carousel-item > a {
  display: block;
  text-align: center;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}
#heroCarousel img {
  height: 100%;
  width: 100%;
  border-radius: 16px;
  display: inline-block;
  box-shadow: 0px 2px 10px #00000042;
}
@media (max-width: 575px) {
  section#hero {
    padding-top: 0;
  }
  #heroCarousel {
    margin-top: 0;
    border-radius: 0;
  }
  #heroCarousel .carousel-item > a {
    border-radius: 0;
  }
  #heroCarousel img {
    border-radius: 0;
  }
}
#heroCarousel .carousel-control-prev,
#heroCarousel .carousel-control-next {
  opacity: 0;
}
#heroCarousel .carousel-control-prev:hover,
#heroCarousel .carousel-control-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
#leader .card {
  border-radius: 16px;
  background-image: url("./../img/theme-bg.png");
  background-position: top;
  background-size: cover;
  border: none;
}
@media (max-width: 575px) {
  #leader .card {
    border-radius: 0;
  }
}
#leader .card .leader {
  position: absolute;
  width: 100%;
  bottom: 0px;
  opacity: 0.9;
  border-radius: 0px 0px 0px 16px;
}

@media (max-width: 991px) {
  #leader .card .leader {
    position: inherit;
    width: 50% !important;
    margin: 0 25%;
    margin-top: 20px;
    border-radius: 50%;
  }
}

#leader .card h3 {
  color: white;
  position: relative;
  padding: 16px 20px;
  margin-top: 40px;
  font-weight: bold;
  letter-spacing: 12px;
  margin-left: 64px;
  position: relative;
  z-index: 333;
}

#leader .card h3:after {
  content: "";
  position: absolute;
  left: -6px;
  width: 6px;
  top: 0px;
  bottom: 0px;
  background-color: white;
  border-radius: 4px;
}

@media (max-width: 991px) {
  #leader .card .row {
    margin: 0;
  }
  #leader .card h3 {
    text-align: center;
    margin-left: 0;
    padding: 16px 0;
  }
  #leader .card h3:after {
    display: none;
  }
}

#leader .card p {
  color: #dee6ec;
  font-size: 16px;
  padding: 0 24px;
  padding-top: 48px;
  line-height: 32px;
  letter-spacing: 2px;
}

@media (max-width: 991px) {
  #leader .card p {
    font-size: 12px;
    line-height: 24px;
    padding-top: 16px;
  }
}
#leader .card footer {
  padding-top: 0px;
  padding-left: 24px;
  padding-bottom: 12px;
  color: white;
  text-align: right;
}

#leader .card footer img {
  width: 200px;
  margin-left: 24px;
  margin-right: 48px;
  vertical-align: bottom;
}

@media (max-width: 991px) {
  #leader .card footer {
    padding-left: 0;
    text-align: center;
  }
  #leader .blockquote-footer::before {
    display: none;
  }
  #leader .blockquote-footer > div {
    margin-top: 24px;
    opacity: 0.8;
    border-top: solid 1px #ddd;
    display: block !important;
    padding-top: 16px;
  }
  #leader .card footer img {
    margin: 0;
    margin-top: 12px;
  }
}

#news-event .card,
#report .card,
#history .card,
#machine.article .card {
  height: 240px;
  background-image: url("./../img/theme-bg-2.png");
  background-position: center;
  background-size: cover;
  border-radius: 16px;
  color: white;
  border: none;
  display: block;
}

#history .card {
  height: 100px;
}

#news-event .card,
#report .card,
#history .card,
#machine.article .card {
  text-decoration: none;
  transition: all linear 0.1s;
  background-color: white;
  border-radius: 8px;
  cursor: pointer;
}

#news-event .card:hover,
#report .card:hover,
#machine .card:hover {
  box-shadow: 0px 2px 10px #6b6b6b33;
  width: 100%;
  transform: scale(1.02);
}

#report .card {
  background-image: url("./../img/theme-bg-3.png");
}

#news-event .card svg,
#report .card svg,
#history .card svg,
#machine.article .card svg {
  fill: white;
  font-size: 32px;
}

#news-event .card h2,
#report .card h2,
#history .card h2,
#machine.article .card h2 {
  color: white;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 3px;
}

#history .card h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
}

#news-event .card p,
#report .card p {
  color: rgba(255, 255, 255, 0.803);
  margin: 0;
}

/* #timeline #timeline-toggle {
  position: absolute;
  right: 0;
  top: 28px;
  z-index: 20;
} */
#timeline #timeline-toggle .toggle-button {
  cursor: pointer;
}
#timeline #timeline-toggle .toggle-button:hover {
  opacity: 1;
}
#timeline .timelineCard {
  position: relative;
}
#timeline .timelineCard .media {
  text-decoration: none;
  transition: all linear 0.1s;
  background-color: white;
  border-radius: 0px;
  cursor: pointer;
}

#timeline .timelineCard .media:hover {
  box-shadow: 0px 2px 10px #6b6b6b33;
  width: 100%;
  transform: scale(1.02);
  border-radius: 8px;
  z-index: 22;
}

.title {
  color: #333;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 2.4px;
}

#history h2 {
  margin-top: 8px;
}

#history .h-botton {
  transition: all linear 0.1s;
}

#history .h-botton:hover {
  transform: scale(1.02);
}

#timeline .timelineCard strong {
  font-size: 20px;
  color: #333;
  letter-spacing: 2px;
}
#timeline .timelineCard span {
  font-size: 14px;
  font-weight: bold;
}

#timeline .timelineCard span.date, #timeline .category {
  letter-spacing: 2px;
}
#timeline svg.report rect {
  fill: #00cb5b !important;
}
#timeline svg.other rect {
  fill: #17a2b8 !important;
}
#timeline svg.data rect {
  fill: #324a88 !important;
}
#timeline svg.event rect {
  fill: #e9d91e !important;
}

#timeline #all span {
  padding: 6px 10px;
  background-color: #dcdcdc;
  border-radius: 12px;
  color: #3a3a3a;
}

#timeline #all span:hover {
  color: #335bb0;
}

#data .card,
#machine .card {
  color: #333;
  text-decoration: none;
  box-shadow: none !important;
  transition: box-shadow 0.2s linear;
}
#data .card:hover {
  box-shadow: 0px 2px 10px #6b6b6b33 !important;
}
#data .card-img-top,
#machine .card-img-top {
  background-image: url(./../img/report.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #335cb0;
  height: 135px;
  width: 100%;
}
#data h3,
#machine h3 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  margin-bottom: 4px;
  padding-bottom: 12px;
}
#data .card p {
  font-size: 14px;
}

#data .card-body {
  min-height: 123px;
}

#data a.download-btn {
  display: block;
  text-align: center;
  background-color: #da5063;
  padding: 8px;
  border-radius: 4px;
  color: white;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 2px;
  text-decoration: none;
  transition: background-color 0.2s linear;
}
#data a.download-btn:hover {
  background-color: #b14251;
}

#specialsite canvas {
  width: 224px;
}

#eventList .btn {
  background-color: #19a2b9;
  border-color: #19a2b9;
  color: #fff;
}

#eventList .data {
  color: #fff;
  position: absolute;
  top: 4px;
  right: -10px;
  background-color: #19a2b9;
  padding: 8px 24px;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: bold;
}

#eventList .data::after {
  position: absolute;
  content: "";
  display: block;
  left: 0px;
  bottom: -10px;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #19a2b9;
}

#eventList a.card:hover {
  text-decoration: none;
  transform: scale(1.02);
}

#eventList .card-body .card-text {
  min-height: 72px;
}

small.read-more {
  display: block;
  text-align: right;
  margin-top: 12px;
}

small.read-more a {
  color: black;
  font-size: 15px;
  font-weight: bold;
}

small.read-more a:hover {
  color: #335bb0;
  text-decoration: none;
}

.tab_item {
  display: none;
}

.is-active-item {
  display: block;
}

#contact .tag {
  background-color: #3860a0;
  padding: 4px 8px;
  border-radius: 4px;
  color: white;
  font-size: 12px;
}

#contact .screen-reader-response {
  display: none;
}

#contact .wpcf7-not-valid {
  border: 1px solid #3860a0;
}

#contact .wpcf7-not-valid-tip,
#contact .wpcf7-validation-errors {
  color: #3860a0;
}

#wfstMember {
  margin-top: 32px;
  margin-bottom: 64px;
}
