/************************************* banner *************************************/

#bannerD {
    height: 580px;
}
#bannerD .leftArrow {
    cursor: pointer;
    width: 45px;
    height: auto;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -22px;
}
#bannerD .rightArrow {
    cursor: pointer;
    width: 45px;
    height: auto;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -22px;
}
#bannerD .carousel-item {
    height: 580px;
    background-size: cover;
    background-position: center center;
}
#bannerD .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin-left: 10px;
    margin-right: 10px;
    opacity: 1;
}
#bannerD .carousel-indicators li.active {
    opacity: 1;
    background-color: #e3c68b;
}

#bannerD .carousel-item {
    cursor: pointer;
}


/************************************* section1D *************************************/

.section1D {
    background-image: url(../img/marble.jpg);
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px
}
.section1D .container .paper {
    margin-top: -362px;
    padding: 60px;
    background-color: #f7f3ea;
    text-align: right;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 20%);
}
.section1D .container .illuContainer {
    z-index: 1;
}
.section1D .container p {
    margin-left: 300px;
    margin-left: 280px;
}
.section1D .container .titleLine {
    float: right;
}
.section1D .container .myBtn {
    padding-left: 20px;
    padding-right: 20px;
}

/************************************* section3D *************************************/

.section3D {
    background-image: url(../img/marble.jpg);
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px
}
.section3D .container .paper {
    padding: 60px;
    background-color: #f7f3ea;
    text-align: left;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 20%);
}
.section3D .container .illuContainer {
    z-index: 1;
}
.section3D .container p {
    line-height: 2;
}
.section3D .container .titleLine {
    float: left;
}

/************************************* section4 *************************************/

.section4 {
    padding-top: 60px;
    padding-bottom: 60px
}

/************************************* section5D *************************************/

.section5D {
    background-image: url(../img/marble.jpg);
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px
}
.section5D .container .paper {
    margin-top: -362px;
    padding: 60px;
    background-color: #f7f3ea;
    text-align: left;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 20%);
    padding-right: 300px;
}
.section5D .container .illuContainer {
    z-index: 1;
}
.section5D .container .titleLine {
    float: left;
}
.section5D a .oneNew {
    color: #666;
    margin-bottom: 15px;
}
.section5D a:hover .oneNew {
     color: #b48932;
}
.section5D a .oneNew .date {
    color: #b48932;
}
.section5D a .oneNew p {
    margin-bottom: 0px;
}
.section5D a:hover .oneNew {
    opacity: 0.8;
}
