/* trang chu */
.home-sec-1 .title h2{
	font-size: 80px;
	margin-top: 0;
	color: var(--theme-color)
}
.title h2{
	font-size: 36px;
	color: #414141;
	line-height: 1.2;
	margin-bottom: 0;
}
.sub-title h3{
	font-family: var(--medi);
	font-size: 28px;
	margin-bottom: 0;
}
.pb-0{
	padding-bottom: 0;
}
.pb-60{
	padding-bottom: 60px !important
}
.pb-5{
	padding-bottom: 5px !important
}
.txt-blue, .txt-blue *{
	color: var(--theme-color2) !important;
}
.txt-white, .txt-white *{
	color: white !important;
}
.mb-20{
	margin-bottom: 20px !important;
}
.home-sec-1 .banner h3{
	font-size: 36px;
	color: var(--theme-color);
	margin-bottom: 30px;
	margin-top: 10px;
	line-height: 1.2;
}
.home-sec-1 .banner p{
	font-size: 16px;
	max-width: 70%;
}
.btn-1, #shop-sidebar .widget_price_filter .price_slider_amount .button{
	padding: 0 35px;
	font-weight: 100;
	background-image: linear-gradient( to right, #4ACFFF, #1E82CF);
	border: none;
	box-shadow: none !important;
	transition: .5s;
	position: relative
}
.btn-1{
	padding-left: 50px;
}
.btn-1:before{
	content:'\f178';
	font-family: var(--fa6);
	color: var(--theme-color2);
	width: 25px;
	height: 25px;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	background-color: white;
	left: 15px;
	top: 50%;
	transform: translatey(-50%);
	font-weight: 400;
	font-size: 14px;
}
.btn-1:hover{
	background-image: linear-gradient( to left, #4ACFFF, #1E82CF);
}
form .btn-1:hover, .sec-ft .f-nhantv .btn-1:hover{
	background-color: var(--theme-color) !important;
	color: white !important
}
form .btn-1:hover:before{
	background-color: white !important;
	color: var(--theme-color) !important
}
.home-sec-1 .slider .flickity-page-dots .dot, .home-sec-8 .slider .flickity-page-dots .dot {
	opacity: 1 !important;
	transition: all 0.2s ease;
	border: 1px solid white;
	background-color: white;
	margin: 0px 10px;
}
.home-sec-1 .slider .flickity-page-dots .dot.is-selected, .home-sec-8 .slider .flickity-page-dots .dot.is-selected {
	background-color: var(--theme-color2);
	border-color: var(--theme-color2);
	border-radius: 10px;
	border: 0;
}
.product-small.box .price-wrapper{
	height: max-content;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 15px;
}
.product-small.box .price-wrapper .amount{
	color: var(--theme-color);	
}
.product-small.box{
	background-color: white;
}
.product-small.box .box-image{
	border-radius: 15px;
	background-image: url(/wp-content/uploads/2023/10/Rectangle-1690.webp);
	border-radius: 10px;
	background-size: cover;
}

.home-sec-2 .row-title{
	position: relative;
	margin-bottom: 10px;
}
.home-sec-2 .btn-1{
	margin-bottom: 0
}
.row-img-home{
	margin-top: 0 !important
}
.home-sec-2{
	padding-bottom: 10px !important
}
.open-video {
	border: 3px solid white !important;
	-webkit-animation: ripple 0.7s linear infinite;
	animation: ripple_video 0.7s linear infinite;
	background-color: rgba(108,182,69, .8)
}
@keyframes ripple_video {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.2), 0 0 0 .5em rgba(255,255,255, 0.2);
		box-shadow: 0 0 0 0 rgba(255,255,255, 0.2), 0 0 0 .5em rgba(255,255,255, 0.2);
	}

	100% {
		-webkit-box-shadow: 0 0 0 .5em rgba(255,255,255, 0.2), 0 0 0 1em rgba(255,255,255, 0);
		box-shadow: 0 0 0 .5em rgba(255,255,255, 0.2), 0 0 0 1em rgba(255,255,255, 0);
	}
}

.sec-home-6 .banner {
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.6s linear;
	pointer-events: none;
	background-color: transparent
}
.sec-home-6 .banner {
	padding-top: 177.25%;
}
.sec-home-6 .slick-center + .banner {
	/* width: 300px !important; */
}
.sec-home-6 .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sec-home-6 #list-video .banner {
	width: 200px !important;
	transition: all 0.4s ease;
}
.sec-home-6 .swiper-slide-next + .banner {
	width: 300px !important;
}
.sec-home-6 #list-video .owl-item.cloned {
	opacity: 0;
}
.sec-home-6 #list-video .owl-item.cloned.active {
	opacity: 1;
}
.sec-home-6 #list-video .owl-item.firstactiveitem .banner {
	width: 280px !important;
}
.sec-home-6 #list-video .owl-stage {
	height: 532px;
	overflow: hidden;
}
.sec-home-6 #list-video:has(.firstactiveitem) .owl-stage {
	display: flex;
	align-items: center;
}
.sec-home-6 #list-video .owl-item.firstactiveitem .banner {
	filter: unset;
	pointer-events: auto;
	cursor: pointer;
	background-color: transparent
}
.sec-home-6 .owl-nav button{
	width: 43px;
	height: 43px;
	border-radius: 100px !important;
	background-color: #EAFAE3 !important;
	color: var(--theme-color2) !important;
	display: inline-flex !important;
	justify-content: center;
	align-items: center;
}
.sec-home-6 .owl-nav{
	position: absolute;
	bottom: 20px;
	left: 290px;
}
.sec-home-6 #counter{
	position: absolute;
	top: 50px;
	left: 290px;
	font-size: 18px;
}
.sec-home-6 #list-video .owl-item:not(.firstactiveitem) .banner a{
	display: none;
}
.sec-home-6 .title{
	margin-bottom: 40px;
}
.sec-home-6 h3{
	margin-top: 50px;
	font-size: 18px;
}
.sec-home-6 p{
	max-width: 90%;
}
.sec-home-6 .social-icons a, .button.facebook:not(.is-outline), .button.instagram:not(.is-outline), .button.youtube:not(.is-outline){
	width: 52px;
	height: 52px;
	border-radius: 100px;
	color: var(--theme-color2) !important;
	margin-right: 15px;
	display: inline-flex;
	justify-content: center;
	align-items: center
}
.sec-home-6 .social-icons i{
	font-size: 18px;
	top: 0
}
.home-sec-7 .slider-wrapper .row{
	width: 16% !important;
	opacity: 1 !important;
	margin: 0 1px;
}
.home-sec-7 .slider-wrapper .row .col{
	padding-bottom: 0 !important
}
.home-sec-7 .title h2.txt-blue{
	margin-bottom: 5px;
}
.home-sec-8 .flickity-prev-next-button{
	display: none;
}
.home-sec-8 .post-meta{
	font-size: 14px;
	color: #6d6d6d;
	margin-bottom: 8px;
}
.home-sec-8 .post-title{
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 24px;
	-webkit-line-clamp: 2;
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.home-sec-8 .box-text .button{
	font-size: 13px;
	padding-left: 33px;
	position: relative;
	font-weight: 100;
	font-family: var(--semi);
	text-transform: uppercase;
	color: var(--theme-color2)
} 
.home-sec-8 .box-text .button:before{
	content: '\f178';
	font-family: var(--fa6);
	position: absolute;
	left: 0;
	top: 2px;
	width: 27px;
	height: 27px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--theme-color2);
	color: white;
	border-radius: 50px;
	font-weight: 400;
	font-size: 12px;
}
.home-sec-8 .box-text .button:hover{
	color: var(--theme-color2)
}
.home-sec-8 .box-text{
	padding: 25px 0
}
.home-sec-8 .image-cover{
	border-radius: 10px;
}
.home-sec-8 .slider .flickity-page-dots .dot{
	background-color: #E0F7FF;
	border-color: #E0F7FF;
}
.f-nhantv .d-flex{
	display: flex;
	justify-content: space-between;
}
.f-nhantv .d-flex > *{
	width: 100%;
}
.f-nhantv .d-flex input, .f-nhantv textarea{
	border: none;
	background-color: transparent !important;
	box-shadow: none !important;
	border-bottom: 1px solid white;
	font-weight: 100;
	font-size: 15px;
	font-family: var(--light);
	color: white;
	padding-left: 0;
	
}
.f-nhantv .d-flex input::placeholder, .f-nhantv textarea::placeholder{
	color: white;
}

