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;
}
p{
	margin-bottom: 15px;
	font-size: 16px;
	color: #000;
}

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

html {
    font-family: "Roboto",Arial,sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #666;
    background: #000;
}

body {
    position: relative;
    background: #222;
}

a{
    cursor: pointer;
    background-color: transparent;
    outline: none;
    color: #49b;
    text-decoration: none;
}
img{
    /*vertical-align: middle;*/
}
ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4 {
    font-weight: normal;
    margin: 0;
	margin-bottom: 15px;
}

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;
    -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: 1174px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

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

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

.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;
}
.center-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.shadow-box{
    overflow: hidden;
    border-radius: 10px;
    margin: 15px 7px 0 8px;
    box-shadow: 0 0 12px rgb(0 0 0 / 30%);
}
.grid-clayover {
    display: grid;
    grid-gap: 20px;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, 174px);
    grid-auto-flow: dense;
    justify-content: center;
}

.grid-item {
    position: relative;
}
.a-grid{
    background-color: rgba(255,255,255,0.1);
    border-radius: 0.5rem;
    box-shadow: 0 0 0.5rem rgb(0 0 0 / 25%);
    display: flex;
    flex-direction: column;
    padding: 8px;
    transform-origin: center center;
    transition: all 0.2s linear;
}
.span-2x1 {
    grid-column-end: span 2;
}

.span-2x2 {
    grid-column-end: span 2;
    grid-row-end: span 2;
    height: 220px;
}

.span-3x3 {
    grid-column-end: span 3;
    grid-row-end: span 3;
    height: 340px;
}

.clear {
    clear: both;
}

/*menu*/
.menu-header-bar {
    width: 100%;
    height: 92px;
    display: flex;
    box-sizing: border-box;
    border-bottom: solid 1px #000;
    box-shadow: 0px 0px 8px 0px #333;
    background-color: #2b2b2b;
}
.site-logo {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 5px 5px 0 15px;
}
.menu-header-right{
    width: 100%;
    overflow: hidden;
}
.icon-menuheader{
    width: 17px;
    height: 19px;
    margin-right: 10px;
}
.site-search{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 50px;
    border-bottom: solid 1px #444;
    background: url(../imgs/bg-header.png) 0 30% no-repeat, linear-gradient(to right, #333 0, #333 100px, #222 100px, #222 100%);
}
.form {
    background-color: #333;
    color: #ddd;
    position: relative;
    right: 15px;
    width: 300px;
    border-radius: 5px;
}
.form-search {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: inherit;
    padding: 8px 40px 8px 15px;
    border: solid 1px #000;
    border-radius: 5px;
}
.form-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    cursor: pointer;
}
.form-search:focus{
    background-color: #000;
    border: solid 1px #444;
}
.site-nav{
    padding-right: 15px;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.nav-menu ul li{
    text-align: center;
    border-right: solid 1px #444;
    line-height: 28px;
    white-space: nowrap;
}
.a-nav-menu{
    display: block;
    font-weight: 500;
    color: #ccc;
    margin: 4px 10px;
    font-size: 15px;
    min-width: 80px;
    border-bottom-style: solid;
    border-width: 2px;
    text-transform: capitalize;
}
.a-nav-menu:hover{
    color: #fff;
}
.mobile-menuheader-bar{
    display: flex;
    align-items: center;
    height: 60px;
    box-sizing: border-box;
    padding: 0 15px;
    border-bottom: solid 1px #000;
    box-shadow: 0px 0px 8px 0px #333;
    background-color: #2b2b2b;
}
.button-mobile-menu {
    width: 44px;
    height: 44px;
    align-items: center;
    cursor: pointer;
    display: flex;
    position: relative;
}

.line {
    width: 100%;
    height: 3px;
    background-color: #f6f6f6;
    position: relative;
    transition: all .5s ease-in-out;
    display: block;
    max-width: 30px;
}

.line:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #f6f6f6;
    transition: all .5s ease-in-out;
}

.line:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #f6f6f6;
    transition: all .5s ease-in-out;
}

.line.active {
    background-color: transparent;
}

.line.active:before {
    top: 0;
    transform: rotate(45deg);
}

