@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: 'NotoSansCJKtc-Black';
    src: url('../fonts/NotoSansCJKtc-Black_1.otf');
}

@font-face {
    font-family: 'NotoSansCJKtc-Bold';
    src: url('../fonts/NotoSansCJKtc-Bold_1.otf');
}

@font-face {
    font-family: 'NotoSansCJKtc-Light';
    src: url('../fonts/NotoSansCJKtc-Light_1.otf');
}

@font-face {
    font-family: 'NotoSansCJKtc-Regular';
    src: url('../fonts/NotoSansCJKtc-Regular_1.otf');
}

@font-face {
    font-family: 'NotoSansCJKtc-Medium';
    src: url('../fonts/NotoSansCJKtc-Medium_1.otf');
}

*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}


*::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F5F5F5;
}


*::-webkit-scrollbar-thumb {
    background-color: #CCC;
    border-radius: 10px;
}

* {
    box-sizing: border-box;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: #fff;
}

.btn.focus, 
.btn:focus, 
.btn:hover{
    color: #fff;
    text-decoration: none;
}



ul,
li {
    margin: 0;
    padding: 0;
}

.row{
    margin-left: 0;
    margin-right: 0;
}

html,
body {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'NotoSansCJKtc-Regular';
    position: relative;
    letter-spacing: 1px;
    background-image: url(../images/bg.jpg);
}





