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: 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;
    font-family: asap,sans-serif;
    font-weight: 400;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    border: 0;
    outline: none;
}
html{
    /*not select to click ads more*/
    /*    -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;*/
    font-size: 13px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
body{
    background-color: #f5f7fa;
    font-size: 13px;
    position: relative;
}

a{
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease 0s, background-image 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    -moz-transition:    background-color 0.2s ease 0s, background-image 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    -o-transition:      background-color 0.2s ease 0s, background-image 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    transition:         background-color 0.2s ease 0s, background-image 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    color: #26a;
    background-color: transparent;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
i{
    cursor: pointer;
    margin: 0!important;
}
ul, li{
    list-style: none!important;
    padding: 0;
    margin: 0;        
}
h1, h2, h3, h4{    
    font-weight: normal;
    font-size: 14px;
    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: 14px;
    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;    
}

img{    
    height: 100%;
    cursor: pointer;  
    width: 100%;
}
p{
    padding: 5px 0;
}
.container{
    position: relative;
    width: 730px;
    margin-left: auto;
    margin-right: auto;
}
.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{
    margin-top: 10px;
    width: 120px;
    height: 25px;
    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-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    grid-gap: 4px;
    grid-auto-rows: minmax(110px, auto);
    grid-auto-flow: dense;
}
.grid-3 {
    grid-column-end: span 3;
    grid-row-end: span 3;
}
.clear{
    clear: both;
}

/*menu css*/
.nav-header{
    text-transform: uppercase;
    background: #101010;
    border-bottom: 1px solid #3e3e3e;
    height: 48px;
    line-height: 48px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}
.logo{
    width: auto;
    height: 48px;
    border-right: 1px solid #1c1c1c;
    padding: 0 20px 0 10px;
    overflow: hidden;
}
.listCategory{
    display: flex;
}
.listCategory li{
    padding-left: 20px;
}
.listCategory li a{
    font-weight: bold;
}
.listCategory li:hover{
    background-color: #000;
}
.icon-menubox{
    position: absolute;
    width: 34px;
    height: 34px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    line-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    visibility: hidden;
}

/*mobile menu*/
.nav-4-mobile{
    display: none;
}
.inner-mobile-menu{
    padding: 10px;
    background-color: #333;
}

.inner-search-mobibleBox{
    display: flex;
    flex-wrap: wrap;
}
.listCategoryMobile{
    margin-top: 10px;
}
.listCategoryMobile li a{
    padding: 10px 0;
    display: block;
    border-top: 1px solid #ddd;
    text-transform: capitalize;
}
.listCategoryMobile li:last-child a{
    border-bottom: 1px solid #ddd;
}

/*bread crumb*/
.overwrite-breadcumb{
    padding: 10px 7px;
}
.bread-after{
    color: #333;
    font-weight: bold;
    text-transform: capitalize;
}
.bread-after:before{
    content: "»";
    color: #666;
    margin: 0 10px;
}
.bread-crumb-list .bread-after:last-child{
    cursor: default;
}
/*game_item*/
.contentGame{
    min-height: 90vh;
    background-color: #fff;
    padding: 10px 0;
}
.companySlogan{
    position: relative;
    background: #333;
    /*width: 716px;*/
    width: 100%;
    box-sizing: border-box;
    padding: 7px;
    margin-bottom: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.innerSlogan{
    background: #fff;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 40px 10px 10px;
}
.sloganTitle{
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 18px;
    position: absolute;
    top: 2px;
    left: 7px;
    height: 40px;
    padding: 0 12px;
    line-height: 40px;
    background: #333;
    color: #fff;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.listGame{
    position: relative;
    background: #333;
    /*width: 720px;*/
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    margin: 5px auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}
.aGame{
    display: block;
    position: relative;
    width: 138px;
    background-color: #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 2px;
    padding: 1px;
    background-color: #fff;
}
.image-thumb{
    width: 128px;
    height: 96px;
    padding: 5px;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
}
.titleGame{
    padding: 0 4px 3px;
    width: 130px;
    font-weight: 700;
    font-size: 13px;
    overflow: hidden;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.titleGame span{
    color: #06c;
    text-transform: capitalize;
    font-weight: bold;
}
.a-aGame:hover span{
    color: #333;
}
.absoluteTitle{
    position: absolute;
    top: -20px;
    right: 0;
    line-height: 24px;
    height: 27px;
    background: #333;
    text-align: center;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0 8px;
}
.inner-search-boxer{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 23px;
    margin: 10px 0;
}
.form-search{
    width: 400px;
    min-width: 240px;
    padding: 1px 2px;
    border: 1px solid rgb(118, 118, 118);
    text-indent: 5px;
    border-radius: 4px;
}
.form-search:focus{
    border-color: #000;
}
.form-search, .form-submit{
    height: 23px;
    box-sizing: border-box;
}
.form-submit{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    background-color: rgb(239, 239, 239);
    border: 1px solid rgb(118, 118, 118);
    box-sizing: border-box;
    border-radius: 4px;
    margin-left: 5px;
    cursor: pointer;
    text-transform: capitalize;
    width: 54px;
    height: 23px;
    color: #333;
}
.form-submit:hover{
    background-color: rgba(231, 231, 231);
}
.hidden h2{
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}
/*not found*/

.innerSlogan li{
    list-style: disc!important;
    list-style-position: inside!important;
}

.innerSlogan li, .innerSlogan p, .innerSlogan span{
    font-size: 16px;
}
/*pagination*/
.pagination{
    margin: 15px 0;
}
.s_paging{
    display: flex;
    justify-content: center;
}
.next_page{
    color: #fff;
    background-color: #666;
    text-align: center;
    padding: 8px 12px;
    margin-right: 4px;
    border-radius: 5px;
    cursor: pointer;
}
.next_page:hover{
}
.active_{
    cursor: default;
    color: #fff;
    background: #333;
}
/*game-slug*/
.bigTitleGame{
    margin: 10px 0;
    line-height: 30px;
    font-size: 24px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
.boxExtraOption{
    display: flex;
    margin: 10px 0;
}

.optionItem{
    padding: 6px 10px;
    margin-right: 5px;
    display: inline;
    background: #09f;
    background: -moz-linear-gradient(top,#0099ff 0%,#0077dd 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#0099ff),color-stop(100%,#0077dd));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ff',endColorstr='#0077dd',GradientType=0 );
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 40%);
    border: 1px solid #07d;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.commentBox,.informationBox{
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    display: none;
    margin-bottom: 10px;
}
.rateBox{
    margin-bottom: 10px;
    margin-top: 5px;
}
.ratingBox{
    background: #e0e;
    background: -moz-linear-gradient(top,#ee00ee 0%,#cc00cc 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ee00ee),color-stop(100%,#cc00cc));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee00ee',endColorstr='#cc00cc',GradientType=0 );
    border: 1px solid #c0c;
}
.optionItem:hover{
    opacity: 0.9;
}
.tNc{
    padding: 8px 12px;
    margin-right: 5px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    border-bottom-width: 2px;
}
.tNc:hover{
    text-decoration: underline;
}
.informationBox{
    display: block;
}

#comments_area, #list_comment span{
    color: #333!important;
}
/*footer*/
footer{
    border-top: 1px solid #e5e7e9;
}
.inner-row-footer{
    text-align: center;
}
.link{
    position: relative;
    display: inline-block;
    padding: 5px 0;
}
.link:before{
    content: "|";
    color: currentColor;
    padding: 0 5px;
}
.link:first-child:before{
    content: '';
}

.throw-ads{
    background-color: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.throw-ads-300{
    width: 340px;
    height: 326px;
    background-color: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.throw-ads-160 {
    position: absolute;
    left: -200px;
    width: 180px;
    height: 620px;
    padding: 0 10px;
	display: none;
	top: 0;
}
.ads-160-right{
	left: unset!important;
	right: -200px;
}
.throw-ads-970, .throw-ads-320 {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.throw-ads-728x90, .throw-ads-320x90{
	display: none;
}

.ad-section{
    position:relative;
}

.ad-section .ad-label{
	display:block;
    background:transparent;
    color:#777;
    font-size:10px;
	opacity: 0.6;
}

#back-to-top{
    color: #000;
    width: 45px;
    height: 45px;
    position: fixed;
    right: 16px;
    bottom: 40px;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: 0.15s;
    background-color: #9d9d9d;
    color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
    -webkit-transition: all .3s cubic-bezier(.25,.8,.25,1);
    -o-transition: all .3s cubic-bezier(.25,.8,.25,1);
    transition: all .3s cubic-bezier(.25,.8,.25,1);
    font-family: sans-serif;
}
#back-to-top:hover{
    opacity: .9;
}
@media (max-width:991px){
    .listCategory, .nav-4-mobile{
        display: none;
    }
    .icon-menubox{
        visibility: visible;
    }
    #searchControlBox{
        display: none;
    }
}
@media (max-width:749px){
    .container{
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        overflow: hidden;
    }
    .throw-ads-970 {
        display: none;
    }
}
@media (max-width: 576px){
    .inner-search-mobibleBox #txt-search{
        width: 100%;
    }
    .inner-search-mobibleBox .form-submit{
        margin-top: 5px;
        margin-right: 5px;
        margin-left: 0;
    }
}
@media (min-width:360px){
	.throw-ads-320x90{
		display: block;
	}
	
}
@media (min-width: 641px) {
    .throw-ads-320 {
        display: none;
    }
}

@media (min-width:750px){
	.throw-ads-160,.throw-ads-320x90 {
        display: none;
    }
	.throw-ads-728x90{
		display: block;
	}
}

@media (min-width:930px){
	.ads-160-right{
		display: block;
	}
}
@media (min-width:1050px){
	.throw-ads-160{
		display: block;
	}
}