section .content .tab-content {
    line-height: 1rem;
    padding: 1.5rem;
    background-color: #e9ecef;
    border: 1px solid #dee2e6;
    border-radius: 0.2rem;
    margin-bottom: 1rem;
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

section .content .tab-content .top h1, section .content .tab-content .top h5 {
    font-size: 1.25rem;
    font-weight: bolder;
    color: #001524 !important;
    word-spacing: -1px;
    margin-bottom: 0.5rem;;
}
section .content .tab-content strong {color: #343a40;}
section .content .tab-content p.bottom {
    font-size: 0.85rem;
    word-spacing: -1px;
    color: #495057;
    margin-top: 0.75rem;

    background-color: #dee2e6;
    padding: 1rem;
    border-radius: 0.3rem;
    border-bottom: 3px solid #ced4da;
}


section .content .item {
    /* background-color: #f7f7f7; */
    /* background-color: #eeeeee; */
    background-color: #e9ecef;
    border-radius: 0.2rem;
    border: 1px solid #ced4da;
    overflow: hidden;
    /* margin-bottom: 1.5rem; */
    margin-bottom: 0.8rem;
    border-top: 0;
}

section .content .item .top {
    /* background-color: #001524; */
    /* background-color: #343a40; */
    /* background-color: #212529; */
    /* background-color: #3C467B; */
    /* background-color: #50589C; */
    background-color: #1d2d44;

    transition: all 50ms ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

section .content .item .top .left {
    padding: 0.9rem 0.75rem;
    word-spacing: -1px;
    background-color: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.75rem;
    line-height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
section .content .item .top .left p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
section .content .item .top .right .img {
    line-height: 1.7rem;
    margin-left: 0.75rem;
    padding-left: 0.75rem;
    border-left: 1px dashed rgba(255, 255, 255, 0.15);
}
section .content .item:hover .top .right .img img {opacity: 80%;}
section .content .item .top .right .img img {
    width: 0.85rem;
    opacity: 50%;
    transition: all 50ms ease;
}
section .content .item .top .right {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 0.9rem;
    padding-left: 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
section .content .item .top .right a:hover {color: #ffffff;}
section .content .item .top .right a {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.85rem;
    line-height: 1rem;
    transition: all 50ms ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}




section .content .box {
    padding: 0.9rem;
    text-align: center;
}
section .content .box .cover img {
    max-width: 75%;
    border-radius: 0.2rem;
}

section .content .box .title {
    margin-top: 1.25rem;
    line-height: 1.5rem;
    display: inline-block;
    font-size: 1rem;
    color: #001524;
    font-weight: bold;
}
section .content .box .info {
    margin-top: 0.9rem;
    font-size: 0.85rem;
    color: rgba(0, 21, 36, 0.9);
    line-height: 1.4rem;
    word-spacing: -1px;
    font-size: bold;
}
section .content .box .info a {color: #001524;}
section .content .box .desc {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: rgba(0, 21, 36, 0.9);
    line-height: 1.4rem;
}


section .content .audio {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 0 1.5rem 0;
}
section .content .audio audio {
    border: 1px solid rgba(0, 21, 36, 0.1);
    border-radius: 50rem;
    width: 90%;
}

section .content .audio a {
    margin-top: 1rem;
    background-color: #1d2d44;
    color: #ffffff;
    padding: 1rem;
    font-size: 0.875rem;
    transition: all 100ms ease;
    word-spacing: -1px;
    line-height: 1rem;
    border-radius: 0.2rem;
    background-color: #636CCB;
    position: relative;
    overflow: hidden;
    border-bottom: 4px solid #50589C;
}

section .content .audio a:hover {transform: translateY(-0.075rem);}
section .content .audio a:hover::after {height: 0%;}
section .content .audio a::after {
    transition: all 150ms ease;
    content: "";
    width: 100%;
    height: 50%;
    background-color: rgba(0, 0, 0, 0.075);
    position: absolute;
    bottom: 0;
    right: 0;
}



section .more {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}
section .more button {
    font-size: 0.85rem;
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    color: #495057;
    font-weight: 700;
    padding: 0.9rem 1rem;
    word-spacing: -1px;
    transition: all 50ms ease;
    line-height: 1rem;
    border-radius: 0.2rem;
    margin: 0 0.25rem;
}
section .more button:hover {color: #001524;}



section .container {
    padding: 0;
}




/* ------------------------------ responsiving ----------------------------- */
@media (max-width: 576px) {
    section .content .tab-content {
        line-height: 1.4rem;
        padding: 1.5rem 1rem;
        border-radius: 0;
        border-right: 0;
        border-left: 0;
        border-top: 0;
        margin-bottom: 0;
    }
    section .content .tab-content .top h1, section .content .tab-content .top h5 {font-size: 1.1rem; margin-bottom: 0.75rem;}
    section .content .tab-content strong {color: #495057;}
    section .content .tab-content p.bottom {
        font-size: 0.85rem;
        word-spacing: -1px;
        padding: 0.8rem;
    }
    section .content .item {
        border-radius: 0;
        border-right: 0;
        border-left: 0;
    }
}