/*--------------------------福泰 header--------------------------*/

    /* -- header -- */

        .header {
            height: 60px;
            font-family: '微軟正黑體';
        }




    /* -- navbar-brand -- */

        .tristar_nav .navbar-brand {
            padding: 0;
            width: 130px;
        }




    /*  -- logo --  */

        .logo_box {
            width: 125px;
            padding: 3.5px 0px 1px 20px;
        }

        .logo_box img {
            width: 100%;
        }










    /* --------  header style1 classname : tristar_nav_style1 ---------- */
        .tristar_nav_style1 {
            background-color: #fff;
            /*border-color: #e7e7e7;*/
            border: none;
            box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
        }

        .navbar-default.tristar_nav_style1 .navbar-nav>.active>a{
            background-color: transparent;
            color: #ff7103;
        }

        .tristar_nav_style1 .navbar-nav>li>a {
            font-weight: bold;
            color: #666;
            font-size: 16px;
            letter-spacing: 2px;
        }

        .tristar_nav_style1 .navbar-nav.navbar-right>li>button,
        .tristar_nav_style1 .navbar-nav.navbar-right>li>a {
            color: #ff7103;
        }


        .tristar_nav_style1 .navbar-nav.navbar-right>li>.dropdown>button {
            border: none;
            color: #ff7103;
            font-size: 16px;
        }


        .tristar_nav_style1 .navbar-nav.navbar-right>li>.dropdown>button:hover,
        .tristar_nav_style1 .navbar-nav.navbar-right>li>.dropdown>button:focus,
        .tristar_nav_style1 .navbar-nav.navbar-right>li>.dropdown>button:active,
        .tristar_nav_style1 .collapse .navbar-nav.navbar-right>li>button:focus,
        .tristar_nav_style1 .collapse .navbar-nav.navbar-right>li>button:active {
            background: #fffbf7;
        }


        .tristar_nav_style1 .caret {
            margin-left: 5px;
        }

        .tristar_nav_style1 .user_function+.user_function_list {
            width: 141px;
            color: #666;
            background: #fff;
            padding: 16px 10px 10px 10px;
            margin-top: -15px;
            position: absolute;
            right: 0;
            text-align: left;
            list-style: none;
            border-radius: 5px;
            box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
            display: none;
        }


        .tristar_nav_style1 .user_function+.user_function_list.open {
            display: block;
        }

        .tristar_nav_style1 .user_function+.user_function_list a {
            display: inline-block;
            line-height: 33px;
            width: 100%;
        }


        .tristar_nav_style1 .user_function+.user_function_list a.logout {
            border-top: 1px solid #eee;
            margin-left: -10px;
            margin-right: -10px;
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 8px;
            margin-top: 8px;
            width: calc(100% + 20px);
        }

        @media (min-width: 768px) {
            .tristar_nav_style1 .navbar-nav>li>a {
                padding-top: 20px;
                padding-bottom: 20px;
                padding-left: 15px;
                padding-right: 15px;
            }


            .tristar_nav_style1 .navbar-nav.navbar-right>li>.dropdown>button,
            .tristar_nav_style1 .navbar-nav>li>button {
                padding-top: 19px;
                padding-bottom: 18px;
                padding-left: 0px;
                padding-right: 0px;
            }

            .tristar_nav_style1 .navbar-nav.navbar-right>li>.dropdown>button+.dropdown-menu {
                padding-top: 10px;
                padding-bottom: 10px;
                border: none;
                border-radius: 8px;
            }

            .tristar_nav_style1 .navbar-nav.navbar-right>li>.dropdown>button+.dropdown-menu>li>a {
                line-height: 34px;
            }


            .tristar_nav_style1 .navbar-nav:not(.navbar-right)>li>a:hover {
                background: rgba(238, 238, 238, 0.3);
                color: #333;
            }

            .tristar_nav_style1 .collapse .navbar-nav {
                float: left;
                margin: 0;
                text-align: center;
                width: calc(100% - 260px);
            }

            .tristar_nav_style1 .collapse .navbar-nav.navbar-right {
                width: 130px;
                text-align: right;
            }

            .tristar_nav_style1 .collapse .navbar-nav.navbar-right>li>button:hover,
            .tristar_nav_style1 .collapse .navbar-nav.navbar-right>li>a:hover {
                background: #fffbf7;
                box-shadow: none;
            }

            .tristar_nav_style1 .collapse .navbar-nav>li {
                display: inline-block;
                float: none;
            }
        }

        @media (max-width: 1090px) and (min-width: 992px) {
            .tristar_nav_style1 .navbar-nav>li>a {
                padding: 20px 5px;
            }

            .tristar_nav_style1 .collapse .navbar-nav {
                width: auto;
                width: calc(100% - 250px);
                /* test */
            }

            .tristar_nav_style1 .collapse .navbar-nav.navbar-right {
                width: auto;
            }
        }

        @media (max-width: 991px) and (min-width: 768px) {
            .tristar_nav_style1 .navbar-nav>li>a {
                padding: 11px 4px;
                font-size: 16px;
                width: 45px;
                line-height: 19px;
                vertical-align: text-top;
                margin-right: 8px;
            }

            .tristar_nav_style1 .navbar-nav>li>a[href*='login.h'] ,
            .tristar_nav_style1 .navbar-nav>li>a[href*='r/login'] {
                width: auto;
                margin-top: 8px;
            }

            .tristar_nav_style1 .navbar-nav>li>a[href*='coupon.h'] ,
            .tristar_nav_style1 .navbar-nav>li>a[href*='/ticket/'] {
                position: relative;
                top: -10px;
            }

            .tristar_nav_style1 .collapse .navbar-nav {
                width: auto;
                width: calc(100% - 250px);
            }

            .tristar_nav_style1 .collapse .navbar-nav.navbar-right {
                width: auto;
            }
        }

        @media screen and (min-width:0\0) and (max-width: 991px) and (min-width: 768px){  
            /* for ie 10 9 */
            .tristar_nav_style1 .navbar-nav>li>a[href*='/ticket/'] {
                float: left;
                top: 5px;
            }
        }

        @media (max-width: 767px) {
            .tristar_nav_style1 .container-fluid>.navbar-header {
                height: 60px;
            }

            .tristar_nav_style1.navbar-default .navbar-toggle {
                margin-top: 14px;
            }
            
            .navbar-fixed-top.tristar_nav_style1 .navbar-collapse {

            }

            .tristar_nav_style1 .navbar-nav>li>button {
                background: transparent;
                width: 100%;
                border-radius: 0;
                text-align: left;
            }

            .tristar_nav_style1 .navbar-nav.navbar-right>li>.dropdown>button {
                width: 100%;
                text-align: left;
                border: 1px solid #eee;
                border-radius: 8px;
                margin-left: 5px;
                padding: 10px 4px;
                text-align: center;
            }

            .tristar_nav_style1 .navbar-nav {
                width: 50%;
                float: left;
                padding-left: 12px;
                margin: 10px 0;
            }

            .tristar_nav_style1 .navbar-nav li {
                width: 60px;
                float: left;
                border: 1px solid #eee;
                border-radius: 8px;
                text-align: center;
                height: 60px;
                text-align: center;
                margin: 5px;
            }

            .tristar_nav_style1 .navbar-nav>li>a {
                padding: 10px 10px;
            }

            .tristar_nav_style1 .dropdown .btn-default {
                height: 60px;
                width: 60px;
                padding: 0 6px;
                background: transparent;
                text-align: center;
                border: 1px solid #eee;
                border-radius: 8px;
                white-space: normal;
                overflow: hidden;
            }

            .tristar_nav_style1 .dropdown .btn-default .caret {
                display: none;
            }
            
            .tristar_nav_style1 .navbar-nav.navbar-right > li {
                border: none;
            }
            

            .tristar_nav_style1 .navbar-nav.navbar-right > li .dropdown-menu li a {
                height: 60px;
                width: 60px;
                padding: 10px;
                white-space: normal;
                color: #666;
            }

            .navbar-nav .dropdown-menu {
                position: static;
                float: none;
                width: auto;
                margin-top: 0;
                background-color: transparent;
                border: 0;
                -webkit-box-shadow: none;
                box-shadow: none;
                display: block;
            }

            .tristar_nav_style1 .navbar-nav.navbar-right > li .dropdown-menu li a[href*='/logout'] {
                padding: 18px 0;
            }
            
            .tristar_nav_style1 .navbar-nav li a[href*='coupon.h'],
            .tristar_nav_style1 .navbar-nav li a[href*='/ticket/'] {
                padding: 18px 10px;
            }

            .tristar_nav_style1 .navbar-nav li a[href*='login.'],
            .tristar_nav_style1 .navbar-nav li a[href*='/login'] {
                border: 1px solid #eee;
                border-radius: 8px;
                text-align: center;
                width: 130px;
                padding: 20px 10px;
                height: 60px;
            }
        }


        @media (max-width: 515px) {
            .tristar_nav_style1 .navbar-nav li {
                margin: 2px;
            }
        }














