body {
    float: left;
    width: 100%;
    position: relative;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
    color: #5d5d5d;
    font-size: 16px;
    line-height: 30px;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

a {
    color: #181818;
    background: transparent;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        color: #777777;
    }

img {
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    /*width: 100%;*/
    max-width: 100%;
}

p {
    text-align: justify;
}

ul {
    list-style: none;
    padding: 0;
}

.mb-30 {
    margin-bottom: 30px;
}




.project-box a,
.welcome-box > a,
.about-detail a,
.welcome-box > a span,
.simple-text > a,
.sponsor:before,
.about-carousel .owl-nav > div:before,
.about-carousel .owl-nav > div,
.service-box h4,
.service-box i,
.service-box p,
.service-box::before,
.about-carousel .owl-nav,
.clients-testimonials .owl-nav > div,
.blog-detail strong a,
.blog-detail > h4 a:hover,
.simple-service h5,
.simple-service i,
.social-icons a,
.details:before,
.project img,
.links > h3 a,
.product-detail h3 a,
.product-img > a,
.product-img > img,
.fancy-post li a,
.table-bg:before,
.fancy-post h3 a,
.product-details .nav li a:before,
.product-details .nav li a:after,
.gallery-widget a:before,
.footer-links li a,
nav ul li a,
.header-search input,
.social a,
nav ul li ul li,
body,
.menu-links,
header,
.member h4 a,
.logo img,
nav,
.header-search,
.social {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}




#primary_nav_wrap ul ul ul {
    top: -10px;
    left: 100%;
    border-bottom: none;
}



#primary_nav_wrap ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0
}


#primary_nav_wrap ul ul {
    display: none;
}


#primary_nav_wrap ul li:hover > ul {
    display: block
}


/*--header---*/
.theme-layout {
    float: left;
    width: 100%;
}

    .theme-layout.boxed {
        background: none repeat scroll 0 0 #FFFFFF;
        float: none;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        z-index: 1;
        width: 1230px;
        -webkit-box-shadow: 0 0 6px #000000;
        -moz-box-shadow: 0 0 6px #000000;
        -ms-box-shadow: 0 0 6px #000000;
        -o-box-shadow: 0 0 6px #000000;
        box-shadow: 0 0 6px #000000;
    }

.block {
    float: left;
    width: 100%;
    position: relative;
}

    .block.parallax-sec {
        padding: 90px 0;
    }

    .block.remove-gap {
        padding-top: 0;
    }

    .block.remove-bottom {
        padding-bottom: 0;
    }

    .block.gray {
        background: #efefef none repeat scroll 0 0;
    }


.remove-ext {
    float: left;
    margin-bottom: -30px;
    width: 100%;
}




/* =============== Header ===================== */
header {
    background: none repeat scroll 0 0 #ffffff;
    float: left;
    padding: 10px 0;
    position: relative;
    width: 100%;
    z-index: 100;
    border-top: 6px solid #2781c6;
    box-shadow: 0 0 6px 3px #ccc;
}

.logo {
    float: left;
    width: 170px;
}

    .logo img {
        max-width: 100%;
    }

nav {
    float: right;
}

    nav ul {
        float: left;
        padding: 0;
        margin-bottom: 0;
        list-style-type: none;
    }

        nav ul li {
            float: left;
            position: relative;
        }

            nav ul li a {
                color: #364253;
                float: left;
                font-size: 15px;
                line-height: inherit;
                text-transform: uppercase;
                padding: 10px 15px;
                font-weight: 600;
            }

            nav ul li ul {
                padding-top: 10px;
                width: 200px;
                position: absolute;
                top: 100%;
                left: -99999px;
                border-bottom: 5px solid #972d8d;
            }

    nav > ul > li:hover > ul {
        left: 0;
    }

    nav ul li ul li {
        background: rgb(249 249 249) none repeat scroll 0 0;
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        opacity: 0;
    }

        nav ul li ul li a {
            padding: 10px 20px;
            color: #364253;
            font-size: 16px;
        }


    nav ul li:hover > a,
    nav ul li:focus > a,
    .header-nav .active > a {
        color: #2781c6;
    }

