@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(reset.css);

/* 手機板 */
body {
    font-family: '微軟正黑體', 'Noto Sans TC', sans-serif;
    font-size: 16px;
    /* background-image: url("../images/bg_light.png"); */
}


#blue_topline {
    height: 8px;
    background: #002658;
    background: linear-gradient(to right, #004caf 0%, #0084ff 25%, #00459e 100%);
    position: relative;
    z-index: 1;
}

#orange_topline {
    height: 2px;
    background: #dd3f00;
    background: linear-gradient(to right, #dd3f00 0%, #ff9100 25%, #dd3f00 100%);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
    position: relative;
    z-index: 100;

}

.navbar {
    border-radius: 0px;
}

/* 選單列背景色 */
.navbar-default {
    background-color: transparent;
    margin: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    border: none;
    background-color: #fff;
    /* background-image: url("../images/navbar-default-bg.jpg");
    background-position: right center; */
    /* background-size:cover; */
}

/* 漢堡選單BG色 */
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #dcf2ff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #234c81;
}

.navbar-header {
    position: relative;
}

/* .navbar-header .tel{
    position: absolute;
    right: 75px;
    top: 22px;
}
.navbar-header .tel i{
    color:#005fb8;
} */

/* 選單連結文字 */
.navbar-default .navbar-nav>li>a {
    font-size: 16px;
    font-weight: bold;
    color: #616161;
    letter-spacing: 0.07em;

}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #ffffff;
    background-color: #0066eb;
}



/* LOGO與漢堡區 */
.navbar-header {
    padding-top: 10px;
    padding-bottom: 15px;
}

/* LOGO區 */
.navbar-brand {
    padding-top: 8px;
}

.navbar-brand>img {
    width: 200px;
}

/* 幻燈片區 */
.carousel-inner h4 {
    margin: 0;
}

.carousel-inner .ch {
    font-size: 14px;
}

.carousel-inner .en {
    font-size: 12px;
}


/* 柯錫杰語錄S1 */
.ko-intro {
    /* margin: 0; */
    padding-top: 40px;
    padding-bottom: 50px;
    letter-spacing: 0.02em;
    background-image: url("../images/bg_light.png");
}


.ko-intro h3 {
    font-size: 18px;
    margin: 20px 0;
    line-height: 1.3em;
    font-weight: bold;
    font-style: italic;
    color: #005fb8;
}

.ko-intro p {
    /* text-indent: 2.4em; */
    line-height: 1.4em;
    text-align: justify;
}

.ko-intro h6 {
    text-align: right;
    font-size: 12px;
    color: #747474;
    margin-top: 20px;
}


/* .kosichi-photo{

} */


/* 介紹說明S2 */
.jp-intro {
    background-color: #fff;
    padding: 50px 0;

}

.jp-intro .jp-title {
    text-align: center;
}

.jp-intro .jp-title h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 0px;
    /* font-weight: bold; */
}

.jp-intro .jp-title h3+span {
    font-size: 12px;
    color: #a3a3a3;
    height: 100%;
    /* margin-bottom: 20px; */

}

.jp-intro .jp-title h3+span:after {
    content: "";
    width: 100%;
    display: block;
    height: 1px;
    background: #eee;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 30px;
}





.jp-intro .a1>h4,
.a2>h4,
.a3>h4 {
    font-size: 20px;
    margin-top: 20px;
    text-align: center;

}

.jp-intro i {
    margin-bottom: 2px;
    color: #005fb8;
    margin-right: 5px;
}

.jp-intro .a1 p,
.a2 p,
.a3 p {
    /* text-indent: 2.4em; */
    letter-spacing: 0.02em;
    padding-top: 10px;
    padding-bottom: 20px;
    /* padding-left: 20px; */
    /* padding-right: 20px; */
    line-height: 1.4em;
    text-align: justify;
}

.jp-intro .a1 p>span {
    display: block;
    color: #dd3f00;
    font-weight: 500;
    text-indent: 0;

}


/* S3  */

.serivce-intro {
    background-image: url("../images/jp-intro.jpg");
    background-size: cover;
    background-position: center center;
    /* background-color: #ff7300; */
    padding-top: 50px;
    padding-bottom: 50px;
    background-attachment: fixed;
    letter-spacing: 0.02em;
}


.serivce-intro .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.serivce-intro .pic img {
    transition: all 1s;
}

.serivce-intro .pic:hover img {
    transform: scale(1.1);
}

.serivce-intro h3 {
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 24px;
    /* font-weight: bold; */

}

.serivce-intro i {
    margin-bottom: 2px;
    color: #ff7300;
    margin-right: 5px;
}


.serivce-intro p {
    line-height: 40px;
    background-color: rgba(0, 0, 0, .5);
    color: #eee;
    position: absolute;
    z-index: 10;
    bottom: 0px;
    text-align: center;
    left: 0;
    right: 0;

}


