@import "https://pro.fontawesome.com/releases/v5.10.0/css/all.css";
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mali:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Taviraj:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mitr:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Itim&display=swap');

html {
	scroll-behavior: smooth;
  }

body {
	font-family: 'Kanit', sans-serif;
}

header {
	transition: 0.3s;
	position: fixed;
	width: 100%;
	z-index: 1000;
	padding: 26px 0;
}

header.scroll {
	transition: 0.3s;
	background-color: #fff;
}

a {
	transition: 0.3s;
}

a:hover {
	text-decoration: none;
	transition: 0.3s;
}

button:focus {
	outline: none;
}

img {
	max-width: 100%;
}

.social{
	display: flex;
}



#fb-share-button {
    background: #3b5998;
    border-radius: 50px;
    font-weight: 600;
    padding: 5px 8px;
    display: inline-block;
    position: static;
}

#tw-share-button {
    background: #4ba4cb;
    border-radius: 50px;
    font-weight: 600;
    padding: 5px 8px;
    display: inline-block;
    position: static;
	margin-left: 0.5rem;
}

#fb-share-button:hover {
    cursor: pointer;
    background: #213A6F
}

#tw-share-button:hover {
    cursor: pointer;
    background: #4ba4cb
}

#fb-share-button svg {
    width: 18px;
    fill: white;
    vertical-align: middle;
    border-radius: 2px
}

#tw-share-button i {
    width: 18px;
    color: white;
    vertical-align: middle;
    border-radius: 2px
}

#fb-share-button span, #tw-share-button span {
    vertical-align: middle;
    color: white;
    font-size: 14px;
    padding: 0 3px
}

.twitter-share-button{
	margin-left: 0.5rem;
}

.container-header {
	max-width: 1385px;
	margin: auto;
}

.top-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.main-menu ul li {
	display: inline-block;
}

.main-menu ul li a {
	display: block;
	color: #000;
	padding: 0 16px;
}

.text-terms-check{
	color: #000;
}

.btn {
	background: rgba(149, 160, 189, 0.6);
	border-radius: 8px;
	border: none;
	color: #fff;
}

.btn:hover {
	color: #fff;
}

.c-btn-post {
	background-color: #5DCF28;
}

.control-panal {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.control-panal a {
	margin-left: 16px;
	display: inline-flex;
	align-items: center;
}

.control-panal img {
	width: 16px;
	margin: 0 6px;
}

.section-top {
	min-height: 100vh;
	position: relative;
	background-color: #fff;
}

.top-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(196, 196, 196, 0) -4.87%, #fff 100%);
}

.top-content {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.top-title {
	text-align: center;
	padding-top: 120px;
	margin-bottom: 46px;
}

.top-title h1 {
	font-family: 'Poppins' , 'Kanit';
	font-weight: 600;
	font-size: 52px;
	letter-spacing: 0.1em;
}

.top-title h3 {
	font-family: 'Poppins', 'Kanit';
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 0.1em;
}

.about-us-p{
	text-indent: 30px;
}

.statcounter{
	display: none;
}

.filter-map {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.filter-map a {
	padding: 20px 25px;
	background-color: #3D3D3D;
	color: #fff;
}

.filter-map a:hover,
.filter-map a.selected {
	background-color: #fff;
	color: #3d3d3d;
}

.filter-map a:first-child {
	border-top-left-radius: 20px;
}

.filter-map a:last-child {
	border-top-right-radius: 20px;
}

.filter-map-bottom {
	padding: 16px 24px;
	background-color: #fff;
	position: relative;
	border-top-right-radius: 8px;
}

.filter-map-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.group-select {
	position: relative;
	width: 16%;
	padding: 8px 16px;
	border: 0.5px solid #979797;
	border-radius: 8px;
	cursor: pointer;
	margin-right: 16px;
}

.your-publish .group-of-input{
	width: 100%;
	max-width: 375px;
}

.your-publish .group-of-input .search-btn{
	position: absolute;
	top: 50%;
	right: 0%;
	border-radius: 50%;
	color: #272727;
	background-color: transparent;
	transform: translate(-50% ,-50%);
	border: 0;
}

.filter-map-bottom .group-select:first-child {
	width: 24%;
}

.form-control.search{
	border-radius: 30px;
}

.group-select i {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}

.group-select label {
	font-size: 12px;
	color: #4d4d4d;
	font-weight: 400;
}

.c-select {
	display: none;
	position: absolute;
	width: 100.4%;
	background-color: #f5f5f5;
	left: -0.5px;
	padding: 16px;
	border: 0.5px solid #979797;
	border-top:none;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	z-index: 20;
	max-height: 200px;
	overflow: auto;
}
.select2-container--default .select2-selection--single{
	background-color: transparent !important;
    border: none !important;
}
.select2-search__field{
	outline: none !important;
}
.group-of-input select{
	outline: none !important;
}
.c-option:hover {
	background-color: #eee;
}

.main-canvas{
	display: flex;
	margin-left: -1rem;
	position: relative;
}

.box{
	position: relative;
	background-size: cover;
	height: 100px;
	width: 100%;
	background-position: center;
	border-radius: 5px;
	cursor: move;
}

.box.unmove{
	cursor: auto;
}

.upload__img-close{
	position: absolute;
    top: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.342);
    width: 20px;
    height: 20px;
    border-radius: 50px;
    color: white;
    font-size: 13px;
    text-align: center;
	cursor: pointer;
}

.reset-filter {
	border: none;
	background-color: transparent;
	font-size: 14px;
	color: #585858;
	text-decoration: underline;
	flex: 1;
	margin-bottom: 23px;
	text-align: right;
}

.reset-filter:hover {
	color: #000;
}

.runmap{
	position: absolute;
    background-color: #fff;
    color: #3d3c3c !important;
    text-align: center;
    z-index: 1;
    top: 10px;
    left: 10px;
    border-radius: 50px;
    outline: none;
    height: 35px;
    font-size: 15px;
    width: 35px;
    border: 1px solid #f1f1f1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.map-box {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

/*.map-box img {	max-width: 100%; } ทำให้ปุ่มรูปคนของ map หาย*/
 
.search-button {
	transition: 0.3s;
	width: 150px;
	padding: 8px 16px;
	color: #fff;
	background-color: #000;
	border: none;
	position: absolute;
	z-index: 1;
	right: 24px;
	bottom: -15px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.search-button:hover {
	transition: 0.3s;
	padding: 8px 20px;
}

.search-input {
	transition: 0.3s;
	width: 300px;
	padding: 8px 16px;
	color: #fff;
	background-color: #000;
	border: none;
	position: absolute;
	z-index: 1;
	right: 24px;
	bottom: 15px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.search-input:hover {
	transition: 0.3s;
	padding: 8px 20px;
}

.search-input .search-after{
    color: #fff;
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translate(-50%, -50%);
	border: 0;
    z-index: 1;
	background-color: transparent;
}

.search-input input{
	background-color: transparent;
	border: 0;
	outline: none;
	width: 100%;
	color: #fff;
}
.map-card {
	padding: 10px;
	border-radius: 20px;
	background-color: #fff;
	position: relative;
	z-index: 3;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	height: 120px;
	max-width: 80%;
	margin: auto;
	margin-top: 30px;
}

#searchGooglemap{
	height: 42px;
    font-size: 16px;
	font-family: 'Kanit', sans-serif;
	/* display: none; */
}

#searchGooglemap::placeholder{
	/* color: #fff; */
}

#searchGroup{
	padding: 15px;
	top: 50px !important;
    left: 1110px !important;
	display: none;
}

#searchGroup button{
	color: #fff;
    position: absolute;
    right: 35px;
    top: -46px;
    border: 0;
    z-index: 1;
    background-color: transparent;
    font-size: 16px;
}

.pac-container, .pac-item{
    z-index: 2147483647 !important;
	/* top: -150px !important; */
 }

.btn-action-mark{
	position: absolute;
	background-color: #fff;
	color: #000;
	border: 0;
	border-radius: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 35px;
    height: 35px;
	top: 10px;
	left: 10px;
	z-index: 1;
	outline: none !important;
}

 .fullscreen-pac-container[style]{
	z-index: 2547483647 !important;
	top:50px !important;
  }

.map-card .map-detail {
	padding: 0 16px;
}

.map-card h3 {
	font-size: 16px;
	font-weight: 600;
}

.map-card .to-locate-map {
	font-size: 14px;
	color: #717171;
}

.map-card .map-detail p {
	font-size: 14px;
	color: #353535;
}

.map-card .map-price {
	font-size: 24px;
	font-weight: 600;
	color: #1857FA;
	width: 140px;
	text-align: right;
	padding-right: 10px;
}

.btn-blue {
	background-color: #1857FA;
	color: #fff;
}

.btn-blue:hover {
	background-color: #1857FA;
}

.btn-blue i {
	margin-left: 16px;
}

.btn-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: 0.2s;
	position: absolute;
	right: 16px;
	bottom: -15px;
	padding: 8px 16px;
}

.section-padding {
	padding: 35px 0;
	background-color: #F1F1F1;
}

.body-filter {
	padding: 16px 24px;
	background-color: #fff;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;

	position: relative;
	margin-bottom: 40px;
}

.body-search {
	width: 50%;
}

.body-search label {
	width: 100%;
}

.body-search input {
	border: none;
	width: 100%;
	border-bottom: 1px solid transparent;
	padding-left: 32px;
	background-color: #F5F5F5;
}

.body-search input:focus {
	outline: none;
	border-bottom: 1px solid #ccc;
}

.search-input-group {
	position: relative;
}

.search-input-group i {
	right: auto;
	left: 0;
	top: 3px;
	transform: none;
}

