/*RELATED*/

.related-title h3 {
	font-size: 24px;
	font-weight: bold;
}
.product-related .box{
    opacity: 1;
}
.product-related hr {
	margin-top: 15px;
	margin-bottom: -5px;
}

#product-related .slick-list {
	margin: 0 -5px;
}

#product-related .slick-slide {
	padding: 0 5px;
}

#product-related .slick-prev:before {
	content: "\f104";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 24px;

	color: white;

}

#product-related .slick-prev {
background: rgb(1,142,66,0.5);
}

#product-related .slick-next {
	background: rgb(1,142,66,0.5);
}

#product-related .slick-next:before {
	content: "\f105";
	font-size: 24px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: white;
}

/*RELATED*/
/*SANPHAM CAP 1*/
.box-container {
	margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 35px;
}
.box-container#product-c1 {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 35px;
}
.box {
	position: relative;
	overflow: hidden;
    opacity: 0;
	cursor: pointer;
	margin: 0 -15px 30px;
	width: 32.5%;
}
#product-c1 .box {
    flex: 0 0 49%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
}
#product-c2 .box{
	flex: 0 0 30%;
    margin-right: 1.5%;
    margin-left: 1.5%;
}
#product-c1 .box{
	background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(0,0,0,0.5) 99%);
    background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(0,0,0,0.7) 99%);
    background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(0,0,0,0.7) 99%);
}
.box-container#product-related{
	padding: 0;
	display: block;
	margin: 0;
}
.box-container#product-related .slick-track {
    margin-left: 0;
}
.box-container#product-related .box{
	margin: 0 0 30px;
}
.related-title{
	margin-top: 20px;
}
.box{
	flex: 0 0 30%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
}
.box .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 370px;
	height: 50px;
	color: #333333;
	/*	background: #018e42;*/
	background: white;
	text-align: center;
	font-size: 18px;
	padding-top: 8px;
	transition: 0.5s ease;
	text-transform: uppercase;
}

.box .text i {
	margin-left: 5px;
}

.box:hover .text {
	color: white;
	background: #018e42;
}

.box:hover a.btn {
	display: block;
}
.box:hover img {
	transform: scale(1.02);
}

.box img {
    transition: 0.5s ease;
	width: 100%;

}

.pagination {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 40px;
}

/*SANPHAM CAP 1*/

/*SANPHAM CAP 2*/
.box .text-btn {
	position: absolute;
    bottom: 0px;
    left: 0;
    transform: translateY(55px);
    font-size: 18px;
    transition: 0.5s ease;
    width: 100%;
	padding-left: 20px;
	padding-top: 80px;
	background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(0,0,0,0.5) 99%);
    background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(0,0,0,0.7) 99%);
    background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(0,0,0,0.7) 99%);
}

.box .text-btn p {
	color: white;
}

.box a.btn {
	width: 150px;
	height: 35px;
	border: none;
	border-radius: 0px;
	color: #333333;
	background: white;
	font-size: 14px;
	transition: 0.5s ease;
	margin-bottom: 20px;
	padding-top: 7px;


	transition: 0.5s ease;
}

.box a.btn:hover {
	background: #018e42;
	color: white;
}

.box:hover .text-btn {
	transform: translateY(0px);
}

.box:hover .text-btn a.btn {
	margin-top: -10px;
}

.bb-box-h-line {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 75px;
	height: 1px;
	background-color: white;
	transition: 1s ease;


}

.bb-box-h-line-3 {
	margin-top: 8px;
	margin-bottom: 10px;
	width: 75px;
	height: 1px;
	background-color: #018e42;
	transition: 1s ease;


}

/*SANPHAM CAP 2*/




/*SANPHAM CAP 3*/
.partProduct {
	margin-bottom: 50px;
}

