@charset "UTF-8";
body, html {
  font: 16px/150% Microsoft JhengHei, Helvetica, Arial, "LiHei Pro", "\5FAE\8EDF\6B63\9ED1\9AD4", "\65B0\7D30\660E\9AD4", sans-serif !important;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: Microsoft JhengHei;
  font-size: 16px;
  margin: 0;
  padding: 0; }

*, *:hover, *:focus {
  outline: none !important;
  /* for Firefox Google Chrome  */
  behavior: expression(this.onFocus=this.blur());
  /* for IE */ }

a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s ease 0s;
  /* Safari and Chrome */
  -o-transition: all 0.3s ease 0s;
  /* Opera */ }
  a:hover, a:focus {
    text-decoration: none; }

ul {
  list-style: none;
  padding: 0; }

article {
  min-height: 1300px;
  padding-bottom: 30px; }

/* 背景圖片鑲嵌設定 */
.bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

/* SVG ICON設定 */
.fs1 {
  font-size: 20px;
  padding: 5px 0; }
  .fs1 span {
    position: relative;
    top: -2px; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

header {
  position: absolute;
  width: 100%; }
  header .navbar-default {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: #fff;
    border-bottom: 0;
    margin-bottom: 0px;
    position: fixed;
    z-index: 99;
    width: 100%; }
    header .navbar-default .navbar-header .navbar-brand {
      background-image: url("../images/logo-bg.PNG");
      padding: 0;
      height: 170px;
      width: 600px;
      background-repeat: no-repeat;
      background-position: bottom right;
      position: absolute;
      top: -8px; }
      header .navbar-default .navbar-header .navbar-brand > img {
        width: 280px;
        position: relative;
        top: 22px;
        left: 87px; }
    header .navbar-default .navbar-collapse .navbar-nav {
      margin: 0 0; }
      header .navbar-default .navbar-collapse .navbar-nav > li > .dropdown-menu {
        padding: 10px;
        border-top: 5px solid #006575;
        width: 240px;
        right: -50%;
        /* Firefox */
        /* Safari and Chrome */
        column-width: 100px;
        /* Firefox */
        /* Safari and Chrome */
        column-count: 2;
        /* Firefox */
        /* Safari and Chrome */
        column-gap: 10px; }
        header .navbar-default .navbar-collapse .navbar-nav > li > .dropdown-menu:before {
          content: '';
          display: block;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 12.5px 10px 12.5px;
          border-color: transparent transparent #006575 transparent;
          position: absolute;
          top: -15px;
          right: 47%; }
        header .navbar-default .navbar-collapse .navbar-nav > li > .dropdown-menu > li > a {
          padding: 8px 15px; }
          header .navbar-default .navbar-collapse .navbar-nav > li > .dropdown-menu > li > a:hover {
            color: #fff;
            text-decoration: none;
            background-color: #006575; }
      header .navbar-default .navbar-collapse .navbar-nav > li:first-child > a:before {
        background-image: url("../images/menu-home.png"); }
      header .navbar-default .navbar-collapse .navbar-nav > li:first-child > a:hover:before {
        background-image: url("../images/menu-home-hover.png"); }
      header .navbar-default .navbar-collapse .navbar-nav > li:first-child.active > a,
      header .navbar-default .navbar-collapse .navbar-nav > li:first-child > a:focus,
      header .navbar-default .navbar-collapse .navbar-nav > li:first-child > a:hover {
        color: #fff;
        background-color: #638c0b; }
        header .navbar-default .navbar-collapse .navbar-nav > li:first-child.active > a:before,
        header .navbar-default .navbar-collapse .navbar-nav > li:first-child > a:focus:before,
        header .navbar-default .navbar-collapse .navbar-nav > li:first-child > a:hover:before {
          background-image: url("../images/menu-home-hover.png"); }
      header .navbar-default .navbar-collapse .navbar-nav > li > a {
        color: #638c0b;
        padding: 30px 20px;
        position: relative; }
        header .navbar-default .navbar-collapse .navbar-nav > li > a:before {
          content: '';
          background-image: url("../images/menu-icon.png");
          display: inline-block;
          background-repeat: no-repeat;
          background-size: contain;
          width: 20px;
          height: 20px;
          position: relative;
          left: -4px;
          top: 4px; }
        header .navbar-default .navbar-collapse .navbar-nav > li > a:hover {
          color: #fff;
          background-color: #638c0b; }
          header .navbar-default .navbar-collapse .navbar-nav > li > a:hover:before {
            background-image: url("../images/menu-icon-hover.png"); }
        header .navbar-default .navbar-collapse .navbar-nav > li > a span {
          font-size: 12px; }
      header .navbar-default .navbar-collapse .navbar-nav > li.active > a,
      header .navbar-default .navbar-collapse .navbar-nav > li > a:focus,
      header .navbar-default .navbar-collapse .navbar-nav > li > a:hover {
        color: #fff;
        background-color: #638c0b; }
        header .navbar-default .navbar-collapse .navbar-nav > li.active > a:before,
        header .navbar-default .navbar-collapse .navbar-nav > li > a:focus:before,
        header .navbar-default .navbar-collapse .navbar-nav > li > a:hover:before {
          background-image: url("../images/menu-icon-hover.png"); }
      header .navbar-default .navbar-collapse .navbar-nav > .open > a,
      header .navbar-default .navbar-collapse .navbar-nav > .open > a:focus,
      header .navbar-default .navbar-collapse .navbar-nav > .open > a:hover {
        color: #fff;
        background-color: inherit; }
    header .navbar-default .navbar-collapse .img-brand {
      width: 100px;
      position: absolute;
      top: 0;
      right: 30px;
      z-index: 1; }
      header .navbar-default .navbar-collapse .img-brand:hover {
        animation: ani_stitle 1s ease !important;
        -ms-transform-origin: center top;
            transform-origin: center top;
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }
    @media screen and (max-width: 1199px) {
      header .navbar-default .navbar-header {
        margin-right: -15px;
        margin-left: -15px;
        float: none; }
        header .navbar-default .navbar-header .navbar-toggle {
          display: block;
          margin: 13px 10px 0 0; }
          header .navbar-default .navbar-header .navbar-toggle:focus, header .navbar-default .navbar-header .navbar-toggle:hover {
            background-color: #d7eda8; }
        header .navbar-default .navbar-header .navbar-brand {
          margin-left: 0px;
          height: 60px;
          width: 240px;
          position: inherit; }
          header .navbar-default .navbar-header .navbar-brand > img {
            margin: 8px 0 0 7px;
            width: 100%;
            position: inherit; }
      header .navbar-default .navbar-collapse {
        margin-right: -15px;
        margin-left: -15px;
        border-top: 1px solid #e7e7e7; }
        header .navbar-default .navbar-collapse .navbar-right {
          float: none !important; }
        header .navbar-default .navbar-collapse .navbar-nav > li {
          float: none; }
        header .navbar-default .navbar-collapse.collapse {
          display: none !important; }
          header .navbar-default .navbar-collapse.collapse.in {
            display: block !important; } }

@keyframes ani_stitle {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    transform: rotate3d(0, 0, 1, 0deg); } }

.article-content {
  min-height: calc(100vh - 100px - 54px); }

.content-main {
  padding: 0 0 50px; }

footer {
  background-color: #605e5e;
  padding: 60px 0;
  color: #fff; }
  footer .footer-data,
  footer .footer-link,
  footer .footer-community,
  footer .footer-copyright {
    float: left;
    border-right: 1px solid #aaa;
    padding: 10px 36px;
    height: 120px; }
    @media screen and (max-width: 1199px) {
      footer .footer-data,
      footer .footer-link,
      footer .footer-community,
      footer .footer-copyright {
        padding: 10px; } }
    @media screen and (max-width: 991px) {
      footer .footer-data,
      footer .footer-link,
      footer .footer-community,
      footer .footer-copyright {
        border-bottom: 0 solid #aaa;
        border-right: 0 solid #aaa; } }
    @media screen and (max-width: 767px) {
      footer .footer-data,
      footer .footer-link,
      footer .footer-community,
      footer .footer-copyright {
        width: calc(100%);
        margin: 0 0 10px;
        border: 0px;
        height: inherit; } }
  footer p {
    margin: 0; }
  footer span {
    font-size: 12px; }
  @media screen and (max-width: 991px) {
    footer .footer-data {
      width: 100%;
      height: inherit; } }
  footer .footer-data h1 {
    font-size: 20px; }
  @media screen and (max-width: 991px) {
    footer .footer-data .company,
    footer .footer-data .address {
      float: left;
      margin: 0 20px 0 0; } }
  footer .footer-link {
    padding-top: 15px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr; }
    footer .footer-link ul {
      margin: 10px 0 0;
      list-style-type: circle; }
      footer .footer-link ul a {
        color: #fff;
        letter-spacing: 5px; }
  footer .footer-community {
    padding-top: 15px; }
    @media screen and (max-width: 991px) {
      footer .footer-community {
        padding-left: 75px; } }
    @media screen and (max-width: 767px) {
      footer .footer-community {
        padding-left: 0; } }
    footer .footer-community ul {
      float: left; }
      footer .footer-community ul > li {
        float: left;
        margin: 0 10px 0 0; }
        footer .footer-community ul > li img {
          height: 70px; }
        footer .footer-community ul > li span {
          display: block; }
    footer .footer-community a {
      display: inline-block;
      float: left; }
      footer .footer-community a .fs1 {
        font-size: 72px;
        color: #4267b2;
        padding: 0;
        text-align: center; }
        footer .footer-community a .fs1 span {
          display: block;
          color: #fff; }
      footer .footer-community a:hover .fs-facebook {
        color: #4267b2; }
  footer .footer-copyright {
    padding-top: 25px;
    border: 0px; }
    @media screen and (max-width: 991px) {
      footer .footer-copyright {
        padding-top: 7px;
        position: relative;
        top: 100px;
        right: 205px;
        height: inherit; } }
    @media screen and (max-width: 767px) {
      footer .footer-copyright {
        position: initial; } }
    footer .footer-copyright p {
      margin-bottom: 10px; }

.btn-style-01,
.btn-style-02 {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s ease 0s;
  /* Safari and Chrome */
  -o-transition: all 0.3s ease 0s;
  /* Opera */ }

.btn-style-01 {
  background-color: #638c0b;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px; }
  .btn-style-01 > a {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1.5px solid #eee;
    color: #fff;
    border-radius: 6px;
    box-shadow: 1px 1px 23px -2px #CCCCCC;
    -webkit-box-shadow: 1px 1px 23px -2px #CCCCCC;
    -moz-box-shadow: 1px 1px 23px -2px #CCCCCC;
    -o-box-shadow: 1px 1px 23px -2px #CCCCCC; }
  .btn-style-01:hover {
    background-color: #82b319;
    color: #fff; }

.btn-style-02 {
  background-color: #000000;
  color: #fff;
  width: 100%; }
  .btn-style-02:focus, .btn-style-02:hover {
    background-color: #009d94;
    color: #fff; }

.btn-radio {
  display: block;
  overflow: hidden; }
  .btn-radio .radio {
    float: left; }
    .btn-radio .radio [type*="radio"] {
      display: none; }
    .btn-radio .radio span {
      border: 1px solid #626262;
      color: #626262;
      border-radius: 6px;
      padding: 5px 11px; }
    .btn-radio .radio [type*="radio"]:checked + span {
      background-color: #e5004f;
      border: 1px solid #e5004f;
      color: #fff; }

.form-group label {
  color: #009d94; }

.form-group .note {
  color: #e14242; }

.banner-box .bg-img {
  width: 100%;
  height: calc(1170px * .4875); }
  @media screen and (max-width: 1199px) {
    .banner-box .bg-img {
      height: calc((970px) * 0.4875); } }
  @media screen and (max-width: 991px) {
    .banner-box .bg-img {
      height: calc((750px) * 0.4875); } }
  @media screen and (max-width: 767px) {
    .banner-box .bg-img {
      height: calc((100vw - 30px) * 0.4875); } }

.banner-fluid-box .bg-img {
  position: relative;
  top: 84px;
  width: 100%;
  height: calc(100vw * .3875); }
  @media screen and (max-width: 1199px) {
    .banner-fluid-box .bg-img {
      height: calc((100vw) * 0.3875); } }
  @media screen and (max-width: 991px) {
    .banner-fluid-box .bg-img {
      height: calc((100vw) * 0.3875); } }
  @media screen and (max-width: 767px) {
    .banner-fluid-box .bg-img {
      height: calc((100vw - 30px) * 0.3875);
      position: relative;
      top: 60px; } }

.banner-fluid-box .banner-text {
  background-color: #f3f3f3;
  padding: 20px 0; }
  .banner-fluid-box .banner-text h1 {
    font-size: 22px;
    font-weight: 900; }

.slider-box {
  position: relative;
  top: 84px; }
  .slider-box .slick-initialized .slick-slide {
    height: calc(100vw * .3875);
    background-position: top center; }
    @media screen and (max-width: 1199px) {
      .slider-box .slick-initialized .slick-slide {
        height: calc(100vw * .3875); } }
    @media screen and (max-width: 991px) {
      .slider-box .slick-initialized .slick-slide {
        height: calc(100vw * .3875); } }
    @media screen and (max-width: 767px) {
      .slider-box .slick-initialized .slick-slide {
        height: calc(100vw * .3875); } }
  .slider-box .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .slider-box .slick-prev {
    background-image: url("../images/left-arrow.png");
    left: 40px; }
    @media screen and (max-width: 767px) {
      .slider-box .slick-prev {
        left: 20px; } }
  .slider-box .slick-next {
    background-image: url("../images/right-arrow.png");
    right: 40px;
    width: 50px; }
    @media screen and (max-width: 767px) {
      .slider-box .slick-next {
        right: 20px; } }
  .slider-box .slick-prev,
  .slider-box .slick-next {
    width: 50px;
    height: 50px;
    background-size: 38px;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1; }
    .slider-box .slick-prev:before,
    .slider-box .slick-next:before {
      display: none; }
    .slider-box .slick-prev:hover,
    .slider-box .slick-next:hover {
      background-color: rgba(255, 255, 255, 0.3);
      border-radius: 100px; }
  .slider-box .slick-dots {
    bottom: 25px; }
    @media screen and (max-width: 767px) {
      .slider-box .slick-dots {
        bottom: 10px; } }
    .slider-box .slick-dots li {
      width: 30px; }
      .slider-box .slick-dots li button:before {
        background-color: #fff;
        border: 2px solid #fff;
        border-radius: 100%;
        line-height: 22px;
        font-size: 25px;
        width: 22px;
        height: 22px;
        opacity: 0.8;
        content: ""; }
      .slider-box .slick-dots li button:hover:before, .slider-box .slick-dots li button:focus:before {
        background-color: #aaa;
        opacity: 1; }
      .slider-box .slick-dots li.slick-active button:before {
        background-color: #aaa;
        opacity: 1; }

.banner-decoration {
  position: absolute;
  bottom: -55%;
  width: 100%; }
  .banner-decoration .bg-img {
    width: 100%;
    height: calc(100vw * 0.4947); }
    .banner-decoration .bg-img.decoration2 {
      width: calc(100vw * 0.0994);
      height: calc(100vw * 0.0682);
      position: absolute;
      top: -70px;
      right: 0; }

.title-style01 {
  font-size: 30px;
  font-style: oblique;
  text-align: center;
  position: relative;
  width: 420px;
  margin: 0 auto;
  line-height: 22px; }
  .title-style01:before {
    content: attr(data-title);
    font-size: 40px;
    position: absolute;
    color: #dcdcdc;
    top: -25px;
    left: 60px;
    z-index: -1; }

.title-style02 {
  font-size: 30px;
  text-align: left;
  position: relative;
  margin: 0 0 30px;
  line-height: 29px;
  font-weight: 900; }
  .title-style02:before {
    content: attr(data-title);
    font-size: 70px;
    position: absolute;
    color: #efefef;
    font-weight: 100;
    top: 14px;
    left: 93px;
    z-index: -1;
    font-style: oblique;
    font-family: Helvetica Neue; }

.title-style03 {
  color: #638c0b;
  font-size: 25px;
  text-align: left;
  position: relative;
  line-height: 29px;
  font-weight: 900; }

.text-big {
  font-size: 200%;
  color: #638c0b;
  font-weight: 900; }

.text-green {
  color: #91c324; }

.section01 {
  padding: 150px 0; }
  .section01 .img-certification {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: block; }
  .section01 ul {
    width: 330px;
    margin: 20px auto; }
    @media screen and (max-width: 350px) {
      .section01 ul {
        width: 300px; }
        .section01 ul > li .fs1 {
          font-size: 18px; } }
    .section01 ul > li {
      color: #000;
      font-weight: 900; }
      .section01 ul > li .fs1 {
        letter-spacing: 0px; }
  .section01 .content {
    width: 500px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .section01 .content {
        width: 100%; } }
    .section01 .content .title {
      font-size: 25px; }
      .section01 .content .title h1, .section01 .content .title h2 {
        color: #6c980f;
        font-size: 25px;
        margin: 0 0 10px;
        display: inline-block;
        position: relative;
        top: -3px; }
        @media screen and (max-width: 767px) {
          .section01 .content .title h1, .section01 .content .title h2 {
            font-size: 18px;
            top: -5px; } }
    .section01 .content p {
      padding: 0 0 0 30px; }

.index-section02 {
  padding: 150px 0;
  background-color: #638c0b; }
  .index-section02 .bg-img {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    border-radius: 200px;
    border: 8px solid #fff; }
  .index-section02 .content {
    padding: 30px 0 0;
    margin: auto;
    width: 600px; }
    @media screen and (max-width: 767px) {
      .index-section02 .content {
        width: 100%; } }
    .index-section02 .content h1 {
      color: #fff;
      font-size: 30px;
      margin-bottom: 30px;
      font-weight: 900; }
    .index-section02 .content p {
      color: #fff; }
      .index-section02 .content p span {
        font-weight: 900; }
    .index-section02 .content ul {
      margin-top: 20px; }
      .index-section02 .content ul > li {
        float: left;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        background-color: #fff;
        text-align: center;
        color: #638c0b;
        font-size: 20px;
        line-height: 48px;
        display: block;
        margin: 0 10px 0 0; }
        @media screen and (max-width: 767px) {
          .index-section02 .content ul > li {
            margin: 10px; } }
        .index-section02 .content ul > li > .bg-img {
          width: 100%;
          height: 100%;
          background-size: cover;
          border: 0px; }

.index-section03 {
  background-image: url("../images/index-bg2.png");
  padding: 350px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  @media screen and (max-width: 767px) {
    .index-section03 {
      padding: calc(100vw * 0.488) 0; } }

.index-section04 {
  background-color: #638c0b;
  padding: 10px 0;
  color: #fff; }

.service-introduction-box .service-item-box {
  width: 900px;
  margin: 0 auto 40px;
  position: relative;
  overflow: hidden;
  display: block;
  padding: 5px; }
  .service-introduction-box .service-item-box .rigth-title-bg {
    text-align: right;
    padding: 15px 70px 15px 0;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 40px;
    right: 180px;
    width: 400px;
    color: #fff; }
  .service-introduction-box .service-item-box .left-title-bg {
    text-align: left;
    padding: 15px 0 15px 70px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 40px;
    left: 180px;
    width: 400px;
    color: #fff; }
  .service-introduction-box .service-item-box .title-bg01 {
    background-image: url("../images/title-bg01.png"); }
    .service-introduction-box .service-item-box .title-bg01 + .frame-box {
      background-color: #b5b5b5; }
  .service-introduction-box .service-item-box .title-bg02 {
    background-image: url("../images/title-bg02.png"); }
    .service-introduction-box .service-item-box .title-bg02 + .frame-box {
      background-color: #898989; }
  .service-introduction-box .service-item-box .title-bg03 {
    background-image: url("../images/title-bg03.png"); }
    .service-introduction-box .service-item-box .title-bg03 + .frame-box {
      background-color: #626262; }
  .service-introduction-box .service-item-box .frame-box {
    display: block;
    width: 220px;
    height: 220px;
    border-radius: 200px;
    z-index: 1;
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.75);
    position: relative;
    padding: 10px; }
    .service-introduction-box .service-item-box .frame-box.right {
      float: right; }
    .service-introduction-box .service-item-box .frame-box.left {
      float: left; }
    .service-introduction-box .service-item-box .frame-box .bg-img {
      width: 200px;
      height: 200px;
      border-radius: 100px;
      border: 8px solid #fff; }
  .service-introduction-box .service-item-box .service-content {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    padding: 20px 120px 20px 0;
    top: 80px;
    width: 83%; }
    .service-introduction-box .service-item-box .service-content.right {
      background-image: url("../images/right-content.png");
      float: right;
      padding: 20px 120px 20px 0;
      right: 130px; }
      .service-introduction-box .service-item-box .service-content.right ul > li {
        text-align: right; }
    .service-introduction-box .service-item-box .service-content.left {
      background-image: url("../images/left-content.png");
      float: left;
      padding: 20px 0 20px 120px;
      left: 130px; }
      .service-introduction-box .service-item-box .service-content.left ul > li {
        text-align: left; }
    .service-introduction-box .service-item-box .service-content ul > li {
      font-size: 14px; }

/*# sourceMappingURL=index.css.map*/