/*
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{
	--fs-title: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
}

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

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

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

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

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

.h-100{
	height: 100%;
}

.button{
	font-weight: 600;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.button.secondary{
	border-radius: 5px;
	border-right: 2px solid #930000;
	border-bottom: 2px solid #930000;
	border-left: 1px solid #930000;
}

.button.primary{
	border-radius: 5px;
	border-right: 2px solid #112d4e;
	border-bottom: 2px solid #112d4e;
	border-left: 1px solid #112d4e;
}


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

.main-title{
	position: relative;
}

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


.box-main-title h2{
	margin-bottom: 0.25rem;
	font-size: var(--fs-title);
	font-weight: 700;
}


/*===*/
#top-bar .flex-row .flex-left,
#top-bar .flex-row .flex-right{
	flex: 1;
}


#top-bar .flex-row .flex-right:after{
	content: "";
	position: absolute;
	top: 0;
	transform: translateX(-2rem);
	z-index: -1;
	background-color: #D6E8F2;
	width: 70%;
	height: 100%;
	clip-path: polygon(1% 0, 100% 0, 100% 100%, 1% 100%, 0 20%);
}

#top-bar .flex-row .flex-right .top-bar-nav.nav-right{
	justify-content: flex-start;
}

#top-bar .flex-row .flex-right .top-bar-nav.nav-right li:last-of-type{
	margin-left: auto;
}

#top-bar .flex-row .flex-right .top-bar-nav.nav-right li{
	color: #000;
}


.home #header{
	position: fixed;
}

.home .header-wrapper:not(.stuck) .header-bg-color{
	background: rgba(168, 168, 168, 0.58);
	backdrop-filter: blur(19.200000762939453px);
}

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

#header .header-nav-main > .menu-item > a{
	position: relative;
	padding: 0.5rem 0.5rem;
	color: #6B6B6B;
	font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
	font-weight: 600;
	line-height: normal;
}

#header .header-nav-main > .menu-item > a:after{
	content: "";
	position: absolute;
	inset: 0;
	background-color: #0D9EE7;
	border-radius: 5px;
	border-right: 2px solid #0176B1;
	border-bottom: 2px solid #0176B1;
	z-index: -1;
	opacity: 0;
}

#header .header-nav-main > .menu-item.active > a,
#header .header-nav-main > .menu-item:hover > a{
	color: #fff;
}

#header .header-nav-main > .menu-item.active > a:after,
#header .header-nav-main > .menu-item:hover > a:after{
	opacity: 1;
}



.home #header .header-wrapper:not(.stuck) .header-nav-main > .menu-item > a{
	color: #fff;
}


.searchform .flex-row{
	flex-direction: row-reverse;
	border-radius: 0.25rem;
	background: #b4b4b436;
}

.searchform .search-field{
	background-color: transparent !important;
	border-radius: 0;
	border: 0;
	color: #A0A0A0;
	box-shadow: none !important;
}

.searchform .search-field:focus,
.searchform .search-field::placeholder{
	color: #A0A0A0;
}

.searchform .submit-button{
	width: 2.5rem;
	height: 2.5rem;
	padding: 0.25rem;
	background-color: transparent;
	box-shadow: none;
	border: 0;
	background-image: url('/wp-content/themes/flatsome-child/images/search-icon-dark.svg');
	background-repeat: no-repeat;
	background-position: center center;
}

.searchform .submit-button i{
	display: none;
}


.home .header-wrapper:not(.stuck) .searchform .flex-row{
	background: rgba(255, 255, 255, 0.21);
}

.home .header-wrapper:not(.stuck) .searchform .search-field{
	color: #fff;
}

.home .header-wrapper:not(.stuck) .searchform .search-field:focus,
.home .header-wrapper:not(.stuck) .searchform .search-field::placeholder{
	color: #fff;
}

.home .header-wrapper:not(.stuck) .searchform .submit-button{
	background-image: url('/wp-content/themes/flatsome-child/images/search-icon.svg');
}



/*===*/
.banner-page{  }

.block-banner-header .title-banner-page{
	margin-bottom: 0;
	color: #204F87;
}

.block-banner-breadcrumb .rank-math-breadcrumb span,
.block-banner-breadcrumb .rank-math-breadcrumb a{
	color: #6B6B6B;
	font-weight: 500;
}

.block-banner-breadcrumb .rank-math-breadcrumb span.last{
	color: #000;
}


/*====*/
.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{

}

.main-slide .banner h2{
	font-size: var(--fs-title);
}



.row-slider .flickity-page-dots{
	bottom: -1.5rem;
}

