#news_menu_header{
	color: #ffb823;
}
#news_menu_header_mobile{
	color: #ffb823;
}
#news_menu_footer{
	color: #ffb823;
}


.news_events_container{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.middle_news_events_container{
	width: 1200px;
	overflow: hidden;
	position: relative;
	margin: auto;
}
.news_container{
	width: 800px;
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.news_title_container{
	width: 300px;
	height: 20px;
	position: relative;
	margin-top: 119px;
}
.news_title{
	position: absolute;
	bottom: 12px;
	left: 30px;
	z-index: 2;
	font-size: 45px;
	font-weight: 900;
	color: #ffb823;
	line-height: 0.8;
}
.news_line{
	width: 100%;
	height: 20px;
	background: #dcdcdc;
	border-radius: 5px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.all_news{
	width: 777px;
	overflow: hidden;
	margin-top: 28px;
	position: relative;
	padding-bottom: 22px;
	min-height: 904px;
}
.one_new{
	width: 100%;
	height: 264px;
	background: transparent;
	border-radius: 20px;
	margin-bottom: 30px;
	position: relative;
	cursor: pointer;
}
.one_new_image{
	float: left;
	width: 323px;
	height: 243px;
	margin-left: 10px;
	border-radius: 20px;
	position: relative;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
}
.one_new_info{
	width: 380px;
	height: 203px;
	float: left;
	margin-left: 30px;
	position: relative;
}
.one_new_date_title{
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 64px;
	left: 0px;
}
.one_new_date{
	font-size: 16px;
	font-weight: bold;
	color: #363636;
	line-height: 0.9;
	margin-bottom: 17px;
}
.one_new_title{
	font-size: 18px;
	font-weight: 800;
	color: #ffb823;
}
.one_new_read_more_container{
	width: 370px;
	height: 35px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.one_new_read_more_line{
	width: calc(100% - 105px);
    height: 1px;
    background: #363636;
    position: relative;
    float: left;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.one_new_read_more{
	float: left;
    width: 105px;
    padding-bottom: 12px;
    padding-top: 10px;
    text-align: center;
    color: white;
    font-size: 15px;
    line-height: 0.9;
    border-radius: 20px;
    background: #363636;
    cursor: pointer;
}
.one_new:hover{
	background: #363636;
}
.one_new:hover .one_new_date{
	color: white;
}



/* ////////////// pagination /////////////*/
.pagination_container{
    display: table;
    margin-bottom: 55px;
    position: relative;
    margin: auto;
    margin-bottom: 60px;
}
.pagination{
    display: table!important;
    margin: auto!important;
    padding: 0px!important;
    border-radius: 10px!important;
    border: 1px solid #ffb823!important;
}
.light-theme a, .light-theme span{
    border: 0px solid #e5e4e4!important;
    border-right: 1px solid #ffb823!important;
    box-shadow:none!important;
    background: white!important;
    font-family: 'Muli', sans-serif!important;
    line-height: normal!important;
    padding: 7px 18px 8px 18px;
    margin: 0 0px 0 0;
    border-radius: 0px;
    font-size: 20px!important;
    font-weight: bold!important;
    color: #959595!important;
}
.simple-pagination li:nth-last-child(2) a, .simple-pagination li:nth-last-child(2) span{
	border-right: 0px!important;
}
.light-theme a:hover{
    color: white!important;
    background: #ffb823!important;
    /*border: 0px solid #0e76bc!important;*/
}
.light-theme .current{
    color: white!important;
    background: #ffb823!important;
    /*border: 0px solid #0e76bc!important;*/
}
.prev{
    display: none!important;
}
.next{
    display: none!important;
}





.next_page_news{
	width: 26px;
	height: 26px;
	border-radius: 26px;
	background: #ebebeb;
	cursor: pointer;
	position: absolute;
	right: -46px;
	top: 50%;
	margin-top: -13px;
}
.next_page_news_arrow{
	width: 10px;
	height: 16px;
	background: url(../../images/next_featured.png);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -8px;
	margin-left: -4px;
}
.next_page_news:hover{
	background: #363636;
}
.prev_page_news{
	width: 26px;
	height: 26px;
	border-radius: 26px;
	background: #ebebeb;
	cursor: pointer;
	position: absolute;
	left: -46px;
	top: 50%;
	margin-top: -13px;
}
.prev_page_news:hover{
	background: #363636;
}
.prev_page_news_arrow{
	width: 10px;
	height: 16px;
	background: url(../../images/prev_featured.png);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -8px;
	margin-left: -6px;
}
/* ////////////// pagination /////////////*/























/*news details*/
.news_details_container{
	width: 100%;
	overflow: hidden;
	position: relative;
	min-height: 970px;
}
.news_details_image{
	width: 400px;
	height: 301px;
	border-radius: 20px;
	margin-top: 29px;
}
.news_details_date{
	font-size: 18px;
	font-weight: bold;
	color: #363636;
	line-height: 0.9;
	margin-top: 29px;
}
.news_details_title{
	width: 580px;
	font-size: 24px;
	font-weight: 800;
	color: #ffb823;
	margin-top: 11px;
}
.news_details_text{
	width: 745px;
	margin-top: 25px;
	font-size: 18px;
	color: #363636;
}
.news_details_back_container{
    width: 118px;
    height: 45px;
    background: #ffb823;
    border-radius: 15px;
    margin-left: 5px;
    cursor: pointer;
    position: relative;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
    margin-top: 37px;
    margin-bottom: 38px;
}
.news_details_back_container:hover{
	background: white;
}
.news_details_back_arrow{
	float: left;
    width: 9px;
    height: 15px;
    background: url(../../images/back_product_details.png);
    margin-left: 24px;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.newsdetails_back_text{
	float: left;
    line-height: 0.9;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    margin-left: 10px;
    font-size: 20px;
    color: #363636;
    font-weight: 900;
}
/*news details*/









/*events details*/
.events_details_container{
	width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.events_details_title{
	width: 100%;
    font-size: 24px;
    font-weight: 800;
    color: #ffb823;
    margin-top: 11px;
}
.events_details_text{
	width: 100%;
    margin-top: 25px;
    font-size: 18px;
    color: #363636;
}
/*events details*/