.partProduct .title {
	font-size: 25px;
	line-height: 33px;
	font-weight: bold;
	text-transform: uppercase;
	color: #034833;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.partProduct .title:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}

.partProduct .title span {
	background: #ffffff;
	display: inline-block;
	padding-right: 15px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.partProduct .title .linkTitle {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #ffffff;
	padding-left: 15px;
}

.partProduct .title .linkTitle a {
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	text-transform: none;
}

.partProduct .title .linkTitle a span {
	padding-right: 15px;
	position: relative;
}

.partProduct .title .linkTitle a span:before {
	content: "\f101";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.partProduct.nomb {
	margin-bottom: 0;
}

/*==========================================================*/
.product {
	margin-bottom: 30px;
}

.product .img {
	position: relative;
}

.product .img:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 99%;
	left: 50%;
	height: 20px;
	width: 175px;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 70%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.product .img a {
	display: block;
	padding-top: 100%;
	border-radius: 100%;
	background: #e6e2da;
	position: relative;
	margin-bottom: 20px;
}

.product .img a img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: 65%;
	max-width: 65%;
}

.product .img a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 100%;
	background: rgba(112, 163, 64, 0.7);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	pointer-events: none;
}

.product .img a:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	bottom: 15px;
	right: 15px;
	border-radius: 100%;
	border: dotted 2px #ffffff;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	pointer-events: none;
	-webkit-animation: rotatez 25s linear infinite;
	-o-animation: rotatez 25s linear infinite;
	animation: rotatez 25s linear infinite;
}

@keyframes rotatez {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.product .img .dv {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
	pointer-events: none;
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	opacity: 0;
	visibility: hidden;
}

.product .img .dv i {
	font-size: 24px;
	line-height: 32px;
}

.product:hover .img a:before,
.product:hover .img a:after,
.product:hover .img .dv {
	opacity: 1;
	visibility: initial;
}

.product .tend {
	margin-bottom: 10px;
}

.product .tend a {
	display: block;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	height: 60px;
	overflow: hidden;
}

.product:hover .tend a {
	color: #70a340;
}

.product .info {
	margin-bottom: 10px;
}

.product .info ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product .info ul li {
	font-weight: 600;
	color: #999999;
	padding-right: 10px;
	margin-right: 10px;
	border-right: solid 1px rgba(0, 0, 0, 0.15);
	font-size: 14px;
	line-height: 16px;
}

.product .info ul li:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}

.product .price {
	font-weight: 600;
	color: #e50000;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
}

/*=======================================================*/
.box_other .title {
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}

.box_other .title:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.box_other .title h2 {
	font-size: 45px;
	line-height: 55px;
	font-family: 'Pattaya', sans-serif;
	color: #376807;
	display: inline-block;
	padding: 0 10px;
	background: #ffffff;
	position: relative;
	z-index: 1;
	font-weight: normal;
}

#slideOther .slick-list {
	margin: 0 -15px;
}

#slideOther .item {
	padding: 0 15px;
}

#slideOther .slick-arrow {
	width: 20px;
	height: 35px;
	background: none;
	border: none;
	position: absolute;
	top: 50%;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #70a340;
}

#slideOther .slick-prev {
	left: -80px;
}

#slideOther .slick-next {
	right: -80px;
}

#slideOther .slick-arrow:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 50px;
	line-height: 58px;
}

#slideOther .slick-prev:before {
	content: "\f104";
}

#slideOther .slick-next:before {
	content: "\f105";
}

#slideOther .slick-arrow:hover {
	color: #024833;
}

/*=======================THUMBNAIL=======================*/
.productThumbnail {
	padding-left: 96px;
	position: relative;
}

#vnt-thumbnail-nav {
	width: 60px;
	position: absolute;
	left: 0;
	top: 0;
	padding: 27px 0px;
	margin-top: 40px;
}

div#vnt-thumbnail-nav .slick-list {
	margin: -6px 0;
}

div#vnt-thumbnail-nav .item {
	padding: 6px 0;
	cursor: pointer;
}

div#vnt-thumbnail-nav .img {

	padding-top: 100%;
	position: relative;
}

div#vnt-thumbnail-nav .img img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
}

div#vnt-thumbnail-nav .item.slick-current .img img {

	border: 2px solid #dd0000;
}

div#vnt-thumbnail-for .img {
	padding-top: 100%;
	position: relative;
	background: #ffffff;
	/* border: solid 1px #cccccc; */

}

div#vnt-thumbnail-nav .slick-arrow {
	width: 23px;
	height: 13px;
	background: none;
	border: none;
	padding: 0;
	font-size: 0;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
    top: initial;
}

div#vnt-thumbnail-nav .slick-prev {
	top: 0;
}

div#vnt-thumbnail-nav .slick-next {
	bottom: 0;
}

div#vnt-thumbnail-nav .slick-arrow:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 40px;
	line-height: 48px;
	color: #dddddd;
}

div#vnt-thumbnail-nav .slick-prev:before {
	content: "\f106";
}

div#vnt-thumbnail-nav .slick-next:before {
	content: "\f107";
}

