


html,
body {
  height: 100%;
  font-size: 17px !important;
  margin: 0;
  line-height: 1.3em;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

.cleart {
  clear: both;
}

.wrap {
  min-height: 100%;
  height: auto;
  padding-top: 0px;
  background: #0073dd;
  color: #ffffff;
}

.wrap>.container {
  padding: 75px 6px 6px;
}

.navbar-inverse {
  border: 0px !important;
}

.navbar-custom {
  background-color: #fedd1f !important;
  position: relative;
  width: 100%;
  display: inline-block;
}

#w0-collapse {
  display: flex !important;
  align-items: center;
  height: 60px;
}

.navbar-left {
  margin-left: 0px;
  width: calc(100% - 175px);
  max-height: 60px;
  overflow: hidden;
  padding-left: 0;
  margin: 0px;
}

.navbar-header {
  width: 200px;
  height: 60px;
  float: left;
}

navbar-nav>li {
  float: left;
  list-style: none;
}

.nav>li {
  position: relative;
  display: block;
}

.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus {
  background: transparent;
}

.navbar-brand {
  margin-right: 0px;
  padding: 20px;
  height: 60px;
  margin-left: 0 !important;
}

.navbar-right {
  margin-right: 0 !important;
}



.navbar-custom .navbar-nav>li {
  padding: 0px 0px;
  width: fit-content;
  float: left;
  margin: 5px 0px;
}

.navbar-custom .navbar-nav>li h1 {
  display: none;
}

.navbar-custom .navbar-nav>li>a,
.navbar-custom .navbar-nav>li>h1 {
  color: #ffffff !important;
  font-weight: bold;
  text-shadow: 0 0 3px #941413, 0 0 3px #941413, 0 0 3px #941413, 0 0 3px #941413, 0 0 3px #941413, 0 0 3px #941413, 0 0 3px #941413, 0 0 3px #941413;
  padding: 3px 10px;
  margin: 2px 5px;
  border-radius: 20px;
  font-size: 17px;
  /*border: 2px solid #ffe301;
text-shadow: 2px 2px 2px #941413;*/
  text-decoration: none;
}

.navbar-custom .navbar-nav>li>h1 {
  font-size: 19px;
  font-weight: bold;
  padding: 5px 0px;
  margin: 0;
}

.navbar-custom .navbar-nav>li>a:hover {
  background-color: #941413;
  position: relative;
  /* border: 2px solid #F1DC33;*/
}

.navbar-custom .navbar-nav .active a {
  background: #941413;
  position: relative;
  /* border: 2px solid #F1DC33;*/
}

.navbar-custom .navbar-nav .active a:hover,
.navbar-custom .navbar-nav .active a:focus {
  background-color: #941413;
  position: relative;
  /*border: 2px solid #F1DC33;*/
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  color: #fff;
  background-color: #941413;
}
.text-center{
  text-align: center;
}

.game-item,
.game-size {
  display: block;
  float: left;
}


.game-list::after {
  display: block;
  content: '';
  clear: both;
}

.game-item .wrap-game,
.game-size .wrap-size {
  width:160px;
  height: 160px;
  padding-bottom: 0;
  position: relative;
  border-radius: 10px;
  background: #fff;
  transition: background ease .3s, border linear .3s;
  box-sizing: content-box;
  position: relative;
    display: block;
}

.game-item .game-name {
  opacity: 1;
  position: absolute;
  width: calc(100% - 4px);
  background: #234a6a;
  color: #ffffff;
  word-wrap: break-word;
  font-weight: bold;
  border-radius: 0 0 8px 8px;
  transition: opacity linear .3s;
  text-align: center;
  padding: 2px 0;
  padding-bottom: 1px;
  bottom: 2px;
  font-size: 12px;
  height: 1.6em;
  overflow: hidden;
  display: block;
  left: 2px;
  font-size: 14px;
    line-height: 1.5em;
}

