/*
Theme Name: Theme Game
Version: 1.0
Text Domain: themegame
*/
img{outline: none;max-width: 100%;height: auto}
input:focus,button:focus,select:focus,textarea:focus{outline: none}
iframe{margin-left: auto;margin-right: auto;max-width: 100%}
body{
    color: #333333;
    font-size: 16px;
    position: relative;
}
body::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #f2f5ff;
    background-image: radial-gradient(#3799fb 1.7000000000000002px, transparent 1.7000000000000002px), radial-gradient(#3799fb 1.7000000000000002px, #f2f5ff 1.7000000000000002px);
    background-size: 68px 68px;
    background-position: 0 0, 34px 34px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
body.dark-mode::before {
    background-image: radial-gradient(#3799fb 1.7000000000000002px, transparent 1.7000000000000002px), radial-gradient(#3799fb 1.7000000000000002px, #172b3d 1.7000000000000002px);
}
/*ul {margin:0;padding:0;list-style: none;}*/
a,a:hover{text-decoration: none;}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
    margin-bottom: 15px;
}

/*Mobile*/
#overlay {
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 998;
}
.mobile-header {
    display: none;
    position: fixed;
    z-index: 99999;
    background: #FFF;
    top: 0;
    left: 0;
    height: 60px;
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
}

