﻿/* Bengin vbsongngu */
.popup-head-phantichvb {
    width: 100%;
    float: left;
    background: #444;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.head-vbsongngu {
    width: 100%;
    float: left;
    background: #f7f7f7;
    border: solid 1px #ddd;
    padding: 6px 16px;
    font-size: 14px;
}

.rowssa-1 {
    width: 100%;
    float: left;
    border: solid 1px #ddd;
    border-top: 0;
    border-bottom: 0;
    padding: 10px 16px
}

.btn-mucluc-ssa {
    float: left;
    background: #fff;
    border: solid 1px #118b8e;
    color: #118b8e;
    font-weight: bold;
    height: 24px;
    padding: 0 8px;
    cursor: pointer;
    border-radius: 4px;
}

    .btn-mucluc-ssa svg {
        margin-right: 5px;
    }

.toc-head-doc {
    float: left;
    width: 100%;
    background: #a67c52;
    font-size: 16px;
    padding: 8px 16px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-dropdown-close {
    right: 12px;
    font-size: 24px;
    position: absolute;
    top: 2px;
    cursor: pointer;
}

.toc-document {
    float: left;
    width: 100%;
    padding: 4px 16px;
    background: #FFFDF2;
}

.toc-item {
    margin: 8px 0;
    font-size: 15px;
}

.head-vbsongngu {
    width: 100%;
    float: left;
    background: #f7f7f7;
    border: solid 1px #ddd;
    padding: 6px 16px;
    font-size: 14px
}

.block-vbsongngu {
    padding: 16px;
    float: left;
    width: 100%
}

.popup-wrapper.popup-vbsongngu {
    max-width: 1366px
}

.body-vbsongngu {
    border: solid 1px #ddd;
    padding: 16px;
    line-height: 1.6;
    font-size: 14px;
    height: 69vh;
    overflow-y: auto;
    scrollbar-width: thin;
    position: relative;
    scrollbar-color: #e0e0e0 transparent
}

    .body-vbsongngu * {
        font-size: 14px
    }

    .body-vbsongngu::-webkit-scrollbar {
        width: 8px;
        background-color: #f9f9f9
    }

    .body-vbsongngu::-webkit-scrollbar-thumb {
        background: #e0e0e0
    }

    .body-vbsongngu p {
        margin: 8px 0
    }

.bg-songngu {
    background: antiquewhite
}

.info-vbsongngu {
    margin-bottom: 16px;
    width: 100%;
    float: left
}

.vbsongngu-col2 {
    float: left;
    width: 50%;
    position: relative
}

.ulbieumau {
    position: absolute;
    right: 20px;
    display: none !important;
    z-index: 99;
    background: #fff;
    padding: 8px 16px !important;
    width: 200px;
    margin-top: 25px !important;
    border-radius: 10px !important
}

    .ulbieumau li {
        display: block;
        list-style: none;
        padding: 6px 0
    }

.hover-bieumau:hover .ulbieumau {
    display: inline-block !important
}

.text-xemndpc {
    padding: 16px;
    display: none;
    text-align: center;
    font-size: 13px;
}

.aa {
    float: right;
    display: inline-block;
}

.icaa {
    border: solid 1px #ddd;
    height: 24px;
    display: inline-block;
    width: 36px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}
/* dropdown 1*/
.dropdown {
    position: relative
}

.dropdown-wrapper {
    background: #fff;
    display: none;
    position: absolute;
    z-index: 9991;
    width: 300px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
}

    .dropdown-wrapper.wrapper-full {
        width: 100%;
        top: 36px
    }

.btn-dropdown-close {
    right: 12px;
    font-size: 24px;
    position: absolute;
    top: 2px;
    cursor: pointer
}

.text-red {
    font-weight: bold;
    color: #d72027;
}

.tag-document-ai {
    display: flex;
    font-size: 12px;
    align-items: center;
    gap: 8px;
    color: #666;
    margin-top: 10px;
}

.icon-ai16 img {
    height: 16px;
    width: 16px;
    display: inline-block;
}

@media only screen and (max-width:960px) {
    .popup-wrapper.popup-phantich {
        height: auto;
        width: 90%;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%)
    }

    .title-chidan-1 {
        display: none
    }

    .title-chidan-2 {
        width: 100%
    }

    .popup-head-phantichvb {
        font-size: 15px
    }

    .close-popup.bgred {
        top: -12px
    }

    .text-xemndpc {
        display: block;
    }
}
/* End vbsongngu */






