* {
    font-family: 'Apple LiGothic Medium', 'Microsoft JhengHei', "LiHei Pro", 'Roboto', sans-serif;
}

/*å…¨å±€å­—åž‹*/

body {
    margin: 0px;
    position: relative;
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
}

body.on {
    overflow: hidden;
}

/*é¸å–®å‡ºç¾*/

a:link,
a:visited,
a:hover,
a:active {
    color: inherit;
    /* ä¸Šå±¤å…§å®¹ */
    font-size: 16px;
    line-height: 150%;
    text-decoration: none;
}

/*è¶…é€£çµæ¨£å¼*/

img {
    max-width: 100%;
    height: auto;
    border: 0px;
}

/* è‡ªé©æ‡‰åœ–ç‰‡ */

pre {
    background-color: #fff;
    color: #000;
    border: 0px;
    font-size: 16px;
    white-space: pre-wrap;
}

input:focus {
    outline: none
}

/*chrome å¤–æ¡†åˆªé™¤ */

input#TopSearch::-webkit-input-placeholder {
    /* WebKit browsers */
    color: red;
}

input#TopSearch:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: red;
}

input#TopSearch::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: red;
}

input#TopSearch:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: red !important;
}

/* ç¶²é æŽ’ç‰ˆ ====================================================*/

#pageHeader {
    position: relative;
    padding: 0px;
    width: 100%;
    height: 300px;
    display: table;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 1920px;
    background-position: top center;
}

/* ç¶²é çš„é ­  */

#pageHeader h1,
#page_tile {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 36px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
    padding-top: 90px;
}

/* ç¶²é çš„é ­çš„æ¨™é¡Œ */

article {
    padding: 40px 0px;
}

article::first-child {
    background-color: #f4f4f4;
}

section header>h2,
#content_tiltle h1 {
    border-left: 4px solid #0066cc;
    padding-left: 15px;
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    margin: 0px;
}

section header>p {
    font-weight: bold;
    line-height: 150%;
    margin: 20px 0px;
}

.page_desc {
    padding-top: 20px;
    color: #666;
}

.main {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 60px;
}

#sendback {
    text-align: center;
    display: none;
    margin-top: 70px;
}

.text-item {}

/* BG IMAGE */

.bg-img {
    height: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mt-row {
    margin-top: 40px;
}

.bg-fsp {
    background-color: #0066cc;
    color: #fff;
}

.bg-footer {
    transition: all 0.5s;
    background-color: #0066cc;
    color: #fff;
    width: 100%;
    padding: 10px 0px;
    z-index: 99999;
}

.footer-isactive {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3) inset;
    padding: 30px 0px;
    background-color: #004f9e;
}

.bg-section {
    background-color: #f4f4f4;
    color: #333;
}

.bg-page {
    background-color: #ffffff;
    color: #333;
}

.text-fsp {
    color: #0066cc;
}

.text-page {
    color: #333;
}

.text-section {
    color: #ff663b;
}

.p40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.p70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

/* End Page Header */

.page-block {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
}

.blockDiv {
    display: block;
    background-color: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    padding: 10px;
}

.title-circle {
    font-size: 36px;
    border-radius: 50px;
    color: #fff;
    background-color: #0066cc;
    width: 50px;
    text-align: center;
    line-height: 50px;
}

/* Top manu */

#navMenu {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
}

#navMenu.on {
    position: fixed;
    top: 0px;
    left: 0px;
}

/* Page Document*/

.page-document {
    padding-top: 70px;
    padding-bottom: 70px;
}

.page-document h2 {
    font-size: 28px;
    font-color: 333;
    font-weight: 700;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 24px;
}

.page-document p {
    font-size: 18px;
    font-color: 666;
    font-weight: 300;
    line-height: 28px;
    margin: 0px;
    padding-bottom: 30px;
}

.page-document ul {
    list-style-type: disc;
}

/* Search Form */

#TopSearch a {
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    font-family: PMingLiU, sans-serif;
    border-radius: 2px;
    margin-left: 2px;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    padding: 6px;
}

