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:0 0;
    font-size:11px;
    margin:0;
    padding:0;
    color:#b3b3b3;
    opacity:.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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: museo sans,sans-serif;

    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    font-family: 'Questrial', sans-serif;
    font-size: 16px;
    line-height: 1.75;
    color: #1A0101;
    background-color: #fff;
}

a{
    text-decoration: none;
    background-color: transparent;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4 {
    font-weight: normal;
    margin: 0;
    text-transform: capitalize;
}

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: 100%;
    margin: auto;
    padding: 0 15px;
    box-sizing: border-box;
    max-width: 1180px;
}

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

.grid-item {
    padding: 0;
    transition: all .6s ease;
    transition-property: transform;
    display: inline-block;
    box-sizing: content-box;
    position: relative;
    vertical-align: text-top;
}

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

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

.span-3x3 {
    grid-column-end: span 3;
    grid-row-end: span 3;
}
.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-728x90,.throw-ads-768x90, .throw-ads-468x60, .throw-ads-320x50, .span-ads, .throw-ads-200x200, .throw-ads-320x90{
    display: none;
}
.throw-ads-160x600{
    min-width: 160px;
    width: 160px;
}
.throw-ads-160x600-left{
    margin-right: 30px;
}
.throw-ads-160x600-right{
    margin-left: 30px;
}
.horizontal-ads{
    padding: 10px 0;
}
.vertical-ads{
    padding: 0 10px;
}
/*menu*/

.desktop-navbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.navigation-menu ul{
    display: flex;
    align-items: center;
}
.navigation-menu ul > li{
    font-size: 16px;
}
.menu-btn{
    min-width: 44px;
    max-width: 44px;
    min-height: 44px;
    max-height: 44px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}
#menu-btn{
    display: none;
}
.menu-btn svg{
    width: 24px;
    height: 24px;
    fill: #1A0101;
}
.menu-btn:hover svg{
    fill: #A60505;
}
.menu-link{
    text-transform: capitalize;
    padding: 22px 30px;
    display: block;
    border-bottom: 0;
    color: #001a1a;
    font-weight: 600;
    font-family: system-ui;
}
.menu-link:hover{
    color:#A60505;

}
.mobile-dropdown{
    display: none;
}
.navigation-footer > ul{
    display: block;
    text-align: center;
}
.navigation-footer > ul > li{
    display: inline-block;
}
.link{
    display: inline-block;
    text-transform: capitalize;
    padding: 10px 15px;
    display: block;
    border-bottom: 0;
    color: #fff;
}
.link:hover{
    color: #A60505;
}
ul li > a{
    white-space: nowrap;
}
#header{
    box-shadow: 0 17px 16px rgba(26,1,1, 0.03);
}
.header-top{
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid rgb(0,0,0,0.1);
    align-items: center;
}
.lock-logo{
    display: flex;
    align-items: center;
}
.lock-tiles{
    width: 100%;
    margin-left: 15px;
}
.tiles-site{
    color: #111;
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
}
.tiles-description{
    -webkit-line-clamp: 2;
}
.mobile-navbar{
    position: fixed;
    top: 0;
    left: -280px;
    width: 100%;
    max-width: 270px;
    height: 100%;
    background-color: #fff;
    box-shadow: 10px 0 20px rgba(26,1,1, 0.15);
    z-index: 10;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #faf2f2;
    transition: all 0.3s ease-in-out;
}

.close-mobile-navbar{
    min-height: 70px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 15px;
    background-color: #fff;
}
.close-btn{
    justify-content: center;
}
.menu-link-moblie{
    display: block;
    padding: 15px;
    text-transform: capitalize;
    color: #1A0101;
    border-bottom: 1px solid rgb(0,0,0,0.1);
}
/*game_item*/
#game-page{
    padding: 15px 0;
    min-height: calc(100vh - 220px);
}

