a {
	text-decoration: none !important;
	transition: all 0.3s ease 0s;
}

#read_more_link::after {
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	content: '\f30b';
	opacity: 0;
	position: absolute;
	-webkit-transform: translate(0, 0);
        transform: translate(0, 0);
  	-webkit-transition: all 0.3s;
  		transition: all 0.3s;
}

#read_more_link:hover::after {
	-webkit-transform: translate(5px, 0);
        transform: translate(5px, 0);
  	opacity: 1;
}

.more-up{
	margin-top: -15px;
}

.news_link, .product_link {
	color: #000;
}

.news_link:hover, .product_link:hover {
	color: #888;
}

/* Product Icon Color */
.card .card-body .card-title .fa-wifi{
	color: #342c83;
}

/* Newspaper Icon Color */
.card .card-body .card-title .fa-newspaper{
	/*color: #2b793c;*/
	color: orange;
}

/* Youtube Icon Color */
.card .card-body .card-title .fa-play-circle{
	color: #dd0000;
}

/* Update Icon Color */
.card .card-body .card-title .fa-sync-alt{
	color: green;
}

.badge-big{
	font-size: 1.0rem;
}
