
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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


#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;
    text-rendering: optimizeLegibility;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.screencontainer {
    position: relative;
    max-width: 1256px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px;
}

.row {
    width: 100%;
}

.font-bold {
    font-weight: bold;
}

.d-block {
    display: block;
}

.d-inline {
    display: inline-block;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.d-r-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.d-c-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bz {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.p-r {
    position: relative;
}

.bg-fff {
    background-color: #fff;
}

.absolute {
    position: absolute;
    top: 50%;
}

.text-overflow {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    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 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: 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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.grid-clayover {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, 125px);
    grid-template-rows: repeat(auto-fit, 125px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.grid-item {
    position: relative;
    border-radius: 10px;
    border: 3px solid #fff;
    overflow: hidden;
    cursor: pointer;
    height: 119px;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.span-2x1 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
}

.span-2x2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    height: 220px;
}

.span-3x3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
    height: 340px;
}

.clear {
    clear: both;
}

/*game_item*/
.app {
    min-height: 40vh;
    background-color: #f1ede9;
    overflow: hidden;
    position: relative;
    padding-bottom: 16px;
    padding-top: 16px;
}

.list_game_item {
    text-align: left;
    margin-left: -12px;
    margin-right: -12px
}

.item-game {
    width: 184px;
    margin: 8px 12px;
    display: inline-block;
    /* height: 212px; */
    overflow: hidden;
}

.item-image {
    width: 100%;
    /* height: 112px; */
    position: relative;
}

.item-content {
    height: 92px;
    color: #2a2928;
    position: relative;
    background-color: #fff;
	background-color: #f9f9f9;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px;
}

.item-game-title {
    -webkit-line-clamp: 2;
    text-transform: capitalize;
    font-weight: 600;
    color: #2a2928;
}

.ab-item-play {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background-color: #46ccc5;
    color: #1f1c1a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5px;
    border-radius: 12px;
    font-size: 13px;
    text-transform: uppercase;
}

.ab-item-play svg {
    margin-right: 3px;
}

.ab-item-play:hover {
    background-color: #41b7ae;
}

.ab-item-play:hover svg {
    -webkit-animation: .3s ease jiggle;
    animation: .3s ease jiggle;
}

@-webkit-keyframes jiggle {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    20% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    80% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes jiggle {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    20% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    80% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.label-relate-cate {
    position: absolute;
    left: 0;
    bottom: 0;
    /* max-width: 80px; */
    padding: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 11px;
    color: #000;
    text-align: center;
    background-color: #c0bbb4;
    font-weight: 600;
}

.header-title h1 {
    color: #2a2928;
    font-weight: 600;
    font-size: 24px;
    border-bottom: 1px solid #979797;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.loading-box {
    text-align: center;
    margin: 10px 0;
}

.loadingImage {
    -webkit-animation: loadingAnimation 1s linear infinite;
    animation: loadingAnimation 1s linear infinite;
}

@-webkit-keyframes loadingAnimation {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loadingAnimation {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*game_play*/
.game_play {
    background-color: #fff;
}

.game-play-box-inner {
    background-color: #fff;
      -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -16px;
    margin-right: -16px;
}

.title-slug {
    font-weight: 600;
    font-size: 24px;
}

.about-game {
    margin-top: 40px;
    margin-bottom: 40px;
}

.box-introduct {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 650px;
    overflow-y: auto;
}

.box-introduct::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.box-introduct::-webkit-scrollbar-thumb {
    background-color: #AAA;
    background-image: -webkit-linear-gradient(90deg,
            rgba(0, 0, 0, .2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(0, 0, 0, .2) 50%,
            rgba(0, 0, 0, .2) 75%,
            transparent 75%,
            transparent)
}

.box-right {
    padding-left: 8px;
}

.inner-box {
    background-color: #f5f1ec;
    padding: 16px;
    height: auto;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header-about-game {
    border-bottom: 1px solid #000;
    margin-bottom: 8px;
}

.header-about-game h2, .header-about-game h3 {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
    padding-bottom: 8px;
}

.boxtobox {
    font-size: 16px;
}

.boxtobox h2, .boxtobox h3, .boxtobox h4, .boxtobox h5, .boxtobox h6 {
    font-weight: 500;
    margin-bottom: 10px;
}
.boxtobox h2{
	font-size:20px;
}

.boxtobox h3{
	font-size:18px;
}

.boxtobox ul, .boxtobox ol {
    padding-left: 40px;
	margin-bottom:10px;
}

.boxtobox ul, .boxtobox ol, .boxtobox li {
    list-style: disc;
}

.about-tag-cate {
    margin-top: 16px;
}

.tag-cate {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 12px;
    background-color: #dbd7d2;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 8px 8px 0;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
    font-weight: 500;
}

.tag-cate:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.comment-box-app {
    margin-top: 16px;
    margin-left: -8px;
    margin-right: -8px;
}

#rating {
    font-size: 13px !important;
}

.expand {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 36px;
    height: 36px;
    padding: 5px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 4px;
}

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


#rating .text-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    white-space: nowrap;
}

#rating .rating-element {
    display: inline-block;
    color: inherit;
}

#default-demo {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin-right: 15px;
    margin-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#default-demo img {
    width: 18px;
}

.header-game {
    height: auto;
    overflow: hidden;
    color: #000;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    text-align: left;
    background-color: #f7f8f9;
    border-radius: 8px;
}

.box-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-header h1 {
    font-size: 22px;
    white-space: nowrap;
    font-weight: 600;
    text-transform: capitalize;
}

.header-game-extend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-game-extend>span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    padding: 10px;
    cursor: pointer;
    margin-left: 5px;
    border-radius: 5px;
}

.bored-btn {
    padding: 10px;
}

.expand-btn {
    margin-right: -10px;
}

.header-game-extend>span>svg {
    width: 20px;
    height: 20px;
    fill: #000;
}

.exit-fullscreen {
    width: 40px;
    height: 40px;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 100000;
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.65);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.clipboard-share {
    position: fixed;
    z-index: 100;
    background-color: #fff;
    padding: 16px;
    border-radius: 8px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 300px;
    min-height: 45px;
}

.hide-zindex {
    z-index: -20;
    visibility: hidden;
}

.close-sharing-box {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.65);
    display: none;
}

.inline-sharing-box h3 {
    margin-bottom: 10px;
}

.full-box-game {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wget-game {
    width: 100%;
}


@media (max-width: 991px) {
    .box-header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}


.iframe-box {
    width: 100%;
}


@media (min-width: 1919px) {
    #iframehtml5 {
        height: 567px;
    }

}


@media (min-width: 1081px) and (max-width: 1255px) {
    .container {
        width: 1048px;
    }

    .throw-ads-160x600 {
        width: 160px;
        overflow: hidden;
        display: block;
    }
}

@media (min-width: 922px) and (max-width: 1080px) {
    .container {
        width: 840px;
    }
}

@media (min-width: 751px) and (max-width: 922px) {
    .container {
        width: 632px;
    }
}

@media (min-width:992px){
	.icon-menu, .mobile-menu-box{
		display:none!important;
	}
}

@media (max-width: 991px) {
    .navigation .menu-header-bar {
        display: none;
    }

    .icon-menu {
        display: block;
    }

    .mobile-box {
        display: none!important;
    }

    .box-introduct {
        width: 100%;
        max-height: unset;
        padding: 0;
    }
}

@media (max-width: 750px) {
    .container {
        width: 100%;
    }

    .list_game_item {
        text-align: center;
    }
}

@media (max-width: 540px) {
    .nav-logo, .nav-logo img {
        /* width: 188px; */
        /* height: 40px; */
    }
}

@media (min-width:1081px) {
    .throw-ads-970x90 {
        display: block;
    }
}