/**
 * 	NEWS
 * 
 * */
.news-item {
	display: block;
	position: relative;
	min-height: 150px;
	margin-bottom: 2rem;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	padding: 1rem;
	border-radius: 20px;
	overflow: hidden;
}

.news-item .news-thumbnail {
	width: 180px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.news-item .news-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	transition: .5s;
	cursor: pointer;
	display: block;
}

.news-item .news-thumbnail img:hover {
	transform: scale(1.5);
}

.news-item .news-content {
	margin-left: 180px;
}

.news-item.without-thumbnail .news-content {
	margin-left: 10px;
}

.news-item .news-title {
	display: block;
	color: black;
	font-weight: bold;
	font-size: 17pt;
	cursor: pointer;
}

.news-item .news-meta {
	color: #7a7a7a;
	display: block;
	margin-bottom: 10px;
	font-size: 80%;
}

.news-item .news-subtitle {
	margin-bottom: 20px;
	display: block;
}

.news-item .news-link {
	color: blue;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.news-thumbnail {
		width: 200px !important;
	}

	.news-item .news-content {
		margin-left: 200px !important;
	}
}

@media screen and (max-width: 570px) {
	.news-thumbnail {
		width: 100% !important;
		max-height: 400px !important;
	}

	.news-item .news-content {
		margin-top: 430px;
		margin-left: unset !important;
	}

	.news-item .news-title {
		font-size: 20pt;
	}

	.news-item .news-meta {
		font-size: 13pt;
	}

	.news-item .news-subtitle,
	.news-item .news-link {
		font-size: 15pt;
	}
}

@media screen and (max-width: 570px) {
	.news-thumbnail {
		width: 100% !important;
		max-height: 300px !important;
	}

	.news-item .news-content {
		margin-top: 330px;
		margin-left: unset !important;
	}
}


/**
 * 	NEWS DETAIL
 * */
.news-detail-title {
	font-size: 24pt;
	color: black;
	font-weight: bold;
	display: block;
}

.news-detail-meta {
	color: #7a7a7a;
	display: block;
	margin-bottom: 1.5rem;
	font-size: 80%;
}

.news-detail-thumbnail {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 2rem;
}

.news-detail-thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	font-size: 13pt;
}

.news-detail-content {
	display: block;
}

.news-detail-content * {
	font-size: 15pt;
}


.cat-news .cn-img img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.cat-news .slick-track {
	min-width: 100% !important;
}

.top-news .tn-img img {
	height: 175px;
	object-fit: cover;
	object-position: center;
}


.nav-bar a.nav-link {
	font-size: 13px !important;
	font-family: Calibri, 'Arial', sans-serif;
}

.twitter-link,
.facebook-link,
.linkedin-link,
.instagram-link,
.youtube-link,
.phone-link,
.email-link {
	font-size: 16pt;
	margin-right: 10px;
}

.twitter-link {
	color: #1DA1F2;
}

.facebook-link {
	color: #4267B2;
}

.linkedin-link {
	color: #0077b5 ;
}

.instagram-link {
	color: #E1306C;
}

.youtube-link {
	color: #FF0000;
}

.email-link {
	color: #c71610;
}

.phone-link {
	color: #FF0000;
}


.top-news .tn-img:hover img,
.cat-news .cn-img:hover img {
	filter: unset;
	-webkit-filter: brightness(1.1) !important;
}

.top-news .slick-prev, .top-news .slick-next {
	height: 35px;
	width: 35px;
	border-radius: 30px;
	background: white;
	color: black;
	box-shadow: 0px 1px 6px 0px #868686;
}

.top-news .slick-prev::before, .top-news .slick-next::before {
	color: black;
}

.top-news .tn-title {
	background: unset;
	padding: 15px 10px 10px 35px;
	text-transform: uppercase;
}


.top-news .tn-category {
	text-transform: uppercase;
	background: unset;
	padding: 15px 10px 60px 35px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: flex-end;
}

.top-news .tn-category a {
	color: white;
}

.slide-article-main,
.slide-article-secondary {
	position: relative;
}

.slide-article-main img,
.slide-article-secondary img {
	width: 100%;
	object-fit: cover;
}
.slide-article-main img {
	height: 500px !important;
}

.slide-article-secondary img {
	height: 240px !important;
}

@media screen and (max-width: 991px) {
	.slide-article-main img,
	.slide-article-secondary img {
		height: 300px !important;
	}
}

@media screen and (max-width: 600px) {
	.slide-article-main img,
	.slide-article-secondary img {
		height: 250px !important;
	}
}

.article-group {
	margin-bottom: 4rem;
}

.article-group .article-group-title {
	background: var(--theme-color);
	color: white;
	margin-bottom: 30px;
	padding-bottom: 0px;
	border-bottom: unset;
	padding: 10px 15px;
	font-size: 16pt;
}

.article-main-item {
	margin-bottom: 20px;
}

.article-main-item img {
	margin-bottom: 1rem;
	width: 100%;
	height: 250px;
}

.article-main-item-title {
	font-size: 15pt;
	font-weight: bold;
	margin-bottom: .5rem;
	display: block;
	color: black;
}

.article-secondary-item {
	margin-bottom: 20px;
}

.article-secondary-item img {
	width: 100%;
	height: 100px;
	object-fit: cover;
}

.article-secondary-item .article-secondary-item-title {
	color: black;
	font-size: 16pt;
	font-weight: bold;
	display: block;
}

.article-secondary-item .article-secondary-item-date {
	color: #323232;
	font-size: 10pt;
}