.body-filter .group-select {
	background-color: #F5F5F5;
}

.select-advance {
	width: 30%;
}

.card-row-section {
	padding: 20px 0;
}

.card-row-title h3 {
	font-size: 24px;
	font-weight: normal;
	color: #000;
	margin-bottom: 16px;

	display: flex;
	align-items: center;
}

.card-row-title h3 a {
	font-size: 14px;
	color: #5f5f5f;
	margin-left: 12px;
}

.land-body {
	display: flex;
	justify-content: flex-start;
}

.detail-group p:first-child{
    color: #ccc;
	margin-bottom: 1px;
	font-size: 18px;
}

.detail-group p:last-child{
	padding-bottom: 8px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 8px;
}

.details-title-publish{
	/* font-size: 27px; */
	font-weight: 600;
}

.sold-card{
	position: absolute;
    top: 20px;
    width: 80%;
    background-color: #0000008a;
    padding: 0.4rem 0.8rem;
    color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 2px 5px #0000007a;
	z-index: 1;
}

.sold-card h5{
	margin-bottom: 0;
}

.land-card.all .land-img{
	max-height: 250px;
}

.land-card {
	border-radius: 8px;
	overflow: hidden;
	background-color: #fff;
	position: relative;
}

.land-card a {
	color: #000;
}

.land-card .land-img {
	height: 340px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.land-card .land-detail {
	padding: 20px;
}

.land-card .land-detail i {
	width: 16px;
	text-align: center;
}

.land-card .land-title {
	font-size: 16px;
	font-weight: 600;
	max-width: 100%;
}

.land-card .land-detail p {
	color: #353535;
    font-size: 14px;
    height: 42px;
    font-weight: 400;
    overflow: hidden;
}

.land-card .land-detail .land-location {
	font-size: 14px;
	color: #717171;
	word-break: break-all;
}

.land-location img {
	opacity: 0.6;
}

.land-card .land-detail .area {
	font-size: 14px;
	color: #000;
	height: 42px;
}

.land-card .land-detail .land-price {
	font-size: 20px;
	color: #1857FA;
	text-align: right;
}

.section-post {
	padding: 40px 0;
	background-color: #fff;
}

.container-post {
	max-width: 900px;
	margin: auto;
}

.post-main-title h2 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 16px;
}

.one-post {
	padding: 30px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.one-post .post-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
	gap: 5px;
}

.post-verify {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px 15px;
	border-radius: 6px;
	color: #fff;
	background-color: #3DBF71;
	gap: 5px;
	font-weight: 300;
}

.post-code {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px 15px;
	border-radius: 6px;
	color: #fff;
	background-color: #86A0BF;
}

.nearby-post {
	width: 140px;
	padding: 2px 10px;
	font-size: 14px;
}

.tag-control {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.tag-control a {
	padding: 5px 16px;
	background: rgba(233, 233, 233, 0.6);
	border-radius: 8px;
	margin-right: 8px;
	font-size: 14px;
	color: #000;
}

.one-post .post-header .updated {
	font-size: 16px;
	color: #717171;
}

.one-post .post-content h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 8px;
	line-height: 30px;
}

.one-post .post-content p {
	font-size: 14px;
	margin-bottom: 8px;
}

.one-post .post-content i {
	width: 16px;
	text-align: center;
}

.one-post .post-content .post-location {
	color: #717171;
	margin: 8px 0;
}

.one-post .post-content .post-area {
	color: #000;
	margin: 8px 0;
}

.one-post .post-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.one-post .post-footer .post-price {
	font-size: 24px;
	font-weight: 600;
	color: #1857FA;
}

.land-description{
	min-height: 42px;
}

.btn-loadmore {
	padding: 8px;
	border-radius: 8px;
	border: none;
	background-color: #000;
	color: #fff;
	max-width: 90%;
	width: 210px;
	margin-top: 30px;
}

.post-cover .one-post:last-child {
	border: none;
}

.section-blog {
	padding: 40px 0;
	background-color: #F1F1F1;
}

.blog-item img {
	max-width: 100%;
}

.blog-item {
	display: flex;
	padding: 24px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.blog-item .blog-img {
	display: block;
	width: 220px;
	margin-right: 16px;
}


.blog-item .blog-detail {
	flex: 1;
}

.blog-item .blog-detail .blog-author {
	color: #717171;
}

.blog-item .blog-detail .blog-title {
	margin: 8px 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}

.blog-item .blog-detail p {
	font-size: 14px;
	color: #353535;
	margin: 0;
}

.blog-detail .a-content {
	color: #000;
}

.no-border-desktop {
	border: none;
}

.section-partner {
	padding: 60px 0;
	background-color: #DEDEDE;
}

[data-pass_target]{
	position: absolute;
    bottom: 20%;
    right: 5.5%;
    z-index: 1;
    background-color: whitesmoke;
	cursor: pointer;
}

.partner-title {
	text-align: center;
	margin-bottom: 60px;
}

.partner-title h2 {
	font-size: 32px;
	font-weight: 400;
	margin: 0;
	color: #3d3d3d;
}

.partner-card {
	height: 375px;
	max-height: 375px;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 30px 60px rgba(255, 125, 37, 0.04);
	/* transition: 0.2s; */
}

.partner-card p {
	margin: 30px 0;
	font-weight: 300;
}

.partner-card .partner-name h5 {
	font-weight: 300;
	color: #272D3E;
	margin-bottom: 10px;
	font-size: 16px;
}

.partner-card .partner-name span {
	font-size: 14px;
	color: rgba(39, 45, 62, 0.8);
}

.read-partner-more{
	text-decoration: none;
	margin-left: 10px;
}

.read-partner-hide{
	display: flex;
    justify-content: end;
    width: 100%;
    padding-right: 10px;
}

.real_estate_more{
	opacity: 0;
	position: absolute;
	z-index: -1;
}

.swiper-cover {
	position: relative;
}

.warning-body{
	border-radius: 15px;
	overflow: hidden;
	background-color: #fff;
}
.warning-popup-header{
	background-color:  #f65655;
	color: #fff;
	padding: 1rem;
}
.warning-body .warning-icon{
	font-size: 40px;
}
.close-warning{
	margin-left: auto;
	background-color: #007bff;
	border-radius: 10px;
	font-size: 16px;
	padding: 0.5rem 3rem;
	color: #fff;
	transition: 0.25s;
}
.upload-img{
	margin-left: auto;
	background-color: #007bff;
	border-radius: 10px;
	font-size: 16px;
	padding: 0.5rem 3rem;
	color: #fff;
	transition: 0.25s;
}
@media (max-width: 991.98px) {
    .upload-img{
		font-size: 12px;
		padding: 0.5rem 2rem;
		transition: 0.25s;
	}
	#cardModal {
		font-size: 12px;
	}
}
.close-modal{
	margin-left: auto;
	background-color: transparent;
	border: 2px solid #ffff;
	border-radius: 30px;
	font-size: 18px;
	padding: 0.5rem 3rem;
	color: #fff;
	transition: 0.25s;
}
.inputfield {
	width: 100%;
	display: flex;
	justify-content: center;
}
.input-otp {
	height: 2em;
	width: 1.5em;
	border: 2px solid #dad9df;
	outline: none;
	text-align: center;
	font-size: 1.5em;
	border-radius: 0.3em;
	background-color: #ffffff;
	outline: none;
	margin: 5px;
	/*Hide number field arrows*/
	-moz-appearance: textfield;
}
.input-otp:disabled {
	color: #89888b;
}
.input-otp:focus {
	border: 2px solid #1757FA;
}
.input-otp.error {
    border-color: #ED4C5C;
}
.text-status {
	font-size: 12px;
	color:#ED4C5C;
}
.text-ref {
	font-size: 12px;
	color:#A0A0A0;
}
.timer {
	font-size: 12px;
	color:#A0A0A0;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
#submit {
	background-color: #044ecf;
	border: none;
	outline: none;
	font-size: 1.2em;
	padding: 0.8em 2em;
	color: #ffffff;
	border-radius: 5em;
	margin: 1em auto 0 auto;
	cursor: pointer;
	justify-content: center;
}
.show {
	display: block;
}
.hide {
	display: none;
}
.radio-input {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 8px 16px;
	border: 0.5px solid #D0D0D0;
	border-radius: 8px;
}
.form-input {
	-webkit-appearance: none;
	appearance: none;
}
.form-input::before {
	content: '';
	cursor: pointer;
	height: 85%;
	left: 5%;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	top: 0;
	width: 90%;
}
.form-input:checked::before {
	background: #8BA3C1;
	padding: 8px 16px;
	border-radius: 8px;
}
.form-input::after {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	content: '';
	cursor: pointer;
	height: 15px;
	border-radius: 50px;
	left: 10%;
	position: absolute;
	border: 0.5px solid #979797;
	top: 45%;
	transform: translate(0, -50%);
	width: 15px;
}
.form-input:checked::after {
	background: #ffff;
}
.form-label {
	font-size: 1.1rem;
	margin-left: 10px;
	z-index: 1;
}
.form-input:checked ~ .form-label {
	color: #ffffff;
}
@media (max-width: 991.98px) {
    .form-input::before {
        left: 3%;
        width: 93%;
    }
	.form-label {
		margin-left: 30px;
		font-size: 12px;
	}
}

.upload-layout{
	margin: auto;
}
.label-img{
	display: block;
	max-width: 250px;
	height: 140px;
}
.input-img-upload {
	display: flex;
	justify-content: center;
}
.input-img-error {
	justify-content: start;
	margin: 10px;
}

