@charset "utf-8";

/****************** 基本 ******************/

* {
    font-family: "微軟正黑體", "Microsoft JhengHei", Arial, Geneva, sans-serif;
}

body {
    font-family: /*"Work Sans",*/
    "微軟正黑體", Arial, sans-serif;
    color: #777777;
    color: #7f7f7f;
    background: #ffffff;
    height: 100%;
    font-size: 1px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

a {
    color: #009999;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #009999;
    outline: none;
    width: auto;
}

p {
    margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h6,
h8 {
    color: #000;
    font-family: /*"Work Sans",*/
    "微軟正黑體", Arial, sans-serif;
    font-weight: 900;
}

h1 {
    text-align: center;
    color: #6C6C6C;
}

h2 {
    font-size: 50pt;
    text-align: center;
    display: block;
    letter-spacing: 8px;
    text-shadow: 0px 0px 15px #000000;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    font-family: inherit;
    color: #3C3C3C;
}

h6 {
    font-size: 18px;
    text-align: center;
    display: block;
}



.content {
    margin-top: 0px;
    margin-bottom: 15px;
    padding: 0px 5px 0px 20px;
    height: auto;
}

::-webkit-selection {
    color: #818892;
    background: #f9f6f0;
}

::-moz-selection {
    color: #818892;
    background: #f9f6f0;
}

::selection {
    color: #818892;
    background: #f9f6f0;
}

#fh5co-header {
    position: absolute;
    z-index: 99;
    width: 100%;
    opacity: 1;
    top: 0;
}

.wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*width: 980px;*/
    margin: 0 auto;
    background-color: #FFFFFF;
}

.wrapper:before,
.wrapper:after {
    display: table;
    content: "";
    clear: both;
}

.wrapper {
    max-width: 980px;
    text-align: right;
}

a.logo {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    float: left;
    vertical-align: middle;
    margin-left: 20px;
    margin-top: 5PX;
}

.headerBox {
    height: 60px;
}

.header-right  {
    margin-top: 5px;
}

.header-right01 {
    float: right;
    padding: 0 25px 25px 7px;
}

.header-right02 {
    float: right;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    /*margin-right: 5px;*/
    margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
    #fh5co-header {
        margin-top: 0;
        background: #fff;
        -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    }
    #cd-logo img {
        width: 180px;
        margin-top: -5px;
    }
    #fh5co-header .navbar-brand {
        color: #009999 !important;
    }
    #fh5co-header .navbar {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #fh5co-header #navbar li a {
        font-family: /*"Work Sans",*/
        "微軟正黑體", Arial, sans-serif;
        color: rgba(255, 255, 255, 0.5);
        position: relative;
    }
    #fh5co-header #navbar li a span {
        position: relative;
        display: block;
        padding-bottom: 2px;
    }
    #fh5co-header #navbar li a span:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #009999;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }
    #fh5co-header #navbar li a:hover {
        color: #fff;
    }
    #fh5co-header #navbar li a:hover span:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
    }
    #fh5co-header #navbar li.active a {
        background: transparent;
        background: none;
        color: #fff;
    }
    #fh5co-header #navbar li.active a span:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    #fh5co-header .navbar-brand {
        float: left;
        display: block;
        font-size: 30px;
        font-weight: 400;
        padding-left: 0;
        color: #fff;
    }
    #fh5co-header .navbar-brand span {
        color: #009999;
    }
    #fh5co-header.navbar-fixed-top {
        position: fixed !important;
        background: #fff;
        -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
        margin-top: 0px;
        top: 0;
    }
    #fh5co-header.navbar-fixed-top .navbar-brand {
        color: #009999;
    }
    #fh5co-header.navbar-fixed-top #navbar li a {
        color: rgba(0, 0, 0, 0.5);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    #fh5co-header.navbar-fixed-top #navbar li a:hover {
        color: #009999;
    }
    #fh5co-header.navbar-fixed-top #navbar li.active a {
        background: transparent;
        background: none;
        color: #009999;
    }
    #fh5co-header.navbar-fixed-top #navbar li.active a span:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    #fh5co-header .navbar-default {
        border: transparent;
        background: transparent;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        border-radius: 0px;
    }
    /*@media screen and (max-width: 768px) {*/
    #fh5co-header .navbar-default {
        margin-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
    a.logo {
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
        float: left;
        vertical-align: baseline;
        margin-left: 0px;
        margin-top: -4px;
    }
    a.logo {
        transform: scale(0.8)
    }
    .headerBox {
        height: 60px;
    }
}

