.xui-bg-dark {
    background-color: #21252C;
    color: #fff;
}

.xui-bg-black {
    background-color: #1C2026;
    color: #fff;
}

.bg-blue {
    background-color: #215CA1;
    color: #fff;
}

.xui-bg-default{
    background-color: #215ca1;
    color: #00FFFF;
}

.xui-contact-bg {
    background-image: url("/static/images/contact_header_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.xui-line-clamp1 {
    overflow: hidden;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-align: justify !important;
}

.xui-line-clamp2 {
    -webkit-line-clamp: 2;
    height: 3rem;
    line-height: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: justify !important;
}

.xui-line-clamp3 {
    -webkit-line-clamp: 3;
    height: 3.75rem;
    line-height: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: justify !important;
}

.xui-line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xui-img-cover {
    object-fit: cover;
}

.xui-tab-list li img {
    width: 56px;
    height: 56px;
    margin-bottom: -20%;
}

.xui-tab-list li .active {
    background-color: #502c6c !important;
    color: #fff !important;
}

.xui-tab-list li .active img {
    margin-top: 1rem;
}

.w-52 {
    width: 52px;
}

.h-52 {
    height: 52px;
}

.w-58 {
    width: 58px;
}

.h-58 {
    height: 58px;
}

.xui-grid {
    display: flex;
    text-align: center;
}

.xui-grid-item {
    display: inline-block;
    width: 20%;
}

.xui-grid-item .grid_text {
    padding-top: 5px;
}

img {
    max-width: 100%;
}

.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;
}

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: #f9fafc;
    font-size: 14px;
    color: #555;
}

a {
    color: #555;
}

a:hover,
a:focus {
    color: #007bff;
}

.navbar-nav {
    width: 100%;
}

@media (min-width: 768px) {
    .top-nav {
        background: rgba(0, 0, 0, 0.1);
        color: #FFFFFF;
    }

    .top-nav .navbar-brand img {
        height: 42px;
    }

    .carousel-indicators li {
        width: 60px;
        height: 0.75em;
    }
}

.top-nav .dropdown-menu {
    border: none;
    border-radius: 0;
    text-align: center;
}

/*.navbar-nav li > a h5 {*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*}*/

.top-nav .navbar-nav > li > a {
    font-size: 16px;
    color: rgba(255, 255, 255, .5);
}

.top-nav .navbar-nav > li.active > a {
    color: rgba(255, 255, 255);
}

/*.navbar-nav ul.dropdown-menu {*/
/*    border: none;*/
/*    border-radius: 4px;*/
/*}*/

/*.navbar-nav ul.dropdown-menu > li.active > a {*/
/*    color: #007bff;*/
/*    background-color: #f5f5f5;*/
/*}*/

/*.navbar-nav ul.dropdown-menu > li > a {*/
/*    padding: 8px 20px;*/
/*}*/

@media (max-width: 767px) {
    body {
        padding-top: 51px;
    }

    .top-nav .navbar-brand img {
        height: 34px;
    }
}

footer {
    padding: 0;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #007bff;
}

footer .media .fa {
    width: 15px;
}

footer ul li {
    padding: 0.25em 0;
}

.article-list {
    padding: 0;
    background: #fff;
}

.article-list .article-item {
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
}

.article-list .article-item .content {
    margin-top: 15px;
    color: #919191;
}

.article-list .gallery-article {
    margin-top: 0;
}

.article-list .gallery-article .row {
    margin: 0 -10px;
}

.article-list .gallery-article .article-title {
    margin-bottom: 10px;
}

.article-list .gallery-article .article-title span.highlight {
    color: red;
}

.article-list .gallery-article .media .media-body {
    padding-left: 0;
}

.article-list .gallery-article .media .media-body .article-tag {
    position: relative;
    margin-top: 10px;
}