.disabled-btn {
    background-color: #e0e0e0;
    color: #a0a0a0;
    cursor: not-allowed;
    pointer-events: none;
}

.hidden, #uploadImg:not(.hidden) + .label-img{
	display: none;
}

#file{
	display: none;
  	margin: 0 auto;
}

.preview {
	border: 1px solid #D9D9D9;
	width: 100%;
	height: 150px;
	border-radius: 10px;
	justify-content: center;
}
.cc-arrow {
	position: absolute;
	width: 40px;
    height: 40px;
	border-radius: 100%;
	background-color: #484D59;
	color: #fff;
	text-align: center;
    line-height: 40px;
	cursor: pointer;
	z-index: 10;
}

.c-button-next {
	right: -25px;
	top: 40%;
	transform: translateY(-50%);
}

.c-button-prev {
	left: -25px;
	top: 40%;
	transform: translateY(-50%);
}

.user-card{
	background: linear-gradient(117deg, rgba(26,26,26,1) 66%, rgba(42,42,42,1) 66%);
	padding: 20px;
	border-radius: 13px;
}

.tik-icon{
	position: absolute;
    bottom: 0;
    right: 0;
    width: 26px;
}

.user-coin-group{
	display: flex;
	justify-content: end;
	align-items: center;
}

.user-coin-group .c-icon{
	width: 30px;
}

.user-coin-group h3{
	color: #fff;
	margin-bottom: 0;
	font-weight: 500;
	margin-left: 15px;
}

.btn-topup-credit{
	margin-left: auto;
    background-color: #128a5a;
    color: #fff !important;
    padding: 5px 30px;
    border-radius: 30px;
}

.btn-seemore{
	margin-left: auto;
    background-color: #128a5a;
    color: #fff !important;
    padding: 5px 20px;
    border-radius: 8px;
	margin-top: auto;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.transaction-card{
	background-color: #fff;
	box-shadow: 0 0 5px #f1f1f1;
	padding: 20px;
	border-radius: 10px;
	margin-top: 2rem;
	height: 100%;
    max-height: 523px;
	position: relative;
}

.transaction-menu{
	display: flex;
    align-items: center;
}

.transaction-card .transaction-menu a{
	color: #bcbcbc;
	padding: 2px 15px;
	border-radius: 30px;
	font-size: 15px;
}

.transaction-card .transaction-menu a.active{
	color: #000;
	background-color: #f2f3f7;
}

.btn-export{
	background-color: #128a5a;
    color: #fff;
    border-radius: 10px;
    border: 0;
    font-size: 13px;
    margin-left: auto;
    padding: 10px 10px;
}

.select-date-trans{
	padding: 2px 15px;
	border-radius: 30px;
	font-size: 15px;
	border: 0;
	color: #000;
	background-color: #f2f3f7;
}

.text-t-muted{
	color: #bcbcbc;
}

.text-dashboard-group span{
	margin: 0 0.8rem;
	font-size: 14px;
}

.action-group{
	display: flex;
}

.action-item{
	background-color: #e7e7e7;
	text-align: center;
	padding: 12px 0;
    border-radius: 15px;
}

.action-item img{
	width: 20px;
	margin-right: 5px;
}

.credit-used{
	font-size: 18px;
	font-weight: 400;
}

.credit-used span{
	color: #128a5a;
	font-size: 35px;
	margin-right: 5px;
}

.action-name{
	font-size: 16px;
    font-weight: 600;
}

.btn-export img{
	width: 13px;
	margin-right: 5px;
}

.user-card-icon-group{
	display: flex;
	align-items: center;
}

.user-card-icon-group h4{
	color: #fff;
	margin-bottom: 0;
	margin-left: 30px;
}

.user-card-icon{
	width: 85px;
}

.price-card{
	background-color: #fff;
	box-shadow: 0 0 5px #f1f1f1;
	padding: 25px 37px;
	width: 100%;
	border-radius: 10px;
	border: 1px solid #ececec;
}

.price-card-total{
	font-weight: 300;
}
.price-card-total::after{
	content: "฿";
	font-size: 22px;
}

.price-card.first{
	color: #4ebf87;
}

.price-card.second{
	color: #3e73d3
}

.price-card.third{
	color: #fb2d44
}

.price-detail {
	font-size: 14px;
}
.price-detail span{
	color: #52676b;
}

.price-detail img{
	margin-right: 7px;
}

.circle-spacial{
	background-color: #f3f3f3;
    padding: 5px;
    border-radius: 50px;
    margin: 0 -15%;
	display: flex;
	align-items: center;
}
.price-card .in-circle{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
    font-style: italic;
    padding-top: 8px;
	text-align: center;
}
.circle-detail{
	font-size: 12px;
    margin-left: 5px;
    font-style: italic;
    line-height: 13px;
}
.price-card.first .in-circle{
	background-color: #4ebf87
}

.price-card.second .in-circle{
	background-color: #3e73d3
}

.price-card.third .in-circle{
	background-color: #fb2d44
}

.btn-topup-outline{
	font-size: 14px;
	padding:  6px 25px;
	border-radius: 30px;
	transition: 0.2s;
}

.btn-topup-outline.first{
	color: #5ec39b;
	border: 2px solid #4ebf87;
}

.btn-topup-outline.first:hover{
	color: #fff;
	background-color: #4ebf87;
}

.btn-topup-outline.second{
	color: #3e73d3;
	border: 2px solid #3e73d3;
}

.btn-topup-outline.second:hover{
	color: #fff;
	background-color: #3e73d3;
}

.btn-topup-outline.third{
	color: #fb2d44;
	border: 2px solid #fb2d44;
}

.btn-topup-outline.third:hover{
	color: #fff;
	background-color: #fb2d44;
}


.card-more{
	background: linear-gradient(90deg, rgba(44,62,177,1) 0%, rgba(99,110,180,1) 97%);
	padding: 15px;
	border-radius: 15px;
	padding-top: 40px;
	padding-left: 35px;
	padding-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.card-more img {
    position: absolute;
    top: 16px;
    right: 8px;
    width: 180px;
}



.btn-seemore-two{
	background-color: #fff;
	color: #636eb4;
	padding: 7px 12px;
	display: inline-flex;
	border-radius: 7px;
	margin-top: 30px;
}

.card-kbank{
	border-radius: 15px;
	background: linear-gradient(90deg, rgba(13,152,97,1) 0%, rgba(81,165,132,1) 97%);
	padding: 20px 40px;
	width: 100%;
	padding-bottom: 7px;
	position: relative;
	overflow: hidden;
}

.kbank-logo{
	position: absolute;
	top: 30px;
	right: 15px;
	width: 180px;
}

.bank-account{
	color: #fff;
	display: flex;
	align-items: center;
}

.bank-account span{
	background-color: #fff;
	color: #464646;
	padding: 5px 15px;
	border-radius: 15px;
	margin-left: 15px;
}
.price-hr {
    background-color: #e1e1e1;
    width: 136%;
    height: 1px;
    margin: 24px -37px;
}

.payment-card{
	background-color: #f3f3f3;
	padding: 30px 30px;
	border-radius: 15px;
	height: 172.17px;
}

.payment-card h5{
	color: #7c7c7c;
	font-weight: 400;
}

.swiper-pagination {
	position: relative;
	padding-top: 60px;
}

footer {
	padding-top: 100px;
	padding-bottom: 60px;
	background-color: #171717;
	color: #fff;
}

.user-icon-account{
	width: 100%;
}

.user-icon-account img{
	width: 100%;
}

#howtouse{
	background-color: #fff;
    padding: 8px 17px;
    width: 180px;
    border-radius: 15px;
    left: 1% !important;
    top: 13% !important;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-family: Kanit;
	color: #000;
}

#howtouse i {
	margin-right: 15px;
}

.send-message-to-seller{
	background-color: #1872FA;
	color: #fff !important;
	text-decoration: none !important;
	border-radius: 5px;
	text-align: center;
	padding: 5px 30px;
}

.social-icon-circle{
	display: flex;
}

.social-icon-circle a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
	color: #000;
	margin-right: 16px;
	display: inline-block;
	border-radius: 100%;
	font-size: 20px;
}

.footer-logo {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Poppins';
}

.footer-logo:hover {
	color: #fff;
}

.footer-logo img{
	width: 165px;
}

.logo img{
	width: 130px;
}

.loading-land-slide{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: 11;
    color: #ccc;
	display: flex;
	align-items: center;
}

footer p {
	font-family: 'Poppins';
	color: rgba(255, 255, 255, 0.8);
}

.follow-us h4 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 16px;
}

.footer-menu h5 {
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 20px;
}

.footer-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.footer-menu ul li {
	display: block;
}

.footer-menu ul li a {
	display: block;
	margin: 8px 0;
	color: #fff;
}

