/* 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%);
}
.txt-white, .txt-white *{
	color: white !important
}
.txt-red{
	color: var(--theme-color);
}
.txt-grey{
	color: #9E9E9E
}
.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 .title h2:before, .home-sec-6 .title h2:before{
	left: 0;
	transform: translate(0)
}
.home-sec-2 .group-box{
	display: flex;
	grid-gap: 15px;
	flex-wrap: wrap
}
.home-sec-2 .group-box > .box{
	width: calc(50% - 15px);
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;	
	position: relative
}
.home-sec-2 .group-box > .box:before{
	content:'';
	position: absolute;
	width: calc(100% - 80px);
	height: 98%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translatey(-50%);
	border-radius: 100px 0 0 100px;
	background-color: #EFEFEF
}
.home-sec-2 .group-box > .box:after{
	content:'';
	position: absolute;
	height: 100%;
	width: 75px;
	right: 0;
	top: 50%;
	transform: translatey(-47%);
	background-image: url(/wp-content/uploads/2023/09/bg1.webp);
	background-size: 100%;
	background-repeat: no-repeat;
}
.home-sec-2 .group-box .box-text{
	width: calc(100% - 155px);
	padding: 0
}
.home-sec-2 .group-box .box-image{
	width: 90px !important;
	height: 90px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.38);
    border: solid 1px #ebebeb;
	background-color: white;
	transform: translateX(-60px);
	margin: 0
}
.home-sec-2 .group-box .box-image img{
	max-width: 50px;
	max-height: 35px;
	margin: 0
}
.home-sec-2 .group-box h4{
	font-size: 28px;
	color: var(--theme-color);
	line-height: 1
}
.home-sec-2 .group-box p{
	font-size: 16px;
	text-transform: uppercase;
	font-family: var(--medi)
}
.home-sec-3 .section-content{
	height: 50vh
}
.home-sec-3 .section-bg{
	height: 50.6%;
	background-color: #E11B22;
	background-size: contain !important;
    background-position: left;
}
.home-sec-3 .box-image{
	height: 250px;
	width: auto !important;
	display: flex;
    justify-content: center;
    align-items: center;
}
.home-sec-3 .box-image img{
	height: 220px;
	width: auto !important;	
}
.home-sec-3 .box-text-inner h4{
	font-size: 30px;
	font-family: var(--medi)
}
.home-sec-3 .title h2:before{
	left: 0;
	transform: translate(0);
	background-color: white
}
.home-sec-4 .row-logo-kh .col{
	padding-top: 15px;
}
.home-sec-4 .row-logo-kh .col-inner{
	display: flex;
	flex-wrap: wrap;
}
.home-sec-4 .row-logo-kh .col-inner .img{
	margin-bottom: 0;
	padding: 10px;
}
.home-sec-4 .row-logo-kh .col-inner img{
	border-radius: 10px;
	filter: grayscale(200%);
    transition: all 0.3s;
}
.home-sec-4 .row-logo-kh .col-inner .img:hover{
	box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.21) !important;
	border-radius: 10px;
}
.home-sec-4 .row-logo-kh .col-inner .img:hover img{	
	filter: grayscale(0%);
}
#main .home-sec-4 .slider .flickity-page-dots{
	bottom: 0
}
.home-sec-6 .box-text {
    background: #333333;
    padding: 45px 0 25px;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
    border-radius: 0 0 6px 6px;
}
.home-sec-6 .box-image .image-cover {
    border-radius: 6px;
}
.home-sec-6 .badge.post-date {
    right: 30px;
    left: unset;
    top: -37px;
}
.home-sec-6 .badge .badge-inner {
    width: 74px;
    height: 74px;
    background-color: var(--theme-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: none;
    box-shadow: 0 0 0 3px #fff;
    border-radius: 5px;
}
.home-sec-6 .badge .post-date-day {
    font-size: 24px;
    margin-bottom: 4px;
    display: block;
    font-family: var(--semi);
    font-weight: normal;
}
.home-sec-6 .badge .post-date-month {
    font-size: 12px;
    font-family: var(--medi);
    font-weight: normal;
    margin-top: 2px;
}
.home-sec-6 .box-text .post-title a, .home-sec-6 .from_the_blog_excerpt{
	color: white
}
.home-sec-6 .post-item:hover .box-text{
	background-color: #2C2C2C
}
.home-sec-6 .box-text .post-title a{
	font-size: 20px;
	line-height: 26px;
	height: 52px;
	font-family: var(--medi)
}
.home-sec-6 .from_the_blog_excerpt{
	font-size: 15px;
}
.home-sec-6 .flickity-prev-next-button{
	opacity: 1 !important;
	transform: translate(0) !important;
	top: auto;
	bottom: -30px;
}
.home-sec-6 .flickity-prev-next-button.next{
	left: auto;
	right: -2%;
}
.home-sec-6 .flickity-prev-next-button.previous{
	right: auto;
	left: -2%;
}
.home-sec-6 .flickity-prev-next-button svg, .home-sec-6 .flickity-prev-next-button path{
	fill: white;
	color: white
}
/* 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: rgba(0,0,0,0.5)
}
#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: 16px;
	font-weight: 100;
	font-family: var(--medi)
}
.header-main .header-nav-main.nav > li{
	margin: 0 30px;
}
.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;
}
#header .menu-item.menu-item-has-children:before, #header .menu-item.menu-item-has-children:after{
	display: none;
}
#masthead .header-nav.nav>li ul, .stuck #masthead .header-nav.nav>li ul {
    border: none !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
    backdrop-filter: brightness(150%) saturate(150%) blur(1rem);
    -webkit-backdrop-filter: blur(34px);
    padding: 15px 20px;
    min-width: 300px;
}
#masthead .header-nav.nav>li ul a{
	color: white
}
#masthead .header-nav.nav>li ul a:hover{
	color: var(--theme-color)
}
/* 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 */

