.each_anouncement_ar {

    display: none;

    opacity: 0;

    transition: all ease-in-out 0.2s;

}



.each_anouncement_ar.visibleYear {

    /* display: block; */

    opacity: 1;

}

.each_anouncement_ar.active{

    display: block;

}



.arcontainer {


    margin: 0 auto;

    padding: 0 40px;

}



.arReportTable thead tr th {

    background: #f58321;

    padding: 14px 26px;

    color: #ffff;

}



.arReportTable tbody tr td {

    padding: 14px 26px;

    color: #707070;

    border: none;

}



.arReportTable tbody tr:nth-child(even) td {

    background-color: #fef2e8;

}



.reportLink {

    color: #707070;

    text-decoration: underline;

}



.arResultArchive {
    font-size: 30px;
    font-weight: 700;
    color: #f58425;
    text-transform: uppercase;
    margin: 50px 0px;
}
.arcontainer {
    padding-bottom: 50px;
}

.ar_slider_wrapper{

    margin-bottom: 30px;

}



.ar_slider_wrapper .item {

    padding: 18px 0;

    text-align: center;

    font-size: 16px;

    color: #707070;

    user-select: none;

    cursor: pointer;

}

.ar_slider_wrapper .owl-stage-outer{

    border: 1px solid #e2e2e2;

    border-radius: 4px;

}

.ar_slider_wrapper .item.showingDatafor {

    background: rgb(237, 178, 96);

    background: -moz-linear-gradient(left, rgba(237, 178, 96, 1) 0%, rgba(238, 67, 52, 1) 100%);

    background: -webkit-linear-gradient(left, rgba(237, 178, 96, 1) 0%, rgba(238, 67, 52, 1) 100%);

    background: linear-gradient(to right, rgba(237, 178, 96, 1) 0%, rgba(238, 67, 52, 1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edb260', endColorstr='#ee4334', GradientType=1);

    border-radius: 4px;

    color: #fff;

}

.ar_slider_wrapper .owl-prev, .ar_slider_wrapper .owl-next{

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    font-size: 26px !important;

    color: #666;

}

.ar_slider_wrapper .owl-prev{

    left: -15px;

}

.ar_slider_wrapper .owl-next{

    right: -15px;

}