.copyright {
	text-align: center;
	margin-top: 50px;
	padding-top: 50px;
	color: rgba(255, 255, 255, 0.4);
	font-size: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.section-account{
	padding-top: 50px;
	padding-bottom: 100px;
}

.user-header{
	padding: 15px 0;
}

.section-login , .section-contact{
	padding-top: 120px;
	padding-bottom: 100px;
	background-color: #F9F9F9;
}


.white-box {
	padding: 40px 30px;
	background-color: #fff;
	border-radius: 16px;
	margin: auto;
	max-width: 440px;
}

.log-reg-tab a {
	padding: 0;
	font-size: 24px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
	margin-right: 24px;
}

.log-reg-tab a.active {
	font-weight: 600;
	color: #000;
}

.inside-tab {
	padding-top: 16px;
}

.btn-login {
	display: block;
	padding: 8px 0;
	border-radius: 8px;
	color: #fff;
	text-align: center;
}

.btn-login:hover {
	color: #fff;
}

.btn-login i {
	width: 24px;
	height: 24px;
	background-color: #fff;
	border-radius: 100%;
	line-height: 24px;
	text-align: center;
	margin-right: 10px;
}

.login-with-google {
	background-color: #ffffff;
    margin-bottom: 12px;
    box-shadow: 0px 1px 4px #ccc;
    color: #575656 !important;
}

.login-with-google img{
	margin-right: 15px;
}

.login-with-facebook {
	background-color: #1872FA;
	margin-bottom: 12px;
}

.login-with-facebook i {
	color: #1872FA;
}

.login-with-twitter {
	background-color: #18A8FA;
}

.login-with-twitter i {
	color: #18A8FA;
}

.title-line {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	text-align: center; 
	line-height: 0.1em;
	margin: 10px 0 20px; 
	margin-top: 30px;
}

.title-line span {
	background-color: #fff;
	padding:0 10px; 
	color: #8D8D8D;
}

.group-of-input {
	padding: 8px 16px;
	background-color: #F5F5F5;
	border-radius: 8px;
	border: 0.5px solid #979797;
	position: relative;
}

.group-of-input label {
	display: block;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 4px;
	color: #4D4D4D;
}

.group-of-input img.l-icon {
	width: 16px;
	position: absolute;
	bottom: 13px;
	left: 16px;
}

.group-of-input.no-icon input {
	padding-left: 0;
}

.group-of-input input,
.group-of-input textarea {
	border: none;
	background-color: transparent;
	width: 100%;
	border-bottom: 1px solid transparent;
	padding-left: 20px;
}

.group-of-input select{
	width: 100%;
    border: 0;
    background-color: transparent;
}

.group-of-input input:focus,
.group-of-input textarea:focus {
	outline: none;
	border-bottom: 1px solid #979797;
}

.group-of-input input::placeholder,
.group-of-input textarea::placeholder {
	color: #000;
}

.group-of-input textarea {
	padding-left: 0;
}

.subscribe-block {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	margin: 20px 0;
}

.subscribe-text {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
}

.icon-check-circle {
	width: 20px;
	height: 20px;
	border: 1px solid #000000;
	border-radius: 100%;
	line-height: 20px;
	text-align: center;
	color: #fff;
	margin-right: 10px;
}

.subscribe-text.checked .icon-check-circle {
	background-color: #5DCF28;
}

.forget-link,
.forget-link:hover {
	color: #606060;
	text-decoration: underline;
}

.main-login-btn {
	border: none;
	display: block;
	width: 100%;
	background-color: #1857FA;
}

.login-announce {
	text-align: center;
	font-size: 14px;
}

.login-announce a {
	color: #1857FA;
	text-decoration: underline;
}

.password-validate-item {
	font-size: 14px;
}

.password-validate-item i {
	color: #ADADAD;
	margin-right: 6px;
}

.password-validate-item.validated i {
	color: #5DCF28;
}

.radio-checkbox {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 8px 16px;
	background-color: #f5f5f5;
	border: 0.5px solid #979797;

	border-radius: 8px;
}

.radio-checkbox input {
	margin-right: 6px;
	width: 12px;
	height: 12px;
}
.section-detail {
	padding-top: 120px;
	padding-bottom: 100px;
	background-color: #F9F9F9;
}

.detail-breadcrumb {
	display: flex;
	align-items: center;
}

.detail-breadcrumb a {
	color: #6D6D6D;
	text-decoration: underline;
	margin: 0 12px;
}

.detail-breadcrumb a:first-child {
	margin-left: 0;
}

.detail-header {
	margin-top: 32px;
	display: flex;
	justify-content: space-between;
}

.detail-header .right {
	text-align: right;
}

.detail-header .right h3 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 8px;
}

.detail-header .right a {
	display: inline-block;
	margin-left: 8px;
}

.detail-header h2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 8px;
	line-height: 35px;
}

.detail-header h4 {
	font-size: 16px;
	font-weight: 400;
	color: #717171;
	margin: 8px 0;
	line-height: 24px;
}

.detail-main-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	border-radius: 8px;
	position: relative;
}

.detail-main-image:after {
	content: "";
	display: block;
	padding-bottom: 55%;
}

.detail-thumb-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	position: relative;	

	border-radius: 8px;
	cursor: pointer;
}

.detail-thumb-image:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.thumb-inside {
	width: 100%;
	max-width: 560px;
}

.thumb-cover {
	display: flex;
	justify-content: space-between;
	margin-top: 16px;
}

.detail-control-box {
	flex: 1;
	text-align: right;
}

.btn-map {
	background-color: #57585A;
	color: #fff;
	margin-right: 16px;
}

.btn-vdo {
	background-color: #000;
	color: #fff;
}

.detail-price {
	font-size: 32px;
	font-weight: 600;
	color: #1857FA;
	margin-top: 16px;
}

.detail-each {
	display: flex;
	align-items: center;
	margin: 8px 0;
}

.detail-each a {
	color: #000;
}

.detail-text h4 {
	margin: 8px 0;
	font-size: 20px;
	font-weight: 400;
}

.group-facilities {
	display: flex;
	margin-top: 24px;
	flex-wrap: wrap;
}

.facility {
	padding: 8px 10px;
	background-color: #5DCF28;
	color: #fff;
	font-size: 16px;
	border-radius: 8px;
	margin-right: 16px;
	margin-bottom: 0.8rem;
}

.group-detail-contact {
	display: flex;
	margin-top: 24px;
}

.group-detail-contact a {
	padding: 8px 16px;
	background-color: #DEDEDE;
	color: #000;
	font-size: 16px;
	border-radius: 8px;
	margin-right: 16px;	
}

.section-create-post {
	padding: 100px 0;
	background-color: #F1F1F1;
}

.post-alert {
	padding: 18px;
	border-radius: 16px;
	background-color: #FFDFD1;
	margin-bottom: 60px;

	display: flex;
}

.post-alert .alert-icon {
	margin-right: 10px;
	color: #F45814;
}

.post-alert h4 {
	color: #F45814;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 24px;
}

.post-alert a {
	color: #1857FA;
	text-decoration: underline;
}

.main-post-form h2 {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 8px;
}

.main-post-form h3 {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	margin-bottom: 10px;
}

.group-radio {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.group-radio .radio-checkbox {
	width: 180px;
	margin-right: 10px;
}

.custom-hr {
	margin: 32px 0;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.2);
}

.alert-blue {
	background-color: #E9EFFF;;
}

.alert-blue h4,
.alert-blue i {
	color: #1857FA;
}
.view-publish-map{
	background-color: #ffaa0e;
    color: white !important;
    display: flex;
    justify-content: center;
    margin-top: 4px;
    padding: 0.1rem;
    border-radius: 3px;
}

.group-of-select {
	display: inline-flex;
	width: auto;
	align-items: center;
	border-radius: 8px;
	border: 0.5px solid #979797;
	padding: 12px 16px;
	background-color: #F5F5F5;
	margin-right: 10px;
	margin-bottom: 0.8rem;
}

.group-of-select label {
	margin: 0;
	width: 100%;
	cursor: pointer;
}

.group-of-select input[type="checkbox"],
.group-of-select .checked {
  display: none;
}

.group-of-select input[type="checkbox"]:checked~.checked {
  display: inline-block;
}
.group-of-select input[type="checkbox"]:checked~.unchecked {
  display: none;
}

.add-margin-bottom .group-of-select {
	margin-bottom: 12px;
	width: auto;
}

.upload-btn {
	background-color: #57585A;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.upload-btn img {
	width: 24px;
	display: inline-block;
	margin-left: 10px;
}

.filearray,
.vdoname {
	font-size: 12px;
	color: #3d3d3d;
}

.post-submit-button {
	font-size: 16px;
	width: 360px;
	max-width: 90%;
	padding: 8px 0;
}

.fade-over-filter {
	display: none;
}

.map-img{
	max-width: 100px;
	
}

.map-card .map-img img {
	width: 100%;
	border-radius: 5px;
}

.mobile-price {
	display: none;
	color: #1857FA;
	font-size: 32px;
	font-weight: 600;
}


.filter-control{
	border: 0.5px solid #979797;
	padding: 0.3rem 0.7rem;
	border-radius: 7px;
	background-color: transparent;
}

.unverify{
	color: #c8102e;
}

.center-page ul{
	justify-content: center;
}

.center-page ul li {
	margin: 0 0.3rem;
}

.center-page ul li.active a{
	background-color: #979797;
	border: 1px solid #979797;
	color: #fff;
}

.center-page ul li a {
	border: 1px solid #979797;
    border-radius: 50px !important;
    width: 30px;
    height: 30px;
    color: black;
    font-size: 14px;
    padding: 0 !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.xs-d-block{
	display: none !important;
}
/* zzzz */
.mobile-nav-overlay{
	position: fixed;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.13);
    top: 0;
    left: 0;
	opacity: 0;
    transition: 0.2s;
    width: 100%;
    height: 100%;
}

.mobile-nav{
	position: fixed;
    z-index: -1;
    background-color: white;
    top: 0;
    left: -500px;
    opacity: 0;
    transition: 0.2s;
    width: 50%;
    height: 100%;
    padding: 1.5rem;
}

.mobile-nav ul{
	list-style: none;
	padding-left: 0;
}

.mobile-nav ul li{
	margin-bottom: 0.7rem;
	padding-left: 14px !important;
}

.mobile-nav ul li.active{
	border-left: 5px solid #0f162a;
   
}

.mobile-nav ul li a{
	color: #000;
	color: #0f162a !important;
}

