@import url('https://fonts.googleapis.com/css?family=Kanit:400,600&amp;display=swap');

*{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

body {
  font-family: 'Kanit', sans-serif;
  color: #ffffff;
}

.text-gold{
  background: -webkit-linear-gradient(#ebb31c, #fff295);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Navbar desktop */
#navbar-top-desktop .container .row{
  width: 100%;
}

.bg-nav-d{
  background-image: url('../images/bgNav.png');
  background-position: center;
}

.form-control{
	padding: .3rem .5rem;
	font-size: 17px;
	font-weight: 100;
	line-height: 1.2;
	color: #664724;
	background: #fff;
  height: calc(1.5em + .5rem + 2px);
  outline-color: #f0af00 !important;
	border-color: #f0af00 !important;
}
.form-control:active,
.form-control:focus{
	outline-color: #f0af00 !important;
	border-color: #f0af00 !important;
	box-shadow: 0 0px 0px 2px #f0af00;
	background: #fff;
	color: #664724;
}
.form-control::-webkit-input-placeholder{
  color: #664724;
}
.form-control:-ms-input-placeholder{
  color: #664724;
}
.form-control::placeholder {
  color: #664724;
}

#navbarLogin{
  max-width: 350px;
}

#navbarLogin .form-login .btn-submit{
	color: #ffd800;
	width: 100%;
	border-style: solid;
  border-width: 2px;
  border-color: rgb(58, 51, 28);
  border-radius: 5px;
  background-color: rgb(102, 71, 36);
	font-size: 14px;
  padding: .2rem;
  min-width: 80px;
}

#navbarLogin .form-login .btn-register{
	width: 100%;
	border-style: solid;
  border-width: 2px;
  border-color: rgb(58, 51, 28);
  border-radius: 5px;
  background-color: rgb(102, 71, 36);
	font-size: 17px;
  padding: .2rem;
  min-width: 100px;
  height: 95%;
}

#navbarLogin .form-login .btn-register .txt-register{
  background: -webkit-linear-gradient(#ffe26d, #faf2da);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nav-menu-dhh{
  background: -webkit-linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0));
  border-bottom: 2px solid #b1861c;
  border-style: solid;
  border-width: 1px 0px;
  height: 100%;
  width: 100%;
  z-index: 10;

}
.nav-menu-d{
  background: -webkit-linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0));
  border-top: 2px solid #b1861c;
  border-bottom: 2px solid #b1861c;
  border-style: solid;
  border-width: 1px 0px;
  height: 100px;
  width: 100%;
  z-index: 10;
  position: fixed;
}

.nav-menu-d li a{
  width: 160px;
  height: -webkit-fill-available;
  padding: 30px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

#btn-home-d{
  background-image: url('../images/btn-th/btn-home.png?t=$time');
  position: relative;
  bottom: -35%;
}
#btn-home-d:hover{
  background-image: url('../images/btn-th/hover/btn-home.png?t=$time');
  position: relative;
  bottom: -35%;
}

#btn-casino-d{
  background-image: url('../images/btn-th/btn-casino.png?t=$time');
  position: relative;
  bottom: -35%;
}
#btn-casino-d:hover{
  background-image: url('../images/btn-th/hover/btn-casino.png?t=$time');
  position: relative;
  bottom: -35%;
}

#btn-slot-d{
  background-image: url('../images/btn-th/btn-slot.png?t=$time');
  position: relative;
  bottom: -35%;
}
#btn-slot-d:hover{
  background-image: url('../images/btn-th/hover/btn-slot.png?t=$time');
  position: relative;
  bottom: -35%;
}

#btn-sport-d{
  background-image: url('../images/btn-th/btn-sport.png?t=$time');
  position: relative;
  bottom: -35%;
}
#btn-sport-d:hover{
  background-image: url('../images/btn-th/hover/btn-sport.png?t=$time');
  position: relative;
  bottom: -35%;
}

#btn-deposit-d{
  background-image: url('../images/btn-th/btn-deposit.png?t=$time');
  position: relative;
  bottom: -35%;
}
#btn-deposit-d:hover{
  background-image: url('../images/btn-th/hover/btn-deposit.png?t=$time');
  position: relative;
  bottom: -35%;
}

#btn-promotion-d{
  background-image: url('../images/btn-th/btn-promotion.png?t=$time');
  position: relative;
  bottom: -35%;
}
#btn-promotion-d:hover{
  background-image: url('../images/btn-th/hover/btn-promotion.png?t=$time');
  position: relative;
  bottom: -35%;
}