.home-sec-9 .form-contact .d-flex input, .home-sec-9 .form-contact textarea, .home-sec-4 .f-nhantv .d-flex input, .home-sec-4 .f-nhantv textarea{
	border: none !important;
	background-color: #fff !important;
	box-shadow: none !important;
	font-weight: 100;
	font-size: 15px;
	font-family: var(--medi);
	color: var(--theme-color) !important;
	border-radius: 8px;
	padding-left: 12px !important;
}
.home-sec-9 .form-contact .d-flex input::placeholder, .home-sec-9 .form-contact textarea::placeholder, .home-sec-4 .f-nhantv .d-flex input::placeholder, .home-sec-4 .f-nhantv textarea::placeholder{
	color: var(--theme-color) !important;
}
.home-sec-9 .form-contact{
	margin-top: 20px;
}
.home-sec-9 .form-contact .d-flex > *{
	width: 49% !important
}
.home-sec-9 .form-contact .btn-1{
	border-radius: 100px;
    border: none;
    font-weight: 100;
    text-transform: none;
    font-size: 15px;
    padding: 0 30px 0 50px;
    margin-bottom: 0;
    margin-top: 15px;
    background-color: white !important;
    color: var(--theme-color) !important;
    background-image: none;
	margin-left: 0 !important
}
.home-sec-9 .btn-1:before {
    background-color: var(--theme-color);
    color: white;
}
.home-sec-9 .form-contact .btn-1:hover {
    background-color: var(--theme-color) !important;
    color: white !important;
}
.home-sec-9 .btn-1:hover:before {
    background-color: white !important;
    color: var(--theme-color) !important;
}
.f-nhantv textarea{
	min-height: 60px;
}
.f-nhantv .btn-1{
	border-radius: 100px;
	border: none;
	font-weight: 100;
	text-transform: none;
	font-size: 15px;
	padding: 0 30px 0 50px;
	margin-bottom: 0;
	margin-top: 15px;
	background-color: white;
	color: var(--theme-color);
	background-image: none
}
.f-nhantv .btn-1:before{
	background-color: var(--theme-color);
	color: white;
}
.f-nhantv{
	margin-top: 10px;
}
.home-sec-catelist .large-8 .col-inner{
	padding: 50px 30px;
	position: relative;
	border-radius: 0 20px 20px 0;
	overflow: hidden
}
.home-sec-catelist .large-8 .col-inner:before{
	content:'';
	position: absolute;
	height: 90px;
	width: 50%;
	background-image: url(/wp-content/uploads/2023/10/Intersection-4.webp);
	bottom: 0;
	right: 0;
	background-size: cover;
}
.home-sec-catelist .large-8 ul{
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;

}
.home-sec-catelist .large-8 li{
	width: 27%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative
}
.home-sec-catelist .large-8 li:before{
	content: '';
	position: absolute;
	width: calc(100% + 21px);
	height: 1px;
	background-color: #C4E5FF;
	bottom: 0;
	left: -21px;
}
.home-sec-catelist .large-8 li a{
	font-size: 18px;
	font-family: var(--medi);
	transition: .5s;
	display: block
}
.home-sec-catelist .large-8 li a:hover{
	transform: translatex(5px);
}
.home-sec-catelist .large-8 li::marker {
	font-size: 25px;
}
.home-sec-catelist .large-8{	
	flex-basis: 73%;
	max-width: 73%;
}
.home-sec-catelist .large-4{
	flex-basis: 27%;
	max-width: 27%;
}
.home-sec-catelist .large-4 .col-inner{
	display: flex;
	align-items: flex-end;
	justify-content: center;
	border-radius: 20px 0 0 20px;
	background-image: url(/wp-content/uploads/2023/10/Group-22382.webp);
	background-size: cover;
	background-repeat: no-repeat
}
.home-sec-catelist{
	margin-top: -70px;
}
.home-sec-catelist .row{
	border-radius: 20px;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 17px;
}
.home-sec-3 .section-bg{
	clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
	background-color: #F2FCFF;
	background-image: linear-gradient(to bottom, #F2FCFF, #DEF7FF);
}
.home-sec-3 .col-left{
	padding-right: 60px;
}
.home-sec-3 .col-left .col-inner{
	padding: 15px;
	background-color: white;
	border-radius: 15px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.home-sec-3 .banner, .home-sec-3 .banner-bg {
	border-radius: 15px;
}
.home-sec-3 .banner{
	margin-bottom: 30px;
}
.home-sec-3 .title2 h2{
	font-size: 60px;
	color: white;
	-webkit-text-stroke: 1px var(--theme-color);
	margin-bottom: 0
}
.home-sec-3 .col-left .txt-blue h3{
	font-size: 25px;
	margin-bottom: 15px
}
.home-sec-3 .col-right{
	align-items: flex-end;
}
.home-sec-3 .btn-1{
	margin-bottom: 0;
	margin-top: 20px;
}
.home-sec-3 .title h2{
	margin-bottom: 20px;
}
.home-sec-3{
	padding-bottom: 50px !important;
	margin-top: 80px;
}
.home-sec-4 .large-8 .col-inner{
	display: flex;
	flex-wrap: wrap
}
.home-sec-4 .large-8 .col-inner .box-1{
	width: 100%;
	background-color: #F2FCFF;
	display: flex;
	align-items: center;
	padding: 40px 40px 0;
}
.home-sec-4 .large-8 .col-inner .box-2, .home-sec-4 .large-8 .col-inner .box-3{
	width: 50%;
}
.home-sec-4 .large-8 .col-inner .box-2{
	background-color: #48CAFC;
	padding: 40px 50px 30px;
}
.home-sec-4 .large-8 .col-inner .box-3{
	background-color: #E0F7FF;
	padding: 40px 30px 30px;
}
.home-sec-4 .large-8 .col-inner .box-1 .box-left{
	width: 70%;
	padding-right: 15%;
}
.home-sec-4 .large-8 .col-inner .box-1 .box-right{
	width: 30%;
}
.home-sec-4 .large-8 .col-inner .box-1 .title h2{
	margin-bottom: 30px;
}
.home-sec-4 .large-8 .col-inner .box-1 li{
	font-family: var(--medi);
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	list-style: none;
	padding-left: 5px;
}
.home-sec-4 .large-8 .col-inner .box-1 li:before{
	content:'';
	position: absolute;
	width: calc(100% + 21px);
	left: -21px;
	bottom: 0;
	height: 1px;
	background-color: #A7A7A7
}
.home-sec-4 .large-8 .col-inner .box-1 li:after{
	content:"\f890";
	position: absolute;
	left: -20px;
	top: 0px;
	font-family: var(--fa6);
	color: var(--theme-color);
}
.home-sec-4 .large-8 .col-inner .box-1 li::marker {
	color: var(--theme-color)
}
.home-sec-4 .large-4 .col-inner{
	background-image: linear-gradient(to bottom, #48CAFC, #006ABC);
	padding: 80px 50px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}
.home-sec-4 .large-4 .col-inner:before{
	content:'';
	height: 140px;
	width: 100%;
	position: absolute;
	background-image: url(/wp-content/uploads/2023/10/Intersection-3.webp);
	bottom: 0;
	left: 50%;
	transform: translatex(-50%);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.home-sec-4 .large-4 .col-inner .box-content p{
	margin: 30px 0
}
.product-small.box .price-wrapper{
	margin-top: 5px
}
.post-item .post-title:hover{
	color: var(--theme-color)
}
.post-item button{
	transition: .5s;
}
.post-item button:hover{
	transform: translatex(5px)
}
@keyframes Spinner {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);

  }
}
.home-cus-cir .col-inner {
    --bd: #48CBFD;
    --pd: 20px;
    --time: 40s;
    position: relative;
    border-radius: 100rem;
    border: 0.1rem dashed var(--bd);
    padding: var(--pd);
    animation: Spinner var(--time) linear infinite;
    z-index: 2;
}
.home-cus-cir .col-inner .cir-sq {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.home-cus-cir .col-inner .cir-sq .img {
    position: absolute;
    overflow: hidden;
    border-radius: 100rem;
    border: 0.2rem solid var(--theme-color);
    animation: Spinner var(--time) linear infinite reverse;
}
.home-cus-cir .col-inner .cir-sq .img:nth-child(1) {
    width: 62px !important;
    height: 62px;
    top: 37%;
    left: -15%;
}
.home-cus-cir .col-inner .cir-sq .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-cus-cir .col-inner .cir-sq .img:nth-child(2) {
    width: 45px !important;
    height: 45px;
    top: 4%;
    left: 75%;
}
.home-cus-cir .col-inner .cir-sq .dot {
    position: absolute;
    border-radius: 100rem;
    background-color: var(--bd);
}
.home-cus-cir .col-inner .cir-sq .dot:nth-child(4) {
    width: 15px;
    height: 15px;
    top: 84%;
    left: 15%;
}
.home-cus-cir .col-inner .cir-sq .dot:nth-child(5) {
    width: 30px;
    height: 30px;
    top: -2%;
    left: 14%;
}
.home-cus-cir .col-inner .cir {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-color: var(--bd);
    padding: var(--pd);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    animation: Spinner var(--time) linear infinite reverse;
}
.home-cus-cir .col-inner .cir .img-inner{
	border-radius: 100rem
}
.sec-kh{
	overflow: hidden
}
.sec-kh .large-8 > .col-inner{
	padding-left: 30px;
}
.sec-kh .large-8 > .col-inner > p{
	margin: 40px 0 30px;
}
.sec-kh .slider-wrapper .col-inner{
	background-color: var(--theme-color);
	padding: 30px;
	border-radius: 0 20px 0 20px;
}
.sec-kh .flickity-prev-next-button.previous{
	left: -3%;
	opacity: 1 !important;
}
.sec-kh .flickity-prev-next-button.next{
	right: -3%;
	opacity: 1 !important;
}
.sec-kh .testimonial-box{
	align-items: center !important;
	margin-bottom: 15px;
}
.sec-kh .testimonial-box .star-rating{
	float: right;
}
.sec-kh .testimonial-box .testimonial-meta{
	display: none;
}
.sec-kh{
	padding-top: 90px !important
}
/* end trang chu */

/* footer */
.sec-ft{
	background-image: linear-gradient(#1F83D0, #31ACE8);
}
.sec-ft h3{
	font-size: 16px;
	font-family: var(--semi)
}
.sec-ft p, .sec-ft li, .sec-ft a{
	font-size: 15px;
}
.sec-ft p, .sec-ft li{
	margin-bottom: 5px;
}
.sec-ft .col-1 p{
	position: relative;
	padding-left: 25px;
} 
.sec-ft .col-1 p:before{
	content: '\f3c5';
	font-family: var(--fa6);
	position: absolute;
	left: 0;
	top: 0;
}
.sec-ft .col-1 .sdt p:before{
	content: '\f095';
}
.sec-ft .col-1 .mail p:before{
	content: '\f0e0';
}
.sec-ft .text.mxh li{
	list-style: none;
	position: relative;
	margin-left: 0;
	padding-left: 25px;
}
.sec-ft .text.mxh li:before{
	content: '\f39e';
	font-family: 'Font Awesome 6 Brands';
	position: absolute;
	left: 0;
	top: 0
}
.sec-ft .text.mxh li:nth-child(2):before{
	content: '\e07b';	
}
.sec-ft .text.mxh li:nth-child(3):before{
	content: '\f167';
	left: -2px
}
.sec-ft .text.mxh li:nth-child(4):before{
	content: '\f16d';	
}
.sec-ft{
	padding-bottom: 15px!important;
	padding-top: 40px!important;
}
.absolute-footer{
	padding: 5px;
	background-color: var(--theme-color2)
}
.copyright-footer{
	color: white;
}
.copyright-footer .diwe{
	border-left: 1px solid #BCC0DA;
	padding-left: 15px;
	margin-left: 10px;
}
.copyright-footer .diwe i{
	font-style: normal;
	color: red
}
.f-nhantv .d-flex.col-2 > *{
	width: 48%;
}
.sec-ft .f-nhantv textarea {
	min-height: 45px;
}
.sec-ft .f-nhantv .btn-1{
	color: var(--theme-color) !important;
	display: block;
	width: max-content;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#footer .social-icons {
	margin-top: 0;
}
.sec-ft form{
	margin-bottom: 0
}
.sec-ft .f-nhantv{
	padding: 20px;
	background-color: #52C7FF;
	border: 1px solid white;
	border-radius: 10px;
}

#wrapper .popup-custom-full .popup-content .title i {
	font-size: 22px;
	color: #2d2d2d;
}
#wrapper .popup-custom-full .content p {
	text-align: center;
}
#wrapper .popup-custom-full .content .title-form {
	font-family: var(--semi) !important;
	margin-bottom: 10px;
	font-size: 23px;
	text-align: center;
	color: var(--theme-color);
}
#wrapper .popup-custom-full .tb-box {
	padding: 25px 25px 35px;
}
#wrapper .popup-custom-full .submit button,
#wrapper .popup-custom-full .submit a {
	margin: 20px 0 0;
	background-color: var(--theme-color2);
	color: #fff;
	font-family: var(--semi);
	font-weight: normal;
	text-transform: none;
	padding: 0 30px;
	border-radius: 99px;
	text-align: center;
}
#wrapper .popup-custom-full .submit button:hover {
	background-color: var(--theme-color);
}
#wrapper .popup-custom-full .submit {
	text-align: center;
}

