.nav-label {
    border-radius: 10px;
    opacity: 1;
    font-weight: 600 !important;
}
.active-nav {
    color: #0369EA !important;
    background: #ECECEC !important;
}
.show-box {
    display: block !important;
}
.hidden-box {
    display: none !important;
}

.bg-box {
    position: relative;
}
.box-desc {
    position: absolute;
    left: 50%;
    top: 140px;
    transform: translateX(-50%);
}
.series-box {
    border-bottom: 1px solid #D8D8D8 ;
}
.content-area {
    border-left: 1px solid #D8D8D8 ;
}
.content-title {
    border-bottom: 1px solid #D8D8D8 ;
}