.game-item .game-name label {
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.game-item img {
  width: calc(100% - 4px);
    position: absolute;
    height: calc(100% - 4px);
  border-radius: 8px;
  /* background: #0457A7 url("https://media-abcya3.b-cdn.net/fweb/images/load-game.gif") center no-repeat; */
  background-size: 40px 40px;
  top: 2px;
  left: 2px;
}

.search-index .text-result {
  margin-bottom: 10px;
}

.game-item .wrap-game:hover {
  background: #fdfe03;
  box-shadow: 0 0 12px 7px #b68830;
  border-color: #fdfe03 !important;
  position: relative;
}

.game-item:hover .game-name {
  opacity: 1;
}

.new {
  position: relative;
}

.new .wrap-game:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  /* background: url('images/new.png'); */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1;
}

.hot .game-name {
  display: block;
}


.hot .wrap-game:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  /* background: url('images/hot.png'); */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1;
}

.big.new .wrap-game:before,
.big.hot .wrap-game:before {
  width: 80px;
  height: 80px;
}

.button-area {
  text-align: center;
  display: none;
}

.button-area .btn-loadmore {
  background: #fff100;
  border-radius: 15px;
  padding: 6px 25px;
  font-weight: bold;
  color: #333333;
}

.text-result h1 {
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  font-size: 18px;
  padding-left: 20px;
}

.page-pagination {
  display: flex;
  justify-content: center;
  /* padding-right: 15px; */
  margin-bottom: 0;
  padding-left: 0;
}

.page-pagination li {
  list-style: none;
  margin: 20px 10px;
  color: #fcd31f;
  border: solid 1px #fcd31f;
  border-radius: 50%;
  padding: 3px;
  font-weight: bold;
  text-align: center;
  font-weight: bold;
}

.page-pagination li:hover,
.page-pagination li.active {
  background: #fcd31f;
}

.page-pagination li a {
  color: #fcd31f;
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-pagination li:hover a,
.page-pagination li.active a {
  color: #0457a7;
}

.page-pagination li.dot {
  margin: 20px 0px;
  border: unset;
}

.game-list{
  margin: 0 auto;
}
.game-list{
  width: 100%;
}
:root {
  --item: 10;
  --wrap: calc(160px * var(--item)); 
  --width: calc((100vw - 20px)  / var(--item)); 
  --item2: calc(var(--item) * 2); 
  --wpadding: calc(100% - 20px - var(--wrap)); 
}

@media screen and (max-width: 1800px) {
  :root {
    --item: 9;
  }
}

@media screen and (max-width: 1600px) {
  :root {
    --item: 8;
  }
}
@media screen and (max-width: 1400px) {
  :root {
    --item: 7;
  }
}
@media screen and (max-width: 1200px) {
  :root {
    --item: 6;
  }
}
@media screen and (max-width: 1000px) {
  :root {
    --item: 5;
  }
}
@media screen and (max-width: 800px) {
  :root {
    --item: 4;
  }
}
@media screen and (max-width: 650px) {
  :root {
    --item: 3;
  }
}
@media screen and (max-width: 550px) {
  :root {
    --item: 2;
  }
}


div.game-item, .game-size {
  width: var(--width) !important;
  height: var(--width) !important;
  padding: calc(var(--wpadding) / var(--item2)) !important;
  box-sizing: border-box;
}
.game-size {
  display: block;
  position: absolute;
}
.game-item.big3{
  width: calc(var(--width) * 2) !important;
  height: calc(var(--width) * 4) !important;
  padding: calc((var(--wpadding) / var(--item2)) * 4) calc((var(--wpadding) / var(--item2)) * 2) !important;
}
@media screen and (max-width: 550px) {
  .game-item.big3{
    width: 336px !important;
    height:320px !important;
    padding: 20px calc((var(--wpadding) / var(--item2)) * 2) !important;
  }
}


@media screen and (max-width: 768px) {

  .page-pagination li {
    margin: 10px 3px;
    /* width: 22px;
    height: 22px; */
    border: none;
    padding: 2px;
  }

  .page-pagination li.dot {
    margin: 10px 0px;
  }
  .page-pagination .ispc{
    display: none;
  }
}



.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.text-footerr {
    max-height: 320px;
    overflow: hidden;
}

.hidden_item {
    display: none;
}

.text-index,
.text-game {
    position: absolute;
    top: -99999px;
    z-index: -1;
}

.game-index .tags li h2 {
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
}


/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content:"\e151";
}

