html,
body {
    font-size: 16px;
    color: #797979;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
    width: 100%;
    height: 100%;
    font-family: "微軟正黑體", "新細明體", "標楷體", Arial;
    /*background: #f5f5f5 url(../images/bg1.png) repeat top center;*/
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 750px;
}

#wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -80px;
    padding: 0 0 36px;
}

.badge {
    background: #F00;
}

@media (max-width: 992px) {
    .badge {
        background: #fff;
        color: #666;
    }
}
/*------------------------------------------------------------------*/
/*   IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/*
    Page Content
------------------------------------------*/

.page-content,
section {
    overflow: hidden;
}

/*
    On Scroll Animations 
------------------------------------------*/

/*.animated { visibility: hidden; }
.visible { visibility: visible; }*/

/*
    Spacing & Alignment 
------------------------------------------*/

.roomy-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.roomy-80 {
    padding-top: 100px;
    padding-bottom: 80px;
}

.roomy-70 {
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 70px;
}

@media (max-width: 992px) {
    .roomy-70 {
        padding-top: 10px;
        padding-bottom: 50px;
    }
}



.roomy-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.roomy-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.roomy-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.roomy-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.roomy-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 992px) {
    .roomy-20 {
        padding-top: 10px;
        padding-bottom: 0px;
    }
}


.roomy-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 992px) {
    .roomy-10 {
        padding-top: 10px;
        padding-bottom: 0px;
    }
}

.roomy-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (max-width: 992px) {
    .roomy-5 {
        padding-top: 15px;
        padding-bottom: 5px;
    }
}

/*text color*/

.text-muted {
}

.text-primary {
    color: #00a885 !important;
    ;
}

.text-finence {
    color: #13A0B2 !important;
    ;
}

.text-mega {
    color: #00a885 !important;
    ;
}

.text-white {
    color: #fff !important;
    ;
}

.text-black {
    color: #000 !important;
}

.text-warning {
}

.text-danger {
}

.disabled {
    cursor: not-allowed;
}

/*bacground color*/
.lightbg {
    background-color: #f2f2f2;
}

.bg-primary {
    background-color: #00a885;
}

.bg-finence {
    background-color: #13A0B2;
}

.bg-mega {
    background-color: #1b1b1b;
}

.bg-grey {
    background-color: #f7f6f6;
}

.bg-black {
    background-color: #222222;
}

.bg-white {
    background-color: #fff;
}

.bg-orange {
    background-color: #f39800;
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -user-select: none;
    -webkit-user-drag: none;
    -user-drag: none;
}

a {
    color: #797979;
    text-decoration: none;
}

    a,
    a:hover,
    a:active,
    a:focus {
        text-decoration: none;
        outline: none;
    }

        a,
        button,
        a span {
            -webkit-transition: 0.2s ease-in-out; /*會有動態移動*/
            transition: 0.2s ease-in-out; /*會有動態移動*/
        }

a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn:focus,
.btn:active {
    outline: inherit;
    background-color: transparent;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    /*    direction: rtl;*/
}

p {
    margin: 0px;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}

    input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
        background-color: transparent;
        background-image: none;
        color: rgb(0, 0, 0);
    }

.form-control {
    border-radius: 0px;
    border: 1px solid #ccc;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    width: 100%;
    height: 50px;
}

    .form-control:focus {
        border-color: #bcefeb;
        outline: 0;
        box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "微軟正黑體", "新細明體", "標楷體", Arial;
    color: #1a1a1a;
    margin-bottom: 10px;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.6rem;
}

h3 {
    font-size: 1.2rem;
}

h4 {
    font-size: 1.125rem;
}

h5 {
    font-size: 0.95rem;
}

h6 {
    font-size: 0.85rem;
}



h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
p span {
    color: #797979;
}

p {
    line-height: 1.5rem;
}

    p:last-child {
        margin-bottom: 0px;
    }
/*colors*/
.w100 {
    font-weight: 100;
}

.w200 {
    font-weight: 200;
}

.w300 {
    font-weight: 300;
}

.w400 {
    font-weight: 400;
}

.w500 {
    font-weight: 500;
}

.w600 {
    font-weight: 600;
}

.w700 {
    font-weight: 700;
}

.w800 {
    font-weight: 800;
}


/*all overlay*/

.overlay {
    background-color: rgba(41, 39, 34, 0.50);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.left-no-padding {
    padding-left: 0 !important;
}

.right-no-padding {
    padding-right: 0 !important;
}

.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}

.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}


/*
Separator
*/
.separator_left {
    width: 85px;
    height: 2px;
    margin: 20px 0px;
    background: #00a885;
}

.separator_auto {
    width: 85px;
    height: 2px;
    margin: 20px auto;
    background: #00a885;
}

.separator_small {
    width: 30px;
    height: 2px;
    margin: 20px 0px;
    background: #00a885;
}

/*
Button
*/
.btn {
    -webkit-transition: all 0.6s; /*會有動態移動*/
    transition: all 0.6s; /*會有動態移動*/
    font-size: 0.9rem;
    font-weight: 600;
    border: 1px solid;
}

.btn-sm {
    padding: 7px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none; /*瀏覽器上超連結外面不出現外框線*/
}

.btn-primary {
    color: #fff;
    background-color: #4ba89c;
    border: 1px solid;
    border-color: #64dece;
}

    .btn-primary:hover, .btn-primary:focus {
        background-color: #5bbdb0;
        border-color: #5bbdb0;
        color: #333;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:hover, .btn-info:focus {
        color: #fff;
        background-color: #47a4c0;
        border-color: #269abc;
    }

.btn-default {
    color: #000;
    background-color: #e4e4e4;
    border: 1px solid;
    border-color: #b6b6b6;
}

    .btn-default:hover, .btn-default:focus {
        color: #fff;
        background-color: #bababa;
        border-color: #bababa;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:hover, .btn-danger:focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

.btn-success:hover, .btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}

.btn-warning:hover, .btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-padding {
    padding: 0.5rem;
}

/*select樣式使用*/
.btn-select {
    color: #7e7e7e;
    background-color: transparent;
    border: 1px dashed;
    border-color: #e6e6e6;
}

    .btn-select:hover {
        color: #7e7e7e;
        background-color: #f5f5f5;
        border-color: #f5f5f5;
    }

select {
    font-family: 'FontAwesome', 'Second Font name'; /*在select裏使用fontawesome圖型,html裏先加&#x後面加圖型碼,ex: f0a2*/
}

/*
socail icon
--------------------------------*/

.m-0 {
    margin: 0 !important;
}

.m-top-0 {
    margin-top: 0;
}

.m-r-0 {
    margin-right: 0;
}

.m-l-0 {
    margin-left: 0;
}

