@charset "utf-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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,
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,
ul,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
    overflow-x: hidden;
    min-height: 100vh;
}

.indexbg {
    overflow: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #000;
}

a:hover {
    color: #000;
}


/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

/*start*/

* {
    font-family: '微軟正黑體', '思源黑體';
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
}

html {
    overflow-y: scroll;
}

/*img{
    width: 100%;
    max-width: 100%;
}*/

.container {
    max-width: 1200px;
    padding: 0px;
    margin: 0 auto;
}

a:hover,
a {
    text-decoration: none;
}

header .lang-bar{
    background-color: #ffbd0c; 
}

header .lang-bar p{
    color: #fff;
    display: inline-block;
    padding: 4px 6px;
    font-size: 12px;
    position: relative;
    -moz-transition: .4s ease;
    -webkit-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-webkit-transition: .4s ease;
}

header .lang-bar a p:hover {
    text-decoration: underline;
}

header .lang-bar p:hover:before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5.7px;
    border-color: transparent transparent transparent #fff;
    left: -5px;
    top: 7px;
}

header .lang-bar > div{
    text-align: right;
}

header nav{
    background-color: #fff;
    border-bottom: 3px solid #5086be;
}

nav .nav-menu ul {
    display: inline-flex;
    text-align: center;
    display: -ms-flexbox;
}

/*nav .nav-menu ul a{
    display: inline-block;
}*/

nav .nav-menu ul li{
    font-weight: 600;
    /*border-left: 1px solid #ccc;*/
    border-right: 1px solid #d6d6d6;
    font-size: 15px;
    min-width: 123px;
    /*-moz-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    -o-webkit-transition: all .4s;*/
    display: block;
}

nav .nav-menu ul li a{
    font-weight: 600;
}

nav .nav-menu ul li{
    position: relative;
    padding: 28px 0px;
    cursor: pointer;
    min-height: 88px;
}

nav .nav-menu > ul{
    height: 88px;
    min-height: 88px;
}

nav .nav-menu ul li.nav-brand{
    padding: 20px 10px;
    border-left: 1px solid #d6d6d6;
}

nav .nav-menu ul li span{
    font-size: 8px;
    color: #ababab;
    display: block;
    padding-top: 5px;
}

.container-fluid{
    padding: 0;
}

nav .nav-menu ul li:hover{
    background-color: #5086be; 
    color: #fff;
    position: relative;
}

