/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: Phương Nam ViNa
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root{
	--gutter: 1.5rem;
	--fs-title: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
}

body{
	font-family: "Inter", serif;
}

#main, #wrapper{
	background-color: #EDEDED;
}

p:last-of-type{
	margin-bottom: 0;
}

[class*="fa-"]:not(.fab):before{
	font-family: "Font Awesome 6 Pro";
}

.g-2{
	--gutter: 0.5rem;
}

.g-3{
	--gutter: 1rem;
}

.g-4{
	--gutter: rem;
}

.g-30{
	--gutter: 30px;
}

.row-custom{
	margin-top: calc((-1) * var(--gutter));
	padding-left: calc(0.5 * var(--gutter) / 2);
	padding-right: calc(0.5 * var(--gutter) /2);
}

.row-custom>.col{
	margin-top: var(--gutter);
	padding-left: calc(0.5 * var(--gutter));
	padding-right: calc(0.5 * var(--gutter));
	padding-bottom: 0;
}

.row-full-col .col .col-inner{
	height: 100%;
}

.row-slider .flickity-slider > .col{
	padding-bottom: 0 !important;
}

.img-rounded-2{
	border-radius: 0.5rem;
	overflow: hidden;
}

.section-bg-contain .bg-fill{
	background-size: contain !important;
}

.btn-custom{
	min-height: unset;
	margin: 0;
	padding: 0.5rem 1rem;
	line-height: normal;
	font-size: 1rem;
	transition: all .3s ease-in-out;
}


.btn-x{
	border-radius: 10px;
	background: linear-gradient(180deg, #FEB91D 0%, #F9AC00 100%);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}


.main-title{
	position: relative;
	background: linear-gradient(90deg, #FFF 0%, #EDEDED 100%);
	padding: 0.25rem 1rem 0.25rem 2rem;
}

.main-title:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1.5rem;
	background-color: var(--primary-color);
	clip-path: polygon(0 0, 50% 0, 100% 50%, 50% 100%, 0 100%);
}

.main-title h2{
	margin-bottom: 0;
	font-size: var(--fs-title);
	font-weight: 500;
}


.box-main-title h2{
	margin-bottom: 0;
	font-size: var(--fs-title);
}


/*====*/
.header-social-icons .social-icons{
	color: #000;
	font-size: 1.25rem;
}

.header-social-icons .social-icons a i{
	line-height: normal;
}
/*===*/
.top-bar-nav.nav-right .menu-item a{
	color: #000;
	font-size: 1rem;
	font-weight: 500;
}

.top-bar-nav.nav-right .menu-item.active a{
	color: #000;
}

.top-bar-nav.nav-divided>li+li>a:after{
	border-left: none;
}

/*===*/
.hotline-header{
	font-size: 1rem;
	color: #000;
	font-weight: 500;
}


.header-search-form-wrapper .searchform{
	padding: 0.125rem;
	background-color: #fff;
	border-radius: 0.25rem;
}

.header-search-form-wrapper .search_categories{
	height: unset;
	background-color: transparent;
	border: 0;
	box-shadow: none;
	/*width: 100px !important;*/
	font-size: 0.875rem;
}

.header-search-form-wrapper .search-field{
	height: unset;
	background-color: transparent;
	border: 0;
	box-shadow: none !important;
	font-size: 0.875rem;
}

.header-search-form-wrapper .search-field::placeholder{
	color: #D3D3D3;
}

.searchform-wrapper:not(.form-flat) .submit-button,
.widget_search .submit-button{
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 0.25rem !important;
}

.header-search-form-wrapper .submit-button i{
	top: unset;
}

/*===*/
#logo>a{
	position: relative;
}

#header.sticky-jump .stuck:not(.ux-no-animation){
	animation: stuckMoveDown 1s;
	transition: all .3s ease-in-out;
}

#header .header-nav-main.nav-right .menu-item a{
	padding: 0.5rem 1rem;
	color: #000;
	font-size: 1rem;
	font-weight: 500;
}

