component-about-page .container-main {
    /*padding-top:90px;*/
    padding-bottom:80px;
    font-family:'Comfortaa',sans-serif;
}
component-about-page .line{
    background-color: #1a9f95;
    max-width: 50px;
    width: 100%;
    height: 3px;
}
component-about-page .container-main h1 {
    font-family: 'Comfortaa', sans-serif;
    color: #1a9f95;
    margin-bottom: 24px;
}
component-about-page .container-main p {
    margin-top: 23px;
    /*color: #737373;*/
    color: rgba(0,0,0,0.87);
    font-size: 20px;
    font-family: 'Kanit';
    line-height: 1.55;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
component-about-page .container-main h1.special {
    font-family: 'Kanit', sans-serif;
    font-size: 48px;
    text-align: center;
}
component-about-page .container-main p.special {
    max-width: 750px;
    margin: auto auto;
    display: block;
    color: #737373;
    font-size: 17px;
    font-family: 'Kanit';
    text-align: center;
}
component-about-page .img-1{
    width: 100%;
    height: 500px;
}
component-about-page .img-2{
    height: 320px;
    max-width: 360px;
}
component-about-page .img-3{
    height: 320px;
    margin: 0 auto 20px;
    max-width: 360px;
}
component-about-page .controller-img-3{
    text-align: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
component-about-page .container-main img {
    max-width: 100%;
    height: auto;

}

component-about-page .container-main .display-background {
    height: 630px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    vertical-align: middle;
    position: relative;
    background-attachment: fixed;
}

component-about-page .text_ve_center{
    display: table-cell;
    vertical-align: middle;
    height: 400px;
}

component-about-page .line_padding{
    padding-top: 5px;
}

component-about-page .container-main .display-background .paralax_info {
    height: 630px;
    background-color: rgba(0, 0, 0, 0.7);
    padding-top: 160px;
    padding-left: 10%;
    padding-right: 10%;
    color: white;
    line-height: 1.7;
}

component-about-page .container-main .display-background .paralax_info p{
    text-align: center;
    font-family: 'Kanit',serif;
    font-weight: 300;
    padding-top: 8px;
    padding-bottom: 6px;
    color: #fff;
    line-height: 1.55;
    text-align: left;
    -webkit-font-smoothing: antialiased;
}
component-about-page .img-background{
    height: 400px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

component-about-page .img-background-top{
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 1200px){
    component-about-page .container-main {
        font-size: 18px;
    }
}
@media(max-width: 767px){
    component-about-page .container-main .display-background {
        height: 350px;
    }
    component-about-page .container-main .display-background .paralax_info {
        height: 350px;
        padding-top: 0px;
        overflow: auto;
    }
}

