@charset "UTF-8";
@import url(fonts.css);
.footer .footer-content, .footer, .site-header {
  zoom: 1;
}
.footer .footer-content:after, .footer:after, .site-header:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  height: 100%;
  font-family: "微軟正黑體", Tahoma, "新細明體", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html:lang(vi-vn) body {
  font-family: Segoe UI, "微軟正黑體", Tahoma, "新細明體", Arial, Helvetica, sans-serif;
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

::-webkit-search-cancel-button {
  display: none;
}

.btn {
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  text-align: center;
  color: white;
  font-size: 15px;
  background: #444;
  display: inline-block;
  cursor: pointer;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn.on-touch {
  color: white;
  background: #222;
  text-decoration: none;
}
.btn.btn-blue {
  background: #0D64CD;
}
.btn.btn-blue.on-touch {
  background: #033A7B;
}
.btn.btn-gray {
  background: #aaa;
}
.btn.btn-gray.on-touch {
  background: #888;
}
.btn.btn-green {
  background: #3C651C;
}
.btn.btn-green.on-touch {
  background: #2b4914;
}
.btn.btn-white {
  color: #676767;
  font-weight: bold;
  background: white;
}
.btn.btn-white.on-touch {
  color: white;
  background: #444;
}

/*頂部選單 start
-------------------------------------------------- */
.site-header {
  width: 100%;
  min-width: 1170px;
  position: relative;
  border-top: 3px solid #3C651C;
  border-bottom: 1px solid #EEE;
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 11;
}
.site-header.min .container {
  height: 60px;
}
.site-header.min .logo {
  width: 55px;
}
.site-header.min .global-nav-pc {
  height: 60px;
  padding-top: 0px;
}
.site-header .container, .site-header .logo, .site-header .global-nav-pc, .site-header .global-nav-mobile {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.site-header .container {
  width: 100%;
  max-width: 1170px;
  height: 80px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-header .logo {
  width: 155px;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site-header .logo a {
  width: 100%;
  display: block;
}
.site-header .logo img {
  width: 100%;
  display: block;
}
.site-header .global-nav-normal {
  width: calc(100% - 180px);
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.site-header .global-nav-normal ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.site-header .global-nav-normal li {
  display: block;
  font-size: 15px;
  color: #676767;
  font-weight: bold;
  margin-left: 5px;
  position: relative;
}
.site-header .global-nav-normal li > a {
  color: #676767;
  padding: 5px 20px;
  display: block;
  line-height: 1.3;
  color: #333;
  text-align: center;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 10px;
}
.site-header .global-nav-normal li > a.on-touch, .site-header .global-nav-normal li > a.active {
  color: white;
  background: #0d6507;
  text-decoration: none;
}
.site-header .global-nav-normal li > a.on-touch .gnn-sublist, .site-header .global-nav-normal li > a.active .gnn-sublist {
  display: block;
}
.site-header .global-nav-normal li > a img {
  height: 100%;
}
.site-header .global-nav-normal .gnn-subbox {
  color: #676767;
  padding: 5px 20px;
  display: inline-block;
  line-height: 1.3;
  color: #333;
  text-align: center;
  position: relative;
  cursor: pointer;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 10px;
}
.site-header .global-nav-normal .gnn-subbox:hover {
  background: #0d6507;
  color: #FFF;
}
.site-header .global-nav-normal .gnn-subbox:hover .gnn-sublist {
  display: block;
}
.site-header .global-nav-normal .gnn-sublist {
  width: 100%;
  display: none;
  background: #0d6507;
  border-radius: 0 0 10px 10px;
  padding: 18px 0px 15px;
  position: absolute;
  top: 22px;
  left: 0;
}
.site-header .global-nav-normal .gnn-sublist:before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  position: absolute;
  left: 10px;
  top: 11px;
  border-top: 1px solid #658e40;
}
.site-header .global-nav-normal .gnn-sublist .gsl-link {
  display: block;
  width: 100%;
  padding: 6px 10px;
  color: #FFF;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
}
.site-header .global-nav-normal .gnn-sublist .gsl-link.on-touch {
  color: #b8d99d;
  text-decoration: none;
}
.site-header .global-nav-normal .gnn-function a {
  border: 1px solid #0d6507;
  background: #FFF;
  color: #0d6507;
}
.site-header .global-nav-mobile {
  display: none;
  /*收合選單 icon*/
  /*收合選單 icon end*/
}
.site-header .global-nav-mobile .gnn-function a {
  border: 1px solid #0d6507;
  padding: 4px 10px;
  background: #FFF;
  color: #0d6507;
  text-decoration: none;
  font-size: 15px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 10px;
}
.site-header .global-nav-mobile .gnn-function a.on-touch, .site-header .global-nav-mobile .gnn-function a.active {
  color: white;
  background: #0d6507;
  text-decoration: none;
}
@media (max-width: 768px) {
  .site-header {
    min-width: 0;
  }
  .site-header .container {
    height: 55px;
  }
  .site-header .logo {
    width: 100px;
  }
  .site-header .global-nav-normal {
    display: none;
    height: 100%;
    padding-top: 0px;
  }
  .site-header .global-nav-normal li {
    font-size: 13px;
    margin-left: 12px;
  }
  .site-header .global-nav-normal li a {
    padding: 4px 15px 5px;
  }
  .site-header .global-nav-mobile {
    display: block;
  }
}
@media (max-width: 568px) {
  .site-header .container {
    height: 50px;
  }
  .site-header .global-nav-normal {
    width: 75%;
  }
  .site-header .global-nav-normal li {
    font-size: 12px;
    margin-left: 8px;
  }
  .site-header .global-nav-normal li a {
    padding: 4px 13px 4px;
  }
  .site-header .global-nav-mobile .nav-mobile-icon {
    width: 28px;
  }
  .site-header .global-nav-mobile ul {
    top: 51px;
  }
}

/*頂部選單 end -------------------------------------------------- */
/* Footer
-------------------------------------------------- */
.footer {
  width: 100%;
  min-width: 1170px;
  background-color: #303030;
  position: relative;
}
.footer a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
}
.footer a:hover, .footer a:focus {
  text-decoration: none;
}
.footer .footer-content {
  max-width: 1170px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 40px 15px 40px;
  text-align: center;
  position: relative;
  z-index: 12;
}
.footer .footer-logo {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  vertical-align: middle;
}
.footer .footer-logo a {
  width: 135px;
  display: inline-block;
}
.footer .footer-logo img {
  width: 100%;
}
.footer .footer-info {
  display: inline-block;
  position: relative;
  vertical-align: 20px;
  vertical-align: middle;
}
.footer .fi-txt {
  display: block;
  text-align: left;
  font-style: normal;
  color: #7d7d7d;
  margin-bottom: 5px;
}
.footer .contact-info {
  display: block;
  text-align: left;
  font-style: normal;
  margin-bottom: 5px;
}
.footer .contact-info p {
  display: inline-block;
  color: #77c839;
  font-size: 14px;
  line-height: 1.5;
}
.footer .contact-info .ci-mail {
  margin-right: 15px;
}
.footer .contact-info .ci-tel {
  color: #898989;
}
.footer .contact-info .ci-tel a {
  cursor: default;
  color: #898989;
}
.footer .contact-info .ci-tel a.on-touch {
  color: #898989;
}
.footer .contact-info .ci-icon {
  margin-right: 3px;
  vertical-align: -1px;
  color: #898989;
}
.footer .contact-info a {
  color: #77c839;
}
.footer .contact-info a.on-touch {
  color: white;
}
.footer .copyright {
  width: 100%;
  display: block;
  text-align: left;
  color: #7d7d7d;
  line-height: 1.5;
  font-size: 14px;
}
@media (max-width: 1300px) {
  .footer .fc-bg1 {
    left: -20%;
  }
  .footer .fc-bg2 {
    right: -20%;
  }
}
@media (max-width: 768px) {
  .footer {
    min-width: 0;
  }
  .footer .fc-bg1 {
    width: 110%;
    left: -43%;
  }
  .footer .fc-bg2 {
    width: 150%;
    right: -45%;
  }
  .footer .footer-logo {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .footer .footer-logo a {
    width: 200px;
  }
  .footer .footer-info {
    text-align: center;
    vertical-align: 0px;
  }
  .footer .fi-txt {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer .contact-info {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer .contact-info .ci-tel a {
    cursor: pointer;
    color: #77c839;
  }
  .footer .contact-info .ci-tel a.on-touch {
    color: white;
  }
  .footer .contact-info .ci-tel a.on-touch .ci-icon {
    color: white;
  }
  .footer .copyright {
    text-align: center;
  }
}
@media (max-width: 568px) {
  .footer .contact-info {
    margin-bottom: 0px;
  }
  .footer .contact-info p {
    display: block;
    margin-bottom: 10px;
  }
  .footer .contact-info .ci-mail {
    margin-right: 0px;
  }
  .footer .copyright {
    font-size: 13px;
  }
}

/*footer end -------------------------------------------------- */
/*-- floating Button start --*/
.container-floating {
  display: block;
  position: fixed;
  bottom: 165px;
  right: 32px;
  z-index: 990;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.container-floating.cfl-active {
  height: 200px;
}
.container-floating.cfl-active2 {
  bottom: -300px;
}
@media (max-width: 768px) {
  .container-floating {
    bottom: 95px;
    right: 17px;
  }
}

#floating-button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #db4437;
  position: absolute;
  bottom: 0px;
  right: 0;
  cursor: pointer;
}
#floating-button.is-active .ic-share {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-animation: is-rotate 0.3s linear;
  animation: is-rotate 0.3s linear;
}
#floating-button.is-active .ic-clear {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-animation: is-rotate 0.3s linear;
  animation: is-rotate 0.3s linear;
}

.ic-clear, .ic-share {
  color: white;
  width: 45px;
  height: 45px;
  line-height: 46px;
  font-size: 21px;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ic-share {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: is-rotate2 0.3s linear;
  animation: is-rotate2 0.3s linear;
}

.ic-clear {
  font-size: 16px;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: is-rotate2 0.3s linear;
  animation: is-rotate2 0.3s linear;
}

.nds .ic-fb, .nds .ic-line {
  color: white;
  width: 40px;
  height: 40px;
  line-height: 42px;
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 23px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: plus-out 0.3s linear;
  animation: plus-out 0.3s linear;
}
.nds .ic-line {
  font-size: 21px;
}

@-webkit-keyframes plus-out {
  from {
    opacity: 0;
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}

@keyframes plus-out {
  from {
    opacity: 0;
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}
@-webkit-keyframes is-rotate {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes is-rotate {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@-webkit-keyframes is-rotate2 {
  from {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
  to {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}
@keyframes is-rotate2 {
  from {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
  to {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}
.nds {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  right: 2px;
  z-index: 300;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  cursor: pointer;
}

.nd1 {
  background: #00c300;
  bottom: 55px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation: bounce-out-nds 0.3s linear;
  animation: bounce-out-nds 0.3s linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.nd3 {
  background: #4267b2;
  bottom: 105px;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
  -webkit-animation: bounce-out-nds 0.3s linear;
  animation: bounce-out-nds 0.3s linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.nd4 {
  background: #4267b2;
  bottom: 105px;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation: bounce-out-nds 0.3s linear;
  animation: bounce-out-nds 0.3s linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes bounce-nds {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bounce-nds {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes bounce-out-nds {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes bounce-out-nds {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
.container-floating.cfl-active .nds {
  animation: bounce-nds 0.1s linear;
  -webkit-animation: bounce-nds 0.1s linear;
  animation: bounce-nds 0.1s linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container-floating.cfl-active .nd3 {
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
}
.container-floating.cfl-active .nd4 {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.container-floating.cfl-active .nd5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

/*----*/
body {
  -webkit-text-size-adjust: 100%;
  padding-top: 0;
}

input, select, textarea {
  font-family: "微軟正黑體", Tahoma, "新細明體", Arial, Helvetica, sans-serif;
}

/*fake
-------------------------------------------------- */
[class^=fake-] {
  display: none;
}

/*fake end -------------------------------------------------- */
/*scrollToTop start
-------------------------------------------------- */
.scrollToTop {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  position: fixed;
  bottom: 100px;
  right: 30px;
  visibility: hidden;
  background: #000000;
  text-decoration: none;
  z-index: 99;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 2px;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.scrollToTop.visible {
  visibility: visible;
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.scrollToTop.on-touch {
  color: #ffffff;
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.scrollToTop:hover, .scrollToTop:focus {
  text-decoration: none;
  color: #ffffff;
}
.scrollToTop img {
  width: 100%;
}
.scrollToTop .t-icon {
  font-size: 25px;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 17px;
}
@media (max-width: 768px) {
  .scrollToTop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    bottom: 40px;
    right: 20px;
  }
  .scrollToTop .t-icon {
    font-size: 22px;
    padding-top: 15px;
  }
  .scrollToTop .t-text {
    display: none;
  }
}

/*scrollToTop end -------------------------------------------------- */