.m-b-0 {
    margin-bottom: 0;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-top-5 {
    margin-top: 5px;
}

.m-top-10 {
    margin-top: 10px;
}

.m-top-20 {
    margin-top: 20px;
}

.m-top-30 {
    margin-top: 30px;
}

.m-top-40 {
    margin-top: 40px;
}

.m-top-50 {
    margin-top: 50px;
}

.m-top-60 {
    margin-top: 60px;
}

.m-top-70 {
    margin-top: 70px;
}

.m-top-80 {
    margin-top: 80px;
}

.m-top-90 {
    margin-top: 90px;
}

.m-top-100 {
    margin-top: 100px;
}

.m-top-110 {
    margin-top: 110px;
}

.m-top-120 {
    margin-top: 120px;
}

.m-t-b-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.m-t-b-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.m-t-b-120 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.m-bottom-10 {
    margin-bottom: 10px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}

.m-bottom-30 {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .m-bottom-30 {
        margin-bottom: 15px;
    }
}

.m-bottom-40 {
    margin-bottom: 40px;
}

.m-bottom-60 {
    margin-bottom: 60px;
}

.m-bottom-70 {
    margin-bottom: 70px;
}

.m-bottom-80 {
    margin-bottom: 80px;
}

.m-bottom-90 {
    margin-bottom: 90px;
}

.m-bottom-100 {
    margin-bottom: 100px;
}

.m-bottom-110 {
    margin-bottom: 110px;
}

.m-bottom-120 {
    margin-bottom: 120px;
}

.m_t_b {
    margin: 14rem 0;
}

.m_t_b-15 {
    margin: 15px 0;
}

.p_t_b {
    padding: 3.2rem 0;
}

@media (max-width: 991px) {
    .p_t_b {
        padding: 1.2rem 0;
    }
}

.p_t_b_1 {
    padding: 0.1rem 1rem;
}

p-0 {
    padding: 0 !important;
}

.p-l-0 {
    padding-left: 0px;
}

.p-l-r-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-r-45 {
    padding-right: 45px;
}

@media (min-width: 991px) {
    .p-r-0 {
        padding-right: 0px;
    }
}

.p-top-10 {
    padding-top: 10px;
}

.p-top-20 {
    padding-top: 1.33rem;
}

.p-bottom-10 {
    padding-bottom: 1rem;
}

.p-bottom-20 {
    padding-bottom: 1.33rem;
}

.p-top-30 {
    padding-top: 1.875rem;
}

@media (max-width: 992px) {
    .p-top-30 {
        padding-top: 0.7rem;
    }
}


.p-bottom-30 {
    padding-bottom: 1.875rem;
}

.p-top-40 {
    padding-top: 2.66rem;
}

.p-bottom-40 {
    padding-bottom: 2.66rem;
}

.p-top-60 {
    padding-top: 5rem;
}

.p-bottom-60 {
    padding-bottom: 5rem;
}

.p-top-80 {
    padding-top: 5.714rem;
}

.p-bottom-80 {
    padding-bottom: 5.714rem;
}

.p-top-90 {
    padding-top: 6.429rem;
}

.p-bottom-90 {
    padding-bottom: 6.429rem;
}

.p-top-100 {
    padding-top: 100px;
}

.p-bottom-100 {
    padding-bottom: 100px;
}

.p-top-110 {
    padding-top: 110px;
}

.p-bottom-110 {
    padding-bottom: 110px;
}

.p-bottom-0 {
    padding-bottom: 0;
}

.p_l_r {
    padding-left: 5.714rem;
    padding-right: 5.714rem;
}

.p_l_r_0 {
    padding: 0 0 10px 0;
}

.p_l_r_5 {
    padding-left: 5px;
    padding-right: 5px;
}

/*border*/
.no-border-top {
    border-top: 0px solid transparent !important;
}

.no-border-rigth {
    border-right: 0px solid transparent !important;
}

/*for placeholder changes*/

input[type="email"].form-control::-webkit-input-placeholder {
    color: #797979;
    background-color: transparent;
}

input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::placeholder,
input::-webkit-input-placeholder,
input::-moz-placeholder,
input::-ms-input-placeholder {
    color: #cdcdcd;
}

textarea::-webkit-input-placeholder,
textarea::-moz-input-placeholder,
textarea::-ms-input-placeholder {
    color: #cdcdcd;
    padding: 5px;
}

.transform_scal_rotate:hover img {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg);
}

/*.culmn{
    width:100%;
    overflow: hidden;
}*/
.fix {
    overflow: hidden;
}

/*heading title all area*/
.head_title {
    padding-bottom: 1.35rem;
    overflow: hidden;
}

    .head_title h2 {
        font-weight: 700;
        font-size: 1.25rem;
        color: #999;
    }

    .head_title h5 {
        font-weight: 400;
        font-size: 1rem;
        color: #999999;
    }

/*
Nav Menu style
==================*/
.navbar {
    min-height: 120px;
}

.navbar-brand {
    padding: 10px 0px;
}

    .navbar-brand > img {
        display: block;
        /*margin:0;*/
        text-align: center;
        height: 100px;
        /*width: 50%;*/
        padding: 0px;
    }


@media (max-width: 992px) { /*平板*/
    .navbar {
        min-height: 80px;
    }

    nav.navbar .navbar-brand img.logo {
        width: 75px;
        height: auto;
    }

    .navbar-brand {
        padding: 0px 10px;
    }
}

@media (max-width: 480px) { /*手機*/
    nav.navbar .navbar-brand img.logo {
        width: 75px;
        height: auto;
    }

    .navbar-brand {
        padding: 0px 0px 5px 0px;
    }
}

@media (max-width: 320px) { /*手機*/
    nav.navbar .navbar-brand img.logo {
        width: 75px;
        height: auto;
    }

    .navbar-brand {
        padding: 0px 0px 5px 0px;
    }
}



.navbar-callus li {
    font-size: 14px;
    color: #444444;
}

    .navbar-callus li i {
        font-size: 13px;
        color: #32c3b4;
    }

    .navbar-callus li a {
        font-size: 14px;
        padding: 10px;
        color: #444444;
        display: inline-block;
    }

        .navbar-callus li a i {
            font-size: 13px;
            color: #32c3b4;
            margin-right: 5px;
        }

.navbar-socail li a {
    font-size: 0.95rem;
    padding: 10px;
    color: #aaaaaa;
    display: inline-block;
}

    .navbar-socail li a:hover {
        /*background-color: #3765a3;*/
        color: #505050;
    }

