﻿html {
    font-weight: 400;
}

input, button, select, textarea {
    font-family: 'Roboto Condensed', sans-serif !important;
}

.row {
    margin-right: -5px;
    margin-left: -5px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.main-contentcustom {
    background-color: #F2F2F2;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0px !important;
}

.main-content-left-book {
    margin: 0px;
}

#treeWrapper {
    width: 100% !important;
}

.main-contentcustom-flex .left-book,
.main-contentcustom-flex .right-book {
    border-radius: 5px;
}

.main-contentcustom-flex .left-book {
    border: 1px solid #ddd;
}

.tls-head, .box {
    border-radius: 5px 5px 0 0;
}

.main-contentcustom .left-book #root > a {
    background-color: #1091d3;
    border-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 47px;
}

    .main-contentcustom .left-book #root > a > span {
        line-height: 47px;
        color: #fff !important;
        padding: 0 10px;
        border: none;
    }

.main-contentcustom a.jstree-anchor.jstree-clicked {
    padding: 0px 5px 0px 0px !important;
    border-radius: 2px !important;
    box-shadow: none !important;
    border: 1px #b9e1ff solid;
    line-height: 24px !important;
}

.main-contentcustom .jstree .jstree-open > .jstree-children {
    padding-top: 0px;
    padding-bottom: 0px;
}

.main-contentcustom div .jstree-default .jstree-node .jstree-leaf, .main-contentcustom div .jstree-default .jstree-anchor {
    height: 35px;
    line-height: 35px !important;
    width: 100%;
}

.main-contentcustom div .jstree-default .jstree-node .jstree-leaf {
    margin-bottom: 1px;
}

.main-contentcustom .jstree-default ul ul .jstree-node {
    border-top: 1px solid #ebe9e9;
    position: relative;
}

.main-contentcustom .jstree-default ul ul ul .jstree-node {
    margin-left: 0px;
}

.main-contentcustom .jstree-closed > .jstree-ocl {
    background-image: none;
    float: right;
}

.main-contentcustom .jstree-leaf > .jstree-ocl, .main-contentcustom .jstree-closed > .jstree-ocl, .main-contentcustom .jstree-open > .jstree-ocl {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 6;
}

    .main-contentcustom .jstree-closed > .jstree-ocl:before {
        display: inline-block;
        font: normal normal normal 16px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f105";
        padding-left: 0px;
        padding-right: 5px;
        line-height: 32px;
    }

.main-contentcustom .jstree-open > .jstree-ocl {
    background-image: none;
    float: right;
}

    .main-contentcustom .jstree-open > .jstree-ocl:before {
        display: inline-block;
        font: normal normal normal 16px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f107";
        padding-left: 0px;
        padding-right: 5px;
        line-height: 33px;
    }

.main-contentcustom .jstree-default .jstree-themeicon {
    display: none;
}

.main-contentcustom .tree-txt {
    font-weight: normal;
}

.main-contentcustom ul ul .tree-txt {
    padding-left: 10px;
}

.main-contentcustom ul ul ul .tree-txt {
    padding-left: 20px;
}

.main-contentcustom ul ul ul ul .tree-txt {
    padding-left: 30px;
}

.main-contentcustom ul ul ul ul ul .tree-txt {
    padding-left: 40px;
}

.main-contentcustom ul ul ul ul ul ul .tree-txt {
    padding-left: 50px;
}

.main-contentcustom ul ul ul ul ul ul ul .tree-txt {
    padding-left: 60px;
}

.main-contentcustom ul ul li[aria-level="2"] > a > .tree-txt:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f02d";
    padding-left: 0px;
    line-height: 25px;
    background-color: #1091d3;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    margin-right: 5px;
    text-align: center;
}

.main-contentcustom ul ul ul > li > a > .tree-txt:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    padding-left: 0px;
    padding-right: 5px;
    line-height: 32px;
}

