/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

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

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

html {
    margin: 0;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: Roboto, sans-serif;
    min-height: 100vh;
}

body {
    vertical-align: baseline;
    background-color: var(--bg-body);
    color: var(--color);
    min-height: 100%;
    line-height: 1.5;
    font-weight: 400;
    overflow-x: hidden;
    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;
}

i {
    cursor: pointer;
    margin: 0 !important;
}

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

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

.p-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 8px;
}

.container {
    position: relative;
    max-width: 1162px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}

.mini-container {
    max-width: 1024px
}

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

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



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

@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 {
    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
}

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

/*menu css*/

header {
    background: var(--bg-menu);
    border-bottom: 1px solid #fff;
    width: 100%;
    padding: 10px 0;
}

.menu-logo {
    padding-right: 15px;
}

.group-menu {
    height: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.menu-item-mobile {
    width: 44px;
    height: 44px;
    position: absolute;
    left: 0;
    top: 50%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu-header-box {
    height: 38px;
    white-space: nowrap;
}

.menu-item {
    height: 38px;
    line-height: 38px;
    padding: 0 14px;
    text-align: center;
    white-space: nowrap;
    text-transform: capitalize;
    white-space: nowrap;
    color: var(--color-white);
    font-weight: 600;
    border-radius: 20px;
    display: inline-block;
    background: var(--bg-btn);
    box-shadow: 4px 4px 20px 0 rgb(10 148 228 / 50%);
    margin: 0 10px;
    font-size: 14px;
}

.menu-item:hover {
    background: linear-gradient(180deg, #fd0, #ffbe00);
    box-shadow: inset 0 0 7px 0 rgb(223 180 170/53%);
    color: var(--color);
}

.search-box-menu {
    margin-left: auto;
}

.form-input {
    background: #fff;
    box-shadow: 4px 4px 20px 0 rgb(10 148 228/50%);
    width: 230px;
    height: 38px;
    border-radius: 25px;
    border: 0;
    padding: 0 40px 0 10px;
    font-size: 18px;
    color: #252222;
    font-weight: 500;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 4px 4px 20px 0 rgb(10 148 228/50%);
    font-size: 14px;
}

.form-button {
    position: absolute;
    width: 40px;
    height: 38px;
    top: 0;
    right: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-btn);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.form-button:hover {
    background: linear-gradient(180deg, #fd0, #ffbe00);
}

.form-button:hover svg {
    fill: var(--color)
}

.left-mobile-menu {
    position: fixed;
    width: 250px;
    background: var(--bg-menu);
    top: 81px;
    left: -250px;
    -webkit-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    transition: left 0.5s ease;
    color: #fff;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10;
    max-height: 400px;
}

.inner-mobile-menu {
    padding: 10px;
}

.per-mobile-item a {
    padding: 10px 0;
    color: var(--color);
    font-size: 16px;
    text-transform: uppercase;
}

.per-mobile-item .form-input {
    width: 100%;
}

/*game_item*/

.game_item {
    min-height: 90vh;
}

.forEachGame {
    clear: both;
    overflow: hidden;
}

.gameBox {
    width: 166px;
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: left;
}

.game-on-ads {
    width: 332px;
    height: 332px;
}

.throw-ads-300 {
    width: 100%;
    height: 100%;
}

.aGameBox {
    width: 150;
    height: 150px;
}

.aGameBox img {
    background: #fff url('../gif/loading-image.gif') 50% 50% no-repeat;
}

.bGameBox, .aGameBox {
    -webkit-box-shadow: 2px 2px 7px -3px #1f1f1f;
    box-shadow: 2px 2px 7px -3px #1f1f1f;
    border-radius: 15px;
    overflow: hidden;
}

.bGameBox img, .aGameBox img {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.game-name {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(90%, rgba(0, 0, 0, .7)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 90%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 90%);
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-shadow: 0 0 3px #000;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 3;
    padding: 10px 3%;
    /*pointer-events: none;*/
    color: #fff;
    text-align: center;
    -webkit-line-clamp: 2;
    text-transform: capitalize;
    font-weight: 600;
}

.aGameBox:hover .game-name {
    opacity: 1;
}

.aGameBox:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.row-title {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 2;
}

.home-title {
    text-decoration: none;
    font-size: 25px;
    text-transform: capitalize;
}

/*game_play*/

.horizontal-ads {
    width: 172px;
    padding: 8px;
}

.throw-ads-300 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.mini-game {
    width: 107px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 8px;
    display: none;
}

.frame-box-game {
    width: 100%;
    max-width: 836px;
}

.iframeBox {
    background: -o-radial-gradient(ellipse closest-side, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .5) 100%);
    background: radial-gradient(ellipse closest-side, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .5) 100%);
}

.game-minishow {
    width: 91px;
    height: 91px;
    -webkit-box-shadow: 0 5px 10px 5px rgb(0 0 0 / 20%);
    box-shadow: 0 5px 10px 5px rgb(0 0 0 / 20%);
    margin-top: 18px;
    border-radius: 20px;
}

.game-minishow img {
    border-radius: 20px;
}

.mini-game .game-minishow:first-child {
    margin-top: 0;
}

.game-info-content {
    margin-top: 40px;
    margin-bottom: 40px;
    color: #464646;
    line-height: 2;
}

.inner-game-info-content {
    padding: 25px 15px;
    background: var(--color-white);
    border-radius: 20px;
    box-shadow: 4px 4px 20px 0 rgb(10 148 228 / 50%);
    color: var(--color)
}

.sub-title {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
}

.content-info h2, .content-info h3, .content-info h4 {
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
}

.tagcate {
    display: inline-block;
    padding: 4px 10px;
    background-color: #2d8de7;
    box-shadow: 4px 4px 10px 0 #2d8de7;
    border-radius: 10px;
    margin-top: 10px;
    margin-right: 10px;
    text-transform: lowercase;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
    cursor: pointer;
    color: var(--color-white);
}

.tagcate:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.comment-box-app {
    margin: 10px -8px;
}

#expand {
    cursor: pointer !important;
}


.overwrite-breadcumb {
    padding: 5px 0;
}

.bread-crumb-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: capitalize;
    color: #000;
    white-space: nowrap;
}

.bread-after:before {
    content: "»";
    margin: 0 5px;
    color: #5b5b5b;
}

.overwrite-breadcumb a:last-child {
    cursor: default;
}

.header-game {
    background: linear-gradient(0deg, #5dcfdd, #67b5f4);
    height: auto;
    overflow: hidden;
    color: #000;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    text-align: left;

}

.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;
    font-weight: 600;
    text-transform: capitalize;
}

.header-game-extend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background-color: #fff;
}