.header-nav .active > a {
    background: linear-gradient(135deg, #667eea, #9b59b6);
    color: #fff !important;
    border-radius: 20px;
    padding: 3px 15px;
}

.header-nav {
    display: flex;
    align-items: center;
}

.header-nav .active > a .ml-8 {
    margin-right: 0;
}

.ml-8 {
    margin-right: 8px;
}

nav > ul li:hover > ul > li {
    opacity: 1
}

header.stick {
    position: fixed;
    top: 0;
    z-index: 1000000;
    left: 0;
}

    header.stick.sticky {
        background: #fff none repeat scroll 0 0;
        padding: 10px 0;
    }



/*=============== Responsive Header ===================*/
.responsive-header {
    display: none;
}

.responsive-menu {
    background: none repeat scroll 0 0 #ffffff;
    float: left;
    width: 100%;
    padding: 10px;
    position: relative;
}



    .responsive-menu .logo img {
        width: 100%;
    }

    .responsive-menu > span {
        background: #237ec4 none repeat scroll 0 0;
        color: #ffffff;
        cursor: pointer;
        float: right;
        font-size: 19px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        width: 40px;
        margin: 15px 10px;
    }

.menu-links {
    background: none repeat scroll 0 0 #171717;
    height: 100%;
    padding: 20px;
    width: 200px !important;
    z-index: 10000;
    position: fixed;
    right: -200px;
    top: 0;
}

    .menu-links.slide {
        right: 0;
    }

    .menu-links > ul {
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
        list-style: outside none none;
    }

        .menu-links > ul li {
            float: left;
            position: relative;
            width: 100%;
        }

            .menu-links > ul li a {
                color: #bfbfbf;
                font-size: 15px;
                padding: 10px 0;
                float: left;
                width: 100%;
            }

            .menu-links > ul li:before,
            .menu-links > ul li:after {
                background: none repeat scroll 0 0 #404040;
                content: "";
                height: 1px;
                width: 100%;
                position: absolute;
                bottom: 0;
                left: 0;
            }

            .menu-links > ul li:after {
                background: #000000;
                bottom: 1px;
            }

            .menu-links > ul li ul {
                float: left;
                list-style: outside none none;
                margin: 0;
                padding: 0 0 0 20px;
                width: 100%;
                display: none;
            }

.responsive-header .topbar {
    display: none;
}

.responsive-menu span.show-topbar {
    background: none repeat scroll 0 0 #3f3f3f;
    color: #ffffff;
    line-height: 30px;
    margin-left: -15px;
    text-align: center;
    height: 30px;
    width: 30px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.show-topbar i {
    color: #ffffff;
    float: left;
    line-height: 30px;
    width: 100%;
}

.show-topbar.slide i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


/* =============== Slider ===================== */
.slider {
    float: left;
    width: 100%;
    position: relative;
}

.slide-title {
    color: #FFF;
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: bold;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
}

.slide-subtitle {
    background: #fff;
    text-transform: uppercase;
    padding: 10px 30px;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    letter-spacing: 2px;
}

/*.slide-title2 {
    color: #fff;
    font-weight: 700;
    line-height: 70px;
    font-size: 30px;
    text-transform: uppercase;
    padding: 10px 30px;
    background: #333;
    letter-spacing: 1px;
}*/

.slide-title2 {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    line-height: 45px;
    letter-spacing: 1px;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
}

}

/*--index-service--*/
.process-section {
    position: relative;
    padding: 100px 0px 50px;
}

    .process-section .pattern-layer-one {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 911px;
        height: 579px;
        background-repeat: no-repeat;
    }

    .process-section .pattern-layer-two {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 579px;
        background-repeat: no-repeat;
    }


.service-item {
    background-color: #061b2f;
    z-index: 1;
    text-align: center;
    padding: 40px 30px;
    border-radius: 10px;
    position: relative;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    margin-bottom: 50px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

    .service-item:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #061b2fad;
        z-index: -1;
        border-radius: 10px;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
    }


    .service-item:hover {
        -webkit-transform: translate(0, -10px);
        transform: translate(0, -10px);
    }


        .service-item:hover:after {
            opacity: .30;
        }


    .service-item i {
        display: inline-block;
        width: 90px;
        height: 90px;
        line-height: 80px;
        border-radius: 50%;
        background-color: #ffffff;
        border: 1px solid #ffffff;
        font-size: 35px;
        margin-bottom: 30px;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
    }

        .service-item i img {
            width: 52px;
        }

    .service-item h3 {
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 8px;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
        color: #fff;
        letter-spacing: 1px;
    }


/*--index-title--*/
.title {
    margin-bottom: 50px;
    margin-top: -7px;
}

    .title h2 {
        font-weight: 700;
        font-size: 30px;
        margin-bottom: 0;
        padding-bottom: 15px;
        position: relative;
        color: #364253;
    }

        .title h2:before {
            position: absolute;
            content: '';
            left: 0;
            bottom: 0;
            width: 80px;
            height: 5px;
            background-color: #2781c6;
            border-radius: 5px;
        }

/*-- BreadCrumbs --*/
.breadcrumbs {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*position: relative;*/
    /*padding: 70px 0;*/
    z-index: 10;
}

    .breadcrumbs::before {
        background: #000;
        opacity: 0.6;
    }

.bread-inner {
    padding: 50px 0 20px;
}

.breadcrumbs h2 {
    color: #fff;
    text-transform: capitalize;
    font-size: 24px;
    margin: 0;
    padding: 0;
    line-height: 45px;
    z-index: 333;
    position: relative;
    font-weight: 700;
    padding-top: 0px;
    text-align: center;
}

.breadcrumbs ul li {
    display: inline-block;
}

.breadcrumbs .bread-menu {
    color: #fff;
    z-index: 333;
    position: relative;
    line-height: initial;
    padding-left: 10px;
    font-size: 0;
}

    .breadcrumbs .bread-menu:before {
        content: "";
        position: absolute;
        top: 50%;
        width: 32px;
        height: 5px;
        left: 0;
        background: #2781c6;
        margin-top: -2.5px;
    }

    .breadcrumbs .bread-menu li a {
        color: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-size: 16px;
        font-weight: 600;
        padding-right: 8px;
        margin-right: 8px;
        display: inline-block;
    }

        .breadcrumbs .bread-menu li a:hover {
            opacity: 0.8;
            color: #fff !important;
        }

    .breadcrumbs .bread-menu li:first-child {
        margin: 0;
        padding-left: 40px;
    }

    .breadcrumbs .bread-menu li + li::before {
        content: "\f105";
        font-family: 'FontAwesome';
        left: -7px;
        position: relative;
        font-size: 18px;
    }

/*--選單-*/
.sideNav {
    margin-bottom: 50px;
}

.breadcrumbs .sideNav {
    position: relative;
    z-index: 333;
    margin-bottom: 0;
    padding: 10px 0 30px;
}

.breadcrumbs .sideNav ul {
    background: rgba(255, 255, 255, 0.85);
    border-radius: 50px;
    padding: 10px 20px;
    flex-wrap: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;
    justify-content: center;
}

.breadcrumbs .sideNav ul::-webkit-scrollbar {
    display: none;
}

.breadcrumbs .sideNav li {
    flex-shrink: 0;
}

.breadcrumbs .sideNav .readmore span {
    white-space: nowrap;
}

.sideNav-scroll-wrap {
    position: relative;
    line-height: 25px;
}

.breadcrumbs .sideNav .scroll-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    z-index: 10;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    font-size: 16px;
    color: #764ba2;
    transition: all 0.3s ease;
}

