.about-box{
    width: 100%;
    height: calc(100vh - 83px);
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    position: relative;
    overflow: hidden;
}


.about-1-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    background-image: url('../img/about-banner.jpg');
}
.about-2-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    background-repeat: repeat;
    background-position: center;
    background-size: 4px;
    background-image: url('../img/repeatBg.png');
}
.about-3-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    display: block;
    top: 0;
    background-repeat: repeat;
    background-position: center;
    background-color: rgba(0,0,0,0.6);

}
.about-info-box{
    width: 1300px;
    max-width: 100%;
    position: relative;
    z-index: 5;
    color: #FFF;
}


.about-box .title{
    font-size: 60px;
    display: block;
    letter-spacing: 1px;
    font-weight: 200;

}
.about-box .title span{
    font-size: 40px;
    letter-spacing: 1px;
    font-family: 'Teko';
    padding-left: 10px;
}

.about-info-ch-p .about-info-p{
    font-size: 18px;
    letter-spacing: 1px;
    display: block;
    padding-bottom: 5px;
}
.about-info-en-p,
.about-info-ch-p{
    margin-top: 20px;
}
.about-info-en-p .about-info-p{
    font-size: 16px;
    letter-spacing: 1px;
    display: block;
    padding-bottom: 5px;
    text-align: justify;
}
.contact-box{
    margin-top: 10px;
}
.contact-logo-company{
    font-size: 18px;
    letter-spacing: 1px;
    display: block;
}

.contact-logo{
    width: 64px;
    display: inline-block;
    vertical-align: middle;
}
.contact-logo-company{
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

.contact-logo-company span{
    display: block;
}
.contact-logo-company span:first-child{
    padding-bottom: 10px;
}

.contact-list{
    font-size: 16px;
    letter-spacing: 1px;
    padding-bottom: 5px;
}
.contact-list i{
    padding-right: 5px;
}
.contact-phone a:nth-child(3):before,
.contact-fax span:nth-child(3):before,
.contact-mail a:nth-child(3):before,
.footer-list-box ul li:last-child .footer-list-title a:nth-child(2):before{
    content: ', ';
    font-size: 16px;
    display: inline-block;
    padding: 0 5px;
}
.contact-logo-box{
    margin: 10px 0;
}