/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.phong-hop-banner{
	display:flex;
	align-items:center;
}
.mkdf-counter {
    height: 1em;
    display: inline-block !important;
    vertical-align: middle;
    color: #28a745;
    font-size: 60px;
    line-height: 1em;
    font-weight: 600;
	overflow: hidden;
}
.dky-giaiphap-left{
	display:flex;
	align-items:center;
}

.header-full-width .container{
	width:95%;
}
.widget.mkdf-add-property-widget .mkdf-btn {
    text-transform: none;
    padding: 10px 20px;
    font-size: 12px;
}

.mkdf-btn.mkdf-btn-outline {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff !important;
}
.mkdf-page-header .mkdf-menu-area .widget {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.shareoff-btn-text{
	font-size:17px;
}
.shareoff-item-icon{
	font-size:17px;
}

.btb-thue-vp{
	background:#008000;
}
.section-giaiphap_left{
	align-items: center;
    text-align: center;
    justify-content: center;
    display: flex;
}

/* card danh muc quan huyen*/
.category-grid {
  display: flex;
  flex-wrap: wrap;      /* cho phép xuống hàng */
  gap: 20px;            /* khoảng cách giữa các card */
  justify-content: center;  /* căn giữa toàn bộ hàng */
  padding: 20px 0;
}

.category-card {
  position: relative;
  width: 250px;         /* độ rộng card */
  height: 350px;        /* chiều cao card */
  background-size: cover;
  background-position: center center;
  border-radius: 8px;
  overflow: hidden;

  display: flex;
  align-items: center;      /* căn giữa theo chiều dọc */
  justify-content: center;  /* căn giữa theo chiều ngang */
  text-align: center;
  color: #fff;              /* chữ màu trắng */
  font-family: 'Arial', sans-serif;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3); /* bóng nhẹ */
  transition: transform 0.3s ease;
}

.category-card:hover {
  transform: scale(1.05);   /* phóng to nhẹ khi hover */
  box-shadow: 0 8px 16px rgba(0,0,0,0.5);
}

.category-content {
  background: rgba(0, 0, 0, 0.55); /* nền đen mờ làm nổi chữ */
  padding: 15px 20px;
  border-radius: 8px;
  width: 80%;
}

.number {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1;
}