.breadcrumbs .sideNav .scroll-arrow:hover {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}

.breadcrumbs .sideNav .scroll-arrow.show {
    display: flex;
}

.breadcrumbs .sideNav .scroll-arrow-left {
    left: 0;
}

.breadcrumbs .sideNav .scroll-arrow-right {
    right: 0;
}

.breadcrumbs .sideNav .readmore {
    border: none;
    padding: 0;
    vertical-align: top;
}

.breadcrumbs .sideNav .readmore span {
    background: transparent;
    color: #555;
    border: none;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 30px;
    float: none;
    width: auto;
}

.breadcrumbs .sideNav .readmore span:hover {
    background: rgba(155, 89, 182, 0.15);
    color: #764ba2;
}

.breadcrumbs .sideNav li.active .readmore {
    background: linear-gradient(135deg, #667eea, #9b59b6);
    border-radius: 30px;
}

.breadcrumbs .sideNav li.active .readmore span {
    background: transparent;
    color: #fff;
    border: none;
}

    .sideNav ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        display: -webkit-flex;
        display: flex;
        display: -ms-flexbox;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .sideNav li {
        margin: 0 10px;
    }

.readmore {
    border: 1px solid #3665b3;
    display: inline-block;
    padding: 3px;
    border-radius: 20px;
}

    .readmore span {
        background: none repeat scroll 0 0 #fff;
        color: #3665b3;
        float: left;
        font-size: 16px;
        padding: 5px 30px;
        width: 100%;
        font-weight: 600;
        border: 1px solid;
        border-radius: 16px;
    }

        .sideNav li.active .readmore span,
        .readmore span:hover {
            background: none repeat scroll 0 0 #2781c6;
            color: #fff;
            float: left;
            font-size: 16px;
            padding: 5px 30px;
            width: 100%;
        }

.back span {
    background: none repeat scroll 0 0 #2781c6;
    color: #fff;
}

    .back span:hover {
        background: none repeat scroll 0 0 #983087;
        color: #fff;
    }

.back {
    float: right;
}

.mt-20 {
    margin-top: 20px;
}

/*about--*/
.p-80 {
    padding: 80px 0;
    min-height: 500px;
}

.about-section::before {
    content: '';
    position: absolute;
    background: url(../img/circle.png) no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
}

.ab-title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #2781c6;
    margin-top: 0;
    margin-bottom: 20px;
}