a.desc:after {
    content:"\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* custom*/

.custom-footer {
    height: auto;
    padding-top: 0px;
    background: transparent;
    color: #b2b2b4;
    border: none;
}

.custom-footer .container {
    padding: 10px 20px;
    border-top: 1px solid #0f95ce;
    color: #e5e5e5;
    box-sizing: border-box;
}

.custom-footer .container h1 {
    font-size: 26px;
    margin-top: 10px;
}

.custom-footer .container a {
    color: #fedd1f;
}

.custom-footer .container h2 {
    font-size: 22px;
}

.custom-footer .container .list-inline li a {
    color: #e5e5e5;
}

.back-link ul {
    list-style: none;
}

ul.no-list-style {
    list-style: none;
    padding: 0;
    margin: 0;

}

ul.no-list-style li {
    display: inline-block;
}

.search-nav {
    display: inline-block;
    width: 165px;
    padding: 0px;
}
.search-nav .input-group{
  display: flex;
}
.search-nav .input-group .form-control {
    padding: 0px 10px;
    background: #d7ab02;
    border: 2px solid #ffea00;
    font-weight: bold;
    height: 32px;
    outline-color: #fff100;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    color: #ffffff;
    border-right: none;
    box-sizing: border-box;
    width: 135px;
}

.search-nav .input-group .form-control::-webkit-input-placeholder {
    color: #fae931;
}

.search-nav .input-group .form-control::-moz-placeholder {
    color: #fae931;
}

.search-nav .input-group .form-control:-ms-input-placeholder {
    color: #fae931;
}

.search-nav .input-group .form-control:active,
.search-nav .input-group .form-control:focus {
    box-shadow: none;
}

.search-nav .input-group .btn-yellow {
    background: #d7ab02;
    color: #fae931;
    cursor: pointer;
    height: 30px;
    padding: 4px 12px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border: 2px solid #ffea00;
    border-left: none;
    background: url(https://media-abcya3.b-cdn.net/fweb/images/magnifying-glass.png);
    background-size: cover;
}

.search-nav .input-group .btn-yellow:focus {
    outline: none;
}

.loading {
    text-align: center;
    display: none;
}

.loading .loadImg {
    background: url('https://media-abcya3.b-cdn.net/fweb/images/loading.gif');
    width: 50px;
    height: 50px;
    background-size: 100%;
    display: inline-block;
}

img {
    max-width: 100%;
}

.no-padding {
    padding: 0;
}

.load-screen {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0457A7 url('https://media-abcya3.b-cdn.net/fweb/images/loading.gif') scroll no-repeat center;
    background-size: 120px 120px;
    z-index: 999999;
}

.text-error {
    text-align: center;

}

.text-error p:nth-child(2) {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #52a7c4;
}

.text-error p:last-child {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 40px;
}

.text-error i {
    font-size: 150px;
}

.box-description {
    margin-top: 15px;
    background: #003D78;
    padding: 10px;
}

.not-active {

    display: none;

}

.banner-advertisement {

    height: 90px;

    position: fixed;

    width: 100%;

    bottom: 5px;

}

.banner-advertisement .content p {

    /* float: right; */

    margin: -20px;

    /* padding: 5px 6px; */

    width: 20px;

    height: 20px;
    background: #fff;
    border-radius: 50%;
    position: absolute;

    right: 0;

}

.banner-advertisement .content p img {

    width: 100%;

    height: 100%;

    display: block;

}

.banner-advertisement .content {

    height: 90px;

    width: 728px;

    margin: 0 auto;

    padding: 0;

    background: #ffff;

    border-top-left-radius: 5px;

    border-top-right-radius: 5px;

    position: relative;

}



.banner-advertisement .content img {

    height: 90px;

    width: 728px;

    border-top-left-radius: 5px;

    border-top-right-radius: 5px;

}

.cate-list {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.cate-list .cate-item {
    float: left;
    padding: 10px;
    width: 256px;
    text-decoration: none;
}

.wrap-cate {
    display: flex;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.wrap-cate img {
    width: 106px;
    object-fit: cover;
}

.wrap-cate .cate-name {
    width: 100%;
    font-size: 19px;
    line-height: 1.1em;
    padding: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    
}
.back-top {
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0px;
    bottom: 90px;
    color: #fff;
    background: #FCD01F;
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
  .deltail-top{
    height: 110px;
  }
    #w0-collapse{
        flex-direction: column-reverse;
        height: fit-content;
        justify-content: flex-end;
        max-height: unset;
        left: -100vw;
        position: absolute;
        background: #fedd1f;
        transition: all 0.3s ease;
        width: 100%;
        margin: 0;
        top: 60px;
        padding-top: 10px;
        z-index: 999;
    }
    #w0-collapse.active{
        left: 0;
    }
    .navbar-left{
        max-height: unset;
        width: 100%;
        margin: 15px 0px;
    }
    .navbar-right{
        width: 100%;
    }
    .search-nav {
      width: 100%;
      padding: 10px 20px;
      box-sizing: border-box;
    }
    .navbar-custom .navbar-nav>li{
        width: 50%;
        float: left;
        text-align: center;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #941413;
    }

    .open-menu-mb {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
    }
    .open-menu-mb .line {
        width: 22px;
        height: 2px;
        background-color: #fff;
        opacity: 1;
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
    }
   
    .open-menu-mb .line.active.v2 {
        display: none;
      }
      .open-menu-mb .line.active.v3 {
        width: 22px;
        transform: rotate(-45deg);
        transform-origin: 28% 50%;
        margin-top: 5px;
        margin-bottom: 0px;
      }

      .open-menu-mb .line.active.v1 {
        margin-top: 10px;
        transform: rotate(45deg);
        transform-origin: 28% 50%;
      }

    .cate-list .cate-item {
        float: left;
        padding: 10px;
        width: 50%;
        box-sizing: border-box;
    }

    .wrap-cate img {
        width: 70px;
        object-fit: cover;
    }

    .wrap-cate .cate-name {
        width: 100%;
        font-size: 15px;
        line-height: 1.4em;
        padding: 5px;
    }
    .search-nav .input-group .form-control {
      width: 100%;
    }
}

.game-index {
  margin-top: 60px;
}
#container {
  padding: 0px;
}
.game-index .container {
  background: #0457a7;
  padding: 15px;
  border-radius: 10px;
  color: #ffffff;
}
.game-index .game-area .top {
  padding-top: 5px;
  padding-bottom: 20px;
}
.game-index .game-area .game-detail {
  background: #003d78;
  padding: 0px 0px;
  border: 1px solid #0077e9;
}
.game-index .game-area .game-detail .game-nav {
  padding: 5px 10px;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 0px;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
}
.game-index .game-area .game-detail .game-nav ul li {
  display: inline-block;
  vertical-align: middle;
}
.game-index .game-area .game-detail .game-nav ul li a {
  display: block;
}
.game-index .game-area .game-detail .game-nav ul li h1 {
  font-weight: bold;
  font-size: 16px;
  padding: 0;
  margin: 0;
  display: block;
}
.game-index .game-area .game-detail .iframe {
  width: 100%;
  height: calc(100vh - 200px);
  max-height: 600px;
  min-height: 350px;
  margin: auto;
  background: #0457a7 url("https://media-abcya3.b-cdn.net/fweb/images/loading.gif") scroll no-repeat center;
  background-size: 80px 80px;
}
.game-index .game-area .game-detail .iframe * {
  max-width: 100%;
}
.game-index .game-area .game-detail .game-description {
  padding: 15px;
}
.game-index .game-area .game-detail .game-tags {
  padding: 10px 0 50px 0;
}
.game-index .game-area .game-detail .game-tags .tag-title {
  font-weight: bold;
}
.game-index .game-area .game-detail .game-tags .tags-list {
  display: inline-block;
}
.game-index .game-area .game-detail .game-tags .tags-list li a {
  display: block;
  padding: 3px 5px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #ffffff;
}
.game-index .middle {
  padding: 20px 0;
}
.game-index .back-link {
  background: #003d78;
}
.game-index .back-link ul li a {
  display: block;
  padding: 7px 15px;
  font-weight: bold;
  color: #ff1000;
  font-size: 20px;
  text-shadow: 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff,
    0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff,
    0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff,
    0 0 2px #ffffff, 0 0 2px #ffffff;
}
.game-index .back-link ul li a:hover,
.game-index .game-area .back-link ul li a:focus {
  text-decoration: none;
  text-shadow: 0 0 2px #ffd219, 0 0 2px #ffd219, 0 0 2px #ffd219, 0 0 2px #ffd219, 0 0 2px #ffd219, 0 0 2px #ffd219,
    0 0 2px #ffd219, 0 0 2px #ffd219, 0 0 2px #ffd219, 0 0 2px #ffd219, 0 0 2px #ffd219, 0 0 2px #ffd219,
    0 0 2px #ffd219, 0 0 2px #ffd219, 0 0 2px #ffd219, 0 0 2px #ffd219, 0 0 2px #ffd219, 0 0 2px #ffd219,
    0 0 2px #ffd219, 0 0 2px #ffd219;
}
.game-index .game-related h3{
  box-sizing: border-box;
}
.game-index .game-related {
  padding: 10px 0;
  margin: auto -9px;
}
.game-index .game-related .game-container .game-item {
  width: 95px;
  height: 95px;
}
.game-index .social {
  padding: 10px;
  min-height: 200px;
  background: #f1f3f7;
  position: relative;
}

.game-index .right,
.game-index .left {
  padding: 0;
}
.game-index .right .fix,
.game-index .left .fix {
  max-width: 100%;
  margin-top: 120px;
  display: block;
}
.game-index .top *,
.game-index .middle *,
.game-index .right .fix *,
.game-index .left .fix * {
  max-width: 100%;
}
#rate-google {
  position: absolute;
  top: -9999px;
}
#rate-google div img {
  float: left;
  margin-right: 10px;
}

