.list-file table{
	width: 100%;
}
.list-file tr th:nth-child(1),.list-file tr th:nth-child(3),.list-file tr th:nth-child(4),
.list-file tr td:nth-child(1),.list-file tr td:nth-child(3),.list-file tr td:nth-child(4){
	width: 10%;
	text-align: center;
}
.list-file table tr td,.list-file table thead th{
	border: 1px solid #ccc;
	padding: 8px;
}
.list-file table tr td a{
	color: #57a133
}
.list-file table{
	width: 100%;
}

.galary .list-product p a{
	display: none;
}
.mega ul >li.sub-list.open span.link i:before{
	content: "\f147";
}
.mega ul li {
    width: 100%;
    position: relative;
    background: #57a133;
    color: white;
    padding: 5px 10px;
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.mega ul li:last-child{
	border-bottom: none; 
} 
.mega ul li ul {
    margin-left: 7px;
    margin-top: 15px;
}
.mega ul li a{
	display: block;
	color: white;
    padding-right: 30px;
}
.mega ul li span {
    position: absolute;
    right: 0;
    top: 5px;
    width: 30px;
    text-align: center;
    cursor: pointer;
}
.suby{
	display: none;
}

@media screen and (max-width: 1024px){
	.img-list-product img{
		height: 280px;
	}
}
@media screen and (max-width: 767px){
	.img-list-product img{
		height: auto;
	}
}