.article-list .article-title {
    margin: 0;
    font-size: 1.25em;
    line-height: 1.8;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.article-list .article-title a {
    color: #444;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.article-list .article-title a span.highlight {
    color: red;
}

.article-list .article-title a:hover {
    color: #007bff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.article-list .article-title a .img-new {
    margin-left: 2px;
    margin-bottom: 2px;
    height: 16px;
}

.article-list .article-intro {
    height: 44px;
    text-align: justify;
    line-height: 22px;
    color: #828a92;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.article-intro-line4 {
    height: auto !important;
    -webkit-line-clamp: 4 !important;
}

.article-list .media {
    color: #919191;
}

.article-list .media .media-body {
    padding-left: 20px;
    line-height: 25px;
}

.article-list .media .media-left {
    overflow: hidden;
    padding: 0;
}

.article-list .media .media-left a {
    display: block;
    width: 150px;
}

.activity-list .media .media-left a {
    display: block;
    width: 200px;
}

.article-list .media-body {
    position: relative;
}

.article-list .media-body .article-tag {
    color: #aaa;
    font-size: 13px;
}

.article-list .media-body .article-tag span a {
    color: #aaa;
}

.article-list .media-body .article-tag .pull-left {
    height: 34px;
    line-height: 34px;
    color: #919191;
}

.article-list .media-body .article-tag .pull-left a {
    color: #919191;
}

.article-list .pager {
    margin: 40px 0 20px 0;
}

.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-metas {
    overflow: hidden;
    margin-bottom: 1em;
    text-align: center;
}

.article-metas .metas-title {
    font-size: 1.65em;
    line-height: 1.45;
    margin-bottom: 0.8em;
    color: #444;
}

.article-metas .metas-title a {
    color: #444;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.article-metas .metas-title a:hover {
    color: #007bff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.article-metas .metas-body {
    color: #999;
    margin: 0px auto;
}

.article-metas .metas-body span {
    margin-right: 10px;
}

.article-metas .metas-body span i {
    margin-right: 5px;
}

.article-metas .metas-body p {
    margin-bottom: 0;
    margin-top: 0px;
    font-size: 12px;
}

.article-text {
    line-height: 30px;
    margin-bottom: 15px;
    text-align: justify;
}
.article-text h3{
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.article-text p {
    text-indent: 2em;
}

.text-indent-0, .text-indent-0 p {
    text-indent: 0em !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-copyright {
    margin-bottom: 15px;
}

.article-copyright p {
    color: darkgray;
    line-height: 1.5em;
    font-size: 1em;
    text-align: justify !important;
}

.article-action-btn {
    color: #999;
}

.article-action-btn a {
    color: #999;
}

.article-action-btn .bdshare-button-style0-16 .bds_more {
    float: none;
    padding: 0;
    height: inherit;
    line-height: inherit;
    font-size: inherit;
    background: none;
    color: #999;
}

.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) {
    .article-list .row {
        margin: 0 -5px !important;
    }

    .article-list .col-sm-3 {
        padding: 0 5px 10px 5px;
    }

    .article-list .media .media-body {
        padding-left: 15px;
    }
}

@media (max-width: 1200px) {
    .article-list .media-body .article-tag {
        position: relative;
        bottom: inherit;
        margin-top: 5px;
    }
}

.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.xgui-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;
}

.hot-article .panel-body .media-body a {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.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%;
}

.hot-tags .panel-body a span {
    margin-bottom: 10px;
}

.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;
}

.main-content {
    min-height: 100%;
    margin: 0 auto;
    padding-bottom: 15px;
}

.main-content:after {
    content: "";
    display: block;
}

@media (max-width: 768px) {
    .main-content {
        min-height: 100%;
        margin: 0 auto;
        padding-bottom: 15px;
    }

    .main-content > .container {
        padding-left: 0;
        padding-right: 0;
        overflow-x: hidden;
    }

    .main-content > .container > .category-title {
        padding: 0 15px;
        font-size: 20px;
    }

    .article-metas .metas-title {
        margin-bottom: 0.5em;
    }
}

.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;
}

aside .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #941207;
    border-color: #941207;
}

.article-content > .panel-heading {
    padding: 0;
    margin: 0 -15px;
}

.panel-with-breadcrumb > .panel-heading {
    padding: 0;
    margin: 0 -15px;
}

.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;
}

.category-title {
    margin-bottom: 20px;
    font-size: 24px;
    color: #444;
}

.category-title .breadcrumb li {
    font-size: 14px;
}

.category-order li > a.active {
    color: #007bff;
}

.img-zoom {
    overflow: hidden;
    display: inline-block;
}

.img-zoom img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.img-zoom:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-header {
        width: 44px;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    aside .panel-heading {
        text-align: center;
    }

    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;
    }

    .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;
    }

    .article-list .media-body .article-tag span {
        margin: 0 2px;
    }

    .article-pay a.btn {
        display: block;
        margin-top: 5px;
    }
}

.xui-icon-box {
    text-align: center;
    display: inline-block;
}

.xui-icon-box.icon-small {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
}

.xui-icon-box.icon-medium {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 1.8rem;
}

.xui-icon-box.icon-medium i {
    font-size: 60px;
}

.xui-icon-box.icon-large {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 2.2rem;
}

.xui-icon-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.xui-icon-2x {
    font-size: 2em;
}
.xui-icon-3x {
    font-size: 3em;
}
.xui-icon-4x {
    font-size: 4em;
}
.xui-icon-5x {
    font-size: 5em;
}

.card-pricing .card ul li {
    line-height:2.5rem;
}