.title-sec{
    font-size: 20px;
    font-weight: 700;
}

.title-sec span{
    color: var(--color-2);
}

.title-sec-wrap{
    margin-bottom: 25px;
}

/* Posted news  */
.posted-news {
    padding: 0 0 40px;
}

.posted-news .see-more{
    color: #ed9945;
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 16px;
}

.posted-news .see-more svg{
    width: 30px;
    height: 30px;
}

.posted-news .see-more svg path{
    stroke: var(--color-2);
}

.posted-news .slick-slide{
    margin: 0 15px 5px;
}

.posted-news .slick-list{
    margin: 0 -15px;
}

.posted-news .post-slider .item{
    background-color: var(--color-3);
}

.posted-news .post-slider .wrap-img{
    padding-bottom: 55%;
}

.posted-news .post-slider .content{
    padding: 10px 15px 20px;
}

.posted-news .post-slider .status{
    color: var(--color-2);
    font-size: 12px;
    padding: 5px 10px;
    display: inline-block;
    background-color: #e6fff0;
    font-weight: 700;
    border-radius: 8px;
    margin-bottom: 5px;
}

.posted-news .post-slider .title{
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    /* height: 42px; */
}

.posted-news .post-slider .location{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 39px;
    display: grid;
    grid-template-columns: 20px auto;
    gap: 5px;
}

.posted-news .post-slider .location svg {
    width: 20px;
    height: 20px;
}

.posted-news .post-slider .area{
    margin-bottom: 5px;
}

.posted-news .post-slider .item-inner{
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 8px;
}

.posted-news .post-slider .slick-arrow{
    opacity: 1;
}

.posted-news .post-slider .slick-arrow svg,
.posted-news .post-slider .slick-arrow{
    width: 30px;
    height: 30px;
    z-index: 5 !important;
}

.posted-news .post-slider .slick-next{
    right: -50px;
}

.posted-news .post-slider .slick-prev{
    left: -50px;
}
/* End posted news  */

/* Hot news  */
.hot-news {
    padding-bottom: 20px;
}

.hot-news .row{
    margin: 0 -15px;
}

.hot-news .clm{
    padding: 0 15px;
}

.hot-news .title-sec{
    text-align: center;
}