#fh5co-header .navbar-default .brand-slogan {
    margin: 28px 0 0 15px;
    float: left;
    letter-spacing: 2px;
    color: #adadad;
}

#fh5co-header .navbar-default .brand-slogan em {
    color: #009999;
    font-style: normal;
}

#fh5co-header a {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

body {
    overflow-x: hidden;
}

.owl-carousel-main .owl-stage-outer {
    overflow: visible;
}

@media screen and (max-width: 768px) {
    .owl-carousel-main .item {
        padding-top: 120px !important;
    }
}

.section-heading {
    float: left;
    width: 100%;
    /*-----------------------
  padding-bottom: 50px;
  margin-bottom: 50px;
  ----------------------*/
    clear: both;
}

.section-heading h2 {
    font-size: 40px;
    font-weight: 300;
    color: #444;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-bottom: 0px;
    line-height: 1.5;
    font-family: /*"Montserrat",*/
    "微軟正黑體", Arial, sans-serif;
}

.section-heading h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 2px;
    background: #009999;
    left: 50%;
    margin-left: -40px;
    bottom: 0;
    display: none;
}

@media screen and (max-width: 768px) {
    .section-heading h2 {
        font-size: 30px;
    }
}

.section-heading h3 {
    font-weight: 300;
    line-height: 1.5;
    color: #929292;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .section-heading h3 {
        font-size: 24px !important;
        line-height: 34px;
    }
}

.btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.fh5co-tour {
    padding: 0em 0;
}

#fh5co-our-services,
#fh5co-features,
#fh5co-tour,
#fh5co-faqs {
    padding: 5em 0;
}

@media screen and (max-width: 480px) {
    .fh5co-tour {
        padding: 0em 0;
    }
    .fh5co-tour h3 {
        font-size: 30px;
    }
    .fh5co-tour .img-feature-1 {
        width: 50%;
    }
    #fh5co-our-services,
    #fh5co-features,
    #fh5co-tour,
    #fh5co-faqs {
        padding: 0em 0;
    }
    h5 {
        font-size: 12px;
        text-align: center;
        line-height: 16px;
        color: #3C3C3C;
    }
    h6 {
        font-size: 14px;
        text-align: center;
        display: block;
    }
    h7 {
        font-size: 5px;
        text-align: center;
        display: block;
    }
    h8 {
        font-size: 14px;
        padding-right: 10px;
        padding-left: 10px;
    }
}

#fh5co-tour h3 {
    font-size: 30px;
}

#fh5co-tour .img-feature-1 {
    width: 50%;
}

.fh5co-cta {
    padding: 7em 0;
    position: relative;
}

.fh5co-cta .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #000;
    opacity: .3;
}

.fh5co-cta .container {
    position: relative;
    z-index: 2;
}

.fh5co-cta .container h3 {
    margin-bottom: 40px;
    margin-top: 0;
    line-height: 1.5;
}

.fh5co-cta .container h3,
.fh5co-cta .container h2,
.fh5co-cta .container p {
    color: #fff;
}

.fh5co-cta .container p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .fh5co-cta {
        padding: 3em 0;
    }
}

#fh5co-our-services {
    background: #f4f4f4;
}

#fh5co-our-services .box {
    text-align: center;
    color: #7f7f7f;
    margin-bottom: 70px;
    position: relative;
    float: left;
    width: 100%;
}

@media screen and (max-width: 768px) {
    #fh5co-our-services .box {
        min-height: inherit;
        margin-bottom: 90px;
    }
}

#fh5co-our-services .box .icon {
    width: 85px;
    height: 85px;
    margin: 0 auto;
    top: 0;
    margin-top: -70px;
    margin-bottom: 30px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: table;
    text-align: center;
}

#fh5co-our-services .box .icon>span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

#fh5co-our-services .box .icon>span i {
    position: relative;
    float: left;
    margin-top: 5px;
    width: 100%;
    font-size: 40px;
    color: #fff !important;
    margin: 0;
    padding: 0;
}

#fh5co-our-services .box .icon.colored-1 {
    background: #2aaf67;
    background: transparent;
    border: 3px solid #2aaf67;
}

