﻿@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
body {
    /*background-color: #eaf5d0;*/
    background-color: #ffffff;
    /* 先套用 Noto Sans TC 這個 思源黑體 */
    font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
    color: #747474;
}
p {
    color: #747474;
    font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
    letter-spacing: 1.8px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px !important;
}

.text-black {
    color: #747474 !important;
}

.text-red {
    color: #F4B0A6 !important;
}

.text-blue {
    color: #9EC3E8 !important;
}
section {
    display: block;
    position: relative;
    padding: 10px 0;
    border-bottom: #e2eec5 1px solid;
    /*background-color: #eaf5d0;*/
    background-color: #ffffff;
    -webkit-transition: all .400s;
    -moz-transition: all .400s;
    -o-transition: all .400s;
    transition: all .400s;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    background-size: cover !important;
    box-sizing: border-box !important;
}
/* 
		Top Bar
	*/
#topBar {
    display: block;
    /*background-color:#0e3a6b;*/
    /*background-color: rgb(38,38,38);*/
    /*background-color: #eaf5d0;*/
    background-color: #ffffff;
    color: #747474;
    border-bottom: #e2eec5 1px solid;
}

    #topBar > .border-bottom {
        border-bottom: #e2eec5 1px solid;
    }

    #topBar > .border-top {
        border-top: #e2eec5 1px solid;
    }

    #topBar,
    #topBar > .container {
        min-height: 39px;
    }

        #topBar.dark {
            color: #fff;
            background-color: #363839;
            border-bottom-color: #e2eec5;
        }

            #topBar.dark .dropdown-menu a,
            #topBar.dark ul.top-links > li > a {
                color: #000;
            }

                #topBar.dark .dropdown-menu a:hover {
                    color: #747474 !important;
                    background-color: #e2eec5;
                }

            #topBar.dark ul.top-links > li {
                border-right: #e2eec5 1px solid;
            }

body.boxed #topBar.dark ul.top-links > li {
    border-right: 0;
}

#topBar.dark .dropdown-menu {
    background-color: #363839;
}

    #topBar.dark .dropdown-menu .divider {
        background-color: #444;
    }

#topBar.dark > .border-bottom {
    border-bottom-color: #e2eec5;
}

#topBar.dark > .border-top {
    border-top-color: rgba(255,255,255,0.1);
}

/* Logo */
#topBar .logo {
    display: inline-block;
}

    #topBar .logo img {
        -webkit-transition: width .4s ease, height .4s ease;
        -o-transition: width .4s ease, height .4s ease;
        transition: width .4s ease, height .4s ease;
    }

    #topBar .logo.has-banner {
        height: 100px;
        line-height: 100px;
    }

/* banner */
#topBar .banner {
    margin: 5px 0;
    display: inline-block;
    padding-left: 5px;
    border-left: rgba(0,0,0,0.05) 1px solid;
}

#topBar.dark .banner {
    border-left-color: rgba(255,255,255,0.05) 1px solid;
}

/* social Icon */
#topBar .social-icon {
    margin: 3px 0 0 0;
}

/* Links */
#topBar ul.top-links {
    float: left;
    margin: 0;
}

    #topBar ul.top-links > li {
        padding: 0;
        display: inline-block;
        margin-left: -3px;
        position: relative;
        border-right: rgba(0,0,0,0.1) 1px solid;
    }

        #topBar ul.top-links > li:hover > .dropdown-menu,
        #mainMenu ul.top-links > li:hover > .dropdown-menu {
            display: block !important;
        }

        #topBar ul.top-links > li .dropdown-menu {
            z-index: 3000;
        }

        #topBar ul.top-links > li > a {
            padding: 10px;
            font-size: 12px;
            color: #747474;
            display: block;
            text-decoration: none;
        }

            #topBar ul.top-links > li > a:hover {
                background-color: rgba(0,0,0,0.01);
            }

            #topBar ul.top-links > li > a > i {
                margin-right: 5px;
                filter: alpha(opacity=30);
                opacity: 0.3;
            }

@media only screen and (max-width: 768px) {
    #topBar {
        text-align: center;
    }

        #topBar ul.top-links {
            display: inline-block;
            float: none;
            margin: 0 auto;
        }

            #topBar ul.top-links > li:last-child > a {
                border-right: 0;
            }
}

#topBar ul.top-links li.text-welcome {
    padding: 0 15px;
    font-size: 12px;
}

/* Drop Downs & Lang */
#topBar ul.dropdown-menu {
    min-width: 50px;
    margin: 0;
    padding: 0;
    margin-left: -1px;
}

    #topBar ul.dropdown-menu > li > a {
        padding: 8px 6px;
        font-size: 16px;
    }

#topBar ul.dropdown-langs > li > a {
    padding: 3px 6px;
    font-size: 12px;
}

#topBar ul.top-links > li > a > img.flag-lang {
    float: left;
    margin-top: 3px;
    margin-right: 6px;
}

#topBar ul.dropdown-menu > li > a > i {
    margin-right: 6px;
}

#topBar ul.dropdown-langs > li:hover > a {
    color: #000 !important;
    background-color: #eee;
}

#topBar ul.dropdown-menu > li.divider {
    margin: 0;
    padding: 0;
    border-bottom: 0;
    height: 1px;
}

/** Mobile Button 
	 ********************** **/
#topNav button.btn-mobile {
    display: none;
}

#topNav button.btn-mobile {
    color: #747474;
    display: none;
    padding: 6px 10px;
    float: right;
    margin-top: 13px;
    margin-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    #topNav button.btn-mobile i {
        padding: 0;
        margin: 0;
        font-size: 21px;
    }

@media only screen and (max-width: 992px) {
    #topNav button.btn-mobile {
        display: inline-block;
    }
}


/* 
		Nav Second Main 
		- search, etc
	*/
#heade.bg-blue {
    background-color: #0069b7;
}

#header ul.nav-second-main {
    border-left: rgba(0,0,0,0.1) 1px solid;
    padding-left: 15px;
    margin-top: 39px;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
}

#header.fixed ul.nav-second-main {
    margin-top: 20px;
}

#header.header-sm ul.nav-second-main {
    margin-top: 20px;
}

#header.header-md ul.nav-second-main {
    margin-top: 23px;
}

#header.fixed.header-sm ul.nav-second-main.nav-social,
#header.fixed.header-md ul.nav-second-main.nav-social {
    margin-top: 18px;
}

#header ul.nav-second-main.nav-social a {
    margin-left: 10px !important;
}

#header ul.nav-second-main.nav-social > li:first-child a {
    margin-left: 10px !important;
}

#header.fixed ul.nav-second-main.nav-social a > i:hover {
    color: #747474 !important;
}

#header ul.nav-second-main li {
    padding-top: 33px;
    padding: 0 5px 0px 5px;
}

    #header ul.nav-second-main li > a {
        background-color: transparent;
        color: #747474;
        padding: 0 3px;
        display: block;
    }

    #header ul.nav-second-main li i {
        font-size: 18px;
        width: 20px;
        height: 20px;
        margin: 0;
        padding: 0;
        opacity: 0.6;
        filter: alpha(opacity=60);
        -webkit-transition: all .300s;
        -moz-transition: all .300s;
        -o-transition: all .300s;
        transition: all .300s;
    }

    #header ul.nav-second-main li:hover i {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    #header ul.nav-second-main li .badge {
        padding: 3px 6px;
    }

/* dark & color menu */
#header.transparent ul.nav-second-main li a,
#header.transparent ul.nav-second-main li a > i,
#header.color ul.nav-second-main li a,
#header.color ul.nav-second-main li a > i,
#header.dark ul.nav-second-main li a,
#header.dark ul.nav-second-main li a > i {
    color: #747474;
    opacity: 1;
    filter: alpha(opacity=100);
}

