.border         { border: 1px solid #f2f2f2 !important; }
.border-top     { border-top: 1px solid #f2f2f2 !important; }
.border-right   { border-right: 1px solid #f2f2f2 !important; }
.border-bottom  { border-bottom: 1px solid #f2f2f2 !important; }
.border-left    { border-left: 1px solid #f2f2f2 !important; }

.border-0        { border: 0 !important; }
.border-top-0    { border-top: 0 !important; }
.border-right-0  { border-right: 0 !important; }
.border-bottom-0 { border-bottom: 0 !important; }
.border-left-0   { border-left: 0 !important; }

.lh-2 {
    line-height: 2em !important;
}

.line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1 !important;
}

.line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
}

.display-inline-block {
    display: inline-block;
}

.display-inline-flex{
    display: inline-flex;
}

.box-shadow{
    box-shadow: 0 4px 0 0 rgb(0 0 0 / 0%), 0 5px 5px 0 rgb(0 0 0 / 5%);
}

html,
body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
    font-weight: 400;
    background: #ffffff;
    font-size: 14px;
    color: #555;
}

body {
    padding-top: 86px;
}

a {
    color: #555;
}

a:hover,
a:focus {
    color: #982D33;
}

a.primary-link {
    color: #007bff;
}

.xui-bg-default,
.xui-bg-default:hover,
.xui-bg-default:focus,
.xui-bg-default:active,
.xui-bg-default:active:focus{
    background-color: #982D33;
    color: #fff;
}

.xui-text-default{
    color: #982D33;
}

.xui-border-default{
    border-color: #982D33;
}

.xui-box-shadow{
    box-shadow: 0 0 8px 0 rgb(221 221 221 / 50%) !important;
}

.layui-tab-brief>.layui-tab-title .layui-this {
    color: #982D33;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #982D33;
}

.xui-avatar img{
    width: 120px;
    height: 120px;
}

/*START 个人中心中间位置字体 */
.layui-tab-title li {
    font-size: 15px;
    font-weight: 700;
}
label {
    font-weight: normal;
}
/*END 个人中心中间位置字体 */

.top {
    background: #ffffff;
    color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a {
    color: #caced2;
}

.navbar-default {
    background: #941207;
    color: #ffffff !important;
    border-bottom: 1px solid #941207;
}

.navbar-default > a {
    color: #ffffff !important;
}

.navbar-white .dropdown-menu {
    border-radius: 5px;
    -webkit-box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1);
    -moz-box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1);
    box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1);
}

.navbar-nav {
    width: 100%;
}

.xui-bg-white {
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
}

.main-logo{
    width: 120px;
    height: 120px;
    background-color: #FFFFFF;
    border-radius: 50%;
    text-align: center;
}

li.main-logo{
    padding-top: 0 !important;
}

.main-logo img{
    width: 100px;
    height: 100px;
    margin: 10px;
}

.navbar-default {
    padding-top: 20px;
}

.navbar li.active > a{
    border-bottom: #81191e 2px solid !important;
}

@media (min-width: 1440px) {
    .pt-100{
        padding-top: 100px;
    }

    .user-body{
        padding-top: 50px;
    }

    .user-left{
        width: 18% !important;
    }

    .user-center{
        width: 64% !important;
        padding: 0 5px !important;
    }

    .user-right{
        width: 18% !important;
    }

    .info-height {
        height: calc(50vh + 98px);
    }
    .info-height1 {
        height: 50vh;
    }
}