.hot-news .item{
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.hot-news .item .wrap-img{
    padding-bottom: 65%;
}

.hot-news .item .content{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
}

.hot-news .item .number{
    font-size: 34px;
    font-weight: 700;
    color: #555;
}

.hot-news .item .content .title{
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* End hot news  */

/* Banner */
.banner{
    position: relative;
}

.banner .wrap-img{
    padding-bottom: 40%;
}

.banner .wrap-img:hover img{
    transform: scale(1);
}

.banner .form-search{
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1140px;
    z-index: 1;
}

.banner .form-search .tab-content{
    background-color: var(--color-2);
    padding: 15px;
    border-radius: 0px 8px 8px 8px;
}

.banner .form-search .tab-content .input-wrap input,
.banner .form-search .tab-content .select,
.banner .form-search .tab-content .submit-search{
    width: 100%;
    padding: 12px 15px;
    border-radius: 8px;
    background-color: #FFF;
    font-size: 14px;
}

.banner .form-search .tab-content .select{
    cursor: pointer;
    margin-top: 15px;
    position: relative;
}

.banner .form-search .tab-content .select span{
    display: block;
    height: 18px;
    overflow: hidden;
}

.banner .form-search .tab-content .input-wrap{
    position: relative;
}

.banner .form-search .tab-content .input-wrap svg{
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.form-search .filter-box{
    background-color: #FFF;
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    width: 100%;
    box-shadow: 0px 8px 20px rgba(182, 182, 182, 0.42);
    border-radius: 8px;
    z-index: 2;
    display: none;
    min-width: 356px;
}

.form-search .filter-box.active{
    display: block;
}

.form-search .filter-box .title{
    border-bottom: 1px solid #F2F2F2;
    text-align: center;
    padding: 16px;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    position: relative;
}

.form-search .filter-box .close-filter{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    cursor: pointer;
}

.form-search .filter-box .close-filter svg,
.form-search .filter-box .close-filter img{
    width: 20px;
    height: 20px;
}

.form-search .filter-box .children {
     margin-left: 20px;
}

.form-search .filter-box label {
    display: flex;
    justify-content: space-between;
    padding: 6px 16px;
    margin-bottom: 0;
    font-weight: normal;
}

.form-search .filter-content label:hover {
    background-color: #F2F2F2;
}

.form-search .filter-content{
    padding: 8px 0;
    max-height: 190px;
    overflow-y: auto;
}

.form-search .filter-box.house .filter-content{
    max-height: 260px;
}

.form-search input[type="checkbox"] {
    accent-color: var(--color-2);
}

.form-search .filter-footer{
    padding: 8px;
    border-top: 1px solid #F2F2F2;
    display: flex;
    justify-content: space-between;
}

.form-search .filter-footer button {
    font-size: 14px;
    line-height: 20px;
    padding: 6px 14px;
    border-radius: 4px;
    font-weight: 700;
}

.form-search .filter-footer .apply-btn{
    background-color: var(--color-2);
    color: #FFF;
}

.form-search .filter-footer .reset-btn{
    background-color: #FAFAFA;
}

.form-search .filter-search-title{
    display: flex;
    margin-top: 6px;
}

.form-search .filter-search-title label{
    width: 50%;
}

.form-search .input-nhap svg{
    width: 20px;
    height: 20px;
    transform: translateY(7px);
}

.form-search .input-nhap input{
    width: calc(50% - 16px);
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px 16px;
    text-align: center;
}

.form-search .input-nhap{
    padding: 0 16px;
}











.banner .form-search .tab-content .input-wrap input{
    padding: 12px 15px 12px 45px;
}

.banner .form-search .tab-content .submit-search,
.banner .form-search ul li > button{
    text-transform: uppercase;
    color: var(--color-3);
    background: linear-gradient(45deg, #ddcd5d, #dab157, #d99051);
    text-shadow: rgb(0, 0, 0) 1px 1px 0px;
    font-weight: 700;
}

.banner .form-search ul {
    display: flex;
    gap: 2px;
}

.banner .form-search ul li > button{
    font-size: 14px;
    padding: 15px;
    border-radius: 5px 5px 0px 0px;
}

.banner .form-search ul li > button.active{
    background: var(--color-2);
    border-radius: 5px 5px 0px 0px;
}

.banner .form-search ul li > button:hover{
    background: var(--color-2);
}

.tab-content {
    position: relative;
}

.tab-pane {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.tab-pane.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.form-search .select-wrap{
    position: relative;
}

.banner .form-search .tab-content .select svg{
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 0;
}

/* End Banner  */

/* Real Estate */
.real-estate{
    padding: 40px 0;
}

.real-estate.under-banner {
    display: none;
}

.real-estate .content-row{
    display: grid;
    grid-template-columns: calc(40% - 10px) calc(60% - 10px);
    gap: 20px;
}

.real-estate .categories-row{
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 15px;
}

.real-estate .promo-card .promo-content{
    display: grid;
    grid-template-columns: 50% 50%;
    border-radius: 5px;
    overflow: hidden;
}

.real-estate .content-right{
    display: grid;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    gap: 20px;
}

.real-estate .city-row{
    display: grid;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    gap: 20px;
}

.real-estate .city-row .location-info h3{
    font-size: 15px;
    margin-bottom: 2px;
}

.real-estate .city-row .location-info p{
    font-size: 14px;
}

.real-estate .city-grid{
    display: grid;
    row-gap: 20px;
}

.real-estate .images-promo-card{
    padding-bottom: 60%;
    height: 100%;
}

.real-estate .promo-card .promo-title{
    color: #FFF;
    background-color: var(--color-2);
    padding: 10px 20px;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: 700;
    text-align: center;
}

.real-estate .category-card{
    padding: 15px 10px;
    box-shadow: 0px 4px 6px rgba(44, 44, 44, 0.04) !important;
    text-align: center;
    border: 1px solid #F2F2F2 !important;
    width: 150px;
    transition: .3s;
    border-radius: 5px;
    overflow: hidden;
}

.real-estate .category-card img{
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.real-estate .category-card:hover{
    transform: translateY(-5px);
}

.real-estate .category-card .category-title{
    color: #0170b6;
    font-weight: 700;
    margin-top: 5px;
}

.real-estate .content-right .hanoi-card,
.real-estate .content-right .city-card{
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    transition: .3s;
}

.real-estate .content-right .hanoi-card:hover,
.real-estate .content-right .city-card:hover{
    transform: scale(1.05);
}

.real-estate .location-info{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-color: black;
    color: var(--color-3);
    background: linear-gradient(0deg, rgba(44, 44, 44, 0) 0%, #2c2c2c 86.75%);
    padding: 15px;
    height: 60%;
    display: flex;
    flex-direction: column;
}

.real-estate .location-info h3{
    font-size: 18px;
    margin-bottom: 5px;
}
/* End real estate  */

/* For you */
/* .hidden-item{
    display: none;
} */

.for-you{
    /* background-color: #fafafa; */
    padding: 40px 0;
    border-bottom: 2px solid #ebebeb;
}

.for-you .lasted-news ul {
    display: flex;
    justify-content: end;
    gap: 30px;
}

.for-you .lasted-news ul button{
    font-size: 15px;
    padding: 5px 0px;
    transition: .3s;
}

.for-you .lasted-news ul button:hover{
    color: var(--color-2);
}

.for-you .lasted-news ul button.active{
    color: var(--color-2);
}

.for-you .lasted-news ul li:not(:first-child) {
    position: relative;
}

.for-you .lasted-news ul li:not(:first-child)::before{
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    background-color: var(--color-2);
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
}

.for-you .tab-content .row{
    margin: 0 -15px;
    row-gap: 30px;
}

.for-you .tab-content .clm{
    padding: 0 15px;
}

.for-you .item{
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 8px;
    height: 100%;
}

.for-you .item .wrap-img {
    padding-bottom: 55%;
}

.for-you .item .content {
    padding: 15px;
}

.for-you .item .content .title{
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.3;
    height: 42px;
}

.for-you .item .content .status{
    text-transform: uppercase;
    color: var(--color-2);
    font-size: 11px;
    display: inline-block;
    padding: 1px 5px;
    background-color: #e0f0ea;
    border-radius: 3px;
}

.for-you .item .content .status svg{
    width: 13px;
    height: 13px;
    transform: translateY(2px);
    margin-right: 3px;
}

.for-you .item .content .status svg{
    fill: var(--color-2);
}

.for-you .item .content .price-wrap{
    color: #dc362b;
    font-weight: 700;
    margin-top: 5px;
}

.for-you .item .content .area{
    padding-left: 20px;
    position: relative;
}

.for-you .item .content .area::before{
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 7px;
    transform: translateY(-50%);
    background-color: #8d8d8d;
}

.for-you .item .content .location{
    color: #5a5a5a;
    display: grid;
    grid-template-columns: 20px auto;
    gap: 5px;
    margin-top: 10px;
    font-size: 13px;
}

.for-you .item .content .location svg{
    width: 20px;
    height: 20px;
}

.for-you .item .content .location svg path{
    stroke: #5a5a5a;
}

.for-you .item .content .time-post{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #969696;
    margin-top: 10px;
}

.for-you .item .content .time-post span{
    font-size: 13px;
}

.for-you .item .content .time-post svg{
    width: 20px;
    height: 18px;
}

.for-you .item .content .time-post svg path {
    stroke: #000;
}

.for-you .item .content .favourite{
    padding: 6px 6px 1px 6px;
    border-radius: 5px;
    border: 2px solid #d8d8d8;
}

.favourite {
    cursor: pointer;
}

.favourite.active svg path{
    stroke: red !important;
    fill: red;
}

.for-you .extend {
    text-align: center;
    margin-top: 30px;
}

.for-you .extend .arrow{
    transition: .3s;
}

.for-you .extend .arrow.rotate{
    transform: rotate(180deg);
}

.for-you .extend svg{
    width: 20px;
    height: 20px;
    transition: .3s;
}

.for-you .extend .extend-btn{
    display: inline-flex;
    gap: 10px;
    align-items: center;
    padding: 10px 40px;
    border: 2px solid #d8d8d8;
    border-radius: 8px;
    font-size: 15px;
    transition: .3s;
}

.for-you .extend .extend-btn:hover{
    background-color: var(--color-2);
    color: #FFF;
}

.for-you .extend .extend-btn:hover svg path{
    fill: #FFF;
}

.hidden-wrap {
    overflow: hidden;
    transition: max-height 0.4s ease;
}
/* End for you  */

/* Modal user type  */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    /* display: flex; */
}

#modalUserType .modal-content {
    background: white;
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    max-width: 350px;
    width: 90%;
    animation: fadeIn 0.3s ease;
}

#modalUserType .modal-content h2 {
    margin-bottom: 15px;
    font-size: 20px;
    text-align: center;
    color: #333;
}

#modalUserType label {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 500;
    margin-bottom: 12px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s;
}

#modalUserType label:hover {
    background: #e9ecef;
}

#modalUserType input[type="radio"] {
    margin-right: 10px;
    transform: scale(1.2);
}

#modalUserType .close-btn {
    display: block;
    margin: 10px auto 0;
    padding: 8px 15px;
    background: #096831;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s;
    font-size: 15px;
}

