/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

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 {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1.4em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    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 {
    -webkit-box-sizing: border-box;
    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"] {
    -webkit-box-sizing: border-box;
    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;
}

/* ================================================ comon======================================================== */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    line-height: 1.5;
}

body {
    /* overflow-y: overlay; */
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    height: 100%;
    color: var(--black);
    letter-spacing: 0.00938em;
    background-color: var(--bg);
    text-align: left;
}

hr {
    border-top-width: 1px;
    color: inherit;
    height: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

a {
    cursor: pointer;
    text-decoration: none;
    /* color: var(--black-light); */
}

/* a:hover {
    color: var(--green);
    text-decoration: underline;
} */

menu,
ol,
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

input,
select,
textarea,
button {
    outline: none;
}
/* Thiet lap quang cao*/
.ads {
    width: 100%;
}

.ads-margin {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    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: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.ads-title {
    display: block;
    text-align: center;
    background: 0 0;
    font-size: 11px;
    margin: 0;
    padding: 0;
    color: #b3b3b3;
    opacity: .6
}

.horizontal-title {
    text-align: left !important
}

.ads, .ads-left, .ads-right {
    z-index: 100;
}
.throw-ads-reponsive{
	margin: 20px 0;
	text-align:center;
}

.throw-ads-160x600{
	min-width:160px;
	width:160px;
}
.throw-ads-300x600, .throw-ads-300x250{
	min-width:300px;
	width:300px;
}

:root {
    --white: #fff;
    --black: #000;
    --black-light: #2c3e50;
    --gray: #899fb5;
    --gray2: #ccc;
    --green: #e6710a;
    --green2: #1abc9c;
	--bg:#fff;
    --padding: 16px;
    --padding-larger: 30px;
    --border: 16px;
}

.text {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-overflow {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    -webkit-line-clamp: 2;
}

.container {
    max-width: 1142px;
    padding: 0 16px;
    margin: 0 auto;
}

.row {
    width: 100%;
}

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

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

.flex-align {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
}

/* ================================= menu ====================================== */
.header {
    transition: padding-top 0.3s, padding-bottom 0.3s;
    font-weight: 700;
    background-color: #e6710a;
}

.logo {
    padding: 5px 0;
}

.logo img {
    display: block;
    padding: 5px 0;
}

.navbar {
    padding: 0 12px;
}

.nav-item {
    padding: 8px;
    margin: 0 5px;
    color: var(--white);
    text-transform: capitalize;
    cursor: pointer;
    white-space: nowrap;
}

.nav-item:hover {
    background-color: #4e6984;
}

.nav-child {
    display: flex;
    align-items: center;
    position: relative;
}

.bg-click {
    background: #4e6984;
}

.nav-svg {
    width: 16px;
    height: 16px;
    fill: var(--white);
    margin-left: 8px;
}

.nav-child-list {
    position: absolute;
    inset: 50px auto auto -5px;
    max-height: 300px;
    max-width: 200px;
    padding: 8px 0;
    margin-left: 5px;
    color: #212529;
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    box-shadow: 0 4px 12px 0 rgba(43, 43, 43, 0.1);
    z-index: 2;
    font-weight: normal;
    display: none;
}

.nav-child-item {
    padding: 8px 16px;
    color: var(--black-light);
    display: block;
}

.nav-child-item:hover {
    background-color: #cddbe8;
    color: var(--green);
    text-decoration: underline;
}

/* search */
.search {
    padding-left: 13px;
    position: relative;
    min-width: 220px;
}

.search-term {
    padding: 6px 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-search {
    position: absolute;
    right: 0;
    display: inline-block;
    vertical-align: middle;
    user-select: none;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 100%;
    padding: 6px 12px;
    margin-left: -1px;
    font-size: 1rem;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-search svg {
    width: 16px;
    height: 16px;
    fill: var(--white);

}

/* ========== mobile ====== */
.menu-icon {
    padding: 4px 6px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: transparent;
    cursor: pointer;
    display: none;
}

.menu-icon svg {
    display: block;
    width: 30px;
    height: 30px;
    fill: #fff;
}

.nav-collapses {
    display: none;
    width: 100%;
    padding: var(--padding);
    background-color: var(--black-light);
    position: absolute;
    z-index: 9;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.nav-item2 {
    padding: 8px;
    color: var(--white);
    text-transform: capitalize;
    cursor: pointer;
    white-space: nowrap;
}

.nav-child2 {
    display: flex;
    align-items: center;
    position: relative;
}

.nav-child-list2 {
    position: static;
    inset: 41px auto auto -5px;
    padding: 8px 0;
    color: #212529;
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    box-shadow: 0 4px 12px 0 rgba(43, 43, 43, 0.1);
    z-index: 2;
    font-weight: normal;
    display: none;
}

.nav-collapses .search {
    display: block;
    padding-left: 0;
    margin-top: 16px;
}

.nav-collapses .btn-search {
    right: unset;
}

.nav-collapses .nav-item {
    margin: 0;
}

.nav-collapses .nav-child-item {
    padding: 0 16px;
}

/* =============== category =============== */
.category {
    box-shadow: 0 4px 12px 0 rgba(43, 43, 43, 0.1);
    padding: 12px 0;
	display:none;
}

.category-wrap {
    display: flex;
    align-items: center;
}

.category-list {
    display: flex;
    overflow: hidden;
}

.category-item {
    padding: 8px 16px;
    margin-right: 8px;
    white-space: nowrap;
    text-decoration: none;
    border-radius: var(--border);
    border: 1px solid var(--gray2);
    color: var(--black-light);
    text-align: center;
    text-transform: capitalize;
}

.category-item:hover {
    background-color: var(--gray);
    color: var(--white);
    border: 1px solid var(--gray);
}

.category-btn {
    padding: 6px 16px;
    text-decoration: none;
    border-radius: var(--border);
    border: 1px solid var(--gray2);
    margin: 0;
    color: var(--black-light);
    display: flex;
    align-items: center;
    position: relative;
    margin-left: auto;
}

.category-btn::after {
    content: attr(count);
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background: #4cb9fb;
    color: #f2f2f2;
    border-radius: 50%;
    font-size: 1.4rem;
    line-height: 14px;
    margin-left: 1rem;
    margin-right: calc(-1rem + -16px);

}

.btn-focus {
    /* outline: 1px dotted; */
    /* outline: 5px auto -webkit-focus-ring-color; */
}

/* ====== category-more ===== */
.category-more {
    position: relative;
}

.category-more-wrap {
    display: none;
    position: absolute;
    top: 34px;
    right: 0;
    width: 250px;
    max-height: 300px;
    overflow-y: auto;
    flex-direction: column;
    z-index: 1;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .15);
    text-align: left;
    list-style: none;
    background-color: var(--white);
    background-clip: padding-box;
    box-shadow: 0 4px 12px 0 rgba(43, 43, 43, 0.1);
}

.show-cate {
    display: flex;
}

.category-more-wrap .category-item {
    border: unset;
    text-align: left;
    border-radius: unset;
    padding: 12px 16px;
    margin-right: 0;
}

.category-more-wrap .category-item:hover {
    background-color: #eee;
    text-decoration: underline;
    color: var(--green);
}

/* ================================ main ==================================== */
.main {
    margin: 30px 0;
}

.games-title {
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 2rem;
    border-bottom: 1px solid var(--black);
    margin-bottom: 20px;
    margin-top: 20px;
}
.games-title a, .navplay-title a{
	color:var(--white);
}
.games-title a:hover{
	text-decoration:underline;
}
.games-title-svg {
    width: 18px;
    height: 18px;
    fill: var(--black);
    margin-right: 8px;
}

.svg-larger {
    width: 25px;
    height: 25px;
}

.item {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.item-link {
    max-width: 190px;
    padding-right: 10px;
    padding-left: 10px;
}

.item-link:hover .title {
    text-decoration: underline;
}

.item-show {
    margin-bottom: 20px;
    box-shadow: 0px 1px 6px 0px rgba(50, 50, 50, 0.25);
    border-radius: 5px;
    padding: 5px;
}

.item-show-img {
    display: block;
}

.star-rating img {
    margin: 0 1px;
}

.item-show-infor {
    text-align: center;
    padding: 5px;
}

.title {
    color: var(--black);
}

/* ========== home2 ====== */
.infor-page-desc {
    font-size: 1.4rem;
    font-weight: 400;
    padding-top: var(--padding);
}

.infor-page {
    width: 100%;
}

.infor-page-title {
    text-transform: capitalize;
}

/* ================================== pagination ===================================== */
.pagination {
    text-align: center;
	margin:2rem 0;
}

.pagination .btn {
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #dee2e6;
    padding: 8px;
    background: var(--white);
    width: 44px;
    height: 44px;
    margin: 0 5px;
    font-weight: 700;
	color:var(--black)
}

.pagination .btn:hover {
    color: var(--white);
    background-color: var(--green);
    border: 1px solid var(--green);
    cursor: pointer;
}

.pagination .active {
    font-weight: 700;
    border-radius: 4px;
    padding: 8px;
    width: 44px;
    height: 44px;
    margin: 0 5px;
	color: var(--white);
    background-color: var(--green);
    border: 1px solid var(--green);
}

/* ========================== game-play ======================== */
.game-play {
    margin: 30px 0;
}

.game-play-wrap {
    display: flex;
    justify-content: space-between;
    padding-bottom: var(--padding-larger);
}
.play{
	width:100%;
}
.navplay {
    padding-left: 16px;
}

.container-play {
    width: 170px;
    margin: 0 auto;
}

.navplay-list {
    padding-bottom: 20px;
}
.navplay-list .flex-align{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.navplay-title {
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 1.6rem;
    border-bottom: 1px solid var(--gray2);
    margin-bottom: 20px;
}

.navplay-title-svg {
    width: 15px;
    height: 15px;
    fill: var(--black);
    margin-right: 8px;
}

.navplay-title-svg-larger {
    width: 20px;
    height: 20px;
}

.navplay-item {
    display: flex;
    flex-wrap: wrap;
}

.navplay-item-link {
    max-width: 85px;
    padding-right: 3px;
    padding-left: 3px;
}

.navplay-item-show {
    margin-bottom: 8px;
    /* box-shadow: 0px 1px 6px 0px rgb(255 255 255 / 25%); */
	box-shadow: 0px 1px 6px 0px rgba(50, 50, 50, 0.25);
    border-radius: 5px;
    padding: 5px;
}

.navplay-item-show img {
    display: block;
}

.navplay-item-show-title {
    text-align: center;
    padding: 5px 0 2px;
    font-size: 1.3rem;
	color:var(--black);
	-webkit-line-clamp: 2;
}
.navplay-item-link:hover .navplay-item-show-title{
	color:var(--green);
}
.play-content {
    padding-top: 20px;
}

.comment-company {
    margin-top: -20px;
}

/* ================================== header-game - game-full-rate ===================================== */
/* game-full-rate */
#append-rate {
    padding-bottom: var(--padding);
}

.rating img {
    width: 20px;
    height: 20px;
}

.font-rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
    line-height: 0.5;
}

.iframe-default {
    display: block;
}

.margin-left {
    margin-left: -10px;
}

/* end */

.header-game {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--black-light);
    /* min-height: 62px; */
    height: auto;
    overflow: hidden;
    color: var(--white);
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 10px;
    /* border-bottom-left-radius: 8px;
    border-bottom-right-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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-header h1 {
    font-size: 2rem;
    white-space: nowrap;
    text-transform: uppercase;
}

.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: 44px;
    min-height: 44px;
    margin-left: 5px;
    cursor: pointer;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* border-radius: 50%; */
    -webkit-transition: cubic-bezier(.32, 1.2, .54, 1.17);
    -o-transition: cubic-bezier(.32, 1.2, .54, 1.17);
    transition: cubic-bezier(.32, 1.2, .54, 1.17)
}

.expand {
    margin-right: -5px;
}

.hidden {
    display: none;
}

.header-game-extend>span>svg {
    width: 20px;
    height: 20px;
    fill: var(--white);
}

.header-game-extend>span:hover {
    /* background-color: var(--gray); */
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.share-btn:hover>svg,
.comment-btn:hover>svg,
.theatemode:hover>svg,
.expand-btn:hover>svg {
    fill: var(--green2);
}

.exit-fullscreen {
    width: 36px;
    height: 36px;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 100000;
    padding: 6px;
    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: var(--white);
    padding: var(--padding);
    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;
    color: var(--black-light);
}

/* fullscreen.php */
#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;
}

@media (max-width: 576px) {
    .header-game {
        max-height: unset;
    }
}

/* game-play-views */
.game-play-views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	font-size:16px;
}

.view {
    
}

.emojis {
    color: var(--white);
    cursor: pointer;
	height:24px;
}

.total {
    padding-right:5px;
}

.count {
    font-weight: 600;
}

.total-like {
    padding-left: 10px;
}

.total-like:hover .count {
    color: var(--green2);
}

.emojis-img {
    width: 16px;
    height: 16px;
    fill: var(--white);
}

.total-like:hover .emojis-img {
    fill: var(--green2);
}

.emojis .count {
    margin-left:5px;
}


/* ========================== game__content ======================== */
.infor-web {
    padding-top: var(--padding-larger);
}

.game__content {
    /* color: var(--white); */
    font-size: 1.6rem;
    line-height: 1.2;
}

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

.game__content li {
    padding-top: 5px;
    list-style-type: disc;
}

.game__content a {
    font-weight: 600;
	color:#e6710a;
    /* color: var(--black-light); */
}

.game__content a:hover {
    /* color: var(--green); */
    text-decoration: underline;
}

.game__content a:hover {
    /* color: var(--green); */
}

.game__content h1,
.game__content h2,
.game__content h3,
.game__content h4 {
    text-transform: capitalize;
    margin: revert;
}

.game__content p {
    margin-bottom: 10px;
}

.game__content img {
    max-width: 100%;
    height: auto;
}

/* ====================================== tag =========================================== */
.tag {
    margin-bottom: var(--padding);
}


.tag .tag_item {
    margin: 4px 0;
    margin-right: 10px;
    list-style: none;
}

.tag .tag_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 15px;
    background: #eee;
    color: var(--black-light);
    /* border: 1px solid var(--gray); */
    text-transform: lowercase;
    outline: none;
}

.tag .tag_btn:hover {
    text-decoration: underline;
    color: var(--green);
}

.tag .icon_tag {
    padding-right: 4px;
    display: inherit;
}

.tag>ul {
    padding-left: 0;
    flex-wrap: wrap;
}


/* ================================== breadcrumb ===================================== */
.breadcrumb {
    padding-left: 0 !important;
    display: flex;
}

.breadcrumb li {
    display: inline;
    font-size: 1.4rem;
    text-transform: capitalize;
    line-height: 1.5;
}

.breadcrumb li+li:before {
    margin: 0 5px;
    color: #8e8e8e;
    content: "/";
}

.breadcrumb li a {
    text-decoration: none;
    /* color: var(--white); */
}

.breadcrumb li span {
    color: #black;
}

.breadcrumb svg {
    fill: var(--black);
    width: 2rem;
    height: 1.6rem;
    display: block;
}

.breadcrumb_name:hover svg {
    fill: var(--green2);
}

.breadcrumb li a:hover {
    color: var(--green2);
}

/* ================================== error.php ===================================== */
.not_found {
    margin: 40px 0;
    padding: 0 5px;
}

.not_found span {
    font-size: 1.8rem;
    font-weight: 500;
}

.not_found p {
    font-size: 2rem;
    font-weight: 400;
}

.not_found li {
    list-style-type: square;
    margin-top: 8px;
    margin-left: var(--padding-larger);
}

.not_found em {
    font-weight: 700;
}

/* ============================================ footer ============================================ */
footer {
    font-size: 1.4rem;
    padding: 24px 0;
    -webkit-box-shadow: 0px -1px 0px var(--black2);
    box-shadow: 0px -1px 0px var(--black2);
    background-color: #1a252f;
}

footer .flex-center {
    padding: 0 var(--padding15);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.infor {
    text-align: center;
}

.infor a:hover {
    text-decoration: underline;
    color: rgba(255, 255, 255, .8);
}

.infor a {
    color: var(--white);
}

.infor a::after {
    content: "|";
    margin: 0 5px;
    color: #FFEA00;
}

.infor a:last-child::after {
    content: "";
}


/* =========== loading_mask ============ */
.hidden-load {
    display: none;
}

.loading_mask {
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.loading_mask>img {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.action .loading_mask>img {
    left: 50%;
}

/* ========== back-to-top =========== */
#back-to-top {
    color: var(--black);
    width: 50px;
    height: 50px;
    position: fixed;
    right: var(--padding);
    bottom: 40px;
    font-family: Nunito;
    font-size: 2.5rem;
    font-weight: 800;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
    -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);
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: var(--green);
    color: rgb(249, 250, 255);
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 40px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 40px;
	cursor:pointer;
}

#back-to-top:hover {
    opacity: .9;
}

/* ============================================ responsive ============================================ */
@media (max-width: 1141px) {
    .container-play {
        width: 170px;
    }

    .main .container {
        max-width: 952px;
    }
}

@media (max-width: 992px) {
    #back-to-top {
        visibility: hidden;
    }

    .navbar {
        display: none;
    }

    .search {
        display: none;
    }

    .menu-icon {
        display: block;
    }

    .game-play-wrap {
        flex-wrap: wrap;
        padding-bottom: 0;
    }

    .navplay {
        padding: 10px 0;
        margin: 0 auto;
    }

    .navplay-list {
        padding-bottom: 0;
        padding-top: 20px;
    }

    .container-play {
        max-width: 935px;
        width: 100%;
    }
}

@media (max-width: 844px) {
    .main .container {
        max-width: 762px;
    }

    .container-play {
        max-width: 765px;
    }

    .item {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .container-play {
        max-width: 680px;
    }
}

@media (max-width: 500px) {
    .game-full-rate {
        width: 100%;
        padding-top: 6px;
        display: flex;
        justify-content: center;
    }

    .header-game-extend {
        order: -1;
        width: 100%;
        justify-content: space-between;
    }

    .container-play {
        max-width: 340px;
    }
}

@media (max-width: 370px) {
    .navplay-item {
        justify-content: center;
    }
}