/*--------------------------福泰 content--------------------------*/



.main_content {
    max-width: 1200px;
    margin: 0 auto;
}

.main_content .top_banner {
    width: 100%;
    overflow: hidden;
    float: left;
}

.main_content .top_banner img {
    width: 100%;
}


.nav {
    float: left;
    width: 100%;
    overflow: hidden;
}





ul.nav_menu {
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    margin-top: 100px;
}


ul.nav_menu li {
    width: calc(100% / 4);
    display: inline-block;
    transition: 0.7s;
    transform-style: preserve-3d;
}

ul.nav_menu li img {
    width: 100%;
}


ul.nav_menu li:hover {
    transform: rotateY(180deg);
}



.front,
.back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.front {
    z-index: 2;
}


.back {
    transform: rotateY(180deg);
}




.dcbox {
    width: 100%;
    overflow: hidden;
    float: left;
    margin-top: 80px;
}



.dcbox:last-child {
        margin-bottom: 50px;
    }


.dcbox .title {
    text-align: center;
    font-size: 40px;
    font-family: 'NotoSansCJKtc-Bold';
    letter-spacing: 1px;
    margin-bottom: 20px;
}



.title1 {
    color: #b22e25;
}

.title2 {
    color: #1b7e44;
}


.title3 {
    color: #0866a4;
}

.title4 {
    color: #53adca;
}



.dcbox .row {
    margin-top: 50px;
}


.dcbox .row img {
    width: 50%;
}

.dcbox .row.big img {
    width: 100%;
}



.dcbox .row .map {
    width: 30%;
    display: inline-block;
}

.dcbox .row .map img {
    width: 100%;
}