.row-slider .dot{
	width: clamp(0.5rem, 0.475rem + 0.125vw, 0.625rem) !important;
	height: clamp(0.5rem, 0.475rem + 0.125vw, 0.625rem) !important;
}

.row-slider .dot.is-selected{
	background-color: #204F87;
}

.flickity-button{
	margin-top: 0 !important;
	top: 50%;
	bottom: unset;
}

.flickity-prev-next-button.next{
	transform: translate(-20%, -50%) !important;
}

.flickity-prev-next-button.previous{
	transform: translate(20%, -50%) !important;
}

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



/*===*/

.product-small.box{
	display: flex;
	flex-direction: column;
	padding: 0.375rem;
	/*border: 1px solid #E3E3E3;*/
	border-radius: 1rem;
	background: #AFE5EF;
	box-shadow: 0 0 8px 0 rgba(32, 79, 135, 0.25);
	transition: all .3s ease-in-out;
}

.product-small.box:hover{
	box-shadow: 0 0 8px 0 rgba(32, 79, 135, 0.95);
}

.product-small.box .box-image{
	margin: 0;
	border-radius: 1rem;
	border-radius: 20px;
	border: 3px solid #000;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
	background-color: #fff;
}

.product-small.box:hover .box-image img{
	transform: scale(1.1);
}

.product-small.box .box-text{
	flex: 1;
	display: flex;
	flex-direction: column;
	position: unset;
	margin-top: 0.25rem;
	padding: 0.5rem;
}

.product-small.box .product-cat{
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	background-color: #3EC44E;
	margin: 0;
	padding: 0.325rem 0.5rem;
	border-radius: 50rem;
	color: #fff;
	opacity: 1;
	line-height: normal;
}

.product-small.box .box-text .product-title a{
	font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
	font-weight: 600;
	color: #000;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-small.box .custom-meta{
	display: flex;
	gap: 1rem;
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	font-size: 0.75rem;
	color: #9C9C9C;
}

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

.product-small.box .custom-wrapper{
	display: flex;
	gap: 0.5rem;
	margin-top: auto;
}

.product-small.box .custom-wrapper .left-content{
	flex: 1;
	display: flex;
	gap: 0.25rem;
}

.product-small.box .custom-wrapper .right-content .btn-custom{
	border-radius: 5px;
	border-right: 2px solid #930000;
	border-bottom: 2px solid #930000;
	border-left: 1px solid #930000;
	background-color: #D90000;
	padding: 0.125rem 0.5rem;
	color: #fff;
}


.product-small.box .price-wrapper .price{
	display: flex;
	justify-content: space-between;
}

.product-small.box span.amount{

}

.product-small.box ins span.amount{
	color: #E61414;
	font-weight: 600;
	font-size: 0.875rem;
}

.product-small.box del{
	text-decoration: line-through;
	color: #999;
	font-weight: 400;
	font-size: 0.75rem;
}

.product-small.col:nth-child(even) .product-small.box{
	background-color: #24336A;
}

.product-small.col:nth-child(even) .product-small.box .box-text .product-title a{
	color: #fff;
}

.product-small.col:nth-child(even) .product-small.box .label-nong-do{
	color: rgba(255, 255, 255, 0.70);
}

.product-small.col:nth-child(even) .product-small.box span.amount,
.product-small.col:nth-child(even) .product-small.box .don-vi-tinh{
	color: #fff;
}


.product-small.col:nth-child(4n+2) .product-small.box .product-cat{
	background-color: #F3E8FF;
	color: #9660C4;
}

.product-small.col:nth-child(4n+3) .product-small.box .product-cat{
	background-color: #FFEDD5;
	color: #B77020;
}

.product-small.col:nth-child(4n+4) .product-small.box .product-cat{
	background-color: #F3E8FF;
	color: #9660C4;
}




/*===*/
.col-wrapper .col-inner{
	padding: clamp(1rem, 0.8rem + 1vw, 2rem);
	border-radius: 15px;
	background: #FFF;
	box-shadow: 0 0 30.3px 0 rgba(32, 79, 135, 0.25);
}


/*===*/
.wpcf7-form{
	margin-bottom: 0;
}

.form-contact-quote .form-control{
	height: unset;
	padding: clamp(0.5rem, 0.475rem + 0.125vw, 0.625rem) 1rem;
	border-radius: 5px;
	border: 1px solid #CECECE;
	background: #FFF;
	box-shadow: none !important;
	font-size: inherit;
}

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

.form-contact-quote .select2-container{
	margin-bottom: 1em !important;
}

.form-contact-quote textarea.select2-search__field{
	min-height: unset;
	margin: 0 !important;
	height: 16px !important;
}

