@import url("https://fonts.googleapis.com/css?family=Francois One:400,500");
@import url("https://fonts.googleapis.com/css?family=Oswald:500&amp;subset=vietnamese");
* {
  outline: none;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
}
ul {
  list-style: none;
}
button {
  cursor: pointer;
  border: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
}
body {
  font-family: Tahoma, san-serif;
  font-size: 14px;
  background: #fff url(../images/bg-repeat.jpg) repeat 50% 50%;
  line-height: 1.57em;
  color: #414141;
}
section {
  overflow: hidden;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-center {
  margin: 20px auto;
}
.container {
  width: 1440px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.container-big {
  width: 1440px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  clear: both;
}
#mainpage {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.col {
  overflow: hidden;
}
.row {
  display: grid;
  padding: 0px;
}
.row-main {
  grid-template-columns: 930px auto;
}
.col-side {
  padding-left: 15px;
}
.visible-xs,
.visible-sm,
.visible-md {
  display: none;
}
#main-header {
  width: 100%;
  position: absolute;
  top: 30px;
  z-index: 10;
  height: 69px;
  overflow: hidden;
}
.header-menu {
  width: 80%;
  float: right;
  height: 69px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 5px;
  padding: 0 40px;
  overflow: visible;
}
.menu-mobile {
  width: 50px;
  float: left;
}
.menu-mobile .button {
  width: 40px;
  height: 50px;
  display: block;
  background: none;
  padding-top: 10px;
  margin: 0 auto;
}
.menu-mobile .button span {
  width: 25px;
  height: 2px;
  display: block;
  text-indent: -9999px;
  background-color: #333c4f;
  border-radius: 10px;
  margin: 6px auto;
  overflow: hidden;
  transition: all 0.3s ease;
}
.menu-mobile .button:hover span {
  background-color: #333c4f;
}
.menu-mobile .active {
  position: relative;
}
.menu-mobile .active span {
  background-color: #ccc;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.menu-mobile .active span:nth-child(1) {
  transform: rotate(45deg);
}
.menu-mobile .active span:nth-child(2) {
  transform: rotate(-45deg);
}
.menu-mobile .active span:nth-child(3) {
  display: none;
}
.img-logo {
  float: left;
  width: auto;
  height: 40px;
  line-height: 69px;
  margin-top: 14.5px;
  margin-right: 20px;
}
.img-logo a {
  width: auto;
  height: 100%;
  display: block;
}
.img-logo img {
  width: auto;
  height: 100%;
}
.menu-nav > ul {
  line-height: 69px;
}
.menu-nav > ul li {
  float: left;
  margin: 0 20px;
}
.menu-nav > ul li a {
  font-size: 1.1428em;
  color: #111;
  text-transform: uppercase;
}
.menu-nav > ul li a:hover {
  color: #ff9138;
}
.menu-nav-right li {
  margin: 0px !important;
}
.menu-nav-right a,
.menu-nav-right div.button-search,
.menu-nav-right div.button-search-in {
  height: 35px;
  display: inline-block;
  line-height: 35px;
  margin-top: 17px;
}
.menu-nav-right a.button-signin {
  padding-left: 20px;
}
.menu-nav-right .signedin {
  padding-left: 20px;
  color: #111;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-column-gap: 10px;
}
.menu-nav-right .signedin .thumb {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-top: 3px;
}
.menu-nav-right .signedin .thumb img {
  width: 100%;
  height: 100%;
}
.menu-nav-right .signedin .name {
  font-size: 1em;
  text-transform: uppercase;
}
.menu-nav-right .signedin .signout {
  font-size: 0.8em;
  color: #ff9138;
}
.button-search {
  border-right: solid 1px #ccc;
  padding-right: 20px;
  width: auto;
  display: none !important;
}
.button-search-in {
  overflow: hidden;
  width: 200px;
  border-right: solid 1px #ccc;
  padding-right: 20px;
}
.button-search-in button {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/icon-title.png) no-repeat 50% 100%;
  display: inline-block;
  margin-left: 10px;
  vertical-align: text-bottom;
  cursor: pointer;
  text-indent: -9999px;
}
.button-search-in input {
  width: calc(100% - 30px);
  border: none;
  border-bottom: solid 1px #ccc;
  height: 29px;
  line-height: 29px;
  display: inline-block;
  background-color: transparent;
}
.button-search::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/icon-title.png) no-repeat 50% 100%;
  display: inline-block;
  margin-left: 10px;
  vertical-align: text-bottom;
  cursor: pointer;
}
a.button-signin::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/icon-title.png) no-repeat 75% 100%;
  display: inline-block;
  margin-left: 10px;
  vertical-align: text-bottom;
}
#main-slider {
  overflow: hidden;
  height: 650px;
  background-color: #272e3c;
}
.slider-small {
  height: 650px;
  width: 100%;
  background: url(../images/slide01.jpg) no-repeat 50% 50%;
  background-size: auto 100%;
  overflow: hidden;
  display: block;
}
.slider-small .container {
  height: 650px;
}
.slider-small .content {
  width: 600px;
  text-align: center;
  color: #fff;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider-small .content a.gamelogo {
  max-width: 300px;
  height: auto;
  display: inline-block;
}
.slider-small .content a.gamelogo img {
  width: 100%;
  height: auto;
}
.slider-small .content p {
  margin: 5px auto;
  font-size: 1.6em;
  text-align: center;
  line-height: 1.2em;
  color: orange;
}
.slider-small .content .button {
  display: inline-block;
  margin-top: 30px;
  width: 100%;
  background-color: transparent;
}
.slider-small .content .button span {
  width: 180px;
  height: 50px;
  line-height: 50px;
  font-size: 1.28em;
  color: #fff;
  background-image: url("../images/id-bg-orange.png");
  text-transform: uppercase;
  opacity: 0.9;
  display: inline-block;
  border-radius: 10px;
  text-indent: -2px;
}
.slider-small .content .button span:hover {
  opacity: 1;
}
.slider-small .content .button span::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/icon-small.png) no-repeat 25% 0%;
  background-size: 500% auto;
  display: inline-block;
  margin-right: 3px;
}
.slider-small .content .button::before {
  content: "";
  width: 50px;
  height: 50px;
  margin-right: 10px;
  display: inline-block;
  background: url("../images/18-square-01.png") no-repeat 50% 50%;
  background-size: 100% 100%;
  vertical-align: top;
}
.slick-dots {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 10px 0px;
  overflow: hidden;
  border-radius: 10px;
  text-indent: -9999px;
  border: solid 1px #fff;
  cursor: pointer;
}
.slick-dots li.slick-active {
  background-color: #fff;
}
#sec-body {
  margin-top: -30px;
}
.main-block {
  background-color: #fff;
  border: solid 1px #eee;
  padding: 30px 40px;
  margin-bottom: 15px;
}
.main-block > .title {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.main-block > .title h3 {
  font-size: 1.428em;
  color: #333c4f;
  text-transform: uppercase;
  border-bottom: solid 1px #eee;
  width: calc(100% - 120px);
  height: 35px;
  line-height: 35px;
}
.title h3::before {
  content: "";
  background: url(../images/icon-title.png) no-repeat 0% 0%;
  background-size: auto 200%;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  margin-top: -5px;
  vertical-align: middle;
}
.title-games::before {
  background-position: 0% 0%;
}
.title-news::before {
  background-position: 25% 0% !important;
}
.title-video::before {
  background-position: 50% 0% !important;
}
.title-server::before {
  background-position: 75% 0% !important;
}
.title-giftcode::before {
  background-position: 100% 0% !important;
}
.button {
  width: 110px;
  height: 35px;
  display: block;
  background: #ff9138;
  text-align: center;
  font-weight: 500;
  border-radius: 5px;
  font-size: 1.2em;
  color: #fff;
  line-height: 35px;
}
.button-seemore::before {
  content: "";
  width: 11px;
  height: 11px;
  background: url(../images/icon-small.png) no-repeat 0% 0%;
  display: inline-block;
  margin-right: 3px;
}
.button-seemore:hover {
  background-color: #333c4f !important;
}
.alternative .button-seemore:hover {
  background-color: #111 !important;
}
.button-download::before {
  content: "";
  width: 11px;
  height: 11px;
  background: url(../images/icon-small.png) no-repeat 25% 0%;
  display: inline-block;
  margin-right: 3px;
}
.button-download:hover {
  background-color: #272e3c !important;
}
.button-giftcode::before {
  content: "";
  width: 11px;
  height: 11px;
  background: url(../images/icon-small.png) no-repeat 0% 0%;
  display: inline-block;
  margin-right: 3px;
}
.button-giftcode:hover {
  background-color: #ff9138 !important;
}
.button-top {
  color: #ff9138 !important;
}
.button-top::before {
  content: "";
  width: 11px;
  height: 11px;
  background: url(../images/icon-small.png) no-repeat 75% 0%;
  display: inline-block;
  margin-right: 3px;
}
ul.block-game-feature {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 10px;
  padding: 20px 0 0 0;
}
ul.block-game-feature li {
  -webkit-transition: background-size 0.2s ease-out;
  transition: background-size 0.2s ease-out;
  cursor: pointer;
}
ul.block-game-feature li:hover {
  background-size: 102% 102% !important;
}
ul.block-game-feature li.big {
  background: url(../images/game-banner-small-01.png) no-repeat 50% 50%;
  background-size: 100% 100%;
  width: 100%;
  height: 410px;
  position: relative;
  grid-column: 1/3;
  grid-row: 1/3;
  border-radius: 10px;
  overflow: hidden;
}
ul.block-game-feature li.big .game-info {
  height: 140px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: url(../images/game-banner-black.png) no-repeat 0% 100%;
  background-size: 100% 100%;
  padding: 40px 20px 20px 20px;
}
ul.block-game-feature li.big .button-download {
  position: absolute;
  bottom: 25px;
  right: 25px;
}
ul.block-game-feature li.small {
  background: url(../images/game-banner-small-01.png) no-repeat 50% 50%;
  background-size: 100% 100%;
  width: 100%;
  height: auto;
  padding-top: 72.5663%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
ul.block-game-feature li.small .game-info {
  height: 80px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: url(../images/game-banner-black.png) no-repeat 0% 100%;
  background-size: 100% 100%;
  padding: 7px 14px;
}
ul.block-game-feature li.small .game-icon {
  width: 58px;
  height: 58px;
}
ul.block-game-feature li.small .game-name h4 {
  font-size: 1.1428em;
  margin: 0px 0 5px 0px;
}
ul.block-game-feature li.small .button-download {
  height: 30px;
  width: 100px;
  line-height: 30px;
}
.game-icon {
  width: 80px;
  height: 80px;
}
.game-icon img {
  width: 100%;
  height: 100%;
}
.game-name {
  color: #fff;
  margin-left: 10px;
}
.game-name h4 {
  font-family: "Oswald", san-serif;
  font-size: 1.714em;
  text-transform: uppercase;
  margin: 20px 0 10px 0px;
  text-shadow: 0px 0px 10px #000;
  color: #fff;
}
.game-name span {
  font-size: 1.1428em;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.game-name span.game-type {
  font-size: 0.71em;
  color: #000;
  background-color: #fff;
  padding: 0 3px;
  border-radius: 3px;
  line-height: 15px;
}
.button-download {
  background-color: #272e3c;
  border: solid 1px #ccc;
}
.button-download:hover {
  background-color: #111 !important;
}
a.gamename {
  font-family: "Oswald", san-serif;
  font-size: 1em;
  color: #ff9138;
  text-transform: uppercase;
  display: block;
}
a.gamename:hover {
  color: #111 !important;
}
ul.block-news {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 10px;
  padding: 20px 0 0 0;
}
ul.block-news li {
  -webkit-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
}
ul.block-news li:hover {
  border: solid 1px #ff9138;
}
ul.block-news li {
  border: dotted 1px #ccc;
  padding: 15px;
}
ul.block-news li .thumb {
  width: 150px;
  height: 150px;
  border: solid 1px #ccc;
  float: left;
}
ul.block-news li .thumb img {
  width: 100%;
  height: auto;
}
ul.block-news li .content {
  width: calc(100% - 165px);
  margin-left: 15px;
  float: left;
  line-height: 2em;
  padding-top: 5px;
}
ul.block-news li .content a.gamename {
  font-family: "Oswald", san-serif;
  font-size: 1em;
  color: #ff9138;
  text-transform: uppercase;
  display: block;
}
ul.block-news li .content a.gamename:hover {
  color: #111;
}
ul.block-news li .content a.title {
  font-size: 1.1428em;
  color: #333c4f;
  text-transform: uppercase;
  display: block;
  line-height: 1.5em;
}
ul.block-news li .content a.title:hover {
  color: #111;
}
ul.block-news li .content a.tag {
  font-size: 0.71em;
  color: #fff;
  background-color: #333c4f;
  padding: 0px 5px;
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 20px;
  margin-right: 5px;
}
ul.block-news li .content a.date {
  color: #999;
  line-height: 20px;
  vertical-align: middle;
}
.main-block.alternative {
  background: #272e3c url(../images/bg-block-alt.jpg) no-repeat 0% 100%;
  background-size: auto;
}
.main-block.alternative > .title h3 {
  color: #fff;
  border-bottom: solid 1px #3e4b64;
}
#block-video {
  grid-column: 1/3;
}
ul.block-videos {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 10px;
  padding: 20px 0 0 0;
}
ul.block-videos li {
  -webkit-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
}
ul.block-videos li:hover {
  border: solid 1px #999;
}
ul.block-videos li {
  border: dotted 1px #3e4b64;
  padding: 15px;
  border-radius: 5px;
}
ul.block-videos li .thumb {
  width: 100%;
  height: auto;
  border: none;
}
ul.block-videos li .thumb img {
  width: 100%;
  height: auto;
}
ul.block-videos li .content {
  width: 100%;
  height: 85px;
  margin: 0px;
  line-height: 2em;
  padding: 5px 15px;
  background-color: #fff;
}
ul.block-videos li .content a.gamename {
  font-family: "Oswald", san-serif;
  font-size: 1em;
  color: #ff9138;
  text-transform: uppercase;
  display: block;
}
ul.block-videos li .content a.gamename:hover {
  color: #111;
}
ul.block-videos li .content a.title {
  font-size: 1em;
  color: #333c4f;
  display: block;
  line-height: 1.5em;
}
.button-img {
  padding-bottom: 15px;
}
.button-img a {
  display: block;
  width: 100%;
  height: auto;
  background: url(../images/main-side-button.png) no-repeat 0% 0%;
  background-size: 100% auto;
  padding-top: 30%;
  text-indent: -9999px;
  line-height: 0px;
  border-radius: 5px;
  overflow: hidden;
}
.button-img-01 a {
  background-position: 50% 0%;
}
.button-img-02 a {
  background-position: 50% 25%;
}
.button-img-03 a {
  background-position: 50% 100%;
  padding-top: 60%;
}
.button-img-04 a {
  background-position: 50% 50%;
}
.button-img-05 a {
  background-position: 50% 84%;
}
.side-block {
  background-color: #fff;
  margin-bottom: 15px;
}
.side-block > .title {
  overflow: hidden;
}
.side-block > .title h3 {
  font-size: 1.428em;
  color: #fff;
  text-transform: uppercase;
  border-bottom: solid 1px #eee;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #272e3c;
  padding-left: 15px;
}
#block-server {
  padding-bottom: 5px;
  height: 633px;
}
#block-server .title {
  position: relative;
}
#block-server .button-seemore {
  position: absolute;
  top: 7px;
  right: 7px;
  background-color: #272e3c;
}
ul.block-server {
  width: 100%;
  padding: 10px 0 0px 0;
}
ul.block-server li {
  border-bottom: dotted 1px #bbb;
  padding: 10px;
  overflow: hidden;
  margin: 0 8% 0 8%;
  width: 84%;
}
ul.block-server li .thumb {
  width: 80px;
  height: auto;
  border: none;
  float: left;
}
ul.block-server li .thumb img {
  width: 100%;
  height: auto;
}
ul.block-server li .content {
  width: calc(100% - 80px);
  height: 85px;
  margin: 0px;
  line-height: 1.8em;
  padding: 0px 10px;
  background-color: #fff;
  float: left;
}
ul.block-server li .content a.gamename {
  font-family: "Oswald", san-serif;
  font-size: 1em;
  color: #ff9138;
  text-transform: uppercase;
  display: block;
}
ul.block-server li .content a.title {
  font-size: 1.1412em;
  color: #333c4f;
  text-transform: uppercase;
  display: block;
}
ul.block-server li .content a.date {
  background-color: #eee;
  color: #111;
  border-radius: 5px;
  padding: 3px 10px;
}
ul.block-server li .content a.date strong {
  font-weight: normal;
  color: #ff9138;
}
ul.block-server li .content a.date::before {
  content: "";
  width: 11px;
  height: 11px;
  background: url(../images/icon-small.png) no-repeat 50% 0%;
  display: inline-block;
  margin-right: 3px;
}
#block-giftcode {
  display: none;
}
ul.block-giftcode {
  width: 100%;
  padding: 10px 0 0 0;
}
ul.block-giftcode li {
  border-bottom: dotted 1px #bbb;
  padding: 10px;
  overflow: hidden;
  margin: 0 8% 0 8%;
  width: 84%;
}
ul.block-giftcode li .thumb {
  width: 80px;
  height: auto;
  border: none;
  float: left;
}
ul.block-giftcode li .thumb img {
  width: 100%;
  height: auto;
}
ul.block-giftcode li .content {
  width: calc(100% - 80px);
  height: 85px;
  margin: 0px;
  line-height: 1.69em;
  padding: 0px 10px;
  background-color: #fff;
  float: left;
}
ul.block-giftcode li .content a.gamename {
  font-family: "Oswald", san-serif;
  font-size: 1em;
  color: #ff9138;
  text-transform: uppercase;
  display: block;
}
ul.block-giftcode li .content a.title {
  font-size: 1.1412em;
  color: #333c4f;
  text-transform: uppercase;
  display: block;
}
ul.block-giftcode li .content a.giftcode {
  color: #111;
  padding: 5px 10px;
  float: left;
}
ul.block-giftcode li .content a.giftcode strong {
  font-weight: normal;
  color: #ff9138;
}
ul.block-giftcode li .content .button-giftcode {
  height: 28px;
  background-color: #333c4f;
  line-height: 28px;
  margin-top: 3px;
}
#sec-footer {
  /* margin-top:50px */
}
#sec-footer p {
  color: #333c4f;
  font-size: 0.9em;
  text-align: center;
  text-transform: uppercase;
}
#sec-footer p img {
  height: 1em;
  width: auto;
  margin: 0 5px;
  vertical-align: middle;
}
#sec-footer .block-footer {
  height: 69px;
  width: 100%;
  background-color: #111;
  color: #ccc;
}
#sec-footer .block-footer .menu a {
  color: #ccc;
  font-size: 1.1412em;
}
#sec-footer .block-footer .menu a:hover {
  color: #fff;
}
#sec-footer .block-footer .follow {
  line-height: 69px;
}
a.icon-facebook {
  background: url(../images/icon-title.png) no-repeat 0% 100%;
  background-size: auto 200%;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-indent: -9999px;
  margin: 0 2px 0 5px;
  vertical-align: middle;
}
a.icon-youtube {
  background: url(../images/icon-title.png) no-repeat 25% 100%;
  background-size: auto 200%;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-indent: -9999px;
  margin: 0 2px;
  vertical-align: middle;
}
@media only screen and (min-width: 1921px) {
  #main-slider {
    overflow: hidden;
    height: 900px;
    background-color: #272e3c;
  }
  .slider-small {
    height: 900px;
    width: 100%;
    background: url(../images/slide01.jpg) no-repeat 50% 50%;
    background-size: auto 100%;
    overflow: hidden;
    display: block;
  }
  .slider-small .container {
    height: 900px;
  }
}
@media only screen and (max-width: 1440px) {
  body {
    font-size: 13px;
  }
  .container {
    width: 1200px;
  }
  #main-header {
    top: 20px;
  }
  #main-slider {
    overflow: hidden;
    height: 600px;
    background-color: #272e3c;
  }
  .slider-small {
    height: 600px;
    width: 100%;
    background: url(../images/slide01.jpg) no-repeat 50% 50%;
    background-size: auto 100%;
    overflow: hidden;
    display: block;
  }
  .slider-small .container {
    height: 600px;
  }
  .slider-small .content {
    width: 500px;
  }
  .row-main {
    grid-template-columns: 800px auto;
  }
  .game-icon {
    width: 70px;
    height: 70px;
  }
  ul.block-game-feature li.big {
    height: 345px;
  }
  ul.block-game-feature li.small .game-icon {
    width: 50px;
    height: 50px;
  }
  ul.block-news li .thumb {
    width: 120px;
    height: 120px;
  }
  ul.block-news li .content {
    width: calc(100% - 135px);
  }
  #block-server {
    height: 613px;
  }
  ul.block-server li .thumb,
  ul.block-giftcode li .thumb {
    width: 70px;
    height: 70px;
    margin-top: 5px;
  }
  ul.block-server li .content,
  ul.block-giftcode li .content {
    width: calc(100% - 70px);
    height: auto;
  }
  ul.block-server li {
    margin: 0 5%;
    width: auto;
    padding: 15px;
  }
  ul.block-giftcode li {
    margin: 0 3%;
    width: auto;
  }
  ul.block-giftcode li .content a.giftcode {
    padding: 5px;
  }
}
@media only screen and (max-width: 1199px) {
  body {
    font-size: 12px;
  }
  .container {
    width: 960px;
  }
  #main-header {
    top: 15px;
    height: 50px;
  }
  .header-menu {
    padding: 0 20px;
    height: 50px;
  }
  .menu-nav > ul li {
    margin: 0 10px;
  }
  .img-logo {
    float: left;
    width: auto;
    height: 30px;
    line-height: 50px;
    margin-top: 10px;
  }
  .menu-nav > ul {
    line-height: 50px;
  }
  .menu-nav > ul li a {
    font-size: 1em;
  }
  .menu-nav-right a,
  .menu-nav-right div.button-search,
  .menu-nav-right div.button-search-in {
    height: 30px;
    display: inline-block;
    line-height: 30px;
    margin-top: 10px;
  }
  .menu-nav-right a.button-signin {
    padding-left: 20px;
    padding-right: 20px;
  }
  #sec-footer .block-footer {
    height: 50px;
  }
  #sec-footer .block-footer .follow {
    line-height: 50px;
  }
  #main-slider {
    overflow: hidden;
    height: 500px;
    background-color: #272e3c;
  }
  .slider-small {
    height: 500px;
    width: 100%;
    background: url(../images/slide01.jpg) no-repeat 50% 50%;
    background-size: auto 100%;
    overflow: hidden;
    display: block;
  }
  .slider-small .container {
    height: 500px;
  }
  .slider-small .content {
    width: 380px;
  }
  .slider-small .content a.gamelogo {
    max-width: 250px;
  }
  .slider-small .content .button {
    margin-top: 20px;
  }
  #sec-body {
    margin-top: -20px;
  }
  .row-main {
    grid-template-columns: 630px auto;
  }
  .main-block {
    padding: 15px 25px;
    margin-bottom: 15px;
  }
  ul.block-game-feature {
    grid-template-columns: auto auto;
  }
  ul.block-game-feature li.big,
  ul.block-game-feature li.small {
    height: auto;
    padding-top: 72.5663%;
  }
  ul.block-game-feature li.big {
    position: relative;
    grid-column: 1/1;
    grid-row: 1/1;
  }
  ul.block-game-feature li.big .game-info {
    height: 80px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: url(../images/game-banner-black.png) no-repeat 0% 100%;
    background-size: 100% 100%;
    padding: 7px 14px;
  }
  ul.block-game-feature li.big .game-icon {
    width: 50px;
    height: 50px;
  }
  ul.block-game-feature li.big .game-name {
    width: calc(100% - 60px);
  }
  ul.block-game-feature li.big .game-name h4 {
    font-size: 1.1428em;
    margin: 0px 0 5px 0px;
  }
  ul.block-game-feature li.big .game-name span {
    display: none;
  }
  ul.block-game-feature li.big .button-download {
    height: 30px;
    width: 100px;
    line-height: 30px;
    position: relative;
    float: left;
    top: 0;
    left: 0;
    margin-left: 10px;
  }
  ul.block-game-feature li.small .game-icon {
    width: 50px;
    height: 50px;
  }
  ul.block-news {
    grid-template-columns: auto;
  }
  ul.block-news li .thumb {
    width: 100px;
    height: 100px;
    margin-top: 0px;
  }
  ul.block-news li .content {
    width: calc(100% - 120px);
  }
  ul.block-videos li .content {
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    width: 768px;
  }
  .visible-md {
    display: block;
  }
  .img-logo {
    margin-right: 10px;
  }
  .menu-nav > ul li {
    margin: 0 8px;
  }
  .button-search {
    display: inline-block !important;
  }
  .button-search-in {
    display: none !important;
  }
  #main-slider {
    overflow: hidden;
    height: 400px;
    background-color: #272e3c;
  }
  .slider-small {
    height: 400px;
    width: 100%;
    background: url(../images/slide01.jpg) no-repeat 50% 50%;
    background-size: auto 100%;
    overflow: hidden;
    display: block;
  }
  .slider-small .container {
    height: 400px;
  }
  .slider-small .content {
    width: 300px;
    font-size: 10px;
  }
  .slider-small .content p::before {
    height: 40px;
    width: 40px;
  }
  .slider-small .content a.gamelogo {
    max-width: 180px;
  }
  .slider-small .content .button {
    margin-top: 20px;
  }
  .slider-small .content .button span {
    width: 120px;
    height: 40px;
    line-height: 40px;
  }
  .slider-small .content .button::before {
    height: 40px;
    width: 40px;
  }
  #sec-body {
    margin-top: -20px;
  }
  .row {
    padding: 0;
  }
  .row-main {
    display: block;
  }
  .main-block {
    padding: 15px 25px;
    margin-bottom: 15px;
  }
  .col-side {
    padding: 0 10px 0 0px;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 10px;
  }
  #block-server {
    grid-column: 1/3;
    height: auto;
    padding: 10px;
  }
  ul.block-server li .content,
  ul.block-giftcode li .content {
    width: calc(100% - 60px);
  }
  ul.block-server li .thumb,
  ul.block-giftcode li .thumb {
    width: 60px;
    height: 60px;
  }
  .button-img {
    padding-bottom: 0px;
    height: 100%;
  }
  .button-img-03 {
    display: none;
  }
  .side-block {
    margin-bottom: 0;
  }
  #block-video {
    margin-top: 15px;
  }
  ul.block-videos {
    grid-template-columns: auto auto auto;
  }
}
@media only screen and (max-width: 769px) {
  .visible-sm {
    display: block;
  }
  .container {
    width: 100%;
  }
  .header-menu {
    padding: 0 20px 0 10px;
  }
  .header-menu .menu-nav {
    display: none;
  }
  #main-header {
    overflow: visible;
  }
  #main-header .container {
    overflow: visible;
  }
  .menu-mobile-in {
    display: block !important;
    position: absolute;
    right: 0;
    width: calc(100% - 50px) !important;
    height: 100px;
  }
  .menu-mobile-in ul {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.95);
  }
  .menu-mobile-in ul li {
    margin: 0;
    border-left: dotted 1px #ddd;
  }
  #main-header {
    top: 0;
    position: absolute;
  }
  .header-menu {
    padding: 0 0px 0 0px;
    border-radius: 0;
  }
  .menu-mobile-in {
    width: calc(100% - 50px) !important;
  }
  .header-menu .menu-nav-right {
    display: block;
  }
  #main-slider {
    overflow: hidden;
    height: 500px;
    background-color: #272e3c;
    margin-top: 50px;
  }
  .slider-small {
    height: 500px;
    width: 100%;
    background: url(../images/slide01.jpg) no-repeat 82% 0%;
    background-size: auto 425px !important;
    overflow: hidden;
    display: block;
  }
  .slider-small .container {
    height: 500px;
    width: 100%;
  }
  .slick-dots {
    top: auto;
    bottom: 75px;
    right: 0;
    text-align: center;
    width: 100%;
  }
  .slick-dots li {
    display: inline-block;
    margin: 0 5px;
  }
  .slider-small .content {
    width: 100%;
    height: 75px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: absolute;
    top: auto;
    bottom: 0px;
    background-color: #111;
    text-align: center;
    display: grid;
    grid-template-columns: 150px auto 200px;
  }
  .slider-small .content p {
    font-size: 1.3em;
    line-height: 1.5em;
    display: inline-block;
    text-align: center;
    padding-top: 15px;
  }
  .slider-small .content a.gamelogo {
    max-width: auto;
    height: inherit;
    margin-left: 20px;
  }
  .slider-small .content a.gamelogo img {
    width: auto;
    height: 100%;
  }
  .slider-small .content .button {
    margin-top: 20px;
  }
  .slider-small .content .button span {
    margin-right: 10px;
  }
  #sec-body {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 639px) {
  .container {
    width: 100%;
  }
  #main-slider {
    overflow: hidden;
    height: 400px;
    background-color: #272e3c;
    margin-top: 50px;
  }
  .slider-small {
    height: 400px;
    width: 100%;
    background: url(../images/slide01.jpg) no-repeat 75% 0%;
    background-size: auto 400px !important;
    overflow: hidden;
    display: block;
  }
  .slider-small .container {
    height: 400px;
    width: 100%;
  }
  .slider-small .content {
    grid-template-columns: 130px auto 190px;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .slider-small .content p {
    visibility: hidden;
  }
  ul.block-videos {
    grid-template-columns: auto auto;
  }
  #sec-footer .block-footer {
    height: auto;
  }
  #sec-footer .block-footer .follow {
    line-height: 50px;
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  #sec-footer .block-footer .menu {
    float: none;
    width: 100%;
    margin: 0 auto;
    background-color: #000;
    overflow: hidden;
  }
  #sec-footer .block-footer .menu .menu-nav > ul li {
    margin: 0 0;
    width: 16.5%;
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .header-menu {
    padding: 0 5px 0 0px;
    border-radius: 0;
  }
  .img-logo {
    height: 30px;
    margin-top: 10px;
  }
  .button-search {
    padding-right: 10px;
  }
  .menu-nav-right .signedin {
    padding-left: 10px;
    grid-column-gap: 5px;
  }
  .menu-nav-right .signedin .name {
    display: none;
  }
  .menu-nav-right a.button-signin {
    padding-left: 5px;
    padding-right: 5px;
  }
  #main-slider {
    overflow: hidden;
    height: 320px;
    background-color: #272e3c;
    margin-top: 50px;
  }
  .slider-small {
    height: 320px;
    width: 100%;
    background: url(../images/slide01.jpg) no-repeat 75% 0%;
    background-size: auto 320px !important;
    overflow: hidden;
    display: block;
  }
  .slider-small .container {
    height: 320px;
    width: 100%;
  }
  .slider-small .content {
    grid-template-columns: auto auto 180px;
  }
  ul.block-game-feature {
    grid-template-columns: auto;
  }
  ul.block-videos {
    grid-template-columns: auto;
  }
  .col-side {
    padding: 0 0px 0 0px;
    display: grid;
    grid-template-columns: auto;
    grid-gap: 0px;
  }
  .button-img {
    padding-bottom: 10px;
  }
  .side-block {
    margin-bottom: 10px;
  }
  #sec-footer .block-footer .menu .menu-nav > ul li {
    width: 33%;
  }
}
@media only screen and (max-width: 320px) {
  #main-slider {
    overflow: hidden;
    height: 280px;
    background-color: #272e3c;
    margin-top: 50px;
  }
  .slider-small {
    height: 280px;
    width: 100%;
    background: url(../images/slide01.jpg) no-repeat 80% 0%;
    background-size: auto 230px !important;
    overflow: hidden;
    display: block;
  }
  .slider-small .container {
    height: 280px;
    width: 100%;
  }
  .slider-small .content {
    grid-template-columns: auto auto 110px;
    height: 50px;
  }
  .slider-small .content .button {
    margin-top: 10px;
    width: 100px;
    height: 35px;
    line-height: 35px;
  }
}
/*# sourceMappingURL=wstyle.css.map */