.dcbox .row .text {
    width: 65%;
    display: inline-block;
    margin-top: 30px;
    font-size: 22px;
    float: right;
    line-height: 40px;
    position: relative;
}



.highlight1 {
    color: #b22e25;
}

.highlight2 {
    color: #1b7e44;
}


.highlight3 {
    color: #0866a4;
}

.highlight4 {
    color: #53adca;
}




.btn {
    color: #fff;
    padding: 10px 20px;
    font-size: 24px;
    display: inline-block;

}

.btn1 {
    background-color: #b22e25;
    position: absolute;
    bottom: -85px;
    left: 0;

}

.btn1:hover {
    background-color: #ce2d2d;
    transition: 0.5s;
    margin-left: 10px;

}

.btn2 {
    background-color: #1b7e44;
    position: absolute;
    bottom: -85px;
    left: 0;

}

.btn2:hover {
    background-color: #309e5e;
    transition: 0.5s;
    margin-left: 10px;

}

.btn3 {
    background-color: #0866a4;
    position: absolute;
    bottom: -85px;
    left: 0;

}

.btn3:hover {
    background-color: #2a88c5;
    transition: 0.5s;
    margin-left: 10px;

}



.btn4 {
    background-color: #53adca;
    position: absolute;
    bottom: -85px;
    left: 0;

}

.btn4:hover {
    background-color: #73c9e4;
    transition: 0.5s;
    margin-left: 10px;

}



.dcbox .row .btn img {
    width: 40px;
    margin-bottom: 3px;

}



@media(max-width:768px) {


    




    ul.nav_menu {
        width: 100%;
        height: 160px;
    }

    .dcbox {
        width: 100%;
        overflow: hidden;
        float: left;
        margin-top: 40px;
        
    }


    .dcbox .title {
        text-align: center;
        font-size: 20px;
        font-family: 'NotoSansCJKtc-Bold';
        letter-spacing: 1px;
        margin-bottom: 20px;
    }

    .dcbox .row {
        margin-top: 30px;
    }

    .dcbox .row .map {
        display: none;
    }


    .dcbox .row .text {
        width: 100%;
        display: inline-block;
        margin-top: 0px;
        font-size: 14px;
        float: right;
        line-height: 22px;
        position: relative;
        padding: 0px 15px;
        margin-bottom: 70px;
    }

    .dcbox .row img {
        width: 50%;
    }

    .btn {
        color: #fff;
        padding: 10px 20px;
        font-size: 14px;
        display: inline-block;

    }

    .dcbox .row .btn img {
        width: 20px;
        margin-bottom: -1px;

    }


    .btn1 {
        background-color: #b22e25;
        position: absolute;
        bottom: -55px;
        left: 16px;

    }

    .btn2 {
        background-color: #1b7e44;
        position: absolute;
        bottom: -55px;
        left: 16px;

    }

    .btn3 {
        background-color: #0866a4;
        position: absolute;
        bottom: -55px;
        left: 16px;

    }


    .btn4 {
        background-color: #53adca;
        position: absolute;
        bottom: -55px;
        left: 16px;

    }



}


    /* --------- link_list_item --------- */

        .link_list_item {
            padding-left: 0;
            list-style: none;
            margin-bottom: 0;
        }

        .link_list_item li {
            display: inline-block;
            margin-left: 20px;

        }

        .link_list_item li a {
            line-height: 50px;
            color: #333;
        }

        .link_list_item li a:hover {
            text-decoration: underline;
        }
        .link_list_item li.back_top {
            float: right;
            font-weight: bold;
        }

        .link_list_item li.back_top * {
            cursor: pointer;
        }

        .link_list_item li.back_top span {
            font-size: 12px;
        }

        /* -- link_list_item.item_style1  -- */
        .link_list_item.item_style1 li {
            margin-left: 0;
        }

        .link_list_item.item_style1 li + li:before {
            content:"．";
            padding: 0 6px;
        }


        .link_list_item.item_style1 li + li.back_top:before {
            content: "";
            padding: 0;
        }


    /* --------- icon_list_item --------- */
        .icon_list_item {
            padding-left: 0;
            list-style: none;
        }

        .icon_list_item li {
            display: inline-block;
        }








