﻿.treeview {
    padding: 0;
    margin: 0;
    list-style: none;
}

.divTrangChu {
    position: relative;
    height: 59px;
    width: 200px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 0 auto 20px auto;
    align-content: center;
    border-radius: 4px;
    background: #794aff;
}

.divTrangChu::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    width: 2px;
    height: 20px;
    background-color: #d5d5d5;
}

.divTrangChu a {
    font-family: 'Times New Roman' !important;
    text-decoration: none;
    font-size: 18px;
    color: white;
}

.divTrangChu a:hover {
    text-decoration: underline;
}

.treeview ul {
    padding: 0;
    margin: 0 0 0 20px;
}

.treeview li {
    list-style-type: none;
    margin: 0;
    padding: 3px 0px 3px 28px;
    background: url(/Content/Image/line.png) 10px -31px no-repeat;
    position: relative;
}

.treeview li.last {
    background: url(/Content/Image/line_bt.png) 10px -31px no-repeat;
}

.treeview li.expandable {
    margin: 0;
    padding: 10px 0px 3px 28px;
    background: url(/Content/Image/cong-1.png) 2px -3px no-repeat;
}

.treeview li.collapsable {
    margin: 0;
    padding: 10px 0px 3px 28px;
    background: url(/Content/Image/tru-1.png) 2px -3px no-repeat;
}

.treeview li.lastExpandable {
    margin: 0;
    padding: 9px 0px 3px 28px;
    background: url(/Content/Image/cong-2.png) 2px -3px no-repeat;
}

.treeview li.lastCollapsable {
    margin: 0;
    padding: 9px 0px 3px 28px;
    background: url(/Content/Image/tru-2.png) 2px -3px no-repeat;
}


.treeview li ul li {
    margin: 0;
    padding: 3px 0px 3px 28px;
    background: url(/Content/Image/line.png) 10px -36px no-repeat;
}

.treeview li ul li.last {
    margin: 0;
    padding: 3px 0px 3px 28px;
    background: url(/Content/Image/line_bt.png) 10px -36px no-repeat;
}


.treeview .folder, .treeview .file {
    display: block;
    text-align: left;
    vertical-align: middle;
}

.treeview a {
    font-weight: bold;
    color: White;
    text-decoration: none;
    font-family: Arial;
    display: block;
}

.treeview .hitarea {
    position: absolute;
    top: 25px;
    left: 0px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    margin: 0;
    float: none;
    cursor: pointer;
}

.folder {
    padding: 8px 0 0 5px;
    height: 28px;
    width: 50%;
    background: #794aff;
    border-radius: 4px;
    border: 2px solid #794aff;
    font-size: 14px;
}

.folder a {
    font-weight: 500;
}

.folder a:hover {
    text-decoration: underline;
}

.file {
    font-size: 13px;
    margin-top: 5px;
    padding: 8px 0 5px 5px;
    display: block;
    height: 22px;
    width: 100%;
    background: #ffffff;
    border-radius: 4px;
    border: 2px solid #d5d5d5;
}

.section-sitemap *,
.section-sitemap *:before,
.section-sitemap *:after {
    box-sizing: initial !important;
}

.bgtop {
    background: none;
}

.divided-sitemap {
    height: 2px;
    background-color: #d5d5d5;
    width: calc(100% + 2px);
    margin-left: 10px;
    margin-right: 137px;
}

body {
    transform-origin: top left;
    transition: transform 0.3s ease;
}

.treeview a {
    color: white;
    margin-left: 5px;
}

.treeview .file a {
    color: #794aff;
}

.treeview .file a:hover {
    text-decoration: underline;
}