.layui-input, .layui-select, .layui-textarea {
    display: block;
    width: 100%;
    height: 31px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

@media (min-width: 768px) {
    .navbar-default .navbar-brand {
        height: 60px;
        line-height: 27px;
    }

    .navbar-nav > li {
        padding-top: 20px;
    }

    .navbar-default .navbar-nav > li > a {
        height: 60px;
        line-height: 27px;
        color: #ffffff !important;
    }

    li.main-logo > a {
        height: auto !important;
        padding: 0 !important;
        background-color: transparent !important;
    }

    .navbar-white .navbar-nav > li > a {
        height: 60px;
        line-height: 27px;
        color: #555;
    }

    .navbar-white .navbar-nav > li > a:hover,
    .navbar-white .navbar-nav > li > a:focus {
        color: #007bff;
    }

    #main-navbar .nav > li > a:hover, #main-navbar .nav > li > a:focus {
        text-decoration: none;
        background-color: inherit;
    }

    .navbar-white .navbar-nav > .active > a,
    .navbar-white .navbar-nav > .active > a:hover,
    .navbar-white .navbar-nav > .active > a:focus {
        background-color: inherit;
        color: #81191e;
    }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: inherit;
        border-color: #2c3e50;
    }
}

@media (hover: hover) {
    .dropdown a:hover + .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

.navbar-inverse .navbar-nav .dropdown:hover > a {
    color: #fff;
    background-color: transparent;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: -1px;
    -webkit-border-radius: 3px 0 3px 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px 0 3px 3px;
    -moz-background-clip: padding;
    border-radius: 3px 0 3px 3px;
    background-clip: padding-box;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 3px 0 3px 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px 0 3px 3px;
    -moz-background-clip: padding;
    border-radius: 3px 0 3px 3px;
    background-clip: padding-box;
}

.navbar-collapse.collapse.in .navbar-nav .dropdown-submenu .dropdown-menu > li > a {
    padding-left: 45px;
}

.navbar-nav li > a h5 {
    overflow: hidden;
    text-overflow: ellipsis;
}

.navbar-nav > li > a {
    font-size: 16px;
}

.navbar-nav ul.dropdown-menu {
    border: none;
    border-radius: 0;
}

.navbar-nav ul.dropdown-menu > li.active > a {
    color: #007bff;
    background-color: #f5f5f5;
    border-bottom: transparent 2px solid !important;
}

.navbar-nav ul.dropdown-menu > li > a {
    padding: 8px 20px;
    line-height: 40px;
    font-size: 16px;
}

.navbar-brand {
    padding: 5px 15px;
}

#floatbtn {
    width: 50px;
    height: auto;
    position: fixed;
    top: auto;
    right: 50%;
    bottom: 86px;
    left: auto;
    z-index: 80;
    margin-right: -640px;
}

#floatbtn.fixed {
    position: absolute;
    bottom: 279px;
    right: 50%;
}

#floatbtn > a,
#floatbtn .floatbtn-item {
    cursor: pointer;
    position: relative;
    z-index: 90;
    display: block;
    margin-top: 4px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #d5d5d5;
    border: 1px solid #d5d5d5;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#floatbtn > a.hover:hover,
#floatbtn .floatbtn-item.hover:hover {
    -webkit-transition: background-color 400ms ease-out;
    -moz-transition: background-color 400ms ease-out;
    -o-transition: background-color 400ms ease-out;
    transition: background-color 400ms ease-out;
    background: #982D33;
    text-decoration: none;
    text-align: center;
    line-height: 20px;
    padding: 5px;
}

#floatbtn > a.hover:hover i,
#floatbtn .floatbtn-item.hover:hover i {
    display: none;
}

#floatbtn > a.hover:hover em,
#floatbtn .floatbtn-item.hover:hover em {
    display: block;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
}

#floatbtn > a em,
#floatbtn .floatbtn-item em {
    display: none;
}

#floatbtn > a:hover,
#floatbtn .floatbtn-item:hover {
    background: #982D33;
}

#floatbtn > a:hover i,
#floatbtn .floatbtn-item:hover i {
    color: #fff;
}

#floatbtn > a:hover .floatbtn-wrapper,
#floatbtn .floatbtn-item:hover .floatbtn-wrapper {
    display: block;
}

#floatbtn .iconfont {
    display: inline-block;
    font: normal normal normal 14px/1 iconfont;
    font-size: inherit;
}