#rate {
  float: right;
  margin-top: 12px;
  font-size: 11px;
}
#rate > span:first-child {
  padding-top: 4px;
  color: #bec6ce;
}

i.fa-star{
  width: 16px;
  height: 16px;
  background: url(https://media-abcya3.b-cdn.net/fweb/images/Star.png);
  background-size: cover;
  margin-top: 3px;
  filter: grayscale(1);
}
li.highlight i.fa-star,
li.selected i.fa-star {
  filter: unset;
}
#rate ul {
  float: left;
  padding: 0px 0px 0px 10px;
  margin: 2px 0px 0px 0px;
}
#rate ul li i {
  font-size: 18px;
  cursor: pointer;
  display: inline-block;
  /*color: #F0F0F0;*/
  text-shadow: 0 0 1px #666666;
}
#rate span {
  display: block;
  float: left;
}
#rate ul .highlight,
#rate ul .selected {
  color: #f4b30a;
  text-shadow: 0 0 1px #f48f0a;
}
.game-index .game-description .share {
  float: right;
  /*margin-left: 5px;*/
  width: 100%;
  padding-right: 20px;
}
.game-index .game-description .share > span {
  font-size: 11px;
  color: #bec6ce;
  margin-top: 5px;
}
.game-index .game-description .share a i {
  font-size: 15px;
  margin-top: 4px;
  margin-left: 2px;
}
.game-index .game-description .share a {
  display: block;
  width: 24px;
  height: 24px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  margin-left: 5px;
}
.game-index .game-description > p a,
.game-index .game-description > a,
.game-index .game-description > a:-webkit-any-link ,
.game-index .game-description > a:visited,
.game-index .game-description > a:active,
.game-index .game-description > a:hover,
.game-index .game-description > a:link {
  color: #fdfe03 !important;
  text-decoration: underline;
  font-weight: bold;
}
.no-list-style li a {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.game-description h2 {
  font-size: 16px;
}
.game-list .wrap-game h3 {
  font-size: 14px;
  bottom: 0px;
  margin: 0px 0px 4px 0px;
}
.no-list-style > li > h3 {
  margin: 0px;
  padding-left: 10px;
  font-size: 16px;
  line-height: 35px;
}
.no-list-style li:first-child a span {
  color: transparent !important;
  white-space: nowrap;
  position: absolute;
  top: 0px;
  z-index: -1;
}

.game-index .tags {
  position: relative;
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 20px;
}
.game-index .tags:after {
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background: #d79bf4;
  left: 0px;
  top: -3px;
}
.game-index .tags ul {
  padding: 0px;
}
.game-index .tags li {
  list-style: none;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #ffaa00;
}
.game-index .tags li a {
  display: block;
  border: 1px solid #fc9f64;
  border-radius: 7px;
  color: #ffaa00;
  padding: 1px 7px;
  cursor: pointer;
  text-decoration: none;
}
.game-index .tags li a:hover {
  background: #0457a7;
}

.exit-full {
  position: fixed;
  z-index: 350;
  right: -1px;
  top: 0px;
  background: #fff;
  color: #bd152d;
  line-height: 35px;
  padding: 0px 10px;
  border: 1px solid #bd152d;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  cursor: pointer;
  display: none;
}


.game-area .iframe * {
  max-height: 100%;
}

.game-container {
  margin-left: 5px;
  float: left;
}

.game-related {
  margin: auto !important;
}


.game-video {
  display: block;
  margin: 20px 0px;
  border-radius: 10px;
  background: #003d78;
  padding: 10px 20px;
  border: 1px solid #0077e9;
}

.top-detail {
  width: 100%;
  height: auto;
  display: flex;
}

.top-detail .img {
  width: 100%;
  height: auto;
  width: 20%;
  float: left;
}

.top-detail .img img {
  width: 80%;
  height: auto;
  padding: 22px;
}

.top-detail .game-name {
  width: 60%;
  float: left;
  text-align: center;
}

.top-detail .img-avatar {
  width: 20%;
  float: right;
}

.top-detail .img-avatar img {
  width: 35%;
  float: right;
}

.mid-detail {
  width: 100%;
  display: flex;
  margin-top: 10px;
}

.mid-detail .quang-cao {
  width: 15%;
  float: left;
  height: 500px;
  background: #000;
}

.mid-detail .video-demo {
  width: 70%;
  float: left;
  background: #000;
}

.game-name h3 {
  color: #ffff;
  font-weight: 600;
  margin-top: 10px;
  font-size: 25px;
}

ul.nav-social li a i {
  font-size: 30px;
  color: darkslategray;
  margin-top: 10px;
}

.footer-detail {
  width: 100%;
  display: flex;
}

.footer-left {
  width: 15%;
  height: auto;
  float: left;
}

.footer-right {
  width: 85%;
  float: right;
}

.img-avatar {
  width: 100%;
}

.img-avatar img {
  width: 80%;
}

.footer-right h2 {
  color: #fff;
  font-weight: 600;
}

.video-demo iframe {
  width: 100%;
  height: 100%;
}

a.through {
  background: #eaae16;
  color: #fff;
  line-height: 25px;
  padding: 4px 15px;
  border-radius: 15px;
  margin-right: 10px;
  text-decoration: none;
}

a.through:hover {
  background: #115ba6;
}

a.through i {
  font-size: 25px;
  color: #fff;
  margin-right: 8px;
  margin-top: 0;
  float: left;
}

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

#rate {
  margin-top: 2px !important;
}