.digital-document-main .right-book .nav-pills {
    border-bottom: none !important;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .nav > li > a:hover, .nav > li > a:focus {
    background-color: #DBEAFA !important;
    border-radius: 5px 5px 0 0 !important;
    border-bottom: 2px #DBEAFA solid !important;
}

.tlsinlineblock .nav-pills > li.active > a, .tlsinlineblock .nav-pills > li.active > a:hover, .tlsinlineblock .nav-pills > li.active > a:focus, .tlsinlineblock .nav > li > a:hover, .tlsinlineblock .nav > li > a:focus {
    border-color: #DBEAFA !important;
    color: #444 !important;
}

.nav-pills > li > a {
    padding-left: 30px;
    padding-right: 30px;
}

#FormSearch {
    min-height: 75px;
}

.digital-document-main .lvo-bg-search-lq {
    margin: 0px !important;
    width: 100% !important;
    border-left: 1px #fff solid;
    border-right: 1px #fff solid;
    background-color: #DBEAFA;
    float: left;
}

.btn_Search_advance_cont {
    background-color: #DBEAFA;
    padding-top: 15px;
    border-top: 1px #ddd solid;
    clear: both;
    border-left: 1px #fff solid;
    border-right: 1px #fff solid;
}

.bg-input-lq {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.lvo-bg-input-lq-2 {
    border-radius: 3px 0 0 3px;
}

#btn_Search_advance_cont {
    padding-bottom: 10px;
}

    #btn_Search_advance_cont td {
        padding: 5px;
    }

.bg-search-zone-lq-tbl-1 select, .bg-search-zone-lq-tbl-2 select {
    height: 35px !important;
    border-radius: 3px !important;
    padding-left: 5px;
}

.bg-search-zone-lq-tbl-1 input {
    border: 1px #ddd solid !important;
    border-radius: 3px !important;
    height: 35px !important;
}

.tlsinlineblock #div-total {
    margin-top: 10px !important;
}

#totalItem {
    color: #1091d3;
    font-size: 16px;
}

    #totalItem:before {
        color: #1091d3;
    }

.book-list {
    padding-left: 20px;
    padding-right: 20px;
}

    .book-list div[class*="col-md-"] {
        padding-left: 20px;
        padding-right: 20px;
    }

.item-title .pdl-5 {
    margin: 10px 0 15px 0;
    font-size: 16px;
    color: #212121 !important;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3.2rem;
    line-height: 1.6rem;
    overflow: hidden;
    white-space: unset;
}

