@charset "utf-8";
/* CSS Document */

.contact-bar{
	margin:0;
	min-height: 54px;
	/* background-color:  #00154e; */
	background: linear-gradient(#25273a,#0a0a0b);
}
.contact-detail{
	
	padding: 8px 0px 10px 0px;
    font: 22px/36px 'thaisanslite', Arial, sans-serif;
    color: #fdfcab;
    /*
	padding: 9px 0;
    font: 20px/39px 'thaisanslite', Arial, sans-serif;
    color: #fdfcab;
    */
}
.contact-detail .c-1{
/* 	background:url(../images/header/mobile.png) top left no-repeat; */
	padding-left: 10px;
}
.contact-detail .c-2{
/* 	background:url(../images/header/line-logo-1.png) top left no-repeat; */
	padding-left: 10px;
}

@media (max-width: 1200px) { /* <= 1024*/
   /* #header-top , #header-top-1 , #nav , #motion, .shortcut{
        display:none !important;
    }*/
    .navbar{
        display:block;
        background: #fff;
        border-bottom: 5px solid #1c2721;
        /* position: fixed; */
        z-index: 999;
        width: 100%;
		padding:0;
    }
	.navbar-nav{
		padding-left:20px;
		background:#f1f1f1;
	}
	.menu-fix-height{
		height:auto;
	}
	.navbar-light .navbar-nav .nav-link{
	color:#372b2b;	
	}
	.navbar-collapse ul li{
		padding: 10px 0px;	
		border-bottom:  1px dotted #2d3a33;
	}
	.navbar-collapse ul li:first-child{
		padding-top:10px;
	}
	.nav-link{
		padding:0;
		color:#372b2b;
	}
	.nav-item{
		color:#372b2b;	
	}
	.nav-item a{
		color:#372b2b;	
	}
	.dropdown-menu{
		border:0;
		margin-right: 20px;
		border-top: 1px solid #f1f1f1;
		border-bottom: 1px solid #f1f1f1;
		background-color: #2d6fba;
	}
	.dropdown-menu a{
		color:#fff;
	}
	
}


@media (min-width: 1201px) {
	 .navbar{
		 display:none !important;
	 }
}


.menu-cart {
    position: absolute;
    top: 14px;
    right: 65px;
    z-index: 999;
}
.menu-more {
    position: absolute;
    top: 8px;
    right: 15px;
    z-index: 999;
}

.nofication{
	position:absolute;
	top:-16px;
	left:24px;
	width:33px;
	height:22px;
	background:red;
	color:#fff;
	font-size:13px;
	line-height:16px;
	text-align:center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border:#fff 3px solid;
}	


.navbar .navbar-brand {
    /* width: 100%; */
    text-align: center;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
	/* background: #092165 ;
	height: 60px; */

  background:  #092165;
      height: 78px;
     /* height: 74px; */
}
.navbar .navbar-brand img {
    width: 62%;
    margin-top: 5px;
}
.navbar-light .navbar-toggler {
    z-index: 999;
    position: relative;
	    margin-top: 6px;
    margin-left: 10px;
    display: none !important;
}

.wrapperss {
  
  grid-template-columns: 33.33% 33.33% 33.33%;
  grid-gap: 1px;
    margin-top: 75px;
   background: #baa374;
}


.boxx {
  padding: 1px;  
  display: inline-block; 
  font: 28px/42px 'PSLxKittithadabold', Arial, sans-serif; 
 /* border-left: #e2e2e2 solid 1px; 
  border-right: #a8a8a8 solid 1px; 
  text-align: center; 
  border-bottom: #aeaeae solid 1px;
  background: -webkit-linear-gradient(right, #c5c5c5, #e0e0e0, #c5c5c5); */
  
      /* border-left: #ffe6b3 solid 1px;
    border-right: #b59f70 solid 1px;
    float: left;
    text-align: center;
    border-bottom: #ffe6b3 solid 1px;
    background: -webkit-linear-gradient(right, #b59f70, #ffe6b3, #b59f70); */

    border-left: #d9b25b solid 1px;
    border-right: #ac7d1a solid 1px;
    float: left;
    text-align: center;
    border-bottom: #a67710 solid 1px;
    background: -webkit-linear-gradient(right, #c79637, #fff7b2, #cc9c3e);
  
}

.boxx a{
/*      color: #4e4e4e !important;  */
color: #1b1b1b  !important; 
     display: inline-block; 
   font: 26px/42px 'PSLxKittithadabold', Arial, sans-serif; 
}

 .blink {
    webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
    background: none;
}
@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 1px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 10px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 1px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 1px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 10px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 1px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 1px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 10px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 1px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 1px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 10px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 1px #B20000; }
}


.golden-btn + .golden-btn { margin-top: 1em; }

.golden-btn {
	 background: linear-gradient(to bottom,#b48120 ,#f1f0b0 ,#b48120 100%);
/*      text-shadow: 1px 0px 1px #000000; */
     padding: 7px 12px;
 	 float: right;
     border: 0px solid transparent;
 	cursor: pointer;
	outline: 0;
	    border-radius: 3px;
	    font-weight: bold !important;
  
}
.golden-btn:focus,
.golden-btn:hover {
  background-size: 150% 150%;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23),
                inset 0 -2px 5px 1px #b17d10,
                inset 0 -1px 1px 3px rgba(250,227,133,1);
  border: 1px solid rgba(165,93,7,.6);
/*   color: rgba(120,50,5,.8); */
}
.golden-btn:active {
  box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(110,80,20,.4),
              inset 0 -2px 5px 1px #b17d10,
                inset 0 -1px 1px 3px rgba(250,227,133,1);
}



/*############################ Mobile MEnu ###############################*/


@media screen and (max-width: 768px) {
	.navigations {
		height: 66px;
	}

	.navigations_wrapper img {
		width: 34px;
		margin-left: 6px;
	}

	.navigations_wrapper p {
		font-size: 13px;
	}
}

.navigations {
	width: 100%;
	/* display: flex; */
	height: 75px;
	justify-content: center;
	background-color: #072886;
	border-radius: 20px 20px 0 0;
	box-shadow: 0 13px 37px rgba(0, 0, 0, .25);
	position: fixed;
	bottom: 0;
	z-index: 1000;
}

.navigations_wrapper {
	display: flex;
	justify-content: space-around;
	padding-left: 8px !important;
	padding-right: 8px !important;
}

.navigations_wrapper div {
	display: flex;
	margin-bottom: 5px;
}

.navigations_wrapper div a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: Kanit, "Helvetica Neue", Arial, sans-serif;
	text-decoration: none;
	color: #cacaca;
	margin-top: -10px;
}

.navigations_wrapper p {
	padding: 0;
	margin: 0;
	font-size: 16px;
}


.navigations_wrapper div {
	display: flex;
	/* margin-bottom: -10px; */
}



.primary_nav {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	/* margin-top: -20px; */

}

@media screen and (max-width: 768px) {
	.primary_nav>a {
		width: 80px;
		height: 80px;
	}
}


.primary_nav>a {
	background-image: linear-gradient(180deg, #002ba0, #040940);
	border-radius: 50%;
	border: 2px solid #3051af;
}

.menuuser {
	font-size: 28px;
	margin-bottom: 2px;
}

.menuplay {
	font-size: 34px;
	margin-bottom: 4px;
	/* color: #f2de83; */
	color: #b5daff;
	text-shadow: 0 0 5px #005eea, 0 1px 4px #003cc5;
}

