.tailieu-box1{
	background-color: #FAF7EB;
}
.tailieu-box1-left .icon1 {
	bottom: -20px;
}
.tailieu-box1-left .icon2 {
	right: 0;
	top: -50px;
}

.danhmuc-tailieu {
	height: 100%;
	background-color: #FAFAFA;
}
.danhmuc-tailieu h2{
	background-color: #C30419;
	padding: 14px 86px 14px 0;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-align: right;
}
@media only screen and (min-width: 991px) {
	.danhmuc-tailieu {
		position: absolute;
		right: 20px;
		top: 0;
		width: 1000px;
	}
}
.danhmuc-tailieu-content {
	max-width: 330px;
	margin: 0 0 0 auto;
}
.tailieu-cate ul{
	list-style: none;
	margin: 0;
	padding: 46px 40px;
}
.tailieu-cate ul li a{
	border-radius: 28px;
	background: #F5F5F5;
	display: block;
	padding: 16px 20px;	
	color: #1B0D05;
	border: 1px solid transparent;
	text-align: center;
}
.tailieu-cate ul li.active a{
	color: #C30419;
	background-color: #FAF0F1;
	border-color: #C30419;
}
.tailieu-cate ul li.active a svg path{
	fill: #C30419;
}

/**/
.product_cat-meta {
	color: rgba(38, 38, 38, 0.80);
/*	font-family: Be Vietnam Pro;*/
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
}
.product_cat-meta select{	
	border-radius: 8px;
	border: 1px solid rgba(218, 56, 50, 0.40);
	background-color: #F5F5F5;
	width: 260px;
	height: 48px;
	cursor: pointer;
}
.list-product{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
}

