body{
    background-color: #F5F7F9;
}
.nk-sidebar {
    padding-bottom: 112px;
    height: 100%;
    padding-top: 10px;
    transition: all .2s ease;
    border-radius: 10px;
}
.nk-sidebar .metismenu {
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.nav-label {
    font-weight: 500;
}
.nk-sidebar .metismenu li.active a {
    color: #FF5722;
}
.nk-sidebar .metismenu > li > a {
    transition: none;
}
.nk-sidebar .metismenu a {
    transition: all 0.4s ease-in-out;
}
.nk-sidebar .metismenu a {
    position: relative;
    display: block;
    padding: 3px 10px;
    outline-width: 0;
    transition: all .3s ease-out;
}
.metismenu ul li{
    margin-bottom: 5px;
}
.metismenu .has-arrow {
    position: relative;
}
.nk-sidebar .metismenu > li a > i {
    font-size: 0.95rem;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.4375rem 0 0;
    color: #464a53;
}
.nav-header {
    height: 5rem;
    width: 15.1875rem;
    display: inline-block;
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
    background: #111B27;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    transition: all .2s ease;
}
.header {
    height: 5rem;
    z-index: 1;
    position: relative;
    padding: 0 0.9375rem;
    background: #fff;
    margin-left: 15.1875rem;
    transition: all .2s ease;
}
#fb-root{display: none;}
#myNavbar input[type=text] {
    padding: 6px;
    border: none;
    width: 310px;
}
.form-search{
    margin-top: 10px;
    display: inline-block;
}
.box-container{
    background-color: #e8e8e8;
    padding: 0 10px;
    overflow: hidden;
}
::-webkit-scrollbar-track{
    background: #e8e8e8;
}
.box-container .container{
    width: 99% !important;
}
.right-blog {
    width: calc(100% - 285px);
    display: inline-block;
}
.left-blog {
    z-index: 2;
    background-color: #e8e8e8;
    display: inline-block;
    float: left;
    width: 285px;
    padding-left: 5px;
    border-right: 1px solid #eaeaea;
}
.blog-title {
    font-size: 24px;
    margin-bottom: 15px;
}
.blog-head-title{
    margin: 5px 10px 10px;
}
.body-db {
    padding-top: 0;
    border-radius: 10px;
    height: 100%;
}
.blog-content-page{background-color: #fff;padding: 5px 50px;}
.blog-content img{max-width: 100%;height: auto;}
.slimScrollDiv {
    overflow: auto;
    height: 100vh;
}
.box-container .post-item {
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #e6e5e5;
    border-radius: 10px;
    min-height: 380px;
    overflow: hidden;
}
.box-container .post-item .post-thumb {
    position: relative;
    border-bottom: 2px solid #48add2;
}
.box-container .post-item .post-thumb a.img-thumb {
    height: 210px;
    overflow: hidden;
    display: block;
}
.box-container .post-item .post-thumb img {
    width: auto;
    height: 100%;
}
.box-container .post-item .post-thumb .cate-post {
    display: inline-block;
    position: absolute;
    bottom: -11px;
    left: 25px;
}
.box-container .post-item .post-thumb .cate-post ul {
    margin: 0 0;
    padding: 0 0;
    list-style: none;
}
.box-container .post-item .post-thumb .cate-post ul li {
    margin: 0 0;
    padding: 0 0;
}
.box-container .post-item .post-thumb .cate-post a {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    background: #48add2;
    padding: 2px 15px;
    border-radius: 4px;
}
.box-container .post-item .post-info {
    font-size: 13px;
    color: #aaa;
    padding: 30px 25px 15px;
}
.box-container .post-item a.title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #3e3d3c;
    padding: 0 25px;
    background: #fff;
    margin-bottom: 20px;
    max-height: 84px;
    overflow: hidden;
}
.body-db .col-md-12{
    padding: 0;
}
ul.number-ul li {
    list-style: decimal;
    margin-left: 10px;
}
.blog-content-wrapper{
    max-width: 900px;
    margin: 0 auto;
}
.nav-left-home {
    margin-right: 10px;
}
.right-blog .body-db .content-db-template img {
    height: 135px;
}
.right-blog .body-db .content-db-template .item-temp-name{
    max-height: 48px;
}