﻿@charset "utf-8";
@import url(animate.css);
/* ****************************************************************************

　目錄
-------------------------------------------------------------------------------
  01. 重置風格
  02. 標籤基本設定
  03. 網站表頭佈局
  04. 中文版 *** 字型
  05. 英文版 *** 字型
  06. 中文版置頂導覽 ***整體樣式引用
  07. 英文版導覽 
  08 . 網站主架構 wrapper 佈局
  09. 網站表尾佈局
  10. 分頁導覽
  

　網站標準色
-------------------------------------------------------------------------------
  灰藍 #041335  53,74,95
  深藍 #333BE2  51,59,226
  藍綠 #21bedd , #33dddd  

******************************************************************************* */
/* ==
　01. 重置風格
=============================================================================== */
/*

/* html5doctor.com Reset Stylesheetv1.6.1*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption,
figure, footer, header, hgroup, menu, nav, section, summary, time,
mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

body {
    line-height: 1.7em;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

    nav ul, div ul {
        list-style: none;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}



/* ==
　02 . 標籤基本設定
=============================================================================== */
html, body {
    padding: 0;
    margin: 0;
    min-width: 1100px;
    width: 100%;
    height: 100%;
}

body {
    font: 14px Arial, "Microsoft JhengHei";
    color: #000;
    font-style: normal !important;
}
/* --------------------------------------------------------------- */
* {
    -webkit-text-size-adjust: none; /*Chrome font-size line-height*/
}

a {
    color: #666;
    text-decoration: none;
}

    a:link, a:visited {
        color: #000;
        text-decoration: none;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
        -moz-transition: all .2s ease-in;
    }

    a:hover, a:active {
        color: #000;
        text-decoration: none;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
        -moz-transition: all .2s ease-in;
    }

h1, h2, h3, h4, h5, h6, form {
    margin: 0;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 19px;
}

h3 {
    font-size: 17px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 13px;
}

h6 {
    font-size: 11px;
}


img {
    border: 0;
    width: auto;
    height: auto;
}

.select {
    color: #313131;
    padding: 5px;
    border: 1px solid #3aabe8;
    border-radius: 3px;
    margin-bottom: 20px;
    width: auto;
}

.button {
    display: inline-block;
    margin-top: 5px;
    height: 25px;
    cursor: pointer;
}

.text {
    border: 1px solid #c0bbb4;
    height: 17px;
    padding-top: 3px;
}

.select {
    border: 1px solid #c0bbb4;
}

.checkbox {
    vertical-align: middle;
    margin: 0 5px 0 0;
    +margin:0;
}

.textarea {
    color: #666;
    border: 1px solid #c0bbb4;
    padding-top: 5px;
    width: 100%;
}

ul, ol, li, figure, img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
}

br {
    content: "";
    display: block;
    margin: 5px 0 0;
}
/* --
  頁面回頂端
--------- */
#top {
    position: fixed;
    right: 10px;
    bottom: 60px;
    z-index: 10000;
    background: url(/Content/img/arrow-right.png) no-repeat;
    display: block;
    display: none;
    cursor: pointer;
    width: 38px;
    height: 38px;
}


.record {
    font-size: 12px;
}

    .record span {
        padding: 0 5px;
    }

        .record span:nth-child(1):before {
            content: '資料共';
        }

        .record span:nth-child(1):after {
            content: '筆';
        }

        .record span:nth-child(2):after {
            content: '頁';
        }

        .record span:lang(en):nth-child(1):before {
            content: 'Results';
        }

        .record span:lang(en):nth-child(1):after {
            content: '/';
        }

        .record span:lang(en):nth-child(2):after {
            content: 'page';
        }

/* ==
　03. 網站表頭佈局
=============================================================================== */
#header {
    position: relative;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 99999;
    *background: #333BE2;
    background: rgba(255,255,255,.2);
    width: 100%;
    min-width: 1100px;
    height: 65px;
}

