@charset "UTF-8";
@import url(fonts.css);
.site-header, .site-header .container, .footer, .footer .footer-content {
  zoom: 1; }

.site-header:after, .site-header .container:after, .footer:after, .footer .footer-content: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;
  -moz-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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-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.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
  .site-header .container {
    max-width: 1170px;
    height: 80px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative; }
    .site-header .logo {
      float: left;
      width: 155px;
      margin-right: 10px;
      padding-top: 11px;
    }
    .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);
      float: right;
      text-align: right;
      overflow: hidden;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-end;
    }

    .site-header .global-nav-normal ul {
      display: inline-block;
      text-align: right;
      vertical-align: middle;
      display: inline-block;
      overflow: hidden; }
    .site-header .global-nav-normal li {
      display: inline-block;
      vertical-align: middle;
      font-size: 15px;
      color: #676767;
      font-weight: bold;
      margin-left: 5px; }
      .site-header .global-nav-normal li a {
        color: #676767;
        padding: 5px 10px 5px;
        display: inline-block;
        line-height: 1.3;
        color: #333;
        text-align: center;
        text-decoration: none;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        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 img {
          height: 100%; }
    .site-header .global-nav-normal .gnn-function a {
      border: 1px solid #0d6507;
      background: #FFF;
      color: #333; }
    .site-header .global-nav-normal .share_box {
      margin-left: 10px;
      display: inline-block;
      vertical-align: middle; }
      .site-header .global-nav-normal .share_box .sh_icon {
        display: inline-block;
        margin: 0 auto;
        padding: 5px 3px;
        width: 50px;
        vertical-align: middle; }
      .site-header .global-nav-normal .share_box .sh_icon a {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0px;
        opacity: 1;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
      .site-header .global-nav-normal .share_box .sh_icon a:hover {
        opacity: 0.5; }
      .site-header .global-nav-normal .share_box .sh_icon img {
        width: 100%;
        height: auto;
        padding: 0px;
        margin: 0 auto; }
  .site-header .global-nav-mobile {
    display: none;
    float: right;
    padding-top: 17px;
    /*收合選單 icon*/
    /*收合選單 icon end*/ }
    .site-header .global-nav-mobile .gnn-function {
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px; }
      .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;
        background: #FFF;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        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; }
    .site-header .global-nav-mobile .nav-mobile-icon {
      width: 30px;
      height: auto;
      cursor: pointer;
      padding: 10px 0;
      display: inline-block;
      vertical-align: middle; }
    .site-header .global-nav-mobile .m-icon {
      display: block;
      position: relative;
      width: 100%;
      height: 4px;
      background-color: #3C651C;
      -webkit-transition-property: background-color, -webkit-transform;
      transition-property: background-color, -webkit-transform;
      -o-transition-property: background-color, transform;
      transition-property: background-color, transform;
      transition-property: background-color, transform, -webkit-transform;
      -webkit-transition-duration: 300ms;
      -o-transition-duration: 300ms;
      transition-duration: 300ms; }
      .site-header .global-nav-mobile .m-icon:before, .site-header .global-nav-mobile .m-icon:after {
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        position: absolute;
        background-color: #3C651C;
        -webkit-transition-property: margin, -webkit-transform;
        transition-property: margin, -webkit-transform;
        -o-transition-property: margin, transform;
        transition-property: margin, transform;
        transition-property: margin, transform, -webkit-transform;
        -webkit-transition-duration: 300ms;
        -o-transition-duration: 300ms;
        transition-duration: 300ms; }
      .site-header .global-nav-mobile .m-icon:before {
        margin-top: -10px; }
      .site-header .global-nav-mobile .m-icon:after {
        margin-top: 10px; }
      .site-header .global-nav-mobile .m-icon.m-active {
        background: rgba(0, 0, 0, 0); }
        .site-header .global-nav-mobile .m-icon.m-active:before {
          margin-top: 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
        .site-header .global-nav-mobile .m-icon.m-active:after {
          margin-top: 0;
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .site-header .global-nav-mobile ul {
      position: absolute;
      left: 0;
      right: 0;
      z-index: 5;
      top: 56px;
      display: none; }
    .site-header .global-nav-mobile li {
      background: #3C651C;
      text-align: center;
      font-size: 18px;
      opacity: 0.95;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95); }
      .site-header .global-nav-mobile li a {
        display: block;
        width: 100%;
        line-height: 50px;
        height: 50px;
        color: white;
        border-bottom: 1px solid #305116;
        overflow: hidden;
        text-decoration: none;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
        .site-header .global-nav-mobile li a.on-touch, .site-header .global-nav-mobile li a.active {
          color: white;
          background-color: #305116;
          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;
        margin-top: 15px;
        padding-top: 0; } }
  @media (max-width: 568px) {
    .site-header .container {
      height: 50px; }
    .site-header .logo {
      padding-top: 7px; }
    .site-header .global-nav-normal {
      width: 75%; }
      .site-header .global-nav-normal ul {
        padding-top: 5px; }
      .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 {
      margin-top: 12px; }
      .site-header .global-nav-mobile .nav-mobile-icon {
        width: 28px; }
      .site-header .global-nav-mobile ul {
        top: 51px; } }

/*頂部選單 end -------------------------------------------------- */
/* Footer
-------------------------------------------------- */
.footer {
  width: 100%;
  background-color: #303030;
  position: relative;
  min-width: 1170px; }
  .footer a {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-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 .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; }
    .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;
    -moz-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;
    -moz-animation: is-rotate 0.3s linear;
    animation: is-rotate 0.3s linear; }

.ic-share, .ic-clear {
  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;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: is-rotate2 0.3s linear;
  -moz-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;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: is-rotate2 0.3s linear;
  -moz-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;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: plus-out 0.3s linear;
  -moz-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;
  -moz-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;
  -moz-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;
  -moz-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;
  -moz-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; }

/*內容區塊定義 start
-------------------------------------------------- */
.site-body {
  width: 100%;
  position: relative;
  background: #f1f1f1; }

.site-content-wrapper {
  width: 100%;
  position: relative; }

.site-content {
  width: 100%;
  max-width: 1288px;
  margin: 0 auto;
  position: relative; }

/*內容區塊定義 end -------------------------------------------------- */
/*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;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-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 -------------------------------------------------- */
