﻿.home-du-an {
    padding-bottom: 53px;
    position: relative;
    background: #8080801a;
}

    .home-du-an .grid.wide {
        max-width: 1500px;
    }

.home-du-an-container {
    padding-top: 40px;
}

.home-du-an-title {
}

    .home-du-an-title h2 {
        @font-face {
            font-family: OswaB;
        src: url('../../assets/Font-t/Oswald/static/Oswald-Bold.ttf');
        }

        ;
        color: var(--default-color-1);
        font-family: 'OswaR';
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        margin: 0;
        position: relative;
    }






.prev-title.room-nav-title, .next-title.room-nav-title {
    display: none
}

.p-qwe-img:hover {
    color: #0e5e3c; /* Đậm hơn khi hover */
    transform: scale(1.01); /* phóng to nhẹ */
    /* text-decoration: underline; */ /* gạch chân khi hover */
}

.p-room-item {
}


    .p-room-item .p-room-img img {
    }

.aa-homesa {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.ahe-sadu {
}

    .ahe-sadu h2:before {
        content: "";
        position: absolute;
        height: 1px;
        background: var(--default-color-1);
        width: 100px;
        bottom: 10px;
        left: 115px;
    }

    .ahe-sadu h2 {
        font-family: 'OswaM';
        font-size: 42px;
        font-style: normal;
        font-weight: 500;
        line-height: 58px; /* 138.095% */
        text-transform: uppercase;
        position: relative;
        color: var(--default-color-1);
    }

.home-du-an-descript {
    width: 85%;
    color: #1C1D28;
    font-family: 'interR';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
}

    .home-du-an-descript span {
        display: block;
        width: 100%;
    }

.ahe-addu {
    width: 148px;
    height: 40.536px;
    flex-shrink: 0;
    border-radius: 42px;
    border: 1px solid #00A4DE;
    background: #FFF;
    transition: all 0.3s ease; /* Hiệu ứng mượt */
    display: none;
}

    .ahe-addu a {
        white-space: nowrap;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        color: #00A4DE;
        text-align: center;
        font-family: 'interR';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        transition: all 0.3s ease; /* Hiệu ứng mượt */
    }

    .ahe-addu:hover {
        background: #626262;
        border-color: #626262;
    }

        /* Hover cho text */
        .ahe-addu:hover a {
            color: #fff;
        }

.homeDuAnSwiper {
}

.btn {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: -76px;
    position: relative;
    z-index: 9;
}

.btn-prev:hover {
    background: #138853; /* nền xanh */
    border-color: #138853; /* border cùng màu */
    transform: scale(1.1); /* phóng to nhẹ */
}

    /* Đổi màu icon khi hover */
    .btn-prev:hover svg path {
        stroke: #fff; /* icon thành trắng */
    }

    /* Đổi màu chữ khi hover */
    .btn-prev:hover .prev-title {
        color: #fff;
    }

.btn-prev {
    width: 58.5px;
    height: 58.5px;
    flex-shrink: 0;
    border-radius: 50px;
    border: 2px solid #138853;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-next:hover {
    background: #138853; /* nền xanh */
    border-color: #138853; /* border cùng màu */
    transform: scale(1.1); /* phóng to nhẹ */
}

    /* Đổi màu icon khi hover */
    .btn-next:hover svg path {
        stroke: #fff; /* icon thành trắng */
    }

    /* Đổi màu chữ khi hover */
    .btn-next:hover .next-title {
        color: #fff;
    }

.btn-next {
    width: 58.5px;
    height: 58.5px;
    flex-shrink: 0;
    border-radius: 50px;
    border: 2px solid #138853;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn svg { /* position: relative; */ /* z-index: 9999; */
}

    .btn svg path {
    }

@media (max-width:739px) {
    .home-du-an {
        padding-bottom: 30px;
    }

        .home-du-an .grid.wide {
        }

    .home-du-an-container {
    padding-top: 9px;
    }

    .home-du-an-title {
    }

        .home-du-an-title h2 {
            font-size: 20px;
            padding-top: 14px;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
        }

    .aa-homesa {
        flex-direction: column;
        margin-top: -7px;
        padding-bottom: 22px;
    }

    .ahe-sadu {
    }

        .ahe-sadu h2 {
            font-size: 27px;
        }

    .home-du-an-descript {
        width: 100%;
    }

        .home-du-an-descript span {
            font-size: 13px;
            width: 100%;
            text-align: justify;
        }

    .ahe-addu {
        width: 100px;
        height: 35px;
        padding: 10px 13px;
        margin-top: 13px;
    }

        .ahe-addu a {
            font-size: 13px;
        }

    .homeDuAnSwiper {
    }

    .btn {
        justify-content: center;
        margin-top: 0;
        padding-top: 21px;
    }

    .btn-prev {
        width: 30px;
        height: 30px;
    }

    .btn-next {
        width: 30px;
        height: 30px;
    }

    .btn svg {
        width: 37%;
    }

    .p-room-content .saaasddq {
        font-size: 16px;
        display: block;
        width: 100%;
        text-align: center;
    }

    .btn svg path {
    }

    .aa-homesa:before {
        top: 17px;
        height: 65%;
    }

    .smaa-svg-icon svg {
        width: 20px;
        height: 20px;
    }

    .p-room-content {
        width: 100%;
        padding: 12px;
        margin-top: 0;
        border-top-left-radius: unset;
        border-top-right-radius: unset;
    }

    .p-qwe-img {
        font-size: 21px;
        margin-top: 0;
    }

    .class-ap-dc {
        margin-top: 9px;
        gap: 5px;
    }

    .class-addss {
        font-size: 13px;
    }

    .p-room-item .p-room-img {
        height: 300px;
    }
      .ahe-sadu h2:before {
          left: 0;
          bottom: 5px;
      }
}
