.latest_news_container{
	width: 100%;
	height: 473px;
	background: white;
	position: relative;
	z-index: 2;
}
.middle_latest_news{
	width: 1200px;
	height: 100%;
	margin: auto;
	position: relative;
}
.right_lemon_water_image{
	position: absolute;
	z-index: 1;
	width: 607px;
	height: 386px;
	right: -130px;
    bottom: -125px;
}
.title_latest_news_container_in{
	width: 400px;
	height: 33px;
	position: absolute;
	top: 26px;
	left: 50%;
	margin-left: -200px;
	z-index: 200;
}
.title_latest_news{
	line-height: 0.9;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: 900;
	color: #363636;
	z-index: 2;
}
.title_latest_news_line{
	width: 400px;
	height: 20px;
	background: #e1e1e1;
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-radius: 5px;
	z-index: 1;
}
.show_all_button_in{
	width: 100px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	color: #898989;
	z-index: 2;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: 79px;
}
.show_all_button_in:hover{
	color: #ffb823;
}
.all_latest_news{
	width: 778px;
	height: 268px;
	position: relative;
	top: 172px;
	margin-left: 22px;
	position: relative;
	z-index: 2;
}
.one_latest_news{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.one_latest_news_shape{
	width: 323px;
	height: 323px;
	background: #e1e1e1;
	border-radius: 323px;
	z-index: 1;
	position: absolute;
	left: 108px;
	top: -65px;
}
.image_latest_news{
	width: 356px;
	height: 268px;
	border-radius: 30px;
	float: left;
	-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);
	position: relative;
	z-index: 2;
}
.one_latest_news_info{
	float: left;
	margin-left: 20px;
	width: 400px;
	height: 203px;
	position: relative;
	z-index: 2;
}
.one_latest_news_date_title{
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 65px;
	left: 0px;
}
.one_latest_news_date{
	line-height: 0.9;
	color: #363636;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 12px;
}
.one_latest_news_title{
	font-size: 18px;
	font-weight: 800;
	color: #ffb823;
	line-height: 1;
}
.one_latest_news_read_more_container{
	width: 100%;
	height: 35px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.one_latest_news_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_latest_news_read_more_button{
	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_latest_news_info:hover .one_latest_news_read_more_button{
	background: #ffb621;
}
.one_latest_news_info:hover .one_latest_news_title{
	text-decoration: underline;
}




.latest_news_points_container{
	display: table;
    position: absolute;
    z-index: 4;
    bottom: 55px;
    left: 400px;
}
.one_latest_news_point{
	width: 12px;
    height: 12px;
    border-radius: 12px;
    border: 2px solid #3b3b3b;
    float: left;
    margin-right: 2px;
    margin-left: 2px;
    background: #636363;
    cursor: pointer;
}
.selected_one_latest_news_point{
	background: #ffb823;
}
























.events_container{
	width: 100%;
	height: 427px;
	position: relative;
	z-index: 1;
	background: #f2f2f2;
}
.middle_events_container{
	width: 1200px;
	height: 100%;
	position: relative;
	margin: auto;
}
.title_events_container{
	width: 400px;
    height: 33px;
    padding-top: 65px;
    position: relative;
    margin: auto;
    z-index: 2;
}
.title_events{
	line-height: 0.9;
    position: absolute;
    top: 65px;
    left: 0px;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    color: #363636;
    z-index: 2;
}
.title_events_line{
	width: 400px;
    height: 20px;
    background: #e1e1e1;
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-radius: 5px;
    z-index: 1;
}
.show_all_button_events{
	width: 100px;
    margin: auto;
    margin-top: 18px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color: #898989;
    z-index: 2;
}
.show_all_button_events:hover{
	color: #ffb823;
}
.all_events{
	width: 100%;
	height: 110px;
	margin-top: 78px;
	position: relative;
}
.one_event{
	width: 380px;
	height: 110px;
	position: relative;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
}
.event_date_container{
	width: 110px;
	height: 110px;
	border-radius: 110px;
	background: #ffb823;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
}
.event_date_text{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	font-size: 20px;
	font-weight: bold;
	color: white;
	line-height: 1;
}
.event_date_text span{
	font-size: 23px;
}
.event_title_container{
	width: 330px;
	height: 100px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	background: white;
	z-index: 1;
	border-radius: 25px;
	left: 50px;
}
.event_title_text{
	width: calc(100% - 130px);
	float: left;
	margin-left: 88px;
	line-height: 1;
	position: relative;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	font-size: 18px;
	font-weight: 800;
	color: #393e46;
}
.event_title_arrow{
	width: 0px;
	height: 0px;
	border-left: 11px solid #363636;
	border-bottom: 7px solid transparent;
	border-top: 7px solid transparent;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.one_event:hover .event_date_container{
	background: #363636;
}
.one_event:hover .event_title_text{
	color: #ffb823;
}
.one_event:hover .event_title_arrow{
	border-left: 11px solid #ffb823;
}
.one_event:hover .event_title_container{
	background: transparent;
}