.panel-table-of-content .title::before {
    display: none;
}
#table-of-content ul{
    list-style-type: decimal;
} 
#tab-description img{
	width:100%;
    height:auto
} 
#logo img{
max-width:180px;
} 
.news-card__thumb img {
    width: 100%;
    height: 180px;
    object-fit: cover;
} 
.news-block .news-caption .title a{
  display: -webkit-box;
  -webkit-line-clamp: 2;       /* số dòng muốn giới hạn */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
} 
.information-contact .img-thumbnail{
    background: #a4a4a4;
}
.listing-type{
	color:#fff
}
 
 .news-card__title{
 	min-height:68px
 }
 
 .sf-menu > li:hover a {
 	color: #FF5722
 }
 #form_footer.wrapper-newsletter.one_column_with_bg .container,
 #form_footer.wrapper-newsletter.one_column_with_bg .container .col-sm-6 {
 	width: 100%;
    left: 5% !important;
 }
 .form-newsletter .form-newsletter__item .btn-action .btn-submit {
    float: unset;
    min-width: 120px;
    background-color: #ff5722 !important;
}
@media (min-width: 991px) {
    .wrapper-newsletter {
        padding: 10px 0 !important;
    }
}
 .powered a {
 	color: #fff
 }
 .wrapper-newsletter.one_column_with_bg {
 	margin-top: -30px;
 }
 .news-image .news-day, .news-image .news-month {
 	color: #fff
 }
 .news-image .news-month {
    bottom: 39px;
}
.news-image img.img-responsive {
	max-height: 211px;
}
.information-contact form label[for="input-enquiry"] {
    position: relative;
    font-size: 0; /* Ẩn chữ gốc */
}

.information-contact form label[for="input-enquiry"]::after {
    content: "Dự án Quan tâm";
    font-size: 12px; /* chỉnh theo size bạn muốn */
    color: inherit;  /* giữ nguyên màu chữ */
}
.information-contact form label[for="input-enquiry"]::before {
    content: "* ";
    color: #F00;
    font-weight: bold;
}
#column-right{
    position: sticky;
    top: 100px;
}
.header .header__search {
    position: fixed;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0px;
    top: 0 !important;
    z-index: 99999;
}
.close-search {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
.header .header__search.active {
    visibility: visible;
}
.header .header__search .header__search-form {
    height: 100px;
    width: 100%;
    padding: 0 16px;
    background: #3434d15c;
    display: flex;
    justify-content: center;
    transform: translateY(-100%);
    align-items: center;
    transition: all 0.3s;
    box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.4);
}
.header .header__search.active .header__search-form {
    transform: translateY(0);
}
.header .header__search button{
    width: 38px;
    border-top-right-radius: 4px;
    border: none;
    background: none;
    border-bottom-right-radius: 4px;
}
.header .header__search button svg{
    width:18px;
}
.header .header__search .search-bar {
    margin: 0;
    width: 600px;
    max-width: 100%;
}
.header .header__search input{
    border:none;
}
 .header .header__search .input-group{
    margin:1rem auto;
    background:#fff;
    border-radius:4px;
}   
@media (min-width:1500px){
    .header .header__search .input-group{
        max-width:50%;
        margin:2rem auto;
    }   
}
.header .header__search-icon{
    margin:0 1.5rem;
}
.header .header__search-icon svg{
    width:18px;
}
#search .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
#search .input-group .form-control{
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
        align-items: end;
}
.header__social .header__bottom-search .btn_search {
    background: none;
    border: none;
    padding: 0;
}
.header__social{
    height:30px;
}

.section-news-latest {
    padding: 15px !important;
    padding-top: 30px;
}
.news-card__title a{
    display: -webkit-box;
    -webkit-line-clamp: 2;     /* số dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
}