.floatbtn-wrapper {
    position: absolute;
    right: 59px;
    top: -55px;
    z-index: 120;
    display: none;
    width: 190px;
    height: 212px;
    background-color: #fff;
    border: 1px solid #eee;
}

.floatbtn-wrapper:before {
    content: "";
    position: absolute;
    right: -12px;
    top: 0;
    height: 200px;
    width: 12px;
    background: transparent;
}

.floatbtn-wrapper:after {
    content: "";
    position: absolute;
    right: -6px;
    top: 73px;
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid #d5d5d5;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.floatbtn-wrapper > .qrcode {
    margin-top: 20px;
    line-height: 1;
}

.floatbtn-wrapper > .qrcode > img {
    width: 128px;
    height: 128px;
}

.floatbtn-wrapper p {
    font-size: 14px;
    line-height: 20px;
    color: #999;
}

.floatbtn-wrapper p em {
    color: #dd3067;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #ffffff !important;
    background-color: #941207 !important;
}

.banner {
    height: 400px;
    background-image: url("/static/index/images/backgrounds/banner-bg.jpg");
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: inherit;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

@media (max-width: 767px) {
    body {
        padding-top: 51px;
    }

    .sidebar-toggle {
        border-color: #81191e !important;
    }
    .navbar-toggle .icon-bar {
        background-color: #81191e !important;
    }

    .banner {
        height: 120px;
        margin-bottom: 0;
    }

    .navbar-white {
        background-color: #ffffff;
        border-color: #ffffff;
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
    }
}

.banner h2 {
    line-height: 400px;
    font-size: 2em;
    color: #e0e0e0;
}

h3,.h3{
    font-size: 18px;
}

.xui-text-left{
    text-align: left !important;
}

footer {
    padding: 0;
    background-image: url("/static/index/images/footer-bg.jpg");
    background-repeat: repeat-x;
    background-position: top;
    background-size: contain;
    color: #5d5d5d;
}

.footer{
    vertical-align: middle;
    /*position: absolute;*/
    padding: 10vw 0;
    /*transform: translateY(-50%);*/
    /*min-height: 30vw;*/
    /*height: auto;*/
}

.footer a {
    color: #5d5d5d;
}

.footer a:hover {
    color: #5d5d5d;
}

.nav-sidebar li.active a {
    text-decoration: none;
    background-color: #ecf0f1;
}

.navbar-toggle .icon-bar {
    width: 18px;
}

.footer .copyright {
    vertical-align: middle;
    margin-bottom: 20px !important;
    line-height: 1.5;
}

.footer .code-image {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 0 2px;
    background-color: #FFFFFF;
    /*border-radius: 50%;*/
}

.footer .code-image img {
    width: 90px;
    /*padding-top: 25px;*/
    vertical-align: middle;
    margin: 5px auto;
}

.loadmore {
    width: 80%;
    margin: 1.5em auto;
    line-height: 1.6em;
    font-size: 14px;
    text-align: center;
    clear: both;
}

.loadmore-tips {
    display: inline-block;
    vertical-align: middle;
}

.loadmore-line {
    border-top: 1px solid #eeeeee;
    margin-top: 2.4em;
}

.loadmore-line .loadmore-tips {
    position: relative;
    top: -0.9em;
    padding: 0 .55em;
    background-color: #FFFFFF;
    color: #808080;
}

.btn-loadmore {
    clear: both;
}

.position-right-bottom{
    position: absolute;
    bottom: 0;
    right: 0;
}

.article-text {
    line-height: 30px;
    margin-bottom: 15px;
    text-align: justify;
}

.text-indent-0, .text-indent-0 p {
    text-indent: 0 !important;
}

.text-indent-2, .text-indent-2 p {
    text-indent: 2em !important;
}

.article-text img {
    margin: 10px auto;
    display: block;
    max-width: 100%;
    height: auto;
    cursor: zoom-in;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;

}

.article-text ul li {
    line-height: 30px;
}

.article-text a {
    text-decoration: none;
    color: #007bff;
    border-bottom: 1px solid #b3d7ff;
}

.article-text a img {
    cursor: pointer;
}

.article-prevnext {
    color: #666;
}

.entry-meta ul {
    overflow: hidden;
    margin: 0 0 10px 0;
    padding: 10px 0 10px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.entry-meta ul li {
    line-height: 26px;
}

@media (max-width: 767px) {
    footer {
        background-size: cover;
    }
    .footer{
        text-align: center;
    }
}

.pages-nav li > a{
    background-color: #F2F2F2;
    border: 2px solid #F2F2F2;
}

.pages-nav li.active > a{
    background-color: #FFFFFF;
    color: #B6333A;
    font-weight: bold;
    border: 2px solid #F2F2F2;
}

.pages-nav .nav-pills > li.active > a, .pages-nav .nav-pills > li.active > a:hover, .pages-nav .nav-pills > li.active > a:focus {
    background-color: #FFFFFF;
    color: #B6333A;
    font-weight: bold;
}

.text-justify-line5 {
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-height: 1.8em;
}

.panel-default {
    border: none;
    padding: 0 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
}

.panel-default > .panel-heading {
    position: relative;
    padding: 15px 0;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
}

.panel-default > .panel-heading .panel-title {
    font-size: 16px;
    /*color: @gray-dark;*/
}

.panel-default > .panel-heading .panel-title > i {
    display: none;
}

.panel-default > .panel-heading small {
    font-weight: normal;
    color: #999;
    font-size: 13px;
}

.panel-default > .panel-heading .more {
    position: absolute;
    top: 13px;
    right: 0;
    display: block;
    color: #919191;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 400;
    font-size: 13px;
}

.panel-default > .panel-heading .more:hover {
    color: #616161;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.panel-default > .panel-heading div.more {
    top: 17px;
}

.panel-default > .panel-heading .panel-bar {
    position: absolute;
    top: 7px;
    right: 0;
    display: block;
}

.panel-default > .panel-heading .list-group > a {
    display: inline-flex;
    padding: 6px 6px;
    margin-bottom: 0;
}

a.xui-this{
    color: #ffffff !important;
    background-color: #941207 !important;
}

@media (min-width: 768px){
    .form-inline .form-group {
        display: inline-flex;
        margin-bottom: 0;
        vertical-align: middle;
    }
}

.panel-heading .form-control{
    border-bottom: 1px solid #ccc !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-radius: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 1%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 1%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-size: 14px;
    height: 36px;
}

.panel-heading .btn{
    border:none !important;
    padding: 6px 8px;
    font-size: 14px;
}

.panel-heading input.form-control{
    width: 100%;
    padding: 6px 5px;
}

.panel-heading select.form-control{
    width: 100%;
    padding: 6px 6px;
}

.panel-default > .panel-footer {
    padding: 15px 0;
    background: none;
}

.panel-default > .panel-body {
    position: relative;
    padding: 15px 0;
}

.panel-primary > .panel-heading {
    background-color: #46c37b;
    color: #fff;
}

.panel-primary > .panel-body {
    background: #fafafa;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.panel-gray {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.panel-gray > .panel-heading {
    background-color: #f5f5f5;
    color: #919191;
}

.panel-gray > .panel-body {
    color: #919191;
    background: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.panel-page {
    padding: 45px 50px 50px;
    min-height: 500px;
}

.panel-page .panel-heading {
    background: transparent;
    border-bottom: none;
    margin: 0 0 30px 0;
    padding: 0;
}

.panel-page .panel-heading h2 {
    font-size: 25px;
    margin-top: 0;
}

h1 .breadcrumb {
    padding: 0 5px;
    margin-bottom: 5px;
    background: none;
}

h1 .breadcrumb li {
    font-size: 12px;
    font-weight: 400;
}

.panel-blockimg {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.panel-blockimg img {
    width: 100%;
}

.tags {
    margin: 0;
    display: inline-block;
}

.tags .tag {
    margin-bottom: 8px;
}

.tag {
    display: inline-block;
    padding: 0 8px;
    height: 24px;
    line-height: 24px;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #007bff;
    background: #e5f2ff;
    margin-right: 3px;
    border-radius: 2px;
}

.tag img {
    width: 16px;
    height: 16px;
    margin-top: -1px;
    margin-right: 3px;
}

.tag[href]:focus,
.tag[href]:hover {
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
}

.tag-xs {
    padding: 0 6px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}

.tag-sm {
    padding: 0 6px;
    height: 22px;
    line-height: 22px;
    font-size: 13px;
}

.tag-lg {
    font-size: 16px;
    font-weight: 700;
    height: 30px;
    line-height: 28px;
}

.tag-link {
    background-color: transparent;
}

.tag-logo {
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: 4px 2px;
    background-size: 16px 16px;
}

.tag-success {
    background-color: #dff0d8;
    color: #18bc9c;
}

.tag-info {
    background-color: #d9edf7;
    color: #3498db;
}

.tag-warning {
    background-color: #fcf8e3;
    color: #f39c12;
}

.tag-danger {
    background-color: #f2dede;
    color: #e74c3c;
}

#content-container > h1 {
    margin-top: 0;
}

.main-content {
    min-height: 50%;
    margin: 0 auto;
    padding-bottom: 15px;
    background-image: linear-gradient(to bottom ,#fff,#fefefe);
}

.main-content:after {
    content: "";
    display: block;
}

@media (max-width: 768px) {
    .main-content {
        min-height: 50vh;
    }

    .main-content > .container {
        padding-left: 0;
        padding-right: 0;
        overflow-x: hidden;
    }

    .main-content > .container > .category-title {
        padding: 0 15px;
        font-size: 20px;
    }

    .navbar-inverse {
        height: 100vh;
        max-height: 100vh;
        padding-bottom: 50px;
    }

    .navbar-inverse ul.dropdown-menu {
        background: #333333;
    }

    .navbar-inverse ul.navbar-nav > li {
        margin-bottom: 1px;
    }

    .navbar-inverse ul.navbar-nav > li.open > a {
        background-color: #080808;
    }

    .navbar-white .navbar-nav .open .dropdown-menu {
        background: #eee;
    }

    .article-metas .metas-title {
        margin-bottom: 0.5em;
    }
}

.text-gray {
    color: #d2d6de !important;
}

.no-padding {
    padding: 0 !important;
}

.no-border {
    border: none !important;
}

.pager .pagination {
    margin: 0;
}

.pager .pager {
    margin: 0;
}

.pager li {
    margin: 0 .4em;
    display: inline-block;
}

.pager li:first-child > a,
.pager li:last-child > a,
.pager li:first-child > span,
.pager li:last-child > span {
    padding: .5em 1.2em;
}

.pager li > a,
.pager li > span {
    background: none;
    border: 1px solid #e6e6e6;
    border-radius: 0.25em;
    padding: .5em .93em;
    font-size: 14px;
}

.list-partner li {
    display: inline-block;
    margin: 0 12px 12px 0;
    padding: 10px 15px;
    width: 140px;
    text-align: center;
    border: 1px solid #efefef;
}

.list-partner li:hover {
    border: 1px solid #363f48;
}

.list-partner li img {
    height: 30px;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #941207;
    border-color: #941207;
}

.panel-heading > .breadcrumb {
    background: #fff;
    font-size: 13px;
    margin-bottom: 0;
    padding: 15px;
}

.breadcrumb > li + li.pull-right:before {
    content: none !important;
    padding: 0 !important;
}

.embed-responsive-3by4 {
    padding-bottom: 125%;
}

.embed-responsive-square {
    padding-bottom: 100%;
}

.xui-img-cover{
    object-fit: cover;
    max-width: 100%;
}

.list-links a {
    margin-right: 5px;
}

.navbar-form {
    padding-top: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-header {
        width: 44px;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    aside .list-group{
        margin-bottom: 0px;
        text-align: center;
    }

    aside a.list-group-item, button.list-group-item {
        /*width: 20%;*/
        display: inline-flex;
        padding: 6px 6px;
    }

    ul.dropdown-menu {
        position: relative;
        width: 100%;
        background: #222;
    }

    ul.dropdown-menu .open > a,
    ul.dropdown-menu .open > a:hover,
    ul.dropdown-menu .open > a:focus {
        background: none;
        color: #9d9d9d;
    }

    ul.dropdown-menu > .dropdown-menu {
        position: relative;
        width: 100%;
        margin: 0;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px;
    }

    .navbar-nav .open .dropdown-menu {
        position: relative;
        width: 100%;
        margin: 0;
        left: 0;
        background: #404950;
    }

    .dropdown-submenu > a:after {
        display: none;
    }

    .panel-page {
        padding: 15px;
        min-height: 300px;
    }

    .article-list .media .media-left a {
        width: 110px;
    }

    .article-list .media .media-body .article-title {
        font-size: 1em;
    }

    .article-list .media-body .article-tag {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 1;
    }

    .navbar-nav {
        margin: 8.25px 0;
    }

    .dropdown:not(.open):hover > .dropdown-menu {
        display: none;
    }

    .navbar-form {
        margin: 0;
        border-top: none;
        border-bottom: none;
    }

    .navbar-userinfo {
        padding: 0;
    }

    .navbar-userinfo > a {
        height: 50px;
    }

    .focus-img {
        margin-top: 15px;
        padding: 0 15px;
    }

    .focus-img > .row {
        margin-left: 0;
    }
}

@media (min-width: 979px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
        position: absolute;
        top: 85px;
    }
}

@media (min-width: 768px) {
    .navbar .navbar-header {
        position: relative;
        z-index: 9999;
    }

    .navbar .navbar-collapse {
        position: relative;
        z-index: 9998;
    }

    .navbar .navbar-collapse .navbar-nav {
        display: flex;
        justify-content: space-around;
        flex-direction: row;
        white-space: nowrap;
    }

    .navbar .navbar-collapse .navbar-right {
        position: absolute;
        right: 0;
    }
}

@media (max-width: 767px) {
    .navbar .form-search input[type=search] {
        position: relative;
        width: 100%;
        border: 1px solid #ddd;
    }

    .navbar .form-search input[type=search]:focus {
        width: 100%;
    }

    .navbar .navbar-collapse {
        position: fixed;
        top: 0;
        overflow: auto;
        z-index: 9999;
        background: #fff;
        box-shadow: 10px 0 10px rgba(0, 0, 0, 0.06);
        max-height: inherit;
        height: 100vh;
        transition: .5s;
        width: 250px;
        margin-left: -280px;
        margin-right: 0;
        display: block;
    }

    .navbar .navbar-collapse > ul.navbar-nav {
        margin: 15px 0;
    }

    .navbar .navbar-collapse > ul.navbar-nav > li {
        margin-bottom: 2px;
    }

    .navbar .navbar-collapse > ul.navbar-nav li > a b.caret {
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -2px;
    }

    .navbar .navbar-collapse > ul.navbar-nav li ul.dropdown-menu {
        border-radius: 0;
    }

    .navbar .navbar-collapse.active {
        display: block;
        margin-left: -15px;
    }

    .navbar .navbar-collapse-bg {
        position: fixed;
        top: 0;
        overflow: hidden;
        z-index: 9998;
        background: transparent;
        height: 100vh;
        width: 100%;
        display: block;
    }
}

.border-none {
    border: none !important;
}

.border-bottom {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #DDD;
    margin-bottom: 1px;
}