/* Bengin tooltip JS */
.tooltip-box {
    position: absolute;
    max-width: 500px;
    z-index: 99;
    pointer-events: auto;
    display: none;
}

    .tooltip-box.show {
        display: block;
    }

.tooltip-template {
    display: none;
}

.tooltip-wrapper {
    position: relative;
}

.tooltip-header {
    border-bottom: solid 1px #e0e0e0;
    padding: 10px 16px;
}

.tooltip-title {
    font-weight: bold
}

.tooltip-content {
    max-height: 400px;
    color: #000;
    font-size: 14px;
    overflow-y: auto;
    padding: 12px 24px 12px 12px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.25);
    border: solid 1px #FDC689;
    background-color: #FFF8E4;
    position: relative;
    border-radius: 3px;
}

    .tooltip-content * {
        font-size: 14px !important;
    }

.close-tip {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    padding: 0;
    margin: 0;
    width: 24px;
    height: 20px;
    display: none;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
    border-radius: 3px;
    border: solid 1px #e0e0e0;
}

.tooltip-relate {
    position: relative;
    display: inline
}

.btn-tip-relate {
    cursor: pointer;
}

.div-relate {
    display: none;
    position: absolute;
    z-index: 9;
    text-align: left;
    left: 0;
}

.tooltip-relate:hover .div-relate {
    display: block;
}

.div-relatevb {
    float: left;
    width: 500px;
    max-height: 430px;
    color: #000;
    font-size: 14px;
    overflow-y: auto;
    padding: 12px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    border: solid 1px #FDC689;
    background-color: #FFF8E4;
    position: relative;
    border-radius: 3px
}