#header .header-nav-main.nav-right .menu-item a:hover{
	color: #fff !important;
}

.tp-vertical-menu-wrap{
	width: fit-content;
	margin-left: 1rem;
	margin-right: 1.5rem;
}


.home .header-wrapper:not(.stuck) .tp-vertical-menu-wrap .tp-vertical-menu-container{
	display: none;
}

.tp-vertical-menu-wrap .tp-vertical-menu-container,
.tp-vertical-menu-wrap .tp-vertical-menu ul{
	animation: animation-memu .15s ease-in-out;
}

@keyframes animation-memu{
	0%{
		transform: translateY(0.5rem);
		opacity: 0;
	}
	100%{
		transform: translateY(0rem);
		opacity: 1;
	}
}

.tp-vertical-menu-wrap .tp-vertical-menu-container{
	width: max-content;
}

.tp-vertical-menu-wrap .tp-vertical-menu-container a{
	transition: all .1s ease-in-out;
}

.tp-vertical-menu-wrap .tp-vertical-menu-container a:hover{
	color: #FEB91D !important;
}

.tp-vertical-menu-wrap .tp-vertical-menu-container > ul > li.menu-item:not(:last-child){
	border-bottom: 1px dashed #ccc;
}

.tp-vertical-menu-wrap .tp-vertical-menu-container > ul > li.menu-item > a{
	padding: 0.375rem 1.75rem 0.375rem 1rem;
	font-size: 0.8rem;
	font-weight: 600;
	cursor: pointer;
}

.tp-vertical-menu-wrap .tp-vertical-menu-container > ul > li.menu-item.menu-item-has-children > a:after{
	right: 0.5rem;
}

.tp-vertical-menu-wrap .tp-vertical-menu-container > ul > li.menu-item > a img{
	width: 24px;
	margin-right: 0.75rem;
}

.tp-vertical-menu-wrap .tp-vertical-menu-container > ul > li.menu-item.current-dropdown .nav-dropdown{
	padding: 0.75rem;
}

.tp-vertical-menu-wrap .tp-vertical-menu-container  ul.sub-menu  ul.sub-menu > li a{
	border-bottom: 1px dashed #ccc;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	color: #000;
	font-size: 0.8rem;
	font-weight: 500;
}

.tp-vertical-menu-wrap .tp-vertical-menu-title-wrap{
	display: flex;
	align-items: center;
	padding: 0;
}

.tp-vertical-menu-wrap .tp-vertical-menu-title-wrap .tp-vertical-menu-icon{
	width: 2rem;
	height: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.5rem;
	position: relative;
}