/* 註腳 */
footer {
    padding-top: 10px;
    color: #fff;
    background: linear-gradient(to right, #003272 0%, #006dd3 25%, #002658 100%);
    border-top: 2px solid #a3a3a3;
}

footer h5 {
    /* text-align: center; */
    font-size: 18PX;
    line-height: 30PX;
    margin-bottom: 5px;
    margin-top: 10px;
    /* font-weight: bold; */
    /* border-bottom: 1px solid #4983b9; */
}

footer p {
    font-size: 14px;
    color: #c9e3fa;
    line-height: 32px;
}

footer i {
    margin-right: 5px;
}

footer .bottom-time img {
    margin-top: 5px;
    width: 120px;
}

footer .bottom-sm {
    border-bottom: none;
}

footer .bottom-sm img {
    margin-top: 10px;
    float: left;
    width: 40%;
    margin-right: 10%;

}

footer p>a,
a:hover,
a:active,
a:focus {
    color: #c9e3fa;
    text-decoration: none;
}

footer .bottom-time,
.bottom-contact,
.bottom-menu,
.bottom-sm {
    padding-bottom: 10px;
    border-bottom: 1px solid #2374c0;

    /* height: 180px; */
}


footer .cp {
    margin-top: 10px;
    ;
    text-align: center;
    padding-top: 10px;
    background-color: rgba(0, 0, 0, .3);
}

footer .cp h6 {
    font-size: 14px;
    color: #c9e3fa;

}

.cp a {
    font-size: 12px;
    text-align: center;
    color: #3b70b6;
}

/* footer .cp h6+h6>a,a:hover, a:active, a:focus{
   color: #2374c0;
   text-decoration: none;
} */








/* ///////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////// 平板+電腦版 ////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width:768px) {

    #blue_topline {
        height: 8px;
    }

    #orange_topline {
        height: 2px;
    }




    .navbar-brand>img {
        width: 260px;

    }

    .nav {
        padding: 12px;
        padding-top: 18px;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        letter-spacing: 0.1em;
        /* font-weight: 400; */
        font-weight: bold;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 10px;
        margin-right: 10px;
        padding-bottom: 10px;
        margin-bottom: 10px;

    }


    .navbar-brand {
        padding-top: 5px;
    }

    .navbar-default {
        padding-top: 10px;
        padding-bottom: 10px;
        background-image: url("../images/navbar-default-bg.jpg");
        background-position: right center;
        background-size: cover;

    }

    .navbar-default .navbar-nav>li>a:hover {
        color: rgb(0, 52, 95);
        background-color: transparent;
        border-bottom: 2px solid #003272;
        margin-bottom: 2px;
    }

    .navbar-default .navbar-nav .active {
        color: rgb(0, 52, 95);
        border-bottom: 2px solid #003272;
        margin-bottom: -2px;
    }

    /* 幻燈片區 */
    .carousel-inner .ch {
        letter-spacing: 0.05em;
        color: rgba(255, 255, 255, .7);
        font-size: 36px;
        margin-bottom: 5px;
        ;
    }

    .carousel-inner .en {
        letter-spacing: 0.05em;
        color: rgba(255, 255, 255, .4);
        font-size: 20px;
    }

    /* s1區 */
    .ko-intro {
        padding: 60px 0;
    }

    .ko-intro h3 {
        font-size: 20px;
    }

    .kosichi-note {
        /* padding: 20px; */
        padding-left: 0px;
        padding-top: 40px;
    }

    .kosichi-note h6 {
        font-size: 14px;
    }


    /* S2 */
    .jp-intro {
        padding-top: 60px;
        padding-bottom: 70px;
    }

    .jp-intro .jp-title h3 {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .jp-intro .jp-title h3+span {
        font-size: 14px;
        color: #a3a3a3;
        height: 100%;

    }

    .jp-intro i {
        /* font-size: 16px; */
        display: inline;
        margin-right: 10px;
    }

    .jp-intro .a1 p,
    .a2 p,
    .a3 p {
        padding: 0 0px;
        padding-top: 20px;
        line-height: 1.5em;

    }

    .jp-intro .a1 {
        padding-right: 30px;
    }

    .jp-intro .a2 {
        padding: 0 30px;
    }

    .jp-intro .a3 {
        padding-left: 30px;
    }

    /* S3 */
    .serivce-intro {
        padding: 60px 0;
    }

    .serivce-intro h3 {
        font-size: 30px;
        margin-bottom: 50px;
    }



    /* 註腳 */
    footer .bottom-time,
    .bottom-contact,
    .bottom-menu,
    .bottom-sm {
        padding-bottom: 10px;
        border-bottom: none;
        height: 190px;
    }

    footer .bottom-time img {
        margin-top: 5px;
        width: 90px;
    }


    /* 電腦版結尾 */
}

/* 元件共用區 */

/* bread */
.breadsection {
    background-color: rgb(255, 255, 255);
    text-align: right;
}

.breadcrumb {
    margin-bottom: 0;
    background-color: #fff;
    padding: 10px 0;
    font-size: 14px;
}

.scrollTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    z-index: 100;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #2374c0;
    line-height: 45px;
    text-align: center;

}

.scrollTop a {
    display: block;
    height: 100%;
    width: 100%;
    font-size: 18px;
    color: #fff;
}