/************************************* banner *************************************/

.banner {
    background-image: url(../img/about/bannerBG.jpg);
    background-size: cover;
    background-position: center center;
}

.banner .titleSet {
    padding-top: 35px;
    padding-bottom: 35px;
}

.banner .titleSet h2 {
    margin-bottom: 0px;
}

.banner .titleSet .siteMap p,
.banner .titleSet .siteMap p a {
    color: #fff;
    margin-bottom: 0px;
}

.banner .titleSet .siteMap p a:hover {
    opacity: 0.8;
}

/************************************* section1 *************************************/

.section1 {
    background-image: url(../img/marble.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
}

.section1 .container {
    padding-right: 0;
    padding-left: 0;
}

.section1 .container .paper {
    padding: 15px;
    background-color: #f7f3ea;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 20%);
}

.section1 .container .paper .oneIssue {
    margin-top: 15px;
}

.section1 .container .paper img {
    margin-bottom: 15px;
}

/************************************* section2 *************************************/

.section2 {
    background-color: #2b2c3a;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.section2 .container .paper .oneIssue {
    margin-top: 15px;
}

.section2 .container img {
    margin-bottom: 15px;
}

/************************************* section3 *************************************/

.section3 {
    background-color: #f7f3ea;
    color: #666;
    padding-top: 30px;
    padding-bottom: 30px;
}

.section3 .container img {
    margin-bottom: 15px;
}

.section3 .container .oneIssue {
    margin-bottom: 30px;
}

/************************************* section4 *************************************/

.section4 {
    background-image: url(../img/marble.jpg);
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
}

.section4 .container {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f7f3ea;
    text-align: left;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 20%);
}

.section4 .container .illu {
    margin-bottom: 30px;
}

.section4 .container .titleLine {
    float: left;
}

.section4 .container .myBtn {
    padding-left: 20px;
    padding-right: 20px;
}