.swiper {
	position: relative;
}

.g-button-next {
	position: absolute;
	top: 40%;
	right: 16px;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	z-index: 2;
	cursor: pointer;
}

.g-button-prev {
	position: absolute;
	top: 40%;
	left: 16px;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	z-index: 2;
	cursor: pointer;
}

.main-button-next,
.main-button-prev {
	top: 50%;
	margin-top: -25px;
}

.empty-slot{
	background-color: #e3e3e3;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 0 3px #e9e9e9;
}

.empty-slot .content{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 50px;
    color: #b9b9b9;
}

.empty-slot .content h6{
	font-size: 25px;
}

.btn-edit-publish{
	background-color: #f9b917;
    border-radius: 5px;
    padding: 0.2rem 1rem;
    width: 48%;
    text-align: center;
	color: #fff !important;
	margin-right: auto;
}

.btn-delete-publish{
	background-color: #f94417;
    border-radius: 5px;
    padding: 0.2rem 1rem;
    width: 48%;
    text-align: center;
	color: #fff !important;
	margin-left: auto;
}

.btn-image-delete{
	background-color: #f94417;
    border-radius: 5px;
    padding: 0.2rem 1rem;
    width: 100%;
    text-align: center;
	color: #fff !important;
	margin-left: auto;
	font-size: 14px;
	border: 0;
}

.package-item{
	 margin-bottom: 1rem;
	 position: relative;
	 overflow: hidden;
}
.package-item .package-header h1{
	margin-bottom: 0;
}
.package-item .package-header{
	text-align: center;
    padding: 1rem 0;
	color: #fff;
	border-top-left-radius: 20px;
}
.packet-body{
	background-color: #fff;
	padding: 1rem;
	border-bottom-right-radius: 20px;
}

.packet-select{
	padding: 0.7rem 2rem;
	background-color: transparent;
	border-radius: 10px;
	transition: 0.2s;
} 



.package-choose{
	margin-right: 0.5rem;
	color: #ca1212;
}

.package-price{
	margin-left: auto;
}

.package-item .package-dateline{
	margin-bottom: 0;
}

.package-item.recom::after{
	content: "แนะนำ";
    position: absolute;
    z-index: 1;
    top: 18px;
    background-color: #f5bb00;
    width: 100%;
    text-align: center;
    color: white;
    transform: rotate(-42deg);
    left: -38%;
}

.package-item.begin .package-header{
	background: #2b6fd7;
}

.package-item.begin .packet-select{
	border: 2px solid #2b6fd7;
	color: #2b6fd7;
}

.package-item.begin .packet-select:hover{
	background-color: #2b6fd7;
	color: #fff;
}

.package-item.standard .package-header{
	background: #1d54a7;
}

.package-item.standard .packet-select{
	border: 2px solid #1d54a7;
	color: #1d54a7;
}

.package-item.standard .packet-select:hover{
	background-color: #1d54a7;
	color: #fff;
}

.package-item.premium .package-header{
	background: #123b79;
}

.package-item.premium .packet-select{
	border: 2px solid #123b79;
	color: #123b79;
}

.package-item.premium .packet-select:hover{
	background-color: #123b79;
	color: #fff;
}

.blog-image{
	width: 100%;
    height: 134px;
    background-size: cover;
}

#map{
	background-image: url(../img/dummy_map.jpg) !important;
	background-size: cover;
}

#recomImg{
    width: 100px;
    height: 100px;
    background-size: cover;
    border-radius: 8px;
}

.gm-style .gm-style-iw-c , .gm-style .gm-style-iw{
	overflow: inherit;
}

.gm-style-iw-t button{
	top: -29px !important;
    right: -3px !important;
    width: 20px !important;
    height: 20px !important;
    background-color: #c74242 !important;
    opacity: 1 !important;
    border-radius: 50px !important;
}

.gm-style-iw-t .gm-ui-hover-effect span{
	position: relative !important;
    right: 4px !important;
    top: -4px !important;
	margin: 2px !important;
}

.post-image{
	width: 100%;
	height: 220px;
	background-position: center;
	background-size: cover;
	border-radius: 10px;
	position: relative;
}

.map-info-popup{
	max-width: 230px;
}

.map-info-popup .map-image{
	min-width: 205px;
	width: 100%;
	height: 150px;
	background-position: center;
	background-size: cover;
	position: relative;
}

.card-property-code{
	position: absolute;
    background-color: #fff;
    color: #3d3c3c !important;
    text-align: center;
    z-index: 1;
    top: 14px;
    right: 10px;
    padding: 3px 10px;
    border-radius: 7px;
    font-size: 14px;
}

.popup-property-code{
	background-color: #ffffffe3 !important;
    padding: 4px 8px;
    padding-bottom: 6px;
    border-radius: 6px !important;
    z-index: 1;
    color: #000 !important;
    text-align: center;
    outline: none;
    border: 0;
    display: inline-flex;
    width: auto !important;
    height: auto !important;
    align-items: center;
    justify-content: center;
}

.map-info-popup .view-image{
	margin-left: auto;
	/* position: absolute; */
    background-color: #ffffff96 !important;
    padding: 4px 8px;
    padding-bottom: 6px;
    border-radius: 6px !important;
    /* top: 7px !important;
    right: 7px !important; */
    z-index: 1;
    color: #000 !important;
    text-align: center;
    outline: none;
    border: 0;
    display: inline-flex;
    width: auto !important;
    height: auto !important;
    align-items: center;
    justify-content: center;
}

.map-info-popup .view-image i, .popup-property-code i, .card-property-code i{
	margin-right: 6px;
}

.map-info-popup .title{
	font-family: Kanit;
    font-weight: 500;
    margin-top: 10px;
	margin-bottom: 0;
    font-size: 14px;
	color: #272727 !important;
	text-decoration: none !important;
	height: 35px;
	overflow: hidden;
}

.gm-style .gm-style-iw-c{
	padding: 0;
}

.map-info-popup hr{
	margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.map-action-icon{
	text-align: center;
	margin: auto;
}
.gm-style-iw-d{
	border-radius: 8px;
	max-height: 320px !important;
}
.action-icon{
	width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #1a73e8;
    color: #1a73e8;
    border-radius: 50px;
    padding-top: 10px;
	margin-bottom: 3px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	font-size: 15px;
	transition: 0.2s;
}

.action-icon:hover{
	background-color: #1a73e8;
	color: #fff;
}

.map-action-icon a{
	color: #1a73e8;
	font-size: 12px;
}

.bg-orange {
	background-color: #25a7df;
}

.setting-cookie-btn {
	border: 1px solid #000000;
	border-radius: 5px;
	padding: 10px 30px;
	background-color: white;
	color: #000000;
}

.approve-cookie-btn {
	border: 1px solid #000000;
	border-radius: 5px;
	padding: 10px 30px;
	background-color: #000000;
	color: #fff;
}

.cookie-bar {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 1.5rem 5rem;
	background-color: white;
	box-shadow: 0 0 5px #ccc;
	z-index: 99;
}

#settingCookieModal .modal-body {
	border: 0;
}

#settingCookieModal .modal-header {
	border: 0;
}

#settingCookieModal .modal-header h5 {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
}

#settingCookieModal .modal-content {
	border: 0;
	box-shadow: 0 0 5px rgb(94, 94, 94);
}

.main-approve-card {
	max-height: 365px;
	overflow-x: auto;
}

.approve-card {
	/* padding: 15px; */
	border: 1px solid #ccc;
	border-radius: 10px;
	margin-bottom: 1rem;
}

.approve-card h6 {
	font-size: .875rem;
	line-height: 1.4;
	font-weight: 600;
	padding: 15px;
	padding-bottom: 0;
}

.approve-card .details {
	font-size: .875rem;
	line-height: 1.4;
	padding: 15px;
	text-indent: 15px;

}


.approve-warning {
	font-size: .795rem;
	margin-bottom: 0;
	color: #25a7df;
}



.approve-check {
	padding: 5px;
	background-color: #e9e9e9;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	/* width: 100%;
display: inline-flex; */
}

.approve-check input {
	position: absolute;
	top: -9%;
	left: 14px;
	/* transform: translateY(-50%); */
	height: 1.25rem;
	width: 1.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-radius: 50%;
	border: 2px solid #000;
}

.sold-out{
	background-color: #0f162a;
	color: #fff;
	padding: 0.3rem;
	text-align: center;
	border: 0;
	border-radius: 10px;
	width: 100%;
}

.detail-description{
	background-color: #f1f1f1;
	padding: 0.75rem;
	border-radius: 10px;
	border: 1px solid #d3d3d3;
}

.gm-style .gm-style-iw-d{
	/* overflow: auto !important; */
}

.land-img{
	position: relative;
	overflow: hidden;
}


.land-action-btn{
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50% , -50%);
	transition: 0.25s;
	opacity: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 59%);
	padding: 5.5rem 1rem;
}

.action-btn{
	padding: 0.5rem 0;
	border: 1px solid #fff;
	color: #fff !important;
	width: 100%;
	text-align: center;
	margin: 0 0.35rem;
	max-height: 42px;
	display: inline-block;
	margin-bottom: 5px;
}

.renew-btn {
	/* background-color: black; */
	border: 1px solid #000;
	border-radius: 5px;
	padding: 5px 0;
	font-size: 14px;
	transition: 0.25s;
}

.renew-btn:hover{
	background-color: #000;
	color: #fff !important;
}

.card-theme{
	background-color: #fff;
	padding: 1.5rem;
	border-radius: 15px;
	box-shadow: 0 0 5px #f1f1f1;
}

.user-header{
	display: flex;
	align-items: center;
}