@media only screen and (max-width: 992px) {
    #header ul.nav-second-main {
        margin: 15px 15px 0 0;
        border: 0;
    }

        #header ul.nav-second-main li {
            padding: 0;
            padding-top: 6px;
        }

    #header ul.nav-second-main {
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s;
    }

    #header.fixed ul.nav-second-main li {
        padding-top: 0;
    }

    #header.header-md ul.nav-second-main li > a,
    #header.header-sm ul.nav-second-main li > a {
        margin-top: -6px;
    }

    /* header social */
    #header.header-md ul.nav-second-main {
        margin-top: 20px;
    }

    #header.fixed.header-sm ul.nav-second-main.nav-social,
    #header.fixed.header-md ul.nav-second-main.nav-social {
        margin-top: 26px;
    }

    /* header translucent fix */
    #header.header-md.translucent ul.nav-second-main {
        margin-top: 23px;
    }

    #header.header-md.translucent.fixed ul.nav-second-main {
        margin-top: 29px;
    }
}


/** ************************************************************* **/
/* submenu */
#topNav ul.dropdown-menu {
    text-align: left;
    margin-top: 0;
    box-shadow: none;
    /*border: #eee 1px solid;*/
    /*border-top: #eee 1px solid;*/
    list-style: none;
    background: #fff;
    background-color: #fff;
    box-shadow: rgba(0,0,0,0.2) 0 6px 12px;
    min-width: 240px;
    padding: 0;
    /*border-color: #1ABC9C #ccc #ccc;*/
    -webkit-transition: top .4s ease;
    -o-transition: top .4s ease;
    transition: top .4s ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    #topNav ul.dropdown-menu ul.dropdown-menu {
        margin-top: -1px !important; /* -1px required for border-top menu */
    }

    #topNav ul.dropdown-menu li {
        position: relative;
        /*border: 1px solid #eee;*/
        /*border-bottom: rgba(0,0,0,0.06) 1px solid;*/
    }
        /*
		#topNav .submenu-dark ul.dropdown-menu li {
			border-bottom-color: rgba(0,0,0,0.2);
		}
	*/
        #topNav ul.dropdown-menu li:last-child {
            border-bottom: 0;
        }

        #topNav ul.dropdown-menu li a {
            margin: 0;
            padding: 7px 15px;
            font-weight: 400;
            line-height: 23px;
            color: #666;
            font-size: 16px;
            display: block;
            text-decoration: none;
        }

    #topNav ul.dropdown-menu > li a i {
        margin-right: 6px;
        font-size: 16px;
    }

    #topNav ul.dropdown-menu a.dropdown-toggle {
        background-position: right center;
        background-repeat: no-repeat;
    }

    #topNav ul.dropdown-menu li.active > a,
    #topNav ul.dropdown-menu li.active:hover > a,
    #topNav ul.dropdown-menu li.active:focus > a,
    #topNav ul.dropdown-menu li:hover > a,
    #topNav ul.dropdown-menu li:focus > a,
    #topNav ul.dropdown-menu li:focus > a {
        color: #000;
        background-color: rgba(0,0,0,0.05);
    }

    #topNav ul.dropdown-menu li.divider {
        margin: -1px 0 0 0;
        padding: 0;
        border: 0;
        background-color: rgba(0,0,0,0.1);
    }

#topNav .nav li:hover > ul.dropdown-menu {
    padding: 0;
    display: block;
    z-index: 100;
}

#topNav ul.dropdown-menu li .badge {
    margin-top: 4px;
}

/* sub-submenu */
#topNav ul.dropdown-menu > li:hover > ul.dropdown-menu {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    padding: 0;
    margin: 0;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
}
/** ************************************************************* **/


/* onepage active link */
#topMain.nav-onepage > li.active > a {
    font-weight: bold;
}


/** Responsive Top Nav
	 ********************* **/
@media only screen and (max-width: 992px) {
    .navbar-collapse {
        height: 100%;
    }

    form.mobile-search {
        display: block;
    }

    #topNav div.nav-main-collapse {
        padding: 0;
        margin: 0;
    }

    #topNav button.btn-mobile {
        display: block;
        float: right;
        margin-right: 0;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

    #header.dark #topNav button.btn-mobile,
    #header.transparent #topNav button.btn-mobile,
    #header.theme-color #topNav button.btn-mobile {
        color: #747474;
    }

    #topNav nav.nav-main {
        background-color: #747474;
    }

    #topNav div.nav-main-collapse,
    #topNav div.nav-main-collapse.in {
        width: 100%;
        margin: -1px 0 0 0;
    }

    #topNav div.nav-main-collapse {
        float: none;
        overflow-x: hidden;
        max-height: 350px;
    }





    /* ======================== MOBILE MENU V2 ===================== */
    html.noscroll,
    html.noscroll body {
        overflow: hidden !important;
    }

    #header.fixed #topNav div.nav-main-collapse,
    #topNav div.nav-main-collapse {
        max-height: 100% !important;
        height: 100%;
        width: 100%;
        position: fixed !important;
        left: 0 !important;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 9999 !important;
        overflow-y: scroll !important;
        padding-top: 58px !important;
        margin: 0 !important;
    }

    #topNav div.nav-main-collapse {
        -webkit-overflow-scrolling: touch; /* iOS smooth scroll */
        -webkit-animation: fadeIn .3s !important;
        animation: fadeIn .3s !important;
    }

    #header.fixed #topNav button.btn-mobile-active,
    #topNav button.btn-mobile-active {
        position: fixed !important;
        z-index: 999999 !important;
        background-color: #fff !important;
        height: 60px !important;
        top: 0 !important;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0 !important;
        opacity: 0.9;
    }

        #topNav button.btn-mobile-active > i {
            float: right;
            margin-right: 10px;
            margin-left: 10px;
            color: #9EC3E8 !important;
            font-size: 30px;
        }

            #topNav button.btn-mobile-active > i:before {
                content: "\f00d" !important;
            }

    #menu-overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.4);
        z-index: 10 !important;
    }

    /* dropdown background color */
    #topMain,
    #topNav ul.dropdown-menu {
        color: #747474;
        background-color: #000;
        display: block;
    }

    #topNav ul.dropdown-menu {
        border: 0;
    }

    #topMain > li > a {
        color: #747474 !important;
    }

    #topNav ul.dropdown-menu li > a {
        color: #fbfbfb !important;
    }

    #topMain > li > a,
    #topNav ul.dropdown-menu li > a {
        font-size: 15px !important;
    }
    /* ====================== END MOBILE MENU V2 ==================== */



    #topNav div.nav-main-collapse.collapse:not(.show) {
        display: none;
    }

    #topNav div.nav-main-collapse.in {
        display: block !important;
    }

    #topNav div.nav-main-collapse {
        position: relative;
    }



    #topMain > li > a > span {
        display: none !important;
    }

    #topMain li {
        display: block !important;
        float: none;
        text-align: left;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        #topMain li a {
            text-align: left;
            border: 0;
            height: auto;
            line-height: 15px;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

    #topMain > li:hover,
    #topMain > li:hover > a {
        border-top: 0 !important;
    }

    #topMain > li > a {
        height: auto;
        line-height: auto;
    }

    /* submenu */
    #topMain ul.dropdown-menu {
        position: static;
        clear: both;
        float: none;
        display: none !important;
        border-left: 0 !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #topNav nav.nav-main li.resp-active > ul.dropdown-menu {
        display: block !important;
        margin-left: 30px;
        margin-right: 30px;
        padding: 20px 0;
        border-right: 0;
    }

        #topNav nav.nav-main li.resp-active > ul.dropdown-menu li {
            border-left: 0;
        }

    #topNav ul.nav > li:hover > a:before,
    #topNav ul.nav > li.active > a:before {
        background-color: transparent;
    }

    #topNav ul.dropdown-menu > li:hover > ul.dropdown-menu {
        position: static;
    }

    #topNav div.submenu-dark ul.dropdown-menu {
        border-top: 0;
    }


    /** sub menu */
    #topNav nav.nav-main li.resp-active > ul.dropdown-menu {
        margin: 0;
        padding: 0;
    }

    #topNav nav.nav-main li > ul.dropdown-menu li a {
        padding-left: 40px;
        width: 100%;
        display: block;
    }

    #topNav .dropdown-menu.float-right,
    #topNav .dropdown-menu.float-left {
        float: none !important;
    }
}

