section.home_product_cat .section_title {
	text-align: center; text-transform: uppercase; margin-bottom: 0; font-size: 32px;
	font-family: 'SFUHelveticaCondensedBlack'; font-weight: normal;
}
section.home_product_cat .section_title a {
	color: #6e6e6e; text-decoration: none; font-family: inherit; font-size: inherit;
}
section.home_product_cat ul.products li {
	padding:0 10px;
}
section.home_product_cat ul.products {
	margin-left: -10px; margin-right: -10px; margin-top: 30px;
}
section.home_product_cat ul.products .slick-track {
	display: flex;
}
section.home_product_cat ul.products li {
	min-height: 100%; height: auto;
}
section.home_product_cat .slick-prev {
	right: 100%; left: auto;
}
section.home_product_cat .slick-next {
	left: 100%; right: auto;
}
section.home_product_cat .slick-arrow {
	background: none
}
section.home_product_cat {
	padding-bottom:40px;
}
@media (max-width: 1024px) {
	section.home_product_cat .section_title {
		font-size: 22px;
	}
	section.home_product_cat ul.products {
		margin-top: 15px;
	}
}
@media (max-width: 650px) {
	section.home_product_cat {
		padding-bottom: 25px;
	}
    section.home_product_cat .section_title, .title_sp_1 {
        padding-bottom: 2rem
    }
    section.home_product_cat .section_title a:after, .title_sp_1 a:after {
        bottom:0; left: 50%; transform: translateX(-50%); justify-content: center;
    }
}

.title_sp_1 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 32px;
    font-family: 'SFUHelveticaCondensedBlack';
    font-weight: normal;
    position: relative;
}
.title_sp_1 a {
    color: #6e6e6e;
    text-decoration: none;
    font-family: inherit;
    font-size: inherit;
}

.title_sp_1 a:after {
    content: 'Xem thêm >>';
    font-size: .8rem;
    font-weight: normal;
    font-family: 'Roboto',sans-serif;
    position: absolute;
    height: 100%;
    display: flex;
    right: 0;
    top: 0;
    align-items: flex-end;
    padding-left: 10px;
}
.container.lmq {
    margin: 20px 0; padding-left: 0; padding-right: 0;
}
.lmq .woocommerce .products li {
    padding:0 5px;
}