/**
 * font */
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
body, .alt-font {
  font-family: "Montserrat" !important;
}

.light-gray-text2 {
  color: #ababab !important;
}

/**
 * common */
.pointer {
  cursor: pointer;
}

.credit-line {
  font-size: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px;
  line-height: 10px;
  opacity: 1;
}

.credit-line-popup {
  margin: 0 15px 15px 0;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 35px;
  color: #74c721;
  font-weight: bold;
  margin-bottom: 80px;
  letter-spacing: 3px;
  line-height: 1.2;
}

.title.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.title.report {
  margin-bottom: 0;
}

.title.footer {
  font-size: 25px;
  color: #74c721;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .title.ml100 {
    padding-left: 0;
  }
  .title.footer {
    font-size: 16px;
  }
}

@media screen and (max-width: 560px) {
  .title {
    font-size: 32px;
  }
}

@media screen and (max-width: 480px) {
  .title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 400px) {
  .title {
    font-size: 20px;
  }
}

@media screen and (max-width: 320px) {
  .title {
    font-size: 18px;
  }
  .title.footer {
    font-size: 15px;
    padding: 0 20%;
  }
  .title.footer.index {
    padding: 0;
  }
}

/**
 * section */
section {
  position: relative;
  padding: 150px 0;
}

section .sectionNum {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 200px;
}

section h2 {
  font-size: 18px;
  margin: 40px 0;
  line-height: 1.5;
  letter-spacing: 2px;
}

section.coverStory .title {
  margin-bottom: 40px;
}

@media screen and (max-width: 1248px) {
  section {
    padding: 70px 0;
  }
  section .sectionNum {
    left: 60px;
    width: 150px;
  }
}

@media screen and (max-width: 480px) {
  section {
    padding: 50px 0;
  }
  section .sectionNum {
    width: 80px;
    left: 20px;
  }
  section .sectionNum.l40 {
    left: 40px;
  }
}

@media screen and (max-width: 320px) {
  section .sectionNum {
    width: 60px;
  }
}

@media (min-width: 992px) {
  .col-md-4.w25 {
    width: 25%;
  }
}

@media screen and (max-width: 1248px) {
  .col-md-4.w25 {
    width: 50%;
    padding: 0;
  }
}

@media screen and (max-width: 640px) {
  .col-md-4.w25 {
    width: 100%;
  }
}

/**
 * menu */
.menu-wrap {
  z-index: 1046;
}

.menu-wrap .navbar-nav li a {
  font-family: "Noto Sans TC";
  text-transform: initial;
}

.menu-wrap .navbar-nav li.active a {
  color: #6c0 !important;
}

.menu-wrap .navbar-nav li.active a span {
  color: #6c0 !important;
}

.menu-button {
  z-index: 1040;
}

@media screen and (max-width: 768px) {
  .menu-button {
    margin: 15px;
  }
}

/**
 * cover */
.twitterVideo3.hide, .twitterVideo4.hide {
  display: none;
}

.logo-cover {
  width: 150px;
  position: absolute;
  top: 60px;
  z-index: 1045;
}

.logo-cover.popup {
  left: 160px;
  top: 30px;
}

.slider-typography .slider-typography-option5 span {
  font-size: 38px;
  line-height: 40px;
  width: 90%;
}

.slider-typography .slider-typography-option5 .cover-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-typography .slider-typography-option5 .cover-top p {
  font-size: 32px;
  line-height: 54px;
  font-weight: lighter;
}

.slider-typography .slider-typography-option5 .cover-top p:last-child {
  font-size: 28px;
}

.btn-wrap {
  width: 100%;
}

.cover-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2em;
  position: relative;
  border-width: 1px;
  text-align: center;
  padding: 10px 20px;
  margin-top: 30px;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #797e7f;
  border: none;
}

.cover-btn.popup {
  width: 200px;
  padding: 10px 0;
}

.cover-btn.popup.disabled {
  background: #6c0;
  color: #fff;
  cursor: pointer;
}

.cover-btn.popup.disabled:hover {
  background: #fff;
  color: #6c0;
}

.cover-btn.popup.disabled .btn-right {
  background-image: url("../fimg/cover-btn-rw.png");
}

.cover-btn.left {
  float: left;
}

.cover-btn.right {
  float: right;
}

.cover-btn .btn-right, .cover-btn .btn-left {
  width: 25px;
  height: 20px;
  background-size: cover;
}