.popup-custom-full {
	position: fixed;
	width: 100%;
	height: 100vh;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 99999999;
	top: 0;
	left: 0;
}
.modal_show_tb .close_tb {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
}
.popup-custom-full.show {
	display: flex;
}
.popup-custom-full .popup-content {
	position: absolute;
	z-index: 9999999999;
	background-color: #fff;
	border-radius: 0.4rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 30px);
	max-width: 400px;
	height: auto;
	padding: 0;
}
.wpcf7 form .wpcf7-response-output {
  display: none;
}
.wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  background: 0 0;
  padding: 0;
  font-size: 12px;
  line-height: 15px;
  right: 0;
  top: 50px;
}

.wpcf7 .wpcf7-not-valid-tip:after {
  display: none;
}
.popup-custom-full .bg_overlay_popup {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000040;
  width: 100%;
  height: 100vh;
  z-index: 999999999;
  cursor: pointer;
}
#wrapper .popup-custom-full .popup-content {
  max-width: 650px;
}
#wrapper .popup-custom-full .popup-content .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
#wrapper .popup-custom-full .title-sub {
  color: #2d2d2d;
  font-family: var(--medium) !important;
  margin-bottom: 0;
  font-size: 20px;
}


/* end footer */
/* header */
/* .header-wrapper #masthead{
background-image: linear-gradient(to right, #6CB645, #45893E);
} */
#header .searchform {
	max-width: 175px;
}
#masthead .search-form {
	width: auto;
}
.header-wrapper #masthead .menu-item a{
	font-size: 15px;
	text-transform: none;
	color: var(--black);
	font-weight: 100;
	font-family: var(--medi)
}
.header-wrapper #masthead .menu-item{
	margin: 0 15px;
}
.header-wrapper #masthead .cart-item{
	margin-left: 15px;
}
.header-wrapper #masthead .header-cart-link{
	height: 34px;
	background-color: #1E82CF;
	border-radius: 5px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
	color: white;
	padding: 0 15px;
}
.header-wrapper #masthead .image-icon{
	margin-right: 10px;
	margin-left: 0
}
.header-wrapper #masthead .header-cart-link .header-cart-title{
	padding-top: 2px;
}
#masthead .image-icon img{
	width: 15px;
	min-width: 15px;
}
#masthead .image-icon:after{
	right: -10px;
    top: -3px;
	color: var(--theme-color);
    background-color: #DFF2FF;
}
.cart-mini-product-info .quantity{
	align-items: flex-start
}
.header-nav .current_page_item.active > a, .header-nav li:hover > a{
	color: var(--theme-color) !important
}
.header-wrapper #masthead .header-cart-link{
	color: white !important
}
/* end header */

/* about */
.page-about1{
	padding-bottom: 60px !important
}
.page-about2{
	padding-top: 60px !important
}
.page-about1 .video-button-wrapper a{
	border: 3px solid white !important;
	-webkit-animation: ripple 0.7s linear infinite;
	animation: ripple_video 0.7s linear infinite;
	background-color: rgba(108,182,69, .8)
}
.page-about2 .col-left .icon-box{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	border-radius: 10px;
}
.form-contact__submit .btn-1{
	padding-left: 35px;
}
.form-contact .form-contact__info input, .form-contact .form-contact__info textarea{
	border: none;
	box-shadow: none;
	border-bottom: 1px solid var(--black);
	padding-left: 0
}
.form-contact .form-contact__info .d-flex{
	display: flex;
	justify-content: space-between;
}
.form-contact .form-contact__info .d-flex > *{
	width: 48%;
}
.form-contact .btn-1{
	padding-right: 20px;
    padding-left: 45px;
	border-radius: 50px;
	color: white !important;
	margin: 5px 0 0;
	display: block;
	margin-left: auto;
}
.contact-sec-1 .col-left .col-inner{
	background-color: #E0F7FF;
	padding: 40px;
	border-radius: 10px;
}
.contact-sec-1 .col-right .col-inner{
	padding-left: 35px;
}
/* .contact-sec-1 .row.align-center{
	margin-bottom: 45px;
} */
.lh-txt p{
	margin-bottom: 0;
	position: relative;	
	padding-left: 45px;
	min-height: 40px;
    display: flex;
    align-items: center;
}
.lh-txt{	
	margin-bottom: 15px;	
}
.lh-txt p:before{
	content:'\f3c5';
	font-family: var(--fa6);
	position: absolute;
	width: 35px;
	height: 35px;
	border-radius: 50px;
	color: var(--theme-color);
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	top: 0;
	background-color: white;
}
.lh-txt.sdt p:before{
	content:'\f2a0';
}
.lh-txt.mail p:before{
	content:'\f0e0';
}
.contact-sec-1 .social-icons a{
	margin-right: 10px;
	font-size: 18px;
}
.contact-sec-1 .social-icons i{
	color: var(--theme-color)
}
/* end about */
/* Single product */
.woocommerce-product-gallery .image-tools{
	display: none;
}
.single-product .rank-math-breadcrumb .separator:nth-last-child(2), .single-product .rank-math-breadcrumb .last{
	display: none;
}
.product-footer{
	overflow: hidden
}
.box-chinhsach{
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	margin-top: 30px;
}
.box-chinhsach > div{
	width: calc(50% - 8px);
	display: flex;
}
.box-chinhsach p{
	margin-bottom: 0
}
.box-chinhsach > div i{
	font-size: 20px;
	margin-right: 10px;
	padding-top: 2px;
}
.single-product .product-short-description{
	max-height: 170px;
	overflow: auto;
	margin-bottom: 30px;
}
.single-product .shop-page-title{
	display: none;
}
.single-product #header .header-wrapper{
	box-shadow: 1px 1px 10px rgba(0,0,0,.15);
}
.single-product .product-main{
	margin-top: 30px;
} 
.product-footer{
	margin-bottom: 20px;
}
.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow, .woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow{
	background-color: var(--theme-color2);
}
.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow:hover, .woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow:hover{
	background-color: var(--theme-color);
}
#tab-title-additional_information{
	display: none;
}
/* end single product */
/* page product list */
.text-shop-title{
	padding-left: 15px;
}
.category-page-row{
	margin-top: 20px;
}
/* end page product list */
/* he thong dai ly */
.show-map {
	height: 500px;
}
.product-row-sub-title, .product-row-title, .dvls-submit i{
	display: none;
}
.dvls-submit{
	border-radius: 50px;
}
.dvls_result_wrap .dvls_result_item.active .dvls_result_infor:before{
	color: var(--theme-color)!important;
	border-color: var(--theme-color)!important;
}

