/* Add here all your css styles (customizations) */
* {
    font-family: "微軟正黑體", "新細明體";
    /* touch-action: pan-y; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "微軟正黑體", "新細明體";
}

.word-style-1 {
    font-size: 15px;
}

.word-style-2 {
    font-size: 16px;
}

.word-style-3 {
    font-size: 18px;
}

.word-style-4 {
    font-size: 20px;
}

.word-style-5 {
    font-size: 22px;
}

.word-style-6 {
    font-size: 24px;
}

.word-style-7 {
    font-size: 26px;
}

.color-1 {
    color: #d84315;
}

.color-2 {
    color: #fff;
}

.color-3 {
    color: #607D8B;
}

.color-4 {
    color: #ffc107;
}

.content-sm {
    padding-top: 20px;
    padding-bottom: 20px;
}

.content-md {
    padding-top: 40px;
    padding-bottom: 40px;
}

.hr-1 {
    margin: 10px 0;
    margin-bottom: 20px;
    border-top: 2px solid #2196F3;
}

.hr-2 {
    margin: 10px 0;
    border-top: 1px solid #95cbf7;
}

.hr-3 {
    margin: 5px 0;
    border-top: 1px solid #95cbf7;
}

.hr-4 {
    margin: 20px 0;
    border-top: 1px solid #95cbf7;
}

.hr-5 {
    margin: 5px 0;
    border-top: 1px solid #95cbf7;
}

.box-shadow-1 {
    box-shadow: 0px 0px 10px rgba(20%, 20%, 20%, 0.3);
}

.box-shadow-2 {
    box-shadow: 0px 0px 10px #358f37;
}

.box-shadow-3 {
    box-shadow: 0px 0px 10px #9e9e9e;
}

.button-1 {
    background: -webkit-linear-gradient(#C2185B, #EC407A);
    background: -o-linear-gradient(#C2185B, #EC407A);
    background: linear-gradient(#C2185B, #EC407A);
    padding: 5px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff;
    border: #C2185B 1px solid;
    box-shadow: 0px 0px 10px rgba(20%, 20%, 20%, 0.3);
    border-radius: 17px;
}

.button-1:hover {
    box-shadow: 0px 0px 15px rgba(10%, 10%, 10%, 0.8);
}

.button-2 {
    background: -webkit-linear-gradient(#f57c00, #E65100);
    background: -o-linear-gradient(#f57c00, #E65100);
    background: linear-gradient(#f57c00, #E65100);
    padding: 3px 10px;
    color: #fff;
    border: #f57c00 1px solid;
    box-shadow: 0px 0px 10px rgba(20%, 20%, 20%, 0.3);
    border-radius: 5px;
}

.button-2:hover {
    box-shadow: 0px 0px 8px rgba(10%, 10%, 10%, 0.8);
}

.button-3 {
    background: -webkit-linear-gradient(#f57c00, #E65100);
    background: -o-linear-gradient(#f57c00, #E65100);
    background: linear-gradient(#f57c00, #E65100);
    font-size: 18px;
    padding: 7px 10px;
    margin: 0px 10px;
    margin-bottom: 10px;
    color: #fff;
    border: #f57c00 1px solid;
    box-shadow: 0px 0px 10px rgba(20%, 20%, 20%, 0.3);
    border-radius: 5px;
}

.button-3:hover {
    box-shadow: 0px 0px 8px rgba(10%, 10%, 10%, 0.8);
}

.button-3 a {
    text-decoration: none;
}

.button-3 a:hover,
.button-3 a:focus {
    color: #fff;
}

.button-4 {
    background: -webkit-linear-gradient(#1976D2, #2196F3);
    background: -o-linear-gradient(#1976D2, #2196F3);
    background: linear-gradient(#1976D2, #2196F3);
    font-size: 15px;
    padding: 3px 12px;
    margin-left: 0px;
    margin: 0px 10px;
    color: #fff;
    border: #1976D2 1px solid;
    box-shadow: 0px 0px 10px rgba(20%, 20%, 20%, 0.3);
}

.button-4:hover {
    box-shadow: 0px 0px 8px rgba(10%, 10%, 10%, 0.8);
}

.button-4 a {
    text-decoration: none;
}

.button-4 a:hover,
.button-4 a:focus {
    color: #fff;
}


.button-5 {
    background: -webkit-linear-gradient(#1976D2, #2196F3);
    background: -o-linear-gradient(#1976D2, #2196F3);
    background: linear-gradient(#1976D2, #2196F3);
    font-size: 15px;
    padding: 6px 12px;
    margin-left: 0px;
    margin: 0px 10px;
    color: #fff;
    border: #1976D2 1px solid;
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(20%, 20%, 20%, 0.3);
}

.button-5:hover {
    box-shadow: 0px 0px 8px rgba(10%, 10%, 10%, 0.8);
}

.button-6 {
    background: -webkit-linear-gradient(#E65100, #af0000);
    background: -o-linear-gradient(#E65100, #af0000);
    background: linear-gradient(#E65100, #af0000);
    font-size: 18px;
    padding: 7px 10px;
    margin: 0px 10px;
    margin-bottom: 10px;
    color: #fff;
    border: #f57c00 1px solid;
    box-shadow: 0px 0px 10px rgba(20%, 20%, 20%, 0.3);
    border-radius: 5px;
}

.word-title-1 {
    color: #555;
    position: relative;
    font-size: 35px;
}

#topcontrol {
    color: #fff;
    z-index: 99;
    width: 30px;
    height: 30px;
    font-size: 20px;
    background: #2196F3;
    position: relative;
    right: 14px !important;
    bottom: 11px !important;
    border-radius: 15px !important;
    box-shadow: 0px 3px 5px rgba(20%, 20%, 20%, 0.5);
}

.navbar-collapse {
    background-color: #54a742;
}

.navbar-toggle-text {
    display: inline-block;
}

.navbar-toggle-text span {
    color: #fff;
    display: inline;
}

.navbar-toggle-icon {
    float: left;
    padding-top: 5px;
    padding-right: 5px;
}

.header .navbar-toggle,
.header .navbar-toggle:hover,
.header .navbar-toggle:focus {
    padding: 5px;
}

.logo-word {
    display: table-cell;
    vertical-align: middle;
}

.logo-word img {
    padding-left: 14px;
}

.header .navbar-nav>li>a {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.header .logo {
    /* width: 140px; */
}

