.line2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: inherit;
}

.container-header {
    max-width: 100%;
}

.logo-container {
    margin-left: 5.5rem;
}

.navbar {
    background: #010101;
    padding: 0;
}

.nav-item {
    line-height: 6.7rem;
    padding: 0 2.5rem;
}

.nav-item:hover {
    cursor: pointer;
    background: #fff;
    color: #000;
}

.nav-item.active {
    background: #fff;
    color: #000;
}

.menu {
    width: 1.31rem;
    height: 1.06rem;
}

button.navbar-toggler {
    border: none;
}

.logo-container {
    font-size: 1.75rem;
    color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
}

.logo {
    /*width: 4rem;
    height: 4rem;*/
    width: 350px !important;
    margin-right: .94rem;
}

.navbar-nav {
    color: #fff;
}

.bd-sidebar a {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
}

@media (min-width: 992px) {
    .bd-sidebar {
        display: none;
    }
    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }
}

@media (max-width: 992px) {
    .offcanvas-lg.offcanvas-start {
        width: 60%;
        top: 3.75rem;
        border-right: 0;
    }
    .logo-container {
        flex: 1;
        text-align: center;
        margin: 0.5rem 0;
        justify-content: center;
    }
    .offcanvas-lg {
        background: #000000;
    }
    .logo {
        width: 90% !important;
        margin-right: .94rem;
    }
}

.accordion .accordion-item {
    border-color: #333333;
    border: 0;
}

.accordion .item {
    font-size: .88rem;
    padding: 1.25rem;
    color: #A2A2A2;
    background: #212121;
    border-bottom: 1px solid #313131;
}

.accordion .accordion-collapse .item {
    background: #111111;
    border-top: 1px solid #313131;
    border-bottom: 1px solid #313131;
}

.accordion .item.active {
    background: #fff;
    color: #000000;
}

.accordion .item.active .item-dort {
    background: #000000;
}

.accordion .item-dort {
    width: .75rem;
    height: .75rem;
    border-radius: 50%;
    border: 1px solid #464646;
}

.accordion .item-title {
    width: 100%;
    flex: 1;
    padding-left: 28px;
}

.accordion .item-handle {
    font-size: 1.25rem;
    width: 1.88rem;
    height: 1.88rem;
}

.accordion .item-handle::after {
    content: "";
    width: 1.88rem;
    height: 1.88rem;
    position: absolute;
    background: url(../image/add.png) no-repeat;
    background-position: 50% 50%;
}

.accordion .item-handle:not(.collapsed)::after {
    background: url(../image/jian.png) no-repeat;
    background-position: 50% 50%;
}