body{
  background-image: url("../images/bg24.jpg");
  background-attachment: fixed;
  font-family: 'Sarabun', sans-serif;
}




.bg-lsm {
    background-color: #222222;
background-image: linear-gradient(315deg, #222222 0%, #28313b 74%);
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
  color: rgba(0,0,0,1);
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(0,0,0,.8);
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,0,0,0.8);
}

.navbar-dark .navbar-brand {
    color: rgba(255,255,255,.9);
    font-size:28px;
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255,255,255,.3);
}

.navbar {
  font-family: 'Sarabun', sans-serif;
}

.navbar-nav li a{
  text-decoration: none;
  position: relative;
  color: #313131;
  display: block;
  overflow: hidden;
  transition: 0.7s all;
}

.navbar-nav li a:before{
  content: '';
  width: 100%;
  position: absolute;
  border-top: 2px solid #FFF;
  top: 0;
  right: 400px;
  transition: 0.7s all;
}

.navbar-nav li a:hover:before{
  right: 0px;
}


.navbar-dark .navbar-toggler {
    border-color: rgba(255,255,255,0.9);
    border-color: rgba(255,255,255,0.9);
}

.maincontent{
    background-color: #221d17;
    padding-bottom: 20px;
    padding-top: 40px;
}

.maincontent2{
    background-color: #0a0a0a;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: right;
}

.mainslide{
    padding-right: 0px;
    padding-left: 0px;
}

.maincontentcon{
    background-color: #0a0a0a;
    padding-bottom: 20px;
    padding-top: 50px;
}

.maincontent3{
    background-color: #221d17;
    padding-bottom: 20px;
    padding-top: 25px;
    color:#c1c1c1;
}

.maincontent3 img{
    border-style: solid;
  border-width: 1px;
}

.maincontent3 h3{
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    color: #cd9f7a;
}

.maincontent4{
    background-color: #000;
    padding-bottom: 20px;
    padding-top: 25px;
    color:#c1c1c1;
}

.maincontent4 img{
    border-style: solid;
  border-width: 1px;
}

.maincontent4 h3{
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    color: #cd9f7a;
}

.mainfooter{
    background-color: #212121;
    padding-bottom: 20px;
    padding-top: 50px;
    text-align: left;
}

.mainfooter h3{
    font-size: 18px;
    color: #ddd;
}

.mainfooter a{
    font-size: 11px !important;
    display: block;
    background-color: #cd9f7a;
    color:#fff;
    float: left;
    padding: 7px 14px;
    margin-right: 7px;
    margin-top: 7px;
    border: 0 solid;
    border-color: inherit;
    font-weight: 700;
    text-transform: uppercase;
}

.h1c{
  font-size: 28px;
  color: #fff;
}

.h3c{
  color: rgb(255,215,0);
}

.pc{
  color: #c1c1c1;
}

.mainfooter p{
    font-size: 18px;
    color: #bfbfbf;
}

.maincontent2 h4{
    color: #a68164;
}

.maincontent2 h1{
    font-size: 15px;
    margin-bottom: 10px;
    font-style: italic;
    letter-spacing: 2px;
    color: #a68164;
}

.bgleft{
    background: rgb(108,108,108);
    background: linear-gradient(300deg, rgba(108,108,108,0) 0%, rgba(205,159,122,0.1) 100%);
}

.bg-24 {
    background-color: #111111 !important;
}

.maincontent2 h5{
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
}

.maincontent2 h3{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 3px;
    color: #fff;
}

.maincontent2 p{
    color: #c1c1c1;
}

.maincontent2 a{
    color: #000;
}

.f-12{ font-size: 12px !important; }
.f-14{ font-size: 14px !important; }
.f-16{ font-size: 16px !important; }
.f-18{ font-size: 18px !important; }
.f-20{ font-size: 20px !important; }
.mb-5{ margin-bottom: 5px !important;}
.mb-10{ margin-bottom: 10px !important;}
.mb-15{ margin-bottom: 15px !important;}
.mt-5{ margin-top: 5px !important; }
.mt-10{ margin-top: 10px !important; }
.mt-15{ margin-top: 15px !important; }

hr {
    border-top: 1px solid rgb(255 255 255 / 10%);
}

.maincontent h3 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    color: #cd9f7a;
}

.maincontent h2 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    color: #cd9f7a;
}

.maincontent p {
    color: #c7c7c7;
}

.transparent{
  background: rgba(10,10,10);
  padding: 10px 10px; /* Large padding which will shrink on scroll (using JS) */
  transition: 0.4s; /* Adds a transition effect when the padding is decreased */

}

.centertext {
  position: absolute;
  font-size:20px;
  color:#fff;
  left: 35%;
  top: 55%;
  width: 55%;
  line-height:38px;
  text-align: left;
  text-indent:80px;
}

.centertext2 {
  position: absolute;
  font-size:94px;
  color:#fff;
  left: 10%;
  top: 42%;
  width: 80%;
  line-height:110px;
  text-align: center;
}

.centertexttop{
  position: absolute;
  font-size:40px;
  color:#fff;
  left: 40%;
  top: 23%;
  text-align: left;
}

.centertexttoptwo {
  position: absolute;
  font-size:60px;
  color:#fff;
  left: 40%;
  top: 38%;
  text-align: left;

}

.centertexttopthree {
  text-indent: 50px;
  position: absolute;
  font-size:20px;
  color:#fff;
  left: 40%;
  top: 50%;
  line-height:30px;
  width: 40%;
  text-align: left;
}

