.svgChangeColor {
    filter: invert(29%) sepia(95%) saturate(3085%) hue-rotate(201deg) brightness(95%) contrast(94%);

}



.underHeader {
    height: 64px;
}


.myBtn {
    background-color: #0870E5;
}




.underHeader {
    height: 64px;
}


.myBtn {
    background-color: #0870E5;
}




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


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

/************************************* section1 *************************************/
.section1 {
    background-color: #fff;
    margin-top: -150px;
}

.section1 .titleSet {
    margin-bottom: 15px;
}


.blueTable {
    background-color: #004E9F;
    color: #fff;
    padding: 15px;
    padding-top: 0px;
}

.blueTable .title {
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    padding-top: 25px;
    padding-bottom: 25px;
}


/*
.btn-group {
    width: 100%;
}

.btn-group {
    width: 100%;
}

.btn-group .myGroupBtn {
    color: #fff;
    width: 100%;
    background-color: #004E9F;
    border: 1px solid white;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
}

.btn-group .myGroupBtn.focus,
.btn-group .myGroupBtn:hover {
    color: #004E9F;
    background-color: #fff;
    border: 1px solid 004E9F;
}
*/


.blueTable .oneMoney {
    text-align: left;
    padding-top: 15px;
    color: #fff;
}

.blueTable .oneMoney a {
    color: #fff;
}




.blueTable .whiteLine {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 15px;
}

.blueTable .oneMoney h2,
.blueTable .oneMoney h4 {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0px;
}

.blueTable .oneMoney h2 {
    font-size: 33px;
}

.blueTable .oneMoney p {
    margin-bottom: 0px;
    line-height: 1.5;
}

.blueTable .oneMoney a:hover h2,
.blueTable .oneMoney a:hover h4,
.blueTable .oneMoney a:hover p {
    opacity: 0.7;
}






.blueTable .form-control {
    border: none;
}


.blueTable a .bigBtn {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    color: #004E9F;
    font-weight: bold;
}

/************************************* circleArea *************************************/


.circleArea {
    padding-top: 30px;
    padding-bottom: 15px;
}

.circleArea h6 {
    line-height: 1.7;
}


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


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

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

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

}

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



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

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


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

.circleArea .onePieChart .textArea h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 55px;
    margin-bottom: 3px;
    color: #0870E5;
}

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

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

}

/*************************************  .underPieChart  *************************************/

.underPieChart {
    text-align: left;
    line-height: 1.5;
}

.underPieChart .blueLine {
    border-bottom: 1px solid rgba(8, 122, 229, 0.5);
}


.underPieChart .targetPeple:before {
    content: url(../img/donate/twoMan.svg);
    float: left;
    margin-right: 15px;
    margin-top: 6px;
}

.underPieChart .targetPeple h6 {
    color: #0870E5;
}

.underPieChart .targetPeple h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 43px;
    margin-bottom: 3px;
    color: #0870E5;
}

.underPieChart .targetPeple h1 span {
    margin-left: 5px;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 900;
    font-size: 16px
}

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

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

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


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

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




.section3 .projectContent {
    padding-top: 0px;
    padding-bottom: 0px;

}

.section3 .projectContent .projectIssues {
    margin-top: 0px;
}

.section3 .projectContent .projectIssues a .oneIssue {
    position: relative;
    margin-top: 30px;
}

.section3 .projectContent .projectIssues a:hover .oneIssue {
    opacity: 0.7;
}

.section3 .projectContent .projectIssues a .oneIssue .picArea {
    background-image: url(../img/education/section1/p1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
    margin-bottom: 3px;
    position: relative;
    z-index: 1;
}

.section3 .projectContent .projectIssues a .oneIssue .picArea.p2 {
    background-image: url(../img/education/section1/p2.svg);
}

.section3 .projectContent .projectIssues a .oneIssue .picArea.p3 {
    background-image: url(../img/education/section1/p3.svg);
}

.section3 .projectContent .projectIssues a .oneIssue .picArea.p4 {
    background-image: url(../img/education/section1/p4.svg);
}

.section3 .projectContent .projectIssues a .oneIssue .picArea.p5 {
    background-image: url(../img/education/section1/p5.svg);
}

.section3 .projectContent .projectIssues a .oneIssue .picArea.p6 {
    background-image: url(../img/education/section1/p6.svg);
}

.section3 .projectContent .projectIssues a .oneIssue .picArea.p7 {
    background-image: url(../img/education/section1/p7.svg);
}

.section3 .projectContent .projectIssues a .oneIssue .picArea.p8 {
    background-image: url(../img/education/section1/p8.svg);
}

.section3 .projectContent .projectIssues a .oneIssue .picArea.p9 {
    background-image: url(../img/education/section1/p9.svg);
}



.section3 .projectContent .projectIssues a .oneIssue .number {
    position: absolute;
    top: 38px;
    left: 70px;
    font-size: 36px;
    color: #F2F2F2;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
}

.section3 .projectContent .projectIssues a .oneIssue .title {
    font-weight: bold;
    font-size: 15px;
    line-height: 21px;
    color: #3f3f3f;
    /*    margin-bottom:*/
}




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

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


.section4 #storySlider .holder {
    height: 150px;
    background: gray;

    color: #fff;
    text-align: center;
}


.section4 #storySlider {
    position: relative;
    /*    border: 1px dashed #000;*/

}


#storySlider .pre,
#storySlider .next {
    display: none;
    position: absolute;
    top: 0px;
    left: -999999999px;
}



.section4 #storySlider .multiple-item .oneStory {
    position: relative;
    background-color: white;
    border: 4px;
    padding: 15px;
    margin-top: 45px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 15px;
}

.section4 #storySlider .multiple-item .oneStory:focus {
    outline: none;
}

.section4 #storySlider .multiple-item .oneStory:focus {
    border: none;
}

.section4 #storySlider .multiple-item .oneStory h6 {
    color: #0870E5;
    margin-bottom: 15px;
}

.section4 #storySlider .multiple-item .oneStory .face {
    width: 75px;
    height: auto;
    border-radius: 999px;
    margin-top: -47px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    /*
    position: absolute;
    top:-32px;
    left:50%;
    margin-left: -32px;
    z-index: 1;
*/
}


.section4 #storySlider .multiple-item .oneStory p {
    text-align: left;
}


/* 點點樣式 */


.slick-dots li.slick-active button:before {
    color: #0870E5 !important;
}


.slick-dots li {
     margin: 0px !important;
}

.slick-dots li button:before {
    font-size: 12px !important;
    line-height: 20px !important;
    opacity: 1 !important;
    color: #fff !important;
}




/************************************* section8 *************************************/

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


.section8 .qaArea {
    border-top: 1px solid #0870E5;
    margin-bottom: 30px;
    margin-top: 30px;
}

.section8 .qaArea .oneQa {

    border-bottom: 1px solid #0870E5;
}

.section8 .qaArea .oneQa .questionArea {
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    text-align: left;

}

.section8 .qaArea .oneQa .questionArea:hover {

    background-color: #fff;
}

.section8 .qaArea .oneQa .questionArea:hover .oneQButton {

    background-image: url(../img/contactUs/Close.svg);
}


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

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

.section8 .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;
}

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

.section8 .qaArea .oneQa .answerArea {
    border-top: 1px solid #0870E5;
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;

}

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