.full-head-products::after{
	content: "";
	width: 100%;
	height: 64px;
	background-color: #EAEAEA;;
	position: absolute;
	left: 0;
	top: 100%;
	-webkit-clip-path: polygon(50% 100%, 0px 0%, 100% 0%);
	clip-path: polygon(50% 100%, 0px 0%, 100% 0%);
}
.taxonomy-product-head {
	padding: 100px 0 60px;
}
.taxonomy-product-head .desc{
	max-width: 845px;
	margin: 12px auto 40px;
}
.head_sanpham_title {
	text-transform: uppercase;
	font-weight: 700;
}
/**/
#menu_loai_san_pham {
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}
#menu_loai_san_pham a {
	position: relative;
	padding: 14px 38px;
	margin: 0 20px;
	font-size: ;
	color: #262626;
	font-weight: 600;
	background-color: #EFEFEF;
}
#menu_loai_san_pham a::after {
	content: "";
	width: 100%;
	height: 7px;
	background-color: #EFEFEF;
	position: absolute;
	left: 0;
	top: 100%;
	-webkit-clip-path: polygon(50% 100%, 0px 0%, 100% 0%);
	clip-path: polygon(50% 100%, 0px 0%, 100% 0%);

}
#menu_loai_san_pham a:hover,
#menu_loai_san_pham .current-menu-item a {
	background-image: linear-gradient(90deg, #412615 0%, #E91D36 100%);
	stroke-width: 1px;
	stroke: rgba(255, 255, 255, 0.40);
	filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.16));
	color: #fff;
}
#menu_loai_san_pham a:hover::after,
#menu_loai_san_pham .current-menu-item a::after {
	background-image: linear-gradient(90deg, #412615 0%, #E91D36 100%);

}

/**/
.item_sanpham {
  background: #FFF;
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.10);
  padding: 40px 27px;
  text-align: center;
  transition: .3s all;
  margin-bottom: 20px;
}
.item_sanpham_img {
  margin-bottom: 40px;
}
.item_sanpham_img img {
	aspect-ratio: 1/1;
	object-fit: contain;
	width: 100%;
}
.item_sanpham_content h3 {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}
.post_excerpt_pro {
	color: #9C9C9C;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}
.moreproduct {
	margin-top: 40px;
	display: inline-block;
	text-transform: uppercase;
	color: #B82930;
	text-decoration: underline;
	font-weight: 700;
}
.item_sanpham:hover{
	transform: translateY(-10px);
}
/**/

.san-pham-summary h1 {
  font-size: 28px;
  font-weight: 700;
}
.protab-head {
}
.protab-head {
  display: flex;
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #DDD;
}
.protab-head li {
  margin-right: 48px;
  padding-bottom: 14px;
  border-bottom: 4px solid transparent;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.60);
  font-weight: 500;
}
.protab-head li a {
  display: block;
  padding-bottom: 14px;
}
.protab-head .active {
}
.protab-head li.active {
  border-color: #B82930;
  color: #000;
  font-weight: 600;
}
.item-thongso {
  display: flex;
}
.item-thongso label {
  width: 40%;
  color: #8D8D8D;
}
.item-protab-content+.item-protab-content{
	display: none;
}
.active.item-protab-content{
	display: block;
}
/**/
.main-sw-gallery-top .swiper-slide img {
	aspect-ratio: 1/1;
	width: 100%;
	object-fit: cover;
}
.gallery-thumbs img{
	cursor: pointer;
}
@media only screen and (max-width: 991px) {
	.full-head-products img {
		min-height: 268px;
		object-fit: cover;
		object-position: -63px;
	}
	.full-head-page.head-page-df::after,
	.full-head-giaiphap.full-head-page.head-page-df::after,
	.full-head-products::after {
		height: 35px;
	}
	.taxonomy-product-head {
		padding: 60px 0 40px;
	}
	.item_sanpham {
		padding: 20px;
	}
	.full-content.full-loai-duan-content {
		padding-top: 60px;
	}
}
@media only screen and (max-width: 767px) {
	.head_sanpham_title {
		font-size: 22px;
	}
	#menu_loai_san_pham a {
		padding: 10px 15px;
		margin: 0 12px;
		display:inline-block;
		white-space:nowrap;
	}
	#menu_loai_san_pham{
		overflow:auto;
		justify-content:flex-start;
		padding-bottom:20px;
	}
	.san-pham-summary h1 {
		font-size: 22px;
	}
	 .taxonomy-product-head {
    padding: 60px 0 20px;
  }
}
@media only screen and (max-width: 640px) {
	.full-head-page.head-page-df::after,
	.full-head-giaiphap.full-head-page.head-page-df::after,
	.full-head-products::after {
		height: 20px;
	}
	.full-head-products img {
		min-height: 145px;
		object-position: -33px;
	}
}