@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    box-sizing: border-box;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
button:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
    color: currentColor;
}

*:before,
*:after {
    box-sizing: border-box !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Text-level semantic
 */

:active {
    outline: none;
}

a {
    color: inherit;
    background-color: transparent;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
}

b,
strong {
    font-weight: bold;
}


/**
 * Embedded content
 */

img {
    max-width: 100%;
    height: auto;
    border-style: none;
    vertical-align: middle;
    display: block;
}

svg:not(:root) {
    overflow: hidden;
}


/**
 * Grouping content
 */

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 16px;
}


/**
 * Forms
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button,
input[type="submit"] {
    padding: 0;
    overflow: visible;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
    border-radius: 0;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: inherit;
}

input::placeholder,
textarea::placeholder {
    color: inherit;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}


/**
 * Tables
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/*# sourceMappingURL=reset.css.map */

.news-item .news-desc .title,
.latest-posts .media .media-body .entry-title,
.header__menu ul li a,
.pagination ul li a:hover,
.scale-hover img {
    -webkit-transition: 0.4s ease-out 0s;
    -moz-transition: 0.4s ease-out 0s;
    -ms-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
}

.ws-sgct blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eb2b2d;
}

.ws-sgct blockquote p {
    margin: 0 !important;
}

.ws-sgct code {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
}

.ws-sgct {
    font-size: 17px;
    line-height: 1.6;
}

a {
    color: var(--primary-color);
}

.ws-sgct p {
    margin-bottom: 10px;
}

.ws-sgct img {
    margin: 1rem auto;
}

.ws-sgct table {
    margin: 0 0 15px;
    line-height: 2;
}

.ws-sgct table {
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.ws-sgct table>tbody>tr>td,
.ws-sgct table>tbody>tr>th,
.ws-sgct table>tfoot>tr>td,
.ws-sgct table>tfoot>tr>th,
.ws-sgct table>thead>tr>td,
.ws-sgct table>thead>tr>th {
    border: 1px solid #ddd;
    padding: 7px 10px;
}

.ws-sgct h4,
.ws-sgct h5,
.ws-sgct h6 {
    font-size: 16px;
    margin-bottom: 1rem;
}

.ws-sgct h2,
.ws-sgct h3 {
    font-size: 18px;
    margin-bottom: 1rem;
}

.ws-sgct ul,
.ws-sgct ol {
    margin: 0 0 20px;
    padding-left: 30px;
}

.ws-sgct ul li,
.ws-sgct ol li {
    line-height: 1.5;
    margin-bottom: 8px;
}

.ws-sgct ol {
    list-style: decimal;
}

.ws-sgct ul {
    list-style: disc;
}

.ws-sgct iframe {
    margin: auto;
}

.ws-sgct .syntaxhighlighter {
    padding: 10px 0;
}

.ws-sgct h2,
.ws-sgct h3,
.ws-sgct h4,
.ws-sgct h5,
.ws-sgct h6 {
    font-weight: 700;
}

.overlay {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.overlay.overlay-active {
    opacity: 1;
    visibility: visible;
}

.back-to-top {
    position: fixed;
    bottom: 6rem;
    right: 3rem;
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary-color);
    cursor: pointer;
    z-index: 9999;
}

.swal2-html-container {
    font-size: 16px;
}

.c-img {
    position: relative;
    width: 100%;
    display: block;
    padding-top: 70%;
}

.c-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.scale-hover {
    display: block;
    overflow: hidden;
    width: 100%;
}

.scale-hover:hover>img {
    transform: scale(1.09);
}

.pagination {
    justify-content: flex-start;
    margin: 5rem 0 3rem 0;
}

.pagination ul {
    display: flex;
    justify-content: center;
}

.pagination ul li.active a {
    background: var(--primary-color);
    color: #fff;
}

.pagination ul li a {
    float: left;
    margin: 0 2.5px;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    background: #f6f6f6;
    border: solid 1px #ebebeb;
    text-align: center;
    font-size: 14px;
    padding: 0;
    line-height: 35px;
    color: #282828;
    text-decoration: none;
}

.pagination ul li a svg {
    width: 10px;
    height: 14px;
    margin-bottom: 2px;
}

.pagination ul li a svg path {
    stroke: var(--primary-color);
}

.pagination ul li a:hover {
    background: var(--primary-color);
    color: #fff;
}

.pagination ul li a:hover svg path {
    stroke: #fff;
}


/****************FONT*****************/

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
}