#btn-contact-d{
  background-image: url('../images/btn-th/btn-contact.png?t=$time');
  position: relative;
  bottom: -35%;
}
#btn-contact-d:hover{
  background-image: url('../images/btn-th/hover/btn-contact.png?t=$time');
  position: relative;
  bottom: -35%;
}

#center-home-d{
  background-image: url('../images/home/center-home.png?t=$time');
  position: relative;
  bottom: -35%;
}
#center-home-d:hover{
  background-image: url('../images/home/hover/center-home.png?t=$time');
  position: relative;
  bottom: -35%;
}


.text-promote{
  width: 50%;
  font-size: 35px;
  font-style: italic;
  font-weight: bold;
  color: #664724;
  margin-top: auto;
  margin-bottom: auto;
}

.promote-width {
  width: 36%!important;
}

.logged-in-bar {
  color: red;
  font-size: 20px; 
  vertical-align: top;
}

@media (max-width: 991px){
  .nav-menu-d{
    display: none;
  }
}
@media (min-width: 992px){
  .text-promote{
    width: 40%;
  }
}
@media (min-width: 1200px){
  .text-promote{
    width: 50%;
  }
  .promote-width {
    width: 30%!important;
  }
}

/* End Navbar */

/* Navbar Mobile */
#navbar-top-mobile{
  height: 84px;
}

.btn-login-m{
  /*background-image: url('../images/btn-login-m.jpg');*/
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0;
}

.btn-register-m{
  background-image: url('../images/btn-register-m.jpg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0;
}

.bg-nav-m{
  background-color: rgb(0, 0, 0);
  border-bottom: 2px solid #b1861c;
  position: fixed;
  z-index: 10;
}

.navbar-dark .navbar-toggler {
  border-width: 0px;
  color: #fff;
}

.navbar-left-m{
  /* background-color: rgb(229,	183,	41); */
  /*background-image: url("../images/bg-navbar-l-m.png");*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}



#navbarToggleExternalContent ul li.nav-item a{
  color: #ffffff;
  text-align: center;
}

#navbarToggleExternalContent ul li.nav-item a:hover{
  background-color: #e7b804;
  color: black;
}

@media (min-width: 320px){
  #navbar-top-mobile{
    height: 34px;
    padding: 0px;
  }



  .navbar-right-m{
    padding-left: 30px;
    padding-right: 10px;
  }

  .btn-contact-m img{
    width: 30px;
  }

  #navbar-top-mobile a.navbar-brand{
    padding: 1px 1px;
  }



  .h-text-center{
    width: 25%;
  }

  .h-text-center img{
    width: 100%;
  }

  #navbar-top-mobile div button.navbar-toggler{
    padding-right: 0px;
    padding-left:  0px;
  }

  .btn-login-m, .btn-register-m{
    height: 40px;
  }

  .navbar-top2-m{
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (min-width: 330px){
  #navbar-top-mobile{
    height: 51px;
  }

  .navbar-left-m{
    display: block;
  margin-left: auto;
  margin-right: auto;
  
  }
  .h-text-center{
    height: 100%;
    padding: 4px 0px;
  }
  .navbar-right-m{
    width: 35%;
    height: 100%;
    padding: 4px 0px 4px 35px;
  }
  .btn-contact-m img {
    width: 40px;
  }
}
@media (min-width: 425px){
  #navbar-top-mobile{
    height: 51px;
  }

  .navbar-right-m{
    width: 35%;
    height: 100%;
    padding: 7px 0px 4px 50px;
  }
}
@media (min-width: 768px){
  #navbar-top-mobile{
    height: 130px;
  }

  .navbar-right-m{
    width: 35%;
    height: 100%;
    padding: 7px 0px 4px 120px;
  }
  .btn-contact-m{
    margin-right: 10px;
  }
  .btn-contact-m img{
    width: 55px;
  }
  .navbar-right-m button{
    font-size: 2em;
  }
  .btn-login-m, .btn-register-m {
    height: 55px;
  }
}

/* End Navbar Mobile */

/* Footer */
footer .container{
  max-width: 100%;
}
.bg_footer1{
  background: no-repeat center center scroll;
  background-image: url('../images/bgFooter1.png');
  background-size: cover;
  color: #ffffff;
  padding: 20px;
}

.bg_footer1 a{
  color: #ffffff;
}

.font-b {
  font: bold;
  font-size: 16px;
}

.bg_footer2{
  background-color: #0e0e0e;
}
/* End Footer */

/* Home page */

.bg-home{
	background-repeat:no-repeat;background-size:cover;
	background-attachment:fixed;
	background-position:center top;
	background-image: url("../images/bgs.jpg");
	background-image: url("../images/homepage/ParticlesBG.gif");
}

.carousel-inner { 
  min-height: auto;
}

.carousel-item {
  
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-indicators li:active{
  color: #eeb226;
}

.news{
  background-color: rgb(46, 28, 24,0.5);
  margin-bottom: 20px;
}

.notice-news{
  padding-top: 10px;
  padding-left: 0px;
}

.news-m{
  display: none;
}

.cards .card_div {
	position: relative;
	overflow: hidden;
  width: 252px;
}
.cards div.col-md-3{
  padding: 0px 2px;
}
.card_hover {
	position: absolute;
	background: rgba(61, 61, 61, 0.95);
	top: 455px;
	bottom: 0;
	right: 0px;
	width: 252px;
	transition: all 0.45s ease-in-out;
  padding: 20px 20px;
  text-align: center;
}
.cards .col-md-3:hover .card_hover {
	top: auto;
	transition: all 0.45s ease-in-out;
}
.card_hover h3,h4 {
	color: #FFFFFF;
	margin: 0
}
.card_hover hr {
	width: 50%;
	margin: 5px auto;
	margin-top: 3px
}
.btn-view_more {
  display: inline-block;
  color: rgb(51,	51,	51)  !important;
  padding: 10px 20px !important;
  margin: 65px 0px 0px;
	border-radius: 3px;
	border: 1px solid transparent;
	background: #f90018;
	margin: 20px 0;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
	text-decoration: none;
}
.btn-view_more:hover {
	background: rgb(233,	184,	81) !important;
	color: rgb(51,	51,	51);
	transition: transform 0.2s linear, box-shadow 0.2s linear;
	text-decoration: none;
}
.card_div img{
  width: inherit;
}
@media (min-width: 992px){
  .card_hover h4 {
    font-size: 20px;
  }
  .cards .card_div {
    width: 220px;
  }
  .card_hover {
    width: 220px;
  }
}
@media (min-width: 1200px){
  .cards .card_div {
    width: 252px;
  }
  .card_hover {
    width: 252px;
  }
}


.section {
  border-radius: 10px;
  background-color: rgb(0, 0, 0, 0.95);
  padding: 10px;
  margin: 20px;
}

.section p{
  padding: 20px;
}

#slide1{
  background-image: url('../images/banner/banner1.jpg');
}
#slide2{
  background-image: url('../images/banner/banner2.jpg');
}
#slide3{
  background-image: url('../images/banner/banner3.jpg');
}