.tp-vertical-menu-wrap .tp-vertical-menu-title-wrap .tp-vertical-menu-icon:after{
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("../flatsome-child/images/icon_bar.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.tp-vertical-menu-wrap .tp-vertical-menu-title-wrap .tp-vertical-menu-icon .icon-menu:before{
	content: "";
}

/*====*/
.main-slide{
	padding: clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
	background-color: #fff;
}

.main-slide .flickity-page-dots .dot{
	width: 2rem;
	height: 0.25rem;
	border-radius: 50rem;
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

.main-slide .flickity-page-dots .dot.is-selected{

}

/*===*/
.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button{
	margin-top: unset;
	top: 50%;
	transform: translate(20%, -50%) !important;
}

.slider-show-nav .flickity-prev-next-button,
.slider:hover .flickity-prev-next-button{
	transform: translate(0%, -50%) !important;
}


/*===*/
.row-category .col-inner{
	height: 100%;
}

.box-category{
	display: flex;
	align-items: center;
	height: clamp(4.75rem, 4.55rem + 1vw, 5.75rem);
	padding: 5%;
	background-color: #fff;
}

.box-category .box-text{
	flex: 1;
	padding: 0.5rem;
}

.box-category .box-text .header-title{
	margin: 0;
}

.box-category .box-image{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 38px;
	max-width: 38px;
}

.box-category .box-image img{
	object-fit: contain;
}

.box-category:hover{
	background-color: var(--primary-color);
}


/**/
.woocommerce-search-form{
	margin-bottom: 0;
}

.search-form-container{
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.search-form-container input,
.search-form-container select{
	flex: 1;
	height: unset;
	margin-bottom: 0;
	padding: 0.5rem 1rem;
}

.search-form-container button{
	border-radius: 0;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

/*===*/
.product-small .box-text{
	margin-top: 0.25rem;
	padding: 0.5rem;
	background-color: #fff;
	border-radius: 0.375rem;
}

.product-small .box-image{
	border-radius: 0.375rem;
	overflow: hidden;
}

.product-small .box-text .product-title a{
	font-size: 1rem;
	font-weight: 600;
	color: #000;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-small .price-wrapper{
	display: none;
}


.product-small .custom-wrapper{
	display: flex;
}

.product-small .custom-wrapper .left-content{
	flex: 1;
}

.product-small .custom-wrapper{
	line-height: normal;
	margin-top: 0.25rem;
}



.product-small .custom-wrapper .label-sale-price bdi,
.product-small .custom-wrapper .label-price-range span.amount{
	color: #D61D25;
	font-weight: 700;
	font-size: 1rem;
	
}

.product-small .custom-wrapper .label-regular-price bdi{
	text-decoration: line-through;
	color: #929292;
	font-weight: 400;
	font-size: 0.75rem;
}

.product-small .custom-wrapper .label-soild{
	margin-top: 0.25rem;
	color: #929292;
	font-size: 0.875rem;
}

/*===*/

.section-step-process .section-bg{
	background-color: var(--primary-color);
	height: 75%;
}

.icon-step-process{
	padding: 2rem 0;
	background-color: #fff;
	background-image: url("../flatsome-child/images/bg-icon-step-process.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	transition: all .3s ease-in-out;
}

.icon-step-process:hover{
	transform: translateY(-0.5rem);
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.icon-step-process .icon-box-img .icon{

}

.icon-step-process h4{
	position: relative;
	width: auto;
	margin-left: -0.5rem;
	margin-right: -0.5rem;
	margin-bottom: 0;
	padding: 0.5rem;
	background-color: #D61D25;
	color: #fff;
}

.icon-step-process h4:before,
.icon-step-process h4:after{
	content: "";
	position: absolute;
	top: 0;
	transform: translateY(-100%);
	width: 0.5rem;
	height: 0.25rem;
	background-color: #8E0B10;
}

.icon-step-process h4:before{
	left: 0;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.icon-step-process h4:after{
	right: 0;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.icon-step-process p{
	padding: 2rem 2rem 0;
}


/*===*/
.row-item-choose-us .col-inner{
	height: 100%;
}

.icon-choose-us{
	height: 100%;
	padding: 10% 5%;
	background-color: #fff;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	border-radius: 0.5rem;
	font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
	font-weight: 500;
	cursor: pointer;
	transition: all .3s ease-in-out;
}

.icon-choose-us .icon-box-img,
.icon-choose-us .icon-box-img .icon-inner{
	width: clamp(3rem, 2.6rem + 2vw, 5rem) !important;
	height: clamp(3rem, 2.6rem + 2vw, 5rem);
}

.icon-choose-us .icon-box-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.icon-choose-us:hover{
	transform: translateY(-0.5rem);
}


/*===*/
.grid-wrapper-video{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: clamp(9.375rem, 7.5rem + 9.375vw, 18.75rem);
    grid-auto-flow: dense;
}

.grid-wrapper-video .grid-item-video{
	grid-column: span 2;
	/*grid-row: span 1;*/
}

.grid-wrapper-video .grid-item-video a.open-video{
	display: block;
	height: 100%;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.grid-wrapper-video .grid-item-video a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease-in-out;
}

.grid-wrapper-video .grid-item-video a.open-video:after{
	content: "\f04b";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 3rem;
	height: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.65);
	border-radius: 50%;
	font-family: "Font Awesome 6 Pro";
	color: #fff;
	font-weight: 700;
}

.grid-wrapper-video .grid-item-video:hover a img{
	transform: scale(1.05);
	filter: brightness(0.7);
}


.grid-wrapper-video .grid-item-video:nth-child(3),
.grid-wrapper-video .grid-item-video:nth-child(4){
	grid-column: span 3;
}


/*====*/
.box-blog-post .box-image{
	border-radius: 0.5rem;
}

.box-blog-post .box-text{
	padding-bottom: 0;
}

.box-blog-post:not(.box-blog-post-vertical) .post-date{
	position: absolute;
	top: 0;
	transform: translateY(-100%);
	padding: 0.125rem 0.5rem;
	background: linear-gradient(180deg, #FEB91D 0%, #BA8102 100%);
	border-radius: 0.5rem;
	font-weight: 500;
}

.box-blog-post .post-title{
	margin: 0;
	transition: all .3s ease-in-out;
}


.box-blog-post .from_the_blog_excerpt{
	color: #64607D;
}

.box-blog-post:hover .post-title{
	color: #BA8102;
}

.box-blog-post-vertical{
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.box-blog-post-vertical .box-image .image-zoom{
	width: 150px;
	padding-top: 70% !important;
}

.box-blog-post-vertical .box-text{
	padding: 0;
}

.box-blog-post-vertical .post-date{
	color: #64607D;
}

.box-blog-post-vertical .post-title{
	font-size: clamp(0.8125rem, 0.775rem + 0.1875vw, 1rem);
}


/*pagination*/
.nav-pagination{
	display: flex;
	justify-content: center;
}
.nav-pagination .page-number{
	border: 1px solid #000;
	border-radius: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	font-size: 0.875rem;
}

/*====*/
.row-banner-page > .col > .col-inner{
	background-color: #fff;
	padding: clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
}

.banner-page{
	height: clamp(6.25rem, 2.5rem + 18.75vw, 25rem);
	position: relative;
}

.banner-page .title-banner-page{
	text-align: center;
	font-weight: 700;
}

.section-banner .section-content{
	display: flex;
	justify-content: center;
	padding: 0 3%;
}

.section-banner .title-page{
	margin-bottom: 0;
	text-align: center;
	font-weight: 700;
	font-size: clamp(1.25rem, 1.05rem + 1vw, 2.25rem);
	text-transform: uppercase;
	color: var(--primary-color);
}


.breadcrumb span{
	font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
}

.breadcrumb span a{
	color: #898989;
	font-weight: 500;
}

.breadcrumb i{
	color: #1E73BE;
}


/*=================*/
.section-footer{
/*	padding-top: clamp(3.125rem, 2.875rem + 1.25vw, 4.375rem) !important;*/
	padding-bottom: 0 !important;
}

.icon-footer .icon-box-img img{
	padding-top: 0;
}

.icon-footer .icon-box-text{
	font-weight: 600;
}

.col-footer h3{
	position: relative;
	margin-bottom: 1rem;
}

.col-footer p{
	margin-bottom: 0.5rem;
}

.col-footer ul{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.col-footer ul li{
	margin: 0;
}

.col-footer:not(.col-social) ul li + li{
	margin-top: 0.5rem;
}

.col-footer ul li a{
	position: relative;
}

.col-footer ul li a:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.25rem;
	width: 100%;
	height: 1px;
	background-color: #000;
	transform: scaleX(0);
	transition: all .3s ease-in-out;
	transform-origin: 0 0;
}

.col-footer ul li a:hover:after{
	transform: scaleX(1.0);
}


.col-social ul{
	display: flex;
	gap: 1rem;
	font-size: 1.125rem;
}

.col-social ul li a{
	color: #fff;
}

.absolute-footer  .footer-primary{
	width: 100%;
	padding-top: 1rem;
	border-top: 1px solid #fff;
	text-align: center;
	color: #000;
}


/*===*/
input.form-control,
.form-control{
	margin-bottom: 0;
	border: 0;
	box-shadow: none;
	border-radius: 0.25rem;
}

.form-contact-footer .btn-custom{
	width: 100%;
	background-color: #000;
	border-radius: 0.25rem;
}

.form-contact-footer .col{
	padding-bottom: 0.375rem;
}

/*product*/
.wpf_layout_horizontal .wpf_items_group{
	z-index: 100 !important;
}


.product-main{
	padding-top: 0;
	padding-bottom: 20px;
}

.product-gallery, .product-info{
	background-color: #fff;
}


.product-container .product-images .flickity-viewport,
.woocommerce-product-gallery__wrapper .flickity-viewport .flickity-slider a{
	height: 550px !important;
}

.product-container .flickity-viewport .flickity-slider a{
	display: block;
}

.product-container .flickity-viewport .flickity-slider img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-gallery-slider .flickity-prev-next-button.next{
	transform: translate(-20%, -50%);
}
.product-gallery-slider .flickity-prev-next-button.previous{
	transform: translate(20%, -50%);
}


.product-summary .product-title{
	font-size: clamp(1.125rem, 1.025rem + 0.5vw, 1.625rem);
} 

.product-summary .price{
	font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}

.product-summary .product-page-price bdi{
	color: #F10000;
}

.product-summary .price-on-sale del .woocommerce-Price-amount.amount bdi{
	color: #7C7C7C;
}

.product-summary .price-on-sale ins .woocommerce-Price-amount.amount bdi,
.product-summary .price-on-sale ins .woocommerce-Price-amount.amount bdi{
	color: #F10000;
}

.product_parameter tr td{
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	font-size: 1rem;
	border: 0;
}

.product-summary .product_parameter tr > td:first-child{
	width: 150px;
	font-weight: 600;
	color: #000;
}

.product-summary .variations_form{
	margin-top: 0.5rem;
}

.product-summary .variations_button{
	padding: 0;
}

.product-summary .quantity{
	display: none !important;
}

.product-summary form.cart>.single_add_to_cart_button,
.product-summary form.cart>.single_variation_wrap>.woocommerce-variation-add-to-cart>.single_add_to_cart_button{
	display: none;
}

.product-summary .group-button-add-cart{
	display: flex;
	gap: 0.5rem;
	margin-top: 1rem;
}

.product-summary .group-button-add-cart .single_add_to_cart_button{
	flex: 1;
	margin: 0;
	padding: 0.5rem 1rem;	
	border: none;
	border-radius: 0.25rem;
	text-transform: uppercase;
}

.single_add_to_cart_button.button_buy_now{
	background-color: #D61D25;
}


/*===*/
.text-note-mail{
	font-size: 0.875rem;
	margin-bottom: 0.5rem;
	font-style: italic;
}

.form-call-advise{
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.5rem;
}

.wpcf7-form-control-wrap{
	flex: 1;
}

.form-call-advise .wpcf7-form-control-wrap input{
	background-color: #F3F3F3;
	border-radius: 0.375rem;
}

.form-call-advise .button{
	margin: 0;
	border-radius: 0.375rem;
}

.form-call-advise .wpcf7-spinner{
	position: absolute;
	right: 0;
	top: 55%;
	margin: 0;
	transform: translateX(120%);
}

.product-summary .social-icons{
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.product-summary .social-icons:before{
	content: "Chia sẻ:";
	color: #000;
	font-size: 1rem;
	font-weight: 700;
}

.product-summary .social-icons a{
	min-width: unset;
	min-height: unset;
	width: 2.25rem;
	height: 2.25rem;
	display: flex !important;
	justify-content: center;
	align-items: center;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	color: #000;
	font-size: 1.125rem;
	transition: all .3s ease-in-out;
}

.product-summary .social-icons a i{
	top: unset;
}


/**/
.woocommerce-tabs{
	padding-top: 0 !important;
}

.woocommerce-tabs .product-tabs{
	flex-grow: unset;
	background-color: #fff;
	background: linear-gradient(90deg, #FFF 0%, #EDEDED 100%);
}

.woocommerce-tabs .product-tabs li{
	width: auto;
}

.woocommerce-tabs .product-tabs li a{
	padding: 0.25rem 1rem;
	border-radius: 0;
	font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
	color: #000;
	text-transform: uppercase !important;
	clip-path: polygon(0 0, 95% 0%, 100% 50%, 95% 100%, 0 100%, 5% 50%);
	line-height: 2;
}

.woocommerce-tabs .product-tabs li:first-child a{
	clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
}

.woocommerce-tabs .tab-panels{
	margin-top: 1rem;
	padding: 1rem;
	background-color: #fff;
}

/*===*/
.product-section-title{
	position: relative;
	background: linear-gradient(90deg, #FFF 0%, #EDEDED 100%);
	margin-left: 0;
	padding: 0.25rem 1rem 0.25rem 2rem;
	font-size: var(--fs-title);
}

.product-section-title:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1.5rem;
	background-color: var(--primary-color);
	clip-path: polygon(0 0, 50% 0, 100% 50%, 50% 100%, 0 100%);
}

.product-footer{
	padding-bottom: clamp(1rem, 0.6rem + 2vw, 3rem);
}


/*====*/
.blog-wrapper,
.single-page{
	padding-top: 0;
}

.infor-single-post ul {
    list-style: none;
    margin-bottom: 0;
    display: flex;
    gap: .75rem;
    color: #7c7c7c;
    font-size: 15px
}

.blog-share{
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 1.5rem;
	font-weight: 700;
}

.blog-share .social-icons a{
	background-color: #000;
	color: #fff;
	margin: 0;
}

.blog-share .social-icons a i{
	top: unset;
}

.blog-single .single-page{
	padding-bottom: 0;
}

.blog-single .single-page .row{
	max-width: unset !important;
}

.blog-single .post.type-post{
	margin-bottom: 0;
}

/*===*/
.widget .widget-title {
	display: block;
	margin-bottom: 0.75rem;
	font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
	color: #f9ac00;
}

.widget .is-divider{
	display: none;
}

.recent-blog-posts-li + .recent-blog-posts-li{
	border-top: 1px dashed #ccc;
}

.recent-blog-posts-li .recent-blog-posts{
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
}

.recent-blog-posts-li .badge{
	width: 5rem;
	height: 4rem;
	border-radius: 0.25rem;
	overflow: hidden;
}

.recent-blog-posts a{
	font-size: 0.875rem;
	font-weight: 600;
}

/*===*/
ul.product_list_widget li + li{
	margin-top: 0.375rem;
	border-top: 1px dashed #ccc;
}

ul.product_list_widget li{
	min-height: unset;
	padding-top: 0.375rem;
	padding-left: 6rem;
	font-size: 0.75rem;
}

ul.product_list_widget li img{
	width: 5rem;
	height: 4rem;
	top: unset;
	margin-bottom: 0;
	border-radius: 0.25rem;
}

.product_list_widget .product-title{
	font-size: 0.875rem;
	font-weight: 600;
}

.product_list_widget ins span.amount,
.product_list_widget > li > span.amount{
	color: #ce2e2e;
}


/*====*/
.form-contact .form-control{
	height: unset;
	margin-bottom: 0;
	padding: 0.75rem 1rem;
	background-color: #F6F8FA;
	border-radius: 0.25rem;
	transition: all .3s ease-in-out;
}

.form-contact textarea.form-control{
	height: 10rem;
}

.form-contact .btn-custom{
	width: 100%;
	border-radius: 0.25rem;
}


.block-contact-career{
	margin-top: -30%;
}

.box-form-contact{
	margin-bottom: 0;
	padding: 5%;
	background-color: #fff;
	box-shadow: 0px 16px 32px 5px rgba(30, 40, 51, 0.08);
	border-radius: 0.5rem;
}

.map-contact iframe {
	width: 100%;
	height: 580px;
}


.wrapper-menu-clone{
	padding: 0.25rem clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
    background-color: #fff;
    height: 100%;
    overflow-y: auto;
}

.wrapper-menu-clone .tp-vertical-menu{
	list-style: none;
	margin-bottom: 0;
}

.wrapper-menu-clone .tp-vertical-menu .menu-item{
	position: relative;
	margin: 0;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 1rem;
}

.wrapper-menu-clone .tp-vertical-menu .menu-item + .menu-item {
	border-top: 1px solid #efefef;
}

.wrapper-menu-clone .tp-vertical-menu .menu-item img{
	margin-right: 0.5rem;
}

.wrapper-menu-clone .tp-vertical-menu .menu-item .sub-menu{
	display: none;
	visibility: visible;
	max-height: unset;
	min-width: unset;
	padding: 0;
	border: 0;
	opacity: 1;
	position: absolute;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.wrapper-menu-clone .tp-vertical-menu .menu-item:hover > .sub-menu{
	display: block;
	left: 98%;
	top: 0;
}

.wrapper-menu-clone .tp-vertical-menu .menu-item .sub-menu a{
	padding: 0;
	border: 0;
	font-weight: 400;
	text-transform: unset;
	font-size: 1rem;
	line-height: 1.6;
	color: #000;
}


.wpf_items_wrapper .wpf_item ul.wpf_price_range li{
	display: block;
}


/*`xxl` applies to x-large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {

}
	
@media (max-width: 1299.98px) {

}

/*`xl` applies to large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) { ... }

/*lg` applies to medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {

	.mobile-nav>.search-form{
		flex: 1;
	}

	.nav-vertical>li>a, .nav-vertical>li>ul>li a{
		font-size: 0.75rem;
	}


	.header-bottom{
		background-color: #feb91d !important;
	}


	.cart-icon strong,
	.cart-icon strong:after{
		border-color: #fff !important;
		color: #fff;
	}

	.header-main li.html.custom{
		display: block !important;
	}

	.hotline-header{
		color: #fff !important;
		white-space: nowrap;
	}


	.search-form-categories{
		display: none !important;
	}

	.mobile-nav .button{
		width: 2rem !important;
		height: 2rem !important;
	}


	.category-page-row{
		padding-top: 0;
	}

	/*====*/

	.mfp-bg.off-canvas{
		background-color: #000 !important;
	}
	.off-canvas .mfp-close svg{
		filter: invert(1);
	}

	.mobile-nav .button {
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: unset;
        min-height: unset;
        width: 2.25rem;
        height: 2.25rem;
        margin: 0;
        padding: 0.25rem;
        color: #fff;
        font-size: 16px;
        line-height: 0.8;
    }

    .mobile-nav .button .icon-menu {
        line-height: 1;
    }

    .mobile-nav .button .icon-menu:before {
        content: "\f0c9";
        font-family: "Font Awesome 6 Pro";
        font-weight: 700;
    }

	/*===*/
	.icon-footer{
		flex-direction: column;
		gap: 0.5rem;
	}

	.icon-footer.icon-box-left .icon-box-img+.icon-box-text{
		padding-left: 0;
	}

	/*===*/
	.product-gallery,
	.product-info{
		margin: 0 15px;
		padding-bottom: 15px;
	}

}
/*`md` applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {

	body{
		font-size: 0.875rem;
	}

	.row.small-columns-2 .col:nth-child(even),
	.row.row-small > .col.small-6:nth-child(even){
		padding-left: 0.25rem;
	}

	.row.small-columns-2 .col:nth-child(odd),
	.row.row-small > .col.small-6:nth-child(odd){
		padding-right: 0.25rem;
	}

	.main-slide .flickity-page-dots{
		bottom: 2px;
	}

	.main-slide .flickity-page-dots .dot{
		width: 1rem;
		border-width: 2px;
	}

	.btn-custom{
		padding: 0.25rem 1rem;
		border-radius: 0.375rem;
		font-size: 0.75rem;
	}

	.grid-wrapper-video .grid-item-video:nth-child(3){
		grid-column: span 6;
	}

	.grid-wrapper-video .grid-item-video:nth-child(1),
	.grid-wrapper-video .grid-item-video:nth-child(2),
	.grid-wrapper-video .grid-item-video:nth-child(4),
	.grid-wrapper-video .grid-item-video:nth-child(5){
		grid-column: span 3;
	}

	.icon-footer{
		flex-direction: row;
		gap: 0.5rem;
		align-items: center;
		line-height: 1.2;
	}

	.icon-footer .icon-box-img{
		width: 40px !important;
	}

	/*===*/
	.product-small .box-image{
		border-radius: 0.25rem;
	}
	.product-small .box-text{
		border-radius: 0.25rem;
	}

	.product-small .box-text .product-title a{
		font-size: 14px;
	}
	.product-small .custom-wrapper{
		flex-direction: column;
	}

	.product-small .custom-wrapper .label-sale-price bdi,
	.product-small .custom-wrapper .label-price-range span.amount{
		font-size: 12px;
	}

	.product-small .btn-custom{
		font-size: 12px;
		border-radius: 0.375rem;
	}

	.product-small .custom-wrapper .label-soild{
		font-size: 0.75rem;
	}

	.product_parameter tr td{
		font-size: 0.875rem;
	}

	.ux-swatch--label{
		font-size: 0.75rem;
	}
	.ux-swatch--color, .ux-swatch--image{
		width: 20px;
		height: 20px;
	}

	.product-summary .group-button-add-cart .single_add_to_cart_button{
		line-height: 1.5;
	}

	.form-call-advise .wpcf7-form-control-wrap input{
		font-size: 0.875rem;
	}

	.product-summary .social-icons a{
		font-size: 0.875rem;
	}


	.search-form-container input,
	.search-form-container select{
		flex: unset;
	}

	.search-form-container button{
		width: 100%;
		padding: 0.5rem 1rem;
	}

}
/*`sm` applies to x-small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {  }
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.g-md-3{
		--gutter: 1rem;
	}
	.text-md-center{
		text-align: center;
	}
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

	.g-lg-4{
		--gutter: 1.5rem;
	}

	.mt-lg{
	    margin-top: 30px;
	}

	.mb-lg{
	    margin-bottom: 30px;
	}

	.pb-lg{
		padding-bottom: 30px;
	}

	.text-lg-left{
		text-align: left;
	}


	.justify-content-lg-between{
		justify-content: space-between;
	}

	.product-gallery, .product-info{
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}

	.product-gallery{
		margin-left: 15px;
	}

	.product-info{
		margin-right: 15px;
	}


	.hotline-header{
		margin-left: 3rem;
		font-size: 1rem;
		color: #000;
		font-weight: 700;
		position: relative;
		transform: translateY(0.25rem);
	}

	.hotline-header:before{
		content: "";
		position: absolute;
		left: 0rem;
		top: -1rem;
		bottom: -9px;
		z-index: -1;
		width: 80px;
		transform: translateX(-80%);
		background-image: url('../flatsome-child/images/cover-phone-header.svg');
		background-repeat: no-repeat;
		background-position: left; top;
		background-size: contain;
	}

	.hotline-header:after{
		content: "";
		position: absolute;
		left: 0;
		right: -200px;
		top: -1rem;
		bottom: -0.5rem;
		z-index: -1;
		background-color: #FFF2D4;
	}
	
}
/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	.container, .row:not(.row-full-width):not(.form-contact-footer):not(.products.row):not(.row.has-equal-box-heights):not(.form-contact){
		max-width: 88% !important;
	}

	.products.row.row-small,
	.woocommerce-tabs.container,
	.related-products-wrapper > .row.has-equal-box-heights{
		max-width: unset !important;
	}
}
/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1500px) {
	
}