:root {
    --main-color: #106043;
    --MAIN-COLOR: #106043;
    --main-color-hover: #0f573b;
    --MAIN-COLOR-HOVER: #0f573b;
}

body {
    font-size: 14px;
    font-family: 'Montserrat';
    background: #fff;
    overflow-x: hidden;
}

body p,
body span {
    font-family: 'Montserrat' !important;
}

.detail-news .detail-content .detail p,
.detail-news .detail-content .detail span {
    max-width: 100%;
    line-height: 1.5;
    font-size: 107%;
    margin: 10px 0px;
}

.detail-news .detail-content .detail p a,
.detail-news .detail-content .detail span a{
    color: #337ab7;
}

.detail-news .detail-content p.info {
    font-size: 13px !important;
}


/**/

.page-docs {}

.page-docs::after {
    content: '';
    display: block;
    clear: both;
}

.sidebar_left_docs {
    position: fixed;
    left: 0px;
    width: 300px;
    background: #f7f7f7;
    z-index: 99;
    height: 100%;
    overflow-y: auto;
    padding: 20px 20px 0px 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.search-sidebar-docs.show+.sidebar_left_docs {
    padding-top: 60px;
}

body.active .sidebar_left_docs {
    left: -300px;
}

@media(max-width: 767px) {
    .sidebar_left_docs {
        left: -300px;
    }
    body.active .sidebar_left_docs {
        left: 0px;
    }
    .search-sidebar-docs.show+.sidebar_left_docs {
        padding-top: 50px;
    }
}


/* Works on Chrome, Edge, and Safari */

.sidebar_left_docs::-webkit-scrollbar {
    width: 6px;
}

.sidebar_left_docs::-webkit-scrollbar-track {
    background: #fff;
}

.sidebar_left_docs::-webkit-scrollbar-thumb {
    background-color: #999;
}

.sidebar_right_docs {
    margin-left: 315px;
    padding-right: 15px;
    background: #fff;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media(max-width: 767px) {
    .sidebar_right_docs {
        margin-left: 0px;
        padding: 0px 8px;
    }
}

.title-home {
    margin: 0px;
    text-align: center;
    padding: 11px 0px;
    font-size: 143%;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    /* background: -webkit-linear-gradient( 45deg, #5d2c79, #2a2862, #1773af, #49a86a, #cda739, #de7632, #d7512f, #bf2e2c) !important; */
    /* -webkit-background-clip: text !important; */
    /* -webkit-text-fill-color: transparent !important; */
    /* display: inline-block; */
    color: var(--main-color);
    margin-left: -100px;
}

@media(max-width: 767px) {
    .title-home {
        margin-left: -25px;
        font-size: 129%;
        padding: 12px 0px 10px;
    }
    .title-home span {
        display: none;
    }
}

.wrap-title-docs {
    position: fixed;
    background: #fff;
    width: 100%;
    padding-left: 300px;
    left: 0px;
    top: 0;
    text-align: center;
    z-index: 98;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

body.active .wrap-title-docs {
    padding-left: 0px;
}

.wrap-title-docs.active {
    border-bottom: 1px solid #f1f1f1;
    box-shadow: 0px 0px 5px #ddd;
}

@media(max-width: 767px) {
    .wrap-title-docs {
        padding-left: 0px;
    }
}

.height-title-home {
    height: 80px;
}

@media(max-width: 767px) {
    .height-title-home {
        height: 60px;
    }
}

body.active .sidebar_right_docs {
    margin-left: 15px;
}

@media(max-width: 767px) {
    body.active .sidebar_right_docs {
        margin-left: 0px;
        transform: translateX(300px);
    }
}

.click-menu-left {
    padding: 16px 20px;
    cursor: pointer;
    float: left;
}

@media(max-width: 767px) {
    .click-menu-left {
        padding: 14px 14px 14px 18px;
    }
}

.click-menu-left span {
    height: 2px;
    width: 16px;
    background: #999;
    display: block;
    margin: 3px 0px;
}

.click-menu-left:hover span {
    background: #666;
}

.click-menu-search {
    color: #999;
    padding: 15px 18px;
    cursor: pointer;
    z-index: 1;
    float: left;
}

@media(max-width: 767px) {
    .click-menu-search {
        padding: 12px 10px;
    }
}

.click-menu-search:hover {
    color: #666;
}

.search-sidebar-docs {
    margin-bottom: 12px;
    display: none;
    position: fixed;
    z-index: 992;
    width: 300px;
    padding: 6px;
    background: #fff;
}

body.active .search-sidebar-docs {
    left: -300px;
}

.search-sidebar-docs input {
    width: 100%;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 93%;
    outline: none;
}

.search-sidebar-docs input:focus {
    border-color: #3669AE;
}

.sidebar_right_docs_content {
    max-width: 960px;
    margin: 0px auto;
    position: relative;
    /* padding: 0px 64px; */
}

@media(max-width: 767px) {
    .sidebar_right_docs_content {
        width: 100%;
        /* padding: 50px 0px 0px 0px; */
        padding: 0;
    }
    body.active .search-sidebar-docs {
        left: 0px;
    }
}

.block-docs-menu {}

.block-docs-menu>ul {
    margin: 0px;
    padding: 0px;
}

.block-docs-menu>ul>li {
    list-style-type: none;
    padding: 5px 0px;
}

.block-docs-menu>ul>li .short_info {
    padding-left: 14px;
    margin: 5px 0px 0px 0px;
    color: #777;
}

.block-docs-menu>ul>li h3 {
    margin: 0px;
    font-size: 107%;
}

.block-docs-menu>ul>li>a {
    font-weight: 600;
}

.block-docs-menu>ul>li.active>a,
.block-docs-menu>ul>li:hover>a {
    color: var(--main-color);
}

.block-docs-menu>ul>li .sub {
    margin: 0px;
    padding: 2px 0px 0px 14px;
}

.block-docs-menu>ul>li .sub2 {
    padding: 4px 0px 0px 22px;
    margin-bottom: -4px;
}

.block-docs-menu>ul>li .sub3 {
    padding: 4px 0px 0px 30px;
    margin-bottom: -4px;
}

.block-docs-menu>ul>li .sub4 {
    padding: 4px 0px 0px 38px;
    margin-bottom: -4px;
}

.block-docs-menu>ul>li .sub5 {
    padding: 4px 0px 0px 46px;
    margin-bottom: -4px;
}

.block-docs-menu>ul>li .sub>li {
    list-style-type: none;
    padding: 5px 0px;
}

.block-docs-menu>ul>li .sub>li>a {
    display: block;
}

.block-docs-menu>ul>li a:hover,
.block-docs-menu>ul>li a.active,
.block-docs-menu>ul>li .sub>li a:hover,
.block-docs-menu>ul>li .sub>li a.active {
    color: var(--main-color);
}

.block-docs-menu>ul>li .sub>li.active a {
    color: var(--main-color);
}


/**/


/**/

.home-new {
    padding: 0px;
    margin-bottom: 10px;
}

.home-new .row {
    margin: 0px -5px;
}

.home-new:after {
    content: '';
    display: block;
    clear: both;
}

.home-new .item {
    padding: 5px !important;
}

@media(max-width: 991px) {
    .home-new {
        padding: 4px;
    }
    .home-new .item {
        padding: 4px !important;
    }
}

.home-new .item .iframe {
    padding: 30px 20px;
    background-color: #f7f7f7;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    position: relative;
    overflow: hidden;
    text-align: center;
}

@media(max-width: 991px) {
    .home-new .item .iframe {
        padding: 20px 8px;
    }
}

.home-new .item .iframe a {
    cursor: pointer;
}

.home-new .item .iframe .img {
    margin: 0px 0px 15px;
}

.home-new .item .iframe .img img {
    height: 50px;
}

.home-new .item .iframe .img i {
    font-size: 243%;
}

.home-new .item .iframe .img.img_x img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

.home-new .item .iframe .title {
    font-size: 107%;
    letter-spacing: 0.2px;
    color: #333;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    /* background: -webkit-linear-gradient( 45deg, #5d2c79, #2a2862, #1773af, #49a86a, #cda739, #de7632, #d7512f, #bf2e2c) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    display: inline-block; */
    padding: 0px 60px;
    font-weight: 500;
    height: 42px;
}

.home-new.home-new-sub .item .iframe .title {
    white-space: normal;
    height: 36px;
    padding: 0px 25px;
    font-size: 100%;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media(min-width: 992px) {
    .home-new.home-new-sub .item {
        width: 20%;
    }
}

@media(max-width: 767px) {
    .home-new .item .iframe .title {
        font-weight: 400;
    }
    .home-new.home-new-sub .item .iframe .title {
        padding: 0px 10px;
    }
}

.home-new .item .iframe .info {
    font-weight: normal;
    font-size: 86%;
    color: #888;
    padding-top: 3px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    max-height: 36px;
    font-size: 86%;
    line-height: 18px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 36px;
}

.home-new .item .iframe .users {
    margin-top: 5px;
}


/**/

.prev_home {
    position: fixed;
    left: 300px;
    z-index: 97;
    height: calc(100% - 52px);
    top: 52px;
    width: 64px;
    background: #fafafa;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

body.active .prev_home {
    left: 0px;
}

.prev_home:hover {
    background: #f1f1f1;
}

.prev_home button {
    font-size: 285%;
    background: none;
    border: none;
    padding: 0px;
    position: absolute;
    height: 100%;
    width: 100%;
}

@media(max-width: 767px) {
    .prev_home {
        left: 0px;
        width: 50%;
        height: 50px;
        top: 48px;
    }
    .prev_home button {
        font-size: 243%;
    }
}

.next_home {
    position: fixed;
    right: 0px;
    z-index: 97;
    height: calc(100% - 52px);
    top: 52px;
    width: 64px;
}

@media(max-width: 767px) {
    .next_home {
        right: 0px;
        width: 50%;
        height: 50px;
        top: 48px;
        border-left: 1px solid #f1f1f1;
    }
}

.sidebar-block-news-home {
    padding: 0px;
    margin: 0px;
    position: absolute;
    height: 100%;
    width: 100%;
}

.sidebar-block-news-home li {
    list-style-type: none;
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
}

.next_home .sidebar-block-news-home li.active+li {
    display: block;
}

.next_home .sidebar-block-news-home li.active+li {
    display: block;
}

.next_home .sidebar-block-news-home li.active+li h3 {
    margin: 0px;
    position: absolute;
    height: 100%;
    width: 100%;
    font-weight: 300;
}

.next_home .sidebar-block-news-home li.active+li h3 a {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px 25px;
    text-align: center;
    font-size: 285%;
    background: #fafafa;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.next_home .sidebar-block-news-home li.active+li h3 a:hover {
    background: #f1f1f1;
}

@media(max-width: 767px) {
    .next_home .sidebar-block-news-home li.active+li h3 a {
        padding: 0;
        width: 100%;
        display: block;
        font-size: 243%;
    }
}

.detail-news .detail-content {
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.wrap-block-title .block-title {
    border-bottom: 2px solid #e1e1e1;
    margin-bottom: 15px;
    padding-bottom: 5px;
    margin: 0 0 15px 0px;
}

.wrap-block-title .block-title h1 {
    font-weight: 700;
    font-size: 186%;
    color: #333;
    margin: 0px;
    line-height: 1.3;
}


/**/

.block-content-list {
    padding: 0;
    margin: 0 0 20px;
}

.home-new .block-content-list li {
    list-style-type: none;
    padding: 10px 0 9px 30px !important;
    position: relative;
    font-size: 107%;
}

.block-content-list li>span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background: var(--main-color);
    color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 86%;
}

.block-content-list li>a {}