﻿.home-project .grid.wide {
    padding: 0;
}

.top-project-home h6 {
    margin: 0;
    color: #FFF;
    font-family: 'Kanit-Light';
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
}

section.p-des-project {
    position: relative;
    color: #FFF;
    font-family: 'Kanit-SemiBold';
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 58px; /* 138.095% */
    width: 776px;
    padding-left: 35px;
}

    section.p-des-project:before {
        content: "";
        position: absolute;
        left: 0;
        top: 18px;
        width: 5px;
        height: 85px;
        background: var(--Linear, linear-gradient(195deg, #93D802 18.62%, #3DA608 88.39%));
    }

section.p-title-cate {
    color: #FFF;
    font-family: 'Kanit-SemiBold';
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 58px; /* 138.095% */
    width: 776px;
}

a.link-project-home:hover {
    background: #212F81;
    border: 1px solid #212F81;
    color: #fff;
}

a.link-project-home {
    width: max-content;
    height: max-content;
    padding: 11px 20px 14px 20px;
    border-radius: 7px;
    border: 1px solid #626262;
    background: #FFF;
    color: #626262;
    text-align: center;
    font-family: "NEUEPLAKTEXT-REGULAR";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 49px;
    transition: all .4s;
}

.title-link-project-top {
    display: flex;
    justify-content: space-between;
}

.home-project {
    background: url(/Design/img/SongThanh/DuAn/b1.png) no-repeat;
    background-size: cover;
    padding-top: 78px;
    padding-bottom: 90px;
    position: relative;
    z-index: 0;
}

.congsuat-top-address-h strong {
    color: #464646;
    font-family: 'KANIT-SEMIBOLD';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px; /* 145.833% */
    margin-right: 9px;
}

.congsuat-top-address-h span {
    font-family: 'KANIT-SEMIBOLD';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px; /* 145.833% */
    background: var(--Linear, linear-gradient(195deg, #93D802 18.62%, #3DA608 88.39%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.congsuat-top-address-h {
    margin-bottom: 12px;
    margin-top: 5px;
}

.liat-h-project {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 23px;
    row-gap: 23px;
}

.w-title-top-address-h h3 {
    margin: 0;
    color: #464646;
    font-family: 'KANIT-MEDIUM';
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px; /* 125% */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.item-project-h:hover .w-title-top-address-h h3 {
    color: #212f81;
}

.add-item-home span {
    color: #464646;
    font-family: 'KANIT-LIGHT';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.b-year-project-h span {
    color: #464646;
    font-family: 'KANIT-LIGHT';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
}

.content-project-img-h {
    padding: 27px 41px;
    border-radius: 5px;
    background: #FFF;
    position: absolute;
    bottom: -75px;
    left: 0;
    width: 83%;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.4s;
}

.item-project-h a {
    position: relative;
}

.shape-dotted {
    position: absolute;
    bottom: -21px;
    left: 284px;
    z-index: -1;
}

.item-project-h {
    transition: all ease 0.4s;
}

    .item-project-h:hover .content-project-img-h {
        opacity: 1;
        visibility: visible;
    }

.project-item-b-b {
    opacity: 0;
    visibility: hidden;
    margin-bottom: -100px;
    transition: all ease 0.4s;
    position: relative;
}

.item-project-h:hover .project-item-b-b {
    margin-bottom: 0;
    opacity: 1;
    visibility: visible;
}

.item-project-img-h {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.home-project-container {
    position: relative;
}

.item-project-img-h:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    border: 3px solid #93D802;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
    border-radius: 5px;
}

.item-project-h:hover .item-project-img-h:before {
    opacity: 1;
    visibility: visible;
}

.item-project-img-h img {
    width: 100%;
    height: 408px;
    border-radius: 5px;
    transition: all ease 0.4s;
    overflow: hidden;
}

.item-project-h:hover .item-project-img-h img {
    transform: scale(1.1);
}

.home-project-list {
    padding-top: 30px;
    overflow: hidden;
    padding-bottom: 85px;
    position: relative;
}

.cate-project-home-item h4 {
    margin: 0;
    color: #464646;
    font-family: 'KANIT-LIGHT';
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: capitalize;
}

.cate-project-home-item {
    margin-bottom: 3px;
}

.swiper-button-next.btn-next-project {
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    opacity: 1;
    top: auto;
    bottom: 0px;
    font-size: 20px;
    color: #93D802;
    width: 58.5px;
    height: 58.5px;
    background: #FFF;
    border: 2px solid #212F81;
    border-radius: 50%;
    text-shadow: unset;
}

.swiper-button-prev.btn-prev-project {
    display: flex;
    align-items: center;
    justify-content: center;
    left: auto;
    right: 70px;
    top: auto;
    bottom: 0px;
    opacity: 1;
    font-size: 20px;
    color: #93D802;
    width: 58.5px;
    height: 58.5px;
    background: #FFF;
    border: 2px solid #212F81;
    border-radius: 50%;
    text-shadow: unset;
}

    .swiper-button-prev.btn-prev-project:hover, .swiper-button-next.btn-next-project:hover {
        background: #212f81;
        color: #fff;
    }

@media (max-width: 1150px) {
    section.p-des-project {
        position: relative;
        color: #FFF;
        font-family: 'Kanit-SemiBold';
        font-size: 33px;
        font-style: normal;
        font-weight: 600;
        line-height: 41px;
        width: 648px;
        padding-left: 35px;
    }

        section.p-des-project:before {
            content: "";
            position: absolute;
            left: 0;
            top: 5px;
            width: 5px;
            height: 74px;
        }

    a.link-project-home {
        margin-top: 15px;
    }

    .w-title-top-address-h h3 {
        font-size: 20px;
        line-height: normal;
    }

    .home-project .grid.wide {
        padding: 0 10px;
    }

    .congsuat-top-address-h span {
        font-size: 20px;
    }

    .cate-project-home-item h4 {
        font-size: 16px;
    }

    .congsuat-top-address-h strong {
        font-size: 20px;
    }
}

@media(max-width:1023px) {
    .title-link-project-top {
        display: block;
    }

    section.p-des-project {
        width: 100%;
        font-size: 18px;
        line-height: normal;
        padding-left: 18px;
    }

    .top-project-home h6 {
        font-size: 21px;
        margin-bottom: 8px;
    }

    section.p-des-project:before {
        height: 46px;
    }

    a.link-project-home {
        padding: 9px 12px 12px 12px;
        font-size: 16px;
    }

    .item-project-img-h img {
        height: 265px;
    }

    .content-project-img-h {
        visibility: visible;
        opacity: 1;
        padding: 15px;
    }

    .w-title-top-address-h h3 {
        font-size: 16px;
    }

    .cate-project-home-item h4 {
        font-size: 15px;
    }

    .swiper-button-next.btn-next-project {
        bottom: 0;
        width: 48px;
        height: 48px;
    }

    .swiper-button-prev.btn-prev-project {
        bottom: 0;
        width: 48px;
        height: 48px;
    }

    .congsuat-top-address-h strong {
        font-size: 16px;
    }

    .congsuat-top-address-h span {
        font-size: 16px;
    }

    .home-project-list {
        padding-bottom: 168px;
    }

    .home-project {
        padding-bottom: 25px;
    }
}

@media(max-width:739px) {
}