@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Regular.eot");
  src: url("fonts/Lato-Regular.woff") format("woff"), url("fonts/Lato-Regular.otf") format("opentype"), url("fonts/Lato-Regular.svg#filename") format("svg");
}
@font-face {
  font-family: "Lato-Light";
  src: url("fonts/Lato-Light.eot");
  src: url("fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Light.woff") format("woff"), url("fonts/Lato-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Bold";
  src: url("fonts/Lato-Bold.eot");
  src: url("fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Bold.woff") format("woff"), url("fonts/Lato-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Black";
  src: url("fonts/Lato-Black.eot");
  src: url("fonts/Lato-Black.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Black.woff") format("woff"), url("fonts/Lato-Black.ttf") format("truetype");
}
.kv {
  position: relative;
}
.kv .slide {
  overflow: hidden;
}
.kv .slide .img {
  position: relative;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.kv .slide .img:before {
  content: "";
  display: block;
  padding-top: 58.125%;
}
@media (max-width: 991px) {
  .kv .slide .img {
    height: 600px;
  }
}
.kv .slide .img:after {
  content: "";
  background-color: rgba(62, 62, 62, 0.15);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.swiper-pagination {
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
.section-explore {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 991px) {
  .section-explore {
    padding: 20px 0 30px 0;
    position: relative;
    background-color: rgba(230, 230, 229, 0.8);
  }
}
.section-explore h1 {
  color: #4c4948;
  font-size: 3em;
  line-height: 120%;
  margin-bottom: 40px;
  font-weight: 300;
  font-family: "Lato-Light", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}
@media (max-width: 991px) {
  .section-explore h1 {
    font-size: 2.5em;
    margin-bottom: 33px;
  }
}
@media (max-width: 991px) {
  .section-explore .row {
    flex-direction: column-reverse;
  }
}
.section-explore .title-wrap {
  color: #4c4948;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Lato-Light", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  width: 32%;
}
@media (max-width: 991px) {
  .section-explore .title-wrap {
    width: 100%;
  }
}
.section-explore .title-wrap .explore-more {
  font-size: 2em;
  line-height: 120%;
  display: flex;
  align-items: center;
  transition: color 0.2s ease-in-out;
    text-decoration: none;
}
@media (max-width: 991px) {
  .section-explore .title-wrap .explore-more {
    font-size: 1.5em;
  }
}
.section-explore .title-wrap .explore-more:hover {
  color: #ed6d01;
}
.section-explore .title-wrap .explore-more:hover .btn-play {
  transform: scale(1.05);
}
.section-explore .title-wrap .btn-play {
  width: 30px;
  height: 30px;
  margin-left: 20px;
  transition: transform 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .section-explore .title-wrap .btn-play {
    width: 26px;
    height: 26px;
  }
}
.section-explore .icon-row {
  width: 68%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: #ed6d01;
}
@media (max-width: 991px) {
  .section-explore .icon-row {
    width: 100%;
  }
}
.section-explore .icon-row .item {
  text-align: center;
  width: 25%;
  padding: 0 20px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .section-explore .icon-row .item {
    font-size: 80%;
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .section-explore .icon-row .item {
    margin-bottom: 32px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .section-explore .icon-row .item {
    width: 50%;
  }
}
.section-explore .icon-row .item > span {
  display: block;
}
.section-explore .icon-row .item .icon {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.section-explore .icon-row .item .icon img {
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .section-explore .icon-row .item .icon {
    height: 50px;
  }
}
@media (max-width: 991px) {
  .section-explore .icon-row .item .icon {
    height: 42px;
    margin-bottom: 5px;
  }
}
.section-explore .icon-row .item .figure {
  font-weight: 700;
  font-family: "Lato-Bold", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 3em;
  line-height: 120%;
  position: relative;
}
@media (max-width: 991px) {
  .section-explore .icon-row .item .figure {
    font-size: 1.875em;
  }
}
.section-explore .icon-row .item .figure sup {
  font-size: 0.5em;
  top: -0.5em;
  position: absolute;
}
.section-explore .icon-row .item .title {
  text-transform: uppercase;
  font-size: 1.25em;
  line-height: 120%;
}
@media (max-width: 991px) {
  .section-explore .icon-row .item .title {
    font-size: 1em;
    line-height: 118%;
  }
}
.section-container .section:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.section-container .section:last-child .title-wrap:after {
  content: "";
  position: absolute;
  background-color: #eb6e23;
  width: 20px;
  height: 20px;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-container .section:last-child .title-wrap:after {
    display: none;
  }
}
.section {
  position: relative;
}
@media (max-width: 991px) {
  .section:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  .section:not(:last-child):before,
  .section:not(:last-child):after {
    content: "";
    position: absolute;
    background-color: #eb6e23;
    width: 20px;
    height: 20px;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    z-index: 1;
  }
  .section:not(:last-child):before {
    bottom: 0;
    left: 0;
    transform: translate(-50%, 50%);
  }
  .section:not(:last-child):after {
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%);
  }
}
.section:first-child .title-wrap:before {
  height: 10px;
  border-radius: 0 0 10px 10px;
  top: 5px;
}
.section .bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section .bg:after {
  content: "";
  background-color: rgba(62, 62, 62, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section .bg:before {
  content: "";
  background-color: rgba(62, 62, 62, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .section .bg:before {
    background-color: rgba(62, 62, 62, 0.5);
  }
}
.section .grid-row {
  display: flex;
}
@media (max-width: 991px) {
  .section .grid-row {
    flex-direction: column;
  }
  .section .grid-row:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  .section .grid-row:not(:last-child):before,
  .section .grid-row:not(:last-child):after {
    content: "";
    position: absolute;
    background-color: #eb6e23;
    width: 20px;
    height: 20px;
    bottom: 0;
    border-radius: 50%;
    z-index: 1;
  }
  .section .grid-row:not(:last-child):before {
    left: 0;
    transform: translate(-50%, 50%);
  }
  .section .grid-row:not(:last-child):after {
    right: 0;
    transform: translate(50%, 50%);
  }
}
.section .title-wrap {
  width: 500px;
  position: relative;
}
@media (min-width: 1650px) {
  .section .title-wrap {
    width: 670px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .section .title-wrap {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .section .title-wrap {
    width: 100%;
  }
}
.section .title-wrap:before {
  content: "";
  position: absolute;
  background-color: #eb6e23;
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 991px) {
  .section .title-wrap:before {
    display: none;
  }
}
.section .title-wrap .subhead {
  padding: 72px 43px;
}
@media (max-width: 991px) {
  .section .title-wrap .subhead {
    padding: 55px 18px;
  }
}
.section .content {
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  position: relative;
  width: calc(100% - 500px);
}
@media (min-width: 1650px) {
  .section .content {
    width: calc(100% - 670px);
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .section .content {
    width: calc(100% - 300px);
  }
}
@media (max-width: 991px) {
  .section .content {
    border-left: 0;
    width: 100%;
    padding-bottom: 70px;
  }
}
.section .content:before {
  content: "";
  background-color: rgba(62, 62, 62, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .section .content:before {
    display: none;
  }
}
.section .content .text-wrap {
  padding: 72px 70px;
  font-size: 1em;
  line-height: 163.6%;
  position: relative;
}
@media (max-width: 991px) {
  .section .content .text-wrap {
    padding: 0 18px;
    font-size: 1.06em;
    line-height: 152.9%;
  }
}
.section .content .text-wrap > * {
  margin-bottom: 50px;
}
.section .content .text-wrap p {
  max-width: 620px;
}
.section .content .text-wrap p:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .section .content .text-wrap p {
    max-width: none;
  }
}
@media (max-width: 991px) {
  .section .content .text-wrap .btn-more {
    margin-bottom: 0;
  }
}
.section .content .text-wrap .icon-row {
  display: flex;
  flex-wrap: wrap;
  max-width: 1088px;
}
@media (max-width: 991px) {
  .section .content .text-wrap .icon-row {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.section .content .text-wrap .icon-row .item {
  width: 25%;
  padding-right: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .section .content .text-wrap .icon-row .item {
    font-size: 80%;
  }
}
@media (max-width: 991px) {
  .section .content .text-wrap .icon-row .item {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
  }
  .section .content .text-wrap .icon-row .item a {
    display: flex;
    align-items: center;
    padding-bottom: 24px;
  }
  .section .content .text-wrap .icon-row .item a:after {
    content: "";
    background-image: url(../img/icon/arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 19px;
  }
  .section .content .text-wrap .icon-row .item:not(:first-child) {
    border-top: 2px solid rgba(255, 255, 255, 0.1);
  }
  .section .content .text-wrap .icon-row .item:not(:first-child) a {
    padding-top: 24px;
  }
}
.section .content .text-wrap .icon-row .item .icon {
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.section .content .text-wrap .icon-row .item .icon img {
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .section .content .text-wrap .icon-row .item .icon {
    height: 50px;
  }
}
@media (max-width: 991px) {
  .section .content .text-wrap .icon-row .item .icon {
    width: 80px;
    height: 40px;
    justify-content: flex-start;
  }
}
.section .content .text-wrap .icon-row .item .title {
  text-align: center;
  text-transform: uppercase;
  line-height: 140%;
  display: block;
}
@media (max-width: 991px) {
  .section .content .text-wrap .icon-row .item .title {
    width: calc(100% - 80px);
    display: inline-block;
    padding-left: 30px;
    padding-right: 10px;
    line-height: 125%;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .section .content .text-wrap .thumbnail-row .item-wrap {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .section .content .text-wrap .thumbnail-row .item-wrap {
    display: none;
  }
}
.section .content .text-wrap .thumbnail-row .item {
  display: flex;
  margin-bottom: 50px;
}
.section .content .text-wrap .thumbnail-row .item .thumbnail {
  width: 240px;
  height: 240px;
  position: relative;
}
@media (max-width: 991px) {
  .section .content .text-wrap .thumbnail-row .item .thumbnail {
    width: 140px;
    height: 140px;
  }
}
.section .content .text-wrap .thumbnail-row .item .thumbnail .image {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section .content .text-wrap .thumbnail-row .item .details {
  /*max-width: 485px;*/
  width: calc(100% - 240px);
  /*padding-left: 50px;*/
  line-height: 141.1%;
}
@media (max-width: 991px) {
  .section .content .text-wrap .thumbnail-row .item .details {
    line-height: 171.4%;
  }
}
@media (max-width: 991px) {
  .section .content .text-wrap .thumbnail-row .item .details {
    width: calc(100% - 0px);
    padding-left: 12px;
    max-width: none;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .section .content .text-wrap .thumbnail-row .item .details {
    padding-left: 24px;
  }
}
@media (max-width: 575px) {
  .section .content .text-wrap .thumbnail-row .item .details {
    padding-left: 12px;
  }
}
.section .content .text-wrap .thumbnail-row .item .details .subject {
  color: #eb6e23;
}
.section .content .text-wrap .thumbnail-row .item .details .btn-more {
  margin-top: 24px;
  line-height: 100%;
}
@media (max-width: 991px) {
  .section .content .text-wrap .thumbnail-row .item .details .btn-more {
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  .section .content .text-wrap .thumbnail-row .item .details .btn-more:after {
    height: 1em;
    margin-left: 13px;
  }
}
@media (min-width: 992px) {
  .section .content .more-container {
    display: none;
  }
}
@media (max-width: 991px) {
  .section .content .more-container {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .latest-news .content .text-wrap {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .latest-news .content .text-wrap::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}