@media only screen and (max-width: 1200px) {
    html {
        font-size: 52%;
    }
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.5;
    color: var(--text-color);
}

body.hidden {
    overflow: hidden;
}

.container {
    padding: 0 15px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
        width: 100%;
    }
}


/*--------------HEADER----------------*/

.header__wrapper .header-logo img {
    max-height: 6rem;
    margin-left: 10px;
}

@media (max-width: 991px) {
    /*     .header__wrapper .header-logo {
        margin: auto;
    } */
    header {
        box-shadow: 0px 16px 20px 2px #fff;
    }
}

@media (max-width: 991px) {
    .header__wrapper .container {
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
    }
}

.header__wrapper .bar__mb {
    background: var(--secondary-color);
    padding: 1rem;
}

.header__wrapper .bar__mb svg path {
    fill: #fff;
}

.header__menu ul {
    background: var(--secondary-color);
    display: flex;
    align-items: center;
}

.header__menu ul li a {
    color: #fff;
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
}

@media only screen and (min-width: 992px) {
    .header__menu ul li a {
        height: 50px;
        line-height: 50px;
    }
}

.header__menu ul li a:hover {
    background: var(--primary-color);
}

.header__menu ul li.current-menu-item>a {
    background: var(--primary-color);
}

@media (max-width: 991px) {
    .header__menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 80%;
        height: 100%;
        max-width: 320px;
        background-color: var(--secondary-color);
        z-index: 9999;
        transform: translateX(-100%);
        transition: 0.5s;
        padding-bottom: 50px;
    }
    .header__menu>ul {
        display: block;
        list-style: none;
        overflow-y: auto;
        height: calc(100vh - 85px);
    }
    .header__menu>ul li {
        position: relative;
        border-bottom: 1px solid #ffefef4a;
    }
    .header__menu>ul li a {
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        display: block;
        padding: 15px 10px;
    }
    .header__menu>ul li .li-plus {
        position: absolute;
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        display: block;
        top: 0;
        right: 0;
        color: #fff;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }
    .header__menu>ul li .li-plus:before,
    .header__menu>ul li .li-plus:after {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-90deg);
        background-color: #fff;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        -moz-transform: translate(-50%, -50%) rotate(-90deg);
        -ms-transform: translate(-50%, -50%) rotate(-90deg);
        -o-transform: translate(-50%, -50%) rotate(-90deg);
    }
    .header__menu>ul li .li-plus:before {
        width: 11px;
        height: 1px;
    }
    .header__menu>ul li .li-plus:after {
        width: 1px;
        height: 11px;
    }
    .header__menu>ul li .clicked {
        transform: rotate(180deg);
    }
    .header__menu>ul li .clicked.li-plus:before {
        display: none;
    }
    .header__menu>ul li>ul {
        margin-top: 0;
        display: none;
    }
    .header__menu>ul li>ul li {
        border: none;
    }
    .header__menu>ul li>ul li a {
        padding-left: 25px;
    }
    .header__menu>ul .current-menu-item a {
        background: #fff;
    }
    .header__menu>ul .current-menu-item ul a {
        color: #fff;
    }
    .header__menu>ul .current-menu-parent ul {
        display: block;
    }
    .header__menu .header__menu-close {
        position: absolute;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        top: 0;
        right: 0px;
    }
    .header__menu .header__menu-close svg {
        color: #fff;
    }
    .header__menu .header__menu-close svg path {
        fill: #fff;
        stroke: #fff;
    }
    .header__menu.header__menu-active {
        transform: translate(0);
    }
}

.main-content {
    padding: 5rem 0;
}

.main-content .title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.main-content h1.title {
    color: var(--primary-color);
}

.main-content .list-link ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.main-content .list-link ul li {
    background-color: #3b81bf;
    color: #ffffff;
    padding: 0px 20px;
    font-size: 14px;
    line-height: 32px;
    border-color: #609bdc;
    border-radius: 40px;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.search-form form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    background: #e7e7e7;
    padding-right: 2rem;
}

.search-form form input {
    background: none;
    color: #555;
    border: none;
    width: 100%;
    height: 100%;
    padding: 0 2rem;
    font-size: 15px;
}

aside.sticky-top {
    top: 2rem;
}

aside .search-form,
aside .widget {
    padding-top: 2rem;
    border-top: 3px solid #e6e6e6;
    margin-bottom: 3rem;
}

aside .widget {
    padding-top: 0;
}