/* end page tin tuc */


/* page dich vu */
.dv-sec-1 .dv-row-2 .text{
	padding: 30px;
    display: flex;
    border: 2px solid #CCC;
    width: 410px;
    border-radius: 100px;
    text-transform: uppercase;
    position: relative;
	justify-content: center;
	width: 85%
}
.dv-sec-1 .dv-row-2 .text:hover{
	border-color: var(--theme-color)
}
.dv-sec-1 .dv-row-2 .text p{
	margin-bottom: 0;
	font-size: 20px;
	font-family: var(--medi)
}
.dv-sec-1 .dv-row-2 .text:not(:last-child){
	margin-bottom: 100px;
}
.dv-sec-1 .dv-row-2 .text-right2{
	margin-left: auto
}
.dv-sec-1 .dv-row-2 .text-right:before, .dv-sec-1 .dv-row-2 .text-left:before{
	content:'';
	position: absolute;
	width: 95px;
	height: 2px;
	right: 100%;
	top: 50%;
	transform: translatey(-50%);
	background-color: #CCC;
}
.dv-sec-1 .dv-row-2 .text-right:after, .dv-sec-1 .dv-row-2 .text-left:after{
	content:'';
	position: absolute;
    width: 25px;
    height: 25px;
    border: 2px solid #CCC;
    border-radius: 100%;
	top: 50%;
	transform: translatey(-50%);
	right: calc(100% + 95px)
}
.dv-sec-1 .dv-row-2 .text-right2:before, .dv-sec-1 .dv-row-2 .text-left2:before{
	width: 60px;
}
.dv-sec-1 .dv-row-2 .text-right2:after{
	right: calc(100% + 60px)
}
.dv-sec-1 .dv-row-2 .text-left:before{
	right: auto;
	left: 100%;
}
.dv-sec-1 .dv-row-2 .text-left:after{
	right: auto;
	left: calc(100% + 95px)
}
.dv-sec-1 .dv-row-2 .text-left2:after{
	right: auto;
	left: calc(100% + 60px)
}
.dv-sec-1 .dv-row-2 .text-left1, .dv-sec-1 .dv-row-2 .text-left3{
	margin-left: auto
}
.dv-sec-1 .dv-row-2{
	margin-top: 40px
}

