/* home */
.title h2{
	font-size: 36px;
	position: relative;
	margin-bottom: 20px;
}
/* .title h2:before{
	content:'';
	width: 92px;
	height: 2px;
	position: absolute;
	left: 50%;
	background: var(--theme-color);
	bottom: -10px;
	transform: translateX(-50%);
} */
.product-small .box-excerpt{
	display: none;
}
.product-small .title-wrapper{
	width: 100%;
	text-align: center
}
.product-small.box .product-title a{
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 24px;
	-webkit-line-clamp: 1;
	max-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	height: auto
}
.product-small.box .price-wrapper .price > *{
	width: max-content !important
}
.product-small.box .price-wrapper .price{
	justify-content: center;
	flex-direction: row;
	align-items: center
}
.product-small.box .price-wrapper .price > del{
	margin-left: 10px;
	font-weight: 100 !important;
	font-size: 14px;
	color: #AEAEAE;
}
.product-small.box .price-wrapper .price > del .amount{
	font-family: var(--regular) !important;
	font-weight: 100 !important;
}
#main .home-sec-1 .slider .flickity-page-dots{
	bottom: 15px;
}
.home-sec-1 .flickity-slider > .has-video{
	width: 101%!important;
}

.home-sec-1{
	overflow: hidden
}
.home-sec-2 .text-white h2{
	font-size: 24px;
    line-height: 28px;
    font-weight: 100;
    white-space: nowrap;
    color: rgb(255, 255, 255);
    margin: 0px;
	font-family: var(--regular)
}
.home-sec-2 .large-10 .col-inner{
	display: flex;
    grid-gap: 30px;
    flex-wrap: wrap;
}
.home-sec-2 .large-10 .col-inner .text-recent{
	width: calc(32% - 15px);
    background-color: #3D3D3D;
    padding: 29px 25px;
    border-radius: 10px;
}
.home-sec-2 .large-10 .col-inner .text-recent *{
	color: #fff;
	text-align: center
}
.home-sec-2 .large-10 .col-inner .text-recent p{
	font-size: 15px;
	margin-bottom: 0;
}
.home-sec-2 .large-10 .col-inner .text-recent h3{
	font-size: 18px;
	margin: 5px 0
}
.home-sec-2 .large-10 .col-inner .text-recent i{
	font-size: 32px;
	font-weight: 200;
}
.home-sec-3 .title h2{
	font-size: 44px;
}
.txt-grey{
	color: var(--grey);
}
.home-sec-3 .is-outline{
	border: 1px solid var(--black);
	max-width: 340px !important;
	padding: 5px 16px;
    font-size: 16px;
	font-weight: 100;
	font-family: var(--regular);
}
.home-sec-3 .product-small.box{
	box-shadow: none !important;
	background-color: transparent !important
}
.home-sec-3 .product-small.box .price-wrapper .price{
	min-height: 0;
	justify-content: flex-start
}
.home-sec-3 .product-small.box .box-image .image-zoom{
	padding-top: 133%;
	background-color: var(--black);
	border-radius: 6px;
}
.home-sec-3 .product-small.box .box-text{
	padding: 10px 0;
}
.home-sec-3 .product-small.box .product-title a{
	text-align: left;
	font-family: var(--semi);
	font-size: 16px;
}
.home-sec-3 .flickity-button{
	opacity: 1;
	top: 35%!important;
}

