﻿p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 0;
	color: #666;
}
h2 {
    font-size: 42px;
    font-weight: 500;
}
 /* Property Showcase */
.property-showcase {
    padding: 0;
    background: white;
}

    .property-showcase .box1 {
        /*max-width: 100% !important;*/
    }

.box1 {
    /*margin: 0 !important;*/
    padding: 0 !important;
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .box1 .left {
        width: 50%;
    }

.cover_left {
    width: 100%;
    height: 100%;
    /* padding: 18% 0 10% 0; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.experience-badge {
    position: absolute;
    padding-bottom: 30%;
    left: 0;
    top: 60%;
    transform: translateY(-50%) rotate(-90deg);
    display: flex;
    align-items: center;
    gap: 1rem;
}

.experience-number {
    font-family: "Pathway Extreme", sans-serif;
    font-weight: 700;
    color: var(--mcolor);
    font-size: clamp(3rem, 8vw, 96px);
    text-transform: uppercase;
}

.experience-text {
    font-family: "Pathway Extreme", sans-serif;
    font-weight: 700;
    color: #000;
    font-size: clamp(1.5rem, 4vw, 36px);
    text-transform: uppercase;
    line-height: 1.25;
}

.logo-overlay {
    position: absolute;
    top: 4%;
    left: 10%;
    width: 240px;
    height: 240px;
    border-radius: 10%;
    /*background: url(/assets/images//bg_over1.png) center center/cover no-repeat;*/
}

    .logo-overlay .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.616);
        border-radius: 10%;
        z-index: 1;
    }

    .logo-overlay .logo-overlay-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 150px;
        height: 100px;
        background: url(/assets/images//logo_pro.png) center center/cover no-repeat;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }


.box1 .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box1 .right {
    width: 50%;
    background: url(/assets/images//bg_s1.png) center center/cover no-repeat;
	text-align: start;
}

    .box1 .right .showcase-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* height: 100%; 
		width: 100%;*/
        padding: 5% 0 0 5%;
        margin: 5% 0 0;
    }
.badge {
    background: var(--mcolor);
    color: white;
    padding: 8px 24px;
    border-radius: 20px;
    font-size: 0.9rem;
}

.showcase-info h2 {
    margin: 40px 0;
    color: #333;
    line-height: 1.2;
}

.about-image-side {
    position: relative;
    margin: 0 0 0 auto;
    height: 100%;
}

.about-main-image {
    height: 100%;
    padding: 10% 0 5% 0;
}

    .about-main-image .img_1 {
        /*width: 65% !important;*/
        object-fit: cover !important;
        float: right;
        border-radius: 36px;
    }

.showcase-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.showcase-image {
    height: 100%;
}

.badge {
    background: var(--mcolor);
    color: white;
    padding: 8px 24px;
    border-radius: 20px;
    font-size: 0.9rem;
}

.showcase-info h2 {
    margin: 40px 0;
    color: #333;
    line-height: 1.2;
}

.showcase-info p {
    line-height: 30px;
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
    /*width: 75%;*/
}

.info_bottom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
/* Statistics Section */
.statistics {
    position: relative;
    padding: 60px 0;
    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: rgb(17 100 51 / 70%);
}

.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 {
    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: 60px 0 30px;
    background: #fff;
}

.vision-flex, .mission-flex {
	padding: 30px 0;
    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 {
    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(--scolor);
    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: 30px 0;
	/* background: #ededed; */
}


.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 {
        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 {
        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: 30px 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: var(--mcolor);
}

.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;
}


@media screen and (max-width: 768px) {
	/* 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;
    }
	.about-main-image .img_1 {
		width: 80% !important;
	}
	.about-main-image {
		padding: 10% 0 15% 0;
	}
	.cover_left {
		padding-bottom: 60px;
	}
	.experience-badge {
		padding-bottom: 30%;
		top: 65%;
	}
	.logo-overlay {
		width: 130px;
		height: 130px;
		top: -30px;
		left: 3%;
	}
	.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;
    }

	.team-description p {
		font-size: 14px;
		display: -webkit-box;
		-webkit-line-clamp: 7;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

}