.user-h-list{
	display: flex;
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
	margin-left: 6rem;
}

.user-h-item{
	margin-right: 2.8rem;

}

.user-h-link{
	color: #000;
}

.user-h-right{
	margin-left: auto;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	
}

.user-h-right-icon-link{
	margin: 0 0.5rem;
	position: relative;
	color: #000;
}

.user-h-right-icon-link.bell.active::after{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background-color: rgb(253, 27, 27);
    border: 1px solid rgb(235, 0, 0);
    top: 4px;
    right: 2px;
}

.user-h-right-icon-name{
	margin: 0 2.5rem;
}

.user-h-right-icon-logout img{
	width: 17px;
}

/* 
.action-btn.sold{
	width: 98%;
	margin-top: 5px;
} */

.action-btn:hover{
	background-color: #fff;
	color: #000 !important;
}

.land-card:hover .land-action-btn{
	top: 50%;
	opacity: 1;
	z-index: 1;
}

.pay-card{
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 0 5px #f1f1f1;
}

.pay-card .pay-card-header{
	background-color: black;
	color: #fff;
	padding: 15px 30px;
}

.pay-card .pay-card-body{
	background-color: #fff;
	padding: 30px;
}

.pay-card-payment{
	background-color: #f4f4f4;
	padding: 15px 30px;
}

.pay-card-payment .bank-number{
	color: #12d13b;
}

.pay-card .pay-card-header h6{
	margin-bottom: 0;
}

.topup-h4-header{
	background-color: #fff;
	padding: 10px 15px;
	width: 150px;
	text-align: center;
	border-radius: 15px;
}

.pay-card .pay-card-body button{
	background-color: #bcc4d8;
	padding: 10px 20px;
	border-radius: 20px;
	border: 0;
	color: #fff;
}

.pay-card .pay-card-body a{
	color: #000;
	text-decoration: revert;
}

.btn-confirm-pay{
	background-color: #12d13b !important;
	color: #fff;
	border-radius: 30px;
}

.scale-1{
	transform: scale(1.1);
}

.pay-direction-btn{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 15px;
	border: 1px solid #000;
	border-radius: 15px;
	padding: 5px 0;
	transition: 0.25s;
}

.pay-direction-btn:hover{
	background-color: #000;
	color: #fff;
}

.specialPublishGroup{
	background-color: #E9EFFF;
    padding: 14px;
    border-radius: 10px;
	color: #212529;
}


.user-dropdown .dropdown-item i{
	width: 30px;
	text-align:  left;
	margin-left: 5px;
}

.user-dropdown .dropdown-item{
	padding: 0.25rem 1rem;
}

.user-dropdown .dropdown-item span{
	width: 105px;
	text-align: left;
}

.user-dropdown.en .dropdown-item span{
	width: 145px;
}

.un-confirm{
	position: absolute;
    bottom: 0px;
    right: 1px;
    font-size: 20px;
    color: rgba(247, 53, 53, 0.87);
}

.user-confirm{
	position: absolute;
    bottom: 0px;
    right: 1px;
    font-size: 20px;
    color: #3DBF71;
}
.account-menu{
	margin: 0 -1.5rem;
}
.account-menu-item{
	display: flex;
	align-items: center;
	padding: 0.8rem 1.5rem;
	color: #b9b9b9;
	cursor: pointer;
}

.account-menu-item-icon {
	width: 40px;
}

.account-menu-item span{
	margin-right: auto;
}

.account-menu-item.active{
	background-color: #fbfbfb;
	color: #212529;
	border-right: 5px solid #000;
}

.account-menu-item:hover{
	color: #212529;
}

.verify-warning{
	font-size: 12px;
	background-color: #FFDFDF;
	padding: 2px 10px;
	border-radius: 25px;
	color: #C80D1C;
}
.verify-success{
	font-size: 12px;
	background-color: #D1FFE8;
	padding: 2px 10px;
	border-radius: 25px;
	color: #3DBF71;
}
.font-size-14{
	font-size: 14px;
}

.click-here{
	/* margin: 0 5px; */
	background-color:  #C80D1C;
	color: #fff;
	border-radius: 5px;
	border: 0;
	font-size: 12px;
	padding: 4px 10px;
}

.nav-tabs{
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.nav-tabs li a{
	border: 1px solid #272727;
    color: #272727;
    font-size: 14px;
    padding: 5px 20px;
    border-radius: 10px;
	display: block;
}

.nav-tabs li{
	margin-right: 15px;
}

.nav-tabs li.active a{
	background-color: #272727;
	color: #fff;
}

.text-income{
	color: #1bcc1b;
}

.marker-label{
	position: relative;
    /* top: 5px; */
    display: inline-flex;
    background-color: #fff;
    padding: 1px 2px;
    border-radius: 15px;
	font-size: 11px !important;
	border: 0 !important;
}

.marker-label.tk{
	background-color: #fcf0e2;
	border: 2px solid #d9a57d;
	color: #ac6c3c !important;
}

.marker-label.hk{
	background-color: #e9fce2;
	border: 2px solid #92d97d;
	color: #468f2e !important;
}

.marker-label.m{
	background-color: #e2f0fd;
	border: 2px solid #82aff3;
	color: #4170b7 !important;
}

.search-engine{
	background-color: #fff;
	color: #272727;
	font-size: 14px;
}

.search-engine label{
	color: #fff;
}

.search-engine input{
	color: #272727;
	border: 0;
	padding: 8px 16px;
    padding-left: 15px !important;
	border-bottom: 0 !important;
}

.search-engine input::placeholder{
	color: rgb(161, 161, 161);
}

.section-publishs .group-of-input{
	padding: 0;
}

.dropdown-lands{
	border: 0;
	border: 1px solid rgba(204, 204, 204, 0.55);
	box-shadow: 1px 1px 0px rgba(204, 204, 204, 0.55);
}

.dropdown-lands{
	padding: 0;
	border-radius: 10px;
	overflow: hidden;
}
.dropdown-lands .dropdown-item{
	padding: 2px 10px;
}
.dropdown-lands .dropdown-item:hover{
	background-color: #000;
	color: #fff;
}

.header-title{
	display: inline-flex;
    align-items: center;
    background-color: #ffff;
    padding: 4px 25px;
    border-radius: 5px;
	box-shadow:  0 0 5px #ccc;
}

.header-title i{
	width: 35px;
}

.header-title.info{
	background-color: rgb(45, 113, 240);
	color: #fff;
}

.header-title.money{
	background-color: rgb(25, 206, 137);
	color: #fff;
}

.header-title.map{
	background-color: rgb(233, 125, 23);
	color: #fff;
}

.header-title.contact{
	background-color: rgb(252, 206, 0);
	color: #fff;
}

.header-title.detail{
	background-color: rgb(6, 228, 209);
	color: #fff;
}


.group-of-post{
	background-color: #ffff;
    padding: 20px 25px;
    border-radius: 15px; 
	margin-bottom: 15px;
	margin-top: 15px;
	box-shadow:  0 0 5px #ccc;
}

.title-all{
	height: 57.56px;
	overflow: hidden;
}

.land-card.all .land-detail{
	padding: 20px 10px;
}

.short-wallet-table{
	margin-top: 10px;
	border-collapse:separate; 
	border-spacing: 0 0.5rem;
}

.short-wallet-table tr{
	padding: 5px 0;
}

.short-wallet-table tr td{
	padding: 5px 0;
	background-color: #f1f1f1a1;
	border-radius: 5px;
}

.last-first{
	width: 45px !important;
}

.no-publish{
	font-size: 60px;
	text-align: center;
	color: rgba(0, 0, 0, 0.466);
	margin: 2rem 0;
}

.btn-close-area-view{
	background-color: #000;
    color: #fff !important;
    display: flex;
    padding: 5px 15px;
    border-radius: 15px;
	border: 0;
	font-size: 14px;
	margin-left: 5px;
}

.btn-close-area-view i{
	margin-left:7px;
}

.drag-loading{
	display: none;
}

.drag-loading.active{
	display: inline-flex;
	align-items: center;
	
}

.drag-loading.active .spinner-border{
	margin-right: 10px;
	width: 1.5rem;
    height: 1.5rem;
    /* border: 0.15em solid currentColor; */
}

.filter-item{
	width: 14%;
    font-size: 16px;
}

.order-price{
	background-color: #000 !important;
	color: #fff !important;
	outline: none !important;
}

.property_code{
    margin-top: 16px;
    padding: 3px 15px;
    box-shadow: 0 2px 3px #e4e4e4;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	color: #fff;
	background-color: #86A0BF;
}

.lang-dropdown .dropdown-menu{
	border: 0;
	background-color: transparent;
}

.lang-dropdown .dropdown-menu a{
	margin-left: 0;
	padding: 7px 10px;
	position: relative;
	width: 90px;
	background-color: #ffffffe7;
}

.lang-dropdown .dropdown-menu a:hover{
	background-color: #fff;
}

.lang-dropdown .dropdown-menu > a:first-child {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.lang-dropdown .dropdown-menu > a:last-child {
	border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.section-publishs{
    padding-top: 120px;
    padding-bottom: 100px;
    background-color: #F9F9F9;
}

.message-side-card{
	background-color: #ffff;
	box-shadow: 0 0 5px #ccc;
	padding: 15px;
	border-radius: 10px;
}

.search-message-group{
	position: relative;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.search-message-group input{
	font-size: 14px;
	width: 100%;
	padding: 10px 30px;
	padding-left: 35px;
	border-radius: 30px;
	border: 1px solid #ccc;
	background-color: #fff;
	outline: none !important;
}

.search-message-group i {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate(-50% , -50%);
}

.message-side-list{
	height: 500px;
	max-height: 500px;
	overflow: auto;
}

.message-side-item{
	padding: 10px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
}

.message-side-item .unread-icon{
	background-color: #1872FA;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 5%;
}

.message-image-wrap{
	width: 150px;
	height: 150px;
	position: relative;
	margin-left: auto;
}

.message-side-item .message-image{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background-size: cover;
	background-position: center;
	margin-right: 15px;
}

.message-profile{
	margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
	display: flex;
}

.message-profile-detail{
	padding: 5px 0;
}

.message-profile-detail h6{
	margin-bottom: 0;
}

.message-profile-detail small{
	color: #a7a7a7;
}

.message-time{
	font-size: 12px;
	color: #aeadad;
}

.message-profile .message-image{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background-size: cover;
	background-position: center;
	margin-right: 15px;
}

.profile-button {
	background-color: #1757FA; 
	border-radius: 5px; 
	width: 80px; 
	color: #ffff;
	align-items: center;
	font-size: 14px;
}

.profile-button:hover {
	color: #ffff;
}


.message-detail .message-name{
	font-weight: 300;
	margin-bottom: 0;
	color: #555555;
}

.message-detail .message-short{
	font-weight: 300;
	font-size: 13px;
	color: #555555;
	position: relative;
}

.message-ago{
	font-weight: 300;
	font-size: 13px;
	color: #555555;
	margin-left: 8px;
	position: relative;
	padding-left: 10px;
}

.message-side-item.unread .message-name{
	font-weight: 600;
	color: #000000;
}

.message-side-item.unread .message-short{
	font-weight: 600;
	color: #1872FA;
}

.message-side-item .message-image.admin{
	background-image: url(../img/mmoc-icon.png);
}

.message-side-item.active{
	background-color: #eaf3ff;
}

.message-ago::after{
	content: ".";
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translate(-50%,-50%);
    color: #000;
    font-size: 30px;
}

.main-message-card{
	background-color: #fff;
	box-shadow:  0 0 5px #ccc;
	border-radius: 5px;
	padding: 15px;
}

#message-group{

	height: 470px;
	overflow-y: scroll;
}

#messages-group::-webkit-scrollbar {
	width: 10px;
}

#messages-group::-webkit-scrollbar-track {
	background-color: #f5f5f5;
}
#messages-group::-webkit-scrollbar-thumb {
	background-color: #c1c1c1;
}