@media only screen and (max-width: 500px) {
    #topNav div.nav-main-collapse {
        max-height: 290px;
        overflow-y: auto;
    }
}



/* Mega Menu */
#topNav #topMain > li.mega-menu {
    position: inherit;
    color: #747474;
}

    #topNav #topMain > li.mega-menu > ul {
        max-width: 100%;
        width: 100%;
        top: inherit;
    }

    #topNav #topMain > li.mega-menu div.row {
        display: table;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        #topNav #topMain > li.mega-menu div.row div {
            display: table-cell;
            border-left: rgba(0,0,0,0.1) 1px solid;
            margin-left: -1px;
            display: table-cell;
            vertical-align: top;
            float: none;
            margin: 0;
            padding: 15px 0 0 0;
        }

        #topNav #topMain > li.mega-menu div.row > div:first-child {
            border-left: 0 !important;
        }

        #topNav #topMain > li.mega-menu div.row div > ul > li > span {
            color: #111;
            font-weight: bold;
            display: block;
            padding: 6px 15px 15px 15px;
        }

@media only screen and (max-width: 992px) {
    #topNav #topMain > li.mega-menu div.row div > ul > li > span {
        color: #747474;
    }
}

#topNav #topMain > li.mega-menu div.row div:first-child {
    border-left: 0;
}

#topNav #topMain > li.mega-menu div.row div > ul > li + li > span {
    margin-top: 25px;
}


/* LIGHT SUBMENU */
#topNav ul.dropdown-menu a.dropdown-toggle {
    background-image: url('../images/_smarty/submenu_light.png');
}


/* DARK SUBMENU */
#topNav div.submenu-dark ul.dropdown-menu {
    background: #fff;
    background-color: #fff;
}

    #topNav div.submenu-dark ul.dropdown-menu a.dropdown-toggle {
        background-image: url('../images/_smarty/submenu_dark.png');
    }

    #topNav div.submenu-dark ul.dropdown-menu li.active > a,
    #topNav div.submenu-dark ul.dropdown-menu li.active:hover > a,
    #topNav div.submenu-dark ul.dropdown-menu li.active:focus > a,
    #topNav div.submenu-dark ul.dropdown-menu li:hover > a,
    #topNav div.submenu-dark ul.dropdown-menu li:focus > a,
    #topNav div.submenu-dark ul.dropdown-menu li:focus > a {
        color: #747474;
        background-color: #fff;
    }

    #topNav div.submenu-dark ul.dropdown-menu li.divider {
        background-color: #fff;
        /*border: 1px solid #eee;*/
    }

    #topNav div.submenu-dark ul.dropdown-menu > li a {
        color: #747474;
        /*border: 1px solid #eee;*/
    }

#topNav div.submenu-dark #topMain > li.mega-menu div.row div > ul > li > span {
    color: #747474;
}

#topNav div.submenu-dark #topMain > li.mega-menu div.row > div {
    border-left: #eee 1px solid;
}

@media only screen and (max-width: 992px) {
    #topNav div.submenu-dark li > a {
        color: #747474 !important;
    }

    #header.translucent #topMain,
    #header.dark.transparent #topMain {
        background-color: #F4B0A6 !important;
    }
    #topNav div.submenu-dark li > a.dropdown-toggle {
        background-color: #F4B0A6 !important;
        color: white !important;
    }
}

/* Static */
#header.static {
    position: fixed;
}

    #header.static:not(.transparent) {
        border-bottom: #e2eec5 1px solid;
    }


@media only screen and (max-width: 992px) {
    #header.header-sm #topMain.nav-pills > li > a,
    #header.header-md #topMain.nav-pills > li > a {
        color: #212121;
    }

        #header.header-sm #topMain.nav-pills > li.active > a,
        #header.header-sm #topMain.nav-pills > li > a:hover,
        #header.header-md #topMain.nav-pills > li.active > a,
        #header.header-md #topMain.nav-pills > li > a:hover {
            color: #212121;
            background-color: rgba(0,0,0,0.02);
        }

    #header.transparent.header-sm #topMain.nav-pills > li > a,
    #header.transparent.header-md #topMain.nav-pills > li > a,
    #header.transparent.header-sm #topMain.nav-pills > li.active > a,
    #header.transparent.header-sm #topMain.nav-pills > li > a:hover,
    #header.transparent.header-md #topMain.nav-pills > li.active > a,
    #header.transparent.header-md #topMain.nav-pills > li > a:hover {
        color: #000;
    }

    #header.transparent #topMain,
    #header .submenu-dark #topMain {
        background-color: #fff;
    }

    #header.dark #topMain.nav-pills > li.active > a,
    #header.dark #topMain.nav-pills > li:hover > a,
    #header.dark #topMain.nav-pills > li > a {
        color: #333;
    }

    #header.dark .submenu-dark #topMain.nav-pills > li.active > a,
    #header.dark .submenu-dark #topMain.nav-pills > li:hover > a,
    #header.dark .submenu-dark #topMain.nav-pills > li > a {
        color: #000;
    }

    #header.dark #topMain.nav-pills > li.active > a {
        background-color: rgba(0,0,0,0.1);
    }
}

/** Footer
 **************************************************************** **/
#footer {
    font-size: 14px;
    color: #747474;
    display: block;
    background: #ffffff;
    /*background: #eaf5d0;*/
    /*background: -moz-linear-gradient(top, #eaf5d0 0%, #eaf5d0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a1d2b), color-stop(100%, #313131));
    background: -webkit-linear-gradient(top, #eaf5d0 0%, #eaf5d0 100%);
    background: -o-linear-gradient(top, #eaf5d0 0%, #eaf5d0 100%);
    background: -ms-linear-gradient(top, #eaf5d0 0%, #eaf5d0 100%);
    background: linear-gradient(to bottom, #eaf5d0 0%,#eaf5d0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaf5d0', endColorstr='#eaf5d0',GradientType=0 );*/
}

    #footer > .container {
        padding-top: 60px;
        margin-bottom: 60px;
    }

    #footer:after,
    #footer:before {
        content: " ";
        display: table;
    }

    #footer:after {
        display: block;
        content: "";
        clear: both;
    }

    #footer > .copyright {
        /*background-color: #eaf5d0;*/
        background-color: #ffffff;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
        padding: 25px 0;
        font-size: 13px;
        display: block;
    }

        #footer > .copyright:after,
        #footer > .copyright:before {
            content: " ";
            display: table;
        }

        #footer > .copyright:after {
            display: block;
            content: "";
            clear: both;
        }

        #footer > .copyright.has-social {
            padding: 8px;
        }

            #footer > .copyright.has-social .social-icon {
                margin-top: 8px;
                margin-bottom: 0;
                line-height: 0;
            }

        #footer > .copyright .copyright-text {
            margin-top: 14px;
        }

    #footer canvas {
        width: auto !important;
        height: auto !important;
    }


    /* Footer Logo */
    #footer img.footer-logo {
        margin-bottom: 20px;
        display: block;
    }

    #footer .footer-logo.footer-2 {
        float: left;
        margin: 0 20px 10px 0;
        border-right: rgba(255,255,255,0.1) 1px solid;
        padding-right: 20px;
    }

    /* Footer Typography */
    #footer h2 {
        font-size: 26px;
        text-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
    }

    #footer h3 {
        font-size: 18px;
        margin-bottom: 25px;
    }

    #footer h4 {
        font-size: 15px;
        margin-bottom: 25px;
    }

    #footer a {
        color: #747474;
        text-decoration: none;
    }

        #footer a:hover {
            color: #686868;
        }

        #footer a > i.fa {
            padding-right: 6px;
        }

    #footer p {
        margin-top: 0;
    }

    #footer ul {
        margin-bottom: 0;
    }

    #footer hr {
        border: 0;
        margin: 20px 0;
        border-bottom: #e2eec5 1px solid;
        border-top: #e2eec5 1px solid;
    }

    #footer address {
        margin-bottom: 0;
    }

    #footer h1,
    #footer h2,
    #footer h3,
    #footer h4,
    #footer h5,
    #footer h6 {
        color: #747474;
        font-weight: 600;
    }

    /* footer form */
    #footer form input,
    #footer form textarea {
        color: #747474;
        background-color: rgba(0,0,0,.2);
        border-color: rgba(0,0,0,.25);
        margin-bottom: 6px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

        #footer form input[type="submit"]:hover,
        #footer form input:focus,
        #footer form textarea:focus {
            background-color: rgba(0,0,0,.3);
        }

    #footer form .input-group-addon {
        color: #999;
        background-color: rgba(0,0,0,.4);
        border-color: rgba(0,0,0,.25);
    }

    #footer form .input-group input,
    #footer form .input-group textarea {
        margin-bottom: 0;
    }

