.sitemap_parent_container {margin-right: 20px;border-right: 2px solid #888;margin-bottom: 20px;}

.sitemap_child1_container {
    margin-right: 20px;
    font-size: 20px;
    position: relative;
}

.sitemap_child2_container {
    padding-right: 20px;
    padding-top: 15px;
    margin-bottom: 10px;
    margin-top: -12px;
    margin-right: 10px;
    font-size: 20px;
    position: relative;
    border-right: 2px solid #888;
}


.sitemap_child3_container {
    border-right: 2px solid #888;
    margin-right: 10px;
    padding-right: 20px;
    margin-top: -12px;
    margin-bottom: 10px;
    padding-top: 14px;
    position: relative;
}

.sitemap_child4_container {
    border-right: 2px solid #888;
    margin-right: 10px;
    padding-right: 20px;
    margin-top: -12px;
    padding-top: 14px;
    position: relative;
}

a.sitemap_parent:hover,
a.sitemap_child1:hover,
a.sitemap_child2:hover,
a.sitemap_child3:hover,
a.sitemap_child4:hover {
    padding-right: 30px;
    border: 1px solid #0c6168;
    transition: 0.3s all;
}

a.sitemap_parent i,
a.sitemap_child1 i,
a.sitemap_child2 i,
a.sitemap_child3 i,
a.sitemap_child4 i {
    color: #0c6168;
    font-size: 20px;
}
a.sitemap_parent i.bxs-file-blank,
a.sitemap_child1 i.bxs-file-blank,
a.sitemap_child2 i.bxs-file-blank,
a.sitemap_child3 i.bxs-file-blank,
a.sitemap_child4 i.bxs-file-blank {
    color: #c69a47;
    font-size: 20px;
}
a.sitemap_parent {
    transform: translate(16px, -9px);
    display: inline-block;
    color: black;
    font-size: 18px;
    text-decoration: none;
    transition: 0.3s all;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #fff;
}

a.sitemap_child1,
a.sitemap_child2,
a.sitemap_child3,
a.sitemap_child4 {
    display: inline-block;
    color: black;
    font-size: 18px;
    text-decoration: none;
    transition: 0.3s all;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid #fff;
}

a.sitemap_child1::before {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #888;
    position: absolute;
    top: 22px;
    right: -21px;
}

a.sitemap_child2::before,
a.sitemap_child3::before,
a.sitemap_child4::before {
    content: "";
    position: absolute;
    top: 36px;
    right: 0;
    width: 18px;
    height: 2px;
    background-color: #888;
}