.form-contact-quote .select2-search,
.form-contact-quote .select2-selection{
	line-height: normal !important;
	box-shadow: none !important;
}

.form-contact-quote .select2-selection{
	padding: clamp(0.5rem, 0.475rem + 0.125vw, 0.625rem) 1rem !important;
	min-height: 46px !important;
}

.form-contact-quote .select2-selection__rendered{

}


.form-contact-quote .select2-selection__choice{
	margin-top: 0;
	margin-bottom: 0;
	padding: 2px !important;
}

.form-contact-quote .select2-selection__choice__display{
	padding-left: 5px !important;
	font-size: 14px;
}

.form-contact-quote .select2-selection__choice__remove{
	margin: 0 !important;
	min-height: unset !important;
	line-height: normal;
	position: unset !important;
}

.form-contact-quote .select2-selection__clear{
	margin: 0;
	height: unset;
}

/*====*/
.form-contact-quote .ts-wrapper{
	margin-bottom: 1em;
}

.ts-dropdown, .ts-control, .ts-control input{
	font-size: inherit !important;
	line-height: normal !important;
}

.ts-control{
	padding: 0 !important;
	border: 0 !important;
}

.ts-control input{
	height: 1.5rem !important;
}

.ts-control a.remove{
	border: 0;
}


.wpcf7-not-valid-tip{
	font-size: 0.75rem;
}


.icon-box.icon-info h3{
	margin-bottom: 0;
}


/*====*/
.icon-box.icon-choose-us{
	padding: 1rem;
	border-radius: 1rem;
	background: rgba(218, 218, 218, 0.34);
	backdrop-filter: blur(3.9000000953674316px);
	transition: all .3s ease-in-out;
	cursor: pointer;
	line-height: 1.3;
}

.icon-box.icon-choose-us h3{
	margin-bottom: 0.25rem;
}

.icon-box.icon-choose-us:hover{
	transform: translateY(-10px);
	backdrop-filter: blur(6px);
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}



.icon-box.icon-check{
	align-items: center;
	padding: clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
	background-color: #fff;
	border-radius: clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
	border: 1px solid #204F87;
	color: #000;
}

.icon-box.icon-check .icon-box-img{
	width: clamp(2rem, 1.8rem + 1vw, 3rem) !important;
	height: clamp(2rem, 1.8rem + 1vw, 3rem) !important;
}

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

.icon-box.icon-check p{
	color: #000;
	line-height: normal;
}



/*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;
}


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

.footer-bottom{
	font-weight: 200;
}

.section-footer iframe,
.section-footer .img-map{
	border-radius: 0.5rem;
	overflow: hidden;
}

.col-footer h3{
	position: relative;
	margin-bottom: 1rem;
	font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}

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

.col-footer a{
	color: #fff;
}

.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);
}


.social-icons.follow-footer > a{
	width: 2rem;
	height: 2rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
	border: 0 !important;
	background-color: transparent !important;
}

.social-icons.follow-footer > a i{
	top: 0;
}	

.absolute-footer{
	display: none;
}


/*=== archive product*/
.title-archive-product{
	margin-bottom: 0;
	font-size: var(--fs-title);
}
.product-cat-list{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.product-cat-list li{
	margin: 0;
}

.product-cat-list li a{
	display: inline-flex;
	padding: 0.125rem 0.75rem;
	border: 1px solid var(--primary-color);
	border-radius: 0.375rem;
	font-weight: 500;
	transition: all .3s ease-in-out;
}

.product-cat-list li.active a,
.product-cat-list li:hover a{
	background-color: var(--primary-color);
	color: #fff;
}


/*single product*/
.product-main{
	padding-bottom: 20px;
}


.product-gallery .product-images{
	box-shadow: 0 0 23.9px 0 rgba(32, 79, 135, 0.25);
	border-radius: 0.5rem;
}

.product-info{
	padding-bottom: 10px;	
}

.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 .product-category-label{
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 1.5rem;
}

.product-summary .product-category-label a{
	padding: 0.125rem 0.75rem;
	background-color: #F3E8FF;
	border-radius: 50rem;
	color: #9660C4;
	font-size: 0.75rem;
}


.product-summary .product-short-description p{
	margin-bottom: 0.75rem;
}


.product-summary .price-wrapper{
	margin-top: 1.5rem;
}

.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;
}

.product-call-buttons .call-button{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	padding: 0.375rem 2rem;

}

.product-call-buttons .call-button .label{
	font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
	line-height: normal;
}

.product-call-buttons .call-button .label-note{
	font-size: 0.75rem;
	font-weight: 400;
	line-height: normal;
}



