.container-fluid .col-one {
    width: 100%;
}
.UIFooter .footer {
    margin-top: 0 !important;
}
.UIOtherContent{
min-height: calc(100vh - 380px);
}
.UIOtherContent table {
    width: 100%;
}

.UIOtherContent .title-page {
    text-align: center;
    font-size: 24px;
    margin: 20px 0 20px 0;
    color: #d00;
}

.UIOtherContent .summary-page {
    text-align: center;
    font-size: 16px;
    max-width: 900px;
    margin: 0 auto 15px auto;
}

.UIOtherContent p.nofile-message {
    margin: 1em 0;
}

.UIOtherContent .item-file a {
    font-weight: bold;
    color: #c2713e;
}

.UIOtherContent .title-block {
    font-size: 20px;
    font-weight: bold;
    color: #d00;
    text-align: center;
}


    .UIOtherContent .title-tree {
        background: linear-gradient(to right, #d60c0c 0%, #ffc500 100%);
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        padding: 10px;
    }

    .UIOtherContent .tblCategory {
        border: solid 1px #ddd;
        padding: 10px;
    }

    .UIOtherContent .folder-name {
        cursor: pointer;
        display: block;
        margin-left: 36px;
    }

    .UIOtherContent .tblCategory .icon-drop {
        margin-right: 5px;
        display: block;
        float: left;
        width: 14px;
        height: 14px;
    }

        .UIOtherContent .tblCategory .icon-drop i {
            display: block;
            margin: auto;
            text-align: center;
        }

    .UIOtherContent .tblCategory .icon-folder {
        margin-right: 5px;
        float: left;
        display: block;
    }

    .UIOtherContent .tblCategory .isParent.hide_child .icon-drop {
        transform: rotate(-90deg);
    }

    .UIOtherContent .tblCategory table, .tblCategory td {
        border: none;
    }

    .UIOtherContent .tblCategory .list-file {
        display: none;
    }

    .UIOtherContent .list-filepc .item-file {
        padding: 10px 10px;
        /* border-bottom: dotted 1px #ccc; */
        background: #fdf6e47a;
        margin: 5px 0;
        border-radius: 5px;
    }

    .UIOtherContent .item-file .name {
        padding-right: 15px;
    }

    .UIOtherContent .tblCategory td {
        padding: 4px 0;
    }

    .UIOtherContent .tblCategory .list-file .item-file {
        padding-top: 9px;
    }

    .UIOtherContent .tblCategory .isParent .folder {
        font-weight: bold;
    }

    .UIOtherContent .tblCategory .folder-name.selected {
        color: #d00;
    }

    .UIOtherContent .wrap-popupListFile {
        position: fixed;
        z-index: 99;
        left: 0;
        top: 0;
        background: rgba(0,0,0,0.8);
        width: 100%;
        height: 100%;
    }

    .UIOtherContent .popupListFile {
        position: fixed;
        z-index: 991;
        background: #fff;
        width: calc(100vw - 40px);
        max-height: calc(100vh - 40px);
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        overflow: auto;
        border-radius: 6px;
        padding: 15px;
    }

        .UIOtherContent .popupListFile .title {
            font-size: 18px;
            font-weight: bold;
            position: relative;
            color: #d00;
        }

        .UIOtherContent .popupListFile .close {
            color: #d00;
            position: absolute;
            right: -5px;
            top: -10px;
            cursor: pointer;
        }

        .UIOtherContent .popupListFile .title span {
            display: block;
        }

@media(min-width: 992px) {
    .UIOtherContent .tblCategory .list-file {
        display: none !important;
    }
}

@media(max-width: 991px) {
    .UIOtherContent [hasfile="1"] .icon-drop i {
        display: block;
    }

    .UIOtherContent .col-right {
        display: none !important;
    }

    .UIOtherContent .title-page {
        font-size: 18px;
    }

    .UIOtherContent .summary-page {
        font-size: 14px;
    }
}

.UIOtherContent .rowCbb {
    width: 100%;
    margin-bottom: 20px;
}

.UIOtherContent .ddlKyHop {
    width: 100%;
    height: 30px;
    border-radius: 3px;
    outline: none;
    background: transparent;
}

.UIOtherContent .item-faq {
    margin-bottom: 20px;
}
.UIOtherContent .cauhoi {
    margin-bottom: 8px;
}
.UIOtherContent .title-cautraloi {
    background: #ccc;
    padding: 5px;
    border: solid 1px #aaa;
    font-weight: bold;
}

.UIOtherContent .cautraloi .content-cautraloi {
    border: solid 1px #ccc;
    padding: 10px;
    margin-top: -1px;
    background: #fff;
}

.UIOtherContent .title-cautraloi i {
    font-size: 12px;
    margin-left: 5px;
}

.UIOtherContent .title-cautraloi.active ~ .content-cautraloi {
    display: none;
}

.UIOtherContent .title-cautraloi.active i {
    transform: rotate(180deg);
}
.UIOtherContent .ifile .view {
    margin-left: 10px;
    font-weight: bold;
    text-decoration: none !important;
    font-size: 13px;
    cursor: pointer;
      color: #9f0404;
}
