a, select {
    outline: none !important;
}

.frm_form_field input, .frm_form_field select {
    /* border-color: #79b9ff !important; */
    height: 40px !important;
    border-radius: 15px !important;
}
.frm_submit .frm_button_submit  {
	background-color: #2952a2 !important;
    width: 100% !important;
    color: white !important;
    border-radius: 10px !important;
    font-size: 20px !important;
}

/* Property */
.nfd_lalin_property_box {
	font-family: "Kanit", Sans-serif;
	background-color: #f1f1f3;
	padding: 0 !important;
}
/* .nfd_lalin_property_box:hover {
    transform: scale(0.5); 
} */
.nfd_lalin_property_flag {
    height: 50px;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    top: 4px;
    width: 220px;
    line-height: 46px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: white;
    z-index: 9;
}
.nfd_lalin_property_wrapper {
	padding: 5px 20px;
}
.nfd_lalin_property_category {
    margin-top: 5px;
}
.nfd_lalin_property_category_item {
	display: inline-grid;
	border-radius: 5px;
	background-color: #2851a1;
	color: white;
    margin-right: 10px;
    padding: 0 15px;
    min-width: 90px;
    text-align: center;
    font-size: 12px;
}
.nfd_lalin_property_category_item.flag_new {
	background-color: #eb1c24;
}
.nfd_lalin_property_category_item.flag_recommend {
	background-color: #29b473;
}
.nfd_lalin_property_category_item.flag_country {
	background-color: #006837;
}
.nfd_lalin_property_category_item.flag_bestseller {
    background-color: #7600bc;
}
.nfd_lalin_property_category_item.flag_success {
    background-color: #f08e35;
}
.nfd_lalin_property_thumbnail {
	overflow: hidden;
	/*height: 260px;*/
    height: 100%;
	/* transition: .7s ease; */
    position: relative;
    
}



.nfd_lalin_property_thumbnail:hover,
.nfd_lalin_property_title:hover {
  	opacity: 0.8;
}
.nfd_lalin_property_thumbnail .nfd_lalin_property_thumbnail_image {
	width: 100%;
}
.nfd_lalin_property_thumbnail_image:hover {
    transform: scale(1.5); 
  }
.nfd_lalin_property_title {
	font-size: 18px;
    font-weight: 500;
    padding: 5px 0;
    overflow: hidden;
    height: 65px;
} 
.nfd_lalin_property_detail {
    padding-top: 5px;
    padding-bottom: 5px;
}
.nfd_lalin_property_short_description {
	font-size: 12px;
    font-weight: normal;
    padding: 5px 0;
    overflow: hidden;
    height: 80px;
} 
.nfd_lalin_property_price {
    width: 100%;
    background-color: white;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    border: 2px solid #79baff;
    border-radius: 5px;
    margin: 10px 0;
}
.nfd_lalin_property_highlight_item {
	text-align: center;
    padding: 10px 5px !important;
}
.nfd_lalin_property_highlight_icon {
	width: 35px;
	height: 35px;
	text-align: center;
    margin: 0 auto;
}
.nfd_lalin_property_highlight_description {	
    font-size: 10px;
    font-weight: normal;
    height: 50px;
    overflow: hidden;
}


@media (max-width: 768px) { 
    .nfd_lalin_property_thumbnail {
        height: 100%;
    }
    .jet-tabs__control {
        width: 100%;
        margin-bottom: 10px !important;
    }
}