.svgChangeColor {
    filter: invert(67%) sepia(87%) saturate(1406%) hue-rotate(10deg) brightness(101%) contrast(101%);
}







.underHeader {
    height: 64px;
}


.myBtn {
    background-color: #E2BE00;
}


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

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



/************************************* newSubMenu *************************************/
.newSubMenu {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 15px;

    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}


.newSubMenu ul {
    margin: 0 auto;
    padding-left: 0px;
}

.newSubMenu ul li {
    list-style: none;
    display: inline-block;

    padding: 0px 10px;
    font-size: 16px;
    font-weight: 500;
}

.newSubMenu ul li.title {
    font-family: 'Roboto', sans-serif;
    color: #E2BE00;
    /*    border-right:1px solid #0870E5;*/
    font-size: 19px;
}

.newSubMenu ul li.bar {
    color: #E2BE00;
    position: relative;
    top: -1px;
}

.newSubMenu ul li a {
    color: #3F3F3F;
}

.newSubMenu ul li.focus a {
    color: #E2BE00;
}



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

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

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


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




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

.section2 .imgArea {
    background-image: url(../img/csr3/illu1.jpg);
    background-size: cover;
    min-height: 210px;
    background-position: center center;
}

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



/************************************* 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: #E2BE00;
    border-radius: 999px;
    color: #fff;
}




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

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

#csr3Carousel .carousel-indicators .active {
    background-color: #E2BE00;
}


/************************************* sectionContactUs *************************************/

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

