﻿/* CSS Document */
@import url(font-awesome/css/font-awesome.min.css);

body {  -webkit-text-size-adjust:100%; margin:0; text-align:center; font-family:"Open Sans", Helvetica, Arial, "LiHei Pro", 微軟正黑體, 新細明體, sans-serif; width: 100%; overflow-x: hidden; }
img {   border:0; }

/* Reset ================================================================================= */

a { text-decoration:none;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all; }
a:hover { text-decoration:none; }

* { margin:0; padding:0; list-style:none;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */}

.menuzord .menuzord-menu>li>a span{
    display: block;
    font-family: 'arial black';
    text-transform: uppercase;
    letter-spacing: 2px;
}
*:after {
    content: "";
    display: block;
    clear: both;
    font-size:0;
}
.products-work {
    width: 100%;
    position: relative;
    background: #fff;
    padding-bottom: 60px;
    margin: 0 auto;
}
.banner{
    background: url(../images/about_banner.jpg) center top no-repeat fixed;
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: scroll;
}
.banner.bottom{
    background: url(../images/about_banner01.jpg) no-repeat fixed;
    background-position:  center top;
    height: 450px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.banner > div{
    width: 100%;
    position: absolute;
    top: calc(50% - 54px);
    left: 0;
}
.banner.bottom > div{
    top: calc(50% - 27px);
}
.banner p {
  font-size: 48px;
    min-width: 220px;
    display: inline-block;
    width: auto;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    font-family: "Open Sans", Helvetica, Arial, "LiHei Pro", 微軟正黑體, 新細明體, sans-serif;;
}

@media only screen and (max-width: 767px){
    .banner p{
        font-size: 32px;
    }
    .banner p span{
        font-size: 18px;
    }
}

/*about*/

.about .banner{
    background: url(../images/about_banner.jpg) center top no-repeat fixed;
}
.about .banner.bottom{
    background: url(../images/about_banner01.jpg) no-repeat fixed;
    background-position:  center bottom;
    position: relative;
}
.about .banner p {
    font-size: 8px;
    color: #8E8E8C;
    text-shadow: none;
    font-weight: 600;
    line-height: 2em;
    display: block;
    font-family: 'Open Sans', Helvetica, Arial, 'LiHei Pro', '微軟正黑體', '新細明體', sans-serif;
}
#wrapper {
    overflow: hidden;
}

.about .banner > div {
    width: 250px;
    height: 450px;
    top: calc(0%);
}

.about .banner > .video {
    width: 40%;
}

.about .banner > .video-invol {
    width: 40%;
}

.about .banner > .video .text-video {
    margin-bottom: 15px;
}

.about .banner .video iframe {
    width: 100%;
}

.backwhite {
    background-color: rgba(255,255,255,0.92);
    font-size: 8px;
    margin-top: 150px;
    line-height: 1.8em;
    padding: 20px;
    margin-left: 7%;
    margin-right: 7%;
    text-align: center;
    margin-bottom: 150px;
}



@media only screen and (min-width: 1920px){
    .about .banner,
    .about .banner.bottom{
        background-size: 100%;
    }
}
@media only screen and (max-width: 767px){
    .about .text{
        line-height: 48px;
        font-size: 16px;
        padding: 60px 3%;
        text-align: center;
    }
     .about .banner > .video {
        width: 90%;
    }
    .about .banner > div {
        width: auto;
        height: 339px;
        top: calc(0% - 70px);

    }
}