.back-link {
  margin-top: 10px;
}

ul.no-list-style {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}

.back-link li:first-child {
  width: auto !important;
}

ul.no-list-style li {
  display: inline-block;
}

.back-link li {
  width: 83px;
  height: auto;
  float: left;
  padding: 5px 0;
}

.back-link li .backlink-img {
  width: auto;
  height: 40px;
  margin: 0 auto;
}

.backlink-lable {
  width: 100%;
  height: auto;
  font-size: 13px;
  float: left;
  text-align: center;
  font-weight: 400;
}

.back-link li .backlink-img img {
  width: auto;
  height: 40px;
  margin: 0 auto;
  display: block;
}

.back-link li .backlink-lable h3 {
  font-size: 13px;
  padding: 0;
  margin: 0;
  margin-top: 5px;
}

.back-link li:first-child h3 {
  line-height: 42px;
  font-weight: 700;
  font-size: 16px;
  padding-left: 20px;
}

.left-box {
  width: calc(100% - 500px);
  float: left;
}
.rightads {
  float: right;
  width: 160px;
  text-align: right;
}
#adsleft.sticky,
#adsright.sticky {
  height: 100vh;
}
#adsleft.sticky > div,
#adsright.sticky > div {
  position: fixed;
  top: 20px;
}
#adsright.sticky > div {
  right: 0;
}
#adsbt {
  position: relative;
  width: 728px;
  height: 90px;
  margin: auto;
  background: #fff;
}
#adsbt:hover {
  cursor: pointer;
}
#adsbt span {
  position: absolute;
  font-size: 20px;
  top: -20px;
  right: -20px;
  display: none;
}
.right-box {
  width: 300px;
  margin-right: 20px;
  float: left;
}
.game-related .game-item{
  padding: 8px;
}

