.home .full-content{
	padding-top: 10px;
}
.home-slide.home-box {
	margin-bottom: 20px;
}
.slide_box_home {

}
.slide_box_home .gallery-top.swiper-container {
	width: 100%;
	height: 340px;
}
.slide_box_home .swiper-slide {
	background-size: cover;
	background-position: center;
}
.slide_box_home .gallery-thumbs .swiper-slide {
	height: 44px;
	background: #fff;
	padding: 10px 5px 30px !important;
	color: #333333 !important;
	cursor: pointer !important;
	display: block;
	font-size: 12px;
	height: auto !important;
	text-align: center;
}
.slide_box_home .gallery-thumbs .swiper-slide-thumb-active{
	font-weight: bold;
}
/*.slide_box_home .gallery-thumbs .swiper-slide-thumb-active::after {
	background-color: #FF2D38;
	content: '';
	left: 0;
	height: 3px;
	position: absolute;
	top: 0;
	width: 100%;
}*/
.slide_box_home .gallery-thumbs .item_title_slide::before {
	background-color: #e5e5e5;
	content: '';
	height: 30px;
	position: absolute;
	top: calc(50% - 15px);
	right: 0;
	width: 1px;
}

div.swiper-button-next, 
div.swiper-button-prev {
	background-image: none;
	color: #fff;
	width: 30px;
	height: 60px;
	line-height: 60px;
	position: absolute;
	top: 50%;
	z-index: 2;
	overflow: hidden;
	text-align: center;
	left: 0px;
	cursor: pointer;
	font-size: 15px;
	font-family: 'FontAwesome';
	border-radius: 99px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: .9;
	background-color: rgba(63,63,63,.5);
	box-shadow: 0 7px 10px 0 rgb(72 139 216 / 20%);
}
div.swiper-button-prev {
	border-radius: 0 5px 5px 0;
}
div.swiper-button-next {
	right:0px;
	left:auto;
	padding: 0;
	border-radius: 5px 0 0 5px;
}
div.swiper-button-prev::before {
	content:"\f104";
}
div.swiper-button-next::before {
	content:"\f105";
}
div.swiper-button-next:hover,
div.swiper-button-prev:hover{
	color: #f37022;
}

.home-slide div.swiper-button-next, 
.home-slide div.swiper-button-prev{
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 100%;
	opacity: 1;
}
/**/
.slide-banner-right img {
	border-radius: 4px;
	height: 130px;
	display: block;
	width: 100%;
	object-fit: cover;
}
.slide-banner-right a+a{
	margin-top: 10px;
	display: block;
}

/**/
.home-danhmuc {
	padding: 20px 10px;
}
.box_title {
	padding: 5px 10px;
	line-height: 30px;
	display: block;
	clear: both;
	overflow: hidden;
	font-size: 20px;
	color: #333;
}
.home-danhmuc .box_title {
	text-transform: none;
	font-weight: 600;
	float: none;
	font-size: 1.8em;
}
.main-danhmuc{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 15px;
}
.home-danhmuc a {
	box-sizing: border-box;
	height: 160px;
	padding: 20px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;

border-radius: 5px;
  background: #f0f0f0;
  position: relative;
  box-sizing: border-box;
}
.home-danhmuc span {
	color: #111;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
.home-danhmuc .iconnav {
	overflow: hidden;
}
.home-danhmuc .iconnav img {
	display: block;
	width: auto;
	margin: 0 auto;
}
/**/
.home-product-sale {
	background-color: #f0f0f0;
	padding: 30px 0;
}
.home_product_sale_title{
	padding: 14px 10px;
	font-size: 1.6em;
	font-weight: 700;
	color: #000;
	margin-bottom: 0;
	text-transform: uppercase;
}
.main-product-sale div.swiper-button-next, 
.main-product-sale div.swiper-button-prev
{	
	height: 30px;
	width: 30px;
	line-height: 30px;
	box-shadow: 0 0 4px 2px rgba(0,0,0,.15);
	color: #333;
	background-color: #fff;
	font-size: 12px;
}
/**/
.home-head{
	text-align: center;
	display: flex;
	justify-content: space-between;
	padding: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #f3f3f3;
	align-items: center;
}
.home-head .box_title {
	margin: 0;
	padding: 0;
}
.home-box-category .home-head .box_title {
	min-width: 200px;
	text-align: left;
}
.tab_link_modules {
	align-items: center;
	overflow: auto;
	margin-left: 20px;
	padding: 5px 0;
}
.tab_link_modules a {
	margin-right: 10px;
	color: #333;
	padding: 5px 10px;
	border: 1px solid #333;
	border-radius: 30px;
	line-height: normal;
	white-space: nowrap;
}
.tab_link_modules a:hover {
	color: #0b5690;
	background-color: #fafafa;
}

.tab_link_modules::-webkit-scrollbar {
	height: 4px;
	width: 4px;
	background: #F3F3F3;
}
.tab_link_modules::-webkit-scrollbar-thumb {
	background: #a8abae40;
	-webkit-border-radius: 1ex;
}
.tab_link_modules::-webkit-scrollbar-corner {
	background: #F3F3F3;
}


.home-box-category {
	display: block;
	overflow: hidden;
	margin: 15px auto;
	padding: 0 0 15px 0;
}
.home-box-category .products{
	margin-bottom: 0 !important;
}
.view-all a {
	padding: 10px 20px;
	width: 160px;
	text-align: center;
	color: #000;
}
.view-all a::after {
	content: '';
	width: 0;
	height: 0;
	border-top: 4px solid #000;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.main-tintuc .item_post_img{
	border-radius: 5px;
}
@media only screen and (max-width: 991px) {
	.home_product_sale_title,
	.box_title {
		font-size: 18px !important;
	}
	.home-head {
		padding: 5px 10px;
		margin-bottom: 10px;
	}
	.main-danhmuc {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
	}
}
@media only screen and (max-width: 768px) {
	.home-head{
		flex-wrap: wrap;
	}
	.tab_link_modules{
		width: 100%;
		margin-left: 0;
	}
	.tab_link_modules a {
		border-radius: 5px;
	}

}
@media only screen and (max-width: 640px) {
	.home-danhmuc a {
		flex-wrap: wrap;
		justify-content: center;
		height: auto;
	}
	.home-danhmuc span {
		font-size: 15px;
		width: 100%;
		display: block;
		text-align: center;
	}
	.home-danhmuc .iconnav {
		order: -1;
	}
	/**/
	.home-product-sale {
		 background-color: transparent; 
		padding: 0;
	}
}
@media only screen and (max-width: 480px) {
	.slide_box_home .gallery-top.swiper-container {
		height: 190px;
	}
	.home-slide div.swiper-button-next, 
	.home-slide div.swiper-button-prev {
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 10px;
	}
	.main-danhmuc {
/*		grid-template-columns: repeat(1, 1fr);*/
	}
}