/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.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:-.25em}sup{top:-.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}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .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}

  
body{
    background-color:  #fff;
    padding: 10px;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    
}
.bg-gradient{
    background: linear-gradient(to bottom right, #4f3bc7, #5fa8ed);
}
.lazy{
    background-image: url('/asset/img/loadings.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.content-container{
    width: 1145px;
    margin: auto;
}
.full-content{
    padding: 15px;
    position: relative;
}
.relative{
    position: relative;
}
.p-20{
    padding: 10px;
}
.p-20{
    padding: 20px;
}
a { 
    text-decoration: none;
    color: #273c75;
}
.a-center{
    text-align: center;
}
.floating-header{
    position: absolute;
    position: fixed;
    top:15px;
    left: 15px;
    right:15px;
    height: 70px;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    border-radius: 20px;
    z-index: 998;
    display: none;
}
.floating-header:hover{
    background-color: #fff;
}
.floating-header-box{
    position: relative;
    height: 70px;
    width: 1145px;
    margin:auto;
}
.floating-header-box{
    text-align: center;
}
.header-content{
    padding: 15px;
    position: relative;
    line-height: 35px;
}
.menu{
    position: absolute;
    left: 10px;
    top : 10px;
    bottom: 10px;
    width: 50px;
    cursor: pointer;
}
.pointer{
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
}
.menu img{
    height: 50px;
    width: 50px;
}
.search{
    position: absolute;
    right: 10px;
    top : 10px;
    bottom: 10px;
    width: 50px;
    cursor: pointer;
}
.search img{
    height: 50px;
    width: 50px;
}

.logo-center {
    height: 50px;
    margin-top: 10px;
}

.full-menu{
    display: none;
    position: absolute;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    overflow-y: scroll;
}
.close-full-menu{
    cursor: pointer;
    position: absolute;
    width: 50px;
    top: 15px;
    right: 15px;
}
.close-full-search{
    cursor: pointer;
    position: absolute;
    width: 50px;
    top: 15px;
    right: 15px;
}
.full-search{
    display: none;
    position: absolute;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999;
}

.search-container{
    width: 630px;
    margin:auto;
    margin-top: 250px;
    position: relative;

}
.full-add-game{
    display: none;
    position: absolute;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999;
}
.add-game-container{

    max-width: 500px;
    margin:auto;
    margin-top: 0px;
    position: relative;
}
.add-game-success-container{

    display: none;
    max-width: 500px;
    margin:auto;
    margin-top: 200px;
    position: relative;
    text-align: center;
}
.add-game-success-container img{
    width: 200px;
}
.close-add-game{
    cursor: pointer;
    position: absolute;
    width: 50px;
    top: 15px;
    right: 15px;
}
.search-box{
    font-size: 30px;
    padding: 15px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 0px;
    width: 500px;
    padding-right: 100px;
    color: #fff;
}
.add-game-txt{
    font-size: 20px;
    padding: 15px;
    border-radius: 10px;
    background-color: #ccc;
    border: 0px;
    width: 465px;
    color: #000;
    margin-bottom: 15px;
}
.add-game-textarea{
    font-size: 17px;
    padding: 15px;
    border-radius: 10px;
    background-color: #ccc;
    border: 0px;
    width: 465px;
    height: 200px;
    color: #000;
    margin-bottom: 15px;
}
.preview-ori{
    position: absolute;
    top: 15px;
    right: 20px;
    width: 25px;
    height: 25px;
}
.add-game-btn{
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    background-color: rgba(82, 45, 247, 0.5);
    color: #fff;
    cursor: pointer;
}
.search-submit{
    border: 0px;
    font-size: 30px;
    border: 0px;
    position: absolute;
    right: 20px;
    top: 13px;
    background: transparent;
    opacity: 0.6;
    cursor: pointer;
}
.search-submit img{
    width: 40px;
}

.grid {
    display:grid;
    grid-template-columns: repeat(10, auto);
    grid-auto-flow : row dense;
    column-gap: 10px;
    row-gap: 10px;
    width: 1145px;
    margin:auto;
}
.grid-header {
    display:grid;
    grid-template-columns: repeat(10, auto);
    grid-auto-flow : row dense;
    column-gap: 10px;
    row-gap: 10px;
    width: 1145px;
    margin:auto;
}
.logo{
    background: #fff;
    height: 100px;  
    width: 100px;
    position: relative;
    overflow: hidden;  
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    text-align: center;
}
.logo img{
    width: 70px;
}
.logo-big img{
    width: 90px;
}
.m-top-10{
    margin-top: 6px;
}
.logo-navigation{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 30px;
    border-top: 1px solid #ccc;
    display: grid;
    grid-template-columns: repeat(2, auto);
}
.logo-navigation img{
    width: 22px;
    height: 22px;
    vertical-align: middle;
}
.home-icon{
    width: 50px;
    height: 30px;
    border-right: 1px solid #ccc;
    text-align: center;
    float: left;
    padding-top: 3px;
    cursor: pointer;
}
.home-icon img{
    height: 18px;
    width: 18px;
}
.search-icon{
    padding-top: 3px;
    width: 50px;
    height: 30px;
    text-align: center;
    cursor: pointer;
}
.item {
    position: relative;
    background: #fff;
    border-radius: 25px;
    height: 100px;  
    width: 100px;
    overflow: hidden;  
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    cursor: pointer;
    
}
.no-overflow{
    overflow: visible;
}
.item-link:hover > .item-text{
    display: inline;
}
.item-link:hover > .item-text-super-large{
    display: inline;
}
.item-link:hover > .item-text-large{
    display: inline;
}
.item-badge{
    display: none;
    position: absolute;
    top: -10px;
    right: -5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 13px;
    border-radius: 20px;
    color: #f1f1f1;
    background-color: #2ecc71;
}
.item-badge-bottom{
    display: none;
    position: absolute;
    bottom: -10px;
    right: -5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 13px;
    border-radius: 20px;
    color: #f1f1f1;
    background-color: #d35400;
}
.item img{
    width: 100%;
    height: 100%;
}
.item-text{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
}
.item-text-relative-container{
    height: 100px;
    width: 100px;
    position: relative;
}
.item-text span{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    position: absolute;
    left: 10px;
    bottom: 25px;
    right: 10px;
    color:#fff;
    text-align: center;
}

.item-text-large{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);;
}
.item-text-large-relative-container{
    height: 215px;
    width: 215px;
    position: relative;
}
.item-text-large span{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    position: absolute;
    left: 10px;
    bottom: 25px;
    right: 10px;
    color:#fff;
    text-align: center;
    font-size: 20px;
}

.item-text-super-large{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);;
}
.item-text-super-large-relative-container{
    height: 325px;
    width: 325px;
    position: relative;
}
.item-text-super-large span{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    position: absolute;
    left: 10px;
    bottom: 25px;
    right: 10px;
    color:#fff;
    text-align: center;
    font-size: 25px;
}
.item-category{
    position: absolute;
    left: 10px;
    bottom: 10px;
    right: 10px;
    color:#d1d0d1;
    text-align: center;
    font-size: 15px;
}
.font-small{
    font-size: 12px;
}
.border{
    border: 1px solid #000;
}
.large {
    background: #fff;
    grid-column: span 2;
    grid-row: span 2;
    height: 215px;
    width: 215px;
}
.preview{
    background-color: #fff;
    grid-column: span 10;
    grid-row: span 3;
    height: 325px;
    position: relative;
    overflow: hidden;
}
.detail{
    background-color: #fff;
    grid-column: span 10;
    grid-row: span 3;
    position: relative;
    padding: 15px;
}
.detail-content{
    position: relative;
    display: grid;
    grid-template-columns: 370px auto;
}