/* end he thong dai ly */

/* Single post */
.single-post h1.entry-title{
	color: var(--theme-color);
	font-size: 32px;
}
.single-post .rank-math-breadcrumb .last, .single-post .rank-math-breadcrumb span:nth-last-child(2), .single-post .entry-content > .box-image-detail{
	display: none;
}
.single-post .header-single{
	margin-bottom: 60px;
}
.featured-posts .box-blog-post .image-cover img{
	transition: .4s
}
.featured-posts .box-blog-post .image-cover:hover img{
	transform: scale(1.2)
}
/* end single post */

/* blog-archive */
.blog-main {
	padding-top: 60px;
}
.blog-wrapper.blog-archive {
	padding-top: 0;
	background: #F2FCFF;
}
.blog-archive.blog-tuyendung {
	background-color: #fff;
}
.blog-wrapper .archive-page-header {
	position: relative;
	margin-bottom: 60px;
}
.blog-wrapper .archive-page-header .banner-bg,
.blog-wrapper .header-single .banner-bg,
.page-banner .banner-bg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.blog-wrapper .archive-page-header .col,
.blog-wrapper .header-single .col,
.page-banner .col {
	padding: 200px 15px 40px;
	z-index: 3;
}
.blog-wrapper .archive-page-header h1.page-title,
.blog-wrapper .header-single h2,
.page-banner h1.entry-title {
	font-size: 40px;
	font-weight: normal;
	margin-bottom: 12px;
	margin-top: 0;
	color: #fff;
	text-align: left;
}
.blog-archive .blog-main {
	padding-top: 80px;
	position: relative;
}
.category-main .box-text {
	box-shadow: 0 0 #0000, 0 0 #0000, 0px 5px 20px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	padding: 32px 32px 60px;
	display: flex;
}
.category-main .box-text .post-date {
	width: 60px;
	height: auto;
	flex-shrink: 0;
	display: flex;
	text-align: center;
	flex-direction: column;
	align-items: center;
}
.category-main .box-text .post-date:before {
	content: '';
	background: url(/wp-content/uploads/2023/10/calendar.webp) no-repeat center;
	width: 55px;
	height: 55px;
	display: block;
	background-size: cover;
	margin-bottom: 12px;
}

.category-main .box-text .badge-inner span {
	color: #44494d;
	display: block;
}
.category-main .box-text .box-text-inner {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	padding-left: 0px;
	margin-left: 0px;
/* 	border-left: 1px solid #868686; */
	border: none;
}
.category-main .box-text .post-date{
	display: none;
}
.category-main .box-text .post-date-day {
	font-size: 36px;
	font-family: var(--bold);
	line-height: 1.5rem;
	color: #44494d;
}
.category-main .box-text .post-date-month {
	font-size: 16px;
	font-family: var(--medi);
	color: #44494d;
}
.category-main .box img {
	transition: all 0.4s ease-in-out;
}
.category-main .box:hover img {
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	transform: scale(1.06);
}
.category-main .box-text .post-meta {
}

.category-main .box-text .post-title a {
}
.category-main .box-text .post-title a:hover {
	color: var(--theme-color);
}
.category-main .box-text .button {
	position: absolute;
	margin: 0;
	font-size: 15px;
	bottom: 45px;
	right: 30px;
	font-weight: normal;
	color: var(--theme-color);
	font-family: var(--medi);
}
.category-main .box-text .button:after {
	content: '\f105';
	font-family: var(--fa6);
}
.category-main .image-cover{
	border-radius: 10px 10px 0 0
}
.category-main .box-text{
	border-radius: 0 0 10px 10px;
}

.nav-pagination > li > a,
.nav-pagination > li > span {
	border: 1px solid;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: normal;
	font-family: var(--medi);
	color: var(--theme-color) !important;
}
.nav-pagination > li > span.current {
	color: #fff !important;
}
.nav-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px !important;
}
.nav-pagination > li > a:hover {
	color: #fff !important;
}
.nav-pagination .icon-angle-right:before {
	content: '\f061';
	font-family: var(--fa6);
	font-weight: 300;
}
.nav-pagination .icon-angle-left:before {
	content: '\f060';
	font-family: var(--fa6);
	font-weight: 300;
}
.post-sidebar .featured-posts {
	padding: 20px;
	background: #fff;
	box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
	-webkit-box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
	margin-top: 0;
	border-radius: 10px;
}
.post-sidebar .featured-posts .title-post {
	font-size: 26px;
	margin-bottom: 5px;
	line-height: 1.5;
}
.post-sidebar .featured-posts .box-blog a {
	display: flex;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}
.post-sidebar .featured-posts .box-blog .box-image {
	width: 35%;
	flex-shrink: 0;
}
.post-sidebar .featured-posts .title {
	color: #070707;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-size: 16px;
	font-family: var(--semi);
}
.post-sidebar .featured-posts .box:hover h4 {
	color: var(--theme-color);
}
.post-sidebar .featured-posts .box img {
	transition: all 0.3s ease;
}
.post-sidebar .featured-posts .box:hover img {
	transform: scale(1.1);
}
.post-sidebar .featured-posts .box-blog .image-cover {
	border-radius: 10px;
}
.post-sidebar .featured-posts .box-blog .box-text {
	padding: 10px 10px 10px 15px;
}
.post-sidebar .featured-posts .box-blog:last-of-type a {
	border: 0;
}
.post-sidebar .featured-posts .box-blog {
	display: flex;
}
.featured-posts .box-blog-post .box-text{
	padding: 0 0 0 15px;
}
.featured-posts .post-item{
	padding: 10px;
}
.post-sidebar .box-blog-post .post-title{
	margin: 0;
}
.post-sidebar .featured-posts .post-title {
    color: #070707;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-family: var(--semi);
	height: 60px;
}
.large-12 .featured-posts .box-blog-post .box-text{
	padding: 20px 0 0;
}
.large-12 .featured-posts .post-item{
	padding: 0 15px 30px;
}
/* end-blog-archive */


/* cart */
.woocommerce-form-coupon-toggle, header .is-divider, .page-id-15 .entry-header, .page-id-14 .entry-header{
	display: none;
}

/* end cart */

/* ho tro kh */
.page-about3 .title h2 {
	line-height: 40px;
	text-align: center;
	margin-bottom: 40px;
}
.page-about3 .accordion-item .accordion-title {
	padding: 7px 35px 7px 0;
	border-top: 0;
	position: relative;
}
.page-about3 .accordion-item .accordion-title .toggle {
	position: absolute;
	right: 0;
	left: unset;
	width: 30px;
	height: 30px;
	top: 0px;
	margin: 0;
}
.page-about3 .accordion-item .active .toggle {
	transform: unset;
}
.page-about3 .accordion-item .accordion-title .icon-angle-down:before {
	content: '\2b';
	font-family: var(--fa6);
	font-weight: 300;
	font-size: 20px;
}
.page-about3 .accordion-item .accordion-title.active .icon-angle-down:before {
	content: '\f068';
}
.page-about3 .accordion-item .accordion-inner {
	padding: 15px 0 0;
}
.page-about3 .accordion-item {
	padding: 12px 40px;
}
.page-about3 .accordion-item + .accordion-item {
	border-top: 1px solid #e6e6e6;
}
.page-about3 .accordion-item.active {
	padding: 35px 40px 20px;
	margin-bottom: 15px;
	box-shadow: 0 20px 35px rgb(0 0 0 / 8%);
	-webkit-box-shadow: 0 20px 35px rgb(0 0 0 / 8%);
	-moz-box-shadow: 0 20px 35px rgba(0, 0, 0, 0.08);
	margin-bottom: 30px;
	border-radius: 5px;
}
.page-about3 .accordion-item .accordion-title.active {
	border: 0;
	background-color: #fff;
}
.home-sec-9 .large-9 .col-inner{
	padding: 45px 45px 20px;
	border-radius: 15px;
}
.home-sec-9 .large-3 .col-inner{
	padding: 30px;
	border-radius: 15px;
}
.home-sec-9 .large-3 .col-inner p{
	font-size: 18px;
	font-family: var(--semi);
	margin-bottom: 25px;
    margin-top: 10px;
}
.home-sec-9{
	padding-top: 0 !important
}
/* end ho tro kh */

/* button contact */
.list-shortcut-desktop {
    position: fixed;
    z-index: 100;
    right: 20px;
    bottom: 35%
}

.list-shortcut-desktop .zalo {
    border-radius: 50%;
    box-shadow: 0 0 25px 0 rgba(100,97,97,.3);
    width: 48px;
    height: 48px;
    background: url(/wp-content/uploads/2023/12/all_shortcut.svg) 0 -100px;
    display: block;
    margin-bottom: 20px
}

.list-shortcut-desktop .mess {
    border-radius: 50%;
    box-shadow: 0 0 25px 0 rgba(100,97,97,.3);
    width: 48px;
    height: 48px;
    background: url(/wp-content/uploads/2023/12/all_shortcut.svg) 0 -150px;
    display: block;
    margin-bottom: 20px
}

