@charset "UTF-8";


/*========================================================================

  NEWS

========================================================================*/

.c_p-category .item:not(:first-child) {
	margin-top: 20px;
}
.c_p-category .item a {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 22px 40px 25px 0;
	font-weight: 500;
	text-decoration: none;
}
.c_p-category .item a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: -20px;
	margin: auto;
	right: 20px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #02007c;
	border-right: 2px solid #02007c;
	pointer-events: none;
	z-index: 1;
	transform: rotate(45deg);
	transition: all .3s;
}
@media (min-width: 768px) {
	.c_p-category .item a:hover:after {
		right: 10px;
	}
}
.c_p-category .date {
	font-size: 12px;
	font-family: 'Overpass', sans-serif;
	font-weight: 500;
	white-space: nowrap;
}
.c_p-category .date:before,
.c_p-category .date:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	height: 1px;
}
.c_p-category .date:before {
	width: 100%;
	background: #dedede;
}
.c_p-category .date:after {
	width: 0;
	background: #02007c;
	transition: .3s all;
}
@media (min-width: 768px) {
	.c_p-category a:hover .date:after {
		width: 100%;
	}
}
.c_p-category .label {
	position: absolute;
	top: 17px;
	left: 80px;
	padding: 2px 15px;
	background: #d7e7f4;
	font-size: 12px;
	border-radius: 15px;
}
.c_p-category .label.product {
	background: #dfedea;
}
.c_p-category .image {
	position: absolute;
    top: 17px;
    left: 80px;
}
.c_p-category .image img {
	height: 26px;
}
.c_p-category .title {
	width: 100%;
	margin-top: 10px;
}
.c_p-category .title p {
	display: inline;
}
.c_p-category a[href$='.pdf'] .title p:after {
	content: '';
	position: relative;
	top: 2px;
	display: inline-block;
	width: 19px;
	height: 18px;
	margin-left: 10px;
	background: url(/assets/img/cate_pdf.png) no-repeat center top / contain;
}
.c_p-category .new {
	position: relative;
	top: 5px;
	display: inline-block;
	width: 34px;
	margin-left: 8px;
	background: #C31E1E;
	color: #fff;
	font-size: 10px;
	font-family: 'Manrope', sans-serif;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.c_p-category .item a {
		padding: 10px 25px 20px 0;
	}
	.c_p-category .item a:after {
		right: 10px;
	}
	.c_p-category .label {
		top: 5px;
	}
	.c_p-category .image {
		position: absolute;
	    top: 5px;
	}
	.c_p-category .title {
		margin-top: 5px;
	}
	.c_p-category a[href$='.pdf'] .title p:after {
		top: 3px;
	}
	.c_p-category .new {
		top: 3px;
	}
}


/**********************************/

.c_p-category .tag li.product-tag {
	background-color : #dfedea;
}
.c_p-category .tag li.news-tag {
	background-color : #d7e7f4;
}



