/*
Theme Name: flatsome Child
Theme URI: http://flatsome.uxthemes.com
Description: Multi-Purpose Responsive WooCommerce Theme
Author: UX-Themes
Author URI: https://uxthemes.com
Template: flatsome
Version: 3.20.1

Text Domain: flatsome
*/
.row-4-dv .icon-box:hover .icon{
	background: var(--fs-color-primary);
	border-radius: 8px;
	padding:5px; 
	
}

.img-border img{
	border-radius:8px;
}
.gallery-css .box-text.text-left{
	display:none;
}
.contain-acf-c.bottom-divi span{
	background: var(--fs-color-primary);
	padding: 5px;
	border-radius: 8px;
	color: white;
	font-size: 18px;
	font-weight: bold;
}
.section-title-normal span {
	border-bottom: unset !important;
	margin-bottom: -2px;
	margin-right: 15px;
	padding-bottom: 7.5px;
}
.text-h1-title {
	letter-spacing: 20px;
	font-size: 25px;
	background: black;
	display: inline-block;
	padding: 0 20px;
	border-radius: 8px;
	display: flex;
	margin: auto;
	text-align: center;
	margin-bottom:1rem;
}
.text-h1-title h1{
	margin:0;	
}
@font-face {
	font-family: "Manus2";
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url("../../fonts/Manus.ttf") format("truetype");
}

#tiktok-vr .phone-vr-circle-fill {
	box-shadow: 0 0 0 0 #000000;
	background-color: rgb(0 0 0 / 70%);
}

#tiktok-vr .phone-vr-img-circle {
	background-color: #000000;
}
.nav-left {
	justify-content: center;
}
.m-0 {
	margin: 0;
}
.m-1 {
	margin: 0.5rem;
}
.m-2 {
	margin: 1rem;
}
.mt-0 {
	margin-top: 0;
}
.mb-0 {
	margin-bottom: 0;
}
.mb-1 {
	margin-bottom: 12px;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.p-0 {
	padding: 0;
}
.pl-0 {
	padding-left: 0 !important;
}
.pr-0 {
	padding-right: 0 !important;
}

.p-0-5 {
	padding: 0.5rem;
}
.p-1 {
	padding: 1rem;
}
.p-2 {
	padding: 2rem;
}

.pt-0 {
	padding-top: 0;
}
.pb-0 {
	padding-bottom: 0;
}
.px-2 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.dark .widget a, .dark a {
	color: rgb(0 0 0);
}

.img-icon {
	width: 20px; /* Đặt kích thước icon (thay đổi tùy ý) */
	height: 20px; /* Đảm bảo icon là hình vuông */
	margin-right: 8px; /* Khoảng cách giữa icon và text */
}

.acf-f-cus span {
	font-size: 13px; /* Kích thước chữ */
	font-weight: 600; /* Độ đậm của chữ */
	color: rgb(218, 32, 32); /* Màu chữ */
	display: flex;
	align-items: center;
}
.col.post-item>.col-inner {
	box-shadow: 0px 0px 2px #8080804f;
	border-radius: 11px;
}
.col.post-item .box-text {
	padding-inline :8px ;
	border-radius: 10px;
}
.col.post-item img{
	border-radius: 12px 12px 0 0;
}
.blog-css-home .is-divider{
	display:none;
}
.col.post-item h5.post-title.is-large {
	height: 60px;
}
.from_the_blog_excerpt {
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	height:70px;
}
.col.post-item h5.post-title.is-large a{
	display: -webkit-box !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;

}

/* slide */
swiper-container {
	width: 100%;
	height: 100%;
}

swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

body {
	background: #000;
	color: #000;
}

swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

swiper-slide {
	background-size: cover;
	background-position: center;
}

.mySwiper {
	height: 430px;
	width: 100%;
}

.mySwiper2 {
	height: 80px;
	box-sizing: border-box;
	padding: 10px 0;
}

.mySwiper2 swiper-slide {
	width: 15% !important;
	height: 100%;
	opacity: 0.4;
}

.mySwiper2 .swiper-slide-thumb-active {
	opacity: 1;
}

swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.entry-header-text.text-center{
	padding: 12px 0 !important;
	text-align: left;
}
.acf-view-flex {
	display: flex;
	gap: 20px;

	/* borde */
}
.acf-view-flex span{
	padding: 5px 17px;
	border: 1px solid;
	border-radius: 12px;
	background-color: var(--primary-color);
}

.acf-view-flex .img-icon {
	width: 20px; /* Kích thước icon */
	height: 20px; /* Kích thước icon */
	margin-right: 8px; /* Khoảng cách giữa icon và text */
}
.entry-content.single-page {
	padding: 20px;
	margin-top: 12px;
	box-shadow: 0px 0px 8px #ada9a973;
	border-radius: 12px;
}
#comments{
	display: none;
}