.header-game-extend::before {
    content: "";
    position: absolute;
    left: -40px;
    bottom: 0;
    width: 0;
    height: 0;
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 0 74px 40px;
}

.header-game-extend>span {
    width: 48px;
    height: 48px;
    cursor: pointer;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}


.header-game-extend>span>svg {
    width: 22px;
    height: 22px;
    fill: #5795ea;
}

.header-game-extend>span:hover {
    background-color: #5795ea;
}

.header-game-extend>span:hover svg {
    fill: #fff;
}

.exit-fullscreen {
    width: 36px;
    height: 36px;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 100000;
    padding: 6px;
    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;
}

#rating {
    font-family: 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;
}

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

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

/*pagination*/

.s_paging {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.next_page {
    display: inline-block;
    text-decoration: none;
    padding: 9px 16px;
    font-size: 16px;
    border-radius: 10px;
    box-shadow: 4px 4px 20px 0 rgb(10 148 228/50%);
    background-color: #e8f3fb;
    outline-color: #5392e5;
    color: #5392e5;
    border-radius: 50%;
    border: 2px solid var(--color-white);
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    margin: 0 10px;
    font-weight: 600;
}

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

.active_ {
    cursor: default;
    color: var(--color-white);
    background: #5392e5;
}

.active_:hover {
    color: var(--color-white);
    background: #5392e5;
}

/*not found*/

.not_found {
    width: 100%;
    padding: 25px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    color: #464646;
    line-height: 2;
    border-radius: 20px;
}

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

/*footer*/

footer {
    background: #19abe6;
    margin-top: 40px;
}

.inner-row-footer {
    overflow: hidden;
    text-align: center;
    padding: 25px 0;
}

.link {
    padding: 5px 8px;
    display: inline-block;
    color: var(--color-white);
}

.link:hover {
    color: var(--color);
}

#back-to-top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 30px;
    font-size: 25px;
    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;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
    background-color: #19abe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: var(--color-white);
    border-radius: 50%;
    cursor: pointer;
}

.loading_page {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
}

.layer-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    background-color: rgba(35, 39, 65, .65);
}

#back-to-top:hover {
    background: linear-gradient(180deg, #fd0, #ffbe00);
}

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

.info-game-left {
    max-width: 100%;
}

:root {
    --bg-body:;
    --bg-menu: linear-gradient(0deg, #95d6ef, #b4ddf5);
    --bg-btn: linear-gradient(0deg, #19abe6, #67b5f4 90%);
    --color: #4A4A4A;
    --color-white: #fff;
}

@media (min-width: 1081px) and (max-width:1161px) {
    .container {
        width: 996px;
    }

    .frame-box-game {
        width: 980px;
    }
}

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

    .frame-box-game {
        width: 814px;
    }
}

@media (max-width:1199px) {
    .group-menu .menu-header-box, .group-menu .search-box-menu {
        display: none;
    }

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

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

    .menu-item-mobile {
        display: block;
    }

    .menu-logo {
        margin-right: 0;
    }
}

@media (max-width:920px) {
    .container {
        width: 664px;
    }

    .frame-box-game {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 8px;
    }

}

@media (min-width:576px) and (max-width:920px) {
    .throw-ads-468x60 {
        display: block;
    }
}

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

    .forEachGame {
        text-align: center;
    }

    .gameBox {
        float: none;
    }

    .game-on-ads {
        display: none;
    }
}

@media (max-width:500px) {
    .box-header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

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

@media (min-width:1200px) {
    .left-mobile-menu {
        left: -250px !important;
    }

    .mini-game {
        display: block;
    }

    .throw-ads-970x90, .throw-ads-160-right {
        display: block;
    }
}

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

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