/* ---------------------- footer --------------------------- */
    .footer {
        float: left;
        width: 100%;
        letter-spacing: 1px;
    }

    .footer .jumbotron {
        background: #eff1f3;
        padding: 0;
        margin: 0;
    }

    .footer .main_footer {
        background: #eff1f3;
    }


    .footer .main_footer .footer_content {
        overflow: hidden;
        margin: 0 auto;
    }


    .footer .main_footer .footer_content .box {
        float: left;
        width: 25%;
        padding-top: 60px;
        padding-bottom: 60px;
    }


    .footer .main_footer .footer_content .box .list_title {
        font-size: 18px;
        color: #333;
        font-weight: bold;
        margin-bottom: 20px;
    }


    .footer .main_footer .footer_content .box ul {
        padding: 0;
        list-style: none;
    }

    .footer .main_footer .footer_content .box ul a {
        text-decoration: none;
        font-size: 12px;
        color: #888;
    }

    .footer .main_footer .footer_content .box ul li {
        margin-bottom: 12px;
        text-decoration: none;
        font-size: 14px;
        color: #888;
    }

    .footer .main_footer .footer_content .box ul li.service_time {
        float: left;
    }


    .footer .main_footer .footer_content .bottom_box {
        float: left;
        width: 100%;
        padding-top: 13px;
        padding-bottom: 23px;
        border-top: 1px solid #EEE;
        line-height: 26px;
        color: #666;
        font-size: 14px;
    }



    .footer .main_footer .footer_bottom {
        float: left;
        width: 100%;
        height: 30px;
        line-height: 30px;
        background-color: #333;
        color: #fff;
        text-align: center;
        font-size: 12px;
        letter-spacing: 1px;
    }



    @media (min-width: 768px) {
        .footer .main_footer .footer_content {
            width: 750px;
        }

        .footer .main_footer .footer_content .box ul li.service_time {
            margin-left: 0px;
        }

    }

    @media (min-width: 992px) {
        .footer .main_footer .footer_content {
            width: 970px;
        }

        .footer .main_footer .footer_content .box ul li.service_time {
            margin-left: 70px;
        }
    }

    @media (min-width: 1200px) {
        .footer .main_footer .footer_content {
            width: 1170px;
        }
    }


    @media (max-width: 767px) {
        .footer .main_footer .footer_content {
            display: none;
        }

        .footer .main_footer .footer_bottom {
            letter-spacing: 0px;
        }

        .footer .link_list_item.item_style1 li + li:before {
            display: none;
        }

        .footer .container-fluid:nth-child(2) span {
            line-height: 50px;
            font-size: 12px;
        }

        .footer .container-fluid:nth-child(2) .link_list_item li {
            margin: 0;
            margin-right: 5px;
        }

        .footer .container-fluid:nth-child(2) .link_list_item a {
            line-height: 40px;
            padding: 10px 0;
        }
    }


    .footer .container-fluid:nth-child(1) {
        background: #eff1f3;
        padding-bottom: 15px;
    }

    .footer .container-fluid:nth-child(1) .link_list_item {
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
    }

    .footer .container-fluid:nth-child(1) .link_list_item a {
        line-height: 70px;
        padding: 27px 0;
    }

    .footer .container-fluid:nth-child(1) .icon_list_item {
        margin-top: -52px;    
        float: right;
    }

    .footer .container-fluid:nth-child(1) .icon_list_item li {
        /*width: 51px;*/
    }

    .footer .container-fluid:nth-child(2) {
        background: #000;
        color: #fff;
    }

    .footer .container-fluid:nth-child(2) span {
        line-height: 70px;
    }

    .footer .container-fluid:nth-child(2) .link_list_item a {
        line-height: 70px;
        padding: 27px 0;
    }

    .footer .container-fluid:nth-child(2) * {
        color: #fff;
    }

    @media (max-width: 991px){
        .footer .container-fluid:nth-child(1) .icon_list_item {
            float: none;
            margin-top: 0px;    
        }
    }