nav .small-menu a:last-child li:hover {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

nav .nav-menu ul li:hover span,
nav .nav-menu ul li:hover a{
    color: #fff;
}

nav .nav-menu a .nav-brand {
    background-color: #fff !important;
}

.nav-menu .small-menu{
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    background-color: #5086be;
    top: 88px;
    /*-moz-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    -o-webkit-transition: all .4s;*/
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top: 3px solid #5086be;
}

/*.nav-menu .small-menu:hover li{
    border-right: 0;
}*/
nav .nav-menu ul li ul li {
    padding: 10px;
    color: #fff;
    min-height: auto;
}

/*nav .nav-menu ul li ul:last-child li{
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}*/

/* nav .nav-menu ul li:hover .small-menu{
    display: block;
} */

.index-banner{
    background-image: url(../images/index_banner_new.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 367px;
    background-size: cover;
    background-position: center;
}


.main-content .content > div{
    border-right: 1px solid #dbdbdb;
    padding: 28px 30px 30px;
}


.main-content .content h5{
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.main-content .content .new-box time{
    color: #999999;
    font-size: 13px;
    font-weight: bold;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px; 
}


.main-content .content .new-box p{
    font-size: 12px;
    line-height: 24px;
    color: #3b3a3a;
    text-decoration: none;
}

.main-content .content .new-box:hover p{
    color: #5086be;
}

.main-content .content > div:last-child{
    border-right: 0;
}

.main-content .content .service-box{
    text-align: center;
}

.service-box-btn{
    margin-top: 50px;
    margin-bottom: 30px;
}

.service-box-btn a{
    margin: 0px 12px;
    display: inline-block;
}

.service-box-btn a img,
.service-box-btn a {
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    -o-webkit-transition: all .4s;  
}

.service-box-btn a:hover img {
    transform: scale(0.95);
    opacity: 0.85;
}

.service-box-btn a:hover{
    color: #033f86;
}

.service-box-btn p{
    font-weight: 600;
    font-size: 16px;
    margin-top: 8px;
}

.new-box p span{
    color: #5086be;
}

.service-box-btn ul li a{
    margin: 0;
}

.lSSlideOuter .lightSlider>* {
    text-align: center;
}

.lSAction>a {
    background-image: url(../css/img/controls.png);
}

.lSSlideOuter .lSPager.lSpg{
    display: none;
}

#goToPrevSlide {
    background-position: 0 0;
    left: 10px;
    background-image: url(../images/left_arrow.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    bottom: 88px;
    cursor: pointer;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-size: 20px;
    opacity: 0.6;
}

#goToNextSlide {
    background-position: 0 0;
    right: 10px;
    background-image: url(../images/right_arrow.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    bottom: 88px;
    cursor: pointer;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-size: 20px;
    opacity: 0.6;
}

#goToPrevSlide:hover {
    background-image: url(../images/left_arrow_hover.png);
    opacity: 1;
}

#goToNextSlide:hover {
    background-image: url(../images/right_arrow_hover.png);
    opacity: 1;
}

footer{
    background-color: #f7f7f7;
    border-top: 3px solid #9aafd5;
    padding: 10px 0px;
    /*min-height: 175px;*/
}

/*#index footer{
    min-height: 120px;
}*/

footer .foo-brand {
    margin-right: 10px;
}

/*footer .foo-brand img{
    max-width: 100%;
    width: 100%;
}*/

footer .foo-word{
    font-size: 14px;
    color: #666;
    padding-top: 5px;
    display: inline-flex;
}

footer .foo-word a,
footer .foo-copytight a{
    padding-top: 5px;
    display: inline-block;
    color: #666;
}

footer .foo-copytight,
footer .foo-copytight a{
    font-size: 12px;
    color: #999999;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    -o-webkit-transition: all .4s; 
}

footer .foo-copytight a:hover,
footer .foo-word a:hover{
    color: #000;
}

footer .foo-copytight{
    text-align: right;
}

#index footer{
    min-height: 226px;
}

/*.con-banner img{
    width: 100%;
    max-width: 100%;
}*/

.con_shadow {
    width: 100%;
    height: 17px;
    margin: auto;
    background-image: url(../images/con_shadow.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.content-box .left-title{
    background-color: #5e96d0;
    height: 62px;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    padding-top: 14px;
    border-bottom: 4px solid #5086be;
}

.nav-tabs{
    display: block;
}

.nav-tabs a{
    color: #686868;
    font-size: 18px;
    font-weight: 500;
}

.nav-tabs li{
    background-color: #e2e2e2; 
    height: 62px;
    text-align: center;
    margin: 6px 0px;
    border: 1px solid #cecece;
    padding-top: 20px;
    position: relative;
}

.tab-b{
    list-style: none;
}

.tab-b a li{
    background-color: #e2e2e2; 
    height: 28px;
    text-align: center;
    margin: 6px 0px;
    border: 1px solid #cecece;
    padding-top: 5px;
    position: relative;
    font-size: 14px;
}

.nav-tabs li:hover,
.nav-tabs a.active li,
.nav-tabs .check li{
    background-color: #fff;
    border: 1px solid #5086be;
    border-left-width: 4px;
    color: #5086be;
}

.tab-b a li:hover,
.tab-b a.active li,
.tab-b a.check li{
    border: 1px solid #ffc30c;
    border-left-width: 4px;
}

.nav-tabs li:hover:before,
.nav-tabs a.active li:before,
.nav-tabs .check li:before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #5086be;
    left: 0;
    top: 25px;
}

.tab-b a li:hover:before,
.tab-b a.active li:before,
.tab-b a.check li:before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #ffc30c;
    left: 0;
    top: 8px;
}

.nav-tabs a:hover,
.nav-tabs a.active{
    color: #ffbd0c;
}


