
    /* Showcase */
    .showcase-content {
        grid-template-columns: 1fr;
        width: 100% !important;
        padding: 0 3% 0 !important;
        margin: 0 !important;
    }
    .showcase-info p {
		width: 94%;
        text-align: justify;
    }
        .box1 {
        flex-direction: column-reverse;
    }

        .box1 .left, .box1 .right {
            width: 100%;
            padding-top: 50px;
        }
	.showcase-image {
		padding: 0 3%;
	}
    .projects, .why-choose-us, .news {
        padding: 50px 0;
    }

    /* projects */
    .project-grid {
        display: block;
    }

    .project-card:not(:last-child) {
        margin-bottom: 20px;
    }
    /* Why Choose Us */
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* News Section */
    .news-slider .news-item {
        margin: 15px 10px !important;
        max-width: 100% !important;
    }

    .news_slider_container {
        padding: 0;
    }

    .slick-current {
        transform: none;
    }

    .top_new {
        height: 220px;
    }

    .news-content {
        padding: 15px;
    }

    .news .container {
        padding-left: 0;
        padding-right: 0;
    }

    /* Đảm bảo slider căn giữa và các slide có khoảng cách đều */
    .news-slider .slick-list {
        padding: 0 !important;
        margin: 20px 0 !important;
    }

    /* Partners & Showcase */
    .partners-grid {
        margin-bottom: 30px;
        width: 100%;
    }

    .logo-arrangement {
        overflow: hidden;
        height: 350px;
    }
    /* FIX: Chặn logo tràn ra ngoài trên mobile */
    .logo_main {
        height: 350px;
        width: 360px;
    }

    .showcase-property {
        height: auto;
    }

    .property-image-container {
        position: static;
        width: 100%;
        border: none;
    }

    .featured-property {
        height: 250px;
    }

    .nav-arrow {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    /* Footer */
    .footer-content {
		flex-wrap: wrap;
    }

    .footer-logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-center h4, .footer-right h4 {
        margin-bottom: 10px;
    }

    .footer-right input {
        /* padding: 20px; */
		        width: 90%;
    }

    .newsletter-btn {
        width: 100%;
    }

    /* Slick Slider Adjustments */
    /* .slick-slide { padding: 0 5px; } */



    /* container_test */
    .container_test {
        display: flex;
        flex-direction: row;
    }

    .box_left {
        width: 100% !important;
    }

    .box_right {
        display: none;
    }

    .logo-arrangement {
        height: 100% !important;
    }

    .logo_main {
        top: -20% !important;
        transform: scale(0.6);
        max-width: 100% !important;
        right: -40px !important;
    }

    .property-image-container {
        left: unset !important;
        transform: scale(0.55);
        top: 40% !important;
    }
	.f1,.f2,.f3,.f4{
		width:100%;
	}
}


/* Phones (480px và nhỏ hơn) */
@media screen and (max-width: 480px) {
    /* Hero */
    .hero .hero_ttl {
        /*font-size: 1.8rem;*/
		font-size: 22px;
        line-height: 1.4;
    }

    .hero p {
        font-size: 0.95rem;
    }

    .hero-cta {
        width: 100%;
        font-size: 14px;
        padding: 12px;
    }

    /* Header */
    /* .nav ul { gap: 10px; } */

    /* Search Bar */
    .search-bar {
        flex-direction: column;
    }

    .search-select select {
        padding: 10px 15px;
        background-position: right 15px center;
    }

    .search-bar .search-btn {
        width: 100%;
        border-radius: 0 0 10px 10px;
        padding: 12px;
    }

    /* Why Choose Us */
    .feature-card {
        border-radius: 10px;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    /* Projects */
    .project-info h3 {
        font-size: 1.1rem;
    }

    /* News Section */
    /* .news-item { width: 90% !important; max-width: 300px; margin: 20px auto !important; } */

    .top_new {
        height: 180px;
    }

    .news-content h3 {
        font-size: 1rem;
    }

    .news-content p {
        font-size: 0.85rem;
        -webkit-line-clamp: 3;
    }
    /* .view-all { width: 90%; } */

    /* Partners & Showcase */
    .logo-card {
        height: 60px;
        width: 60px;
    }

    .featured-property {
        height: 200px;
    }

    /* Footer */
    .footer-content {
        grid-template-columns: 1fr;
    }
	.form_contact #contact-form {
		width:100%;
	}
	.idx_des {
		font-size: 16px;
	}
}


.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.modal-content {
    position: relative;
    width: 80%;
    max-width: 800px;
    background: #000;
}

.close {
    position: absolute;
    top: -30px;
    right: 0;
    color: white;
    font-size: 30px;
    cursor: pointer;
}

/* test */
.property-image-container {
    position: absolute;
    top: 15%;
    left: 20px;
    border-radius: 20% 0 20%;
    width: 590px;
}

.logo_main {
    max-width: 900px;
    width: 600px;
    height: 500px;
    position: relative;
}

