@charset "utf-8";
/* CSS Document */

@import "routine.css";


* {
    outline: 0;
}

a,
a:active,
a:hover,
a:focus {
    outline: 0;
    text-decoration: none;
}

img {
    max-width: 100%;
}

body {
    font-family: "微軟正黑體";
}

.wrapper {
    position: relative;
    overflow: hidden;
}

/*---------------------header樣式---------------------*/

.navBox {
    background: url(../tw_img/index/headerBg.jpg) repeat;
    border-bottom: 7px solid #ff5f08;
    height: 115px;
}

nav.navbar.bootsnav {
    border-top: 0;
}

.navBox img.logo {
    padding-top: 18px;
}



nav.navbar.bootsnav ul.nav > li > a {
    padding: 47px 28px;
    color: #fff;
}

nav.navbar.bootsnav ul.nav > li > a:hover {
    background: #ff5f08;
}


@media screen and (max-width: 1200px) {
    nav.navbar.bootsnav ul.nav > li > a {
        padding: 47px 15px;
    }

    div#navbar-menu {
        margin: 4.2% 0 0 0;
    }


}

@media screen and (max-width: 991px) {

    i.fa.fa-bars,
    i.fa.fa-times {
        color: #e08800;
    }

    nav.navbar.bootsnav .navbar-toggle {
        margin-top: 40px;
    }


    div#navbar-menu {
        max-height: 100%;
        padding: 0;
        margin: 3.6% 0 0 0;
    }

    nav.navbar.navbar-default.bootsnav.on.no-full .container {
        width: 100%;
        padding: 0;
    }
    nav.navbar.bootsnav .navbar-nav {
        padding: 0;
    }

    nav.navbar.bootsnav .navbar-nav > li {
        border: 1px solid #585858;
        background: #1d1d1d;

    }

    .navBox nav.navbar.bootsnav .navbar-nav > li > a {
        border-top: none;
        background: #1d1d1d;
        padding: 30px;
        border-bottom: 1px solid #000;
    }

}

@media screen and (max-width: 767px) {

    .navBox img.logo {
        width: 80%;
        margin: auto;
    }

}

@media screen and (max-width: 485px) {
    .navBox {
        height: 100px;
    }
    .navBox img.logo {
        width: auto;
        padding-top: 25px;
    }
    a.navbar-brand {
        width: 80%;
    }

}





/*---------------------關於我們樣式---------------------*/

#indexAbout {
    background: url(../tw_img/index/aboutBG.jpg) repeat;
    max-height: 432px;
    min-height: 432px;
    color: #fff;
}

#indexAbout .container {
    padding: 0;
}


.aboutBox {
    background: #1b1b1b;
    overflow: auto;
    border-top: 8px solid #ff5f08;
    position: relative;
    top: 88px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
}

.aboutBox .col-md-4 {
    background: url(../tw_img/index/aboutPic.jpg) no-repeat;
    background-size: cover;
    text-indent: -9999px;
    padding: 17% 0;
}

h3.aboutTitle {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

h3.aboutTitle span.tag {
    color: #ff5f08;
}

span.tittleEn {
    color: #a6a6a6;
    font-size: 13px;
    padding-left: 10px;
}

.descriptionBox .text {
    font-size: 18px;
    line-height: 1.7em;
    color: #eee;
}

.aboutBox .col-md-8 {
    padding: 0;
}


.descriptionBox {
    padding: 57px 40px 0 40px;
}

#indexAbout .animated {
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;

}

@media screen and (max-width: 1200px) {

    .descriptionBox {
        padding: 30px 30px 0 30px;
    }

    h3.aboutTitle {
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 12px;
    }

    .descriptionBox .text {
        font-size: 17px;
        line-height: 1.7em;
        color: #eee;
    }
}

@media screen and (max-width: 991px) {

    #indexAbout {
        max-height: 100%;
        min-height: auto;

    }

    .aboutBox {
        position: static;
        top: 0;

    }

    .aboutBox .col-md-4 {
        background: url(../tw_img/index/aboutPic.jpg) no-repeat center;
        background-size: cover;
        text-indent: -9999px;
        padding: 22% 0;
    }

    .descriptionBox {
        padding: 30px;
    }

}



/*---------------------服務項目樣式---------------------*/

#indexService {
    background: url(../tw_img/index/serviceBg.jpg);
    color: #fff;
    padding-top: 145px;
    text-align: center;
}


#indexService h3.serviceTitle {
    color: #ff5f08;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 70px;
}

#indexService .serviceTitle span.tittleEn {
    display: block;
    padding: 0;
    margin-top: 5px;
}


#indexService .serviceItem li {
    width: 33%;
    text-align: center;
    display: inline-block;
    margin: 0 auto 5% 0;
}

#indexService .serviceItem .itemPic {
    border-radius: 999em;
    display: inline-block;
}

#indexService .serviceItem .itemPic img {
    border: 2px solid #ff5f08;
    border-radius: 999em;
    padding: 7px;
}

#indexService .serviceItem li .tittle {
    font-size: 24px;
    margin: 5% 0;
}

@media screen and (max-width: 1200px) {

    #indexService {
        padding-top: 80px;
    }

    #indexService h3.serviceTitle {
        margin-bottom: 30px;
    }


}

@media screen and (max-width: 991px) {


    #indexService h3.serviceTitle {
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 768px) {


    #indexService .serviceItem li {
        width: 49%;

    }

}

@media screen and (max-width: 550px) {
    #indexService .serviceItem li {
        margin: 0 2% 5% 2%;
        width: 45%;
    }

}



/*---------------------工程實績樣式---------------------*/

#indexProject {
    background: url(../tw_img/index/proBg.jpg);
    text-align: center;
    position: relative;
    padding-bottom: 4%;
    overflow: auto;

}