.close-relate {
    position: absolute;
    right: 0;
    font-size: 24px;
    top: 10px;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.div-relatevb * {
    font-size: 14px !important
}

.div-relatevb p {
    color: #222;
    margin: 0
}

.ul-relatevb {
    padding: 0;
    margin: 0;
    font-weight: bold
}

    .ul-relatevb li {
        list-style: none;
        padding: 5px 0;
        padding-top: 5px;
        font-weight: bold;
        line-height: 1.6
    }

        .ul-relatevb li a {
            text-decoration: none !important
        }

.tooltip-boxs {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    border: solid 1px #FDC689;
    background-color: #FFF8E4;
    width: 500px;
    display: inline-block;
    border-radius: 3px;
    position: relative;
    text-align: left;
}

.text-theo-doi {
    color: #222;
    font-size: 14px !important;
    padding: 12px;
    overflow-y: auto;
    scrollbar-width: thin;
    max-height: 200px;
    line-height: 1.6 !important;
}

.box-select-m {
    display: none;
}

.bg_xam2 {
    background: #cacaca;
    padding: 3px 0;
}

.bg_huongdan {
    font-size: 11px !important;
    background: #049f7f;
    border-radius: 3px;
    color: #fff;
    padding: 1px 2px;
    font-weight: bold;
    position: relative;
    top: -2px;
    margin-left: 5px;
    display: inline-block;
    cursor: pointer;
}

.bg_yellow {
    background: #fff88f;
    padding: 3px 0;
}

.blockquote-entry {
    background: #afddf5;
    color: #222;
    padding: 16px 32px;
    border-radius: 5px;
    font-style: italic;
    margin-bottom: 20px;
    position: relative;
}

.phaybloc1 {
    height: 12px;
}

.phaybloc2 {
    height: 12px;
}

div[class^="docitem"] {
    margin: 8px 0;
    position: relative;
}

.bg-bosung {
    background: #ffba00;
    color: #000;
    padding: 2px 5px;
    border-radius: 2px;
    font-size: 11px !important;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}

    .bg-bosung.bg-bosung-dark {
        background: #666;
        color: #fff;
    }

.clcam {
    color: #FF8000 !important;
}

.cldark {
    color: #666 !important;
}

.clxanh {
    color: #049f7f !important;
}

.text-link {
    color: #a60b0a;
    cursor: pointer;
}

.figure-table {
    overflow-x: auto;
    white-space: nowrap;
}

    .figure-table table {
        border-collapse: collapse;
        border-spacing: 0;
        margin: 0 !important;
        width: 100% !important;
    }

.the-document-text {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

.tooltipexpired {
    color: #f00;
    font-style: italic;
    font-weight: normal;
    font-size: 13px !important;
    text-transform: none;
    margin-left: 5px;
}

.popup-wrapper.popup-mucluc {
    max-width: 800px;
}

.document-height {
    max-height: 65vh;
    scrollbar-width: thin;
    overflow-y: auto;
    scrollbar-color: #e0e0e0 transparent;
}

.row-head-status {
    padding: 4px 16px;
    float: left;
    width: 100%;
    border-bottom: solid 1px #ddd;
}

.item-status {
    display: inline-block;
    margin-right: 16px;
    position: relative;
    font-size: 13px;
}

    .item-status:last-child {
        margin-right: 0;
    }

    .item-status .tgl-light + .tgl-btn {
        position: relative;
        top: 4px;
        margin-right: 6px;
    }

.btn-printdoc {
    cursor: pointer;
    display: inline-block;
}

.color-white {
    color: white;
}

.bg_suadoibosung {
    background: #FF8000;
    color: #fff;
    border-radius: 3px;
    font-size: 11px !important;
    padding: 3px;
    font-weight: bold;
    position: relative;
    top: -2px;
    margin-left: 5px;
    display: inline;
    cursor: pointer;
}

.bg_baibo {
    background: #666;
    color: #fff;
    border-radius: 3px;
    font-size: 11px !important;
    padding: 3px;
    font-weight: bold;
    position: relative;
    top: -2px;
    margin-left: 5px;
    display: inline;
    cursor: pointer;
}

.bg_baibocumtu {
    text-decoration: line-through;
    color: #8100DD;
}

.color-huongdan {
    color: #008000;
}

.color-suadoibosung {
    color: #FF8000;
}

.color-baibo {
    color: #666;
}

.ul-chuthich-mucluc {
    margin: 8px 0;
    padding: 0 0 0 32px;
    float: left;
    width: 100%;
}

    .ul-chuthich-mucluc li {
        list-style: none;
        padding: 6px 0;
    }

.doc-sticky .text-sticky-hide {
    display: none;
}

.tip-shadow {
    font-weight: normal;
    font-size: 13px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
    background-color: #fff;
    width: 100%;
    color: #222;
    float: left;
    padding: 12px;
    cursor: initial;
    position: relative;
}

.tip-ai {
    border-top: solid 1px #e0e0e0;
    padding-top: 10px;
    position: relative;
    margin-top: 10px;
    color: #666;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icon-AI img {
    height: 22px;
    display: inline-block;
}

.checkboxdownload {
    position: relative;
    float: left;
}

.list-download .checkbox {
    margin: 0;
    position: relative;
    left: initial;
}

.ic-download-vb {
    position: relative;
    height: 28px;
    width: 28px;
    top: -5px;
}

.doc-vbl-heading {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}

.the-document-heading.fixhead {
    margin-bottom: 24px;
    border-bottom: solid 1px #DDD;
    padding-bottom: 12px;
}

.list-download-sub1 {
    width: 100%;
    float: left;
    padding-left: 40px;
    position: relative;
    margin-bottom: 30px;
}

.row-download-sub {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 12px;
    gap: 10px;
    display:flex;
}

    .row-download-sub::before {
        position: absolute;
        content: "";
        height: 1px;
        width: 20px;
        left: -26px;
        top: 8px;
        background: #ddd;
    }
.list-download-sub2 .row-download-sub::before {
    left: 0px;
}

.row-download-center {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
}

    .row-download-center::before {
        position: absolute;
        content: "";
        border-bottom: solid 1px #e0e0e0;
        width: 100%;
        left: 0;
        bottom: 14px;
        right: 0;
    }

.btn-more-download {
    cursor: pointer;
    font-style: italic;
    color: #666;
    border: solid 1px #e0e0e0;
    padding: 3px 12px;
    border-radius: 5px;
    display: inline-flex;
    z-index: 9;
    position: relative;
    background: #fff;
    align-items: center;
    gap: 5px;
}

.list-download-sub1::after {
    position: absolute;
    content: "";
    width: 1px;
    background: #ddd;
    top: 4px;
    left: 14px;
    bottom: 10px;
}

.row-download-file {
    float: left;
    width: 100%;
}

.link-download-file {
    display: inline-block;
    margin-right: 5px;
    font-weight: bold;
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 6px;
    color: #a67c52;
    border: solid 1px #ddd;
    cursor: pointer;
}

.svg-down {
    margin-right: 3px;
    position: relative;
    top: 0px;
}

.link-download-file-2 {
    display: inline-block;
    background: cadetblue;
    color: #fff;
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 6px;
    border: solid 1px cadetblue;
    font-weight: bold;
    text-align: center;
}

.row-download-sub .checkbox {
    margin: 0;
    position: relative;
    left: inherit
}

.row-download-sub::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #666;
    border-radius: 100%;
    left: -30px;
    top: 4px;
    z-index: 1;
}

.para-hover, .para-active {
    background: #fff59d;
}

.bg-soanh1.para-active, .bg-soanh1.para-hover {
    background: #ffccbc;
}

.bg-soanh3.para-active, .bg-soanh3.para-hover {
    background: #d8ffac;
}

.no-para.para-active, .no-para.para-hover {
    background: #f9d8cf;
}

.news-para.para-active, .news-para.para-hover {
    background: #d8ffac;
}


@media only screen and (max-width:960px) {
    .tooltip-box.show {
        left: 2% !important;
        right: 2% !important;
        max-width: 96%;
    }

    .box-select-m {
        display: block;
    }

    .close-tip {
        display: flex;
    }
}

/* End tooltip JS */






/*Bengin fix last */

.mg0 {
    margin-bottom: 0
}

.p-hide {
    display: none
}
.list-download {
    float: left;
    width: 100%;
    position: relative;
    font-size: 15px;
    display: flex;
    gap: 10px;
    margin: 0 0 24px 0;
    padding: 0;
}
.list-head {
    font-size: 16px;
    float: left;
    width: 100%;
    margin-bottom: 24px;
    margin-top: 0px;
    position: relative;
}
.list-download-sub2 {
    width: 100%;
    float: left;
    margin-top: 16px;
    position: relative;
}
    .list-download-sub2 .row-download-sub::after {
        left: -2px;
    }
    .list-download-sub2 .row-download-sub, .row-download-sub.sub-phu-luc {
        padding-right: 0;
        padding-left: 24px;
    }

.row-download-sub {
    width: 100%;
    float: left;
    padding-left: 0px;
    position: relative;
    margin-bottom: 12px;
}
.ic-download-sub {
    height: 16px;
    width: 16px;
    position: absolute;
    left: 4px;
    top: 0;
}
.row-download-sub::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 20px;
    left: -26px;
    top: 8px;
    background: #ddd;
}
.list-download-sub2::after {
    position: absolute;
    content: "";
    width: 1px;
    background: #ddd;
    top: 4px;
    left: 2px;
    bottom: 24px;
}
.list-download-sub1 {
    width: 100%;
    float: left;
    padding-left: 40px;
    position: relative;
    margin-bottom: 30px;
    overflow-y: auto;
    scrollbar-width: thin;
}
.file-docvb {
    color: brown;
    font-size: 12px;
    font-weight: bold;
}
@media only screen and (max-width:960px) {
    .p-hide {
        display: inline-block
    }

    .m-hide {
        display: none !important
    }

    .text-sticky-hide {
        display: none !important
    }
}
/*End fix last */