.home-sec-4 .col-inner{
	display: flex;
	justify-content: space-between;
	align-items: center
}
.home-sec-4 .col-inner > *{
	width: 48%;
}
.home-sec-4 .col-inner .txt-video *{
	color: white;
}
.home-sec-4 .col-inner .txt-video p{
	margin-bottom: 0;
	text-decoration: underline;
	cursor: pointer
}
.home-sec-4 .col-inner .txt-video p:hover{
	color: var(--theme-color)
}
.home-sec-4 .col-inner > .banner, .home-sec-4 .col-inner > .banner .bg-fill{
	border-radius: 10px;
}
.home-sec-4 .col-inner .txt-video h3{
	font-family: var(--semi);
}
.txt-white, .txt-white *{
	color: white;
}
.home-sec-5 .product-small.box{
	background-color: transparent;
	box-shadow: none;
	display: flex;
	flex-direction: row-reverse;
	align-items: center
}
.home-sec-5 .badge-container{
	display: none;
}
.home-sec-5 .product-small.box .box-text{
	display: block;
	width: 55%;
}
.home-sec-5 .product-small.box .box-image{
	margin: 0
}
.home-sec-5 .product-small.box .box-image img{
	object-fit: contain;
}
.home-sec-5 .product-small.box .product-title a{
	text-align: left;
	font-size: 30px;
    line-height: 36px;
	color: white;
	max-height: 36px;
}
.home-sec-5 .product-small.box .price-wrapper .price{
	justify-content: flex-start
}
.home-sec-5 .product-small.box .price-wrapper .amount{
	font-size: 26px;
}
.home-sec-5 .product-small.box .price-wrapper del .amount{
	font-size: 18px !important;
	color: var(--grey)
}
.home-sec-5 .product-small .box-excerpt{
	display: block;
	font-size: 16px;
	width: 80%;
	color: white
}
.home-sec-5 .product-small .btn-xct{
	padding: 0px 25px;
	border-radius: 50px;
	border: 1px solid white;
	color: white;
	font-weight: 100;
	font-size: 16px;
	background-color: transparent;
	box-shadow: none !important;
	margin-right: 0;
	margin-top: 10px;
}
.home-sec-5 .product-small .btn-xct:hover{
	border-color: white;
	background-color: white;
	color: var(--black)
}
.product-small .btn-xct{
	display: none;
}
.home-sec-5 .product-small .btn-xct, .home-sec-5 .add-to-cart-button{
	display: inline-block;
}
.home-sec-5 .add-to-cart-button a{
	padding: 0px 25px;
	border-radius: 50px;
	border: 1px solid white;
	color: var(--black);
	font-weight: 100;
	font-size: 16px;
	background-color: white;
	box-shadow: none !important;
	margin-top: 0;
	height: 40px;
}
.home-sec-5 .add-to-cart-button a:hover{
	border-color: white;
	color: white;
	background-color: var(--black)
}
.home-sec-5 .add-to-cart-button a.added_to_cart{
	display: inline-flex;
    margin-right: 10px;
    align-items: center;
	text-transform: none !important
}
.home-sec-5 .add-to-cart-button a.added_to_cart:after{
	display: none;
}
.home-sec-5 .flickity-button{
	opacity: 1;
}
.home-sec-5 .title h2{
	margin-bottom: 0
}
.home-sec-6 .title h2{
	margin-bottom: 10px;
	font-family: var(--semi);
	font-size: 50px;
}
.home-sec-6 form{
	margin-bottom: 0
}
.home-sec-6 .f-email{
	display: flex
}
.home-sec-6 .f-email .wpcf7-submit{
	text-transform: none;
	border-radius: 0 5px 5px 0;
	font-weight: 100;
	font-family: var(--medi);
	margin-right: 0;
	width: 26%;
}
.home-sec-6 .f-email input[type="email"]{
	border-radius: 5px 0 0 5px;
	box-shadow: none;
}
.home-sec-6 .f-email .wpcf7-submit:hover{
	color: var(--theme-color)
}
.home-sec-7 .box-blog-post .box-text .post-title a{
	font-size: 20px;
	line-height: 25px;
	height: 50px;
	color: var(--black)
}
.home-sec-7 .box-blog-post .box-text .post-title a:hover{
	color: var(--theme-color)
}
.home-sec-7 .box-blog-post .box-text {
	padding: 20px;
	background-color: white;
	border-radius: 0 0 6px 6px;
}
.home-sec-7 .box-blog-post .box-image, .home-sec-7 .box-blog-post .box-image img{
	border-radius: 6px 6px 0 0
}
.home-sec-7 .flickity-prev-next-button{
/* 	height: max-content; */
	opacity: 1 !important;
	top: auto;
	bottom: -20px;
	transform: translate(0) !important
}
.home-sec-7 .flickity-prev-next-button.next{
	left: auto;
	right: -1%;
}
.home-sec-7 .flickity-prev-next-button.previous{
	right: auto;
	left: -1%;
}
.home-sec-7 .flickity-prev-next-button:hover svg, .home-sec-7 .flickity-prev-next-button:hover path{
	color: var(--theme-color)!important;
	fill: var(--theme-color)!important;
	color: var(--theme-color)!important;
}
/* end home */
/* header */
.header-search.current-dropdown > ul{
	left: -230px;   
	border: none;
	padding: 0 !important;
	top: 50px;
}
#header .header-search .search-form{
	margin: 0 !important
}
.header-search.current-dropdown:before{
	border: none !important;
	background-color: transparent;
}
.header-search.current-dropdown:after{
	top: 35px;
}
.header-search #woocommerce-product-search-field-0::placeholder{
	font-style: italic
}
.header-search form .icon-search{
	color: #2d2d2d
}
#header .header-bg-color{
	background-color: #000000;
	background-image: none
}
#header.header.transparent .header-bg-color{
	background-color: transparent
}
#masthead .image-icon img {
	max-width: 25px;
}
#header .header-cart-link{
	padding: 5px 5px;
}
.header-main .header-nav-main.nav > li > a{
	color: white;
	font-size: 15px;
	font-weight: 100;
	font-family: var(--medi)
}
.header-main .header-nav-main.nav > li{
	margin: 0 20px;
}
/* .header-main .header-nav-main.nav > li > a:hover, .header-main .header-nav-main.nav > li.active > a{
	color: var(--theme-color)
} */
.header-main .header-nav-main.nav{
	justify-content: center
}
.header-main .header-nav-main.nav > li.header-search i.icon-search:before{
	content: '\f002';
	font-family: var(--fa6);
	font-weight: 500
}
.product-main .row .icon-box {
	box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	background: #fff;
	margin-top: 20px;
	align-items: center;
}
.product-main .icon-box-text p:first-of-type {
	margin-bottom: 4px;
	font-size: 16px;
	font-family: var(--medi);
}
.vertical-thumbnails::-webkit-scrollbar, .yikes-custom-woo-tab-title {
	display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.vertical-thumbnails {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}
.product-gallery > .row{
	margin-left: 0px !important
}
.row-product-tab table td, .row-product-tab table th{
	padding: 15px;
} 
.woocommerce-Tabs-panel--description .content{
	height: 330px
}
.show-more.none:before{
	display: none;
}
.sp-nb .product-small.box .product-title{
	text-align: left;
}
.product-footer .box-noibat .price-wrapper .amount {
	font-size: 14px;
	line-height: 22px;
}
.product-footer .box-noibat .price-wrapper del .amount {
	font-size: 12px !important;
	line-height: 22px;
}
.related-products-wrapper{
	margin-bottom: 50px;
}
/* end header */
/* about */
.page-about2 .stack{
	margin-top: 50px;
}
.page-about2 .stack .text {
	padding: 30px 20px 20px 20px;
	box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.058823529411764705);
	text-align: center;
}
.page-about2 .stack .text i {
	font-size: 45px;
	color: var(--theme-color);
	font-weight: 200;
}
.page-about2 .stack .text h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 15px;
}
.page-about2 .stack .text p {
	font-size: 14px;
	margin-bottom: 0;
}
.page-about1 .img, .page-about1 .img img{
	border-radius: 5px;
}
/* end about */
/* search */
#search-lightbox #woocommerce-product-search-field-0{
	font-size: 20px;
	font-family: var(--regular);
}
#search-lightbox .ux-search-submit{
	display: flex;
	font-size: 20px;
	align-items: center;
	justify-content: center;
	line-height: 1;
	padding-top: 5px;
}
#search-lightbox .ux-search-submit i:before{
	content: '\f002';
	font-family: var(--fa6);
	font-weight: 400
}
/* end search */