.game-related .game-item .game-name {
  bottom: -10px;
  left: 3px;
  width: calc(100% - 6px);
  text-align: center;
  padding: 2px 0;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  line-height: 1.6;
  -webkit-box-orient: vertical;
}
.game-related .game-item .wrap-game {
  height: 160px;
  position: relative;
  /* padding-bottom: 100%; */
}
.game-related .game-item {
  position: relative;
  width: calc(100% / 5) !important;
  height: fit-content !important;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1700px) {
  .game-related .game-item {
    width: calc(100% / 4) !important;
  }
}
@media screen and (max-width: 1500px) {
  .game-related .game-item {
    width: calc(100% / 3) !important;
  }
}
@media screen and (max-width: 1400px) {
  .game-related .game-item {
    width: calc(100% / 4) !important;
  }
}

@media screen and (max-width: 1200px) {
  .game-related .game-item {
    width: calc(100% / 3) !important;
  }
}

@media screen and (max-width: 991px) {
  .game-related .game-item {
    width: calc(100% / 2) !important;
  }
}

@media screen and (max-width: 768px) {
  .game-related .game-item {
    width: calc(100% / 2) !important;
  }
}


.game-related .game-item img {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  top: 3px;
  left: 3px;
}

@media screen and (max-width: 991px) {
  #adsleft,#adsright{
    display: none;
  }
  .left-box{
    width: 100%;
  }
  #adsbt {
    width: 336px;
    max-width: 100%;
    /* left: calc((100vw - 320px) / 2);  */
    height: 280px;
    background: unset;
    padding-top: 15px;
  }
  #adsbt .ads{
    background-color: #fff;
    width: 336px;
  }
  #adsbt span{
    top: 0;
    right: 0;
  }
  .game-index .game-area .game-detail .iframe{
    height: 400px;
  }
}