@media only screen and (max-width: 480px) {
    #footer h4 {
        margin-top: 60px;
        display: block;
    }

    #footer .mobile-block {
        margin-bottom: 25px !important;
    }

    #footer.footer-fixed .mobile-block {
        margin-bottom: 0 !important;
    }

    #footer .copyright {
        text-align: center;
    }
}

/* footer list links */
#footer ul.footer-links > li {
    padding-bottom: 10px;
    font-weight: 300;
}

    #footer ul.footer-links > li > a {
        color: rgba(255,255,255,0.6);
    }

        #footer ul.footer-links > li > a:hover {
            color: rgba(255,255,255,0.9);
        }

        #footer ul.footer-links > li > a:before {
            content: "\f105";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            padding-right: 10px;
        }

/* footer news list */
#footer ul.footer-list li {
    padding: 10px 0;
    border-bottom: #e2eec5 1px solid;
}

    #footer ul.footer-list li small {
        display: block;
        font-family: 'Open Sans',Arial,Helvetica,sans-serif;
        color: #ddd;
    }

#footer.footer-light ul.footer-list li small {
    color: #999;
}

#footer ul.footer-list.half-paddings li {
    padding: 6px 0;
}

#footer ul.footer-list.half-paddings.noborder li {
    border: 0;
}

/* footer posts */
#footer ul.footer-posts > li {
    padding: 15px 0;
    border-bottom: #e2eec5 1px solid;
}

    #footer ul.footer-posts > li:first-child {
        padding-top: 0;
    }

    #footer ul.footer-posts > li:last-child {
        border-bottom: 0;
    }

    #footer ul.footer-posts > li > small {
        display: block;
    }

/* footer contact text */
#footer address {
    background: url('../images/_smarty/world-map.png') no-repeat center;
}

    #footer address .footer-sprite {
        margin-bottom: 20px;
        padding-left: 30px;
        background: url('../images/_smarty/footer_sprite.png') no-repeat 0 0;
    }

        #footer address .footer-sprite:last-child {
            margin-bottom: 0;
        }

#footer p {
    line-height: 18px;
}

    #footer p.contact-desc {
        margin: 0 0 30px 0;
        padding: 0 0 10px 0;
        border-bottom: #403E44 1px dashed;
    }

#footer address .footer-sprite.address {
    background-position: 0 0;
}

#footer address .footer-sprite.phone {
    background-position: 0 -138px;
    line-height: 30px;
}

#footer address .footer-sprite.email {
    background-position: 0 -247px;
}


/* footer links - breadcrumbs like */
#footer ul.inline-links > li + li:before {
    padding: 0 5px 0 0;
    content: "/\00a0";
    color: rgba(255,255,255,0.3);
}


/* footer images gallery */
#footer .footer-gallery > a {
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 3px;
    float: left;
}

    #footer .footer-gallery > a:hover {
        opacity: 0.8;
    }


@media only screen and (max-width: 768px) {
    #footer .footer-gallery {
        text-align: center;
    }

        #footer .footer-gallery > a,
        #footer .footer-gallery > img {
            float: none;
            margin-right: 0;
        }

    #footer .row > div {
        margin-bottom: 60px;
    }
}

/* sticky footer */
footer.sticky {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    footer.sticky {
        top: auto !important;
        position: relative !important;
    }
}

#footer .btn,
#footer .form-control {
    height: 36px;
}

#footer .btn-sm,
#footer .btn-sm,
#footer .btn-lg,
#footer .btn-xlg {
    height: auto;
}


#footer .copyright ul.list-social-icons {
    height: 30px;
}

    #footer .copyright ul.list-social-icons a.social-icon {
        margin: 0;
    }

/* footer social icons */
#footer a.social-icon {
    color: #999 !important;
}



/** Footer Light
 ** ************************ **/
#footer.footer-light {
    color: #666;
    background-color: #fbfbfb;
    background-image: none;
}

    #footer.footer-light form input,
    #footer.footer-light form textarea,
    #footer.footer-light form .input-group-addon {
        color: #eaeaea;
    }

    #footer.footer-light .copyright {
        background-color: rgba(0,0,0,0.04);
    }

        #footer.footer-light .copyright,
        #footer.footer-light .copyright a {
            color: #414141;
        }

    #footer.footer-light h1,
    #footer.footer-light h2,
    #footer.footer-light h3,
    #footer.footer-light h4,
    #footer.footer-light h5,
    #footer.footer-light h6 {
        color: #414141;
    }

    #footer.footer-light p,
    #footer.footer-light a,
    #footer.footer-light ul.footer-links > li > a {
        color: #666;
    }

        #footer.footer-light a:hover,
        #footer.footer-light ul.footer-links > li > a:hover {
            color: #000;
        }

    #footer.footer-light ul.footer-posts > li {
        border-bottom-color: #e2eec5;
    }

    #footer.footer-light form textarea::-webkit-input-placeholder,
    #footer.footer-light form input::-webkit-input-placeholder {
        color: #eaeaea; /* WebKit browsers */
    }

    #footer.footer-light form textarea:-moz-placeholder,
    #footer.footer-light form input:-moz-placeholder {
        color: #eaeaea; /* Mozilla Firefox 4 to 18 */
    }

    #footer.footer-light form textarea::-moz-placeholder,
    #footer.footer-light form input::-moz-placeholder {
        color: #eaeaea; /* Mozilla Firefox 19+ */
    }

    #footer.footer-light form textarea:-ms-input-placeholder,
    #footer.footer-light form input:-ms-input-placeholder {
        color: #eaeaea; /* Internet Explorer 10+ */
    }

    /* footer social icons */
    #footer.footer-light a.social-icon {
        color: #666 !important;
    }



/** Fixed Footer
 ** ************************ **/
#footer.footer-fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 30;
    padding: 10px 0;
    filter: Alpha(Opacity=95);
    opacity: 0.95;
}

    #footer.footer-fixed .social-icon {
        margin-top: 0;
        margin-bottom: 0;
    }

    #footer.footer-fixed .footer-links > span,
    #footer.footer-fixed .footer-links > a {
        line-height: 30px;
        font-size: 13px;
        padding: 6px 10px;
        border-right: rgba(255,255,255,0.1) 1px solid;
    }

    #footer.footer-fixed.footer-light .footer-links > a {
        border-right: rgba(0,0,0,0.1) 1px solid;
    }



/** Search - Default
	 ********************** **/
#header li.search {
    display: inline-block;
}

    #header li.search .search-box {
        display: none;
        right: 0;
        left: auto;
        /*top: 100%;*/
        padding: 15px;
        background-color: #fff;
        position: absolute;
        box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
        width: 274px;
        margin-top: 36px;
        z-index: 22;
    }

#header.header-md li.search .search-box {
    margin-top: 25px;
}

#header.header-sm li.search .search-box {
    margin-top: 19px;
}

#header.fixed li.search .search-box {
    margin-top: 18px;
}

#header.fixed.header-sm li.search .search-box {
    margin-top: 18px;
}

#header.fixed.header-md li.search .search-box {
    margin-top: 15px;
}

#header li.search i.fa {
    color: #474747;
    cursor: pointer;
    position: relative;
}

form.mobile-search {
    display: none;
}


/** Search - Fullscreen
	 ********************** **/