/*===*/
.product-content{
	position: relative;
	padding-top: clamp(1rem, 0.6rem + 2vw, 3rem);
	border-radius: 0.5rem;
	background: #FFF;
	box-shadow: 0 0 23.9px 0 rgba(32, 79, 135, 0.25);
}

.product-content .title-detail-product{
	margin-bottom: 0;
	background-color: #F3F3F3;
	font-weight: 400;
	padding: 0.5rem 1.5rem;	
}

.product-content .content{
	padding: 1.5rem;
}

.product-content .view-more-content{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.5rem;
	background-color: #F3F3F3;
	color: #6B6969;
	text-align: center;
	cursor: pointer;
}


/*===*/
.btn-profile-download{
	width: 100%;
	font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
	border: 0 !important;
}

/*===*/
.product-section{
	border-top: 0;
}

.product-section-title{
	font-size: var(--fs-title);
	font-weight: 600;
	text-align: center;
}

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


/*====*/

#post-list .row > .post-item.first{
	flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}

#post-list .row > .post-item.first .box-blog-post{
	display: flex;
}

#post-list .row > .post-item.first .box-blog-post .box-image{
	width: 50%;
	border-radius: 0;
}

#post-list .row > .post-item.first .box-blog-post .box-image .image-cover{
	padding-top: 60%;
}

#post-list .row > .post-item.first .box-blog-post .box-text{
	flex: 1;
	margin: 0;
	padding: clamp(1rem, 0.6rem + 2vw, 3rem);
	background-color: #F4F4F4;
}

#post-list .row > .post-item.first .box-blog-post .box-text .post-title{
	font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
}

#post-list .row > .post-item.first .box-blog-post .box-text .post-excerpt{
	-webkit-line-clamp: 7;
	margin-top: clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
}


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

.box-blog-post .box-image .image-cover{
	padding-top: 62.5%;
}

.box-blog-post .box-text{
	margin-top: 0.5rem;
	padding: 0;
	font-size: inherit;
}

.box-blog-post .post-title{
	font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
}

.box-blog-post .box-text .post-excerpt{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.box-blog-post .post-date{
	color: rgba(0, 0, 0, 0.50);
}

.box-blog-post .post-view-more{
	margin-top: clamp(1rem, 0.8rem + 1vw, 2rem);
	color: var(--primary-color);
	font-weight: 600;
}


/*====*/
.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;
}

/*===*/
.product-sidebar .widget{
	padding: 1rem;
	border-radius: 0.5rem;
	background: #FFF;
	box-shadow: 0 0 23.9px 0 rgba(32, 79, 135, 0.25);
}

.widget .widget-title {
	display: block;
	margin-bottom: 1.5rem;
	font-size: 1.25rem;
}

.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.5rem;
	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.5rem;
}

.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: clamp(0.5rem, 0.45rem + 0.25vw, 0.75rem) 1rem;
	background-color: #F6F8FA;
	border-radius: 0.25rem;
	transition: all .3s ease-in-out;
	box-shadow: none !important;
	font-size: inherit;
}

.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;
}


.scroll-to-top{
    width: clamp(2.5rem, 2.4rem + 0.5vw, 3rem);
    height: clamp(2.5rem, 2.4rem + 0.5vw, 3rem);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    color: #fff;
    filter: drop-shadow(0 0 17.5px rgba(0, 0, 0, 0.25));
    opacity: 0;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.scroll-to-top.show{
    opacity: 1;
    animation: scroll-to-top 0.3s ease-in;
}

@keyframes scroll-to-top {
    0% {
        transform: translateY(0.5rem);
    }
    100% {
        transform: translateY(0);
    }
}



/*button contact*/
.button-contact-fixed{
    position: fixed;
    bottom: 2%;
    right: 1%;
    z-index: 30;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0rem;
}

.box-ring {
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: visibility .5s;
    position: relative;
}

.box-ring-outline {
    position: absolute;
    width: clamp(4rem, 3.8rem + 1vw, 5rem);
    height: clamp(4rem, 3.8rem + 1vw, 5rem);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 0 0;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background-color: transparent;
    border-radius: 50%;
    opacity: .5;
    transition: all .5s;
    animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
}

.box-ring-inline {
    position: absolute;
    left: 50%;
    top: 50%;
    width: clamp(3rem, 2.8rem + 1vw, 4rem);
    height: clamp(3rem, 2.8rem + 1vw, 4rem);
    transform: translate(-50%, -50%);
    transform-origin: 0 0;
    border: 2px solid transparent;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all .5s;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
}

.box-ring-image{
    width: clamp(2.5rem, 2.4rem + 0.5vw, 3rem);
    height: clamp(2.5rem, 2.4rem + 0.5vw, 3rem);
    padding: 0.5rem;
    border: 2px solid transparent;
    border-radius: 50%;
    background-color: #fff;
    filter: drop-shadow(0 0 17.5px rgba(0, 0, 0, 0.25));
    opacity: 1;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}

@keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg) translate(-50%, -50%);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg) translate(-50%, -50%);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg) translate(-50%, -50%);
        opacity: .1
    }
}

@keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg) translate(-50%, -50%);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg) translate(-50%, -50%);
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg) translate(-50%, -50%);
    }
}

@keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}


/*`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) {
	.mb-on-mb{
		margin-bottom: 30px;
	}

	/*====*/
	.mfp-bg.off-canvas{
		background-color: var(--primary-color) !important;
	}

	.mobile-sidebar .menu-item a{
		color: #fff !important;
	}

	.mobile-sidebar .menu-item .toggle{
		color: #fff;
	}


	.off-canvas .mfp-close svg{
		filter: invert(1);
	}

	.mobile-nav .nav-icon .button{
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: unset;
        min-height: unset;
        width: 2rem;
        height: 2rem;
        margin: 0;
        padding: 0.25rem;
        border: 2px solid var(--primary-color) !important;
        color: var(--primary-color);
        font-size: 16px;
        line-height: 0.8;
    }

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

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

    .home .header-wrapper:not(.stuck) .mobile-nav .nav-icon .button{
    	border: 2px solid #fff !important;
    	color: #fff;
    }

    .header-search-lightbox a{
    	margin-right: 0.5rem;
    	color: var(--primary-color) !important;
    }

    .header-search-lightbox a i{
    	font-size: 20px !important;
    	transition: unset;
    }

    .home .header-wrapper:not(.stuck) .header-search-lightbox a{
    	color: #fff !important;
    }

    .searchform .flex-row{
    	background: #fff;
    }


    .header-main .show-for-medium.flex-right{
    	flex: unset;
    }


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


    .social-icons.follow-footer{
    	text-align: center;
    }


    .map-contact iframe{
    	height: 300px;
    }


	/*===*/
	.category-page-row{
		padding-top: 20px;
	}

	.product-cat-list{
		justify-content: flex-start;	
	}


	.product-main{
		padding-top: 0;
	}


	.product-small.box .custom-wrapper{
		flex-direction: column;
		align-items: flex-start;
	}

	/*===*/
	#post-list .row > .post-item.first .box-blog-post .box-image{
		width: 100%;
	}

	#post-list .row > .post-item.first .box-blog-post{
		flex-direction: column;
	}

}
/*`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;
		padding-bottom: 0.5rem;
	}

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

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

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

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

	/*===*/


	.icon-box.icon-choose-us .icon-box-img{
		margin-bottom: 0.5rem;
	}



	.product-main{
		padding-bottom: 0;
	}
	.product-call-buttons .call-button{
		padding: 0.375rem 1rem;
	}

	.product-call-buttons > *{
		flex: 1;
	}



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

/* 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) {
	.justify-content-lg-between{
		justify-content: space-between;
	}

	/*===*/
	.header-bottom .header-bottom-nav > .menu-item > a{
		padding: 0.5rem 0;
		font-weight: 400;
		text-transform: uppercase;
	}

	.header-bottom .header-bottom-nav > .menu-item:hover > a{

	}

	.header-nav .sub-menu,
	.active>ul.children, .active>ul.sub-menu:not(.nav-dropdown){
		display: none !important;
		padding: 0.5rem;
		/*min-width: unset;*/
		border: 0;
		border-radius: 0.5rem;
		background-color: #fff;
		box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	}

	.header-nav .menu-item{
		width: unset !important;
		min-width: unset !important;
		position: relative;
	}

	.header-nav .sub-menu>.menu-item>a{
		padding: 0.75rem 0;
		font-size: 15px;
		font-weight: 500;
		color: #000;
		text-transform: capitalize;
	}

	.header-nav .sub-menu > .menu-item:hover > a{
		color: var(--primary-color);
	}

	.header-nav .menu-item:hover>.sub-menu{
		display: block !important;
		animation: menu 0.3s;
	}

	.header-nav .sub-menu .menu-item>.sub-menu{
		position: absolute;
		left: 100%;
		top: 0;
		z-index: 10;
	}

	.header-nav .sub-menu li{
		display: block;
	}

	@keyframes menu {
	    0% { transform: translateY(20px); opacity: 0}
	    100% { transform: translateY(0px); opacity: 1}
	}


	.main-slide .banner{
		height: 100vh;
	}


}
/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}
/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1500px) {
	
}