#slot-slide1{
  background-image: url('../images/banner/slot-banner.jpg');
}
#slot-slide2{
  background-image: url('../images/banner/slot-banner.jpg');
}
#slot-slide3{
  background-image: url('../images/banner/slot-banner.jpg');
}

@media (max-width: 992px){
  .section{
    margin-left: 0px;
    margin-right: 0px;
  }
  #slide1{
    background-image: url('../images/banner/mobile/banner1.jpg');
  }
  #slide2{
    background-image: url('../images/banner/mobile/banner2.jpg');
  }
  #slide3{
    background-image: url('../images/banner/mobile/banner3.jpg');
  }
  #slot-slide1{
    background-image: url('../images/banner/slot-banner.jpg');
  }
  #slot-slide2{
    background-image: url('../images/banner/slot-banner.jpg');
  }
  #slot-slide3{
    background-image: url('../images/banner/slot-banner.jpg');
  }
  .news-m{
    display: block;
    padding: 10px 0px;
    color: #fff;
  }
  .news-m div.row{
    border: #fff solid 1px;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
  }
  .notice-news-m{
    align-items: center;
  }
  .notice-news-m img{
    width: 40px;
  }
  .news{
    display: none;
  }
  .card-m{
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .card-m img {
    width: 100%;
  }
}
/* End Home page */

/* Register Page */
.register-content{
  max-width: 600px;
}
.text-header{
  background: -webkit-linear-gradient(#ebb31c, #fff295);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.register-detail{
  background-color: rgba(0, 0, 0, 0.68);
}
.register-div-content {

  max-width: 450px !important;

}

.register-content .btn-register{
  min-height: 80px; 
  min-width: 280px; 
  font-size: 30px; 
  background-image: -moz-linear-gradient( 90deg, rgb(235,179,28) 0%, rgb(245,211,89) 48%, rgb(255,242,149) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(235,179,28) 0%, rgb(245,211,89) 48%, rgb(255,242,149) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(235,179,28) 0%, rgb(245,211,89) 48%, rgb(255,242,149) 100%);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.24);
}
@media (min-width: 768px){
  .register-content{
    padding-left: 95px;
    padding-right: 95px;
  }
  .register-detail .field-label-responsive{
    text-align: left;
  }
}

/* End Register Page */