.logo-arrangement {
    /* width: 100%; */
    flex: 1;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners-showcase {
    background: #f8f9fa;
}

.logo_main {
    top: 20px;
    right: 270px;
    max-width: 900px;
    width: 900px;
    height: 500px;
    position: relative;
}

.featured-property {
    width: 100%;
    max-width: 590px;
    height: 475px;
    object-fit: cover;
    display: block;
    border-radius: 20% 0 20%;
    border: 10px solid #fff;
}



.logo-arrangement .logo-card:nth-child(1) {
    height: 122px;
    width: 82.53px;
    top: 53%;
    left: 7%;
    transform: translate(0, -50%);
}

.logo-arrangement .logo-card:nth-child(2) {
    height: 159px;
    width: 107.56px;
    top: 35%;
    left: 23.5%;
    transform: translate(-50%, -50%);
}

.logo-arrangement .logo-card:nth-child(3) {
    height: 159px;
    width: 107.56px;
    top: 69.1%;
    left: 23.5%;
    transform: translate(-50%, -50%);
}

.logo-arrangement .logo-card:nth-child(4) {
    height: 218px;
    width: 148px;
    top: -1.9%;
    left: 39%;
    transform: translate(-50%, 0);
}

.logo-arrangement .logo-card:nth-child(5) {
    height: 148px;
    width: 218px;
    top: 59%;
    left: 42.8%;
    transform: translate(-50%, -50%);
}

.logo-arrangement .logo-card:nth-child(6) {
    height: 122px;
    width: 82.53px;
    top: 88.1%;
    left: 35.3%;
    transform: translate(-50%, -50%);
}

.logo-arrangement .logo-card:nth-child(7) {
    height: 159px;
    width: 107.56px;
    top: 25.9%;
    left: 54.4%;
    transform: translate(-50%, -50%);
}

.logo-arrangement .logo-card:nth-child(8) {
    height: 148px;
    width: 100px;
    top: 59%;
    left: 61.6%;
    transform: translate(-50%, -50%);
}

.logo-arrangement .logo-card:nth-child(9) {
    height: 90px;
    width: 133.33px;
    top: 84.9%;
    left: 48.5%;
    transform: translate(-50%, -50%);
}

.logo-arrangement .logo-card:nth-child(10) {
    height: 122px;
    width: 82.53px;
    top: 58.5%;
    left: 72.9%;
    transform: translate(-50%, -50%);
}

/* Statistics Section */
.statistics {
    position: relative;
    height: 319px;
    overflow: hidden;
}

.statistics-background {
    position: absolute;
    inset: 0;
    background: url("/assets/images/bg_s2.png") center/cover no-repeat;
}

.statistics-overlay {
    position: absolute;
    inset: 0;
    background: rgba(193, 39, 46, 0.7);
}

.statistics-content {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 1rem;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 4rem;
    max-width: 6xl;
    width: 100%;
}

.stat-item {
    text-align: center;
}

.stat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.building-icon {
    width: 48px;
    height: 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
}

.building-part {
    width: 12px;
    height: 23px;
    background: #fff;
    border-radius: 20px 20px 0 0;
    border: 1px solid #fff;
}

    .building-part:first-child {
        transform: rotate(-90deg);
    }

.stat-number {
    font-family: "Pathway Extreme", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: clamp(3rem, 8vw, 100px);
    margin-bottom: 0.5rem;
}

.stat-label {
    font-family: "Pathway Extreme", sans-serif;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.stat-line {
    width: 173px;
    height: 1px;
    background: #fff;
    margin: 1rem auto 0;
}

/* Vision Section */
.vision-section {
    padding: 4rem 0;
    background: #fff;
}

.vision-flex, .mission-flex {
    min-height: 600px;
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
}

.vision-content {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.vision-card {
    position: relative;
}

.card-shadow {
    position: absolute;
    top: 5px;
    left: -8px;
    width: 100%;
    height: 98%;
    background: var(--mcolor);
    border-radius: 20px;
}

.mission-card .card-shadow {
    left: 8px;
}

.card-main {
    position: relative;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 27px -7px rgba(0, 0, 0, 0.25);
    padding: 3rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .card-main li {
        font-family: "Inter", sans-serif;
        color: #666;
        font-size: 18px;
        line-height: 1.67;
        margin-bottom: 15px;
    }

    .card-main ul {
        list-style: none;
        padding-left: 1.5em;
    }

    .card-main li {
        position: relative;
    }

        .card-main li::before {
            content: "•";
            color: var(--primary-color);
            font-size: 35px;
            position: absolute;
            top: -15px;
            left: -25px;
        }

.mission li::before {
    right: -25px;
}

.vision-item {
    display: flex;
    align-items: flex-start;
    /* gap: 1.5rem; */
}

    .vision-item .red-dot {
        margin: 10px;
        flex-shrink: 0;
    }

    .vision-item p {
        font-family: "Inter", sans-serif;
        color: #666;
        font-size: 18px;
        line-height: 1.67;
    }

.vision-image {
    height: 100%;
}

.vision-image, .mission-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 0 15% 0 15%;
    border: none;
}

    .vision-image img, .mission-image img {
        width: 100%;
        object-fit: cover;
    }

/* Mission Section */
.mission-section {
    padding: 0 0 4rem;
    background: #fff;
}


.mission-content {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.section-title-left {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
}

.section-title-right {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 0.75rem;
}

    .section-title-right h2 {
        font-family: "Pathway Extreme", sans-serif;
        color: #000;
        font-size: clamp(1.5rem, 4vw, 42px);
        font-weight: 500;
        text-transform: uppercase;
        text-align: right;
    }

.mission-card {
    position: relative;
}

.mission-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    /* gap: 1.5rem; */
}

    .mission-item p {
        font-family: "Inter", sans-serif;
        color: #666;
        font-size: 18px;
        line-height: 1.67;
        text-align: right;
    }

    .mission-item .red-dot {
        margin: 10px;
        flex-shrink: 0;
    }


/* Team Section */
.team-section {
    padding: 4rem 0;
    background: #fff;
}

.team-header {
    text-align: center;
    margin-bottom: 50px;
}

    .team-header .section-title-center h2 {
        color: #000;
    }

.team-content {
    position: relative;
    /* min-height: 700px; */
}

.team-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 394px;
    width: 100%;
    background: url("/assets/images/bg_team.png") center/100% 100% no-repeat;
    /* border-radius: 8px 8px 0 0; */
}

.team-image {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
}

    .team-image img {
        width: 100%;
        max-width: 1018px;
		/* height: 500px; */
		object-fit: cover;
		/* border: 15px solid #fff;
        border-radius: 100px 0 100px 0; /* Sử dụng giá trị pixel cố định */
        overflow: hidden; /* Đảm bảo nội dung không tràn ra ngoài border-radius */
    }

.team-description {
    position: relative;
	/*top: -8rem; */
    margin-top: -8rem;
    left: 0;
    right: 0;
    padding: 10rem 4rem 2rem;
    text-align: center;
	background: url(/assets/images/bg_team.png) center / 100% 100% no-repeat;
}

    .team-description p {
		font-family: "Pathway Extreme", sans-serif;
		color: #fff;
		font-size: 18px;
		text-align: start;
		font-weight: 500;
		margin-bottom: 10px;
		margin-top: 0;
		line-height: 1.5;
    }

/* Business Areas Section */
.business-areas {
    padding: 0 0 50px;
    background: #fff;
}

.business-header {
    text-align: center;
    margin-bottom: 50px;
}

    .business-header .section-title-center h2 {
        color: #000;
    }

.business-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 3px;
}

.business-card {
    position: relative;
}

    .business-card:hover {
        .business-overlay

{
    /* mờ dần */
    opacity: 0.1;
    transition: opacity 0.3s ease-in-out;
}

}

.business-image {
    position: relative;
    height: 550px;
    overflow: hidden;
}

    .business-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.business-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.47);
}