.mobile-header .left-menu, .mobile-header .right-menu {
    border: none;
    position: absolute;
    top: 0;
    padding: 0;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s
}
.mobile-header .left-menu {
    left: 0;
    height: 50px;
    width: 50px;
    background: #fff;
    color: #000;
    margin-top: 10px;
    border-bottom: 1px solid #e4e4e4;
}
.mobile-header .left-menu span i {
    font-size: 35px;
}
.mobile-header .right-menu {
    right: 15px;
    top: 14px;
    font-size: 16px;
    display: none;
}
.mobile-header .right-menu a{color: #ff3232}
.mobile-header .right-menu a.cart-mobile {
    margin-right: 15px;
}
.mobile-header .right-menu .fa{font-size: 20px}
.mobile-header .title {
    width: 100%;
    text-align: center
}
.mobile-header .title img{
    max-height: 45px;
    margin-top: 9px;
}
.mobile-header .title p {
    font-size: 20px;
    letter-spacing: .58rem;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.mobile-header .title p a {
    color: #d41617
}
.st-menu .wrap-cta-menu-mobile {
    padding: 5px 15px;
}
.st-menu .wrap-cta-menu-mobile .text-1 {
    background: transparent;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 18px;
    border: 1px solid #fff;
    margin-right: 45px;
    margin-bottom: 15px;
}
.st-menu .wrap-cta-menu-mobile .wrap-1 a {
    text-decoration: none;
}
.st-menu .wrap-cta-menu-mobile .text-1 i {
    margin-right: 7px;
}
.st-menu .wrap-cta-menu-mobile .text-1 span {
    text-transform: uppercase;
}
.st-menu .wrap-cta-menu-mobile .text-1 .number-24-7 {
    color: #fff;
    margin-left: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.st-menu .wrap-cta-menu-mobile .text-2 {
    background: #f9dd21;
    padding: 11px 15px;
    border-radius: 4px;
    display: block;
    margin-top: 10px;
    margin-right: 45px;
    display: none;
}
.st-menu .wrap-cta-menu-mobile .text-2 i {
    margin-right: 10px;
    font-size: 18px;
    color: #000;
}
.st-menu .wrap-cta-menu-mobile .text-2 span {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
}
.st-menu {
    position: fixed;
    top: 0;
    left: -270px;
    display: none;
    width: 270px;
    height: 100%;
    z-index: 99999;
    /*-webkit-overflow-scrolling: touch;*/
    overflow: scroll;
    background: #5b5b5b;
    /*color: #fff;*/
}

.st-menu .nav {
    margin-top: 15px;
    padding-top: 20px;
}
.st-menu > ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.st-menu > ul > li > ul.sub-menu{
    list-style: none;
    padding-left: 35px;
    display: none;
}
.st-menu > ul > li > ul.sub-menu > li > ul.sub-menu{
    padding-left: 18px
}
.st-menu ul li {
    width: 100%;
    margin-bottom: 5px;
}
.st-menu ul > li > .caret{
    position: absolute;
    right: 15px;
    top: 14px
}
.st-menu ul li .wrap-link-submenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.st-menu ul li a {
    font-size: 18px;
    color: #fff;
    padding: 5px 15px;
    /*display: flex;*/
    text-decoration: none;
    justify-content: space-between;
    align-items: center;
}
.st-menu ul li .wrap-link-submenu .caret {
    margin-right: 15px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 7px dashed;
}
.st-menu ul li a:hover,
.st-menu ul li a:focus{
    color: #fff;
    background: none
}
.st-menu ul.sub-menu li a{
    padding-left: 0
}
/*.st-menu li.menu-item-has-children {
    background-image: url('assets/images/arrow_right.png');
    background-repeat: no-repeat;
    background-position: top 10px right 10px;
}
.st-menu li.menu-item-has-children.dropdown{
    background-image: url('assets/images/arrow_bot.png');
    background-position: top 10px right 10px;
}*/

.bar {
    margin: 0 auto;
    display: block;
    width: 25px;
    height: 2px;
    margin-bottom: 3px;
    background: #fff;
    box-shadow: inset 0 9999in;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.bar:nth-child(1) {
    margin-top: 5px
}

.menu-icon {
    display: none
}

.st-menu-open .menu-icon {
    display: block
}

.st-menu-open .menu-icon+span {
    display: none
}

.st-menu-open .bar:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 5px
}

.st-menu-open .bar:nth-child(2) {
    display: none
}

.st-menu-open .bar:nth-child(3) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -5px
}

/*END MOBILE*/

.go-to-top {
    position: fixed;
    z-index: 99999;
    cursor: pointer;
    background: red;
    height: 40px;
    width: 40px;
    right: 25px;
    bottom: 15px;
    color: #ffffff;
    justify-content: center;
    text-align: center;
    border: 2px solid #fff;
    font-size: 18px;
    transition: .3s;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: 0.3s all;
}

a.cta-action-text {
    position: fixed;
    bottom: 100px;
    right: 30px;
}

a.cta-action-text img.icon-zalo {
    width: 55px;
}

a.cta-action-fb {
    position: fixed;
    bottom: 20px;
    right: 30px;
}

a.cta-action-fb img.icon-fb {
    border-radius: 50%;
    width: 55px;
}

/*Header desktop*/
#desktop-header {
    background: #fff;
    padding: 25px 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    transition: background-color 0.3s ease, color 0.3s ease;
}
body.dark-mode #desktop-header {
    background: #172b3d;
    border-top-color: #374151;
    border-bottom-color: #374151;
}
#desktop-header .wrap-all {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#desktop-header .wrap-all .logo {
    width: 10%;
}
#desktop-header .wrap-all .logo img {
    width: 100%;
}
#desktop-header .wrap-all .nav li {
    margin: 0 30px;
}
#desktop-header .wrap-all .nav a {
    color: #4b5563;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: bold;
}
body.dark-mode #desktop-header .wrap-all .nav a {
    color: #fff;
}
#desktop-header .wrap-all .nav a i,
#desktop-header .wrap-all .wrap-dark-mode-search i {
    color: #fff;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}
