/* About Section 1~3 */ 
.aboutSection{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.aboutSection .root-width{
    padding:0 !important;
}
.aboutSection .in-about{
    padding: 140px 20px 140px 20px;
}
.aboutSection *,
.aboutSection{
    color:#fff !important;
}
.content-about span{
    display:block;
    letter-spacing: 0.2em;
    font-size:12px;
}
.content-about h2 {
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}
.content-about h2:after {
    position: absolute;
    bottom: 0px;
    width: 24px;
    height: 1px;
    left: 0%;
    transform: translateX(0%);
    background: #fff;
    content: "";
    display: block;
}
.content-about .content-about-p{
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 50px;
}

.content-about .content-about-a {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 7px;
    padding: 7px 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    white-space: nowrap;
    box-sizing: border-box; 
    width: 120px;
    text-align: center;
  }
.AlignRight{
    text-align:right;
}
.AlignRight .content-about h2:after {
    left: auto;
    right:0;
    transform: translateX(0%);
}
.AlignCenter{
    text-align:center;
}
.AlignCenter .content-about h2:after {
    left: 50% !important;
    transform: translateX(-50%) !important;
}
.bgAboutSection .wrap-box{
    display:flex;
}
.bgAboutSection .bg-about{
    padding: 0 30px;
}
.bgAboutSection .wrap-box.AlignRight{
    flex-direction: row-reverse;
}
@media screen and (max-width:992px) {
    
}
@media screen and (max-width:800px) {
	.aboutSection .in-about{
        text-align: center;
    }
    .aboutSection .content-about h2:after {
        left: 50% !important;
        right:auto !important;
        transform: translateX(-50%) !important;
    }
    .content-about .content-about-p {
        font-size: 15px;
        line-height: 1.5em;
        margin-bottom: 30px;
        padding:0 0px;
    }
    .bgAboutSection .wrap-box.AlignRight{
        flex-direction: column-reverse; 
    }
    .bgAboutSection .bg-about {
        padding: 0 0px;
        margin:24px;
        border-radius: 4px;
    }
}
@media screen and (max-width: 540px) {
	.content-about .content-about-p br {
		display:none;
	}
    .aboutSection .in-about{
        padding: 100px 20px 100px 20px;
    }
    .content-about h2{
        font-size:22px;
    }
    .aboutSection.bgAboutSection .in-about {
        padding:50px 20px 50px 20px;
    }
    .content-about .content-about-a{
        font-size: 12px;
        width: 110px;
    }
}
