:root {
    --main-color: #136c9d;
    --second-color: #ff4d4f;
}


a,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-family: Inter, sans-serif !important;
}

.container {
    width: 100%;
    max-width: 1024px !important;
}

/* Custom boostrap */
/* Remove padding from Bootstrap rows */
.no-padding-row {
    margin-right: -15px;
    margin-left: -15px;
}

/* Optional: Add padding to columns within the row */
.no-padding-row .no-padding-col {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.row-search .form-select {
    border-radius: 0px !important;
}

/* Header */
.header-1 {
    background-color: #0b537b;
    height: 33px;
    min-height: 30px;
    padding: 3px 0px;
}

.header {
    background-color: #fff;
    min-height: 30px;
    padding: 5px 0px;
    border-bottom: 1px solid #e4e3e3;
    box-shadow: 0 4px 8px rgb(194 194 194 / 10%);
}

.logo_img {}

.logo_img img {
    height: 50px !important;
}

/* Menu */
.menu-1 {
    height: 33px;
}

.menu-header-2 {
    display: inline;
    float: right;
    margin-bottom: 6px;
}

.guide_page h1 {
    font-size: 24px;
}

.guide_page h2,
.guide_page h3,
.guide_page h4 {
    font-size: 18px !important;
    color: var(--main-color);
}

.guide_page p,
ul,
li,
a,
span {
    font-size: 14px !important;
}

.brc_all * {
    color: #6f6e6e;
}

.guide_page ul {
    padding-left: 0px;
}


.menu-header-1 {
    display: inline;
    float: right;
    padding-left: 0px !important;
    margin-bottom: 3px !important;
}

.menu-header-1 * {
    font-size: 13px !important;
}

.menu-header-2 {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.menu-header-1 li {
    padding-left: 20px !important;
    padding-right: 0px !important;
}

li.menu-item {
    display: inline-block;
    list-style: none;
    padding-left: 20px;
    position: relative;
}

.form-group {
    margin-bottom: 6px;
}

.log_out_header {
    background-color: var(--main-color) !important;
    color: #fff !important;
    padding: 1px 6px !important;
    border-radius: 3px !important;
}

.form-select,
.form-control {
    padding: 2px 8px !important;
    border-radius: 3px !important;
    font-size: 14px !important;
}

a.menu-link:hover,
a.menu-link {
    color: #000;
    text-decoration: none;
    /* font-size: 14px !important; */
}

.info_legal_doc_show td {
    padding: 1px 5px !important;
}

.user_info_area .legal_doc_list {
    width: 100% !important;
    padding: 10px !important;
}

button.btn {
    padding: 3px 6px;
    font-size: 13px;
    margin-top: 0px;
}

.no-padding-col {
    padding: 5px;
}


.btn-huong-dan {
    font-size: 13px !important;
}

.row-search .btn-search {
    background-color: var(--main-color) !important;
    width: 100%;
    border-radius: 3px !important;
    color: #fff;
}

.table_tom_tat td {
    padding: 1px 5px;
}

.row-search .btn-search-1 {
    background-color: #b06953 !important;
    width: 100%;
    border-radius: 3px !important;
    color: #fff;
}

.row-search .form_search {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.btn-search i {
    color: #fff;
}

.row.no-padding-row.row-search {
    padding: 4px 0px;
}

/* home-tabs-feat */
.home-tabs-feat {
    min-height: 150px;
    padding-bottom: 25px;
}

/* Home */
.banner {
    padding-top: 15px;
}

.banner .nav-link {
    padding: 6px 10px;
}

.banner .nav-tabs .nav-link {
    background: #ebebeb;
    color: #000;
    margin-right: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.banner .tab-pane {
    background-color: #fff;
    padding: 12px 24px 12px 12px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.databaseTitle {
    color: #10578d !important;
    font-size: 15px !important;
    font-weight: 700;
}

.databaseItem {
    color: #000 !important;
    font-size: 14px !important;
    /* font-weight: 500; */
    cursor: pointer !important;
    padding-bottom: 5px !important;
}

.quantityitem {
    font-size: 13px !important;
    font-weight: 600;
    color: #000;
    margin-left: 0px;
}

a {
    text-decoration: none !important;
}

.databaseToolItemTitle {
    background-color: #c3e2f478;
    border-radius: 6px;
    padding: 5px;
    margin-bottom: 10px;
    cursor: pointer !important;
}

img,
video {
    max-width: 100%;
}

.databaseToolItemTitle h3 {
    font-size: 15px !important;
    font-weight: 700;
    margin: 3px 1px 4px 0px;
    color: #10578d !important;
}

.databaseToolItemTitle p {
    font-size: 14px !important;
    line-height: 19px;
    color: #000;
    margin-bottom: -5px;
}

p:empty {
    display: none;
}

@media (max-width: 767px) {

    .single-post .post-item4 img {
        width: 100% !important;
        height: 150px !important;
        margin-bottom: -20px !important;
    }


    .archive-page .post-item4 img {
        width: 100% !important;
        height: 200px !important;
        margin-bottom: 0px !important;
    }

    .post-item4 .left-col-text {
        padding: 0px 11px !important;
        overflow-y: hidden;
    }

    .archive-page {
        margin-left: -1px;
    }

    .single-post .short_inffo,
    .archive-page .short_inffo {
        padding: 0px !important;
    }

    .col-sm-3 {
        width: 25% !important;
    }

    .col-sm-6 {
        width: 50% !important;
    }

    .col-sm-9 {
        width: 75% !important;
    }
}

.home-post-item1 .image {
    padding: 8px 1px 1px 15px;
}

.home-post-item1 .name h3 {
    color: #000 !important;
    text-align: justify;
    margin-bottom: 2px;
    margin-top: 5px;
    line-height: 19px;
    font-size: 15px;
    font-weight: 700;
}

.home-post-item1 .short_decription {
    color: #000 !important;
    text-align: justify;
    margin-bottom: 2px;
    margin-top: 5px;
    line-height: 19px;
    font-size: 14px;
}

.home-post-item2 a {
    color: #000;
    font-size: 14px;
    text-align: justify;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.home-post-item2 {
    padding-left: 5px;
    padding-right: 0px;
}

.home-post-item2 li {
    list-style: none;
    margin-bottom: 2px;
}

.home-post-item2 .fa-caret-right {
    margin-right: 8px;
}

.row.home-post-item1 {
    margin-bottom: 7px;
}

.item_home_post {
    padding-top: 15px;
    padding-bottom: 14px;
}

.item_home_post h2 {
    font-size: 22px;
    color: #000;
    margin-bottom: 4px;
}

.home_intro {
    padding-top: 20px;
}

.home_intro h2 {
    font-size: 22px;
    color: #000;
}

.home_intro p {
    font-size: 14px;
    color: #000;
}

.home_intro_content {
    background-color: #ededed;
    padding: 10px 10px;
    text-align: justify;
    border-radius: 9px;
}

.home_intro_content strong {
    color: red;
}

.left-sidebar-menu a {
    font-size: 14px !important;
    color: #000;
}

.left-sidebar-menu i {
    margin-right: 5px;
}

.left-sidebar-menu li {
    list-style: none;
}

.left-sidebar-menu ul {
    padding-left: 10px;
    padding-bottom: 7px;
    border-radius: 3px;
    padding-right: 8px !important;
}

.left-sidebar-menu h2 {
    color: #ffffff;
    font-size: 15px !important;
    font-weight: 700;
    margin-top: 0 !important;
    border-bottom: 1px solid #d4d4d4;
    padding: 6px 4px 7px 18px;
    background-color: var(--main-color);
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.left-sidebar-menu {
    background-color: #f6f6f6;
    padding: 0px;
    border-radius: 3px;
    text-align: justify;
}

.banner_home_1 {
    margin-bottom: 10px;
    margin-top: -5px !important;
}

.banner_home_1 img {
    border-radius: 3px;
}

img {
    border-radius: 3px;
}

li {
    list-style: none;
}

.account_name {
    font-size: 13px !important;
    float: right;
    background-color: #f9ff05;
    border-radius: 3px;
    color: #000;
    padding: 2px 5px;
}

.right-sidebar-menu ul {
    padding-left: 8px;
    padding-right: 8px;
    text-align: justify;
    margin-bottom: 0px;
}

.right-sidebar-menu h2 {
    color: #ffffff;
    font-size: 15px !important;
    font-weight: 600;
    margin-top: 0 !important;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 6px;
    background-color: #ebebeb;
    padding-top: 6px;
    padding-left: 10px;
    padding: 6px 4px 7px 9px;
    background-color: var(--main-color);
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    margin-bottom: -2px;
}

.right-sidebar-menu li a {
    font-size: 13px !important;
    color: #000;
}

.right-sidebar-menu {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    margin-bottom: 10px;
}

.right-sidebar-menu i {
    display: none;
}

.right-sidebar-menu li {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 3px;
}

.legal_doc_name {
    color: #020202 !important;
    text-align: justify;
    margin-bottom: 1px;
    margin-top: 5px;
    line-height: 17px;
    font-weight: 500;
    font-size: 13.5px;
}

.legal_doc_info {
    margin-top: 5px;
    font-size: 13px;
    padding-bottom: 5px;
}

.sidebar {
    width: 25% !important;
}

.legal_doc_detail .sidebar {
    width: 30% !important;
}

.legal_doc_list {
    width: 50% !important;
    padding: 0px 3px !important;
}

.legal_doc_list .nav-link.active {
    background-color: var(--main-color) !important;
    color: #fff !important;
}

.legal_doc_list .nav-link {
    padding: 3px 6px;
    background-color: #e6e6e6 !important;
    margin-right: 4px;
    color: #000;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
}

.legal_doc_show .nav-link.active {
    background-color: var(--main-color) !important;
    color: #fff !important;
    border-bottom: 1px solid var(--main-color);
}

.legal_doc_show .nav-link {
    padding: 3px 9px;
    background-color: #e6e6e6 !important;
    margin-right: 4px;
    color: #000;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
}

.legal_doc_list .legal-doc-item1 {
    padding: 3px 9px 16px 16px;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    border: 1px solid #dadada !important;
    border-radius: 6px;
    box-shadow: 0 0px 6px 2px rgb(212 212 212 / 5%);
    transition: box-shadow .18s ease;
}


.lva .left-sidebar-menu {
    max-height: 892px;
    overflow-y: scroll;
}

.footer-title {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
}

footer {
    background-color: #eee;
    margin-top: 0px;
    padding-top: 17px;
    padding-bottom: 10px;
}

.note_show {
    margin-bottom: 10px;
}

footer p {
    margin-bottom: 5px;
    font-size: 14px;
}

@media screen and (min-width: 991px) {
    .legal_doc_archive .legal_doc_left {
        width: 70% !important;
        padding: 0px 5px !important;
    }

    .legal_doc_archive .legal_doc_right {
        width: 30% !important;
        padding: 0px 5px !important;
    }

    .bvlq .post-item4 img {
        width: 236px !important;
        height: 146px !important;
    }

    .single-post {
        display: flex;
    }

    .post-group-1 {
        width: 70% !important;
    }

    .post-group-2 {
        width: 30% !important;
        min-width: 300px !important;
        padding: 0px 16px !important;
    }

    .show_mobile {
        display: none !important;
    }

    .show_desk {
        display: block !important;
    }

    .legal_doc_show {
        margin: 0 !important;
        width: 70% !important;
        padding: 0px 3px !important;
        padding-right: 10px !important;
    }

    .mobile-menu {
        display: none !important;
    }

    .content-tab {
        padding: 0px !important;
        /* border: 1px solid #e3e3e3; */
        border-bottom-left-radius: 3px !important;
        border-bottom-right-radius: 3px !important;
        padding: 0px 0px 0px 12px !important;
        width: 100% !important;
    }

    .short_inffo {
        width: 30%;
    }

    .title_h1_mobile {
        display: none !important;
    }
}

.intro_page_abc ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 6px;
}

.intro_page_abc li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 1px;
    font-size: 14px !important;
}

.intro_page_abc li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: green;
    font-weight: bold;
}

.btn-primary {
    color: #fff;
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}

.modal-fullscreen .modal-dialog {
    width: 100%;
    max-width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
}

.modal-fullscreen form {
    height: 100vh;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border-radius: 0;
    border: none;
}

.pagination .page-item.active .page-link {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}

.gtagshow {
    display: none !important;
}

p:empty {
    display: none;
}

.brc_all {
    margin-top: -3px !important;
    margin-bottom: -3px;
}



@media screen and (max-width: 991px) {


    .archive-page {
        margin: -1px;
    }

    .legal_doc_detail .short_inffo,
    .post-archive .short_inffo {
        padding: 0px !important;
    }

    .legal_doc_detail .short_inffo,
    .single-post .short_inffo,
    .archive-page .short_inffo {
        width: 100% !important;
    }

    .chat-box {
        position: fixed;
        bottom: 13px !important;
        right: 8px !important;
        width: calc(100vw) !important;
        background-color: #fff;
        border: 1px solid #ccc;
        display: none;
        z-index: 10;
        border-radius: 12px;
    }

    .note_show {
        display: none !important;
    }

    .legal_doc_name {
        font-size: 16px !important;
    }

    .legal_doc_archive .legal_doc_left {
        width: 100% !important;
        padding: 0px 15px !important;
    }

    .legal_doc_archive .legal_doc_right {
        width: 100% !important;
        padding: 0px 15px !important;
    }

    .search_mobile {
        display: flex;
        padding-left: 15px !important;
        padding-top: 10px !important;
    }

    .search_mobile .input_search {
        width: 80% !important;
    }

    .search_mobile .button_search {
        width: 20% !important;
    }

    .archive-page .post-item4 img {
        width: 100% !important;
        height: 90px;
        margin-bottom: 0px !important;
    }

    .single-post .post-item4 img {
        width: 100% !important;
        height: 150px;
        margin-bottom: 0px !important;
    }

    .post-group-1 .post-item4 .left-col-text {
        padding: 10px !important;
    }

    .post-group-1 {
        width: 100% !important;
    }

    .post-group-2 {
        width: 100% !important;
        min-width: 300px !important;
        padding: 0px 16px !important;
    }

    .hidden-mb {
        display: none !important;
    }

    .price_item {
        padding: 15px !important;
        margin-bottom: 15px;
    }

    .price_table .title_1 {
        min-height: 10px !important;
    }

    .md_muc_luc_btn_cls .left-sidebar-menu {
        display: block !important;
    }

    .title_h1_mobile {
        display: block !important;
        padding-left: 20px;
        color: #292929;
        padding-bottom: 8px !important;
        margin-top: -10px !important;
        font-size: 20px !important;
        text-align: justify !important;
    }

    .menu_legal_child li {
        padding: 3px 6px 4px 7px !important;
    }

    .banner_img {
        margin-top: 20px;
    }

    .show_mobile {
        display: block !important;
    }

    .show_desk {
        display: none !important;
    }

    .nav-tabs {
        margin-left: -2px !important;
    }

    .legal_doc_show {
        padding: 0px !important;
    }

    .legal_doc_show .nav-link {
        padding: 3px 6px;
    }

    .scrolled {
        display: none !important;
    }

    .mbc2 {
        margin-top: -5px !important;
        padding-bottom: 9px;
        margin-left: -11px;
    }

    .legal_doc_detail h1 {
        padding-left: 20px;
        font-weight: bold;
        margin: -1px 1px 8px -21px !important;
        padding-bottom: 9px;
        color: #292929;
        font-size: 20px;
    }

    .content-tab-mb {
        padding: 10px !important;
        margin-top: -10px;
    }

    .menu_legal_child ul {
        padding-left: 0px !important;
        border: 1px solid #dbdbdb;
        margin-bottom: 0px !important;
        background: #fff !important;
        border-radius: 3px;
    }

    .hmb {
        display: none !important;
    }

    .legal_doc_detail .sidebar {
        width: 0% !important;
        padding: 0px !important;
    }

    .legal_doc_show {
        width: 100% !important;
    }

    .home_intro {
        padding-top: 5px;
    }

    .home_intro_content {
        margin-bottom: 14px !important;
    }

    .row.home-post-item1 {
        margin-bottom: 7px;
        padding-right: 12px;
    }

    .sidebar {
        width: 100% !important;
    }

    .legal_doc_list {
        width: 100% !important;
        padding: 0px 10px !important;
    }

    .home_page .databaseToolItemTitle,
    .home_page .left-sidebar-menu {
        display: none;
    }

    .item_tool_home {
        width: 73% !important;
    }

    .databaseToolItemTitle {
        background-color: #c3e2f478;
        border-radius: 6px;
        padding: 5px;
        margin-bottom: 3px;
        cursor: pointer !important;
        margin-left: 0px !important;
        margin-top: 9px !important;
    }

    .header_desktop {
        display: none;
    }

    .mobile-menu {
        display: block !important;
        background-color: #fff;
        border-bottom: 1px solid #e4e3e3;
        box-shadow: 0 4px 8px rgb(194 194 194 / 10%);
        padding-bottom: 0px !important;
    }
}

.mobile-menu .navbar-collapse {
    background-color: #fff;
    padding-top: 10px;
}

.mobile-menu .fa-bars {
    font-size: 24px;
    color: var(--main-color);
    padding-top: 7px;
    padding-left: 10px;
}

.mobile-menu li {
    line-height: 30px;
}

.mobile-menu .navbar-nav {
    padding-bottom: 10px;
}

.navbar {
    padding-bottom: 0px;
}

.legal_doc_left {
    width: 100% !important;
}

.legal_doc_right {
    width: 100% !important;
}

.legal_doc_archive .legal_doc_show {
    padding: 0px 15px !important;
}

.errorpage {
    padding-top: 200px;
    padding-bottom: 300px;
}

@media screen and (min-width: 991px) {
    .search_mobile {
        display: none !important;
    }

    .content_post {
        padding-right: 15px;
    }

    .legal_doc_left {
        width: 70% !important;
        padding: 0px 5px !important;
    }

    .legal_doc_right {
        width: 30% !important;
        padding: 0px 5px !important;
        padding-top: 6px !important;
    }
}

.nav-link {
    font-size: 14px !important;
}

.legal_doc_archive {
    padding-top: 15px;
}

hr {
    margin-bottom: 5px;
}

div#advanced-search-options {
    background-color: #fafafa;
    margin-top: 10px;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #c4c4c4;
    font-size: 14px !important;
}

.row.row-search {
    /* margin-top: 10px; */
    margin: 0px;
    background-color: #e4e4e46e;
    border: 1px solid #dedede;
    border-radius: 3px;
}

.legal_info {
    margin-bottom: -4px;
}

.legal_doc_archive .title_h1 {
    font-weight: bold;
    margin: 7px 4px -1px 0px;
    padding-bottom: 9px;
    color: #292929;
    font-size: 1.6em;
    font-size: 20px;
}

.legal_doc_archive .legal-doc-item1 {
    padding: 0px 6px;
    margin-bottom: 0px;
}

.legal_info {
    display: flex;
}

.prioty_info .label_2 {
    color: red;
    font-weight: 500;
}

a.clear-filter {
    color: red;
}

.filter-clear {
    margin-bottom: -1px;
    color: red;
    text-align: right;
    font-weight: 700;
}

p.relation_info {
    color: #a0a0a0 !important;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: -1px;
}

p.relation_info span {
    padding-left: 10px;
    padding-right: 10px;
}

p.relation_info a {
    font-size: 13px;
    color: #3d3c3c !important;
    font-weight: 500;
    margin-bottom: 6px;
}

.legal_doc_show>nav {
    /* margin-left: -13px; */
}

.h2_title {
    color: #ffffff;
    font-size: 14px !important;
    font-weight: 400;
    margin-top: 0 !important;
    border-bottom: 1px solid #d4d4d4;
    background-color: #ebebeb;
    padding: 6px 8px 6px 9px;
    background-color: var(--main-color);
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    margin-bottom: 0px !important;
}

.sub_tab_dy {
    padding: 12px 10px;
    border: 1px solid #dbdbdb;
}

.sub_tab_dy h4 {
    display: none;
}

.sub_tab_dy>.d-flex {
    margin-bottom: 5px !important;
}

.sub_tab_dy tbody {
    border: 1px solid #dbdbdb;
}

.legal_doc_detail {
    padding: 0px 14px 9px 23px !important;
}

.legal_doc_detail h1 {
    font-weight: bold;
    margin: 0px -8px 13px 0px;
    padding-bottom: 0px;
    color: #292929;
    font-size: 18px;
    text-align: justify;
}

.account_page .left-sidebar-menu ul {
    margin-bottom: 0px !important;
}

.account_page .left-sidebar-menu h2 {
    color: #000;
    font-size: 14px !important;
    font-weight: 700;
    margin-top: 0 !important;
    border-bottom: 1px solid #cdcdcd;
    padding: 7px 2px 6px 12px;
    background-color: #dadada;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.npd {
    padding: 0px !important;
}

.account_page .left-sidebar-menu li {
    list-style: none;
    margin-bottom: 6px;
}

.ticket_trans {
    font-family: sans-serif !important;
}

.ticket_div_1 {
    background-color: #e5e5e5;
}

.legal_doc_show p {
    font-size: 14px !important;
    line-height: 1.6 !important;
    background-color: transparent;
    font-family: sans-serif !important;
    padding: 0 !important;
    text-align: justify;
    margin-bottom: 3px;
}

.ticket_div .card-body {
    flex: 1 1 auto;
    padding: 5px 10px !important;
}

.content-tab-child {
    padding: 15px !important;
    border: 1px solid #e3e3e3;
}

.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

#legal_doc_en,
#legal_doc_2 {
    border: 0px solid #e3e3e3;
    padding: 0px !important;
}

.legal_doc_show .tab-pane {
    padding: 10px 10px;
    border: 1px solid #e3e3e3;
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.col-right-ml .fa-caret-right,
.legal_doc_detail .sidebar .fa-caret-right {
    display: none;
}

.title_h2 {
    font-weight: bold;
    margin: 5px 1px 1px 0px;
    text-align: justify;
    color: #292929;
    font-size: 18px;
}

.col-1-tom-tat {
    width: 30% !important;
}

.table_tom_tat {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px !important;
}

.luoc_do_vb_hien_tai .table_tom_tat {
    background-color: #f5f5f5;
}

#legal_doc_2 table {
    width: 100%;
}

.luoc_do_item_1 h3 {
    color: #000;
    background-color: #e2e5e7;
    padding: 6px 9px;
    font-size: 14px !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 0px;
    border-bottom: 0px !important;
}

.luoc_do_item_1 ul {
    background-color: #f8f8f8;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: justify;
    padding: 1px 8px;
}

.luoc_do_item_1 ul a p {
    line-height: 15px !important;
    margin-bottom: 0px !important;
}

.luoc_do_item_1 ul.hide-extra li:nth-child(n+3) {
    display: none;
}

.luoc_do_item_1 .toggle-actions {
    margin-top: 0px;
    float: right;
    color: #000 !important;
    font-size: 11px !important;
}

.luoc_do_item_1 .xem-them,
.luoc_do_item_1 .an-bot {
    color: #404040;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    font-size: 12px !important;
}

.luoc_do_item_1 ul a p,
.luoc_do_item_1 ul a {
    font-size: 13px !important;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Số dòng tối đa */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.luoc_do_item_1 li {
    border-bottom: 1px solid #d2cbcb;
    padding-bottom: 6px;
    padding-top: 6px;
}

.luoc_do_item h3 {
    color: #000;
    background-color: #e2e5e7;
    padding: 3px 6px;
    font-size: 13px !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 0px;
    border-bottom: 0px !important;
}

.luoc_do_item ul {
    margin-bottom: 6px;
    background-color: #f8f8f8;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: justify;
    padding: 1px 8px;
}

.content-en table {
    width: 100% !important;
}

.luoc_do_item ul a p {
    line-height: 15px !important;
    margin-bottom: 0px !important;
}

.luoc_do_item ul.hide-extra li:nth-child(n+3) {
    display: none;
}

.luoc_do_item .toggle-actions {
    margin-top: 0px;
    float: right;
    color: #000 !important;
    font-size: 11px !important;
}

.luoc_do_item .xem-them,
.luoc_do_item .an-bot {
    color: #404040;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    font-size: 12px !important;
}

.luoc_do_item ul a p,
.luoc_do_item ul a {
    font-size: 13px !important;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Số dòng tối đa */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.luoc_do_item li {
    border-bottom: 1px solid #d2cbcb;
    padding-bottom: 3px;
    padding-top: 3px;
}

.luoc_do_vb_hien_tai {
    padding: 0px !important;
}

.luoc_do_vb_hien_tai td {
    padding: 3px 8px !important;
    font-size: 13px !important;
}

.luoc_do_vb_hien_tai .col-1-tom-tat {
    width: 50% !important;
}

.download_item {
    padding: 10px 10px 0px 10px;
}

.download_item a {
    font-size: 14px !important;
    font-weight: 700;
}

.download_item p {
    margin-bottom: 6px !important;
}

.content-tab a {
    color: #000 !important;
}

.content-tab a[ugid],
.content-tab a[data-id] {
    background-color: #11c2f14f !important;
    padding: 0.5px 2px;
    border-radius: 3px;
    cursor: pointer !important;
}

.legal_doc_detail .left-sidebar-menu a {
    font-size: 14px !important;
}

.body_luoc_do {
    padding: 0px;
}

.body_luoc_do .card-header {
    padding: 0px;
}

.body_luoc_do .card-header button {
    padding: 4px 15px;
    text-decoration: none;
    color: #000;
    font-size: 13px !important;
    text-align: justify;
}

.body_luoc_do .card-body {
    padding: 4px 15px;
    text-decoration: none;
    color: #000;
    font-size: 14px !important;
}

.body_luoc_do .card-body {
    padding: 6px 12px;
    font-size: 14px !important;
    max-height: calc(100vh - 300px);
    overflow-y: scroll;
}

.card-header.collapse {
    display: block;
}

.body_luoc_do .card-body p {
    margin-bottom: 5px;
}

.modal_custom {
    padding: 5px 15px;
}

.modal_custom h5 {
    font-size: 14px !important;
}

.scrolled {
    position: fixed;
    top: 0;
    border-bottom: 3px solid #e6e6e6;
    background-color: #fff;
    width: 100%;
}

.form_auth {
    margin-top: 5%;
    margin-bottom: 10%;
}

.form_auth .card-header {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

/* .form_auth .form-control {
    padding: 4px 10px;
    line-height: 24px;
} */

.form_auth p {
    font-size: 14px;
}

.blink-highlight {
    box-shadow: 0 0 15px 5px gold;
    transition: box-shadow 0.3s ease-in-out;
}

.button_auth {
    width: 100%;
    background: var(--main-color);
    /* margin-top: 10px;
    margin-bottom: 10px; */
}

.text-login-msg {
    font-size: 14px;
}

.msg-login-or {
    color: #b8b8b8;
    font-size: 14px;
    text-align: center;
}

.social_login img {
    width: 25px;
    margin-right: 10px;
}

.social_login {
    display: none !important;
}

.social_login button {
    background-color: #ffffff;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 0px;
    padding: 5px 10px;
    border: 1px solid #d4d4d4;
    text-align: center;
    margin-right: 5px !important;
}

.login_action_1 {
    margin-bottom: 1px;
}

.invalid-feedback * {
    font-size: 13px;
    font-weight: 500 !important;
}

.login_action_1 * {
    font-size: 12px !important;
}

.social_login a {
    margin-right: 5px;
}

.page_result {
    text-align: center;
    margin-top: 5%;
    margin-bottom: 25%;
    padding: 30px 10px;
    border-radius: 3px;
    background-color: #fafafa;
}

.page_result button {
    width: 100%;
}

.page_result {
    margin-top: 5%;
    margin-bottom: 45%;
}

.item_user_name {
    color: var(--main-color) !important;
    background-color: #fff;
    padding: 3px 9px;
    border-radius: 3px;
    font-size: 14px !important;
}

.hover-container a {
    font-size: 14px;
    font-weight: 500 !important;
}

.hover-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.hidden-div {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    padding: 8px 12px;
    text-align: justify;
    z-index: 9999;
    width: 300px;
    font-size: 14px !important;
    border-radius: 3px;
    color: #000 !important;
    font-weight: 500 !important;
    border: 1px solid #dfdfdf;
}

.hidden-div a {
    color: var(--main-color) !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.hover-container:hover .hidden-div {
    display: block;
}

.legal_doc_right .label_1 {
    width: 54% !important;
    font-size: 12.5px !important;
}

.legal_doc_right .label_2 {
    width: 65% !important;
    font-size: 12.5px !important;
}

.btn_logout {
    background-color: #fff0;
    border: 0px;
    color: #000;
    padding: 0px;
    font-size: 13px !important;
}

.row_banner .card-header {
    display: none !important;
}

.row_banner .nav-link.active {
    background-color: var(--main-color) !important;
    color: #fff !important;
}

.row_banner .nav-link {
    padding: 6px 10px;
    background-color: #e6e6e6 !important;
    margin-right: 4px;
    color: #000;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
}

.row_banner .nav-link.active {
    background-color: var(--main-color) !important;
    color: #fff !important;
    border-bottom: 1px solid var(--main-color);
}

.col-md-6.social_login {
    display: flex;
}

.row_banner .nav-link {
    padding: 6px 10px;
    background-color: #e6e6e6 !important;
    margin-right: 4px;
    color: #000;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
}

.body_luoc_do br {
    display: none;
}

.col-md-12.banner_home_1 {
    min-height: 7px;
}

.row_banner .form_auth {
    margin: 0px !important;
}

.row_banner .divhdmodal {
    display: none;
}

.row_banner .card-body,
.modal-content {
    border-radius: 3px !important;
}

button.close {
    border-radius: 3px;
    height: 25px;
    width: auto;
    border: 1px solid #d2d2d200;
    padding: 0px 8px;
}

.menu_legal_child {
    display: inline;
    float: left;
    border: 1px solid #dedede;
    background-color: #f7f7f7;
    width: 100%;
    padding: 3px 2px;
    margin-bottom: 5px;
}

.menu_legal_child ul {
    padding-left: 0px !important;
    border: 1px solid #dbdbdb;
    margin-bottom: 0px !important;
    background: #fff !important;
    border-radius: 3px;
}

.menu_legal_child li {
    display: inline-block;
    list-style: none;
    padding: 3px 7px 4px 9px;
    border-right: 1px solid #dbdbdb;
    font-size: 14px;
    margin: 0px !important;
    cursor: pointer;
}

.menu_legal_child i {
    margin-right: 4px;
    margin-left: -5px;
}

.btn_md_muc_luc {
    float: right;
    margin-bottom: 0px;
    margin-top: 3px;
    margin-left: 5px;
}

.md_muc_luc {
    padding: 0px;
}

.md_muc_luc_btn_cls {
    padding-right: 5px;
}

.short_inffo td {
    padding: 2px 5px;
    font-size: 13.5px !important;
}

.short_inffo .col-1-tom-tat {
    width: auto !important;
}

.box_info {
    /* background-color: #f8f8f8; */
    padding: 0px 0px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #d2d2d2;
}

.keyword_legal_doc {
    background-color: #e7e7e7;
    padding: 6px 12px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.keyword_legal_doc p {
    margin-bottom: 0px;
    font-size: 14px;
}

/* Chọn tất cả các thẻ a trừ thẻ a cuối cùng */
.keyword_legal_doc a+a::before {
    content: ",";
    margin-left: -5px;
    margin-right: 6px;
}

/* Ngăn chặn dấu phẩy ở thẻ a đầu tiên */
.keyword_legal_doc a:first-child::before {
    content: none;
}

span.search_on_vb {
    margin-top: -12px;
    padding-bottom: 15px;
}

.md_muc_luc ul {
    margin-bottom: 0px;
}

.menu-item-child {
    color: #fff !important;
    font-size: 14px;
}

.btn_logout_mobile {
    padding-left: 0px;
}

.menu-item .child_div {
    display: none;
    position: absolute;
    width: 200px;
    left: 30px;
    padding: 5px 3px;
    z-index: 999999;
}

.menu-item:hover>.child_div {
    display: flex;
}

.child_div_title {
    display: flex;
}

.child_div_title h3 {
    font-size: 20px !important;
    font-weight: 700;
}

.child_div_title a {
    font-size: 14px !important;
    font-weight: 500;
    float: right;
    margin-left: 20px;
    margin-top: 4px;
    color: #0d6efd !important;
}

.child_div ul {
    padding-left: 6px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.child_div ul li {
    border-bottom: 1px solid rgb(218, 218, 218);
    padding-bottom: 3px;
    padding-top: 3px;
}

.child_div ul li p {
    text-align: justify;
    margin-bottom: 0px;
}

.child_div ul li a button {
    padding-left: 0px;
}

.child_div ul li a,
.child_div ul li a button,
.child_div ul li p a {
    color: #000 !important;
    font-size: 13px;
    font-weight: 500;
}

.child_div ul li p a:hover {
    color: rgb(0, 42, 119);
}

ul#list_legal_doc {
    padding-left: 0px;
}

#loadingicon_legal_doc,
#loadingicon {
    display: none;
}

.loading_div {
    width: 100%;
    text-align: center;
}

.loadingicon {
    width: 50px;
    margin: auto;
}

.book_mark_custom {
    padding-left: 25px;
}

.tree_custom>.tree>ul {
    margin-bottom: 5px;
}

.expandable ul {
    display: none;
}

.tree_custom ul {
    padding-left: 10px;
}

/* Style cho các mục danh sách */
.tree_custom .tree li {
    list-style-type: none;
    margin: 0;
    padding: 3px 5px;
    position: relative;
    padding-right: 9px;
}

/* Style cho các mức độ khác nhau */
.tree_custom.tree li span {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    padding: 3px 8px;
    text-decoration: none;
}

.tree_custom span:active {
    font-weight: 700 !important;
}

/* Style cho nút mở rộng */
.tree_custom .tree>ul>li::before,
.tree_custom .tree>ul>li::after {
    border: 0;
}

/* Style cho mức 1 */
.tree_custom .tree>ul>li {
    margin-left: 0px;
    cursor: pointer;
}

/* Style cho mức 2 */
.tree_custom .tree>ul>li::before {
    width: 12px;
}

.tree_custom .tree>ul>li::after {
    border-top: 1px solid #000;
    height: 20px;
    top: 25px;
    width: 12px;
}

/* Style cho mức 3 */
.tree_custom .tree>ul>li ul>li::before {
    width: 6px;
}

.tree_custom .tree>ul>li ul>li::after {
    border-top: 1px solid #000;
    height: 20px;
    top: 25px;
    width: 6px;
}

.tree_custom * {
    font-size: 14px !important;
}

.tree_custom .fa-folder-open {
    margin-right: 5px;
    font-size: 13px !important;
    color: #eac46f;
}

.tree_custom {
    background-color: #f5f5f5;
    padding: 6px 0px;
    border-radius: 3px;
}

#list_legal_doc li {
    border-bottom: 1px solid #e8e8e8;
    padding: 5px 0px;
}

.tree li {
    border-bottom: 0px solid #e8e8e8 !important;
}

.child_div h3 {
    font-size: 20px !important;
    font-weight: 700;
}

.title_modal {
    color: #ffffff;
    font-size: 17px !important;
    font-weight: 600;
    margin-top: 0 !important;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 6px;
    background-color: #ebebeb;
    padding-top: 6px;
    padding-left: 10px;
    padding: 6px 4px 7px 18px;
    background-color: var(--main-color);
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.md_luu_vb {
    padding: 0px !important;
}

.form_modal {
    padding: 0px 15px 15px 15px;
}

.form_modal * {
    font-size: 14px !important;
}

#selectedText strong {
    color: red !important;
}

.alert_custom {
    padding: 5px 10px;
}

.form_modal label {
    font-weight: 700;
}

.legal_doc_name p {
    margin-bottom: 0px;
}

.anchor_label {
    font-weight: 500 !important;
    color: #000;
    font-size: 13px;
}

.legal_info_extra {
    margin-bottom: -1px;
}

.legal_info_extra a {
    color: #000;
    font-size: 14px;
    margin-right: 17px;
}

.legal_info_extra a:not(:last-child)::after {
    content: " | ";
    margin-left: 5px;
    margin-right: -10px;
}

#delete_book_mark {
    color: red;
    font-weight: 700;
    cursor: pointer;
}

.md_note_vb,
.md_email,
.md_report {
    padding: 0px !important;
}

.note_show_item {
    background-color: #fff9c3;
    font-size: 14px;
    text-align: justify;
    padding: 10px 10px;
    border: 1px solid #e9e9e9;
    line-height: 18px;
}

.content-en {
    padding: 7px 10px !important;
    border: 1px solid #e9e9e9;
}

.note_show h3 {
    background-color: var(--main-color);
    margin-bottom: 0px;
    padding: 6px 11px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

p.time_note {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: -3px;
}

.header_notes * {
    padding: 0px 4px 0px 6px !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    color: #000;
    text-align: left;
    float: left;
}

.button_note {
    cursor: pointer;
}

.loading-icon {
    display: none;
}

.user_info_area {
    /* border: 1px solid #ebebeb; */
    background-color: #fff;
    border-radius: 3px;
    padding-top: 11px;
}

.user_info_area th,
.user_info_area td {
    padding: 5px 5px;
    font-size: 14px !important;
}

.btn-sm {
    padding: 0px 5px;
    font-size: 13px !important;
}

.email_div_field label {
    font-size: 13px !important;
    margin-bottom: 0px !important;
}

.email_div {
    background-color: #f7f7f763;
    border: 1px solid #dddddd;
    padding: 10px 12px;
    border-radius: 3px;
}


.user_info label,
.user_info p {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    margin-bottom: 5px;
}

.price_table h3 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 19px;
}

.price_table h4 {
    border-bottom: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
    padding: 6px 12px;
    text-transform: uppercase;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #e6f1fe;
    color: #005ac3;
}

.alert.alert-danger {
    padding: 3px 5px !important;
}

.modal_noti_order p {
    font-weight: 500 !important;
}

.alert-danger ul {
    padding: 6px;
    margin-bottom: 0px;
}

.alert-success {
    padding: 3px 10px;
    font-size: 14px !important;
}

.alert-success button.btn-close {
    padding: 6px 7px !important;
}

tr.noti_style_1 {
    background-color: #eaf7f9;
    font-size: 13px !important;
}


.price_table .title_1 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    min-height: 40px;
}

.price_table .title_4,
.price_table .title_3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px;
}

.price_table .title_label {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.price_table .title_2 {
    color: #292e35;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 8px;
    padding: 0;
    position: relative;
    width: -moz-fit-content !important;
    width: fit-content !important;
}

.col-price .price_item {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 80px 0 rgba(0, 41, 87, 0.08);
    padding: 24px 32px;
    text-align: left;
    z-index: 10;
}

.price_item_1 {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 80px 0 rgba(0, 41, 87, 0.08);
    padding: 15px;
    padding-bottom: 20px;
    text-align: left;
    z-index: 10;
}

.price_table {
    z-index: 10;
}

.price-service:before {
    background: var(--Background,
            linear-gradient(25deg, #eff6ff 18.37%, #fff 86.66%));
    border-radius: 0 0 150px 150px;
    bottom: 0;
    content: "";
    /* height: 100%; */
    left: 0;
    position: absolute;
    right: 0;
    top: 20;
    width: 100%;
    z-index: 1;
    margin-bottom: 30px;
}

.price_table ul {
    padding-left: 0px;
}

.price_table ul li {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 5px;
}

.price_table ul i {
    padding-right: 5px;
    color: var(--main-color);
}

.price_table .sub-title {
    background: #0070f4;
    border-radius: 99px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 4px 12px;
    right: 12px;
    text-transform: none;
    top: 12px;
    margin-left: 10px;
}

.btnprice {
    border-color: transparent !important;
    border-radius: 3px;
    border-width: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-top: 16px;
    padding: 16px;
    width: 100%;
    background-color: var(--main-color);
}

.hidden {
    color: #fff;
}

.form_radio_pack .price {
    font-weight: 700;
    margin-bottom: -2px;
    color: var(--main-color);
}

.form_radio_pack .max_user {
    font-size: 14px;
    margin-bottom: 4px;
}

.form_radio_pack {
    /* box-shadow: 0 4px 80px 0 rgba(0, 41, 87, 0.08); */
    border: 1px solid #ebebebcc;
    border-radius: 3px;
    padding: 5px 35px;
    cursor: pointer;
    margin-bottom: 10px;
}

.form_radio_pack .form-check-input {
    float: left;
    margin-left: -1.5em;
    margin-top: 13px;
}

.form_radio_pack label {
    cursor: pointer;
}

.item_p_1 {
    margin-bottom: 5px;
}

.item_p_2 {
    margin-bottom: 5px;
}

.total_row {
    font-weight: 700;
    border-top: 1px solid #ededed;
    font-size: 16px;
}

.total_row td {
    font-size: 20px;
    padding: 10px 0px;
}

.pagination {
    display: flex;
    justify-content: center;
}

.pagination .page-item {
    margin: 0 4px;
}

.pagination .page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
}

.pagination .page-link {
    color: #007bff;
    border: 1px solid #007bff;
}

.pagination .page-link:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    color: #fff;
}

.table_custom tbody tr td {
    padding: 6px 10px !important;
}

.table_custom {
    border: 1px solid #c0bfbf;
    border-radius: 3px;
    box-shadow: 0 4px 66px 0 rgba(0, 41, 87, 0.08);
    margin-bottom: 10px;
    border-top: 0px !important;
}

.table_custom .table thead th {
    border-top: 0px !important;
}

.table_custom .table {
    margin-bottom: 0px;
}

.table> :not(:last-child)> :last-child>* {
    border-bottom-color: #e5d7d7;
}

.table_custom * {
    font-size: 14px;
    font-family: sans-serif !important;
}

.intro_page_abc li {
    font-family: sans-serif !important;
    ;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.noti_payment {
    border-radius: 3px;
    box-shadow: 0 4px 66px 0 rgba(0, 41, 87, 0.08);
    border: 1px solid #d3d3d3;
    padding: 10px 12px;
    margin-bottom: 7px;
    background-color: #f1ff136b;
}

.noti_payment p {
    font-weight: 500 !important;
    margin-bottom: 1px;
}

.archive-page .post-item4 img {
    width: 247px;
    height: 100px;
}

.home-group-1 {
    width: 70% !important;
}

.home-group-2 {
    width: 30% !important;
    min-width: 300px !important;
    padding: 0px 16px !important;
}

/* BC */
.breadcrumbs {
    margin: 0 0 15px 0 !important;
    font-style: italic !important;
    font-size: 14px !important;
}

.breadcrumbs {
    border: 1px solid #cbd2d9;
    border-radius: 0.3rem;
    display: inline-flex;
    overflow: hidden;
    width: 100% !important;
    background: #f8f8f8;
}

.breadcrumbs {
    margin-bottom: 1.5em;
    margin-top: -1.5em;
    font-style: italic;
    font-size: 0.85em;
    font-family: "droid serif", sans-serif;
    color: #898989;
}

.breadcrumbs {
    color: #3a3a3a !important;
    margin: 2px 0 !important;
}

.breadcrumbs__item {
    line-height: 26px;
    font-style: initial;
    text-decoration: none !important;
    background: #f8f8f8;
    color: #333;
    outline: none;
    padding: 6px 9px 6px 14px;
    position: relative;
    text-decoration: none;
    transition: background 0.2s linear;
}

.breadcrumbs__item:before {
    background: #cbd2d9;
    margin-left: 1px;
    bottom: 0;
    clip-path: polygon(50% 50%, -50% -50%, 0 100%);
    content: "";
    left: 105%;
    position: absolute;
    top: 0;
    transition: background 0.2s linear;
    width: 1em;
    z-index: 1;
}

.mh-author {
    color: var(--main-color-1);
    font-weight: 600;
}

.breadcrumbs__item:after {
    background: #f8f8f8;
    bottom: 0;
    clip-path: polygon(50% 50%, -50% -50%, 0 100%);
    content: "";
    left: 105%;
    position: absolute;
    top: 0;
    transition: background 0.2s linear;
    width: 1em;
    z-index: 1;
}

.post-item4 * {
    text-align: justify;
}

.post-item4 li a,
.post-item4 a {
    text-decoration: none;
}

.post-item4 h5 {
    font-weight: 700;
    font-size: 20px !important;
    line-height: 20px !important;
    margin-bottom: 4px;
}

.post-item4 .description {
    margin: 0px 0px !important;
    font-size: 14px;
}

.post-item4 img {
    object-fit: cover;
    height: 80px;
    width: 100%;
    margin-bottom: 0px;
}



.post-item4 .time_info {
    color: #757575;
    font-size: 14px;
}

.post-item4 .category_name {
    color: #000;
    font-size: 14px;
    margin-right: 5px;
    display: inline-block;
}

.post-item4 {
    margin-bottom: 10px;
}

.list_item_form {
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 10px;
}

.entry-title {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    margin: 5px -4px 13px -1px;
    padding-bottom: 5px;
    color: #292929;
    font-size: 1.6em;
    margin-bottom: 7px;
}

.entry-title-post {
    font-weight: bold;
    margin: 9px 1px 1px 1px;
    padding-bottom: 9px;
    color: #292929;
    font-size: 19px;
}

span.bc_text {
    padding-left: 17px;
}

.top-info-single-post {
    overflow: hidden;
    margin: 0 0 10px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}

.top-info-single-post .left-info {
    display: flex;
    flex-direction: row;
    flex: 1;
}

.top-info-single-post .left-info .item-meta {
    margin-right: 10px;
}

.top-info-single-post {
    justify-content: start;
}

.top-info-single-post .left-info .cat-post {
    display: inline-block;
}

.top-info-single-post .left-info .item-meta i {
    margin-right: 5px;
    font-size: 13px;
}

.top-info-single-post .left-info {
    flex: 1;
}

.top-info-single-post .font-adj {
    display: inline-flex;
    align-items: end;
    padding: 0 10px;
}

.top-info-single-post .font-adj li {
    padding: 0 5px;
}

#toc_container {
    display: block !important;
    width: 100% !important;
    clear: left;
    margin: 15px 0;
    border: 1px solid #eee;
    padding: 6px 0px;
    border-radius: 3px;
    background-color: #ededed;
}

.toc_title {
    font-size: 20px !important;
    text-align: center;
    font-weight: 700;
    margin: 0;
    padding: 0;
    position: relative;
    color: red;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 5px;
    margin-bottom: 12px;
}

#toc_container li {
    list-style: none;
}

#toc_container ul {
    padding: 0px !important;
}

.content_post h3 *,
.content_post h3 {
    font-size: 20px !important;
    font-family: arial;
    text-decoration: none;
    font-weight: 600;
    text-align: justify;
}

.content_post p *,
.content_post p {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: justify;
}

.note,
.note p,
.note p strong,
.note p span,
.note p span strong {
    /* font-weight: 700 !important; */
    font-size: 14px;
}

.content_post table th,
.content_post table td {
    padding: 0.3em;
    border: 1px solid #c9c9c9;
}

.content_post table {
    width: 100% !important;
    table-layout: fixed !important;
}

.content_post th,
.content_post td {
    word-break: inherit !important;
    width: auto !important;
}

.toc_list a {
    color: #039;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    /* line-height: 1.5; */
    font-size: 14px !important;
    line-height: 1.8;
}

@media (min-width: 768px) {
    .post-item4 .left-col-text {
        padding: 0px 11px 1px 0px !important;
        overflow-y: hidden;
    }

    .note *,
    .note p,
    .note p span,
    s .note p strong,
    .note p span strong,
    .content_post {
        font-family: arial, helvetica, sans-serif;
        font-size: 14px !important;
        line-height: 1.5 !important;
        text-align: justify !important;
    }

    .note *,
    .note p,
    .note p span,
    .note p strong,
    .note p span strong,
    .content_post p {
        margin-bottom: 5px;
        line-height: 1.5 !important;
        text-align: justify !important;
    }

    .content_post h2 *,
    .content_post h2,
    .content_post h2 strong {
        font-size: 22px !important;
        color: inherit;
        margin-bottom: 15px !important;
        color: var(--main-color);
        font-weight: 700;
        line-height: 1.5 !important;
        text-align: justify !important;
    }

    .content_post h3 *,
    .content_post h3 {
        margin-bottom: 15px !important;
        font-size: 20px !important;
        line-height: 1.5 !important;
        text-align: justify !important;
    }

    .content_post h6,
    .content_post h5,
    .content_post h4 {
        font-size: 14px !important;
        line-height: 1.5 !important;
        text-align: justify !important;
    }
}

.content_post h2 {
    font-weight: 700 !important;
}

.content_post h4,
.content_post h5,
.content_post h6,
.content_post h3 *,
.content_post h2 *,
.content_post h4 *,
.content_post h5 *,
.content_post h6 * {
    font-weight: 700 !important;
}

.kk-star-ratings .kksr-stars {
    position: relative;
}

.kk-star-ratings .kksr-stars .kksr-stars-active,
.kk-star-ratings .kksr-stars .kksr-stars-inactive {
    display: flex;
}

.kk-star-ratings .kksr-stars .kksr-star {
    margin-right: 3px;
}

.kk-star-ratings {
    display: flex;
    float: right;
}

.kk-star-ratings i {
    color: #e0900a;
}

.kksr-stars-inactive {
    margin-right: 10px;
}

.modal_noti_order_out {
    background: #fdfbeb;
    padding: 10px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    margin-bottom: 10px;
    line-height: 17px;
}

.new_feature span {
    background: #e7d539;
    color: #000;
    padding: 3px 5px;
    font-size: 12px !important;
    font-weight: 400 !important;
    border-radius: 3px;
}

li.new_feature {
    color: red;
    font-weight: 700 !important;
}

.vnc_title_1 {
    color: #ffffff;
    font-size: 17px !important;
    font-weight: 700;
    margin-top: 0 !important;
    border-bottom: 1px solid #d4d4d4;
    padding: 6px 4px 7px 18px;
    background-color: var(--main-color);
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.modal_noti_order_out {}

.content-tab a.link {
    color: #0d6efd !important;
}

.tab-content td {
    /* border: 0px solid #d7d7d7; */
}

.tab-content i {
    font-size: 14px;
}

.tab-content p a {
    font-size: 14px !important;
    line-height: 1.6 !important;
    background-color: transparent;
    font-family: sans-serif !important;
    padding: 0 !important;
    text-align: justify;
}

.tab-content p * {
    font-size: 14px !important;
    line-height: 1.6 !important;
    background-color: transparent;
    font-family: sans-serif !important;
    padding: 0 !important;
    text-align: justify;
}

.form_tool {
    background-color: #efeeee;
    padding: 10px 12px !important;
    border: 1px solid #e2dfdf;
    border-radius: 3px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.tool_name {
    font-size: 20px;
}

.result_ap {
    margin-top: 5px;
}

.result_ap span {
    font-weight: 700;
}

.form_archive .card-header {
    padding: 1px 0px !important;
    margin-bottom: 0;
}

.form_archive li a {
    text-decoration: none;
    color: #000;
    text-align: left !important;
    margin-bottom: 5px;
}

.form_archive .card-body {
    flex: 1 1 auto;
    padding: 7px 10px;
}

.form_archive ul {
    padding: 5px;
    margin-bottom: 0px;
}

.form_archive .card {
    border-radius: 5px !important;
    margin-bottom: 5px !important;
}

.form_archive .card-header {
    background-color: rgba(0, 0, 0, 0.03);
}

.item_form {
    padding: 5px;
}

.col-md-1.stt {
    background-color: var(--main-color);
    color: #fff;
    width: 50px;
    height: 30px;
    border-radius: 6px;
    text-align: center;
}

.form_note {
    font-weight: 500 !important;
    padding: 6px 13px;
    font-size: 14px !important;
}


.form_note_1 {
    font-weight: 500 !important;
    padding: 5px 13px;
    font-size: 14px !important;
    margin-bottom: 0px;
}

.form_note p,
.form_note p span,
.form_note span,
.form_note span span,
.form_note p * {
    font-weight: 500 !important;
    font-size: 15px !important;
}

.form_content_full {
    padding: 13px;
    padding-bottom: 15px !important;
}

.form_content_full p,
.form_content_full span,
.form_content_full p *,
.form_content_full em,
.form_content_full h1,
.form_content_full h2,
.form_content_full h3,
.form_content_full h4,
.form_content_full h5 {
    /* font-weight: 500 !important; */
    font-size: 15px !important;
    font-family: Inter, sans-serif !important;
    margin-bottom: 2px;
}

.modal-fullscreen-cp .modal-body .col-md-6 {
    overflow-y: scroll !important;
    height: 88vh;
}


.content_cp {
    padding: 18px;
}

.modal-fullscreen-cp {
    width: 80%;
    height: 90%;
    margin: 10px auto;
    padding: 0;
    max-width: 100%;
}

.modal-fullscreen-cp .modal-content {
    height: 100%;
    border: none;
    border-radius: 0;
}

.form_content_full h1,
.form_content_full h2,
.form_content_full h3,
.form_content_full h4,
.form_content_full h5 {
    font-weight: 700 !important;
}

.form_note .col-md-7 {
    font-weight: 700;
    margin-bottom: 3px;
}

.form_top {
    margin-top: 0px !important;
}

.btn_download {
    background-color: var(--main-color);
}

.form_content_full table {
    width: 100% !important;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    word-wrap: break-word;
}

/* Chat Box */

.chat-box {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 600px;
    background-color: #fff;
    border: 1px solid #ccc;
    display: none;
    z-index: 10;
    border-radius: 12px;
}

.chat-header {
    background-color: var(--main-color);
    color: #fff;
    padding: 9px 6px 1px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.close-btn {
    border: none;
    background: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer !important;
    padding: 0px 7px 9px 4px;
}

.chat-body {
    height: 550px;
    overflow-y: auto;
    padding: 10px 0px 10px 11px;
}

.chat-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.chat-footer textarea {
    flex: 1;
    resize: none;
    padding: 5px;
    margin-right: 10px;
}

.chat-footer button {
    padding: 5px 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
}

.open-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    padding: 0px;
    border-radius: 97px;
    border: 1px solid #e5e5e5;
    width: 68px;
}

.chat-header h2 {
    font-size: 15px;
}

.results {
    position: absolute;
    top: 87px;
    background-color: #fff;
    width: 600px !important;
    border-radius: 3px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    z-index: 99999;
}

.results ul {
    padding-left: 3px;
    padding-top: 7px;
    padding-bottom: 0px;
    margin-bottom: 5px;
}

.results li {
    min-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
    padding-top: 3px;
    cursor: pointer;
    font-size: 14px !important;
}

.results li:hover {
    background-color: rgb(217, 217, 217);
}

.results a,
.results a b {
    color: #000 !important;
}

.autocomplete-suggestions {
    display: none;
}

.result_pay {
    text-align: center !important;
}

.price_table h5 {
    border-bottom: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
    padding: 6px 12px;
    text-transform: uppercase;
    /* width: -moz-fit-content; */
    background-color: #e6f1fe;
    color: #005ac3;
}

.icon_payment {
    width: 120px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.mix_auth .tab-pane {
    padding: 0px;
}

.mix_auth .card-body {
    padding: 6px;
}

.mix_auth button,
.mix_auth input {
    font-size: 13px !important;
}