/*-------------------
- Function
-------------------*/
/*-------------------
- Variable
-------------------*/
/*-------------------
- Fonts
-------------------*/
/*-------------------
- Element
-------------------*/
html, body {
  font-family: 'Kanit', sans-serif;
  font-size: 18px;
  color: #fff;
  background: #350054 no-repeat center top;
  background-size: cover; }

ul.cleargap {
  margin: 0;
  padding: 0;
  list-style: none; }
ul.inline li {
  display: inline-block; }
ul.list-style {
  padding-left: 25px; }
  ul.list-style li {
    color: #8d8d8c;
    margin-bottom: 15px;
    position: relative; }
    ul.list-style li:before {
      content: "";
      position: absolute;
      left: -20px;
      top: 8px;
      width: 10px;
      height: 10px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background: #89d6fe; }

a {
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -ms-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms; }
  a:hover {
    text-decoration: none; }

img {
  max-width: 100%; }

.minheight {
  min-height: 600px; }

h1 {
  font-size: 26px !important; }
  @media screen and (max-width: 992px) {
    h1 {
      font-size: 20px !important; } }

/*-------------------
- Header & Footer
-------------------*/
header {
  position: relative;
  margin: 60px 0 60px;
  /* border-top: 1px solid #611578; */
  border-bottom: 1px solid #611578;
  z-index: 100; }
  @media screen and (max-width: 992px) {
    header {
      margin: 0px 0 60px;
      height: 50px; } }
  @media screen and (max-width: 768px) {
    header {
      margin: 0 0 40px; } }
  header.fixed-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%; }
  header .logo {
    position: absolute;
    top: -40px;
    left: 0; }
    @media screen and (max-width: 992px) {
      header .logo {
        top: 0; } }
    @media screen and (max-width: 992px) {
      header .logo img {
        max-height: 90px;
        margin-left: 10px; } }
  @media screen and (max-width: 992px) {
    header .main-menu {
      position: fixed;
      width: 100%;
      right: 0;
      top: 50px;
      transform: translateX(100%);
      z-index: 10;
      background: #611578; }
      header .main-menu.active {
        transform: translateX(0%); } }
  @media screen and (max-width: 992px) {
    header .main-menu li {
      display: block;
      text-align: center; } }
  header .main-menu li a {
    color: #fff;
    display: block;
    margin: 20px 15px; }
    @media screen and (max-width: 1200px) {
      header .main-menu li a {
        margin: 20px 5px; } }
    header .main-menu li a:hover {
      color: #611578; }
      @media screen and (max-width: 992px) {
        header .main-menu li a:hover {
          color: #9e0b0f; } }
  header .wrapper-close {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 10;
    display: none; }
    header .wrapper-close.active {
      display: block; }
  header .open-menu {
    border-top: 3px solid #fff;
    width: 30px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 50;
    display: none; }
    @media screen and (max-width: 992px) {
      header .open-menu {
        display: inline-block; } }
    header .open-menu:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 3px;
      background: #fff;
      top: 5px;
      left: 0;
      -webkit-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      -ms-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
    header .open-menu:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 3px;
      background: #fff;
      bottom: 5px;
      left: 0;
      -webkit-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      -ms-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
    header .open-menu.show-close {
      border: none; }
      header .open-menu.show-close:before {
        background-color: #611578;
        top: 11px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      header .open-menu.show-close:after {
        background-color: #611578;
        bottom: 10px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }

footer .top-footer {
  background: #000;
  padding: 10px 0;
  border-top: 2px solid #611578;
  border-bottom: 2px solid #611578; }
  @media screen and (max-width: 992px) {
    footer .top-footer {
      padding-bottom: 140px; } }
  @media screen and (max-width: 768px) {
    footer .top-footer {
      padding-bottom: 70px; } }
  footer .top-footer .logo-footer {
    max-height: 100px;
    margin-right: 20px; }
  @media screen and (max-width: 992px) {
    footer .top-footer .url-web {
      flex-direction: column; } }
  @media screen and (max-width: 768px) {
    footer .top-footer .url-web {
      font-size: 22px; } }
  footer .top-footer .url-web a {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1200px) {
      footer .top-footer .url-web a {
        font-size: 26px; } }
    footer .top-footer .url-web a.link-social {
      margin: 0 15px; }
      @media screen and (max-width: 992px) {
        footer .top-footer .url-web a.link-social {
          margin-bottom: 15px; } }
      footer .top-footer .url-web a.link-social img {
        max-height: 60px; }
  footer .top-footer .url-web img {
    flex: 0 0 auto; }
    @media screen and (max-width: 992px) {
      footer .top-footer .url-web img {
        margin: 0 0 5px; } }
  footer .top-footer span {
    margin-left: 5px; }
footer .contact-footer {
  border-left: 1px solid #fff;
  padding-left: 15px;
  color: #fff; }
  @media screen and (max-width: 992px) {
    footer .contact-footer {
      border: none; } }
  footer .contact-footer .line {
    display: flex;
    align-items: center;
    margin: 10px 0; }
    @media screen and (max-width: 992px) {
      footer .contact-footer .line {
        flex-direction: column; } }
    footer .contact-footer .line .list-bank {
      margin-left: 10px; }
footer .foot-footer {
  background-image: linear-gradient(to bottom, #470C65, #410A42);
  display: none; }
  @media screen and (max-width: 992px) {
    footer .foot-footer {
      display: block;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0; } }
footer .menu-footer {
  width: 100%;
  display: flex;
  justify-content: space-between; }
  footer .menu-footer a {
    color: #fff;
    width: 100%;
    text-align: center;
    display: block;
    margin: 15px 0;
    padding: 0 20px;
    border-right: 1px solid #fff; }
    @media screen and (max-width: 768px) {
      footer .menu-footer a {
        padding: 0 5px;
        margin: 5px 0; } }
    footer .menu-footer a:last-child {
      border: none; }
    footer .menu-footer a img {
      max-width: 40px; }
      @media screen and (max-width: 768px) {
        footer .menu-footer a img {
          max-width: 30px; } }
    footer .menu-footer a span {
      display: block;
      white-space: nowrap;
      font-size: 22px; }
      @media screen and (max-width: 768px) {
        footer .menu-footer a span {
          font-size: 12px; } }

/*-------------------
- Slider
-------------------*/
.wrap-banner {
  position: relative; }
  @media screen and (max-width: 992px) {
    .wrap-banner {
      margin-top: 60px; } }
  .wrap-banner .item-banner-home img {
    width: 100%; }

/*-------------------
- Home
-------------------*/
.section {
  padding-top: 30px;
  padding-bottom: 30px; }

.form-login {
  background: #611578;
  border: 2px solid #fa0113;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 25px 10px; }
  @media screen and (max-width: 992px) {
    .form-login {
      margin-bottom: 20px; } }
  .form-login input {
    width: 100%;
    height: 90px;
    border: none;
    margin-bottom: 10px;
    padding: 5px 20px 10px 110px;
    color: #fff;
    font-size: 28px; }
    @media screen and (max-width: 992px) {
      .form-login input {
        height: 70px;
        font-size: 20px;
        padding: 5px 20px 10px 70px; } }
    @media screen and (max-width: 768px) {
      .form-login input {
        height: 60px; } }
    .form-login input::placeholder {
      font-weight: 100;
      color: #fff; }
    .form-login input.user {
      background: url("../images/login_bt-user.png") no-repeat;
      background-size: 100% 100%; }
    .form-login input.pass {
      background: url("../images/login_bt-password.png") no-repeat;
      background-size: 100% 100%; }
  .form-login a {
    font-weight: 700;
    font-size: 36px;
    color: #9e0b0f;
    margin-right: 15px; }
    @media screen and (max-width: 768px) {
      .form-login a {
        display: block;
        text-align: center !important;
        font-size: 24px; } }
    @media screen and (max-width: 768px) {
      .form-login a img {
        max-width: 40px; } }

.title-section {
  background: url("../images/line_.png") no-repeat 0% 50%;
  background-size: 100%;
  text-align: center;
  margin-bottom: 30px; }
  .title-section span {
    font-size: 38px;
    font-weight: 700;
    color: #FDF9F9;
    background: #0A0A0A;
    padding: 3px 70px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 10px;
    border: 3px solid #611578; }
    @media screen and (max-width: 768px) {
      .title-section span {
        font-size: 24px;
        padding: 3px 40px; } }

.slide-product {
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 0; }
  .slide-product .item-product {
    padding: 0 5px; }

.style-slide .slick-prev, .style-slide .slick-next {
  bottom: 0px;
  top: initial;
  width: 40px;
  height: 45px; }
  .style-slide .slick-prev:before, .style-slide .slick-next:before {
    content: "";
    display: none; }
.style-slide .slick-prev {
  background-size: 100%;
  margin-left: -50px;
  left: 50%; }
  @media screen and (max-width: 992px) {
    .style-slide .slick-prev {
      flex: 0 0 50%; } }
.style-slide .slick-next {
  background-size: 100%;
  margin-right: -50px;
  right: 50%; }

.wrap-games {
  display: flex;
  flex-wrap: wrap; }

.list-game {
  flex: 0 0 20%;
  padding: 0 5px;
  margin-bottom: 15px;
  display: block; }
  @media screen and (max-width: 992px) {
    .list-game {
      flex: 0 0 50%; } }

.item-article {
  position: relative;
  display: block;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #611578;
  overflow: hidden; }
  @media screen and (max-width: 992px) {
    .item-article {
      margin-bottom: 15px; } }
  .item-article .title-item {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    background: #0A0A0A;
    color: #FDF9F9;
    font-size: 24px;
    font-weight: 700;
    text-align: center; }
    @media screen and (max-width: 992px) {
      .item-article .title-item {
        font-size: 18px; } }
