﻿.wp-notes-child {
    padding-top: 55px;
    padding-bottom: 67px;
    background-image: url(/Design/PropertyS2022/bg-about.png);
    background-size: 100% 100%;
    background-position: left bottom;
}

.c-notes-full-content-child h1.title-top-about-child {
    text-align: center;
}

ul.list-note-des-child {
    color: #454545;
    font-family: Roboto, Arial;
    font-size: 12.0pt;
    font-weight: 400;
    padding-right: 77px;
}

.decor-drop-note span svg path {
    fill: #333;
}

ul.list-note-des-child li {
    line-height: 165%;
}

.decor-drop-note {
    position: absolute;
    right: 10px;
    top: 0;
    cursor: pointer;
}

.note-content-show-list {
    max-height: 0;
    overflow: hidden;
    margin-bottom: 0;
    transition: max-height 0.4s ease, margin-bottom 0.4s ease;
}

    .note-content-show-list.active {
        max-height: 3000px; /* đủ lớn để chứa hết nội dung */
        opacity: 1;
        visibility: visible;
        margin-bottom: 45px;
        padding: 25px;
    }

.decor-drop-note svg {
    transition: transform 0.3s ease;
}

.decor-drop-note span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
}

.c-notes-full-content-child section {
    font-size: 16px;
    font-family: 'pm';
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dcdcdc;
    line-height: 155%;
    position: relative;
}

.note-content-show-list {
    background: #fff;
    padding: 0;
    opacity: 0;
    visibility: hidden;
}

@media only screen and (max-width: 1150px) {
    .wp-notes-child {
        background-size: cover;
        background-position: center;
    }

    .c-notes-full-content-child h1.title-top-about-child {
        font-size: 20px;
    }

    ul.list-note-des-child {
        padding-right: 37px;
        font-size: 15px;
        text-align: justify;
    }

    .decor-drop-note {
        right: 0;
    }
}