html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

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

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

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

@media (max-width: 1399px) {
    .container-game {
        width: 1140px;
    }
}

@media (max-width: 1199px) {
    .container-game {
        width: 960px;
    }
}

@media (max-width: 991px) {
    .container-game {
        width: 100%;
    }
}

/* Thiet lap quang cao*/
.ads {
    width: 100%;
}

.ads-margin {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.ads-left {
    display: none;
    position: absolute;
    top: 155px;
    left: 0;
    text-align: left;
    height: 600px;
}

.ads-right {
    display: none;
    position: absolute;
    top: 155px;
    right: 0;
    text-align: right;
}

.ads-content {
    height: 600px;
}

.ads-box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.ads-title {
    text-align: center;
    background: #1494CA;
}

.ads-title {
    font-size: 11px;
    margin: 0;
    padding: 0;
}

.ads,
.ads-left,
.ads-right {
    z-index: 100;
}

@media (min-width: 1340px) {
    .ads-left {
        display: block;
    }

    .ads-right {
        display: block;
    }

    .ads-content {
        width: 160px;
    }
}

@media (min-width: 1880px) {
    .ads-left {
        display: block;
    }

    .ads-right {
        display: block;
    }

    .ads-content {
        width: 300px;
        ;
    }
}

#expand {
    cursor: pointer !important;
}

.force_full_screen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 99999;
    top: 0px !important;
    ;
    border: 0px !important;
    ;
    left: 0px !important;
    ;
    right: 0px !important;
    cursor: pointer !important;
}

@font-face {
    font-family: Quicksand500;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local(""), url(../fonts/quicksand-v21-latin-500.woff2) format("woff2"), url(../fonts/quicksand-v21-latin-500.woff) format("woff")
}

