body {
    max-width: 100%;
    --color--1: var(--primary-color);
    --color--2: #fb7665;
    --color--3: #181c22;
    --color--link--header: #FFF;
    --color--hover--link--header: #deb551;
    --bg--blog--widget: linear-gradient(90deg, #e64829 -0.07%, #d32d2f 100%);
    --border-blog-widget: #c92c2a;
    --color--related-post: var(--color--1);
    --border-color-footer-single-post: #262626;
    --title-color-related-post: var(--color--1);
    --border-bg-h1-blog: #e1422a;
    --color-h1-blog: var(--color--1);
    --bg-post-text: #FFF;
    --bg-post-text-hover: var(--color--1);
    --bg-ez-toc-container: var(--color--2);
    --color-ez-toc-container-a: #FFF;
    --portfolio-filter-nav-a: linear-gradient(90deg, #e64829 -0.07%, #d32d2f 100%);
    --portfolio-filter-nav-border: #ffd607;
    --portfolio-filter-nav-a-active: linear-gradient(271.62deg, #faa639 3.1%, #ffd707 99.63%);
    --portfolio-filter-border-image: #202020;
    --color-title-portfolio: #000;
    --color-footer-absolute: #FFF;
    --bg--content-menu-mobile: #8f0101
}

label,
blockquote {}

a.button.success,
a.button.secondary {
    color: var(--color--1) !important
}

strong,
b {
    font-weight: bold
}

.padding-bottom-col .col,
.padding-bottom-col-only>div,
.padding-bottom-col-only {
    padding-bottom: 0px !important;
    margin-top: 0px !important
}

.bg-fixed-page .section-bg {
    background-attachment: fixed !important;
    background-size: cover !important;
    will-change: auto !important;
    background-position: center center !important
}

.bg-contain-page .section-bg {
    background-size: 100% auto !important;
    will-change: auto !important;
    background-position: top center !important
}

.bg-repeat-page .section-bg {
    background-attachment: inherit !important;
    background-size: auto !important;
    will-change: auto !important;
    background-position: center center !important;
    background-repeat: repeat !important
}

.box-shadow-none .col-inner:hover,
.box-shadow-none .img-inner:hover,
.box-shadow-none .box-image:hover,
.box-shadow-none:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.img-border-radius-10 .img-inner,
.img-border-radius-10 .box-image,
.img-border-radius-10 .flickity-slider img {
    border-radius: 10px
}

#wide-nav {
    background: linear-gradient(90deg, #e64829 -0.07%, #d32d2f 100%)
}

body #main {
    position: relative
}

body #main:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background: url(../img/bg-hot-match.webp) top center no-repeat;
    background-size: 100% auto !important
}

body:not(.page-template-page-blank) #main {
    background-attachment: fixed !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    will-change: auto !important
}

body:not(.page-template-page-blank) #wrapper #content ul,
body:not(.page-template-page-blank) #wrapper #content ol {
    padding-left: 20px
}

.margin-bottom-p p {
    margin-bottom: 0px
}

#related_posts ul li a {
    color: var(--color--related-post) !important
}

#related_posts .title-related-posts {
    color: var(--title-color-related-post)
}

#ez-toc-container {
    background: var(--bg-ez-toc-container);
    border: 1px solid var(--bg-ez-toc-container);
    color: var(--color-ez-toc-container-a)
}

#ez-toc-container svg {
    fill: var(--color-ez-toc-container-a) !important;
    color: var(--color-ez-toc-container-a) !important
}

#ez-toc-container a {
    color: var(--color-ez-toc-container-a)
}

#ez-toc-container .ez-toc-js-icon-con {
    border-color: var(--color-ez-toc-container-a)
}

.entry-header-text-top {
    padding-bottom: 0px
}

.breadcrumbs-div {
    padding-bottom: 8px
}

.breadcrumbs-div .breadcrumbs {
    color: #333;
    font-weight: 600
}

.breadcrumbs-div a {
    color: var(--color--1)
}

