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;
}

/* Thiet lap quang cao*/

.ads {
    width: 100%;
}

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


.ads-content {
    height: 600px;
}

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

.ads-title {
    display: block;
    text-align: center;
    background: 0 0;
    font-size: 11px;
    margin: 0;
    padding: 0;
    color: #b3b3b3;
    opacity: .6
}

.horizontal-title {
    text-align: left !important
}

#expand, #share-focus, #half-expand {
    cursor: pointer !important;
    margin-left: 10px;
}

.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: Avenir;
    src: url(../fonts/Avenir-Black.woff2) format("woff2"), url(../fonts/Avenir-Black.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
} 
*/


@font-face {
    font-family: Avenir;
    src: url(../fonts/Avenir-Light.woff2) format("woff2"), url(../fonts/Avenir-Light.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}


@font-face {
    font-family: Avenir;
    src: url(../fonts/Avenir-Medium.woff2) format("woff2"), url(../fonts/Avenir-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

/* 
@font-face {
    font-family: Avenir;
    src: url(../fonts/Avenir-Roman.woff2) format("woff2"), url(../fonts/Avenir-Roman.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
*/




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

html {
    font-size: 16px;
    font-weight: 500;
    min-height: 100%;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif;
}

body {
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: var(--font-size-normal);
    line-height: 1.72;
    color: var(--color-tone-2);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background-color: var(--bg);
}

html, body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
    outline: none;
    text-decoration: none;
    -webkit-transition: .2s ease color, .2s ease background, .2s ease border;
    -o-transition: .2s ease color, .2s ease background, .2s ease border;
    transition: .2s ease color, .2s ease background, .2s ease border;
    color: var(--color-tone-1);
}

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

h1, h2, h3, h4 {
    font-weight: normal;
    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;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1185px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.row {
    width: 100%;
}

.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: #fff;
}

.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;
}

.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;
    padding: 10px 0;
}

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

.hidden {
    display: none;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.font-fff {
    color: #fff;
}

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

.center-box {
    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;
}

.grid-clayover {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
    gap: 15px;
    grid-template-columns: repeat(auto-fill, 180px);
    grid-auto-flow: dense;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.grid-item {
    position: relative;
}

.a-grid {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 0 0.5rem rgb(0 0 0 / 25%);
    box-shadow: 0 0 0.5rem rgb(0 0 0 / 25%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.span-2x1 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
}

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

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

.span-3x2 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 2;
    height: 375px;
}

.clear {
    clear: both;
}

/*menu*/
header {
    padding: 15px 0;
    background-color: var(--bg-red);
}

.header__menubar--menu {
    width: 100%;
    /* overflow: hidden; */
}

.header__menubar--logo>a {
    position: relative;
}

.header__menubar--logo>a::after {
    content: "";
    display: block;
    position: absolute;
    width: 200px;
    height: 136px;
    background: url(../imgs/logo-bg.png) 0 0 no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    background-size: contain;
}

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

.header__menubar--menulist-item {
    margin-left: 10px;
}

.mobile--menu {
    cursor: pointer;
}

.header__menubar--menulist-item>*,
.mobile--menu {
    padding: 8px 12px;
    color: var(--color-tone-1);
    text-transform: capitalize;
    background-color: #43a047;
    border-radius: var(--radius-small);
    white-space: nowrap;
    font-weight: bold;
    display: inline-block;
}

.header__menubar--menulist-item>a:hover {
    background-color: #1da2df;
    color: #fff;
}

#favourite-game {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    cursor: pointer;
    position: relative;
    text-transform: unset;
    -webkit-box-shadow: 0 0 31px rgb(105 95 151 / 78%);
    box-shadow: 0 0 31px rgb(105 95 151 / 78%);
    background-color: #43a047;
    border: 1px solid rgba(255, 255, 255, .2);
    font-weight: var(--font-bold-1);
    font-size: var(--font-size-normal);
}

#favourite-game:hover {
    background-color: #1da2df;
}

#favourite-game svg {
    width: 18px;
    height: 21px;
    fill: var(--color-tone-2);
}

