﻿.home-project-container h3.p-title-cate:before {
    display: none;
}

.home-project-container h3.p-title-cate {
    font-size: 33px;
}

.title-project-child-item h4 {
    font-family: 'Oswald-Medium';
    margin: 0;
    color: #111;
    font-size: 26px;
    font-weight: normal;
    line-height: 1.2;
    text-transform: uppercase;
}

.home-project-list {
    overflow: hidden;
}

.title-project-child-item {
    margin-top: 58px;
}

.full-project-item-childd:nth-child(3) {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 58px;
    margin-top: 58px;
    background: #dcdcdc;
}

.home-project-container > span {
    width: 100%;
    text-align: left;
    font-style: normal;
}

.home-project.project-list-childd {
    padding-top: 45px;
    background: #eaf4e5;
    padding-bottom: 55px;
}

.footer {
    background: #eaf4e5;
}

.item-project-h-child .content-project-img-h {
    position: unset;
    text-align: left;
    width: 100%;
    border-radius: 0;
    padding: 20px 15px;
}

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

.item-project-h-child .content-project-img-h:before {
    display: none;
}

.item-project-h-child .w-title-top-address-h {
    text-align: left;
}

.item-project-h-child .content-project-img-h h6 {
    text-align: left;
}

.item-project-h-child .infor-item-project-home span {
    text-align: left;
    font-size: 16px;
    border-top: 1px solid #d5d5d5;
    padding-top: 8px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.item-project-h-child .w-title-top-address-h h3 {
    font-size: 20px;
}

.item-project-h-child .content-project-img-h .p-btn-link {
    float: left;
}

.btn-prev.btn-item.flex-center {
    width: max-content;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 0 50px 50px 0;
    pointer-events: all;
    border: 1px solid #fff;
    background: linear-gradient(90deg, #FFA418 -1.66%, #FBCD00 102.72%);
    box-shadow: 0px 4px 4px 0px rgba(7, 37, 130, 0.38);
}

.btn-next.btn-item.flex-center {
    width: max-content;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 50px 0 0 50px;
    pointer-events: all;
    border: 1px solid #fff;
    background: linear-gradient(90deg, #FFA418 -1.66%, #FBCD00 102.72%);
    box-shadow: 0px 4px 4px 0px rgba(7, 37, 130, 0.38);
}

.btn .btn-prev.btn-item.flex-center img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    width: 16px;
    height: auto;
}

.btn .btn-next.btn-item.flex-center img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    width: 16px;
    height: auto;
}

.btn .btn-prev.btn-item.flex-center:hover img {
    filter: brightness(0);
    -webkit-filter: brightness(0);
}

.liat-h-project-child {
    position: relative;
}

    .liat-h-project-child .btn {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        pointer-events: none;
    }

a.home-project-item {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    transition: all .2s ease-in-out;
    background: #fff;
    padding: 15px;
    border-radius: 12px;
}

.item-project-img-h.img-item-l-project-hh {
    z-index: 0;
}

.btn .btn-prev.btn-item.flex-center:hover {
    background: #fff;
}

.btn .btn-next.btn-item.flex-center:hover img {
    filter: brightness(0);
    -webkit-filter: brightness(0);
}

.btn .btn-next.btn-item.flex-center:hover {
    background: #fff;
}

@media (min-width: 1024px) and (max-width: 1220px) {
}

@media(max-width:1023px) {
    .home-project-container h3.p-title-cate {
        font-size: 19px;
        text-align: center;
    }

    .title-project-child-item h4 {
        font-size: 20px;
    }
}

@media(max-width:739px) {
    .title-project-child-item {
        margin-top: 34px;
    }

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