@charset "UTF-8";
/* line 1, 24h/libs/css/style.scss */
body,
ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 7, 24h/libs/css/style.scss */
body {
  max-width: 720px;
  margin: 0 auto;
  border: 1px solid #ccc;
  box-shadow: 0px 6px 5px #78b43d; }

/* line 13, 24h/libs/css/style.scss */
#header {
  background: #78b43d;
  height: 60px; }
  /* line 17, 24h/libs/css/style.scss */
  #header img.logo {
    height: 40px;
    margin: 10px 0; }
  /* line 23, 24h/libs/css/style.scss */
  #header a.btn-search {
    color: #fff; }
  /* line 27, 24h/libs/css/style.scss */
  #header a.btn-bar {
    color: #fff; }
  /* line 31, 24h/libs/css/style.scss */
  #header .align-end {
    display: flex;
    justify-content: flex-end;
    align-items: center; }

/* line 38, 24h/libs/css/style.scss */
#main-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; }
  /* line 45, 24h/libs/css/style.scss */
  #main-menu .bg-close {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3; }
  /* line 54, 24h/libs/css/style.scss */
  #main-menu .menu {
    width: 270px;
    background: #fff;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4; }
    /* line 62, 24h/libs/css/style.scss */
    #main-menu .menu .main-search {
      border: 1px solid #887171;
      border-radius: 3px;
      margin: 70px 10px 20px 10px;
      position: relative;
      height: 32px; }
      /* line 68, 24h/libs/css/style.scss */
      #main-menu .menu .main-search input {
        border: 0;
        position: absolute;
        left: 0;
        top: 0;
        outline: none;
        padding-left: 6px; }
      /* line 76, 24h/libs/css/style.scss */
      #main-menu .menu .main-search button {
        background: #78b43d;
        position: absolute;
        right: 0;
        height: 30px;
        padding: 0 15px;
        outline: none;
        border: 0; }
        /* line 84, 24h/libs/css/style.scss */
        #main-menu .menu .main-search button i {
          color: #fff; }
    /* line 89, 24h/libs/css/style.scss */
    #main-menu .menu .primary-menu {
      margin: 20px 10px; }
      /* line 92, 24h/libs/css/style.scss */
      #main-menu .menu .primary-menu ul li {
        border: 1px solid #887171;
        margin-bottom: 20px; }
        /* line 95, 24h/libs/css/style.scss */
        #main-menu .menu .primary-menu ul li a {
          display: block;
          padding: 5px 7px;
          background: #78b43d;
          color: #fff; }
          /* line 100, 24h/libs/css/style.scss */
          #main-menu .menu .primary-menu ul li a i {
            width: 25px;
            padding-left: 6px; }
    /* line 108, 24h/libs/css/style.scss */
    #main-menu .menu .mybtn-close {
      float: right;
      margin-right: 10px;
      color: #ccc;
      margin-top: 10px; }
      /* line 113, 24h/libs/css/style.scss */
      #main-menu .menu .mybtn-close i {
        font-size: 24px; }

/* line 120, 24h/libs/css/style.scss */
#bottom-menu {
  box-shadow: 0px 4px 5px #d0dec1;
  padding-bottom: 5px;
  margin-top: 15px; }
  /* line 125, 24h/libs/css/style.scss */
  #bottom-menu ul li {
    display: inline-block; }
    /* line 127, 24h/libs/css/style.scss */
    #bottom-menu ul li a {
      color: #363636;
      padding: 0 8px;
      font-weight: 600; }

/* line 136, 24h/libs/css/style.scss */
.menu-hide {
  display: none; }

/* line 140, 24h/libs/css/style.scss */
#homepage {
  padding-top: 20px;
  padding-bottom: 20px; }
  /* line 143, 24h/libs/css/style.scss */
  #homepage h2 {
    font-size: 18px;
    background: #78b43d;
    color: #fff;
    padding: 5px;
    display: flex;
    align-items: center; }
    /* line 150, 24h/libs/css/style.scss */
    #homepage h2 img {
      height: 24px;
      margin-right: 5px; }

/* line 157, 24h/libs/css/style.scss */
.ads {
  margin-top: 20px;
  margin-bottom: 20px; }