.favourite-list {
    position: absolute;
    padding: 15px;
    border-radius: var(--radius);
    background-color: #fff;
    width: 196px;
    top: 44px;
    right: 0;
    z-index: 1;
    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    cursor: default;
    display: none;
}

.favourite-list>p {
    font-size: var(--font-size-small);
    color: #000000de;
    font-size: 13px;
    display: block;
    white-space: break-spaces;
    text-align: left;
    font-weight: 500;
}

.favourite-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-weight: 500;
    padding: 5px 0;
    border-top: 1px solid #c9c9c9;
}

.favourite-list-item>img {
    margin-right: 10px;
}

.favourite-list-item>span {
    text-transform: capitalize;
    -webkit-line-clamp: 2;
    white-space: pre-wrap;
}

.favourite-list-item:hover {
    text-decoration: underline;
}

.favourite-list>.favourite-list-item:first-child {
    padding-top: 0;
    border-top: 0;
}

.favourite-list>.favourite-list-item:last-child {
    padding-bottom: 0;
}

/*categories list*/
.nav__categories,
.mobile__menu {
    background-color: #f4f4ef;
    overflow: hidden;
}


.nav__categories--item {
    padding: 15px;
    color: var(--color-tone-3);
    font-weight: var(--font-bold-1);
    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;
    text-transform: capitalize;
    white-space: nowrap;
}

.nav__categories--item>img {
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.nav__categories--item:hover {
    background-color: #fff;
}

.mobile__menu,
.mobile--menu {
    display: none;
}

.mobile__menu {
    background-color: var(--bg-red);
    border-top: 4px solid #e2341533;
}

.mobile__menu-item {
    text-transform: capitalize;
    font-weight: 600;
    margin: 10px 0;
}

.mobile__menu-item>a {
    background-color: #ffffff;
    border: 1px solid #CCCCCC;
    color: var(--color-tone-1);
    padding: 8px 12px;
    border-radius: var(--radius-small);
    display: block;
}

.mobile__menu-item>a:hover {
    background-color: #E9E9E2;
}

.search__form--main {
    height: 44px;
    border-radius: var(--radius-small);
    width: 270px;
    /* margin-left: 10px; */
    background-color: #fff;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 2px 21px rgb(226 52 21 / 50%);
    box-shadow: 0 2px 21px rgb(226 52 21 / 50%);
}

.search__form--input {
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 75px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: var(--font-size-normal);
}

.search__form--submit {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    width: 70px;
    text-align: center;
    position: absolute;
    top: 2px;
    right: 2px;
    text-align: center;
    cursor: pointer;
    border-radius: var(--radius-small);
    background-color: #43a047;
    color: var(--color-tone-1);
}

.search__form--submit svg {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.search__form--submit:hover {
    background-color: #1da2df;
}

.search__form--mobile {
    margin: 10px 0;
}

.search__form--mobile>.search__form--main {
    margin-left: 0;
}

.search-engine {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    background: unset;
    padding: 0;
    width: 48px;
    height: 48px;
    margin-left: 30px;
    margin-right: 30px;
}

.search-engine>.search__form {
    display: none;
    position: absolute;
    top: 52px;
    z-index: 1;
    right: 0;
}

#search-engine {
    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;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

#search-engine>svg {
    width: 26px;
    height: 26px;
    fill: var(--color-tone-1);
}

/*game_item*/
.page-wrapper, .wrapper__game {
    background-color: var(--bg);
    /* min-height: 80vh; */
    padding: 30px 0;
    position: relative;
}

.page-wrapper::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 55px;
    background: 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(226, 52, 21, 0.2)), to(rgba(226, 52, 21, 0)));
    background: -o-linear-gradient(top, rgba(226, 52, 21, 0.2) 0%, rgba(226, 52, 21, 0) 100%);
    background: linear-gradient(180deg, rgba(226, 52, 21, 0.2) 0%, rgba(226, 52, 21, 0) 100%);
}

.grid__top--main {
    /* background: url('../imgs/bg-top.png') #414141; */
    margin-top: -30px;
    background: #FBF4DB;
}

.bread__title>h1, .title--normal, .title--normal>a {
    font-weight: var(--font-bold-2);
    font-size: var(--font-size-larger);
    margin-bottom: 10px;
    text-transform: capitalize;
    color: var(--color-tone-1);

}

