

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


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

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


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

#myCarousel {
    margin-bottom: 60px;
}

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

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

#myCarousel .carousel-indicators .active {
    background-color: #0870E5;
}




/************************************* section2 *************************************/


.section2 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f2f2f2;
}


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


.section2 .issues a .oneIssue .moreBtn {
    display: none;
}

.section2 .issues a:hover .oneIssue .icon {
    opacity: 0.5;
}

.section2 .issues a .oneIssue .title {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: #0870E5;
    margin-top: 8px;
}

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

.section2 .issues a .oneIssue .blueLine {
    display: inherit;
    padding-top: 30px;
    border-bottom: 1px solid #0870E5;
}




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


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



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


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


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

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

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

}

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



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

.section3 .circular-chart .circle {
    stroke: #0870E5;
}



.section3 .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%;
}

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

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

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

}




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


.section4 {
    padding: 30px 0px;
    background-color: #f2f2f2;
}



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


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






.section5 .events .oneEvent {
    margin-bottom: 15px;
    text-align: left;

}

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

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




.section5 .events .oneEvent a .picArea .moreBtn {

    display: none;
}

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

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

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

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

.section5 .events .oneEvent .tag {
    font-size: 13px;
    line-height: 19px;
    padding: 0px 10px;
    background-color: #0870E5;
    border-radius: 999px;
    color: #fff;
    margin-bottom: 10px;
}

.food .section5 .events .oneEvent .tag {
    background-color: #DC3D51;
}
.cultureAndArts .section5 .events .oneEvent .tag {
    background-color: #00ADB9;
}
.charity .section5 .events .oneEvent .tag {
    background-color: #CFA78C;
}

