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

p{
	font-size: 16px;
	margin-bottom: 15px;
	
}

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: #1494CA;
}
.ads-title{
    font-size: 11px;
    margin: 0;
    padding: 0;
}
.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;
}
html{
    font-family: Roboto,Opensans,sans-serif,Arial,Helvetica,sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    background-image: url(../imgs/image-bg.jfif);
}
body{
    margin: 0;
    font-weight: 400;
    line-height: 22px;
    font-family: Rubik,Myriad Set Pro,Arial,Helvetica,sans-serif;
    font-size: 13px;
    background-image: url(../imgs/menu-bg.png);
    background-repeat: repeat-x;
    min-height: 100vh;
}

a{
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
    outline: none;
    color: #a41069;
}
i{
    cursor: pointer;
    margin: 0!important;
}
ul, li{
    list-style: none;
    padding: 0;
    margin: 0;        
}
h1, h2, h3, h4{    
    font-weight: normal;
    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;    
}

.container{
    position: relative;
    width: 100%;
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
.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{
    width: 50px;
    height: 50px;
    background-color: transparent!important;
}
.hidden{
    display: none;
}
.w-full{
    width: 100%;
}
.h-full{
    height: 100%;
}
.font-fff{
    color: #fff;
}
.al{
    align-items: center;
}
.clear{
    clear: both;
}
.p-5{
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
}
/*menu*/
header{
    width: 100%;
    padding-top: 20px;
}
.navbar{
    width: 100%;
    position: relative;
    height: 80px;
    box-sizing: border-box;
    padding: 0 10px;
}
.logo-site{
    width: 250px;
    height: 80px;
    padding-right: 40px;
}

.navbar-bottom{
    background-color: #a41069;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.nav-bottom-header{
    margin-left: 20px;
    margin-right: 20px;
    height: 50px;
    overflow-x: auto;
    overflow-y: hidden;
    /*overflow: hidden;*/
}
.menu-home{
    width: 40px;
    height: 40px;
}
.menuheader-item{
    padding: 4px 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    white-space: nowrap;
}
.menuheader-item:hover{
    text-decoration: underline;
}
.navbar form{
    width: 220px;
    height: 36px;
    position: relative;
    overflow: hidden;
}
.navbar form input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 30px;
    outline: 0;
    border: 0;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 36px;
    color: #000;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 5px;
}

.navbar form button{
    box-sizing: border-box;
    padding: 10px;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 1.2em;
    transition: all 1s;
    cursor: pointer;
    /*visibility: hidden;*/
}
/*game_item*/
.main_game{
    min-height: 90vh;
}
.p-10{
    padding: 10px;
}
.content-header{
    font-size: 14px;
    border: 1px solid #E6A6C4;
    border-radius: 10px;
    box-shadow: 0 0 5px 4px #ccc7c7;
    padding: 10px;
    overflow: auto;
    color: #000;
    line-height: 1.65;
}
.content-header h1{
    color: #E02F76;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.h1site{
    text-transform: capitalize;
    font-size: 20px;
    color: #333;
}
.h2site{
    color: #333;
    text-transform: capitalize;
}
.flow-list-game{
    text-align: left;
    clear: both;
    overflow: hidden;
}
.inner-game{
    width: 230px;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px;
    margin: 0;
}
.this-game{
    width: 100%;
    height: 100%;
    box-shadow: 0 1px 6px 0px rgb(50 50 50 / 20%);
    border-radius: 12px;
    overflow: hidden;
}
.this-title{
    padding: 0 10px;
    background-color: #fff;
    height: 32px;
    text-align: left;
    line-height: 32px;
    color: #a41069;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
}
.this-game:hover .this-title{
    background-color: #a41069;
    color: #fff;
}
.slogan-box{
    color: #000;
    padding: 20px 10px;
    border: 2px solid #FA5C95;
    border-radius: 10px;
    background: #fdfafa;
    font-size: 15px;
    line-height: 1.75;
}
.slogan-box h2{
    font-size: 18px;
    color: #E02F76;
    font-weight: 600;
}
.loading-box{
    text-align: center;
    margin: 10px 0;
}
.loadingImage{
    animation: loadingAnimation 1s linear infinite;
}
@keyframes loadingAnimation {
    to {
        transform: rotate(360deg);
    }
}
/*game_play*/
.game-frame-box{
    border: 2px solid #FA5C95;
    border-radius: 10px;
    box-shadow: 0 0 5px 4px #ccc7c7;
}
.box-wget-game{
    position: relative;
    padding-top:10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    justify-content: space-around;
}
.iframe{
    width: 100%;
    margin: 0 10px;
    max-width: 836px;
}
.header-game-box{
    border-bottom: 1px solid #000;
    line-height: 1.5;
}
.header-game-box h1{
    text-transform: capitalize;
    font-size: 20px;
}
.throw-ads-160{
    width: 160px;
    position: relative;

}
.throw-ads-left{
    left: 0;
}
.throw-ads-right{
    right: 0;
}
.option-box{
    height: 40px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
}
.expand{
    width: 32px;
    height: 32px;
    padding: 4px;
    background-color: #4A4A4A;
    border-radius: 4px;
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 4px;
    right: 10px;
    cursor: pointer;
}
#reload{
    right: 52px;
}
.expand:hover{
    background-color: #E02F76;
}
.view{
    line-height: 40px;
    padding-left: 10px;

}
.right-info{
    width: 400px;
    box-sizing: border-box;
}
.left-info{
    width:100%;
    /*max-width: calc(100% - 400px);*/
    box-sizing: border-box;
    font-size: 15px;
    line-height: 1.6;
}
.content-box{
    line-height: 2;
}
.content-box h3, .content-box h4, .content-box h2{
    color: #FA5C95;
    font-weight: 600;
    font-size: 18px;
}
.content-box ul, .content-box ol{
    padding-left: 40px;
}
.content-box ul, .content-box ol, .content-box li{
    list-style: disc;
}
.relate-tc{
    display: inline-block;
    box-shadow: 0 0 5px 1px #ccc7c7;
    margin-top: 5px;
    margin-right: 10px;
    padding: 4px 10px;
    background-color: #fff;
    border-radius: 4px;
}
.relate-tc:hover{
    background-color: #a41069;
    color: #fff;
}
.title-relate{
    padding: 0 10px;
    font-size: 18px;
    font-weight: 600;
}
.comment-box-app{
    margin: 10px -8px;
}

