﻿.tab-pane a:first-child {
    border-top-width: 0;
}

.banner {
    position: relative;
    width: 100%;
    overflow: auto;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: rgba(255,255,255,.6);
    text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
    background: #5b4d3d;
    box-shadow: 0 1px 2px rgba(0,0,0,.25);
}

    .banner ul {
        margin: 0;
        padding: 0;
    }

    .banner li {
        list-style: none;
        background-image: url(/_x/img/banner/banner_BG.jpg);
        background-repeat: repeat-x;
    }

    .banner ul li {
        background-position: center center;
    }


    .banner h1, .banner h2 {
        font-size: 40px;
        line-height: 52px;
        color: #1e1582;
    }

    .banner .dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20px;
    }

        .banner .dots li {
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: 0 4px;
            text-indent: -999em;
            border: 0px solid #c2c2c2;
            border-radius: 6px;
            cursor: pointer;
            opacity: .4;
            -webkit-transition: background .5s, opacity .5s;
            -moz-transition: background .5s, opacity .5s;
            transition: background .5s, opacity .5s;
            background-color: #c2c2c2;
        }

            .banner .dots li.active {
                opacity: 1;
                border-color: #FF6600;
                background: #FF6600;
            }

.nav-tabs {
    /*background-color:#161616;*/
}

.tab-content {
    background-color: #fff;
    color: #fff;
    padding: 5px
}


.nav-tabs > li.active > #a1,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background: #337ab7;
    border: medium none;
    border-radius: 0;
    color: #fff;
}

.nav-tabs > li.active > #a2,
.nav-tabs > li.active > #a2:focus,
.nav-tabs > li.active > #a2:hover {
    background: #227700;
    border: medium none;
    border-radius: 0;
    color: #fff;
}

.nav-tabs > li > a,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
    background: #b8b1ae;
}

/* 最新訊息-日期 */
.cus-span-bg-337ab7-fff {
    background-color: #337ab7;
    color: #fff;
}


@media (max-width: 768px) {
    .banner img {
        width: 100%;
    }

    .banner ul li {
        height: 310px;
    }

    .banner .inner {
        padding: 10px 20px;
    }
}

.bc-social {
    padding: 20px 0;
    text-align: center;
    background-color: #f5f5f5;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.linkicon-area {
    margin-bottom: 15px;
}

.linkicon1 {
    padding: 0px 0px;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 7px;
    cursor: pointer;
}

.linkicon1:hover {
    background-color: #4678b1 !important;
    transition: all 0.5s ease-in-out;
}

.linkicon1 .icon-img {
    padding: 15px 20px;
}

.linkicon1 img {
    margin-bottom: 8px;
    width: 80%;
}

.linkicon1 span {
    text-align: center;
    color: white;
    cursor: pointer;
    text-shadow: rgb(5, 5, 5) 0px 0px 5px;
    letter-spacing: 2px;
    display: block;
    font-size: 1em;
    min-height: 5em;
}

.linkicon1.icon-1 {
    background-color: #79bfac;
}

.linkicon1.icon-2 {
    background-color: #c7c852;
}

.linkicon1.icon-3 {
    background-color: #8dc682;
}

.linkicon1.icon-4 {
    background-color: #a5c65f;
}

.linkicon1.icon-5 {
    background-color: #8dc682;
}

.linkicon1.icon-6 {
    background-color: #c7c852;
}

.linkicon1.icon-7 {
    background-color: #c6bd82;
}

.linkicon1.icon-8 {
    background-color: #c7c852;
}

.testflex {
    display: flex;
}

.testflex canvas {
    background-color: #FFFFFF;
    flex-grow: 1;
    /*height: auto;
            width: 100%;*/
}

.logo-img {
    margin-right: 4px;
    width: 41px;
    height: 40px;
}

.logo-title {
    color: white;
}

.cus-bg-e1f1ad {
    background-color: #e1f1ad;
}

.cus-bg-77b590 {
    background-color: #77b590;
}

.cus-bg-fff {
    background-color: #fff;
}

.cus-noscript-sytle {
    background-color: #ffb;
    border: dashed 1px #db0;
    padding: .5em;
}

.cus-info-content-ul {
    margin-left: 3px;
}

.cus-info-content-ul td:first-child {
    max-width: 85px;
    vertical-align: text-top;
}

.cus-info-content-ul td:first-child > span {
    background-color: #227700;
    color: #fff;
}
/* 麵包削 */
.cus-breadcrumb {
    padding: 8px 15px;
}

/*#map {
    height: 400px;
}*/

.offcanvas-end {
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
    transition: all 0.4s ease;
}

.offcanvas-end.show {
    opacity: 1;
    pointer-events: all;
    transform: translateX(0);
}

.offcanvas-start {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-100%);
    transition: all 0.3s ease;
}

.offcanvas-start.show {
    opacity: 1;
    pointer-events: all;
    transform: translateX(0);
}

.offcanvas-top {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-100%);
    transition: all 0.4s ease;
}

.offcanvas-top.show {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}

.offcanvas-bottom {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
    transition: all 0.4s ease;
}

.offcanvas-bottom.show {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}

 #content {
    min-height: calc(100vh - 162px);
}
