body {
  font-family: Microsoft JhengHei
}
img {
  max-width: 100%;
  max-height: 100%
}
a:hover {
  text-decoration: none
}
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
}
#root-wrap {
  max-width: 1920px;
  margin: 0 auto
}
.btn:focus {
  box-shadow: none
}
input.form-control:focus {
  box-shadow: none
}
.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%
}
.img-wrap {
  display: flex;
  justify-content: center;
  align-items: center
}
.html h1,
.html h2,
.html h3,
.html h4,
.html h5,
.html h6 {
  font-weight: 700
}
.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
}
section.block {
  position: relative
}
section.block > .container {
  position: relative
}
.swiper-container {
  --swiper-theme-color: blue;
  --swiper-pagination-color: blue;
  --swiper-navigation-color: blue;
  --swiper-navigation-size: 24px
}
.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: 0
}
body {
  padding-top: 154px
}
@media (min-width:768px) {
  body {
    padding-top: 128px
  }
}
@media (min-width:992px) {
  body {
    padding-top: 160px
  }
}
.btn-default {
  background-color: #f3b440;
  border-radius: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem
}
@media (min-width:1440px) {
  .container {
    max-width: 1230px
  }
}
.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%
}
.topbar {
  font-size: .8rem;
  color: #fff;
  background-color: #0b182b
}
.topbar a {
  color: #d9e2e2
}
.topbar i {
  color: #f3b440
}
.topbar .lang i {
  font-size: 1.5em;
  color: #f3b440
}
.topbar .lang .sp {
  font-size: .6em
}
.topbar .lang a {
  font-size: .9em
}
@media (min-width:992px) {
  .topbar {
    font-size: 1rem
  }
}
.btn-default {
  border-color: #f3b440
}
.btn-default:hover {
  background-color: #f3b440;
  color: #fff
}
.search input {
  border-color: #f3b440
}
.search input:focus {
  border-color: #f3b440
}
.navbar-toggler:focus {
  outline-color: #f3b440
}
#navbar-main {
  background-color: rgba(255,255,255,.9)
}
#navbar-main ul.navbar-nav .nav-item {
  font-weight: 700
}
#navbar-main ul.navbar-nav .nav-item.active a {
  color: #f3b440
}
#navbar-main .trigger-search:hover {
  color: #f3b440
}
@media (min-width:992px) {
  #navbar-main {
    height: 96px;
    transition: all .5s
  }
  #navbar-main .navbar-brand {
    transition: all .5s;
    width: 203px
  }
  #navbar-main form.search {
    width: 0;
    overflow: hidden;
    transition: all .5s
  }
  #navbar-main ul.navbar-nav .nav-item {
    padding-left: 1rem;
    padding-right: 1rem;
    transition: all .5s
  }
  #navbar-main ul.navbar-nav .nav-item.active a {
    position: relative
  }
  #navbar-main ul.navbar-nav .nav-item.active a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 12%;
    right: 12%;
    height: 2px;
    width: 76%;
    background-color: #f3b440
  }
  #navbar-main.slim {
    height: 60px
  }
  #navbar-main.search-show .navbar-brand {
    width: 100px
  }
  #navbar-main.search-show form.search {
    width: 280px;
    margin-left: 2rem
  }
  #navbar-main.search-show ul.navbar-nav .nav-item {
    padding-left: .3rem;
    padding-right: .3rem
  }
}
@media (min-width:1200px) {
  #navbar-main form.search {
    width: 0;
    overflow: hidden
  }
  #navbar-main ul.navbar-nav .nav-item {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }
  #navbar-main.search-show ul.navbar-nav .nav-item {
    padding-left: .7rem;
    padding-right: .7rem
  }
}
.pagination a,
.pagination span {
  padding: .5rem 1rem;
  border: 1px solid #f1f1f1;
  margin: 0 .5rem;
  color: #555
}
.pagination a:hover,
.pagination span.active {
  background-color: #f3b440;
  color: #fff
}
footer {
  font-size: .875rem;
  background-color: #00263d;
  color: #fff
}
footer a {
  color: #fff
}
footer h3 {
  font-size: 1.2rem
}
footer hr {
  border-color: #555
}
footer ul {
  list-style-position: outside
}
footer ul li {
  display: flex;
  padding: .5rem 0
}
footer ul li span:first-child {
  padding-right: .5rem
}
footer .copyright {
  font-size: .9rem
}
@media (min-width:1200px) {
  footer .box {
    padding-left: 1rem;
    padding-right: 1rem
  }
}
section.block-banner {
  color: #fff
}
section.block-banner a {
  color: #fff
}
section.block-banner .here span:last-child {
  color: #f3b440
}
section.block-wwr .container > .row {
  background-color: #f8f8f8
}
section.block-advantage .box .img-box {
  overflow: hidden
}
section.block-advantage .box .img-box img {
  width: 100%
}
section.block-advantage .box img {
  transition: all .5s
}
section.block-advantage .box img:hover {
  transform: scale(1.1) rotate(-2deg)
}
section.block-advantage .box h3 {
  font-size: 1rem;
  background-color: #00263d;
  color: #fff
}
section.block-contact-info .map {
  height: 100%
}
section.block-contact-info .map iframe {
  height: 100%
}
section.block-contact-info .info-box {
  color: #fff;
  height: 100%;
  background: url(../images/bg3.png) no-repeat center
}
section.block-contact-info .info-box a {
  color: #fff
}
section.block-contact-info hr {
  opacity: 0
}
section.block-contact-info h3 {
  font-size: 1.5rem
}
section.block-contact-info h4 {
  font-size: 1rem
}
section.block-contact-info ul {
  list-style-position: outside;
  font-size: .9rem
}
section.block-contact-info ul li {
  display: flex;
  padding: .5rem 0
}
section.block-contact-info ul li span:first-child {
  padding-right: .5rem
}
section.block-contact-form h2 {
  color: #f3b440
}
section.block-contact-form form input,
section.block-contact-form form textarea {
  background-color: #f8f8f8;
  color: #777
}
section.block-contact-form form input:focus,
section.block-contact-form form textarea:focus {
  background-color: #f8f8f8;
  color: #777
}
section.block-content.equipment h2 {
  color: #f3b440
}
section.block-content.equipment .box {
  padding: .3rem
}
section.block-content.equipment .mask a {
  background-color: rgba(243,180,64,.7);
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  font-size: 1.5rem
}
section.block-content.equipment .mask {
  opacity: 0;
  transition: all .5s
}
section.block-content.equipment .img-wrap:hover .mask {
  opacity: 1;
  color: #fff
}
section.block-content.equipment h3 {
  bottom: 0;
  background-color: rgba(243,180,64,.7);
  width: 100%;
  margin: 0;
  font-size: 1rem;
  text-align: center;
  padding: 1.5rem .5rem
}
section.block-content.equipment h3:before {
  content: "";
  border: 20px solid transparent;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -20px;
  border-bottom-color: rgba(243,180,64,.7)
}
section.block-product h2 {
  color: #f3b440
}
section.block-product h3 {
  color: #fff
}
section.block-product .box {
  padding: 3rem;
  background-color: #f5f5f5;
  box-shadow: 1px 0 5px #ececec,0 1px 5px #ececec,-1px 0 5px #ececec,0 -1px 5px #ececec
}
section.block-product .mask a {
  background-color: rgba(243,180,64,.7);
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  font-size: 1.5rem
}
section.block-product .mask {
  opacity: 0;
  transition: all .5s
}
section.block-product .box:hover .mask {
  opacity: 1
}
section.block-about .html ul,
section.block-wwr .html ul {
  overflow: hidden;
  list-style: none;
  padding: 0
}
section.block-about .html ul > li,
section.block-wwr .html ul > li {
  width: 50%;
  float: left;
  position: relative;
  padding-left: 1rem
}
section.block-about .html ul > li::before,
section.block-wwr .html ul > li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #f3b440;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px
}
section.home-banner .banner {
  position: relative;
  height: calc(100vh - 160px)
}
section.home-banner .banner .mask {
  height: 150px;
  top: auto;
  color: #fff
}
section.home-banner .banner .mask .text {
  font-size: 1.53rem
}
section.home-banner .year-number {
  background-color: #f3b440;
  color: #000;
  margin-right: 1rem;
  padding: 0 .5rem
}
section.block-featured {
  background-color: #f5f5f5
}
section.block-featured .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto
}
section.block-featured .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center
}
section.block-featured .featured-slide {
  --swiper-theme-color: #000;
  --swiper-pagination-color: #000;
  --swiper-navigation-color: #000;
  --swiper-navigation-size: 24px
}
section.block-featured .slide-inner {
  width: 100%
}
section.block-featured .slide-inner h3 {
  font-size: 1.2rem
}
section.block-featured .slide-inner .mask {
  opacity: 0;
  background-color: rgba(11,15,20,.9);
  color: #fff;
  transition: all .4s
}
section.block-featured .slide-inner .mask .text {
  text-align: justify;
  width: 100%;
  height: 100%
}
section.block-featured .slide-inner .mask:hover {
  opacity: 1
}
@media (min-width:768px) {
  section.block-featured .swiper-slide {
    width: calc(720px / 2 - 30px)
  }
}
@media (min-width:992px) {
  section.block-featured .swiper-slide {
    width: calc(960px / 3 - 30px)
  }
  section.block-featured .swiper-button-next {
    right: -2.5rem
  }
  section.block-featured .swiper-button-prev {
    left: -2.5rem
  }
  section.block-featured .slide-inner {
    width: 100%
  }
  section.block-featured .slide-inner h2 {
    font-size: 1.2rem
  }
  section.block-featured .slide-inner .mask {
    display: flex;
    opacity: 0;
    background-color: rgba(11,15,20,.9);
    color: #fff;
    transition: all .4s
  }
  section.block-featured .slide-inner .mask .text {
    text-align: justify
  }
  section.block-featured .slide-inner .mask:hover {
    opacity: 1
  }
}
@media (min-width:1200px) {
  section.block-featured .swiper-slide {
    width: calc(1140px / 3 - 30px)
  }
}
@media (min-width:1440px) {
  section.block-featured .swiper-slide {
    width: calc(1230px / 3 - 30px)
  }
}
section.block-about .summary p {
  text-align: justify
}
section.block-about .img-wrap {
  height: 60vw
}
@media (min-width:992px) {
  section.block-about .img-wrap {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50vw - 24px)
  }
}
section.block-count {
  background-color: #f5f5f5;
  text-align: center
}
section.block-equipment {
  background-image: url(../../assets/bg1.jpg);
  background-repeat: no-repeat;
  background-position: center top
}
section.block-equipment h2 {
  color: #fff
}
section.block-equipment .summary {
  font-size: 1.5rem
}
section.block-equipment .content {
  background-color: #f5f5f5
}
section.block-equipment .image-show .box a {
  display: block;
  margin: 2px
}
section.block-equipment .image-show .box img {
  width: 100%
}
@media (min-width:992px) {
  section.block-equipment .image-show .box-1 {
    width: 36.8%
  }
}
@media (min-width:1200px) {
  section.block-equipment .image-show .box-1 {
    width: 30.3%
  }
}
@media (min-width:1440px) {
  section.block-equipment .image-show .box-1 {
    width: 27.8%
  }
}
section.block-help {
  background-color: #f5f5f5
}
@media (min-width:1200px) {
  section.block-help .desc {
    padding-left: 10%;
    padding-right: 10%
  }
}
section.block h2 span {
  position: relative
}
section.block h2 span:before {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: 50%;
  margin-left: -17px;
  width: 34px;
  height: 14px;
  background: url(../images/icon.png) no-repeat center center
}
section.block ul.links li {
  line-height: 2
}
section.block ul.links li a,
section.block ul.links li span {
  position: relative;
  padding-left: 1rem;
  color: #000
}
section.block ul.links li a::before,
section.block ul.links li span::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #f3b440;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px
}