#vnt-thumbnail-for {
	margin-bottom: 10px;
}

div#vnt-thumbnail-for img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;

}

#vnt-thumbnail-for .slick-arrow {
	width: 30px;
	height: 80px;
	background-color: rgba(0, 0, 0, 0.1);
	border: none;
	font-size: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#vnt-thumbnail-for .slick-prev {
	background-image: url(../images/i-arrow-prev.png);
	left: 0;
}

#vnt-thumbnail-for .slick-next {
	background-image: url(../images/i-arrow-next.png);
	right: 0;
}

#vnt-thumbnail-for .slick-arrow:hover {
	background-color: rgba(0, 0, 0, 0.3);
}

.thumbnailPer {
	text-align: center;
}

.thumbnailPer span {
	padding-left: 25px;
	position: relative;
	color: #555555;
}

.thumbnailPer span:before {
	content: "\f00e";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 16px;
	line-height: 24px;
	color: #82c24a;
}

/*=======================================================*/
.productTitle {
	margin-bottom: 10px;
}

.productTitle h1 {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #018e42;
}

.productDes {
	margin-bottom: 10px;
}

.productAttr span {
	color: #018e42;
}

.productAttr ul li {
	color: #555555;
	padding: 9px 0px;
	border-top: solid 1px #dddddd;
}

.productAttr ul li:last-child {
	border-bottom: solid 1px #dddddd;
}

.productAttr .at {
	width: 110px;
	margin-right: 15px;
	position: relative;
	float: left;
	font-weight: bold;
}

.productAttr .at:before {
	content: ":";
	float: right;
}

.productAttr .as {
	color: #666666;
	overflow: hidden;
}

.productAttr .as.code {
	color: #70a340;
	font-weight: bold;
}

.productAttr {
	margin-bottom: 10px;
}

.productAttr p {
	font-size: 16px;
	font-weight: 200;
	color: #666666;
}

.productPrice {
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 15px;
}

.productPrice .price {
	font-size: 22px;
	line-height: 30px;
	color: #ed1c24;
}

.productPrice .per {
	font-size: 14px;
	line-height: 22px;
}

.productCart {
	padding-bottom: 20px;
	/*	margin-bottom: 15px;*/
  

}

.productCart a.btn {
	width: 310px;
	height: 45px;
	background: #dd0000;
	border: none;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 600;
	border-radius: 5px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
    padding-top: 10px;
    
}

.productCart a span {
	padding-left: 5px;
	margin-right: 10px;
	position: relative;

	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.productCart a:hover {
	background: #024833;
}

.productTag {
	margin-bottom: 10px;
}

.productTag ul {
	display: flex;
}

.productTag ul span {
	font-weight: bold;
}

.productTag ul li a {
	color: #888888;
	margin-left: 5px;
}

.productTag ul li a::after {
	content: ", ";
}

.productShare ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.productShare ul li {
	margin-right: 10px;
	font-size: 20px;
	color: #018e42;
}

.productShare ul li a {

	color: #018e42;
}

.productWrap {
	margin-top: 33px;
	margin-bottom: 30px;
}
.cmt-socail-left ul li{
	float: left;
	margin: 0 5px;
}
/*==================================================*/
.productContent {
	padding-bottom: 30px;

	margin-bottom: 30px;
}

.tab-list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;

	margin-bottom: 25px;
}

.tab-list li {
	position: relative;
	border: 1px solid #cccccc;
	color: #333333;
	margin-right: 10px;
}

.tab-list li a {
	display: block;
	text-transform: uppercase;
	padding: 9px 15px;
	color: #333333;
	text-decoration: none;
}

.tab-list li.active a {
	border: 1px solid #018e42;
}

.productContent .mc-tab {
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	padding: 8px 15px;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	margin-bottom: 25px;
	background: #70a340;
	font-weight: 600;
	display: none;
}

.productContent .mc-tab:before {
	content: "\f0d7";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.boxProduct .content p {
	font-style: normal;
}

.boxProduct .title {
	font-size: 30px;
	line-height: 40px;
	font-family: 'Pattaya', sans-serif;
	color: #70a340;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	position: relative;
}

.boxProduct .title:before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 45px;
	border-bottom: solid 1px #70a340;
}

/*========================================================*/
#vnt-popup .title {
	text-align: center;
	background: #f2f2f2;
	font-size: 30px;
	line-height: 40px;
	text-transform: uppercase;
	border-bottom: solid 1px #dddddd;
	padding: 5px 0px;
}