#modalUserType .close-btn:hover {
    background: #ed9945;
}

/* HiÃƒÂ¡Ã‚Â»Ã¢â‚¬Â¡u ÃƒÂ¡Ã‚Â»Ã‚Â©ng hiÃƒÂ¡Ã‚Â»Ã¢â‚¬Â¡n */
@keyframes fadeIn {
    from { transform: translateY(-20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}
/* End modal user type  */

/* News under banner  */
.news-under-banner {
    padding-top: 30px;
}

.news-under-banner .tab-buttons {
    border-bottom: 1px solid #ddd;
    margin-bottom: 24px;
}

.news-under-banner .tab-buttons button {
    color: #999;
    font-size: 18px;
    font-weight: 700;
}

.news-under-banner .tab-buttons button.active {
    color: #fff;
    border-bottom: 1px solid #096831;
    background: var(--color-2);
    border-radius: 5px 5px 0 0;
}

.news-under-banner .tab-buttons li {
    display: inline-block;
}

.news-under-banner .wrap-img {
    padding-bottom: 56%;
    border-radius: 8px;
}

.news-under-banner .news-main .content h3 {
    margin-top: 10px;
}

.news-under-banner .time-post {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #5a5a5a;
    margin-top: 5px;
    font-size: 14px;
}

.news-under-banner .time-post svg {
    width: 15px;
    height: 15px;
}

.news-under-banner .news-sidebar .item .title {
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 400;
}

.news-under-banner .news-sidebar .item .title:hover {
    color: var(--color-2);
}

.news-under-banner .news-sidebar .item {
    padding-bottom: 14px;
}

.news-under-banner .news-sidebar .item:not(:last-child) {
    margin-bottom: 14px;
    border-bottom: 1px solid #ddd;
}

.news-under-banner .banner img:not(:last-child) {
    margin-bottom: 10px;
}

.news-under-banner .news-sidebar .wrap-img,
.news-under-banner .news-sidebar .time-post {
    display: none;
}




















.item-flowers .header {
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 padding: 12px 16px;
	 border-bottom: 1px solid #e4e6eb;
	 background: white;
	 position: sticky;
	 top: 0;
	 z-index: 100;
}
 .item-flowers .header-left {
	 display: flex;
	 align-items: center;
	 gap: 12px;
	 flex: 1;
}
 .item-flowers .profile-pic {
	 width: 40px;
	 height: 40px;
	 border-radius: 50%;
	 background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 color: white;
	 font-weight: bold;
	 font-size: 18px;
}
 .item-flowers .header-info {
	 flex: 1;
}
 .item-flowers .page-name {
	 font-weight: 600;
	 font-size: 15px;
	 color: #050505;
}
 .item-flowers .sponsored {
	 font-size: 13px;
	 color: #65676b;
	 display: flex;
	 align-items: center;
	 gap: 4px;
}
 .item-flowers .header-actions {
	 display: flex;
	 gap: 8px;
}
 .item-flowers .icon-btn {
	 width: 36px;
	 height: 36px;
	 border-radius: 50%;
	 background: transparent;
	 border: none;
	 cursor: pointer;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 font-size: 20px;
	 color: #65676b;
}
 .item-flowers .icon-btn:hover {
	 background: #f0f2f5;
}
 .item-flowers .post-content {
	 padding: 16px;
}
 .item-flowers .quote {
	 font-style: italic;
	 line-height: 1.5;
	 color: #050505;
	 margin-bottom: 12px;
}
 .item-flowers .description {
	 display: flex;
	 align-items: flex-start;
	 gap: 8px;
	 color: #050505;
	 font-size: 15px;
	 line-height: 1.4;
}
 .item-flowers .description-text {
	 flex: 1;
}
 .item-flowers .description-content {
	 display: inline;
}
 .item-flowers .description-content.collapsed .full-text {
	 display: none;
}
 .item-flowers .description-content.collapsed .truncated-text {
	 display: inline;
}
 .item-flowers .description-content:not(.collapsed) .full-text {
	 display: inline;
}
 .item-flowers .description-content:not(.collapsed) .truncated-text {
	 display: none;
}
 .item-flowers .read-more {
	 color: #385898;
	 cursor: pointer;
	 font-weight: 500;
	 user-select: none;
	 /* margin-left: 4px; */
}
 .item-flowers .read-more:hover {
	 text-decoration: underline;
}
 .item-flowers .gallery {
	 display: grid;
	 grid-template-columns: 1fr 1fr;
	 grid-template-rows: auto auto;
	 gap: 2px;
	 margin-top: 16px;
}
 .item-flowers .gallery-item {
	 position: relative;
	 overflow: hidden;
	 cursor: pointer;
	 background: #000;
}
 .item-flowers .gallery-item:first-child {
	 grid-row: span 2;
}
 .item-flowers .gallery-item img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 display: block;
	 transition: transform 0.3s;
}
 .item-flowers .gallery-item:hover img {
	 transform: scale(1.05);
}
 .item-flowers .gallery-item:first-child img {
	 height: 100%;
}
 .item-flowers .gallery-item:not(:first-child) img {
	 height: 200px;
}
 .item-flowers .more-photos {
	 position: absolute;
	 inset: 0;
	 background: rgba(0, 0, 0, 0.6);
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 color: white;
	 font-size: 36px;
	 font-weight: 600;
}
 .item-flowers .footer {
	 padding: 12px 16px;
	 border-top: 1px solid #e4e6eb;
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
}
 .item-flowers .footer-left {
	 display: flex;
	 align-items: center;
	 gap: 8px;
}
 .item-flowers .message-btn {
	 display: flex;
	 align-items: center;
	 gap: 8px;
	 padding: 8px 16px;
	 background: #0084ff;
	 color: white;
	 border: none;
	 border-radius: 6px;
	 font-weight: 600;
	 font-size: 15px;
	 cursor: pointer;
}
 .item-flowers .message-btn:hover {
	 background: #0073e6;
}
 @media (max-width: 768px) {
	 .item-flowers .container {
		 max-width: 100%;
	}
	 .item-flowers .gallery-item:not(:first-child) img {
		 height: 150px;
	}
}
 @media (max-width: 480px) {
	 .item-flowers .header {
		 padding: 8px 12px;
	}
	 .item-flowers .profile-pic {
		 width: 36px;
		 height: 36px;
		 font-size: 16px;
	}
	 .item-flowers .page-name {
		 font-size: 14px;
	}
	 .item-flowers .sponsored {
		 font-size: 12px;
	}
	 .item-flowers .post-content {
		 padding: 12px;
	}
	 .item-flowers .quote {
		 font-size: 14px;
	}
	 .item-flowers .description {
		 font-size: 14px;
	}
	 .item-flowers .gallery-item:not(:first-child) img {
		 height: 120px;
	}
	 .item-flowers .more-photos {
		 font-size: 28px;
	}
	 .item-flowers .message-btn {
		 padding: 6px 12px;
		 font-size: 14px;
	}
}
 
@media(min-width:990px){
    .item-flowers {
    display: none;
}
}
@media(max-width: 1200px) {
    .banner .form-search{
        width: 90%;
    }

    .real-estate .content-row{
        grid-template-columns: 100%;
    }

    .real-estate .content-right .hanoi-card{
        height: 300px;
    }

    footer .support {
        gap: 10px;
    }
}

@media(max-width: 992px) {
    .banner .form-search ul li > button{
        font-size: 14px;
        padding: 10px 15px;
    }

    .banner .form-search .tab-content input,
    .banner .form-search .tab-content .select,
    .banner .form-search .tab-content .submit-search{
        font-size: 14px;
    }

    .banner .wrap-img {
        padding-bottom: 55%;
    }

    .for-you .lasted-news {
        margin-top: 10px;
    }

    .for-you .lasted-news ul {
        justify-content: start;
    }

    .news-under-banner .banner {
        display: none;
    }

    .news-under-banner .news-sidebar .wrap-img {
        display: block;
    }

    .news-under-banner .news-sidebar .time-post {
        display: flex;
    }

    .news-under-banner .news-main {
        padding-bottom: 14px;
        margin-bottom: 14px;
        border-bottom: 1px solid #ddd;
    }

    .news-under-banner .news-main .content .title {
        font-size: 16px;
        font-weight: 400;
        color: #5a5a5a;
    }

    .news-under-banner .tab-pane .clm {
        padding: 0 8px;
    }

    .news-under-banner .tab-pane .row {
        margin: 0 -8px;
    }

    .news-under-banner .news-main .content h3 {
        margin-top: 0px;
    }
}

@media(max-width: 768px) {
    .banner .wrap-img {
        padding-bottom: 90%;
    }

    .banner .form-search {
        width: 95%;
    }

    .banner .form-search ul li button {
        font-size: 12px;
        padding: 10px 6px;
    }

    .posted-news .see-more{
        justify-content: start;
        margin-top: 15px;
    }

    .banner .form-search .tab-content .submit-search{
        margin-top: 10px;
    }

    .posted-news .post-slider .slick-arrow{
        display: none !important;
    }

    .for-you .lasted-news ul button{
        white-space: nowrap;
        font-size: 14px;
    }

    .for-you .lasted-news ul{
        overflow-x: auto;
    }
}

@media(max-width: 550px) {
    .banner .form-search ul li button {
        font-size: 10px;
    }

    .banner .form-search .tab-content{
        padding: 10px;
    }

    .banner .form-search .tab-content input {
        padding: 10px 10px 10px 45px;
    }

    .banner .form-search .tab-content input, .banner .form-search .tab-content .select, .banner .form-search .tab-content .submit-search{
        padding: 10px;
    }

    .banner .form-search .tab-content .select{
        margin-top: 10px;
    }

    .banner .form-search{
        bottom: 20px;
        display: none;
    }

    .banner .wrap-img {
        padding-bottom: 55%;
    }

    .title-sec{
        font-size: 18px;
    }

    .posted-news .see-more{
        display: none;
    }

    .real-estate{
        padding: 15px 0;
    }

    .for-you,
    .posted-news{
        padding: 0px 0 30px;
    }

    .hot-news {
        padding-bottom: 10px;
    }

    .real-estate .categories-row{
        gap: 10px;
    }

    .real-estate .category-card img{
        width: 45px;
        height: 45px;
    }

    .real-estate .category-card{
        padding: 10px;
    }

    .real-estate .category-card .category-title {
        font-size: 12px;
    }

    .real-estate .promo-card .promo-title {
        padding: 10px 10px;
        font-size: 14px;
    }

    .real-estate .content-right{
        grid-template-columns: 100%;
    }

    .real-estate .content-right .city-card {
        height: 120px;
    }

    .real-estate .content-right .hanoi-card {
        height: 230px;
    }

    .news-under-banner .tab-buttons {
        overflow-x: auto;
        white-space: nowrap;
    }

    .news-under-banner .news-sidebar .item .title,
    .news-under-banner .news-main .content .title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .news-under-banner {
        margin-bottom: 30px;
        padding-top: 20px;
    }

    .real-estate .categories-row {
        display: none;
    }

    .real-estate.under-banner {
        display: block;
        padding-bottom: 0px;
    }

    .real-estate.under-banner .categories-row {
        margin-bottom: 0;
        display: flex;
    }

    .for-you .tab-content .clm,
    .hot-news .clm {
        padding: 0 10px;
    }

    .for-you .tab-content .row,
    .hot-news .row {
        margin: 0 -10px
    }

    .posted-news .slick-slide {
        margin: 0 5px 5px;
    }

    .posted-news .slick-list {
        margin: 0;
    }
}
