body {
    background: url(/img/skin/bg/our-company/about-canfor.gif) center top 97px repeat-x rgba(0, 0, 0, 0)
}

#wrapper {
    background: 0 0 !important
}

#main .m-w1 {
    min-height: 800px
}

#main .m-w2 {
    overflow: visible
}

#content {
    padding-bottom: 0
}

.about-canfor-top {
    display: table;
    width: 100%
}

.about-canfor-bottom {
    position: relative;
    max-width: 515px;
    width: 100%;
}

.about-canfor-mission,
.about-canfor-vision {
    color: #fff;
    display: table-cell;
    width: 50%;
    vertical-align: top;
    font-size: 14px;
    line-height: 19px;
    padding: 30px 40px;
    box-sizing: border-box;
}

.about-canfor-mission {
    background: url(/img/skin/bg/our-company/mission.png) center top rgba(0, 0, 0, 0)
}

.about-canfor-vision,
.about-canfor-vision:after {
    background: url(/img/skin/bg/our-company/vision.png) center top rgba(0, 0, 0, 0)
}

.about-canfor-vision {
    position: relative
}

.about-canfor-vision:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 5000px;
    height: 100%;
    z-index: -1
}

.about-canfor-our-values {
    background: url(/img/skin/bg/our-company/our-values.png) center top rgba(0, 0, 0, 0);
    color: #a8bbc0;
    display: block;
    font-size: 14px;
    line-height: 19px;
    padding: 30px 40px;
    max-width: 515px;
    box-sizing: border-box;
    width: 100%;
}

#content .about-canfor-our-values p {
    color: #a8bbc0
}

#content .about-canfor-our-values span {
    color: #fff
}

.about-canfor-our-need {
    background: url(/img/skin/bg/our-company/our-need.png) no-repeat rgba(0, 0, 0, 0);
    box-sizing: border-box;
    height: 232px;
    padding: 40px 20px;
    position: absolute;
    left: 100%;
    bottom: 0;
    max-width: 235px;
    width: 100%;
    box-sizing: border-box;
}

.about-canfor-our-need a {
    font-size: 12px;
    line-height: 1.2
}

.about-canfor-our-need .title {
    color: #97acb2;
    margin: 0;
    border: 0;
    padding: 0;
    text-transform: lowercase;
    font-size: 22px;
    line-height: 1.1
}

#content h2,
h1 {
    padding-left: 40px
}

#content p,
.title {
    color: #fff;
    font-size: 18px
}

.title {
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 2px solid #fff;
    margin-bottom: 25px
}

#content li,
#content p,
#content td {
    line-height: 1.55;
    margin-bottom: 15px
}

h1 {
    font-size: 55px;
    margin-bottom: 10px
}

#content h2 {
    font-size: 32px;
    margin-bottom: 60px
}
@media screen and (max-width:1024px) {
    body{
        background-size: cover;
    }
    .about-canfor-bottom{
        display: flex;
        max-width: none;
        align-items: flex-end;
    }
    .about-canfor-our-need{
        position: static;
    }
    
}

@media screen and (max-width:767px) {
    body {
        background: 0 0
    }

    #content {
        padding-bottom: 0
    }

    .about-canfor-top {
        display: block
    }

    .about-canfor-bottom {
        width: 100%
    }
    

    .about-canfor-mission,
    .about-canfor-vision {
        padding: 25px 30px;
        display: block;
        width: auto
    }

    .about-canfor-vision:after {
        display: none
    }

    .about-canfor-our-values {
        padding: 25px 30px;
        display: block;
        width: auto
    }

    .about-canfor-our-need {
        height: auto;
        padding: 25px 30px;
        position: static;
        width: 100%;
        background: url(../img/canfor-small-logo.jpg) no-repeat right top;
        max-width: none;
        margin-top: 15px;
        border: solid 1px #bdccd0;
        border-top: solid 5px #323232;
    }
    .community-banner .sfContentBlock img {
        width: 100%;
        object-fit: cover;
        position: static;
        height: 290px;  
        object-position: -200px 0;
    }
    .city-info {
        left: 10px;
    }
    #cycle-controls{
        bottom: 0;
    }

    .about-canfor-our-need a {
        font-size: 12px;
        line-height: 1.2
    }

    .about-canfor-our-need .title {
        color: #97acb2;
        margin: 0;
        border: 0;
        padding: 0;
        text-transform: lowercase;
        font-size: 22px;
        line-height: 1.1
    }

    #content h2,
    h1 {
        padding-left:0
    }

    #content p,
    .title {
        color: #fff;
        font-size: 18px
    }

    .title {
        text-transform: uppercase;
        font-weight: 700;
        padding-bottom: 15px;
        border-bottom: 2px solid #fff;
        margin-bottom: 25px
    }

    #content li,
    #content p,
    #content td {
        line-height: 1.55;
        margin-bottom: 15px
    }

    h1 {
        font-size: 36px;
        margin-bottom: 0
    }

    #content h2 {
        font-size: 24px;
        margin-bottom: 40px
    }
    .about-canfor-bottom{
        flex-direction: column;
        align-items: flex-start;
        max-width: none;
    }
    .about-canfor-our-values{
        max-width: none;
    }
    .gs-responsive #content p{
        padding: 0 !important;
    }
}
