﻿.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100%;
}

.loader {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    width: 280px;
}

body {
    margin: 0;
}

.header {
    height: 60px;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    background: #F2F6F9 0% 0% no-repeat padding-box;
}

.header__btn {
    display: flex;
    align-items: center;
}

    .header__btn .header__btn--logo {
        width: 108px;
    }

.header__btn--logo > img {
    height: 25px
}

.select-group {
    position: sticky;
    top: 76px;
}

.custom-select {
    background: url('../img/icons/arrow.svg') no-repeat right 0.75rem center/10px 10px !important;
    background-color: #F2F6F9 !important;
    border: 1px solid #D7E3EA !important;
    border-radius: 2px !important;
}

.nav-bar-nav-list {
    margin: 0;
    display: flex;
    height: 100%;
    align-items: center;
    list-style: none;
    padding: 0;
}

.nav-bar-item {
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0px 10px;
}

    .nav-bar-item .link {
        font-size: 1.125rem;
        font-weight: 600;
        line-height: 1.125;
        margin: 0;
        padding: 0 0.5rem;
        color: #171717;
        text-decoration: none;
    }

        .nav-bar-item .link:hover {
            border-bottom: 2px solid #171717;
            margin-bottom: -2px;
        }

    .nav-bar-item:before {
        border-left: 2px solid black;
        content: "";
        display: inline-block;
        height: 1.5rem;
        margin-left: 0.5rem;
        margin-right: 1rem;
    }

.k-treeview .k-in.k-state-selected {
    color: #1AAF84 !important;
    background-color: white !important;
}

.k-treeview .k-in.k-state-focused {
    box-shadow: none !important;
}

.search-group {
    position: sticky;
    top: 76px;
}

#searchText {
    background: url('../img/icons/search.svg') no-repeat right 0.75rem center/18px 18px !important;
    background-color: #F2F6F9 !important;
    border: 1px solid #D7E3EA !important;
    border-radius: 2px !important;
    padding-right: 1.75rem;
}

.breadcrumb {
    background-color: white !important;
}

.mMenu {
    display: block;
    width: 100%;
    height: auto;
    max-height: calc(100vh - 220px);
    overflow: auto;
    position: sticky;
    top: 130px;
}

    .mMenu #treeview-kendo > ul {
        margin: 0;
        padding: 15px;
    }

    .mMenu > ul > li {
        list-style: none;
    }

.article {
    border-radius: 5px;
    font-family: 'Roboto';
    position: sticky;
    top: 10%
}

    .article .title {
        background: #F2F6F9;
        display: flex;
        padding: 10px;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        color: #2A363B;
    }

.rightSiteContent .article .title {
    background: none;
    display: block;
}

.article > ul {
    margin: 0;
    padding: 10px;
    font-size: 14px;
}

    .article > ul > li {
        list-style: none;
        padding-top: 5px;
    }

@media screen and (max-width: 680px) {
    .treeview-flex {
        flex: auto !important;
        width: 100%;
    }
}

#demo-section-title h3 {
    margin-bottom: 2em;
    text-align: center;
}

.treeview-flex h4 {
    color: #656565;
    margin-bottom: 1em;
    text-align: center;
}

#demo-section-title {
    width: 100%;
    flex: auto;
}

.treeview-flex {
    flex: 1;
    -ms-flex: 1 0 auto;
}

#treeview-telerik .k-sprite {
    background-image: url("../img/coloricons-sprite.png");
}

#treeview-telerik .doc {
    background-image: url('../img/ftv2doc.gif');
    width: 18px;
    height: 16px;
    margin-right: 5px;
}

#treeview-telerik {
    overflow: initial;
}

.demo-section {
    margin-bottom: 5px;
    overflow: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.folder {
    background-position: 0 -16px;
}

.k-image {
    height: 20px !important;
}

#base {
    height: 100%;
    width: 100%;
    position: absolute;
    background: #282727;
    z-index: -99;
    opacity: 0;
}

.icon-close {
    padding: 15px 0px;
    justify-content: space-between;
    cursor: pointer;
}

.footer {
    height: auto;
    background: #2A363B 0% 0% no-repeat padding-box;
    padding: 22px 0px 23px 0px;
    margin-left: -32px;
    margin-right: -32px;
}

.k-in.k-state-hover:hover {
    color: #656565;
    background-color: white !important;
    text-decoration: underline;
}

.k-i-collapse {
    background: url('../img/icons/arrow.svg') no-repeat right 2px;
}

    .k-i-collapse:before {
        content: none !important;
    }

.k-i-expand {
    background: url(../img/icons/arrow.svg) no-repeat left 2px;
    transform: rotate(270deg);
    background-position-x: 3px;
}

    .k-i-expand::before {
        content: none !important;
    }


.footer .logo {
    display: flex;
    flex-direction: column;
}

    .footer .logo a {
        width: 87px;
        height: 23px;
    }

        .footer .logo a img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.footer h3 {
    font-size: 14px;
    color: #B0B9BD;
    margin: 0;
}

.footer .channel a {
    color: #B0B9BD;
    font-size: 14px;
}

.footer .channel .face, .footer .channel .linked, .footer .channel .youtube, .footer .channel .zalo {
    text-decoration: none;
}

    .footer .channel .face:hover, .footer .channel .linked:hover, .footer .channel .youtube:hover, .footer .channel .zalo:hover {
        text-decoration: none
    }

.footer .channel span {
    color: #B0B9BD;
    font-size: 14px;
}

.footer .channel .ml-30 {
    margin-left: 30px;
}

.footer .channel .ml-12 {
    margin-left: 12px;
}

.titleMenu {
    font-size: 14px;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #D4E1E9;
    position: sticky;
    top: 130px;
}

.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    padding-right: 32px !important;
    padding-left: 32px !important;
}
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}
@media (min-width: 1200px) {
    .container-xl {
        max-width: 1206px;
    }
}

@media (min-width: 360px) and (max-width: 1199px) {
    .container-xl {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .footer .channel .ml-30 {
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    .footer__content {
        flex-direction: column;
        align-items: initial !important;
    }

    .footer .logo {
        margin-bottom: 20px;
    }

    .footer .channel .site {
        display: block;
        margin-bottom: 20px;
    }

    .footer .channel .hotline {
        display: block;
        margin-bottom: 20px;
    }

    .footer .channel .email {
        display: block;
        margin-bottom: 20px;
    }

    .footer .channel .zalo {
        display: inline-block;
        margin-bottom: 32px;
    }

    .footer .channel .ml-30 {
        margin-left: 0px;
    }

    .footer {
        margin-left: -15px;
        margin-right: -15px;
    }

    .container-fluid {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

.k-selected {
    background-color: #e9eef2 !important;
    color: #222c29 !important;
}

.k-treeview-md .k-treeview-leaf {
    padding: 6px 8px !important;
    width: 100% !important;
}

.k-treeview-leaf.k-focus, .k-treeview-leaf:focus {
    box-shadow: unset !important;
    border-radius: unset !important;
}