#vnt-popup .content {
	padding: 25px 10px 35px;
}

#vnt-popup .wrap {
	max-width: 555px;
	margin: 0 auto;
}

.proPopup {
	margin-bottom: 20px;
}

.proPopup:after {
	content: "";
	display: block;
	clear: both;
}

.proPopup .img {
	width: 90px;
	height: 90px;
	border: solid 1px #dddddd;
	float: left;
	margin-right: 15px;
	position: relative;
}

.proPopup .img img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 80%;
	max-height: 80%;
}

.proPopup .tend {
	margin-bottom: 5px;
}

.proPopup .tend a {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #70a340;
	text-transform: uppercase;
	font-weight: bold;
}

.proPopup .code {
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	font-weight: 300;
}

.proPopup .price {
	font-size: 16px;
	line-height: 24px;
	color: #ed1c24;
	margin-bottom: 5px;
	font-weight: bold;
}

.proPopup .price span {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	font-weight: normal;
}

#vnt-popup .tit {
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}

#vnt-popup .des {
	text-align: center;
	font-style: italic;
	margin-bottom: 20px;
}

#vnt-popup label {
	width: 110px;
	float: left;
	font-weight: bold;
}

#vnt-popup .colRight {
	width: -webkit-calc(100% - 110px);
	width: -moz-calc(100% - 110px);
	width: -o-calc(100% - 110px);
	width: calc(100% - 110px);
	overflow: hidden;
}

#vnt-popup input {
	width: 100%;
	height: 40px;
	border: solid 1px #dddddd;
}

#vnt-popup button {
	width: 150px;
	height: 40px;
	background: #70a340;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	font-weight: bold;
	border: none;
	border-radius: 5px;
}

#vnt-popup button:hover {
	background: #333333;
}

.designPopup .fancybox-close {
	width: 40px;
	height: 40px;
	background: #70a340;
	color: #ffffff;
	border-radius: 100%;
}

.designPopup .fancybox-close:before {
	content: "\f00d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*========================================================*/
div#slideScreen {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 50;
	pointer-events: auto;
}

div#slideScreen iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 100%;
	min-width: 100%;
	border: none;
}

div#slideScreen .closemn {
	position: absolute;
	width: 45px;
	height: 45px;
	background: transparent;
	border-radius: 100%;
	border: solid 2px #ffffff;
	top: 15px;
	right: 15px;
	color: #ffffff;
	font-size: 18px;
	line-height: 28px;
	z-index: 10;
	cursor: pointer;
}

div#slideScreen .closemn:before {
	content: "\f00d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: none;
}

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	/*    top: 50%;*/
	display: block;
	width: 50px;
	height: 50px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	z-index: 9;
	color: #666666;
	border: none;
	outline: none;

}

/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px) {
	.product .tend a {
		font-size: 13px;
		line-height: 21px;
		height: 42px;
	}

	.product .info ul li {
		font-size: 11px;
		line-height: 19px;
		padding-right: 5px;
		margin-right: 5px;
	}

	.partProduct .title {
		font-size: 18px;
		line-height: 26px;
		padding-right: 90px;
	}

	.box_other .title h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.thumbnailPer {
		margin-bottom: 25px;
	}

	.productContent {
		position: relative;
	}

	.productContent .tab-list {
		display: block;
	}

	.productContent.active .tab-list {
		display: block;
	}

	.productContent .tab-list li a {
		font-size: 14px;
		line-height: 22px;
		font-weight: normal;
	}

	.productContent .tab-list li.active a {
		background: #70a340;
		color: #ffffff;
	}

	div#slideOther {
		padding: 0 30px;
	}

	#slideOther .slick-prev {
		left: 0px;
	}

	#slideOther .slick-next {
		right: 0px;
	}
}

@media all and (max-width: 768px) {
	.partProduct .title .linkTitle {
		/* display: none; */
	}

	#vnt-popup .title {
		font-size: 20px;
		line-height: 30px;
	}

	#vnt-popup label {
		float: none;
	}

	#vnt-popup .colRight {
		width: 100%;
	}
	#product-c2 .box {
		flex: 0 0 48%;
		margin-right: 1%;
		margin-left: 1%;
	}
}

@media all and (max-width: 580px) {
    #vnt-thumbnail-nav {
    width: 60px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 27px 0px;
    margin-top: 0px;
    }
}
@media all and (max-width: 460px) {}

