﻿
/* ---- van ban -----*/
.tai-lieu-ky-hop {
    width: 100%;
    overflow-x: auto;
    color: #111;
}

.tai-lieu-ky-hop .bo-cuc-tai-lieu {
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.tai-lieu-ky-hop .menu-tai-lieu-ben-trai {
    flex: 0 0 34%;
    width: 34%;
    min-width: 280px;
    max-width: 410px;
}

.tai-lieu-ky-hop .noi-dung-tai-lieu {
    min-width: 0;
    flex: 1 1 auto;
}

.tai-lieu-ky-hop .tieu-de-menu-trai {
    padding: 15px 14px;
    border-bottom: 0;
    background: #075fac;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.tai-lieu-ky-hop .tieu-de-menu-trai .fa {
    margin-right: 8px;
    color: #fff;
}

.tai-lieu-ky-hop .menu-tai-lieu-ben-trai .RadPanelBar,
.tai-lieu-ky-hop .menu-tai-lieu-ben-trai .rpRootGroup {
    width: 100%;
    border: 0;
    background: #fff;
}

.tai-lieu-ky-hop .menu-tai-lieu-ben-trai .rpRootGroup > .rpItem > .rpLink {
    padding: 7px 14px;
    background: #a84b09;
    color: #fff;
    font-weight: 700;
}

.tai-lieu-ky-hop .menu-tai-lieu-ben-trai .rpRootGroup > .rpItem {
    margin-bottom: 2px;
}

.tai-lieu-ky-hop .menu-tai-lieu-ben-trai .rpGroup .rpLink {
    min-height: 22px;
    padding: 2px 4px 2px 15px;
    background: #fff;
    color: #111;
    font-size: 16px;
    line-height: 1.25;
    white-space: normal;
}

.tai-lieu-ky-hop .menu-tai-lieu-ben-trai .rpGroup .rpGroup .rpLink {
    padding-left: 30px;
    font-weight: 400;
}

.tai-lieu-ky-hop .menu-tai-lieu-ben-trai .rpGroup > .rpItem > .rpLink.rpExpanded,
.tai-lieu-ky-hop .menu-tai-lieu-ben-trai .rpGroup > .rpItem > .rpLink.rpSelected {
    color: #111;
    font-weight: 700;
    text-decoration: underline;
}

.tai-lieu-ky-hop .menu-tai-lieu-ben-trai .rpGroup > .rpItem > .rpLink:before {
    margin-right: 5px;
    color: #f5170b;
    content: "⊙";
    font-size: 11px;
}

.tai-lieu-ky-hop .menu-tai-lieu-ben-trai .rpGroup .rpGroup .rpLink:before {
    content: "";
    margin: 0;
}

.tai-lieu-ky-hop .menu-tai-lieu-ben-trai .rpGroup .rpGroup .rpLink.rpSelected,
.tai-lieu-ky-hop .menu-tai-lieu-ben-trai .rpGroup .rpGroup .rpLink:hover {
    color: #f26522;
    font-weight: 700;
    text-decoration: none;
}

.tai-lieu-ky-hop .menu-nhiem-ky,
.tai-lieu-ky-hop .menu-ky-hop {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tai-lieu-ky-hop .menu-nhiem-ky {
    border: 1px solid #d9d9d9;
    border-top: 0;
    background: #fff;
}

.tai-lieu-ky-hop .nhiem-ky + .nhiem-ky {
    border-top: 3px solid #fff;
}

.tai-lieu-ky-hop .ten-nhiem-ky {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    background: #075fac;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
}

.tai-lieu-ky-hop .ten-nhiem-ky:hover,
.tai-lieu-ky-hop .ten-nhiem-ky:focus {
    background: #064f8f;
    color: #fff;
    text-decoration: none;
}

.tai-lieu-ky-hop .nhiem-ky:not(.dang-mo) > .menu-ky-hop {
    display: none;
}

.tai-lieu-ky-hop .menu-ky-hop {
    padding: 4px 10px 8px;
}

.tai-lieu-ky-hop .ky-hop-item {
    padding: 8px 0;
    border-bottom: 1px solid #d7d7d7;
}

.tai-lieu-ky-hop .ky-hop-item:last-child {
    border-bottom: 0;
}

.tai-lieu-ky-hop .ten-ky-hop-menu {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    padding: 4px;
    color: #222;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
    text-transform: uppercase;
}

.tai-lieu-ky-hop .ten-ky-hop-menu .fa {
    margin-top: 2px;
}

.tai-lieu-ky-hop .ten-ky-hop-menu:hover,
.tai-lieu-ky-hop .ten-ky-hop-menu:focus,
.tai-lieu-ky-hop .ky-hop-item.dang-mo > .ten-ky-hop-menu {
    color: #075fac;
    text-decoration: none;
}

.tai-lieu-ky-hop .ky-hop-item .menu-noi-dung {
    margin-top: 5px;
    margin-left: 18px;
    border: 0;
}

.tai-lieu-ky-hop .menu-noi-dung,
.tai-lieu-ky-hop .menu-linh-vuc {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tai-lieu-ky-hop .menu-noi-dung {
    border: 1px solid #e1e1e1;
    border-top: 0;
    background: #fff;
}

.tai-lieu-ky-hop .nhom-noi-dung {
    margin: 0 10px;
    padding: 10px 0 12px;
    border-bottom: 1px solid #d7d7d7;
}

.tai-lieu-ky-hop .nhom-noi-dung:last-child {
    border-bottom: 0;
}

.tai-lieu-ky-hop .ten-noi-dung,
.tai-lieu-ky-hop .linh-vuc-link {
    display: flex;
    align-items: flex-start;
    color: #222;
    text-decoration: none;
}

.tai-lieu-ky-hop .ten-noi-dung {
    gap: 6px;
    padding: 3px 4px 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: uppercase;
}

.tai-lieu-ky-hop .ten-noi-dung .fa {
    margin-top: 2px;
    color: #1c1c1c;
    font-size: 17px;
}

.tai-lieu-ky-hop .ten-noi-dung span,
.tai-lieu-ky-hop .linh-vuc-link span {
    min-width: 0;
    flex: 1 1 auto;
}

.tai-lieu-ky-hop .ten-noi-dung small,
.tai-lieu-ky-hop .linh-vuc-link small {
    flex: 0 0 auto;
    color: #777;
    font-size: 12px;
    font-weight: 400;
}

.tai-lieu-ky-hop .menu-linh-vuc {
    padding-left: 26px;
}

.tai-lieu-ky-hop .menu-linh-vuc > li {
    border-bottom: 1px dashed #d8d8d8;
}

.tai-lieu-ky-hop .menu-linh-vuc > li:last-child {
    border-bottom: 0;
}

.tai-lieu-ky-hop .linh-vuc-link {
    gap: 6px;
    padding: 8px 5px;
    font-size: 15px;
    line-height: 1.35;
    transition: color .15s ease, background-color .15s ease;
}

.tai-lieu-ky-hop .linh-vuc-link .fa,
.tai-lieu-ky-hop .tieu-de-linh-vuc-cu-the .fa {
    margin-top: 2px;
    color: #3f566d;
}

.tai-lieu-ky-hop .tieu-de-linh-vuc-cu-the {
    padding: 9px 5px 6px;
    color: #333;
    font-weight: 700;
}

.tai-lieu-ky-hop .linh-vuc-cu-the .linh-vuc-link {
    padding-left: 20px;
}

.tai-lieu-ky-hop .ten-noi-dung:hover,
.tai-lieu-ky-hop .ten-noi-dung:focus,
.tai-lieu-ky-hop .linh-vuc-link:hover,
.tai-lieu-ky-hop .linh-vuc-link:focus {
    color: #075fac;
    text-decoration: none;
}

.tai-lieu-ky-hop .ten-noi-dung:hover .fa,
.tai-lieu-ky-hop .ten-noi-dung:focus .fa,
.tai-lieu-ky-hop .linh-vuc-link:hover .fa,
.tai-lieu-ky-hop .linh-vuc-link:focus .fa,
.tai-lieu-ky-hop .linh-vuc-link.dang-chon .fa {
    color: #075fac;
}

.tai-lieu-ky-hop .nhom-noi-dung.dang-chon > .ten-noi-dung,
.tai-lieu-ky-hop .linh-vuc-link.dang-chon {
    color: #075fac;
    font-weight: 700;
}

.tai-lieu-ky-hop .linh-vuc-link.dang-chon {
    margin-left: -4px;
    padding-left: 9px;
    border-left: 3px solid #075fac;
    background: #eef6fd;
}

.tai-lieu-ky-hop .bo-loc-tai-lieu {
    margin-bottom: 5px;
    padding: 5px 8px 4px;
    border: 1px solid #999;
    background: #ffe1bd;
}

.tai-lieu-ky-hop .dong-tu-khoa {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tai-lieu-ky-hop .dong-tu-khoa label {
    width: 150px;
    margin: 0;
    font-weight: 400;
}

.tai-lieu-ky-hop .o-tu-khoa {
    width: 447px;
    max-width: calc(100% - 160px);
    height: 25px;
    box-sizing: border-box;
}

.tai-lieu-ky-hop .nhom-nut-loc {
    display: flex;
    gap: 5px;
    margin-top: 9px;
}

.tai-lieu-ky-hop .nut-loc {
    width: 120px;
    height: 31px;
    border: 0;
    border-radius: 3px;
    background: #765400;
    color: #fff;
    cursor: pointer;
}

.tai-lieu-ky-hop .nut-loc:hover,
.tai-lieu-ky-hop .nut-loc:focus {
    background: #5f4400;
}

.tai-lieu-ky-hop .ten-ky-hop {
    color: #006cff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.tai-lieu-ky-hop .breadcrumb-tai-lieu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    margin: 3px 0 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.tai-lieu-ky-hop .breadcrumb-goc {
    color: #111;
}

.tai-lieu-ky-hop .breadcrumb-lien-ket {
    color: #006cff;
}

.tai-lieu-ky-hop .breadcrumb-phan-cach {
    color: #f26522;
}

.tai-lieu-ky-hop .thong-bao-api {
    display: block;
    margin: 0 0 10px;
    padding: 10px 12px;
    border: 1px solid #e7b5b5;
    background: #fff2f2;
    color: #a52121;
}

.tai-lieu-ky-hop .RadGrid_Office2010Blue {
    min-width: 720px;
    border: 0;
    background: #fff;
    font: 16px/1.55 Arial, Helvetica, sans-serif;
}

.tai-lieu-ky-hop .RadGrid_Office2010Blue .rgMasterTable {
    border-collapse: collapse;
}

.tai-lieu-ky-hop .RadGrid_Office2010Blue .rgHeader,
.tai-lieu-ky-hop .RadGrid_Office2010Blue th.rgResizeCol {
    height: 70px;
    padding: 12px 10px;
    border: 1px solid #d5d5d5;
    background: #ff6500;
    color: #fff;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
}

.tai-lieu-ky-hop .RadGrid_Office2010Blue .rgRow td,
.tai-lieu-ky-hop .RadGrid_Office2010Blue .rgAltRow td {
    min-height: 76px;
    padding: 18px 10px;
    border: 1px solid #cfcfcf;
    background: #fff;
    color: #111;
    vertical-align: middle;
}

.tai-lieu-ky-hop .RadGrid_Office2010Blue .rgAltRow td {
    background: #eceae9;
}

.tai-lieu-ky-hop .RadGrid_Office2010Blue .rgHoveredRow td {
    background: #fff4eb;
}

.tai-lieu-ky-hop .RadGrid_Office2010Blue td.rgPagerCell {
    height: 36px;
    padding: 0 4px 7px;
    border: 0;
    background: #fff;
    color: #111;
}

.tai-lieu-ky-hop .RadGrid_Office2010Blue .rgPager .rgInfoPart {
    float: none;
    margin: 0;
    text-align: center;
}

.tai-lieu-ky-hop .RadGrid_Office2010Blue .rgPager .rgArrPart1,
.tai-lieu-ky-hop .RadGrid_Office2010Blue .rgPager .rgArrPart2 {
    margin: 0 10px;
}

.tai-lieu-ky-hop .nut-tai-file {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    margin: 3px auto;
    border-radius: 50%;
    background: #08a9df;
    color: #fff !important;
    font-size: 17px;
    line-height: 32px;
    text-align: center;
    text-decoration: none !important;
    transition: background-color .15s ease, transform .15s ease;
}

.tai-lieu-ky-hop .nut-tai-file:after {
    position: absolute;
    right: 5px;
    bottom: 4px;
    content: "\f019";
    font: normal normal normal 8px/1 FontAwesome;
}

.tai-lieu-ky-hop .nut-tai-file:hover,
.tai-lieu-ky-hop .nut-tai-file:focus {
    background: #007faf;
    color: #fff !important;
    transform: translateY(-1px);
}

.tai-lieu-ky-hop .khong-co-file {
    color: #777;
}

@media (max-width: 767px) {
    .tai-lieu-ky-hop .bo-cuc-tai-lieu {
        display: block;
    }

    .tai-lieu-ky-hop .menu-tai-lieu-ben-trai {
        min-width: 0;
        width: 100%;
        max-width: none;
        margin-bottom: 12px;
    }

    .tai-lieu-ky-hop .dong-tu-khoa label {
        width: 80px;
    }

    .tai-lieu-ky-hop .o-tu-khoa {
        width: calc(100% - 90px);
        max-width: none;
    }

    .tai-lieu-ky-hop .RadGrid_Office2010Blue {
        font-size: 14px;
    }

    .tai-lieu-ky-hop .RadGrid_Office2010Blue .rgRow td,
    .tai-lieu-ky-hop .RadGrid_Office2010Blue .rgAltRow td {
        padding: 12px 8px;
    }
}

.bo-cuc-tai-lieu {
    display: flex;
}


/*.sokh-ngay {
    display: flex;
    flex-direction: row;
    font-weight: bold;
    margin-bottom: 5px;
}

    .sokh-ngay a {
        font-weight: bold;
    }

.justify-content-between {
    justify-content: space-between !important;
}

.vbdh-item {
    border-bottom: dashed 1px #dbdbdb;
    padding: 10px;
}

    .vbdh-item:last-child {
        border-bottom: none;
    }*/

/*    .vbdh-item p{
        padding: 5px 0;
    }*/

    /*.tin-item {
        display: flex;
        border-bottom: dashed 1px #dbdbdb;
    }
    .tin-item:last-child {
        border-bottom: none;
    }


.tintichhop .tin-img {
    border: 1px solid #dbdbdb;
    padding: 5px;
}

.tintichhop .tin-item {
    padding: 9px 0px;
}
.tintichhop ul li:before {
    content: "";
    display: block;
    background: url(/images/iconthongbao.png) no-repeat;
    width: 10px;
    height: 10px;
    float: left;
    margin-top: 5px;
    margin-right: 8px;
}
.news-k2 .dt-news-post-img {
    margin-bottom: 0 !important;
}
.tintichhop .dt-news-post-img {
    width: calc(100% / 12 * 4);
    margin-right: 10px;*/
    /*margin-bottom: 10px;*/
/*}
.tintichhop .tin-img-inner {
    position: relative;
    padding-bottom: 56.25%;
}

.tintichhop .tin-img {
    border: 1px solid #dbdbdb;
    padding: 5px;
}

.tintichhop .tin-img-inner img {
    position: absolute;
    object-fit: fill;
    width: 100%;
    height: 100% !important;
    background: #dbdbdb;
}

.tintichhop .tin-img-inner-danhsach img {
    width: 100%;
    height: auto;
}*/