.detail-ads{
    text-align: center;
}

.detail-ads p{
    margin-bottom: 5px;
    margin-top: 0px;
    padding: 0px;
    font-size: 13px;
}
.detail-desc{
    padding-left: 20px;
    padding-right: 20px;
}
.detail-icon{
    border-radius: 15px;
    width: 100%;
    background-color: #fff;
    min-height: 150px;
}
.go-play{
    border:1px solid #4e3ac7;
    color: #4e3ac7;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    text-align: center;
}
.go-timer{
    background-color: transparent;
    border: 0px;
    color: #246756;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    text-align: center;
}
.detail-more{
    color: #246756;
    display: grid;
    grid-template-columns: auto auto;
    border-bottom: 1px dashed #246756;
    padding-bottom: 10px;
    font-size: 14px;
}
.a-right{
    text-align: right;
}


.preview-full{
    grid-column: span 10;
    grid-row: span 4;
    height: 550px;
    width: auto;
}
.game-frame{
    display: block;
    position: relative;
    height: 590px;
    width: 100%;
    border: 0px;
    background-image: url('/asset/img/loading2.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #000;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
}
.game-random-top{
    margin-top: 10px;
    margin-bottom: 5px;
}
.ads728{
    background-color: #fff;
    grid-column: span 8;
    width: 917px;
    position: relative;
    text-align: center;
}
.div728{
    width: 760px;
    height: 90px;
    margin: auto;
    
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: left;
}

.div728 p{
    writing-mode: vertical-lr; 
    transform: rotate(180deg);
    font-size: 13px;
    padding: 3px;
    margin: 5px;
    float: left;
}
.ads-leaderboard{
    background: transparent;
    text-align: center;
    padding: 10px;
    position: relative;
}
.ads-leaderboard img{
    
    margin: 5px;
    width: 95%;
}
.white-bg{
    background-color: #fff;
}
.super-large {
    background: #fff;
    grid-column: span 3;
    grid-row: span 3;
    height: 325px;
    width: 325px;
}
.x-large {
    background: #fff;
    grid-column: span 6;
    height: 100px;
    width: 677px;
}
.xx-large{
   width: 920px;
    column-gap: 7;
}

.u-shadow{
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}
.radius{
    border-radius: 10px;
}
.menu-container{
    width: 760px;
    margin:auto;
    padding-top: 60px;
    display: grid;
    grid-template-columns: repeat(5,auto);
    column-gap: 10px;
    row-gap: 10px;
}
.menu-list{
    position: relative;
    border-radius: 15px;
    padding: 20px;
    font-size: 25px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    overflow: hidden;
}
.load-more{
    cursor: pointer;
    border-radius: 10px;
    padding: 20px;
    font-size: 25px;
    background-color: #fff;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.load-more-btn-only{
    cursor: pointer;
    border-radius: 10px;
    padding: 20px;
    font-size: 25px;
    background-color: #fff;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.load-more:hover{
    background-color: rgba(255, 255, 255, 0.8);
}
.load-more-add{
    cursor: pointer;
    border-radius: 10px;
    padding: 20px;
    font-size: 25px;
    background-color: #fff;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.load-more-add:hover{
    background-color: rgba(255, 255, 255, 0.8);
}
.bottom-about{
    display: grid;
    grid-template-columns: 300px auto;
}
.about-icon{
    width: 300px;
}
.about-icon-mobile{
    display: none;
}
.about-text{
    padding: 30px;
}
.footer-container{
    margin: -20px;
    z-index: 10;
    background-color: #2d2d30;
}
.footer{
    padding: 20px;
    display: grid;
    grid-template-columns: auto auto;
}
.footer-link{
    text-align: right;
}
.footer-link a{
    margin-left: 10px;
    margin-right: 10px;
    color: #273c75;
}
.bg-blur{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    filter: blur(30px);
    -webkit-filter: blur(30px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.anti-bg-blur{
    position: relative;
}
.bg-blur-small{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.header-title{
    overflow: hidden;
}
.header-title h1{
    font-size: 25px;
    margin: 20px;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
}
.header-title p{
    margin: 20px;
    margin-top: 0px;
    color: #246756;
}
.space{
    margin-top: 15px;
}
.preview-content{
    position: relative;
    text-align: center;
    background-color: #fff;
    height: 325px;
    justify-content: center;
    cursor: pointer;
}
.preview-content img{
    margin-top: 105px;
    width: 100px;
}
.preview-content p{
    color: #fff;
    font-size: 30px;
}
.about-game{
    position: relative;
    display: grid;
    grid-template-columns: auto 370px;
}

.about-game-ads{
    text-align: center;
    padding: 15px;
}
.about-game-desc{
    
    padding: 15px;
    margin-right: 15px;
}
.about-game-desc h1{
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    font-size: 28px;
}
.about-game-ads p{
    margin: 5px;
    font-size: 13px;
}
.ads336{
    width: 336px;
    height: 280px;
}
.like-selected{
    background-color: rgb(46, 204, 113,0.5);
}
.dislike-selected{
    background-color: rgb(211, 84, 0,0.5);
}
.hide-on-pc{
    display: none;
}
.show-on-tablet{
    display: none;
}
.show-on-mobile{
    display: none;
}
.hide-on-mobile{
    display: block;
}

.show{
    display: block;
}

.hide{
    display: none;
}
.ads-badge{
    text-align: center;
    font-size: 13px;
}
.semi-hide{
    opacity: 0.3;
}


.x-large-play{
    width : 485px;
}
.x-large-video{
    width : 695px;
}

.item-heading{
    background:#fff;
    text-align:center;
    font-size:28px;
    grid-column: span 2;
    width: 215px;
    overflow: hidden;
}
.item-heading-text{
    line-height:100px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
}
.my-favorite-container{
    width: 760px;
    margin:auto;
    padding-top: 7px;
    display: grid;
    grid-template-columns: repeat(7,auto);
    grid-auto-flow: dense;
    column-gap: 10px;
    row-gap: 10px;
}

.my-favorite-title{
    width: 760px;
    margin:auto;
    text-align: center;
    font-size: 25px;
}
.my-favorite-alert{
    width: 760px;
    margin:auto;
    text-align: center;
    background-color:rgba(0,0,0,0.3);
    text-align:center;
    padding:15px;
    border-radius:10px;
    
}
.vgrid{
    display: grid;
    grid-template-columns: 288px 288px 288px 288px;
}
.vlist{
    padding: 5px;
}
.vlist-thumb-container{
    min-height: 100px;
    background-color: #eee;
    position: relative;
}
.vlist-thumb{
    width: 100%;
    display: block;
}
.vlist-container{
    overflow: hidden;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 20px;
    transition: transform .2s;
    background-color: #fff;
}
.vlist-duration{
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 40px;
    background-color: #000;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin-left: 10px;
    z-index: 9;
    margin-top: -20px;
}
.vlist-title{
    padding: 5px 15px 15px 15px;
    font-size: 16px;
    line-height: 35px;
    height: 25px;
    font-weight: bold;
}
.only-one-line{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; 
}
.only-two-line{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}
.only-three-line{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
}
.only-10-line{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical; 
}
.only-8-line{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical; 
}
.no-decoration{
    text-decoration: none;
} 
.black{
    color: #000;
}
.title-vlist{
    color:#fff;
    margin-left:10px;
    margin-top:55px;
}
.watchvideo{
    height: 450px;
    width: 100%;
    background-color: #000;
    overflow: hidden;
    
}
.gdetail-title-container{
    display: grid;
    grid-template-columns: 100px auto;
}
.gdetail-title{
    margin-left: 10px;
}
.gdetail-title h1{
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    margin-top: 3px;
    margin-bottom: 5px;
}
.gdetail-icon img{
    width: 100px;
    height: 100px;
    border-radius: 10px;
    display: block;
}
.gdetail-star img{
    width: 22px;
    height: 22px;
}
.gdesc-review{
    margin-top: 15px;
    font-size: 16px;
}
.play-game{
    border: 1px solid #4CC65E;
    padding: 7px;
    width: 60px;
    text-align: center;
    font-size: 15px;
    border-radius: 7px;
    color: #4CC65E;
    position: relative;
    padding-left: 20px;
    margin-top: 5px;
}

.play-game img{
    height: 17px;
    width: 17px;
    margin-right: 1px;
    display: block;
    position: absolute;
    left: 8px;
    top: 7px;
}
.read-more{
    font-weight: bold;
    font-size: 14px;
    color: #4FA696;
    margin-top:5px;
}
.read-more-desc{
    font-weight: bold;
    font-size: 15px;
    color: #4FA696;
}
.play-game-btn{
    border: 1px solid #4CC65E;
    padding: 7px;
    width: 60px;
    text-align: center;
    font-size: 15px;
    border-radius: 7px;
    color: #4CC65E;
    position: relative;
    padding-left: 20px;
    margin-top: 5px;
}

.play-game-btn img{
    height: 17px;
    width: 17px;
    margin-right: 1px;
    display: block;
    position: absolute;
    left: 8px;
    top: 7px;
}
.gameplay-mobile-full{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.adsbadge{
    font-size: 12px;
    text-align: center;
    margin-bottom: 5px;
}
.close-full-game{
    position: absolute;
    top: 30px;
    left: 0px;
    width: 50px;
    background-color: #a3d6f8;
    padding: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 10;
    display: none;
}
.close-full-game img{
    height: 39px;
}
.game-full-screen{
    width: 100%;
    height: 100%;
}
.gameplay-src{
    width: 100%;
    height: 100%;
    border:0px;
    padding: 0px;
    margin: 0px;
}
/* Responsive Mobile */

@media only screen and (max-width: 480px) {
    
    .gdetail-title h1{
        font-size: 18px;
    }
    .gdetail-star img{
        width: 15px;
        height: 15px;
    }
    .grid{
        width: 380px;
        grid-template-columns: repeat(4, auto);
        column-gap: 10px;
        row-gap: 10px;
    }
    .watchvideo{
        height: 250px;
    }
    .vgrid{
        grid-template-columns: auto;
    }
    .vlist-container{
        margin-bottom: 6px;
    }
    .content-container{
        width: 380px;
    }
    .floating-header-box{
        width: 380px;
    }
    .item{
        width: 84px;
        height: 84px;
    }
    
    .logo{
        height: 84px;
        width: 84px;
    }
    .home-icon{
        width: 42px;
        height: 25px;
    }
    .search-icon{
        width: 42px;
        height: 25px;
    }
    .item-text-relative-container{
        width: 84px;
        height: 84px;
    }
    .large{
        width: 180px;
        height: 180px;
    }
    
    .xx-large{
        width: 186px;
        column-gap: 2;
    }
    .item-text-large-relative-container{
        width: 180px;
        height: 180px;
    }
    .super-large{
        width: 280px;
        height: 275px;
    }
    .item-text-super-large-relative-container{
        width: 280px;
        height: 270px;
    }
    .bottom-about{
        grid-template-columns: auto auto;
    }
    .about-icon{
        display: none;
    }
    .about-icon-mobile{
        display: block;
        width: 360px
    }
    .footer{
        font-size: 13px;
    }
    .footer-link a{
        margin-left: 5px;
        margin-right: 5px;
    }
    .logo img{
        width: 50px;
    }
    .home-icon img{
        width: 18px;
        height: 18px;
    }
    .search-icon img{
        width: 20px;
        height: 20px;
    }
    .menu-container{
        width: 380px;
        display: grid;
        grid-template-columns: repeat(4,auto);
        column-gap: 8px;
        row-gap: 8px;
    }
    .item-heading{
        width: 180px;
        
    }
    .item-heading-text{
        line-height: 84px;
        font-size: 23px;
    }
    .my-favorite-container{
        width: 380px;
        display: grid;
        grid-template-columns: repeat(4,auto);
        column-gap: 8px;
        row-gap: 8px;
    }
    .my-favorite-title{
        width: 380px;
    }
    .my-favorite-alert{
        width: 380px;
    }
    
    .x-large-play{
        width : 285px;
        grid-column: span 3;
    }

    .menu-list{
        padding: 10px;
        font-size: 14px;
    }
    .search-container{
        width: 350px;
    }
    .search-box{
        width: 230px;
    }
    .hide-on-mobile{
        display: none;
    }
    .ads728{
        grid-column: span 4;
        width: 375px;
        height: 300px;
    }
    .div728{
        width: auto;
        height: auto;
    }
    
    .ads-leaderboard img{
        margin: 5px;
        max-width: 95%;
    }
    
    .x-large{
        width: 380px;
        column-gap: 4;
    }
    .about-game{
        display: block;
    }
    
    .about-game-desc{
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .like{
        margin-left: 13px;
    }
    .detail{
        height: auto;
    }
    .detail-content{
        grid-template-columns: auto;
        height: auto;
    }
    .detail-desc{
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .hide-on-pc{
        display: block;
    }
    .show-on-mobile{
        display: block;
    }
    .game-frame{
        height: 100%;
    }
    
}
/* Responsive Mobile */

@media only screen and (min-width: 481px) and (max-width: 800px) {
    .grid{
        width: 650px;
        grid-template-columns: repeat(6, auto);
        column-gap: 10px;
        row-gap: 10px;
    }
    .vgrid{
        grid-template-columns: auto auto auto;
    }
    .vlist-container{
        margin-bottom: 6px;
    }
    .content-container{
        width: 650px;
    }
    .floating-header-box{
        width: 650px;
    }
    .item{
        width: 94px;
        height: 94px;
    }
    .logo{
        height: 94px;
        width: 94px;
    }
    .home-icon{
        width: 47px;
        height: 25px;
    }
    .search-icon{
        width: 47px;
        height: 25px;
    }
    .item-text-relative-container{
        width: 94px;
        height: 94px;
    }
    .large{
        width: 200px;
        height: 200px;
    }
    .xx-large{
        width: 435px;
        column-gap: 4;
    }
    .x-large-play{
        width : 215px;
        
        column-gap: 2;
    }
    .item-text-large-relative-container{
        width: 200px;
        height: 200px;
    }
    .super-large{
        width: 315px;
        height: 315px;
    }
    .item-text-super-large-relative-container{
        width: 315px;
        height: 315px;
    }
    .bottom-about{
        grid-template-columns: auto auto;
    }
    .about-icon{
        display: none;
    }
    .about-icon-mobile{
        display: block;
        width: 360px
    }
    .footer{
        font-size: 13px;
    }
    .footer-link a{
        margin-left: 5px;
        margin-right: 5px;
    }
    .logo img{
        width: 50px;
    }
    .home-icon img{
        width: 18px;
        height: 18px;
    }
    .search-icon img{
        width: 20px;
        height: 20px;
    }
    .menu-container{
        width: 380px;
        display: grid;
        grid-template-columns: repeat(4,auto);
        column-gap: 8px;
        row-gap: 8px;
    }
    .menu-list{
        padding: 10px;
        font-size: 14px;
    }
    .search-container{
        width: 350px;
    }
    .search-box{
        width: 230px;
    }
    .hide-on-mobile{
        display: none;
    }
    .ads728{
        grid-column: span 6;
        width: 648px;
        height: 300px;
    }
    .div728{
        width: auto;
        height: auto;
    }
    .ads-leaderboard img{
        margin: 5px;
        max-width: 95%;
    }
    
    .x-large{
        width: 650px;
        column-gap: 5;
    }
    .about-game{
        display: block;
    }
    
    .about-game-desc{
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .link-blue-dark{
        color: #273c75;
    }
    .like{
        margin-left: 245px;
    }
    .detail{
        height: auto;
    }
    .detail-content{
        display: block;
        height: auto;
    }
    .detail-desc{
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .hide-on-pc{
        display: block;
    }
    .hide-on-tablet{
        display: none;
    }
    .show-on-tablet{
        display: block;
    }
    
    .item-heading{
        width: 180px;
        
    }
    .item-heading-text{
        line-height: 94px;
        font-size: 26px;
    }
    .my-favorite-container{
        width: 380px;
        display: grid;
        grid-template-columns: repeat(4,auto);
        column-gap: 8px;
        row-gap: 8px;
    }
    .my-favorite-title{
        width: 380px;
    }
    .my-favorite-alert{
        width: 380px;
    }
    
    .x-large-play{
        width: 545px;
        grid-column: span 5;
    }
}