.ab-title2 {
    font-size: 26px;
    color: #9a2e8c;
    font-weight: 700;
    margin: 10px auto 20px;
    text-transform: uppercase;
}

.list-icon {
    color: #fff;
    background: #2781c6;
    height: 45px;
    width: 45px;
    min-width: 45px;
    text-align: center;
    line-height: 43px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    margin-right: 10px;
}

.list-item ul li {
    font-size: 20px;
    line-height: 26px;
    color: #031026;
    text-transform: uppercase;
    font-weight: 600;
    margin: 15px 0;
}

.img-fluid {
    width: 100%;
}

/*news-*/
.news {
    margin-bottom: 20px;
    border-bottom: 1px #edf0f5 solid;
}

.news-item {
    color: #333;
    display: inline-flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
}

.date {
    opacity: .8;
    padding-right: 30px;
    width: 100px;
    text-align: center;
}

.day {
    font-size: 35px;
    line-height: 1;
    display: block;
    font-weight: 500;
}

.month,
.year {
    font-size: 14px;
}

.newsR {
    padding-left: 40px;
    position: relative;
    width: calc(100% - 100px);
    display: flex !important;
    flex-wrap: wrap !important;
}

    .newsR:before {
        position: absolute;
        content: '';
        width: 1px;
        height: 80%;
        background-color: rgb(0 0 0);
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

.news-title {
    font-size: 18px;
    margin: 15px 0;
    font-weight: 500;
    line-height: 22px;
}

.news-item:hover {
    color: #2781c6;
}

    .news-item:hover .newsTag {
        background-color: #ec1b3b;
    }

/*news-card*/
.news-card {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: box-shadow 0.3s ease;
}

.news-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.news-card a {
    color: #333;
    display: block;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0.05);
}

.news-card-img {
    overflow: hidden;
}

.news-card-img img {
    pointer-events: none;
}

.news-card-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-card:hover .news-card-img img {
    transform: scale(1.05);
}

.news-card-body {
    padding: 15px 20px 10px;
}

