.list-results .search-header:first-child{
	margin-top:0 !important;
}
.search-header:before {
    content: "";
    position: absolute;
    left: -20px; top: -5px;
    height: 25px;
    border-left: 6px solid #9c1d35;
}
@media (min-width: 992px) {
    .col-push-lg-3 {
        flex: 0 0 auto;
        width: 20%;
    }
}
.img-background {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.item_document .owl-carousel .owl-nav .owl-prev, .item_document .owl-carousel .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    background: #ffffff;
	font-size: 15px;
}
.item_document .owl-carousel .owl-nav .owl-next{
    right: 5px;
}
.item_document .owl-carousel .owl-nav .owl-prev {
    left: 5px;
}
.link_project_detail:hover {
	text-decoration: underline;
}
@media screen and (max-width: 1400px) {
	.img-background {
        height: 150px;
    }
}
@media screen and (max-width: 575px) {
    .img-background {
        height: 150px;
    }
}
@media screen and (max-width: 480px) {
	.img-background {
		height: 100px;
	}
}