﻿.section {
    padding: 60px 0;
}
.about {
	padding: 60px 0;
}
.about_content h2 {
	font-weight: 600;
    font-size: 44px;
    color: var(--white);
    margin-bottom: 20px;
    text-align: start;
}
.about_content {
	font-size: 18px;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 30px;
}
.section-title {
    font-size: 40px;
    font-weight: bold;
    text-align: start;
    margin-bottom: 40px;
    /* color: #333; */
}

.section-content {
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 30px;
}
/* Mission Vision Values */
.mvv-section {
    /* background: url(/assets/images/bg_ab1.png); */
    background-size: cover;
    background-position: center;
    color: white;
    position: relative;
}

    .mvv-section::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #0F1E34;
    }

.mvv-section {
}

.mvv-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.mvv-card {
    background: linear-gradient(180deg, rgb(255 255 255 / 5%) 100%, var(#0F1E34) 0);
    background: linear-gradient( to bottom, rgba(255, 255, 255, 0.05) 0%, /* 5% opacity */
    rgba(255, 255, 255, 0) 100% /* 0% opacity */
    );
    border-radius: 30px;
    padding: 40px 30px;
    text-align: center;
    /*backdrop-filter: blur(10px);*/
}

.mvv-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .mvv-icon img {
        width: 50px;
        height: 50px;
    }

.mvv-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
}

    .mvv-title::after {
        content: "";
        width: 100px;
        height: 2px;
        background: white;
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
    }

.mvv-content {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 30px;
    text-align: start;
}

    .mvv-content ul li {
        list-style: disc;
        margin-left: 25px;
        font-size: 18px;
        margin-bottom: 7px;
        line-height: 1.5;
    }

        .mvv-content ul li::marker {
            color: #ffff00;
        }

    .mvv-content strong {
        color: #ffff00;
        font-weight: bold;
    }

/* Partners Section */
.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 20px;
    margin-bottom: 60px;
}
.partners-grid p {
	margin: 0;
}
.partner-logo {
    background: white;
    border: 1px solid #ebebeb;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .partner-logo:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

    .partner-logo img {
        max-width: 100%;
        max-height: 60px;
        object-fit: contain;
    }

/* Project Showcase */
.project-showcase {
    margin: 80px 0;
}

    .project-showcase img {
        width: 100%;
        height: auto;
        border-radius: 20px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    }


/* Certificates Section */
.certificates-section {
    background: url("/assets/images/bg_chungnhan.png");
    background-size: cover;
    background-position: center;
    color: white;
    position: relative;
}
/*.certificates-section::before {
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}*/
.certificates-content {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}

.certificates-text {
    width: 1366px;
    margin: 0 auto;
	padding: 0px 20px;
}

.certificates_txt {
    width: calc(100% - 740px);
}

.certificates-text p {
    font-size: 18px;
    text-align: justify;
}

.container-right {
    width: 850px;
    background: #0a1d3a;
    margin: 0 0 0 auto;
}

.certificates-text h2 {
    font-size: 42px;
    margin-bottom: 30px;
    font-weight: bold;
}

.certificates-images {
    display: flex;
    gap: 30px;
    justify-content: center;
}

    .certificates-images p, .certificates-images a {
        margin: 0;
    }

    .certificates-images img {
        height: auto;
        border-radius: 20px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
        padding: 0 0 0 20px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.download-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: #2858a4;
    color: white;
    padding: 15px 30px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    /* margin-top: 40px; */
    transition: all 0.3s ease;
}

    .download-btn:hover {
        background: #1e4080;
        transform: translateY(-3px);
    }

/* Quote Section */
.quote-section {
    text-align: center;
    padding: 100px 0;
}

.quote-mark {
    /* font-family: "PT Serif Caption", serif; */
    /* font-size: 200px; */
    /* color: #2858a4; */
    /* line-height: 0.5; */
    /* margin-bottom: 40px; */
}

.quote-text {
    font-size: 30px;
    line-height: 1.6;
    color: #333;
    max-width: 820px;
    /* margin: 0 auto; */
    text-align: start;
}

.certificates-images .slick-arrow {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 122px;
    margin-top: -55px;
    background-color: rgb(255 255 255 / 0%);
    background-position: center;
    background-size: 36px;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    outline: 0;
    border: 0;
    font-size: 0;
    z-index: 2;
    cursor: pointer;
}

.certificates-images .slick-prev {
    background-image: url(/assets/images/arrown_prev.png);
    left: -105px;
}

.stat-description {
    font-size: 24px;
}
.section-content p {
    font-size:24px;
}
.about section-title {
    font-size: 60px;
}
.portfolio-grid2 {
	display: block;
	margin: 0 -10px 0;
	padding: 20px 0 0;
}
.portfolio-grid2 .portfolio-card {
	margin: 10px 10px 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
}
.portfolio-grid2 .portfolio-image {
    border-radius: 10px;
	overflow: hidden;
}
.portfolio-grid2 .portfolio-info {
	padding: 20px 0;
}

.portfolio-grid2 .slick-arrow {
	position: absolute;
	z-index: 10;
	width: 30px;
	height: 30px;
	border: none;
	text-indent: -5000000px;
	transition: all 0.5s ease;
	outline: none;
	cursor: pointer;
	top: calc(50% - 50px);
	border-radius: 50%;
}
.portfolio-grid2 .slick-prev {
	background: url(/assets/images/ico_pre.svg) no-repeat;
	background-size: 100%;
	left: -30px;
}
.portfolio-grid2 .slick-next {
	background: url(/assets/images/ico_next.svg) no-repeat;
	background-size: 100%;
	right: -30px;
}

@media (max-width: 1600px) {
	.certificates-text {
		padding: 0px 50px;
	}
	.container-right {
		width: 750px;
	}
}
@media (max-width: 768px) {
    .section {
        padding: 30px 0;
    }
	.section-content {
		font-size: 16px;
	}
	.section-content p {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.section-content {
		margin-bottom: 40px;
	}
	.image-frame {
		border-radius: 20px;
		padding: 10px;
	}
	.image-frame img {
		border-radius: 20px;
	}
    .partners-grid {
        grid-template-columns: repeat(3, minmax(100px, 1fr));
    }

    .certificates-text, .container-right {
        width: 100%;
		padding: 0 15px;
    }
	.download-btn {
		margin: 0 0 30px;
	}
	    
    .quote-mark {
        width: 35px;
    }

    .quote-text {
        font-size: 18px;
        max-width: 70%;
    }

    .certificates-content {
        flex-wrap: wrap;
		position: relative;
    }
	.certificates_txt {
		width: 100%;
	}
	.certificates-text h2 {
		font-size: 33px;
		margin-bottom: 30px;
		font-weight: 600;
	}
	.portfolio-grid2 .slick-arrow {
		top: calc(50% - 40px);
	}
	.portfolio-grid2 .slick-next {
		right: 0;
	}
	.portfolio-grid2 .slick-prev {
		left: 0;
	}
}