.card-thumb {
    position: relative;
    border-top-right-radius: var(--radius);
    border-bottom-left-radius: var(--radius);
    border-bottom-right-radius: var(--radius);
    overflow: hidden;
}

.card-heading {
    text-align: center;
    font-size: var(--font-size-normal);
    padding: 4px 8px;
    color: var(--color-tone-2);
    text-transform: capitalize;
    background-color: rgba(0, 0, 0, 0.45);
    text-transform: capitalize;
    box-shadow: rgba(0, 0, 0, 0.25) 0px -54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    font-weight: var(--font-bold-1);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.card-game:hover .card-heading {
    box-shadow: unset;
    background-color: transparent;
}

.span-3x2 img {
    border-radius: var(--radius);
}

.star-rate {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    width: 52px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #1da2df;
    border-bottom-right-radius: var(--radius);
}

.star-rate>img {
    display: block;
    margin: auto;
    width: 14px;
    height: 14px;
}

.star-rate>div {
    font-size: 13px;
    font-weight: var(--font-bold-1);
}

.content-box {
    background: var(--bg-red);
    padding: 15px;
    line-height: 1.65;
    border-radius: var(--radius);
    color: var(--color-tone-1);
}

.content-box p {
    margin-bottom: 1rem;
}

.content-box ul, .content-box ol {
    list-style: disc;
    padding-left: 40px;
    margin-bottom: 1rem;
}

.content-box li {
    list-style: disc;
}

.content-box h2, .content-box h3, .content-box h4, .content-box h5, .content-box h6 {
    font-weight: 700;
    text-transform: capitalize;
    margin: revert;
}

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

.content-box a {
    color: blue;
}

.loadingImage {
    -webkit-animation: loadingAnimation 1s linear infinite;
    animation: loadingAnimation 1s linear infinite;
}

@-webkit-keyframes loadingAnimation {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loadingAnimation {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*game_home*/
.grid__mix--games-left {
    width: 220px;
    min-width: 220px;
}

.section__home .grid__mix--games-left {
    width: 375px;
    min-width: 375px;
}

.grid__mix--games-views {
    padding: 15px;
    border-radius: var(--radius);
    background-color: var(--bg-red);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.grid__mix--games {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
}

.grid__mix--title {
    font-size: var(--font-size-larger);
    font-weight: var(--font-bold-1);
    text-align: center;
}

.grid__mix--games-views>.grid__mix--title {
    color: #000;
}

.grid__mix--games-list>li,
.category-inline {
    background-color: #43a047;
    border-radius: var(--radius-small);
    overflow: hidden;
    margin: 10px 0;
}

.grid__mix--games-list>li:last-child {
    margin-bottom: 0;
}

.gamesmix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: var(--font-bold-1);
    color: var(--color-tone-1);
    text-transform: capitalize;
}

.gamesmix>img {
    margin-right: 10px;
    border-radius: var(--radius-small);
}

.grid__mix--games-category>.grid__mix--title {
    color: var(--color-tone-1);
    text-align: left;
}

.grid__category {
    margin: 0 -10px;
}

.category-inline-grid {
    width: 50%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.category-inline>.gamesmix {
    background-color: var(--bg-red);
    color: #fff;
}

.gamesmix:hover {
    background-color: #1da2df;
    color: #fff;
}

.grid__all-games>.grid__mix--title {
    color: var(--color-tone-1);
}

.grid__category>h2>a {
    display: inline-block;
    margin-bottom: 0;
}

.grid__category>h2>a:hover {
    text-decoration: underline;
}

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

.grid__category--link>a {
    font-weight: var(--font-bold-2);
}

.grid__top {
    margin: 0 -10px;
}

.grid__top--games {
    width: 50%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.grid-clayover-min {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
    gap: 15px;
    grid-template-columns: repeat(auto-fill, 120px);
    grid-auto-flow: dense;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.grid-clayover-min .card-game {
    position: relative;
}

.grid-clayover-min .card-heading {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom-right-radius: var(--radius);
    border-bottom-left-radius: var(--radius);
    background-color: #414141;
    color: #fff;
    padding: 0;
    font-weight: var(--font-bold-1);
    font-size: 13px;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
    opacity: 0;
    visibility: hidden;
}

.grid-clayover-min .card-game:hover .card-heading {
    opacity: 1;
    visibility: visible;
    text-decoration: none;
}

.grid__top--games .title--normal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.grid__top--games .title--normal>svg {
    margin-right: 5px;
    width: 20px;
    height: 21px;
}

/*game_play*/
.grid__game {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* align-items: center; */
}

.game-grid-sub {
    padding: 0 15px;
}

.card-game-sub {
    margin-bottom: 15px;
}

.grid-game {
    width: 100%;
}

.h2-category h3 {
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
}

.ctGameBox {
    background-color: #43a047;
    border: 1px solid #CCCCCC;
    color: var(--color-tone-1) !important;
    padding: 5px 10px;
    border-radius: var(--radius-small);
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: var(--font-bold-1);
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    40% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    60% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    80% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    100% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    40% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    60% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    80% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    100% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
}

.ctGameBox:hover {
    -webkit-animation: swing 1s infinite;
    animation: swing 1s infinite;
}

.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;
}

.comment-box-app {
    max-width: 100%;
    background-color: #fff;
    margin: 8px 0;
}

.header-game {
    height: auto;
    overflow: hidden;
    color: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    text-align: left;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.box-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-header h1 {
    font-size: 20px;
    white-space: nowrap
}

.header-game-extend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}


.exit-fullscreen {
    width: 44px;
    height: 44px;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 100000;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.65);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.clipboard-share {
    position: fixed;
    z-index: 100;
    background-color: #fff;
    padding: 16px;
    border-radius: 8px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 300px;
    min-height: 45px;
    z-index: 10000;
}

.hide-zindex {
    z-index: -20;
    visibility: hidden;
}

.close-sharing-box {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.65);
    display: none;
}

.inline-sharing-box h3 {
    margin-bottom: 10px;
    color: #000;
}

.grid-content {
    margin: 15px 0;
}


/*pagination*/

.pagination {
    margin: 30px 0;
    text-align: center;
}

.next_page {
    width: 48px;
    height: 48px;
    margin: 0 5px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    line-height: 48px;
    font-size: 16px;
    border-radius: 10px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    border-radius: var(--radius-small);
    vertical-align: middle;
    color: var(--color-tone-1);
    font-weight: var(--font-bold-1);
    background-color: #fff;
}

.next_page:hover {
    background-color: #000;
    border-color: var(--bg-red);
    color: #fff;
}

.active_ {
    background-color: #000;
    border-color: var(--bg-red);
    color: #fff;
}

.search_found {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.search_found ul {
    list-style-type: disc;
}

.search_found ul li {
    list-style-type: disc !important;
    list-style-position: inside;

}

/*game_play*/
.wrapper__game {
    background: #43a047;
}

.flex__frame--options {
    padding: 10px 0;
}

.flex__frame--options-group>.options--item:first-child {
    margin-right: 10px;
}

.options--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--bg-red);
    border: 1px solid rgba(255, 255, 255, .2);
    color: var(--color-tone-1);
    padding: 0 10px;
    border-radius: var(--radius-small);
    cursor: pointer;
    font-weight: 600;
    min-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 44px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all 0.15s ease-out;
}

.options--item svg {
    width: 16px;
    height: 16px;
    fill: var(--color-tone-1);
}

.options--item>span {
    margin-left: 5px;
}

.options--item:hover {
    background-color: #43a047;
}

.pick-favourite {
    background-color: #43a047;
}

.pick-favourite>svg {
    fill: #e23415 !important;
}

.pick-favourite:hover {
    background-color: var(--color-tone-2);
}

#iframehtml5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 0;
}

.bread-crumb {
    margin-bottom: 1rem;
}

.bread-crumb-item {
    text-transform: capitalize;
    color: var(--color-tone-1);
    line-height: 1;
}

.bread-crumb-list .bread-after::before {
    content: "/";
    margin: 0 5px;
    border-bottom: 0;
}

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



/*blog*/

.mainbody__grid {
    margin: 48px 0;
}

.mainbody__grid--asideleft {
    width: 100%;
}

.mainbody__grid--asideright {
    min-width: 400px;
    width: 400px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mainbody__header {
    margin-bottom: 28px;
    position: relative;

}

.mainbody__header--title {
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: var(--color-tone-1);
    font-weight: var(--font-bold-1);
    font-size: 28px;
    line-height: 1.5;
    padding-right: 2px;
    text-transform: capitalize;
}

.main-body__header-title-heading {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
}

.article__list--item {
    margin-bottom: 30px;
}

.article__list--item-category {
    font-weight: 600;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--color-tone-1);
    opacity: .5;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}


.article__list--item--content {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
}

.article__list--item--content-unpadding {
    padding: 0;
}

.article__list--item--title {
    color: var(--color-tone-1);
    font-size: 22px;
    line-height: 32px;
    /* margin-bottom: 10px; */
    -webkit-line-clamp: 2;
    text-transform: capitalize;
    font-weight: 600;
}

.article__list--item--title:hover {
    text-decoration: underline;
}

.article__list--item-excerpt {
    -webkit-line-clamp: 3;
    line-height: 28px;
    margin-bottom: 5px;
}

.article__list--item-info {
    color: #778596;
    font-size: 13px;
}

.subarticle__list--item {
    margin-bottom: 20px;
}

.subarticle__list--item .article__list--item--title {
    font-size: 16px;
    line-height: 1.4;
}

.subarticle__list picture>img {
    /* border-radius: 8px; */
}

.post__info--notfound ul {
    padding-left: 40px;
}

.post__info--notfound ul li {
    list-style: disc;
}

.mainbody__grid--asideright .mainbody__header--title {
    font-size: 22px;
}

.mainbody__grid--asideright .mainbody__header {
    margin-bottom: 20px;
}

figure img {
    display: block;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.hightlights__list {
    margin: 0 -10px;
}

.hightlights__list--item {
    width: 25%;
    padding: 10px;
}

.main-body__header-title-heading-home {
    text-transform: capitalize;
    font-weight: var(--font-bold-1);
}

.mainbody__header-post-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.38;
    color: var(--color-tone-1);
}

.post__info {
    margin-bottom: 20px;
    font-size: 14px;
}

.post__info-image {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
}

.post__info-author {
    margin: 0 15px;
    text-transform: capitalize;
    color: var(--color-tone-1);
    font-weight: 500;
}

.post__info--publishdate {
    color: #868f93;
}

.post__info-tags .article__list--item-category {
    margin-bottom: 8px;
}

.post__info-share,
.post__info-rate,
.post__info-comment {
    margin: 10px 0;
}

.breadcrumb {
    margin-bottom: 20px;
}

.breadcumb__list-item {
    text-transform: uppercase;
    color: #898989;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    white-space: nowrap;
    line-height: 1.5;
}

a.breadcumb__list-item:hover {
    color: #4d85c5;
}

.bread-after:before {
    content: ">";
    margin: 0 8px;
    color: var(--color-tone-1);
}

span.bread-crumb-item {
    color: var(--color-tone-1);
}

.overwrite-breadcumb .bread-after:last-child {
    cursor: unset;
}

.post-rate {
    margin: 10px 0;
}

.post__info-content {
    font-size: var(--font-size-normal);
}

.post__info-content ul,
.post__info-content ol {
    padding-left: 40px;
}

.post__info-content ul,
.post__info-content ol,
.post__info-content li {
    list-style: disc;
}

.post__info-content img {
    max-width: 100%;
    max-height: 100%;
}

.post__info-content p {
    margin: 10px 0;
}

.article__list--item-info {
    text-transform: capitalize;
}

#append-rate {
    cursor: default;
}

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

#rating .rating-element {
    display: inline-block;
    color: inherit;
}

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

