.section_customer{
    background-color: #264ABC;
    margin-bottom: 80px;
}
.custom-project-wrapper {
    max-width: 1280px;
    /* margin: 0 auto; */
    display: flex;
    background-color: #fff;
    font-family: 'Lexend Deca', sans-serif;
    overflow: hidden;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 80px;
}
.custom-project-bg {
    background-color: #264ABC;
    padding: 0px;
    height: 700px;
    margin: 0 auto;
    /* width: 1440px; */
}

.custom-project-slider {
    flex: 1;
    min-width: 50%;
    overflow: hidden;
}

.custom-project-slider .swiper {
    width: 100%;
    height: 100%; /* Quan trọng */
}

.custom-project-slider .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.custom-project-slider .swiper-slide {
    width: 100%;
    height: auto;  /* Không dùng 100% */
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-project-slider .swiper-slide img {
    width: 100%;
    height: 100% !important;  /* Fix triệt để */
    display: block;
    object-fit: cover;
    max-height: 100%; /* Chống ảnh quá dài */
}


.custom-project-content {
    flex: 1;
    margin-left: 50px;
    background-color: #264ABC;
    color: white;
    padding: 60px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}

.custom-project-content .custom-small-title {
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 1px;
    color: #fff;
}

.custom-project-content h2 {
    font-size: 44px;
    line-height: 48px;
    font-weight: 400;
    margin: 0;
    color: #fff;
    max-width: 3000px;
    word-break: break-word;
    max-width: 300px;
    text-transform: none;
}

.custom-project-content .custom-title {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.9;
    max-width: 420px;
    margin-bottom: 41px;
}

.custom-project-content a.custom-cta-button {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: 'Lexend Deca', sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    display: inline-block;
    padding: 4px 0px;
    width: fit-content;
    margin-top: 41px;
    border-radius: 4px;
    transition: color 0.3s ease;
    overflow: hidden;
    background-color: none !important;
}
.custom-cta-button img{
    width: 25px;
    height: 25px;
    vertical-align: bottom;
    transform: translateY(0px);
    margin-left: 5px;
}




.custom-project-content a.custom-cta-button:hover {
    color: #ffffff;
}

@keyframes custom-lineSwipe {
    0% {
        transform: scaleX(1);
        transform-origin: left;
    }
    50% {
        transform: scaleX(0);
        transform-origin: left;
    }
    51% {
        transform: scaleX(0);
        transform-origin: right;
    }
    100% {
        transform: scaleX(1);
        transform-origin: right;
    }
}

.custom-project-slider .swiper-wrapper {
    cursor: grab;
}
.custom-project-slider .swiper-wrapper:active {
    cursor: grabbing;
}
@media (min-width: 768px) and (max-width: 1024px){
.custom-project-content {
    flex: 1;
    margin-left: 0px;
    background-color: #264ABC;
    color: white;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}
.custom-project-wrapper {
    max-width: 1280px;
    /* margin: 0 auto; */
    display: flex;
    background-color: #fff;
    font-family: 'Lexend Deca', sans-serif;
    overflow: hidden;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}
}

@media screen and (max-width: 767px) {
    .custom-project-wrapper {
        flex-direction: column;
        box-shadow: none;
        margin-bottom: 0px;
        margin-top: 20px;
    }

    .custom-project-slider img {
        width: 100% !important;
        height: auto !important;
        max-height: 400px;
    }
    .custom-project-content {
        padding: 0px 24px;
        gap: 20px;
        align-items: flex-start;
        margin-left: 0px;
        /* max-height: 350px; */
    }
    .custom-project-content h2{
        font-size: 25px;
        line-height: 28px;
        max-width: 200px;
    }

    .custom-project-content .custom-small-title {
        font-size: 16px !important;

    }

    .custom-project-content a.custom-cta-button {
        margin-top:0px;
        font-size: 13px;
        padding: 0px 0px;
        letter-spacing: 2px;
        font-family: 'Lexend Deca', sans-serif;
    }
    .custom-project-slider .swiper-slide img {
        width: 100%;
        height: 273px !important;
        display: block;
        object-fit: cover;
        max-height: 100%;
    }
    .custom-project-content .custom-title {
        font-size: 16px;
        font-family: 'Lexend Deca', sans-serif;
        font-weight: 400;
        line-height: 22px;
        max-width: 420px;
        margin-bottom: 0px;
        letter-spacing: 0%;
    }
    .custom-project-content h2 p{
        margin: 0px 0px;
    }
}
@media screen and (max-width: 431px){
.custom-project-slider .swiper-slide img {
        width: 100%;
        height: 360px !important;
        display: block;
        object-fit: cover;
        max-height: 100%;
    }
     .custom-project-content .custom-small-title {
        font-size: 16px !important;
        /* margin-top: 56px; */

    }
    .section_customer{
    background-color: #264ABC;
    margin-bottom: 0px;
    }
    .custom-project-content {
        padding: 40px 20px;
        gap: 20px;
        align-items: flex-start;
        margin-left: 0px;
        /* max-height: 428px; */
        /* margin: -35px 0 -65px; */
    }
}
@media screen and (max-width: 415px) {
    .custom-project-wrapper {
        flex-direction: column;
        box-shadow: none;
        margin-bottom: 0px;
        margin-top: 20px;
    }

    .custom-project-slider img {
        width: 100% !important;
        height: auto !important;
        max-height: 400px;
    }

    .custom-project-content {
        padding: 40px 20px;
        gap: 20px;
        align-items: flex-start;
        margin-left: 0px;
        /* padding-top: 40px; */
        /* max-height: 428px; */
        /* margin: -35px 0 -65px; */
    }
    .custom-project-content h2{
        font-size: 25px;
        line-height: 28px;
        max-width: 200px;
    }

    .custom-project-content .custom-small-title {
        font-size: 16px !important;
        /* margin-top: 56px; */

    }

    .custom-project-content a.custom-cta-button {
        margin-top:0px;
        font-size: 13px;
        padding: 0px 0px;
        letter-spacing: 2px;
        font-family: 'Lexend Deca', sans-serif;
    }
    .custom-project-slider .swiper-slide img {
        width: 100%;
        height: 330px !important;
        display: block;
        object-fit: cover;
        max-height: 100%;
    }
    .custom-project-content .custom-title {
        font-size: 16px;
        font-family: 'Lexend Deca', sans-serif;
        font-weight: 400;
        line-height: 22px;
        max-width: 420px;
        margin-bottom: 0px;
        letter-spacing: 0%;
    }
    .custom-project-content h2 p{
        margin: 0px 0px;
    }
}



