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 {
    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;
    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 {
    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"] {
    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;
}

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

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: Lato,-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: 16px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #070c14;
    font-weight: 600;
}

a{
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
    outline: none;
    color: #337ab7;
}

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;
    outline: none;
}

button {
    -webkit-transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    -moz-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: 1290px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    width: 100%;
}

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

.d-block {
    display: block;
}

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

.d-flex {
    display: flex;
}

.d-r-flex {
    display: flex;
    flex-wrap: wrap;
}

.d-c-flex {
    display: flex;
    flex-direction: column;
}

.sp {
    justify-content: space-between;
}

.jc {
    justify-content: center;
}
.center-box{
    display: flex;
    align-items: center;
}
.center-middle{
    display: flex;
    align-items: center;
    justify-content: center;
}
.bz {
    box-sizing: border-box;
}

.p-r {
    position: relative;
}

.bg-fff {
    background-color: #fff;
}

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

.text-overflow {
    overflow: hidden;
    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 {
    justify-content: flex-start;
}

.flex-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 {
    align-items: center;
}
.loadingImage {
    width: 50px;
    height: 50px;
    background-color: transparent!important;
    animation: loadingAnimation 1s linear infinite;
}
@keyframes loadingAnimation {
    to {
        transform: rotate(360deg);
    }
}
.uk-grid-wrapper{
    margin-bottom: 30px;
}
.uk-grid-clayover {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit,144px);
    grid-template-rows: repeat(auto-fit,144px);
    grid-auto-flow: dense;
    justify-content: center;
}

.uk-grid-game{
    box-sizing: border-box;
}

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

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

