/*ALL*/

.fa {
    color: white
}

.col25 {
    width: 25%;
}

.page-banner {
    height: 280px;
    background-image: url(../../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative
}

.page-banner h2 {
    padding: 15px;
    text-align: center;
    border: 2px solid #104676;
    width: 220px;
    margin: 0 auto;
    font-size: 24px;
    color: #104676;
    font-weight: 600;
    letter-spacing: 1px;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    border: solid 4px;
    background: rgba(255, 255, 255, 0.7);
}
a:hover {
    text-decoration: none
}
/*navbar*/

.navbar-nav > li > a {
    font-size: 17px
}
.navbar-nav > li > a:hover{
    color: #f9f5b8
}
#google_translate_element .goog-te-combo {
    font-size: 15px
}

#google_translate_element option {
    color: black
}

.navbar-right {
    margin-top: 27px
}

/*service*/

.service {
    padding: 50px 0;
    position: relative;
    text-align: center
}

.service .service_arrow {
    margin: 0 auto;
    width: 50px
}

.service h2 {
    text-align: center;
    font-weight: 600;
    font-size: 30px
}

.service .container {
    display: flex;
    justify-content: space-between;
    width: 1380px;
    margin-top: 40px
}

@media screen and (max-width:1380px) {
    .service .container {
        width: 100%
    }
}

.service .col25 {
    background: #104676;
    color: white;
    position: relative;
    text-align: left
}

@media screen and (max-width:768px) {
    .service .col25 {
        width: 100%;
        display: block;
        border: solid 1px #104676;
        margin: 20px 0
    }
    .service .container {
        display: block
    }
}

.service .col25:before {
    content: "";
    width: 95%;
    display: block;
    position: absolute;
    left: 2.5%;
    height: 95%;
    border: solid 1px #104676
}

.service img {
    margin: 0 auto;
    max-width: 250px;
    width: 80%
}

.service .col25 p {
    font-size: 20px;
    padding: 30px;
    line-height: 35px;
}
@media screen and (max-width:1200px){
    .service .col25 p{
    min-height: 170px;
    font-size: 17px;
    padding: 20px;
    }
}
@media screen and (max-width:780px){
    .service .col25 p{
        min-height:0
    }
}
.service .img_container {
    background: white;
    padding: 30px 0;
    text-align: center
}

/*about*/

.about {
    margin-top: 270px;
    padding-bottom: 100px;

}

@media screen and (max-width:1024px) {
    .about .container {
        width: 100%
    }
}

@media screen and (max-width:480px) {
    .about {
        margin-top: 0;
        padding-bottom: 50px
    }
}

#about_bg {
    width: 100%;
    background: url(../../images/bg_1.jpg) no-repeat;
    background-position: 0px 355px;

}

@media screen and (max-width:768px) {
    #about_bg {
        background-position: 0px 1250px;
    }
}

.about_left {
    text-align: center;
    width: 35%;
    display: inline-block;
    vertical-align: top
}

.about_title {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.about_left a {
    margin-top: 50px;
    display: block
}

.about_right {
    color: white;
    width: 40%;
    display: inline-block;
    font-size: 19.5px;
    margin-left: 9%;
    vertical-align: top
}

@media screen and (max-width:480px) {
    .about_left,
    .about_right {
        width: 90%;
        display: block;
        margin: 0 auto;
        margin-top: 30px;
    }
}

.about_right li {
    line-height: 34px;
    position: relative;
    margin-bottom: 50px;
}

.about_right li:before {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../../images/list_arrow.png) no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    top: 10px;
    left: -23px;
}

/*footer*/

footer {
    background: #022646;
    color: #fbfbfb;
    padding: 40px 0;
}

footer p,
footer h6 {
    font-size: 13px;
    line-height: 22px;

}

footer h6 {
    padding-bottom: 5px;
    border-bottom: solid 1px white;
    width: 80%
}
/*內頁*/
.service_page{
    margin-top: 50px;
}