.line.active:after {
    top: 0;
    transform: rotate(135deg);
}
.mobile-search-icon{
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    margin-left: auto;
}
.form-mobile{
    padding: 10px 15px;
    background-color: #222;
    display: none;
}
.ex-form-mobile .form-search{
    padding: 8px 15px;
    background-color: #ddd;
    color: #222;
    border: 0;
    font-size: 13px;
}
.mobile-popup{
    position: fixed;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 0 10px #000;
    background-color: #f6f6f6;
    transform-origin: 0 0;
    transition: left 0.5s;
    width: 220px;
    top: 0;
    left: -220px;
    z-index: 999;
    overflow-y: auto;
}
.hidden-popup-bar{
    height: 60px;
    border-top: solid 1px #fff;
}
.navclose{
    width: 45px;
    height: 100%;
    background: #e5e5e5;
    border-right: solid 1px #ccc;
    cursor: pointer;
    box-sizing: border-box;
}
.mobile-list{
    border-top: 1px solid #ccc;
}
.mobile-list li{
    display: flex;
    align-items: center;
    transition-delay: 2s;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #ccc;
}
.mobile-list li > a{
    width: 100%;
    box-sizing: border-box;
    padding: 15px 15px 15px 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #666;
    font-size: 14px;
    border-left: solid 8px;
    border-color: #444;
    margin-left: 1px;
}
/*game_item*/
#main {
    overflow: hidden;
    display: block;
    min-height: calc(100vh - 155px);
    padding-bottom: 15px;
    background: #fff;
}
.page-wrapper{
    display: flex;
    justify-content: center;
}
.mainside{
    width: 1176px;
}
.subside{
    max-width: 345px;
    width: 100%;
    display: none;
}
.content-box{
    background-color: #eee;
}
.header-box{
    overflow: hidden;
    border: solid 1px #d3d3d3;
    border-radius: 8px;
    margin: 15px 15px 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}