.header .logo>img {
    z-index: 1;
    margin: 10px 0;
    margin: 5px 0;
    position: relative;
    max-width: 700px;
    width: 100%;
    margin: auto;
}

.header>.container {
    /* display: table; */
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media (max-width: 992px) {
    .call-action-v1 .call-action-v1-in p {
        margin-bottom: 0px;
    }
}

.call-action-v1 .call-action-v1-box {
    width: 100%;
    display: table;
    padding: 0px 0px;
    padding-top: 10px;
    padding-bottom: 2px;
    /*padding-bottom: 15px;*/
    vertical-align: middle;
}

@media (min-width: 992px) {
    .header .navbar-nav {
        margin-left: 90px;
        float: left;
    }

    .header .navbar-nav>li>a:hover,
    .header .navbar-nav>.active>a {
        border-bottom: solid 0px #72c02c;
    }

    .header .dropdown-menu li a {
        color: #373f42;
        font-size: 15px;
        font-weight: 400;
        padding: 6px 15px;
        border-bottom: solid 1px #eee;
    }

    .header .dropdown-menu .active>a,
    .header .dropdown-menu li>a:hover {
        color: #fff;
        filter: none !important;
        /*background: #eee !important;*/
        /* background: #FFE082 !important; */
        background: initial !important;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .header .navbar-nav>li>a {
        padding: 9px 25px 9px 20px;
    }
}

@media (max-width: 1200px) {
    .header .navbar-nav {
        margin-left: 0px;
        float: left;
    }
}

@media (max-width: 991px) {

    .header .mega-menu .navbar-inner,
    .header .mega-menu .container {
        padding: 20px;
    }

    .header>.container {
        /* background: -webkit-linear-gradient(#ffca28, #ffde7b);
        background: -o-linear-gradient(#ffca28, #ffde7b);
        background: linear-gradient(#ffca28, #ffde7b); */
        margin-bottom: 0;
    }

    /* .header {
        background: -webkit-linear-gradient(#ffca28, #ffde7b);
        background: -o-linear-gradient(#ffca28, #ffde7b);
        background: linear-gradient(#ffca28, #ffde7b);
    } */

    /* .header .logo img {
        height: 80px;
        margin-bottom: 30px;
    } */

    /* .header .logo {
        width: 110px;
    } */

    .navbar-nav {
        margin-left: 0px;
        float: left;
    }

    .header .navbar-nav>li>a:hover,
    .header .navbar-nav>.active>a {
        border-bottom-color: #ffffff;
    }

    .header .navbar-nav>li a {
        border-bottom: solid 1px #ffffff;
    }

    .header .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }

    .nav>li>a:focus,
    .nav>li>a:hover {
        text-decoration: none;
        background-color: rgba(255, 255, 255, 0);
    }

    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        background-color: rgba(255, 255, 255, 0);
        border-color: #337ab7;
    }

    .header .navbar-nav .open .dropdown-menu>li>a:hover,
    .header .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
        background-color: #fff;
        color: #000;
    }

    .header .navbar-nav .open .dropdown-menu>li>a,
    .header .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 7px 15px 7px 25px;
    }

}


.slider-bg-color {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px 10px;
}

.slider-border-1 {
    border-left: solid 15px #FF9800;
}