.nav-tabs a{
    position: relative;
}

.nav-tabs a:hover li:after,
.nav-tabs a.active li:after,
.nav-tabs .check li:after{
    content: '';
    background-image: url(../images/ic_keyboard_arrow_right_white_24px.svg);
    position: absolute;
    right: 10px;
    color: #5085be;
    top: 22px;
    z-index: 5;
    width: 10px;
    height: 17px;
    background-repeat: no-repeat;
}

.tab-b a:hover li:after,
.tab-b a.active li:after,
.tab-b a.check li:after
{
    background-image: url(../images/ic_keyboard_arrow_right_yellow_24px.svg)!important;
    top: 5px;
    background-size: 10px;
}

.tab-content{
    border-radius: 10px;
    border: 1px solid #ccc;
}

.tour-bar{
    font-size: 12px;
    color: #5d5d5d;
    text-align: right;
    margin: 15px;
}

.tour-bar a{
   color: #5d5d5d; 
}

.tab-content{
    line-height: 24px;
    font-size: 16px;
    padding: 0px 5px 40px;
}

.tab-content img{
    width: 100%;
    max-width: 100%;
}

#class_d .con-img{
    margin-top: 70px;
}

.nav-tabs{
    border-bottom: 0;
}

.content-box {
    margin: 5px 0px 30px 0px;
}

/*.tab-pane .con-list{
    margin-left: 20px;
}*/
#class_d .con-list{
    list-style: none;
}

#class_d .con-list li{
    display: flex;
    font-size: 13px;
}

#class_d .con-list li:before{
    content: '-';
    padding-right: 6px;
}

.ser-con{
    margin-top: 30px;
}

.ser-con span{
    color: #004570;
    font-weight: 500;
    font-size: 18px;
}
/*
.ser-con p{
    font-size: 14px;
}
*/
.tab-content.position{
    position: relative;
}

.img-absolute{
    position: absolute;
    right: -15px;
    bottom: -47px
}

.ser-con .ser-tabel{
    background-color: #004570;
    /*height: 100%;*/
    text-align: center;
    padding-left: 0px;
}
.ser-tabel >div{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
}
.ser-con .ser-tabel p{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    /* display: inline-block;
    vertical-align: middle;
    margin-top: -10px; */
    /*-webkit-transform: translate(-6%, -50%);*/
}

.ser-tabel-right{
    border: 1px solid #004570;
}

.ser-tabel-right ul{
    list-style: none;
    margin-left: 10px;
    padding: 10px;
}

.ser-tabel-right ul li{
    font-size: 14px;
    /*line-height: 20px;*/
}

.ser-tabel-right li:before{
    content: '-';
    padding-right: 6px;
}

.margin-height{
    display: block;
    height: 10px;
}

/*  .ser-con .ser-tabel:before{
   content:'';
   width:0;
   height:40%;
   display:inline-block;
   position:relative;
   vertical-align:middle;
   background:#f00;
 } */

 #sevice_c .col-md-12 .row{
    padding-left: 15px;
    padding-right: 15px;
 }

 #sevice_d .ser-tabel-right,
 #sevice_e .ser-tabel-right{
    border: 0px;
 }

 #tech .ser-con{
    margin-top: 10px;
 }

.ser-con ol{
    margin-left: 20px;
    margin-top: 10px;
}

.border-raduis{
    border-radius: 50em;
    border: 2px solid #004570;
    height: 110px;
    width: 110px;
    vertical-align: middle;
    text-align: center;
    display: table;
    padding-top: 40px;
}

.border-raduis p{
    color: #004570;
    font-size: 20px;
    font-weight: 600;
}

.tech-box > div > .col-md-4{
    background-color: #548bc4;
    text-align: center;
    height: 152px;
    max-width: 190px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 30px;
}

.tech-box > div > .col-md-4:before{
    content: '';
    width: 0;
    height: 0%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background: #f00;
}

.tech-box > div > .col-md-4 > .tech-box-top{
    margin-top: -10px;
}

