.underHeader {
    height: 95px;
}


.oneCatgory {

    padding-top: 30px;
    padding-bottom: 30px;
}


.oneCatgory h5 {
    font-size: 16px;
}

.oneCatgory h5 span {
    font-size: 19px;
}



.container-fluid {
    max-width: 1310px;
}

/************************************* section1 *************************************/


.section1 {
    padding-top: 80px;
}

.section1 .topLogo {
    width: 140px;
    height: auto;

}


.section1 .issues {}

.section1 .issues .oneIssue {
    padding-top: 0px;
    margin-bottom: 50px;
    border-left: 1px solid #3C9584;
    padding-left: 15px;
    padding-right: 15px;

}

.section1 .issues .oneIssue.noBorder {
    border: none;
}


.section1 .issues .oneIssue .iconContainerForD {
    height: 109px;
    position: relative;
}

.section1 .issues .oneIssue .icon {
    margin: 0 auto;
    position: relative;
}

.section1 .issues .oneIssue .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
}

.section1 .issues .oneIssue.lastIssue .title {
    text-align: left;
}

.section1 .issues .oneIssue.lastIssue img {
    margin-top: 30px;
}

.section1 .issues .oneIssue .blueLine {
    display: none;
}

.section1 .issues .oneIssue p.description {
    min-height: 80px;
    padding-left: 15px;
    padding-right: 15px;
}


/************************************* section2  *************************************/
.section2 .container-fluid{
    max-width: inherit !important;
}

.section2 .imgArea {
    min-height: 445px;
}




/************************************* section3 *************************************/


.section3 {
   
}

.section3 .container-fluid {
    max-width: 1310px;
}

.section3 .titleSet {
    margin-bottom: 30px;
}

.section3 .titleSet .en {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 15px;
}

.section3 .titleSet .tw {
    font-size: 33px;
    line-height: 43px;
    margin-bottom: 0px;
}

.section3 .underTitle {
    font-size: 20px;
    line-height: 38px;
    margin-bottom: 50px;
}




.section3 .leftTitle {
    font-size: 20px;
    line-height: 1.8;
}





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


.section4 .titleSet .en {
    font-size: 16px;
    line-height: 30px;
}

.section4 .titleSet .tw {
    font-size: 33px;
    line-height: 43px;
}

.section4 .threeCharts .onePieChart {

    max-width: 360px;
}

.section4 .threeCharts .onePieChart .textArea {
    margin-top: -55px;
}


.section4 .threeCharts .onePieChart .textArea h2 {
    font-size: 65px;
}

.section4 .threeCharts .onePieChart .textArea h2 span {
    font-size: 18px;
}

.section4 .threeCharts .onePieChart .textArea .description {
    font-size: 16px;
    line-height: 27px;

}




/************************************* section5 *************************************/



.section5 .container-fluid {
    max-width: 1310px;
}

#impactCarousel {
    margin-bottom: 20px;
}


#impactCarousel .pre,
#impactCarousel .next {
    position: absolute;
    top: 50%;
    margin-top: -21px;
    left: 0px;
    width: 43px;
    height: auto;
    cursor: pointer;
}

#impactCarousel .next {
    left: inherit;
    right: 0px;
}

#impactCarousel .pre:hover,
#impactCarousel .next:hover {
    opacity: 0.8;
}

#impactCarousel .carousel-indicators {
    margin-bottom: -40px;
}


/************************************* section6 *************************************/



.section6 .container-fluid {
    max-width: 1310px;
}

#impactHope {
    margin-bottom: 20px;
}


#impactHope .pre,
#impactHope .next {
    position: absolute;
    top: 50%;
    margin-top: -21px;
    left: 0px;
    width: 43px;
    height: auto;
    cursor: pointer;
}

#impactHope .next {
    left: inherit;
    right: 0px;
}

#impactHope .pre:hover,
#impactHope .next:hover {
    opacity: 0.8;
}

#impactHope .carousel-indicators {
    margin-bottom: -40px;
}



/************************************* section7 *************************************/



.section7 .container-fluid {
    max-width: 1310px;
}

#impactLocation {
    margin-bottom: 20px;
}


#impactLocation .pre,
#impactLocation .next {
    position: absolute;
    top: 50%;
    margin-top: -21px;
    left: 0px;
    width: 43px;
    height: auto;
    cursor: pointer;
}

#impactLocation .next {
    left: inherit;
    right: 0px;
}

#impactLocation .pre:hover,
#impactLocation .next:hover {
    opacity: 0.8;
}

#impactLocation .carousel-indicators {
    margin-bottom: -40px;
}