.thumb_home {
    border-radius: 10px;
    border: 1px #f1efef solid;
}

    .thumb_home img {
        height: 230px;
        min-height: 230px;
        border-radius: 10px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

@media (max-width: 767px) {
    .thumb_home {
        height: 150px;
        min-height: 150px;
        overflow: hidden;
    }

    .item-audio .thumb_home, .item-video .thumb_home {
        height: 150px;
        min-height: 150px;
    }

        .item-audio .thumb_home img.img_mask {
            left: 50%;
            margin-left: -35px;
        }
}

@media (min-width: 768px) {
    .thumb_home {
        height: 230px;
        min-height: 230px;
        overflow: hidden;
    }

    .item-audio .thumb_home, .item-video .thumb_home {
        height: 150px;
        min-height: 150px;
    }

        .item-audio .thumb_home .img_item, .item-video .thumb_home .img_item {
            height: 100px;
            margin-top: 25px;
            min-height: 100px;
            max-height: 100px;
            border-radius: 0px;
        }
}

@media (min-width: 991px) {
    .thumb_home {
        height: 230px;
        min-height: 230px;
        overflow: hidden;
    }

    .item-audio .thumb_home, .item-video .thumb_home {
        height: 230px;
        min-height: 230px;
    }

        .item-audio .thumb_home .img_item, .item-video .thumb_home .img_item {
            height: 140px;
            margin-top: 45px;
            min-height: 140px;
            max-height: 140px;
            border-radius: 0px;
        }
}

.thumb_home:hover img {
    opacity: 1;
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.book-list .view-down {
    position: absolute;
    bottom: 84px;
    left: 0;
    right: 0px;
    margin-bottom: 0px;
    height: 35px;
    overflow: hidden;
    padding-bottom: 2px;
}

.view-down-div {
    height: 38px;
    padding: 5px 0px 5px 0px;
}

.vd-lbl-v, .vd-lbl-d {
    display: none;
}

.ViewOnlineFileRow:before, .info-num:before {
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f06e";
    padding-left: 0px;
    padding-right: 5px;
}

.DownLoadFileRow:before, .info-16:before {
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f019";
    padding-right: 5px;
}

.info-num, .info-16 {
    color: #6C5DD4;
    margin: 0;
    min-width: 30px;
    min-height: 28px;
    line-height: 28px;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 1px;
    margin-right: 1px;
    background-color: #ddd;
    display: inline-block;
    border-radius: 25px;
    box-shadow: 0 0 5px 0 #6e6666;
    opacity: 0.9;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    --borderWidth: 3px;
}

.item-pdf:hover .info-num, .item-pdf:hover .info-16,
.item-video:hover .info-num, .item-video:hover .info-16,
.item-audio:hover .info-num, .item-audio:hover .info-16 {
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

#page-selection {
    text-align: center;
    margin-bottom: 10px;
}
/*detail*/
.main-content-right-book .lv-article .book-image, .main-content-right-book .lv-article .book-image img {
    border-radius: 10px;
    padding: 0px;
}

.main-content-right-book .lv-article .row-title {
    width: 100%;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
}

.main-content-right-book .lv-article .book-title.col-md-12 {
    padding-left: 5px;
}

.main-content-right-book .lv-article .text-blue h2 {
    background-color: #DBEAFA;
    margin-bottom: 0px;
    width: 100%;
    padding: 10px 50px 10px 10px;
    border-radius: 5px;
}

.main-content-right-book .lv-article .span-title {
    font-weight: bold;
}

.main-content-right-book .lv-article .tab-content {
    padding-left: 5px;
    border: none;
}

.main-content-right-book .lv-article .description {
    margin-bottom: 5px;
    display: inline-block;
    float: left;
}

    .main-content-right-book .lv-article .description p {
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: 22px;
    }

    .main-content-right-book .lv-article .description span {
        line-height: 22px;
        font-weight: bold;
        cursor: pointer;
    }

    .main-content-right-book .lv-article .description.show-more {
        max-height: 66px;
        overflow: hidden;
    }

        .main-content-right-book .lv-article .description.show-more p {
            max-height: 44px;
            overflow: hidden;
        }

            .main-content-right-book .lv-article .description.show-more p + p + p {
                display: none;
            }

        .main-content-right-book .lv-article .description.show-more.show-more-show, .main-content-right-book .lv-article .description.show-more.show-more-show p {
            max-height: unset;
        }

            .main-content-right-book .lv-article .description.show-more.show-more-show p + p + p {
                display: unset;
            }

.main-content-right-book .lv-article .ct-row {
    clear: both;
}

.main-content-right-book .lv-article .book-description {
    float: left;
}

    .main-content-right-book .lv-article .book-description b {
        float: left;
        padding-right: 3px;
        color: #666363;
        font-weight: 600 !important;
    }

.main-content-right-book .lv-article .heading-title {
    font-weight: 600 !important;
    color: #666363;
}

.main-content-right-book .lv-article .view-down {
    text-align: left;
    margin-bottom: 0px;
    float: left;
}

.main-content-right-book .lv-article .view-down-div {
    padding-left: 2px;
    margin-top: 5px;
}

.main-content-right-book .lv-article .info-num,
.main-content-right-book .lv-article .info-16 {
    opacity: 0.7;
    min-width: 70px;
    margin-right: 5px;
    text-align: center;
    background-color: #fff;
    box-shadow: none;
    border: 1px #6C5DD4 solid;
}

.main-content-right-book .lv-article .table.table-striped th {
    background-color: #e6f0fb;
    color: #666363;
}

.main-content-right-book .lv-article .table.table-striped td {
    border: 1px #eee solid !important;
    padding: 15px;
}

@media (min-width:768px) {
    .mq-dtlist-header0, .mq-dtlist-label0 {
        width: 10%;
    }

    .mq-dtlist-header1, .mq-dtlist-label1 {
        width: calc(70% - 145px);
    }

    .mq-dtlist-header2, .mq-dtlist-label2 {
        width: 20%;
    }

    .mq-dtlist-header3, .mq-dtlist-label3 {
        width: 145px;
    }

    .mq-dtlist-label0, .mq-dtlist-label1, .mq-dtlist-label2 {
        padding-top: 5px !important;
    }
}

@media (max-width:767px) {
    .mq-dtlist-header0, .mq-dtlist-label0 {
        width: 20%;
    }

    .mq-dtlist-header1, .mq-dtlist-label1 {
        width: 60%;
    }

    .mq-dtlist-header2, .mq-dtlist-label2 {
        width: 20%;
    }

    .mq-dtlist-label3 {
        width: 100%;
        float: right !important;
        padding-top: 5px !important;
        text-align: left !important;
    }

        .mq-dtlist-label3 a.sanco {
            display: inherit !important;
            float: left;
        }

    .mq-Dtlist .mq-dtlist-header3 {
        display: none;
    }
    .fileattach {
        overflow-x: scroll;
        overflow-y: hidden;
    }

    #dlFileAttach {
        min-width: 380px;
    }
}

.sanco, .sanco:hover, .sanco:focus {
    padding: 5px 10px;   
    background-color: #3498DB;
    display: block;
    float: left;   
    margin: 1px 0 1px 5px;
}
/*sách yêu thích*/
.favourite-book {
    position: absolute;
    right: 10px;
    top: 5px;
    border: none;
    font-size: 20px;
}

    .favourite-book input {
        border: 0;
        width: 1px;
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
        opacity: 0;
    }

    .favourite-book label {
        position: relative;
        float: right;
        color: #C8C8C8;
    }

        .favourite-book label:before {
            margin: 5px;
            content: "\f005";
            font-family: FontAwesome;
            display: inline-block;
            font-size: 1.5em;
            color: /*#ccc*/ #fff;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none;
        }

    .favourite-book input:checked ~ label:before {
        color: #ffc001;
    }

    .favourite-book label:hover ~ label:before {
        color: #ffdb70;
    }

    .favourite-book label:hover:before {
        color: #FFC107;
    }
/*list*/
.lov-item-book-title {
    background-color: #DBEAFA !important;
    border-left: 1px #fff solid !important;
    border-right: 1px #fff solid !important;
    color: #1091d3;
}

.lov-item-book-new-style .description-item img {
    float: left;
    margin-right: 10px;
}

.lov-item-book-new-style .description-item a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: unset;
}
.lov-item-book-new-style .description-item .lvDescription {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: unset;
    font-size: 14px;
    padding-top: 1px;
    font-style: italic;
}

@media(max-width:991px) {
    .tls {
        margin-top: 10px;
    }

    .digital-document-main .lvo-bg-search-lq {
        padding: 15px;
    }

    .bg-btn-search-lq {
        top: 15px;
        right: 55px;
    }

        .bg-btn-search-lq button[type="button"] {
            height: 34px;
        }

            .bg-btn-search-lq button[type="button"]:focus {
                outline: none !important;
            }

    .bg-btn-search-advance-lq {
        top: 15px;
        right: 15px;
    }

        .bg-btn-search-advance-lq button[type="button"] {
            height: 34px;
        }

    .nav-pills > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
}