.tech-box > div > div span{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

footer .foo-word p {
    padding-top: 4px;
}

.col-md-10.tech-box{
    margin: 0 auto;
}

.tech-box > div > .col-md-4.tech-box-deepblue{
    text-align: left;
    background-color: #004570;
}

.tech-box > div > .col-md-4.tech-box-deepblue > div{
    margin-top: 22px;
    text-align: center;
}

.testing-box .testing-box-title{
    background-color: #004570;
}

.testing-box .testing-box-title p{
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    padding: 5px 0px;
}

.testing-box .testing-box-con{
    border: 1px solid #004570;
    padding-left: 30%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.testing-box .testing-box-con .board{
    background-color: #548bc4;
    border-radius: 50em;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-flex;
    padding: 0px 6px;
    margin-right: 10px;
    line-height: 20px;
}

.testing-box .testing-box-con p{
    line-height: 28px;
    word-break: break-word;
}

.showcase-box .col-md-11.ser-con{
    margin: 0 auto;
}

.showcase-box .col-md-11.ser-con > div > div{
    margin-bottom: 20px;
}

#contact .ser-con span{
    font-size: 18px;
}

#contact .ser-con{
    line-height: 38px;
    padding-left: 40px;
}

#contact .ser-con > p > span{
    font-size: 16px;
}

.map-detail {
    width: 120px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 1px 1px 4px #ccc;
    position: relative;
    padding-left: 20px;
    margin-top: 20px;
}

.ser-con .map-detail:after{
    content: '';
    background-image: url(../images/ic_zoom_in_black_24px.svg);
    background-repeat: no-repeat;
    position: absolute;
    height: 24px;
    width: 24px;
    top: 7px;
    margin-left: 5px;
}

a.map-btn {
    display: block;
    margin-bottom: 50px;
}

a.map-btn:hover .map-detail{
    background-color: #ccc;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.contact-box{
    margin: 30px auto -20px;
}

.risk{
    color: #ff272e;
}

.contact-box textarea{
    min-height: 242px;
}

/*.contact-box .con-button{
    display: inline-flex;
}*/

.contact-box .con-button a{
    float: left;
}

.contact-box .con-button .map-detail{
    text-align: center;
    padding-left: 0px; 
    margin-right: 20px; 
    height: 30px;
    padding-top: 2px;
}

#sevice_c .ser-con .col-md-8{
    padding-right: 0px;
}

.invalid {
    color: #ff6886;
    font-size: 12px;
}

footer {
    position: relative;
}

footer .gototop{
    display: none;
    position: fixed;
    right: 100px;
    bottom: 100px;
    z-index: 88;
}

footer .gototop img{
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

footer .gototop p{
    font-size: 14px;
    text-align: center;
    color: #033f86;
    font-weight: 600;
}

footer .gototop:hover img {
    transform: scale(0.95);
    opacity: 0.85;
}

.codes img{
    width: auto;
    max-width: auto;
}

.verift .col-md-5.col-sm-4{
    width: auto;
    max-width: 256px;
}

.contact-box .form-group label.form-control-label{
    padding-right: 0px;
    padding-top: 6px;
}

#contact .ser-con > p{
    display: inline-flex;
}

#contact .ser-con > p > span{
    display: table;
    white-space: nowrap;
}

.foo-word a.foo-mail{
    display: block;
}

#abt-edu footer{
    min-height: 150px; 
}


.sliders_ligh a{
    width: 100%!important;
}
.chk_tech >li{
    border: 1px solid #ffc30c!important;
    border-left-width: 4px!important;
}

.chk_tech >li::before{
    border-color: transparent transparent transparent #ffc30c!important;
}
.chk_tech >li::after{
    background-image: url('../images/ic_keyboard_arrow_right_yellow_24px.svg')!important;
}

.hov_chk:hover >li{
    border: 1px solid #ffc30c!important;
    border-left-width: 4px!important;
}
.hov_chk:hover >li::before{
    border-color: transparent transparent transparent #ffc30c!important;
}
.hov_chk:hover >li::after{
    background-image: url('../images/ic_keyboard_arrow_right_yellow_24px.svg')!important;
}


