input.error,
select.error,
textarea.error{
    border: 1px solid red !important;
}
.title_site a{
	color: inherit;
}
.services-list .services-image {
	max-height: 185px;
	overflow: hidden;
}
.product-content .product-price{
	height: 44px;
}
.product-content .product-price .compare-price{
	text-decoration: line-through;
	color: #272727;
	font-size: 13px;
}
.product-content h4{
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;/*line to show*/
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 30px;
	    font-size: 14px;
    text-align: center;
}
.product-list .product-img{
	height: 137px;
}
.product-list .product-img img{
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
}
.news-left{
	height: 133px;
	overflow: hidden;
}
.content_detail_news table{
	width: 100% !important;
}
.content_detail_news *{
	max-width: 100%;
}
.content_detail_news iframe{
	max-width: 100%;

}
.partners .slide{
	height: 90px;
}
.partners .slide img{
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
}
.detail-project-left {
	/*height: 150px;
	overflow: hidden;*/
}
.detail-project-left img{
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
	padding-right: 15px;
}
.navbar-default .navbar-nav > li > a .fa{
	color: #fff;
	font-size: 14px;
}
@media (min-width: 768px){
	.left-news-list .news-img{
		max-height: 65px;
		overflow: hidden;
	}
}
@media (max-width: 1199px){
	.product-list .product-img{
		height: 109px;
	}
	.news-left{
		height: 109px;
		overflow: hidden;
	}
}
@media (max-width: 991px){
	.news-left{
		height: 163px;
		overflow: hidden;
	}
	.product-list .product-img{
		height: 150px;
	}
}
@media (max-width: 767px){
	.news-left{
		height: auto;
		overflow: hidden;
	}
	.menu .nav>li.dropdown{
		position: relative;
	}
	.menu .nav>li.dropdown .fa{
		font-size: 20px;
		color: #fff;
		position: absolute;
		top: 0;
		right: 15px;
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		z-index: 99;
	}
	.menu .navbar-nav>li>.dropdown-menu{
		position: static;
		width: 100%;
		float: none;
	}
}
@media (max-width: 580px){
	.product-list .product-img{
		height: 140px;
	}
}
@media (max-width: 533px){
	.product-list .product-img{
		height: auto;
	}

}
.detail-project-right .dathang a{
	display: inline-block;
	background-color: #57B649;
	line-height: 20px;
	width: 200px;
	max-width: 100%;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.hotline{
	padding: 10px 0;
}
.hotline a{
	display: inline-block;
	padding: 0 5px;
	font-weight: 600;
	    font-size: 17px;
}
.hotline .fa{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #DA251D;
	color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}