.header {
    position: relative;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 0;
    background: #999;
    opacity: .5;
    width: 100%;
    min-width: 1100px;
    height: 65px;
}

.scroll {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    background: #0779d6 !important;
}
/* --
  置頂導覽設定
--------- */
#header .top-navigation {
    position: absolute;
    top: -27px;
    right: 3px;
}

    #header .top-navigation ul {
        padding: 0;
    }

        #header .top-navigation ul li {
            float: left;
            margin: 0;
        }

            #header .top-navigation ul li a {
                position: relative;
                font-size: 13px;
                line-height: 23px;
                color: #fff;
                background: #304471;
                display: block;
                padding: 0 18px;
                height: 23px;
                cursor: pointer;
            }

            #header .top-navigation ul li:nth-of-type(2) a {
                background: #041335;
            }

                #header .top-navigation ul li:nth-of-type(2) a:before {
                    position: absolute;
                    left: -12px;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 11.5px 12px 11.5px 0;
                    border-color: transparent #041335 transparent transparent;
                    content: "";
                }

            #header .top-navigation ul li a:before {
                position: absolute;
                left: -12px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 11.5px 12px 11.5px 0;
                border-color: transparent #304471 transparent transparent;
                content: "";
            }

            #header .top-navigation ul li a:hover {
                background: #000;
            }

                #header .top-navigation ul li a:hover:before {
                    border-color: transparent #000 transparent transparent;
                    content: "";
                }
/* ==
　04. 中文版 *** 字型
=============================================================================== */

[class*="default"] {
    font-family: "Microsoft JhengHei",seri,sans-serif,cursive,fantasy,monospace;
}

    [class*="default"] h1 span,
    [class*="default"] h1 b {
        text-transform: uppercase;
        font-family: 'Montserrat',Arial, Helvetica, sans-serif; /* ---------大標題--------- */
        font-weight: 900;
    }

    [class*="default"] h1,
    [class*="default"] h2 {
        font-family: "Microsoft JhengHei",sans-serif;
        ;
        text-transform: uppercase;
        font-weight: 900;
    }

    [class*="default"] li,
    [class*="default"] span,
    [class*="default"] strong,
    [class*="default"] p {
        font-family: "Microsoft JhengHei",sans-serif;
    }

/* ==
　05. 英文版 *** 字型
=============================================================================== */
[class*="en"]* {
    font-family: 'Montserrat',Arial, Helvetica, sans-serif;
}

[class*="en"] h1,
[class*="en"] h1 span,
[class*="en"] h1 b {
    text-transform: uppercase;
    font-family: 'Montserrat',Arial, Helvetica, sans-serif; /* ---------大標題--------- */
    font-weight: 900;
}

[class$="en"] h2 {
    font-family: 'Montserrat',Arial, Helvetica, sans-serif; /* ---------小標題--------- */
    text-transform: uppercase;
}

[class*="en"]h3,
[class*="en"]p,
[class*="en"]strong {
    font-family: 'Quattrocento Sans', sans-serif;
}

/* ---------內容--------- */
[class*="en"] a {
    font-family: 'Arimo', sans-serif;
    text-transform: capitalize;
}

#footer .bottom-navigation a {
    font-family: 'Arimo', sans-serif;
    text-transform: inherit !important;
}

[class*="en"] a:hover {
    color: #000;
}
/* ---------連結--------- */

/* ==
　06. 中文版置頂導覽 ***整體樣式引用
=============================================================================== */
/* --
  主要導覽設定
--------- */
#header .main-navigation .logo {
    position: absolute;
    top: 18px;
    left: -230px;
    z-index: 2;
    background: url(/Content/img/header.logo.png) no-repeat;
    cursor: pointer;
    width: 191px;
    height: 32px;
}

