@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");
}
html.mm-actived,
body.mm-actived,
html.loading,
body.loading {
  overflow: hidden;
}
html.loading .loading-overlay,
body.loading .loading-overlay {
  opacity: 1;
  top: 0;
}
.loading-overlay {
  z-index: 100;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: -100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: top 0.5s ease-in, opacity 0.35s ease-in-out 0.3s;
}
.loading-overlay.no-animation {
  display: none;
}
.loading-overlay .loading-logo {
  position: relative;
  max-width: 140px;
  width: 100%;
  display: block;
}
.loading-overlay .loading-logo:before {
  content: "";
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 1s ease-in;
}
.loading-overlay .loading-logo.in:before {
  height: 0;
}
.ani,
.ani-child {
  opacity: 0;
}
.main {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .main {
    margin-top: 84px;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .main {
    margin-top: 76px;
  }
}
@media (min-width: 1300px) and (max-width: 1669px) {
  .main {
    margin-top: 63px;
  }
}
.icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
}
.icon.fb {
  background-image: url("../img/icon/facebook.svg");
}
.icon.linkedin {
  background-image: url("../img/icon/linkedin.svg");
}
.icon.twitter {
  background-image: url("../img/icon/twitter.svg");
}
.icon.magnifier {
  background-image: url("../img/icon/search.svg");
}
.icon.rss {
  background-image: url("../img/icon/icon-rss.svg");
}
.icon.globe {
  background-image: url("../img/icon/earth-grid-symbol.svg");
}
.icon.exclaimation {
  background-image: url("../img/icon/exclaimation.svg");
}
.icon.close {
  background-image: url("../img/icon/btn-close.svg");
}
.icon.close-light {
  background-image: url("../img/icon/btn-close-light.svg");
}
.icon.btn-play {
  background-image: url("../img/icon/btn-play.svg");
}
.icon.tel {
  background-image: url("../img/icon/icon-tel.svg");
}
.icon.fax {
  background-image: url("../img/icon/icon-fax.svg");
}
.icon.mail {
  background-image: url("../img/icon/icon-mail.svg");
}
.icon.pdf {
  background-image: url("../img/icon/icon-pdf.svg");
}
.icon.pdf-white {
  background-image: url("../img/icon/icon-pdf-white.svg");
}
.icon.zip {
  background-image: url("../img/icon/icon-zip.svg");
}
.icon.jpg {
  background-image: url("../img/icon/icon-jpg.svg");
}
.icon.adobe {
  background-image: url("../img/icon/icon-adobe.svg");
}
.icon.adobe-b {
  background-image: url("../img/icon/icon-adobe-b.svg");
}
.icon.increase {
  transform: scaleY(-1);
  background-image: url("../img/icon/arrow-dropdown.svg");
}
.icon.decrease {
  background-image: url("../img/icon/arrow-dropdown.svg");
}
img {
  max-width: 100%;
}
.com-btn {
  font-size: 0.85em;
  line-height: 141%;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.com-btn:before,
.com-btn:after {
  content: "";
  width: 1px;
  height: calc(100% + 8px);
  background-color: #ed6d01;
  display: block;
  position: absolute;
}
.com-btn:before {
  right: -4px;
  top: -4px;
}
.com-btn:after {
  left: -4px;
  bottom: -4px;
}
.com-btn span {
  padding: 8px 20px;
  display: inline-block;
  position: relative;
  background-color: #ed6d01;
  text-align: center;
}
.com-btn span:before,
.com-btn span:after {
  content: "";
  width: calc(100% + 8px);
  height: 1px;
  background-color: #ed6d01;
  display: block;
  position: absolute;
}
.com-btn span:before {
  left: -4px;
  top: -4px;
}
.com-btn span:after {
  right: -4px;
  bottom: -4px;
}
.btn-more {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease-in-out;
}
.btn-more:hover {
  color: #ed6d01;
}
.btn-more:hover:after {
  transform: translateX(8px);
}
.btn-more:after {
  content: "";
  background-image: url(../img/icon/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 7px;
  height: 1em;
  display: inline-block;
  margin-left: 15px;
  margin-top: -0.1px;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .btn-more:after {
    margin-left: 13px;
  }
}
.more-container {
  text-align: center;
}
.more-container .view-more {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease-in-out;
  font-size: 1.36em;
  font-weight: 300;
  font-family: "Lato-Light", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}
.more-container .view-more:hover {
  color: #ed6d01;
}
.more-container .view-more:after {
  content: "";
  background-image: url(../img/icon/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 10px;
  height: 22px;
  display: inline-block;
  margin-left: 22px;
  transition: transform 0.3s ease-in-out;
  transform: rotate(90deg);
}
.more-container .view-more.active:after {
  transform: rotate(-90deg);
}
.notice-bar {
  background-color: #ffe6d1;
  position: fixed;
  z-index: 98;
  width: 100%;
  left: 0;
  top: 77px;
  color: #707070;
  display: none;
}
@media (min-width: 1300px) and (max-width: 1670px) {
  .notice-bar {
    top: 63px;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .notice-bar {
    top: 75px;
  }
}
@media (max-width: 991px) {
  .notice-bar {
    top: 79px;
  }
}
.notice-bar .container {
  position: relative;
  max-width: 990px;
  margin: 0 auto;
}
.notice-bar .notice {
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .notice-bar .notice {
    justify-content: space-between;
  }
}
.notice-bar .notice .container {
  max-width: 900px;
  margin: 0 auto;
}
.notice-bar .notice .wrap {
  display: flex;
  align-items: center;
}
.notice-bar .notice .exclaimation {
  width: 25px;
  height: 21px;
  margin-right: 19px;
}
@media (max-width: 991px) {
  .notice-bar .notice .exclaimation {
    margin-right: 5px;
  }
}
.notice-bar .notice .msg {
  margin-right: 78px;
  max-width: 685px;
}
@media (max-width: 1439px) {
  .notice-bar .notice .msg {
    margin-right: 30px;
  }
}
.notice-bar .notice .msg .title {
  font-weight: 700;
  font-family: "Lato-Bold", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  text-decoration: underline;
  font-size: 0.8em;
  line-height: 133.3%;
}
@media (max-width: 767px) {
  .notice-bar .notice .msg .title .colon {
    display: none;
  }
}
.notice-bar .notice .msg .details {
  font-size: 0.8em;
  line-height: 150%;
}
@media (max-width: 767px) {
  .notice-bar .notice .msg .details {
    display: none;
  }
}
.notice-bar .notice .btn-container a {
  font-size: 0.8em;
  line-height: 171%;
  font-weight: 700;
  font-family: "Lato-Bold", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}
.notice-bar .notice .btn-container a:not(:last-child) {
  margin-right: 33px;
}
@media (max-width: 991px) {
  .notice-bar .notice .btn-container a:not(:last-child) {
    margin-right: 15px;
  }
}
.notice-bar .notice-message-dropdown {
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: none;
}
@media (max-width: 1439px) {
  .notice-bar .notice-message-dropdown {
    position: fixed;
    top: 71px;
    height: calc(100vh - 71px);
    overflow: auto;
  }
}
.notice-bar .notice-message-dropdown .wrapper {
  padding: 35px 30px 40px 30px;
}
@media (max-width: 1439px) {
  .notice-bar .notice-message-dropdown .wrapper {
    padding-top: 15px;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1439px) {
  .notice-bar .notice-message-dropdown .wrapper {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 991px) {
  .notice-bar .notice-message-dropdown .wrapper {
    padding-right: 18px;
    padding-left: 18px;
  }
}
.notice-bar .notice-message-dropdown .notice-item {
  padding: 8px 0 4px;
  border-bottom: 1px solid #c6c6c6;
}
.notice-bar .notice-message-dropdown .notice-item a {
  position: relative;
  display: block;
  padding: 6px 0;
}
.notice-bar .notice-message-dropdown .notice-item a:hover {
  color: #ed6d01;
}
.notice-bar .notice-message-dropdown .notice-item .item-name {
  line-height: 135%;
  padding-right: 66px;
  display: inline-block;
}
.notice-bar .notice-message-dropdown .notice-item .item-type {
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 20px;
  top: 6px;
}
@media (max-width: 1439px) {
  .notice-bar .notice-message-dropdown .notice-item .item-type {
    right: 15px;
  }
}
.cookies-bar {
  background-color: #ffffff;
  position: fixed;
  z-index: 99;
  width: 100%;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  box-shadow: 2px 3px 6px #00000029;
}
@media (max-width: 991px) {
  .cookies-bar {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
.cookies-bar.show-bar {
  transform: translateY(0);
}
.cookies-bar .close {
  cursor: pointer;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.cookies-bar .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .cookies-bar .row {
    flex-direction: column;
  }
}
.cookies-bar .msg {
  color: #707070;
  font-size: 0.9em;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .cookies-bar .msg {
    text-align: center;
    margin-bottom: 5px;
    width: 100%;
    padding-right: 0;
  }
}
.cookies-bar .wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .cookies-bar .btn-container {
    width: 100%;
    text-align: center;
  }
}
.cookies-bar .btn-container .com-btn {
  margin: 12px 0;
}
.cookies-bar .btn-container .com-btn span {
  padding: 5px 15px;
}
.subhead {
  font-weight: 300;
  font-family: "Lato-Light", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 2.8em;
  line-height: 120%;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .subhead {
    font-size: 2.3em;
  }
}
@media (max-width: 991px) {
  .subhead {
    font-size: 2.5em;
  }
}
.next-wrap,
.prev-wrap {
  top: 50%;
  margin-top: -20px;
  width: 24px;
  height: 40px;
  position: absolute;
  z-index: 1;
}
@media (max-width: 991px) {
  .next-wrap,
  .prev-wrap {
    top: 50% !important;
  }
}
.swiper-button-next,
.swiper-button-prev {
  width: 100%;
  height: 100%;
  background-image: url(../img/icon/prev.svg);
  background-size: contain;
}
.prev-wrap {
  left: 45px;
}
@media (max-width: 991px) {
  .prev-wrap {
    left: 18px;
  }
}
.next-wrap {
  right: 45px;
}
@media (max-width: 991px) {
  .next-wrap {
    right: 18px;
  }
}
.next-wrap .swiper-button-next {
  transform: scaleX(-1);
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 290px;
}
.swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 2px solid #ffffff;
  opacity: 1;
}
@media (max-width: 991px) {
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.7;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.popup video {
  width: 100%;
}
.popup img {
  max-width: 100%;
}
.pagination-container .pagination {
  font-size: 0.875em;
  line-height: 121.4%;
  color: #ffffff;
  text-align: center;
  padding-left: 0;
}
.pagination-container .pagination li {
  display: inline-block;
}
.pagination-container .pagination li.active {
  color: #eb6e23;
  pointer-events: none;
}
.pagination-container .pagination li.disabled {
  color: #ffffff;
  pointer-events: none;
}
.pagination-container .pagination li:not(:last-child) {
  margin-right: 15px;
}
.pagination-container .pagination li.PagedList-skipToFirst.disabled > a:before {
  background-image: url("../img/icon/toFirst_disabled.svg");
}
.pagination-container .pagination li.PagedList-skipToFirst > a:before {
  background-image: url("../img/icon/toFirst.svg");
}
.pagination-container .pagination li.PagedList-skipToLast.disabled > a:before {
  background-image: url("../img/icon/toLast_disabled.svg");
}
.pagination-container .pagination li.PagedList-skipToLast > a:before {
  background-image: url("../img/icon/toLast.svg");
}
.pagination-container .pagination li.PagedList-skipToPrevious.disabled > a:before {
  background-image: url("../img/icon/toPrev_disabled.svg");
}
.pagination-container .pagination li.PagedList-skipToPrevious > a:before {
  background-image: url("../img/icon/toPrev.svg");
}
.pagination-container .pagination li.PagedList-skipToNext.disabled > a:before {
  background-image: url("../img/icon/toNext_disabled.svg");
}
.pagination-container .pagination li.PagedList-skipToNext > a:before {
  background-image: url("../img/icon/toNext.svg");
}
.pagination-container .pagination li.PagedList-skipToFirst > a:before,
.pagination-container .pagination li.PagedList-skipToLast > a:before {
  width: 8px;
}
.pagination-container .pagination li.PagedList-skipToPrevious > a:before,
.pagination-container .pagination li.PagedList-skipToNext > a:before {
  width: 5px;
}
.pagination-container .pagination li.PagedList-skipToFirst > a:before,
.pagination-container .pagination li.PagedList-skipToLast > a:before,
.pagination-container .pagination li.PagedList-skipToPrevious > a:before,
.pagination-container .pagination li.PagedList-skipToNext > a:before {
  content: "";
  height: 11px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