.breadcrumbs-div p {
    margin-bottom: 0px
}

.archive-page-header {
    padding-bottom: 15px;
    padding-top: 10px
}

.archive-page-header h1,
h1.entry-title.mb {
    color: var(--color-h1-blog);
    font-size: 30px;
    position: relative;
    overflow: hidden
}

.archive-page-header h1 span {
    display: inline-block;
    position: relative
}

.archive-page-header h1 span:after {
    content: "";
    display: block;
    position: absolute;
    left: calc(100% + 15px);
    width: 1500px;
    height: 2px;
    background: var(--border-bg-h1-blog);
    top: calc(50% - 1px)
}

.archive-page-header .row .col {
    padding-bottom: 0px;
    text-align: left
}

ul.nav-pagination li a {
    color: #FFF
}

.portfolio-element-wrapper .filter-nav {
    display: block !important;
    border-bottom: 5px solid var(--portfolio-filter-nav-border);
    float: none;
    padding-left: 0px !important;
    text-align: center
}

.portfolio-element-wrapper .filter-nav>li {
    padding: 2px 4px 0px 0px !important;
    margin: 0px !important;
    display: inline-block !important;
    float: none
}

.portfolio-element-wrapper .portfolio-box {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 10px #CCC
}

.portfolio-element-wrapper .filter-nav a {
    display: block;
    background: var(--portfolio-filter-nav-a);
    color: #FFF;
    padding: 6px 30px;
    border-radius: 8px 8px 0px 0px;
    font-size: 14px
}

.portfolio-element-wrapper .filter-nav li.active a,
.portfolio-element-wrapper .filter-nav li:hover a {
    background: var(--portfolio-filter-nav-a-active);
    color: var(--primary-color);
    border-top-color: var(--portfolio-filter-nav-a-active)
}

.portfolio-element-wrapper .portfolio-box-title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 1em;
    color: var(--color-title-portfolio) !important;
    padding-bottom: 10px;
    padding-top: 10px;
    letter-spacing: 0px
}

.portfolio-element-wrapper .portfolio-box-category {
    display: none
}

.portfolio-element-wrapper .portfolio-box .box-text button {
    background: url(../img/bg-button.webp) center center no-repeat;
    background-size: cover;
    color: #FFF;
    display: block;
    width: 100%;
    padding: 4px 0px;
    border-radius: 30px;
    text-transform: uppercase;
    border: none !important
}

.portfolio-element-wrapper .portfolio-box .box-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.box-lightbox-page {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #061e2ac4;
    z-index: 9999
}

.box-lightbox-page .inner-wrapper {
    max-width: 96%;
    width: 680px;
    display: block;
    margin: 10vh auto;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #FFF;
    max-height: 80vh;
    padding: 30px 30px 10px 30px;
    color: #000;
    border-radius: 10px;
    box-shadow: 0px 0px 25px #000
}

.box-lightbox-page .inner-wrapper ul,
.box-lightbox-page .inner-wrapper ol {
    margin-left: 25px
}

.box-lightbox-page .close-lightbox {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--color--2);
    color: #FFF;
    width: 50px;
    height: 50px;
    text-align: center;
    overflow: hidden;
    font-size: 2em;
    line-height: 42px;
    border-radius: 50px;
    cursor: pointer
}

.box-lightbox-page .inner-wrapper h1,
.box-lightbox-page .inner-wrapper h2,
.box-lightbox-page .inner-wrapper h3,
.box-lightbox-page .inner-wrapper h4,
.box-lightbox-page .inner-wrapper h5,
.box-lightbox-page .inner-wrapper h6,
.box-lightbox-page .inner-wrapper .heading-font {
    color: var(--color--1)
}

.box-lightbox-page .inner-wrapper img {
    margin-bottom: 15px
}

.post-item .col-inner {
    border-radius: 7px;
    overflow: hidden
}

.post-item .from_the_blog_excerpt {
    display: none !important
}

