
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;
}@font-face{
    font-family:'Yanone Kaffeesatz';
    font-style:normal;
    font-weight:300;
    src: url('../fonts/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoqNWZd2GK.woff2'),url('../fonts/KFOlCnqEu92Fr1MmWUlfBBc4.woff2')
}
*{
    margin: 0;
    padding: 0;
    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;*/
    background-color: #0F92C9;
    -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-family: "Yanone Kaffeesatz",Arial,Gadget,sans-serif;
    color: #fff;
}

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;
    background-color: transparent;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    color: #fff;
}
i{
    cursor: pointer;
    margin: 0!important;
}
ul, li{
    list-style: none;
    padding: 0;
    margin: 0;        
}
h1, h2, h3, h4{    
    font-weight: normal;
    font-size: 16px;
    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;    
}

img{    
    height: 100%;
    cursor: pointer;  
    width: 100%;
}
p{
    /*padding: 5px 0;*/
    margin-bottom: 10px;
    font: 400 16px "Yanone Kaffeesatz",Arial,sans-serif;
}
.container{
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.row{
    width: 100%;
    overflow: hidden;
}
.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{
    position: relative;
    transition: background-color 0.5s;
    height: 55px;
    width: 100%;
    opacity: 1;
    background: #266887;
    background: linear-gradient(to bottom, #266887 0%, #0a4d6c 100%);
    border-bottom: 1px solid #111;
    padding: 0 12px;
    box-sizing: border-box;
}
.logo{
    /*width: 150px;*/
    height: 50px;
}
.txt-search{
    height: 33px;
    padding-left: 5px;
    padding-right: 33px;
    box-sizing: border-box;
    font-weight: bold;
    color: #707070;
    line-height: 33px;
}
.search-box{
    height: 33px;
    width: 191px;
    background-color: #fff;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    color: #707070;
    margin-right: 15px;
}
.search-button{
    width: 33px;
    height: 33px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.search-button:hover svg{
    fill: #000;
}
.listCategory li a{
    padding: 8px 7px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 4px;
    white-space: nowrap;
    line-height: 33px;
    font-size: 16px;
}
.a-cate-hot{
    background-color: #e62117;
}
.a-cate-hot:hover{
    background-color: #cc181e;
}
.a-cate-new{
    background-color: #1877f2;
    margin-left: 10px;
}
.a-cate-new:hover{
    background-color: #1a6eda;
}
.icon-menubox{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    line-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    visibility: hidden;
}

/*mobile menu*/
.menuBoxMobile{
    width: 300px;
    background-color: #013F5F;
    padding: 15px 10px 15px;
    color: #fff;
    font-weight: normal;
    min-height: 100px;
    position: absolute;
    right: 0;
    top: 55px;
    z-index: 789;
    display: none;
}
.aMenuG{
    padding: 10px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #111;
    box-shadow: 0 1px 0 #31c0fa;
}
/*bread crumb*/
.overwrite-breadcumb{
    margin: 15px 0 3px;
    padding: 0 12px;
}
.bread-crumb-list{
    border-bottom: 1px solid #115A80;
    box-shadow: 0 1px 0 #31c0fa;
    overflow: hidden;
}
.bread-after{
    color: #ffaf2b;
    text-transform: capitalize;
    font-size: 16px;
}
.bread-after:before{
    content: "»";
    color: #ffaf2b;
    margin: 0 5px;
}
.bread-crumb-list .bread-after:last-child{
    cursor: default;
}
.headerTitle{
    font-size: 20px;
    font-weight: 700;
    color: #ffaf2b;
    font-family: revert;
    margin-bottom: 5px;
    text-transform: capitalize;
}
/*game_item*/
.contentGame{
    min-height: 90vh;
    padding: 10px;
}
.gBox{
    width: 150px;
    margin: 1px;
    overflow: hidden;
    padding: 2px;
}
.gCaption{
    position: absolute;
    width: 100%;
    text-transform: uppercase;
    color: #f5a732;
    transition: bottom 0.3s ease;
    background-color: rgba(0,0,0,0.7);
    padding: 2px 5px;
    box-sizing: border-box;
    bottom: -28px;
    left: 0;
    text-align: center;
    height: 28px;
    line-height: 28px;
    font-family: 'Yanone Kaffeesatz';
}
.agBox img{
	box-shadow: 2px 3px 5px #222;
	box-sizing: border-box;
	background: url(../imgs/gameLoader.gif) no-repeat center center;
	background-color: #0F92C9;
	height: 125px;
}
.agBox:hover .gCaption{
    bottom: 0;
}
.boxC{
    display: inline-block;
    border-radius: 5px;
    background-color: #105372;
    padding: 10px 30px;
    font-size: 12px;
    vertical-align: top;
    margin: 0 5px 10px 0;
    text-transform: capitalize;
    font: 400 16px "Yanone Kaffeesatz",Arial,sans-serif;
}
.boxC:hover{
    background-color: #056799;
}
.miniTitle{
    font-weight: 700;
    margin: 0 0 11px;
    text-transform: capitalize;
    font: 700 16px "Yanone Kaffeesatz",Arial,sans-serif;
}
.boxSlogan{
    background: #004060;
    text-align: left;
    padding: 15px;
    margin: 4px 2px 24px;
    box-shadow: 0 2px 6px 1px rgb(0 0 0 / 30%);
}
.boxSlogan p{
    font: 400 16px "Yanone Kaffeesatz",Arial,sans-serif;
}

/*not found*/

.search_found li{
    list-style: disc!important;
    list-style-position: inside!important;
}
.suggestionz{
    margin: 12px 0;
}
.not_found li, .not_found p, .not_found span{
    font-size: 16px;
}

/*game slug*/

.infoPlayer{
    width: 300px;
    font-size: 13px;
}
.playingPlayer{
    width: calc(100% - 300px);
    box-sizing: border-box;
    padding-left: 10px;
}

.infoBox{
    background-color: #013F5F;
    padding: 10px 6px 10px;
    color: #fff;
    font-weight: normal;
    margin: 17px 0 5px;
    border-radius: 4px;
    min-height: 100px;
    font: 400 16px "Yanone Kaffeesatz",Arial,sans-serif;
}
.infoBox p a{
    color: red;
}
.infoBox ol, .infoBox ul{
	padding-left: 30px;
	list-style: disc;
}
.infoBox li{
	list-style: disc;
}
/*if visible ads turn off this css*/
#no-ads{
	margin-top: 0;
}
#fb-comment{
    max-height: 600px;
    overflow-y: auto;
    background-color: #fff!important;
}

.ctGameBox{
    display: inline-block;
    vertical-align: top;
    padding: 5px 18px;
    background: #ffaf2b;
    color: #fff;
    border-radius: 3px;
    margin: 10px 6px 0 0;
    text-transform: capitalize;
    font: 400 16px "Yanone Kaffeesatz",Arial,sans-serif;
}
.ctGameBox:hover{
    text-decoration: underline;
}
.thow-ads{
    width: 300px;
    min-height: 100px;
    border: none;
    background: #08557E;
	margin-bottom: 17px;
}
.playerGroupA{
    background-color: #105372;
    border-radius: 6px;

}
.webPageFrame{
    padding-bottom: 11px;
    position: relative;
	width: 100%;
}
.iframe{
    width: 100%;
    margin: 0 auto;
}
.gameTitlePoint{
    padding: 6px 19px;
}
.expander{
    /* width: 32px; */
    height: 32px;
    position: absolute;
    top: 2.5px;
    right: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
    letter-spacing: 1px;
	
}
.ads-in-frame{
    background-color: red;
    position: absolute;
    top: 0;
    right: 5px;
    display: none;
}
.horizontalAds{
    margin: 10px 0;
}
.mayUlike{
    position: relative;
    border-radius: .3125em;
    font-size: 12px;
    overflow: hidden;
    background-color: #ffaf2b;
    margin: 8px 0;
    padding: .3125em;
}
.orangeTitle{
    display: block;
    position: relative;
    /* cursor: pointer; */
    color: #004060;
    letter-spacing: .05em;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
}
/*pagination*/
.pagination{
    padding: 15px 0;
}
.s_paging{
    display: flex;
    justify-content: center;
}
.next_page{
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    margin: 3px 4px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%);
    background: linear-gradient(to bottom, #0b8bc2 0%, #056799 100%);
    text-shadow: 0 1px 0 rgb(0 0 0 / 80%);
    border: 1px solid #00557e;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.next_page:hover{
    background: linear-gradient(to bottom, #ffb206 0%, #f4880c 100%);
    color: #333;
    text-shadow: 0.5px 0.866px 0 rgb(255 255 255 / 70%);
    border: 1px solid #333;
}
.active_{
    cursor: default;
    background: linear-gradient(to bottom, #ffb206 0%, #f4880c 100%);
    color: #333;
    text-shadow: 0.5px 0.866px 0 rgb(255 255 255 / 70%);
    border: 1px solid #333;
}
/*game-slug*/

#comments_area, #list_comment span{
    color: #333!important;
}
.rating{
	top: 10px;
}
/*footer*/

.inner-row-footer{
    text-align: center;
    font-size: 12px;
}
.link{
    position: relative;
    display: inline-block;
    padding: 5px 0;
    font: 700 14px "Yanone Kaffeesatz",Arial,sans-serif;
}
.link:before{
    content: "|";
    color: currentColor;
    padding: 0 5px;
}
.link:first-child:before{
    content: '';
}

#back-to-top{
    color: #000;
    width: 45px;
    height: 45px;
    position: fixed;
    right: 12px;
    bottom: 40px;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: 0.15s;
    background: linear-gradient(to bottom, #ffb206 0%, #f4880c 100%);
    color: #333;
    -webkit-box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%);
    -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;
    text-shadow: 0.5px 0.866px 0 rgb(255 255 255 / 70%);
    border: 1px solid #333;
}
#back-to-top:hover{
    opacity: .9;
}
.throw-ads-300x250, .throw-ads-160x600, .throw-ads-970x90, .throw-ads-768x90, .throw-ads-468x60{
	display: none;
}
.throw-ads-160x600{
	min-width: 160px;
}