.n-tell {
    position: fixed;
    bottom: 0;
    z-index: 9999;
}
.n-tell-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    left: -11px;
    bottom: 0px;
    display: block;
}
.n-tell-cricle {
    width: 85px;
    height: 85px;
    top: 12px;
    left: 12px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid #0D7ACE;
    background-color: transparent;
    -webkit-animation: phonering-cricle 1.2s infinite ease-in-out;
    animation: phonering-cricle 1.2s infinite ease-in-out;
    transition: all .5s;
    opacity: 0.5;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.n-tell-cricle-fill {
    width: 55px;
    height: 55px;
    top: 27px;
    left: 27px;
    background-color: rgba(13,122,206 , 0.7);
    border-radius: 100%;
    position: absolute;
    border: 2px solid transparent;
    -webkit-animation: phonering-circle-fill 2.3s infinite ease-in-out;
    animation: phonering-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.n-tell-img-cricle {
    background-color: #0D7ACE;
    width: 38px;
    height: 38px;
    top: 35px;
    left: 35px;
    position: absolute;
    background-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-circle-img 1s infinite ease-in-out;
    animation: phonering-circle-img 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    align-items: center;
    justify-content: center;
}

.n-tell-img-cricle .n-pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.n-tell-img-cricle .n-pps-btn-img img {
    width: 25px;
    height: 25px;
}
.n-tell .n-tell-bar {
    position: absolute;
    background: rgba(13,122,206 , 0.75);
    height: 40px;
    width: 150px;
    line-height: 40px;
    border-radius: 3px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    padding: 0 10px;
    left: 35px;
    top: 35px;
    border-radius: 50px !important;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
}
.n-tell .n-tell-bar>a {
    color: #fff !important;
    text-decoration: none;
    font-size: 13px !important;
    font-weight: bold !important;
    text-indent: 30px;
    display: block !important;
    letter-spacing: 1px;
}
.n-tell .n-tell-bar .n-text-tell {
    position: absolute;
    bottom: 0;
}
@-webkit-keyframes phonering-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}
@-webkit-keyframes phonering-circle-img {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
}
@-webkit-keyframes phonering-cricle {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    50% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
	}
}
/* end button contact */


@media(min-width: 1600px){
	.container-width, .full-width .ubermenu-nav, .container, .row:not(.row-full-width){
		max-width: 85vw !important
	}
	.home-sec-4 .box-content{
		padding-left: 5vw;
	}
/* 	p {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 1rem;
	}
	.title h2{
		font-size: 40px;
	} */
	.home-sec-catelist .large-8 .col-inner{
		padding: 50px 60px;
	}
	.product-small.box .box-text{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
/* 	.home-sec-8 .post-title {
		font-size: 20px;
		line-height: 30px;
		height: 60px;
	}
	.sec-ft h3 {
		font-size: 20px;
	}
	.sec-ft p, .sec-ft li, .sec-ft a {
		font-size: 18px;
	}
	.home-sec-4 .box-2 h3{
		font-size: 40px;
	}
	.f-nhantv .d-flex input, .f-nhantv textarea, .f-nhantv .btn-1, .btn-1, #shop-sidebar .widget_price_filter .price_slider_amount .button, .header-wrapper #masthead .menu-item a{
		font-size: 18px;
	} */
	.header-wrapper #masthead .header-cart-link{
		font-weight: 100;
/* 		font-size: 17px; */
	}
/* 	.product-small.box .add-to-cart-button a{
		font-size: 16px;
	}
	.product-small.box .product-title a, .product-small.box .price-wrapper .amount{
		font-size: 18px;
	} */
	.product-small.box .price-wrapper{
		margin-top: 10px
	}
	.woo-variation-gallery-wrapper {
		max-height: 727px;
	}
	.single-product .product-short-description {
		max-height: 220px;
	}
/* 	.woocommerce-tabs ul.tabs a{
		font-size: 20px;
	}
	.blog-archive .large-8 .box-blog-post .post-title{
		font-size: 22px;
		height: auto;
		max-height: 58px;
	}
	.post-sidebar .featured-posts .post-title {
		font-size: 18px;
		height: 70px;
	} */
	.home-cus-cir .col-inner .cir-sq .img:nth-child(1) {		
		left: -10%;
	}
	.home-cus-cir .col-inner .cir-sq .dot:nth-child(5){
		top: 2%;
	}
	.home-cus-cir .col-inner .cir-sq .dot:nth-child(4){
		top: 85%;
	}

}