div.featured-posts .post-item .from_the_blog_excerpt {
    display: block !important
}

.post-item .is-divider {
    display: none !important
}

.archive .large-columns-3 .post-item .box-text .post-title,
.search-results .large-columns-3 .post-item .box-text .post-title,
.blog-home-news .box-text .post-title {
    font-size: 15px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.post-item .box-text {
    background: var(--bg-post-text);
    padding: 15px
}

.post-item:hover .box-text {
    background: var(--bg-post-text-hover)
}

.post-item:hover .box-text * {
    color: #FFF !important
}

.post-item .box-text .post-title {
    color: #000;
    text-transform: uppercase
}

.post-item .post-meta {
    padding-top: 8px;
    color: #000
}

.post-item .post-meta:before {
    font-family: "fl-icons" !important;
    content: "\e01a";
    padding-right: 10px
}

.flatsome_recent_posts,
.widget_nav_menu {
    background: var(--bg--blog--widget);
    padding: 15px;
    border-radius: 5px
}

.flatsome_recent_posts .widget-title,
.widget_nav_menu .widget-title {
    color: #FFF;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase
}

.blog-sidebar * {
    text-transform: none !important
}

.blog-sidebar .post-item .box-text {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    background: none !important
}

.flatsome_recent_posts .is-divider,
.widget_nav_menu .is-divider {
    max-width: 100%;
    background: var(--color--2)
}

.blog-sidebar .post-item .col-inner {
    border-radius: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    background: none !important
}

.flatsome_recent_posts a,
.widget_nav_menu a,
.blog-sidebar a {
    color: #FFF;
    font-size: 14.5px
}

.flatsome_recent_posts .flex-grow a,
.blog-sidebar a {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px !important;
    font-weight: normal
}

.flatsome_recent_posts .flex-grow a *,
.blog-sidebar a * {
    font-weight: normal
}

.flatsome_recent_posts a:hover,
.widget_nav_menu a:hover,
.blog-sidebar .post-item:hover * {
    color: var(--color--2);
    text-decoration: underline
}

.flatsome_recent_posts ul,
.widget_nav_menu ul,
.blog-sidebar {
    padding-left: 0px !important
}

.flatsome_recent_posts ul.menu>li+li,
.flatsome_recent_posts>ul>li+li,
.widget_nav_menu ul.menu>li+li,
.widget_nav_menu>ul>li+li,
.blog-sidebar>.post-item+.post-item {
    border-top: 1px solid var(--border-blog-widget)
}

.widget.block_widget .widget-title {
    color: #000 !important;
    padding-top: 25px;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase
}

.widget.block_widget .is-divider {
    max-width: 100%;
    background: var(--color--1)
}

.widget.widget_media_image img {
    border-radius: 5px
}

.absolute-footer {
    color: var(--color-footer-absolute) !important;
    border-top: 1px solid #2d2d2d
}

.absolute-footer ul {
    opacity: 1 !important
}

#footer a:hover {
    text-decoration: underline
}

.footer-menu a.ux-menu-link__link {
    min-height: 0px !important;
    padding: 3px;
    border: none !important;
    color: #FFF
}

.footer-menu {
    display: block !important;
    padding: 10px 0px
}

.footer-menu .ux-menu-link {
    display: inline-block !important;
    position: relative;
    padding: 0px 15px
}

.footer-menu .ux-menu-link:after {
    content: "";
    position: absolute;
    right: 0px;
    height: 10px;
    top: calc(50% - 3px);
    width: 1px;
    background: #303030
}

.footer-menu .ux-menu-link:last-child:after {
    display: none
}

.footer-menu .ux-menu-link:nth-child(1) {
    padding-left: 0px
}

.menu-footer a.ux-menu-link__link {
    min-height: 0px !important;
    padding: 3px;
    border: none !important;
    color: var(--color-footer-absolute)
}

.menu-footer {
    display: block !important;
    padding: 0px 0px 10px 20px
}