.cover-btn .btn-right {
  background-image: url("../fimg/cover-btn-r.png");
  margin-left: 20px;
}

.cover-btn .btn-left {
  background-image: url("../fimg/cover-btn-l.png");
  margin-right: 20px;
}

.cover-btn.disabled {
  background: #6c0;
  color: #fff;
  cursor: inherit;
}

.cover-btn.report {
  background: initial;
  border: 1px solid #6c0;
  color: #6c0;
}

.cover-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cover-btn:hover {
  background: #6c0;
  color: #fff;
}

.cover-btn:hover .btn-right {
  background-image: url("../fimg/cover-btn-rw.png");
}

.cover-btn:hover .btn-left {
  background-image: url("../fimg/cover-btn-lw.png");
}

.cover-btn:hover a {
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .container {
    width: 80%;
  }
}

@media screen and (max-width: 1024px) {
  .cover-wrap {
    padding-left: 50px;
  }
  .coverm10 {
    margin-top: 10%;
  }
  .slider-typography .slider-typography-option5 span {
    font-size: 26px;
    line-height: 30px;
    width: 95%;
  }
  .slider-typography .slider-typography-option5 .cover-top p {
    font-size: 20px;
    line-height: 36px;
  }
  .slider-typography .slider-typography-option5 .cover-top p:last-child {
    font-size: 18px;
  }
  .cover-btn.report {
    width: 100%;
  }
  .cover-btn.popup {
    width: 150px;
  }
  .cover-btn.popup .btn-right {
    right: 15px;
  }
  .cover-btn.popup .btn-left {
    left: 15px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 768px) {
  .cover-btn {
    font-size: 12px;
    padding: 10px;
  }
}

@media screen and (max-width: 1180px) {
  .cover-wrap {
    padding-left: 15%;
  }
}

@media screen and (max-width: 768px) {
  .cover-wrap {
    padding-left: 10%;
  }
  .logo-cover {
    width: 100px;
  }
  .logo-cover.popup {
    width: 100px;
    left: 75px;
    top: 30px;
  }
  .cover2 {
    background-image: url("../fimg/img/cover2.png");
  }
  .owl-bg-img.pt200 {
    background-image: url("../fimg/img/cover4_1.jpg");
  }
}

@media screen and (max-width: 480px) {
  .cover-btn.popup {
    font-size: 14px;
    width: 120px;
  }
  .cover-btn.popup .btn-right, .cover-btn.popup .btn-left {
    width: 20px;
    height: 15px;
    top: 13.5px;
  }
  .cover-btn.popup .btn-right {
    right: 0;
  }
  .cover-btn.popup .btn-left {
    left: 0;
  }
}

@media screen and (max-width: 400px) {
  .cover-wrap {
    padding-left: 5%;
  }
  .slider-typography .slider-typography-option5 span {
    font-size: 24px;
  }
}

@media screen and (max-width: 320px) {
  .logo-cover {
    top: 10px;
  }
  .logo-cover.popup {
    top: 10px;
    left: 10px;
  }
  .slider-typography .slider-typography-option5 span {
    font-size: 20px;
  }
  .slider-typography .slider-typography-option5 .cover-top p {
    font-size: 16px;
  }
  .slider-typography .slider-typography-option5 .cover-top p:last-child {
    font-size: 12px;
  }
}

.blog-post-style6 .post-details {
  padding: 20px;
}

/**
 * news */
.newsBlock {
  width: 33.3333333%;
}

.img-wrap {
  position: relative;
}

.newsTitle {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-top: 10%;
}

.btn-news {
  font-size: 14px;
  width: 100%;
  border-width: 1px;
  border-color: #adaaaa;
  border-style: solid;
  text-align: center;
  padding: 4px 0;
  margin-top: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #5d5d5d;
  background: none;
  font-weight: 500;
}

.btn-news:hover {
  border-color: #6c0;
  color: #6c0;
}

.btn-news.cs {
  border-color: #6c0;
  color: #6c0;
}

.btn-news.cs:hover {
  background-color: #6c0;
  color: #fff;
}

.btn-news.popup {
  font-size: 20px;
  border-color: #6c0;
  background-color: #6c0;
  color: #fff;
  margin: 90px 0 50px 0;
  padding: 10px 80px;
}

.btn-news.popup:hover {
  background-color: #fff;
  color: #6c0;
}

@media screen and (max-width: 1248px) {
  .news-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .swiper-wrap {
    width: 60%;
  }
  .swiper-container {
    position: initial;
    height: 100%;
    padding: 0 10px;
  }
  .btn-news {
    width: 100%;
    padding: 15px 0;
  }
  .btn-news.popup {
    margin: 50px 0;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-size: 50px;
    top: 45%;
  }
  .swiper-button-next {
    background-image: url("../fimg/swiper-right.png");
  }
  .swiper-button-prev {
    background-image: url("../fimg/swiper-left.png");
  }
}

@media screen and (max-width: 768px) {
  .swiper-wrap {
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .swiper-wrap {
    width: 90%;
  }
  .btn-news {
    padding: 10px 0;
  }
}

@media screen and (max-width: 320px) {
  .btn-news.popup {
    padding: 10px 0;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
}

.architecture-img {
  position: relative;
}

.architecture-img:hover .architecture-details {
  opacity: 0.9;
}

.architecture-details {
  width: 100% !important;
  height: 100%;
  top: 0;
  background: #74c721;
}

/**
 * cover story */
.bg-crimson-red {
  background-color: #9cdb42 !important;
  position: relative;
}

.architecture-section h2 {
  margin-top: 0;
}

.architecture-section p {
  font-size: 22px;
  color: #c5c5c5 !important;
}

.architecture-title {
  min-height: 700px;
}

.grid-style5 .grid figure {
  background-color: #9cdb42;
}

.grid-style5 .grid figcaption {
  top: 35%;
  bottom: 0;
  margin: 0;
  z-index: 2;
  height: 50px;
  padding: 0 5%;
}

.grid-style5 .grid figcaption h3 {
  color: #fff;
  text-transform: initial;
}

.grid-style5 .grid figcaption span {
  padding: 0 10px;
}

@media screen and (max-width: 1248px) {
  .grid-style5 .grid figcaption {
    top: 20%;
  }
}

.gallery-img .separator-line-thick {
  width: 100px;
  background-color: #fff !important;
}

.gallery-img .inline {
  width: 110%;
  height: 110%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -5%;
  margin: auto;
  border: 1px solid #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .gallery-img:hover figcaption {
    opacity: 1;
  }
  .gallery-img:hover .inline {
    width: 90%;
    height: 90%;
    opacity: 1;
    left: 0;
  }
  .gallery-img:hover .credit-line {
    opacity: 0;
  }
}

@media screen and (max-width: 1248px) {
  .coverStory .col-md-6 {
    width: 100%;
  }
  .architecture-section {
    padding: 100px 60px;
  }
  .csTitle-wrap {
    margin: 100px 0;
  }
  .csTitle {
    padding: 0 60px;
  }
  .grid-style5 .grid figcaption {
    padding: 0 3%;
  }
  .mask {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .mask {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-color: rgba(156, 219, 66, 0.7);
    z-index: 1;
    top: 0;
  }
  .mask .separator-line-thick {
    margin-top: 50% !important;
    margin-bottom: 3% !important;
  }
  .mask h3 {
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    padding: 5px 10%;
    text-align: center;
  }
  .mask span {
    text-align: center;
    width: 100%;
    padding: 0 10%;
  }
  .gallery-img figcaption {
    opacity: 1;
  }
  .gallery-img .inline {
    width: 90%;
    height: 90%;
    opacity: 1;
    left: 0;
  }
}

@media screen and (max-width: 480px) {
  .architecture-section {
    padding: 80px 20px;
  }
  .architecture-section h2 {
    font-size: 16px !important;
  }
  .architecture-section p {
    font-size: 16px;
  }
  .architecture-title {
    min-height: 270px !important;
  }
  .csTitle-wrap {
    margin: 0;
  }
  .coverStory-wrap {
    padding: 0 20px;
  }
  .mask h3 {
    font-size: 12px;
  }
}

@media screen and (max-width: 400px) {
  .mask .separator-line-thick {
    margin-top: 30% !important;
  }
}

@media screen and (max-width: 320px) {
  .csTitle {
    padding: 30px;
  }
}

/**
 * popup */
.popup-banner-wrap {
  padding-bottom: 14px;
}

.popup-title-wrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  top: 50%;
  text-align: center;
}

.popup-title-wrap > h1 {
  color: #fff;
  text-shadow: 1px 2px #969696;
  font-weight: 700;
}

.popup-section {
  padding: 100px 0 50px 0;
  border-bottom: 1px solid #eee;
}

.popup-section iframe {
  width: 100%;
  height: 400px;
  z-index: 1050;
}

.popup-section iframe.fbvideo {
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available;
}

.popup-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 45%;
}

.fill-available {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}

.popup-desc {
  font-size: 20px;
  width: 100%;
  background-color: #a8a8a8;
  padding: 30px;
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 40px;
}

.popup-img-wrap {
  width: 100%;
  position: relative;
  margin: 70px 0 30px 0 !important;
}

.popup-img-wrap img {
  width: 100%;
}

.popup-title {
  font-size: 30px;
  width: 100%;
  padding: 0 44px;
  font-weight: bold;
  margin: 60px 0 30px 0;
  word-break: break-word;
}

.popup-text {
  font-size: 20px;
  padding: 0 60px;
}

.popup-title, .popup-text {
  letter-spacing: 3px;
  line-height: 1.3;
}

@media screen and (max-width: 1248px) {
  .popup-banner-wrap {
    padding-bottom: 28px;
  }
  .popup-title-wrap > h1 {
    font-size: 34px;
  }
  .popup-section {
    padding: 30px 0 50px 0;
  }
  .popup-section iframe {
    height: 300px;
  }
  .popup-container {
    width: 50%;
  }
  .col-sm-6 {
    width: 100%;
  }
  .col-sm-6.colw50pc {
    width: 50%;
  }
  .col-sm-6.colw50pc a {
    font-size: 16px;
  }
  .popup-img-wrap {
    margin: 30px 0 !important;
  }
  .popup-img-wrap.imgonly {
    margin: 0 !important;
  }
  .popup-desc {
    margin-bottom: 10px;
  }
  .popup-title {
    font-size: 24px;
    padding: 0 30px;
  }
  .popup-text {
    font-size: 16px;
    padding: 0 30px;
    margin: 0;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .popup-container {
    width: 90%;
  }
  .popup-title-wrap {
    top: 40%;
  }
  .popup-title-wrap > h1 {
    font-size: 24px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 560px) {
  .popup-title {
    font-size: 20px;
  }
  .popup-title a {
    display: inline-block;
  }
  .col-sm-6 {
    width: 100%;
  }
  .col-sm-6.colw50pc {
    width: 100%;
    position: relative;
  }
  .blog-post-style6 .post-details {
    position: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}

@media screen and (max-width: 480px) {
  .popup-banner-wrap {
    padding-bottom: 56px;
  }
  .popup-section iframe {
    height: 260px;
  }
}

@media screen and (max-width: 320px) {
  .popup-desc {
    padding: 15px;
  }
}

.mfp-close {
  position: fixed;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close, .mfp-image-holder, .mfp-iframe-holder, .mfp-close-btn-in, .mfp-content, .mfp-container {
  cursor: initial !important;
}

/**
 * people power */
.architecture-section .pp-h2 {
  margin: 0;
}

.pp-p {
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 1335px) {
  .pp-p {
    font-size: 12px;
  }
}

@media screen and (max-width: 1248px) {
  .pp-span {
    font-size: 20px !important;
    margin-bottom: 20px;
  }
  .pp-p {
    font-size: 16px;
    line-height: 27px;
  }
}

@media screen and (max-width: 768px) {
  .pp-span {
    font-size: 18px !important;
    margin-bottom: 15px;
  }
  .pp-p {
    font-size: 12px;
    line-height: 20px;
  }
}

@media screen and (max-width: 640px) {
  .pp-span {
    font-size: 20px !important;
    margin-bottom: 20px;
  }
  .pp-p {
    font-size: 16px;
    line-height: 27px;
  }
}

@media screen and (max-width: 400px) {
  .pp-span {
    font-size: 16px !important;
    margin-bottom: 15px;
  }
  .pp-p {
    font-size: 14px;
    line-height: 20px;
  }
}

/**
 * footer */
.freport {
  background-color: #eee;
  width: 100%;
  padding: 150px 0 110px 0;
}

.freport-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 70%;
  margin: auto;
}

.freport-text {
  font-size: 22px;
  text-align: center;
  margin: 40px 0;
  line-height: 1.5;
}

.fb-share-button {
  margin: 30px 0;
}

.footer-social {
  margin-bottom: 30px;
}

.footer-social .i-footer {
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 1024px) {
  .freport-wrap {
    width: 90%;
  }
  .freport-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .freport {
    padding: 50px 0;
  }
  .footer-social .i-footer {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 400px) {
  .freport-wrap {
    width: 90%;
  }
  .freport-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .freport-text {
    font-size: 14px;
    margin: 20px 0;
  }
}