/* page tin tuc */
.archive .box-blog-post .box-text .post-title a{
	font-size: 18px;
}
.archive:not(.category-dich-vu) .large-columns-3 .post-item:first-child{
	flex-basis: 100%;
    max-width: 100%;
}
.archive:not(.category-dich-vu) .large-columns-3 .post-item:first-child .box{
	display: flex;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 30px;
}
.archive:not(.category-dich-vu) .large-columns-3 .post-item:first-child .box .box-image{
	width: 45%;
}
.archive:not(.category-dich-vu) .large-columns-3 .post-item:first-child .box .box-text{
	width: 55%;
	border-radius: 0 6px 6px 0;
	padding: 25px;
	box-shadow: none;
}
.archive:not(.category-dich-vu) .large-columns-3 .post-item:first-child .box .box-image .image-zoom{
	border-radius: 10px;
	padding-top: 65% !important
}
.archive:not(.category-dich-vu) .large-columns-3 .post-item:first-child .box-blog-post .from_the_blog_excerpt{
	-webkit-line-clamp: 6;
}
.archive:not(.category-dich-vu) .large-columns-3 .post-item:first-child .box-blog-post .box-text .post-title a {
    font-size: 20px;
	line-height: 28px;
}
.archive:not(.category-dich-vu) .large-columns-3 .post-item:first-child .button.is-link {
	display: flex;
	width: max-content;
	margin-right: 0;
	font-weight: 100;
	color: #2d2d2d;
	align-items: center;
	font-family: var(--medi);
	font-size: 16px;
}
.archive:not(.category-dich-vu) .large-columns-3 .post-item:first-child .button.is-link:hover{
	color: var(--theme-color);
}
.archive:not(.category-dich-vu) .large-columns-3 .post-item:first-child .button.is-link .icon-angle-right{
	top: 0;
/* 	color: var(--theme-color); */
}
.archive:not(.category-dich-vu) .large-columns-3 .post-item:first-child .button.is-link .icon-angle-right:before{
	content: "\f178";
	font-family: var(--fa6);
	font-weight: 500;
	margin-right: 8px;
}
.archive:not(.category-dich-vu) .blog-wrapper.blog-archive{
	background-color: white;
}
.archive:not(.category-dich-vu) .large-columns-3 .post-item .box .box-text{
	box-shadow: none;
	padding: 15px 0 20px;
}
.archive:not(.category-dich-vu) .large-columns-3 .post-item .box-blog-post .box-image .image-cover{
	border-radius: 10px;
}
.archive:not(.category-dich-vu) .large-columns-3 .post-item:not(:first-child) .box-blog-post .box-text .post-title a{
	height: 48px;
}
/* end page tin tuc */


