

@media screen and (max-width: 1024px) {
	.detail_blog table {
		width: auto;
	}
	.detail_blog table tr,
	.detail_blog table td{
		width: 100%;
		display: block;
	}
	.detail_blog .container-not-pad .detail_picture,.detail_blog .container img {
		max-width: 100%;
		height: auto;
	}
}


@media screen and (max-width: 768px) {
	.page_title {
		font-size: 20px!important;
		margin-bottom: 25px!important;
	}
	.blog_title_prod{
		font-size: 20px!important;
		margin-top: 15px!important;
		margin-bottom: 20px!important;
	}
}

.detail_blog .container-not-pad .detail_picture {
	padding-bottom: 25px;
}

.blog_title_prod{
	font-size: 26px;
	text-align: center;
	display: block;
	margin-top: 50px;
	margin-bottom: 30px;
}

/*.instock_hidden{
	display:none;
}*/
