body {
    /*padding-right: 2.5%;*/
    /*padding-left: 2.5%;*/
    background-color: #0b2167;
    font-family: Nunito, sans-serif;
    font-size: 14px;
    position: relative;
    min-height: 100vh;
    color: #fff
}

input:focus {
    outline: none
}

a:hover {
    text-decoration: none
}

.go_home {
    color: #ffc01b
}

.go_home:hover {
    color: #ce8b00
}

.none {
    display: none
}

.block {
    display: block
}

.block-menu {
    width: 100%;
    box-shadow: 0 3px 0 0 #0b2068, 0 15px 20px 0 rgba(4, 3, 61, .3);
    background-color: #0d3d92;
    z-index: 20;
    border-radius: 10px;
    position: relative;
    height: fit-content;
    overflow: hidden
}

.logo-container {
    position: relative;
    width: 330px;
    height: 88px;
    overflow: hidden;
    float: left
}

.logo {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 auto;
    width: 270px;
    height: 88px;
    box-shadow: 0 7px 3px 0 rgba(0, 0, 0, .09);
    background-image: linear-gradient(to bottom, #1a73e1, #055abf 100%);
    border-radius: 10px 60px 60px 10px;
    z-index: 5
}

.categories-button {
    position: absolute;
    top: 0;
    left: 45px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 auto;
    width: 270px;
    height: 44px;
    border-radius: 0 33px 33px 0;
    box-shadow: 0 2px 5px 0 rgba(1, 19, 70, .2);
    background-color: #0756b8;
    z-index: 1
}

.search-button {
    position: absolute;
    top: 50%;
    left: 45px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 auto;
    width: 270px;
    height: 44px;
    border-radius: 0 33px 33px 0;
    box-shadow: 0 2px 5px 0 rgba(1, 19, 70, .2);
    background-color: #0756b8;
    z-index: 0
}

.categories-button:hover, .search-button:hover {
    background-color: #00a1fe;
    z-index: 4 !important;
    cursor: pointer
}

.logo-container .active {
    background-color: #00a1fe;
    left: 60px !important;
    z-index: 3 !important
}

.logo-container svg {
    position: absolute;
    right: 15px;
    top: 10px
}

.big-logo {
    height: 81px;
    display: block
}

.small-logo {
    height: 45px !important;
    display: none
}

.menu-container {
    width: calc(100% - 330px);
    float: left;
    height: 88px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch
}

.menu-container::-webkit-scrollbar {
    width: 10px;
    height: 5px
}

.menu-container::-webkit-scrollbar-thumb {
    background: #0b65d1;
    border-radius: 10px
}

.menu-container::-webkit-scrollbar-track {
    background: 0 0
}

.row-menu {
    padding: 5px 15px;
    min-width: 745px
}

.item-menu {
    color: #fff;
    width: fit-content;
    float: left;
    padding: 3px
}

.item-menu-content {
    border-radius: 25px;
    height: 34px;
    box-shadow: 0 4px 7px 0 rgba(0, 7, 92, .4);
    border: solid 2px #0b65d1;
    background-color: #001b73;
    position: relative;
    padding: 0 15px;
    line-height: 34px;
    font-size: 15px;
    font-weight: 600
}

.row-search {
    padding: 5px 15px;
    width: 100%
}

.item-search {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 3px 0 rgba(34, 75, 140, .26), 0 2px 5px 0 rgba(255, 255, 255, .06), inset 0 4px 7px 0 rgba(0, 14, 54, .52);
    border: solid 1px rgba(151, 151, 151, .16);
    background-image: linear-gradient(to bottom, #03449e -8%, #1160c6 122%);
    height: 46px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    padding: 3px 15px
}

.input-search {
    height: 40px;
    color: #f8f9fa;
    -webkit-text-fill-color: #f8f9fa;
    background: 0 0;
    box-shadow: none;
    border: none;
    position: relative;
    width: calc(100% - 40px);
    margin-bottom: 0;
    float: left;
    font-size: 15px;
    font-weight: 600
}

.input-search::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 15px;
    width: 15px;
    background-image: url(../imgs/x1.png);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    display: block
}

.input-search:focus {
    box-shadow: none;
    border: none
}

.btn-search-icon {
    float: left;
    height: 40px;
    width: 40px;
    cursor: pointer;
    background: 0 0;
    border: none
}

.btn-search-icon svg {
    margin: auto
}

.box-title h2 {
    font-size: 25px;
    color: #fff
}

.box-title h1 {
    font-size: 30px;
    color: #fff
}

.box-title h3, .box-title h4, .box-title h5, .box-title h6 {
    font-size: 14px;
    color: #fff
}

.card-game {
    width: 100%;
    position: relative;
    margin: auto;
    overflow: hidden;
    box-shadow: 0 3px 0 0 #0b2068, 0 15px 20px 0 rgba(4, 3, 61, .3);
    border-radius: 10px
}

.card-game img {
    width: 100%
}

.title-card-game {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: .2rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
    color: #84cbf2;
    font-weight: 600;
    text-transform: capitalize;
    z-index: 1;
    top: 0;
    left: 0;
    background-image: linear-gradient(rgba(255, 0, 0, 0), rgba(11, 33, 103, 1));
    opacity: 0;
    cursor: pointer
}

.title-card-game:hover {
    opacity: 1
}

.title-card-game p {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 5px
}

.pt-5px {
    padding-top: 5px
}

.pb-5px {
    padding-bottom: 5px
}

.pr-5px {
    padding-right: 5px
}

.pl-5px {
    padding-left: 5px
}

.box-text-content {
    box-shadow: 0 6px 12px 0 #061d62, inset 0 4px 10px 0 rgba(0, 31, 71, .23);
    border: solid 5px #183484;
    background-color: #0d2c7c;
    /*font-weight: 700;*/
    font-size: 14px;
    border-radius: 20px;
    padding: 10px;
    min-height: 30px;
    color: #fff;
}

.box-text-content img {
    max-width: 100%;
    width: auto
}

.block-footer {
    background-color: #0456b5;
    position: absolute;
    /*bottom: -94px;*/
    background-size: 40% auto, 40% auto;
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    min-height: 73px;
    width: 100%;
    /*margin: 0 -2.5%;*/
    padding: 10px 2.5%
}

.item-menu-footer {
    border-left: solid 2px #0b65d1
}

.item-menu-footer-content {
    cursor: pointer
}

.row-menu-footer .col-24:first-of-type .item-menu-footer {
    border-left: none !important
}

.item-menu-footer-content {
    color: #fff;
    width: fit-content;
    padding: 3px;
    margin: auto
}

.item-menu-footer-content a {
    color: #fff
}

.row-menu-footer {
    min-height: 51px;
    font: 16px;
    font-weight: 700
}

.pagination a {
    font-size: 14px;
    font-weight: 700;
    color: #84cbf2;
    border: none;
    width: 30px;
    height: 40px;
    background-color: #0d3d92;
    text-align: center;
    padding: 10px 0;
    box-shadow: 0 5px 5px -5px rgba(4, 3, 61, .3);
    display: block;
    float: left
}

.pagination a:hover {
    z-index: 1;
    color: #fff;
    background-image: linear-gradient(to bottom, #055abf, #1a73e1 100%);
    background-color: transparent;
    border-color: #007bff
}

.pagination a:first-child {
    border-radius: 20px 0 0 20px;
    background-image: linear-gradient(to bottom, #055abf, #1a73e1 100%);
    background-color: transparent;
    width: 37px
}

.pagination a:last-child {
    border-radius: 0 20px 20px 0;
    background-image: linear-gradient(to bottom, #055abf, #1a73e1 100%);
    background-color: transparent;
    width: 37px
}

.pagination .active {
    color: #fff;
    background-image: linear-gradient(to bottom, #055abf, #1a73e1 100%);
    background-color: transparent;
    border-color: #007bff
}

.hot-games {
    height: 200px;
    background: #007bff
}

.new-games {
    height: 200px;
    background: #00c791
}

.game-play {
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.title-box {
    width: 100%;
    min-height: 75px;
    background-image: linear-gradient(to bottom, #156bd4, #0252b2);
    padding: 12px 20px;
    z-index: 1;
    position: relative
}

.img-game-play {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .3)
}

.title-box h1 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 20px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis
}

.box-full-screen {
    border-left: 1px solid #d8d8d84c;
    padding-left: 20px;
    height: 30px
}

.full-screen {
    font-size: 35px;
    color: #84cbf2
}

#rating {
    padding-right: 20px
}

.item-tags {
    color: #fff;
    width: fit-content;
    float: left;
    padding: 3px
}

.item-tags-content {
    border-radius: 10px;
    height: 34px;
    box-shadow: 0 4px 7px 0 rgba(0, 7, 92, .4);
    border: solid 2px #0456b5;
    background-color: #183484;
    position: relative;
    padding: 0 15px;
    line-height: 31px;
    font-size: 15px;
    font-weight: 600;
    color: #fff
}


.back_to_top{
    padding:3px;
    width:45px;
    height:45px;
    border-radius:50%;
    position:fixed;
    bottom:40px;
    right:40px;
    overflow:hidden;
    text-align:center;
    cursor:pointer;
    background-color:#183484;
    border:5px solid #00a5ff;
    display:block;
    z-index:10
}

.back_to_top:hover{
    cursor:pointer
}

.back_to_top span{
    color:#fff;
    font-size:26px;
    position:absolute;
    top:-2px;right:6px
}



.games-slides {
    display: none
}

.games-slides img {
    vertical-align: middle
}

.games-slideshow-container {
    width: 100%;
    position: relative;
    margin: auto;
    overflow: hidden;
    box-shadow: 0 3px 0 0 #0b2068, 0 15px 20px 0 rgba(4, 3, 61, .3);
    border-radius: 10px;
    height: 45vw;
}

.games-slides-prev, .games-slides-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    transition: .5s ease;
    border-radius: 0 3px 3px 0;
    user-select: none
}

.games-slides-next {
    right: 0;
    border-radius: 3px 0 0 3px
}

.games-slides-prev:hover, .games-slides-next:hover {
    background-color: rgba(255, 255, 255, .8)
}

.games-slides-text {
    color: #f2f2f2;
    font-size: 20px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8%;
    width: 100%;
    text-align: center;
    text-shadow: -1px 0 #717171, 0 1px #717171, 1px 0 #717171, 0 -1px #717171;
    font-weight: bold;
}

.slides-dot {
    text-align: center;
    position: absolute;
    bottom: 8px;
    width: 100%
}

.games-slides-dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .5s ease
}

.games-slides-active, .games-slides-dot:hover {
    background-color: #717171
}

.games-slides-fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@media only screen and (max-width: 300px) {
    .games-slides-prev, .games-slides-next, .games-slides-text {
        font-size: 11px
    }
}



@media (max-width: 1599px) {
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
    .logo-container {
        width: 261px
    }

    .logo {
        width: 201px
    }

    .categories-button {
        width: 201px
    }

    .search-button {
        width: 201px
    }

    .menu-container {
        width: calc(100% - 271px)
    }

    .games-slides-text {
        bottom: 10%
    }
}

@media (max-width: 767px) {
    .logo-container {
        width: 261px
    }

    .logo {
        width: 201px
    }

    .categories-button {
        width: 201px
    }

    .search-button {
        width: 201px
    }

    .menu-container {
        width: calc(100% - 271px)
    }

    .games-slides-text {
        bottom: 15%
    }
}

@media (max-width: 575px) {
    .logo-container {
        width: 111px
    }

    .logo {
        width: 66px
    }

    .categories-button {
        width: 86px;
        left: 15px
    }

    .search-button {
        width: 86px;
        left: 15px
    }

    .menu-container {
        width: calc(100% - 121px)
    }

    .big-logo {
        display: none
    }

    .small-logo {
        display: block
    }

    .logo-container .active {
        left: 20px !important
    }

    .games-slides-text {
        bottom: 19%
    }
}



*, *::before, *::after {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #97bfe3;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

pre, code, kbd, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, liberation mono, courier new, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=radio], input[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}



.card-game img {
    max-height: 160px;
    height: 160px;
}

.index_game_content{
    overflow:hidden;
    word-wrap: break-word;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    margin: auto;
    font-size: 13px;
    font-weight: normal;
    color: #fff6f6;
    line-height: 1rem;
}

@media screen and (max-width: 468px){
    .row{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 768px){
    .text_pc{
        display:none;
    }
}

@media screen and (min-width: 768px){
    .text_mobile{
        display:none;
    }
}

.box-title{
    margin-top: 1rem;
}

.logo_title{
    font: bold 100px "Comic Sans MS";
    text-shadow: 0 0 20px #fdec84,
    10px -10px 30px #ffae35,
    20px -20px 40px #ec760c,
    -20px -60px 50px #cd4607,
    0px -80px 60px #973717,
    10px -40px 70px #451b0e;
    color: #fff;
}

@media screen and (max-width: 568px) {
    .logo_title{
        font-size: 1.3rem;
        margin-left: .2rem;
    }
}
@media screen and (min-width: 568px) {
    .logo_title{
        font-size: 2.5rem;
    }
}

.play_now{
    width:50%;
    border-radius: 15px;
    font-size: 2.3rem;
    text-align:center;
    background: #0a53be;
    margin: 1rem auto;
    font-weight: bold;
    padding-bottom: .3rem;
}

.play_now a{
    color: #fff;
    text-decoration: auto;
}

.adBox {
    width: calc(100% + 2rem - 20px);
    margin-left: calc(-1rem + 10px);
    border-radius: 8px;
    margin-top: 30px;
    margin-bottom: 30px;
    height: auto;
    display: flex;
    justify-content: center;
    background-color: #CCCCCC;
    color: #000;
}

.adBox0 {
    width: 100%;
    overflow: hidden;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding: 15px 0 15px 0;
}