#TopSearch .input-group {
    margin: 6px;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    background-color: transparent;
}

#txtSearch {
    border: 0px;
    background-color: transparent;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
}

#btnSearch {
    background-color: transparent;
}

/* TopMenu */

#topMenu {
    position: auto;
    background-color: rgba(0,102,204, 0.7);
    height: 80px;
}

#mobileLang {
    padding: 10px 0px;
}

#mobileLang a {
    margin: 0px 5px;
}

#navMenu.on #topMenu {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}

/* Mobile Menu */

#mobileMenu {
    position: fixed;
    top: 70px;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: #eee;
    z-index: 888;
    display: none;
}

#mobileMenu ul,
#mobileMenu ul li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

#mobileMenu li {
    position: relative;
    text-align: left;
}

#mobileMenu ul li a {
    display: block;
    padding: 0px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    font-weight: 400;
}

#mobileMenu ul li a.active {
    color: #333;
}

#mobileMenu>ul>li {}

#mobileMenu>ul>li>ul {
    box-shadow: inset 0px 2px 2px rgba(20%, 20%, 40%, 0.5);
}

#mobileMenu>ul>li>ul {
    display: none;
    background-color: #ccc;
}

#mobileMenu>ul>li>ul>li a {
    padding-left: 30px;
}

/* //Mobile Menu */

#mobileTop {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    height: 50px;
}

#navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: inherit;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

#navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: rgba(255, 255, 255, 0.8);
    margin: 6px 0px;
}

/*--BX SLIDER */

.bx-wrapper .bx-pager {
    bottom: 4px;
    padding: 0px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #66a3e0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
}

/* quick Menu */

#quick {
    position: fixed;
    right: 20px;
    z-index: 1001;
    bottom: 150px;
}

#quick li {
    position: relative;
    list-style: none;
    margin: 1px 0px;
}

#quick a {}


/*-----è‡ªé©æ‡‰è¡¨æ ¼----*/

.table-info {
    display: table;
    width: 100%;
    border-top: 1px solid #ccc;
}

.table-info-head {
    width: 180px;
    background-color: #eee;
    color: #FF663B;
    font-weight: bold;
    font-size: 18px;
    vertical-align: middle;
}

.table-info-cell {
    display: table-cell;
    padding: 24px;
}

/*--Footer --*/

footer {
    background-color: #0066cc;
    padding: 15px 0px;
    color: #fff;
    text-align: right;
}

footer .icon {
    margin: 3px 3px;
}

.a-space {
    margin: 0px 10px;
}

.copyright {
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    color: #333;
    padding: 20px 0px;
}

.copyright a {
    color: #333;
    border-left: 1px solid #666;
    margin-left: 16px;
    padding-left: 16px;
}

.copyright a:first-child {
    border-left: 0px;
}

/*-- Inner Page -- */

#pageTitle {
    position: relative;
    padding: 0px;
    width: 100%;
    height: 300px;
}

#pageTitle h1 {
    font-size: 36px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

#pageTitle>div {
    width: 100%;
    height: 300px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 1920px;
    background-position: top center;
    padding-top: 160px;
}

/*---INNER NEWS ITEM---------------*/

.news-image {
    float: right;
    width: 430px;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
    margin-left: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

/*---ABOUT FSP---------------*/

#AboutFSP {
    position: relative;
    background-position: center right;
    background-size: cover;
}

.AboutFSP-header {
    text-align: left;
    background-color: transparent;
    color: #fff;
    padding: 40px 0px;
}

/*---äººåŠ›è³‡æº---------------*/

.recruit {
    margin-top: 40px;
}

.recruit-frame {
    padding: 10px 20px;
    margin: 0 15px;
    list-style-type: none;
    background-color: rgba(0, 102, 204, 0.1);
    background-color: #E1F7FB;
    border-radius: 10px;
}

.recruit .text-center span {
    font-size: 30px;
    color: #0066cc;
    margin: 10px 0;
}

