.caption p .btn-default, .admin-links .fa-edit {
    color: #000;
}

.caption p {
    margin-bottom: 9px;
}

.view_sp {
    margin-left: 0px !important;
}

.loadContactForm {
    padding-top: 15px !important;
}

.title_no_bg .news_hot p {
	overflow: hidden; 
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.bdr .panel-body .image{
	float: none;
	margin-bottom: 0;
	text-align: left;
}

.bdr .panel-body .image,
.bdr .panel-body .image img,
.bdr .panel-body p img{
	margin-right: 0;
}

@media (max-width:992px) {
	.news_hot a:first-child,
	.title_no_bg .news_hot p {
		height: 100%;
	}
	
	.news_hot .view {
		margin-top: 0;
	}
	
	#sample-menu-4 li a {
		margin-top: calc(50% - 25px) !important;
	}
}

@media (max-width:767px) {
    .wraper {
        width: 100%;
    }
	
    #sample-menu-4 li {
        margin-right: 13px !important;
    }
	
    .collapse-button {
        right: 0px!important;
        top: -50%!important;
    }
	
    .second-nav{
        position: relative;
    }
}

