.mrb-30{margin-bottom:30px}
.mrb-74{margin-bottom:74px}
.mrb-100{margin-bottom:100px}
.img_cover{object-fit: cover}
.text1line{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.text2line{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.text3line{overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.text4line{overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}
.text5line{overflow:hidden;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical}
.text6line{overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical}
.text7line{overflow:hidden;display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical}
*{
	font-family: 'Arial';
	font-style: normal;
	font-weight: 400;
	color: #333333;
}


/*breakcrum*/
.breakcrum {
    padding-top: 15px;
    margin-bottom: 40px;
    font-size: 12px;
    line-height: 14px;
    color: #666666;
}

.breakcrum a+a:before, .breakcrum a+span:before {
    content: "/";
    padding: 0px 10px;
}

.break_parent,.break_child,.break_parent:hover {
    color: inherit;
}
/*end breakcrum*/


.text_value {
    background: #BF2425;
    padding: 5px;
    font-weight: 700;
    color: #FFFFFF;
}

.box_detect .text_value {
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    margin-bottom: 12px;
}

.box_detect .box_left .text_value {
    margin-bottom: 21px;
}

.box_detect .title_item {
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 10px;
}

 .box_title {
    margin-bottom: 31px;
}

.view_all {
    font-size: 15px;
    line-height: 24px;
    color: #116489 !important;
    display: flex;
    align-items: center;
}

.title_detect {
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    color: #333333;
}

.item_news {
    border: 1px solid #DDDFE2;
}


.item_news .body_news {
    padding: 12px 15px;
}

.item_news .body_news .title_news {
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 10px;
    height: 52px;
}

.item_news .body_news .num_comment {
    font-size: 14px;
    line-height: 16px;
    color: #999999;
}

.slides_news {
    position: relative;
}


/*======*/
.item_news .body_news .address {
    font-size: 13px;
    line-height: 15px;
    color: #0064C2;
}

.num_comment:before,
.slides_news .box_img .calendar:before,
.item_news .body_news .address:before,
.view_all:after{
    content: "";
    display: inline-block;
    background-image: url(../../images/detect/icon_detect.png);
}
.num_comment:before {
    width: 14px;
    height: 15px;
    background-position: -19px -95px;
    margin-right: 8px;
    float: left;
}
.slides_news .box_img .calendar:before {
    width: 14px;
    height: 14px;
    background-position: -19px -109px;
    margin-right: 8px;
    float: left;
}

.slides_news .box_img {
    position: relative;
}

.slides_news .box_img .calendar {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF;
    padding: 0px 0px 17px 13px;
    width: 100%;
    height: 50%;
    display: flex;
    align-items: end;
    float: left;
    background: linear-gradient(to top, rgba(0,0,0,0.5816701680672269) 0%, rgba(85,85,85,0.24833683473389356) 52%, rgba(251,251,251,0) 100%);
}

.item_news .body_news .address:before {
	width: 13px;
	height: 16px;
	background-position: -19px -3px;
	margin-right: 8px;
    float: left;
}

.view_all:after {
	width: 8px;
	height: 15px;
	background-position: -21px -22px;
	margin-left: 8px;
	float: right
}
/*======*/

/*pagination*/
.pagination a {
    padding: 0;
    width: 28px;
    height: 28px;
    border: 1px solid #DDDDDD;
    border-radius: 1px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}
.pagination a.disabled{
	display: none;
}
.pagination a.active,.pagination a.current {
    color: #FFFFFF;
    background: #116489;
	border: 0;
}
.pagination a.next,.pagination a.prev{padding: 0; text-align: center;text-indent: unset; background: unset !important}
/*end pagination*/

@media screen and (max-width: 1024px){
	.owl-prev span,.owl-next span{
		color:#fff
	}
	.owl-prev {
		left: 0;
	}

	.owl-next {
		left: 0;
	}

	.owl-nav {
		top: calc(45% - 20px);
	}
}
@media screen and (max-width: 992px){
	.list_result {
		margin-bottom: 50px;
	}
	.box_detect .box_right .item_detect:first-child {
		margin-right: 20px;
		margin-bottom: 0px;
	}

	.box_detect .box_right .item_detect {
		width: calc(50% - 10px);
	}

	.box_detect .box_right {
		display: flex;
	}
	
	.box_left {
		margin-bottom: 20px;
		height: auto !important;
	}
	
	.filter_mb, #filter_modal .modal-header {
    	display: block;
	}
	
	.tag-search {
		display: inline-block;
		width: 100%;
	}
	
	.content_banner .text_banner {
		font-size: 40px;
		margin-bottom: 50px;
	}

	.content_banner {
		width: 100%;
		max-width: 720px
	}
	
}

@media screen and (max-width: 600px){
	.box_detect .box_right .item_detect {
		width: 100%;
	}

	.box_detect .box_right {
		flex-wrap: wrap;
	}

	.box_detect .box_right .item_detect:first-child {
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.box_search .inp_keyword {
		width: 100%;
		padding: 18px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
		font-size: 14px;
	}

	.box_search {
		height: auto;
		width: calc(100% - 20px);
		margin: auto;
	}

	.box_search .slt_category {
		padding: 18px;
		width: 100%;
		border: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
		font-size: 14px;
	}

	.box_search .btn_search {
		padding: 10px;
		margin-top: 10px;
		font-size: 14px;
		width: 100%;
	}

	.content_banner .text_banner {
		font-size: 30px;
		margin-bottom: 24px;
		line-height: 40px;
	}

	.title_detect {
		font-size: 28px;
	}
}