/*!---------------------
*Copyright (c) 2016 by yuchen.
------------------------*/body, h1, h2, h3, h4, h5, h6 {
    font-family: Futura Lt BT, Microsoft JhengHei, Orator Std, sans-serif;
}
h2, h3, h4 {
    font-size: 16px;
}
#gotop, .navbar-inverse .nav>li, .ripple2 input {
    cursor: pointer;
}
.footer p, .navbar_custom {
    text-align: center;
}
body {
    color: #000;
    line-height: 28px;
    background-image: #f5f2e9;
    background-color:  #edf5e5;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 30px;
}
h1 {
    font-size: 36px;
}
h3 {
    font-weight: 400;
    line-height: 24px;
}
p, table {
    font-size: 14px;
}
a {
    color: #574830;
    -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: #353535;
    text-decoration: none;
    outline: 0;
}
.btn-primary {
    padding: 8px 20px;
    background: #c52d2f;
    color: #ff0;
    border-radius: 4px;
    border: none;
    margin-top: 10px;
}
#faq {
    bottom: 6%;
    right: 5px;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-backdrop {
    z-index: 0;
}
.modal-title {
    font-size: 18px;
}
.faq_inner {
    background: rgba(0, 0, 0, .5);
}
.modal-body {
    height: 35vh;
    overflow-y: scroll;
}
.modal-body p {
    font-size: 16px;
    margin: 0;
}
.modal-body img {
	padding-right:4px;
}
.modal-body span {
    color: red;
    font-weight: 800;
}
.q {
    font-weight: bolder;
}
.modal-content {
    height: 46vh;
    overflow: hidden;
}
.modal-header .close {
    margin-top: -2px;
    font-size: 17px;
    line-height: 23px;
    color: #000;
}
@media (max-width:450px) {
.modal-content {
    height: 83vh;
}
.modal-body {
    height: 69vh;
}
.modal-body ul li {
    padding-bottom: 7px;
}
}
@media (max-width:400px) {
    #faq {
    width: 18%;
    right: 5px;
}
#faq img {
    width: 100%}
}
@media (max-width: 1024px){
.navbar-nav li img {
  display: inline-block!important; 
}}
.btn-primary:focus, .btn-primary:hover {
    background: #c52d2f;
    outline: 0;
    box-shadow: none;
}
.btn-transparent {
    border: 3px solid #fff;
    background: 0 0;
    color: #fff;
}
.btn-transparent:hover {
    border-color: rgba(255, 255, 255, .5);
}
#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 30px;
    color: #35c5c5;
    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: #ffffe8;
    border: 1px solid transparent;
}
.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: 130px;
}
}.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: none;
}
.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: #2d2d2d;
    color: #fff;
}
.ripple2 input {
    position: relative;
    outline: 0;
    background: 0 0;
    color: #2f578e;
    padding: 8px 20px;
    border-radius: 2px;
    font-size: 14px;
    border: 1px solid #2f578e;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hvr-rectangle-out, .ripple2 input:hover {
    background: #2f578e;
    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;
    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;
}
#tabs .nav-tabs {
   border-bottom: none;
}
#tabs a {
	background-color:inherit;
    border:none;
}


