@media screen and (max-width: 915px) {
  .game_partner_icon_list {   
    grid-template-columns: repeat(4,1fr);
  }
	.pum-theme-default-theme-2 .pum-container{
		margin:20px;
	}
  #slider{
    min-height:300px;
    width: 70%;
  }
  .banner_list_first .item-2{
    height: 60%;
    max-height: 250px;
  }

  .banner_list_first .item .btn .txt1{
    margin-top: 10px;
  }

  .banner_list_first .item .btn .txt2 {
    color: #000;
    font-size: 36px;
    line-height: 35px;
  }

  .banner_list_first .item .btn .txt3 {
    color: #fff;
    font-size: 34px;
    line-height: 45px;
    margin-bottom: 0px;
  }


  section h1{
    font-size:25px;
  }

  .col-6 {
      grid-column: span 6;
  }
  .col-5 {
    grid-column: span 6;
  }  
  .col-4 {
    grid-column: span 6;
  }
  .col-3 {
      grid-column: span 6;
  }

  #top_section{
    margin: 30px auto;
  }

  .banner_menu {
    margin: 5px;
  }
  .banner_menu div {
      left: 15%;
  }

  .about div div{
    width: 50%;
  }

  header #header .btn {
      width: 15%;
  }


  section.section-category {
    padding: 20px 20px;
  }

  .banner_list_second .item .description {
    width: 70%;
    padding: 15px;
  }
  .banner_list_second .item .description .title {
    padding-top: 10px;
    font-size: 14px;
  }

  .game_partner_icon_list .item img {
    max-width: 195px !important;
    width: 100%;
    height: auto;
  }
  
}