/* page dich vu */
.archive.category-dich-vu .large-columns-2 .badge {
	display: none;
}
.archive.category-dich-vu .large-columns-2 .post-item .box{
	display: flex;
}
.archive.category-dich-vu .large-columns-2 .post-item .box .box-image{
	width: 45%;
}
.archive.category-dich-vu .large-columns-2 .post-item .box .box-text{
	width: 55%;
	border-radius: 0 6px 6px 0;
	padding: 25px;
	box-shadow: none;
}
.archive.category-dich-vu .large-columns-2 .post-item .box .box-image .image-zoom{
	padding-top: 100% !important;
	border-radius: 6px 0 0 6px;
}
.archive.category-dich-vu .box-blog-post .box-text .post-title a{
	font-size: 24px;
    line-height: 29.26px;
    font-weight: 700;
    margin-bottom: 15px;
	color: var(--theme-color);
	-webkit-line-clamp: 1;
}
.archive.category-dich-vu .large-columns-3 .post-item{
	visibility: hidden;
}
.archive.category-dich-vu .box-blog-post .from_the_blog_excerpt{
	-webkit-line-clamp: 4;
}
.btn-xemngay-dv{
	padding: 5px 30px;
    border-radius: 6px;
}
.single-dv{
	margin-bottom: 30px !important;
}
/* end page dich vu */

/* page san pham */
/* .product-info form{
	display: none !important;
} */

.product-container{
	overflow: hidden
}
.box-noibat .product-small.box .box-image .image-zoom{
	border-radius: 6px
}
.related-products-wrapper .add-to-cart-button{
	display: none !important;
}
/* end san pham */

/* footer */
#footer .sec-menu .section-bg-overlay{
	background: linear-gradient(180deg, #603F40 0%, rgba(0,0,0,0.543171) 0%, rgba(0,0,0,0.296875) .01%, rgba(0,0,0,0.490757) .02%, rgba(0,0,0,0.636561) .03%, #000 100%);
}
#footer .social-icons a{
	background-color: white !important;
	border-color: white !important;
	width: 36px;
    height: 36px;
    line-height: 36px;
	margin-left: 5px;
	margin-right: 5px;
}
#footer .social-icons a i{
	color: #2d2d2d !important;
	font-size: 18px;
}
.text-contact-ft p{
	position: relative;
	padding-left: 25px;
}
.text-contact-ft p:before{
	content:'\f3c5';
	font-family: var(--fa6);
	color: #2d2d2d;
	position: absolute;
	top: 2px;
    left: 0;
    font-weight: 300;
    font-size: 18px;
}
.text-contact-ft p:nth-child(2):before{
	content: '\f095';
}

