.wrapper {
    background-color: #f0f1ec !important;
}
.wrapper .w-1200 {
    max-width: 1230px;
}
.wrapper .section.section-news {
    height: unset !important;
    position: relative;
    padding-top: 0;
    padding-bottom: 50px;
    margin-top: -226px;
}
.section-news .fixed-toolbar {
    position: relative;
    margin: 0;
    display: block;
}
.wrapper .section-news .flex-wrap.fixLeft {
    justify-content: flex-end !important;
}
.wrapper .section-news .flex-wrap.fixLeft .fixed-toolbar {
    position: fixed;
    left: 50%;
    margin-left: -602px;
    top: 20px;
}

.wrapper-news {
    position: relative;
    margin-left: 40px;
    width: calc(100% - 152px - 40px);
}
.breadcrumb {
    width: 100%;
    height: 56px;
    background-color: #000000de;
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 0 25px;
    margin:unset;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #fff;
    content: "/" !important;
}
.breadcrumb .breadcrumb-item {
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.breadcrumb-item.active { 
    color: #feef89;
}
.breadcrumb .breadcrumb-item:last-child {
    max-width: 600px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-container {
    background-color: #ffffff;
    padding: 15px 45px 30px;
    min-height: 650px;
}
.category-head {
    background: #000000de;
    color: #fff;
    padding: 1rem;
}
.category-head h1 {
    font-size: 3.5em;
    text-transform: capitalize;
}
.category-head .description {
    font-size: 1.3em;
}
/* category,tag */
.list-tabs {
    -webkit-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    border-bottom: 2px solid #eeeef3;
}
.list-tabs .tab-item {
    background: none;
    width: 144px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    margin-bottom: -2px;
}
.list-tabs .tab-item.active {
    border-bottom: 3px solid #3041c2;
}
.list-tabs .tab-item::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    background-position: -81px -8px;
    top: 50%;
    margin-top: -5px;
    margin-right: -5px;
}
.list-tabs .tab-item a {
    display: block;
    color: #3041c2;
}
.list-news {
    list-style: none;
    padding: 0;
    margin: 10px 0 30px;
}
.list-news li:not(:last-child) {
    border-bottom: 1px dotted #b1b1b1;
}
.list-news li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    font-size: 16px;
    color: #1b1c1c;
}
.list-news li a span.news-title {
    width: 670px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.list-news li a span.news-time {
    width: 150px;
    text-align: right;
    display: block;
}
/* post */
.news-container article {
    padding-top: 10px;
}
.news-container article .news-title {
    text-align: center;
    color: #b64b37;
    font-size: 23px;
    line-height: 1.3;
    font-weight: bold;
}
.news-container article .news-time {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #717171;
    margin-top: 6px;
}
.news-container article .news-content {
    margin: 28px 0;
    padding: 22px;
    font-size: 16px;
    color: #373737;
    border-top: 1px solid #9a9a9a;
    line-height: 1.4;
}
.news-container article .news-content table {
    border-collapse: collapse;
    margin: 10px auto;
    max-width: 100% !important;
    width: auto !important;
    display: block;
    overflow-x: auto;
    table-layout: auto;
}
.news-container article .news-content table tr td {
    border: 1px solid #000;
    padding: 10px;
    vertical-align: middle;
}
.news-container article .news-content p {
    margin-block-start: 0;
    margin-block-end: 1rem;
} 
.news-container article .news-content p:last-child {
    margin:unset;
} 
.news-container article .news-content h1 {
    font-size: 1.4em;
    margin-block-start: 1em;
    margin-block-end: 1em;
} 
.news-container article .news-content h2 {
    font-size: 1.2em;
    margin-block-start: 1em;
    margin-block-end: 1em;
}
.news-container article .news-content h3 {
    font-size: 1em;
    margin-block-start: 1em;
    margin-block-end: 1em;
}
.news-container article .news-content h4{
    font-size: .9em;
    margin-block-start: 1em;
    margin-block-end: 1em;
}
.news-container article .news-content a {
    color: #007bff;
}
.news-container article .news-content a:hover {
    color: #0056b3;
    text-decoration: underline;
}
.news-container article img {
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
}

.more-post-title {
    font-size: 20px;
    font-weight: bold;
    color: #b64b37;
    border-bottom: 1px solid #cfdad6;
}
.more-post-title span {
    display: inline-block;
    border-bottom: 2px solid #b64b37;
    margin-bottom: -1px;
    padding: 10px 0;

}
.more-post .list-more-post {
    padding: 0;
    list-style: none;
}
.more-post .list-more-post li:not(:last-child) {
    border-bottom: 1px solid #cfdad6;
}
.more-post .list-more-post li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #484848;
    padding: 15px 0;
}
.more-post .list-more-post li a .title {
    display: block;
    width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.more-post .list-more-post li a .postTime {
    width: 30%;
    text-align: right;
}
@media only screen and (max-width: 1024px) {
    .wrapper .section.section-2 .w-1200 {
        z-index: unset;
    }
    .wrapper .section.section-1 {
        height: 554px;
    }
    .wrapper .section.section-1 .game-slogan {
        display: none;
    }
    .fixed-toolbar {
        display: none !important;
    }
    .wrapper-news {
        width: 100%;
        margin-left: 0;
    }
    .news-container {
        padding: 10px 24px 20px;
    }
    .list-tabs .tab-item {
        height: 52px;
        font-size: 18px;
        width: 25%;
    }
}
@media only screen and (max-width: 640px) {
    .news-container article .news-content table tr td {
        padding: 5px;
    }
    .breadcrumb .breadcrumb-item:last-child {
        max-width: 55%;
    }
    .list-tabs .tab-item::after {
        display: none;
    }
    .wrapper .section.section-1 {
        height: 368px;
    }
    .wrapper .section.section-news {
        padding: 0 15px 30px;
    }
    .wrapper .section.section-news .w-1200 {
        background-color: #FFF;
    }
    
    .breadcrumb {
        width: unset;
        font-size: 13px;
        padding: 0 15px;
        margin-left: -15px;
        margin-right: -15px;
        height: 42px;
    }
    .category-head {
        margin-left: -15px;
        margin-right: -15px;
    }
    .breadcrumb a::after {
        margin: 0 3px;
    }
    .breadcrumb span {
        max-width: calc(100% - 160px);
    }
    .news-container .list-news {
        margin: 10px 0 20px;
    }
    .news-container .list-news li a {
        font-size: 13px;
        padding: 12px 0;
    }
    .news-container {
        padding: 10px 0 20px;
    }
    .list-tabs {
        justify-content: space-between;
    }
    .list-tabs .tab-item.active {
        border-bottom-width: 2px;
    }
    .list-tabs .tab-item {
        text-transform: unset;
        font-size: 15px;
        height: 40px;
        width: auto;
    }
}