.item-product {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	border-bottom: 2px solid #EAEAEA;
	margin-bottom: 35px;
}
.item-product:hover {
	border-color: #C30419;
}
.img-product {
	margin-bottom: 20px;
}
.img-product img {
	display: block;
	width: 100%;
	object-fit: cover;
/*	aspect-ratio: 290 / 225;*/
}
.product-title {
	display: flex;
	align-items: first baseline;
}
.product-title{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #1B0D05;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}
.info-product {
	color: rgba(38, 38, 38, 0.80);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	padding-bottom: 20px;
}
.info-product p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	color: rgba(0, 0, 0, 0.60);
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
.attr-product {
	padding-top: 16px;
	border-top: 1px solid #EEE;
	list-style: none;
	padding-left: 0;
	margin-bottom: 30px;
}
.attr-product li {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.attr-product li label{
	flex: 1;
	padding: 0 5px;
}
.attr-product li span{
	color: #262626;
}
.related_product .product-last{
	margin-top: 40px;
}
.item-product .price{
	color: #262626;
	font-weight: 700;
	line-height: 22px; /* 122.222% */
}
.item-product  .price{
}
.price .amount {
	color: #C30419;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
}
.price del{
	color: rgba(38, 38, 38, 0.40);
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
}
.price ins{
	text-decoration: none;
	margin-left: 5px;
}
.product-last .price del {
	display: block;
	font-style: italic;
}
.btn-product{
	padding: 0 20px 20px;
}
.btn-product .btn{
	height: 48px;
	border-radius: 8px;
}
.btn-product .btn svg{
	margin: 0 5px;
}
.btn-product .addtocart {
	margin-bottom: 20px;
	color: #C30419;
	border-color: #C30419;
	white-space: nowrap;
}
.btn-product .addtocart:hover{
	color: #fff;
}
.btn-product .addtocart:hover path {
	fill:#fff;
}
.btn-product .addtocart:hover,
.btn-product .buynow {
	background-color: #C30419 !important;
}
/**/
.singlepro-tailieu-title h1{
	color: #1B0D05;
	font-size: 28px;
	font-weight: 800;
	line-height: 32px;
}
.singlepro-tailieu-title::after{
	content: "";
	width: 120px;
	height: 3px;
	background-color: #C30419;
	margin:20px auto;
	display: block;
}
.main-sw {
	position: relative;
}
.swiper-pagination-bullet-active {
	background: #fff !important;
	border: 2px solid #C30419 !important;
}
.singlepro-slide .swiper-pagination{
	position: unset;
	margin-top: 20px;
}
.entry-summary h1.product_title{
	font-size: 36px;
	color: #262626;
	font-weight: 400;
	line-height: 36px;
}
.entry-summary {
	font-weight: 400;
	line-height: 20px;
}
.product-short-desc {
	padding-bottom: 12px;
	border-bottom: 2px dashed #BEBEBE;
}
.product-short-desc h2{
	font-size: 20px;
	color: #C30419;
}
.product-short-desc b,
.product-short-desc strong{
	color: #000;
	font-weight: 500;
}
.product-short-desc ul{
	padding-left: 20px;
}
.product-short-desc ul li{
	margin-bottom: 16px;
}
.price-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.price-wrap label {
    font-size: 16px;
    font-weight: 500;
    color: rgba(38, 38, 38, 0.80);
}
.price-wrap .price{
    padding-right: 24px;
    margin-right: 24px;
    border-right: 1px solid #EBEBEB;
}
.price-wrap .price .amount{
    font-size: 20px;
}
.entry-summary .quantity {
    display: flex;
    align-items: center;
}
.wrap-quantity {
    padding-left: 12px;
}
.wrap-quantity input {
    height: 35px;
}
.wrap-quantity .input-text {
	margin: 0 5px;
	border: 0.974px solid #EDEDED;
	background: rgba(217, 217, 217, 0.00);
	width: 75px;
	text-align: center;
	font-size: 18px;
	color: #262626;
	font-weight: 500;
	appearance: textfield;
	-webkit-appearance: none;
	-moz-appearance: textfield;
	border-radius: 8px;
}
.qty_button {
    background-color: #FFFBF0;
    border: 0;
    width: 35px;
    height: 35px;
    font-size: 20px;
    line-height: normal;
    border-radius: 8px;
    border: 1px solid #E8E8E8;
}
.qty_button:hover {
	color: #C30419;
	border-color: #C30419;
}

.product_button-wrap button{
    border-radius: 8px;
    border: 1px solid #C30419;
    background: #FFF;
    padding: 15px 24px;
    font-weight: 700;
    background-color: #C30419;
    color: #fff;
    width: 40%;
}
.product_button-wrap button.buynow{
    color: #222222;
    background-color: transparent;
    border-color: #222222;
    margin-left: 20px;
}
.product_button-wrap button.buynow svg path{
    margin-left: 5px;
    fill: #222222;
}

/**/

@media only screen and (max-width: 1200px) {
	.list-product {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media only screen and (max-width: 991px) {
	.list-product {
		grid-template-columns: repeat(2, 1fr);
	}
	.item-product .price {
		padding: 10px 0 0;
	}
	.btn-product,
	.info-product {
		padding: 0 10px 10px;
	}
	.btn-product .addtocart {
		margin-bottom: 10px;
	}
	.btn-product .btn {
		height: 40px;
	}
	.price .amount{
		font-size: 16px;
	}
	.img-product {
		margin-bottom: 15px;
	}
	.danhmuc-tailieu-content {
		margin: 0 auto;
	}
	.danhmuc-tailieu h2 {
		padding: 10px;
		text-align: center;
	}
	.tailieu-cate ul {
		padding: 20px 0;
	}
	/**/
	.singlepro-tailieu-title h1 {
		font-size: 22px;
		line-height: 30px;
	}
	.product-short-desc h2 {
		font-size: 18px;
	}
	.entry-summary {
		margin-top: 20px;
	}
	.entry-summary h1.product_title {
		font-size: 26px;
	}
	.price-wrap .price .amount {
		font-size: 22px;
	}
	.price-wrap {
		margin-bottom: 20px;
	}
	/**/
}
@media only screen and (max-width: 768px) {
	.product_cat-meta select {
		width: 230px;
		height: 40px;
	}
	.btn-product .btn {
		font-size: 14px;
	}
	.product_button-wrap button {
		padding: 10px 16px;
		font-size: 16px;
		width: auto;
	}
	.price-wrap{
		flex-wrap: wrap;
	}
	.product-addcart .price{
		margin-bottom: 10px;
		border-right: 0;
	}
}
@media only screen and (max-width: 480px) {
	.list-product {
		grid-template-columns: repeat(1, 1fr);
	}
}