.text-contact-ft p:nth-child(3):before{
	content: '\f590';
}
/* end footer */
/* page-about */
#main .page-about-1 {
  padding-bottom: 30px;
}
.page-about-1 .col-left p:first-of-type {
  font-size: 20px;
  line-height: 1.4;
  font-family: var(--bold);
/*   color: var(--theme-color2); */
  margin-bottom: 10px;
}
.page-about-1 .col-left .col-inner {
  border-left: 4px solid black;
  padding: 12px 0 12px 10px;
}
.page-about-1 .col-left h2 {
  font-size: 34px;
  margin-bottom: 0;
}
.page-about-1 .col-right .col-inner {
  display: flex;
}
.page-about-1 .col-right .number {
  flex: 1;
  padding: 15px;
}
.page-about-1 .col-right .number:first-of-type {
  flex: 1.5;
}
.page-about-1 .col-right .number p:first-of-type {
  font-size: 80px;
  line-height: 0.5;
  font-family: var(--bold);
/*   color: var(--theme-color); */
}
.page-about-1 .col-right .number p:nth-of-type(2) {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.4;
  font-family: var(--bold);
}
.page-about-2 .img .image-cover {
  border-radius: 8px;
}
.page-about-2 .col-right h5 {
  font-size: 18px;
/*   color: var(--theme-color2); */
  margin-bottom: 5px;
}
.page-about-2 .col-right h2 {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.page-about-2 .col-right h2:before {
  content: '';
  display: block;
  width: 180px;
  height: 4px;
  background-color: black;
  position: absolute;
  bottom: 0;
}
#main .page-about-2 {
  padding-top: 55px;
  padding-bottom: 25px;
}
.page-about-2:before {
  content: '';
  background-color: rgb(0 45 98 / 5%);
  width: 70%;
  height: 100%;
  border-radius: 10px 0 0 10px;
  position: absolute;
  left: 30%;
  top: 0;
}
#main .page-about-3 {
  padding-top: 80px;
}
.page-about-3 .box {
  background: rgb(0 45 98 / 5%);
  border-radius: 8px;
}
.page-about-3 .col-icon .col-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.page-about-3 .box-text .img {
  max-width: 80px;
  margin: 0 auto 15px;
}
.page-about-3 .box-text {
  padding: 60px 30px 80px;
  cursor: pointer;
}
.page-about-3 .box-text h3 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 15px;
}
.page-about-3 .box-image {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}
.page-about-3 .box-image div {
  width: 100%;
  height: 100%;
}
.page-about-3 .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-about-3 .box-image:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(
    to top,
    black,
    rgba(152, 125, 64, 0.1)
  );
  opacity: 0.88;
}

.page-about-3 .box:hover .box-image {
  opacity: 1;
}
.page-about-3 .box:hover,
.page-about-3 .box:hover h3 {
  color: #fff;
}
.page-about-3 .box:hover .box-text img {
  filter: brightness(0) invert(1);
}

