.svgChangeColor {
    filter: invert(79%) sepia(57%) saturate(1984%) hue-rotate(333deg) brightness(102%) contrast(101%);
}








.underHeader {
    height: 64px;
}


.myBtn {
    background-color: #FFAD31;
}


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

    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 .issues {
    text-align: center;
}

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


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

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

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


/************************************* marquee  *************************************/
/*
.marquee {
    width:1500px;
	color: white;
    overflow: hidden;
}
.marquee .oneMarquee {
    height: 160px;
    width: auto;
    display: inline-block;
    padding-left: 100%;
    animation: marquee 15s linear infinite;
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}
*/


.marquee {
    width: 100%;
    background-color: #fff;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.marquee .marqueeContent {
    display: inline-block;
    padding-left: 0%;
/*    animation: marqueeAni 250s linear infinite;*/
}

.marquee .marqueeContent.aniStart{
    animation-name: marqueeAni;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
/*    animation: marqueeAni 250s linear infinite;*/
}




.marquee .marqueeContent img {
    height: 160px;
    width: auto;
}

.marquee .marqueeContent:hover {
    animation-play-state: paused;
    opacity: 0.8;
}

@keyframes marqueeAni {
    0% {
        transform: translate(0%, 0);
    }
    100% {
        transform: translate(-80%, 0);
    }
}



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


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


.section3 .qaArea {
    border-top: 1px solid #FFAD31;
    margin-bottom: 30px;
}

.section3 .qaArea .oneQa {

    border-bottom: 1px solid #FFAD31;
}

.section3 .qaArea .oneQa .questionArea {
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    
}
.section3 .qaArea .oneQa .questionArea:hover {
  
    background-color: #F2F2F2;
}

.section3 .qaArea .oneQa .questionArea:hover .oneQButton {
  
    background-image: url(../img/educationProject/Close.svg);
}


.section3 .qaArea .oneQa .questionArea h5 {
    color: #FFAD31;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 19px;
    margin-bottom: 0px;
}

.section3 .qaArea .oneQa .questionArea p {
    font-size: 15px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 0px;
}

.section3 .qaArea .oneQa .questionArea .oneQButton {
    float: right;
    cursor: pointer;
    width: 25px;
    height: 25px;
    background-image: url(../img/educationProject/Open.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.section3 .qaArea .oneQa .questionArea .oneQButton:hover {
/*    opacity: 0.7;*/
}

.section3 .qaArea .oneQa .answerArea {
    border-top: 1px solid #FFAD31;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;

}

.section3 .qaArea .oneQa .answerArea h5 {
    font-size: 15px;
    font-weight: bold;
    line-height: 21px;
}



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


.section4 {
    padding-top: 30px;
    padding-bottom: 0px;
    background-color: #F2F2F2;
}

.section4 .oneCircle {
    position: relative;
    margin-bottom: 60px;
}

.section4 .oneCircle img {
    width: 170px;
    height: auto;
    border-radius: 999px;
    margin-bottom: 10px;
}

.section4 .oneCircle h5 {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 5px;
    font-weight: bold;
}

.section4 .oneCircle h3 {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -120px;
    color: #FFAD31;
    font-size: 39px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
}





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


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



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

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

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

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




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


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


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

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

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

}

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



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

.section5 .circular-chart .circle {
    stroke: #FFAC31;
}



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

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

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

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

}


.section5 .monthlyDetails {}

.section5 .monthlyDetails .openBtn {
    cursor: pointer;
    margin-bottom: 0px;
    margin-top:0px;
    position: relative;
    z-index: 10;
}


.section5 .monthlyDetails .closeBtn {
    display: none;
    cursor: pointer;
    margin-bottom: 0px;
    margin-top: 0px;
     position: relative;
    z-index: 10;
}

.section5 .monthlyDetails .openBtn:hover,
.section5 .monthlyDetails .closeBtn:hover,
    {
    opacity: 0.7;
}

.section5 .monthlyDetails .leftTitle {
    font-weight: bold;
    margin-bottom: 15px;
}






.section5 .monthlyDetails .table {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 35px;
}

.section5 .monthlyDetails .table th,
.section5 .monthlyDetails .table td {
    border-top: none;
    border-bottom: 1px solid #dee2e6;
}

.section5 .monthlyDetails .table .iconTitle,
.section5 .monthlyDetails .table .icon {
    text-align: center;
}

.section5 .monthlyDetails .table th,
.section5 .monthlyDetails .table td {
    /*    text-align: center;*/
}

.section5 .monthlyDetails .table .serial {
    font-weight: bold;
    color: #FFAC31;
}

.section5 .monthlyDetails .table .money {
    font-weight: 500;
}









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

.section6 {
    position: relative;
    top:-20px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #F2F2F2;
    text-align: left;
}



.section6 .fiveChart {
    position: relative;

}

.section6 .fiveChart .oneChart {
    position: relative;
    height: 100px;
    float: left;
    width: 20%;
    padding-left: 5px;
    padding-right: 5px;

}



.section6 .fiveChart .oneChart .bg {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: relative;
}

.section6 .fiveChart .oneChart .bg .content {
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 0%;
    background-color: #FFAD31;
    color: #FFAD31;

    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;

}


.section6 .fiveChart .oneChart .bg .content .people {
    text-align: center;
    width: 100%;
    color: #fff;
    position: relative;
    top: 5px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    z-index: 1;
}

.section6 .fiveChart .oneChart .year {
    text-align: center;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.section6 .fiveChart .happyPeople {
    width:40px;
    height: 40px;
    
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 0px;
    opacity: 0;

    animation-duration: 0.7s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}




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

.section7{
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
}