/*products*/
.products{
    width: 90%;
    position: relative;
    background: #fff;
    padding-bottom: 60px;
    margin: 0 auto;
}
.products .banner{
    background: url(../images/products_banner.jpg) center top no-repeat fixed;
}
.products h1{
    font-family: "Open Sans", Helvetica, Arial, "LiHei Pro", 微軟正黑體, 新細明體, sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #ccc;
    width: 260px;
    margin: auto;
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    white-space:nowrap;

}
.products h1 span{
    display: inline-block;
    color: #999;
}
.products h2{
    font-size: 24px;
    color: #af9f66;
    margin: auto;
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px 0 30px;
    font-weight: 300;
}
.products ul.nav{
    margin:60px auto 20px;
    width: 100%;
    text-align: center;
}
.products ul.nav li{
    display: inline-block;
    width: auto;
    margin: 0 3px;
    cursor: pointer;
    padding: 6px 20px;
    font-size: 16px;
    color: #666;
    border: 3px solid #ccc;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
}
.products ul.nav li.active,
.products ul.nav li:hover{
    background: #af9f66;
    color: #fff;
    border: 3px solid #af9f66;
}
.products ul.list{
    margin:0 30px;
    width: calc(100% +9px);
    display: block;
}
.products ul.list li{
    width:  calc(33.33%) ;
    float: left;
}
.products ul.list li a{
    display: block;
    margin: 20px 4.5px;
    border: 1px solid #ccc;
}
.products ul.list .img{
    width: 100%;
    position: relative;
    float: left;
}
.products ul.list .img img{
    width: 100%;
}
.products ul.list .img > div{
    border-width: 0;
    border-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    display: block;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -moz-transition: border 0.3s;
    -o-transition: border 0.3s;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
}
.products ul.list .img:hover > div{
    border: rgba(255, 255, 255, 0.5) solid 100px;
}