.index-leader {
    background: -webkit-linear-gradient(#fbd150, #ffe493);
    background: -o-linear-gradient(#fbd150, #ffe493);
    background: linear-gradient(#fbd150, #ffe493);
    margin-top: 5px;
    padding-top: 12px;
    padding-bottom: 14px;
}

.ms-promo-info {
    font-size: 45px;
    font-weight: 300;
    line-height: 1.5;
    text-transform: uppercase;
    font-family: "微軟正黑體", "新細明體";
}

.index-leader span {
    color: #3f51b5;
}

.index-schedlue {
    background: -webkit-linear-gradient(#0a3dab, #0e43b6);
    background: -o-linear-gradient(#0a3dab, #0e43b6);
    background: linear-gradient(#0a3dab, #0e43b6);
    margin-top: 5px;
    padding-top: 12px;
    padding-bottom: 14px;
}

.profile .panel-title {
    font-size: 24px;
    color: #fff;
}

.profile .panel-heading {
    color: #585f69;
    background: none;
    padding: 7px 15px;
    border-bottom: solid 0px #f7f7f7;
}

.profile .profile-event {
    background: #fff;
    padding: 10px 15px;
    margin-bottom: 15px;
}

h3.heading-xs {
    font-size: 17px;
    margin-bottom: 0;
}

.profile .profile-event {
    min-height: 93px;
}

.parallax-quote:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, 0);
}

.index-act {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    padding: 20px 0px;
}

.index-act-pic {
    max-width: 120px;
    margin: 15px auto;
}

.parallax-quote {
    padding: 0px 0;
}

.parallax-quote:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: none;
}

.parallax-quote-in p {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-family: "微軟正黑體", "新細明體";
}

.monthly-box-v1 p {
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}

.monthly-block-default:hover {
    box-shadow: 0 0 8px #eee;
}

.monthly-box-v1 .monthly-block {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 5px;
}

.monthly-block-default:hover {
    box-shadow: 0 0 8px #eee;
}

.monthly-default {
    background: #fafafa;
    border: solid 1px #eee;
}

.monthly-block {
    padding: 60px 30px;
    text-align: center;
    margin-bottom: 20px;
}

.monthly-block-default {
    background: #fafafa;
    border: solid 1px #0a3dab;
}

.monthly-title {
    font-size: 20px;
    font-weight: 700;
    color: #5C6BC0;
}

.monthly-title:after {
    content: " ";
    left: 50%;
    height: 2px;
    width: 100px;
    bottom: -5px;
    position: absolute;
    margin-left: -50px;
    background: #F08619;
}

.monthly-date {
    font-size: 15px;
    color: #888888;
}

.monthly-block-default:hover {
    cursor: pointer;
    box-shadow: -4px 4px 6px #bdbdbd;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.parallax-counter-v1 {
    padding: 60px 0;
    padding-top: 30px;
    padding-bottom: 30px;
    /*background: url(../img/patterns/5.png) repeat fixed;*/
    background: none;
}

.parallax-counter-v1 .counters {
    color: #fff;
    padding: 15px 0 10px;
    border: solid 2px #ffc107;
}

.parallax-counter-v1 .counters:hover {
    cursor: pointer;
    color: #424242;
    padding: 15px 0 10px;
    border: solid 2px #ffc107;
    /*background-color: #ffc107;*/
    background: -webkit-linear-gradient(#ffca28, #ffde7b);
    background: -o-linear-gradient(#ffca28, #ffde7b);
    background: linear-gradient(#ffca28, #ffde7b);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.parallax-counter-v1 .counters:hover h4 {
    color: #424242;

}

.parallax-counter-v1 h4 {
    color: #eee;
    font-size: 20px;
    text-transform: uppercase;
}

.footer-logo {
    max-width: 180px;
}

.footer-v6 .heading-footer h2 {
    color: #ffc107;
    font-size: 18px;
    text-transform: uppercase;
}

.footer-v6 .footer .link-news li a {
    color: #eee;
    font-size: 16px;
    margin-bottom: 3px;
    display: inline-block;
}

.footer-v6 .footer .link-news li {
    padding: 12px 0px;
    border-top: solid 1px #8a8a8a;
}

.footer-v6 .footer .contacts li {
    color: #eee;
    font-size: 16px;
}

.footer-v6 .footer .contacts li a {
    color: #eee;
    font-size: 16px;
}

.footer-v6 .footer .link-news a:hover {
    color: #ffc107;
}

.footer-v6 .footer .contacts li i {
    width: 35px;
    height: 35px;
    color: #eee;
    padding: 8px 5px;
    background: #333;
    text-align: center;
    margin: 4px 10px 0 0;
    display: inline-block;
}

.footer-v6 .copyright .terms-menu li {
    color: #ffc107;
    font-size: 15px;
    line-height: 16px;
    margin-right: 2px;
    border-color: #fff;
    padding-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #bbb;
}

.footer-v6 .copyright .terms-menu li a {
    color: #ffc107;
}

.footer-v6 .dark-social li i {
    font-size: 16px;
    color: #ffc107;
}


.bg-color-blue {
    background-color: #1976d2 !important;
}

.breadcrumb {
    top: 0px;
    padding: 5px 10px;
    margin-bottom: 10px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb a {
    color: #777;
    font-size: 15px;
}

.breadcrumb .active {
    font-size: 15px;
}

.logo-word-title {
    max-width: 40px;
    padding-bottom: 5px;
    margin: 5px;
}

.sidebar-nav-v1 li a {
    display: block;
    padding: 8px 30px 8px 10px;
    font-size: 16px;
}

.sidebar-nav-v1>li.active,
.sidebar-nav-v1>li.active:hover {
    /*background: #FFB300;*/
    background: -webkit-linear-gradient(#ffca28, #ffde7b);
    background: -o-linear-gradient(#ffca28, #ffde7b);
    background: linear-gradient(#ffca28, #ffde7b);
}

.sidebar-nav-v1 li:hover {
    background: -webkit-linear-gradient(#ffca28, #ffde7b);
    background: -o-linear-gradient(#ffca28, #ffde7b);
    background: linear-gradient(#ffca28, #ffde7b);
}

.sidebar-nav-v1>li.active>a {
    color: #555;
}

/*內頁左側CSS start*/
.page-left-banner-1 .left-border {
    border: solid 2px #FFE082 !important;
}

.page-left-banner-1 .left-title {
    background: -webkit-linear-gradient(#F08619, #ffde7b);
    background: -o-linear-gradient(#F08619, #ffde7b);
    background: linear-gradient(#F08619, #ffde7b);
    padding-top: 5px;
    padding-bottom: 5px;
}

.page-left-banner-1 .left-title p {
    margin-bottom: 0px;
}

.page-left-banner-1 .left-people-img {
    border: solid 2px #FFE082 !important;
    padding: 5px !important;
    border: solid 1px #eee !important;
    box-shadow: 0px 0px 10px rgba(20%, 20%, 20%, 0.3);
}

.page-left-banner-1 .left-title-bg {
    background-color: #fafafa;
    padding: 0px 10px;
}

.page-left-banner-1 .left-word-p-1 {
    padding: 5px 0px;
    margin-bottom: 0px;
    color: #1565C0;
    ;
}

.page-left-banner-1 .left-word-p-2 {
    padding: 5px 0px;
    margin-bottom: 0px;
}

.page-left-banner-1 .left-word-hr {
    margin: 0px 20px;
    border-top: 1px solid #bdbdbd;
}

/*內頁左側CSS end*/

.about-8-border {
    background: #fff;
    border: solid 1px #03A9F4;
    padding: 20px 30px;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.contact_i {
    width: 35px;
    height: 35px;
    color: #eee;
    padding: 8px 5px;
    background: -webkit-linear-gradient(#2196F3, #90CAF9);
    background: -o-linear-gradient(#2196F3, #90CAF9);
    background: linear-gradient(#2196F3, #90CAF9);
    text-align: center;
    margin: 4px 10px 5px 0;
    border-radius: 20px;
    display: inline-block;
}

.member-border {
    background: #fff;
    border: solid 1px #358f37;
    text-align: center;
    margin-bottom: 20px;
}

.member-border .member-title {
    background: linear-gradient(#358f37, #54a742);
    padding-top: 7px;
    padding-bottom: 2px;
}

.member-border img {
    width: 100%;
    padding: 5px !important;
}






.member-location-contact-table>tbody>tr>td {
    border: solid 1px #03A9F4;
    width: 100px;
    border-top: solid 8px #03A9F4 !important;
    padding: 0px;
    text-align: center;
}

.member-location-contact-table>div {
    border: solid 1px #03A9F4;
    border-top: solid 8px #03A9F4 !important;
    padding: 0px;
    text-align: center;
}

.member-location-contact-table .location-td-1 {
    padding: 5px;
    margin: 10px;
    background: linear-gradient(#ffca28, #ffde7b);
    box-shadow: 0px 0px 10px rgba(20%, 20%, 20%, 0.3);
    white-space: nowrap;
}

.member-location-contact-table .location-td-1:hover {
    /*cursor:pointer;*/
    /*box-shadow: 0px 0px 15px #03A9F4;*/
}

.member-location-contact-table .location-td-1-select {
    box-shadow: 0px 0px 15px #03A9F4;
}

.member-location-contact-table .location-td-2 {
    padding: 10px;
    padding-top: 0px;
}



.member-location-table>tbody>tr>td {
    border: solid 1px #03A9F4;
    width: 100px;
    border-top: solid 8px #03A9F4 !important;
    padding: 0px;
    text-align: center;
}

.member-location-table .location-td-1 {
    padding: 5px;
    margin: 10px;
    background: linear-gradient(#ffca28, #ffde7b);
    box-shadow: 0px 0px 10px rgba(20%, 20%, 20%, 0.3);
    white-space: nowrap;
}

.member-location-table .location-td-1:hover {
    cursor: pointer;
    box-shadow: 0px 0px 15px #03A9F4;
}

.member-location-table .location-td-1-select {
    box-shadow: 0px 0px 15px #03A9F4;
}

.member-location-table .location-td-2 {
    padding: 10px;
    padding-top: 0px;
}

.member-location {
    display: none;
}

.magazine-border {
    background: #fff;
    /*border: solid 1px #bdbdbd;;*/
    border: solid 1px #358f37;
    /*padding-bottom: 10px;*/
    text-align: center;
    margin-bottom: 20px;
}

.magazine-border .magazine-title {
    background: -webkit-linear-gradient(#358f37, #54a742);
    background: -o-linear-gradient(#358f37, #54a742);
    background: linear-gradient(#358f37, #54a742);
    padding-top: 3px;
    padding-bottom: 2px;
}

.magazine-title p {
    margin-bottom: 2px;
}

.magazine-border img {
    width: 100%;
    padding: 5px !important;
}

.download-list div {
    background-color: #fafafa;
    padding: 10px;
    border-left: 5px solid #0e43b6;
}

.download-list div:hover {
    cursor: pointer;
    background-color: #fff;
    border-left: 5px solid #ffc107;

}

.download-list .download-span1 {
    margin-right: 15px;
}

.download-list .download-span2 {
    border-left: 1px solid #2196F3;
}

.download-list .download-span2 i {
    padding-left: 20px;
    font-size: 25px;
    color: #f44336;
}

.download-list .download-span3 {
    border-left: 0px solid #2196F3;
}

.download-list .download-span3 i {
    padding-left: 10px;
    font-size: 25px;
    color: #f44336;
}

/**/
.news-list div {
    background-color: #fafafa;
    padding: 10px;
    border-left: 5px solid #0e43b6;
}

.news-list div:hover {
    cursor: pointer;
    background-color: #fff;
    border-left: 5px solid #ffc107;

}

.news-list .news-span1 {
    margin-right: 15px;
    display: table-cell;
}

.news-list .news-span1 img {
    width: 100px;
    margin-right: 20px;
}

.news-list .news-span2 {
    margin-right: 15px;
    display: table-cell;
    vertical-align: top;
}

.news-list .news-span2 hr {
    border: 0;
    margin: 5px 0;
    border-top: 1px solid #d6d6d6;
}

/**/

.act-border {
    background: #fff;
    border: solid 1px #358f37;
    ;
    text-align: center;
    margin-bottom: 20px;
}

.act-border .act-title {
    padding-top: 11px;
    padding-bottom: 2px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #fafafa;
}

.act-border img {
    width: 100%;
    padding: 5px !important;
}

.act-title-head {
    padding-top: 5px;
    padding-bottom: 5px;
    background: -webkit-linear-gradient(#358f37, #54a742);
    background: -o-linear-gradient(#358f37, #54a742);
    background: linear-gradient(#358f37, #54a742);
}

.act-title-head p {
    margin-bottom: 0px;
}

.act-border img:hover {
    box-shadow: 0px 0px 20px #54a742;
}

.act_select select {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 2px solid #607d8b;
    ;
}

.act_select select:hover,
.act_select select:focus {
    border: 2px solid #607d8b;

}

.contact_div {
    border-left: 5px solid #0e43b6;
    padding-left: 20px;
    padding: 15px;
}

.contact_div_p {
    margin-bottom: 0px;
}

.listweb {
    background-color: #161616;
    color: #fff;
    padding: 5px;
}

.contact_input {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 2px solid #607d8b;
}

.act_select select {
    margin-bottom: 10px;
}

.act_select input {
    margin-bottom: 10px;

}

.act_select button:hover {
    box-shadow: 0px 0px 8px #607d8b;
}

.marquee-news a {
    TEXT-DECORATION: none;
    white-space: nowrap;
    padding-right: 100px;
}

.marquee-news .marquee-news-icon {
    font-size: 12px;
    background-color: #358f37;
    padding: 3px 7px;
    border-radius: 2px;
}

.marquee-page {
    position: relative;
    z-index: 98;
}

.marquee-page a:hover,
.marquee-page a:focus {
    color: #fff;
}

@media (min-width: 992px) {
    .header .dropdown-menu {
        padding: 0;
        border: none;
        min-width: 200px;
        border-radius: 0;
        z-index: 99999 !important;
        /* border-top: solid 2px rgb(17, 107, 224); */
        border-bottom: solid 2px #687074;
        position: absolute;
    }
}

.block-grid-v2-info h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}


/*前導頁 頁面載入動畫*/

.loading {
    z-index: 999999;
    background: #fff;
    left: 0;
    top: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
}

/*前導頁主背景*/
.text-content {
    transform: translateY(-120px) rotate(-10deg) scale(7, 15);
    transform-origin: right top;
    background-color: #0148a0;
    height: 100vh;
    padding-left: 0px;
    padding-right: 0px;
}

.text-content-bg {
    background-color: #f3c41f;
    width: 0%;
    height: 100%;
    animation: text-content-bg 11s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
}

@keyframes text-content-bg {
    0% {
        width: 0%;
    }

    25% {
        width: 0%;
    }

    50% {
        width: 100%;
    }

    100% {
        width: 100%;
    }
}


.pic-content {
    background-image: url('../img/190611100009_0.jpg');
    background-position: center;
    background-size: cover;
    height: 100vh;
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width: 1000px) {
    .text-content {
        height: 40vh;
    }

    .pic-content {
        height: 60vh;
    }
}


/*議長姓名*/
.people-div-bg {
    position: relative;
    opacity: 0;
    animation: people-div-bg 11s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
    color: #192033;
    background-color: #f4c51f;
    font-weight: 700;
}

@keyframes people-div-bg {
    0% {
        left: -10px;
        opacity: 0;
        background-color: #f4c51f;
        color: #192033;
    }

    5% {
        left: 0px;
        opacity: 1;
        background-color: #f4c51f;
        color: #192033;
    }

    48% {
        opacity: 1;
        background-color: #f4c51f;
        color: #192033;
    }

    50% {
        opacity: 1;
        background-color: #0148a0;
        color: #f4c51f;
    }

    100% {
        opacity: 1;
        background-color: #0148a0;
        color: #f4c51f;
    }
}

@media (min-width: 992px) {
    .people-div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100vh;
    }

    .people-div-bg {
        box-shadow: 3px 8px 16px 1px #151926;
        border-radius: 11px;
        z-index: 999;
        margin-top: 200px;
        padding: 10px 50px;
        text-align: center;
    }

    .people-div-name-1 {
        font-size: 20px;
    }

    .people-div-name-2 {
        font-size: 60px;
    }
}

@media (max-width: 992px) and (min-width: 576px) {
    .people-div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        height: 55vh;
    }

    .people-div-bg {
        box-shadow: 3px 8px 16px 1px #151926;
        border-radius: 11px;
        z-index: 999;
        /* margin-top: 260px; */
        margin-bottom: 80px;
        padding: 10px 30px;
        text-align: center;
    }

    .people-div-name-1 {
        font-size: 2.5vw;
    }

    .people-div-name-2 {
        font-size: 5vw;
    }

}

@media (max-width: 576px) {
    .people-div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        height: 55vh;
    }

    .people-div-bg {
        box-shadow: 3px 8px 16px 1px #151926;
        border-radius: 11px;
        z-index: 999;
        margin-bottom: 00px;
        padding: 10px 30px;
        text-align: center;
    }

    .people-div-name-1 {
        font-size: 5vw;
    }

    .people-div-name-2 {
        font-size: 10vw;
    }

}

/*年度主題*/
.year-title-1 {
    opacity: 0;
    position: absolute;
    animation: year-title-1 10s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
}

.year-title-1-word {
    color: #fff;
    font-weight: 700;
}

.year-title-2 {
    opacity: 0;
    position: absolute;
    animation: year-title-2 10s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
    animation-delay: 0.1s;
}

.year-title-2-word {
    color: #f4c51f;
    font-weight: 700;
}

@media (min-width: 992px) {
    .year-title-1-word {
        font-size: 120px;
    }

    .year-title-1 {
        top: 30vh;
    }

    .year-title-2 {
        top: 45vh;
    }

    .year-title-2-word {
        font-size: 120px;
    }

    @keyframes year-title-1 {
        0% {
            opacity: 0;
            left: 5vw;
        }

        10% {
            opacity: 1;
            left: 10vw;
        }

        50% {
            opacity: 1;
            left: 10vw;
        }

        55% {
            opacity: 0;
            left: 15vw;
        }

        100% {
            opacity: 0;
            left: 15vw;
        }
    }

    @keyframes year-title-2 {
        0% {
            opacity: 0;
            left: 10vw;
        }

        10% {
            opacity: 1;
            left: 15vw;
        }

        50% {
            opacity: 1;
            left: 15vw;
        }

        55% {
            opacity: 0;
            left: 20vw;
        }

        100% {
            opacity: 0;
            left: 20vw;
        }
    }
}

@media (max-width: 992px) and (min-width: 576px) {
    .year-title-1-word {
        font-size: 15vw;
    }

    .year-title-1 {
        bottom: 30vh;
    }

    .year-title-2 {
        bottom: 15vh;
    }

    .year-title-2-word {
        font-size: 15vw;
    }

    @keyframes year-title-1 {
        0% {
            opacity: 0;
            left: 12vw;
        }

        10% {
            opacity: 1;
            left: 17vw;
        }

        50% {
            opacity: 1;
            left: 17vw;
        }

        55% {
            opacity: 0;
            left: 22vw;
        }

        100% {
            opacity: 0;
            left: 22vw;
        }
    }

    @keyframes year-title-2 {
        0% {
            opacity: 0;
            left: 17vw;
        }

        10% {
            opacity: 1;
            left: 22vw;
        }

        50% {
            opacity: 1;
            left: 22vw;
        }

        55% {
            opacity: 0;
            left: 27vw;
        }

        100% {
            opacity: 0;
            left: 27vw;
        }
    }
}

@media (max-width: 576px) {
    .year-title-1-word {
        font-size: 20vw;
    }

    .year-title-1 {
        bottom: 26vh;
    }

    .year-title-2 {
        bottom: 13vh;
    }

    .year-title-2-word {
        font-size: 20vw;
    }

    @keyframes year-title-1 {
        0% {
            opacity: 0;
            left: 2vw;
        }

        10% {
            opacity: 1;
            left: 7vw;
        }

        50% {
            opacity: 1;
            left: 7vw;
        }

        55% {
            opacity: 0;
            left: 12vw;
        }

        100% {
            opacity: 0;
            left: 12vw;
        }
    }

    @keyframes year-title-2 {
        0% {
            opacity: 0;
            left: 7vw;
        }

        10% {
            opacity: 1;
            left: 12vw;
        }

        50% {
            opacity: 1;
            left: 12vw;
        }

        55% {
            opacity: 0;
            left: 17vw;
        }

        100% {
            opacity: 0;
            left: 17vw;
        }
    }
}

/*國際獅子會台灣總會60周年&logo*/
.year-logo {
    position: absolute;
    text-align: center;
    opacity: 0;
    animation: year-logo 10s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
    animation-delay: 0.2s;
}

.year-logo-word {
    /* color: #f4c51f; */
    color: #0148a0;
    font-weight: 700;
}

.year-logo-word-cont1 {
    color: #000;
}

@media (min-width: 992px) {
    .year-logo-word {
        font-size: 3vw;
    }

    .year-logo-word-cont2 {
        font-size: 8vw;
        margin: -40px;
    }

    .year-logo {
        position: absolute;
        top: 22vh;
        text-align: center;
    }

    .year-logo-pic {
        width: 200px
    }

    @keyframes year-logo {
        0% {
            opacity: 0;
            left: 5vw;
        }

        10% {
            opacity: 0;
            left: 5vw;
        }

        50% {
            opacity: 0;
            left: 5vw;
        }

        55% {
            opacity: 1;
            left: 10vw;
        }

        100% {
            opacity: 1;
            left: 10vw;
        }
    }
}

@media (max-width: 992px) and (min-width: 576px) {
    .year-logo-word {
        font-size: 9vw;
    }

    .year-logo-word-cont2 {
        font-size: 13vw;
        margin: -34px;
    }

    .year-logo {
        bottom: 8vh;
    }

    .year-logo-pic {
        width: 140px
    }

    @keyframes year-logo {
        0% {
            opacity: 0;
            left: 4vw;
        }

        10% {
            opacity: 0;
            left: 4vw;
        }

        50% {
            opacity: 0;
            left: 4vw;
        }

        55% {
            opacity: 1;
            left: 9vw;
        }

        100% {
            opacity: 1;
            left: 9vw;
        }
    }
}

@media (max-width: 576px) and (min-width: 375px) {
    .year-logo-word {
        font-size: 8vw;
    }

    .year-logo-word-cont2 {
        font-size: 16vw;
        margin: -24px;
    }

    .year-logo {
        top: 56vh;
    }

    .year-logo-pic {
        width: 100px
    }

    @keyframes year-logo {
        0% {
            opacity: 0;
            left: 9vw;
        }

        10% {
            opacity: 0;
            left: 9vw;
        }

        50% {
            opacity: 0;
            left: 9vw;
        }

        55% {
            opacity: 1;
            left: 14vw;
        }

        100% {
            opacity: 1;
            left: 14vw;
        }
    }
}

@media (max-width: 374px) {
    .year-logo-word {
        font-size: 9vw;
    }

    .year-logo-word-cont2 {
        font-size: 20vw;
        margin: -17px;
    }

    .year-logo {
        left: 8vw;
        bottom: 8vh;
    }

    .year-logo-pic {
        width: 85px
    }

    @keyframes year-logo {
        0% {
            opacity: 0;
            left: 3vw;
        }

        10% {
            opacity: 0;
            left: 3vw;
        }

        50% {
            opacity: 0;
            left: 3vw;
        }

        55% {
            opacity: 1;
            left: 8vw;
        }

        100% {
            opacity: 1;
            left: 8vw;
        }
    }
}



/*SKIP按鈕*/
.skip-div {
    display: none;
    position: absolute;
    top: 30px;
    right: 40px;
    transition: background-color 0.5s;
}

#skip-num {
    text-align: center;
    font-size: 20px;
    color: #0047a0;
}

.skip-text {
    font-size: 24px;
    color: #fff;
    padding: 3px 15px;
    border-radius: 5px;
    background-color: #0047a0;
}

@media (min-width: 992px) {
    .skip-text {
        font-size: 24px;
    }
}

@media (max-width: 992px) and (min-width: 576px) {
    .skip-text {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .skip-text {
        font-size: 16px;
    }
}

.skip-text:hover {
    background-color: #297ae0;
    cursor: pointer;
}



/*200218*/
.w-100 {
    width: 100% !important;
}

.g-pa-10 {
    padding: 10px;
}

.g-px-10 {
    padding: 0 10px;
}

.g-pb-10 {
    padding-bottom: 10px;
}

.g-my-10 {
    margin: 10px 0;
}

.text-right {
    text-align: end;
}

.only-one-line {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.only-two-line {
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.g-font-size-12 {
    font-size: 12px;
}

@media (min-width:992px) {
    .g-height-250--lg {
        height: 220px;
    }

    .g-height-100--lg {
        height: 100px;
    }
}


/*20200415修改版型*/
.separator-2 {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    height: 1px;
}

.separator-2:after {
    height: 1px;
    background: #d1d1d1;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.18)), color-stop(35%, rgba(0, 0, 0, 0.12)), color-stop(70%, rgba(0, 0, 0, 0.05)), color-stop(100%, transparent));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
    position: absolute;
    bottom: -1px;
    left: 0px;
    content: "";
    width: 100%;
}


.bg_f2f2f2 {
    background: #f2f2f2 !important;
}

.bg_0a3dab {
    background: #0a3dab !important;
}

.header .navbar-toggle:hover {
    background: #54a742 !important;
}

.full_container {
    width: calc(100% - 100px);
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.white-space-nowrap {
    white-space: nowrap;
}

.word-break-all {
    word-break: break-all;
}

/*Images and Overlays
---------------------------------- */
.overlay-container {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
    max-width: 500px;
    margin: auto;
}

.overlay-bottom,
.overlay-top {
    position: absolute;
    top: auto;
    padding: 15px;
    bottom: 0px;
    left: 0;
    right: 0px;
    background-color: rgba(30, 30, 30, 0.5);
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    height: 0;
    color: #ffffff;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.overlay-bottom.links,
.overlay-to-top.links {
    z-index: 11;
}

.overlay-to-top {
    position: absolute;
    top: auto;
    padding: 10px;
    bottom: -30px;
    left: 0;
    right: 0px;
    background-color: rgba(30, 30, 30, 0.5);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    color: #ffffff;
}

.overlay-top {
    top: 0;
}

.overlay-visible .overlay-bottom,
.overlay-visible .overlay-top {
    opacity: 1;
    filter: alpha(opacity=100);
    height: auto !important;
    padding-bottom: 20px;
    max-width: 500px;
    margin: auto;
}

.overlay-visible.overlay-container:hover .overlay-bottom:not(.links),
.overlay-visible.overlay-container:hover .overlay-top {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.overlay-top a,
.overlay-bottom a,
.overlay-to-top a {
    color: #ffffff;
}

.overlay-container .text {
    padding: 0 20px;
    position: relative;
}

.overlay-container .text h3,
.overlay-container .text h3 .small {
    margin-top: 0;
    color: #ffffff;
}

.overlay-container .text a:hover {
    color: #ffffff;
}

.overlay-bottom .btn,
.overlay-top .btn {
    color: #ffffff;
    border-color: #ffffff;
    margin: 0;
}

.overlay-bottom .btn:hover,
.overlay-top .btn:hover {
    color: #777777;
    background-color: #ffffff;
}

.overlay-container:hover .overlay-top,
.overlay-container:hover .overlay-bottom,
.image-box.style-2:hover .overlay-top,
.image-box.style-2:hover .overlay-bottom {
    height: 50%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.overlay-container:hover .overlay-to-top,
.image-box:hover .overlay-to-top {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.overlay-link {
    position: absolute;
    z-index: 10;
    top: 0;
    padding: 15px;
    bottom: 0px;
    left: 0;
    right: 0px;
    background-color: rgba(30, 30, 30, 0.5);
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    color: #ffffff;
    max-width: 500px;
    margin: auto;
}

.overlay-link i {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 80px;
    height: 80px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 32px;
    line-height: 80px;
}

.overlay-link i:hover {
    background-color: #ffffff;
    color: #777777;
}

.overlay-link.small i {
    width: 25px;
    height: 25px;
    margin: -12.5px 0 0 -12.5px;
    font-size: 14px;
    line-height: 25px;
}

.overlay-container:hover .overlay-link {
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
    .overlay-container .text {
        top: 30%;
    }

    .menu_width {
        width: 1216px !important;
    }
}

/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
    .overlay-container .text {
        top: 30%;
    }

    .overlay-container .text p:not(.mobile-visible) {
        display: none;
    }
}

/* Large and Medium devices (desktops, tablets less than 1199px) */
@media (min-width: 480px) and (max-width: 1199px) {
    .overlay-container:not(.overlay-visible) .overlay-top~.overlay-bottom {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .owl-item .overlay-container:hover .overlay-top {
        height: 71%;
    }

    .owl-item .overlay-container:hover .overlay-bottom {
        height: 29%;
    }
}

@media (max-width: 991px) {
    .full_container {
        width: 100%;
    }
}









/*loading page*/
.loading_bg {
    background-image: url(../img/loading_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100vh;
}

.loading_purple {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(111, 11, 188, 0.8);
    width: 100%;
    height: 0;
    transform: translateY(-120px) rotate(-8deg) scale(7, 15);
    transform-origin: right top;
    animation-name: loading_purple;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-duration: .5s;
}

@keyframes loading_purple {
    0% {
        height: 0;
        opacity: 0;
    }

    100% {
        height: 30vh;
        opacity: 1;
    }
}

.loading_pink {
    position: relative;
    background: rgba(227, 0, 132);
    width: 0;
    height: 100%;
    animation-name: loading_pink;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-delay: .2s;
}

@keyframes loading_pink {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.loading_text_1 {
    position: absolute;
    top: 5%;
    right: 18%;
    color: rgb(195, 21, 44);
    text-shadow: 3px 3px 4px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    font-size: 60px;
}

.loading_text_1>div {
    font-weight: 700;
    margin: 5px 0;
    border-bottom: 2px #fff solid;
}

.loading_text_1_1 {
    animation-duration: 1s;
    animation-delay: .5s;
}

.loading_text_1_2 {
    animation-duration: 1s;
    animation-delay: 1s;
}

.loading_text_1_3 {
    animation-duration: 1s;
    animation-delay: 1.5s;
}

.loading_text_1_4 {
    animation-duration: 1s;
    animation-delay: 2s;
}

.loading_text_2 {
    position: absolute;
    bottom: 2%;
    right: 2%;
    font-size: 80px;
    font-weight: 700;
    color: #fff;
    opacity: 0;
    -webkit-animation-name: loading_text_2;
    animation-name: loading_text_2;
    animation-duration: 2.5s;
    animation-delay: 1.2s;
    animation-fill-mode: forwards;
    text-align: center;
}

.loading_text_2>div:nth-child(1) {
    text-align: center;
    max-width: 300px;
    width: 100%;
    margin: auto;
}

.loading_text_2>div:nth-child(2) {
    text-shadow: 5px 5px 8px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.loading_text_2>div:nth-child(2)>span:nth-child(2) {
    margin-left: -20px;
    color: rgb(77, 118, 230);
    text-shadow: 5px 5px 8px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

@-webkit-keyframes loading_text_2 {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes loading_text_2 {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.loading_text_3 {
    position: absolute;
    bottom: 5%;
    right: 8%;
    font-size: 100px;
    font-weight: 700;
    color: #fff;
    animation-duration: .5s;
    animation-delay: 3.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading_text_3_1 {
    font-size: 48px;
    font-weight: 700;
    text-shadow: 5px 5px 8px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.loading_text_3_2 {
    font-weight: 700;
    text-shadow: 5px 5px 8px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

@media (max-width:991px) {
    @keyframes loading_purple {
        0% {
            height: 0;
            opacity: 0;
        }

        100% {
            height: 20vh;
            opacity: 1;
        }
    }

    .loading_text_1 {
        right: 50px;
    }

    .loading_text_2 {
        font-size: 70px;
        bottom: 3%;
        width: 100%;
        right: 0;
    }

    .loading_text_2 img {
        max-width: 300px;
    }

    .loading_text_2>div:nth-child(2)>span:nth-child(2) {
        margin-left: -15px;
    }

    .loading_text_3 {
        bottom: 1%;
        width: 100%;
        right: 0;
    }
}

@media (max-width:767px) {
    .loading_text_1 {
        font-size: 30px;
        top: 20%;
    }

    .loading_text_2 {
        font-size: 50px;
        flex-flow: column;
        bottom: 1%;
    }

    .loading_text_2 img {
        max-width: 150px;
    }

    .loading_text_2>div:nth-child(2)>span:nth-child(2) {
        margin-left: -12px;
    }

    .loading_text_3 {
        font-size: 50px;
        bottom: 2%;
    }

    .loading_text_3_1 {
        font-size: 24px;
    }

    .loading_text_3 img {
        width: 100px;
    }

    @keyframes loading_purple {
        0% {
            height: 0;
            opacity: 0;
        }

        100% {
            height: 10vh;
            opacity: 1;
        }
    }
}

@media (max-width:575px) {
    .loading_text_1 {
        right: 20px;
        text-align: end;
    }

    .loading_text_3 {
        bottom: 3%;
    }
}

@media (max-width:500px) {
    .loading_text_2 {
        font-size: 33px;
        bottom: 6%;
    }

    .loading_text_2>div:nth-child(2)>span:nth-child(2) {
        margin-left: -9px;
    }
}

@media (max-width:374px) {
    .loading_text_3 {
        font-size: 50px;
        bottom: 4%;
    }

    .loading_text_3 img {
        width: 80px;
    }
}


/*SKIP按鈕*/
.skip-div {
    display: none;
    position: absolute;
    top: 10px;
    right: 30px;
    transition: background-color 0.5s;
    z-index: 999999;
}

#skip-num {
    text-align: center;
    font-size: 20px;
    color: #F0841A;
}

.skip-text {
    font-size: 24px;
    color: #fff;
    padding: 3px 15px;
    border-radius: 5px;
    background-color: #F0841A;
}

@media (min-width: 992px) {
    .skip-text {
        font-size: 24px;
    }
}

@media (max-width: 992px) and (min-width: 576px) {
    .skip-text {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .skip-text {
        font-size: 16px;
    }

    .skip-div {
        right: 10px;
    }
}

.skip-text:hover {
    background-color: #297ae0;
    cursor: pointer;
}

.determine {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    max-width: 500px;
    width: 100%;
    background-color: red;
    padding: 5px 0;
    margin: 30px 0 50px 0;
    display: block;
}

.back_index {
    margin-top: 20px;
    display: inline-block;
    padding: 8px 18px;
    border: 2px #246f17 solid;
    border-radius: 6px;
    color: #fff;
    background-color: #49a300;
    font-weight: 700;
}


/*首頁統計資料*/
.d-block {
    display: block;
}

.d-inline-block {
    display: inline-block;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-items-center {
    align-items: center;
}

.d-flex-center-between-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.search_input {
    font-size: 18px;
    padding: 6px 10px;
    border-radius: 6px;
    border: 2px #3d3d3d solid;
    margin: 0 6px;
}

.search_btn {
    position: absolute;
    right: 10px;
    top: 4px;
    border: 0;
    font-size: 20px;
    background: #fff;
}

/*google api css*/
#google_translate_element {
    padding-top: 0.4em;
}

#google_translate_element img {
    display: inline;
}

#google_translate_element span {
    color: #333;
}

.goog-te-menu-frame {
    max-width: 100% !important;
}

.goog-te-menu2 {

    max-width: 100% !important;
    overflow: scroll !important;
    box-sizing: border-box !important;
    height: auto !important;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

/*end*/