/*上標區第二層選單*/
ul { /* 取消ul預設的內縮及樣式 */
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.drop-down-menu-top {
        /*border: #ccc 1px solid;*/
        display: inline-block;
        font-family: "微軟正黑體", "新細明體", "標楷體", Arial;
        font-size: 13px;
        height: 25px;
    }

@media (max-width: 992px) { /*平板*/
    ul.drop-down-menu-top {
        height: 35px;
    }
}

@media (max-width: 767px) { /*手機*/
    ul.drop-down-menu-top {
        height: 30px;
    }
}

ul.drop-down-menu-top li {
    position: relative;
    white-space: nowrap;
    /*border-right: #ccc 1px solid;*/
}

/*ul.drop-down-menu-top > li:last-child {
       border-right: none;
    }*/

ul.drop-down-menu-top > li {
    float: left; /* 只有第一層是靠左對齊*/
}

ul.drop-down-menu-top a {
    /*background-color: #fff;*/
    color: #aaaaaa;
    display: block;
    padding: 0px 8px 0 8px;
    text-decoration: none;
    line-height: 35px;
}

    ul.drop-down-menu-top a:hover { /* 滑鼠滑入按鈕變色*/
        /*background-color: #337ab7;*/
        color: #f7941d;
    }

ul.drop-down-menu-top li:hover > a { /* 滑鼠移入次選單上層按鈕保持變色*/
    /*background-color: #337ab7;*/
    color: #f7941d;
}

ul.drop-down-menu-top a img {
    width: 70%
}

ul.drop-down-menu-top ul {
    background: #FFF;
    border: #ccc 1px solid;
    position: absolute;
    z-index: 99;
    left: -1px;
    top: 100%;
    min-width: 40px;
}

    ul.drop-down-menu-top ul li {
        border-bottom: #ccc 1px solid;
        border-right: #ccc 1px solid;
    }

        ul.drop-down-menu-top ul li:hover > a {
            background: #f7941d; /*第二層滑過去底色*/
            color: #fff;
        }

        ul.drop-down-menu-top ul li:last-child {
            border-bottom: none;
        }

    ul.drop-down-menu-top ul ul { /*第三層以後的選單出現位置與第二層不同*/
        z-index: 999;
        top: 10px;
        left: 90%;
    }

ul.drop-down-menu-top ul { /*隱藏次選單*/
    display: none;
}

ul.drop-down-menu-top li:hover > ul { /* 滑鼠滑入展開次選單*/
    display: block;
}

ul.drop-down-menu-top li > ul {
    margin: -5px 0 0 -20px;
}

    ul.drop-down-menu-top li > ul.sec li {
        width: 80px;
        text-align: center;
    }


/*加上淡入淡出效果*/
ul.drop-down-menu-top ul { /*隱藏次選單*/
    left: 99999px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

ul.drop-down-menu-top li:hover > ul { /* 滑鼠滑入展開次選單*/
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    left: -1px;
    border-right: 5px;
}

    ul.drop-down-menu-top li:hover > ul ul { /* 滑鼠滑入之後、次選單之後的選單依舊隱藏*/
        left: 99999px;
    }

ul.drop-down-menu-top ul li:hover > ul { /* 第二層之後的選單展開位置*/
    left: 90%;
}
/*大區塊下拉選單*/

nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}

nav.navbar.navbar-inverse.megamenu ul.dropdown-menu.megamenu-content .content ul.menu-col li a,
nav.navbar.navbar-inverse ul.nav > li > a {
    color: #eee;
}


@media (min-width: 1024px) { /*pc版*/
    #navbar-menu {
        padding-top: 50px;
        padding-right: 0px
    }
}

.dropdown-menu {
    min-width: 100px;
}

/*上標圖示尺寸*/
.fa-1x_01 {
    font-size: 1.3rem;
}

@media (max-width: 992px) { /*手機*/
    .fa-1x_01 {
        padding-top: 5px;
        font-size: 1.6rem;
    }
}

@media (max-width: 320px) { /*手機*/
    .fa-1x_01 {
        font-size: 2rem;
    }
}
/*==================*/

/*Footer section*/
footer {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f6f6f6;
    box-shadow: 2px 0px 7px 0px rgba(0,0,0,0.4);
    margin-top: 40px;
    text-align: center;
}

.section-primary {
    font-size: 15px;
    font-family: "微軟正黑體", "新細明體", "標楷體", Arial;
    /*color:#fff;*/
    line-height: 25px;
    padding: 10px 0 15px 0;
    text-align: left;
    /*background-color: #e4dccf !important;*/
}

    .section-primary h4 {
        font-size: 18px;
        font-family: "微軟正黑體", "新細明體", "標楷體", Arial;
        text-align: left;
        /*color:#fff;*/
    }

/*footer背景圖*/
.bg-photo {
    background: url(../images/index_13.jpg) no-repeat scroll center center;
    background-size: cover;
    position: relative;
    width: 100%;
}

/*==============================*/

/*滑動主視覺*/
#myCarousel {
    padding-top: 0px
}

.carousel-control {
    top: 0px;
}

@media (max-width: 1024px) { /*平板 手機*/
    #myCarousel {
        padding-top: 7.83rem;
    }

    .carousel-control {
        top: 7.83rem;
    }
}

@media (max-width: 992px) { /*平板 手機*/
    #myCarousel {
        padding-top: 0rem;
    }

    .carousel-control {
        top: 0rem;
    }
}

@media (max-width: 767px) { /*平板 手機*/
    #myCarousel {
        padding-top: 0rem;
    }

    .carousel-control {
        top: 0rem;
    }
}



@media (max-width: 320px) { /*手機*/
    #myCarousel {
        padding-top: 0rem;
    }

    .carousel-control {
        top: 0rem;
    }
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .0001)));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .0001) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, .0001) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .0001)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, rgba(255, 255, 255, .0001) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-indicators {
    bottom: 0px;
    z-index: 1;
}

.main_product, .carousel-inner, .item {
    z-index: 0;
}

    /*主視覺圖片*/
    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        width: 100%;
    }

/*主視覺淡入淡出效果*/
.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}
/*==============================*/
/*上標-選單購物車設定*/
ul.cart-list {
    padding: 0 !important;
    width: 250px !important;
}

    ul.cart-list > li {
        position: relative;
        border-bottom: solid 1px #efefef;
        padding: 15px 15px 23px 15px !important;
    }

        ul.cart-list > li > a.photo {
            padding: 0 !important;
            margin-right: 15px;
            float: left;
            display: block;
            width: 50px;
            height: 50px;
            left: 15px;
            top: 15px;
        }

        ul.cart-list > li img {
            width: 50px;
            height: 50px;
            border: solid 1px #efefef;
        }

        ul.cart-list > li > h6 {
            margin: 0;
        }

            ul.cart-list > li > h6 > a.photo {
                padding: 0 !important;
                display: block;
            }

        ul.cart-list > li > p {
            margin-bottom: 0;
        }

        ul.cart-list > li.total {
            background-color: #f5f5f5;
            padding-bottom: 15px !important;
        }

            ul.cart-list > li.total > .btn {
                display: inline-block;
                border-bottom: solid 1px #efefef;
            }

        ul.cart-list > li .price {
            font-weight: bold;
        }

        ul.cart-list > li.total > span {
            padding-top: 8px;
        }

/*購物車,搜尋,語系按鈕*/
.attr-nav {
    padding-top: 0px;
}

@media (max-width: 1024px) {
    .attr-nav {
        border-left: none;
        padding-top: 0px;
    }
}

.attr-nav > ul > li > a {
    padding: 20px 5px 5px 15px; /*間距*/
}

@media (max-width: 1024px) {

    .attr-nav > ul > li > a {
        padding: 20px 10px;
    }
}
/*=============================*/
/*條列式頁面-圖片高度限制*/
@media (min-width: 991px) {
    .img_cut {
        overflow: hidden;
        display: block;
        height: 220px;
    }

    .img_cut_01 {
        overflow: hidden;
        display: block;
        height: 200px;
    }

    .img_cut_02 {
        overflow: hidden;
        display: block;
        height: 420px;
    }

    .img_cut_03 {
        overflow: hidden;
        display: block;
        height: 180px;
    }
}

@media (min-width 768px) and (max-width 990px) {
    .img_cut {
        overflow: hidden;
        display: block;
        height: auto;
    }

    .img_cut_01 {
        overflow: hidden;
        display: block;
        height: 120px;
    }

    .img_cut_02 {
        overflow: hidden;
        display: block;
        height: 280px;
    }

    .img_cut_03 {
        overflow: hidden;
        display: block;
        height: 225px;
    }
}

/*==================================*/
/*首頁最新消息*/
.text-info h4 {
    font-size: 1.0rem;
    line-height: 28px;
    margin-bottom: 5px;
    border-bottom: dashed 1px #bbbbbb;
    padding-bottom: 5px;
    color: #545454;
}

    .text-info h4 a {
        font-size: 1.0rem;
        line-height: 28px;
        margin-bottom: 5px;
        color: #545454;
    }

        .text-info h4 a:hover {
            color: #9a9292;
        }

