#news{
    width: 1500px;
    min-height: 500px;
    margin: auto;
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    margin-top: -100px;
    z-index: 1;
}
.title_border{
	width: 40%;
	height: 170px;
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}

.title_border h2{
	color: #fff;
	position: relative;
	font-family: 'dejavu_sansbook';
	width: 490px;
	font-size: 30px;
	text-align: center;
}
.Line{
	width: 2px;
	height: 370px;
	background-color: #f4d22a;
	position: absolute;
	left: 50%;
	top: 60px;
}
 .ul_top_color{
		 	width: 120px;
		 	height: 3px;
		 	right: 465px;
		 	top: 70px;
		 	position: absolute;
		    background-color: #f4bd3b;
		     z-index: 9999;
		 }
		 .ul_top_color_kub{
		 	width: 20px;
		 	height: 20px;
		 	right: 50px;
		 	top: -8px;
		 	position: absolute;
		    background-color: #f4bd3b;
		 }
	nav > ul> li:nth-child(2)>a{
		color: #f4bd3b;
		font-weight: bold;
	}
		.Course-text:focus {
    border-bottom: 1px solid #fc295d;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    
}
.news{
	 width: 90%;
	 margin: 20px auto;
	 overflow-y: auto;
	 overflow-x: hidden;
}
.news_left{
	width: 15%;
	margin-left: 0;
	min-height: 200px;
	float: left;
	border-right: 1px solid rgba(1,4,44,0.2);
}
.news_left ul{
	list-style: none;
	width: 120px;
	margin: auto;
	
}
.news_left ul li{
width: 120px;
height: 120px;
margin-top: 30px;
background-color: #ffffff;
border-radius: 5px;
box-shadow: 0px 0px 8px rgba(0,0,0,0.05);
display: flex;
 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
   
}
.news_left ul li p{
margin: auto;
width: 44px;
line-height: 25px;
text-align: center;
color: #00abe6;
font-weight: bold;
font-family: 'bpg_nino_medium_capsregular';
font-size: 15px;
}
.news_left ul li:nth-child(2) p{
margin: auto;
width: 44px;
height: 40px;
text-align: center;
color: #753cbe;
font-weight: bold;
font-family: 'bpg_nino_medium_capsregular';
font-size: 15px;
border-radius: 50%;
}
.news_left ul li:nth-child(3) p{
margin: auto;
width: 60px;
line-height: 17px;
text-align: center;
color: #f44471;
font-weight: bold;
font-family: 'bpg_nino_medium_capsregular';
font-size: 15px;
 cursor: pointer;
}
.news_left ul li:nth-child(3):hover{
background-color: #753cbe;
color: #fff;
}
.news_left ul li:nth-child(3):hover  .block{
color: #fff;
}
.block>.fa-user{
	padding: 5px;
}
.news_right{
	width: 29%;
	float: right;
	margin-right:0;
	min-height: 200px;
	border-left: 1px solid rgba(1,4,44,0.2);
	display: flex;
}
.border{
	margin: auto;
	width: 330px;
}
	 .Training{
		width: 320px;
		height: 400px;
		position: relative;
		overflow: hidden;
		float: left;
		margin-top: 20px;
		border-radius: 2px;
		background-size: 100% 100%;
		cursor: pointer;
		background-size: cover;
		background-position: center center;
		margin-top: 24px;
		border: 5px solid #fff;
		box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	}
	.Training_image{
	width: 320px;
	height: 400px;
	display: inline-block;
	background-size: cover;
	background-position: center center;
	background-image: url('../img/hero.jpg');
	
}
	.Training_tr_color{
	width: 100%;
    height: 100%;
    background-color: rgba(1,4,54, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
	}
	.Training_border{
		width: 300px;
		height: 370px;
		margin: auto;
		border: 1px solid #fff;
		-webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
	 background-color: rgba(0,0,0,0.1);
	}
	.Training_border:hover{
		 background-color: rgba(0,0,0,0.4);
		 
	}
	.see {
    width: 63px;
    height: 20px;
    border-radius: 5px;
    position: absolute;
    margin: 10px;
    line-height: 25px;
    background-color: rgba(255,255,255,0.4);
    text-align: right;
    font-size: 16px;
    background-size: cover;
    background-position: center center;
    font-family: "BPG Glaho",sans-serif;
    color: #fff;
    padding: 3px 8px;
}
.see>.fa-eye {
    color: #fff;
    font-size: 17px;
    position: absolute;
    top: 4px;
    left: 8px;
}
	.Training  h5{
		width: 320px;
		height: 20px;
		font-family: 'dejavu_sansbook';
		position: absolute;
		bottom: 40px;
		color: #fff;
		font-size: 15px;
		text-align: center;
		line-height: 20px;
		border-radius: 2px;
	}
	.Training  h5:hover{
		text-decoration: underline;
	}
	.news_center{
		float: left;
		width: 67%;
		margin-left: 1%;
		height: 900px;
		border-radius: 3px;
	}
	.asdasdasd{
		
		
	}
	.news_center img{
		margin: 5px;
		width: 98.6%;
	}
	.news_center h1{
		padding: 5px;
		color: #1c252c;
		font-family: 'dejavu_sansbook';
	}
	.news_center div{
		padding: 5px;
		color: #706974;
		line-height: 22px;
		font-family: 'dejavu_sansextralight';
    font-weight: bold;
	}
	.news-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px 0;
    margin: 50px 0;
    position: relative;
    padding-left: 20px;
}