.list-backlink {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 0px;
}
.list-backlink a {
  font-weight: bold;
  font-size: 19px;
  color: var(--backlink_color);
  text-decoration: none;
}

.list-backlink a:hover {
  color: #ffffff;
}
.list-backlink a {
  font-weight: bold;
  font-size: 15px;
  margin-left: 10px;
  line-height: 2.3em;
  margin-bottom: 10px;
  color: #fff;
  /* border: solid 1px var(--backlink_bd); */
  background: #03A9F4;
  padding: 0px 10px;
  padding-left: 0;
  border-radius: 30px;
  box-shadow: 1px 1px 5px -3px #1e73cc;
  margin-bottom: 15px;
  display: inline-block;
  overflow: hidden;
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  width: calc((100% - 150px) / 6);
  margin-right: 25px;
  margin-left: 0;
  line-height: 1.3em;
}

.list-backlink a:nth-child(6n + 0) {
  margin-right: 0;
}

@media screen and (max-width: 1300px) {
  .list-backlink a {
    width: calc((100% - 120px) / 5);
  }
  .list-backlink a:nth-child(6n + 0) {
    margin-right: 25px;
  }
  .list-backlink a:nth-child(5n + 0) {
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .list-backlink a {
    width: calc((100% - 95px) / 4);
  }
  .list-backlink a:nth-child(5n + 0) {
    margin-right: 5px;
  }
  .list-backlink a:nth-child(4n + 0) {
    margin-right: 5px;
  }
  .list-backlink a:nth-child(6n + 0) {
    margin-right: 5px;
}
}
@media screen and (max-width: 768px) {
  .list-backlink a {
    width: calc((100% - 25px) / 2);
  }
  .list-backlink a:nth-child(5n + 0),
  .list-backlink a:nth-child(4n + 0) {
    margin-right: 5px;
  }
  .list-backlink a:nth-child(2n + 0) {
    margin-right: 0px;
  }
  .list-backlink a {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media screen and (min-width: 768px) {
  .game-detail .list-backlink a {
    width: calc((100% - 60px) / 4);
    font-size: 13px;
    line-height: 1.3em;
    height: 36px;
    overflow: hidden;
    margin-right: 15px;
  }
  .game-detail .list-backlink a img{
    width: 60px;
    height: 40px;
  }
  .game-detail .list-backlink a:nth-child(6n + 0){
    margin-right: 15px;
  }
  .game-detail .list-backlink a:nth-child(4n + 0) {
    margin-right: 0px;
  }
  

}
@media screen and (min-width: 991px) {
  .game-detail .list-backlink a {
    width: calc((100% - 40px) /3);
    font-size: 12px;
    line-height: 1.2em;
    height: 36px;
    overflow: hidden;
    margin-right: 15px;
  }
  .game-detail .list-backlink a img{
    width: 60px;
    height: 40px;
  }
  .game-detail .list-backlink a:nth-child(4n + 0){
    margin-right: 15px;
  }

  .game-detail .list-backlink a:nth-child(3n + 0) {
    margin-right: 0px;
  }
}

@media screen and (min-width: 1100px) {
  .game-detail .list-backlink a {
    width: calc((100% - 60px) /4);
    font-size: 12px;
    line-height: 1.2em;
    height: 36px;
    overflow: hidden;
    margin-right: 15px;
  }
  .game-detail .list-backlink a img{
    width: 60px;
    height: 40px;
  }
  .game-detail .list-backlink a:nth-child(3n + 0) {
    margin-right: 15px;
  }

  .game-detail .list-backlink a:nth-child(4n + 0) {
    margin-right: 0px;
  }
  

}
@media screen and (min-width: 1350px) {
  .game-detail .list-backlink a {
    width: calc((100% - 80px) / 5);
    font-size: 13px;
    line-height: 1.3em;
    height: 36px;
    overflow: hidden;
    margin-right: 15px;
  }
  .game-detail .list-backlink a img{
    width: 60px;
    height: 40px;
  }
  .game-detail .list-backlink a:nth-child(4n + 0) {
    margin-right: 15px;
  }
  .game-detail .list-backlink a:nth-child(5n + 0) {
    margin-right: 0px;
  }
  

}

@media screen and (min-width: 1650px) {
  .game-detail .list-backlink a {
    width: calc((100% - 100px) / 6);
    font-size: 13px;
    line-height: 1.3em;
    height: 36px;
    overflow: hidden;
    margin-right: 15px;
  }
  .game-detail .list-backlink a img{
    width: 60px;
    height: 40px;
  }
  .game-detail .list-backlink a:nth-child(5n + 0) {
    margin-right: 15px;
  }
  .game-detail .list-backlink a:nth-child(6n + 0) {
    margin-right: 0px;
  }
  

}
.list-backlink a:hover {
  background: #addbae;
  color: #ffffff;
}
.list-backlink a img {
  width: 90px;
  height: 60px;
  /* border-radius: 50%;     */
  margin-right: 8px;
  margin-bottom: -6px;
}
.bx-feature-game .item-big {
  width: 100%;
  height: 315px;
  float: left;
  margin-top: 10px;
  padding: 5px;
  background: var(--game_bk);
  border-radius: 5px;
  box-shadow: 0px 0px 4px 0px #ccc;
  box-sizing: border-box;
  position: relative;
}
.bx-feature-game .item-big a.title {
  position: absolute;
  bottom: 5px;
  display: block;
  background: #addbae;
  width: 96%;
  font-size: 20px;
  padding: 5px 5px;
  /* font-weight: bold; */
  color: #000000;
  font-family: "Roboto", sans-serif;
}