#header .main-navigation {
    position: absolute;
    top: 0;
    left: 300px;
    letter-spacing: 2px;
}
    /* 第一層 ul */
    #header .main-navigation ul {
        position: relative;
        z-index: 1;
        background: none;
        display: block;
    }

        #header .main-navigation ul li {
            position: relative;
            float: left;
            top: 0px;
            left: -2px;
        }
    /* ==
　字體
=============================================================================== */
    #header .main-navigation a {
        font-size: 15px;
        line-height: 45px;
        font-family: "Microsoft JhengHei",seri,sans-serif,cursive,fantasy,monospace;
        color: #fff;
        font-weight: bold;
        display: block;
        padding: 10px 13px;
        height: 45px;
    }
/*------en------*/
[class*="en"]#header .main-navigation a {
    font-family: 'Arimo', sans-serif;
    text-transform: capitalize;
}


/*------結束------*/
#header .main-navigation .hover {
    margin: 0;
}
/* 第二層 ul */
#header .main-navigation ul ul {
    position: absolute;
    top: 65px;
    left: 0;
    z-index: 9999;
    background: #000;
    opacity: .95;
    display: none;
    padding: 0;
    min-width: 200px;
}

    #header .main-navigation ul ul li {
        position: relative;
        float: none;
        opacity: .95;
        display: block;
        min-width: 200px;
    }

        #header .main-navigation ul ul li a {
            font-size: 14px;
            text-align: center;
            line-height: 55px;
            zoom: 1;
            display: block;
            padding: 0 10px;
            height: 55px;
        }

            #header .main-navigation ul ul li .hover,
            #header .main-navigation ul ul li a:hover {
                background: #006ac2;
            }

#header .main-navigation ul li a:hover {
    color: #fff;
}
/* 第三層 ul */
#header .main-navigation ul ul ul {
    display: none !important;
}
/*------結束------*/

/* ==
　07. 英文版導覽 
=============================================================================== */
#header .en-main-navigation ul li a {
    text-align: left;
    font-size: 13px;
    font-family: 'Montserrat',Arial, Helvetica, sans-serif;
    letter-spacing: 0.5px;
    line-height: 17px;
    padding: 17px 15px 9px;
    height: 40px;
    width: 90px;
}

#header .en-main-navigation ul ul {
    position: absolute;
    top: 65px;
    z-index: 999999;
    display: none;
    padding: 0;
    width: initial;
}

    #header .en-main-navigation ul ul a {
        width: 90%;
    }

    #header .en-main-navigation ul ul li a {
        line-height: 20px;
        letter-spacing: 0.5px;
        font-weight: 100 !important;
        display: block;
        padding: 10px;
        height: auto;
    }

/* ==
　01. ch
========== */
/*-------
  about
----------------*/
#header .main-navigation-about-ul {
    background: #1a8ded !important;
}

#header .main-navigation-about:hover,
#header .main-navigation-about .hover {
    background: #1a8ded !important;
}
/*-------
  community
----------------*/

#header .main-navigation-community-ul {
    background: #2e9cff !important;
}

#header .main-navigation-community:hover,
#header .main-navigation-community .hover {
    background: #2e9cff !important;
}
/*-------
  services
----------------*/
#header .main-navigation-services-ul {
    background: #4abeff !important;
}

#header .main-navigation-services:hover,
#header .main-navigation-services .hover {
    background: #4abeff !important;
}
/*-------
  investment
----------------*/
#header .main-navigation-investment-ul {
    background: #66d2ff !important;
}

#header .main-navigation-investment:hover,
#header .main-navigation-investment .hover {
    background: #66d2ff !important;
}
/*-------
  human
----------------*/
#header .main-navigation-human-ul {
    background: #7ae2f4 !important;
}

#header .main-navigation-human:hover,
#header .main-navigation-human .hover {
    background: #7ae2f4;
}
/*-------
  content
----------------*/
#header .main-navigation-content-ul {
    background: #93dbf3 !important;
}

#header .main-navigation-content:hover,
#header .main-navigation-content .hover {
    background: #93dbf3;
}
/*------結束------*/


/* ==
　08 . 網站主架構 wrapper 佈局
=============================================================================== */
#wrapper {
    height: 100%;
}