#fh5co-our-services .box .icon.colored-1 i {
    color: #2aaf67 !important;
}

#fh5co-our-services .box .icon.colored-2 {
    background: #00bff3;
    background: transparent;
    border: 3px solid #00bff3;
}

#fh5co-our-services .box .icon.colored-2 i {
    color: #00bff3 !important;
}

#fh5co-our-services .box .icon.colored-3 {
    background: #f26522;
    background: transparent;
    border: 3px solid #f26522;
}

#fh5co-our-services .box .icon.colored-3 i {
    color: #f26522 !important;
}

#fh5co-our-services .box .icon.colored-4 {
    background: #e52b50;
    background: transparent;
    border: 3px solid #e52b50;
}

#fh5co-our-services .box .icon.colored-4 i {
    color: #e52b50 !important;
}

#fh5co-our-services .box .icon.colored-5 {
    background: #2fc5cc;
    background: transparent;
    border: 3px solid #2fc5cc;
}

#fh5co-our-services .box .icon.colored-5 i {
    color: #2fc5cc !important;
}

#fh5co-our-services .box .icon.colored-6 {
    background: #6173f4;
    background: transparent;
    border: 3px solid #6173f4;
}

#fh5co-our-services .box .icon.colored-6 i {
    color: #6173f4 !important;
}

#fh5co-our-services .box .step-number {
    font-size: 16px;
    display: block;
    color: #d1d1d1;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

#fh5co-our-services .box h3 {
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 400;
    font-size: 20px;
    color: #444;
}

#fh5co-features {
    background: #fafafa;
    padding: 7em 0;
}

@media screen and (max-width: 768px) {
    #fh5co-features {
        padding: 4em 0;
    }
}

#fh5co-features .fh5co-service {
    margin-bottom: 30px;
    float: left;
}

#fh5co-features .fh5co-service .fh5co-icon {
    float: left;
    width: 20%;
}

#fh5co-features .fh5co-service .fh5co-icon i {
    font-size: 40px;
    color: #009999;
}

#fh5co-features .fh5co-service .fh5co-desc {
    width: 80%;
    float: right;
}

#fh5co-features .fh5co-service .fh5co-desc h3 {
    margin-top: 0;
    font-size: 18px;
}

.first-section {
    padding-top: 15em !important;
}

@media screen and (max-width: 768px) {
    .first-section {
        padding-top: 3em;
    }
}

.fh5co-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
}

.fh5co-nav-toggle.active i::before,
.fh5co-nav-toggle.active i::after {
    background: #009999;
}

.fh5co-nav-toggle:hover,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.fh5co-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 25px;
    height: 3px;
    color: #009999;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #009999;
    transition: all .2s ease-out;
}

.fh5co-nav-toggle i::before,
.fh5co-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 3px;
    background: #009999;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.fh5co-nav-toggle i::before {
    top: -7px;
}

.fh5co-nav-toggle i::after {
    bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
    top: -10px;
}

.fh5co-nav-toggle:hover i::after {
    bottom: -10px;
}

.fh5co-nav-toggle.active i {
    background: transparent;
}

.fh5co-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
    position: absolute;
    top: 12px;
    right: 0px;
    z-index: 21;
    padding: 6px 0 0 0;
    display: /*block;*/
    none;
    margin: 0 auto;
    height: 44px;
    width: 44px;
    border-bottom: none !important;
}

@media screen and (max-width: 768px) {
    .fh5co-nav-toggle {
        display: block;
        /* none;*/
    }
}

