
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;
} 

/* Thiet lap quang cao*/
.ads{
    width: 100%;
}
.ads-margin{
    width: fit-content;
    margin: auto;
}
.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; 
}


#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-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;*/
    -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%;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
body{
    /*background-color: #f5f7fa;*/
    font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
    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!important;
    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{
    margin-bottom: 10px;
}
.container{
    position: relative;
    width: 100%;
    max-width: 1760px;
    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;
    background: #29487d;
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #111;
}
.logo{
    width: 173px;
    height: 50px;
    margin: 5px auto;
    overflow: hidden;
    display: inline-block;
}
.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{
    max-width: 300px;
    min-width: 250px;
    background-color: #013F5F;
    padding: 15px 10px 15px;
    color: #fff;
    font-weight: normal;
    min-height: 100px;
    position: absolute;
    right: 0;
    top: 61px;
    z-index: 789;
    display: none;
}
.search-box{
    width: 100%;
    height: 38px;
    position: relative;

}
form, .txt-search{
    width: 100%;
    height: 38px;
}
.txt-search{
    background-color: #fff;
    padding-left: 10px;
    padding-right: 40px;
    box-sizing: border-box;
    border-radius: 5px;
}
.search-button{
    position: absolute;
    right: 0;
    padding: 8px 11px;
    cursor: pointer;
}
.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: 16px 10px 0;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.Gbox{
    width: 160px;
    margin: 0 8px 16px;

}
.in-Gbox{
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    background-color: #183c54;
    border-radius: 20px;
    overflow: hidden;
    transition: .2s ease-in-out;
}
.a-Gbox img{
    border-radius: 15px;
}
.ab-title{
    width: 100%;
    position: absolute;
    border-radius: 0 0 15px 15px;
    background-color: rgba(24, 60, 84, 0.8);
    left: 0;
    bottom: 0;
    font-size: 0.875rem;
    font-weight: 500;
    color: #ffc820;
    text-align: center;
    margin: 0;
    padding: 5px 5px 5px;
    display: block;
    overflow: hidden;
    opacity: 0;
    transition: .2s ease-in-out;
    box-sizing: border-box;
    text-transform: capitalize;
}
.in-Gbox:hover{
    background-color: #ffc820;
}
.in-Gbox:hover .ab-title{
    opacity: 1;
}
.home-title{
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 10px;
}
.contentGame{
    background: url(../imgs/bg-pattern.png) repeat center center #e4e6eb;
}
.boxTitleGame{
    background: url(../imgs/game-info-BG.svg) no-repeat 100%/auto 100%;
    background-color: #fff;
}
/*not found*/
.search_found li{
    list-style: disc!important;
    list-style-position: inside!important;
}

.not_found li, .not_found p, .not_found span{
    font-size: 16px;
}

/*game slug*/
.throw-bigADS{
    margin: 10px 0;
}
.sideGame{
    width: 150px;
    box-sizing: border-box;
    display: none;
}
.on-left{
    padding-left: 10px;
}
.on-right{
    padding-right: 10px;
}
.itemSideGame{
    display: block;
    width: 140px;
    background-color: #183c54;
    border-radius: 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
    overflow: hidden;
}
.gameBoxPlaying{
    width: 100%;
}
.iframe{
    padding: 0 10px;
}
.boxTitleGame{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.on-boxTitleGame{
    padding: 8px;
}
.miniImageBox{
    width: 60px;
    height: 60px;
    margin-right: 10px;
}
.h1Game{
    color: #303437;
    padding-top: 8px;
    margin: 0;
    text-transform: capitalize;
    display: block;
    font-weight: bold;
    font-size: 20px;
}
.gameType{
    color: #909090;
    font-size: 14px;
    line-height: 24px;
}
.expand{
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.expand:hover{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}
.flowInfoBox{
    background-color: #fff;
    border-radius: 10px;
    color: #43484b;
    /*    max-height: 650px;
        overflow-y: auto;*/
    margin-bottom: 20px;
}
.flowInfoBox a, .flowInfoBox li, .flowInfoBox p{
    color: #43484b;
}
.flowInfoBox li, .flowInfoBox p{
    margin-bottom: 10px;
}
.aboutGame{
    border-bottom: 1px solid #d0d0d0;
    padding: 10px 0 5px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
}
.cNtBox{
    display: inline-block;
    padding: 4px 6px;
    margin: 0 10px 10px 0;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.addedTitle{
    font-size: 16px;
    margin-bottom: 10px;
}

/*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;
}
/*footer*/
.boxSlogan{
    background-color: #012F47;
}
.inner-row-footer{
    margin-top: 10px;
    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: '';
}

#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;
}
.flowGame{
    justify-content: center;
}
@media (max-width: 1009px){
    .boxPlaying{
        width: 100%;
    }
    .iframe{
        padding: 0;
    }
    .throw-bigADS{
        display: none;
    }
}
@media (min-width:1010px) and (max-width:1169px){
    /*neu can hien thi qc hoac game*/
    /*    .gameBoxPlaying{
            width: 850px;
        }*/
    /*ko thi hien thi khung choi game*/

    .gameBoxPlaying{
        width: 1000px;
    }
    /*hien thi quang cao*/
    /*    .vertical-right{
            display: block;
        }*/
    /*hien thi game ben phai*/
    /*    .on-right{
            display: block;
        }*/
}
@media (min-width: 1170px){
    /*hien thi quang cao ben phai*/
    .vertical-right{
        display: block;
    }
    /*an ca 2 khung game trai phai*/
    /*    .sideGame{
            display: block;
        }*/
    /*hien thi game ben phai*/
    /*    .on-right{
            display: block;
        }*/
    .gameBoxPlaying{
        width: 1000px;
    }
}

@media (min-width: 1330px){
    /*hien thi 1 game va 1 quang cao ben phai, tat cai duoi di*/
    /*    .on-left{
            display: block;
        }*/
    /*an khung game ben phai va hien thi quang cao*/
    /*    .on-right{
            display: none;
        }*/
    .sideGame{
        display: block;
    }
    .vertical-right{
        display: block;
    }
}

@media (min-width: 1480px){
    /*hien thi 2 quang cao, an thi an thang  sideGame phia duoi di va bat throw-ads{display:block}*/
    .on-left{
        display: block;
    }
    .sideGame{
        display: block;
    }

}
@media (min-width: 1640px){
    .sideGame{
        display: block;
    }
}

/* 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;
    margin-bottom: 20px
}

.ad-section {
    position: relative;
    padding: 20px 3px 3px;
    border: 1px solid #ccd0d5;
    border-radius: 3px;
    background: #fff;
}

.ad-section .ad-label {
    position: absolute;
    left: 0;
    top: 0;
    background: #e0e0e0;
    color: #777;
    font-size: 10px;
    padding: 2px 6px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px
}

@media (min-width: 641px) {
    .throw-ads-320 {
        display: none;
    }
}

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