.menu-footer .ux-menu-link {
    display: list-item !important;
    position: relative;
    padding: 0px
}

.gallery-footer .box-image {
    background-color: #262b31;
    border-radius: 3px
}

.footer-info li {
    margin-bottom: 4px
}

.icon-follow-footer a {
    margin-right: 8px !important;
    margin-bottom: 8px !important
}

footer.entry-meta,
.navigation-post>div,
#related_posts ul li {
    border-color: var(--border-color-footer-single-post) !important
}

.form-contact-page form label {
    font-weight: normal
}

.contact-text-page>div {
    position: relative;
    max-height: 480px;
    overflow-y: scroll
}

.bg-contain-repeat .section-bg.bg-loaded {
    background-size: contain !important;
    background-repeat: repeat !important;
    background-position: 0% 0%
}

.icon-home-top svg {
    max-width: 70px;
    height: 80px;
    display: block;
    margin: 0px auto 10px auto
}

.button-magin-none {
    margin-bottom: 0px !important
}

.header:not(.transparent) .header-nav.nav>li:before {
    padding-right: 8px;
    display: inline-block;
    color: #FFF !important;
    vertical-align: middle;
    margin-bottom: 4px
}

.header:not(.transparent) .header-nav.nav>li:hover:before,
.header:not(.transparent) .header-nav.nav>li.active:before {
    color: var(--color--2) !important
}

.img-border-radius-home img {
    border-radius: 15px
}

.off-canvas-left.mfp-ready .mfp-content,
.off-canvas-right.mfp-ready .mfp-content {
    background-color: var(--bg--content-menu-mobile)
}

.gallery-home-control .flickity-button {
    right: 0px;
    left: inherit;
    top: -50px !important;
    bottom: inherit;
    height: 40px;
    display: block !important;
    opacity: 1 !important;
    text-align: center;
    width: 50px;
    background: #f7f7f7;
    border-radius: 5px;
    margin: 0px
}

.gallery-home-control .flickity-button.previous {
    right: 75px
}

.gallery-home-control a .box-image:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #334862b5;
    display: none
}

.gallery-home-control a .box-image:after {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-family: "fl-icons" !important;
    content: "\e605";
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    color: #FFF;
    z-index: 2;
    font-size: 2.5em;
    text-shadow: 2px 2px 2px #000;
    display: none
}

.gallery-home-control a:hover .box-image:after {
    display: block
}

.game-home-more>.col-inner {
    background: url(../img/bg-game-more.webp) center center no-repeat;
    background-size: cover
}

@media only screen and (max-width:48em) {
    .gallery-home-control .flickity-button {
        top: -40px !important;
        right: 15px
    }

    .gallery-home-control .flickity-button.previous {
        right: 60px
    }
}