.uk-span-3x3 {
    grid-column-end: span 3;
    grid-row-end: span 3;
}
.uk-span-ads{
    display: flex;
    align-items: center;
    justify-content: center;
}
.clear {
    clear: both;
}
.throw-ads-970x90, .throw-ads-300x600, .throw-ads-160x600, .throw-ads-300x250, .throw-ads-768x90, .throw-ads-468x60{
    display: none;
}
.make-ads{
    padding:10px;
}
/*menu*/
header{
    background-color: #0B2F42;
    border-bottom: 2px solid rgba(2, 79, 123, 1);
}
.navbar{
    padding: 10px 0;
    box-sizing: border-box;
    overflow: hidden;
    font-weight: 700;
}
.site-logo{
    height: 50px;
    margin-right: 20px;
}
.list-menu-headerbar{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.list-menu-headerbar li{
    display: flex;
    white-space: nowrap;
}
.list-menu-headerbar li a{
    padding: 13px 10px;
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
}
.list-menu-headerbar li a:hover{
    color: aqua;
}
.mobile-menu-bar .list-menu-headerbar{
    flex-wrap: wrap;
    justify-content: flex-start;
}
.mobile-menu-bar .list-menu-headerbar li a{
    padding: 15px 7px;
}
.mobile-menu-bar{
    display: none;
}
.icon-search{
    width: 45px;
    height: 45px;
    justify-content: flex-end;
    cursor: pointer;
}
.fixed-menu-mobile{
    width: 100%;
    max-width: 531px;
    padding: 50px 15px 30px;
    box-sizing: border-box;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #252f3f;
    z-index: 999;
    transition: transform 0.5s ease-in-out;
    transform: translateX(100%);
}
.fixed-menu-mobile::-webkit-scrollbar {
    display: none;
}
.fixed-menu-mobile {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.form{
    padding: 0 7px;
}
.txt-search{
    width: 100%;
    height: 50px;
    border-radius: 7px;
    border: 0;
    font-size: 21px;
    padding: 0 15px;
    color: #252f3f;
    background-color: #edf4ff;
    outline: 0;
}
.txt-search::placeholder{
    color: #b1b9c6;
}
.h2-title{
    padding: 15px 7px;
}
.flex-greedy-game{
    display: flex;
    flex-wrap: wrap;
}
.game-bound{
    width: 167px;
    padding: 7px;
}

.game-image > img{
    border-radius: 5px;
    display: block;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.game-no-title:hover > img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.opacity-box{
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 998;
    display: none;
}
.nav-close{
    position: absolute;
    top: 5px;
    right: 22px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #ccc;
    opacity: 0.9;
    border-radius: 5px;
    cursor: pointer;
    display: none;
}
/*game_item*/
.main-wrapper{
    min-height: 90vh;
}
.main-wrapper > .container{
    background-color: #252f3f;
    border-left: 5px solid #181c22;
    border-right: 5px solid #181c22;
    padding-top:20px;
    padding-bottom: 20px;
}
.game-bound-each{
    padding:7px;
    width: 250px;
}
.header-box-title{
    padding: 0 7px;
}
.h1-title{
    color: rgba(204, 230, 245, 1);
    margin-top: 15px;
    margin-bottom: 20px;
    color: white;
    text-shadow: 0 1px 0 #ccc, 0 1px 0 #c9c9c9, 0 2px 0 #bbb, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
    text-transform: capitalize;
}
.game-article{
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0 0 5px 5px;
    box-shadow: inset 0 -4px 0 rgb(0 0 0 / 20%);
    background-color: #a349a3;
    padding:5px 10px;
    text-align: center;
    position: relative;
    top: -3px;
    text-transform: capitalize;
    font-size: 16px;
}
.game-had-title:hover .game-article{
    background-color: #4f89ab;
}

.header-box-title{
    text-align: left;
}

.row-filter{
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
.site-sort{
    padding: 6px 12px;
    margin-right: 2px;
    color: #fff;
    background-color: #196d9e;
    border-bottom: 2px solid rgba(2, 79, 123,1);
    border-top: 1px solid #CCD8DE;
    text-decoration: none;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.site-sort > svg{
    width: 18px;
    height: 16px;
    margin-right: 5px;
}
.sort-default{
    border-radius: 5px 0 0 5px;
}
.sort-trending{
    border-radius: 0 5px 5px 0;
}
.site-sort:hover{
    background-color: #519bc5;
    color: #fff;
    text-shadow: 1px 1px 1px #007671;
    border-bottom: 2px solid #007671;
}
.active{
    background-color: #519bc5;
    color: #fff;
    text-shadow: 1px 1px 1px #007671;
    border-bottom: 2px solid #007671;
}
/*bread crumb*/
.bread-crumb-item{
    display: flex;
    text-transform: capitalize;
}
.bread-after:before{
    content: "»";
    margin: 0 5px;
}
.overwrite-breadcumb a:last-child{
    cursor: default;
}
/*game_play*/

.overflow-play{
    padding: 15px;
}
.box-inner-gameplay{
    display: flex;
}
.box-game-relate{
    width: 501px;
    min-width: 501px;
    margin-left: 15px;
    clear: both;
}
.box-frame{
    width: 100%;
    margin-top:7px;
}
.box-category-game{
    width: 167px;
    min-width: 167px;
}
.box-ads-v-game .game-bound{
    display: inline-block;
    float: left;
}

.box-ads-v-game .throw-ads-300x600, .box-ads-v-game .throw-ads-160x600{
    float: right;
    min-height: 693px;
    padding-top: 7px;
}
.box-content{
    background: #152432;
    padding: 15px;
    margin-top: 27px;
    line-height: 2;
    color: #ddd;
}

.box-content h2, .box-content h3, .box-content h4, .box-content h5{
    font-weight: 600;
    text-transform: capitalize;
}
.box-content ul, .box-content ol{
    padding-left: 40px;
    list-style: disc;
}
.box-content li{
    list-style: disc;
}
.us-sticker{
    color: #111;
    background-color: #CCE6F5;
    display: inline-block;
    padding: 3px 15px;
    text-transform: lowercase;
    margin-right: 10px;
    margin-bottom: 10px;
}
.us-sticker:hover{
    text-decoration: underline;
}

/*footer*/
.footer{
    padding-top: 20px;
    background-color: #0B2F42;
    border-top: 2px solid rgba(2, 79, 123, 1);
    color: #5791a8;
}
.link{
    color: #96c6d9;
    padding: 5px 5px;
    display: inline-block;
    margin: 0 5px;
    font-size: 14px;
}
.link:hover{
    text-decoration: underline;
}
.footer div.text-center{
    font-size: 13px;
    color: #337ab7;
}
/*pagination*/
.pagination{
    margin: 20px 0;
}
.s_paging{
    text-align: center;
}
.next_page{
    display: inline-block;
    padding: 8px 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    position: relative;
    margin: 0 8px;
    transition: 0.2s;
    color: #fff;
    background-color: #4f89ab;
    cursor: pointer;
    box-shadow: inset 0 -4px 0 rgb(0 0 0 / 20%);
}
.next_page:hover{
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.active_{
    cursor: default;
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.active_:hover{
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.throw-ads-160x600{
    width: 160px;
    min-width: 160px;
    margin: 0 auto;
}
.throw-right-side{
    margin-left: 20px;
}
/*not_found*/
.search_found{
    overflow: hidden;
    box-sizing: border-box;
    color: #fff;
}
.search_found ul{
    list-style-type: disc;
}
.search_found ul li{
    list-style-type: disc!important;
    list-style-position: inside;
}
.comment-box-app{
    margin: 0 -8px;
}
.loading_page{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    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);
}
@media (min-width:768px){
    .container{
        width: 750px;
    }
}
@media (min-width:992px){
    .box-game-relate{
        width: 167px;
        min-width: 167px;
    }
    .container{
        width: 970px;
    }
    .throw-ads-160x600{
        display: inline-block;
    }
}

@media (min-width:1200px){
    .box-game-relate{
        width: 334px;
        min-width: 334px;
    }
    .throw-ads-160x600{
        display: inline-block;
    }
    .throw-ads-768x90{
        display: block;
    }
    .container{
        width: 1170px;
    }
}
@media (min-width:1290px){
    .container{
        width: 1290px;
    }
}
@media (min-width:1500px){
    .box-game-relate{
        width: 501px;
        min-width: 501px;
    }
    .throw-ads-300x600{
        display: inline-block;
    }
    .throw-ads-160x600{
        display: none;
    }
    #iframehtml5{
        height: 535px;
    }
}
@media(min-width:1440xp) and (min-height:755px){
    #iframehtml5{
        height: 500px;
    }
}
@media (min-width:1919px){
    #iframehtml5{
        height: 640px;
    }
}
@media (max-width:1199px){
    .throw-ads-468x60{
        display: block;
    }
}
@media (max-width:991px){
    .flex-greedy-game{
        justify-content: center;
    }
    .box-inner-gameplay{
        flex-wrap: wrap;
    }
    .box-game-relate{
        width: 100%;
        margin-left: 0;
        margin-top:20px;
        min-width: unset;
    }
    .box-ads-v-game .game-bound{
        float: none;
        margin:0;
    }
    .box-ads-v-game{
        text-align: center;
    }
}
@media (max-width:767px){
    .container{
        width: 100%;
    }
    .nav-close{
        display: flex;
    }
    .on-hidden-mobile{
        display: none!important;
    }
    .mobile-menu-bar{
        display: block;
    }
}
@media (max-width:568px){
    .throw-ads-468x60{
        display: none;
    }
    .make-ads{
        display: none;
    }
}