.main-message-card{
	position: relative;
	height: 645px;
}


#message-group .input-chat{
	position: absolute;
	top: 90%;
	left: 1.5%;
	width: 100%;
	width: 97%;
}

#message-group .input-chat input{
	width: 94%;
    padding: 10px 35px;
    padding-left: 15px;
    border-radius: 30px;
    border: 0;
    outline: none !important;
    font-weight: 300;
    margin-left: 10px;
    background: #f1f1f1;
}

#message-group .input-chat #send-message{
	position: absolute;
	top: 50%;
	right: 1%;
	transform: translate(-50% , -50%);
	background-color: transparent;
	border: 0;
	outline: none !important;
}

#select-image{
	background: transparent;
    color: #408afb;
    border: 0;
    padding: 0;
    font-size: 20px;
    margin-left: 10px;
	outline: none;
	transition: 0.15s;
}

#select-image:hover{
	transform: scale(1.05);
}

.messages{
	height: 470px;
}

.message{
	padding: 5px 10px;
    background-color: #e4e6eb;
    margin-bottom: 5px;
    border-radius: 15px;
	max-width: 50%;
    width: fit-content;
	color: #050505;
	font-weight: 300;
	border-top-left-radius: 0;
	font-size: 14px;
}


.owner-message{
    margin-left: auto;
    background: #408afb;
    color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 0px;
}

.other-message{
    margin-right: auto;
    background: #408afb;
    color: #fff;
    border-top-left-radius: 0px;
    border-top-right-radius: 15px;
}

.message-second-warp{
	text-align: end;
	width: 100%;
	margin-left: auto;
}
.message-second-warp-other{
	text-align: start;
	width: 100%;
	margin-right: auto;
}

#image-selected-show{
	position: absolute;
    top: 0%;
    left: 5%;
	opacity: 0;
	z-index: -1;
	transition: 0.15s;
}

#image-selected-show.active{
	top: -120%;
    left: 5%;
	opacity: 1;
	z-index: 1;
}

#image-selected-show #image-show{
	width: 45px;
	height: 45px;
	border-radius: 7px;
	background-size: cover;
	background-position: center;
}

#image-selected-show #delete-image{
	background-color: rgb(180, 3, 3);
	color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	border: 0;
	outline: none !important;
	position: absolute;
	top: -8%;
	right: -8%;
	font-size: 13px;
}

#message-group .message-image{
	background-image: url(https://www.megamartofchoice.com/public/messages/1681204763_6b8daeb….jpg);
    width: 150px;
    height: 150px;
    border-radius: 5px;
    margin-left: auto;
    background-size: cover;
    background-position: center;
	cursor: pointer;
	position: relative;
}

#message-group .delete-message-image{
	position: absolute;
	top: 50%;
	left: -15%;
	transform: translate(-50% , -50%);
	font-size: 14px;
	background-color: transparent;
	border: 0;
	outline: none !important;
	color: #dfdfdf;
	transition: 0.15s;
	opacity: 0;
	z-index: -1;
}

.message-image-wrap:hover .delete-message-image{
	opacity: 1 !important;
	z-index: 1 !important;
}

.home-map{
	height: 500px;
}

.search-lat-lng{
	position: absolute;
	top: 50%;
	right: 2%;
	border: 0;
	outline: none !important;
	background-color: transparent;
	transform: translate(-50% , -50%);
	font-size: 18px;
}

.mark-current-location-btn{
	background-color: #3495e9;
    color: #fff;
    border: 0;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 30px;
	outline: none !important;
}

.mark-current-location-btn i{
	margin-right: 5px;
}
/* #message-group .message-image:hover button{
	opacity: 1;
	z-index: 9;
 } */

 header.scroll{
	opacity: 0;
	z-index: -1;
}

.unread-msg-dropdown{
	position: relative;
}

.unread-msg-dropdown::before{
	content: "";
    position: absolute;
    top: -5px;
    right: -4px;
    width: 12px;
    height: 12px;
    background-color: red;
    border-radius: 50%;
    z-index: 9;
}

#home-current-position-btn{
	position: absolute;
    right: 58px;
    top: 0px;
    margin-top: 5px;
    font-size: 14px;
    border: 0;
    background: #fff;
    padding: 4px;
    box-shadow: 0 3px 3px #ccc;
    margin-right: 20px;
}

.cropper-bg{
	width: 100% !important;
}

.croper-image{
	background-position: center;
	background-size: cover;
	height: 140px;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
	width: 100%;
	max-width: 160px;
}

.cropper-container{
	overflow: hidden;
}

.img-container{
	max-width: 600px;
	width: 100%;
	min-width: 360px;
	min-width: 600px;
	min-height: 400px;
}

.delete-crop-image{
    background-color: rgb(209, 40, 40);
    color: #fff;
    border: 0;
    border-radius: 50px;
    right: 5px;
    top: 5px;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none !important;
    font-size: 10px;
    position: absolute;
}

#modalCropImage .modal-dialog{
	max-width: 700px;
}

.crop-wrapper{
	display: grid;
	justify-content: center;
	display: none;
}

.crop-wrapper.active{
	display: grid;
}

@media only screen and (min-width: 1201px) {
	.mobile-nav , .mobile-nav-overlay{
		display: none;
	}
	.mobile-bars{
		display: none !important;
	}
}

@media only screen and (min-width: 990px) {
	#recommendPublish{
		min-height: 545px;
	}
	.map-detail{
		width: 75%;
	}
	.specialPublishGroup.en{
		width: 732px;
	}
}

@media only screen and (max-width: 1450px) {
	.container-header {
		max-width: 1450px;
	}
	header .container-header{
		padding: 0 25px;
	}
}

@media only screen and (max-width: 1200px) {
	.container-header {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 1500px) {
	#searchGroup{
		left: 930px !important;
	}
}
@media only screen and (max-width: 1400px) {


	#searchGroup{
		left: 904px !important;
	}
}

@media only screen and (max-width: 1200px) {
	.price-search-group .form-control{
		font-size: 13px;
	}
	.search-engine input{
		font-size: 13px;
	}
	footer p{
		font-size: 13px;
	}
	.follow-us h4{
		font-size: 16px;
	}
	footer .container{
		max-width: 780px;
	}
	.section-contact .container{
		max-width: 780px;
	}
	.footer-menu ul li a{
		font-size: 13px;
	}
	.partner-card{
		height: 400px;
		max-height: 400px;
	}
	.home-map{
		height: 600px;
	}
	.mobile-bars{
		display: block;
		font-size: 25px;
    	color: #0f162a !important;
	}
	.ipad-d-none{
		display: none !important;
	}
	.mobile-nav{
		max-width: 27%;
	}
}


