.underHeader {
    height: 64px;
}


.myBtn {
    background-color: #3C9584;
}


.oneCatgory {
    margin-bottom: 0px;
    color: #3C9584;
    border-top: 1px solid #3C9584;
    border-bottom: 1px solid #3C9584;

    padding-top: 20px;
    padding-bottom: 20px;

    margin-bottom: 0px;
}

.oneCatgory h5 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0px;
}

.oneCatgory h5 span {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    padding-right: 5px;
    font-weight: 500;
    margin-bottom: 0px;
}


/************************************* bigBanner *************************************/

.bigBanner img {
    width: 100%;
    height: auto;
}

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


.section1 {
    text-align: left;
    padding-top: 30px;
    padding-bottom: 15px;
    background-color: #fff;
}

.section1 .topLogo {
    width: 86px;
    height: auto;
    margin-bottom: 0px;
}


.section1 .issues {
    text-align: left;
}

.section1 .issues .oneIssue {
    padding-top: 30px;
}

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

.section1 .issues .oneIssue .title {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: #3C9584;
    margin-top: 8px;
    text-align: left;
}

.section1 .issues .oneIssue p {
    margin-bottom: 0px;
    color: #3f3f3f;
}

.section1 .issues .oneIssue .blueLine {
    display: inherit;
    padding-top: 30px;
    border-bottom: 1px solid #3C9584;
}


/************************************* section2  *************************************/
.section2 {
    background-color: #F2F2F2;
}

.section2 .imgArea {
    background-image: url(../img/carrefourImpact/section2Img.jpg);
    background-size: cover;
    min-height: 200px;
    background-position: center center;
}

/************************************* section3  *************************************/
.section3 {
    padding: 60px 0px;
    background-color: #fff;
}



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


.section4 {
    padding: 60px 0px;
    background-color: #F2F2F2;
}



.section4 .titleSet {
    font-weight: 500;
    margin-bottom: 15px;
}

.section4 .titleSet .en {
    font-size: 16px;
    line-height: 30px;
    font-family: 'roboto', sans-serif;
    margin-bottom: 0px;
}

.section4 .titleSet .tw {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 0px;
}

.section4 .underTitle {
    text-align: left;
    font-size: 17px;
    line-height: 33px;
    margin-bottom: 15px;
}




.section4 .threeCharts {
    margin-bottom: 15px;
    margin-top: 15px;
}


.section4 .threeCharts .onePieChart {
    /*    border: 1px solid red;*/
    max-width: 300px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 0px;
}


.section4 .threeCharts .onePieChart .circular-chart {
    /*    border: 1px solid red;*/
    display: block;
}

.section4 .threeCharts .onePieChart .circular-chart .circle-bg {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
}

.section4 .onePieChart .circular-chart .circle {
    fill: none;
    stroke-width: 2;
    stroke-linecap: butt;

}

.section4 .threeCharts .circleAnimation {
    animation: progress 2s ease-out forwards;
}



@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.section4 .circular-chart .circle {
    stroke: #3C9584;
}



.section4 .threeCharts .onePieChart .textArea {
    /*    border: 1px solid red;*/
    text-align: center;
    width: 100%;
    height: 100px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -45px;
    left: 50%;
    margin-left: -50%;
}

.section4 .threeCharts .onePieChart .textArea h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 55px;
    margin-bottom: 3px;
}

.section4 .threeCharts .onePieChart .textArea h2 span {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 900;
    font-size: 16px;
}

.section4 .threeCharts .onePieChart .description {
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;

}





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

.section5 {
    padding: 60px 0px;
    background-color: #fff;
}


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

#impactCarousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #F2F2F2;
    box-shadow: none;
    margin-left: 6px;
    margin-right: 6px;
}

#impactCarousel .carousel-indicators .active {
    background-color: #3C9584;
}

#impactCarousel .picSetArea {
    margin-bottom: 30px;
}

#impactCarousel .picSetArea .oneIcon {
    margin-bottom: 0px;
}





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

.section6 {
    padding: 60px 0px;
    background-color: #F2F2F2;
}



.section6 .events .oneEvent {
    margin-bottom: 30px;
    text-align: left;
}

.section6 .events .oneEvent a .picArea {
    position: relative;
    margin-bottom: 10px;
    background-color: #000;
}



.section6 .events .oneEvent a .picArea .onePic {
    width: 100%;
    height: auto;
}



.section6 .events .oneEvent a .picArea .moreBtn {

    display: none;
}

.section6 .events .oneEvent a .picArea:hover .onePic {
    opacity: 0.5;
}

.section6 .events .oneEvent a:hover .picArea .moreBtn {
    display: inherit;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -34px;
    margin-left: -34px;
}

.section6 .events .oneEvent h5 {
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
}

.section6 .events .oneEvent p,
.section6 .events .oneEvent .tag {
    display: inline-block;
    margin-right: 5px;
}

.section6 .events .oneEvent .tag {
    font-size: 13px;
    line-height: 19px;
    padding: 0px 10px;
    background-color: #3C9584;
    border-radius: 999px;
    color: #fff;
}




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

#impactHope .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: none;
    margin-left: 6px;
    margin-right: 6px;
}

#impactHope .carousel-indicators .active {
    background-color: #3C9584;
}



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

.section7 {
    padding: 60px 0px;
    background-color: #fff;
}

#impactLocation {
/*    border: 1px solid red;*/
    margin-bottom: 15px;
}
#impactLocation .carousel-indicators {
    margin-bottom: -30px;
}

#impactLocation .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #F2F2F2;
    box-shadow: none;
    margin-left: 6px;
    margin-right: 6px;
}

#impactLocation .carousel-indicators .active {
    background-color: #3C9584;
}

#impactLocation .picSetArea {
    margin-bottom: 30px;
}

#impactLocation .picSetArea .oneIcon {
    margin-bottom: 0px;
}



#impactLocation .oneLocation select {
    border-color: #3C9584;
}

#impactLocation .oneLocation .textArea p{
    margin-bottom: 8px;
}

#impactLocation .oneLocation .textArea .i1:before,
#impactLocation .oneLocation .textArea .i2:before,
#impactLocation .oneLocation .textArea .i3:before,
#impactLocation .oneLocation .textArea .i4:before{
    content: url(../img/carrefourImpact/locationDetailIcon1.svg);
    float: left;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 3px;
/*    border: 1px solid red;*/
}

#impactLocation .oneLocation .textArea .i2:before{
    content: url(../img/carrefourImpact/locationDetailIcon2.svg);
}
#impactLocation .oneLocation .textArea .i3:before{
    content: url(../img/carrefourImpact/locationDetailIcon3.svg);
}
#impactLocation .oneLocation .textArea .i4:before{
    content: url(../img/carrefourImpact/locationDetailIcon4.svg);
}