.products ul.list .img > div:before {
    content: "";
    width: 100%;
    height: 100%;
    border-width: 0;
    border-color: #FFF;
    box-sizing: border-box;
    display: block;
    -moz-transition: border 0.3s;
    -o-transition: border 0.3s;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
}
.products ul.list .img:hover > div:before {
    border: #FFF solid 12px;
}
.products ul.list .text{
    width: 100%;
    float: left;
    padding: 8px 20px 13px;
    color: #333;
    font-size: 18px;
    text-align: left;
}
.products ul.list .text span{
    display: block;
    width: 100%;
    font-size: 13px;
    color: #999;
    padding-top: 3px;
}
@media only screen and (min-width: 1920px){
    .products .banner{
        background-size: 100%;
    }
}
@media only screen and (max-width: 1580px) {
    .products ul.list .img:hover > div{
        border: rgba(255, 255, 255, 0.5) solid 50px;
    }
}
@media only screen and (max-width: 900px){
    .products ul.list .img:hover > div:before {
      border: #FFF solid 8px;
    }
    .products ul.list .img:hover > div{
        border: rgba(255, 255, 255, 0.5) solid 20px;
    }
}
@media only screen and (max-width: 767px){
    .products ul.nav{
        margin-bottom: 40px;
    }
    .products ul.list{
        width: 100%;
        margin: 0;
    }
    .products ul.list li{
        width: 95%;
        margin: auto 2.5%;
    }
    .products ul.list li a{
        margin:0 auto 40px;
    }
}
@media only screen and (max-width: 500px){
    .products ul.nav li{
        margin: 0 2px;
        padding: 4px 10px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 350px){
    .products ul.nav li{
        padding: 4px 5px;
        font-size: 12px;
    }
}

/*products-detail*/
.products-detail #header-wrap{
    background: #777;
    padding-bottom: 10px;
}
.products-detail #header.transparent-header #header-wrap{
    background: none;
}
.products-detail section{
    width: 100%;
    position: relative;
    background: #fff;
    overflow-x: hidden;
    padding-bottom: 60px;
}
.products-detail .list{
    margin: auto;
    width: 1200px;
}
.products-detail .list li{
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    width: 100%;
    float: left;
    font-size: 18px;
    color: #333;
    text-align: left;
}
.products-detail .list span{
    color: #999;
    display: inline-block;
    padding-right: 30px;
}
.connected-carousels .carousel-stage{
    border-radius: 0;
}
.connected-carousels .stage{height: 80vh;width: 100%;margin: 0}
.connected-carousels .stage .carousel-stage{height: 100vh;width: 100%;border:0;box-shadow:none;}
.connected-carousels .stage .carousel li{
    width: 100vw;
    height: 100vh;
    background-attachment: fixed;
    background-position:center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.connected-carousels .navigation{
    width: 100%;
}
.connected-carousels .navigation{
    margin: auto;
    width: 1200px;
}
.connected-carousels .carousel-navigation{
    margin: 30px auto 20px;
    width: 100%;
    height: 80px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.connected-carousels .carousel-navigation li img{
    width: 120px;
    height: 80px;
}
.connected-carousels .prev-stage,.connected-carousels .next-stage{
    top: calc(50% - 15px);
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 24px;
}
.connected-carousels .prev-stage.inactive,.connected-carousels .next-stage.inactive{
    display: block;
    opacity: .2;
}
.connected-carousels .prev-stage span, .connected-carousels .next-stage span{
    width: 100%;
    height: 100%;
    display: block;
    font-size: 24px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: rgba(0,0,0,.2);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}
.connected-carousels .prev-stage{
    left: 20px;
}
.connected-carousels .next-stage{
    right: 20px;
}
.connected-carousels .prev-stage span, .connected-carousels .next-stage span{
    position: relative;
}
.connected-carousels .prev-navigation, .connected-carousels .next-navigation{
    background: none;
    color: #000;
    font-size: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

}
.connected-carousels .prev-navigation{
    left: -30px;
    text-indent: 0;
}
.connected-carousels .next-navigation{
    right: -30px;
    text-indent:0;
}
@media only screen and (max-width: 1280px) {
    .products-detail .list,
    .connected-carousels .navigation{
        width: 85%;
    }
}
@media only screen and (max-width: 767px) {
    .products-detail .list li{
        font-size: 16px;
    }
    .connected-carousels .prev-stage{
        left: 0;
    }
    .connected-carousels .next-stage{
        right: 0;
    }
    .connected-carousels .stage .carousel li{
        background-size: auto 100vh;
    }
}

/*qa*/
.qa{
    width: 100%;
    position: relative;
    background: #fff;
    overflow-x: hidden;
    padding-bottom: 60px;
}
.qa .banner{
    background: url(../images/qa_banner.jpg) center top no-repeat fixed;
}

/*手風琴*/

.ui-accordion {
    width: 1100px;
    margin:60px auto;
    text-align: left;
    border-bottom: 1px solid #c9c9c7;
}
.ui-accordion .ui-widget-content {
    color: #333;
}

.toggles-wrap, .accordion {
    margin-bottom: 20px;
}

.toggle,
.accordion > div {
    margin-top: -1px;
}

.toggle:first-child,
.accordion > div:first-child {
    margin-top: 0;
}

.ui-accordion .ui-accordion-header {
    display: block;
    position: relative; /* sets the initial position for the icon */
    padding: 20px;
    cursor: pointer;
    border: 1px solid #c9c9c7;
    border-left: 20px solid #c9c9c7;
    border-bottom: 0;
    margin: 0;
    border-radius: 0;
    color: #000;
    font-size: 18px;
    display:inline-flex;
    vertical-align: top;
    width: 100%;
    background: #fff;
}
.ui-accordion .ui-accordion-header > div{
    line-height: 35px;
}
.ui-accordion .ui-accordion-header > div:nth-child(2){
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: #64727f;
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-family:"Open Sans", Helvetica, Arial, "LiHei Pro", 微軟正黑體, 新細明體, sans-serif;
}
.ui-accordion .ui-accordion-header > div:nth-child(2) span:last-child,
.ui-accordion .ui-accordion-header.ui-state-active > div:nth-child(2) span:first-child{
    display: none;
}
.ui-accordion .ui-accordion-header.ui-state-active > div:nth-child(2) span:last-child{
    display: block;

}
.ui-accordion .ui-accordion-header.ui-state-active > div:nth-child(2){
    -moz-box-shadow:0 0 15px #000000;
    -webkit-box-shadow:0 0 15px #000000;
    box-shadow:0 0 15px #000000;
}
.ui-accordion .ui-accordion-header > div:last-child{
    padding-left: 20px;
}
.ui-accordion .ui-accordion-header i {
    margin-right: 10px;
    font-size: 15px;
}

.ui-accordion .ui-accordion-header:hover {
    border-left: 20px solid #af9f66;
}

.ui-accordion .ui-accordion-header.ui-state-active {
    transition: color 0.2s ease 0s;

    border-left: 20px solid #af9f66;
    padding-bottom:10px;
}

.ui-accordion > div:first-child > .ui-accordion-header {
    border-top: 0;
}

.ui-accordion .ui-accordion-content {
    padding: 0 20px 20px 75px;
    border: 1px solid #c9c9c7;
    border-left: 20px solid #af9f66;
    border-top: 0;
    border-radius: 0;
    overflow: hidden;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    background: #fff;
    margin-bottom: -1px;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon:before {
    display: none;
}

.ui-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon:before {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 15px;
    display: none;
}

.ui-accordion .ui-accordion-content > *:last-child {
    margin-bottom: 0;
}


@media only screen and (min-width: 1920px){
    .qa .banner{
        background-size: 100%;
    }
}
@media only screen and (max-width: 1200px){
    .ui-accordion {
        width: 95%;
    }
}
@media only screen and (max-width: 400px){
    .ui-accordion .ui-accordion-header > div:nth-child(2){
        min-width: 35px;
    }
}

/*contact*/
.contact{
    width: 100%;
    position: relative;
    background: #fff;
    overflow-x: hidden;
}
.contact .banner > div {
    top: calc(50% - 25%);
}
.contact .banner{
    background: url(../images/contact_banner.jpg) center top no-repeat fixed;
}
.contact .form{
    width: 650px;
    margin: 0 auto;
    display: block;
    padding-top: 20px;
}
.contact .form li{
    width: 100%;
    float: left;
    padding: 10px 0;
    text-align: left;
    font-size: 13px;
    color: #8E8E8C;
    text-shadow: none;
    font-weight: 600;
    line-height: 2em;
    display: block;
}
.contact .form li.w50{
    width: 50%;
    padding: 20px 40px 20px 0;
}
.contact .form li.w50.a{
    padding: 20px 0 20px 40px;
}
.contact .form li input[type="text"],
.contact .form li input[type="email"],
.contact .form li input[type="tel"]{
    width: 100%;
    color: #f3e4b0;
    padding: 10px 0;
    font-size: 19px;
    background: none;
    border: 0;
    border-bottom: 3px solid #f3e4b0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #f3e4b0;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #f3e4b0;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #f3e4b0;
}
:-moz-placeholder { /* Firefox 18- */
  color: #f3e4b0;
}
.contact .form li textarea{
    width: 100%;
    padding: 10px;
    color: #f3e4b0;
    margin-top: 10px;
    height: 110px;
    font-size: 19px;
    border: 0;
    background: rgba(243,228,176,.4);
}
.contact .form li input[type="submit"]{
    color: #f3e4b0;
    padding: 10px 15px;
    width: auto;
    background: none;
    font-size: 19px;
    border: 3px solid #f3e4b0;
    cursor: pointer;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
}
.contact .form li input[type="submit"]:hover{
    background: rgba(243,228,176,.4);
}
@media only screen and (min-width: 1920px){
    .contact .banner{
        background-size: 100%;
    }
}
@media only screen and (max-width: 700px){
    .contact .form{
        width: 95%;
    }
    .contact .form li input[type="text"],
    .contact .form li input[type="email"],
    .contact .form li input[type="tel"],
    .contact .form li textarea{
        font-size: 16px;
    }
    .contact .banner > div {
        top: 70px;
    }
    .contact .banner{
        height: 1000px;
    }
}
@media only screen and (max-width: 450px){
    .contact .form li.w50,
    .contact .form li.w50.a{
        width: 100%;
        padding: 20px 0;
    }
}
.non_textder {
    font-size: 1.0em;
}
a {
    text-decoration: none;
    color: inherit;
}
.item {
    float: left;
    width: 230px;
    height: 350px;
    text-align: center;
}

.about-team{
    margin-left: 5%;
    margin-top: 3%;
    margin-right: 5%;
    background-color: rgba(255,255,255,0.8);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: rgba(255,255,255,0.8);
    font-size: 0.7em;
    text-align: center;
    overflow-y: hidden;
}

.innercontentbg {
    padding: 20px;
    padding-top: 10px;
    margin-bottom: 50px;
    font-size: 0.8em;
    color:#333;
    line-height: 2em;
}

@media only screen and (min-width: 1920px){
    .design .banner{
        background-size: 100%;
    }
}
@media only screen and (max-width: 1050px){
    .design .list{
        width: 800px;
    }
    .design .list li{
        width: 401px;
    }
}
@media only screen and (max-width: 850px){
    .design .list{
        width: 740px;
    }
    .design .list li{
        width: 371px;
    }
}
@media only screen and (max-width: 767px){
    .design .list{
        width: 95%;
    }
    .design .list li{
        width: 100%;
    }
    .design .list li.L:first-child{
        background-image: url(""), url("");
    }
    .design .list li.L{
        float: none;
        background-image: url(../images/design_border_arrow_Down.jpg), url(../images/design_border_line.png);
        background-position: 50% 0%, 50% 0%;
        background-repeat: no-repeat, repeat-x;
        padding: 5% 10%;
    }
    .design .list li.R{
        float: none;
        background-image: url(../images/design_border_arrow_Down.jpg), url(../images/design_border_line.png);
        background-position: 50% 0%, 0% 0%;
        background-repeat: no-repeat, repeat-x;
        padding: 5% 10%;
    }
    .design .list li p.title{
        font-size: 20px;
    }
}
@media only screen and (max-width: 500px){
    .design .list li.L,
    .design .list li.R{
        padding: 8% 10%;
    }
}

.contact .form li button:hover {
    background: rgba(243,228,176,.4);
}

.contact .form li button {
    color: #f3e4b0;
    padding: 10px 15px;
    width: auto;
    background: none;
    font-size: 19px;
    border: 3px solid #f3e4b0;
    cursor: pointer;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
}

.news-item .news-des {
    padding: 30px;
    margin: 0px 0px 10px 0px;
}
.news-item .news-des span.date {
    display: block;
    font-size: 1.3rem;
    color: #959191;
    margin: 10px 0px;
}
.news-item .news-des p {
    font-size: 16px;
    color: #666;
    margin: 0px;
    margin: 0px;
}
.news-item:hover {
    box-shadow: 5px 0px 35px 0px rgba(0,0,0,0.3);
}
.news-post {
    margin-top: 100px;
    margin-bottom: 100px;
}

.index_section_new {
    width: 20%;
    min-width: 100px;
    float: left;
    margin-bottom: 60px;
    margin-top: 20px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

.fontwhite_new {
    font-size: 13px;
    color: #b98f69;
}
@media only screen and (max-width: 960px){
    .index_section_new{
        width: 50%;
        min-width: 260px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px;
        margin-top: 20px;
    }
    .index_section_new {
        float: none;
    }
}

.overflowhidden2 {
    display: inline-block;
}

.index_section {
    text-align: center;
    width: 100%;
}

.products .portfilio {
    width: 100%;
    background: #333;
    height: 100%;
}

.products-work .portfilio .overview_item:nth-child(2n-1) {
    margin-right: 15px;
}

.products-work  .portfilio .overview_item {
    width: calc((100% - 20px)/2);
    position: relative;
    float: left;
    margin-bottom: 15px;
}

.products-work  .portfilio .overview_item a {
    color: #fff;
    text-decoration: none
}

.products-work .portfilio .overview_item .txt_mask {
    display: block;
    position: absolute;
    color: #fff;
    width: 100%;
    height: 100%;
}
.products-work .portfilio .overview_item .txt {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    top: 48%;
    color: #fff;
}
.products-work .portfilio .overview_item span {
    font-size: 20px;
    line-height: 20px;
    margin-top: 13px;
    display: block;
}

.products-work .portfilio .overview_item h4 {
    font-size: 2.8rem;
    line-height: 35px;
    font-weight: 600;
    font-family: 'Source Sans Pro', 'Songti SC', serif;
}

.products-work .portfilio  .overview_item a:hover .txt_mask {
    background: rgba(0, 0, 0, 0.3);
}

@media (max-width: 797px) {
    .products-work  .portfilio .overview_item h4 {
    font-size: 1.8rem !important;
    }
    .products-work  .portfilio .overview_item {
        width: 100%;
        position: relative;
        float: left;
    }
}

.about .list_box li {
    float: left;
    width: calc((100% - 40px) / 3);
    overflow: hidden;
    min-height: 298px;
    margin:5px;
    }

.about .list_box {
    margin: 20px;
}
@media (max-width: 1400px) and (min-width: 1200px){
    .about .list_box li {
    float: left;
    width: calc((100% - 40px) / 3);
    overflow: hidden;
    min-height: 298px;
    margin:5px;
    }
    .products-work  .portfilio .overview_item img{
        min-height: 475px;
    }
}

@media (max-width: 1200px) and (min-width: 400px){
    .products-work  .portfilio .overview_item img{
        /*min-height: 475px;*/
    }
}

@media (min-width: 1380px) {
.contact .form li {
        width: 100%;
    float: left;
    padding: 7px 0;
    text-align: left;
    font-size: 12px;
    color: #8E8E8C;
    text-shadow: none;
    font-weight: 600;
    line-height: 2em;
    display: block;
}
}

@media (min-width: 768px) {
    .modal-dialog-size {
        width: 750px;
    }
}

@media (min-width: 1367px) {
    .modal-dialog-size {
        width: 900px;
    }
}

@media only screen and (max-width: 680px){
    .about .list_box li {
        float: left;
        width: calc((100% - 40px));
        overflow: hidden;
        min-height: 298px;
        margin: 5px;
    }
}
.width-iframe iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.about .list_box li .pic {
    position: relative;
}
.about li .txt {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 1rem;
    color: #666;
    text-align: left;
}
.about li .txt .ch{
   font-size: 0.8em;
}

.about li .txt .en{
   font-size: 0.7em;
}

.about .list_box .pic svg.fa-youtube {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    color: #fff;
    font-size: 40px;
}
.svg-inline--fa.fa-w-18 {
    width: 1.125em;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}
@media only screen and (min-width: 1380px) {
      .banner{
        height: 100vh;
    }
    .about .banner p {
    font-size: 10px;
    color: #8E8E8C;
    text-shadow: none;
    font-weight: 600;
    line-height: 2em;
    display: block;
    font-family: 'Open Sans', Helvetica, Arial, 'LiHei Pro', '微軟正黑體', '新細明體', sans-serif;
}
.backwhite h3{
    font-size: 16px;
    font-family: 'Open Sans', Helvetica, Arial, 'LiHei Pro', '微軟正黑體', '新細明體', sans-serif;
}
}

/*.products{
	margin-bottom: 50px;
}
.about {
	margin-bottom: 90px;
}
*/
.backwhite h3{
    font-size: 14px;
    font-family: 'Open Sans', Helvetica, Arial, 'LiHei Pro', '微軟正黑體', '新細明體', sans-serif;
}