.news-cards::after {
    content: "";
    position: absolute;
    width: 90%;
    height: 1px;
    top: -50px;
    right: 0px;
    background-color: #666666;
}
.news-card::before {
    content: "";
    position: absolute;
    top: -16px;
    left: -24px;
    background-image: url('../img/icons/bg.png');
    height: 85px;
    width: 85px;
    z-index: -1;
}

.news-card:first-child{
    margin-left: 0px;
}
.news-card:nth-child(2){
    margin-left: 10px;
}
.news-card {
		position: relative;
		width: 275px;
		height: 325px;
		box-shadow: 15px 15px #f26669;
		margin-left: 22px;
		margin: 30px 0 80px;
}
.news-card .news-card_image{
    width: 100%;
    height: 100%;
    background-image: url('../8e3994af-b809-4211-b128-e52cd69eb53f_LeStudio_Small-13.jpg');
    background-size: cover;
    background-position: center center;
}
.news-desc{
    position: absolute;
	top: 27%;
	height: 220px;
	right: -20%;
	width: 240px;
    background-color: #fff;
	border: 1px solid #d3d3d361;
    padding: 10px 10px 10px;
}

.news-desc h2 {
    font-size: 20px;
    font-family: 'dejavu_sansbook';
    font-weight: bold;
}
.news-desc p {
    font-size: 14px;
    padding: 5px 0 5px;
    font-family: 'dejavu_sansextralight';
    font-weight: bold;
}
.date {
    font-size: 13px;
    color: #f26669;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    letter-spacing: 1.1px;
}
.date i {
    padding-right: 2px;
}
.bottom-side {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.arrow i{
    font-size: 27px;
    margin-right: 10px;
    color: #000;
}
.arrow i:hover{
    font-size: 27px;
    margin-right: 10px;
    color: #ee6167;
}
.see-more {
    text-align: center;
}
.see-more a {
    position: relative;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
.see-more a i {
    padding-left: 5px;
}
.see-more a:hover {
    text-decoration: underline;
}
.see-more a::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 1px;
    background-color: #ee3037;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
}
.news_pdf{
	background-color: #f26669;
	border: 2px solid #f26669;
	border-radius: 3px;
	padding: 5px 20px;
	color: #fff;
	font-size: 15px;
	-webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
	
}
.news_pdf:hover{
	color: #f26669;
	background-color: transparent;
}