.banner-about {
	text-align: center;
	position: relative;
	margin-bottom: 1rem;
}

.readmore-btn.readabout {
	margin: 1rem auto;
}

.banner-about img {
	width: 100%;
}

.content-news {
	padding: 10% 0;
}

.news-box {
	margin-bottom: 2rem;
}

.news-box:hover img {
	transform: scale(1.03);
}

.news-box .img-box {
	aspect-ratio: 3/3;
}

.news-box .img-box img {
	height: 100%;
	object-fit: cover;
}

.text-news {
	padding: .5rem;
	color: #7F7F7F;
	font-size: .9rem;
}

.text-news p,
.text-news-title {
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.45;
	height: calc(1rem* 1.3* 2);
}

.text-news h1 {
	font-size: 1rem;
	margin-bottom: .3rem;
	font-family: 'Prompt-Medium';
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.3;
	height: calc(1rem * 1.3 * 2);
	color: #ec1d25;
}

.text-news h2 {
	margin-bottom: 0;
	font-size: .9rem;
	color: #000;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.3;
	height: calc(1rem* 1.3* 1);
}

.text-news hr {
	width: 50px;
	border-bottom: 3px solid #F00;
	margin: .5rem 0;
	opacity: 1;
	border-top: none;
}

.content-newsmore {
	background: #f5f5f5;
	padding: 10% 0;
}

.pageclick {
	margin: 2rem auto 1rem;
}

.pageclick ul {
	justify-content: center;
	align-items: center;
}

.pageclick ul li {
	width: auto;
	margin: 0;
}

.pageclick ul li a {
	margin: 0 5px;
	width: 40px;
	height: 40px;
	border: 1px solid #000;
	color: #000;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .9rem;
	background: #f5f5f5;
	border-radius: 50% !important;
}

.pageclick ul li a:hover {
	z-index: 2;
	color: #FFF;
	text-decoration: none;
	background-color: #FF0000;
	border-color: #FF0000;
}

.page-item.active .page-link {
	background-color: #FF0000 !important;
	border-color: #FF0000 !important;
}

.title-news {
	margin-bottom: 2rem;
}

.title-news h1 {
	font-size: 1.4rem;
	margin-bottom: 0;
	font-family: 'Prompt-Medium';
}

.title-news p {
	color: #939393;
	margin: 0;
	font-size: .9rem;
}

.textdetail-news {
	margin-bottom: 2rem;
}

.textdetail-news p {
	margin-bottom: 1rem;
}

.textdetail-news ul {
	list-style: none;
	margin: 1rem auto;
	margin-left: 1rem;
}

.textdetail-news h1 {
	font-size: 24px;
	margin-bottom: .75rem;
	font-family: 'Prompt-Medium';
}

.textdetail-news ul p {
	margin: 0;
}

.textdetail-news span {
	font-family: 'Prompt-Medium';
}

.textdetail-news p.textred {
	color: #f00;
}

.textdetail-news a {
	font-family: 'Prompt-Medium';
}

.textdetail-news a:hover {
	color: #f00;
}

.textdetail-news .fa-location-dot {
	font-size: 1.2rem;
	margin-right: 10px;
}

.loadbtn {
	margin: 2rem 0;
	padding: 6px 10px;
	text-align: center;
	overflow: hidden;
	border-radius: 15px;
	background: #FFF;
	color: #f00;
	border: 1px solid #f00;
	transition: all 0.5s;
}

.loadbtn a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.loadbtn img {
	width: 30px;
	margin: 0 10px 0 0;
	transition: all 0.5s;
	filter: invert(20%) sepia(98%) saturate(7100%) hue-rotate(358deg) brightness(96%) contrast(116%);
}

.loadbtn a:hover,
.loadbtn:hover {
	color: #000;
	border-color: #000;
}

.loadbtn:hover img {
	filter: none;
	transform: translateX(-10px);
}

.video-news {
	overflow: hidden;
	border-radius: 10px;
	aspect-ratio: 3/2;
	margin: 3rem auto 0;
}

.video-news iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* .imgnews {
	text-align: center;
	overflow: hidden;
	margin-bottom: 2rem;
}

.imgnews img {
	width: 100%;
	object-fit: scale-down;
} */
.imgnews {
	box-shadow: rgba(93, 50, 62, 0.555) 0px 6px 12px -2px,
		rgba(0, 0, 0, 0.398) 0px 3px 7px -3px;
	border-radius: 10px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	/* aspect-ratio: 3/2; */
	margin-bottom: 2rem;
}

.imgnews img {
	width: 100%;
	/* object-fit: scale-down; */
	/* transition: all 0.6s; */
}

.slidenews .slick-prev::before,
.slidenews .slick-next::before {
	display: none;
}

.slidenews .slick-prev {
	left: 0;
	width: 30px;
	height: 30px;
	z-index: 1;
	filter: invert(40%) sepia(60%) saturate(630%) hue-rotate(312deg) brightness(102%) contrast(101%);
	background-size: 100% !important;
	background: url("../newsandarticles/images/prev.png") center center no-repeat;
}

.slidenews .slick-next {
	right: 0;
	width: 30px;
	height: 30px;
	z-index: 1;
	filter: invert(40%) sepia(60%) saturate(630%) hue-rotate(312deg) brightness(102%) contrast(101%);
	background-size: 100% !important;
	background: url("../newsandarticles/images/next.png") center center no-repeat;
}

.slidenews.slick-slider .slick-track {
	padding: 2rem 0;
}

.slidenews.slick-slider .slick-slide .imgnews {
	transform: scale(0.95);
	opacity: 0.5;
	transition: all 0.6s;
	position: relative;
}

.slidenews .slick-slide.slick-current.slick-active .imgnews {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	opacity: 1;
	transition: all 0.6s;
	z-index: 21;
}


@media (min-width: 768px) {
	.content-newsmore {
		padding: 4% 0%;
	}

	.content-news {
		padding: 2% 0;
	}

	.readmore-btn.readabout {
		position: absolute;
		left: 50%;
		bottom: 3%;
		z-index: 1;
		margin: 0;
		transform: translate(-50%, 0);
	}

	.loadbtn {
		width: 220px;
	}

	.pageclick {
		margin: .3rem auto 0;
	}

	.content-news .title-box,
	.content-newsmore .title-box {
		margin-bottom: 1rem;
	}

	.imgnews,
	.title-news {
		margin-bottom: 1rem;
	}
}

@media (min-width: 992px) {
	.navbar-collapse .menu-news .dropdown-menu a {
		height: auto;
		margin-bottom: 1rem;
	}
}

@media (min-width: 1200px) {
	.readmore-btn.readabout {
		bottom: 5%;
	}
}

@media (min-width: 1440px) {

	.navbar-collapse .menu-news {
		margin-left: 1.5rem;
	}
}

@media (min-width: 1600px) {

	.navbar-collapse .menu-news {
		margin-left: 2rem;
	}
}

@media (min-width: 1800px) {

	.navbar-collapse .menu-news {
		margin-left: 3.5rem;
	}
}