@media screen and (max-width: 767px) {
  .section-bigbanner{
    display: block;
  }


  .mt-3{
    margin-top: 10px;
  }

  section p.title{
    padding-top: 10px;
  }

  header .form-button-group{
    display: block;
  }
  header #header .btn-header{
    display: none;
  }

  header {
    height: 65px;
  }
  header #header {
    height: 100%;
    border-bottom: 1px solid var(--text-secondary-color) ;
  }
  header #head_login{
    padding: 0px;
  }

  header .header-btn-mobile{
    display: flex;
    justify-content:center;
    align-items: center;
  }
  header .header-btn-mobile a{
    width: 40%;
  }  

  .form-button-group{
    height: 100%;
  }


  header #login-form form {
    display: none;
  }

  header #login-form nav {
    position: fixed;
    display: block;
    width: 200px;
    height: 100vh;
    z-index: 9999;
    right: -100vw;
    background: var(--menu-bg-color);
    top: 0;
    padding: 0;
    margin: 0;
    padding-top: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  header #login-form nav.active {
    right: 0;
  }

  header #login-form nav ul {
    display: block;
  }
  

  header #login-form nav ul.sub-menu {
    display: contents;
    padding-left: 10px;
    margin: 10px 10px 10px 20px;
    background: none;
    border: none;
    
  }
  header nav ul.sub-menu li{
    margin-left: 20px;
  }

  header nav ul.main-nav li a{    
    height: 28px;    
  }

  header nav ul.sub-menu li a{    
    height: 25px;
    color: var(--text-secondary-color);
  }
  

  header #login-form nav ul a {
    font-size: 16px;
    border-right: none;
    text-align: left;
    padding-left: 20px;
  }

  header #login-form nav a:hover,
  header #login-form nav a.active {
    color: var(--text-secondary-color);
    background: none;
    border: none;
  }
  
  header #logo {
    width: 100%;
  }

  header #logo img {
    width: 112px;
    height: 44px;
  }

  .show-mobile {
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
    margin: 10px 0px;
  }

  .banner_list_first{
    width: 100%;
  }

  .banner_list_first .item{
    width: 100%;
    height: 43px;
    /* margin: 0px 10px; */
  }
  
  .banner_list_first .item .btn{
    width: 50%;    
    padding: 5px !important;
  }
  
  .banner_list_first .item .btn a{ 
    display: none;
  }

  .banner_list_first .item .btn p{
    padding-top: 10px;
    padding-left: 20px;
    font-size: 14px;
  }

  .banner_list_first .item-2 .btn p{
    color: #ffffff;
    padding-left: 0px;
    font-size: 11px;
    text-align: left;
  }  

  
  .banner_list_first .item-2{
    /* display: none; */
  }
  .banner_list_first .item .btn .txt1{
    display: none;
  }
  .banner_list_first .item .btn .txt2{
    display: inline;
    font-size: 18px;
    color: #ffffff;    
  }

  .banner_list_first .item-2 .bg_icon
  {
    background-position-x: calc(100% - 18px);
  }
  .banner_list_first .item-2{
    padding: 0px 0px 0px 0px !important;
  }

  .banner_list_first .item .btn .txt3{
    display: inline;
    font-size: 18px;
    color: #ffffff;
    line-height: 25px;
  }

  .banner_list_first .item img{
    height: 55px;
    margin-top: -7px;
  }
	.btn-login.lg{
    padding: 0 10px;
  }
	.show-mobile .btn-light
	{
	color:#ffffff;	
	}

  .show-mobile a {
    width: 50%;
    color:#ffffff;
	  font-size:12px;
  }

  .banner_list_second{
    display: none;
  }  

  .banner_list_second_mobile{
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin: 20px 10px;  
  }
  
  .banner_list_second_mobile p.title{
    padding: 0px;
    font-size: 11px;
    color: #ffffff;
  }

  .banner_list_second_mobile .item p{
    margin-top: 0px;
  }

  .banner_list_second_mobile .item:first-child{
    padding: 3px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    border-radius: 40px;
    background: var(--gradient-01, linear-gradient(68deg, #1D9BFF 0%, #0660CB 76.40%));
    box-shadow: 0px 2px 10px 0px rgba(27, 149, 250, 0.30);
  }

  .game_partner_logo_list .item img{
    height: 40px;
    max-width: 85px;
    width: auto;
  }

  .head-game-space{
    width: 60% !important;
  }

  .about div {        
    text-align: left;
    width: 100%;       
    grid-template-columns: repeat(1, 1fr);
  }

  .about .about-left .item{
    padding: 10px 30px;
  }

  .about .about-right{
    display: block;
  }
  .about .about-right .item{
    width: 90%;
    border-radius: 20px;

  }

  section.category-game-hits .game_partner_icon_list .item img{
    max-width: 153px !important;
  }
  section.section-category .line{
    width: 60%;
  }

  .list-news .item-news img{
    max-height: 242px;
  }


  footer {
    background: var(--footer-bg-color);
    /* background:#0A0F1E; */
    padding-bottom: 10px;
  }
  
  footer #footer-logo{
    display: block;
    text-align: center;
  }

  footer #footer-logo img{
    margin: 0 auto;
  }
  footer #footer-logo .line{
    display: none;
  }

  #footer-menu .row{
    display: block;
  }

  #footer-menu .row #head-about{
    display: none;
    
  }

  #footer-menu .row .detail-about{
    text-align: center;
    padding: 10px 30px;
  }

  #footer-menu .container ul {
    padding: 10px 10px 20px 40px;    
  }

  #footer-tags{
    padding: 10px 40px 10px 40px;    
  }

  #footer-credit{
    padding-top: 8px;
  }

  .footer-social{
    text-align: center;
    margin: 0px 15px 20px 0px;
    align-items: center;
  }

  .footer-social img{
    display: initial ;
  }
  #footer-menu ul li{
    margin: 15px;
  }

  #footer-tags a{
    padding: 5px 12px;
    margin: 5px;
  }

  #bg-bottom-nav{
    padding-top: 30px;
    background:#0A0F1E;
    height: 130px;
  }
  
  #bottom-nav {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 20px 20px 0 0;
    background: #07102D;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 10px;    
  }

  #bottom-nav a {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    width: 20%;
  }

  #bottom-nav a img {
    margin: 0 auto;
  }

  #bottom-nav #lobby-button img{
    width: 66px;
    height: 66px;
  }

  #bottom-nav #lobby-button {
    position:relative ;
    border-radius: 50%;
    background: var(--body-bg-color);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 0 10px 0 var(--primary-color);
    box-shadow: 0 0 10px 0 var(--primary-color);
    top: -30px;
    max-width: 66px;
  }

  .wp-pagenavi{
    padding: 10px;
  }

  
	.slick-dots{    
    display:none !important;
		text-align: right;
    bottom: 30px;
	}
  .slick-dots li{
    width: 5px;
    height: 5px;
    margin: 0 1px;
  }
  
  #slider{
    min-height:260px;
    width: 357px;
    height: auto;
    padding: 0px;    
    
  }

  .slick-slide img{
    width: 100%;
    height: auto;
    /* max-height: 260px; */
  }

  #slider picture{    
    background-size: contain !important;
    width: 100%;
    height: auto;
    
  }

  .sortable-handler {
    touch-action: none;
  }

  /* xxxxxxxxxxxxxxxx */

