/**
 * @Project NUKEVIET 4.x
 * @Author BCB SOLUTIONS <bachdinhcao@gmail.com>
 * @Copyright (C) 2024 BCB SOLUTIONS. All rights reserved
 * @License: Not free read more http://nukeviet.vn/vi/store/modules/nvtools/
 * @Createdate Mon, 22 Jul 2024 06:45:17 GMT
 */

.project-viewcat h1{
	font-size: 25px;
    margin-bottom: 12px;
}

.project-item{
	position: relative;
	margin-bottom: 20px;
}

.project-item img{
	width: 100%;
    height: 180px;
    border-radius: 8px;
    object-fit: cover;
}

.project-item h2{
    font-size: 16px;
    line-height: 22px;
    margin: 8px 0 2px;
}

.project-item .location{
    font-size: 15px;
    color: #555;
}

.project-detail h1{
	font-size: 24px;
}

.project-image{
	max-width: 80%;
}

.project-image img{
	max-height: 500px;
	object-fit: cover;
}

.project-content .location{
	font-weight: 500;
    margin-bottom: 10px;
}

.project-content dt{
	font-weight: 400;
}

.project-content dt,
.project-content dd{
	padding-top: 2px;
    padding-bottom: 2px;
}

.project-content span{
	float: right;
    margin-right: 10px;
}

.project-content .title{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 8px;
}

.project-content td{
	padding: 4px 5px;
}

@media (max-width: 991.98px) {
	.project-image{
		max-width: 100%;
	}

	.project-image img{
		max-height: 300px;
	}
}

@media (max-width: 767.98px) {
	.module-content{
		padding: 20px;
	}
}

@media (max-width: 499.98px) {
	.project-content dt{
		font-weight: 700;
		margin-top: 6px;
	}

	.project-image img {
        max-height: 200px;
    }
}