.person {
    text-align: center;
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

.person img {
    display: block;
    margin: 0 auto;
    height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.person p {
    margin-bottom: auto;
}

.person .name {
    font-size: 24px;
}

.person .position {
    text-transform: uppercase;
    color: #c3c3c3;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

#footer {
    padding: 10px 0;
    color: #7f7f7f;
    background-color: #eeeeee;
}

#button {
    padding: 10px 0;
    font-size: 16pt;
    line-height: 45px;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.footer1 {
    padding: 10px 0;
    color: #FFFFFF;
    background-color: #00869A;
    font-size: 16pt;
    line-height: 45px;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

@media screen and (max-width: 768px) {
    .footer1 {
        padding: 10px 0;
        color: #FFFFFF;
        background-color: #00869A;
        font-size: 10pt;
        line-height: 40px;
        text-align: center;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
}

#footer .copyright {
    margin-bottom: 0px;
    padding-bottom: 0;
}

.copyright a {
    color: #7B7B7B;
    outline: none;
    text-decoration: none;
}

.btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.btn.btn-primary {
    background: #009999;
    color: #fff;
    border: none !important;
    border: 2px solid transparent !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    box-shadow: none;
    background: #009999;
}

.btn:hover,
.btn:active,
.btn:focus {
    background: #eed8b8 !important;
    color: #fff;
    outline: none !important;
}

.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
    border-color: transparent;
}

.social {
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
    width: 100%;
}

.social li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.social li a {
    font-size: 16px;
    display: table;
    width: 40px;
    height: 40px;
    margin: 0 4px;
}

.social li a i {
    display: table-cell;
    vertical-align: middle;
}

.social li a:hover,
.social li a:active,
.social li a:focus {
    text-decoration: none;
    border-bottom: none;
}

.social li a.social-box {
    background: #009999;
    color: #fff;
}

.social li a.social-circle {
    background: #009999;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.social li a:hover {
    background: #393e46 !important;
}

.social.social-box a {
    background: #009999;
    color: #fff;
}

.social.social-circle a {
    background: #009999;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.owl-carousel .owl-controls .owl-nav {
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.owl-carousel:focus .owl-controls .owl-nav,
.owl-carousel:hover .owl-controls .owl-nav,
.owl-carousel:active .owl-controls .owl-nav {
    opacity: 1;
}

.owl-carousel .btn-primary:hover,
.owl-carousel .btn-primary:focus,
.owl-carousel .btn-primary:active {
    background: transparent !important;
    border: 2px solid #009999 !important;
}

.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .owl-carousel .owl-controls .owl-nav {
        display: none;
    }
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    top: 50%;
    margin-top: -29px;
    z-index: 9999;
    position: absolute;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.owl-carousel .owl-controls .owl-nav .owl-next i:before,
.owl-carousel .owl-controls .owl-nav .owl-prev i:before {
    color: rgba(255, 255, 255, 0.5);
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next:hover {
    right: 10px;
}

.owl-carousel .owl-controls .owl-nav .owl-next:hover i:before {
    color: white;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
    left: 10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover i:before {
    color: white;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i {
    color: #444;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i {
    color: #000;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
    color: #fff;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .owl-theme .owl-controls .owl-nav {
        display: none;
    }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: none !important;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
    font-size: 30px;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover,
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
    background: none !important;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover,
.owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
    background: none !important;
}

.owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
    bottom: 0;
    margin-bottom: 2.5em;
}

.owl-carousel-main.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, 0.2) !important;
    border: 2px solid transparent !important;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.owl-carousel-main.owl-theme .owl-dots .owl-dot span:hover {
    background: none;
    background: black !important;
}

.owl-carousel-main.owl-theme .owl-dots .owl-dot.active span,
.owl-carousel-main.owl-theme .owl-dots .owl-dot:hover span {
    background: black !important;
    background: transparent !important;
    border: 2px solid #000 !important;
}

.owl-carousel-main.owl-direction:before {
    color: #000 !important;
}

.owl-carousel-fullwidth .item,
.owl-carousel-fullwidth .fh5co-owl-text-wrap {
    height: 860px;
    display: table;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .owl-carousel-fullwidth .item,
    .owl-carousel-fullwidth .fh5co-owl-text-wrap {
        height: inherit;
        padding: 5em 0;
        padding: 0;
        text-align: center;
    }
}

.owl-carousel-fullwidth .fh5co-owl-text-wrap {
    position: relative;
}

.owl-carousel-fullwidth .item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    position: relative;
}

.owl-carousel-fullwidth .item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 8;
}

.owl-carousel-fullwidth .item img {
    max-width: 100%;
}

.owl-carousel-fullwidth .item .mobile-image {
    position: relative;
    z-index: 99999999;
}

.owl-carousel-fullwidth .item .mobile-image .mobile {
    float: right;
    text-align: right;
    position: relative;
    bottom: -12em;
}

@media screen and (max-width: 768px) {
    .owl-carousel-fullwidth .item .mobile-image .mobile {
        bottom: 0em;
        text-align: center;
        float: none !important;
        margin: 0 auto;
        display: block;
    }
}

.owl-carousel-fullwidth .item .mobile-image .mobile img {
    max-width: 100%;
}

.owl-carousel-fullwidth .item .fh5co-owl-text {
    display: table-cell;
    vertical-align: middle;
    z-index: 10;
    position: relative;
}

.owl-carousel-fullwidth .item .fh5co-owl-text a {
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.owl-carousel-fullwidth .item .fh5co-owl-text a:hover {
    text-decoration: none;
    color: white;
    border-bottom: 1px solid white;
}

.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead,
.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead-2,
.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
    color: #fff;
    margin: 0;
    padding: 0;
}

.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead {
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
}

@media screen and (max-width: 768px) {
    .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 30px;
    }
}