.box-contactt{
	padding: 20px;
	box-shadow: 0px 0px 24px;
	border-radius: 15px;
}

.box-contactt .wpcf7-form-control {
	width: 100%;
	padding: 7px 12px;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 16px;
	transition: border-color 0.3s ease;
}

.box-contactt .wpcf7-form-control:focus {
	border-color: #007bff;
	outline: none;
}

.box-contactt .wpcf7-submit {
	width:100%;
	background-color: var(--primary-color);
	color: #fff;
	border: none;
	border-radius: 5px;
	/*   padding: 0px 12px !important; */
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	padding: 0px;
	margin: 0;
}

.box-contactt .wpcf7-submit:hover {
	background-color: #0056b3;
}

.box-contactt .sbm-btn-ct {
	text-align: center;
	padding-bottom: 0px;
}

.box-contactt .wpcf7-spinner {
	display: none;
}
.img-bor{
	border-radius: 12px;
}
.sidbar-cus .text-div{
	background: var(--primary-color);
	border-radius: 12px 12px 0 0;
	padding: 6px;
}
.sidbar-cus{
	margin: 16px 0px;
	box-shadow: 0px 0px 3px #2e2c2c54;
	border-radius: 12px 12px;
}
.sidbar-cus .contain-acf-c{
	padding-inline: 20px;
	display: flex;
	justify-content: center;
}
.acf-f-cus-side{
	margin-top: 20px;
}
.sidbar-cus .acf-f-cus span {
	font-size: 16px;
}
.flex-row.recent-blog-posts.align-top.pt-half.pb-half {
	align-items: center !important;
}
.text-r-s{
	font-size: 13px;
}
img.recent-post-thumbnail.wp-post-image {
	width: 80px;
}

.col-left-baneer{
	background-color: #ffffff94;
}
/* Container for the entire search form */
.blog-wrapper.blog-archive.page-wrapper .form-search-banner{
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	border-radius:12px;
}
.blog-wrapper.blog-archive.page-wrapper p.from_the_blog_excerpt {
	display: none;
}
.form-search-banner {
	height: 100%;
	max-width: 900px;
	margin: 0px auto;
	padding: 30px;
	/* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
	position: relative; /* Cần thêm thuộc tính này để dropdown được tính theo thẻ này */
}

/* Main form layout with column direction and spacing */
.form-search-banner .custom-search-form {
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin-bottom: 0px !important;

}

/* Group each form element in a column with spacing */
.form-search-banner .form-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

/* Label styling for form elements */
.form-search-banner label {
	font-size: 14px;
	font-weight: 600;
	color: #333;
	margin-bottom: 5px;
}

/* Dropdown container styling for both category and location */
.form-search-banner .custom-dropdown {
	position: relative; /* Position relative cho container để dropdown có thể được đặt đúng */
}

/* Toggle button for dropdown menus (Danh mục / Địa điểm) */
.form-search-banner .dropdown-toggle {
	width: 100%;
	padding: 0 16px;
	border-radius: 8px;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	color: #333;
	font-size: 13px;
	display: flex
		;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	font-weight: 600;
	transition: all 0.3s ease;
}

/* Active state of the dropdown toggle */
.form-search-banner .dropdown-toggle.active {
	background-color: #4CAF50;
	color: white;
}