#header li.search.fullscreen > .search-box {
    text-align: center;
    position: fixed;
    padding: 30px;
    background-color: rgba(255,255,255,0.95) !important;
    left: 0;
    top: 0 !important;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    z-index: 2000;
}

    #header li.search.fullscreen > .search-box > form {
        width: 100%;
        max-width: 800px;
        display: inline-block;
        margin: auto;
        margin-top: 20%;
    }

        #header li.search.fullscreen > .search-box > form input {
            border: 0;
            background-color: rgba(0,0,0,0.1);
            padding-top: 15px;
            padding-bottom: 15px;
            height: 65px;
            font-size: 24px;
            font-weight: 300;
            color: #121212;
            border-right: rgba(0,0,0,0.2) 1px solid;
        }

        #header li.search.fullscreen > .search-box > form button {
            border: 0;
            font-size: 24px;
            padding: 15px 20px !important;
            height: 65px;
            background-color: rgba(0,0,0,0.1);
            color: #888;
        }

            #header li.search.fullscreen > .search-box > form button > i {
                color: #999;
                font-size: 22px;
            }

            #header li.search.fullscreen > .search-box > form button:hover > i {
                color: #121212;
            }

#header li.search.fullscreen #closeSearch {
    background-color: rgba(0,0,0,0.05);
    text-decoration: none;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: -3px;
    left: 50%;
    margin-left: -30px;
    color: #888;
    font-size: 40px;
    z-index: 1000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    #header li.search.fullscreen #closeSearch:hover {
        color: #111;
    }

/* Dark */
#header li.search.fullscreen.dark > .search-box {
    background-color: rgba(0,0,0,0.95) !important;
}

    #header li.search.fullscreen.dark > .search-box > form input {
        color: #ddd;
        background-color: rgba(255,255,255,0.1);
        border-right-color: rgba(255,255,255,0.2);
    }

    #header li.search.fullscreen.dark > .search-box > form button {
        background-color: rgba(255,255,255,0.1);
    }

        #header li.search.fullscreen.dark > .search-box > form button > i {
            color: #999;
        }

        #header li.search.fullscreen.dark > .search-box > form button:hover > i {
            color: #fff;
        }

#header li.search.fullscreen.dark #closeSearch {
    background-color: rgba(255,255,255,0.2);
    color: #888;
}

    #header li.search.fullscreen.dark #closeSearch:hover {
        color: #fff;
    }

@media only screen and (max-width: 480px) {
    #header li.search.fullscreen > .search-box > form {
        margin-top: 30%;
    }
}

@media only screen and (max-height: 400px) {
    #header li.search.fullscreen > .search-box > form {
        margin-top: 60px;
    }
}



/** Search - Header
	 ********************** **/
#header .search-box.over-header {
    text-align: center;
    position: absolute;
    padding: 0;
    background-color: #fff !important;
    left: 0;
    top: 0 !important;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    z-index: 2000;
    border: 0;
    display: none;
}

    #header .search-box.over-header > form {
        display: block;
        z-index: 0;
    }

        #header .search-box.over-header > form > input {
            font-size: 32px;
            font-weight: bold;
            background-color: transparent;
            height: inherit;
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            margin-top: -30px;
            padding-left: 40px;
            padding-right: 60px;
            border: 0;
            box-shadow: none;
        }

            #header .search-box.over-header > form > input::-webkit-input-placeholder { /* WebKit browsers */
                color: #666;
                text-transform: uppercase;
            }

            #header .search-box.over-header > form > input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
                color: #666;
                text-transform: uppercase;
            }

            #header .search-box.over-header > form > input::-moz-placeholder { /* Mozilla Firefox 19+ */
                color: #666;
                text-transform: uppercase;
            }

            #header .search-box.over-header > form > input:-ms-input-placeholder { /* Internet Explorer 10+ */
                color: #666;
                text-transform: uppercase;
            }

    #header .search-box.over-header #closeSearch {
        position: absolute;
        right: 0;
        color: #333;
        background: transparent;
        top: 50%;
        right: 30px;
        font-size: 20px;
        margin-top: -10px;
        z-index: 1;
    }

/* dark */
#header.dark .search-box.over-header {
    background-color: #333 !important;
}

    #header.dark .search-box.over-header > form > input {
        color: #fff;
    }

        #header.dark .search-box.over-header > form > input::-webkit-input-placeholder { /* WebKit browsers */
            color: #ddd;
            text-transform: uppercase;
        }

        #header.dark .search-box.over-header > form > input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
            color: #ddd;
            text-transform: uppercase;
        }

        #header.dark .search-box.over-header > form > input::-moz-placeholder { /* Mozilla Firefox 19+ */
            color: #ddd;
            text-transform: uppercase;
        }

        #header.dark .search-box.over-header > form > input:-ms-input-placeholder { /* Internet Explorer 10+ */
            color: #ddd;
            text-transform: uppercase;
        }

    #header.dark .search-box.over-header #closeSearch {
        color: #fff;
    }

#header.translucent #topMain,
#header.dark.transparent #topMain {
    background-color: transparent;
}

@media only screen and (max-height: 760px) {
    #header .search-box.over-header > form > input {
        font-size: 20px;
        margin-top: -20px;
        font-weight: 300;
    }
}

#header {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000;
    font-size: 15px;
    /*background-color: #eaf5d0;*/
    background-color: #ffffff;
    border-bottom: #e2eec5 1px solid;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1) !important;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.1) !important;
    box-shadow: 0 0 2px rgba(0,0,0,.1) !important;
    -webkit-transition: all .800s;
    -moz-transition: all .800s;
    -o-transition: all .800s;
    transition: all .800s;
}


.text-orange {
    color: #F4B0A6 !important;
}

.btn-red {
    background-color: #F4B0A6;
    color: #FFF !important;
}



@media only screen and (max-width: 768px) {
    img.img-fluid {
        float: none !important;
    }

    #header.fixed {
        position: fixed;
    }

    #header.transparent + #slider h1 {
        margin-top: 80px !important;
    }

    section div.row > div {
        margin-bottom: 0px;
    }

    section div.row.lightbox > div {
        margin-bottom: 0;
    }

    section form div.row > div.form-group > div,
    section form div.row > div {
        margin-bottom: 15px;
    }

        section form div.row > div.form-group > div:last-child,
        section form div.row > div:last-child {
            margin-bottom: 0;
        }

    .block-sm {
        display: block;
    }

    .text-center-md {
        text-align: center !important;
    }

    form.landing-form > div {
        margin-bottom: 5px !important;
    }

    .offset-1 {
        margin-left: 0px;
    }

    .offset-2 {
        margin-left: 0px;
    }

    .offset-3 {
        margin-left: 0px;
    }

    .offset-4 {
        margin-left: 0px;
    }

    .offset-5 {
        margin-left: 0px;
    }

    .offset-6 {
        margin-left: 0px;
    }

    .offset-7 {
        margin-left: 0px;
    }

    .offset-8 {
        margin-left: 0px;
    }

    .offset-9 {
        margin-left: 0px;
    }

    .offset-10 {
        margin-left: 0px;
    }

    .offset-11 {
        margin-left: 0px;
    }

    .offset-12 {
        margin-left: 0px;
    }
}

/*填表格空間*/
.mp-form1 {
    padding: 50px;
}

