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

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

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


.section1 .issues .oneIssue .title {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    /*    color: #E2BE00;*/
    margin-top: 8px;
    text-align: left;
    margin-bottom: 5px;
}

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

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


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


.section2 {
    text-align: left;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f2f2f2;
}


#yearSlider{
    margin-top: 15px;
    position: relative;
    
}


#yearSlider .line{
    position: absolute;
    width:100%;
    top:64px;
    border-bottom: 1px solid #e2be00;
}


#yearSlider .oneYear{
    color: #BBBBBB;
    width:200px;
    padding-top: 10px;
    text-align: center;
/*    border:1px solid red;*/
}

#yearSlider .oneYear.slick-center{
    color: #3F3F3F;
}

#yearSlider .oneYear .year{
     font-family: 'Roboto', sans-serif;
    font-size: 39px;
    font-weight: 500;
    margin-bottom: 30px;
}

#yearSlider .oneYear .lineAndDot{
/*    border-bottom: 1px solid #e2be00;*/
    position: relative;
    margin-bottom: 50px;
}

#yearSlider .oneYear .lineAndDot .dot{
    position: absolute;
    top:-5px;
    left:50%;
    margin-left: -5px;
    background-color: #e3be00;
    width:10px;
    height: 10px;
    border-radius: 999px;
        
}

#yearSlider .pre,
#yearSlider .next{
    z-index: 10;
    position: absolute;
    left:15px;
    top:45px;
    
    cursor: pointer;
}

#yearSlider .pre:hover,
#yearSlider .next:hover{
    filter: brightness(1.1);
}

#yearSlider .next{
    left:inherit;
    right:15px;
}



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


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



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

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

.sectionContactUs .form-control {
    background-color: #fff;
}


