
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;
    top: 83px;
    left: 0;
    text-align: left;
    height: 600px;
}
.ads-right{
    display:none;
    position: absolute;
    top:155px;
    top: 83px;
    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;
}
.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;
    box-sizing: border-box;
}
html{
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body{
    padding: 0;
    margin: 0;
    font-family: Arial,sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #8e8e8e;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f0f0f0;
}

a{
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
p{
    margin-bottom: 10px;
}
i{
    cursor: pointer;
    margin: 0!important;
}
ul, li{
    list-style: none!important;
    padding: 0;
    margin: 0;        
}
h1, h2, h3, h4{    
    font-size: 18px;
    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%;
    transition: all .3s;
}
img.d-block{
    background: #fff url(../imgs/loading-image.gif) 50% 50% no-repeat;
}
.container{
    position: relative;
    max-width: 1200px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}
.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{
    width: 42px;
    height: 42px;
    background-color: transparent!important;
}
.hidden{
    display: none;
}
.w-full{
    width: 100%;
}
.h-full{
    height: 100%;
}
.font-fff{
    color: #fff;
}
.al{
    align-items: center;
}
.btn{
    display: inline-block;
    text-decoration: none;
    padding: 6px 10px;
    /*margin: 0 5px;*/
    font-size: 16px;
    color: #111;
    /*border: 2px solid #febc5c;*/
    border-radius: 10px;
    min-width: 10px;
    cursor: pointer;
    white-space: nowrap;
}

/*menu css*/
.header{
    /*margin-top: 40px;*/
    background-color: #fff;
}
.row-menuHeader{
    height: 58px;
    position: relative;
}
.brandLogo{
    width: 251px;
    height: 38px;
    margin-right: 10px;
}
.navCategory{
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
}
.nav-Acategory{
    position: relative;
    display: inline-block;
    padding: 15px 0;
    text-transform: uppercase;
    font-size: 13px;
    color: #6c6c6c;
    margin: 0 10px;
}
.nav-Acategory:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #e96969;
    left: 0;
    bottom: 0;
    transition: 0.2s;
    opacity: 0;
}
.nav-Acategory:hover:after{
    opacity: 1;
}
.searchIcon{
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #f6f6f6;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 6px 8px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ececec;
    transition: 0.2s;
}
.searchIcon:hover{
    background-color: #e96969;
}
.searchIcon:hover svg{
    fill: #fff;
}
.ab-showSearch{
    position: absolute;
    left: 0;
    bottom: -80px;
    height: 80px;
    background-color: #fff;
    width: 100%;
    border: 1px solid #ececec;
    padding: 14px;
    display: none;
    z-index: 199;
}
.searchBox{
    width: 100%;
    height: 50px;
}
.txtSearch{
    border-radius: 5px;
    border: 1px solid #cacaca;
    box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
    -webkit-box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
    -moz-box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
    transition: box-shadow .5s,border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #0a0a0a;
    padding: 8px 130px 8px 8px;;
    background-color: #fff;
}
.searchButton{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 8px 15px;
    background-color: #444;
    border: 1px solid transparent;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}
.searchButton:hover{
    background-color: #e96969;
}
.iconMenuMobile{
    width: 38px;
    height: 38px;
    position: absolute;
    right: 0;
    padding: 5px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
/*game_item*/

.game_item{
    min-height: 80vh;
    margin-top: 10px;
    overflow: hidden;
}
.Leftside{
    width: 800px;
}
.headerTitle{
    border-bottom: 1px solid #e0e0e0;

    padding: 14px 0;
    margin-bottom: 30px;
    color: #444;
    text-transform: capitalize;
}
.defGame{
    padding-right: 20px;
}

.flow-game{
    text-align: left;
    margin: 0 -15px;
}
.gameBox{
    width: 270px;
    padding: 0 15px;
    display: inline-block;
    margin-bottom: 30px;
}
.aGameBox{
    border: 1px solid #ececec;
}
.imgGameBox{
    width: 100%;
    height: 200px;
}
.gameTitle{
    padding: 8px 10px;
}
.game-name{
    margin: 0;
    color: #444;
    font-weight: 600;
    font-size: 13px;
    text-transform: capitalize;
}
.ab-showPlay{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    text-align: center;
    transform: scale(0);
    z-index: 5;
    transition: transform 0.3s ease-in-out;
}
.innerShowPlay{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.startGame{
    font-size: 13px;
    color: #fff;
    text-transform: capitalize;
}
.aGameBox:hover .ab-showPlay{
    transform: scale(1);
}

.Rightside{
    width: 370px;
    background-color: #f0f0f0;
}
.flowShow{
    display: flex;
}
.defRightGame{
    padding-left: 30px;
    padding-bottom: 20px;
}
.searchBox2{
    height: 38px;
    margin-bottom: 16px;
}
.ab4Background{
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 100vw;
    background: #f0f0f0;
    z-index: 1;
}
.newGame{
    text-align: left;
}
.newGName{
    width: calc(100% - 130px);
    padding-right: 10px;
    text-align: left;
}

.objectGame{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}
.imageOGame{
    width: 120px;
    height: 80px;
    margin-right: 16px;
}
.imageOGame a{
    width: 100%;
    height: 100%;
}
.objectGame h4{
    font-size: 13px;
    color: #444;
    font-weight: 400;
    -webkit-line-clamp: 2;
    text-transform: capitalize;
}
.objectGame h4:hover{
    text-decoration: underline;
}
.objectGame p{
    color: #aaa;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 0;
}

/*pagination*/
.pagination{
    margin-bottom: 30px;
}
.go_top{
    margin-right: 10px;
    padding: 6px 14px;
    margin-left: 0;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #2e2e2e;
    color: #444;
    border-radius: 4px;
}
.active_{
    background-color: #444;
    color: #fff;
}
.go_top:hover{
    background-color: #444;
    color: #fff;
}
/*game play*/
.gamePlayBox{
    padding: 25px 0;
}

.gamePlayBox > .container > .row {
    background-color: #000;
}

.iframe{
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.throw-vertical-ads{
    position: absolute;
    right: 10px;
    top: 0;
}
.fullScreenRow{
    height: 40px;
    position: relative;
}
.expand{
    width: 40px;
    height: 40px;
    padding: 8px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.4);
}
.article-title{
    text-transform: capitalize;
    color: #444;
}
.overFlowInfo{
    overflow-y: auto;
    max-height: 600px;
    margin-bottom: 10px;
}
.toggle{
    background: #f6f6f6;
    color: #6c6c6c;
    border: 1px solid #ececec;
    border-radius: 4px;
    padding: 8px 10px;
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
}
.rateAndCommentBox{
    margin: 10px 0;
}
.hiddenBox{
    display: none;
}
.tagcate{
    display: inline-block;
    padding: 6px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
    margin-left: 2px;
    border-radius: 4px;
    color: #444;
    text-transform: capitalize;
}
.tagcate:hover{
    transform: translateY(-5px);
}
.gameInfoBox{
    color: #444;
}

/*not found*/
.not_found{
    width: 100%;
    padding: 10px 5px; 
    font-size: 14px;
    box-sizing: border-box;
    background: #fff;
    color: #000;
    border-radius: 5px;
}
.search_found li{
    list-style: disc!important;
    list-style-position: inside!important;
    margin-bottom: 5px;
}
.suggestion{
    margin: 12px 0;
}
.not_found li, .not_found p, .not_found span{
    font-size: 14px;
}
/*footer*/
footer{
    width: 100%;
    background-color: #2e2e2e
}
.logo-h50{
    width: 100%;
    height: 50px;
}
.inner-row-footer{
    overflow: hidden;
    padding: 25px 0 10px;
}
.link{
    color: #fff;
    font-size: 14px;
    transition: all .3s;
    text-transform: capitalize;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
}

.copyright{
    color: rgb(166, 163, 163);
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
}
@media (max-width: 991px){
    .navCategory, .ab4Background{
        display: none;
    }
    .iconMenuMobile{
        display: block;
    }
    .brandLogo{
        width: 200px;
    }
    .flowShow{
        flex-wrap: wrap;
    }
    .Leftside, .Rightside{
        width: 100%;
        background-color: transparent;
    }
    .inlineGame{
        width: 100%;
        max-width: 300px;
        display: inline-block;
        margin-right: 10px;
    }
    .iframe{
        width: 100%;
    }
    .flow-game, .newGame{
        text-align: center;
    }
    .defRightGame, .defGame{
        padding-left: 0;
        padding-right: 0;
    }
    .throw-vertical-ads{
        display: none;
    }
}

/* New ad layout */
.throw-ads-300 {
    width: 340px;
    height: 326px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.throw-ads-970, .throw-ads-320 {
    display: flex;
    justify-content: center;
}

.ad-section {
    position: relative;
}

.ad-section .ad-label {
    display:block;
    background: transparent;
    color: #777;
	opacity: 0.6;
    font-size: 10px;
	text-align: center;
}
.horizontal-title{
    text-align: left!important;
}
@media (min-width: 641px) {
    .throw-ads-320 {
        display: none;
    }
}

@media (max-width: 767px) {
    .throw-ads-970 {
        display: none;
    }
}
