/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face
{
    src: url(SVN-GILROY-REGULAR.ttf);
    font-family: 'SVN-GILROY-REGULAR';
}
.header-social-icons{margin-top: 5px !important;}
.header-social-icons a{
	color: #858383;
	font-size: 11px !important;
	height: 16px;
	display: inline-block;
	width: 16px;
	margin: 0 15px !important;
}
.header-social-icons a i{
	-webkit-animation: wrench 2.5s ease infinite;
    animation: wrench 2.5s ease infinite;
}
.phone-hd{margin-left: 15px;float: left;}
.phone-hd a{
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #858383;
	justify-content: center;
	/* display: flex; */
	align-items: center;
	line-height: 34px;
}
.phone-hd a img{
	padding-right: 5px;
	-webkit-animation: wrench 2.5s ease infinite;
	animation: wrench 2.5s ease infinite;
	width: 38px;
}
.social-icons-hd{
	float: left;
}
.social-icons-hd a{
	margin: 0 20px !important;
}
.social-icons-hd a img{
	-webkit-animation: wrench 2.5s ease infinite;
	animation: wrench 2.5s ease infinite;
	width: 33px;
}

@-webkit-keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    8% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    10%,28%,30%,48%,50%,68% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }

    18%,20%,38%,40%,58%,60% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }

    100%,75% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

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

    8% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    10%,28%,30%,48%,50%,68% {
        -webkit-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
        transform: rotate(24deg)
    }

    18%,20%,38%,40%,58%,60% {
        -webkit-transform: rotate(-24deg);
        -ms-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }

    100%,75% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}
