body {
    background: #222222;
    margin: 0 auto;
    font-family: 'Kanit'!important;
    color: #fff;
    background-size: cover;
    background-attachment: fixed;
    font-size: 17px;
}
/* thai */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  src: local('Kanit Regular'), local('Kanit-Regular'), url(../fonts/nKKZ-Go6G5tXcraBGwCYdA.woff2) format('woff2');
  unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
}
/* vietnamese */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  src: local('Kanit Regular'), local('Kanit-Regular'), url(../fonts/nKKZ-Go6G5tXcraaGwCYdA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  src: local('Kanit Regular'), local('Kanit-Regular'), url(../fonts/nKKZ-Go6G5tXcrabGwCYdA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  src: local('Kanit Regular'), local('Kanit-Regular'), url(../fonts/nKKZ-Go6G5tXcraVGwA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.pl-3{
  padding-left:10px;
}
.fyg{
    color:white;
}
.fy{
    color:yellow;
}
.bblack{
    background-color: black;
}
.pr-1{
    padding-right:2px;
}
.pl-1{
    padding-left:2px;
}
a {
    color: black;
    text-decoration:none;
}
a:hover {
    font-style:italic;
    color:#fff;
    text-decoration:none;
    text-shadow:2px 1px black;
}
a:activem a:focus {
    font-style:italic;
    color:#fff;
    text-shadow:2px 1px black;
}

#header-container {
    position: relative;
    margin: 0 auto;
    /*min-height: 200px;   */
    border-bottom: 5px solid black;
}
.header-content {
    position: relative;
    margin: 0 auto;
}
.header-body,.bg-main{
    background:linear-gradient(90deg, #FFBB00 0%, #FFE294 100%) !important;
    background:-moz-linear-gradient(#ffbd06,#efe0b6,#ffbd06);
    background:-webkit-linear-gradient(#ffbd06,#efe0b6,#ffbd06);
}
.header-body table{
    margin:0 auto;
}
.header-box {
    min-height: 35px;
    padding-top:10px;
    /*border-bottom:3px solid red;*/
}
.header-box:after{
    content: "";
    display: table;
    clear: both;
}
.running-txt {
    width: 100%;
    margin: 0px auto;
    top: 10px;
    padding-left: 5px;
}
marquee {
    text-transform: uppercase;
}


.logo {
    padding: 10px 0;
}
.logo img {
    width: 260px;
}
.login #login-frm { 
    padding:15px;   
    float:right;
    min-height: 138px;
    bottom: 5px;
}
.login input {
    min-height: 28px;
}


button,.btn-main {
    background: linear-gradient(#8f0000,#e20808,#8f0000);
    border: 2px solid red;
    font-size: 17px;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 5px;
    min-width: 100px;
    font-weight: 600;
    color:#fff;
}
button:hover,.btn-main:hover {
    font-style: italic;
    text-shadow: 2px 3px red;
}
.border-r{
    padding:15px;
    border: 2px solid red;
    border-radius: 5px;
    margin:0;
}
#menu-nav ul {
    margin: 0;
    list-style-type: none;
    text-transform: uppercase;
    text-align: center;
}

.menu {
    padding-top:6px;
    padding-bottom:6px;
    margin: 0 auto;
    top: 5px;
}
.menu li {
    display: inline-block;
    padding: 0 20px;
}
.menu a:active, .menu a:focus {
    color: red !important;
}
.main-menu {
    border-left: 1px solid #e4abab;
}
/*------------------------------------end header----------------*/

.slider
{
  border-bottom: 3px solid white;
}
.caption{
  background: rgba(0,0,0,.5);
  color: white;
  text-align: justify;
  background-size:cover;
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  width:  100%;

}
.caption h2{
  text-align: left;
}
@keyframes show {
  0%{z-index: 1;background-size: 108% 108%;}
  15%{z-index:5;background-size: 110% 110%; opacity:1 ;}

  97%{z-index:5;background-size: 110% 110%; opacity:1}
  100%{z-index: 1;background-size: 110% 110%; opacity:; 0 filter:blur(3px);}
}
@keyframes tourne {
  50%{transform: translateX(-50%) translateY(-50%) rotateZ(180deg)}
  100%{transform:translateX(-50%) translateY(-50%) rotateZ(360deg)}
}
#latest-depo *,#latest-wd *{
    text-align: center;
}
#latest-depo marquee,#latest-wd marquee{
    border-top:1px solid red; 
    font-size: 20px;
}
@keyframes scrollup {
    from {
        top:0px;
    }
    to {
        top:-55px;
    }
}
@-webkit-keyframes scrollup {
    from {
        top:0px;
    }
    to {
        top:-55px;
    }
}
/*------------footer------*/
#footer {
    min-height: 150px;
        background: -webkit-linear-gradient(#222222,#2b2b2b,#222222);
    background: linear-gradient(90deg, #FFBB00 0%, #FFE294 100%) !important;
    /*border-top: 3px solid red;*/
    text-align: center;
    color: black;
    font-size: 19px;
    padding: 10px;
}
.footer-body {
    width: 80%;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.footer-body h1 {
    margin: 5px;
}
.footer-menu {
    /*border-top: 1px solid red;*/
}
.bank ul {
    list-style-type: none;
    display: inline;
}
.bank p {
    text-align: left;
    padding: 5px 0;
    margin: 3px 0;
    font-size: 13px;
}
.bank li {
    float: left;
    padding: 0 15px 0 0;
}
.bermain-content {
    width: 80%;
    position: relative;
    margin: 0 auto;
    padding: 10px 10px;
    background: linear-gradient(#222222,#2b2b2b,#222222);
    background: -moz-linear-gradient(#222222,#2b2b2b,#222222);
    background: -webkit-linear-gradient(#222222,#2b2b2b,#222222);
    border-radius: 5px;
    border: 2px solid red;
}
#bermain {
    margin: 10px 0;
}
.bermain-content h2 {
    text-transform: uppercase;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background: #600;
    border-color: #b7b733;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li > a, .pagination > li > span {
    color: #fff;
    background: rgb(38, 36, 36);
    border: 1px solid red;
}.responsive-table tbody tr:nth-child(2n) {
    background: #262424;
}
.responsive-table thead {
    background: #000;
    text-transform: uppercase;
    line-height: 2.5em;
}
.responsive-table thead th {
    border-bottom: 1px solid red;
}
.responsive-table tbody tr {
   
    text-align: center;
    text-transform: uppercase;
}
.carousel-inner>.item>img {
    width: 100%!important;
}