.small-menu >a>li{
    -moz-transition: .6s ease;
    -webkit-transition: .6s ease;
    -ms-transition: .6s ease;
    -o-webkit-transition: .6s ease;
}
nav .nav-menu ul.small-menu li:hover{
    color: #ffc20c;
}

nav .nav-menu ul a:last-child li:hover,
nav .nav-menu ul a:last-child li:hover span,
nav .nav-menu ul li:hover .color-menu,
nav .nav-menu ul li:hover .color-menu span{
    color: #ffc20c;
}

.nav-tabs a li:after{
    background-image: url(../images/ic_keyboard_arrow_right_24px.svg) !important;
}


.nav-tabs .check li:hover::before{
    border-color: transparent transparent transparent #5086be!important;
}
.nav-tabs .check li:hover::after{
    background-image: url(../images/ic_keyboard_arrow_right_24px.svg) !important;
}
.nav-tabs .check li:hover{
    border-color: #5086be;
}



a.chk_tech >li:after{
    background-size: 10px;
    background-image: url(../images/ic_keyboard_arrow_right_yellow_24px.svg) !important;
}
.nav-tabs .chk_tech li:hover{
    border-color: #ffc30c;
}
.nav-tabs .chk_tech li:hover::before{
    border-color: transparent transparent transparent #ffc30c!important;
}
.nav-tabs .chk_tech li:hover::after{
    background-image: url(../images/ic_keyboard_arrow_right_yellow_24px.svg) !important;
    background-size: 10px;
}


.nav-tabs .check li:hover{
    border-color: #ffc30c;
}
.nav-tabs .check li:hover::before{
    border-color: transparent transparent transparent #ffc30c!important;
}
.nav-tabs .check li:hover::after{
    background-image: url(../images/ic_keyboard_arrow_right_yellow_24px.svg) !important;
    background-size: 10px;
}

.nav-tabs li:hover{
    border-color: #ffc30c;
}
.nav-tabs li:hover::before{
    border-color: transparent transparent transparent #ffc30c!important;
}
.nav-tabs li:hover::after{
    background-image: url(../images/ic_keyboard_arrow_right_yellow_24px.svg) !important;
    background-size: 10px;
}

.nav-tabs li.nohover_li:hover::before{
    border-color: transparent transparent transparent #5086be!important;
}
.nav-tabs li.nohover_li:hover::after{
    background-image: url(../images/ic_keyboard_arrow_right_24px.svg) !important;
}
.nav-tabs li.nohover_li:hover{
    border-color: #5086be;
}


/*rwd*/

@media only screen and (min-width: 1270px){
    /*.main-content .content > div:first-child{
        padding: 50px 30px 30px 0px;
    }*/
    footer .row {
        margin-right: 15px;
        margin-left: 15px;
    }
    #goToPrevSlide,
    #goToNextSlide{
        bottom: 102px;
    }
}


@media only screen and (max-width: 1199px){
    nav .nav-menu ul li {
        min-width: 116px;
    }
    /*.main-content .content .col-md-4.col-sm-12{
        max-width: 100%;
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .main-content .content > div{
        border-right: 0;
        border-bottom: 1px solid #dbdbdb;
    }*/

    .main-content .content > div,
    .main-content .content > div:first-child {
        padding: 20px 30px;
    }
    .service-box-btn a{
        margin: 0px 10px; 
    }
    #goToPrevSlide{
        left: 10px;
        /*bottom: 46px;*/
    }
    #goToNextSlide{
        right: 10px;
        /*bottom: 46px;*/
    }
}


/*小螢幕選單*/

@media (min-width: 1200px){
    .container {
        max-width: 1002px;
        width: 100%;
    }
}

@media only screen and (max-width: 1199px){
    .tech-box > div > .col-md-4{
        max-width: 180px;
    }
    .testing-box .testing-box-con{
        padding-left: 25%;
    }
    a.map-btn {
        float: left; 
    }
    #contact .ser-con {
        line-height: 30px;
    }
    .contact-box{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ser-con .map-detail:after {
        top: 4px;
    }
}