.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
    font-size: 30px;
    line-height: 30px;
    line-height: 42px;
    font-weight: 100;
    margin-bottom: 30px;
    color: white;
}

@media screen and (max-width: 768px) {
    .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
        font-size: 24px;
        line-height: 34px;
    }
}

#fh5co-product-screenshots {
    background: #303841;
}

#fh5co-product-screenshots .section-heading h2 {
    color: #fff;
}

.owl-carousel-center .owl-stage-outer {
    overflow: visible;
}

.owl-carousel-center .owl-item {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
    z-index: 18;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
    -ms-box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
    -o-box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
    box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.owl-carousel-center .owl-item img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.owl-carousel-center .owl-item.center {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    z-index: 999;
    -webkit-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
    -ms-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
    -o-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
    box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
}

.owl-carousel-center .owl-dots {
    bottom: -80px;
}

@media screen and (max-width: 480px) {
    .owl-carousel-center .owl-dots {
        bottom: -60px;
    }
}

.owl-carousel-center.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: 2px solid transparent;
}

.owl-carousel-center.owl-theme .owl-dots .owl-dot span:hover {
    background: none;
    background: white;
}

.owl-carousel-center.owl-theme .owl-dots .owl-dot.active span,
.owl-carousel-center.owl-theme .owl-dots .owl-dot:hover span {
    background: white;
    background: transparent;
    border: 2px solid #fff;
}

.js .to-animate,
.js .to-animate-2,
.js .single-animate .js .animate-single {
    opacity: 0;
}

.js .animate-box {
    opacity: 0;
    margin-bottom: 0px;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .js .animate-box {
        margin-top: 20px;
    }
}

@media screen and (max-width: 480px) {
    .col-xxs-12 {
        float: none;
        width: 100%;
    }
    .js .animate-box {
        margin-top: 10px;
        /* margin-bottom: 20px; */
    }
}

.row-bottom-padded-lg {
    padding-bottom: 7em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-lg {
        padding-bottom: 2em;
    }
}

.row-bottom-padded-md {
    padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-md {
        padding-bottom: 2em;
    }
}

.row-bottom-padded-sm {
    padding-bottom: 2em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
        padding-bottom: 2em;
    }
}

.fh5co-animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


/*# sourceMappingURL=style.css.map */


/*====================== ADD =======================*/

#wrapper {
    padding: 0 0;
}

.active-title {
    color: #009999;
}

.active-memo {
    line-height: 1.5;
}

.top-block {
    height: 500px;
}

.top-title {
    top: 30px;
    color: #ffffff;
}

.top-title h2 {
    font-size: 80px;
}

.top-title h3 {
    font-size: 26px;
}

.td-center {
    line-height: 70px
}

.nav li {
    /*width: 48%;*/
}

.nav li a {
    color: #555555;
}

.nav-tabs ul li.active {
    color: #009999;
}

.notice-desc {}

.notice-desc h3 {
    margin-top: 0;
    font-size: 18px;
    line-height: 1.5;
}

.notice-desc p,
.notice-desc ul {
    font-size: 16px;
}

#dis-m {
    display: block;
}

.table-txt {
    color: #444;
}

.copyright h4 {
    font-size: 26px;
    text-align: right;
}

.copyright h5 {
    font-size: 12px;
    text-align: left;
    margin-left: 70px;
}

.copyright p {
    margin: 8px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}

@media screen and (max-width: 1130px) {
    .top-block {
        height: 400px;
    }
    .top-title {
        top: 100px;
        line-height: 1.5;
        color: #ffffff;
    }
}