/*===========================*/
/*首頁商品區塊*/
.home_row {
    font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
    padding: 20px 10px 15px 10px;
    /*margin:10px 0;*/
    /*background-color: rgba(255,255,255,0.1);*/
    min-height: 100px; /*firefox可正常顯示的最小高度 */
    height: auto !important; /*修正ie6的欄位高度顯示方式 */
    height: 100px; /*設定ie6的欄位最小高度,圖片+水平選單的總高度 */
}

    .home_row h1 {
        font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
        color: #cdae61;
        font-size: 1.15rem;
        padding-left: 0px;
        margin-bottom: 15px;
    }

    .home_row h2 {
        font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
        /*color:#874306;*/
        font-size: 1.0em;
        font-weight: normal;
        line-height: 25px;
        margin: 5px 0 5px 0;
    }

    .home_row h3 {
        font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
        /*color:#5a5a5a;*/
        font-size: 0.85em;
        line-height: 18px;
        margin: 5px 0 5px 0;
    }

    .home_row p {
        font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
        color: #333;
        font-size: 1.1rem;
        line-height: 22px;
    }

.home_row_left {
    padding: 0 15px 0 15px;
}

/*--首頁最新商品--*/
.content01 {
    display: flex;
    margin: 0px;
    /*justify-content: center;*/
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
}

.card {
    color: inherit;
    cursor: pointer;
    width: calc(25% - 2rem);
    min-width: calc(25% - 2rem);
    height: 250px;
    min-height: 250px;
    perspective: 1000px;
    margin: 0.85rem;
    position: relative;
}

@media screen and (max-width: 800px) {
    .card {
        width: calc(50% - 2rem);
        height: 300px;
        min-height: 300px;
    }
}

@media screen and (max-width: 500px) {
    .card {
        width: 100%;
        height: 300px;
        min-height: 300px;
    }
}

.front,
.back {
    display: flex;
    border-radius: 6px;
    background-position: center;
    background-size: cover;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: ease-in-out 600ms;
}

.front {
    padding: 13rem 0 0 0;
    background-size: cover;
    overflow: hidden;
}

    .front > div { /*圖片位置*/
        max-width: 100%;
        top: 0px;
        padding: 0;
        margin: 0;
        display: block;
        position: absolute;
        z-index: 0;
    }

    .front p {
        /*background: rgba(78, 147, 214, 0.5);*/
        padding: 0rem 1.2rem 0.5rem 1.2rem;
        width: 100%;
        height: 3.2rem;
        font-size: 1.0rem;
        font-weight: 600;
        color: #333;
        font-family: "微軟正黑體", "新細明體", "標楷體", Arial;
        z-index: 5;
    }
    /*--限制行數--*/
    .front > p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1; /*文字顯示幾行*/
        line-height: 23px;
        height: 26px;
    }
    /*-----------*/

    .front:before {
        position: absolute;
        display: block;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /*background: linear-gradient(135deg, #1a9be6, #1a57e6);*/
        opacity: .25;
        z-index: -1;
    }

.card:hover .front {
    transform: rotateY(180deg);
}

.card:nth-child(even):hover .front {
    transform: rotateY(-180deg);
}

.back {
    background: #fff;
    transform: rotateY(-180deg);
    padding: 0 1rem;
}

    .back p {
        margin-top: 5rem;
    }

        .back p span {
            font-size: 1.15rem;
            color: #ff0000;
            margin: 5px 0 0 0;
            font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
        }

        .back p s {
            font-size: 0.85rem;
            color: #333;
        }

.card:hover .back {
    transform: rotateY(0deg);
}

.card:nth-child(even) .back {
    transform: rotateY(180deg);
}

.card:nth-child(even):hover .back {
    transform: rotateY(0deg);
}

.button {
    transform: translateZ(40px);
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-weight: bold;
    color: #fff;
    padding: .5em 1em;
    border-radius: 100px;
    font: inherit;
    background: linear-gradient(135deg, #1a9be6, #1a57e6);
    border: none;
    position: relative;
    transform-style: preserve-3d;
    transition: 300ms ease;
    /*margin-top:2.5rem;*/
  	margin: 2.5rem auto 0 auto;
 	display:none;
}

    .button:before {
        transition: 300ms ease;
        position: absolute;
        display: block;
        content: '';
        transform: translateZ(-40px);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        height: calc(100% - 20px);
        width: calc(100% - 20px);
        border-radius: 100px;
        left: 10px;
        top: 16px;
        box-shadow: 0 0 10px 10px rgba(26, 87, 230, 0.25);
        background-color: rgba(26, 87, 230, 0.25);
    }

    .button:hover {
        transform: translateZ(55px);
    }

        .button:hover:before {
            transform: translateZ(-55px);
        }

    .button:active {
        transform: translateZ(20px);
    }

        .button:active:before {
            transform: translateZ(-20px);
            top: 12px;
        }
.card:hover .back .button {
	display:block;
	}
/*========================*/

/*內頁框架*/
.inside {
    position: relative;
    padding-top: 5px;
    padding-bottom: 30px;
    width: 100%;
}

@media (max-width: 992px) { /*平板*/
    .inside {
        padding-top: 10px;
        padding-bottom: 20px;
    }
}

@media (max-width: 479px) { /*手機*/
    .inside {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.inside h1 {
    font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
    color: #cdae61;
    font-size: 1.15rem;
    padding-left: 0px;
    margin-bottom: 10px;
}

.inside h2 {
    font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
    color: #004C96;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 25px;
    margin: 5px 0 5px 0;
}

.inside h3 {
    font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 1.125em;
    font-weight: normal;
    line-height: 25px;
    margin: 5px 0 5px 0;
}

    .inside h3.title_01 {
        font-family: "微軟正黑體", "新細明體", "標楷體", Arial;
        font-size: 1.125rem;
        font-weight: bold;
        line-height: 25px;
    }

@media (max-width: 320px) {
    .inside h3.title_01 {
        font-size: 1.8rem;
    }
}

.inside h4 {
    font-family: "微軟正黑體", "新細明體", "標楷體", Arial;
    font-size: 1rem;
    font-weight: bold;
    line-height: 25px;
    margin: 5px 0;
    color: #666;
}

.inside p {
    font-family: "微軟正黑體", "新細明體", "標楷體", Arial;
    font-size: 1.0rem;
    line-height: 30px;
}

@media (max-width: 992px) {
    .inside h4 {
        font-family: "微軟正黑體", "新細明體", "標楷體", Arial;
        font-size: 1.3rem;
        font-weight: bold;
        line-height: 30px;
    }

    .inside p, .inside p a {
        font-family: "微軟正黑體", "新細明體", "標楷體", Arial;
        font-size: 1.125rem;
        line-height: 28px;
    }
}

@media (max-width: 320px) {
    .inside h4 {
        font-family: "微軟正黑體", "新細明體", "標楷體", Arial;
        font-size: 1.7rem;
        font-weight: bold;
        line-height: 28px;
    }

    .inside p, .inside p a {
        font-family: "微軟正黑體", "新細明體", "標楷體", Arial;
        font-size: 1.7rem;
        line-height: 28px;
    }
}

/*平版手機修正圖片,文字距離*/
@media (max-width: 992px) {

    .inside h3.title_01 {
        /*padding-top:15px;*/
    }

    .img_padding_01 {
        padding: 5px 8px 5px 0;
    }
}

/*發佈日期*/
.inside h5.date_01 {
    font-family: "微軟正黑體", "新細明體", "標楷體", Arial;
    font-size: 0.9rem;
    line-height: 20px;
    color: #d3d3d3;
}

@media (max-width: 992px) {
    .inside h5.date_01 {
        font-size: 1.0rem;
    }
}

@media (max-width: 320px) {

    .inside h5.date_01 {
        font-size: 1.4rem;
    }
}

/*===================================*/

/*麵包屑*/
.breadcrumb {
    background-color: transparent;
    padding: 8px 5px;
    color: #a2a2a2;
    margin-bottom: 0px;
    font-size: 0.9rem;
}

    .breadcrumb > li > a {
        color: #a2a2a2
    }

    .breadcrumb > .active {
        color: #a2a2a2
    }



/*讓所有圖片能自動縮放*/
img {
    vertical-align: middle;
    margin: auto;
    max-width: 100%;
}

/*===================================*/
/*內頁-商品目錄*/
.page-text-info h4 {
    font-size: 1.0rem;
    line-height: 28px;
    margin-bottom: 5px;
    border-bottom: dashed 1px #bbbbbb;
    padding-bottom: 5px;
    color: #004C96;
}

    .page-text-info h4 a {
        font-size: 1.0rem;
        line-height: 28px;
        margin-bottom: 5px;
        color: #004C96;
    }

        .page-text-info h4 a:hover {
            color: #6fa0cf;
        }
/*===================================*/
/*內頁-條列*/
.news_item_01 {
    margin: 6px 0 12px 0;
    padding: 0 0 18px 0;
    border-bottom: #CCC 1px dotted;
}
    /*限制內容行數*/
    .news_item_01 > div > p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6; /*文字顯示幾行*/
        line-height: 23px;
        height: 140px;
    }

    .news_item_01 > div > h3 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; /*文字顯示幾行*/
        line-height: 23px;
        height: 45px;
    }

/*==================================*/
/*右邊欄商品內容*/
#rightbar h2 {
    font-size: 1.2rem;
    color: #e7c77a;
    padding: 5px 0 5px 0;
    border-bottom: #e7c77a 0.15em dotted;
    margin: 0 15px 0 0px;
    font-weight: normal;
}

