body {
    font-family: 'Noto Sans TC','Noto Sans SC', sans-serif;
    font-size: 15px;
    color: #383348;
    padding: 0;
    margin: 0;
    line-height: 21px;
    letter-spacing: 2px;
    width: 100%;
    overflow-x: hidden;
}
body:lang(en){
    letter-spacing: 0px;
    font-family: Arial
}
ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
}

.service-content ul,.service-content li{
    list-style: inherit;
}

p {
    margin: 15px 0 0 0;
}

a {
    color:unset;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

a:hover {
    opacity: 0.75;
    text-decoration: none;
}

img {
    max-width: 100%;
}
.row{
    margin: 0 !important;
}
.main-area {
    width: 1200px;
    margin: auto;
    position: relative;
}


.header{
    background-color: white;
    color:white;
    margin: 8px 0;
}
.header .col-8{
}
.header .logo{
    position: relative;
    left: -70px;
}
.logo img{
    position: absolute;
    width: 202px;
    top: -5px;
    left: -55px;
    max-width: unset;
}
.menu,. menu2{
    position: relative;
    top:25px;
}
.menu, .menu li, .menu2, .menu2 li{
    display: inline-block;
}
.menu li{
    padding: 0 18px 0 18px;
}
.menu a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}
.menu2 .right-a {
    color: #a3a3a3;
    border-right:1px solid #ececec;
    padding: 45px 27PX 45PX 25PX;
}
.menu2 .left-a {
    color: #a3a3a3;
    border-left:1px solid #ececec;
    border-right:1px solid #ececec;
    padding: 45px 25PX 45PX 25PX;
}
.menu2{
    position: absolute;
    top: 50%;
    left: 25%;
    height: 30%;
    margin: -5% 0 0 -25%;
}
.menu{
    padding: 30px 0 30px 0;
}