.label {
  font-size: 16px;
  margin-bottom: 12px;
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.district {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding-bottom: 4px;
}

.city {
  font-size: 14px;
  opacity: 0.8;
}

.row-margin-top{
	margin-top:60px;
}

.box-coworking h4{
	margin-bottom:0;
	color:#000;
}

/* progress */
.mkdf-progress-bar {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.mkdf-progress-bar .mkdf-pb-title-holder {
    position: relative;
    margin: 15px 0 8px;
}
.mkdf-progress-bar .mkdf-pb-content-holder {
    position: relative;
    height: 3px;
    overflow: hidden;
    background-color: #e1e1e1;
}
.mkdf-progress-bar .mkdf-pb-title-holder .mkdf-pb-title {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    z-index: 100;
	font-weight:bold;
	color:#000;
}
.mkdf-progress-bar .mkdf-pb-percent {
    position: absolute;
    right: 0;
    bottom: 1px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    z-index: 10;
	font-weight:bold;
	color:#000;
}
.mkdf-progress-bar .mkdf-pb-content-holder .mkdf-pb-content {
    height: 3px;
    max-width: 100%;
    overflow: hidden;
    background-color: #2196f3;
}
.mkdf-progress-bar .mkdf-pb-percent:after {
    content: '%';
}

.no-padding{
	padding:0;
}

.cta-call-now {
	color:#000 !important;
}
.cta-call-now:hover{
	color:#fff !important;
}
.cta-right-inner{
	align-items: center;
	display:flex;
}
.cta-call-now{
	margin: 0;
    padding: 12px 53px 12px !important;
    font-size: 14px;
    border-radius: 3px;
	line-height: 2em;
    letter-spacing: .15em;
    font-weight: 600;
    text-transform: uppercase;
    box-sizing: border-box;
	background:#fff;
}
.cta-call-now:hover{
	color:#fff;
	background: #28a745;
	border: 1px solid #fff;
}
.ar-btn-off{
	background: #28a745 !important;
    color: #fff !important;
}
.ar-gioithieu-left{
	text-align:center;
}

element.style {
}

span.widget-title {
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
    background: #008a50;
    color: white !important;
    text-transform: uppercase;
    padding: 10px 10px;
    text-align: center;
    letter-spacing: 0;
    border-radius: 5px;
}
.entry-meta.uppercase.is-xsmall{
	display:none;
}

.badge.absolute.top.post-date.badge-outline{
	display:none;
}

.social-header li {
	display:inline-block;
	margin-right:10px;
}
.social-header li a i{
	font-size: 20px;
}

/*style form tim kiem*/
.custom-search-form {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 100%;
}

.select-wrapper {
    position: relative;
    flex-grow: 1;
}

.custom-select {
    width: 100%;
    padding: 10px 40px 10px 40px; /* để tạo khoảng trống cho icon bên trái */
    background-color: rgba(0, 0, 0, 0.6); /* nền đen trong suốt */
    color: white;
    border: none;
    border-radius: 4px;
    appearance: none; /* ẩn mũi tên mặc định */
    font-size: 18px;
	border: 1px solid #fff;
}

.custom-select option {
    color: black; /* để option hiện lên dễ nhìn */
}

.select-icon {
    position: absolute;
    left: 12px;
    top: 36%;
    transform: translateY(-50%);
    pointer-events: none;
    color: white;
    font-size: 18px;
}

.btn-search {
    padding: 0 53px 7px;
    background-color: #007bff; /* xanh giống hình */
    border: none;
    border-radius: 4px;
    color: white;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

.btn-search:hover {
    background-color: #0056b3;
}
/*---------------*/

.vanphongao_left_banner{
	display:flex;
	align-items:center;
}
.vp-tron-goi .custom-select{
	background:#fff;
	border:1px solid #e1e1e1;
	color:#000;
}
.item-city{
	text-align:center;
}

.property-filter-location{
	color: #fff;
    background-color: #28a745;
    border: 1px solid transparent;
}

.button-banner-home{
	color: #fff;
    background-color: #28a745;
    border: 1px solid transparent;
	font-size: 11px;
    line-height: 2em;
    letter-spacing: .15em;
    font-weight: 600;
    text-transform: uppercase;
    box-sizing: border-box;
	border-radius:3px !important;
	padding:11px 53px 7px !important;
	cursor: pointer;
}

.button-banner-home:hover{
	background-color: #fff;
	color: #28a745;
	border: 1px solid #28a745;
}
.form-home input{
	margin-bottom:0 !important;
}
.form-home select{
	margin-bottom:0 !important;
}

.submit-home-cf7 input{
	padding: 11px 53px 7px;
    color: #fff;
    background-color: #28a745;
    border: 1px solid transparent;
    cursor: pointer;
	line-height: 2em;
    letter-spacing: .15em;
    font-weight: 600;
    text-transform: uppercase;
	font-size:12px;
}

.submit-home-cf7 input:hover {
	color:#000;
	background-color: #fff;
	border: 1px solid #28a745;
	box-shadow:none;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}


.faq-accordion {
  margin-top: 20px;
}
.faq-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  cursor: pointer;
  position: relative;
  transition: background 0.2s;
}

.faq-question:hover {
  background: #f8f8f8;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 10px;
  font-size: 18px;
  transition: transform 0.3s;
}

.faq-question.active::after {
  content: "-";
}

.faq-answer {
  display: none;
  padding: 10px 10px 20px 10px;
  color: #444;
  font-size: 14px;
  line-height: 1.6;
}

/* <footer id="footer" class="footer-wrapper">

	<?php do_action('flatsome_footer'); ?>

</footer> */

<style>
.contact-bar {
    position: fixed;
    left: 20px; /* Đổi từ right sang left */
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1000;
}

.contact-bar a {
    display: block;
    width: 50px;
    height: 50px;
    background: #28a745; /* Đổi màu thành xanh lá */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.contact-bar a:hover {
    background: #218838; /* Màu xanh lá đậm hơn khi hover */
    box-shadow: 0 0 10px rgba(40, 167, 69, 0.7); /* Viền sáng khi hover */
}

.contact-bar img {
    width: 30px;
    height: 30px;
}

@media (max-width: 768px) {
    .contact-bar {
        left: 10px; /* Điều chỉnh vị trí bên trái trên mobile */
        gap: 10px;
    }
    .contact-bar a {
        width: 40px;
        height: 40px;
    }
    .contact-bar img {
        width: 24px;
        height: 24px;
    }
	.button-banner-home{
		padding: 11px 13px 7px !important;
	}
	.cta-call-now {
		padding: 12px 47px 12px !important;
	}
}