.R2_1_1 {
    margin: 0px 0 5px 0px;
    padding: 0px;
}

.R2_1_1_l {
    padding: 0px 0 0 15px;
}

.R2_1_1_r {
    padding: 0px 15px 0 10px;
}

#rightbar > .R2_1_1 > h3 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #666;
    line-height: 28px;
    padding: 5px 0;
}

#rightbar > .R2_1_1 > h4 {
    font-size: 0.95rem;
    font-weight: normal;
    color: #666;
    line-height: 25px;
    padding: 5px 0;
}

#rightbar > .R2_1_1 > h5 {
    font-size: 0.95rem;
    font-weight: normal;
    color: #e8332e;
    line-height: 25px;
    padding: 5px 0;
}

#rightbar > .R2_1_1 > form > h6 {
    font-size: 1.2rem;
    font-weight: normal;
    color: #666;
    line-height: 25px;
}

    #rightbar > .R2_1_1 > form > h6 > .form-group > label {
        font-weight: normal;
    }

#rightbar > .R2_1_1 > form > .form-group {
    font-size: 1.2rem;
    font-weight: normal;
    color: #666;
    line-height: 25px;
    margin-top: 30px;
}

    #rightbar > .R2_1_1 > form > .form-group > button {
        margin-right: 50px;
    }

@media (max-width: 992px) {
    .R2_1_1_r {
        padding: 0px;
    }

    #rightbar > .R2_1_1 > h4, #rightbar > .R2_1_1 > h5 {
        padding: 0px;
    }
}

.R2_1_1a {
    margin: 15px 0;
    padding: 0px 0;
}

#rightbar > .R2_1_1a > h2 {
    color: #333;
    padding: 5px 0 5px 0;
    border-bottom: #cecece 0.15em dotted;
    margin: 0 15px 15px 0px;
}

/*==================================*/
/*法會報名限制內容行數*/
.class_5_1 > p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /*文字顯示幾行*/
    line-height: 25px;
    height: 28px;
}
/*==========================*/
/*相關法會報名推薦*/
.main_product .carousel-control {
    background-color: #fff;
    color: #333;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1rem;
    text-align: center;
    top: 30%;
}

    .main_product .carousel-control:hover {
        background-color: #034678;
        color: #fff;
    }

    .main_product .carousel-control.left {
        left: -1.4%;
        box-shadow: -1px 0px 0px 0px;
    }

    .main_product .carousel-control.right {
        right: -1.4%;
        box-shadow: 1px 0px 0px 0px;
    }

.main_product .port_img {
    position: relative;
    overflow: hidden;
}

    .main_product .port_img img {
        width: 100%;
    }

.main_product .port_overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(242,242,208,0.60);
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 35%;
    opacity: 0;
    transition: all 0.2s;
}

    .main_product .port_overlay a {
        /*width:40px;
    height: 40px;
    line-height: 40px;*/
        margin: 0 auto;
        padding: 5px;
        color: #333;
        border: 1px solid #333;
        /*border-radius: 50%;*/
        display: inline-block;
        font-size: 0.95rem;
        bottom: -150px;
        position: relative;
        background-color: #FFF;
    }

.main_product .port_img:hover .port_overlay a {
    bottom: 0;
}

.main_product .port_img:hover .port_overlay {
    opacity: 1;
}

/*=========================*/












































































/*字型放大縮小用*/
.size_lg p {
    font-family: "微軟正黑體", "新細明體", "標楷體", Arial;
    font-size: 1.5rem;
    line-height: 30px;
}

.size_xs p {
    font-family: "微軟正黑體", "新細明體", "標楷體", Arial;
    font-size: 0.95rem;
    line-height: 24px;
}

.sec_min {
    min-height: 280px;
    clear: both;
}

    .sec_min a {
        color: #999;
    }

    .sec_min h3 {
        font-size: 1.125rem
    }

@media (max-width: 992px) {
    .size_lg p {
        font-family: "微軟正黑體", "新細明體", "標楷體", Arial;
        font-size: 1.8rem;
        line-height: 30px;
    }

    .size_xs p {
        font-family: "微軟正黑體", "新細明體", "標楷體", Arial;
        font-size: 1rem;
        line-height: 24px;
    }

    .sec_min {
        min-height: 100px;
    }

        .sec_min h3 {
            font-size: 1.3rem
        }
}

@media (max-width: 320px) {
    .size_lg p {
        font-family: "微軟正黑體", "新細明體", "標楷體", Arial;
        font-size: 2.2rem;
        line-height: 30px;
    }

    .size_xs p {
        font-family: "微軟正黑體", "新細明體", "標楷體", Arial;
        font-size: 1.3rem;
        line-height: 26px;
    }

    .sec_min {
        min-height: 100px;
    }

        .sec_min h3 {
            font-size: 2.0rem
        }
}


/*===============*/


header.sec_header > h1 {
    font-family: "微軟正黑體", "新細明體", "標楷體", Arial;
    font-size: 1.4rem;
    font-weight: 600;
    color: #696969;
    padding-left: 0.8em;
    line-height: 1.8em;
    margin-bottom: 0px;
}

.sec_title > h1 {
    font-family: "微軟正黑體", "新細明體", "標楷體", Arial;
    font-size: 1.2rem;
    font-weight: 600;
    color: #f39600;
    line-height: 1.5em;
    margin-bottom: 0px;
    text-align: left;
}