@media only screen and (max-width: 1500px){
    footer .gototop {
        right: 2%;
        bottom: 30%;
    }
}


@media only screen and (max-width: 1162px){
	.index-banner {
	    background-image: url(../images/index_banner_1162x475.jpg);
	}
}

@media only screen and (max-width: 1026px){
	.index-banner {
	    background-image: url(../images/index_banner_1026x475.jpg);
	}
}

@media only screen and (min-width: 992px){
    .mob_header,
    #menu-left{
        display: none;
    }
    .mobile-tittle-show{
        display: none;
    }
}

@media only screen and (max-width: 991px){
    .lang-bar,
    nav{
        display: none;
    }
    .mob_header{
        /*padding: 10px 0px;*/
        text-align: center;
        position: fixed;
        width: 100%;
        background-color: white;
        border-bottom: 2px solid #2b598d;
        z-index: 10;
        top: 0;
    }
    .menu-trigger {
        width: 25px;
        position: absolute;
        top: 15px;
        left: 15px;
        border-radius: 50%;
        height: 25px;
        text-align: center;
        line-height: 25px;
        cursor: pointer;
        -moz-transition: .4s ease;
        -webkit-transition: .4s ease;
        -ms-transition: .4s ease;
        -o-webkit-transition: .4s ease;
    }
    .bar1, .bar2, .bar3 {
        width: 15px;
        height: 2px;
        background-color: #243c8d;
        margin: 2.5px auto;

        -moz-transition: .4s;
        -webkit-transition: .4s;
        -ms-transition: .4s;
        -o-webkit-transition: .4s;
    }
    .bar1{
        margin-top: 7px;
    }

    .conter{
        position: relative;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        padding-top: 56px;
        z-index: 9
    }
    .conter img{
        width: 100%;
    }

    #menu-left {
        top: 54px;
        overflow-x: hidden;
        padding-bottom: 75px;
        z-index: 9;
        position: fixed;
        width: 250px;
        height: 100%;
        left: -250px;
        overflow-y: auto;
        /*background: #fff;*/
        /*border-right: 2px solid #dcdcdc;*/
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#212121+0,2a2a2a+100,2a2a2a+100 */
        background: #2a2a2a; /* Old browsers */
        background: -webkit-linear-gradient(#2a2a2a 0%, #2a2a2a 100%, #212121 100%);
        background: -o-linear-gradient(#2a2a2a 0%, #2a2a2a 100%, #212121 100%);
        background: linear-gradient(#2a2a2a 0%, #2a2a2a 100%, #212121 100%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#212121',GradientType=0 ); /* IE6-9 */
    }

    .conter.toggled, #menu-left.toggled {
        -webkit-transform: translate3d(250px,0,0);
        -moz-transform: translate3d(250px,0,0);
        transform: translate3d(250px,0,0);
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }
    .img_log img{
        width: 160px;
        margin: 10px 0px;
    }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-6px, 3px);
        transform: rotate(-45deg) translate(-3.5px, 3px);
    }
    .change .bar2 {
        opacity: 0;
    }
    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-5px, -3px);
        transform: rotate(45deg) translate(-3px, -3px);
    }

    .sidebar-nav{
        margin-left: 0px;
        padding-left: 0px;
    }
    .main{
        border-bottom: 1px solid #434343;
        list-style: none;
        -moz-box-shadow: 0px 1px 3px -1px #434343;
        -webkit-box-shadow: 0px 1px 3px -1px #434343;
        box-shadow: 0px 1px 3px -1px #434343;
    }
    .sidebar-nav .main:last-child{
        border-bottom: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .main >a >span{
        color: #a5a5a5;
        font-size: 18px;
    }
    .main >a{
        padding: 15px 20px;
        display: block;
        position: relative;
    }

    .main >a >span > img {
        position: absolute;
        right: 20px;
        top: 15px;
    }
    .main.open >a{
        position: relative;
        /*background-color: #f7f5f5;*/
        border-bottom: 1px solid #434343;
    }
    .main .right:before{
        content: '';
        background-image: url(../images/right.svg);
        background-repeat: no-repeat;
        height: 15px;
        width: 15px;
        position: absolute;
        right: 20px;
        top: 18px;
    }
    .main.open .right:before {
        background-image: url(../images/right-open.svg);
    }
    /*.main:hover >a{
        background-color: #f7f5f5;
    }*/
    .main:hover >a span{
        color: #ffc20c;
    }
    .subs{
        /*padding-left: 37px;*/
        list-style: none;
        background-color: #232323;
    }
    .subs >li >a{
        display: block;
        font-size: 16px;
        color: #747474;
        padding: 3px 0px;
    }
    .subs >li >a{
        padding: 12px 37px;
        -moz-transition: .6s ease;
        -webkit-transition: .6s ease;
        -ms-transition: .6s ease;
        -o-webkit-transition: .6s ease;
    }
    .subs >li:hover > a{
        color: #ecb40f;
        background-color: #484848;
    }
    ul.sec_subs a{
        display: block;
        font-size: 16px;
        color: #747474;
        padding: 12px 60px;
        border-bottom: 1px solid #343434;
    }
    /*.right{
        position: absolute;
        right: 15px;
    }*/
    .btn_language{
        margin: 14px 20px;
    }

    .btn_language span{
        margin-right: 6px;
        cursor: pointer;
        font-size: 16px;
        border-radius: 50%;
        background-color: #000000;
        padding: 6px 5px;
        color: white;
        width: 27px;
        text-align: center;
        height: 27px;
        display: inline-block;
        -moz-box-shadow: 1px 1px 4px -1px rgba(241, 241, 241, 0.37) inset;
        -webkit-box-shadow: 1px 1px 4px -1px rgba(241, 241, 241, 0.37) inset;
        box-shadow: 1px 1px 4px -1px rgba(232, 232, 232, 0.71) inset;
    }
    .btn_language .this_lan{
        color: white;
        background-color: #333333;
    }
    .subs >li{
        border-bottom: 1px solid #333333;
    }
    .subs >li:first-child{
        /*padding-top: 5px;*/
    }
    .subs >li:last-child{
        /*padding-bottom: 10px;*/
        border-bottom: 0;
    }
    
    .menu_contact {
        margin-left: 20px;
        margin-top: 15px;
        font-size: 12px;
        color: #bfbfbf;
    }

    .menu_contact>span,
    .menu_contact>a {
        margin: 5px 0px;
        display: block;
        color: #bfbfbf;
    }
    .index-banner{
        margin-top: 50px;
    }
    .main-content .content > div{
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        border-right: 0;
        border-bottom: 1px solid #dbdbdb;
    }
    .service-box a {
        width: 28%;
    }
    /*#goToPrevSlide,
    #goToNextSlide{
        bottom: 65px;
    }*/
    footer .foo-word,
    footer .foo-copytight{
        /*display: block;*/
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-bottom: 10px;
        padding-left: 0px;
    }
    footer .foo-copytight{
        text-align: left;
        padding-top: 10px;
        border-top: 1px solid #ccc;
    }
    footer{
        min-height: auto;
        line-height: 16px;
    }
    .content-box > div{
       -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .con-banner {
        margin-top: 62px;
    }
    .mobile-tittle-hidden{
        display: none;
    }
    .tab-content{
        border: 0;
        margin-top: 30px;
    }
    .content-box .left-title {
        background-color: #fff;
        height: auto;
        color: #5086be;
        text-align: left;
        padding-top: 14px;
        border-bottom: none;
        padding-left: 15px;
    }
    #contact .ser-con{
        padding-left: 15px;
    }
    .con-banner img {
        width: 100%;
        max-width: 100%;
    }
    #index footer,
    #abt-edu footer{
        min-height: auto;
    }
}