@media(max-width: 1600px){
	.home-sec-4 .large-8 .col-inner .box-1, .home-sec-4 .large-8 .col-inner .box-3{
		padding-right: calc((100vw - 1220px) / 2);
	}
/* 	.home-sec-4 .large-4 .col-inner{
		padding-left: calc((100vw - 1220px) / 2);
	} */
	
}
@media(max-width: 1199.98px) and (min-width: 981px){
	.header-wrapper #masthead .header-cart-link .header-cart-title{
		display: none;
	}
	.header-wrapper #masthead .image-icon{
		margin: 0;
	}	
	.header-wrapper #masthead .menu-item a, .home-sec-5 p{
		font-size: 13px;
	}
	#header .searchform {
		max-width: 110px;
	}
	.home-sec-1 .banner h3 {
		font-size: 30px;
	}
	.home-sec-1 .title h2 {
		font-size: 65px;
	}
	.home-sec-catelist .large-8 li a {
		font-size: 16px;
	}
	.home-sec-catelist .large-8 .col-inner{
		padding: 30px;
	}
	.home-sec-catelist .large-8 ul{
		margin-top: 10px;
	}
	.home-sec-catelist .row{
		width: calc(100vw - 30px);
		margin: auto
	}
	.home-sec-1 .text-box{
		padding-left: 15px;
	}
	.home-sec-1 .img{
		right: 15px;
	}
	.home-sec-1 .banner{
		padding-top: 530px !important
	}
	.home-sec-3 .col-left {
		padding-right: 20px;
	}
	.product-small.box .add-to-cart-button {
		width: 80%;
	}
	.home-sec-2 .img .image-zoom{
		padding-top: 74% !important
	}
	.home-sec-2 .large-6:first-child{
		padding-right: 10px;
	}
	.title h2{
		font-size: 30px;
	}
	.home-sec-9 .large-9 {
		flex-basis: 70%;
		max-width: 70%;
	}
	.home-sec-9 .large-3 {
		flex-basis: 30%;
		max-width: 30%;
	}
	.sec-ft .hide-for-medium{
		display: none;
	}
	.sec-ft .large-2 {
		flex-basis: 20%;
		max-width: 20%;
	}
	.single .product-info{
		padding: 20px;
	}
	.product-info .product-short-description{
		max-height: 90px;
		overflow: auto;
		margin-bottom: 10px;
	}
	.archive .large-columns-3 .post-item:first-child .box .box-text{
		padding: 15px 25px;
	}
	.blog-wrapper .archive-page-header .col, .blog-wrapper .header-single .col, .page-banner .col {
		padding: 100px 15px 50px;
		z-index: 3;
	}
	.home-sec-4 .large-4 .col-inner{
		padding: 80px 20px;
	}
	.home-sec-4 .large-8 .col-inner .box-1 .box-left{
		padding-right: 10%;
	}
	.home-sec-4 .large-8 .col-inner .box-1 .title h2 {
		margin-bottom: 15px;
	}
	.home-sec-4 .large-8 .col-inner .box-1 li{
		font-size: 15px;
	}
	.home-sec-4 .large-8 .col-inner .box-1, .home-sec-4 .large-8 .col-inner .box-3{
		padding-right: 15px;
	}

	#header .icon-search {
		font-size: 15px;
	}
	.form-contact .form-item input{
		height: 40px;
	}
	.section.page-contact {
		margin-top: -200px;
	}
	.page-contact .col-info .title p{
		font-size: 17px;
	}
	.page-contact .col-info h2 {
		margin-bottom: 20px;
		font-size: 34px;
	}
	.form-contact .form-item textarea{
		min-height: 70px
	}
	.form-contact .form-item {
		position: relative;
		margin-bottom: 25px;
	}
	.sec-ft .col-1{
		flex-basis: 37%;
		max-width: 37%;
	}
	.product-info .single_add_to_cart_button, .product-info .single_buynow_button{
		font-size: 15px;
		padding: 0 10px;
		height: 40px;
		margin-top: 10px;
	}
	.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper .slick-list{
		max-height: 365px;
	}
	.woo-variation-gallery-wrapper{
		max-height: 425px;
	}
	.product-info h1.product-title, .product-info .price-wrapper ins .amount, .product-info .price-wrapper span.amount {
		font-size: 20px;
	}
	.box-chinhsach p{
		font-size: 15px;
	}
	.product-main .quantity input{
		min-height: 30px;
		height: 30px;
		line-height: 30px;
	}
	.box-chinhsach{
		margin-top: 20px;
	}
	.product-info .price {
		margin-bottom: 10px !important
	}
	
}
@media(max-width: 980px){
	.header-wrapper #masthead .image-icon{
		margin: 0;
	}	
	#header .header-main {
		height: 70px !important;
	}
	.header-wrapper #masthead .mobile-nav .header-search {
		width: 34px;
		height: 34px;
		background-color: #70B565;
		border-radius: 100px;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		color: white
	}
	#header .mobile-nav .icon-search:before{
		color: var(--theme-color);
	}
	#header .nav>li>a>i.icon-menu{
		color: var(--theme-color)
	}
	.off-canvas-right .mfp-content {
		padding: 0;
		margin: 0;
		background-color: #fafafa;
		width: 375px;
	}
	.mobile-sidebar .logo-mobile {
		padding: 30px;
		border-bottom: 1px solid #ddd;
	}
	.mobile-sidebar .logo-mobile img {
		height: 90px;
		object-fit: contain;
	}
	.mfp-close {
		opacity: 1 !important;
		top: 30px;
		right: 30px;
	}
	.mobile-sidebar .info_menu {
		margin-top: auto;
		display: block;
		padding: 0 30px 30px;
	}
	.mobile-sidebar .info_menu ul {
		list-style: none;
	}
	.mobile-sidebar .info_menu ul li {
		color: #777;
		font-size: 14px;
		padding-left: 25px;
		position: relative;
	}
	.mobile-sidebar .info_menu ul li i {
		position: absolute;
		left: 0;
		top: 5px;
	}
	#main-menu.mobile-sidebar {
		height: 100%;
		display: flex;
		flex-direction: column;
	}
	.off-canvas .sidebar-menu {
		padding: 10px 0;
	}
	.off-canvas-left .mfp-content{
		width: 330px;
		background-color: white
	}
	.sidebar-menu li a{
		font-size: 15px;
		color: var(--black);
		font-weight: 100;
		font-family: var(--medi);
		text-transform: uppercase
	}
	.main-menu-overlay{
		background-color: var(--black) !important;
	}
	#shop-sidebar{
		height: auto
	}
	#shop-sidebar .widget:not(:last-of-type) {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.shop-page-title .rank-math-breadcrumb a,
	.shop-page-title .rank-math-breadcrumb span {
		color: #515151;
		font-family: var(--regular);
		opacity: 1;
		font-weight: normal;
	}
	.shop-page-title .rank-math-breadcrumb .last {
		color: var(--theme-color);
	}
	.title-shop{
		display: none
	}
	.rank-math-breadcrumb p{
		text-align: left;
		padding: 0 15px;
	}
	.shop-page-title .page-title-inner{
		min-height: 60px;
		align-items: center;
		justify-content: center;
		box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 5px;
	}
	.shop-page-title .page-title-inner .flex-col{
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
		display: flex;
		padding-top: 15px;
	}
	.single-product .shop-page-title{
		display: block
	}
	.shop-page-title .rank-math-breadcrumb{
		margin-bottom: 0;
	}
	.shop-page-title{
		z-index: 3;
	}
	.single-product .page-title-inner > div:last-child{
		display: none;
	}
	.single .product-info{
		margin: 0;
		padding: 0 15px
	}
	.product-info h1.product-title {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.product-info .product-short-description {
		max-height: 195px;
		overflow: auto;
		margin-bottom: 10px;
	}
	.product-gallery .large-10{
		margin-bottom: 15px;
	}
	.single .product-container .product-main{
		margin-bottom: 0;
	}
	.product-footer .row-info {
		padding-top: 40px;
		position: relative;
	}
	.tab-panels h2{
		font-size: 22px;
	}
	.archive .large-columns-3 .post-item:first-child .box .box-text{
		padding-top: 5px;
		padding-bottom: 0;
	}
	.archive .large-columns-3 .post-item:first-child .box-blog-post .from_the_blog_excerpt {
		-webkit-line-clamp: 4;
	}
	.blog-archive .row-blog{
		margin-top: 40px;
	}
	.blog-archive .row-blog .post-item{
		flex-basis: 50%;
		max-width: 50%;
	}
	.single-post .single-page > .box-image-detail{
		display: none
	}
	.single-post .single-page {
		padding-top: 0
	}
	.page-about3 .accordion-item {
		padding: 12px 20px !important;
	}
	.page-about3{
		padding-top: 50px !important;
		padding-bottom: 20px !important
	}
	.page-about3 .title h2{
		margin-bottom: 15px;
	}
	.single .product-info{
		padding: 10px 15px;		
		margin: 20px auto 0;
		background-color: white
	}
	.single .product-info > div{
		width: calc(100vw - 30px);
		margin: auto;
		padding: 25px;
		background-color: #F2FCFF;
		border-radius: 6px;
	}
	.woo-variation-gallery-wrapper{
		max-height: 620px;
	}
	.contact-sec-1 .col-right .col-inner{
		padding-left: 0
	}
	form:has(.form-contact){
		margin-bottom: 0
	}
	.home-sec-1 .banner .btn-1{
		font-size: 16px;
	}
	#masthead .image-icon img{
		width: 17px;
	}
	.sec-kh .title h2{
		text-align: center;
	}
	.sec-kh .title h2:before{
		left: 50%;
		transform: translatex(-50%);
	}
	.sec-kh .large-8 > .col-inner{
		padding-left: 0
	}
	.sec-kh .flickity-prev-next-button{
		display: none;
	}
}
@media(max-width: 980px) and (min-width: 500px){
	.header-wrapper #masthead .header-cart-link{
		height: 40px
	}
	.home-sec-1 .title h2{
		font-size: 56px;
	}
	.home-sec-catelist .large-8 {
		flex-basis: 100%;
		max-width: 100%;
	}
	.home-sec-catelist .row{
		width: calc(100vw - 30px);
		margin: auto
	}
	.home-sec-catelist .large-8 li a {
		font-size: 17px;
	}
	.home-sec-catelist .large-8 ul{
		margin-top: 15px;
	}
	.home-sec-catelist .large-8 .col-inner{
		border-radius: 20px;
	}
	.home-sec-2 .product-small.col:nth-child(8), .home-sec-2 .product-small.col:nth-child(7){
		display: none;
	}
	.home-sec-1 .banner h3{
		font-size: 26px
	}
	.home-sec-1 .text-box{
		padding-left: 15px;
		width: 46% !important;
	}
	.home-sec-1 .img{
		right: 15px;
	}
	.home-sec-1 .banner{
		padding-top: 530px !important
	}
	.home-sec-4 .large-4 .col-inner {
		padding: 50px;
	}
	.home-sec-4 .large-4 .col-inner .box-content p {
		margin: 20px 0;
	}
	.home-sec-3 .col-left {
		padding-right: 15px;
	}
	.sub-title h3{
		font-size: 24px;
	}
	.home-sec-3 {
		padding-bottom: 30px !important;
		padding-top: 60px !important;
	}

	.product-small.box .box-text{
		padding: 15px 5px 10px;
	}
	.product-small.box .add-to-cart-button {
		width: 95%;
	}
	.product-small.box .price-wrapper{
		margin: 7px 0;
	}
	.product-small.box .price-wrapper .amount, .product-small.box .product-title a{
		font-size: 15px;
	}
	.home-sec-5 .medium-6:nth-child(3), .home-sec-5 .medium-6:nth-child(4){
		margin-bottom: 20px;
	}
	.home-sec-5 .medium-6:nth-child(3), .home-sec-5 .medium-6:nth-child(5){
		padding-right: 10px
	}
	.home-sec-5 .medium-6:nth-child(4), .home-sec-5 .medium-6:nth-child(6){
		padding-right: 10px;
	}
	.sec-home-6 .owl-nav button{
		width: 34px;
		height: 34px;
	}
	.sec-home-6 #list-video .owl-item.firstactiveitem .banner {
		width: 260px !important;
	}
	.sec-home-6 .owl-nav button{
		width: 34px;
		height: 34px;
		min-height: 30px;
	}
	.sec-home-6 .owl-nav {
		position: absolute;
		bottom: 30px;
		left: 280px;
	}
	.title h2{
		font-size: 30px;
	}
	.home-sec-2 .img .image-zoom{
		padding-top: 76.8% !important;
	}
	.home-sec-2 .medium-6:first-child{
		padding-right: 10px
	}
	.home-sec-2{
		padding-top: 65px !important;
		padding-bottom: 0 !important;
	}
	.home-sec-3 .btn-1 {
		margin-bottom: 0;
		margin-top: 10px;
	}
	.section .col-inner.text-right .btn-1{
		margin-bottom: 0
	}
	.home-sec-5{
		padding-top: 60px !important;
		padding-bottom: 20px !important;
	}
	.home-sec-5 .title.txt-green {
		margin: 5px 0 20px;
	}
	.sec-home-6 h3 {
		margin-top: 45px;
		font-size: 17px;
	}
	.sec-home-6 .banner .video-button-wrapper{
		font-size: 250% !important;
	}
	.sec-home-6 .social-icons a, .button.facebook:not(.is-outline), .button.instagram:not(.is-outline), .button.youtube:not(.is-outline){
		width: 45px;
		height: 45px;
	}
	.home-sec-7 .slider-wrapper .row{
		width: 20% !important
	}
	.home-sec-9 .medium-3 {
		flex-basis: 35%;
		max-width: 35%;
	}
	.home-sec-9 .medium-9 {
		flex-basis: 65%;
		max-width: 65%;
	}
	.home-sec-9 .large-3 .col-inner p{
		font-size: 17px;
	}
	.home-sec-8 {
		padding-bottom: 50px !important;
	}
	.home-sec-9 .large-9 .col-inner {
		padding: 35px 35px 20px;
		border-radius: 15px;
	}
	.sec-ft .medium-3{
		padding-bottom: 20px;
	}
	.sec-ft .medium-3 ul, .sec-ft .medium-3 li:last-child{
		margin-bottom: 0
	}
	.page-about2 .col-left .icon-box {
		margin-left: 45px;
		width: 100%;
	}
	.page-about1 {
		padding-bottom: 0px !important;
		padding-top: 50px !important;
	}
	.page-about2 .col-right h2 {
		font-size: 20px;
	}
	.page-about2 .col-right p {
		font-size: 16px;
		line-height: 30px;
	}
	.page-about2 {
		padding-top: 50px !important;
	}
	.page-about1 .image-cover{
		padding-top: 60% !important;
	}
	.blog-wrapper .archive-page-header .col, .blog-wrapper .header-single .col, .page-banner .col {
		padding: 85px 15px 50px;
		z-index: 3;
	}
	#shop-sidebar{
		height: auto
	}
	#shop-sidebar .widget:not(:last-of-type) {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.shop-page-title .rank-math-breadcrumb a,
	.shop-page-title .rank-math-breadcrumb span {
		color: #515151;
		font-family: var(--regular);
		opacity: 1;
		font-weight: normal;
	}
	.shop-page-title .rank-math-breadcrumb .last {
		color: var(--theme-color);
	}
	.title-shop{
		display: none
	}
	.form-contact{
		padding: 0 15px;
	}
	.section.page-contact {
		margin-top: -180px;
	}
	.form-contact .form-item input{
		height: 46px;
	}
	.form-contact .form-item textarea {
		min-height: 75px
	}
	.form-contact .form-item {
		position: relative;
		margin-bottom: 25px;
	}
	.page-contact .col-info h2 {
		font-size: 32px;
		margin-bottom: 20px;
		padding-top: 0px;
	}
	.page-contact .col-info .title p {
		font-size: 16px;
	}
	.page-contact iframe{
		height: 300px;
	}
	.page-about-1 h2, .page-about-2 .text-top h2 {
		font-size: 30px;
	}
	.row-banner{
		margin-top: 0!important
	}
	.page-about-2 .stack{
		grid-template-columns: repeat(2, 1fr);
	}
	.page-about-3{
		padding-top: 0px !important
	}
	.page-about-3 .text-top{
		margin-bottom: 0
	}
	.page-about-3 .col-img{
		margin-bottom: 30px
	}
	.archive .shop-page-title .rank-math-breadcrumb{
		display: none;
	}
	.archive .banner {
		padding-top: 270px !important;
	}
	.archive .shop-page-title .page-title-inner{
		height: 0;
		min-height: 0
	}
	.category-page-row{
		margin-top: 0;
	}
	.single .product-info{
		padding: 10px 15px;		
		margin: 20px auto 0;
		background-color: white
	}
	.single .product-info > div{
		width: calc(100vw - 30px);
		margin: auto;
		padding: 25px;
		background-color: #F2FCFF;
		border-radius: 6px;
	}
	.woo-variation-gallery-wrapper{
		max-height: 620px;
	}
	.product-footer .row-info{
		padding-top: 0
	}
	.post-sidebar .post-item:nth-child(3) .box-blog-post{
		border: none;
	}
}
@media(max-width: 780px) and (min-width: 500px){
	.home-sec-1 .text-box {
		width: 60% !important;
	}
	.home-sec-1 .title h2 {
		font-size: 46px;
		margin-bottom: 15px;
	}
	.home-sec-1 .banner p {
		font-size: 16px;
		max-width: 85%;
	}

	.home-sec-1 .banner h3 {
		font-size: 32px;
	}
	.product-small.box .add-to-cart-button {
		width: 100%;
	}
	.home-sec-2 .img .image-zoom {
		padding-top: 78% !important;
	}
	.home-sec-2 {
		padding-bottom: 15px !important;
	}
	.home-sec-5 .banner{
		padding-top: 350px !important;
	}
	.sec-home-6 #list-video .owl-item.firstactiveitem .banner {
		width: 245px !important;
	}
	.sec-home-6 #counter {
		left: 260px;
	}
	.sec-home-6 .owl-nav{
		display: flex;
		bottom: 40px;
		left: 260px;
	}
	.sec-home-6 h3{
		font-size: 16px;
	}
	.home-sec-7 .slider-wrapper .row {
		width: 25% !important;
	}
	.home-sec-9 .medium-9 {
		flex-basis: 62%;
		max-width: 62%;
	}
	.home-sec-9 .medium-3 {
		flex-basis: 38%;
		max-width: 38%;
	}
	.dvls_result_wrap .dvls_result_item .dvls_result_infor:before{
		width: 22px!important;
		height: 22px!important;
		padding-top: 2.55px!important;
		padding-left: 0.5px!important;
	}
	.page-about-2 .stack{
		grid-gap: 0 40px;
	}
	.page-about-3 .col-img{
		padding: 0 15px 15px;
	}
	.page-about-3 .col-text{
		padding: 0 15px 30px;
	}
	.page-about-3 .col-text > .col-inner{
		grid-gap: 50px 50px;
		margin-top: 30px;
	}
	.page-about-3{
		padding-bottom: 10px !important
	}
	.page-about-3 .col-text:before{
		top: 38%;
	}
	.category-filtering{
		top: 41%;
	}
	.large-4 .featured-posts .post-item{
		flex-basis: 48%;
		max-width: 48%;
	}
	.featured-posts .medium-columns-2{
		justify-content: space-around;
	}
	.featured-posts .medium-columns-2:after{
		display: none;
	}
}
@media(max-width: 600px) and (min-width: 575px){
	.home-sec-3 .video-button-wrapper{
		font-size: 250% !important
	}
	.home-sec-3 .col, .home-sec-4 .large-8 .col-inner .box-1 > div{
		flex-basis: 100%;
		max-width: 100%;
	}
	.home-sec-4 .large-8 .col-inner .box-1{
		flex-wrap: wrap;
		padding: 40px 40px 0
	}
	.home-sec-4 .large-8 .col-inner .box-1 .img{
		width: 25% !important;
		margin: auto
	}
	.home-sec-4 .large-8 .col-inner .box-1 .box-left{
		padding: 0
	}
	.home-sec-4 .large-8 .col-inner .box-2 {
		background-color: #48CAFC;
		padding: 40px 30px 30px;
	}
	.home-sec-4 .large-8 .col-inner .box-3 {
		background-color: #E0F7FF;
		padding: 40px 25px 30px;
	}
	.large-4 .featured-posts .post-item{
		flex-basis: 100%;
		max-width: 100%;
	}
	.category-page-row .col-header {
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 20px 0 10px;
	}
	.category-filtering {
		top: 55%;
	}
	.archive .banner {
		padding-top: 200px !important;
	}
	.home-sec-catelist .large-8 li a {
		font-size: 14px;
	}
	.home-cus-cir .col-inner .cir-sq .dot:nth-child(5){
		top: -8%;
	}
	.home-cus-cir .col-inner .cir-sq .img:nth-child(1){
		left: -20%;
	}
	.section .col-inner.text-right .btn-1{
		padding-right: 20px;
	}
}
@media(max-width: 500px){
	.header-wrapper #masthead .header-cart-link{
		height: 40px;
	}
	.home-sec-1 .title h2{
		font-size: 40px;
	}
	.title h2{
		line-height: 1.4
	}
	.header-main .header-inner > .flex-col.flex-right, .header-main .header-inner > .flex-col.flex-left{
		padding: 0;
		flex-basis: 30%;
	}
	.page-about3 .medium-6:nth-child(2){
		padding-bottom: 0
	}
	.page-about3 .medium-6:nth-child(2) .accordion-item:last-child{
		border-bottom: 1px solid #e6e6e6;
	}
	.title h2, .home-sec-1 .banner h3{
		font-size: 28px;
	}
	.home-sec-1 .banner h3{
		font-size: 20px;
	}
	.home-sec-1 .banner-mobile .banner{
		padding-top: 120% !important
	}
	.home-sec-1 .banner h3{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.home-sec-1 .banner p {
		font-size: 15px;
		max-width: 100%;
	}
	.home-sec-1 .banner .btn-1{
		margin-bottom: 20px;
	}
	.home-sec-catelist .large-8 {
		flex-basis: 100%;
		max-width: 100%;
	}
	.home-sec-catelist .row{
		width: calc(100vw - 30px);
		margin: auto
	}
	.home-sec-catelist .large-8 li{
		width: 40%;
	}
	.home-sec-catelist .large-8 li a{
		font-size: 14px;
	}
	.home-sec-catelist .large-8 .col-inner{
		padding: 30px;
		border-radius: 20px;
	}
	.home-sec-catelist .large-8 ul{
		margin-top: 5px;
	}
	.home-sec-9 .large-9 .col-inner {
		padding: 25px 30px 15px;
		border-radius: 15px;
	}
	.home-sec-1 .text-box-content{
		padding-left: 15px;
	}
	.home-sec-1 .btn-1{
		font-size: 15px;
	}
	.home-sec-1 .text-box-content .img{
		margin: auto
	}
	.home-sec-2 .btn-1, .home-sec-8 .btn-1{
		padding-left: 45px;
		padding-right: 20px;
	}
	.home-sec-2 .row-title, .home-sec-8 .row:first-child{
		align-items: flex-end
	}
	.home-sec-2 .img .image-zoom {
		padding-top: 56% !important;
		margin-bottom: 20px;
	}
	.product-small.box .box-text {
		padding: 15px 10px;
	}
	.product-small.box .add-to-cart-button a{
		padding-left: 10px;
		padding-right: 10px;
	}
	.product-small.box .add-to-cart-button{
		width: 100%;
	}
	.product-small.box .price-wrapper{
		margin: 8px 0 10px
	}
	.home-sec-5 .title.txt-green h2 {
		font-size: 24px;
	}
	.home-sec-2 {
		padding-bottom: 0px !important;
		padding-top: 50px !important;
	}
	.home-sec-2 .row-title{
		margin-bottom: 0;
	}
	.home-sec-2 .row-title > .col{
		padding-bottom: 20px;
	}
	.home-sec-3 .col-left{
		padding-right: 15px;
	}
	.home-sec-4 .large-8 .col-inner .box-1 > *{
		width: 100% !important;
		padding-right: 0 !important
	}
	.home-sec-4 .large-8 .col-inner .box-1{
		padding: 40px 30px 0;
		flex-wrap: wrap
	}
	.home-sec-4 .large-8 .col-inner .box-1 .img{
		width: 50% !important;
		margin: auto;
		margin-top: 10px;
	}
	.home-sec-4 .large-8 .col-inner .box-2, .home-sec-4 .large-8 .col-inner .box-3{
		width: 100%;
		padding: 30px;
	}
	.home-sec-5{
		padding-top: 40px !important;
		padding-bottom: 20px !important
	}
	.home-sec-5 .box-vertical .box-image{
		width: 20% !important
	}
	.home-sec-5 .box-vertical .box-text{
		width: 80%
	}
	.home-sec-5 .medium-6:not(:last-child){
		margin-bottom: 20px;
	}
	.sec-home-6 .title h2 br{
		display: none;
	}
	.sec-home-6 .social-icons a, .button.facebook:not(.is-outline), .button.instagram:not(.is-outline), .button.youtube:not(.is-outline){
		width: 40px;
		height: 40px;
	}
	.sec-home-6 #list-video .owl-item.firstactiveitem .banner {
		width: 250px !important;
	}
	.sec-home-6 .owl-nav {
		position: absolute;
		bottom: 30px;
		left: 270px;
		display: flex
	}
	.sec-home-6 #counter{
		left: 265px;
	}
	.home-sec-7 .slider-wrapper .row{
		width: 33% !important
	}
	.home-sec-7 .title h2:last-child {
		font-size: 24px;
		margin-top: 5px;
	}
	.home-sec-8{
		padding-top: 0px !important;
		padding-bottom: 50px !important
	}
	.home-sec-9 .large-3 .col-inner p{
		margin-top: 0
	}
	.blog-wrapper .archive-page-header .col, .blog-wrapper .header-single .col, .page-banner .col {
		padding: 100px 15px 40px;
		z-index: 3;
	}
	.page-about-1 h2, .page-about-2 .text-top h2, .page-about-3 .text-top h2{
		font-size: 28px;
	}
	.page-about-1, .page-about-1 .col-left{
		padding-bottom: 0 !important;		
	}
	.page-about-2 .stack .box:nth-of-type(2n){
		margin-top: 0 !important
	}
	.page-about-2 .stack{
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 40px 0;
	}
	.page-about-2 .image-cover{
		padding-top: 100% !important
	}
	.page-about-3{
		padding-top: 0 !important
	}
	.page-about-3 .text-top{
		margin-bottom: 0
	}
	.page-about-3 .col-text{
		padding: 0 30px;
	}
	.page-about-3 .col-text > .col-inner {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 70px 0;
		margin-top: 40px;
	}
	.copyright-footer .diwe{
		display: block;
		border: none;
		margin: 3px 0 0;
		padding: 0
	}
	.page-about1 {
		padding-bottom: 0px !important;
	}
	.page-about2 {
		padding-top: 40px !important;
	}
	.page-about2 .col-right p {
		font-size: 16px;
		line-height: 30px;
	}
	.page-about2 .col-right h2 {
		font-size: 26px;
		margin-bottom: 15px;
	}
	.page-about1 .button.open-video i {
		top: -3px;
	}
	.category-page-row .col-header{
		justify-content: space-between
	}
	.category-page-row .col-header .col-left{
		width: 30%;
	}
	.category-page-row .col-header{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.category-page-row .col-header .shop-page-title{
		font-size: 20px;
	}
	.woocommerce-tabs .tab-panels {
		padding-top: 20px;
	}
	.product-footer .row-info{
		padding-top: 0
	}
	.tab-panels h2 {
		font-size: 20px;
	}
	.dvls_maps_sidebar{
		margin-bottom: 15px !important
	}
	.page-id-1152 section{
		padding-top: 40px !important;
	}
	.blog-archive .row-blog .post-item {
		flex-basis: 100%;
		max-width: 100%;
	}
	.archive .large-columns-3 .post-item:first-child .box{
		display: block;
		padding-bottom: 0
	}
	.archive .large-columns-3 .post-item:first-child .box .box-image, .archive .large-columns-3 .post-item:first-child .box .box-text{
		width: 100%;
	}
	.archive .large-columns-3 .post-item:first-child .box .box-text{
		padding: 15px 0 20px;
	}
	.archive .large-columns-3 .post-item:first-child .button.is-link{
		margin-bottom: 0;
		margin-top: 0
	}
	.archive .large-columns-3 .post-item:first-child .box-blog-post .from_the_blog_excerpt {
		-webkit-line-clamp: 3;
	}
	.archive .large-columns-3 .post-item:first-child .box-blog-post .box-text .post-title a{
		font-size: 18px;
	}
	.blog-archive .row-blog .post-item:not(:first-child){
		padding-bottom: 0
	}
	.blog-archive .box-blog-post .post-title{
		margin: 5px 0 10px;
		font-size: 18px;
		height: 48px;
	}
	.blog-archive .box-text{
		padding-top: 20px;
	}
	.single .blog-featured-title .page-title-inner{
		min-height: 230px !important
	}
	.single .blog-featured-title {
		margin-bottom: 35px;
	}
	.featured-posts .title-post {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.page-contact .col-info h2{
		padding-top: 0;
		margin-bottom: 45px;
		color: white !important
	}
	.section.page-contact{
		margin-top: -50px;
	}
	.sec-ft ul{
		margin-bottom: 0
	}
	.sec-ft{
		padding-bottom: 0 !important
	}
	.form-contact {
		padding: 30px 30px 20px;
	}
	.mobile-sidebar .info_menu{
		padding: 0 25px 30px;
	}
	.category-filtering .icon-equalizer:before{
		font-size: 20px;
	}
	.shop_table.shop_table_responsive .quantity{
		height: 40px;
		margin-top: 5px;
	}
	.archive .banner{
		padding-top: 200px !important
	}
	.archive .shop-page-title .page-title-inner .flex-col > .is-large{
		display: none
	}
	.shop-page-title .page-title-inner{
		height: 0;
		min-height: 0
	}
	#logo img {
		max-height: 71px !important;
	}
	.category-filtering{
		top: 41%
	}
	.box-chinhsach{
		display: none
	}
	.single .product-info{
		margin-top: 10px;
	}
	.single .product-info > div{
		padding-bottom: 30px;
	}
	.woocommerce-tabs ul.tabs a{
		font-size: 18px;
	}
	.woocommerce-tabs ul.tabs li.active a:after, .woocommerce-tabs ul.tabs li:hover a:after{
		display: none
	}
	.blog-wrapper .archive-page-header h1.page-title, .blog-wrapper .header-single h2, .page-banner h1.entry-title, .archive .banner h3{
		font-size: 32px
	}
	.dvls_maps_sidebar{
		max-height: inherit !important;
		padding-left: 0 !important
	}
	.category-main .box-text .box-text-inner{
		padding-left: 20px;
		margin-left: 20px;
	}
	.category-main .box-text .post-date-day{
		font-size: 30px;
		margin-bottom: 5px;
	}
	.blog-archive .large-8{
		padding-bottom: 0
	}
	.blog-archive .box-blog-post .from_the_blog_excerpt{
		height: 75px;
	}
	.single-post h1.entry-title{
		font-size: 26px;
	}
	.single-post .header-single {
		margin-bottom: 40px;
	}
	.form-contact{
		padding: 0 0 ;
	}
	.contact-sec-1 .row.align-center .col:first-child{
		order: 1;
	}
	.contact-sec-1 .row.align-center .col-left{
		order: 3;
	}
	.contact-sec-1 .row.align-center .col-right{
		order: 2;
	}
	.contact-sec-1{
		padding-bottom: 0 !important
	}
	.product-small.box .product-title a{
		-webkit-line-clamp: 2;
		height: 40px;
	}
	.sec-kh .large-8 > .col-inner > p{
		margin-top: 10px;
	}
	.sec-kh .home-cus-cir {
		margin-bottom: 20px;
	}
	.home-sec-8 .large-4, .home-sec-2 .large-4{
		padding-left: 0
	} 
	.n-tell-bar{
		display: none;
	}
	.home-sec-8 .title h2{
		font-size: 25px;
	}
	.home-sec-8 .btn-1{
		margin-bottom: 0
	}
	.home-sec-8 .medium-8{
		padding-right: 5px;
	}
}