@media (max-width: 992px) { /*平板*/

    .sec_title > h1 {
        font-size: 1.5rem;
        line-height: 1.35em;
        padding-left: 0em;
    }
}

@media (max-width: 320px) { /*平板*/

    .sec_title > h1 {
        font-size: 2.2rem;
        line-height: 1.35em;
        padding-left: 0em;
    }
}

.sec_underline {
    padding-bottom: 8px;
    border-bottom: #CCC 1px solid;
}

.list-inline_01 > li {
    font-size: 1.25rem;
    color: #8b8b8b
}

    .list-inline_01 > li > a {
        color: #8b8b8b
    }



/*gototop*/
.gototop {
    font-family: verdana;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    /*background:rgba(204,204,204,0.4);*/
    color: #999;
    position: fixed;
    bottom: 150px;
    right: 5px;
    border-radius: 50%;
    text-decoration: none;
    cursor: pointer;
    z-index: 999;
    /*先隱藏*/
    display: none;
}



/*字型大小切換*/
.font-change {
    text-align: right
}

    .font-change > a > img {
        max-width: 100%;
    }


/*select尺寸*/
.lg_width {
    width: 20%;
}

@media (max-width: 992px) { /*平板*/
    .lg_width {
        width: 35%;
    }
}

@media (max-width: 600px) { /*手機*/
    .lg_width {
        width: 100%;
    }
}
/*分頁*/
.pager {
    padding-left: 0;
    margin: 20px 55px;
    text-align: center;
    list-style: none;
}

/*留言版*/

.row_02 {
    /*margin-right: 55px;
    margin-left: 55px;*/
    padding: 22px 0;
    margin-bottom: 25px;
    overflow: hidden;
}

@media (max-width: 992px) { /*平板*/
    .row_02 {
        margin-right: 0px;
        margin-left: 0px;
        padding-top: 15px;
        padding-bottom: 5px;
        overflow: hidden;
    }
}

.row_02 a {
    color: #797979;
}

.row_03 {
    margin-right: 55px;
    margin-left: 55px;
    padding: 22px 0;
    margin-bottom: 25px;
    overflow: hidden;
}

@media (max-width: 992px) { /*平板*/
    .row_03 {
        margin-right: 0px;
        margin-left: 0px;
        padding-top: 15px;
        padding-bottom: 5px;
        overflow: hidden;
    }
}

.panel_border {
    border: none;
    box-shadow: none;
}


.table > tbody > tr > td {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}

.table-hover > tbody > tr:hover {
    background-color: rgba(192,217,244, .1);
}
/*社群資源*/
.border-bottom {
    border-bottom: 1px dotted #dbdbdb;
    padding: 15px 0 0 0;
    width: 100%;
    font-size: 1.125em;
    height: 60px;
}

@media (max-width: 480px) { /*手機*/
    .border-bottom {
        padding: 10px 0;
        height: auto !important;
    }
}

/*form*/
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 10px;
        vertical-align: middle;
    }
}

.form-inline .form-control {
    margin-bottom: 5px;
}

.form-control {
    display: block;
    /*width: 100%;*/
    height: 34px;
    padding: 6px 12px;
    font-size: 1.0rem;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form_01 {
    margin-bottom: 15px;
}

label {
    font-size: 1.0rem;
    margin-bottom: 10px;
}

.radio {
    margin: 10px;
}

.form-inline .radio, .form-inline .checkbox {
    margin: 5px;
}

@media (max-width: 992px) {
    .form-control {
        font-size: 1rem;
    }

    label {
        font-size: 1rem;
    }

    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        margin-left: 0px;
    }
}

@media (max-width: 480px) {
    .form-control {
        font-size: 1.2rem;
    }

    label {
        font-size: 1.2rem;
    }

    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        margin-left: 0px;
    }
}

@media (max-width: 320px) {
    .form-control {
        font-size: 1.5rem;
    }

    label {
        font-size: 1.5rem;
    }

    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        margin-left: 0px;
    }
}

/*修正分享*/
@media (max-width: 320px) { /*手機*/
    .fa-lg {
        font-size: 1.7em;
        line-height: .75em;
        vertical-align: -15%;
    }
}

/*跳動數字*/

.numscroller {
    color: #f39800; /*數字顏色*/
    font-size: 64px;
    margin: 0px;
}


/*外圈滑過去會轉*/
.hi-icon-wrap {
    text-align: center;
    margin: 0 auto;
}

    .hi-icon-wrap > a > img { /*圖片位置*/
        padding: 20% 12% 13% 12%;
    }

.hi-icon {
    text-decoration: none;
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #ffd02e;
}

    .hi-icon:after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: '';
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    .hi-icon:before {
        font-size: 36px;
        line-height: 90px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        display: block;
    }

.hi-icon-effect-1 .hi-icon {
    width: 92px;
    height: 92px;
    box-shadow: 0 0 0 4px rgba(255,255,255,1);
}

    .hi-icon-effect-1 .hi-icon:before {
        line-height: 92px;
    }

    .hi-icon-effect-1 .hi-icon:after {
        top: 20px;
        left: 55px;
        padding: 0;
        z-index: 10;
        border: 4px dashed #51a6c3; /*圓圈顏色*/
        width: 100px;
        height: 100px;
        background: rgba(180,222,236,0.3); /*圓圈背景色*/
    }

    .hi-icon-effect-1 .hi-icon:hover {
        box-shadow: 0 0 0 0 rgba(255,255,255,0);
        color: #fff;
    }

.hi-icon-effect-1a .hi-icon:hover {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

    .hi-icon-effect-1a .hi-icon:hover:after {
        -webkit-animation: spinAround 9s linear infinite;
        -moz-animation: spinAround 9s linear infinite;
        animation: spinAround 9s linear infinite;
    }

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg);
    }
}

.hi-icon-effect-1 .hi-icon.icon1 {
    width: 220px;
    height: 220px;
    box-shadow: none;
    /*background: url(../images/icon1.png) no-repeat center;*/
}

.hi-icon-effect-1 .hi-icon.icon2 {
    width: 220px;
    height: 220px;
    box-shadow: none;
    /*background: url(../images/icon1.png) no-repeat center;*/
}

.hi-icon-effect-1 .hi-icon.icon3 {
    width: 220px;
    height: 220px;
    box-shadow: none;
    /*background: url(../images/icon1.png) no-repeat center;*/
}

h3.hi-icon-font {
    font-size: 1.5rem;
    color: #a0a0a0;
}
/*========================*/

/*分頁*/
.nav_01 {
    text-align: center;
}

/*條列式*/
.row_01 {
    /*margin-right: 55px;
    margin-left: 55px;*/
    padding: 22px 0;
    /*margin-bottom:15px;*/
    border-bottom: 1px dashed #D8D8D8;
    overflow: hidden;
}

    .row_01 a {
        color: #797979;
    }

@media (max-width: 992px) { /*平板*/
    .row_01 {
        margin-right: 0px;
        margin-left: 0px;
        padding-top: 15px;
        padding-bottom: 5px;
        border-bottom: 1px solid #D8D8D8;
        overflow: hidden;
    }

        .row_01 p a {
            font-size: 1.125rem;
            line-height: 28px;
        }
}