@media screen and (max-width: 768px) {
    .top-block {
        height: 300px;
    }
    .top-title {
        top: 30px;
        line-height: 1.5;
        color: #ffffff;
    }
    .top-title h2 {
        font-size: 60px;
    }
    .top-title h3 {
        font-size: 18px;
    }
    .notice-desc h3 {
        font-size: 15px;
    }
    .notice-desc p,
    .notice-desc ul {
        font-size: 12px;
    }
    #dis-m {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .copyright h4 {
        font-size: 20px;
        text-align: center;
    }
    .copyright h5 {
        font-size: 12px;
        text-align: center;
        margin-left: auto;
    }
    .copyright p {
        font-size: 12px;
        text-align: center;
    }
}


/*==========================================   TOPimg  ========================================== */

.fh5co-cta-top {
    padding: 4em 0;
    background-repeat: no-repeat;
    background-image: url(../images/main_1920.gif);
    background-color: #fef1e3;
    position: relative;
    background-size: cover;
    margin: auto 0;
    background-position: center center;
}


/*.fh5co-cta-top .container {
  position: relative;
  z-index: 2;
}*/

@media screen and (max-width: 1130px) {
    /*.top-block{
	height: 88px;
	}*/
    .fh5co-cta-top {
        padding: 0em 0;
        background: url(../images/main_1024.gif) no-repeat;
        background-color: #DBDBDB;
        margin: auto 0;
        background-position: center center;
    }
}

@media screen and (max-width: 768px) {
    /*.top-block {
	height: 88px;
	}*/
    .fh5co-cta-top {
        padding: 2em 0;
        background: url(../images/main_768.gif) no-repeat;
        background-color: #85ccc9;
        margin: auto 0;
        background-position: center center;
    }
}

@media screen and (max-width: 480px) {
    /*.top-title {
		top: 120px;
		line-height: 1.5;
		color: #ffffff;
	}*/
    .fh5co-cta-top {
        background: url(../images/main_640.gif) no-repeat;
        background-color: #85ccc9;
        background-position: center center;
    }
}

.header-right01 #LINE {
    height: auto;
    display: block;
    max-width: 100%;
    padding-top: 10px;
}

.header-right01 #LINE_S {
    height: auto;
    display: none;
    max-width: 100%;
}


/*@media screen and (max-width: 768px) {
	.header-right01 {
	 height: auto; display: block;}
    .header-right01 #LINE {
	height: auto; display: block; max-width: 100%;}
    .header-right01 #LINE_S {
	height: auto; display: none; max-width: 100%;}
    }*/

@media screen and (max-width: 768px) {
    /*.header-right01 {
	width: 100%; height: auto; clear: both; display: block;}*/
    .header-right01 #LINE {
        height: auto;
        display: none;
        max-width: 100%;
    }
    .header-right01 #LINE_S {
        height: auto;
        display: block;
        max-width: 100%;
    }
}

.header-right02 #FB {
    height: auto;
    display: block;
    max-width: 100%;
    padding-top: 10px;
}

.header-right02 #FB_S {
    height: auto;
    display: none;
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .header-right02 #FB {
        height: auto;
        display: none;
        max-width: 100%;
    }
    .header-right02 #FB_S {
        height: auto;
        display: block;
        max-width: 100%;
    }
}


/*==========================================   TOPimg end ======================================= */


/* @media screen and (max-width: 1024px){
	.topimg2 {
	background-image: url(../images/page01_top_1024.jpg)  !important;
	margin-right: -80px;
	}
} */

@media screen and (max-width: 480px) {
    .topimg2 {
        background-image: url(../images/page01_top_m.jpg) !important;
    }
    #note1 {
        width: 130px;
    }
}


/*==========================================  main  ======================================= */

body .col-md-12 #main {
    background-image: url(../images/titale_02.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 362px 69px;
    height: 100px;
}

@media screen and (max-width: 768px) {
    body .col-md-12 #main {
        background-image: url(../images/titale_02a.gif);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 283px 55px;
        height: 60px;
    }
}


/*==========================================   main end ======================================= */

.fh5co-four {
    margin-top: 20px;
    padding-top: 1em;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 1em;
}

@media screen and (max-width: 480px) {
    .fh5co-four {
        padding: 1em 0;
    }
}

