/*!---------------------
*Copyright (c) 2017 by yuchen.
------------------------*/body, p {
    font-family: Verdana, Helvetica, "微軟正黑體", "Microsoft JhengHei", sans-serif;
}
#gotop, .navbar-inverse .nav>li, .ripple2 input {
    cursor: pointer;
}
.footer p, .navbar_custom {
    text-align: center;
}
@font-face {
    font-family: cwTeXYen;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/cwTeXYen-zhonly.eot);
    src: url(../fonts/cwTeXYen-zhonly.eot?#iefix) format('embedded-opentype'), url(../fonts/cwTeXYen-zhonly.ttf) format('truetype');
}
body {
    color: #3a3a3a;
    line-height: 28px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Century Gothic', Helvetica, cwTeXYen, "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-weight: 600;
    line-height: 30px;
}
h3, h4 {
    font-size: 16px;
    font-weight: 400;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 16px;
}
h3 {
    line-height: 24px;
}
p {
    font-size: 16px;
    letter-spacing: 1px;
}
table {
    font-size: 14px;
}
a {
    color: #1b608c;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}
a:focus, a:hover {
    color: #000;
    text-decoration: none;
    outline: 0;
}
#services_introduction p {
    font-family: 'Century Gothic', Helvetica, cwTeXYen, "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
}
@media(max-width:768px) {
    #services_introduction p {
    font-size: 16px;
}
p {
    font-size: 14px;
}
}img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 8px;
    font-size: 30px;
    color: #5a9dff;
    border-radius: 200px;
    background-color: #fff;
    border: 1px solid #fff;
    z-index: 5;
}
.navbar-brand, .navbar-inverse .nav>li>a {
    padding: 0;
}
#gotop i:hover {
    will-change: animation, transform, opacity;
    -webkit-animation: top 1s ease-in-out infinite;
    animation: top 1s ease-in-out infinite;
}
@-webkit-keyframes top {
    0%, 100% {
    -webkit-transform: scale(1);
}
50% {
    -webkit-transform: scale(1.1);
}
}@keyframes top {
    0%, 100% {
    transform: scale(1);
}
50% {
    transform: scale(1.1);
}
}.navbar-inverse {
    background: url(../../images/navbg.png) right top no-repeat;
    background-size: auto;
    border: 0 solid transparent;
}
@media(max-width:991px) {
    .navbar-inverse {
    min-height: 50px;
}
}.navbar {
    margin-bottom: 0;
}
@media (min-width:992px) {
    .navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 0;
}
}@media (max-width:400px) {
    .navbar-brand img {
    max-width: 180px;
}
}@media (max-width:320px) {
    .navbar-brand img {
    max-width: 140px;
}
}.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
}
@media screen and (max-width:1200px) {
    .navbar-inverse .nav>li>img {
    max-width: none;
}
}.navbar_custom img {
    margin: 0 auto;
}
.navbar_custom .nav {
    float: none;
}
.navbar_custom .nav li {
    display: inline-block;
    float: none;
    vertical-align: middle;
}
@media screen and (max-width:991px) {
    .navbar-inverse .nav>li>img {
    max-width: 65px;
}
.navbar-inverse {
    background: url(../../images/navbg.png) right top no-repeat #fff;
    background-size: auto;
}
.navbar_custom .nav li {
    display: block;
    margin: 0;
}
.navbar_custom .nav li a {
    border-radius: 0;
    display: block;
}
}.footer {
    padding-top: 5px;
    vertical-align: middle;
    font-size: 13px;
    background: #323232;
    color: #fff;
}
.footer p {
    font-size: 12px;
    letter-spacing: 0;
}
@media screen and (max-width:767px) {
    .footer td {
    font-size: 12px;
    letter-spacing: 0;
}
}.ripple2 input {
    position: relative;
    outline: 0;
    background: 0 0;
    color: #5a7b90;
    padding: 8px 20px;
    border-radius: 2px;
    font-size: 14px;
    border: 1px solid #5a7b90;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.ripple2 input:hover {
    background: #5a7b90;
    color: #fff;
}
.hvr-rectangle-out {
    margin: .2em;
    padding: .6em;
    width: 125px;
    text-align: center;
    text-decoration: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #2f578e;
    color: #fff;
    border: 1px solid #2f578e;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}
.hvr-rectangle-out, .hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
}
.hvr-rectangle-out:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    transition-timing-function: ease-out;
}
.hvr-rectangle-out:before, .hvr-underline-from-center:before {
    z-index: -1;
    bottom: 0;
    -webkit-transition-timing-function: ease-out;
}
.hvr-rectangle-out:active, .hvr-rectangle-out:focus, .hvr-rectangle-out:hover {
    color: #2f578e;
}
@media screen\0 {
    .hvr-rectangle-out {
    background: #2f578e;
    color: #fff;
    border: 1px solid #2f578e;
}
.hvr-rectangle-out:active, .hvr-rectangle-out:focus, .hvr-rectangle-out:hover {
    color: #2f578e;
    background: #fff;
}
}.hvr-rectangle-out:active:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
@media(max-width:768px) {
    .hvr-rectangle-out {
    width: 110px;
    font-size: 13px;
    margin: .2em 0;
    padding: .3em;
}
}@media(max-width:600px) {
    .hvr-rectangle-out {
    width: 100px;
    font-size: 12px;
}
}@media(max-width:450px) {
    .hvr-rectangle-out {
    width: auto;
    font-size: 12px;
    padding: .3em;
}
}.hvr-underline-from-center {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.hvr-underline-from-center:before, .nav-tabs>li>a::after {
    content: "";
    height: 2px;
    position: absolute;
}
.hvr-underline-from-center:before {
    left: 50%;
    right: 50%;
    background: #35c5c5;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    transition-timing-function: ease-out;
}
.hvr-underline-from-center:active:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:hover:before {
    left: 0;
    right: 0;
}
.tab-content a, .tab-content a:visited {
    color: #35c5c5;
}
.tab-content a:hover, a:focus {
    color: #000;
}
@media(max-width:500px) {
    .tab-content {
    font-size: 13px;
}
}@media(max-width:320px) {
    .tab-content {
    font-size: 12px;
}
}.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border-width: 0;
}
.nav-tabs>li>a {
    border: none;
    color: #666;
}
.nav-tabs>li.active>a, .nav-tabs>li>a:hover {
    border: none;
    color: #35c5c5!important;
    background: 0 0;
}
.nav-tabs>li>a::after {
    background: #35c5c5;
    width: 100%;
    left: 0;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}
.nav-tabs>li.active>a::after, .nav-tabs>li:hover>a::after {
    transform: scale(1);
}
.tab-nav>li>a::after {
    background: #35c5c5;
    color: #fff;
}
.tab-pane {
    padding: 15px 0;
}
.tab-content {
    padding: 20px;
}
@media(max-width:500px) {
    .tab-content {
    padding: 20px 0;
}
}@media(max-width:370px) {
    .tab-pane>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
}.nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: transparent;
}
.nav-tabs {
    border-bottom: 1px solid transparent;
}