.top-banner{
    width: 100%;
    height: 450px;
    position: relative;
    background-position: center;
    background-size: cover;

}
.banner-text{
    position: absolute;
    color: white;
    top: 170px;
    font-size: x-large;
}
.layer {
    background-color: rgba(0, 68, 190, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.footer{
    background-color: #152f77;
    color: white;
    font-size: small;
}
.footer img{
    padding-right: 8px;
}

.copyright{
    background-color: #1a1a1a;
    color: white;
    font-size: smaller;
    font-size: x-small;
}

.home-three-content{
    padding: 60px 0 70px 0;
}

.home-three-content .box{
    height: 220px;
    color: white;
}
.home-three-content .content-box{
    padding: 20px 20px 30px 30px;
    text-align: left !important;
    z-index: 100;
}
.home-three-content .content-box .content{
    font-size: smaller;
    width: 160%;
}
.home-content .upper-content{
    padding: 20px 0 30px 0;
    text-align: justify; !important;
}
.grey{
    background: #f2f2f2;
}
.home-content .lower-content .img-box{
    /*margin: auto;*/
    max-width: 250px;
    max-height: 200px;
}
.home-content .lower-content .content-box{
    padding: 20px 0px 30px 10px;
    width: 85%;
    text-align: justify !important;
}
.home-content .lower-content .content-box .content{
    word-break: break-word;
    font-size: smaller;
    width: 130%;
}
.home-content .lower-content .content-box .title{
    color:#1d52b2;
}
.lower-content .blue-line{
    top: 0px;
    margin: unset;
    margin-top: 30px;
}
.home-content{
    padding-bottom: 50px;
}
.news{
    padding-left:30px;
}
.news .text{
    text-align: left;
    font-size: small;

}
.news .date{
    color:#2f7fd7;
}
.footer {
    padding: 15px 0 15px 0;
}
.footer .right-side{
    text-align: justify !important;
    padding: 15px 0 0 0;
}
.copyright .row{
    padding: 15px 0 15px 0;
    text-align: justify !important;
}
.dot-underline{
    height: 10px;
}
.dot-underline u{
    border-bottom: 1px dotted #000;
    text-decoration: none;
}
.dot-underline hr{
    margin: 5px 0;
}
hr {
    border:none;
    border-top:2px dotted #acbee7;
    height:1px;
}
.underline{
    top: 8px;
    position: relative;
    float: left;
    height: 4px;
    width: 40px;
    margin: 0 auto;
    background-color:#cc0000;
}
.about-us-banner,.contact-us-banner,.related-link-banner,.news-banner,.recruitment-banner{
    width: 100%;
    height: 450px;
    position: relative;
    background-position: center;
    background-size: cover;
}
.service-banner{
    width: 100%;
    height: 250px;
    position: relative;
    background-position: center !important;
    background-size: cover !important;
}
.about-us-banner .text,.service-banner .text,.contact-us-banner .text,.related-link-banner .text,.news-banner .text,.recruitment-banner .text{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color:white;
    text-align: center;
}
.menu-nav{
    padding: 0px 10px 0px 0px;
    margin: 21px auto 0px auto;
}
.menu-nav .breadcrumb{
    padding: 0;
    background: none;
    color: #777777;
    font-weight: bold;
    font-size: 16px;
}
.menu-nav .breadcrumb > li + li:before {
    content: url("../images/arrow.png");
    font-size: 13px;
    padding: 0px 9px 0px 11px;
}
.about-content-up{
    padding: 30px 40px 20px 0;
    z-index: 5000;
    position: relative;
    left: -50px;
    top: 30px;
    width: 750px;
    -webkit-box-shadow: 13px -13px 66px 7px rgba(224,224,224,0.8);
    -moz-box-shadow: 13px -13px 66px 7px rgba(224,224,224,0.8);
    box-shadow: 13px -13px 66px 7px rgba(224,224,224,0.8);
    background-color: white;
}
.about-us .title, .about-us .content,.contact-us .title, .contact-us .content{
    text-align: justify !important;
}
.contact-us p{
    margin: 10px 0 0 0 ;
}
.contact-us .content{
    font-size: medium;
}
.contact-us-content{
    padding: 60px 30px 0px 50px !important;
}
.about-us, .contact-us,.related-link,.news,.recruitment{
    padding-bottom: 50px;
}
.about-us .about-content-up .title{
    display:inline-block;
    color:#1537a2;
}
.about-us .about-content-up .content{
    padding: 0px 20px 30px 120px;
}

.blue-line{
    position: relative;
    top:50%;
    height: 2px;
    width: 100%;
    margin: 0 auto;
    background-color:#bdcbec;
}
.menu-title, .menu-list{
    text-align: justify;
    width: 80%;
}
.service{
    padding-bottom: 30px;
}
.service-content,.contact-us-content,.related-link-content,.news-content,.recruitment-content{
    padding: 60px 30px 50px 50px;
}
.service-box,.contact-us-box,.related-link-box,.news-box{
    background-color: #f5f9ff;
}
.service-content{
    text-align: justify;
}
.sub-service.this{
    color:#d11217;
}
.sub-service.this:before{
    content:'>';
    color:#d11217;
}
.more-text{
    position: absolute;
    right:10px;
    bottom: 10px;
    color:#1f3d84;
}
.service-content .title,.contact-us-content .title,.related-link-content .title,.news-content .title,.recruitment-content .title{
    color:#1537a2;
}
.service-content .content,.contact-us-content .content,.news-content .content,.recruitment-content .content{
    padding: 30px 0 30px 0;
}
.more-blue{
    position: relative;
}
.more-blue img{
    position: absolute;
    right: 0px;
}
.more-text-content{
    position: absolute;
    right: 15px;
    top: 15px;
}
.more-text img{
    padding-bottom: 4px;
    padding-left: 5px;
}
.more-white{
    background: url("../images/more.png") no-repeat;
    top: 70%;
    right: -3px;
    padding: 15px 0 0 47px;
    position: relative;
    font-size: small;
    max-height: 51px;
}
.more-white:hover{
    cursor: pointer;
}
.img-boreder{
    border: 1px solid #9bb1e3;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 12px;
    left: 19px;
    z-index: -1;
}

.about-content-down .img-box {
    width: 70%;
    display: inline-block;
    position: relative;
}
.menu-title{
    color:#15338c;
}
.menu-list{
    color:#524daa;
}
.menu-list li{
    cursor: pointer;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.contact-us-box input[type='submit']{
    width: 100%;
    background: #152f77;
    color: #fff;
    font-size: 18px;
    border: none;
    padding: 15px 100px;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
}
.related-link-content,.news-content,.recruitment-content{
    text-align: justify;
}
.form-control {
    text-align: justify;
    display: block;
    margin: auto;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control .fa-caret-down{
    float: right;
}

.spon-logo{
    position: absolute;
    top:18px;
    right:10px;
}

.menu-list{
    font-size: medium;
    text-align: left;
}

.content{
    font-size: 14px !important;
}
.upper-content{
    text-align: left !important;
}
.lower-content .content{
    display: inline-block;
}
.about-us .content{
    text-align: left !important;
}
.related-link-content{
    word-break: break-all;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: white;
}
.tebie span {
    clear: both;
    width: 100%;
    display: block;
    overflow: hidden;
}
.service-content table {
    margin-bottom: 20px;
}

.service-content table tr.noborder td{margin:1px;border:0px solid #eee}

.service-content table.noborder th,.service-content table.noborder td{text-align:left;vertical-align:top;border:0px solid #eee;}

.service-content table tr.noborder td{margin:1px;border:0px solid #eee}

.service-content table tr td {
    margin: 1px;
    border: 2px solid #eee;
}

.service-content table.noborder th, .service-content table.noborder td {
    border: 0px solid #eee;
}

.service-content table tr.noborder td {
    margin: 1px;
    border: 0px solid #eee;
}
.service-content .xxmt table{
    display: inline-table;
}

.disclaimer{
    font-family: Arial;
    letter-spacing: 0px;
}

.news .content ul.disc li {
    list-style: disc;
    margin-left: 20px;
}