/* 
  .banner_list_second .item{
    height:25px;
    padding: 3px 8px;
    justify-content: center;
    align-items: center;
  }

  
  .banner_list_second .item img{
    display: none;    
  }
  .banner_list_second .item .description{
    padding: 5px;
  }

  .banner_list_second .item .description .title{
    display: inline-flex;
    color: #ffffff;
    font-size: 11px;
    padding-top:0px;
  }

  .banner_list_second .description .detail{
    display: none;
  } */
	
  #share {
    display: none;
  }

  .more-button {
    margin-right: 0;
  }

  #single-share {
    display: flex;
    float: none;
    font-weight: 500;
    margin-top: 0;
  }



  #overLayMobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
  }
  #overLayMobile.active {
    display: block;
  }


  #service-menu {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 10px;
    background: var(--body-color);
  }
  #service-menu a {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
  }
  #service-menu a div {
    width: 50px;
    height: 50px;
    background: var(--input-color);
    margin: 0 auto;
    border-radius: 50%;
    padding: 10px;
  }
  #service-menu a img {
    width: 100%;
  }
  #service-menu a span {
    display: block;
    margin-top: 5px;
  }

  .container {
    /* padding-left: 10px;
    padding-right: 10px; */
    width: 95%;
    max-width: 760px;
  }

  .game_partner_icon_list .item{
    padding-top: 5px;
  }

  .game_partner_icon_list .item img {
    max-width: 95% !important;
    height: auto;
  }

  .game_partner_logo_list .item{
    flex-wrap: wrap;
  }


  footer h5 {
    text-align: left;
    font-size: 20px;
    padding-left: 10px;
    margin-bottom: 0;
  }

  #sponsor {
    margin-top: 10px;
  }
  #sponsor div {
    width: 50%;
    text-align: center;
  }
  #sponsor div img {
    max-width: 100%;
    display: block;
    margin: 5px auto;
  }

  .list-blog {
    display: block;
  }
  .list-blog .item-blog {
    margin-bottom: 20px;
    width: 97%;
  }
  .list-blog .item-blog a:first-child {
    height: auto;
  }
  .list-blog .item-blog a:first-child img {
    width: 100%;
    margin: auto;
    height: auto;
    object-fit: cover;
  }
  .list-blog .item-blog a:last-child {
    padding: 10px;
  }

  .list-icon div img {
    min-width: 50px;
  }

  
  .banner_list_menu {
    flex-wrap: wrap;
    margin-top:0px;
    padding-top:20px;

  }
  #top_section{
    height: auto;
    padding:10px 0px;
  }
  .banner_menu {
      margin: 20px 5px;
      padding: 10px;
      position: relative;
      width: 100%;
      height: auto;
      top: 0px;
      background: radial-gradient(69.48% 79.36% at 50% -11.24%,rgba(116,94,255,.5) 0%,rgba(26,26,40,0) 100%),#1a1a28;
      border: 1px solid rgba(255,255,255,.5);
      border-radius: 15px;
      font-size:14px;
  }

  .banner_menu img{
    margin-top: -30px;
    width:60%;
    height:auto;    
  }

  .banner_menu div {
    position: absolute;
    bottom: 0;
    width: 120px;
    height: 25px;    
    left: 20px;
    padding: 5px;
    font-size:12px;
}

  .about{
    flex-wrap: wrap;
  }




  .list-hero {
    flex-wrap: wrap;
  }

  .list-hero div {
    width: 50%;
  }

  #footer-menu {
    border-top: 1px solid var(--body-color-light);
  }
  #footer-menu .container {
    padding: 20px 0 0 0;
    display: block;
  }
  #footer-menu .container #footer-logo {
    margin-left: 10px;
    margin-right: 10px;    
  }

  #footer-bank .container {
    display: block;
    border-top: none;
  }
  #footer-bank .container .bank-icon {
    max-width: 300px;
    margin: 10px auto;
  }
  #footer-bank .container .bank-icon:first-child img {
    height: 20px;
  }
  #footer-bank .container .bank-icon:last-child {
    display: block;
  }
  #footer-bank .container .bank-icon:last-child img {
    margin: 5px auto;
  }

  #hamburger {
    display: block;
    cursor: pointer;
    padding-top: 15px;
    padding-right: 10px;
  }
  #hamburger img {
    display: block;
  }


  section {
    padding-bottom: 0px;
  }

  .col-6 {
    grid-column: span 12;
  }
  .col-3 {
      grid-column: span 12;
  }

  .s-d {
    display: none;
  }

  .s-m {
    display: table-row;
  }

  #gallery-1 .gallery-item{
    width: 50% !important;
  }

  .game_partner_icon_list {
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
  }

}

@media screen and (max-width: 500px) {
  article iframe {
    height: 260px;
  }
  .banner_menu{
    width: 100%;
  }

  .about div div{
    width: 80%;
  }
}

@media screen and (max-width:390px) {
  .banner_menu{
    width: 100%;
  }

  .banner_menu div {
      left: 10px;
  }

}