.item_sanpham{
	margin-bottom: 30px;
}
.item_sanpham a{
	position: relative;
	display: block;
	overflow: hidden;
}
.item_sanpham_img img{
	aspect-ratio: 400/480;
	width: 100%;
	display: block;
	object-fit: cover;
	transition: .3s all;
}
.item_sanpham_img::before{
	content: "";
	background: linear-gradient(180deg, rgba(0, 43, 82, 0.00) 0%, rgba(0, 43, 82, 0.80) 68.02%, #002B52 99.63%);
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	transition: .3s all;
	z-index: 2;
}
.item_sanpham_content{
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 28px;
	color: #fff;
	transition: .3s all;
	background: linear-gradient(180deg, rgba(0, 43, 82, 0.00) 39.06%, rgba(0, 43, 82, 0.80) 80.51%, #002B52 99.77%);
}
.item_sanpham_content .title-item-sanpham-li{
	color: #FFF;
	font-size: 20px;
	font-weight: 600;
	line-height: 28px; /* 140% */
	text-transform: capitalize;
	animation: slide-up 0.6s;
}
.item_sanpham_content .post_excerpt,
.item_sanpham_content .morepost-li{
	display: none;
	animation: slide-up 0.6s;
}
.item_sanpham a:hover .item_sanpham_content .post_excerpt{
	display: -webkit-box;
}
.item_sanpham a:hover .item_sanpham_content .morepost-li{
	display: block;
}
.item_sanpham a:hover .item_sanpham_img::before{
	height: 100%;
}
.item_sanpham a:hover .item_sanpham_img img{
	transform: scale(1.05);
}
@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/**/
/*single sanpham*/
.gallery-thumbs {
	margin: 15px auto;
	max-width: 90%;
	overflow: hidden;
}
.gallery-thumbs img {
	opacity: 0.6;
	border: 2px solid transparent;
	cursor: pointer;
	aspect-ratio: 1/1;
	object-fit: cover;
	width: 100%;
}
.gallery-thumbs .swiper-slide-thumb-active img{
	opacity: 1;
  border-color: #F6821F;
}
.gallery-top img{
	aspect-ratio: 630/560;
	width: 100%;
	object-fit: cover;
}
/**/
.single-sanpham-slide .swiper-button-control {
	border: 0 !important;
	background-color: transparent !important;
	color: #fff;
	font-size: 21px;
}
/**/
.single-heading-sanpham{
	font-weight: 800;
	text-transform: uppercase;
}
.single-sanpham-tab {
	background-size: cover;
}
.sanpham-tab-item {
	display: none;
	background: rgba(255, 255, 255, 0.06);
	padding: 40px;
}
.sanpham-tab-link li {
  padding: 0 10px;
  list-style: none;
  display: inline-block;
}
.sanpham-tab-link li a {
	color: #fff;
	display: inline-block;
	padding: 15px 40px;
	line-height: 1;
	font-size: 20px;
	font-weight: bold;
	border-radius: 58px;
	border: 1px solid rgba(255, 255, 255, 0.36);
	background: rgba(255, 255, 255, 0.20);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
	text-transform: capitalize;
}
.sanpham-tab-link {
  list-style: none;
  padding: 0;
  text-align: center;
}
.sanpham-tab-link li svg {
  margin-right: 10px;
}
.sanpham-tab-link li.active a,
.sanpham-tab-link li a:hover {
  border-radius: 46px;
  background: #DA251E;
}
.sanpham-tab-link li.active a svg path,
.sanpham-tab-link li a:hover svg path {
	fill: #00AEEF;
}

@media only screen and (max-width: 767px) {
	.item_sanpham {
		margin-bottom: 20px;
	}
	.item_sanpham_content .title-item-sanpham-li {
		font-size: 18px;
	}
	.single-heading-sanpham {
		font-size: 20px;
	}
	.sanpham-tab-link li a {
		padding: 10px 20px 8px;
		font-size: 15px;
		white-space: nowrap;
	}
	.sanpham-tab-link {
		padding: 0;
		display: flex;
		overflow: auto;
	}
	/**/
	.sanpham-tab-link li {
		padding: 0 10px;
		padding-left: 0;
	}
	.sanpham-tab-item {
		padding: 20px 10px;
	}
}