#indexProject h3.projectTitle {
    color: #ff5f08;
    font-size: 32px;
    font-weight: bold;
    margin: 50px 0 36px 0;
}

#indexProject span.tittleEn {
    color: #a6a6a6;
    font-size: 13px;
    padding-left: 10px;
    display: block;
    margin-top: 5px;
}

#indexProject .owl-carousel{
    display: block;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    display: none;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-nav.disabled {
    position: absolute;
    right: 5%;
    top: -23%;
}

button.owl-prev span {
    width: 32px;
    height: 32px;
    background: url(../tw_img/other/pre_arrow.png) no-repeat;
    display: block;
    text-indent: -9999px;
}


button.owl-next span {
    width: 32px;
    height: 32px;
    background: url(../tw_img/other/next_arrow.png) no-repeat;
    display: block;
    text-indent: -9999px;
}

.owl-item {
    background: #000;
}

#indexProject .item {
    position: relative;
    width: 25%;
    float: left;
}

#indexProject .item .hpImg {
    overflow: hidden;
    position: relative;
    background: #000;
}

#indexProject .item a img {
    opacity: 0.5;

}


#indexProject .item a:hover .ampliImg {
    opacity: 1;
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
}


#indexProject .item a:hover img {
    opacity: 1;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;

}


.ampliImg {
    background: url(../tw_img/other/hoverImg.png) no-repeat center;
    opacity: 0;
    position: absolute;
    width: 64px;
    height: 64px;
    width: 100%;
    height: 100%;
    top: 0;

}

@media screen and (max-width: 992px) {
    #indexProject .item {
        width: 33.3%;
    }
}

@media screen and (max-width: 768px) {
    .owl-nav.disabled {
        top: -19%;
    }

    #indexProject .item {
        width: 50%;
    }

}

@media screen and (max-width: 680px) {
    .owl-nav.disabled {
        top: -60%;
    }

    button.owl-prev span,
    button.owl-next span {
        background-size: 80%;
    }

}


@media screen and (max-width: 500px) {
    
     #indexProject .item {
        width: 100%;
    }
    
}




/*---------------------聯絡我們樣式---------------------*/

.groupBox .col-md-7,
.groupBox .col-xs-6 {
    padding: 0;
}

#indexContact .col-md-6 {
    padding: 0;
}

#indexContact {
    overflow: auto;
    margin-bottom: -5px;
}

#indexContact .frameContact {
    background: url(../tw_img/index/contactBG.jpg) no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    min-height: 660px;
    overflow: auto;
    padding-left: 70px;
    padding-top: 37px;
}



#indexContact .frameContact .content {
    max-width: 655px;
    overflow: hidden;
}


.frameContact h3.contactTitle {
    color: #ff5f08;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.frameContact span.tittleEn {
    color: #a6a6a6;
    font-size: 13px;
    display: block;
    margin-top: 5px;
    padding-left: 0;
}

.frameContact .content .groupBox {
    margin-bottom: 15px;
}

.groupBox .tittle {
    font-size: 18px;
    color: #eee;
    margin-bottom: 5px;
}

#indexContact .frameContact .content input[type="text"] {
    width: 100%;
    background: #262626;
    padding: 9px 0 9px 10px;
    border: 1px solid #626262;
    border-radius: 5px;
    color: #fff;
}

.groupBox .fillBox textarea {
    width: 100%;
    background: #262626;
    padding: 9px 0 9px 10px;
    border: 1px solid #626262;
    border-radius: 5px;
    color: #fff;
}

.frameContact .content .groupBox img.authimgCode {
    margin-top: 10px;
    margin-left: 35px;
}


.frameContact .content .groupBox img.imgCode {
    margin-top: 10px;
}


.bottomSend {
    float: right;
    margin: 30px 0 0 0;
}

.bottomSend a {
    background: #ff5f08;
    overflow: hidden;
    text-align: center;
    display: block;
    clear: both;
    padding: 6px 39px;
    color: #fff;
    font-size: 17px;
}

.bottomSend a:hover {
    background: #ff6f20;
}

@media screen and (max-width: 1515px) {

    #indexContact .frameContact {
        padding-left: 0px;
    }

    #indexContact .frameContact .content {
        max-width: 600px;
        width: 100%;
        margin: auto;
    }

    .frameContact h3.contactTitle {
        text-align: center;
    }

}

@media screen and (max-width: 1300px) {

    #indexContact .frameContact .content {
        max-width: 100%;
        padding: 0 5%;
    }

    .frameContact .content .groupBox img.authimgCode {
        margin-left: 0;
    }
}




/*---------------------footer樣式---------------------*/

.footerBox {
    background: #3b3b3b;
    border-top: 4px solid #ff5f08;
    text-align: center;
    color: #bdbdbd;
    padding: 17px 0;
}

.footer_above {
    margin-bottom: 10px;
}

.footer_above ul.footer-add {
    color: #bdbdbd;
    font-size: 16px;
}

.footer_above ul.footer-add li {
    display: inline-block;
    margin: 0 10px;
}

.footerBox a {
    color: #bdbdbd;
}

.footerBox a:hover {
    color: #ffb81e;
    text-decoration: underline;
}


.footer_above ul.footer-add li i.fa {
    margin: 0 5px;
}

/*---------------------TOP樣式---------------------*/

#gotop {
    position: fixed;
    bottom: 5%;
    right: 3%;
    background: rgb(209, 130, 16);
    border-radius: 999em;
    z-index: 9;
}

#gotop a {
    text-align: center;
    padding: 22px 17px;
    color: #fff;
    font-size: 19px;
    display: block;
}

@media screen and (max-width: 680px) {

    #gotop a {
        padding: 17px 12px;
        font-size: 16px;

    }

}
