.side-menu001 .list-header {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.side-menu001 .list-header::before {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    border-style: solid;
    border-width: 1px;
    width: 250px;
    z-index: -1;
}

@media (max-width: 1399px) {
    .side-menu001 .list-header::before {
        width: 200px;
    }
}

.side-menu001 .list-header span {
    position: relative;
    padding: 0.5rem 0 1rem;
    display: block;
}

.side-menu001 .list-header span::before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    border-width: 2px;
    border-style: solid;
    border-radius: 5px;
    background-color: #fff;
    position: absolute;
    bottom: -31px;
    left: 49%;
    z-index: 7;
    transform: rotate(45deg) translate(-50%, 0);
}

.side-menu001 .list-header span::after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: -38px;
    left: 49%;
    z-index: 7;
    border-radius: 3px;
    transform: rotate(45deg) translate(-50%, 0);
}

.side-menu001 a {
    text-decoration: none;
}

.side-menu001 .item-1 {
    display: flex;
    border-bottom: 1px #dbdbdb dashed;
    align-items: center;
}

.side-menu001 .item-1::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex: 0 0 8px;
}

.side-menu001 .item-1 a {
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

.side-menu001 .item-1 a.link {
    padding: 1rem 10px;
    flex: 1;
}

.side-menu001 .item-1:hover::before,
.side-menu001 .item-1.active::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex: 0 0 8px;
}

.side-menu001 .item-1:hover,
.side-menu001 .item-1.open,
.side-menu001 .item-1.active {
    background-color: rgba(255, 255, 255, 0.8);
    transition: all 0.2s ease-in-out;
}

.side-menu001 .item-1 .sub-icon {
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
}

.side-menu001 .item-1 .sub-icon:before {
    content: '';
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    background-position: center center;
    transition: transform .2s ease-in-out;
}

.side-menu001 .item-1:hover .sub-icon:before,
.side-menu001 .item-1.active .sub-icon:before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    transition: transform .2s ease-in-out;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    color: #000;
    transform: rotate(90deg);
    right: 0;
    top: 2px;
}


.side-menu001 .item-1.active .sub-icon.collapse:before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    transition: transform .2s ease-in-out;
}

.side-menu001 .item-1 .sub-icon.collapsed:before {
    content: '';
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    transform: rotate(0deg);
}

.side-menu001 .item-1+.dropdown {
    margin-top: 0;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-top: 0;
    border-radius: 2px;
}

.side-menu001 .item-2:first-child a {
    padding-top: 20px;
}

.side-menu001 .item-2:hover a {
    font-weight: bold;
}

.side-menu001 .dropdown .item-2:nth-last-of-type(1) {
    border-bottom: solid 1px rgba(0, 0, 0, 0);
}

.side-menu001 .item-2 a {
    display: block;
    color: #000;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-left: 1.2rem;
}


.side-menu001 .item-2:hover a,
.side-menu001 .item-2.active a {
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
}