@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);

body,
html,
td,
th {
    font-family: "Noto Sans TC";
}

#services,
#factory {
    color: white;
    background-color: #004b75;
}

#services h2.section-heading:before {
    content: "";
    width: 30%;
    position: absolute;
    left: 0px;
    border-bottom: 1px solid #fff;
    height: 30%;
    overflow: hidden;
}

#services h2.section-heading:after {
    content: "";
    width: 30%;
    position: absolute;
    right: 0px;
    border-bottom: 1px solid #fff;
    height: 30%;
    overflow: hidden;
}

#introduce,
#factory {
    padding-top: 0px;
}

#introduce h2.section-heading {
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background: #22c0cc;
    min-height: 150px;
    margin-top: 0px;
    line-height: 150px;
    color: white;
}

#oem h2.section-heading {
    background: #004b75;
    margin-top: 0px;
    line-height: 100px;
    color: white;
    /*    width: 100vw;*/
}

#oem h2.section-heading:before {
    content: "";
    width: 30%;
    position: absolute;
    left: 0px;
    border-bottom: 1px solid #fff;
    height: 30%;
    overflow: hidden;
}

#oem > div {
    /*    width: 100vw;*/
}

#oem h2.section-heading:after {
    content: "";
    width: 30%;
    position: absolute;
    right: 0px;
    border-bottom: 1px solid #fff;
    height: 30%;
    overflow: hidden;
}

#factory h2.section-heading {
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background: #22c0cc;
    min-height: 150px;
    margin-top: 0px;
    line-height: 150px;
    color: white;
}

#transport {
    color: #004b75;
}

#transport h2.section-heading:before,
#contact h2.section-heading:before {
    content: "";
    width: 30%;
    position: absolute;
    left: 0px;
    border-bottom: 1px solid #004b75;
    height: 15%;
    overflow: hidden;
}

#transport h2.section-heading:after,
#contact h2.section-heading:after {
    content: "";
    width: 30%;
    position: absolute;
    right: 0px;
    border-bottom: 1px solid #004b75;
    height: 15%;
    overflow: hidden;
}

#about {
    background-color: #22c0cc;
    color: white;
}

#about h2.section-heading:before {
    content: "";
    width: 30%;
    position: absolute;
    left: 0px;
    border-bottom: 1px solid #fff;
    height: 15%;
    overflow: hidden;
}

#about h2.section-heading:after {
    content: "";
    width: 30%;
    position: absolute;
    right: 0px;
    border-bottom: 1px solid #fff;
    height: 15%;
    overflow: hidden;
}

#services .col-md-6 {
    display: flex;
    flex-direction: column;
    /*    min-height: 50vh;*/
    height: 50vh;
}

.s_title {
    position: relative;
    display: flex;
    width: 90%;
    text-align: center;
    margin: 0 auto 20px auto;
    font-size: 1.8em;
    border-radius: 15px;
    background-color: #22c0cc;
    box-sizing: border-box;
    padding: 1rem;
    /*    height: 9.5rem;*/
    /*    line-height: 7.5rem;*/
    align-items: center;
    justify-content: center;
    min-height: 100px;
}

.en .s_title {
    font-size: 1.4em;
    line-height: 4rem;
}

.s_pic {
    margin: auto;
    box-sizing: border-box;
    padding: 5% 0 0% 0;
    /*    line-height: 50%;*/
    display: block;
    position: relative;
}

.s_text {
    width: 100%;
    text-align: center;
    font-size: 1em;
    position: relative;
    margin-bottom: 15px;
}

.text1 {
    color: #004b75;
    font-size: 26px;
    line-height: 34px;
    margin: 5vh 0;
}

.img1 {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 10% 5vh 10%;
    text-align: center;
    box-sizing: border-box;
}

.place {
    margin: 2vh 0;
}

.text2 {
    background-color: rgb(0, 75, 117, 1);
    color: white;
    padding: 20px;
    font-size: 18px;
    width: 90%;
    margin: -10% auto;
}

.about {
    /*
    background: url(../img/about.png);
    background-size: cover;
    background-repeat: no-repeat;
*/
    /*    min-height: 45vw;*/
    margin-bottom: 5vh;
}

.title2 {
    margin-bottom: 3vh;
    margin-top: 5%;
}

.title2 h3 {
    background: #004b75;
    width: 200px;
    margin: auto;
    padding: 20px;
    text-align: center;
    margin-top: 4vh;
}

.contactpic {
    margin: 2vh auto;
}

.copy {
    color: white;
}

.navbar {
    min-height: 50px !important;
}

.navbar-brand {
    padding: 5px;
}

.lan {
    position: relative;
    border: 1px solid gray;
    text-align: center;
    display: inline;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 1%;
    padding: 2px !important;
    font-size: 8px;
}

.contact_tb tr td {
    color: #0b73be;
    font-size: 2rem;
    padding: 5px;
}

.linhight0 {
    line-height: 3.5rem;
}

@media (max-width:1024px) {
    #services .col-md-6 {
        height: auto;
    }
}