.fh5co-four .faq-accordion {
    position: relative;
    float: left;
    width: 100%;
    padding: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 768px) {
    .fh5co-four .faq-accordion {
        padding: 15px;
    }
}

.fh5co-four .faq-accordion .faq-accordion-icon-toggle {
    position: absolute;
    top: 27px;
    right: 30px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 480px) {
    .fh5co-four .faq-accordion .faq-accordion-icon-toggle {
        top: 25px;
    }
}

.fh5co-four .faq-accordion .faq-accordion-icon-toggle i {
    font-size: 20px;
    color: #009cdd;
}

.fh5co-four .faq-accordion h3 {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
    padding-right: 40px;
    color: #3ca537;
    cursor: pointer;
    position: relative;
    display: block;
    border: 1px solid #009cdd;
    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .fh5co-four .faq-accordion h3 {
        font-size: 20px;
        line-height: 1.5;
        font-weight: 400;
        width: 100%;
        float: left;
    }
}

.fh5co-four .faq-accordion .faq-body {
    clear: both;
    display: none;
    padding: 15px 0 0px 0;
    color: #444;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
}

.fh5co-four .faq-accordion.active {
    background: #fff;
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05);
}

.fh5co-four .faq-accordion.active h3 {
    color: #009999;
}

.fh5co-four .faq-accordion.active .faq-accordion-icon-toggle {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.text01 {
    font-family: "微軟正黑體";
    font-size: 20pt;
    line-height: 42px;
    color: #808080;
}

.content01 {
    color: #000000;
}

@media screen and (max-width: 992px) {
    .text01 {
        font-size: 18pt;
    }
}

@media (max-width: 480px) {
    .text01 {
        font-size: 14pt;
        line-height: 1.8rem;
    }
    .page05_tb {
        display: none;
    }
    .btn-lg,
    .btn-group-lg>.btn {
        padding: 5px 5px;
        font-size: 14px;
        line-height: 1.33333;
        border-radius: 6px;
    }
}

.btn {
    /*text-transform: uppercase;*/
    letter-spacing: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.btn.btn-primary {
    background: #00869A;
    color: #fff;
    font-size: 14pt;
    border: none !important;
    border: 2px solid transparent !important;
    margin: 10px 3px 30px;
    padding: 0.6rem 1.2rem;
}

@media screen and (max-width: 480px) {
    .btn.btn-primary {
        font-size: 12pt;
        margin: 0px 2px 20px;
    }
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    box-shadow: none;
    background: #009999;
}

.btn:hover,
.btn:active,
.btn:focus {
    background: #393e46 !important;
    color: #fff;
    outline: none !important;
}

.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
    border-color: transparent;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 5px 5px;
    line-height: 1.33333;
    /* border-radius: 6px; */
}

@media (max-width: 480px) {
    .btn-lg,
    .btn-group-lg>.btn {
        font-size: 14px;
    }
}

.mainth {
    color: #FFFFFF;
    background-color: #780e0e;
    border-radius: 30px;
    line-height: 3.5rem;
    letter-spacing: 5px;
    padding-left: 25px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (max-width: 480px) {
    .mainth {
        color: #FFFFFF;
        background-color: #780e0e;
        border-radius: 30px;
        line-height: 35pt;
        letter-spacing: 1px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 3px;
        padding-bottom: 3px;
        font-size: 20px;
    }
}

.CNT {
    line-height: 28pt;
}

@media screen and (max-width: 480px) {
    .CNT {
        line-height: 20pt;
        padding-top: 6px;
        font-size: 20px;
    }
    .rate-table th {
        padding: 2px;
        font-size: 16px; 
    }

    .rate-table td {
        line-height: 2rem !important;
    }

}


/* 表格 */

.rate-table {
    width: 100%;
    margin: auto 0px;
    font-weight: bold;
}

.rate-table td {
    border: 1px solid #95262a;
    text-align: center;
    
}

.rate-table th {
    background-color:#95262a ;
    border: 1px solid #ffffff;
    text-align: center;
    padding: 10px;
    color: #FFFFFF;
}


/* 注意事項Model */

.notess {
    margin: 0 10px;
}

.nottxt {
    font-size: 18px;
    line-height: 1.8em;
    font-weight: bold;
}

.modal-footer {
    text-align: center;
    margin-bottom: 0px;
}

.modal-footer{
    justify-content: center;
}