@media(max-width: 575px)
{
	.menu,.categories_products,.main-menu{
		display: none;
		flex-direction: column;
	}
	.menu{
		position: fixed;
		height: 100%;
		width: 75%;
		overflow: auto;
		z-index: 10;
		top: 0;
		background-color: #6c757d;
	}
	.menu .wrapper_megamenu{
		padding: 0;
		width: 100%;
	}
	.main-menu .menu_item{
		margin-bottom: 10px;
		border-bottom: 2px solid #ffffff;
		line-height: 40px;
	}
	.main-menu .menu_item .menu_link{
		font-size: 13px;
	}
	.logo .wrapper_logo{
		width: 100%;
		text-align: center;
	}
	#danhmucsanpham_mega_menu{
		display: none;
	}
	#close-btn{
		display: block;
	}
	.menu .wrapper_megamenu .categories_products .mega_menu{
		display: block;
		position: relative;
	}
	.menu .wrapper_megamenu .categories_products{
		background-color: #6c757d;
		padding: 0;
		/* text-align: center; */
	}
	.block-title.title-module{
		font-size: 1em;
	}
	.block-title.title-module:before,
	.block-title.title-module:after {
		width: 30%;
	}
	#breadcrumb ol .breadcrumb-item{
		font-size: 9px;
	}
	.product_by_cate{
		padding: 2% 4%;
	}
	.block-title.title-module a{
		font-size: 1.1em;
		font-weight: 700;
	}
	.product_by_cate small.seemore{
		display: none;
	}
}