﻿/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */


.news-detail h1{
	font-size: 26px;
}

.others-news .heading{
	background-color: #eff1ed;
    padding: 8px 15px;
    font-weight: 500;
    font-size: 20px;
    border-radius: 10px;
}

.related{
	flex-wrap: wrap;
}

.related li{
	width: calc(50% - 10px);
	font-size: 18px;
	line-height: 24px;
}

.related img{
	width: 120px;
	height: 80px;
    border-radius: 10px;
    margin-right: 10px;
    object-fit: cover;
}

.related em{
	display: block;
    font-size: 15px;
    margin-top: 5px;
}

@media (max-width: 767.98px) {
	.related li{
		width: 100%;
	}
}

@media (min-width: 768px) {
	.related li{
		width: 100%;
	}
}