@import url('./css/all.min.css');

a {
	color: var(--btn-link-color);
}

a:hover {
	color: var(--btn-link-hover-color);
	text-decoration: none;
}


.news-contents-top a, .all-news a, .news-category-top a, .news-content a {
	overflow: hidden;
	width: 100%;
	margin: 5px 0 0 0;
}

.news-contents-top a:hover, .all-news a:hover, .news-category-top a:hover, .news-content a:hover {
	margin: 5px 0 0 0;
}

.news-contents-top .more, .all-news .more {
	margin: 15px 0 5px 0;
}

.news-contents-top img, .all-news img, .news-category-top img, .news-content img {
	border-radius: 3px !important;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	margin: 5px 0 0 0;
}

/* Flashing */
.news-contents-top img:hover, .all-news img:hover, .news-category-top img:hover, .news-content img:hover {
	border-radius: 3px !important;
	opacity: .5;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.news-contents-top video:hover, .all-news video:hover, .news-category-top video:hover, .news-content video:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.article-content img:hover {
	cursor: pointer;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #555;
}

.icon {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .3);
}

video {
	background-color: black;
}

.aspect-ratio-169 {
	display: block;
	position: relative;
	padding-top: 56.25%;
	margin-bottom: 15px;
}

.aspect-ratio-43 {
	display: block;
	position: relative;
	padding-top: 75%;
	margin-bottom: 15px;
}

.all-news {
	overflow-y: auto;
	overflow-x: hidden;
}

.all-news img, .news-contents-top img, .news-category-top img, .news-content img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
}

.all-news video, .news-contents-top video, .news-category-top video, .news-content video {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 5px;
	left: 0;
	object-fit: contain;
	object-position: center;
}

.pt-15px {
	margin-top: 15px;
}

.pb-5px {
	margin-bottom: 5px;
}

.pb-30px {
	padding-bottom: 30px;
}

.pt-30px {
	padding-top: 30px;
}

.b-0 {
	bottom: 0;
}

.flex-item {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	overflow: hidden;
}

.grid-items {
	margin-bottom: 24px;
}

.max-height-600px {
	max-height: 700px;
	overflow: auto;
	overflow-x: hidden;
}

.align-justify {
	text-align: justify;
}

.fs-14 {
	font-size: 14px;
}

.fs-12 {
	font-size: 12px !important;
}

.fs-16 {
	font-size: 16px;
}

.fs-18 {
	font-size: 18px;
}

.right-arrow {
	width: 10px;
	height: 10px;
}

.top-news-detail, .title-news {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 20px;
	text-align: justify;
}


.news-contents-top .title-news {
	font-size: 20px !important;
	line-height: 30px !important;
	text-align: justify !important;
	margin-top: 0px !important;
	margin-bottom: 10px !important;
}

.right-arrow {
	width: 10px;
	height: 10px;
}

@media only screen and (max-width: 991px) {
	.journal-content-article img {
		width: 100% !important;
	}
}

@media only screen and (max-width: 575px) {
	.all-news img, .news-contents-top img, .news-category-top img, .news-content img,.all-news video, .news-contents-top video, .news-category-top video, .news-content video{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	#print-content .article-content img{
		margin-left: 0 !important;
		left: 0 !important;
	}
	.article-content .caption{
		position: unset !important;
	}

	.title-page {
		font-size: 28px !important;
		line-height: 36px !important;
	}
}

.entry-title {
	width: 100%;
	margin-bottom: 5px;
	display: inline-block;
	position: relative;
	padding-bottom: 12px; /* Tạo khoảng cách cho đường kẻ */
}

.entry-title::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #dcdcdc; /* Màu của đường kẻ */
}

.label {
	background: none; /* Bỏ nền mặc định của label */
	padding: 0;
	border: none;
}

.label-item-expand {
	font-size: 24px; /* Kích thước chữ */
	font-weight: bold;
	color: #b00000; /* Màu đỏ cho tiêu đề */
	text-transform: uppercase; /* Chữ in hoa */
	display: inline; /* Đảm bảo tiêu đề hiển thị ngang hàng */
}

.label-item-after {
	display: none; /* Ẩn biểu tượng "remove" */
}