@media (max-width: 320px) { /*手機*/
    .row_01 > h3 {
        font-size: 1.6rem;
        text-align: left;
        margin-bottom: 5px;
        text-align: left;
    }

    .row_01 p > a {
        font-size: 1.5rem;
        line-height: 1.6rem;
    }
}


/*限制標題內容行數*/
@media (min-width: 991px) { /*pc版*/
    .row_01 > h3 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1; /*文字顯示幾行*/
        line-height: 23px;
        height: 25px;
    }

    .row_01 p > a {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; /*文字顯示幾行*/
        height: 70px;
        line-height: 1.6rem;
    }
}
/*=======================*/
/*捐款*/
.donate_button {
    margin-top: 10px;
    float: right;
}

h3.donath3 {
    font-size: 1.3rem;
}

.row_1-0 {
    margin: 10px 0;
}

    .row_1-0 h2 {
        font-family: "微軟正黑體", "新細明體", "標楷體", Arial;
        color: #8F693D;
        font-size: 1.125rem;
        padding-left: 0px;
    }

.donate_text {
    color: #F00;
    font-size: 0.875rem;
    padding-left: 15px;
    line-height: 25px;
}

@media (max-width: 992px) { /*平板*/
    .donate_text {
        font-size: 1.125rem;
        line-height: 22px;
    }
}

@media (max-width: 320px) { /*手機*/
    .donate_text {
        font-size: 1.5rem;
        line-height: 22px;
    }
}

.i_color_blue {
    color: #89d8df;
}

.i_color_blue2 {
    color: #26b7c4;
}
/*==========================*/
/*rwd table切換,捐款徵信*/
.rwd-table {
    background: #fff;
    overflow: hidden;
}

    .rwd-table tr:nth-of-type(2n) {
        background: #eee;
    }

    .rwd-table th, .rwd-table td {
        /*margin:1em 1em;*/
    }

.rwd-table {
    min-width: 100%;
}

    .rwd-table th {
        display: none;
        background-color: #888888;
        padding: 0.7em !important; /*手機版欄位高度*/
    }

    .rwd-table td {
        display: block;
        padding: 0.7em !important; /*手機版欄位高度*/
    }

        .rwd-table td:before {
            content: attr(data-th) " : ";
            font-weight: bold;
            width: 6.5em;
            display: inline-block;
        }

    .rwd-table th, .rwd-table td {
        text-align: left;
    }

        .rwd-table th, .rwd-table td:before {
            color: #6F4901; /*手機版th的字顏色*/
            font-weight: bold;
        }

@media (min-width: 480px) {
    .rwd-table td:before {
        display: none;
    }

    .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: 0.25em 0.5em;
    }

        .rwd-table th:first-child, .rwd-table td:first-child {
            padding-left: 0;
        }

        .rwd-table th:last-child, .rwd-table td:last-child {
            padding-right: 0;
        }

    .rwd-table th, .rwd-table td {
        padding: 1em !important;
    }

        .rwd-table th, .rwd-table td:before {
            color: #333; /*桌機,平版th的字顏色*/
            font-weight: bold;
        }
}
/* 捐款徵信條列式 */

table.list {
    width: 100%;
}

.list tr {
}

.list th {
    padding: 10px 5px 10px 5px;
    text-align: left;
    background: #c7c7c7;
}

.list td {
    font-size: 0.95rem;
    line-height: 23px;
    border-bottom: #ccc 1px dashed; /* 每個外框的下底線*/
}

.list a {
    color: #333;
    text-decoration: none; /* 超連結的字不要有下底線*/
}

    .list a:hover {
        color: #666;
        text-decoration: none; /* 字有超連結移過去不要有下底線*/
    }
/*==========================*/


/*付款方式*/
.step {
    margin: 0px;
    padding: 0px;
}

.step_class {
    /*background-color: #58B2DC;*/
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    padding-left: 15px;
    /*border-bottom:#58B2DC 1px dotted;*/
    margin-bottom: 5px;
}

    .step_class td {
        padding-left: 0px;
        /*background-color: rgba(234, 250, 255, .6);*/
        color: #004C96;
    }

.step_class_1 th {
    text-align: center;
    font-size: 1rem;
    height: 20px;
    padding: 8px 10px 5px 10px;
    border-bottom: #d1d1d1 1px solid;
    border-right: #d1d1d1 1px dotted;
    background-color: #e7e7e7;
}

.step_class_1 td {
    font-size: 1rem;
    height: 20px;
    padding: 8px 10px 5px 10px;
    border-bottom: #d1d1d1 1px solid;
    border-right: #d1d1d1 1px dotted;
    line-height: 25px;
}

.step_class_2 th { /*第一格的欄位左邊線*/
    border-left: #d1d1d1 1px dotted;
}

.step_class_2 td { /*第一格的欄位左邊線*/
    border-left: #d1d1d1 1px dotted;
}

.step_class_totle {
    background-color: #f1e4ee;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    padding-left: 15px;
    border-top: #5b466c 3px solid;
    margin-bottom: 5px;
}
/*公益購+義賣商品兩者相加的總計*/
.step_class_totle_1 {
    background-color: #f1e4ee;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    padding-left: 15px;
    border-top: #5b466c 3px solid;
    margin-bottom: 5px;
}

.cart_01 {
    border-bottom: 1px #d0b685 dashed;
}

    .cart_01 a {
        color: #36F
    }
/*購物車頁籤*/
.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background: #c8c8c8;
    color: #fff
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #bf8e30;
    color: #fff
}
/*=======================*/
/*會員登入*/
.social-btns {
    font-size: 1.2rem;
    list-style: none;
}

    .social-btns li {
        margin-bottom: 5px;
    }

        .social-btns li i {
            font-size: 1.5rem;
        }

        .social-btns li button {
            font-size: 1.2rem;
        }

    .social-btns .btn-facebook {
        background-color: #38519f;
        border-color: #293b75;
        color: #ffffff;
        min-width: 250px;
    }

        .social-btns .btn-facebook:hover {
            color: #ffffff;
            background-color: #293b75;
        }

    .social-btns .btn-twitter {
        background-color: #00a8fa;
        border-color: #048cce;
        color: #ffffff;
        /*min-width: 250px;*/
    }

        .social-btns .btn-twitter:hover {
            color: #ffffff;
            background-color: #048cce;
        }


    .social-btns .btn-google {
        background-color: #df270b;
        border-color: #a01b03;
        color: #ffffff;
        min-width: 250px;
    }

        .social-btns .btn-google:hover {
            color: #ffffff;
            background-color: #a01b03;
        }

/*登入分隔線*/
.social_title {
    position: relative;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 8px rgba(255, 255, 255, 0.6), 1px 1px 6px rgba(255, 255, 255, 0.4);
}

    .social_title:before { /*前線條*/
        content: '';
        top: 6px;
        left: 0;
        position: absolute;
        width: calc(50% - 100px);
        height: 1px;
        background: #b7b7b7;
        -webkit-box-shadow: 0px 0px 42px 2px white;
        -ms-box-shadow: 0px 0px 42px 2px white;
        -o-box-shadow: 0px 0px 42px 2px white;
        box-shadow: 0px 0px 42px 2px white;
    }

    .social_title:after { /*後線條*/
        content: '';
        top: 6px;
        right: 0;
        position: absolute;
        width: calc(50% - 100px);
        height: 1px;
        background: #b7b7b7;
        -webkit-box-shadow: 0px 0px 42px 2px white;
        -ms-box-shadow: 0px 0px 42px 2px white;
        -o-box-shadow: 0px 0px 42px 2px white;
        box-shadow: 0px 0px 42px 2px white;
    }