.main-title{
    color: #fff;
    padding: 0 100px 0 15px;
    font-size: 19px;
    font-weight: 700;
    line-height: 40px;
    white-space: nowrap;
    background-image: url(../imgs/bg-title.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #000;
}
.main-title h1, .main-title h2{
    font-size: inherit;
    text-transform: capitalize;
    font-weight: 500;
}
.flex-flow{
    display: flex;
    flex-wrap: wrap;
    padding: 10px 5px 0 5px;
    margin-bottom: 15px;
}
.article{
    overflow: hidden;
    position: relative;
    width: 190px;
    margin: 0 0 10px 10px;
    border-radius: 10px;
    padding: 12px 13px 10px 13px;
    background: linear-gradient(to bottom, #fff 0%, #f7f7f7 100%) no-repeat;
    border: solid 1px #d5d5d5;
    transition: 0.2s ease;
}
.game-box-title{
    padding: 7px 2px 0 2px;
    line-height: 18px;
}
.game-title{
    color: #666;
    font-weight: 700;
    text-transform: capitalize;
}
.game-info{
    display: flex;
    align-items: center;
}
.game-info > img{
    margin-left: 2px;
}
.article-image{
    border-radius: 6px;
    transition: 0.2s ease;
}
.game-flow-category:before{
    content: "-";
    margin: 0 5px;
}
.article:hover .article-image{
    filter: brightness(1.2);
    transform: scale(0.95);
}
.article:hover{
    border-color: #fff;
}
.op{
    overflow: hidden;
    border-radius: 6px;
    color: #fff;
    margin: 15px 7px 0 8px;
    background: rgba(255,255,255,0.12);
    box-shadow: 0 0 12px rgb(0 0 0 / 30%);
}
.p-15{
    padding: 15px;
}
.top-new{
    height: 40px;
    font-size: 17px;
    padding-left: 10px;
    font-weight: 500;
}
.top-new h2{
    font-size: inherit;
    line-height: 40px;
    font-weight: 500;
    text-transform: capitalize;
}
.sub-article{
    overflow: hidden;
    border-radius: 8px;
    margin: 13px 0 0 9px;
    box-shadow: 0 0 8px rgb(0 0 0 / 35%);
    width: 160px;
    height: 92px;
}
.sub-article:hover .article-image{
    filter: brightness(1.2);
}
.about-site{
    line-height: 1.65;
    padding: 30px 15px;
}
.about-site h1, .about-site h2, .about-site h3, .about-site h4, .about-site h5, .about-site h5{
    font-weight: 500;
    text-transform: capitalize;
}
.about-site ul, .about-site ol{
    list-style: disc;
    padding-left: 40px;
}
.about-site li{
    list-style: disc;
}
.loadingImage {
    animation: loadingAnimation 1s linear infinite;
}

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

/*game_play*/
.a-game-tags{
    padding: 4px 20px;
    margin: 3px 5px 3px 0;
    text-align: center;
    white-space: nowrap;
    color: #666;
    font-weight: 500;
    border-radius: 15px;
    background-color: #fafafa;
    border: solid 1px #bbb;
    border-left: none;
    transition: all 0.3s ease;
    background: linear-gradient(#48a 100%, #fafafa 0%) no-repeat, #f9f9f9;
    background-size: 7px 100%;
    display: inline-block;
    text-transform: lowercase;
}
.a-game-tags:hover{
    background-size: 100% 100%;
    color: #fff;
    border-color: #eee;
}
#comments_area{
    color: inherit!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;
}

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

/*pagination*/

.pagination {
    margin-top:15px;
    margin-bottom:25px;
    text-align: center;
}

.next_page {
    font-size: 14px;
    padding: 10px 15px;
    margin: 0 5px;
    font-weight: 500;
    border-radius: 8px;
    color: #777;
    border: 1px solid #ccc;
    background: #fff;
    transition: 0.2s ease;
    -webkit-transition: .2s ease;
    cursor: pointer;
    display: inline-block;
}

.next_page:hover {
    color: #eee;
    border: 1px solid #333;
    background: #333;
}

.active_ {
    color: #eee;
    border: 1px solid #333;
    background: #333;
    cursor: default;
}

/*footer*/

.footer {
    text-align: center;
}

.link {
    display: inline-block;
    padding: 15px;
    color: #aaa;
    border-left: solid 1px #333;
}
.footer .link:last-child{
    border-right: solid 1px #333;
}
.link:hover {
    background-color: #111;
}
.totop{
    position: fixed;
    right: 15px;
    bottom: 15px;
    background: #333;
    width: 55px;
    height: 55px;  
    border-radius: 50%;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    visibility: hidden;
    z-index: -1;
}
.totop svg{
    width: 20px;
    height: 20px;
    fill: #ddd;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    position: relative;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.totop:hover{
    background-color: #444;
}
.totop:hover svg{
    top: -2px;
}
.throw-ads-300x250, .throw-ads-468x60, .throw-ads-970x90, .throw-ads-160x600, .throw-ads-768x90{
    display: none;
}
.throw-ads-300x250{
    margin-bottom: 10px;
}
.throw-ads-970x90, .throw-ads-768x90, .throw-ads-468x60{
    margin-top:10px;
    margin-bottom: 10px;
}
.blue{
    color: #09ffea;
}
.green{
    color: #5dff4b;
}
.red{
    color: #ff2b2b;
}
.orange{
    color: #f27b3e;
}
.yellow{
    color: #ffef4b;
}
.violet{
    color: #9258e3;
}
.pink{
    color: #ff4bde;
}
.cookie{
    color: #fbc574;
}
.size-12{
    font-size: 12px;
}
.size-13{
    font-size: 13px;
}
.size-13{
    font-size: 13px;
}
.size-14{
    font-size: 14px;
}.size-15{
    font-size: 15px;
}.size-16{
    font-size: 16px;
}
.size-17{
    font-size: 17px;
}
.size-18{
    font-size: 18px;
}
.size-19{
    font-size: 19px;
}
.size-20{
    font-size: 20px;
}
#desktop-header{
    display: none;
}
@media (min-width:720px){
    .mainside{
        width: 719px;
    }
    #desktop-header{
        display: block;
    }
    #mobile-header{
        display: none;
    }

}
@media (min-width:1065px){
    .subside{
        display: block;
    }
    .totop{
        visibility: visible;
        z-index: 2;
    }
    .throw-ads-300x250, .throw-ads-300x600, .throw-ads-160x600{
        display: block;
    }
}
@media (min-width:1293px){
    .mainside{
        width: 948px;
    }
    .throw-ads-768x90{
        display: block;
    }
}
@media (min-width:1600px){
    .mainside{
        width: 1176px;
    }
    #iframehtml5{
        height: 600px;
    }
    .throw-ads-970x90{
        display: block;
    }
    .throw-ads-768x90{
        display: none;
    }
}
@media (min-width:1991px){
    .mainside{
        width: 1404px;
    }
    #iframehtml5{
        height: 720px;
    }
}
@media (max-width: 1292px){
    .throw-ads-468x60{
        display: block;
    }
}
@media (max-width: 719px){
    .flex-flow{
        justify-content: center;
    }
    .mainside{
        width: 100%;
    }
}
@media (max-width: 500px){
    .throw-ads-468x60{
        display: none;
    }
}