@media only screen and (max-width: 842px){
    .index-banner {
        background-image: url(../images/index_banner_842x475.jpg);
        height: 475px;
    }
}



@media only screen and (min-width: 768px){
    .table-padding{
        padding-right: 0px;
    }
    #sevice_d .ser-tabel-right,
    #sevice_e .ser-tabel-right{
        margin-left: 25px;
    }

}

@media only screen and (max-width: 767px){
    .img-absolute {
        position: relative;
    }
    .tech-box > div > .col-md-4 {
        max-width: 210px;
    }
    .testing-box .testing-box-con {
        padding: 20px 10px;
    }
    .con-img{
        margin-top: 20px;
    }
    /*.ser-tabel-right {
        margin-left: -15px;
        margin-right: -15px;
    }*/
    #sevice_c .ser-con .col-md-8{
        padding: 0px;
    }
    .ser-con .ser-tabel:before{
        display: block;
        height: auto;
    }
    .ser-tabel >div{
        position: relative;
        top: 0;
        transform: translateY(0);
    }
    #contact .ser-con > p {
        display: flex;
    }
    
}

/*@media only screen and (max-width: 746px){
    .index-banner {
        height: 164px;
    }
}
*/
@media only screen and (max-width: 600px){
    footer{ 
        padding: 10px 30px;
    }
}