.bg-block-name>.col-inner {
    background-image: url(../img/bg-bongda.webp);
    backface-visibility: hidden;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.bg-block-name>.col-inner:before {
    content: "";
    background-color: rgba(255, 51, 51, 0.814);
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: -1
}

.block-content-home {
    min-height: 380px
}

@media only screen and (min-width:850px) {

    .footer-menu a.ux-menu-link__link,
    .menu-footer a.ux-menu-link__link {
        font-size: 0.9em
    }

    .has-icon-left>a {
        display: block !important;
        text-align: center
    }

    .nav-dropdown-default .nav-column li>a,
    .nav-dropdown.nav-dropdown-default>li>a {
        font-weight: bold;
        border-bottom-color: #aa0303 !important;
        font-family: 'Roboto';
        font-size: 14px;
        letter-spacing: 0px !important
    }

    .icon-header {
        vertical-align: top;
        display: inline-block;
        margin-top: 4px;
        margin-right: 10px !important
    }

    .menu-item-km:before {
        content: "";
        background: linear-gradient(271.62deg, #faa639 3.1%, #ffd707 99.63%);
        position: absolute;
        width: 1000px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        border: none !important;
        margin: 0px !important
    }

    .header-bottom-nav>li {
        transform: skew(-30deg);
        padding-left: 8px;
        padding-right: 8px
    }

    .header-bottom-nav>li.menu-item-km>a {
        font-style: italic
    }

    .header-bottom-nav>li:hover,
    .header-bottom-nav>li.active {
        background-color: #8f0101
    }

    .header-bottom-nav>li>a,
    .header-bottom-nav ul {
        transform: skew(30deg)
    }

    .header-bottom-nav>li:hover>a,
    .header-bottom-nav>li.active>a {
        background: none !important
    }

    .block-image-home {
        margin-right: -15%
    }
}

@media only screen and (max-width:48em) {
    #menu-footer li {
        padding: 8px 0px
    }

    #main-menu ul.nav-sidebar li:before {
        padding-left: 16px
    }

    #menu-footer-menu li {
        padding: 5px;
        font-size: 1.2em
    }

    .absolute-footer {
        font-size: 1em
    }

    .footer-menu a.ux-menu-link__link,
    .menu-footer a.ux-menu-link__link {
        padding-top: 5px;
        padding-bottom: 5px
    }

    body:not(.page-template-page-blank) #wrapper #content:not(.blog-wrapper),
    body:not(.page-template-page-blank) #wrapper #content.blog-wrapper>.row>.large-9 {
        padding: 20px
    }

    .header-button>a {
        margin-left: 15px !important
    }

    .block-news-row .post-item .box {
        display: table !important;
        width: 100% !important
    }

    .block-news-row .post-item .box .box-image {
        width: 37% !important;
        direction: ltr !important;
        display: table-cell !important;
        vertical-align: middle !important
    }

    .block-news-row .post-item .box-text {
        background: none !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-left: 15px
    }

    .block-news-row .post-item .box-text .post-title {
        font-size: 1em;
        text-transform: none !important;
        padding-bottom: 5px
    }

    .block-news-row .post-item .no-click {
        display: none
    }

    .button-xs-normal {
        font-size: 0.9em
    }
}

body::-webkit-scrollbar {
    width: 10px
}

body::-webkit-scrollbar-track {
    background-color: #fafafa
}

body::-webkit-scrollbar-thumb {
    background-image: linear-gradient(-45deg, var(--color--2), var(--color--1));
    border-radius: 50px
}

div::-webkit-scrollbar {
    width: 10px
}

div::-webkit-scrollbar-track {
    background-color: #fafafa
}

div::-webkit-scrollbar-thumb {
    background-image: linear-gradient(-45deg, var(--color--2), var(--color--1));
    border-radius: 50px
}

.header-button-2 .button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 16px;
    -webkit-animation: shockwave 1s 0.5s ease-out infinite;
    animation: shockwave 1s 0.5s ease-out infinite
}

.header-button-2 .button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 16px;
    -webkit-animation: shockwave 1s 0.65s ease-out infinite;
    animation: shockwave 1s 0.65s ease-out infinite
}

@keyframes shockwave {
    0% {
        box-shadow: 0 0 0 0 rgba(250, 202, 70, 0.3), 0 0 0 1px rgba(250, 202, 70, 0.3), 0 0 0 3px rgba(250, 202, 70, 0.3), 0 0 0 5px rgba(250, 202, 70, 0.3)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(250, 202, 70, 0.3), 0 0 0 4px rgba(250, 202, 70, 0.3), 0 0 0 20px rgba(250, 202, 70, 0), 0 0 0 25px rgba(250, 202, 70, 0)
    }
}

#related_posts .title-related-posts {
    padding-bottom: 15px
}

#related_posts ul li {
    padding: 5px;
    margin: 0;
    border-bottom: 1px dashed #ccc;
    list-style: disc;
    margin-left: 30px
}

#related_posts ul li a {
    text-decoration: none;
    color: #444;
    font-weight: normal;
}

#related_posts ul li a:hover {
    text-decoration: underline
}