@media (min-width: 1100px){
	.throw-ads-300x250{
		display: block;
	}
}
@media (min-width:1280px){
    .iframe{
        width: 760px;
    }
    .throw-ads-160-right{
        display: block;
    }
}
@media (min-width:1460px){
    .iframe{
        width: 960px;
    }
	#iframehtml5{
		height: 613px;
	}
}

@media (min-width:1919px){
	.throw-ads-160x600{
		display: block;
	}
}

@media (max-width: 1100px){
    .gPlayer{
        flex-wrap: wrap;
    }
    .infoPlayer, .playingPlayer{
        width: 100%;
        padding: 0;
    }
    .gameTitlePoint{
        padding: 6px 10px;
    }
    .expander{
        right: 10px;
    }
    .infoPlayer{
        order: 1;
    }
	.throw-ads-468x60{
		display: block;
	}
}
@media (min-width: 960px) and (max-width:1100px){
    .iframe{
        width: 760px;
    }
	.throw-ads-160-right{
		display: block;
	}
}
@media (max-width:749px){
    .part2Menu{
        display: none;
    }
    .icon-menubox{
        visibility: visible;
    }
    .flowGame{
        justify-content: center;
    }
    #ajax-append .gBox{
        width: 144px;
    }
}
@media (max-width:500px){
	.throw-ads-468x60{
		display: none;
	}
}