/* End page-about */
@media (max-width: 1199.98px) and (min-width: 980px){
	.blog-wrapper .archive-page-header .col, .blog-wrapper .header-single .col, .page-banner .col{
		padding-top: 170px;
	}
}
@media (max-width: 980px) and (min-width: 481px){	
	
	.archive .category-filtering > div{
		display: none;
	}
	.title h2{
		font-size: 32px;
	}	
	.product-footer .wc-tabs{
		flex-wrap: nowrap;
		overflow: auto;		
		scroll-snap-type: x mandatory;
		padding-bottom: 5px;
	}
	.product-footer .wc-tabs li{
		scroll-snap-align: start;
		flex-shrink: 0
	}
	.product-footer .wc-tabs::-webkit-scrollbar {
		width: 5px;
		background-color: #f5f5f5;
		height: 2px;
	}
	
	.off-canvas-left .mfp-content{
		width: 320px;
	}
	
	.product-info h1.product-title{
		font-size: 20px;
	}
	#main .product-info .product-short-description{
		max-height: 85px;
		overflow: auto;
		margin-bottom: 20px;		
	}
	#main .product-info .product-short-description > *{
		font-size: 15px !important
	}
	#main .product-info .product-short-description p:last-child{
		margin-bottom: 0
	}
	.product-main .icon-box-text p:last-of-type{
		font-size: 14px;
	}
	.product-main .row .col-inner{
		display: flex;
		justify-content: space-between;
	}
	.product-main .row .icon-box{
		width: 48%;
		flex-direction: column;
		text-align: center;
	}
	.product-main .row .icon-box .icon-box-text{
		padding-left: 0;
	}
	.product-main .icon-box-text p:first-of-type{
		font-size: 15px;
	}
	.product-info .price-wrapper ins .amount, .product-info .price-wrapper span.amount{
		font-size: 22px;
	}
	.product-info .price-wrapper del .amount{
		font-size: 16px;
	}
	.single .product-main{
		padding-bottom: 10px !important
	}
	.archive.category-dich-vu .large-columns-2 .post-item{
		flex-basis: 100%;
		max-width: 100%;
	}
	.large-columns-2 .post-item .box .box-image {
		width: 25% !important;
	}
	.archive.category-dich-vu .large-columns-2 .post-item .box .box-text{
		width: 75%;
		padding: 15px 25px;
	}
	.btn-xemngay-dv{
		margin-bottom: 0;
		padding: 0 15px;
	}
	.archive.category-dich-vu .box-blog-post .box-text .post-title a{
		font-size: 20px !important;
	}
	.archive:not(.category-dich-vu) .large-columns-3 .post-item:first-child .box .box-text{
		padding: 0 25px;
	}
	.archive:not(.category-dich-vu) .large-columns-3 .post-item:first-child .box-blog-post .from_the_blog_excerpt{
		-webkit-line-clamp: 4;
	}
	.archive:not(.category-dich-vu) .large-columns-3 .post-item:first-child .button.is-link{
		margin: 0
	}
	.page-about-2:before {
		width: 100%;
		height: 60%;
		left: 0%;
		bottom: 0;
		top: unset;
	}
	.page-about-3 .box-text {
		padding: 20px;
	}
	.page-about-3 .col-icon .col-inner {
		grid-gap: 20px;
	}
	.page-about-3 .col-icon .col-inner{
		flex-wrap: nowrap;
		overflow: auto;
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;  /* Firefox */
		scroll-snap-type: x mandatory;
		grid-gap: 15px;
		display: flex
	}
	.page-about-3 .col-icon .col-inner::-webkit-scrollbar {
		display: none;
	}
	.page-about-3 .col-icon .col-inner .box{
		scroll-snap-align: start;
		width: calc(47% - 15px);
		flex-shrink: 0
	}
	#main .page-about-2 {
		padding-top: 0;
		padding-bottom: 0;
	}
	#main .page-about-3 {
		padding-top: 30px;
	}
	.home-sec-2 .large-2{
		padding-bottom: 20px !important;
	}
	.home-sec-2 .large-10 .col-inner{
		grid-gap: 0;
		justify-content: space-between;
	}
	.home-sec-2 .large-10 .col-inner .text-recent{
		width: calc(33% - 15px);
	}
	.home-sec-3 .title h2 {
		font-size: 35px;
	}
	#main .home-sec-3 .slider .flickity-page-dots{
		bottom: 0px;
	}
	.home-sec-6 .title h2{
		font-size: 32px;
	}
	.home-sec-1 .img-inner, .home-sec-1 .banner{
		padding-top: 60vh !important
	}
	.mobile-nav > .cart-item{
		margin-right: 20px
	}
	.archive .product-small.col .add-to-cart-button{
		display: none;
	}
	.sp-nb > .product-small{
		width: 50%
	}
	.featured-posts .list-post{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}
	.featured-posts .list-post > .box{
		width: 48%;
		margin: 0
	}
	.featured-posts .list-post > .box:last-child{
		display: none;
	}
	.page-contact iframe{
		height: 300px;
	}
}
@media (max-width: 780px) and (min-width: 481px){
	.single-product .icon-box-img {
		display: none
	}
	.product-main .icon-box-text p:first-of-type {
		font-size: 14px;
	}
	.archive:not(.category-dich-vu) .large-columns-3 .post-item:first-child .box-blog-post .from_the_blog_excerpt {
		-webkit-line-clamp: 3;
	}



}
@media (max-width: 480px){
	.home-sec-6 .f-email .wpcf7-submit{
		width: 30%;
	}
	.product-small.box .price-wrapper del .amount{
		font-size: 12px !important;
	}
	.product-small.box .price-wrapper .price{
		min-height: 0;
	}
	.mobile-nav > .cart-item{
		margin-right: 20px
	}
	.product-main .product-info{
		margin-top: 30px;
	}
	.title h2 {
		font-size: 26px;
		position: relative;
		margin-bottom: 25px;
	}
	.title h2 br{
		display: none;
	}
	.related-products-wrapper .row-slider .flickity-prev-next-button svg {
		border: 0!important;
		padding: 6px!important;
	}
	.related-products-wrapper {
		border: 0;
		padding-top: 0;
		margin-bottom: 35px;
	}
	.blog-wrapper .archive-page-header .col, .blog-wrapper .header-single .col, .page-banner .col{
		padding-top: 65px;
	}
	.page-about1 .col-left ul{
		flex-direction: row;
	}
	.page-about1 .col-left ul li{
		width: 50%;
	}
	.product-small.col {
		padding: 0 10px 20px;
	}
	.home section, .single .product-footer{
		overflow: hidden
	}
	.single .shop-page-title .page-title-inner > div:last-child{
		display: none;
	}
	.single .blog-single {
		padding-top: 0px;
	}
	.header-single {
		margin-bottom: 40px;
	}
	.page-contact .info-contact ul li{
		display: flex
	}
	.page-contact .info-contact ul li i{
		min-width: 32px;
	}
	.page-contact .info-contact ul li:not(:last-child){
		align-items: center
	}
	.box-postdate span{
		padding: 5px 10px 3px;
		font-size: 13px;
	}
	.archive .category-filtering > div{
		display: none;
	}
	#footer .sec-menu{
		padding-top: 45px;
	}
	#wrapper .page-about2 {
		padding-bottom: 50px;
	}
	
	.woocommerce-tabs .nav > li > a, .product-footer .wc-tabs li{
		width: max-content;
		margin-right: 10px;
	}
	.product-footer .wc-tabs{
		padding-top: 5px
	}
	#footer .menu .title{
		position: relative;
	}
	#footer .menu .title:before{
		content:'\2b';
		font-family: var(--fa6);
		font-weight: 400px;
		color: white;
		position: absolute;
		top: 0;
		right: 0;
	}
	#footer .menu .title.show:before{
		content: '\f068';
	}
	#footer .menu ul{
		display: none;
	}	
	.archive:not(.category-dich-vu) .large-columns-3 .post-item:first-child .box{
		display: block;
		padding-bottom: 0
	}
	.archive:not(.category-dich-vu) .large-columns-3 .post-item:first-child .box .box-image, .archive:not(.category-dich-vu) .large-columns-3 .post-item:first-child .box .box-text{
		width: 100%;
	}
	.archive:not(.category-dich-vu) .large-columns-3 .post-item:first-child .box .box-text{
		padding: 15px 0 20px;
	}
	.archive:not(.category-dich-vu) .large-columns-3 .post-item:first-child .button.is-link{
		margin-bottom: 0;
		margin-top: 0
	}
	.archive:not(.category-dich-vu) .large-columns-3 .post-item:first-child .box-blog-post .from_the_blog_excerpt {
		-webkit-line-clamp: 3;
	}
	.archive:not(.category-dich-vu) .large-columns-3 .post-item:first-child .box-blog-post .box-text .post-title a{
		font-size: 18px;
	}
	.blog-single h1.entry-title {
		font-size: 22px;
	}
	.home-sec-1 .img-inner{
		padding-top: 60vh !important
	}
	#main .home-sec-1 .slider-nav-circle .flickity-button{
		display: none;
	}
	.page-about-3 .col-icon .col-inner, .home-sec-2 .large-10 .col-inner{
		flex-wrap: nowrap;
		overflow: auto;
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;  /* Firefox */
		scroll-snap-type: x mandatory;
		grid-gap: 15px;
		display: flex
	}
	.page-about-3 .col-icon .col-inner::-webkit-scrollbar, .home-sec-2 .large-10 .col-inner::-webkit-scrollbar {
		display: none;
	}
	.page-about-3 .col-icon .col-inner .box, .home-sec-2 .large-10 .col-inner .text-recent{
		scroll-snap-align: start;
		width: calc(75% - 15px);
		flex-shrink: 0
	}
	.home-sec-2 .large-2{
		padding-bottom: 20px !important;
	}
	.home-sec-3 .title h2, .home-sec-5 .title h2 {
		font-size: 28px;
		margin-bottom: 20px
	}
	#main .home-sec-3 .slider .flickity-page-dots{
		bottom: 0px;
	}
	.home-sec-3 .is-outline{
		margin: 20px 0 0;
		max-width: 100% !important;
		padding: 0;
	}
	.home-sec-3 .product-small.box .product-title a{
		margin-bottom: 5px;
	}
	.home-sec-4 .video-button-wrapper{
		font-size: 100% !important
	}
	.home-sec-4 .large-6:first-child{
		margin-bottom: 30px;
	}
	.home-sec-4 .large-6:last-child .col-inner{
		flex-direction: row-reverse
	}
	.home-sec-5 .product-small.box{
		flex-wrap: wrap
	}
	.home-sec-5 .product-small.box > *{
		width: 100% !important;
	}
	.home-sec-5 .product-small.box .image-cover{
		padding-top: 100% !important
	}
	.home-sec-5 .product-small .box-excerpt{
		width: 100%;
	}
	.home-sec-5 .product-small.box .price-wrapper .amount {
		font-size: 22px;
	}
	.home-sec-5 .product-small.box .product-title a{
		font-size: 24px !important;
		margin-bottom: 0
	}
	.home-sec-6 .section-bg.bg-loaded{
		background-image: url(/wp-content/uploads/2023/09/blend-subscription-banner-mobile.webp) !important
	}
	.home-sec-6 .title h2{
		font-size: 26px;
	}
	.home-sec-6 {
		padding-top: 300px !important;
		padding-bottom: 30px !important;
	}
	.home-sec-6 .txt-white p{
		font-size: 14px;
	}
	.home-sec-7 .flickity-prev-next-button.next {
		left: auto;
		right: 43%;
	}
	.home-sec-7 .flickity-prev-next-button.previous {
		right: auto;
		left: 43%;
	}
	.page-about-1 .col-right .col-inner {
		display: block;
	}
	.page-about-1 .col-right .number p:nth-of-type(2) br {
		display: none;
	}
	.page-about-1 .col-right,
	#main .page-about-1 {
		padding-bottom: 0;
	}
	.page-about-2:before {
		width: 100%;
		height: 100%;
		left: 0%;
		bottom: 0;
		top: unset;
	}	
	.page-about-3 .col-icon .col-inner {
		grid-template-columns: repeat(1, 1fr);
	}
	.page-about-1 .col-left p:first-of-type {
		font-size: 18px;
	}
	#main .page-about-3 {
		padding-top: 40px;
	}
	.page-about-3 .box-text {
		padding: 30px 20px 30px;
		cursor: pointer;
	}
	.page-about-3 .box-text .img {
		max-width: 60px;
		margin: 0 auto 15px;
	}
	.page-about-3 .box-text h3 {
		font-size: 22px;
		text-align: center;
	}
	.page-about-3 .box-text p{
		font-size: 14px;
	}
	.page-about-3 .col-icon .col-inner .box{
		width: calc(90% - 15px);
	}
	.page-about-1 .col-right .number p:first-of-type{
		font-size: 60px;
	}
	#main .page-about-1{
		padding-top: 40px;
	}
	.archive .product-small.col .add-to-cart-button{
		display: none;
	}
	.product-footer .wc-tabs{
		flex-wrap: nowrap;
		overflow: auto;		
		scroll-snap-type: x mandatory;
		padding-bottom: 5px;
	}
	.product-footer .wc-tabs li{
		scroll-snap-align: start;
		flex-shrink: 0
	}
	.product-info .quantity{
		margin: 0;
	}
	#main .product-info .single_add_to_cart_button{
		width: 69%;
	}
	.product-info form.cart{
		justify-content: space-between
	}
	.product-footer .wc-tabs::-webkit-scrollbar{
		height: 3px;
	}
	.home-sec-5 .add-to-cart-button a.added_to_cart{
		height: 40px;
	}
	.home-sec-5 .product-small.box .price-wrapper{
		margin: 5px 0
	}
	ul.product_list_widget li a.remove{
		border: none;
		color: red !important
	}
	#cart-popup .is-divider{
		display: none;
	}
	#cart-popup .cart-popup-title h4{
		text-align: left;
		margin-bottom: 30px;
		text-transform: none;
	}
	.t-checkout > .col{
		padding-top: 0
	}
	.t-checkout form{
		margin-bottom: 0
	}
}