#default-demo img {
    width: 18px;
}

/*footer*/

.footer {
    background-color: var(--bg-red);
    padding: 15px 0;
    text-align: right;
    text-align: center;
    color: #fff;
}

.footer-line {
    background: linear-gradient(180deg, rgba(239, 227, 111, 0.2) 0%, rgba(239, 227, 111, 0) 100%);
    height: 24px;
}

.link {
    display: inline-block;
    margin: 0 15px;
    padding: 10px 0;
    color: var(--color-tone-1);
    text-transform: capitalize;
    font-weight: 500;
}

.link:hover {
    text-decoration: underline;
}

.claim {
    color: var(--color-tone-1);
}

.claim a {
    font-weight: bold;
}

.totop {
    position: fixed;
    z-index: 2;
    right: 15px;
    bottom: 15px;
    background: #1da2df;
    width: 52px;
    height: 48px;
    border-radius: var(--radius-small);
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.totop svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    position: relative;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.totop:hover {
    background-color: #2734ee;
}

.add--fav>svg {
    fill: #D20000 !important;
    -webkit-animation: crunch 300ms ease 2 forwards;
    animation: crunch 300ms ease 2 forwards;
    ;
}

@-webkit-keyframes crunch {
    0% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }

    50% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    75% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes crunch {
    0% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }

    50% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    75% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

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

.throw-ads-300x250 {
    margin-bottom: 10px;
}

.throw-ads-970x90, .throw-ads-768x90, .throw-ads-468x60, .throw-ads-728x90, .throw-ads-320x90, .throw-ads-responsive {
    margin: 10px 0;
}

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

.throw-ads-responsive {
    text-align: center;
    max-width: 100%;
}

:root {
    --font-family: 'avenir', sans-serif;
    --bg: #FDE7BB;
    --bg-red: #efe36f;
    --bg-game: #0C6136;
    --color-tone-1: #1a1a1a;
    --color-tone-2: #fff;
    --color-tone-3: #414141;
    --color-tone-4: #e23415;
    --radius: 16px;
    --radius-small: 8px;
    --radius-circle: 30px;
    --font-size-larger: 24px;
    --font-size-normal: 16px;
    --font-size-small: 14px;
    --font-bold-1: 600;
    --font-bold-2: 700;
}

/*dark mode*/
.light-off {
    --bg: #000;
    --color-tone-1: #fff;
    --color-tone-3: #d7dedc;
}

.light-off .content-box, .light-off .nav__categories, .light-off .mobile__menu {
    background-color: #2B2F32 !important;
}

.light-off .nav__categories--item:hover {
    background-color: #0E1418;
}

.light-off .options--item, .light-off .mobile__menu-item>a {
    color: #fff;
    background-color: #2B2F32;
    border: 1px solid #0E1418;
}

.light-off .options--item:hover {
    background-color: #2B2F32;
}

.light-off .ctGameBox {
    color: #fff;
    background-color: #0E1418;
    border: 1px solid #2B2F32;
}

.light-off .options--item svg {
    fill: #fff;
}

@media (max-width:1184px) {
    .header__menubar--menu, .search__form, .nav__categories {
        display: none;
    }

    .mobile--menu {
        display: block;
        margin-right: 15px;
    }

    .container {
        max-width: 990px;
    }

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

    .grid__mix {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .grid__mix--games {
        padding-left: 0;
    }

    .grid__mix--games-left {
        width: 100% !important;
        min-width: 100% !important;
        margin-bottom: 10px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 1rem;
    }
}


@media (max-width:990px) {
    .container {
        max-width: 795px;
    }
}

@media (max-width:850px) {
    .span-ads {
        display: none;
    }
}

@media (max-width:767px) {

    .options--item>span {
        display: none !important;
    }

    .options--item>svg {
        margin: 0;
    }

    .grid__top--games {
        width: 100%;
    }

    .span-ads {
        display: none;
    }
}

@media (max-width:750px) {
    .throw-ads-responsive {
        display: block;
        text-align: center;
    }
}

@media (max-width:540px) {
    .header__menubar--logo {
        display: none;
    }

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

@media (max-width:414px) {
    .span-3x2 {
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        height: 180px;
    }

    .span-3x2 img {
        height: 180px;
    }
}

@media (min-width:751px) {
    .throw-ads-728x90 {
        display: block;
    }
}

@media (min-width:1185px) {
    .mobile__menu {
        display: none !important;
    }
}

@media (min-width:990px) {
    .throw-ads-300x250 {
        display: block;
    }
}