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; */
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: #cecece
}

.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: #9fcf93;
    color: #000;
}

a {
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
    color: inherit;
    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: #E45C37;
}

.navigation {
    width: 100%;
    position: relative;
    justify-content: space-between;
    /* height: 105px; */
	padding: 0.5rem 0;
	box-shadow: 0 2px 3px 0 rgb(0 0 0 / 40%);
}

.top-navigation {
    border-bottom: 1px solid #FFF000;
    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; */
	margin-left:auto;
}
.form-search form{
	position: relative;
}
.navigation form {
    width: 220px;
    height: 30px;
    margin-left: auto;
}

.txt-search {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 6px 10px;
    color: #E45C37;
    background-color: #ffffff;
}

.txt-search::placeholder {
    color: #E45C37;
}

.txt-button {
    position: absolute;
    width: 30px;
    top: 0;
    right: 0;
    height: 100%;
    box-sizing: border-box;
    padding: 6px;
}

.box-bottom-navigation {
    /* height: 60px; */
    position: relative;
    display: flex;
    overflow: hidden;
    padding: 0 6px;
	align-items: center;
}

.nav-logo {
    padding-right: 12px;
}

.nav-logo a {
    /* width: 100px; */
    /* height: 24px; */
}

.icon-menu {
    /* position: absolute; */
    /* top: 50%; */
    /* right: 6px; */
    background-color: #fff;
    color: #000;
    padding: 12px 16px;
    text-transform: uppercase;
    cursor: pointer;
    /* transform: translateY(-50%); */
    border-radius: 16px;
    font-weight: 600;
    overflow: hidden;
    display: none;
    font-size: 14px;
	align-items: center;
    justify-content: center;

}

.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: #ffffff;
    font-weight: bold;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #E45C37;
    font-size: 16px;
}

.menu-header-bar ul li a:hover {
    color: #FFF000;
}

.menu-header-bar ul li a svg {
    fill: #fff;
}

/*mobile menu*/

.mobile-menu-box {
    background-color: #E45C37;
    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;
}
.mobile-menu-box .form-search{
	display:none;
	padding: 12px 0;
	height: auto;
}
/*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;
}

.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: #E45C37;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 15px;
    display: flex;
    align-items: center;
    box-shadow: 0px 3px 9px #E45C37b3;
}

@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 {
    font-weight: 600;
    font-size: 20px;
    padding: 0 6px;
    box-sizing: border-box;
}

.header-title h1 {
    /* color: #E45C37; */
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: revert;
}

.loading-box {
    text-align: center;
    margin: 10px 0;
}

.loadingImage {
    animation: loadingAnimation 1s linear infinite;
}

@keyframes loadingAnimation {
    to {
        transform: rotate(360deg);
    }
}

/*game_play*/

.play-box-game {
    display: flex;
}

.focus-game {
    width: 100%;
}

.game-relate {
    width: 330px;
	min-width:330px;
    display: none;
}

.inner-game {
    padding: 0 6px;
}

.content-game {
    background-color: #fff;
    padding: 24px;
    color: #000000;
    font-size: 16px;
    line-height: 2;
    margin-top: 2rem;
    box-shadow: 0px 2px 9px #00000029;
}

.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;
    margin-bottom: 1rem;
}

.content-game li {
    list-style: disc;
}

.content-game p {
    margin-bottom: 1rem;
}

.content-game h1, .content-game h2, .content-game h3, .content-game h4, .content-game h5, .content-game h6 {
    margin: revert;
    font-weight: revert;
}

.content-game img {
    max-width: 100%;
    height: auto;
}

.title-game-slug {
    font-size: 30px;
    text-transform: capitalize;
}

.cate-tag-game {
    display: flex;
    gap: 1rem;
    margin: 1rem 0;
	flex-wrap:wrap;
}

.gt-game {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 3px;
    border: 1px solid #eeeeee70;
    box-shadow: 0px 2px 9px #00000029;
    min-height: 44px;
    border: 1px solid #eeeeee70;
    background-color: #fff;
    color: #000;
    padding: 10px;
    font-weight: 600;
}

.gt-game:hover {
    background-color: #E45C37;
    color: #fff;
}

.w-50 {
    width: 50%;
}

.similar-game {
    display: flex;
    background-color: #fff;
    color: #000;
    height: 108px;
    overflow: hidden;
    margin-bottom: 12px;
    box-shadow: 0px 2px 9px #00000029;
}

.similar-game:hover {
    background-color: #E45C37;
    color: #fff;
}

.relate-game-title {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 22px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.relate-game-title a{
	text-transform: capitalize;
	color: #E45C37;
	font-size:18px;
}
.relate-game-title a:hover{
	text-decoration:underline;
}
.game-content-similar {
    box-sizing: border-box;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.game-content-title {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
}

.header-about-game {
    padding: 10px 6px 0;
}

.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;
    margin: 2px;
    text-align: center;
    background-color: #ffffff;
    color: #000000;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: 44px;
    font-size: 20px;
    box-shadow: 0px 2px 9px #00000029;
}

.next_page:hover {

    background-color: #E45C37;
    color: #ffffff;
}

.active_ {
    cursor: default;
    background-color: #E45C37;
    color: #ffffff;
}

/*footer*/

footer {
    background-color: #E45C37;
    padding: 20px 0;
    text-align: center;
    margin-top: 5rem;
}

.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 #FFF000;
    font-weight: 600;
    text-transform: capitalize;
}

.link:hover {
    color: #fff;
}

#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: #ffffff;
    background-color: #E45C37;
    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;
}

.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:1279px){
	.icon-menu {
        display: flex;
		margin-left:auto;
    }
	.menu-header-bar {
        display: none;
    }
}
@media (max-width:991px) {
    .container {
        width: 656px;
    }

    .throw-ads-468x60 {
        display: block;
    }

    .content-game {
        padding: 1.5rem 0.75rem;
    }
	.link{
		display:block;
		border-right:0;
		margin-right:0;
	}

}

@media (max-width:750px) {
    .container {
        width: 100%;
    }

    .each-list-game {
        text-align: center;
    }
	
	.form-search{
		display:none;
	}
	.mobile-menu-box .form-search{
		display:block;
	}
}

@media (max-width:340px) {
    .article-game {
        max-width: 300px;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .throw-ads-768x90 {
        display: block;
    }
}

@media (min-width:1280px) {
	.mobile-menu-box {
        display: none !important;
    }
    .game-relate {
        display: block;
    }

    .focus-game {
        /* width: 848px; */
    }

    .throw-ads-970x90, .throw-ads-768x90, .throw-ads-300x250 {
        display: block;
    }

    .throw-ads-300x250 {
        display: block;
    }
}

#iframehtml5 {
    aspect-ratio: 16/9;
    min-height: 450px;
}