.header-search{

}
.header-search a.is-small >i{
	color: #858383 !important;
}
.cart-item .image-icon{
	width: auto;
	height: auto;
	position: relative;
	padding-right: 20px;
}
.cart-item .image-icon::before{
	content: "";
	position: absolute;
	top: 13px;
	right: 0;
	width: 15px;
	height: 2px;
	transform: rotate(90deg);
	border-radius: 20px;
	background: var(--p-6, #858383);
}
.cart-item .header-cart-title{
	color: var(--p-6, #858383);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
#top-bar{
	border-bottom: 2px solid #F8D57C;
}
#nav-header > li >a{
	color: #0e6786;
	text-align: right;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
#nav-header > li.active >a, #nav-header > li >a:hover{
	color: var(--p-3, #3E3E3E);
	position: relative;
}
#nav-header > li.active >::before, #nav-header > li:hover >::before{
	width: 43px;
	height: 43px;
	flex-shrink: 0;
	color: var(--p-1, #F0AD01);
	opacity: 0.20000000298023224;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	background: #F0AD01;
	border-radius: 50%;
}
.col6-left-gt{

}
.col6-left-gt .section-title-container{margin-bottom: 0;}
.col6-left-gt .section-title-container h2{border: unset;margin-bottom: 0;position: absolute;top: 0;}
.col6-left-gt .section-title-container h2 span{
	color: var(--p-2, #D9D9D9);
	text-align: right;
	font-family: 'SVN-GILROY-REGULAR';
	font-size: 96px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	opacity: 0.20000000298023224;
	border: unset;
	padding-bottom: 0;
	margin-right: 0;
}
.col6-left-gt .section-title-container h3{border: unset;margin-top: 67px;position: relative;margin-bottom: 40px;padding-bottom: 10px;}
.col6-left-gt .section-title-container h3 span{
	color: var(--p-6, #858383);
	text-align: right;
	font-family: 'SVN-GILROY-REGULAR';
	font-size: 32px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	border: unset;
	padding-bottom: 0;
	margin-right: 0;
}
.col6-left-gt .section-title-container h3::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 102px;
height: 1px;
background: #858383;
}
.col6-left-gt p{
	color: var(--p-3, #3E3E3E);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.readmore_gt{
	background-color:transparent !important;
	position: relative;
	border: unset;
	/* margin: 0 !important; */
	margin-top: 40px;
}
.readmore_gt::before{
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: #FFE8AD;
	left: 0;
}
.readmore_gt span{
	color: #000;
	text-align: right;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position: relative;
}
.gioithieu-home{
	margin-top: 30px;
}
.col12-why{padding-bottom: 0;}
.col12-why .section-title-container{margin-bottom: 0;}
.col12-why .section-title-container h2{
	border: unset;
	text-align: center;
	margin-bottom: 0;
}
.col12-why .section-title-container h2 span{
	color: var(--p-3, #3E3E3E);
	text-align: center;
	font-family: 'SVN-GILROY-REGULAR';
	font-size: 32px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin: 0 auto;
	border: unset;
	padding-bottom: 0;
}
.col12-why .section-title-container h3{
	border: unset;
	margin-bottom: 0;
}
.col12-why .section-title-container h3 span{
	text-align: center;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	background: var(--p-2, linear-gradient(130deg, #F8D57C 0%, #F0AD01 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0 auto;
	border: unset;
	padding-bottom: 0;
}
.banner-why{

}
.banner-why div.img{
	position: absolute !important;
    top: 0px;
}
.banner-why div.img img{
	width: auto !important;
}
.row-why{
	margin-top: 100px;
}
.banner-why p{
	color: var(--p-4, #FFF);
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.col3-why .col-inner{
	border: 1px solid #0e6786;
}
@media(min-width:1100px){
	.col3-why{
		max-width: 20%;
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
	}
}
.title-sp-home{
	color: var(--p-1, #F0AD01);
	text-align: center;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 0;
}
.hnh-block-tab{
	margin-top: 40px;
}
.box-text-products{
	background-color: #FBF3EA;
	/* padding: 10px 15px; */
	padding-bottom: 0;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.product-small.box:hover .box-text-products{
	background-color: #f09cac;
} 
.product-small.box:hover .box-text-products a{
	color:#fff;
}
.product-small.box:hover .box-text-products .title-wrapper p::before{
	background:#fff;
}
.box-text-products .title-wrapper{

}
.box-text-products .title-wrapper p{
	text-align: center;
	position: relative;
	margin-bottom: 6px;
	padding: 0 15px;
	padding-bottom: 9px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 20px;
	-webkit-line-clamp: 2;
	height: 51px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.box-text-products .title-wrapper p a{
	color: var(--p-3, #3E3E3E);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	position: relative;
	padding-bottom: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 22px;
	-webkit-line-clamp: 2;
	height: 55px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.box-text-products .price-wrapper{
	text-align: center;
	margin-bottom: 10px;
}
.box-text-products .title-wrapper p::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 46px;
	height: 5px;
	background: var(--p-6, #858383);
	z-index: 9999;
}
.see-more-sp{
	display: flex;
}
.see-more-sp .detail-sp{
	width: 100%;
	background: var(--p-6, #858383);
	/* display: none; */
}
.see-more-sp .detail-sp a{
	background: var(--p-6, #858383);
	color: var(--p-4, #FFF);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding: 9px 10px;
	width: 100%;
}
.see-more-sp .add-to-cart-button{
	width: 100%;
	background: var(--p-6, #F0AD01);
	display: none;
}
.see-more-sp .add-to-cart-button a{
	color: var(--p-3, #3E3E3E);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background-color: transparent !important;
	border: unset;
	text-transform: unset;
	/* line-height: 14px; */
	display: block;
	min-height: 26px;
	margin-top: 0;
	padding-top: 15px;
	box-shadow: unset;
	padding-bottom: 12px;
}
.read-more-sp-home{
	text-align: center;
	margin-top: 30px;
}
.create-account{
display:none;
}
.read-more-sp-home a{
	position: relative;
	padding: 10px 40px;
}
.read-more-sp-home a span{
	color: var(--p-3, #3E3E3E);
text-align: center;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
position: relative;
}
.read-more-sp-home a::before{
	content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #FFE8AD;
    left: 0;
}
.product-home-cate .hnh-product{padding: 50px 0;}
.product-home-cate .hnh-product:nth-child(even){
	background: #F8F8F8;
}
.col12-tintuc{

}
.col12-tintuc .section-title-container{margin-bottom: 0;}
.col12-tintuc .section-title-container h2{
	border-bottom: 1px solid #858383;
	position: relative;
	/* padding-bottom: 10px; */
}
.col12-tintuc .section-title-container h2::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 191px;
	height: 1px;
	background: #858383;
}
.col12-tintuc .section-title-container h2 span{
	color: var(--color-1-p-1, #F0AD01);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border: unset;
	/* border-bottom: 1px solid #858383; */
	text-transform: unset;
	margin-right: 0;
}
.blog-image-list{margin-top: 20px;}
.blog-image-list .blogwp {
    gap: 25px;
    grid-template-columns: 175px 1fr;
    display: grid;
    /* grid-template-columns: 2fr 3fr; */
    /* gap: 30px; */
    /* margin-bottom: 15px; */
    align-items: center;
}
.blog-image-list .image-blog {
    width: 175px;
    flex: 0 0 175px;
    /* margin-right: 18px; */
    /* padding-right: 10px; */
}
.blog-image-list .img {
    max-width: 100%;
    height: auto;
}
..blog-image-list .media-body {
    -ms-flex: 1;
    flex: 1;
}
.blog-image-list h3{
    font-size: 14px;
}
.blog-image-list .blogwp h3 a{
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.blog-image-list .blogwp p{
	color: var(--color-1-p-6, #858383);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.read-more-new{margin-bottom: 0;padding-right: 40px !important;}
.read-more-new::before{
	content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #FFE8AD;
    left: 0;
}
.read-more-new span{
	color: #000;
	text-align: right;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position: relative;
}
.Custom-review{
	margin-top: 20px;
}
.review-home-new{

}
.review-home-new .bx-clone{gap: 0;grid-template-columns: 175px 1fr;display: grid;align-items: center;background: #FFE8AD;position: relative;}
.review-home-new .bx-clone .kf_testimonial_slide{/* float: left; */}
.review-home-new .bx-clone .kf_testimonial_slide figure{
	margin-bottom:0;
}
.review-home-new .bx-clone .kf_testimonial_name{background: #FFE8AD;padding: 0 25px;align-items: center;/* display: flex; */}
.review-home-new .bx-clone .kf_testimonial_name p.ykname{color: var(--color-1-p-3, #3E3E3E);/* text-align: right; */
/* t3 *//* font-family: Open Sans; */font-size: 20px;font-style: normal;font-weight: 700;line-height: normal;position: relative;padding-bottom: 15px;margin-bottom: 10px;}
.review-home-new .bx-clone .kf_testimonial_name p.ykvt{
	color: var(--color-1-p-6, #5E5E5E);
	/* text-align: center; */
/* t9 */
	/* font-family: Open Sans; */
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.review-home-new .bx-clone .kf_testimonial_name .kf_testimonial_feddback{
	color: #000;
/* t8 */
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.review-home-new .bx-clone .kf_testimonial_name p.ykname::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 38px;
height: 6px;
background: var(--color-1-p-1, #F0AD01);
}
.review-home-new .bx-clone::before{
	content: "";
	position: absolute;
	top: 35px;
	right: 25px;
	width: 90px;
	height: 68px;
	background: url(/wp-content/uploads/2023/07/lineightcr.png) no-repeat;
}
.review-home-new .flickity-page-dots{/* padding-top: 34px; */}
.review-home-new .flickity-page-dots .dot{
	width: 62px;
	height: 9px;
	background-color:#D9D9D9;
	border-radius: unset;
}
.review-home-new .flickity-page-dots .dot.is-selected{
	background-color: #F0AD01;
}
.col12-tintuc .icon-box{margin-top: 20px;align-items: center;}
.col12-tintuc .icon-box .icon-box-img{
	
}
.col12-tintuc .icon-box .icon-box-img img{
	
}
.col12-tintuc .icon-box .icon-box-text{
	padding-left: 25px;
}
.col12-tintuc .icon-box .icon-box-text h3{
	color: #000;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.col12-tintuc .icon-box .icon-box-text p{
	color: var(--color-1-p-6, #5E5E5E);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.about-video .read-more-new{
	margin-top: 30px;
}
.banner-viceo1 .video-button-wrapper{align-items: center;display: inline-flex;}
.banner-viceo1 .video-button-wrapper a{background: #fff;width: 108px;height: 108px;align-items: center;justify-content: center;display: inline-block;padding-top: 26px;}
.banner-viceo1 .video-button-wrapper i{
	color: #F0AD01;
	font-size: 38px !important;
	/* width: 37px; */
	/* height: 40px; */
}
.banner-video2 .video-button-wrapper{align-items: center;/* display: inline-flex; */}
.banner-video2 .video-button-wrapper a{background: #fff;align-items: center;justify-content: center;display: inline-block;/* padding-top: 26px; */}
.banner-video2 .video-button-wrapper i{
	color: #F0AD01;
}
.banner-video2{
	border-radius: 10px;
    background-color: transparent !important;
overflow: hidden;
}
.banner-viceo1{
	border-radius: 10px;
    background-color: transparent !important;
overflow: hidden;
}
.title-contact{

}
.title-contact .section-title-container{
	
}
.title-contact .section-title-container h2{
	border: unset;
}
.title-contact .section-title-container h2 span{
	color: var(--color-1-p-1, #F0AD01);
	text-align: center;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0 auto;
	padding-bottom: 0;
	border: unset;
}
.sale-home-new .bx-clone{
	gap: 0;
	grid-template-columns: 133px 1fr;
	display: grid;
	align-items: center;
	/* background: #FFE8AD; */
	position: relative;
	background: #FFF;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
}
.sale-home-new .bx-clone .kf_testimonial_slide{

}
.sale-home-new .bx-clone .kf_testimonial_slide figure{
	margin-bottom:0;
}
.sale-home-new .bx-clone .kf_testimonial_name{
	/* background: #FFE8AD; */
	padding: 0 25px;
	align-items: center;
}
.sale-home-new .bx-clone .kf_testimonial_name p.ykname{
	color: var(--color-1-p-6, #5E5E5E);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 10px;
}
.sale-home-new .bx-clone .kf_testimonial_name p.ykvt{
	color: var(--color-1-p-6, #5E5E5E);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 10px;
}
.sale-home-new .bx-clone .kf_testimonial_name p.ykvt a{
	color: var(--color-1-p-6, #5E5E5E);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	align-items: center;
	/* justify-content: center; */
	display: flex;
}
.sale-home-new .bx-clone .kf_testimonial_name p.ykvt a img{
	padding-right:10px;
	width: 38px;
}
.sale-home-new .bx-clone .kf_testimonial_name .kf_testimonial_feddback{
	color: var(--color-1-p-6, #5E5E5E);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 10px;
}
.sale-home-new .bx-clone .kf_testimonial_name .kf_testimonial_feddback a{
	color: var(--color-1-p-6, #5E5E5E);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	align-items: center;
	/* justify-content: center; */
	display: flex;
}
.sale-home-new .bx-clone .kf_testimonial_name .kf_testimonial_feddback a img{
	padding-right:10px;
	width: 38px;
}
.facebook-sale{margin-bottom: 10px;}
.facebook-sale a{
	color: var(--color-1-p-6, #5E5E5E);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	align-items: center;
	/* justify-content: center; */
	display: flex;
}
.facebook-sale a img{
	padding-right: 10px;
	width: 38px;
}
.sale-home-new.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button.next {
	background: url(/wp-content/uploads/2023/07/rightsale.png) no-repeat;
	margin-top: 0;
	width: 46px !important;
	height: 46px;
	right: 0;
  }
  .sale-home-new.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button.previous {
	background: url(/wp-content/uploads/2023/07/leftsale.png) no-repeat;
	margin-top: 0;
	width: 46px !important;
	height: 46px;
	left: 0;
  }
  .sale-home-new.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button svg {
	display: none;
  }
  .title-doitac{

  }
  .title-doitac .section-title-container{

  }
  .title-doitac .section-title-container h2{
	border: unset;
	margin-bottom: 0;
	}
  .title-doitac .section-title-container h2 span{
	color: var(--color-1-p-1, #F0AD01);
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0 auto;
	border: unset;
	padding-bottom: 0;
	}
	.doitac-home-new{
		border-radius: 20px;
		background: var(--p-3, #FFF);
		box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
		padding: 30px 0;
	}
	.cm-nhan .col {
		padding-bottom: 0;
	}
	.doitac-home-new.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button.next {
		background: url(/wp-content/uploads/2023/07/rightdt.png) no-repeat;
		margin-top: -10px;
		width: 48px !important;
		height: 48px;
		right: -25px;
		}
	  .doitac-home-new.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button.previous {
		background: url(/wp-content/uploads/2023/07/leftdt.png) no-repeat;
		margin-top: -10px;
		width: 48px !important;
		height: 48px;
		left: -25px;
		}
	  .doitac-home-new.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button svg {
		display: none;
	  }
	  #footer {
		border-top: 10px solid #FFE8AD;
	}
	.content-ft {
		float: left;
		width: 100%;
		/* margin-top: 20px; */
	}
	.content-ft h3 {	
		text-align: center;
		position: relative;
	}
	.content-ft h3 span{
		color: var(--color-1-p-3, #3E3E3E);
		text-align: center;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		position: relative;
	}
	.content-ft ul {
		padding-left: 0;
	}
	.content-ft ul li {
		width: 100%;
		list-style-type: none;
		float: left;
		margin-left: 0 !important;
		margin-bottom: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
		/* align-items: center; */
	}
	.content-ft ul li span {
		color: #5E5E5E;
		width: 22px;
		float: left;
		/* line-height: 24px; */
		font-size: 16px;
		margin-right: 10px;
	}
.content-ft ul li span img{
	/* padding-right: 3px; */
}
	.content-ft ul li b {
		width: calc(100% - 25px);
		float: left;
		color: var(--color-1-p-6, #5E5E5E);
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
	}
	.cs1{

	}
	.cs1 div.img{

	}
	.cs1 div.img .img-inner{
		text-align: center;
		margin-bottom: 15px;
	}
	.cs1 div.img .img-inner img{
		width: auto !important;
		margin: 0 auto;
	}
	.content-ft h3::before{
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 50%;
		background: var(--color-1-p-2, #FFE8AD);
	}
	.cs2 {
		margin-top: 40px;
	}
	.cs2 ul li {
		/* list-style-type: disc; */
		color: #5C5B5B;
		/* padding-left: 15px; */
		border: unset !important;
		padding-bottom: 5px;
	}
	.cs2 ul li a{
		color: #000;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
	}
	
	.cs2 .widget-title{
		color: var(--color-1-p-1, #F0AD01);
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		padding-bottom: 15px;
		float: left;
		width: 100%;
	}
	.cs2 .is-divider{
		display: none;
	}
	.cs3 {
		margin-top: 40px;
	}
	.cs3 ul li {
		/* list-style-type: disc; */
		color: #5C5B5B;
		/* padding-left: 15px; */
		border: unset !important;
		padding-bottom: 5px;
	}
	.cs3 ul li a{
		color: #000;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
	}
	
	.cs3 .widget-title{
		color: var(--color-1-p-1, #F0AD01);
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		padding-bottom: 15px;
		float: left;
		width: 100%;
	}
	.cs3 .is-divider{
		display: none;
	}
	.cs4 {
		margin-top: 40px;
	}

	.cs4 .widget-title{
		color: var(--color-1-p-1, #F0AD01);
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		padding-bottom: 15px;
		float: left;
	}
	.cs4 .is-divider{
		display: none;
	}
	.absolute-footer{
		display: none;
	}
	.hnh-contact-right {
		position: fixed;
		left: 1%;
		top: 40%;
		z-index: 99;
		width: auto !important;
	}
	.hnh-contact-right ul {
		list-style: none;
	}
	.hnh-contact-right ul li img {
		width: 40px;
	}
	.category #pathway, .page #pathway, .single #pathway {
		border-bottom: 1px solid #EEE;
		padding-bottom: 10px;
		border-top: 1px solid #EEE;
	}
	#pathway {
		position: relative;
		clear: both;
		overflow: hidden;
		padding: 10px 0 0;
		font-size: 14px;
		color: #666;
		text-transform: none;
		margin-bottom: 25px;
		border-bottom: 1px solid #EEE;
		padding-bottom: 10px;
		border-top: 1px solid #EEE;
	}
	.custom-buttons-share a{
		color: #428bca;
	}
	.cochu a{
		color: #428bca;
	}
	.title-box{

	}
	.title-box h2{
		font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: uppercase;
	}
	.info-related-articles{

	}
	.info-related-articles h5{
		font-size: 15px;
    margin: 10px 0;
    overflow: hidden;
    height: 50px;
    white-space: normal;
    font-weight: bold;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #000;
	}
	.info-related-articles p{
		
	}
	.woocommerce-result-count{
		color: #000 !important;
	}
	.category-page-row{
		padding-top: 0;
	}
	#shop-sidebar .widget-title{
		background: #F0AD01;
		width: 100%;
		float: left;
		padding: 10px;
		color: #fff;
	}
	#shop-sidebar ul.product-categories{
		float: left;
		width: 100%;
	}
	.stock.in-stock{
		display: none;
	}
	.tinh-trang .stock.in-stock{
		display: block;
		margin-bottom: 0;
		margin-left: 10px;
	}
	.tinh-trang {
		display: flex;
		align-items: center;
	}
	.slgt {
		float: left;
		line-height: 45px;
		padding-right: 29px;
		font-size: 18px;
	}
	.product-info .quantity {
		display: block;
		text-align: center;
		margin: 5px 0px 15px 0px;
		float: left;
	}
	.butom-tuvan {
		clear: both;
		/* margin-top: 31px; */
		padding-top: 15px;
	}
.butom-tuvan .icon-box-img{
	margin-bottom:0;
	/* margin-right: 0 !important; */
	/* padding-right: 0; */
	/* text-align: center; */
	/* margin: 0 auto; */
}
.butom-tuvan .col{
	padding-bottom:0;
}
.butom-tuvan .icon-box-text{
	display:none;
}
.butom-tuvan>a{
	display:none;
}
	.butom-tuvan a.plain {
		position: relative;
		display: inline-block;
	}
	.butom-tuvan a.plain::before {
		content: "";
		position: absolute;
		left: 0;
		top: 2px;
		width: 1px;
		height: 20px;
		background: #000;
		display: none;
	}
	.butom-tuvan a.plain p {
		font-size: 18px;
		padding-left: 10px;
		line-height: 22px;
		padding-bottom: -13px;
	}
	.single_add_to_cart_button{
		margin-bottom: 0;
	}
#buy_now_button{
	margin-left:15px;
}
.buy_now_button{
	margin-left:10px;
}
	.buy-now.btnmua{
		margin-bottom: 0;
	}
	.variations_form{
		margin-bottom: 10px;
	}
	.variations th.label{
		float: left;
		border: unset;
	}
	.searchform-wrapper input.search-field{
		border-color: #EEE !important;
	}
	.searchform-wrapper input.search-field::placeholder{
		color: #000;
	}
	@media screen and (min-width: 1200px)
	{
		.yith-wcwl-add-to-wishlist {
			margin-left: 5px;
			font-size: 14px;
			float: left;
		}
		.btnmua {
			float: left;
			margin-left: 10px;
			margin-right: 5px;
			font-size: 14px;
		}
		.single_add_to_cart_button {
			float: left;
			font-size: 14px;
			margin-right: 0px;
		}
	}
	.single_add_to_wishlist {
		background: #e9b422;
		padding: 6px 10px 7px 10px;
		/* border-radius: 30px; */
		margin-bottom: 20px;
		display: inline-block;
		/* border: 1px solid #565656; */
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 14px;
	}
	.yith-wcwl-add-button span {
		display: none;
	}
	.btnmua {
		/* padding: 12px 24px; */
		/* font-size: 16px; */
		/* text-transform: uppercase; */
		/* font-weight: 600; */
		/* font-size: 16px !important; */
		/* cursor: pointer; */
		/* padding: 15px; */
		/* line-height: 24px; */
		/* background-color: #221f20; */
		/* border: 1px solid transparent; */
		/* background-color: #fff !important; */
		/* border: 1px solid #221f20; */
		/* color: #221f20; */
	}
.yith-wcwl-add-to-wishlist{
	display: none;
}
.variations_form .yith-wcwl-add-to-wishlist{
	display: block;
}
.butom-tuvan a{
	margin-right: 10px;
}
#glt-footer{
	display: none;
}
body{
	top: 0 !important;
}
.bannner-gt{
	background-color: transparent !important;
}
.cs2 div{
	float: left;
}
.skiptranslate{
	display: none;
}
.bannner-gt .video-button-wrapper{
	align-items: center;
    display: inline-flex;
}
.bannner-gt .video-button-wrapper a{
	background: #fff;
    width: 108px;
    height: 108px;
    align-items: center;
    justify-content: center;
    display: inline-block;
    padding-top: 26px;
}
.bannner-gt .video-button-wrapper a i{
	color: #F0AD01;
    font-size: 38px !important;
}
.description_tab{
	display: none !important;
}
#tab-description{
	display: none !important;
}
.checkout_coupon{
	display: none;
}
.message-wrapper{
	display: none;
}
@media(max-width:767px){

}
@media(max-width:549px){
	.header-main li.html.custom {
		display: block;
	}
	.gioithieu-home {
		margin-top: 0;
	}
	.col12-why .section-title-container h2 span{
		font-size: 25px;
	}
	.col12-why .section-title-container h3 span{
		font-size: 40px;
	}
	.row-why {
		margin-top: 0;
	}
	.banner-why .banner-layers{
		overflow: unset;
	}
	.col3-why{
		padding-top: 40px;
	}
	.title-sp-home{
		font-size: 30px;
	}
	.see-more-sp{
		display: block;
	}
	.see-more-sp .detail-sp {
		width: 100%;
	}
	.see-more-sp .add-to-cart-button{
		width: 100%;
	}
	.see-more-sp .add-to-cart-button a{
		padding-top: 6px;
	}
	.see-more-sp .detail-sp a{
		padding: 5px 10px;
	}
	.read-more-sp-home{
		margin-top: 0;
	}
	.blog-image-list h3 {
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 20px;
		-webkit-line-clamp: 2;
		height: 44px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}
	.blog-image-list .blogwp p {
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 20px;
		-webkit-line-clamp: 2;
		height: 44px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}
	.review-home-new .bx-clone .kf_testimonial_name p.ykname{
		font-size: 16px;
	}
	.review-home-new .bx-clone::before{
		display: none;
	}
	.review-home-new .bx-clone .kf_testimonial_name .kf_testimonial_feddback{
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 20px;
		-webkit-line-clamp: 7;
		/* height: 44px; */
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}
	.about-video{
		padding-top: 0 !important;
	}
	.col12-tintuc .icon-box .icon-box-text h3{
		overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	}
	.col12-tintuc .icon-box .icon-box-text p{
		overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	}
	.sale-contact{
		padding-top: 0 !important;
	}
	.title-contact .section-title-container h2 span{
		font-size: 30px;
	}
	.sale-home-new .bx-clone .kf_testimonial_name p.ykname{
		font-size: 20px;
	}
	.sale-home-new .col{
		padding-bottom: 0;
	}
	.title-doitac .section-title-container h2 span{
		font-size: 30px;
	}
	.doitac-home-new.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button.previous{
		left: 0;
	}
	.doitac-home-new.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button.next{
		right: 0;
	}
	#footer .col{
		padding-bottom: 0;
	}
	.category-page-row .large-3{
		order: 1;
	}
}
@media(min-width:992px){
.cwrapper_tabcontent .box-image img{
    /* height: 257px; */
}
}
.product-name .variation dd{
border-right: 1px solid #000;
    padding-right: 10px;
}
.product-name .variation dd:nth-last-child(){
border-right: none;
}
#comments.comments-area{
display:none;
}
.category-page-title.page-title{
display:none;
}