
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 {
	display:block;
    text-align: center;
    background: transparent;
    font-size: 11px;
    margin: 0;
    padding: 0;
    color: #b3b3b3;
    opacity: 0.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;
}* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
}

body {
    margin: 0;
    font-family: Poppins, sans-serif;
    font-family: Kelson, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 400;
    line-height: 1.5;
    background-color: #2b2e64;
}

a {
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
    outline: none;
}

i {
    cursor: pointer;
    margin: 0!important;
}

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;
    -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;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 0 16px;
}

.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;
    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;
}

#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;
}

.grid-clayover {
    display: grid;
    grid-gap: 15px;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, 125px);
    grid-template-rows: repeat(auto-fit, 125px);
    justify-content: center;
}

.grid-item {
    position: relative;
    border-radius: 10px;
    border: 3px solid #fff;
    overflow: hidden;
    cursor: pointer;
    height: 119px;
    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*/

header {
    width: 100%;
    background: #fff;
    /*top: 0;*/
    z-index: 999;
    /*position: fixed;*/
    background-color: #fbe10a;
}

.navigation {
    width: 100%;
    position: relative;
    justify-content: space-between;
    height: 105px;
}

.top-navigation {
    border-bottom: 1px solid #e1ca0c;
    background-image: url(../imgs/mini_bg.svg);
    background-position: 50% 0;
    background-repeat: no-repeat;
}

.form-search {
    height: 44px;
    display: flex;
    align-items: center;
    padding: 0 6px;
}

.form {
    width: 360px;
    height: 30px;
    position: relative;
    margin-left: auto;
}

.txt-search {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 6px 10px;
    color: #ffe300;
    background-color: #2d3069;
}

.txt-search::placeholder {
    color: #ffe300;
}

.txt-button {
    position: absolute;
    width: 30px;
    top: 0;
    right: 0;
    height: 100%;
    box-sizing: border-box;
    padding: 6px;
    cursor: pointer;
}

.bottom-navigation {
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 40%);
}

.box-bottom-navigation {
    height: 60px;
    position: relative;
    display: flex;
    overflow: hidden;
    padding: 0 6px;
}

.nav-logo {
    padding-right: 12px;
}

.nav-logo a {
    width: 84px;
    height: 50px;
}

.icon-menu {
    position: absolute;
    top: 50%;
    right: 6px;
    background-color: #2d3069;
    color: #fff;
    padding: 10px 16px;
    text-transform: uppercase;
    cursor: pointer;
    transform: translateY(-50%);
    border-radius: 16px;
    font-weight: 600;
    overflow: hidden;
    display: none;
    font-size: 14px;
}

.menu-header-bar {
    height: 100%;
}

.menu-header-bar ul li {
    height: 100%;
    box-sizing: border-box;
    padding-right: 12px;
    padding-left: 12px;
}

.menu-header-bar ul li a {
    text-transform: capitalize;
    color: #2d3069;
    font-weight: bold;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #ffe300;
    font-size: 14px;
}

.menu-header-bar ul li a:hover {
    background-color: #2d3069;
    color: #fff;
}

.menu-header-bar ul li a:hover svg {
    fill: #fff;
}

/*mobile menu*/

.mobile-menu-box {
    background-color: #161649;
    /*position: fixed;*/
    /*top: 105px;*/
    /*left: 0;*/
    width: 100%;
    z-index: 99;
    display: none;
    overflow-y: auto;
    max-height: 400px;
}

.inner-mobile-menu {
    padding: 0 6px;
    color: #fff;
}

.inner-mobile-menu a {
    text-transform: uppercase;
    padding: 12px 0;
    color: #fff;
    font-weight: 600;
}

/*game_item*/

