/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Author: Casa Dubai
Version: 1.0
*/


.page-header .entry-title {
    display: none !important;
}

/* h1.elementor-heading-title elementor-size-default {
	display: -webkit-box;
    -webkit-line-clamp: 2; /* Con số này quyết định số dòng hiển thị */
/*     -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
  }
  */

.title_listing_sp {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* số dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

/*     line-height: 1.4em;
    max-height: calc(1.4em * 2); */
}

.title_listing_sp .jet-listing-dynamic-field__content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

/*     line-height: 1.4em;
    max-height: calc(1.4em * 2); */
}

.jet-listing-dynamic-field__content {
    display: -webkit-box;
    -webkit-line-clamp: 2;   /* số dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

/*     line-height: 1.4em;
    max-height: calc(1.4em * 2); */
}