/* Deposit Page */
.deposit-content .nav-fill .nav-item {
  flex: inherit;
}
.deposit-content .nav-tabs .nav-item {
  color: rgb(112,	89,	16);
  border-radius: 0;
}
#nav-deposit-tab a{
  background-color: rgba(0, 0, 0, 0.6);
}
#nav-deposit-tab a.active{
  color: #000;
  border: 0;
  background-image: -moz-linear-gradient( -90deg, rgb(235,179,28) 0%, rgb(245,211,89) 48%, rgb(255,242,149) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(235,179,28) 0%, rgb(245,211,89) 48%, rgb(255,242,149) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(235,179,28) 0%, rgb(245,211,89) 48%, rgb(255,242,149) 100%);
}
.tab-content {
  background-color: rgba(0, 0, 0, 0.6);
}
.deposit-text-color{
  background: -webkit-linear-gradient(#ebb31c, #fff295);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.deposit-bg-gold{
  background-image: -moz-linear-gradient( 90deg, rgb(235,179,28) 0%, rgb(245,211,89) 48%, rgb(255,242,149) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(235,179,28) 0%, rgb(245,211,89) 48%, rgb(255,242,149) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(235,179,28) 0%, rgb(245,211,89) 48%, rgb(255,242,149) 100%);
}
.deposit-content-color{
  color: #eeb226 !important;
}
/* End Deposit Page */

/* Promotion Page */
.bg-promotion{
  background-image: url("../images/BG/SAover-Desktop-BG.jpg");
  background-size: cover;
  background-position: center;
}
.promotions{
  background-color: rgba(0, 0, 0, 0.6);
}
.promotion-img-top{
  width: 100%;
}
.promotion-detail .btn-bonus{
  background-color: white;
}
.promotion-detail .btn-readmore{
  background-color: #e6b803;
}
.promotion-content .text-header{
  padding-top: 30px;
}
@media (min-width: 320px){
  .promotion-detail{
    text-align: center;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 992px){
  .promotion-detail{
    text-align: left;
  }
}
/* End Promotion page */


/* Slot page*/

/*custom css*/

@media (min-width: 992px){
  .w-30 {
    width: 30%!important;
  }
}
@media (min-width: 320px){
  .w-30 {

  }
}

.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .3s ease-in-out;
transition:all .2s ease-in-out;
display: inline-flex;
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:auto;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

/*.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}*/

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}

/* slot */

.bg-slot{
  background-size: auto;
  background-color: #c4deff;
}
.bg-slot-img{
  background-image: url("../images/BG/slot-bg-2.jpg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top;
  background-color: #c4deff;
}

.slot-vdo {
  background-color: rgba(0, 0, 0, 0.85); 
  min-height: 300px; 
  border-radius: .75rem;
  border-color: #e6b906;
  border-style: solid;
  border-width: thin;
}
.bg-based {
    border-bottom: 2px solid #b1861c;
}
.bg-baseda {
    border-bottom: 1px solid #b1861c;
    border-top: 1px solid #b1861c;
	border-left: 1px solid #b1861c;
	border-right: 1px solid #b1861c;
}

.box-based {
  background-color: rgba(0, 0, 0, 0.55) !important;
}
.box-radius {
  border-radius: .75rem !important;
}
.bg-anouncement {
  height: 100%;
  background-size: cover;
}

/* End Slot page */

/* Contact page */

.line-bg {
  border-radius: .25rem; 
  background-color: #00b900; 
  min-height: 180px;
}

.mh-px-300 {
  min-height: 300px;
}
.footer-nav-m {
    background-color: rgb(0, 0, 0);
    border-top: 2px solid #b1861c;
	position: fixed;
	
}
#row-home-game {
    max-width: 700px;
    padding: .625em;
    margin: auto;
    text-align: center;
}
#row-home-game {
    padding: .875em;
    margin: auto;
    text-align: center;
}
#row-home-game.stepmodular>li:nth-child(1) {
    width: 100%;
}
#row-home-game>li {
    float: left;
    margin: 0;
    list-style: none;
    position: relative;
}
footerm {
    height: 100px;
    width: 100%;
    background-color: #000;
    border-top: 2px solid #b1861c;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
}
footerm .col {
    width: 20%;
    margin: 0;
    padding-top: 10px;
    float: left;
    text-align: center;
    line-height: 16px;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.main-news-content-wrap {
    background: linear-gradient(to right,#b77d27,#dd9727,#b77d27);
    padding: 1px;
}
.casino-cat-item-wrap {
    background-image: url(../images/casino-banner-layout-v3.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 350px;
    height: 212px;
    vertical-align: top;
    position: relative;
    margin: 8px 5px;
}
/* End Contact page*/