/*==========================*/

/*會員專區+商品區左選單*/
.sidebar-nav {
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

    .sidebar-nav li {
        padding: 0;
        /*Sidebar Sub Navigation*/
    }

        .sidebar-nav li a {
            background: #fff;
            border-bottom: 1px solid #fff;
            display: block;
            padding: 10px;
            outline: none;
            color: #596372;
            font-size: 16px;
            font-weight: 300;
        }

            .sidebar-nav li a:hover {
                text-decoration: none;
                color: #f7be5e;
            }

        .sidebar-nav li ul {
            background: #fff;
            padding: 0;
            margin: 0;
            list-style: none;
        }

            .sidebar-nav li ul a {
                background: #fff;
                color: #555555;
                font-size: 12px;
                border-bottom: solid 1px #fff;
                padding: 5px 23px;
            }

    .sidebar-nav ul li:hover a,
    .sidebar-nav ul li.active a {
        color: #596372;
    }

    .sidebar-nav > li:last-child a {
        border: none;
    }
/*Sidebar Badges*/
.list-group-item li > .badge {
    float: right;
}

.sidebar-nav span.badge {
    margin-top: 8px;
    margin-right: 10px;
}

.sidebar-nav .list-toggle > span.badge {
    margin-right: 25px;
}

.sidebar-nav ul li span.badge {
    margin-top: 0px;
    font-size: 10px;
    padding: 3px 5px;
    margin-right: 20px;
    border-radius: 0 0 5px 5px;
    background: #6f7c8f;
}
/*Sidebar List Toggle*/
.list-toggle:after {
    top: 10px;
    right: 20px;
    color: #777;
    font-size: 14px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}

.list-toggle.active:after {
    color: #fff;
    content: "\f107";
}
/* Make Font Awesome icons fixed width */
.sidebar-nav li [class^="fa"],
.sidebar-nav li [class*=" fa"] {
    width: 1.25em;
    left: -2px;
    margin-right: 2px;
    text-align: center;
    position: relative;
    display: inline-block;
}

    .sidebar-nav li [class^="fa"].fa-lg,
    .sidebar-nav li [class*=" fa"].fa-lg {
        /* increased font size for fa-lg */
        width: 1.5625em;
    }

#sidebar-nav > .list-group-item { /*商品左選單不要外框線*/
    border: none
}

#sidebar-nav > .member_l { /*會員專區左選單要外框線*/
    border: 1px solid #e8e8e9;
}
/*會員專區右內容*/
@media (max-width: 992px) {
    .member_r {
        padding: 0px
    }
}

em {
    color: #F00;
    padding-right: 4px;
}
/*==============================*/
/*常見問題*/
.qastyle {
    border-right: 1px dotted #cdcdcd;
}

.qastyle_01 {
    border-right: none;
}

.qatext_color a {
    color: #9d1f25
}

.panel-group .panel-heading h4 {
    margin: 0;
    padding: 0;
    color: #555555;
    font-size: 17px;
}

.panel-group .panel-heading a {
    display: block;
    /*padding: 10px 15px;*/
    margin: 0;
    font-weight: normal;
}

.panel-title > a {
    color: inherit;
}

/*==========================*/

/*公益購商品區外框*/
.team03_all {
    overflow: hidden;
    margin: 0px 2px 10px 2px;
    padding: 0px 10px 10px 10px;
    background-color: #fff;
}

@media (min-width: 1024px) {
    .team03_all {
        height: 290px
    }
}

@media (max-width: 992px) {
    .team03_all {
        margin: 8px 0px;
        padding: 0px 5px;
    }
}

.team03_block {
    display: block;
    position: relative;
}

    .team03_block img {
        display: inline-block;
        position: relative;
    }

.team03_info {
    margin-top: 8px;
}

.team03_name h2 {
    font-size: 1.0rem;
    text-align: left;
    margin-bottom: 0px;
    color: #999
}

.team03_func {
    color: #5b5b5b;
    text-align: left;
}

    .team03_func p > a {
        font-size: 1.15rem;
        line-height: 1.6rem;
    }

@media (max-width: 320px) {
    .team03_name h2 {
        font-size: 1.6rem;
        text-align: left;
        margin-bottom: 0px;
    }

    .team03_func p > a {
        font-size: 1.5rem;
        line-height: 1.6rem;
    }
}


/*限制標題內容行數*/
@media (min-width: 991px) { /*pc版*/
    .team03_name > h2 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1; /*文字顯示幾行*/
        line-height: 23px;
        height: 25px;
    }

    .team03_func p > a {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; /*文字顯示幾行*/
        height: 64px;
        line-height: 1.6rem;
    }
}


/*=========================*/
/*聯絡我們*/
.contact_text {
    width: 70%;
}

@media (max-width: 992px) {
    .contact_text {
        width: 100%;
    }
}
/*======================*/
/*梯隊報名*/
.class_all {
    overflow: hidden;
    margin: 0px 2px 5px 2px;
    padding: 6px 10px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px dashed #e6e6e6;
    /*box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.14);*/
}

@media (max-width: 992px) {
    .class_all {
        margin: 8px 1px;
    }
}

.class_block {
    display: block;
    position: relative;
}

    .class_block img {
        display: inline-block;
        position: relative;
    }

.class-text h2 {
    font-size: 1rem;
    line-height: 25px;
    margin: 5px 0;
}

.class-text h3 {
    font-size: 0.95rem;
    line-height: 25px;
    margin-bottom: 0px;
}

@media (min-width: 600px) { /*pc版*/
    .class-text > h2 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1; /*文字顯示幾行*/
        line-height: 23px;
        height: 25px;
    }
}

@media (max-width: 991px) {
    .class-text h2 {
        font-size: 1.2rem;
    }

    .class-text h3 {
        font-size: 1rem;
    }
}

@media (max-width: 600px) {
    .class-text h2 {
        font-size: 1.3rem;
    }

    .class-text h3 {
        font-size: 1.25rem;
    }
}

@media (max-width: 320px) {
    .class-text h2 {
        font-size: 1.6rem;
        line-height: 22px;
        margin: 2px 0;
    }

    .class-text h3 {
        font-size: 1.4rem;
        line-height: 23px;
    }
}

.class_select h2 {
    font-size: 1.0rem;
    color: #39F;
    line-height: 1.1rem;
}

.well {
    padding: 10px;
}

.class_select label {
    font-size: 0.95rem;
    margin-bottom: 5px;
}

.class_select .form-group {
    margin-bottom: 5px;
}

.class_select select {
    font-size: 0.95rem;
}

.modal-body p {
    white-space: normal; /*中文斷行*/
}
/*=======================*/
/*服務據點table*/
table.service-table {
    width: 100%;
}

.service-table tbody {
    border-bottom: 1px solid #ddd;
}

    .service-table tbody:nth-of-type(odd) { /*奇數行背景淡灰*/
        background: #f9f9f9;
    }

.service-table th {
    padding: 8px;
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    background: #c7c7c7;
    white-space: nowrap;
}

.service-table td {
    padding: 8px;
    white-space: nowrap;
}
/*===================*/
/*退費popover*/
.popover {
    max-width: 80%;
}

/*隱私同意書*/
.scroll_box {
    height: 17em;
    text-align: left;
    overflow: auto;
    border: 1px solid #dcdcdc;
    padding: 5px 10px;
}