@media only screen and (min-width: 576px){
    .contact-text{
        padding: 0px;
        white-space: nowrap;
    }
}

@media only screen and (max-width: 575px){
    #goToPrevSlide{
        left: 44px;
    }
    #goToNextSlide {
        right: 36px;
    }
    #tech .col-md-2.col-xs-2.col-sm-2{
        width: auto;
        margin: 0 auto;
    }
    .border-raduis {
        border-radius: 0; 
        border: 0; 
        height: auto; 
        width: auto; 
        text-align: left;
        padding-top: 0px; 
        margin-bottom: 10px;
    }
    .showcase-box .col-md-11.ser-con > div > div{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .contact-box .con-button a {
        width: 50%;
    }
    .contact-box .map-detail {
        width: 96%;
    }
    .contact-box .map-btn:last-child .map-detail{
        margin-left: 5px;
    }
    .verift .col-md-5.col-sm-4{
        width: auto;
        max-width: 210px;
    }
}


@media only screen and (max-width: 532px){
    .service-box-btn a {
        width: 27%;
    }
    .service-box-btn .lslide a {
        width: 100%;
    }
}

@media only screen and (max-width: 492px){
	.index-banner {
	    background-image: url(../images/index_banner_492x390.jpg);
	    height: 390px;
	    background-size: cover;
	}
}

/* 對應高解析度小螢幕 裝置*/
@media only screen and (-webkit-min-device-pixel-ratio: 2),
        only screen and (min-device-pixel-ratio: 2){

    @media only screen and (max-width: 492px){
        .index-banner {
            background-image: url(../images/index_banner_984.jpg);

        }
    } 
}

@media only screen and (max-width: 483px){
    .foot-non{
        display: none;
    }
    .foot-block{
        display: inline-block;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 475px){
    #goToPrevSlide{
        left: 22px;
    }
    #goToNextSlide {
        right: 22px;
    }
}

/*@media only screen and (max-width: 459px){
    footer .gototop {
        right: 2%;
        bottom: 12%;
    }
}*/

@media only screen and (max-width: 462px){
    footer .gototop {
        bottom: 12%;
    }
}

@media only screen and (min-width: 451px) and (max-width: 513px){
    .tech-box > div > .col-md-4 {
        max-width: 180px;
    }
}

@media only screen and (max-width: 451px){
    .tech-box > div > .col-md-4 {
        max-width: 90%;
    }
}

@media only screen and (max-width: 448px){
    .testing-box .testing-box-con .board{
        display: block;
    }
    .testing-box .testing-box-con p {
        display: inline-flex;
    }
}

@media only screen and (max-width: 434px){
    .service-box-btn a {
        width: 25%;
    }
}

@media only screen and (max-width: 428px){
    .ser-tabel-right ul li {
        display: inline-flex; 
    }
}

@media only screen and (min-width: 402px){
	#contact .add a{
		display: inline-table;
	}
}

@media only screen and (max-width: 375px){
    #goToPrevSlide{
        left: 20px;
    }
    /*#goToNextSlide {
        right: 10px;
    }*/
}