#desktop-header .wrap-all .wrap-dark-mode-search .icon-darkmode {
    cursor: pointer;
}
#desktop-header .wrap-all .nav .home a i,
#desktop-header .wrap-all .wrap-dark-mode-search i.icon-search {
    background: linear-gradient(137deg, #85b6ff, #0085ff);
    box-shadow: 0 10px 15px -3px #85b6ff, 0 4px 6px -4px #0085ff;
}
#desktop-header .wrap-all .nav .game a i,
#desktop-header .wrap-all .wrap-dark-mode-search i.icon-darkmode {
    background: linear-gradient(137deg, #ffa985, #ff2e00);
    box-shadow: 0 10px 15px -3px #ffa985, 0 4px 6px -4px #ff2e00;
}
#desktop-header .wrap-all .nav .blog a i {
    background: linear-gradient(137deg, #ffc785, #ff9900);
    box-shadow: 0 10px 15px -3px #ffc785, 0 4px 6px -4px #ff9900;
}
#desktop-header .wrap-all .nav .faq a i {
    background: linear-gradient(137deg, #16d300, #14c300);
    box-shadow: 0 10px 15px -3px #16d300, 0 4px 6px -4px #16d300;
}
#desktop-header .wrap-all .wrap-dark-mode-search {
    display: flex;
}
#desktop-header .wrap-all .wrap-dark-mode-search i {
    margin-right: 0;
    margin-left: 10px;
}
#desktop-header .wrap-all .wrap-dark-mode-search i.icon-search {
    cursor: pointer;
}
.wrap-search {
    display: none;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.wrap-search .text-1 {
    color: #4b5563;
    font-size: 48px;
    font-weight: bold;
}
.wrap-search .text-2 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.wrap-search #search {
    position: relative;
}
.wrap-search #search .txtSearch {
    background: #0085ff;
    color: #fff;
    height: 80px;
    width: 700px;
    border-radius: 40px;
    border: none;
    padding-left: 50px;
    font-size: 18px;
}
.wrap-search #search .txtSearch::placeholder {
    color: #fff;
}
.wrap-search #search .btnSearch {
    position: absolute;
    right: 5px;
    background: #fff;
    border: none;
    font-size: 20px;
    border-radius: 40px;
    top: 50%;
    transform: translate(0, -50%);
    padding: 15px 36px;
    text-transform: uppercase;
    color: #0085ff;
}
.wrap-search .btn-close-custom {
    position: absolute;
    top: 50px;
    right: 50px;
    background: #0085ff1a;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}
.wrap-search .btn-close-custom i {
    color: #0085ff;
}
.wrap-search.flex {
    display: flex;
}
/*End header desktop*/

/*Home page*/
.layer-homepage .section-1 {
    padding-top: 30px;
}
.layer-homepage .section-1 .item {
    padding: 100px 100px;
}
.layer-homepage .section-1 .item .app_cate a {
    background: #85b6ff;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 15px;
}
.layer-homepage .section-1 .item .thumbnail a img {
    height: 80px;
    width: 80px;
    border-radius: 10px;
    object-fit: cover;
}
.layer-homepage .section-1 .item .title {
    margin-bottom: 30px;
}
.layer-homepage .section-1 .item .title a {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    text-shadow: 5px 5px black;
}
.layer-homepage .section-2 {
    margin-bottom: 30px;
}
.layer-homepage .section-2 .wrap-title-view-more,
.layer-homepage .section-3 .wrap-title-view-more,
.layer-single-app .section-2 .wrap-title-view-more,
.layer-category-game .section-1 .wrap-title-view-more,
.layer-category .section-1 .wrap-title-view-more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.layer-homepage .section-2 .wrap-title-view-more .wrap-title,
.layer-homepage .section-3 .wrap-title-view-more .wrap-title,
.layer-single-app .section-2 .wrap-title-view-more .wrap-title,
.layer-category-game .section-1 .wrap-title-view-more .wrap-title,
.layer-category .section-1 .wrap-title-view-more .wrap-title {
    display: flex;
    align-items: center;
}
.layer-homepage .section-2 .wrap-title-view-more .wrap-title i.game,
.layer-homepage .section-3 .wrap-title-view-more .wrap-title i.game {
    color: #fff;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    background: linear-gradient(137deg, #ff2e00, #ff2e00);
    box-shadow: 0 10px 15px -3px #ffa985, 0 4px 6px -4px #ff2e00;
}
.layer-homepage .section-2 .wrap-title-view-more .wrap-title span,
.layer-homepage .section-3 .wrap-title-view-more .wrap-title span,
.layer-single-app .section-2 .wrap-title-view-more .wrap-title span,
.layer-category-game .section-1 .wrap-title-view-more .wrap-title span,
.layer-category .section-1 .wrap-title-view-more .wrap-title span {
    font-size: 25px;
    font-weight: bold;
}
body.dark-mode .layer-homepage .section-2 .wrap-title-view-more .wrap-title span,
body.dark-mode .layer-homepage .section-3 .wrap-title-view-more .wrap-title span,
body.dark-mode .layer-single-app .section-2 .wrap-title-view-more .wrap-title span,
body.dark-mode .layer-category-game .section-1 .wrap-title-view-more .wrap-title span,
body.dark-mode .layer-category .section-1 .wrap-title-view-more .wrap-title span {
    color: #fff;
}
.layer-homepage .section-2 .wrap-title-view-more .view-more a,
.layer-homepage .section-3 .wrap-title-view-more .view-more a,
.layer-single-app .section-2 .wrap-title-view-more .view-more a,
.layer-category-game .section-1 .wrap-title-view-more .view-more a,
.layer-category .section-1 .wrap-title-view-more .view-more a {
    background: #0085ff;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 15px;
    padding: 8px 15px;
    border-radius: 10px;
}
.layer-homepage .section-2 .wrap-title-view-more .view-more a span,
.layer-homepage .section-3 .wrap-title-view-more .view-more a span,
.layer-single-app .section-2 .wrap-title-view-more .view-more a span,
.layer-category-game .section-1 .wrap-title-view-more .view-more a span,
.layer-category .section-1 .wrap-title-view-more .view-more a span {
    margin-right: 5px;
}
.layer-homepage .section-2 .list-item,
.layer-homepage .section-3 .list-item,
.layer-single-app .section-2 .list-item,
.layer-category-game .section-1 .list-item {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
}
.layer-homepage .section-2 .list-item li,
.layer-homepage .section-3 .list-item li,
.layer-single-app .section-2 .list-item li,
.layer-category-game .section-1 .list-item li {
    width: 16.6667%;
    padding: 10px;
}
.layer-homepage .section-2 .list-item li .wrap-content-item,
.layer-homepage .section-3 .list-item li .wrap-content-item,
.layer-single-app .section-2 .list-item li .wrap-content-item,
.layer-category-game .section-1 .list-item li .wrap-content-item {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 10px;
    background: #fff;
}
body.dark-mode .layer-homepage .section-2 .list-item li .wrap-content-item,
body.dark-mode .layer-homepage .section-3 .list-item li .wrap-content-item,
body.dark-mode .layer-single-app .section-2 .list-item li .wrap-content-item,
body.dark-mode .layer-category-game .section-1 .list-item li .wrap-content-item {
    border-color: #273d52;
    background: #273d52;
}
.layer-homepage .section-2 .list-item li .wrap-content-item .text-1,
.layer-homepage .section-3 .list-item li .wrap-content-item .text-1,
.layer-single-app .section-2 .list-item li .wrap-content-item .text-1,
.layer-category-game .section-1 .list-item li .wrap-content-item .text-1 {
    font-size: 11px;
    color: red;
    margin-bottom: 10px;
}
.layer-homepage .section-2 .list-item li .wrap-content-item .thumbnail,
.layer-homepage .section-3 .list-item li .wrap-content-item .thumbnail,
.layer-single-app .section-2 .list-item li .wrap-content-item .thumbnail,
.layer-category-game .section-1 .list-item li .wrap-content-item .thumbnail {
    text-align: center;
    position: relative;
}
.layer-homepage .section-2 .list-item li .wrap-content-item .thumbnail a,
.layer-homepage .section-3 .list-item li .wrap-content-item .thumbnail a,
.layer-single-app .section-2 .list-item li .wrap-content-item .thumbnail a,
.layer-category-game .section-1 .list-item li .wrap-content-item .thumbnail a {
    display: inline-block;
}
.layer-homepage .section-2 .list-item li .wrap-content-item .thumbnail img,
.layer-homepage .section-3 .list-item li .wrap-content-item .thumbnail img,
.layer-single-app .section-2 .list-item li .wrap-content-item .thumbnail img,
.layer-category-game .section-1 .list-item li .wrap-content-item .thumbnail img {
    width: 122px;
    height: 122px;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.5s all;
}
.layer-homepage .section-2 .list-item li .wrap-content-item .thumbnail a:hover img,
.layer-homepage .section-3 .list-item li .wrap-content-item .thumbnail a:hover img,
.layer-single-app .section-2 .list-item li .wrap-content-item .thumbnail a:hover img,
.layer-category-game .section-1 .list-item li .wrap-content-item .thumbnail a:hover img {
    transition: 0.5s all;
    transform: scale(1.09);
}
.layer-homepage .section-2 .list-item li .wrap-content-item .thumbnail .mode,
.layer-homepage .section-3 .list-item li .wrap-content-item .thumbnail .mode,
.layer-single-app .section-2 .list-item li .wrap-content-item .thumbnail .mode,
.layer-category-game .section-1 .list-item li .wrap-content-item .thumbnail .mode {
    text-align: center;
    color: #fff;
    background: #ff0000;
    width: max-content;
    margin: 0 auto;
    border-radius: 20px;
    padding: 4px 8px;
    font-weight: bold;
    font-size: 11px;
    box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
}
.layer-homepage .section-2 .list-item li .wrap-content-item .title,
.layer-homepage .section-3 .list-item li .wrap-content-item .title,
.layer-single-app .section-2 .list-item li .wrap-content-item .title,
.layer-category-game .section-1 .list-item li .wrap-content-item .title {
    text-align: center;
    margin-top: 10px;
}
.layer-homepage .section-2 .list-item li .wrap-content-item .title a,
.layer-homepage .section-3 .list-item li .wrap-content-item .title a,
.layer-single-app .section-2 .list-item li .wrap-content-item .title a,
.layer-category-game .section-1 .list-item li .wrap-content-item .title a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    display: block;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
body.dark-mode .layer-homepage .section-2 .list-item li .wrap-content-item .title a,
body.dark-mode .layer-homepage .section-3 .list-item li .wrap-content-item .title a,
body.dark-mode .layer-single-app .section-2 .list-item li .wrap-content-item .title a,
body.dark-mode .layer-category-game .section-1 .list-item li .wrap-content-item .title a {
    color: #fff;
}
.layer-homepage .section-2 .list-item li .wrap-content-item .app_cate,
.layer-homepage .section-3 .list-item li .wrap-content-item .app_cate,
.layer-single-app .section-2 .list-item li .wrap-content-item .app_cate,
.layer-category-game .section-1 .list-item li .wrap-content-item .app_cate {
    text-align: center;
}
.layer-homepage .section-2 .list-item li .wrap-content-item .app_cate a,
.layer-homepage .section-3 .list-item li .wrap-content-item .app_cate a,
.layer-single-app .section-2 .list-item li .wrap-content-item .app_cate a,
.layer-category-game .section-1 .list-item li .wrap-content-item .app_cate a {
    font-size: 13px;
}
.layer-homepage .section-2 .list-item li .wrap-content-item .wrap-version-size,
.layer-homepage .section-3 .list-item li .wrap-content-item .wrap-version-size,
.layer-single-app .section-2 .list-item li .wrap-content-item .wrap-version-size,
.layer-category-game .section-1 .list-item li .wrap-content-item .wrap-version-size {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    align-items: center;
    position: relative;
}
.layer-homepage .section-2 .list-item li .wrap-content-item .version,
.layer-homepage .section-3 .list-item li .wrap-content-item .version,
.layer-single-app .section-2 .list-item li .wrap-content-item .version,
.layer-category-game .section-1 .list-item li .wrap-content-item .version {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    color: #727272;
    width: 50%;
}
.layer-homepage .section-2 .list-item li .wrap-content-item .size,
.layer-homepage .section-3 .list-item li .wrap-content-item .size,
.layer-single-app .section-2 .list-item li .wrap-content-item .size,
.layer-category-game .section-1 .list-item li .wrap-content-item .size {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    color: #727272;
    width: 50%;
}
body.dark-mode .layer-homepage .section-2 .list-item li .wrap-content-item .version,
body.dark-mode .layer-homepage .section-3 .list-item li .wrap-content-item .version,
body.dark-mode .layer-single-app .section-2 .list-item li .wrap-content-item .version,
body.dark-mode .layer-category-game .section-1 .list-item li .wrap-content-item .version,
body.dark-mode .layer-homepage .section-2 .list-item li .wrap-content-item .size,
body.dark-mode .layer-single-app .section-2 .list-item li .wrap-content-item .size,
body.dark-mode .layer-category-game .section-1 .list-item li .wrap-content-item .size {
    color: #939ea9;
}
.layer-homepage .section-2 .list-item li .wrap-content-item .sperator,
.layer-homepage .section-3 .list-item li .wrap-content-item .sperator,
.layer-single-app .section-2 .list-item li .wrap-content-item .sperator,
.layer-category-game .section-1 .list-item li .wrap-content-item .sperator {
    background: #dddddd;
    width: .5px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
}
body.dark-mode .layer-homepage .section-2 .list-item li .wrap-content-item .sperator,
body.dark-mode .layer-homepage .section-3 .list-item li .wrap-content-item .sperator,
body.dark-mode .layer-single-app .section-2 .list-item li .wrap-content-item .sperator,
body.dark-mode .layer-category-game .section-1 .list-item li .wrap-content-item .sperator {
    background: #3d5164;
}
.layer-homepage .section-2 .list-item li .wrap-content-item .version span,
.layer-homepage .section-2 .list-item li .wrap-content-item .size span,
.layer-homepage .section-3 .list-item li .wrap-content-item .version span,
.layer-homepage .section-3 .list-item li .wrap-content-item .size span,
.layer-single-app .section-2 .list-item li .wrap-content-item .version span,
.layer-single-app .section-2 .list-item li .wrap-content-item .size span,
.layer-category-game .section-1 .list-item li .wrap-content-item .version span,
.layer-category-game .section-1 .list-item li .wrap-content-item .size span {
    font-size: 11px;
    margin-top: 5px;
}
.layer-homepage .section-3 .list-categories {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.layer-homepage .section-3 .list-categories li {
    width: 16.6667%;
    text-align: center;
    padding: 0 5px;
    margin-bottom: 10px;
}
.layer-homepage .section-3 .list-categories li .name-cate {
    color: #fff;
    background: #0085ff;
    font-size: 20.8px;
    padding: 10px 0;
    border-radius: 10px;
    display: block;
}
/*end home page*/

/*single game*/
.layer-single-app .section-1 {
    background: #fff;
    padding: 15px;
    margin-top: 30px;
    border-radius: 30px;
    margin-bottom: 30px;
}
body.dark-mode .layer-single-app .section-1 {
    background: #273d52;
    color: #fff;
}
.breadcrumb-custom {
    margin: 0;
    display: flex;
    list-style: none;
    background: #0085ff;
    width: max-content;
    padding: 5px;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.breadcrumb-custom li, .breadcrumb-custom li a {
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
}
.breadcrumb-custom li {
    margin-right: 5px;
}
.breadcrumb-custom li.last {
    opacity: 0.8;
}
.layer-single-app .title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}
.layer-single-app .wrap-info-app {
    display: flex;
    flex-wrap: wrap;
}
.layer-single-app .wrap-info-app .thumbnail {
    width: 180px;
    margin-right: 30px;
}
.layer-single-app .wrap-info-app .thumbnail img {
    height: 180px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.layer-single-app .wrap-info-app .info-app {
    width: 600px;
}
.layer-single-app .wrap-info-app .info-app .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.layer-single-app .wrap-info-app .info-app .item .info-1 {
    display: flex;
    width: 50%
}
.layer-single-app .wrap-info-app .info-app .item .info-1 i {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #0085ff;
    font-size: 20px;
}
.layer-single-app .wrap-info-app .info-app .item .info-1 span {
    font-weight: bold;
}
.layer-single-app .wrap-info-app .info-app .item .info-2 {
    width: 50%
}
.layer-single-app .wrap-info-app .info-app .item .info-2 a img {
    width: 80px;
}
.layer-single-app .link_down {
    margin-top: 15px;
    background: #0085ff;
    text-align: center;
    border-radius: 40px;
    margin-bottom: 30px;
    display: block;
    color: #fff;
    font-size: 18px;
    padding: 15px 0;
}
.layer-single-app .kk-star-ratings {
    align-items: flex-start;
}
.layer-single-app .section-2 {
    margin-bottom: 30px;
}
.layer-single-app .section-2 .list-item {
    border-radius: 30px;
}
.layer-single-app .section-2 .wrap-title-view-more .wrap-title i.game,
.layer-category-game .section-1 .wrap-title-view-more .wrap-title i.game,
.layer-category .section-1 .wrap-title-view-more .wrap-title i.game {
    color: #fff;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    background: linear-gradient(137deg, #85b6ff, #0085ff);
    box-shadow: 0 10px 15px -3px #85b6ff, 0 4px 6px -4px #0085ff;
}
.layer-single-app .content {
    font-size: 18px;
    padding: 0 15px 15px;
}
/*end single game*/

/*layer category game*/
.layer-category-game {
    margin-top: 30px;
}
.layer-category-game .section-1 {
    margin-bottom: 30px;
}
/*end layer category game*/

/*layer category*/
.layer-category .list-item {
    padding: 15px;
    background: #fff;
    border-radius: 5px;
}
body.dark-mode .layer-category .list-item {
    background: #273d52;
}
.layer-category .thumbnail a img {
    border-radius: 10px;
}
.layer-category .title {
    margin-top: 15px;
    margin-bottom: 15px;
}
.layer-category .title a {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-align: justify;
}
.layer-category .excerpt {
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
}
body.dark-mode .layer-category .title a {
    color: #fff;
}
body.dark-mode .layer-category .excerpt {
    color: #fff;
}
.layer-category .categories-datepublic {
    display: flex;
    margin-bottom: 30px;
}
.layer-category .categories-datepublic .categories {
    margin-right: 10px;
}
.layer-category .categories-datepublic .categories a {
    color: #2858d1;
    font-weight: bold;
    text-transform: uppercase;
}
body.dark-mode .layer-category .categories-datepublic .categories a {
    color: #0d6efd;
}
body.dark-mode .layer-category .categories-datepublic .datepublic {
    color: #939ea9;
}
/*end layer category*/

/*single*/
.layer-single {
    padding-top: 15px;
}
.rank-math-breadcrumb {
    background: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}
body.dark-mode .rank-math-breadcrumb {
    background: #273d52;
    color: #fff;
}
.rank-math-breadcrumb p {
    margin-bottom: 0;
}
.rank-math-breadcrumb a {
    color: #000;
}
body.dark-mode .rank-math-breadcrumb a {
    color: #fff;
}
.rank-math-breadcrumb .last {
    font-weight: bold;
}
.layer-single .wrap-content {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
}
body.dark-mode .layer-single .wrap-content {
    background: #273d52;
}
.layer-single .wrap-content .title {
    font-size: 46px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #484848;
}
body.dark-mode .layer-single .wrap-content .title {
    color: #fff;
}
.layer-single .wrap-content .wrap-publicdate-author {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.layer-single .wrap-content .wrap-publicdate-author .publicdate {
    color: #858585;
}
body.dark-mode .layer-single .wrap-content .wrap-publicdate-author .publicdate {
    color: #fff;
}
.layer-single .wrap-content .wrap-publicdate-author .author-name {
    color: #2858d1;
    text-transform: uppercase;
    margin-left: 10px;
}
body.dark-mode .layer-single .wrap-content .wrap-publicdate-author .author-name {
    color: #0d6efd;
}
.layer-single .wrap-content .thumbnail img {
    width: 100%;
}
.layer-single .wrap-content .excerpt {
    margin-top: 30px;
    margin-bottom: 30px;
}
.layer-single .content {
    font-size: 18px;
    padding: 0 15px 15px;
}
body.dark-mode .layer-single .wrap-content .excerpt,
body.dark-mode .layer-single .wrap-content .content {
    color: #fff;
}
body.dark-mode #toc_container {
    background: #273d52;
    border: 1px solid #fff;
}
.layer-single .related-post {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
}
body.dark-mode .layer-single .related-post {
    background: #273d52;
}
.layer-single .related-post .title-related {
    font-size: 26px;
    margin-bottom: 15px;
}
body.dark-mode .layer-single .related-post .title-related {
    color: #fff;
}
.layer-single .related-post .thumbnail img {
    border-radius: 10px;
}
.layer-single .related-post .title {
    margin-top: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.layer-single .related-post .title a {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-align: justify;
    display: block;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
body.dark-mode .layer-single .related-post .title a {
    color: #fff;
}
.layer-single .related-post .categories-datepublic {
    display: flex;
    margin-bottom: 30px;
}
.layer-single .related-post .categories-datepublic .categories {
    margin-right: 10px;
}
.layer-single .related-post .categories-datepublic .categories a {
    color: #2858d1;
    font-weight: bold;
    text-transform: uppercase;
}
body.dark-mode .layer-single .related-post .categories-datepublic .datepublic {
    color: #fff;
}
/*end single*/

/*layer faq*/
.layer-faq .breadcrumb-custom {
    margin: 15px auto;
}
.layer-faq .title-1 {
    color: #0085ff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.layer-faq .title-2 {
    font-size: 72px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}
body.dark-mode .layer-faq .title-2 {
    color: #fff;
}
.layer-faq .list_faq {
    padding: 0;
    margin: 0;
    list-style: none;
}
.layer-faq .list_faq > li {
    background: #fff;
    padding: 44px 32px;
    font-size: 20px;
    margin-bottom: 15px;
    border-radius: 20px;
}
body.dark-mode .layer-faq .list_faq > li {
    background: #273d52;
    color: #fff;
}
.layer-faq .list_faq > li .key-title_faq {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.layer-faq .list_faq > li .key-title_faq.close:after {
    content: "\f107";
    font: normal normal normal 14px / 1 FontAwesome;
    position: absolute;
    right: 10px;
    font-size: 28px;
    color: #0085ff;
    transition: 0.3s all;
}
.layer-faq .list_faq > li .key-title_faq.open:after {
    content: "\f106";
    font: normal normal normal 14px / 1 FontAwesome;
    position: absolute;
    right: 10px;
    font-size: 28px;
    color: #0085ff;
    transition: 0.3s all;
}
.layer-faq .list_faq > li .key-title_faq .index {
    background: #e5e7eb;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: bold;
}
body.dark-mode .layer-faq .list_faq > li .key-title_faq .index {
    background: #3b5670;
}
.layer-faq .list_faq > li .key-title_faq .title_faq {
    font-weight: bold;
    margin-left: 32px;
}
.layer-faq .list_faq > li .content_faq {
    display: none;
    padding-left: 80px;
    margin-top: 20px;
}
/*end layer faq*/

/*Footer*/
footer {
    background: #000;
    color: #fff;
    padding: 15px 0;
}
/*End Footer*/

/* Responsive */
@media (max-width: 1600px){
}
@media (max-width: 1399px){
}
@media (max-width: 1199px){
}
@media (max-width: 991px){
    #desktop-header{display: none}
    .mobile-header{display: block}
    #wpadminbar{display: none;visibility: hidden}
}
@media (max-width: 767px){
    .layer-single-app, .layer-homepage .section-1, .layer-single, .layer-category, .layer-faq {
        padding-top: 60px;
    }
    .layer-single-app .wrap-info-app .thumbnail {
        margin-bottom: 15px;
    }
    .layer-single-app .wrap-info-app .info-app {
        width: 100%;
        margin-bottom: 15px;
    }
    .layer-homepage .section-2 .list-item, .layer-single-app .section-2 .list-item, .layer-category-game .section-1 .list-item {
        flex-wrap: wrap;
    }
    .layer-homepage .section-2 .list-item li, .layer-single-app .section-2 .list-item li, .layer-category-game .section-1 .list-item li {
        width: 50%;
    }
}
@media (max-width: 575px){
}
@media (max-width: 480px){
}
@media (max-width: 425px){
}
@media (max-width: 424px){
}
@media (max-width: 380px){
}
@media (max-width: 375px){
}
@media (max-width: 360px){
}
@media (max-width: 320px){
}
@media (max-width: 240px){
}