@media only screen and (max-width: 991px) {
	.img-container{
		max-width: 370px;
		width: 100%;
		min-width: 370px;
	}
	.your-publish .group-of-input{
		max-width: 340px !important;
	}
	.section-vicinage form{
		max-width: 100% !important;
    	margin-top: 15px;
	}
	#message-group .delete-message-image{
		opacity: 1 !important;
		z-index: 1 !important;
	}
	#message-group .input-chat input{
		width: 86%;
	}
	.message-side-list{
		height: 120px;
		max-height: 120px;
	}
	.message{
		max-width: 90%;
	}
	.home-map{
		height: 680px ;
	}
	.publish-detail.scroll .logo{
		display: none;
	}
	.publish-detail.scroll .control-panal{
		margin-left: auto;
	}
	.publish-detail.scroll .lang-dropdown,.publish-detail.scroll  .user-button{
		display: none;
	}
	.section-publishs{
		padding-top: 80px;
	}
	.section-top{
		min-height: 85vh;
	}
	.share-publish-on-mb{
		display: flex;
		align-items: center;
	}
	.share-publish-on-mb .social{
		margin-left: 10px;
	}
	.mobile-price{
		font-size: 25px;
	}

	.section-detail{
		padding-top: 50px;
	}

	.no-publish{
		font-size: 30px;
	}
	.loading-land-slide{
		font-size: 16px;
	}

	.user-header{
		display: block;
	}
	.user-h-list{
		justify-content: space-around;
		margin-left: 0;
		margin: 0.7rem 0;
	}
	.user-h-item{
		margin-right: 0;
	}
	.dropdown-lands{
		left: -12px !important;
	}
	.user-h-right-item{
		justify-content: space-around;
		display: flex;
	}
	.user-h-right-icon-link.bell.active::after{
		right: 0;
	}
	.dropdown-lands .dropdown-item {
		padding: 6px 10px;
	}

	.short-wallet-table td , .short-wallet-table th{
		font-size: 13px !important;
	}

	.transaction-card{
		margin-bottom: 5.5rem;
	}
	.dashboard-detail{
		margin-top: 175px;
	}
	.circle-spacial{
		margin: 0px -10%;
	}

	.price-card{
		margin-bottom: 1rem;
	}

	.card-kbank p{
		font-size: 14px;
	}

	.card-kbank h4{
		font-size: 18px;
	}

	.kbank-logo {
		top: 19px;
		right: 15px;
		width: 100px;
	}

	.card-more img{
		width: 100px;
	}

	.text-dashboard-group{
		display: grid;
		line-height: 30px;
	}

	#recommendPublish{
		min-height: 545px;
	}
	
	
	#searchGroup{
		left: 702px !important;
	}
	.cookie-bar{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .cookie-bar h6{
        line-height: 20.5px;
		display: grid;
   		 margin-bottom: 10px !important;
    }
    .setting-cookie-btn , .approve-cookie-btn{
        padding: 4px 8px;
    }
    #settingCookieModal .modal-footer{
        justify-content: flex-start;
    }
	.land-card.all{
		margin-bottom: 0.8rem;
	}
	/* .land-card.all .land-img{
		height: 166px;
	} */
	.px-2{
		padding:0 2px !important;
	}
	.filter-map-overlay {
		overflow-x: auto;
		position: relative;
	}

	.filter-map {
		width: 800px;
	}

	.filter-map-bottom {
		flex-wrap: wrap;
		display: none !important;
	}

	#pc-filter{
		display: none;
	}

	.filter-map-bottom .group-select:first-child {
		width: 100%;
	}

	.filter-map-bottom .group-select {
		width: 46%;
		margin-bottom: 2%;
	}

	.land-body {
		flex-wrap: wrap;
		margin: 0 -1%;
	}

	.container-post {
		padding: 0 15px;
	}

	.blog-item {
		flex-wrap: wrap;
	}

	.blog-item .blog-img {
		width: 100%;
		margin-bottom: 10px;
	}

	.blog-item .blog-img img {
		width: 100%;
	}

	.detail-header {
		flex-wrap: wrap;
		margin-bottom: 16px;
	}

	.mobile-price {
		display: block;
		margin: 10px 0;
	}

	.detail-header .right {
		text-align: left;
	}

	.detail-price {
		display: none;
	}

	.thumb-cover {
		flex-wrap: wrap;
	}

	.thumb-inside {
		max-width: 100%;
	}

	.detail-control-box {
		text-align: left;
		margin-top: 16px;
	}

	.group-of-select {
		margin-bottom: 10px;
	}

}

@media only screen and (max-width: 570px) {
	.footer-menu ul li a{
		font-size: 13px;
	}
	#searchGooglemap {
		height: 38px;
		font-size: 14px;
		width: 200px;
	}
	.mobile-nav{
		max-width: 50%;
	}
	#searchGroup{
		left: 435px !important;
	}
    .approve-check input{
        top: 30%;
        left: 12px;
        transform: translateY(-50%);
    }
    .approve-check .form-inline{
        flex-wrap: nowrap;
    }

	.user-icon-account{
		width: 100px;
	}
	.sm-d-none{
		display: none !important;
	}
	.filter-item{
		width: 50%;
	}
	.filter-map-bottom {
		padding-bottom: 61px !important;
	}
  }

@media only screen and (max-width: 767px) {
	.section-create-post .group-of-input{
		font-size: 13px;
	}
	.group-of-post{
		padding: 20px 13px;
	}
	.group-of-select {
		font-size: 12px;
		padding: 4px 10px;
	}
	.price-search-group{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.sm-mb-2{
		margin-bottom: 1rem;
	}
	.post-note{
		font-size: 13px;
		margin-bottom: 10px;
	}
	.price-search-group h3{
		width: 100%;
	}
	.price-search-group .order-price{
		width: 50%;
	}
	.filter-map-bottom {
		display: none;
	}
	.your-publish .group-of-input{
		/* width: 100%; */
		max-width: 100%;
		margin-top: 10px;
	}
	.user-button{
		font-size: 14px;
	}
	.control-panal a.lang-button{
		display: none;
	}

	.top-title h1 {
		font-size: 5vw;
	}

	.mobile-100 {
		width: 100%!important;
	}

	.filter-map-bottom {
		padding-bottom: 40px;
	}

	.map-card {
		flex-wrap: wrap;
		padding-bottom: 30px;
	}

	.map-card .map-img {
		width: 30%;
	}

	.map-card .map-detail {
		width: 70%;
	}

	.map-card .map-price {
		width: 100%;
	}

	.body-filter {
		flex-wrap: wrap;
		padding-bottom: 45px;
	}

	.body-filter .group-select {
		width: 100%;
		margin-right: 0;
	}

	.body-search {
		margin-bottom: 16px;
	}

	.blog-item .blog-img {
		width: 220px;
	}

	.section-top {
		background-size: auto 400px;
	}

	.tag-control {
		width: 80%;
		flex-wrap: wrap;
	}

	.tag-control a {
		margin-bottom: 10px;
	}

	.one-post .post-header {
		align-items: flex-start;
	}


	.m-order-1 {
		order: 1;
	}

	.m-order-2 {
		order: 2;
	}

	.footer-logo {
		margin-top: 30px;
		display: block;
	}

	.group-facilities,
	.group-detail-contact {
		flex-wrap: wrap;
	}

	.facility,
	.group-detail-contact a {
		margin-bottom: 10px;
	}

}

@media only screen and (max-width: 512px) {
	.detail-breadcrumb {
		display: block;
		margin-top: 16px;
	}
	.detail-header{
		margin-top: 0;
    	width: 100%;
	}
	.detail-button-group{
		display: flex;
	}
	.detail-button-group a{
		font-size: 14px;	
	}
	.mobile-price{
		display: flex;
		align-items: center;
	}
	.title-all{
		height: auto;
	}
	.land-card .land-detail .area{
		height: auto;
	}
	.mb-d-none{
		display: none;
	}
	
	.map-card h3{
		font-size: 10px;
	}
	.map-card .to-locate-map {
		font-size: 10px;
	}

	.map-card .map-detail p{
		display: none;
	}

	.map-card .btn-info{
		padding: 5px 8px;
    	font-size: 10px;
	}

	.map-card .map-price{
		font-size: 16px;
		position: relative;
    	top: -51px;
	}

	.mobile-bars{
		font-size: 18px;
		color: #0f162a !important;
	}
	.xs-d-none{
		display: none !important;
	}
	.xs-d-block{
		display: block !important;
	}
	.logo {
		width: 160px;
	}

	.filter-map-bottom .group-select {
		margin: 2%;
	}

	.filter-map-bottom {
		padding: 8px 16px;
		padding-bottom: 40px;
	}

	.map-card {
		max-width: 95%;
	}

	.blog-item .blog-img {
		width: 100%;
	}

	.cc-arrow {
		bottom: 0;
		top: auto;
	}

	.c-button-next {
		right: 0;
	}

	.c-button-prev {
		left: 0;
	}

	.swiper-pagination {
		padding-top: 60px;
	}

	.swiper-horizontal>.swiper-pagination-bullets, 
	.swiper-pagination-bullets.swiper-pagination-horizontal, 
	.swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: 35px;
	}

	.subscribe-text {
		width: 60%;
	}

	.subscribe-text span {
		flex: 1;
	}

	.group-radio .radio-checkbox {
		width: 48%;
		margin: 1%;
	}

	.add-margin-bottom {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
	}

	.add-margin-bottom .group-of-select {
		width: 47%;
		margin: 1%;
		font-size: 14px;
		padding: 8px 6px;
	}

}

@media only screen and (max-width: 400px) {

	#searchGooglemap {
		height: 34px;
		font-size: 14px;
		width: 200px;
	}
	#searchGroup{
		left: 216px !important;
		top: 89px !important;
	}
	#searchGroup button{
		font-size: 14px;
		top: -41px;
	}
}

.urgent-img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 450px;
	object-fit: cover;
	padding: 15px;
	border-radius: 25px;
}

.close-urgent.btn {
	font-size: 12px;
	background-color: #000;
	color: #fff;
	border: none;
}
.close-urgent.btn:hover,
.close-urgent.btn:focus {
	background-color: #333;
	color: #fff;
}