.flex {
    display: flex;
    align-items: center;
}
.block-mucluc {
    padding: 15px;
    background: #f0f0f0;
    margin: 20px 0;
    color: #0067b2;
    border: 2px solid #af1418;
    font-size: 15px;
    width: 440px;
    max-width: 100%;
}
.top-mucluc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    color: #000;
}
.content-mucluc {
    font-weight: 700;
    margin-left: 10px;
    font-size: 20px;
}
.bottom-mucluc {
    line-height: 25px;
    margin-top: 10px;
}
.bottom-mucluc ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.bottom-mucluc > ul > li > a {
    font-weight: 600;
}
.bottom-mucluc ul li a {
    color: #000;
}
.bottom-mucluc ul li ul {
    padding-left: 20px;
}
.popup-table-of-content {
    position: fixed;
    left: 100px;
    top: 40px;
    z-index: 9;
    height: 100%;
}
.btn-click {
    display: none;
    position: absolute;
    top: 50%;
}
.btn-click.show {
    opacity: .3;
    display: block;
    animation-name: my-animation;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}
.btn-click button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #af1418;
}
.block-popup-content {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: visible;
}
.block-popup-content.show {
    display: block;
    width: 440px;
    height: auto;
    overflow: unset;
    opacity: 1;
    z-index: 100;
    position: relative;
    -webkit-transition: width .5s ease-in-out;
    -moz-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out;
}
@keyframes my-animation {
    0% {
        opacity: 0;
    }
    20% {
        opacity: .5;
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: .3;
    }
}
.btn-click.show:hover {
    opacity: 1;
}
.popup-table-of-content .block-mucluc {
    margin: 0;
}
.popup-table-of-content .block-mucluc .bottom-mucluc {
    height: calc(100% - 40px);
    overflow-y: scroll;
    scrollbar-width: thin;
}
.menu_bottom {
    z-index: 1;
}
.document-list > li {
    cursor: pointer;
    list-style-type: disclosure-closed;
    list-style-position: inside;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #0056b3;
}
.btn-download {
    background: #fff;
    border: 2px solid #AF1418 !important;
    width: 160px;
    height: 40px;
    border-radius: 20px;
    font-weight: 600;
    position: relative;
    margin: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #000;
}
.btn-download .ic-download {
    width: 32px;
    height: 32px;
    display: inline-flex;
    background: #AF1418;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 2px;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}
.btn-download .ic-download img {
    width: 24px;
    height: 24px;
}
.btn-download .text-download {
    margin-left: 16px;
}
.btn-download:hover {
    background: #AF1418;
    color: #fff;
}
.block-download {
    padding-top: 10px;
    text-align: center;
    justify-content: center;
    display: none;
}
.block-download.show {
    display: block;
}
.block-download > .center {
    width: 100%;
}
.page-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 99;
    display: none;
    border-radius: 10px;
}
.page-overlay.show {
    display: inline-block;
}
.page-overlay .text {
    position: absolute;
    top: 35%;
    width: 100%;
    height: auto;
    transform: translate(0, -50%);
}
.page-overlay .text > p {
    font-size: 18px;
    color: #AF1418;
    text-align: left;
    font-weight: 500;
}
@-webkit-keyframes progress1 {
    0% {
        -webkit-transform: scalex(0);
        transform: scalex(0);
        opacity: 0.5;
    }
    90% {
        -webkit-transform: scalex(1);
        transform: scalex(1);
        opacity: 1;
    }
    92% {
        -webkit-transform: scalex(1);
        transform: scalex(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scalex(1);
        transform: scalex(1);
        opacity: 1;
    }
}

@keyframes progress1 {
    0% {
        -webkit-transform: scalex(0);
        transform: scalex(0);
        opacity: 0.5;
    }
    90% {
        -webkit-transform: scalex(1);
        transform: scalex(1);
        opacity: 1;
    }
    92% {
        -webkit-transform: scalex(1);
        transform: scalex(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scalex(1);
        transform: scalex(1);
        opacity: 1;
    }
}
@-webkit-keyframes progress2 {
    0% {
        -webkit-transform: scale(0.3, 0.8) translatez(0);
        transform: scale(0.3, 0.8) translatez(0);
        opacity: 0;
    }
    90% {
        -webkit-transform: scale(1, 1) translatex(100vw) translatez(0);
        transform: scale(1, 1) translatex(100vw) translatez(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1, 1) translatex(100vw) translatez(0);
        transform: scale(1, 1) translatex(100vw) translatez(0);
        opacity: 1;
    }
}
@keyframes progress2 {
    0% {
        -webkit-transform: scale(0.3, 0.8) translatez(0);
        transform: scale(0.3, 0.8) translatez(0);
        opacity: 0;
    }
    90% {
        -webkit-transform: scale(1, 1) translatex(100vw) translatez(0);
        transform: scale(1, 1) translatex(100vw) translatez(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1, 1) translatex(100vw) translatez(0);
        transform: scale(1, 1) translatex(100vw) translatez(0);
        opacity: 1;
    }
}
.page-overlay.show .paper-progress-bar {
    position: absolute;
    top: 55%;
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    transform: translate(0, -50%);
}
.page-overlay.show .paper-progress-bar:before {
    /*-webkit-animation: progress1 59s linear forwards;
    animation: progress1 59s linear forwards;*/
    -webkit-animation: var(--animate);
    animation: var(--animate);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #AF1418;
}
.box-download {
    width: 100%;
    height: 70px;
    margin: auto;
    position: relative;
}
.btn-download.show .ic-download {
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    width: calc(100% - 4px); !important;
    border-radius: 18px !important;
}
.loading-text {
    width: 0;
    overflow: hidden;
    color: #fff;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}
.btn-download.show .ic-download .loading-text {
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    width: auto !important;
    margin-right: 2px;
}
.paused:before {
    animation-play-state: paused !important;
}
.tab-content.current {
    float: unset !important;
}
.msg-loading {
    margin-top: 15px;
    display: none;
}
.msg-loading.show {
    margin-top: 15px;
    display: flex;
    justify-content: center;
}
.none-border tr, .none-border td {
    border: none !important;
}
._mota.tintucchitiet ul li {
    list-style-type: disc;
}











@media(max-width: 991px){
    .popup-table-of-content {
        left: 120px;
    }
}
@media(max-width: 767px){
    .popup-table-of-content {
        top: 5px;
        left: 90px;
    }
}
@media(max-width: 480px){
    .popup-table-of-content {
        left: 15px;
    }
    .block-mucluc {
        width: auto;
    }
    /*.popup-table-of-content .block-mucluc {
        width: calc(100% - 90px);
        max-width: 68%;
    }*/
}