li{
	list-style: none;
}
#carousel .flex-direction-nav {
	display: none;
}
.product-detail .gallery #slider .flex-direction-nav .flex-prev{
	float: left;
	margin-top: 50px;
}
.product-detail .gallery #slider .flex-direction-nav .flex-next{
	float: right;
	margin-top: 50px;
}
.header .lower .navigation .main-menu li:hover {
	background: #116329;
}

.header .lower .navigation .dropdown-menu {

	border-top: 3px solid #116329!important;

}
.header .lower {
	padding:0!important;
}
.footer-contact .list-info li br {
	width: 100%;
	content: "" !important;
	display: block !important;
	margin-bottom: 10px;
}

.aside-news .article .thumb img {
    height: 70px;
}
.aside-news .article .title a {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
}
@media (max-width: 767px){
	
	article.article img {
		height: auto!important;
	}
	.home-feature .panel-body .list-product .product img {
		height: 130px;
		object-fit: contain;
	}

	.home-feature .panel-body .list-product .product .title a {
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		line-height: 20px;
		height: 40px;
	}
}

@media (max-width: 1024px) {
	section.aside-panel.aside-news {
		display: none;
	}
	.page-products-catalogues .left-aside {
		display: none;
	}
	
	.page-products-catalogues .right-aside {
		width: 100%;
	}
}