.msp-cn-1-3 {
    border-bottom: 3px solid #b79376;
    padding-bottom: 3px;
}

.centertexttop2 {
  position: absolute;
  font-size:72px;
  color:#ecd5c1;
  top: 30%;
  width: 50%;
}



.picslideright{
  position: absolute;
  color:#fff;
  right: 0;
  bottom: 0;
  width: 70%;
  text-align: center;
}

.btn {
  border: 2px solid black;
  background-color: white;
  color: black;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
}

.success {
  border-color: #4CAF50;
  color: green;
}

.success:hover {
  background-color: #4CAF50;
  color: white;
}

/* Blue */
.info {
  border-color: #2196F3;
  color: dodgerblue
}

.info:hover {
  background: #2196F3;
  color: white;
}

/* Orange */
.warning {
  border-color: #ff9800;
  color: orange;
}

.warning:hover {
  background: #ff9800;
  color: white;
}

/* Red */
.danger {
  border-color: #f44336;
  color: red
}

.danger:hover {
  background: #f44336;
  color: white;
}

/* Gray */
.default {
  border-color: #e7e7e7;
  color: black;
}

.default:hover {
  background: #e7e7e7;
}


.titletext {
  text-align: left;
  font-size: 30px;
  color:#fff;
  margin-bottom:30px;
}

.contenttab{
  padding-top:150px;
}


.carousel-inner{
  width:100%;
  max-height: 500px !important;
}

.nav-item{
  padding-left:10px;
  padding-right:10px;
  margin-right:5px;
  border-radius: 4px;
      background: linear-gradient(to top, #cfc09f 0.5%,#9c917d 2%, #cfc09f 28%, #ccbfa4 30%,#ffffff 80%,#f1eee9 93%);
  margin-bottom: 4px;
}

h2 {
    background: linear-gradient(to bottom, #cfc09f 22%,#634f2c 24%, #cfc09f 26%, #cfc09f 27%,#ffecb3 40%,#3a2c0f 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    position: relative;
	margin: 0;
	font-weight: 400;
	margin-bottom:10px;
}

h2:after {
    background: none;
    content: attr(data-heading);
    left: 0;
	top: 0;
    z-index: -1;
    position: absolute;
    text-shadow:
		-1px 0 1px #c6bb9f,
		0 1px 1px #c6bb9f,
		5px 5px 10px rgba(0, 0, 0, 0.4),
		-5px -5px 10px rgba(0, 0, 0, 0.4);
}

.footmobile{
  display:none;
}

.nopadding{
  padding-right: 0px;
    padding-left: 0px;
}
.box_lotto{
  margin: 0 9px;
  border: 1px solid #2d2d2d;
  background: #000000;
  border-radius: 16px;
}
.underhead{
  padding:10px;
  background: linear-gradient(to top, #cfc09f 0.5%,#9c917d 2%, #cfc09f 28%, #ccbfa4 30%,#ffffff 80%,#f1eee9 93%);
}

#perSecond {
  font-size :21px;
  padding-left:25px;
  letter-spacing: 5px;
    background: linear-gradient(to bottom, #C20000 22%,#C20000 24%, #C20000 26%, #C20000 27%,#C20000 40%,#3a2c0f 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    position: relative;
	margin: 0;
	font-weight: 800;
	margin-bottom:10px;
}

.text-menu{
  text-align: right;
}

.padme{
  padding-top: 12px;
  padding-bottom: 12px;
}

.navbar-light .navbar-toggler {
    color: rgba(255,255,255,.1);
    border-color: rgba(199,199,199,.1);
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255,215,0, 0.75), rgba(0, 0, 0, 0));
}

.red{
  color: rgba(255,0,0,1);
}

.orange{
  color: rgba(255,165,0,1);
}
ul.a {
  list-style-type: circle;
}

.boxbor {
  border-color: #DAA520;
   border-style: solid;
  border-width: 2px;
}

@media only screen and (max-width: 600px) {
  .h3c {
    color: rgb(255,215,0);
    margin-top: 14px;
}
  .navbar-light .navbar-toggler {
    color: rgba(255,255,255,.1);
    border-color: rgba(199,199,199,.1);
}
.nomobile{
  display:none;
}
.padme{
 padding-top:10px;
}
.text-menu{
  text-align: center;
}
.mobile50{
  max-width:50%;
}
.pagemobile{
  padding-bottom:50px;
}
.footmobile{
  padding-top:10px;
  padding-bottom:10px;
  display:inline;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #111111 !important;
}

.carousel-control-prev-icon{
  display:none;
}
.carousel-control-next-icon{
  display:none;
}
.centertexttop{
  font-size:200%;
  position: absolute;
  color:#fff;
  left: 40%;
  top: 30%;
  text-align: left;
}
.centertexttoptwo {
  display:none;
}

.carousel-indicators{
  display:none;
}

.picslideleft{
  position: absolute;
  color:#fff;
  left: 10%;
  bottom: 0;
  width: 70%;
  text-align: center;
}

.centertext {
  font-size:90%;
  line-height:19px;
  text-indent:30px;
  width: 60%;
  display:none;
}

.centertext2 {
  left: 30%;
  font-size:150%;
  line-height:50px;
  width: 60%;
}


.centertexttop2 {
    left: 25%;
  font-size:140%;
  line-height:19px;
}

.fixed-top{
    background-color: #111;
}

.picslideright{
    display:none;
}

}
