#cnt-main {
	padding: 30px 0;
	/* overflow: hidden; */
	background: #ffffff;
}
#cnt-main::after {
	content: '';
	clear: both;
	display: table;
}

h1 {
	font-size: 45px;
	font-weight: 400;
}

div.product .img a {
	display: block;
	padding-top: 100%;
	position: relative;
}
div.product .img a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.product:nth-child(4n+4) {
	margin-right: 0;
}
div.tieude_giua {
	margin-bottom: 20px;
}

.entry {
	margin-top: 30px;
}

/* noitem */
.noitem {
	margin: 20px 0 0;
	text-align: center;
	border-radius: 0;
	padding: 20px;
	color: #8a6d3b;
	border: 1px solid transparent;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.box-related {
	margin-top: 30px;
}
.thumbnail.img {
	margin-top: 30px;
}

@media (max-width: 767px) {
	.thumbnail.img img {
		width: 100%;
	}
	.box-related .tieude_giua {
		font-size: 35px;
		margin-bottom: 20px ! important;
	}
}