.app {
    min-height: 90vh;
    overflow: hidden;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

.big-banner {
    height: 105px;
    display: none;
}

.each-list-game {
    padding-top: 12px;
    display: flex;
    flex-wrap: wrap;
}

.article-game {
    width: 312px;
    box-sizing: border-box;
    padding: 0 6px;
    display: inline-block;
    height: 232px;
    overflow: hidden;
    margin-bottom: 6px;
    transition: transform .125s ease-out;
    position: relative;
}

.article-game a {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
}

.article-game:hover {
    transform: scale(0.99);
    opacity: 0.9;
}

.article-game-imagine {
    width: 100%;
    height: 172px;
    position: relative;
    overflow: hidden;
}

.article-game-title {
    width: 100%;
    height: 60px;
}

.article-game-icon {
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    transition: 0.5s;
    background: #ea212e;
    border-radius: 100%;
    opacity: .85;
    transition: 0.3s;
}

.article-game:hover .article-game-icon {
    transform: scale(1.1);
    animation: jiggle 0.3s;
}

.article-game-title {
    text-align: left;
    background-color: #ffe300;
    color: #2d3069;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

@keyframes jiggle {
    0% {
        transform: rotate(0);
    }
    20% {
        transform: rotate(10deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    60% {
        transform: rotate(10deg);
    }
    80% {
        transform: rotate(-10deg);
    }
    to {
        transform: rotate(0);
    }
}

.header-title {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    padding: 0 6px;
    box-sizing: border-box;
}

.header-title h1 {
    color: #ffe300;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.loading-box {
    text-align: center;
    margin: 10px 0;
}

.loadingImage {
    animation: loadingAnimation 1s linear infinite;
}

@keyframes loadingAnimation {
    to {
        transform: rotate(360deg);
    }
}

/*game_play*/

.game_play {
    background-color: #161649;
}

.game_play {
    background-color: #161649;
}

.play-box-game {
    display: flex;
}
.focus-game {
    width: 100%;
}
.game-relate {
    width: 400px;
    display: none;;
}

.inner-game {
    padding: 0 6px;
}

.content-game {
    background-color: #fff;
    padding: 24px;
    color: #2d3069;
    font-size: 16px;
    line-height: 2;
}

.content-game h3 {
    font-weight: 600;
    font-size: 20px;
}

.content-game a {
    color: #ea212e;
}

.content-game a, .content-game strong, .title-game-slug {
    font-weight: 600;
}
.content-game ul, .content-game ol{
    padding-left: 40px;
    list-style: disc;
}
.content-game li{
    list-style: disc;
}
.title-game-slug {
    font-size: 30px;
    text-transform: capitalize;
}

.gt-game {
    display: inline-block;
    padding: 2px 12px;
    color: #ffe300!important;
    background-color: #2d3069;
    border-radius: 4px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 6px;
    margin-right: 6px;
    transition: 0.1s;
}

.gt-game:hover {
    transform: translateY(-3px);
}

.cate-tag-game {
    margin-top: 30px;
}

.w-50 {
    width: 50%;
}

.similar-game {
    display: flex;
    background-color: #1d2056;
    color: #fff;
    height: 108px;
    overflow: hidden;
    margin-bottom: 12px;
}

.similar-game:hover .game-content-similar {
    background-color: #fff;
    color: #161649;
}

.relate-game-title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 22px;
}

.game-content-similar {
    box-sizing: border-box;
    padding: 12px 20px;
}

.game-content-title {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
}

.header-about-game {
    padding: 10px 6px 0;
    color: #fff;
}

.header-about-game h2 {
    border-bottom: 2px dashed #7a7db5;
}

.comment-box-app {
    margin-top: 16px;
    margin-left: -8px;
    margin-right: -8px;
}

#rating {
    font-size: 13px!important;
}

.expand {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 36px;
    height: 36px;
    padding: 5px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 4px;
}

.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;
}

/*pagination*/

.pagination {
    margin: 40px 0;
    text-align: center;
}

.next_page {
    width: 60px;
    height: 44px;
    border-radius: 4px;
    background-color: #161649;
    margin: 2px;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: 44px;
    font-size: 20px;
}

.next_page:hover {
    background-color: #ffe300;
    color: #2d3069;
}

.active_ {
    cursor: default;
    background-color: #ffe300;
    color: #2d3069;
}

.active_:hover {
    background-color: #ffd35d!important;
    color: #fff;
}

/*footer*/

footer {
    /*background-color: #161649;*/
    padding: 20px 0;
    text-align: center;
}

.footer-menu-header {
    background-color: #161649;
    padding: 10px 0;
}

.inner-row-footer {
    text-align: center;
}

.link {
    display: inline-block;
    margin-right: 15px;
    padding: 15px 25px;
    color: #f0ece7;
    border-right: 1px solid #424281;
    font-weight: 600;
    text-transform: capitalize;
}

.link:hover {
    color: #fff;
}
.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);
}
#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    font-size: 20px;
    color: #2d3069;
    background-color: #ffe300;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: 0.2s;
    font-family: sans-serif;
}

#back-to-top:hover {
    color: #fff;
}
#recent-game, #recent-game-mobile{
	display: none;
}

.cookie-setting{
	right: 13px;
	width: 100%;
	bottom: 0;
	left: 0;
	margin: 0;
	opacity: 1;
	padding: 15px;
	line-height: 1.5em;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	overflow: hidden;
	position: fixed;
	z-index: 9999;
	background-color: #FFF;
	box-shadow: -2px -5px 34px -7px rgb(0 0 0 / 49%);
	box-sizing: border-box;
	display: none;
	
}
.cookie-content{
	color: #111;
	font-size: 14px;
}
.list-cookie-choice{
	text-align: right;
}
.cookie-choice{
	text-align: center;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	cursor: pointer;
	border-radius: 0.25rem;
	color: #FFF;
	margin-top: 10px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	color: #FFF;
	background-color: #2980b9;
	margin: 5px 5px 0;
	display: inline-block;
}
.reject-choice{
	background-color: #c0392b;
}
.throw-ads-970x90, .throw-ads-768x90, .throw-ads-300x600, .throw-ads-300x250, .throw-ads-468x60{
    display: none;
}
@media (min-width:992px) and (max-width:1279px) {
    .container {
        width: 968px;
    }
}

@media (max-width:991px) {
    .icon-menu {
        display: block;
    }
    .menu-header-bar {
        display: none;
    }
    .container {
        width: 656px;
    }
    .throw-ads-468x60{
        display: block;
    }
}

@media (max-width:750px) {
    .container {
        width: 100%;
    }
    .each-list-game {
        justify-content: center;
    }
}
@media (max-width:567px) {
    .throw-ads-468x60{
        display: none;
    }
}
@media (max-width:340px) {
    .article-game {
        max-width: 300px;
        width: 100%;
    }
}
@media (min-width: 992px){
    .throw-ads-768x90{
        display: block;
    }
	.mobile-menu-box{
		display: none!important;
	}
}
@media (min-width:1280px) {
    .game-relate{
        display: block;
    }
    .focus-game {
        width: 848px;
    }
    .throw-ads-970x90, .throw-ads-768x90, .throw-ads-300x250{
        display: block;
    }
    .throw-ads-300x250{
        display: block;
    }
}
@media (min-width:1919px) {
    .throw-ads-300x600{
        display: block;
    }
    .throw-ads-300x250{
        display: none;
    }
    #iframehtml5{
        height: 567px;
    }
}