/* The dropdown menu that will show the checkboxes */
.form-search-banner .dropdown-menu {
	display: none;
	position: absolute; /* Đặt dropdown menu lên trên các phần tử khác */
	top: 100%; /* Đảm bảo nó hiện ngay dưới nút toggle */
	left: 0;
	right: 0;
	max-height: 300px;
	overflow-y: auto;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	padding: 10px;
	z-index: 10; /* Đảm bảo dropdown sẽ không bị các phần tử khác che khuất */
}

/* List item styling inside dropdown */
.form-search-banner .dropdown-menu li {
	margin: 5px 0;
}

/* Styling for checkbox labels */
.form-search-banner .dropdown-menu label {
	font-size: 14px;
	color: #333;
}

/* Input styling for price and area range value */
.form-search-banner .custom-range-value {
	width: 100%;
	padding: 12px;
	border-radius: 8px;
	border: 1px solid #ddd;
	background-color: #f7f7f7;
	font-size: 14px;
	color: #f6931f;
	font-weight: 600;
	text-align: center;
}

/* Slider container styling */
.form-search-banner .custom-slider {
	margin-bottom: 10px;
	position: relative;
	height: 8px;
	border-radius: 5px;
	background-color: #eee;
}

/* Styling for the slider range (the color part) */
.form-search-banner .custom-slider .ui-slider-range {
	background-color: #4CAF50;
	border-radius: 5px;
}

/* Styling for slider handles */
.form-search-banner .custom-slider .ui-slider-handle {
	border-radius: 50%;
	background-color: #fff;
	border: 2px solid #4CAF50;
	width: 20px;
	height: 20px;
	cursor: pointer;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	transition: background-color 0.3s, border-color 0.3s;
}

/* Hover effect for slider handle */
.form-search-banner .custom-slider .ui-slider-handle:hover {
	background-color: #4CAF50;
	border-color: #388E3C;
}


.form-search-banner .checkbox-group {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.form-search-banner .checkbox-group label {
	font-size: 14px;
	font-weight: 400;
	color: #555;
	display: flex;
	align-items: center;
}

.form-search-banner .checkbox-group input {
	margin-right: 10px;
	accent-color: #4CAF50;
}

.form-search-banner .btn-submit {
	padding: 0px 24px;
	width: 100%;
	background-color: #4CAF50;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	align-self: flex-start;
}

.form-search-banner .btn-submit:hover {
	background-color: #388E3C;
}

.form-search-banner .btn-submit:focus {
	outline: none;
	box-shadow: 0 0 8px rgba(76, 175, 80, 0.5);
}

.sf-input-select {
	margin-bottom: 0px;
	height: 45px;
	border-radius: 8px;
	border: 1px solid #dadfe5;
}

.searchandfilter ul li {
	margin-left: 15px;
	margin-right: 15px;
}

.searchandfilter select.sf-input-select, .searchandfilter label {
	width: 100%;
}
.acf-f-cus {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: flex-end; */
	gap: 5px;
	/* align-items: center; */
	flex-direction: column;
	align-content: flex-start;
}

.contain-acf-c.bottom-divi {
	padding-top: 15px;
	border-top: 1px solid #d4d4d4;
	margin-top: 15px;
}

#footer .text a{
	color: #fff!important;
}
span.wpcf7-spinner {
	display: none;
}
#nhanuudai {
	border-radius: 16px;
	background-color: black !important; 
}
#nhanuudai .row .col{
	padding: 0 26px 10px !important;
}
#nhanuudai input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,#nhanuudai select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
	margin-top: 1rem;
	margin-bottom: 0px;
	border-radius: 8px;
}
#nhanuudai input.wpcf7-form-control.wpcf7-submit.has-spinner {
	width: 100%;
	margin-top: 10px;
}

.nav-line-bottom>li>a:before{
	background-color: var(--fs-color-primary);
	content: " ";
	height: 3px;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	transition: all .4s;
	width: 100%;
}

@media (max-width: 430px){
	.acf-view-flex {
		display: flex;
		gap: 20px;
		flex-wrap: wrap;
		flex-direction: column;
	}
}