.news-card-date {
    font-size: 14px;
    color: #999;
}

.news-card-title {
    font-size: 17px;
    font-weight: 600;
    margin: 8px 0 0;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-card-footer {
    padding: 0 20px 15px;
    text-align: right;
}

.news-card-read {
    font-size: 14px;
    color: #764ba2;
    font-weight: 600;
}

.news-card:hover .news-card-read {
    color: #667eea;
}

@media (max-width: 767px) {
    .news-card-img img {
        height: 160px;
    }
}

.btn-style {
    display: table;
    margin-left: auto;
    margin-top: 30px;
}

    .btn-style a {
        color: #fff;
        /* padding: 5px 20px; */
    }

.btn-deco {
    width: 80px;
    height: 1px;
    background: rgb(255 255 255 / .3);
}

.btn-txt {
    margin-left: 10px;
}

.btn-style:hover .btn-deco {
    transform: translateX(100%);
    background: rgb(255 255 255 / .8);
}

.detail-page::before {
    position: fixed;
    content: '';
    background-image: url(../img/new-bg.jpg);
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: .07;
    bottom: 0;
    right: 0;
}

/*--pdt--*/
.details:before,
.project img,
.center {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.project {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px 3px #ccc;
}

    .project img {
        width: 100%;
    }

    .project:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

.project-overlay {
    height: 100%;
    padding: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.details {
    float: left;
    height: 100%;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
}

    .details:before {
        content: "";
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0.9;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #2781c6;
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform: scaleY(0);
    }

.project:hover .details:before {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.project h3 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}

    .project h3:before {
        content: "";
        width: 50px;
        height: 3px;
        background: white;
        margin-left: -25px;
        position: absolute;
        bottom: 0;
        left: 50%;
    }

.center {
    padding: 0 20px;
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -40px;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}

.project:hover .center {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

/* 產品縮圖容器：限制 hover 放大與遮罩效果在圖片範圍內，不影響底部名稱 */
.project-thumb {
    position: relative;
    overflow: hidden;
}

/* 產品名稱：常駐顯示於縮圖下方 */
.project-name {
    padding: 15px 12px;
    margin: 0;
    text-align: center;
    color: #003366;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
    background: #fff;
}

/*--pdt-detail--*/
.item .thumb {
    width: 25%;
    cursor: pointer;
    float: left;
    padding: 1px;
    margin-top: 10px;
}

    .item .thumb img {
        width: 100%;
        border: 1px solid #2781c621;
    }

.item img {
    width: 100%;
}

.carousel-control {
    position: absolute;
    top: 50px !important;
    bottom: 0;
    width: 3% !important;
    font-size: 20px;
    color: #2781c6 !important;
    text-align: center;
    opacity: 1 !important;
    text-shadow: 0 1px 2px rgb(0 0 0 / 0%);
}

.detail-title h2 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 25px;
    padding-left: 15px;
    position: relative;
    color: #9f2e89;
    margin-top: 0;
}

    .detail-title h2:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 4px;
        height: 100%;
        background: linear-gradient(to bottom, #667eea, #9b59b6);
        border-radius: 5px;
    }

.detail-p h4 {
    color: #2781c6;
    font-weight: bold;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.detail-p p {
    margin-bottom: 0;
}

/*-pagination*/
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #2781c6;
    border-color: transparent;
    border-radius: 0;
}

.page-item .page-link {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-left: 0;
    line-height: 1.25;
    color: #fff;
    background-color: #364253;
    border: 0 solid transparent;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.page-item .page-link:hover {
    color: #fff;
    background-color: #2781c6;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
{
    color: #fff;
    background-color: #2781c6;
}

/*---inv-list---*/
.ab-categories-header {
    padding: 20px 0px 20px 15px;
    font-size: 24px;
    text-align: left;
    letter-spacing: 4px;
    color: #ffffff;
    font-weight: bold;
    background: #2781c6;
}

.ab-categories-list,
.ab-categories-list ul,
.ab-categories-list ul li,
.ab-categories-list ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
}

    .ab-categories-list ul > li a {
        font-size: 16px;
        border-left: 4px solid #d8d8d8;
        text-align: left;
        padding: 20px 0 20px 15px;
        line-height: 150%;
        zoom: 1;
        transition: 0.3s linear;
        color: #364253;
        font-weight: bold;
    }

    .ab-categories-list .nav li a:hover {
        border-left: 4px solid #2781c6;
        color: #2781c6;
        background: #f9f9f9;
    }

    .ab-categories-list .nav li a.active,
    .ab-categories-list .nav li a:focus {
        border-left: 4px solid #2781c6;
        color: #2781c6;
        background-color: #f9f9f9 !important;
        font-weight: bold;
    }

/*---inv---*/
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    border-right: 1px solid #ddd;
}

.inv-ti h2 {
    margin: 10px 0 20px;
    color: #364253;
    font-size: 28px;
    font-weight: bold;
}

.in-ti {
    padding: 20px !important;
    font-size: 18px !important;
    background: #2781c6 !important;
    color: #fff !important;
    width: 20%;
    text-align: center;
}

.in-pi {
    padding: 20px !important;
    font-size: 18px;
    background: #2781c6;
    color: #fff;
    text-align: center;
    width: 80%;
}

.in-t {
    padding: 20px !important;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.in-p {
    padding: 20px !important;
    font-size: 16px !important;
}

.inv-dl-list {
    margin: 10px 0;
}

.inv-dl-ti {
    padding: 12px 20px;
    background: #f1f0f0;
    border-radius: 5px;
}

    .inv-dl-ti h4 {
        color: #364253;
    }

    .inv-dl-ti span {
        float: right;
    }

.inv-dl-list a:hover,
.inv-dl-list a:focus,
.inv-dl-list a:active {
    text-decoration: none;
}

    .inv-dl-list a:hover .inv-dl-ti,
    .inv-dl-list a:focus .inv-dl-ti,
    .inv-dl-list a:active .inv-dl-ti {
        background: #2781c6;
    }

        .inv-dl-list a:hover .inv-dl-ti h4,
        .inv-dl-list a:focus .inv-dl-ti h4,
        .inv-dl-list a:active .inv-dl-ti h4 {
            color: #fff;
            text-decoration: none;
        }

.inv-ti p {
    margin-bottom: 15px;
}

.panel-group {
    border: none;
}

.panel-default {
    border: none;
}

.panel-heading {
    padding: 12px 20px;
    background: #f1f0f0;
    border-radius: 5px;
    margin-bottom: 10px;
}

.panel-title {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #364253;
}

.panel-body {
    padding: 0;
}

.table .table-bordered {
    margin-bottom: 0 0 20px;
}

.table-s th {
    padding: 10px;
    text-align: center;
    background: #eee;
}

.table-s2 td {
    padding: 10px;
    text-align: center;
}

.table-s2 th {
    text-align: center;
}

.table-s2 img {
    width: 60px;
    max-width: none;
}

/*--contact--*/
.inner-column {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

    .inner-column h4 {
        color: #2781c6;
        font-weight: bold;
    }

.info-column .info-list li {
    position: relative;
    padding-left: 30px;
    color: #666666;
    font-size: 16px;
    margin-bottom: 12px;
}

.info-list li i {
    color: #90287f;
    font-size: 15px;
    margin-right: 15px;
}

.contact {
    background: #fff;
    padding: 20px 40px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 18%);
    border-top: 4px solid #2781c6;
}

.form-control {
    border-radius: 0;
    height: 40px;
}

.cont-form label {
    color: #181818;
}

.custom-btn {
    border-radius: 0px;
    padding: 6px 25px;
    font-weight: 600;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    margin: 10px 0;
    float: right;
}

.btn-15 {
    background: #2781c6;
    color: #ffffff;
    border: none;
    z-index: 1;
}

    .btn-15:after {
        position: absolute;
        content: "";
        width: 0;
        height: 100%;
        top: 0;
        right: 0;
        z-index: -1;
        background-color: #9e2b92;
        border-radius: 0px;
        transition: all 0.3s ease;
    }

    .btn-15:hover:after {
        left: 0;
        width: 100%;
    }

/*--footer--*/
.bottom-footer {
    background: none repeat scroll 0 0 #364253;
    float: left;
    padding: 30px 0;
    width: 100%;
}

.footer-links {
    float: left;
    width: 100%;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

    .footer-links li {
        float: left;
        padding-right: 22px;
        margin-bottom: 10px;
        color: #bfbfbf;
    }

        .footer-links li a {
            color: #bfbfbf;
            font-size: 16px;
            line-height: 20px;
        }

            .footer-links li a:hover {
                color: #fff;
                font-size: 16px;
                line-height: 20px;
            }

.copyright {
    color: #bfbfbf;
    float: left;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    width: 100%;
}

    .copyright a {
        color: #bfbfbf;
    }

        .copyright a:hover {
            color: #fff;
        }

@media (max-width:767px) {
    .copyright {
        color: #999898;
        float: left;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        width: 100%;
    }
}

/*--gotop--*/
.gotop {
    position: fixed;
    width: 50px;
    height: 50px;
    background: #2781c6;
    bottom: 70px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    border-radius: 50px;
    z-index: 1;
}

    .gotop:hover,
    .gotop:focus,
    .gotop:active {
        text-decoration: none !important;
        color: #fff;
    }


    .gotop i {
        font-size: 30px;
        padding-bottom: 4px;
    }

/*------ Menulist ------*/
.Menulist {
    clear: both;
}

    .Menulist ul {
        margin: 0px;
        padding: 0px;
    }

        .Menulist ul li {
            margin: 0px 20px 10px 0px;
            width: 45%;
            float: left;
            list-style-type: none;
        }

            .Menulist ul li:nth-child(2n) {
                margin: 0px 0px 10px;
                float: right;
            }

            .Menulist ul li a {
                background-position: 15px 12px;
                padding: 10px 15px;
                border: 1px solid #b0afaf;
                border-image: none;
                display: block;
                background-repeat: no-repeat;
                background-color: #fff;
                color: #5c5b5b;
                font-size: 18px;
                text-align: center;
                border-radius: 20px;
                -moz-box-shadow: 0px 1px 6px rgba(197, 193, 193, 0.5);
                -webkit-box-shadow: 0px 1px 6px rgba(197, 193, 193, 0.5);
                box-shadow: 0px 1px 6px rgba(197, 193, 193, 0.5);
            }

                .Menulist ul li a:hover {
                    color: #ffffff;
                    text-decoration: none;
                    background-color: #2781c6;
                }

@media (max-width: 767px) {
    .Menulist ul li {
        margin: 0px 20px 10px 0px;
        width: 100%;
        float: left;
        list-style-type: none;
    }
}




/*1014inv*/
.time {
    display: inline-block;
    width: 120px;
    color: #2781c6;
}


.inv-dl-ti span {
    float: right;
    margin: 5px 0;
}

.inv-dl-ti h4 {
    display: contents;
}

.inv-dl-list:hover .time {
    color: #fff;
}

@media (max-width: 767px) {

    .sideNav li {
        margin: 0 5px;
    }

    .readmore span {
        padding: 5px 15px;
    }
}

.inv-li li {
    margin-bottom: 20px;
}

    .inv-li li a {
        padding: 8px 10px;
        border: none;
        display: block;
        background-color: #2781c6;
        color: #ffffff;
        font-size: 18px;
        border-radius: 0;
        -moz-box-shadow: 0px 1px 6px rgba(197, 193, 193, 0.5);
        -webkit-box-shadow: 0px 1px 6px rgb(197 193 193 / 50%);
        box-shadow: 0px 1px 6px rgb(197 193 193 / 50%);
        min-height: 70px;
        line-height: 26px;
        display: flex;
    }

.inv-li i {
    width: 20px;
}
/*---法說會---*/
.inv3 thead {
    background: #2781c6;
    color: #fff;
}

    .inv3 thead th {
        text-align: center;
    }

.inv3 > tbody > tr > td {
    vertical-align: middle;
}