@font-face {
    font-family: Quicksand700;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local(""), url(../fonts/quicksand-v21-latin-700.woff2) format("woff2"), url(../fonts/quicksand-v21-latin-700.woff) format("woff")
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

html {
    background-color: var(--gray);
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    color: var(--red);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    font-family: Quicksand500, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, ui-sans-serif, sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease 0s, background-image 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    -o-transition: background-color 0.2s ease 0s, background-image 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s, background-image 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    color: var(--red);
    background-color: transparent;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

i {
    cursor: pointer;
    margin: 0;
}

ul,
li {
    /* list-style: none; */
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4 {
    font-weight: bold;
    margin: 0;
}

table {
    border-collapse: collapse;
}

table th,
table td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

input,
select,
textarea,
button {
    background-color: transparent;
    font-size: 16px;
    color: #333;
    outline: none;
}

button {
    -webkit-transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    -o-transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
}

input,
button {
    border: 0;
}

img {
    height: 100%;
    cursor: pointer;
    width: 100%;
}

.container-game {
    width: 1370px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container {
    position: relative;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
}

.row {
    width: 100%;
}

:root {
    --white: #fff;
    --black: #000;
    --black2: #1a1a1d;
    --black-light: #212121;
    --gray: #4e4e50;
    --gray2: #4a4a4a;
    --red: #c3073f;
    --red-light: #6f2232;
    --red-pink: #950740;
    --shadow: #453e3e;
    --gradient: linear-gradient(0deg, #c3073f, #950740 90%);
}

.font-bold {
    font-weight: bold;
}

.d-block {
    display: block;
}

.d-inline {
    display: inline-block;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.d-r-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.d-c-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bz {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.p-r {
    position: relative;
}

.bg-fff {
    background-color: var(--white);
}

.absolute {
    position: absolute;
    top: 50%;
}

.text-overflow {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}

.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.m-r {
    margin-right: 10px;
}

.m-t {
    margin: 10px 0;
}

.flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.gif {
    width: 100%;
    text-align: center;
}

#loading_img {
    width: 42px;
    height: 42px;
    background-color: transparent !important;
}

.hidden {
    display: none;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.font-fff {
    color: var(--white);
}

.al {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.grid-clayover {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    grid-gap: 4px;
    grid-auto-rows: minmax(110px, auto);
    grid-auto-flow: dense;
}

.grid-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
}

.throw-ads-970x90,
.throw-ads-300x600,
.throw-ads-160x600,
.throw-ads-300x250,
.throw-ads-728x90,
.throw-ads-768x90,
.throw-ads-468x60,
.throw-ads-320x50,
.span-ads,
.throw-ads-200x200,
.throw-ads-320x90 {
    display: none;
}

.throw-ads-160x600 {
    min-width: 160px;
}

.throw-ads-300x600 {
    min-width: 300px;
}

/* ========================= menu-dropdown ============================= */
.cate-search {
    justify-content: center;
}

.header__nav {
    width: 280px;
    top: 80px;
    bottom: 0;
    left: 0;
    background-color: #141a2a;
    padding: 30px 15px 0;
    transition: transform 0.5s ease;
    border-top: 1px solid rgba(170, 114, 206, 0.1);
}

.header__nav li {
    display: block;
    margin-bottom: 25px;
}

.header__nav li:last-child {
    margin-bottom: 0;
}

.header__nav a {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: var(--white);
    text-transform: capitalize;
}

.header__nav .button-nav-category {
    background: var(--gradient);
    color: var(--white);
    z-index: 1;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1rem;
    padding: 10px 14px;
    border-radius: 25px;
    white-space: nowrap;
    -webkit-box-shadow: 4px 4px 20px 0 var(--shadow);
    box-shadow: 4px 4px 20px 0 var(--shadow);
}

.header__nav a svg {
    fill: var(--white);
    width: 14px;
    height: auto;
    transition: 0.5s ease;
    margin-left: 1px;
    margin-top: 2px;
}

.header__nav a:hover,
.header__nav a[aria-expanded="true"] {
    color: var(--red);
}

.header__nav a:hover svg,
.header__nav a[aria-expanded="true"] svg {
    fill: var(--red);
}

.header__dropdown {
    position: relative;
    display: block;
    width: auto;
}

.header__dropdown .dropdown-link {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.header__dropdown .dropdown-link svg {
    width: 14px;
    height: auto;
    fill: var(--white);
    margin-left: 3px;
    margin-top: 2px;
    transition: fill 0.5s ease;
}

.header__dropdown .dropdown-link:hover,
.header__dropdown .dropdown-link[aria-expanded="true"] {
    color: var(--black);
    background: linear-gradient(180deg, #fd0, #ffbe00);
}

.header__dropdown .button-nav-category:hover {
    color: var(--black);
}

.header__dropdown .dropdown-link:hover svg,
.header__dropdown .dropdown-link[aria-expanded="true"] svg {
    fill: var(--red);
}

.header__dropdown .dropdown-link--menu {
    height: 44px;
    width: 44px;
    border-radius: 25px;
}

.header__dropdown .dropdown-link--menu svg {
    width: 18px;
    margin-left: 0;
    margin-top: 0;
}

.header__dropdown-menu {
    position: absolute;
    background-color: #1d263b;
    padding: 20px;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 180px;
    text-align: left;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    border-radius: 20px;
    transition: 0.5s ease;
    transition-property: opacity, margin-top, transform;
    margin-top: 0;
    top: 0;
    transform: translate3d(0px, 26px, 0px);
    border: 1px solid var(--black);
}

.header__dropdown-menu li {
    position: relative;
    padding: 0;
    margin-bottom: 12px;
}

.header__dropdown-menu li:last-child {
    margin-bottom: 0;
}

.header__dropdown-menu a {
    font-size: 16px;
    line-height: 24px;
    color: var(--white);
    text-transform: none;
    font-weight: 400;
    padding: 0 0 0 17px;
}

.header__dropdown-menu a:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--red);
    left: 0;
    top: 50%;
    margin-top: -2px;
    transition: box-shadow 0.5s ease;
}

.header__dropdown-menu a:hover {
    color: var(--red);
}

.header__dropdown-menu a:hover:before {
    box-shadow: 0 0 8px rgba(170, 114, 206, 0.77);
}

.header__dropdown-menu.show {
    z-index: 1000;
    pointer-events: auto;
    opacity: 1;
    margin-top: 10px;
}

@media (min-width: 1200px) {
    .header__nav {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        background-color: transparent;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: auto;
        padding: 0;
        border-top: none;
        z-index: 2;
    }

    .header__nav li {
        display: block;
        margin-right: 25px;
        margin-bottom: 0;
    }

    .header__nav li:last-child {
        margin-right: 0;
    }

    .header__nav a {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 40px;
        color: var(--white);
        font-weight: 400;
    }

    .header__nav a:hover {
        color: var(--black);
    }

    .header__dropdown .dropdown-link--menu {
        justify-content: center;
    }

    .header__dropdown-menu {
        transform: translate3d(0px, 42px, 0px);
        margin-top: -10px;
    }

    .header__dropdown-menu li {
        margin-right: 0;
        margin-bottom: 12px;
        padding: 0;
    }

    .header__dropdown-menu li:last-child {
        margin-bottom: 0;
    }

    .header__dropdown-menu a {
        padding: 0 0 0 17px;
        height: auto;
        color: var(--white);
        justify-content: flex-start;
    }

    .header__dropdown-menu a:hover {
        color: var(--pink);
    }

    .header__dropdown-menu.show {
        margin-top: 0;
    }
}

/*menu css*/
.navbar {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100% !important;
}

.nav-branch {
    height: 100%;
    padding-right: 30px;
    margin-right: 16px;
    background: var(--black2);
    border-radius: 0 0 2.5rem 0;
}

.a-logo-box {
    padding: 15px 6px 15px 0;
    min-width: 125px;
}

.a-logo-box img {
    width: unset;
}

.nav-categories {
    padding-left: 16px;
    background: var(--black2);
    border-radius: 0 0 0 2.5rem;
    width: calc(100% - 205px);
    border-left: 1px solid var(--white);
}

.group-category {
    overflow: hidden;
    padding-right: 16px;
}

.nav-category-item {
    padding: 8px 12px;
}

.button-nav-category {
    background: var(--gradient);
    color: var(--white);
    z-index: 1;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1rem;
    padding: 10px 14px;
    border-radius: 25px;
    white-space: nowrap;
    -webkit-box-shadow: 4px 4px 20px 0 var(--shadow);
    box-shadow: 4px 4px 20px 0 var(--shadow);
}

.button-nav-category:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 100%;
    height: 100%;
    border-radius: 290486px;
    opacity: 0;
    background: -o-linear-gradient(top, #fd0, #ffbe00);
    background: -webkit-gradient(linear, left top, left bottom, from(#fd0), to(#ffbe00));
    background: linear-gradient(180deg, #fd0, #ffbe00);
    -webkit-box-shadow: inset 0 0 7px 0 rgb(223 180 170 / 53%);
    box-shadow: inset 0 0 7px 0 rgb(223 180 170 / 53%);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    will-change: transform;
    -webkit-transition: opacity 172ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 258ms cubic-bezier(.25, .46, .45, .94);
    transition: opacity 172ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 258ms cubic-bezier(.25, .46, .45, .94);
    -o-transition: transform 258ms cubic-bezier(.25, .46, .45, .94), opacity 172ms cubic-bezier(.25, .46, .45, .94);
    transition: transform 258ms cubic-bezier(.25, .46, .45, .94), opacity 172ms cubic-bezier(.25, .46, .45, .94);
    transition: transform 258ms cubic-bezier(.25, .46, .45, .94), opacity 172ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 258ms cubic-bezier(.25, .46, .45, .94);
    z-index: -1;
}

.button-nav-category:hover {
    color: var(--gray2);
}

.button-nav-category:hover:before {
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: var(--gray);
    border-bottom: 1px solid var(--white);
}

.fill {
    height: 80px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    min-width: 15px;
}

.fill-left {
    background: var(--black2);
}

.fill-right {
    background: var(--black2);
}

.search-row {
    width: 230px;
    height: 36px;
    position: relative;
    padding-left: 30px;
    padding-right: 0;
}

.form-input {
    background-color: var(--white);
    padding-right: 40px;
    padding-left: 10px;
    -webkit-box-shadow: 4px 4px 20px 0 var(--shadow);
    box-shadow: 4px 4px 20px 0 var(--shadow);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
}

.form-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 36px;
    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;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    cursor: pointer;
    background: var(--gradient);
}

.form-submit:hover {
    background: -o-linear-gradient(top, #fd0, #ffbe00);
    background: -webkit-gradient(linear, left top, left bottom, from(#fd0), to(#ffbe00));
    background: linear-gradient(180deg, #fd0, #ffbe00);
}

.form-submit:hover svg {
    fill: var(--gray2);
}

/*mobile menu*/
.mobile-header {
    display: none;
    background: var(--black2);
}

.row-mobile-header {
    height: 80px;
}

.on-click {
    width: 70px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5px;
}

.logo-show {
    width: 140px;
    height: 80px;
}

.on-click:hover {
    background-color: rgba(0, 0, 0, .05);
    cursor: pointer;
}

.mobile-categories {
    background-color: #141a2a;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 789;
    display: none;
}

.mobile-categories .header__dropdown .dropdown-link:hover,
.mobile-categories .header__dropdown .dropdown-link[aria-expanded="true"] {
    color: var(--red);
    background: transparent;
}

.header__nav--active {
    position: sticky;
    z-index: 789;
    padding: 10px 0;
    padding-left: 15px;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header__nav--active li {
    padding: 10px 10px;
}

.a-mobile-category {
    padding: 15px 20px;
    background-color: var(--white);
    border-radius: 25px;
    text-align: center;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 16px;
}

.mobile-searching-box {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 1.25rem 1.25rem 0;
    background-color: rgba(0, 0, 0, .8);
}

.control-mobile-searching {
    max-width: 400px;
    margin: 0 auto;
    background-color: var(--white);
    border-radius: 5px;
}

.box-mobile-search {
    padding: 1.25rem;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* ================================== error.php ===================================== */
.not-found .game__content h1 {
    padding-bottom: 10px !important;
}

.suggestions {
    font-size: 20px;
    font-weight: 500;
    padding-top: 16px;
}

/*bread crumb*/
.overwrite-breadcumb {
    background: -webkit-gradient(linear, left bottom, left top, from(#202d37), to(#2a4372));
    background: -o-linear-gradient(bottom, #202d37, #2a4372);
    background: linear-gradient(0deg, #202d37, #2a4372);
    padding: 25px 16px;
    border-radius: 25px;
    margin-top: 25px;
}

.bread-after {
    color: var(--white);
    font-weight: bold;
    text-transform: capitalize;
}

.bread-after:before {
    content: "»";
    color: var(--red);
    margin: 0 10px;
}

.bread-crumb-list .bread-after:last-child {
    cursor: default;
}

.bread-crumb-list a:hover {
    color: var(--red);
}

.bread-crumb-list svg:hover {
    fill: var(--red);
}

/* ========================== game__content ======================== */
.infor-web .game__content .title-option {
    padding-bottom: 22px;
    padding-top: 0;
}

.game__content {
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 24px 16px;
    border-radius: 10px;
    background: var(--white);
    color: var(--black);
}

.game__content .home-title {
    margin-bottom: 20px;
}

.game__content ul,
.game__content ol {
    padding-left: 30px;
    margin-bottom: 20px;
}

.game__content ul:last-child,
.game__content ol:last-child {
    margin-bottom: 0;
}

.game__content li {
    line-height: 26px;
    padding-left: 6px;
    position: relative;
}

.game__content p {
    line-height: 26px;
    margin-bottom: 20px;
    letter-spacing: 0.4px;
}

.game__content a {
    text-decoration: none;
    font-style: italic;
    color: var(--red);
}

.game__content a:hover,
.game__content a:focus {
    color: var(--red-pink);
}

.game__content h1,
.game__content h2,
.game__content h3,
.game__content h4,
.game__content h5,
.game__content h6 {
    font-weight: bold;
    margin-bottom: 10px;
    color: #2a2a2a;
}

.game__content h1 {
    font-size: 32px;
}

.game__content h2 {
    font-size: 28px;
}

.game__content h3 {
    font-size: 24px;
}

.game__content h4 {
    font-size: 22px;
}

.game__content h5 {
    font-size: 20px;
}

.game__content h6 {
    font-size: 18px;
}

.game__content h1:last-child,
.game__content h2:last-child,
.game__content h3:last-child,
.game__content h4:last-child,
.game__content h5:last-child,
.game__content h6:last-child {
    margin-bottom: 0;
}

.game__content img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 576px) {
    .game__content iframe {
        max-width: 100%;
    }
}

.game__content blockquote {
    display: block;
    position: relative;
    padding: 0 0 0 40px;
    line-height: 30px;
    color: var(--white);
    margin-bottom: 20px;
}

.game__content blockquote:before {
    content: '';
    position: absolute;
    display: block;
    top: 2px;
    bottom: 2px;
    left: 16px;
    width: 3px;
    background-color: var(--red);
    -webkit-box-shadow: 0 0 13px 0 var(--shadow);
    box-shadow: 0 0 13px 0 var(--shadow);
    border-radius: 4px;
}

.game__content blockquote p {
    margin-bottom: 0;
}

.game__content blockquote:last-child {
    margin-bottom: 0;
}

hr {
    border: revert;
}

.in-box-category-tags a {
    color: var(--white);
}

.in-box-category-tags a:hover {
    color: var(--white);
    text-decoration: none;
}

#append-rate {
    margin-top: -12px;
    margin-bottom: 16px;
}

.game__content .title-option {
    padding: 0;
}

/* posts_item_show.php */
.posts-list {
    margin-top: 32px;
    border-top: 1px solid var(--gray2);
}

.posts-list-title {
    margin-top: 16px;
}

.posts-wrap .d-r-flex {
    justify-content: center;
}

.game-relate-tag .d-r-flex {
    justify-content: center;
}


/*game_item*/
.game_item {
    min-height: 80vh;
}

.flow-game {
    margin: 24px 0;
}

.throw-game {
    width: 210px;
    padding: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.card-game {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
    background: var(--white);
    background-color: var(--white);
    -webkit-box-shadow: 4px 4px 20px 4px #292e39;
    box-shadow: 4px 4px 20px 4px #292e39;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transition: -webkit-transform 86ms cubic-bezier(.55, .085, .68, .53), -webkit-box-shadow 86ms cubic-bezier(.55, .085, .68, .53);
    transition: -webkit-transform 86ms cubic-bezier(.55, .085, .68, .53), -webkit-box-shadow 86ms cubic-bezier(.55, .085, .68, .53);
    -o-transition: transform 86ms cubic-bezier(.55, .085, .68, .53), box-shadow 86ms cubic-bezier(.55, .085, .68, .53);
    transition: transform 86ms cubic-bezier(.55, .085, .68, .53), box-shadow 86ms cubic-bezier(.55, .085, .68, .53);
    transition: transform 86ms cubic-bezier(.55, .085, .68, .53), box-shadow 86ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 86ms cubic-bezier(.55, .085, .68, .53), -webkit-box-shadow 86ms cubic-bezier(.55, .085, .68, .53);
    width: 100%;
}

.card-game::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 100% 100% 0 0;
    opacity: 0;
    background: -o-linear-gradient(240deg, var(--red) 60%, var(--red) 70%);
    background: linear-gradient(210deg, var(--red) 60%, var(--red) 70%);
    -webkit-transform: scale(0) translateY(25%);
    -ms-transform: scale(0) translateY(25%);
    transform: scale(0) translateY(25%);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    will-change: transform;
    -webkit-transition: opacity 172ms cubic-bezier(.25, .46, .45, .94), -webkit-transform .43s cubic-bezier(.25, .46, .45, .94);
    transition: opacity 172ms cubic-bezier(.25, .46, .45, .94), -webkit-transform .43s cubic-bezier(.25, .46, .45, .94);
    -o-transition: transform .43s cubic-bezier(.25, .46, .45, .94), opacity 172ms cubic-bezier(.25, .46, .45, .94);
    transition: transform .43s cubic-bezier(.25, .46, .45, .94), opacity 172ms cubic-bezier(.25, .46, .45, .94);
    transition: transform .43s cubic-bezier(.25, .46, .45, .94), opacity 172ms cubic-bezier(.25, .46, .45, .94), -webkit-transform .43s cubic-bezier(.25, .46, .45, .94);
    z-index: -1;
}

.image-card-game {
    width: 100%;
    display: block;
    height: 100px;
}

.image-card-game img {
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
}

.title-name {
    padding: 12px 10px;
    color: var(--gray2);
    text-transform: capitalize;
    font-weight: bold;
    font-size: 16px;
}

.card-game:hover {
    z-index: 1;
    background-color: initial;
    -webkit-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0);
}

.card-game:hover .title-name {
    color: var(--white);
}

.card-game:hover:before {
    opacity: 1;
    -webkit-transform: scale(2) translateY(25%);
    -ms-transform: scale(2) translateY(25%);
    transform: scale(2) translateY(25%);
}

.card-game:hover img {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.mini-pixel-zoom {
    max-width: 1250px;
    margin: 0 auto;
    padding: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: -webkit-gradient(linear, left bottom, left top, from(#2d475b), to(#2a426e));
    background: -o-linear-gradient(bottom, #2d475b, #2a426e);
    background: linear-gradient(0deg, #2d475b, #2a426e);
    border-radius: 25px;
    height: 100%;
}

.a-tag-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 15px;
    border-radius: 10px;
    background-color: var(--red);
    margin-right: 15px;
    margin-bottom: 15px;
    color: var(--white);
    text-transform: capitalize;
    font-weight: bold;
    -webkit-box-shadow: 4px 4px 20px 0 #4c7498;
    box-shadow: 4px 4px 20px 0 #4c7498;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transition: -webkit-transform 86ms cubic-bezier(.25, .46, .45, .94), -webkit-box-shadow 86ms cubic-bezier(.25, .46, .45, .94);
    transition: -webkit-transform 86ms cubic-bezier(.25, .46, .45, .94), -webkit-box-shadow 86ms cubic-bezier(.25, .46, .45, .94);
    -o-transition: transform 86ms cubic-bezier(.25, .46, .45, .94), box-shadow 86ms cubic-bezier(.25, .46, .45, .94);
    transition: transform 86ms cubic-bezier(.25, .46, .45, .94), box-shadow 86ms cubic-bezier(.25, .46, .45, .94);
    transition: transform 86ms cubic-bezier(.25, .46, .45, .94), box-shadow 86ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 86ms cubic-bezier(.25, .46, .45, .94), -webkit-box-shadow 86ms cubic-bezier(.25, .46, .45, .94);
}

.a-tag-box:hover {
    z-index: 1;
    -webkit-box-shadow: 0 5px 10px rgb(5 73 246 / 50%);
    box-shadow: 0 5px 10px rgb(5 73 246 / 50%);
    -webkit-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0);
}

.realted-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 40px;
}

.btn__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 178px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: auto;
    border-color: var(--white);
    -webkit-box-shadow: 4px 4px 20px 0 rgb(10 148 228 / 50%);
    box-shadow: 4px 4px 20px 0 rgb(10 148 228 / 50%);
    font-size: 16px;
    font-weight: 700;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 30px;
    cursor: pointer;
    color: var(--white);
    background: var(--gradient);
    position: relative;
    border: 2px solid var(--white);
}

.btn__more::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 100%;
    height: 100%;
    border-radius: 290486px;
    opacity: 0;
    background: -o-linear-gradient(top, #fd0, #ffbe00);
    background: -webkit-gradient(linear, left top, left bottom, from(#fd0), to(#ffbe00));
    background: linear-gradient(180deg, #fd0, #ffbe00);
    -webkit-box-shadow: inset 0 0 7px 0 rgb(223 180 170 / 53%);
    box-shadow: inset 0 0 7px 0 rgb(223 180 170 / 53%);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    will-change: transform;
    -webkit-transition: opacity 172ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 258ms cubic-bezier(.25, .46, .45, .94);
    transition: opacity 172ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 258ms cubic-bezier(.25, .46, .45, .94);
    -o-transition: transform 258ms cubic-bezier(.25, .46, .45, .94), opacity 172ms cubic-bezier(.25, .46, .45, .94);
    transition: transform 258ms cubic-bezier(.25, .46, .45, .94), opacity 172ms cubic-bezier(.25, .46, .45, .94);
    transition: transform 258ms cubic-bezier(.25, .46, .45, .94), opacity 172ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 258ms cubic-bezier(.25, .46, .45, .94);
    z-index: -1;
}

.btn__more:hover {
    color: var(--black);
    z-index: 1;
}

.btn__more:hover::before {
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.btn__more svg {
    width: 16px;
    height: 16px;
    fill: var(--white);
    margin-right: 10px;
}

.btn__more:hover svg {
    fill: var(--black);
}

/* ================================== pagination ===================================== */
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination .btn {
    width: 46px;
    height: 46px;
    font-weight: bold;
    margin-right: 10px;
    border-radius: 50%;
    -webkit-box-shadow: 4px 4px 20px 0 var(--shadow);
    box-shadow: 4px 4px 20px 0 var(--shadow);
    background: var(--red);
    outline-color: #5392e5;
    color: var(--white);
    border: 2px solid;
    border-color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}

.pagination .btn:hover {
    color: #0a0a0a;
    background: -o-linear-gradient(top, #fd0, #ffbe00);
    background: -webkit-gradient(linear, left top, left bottom, from(#fd0), to(#ffbe00));
    background: linear-gradient(180deg, #fd0, #ffbe00);
    cursor: pointer;
}

.pagination .active:hover {
    cursor: unset;
    color: var(--white);
    background: var(--black2);
}

.pagination .active {
    color: var(--white);
    background: var(--black2);
}

/*game-slug*/
.throw-vertical-ads {
    width: 160px;
    height: 600px;
    background-color: var(--black);
    position: relative;
    top: 154px;
}

.flop-game-row {
    margin-top: 20px;
    margin-bottom: 20px;
}

.game-frame-container {
    width: 100%;
    padding: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 30px;
    background: #23303d;
}

.game {
    border-radius: 15px;
    overflow: hidden;
}

.game-thumb {
    border: 2px solid var(--white);
    border-radius: 0 10px 10px 10px;
    margin-right: 1.25rem;
    overflow: hidden;
    width: 46px;
    height: 46px;
}

.intro-game-box {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: -webkit-gradient(linear, left bottom, left top, from(#2a4372), to(#202d37));
    background: -o-linear-gradient(bottom, #2a4372, #202d37);
    background: linear-gradient(0deg, #2a4372, #202d37);
    padding-left: 12px;
}

.title-game-visible {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: var(--white);
    text-transform: capitalize;
    font-weight: bold;
    font-size: 24px;
}

.list_button {
    background-color: #3b4d65;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
}

.list_button:before {
    content: "";
    position: absolute;
    left: -40px;
    bottom: 0;
    width: 0;
    height: 0;
    border-color: transparent transparent #3b4d65;
    border-style: solid;
    border-width: 0 0 74px 40px;
}

.button {
    -webkit-box-shadow: 4px 4px 20px 0 rgb(10 148 228 / 50%);
    box-shadow: 4px 4px 20px 0 rgb(10 148 228 / 50%);
    color: #5392e5;
    border-width: 3px;
    border-style: solid;
    border-color: var(--white);
    background-color: #e8f3fb;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 3px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.is-like {
    border-color: #5795ea;
}

.is-like:hover {
    border-color: var(--white);
    background-color: #5795ea;
}

.button:hover svg {
    fill: var(--white);
}

.is-dislike {
    border-color: #f836a8;
}

.is-dislike:hover {
    border-color: var(--white);
    background-color: #f836a8;
}

.active-like {
    border-color: var(--white);
    background-color: #5795ea;
    pointer-events: none;
    opacity: 0.2;
}

.active-dislike {
    border-color: var(--white);
    background-color: #f836a8;
    pointer-events: none;
    opacity: 0.2;
}

.active-like svg,
.active-dislike svg {
    fill: var(--white);
}

.game-relate-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px 0;
}

#expand:hover {
    background: -o-linear-gradient(top, #fd0, #ffbe00);
    background: -webkit-gradient(linear, left top, left bottom, from(#fd0), to(#ffbe00));
    background: linear-gradient(180deg, #fd0, #ffbe00);
}

.game-information {
    margin-top: 40px;
    margin-bottom: 24px;
}

.game-info {
    width: 60%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
    background-color: var(--white);
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 20px 0 rgb(10 148 228 / 50%);
    box-shadow: 4px 4px 20px 0 rgb(10 148 228 / 50%);
    color: var(--gray2);
    font-size: 16px;
}

.content-decode p,
.content-decode li {
    margin-bottom: 5px;
}

.title-option {
    padding: 16px 0;
}

.game-categories-and-tags {
    width: 40%;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.navplay-title {
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 22px;
    border-bottom: 1px solid var(--white);
    color: white;
    display: flex;
    align-items: center;
}

.navplay-title2 {
    padding-top: 16px;
}

.navplay-title-svg {
    width: 30px;
    height: 30px;
    fill: var(--red);
    margin-right: 16px;
}

.st1 {
    fill: var(--white);
}

.st2 {
    fill: var(--red);
}

#comments_area,
#list_comment a {
    color: var(--white) !important;
}

#board-and-header {
    margin: 0 auto !important;
}

#rating {
    font-family: inherit;
    color: inherit;
}

#rating .text-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
}

#rating .rating-element {
    display: inline-block;
    color: inherit;
    margin: 0;
    line-height: 24px;
}

#default-demo {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rate-info {
    line-height: 24px;
    letter-spacing: -0.5px;
    font-size: 16px;
}

/* game-full-rate */
#append-rate {
    padding-bottom: var(--padding);
}

.rating img {
    width: 20px;
    height: 20px;
}

.font-rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 0.5;
}

.iframe-default {
    display: block;
}

.margin-left {
    margin-left: -10px;
}

/*footer*/
footer {
    padding: 25px 0;
    background: var(--black2);
    margin: 20px 0;
    max-width: 1680px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.inner-row-footer {
    text-align: center;
}

.link {
    color: var(--white);
    position: relative;
    font-weight: bold;
    display: inline-block;
    padding: 8px 16px;
    font-size: 16px;
}

.link:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: var(--red);
    border-radius: 50%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.link:hover {
    text-decoration: underline;
    color: var(--red);
}

#back-to-top {
    width: 45px;
    height: 45px;
    position: fixed;
    right: 16px;
    bottom: 40px;
    font-size: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
    background: var(--red);
    color: var(--white);
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
    -webkit-transition: all .3s cubic-bezier(.25, .8, .25, 1);
    -o-transition: all .3s cubic-bezier(.25, .8, .25, 1);
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    font-family: sans-serif;
}

#back-to-top:hover {
    opacity: .9;
}

/* ======================= loading_mask =================== */
.loading_mask {
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.loading_mask>img {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hidden {
    display: none;
}

@media (max-width: 1407px) {}

@media (max-width: 1340px) {
    .mobile-header {
        display: block;
    }

    .header {
        display: none;
    }
}

@media (max-width: 1215px) {
    .flow-right-ads {
        display: none;
    }
}

@media (max-width: 1023px) {
    .game-information {
        padding: 0 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media (max-width: 992px) {

    .game-info,
    .game-categories-and-tags {
        width: 100%;
    }

    .game-categories-and-tags {
        padding-left: 0;
        margin-top: 16px;
    }

    #back-to-top {
        visibility: hidden;
    }
}

@media (max-width: 820px) {
    .button {
        width: 44px;
        height: 44px;
    }

    .list_button:before {
        border-width: 0 0 68px 41px;
    }

    .game-thumb {
        width: 44px;
        height: 44px;
    }

    .title-game-visible {
        font-size: 18px;
    }

}

@media (max-width: 500px) {
    h1 {
        font-size: 1.2em;
    }

    .intro-game-box {
        padding-left: 0;
    }

    .list_button {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .list_button::before {
        content: unset;
    }

    .game-thumb {
        display: none;
    }

    .title-game-visible {
        display: none;
    }
}

@media (max-width:1079px) {
    .container {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 16px;
    }

    .flop-game-row,
    .game-relate-tag,
    .flow-game {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width:1080px) {
    .container {
        max-width: 1050px;
    }
}

@media (min-width:1365px) {
    .container {
        max-width: 1260px;
    }

    .nav-categories {
        border-top: none;
        border-right: none;
    }

    .throw-ads-160x600 {
        display: block;
    }

    .throw-ads-300x600 {
        display: none;
    }
}

@media (min-width:1744px) {
    .container {
        max-width: 1680px;
    }

    .throw-ads-300x600 {
        display: block;
    }

    .throw-ads-160x600 {
        display: none;
    }
}