html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
*{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.kanit-thin {
  font-family: "Kanit", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.kanit-extralight {
  font-family: "Kanit", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.kanit-light {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.kanit-regular {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kanit-medium {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.kanit-semibold {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.kanit-bold {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.kanit-extrabold {
  font-family: "Kanit", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.kanit-black {
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.kanit-thin-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.kanit-extralight-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.kanit-light-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.kanit-regular-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.kanit-medium-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.kanit-semibold-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.kanit-bold-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.kanit-extrabold-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.kanit-black-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-style: italic;
}
::-webkit-input-placeholder {
    font-family: "Kanit", sans-serif;
    font-size: 16px;
}
:-moz-placeholder {
    font-family: "Kanit", sans-serif;
    font-size: 16px;
}
::-moz-placeholder {
    font-family: "Kanit", sans-serif;
    font-size: 16px;
}
:-ms-input-placeholder {
    font-family: "Kanit", sans-serif;
    font-size: 16px;
}

body{
    font-size: 24px;
    font-family: "Kanit", sans-serif;
    background-color: #F6F4F0;
    color:#272443;
    min-width: 1200px;
    min-height: 1000px;
}
input[type="text"],input[type="email"],input[type="password"],textarea{
    padding: 0 5px 0 10px;
    display: inline-block;
    border : solid 1px #ccc;
    font-size: .9em;
    border-radius: 1px;
}
input[type="text"]:focus,input[type="email"]:focus,input[type="password"]:focus{
    outline-color: #8c8b8b;
}
input[type="button"]:focus,input[type="submit"]:focus,button:focus,textarea:focus{
    outline: none;
}
input[type="file"]{
    cursor: pointer;
}
img{
    cursor: pointer;
    border:0;
    width: 100%;
    height: 100%;
}
p,div{
   word-wrap:break-word;
}
a{
    text-decoration: none;
    color:#1a172d;
    cursor: pointer;
}
a:visited {
    color:#1a172d;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;    
}
h1,h2,h3,h4,h5,h6{
    font-weight: bold;
    word-wrap:break-word;
}
textarea{
    padding-left: 5px;
    padding-top: 3px;
    border:solid 1px #d0d0d0;;
    line-height: 1.5;
}
.loading{
    position: fixed;
    z-index: 999;
    top: 35%;
    left: 45%;
    width: 160px;
    height: 160px;
    display: none;
}
.btn-disable{
    background-color: #6c757d;
    color: #fff;
    cursor: pointer; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family:'iconic','lato','sarabun',sans-serif,tahoma,verdana,arial;
    font-size: 0.8em;
    padding: 0px;
    border-width: 1px;
    border-style: outset;
    border-color: #6c757d;
    border-image: initial;
}
.btn-disable:hover{
    background-color: #6c757d;
}
.btn-disable:active{
    background-color: #6c757d;
}

.btn-blue{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: -webkit-gradient(linear, 0 100%, 0 0, from(#428bca), to(#2d6ca2));
    background: -webkit-linear-gradient(#428bca 0%, #2d6ca2 100%);
    background: -moz-linear-gradient(#428bca 0%, #2d6ca2 100%);
    background: -o-linear-gradient(#428bca 0%, #2d6ca2 100%);
    background: linear-gradient(#428bca 0%, #2d6ca2 100%);
    border:solid 1px #2b669a;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff2d6ca2',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
    cursor: pointer;
    background-color: #428bca;
}
.btn-blue:hover{
    background: #3d7fb8;
}
.btn-blue:active{
    background: #346e9f;
}
.btn-green{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: -webkit-gradient(linear, 0 100%, 0 0, from(#57c100), to(#2ca100));
    background: -webkit-linear-gradient(#57c100 0%, #2ca100 100%);
    background: -moz-linear-gradient(#57c100 0%, #2ca100 100%);
    background: -o-linear-gradient(#57c100 0%, #2ca100 100%);
    background: linear-gradient(#57c100 0%, #2ca100 100%);
    border:solid 0px #3e8f3e;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff57c100',endColorstr='#ff2ca100',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
    cursor: pointer;
    background-color: #57c100;
    font-family:'iconic','lato','sarabun',sans-serif,tahoma,verdana,arial;
    font-size: 0.8em;
}
.btn-green:hover{
    background: #2ca100;
}
.btn-green:active{
    background: #388038;
}
.btn-lightblue{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: -webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
    background: linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);
    border:solid 1px #28a4c9;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2aabd2',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
    cursor: pointer;
    background-color: #31b0d5;
}
.btn-lightblue:hover{
    background: #50a9c3;
}
.btn-lightblue:active{
    background: #4797af;
}
.btn-gray{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 #fff;
    background: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    border:solid 1px #ccc;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe0e0e0',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
    color: #333333;
    cursor: pointer;
    background-color: #fff;
}
.btn-gray:hover{
    background:#e5e5e5;
}
.btn-gray:active{
    background:#c7c6c6;
}
.btn-red{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border:solid 1px #b92c28;
    background-color: #d9534f;
    background: -webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);
    background: -o-linear-gradient(top,#d9534f 0,#c12e2a 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));
    background: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
    color: #fff;
    cursor: pointer;
}
.btn-red:hover{
    background:#d9534f;
}
.btn-red:active{
    background:#c9302c;
}
.btn-yellow{

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border:solid 1px #e38d13;
    background-color: #f0ad4e;
    background: -webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
    background: -o-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));
    background: linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
    color: #fff;
    cursor: pointer;
}
.btn-yellow:hover{
    background:#f0ad4e;
}
.btn-yellow:active{
    background:#eb9316;
}

.none{
    display: none;
}

.bold{
    font-weight: 500;
}

/**/

.navigationbar{
    min-width: 1200px;
    width: 100%;
    height: 80px;
    padding: 5px;
    position: fixed;
    right: 0;
    top: 0;
    border-bottom: 1px solid #aaaaaa;
    background-color: #ffffff;
}
.nav{
    width: 1200px;
    height: 70px;
    margin: auto;
    position: relative;
}
.dlogo{
    float: left;
    margin-right: 5px;
}
.logo{
    height: 70px;

}
.lnav{
    float: right;
    overflow: hidden;
    
}
.listnav{
    padding: 5px;
    font-size: 20px;
    float: left;
    margin-right: 10px;
    margin-top: 19px;
    color: #272443;
    cursor: pointer;
}
.profile{
    float: left;
    margin-top: 9px;
}
.profilepic{
    width: 50px;
    height: 50px;
    
}
.container{
    width: 100%;
    margin-top: 80px;
    
    
}
.fcbg{
    background-image: url('../pic/bg.jpg');
    width: 100%;
    height: 788px;
}
.topic{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.title{
    margin-top: 50px;
    padding: 20px;
    font-size: 36px;
}
.detail{
    padding: 20px 20px;
    font-size: 24px;
}
.socialicon{
    overflow: hidden;
}
.ft{
    float: left;
    margin-left: 10px;
}
.wft{
    margin: 15px;
    float: left;
}
            
.present{
width: 1200px;
margin: auto;
overflow: hidden;
}
.ptitle{
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 36px;
    text-align:  center;
}
.box{
    width: 800px;
    margin: auto;
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
    border-radius: 10px;
    font-size: 20px;
    padding: 20px;
}
.box1{
    width: 840px;
    margin: auto;
    background-color: #F6F4F0;
    border: 1px solid #F6F4F0;
    /*background-color: #F6F4F0;
    border: 1px solid #F6F4F0;*/
    border-radius: 10px;
    font-size: 20px;
    padding: 20px;
}
.box table{
    width: 100%;
}
.td1{
    width: 150px;
    padding: 5px;
}
.td2{
    width: 450px;
    padding: 5px;
}
.td3{
    width: 150px;
    padding: 5px;
}
.td4{
    width: 150px;
    padding: 5px;
}
.footer{
    width: 1200px;
    margin: 50px auto;
    border-top: 1px solid #aaaaaa;
    font-size: 18px;
    color: #7B7A7A;
    overflow: hidden;
}
.fd{
    float: left;
    padding: 30px;
}
.fr{
    float: right;
    padding: 30px;
}
.readmore{
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
.loginbox{
    width: 500px;
    min-height: 420px;
    background-color: #FFFFFF;
    border: 1px solid #D2DCE5;
    border-radius: 20px;
    position: absolute;
    left: 400px;
    top: 100px;
    z-index: 9;
    padding: 30px;
}
.hlb{
    text-align: center;
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 600;
}
.tlb{
    margin-bottom: 10px;
}
.ilb{
    margin-bottom: 20px;
}
.ilb input{
    width: 420px;
    height: 45px;
    border-radius: 10px;
    font-size: 22px;
}
.slb{
    margin-top: 40px;
}
.slb input{
    width: 420px;
    height: 60px;
    border-radius: 10px;
    font-size: 22px;
    cursor: pointer;
    background-color: #272443;
    color: #ffffff;
}
.rlb{
    font-size: 20px;
    color: #DA392B;
}
.glb{
    font-size: 20px;
    color: #65BB74;
}

.cb{
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
    color: #757575;
}
.textbox{
    line-height: 1.5;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
}
.bcrbox{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.tbcr{
    text-align: center;
    margin: 30px 0;
}
.dealbox{
    overflow: hidden;
    margin: 0px 100px;
    margin-bottom: 30px;
}
.dside{
    width: 500px;
    float: left;
}
.cdside{
    width: 300px;
    margin: auto;
    margin-bottom: 10px;
}
.imgcard{
    width: 84px;
    height: 125px;
    margin-right: 8px;
}
.tdside{
    text-align: center;
    margin-bottom: 10px;
}
.vdside{
    text-align: center;
}
.bcolor{
    color: #de0707;
}
.pcolor{
    color: #1633c4;
}
.spbtnbox{
    width: 700px;
    margin: auto;
    margin-bottom: 50px;
}
.tspb{
    width: 680px;
    padding-left: 200px;
}
.spbtn{
    width: 200px;
    padding: 10px;   
    font-size: 16px;
    margin-right: 20px;
}
.betbox{
    width: 1000px;
    margin: auto;
   margin-bottom: 30px;
}
.bpfb{
    float: left;
    font-size: 22px;
    margin-right: 20px;
    margin-left: 240px;
}
.fbetbox{
    overflow: hidden;
    margin-bottom: 30px;
}
.ipt{
    height: 40px;
    width: 200px;
}
.iptt{
    height: 40px;
    width: 150px;
}
.sbpfb{
    float: left;
    font-size: 22px;
    margin-right: 20px;
    margin-left: 100px;
}
.sspbtn{
    width: 160px;
    padding: 10px;   
    font-size: 16px;
    margin-right: 20px;
}
.chipimg{
    width: 70px;
    margin-right: 10px;
}
.sbetbox{
    margin-bottom: 30px;
}
.ssbetbox{
    margin-bottom: 30px;
    padding-left: 200px;
}
.tbetbox{
    margin-left: 90px;
}
.scorebox{
    width: 800px;
    margin: auto;
    margin-bottom: 15px;
    overflow: hidden;
}
.tscb{
    font-size: 20px;
    margin-bottom: 5px;
}
.rec{
    width: 21px;
    float: left;
    cursor: pointer;
    font-size: 20px;
}
#showrecord{
    height: 100px;
}
.underline-green{
    text-decoration: underline;
    text-decoration-color:#00ad06;
}
.underline-red{
    text-decoration: underline;
    text-decoration-color:#ff0000;
}
.dotbanker {
  height: 18px;
  width: 18px;
  background-color: #de0707;
  border-radius: 50%;
  display: inline-block;
}
.dotplayer{
  height: 18px;
  width: 18px;
  background-color: #1633c4;
  border-radius: 50%;
  display: inline-block;
}
.dottie{
  height: 18px;
  width: 18px;
  background-color: #3F9338;
  border-radius: 50%;
  display: inline-block;
}
.tsb{
    float: left;
    margin-left: 5px;
}
.etb{
    width: 20px;
    height: 20px;
    border : solid 1px #ccc;
}
.ftt{
    float: left;
    overflow: hidden;
    margin-right: 30px;
}
.ftstat{
    float: left;
    font-size: 18px;
    line-height: 1.5;
}
.epl{
    width: 800px;
    margin: 30px auto 400px;
}
.tepl{
    font-size: 20px;
    margin-bottom: 10px;
}
.depl{
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
}
.pointer{
    cursor: pointer;
}
.csq{
    width: 40px;
}

.bsc table{
    text-align: center;
    font-size: 16px;
}
.bsc table td{
    vertical-align: middle;
}
.borderb{
    border : solid 2px #de0707;
}
.borderp{
    border : solid 2px #1633c4;
}

.black{
    color: #080808;
}
.white{
    color: #ffffff;
}

.red{
    color: #ff0000;
}
.blue{
    color: #0008ff;
}
.yellow{
    color: #889109;
}
.green{
    color: #00ad06;
}
.lh{
    line-height: 39px;
    display: none;
}
.epf{
    width: 700px;
    margin: auto;
}
.eepf{
    font-size: 26px;
    margin-bottom: 30px;
}
.iepf{
    width: 300px;
    height: 30px;
}
.bepf{
    width: 100px;
    height: 30px;
}
.loepf{
    width: 300px;
    height: 50px;
   
}
.boxgame{
    width: 800px;
    margin: auto;
}
.eachgame{
    overflow: hidden;
    margin-bottom: 40px;
}
.imggame{
    float: left;
    width: 300px;
}

.textgame{
    float: left;
    width: 480px;
    margin-left: 10px;
}
.textgame{
    font-size: 18px;
    line-height: 1.2;
}
.td80{
    width: 80px;
}
.dcou{
    width: 800px;
    margin: auto;
    font-size:18px; 
    line-height: 1.4;
}
.pci{
    width: 580px;
    margin-right: 10px;
}