@media all and (max-width: 360px) {
	.vnt-product .row .col-xs-6 {
		width: 100%;
	}
}

/*SANPHAM CAP 3*/


@media only screen and (max-width: 1200px) {
	.box {
		width: 49%;
	}

	.box-container {
		margin: 0 auto;
		display: flex;
		padding: 0 15px;
		margin-top: 35px;
	}
}

@media only screen and (max-width: 1024px) {
	.box {
		width: 49%;
	}

	.box-container {
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 35px;
	}
	.boxProduct img{
		width: 50% !important;
	}

	.box .text {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 240px;
		height: 35px;
		color: #333333;
		/*	background: #018e42;*/
		background: white;
		text-align: center;
		font-size: 16px;
		padding-top: 1px;
		transition: 0.5s ease;
	}
}

@media only screen and (max-width: 768px) {
	.productContent .tab-list {
		display: none;
	}
}

@media only screen and (max-width: 660px) {
	.box {
		width: 100%;

	}

	.box-container {
		margin: 0 auto;
		display: flex;

		margin-top: 20px;
	}

	.box .text {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 240px;
		height: 35px;
		color: white;
		background: #018e42;
		
		text-align: center;
		font-size: 16px;
		padding-top: 1px;
		transition: 0.5s ease;
	}
	#product-c1 .box {
		flex: 0 0 100%;
		margin-right: 0;
		margin-left: 0;
	}
}

@media only screen and (max-width: 480px) {

	/*	SANPHAM CAP2*/
	.box .text-btn {
		position: absolute;
		bottom: 0px;
		left: 0;
		transform: translateY(55px);
		/*	background: #018e42;*/
		font-size: 16px;
		transition: 0.5s ease;

	}

	/*	SANPHAM CAP2*/

	/*	SANPHAM CAP3*/
	.bb-box-h-line {
		margin-top: 0px;
		margin-bottom: 20px;
		width: 50px;
		height: 1px;
		background-color: white;
		transition: 1s ease;
	}

	#vnt-thumbnail-nav {
		left: 0;
		bottom: 0;
		top: 100%;
		position: relative;
		width: 90%;
		margin-top: 0;
		padding: 0;
		margin: 0 auto;
	}

	.productThumbnail {
		padding-left: 0;
		margin-bottom: 20px;
	}

	div#vnt-thumbnail-for .img {
		width: 100%;
		margin-bottom: 10px;
	}

	div#vnt-thumbnail-for .img img {
		width: 100%;
	}

	div#vnt-thumbnail-nav .slick-prev:before {
		font-size: 35px;
		content: "\f104";
	}

	div#vnt-thumbnail-nav .slick-next {
		left: 104%;
	}

	div#vnt-thumbnail-nav .slick-prev {
		left: -10px;
	}

	div#vnt-thumbnail-nav .slick-next:before {
		content: "\f105";
		font-size: 35px
	}

	div#vnt-thumbnail-nav .slick-arrow {
		width: 23px;
		height: 13px;
		background: none;
		border: none;
		padding: 0;
		font-size: 0px;
		position: absolute;
		top: 44%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	div#vnt-thumbnail-nav .slick-list {
		margin: 0 -5px;
	}

	div#vnt-thumbnail-nav .slick-slide {
		padding: 0 5px;
	}

	element.style {}

	.select-j .title {
		width: 100%;
		color: black;
		padding: 14px 15px 33px 15px;
		font-size: 14px;
		line-height: 22px;
		position: relative;
		border: solid 1px #018e42;
		background-color: white;
	}

	.productContent .tab-content {
		margin-top: 20px;
	}
	.productContent .tab-content img{
		width: 100%;
		margin-bottom: 10px;
	}
	
element.style {
}
.productAttr p {
    font-size: 15px;
    font-weight: 200;
    color: #666666;
}
	.boxProduct .content p {
    
		font-size: 15px;
}
	/*	SANPHAM CAP3*/
}
.productShare ul li a{
	background: transparent !important;
}
@media (max-width: 850px){
	.box {
		flex: 0 0 49%;
		margin-left: 0;
		margin-right: 0;
	}
}

@media only screen and (max-width: 480px){
	.box {
		flex: 0 0 100%;
		margin-left: 0;
		margin-right: 0;
	}
	#product-c2 .box {
		flex: 0 0 100%;
		margin-right: 0;
		margin-left: 0;
	}
}