#rating{
    font-size: 13px!important;
}
.search_found{
    color: #000;
}
.search_found ul{
    list-style-type: disc;
}
.search_found ul li{
    list-style-type: disc!important;
    list-style-position: inside;

}
.box-similar{
    padding-top: 10px;
    margin-left: -2px;
    margin-right: -2px;
}
.box-similar .inner-game{
    width: 225px;
}
.box-similar .flow-list-game{
    height: 177px;
    overflow: hidden;
}
.box-similar .inner-game img{
    width: 205px;
}
/*information*/
.for-information{
    width: 100%;
    color: #222;
    min-height: 80vh;
    line-height: 2;
    font-size: 15px;
}
.for-information h1{
    font-size: 24px;
    color: inherit;
    font-weight: bold;
}
.for-information h2, .for-information h3, .for-information h4{
    font-weight: bold;
    font-size: 20px;
}
.for-information p{
    font-size: 15px;
}
.for-information a{
    color: #007bff;
}

.full-information{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
}
.pad-info{
    padding: 15px;
    box-sizing: border-box;
}
/*pagination*/
.pagination{
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}
.next_page{
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: #fff;
    color: #37393b;
    margin: 0 4px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: 40px;
}
.next_page:hover{
    background-color: #a41069;
    color: #fff;
}
.active_{
    background-color: #a41069;
    color: #fff;
}

/*footer*/
footer{
    text-align: center;
    background-color: #a41069;
}
.inner-row-footer{
    padding: 15px 0;
}
.foot-copyright{
    color: #fff;
    padding: 15px 0;
}
.link{
    display: inline-block;
    color: #fff;
    margin-right: 15px;
    margin-top: 10px;
    font-weight: 600;
}
.link:hover{
    text-decoration: underline;
}
#back-to-top{
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    font-size: 20px;
    color: #E02F76;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: 0.2s;
}
#back-to-top:hover{
    color: #fff;
    background-color: #E02F76;
}
.grid-ads{
    border:0;
    overflow: hidden;
}
.grid-ads:hover{
    transform: unset;
}
.throw-ads-300, .throw-big-ads, .throw-ads-768{
    overflow: hidden;
}
.throw-big-ads, .throw-ads-160{
    display: none;
}
@media (min-width:768px){
    .container{
        width: 690px;
    }
    .navbar{
        padding: 0;
    }
}
@media (min-width:992px){
    .container{
        width: 920px;
    }
}
@media (min-width:1200px){
    .container{
        width: 1150px;
    }

    .throw-big-ads, .throw-ads-160{
        display: block;
    }
}
@media (min-width:1400px){
    .container{
        width: 1380px;
    }
}
@media (min-width: 1440px){
    .iframe{
        max-width: 1031px;
    }
}
@media (min-width: 1440px) and (min-height: 755px){
    #iframehtml5{
        height: 572px;
    }
}
@media (min-width: 1919px){
    #iframehtml5{
        height: 572px;
    }
}
@media (max-width:767px){
    .logo-site{
        display: none;
    }
    .navbar{
        justify-content: center;
    }

    .flow-list-game{
        text-align: center;
    }
}

