﻿.home-about {
    background: #FFF;
    position: relative;
}

    .home-about:before {
        background: url(../../../Design/img/pngwing.png) no-repeat;
        height: 79%;
        content: "";
        width: 34%;
        position: absolute;
        right: 0;
        bottom: -99px;
        /* z-index: 0; */
    }

.home-about-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 66px;
    padding: 61px 0;
}

.home-about-left {
    width: 100%;
}

.about-left-container {
}

.zxczs {
    color: #000;
    text-align: justify;
    font-family: 'interR';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.saazl {
    color: #138853;
    font-family: OswaB;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.kaasssa {
    margin: 0;
    color: #138853;
    font-family: 'OswaB';
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-bottom: 2px solid;
}

.asjasa {
    color: #000;
    text-align: justify;
    font-family: 'interR';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}

.wrap {
}

.wrap-item {
}

.home-about-left section > :first-child:before {
    content: "\f058";
}

.home-about-left section > :nth-child(2):before {
    content: "\f0ae";
}

.home-about-left section > :last-child:before {
    content: "\f500";
}

.home-about-left section p {
    color: #000;
    font-family: 'interSB';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
}

.home-about-left section {
    padding-left: 38px;
}

    .home-about-left section p:before {
        width: 32px; /* thay vì % để icon không bị méo */
        height: 32px;
        background: #FFB700;
        border-radius: 50%;
        content: "\f007";
        position: absolute;
        font-family: "FontAwesome";
        color: var(--default-white);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        left: -41px;
        top: -6px;
    }

section {
}

.kljaaaas {
    padding-top: 15px;
}

.akas:hover {
    color: #138853; /* màu xanh nhấn */
}

/* Hover làm icon dịch sang phải */
.akas svg {
    transition: transform 0.3s ease;
}

.akas:hover svg {
    transform: translateX(6px);
}

/* Nếu muốn thêm hiệu ứng gạch chân mượt */
.akas {
    position: relative;
}

    .akas::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 0;
        height: 2px;
        background: #138853;
        transition: width 0.3s ease;
    }

    .akas:hover::after {
        width: 100%;
    }

.akas {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    color: var(--default-color-1);
    font-family: 'interR';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 28%;
}

    .akas svg {
    }

        .akas svg path {
        }

.home-about-right {
    height: 300px;
    position: relative;
    z-index: 1;
}

.salkaaa {
}

.salkaaa {
    transition: all 0.5s ease;
    display: flex;
    width: 100%;
    height: 100%;
}

.item-habout {
    overflow: hidden;
    transition: all 0.5s ease;
    cursor: pointer;
    /* clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%); */
    flex: 1;
    position: relative;
    z-index: 1;
}

    .item-habout:before {
        position: absolute;
        content: "";
        width: 103%;
        height: 100%;
        background: #FFF;
        z-index: -1;
        clip-path: none;
        clip-path: polygon(22% 0%, 97% 0%, 75% 100%, 0% 100%);
    }

    .item-habout img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.5s ease;
        border-radius: 4px;
        clip-path: polygon(24% 1%, 98% 1%, 75% 99%, 2% 99%);
    }

    .item-habout.active {
        flex: 5; /* Ảnh được chọn phóng to */
    }

    .item-habout.shrink {
        flex: 0.5; /* Ảnh còn lại co lại */
    }

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

    .home-about-container {
        gap: 29px;
        flex-direction: column;
        padding-top: 7px;
    }

    .home-about-left {
    }

    .about-left-container {
    }

    .saazl {
    font-size: 15px;
    position: relative;
    bottom: -8px;
    }

    .kaasssa {
    padding-bottom: 9px;
    }

    .asjasa, .zxczs {
        font-size: 14px;
    }
.asjasa{
    padding-top: 6px;
}
    .home-about-left section p {
    font-size: 14px;
    }

    .wrap {
    }

    .wrap-item {
    }

    .kljaaaas {
        width: 43%;
    }

    .akas {
        width: 100%;
    }

        .akas svg {
        }

            .akas svg path {
            }

    .home-about-right {
        height: 200px;
    }

    .salkaaa {
        /* height: 50%; */
    }

    .item-habout {
    }

    .item-habout {
        /* height: 140px; */
    }

    .habout-bottom {
        height: 54px;
    }

    .home-about-left section p:before {
        top: 0;
        width: 20px;
        height: 20px;
        font-size: 10px;
        left: -22px;
    }
    .home-about-left section{
        padding-left: 18px;
    }
}