/* --
  網頁內容設定 ******可控制全站******
--------- */
.main {
    height: auto;
}

    .main .heading {
        padding: 30px 0;
    }

        .main .heading h1 {
            display: block;
        }

            .main .heading h1 span {
                display: block;
                margin: 8px 0 0;
            }

    .main .container {
        line-height: 1.7em;
        height: 100%;
    }

html[data-useragent*='MSIE 10.0'].main .container {
    height: 100%;
    line-height: 150%;
}


/* ==

　09. 網站表尾佈局

=============================================================================== */
#footer,
.footer {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

#footer {
    position: relative;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    font-size: 11px;
    background: rgba(0,22,137,.8);
    text-align: center;
    min-width: 1100px;
    height: 50px;
}

.footer {
    bottom: -50px !important;
}

#footer .logo {
    position: absolute;
    left: -190px;
    z-index: 3;
    cursor: pointer;
    background: url(/Content/img/footer.bottom.png) no-repeat;
    margin: -4px 0 0;
    width: 151px;
    height: 25px;
}

    #footer .logo:hover {
        background: url(/Content/img/footer-hover.png) no-repeat;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
        -moz-transition: all .2s ease-in;
    }

#footer .bottom-navigation {
    position: absolute;
    top: 18px;
    left: 250px;
    padding: 0;
    width: 730px;
}

    #footer .bottom-navigation ul {
    }

    #footer .bottom-navigation li {
        float: left;
        display: inline-block;
        list-style: none;
        padding: 0 5px;
    }

    #footer .bottom-navigation img {
        display: block;
    }

    #footer .bottom-navigation a {
        color: #fff;
    }

        #footer .bottom-navigation a:hover {
            color: #d21b6b;
            text-decoration: none;
        }

#footer .copyright {
    font-weight: bold;
    color: #fff;
    padding: 0 0 0;
}

#footer .author {
    position: absolute;
    left: -500px;
    z-index: -1;
    color: #4c5bac;
    padding: 0;
}

    #footer .author a {
        color: #4c5bac;
        text-decoration: none;
    }

        #footer .author a:hover {
            color: #4c5bac;
            text-decoration: underline;
        }

/* ==
　10. 分頁導覽
=============================================================================== */
#pagination {
    font-size: 11px;
    text-align: center;
    padding: 0;
    margin: 10px 0;
    list-style: none;
    clear: both;
}

    #pagination li {
        display: inline-block;
        +display:inline;
        _display: inline;
        overflow: hidden;
    }

        #pagination li a {
            line-height: 20px;
            text-decoration: none;
            color: #fff;
            background: rgba(1,32,96,0.8);
            display: block;
            +display:inline;
            _display: inline;
            padding: 0 7px 0;
            margin: 5px 5px 5px 0;
            height: 20px;
            overflow: hidden;
        }

            #pagination li a:hover, #pagination .hover {
                color: #fff;
                background: #3399fe;
            }

    #pagination .first {
    }

    #pagination .previous {
    }

    #pagination .next {
    }

    #pagination .last {
    }
/* 開發模式尋找 application method 頁面 */
.mark {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    background: #f00;
    opacity: 0.6;
    filter: alpha(opacity=60);
    padding: 5px;
    min-height: 20px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    opacity: .98;
    background: #eee; /* Old browsers */
}

#loading {
    position: absolute;
    left: 0;
    right: 0;
    top: 47%;
    margin: 0 auto;
    width: 150px;
}

    #loading img {
        display: block;
        margin: 0 auto 5px;
        width: 120px;
    }

    #loading span {
        text-align: center;
        color: #999;
        display: block;
        font-size: 18px;
    }


@media screen and (min-width: 320px) and (max-width: 1200px) {
    #nav, .nav-logo {
        display: inherit !important;
    }

    #header, .header { /*display:none;*/
    }

    @media screen and (min-width: 1024px) and (max-width: 1280px) {
        #header .main-navigation .logo {
            left: -200px;
        }

        #header .main-navigation {
            left: 230px;
        }
    }