.recruit h3 {
    background-color: #f4f4f4;
    padding: 14px 0;
    margin: 0 64px;
    border-radius: 100px;
    font-weight: bold;
    text-align: center;
}

.recruit .col-md-4 {
    text-align: center;
    margin: 20px 0;
}

.recruit-title {
    color: #fff;
    padding: 10px 60px;
    border-radius: 100px;
    background-color: #0066cc;
    display: block;
    font-size: 20px;
    margin: 0 10px 10px;
    text-align: center;
    font-weight: bold;
}

.recruit-title span {
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    color: #0066cc;
    background-color: #fff;
    line-height: 20px;
    display: inline-block;
    margin-right: 6px;
    font-size: 20px;
    border-radius: 50%;
}

.training-item {
    text-align: center;
}

.training-item img {
    box-shadow: 1px 1px 2px #eee;
}

.training-item p {
    text-align: left;
    height: 180px;
    font-size: 16px;
    overflow: hidden;
}

.bottom-img {
    margin-top: -200px;
    width: 100%;
    height: 0px;
    padding-bottom: 36.45%;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.Human-image-row {
    display: table;
    width: 100%;
}

.Human-image-item {
    display: table-cell;
    width: 16.66%;
    padding: 5px;
    vertical-align: top
}

.Human-image img {
    -webkit-filter: brightness(120%);
}

.Human-image-item img {
    width: 100%;
}

/*---breadcrumb---------------*/

.crumb {
    padding-left: 0px;
    margin-bottom: 20px;
    list-style-type: none;
}

.crumb img {
    margin-top: -5px;
}

.crumb li {
    display: inline;
}

/*.crumb li a:hover {
	text-decoration: underline;
	color: #000;
}*/

.mitem {
    color: #777;
}

.mitem a:hover {
    color: #000;
}

.mitem_on {
    color: #000;
}

.fa-caret-right {
    padding: 0 4px;
    color: #999;
}

@media screen and (max-width:1199px) {
    .Human-image-item {
        width: 25%;
    }
}

@media screen and (max-width:991px) {
    .Human-image-item {
        width: 33.33%;
    }
    .bottom-img {
        padding-bottom: 75%;
    }
    .training-item p {
        height: 150px;
        overflow: hidden;
    }
    /*--è‡ªé©æ‡‰è¡¨æ ¼--*/
    .table-info-head {
        width: 100%;
        background-color: #eee;
        padding: 10px;
    }
    .table-info-cell {
        display: block;
        padding: 10px;
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .Human-image-item {
        display: block;
        width: 100%;
    }
    .Human-image-item H4 {
        background-color: #FF663B;
        color: #fff;
        padding: 10px 0px;
    }
}

/*--å“¡å·¥é—œæ‡·-------*/

@media screen and (max-width:991px) {
    .list-imgs {
        padding: 0px 15px;
    }
    .list-imgs div {
        padding: 0px;
    }
}

/*--å“¡å·¥é—œæ‡·-------*/

@media screen and (max-width:991px) {
    .p40,
    .p70 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    /* ç¶²é çš„é ­  */
    #pageHeader {
        margin-top: 70px;
        height: 190px;
        background-attachment: scroll;
        background-size: cover;
    }
    #pageHeader h1,
    #page_tile {
        padding-top: 0px;
    }
    /* End Page Header */
    article {
        padding: 20px 0px;
    }
    .main {
        background-color: inherit;
        border: 0px;
        padding: 30px 0px;
    }
    .main h2 {
        font-size: 24px;
        text-align: center;
    }
    .main .title-circle {
        display: none;
    }
    #pageTitle {
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
    }
    /*---About FSP ---*/
    .AboutFSP-header {
        text-align: center;
        background-color: rgba(255, 255, 255, 0.6);
        color: #000;
    }
    .Section-About-title {
        font-size: 36px;
        margin: 0px;
    }
    .companyitem-right {
        text-align: center;
    }
    /*---About FSP END---*/
    #quick {
        right: 15px;
    }
}

@media screen and (max-width:768px) {
    footer {
        text-align: center;
    }
}