*,
*::before,
*::after {
  box-sizing: border-box;
  outline: 0;
}
html {
  margin-top: 0 !important;
}
body {
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  font-family: Helvetica, Arial, 'Microsoft JhengHei', sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 600;
}
body.show-admin-bar .header {
  padding-top: 46px;
}
@media screen and (min-width: 768px) {
  body.show-admin-bar .header {
    padding-top: 46px;
  }
}
@media screen and (min-width: 782px) {
  body.show-admin-bar .header {
    padding-top: 32px;
  }
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  width: 100%;
  max-width: 100%;
}
p {
  margin-bottom: 25px;
}
.layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.layer.bg-layer {
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-back {
  display: block;
  font-size: 16px;
  color: #666;
  margin-top: 24px;
}
.btn-back a {
  display: block;
}
.btn-back > i {
  padding-right: 8px;
}
.btn-back:hover {
  color: #00b1d2;
}
.header .header-top {
  height: 44px;
  background-color: #00b1d2;
  padding: 0 15px;
}
@media screen and (min-width: 576px) {
  .header .header-top {
    padding: 0;
  }
}
.header .header-top > .container {
  height: 100%;
}
.header .header-top > .container .row {
  height: 100%;
}
.header .header-top > .container .row .header-top-left .widget-item {
  display: inline-block;
  margin: 0 15px;
  color: #fff;
}
.header .header-top > .container .row .header-top-left .widget-item .icon {
  display: inline-block;
}
.header .header-top > .container .row .header-top-left .widget-item span {
  display: none;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .header .header-top > .container .row .header-top-left .widget-item span {
    display: inline-block;
  }
}
.header .header-top > .container .row .header-top-left .widget-item:first-child {
  margin-left: 0px;
  display: none;
}
@media screen and (min-width: 768px) {
  .header .header-top > .container .row .header-top-left .widget-item:first-child {
    display: inline-block;
  }
}
.header .header-top > .container .row .header-top-right .widget-item {
  display: inline-block;
  margin: 0 15px;
  color: #fff;
}
.header .header-top > .container .row .header-top-right .widget-item .icon {
  display: inline-block;
}
.header .header-top > .container .row .header-top-right .widget-item:last-child {
  margin-left: 0;
  margin-right: 0;
}
.header .header-top > .container .row .header-top-right .widget-item:last-child .wpml-ls {
  padding: 0;
}
.header .header-bottom {
  position: relative;
  padding: 24px 15px;
}
@media screen and (min-width: 576px) {
  .header .header-bottom {
    padding: 24px 0;
  }
}
@media screen and (min-width: 992px) {
  .header .header-bottom {
    padding: 0;
  }
}
.header .header-bottom > .container {
  height: 100%;
}
.header .header-bottom > .container .row {
  height: 100%;
}
.header .header-bottom > .container .row .logo {
  width: 100%;
  max-width: 180px;
  height: auto;
  transition-property: max-width;
  -webkit-transition-property: max-width;
  -moz-transition-property: max-width;
  -ms-transition-property: max-width;
  -o-transition-property: max-width;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
@media screen and (min-width: 576px) {
  .header .header-bottom > .container .row .logo {
    max-width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .header .header-bottom > .container .row .logo {
    max-width: 320px;
    margin: 0;
  }
}
.header .header-bottom .nav-menu {
  display: none;
  width: 100%;
  padding: 16px 0;
  position: absolute;
  top: 77px;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.97);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 992px) {
  .header .header-bottom .nav-menu {
    display: block;
    position: static;
    width: auto;
    padding: 0;
    box-shadow: none;
  }
}
.header .header-bottom .nav-menu .menu-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 992px) {
  .header .header-bottom .nav-menu .menu-item {
    display: inline-block;
    margin: 0 10px;
  }
}
.header .header-bottom .nav-menu .menu-item a {
  display: block;
  font-size: 16px;
  padding: 0 12px;
  color: #333;
  line-height: 2.4em;
  position: relative;
}
@media screen and (min-width: 576px) {
  .header .header-bottom .nav-menu .menu-item a {
    padding-left: calc((100% - 540px) / 2);
    padding-right: calc((100% - 540px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .header .header-bottom .nav-menu .menu-item a {
    padding-left: calc((100% - 720px) / 2);
    padding-right: calc((100% - 720px) / 2);
  }
}
@media screen and (min-width: 992px) {
  .header .header-bottom .nav-menu .menu-item a {
    font-size: 18px;
    line-height: 7em;
  }
}
.header .header-bottom .nav-menu .menu-item a:hover {
  color: #00b1d2;
}
@media screen and (min-width: 992px) {
  .header .header-bottom .nav-menu .menu-item a:hover:after {
    transform: ScaleX(1);
    transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-property: transform;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    -ms-transition-property: transform;
    -o-transition-property: transform;
  }
}
.header .header-bottom .nav-menu .menu-item a:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #fedb27;
  transform: ScaleX(0);
}
.header .header-bottom .nav-menu .menu-item:last-child {
  margin-right: 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .header .header-bottom .nav-menu .menu-item:last-child {
    display: none;
  }
}
.header .header-bottom .nav-menu .menu-item.active {
  background-color: #00b1d2;
}
@media screen and (min-width: 992px) {
  .header .header-bottom .nav-menu .menu-item.active {
    background-color: transparent;
  }
}
.header .header-bottom .nav-menu .menu-item.active a {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .header .header-bottom .nav-menu .menu-item.active a {
    color: #00b1d2;
  }
}
@media screen and (min-width: 992px) {
  .header .header-bottom .nav-menu .menu-item.active a:after {
    transform: ScaleX(1);
  }
}
.header .btn-menu {
  display: block;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 992px) {
  .header .btn-menu {
    display: none;
  }
}
.header .btn-menu span {
  display: block;
  width: 100%;
  height: 3px;
  margin: 4px 0;
  background-color: #00b1d2;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.header .btn-menu.active span:first-child {
  -webkit-transform: translateY(5px) rotate(45deg);
  -moz-transform: translateY(5px) rotate(45deg);
  -ms-transform: translateY(5px) rotate(45deg);
  -o-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}
.header .btn-menu.active span:nth-child(2) {
  visibility: hidden;
  opacity: 0;
}
.header .btn-menu.active span:last-child {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}
.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
}
.header.sticky .header-top {
  display: none;
}
.header.sticky .header-bottom {
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}
.header.sticky .header-bottom > .container .row .logo {
  max-width: 180px;
}
@media screen and (min-width: 768px) {
  .header.sticky .header-bottom > .container .row .logo {
    max-width: 240px;
  }
}
.header.sticky .header-bottom .nav-menu .menu-item a {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .header.sticky .header-bottom .nav-menu .menu-item a {
    line-height: 5em;
  }
}
body .main .page-header .page-img {
  position: relative;
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  body .main .page-header .page-img {
    min-height: 300px;
    max-height: 390px;
  }
}
body .main .page-header .page-img:before {
  content: '';
  display: block;
  padding-bottom: 23%;
}
body .main .news-pagination {
  text-align: center;
  margin: 32px;
}
body .main .news-pagination .pagination {
  margin: 0;
  padding: 0;
}
body .main .news-pagination .pagination .page-item {
  display: inline-block;
  visibility: visible;
  opacity: 1;
  margin: 0 4px;
}
body .main .news-pagination .pagination .page-item a {
  display: table-cell;
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
  color: #333;
}
body .main .news-pagination .pagination .page-item.disabled {
  visibility: hidden;
  opacity: 0;
}
body .main .news-pagination .pagination .page-item.active {
  border: none;
  background-color: #00b1d2;
}
body .main .news-pagination .pagination .page-item.active a {
  color: #fff;
}
body .main .news-pagination .pagination .page-item.first a,
body .main .news-pagination .pagination .page-item.prev a,
body .main .news-pagination .pagination .page-item.next a,
body .main .news-pagination .pagination .page-item.last a {
  border: 1px solid #333;
}
body .main .news-pagination .pagination .page-item.first a:hover,
body .main .news-pagination .pagination .page-item.prev a:hover,
body .main .news-pagination .pagination .page-item.next a:hover,
body .main .news-pagination .pagination .page-item.last a:hover {
  color: #fff;
  background-color: #00b1d2;
  border: 1px solid #00b1d2;
  transition-property: background-color border;
  -webkit-transition-property: background-color border;
  -moz-transition-property: background-color border;
  -ms-transition-property: background-color border;
  -o-transition-property: background-color border;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
body .main .page-title {
  font-size: 40px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body .main .page-title {
    text-align: left;
  }
}
body .main .page-title span:first-child {
  color: #00b1d2;
}
body .main .desc {
  font-size: 20px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body .main .desc {
    text-align: left;
  }
}
body .main .section {
  position: relative;
  padding: 32px 0;
}
body .main .section .page-wrap {
  border-bottom: 1px solid #ddd;
}
body .main .section:last-child .page-wrap {
  border-bottom: none;
}
body .main .recruit-wrapper .recruit-item {
  margin-bottom: 56px;
}
body .main .recruit-wrapper .recruit-item .title {
  width: 100%;
  font-size: 21px;
  color: #00b1d2;
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  body .main .recruit-wrapper .recruit-item .title {
    width: 30%;
  }
}
body .main .recruit-wrapper .recruit-item .title .fa {
  margin-right: 16px;
}
body .main .recruit-wrapper .recruit-item table {
  width: 100%;
}
body .main .recruit-wrapper .recruit-item table tbody tr td {
  padding: 0 16px 8px;
  vertical-align: top;
}
body .main .recruit-wrapper .recruit-item table tbody tr td:first-child {
  width: 40%;
  border-right: 1px solid #000;
  padding-left: 0;
}
@media screen and (min-width: 576px) {
  body .main .recruit-wrapper .recruit-item table tbody tr td:first-child {
    width: 25%;
  }
}
body[page="home"] .main .section.section-01 {
  padding: 0;
  overflow: hidden;
}
body[page="home"] .main .section.section-01 > img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
@media screen and (min-width: 768px) {
  body[page="home"] .main .section.section-01 > img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (min-width: 1200px) {
  body[page="home"][lang="en"] .main .section.section-01 .caption-layer {
    max-width: 560px;
  }
}
body[page="about-us"] .main .page-header .page-img .layer.bg-layer {
  background-image: url('/wp-content/uploads/2019/10/aboutus-section01-bg.jpg');
}
body[page="about-us"] .main .page-header .page-title {
  margin-bottom: 0;
}
body[page="about-us"] .main .section.section-02 .desc .gird-item {
  margin-bottom: 32px;
}
body[page="about-us"] .main .section.section-02 .desc .gird-item .img-col {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  width: 50%;
  margin: auto;
  transition-property: width;
  -webkit-transition-property: width;
  -moz-transition-property: width;
  -ms-transition-property: width;
  -o-transition-property: width;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
@media screen and (min-width: 768px) {
  body[page="about-us"] .main .section.section-02 .desc .gird-item .img-col {
    width: 80%;
  }
}
body[page="about-us"] .main .section.section-02 .desc .gird-item .img-col:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
body[page="about-us"] .main .section.section-02 .desc .gird-item:first-child .img-col .layer.bg-layer {
  background-image: url('/wp-content/uploads/2020/02/aboutus-section02-img01.png');
}
body[page="about-us"] .main .section.section-02 .desc .gird-item:nth-child(2) .img-col .layer.bg-layer {
  background-image: url('/wp-content/uploads/2020/02/aboutus-section02-img02.png');
}
body[page="about-us"] .main .section.section-02 .desc .gird-item:last-child .img-col .layer.bg-layer {
  background-image: url('/wp-content/uploads/2020/02/aboutus-section02-img03.png');
}
body[page="about-us"] .main .section.section-02 .desc .gird-item .desc-col {
  padding: 0 24px;
}
body[page="about-us"] .main .section.section-02 .desc .gird-item .desc-col .col-title {
  font-size: 24px;
  text-align: center;
  margin: 24px 0;
}
@media screen and (min-width: 576px) {
  body[page="about-us"] .main .section.section-02 .desc .gird-item .desc-col .col-title {
    font-size: 32px;
  }
}
body[page="about-us"] .main .section.section-02 .desc .gird-item .desc-col .col-desc {
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 576px) {
  body[page="about-us"] .main .section.section-02 .desc .gird-item .desc-col .col-desc {
    font-size: 20px;
  }
}
body[page="about-us"] .main .section.section-03 .gallery-col {
  height: 100%;
}
body[page="about-us"] .main .section.section-03 .gallery {
  width: 100%;
  height: 90%;
}
body[page="about-us"] .main .section.section-03 .gallery .slide {
  position: relative;
  max-height: 360px;
}
body[page="about-us"] .main .section.section-03 .gallery .slide .layer.bg-layer {
  background-image: url('/wp-content/uploads/2019/08/aboutus-gallery-img01.jpg');
}
body[page="about-us"] .main .section.section-03 .gallery .slide:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
body[page="about-us"] .main .section.section-03 .gallery .slick-dots {
  width: auto;
  bottom: -35px;
  right: 0;
}
body[page="news"] .page-header .page-img .layer.bg-layer {
  background-image: url('/wp-content/uploads/2019/09/news-section01-bg.jpg');
}
body[page="news"] .section .page-wrap {
  border-bottom: none;
}
body[page="news"] .section .page-wrap .row .news-col:first-child {
  margin-bottom: 56px;
}
@media screen and (min-width: 768px) {
  body[page="news"] .section .page-wrap .row .news-col:first-child {
    margin-bottom: 0;
  }
}
body[page="news"] .section .page-wrap .news-slider .slide .news-item {
  display: block;
  color: #000;
  margin-bottom: 16px;
}
body[page="news"] .section .page-wrap .news-slider .slide .news-item .news-img {
  position: relative;
}
body[page="news"] .section .page-wrap .news-slider .slide .news-item .news-img .layer.bg-layer {
  background-image: url('/wp-content/uploads/2019/08/aboutus-gallery-img01.jpg');
}
body[page="news"] .section .page-wrap .news-slider .slide .news-item .news-img:before {
  content: '';
  display: block;
  padding-bottom: 74%;
}
body[page="news"] .section .page-wrap .news-slider .slide .news-item .news-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 12px;
}
body[page="news"] .section .page-wrap .news-slider .slide .news-item .news-date {
  margin-bottom: 16px;
}
body[page="news"] .section .page-wrap .news-slider .slide .news-item .news-desc {
  font-size: 16px;
}
body[page="news"] .section .page-wrap .news-slider .slide .news-item.news-cover .news-img {
  margin-bottom: 24px;
}
body[page="news"] .section .page-wrap .news-slider .slide .news-item.news-cover .news-img:before {
  padding-bottom: 60%;
}
body[page="news"] .section .page-wrap .news-slider .slide .news-item.news-cover .news-title {
  font-size: 28px;
}
body[page="contact-us"] .page-header .layer.bg-layer {
  background-image: url('/wp-content/uploads/2019/09/contactus-section01-bg.jpg');
}
body[page="contact-us"] .section.section-01 {
  margin-bottom: 32px;
}
body[page="contact-us"] .section.section-01 .page-wrap {
  border-bottom: none;
}
body[page="contact-us"] .section.section-01 .map-col {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}
body[page="contact-us"] .section.section-01 .map-col > .bg-layer {
  background-size: cover;
}
@media screen and (min-width: 992px) {
  body[page="contact-us"] .section.section-01 .map-col {
    margin-bottom: 0;
  }
}
body[page="contact-us"] .section.section-01 .map-col .map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
body[page="contact-us"] .section.section-01 .map-col:before {
  content: '';
  display: block;
  padding-bottom: 65%;
}
body[page="contact-us"] .section.section-01 .desc-col {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  body[page="contact-us"] .section.section-01 .desc-col {
    width: 80%;
    margin: auto;
  }
}
body[page="contact-us"] .section.section-01 .desc-col .desc-title {
  font-size: 24px;
  margin-bottom: 24px;
}
body[page="contact-us"] .section.section-01 .desc-col .desc-list .desc-item {
  margin-bottom: 20px;
}
body[page="contact-us"] .section.section-01 .desc-col .desc-list .desc-item .side {
  display: inline-block;
  vertical-align: top;
}
body[page="contact-us"] .section.section-01 .desc-col .desc-list .desc-item .side a {
  color: #333;
}
body[page="contact-us"] .section.section-01 .desc-col .desc-list .desc-item .side img {
  max-width: 200px;
}
body[page="contact-us"] .section.section-01 .desc-col .desc-list .desc-item .side.left-side {
  width: 35%;
}
@media screen and (min-width: 992px) {
  body[page="contact-us"] .section.section-01 .desc-col .desc-list .desc-item .side.left-side {
    width: 25%;
  }
}
body[page="contact-us"] .section.section-01 .desc-col .desc-list .desc-item .side.left-side i {
  display: inline-block;
  width: 24px;
  text-align: center;
  color: #00b1d2;
}
body[page="contact-us"] .section.section-01 .desc-col .desc-list .desc-item .side.right-side {
  width: calc(100% - 35% - 8px);
}
body[page="contact-us"] .section.section-01 .desc-col .desc-list .desc-item .side.right-side a {
  display: block;
}
@media screen and (min-width: 992px) {
  body[page="contact-us"] .section.section-01 .desc-col .desc-list .desc-item .side.right-side {
    width: calc(100% - 25% - 8px);
  }
}
body[type="post"] .main {
  padding: 48px 0 ;
}
body[type="post"] img {
  width: auto;
  max-width: initial;
}
.footer {
  border-top: 6px solid #fedb27;
  text-align: center;
  padding: 15px;
}
.footer > .container .row .developer {
  display: block;
  margin: auto;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .footer > .container .row .developer {
    margin: 0;
  }
}