/* 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
}
/* 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: inherit;
	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 var(--theme-color2);
  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: var(--theme-color2);
  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;
}
.page-about-2 p {
	text-align: justify;
}
.page-about-3 p {
	text-align: justify;
}
#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;
}
.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, var(--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: 980px) and (min-width: 481px){	
	.home-sec-6 .flickity-prev-next-button.previous {
		left: 0;
	}
	.home-sec-6 .flickity-prev-next-button.next {
		right: 0;
	}
	.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
	} */
	.home-sec-1 .image-cover{
		padding-top: 35vh !important
	}
	.home-sec-3 .box-image img {
		height: 165px;
		width: auto !important;
	}
	.home-sec-3 .box-image{
		height: 165px;
	}
	.home-sec-3 .section-content {
		height: 41vh;
	}
	.home-sec-3{
		padding-bottom: 0 !important
	}
	.home-sec-3 .box-text-inner h4{
		font-size: 24px;
	}
	.home-sec-3 .box-text-inner h4 span{
		display: block
	}
	.home-sec-4 .row-logo-kh .col-inner .img{
		width: 25% !important
	}
	#footer .col-1 .img{
		max-width: 200px;
		margin-bottom: 25px;
	}
	#footer iframe{
		height: 180px;
	}
	.page-about-3 .col-icon .col-inner{
		flex-wrap: nowrap;
		overflow: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		display: flex;
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;  /* Firefox */
	}
	.page-about-3 .col-icon .col-inner .box{
		    flex-basis: 40%;
		max-width: 40%;
		flex-shrink: 0;
		scroll-snap-align: start;
	}
	.page-about-3 .col-icon .col-inner::-webkit-scrollbar {
		display: none;
	}
	.page-about-2:before {
		content: '';
		background-color: rgb(0 45 98 / 5%);
		width: 100%;
		height: 100%;
		border-radius: 10px 0 0 10px;
		position: absolute;
		left: 0;
		top: 0;
	}
	.page-about-3 .box-text p{
		text-align: justify
	}
	.dv-sec-1 .row:first-child .img .img-inner{
		padding-top: 40% !important;
	}	
	.dv-sec-1 .row:first-child .col:nth-child(2){
		order: 3;
	}
	.dv-sec-1 .dv-row-2 .text{
		padding: 10px;
	}
	.dv-sec-1 .dv-row-2 .text:not(:last-child) {
		margin-bottom: 20px;
	}
	.dv-sec-1 .dv-row-2 .text{
		width: 95%;
	}
	.dv-sec-1 .dv-row-2 .text p{
		font-size: 16px;
	}
	.dv-sec-1 .dv-row-2 .text-right:before, .dv-sec-1 .dv-row-2 .text-left:before{
		width: 40px;
	}
	.dv-sec-1 .dv-row-2 .text-right:after, .dv-sec-1 .dv-row-2 .text-left:after{
		right: calc(100% + 40px);
	}
	.dv-sec-1 .dv-row-2 .text-left:after{
		left: calc(100% + 40px);
		right: auto
	}
	.home-sec-6 .row:not(.slider) .post-item:last-child{
		display: none;
	}
}
@media (max-width: 480px){
	.page-about-1 .col-right .number p:first-of-type {
		font-size: 50px;
	}
	.page-about-1 .col-right .number p:nth-of-type(2) {
		font-size: 18px;
	}
	.page-about-1 .col-left h2 {
		font-size: 30px;
	}
	#main .dv-sec-1 {
		padding: 30px 0 30px 0;
	}
	.dv-sec-1 .dv-row-2 {
		margin-top: 0;
	}
	.dv-sec-1 .dv-row-2 .text, .dv-sec-1 .dv-row-2 .text, .dv-sec-1 .dv-row-2 .text {
		margin: auto;
		margin-bottom: 10px!important;
		text-align: center;
		padding: 10px;
	}
	.dv-sec-1 .dv-row-2 .col2 {
		margin: 10px 0 20px 0;
	}
	.dv-sec-1 .dv-row-2 .text:before {
		display: none;
	}
	.dv-sec-1 .dv-row-2 .text:after {
		display: none;
	}
	.dv-sec-1 .img {
		margin: auto;
	}
	.page-about-1 .col-right .col-inner {
		display: block;
	}
	.page-about-3 .col-icon .col-inner {
		display: block;
	}
	.page-about-3 .box {
		margin-bottom: 30px;
	}
	.home .title h2 {
		margin-bottom: 0;
	}
	.home-sec-2 h2 {
		margin-bottom: 40px!important;
	}
	.home-sec-3 .section-content {
		height: unset;
	}
	.home-sec-4 .row-logo-kh .col-inner .img {
		width: 50%!important;
	}
	#main .home-sec-6 {
		padding: 30px 0 30px 0;
	}
	#main .home-sec-3 {
		padding: 30px 0 30px 0;
	}
	#main .home-sec-1 .image-cover {
		padding-top: 35vh!important;
	}
	.home-sec-2 .group-box > .box {
		width: 100%;
	}
	.product-main .product-info{
		margin-top: 30px;
	}
	.title h2 {
		font-size: 26px;
		position: relative;
		margin-bottom: 40px;
	}
	.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: 15px;
		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;
	}
	.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;
	}	
}