aside .widget .widget-title {
    margin: -3px 0 0;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 0;
    text-transform: uppercase;
    display: inline-block;
    border-top: 3px solid #3498db;
}

.latest-posts .media {
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
}

.latest-posts .media .pull-left {
    width: 64px;
    height: 64px;
    margin-right: 2rem;
}

.latest-posts .media .media-body {
    flex: 1;
}

.latest-posts .media .media-body .entry-title {
    font-weight: 700;
}

.latest-posts .media .media-body .entry-title:hover {
    color: var(--primary-color);
}

.latest-posts .media .media-body .entry-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    color: var(--secondary-color);
}

.latest-posts .media .media-body .entry-title a:hover {
    color: var(--primary-color);
}

.latest-posts .media .media-body .entry-meta {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.latest-posts .media .media-body .entry-meta span {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}


/*-------------Footer-----------------*/

.footer__top {
    padding: 4rem 0;
    background: var(--secondary-color);
    color: #fff;
}

.footer__top .footer-item .footer-title {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 700;
}

.footer__top .footer-item .list-item {
    margin-bottom: 10px;
}

.footer__top .footer-item .list-item .title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer__top .footer-item .list-social {
    margin-top: 2rem;
}

.footer__top .footer-item .list-social .title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer__top .footer-item .list-social ul {
    display: flex;
    align-items: center;
    gap: 0 2rem;
}

.footer__top .footer-item .list-social ul li svg path {
    fill: var(--primary-color);
}

.footer__bottom {
    padding: 1rem 0;
    background: var(--primary-color);
    color: #fff;
}

@media (max-width: 991px) {
    .footer__bottom .coppy-right {
        text-align: center;
    }
}

.footer__bottom .list-menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer__bottom .list-menu ul li a {
    color: #fff;
}

@media (max-width: 991px) {
    .footer__bottom .list-menu ul {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.footer__bottom .list-menu ul li {
    padding: 0 5px;
    border-right: 1px solid #fff;
}

.footer__bottom .list-menu ul li:last-child {
    border-right: none;
}

@media (max-width: 767px) {
    .footer__bottom .list-menu ul li {
        font-size: 13px;
    }
}

.list-news {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #eee;
}

.news-item {
    border: 1px solid #eee;
    margin-bottom: 5rem;
}

.news-item .news-img .c-img {
    padding-top: 57.62%;
}

.news-item .news-desc {
    padding: 2rem 2rem 3rem 2rem;
}

.news-item .news-desc .title {
    font-size: 3.6rem;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .news-item .news-desc .title {
        font-size: 2.5rem;
    }
}

.news-item .news-desc .title:hover {
    color: var(--primary-color);
}

.news-item .news-desc .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.news-item .list-info {
    margin-bottom: 1rem;
}

.news-item .list-info ul {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    gap: 2rem;
}

.news-item .list-info ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.news-item .desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.readmore {
    font-weight: 700;
    color: var(--primary-color);
    margin-top: 1rem;
}

.box-breadcrumb a {
    color: var(--primary-color);
    font-weight: 700;
}

.control-btn {
    margin: 3rem 0 2rem 0;
}

.control-btn a {
    border-radius: 4px;
    border: 1px solid #f5f5f5;
    color: var(--primary-color);
    padding: 6px 1rem;
}

.control-btn a svg path {
    fill: var(--primary-color);
}

.footer__bottom a {
    color: #fff;
}

.toptop-footer-left-icon ul {
    list-style-type: none;
    margin: 0;
}

.toptop-footer-left-icon ul li {
    display: inline-block;
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}

.toptop-footer-left-icon ul li a {
    display: inline-block;
    margin: 5px;
}

.toptop-footer-left-icon ul li a svg {
    filter: grayscale(100%);
    border-radius: 50%;
    width: auto;
}

.toptop-footer-left-icon ul li a svg:hover {
    filter: grayscale(0%);
}


/*# sourceMappingURL=style.css.map */

.toptop-footer-btn-signup {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
}

.toptop-footer-btn-signup:hover {
    color: var(--primary-color);
    background: #fff;
}

.toptop-footer-btn-signin {
    background: #dc3545;
    border: 1px solid #dc3545;
    color: #fff;
}

.toptop-footer-btn-signin:hover {
    color: #dc3545;
    background: #fff;
}

.header__menu li {
    position: relative;
}

@media (min-width: 767px) {
    .header__menu>ul>li.menu-item-has-children>a::after {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2023 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
        width: 10px;
        height: 10px;
        display: inline-block;
        background-size: contain;
        margin-left: 5px;
    }
}

.header__menu .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    width: max-content;
    bottom: 0%;
    transform: translateY(100%);
}

.header__menu>ul>li:hover>.sub-menu {
    display: block;
}

.toptop-no_post_found {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.p-top {
    font-size: 12px;
}

.c-top-game {
    margin: 40px 0;
}

.c-top-game__title {
    font-size: 2em;
    padding: 15px 0;
    margin-bottom: 20px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .c-top-game__title {
        font-size: 1.7em;
        padding: 10px 0;
    }
}

.c-top-game__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #dee2e6;
    margin-top: 10px;
    -webkit-box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    position: relative;
    padding: 10px 0;
}

@media (max-width: 767px) {
    .c-top-game__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 20px;
    }
}

.c-top-game__item .number {
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-top-game__item .number span {
    font-size: 2em;
    font-weight: 700;
    padding: 10px 0 0 10px;
    margin-top: 4px;
    height: 60px;
    position: relative;
}

.c-top-game__item .number span:after {
    content: '';
    background: url(/wp-content/themes/top/assets/images/bg-rank.svg) center;
    width: 41px;
    height: 50px;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
}

.c-top-game__item .avatar {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
}

@media (max-width: 767px) {
    .c-top-game__item .avatar {
        width: calc(50% - 20px);
    }
}

.c-top-game__item .avatar img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: block;
    border-radius: 20px;
}

.c-top-game__item .desc {
    width: calc(100% - 350px);
    border: 1px solid #dee2e6;
    border-width: 0 1px 0 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
}

@media (max-width: 767px) {
    .c-top-game__item .desc {
        display: none;
    }
}

.c-top-game__item .desc .title {
    color: #005f8d;
    font-size: 1.6em;
    font-weight: 600;
    text-align: center;
    font-weight: bold;
}

.c-top-game__item .text-desc {
    margin-top: 5px;
    font-size: 1.4em;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.c-top-game__item .text-desc.sp-only {
    display: none;
}

@media (max-width: 767px) {
    .c-top-game__item .text-desc {
        font-size: 1.3em;
        width: 100%;
        margin-top: 10px;
        padding: 0 10px;
    }
    .c-top-game__item .text-desc.sp-only {
        display: block;
    }
}

.c-top-game__item .star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5px;
}

.c-top-game__item .star li:after {
    content: "";
    background: url(/wp-content/themes/top/assets/images/star-1.png) center no-repeat;
    background-size: cover;
    width: 12px;
    height: 12px;
    display: inline-block;
}

@media (max-width: 767px) {
    .c-top-game__item .star li {
        margin-left: 5px;
    }
    .c-top-game__item .star li:first-child {
        margin-left: 0;
    }
}

.c-top-game__item .l-btn {
    width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .c-top-game__item .l-btn {
        width: calc(50% - 20px);
        padding-top: 20px;
    }
}

.c-top-game__item .l-btn .c-btn1--01 {
    margin-top: 5px;
}

.c-top-game__item .l-btn .star {
    display: none;
    list-style: none;
    padding: 0;
}

@media (max-width: 767px) {
    .c-top-game__item .l-btn .star {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.c-top-game__item:first-child::before {
    content: '';
    background: url(/wp-content/themes/top/assets/images/rank1.png);
    width: 47px;
    height: 40px;
    position: absolute;
    left: 5px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
}

.c-top-game__item:first-child .number,
.c-top-game__item:nth-child(2) .number,
.c-top-game__item:nth-child(3) .number {
    text-indent: -999px;
}

.c-top-game__item:first-child .number span:after,
.c-top-game__item:nth-child(2) .number span:after,
.c-top-game__item:nth-child(3) .number span:after {
    display: none;
}

.c-top-game__item:nth-child(2)::before {
    content: '';
    background: url(/wp-content/themes/top/assets/images/rank2.png);
    width: 47px;
    height: 40px;
    position: absolute;
    left: 5px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
}

.c-top-game__item:nth-child(3)::before {
    content: '';
    background: url(/wp-content/themes/top/assets/images/rank3.png);
    width: 47px;
    height: 40px;
    position: absolute;
    left: 5px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
}

.l-sidebar .c-top-game__item:nth-child(3)::before,
.l-sidebar .c-top-game__item:nth-child(2)::before,
.l-sidebar .c-top-game__item:first-child::before {
    left: -12px;
    top: -19px;
    transform: none;
}

.c-top-game .rating {
    display: none;
}

.p-top .c-top-game .rating {
    display: flex;
    width: 250px;
    border-right: 1px solid #dee2e6;
    justify-content: center;
    align-items: center;
}

.p-top .c-top-game .rating-box {
    position: relative;
    display: inline-block;
    border-radius: 20px;
    padding: 11px 45px 11px 15px;
    border: 1px solid #d6d7db;
}

.p-top .c-top-game .rating-box span {
    position: absolute;
    right: 15px;
    height: 1em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    font-weight: 700;
    font-size: 1em;
    line-height: 1em;
    color: var(--black);
}

.p-top .c-top-game .desc {
    width: calc(100% - 680px);
}

.p-top .c-top-game .desc .star {
    display: none;
}

.p-top .c-top-game__item .avatar img {
    width: 120px;
    height: 120px
}

.p-top .c-top-game__item .l-btn {
    width: 200px;
}

@media (max-width: 1023px) {
    .p-top .c-top-game__item .avatar {
        width: 160px;
    }
    .p-top .c-top-game__item .avatar img {
        width: 80px;
        height: 80px;
    }
    .p-top .c-top-game .desc {
        width: calc(100% - 500px);
    }
    .p-top .c-top-game .rating {
        width: 200px;
    }
    .p-top .c-top-game .rating-box {
        height: 35px;
    }
    .p-top .c-top-game .rating-box .star-full {
        font-size: 1em;
    }
    .p-top .c-top-game__item .l-btn {
        width: 150px;
    }
}

.p-top img {
    margin: unset;
}

@media (max-width: 767px) {
    .p-top .c-top-game__item .avatar {
        width: calc(50% - 20px);
    }
    .p-top .c-top-game .rating {
        display: none;
    }
    .p-top .c-top-game__item .l-btn {
        width: calc(50% - 20px);
    }
    .p-top .c-top-game__item:first-child::before {
        top: 30%;
    }
    .menu-bar-online {
        width: auto;
    }
}

.p-top__wrapeer {
    display: flex;
    justify-content: space-between;
}

.c-btn1 {
    background: var(--primary-color);
    color: #fff;
    border-radius: 20px;
    height: 35px;
    width: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.3rem;
}

.c-btn1 i {
    margin-right: 5px;
}

.c-btn1:hover {
    color: #fff;
    opacity: 0.8
}

.c-btn1--01 {
    background: var(--secondary-color);
}

footer a {
    color: #fff;
}

.w-70 {
    width: 70%;
}

@media (max-width: 767px) {
    .toptop-footer-btn-signup,
    .toptop-footer-btn-signin {
        background: #ffa84d;
        background-image: url(/wp-content/themes/top/assets/images/btn_join.svg);
        background-size: 17px auto;
        background-position: 6px center;
        background-repeat: no-repeat;
        font-size: 15px;
        padding-left: 30px;
        padding-right: 10px;
        border-radius: 20px
    }
    .toptop-footer-btn-signin {
        background: #399fda;
        background-image: url(/wp-content/themes/top/assets/images/btn_login.svg);
        background-size: 17px auto;
        background-position: 6px center;
        background-repeat: no-repeat;
    }
    .carousel-cell:before,
    .carousel-cell:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 30%;
        left: 0;
        right: 0;
        pointer-events: none;
    }
    .carousel-cell:before {
        top: -1px;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    }
    .carousel-cell:after {
        bottom: -1px;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    }
    .flickity-page-dots {
        bottom: 0;
    }
    .flickity-page-dots .dot {
        background: #fff;
        box-shadow: 0 0 3px rgba(0, 0, 0, .6);
    }
    .footer_login {
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        border-top: 1px solid #e1e1e2;
        height: 48px;
        z-index: 3;
    }
    .footer_list {
        padding-top: 20px;
        float: left;
        text-decoration: none;
        width: 20%;
        height: 100%;
        text-align: center;
        cursor: pointer;
        position: relative;
        z-index: 1;
        background-color: #fff;
    }
    .footer_login .footer_list img {
        position: absolute;
        bottom: 25px;
        transform: translateX(-50%);
        left: 50%;
        width: 30px;
        height: auto;
    }
    .footer_maintainTxt {
        word-wrap: break-word;
        word-break: normal;
    }
    .footer_login .footer_list:nth-child(3) img {
        width: 50px;
    }
    .footer_login .footer_list span {
        padding: 0;
        margin: 0;
        color: #000;
        font-size: 0.65em;
        line-height: 1em;
        font-weight: normal
    }
}