@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 {
  background-image: url("../images/index-bg1.JPG"); }

.pagination {
  text-align: right;
  width: 100%; }
  .pagination > li {
    margin: 0 1px;
    display: inline-block; }
    .pagination > li > a {
      border-radius: 50px;
      background-color: #c9c9c9;
      color: #fff; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span,
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-radius: 50px; }
    .pagination > li > a:focus,
    .pagination > li > a:hover,
    .pagination > li > span:focus,
    .pagination > li > span:hover {
      color: #fff;
      background-color: #638c0b;
      border-color: #638c0b; }
    .pagination > li.active > a,
    .pagination > li.active > a:focus,
    .pagination > li.active > a:hover,
    .pagination > li.active > span,
    .pagination > li.active > span:focus,
    .pagination > li.active > span:hover {
      background-color: #638c0b;
      border-color: #638c0b; }

.section01 {
  padding: 150px 0; }
  .section01 .bg-img {
    width: calc(100%);
    height: calc((1170px - 30px) / 3 - 20px); }
    @media screen and (max-width: 1199px) {
      .section01 .bg-img {
        height: calc((950px - 30px) / 3 - 20px); } }
    @media screen and (max-width: 991px) {
      .section01 .bg-img {
        height: calc((750px - 30px) / 3 - 20px); } }
    @media screen and (max-width: 767px) {
      .section01 .bg-img {
        height: calc((100vw - 30px) - 20px); } }
  .section01 .content p {
    text-align: center;
    margin: 20px 10px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
    font-size: 20px;
    color: #333; }

/*# sourceMappingURL=product-list.css.map*/