.business-number {
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-family: "Pathway Extreme", sans-serif;
    font-weight: 700;
    font-size: 60px;
    color: transparent;
    -webkit-text-stroke: 1px white;
}

.business-title {
    position: absolute;
    bottom: 5rem;
    left: 1rem;
    right: 1rem;
    font-family: "Pathway Extreme", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 24px;
}

.business-footer {
    position: relative;
    height: 55px;
    background: #db575d;
    display: flex;
    align-items: center;
}

    .business-footer.active {
        background: #c1272e;
    }

.business-btn-bg {
    position: absolute;
    inset: 0;
    background: inherit;
}

.business-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 52px;
    height: 55px;
    background: #c1272e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.business-text {
    position: absolute;
    top: 0;
    left: 1rem;
    height: 55px;
    display: flex;
    align-items: center;
    font-family: "Pathway Extreme", sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 768px) {
    /* .business-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    } */

    /* vison , mission */
    .vision-flex {
        flex-direction: column;
    }

    .mission-flex {
        flex-direction: column-reverse;
    }

    .vision-content, .mission-content {
        width: 100% !important;
    }

    /* team */
    .team-description {
        padding: 10px 25px;
        top: 0;
        margin-top: 0;
        border-radius: 0 !important;
    }

        .team-description p {
			font-size: 14px;
            display: -webkit-box;
            -webkit-line-clamp: 7;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

    /* project */
    .grid-project {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .about-main-image {
        padding: 20% 3% 15%;
    }

    .about-main-image {
        /* height: 100%; */
        padding: 10% 0 15% 0;
    }

        .about-main-image .img_1 {
            width: 80% !important;
        }

    .experience-badge {
        padding-bottom: 40%;
        top: 65%;
    }

    .logo-overlay {
		width: 130px;
        height: 130px;
        top: -30px;
        left: 3%;
    }
    .box1 .left{
        padding-bottom:50px;
        padding-top:0;
    }
    .statistics {
        padding: 50px 0;
    }

    .statistics, .statistics-content {
        height: auto !important;
    }
}