/*! Copyright (c) 2016 by yuchen. */body, h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, Helvetica, "微軟正黑體", "Microsoft JhengHei", sans-serif;
    line-height: 30px;
    color: #000;
}
body, h1, h2, h3, h4, h5, h6, table, td {
    font-family: Verdana, Helvetica, "微軟正黑體", "Microsoft JhengHei", sans-serif;
}
body {
    background: #fff;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    letter-spacing: 2px;
}
h1, h2 {
    font-size: 24px;
}
h3, h6 {
    font-size: 16px;
}
h4, label, li, p, td {
    font-size: 14px;
}
h5 {
    font-size: 18px;
}
a {
    color: #878787;
    -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: #2c947d;
    text-decoration: none;
    outline: 0;
}
#gotop, .btn-primary, .dropdown-menu li {
    color: #fff;
}
hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}
.btn-primary {
    padding: 8px 20px;
    background: #c52d2f;
    border-radius: 4px;
    border: none;
    margin-top: 10px;
}
.btn-primary:focus, .btn-primary:hover {
    background: #c52d2f;
    outline: 0;
    box-shadow: none;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 10px 15px;
    font-size: 20px;
    background: rgba(162, 174, 191, .2);
    cursor: pointer;
    border-radius: 25px;
    z-index: 500;
}
#footer ul>li, #header .search, .social-fb, .toplink a, ul.social-fb li, ul.social-fb li a {
    display: inline-block;
}
#gotop:hover {
    background: rgba(162, 174, 191, 1);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -moz-transform: translate(-2px, -2px);
    -webkit-transform: translate(-2px, -2px);
    -o-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
    -webkit-box-shadow: 5px 5px 15px rgba(67, 72, 84, .5);
    -moz-box-shadow: 5px 5px 15px rgba(67, 72, 84, .5);
    -o-box-shadow: 5px 5px 15px rgba(67, 72, 84, .5);
    box-shadow: 5px 5px 15px rgba(67, 72, 84, .5);
}
.center h2 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}
.media>.pull-left {
    margin-right: 20px;
}
.media>.pull-right {
    margin-left: 20px;
}
.center {
    text-align: center;
    padding-bottom: 55px;
}
.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}
.lead {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.transparent-bg {
    background-color: transparent!important;
    margin-bottom: 0;
}
@-webkit-keyframes scaleIn {
    0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
}@keyframes scaleIn {
    0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
}.navbar>.container .navbar-brand {
    margin-left: 0;
}
.social {
    text-align: right;
}
.social-fb {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.social-fb li a {
    color: #fff;
    background: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 20px;
}
ul.social-fb li a:hover {
    background: #1e51a2;
    color: #3269c0;
}
#footer, .navbar {
    background-repeat: no-repeat;
}
ul.social-fb img {
    margin-top: 2px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.navbar-brand {
    padding: 0;
    margin: 0;
}
.navbar {
    border-radius: 0;
    margin-bottom: 0;
    background-color: #f5f5f5;

    background-image: url(../../images/navline.jpg);
    background-position: top;
    background-size: 100% auto;
    padding: 5px 0 0;
}
.navbar-nav {
    margin-top: 0;
}
.navbar-nav>li {
    margin-left: 20px;
    padding-bottom: 10px;
}
.navbar-inverse .navbar-nav>li>a {
    padding: 0;
    margin: 0;
    border-radius: 3px;
    color: #fff;
    line-height: 24px;
    display: inline-block;
}
.navbar-inverse {
    border: none;
}
.navbar-inverse .navbar-brand {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: transparent;
    color: #000;
}
.navbar-inverse .navbar-nav .dropdown-menu {
    border: 0;
    padding: 0;
    margin-top: 0;
    border-top: 0;
    border-radius: 0;
    left: 0;
    color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu:before {
    position: absolute;
    top: 0;
}
.navbar-inverse .navbar-nav .dropdown-menu>li>a {
    padding: 8px 15px;
    color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu>li.active>a, .navbar-inverse .navbar-nav .dropdown-menu>li:focus>a, .navbar-inverse .navbar-nav .dropdown-menu>li:hover>a {
    color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu>li:last-child>a {
    border-radius: 0 0 3px 3px;
}
.navbar-inverse .navbar-nav .dropdown-menu>li.divider {
    background-color: transparent;
}
.dropdown-menu p {
    color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-top: 0;
    padding-bottom: 0;
}
#footer {
    background-color: #a2aebf;
    background-position: bottom;
    background-size: 100% 100%;
    padding: 10px 5px;
    text-align: left;
    color: #fff;
    font-size: 12px;
}
#footer a {
    color: #fff;
}
#footer a:hover {
    color: #2b2a2a;
}
#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer ul>li {
    margin-left: 15px;
}
.ripple2 input {
    position: relative;
    outline: 0;
    cursor: pointer;
    background: 0 0;
    color: #88b7a7;
    padding: 8px 20px;
    border-radius: 2px;
    font-size: 14px;
    border: 1px solid #88b7a7;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.ripple2 input:hover {
    border: 1px solid #88b7a7;
    background: #88b7a7;
    color: #fff;
}
.toplink a {
    margin: .2em;
    padding: .2em;
    text-decoration: none;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #fff;
    color: #2c947d;
    border: 1px solid #2c947d;
    -webkit-transition-property: color;
    transition-property: color;
    transition-duration: .2s;
    line-height: 18px;
}
.toplink a, .toplink a:before {
    -webkit-transition-duration: .2s;
}
.hvr-rectangle-out:active, .hvr-rectangle-out:focus, .hvr-rectangle-out:hover, .menulink a, .toplink a:active, .toplink a:focus, .toplink a:hover {
    color: #fff;
}
.hvr-rectangle-out, .toplink a {
    -webkit-backface-visibility: hidden;
}
.hvr-rectangle-out, .hvr-sweep-to-bottom {
    padding: .6em;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
}
.toplink a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2c947d;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.toplink a:active:before, .toplink a:focus:before, .toplink a:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
@media(max-width:450px) {
    .toplink a {
    margin: .2em 0;
}
}.hvr-rectangle-out {
    margin: .2em;
    text-decoration: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #fff;
    color: #2c947d;
    border: 1px solid #2c947d;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}
.hvr-sweep-to-bottom, .menulink a {
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    border: 1px solid #7dbd7a;
}
.hvr-rectangle-out:before {
    position: absolute;
    background: #2c947d;
    -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-sweep-to-bottom:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    -webkit-transition-timing-function: ease-out;
}
.hvr-rectangle-out:active:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.hvr-sweep-to-bottom {
    margin: .4em;
    width: 120px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    background: #7dbd7a;
    color: #fff;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.hvr-sweep-to-bottom:before {
    position: absolute;
    background: #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:active, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:hover {
    color: #7dbd7a;
}
.hvr-sweep-to-bottom:active:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
@media(max-width:450px) {
    .hvr-sweep-to-bottom {
    margin: .2em;
    padding: .6em .1em;
    width: 100px;
}
}.menulink a {
    margin: .2em;
    padding: 0;
    width: 120px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative;
    background: #7dbd7a;
    -webkit-transition-property: color;
    transition-property: color;
    transition-duration: .3s;
}
.menulink a, .menulink a:before {
    -webkit-transition-duration: .3s;
}
.menulink a:active, .menulink a:focus, .menulink a:hover, .tab-content a, .tab-content a:visited {
    color: #7dbd7a;
}
.hvr-underline-from-center, .menulink a {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
}
.menulink a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
.hvr-underline-from-center:before, .menulink a:before {
    z-index: -1;
    bottom: 0;
    -webkit-transition-timing-function: ease-out;
}
.menulink a:active:before, .menulink a:focus:before, .menulink a:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
 {
    .menulink a {
    margin: .2em;
    padding: 0;
    width: 100px;
}
}@media(max-width:340px) {
    .menulink a {
    margin: .2em;
    padding: 0;
    width: 90px;
}
}.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: #7dbd7a;
    -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: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: #000;
}
.nav-tabs>li.active>a, .nav-tabs>li>a:hover {
    border: none;
    color: #7dbd7a!important;
    background: 0 0;
}
.nav-tabs>li>a::after {
    background: #7dbd7a;
    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: #7dbd7a;
    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;
}