@media only screen and (max-width: 768px) {
    .mp-form1 {
        padding: 12px;
    }

    .col-sm-1 {
        position: relative;
        width: 8.33333333%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-sm-2 {
        position: relative;
        width: 16.6666667%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-sm-3 {
        position: relative;
        width: 25%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-sm-4 {
        position: relative;
        width: 33.33333333%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-sm-5 {
        position: relative;
        width: 41.666667%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-sm-6 {
        position: relative;
        width: 50%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-sm-7 {
        position: relative;
        width: 58.333333%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-sm-8 {
        position: relative;
        width: 66.6666667%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-sm-9 {
        position: relative;
        width: 75%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-sm-10 {
        position: relative;
        width: 83.3333333%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-sm-11 {
        position: relative;
        width: 91.6666667%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-sm-12 {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

/** BS 4 fix 
 ************************************ **/
.btn-group > .btn {
    padding: 10px !important;
}

.btn-default {
    color: #333;
    /*background-color: #e2eec5;*/
    background-color: #ffffff;
    border-color: #ccc;
    padding: 6px 12px;
    line-height: 26px;
}

.btn-group > .btn-default {
    line-height: 18px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    /* used by summernote */
    float: left;
}

.btn-group > .btn:first-child {
    padding-right: 5px;
}

.btn-line {
    color: #fff !important;
    background-color: #00c300;
    border-color: rgba(0,0,0,0.2);
}

    .btn-line:hover, .btn-line:focus, .btn-line:active, .btn-line.active, .open > .dropdown-toggle.btn-line {
        color: #fff !important;
        background-color: #00a600;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-line:active, .btn-line.active, .open > .dropdown-toggle.btn-line {
        background-image: none;
    }

    .btn-line.disabled, .btn-line[disabled], fieldset[disabled] .btn-line, .btn-line.disabled:hover, .btn-line[disabled]:hover, fieldset[disabled] .btn-line:hover, .btn-line.disabled:focus, .btn-line[disabled]:focus, fieldset[disabled] .btn-line:focus, .btn-line.disabled:active, .btn-line[disabled]:active, fieldset[disabled] .btn-line:active, .btn-line.disabled.active, .btn-line[disabled].active, fieldset[disabled] .btn-line.active {
        background-color: #00c300;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-line .badge {
        color: #00c300;
        background-color: #fff;
    }

.btn-andy {
    background-color: #E4D8E3 !important;
    color: black !important;
}

.bg-mp-andy {
    background-color: #E4D8E3 !important;
}

.bg-mp-red {
    background-color: #F4B0A6 !important;
    color: white;
}

.bg-mp-yellow {
    background-color: #FFF5B1 !important;
}

.bg-mp-blue {
    background-color: #9EC3E8 !important;
}

.bg-mp-bark {
    background-color: #747474 !important;
    color: white;
}

.bg-mp-purple {
    background-color: #E8E1EC !important;
    color: #747474;
}

.bg-mp-green {
    /*background-color: #eaf5d0 !important;*/
    background-color: #ffffff !important;
}

.bg-mp-green-block {
    background-color: #e2eec5 !important;
    border-radius: 0.25rem;
}
.bg-mp-gray {
    background-color: #efefef !important;
    color: white;
}

.text-mp-black {
    color: #747474 !important;
}
.text-mp-red {
    color: #F4B0A6 !important;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff !important;
    font-weight:500  !important;
    background-color: #F0928A !important;
    border-color: #efefef;
}

.page-item.disabled .page-link {
    color: #fff !important;
    pointer-events: none;
    background-color: #9dc4e8 !important;
    border-color: #ddd;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fff !important;
    background-color: #9dc4e8 !important;
    border: 1px solid #ddd;
}

    .page-link:focus, .page-link:hover {
        color: #fff !important;
        text-decoration: none;
        background-color: #efefef;
        border-color: #ddd;
    }

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.footer-border-left-right {
    border-left: 1px solid #747474;
    border-right: 1px solid #747474;
}

.form-control {
    /*background-color: #e2eec5 !important;*/
    background-color: #ffffff !important;
}

.sky-form.boxed {
    /*background-color: #eaf5d0 !important;*/
    background-color: #ffffff !important;
}

h1 h2 h3 h4 h5 h6 {
    /*background-color: #eaf5d0 !important;*/
    background-color: #ffffff !important;
}

div.heading-title h1,
div.heading-title h2,
div.heading-title h3,
div.heading-title h4,
div.heading-title h5,
div.heading-title h6 {
    margin: 0;
    padding: 0;
    /*background-color: #eaf5d0 !important;*/
    background-color: #ffffff !important;
    position: relative;
    display: inline-block;
    padding-left: 0;
    padding-right: 15px;
}


/** Item Box
 **************************************************************** **/
.item-box {
    overflow: hidden;
    margin: 0;
    position: relative;
    box-shadow: rgba(0,0,0,0.1) 0 0 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.mix-grid .item-box,
#portfolio .item-box {
    /*box-shadow:none;*/
}

.item-box.fullwidth {
    /*max-width:100%;*/
}

section.alternate .item-box {
    /*background-color:rgba(0,0,0,0.05);*/
}


.item-box figure {
    width: 100%;
    display: block;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.item-box.fixed-box figure img {
    width: 100%;
    height: auto;
}

.item-box-desc {
    padding: 30px 20px 20px 20px;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: left !important;
}

    .item-box-desc p {
        margin-top: 20px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        /*white-space: nowrap;*/
    }

.item-box.fixed-box .item-box-desc p {
    height: 98px;
}

.item-box-desc h2,
.item-box-desc h3,
.item-box-desc h4,
.item-box-desc h5 {
    padding: 0;
    margin: 0;
}

.item-box .item-box-desc small {
    display: block;
}

.item-box.fixed-box .item-box-desc {
    height: 256px;
}

.item-box.fixed-box figure {
    max-height: 263px;
}

.item-box .socials {
    border-top: #eee 1px solid;
    text-align: center;
    display: block;
}


/* hover */
.item-box .item-hover {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .item-box .item-hover,
    .item-box .item-hover button,
    .item-box .item-hover a {
        color: #fff;
    }

        .item-box .item-hover .inner {
            position: absolute;
            display: block;
            left: 0;
            right: 0;
            top: 50%;
            margin-top: -10px;
            margin-bottom: 0;
            width: 100%;
            z-index: 100;
            line-height: 23px;
        }

.item-box:hover .item-hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.item-box .item-hover .inner .ico-rounded > span {
    color: #666;
    background-color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px !important;
    margin: -20px 5px 0 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-topleft: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
}


.fixed-right {
    position: fixed;
    float: right;
    top: 300px;
    right: 0;
    z-index: 1030;
}

.fixed-left {
    position: fixed;
    float: right;
    top: 300px;
    left: 0;
    z-index: 1030;
}

/** Revolution Slider
	 ************************* **/
.tp-caption {
    text-shadow: #000 1px 1px 1px;
}

    .tp-caption.text_white,
    .tp-caption.text_black,
    .tp-caption.block_white,
    .tp-caption.block_theme_color,
    .tp-caption.block_black {
        white-space: nowrap;
        line-height: 34px;
        border-width: 0px;
        margin: 0px;
        padding: 1px 10px;
        letter-spacing: 0px;
        font-size: 22px;
        color: #fff;
        text-shadow: none;
    }

    .tp-caption.block_white {
        background-color: #fff;
    }

    .tp-caption.block_black {
        background-color: #000;
    }

    .tp-caption.text_white {
        color: #fff;
    }

    .tp-caption.text_black {
        color: #111;
    }

.tp-bannertimer {
    background: #e2eec5 !important;
    height: 2px !important;
}

.tparrows.round:before {
    font-family: 'revicons';
}

.tparrows {
    top: 50% !important;
    margin-top: -25px;
}

    .tparrows.preview1 {
        margin-top: -50px !important;
    }

    .tparrows.preview4 {
        margin-top: -50px !important;
    }

    .tparrows.preview2 {
        line-height: 1;
    }

    .tparrows:hover {
        color: #fff;
    }

.tp-leftarrow.round:before {
    content: '\e824';
}

.tp-rightarrow.round:before {
    content: '\e825';
}

.tparrows.tp-rightarrow:before {
    margin-left: 1px;
}
/* bullets */
.tp-bullets.simplebullets.round {
    bottom: 20px !important;
}

    .tp-bullets.simplebullets.round .bullet {
        background: none;
        background-color: #fff;
        height: 5px;
    }

        .tp-bullets.simplebullets.round .bullet.selected {
            background-color: #000;
        }

/* revslider 5+ */
.rev_slider_wrapper.arrows-bottom .tparrows {
    top: 100% !important;
}

.rev_slider_wrapper .tp-caption {
    text-shadow: none;
}

.rev_slider_wrapper .inner {
    bottom: inherit !important;
    right: auto !important;
    width: auto !important;
    height: auto !important;
}

.rev_slider_wrapper.bottom-noinherit .inner {
    bottom: 0 !important;
}

.tp-tabs,
.tp-tab-mask,
.tp-thumb-mask {
    z-index: 1001;
}

.tp-thumbs {
    width: auto;
}

.rev_slider_wrapper.bottom-noinherit .tp-tab-mask {
    transform: matrix(1, 0, 0, 1, 0, 100) !important;
    height: 100% !important;
    max-height: 100% !important;
}

.rev_slider_wrapper.tparrows-bottom .tparrows {
    top: auto !important;
    bottom: -80px !important;
    margin-top: 0 !important;
}

/* centerig fix */
.Dining-Social, .tp-caption.Dining-Social,
.VideoControls-Play, .tp-caption.VideoControls-Play {
    text-align: center !important;
}

/* rs-55.html arrows fix */
.tparrows.gyges {
    top: 100% !important;
}

/* rs-57.html */
.rs-57 .bullet-bar.tp-bullets:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
    box-sizing: content-box;
}

.rs-57 .bullet-bar .tp-bullet {
    width: 60px;
    height: 3px;
    position: absolute;
    background: #aaa;
    background: rgba(204,204,204,0.5);
    cursor: pointer;
    box-sizing: content-box;
}

    .rs-57 .bullet-bar .tp-bullet:hover,
    .rs-57 .bullet-bar .tp-bullet.selected {
        background: rgba(204,204,204,1);
    }


.category-tabs {
    width: 100%;
    font-size: 0;
    text-align: center;
    margin-bottom: 36px;
}

    .category-tabs li {
        display: inline-block;
        vertical-align: middle;
        font-size: 1.125rem;
        line-height: 2rem;
        border-right: 1px solid #979797;
    }

        .category-tabs li.current a, .category-tabs li.active a {
            color: #ea5645;
        }

        .category-tabs li:last-child {
            border-right: 0;
        }

    .category-tabs a {
        color: #6a6a6a;
        font-size: 1.125rem;
        line-height: 2rem;
        text-decoration: none;
        display: block;
        min-width: 80px;
        margin: 0 10px;
    }

        .category-tabs a:hover {
            color: #ea5645;
        }

        .category-tabs a:active {
            color: #6a6a6a;
        }

@media screen and (max-width:800px) {
    .category-tabs a {
        min-width: auto;
        font-size: .875rem;
        line-height: 1.5rem;
    }
}

.btn-dp {
    display: block;
    width: 100%;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    padding: 12px 12px 6px 6px;
    line-height: 26px;
    margin-bottom: 30px;
}

    .btn-dp:hover {
        background-color: #9EC3E8 !important;
        display: block;
        width: 100%;
    }

.btn-donate {
    display: block;
    background-size: 100%;
    width: 100%;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    padding: 12px 12px 6px 6px;
    line-height: 26px;
    margin-bottom: 30px;
}

    .btn-donate:hover {
        background-color: #9EC3E8 !important;
        display: block;
        width: 100%;
    }

.btn-d119 {
    background-image: url('../../Images/donate/d119.png?v=2');
}

    .btn-d119:hover {
        background-image: url('../../Images/donate/d119s.png?v=2');
        background-size: 100%;
        display: block;
        width: 100%;
    }

.btn-d330 {
    background-image: url('../../Images/donate/d330.png?v=2');
}

    .btn-d330:hover {
        background-image: url('../../Images/donate/d330s.png?v=2');
        background-size: 100%;
        display: block;
        width: 100%;
    }

.btn-d660 {
    background-image: url('../../Images/donate/d660.png?v=2');
}

    .btn-d660:hover {
        background-image: url('../../Images/donate/d660s.png?v=2');
        background-size: 100%;
        display: block;
        width: 100%;
    }

.btn-d1190 {
    background-image: url('../../Images/donate/d1190.png?v=2');
}

    .btn-d1190:hover {
        background-image: url('../../Images/donate/d1190s.png?v=2');
        background-size: 100%;
        display: block;
        width: 100%;
    }

.btn-d3300 {
    background-image: url('../../Images/donate/d3300.png?v=2');
}

    .btn-d3300:hover {
        background-image: url('../../Images/donate/d3300s.png?v=2');
        background-size: 100%;
        display: block;
        width: 100%;
    }

.btn-d6600 {
    background-image: url('../../Images/donate/d6600.png?v=2');
}

    .btn-d6600:hover {
        background-image: url('../../Images/donate/d6600s.png?v=2');
        background-size: 100%;
        display: block;
        width: 100%;
    }

.btn-d11900 {
    background-image: url('../../Images/donate/d11900.png?v=2');
}

    .btn-d11900:hover {
        background-image: url('../../Images/donate/d11900s.png?v=2');
        background-size: 100%;
        display: block;
        width: 100%;
    }

.btn-d33000 {
    background-image: url('../../Images/donate/d33000.png?v=2');
}

    .btn-d33000:hover {
        background-image: url('../../Images/donate/d33000s.png?v=2');
        background-size: 100%;
        display: block;
        width: 100%;
    }

.btn-dp119 {
    background-image: url('../../Images/donate/dp119.png?v=2');
}

    .btn-dp119:hover {
        background-image: url('../../Images/donate/d119s.png?v=2');
        background-size: 100%;
        display: block;
        width: 100%;
    }

.btn-dp330 {
    background-image: url('../../Images/donate/dp330.png?v=2');
}

    .btn-dp330:hover {
        background-image: url('../../Images/donate/d330s.png?v=2');
        background-size: 100%;
        display: block;
        width: 100%;
    }

.btn-dp660 {
    background-image: url('../../Images/donate/dp660.png?v=2');
}

    .btn-dp660:hover {
        background-image: url('../../Images/donate/d660s.png?v=2');
        background-size: 100%;
        display: block;
        width: 100%;
    }

.btn-dp1190 {
    background-image: url('../../Images/donate/dp1190.png?v=2');
}

    .btn-dp1190:hover {
        background-image: url('../../Images/donate/d1190s.png?v=2');
        background-size: 100%;
        display: block;
        width: 100%;
    }

.btn-dp33 {
    background-image: url('../../Images/donate/dp33.png?v=2');
}

    .btn-dp33:hover {
        background-image: url('../../Images/donate/dp33s.png?v=2');
        background-size: 100%;
        display: block;
        width: 100%;
    }

.btn-dp66 {
    background-image: url('../../Images/donate/dp66.png?v=2');
}

    .btn-dp66:hover {
        background-image: url('../../Images/donate/dp66s.png?v=2');
        background-size: 100%;
        display: block;
        width: 100%;
    }



.donate_slog {
    display: block;
    width: 100%;
    color: #9EC3E8;
    font-size: 75px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}


.donate_acc {
    display: block;
    width: 100%;
    color: #F4B0A6;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding: 0;
    margin: 0;
}

.donate_acc2 {
    display: block;
    width: 100%;
    color: #9EC3E8;
    font-size: 24px;
    font-weight: bold;
    text-align: right;
    padding: 0;
    margin: 0;
}

.donate_acc3 {
    display: block;
    width: 100%;
    color: #9EC3E8;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    padding: 0;
    margin: 0;
}

.donate_bg {
    background-color: #F4B0A6;
    color: #fff;
    padding: 0 15px 0 15px;
}


@media (max-width: 767px) {
    .donate_slog {
        text-align: left;
        font-size: 35px;
    }

    .donate_acc2 {
        display: block;
        width: 100%;
        color: #9EC3E8;
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        padding: 0;
        margin: 0;
    }

    .donate_acc3 {
        display: block;
        width: 100%;
        color: #9EC3E8;
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        padding: 0;
        margin: 0;
    }
}

.hp_btn {
    background-color: #9EC3E8 !important;
    font-size: 45px;
    font-weight: bolder;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #eaf5d0 !important;
}

    .hp_btn:hover {
        background-color: #F4B0A6 !important;
        color: #eaf5d0 !important;
    }

    .hp_btn:active {
        background-color: #F4B0A6 !important;
        color: #eaf5d0 !important;
    }


.homepage-icon {
    display: block;
    background-size: 100%;
    width: 100%;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    padding: 12px 12px 6px 6px;
    line-height: 26px;
    margin-bottom: 30px;
}

    .homepage-icon:hover {
        /*background-color: #9EC3E8 !important;
        display: block;
        width: 100%;*/
    }

.homepage-icon-01 {
    background-image: url('../../Images/Site/icon/雙語專欄B.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

    .homepage-icon-01:hover {
        background-image: url('../../Images/Site/icon/雙語專欄R.png');
        background-size: 100%;
        background-repeat: no-repeat;
        display: block;
        width: 100%;
    }

.homepage-icon-02 {
    background-image: url('../../Images/Site/icon/最新消息B.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

    .homepage-icon-02:hover {
        background-image: url('../../Images/Site/icon/最新消息R.png');
        background-size: 100%;
        background-repeat: no-repeat;
        display: block;
        width: 100%;
    }

.homepage-icon-03 {
    background-image: url('../../Images/Site/icon/活動訊息B.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

    .homepage-icon-03:hover {
        background-image: url('../../Images/Site/icon/活動訊息R.png');
        background-size: 100%;
        background-repeat: no-repeat;
        display: block;
        width: 100%;
    }

.homepage-icon-04 {
    background-image: url('../../Images/Site/icon/影音頻道B.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

    .homepage-icon-04:hover {
        background-image: url('../../Images/Site/icon/影音頻道R.png');
        background-size: 100%;
        background-repeat: no-repeat;
        display: block;
        width: 100%;
    }

.homepage-icon-05 {
    background-image: url('../../Images/Site/icon/線上入黨B.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

    .homepage-icon-05:hover {
        background-image: url('../../Images/Site/icon/線上入黨R.png');
        background-size: 100%;
        background-repeat: no-repeat;
        display: block;
        width: 100%;
    }

.homepage-icon-06 {
    background-image: url('../../Images/Site/icon/線上捐款B.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

    .homepage-icon-06:hover {
        background-image: url('../../Images/Site/icon/線上捐款R.png');
        background-size: 100%;
        background-repeat: no-repeat;
        display: block;
        width: 100%;
    }

.mp-calendar {
    border: solid 1px #479eee;
    text-align: left;
}

    .mp-calendar tr td {
        border: solid 1px #479eee;
        font-size: 9px;
        vertical-align: top !important;
        padding-top: 5px !important;
    }

.aspNetDisabled {
    background-color: #ccc !important;
    color: #fff !important;
}

.home-page-modal {
    /*background-color: #fffad0;*/
    /*background-image: url('../../Images/carousel/黨慶輪播.jpg');*/
    background-color: #ffffff;
    /*background-image: url('../../Images/carousel/黨慶延後通知.jpg?v=3');*/
    background-image: url('../../Images/Site/231218.jpg');    
    background-repeat: no-repeat;
    background-size: 100%;
}

.step-back-img {
    /*background-image: url('../../Images/Site/logo72dpi.jpg');*/
    /*background-size: 100%;*/
    background-color: #9EC3E8 !important;
    color: white !important;
    border: #9EC3E8 1px solid !important;
}

/* Start 客製化文字大小*/
.p-fs-10 {
    font-size: 10pt !important;
}

    .p-fs-10 p {
        font-size: 10pt !important;
        letter-spacing: 1.8px;
        line-height: 32px;
        margin-bottom: 16px !important;
    }

    .p-fs-10 h3 {
        font-size: 18pt !important;
        font-weight: 600 !important;
    }

    .p-fs-10 h4 {
        font-size: 14pt !important;
        font-weight: 600 !important;
    }

    .p-fs-10 .radio {
        font-size: 10pt !important;
        letter-spacing: 1.8px;
        line-height: 32px;
    }

.p-fs-12 {
    font-size: 12pt !important;
}

    .p-fs-12 p {
        font-size: 12pt !important;
        letter-spacing: 1.8px;
        line-height: 32px;
        margin-bottom: 18px !important;
    }

    .p-fs-12 h3 {
        font-size: 20pt !important;
        font-weight: 600 !important;
    }

    .p-fs-12 h4 {
        font-size: 16pt !important;
        font-weight: 600 !important;
    }

    .p-fs-12 .radio {
        font-size: 12pt !important;
        letter-spacing: 1.8px;
        line-height: 32px;
    }

.p-fs-14 {
    font-size: 14pt !important;
}

    .p-fs-14 p {
        font-size: 14pt !important;
        letter-spacing: 2px;
        line-height: 34px;
        margin-bottom: 20px !important;
    }

    .p-fs-14 h3 {
        font-size: 22pt !important;
        font-weight: 600 !important;
    }

    .p-fs-14 h4 {
        font-size: 18pt !important;
        font-weight: 600 !important;
    }

    .p-fs-14 .radio {
        font-size: 14pt !important;
        letter-spacing: 2px;
        line-height: 34px;
    }

.p-fs-16 {
    font-size: 16pt !important;
}

    .p-fs-16 p {
        font-size: 16pt !important;
        letter-spacing: 2.4px;
        line-height: 38px;
        margin-bottom: 22px !important;
    }

    .p-fs-16 h3 {
        font-size: 24pt !important;
        font-weight: 600 !important;
    }

    .p-fs-16 h4 {
        font-size: 20pt !important;
        font-weight: 600 !important;
    }

    .p-fs-16 .radio {
        font-size: 16pt !important;
        letter-spacing: 2.4px;
        line-height: 38px;
    }

.p-fs-18 {
    font-size: 18pt !important;
}

    .p-fs-18 p {
        font-size: 18pt !important;
        letter-spacing: 2.8px;
        line-height: 42px;
        margin-bottom: 24px !important;
    }

    .p-fs-18 h3 {
        font-size: 26pt !important;
        font-weight: 600;
    }

    .p-fs-18 h4 {
        font-size: 22pt !important;
        font-weight: 600 !important;
    }

    .p-fs-18 .radio {
        font-size: 18pt !important;
        letter-spacing: 2.8px;
        line-height: 42px;
    }

.p-fs-20 {
    font-size: 20pt !important;
}

    .p-fs-20 p {
        font-size: 20pt !important;
        letter-spacing: 3.2px;
        line-height: 46px;
        margin-bottom: 26px !important;
    }

    .p-fs-20 h3 {
        font-size: 28pt !important;
        font-weight: 600 !important;
    }

    .p-fs-20 h4 {
        font-size: 24pt !important;
        font-weight: 600 !important;
    }

    .p-fs-20 .radio {
        font-size: 20pt !important;
        letter-spacing: 3.2px;
        line-height: 46px;
    }

.p-fs-22 {
    font-size: 22pt !important;
}

    .p-fs-22 p {
        font-size: 22pt !important;
        letter-spacing: 3.6px;
        line-height: 50px;
        margin-bottom: 28px !important;
    }

    .p-fs-22 h3 {
        font-size: 30pt !important;
        font-weight: 600 !important;
    }

    .p-fs-22 h4 {
        font-size: 26pt !important;
        font-weight: 600 !important;
    }

    .p-fs-22 .radio {
        font-size: 22pt !important;
        letter-spacing: 3.6px;
        line-height: 50px;
    }

.p-fs-24 {
    font-size: 24pt !important;
}

    .p-fs-24 p {
        font-size: 24pt !important;
        letter-spacing: 4.0px;
        line-height: 56px;
        margin-bottom: 30px !important;
    }

    .p-fs-24 h3 {
        font-size: 32pt !important;
        font-weight: 600 !important;
    }

    .p-fs-24 h4 {
        font-size: 28pt !important;
        font-weight: 600 !important;
    }

    .p-fs-24 .radio {
        font-size: 24pt !important;
        letter-spacing: 4.0px;
        line-height: 56px;
    }

/* End 客製化文字大小*/

.shop-dsc-title {
   width: 71px !important;
}

.icon-mp-search {
    background-image: url('../../Images/icon/search20x20.png');
}
.icon-mp-user {
    background-image: url('../../Images/icon/user20x20.png');
}
.icon-mp-shipping_cart {
    background-image: url('../../Images/icon/shipping_cart20x20.png');
}

/*這個方式兼容所有版本的谷歌瀏覽器*/ 
/*audio::-webkit-media-controls {
    overflow: hidden !important;
}*/

.h-850 {
    height: 850px !important;
}
.h-900 {
    height: 900px !important;
}
.h-1000 {
    height: 1000px !important;
}
.h-1080 {
    height: 1080px !important;
}
