﻿
.about > .history {
    background-color: #FAC437;
}

    .about > .history > .info {
        position: relative;
        z-index: 4;
        padding: 4rem 10rem 0;
    }

.shadow-bottom {
    -webkit-box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.3);
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.about > .history > .illustrate {
    position: relative;
    z-index: 3;
    text-align: center;
}

.about > .vietnam {
    position: relative;
    z-index: 2;
    padding: 4rem 0 6rem;
    background-color: #FFDE94;
}

.about > .mission {
    position: relative;
    padding: 5rem;
    background-color: #FCE7B9;
}

    .about > .mission > .row {
        background-color: #fff;
        max-width: 1200px;
        margin: 0 auto;
    }

        .about > .mission > .row > .img {
            margin-right: 2rem;
        }

.no-padding {
    padding-left: 0;
    padding-right: 0;
}
