.nfd_lalin_property_hightlight .nfd_lalin_property_highlight_icon {
	width: 50px;
	height: 50px;
    border-radius: 5px;
    box-shadow: 2px 2px 10px 2px #d0d1d3;
}

.nfd_lalin_property_hightlight .nfd_lalin_property_highlight_description {
	margin: 10px 0;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Kanit';
}

.nfd_lalin_property_hightlight .nfd_lalin_property_highlight_icon_image {

}

.nfd_lalin_property_model_filter {
    text-align: center;
}

.nfd_lalin_property_model_select_box {
    width: 300px;
    max-width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    height: 40px;
    border: 2px solid #79baff;
    border-radius: 5px;
    background: #fff;
}
#nfd_lalin_property_model_select { 
    height: 100%;
    width: 100%;
    border: 0;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    background: #fff;
}

.nfd_lalin_property_gallery .nfd_lalin_property_gallery_image {    
	margin: 5px 0;
}

.nfd_lalin_property_gallery .nfd_lalin_property_gallery_image img {
	width: 100%;
}

.nfd_lalin_property_gallery .nfd_lalin_property_gallery_image.hidden {
	display: none;
}

.nfd_lalin_property_gallery .nfd_lalin_property_gallery_image img.summary {
    filter: brightness(50%);
}

.nfd_lalin_property_gallery .nfd_lalin_property_gallery_summary {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    z-index: 99;
    text-align: center;
    color: white;
    font-size: 50px;
}