/* line 162, 24h/libs/css/style.scss */
.swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto; }
  /* line 168, 24h/libs/css/style.scss */
  .swiper-container .swiper-slide h4 {
    height: 36px;
    overflow: hidden;
    margin: 0;
    margin-top: 5px; }
  /* line 174, 24h/libs/css/style.scss */
  .swiper-container .swiper-slide a {
    text-align: center;
    display: block;
    font-size: 15px;
    color: #000;
    font-weight: 700; }
    /* line 180, 24h/libs/css/style.scss */
    .swiper-container .swiper-slide a img {
      width: 100px;
      display: block;
      margin: 0 auto; }
  /* line 186, 24h/libs/css/style.scss */
  .swiper-container .swiper-slide .gamerate {
    padding-left: 5px; }
    /* line 188, 24h/libs/css/style.scss */
    .swiper-container .swiper-slide .gamerate img {
      height: 12px; }
  /* line 193, 24h/libs/css/style.scss */
  .swiper-container .swiper-pagination {
    position: initial;
    margin-top: 20px; }
  /* line 197, 24h/libs/css/style.scss */
  .swiper-container .swiper-pagination-fraction {
    border: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px; }
  /* line 202, 24h/libs/css/style.scss */
  .swiper-container .swiper-button-next {
    background: none;
    top: calc(100% - 7px);
    width: auto; }
    /* line 206, 24h/libs/css/style.scss */
    .swiper-container .swiper-button-next::before {
      content: "Trang sau >"; }
  /* line 210, 24h/libs/css/style.scss */
  .swiper-container .swiper-button-prev {
    background: none;
    top: calc(100% - 7px);
    width: auto; }
    /* line 214, 24h/libs/css/style.scss */
    .swiper-container .swiper-button-prev::before {
      content: "< Trang trước"; }
  /* line 218, 24h/libs/css/style.scss */
  .swiper-container .swiper-button-disabled {
    opacity: .9; }

/* line 224, 24h/libs/css/style.scss */
#top-footer h2 {
  font-size: 18px;
  background: #78b43d;
  color: #fff;
  padding: 5px;
  display: flex;
  align-items: center; }
  /* line 231, 24h/libs/css/style.scss */
  #top-footer h2 img {
    height: 24px;
    margin-right: 5px; }

/* line 236, 24h/libs/css/style.scss */
#top-footer .main-tag {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  /* line 240, 24h/libs/css/style.scss */
  #top-footer .main-tag h3 {
    margin: 0;
    margin-bottom: 10px;
    width: calc(50% - 5px); }
    /* line 244, 24h/libs/css/style.scss */
    #top-footer .main-tag h3 a {
      color: #000;
      display: block;
      border: 1px solid #ccc;
      font-size: 18px;
      padding-left: 5px;
      padding-top: 5px;
      padding-bottom: 5px; }

/* line 257, 24h/libs/css/style.scss */
#footer {
  margin-top: 20px; }
  /* line 259, 24h/libs/css/style.scss */
  #footer ul {
    background: #898989;
    display: flex;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px; }
    /* line 267, 24h/libs/css/style.scss */
    #footer ul li.sep {
      color: #ccc;
      padding: 0 10px; }
    /* line 271, 24h/libs/css/style.scss */
    #footer ul li a {
      color: #fff;
      text-decoration: none;
      padding: 0 15px; }
  /* line 278, 24h/libs/css/style.scss */
  #footer p {
    text-align: center;
    padding: 0 15px; }
    /* line 281, 24h/libs/css/style.scss */
    #footer p a {
      font-weight: 700; }

/* line 287, 24h/libs/css/style.scss */
#single {
  padding-top: 20px;
  padding-bottom: 20px; }
  /* line 290, 24h/libs/css/style.scss */
  #single h2 {
    font-size: 18px;
    background: #78b43d;
    color: #fff;
    padding: 5px;
    display: flex;
    align-items: center; }
    /* line 297, 24h/libs/css/style.scss */
    #single h2 img {
      height: 24px;
      margin-right: 5px; }
  /* line 303, 24h/libs/css/style.scss */
  #single .gamerate img {
    height: 14px; }
  /* line 308, 24h/libs/css/style.scss */
  #single h1.title-name {
    font-size: 20px; }
  /* line 312, 24h/libs/css/style.scss */
  #single .link-download {
    display: block;
    background: #78b43d;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    margin-top: 10px; }
  /* line 320, 24h/libs/css/style.scss */
  #single .detail-single {
    margin-top: 20px; }
    /* line 322, 24h/libs/css/style.scss */
    #single .detail-single img {
      max-width: 100%; }
  /* line 327, 24h/libs/css/style.scss */
  #single .breadcrumbs p {
    margin: 0; }
    /* line 329, 24h/libs/css/style.scss */
    #single .breadcrumbs p a {
      color: #fff; }
  /* line 334, 24h/libs/css/style.scss */
  #single .slider-container {
    margin-top: 30px;
    margin-bottom: 10px; 
overflow-x: hidden;}
    /* line 337, 24h/libs/css/style.scss */
    #single .slider-container .swiper-slide {
      width: auto; }
    /* line 340, 24h/libs/css/style.scss */
    #single .slider-container img {
      height: 250px;
      width: auto; }

/* line 346, 24h/libs/css/style.scss */
.post_tags {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  /* line 351, 24h/libs/css/style.scss */
  .post_tags a {
    text-decoration: none;
    color: #0a0a0a;
    width: 50%;
    margin-bottom: 10px;
    font-weight: 600; }
    /* line 357, 24h/libs/css/style.scss */
    .post_tags a i {
      color: #78b43d;
      font-size: 20px;
      margin-right: 5px; }

/*# sourceMappingURL=style.css.map */