html {
    background-image: url(/wp-content/uploads/2026/01/bg-ban-ca.jpg);
}
#masthead .flex-right ul > li > a {
    color: #fff;
    font-size: 16px;
}
#masthead .flex-right ul > li > a:hover {
    color: #ffda2a;
}
#masthead .flex-right ul {
    justify-content: space-between;
}
#masthead .flex-right{
    width: 100%;
}
#main, #wrapper {
    background: rgb(19, 10, 117, 0.4);
}
.section-title-center b {
    background: transparent;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
footer .section-title-normal span {
    font-size: 18px;
    text-transform: capitalize;
}
.ux-menu-link__link {
    min-height: auto;
    font-size: 14.5px;
}
.ux-menu-link__link:hover {
    color: #fa9b27 !important;
}
.copyright-footer {
    color: #fff;
}
.tabbed-content > ul> li > a {
    background: #C9F2ED;
    padding-left: 1.6em;
    padding-right: 1.6em;
    margin-right: 10px;
    color: black;
    border-radius: 99px;
    line-height: 1;
    font-size: 12px;
}
.tabbed-content > ul> li.active > a, .tabbed-content > ul> li > a:hover {
    background: #FA9B27;
    color: white;
}
.nameGame {
    margin-top: 12px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
.boxGame .button {
    width: 100%;
    border-radius: 5px;
    margin: 5px 0;
    font-size: 13px;
    text-transform: capitalize;
    background: #c50000;
}
.boxGame .box-text-inner .button:last-child {
    background: #fa9b27;
}
.boxGame .box-image img {
    border-radius: 10px;
}
.content-home {
    max-height: 120px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.content-home.expanded {
    max-height: 100%;
}
.toggle-content {
    background: #fa9b27;
    text-transform: inherit;
    font-size: 13px;
    display: block;
    color: #fff;
    margin: 20px auto 0;
    border-radius: 99px;
    width: 120px;
}
.toggle-content:hover {
    box-shadow: none;
}
.col-news>.col-inner {
    border-radius: 10px;
    border: solid 1px #0097ff;
    padding: 20px;
}
.col-news>.col-inner .section-title-normal {
    background: #110141;
    padding: 5px 15px;
    font-size: 17px;
    border-radius: 5px;
}
.post-item .box-image img {
    border-radius: 10px;
}
.list-news1 .post-item .post-title a {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.list-news1 .post-item .from_the_blog_excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 20px;
}
.list-news1 .post-item {
    padding-bottom: 20px;
}
.list-news2 .post-title a {
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 1;
    padding-left: 15px;
    position: relative;
}
.list-news2 .box-text {
    padding: 0;
}
.list-news2 .post-item {
    padding-bottom: 0;
}
.list-news2 .post-title a:before {
    content: '+';
    position: absolute;
    left: 0;
}
.list-news2 .post-title a:hover {
    color: #fff;
}
.breadcrumb {
    background: rgb(19, 10, 117, 0.4);
    padding-top: 10px;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.entry-header .is-divider, #comments {
    display: none;
}
h1.entry-title {
    margin-bottom: 0;
}
.article-inner {
    background: #040658;
    padding: 20px;
    border-radius: 10px;
}
.archive-page-header .page-title {
    color: #fff;
    padding-bottom: 10px;
    border-bottom: solid 1px;
    margin-bottom: 20px;
}
#post-list .post-item >.col-inner {
    background: #252389;
    border-radius: 10px;
    padding: 1em;
}
#post-list .post-title a {
    color: #fff;
    font-size: 22px;
}
#post-list .post-title a:hover {
    color: #fa9b2a;
}
#post-list .from_the_blog_excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 20px;
    font-size: 13px;
}
.from_the_blog_comments{
    display: none;
}
a.btn-view {
    text-align: right;
    background: #fff;
    border-radius: 99px;
    padding: 5px 12px;
    color: #000;
    display: inline-block;
    font-size: 13px;
    margin-top: 10px !important;
}
.category  .col-bg-cate {
    background: #040658;
    padding: 30px;
    border-radius: 20px;
}
.widget {
    background: #110141;
    padding: 20px;
    border-radius: 10px;
}
span.widget-title {
    display: block;
    margin-bottom: 15px;
}
.widget .is-divider {
    display: none;
}
.recent-blog-posts a {
    font-size: 13px;
}
@media (min-width: 992px){
 .post-sidebar {
    border-left: 0 !important;
}
.blog-wrapper .large-9 {
    padding-right: 0 !important;
} 
}
@media(max-width: 549px){
    .tabbed-content >ul {
        justify-content: center;
    }
    .tabbed-content >ul >li {
        margin-bottom: 10px;
    }
    .post-sidebar {
        padding-bottom: 0;
    }
}