@charset "utf-8";
/* CSS RESET
===========================================*/
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,em,img,ins,kbd,q,s,samp,small,strike,strong,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}
html {
	-webkit-font-smoothing: antialiased;
}
body {
	width: 100%;
	height: 100%;
	font: 13px 'SK_Reg', Arial, Tahoma, sans-serif;
	color: #3e4142;
	overflow-x: hidden;
}
/* FONT 
===========================================*/
@font-face{font-family:thaisanslite_r1;src:url("font/thaisanslite_r1.eot?v=1.0")}
@font-face{font-family:thaisanslite_r1;src:url("font/thaisanslite_r1.ttf?v=1.0")}
@font-face{font-family:'FontAwesome';src:url('font/fontawesome-webfont.eot?v=4.6.3');src:url('font/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('font/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('font/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('font/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('font/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-bars:before{content:"\f0c9"}.fa-home:before{content:"\f015"}.fa-angle-down:before{content:"\f107"}.fa-chevron-up:before{content:"\f077"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-facebook:before{content:"\f09a"}.fa-twitter:before{content:"\f099"}.fa-youtube:before{content:"\f167"}.fa-google-plus:before{content:"\f0d5"}.fa-times:before{content:"\f00d"}.fa-plus:before{content:"\f067"}.fa-sort-desc:before{content:"\f0dd"}.fa-user-plus:before{content:"\f234"}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
a {
	color: #333;
	outline: none;
	text-decoration: none;
}
input,
textarea {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode:bicubic;vertical-align:middle;
}
img.alignright{float:right;margin:5px 0 20px 1%;}
img.alignnone{margin:5px 1% 20px 0;}
img.alignleft{float:left;margin:5px 1% 20px 0;}
img.aligncenter{display:block;margin-left:auto;margin-right:auto;}
hr{border:0;border-top:1px solid #222;clear:both;height:0;margin:1.250em 0;}    
a:hover,
textarea,
textarea:focus {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.tt_lrt {position: relative;float: left;}
.tt_rrt {position: relative;float: right;}
.tt_l {float: left;}
.tt_r {float: right;}	
.tt_full {width: 100%;}	
.tt-cr-f {color: #333;}		
.tt-cr-bg {background-color: #ccc;}	
.mt-5 {margin-top: 5px;}	
.mt-l {margin-left: 7px;}	
.mt-10 {margin-top: 10px;}	
.mt-15 {margin-top: 15px;}	
.mt-20 {margin-top: 20px;}	
.mb-5 {margin-bottom: 5px;}
.mb-10 {margin-bottom: 10px;}	
.mb-15 {margin-bottom: 15px;}	
.mb-20 {margin-bottom: 20px;}
.pd-5 {padding: 5px;}	
.pd-10 {padding: 10px;}		
.pd-15 {padding: 15px;}	 
.logo_m ,
.tt_from_login_m,
.nav_m {display: none;}
.tt_head_menu{float:left;width:100%;min-height:22px;top:0px;z-index:1000;position:relative;margin: 0px 0px 0px 0%;}   
.tt_head_menu ul{float:left;width:100%;margin:0% 0% 0% 0%;text-align:center;} 
.tt_head_menu ul li{display: inline-block;margin:0px 0px 0px -5px;position:relative;}
.tt_head_menu ul li:hover .fa{color:#F0D27C;}
.tt_head_menu ul li .fa{position:absolute;right:8px;top:13px;color:#333;}  
.tt_head_menu ul li:after{display:inline-block;content:"";margin:10px 1px 0px 1px;top:0px;width:1px;height:10px;background-color:#000;position:relative;z-index: 10;}
.tt_head_menu ul li:last-child:after,
.tt_head_menu ul li.hide-af:after{width:0px;}
.tt_head_menu .fa.fa-chevron-down{font-size:12px;}
.tt_head_menu ul li strong{font-weight:normal;}
.tt_head_menu ul li.menu-item-has-children{padding:0px 20px 0px 0px;}  
.tt_head_menu ul li.current-menu-item.menu-item-has-children:hover,
.tt_head_menu ul li.current-menu-item.menu-item-has-children{}
.tt_head_menu ul li a{display: inline-block;color:#000;font-family: 'Kanit', sans-serif; font-weight: 400;line-height: 18px;font-size: 16px;padding:12px 20px 14px 20px;font-weight: bold;text-shadow: 1px 1px 0 #f7e55f;} 
#tt_th .tt_head_menu ul li a{padding:2px 16px 0px 0px;}
.tt_head_menu ul li.menu-item-has-children .fa,   
.tt_head_menu ul li.menu-item-has-children a{color:#333;}
.tt_head_menu ul li.menu-item-has-children:hover ,
.tt_head_menu ul li.menu-item-has-children:hover a:after{border-bottom:7px solid #ccc;} 
.tt_head_menu ul li:hover .thaitheme-sub-menu{display:block;}
.tt_head_menu ul li ul{margin-left:0%;}
.tt_head_menu ul li ul.thaitheme-sub-menu{display:none;float:left;top:33px;left:0px;width:250px;position:absolute;z-index:1000;background-color:#e8e8e8;border-top:5px solid #e8e8e8;padding-bottom:5px;}
.tt_head_menu ul li ul.thaitheme-sub-menu li.menu-item-has-children .fa{right:12px;top:14px;}
.tt_head_menu ul li ul.thaitheme-sub-menu li{float:left;width:250px;border-left:0;padding:5px 0px 5px 0px;border-right:0;margin:0px 0px -5px 0px;}
.tt_head_menu ul li ul.thaitheme-sub-menu li a{float:left;width:210px;margin:0px 0px 0px 5px;background-color:#333;color:#FFF;}
.tt_head_menu ul li ul.thaitheme-sub-menu li:hover a{background-color:#000;color:#FFF;}
.tt_head_menu ul li ul.thaitheme-sub-menu li:first-child{border-top:0;}
.tt_head_menu ul li ul.thaitheme-sub-menu li ul.thaitheme-sub-menu{display:none;float:left;top:0px;left:247px;width:250px;position:absolute;z-index:1000;background-color:#f2f2f2;border-right:0;border-top:0;border-radius:10px;}
.tt_head_menu ul li ul.thaitheme-sub-menu li ul.thaitheme-sub-menu li a{}
.tt_head_menu ul li ul.thaitheme-sub-menu li:hover .thaitheme-thaitheme-sub-menu{display:block;}
.tt_head_menu ul li.hide_pp {display:none;}
.tt_head_menu ul li,
.tt_head_menu ul li:hover{}
.tt_head_menu ul li:hover a{color:#f5d45b;background-color:#000;text-shadow: 1px 1px 0 #000;}
.tt_head_menu ul li.ico-new a{color:#fff!important; }
.tt_head_menu ul li.ico-new:hover a {color:#fff!important;}
.tt_head_menu ul li.ico-new {margin:0px 0px 0px -4px;}
.tt_head_menu ul li.ico-new:after {background-color:transparent;}
.tt_head_menu ul li.ico-new a{color:#fff!important;animation: walk-cyclet2 0.5s steps(5) infinite; -webkit-animation: walk-cyclet2 0.5s steps(5) infinite;}
.tt_head_menu .ico-new a::before {
    background-image: url("../images/ico-new.png?v=1.2");
    background-repeat: no-repeat;
    border-radius: 3px;
    content: "";
    height: 19px;
    line-height: 13px;
    position: absolute;
    right: -5px;
    top: -12px;
    width: 30px;
	
}
@-webkit-keyframes walk-cycle2 {
  0% {opacity:1; }
  100% {opacity:0;}
  /* Must be full height of sprite or skipping will happen.*/
}

@keyframes walk-cycle2 {
  0% {opacity:1; }
  100% {opacity:0; }
  /* Must be full height of sprite or skipping will happen.*/
}
@-webkit-keyframes walk-cyclet2 {
  0% {background-color: #D61A1B; }
  100% {background-color: #000;}
  /* Must be full height of sprite or skipping will happen.*/
}

@keyframes walk-cyclet2 {
  0% {background-color: #D61A1B; }
  100% {background-color: #000; }
  /* Must be full height of sprite or skipping will happen.*/
}
.tt_from_login.mobile {display: none;}
.thaitheme_read{width:100%;padding:0px 0px 10px 0px;color:#b9b9b9;font-size:18px;line-height: 1.8;    font-family: 'Kanit', sans-serif;overflow:hidden;font-weight: 200;}
.thaitheme_read a{color:#b9b9b9;} 
.thaitheme_read a:hover {} 
.thaitheme_read img{max-width:100%;height:auto;padding:0;}
.thaitheme_read strong, [class*="ddtemplate_read"] th{font-weight:700;}
.thaitheme_read em, .thaitheme_read address, .thaitheme_read caption, .thaitheme_read cite{font-style:italic;}
.thaitheme_read table{display:table;border-spacing:2px;border-collapse:separate;}
.thaitheme_read tr{display:table-row;vertical-align:inherit;}
.thaitheme_read td{display:table-cell;border-spacing:2px;padding:2px;vertical-align:inherit;text-align:inherit;padding:1px;border-collapse:none;}
.thaitheme_read th{display:table-cell;vertical-align:inherit;font-weight:700;padding:1px;border-collapse:none;}
.thaitheme_read{line-height:1.5em;}
.thaitheme_read p{display:block;margin:0.3em 0;line-height: 1.8; }
.thaitheme_read blockquote{width:75%;margin:0% 0% 0% 20%;padding:0.25em 5%;line-height:1.45;position:relative;color:#383838;background:#ececec;}
.thaitheme_read blockquote:before{display:block;content:"\201C";font-size:80px;position:absolute;left:-10px;top:-10px;color:#7a7a7a;}
.thaitheme_read blockquote cite{color:#999999;font-size:14px;display:block;margin-top:5px;}
.thaitheme_read blockquote cite:before{content:"\2014 \2009";}
.thaitheme_read address{display:block;font-style:italic;}
.thaitheme_read center{display:block;text-align:center;}
.thaitheme_read h1{display:block;margin:0.2em 0 0.5em 0;font-family: thaisanslite_r1;font-size: 40px;line-height: 44px;font-weight: bold;}
.thaitheme_read h2,
.thaitheme_read h3{display:block;margin:0.2em 0 0.5em 0;font-family: thaisanslite_r1;font-family: thaisanslite_r1;font-size: 30px;line-height: 34px;font-weight: bold;}
.thaitheme_read h4{display:block;font-weight:700;margin:1.33em 0;}
.thaitheme_read h5{display:block;font-size:0.83em;font-weight:700;margin:1.67em 0;}
.thaitheme_read h6{display:block;font-size:0.67em;font-weight:700;margin:2.33em 0;}
.thaitheme_read ul{display:block;list-style-type:disc;margin:1em 0;padding-left:40px;}
.thaitheme_read ol{display:block;list-style-type:decimal;margin:1em 0;padding-left:40px;}
.thaitheme_read li{display:list-item;}
.thaitheme_read ul li{list-style-type:disc;}
.thaitheme_read ol li{list-style-type:decimal;}
.thaitheme_read pre, .thaitheme_read code{display:block;font-family:Courier New;white-space:pre;margin:1em 0;}
.thaitheme_read iframe {width: 100%;}
.thaitheme_read .gallery img{width: 100%;border:0!important;padding:3px 3px 0px 3px!important;margin-bottom: 0px;} 

#calendar_wrap{float:left;width:100%;border-radius:3px;}
.textwidget,
#wp-calendar{float:left;width:100%;}
#wp-calendar caption{text-align:right;color:#eee;font-size:12px;margin-top:10px;margin-bottom:15px;}
#wp-calendar thead{font-size:10px;}
#wp-calendar thead th{padding-bottom:10px;}
.thaitheme_widget div#calendar_wrap table#wp-calendar thead tr th{color:#eee;}
#wp-calendar tbody{color:#000;}
#wp-calendar tbody td{background:#ebebeb;border:1px solid #ddd;text-align:center;padding:8px;}
#wp-calendar tbody td:hover{background:#fff;} 
#wp-calendar tbody .pad{background:none;}
#wp-calendar tfoot #next{font-size:10px;text-transform:uppercase;text-align:right;}
#wp-calendar tfoot #prev{font-size:10px;text-transform:uppercase;padding-top:10px;}
.thaitheme_widget{float:left;width:100%;margin:0px 0px 0px 0px;}
.thaitheme_widget .title{float:left;width:100%;padding:7px 0% 5px 5%;margin:0px 0px 0px 0px;min-height:15px;font-family: thaisanslite_r1;font-size: 20px;line-height: 18px;color:#000;background-color:#e1e1e1;}
.thaitheme_widget .title a {color:#333;cursor:text;}
.thaitheme_widget ul{float:left;width:100%;padding:0%;}
.thaitheme_widget ul li{float:left;width:100%;color:#ccc;background-image:url(../images/ico-widget.png?v=1.0);padding:5px 0% 5px 25px;border-bottom:1px dotted #999;background-repeat:no-repeat;background-position:left center;}
.thaitheme_widget ul li a{color:#ccc;}
.thaitheme_widget ul li:hover a{color:#fff;} 
.thaitheme_widget ul li.menu-item-has-children{background-position:left 10px;}
.thaitheme_widget ul li .sub-menu{float:left;width:100%;margin-top:10px;}
.thaitheme_widget ul li .sub-menu li{border-bottom:0;border-top:1px solid #ceddf7;}
.tt_img_widget{float:left;width:100%;text-align:center;}
.thaitheme_widget #searchform{float:left;width:97%;margin-top:0px;padding:3% 3% 3% 0%;}
.thaitheme_widget #searchform input#s{width:68%;height:30px;background-color:#f5f5f5;border: 1px solid #FFD727;border-radius: 3px;}
.thaitheme_widget #searchform .screen-reader-text{display:none;}
.thaitheme_widget form#searchform.searchform input#searchsubmit{float:right;border:0;height:30px;color:#000;background-color:#F4E773;padding:0px 10px 0px 10px;cursor:pointer;font-size:14px;border: 1px solid #FFD727;border-radius: 3px;}
.textwidget {float:left;width:100%;}
.textwidget span {float:left;width:100%;margin-bottom: 8px;color:#ccc;border-bottom: 1px dotted #999;padding: 0px 0px 5px 0px;}
.widget_calendar{float:left;}
#toTop{width:45px;height:45px;border-radius:50%;z-index:999999999999999;text-align:center;position:fixed;bottom:40px;right:10px;cursor:pointer;display:none;color:#000;font-size:2em;background-color:#dee3e7;}
#toTop .fa{padding:8px 0px 0px 0px;}
#thaitheme-waper{float:left;width:100%;min-height:500px;}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style]{width:100% !important;}
.tt_btn_open,
.tt_btn_close {float: right;width:25px;height: 25px;background-color:#333;margin: 0px 0px 20px 0px;color:#FFF;text-align: center;cursor: pointer;}
.tt_btn_close .fa,
.tt_btn_open .fa {font-size:18px;line-height:22px;}
#topbar.tt_open .tt_img_fixed,
.tt_open  .tt_btn_close,
.tt_btn_open {display: none;}
.tt_open .tt_btn_open {display: block;}
.wrapper {width: 100%;max-width: 1200px;margin: 0 auto;}
.wrapper-h {width: 100%;max-width: 1018px;margin: 0 auto;}
.wrapper_c {width: 100%;max-width: 1040px;margin: 0 auto;}
.nav_top {min-height: 15px;margin: 17px 0px 0px 0px;}
.logo_pc {width: 100%;min-height: 150px;margin: 10px 0px 0px 0px;overflow: hidden;text-align: center;}
.header  {
min-height: 125px;
 position: relative;


} 
.tt_art {float:left;width: 100%;min-height:15px;
background: #eeeeee;
background: -moz-linear-gradient(top,  #eeeeee 0%, #f3f3f3 35%, #fffcf5 100%);
background: -webkit-linear-gradient(top,  #eeeeee 0%,#f3f3f3 35%,#fffcf5 100%); 
background: linear-gradient(to bottom,  #eeeeee 0%,#f3f3f3 35%,#fffcf5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#fffcf5',GradientType=0 );

}
.header_bg {background-image: url(../images/head-ufabetmember.png?v=2.9);background-position: center top;background-repeat: repeat-x;background-color:#000; }
.tt-social{float:left;width: 100%;min-height:20px;overflow:hidden;background-color:#fff;}
.tt_top_nav ul li{float:left;margin:0px 3px 0px 3px;}
.tt_top_nav ul li a{color:#333;font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;padding: 2px 6px 2px 6px;border-radius: 3px;} 
.tt_top_nav ul li a:hover{text-decoration: underline;color:#906C30;} 
.banner_h {width: 60%;margin: 0px 1.4% 0px 0px;}
#topbar{position:fixed;width:180px;z-index:10;right:10px;top:220px;padding:10px 0px 0px 0px;} 
.tt_img_line{float:left;width:96%;padding:5px 2% 5px 2%;}
.tt_img_fixed img {float:left;width: 100%;}
.tt_tx_line.top{margin:10px 0px 0px 0px;}
.tt_tx_line{float:left;width:100%;font-size:12px;color:#FFF;text-align:left;margin:0px 0px 0px 0px;padding:5px 0px 5px 0px;text-align:center;background-color:#57C42E;}
.tt_btn_open,
.tt_btn_close{float:right;width:25px;height:25px;background-color:#333;margin:0px 0px 10px 0px;color:#FFF;text-align:center;cursor:pointer;border-radius: 50%;}
.tt_btn_close .fa,
.tt_btn_open .fa{font-size:18px;line-height:26px;}
#topbar.tt_open .tt_img_fixed,
.tt_open .tt_btn_close,
.tt_btn_open{display:none;}
.tt_open .tt_btn_open{display:block;}


#topbar2{position:fixed;width:180px;z-index:10;left:10px;top:220px;padding:10px 0px 0px 0px;} 
.tt_btn_open2,
.tt_btn_close2{float:left;width:25px;height:25px;background-color:#333;margin:0px 0px 10px 0px;color:#FFF;text-align:center;cursor:pointer;border-radius: 50%;}
.tt_btn_close2 .fa,
.tt_btn_open2 .fa{font-size:18px;line-height:26px;}
#topbar2.tt_open2 .tt_img_fixed2,
.tt_open2 .tt_btn_close2,
.tt_btn_open2{display:none;}
.tt_open2 .tt_btn_open2{display:block;}

.tt_img_fixed {float:left;}
.tt_img_fixed.bt {margin:10px 0px 0px 0px;}
.tt_from_login {width:32%;margin: 18px 0% 0px 0px;} 
.ct_lang {width: 26%;min-height: 57px;margin: 19px 0% 0px 0px;}
.tt_lang {float:left;height: 20px;padding: 0px 10px 0px 10px;font-size: 13px;color:#FFF;position: relative;}
.use_lang {float: left;width:120px;}
.tt_btn_lang{float: right;width:120px;background-color: #FFF;color:#333;line-height: 13px;padding: 0px 5px 0px 10px;border: 1px solid #ccc;position: relative;cursor: pointer;}
.tt_btn_lang span.tt_arr {height: 18px;border-left: 1px solid #ddd;padding: 0px 9px 0px 0px;}
.tt_btn_lang .tt_tx {width:80px;height: 18px;padding: 3px 0px 0px 0px;}
.tt_btn_lang  .fa {font-size: 18px;line-height: 13px;}
.nav_lang { position:absolute;top: 25px;left: 0px;width:130px;min-height: 30px;background-color: #FFF;z-index: 9999999999999;display: none;}
.nav_lang.active  {display: block;z-index: 9999999999999;}
.nav_lang a {float:left;width:100%;padding: 5px 10px 5px 10px;border-bottom: 1px solid #ddd;color:#333;}
.nav_lang a:hover {background-color: #ddd;} 
.head_from {min-height: 20px;z-index: 10; position: relative;}
.arr_right:after{content:"";display:block;height:0;position:absolute;width:0;top:-16px;bottom:0px;border-right:14px solid transparent;border-top:6px solid transparent;border-left:7px solid #676767;border-bottom:10px solid #676767;z-index:-1;right:0px;}
.arr_left:after{content:"";display:block;height:0;position:absolute;width:0;top:-16px;bottom:0px;border-right:7px solid #676767;border-top:6px solid transparent;border-left:14px solid transparent;border-bottom:10px solid #676767;z-index:-1;left:0px;}
.arr_hl {width:24px;min-height: 48px;background-image: url(../images/arh.png?v=1.0);position:absolute;bottom:-1px;left: -34px;}
.sec-center {padding: 10px 0px 0px 10px; }
.ad_footer {height: 15px;
background: rgb(251,216,36);
background: -moz-linear-gradient(top,  rgba(251,216,36,1) 0%, rgba(255,255,117,1) 50%, rgba(189,131,0,1) 51%, rgba(223,177,30,1) 75%, rgba(234,194,81,1) 100%);
background: -webkit-linear-gradient(top,  rgba(251,216,36,1) 0%,rgba(255,255,117,1) 50%,rgba(189,131,0,1) 51%,rgba(223,177,30,1) 75%,rgba(234,194,81,1) 100%);
background: linear-gradient(to bottom,  rgba(251,216,36,1) 0%,rgba(255,255,117,1) 50%,rgba(189,131,0,1) 51%,rgba(223,177,30,1) 75%,rgba(234,194,81,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbd824', endColorstr='#eac251',GradientType=0 );


}  
 

.tt_col_c {width: 49%;margin-right: 1%;}
.tt_col_c img {width: 100%;}
.tt_col_c.last {margin-right: 0;}
.bg {margin-left: 0px;background-color: #0d0d0d;}
.bg2 {margin-left: 0px;background-color: #1e1e1e;}    
.tt_conc {padding: 0px 10px 10px 10px;}
.banner_top {margin: 0px 0px 6px 0px;}
.tt_slide {width: 100%;margin: 0px 0px 0px 0px;overflow: hidden;max-height: 320px;}
.tt_slide_page {width: 100%;margin: 0px 0px 0px 0px;overflow: hidden;max-height: 244px;}
.login_head_m,
.nav_mobile {display: none;}
.tt_lc {width: 68%;min-height: 300px;}
.tt_rc {width: 31%;min-height: 100px;}
.tt_rc .banner_hover {margin: 0px 0px 10px 0px;}
.tt_live {width: 31.4%;margin: 0px 0.9% 5px 0%;background-color: #111;border: 2px solid #BEB07F;}
.tt_content {padding: 10px 0.9% 10px 0.9%;min-height: 200px;}
.tt_contentx {padding: 10px 0.9% 0px 0.9%;min-height: 200px;}
.left_ct {min-height: 300px;width:67.8%;}
.right_ct {min-height: 100px;width:30.2%;}
.tt_txt_seo{width:100%;color:#cacaca;padding: 15px 10px 15px 10px;border-radius: 7px;font-size: 17px;
font-weight: 200;
line-height: 1.7;  font-family: 'Kanit', sans-serif;overflow:hidden;margin-bottom:0px;margin-top: 0px;text-shadow: 1px 1px 0 #000} 
.tt_txt_seo a{color:#cacaca;}
.tt_txt_seo a:hover{text-decoration:underline;}   
.tt_txt_seo img{max-width:100%;height:auto;padding:0;}
.tt_txt_seo strong, [class*="ddtemplate_read"] th{font-weight:700;}
.tt_txt_seo em, .tt_txt_seo address, .tt_txt_seo caption, .tt_txt_seo cite{font-style:italic;}
.tt_txt_seo table{display:table;border-spacing:2px;border-collapse:separate;}
.tt_txt_seo tr{display:table-row;vertical-align:inherit;} 
.tt_txt_seo td{display:table-cell;border-spacing:2px;padding:2px;vertical-align:inherit;text-align:inherit;padding:1px;border-collapse:none;}
.tt_txt_seo th{display:table-cell;vertical-align:inherit;font-weight:700;padding:1px;border-collapse:none;}
.tt_txt_seo{line-height:1.5em;}
.tt_txt_seo p{display:block;margin:0.3em 0;font-size: 17px;line-height: 1.7;}
.tt_txt_seo blockquote{width:75%;margin:0% 0% 0% 20%;padding:0.25em 5%;line-height:1.45;position:relative;color:#383838;background:#ececec;}
.tt_txt_seo blockquote:before{display:block;content:"\201C";font-size:80px;position:absolute;left:-10px;top:-10px;color:#7a7a7a;}
.tt_txt_seo blockquote cite{color:#999999;font-size:14px;display:block;margin-top:5px;}
.tt_txt_seo blockquote cite:before{content:"\2014 \2009";}
.tt_txt_seo address{display:block;font-style:italic;}
.tt_txt_seo center{display:block;text-align:center;}
.tt_txt_seo h1{display:block;font-size:1.5em;font-weight:700;margin:.67em 0;line-height:1.2em;}
.tt_txt_seo h2{display:block;font-size:1.5em;font-weight:700;margin:.78em 0;line-height:1.2em;}
.tt_txt_seo h3{display:block;font-size:1.7em;font-weight:700;margin:0.3em 0;line-height:1.2em;}
.tt_txt_seo h4{display:block;font-weight:700;margin:1.33em 0;}
.tt_txt_seo h5{display:block;font-size:0.83em;font-weight:700;margin:1.67em 0;}
.tt_txt_seo h6{display:block;font-size:0.67em;font-weight:700;margin:2.33em 0;}
.tt_txt_seo ul{display:block;list-style-type:disc;margin:1em 0;padding-left:20px;}
.tt_txt_seo ol{display:block;list-style-type:decimal;margin:1em 0;padding-left:40px;}
.tt_txt_seo li{display:list-item;}
.tt_txt_seo ul li{list-style-type:disc;}
.tt_txt_seo ol li{list-style-type:decimal;}
.tt_txt_seo pre, .tt_txt_seo code{display:block;font-family:Courier New;white-space:pre;margin:1em 0;}
.tt_txt_seo #gallery-1 img{border:1px solid #ddd!important;padding:2%!important;}
.tt_txt_seo iframe {width:100%!important;}
.bar_f {background-color:#eee;height: 10px;margin: 0px 0px 30px 0px;}
.bar {min-height: 10px;margin: 0px 0px 0px 0px;text-align: center;padding: 3px 0px 15px 0px;background-color:#1C1C1C;}
.footer_social {height: 24px;text-align: center;margin: 15px 0px 0px 0px;}
.footer {min-height: 100px;padding: 0px 0px 0px 0px;}
.menu_footer  {}
.menu_footer ul{float:left;width:100%;margin:10px 0% 5px 0%;text-align: center;} 
.menu_footer ul li{display: inline-block;margin:0px -4px 0px 0px;position:relative;}
.menu_footer ul li:after{display:inline-block;content:"";margin:10px 1px 0px 1px;top:0px;width:1px;height:10px;background-color:#333;position:relative;z-index: 10;}
.menu_footer ul li.hide-af:after{width:0px;}
.menu_footer ul li a{display: inline-block;color:#b6b4b4;font-family: 'Kanit', sans-serif; font-weight: 400;line-height: 20px;font-size: 16px;padding:5px 14px 0px 14px;}
.menu_footer ul li:last-child:after{width:0px;} 
.copyright_footer {text-align: center;font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;color: #b6b4b4;padding: 0px 0px 7px 0px;} 
.copyright_footer a {color: #b6b4b4;}
.banner_footer {background-color: #FFF;}      
.bg_h {width:265px;height: 148px;position:absolute;top: 0px;left: 46.2%;z-index: 0;background-image: url(../images/bg-h.png?v=1.0);background-repeat: no-repeat;}
.menu_list {width: 16%;margin: 0% 2% 15px 1.5%;}
.menu_list ul li a {float:left;width:100%;color: #b6b4b4;font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;margin: 0px 0px 0px 0px;padding: 0px 0px 0px 0px;}
.menu_list ul li:last-child a{border-bottom:0;}
.menu_list ul li a:before{content:"► ";margin-right: 3px;text-decoration: none;font-size: 12px;line-height: 18px;}
.top_menu ul li a:hover,
.menu_footer ul li a:hover{color: #6c5e1f;}
.menu_list ul li a:hover  {color: #6c5e1f;padding: 0px 0px 0px 7px;}
.menu_list span{float:left;width:100%;color: #e0c33f;font-family: thaisanslite_r1;font-size: 22px;line-height: 22px;margin: 0px 0px 10px 0px;font-weight: bold;white-space :nowrap;}
.menu_list.first,
.menu_list.center{width: 18%;margin: 0% 1% 15px 1.5%;}
.bnf {text-align: center;background-color:#fff;}
.bnf img {width: 50%;}

.top_menu ul{float:left;width:100%;margin:0% 0% 0% 0%;text-align: right;}
.top_menu ul li{display: inline-block;margin:0px 0px 0px 0px;position:relative;}
.top_menu ul li a{display: inline-block;color:#ddd;font-size:13px;padding:5px 0px 5px 14px;}
.banner_hover {overflow: hidden;}
.register  {min-height: 300px;background-color: #08111B;margin: 0px 0px 15px 0px;padding: 5px;}
.tt_fb  {min-height: 100px;margin: 0px 0px 15px 0px;}
.tt_col {width:48.8%;margin: 0px 0px 15px 0px;}
.banner_stb  {margin: 0px 0px 15px 0px;background-color: #08111B;position: relative;}
.tt_text {margin: 0px 0px 15px 0px;border: 1px solid #BFC0C4;padding: 15px;background-color: #08111B;}
.right_ct .banner_hover {border: 1px solid #BFC0C4;}
.banner_hover  .tt_img_hover { position:absolute;left: 0px;top: 0px;opacity:0;-webkit-transform:scale(1.5);-moz-transform:scale(1.5);-ms-transform:scale(1.5);-o-transform:scale(1.5);transform:scale(1.5);}
.banner_hover:hover  .tt_img_hover{left: 0px;opacity:1;-webkit-filter: grayscale(100%);filter: grayscale(100%);-webkit-transform:scale(1.0);-moz-transform:scale(1.0);-ms-transform:scale(1.0);-o-transform:scale(1.0);transform:scale(1.0);}
.menu_list ul li a,
.banner_hover  .tt_img_hover,
.banner_hover {-webkit-transition: all .3s ease-in-out 0s;  -o-transition: all .3s ease-in-out 0s; -moz-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s;}
.banner_hover.eff2 {position: relative;overflow: hidden;}
figure {
	position: relative;
}
 figure::before {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.thaitheme1x:hover figure::before,
figure:hover::before {
	-webkit-animation: shine 1.50s;
	animation: shine 1.50s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.banner_bank {margin: 0px 0px 15px 0px;background-color: #08111B;position: relative;}
.tt_text .thaitheme_read {padding:0px 0px 0px 0px;color: #ccc;}
.tt_home_bank {width: 100%;position:absolute;left: 0px;top: 10px;}
.tt_home_bank a {float: right;width: 116px;height: 100px;margin: 8px 0px 0px 0px;}
.tt_home_bank a:hover {opacity:0.8; }
.tt_home_bank a.tt_kc { margin-right: 10px;}
.tt_home_bank a img {width: 100%;}
.tt_news {min-height: 300px;margin: 0px 0px 15px 0px;overflow: hidden;padding:2px 2px 15px 2px;position: relative;border-radius: 3px;}
.tt_news h2 {background-color: #F5F5F5;padding:5px 30px 5px 30px;color: #333;font-size: 20px;display: inline-block;border-radius: 5px 5px 0px 0px;}
.tt_head_news  {width: 100%;background-color: #050E1F;padding:10px 0px 0px 10px;border-radius: 3px 3px 0px 0px;}
.post-hl {width: 43%;background-color: #020A19;margin: 10px 0px 0px 10px;}
.post-hl .title {width: 100%;padding:10px;}
.post-hl .title h3 {color: #FFF;font-size: 16px;}
.post-hl .title p {color: #ccc;max-height: 54px;overflow: hidden;margin: 10px 0px 0px 0px;line-height: 20px;}
.post-hl:hover {background-color: #000;}
.post-sm {width: 51%;margin: 10px 2% 5px 10px;}
.post-sm .tt_img{width: 30%;}
.post-sm .title{width: 68%;padding:0px 10px 10px 10px;}
.post-sm .title h3 {color: #555;font-size: 14px;text-shadow: 1px 1px 0 #FFF;}
.more_news {position:absolute;top: 17px;right: 15px;background-color: #eee;border-radius: 3px;padding: 5px 10px 5px 10px;line-height: 13px;}
.more_news:hover {background-color: #FFF;}
.post-sm:hover h3{color: #000;}




.tt_from_box.tt_hide{display:none;}
.overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:996;opacity:0;visibility:hidden;}
.overlay.active{visibility:visible;opacity:1;background:rgba(0, 0, 0, 0.7);}
.wpcf7-form{padding:0px;}
.tt_from_list{float:left;width:97%;margin:0px 0% 10px 0px;}
.tt_from_title{float:left;width:30%;text-align:right;color:#fff;margin-bottom:5px;}
.tt_from_submit,
.tt_from_box{float:right;width:65%;}
.tt_from_submit{text-align:left;float:left;width:100%;margin:5px 0px 0px 0px;max-height:43px;overflow:hidden;}
.tt_from_box select.wpcf7-form-control,
.tt_from_box textarea.wpcf7-textarea,
.tt_from_box input.wpcf7-text{width:100%;border:0;padding:4px 10px 4px 10px;background-color:#fff;color:#000;border:1px solid #888;border-radius:0px;}
.tt_from_box select.wpcf7-form-control{color:#555;}
.tt_from_submit input.wpcf7-submit{
background: #d41011;
background: -moz-linear-gradient(top,  #d41011 0%, #af0303 100%);
background: -webkit-linear-gradient(top,  #d41011 0%,#af0303 100%);
background: linear-gradient(to bottom,  #d41011 0%,#af0303 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41011', endColorstr='#af0303',GradientType=0 );
	border-radius:3px;
	border:1px solid #D60B07;
	color:#fff;
display:inline-block;cursor:pointer;margin:0px 3.5% 10px 0px;line-height: 18px;font-family:thaisanslite_r1;font-size:20px;font-weight:bold;padding:5px 35px;float:left;
}
.tt_from_submit .tt_line_from{
background: #57C42E;
	border-radius:3px;
	border:1px solid #57C42E;
	color:#fff;
	float:right;
display:inline-block;cursor:pointer;margin:0px 3.5% 10px 0px;line-height: 18px;font-family:thaisanslite_r1;font-size:20px;font-weight:bold;padding:5px 35px;
}
.tt_from_submit .tt_line_from:hover{ text-decoration: none;}
.thaitheme_read .tt_from_submit input.wpcf7-submit{float: right;}
.tt_from_submit input.wpcf7-submit:hover{
opacity:0.9;
}
.tl_widget .tt_from_submit input.wpcf7-submit{

display:inline-block;cursor:pointer;width:100%;margin:0px 3.5% 10px 0px;line-height: 18px;font-family:thaisanslite_r1;font-size:20px;font-weight:bold;padding:5px 35px;float:left;
}
.tl_widget .tt_from_submit input.wpcf7-submit:hover{
opacity:0.9;
}


.wpcf7 form .wpcf7-response-output{position:fixed;top:30%;width:400px;min-height:50px;background-color:#FFF;left:0px;right:0px;margin:0px auto;z-index:999999;padding:20px;}
.wpcf7-response-output{color:#333;text-align:center;font-size:18px;font-family:thaisanslite_r1;}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{color:#398f14;}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{color:#FF0000;border:2px solid #FF0000!important;}
.wpcf7-not-valid-tip{float:left;width:100%;}
.teble_us{width:60%;margin:40px auto 40px auto;}
.list_user{color:#FFF602;font-size:16px;margin:10px 0px 0px 0px;}
.name_list{color:#eee;}
.help_list{color:#eee;text-align:center;margin:20px 0px 20px 0px;}
.wpcf7 form .wpcf7-response-output:after{top:-10px;z-index:99999;content:"x";display:block;line-height: 18px;height:24px;right:-10px;position:absolute;width:25px;background-color:#FF0000;color:#FFF;cursor:pointer;border-radius:5px;font-size:18px;}
span.wpcf7-not-valid-tip{}
.title_from{text-align:left;font-size:16px;color:#000;margin:0px 0px 20px 0px;padding:10px 0px 10px 20px;
text-shadow: 1px 1px 0 #fef866;
background: rgb(255,208,4);
background: -moz-linear-gradient(top,  rgba(255,208,4,1) 0%, rgba(244,240,8,1) 48%, rgba(223,176,0,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,208,4,1) 0%,rgba(244,240,8,1) 48%,rgba(223,176,0,1) 100%);
background: linear-gradient(to bottom,  rgba(255,208,4,1) 0%,rgba(244,240,8,1) 48%,rgba(223,176,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd004', endColorstr='#dfb000',GradientType=0 );


}
.title_from h3{line-height:20px;margin:0px!important;padding:0px;}
.wpcf7-form{float:left;width:100%;padding:0px 0px 10px 0px;margin-bottom:10px;background-color: #111;border: 1px solid #404040;
}
.title_from.mt-20-20{margin:20px 0px 20px 0px;}

.tt_tab3,
.tt_tab2,
.tt_tab1{float:left;cursor:pointer;padding:5px 0px 5px 0px;text-align:center;width:33.333333%;line-height: 16px;font-family:thaisanslite_r1;font-size:18px;font-weight:bold;position:relative;
-moz-box-shadow: -4px 0 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: -4px 0 0 rgba(0, 0, 0, .2);
    box-shadow: -4px 0 0 rgba(0, 0, 0, .2);
    background: #e2e2e2;
    background:    -moz-linear-gradient(220deg, transparent 10px, #e2e2e2 10px);
    background:    -webkit-linear-gradient(220deg, transparent 10px, #e2e2e2 10px);
    background:     -ms-linear-gradient(220deg, transparent 10px, #e2e2e2 10px);
    background:      -o-linear-gradient(220deg, transparent 10px, #e2e2e2 10px);
    background:         linear-gradient(220deg, transparent 10px, #e2e2e2 10px);
    color: #000;

}
.tt_tab1:hover,
.tt_tab2:hover,
.tt_tab3:hover{
background: #B68E37;
    background:    -moz-linear-gradient(220deg, transparent 10px, #B68E37 10px);
    background:    -webkit-linear-gradient(220deg, transparent 10px, #B68E37 10px);
    background:     -ms-linear-gradient(220deg, transparent 10px, #B68E37 10px);
    background:      -o-linear-gradient(220deg, transparent 10px, #B68E37 10px);
    background:         linear-gradient(220deg, transparent 10px, #B68E37 10px);

}
.tt_tab1.active,
.tt_tab2.active,
.tt_tab3.active{color:#000;
background: #f2c61a;
    background:    -moz-linear-gradient(220deg, transparent 10px, #f2c61a 10px);
    background:    -webkit-linear-gradient(220deg, transparent 10px, #f2c61a 10px);
    background:     -ms-linear-gradient(220deg, transparent 10px, #f2c61a 10px);
    background:      -o-linear-gradient(220deg, transparent 10px, #f2c61a 10px);
    background:         linear-gradient(220deg, transparent 10px, #f2c61a 10px);
}
.tt_ct_tab1.active,
.tt_ct_tab2.active,
.tt_ct_tab3.active{display:block;}
.tt_ct_tab1 ,
.tt_ct_tab2,
.tt_ct_tab3{float:left;width:100%;padding:0% 0% 0% 0%;display:none;}
.tt-nav-hide,
.tl_widget .tt_from_title,
.tl_widget .title_from{display:none;}
.tl_widget .wpcf7-form{padding:5px 7px 0px 7px; margin-bottom: 0px;
background-color:#111111;border: 1px solid #575757;-webkit-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 1);
-moz-box-shadow:    inset 0px 0px 8px 0px rgba(0, 0, 0, 1);
box-shadow:         inset 0px 0px 8px 0px rgba(0, 0, 0, 1);
}
.tl_widget .tt_from_box{float:left;width:100%;}
.tl_widget .tt_from_list{float:left;width:100%;margin:0px 0% 4px 0px;}
.tl_widget .tt_from_submit{height:40px;}

.tt_from_box input.wpcf7-text.wpcf7-not-valid{border:1px solid #f00;}
.tl_widget span.wpcf7-not-valid-tip {display: none!important;}

 
       
.tt_h_re {background-color: #FFF;padding:5px 30px 5px 30px;margin-bottom: 5px;color: #333;font-size: 20px;border-left: 5px solid #CEB75A;}
.register  {min-height: 300px;margin: 0px 0px 15px 0px;padding: 10px;background-color: #0C1B38;}
.tt_h_re {width: 100%;}
.from_sm {margin: 10px 0px 0px 0px;}
.tt_full .tags {border-top: 1px solid #CCC;padding: 15px 0px 0px 0px;color: #f5f5f5;}
.tt_full .tags a {background-color: #f5f5f5;padding: 3px 10px 3px 10px;margin-left: 5px;}
.tt_full .tags a:hover {background-color: #000;color: #FFF;}
.title_page h1 ,
.title_page h2 {color: #000;line-height: 40px;font-family:thaisanslite_r1;font-size:40px; font-weight: bold;}     
.title_page {margin-bottom: 0px;margin-top: 0px;padding:15px 10px 25px 10px;text-align: center;text-shadow: 1px 1px 0 #fef866;
box-shadow:0 5px 15px rgba(0, 0, 0, 0.25); 
background: linear-gradient(to right, #deae1a 0%,#ffe47d 40%,#f6d55d 64%,#cf9e06 100%);
}   
.home .title_page {margin-top: 0px;margin-bottom: 0px;}

.page-numbers{text-align:center;border-top: 1px solid #222;padding:0px 0px 0px 0px;margin:10px 0px 10px 0px;}
.page-numbers ul{list-style:none;margin:0;padding:0;text-align:center;}
.page-numbers li{margin-right:-5px;display:inline;}
.page-numbers.dots,
.page-numbers a{padding:6px 15px 5px 15px;display:inline-block;text-decoration:none;color:#333;margin:0px 0px 5px 0px;font-size:16px;border:1px solid #000;background-color:#FFF;}
.page-numbers a:hover, .page-numbers a:focus{color:#FFF;background-color:#333;}
.page-numbers.current{padding:10px 20px;display:inline-block;text-decoration:none;border:1px solid #000;font-size:16px;color:#FFF;background-color:#222;}
.tt_pagination ul >*:first-child span ,
.prev.page-numbers{border-radius:5px 0px 0px 5px;padding:6px 15px 5px 15px;line-height:20px;}
.tt_pagination ul >*:last-child span ,
.next.page-numbers{border-radius:0px 5px 5px 0px;padding:6px 15px 5px 15px;line-height:20px;}
.page-404 {float:left;width:100%;margin:40px 0px 40px 0px;font-size:16px;color:#FFF;text-align:center;}

.tt_label {color:#FFF;margin:0px 5px 0px 0px;}
.tt_from_lg {width:70%;margin:10px 5px 0px 0px;} 
.tt_from_lg .tt_from_p,
.tt_from_lg .tt_from_u {float: right;display: inline-block;color:#000;width:30%;margin:0px 1% 0px 0px;background-color:#fff;border: 1px solid #245A98;padding: 3px 10px 2px 10px;height: 22px;border-radius: 2px;font: 13px 'SK_Reg', Arial, Tahoma, sans-serif;

}
.tt_from_lg .tt_from_cx {float: right;display: inline-block;color:#000;width:10%;margin:0px 1% 0px 0px;background-color:#fff;border: 1px solid #245A98;padding: 3px 5px 2px 5px;height: 22px;border-radius: 2px;font: 13px 'SK_Reg', Arial, Tahoma, sans-serif;

}
.tt_from_lg .tt_from_img {float: right;display: inline-block;text-align: center;color:#FAD233;width:10%;margin:0px 1% 0px 0px;background-color:#003366;border: 1px solid #003366;padding: 3px 0px 2px 0px;height: 22px;border-radius: 2px;font: 13px 'SK_Reg', Arial, Tahoma, sans-serif;font-weight: bold!important;

}
.tt_from_lg .tt_captcha {color:#555;width:45px;margin:0px 0px 0px 0px;border: 0;height: 20px;font-size: 12px;background-color: #FFF;border-radius: 2px;}
.captcha_img {width:45px;height: 20px;margin:0px 0px 0px 5px;font-size: 12px;background-color: #0B2D6C;color: #FFF;border-radius: 2px;text-align: center;line-height: 20px;overflow: hidden;}
.captcha_img img {margin-top: 5px;margin-left: -7px;}
.tt_submit {float: right;width:15%;border: 0;text-align: center;cursor: pointer;border-radius: 3px;line-height: 18px;font-family:thaisanslite_r1;font-size:16px;padding: 2px 5px 2px 5px;display: inline-block;color:#fff!important;animation: walk-cyclet2 0.5s steps(5) infinite; -webkit-animation: walk-cyclet2 0.5s steps(5) infinite;
}


@-webkit-keyframes walk-cycle {
  0% {opacity:1; }
  100% {opacity:0;}
  /* Must be full height of sprite or skipping will happen.*/
}

@keyframes walk-cycle {
  0% {opacity:1; }
  100% {opacity:0; }
  /* Must be full height of sprite or skipping will happen.*/
}
@-webkit-keyframes walk-cyclet {
  0% {background-color: #aa2a2a; }
  100% {background-color: #d41011;}
  /* Must be full height of sprite or skipping will happen.*/
}

@keyframes walk-cyclet {
  0% {background-color: #aa2a2a; }
  100% {background-color: #d41011; }
  /* Must be full height of sprite or skipping will happen.*/
}



.top_bank {padding-top: 15px;}
.tt-social-head{float:right;width:275px;margin-top: 1px;margin-bottom: 3px;}
.social-sharing{font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;}
.social-sharing *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.social-sharing a{display:inline-block;color:#fff;border-radius:2px;margin:0px 0px 0px 5px;height:16px;line-height:10px;text-decoration:none;font-weight:normal;}
.social-sharing a:hover{color:#fff;}
.social-sharing span{display:inline-block;vertical-align:top;height:16px;line-height:16px;font-size:11px;}
.social-sharing .icon{padding:0 5px 0 10px;}
.social-sharing .icon:before{line-height:22px;} 
.social-sharing.is-large a{height:44px;line-height:44px;}
.social-sharing.is-large a span{height:44px;line-height:44px;font-size:18px;}
.social-sharing.is-large a .icon{padding:0 10px 0 18px;}
.social-sharing.is-large a .icon:before{line-height:44px;}
.share-title{font-size:12px;padding-right:10px;}
.is-large .share-title{padding-right:16px;}
.share-facebook{background-color:#3b5998;}
.share-facebook:hover{background-color:#2d4373;}
.share-twitter{background-color:#00aced;}
.share-twitter:hover{background-color:#0087ba;}
.share-google{background-color:#dd4b39;}
.share-google:hover{background-color:#c23321;}
.share-count{position:relative;background-color:#fff;padding:0 8px;margin-right:-2px;font-size:14px;line-height:20px;color:#333;border-radius:0 2px 2px 0;border:1px solid #ececec;opacity:1;-webkit-transition:opacity 0.2s ease-in;-moz-transition:opacity 0.2s ease-in;-o-transition:opacity 0.2s ease-in;transition:opacity 0.2s ease-in;}
.share-count.is-loaded{opacity:1;}
.share-count:before,
.share-count:after{content:'';display:block;position:absolute;top:50%;margin-top:-6px;width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid;}
.share-count:before{left:-6px;border-right-color:#ececec;}
.share-count:after{left:-5px;border-right-color:#fff;}
a:hover .share-count{background-color:whitesmoke;}
a:hover .share-count:after{border-right-color:whitesmoke;}
.is-large .share-count{font-size:18px;padding:0 14px;}
.social-sharing.is-clean a{background-color:#fff;border:1px solid #ececec;color:#333;height:30px;line-height:30px;}
.social-sharing.is-clean a span{height:30px;line-height:30px;font-size:13px;}
.social-sharing.is-clean a:hover{background-color:#ececec;}
.social-sharing.is-clean a:hover .share-count{background-color:#fff;}
.social-sharing.is-clean a:hover .share-count:after{border-right-color:#fff;}
.social-sharing.is-clean a .share-title{font-weight:normal;}
.social-sharing.is-clean .share-count{top:-1px;}
.social-sharing.is-clean .icon-facebook{color:#3b5998;}
.social-sharing.is-clean .icon-twitter{color:#00aced;}
.social-sharing.is-clean .icon-google{color:#dd4b39;}
.list_game {width: 29.1%;margin: 10px 0px 15px 3.1%;}
.list_game h3 {text-align: center;  color: #ccc;margin: 10px 0px 0px 0px;font-weight: bold;}
.list_game:hover h3 { color: #C8B970;}
.list_game:hover img { 
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
a.more{font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;margin:5px 0px 0px 0px;}
.post-sm2x{width:49.2%;margin:10px 1.5% 0px 0%;position:relative;overflow:hidden;background-color:#202020;border: 1px solid #000;}
.post-sm2x h3{height:55px;font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;line-height:22px;color:#ddd;margin-bottom: 10px;padding:10px 20px 10px 20px;overflow:hidden;font-weight: bold;}
.post-sm3xx .tt_l.img,
.post-sm2x .tt_l.img {position:relative;overflow:hidden;}
.post-sm2x.tt2x{margin:10px 0% 5px 0%;}
.post-sm3xx img,
.post-sm2x img{float: left;width:100%;-webkit-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;}
.post-sm3xx:hover img,
.post-sm2x:hover img{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2);}
.post-sm3xx {width: 32%;margin: 5px 2% 0px 0%;background-color:#202020;border: 1px solid #000;}
.post-sm3xx  h3 {font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;color:#ddd;padding:8px 10px 15px 10px;overflow: hidden;max-height: 47px;margin-bottom: 5px;}
.post-sm3xx.tt55x,
.post-sm3xx.tt5x {margin: 5px 0% 0px 0%;}
.post-sm3xx:hover h3 ,
.post-sm2x:hover h3 {color:#caac66;}
.tt_list.sbo{float:left;width:100%;margin-top:10px;margin-bottom:0px;padding: 0px 10px 0px 0px;background-color:#1A1A1D;border: 1px solid #000;}
.tt_list.sbo .tt_img{float:left;width:35%;}
.tt_list.sbo .tt_img img{float:left;width:100%;max-width:100%;height:auto;}
.tt_list.sbo:hover .tt_dsc h3{}
.tt_list.sbo:hover .tt_dsc{}
.tt_list.sbo .tt_dsc{float:right;width:62%;font-size:14px;line-height:20px;}
.tt_list.sbo .tt_dsc h3{float:left;width:100%;font-family: thaisanslite_r1;font-size: 24px;color: #cdac55;line-height: 24px;margin-top:10px;text-transform: uppercase;}
.tt_list.sbo .tt_dsc p{float:left;width:100%;overflow:hidden;color:#ddd;max-height:38px;font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;margin-top:5px;margin-bottom:7px;}
.tt_list.sbo:hover{background-color:#232222;}



.social_footer {min-height: 40px;text-align: center;margin-top:0px;}
.social_fb,
.social_line {display: inline-block;padding: 10px 0px 0px 50px;font-family: thaisanslite_r1;font-size: 22px;line-height: 18px;color: #ddd;min-height: 40px;background-repeat: no-repeat;background-position: 8px center;}
.social_line{background-image: url(../images/ico-line.png?v=1.3);}
.social_fb {background-image: url(../images/ico-fb.png?v=1.3);}
.hied_pc {text-align: center;}
.tt_ag_bt {margin-bottom:0px;}
.thaitheme_widget .fb_pc,
.thaitheme_widget .tt-l.tt_txt_seo {margin-bottom: 10px;border: 2px solid #6F716E;}
.tt_home_bx {width:49%;overflow: hidden;text-align: center;}
.tt_home_bx img {width: 100%;}
.bx_clip {background-color:#000;border: 1px solid #6f716e;overflow: hidden;} 

.tt_clip {border: 2px solid #7C7C7C;background-color:#000;overflow: hidden;}

.tt_home_bx-r {width:49%;overflow: hidden;}
.ct_bank {position: relative;text-align:center;}
.tt_bank_btn {width:7.5%;min-height: 60px;margin: 0% 1% 0% 0%;display: inline-block;}        
.link_bank {width:100%;position:absolute;right: 0;bottom: 0px;z-index: 1100;text-align:center;} 
.ct_bank img {display: inline-block;width:50%;}  
/*.tt_iframe {position:absolute;left: 20%;top: 80px;width:60%;height: 100%;background-color:#000;z-index: 1100;}
.thaitheme_read{position: relative;}*/
.head_phone {float:left;width: 100%;display:none;border-bottom: 3px solid #000;}
.h-line  {float:left;width: 50%;min-height: 70px;}
.h-phone  {float:left;width: 50%;min-height: 70px;border-left: 1px solid #959595;}
.h-line a {display: block;width: 100%;min-height: 70px;background-image: url(../images/ico-line-h.png?v=1.0);background-position: center center;background-repeat: no-repeat;}
.h-phone a {display: block;width: 100%;min-height: 70px;background-image: url(../images/ico-phone.png?v=1.0);background-position: center center;background-repeat: no-repeat;}
.h-line ,
.h-phone  {
	
background: #f9f9f9; 
background: -moz-linear-gradient(top,  #f9f9f9 17%, #cccccc 100%);
background: -webkit-linear-gradient(top,  #f9f9f9 17%,#cccccc 100%); 
background: linear-gradient(to bottom,  #f9f9f9 17%,#cccccc 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#cccccc',GradientType=0 );


}

.head_from_pc {width:100%;padding-top: 0px;}
.head_ufa {padding: 15px 0px 5px 0px;text-align: center;font-weight: bold;font-size: 22px;color: #ccc;line-height: 18px;font-family: thaisanslite_r1;}


.head_from_pc .tt_from_p,
.head_from_pc .tt_from_u {width:30%;float: left;height: 40px;background-color: #fff;border: 1px solid #000;padding: 0px 0px 0px 10px;margin-right: 1%;box-shadow: inset 3px 3px 2px 0px rgba(50, 50, 50, 0.25);border-radius: 5px;}
.head_from_pc  span,
.head_from_pc  span {float:left;width:32%;margin-top:0px;font-family: thaisanslite_r1;font-size: 18px;white-space :nowrap;color: #ccc;}

.head_from_pc strong {float:left;width: 20%;margin:10px 0px 15px 0px;text-align: center;font-family: 'Kanit', sans-serif; font-weight: 400;line-height: 18px;font-size: 16px;color: #ffd700;font-weight: bold;} 

.head_from_pc .tt_from_lgh {width:80%;padding: 0px 0px 0px 0px;color: #ccc;}  


.head_from_pc .tt_submit {float:left;border: 0;border-radius: 0px;margin:0px 0px 0px 0px;width:15%;height: 40px;padding: 5px 0px 8px 0px;text-align: center;cursor: pointer;line-height: 28px;font-family: thaisanslite_r1;font-size: 20px;font-weight: bold;color: #fff;animation: walk-cyclet2 0.5s steps(2) infinite; -webkit-animation: walk-cyclet2 0.5s steps(2) infinite;border-radius: 5px;}



.modal {display: none; position: fixed; z-index: 999999; padding-top: 10%; left: 0; top: 0; width: 100%; height: 100%;overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.9);}
.modal-content {position: relative; margin: auto;padding: 0;width: 50%;max-width: 600px;-webkit-animation-name: animatetop;-webkit-animation-duration: 0.4s; animation-name: animatetop;animation-duration: 0.4s;}
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}
@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
.closex {float: right; color: #000; font-size: 28px; font-weight: bold;width: 30px;height: 30px;margin: -15px -15px 0px 0px;line-height: 30px;text-align: center;background-color: #fff; border-radius: 50%;position:absolute;right: 0px;}
.closex:hover,
.closex:focus {color: #C2081C; text-decoration: none;cursor: pointer;}
@media screen and (max-width:980px){.modal-content {width: 100%;}.closex {margin: -15px 15px 0px 0px;}.modal {padding-top: 15%;}}



.tt_txt {width: 100%;padding: 2px 10px 4px 10px;height: 28px;color: #eee;border-bottom: 2px solid #3B6185;font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;
background: #0a2946;
background: -moz-linear-gradient(top,  #0a2946 0%, #15446e 35%, #174873 100%);
background: -webkit-linear-gradient(top,  #0a2946 0%,#15446e 35%,#174873 100%);
background: linear-gradient(to bottom,  #0a2946 0%,#15446e 35%,#174873 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2946', endColorstr='#174873',GradientType=0 );


}

.tt-f11 {width: 76%;margin: 0px 0px 5px 0px;}
.tt-f11 span {float:left;line-height: 26px;padding: 0px 10px 0px 0px;color: #B6B1AD;}

 

.tt_list_game {float: left;width: 31.333%;margin: 5px 0% 10px 2%;background-color: #000;}
.tt_list_game .tt_img {float: left;width: 100%;}
.tt_list_game h3 {float: left;width: 100%;margin: 5px 0px 5px 0px;padding: 0px 10px 0px 10px;font-family:thaisanslite_r1;font-size:18px;line-height:19px;color:#ccc;text-align: center;font-weight: bold;text-transform: uppercase;overflow: hidden;height: 40px;}
.tt_list_game:hover h3 {color:#EAC76E;}

.tt_list_game.hhl.sport1 {margin: 5px 0% 10px 0%;}
.sc_n .tt_list_game h3 {font-weight: bold;text-align: left;}
.tt_list_game.hhl {width: 49%;}
.tt_list_game.hhl img {width: 100%;}
.tt_head_sec{width:100%;margin:0px 0px 0px 0px;background-color:#eee;} 
.tt_title_sc{padding:0px 15px 0px 0px;font-size:22px;color:#000;background-color: #eee;}
.tt_title_sc a{font-size:26px;line-height:30px;color:#000;}
.tt_title_sc h1,
.tt_title_sc h2 {border-left: 5px solid #D7B55C;padding:5px 15px 5px 15px;font-family:thaisanslite_r1;font-size:26px;line-height:26px;font-weight: bold;}
a.more{float: right;margin:5px 0px 0px 0px;color:#000;font-family:thaisanslite_r1;font-size:18px;line-height:18px;} 
.bgf {text-align: center;}
.tt_date {float: right;color:#eee;margin:12px 5px 0px 0px;text-align: right;font-family:thaisanslite_r1;font-size:18px;line-height:19px;}
.logo_fc {float: left;width: 100%;text-align: right;}
.logo_fc a {width:13%;display: inline-block;}
.bg_sl {background-image: url(../images/slide.jpg?v=1.3);}
.bg_slc {background-color:#FFFFFF;}
.txx_sl {width: 15%;padding:2px 15px 5px 0px;font-family:thaisanslite_r1;font-size:20px;line-height:20px;color: #eee;}
.txx_sls {width: 100%;padding:3px 0px 2px 0px;font-family:thaisanslite_r1;font-size:18px;line-height:18px;color: #333;}
.bg_slcd {background-color:#000000;padding: 10px 0px 0px 0px;}
.tt-fxpc {position:fixed;top:0;z-index: 1500;width:100%;float: left;}
.fixpc {margin-top: 202px;background-image: url(../images/b-slide.jpg?v=2.9);background-position: center top;background-repeat: repeat-x;background-color:#000;}
.head_phone-m {display:none;}
.line_top{border-right: 1px solid #fff;}
.phone_top {border-left: 1px solid #fff;} 
.phone_top,
.line_top {float:left;width: 50%;}   


.tt-bx1 {float: left;width: 32.3%;margin-top: 0px;background-color: #fff;padding: 0px 0px 20px 0px;}
.head_bx1 {float: left;width: 100%;padding: 10px 10px 10px 10px;color: #317094;background-color: #D9EDF7;font-family: thaisanslite_r1;font-size: 26px;line-height: 26px;}
.tt-bx1 span {float: left;width: 100%;padding: 20px 10px 20px 10px;text-align: center;font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;}
.tt-bx1 a {display: inline-block;padding: 10px 20px 10px 20px;color: #fff;background-color: #5cb85c;font-size: 16px;line-height: 18px;border-radius: 5px;}
.btn_bx1 {float: left;width: 100%;text-align: center;}
.tt-bx1 a:hover {background-color: #00A65A;}

.tt-bx2 {float: left;width: 32.3%;margin: 0px 1.5% 0% 1.5%;background-color: #fff;padding: 0px 0px 20px 0px;}
.head_bx2 {float: left;width: 100%;padding: 10px 10px 10px 10px;color: #317094;background-color: #D9EDF7;font-family: thaisanslite_r1;font-size: 26px;line-height: 26px;}
.tt-bx2 span {float: left;width: 100%;padding: 20px 0px 20px 0px;text-align: center;font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;}
.tt-bx2 a {display: inline-block;padding: 10px 20px 10px 20px;color: #fff;background-color: #D9534F;font-size: 16px;line-height: 18px;border-radius: 5px;}
.btn_bx2 {float: left;width: 100%;text-align: center;}
.tt-bx2 a:hover {background-color: #DD4B39;}


.tt-bx3 {float: left;width: 32.3%;margin-top: 0px;background-color: #fff;padding: 0px 0px 20px 0px;}
.head_bx3 {float: left;width: 100%;padding: 10px 10px 10px 10px;color: #317094;background-color: #D9EDF7;font-family: thaisanslite_r1;font-size: 26px;line-height: 26px;}
.tt-bx3 span {float: left;width: 100%;padding: 20px 10px 20px 10px;text-align: center;font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;}
.tt-bx3 a {display: inline-block;padding: 10px 20px 10px 20px;color: #fff;background-color: #F0AD4E;font-size: 16px;line-height: 18px;border-radius: 5px;}
.btn_bx3 {float: left;width: 100%;text-align: center;}
.tt-bx3 a:hover {background-color: #F39C12;}   


.tt_game_l {float: left;width: 14.5%;padding:0px;background-color: #333;margin: 0% 0% 2% 2%;border: 1px solid #DCCCA7;}
.tt_game_c {float: left;width: 100%;}
.tt_game_l:hover {background-color: #111;}
.tt_game_d {float: left;width: 100%;margin-top: 20px;}
.tt_game_g {float: left;width: 31%;text-align: center;padding:5px!important;background-color: #333;margin: 0% 0% 2% 2%;}
.tt_game_g.g1:hover {background-color: #00A65A;}
.tt_game_g.g2:hover {background-color: #DD4B39;}
.tt_game_g.g3:hover {background-color: #F39C12;}
@media screen and (max-width:800px){.tt_game_l {float: left;width: 22.5%;}}
@media screen and (max-width:480px){.tt_game_l {float: left;width: 30.5%;}.tt_game_g {width: 98%;}}
.tt_img_c {float: left;width: 100%;height: 50%;position:absolute;top: 0px;left: 0px;z-index: 1000;}
.tt_img_d {float: left;width: 100%;height: 50%;position:absolute;bottom: 0px;left: 0px;z-index: 1000;}

.tt-line-phone span {color:#fff;padding: 5px 0px 0px 10px;font-family: thaisanslite_r1;font-size: 17px;line-height: 18px;}
.tt-line-phone {float: left;width: 72%;}
.tx-phone {color:#FEED47;font-weight: bold;}
.t-line {color:#57C42E!important;font-weight: bold;}
.tx-li {color:#57C42E;font-weight: bold;}
.tt_head_menu ul li.h_m {display: none;}
.tt_txt_seo p.xcc3,
.tt_txt_seo p.xcc2 {margin: 0px 0px 0px 0px;}
.tt_txt_seo p.xcc3 img.alignnone,
.tt_txt_seo p.xcc2 img.alignnone,
.tt_txt_seo p.xcc1 img.alignnone {margin: 0px 1% 0px 0;}
.tt_txt_seo p.xcc1 {margin: 20px 0px 0px 0px;}

.thaitheme_read p.xcc3,
.thaitheme_read p.xcc2 {margin: 0px 0px 0px 0px;}
.thaitheme_read p.xcc3 img.alignnone,
.thaitheme_read p.xcc2 img.alignnone,
.thaitheme_read p.xcc1 img.alignnone {margin: 0px 1% 0px 0;}
.thaitheme_read p.xcc1 {margin: 20px 0px 0px 0px;}

.sec_link  {padding: 15px 0px 5px 0px;
background-color:#111111;border: 1px solid #575757;-webkit-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 1);
-moz-box-shadow:    inset 0px 0px 8px 0px rgba(0, 0, 0, 1);
box-shadow:         inset 0px 0px 8px 0px rgba(0, 0, 0, 1);
}
.head_link {width: 100%;padding: 8px 0px 20px 5px;} 

.tt_list_gamex {float: left;width: 30.8%;margin: 0px 0% 5px 2%;}
.tt_list_gamex .tt_img {float: left;width: 100%;}
.tt_list_gamex h3 {float: left;width: 100%;margin: 5px 0px 5px 0px;color:#ccc;text-align: center;text-transform: uppercase;font-family: thaisanslite_r1;font-size: 18px; line-height: 18px;font-weight: bold;}
.tt_list_gamex:hover h3 {color:#EAC76E;}

.hover_game {position:relative;overflow: hidden;}
.img_df {float: left;width: 100%;}
.img_hover {position:absolute;z-index: 1000;margin:0% auto 0% auto;left: 0px;right: 0px;bottom: 0%;-webkit-transition: all .3s ease-in-out 0s;  -o-transition: all .3s ease-in-out 0s; -moz-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s;}
.img_hover_lg {position:absolute;z-index: 1000;margin:-100% auto 0% auto;left: 0px;right: 0px;-webkit-transition: all .3s ease-in-out 0s;  -o-transition: all .3s ease-in-out 0s; -moz-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s;}
.hover_game:hover .img_hover_lg {margin:0% auto 0% auto;}
.hover_game:hover .img_hover {bottom: -300%;}



input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}
 

.tt_head2,
.tt_head1 {width:50%;margin: 10px 0px 0px 0px;cursor: pointer;text-align: center;position: relative;}
.tt_head2{padding: 0px 0px 0px 5px;}
.tt_head1 {padding: 0px 5px 0px 0px;}

.tt_head2.act:after,
.tt_head1.act:after {
    content: '';
    display: block;
    position: absolute;
    left: 45%;
    width: 0;
    height: 0; 
    border-style: solid;
	z-index: 1000;
}
.tt_head2.act:after,
.tt_head1.act:after {
    bottom: -28px;
    border-color: #CF0018 transparent transparent transparent ;
    border-width: 15px;
}

.tt_head2.act:hover:after,
.tt_head1.act:hover:after {
   
    border-color: #880618 transparent transparent transparent ;
    
}
.tt_head_menu ul li.hide_ppc,
.tt_list.sbo.gg1389,
.tt_tab_pro1,
.tt_tab_pro2
{display: none;}

.tt_tab_pro1.act ,
.tt_tab_pro2.act {display:inline-block;}
.bb_pro {}
   
.tt_tab_pro span{
background: #820718;
background: -moz-linear-gradient(top,  #820718 0%, #c60018 35%, #de0019 100%);
background: -webkit-linear-gradient(top,  #820718 0%,#c60018 35%,#de0019 100%);
background: linear-gradient(to bottom,  #820718 0%,#c60018 35%,#de0019 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#820718', endColorstr='#de0019',GradientType=0 );

border-radius: 3px;
border: 1px solid #790D1B;
color:#f5f5f5;
font-family: thaisanslite_r1;font-size: 28px; line-height: 26px;
	width: 100%; 
	float: left;
	padding: 7px 0px 10px 0px;

} 
.tt_tab_pro span:hover {
background: #de0019;
background: -moz-linear-gradient(top,  #de0019 38%, #c60018 67%, #820718 100%);
background: -webkit-linear-gradient(top,  #de0019 38%,#c60018 67%,#820718 100%);
background: linear-gradient(to bottom,  #de0019 38%,#c60018 67%,#820718 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0019', endColorstr='#820718',GradientType=0 );




}
.img_pro {margin-bottom: 10px;}
h3.title_pro {display: inline-block;margin-bottom: 10px;font-family: thaisanslite_r1;font-size: 28px;line-height: 30px;font-weight: bold;color: #E8B55D;} 
.pro_ct {margin-bottom: 15px;padding: 10px 0px 10px 0px;border-bottom:1px solid #222;} 
.dsc_pro {display: inline-block;float: right;margin-top: 5px;padding: 3px 20px 7px 20px;background-color:#AD1D1D;border-radius: 2px;font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;font-weight: bold;color: #fff;cursor: pointer;border: 0;}
.thaitheme_p{width:100%;padding:0px 0px 0px 0px;color:#eee;font-family: thaisanslite_r1;font-size: 18px; line-height: 18px;overflow:hidden;}
.thaitheme_p a{color:#E8B55D;} 
.thaitheme_p a:hover {text-decoration: underline;}
.thaitheme_p img{max-width:100%;height:auto;padding:0;}
.thaitheme_p strong, [class*="ddtemplate_read"] th{font-weight:700;}
.thaitheme_p em, .thaitheme_p address, .thaitheme_p caption, .thaitheme_p cite{font-style:italic;}
.thaitheme_p td,
.thaitheme_p table{text-align: center;}
.thaitheme_p td{padding: 10px 0px 10px 0px;}
.thaitheme_p{line-height:1.5em;}
.thaitheme_p p{display:block;margin:1em 0;line-height:1.3em;} 
.thaitheme_p blockquote{width:75%;margin:0% 0% 0% 20%;padding:0.25em 5%;line-height:1.45;position:relative;color:#383838;background:#ececec;}
.thaitheme_p blockquote:before{display:block;content:"\201C";font-size:80px;position:absolute;left:-10px;top:-10px;color:#7a7a7a;}
.thaitheme_p blockquote cite{color:#999999;font-size:14px;display:block;margin-top:5px;}
.thaitheme_p blockquote cite:before{content:"\2014 \2009";}
.thaitheme_p address{display:block;font-style:italic;}
.thaitheme_p center{display:block;text-align:center;}
.thaitheme_p h1{display:block;font-size:2em;font-weight:700;margin:.67em 0;}
.thaitheme_p h2{display:block;font-size:1.5em;font-weight:700;margin:.83em 0;}
.thaitheme_p h3{display:block;margin:0.2em 0 0.8em 0;font-family: thaisanslite_r1;font-size: 22px;line-height: 26px;font-weight: bold;}
.thaitheme_p h4{display:block;font-weight:700;margin:1.33em 0;}
.thaitheme_p h5{display:block;font-size:0.83em;font-weight:700;margin:1.67em 0;}
.thaitheme_p h6{display:block;font-size:0.67em;font-weight:700;margin:2.33em 0;}
.thaitheme_p ul{display:block;list-style-type:disc;margin:1em 0;padding-left:40px;}
.thaitheme_p ol{display:block;list-style-type:decimal;margin:1em 0;padding-left:40px;}
.thaitheme_p li{display:list-item;}
.thaitheme_p ul li{list-style-type:disc;}
.thaitheme_p ol li{list-style-type:decimal;}
.thaitheme_p pre, .thaitheme_p code{display:block;font-family:Courier New;white-space:pre;margin:1em 0;}
.thaitheme_p iframe {width: 100%;}
.thaitheme_p #gallery-1 img{border:1px solid #ddd!important;padding:2%!important;}

.sll_l_mc {display: none;float: left;width: 100%;background-color: #13181e;}
.bg_ssl {}
.sll_l {width:100%;position: relative;}
.sll_pr {width: 634px;position:absolute;right: -130px;top: -280px;height: 606px;z-index: 2000;}  
.tt_head_r {width:54%;}
.tt-line-phone span {color:#eee;padding: 5px 0px 0px 10px;font-family: thaisanslite_r1;font-size: 21px;line-height: 18px;}
.tt-line-phone {float: left;width: 100%;margin-top: 10px;}   
span.t-phone,
.tx-phone {color:#ffd405;font-weight: bold;}   
.tx-li {color:#4aca18;font-weight: bold;} 
.tt-fxpc {position:fixed;top:0;z-index: 1500;width:100%;float: left;}  
.fxc_sl {width:55%;position:absolute;left: 0px;bottom: 22%;height: 55px;z-index: 500;text-align: left;}  
.fxc_sl a {display: inline-block;width:43%;height: 55px;}
.ct_sec1 {padding: 15px 0px 0px 0px;
background: #e2e2e2;
background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );


}

.ct_sec_l {width:49.5%;}
.ct_sec_r {width:100%;padding: 30px 10px 25px 10px;


  background-image: url(../images/bg-login.png?v=3.1); 
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 93px; 

  margin: 0px 0px 10px 0px;


}
.sll_lx {width:17%;text-align: right;}
.sll_rx {width:100%;}  
.bg_fcv {padding: 15px 0px 15px 0px;

background: rgb(251,216,36);
background: -moz-linear-gradient(top,  rgba(251,216,36,1) 0%, rgba(255,255,117,1) 50%, rgba(189,131,0,1) 51%, rgba(223,177,30,1) 75%, rgba(234,194,81,1) 100%);
background: -webkit-linear-gradient(top,  rgba(251,216,36,1) 0%,rgba(255,255,117,1) 50%,rgba(189,131,0,1) 51%,rgba(223,177,30,1) 75%,rgba(234,194,81,1) 100%);
background: linear-gradient(to bottom,  rgba(251,216,36,1) 0%,rgba(255,255,117,1) 50%,rgba(189,131,0,1) 51%,rgba(223,177,30,1) 75%,rgba(234,194,81,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbd824', endColorstr='#eac251',GradientType=0 );

}
.sll_lx span{font-family: thaisanslite_r1;font-size: 36px;color: #000;line-height: 35px;font-weight: bold;}
.tt_sec2 {background-color: #000000;margin-bottom: -35px;}
.tt_sec3 {background-color: #13181e;padding: 15px 0px 15px 0px;}

.tt_s1 {width:56%;}
.tt_s2 p,
.tt_s1 p {color: #d3d4d8;}
.tt_s2 {width:44%;padding: 0px 0px 0px 10px;border-left: 1px solid #555;}   
.tt_s2 h3,
.tt_s1 h3 {color: #d3d4d8;margin: 0.2em 0;}
.tt_s2 .tt_txt_seo,
.tt_s1 .tt_txt_seo {padding: 0px 15px 0px 15px;}
.tt_sec5 .tt_txt_seo {padding: 0px 15px 20px 15px;}

.tt_sec4 {background-color: #f2f2f2;padding: 25px 0px 25px 0px;}
.tt_sec5 {background-color: #13181e;padding: 15px 0px 15px 0px;}

.tt_sec5 li,
.tt_sec5 p,
.tt_sec5 h3 {color: #d3d4d8;}

.tt_sec4 h3 {float: left;width:100%;text-align: center;font-family: 'Kanit', sans-serif;line-height: 32px;font-size:26px;color: #000;font-weight: bold;}
.tt_sec4 span {float: left;width:100%;text-align: center;font-family: 'Kanit', sans-serif; font-weight: 200;line-height: 20px;font-size: 16px;color: #15181d;padding: 10px 0px 10px 0px;}
.tt_sec4 a.tt_rules {float: left;width:100%;text-align: center;font-family: thaisanslite_r1;font-size: 20px;color: #15181d;line-height: 20px;}

.ct_sec_l a {float: left; margin-right: 4%;display: inline-block;width:46%;border: 1px solid #eee;background-color: #f8f9fa;padding: 15px 5px 15px 15px;border-radius: 5px;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08); 

}
.ct_sec_l a:hover {background-color: #eee;}
.ct_sec_l a strong{display: inline-block;font-family: 'Kanit', sans-serif; font-weight: 400;line-height: 38px;font-size: 22px;color: #000;font-weight: bold;}
.ct_sec_l a span{display: inline-block;font-family: 'Kanit', sans-serif; font-weight: 400;line-height: 18px;font-size: 16px;color: #13181e;}
.timg img  {max-width:70%;}
.timg {margin-top: 5px;}
.img1 {margin-top: 5px;}
.txcv {font-family: 'Kanit', sans-serif; font-weight: 200;line-height: 18px;font-size: 16px;color: #13181e;text-align: center;margin: 15px 0px 15px 0px;}
.tt_ico_h {float: left;width:100%;text-align: right;}
.tt-date {display: inline-block;margin: 0px 3% 0px 5px;font-family: thaisanslite_r1;font-size: 18px;color: #e4e3f1;line-height: 35px;}
.tt_ico_h img {display: inline-block;}
.bg_p {background-color: #000;}
  

.bg_aar {min-height: 25px;background: #deae1a;
background: -moz-linear-gradient(left,  #deae1a 0%, #ffe47d 40%, #f6d55d 64%, #cf9e06 100%);
background: -webkit-linear-gradient(left,  #deae1a 0%,#ffe47d 40%,#f6d55d 64%,#cf9e06 100%);
background: linear-gradient(to right,  #deae1a 0%,#ffe47d 40%,#f6d55d 64%,#cf9e06 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deae1a', endColorstr='#cf9e06',GradientType=1 );

 
}
.tt_head_mr a {display: inline-block;width:13.7%;font-family: thaisanslite_r1;font-size: 18px;color: #b0b0b0;line-height: 20px;text-align: center;}
.tt_head_mr {float: left;width:100%;text-align: right;margin-top: 10px;}
.tt_head_mr a span {float: left;width:100%;}
.tt_head_mr a:hover .tt_img1x,
.tt_img2x {display: none;}
.tt_head_mr a:hover .tt_img2x {display: inline-block;}  

.tt_shows_menu {display: none;}


.tt_sec63x {width:32%;margin: 20px 1.8% 0% 0%;}
.tt_sec63x.last {margin: 20px 0% 0% 0%;}
.tt_sec6 {background-color: #000;}
    
.tt_sec61x {margin: 20px 0% 20px 0%;} 
.tt_sec71x {margin: 0px 0% 20px 0%;}
.head_sec {font-family: 'Kanit', sans-serif; font-weight: 600;line-height: 30px;font-size: 20px;color: #000;position: relative;}
.text_hl2x {background-color: #ffd801;padding: 10px 10px 10px 10px;font-size: 26px;line-height: 28px;font-weight: bold;text-shadow: 1px 1px 0 #fef866;
background: linear-gradient(to right, #deae1a 0%,#ffe47d 40%,#f6d55d 64%,#cf9e06 100%);

}          
.text_hl2x a{color: #000}            
a.more_3x {position:absolute;right: 10px;font-size: 14px;top: 10px;color: #000;text-shadow: 1px 1px 0 #fef866;}
.tt_3cx {float: left;width:100%;margin: 0% 0% 20px 0%;}
.tt_3cx img {float: left;width:100%;margin-bottom: 10px;}
.tt_3cx h3 {float: left;width:100%;font-family: thaisanslite_r1;font-size: 24px;color: #cdac55;line-height: 24px;height: 55px;overflow: hidden;}
.tt_3cx p {float: left;width:100%;font-family: thaisanslite_r1;font-size: 18px;color: #ddd;line-height: 19px;overflow: hidden;height: 38px;}
.tt_3cx.p2x {float: left;width:48%;margin: 0% 4% 20px 0%;}
.tt_3cx.p3x {float: left;width:48%;margin: 0% 0% 20px 0%;} 
.tt_3cx.p2x h3,
.tt_3cx.p3x h3 {float: left;width:100%;font-family: thaisanslite_r1;font-size: 20px;color: #cdac55;line-height: 20px;height: 65px;}

.tt_4cx {float: left;width:49%;margin: 10px 2% 10px 0%;}       
.tt_4cx .tt_img {float: left;width:35%;}
.tt_4cx .tt_dstx {float: right;width:62%;} 
.tt_4cx.p2x ,
.tt_4cx.p4x {margin: 10px 0% 10px 0%;}         
.tt_4cx h3 {float: left;width:100%;font-family: 'Kanit', sans-serif; font-weight: 400;line-height: 20px;font-size: 16px;color: #cdac55;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;margin-bottom: 10px;}
.tt_4cx p {float: left;width:100%;font-family: 'Kanit', sans-serif; font-weight: 200;line-height: 20px;font-size: 14px;color: #ddd;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;}



     

.glsr-review {float:left;width:100%;color:#FFF;border-bottom: 1px solid #383838;margin: 10px 0px 10px 0px!important;font-family: thaisanslite_r1;font-size: 18px; line-height: 18px;}
.glsr-review-meta {float:left;width:100%;margin: 0px 0px 10px 0px;}
.glsr-review-date {font-style: normal!important;}

.glsr-ltr {float:left;width:100%;color:#FFF;padding: 40px 40px 40px 40px;}
.shortcode-reviews-form.glsr-ltr {width:100%;border: 1px solid #111;background-color:#222;margin: 5% 0% 0px 0%;border-radius: 0px;padding: 35px;position: relative;overflow: hidden;}
.regular-text {float:left;width:100%;border: 1px solid #152E64;height:35px;padding: 5px;border-radius: 5px;}
.large-text {float:left;width:100%;border: 1px solid #152E64;padding: 5px;border-radius: 5px;}
.button-primary {border: 1px solid #152E64;background-color:#e31920;padding: 10px 0px 15px 0px;color:#FFF;font-family: thaisanslite_r1;font-size: 22px; line-height: 22px;width:100%;cursor: pointer;}
.glsr-field {float:left;width:100%;margin: 0px 0px 10px 0px;}
.glsr-form-messages.gslr-has-errors{float:left;width:100%;margin: 0px 0px 5px 0px;font-family: thaisanslite_r1;font-size: 18px; line-height: 18px;text-align: center;}
.glsr-field label{float:left;width:100%;margin: 0px 0px 5px 0px;font-family: thaisanslite_r1;font-size: 18px; line-height: 18px;}

.glsr-field.glsr-has-error span.glsr-field-errors span.glsr-field-error {float:left;width:100%;margin: 10px 0px 10px 0px;font-family: thaisanslite_r1;font-size: 18px; line-height: 18px;}
.glsr-has-error .gl-star-rating-stars {border: 1px solid #c82929;padding: 15px;}
.button-primary {text-align: center;}
.recaptcha_bx {display: none;}
.active .recaptcha_bx {display: inline-block;float:left;width:100%;margin: 10px 0px 30px 0px;font-family: thaisanslite_r1;font-size: 18px; line-height: 18px;color:#ff0109;}
.recaptcha_ct {text-align: center;margin: 0px 0px 10px 0px;}
.g-recaptcha {display: inline-block;}
.active .g-recaptcha iframe {border: 2px solid #e31920;}
.ct_comment_li {padding: 10px 0% 15px 0%;}
.ct_li {background-color:#090909;border: 1px solid #222;}
.ct_comment_li .title_page {background-color:#eee;border: 0;padding: 10px 10px 15px 20px;}
.ct_comment_li .title_page h1,
.ct_comment_li .title_page h2{color:#000;font-family: thaisanslite_r1;font-size: 28px; line-height: 28px;}
.glsr-form-messages {position:absolute;height: 40px;width: 92.5%;bottom: 0px;border: 2px solid #34b006;background-color:#fff;}
.glsr-shortcode.shortcode-reviews-form.glsr-ltr {float:left;width:100%;overflow: hidden;}
.glsr-form-messages p {float:left;width:100%;font-family: thaisanslite_r1;font-size:18px; line-height: 18px;color:#34b006;text-align: center;padding: 10px 0% 0% 0%;}
.hide_ck {opacity:0;height: 0px;overflow: hidden!important;}	
.recaptcha_ct {text-align: center;}	
.thaitheme_read .wpcf7-list-item-label {color:#000;}
	
@media screen and (max-width:980px){
.glsr-ltr,	
.shortcode-reviews-form.glsr-ltr {padding: 15px;} 
 
}	
.more_mc {font-family: thaisanslite_r1;font-size:28px; line-height: 28px;text-align: center;}
.more_mc a{display: inline-block;color:#000;padding: 5px 20px 5px 20px;border-radius: 3px;
font-size: 26px;line-height: 28px;font-weight: bold;text-shadow: 1px 1px 0 #fef866;
background: rgb(255,208,4);
background: -moz-linear-gradient(top,  rgba(255,208,4,1) 0%, rgba(244,240,8,1) 48%, rgba(223,176,0,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,208,4,1) 0%,rgba(244,240,8,1) 48%,rgba(223,176,0,1) 100%);
background: linear-gradient(to bottom,  rgba(255,208,4,1) 0%,rgba(244,240,8,1) 48%,rgba(223,176,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd004', endColorstr='#dfb000',GradientType=0 );

}
.fr_cl {width:32%;margin-top: 5px;}
.tt_sec2x {background-color:#000;padding: 0px 0px 20px 0px}
.tt_sec2x span.wpcf7-list-item {float:left;width:40%;}
.tt_from_box.bcx {background-color:#fff;padding: 10px;}
.tt_from_list.recaptcha {text-align: center;}
.thaitheme_read .tt_from_list.recaptcha {padding: 0px 0px 0px 15px;text-align: center;margin-bottom: 0px;}
.fl_cl .tt_txt_seo {padding: 0px 0px 0px 15px;}
.thaitheme_read .tt_from_submit {width: 66%;float: right;}
.thaitheme_read .tt_from_submit input.wpcf7-submit {float:left;}
.fl_cl  {width:67%;}
.fl_cl.page_cl {width:65%;}
.fr_cl.page_cr {margin-top: 10px;}  
.fr_cl li {
  list-style: none;
}

.fr_cl li:before {
  content: '-';
  padding: 0 6px 0 0;
}

.fr_cl .accordable {
  margin: 0;
  padding: 0;
}

.fr_cl .accordable li:before {
  content: '';
  padding: 0;
}

.fr_cl .accordable .accordable-panel {
  background-color: #ECF0F1;
  margin-bottom: 5px;
}

.fr_cl .accordable .accordable-heading {
 font-family: 'Kanit', sans-serif; font-weight: 400;line-height: 28px;font-size:24px;text-shadow: 1px 1px 0 #fef866;
background: #deae1a;
background: -moz-linear-gradient(left,  #deae1a 0%, #ffe47d 40%, #f6d55d 64%, #cf9e06 100%);
background: -webkit-linear-gradient(left,  #deae1a 0%,#ffe47d 40%,#f6d55d 64%,#cf9e06 100%);
background: linear-gradient(to right,  #deae1a 0%,#ffe47d 40%,#f6d55d 64%,#cf9e06 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deae1a', endColorstr='#cf9e06',GradientType=1 );


  padding: 10px 25px 10px 25px;
  color: #000;
}
.page-id-222 .thaitheme_read h2 {
	font-family: thaisanslite_r1;font-size:36px;line-height: 36px;font-weight: bold;text-shadow: 1px 1px 0 #fef866;
background: rgb(251,216,36);
background: -moz-linear-gradient(top,  rgba(251,216,36,1) 0%, rgba(255,255,117,1) 50%, rgba(189,131,0,1) 51%, rgba(223,177,30,1) 75%, rgba(234,194,81,1) 100%);
background: -webkit-linear-gradient(top,  rgba(251,216,36,1) 0%,rgba(255,255,117,1) 50%,rgba(189,131,0,1) 51%,rgba(223,177,30,1) 75%,rgba(234,194,81,1) 100%);
background: linear-gradient(to bottom,  rgba(251,216,36,1) 0%,rgba(255,255,117,1) 50%,rgba(189,131,0,1) 51%,rgba(223,177,30,1) 75%,rgba(234,194,81,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbd824', endColorstr='#eac251',GradientType=0 );
  padding: 5px 25px 10px 25px;
  color: #000;
	
	  
}
  
.fix_footer2 {display: none;position:fixed;bottom: 0px;z-index: 99999999;width: 100%;height: 62px;text-align: center; 
background-image: url(../images/bottom-bar-mobile.png?v=1.2);background-repeat: no-repeat;background-position: center center; 
}
.ft_art2 {float: left;width: 100%;border-top: 1px solid #000;}
.fix_footer2 a {float: left;width: 20%;display: inline-block;color:#fff;text-align: center;font-weight: bold; font-family: thaisanslite_r1;font-size: 18px;line-height: 20px;font-weight: 300;padding: 7px 0px 0px 0px;}
.fix_footer2 a span {display: inline-block;background-color: #000;border: 2px solid #a8823b;width: 32px;height: 32px;border-radius: 50%;text-align: center;font-size: 16px;line-height: 28px;} 
.ico_3 {overflow: hidden;}       
.fix_footer2 a:last-child {border-right: 0;}
.link_ico2 {display: inline-block;height: 22px;margin-right: -3px;width: 22px;overflow: hidden;background-repeat: no-repeat;}
.fix_footer2 strong {float: left;width: 100%;display: inline-block;color: #000;margin-top: -5px;position: relative;text-align: center;text-shadow: 1px 1px 0 #a88d44;font-weight: bold; }
.fix_footer2 a.fix_c span {width: 68px;height: 68px;border: 0;top: -25px;position: relative;font-size: 28px;line-height:0px;background-color: #000;color: #000;

-webkit-box-shadow: 0px 0px 15px 0px rgba(217, 164, 0, 1);
-moz-box-shadow:    0px 0px 15px 0px rgba(217, 164, 0, 1);  
box-shadow:         0px 0px 15px 0px rgba(217, 164, 0, 1);             
}  
  
.fix_footer2 a.fix_c strong {top: -35px;position: relative;font-size: 14px;color: #ebca6c;white-space :nowrap;}
.fix_footer2.show_m {display: none;}
.fix_footer2 a.fix_c .link_ico i {font-size: 26px;line-height: 60px;}   
.link_ico.ico_2 i {font-size: 14px;line-height: 14px;}




.owl-carousel {
  display: none;
  width: 100%;
  margin-bottom: 0px;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }
.no-js .owl-carousel {
  display: block; }
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  transition: height 500ms ease-in-out; }
.t_sl {position: relative;}
.owl-theme .owl-nav {
  margin-top: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; 
  position:absolute;
  width: 100%; 
  top: 35%;
  }
    .owl-carousel .owl-nav .owl-prev{ position:absolute;left: 0%;  }
  .owl-carousel .owl-nav .owl-next{position:absolute;right: 0%;  } 
  .owl-theme .owl-nav [class*='owl-'] {
    color: #fff;
    font-size: 52px;
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #090A0F;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px; }

.owl-theme .owl-dots { 
  text-align: center;
  -webkit-tap-highlight-color: transparent; 
  position:absolute;
  bottom: 10px;
  width: 100%;
  z-index: 100;
  
  }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 15px;
      height: 5px;
      margin: 0px 3px; 
      background: #fff;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease; 
      }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #f00; }  
.slide2.owl-carousel .owl-dots {display: none!important;}
  
.btn_ht {
 width:45%;
 padding:7px 0px 11px 0px;
 margin:0px 2% 0px 0px;
 font-family:thaisanslite_r1;
 color:#fff;
 font-weight:bold;
 text-align:center;
 font-size:20px;
 line-height:20px;
 border-radius:5px;
 display: inline-block;
 text-shadow: 0 1px 0 #555;
}

.b_bank {
 background:#1e73be;
 background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#175892),color-stop(1,#1e73be));
 background:-ms-linear-gradient(bottom,#175892,#1e73be);
 background:-moz-linear-gradient(center bottom,#175892 0%,#1e73be 100%);
 background:-o-linear-gradient(#1e73be,#175892);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e73be",endColorstr="#175892",GradientType=0);
 border:1px solid;
 border-color:#155085 #144b7c #11436f #144b7c;
 -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.065);
 -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.065);
 box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.065);

}
.b_register {
 margin-right:0px;
 background:#04aa6d;
 border:1px solid #0eaa61;
 -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.065);
 -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.065);
 box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.065);
 
}
.fr_btn {width:20%;margin-left: -20px;text-align: center;}