.game-list{
    padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.game-list, .game-list > li{
    list-style: disc;
    padding-top: 10px;
    padding-bottom: 10px;
}
.game-list > li{
    border-bottom: 1px solid rgba(26,1,1, 0.05);
}
.game-list li a{
    text-transform: capitalize;
    color: rgb(26, 1, 1);
    font-size: 18px;
}
.game-list li a:hover{
    color: #A60505;
}
/*game_play*/
#iframehtml5{
    min-height: 670px;
}
.grid-frame{
    display: flex;
}
.frame-box-game{
    width: 100%;
}
.bread-crumb-item{
    text-transform: capitalize;
    color: rgba(26,1,1,0.4);
}
.bread-crumb-item:after{
    content: '/';
    font-size: 10px;
    color: rgba(26,1,1,0.4);
    margin: 0 5px;
}
.bread-after:after{
    content: "";
}
.bread-after{
    color: rgba(26,1,1,1);
}
.header-game{
    height: auto;
    overflow: hidden;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
    text-align: left;
    background-color: rgba(26, 1, 1, 0.8);
    min-height: 50px;
}
.box-header{
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.box-header h2{
    font-size: 20px;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-family: Righteous;
}
.header-game-extend{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-game-extend > span{
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-game-extend > span > svg{
    width: 24px;
    height: 24px;
    fill: #fff;
}
.exit-fullscreen{
    width: 36px;
    height: 36px;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 100000;
    padding: 6px;
    background-color: rgba(0,0,0,0.65);
    box-sizing: border-box;
    cursor: pointer;
}
.clipboard-share{
    position: fixed;
    z-index: 100;
    background-color: #fff;
    padding: 16px;
    border-radius: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 300px;
    min-height: 45px;
}
.hide-zindex{
    z-index: -20;
    visibility: hidden;
}
.close-sharing-box{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background-color: rgba(0,0,0,0.65);
    display: none;
}
.inline-sharing-box h3{
    margin-bottom: 10px;
    color: #000;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    5% {
        transform: scale(1.05);
    }
    8% {
        transform: scale(0.95);
    }
    12% {
        transform: scale(1.02);
    }
    18% {
        transform: scale(1);
    }
}
.scale-anim:hover{
    animation: scale 3000ms infinite;
}
.text-area{
    margin: 15px 0;
}
.text-area ul{
    padding-left: 40px;
}
.text-area ul, .text-area li{
    list-style: disc;
}
.text-area h2,.text-area h3{
    font-size: 18px;
}
.text-area img{
    max-width: 100%;
}
.target-link{
    display: inline-block;
    padding: 4px 10px;
    text-transform: lowercase;
    margin-right: 5px;
    margin-bottom: 2.5px;
    margin-top: 2.5px;
    border-radius: 4px;
    font-size: 14px;
    background-color: rgba(166, 5, 5,.03);
    color: #A60505;
    border: 1px solid rgb(0,0,0,0.1);
}
.target-link:hover{
    text-decoration: underline;
}
footer{
    background-color: rgba(26, 1, 1, 0.8);
}
h1{
    font-size: 26px!important;
    text-transform: capitalize;
}
.games-child{
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	margin:15px 0;
}
.a-child{
	width: 200px;
	margin: 15px;
	text-decoration: none;
	background: #fff;
	box-shadow: 0 5px 20px rgb(0 0 0 / 7%);
	border-radius: 10px;
}
.a-child:hover{
	box-shadow: 0 5px 20px rgb(0 0 0 / 15%);
}
.a-child img{
	transition: transform .35s;
}
.a-child:hover img{
	transform: scale(1.15);
}
.child-image{
	height: 133px;
	width: 100%;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}
.child-info{
	padding:10px 15px 15px;
}
.child-title{
	font-weight: 600;
	color:#1a0101;
	text-align: center;
	font-size: 20px;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.child-excerpt{
	font-size: 13px;
	color: #1a0101;
	margin-bottom:10px;
	text-align:center;
}
.group-star svg{
	margin: 0 2px;
}
.rate-average{
	font-weight: 800;
	font-size: 14px;
	margin-left: 5px;
	color: #555;
	line-height: 16px;
}
.search--mobile form{
	width:100%!important;
}
.search--desktop{
	padding-left:15px;
	display:none;
}
.menuheader__bar--search form {
	position: relative;
	width: 200px;
	background: #fff;
	border-radius: 5px;
	font-size: 14px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.search-input-desktop {
	width: 100%;
	height: 100%;
	padding: 5px 32px 5px 10px;
	min-height: 32px;
	box-sizing: border-box;
	font-size: inherit
}

.search-submit-desktop {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 100%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination{
	margin:15px 0;
	}
.s_paging {
	text-align: center;
}

.next_page {
	display: inline-block;
	padding: 8px 16px;
	border-radius: 10px;
	background-color: #fff;
	margin: 0 5px;
	cursor: pointer;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	font-weight:600;
	color:#000;
}

.active_ {
	cursor: default;
	background-color: #1d2439;
	color: #fff;
}

.next_page:hover {
	background-color: #1d2439;
	color: #fff;
}
@media (min-width: 769px){
    .throw-ads-728x90{
        display: block;
    }
}
@media (min-width: 1080px){
    .throw-ads-160x600-right{
        display: block;
    }
}
@media (min-width:1200px){
    .mobile-navbar{
        left: -280px!important;
    }
	.search--desktop{
		display:block;
	}
}
@media (min-width:1366px){
    .throw-ads-160x600{
        display: block;
    }
}
@media (max-width:1199px){
    #menu-btn{
        display: flex;
    }
	.desktop-navbar{
		display: none;
	}
}
@media (max-width:768px){
    .navigation-footer{
        display: none;
    }
    .navigation-menu ul{
        flex-wrap: wrap;
    }
    .throw-ads-320x90{
        display: block;
    }
    .lock-logo{
        display: none;
    }
    .lock-tiles{
        margin-left: 0;
    }
}