body {
  font-family: Microsoft JhengHei;
  color: #555
}
.wrap {
  max-width: 1920px;
  margin: 0 auto
}
a {
  color: #333
}
a:hover {
  text-decoration: none;
  color: #555
}
a.keyreply-brand {
  display: none
}
img {
  max-width: 100%;
  max-height: 100%
}
h1 {
  font-size: 2.2rem
}
h2 {
  font-size: 2rem
}
h3 {
  font-size: 1.8rem
}
h4 {
  font-size: 1.4rem
}
h5 {
  font-size: 1.2rem
}
h6 {
  font-size: 1rem
}
.mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,.5)
}
.as-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%
}
.html h1 {
  font-size: 2rem!important
}
.html h2 {
  font-size: 1.8rem!important
}
.html h3 {
  font-size: 1.4rem!important
}
.html h4 {
  font-size: 1.2rem!important
}
.html h5 {
  font-size: 1.1rem!important
}
.html h6 {
  font-size: 1rem!important
}
.html p {
  text-align: justify
}
.html h1,
.html h2,
.html h3,
.html h4,
.html h5,
.html h6 {
  margin-bottom: 1em
}
section.block {
  position: relative
}
section.block > .container {
  position: relative
}
.swiper-container {
  --swiper-theme-color: blue;
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 24px
}
.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: 0
}
.btn-default {
  background-color: #ffd200;
  border-radius: 0;
  font-size: .8rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem
}
.btn-default:hover {
  background-color: #ffe466
}
.col-inner {
  margin-top: 15px;
  margin-bottom: 15px
}
@media (min-width:1440px) {
  .container {
    max-width: 1200px
  }
}
.ui-youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(100% * 315 / 560);
  background-position: center;
  background-size: cover
}
.ui-youtube > iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}
#navbar-main {
  background-color: rgba(0,0,0,.7)
}
#navbar-main #logo {
  width: 160px
}
#navbar-main .navbar-toggler {
  color: #fff;
  border-color: #fff;
  outline-color: #fff
}
#navbar-main a {
  color: #fff
}
#navbar-main a:hover {
  color: #ffd200
}
#navbar-main .languages .dropdown-menu a {
  color: #000
}
#navbar-main .navbar-collapse hr {
  border-color: #fff
}
#navbar-main .nav-item.active > a {
  color: #ffd200
}
#navbar-main .dropdown-menu {
  background-color: rgba(255,255,255,.8)
}
#navbar-main .dropdown-menu .dropdown-item {
  color: #333
}
#navbar-main .dropdown-menu .dropdown-item.active,
#navbar-main .dropdown-menu .dropdown-item:active {
  background-color: #ffd200
}
@media (min-width:768px) {
  #navbar-main #logo {
    width: 300px
  }
}
@media (min-width:992px) {
  #navbar-main #logo {
    width: 420px;
    transition: all .5s
  }
  #navbar-main.slim {
    background-color: rgba(0,0,0,.9)
  }
  #navbar-main.slim #logo {
    width: 360px
  }
}
@media (min-width:1200px) {
  #navbar-main .nav-item {
    padding-left: .5rem;
    padding-right: 1rem
  }
}
@media (min-width:1440px) {
  #navbar-main .nav-item {
    padding-left: 4rem
  }
  #navbar-main {
    max-width: 1920px;
    margin: 0 auto
  }
  #navbar-main > .container {
    max-width: 1500px
  }
}
#toolbar {
  margin-left: 0;
  position: relative
}
#toolbar .btn-show-search {
  padding: 0;
  margin: 0
}
#toolbar .btn-show-search:active,
#toolbar .btn-show-search:focus {
  box-shadow: none
}
#toolbar form.search {
  width: 100%;
  transition: all .5s;
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  padding: 0;
  z-index: -1
}
#toolbar form.search > .container {
  padding: 1rem;
  border-top: 1px dashed #ccc;
  background-color: #fff
}
#toolbar form.search .search-submit:hover {
  background-color: #555
}
#toolbar form.search.show {
  top: 52px
}
#toolbar .languages {
  padding: 0
}
#toolbar .switch-lang .dropdown-toggle {
  width: 80px
}
#toolbar .switch-lang .dropdown-toggle i {
  font-size: 1.3rem
}
#toolbar .switch-lang .dropdown-menu {
  width: 80px;
  position: absolute;
  left: auto;
  min-width: auto;
  margin: 0 auto
}
@media (min-width:992px) {
  #toolbar {
    position: absolute;
    right: .8rem;
    top: .5rem
  }
  #toolbar form.search {
    width: 300px;
    position: absolute;
    z-index: inherit;
    top: -100px;
    right: 2rem;
    left: auto;
    bottom: auto
  }
  #toolbar form.search > .container {
    border: none;
    padding: .2rem
  }
  #toolbar form.search .input:focus {
    box-shadow: none
  }
  #toolbar form.search.show {
    top: 0
  }
  #toolbar .switch-lang .dropdown-toggle {
    width: 96px
  }
  #toolbar .switch-lang .dropdown-toggle i {
    font-size: 1.2rem
  }
  #toolbar .switch-lang .dropdown-menu {
    width: 96px
  }
}
footer {
  font-size: .9rem;
  color: #fff;
  background-color: #444
}
footer a {
  color: #fff
}
footer .footer-bar h4 {
  position: relative
}
footer .footer-bar h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5rem;
  width: 2em;
  height: 6px;
  background-color: #ffd200;
  border-radius: 3px
}
footer .footer-bar ul {
  line-height: 2.5
}
footer .footer-bar i {
  margin-right: .5rem
}
footer .footer-bar a:hover,
footer .footer-bar i {
  color: #ffd200
}
footer .copyright {
  background-color: #333;
  color: #999;
  font-size: .8rem
}
@media (min-width:768px) {
  footer .copyright {
    font-size: .9rem
  }
}
section h2 {
  color: #ffd200
}
section.block-slide {
  height: 100vh
}
section.block-slide .slogan {
  position: absolute;
  background-image: url(/assets/slogan.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}
section.block-slide .slogan .text-wrap {
  color: #fff;
  z-index: 1;
  position: absolute;
  left: 17%;
  bottom: 14%
}
section.block-slide .slogan .text-wrap h1 {
  font-size: 1rem;
  line-height: 1.5
}
section.block-slide .slogan .text-wrap hr {
  width: 170px;
  border-color: #472f24;
  margin-top: -.3rem;
  margin-bottom: -.2rem
}
section.block-slide .slogan .text-wrap a {
  color: #fff;
  font-size: .9rem
}
section.block-slide .slogan .text-wrap a:hover {
  color: #ffd200
}
section.block-slide .slogan {
  width: 800px;
  height: 538px;
  bottom: 100px;
  left: 0
}
section.block-slide .swiper-button-next,
section.block-slide .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #000;
  transition: .3s
}
section.block-slide .swiper-button-next:hover,
section.block-slide .swiper-button-prev:hover {
  background-color: #ffd200;
  --swiper-navigation-color: #000
}
@media (min-width:1200px) {
  section.block-slide .slogan {
    bottom: 95px;
    left: 0
  }
}
@media (min-width:1920px) {
  section.block-slide .slogan {
    bottom: 110px;
    left: -155px;
    width: 1000px;
    height: 672px
  }
}
section.contact-info {
  margin-top: 3rem;
  color: #fff
}
section.contact-info > .container {
  background-clip: content-box;
  background-color: rgba(0,0,0,.4)
}
section.contact-info a {
  color: #ffd200
}
section.contact-info .img-wrap {
  min-width: 50px
}
section.contact-info .gutter {
  width: 100%;
  height: 1px;
  background-color: #ccc
}
section.contact-info .box {
  width: 75%
}
@media (min-width:992px) {
  section.contact-info {
    font-size: .875rem;
    position: relative;
    z-index: 1;
    width: 100%
  }
  section.contact-info .gutter {
    width: 1px;
    height: 100%;
    background-color: #000
  }
  section.contact-info .box {
    width: 100%
  }
}
@media (min-width:1200px) {
  section.contact-info {
    font-size: 1rem
  }
}
section.block-about .about-info {
  background-color: #f4f4f4
}
section.block-about .about-info .gutter {
  width: 100%;
  height: 3px;
  background-color: #ffd200;
  margin-top: 1rem;
  margin-bottom: 2rem
}
section.block-about .about-services .box {
  border: 1px solid #ebebeb;
  transition: all .3s
}
section.block-about .about-services .box:hover {
  background-color: #ffd200
}
section.block-about .about-services .box:hover .img-wrap img:first-child {
  display: none
}
section.block-about .about-services .box:hover .img-wrap img:last-child {
  display: block
}
section.block-about .about-services .img-wrap {
  min-width: 80px
}
section.block-about .about-services .img-wrap img {
  width: 80px;
  height: auto
}
section.block-about .about-services .img-wrap img:last-child {
  display: none
}
@media (min-width:992px) {
  section.block-about .about-info .gutter {
    width: 3px;
    height: 100%;
    background-color: #ffd200;
    margin: 0
  }
  section.block-about .about-services .img-wrap {
    min-height: 90px
  }
  section.block-about .about-services .img-wrap img {
    width: auto;
    height: 90px
  }
  section.block-about .about-services h4 {
    font-size: 1.1rem
  }
}
section.block-count {
  color: #fff
}
section.block-count .as-image {
  height: 150px;
  background-size: 150%
}
section.block-count .as-image h5 {
  font-size: 1rem
}
@media (min-width:992px) {
  section.block-count .as-image {
    height: 250px;
    background-size: cover
  }
  section.block-count .as-image h4 {
    font-size: 3rem
  }
}
section.block-project .as-image {
  background-clip: content-box;
  padding: 1px
}
section.block-project .item {
  opacity: 0;
  transition: all .5s;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(100% * 174 / 290)
}
section.block-project .item .item-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}
section.block-project .item .text-wrap {
  background-color: #ffd200
}
section.block-project .item h3 {
  font-size: 1.2rem
}
section.block-project .item .link-wrap .btn {
  border: 1px solid #000;
  border-radius: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: .8rem
}
section.block-project .item:hover {
  opacity: 1
}
section.block-client {
  background-color: #f4f4f4
}
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center
}
section.block-banner {
  position: relative
}
section.block-banner .banner {
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative
}
section.block-banner .banner img {
  width: 100%
}
section.block-banner .banner .mask {
  background-color: rgba(0,0,0,.3)
}
section.block-banner .banner .text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
section.block-banner .banner .text h1 {
  font-size: 1.5rem
}
section.block-banner .banner .text small {
  font-size: 1.2rem
}
@media (min-width:992px) {
  section.block-banner .banner .text h1 {
    font-size: 3rem
  }
  section.block-banner .banner .text small {
    font-size: 1.5rem
  }
}
section.block-bread-crumbs {
  height: 3rem;
  line-height: 3rem;
  margin-top: -3rem;
  position: relative;
  z-index: 1;
  background-color: rgba(0,0,0,.5)
}
section.block-bread-crumbs .bread-crumbs {
  color: #fff
}
section.block-bread-crumbs .bread-crumbs a {
  color: #fff
}
section.block-address i {
  color: #ffd200
}
section.block-form form {
  background-color: #fbfbfb
}
section.block-form form label {
  display: none
}
section.block-jobs li a.title {
  background-color: #ffd200;
  color: #191919
}
section.block-jobs li a.title h4 {
  font-size: 1.2rem
}
section.block-jobs li .detail {
  display: none;
  background-color: #f8f8f8;
  line-height: 2
}
.content .content-nav h2 {
  background-color: #ffd200;
  color: #fff;
  font-size: 1.2rem
}
.content .content-nav ul {
  background-color: #f8f8f8;
  border-top: 1px dashed #c9c9c9
}
.content .content-nav ul li {
  border-bottom: 1px dashed #c9c9c9
}
.content .content-nav ul li.active {
  background-color: #ffd200;
  color: #fff
}
.content .content-nav ul li.active a {
  color: #fff
}
.content .summary {
  line-height: 2
}
.content h1 {
  font-size: 2rem
}
.content h2 {
  font-size: 1.5rem
}
.content html h1,
.content html h2,
.content html h3,
.content html h4 {
  font-size: 1.2rem
}
.projects .item img {
  width: 100%
}
.projects .mask {
  height: 3rem;
  top: auto;
  background-color: rgba(0,0,0,.3);
  color: #fff
}
.projects .mask a {
  color: #fff
}
.projects .mask h4 {
  font-size: 1rem
}
.pagination a,
.pagination span {
  padding: .2rem .7rem;
  margin: 0 3px;
  background-color: #f9f9f9
}
.pagination span.active {
  background-color: #ffd200;
  color: #fff
}
section.block-faq li .title {
  background-color: #ffd200;
  color: #fff;
  font-size: 1.2rem
}
section.block-faq li .title a {
  color: #fff
}
section.block-faq li .detail {
  display: none;
  background-color: #f8f8f8;
  line-height: 2
}
.content.project .info {
  line-height: 2
}
.related-projects .item img {
  width: 100%
}
.related-projects .mask {
  height: 3rem;
  top: auto;
  background-color: rgba(0,0,0,.3);
  color: #fff
}
.related-projects .mask a {
  color: #fff
}
.related-projects .mask h4 {
  font-size: 1rem
}
.clients-box {
  overflow: hidden
}
.clients-box .client-item {
  float: left;
  width: 50%;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem
}
.clients-box .client-item img {
  max-width: 100%;
  max-height: 100%
}
@media (min-width:768px) {
  .clients-box .client-item {
    width: 20%
  }
}
.image-show {
  height: 0;
  padding-bottom: 56.25%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: rgba(0,0,0,.1);
  box-shadow: 1px 1px 10px rgba(0,0,0,.5)
}
.image-show img {
  height: 100%;
  width: auto
}
.image-show .img-nav {
  width: 100%;
  margin-top: 50%
}
.image-show .img-nav span {
  color: #000;
  font-size: 3rem;
  padding: 0 1rem
}
.image-show .img-nav span:hover {
  cursor: pointer
}
#images .thumbs a.thumb {
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 1px 6px rgba(0,0,0,.3)
}