<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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&amp;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&gt;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"}.fa-check-circle-o:before{content:"\f05d"}
* {
  -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 #333;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;
}

/* Custom */
		/*start by mz*/
		.promo-box {
				background-color: #fff;
				text-align: center;
				padding: 15px;
			}
			@media screen and (max-width: 800px){
			span.fr_name {
					color: #2f2f2f;
					font-size: 18px;
			}
			.pro-bt {
				text-align: center;
				margin: 0px 0px 0px 0px;
				margin-top: 0%;
			}
			}
			@media screen and (min-width: 801px){
			span.fr_name {
					color: #2f2f2f;
					font-size: 24px;
			}
			.pro-bt {
				text-align: center;
				margin: 0px 0px 0px 0px;
				margin-top: 30%;
			}
			}
			.pro-title{
				margin-bottom: 15px;
			}
		/*end by mz*/

.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:45px;top:0px;z-index:1000;position:relative;margin: 0px 0px 0px 0%;background-image: url(../images/menu-bg.jpg?v=1.8.2);background-repeat: repeat-x; background-position: center center;border-bottom: 5px solid #000;}
.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 -3px 0px 0px;position:relative;border-right: 1px solid #95772f;}
.tt_head_menu ul li:last-child {border-right: 0;}
.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 .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: thaisanslite_r1;font-size: 20px;line-height: 18px;padding:10px 16px 13px 16px;font-weight: bold;}
#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,
.tt_head_menu ul li:hover{}
.tt_head_menu ul li:hover a{color:#fff;background-color:#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 -2px 0px -2px;}
.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.m-mc {display: none;}
.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.*/
}
.thaitheme_read{width:100%;padding:0px 0px 10px 0px;color:#fcfcfc;font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;overflow:hidden;}
.thaitheme_read a{color:#fcfcfc;}
.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.5em 0;line-height:1.3em;}
.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.8em 0;font-family: thaisanslite_r1;font-size: 28px;line-height: 28px;font-weight: bold;}
.thaitheme_read h2{display:block;font-size:1.5em;font-weight:700;margin:.83em 0;}
.thaitheme_read h3{display:block;margin:0.2em 0 0.8em 0;font-family: thaisanslite_r1;font-family: thaisanslite_r1;font-size: 24px;line-height: 24px;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;}
.gallery .gallery-item {border: 2px solid #0a0a0a;background-color:#0a0a0a;margin: 0px 0px 0px 0%;padding-bottom: 3px;}
.gallery .gallery-item:hover {-webkit-filter: grayscale(100%);filter: grayscale(100%);}
#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:8px 0% 10px 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 .tt-l.tt_full .tt-l.tt_txt_seo {padding: 0px 10px 0px 10px;}
.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:60px;right:10px;cursor:pointer;display:none;color:#000;font-size:2em;background-color:#FFF;}
#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 10px 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;}
#topbar{position:fixed;top: 20px;width:195px;z-index:10;right:10px;top:10px;padding:10px 0px 0px 0px;}
.tt_img_line {float:left;width:96%;padding: 5px 2% 5px 2%;}
.tt_tx_line.top {margin: 10px 0px 0px 0px;}
.tt_tx_line {float:left;width:100%;font-size:13px;color:#FFF;text-align: left;margin: 5px 0px 0px 0px;text-align: center;}


.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;}
.tt_btn_close2 .fa,
.tt_btn_open2 .fa {font-size:18px;line-height:22px;}
#topbar2.tt_open2 .tt_img_fixed2,
.tt_open2  .tt_btn_close2,
.tt_btn_open2 {display: none;}
.tt_open2 .tt_btn_open2 {display: block;}
#topbar2{position:fixed;top: 20px;width:180px;z-index:99999999;left:10px;top:195px;padding:10px 0px 0px 0px;}




.wrapper {width: 100%;max-width: 1000px;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: 36%;min-height: 100px;margin: 2px 0px 3px 0px;}
.logo_pc img {width: 100%;}
.header  {
min-height: 122px;
 position: relative;
background-image: url(../images/header-vegus222.jpg?v=1.9);
background-repeat: no-repeat;
}
.header_bg{float:left;width: 100%;background-image: url(../images/head-bg-vegus222.png?v=1.8.2);background-repeat: repeat-x; background-color:#000;}
.tt-social{float:left;width: 100%;min-height:25px;overflow:hidden;top: 0px;z-index: 100;position:absolute;top: 0px;}
.tt_top_nav ul li{float:left;margin:0px 3px 3px 3px;}
.tt_top_nav ul li a{color:#000;font-family: thaisanslite_r1;font-size: 16px;line-height: 13px;padding: 0px 6px 2px 6px;border-radius: 3px;}
.tt_top_nav ul li a:hover{color:#000;}
.banner_h {width: 59%;margin: 60px 1.4% 4px 0px;}
#topbar{position:fixed;width:150px;z-index:10;right:10px;top:165px;padding:10px 0px 0px 0px;}
.tt_img_line{float:left;width:96%;padding:5px 2% 5px 2%;}
.tt_tx_line.top{margin:10px 0px 0px 0px;}
.tt_tx_line{float:left;width:100%;font-size:13px;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;}
.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;}
.tt_img_fixed {float:left;}
.tt_img_fixed.bt {margin:10px 0px 0px 0px;}
.tt_from_login {width:32%;margin: 19px 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 #3e3e3e;border-bottom:10px solid #3e3e3e;z-index:-1;right:-2px;}
.arr_left:after{content:"";display:block;height:0;position:absolute;width:0;top:-16px;bottom:0px;border-right:7px solid #3e3e3e;border-top:6px solid transparent;border-left:14px solid transparent;border-bottom:10px solid #3e3e3e;z-index:-1;left:-2px;}
.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 21px 10px 21px;border: 2px solid #8093b4;
background: #b3c1e6;
background: -moz-linear-gradient(top,  #b3c1e6 0%, #838eac 49%, #444b5d 100%);
background: -webkit-linear-gradient(top,  #b3c1e6 0%,#838eac 49%,#444b5d 100%);
background: linear-gradient(to bottom,  #b3c1e6 0%,#838eac 49%,#444b5d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3c1e6', endColorstr='#444b5d',GradientType=0 );






}
.tt_col_c {width: 24.2%;margin: 0% 1% 10px 0%;}
.tt_col_c.last {margin-right: 0;}
.bg {margin-left: 0px;background-color: #0a0a0a;max-width:1000px;}
.bg2 {margin-left: 0px;background-color: #2b2c26;
background-image: url(../images/bg-footer.png?v=1.0);
background-repeat: repeat-x;
}
.tx_sl_bg {
background: #181c1a;
background: -moz-radial-gradient(center, ellipse cover,  #181c1a 19%, #000000 100%);
background: -webkit-radial-gradient(center, ellipse cover,  #181c1a 19%,#000000 100%);
background: radial-gradient(ellipse at center,  #181c1a 19%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181c1a', endColorstr='#000000',GradientType=1 );



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

}


.head_from_pc .tt_from_p,
.head_from_pc .tt_from_u {width:37.8%;float: left;height: 28px;background-color: #131313;margin: 0px 10px 0px 0px;border: 2px solid #8d7c4e;font-size: 12px;padding: 0px 0px 0px 10px;color: #eee;}
.head_from_pc  span,
.head_from_pc  span {float:left;width:33%;margin-top:0px;font-family: thaisanslite_r1;font-size: 18px;white-space :nowrap;color: #000;}


.head_from_pc strong {float:left;width: 100%;margin:5px 0px 5px 0px;text-align: center;font-family: thaisanslite_r1;font-size: 20px;color: #000;}

.head_from_pc .tt_from_lgh {width:100%;padding: 0px 0px 0px 0px;color: #E2E2E2;}


.head_from_pc .tt_submit {float:right;border: 0;margin:0px 0px 0px 0px;color: #000;width:20%;height: 28px;padding: 3px 0px 5px 0px;text-align: center;cursor: pointer;line-height: 18px;border-radius: 2px;font-family: thaisanslite_r1;font-size: 18px;font-weight: bold;
background-image: url(../images/menu-vegus222.jpg?v=1.8.2);background-repeat: repeat-x; background-position: center center;
border: 1px solid #be9b4d;
}

@-webkit-keyframes walk-cycle {
 0% {
 background: #ffebb6;
background: -moz-linear-gradient(top,  #ffebb6 0%, #ab9d7a 35%, #71674e 100%);
background: -webkit-linear-gradient(top,  #ffebb6 0%,#ab9d7a 35%,#71674e 100%);
background: linear-gradient(to bottom,  #ffebb6 0%,#ab9d7a 35%,#71674e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffebb6', endColorstr='#71674e',GradientType=0 );
 }
  100% {
background: #e3d8b8;
background: -moz-linear-gradient(top,  #e3d8b8 15%, #c1b491 39%, #716245 100%);
background: -webkit-linear-gradient(top,  #e3d8b8 15%,#c1b491 39%,#716245 100%);
background: linear-gradient(to bottom,  #e3d8b8 15%,#c1b491 39%,#716245 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3d8b8', endColorstr='#716245',GradientType=0 );
border: 2px solid #FBEECB;





  }
}

@keyframes walk-cycle {
0% {
 background: #ffebb6;
background: -moz-linear-gradient(top,  #ffebb6 0%, #ab9d7a 35%, #71674e 100%);
background: -webkit-linear-gradient(top,  #ffebb6 0%,#ab9d7a 35%,#71674e 100%);
background: linear-gradient(to bottom,  #ffebb6 0%,#ab9d7a 35%,#71674e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffebb6', endColorstr='#71674e',GradientType=0 );
 }
  100% {
background: #e3d8b8;
background: -moz-linear-gradient(top,  #e3d8b8 15%, #c1b491 39%, #716245 100%);
background: -webkit-linear-gradient(top,  #e3d8b8 15%,#c1b491 39%,#716245 100%);
background: linear-gradient(to bottom,  #e3d8b8 15%,#c1b491 39%,#716245 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3d8b8', endColorstr='#716245',GradientType=0 );
border: 2px solid #FBEECB;





  }
}
@-webkit-keyframes walk-cyclet {
0% {
 background: #ffebb6;
background: -moz-linear-gradient(top,  #ffebb6 0%, #ab9d7a 35%, #71674e 100%);
background: -webkit-linear-gradient(top,  #ffebb6 0%,#ab9d7a 35%,#71674e 100%);
background: linear-gradient(to bottom,  #ffebb6 0%,#ab9d7a 35%,#71674e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffebb6', endColorstr='#71674e',GradientType=0 );
 }
  100% {
background: #e3d8b8;
background: -moz-linear-gradient(top,  #e3d8b8 15%, #c1b491 39%, #716245 100%);
background: -webkit-linear-gradient(top,  #e3d8b8 15%,#c1b491 39%,#716245 100%);
background: linear-gradient(to bottom,  #e3d8b8 15%,#c1b491 39%,#716245 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3d8b8', endColorstr='#716245',GradientType=0 );
border: 2px solid #FBEECB;





  }
}

@keyframes walk-cyclet {
 0% {
 background: #ffebb6;
background: -moz-linear-gradient(top,  #ffebb6 0%, #ab9d7a 35%, #71674e 100%);
background: -webkit-linear-gradient(top,  #ffebb6 0%,#ab9d7a 35%,#71674e 100%);
background: linear-gradient(to bottom,  #ffebb6 0%,#ab9d7a 35%,#71674e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffebb6', endColorstr='#71674e',GradientType=0 );
 }
  100% {
background: #e3d8b8;
background: -moz-linear-gradient(top,  #e3d8b8 15%, #c1b491 39%, #716245 100%);
background: -webkit-linear-gradient(top,  #e3d8b8 15%,#c1b491 39%,#716245 100%);
background: linear-gradient(to bottom,  #e3d8b8 15%,#c1b491 39%,#716245 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3d8b8', endColorstr='#716245',GradientType=0 );
border: 2px solid #FBEECB;




  }
  /* Must be full height of sprite or skipping will happen.*/
}




.bx_clip iframe{width: 100%!important;}
.tt_slide {width: 100%;margin: 0px 0px 0px 0px;overflow: hidden;padding: 0px 0px 0px 0%;}
.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: 65.9%;min-height: 100px;}
.tt_rc {width: 32.7%;min-height: 100px;}

.tt_lcx {width: 60%;min-height: 100px;margin: 10px 0px 0px 0px;}
.tt_rcx {width: 38%;min-height: 100px;margin: 10px 0px 0px 0px;}

.tt_rc .banner_hover {margin: 0px 0px 10px 0px;}
.tt_live {width: 50%;margin: 10px 0% 0px 0%;

}
.tt_content {padding: 10px 10px 0px 10px;min-height: 100px;}
.left_ct {min-height: 300px;width:67.8%;}
.right_ct {min-height: 100px;width:30.2%;}
.tt_l.tt_rc .banner_hover.fadeInLeft img {width: 100%;}
.c_tx {padding: 10px 15px 0px 15px;}
.tt_txt_seo{width:100%;color:#ddd;padding: 0px 0px 20px 0px;border-radius: 7px;font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;overflow:hidden;margin-bottom:10px;margin-top: 0px;background-color: #0a0a0a;border: 1px solid #7c653a;-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);}
.tt_txt_seo a{color:#333;}
.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;line-height:1.4em;}
.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:2em;font-weight:700;margin:.67em 0;}
.tt_txt_seo h2{display:block;font-size:1.5em;font-weight:700;margin:.78em 0;line-height:1.55em;}
.tt_txt_seo h3{display:block;font-size:1.7em;font-weight:700;margin:0.3em 0;}
.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_seo2{width:100%;color:#000;padding: 0px 0px 0px 150px;border-radius: 0px;font-family: thaisanslite_r1;font-size: 20px;line-height: 22px;overflow:hidden;margin-bottom:10px;margin-top: 0px;}
.tt_txt_seo2 a{color:#333;}
.tt_txt_seo2 a:hover{text-decoration:underline;}
.tt_txt_seo2 img{max-width:100%;height:auto;padding:0;}
.tt_txt_seo2 strong, [class*="ddtemplate_read"] th{font-weight:700;}
.tt_txt_seo2 em, .tt_txt_seo2 address, .tt_txt_seo2 caption, .tt_txt_seo2 cite{font-style:italic;}
.tt_txt_seo2 table{display:table;border-spacing:2px;border-collapse:separate;}
.tt_txt_seo2 tr{display:table-row;vertical-align:inherit;}
.tt_txt_seo2 td{display:table-cell;border-spacing:2px;padding:2px;vertical-align:inherit;text-align:inherit;padding:1px;border-collapse:none;}
.tt_txt_seo2 th{display:table-cell;vertical-align:inherit;font-weight:700;padding:1px;border-collapse:none;}
.tt_txt_seo2{line-height:1.5em;}
.tt_txt_seo2 p{display:block;margin:0.3em 0;line-height:1.4em;}
.tt_txt_seo2 blockquote{width:75%;margin:0% 0% 0% 20%;padding:0.25em 5%;line-height:1.45;position:relative;color:#383838;background:#ececec;}
.tt_txt_seo2 blockquote:before{display:block;content:"\201C";font-size:80px;position:absolute;left:-10px;top:-10px;color:#7a7a7a;}
.tt_txt_seo2 blockquote cite{color:#999999;font-size:14px;display:block;margin-top:5px;}
.tt_txt_seo2 blockquote cite:before{content:"\2014 \2009";}
.tt_txt_seo2 address{display:block;font-style:italic;}
.tt_txt_seo2 center{display:block;text-align:center;}
.tt_txt_seo2 h1{display:block;font-size:2em;font-weight:700;margin:.67em 0;}
.tt_txt_seo2 h2{display:block;font-size:1.5em;font-weight:700;margin:.78em 0;line-height:1.55em;}
.tt_txt_seo2 h3{display:block;font-size:1.7em;font-weight:700;margin:0.3em 0 0.4em 0;}
.tt_txt_seo2 h4{display:block;font-weight:700;margin:1.33em 0;}
.tt_txt_seo2 h5{display:block;font-size:0.83em;font-weight:700;margin:1.67em 0;}
.tt_txt_seo2 h6{display:block;font-size:0.67em;font-weight:700;margin:2.33em 0;}
.tt_txt_seo2 ul{display:block;list-style-type:disc;margin:1em 0;padding-left:20px;}
.tt_txt_seo2 ol{display:block;list-style-type:decimal;margin:1em 0;padding-left:40px;}
.tt_txt_seo2 li{display:list-item;}
.tt_txt_seo2 ul li{list-style-type:disc;}
.tt_txt_seo2 ol li{list-style-type:decimal;}
.tt_txt_seo2 pre, .tt_txt_seo2 code{display:block;font-family:Courier New;white-space:pre;margin:1em 0;}
.tt_txt_seo2 #gallery-1 img{border:1px solid #ddd!important;padding:2%!important;}


.tt_txt_seo03{width:100%;color:#fff;padding: 20px 20px 20px 30px;border-radius: 0px;font-family: thaisanslite_r1;font-size: 20px;line-height: 22px;overflow:hidden;margin-bottom:0px;margin-top: 0px;background-image: url(../images/bg-2.jpg?v=1.2);background-position: center center;background-size: cover;}
.tt_txt_seo03 i {padding-right: 10px;}
.tt_txt_seo03 a{color:#eee;}
.tt_txt_seo03 a:hover{text-decoration:underline;}
.tt_txt_seo03 img{max-width:100%;height:auto;padding:0;}
.tt_txt_seo03 strong, [class*="ddtemplate_read"] th{font-weight:700;}
.tt_txt_seo03 em, .tt_txt_seo03 address, .tt_txt_seo03 caption, .tt_txt_seo03 cite{font-style:italic;}
.tt_txt_seo03 table{display:table;border-spacing:2px;border-collapse:separate;}
.tt_txt_seo03 tr{display:table-row;vertical-align:inherit;}
.tt_txt_seo03 td{display:table-cell;border-spacing:2px;padding:2px;vertical-align:inherit;text-align:inherit;padding:1px;border-collapse:none;}
.tt_txt_seo03 th{display:table-cell;vertical-align:inherit;font-weight:700;padding:1px;border-collapse:none;}
.tt_txt_seo03{line-height:1.5em;}
.tt_txt_seo03 p{display:block;margin:0.3em 0;line-height:1.4em;}
.tt_txt_seo03 blockquote{width:75%;margin:0% 0% 0% 20%;padding:0.25em 5%;line-height:1.45;position:relative;color:#383838;background:#ececec;}
.tt_txt_seo03 blockquote:before{display:block;content:"\201C";font-size:80px;position:absolute;left:-10px;top:-10px;color:#7a7a7a;}
.tt_txt_seo03 blockquote cite{color:#999999;font-size:14px;display:block;margin-top:5px;}
.tt_txt_seo03 blockquote cite:before{content:"\2014 \2009";}
.tt_txt_seo03 address{display:block;font-style:italic;}
.tt_txt_seo03 center{display:block;text-align:center;}
.tt_txt_seo03 h1{display:block;font-size:2em;font-weight:700;margin:.67em 0;}
.tt_txt_seo03 h2{display:block;font-size:1.5em;font-weight:700;margin:.78em 0;line-height:1.55em;}
.tt_txt_seo03 h3{display:block;font-size:1.7em;font-weight:700;margin:0.3em 0 0.4em 0;}
.tt_txt_seo03 h4{display:block;font-weight:700;margin:1.33em 0;}
.tt_txt_seo03 h5{display:block;font-size:0.83em;font-weight:700;margin:1.67em 0;}
.tt_txt_seo03 h6{display:block;font-size:0.67em;font-weight:700;margin:2.33em 0;}
.tt_txt_seo03 ul{display:block;list-style-type:disc;margin:1em 0;padding-left:20px;}
.tt_txt_seo03 ol{display:block;list-style-type:decimal;margin:1em 0;padding-left:40px;}
.tt_txt_seo03 li{display:list-item;}
.tt_txt_seo03 ul li{list-style-type:disc;}
.tt_txt_seo03 ol li{list-style-type:decimal;}
.tt_txt_seo03 pre, .tt_txt_seo03 code{display:block;font-family:Courier New;white-space:pre;margin:1em 0;}
.tt_txt_seo03 #gallery-1 img{border:1px solid #ddd!important;padding:2%!important;}
.ifr_vdo iframe{width:100%!important;}

















.bar_f {height: 10px;margin: 0px 0px 10px 0px;
background: #7c6d4e;
background: -moz-linear-gradient(top,  #7c6d4e 0%, #958865 35%, #c3b67f 100%);
background: -webkit-linear-gradient(top,  #7c6d4e 0%,#958865 35%,#c3b67f 100%);
background: linear-gradient(to bottom,  #7c6d4e 0%,#958865 35%,#c3b67f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c6d4e', endColorstr='#c3b67f',GradientType=0 );

}
.bar {min-height: 33px;margin: 10px 0px 0px 0px;text-align: center;padding: 3px 0px 3px 0px;
background: #181c1a;
background: -moz-radial-gradient(center, ellipse cover,  #181c1a 19%, #000000 100%);
background: -webkit-radial-gradient(center, ellipse cover,  #181c1a 19%,#000000 100%);
background: radial-gradient(ellipse at center,  #181c1a 19%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181c1a', endColorstr='#000000',GradientType=1 );


}
.footer_social {height: 24px;text-align: center;margin: 15px 0px 0px 0px;}
.footer {min-height: 100px;padding: 0px 0px 50px 0px;}
.menu_footer  {}
.menu_footer ul{float:left;width:100%;margin:20px 0% 0% 0%;text-align: center;}
.menu_footer ul li{display: inline-block;margin:0px -4px 0px 0px;position:relative;}
.menu_footer ul li a{display: inline-block;color:#000;line-height: 18px;font-family:thaisanslite_r1;font-size:18px;padding:5px 14px 5px 14px;font-weight: bold;}
.menu_footer ul li:last-child:after{width:0px;}
.copyright_footer {text-align: center;font-family: thaisanslite_r1;font-size: 18px;line-height: 16px;color: #fff;padding: 5px 0px 3px 0px;}
.copyright_footer a {color: #fff;}
.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: 22%;margin: 3% 2% 15px 1.5%;}
.menu_list.last {margin: 3% 0% 15px 1.5%;}
.menu_list ul li a {float:left;width:100%;color: #000;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: #fff;}
.menu_list ul li a:hover  {color: #fff;padding: 0px 0px 0px 7px;}
.menu_list span{float:left;width:100%;color: #000;font-family: thaisanslite_r1;font-size: 28px;line-height: 28px;margin: 0px 0px 20px 0px;font-weight: bold;white-space :nowrap;}
.menu_list.first,
.menu_list.center{width: 19%;margin: 3% 1% 15px 1.5%;}


.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: -100%;top: 0px;opacity:0;}
.banner_hover:hover  .tt_img_hover{left: 0px;opacity:1;-webkit-filter: grayscale(100%);filter: grayscale(100%);}
.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:#333;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;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:3px;}
.tt_from_box select.wpcf7-form-control{color:#555;}
.tt_from_submit input.wpcf7-submit{
	background-color:#960103;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:0;
	color:#fff;
	border:2px solid #ccc;
display:inline-block;cursor:pointer;margin:0px 3.5% 10px 0px;font-family: thaisanslite_r1;font-size: 20px;line-height: 20px;font-weight:bold;padding:5px 35px 7px 35px;float:left;
}
.thaitheme_read .tt_from_submit input.wpcf7-submit{float: right;}
.tt_from_submit input.wpcf7-submit:hover{
	background-color:#660404;
}
.thaitheme_widget .tt_from_submit input.wpcf7-submit{
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	color:#17213A;
		text-shadow:0px 1px 0px #ffffff;
display:inline-block;cursor:pointer;width:100%;margin:0px 3.5% 10px 0px;line-height: 16px;font-family:thaisanslite_r1;font-size:18px;padding:5px 35px;float:left;
}
.thaitheme_widget .tt_from_submit input.wpcf7-submit:hover{
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}


.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:14px;}
.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;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:#fff;margin:0px 0px 20px 0px;padding:10px 0px 10px 20px;background-color:#AD0310;}
.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:#eee;}
.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: #eee;
    background:    -moz-linear-gradient(220deg, transparent 10px, #eee 10px);
    background:    -webkit-linear-gradient(220deg, transparent 10px, #eee 10px);
    background:     -ms-linear-gradient(220deg, transparent 10px, #eee 10px);
    background:      -o-linear-gradient(220deg, transparent 10px, #eee 10px);
    background:         linear-gradient(220deg, transparent 10px, #eee 10px);
    color: #000;

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

}
.tt_tab1.active,
.tt_tab2.active,
.tt_tab3.active{color:#fff;
background: #960103;
    background:    -moz-linear-gradient(220deg, transparent 10px, #960103 10px);
    background:    -webkit-linear-gradient(220deg, transparent 10px, #960103 10px);
    background:     -ms-linear-gradient(220deg, transparent 10px, #960103 10px);
    background:      -o-linear-gradient(220deg, transparent 10px, #960103 10px);
    background:         linear-gradient(220deg, transparent 10px, #960103 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,
.thaitheme_widget .tt_from_title,
.thaitheme_widget .title_from{display:none;}
.thaitheme_widget .wpcf7-form{padding:5px 7px 0px 7px; margin-bottom: 0px;
background-color: #000;border: 1px solid #777;
}
.thaitheme_widget .tt_from_box{float:left;width:100%;}
.thaitheme_widget .tt_from_list{float:left;width:100%;margin:0px 0% 4px 0px;}
.thaitheme_widget .tt_from_submit{height:40px;}

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


.bd_clip {border: 1px solid #747879;overflow: hidden;}
.tt_h_re {background-color: #FFF;padding:5px 30px 5px 30px;margin-bottom: 5px;color: #333;font-size: 20px;border-left: 5px solid #ff9900;}
.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 #222;padding: 15px 0px 20px 0px;color: #ccc;font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;}
.tt_full .tags a {background-color: #E3D1A1;color: #000;padding: 3px 10px 3px 10px;margin-bottom: 5px;margin-left: 5px;font-family: thaisanslite_r1;font-size: 16px;line-height: 16px;border-radius: 3px;}
.tt_full .tags a:hover {background-color: #333;color: #fff;}
.title_page h1 ,
.title_page h2 {color: #000;line-height: 28px;font-family:thaisanslite_r1;font-size:28px;font-weight: bold;}
.title_page a {color: #000;}
.title_page {margin-bottom: 0px;margin-top: 0px;padding:8px 15px 8px 15px;

background: #caae62;
background: -moz-linear-gradient(left, #caae62 0%, #eae0a5 21%, #f9f7c6 49%, #ecd68d 80%, #c19b50 100%);
background: -webkit-linear-gradient(left, #caae62 0%,#eae0a5 21%,#f9f7c6 49%,#ecd68d 80%,#c19b50 100%);
background: linear-gradient(to right, #caae62 0%,#eae0a5 21%,#f9f7c6 49%,#ecd68d 80%,#c19b50 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#caae62', endColorstr='#c19b50',GradientType=1 );

}
.home .title_page {margin-top: 0px;margin-bottom: 0px;}
.tt_list.sbo {float:left;width:100%;margin-top: 5px;margin-bottom: 15px;}
.tt_list.sbo .tt_img  {float:left;width:25%;}
.tt_list.sbo .tt_img img {float:left;width:100%;max-width:100%;height: auto;border: 2px solid #ccc;}
.tt_list.sbo:hover .tt_dsc h3 {text-decoration: underline;}
.tt_list.sbo:hover .tt_dsc{color:#FFF;}
.tt_list.sbo .tt_dsc {float: right;width:72%;font-size:14px;color:#ccc;line-height: 20px;}
.tt_list.sbo .tt_dsc h3 {float:left;width:100%;font-size:16px;color:#f0d27c;}
.tt_list.sbo .tt_dsc p {float:left;width:100%;overflow: hidden;max-height: 80px;font-size:13px;line-height: 20px;}
.page-numbers{text-align:center;border-top: 1px solid #222;padding:0px 0px 0px 0px;margin:30px 0px 30px 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:#DE091C;}
.page-numbers.current{padding:10px 20px;display:inline-block;text-decoration:none;border:1px solid #000;font-size:16px;color:#FFF;background-color:#DE091C;}
.tt_pagination ul &gt;*:first-child span ,
.prev.page-numbers{border-radius:5px 0px 0px 5px;padding:6px 15px 5px 15px;line-height:20px;}
.tt_pagination ul &gt;*: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:100%;margin-right:10px;}
.tt_from_lg .tt_from_u ,
.tt_from_lg .tt_from_p {color:#555;width:38%;margin:0px 5px 0px 0px;padding: 0px 0px 0px 5px;border: 1px solid #999;height: 20px;font-size: 12px;background-color: #FFF;}
.tt_from_lg .tt_captcha {color:#555;width:45px;margin:0px 0px 0px 0px;padding: 0px 0px 0px 5px;border: 0;height: 20px;font-size: 11px;background-color: #FFF;}
.captcha_img {width:45px;height: 20px;margin:0px 0px 0px 5px;font-size: 12px;background-color: #0B2D6C;color: #FFF;text-align: center;line-height: 20px;overflow: hidden;}
.captcha_img img {margin-top: 5px;margin-left: -7px;}
.tt_submit {border: 0;width:60px;height: 20px;text-align: center;font-size: 12px;color: #fff;cursor: pointer;line-height: 21px;border-radius: 2px;

}
.tt_submit:hover {opacity:0.8;}
.top_bank {padding-top: 15px;}
.tt-social-head{float:right;width:275px;margin-top: 2px;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:14px;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:14px;line-height:14px;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{margin:5px 0px 0px 0px;font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;}
.post-sm2x{width:49.2%;margin:10px 1.5% 0px 0%;position:relative;overflow:hidden;background-color:#111;border: 1px solid #000;}
.post-sm2x h3{height:50px;font-family: thaisanslite_r1;font-size: 18px;line-height: 20px;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: 10px 2% 0px 0%;background-color:#111;border: 1px solid #000;}
.post-sm3xx  h3 {font-family: thaisanslite_r1;font-size: 18px;line-height: 20px;color:#ddd;padding:8px 10px 15px 10px;overflow: hidden;max-height: 50px;margin-bottom: 5px;}
.post-sm3xx.tt3x,
.post-sm3xx.tt5x {margin: 10px 0% 0px 0%;}
.post-sm3xx:hover {background-color:#000;}
.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:#111;border: 1px solid #000;}
.tt_list.sbo .tt_img{float:left;width:30%;}
.tt_list.sbo .tt_img img{float:left;width:100%;max-width:100%;height:auto;}
.tt_list.sbo:hover .tt_dsc h3{text-decoration:underline;}
.tt_list.sbo:hover .tt_dsc{}
.tt_list.sbo .tt_dsc{float:right;width:68%;font-size:14px;line-height:20px;}
.tt_list.sbo .tt_dsc h3{float:left;width:100%;color:#c8b980;margin-top:10px;font-family: thaisanslite_r1;font-size: 20px;line-height: 22px;}
.tt_list.sbo .tt_dsc p{float:left;width:100%;overflow:hidden;color:#ddd;max-height:61px;font-family: thaisanslite_r1;font-size: 18px;line-height: 20px;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-size: 14px;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:15px;}
.thaitheme_widget .fb_pc,
.thaitheme_widget .tt-l.tt_txt_seo {margin-bottom: 10px;border: 1px solid #655C55;}
.tt_home_bx {width:49%;overflow: hidden;

}
.bx_clip {background-color:#000;border: 1px solid #696A6C;overflow: hidden;}
.tt-social .tt-date {margin: 5px 0px 0px 5px;font-size:11px;color:#000;}
.tt_clip {border: 2px solid #7C7C7C;background-color:#000;overflow: hidden;}

.tt_home_bx-r {width:49%;overflow: hidden;}
.ct_bank {position: relative;}
.tt_bank_btn {width:18%;min-height: 90px;margin: 0% 1% 0% 0%;display: inline-block;}
.link_bank {width: 100%;position:absolute;right: 0;bottom: 20px;z-index: 1100;text-align: left ;}
/*.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 );


}

.mcx {display: none;}
.bg_txsl {background-color:#fff;padding: 5px 10px 5px 10px;margin: 0px 0px 10px 0px;font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;}
.tt_list_game {float: left;width: 32%;margin: 0px 0% 15px 2%;background-color: #151515;}
.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.sport3 {margin: 0px 0% 15px 0%;}
.tt_list_game.hhl.sport1 {margin: 0px 0% 15px 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 #AC8021;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;}

.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;border: 2px solid #BEA44D;}
@-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: #BEA44D; 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-fxpc {position:fixed;top:0;z-index: 1500;width:100%;float: left;}
.fixpc {margin-top: 170px;}
.bnj {float: left;width: 100%;text-align: center;padding: 0px 0px 0px 0px;}
.bnj img {max-width: 130px;}
.head_mc {display: none;}
.head_mc .h-linem {float: left;width: 50%;background-color: #01b901;text-align: center;}
.head_mc .h-phonem {float: left;width: 100%;}
.h-linem.last {border-left: 1px solid #fff;background-color: #32c8c7;}
.tt_head_menu.mc-m {display: none;}


.tt_num_head {float:left;width: 100%;text-align: center;background-color:#e1bd55;color:#000;font-weight: bold;padding: 5px 0px 5px 0px;border-bottom: 2px solid #000;}
.tt_td {float:left;width: 100%;border-top: 1px solid #fff;}
.thaitheme_table {float:left;width: 100%;text-align: center;margin: 5px 0px 10px 0px;}
.thaitheme_table .tt_num_1x {float:left;width: 50%;padding: 5px 0px 5px 0px;background-color:#edcb67;color:#000;font-weight: bold;}
.thaitheme_table .tt_num_2x {float:left;width: 50%;padding: 5px 0px 5px 0px;border-left: 1px solid #425468;background-color:#edcb67;color:#000;font-weight: bold;}
.thaitheme_table .tt_num1x {float:left;width: 50%;padding: 0px 0px 7px 0px;background-color:#fff;height: 30px;font-weight: bold;color:#000;border-bottom: 1px solid #425468;}
.thaitheme_table .tt_num2x {float:left;width: 50%;padding: 0px 0px 7px 0px;background-color:#fff;border-left: 1px solid #425468;height: 30px;color:#000;border-bottom: 1px solid #425468;}

.thaitheme_table .tt_num_1x3 {float:left;width: 33.333%;padding: 5px 0px 5px 0px;background-color:#edcb67;color:#000;font-weight: bold;}
.thaitheme_table .tt_num_2x3 {float:left;width: 33.333%;padding: 5px 0px 5px 0px;border-left: 1px solid #425468;background-color:#edcb67;color:#000;font-weight: bold;}
.thaitheme_table .tt_num_3x3 {float:left;width: 33.333%;padding: 5px 0px 5px 0px;border-left: 1px solid #425468;background-color:#edcb67;color:#000;font-weight: bold;}
.thaitheme_table .tt_num1x3 {float:left;width: 33.333%;padding: 0px 0px 7px 0px;background-color:#fff;height: 30px;font-weight: bold;color:#000;border-bottom: 1px solid #425468;}
.thaitheme_table .tt_num2x3 {float:left;width: 33.333%;padding: 0px 0px 7px 0px;background-color:#fff;border-left: 1px solid #425468;height: 30px;color:#000;border-bottom: 1px solid #425468;}
.thaitheme_table .tt_num3x3 {float:left;width: 33.333%;padding: 0px 0px 7px 0px;background-color:#fff;border-left: 1px solid #425468;height: 30px;color:#000;border-bottom: 1px solid #425468;}
.thaitheme_table .tt_numtx2,
.thaitheme_table .tt_numtx {float:left;width: 100%;text-align: center;background-color:#fff;color:#ef1212;}
.thaitheme_table .tt_numtx2{padding: 0px 0px 3px 0px;}


.tt_xsl {
float: left;width: 100%; font-family:thaisanslite_r1;font-size:18px;line-height:24px;color: #fff;height: 25px; margin: 0px 0px 0px 0px;
padding: 0px 10px 0px 10px;

}
.arbg {height:15px;margin: 5px 0px 0px 0px;
background: #eeeeee;
background: -moz-linear-gradient(top,  #eeeeee 0%, #eeeeee 100%);
background: -webkit-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%);
background: linear-gradient(to bottom,  #eeeeee 0%,#eeeeee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 );
border-top: 1px solid #747879;
}
.line_bbt {background-color:#57c42e;color:#fff!important;padding: 2px 10px 4px 10px;line-height:16px;display: inline-block;border-radius: 3px;}
.line_bbt span {color:#fff!important;}

.tt-line-phone span {color:#fff;padding: 5px 10px 0px 0px;font-family: thaisanslite_r1;font-size: 24px;line-height: 18px;}
.tt-line-phone {float: left;width: 100%;margin: 20px 0px 0px 0px;}
.tx-phone {color:#FEED47;font-weight: bold;}
.tx-li {color:#57C42E;font-weight: bold;}
.tt-line-phone img {width: 34px;}
.bg_ssl {background-color: #cbc0a2;background-image: url(../images/bg-slide.jpg?v=1.5);background-repeat: no-repeat;background-position: center center;background-size: cover;position: relative;}
.bg01 {background-image: url(../images/bg1.jpg?v=1.5);background-repeat: no-repeat;background-position: center center;background-size: cover;padding: 25px 0px 25px 0px;}
.h_tx {float: left;width: 100%;font-family: thaisanslite_r1;font-weight: bold;color:#000;font-size: 30px;line-height: 30px;padding: 10px 15px 10px 15px;
background: #caae62;
background: -moz-linear-gradient(left, #caae62 0%, #eae0a5 21%, #f9f7c6 49%, #ecd68d 80%, #c19b50 100%);
background: -webkit-linear-gradient(left, #caae62 0%,#eae0a5 21%,#f9f7c6 49%,#ecd68d 80%,#c19b50 100%);
background: linear-gradient(to right, #caae62 0%,#eae0a5 21%,#f9f7c6 49%,#ecd68d 80%,#c19b50 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#caae62', endColorstr='#c19b50',GradientType=1 );

}
.u_test {
	float: left;
	border-radius: 7px;
	padding: 10px 20px 10px 20px;
	border: 1px solid #7c653a;
	text-align: left;
	background: #ba943e;
background: -moz-linear-gradient(left,  #ba943e 0%, #dbc684 21%, #f1e1a2 49%, #e7ca7a 80%, #b28b42 100%);
background: -webkit-linear-gradient(left,  #ba943e 0%,#dbc684 21%,#f1e1a2 49%,#e7ca7a 80%,#b28b42 100%);
background: linear-gradient(to right,  #ba943e 0%,#dbc684 21%,#f1e1a2 49%,#e7ca7a 80%,#b28b42 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba943e', endColorstr='#b28b42',GradientType=1 );

}
.u_bx {width: 48%;}
.u_h1 {float: left;font-family: thaisanslite_r1;color:#000;font-size: 30px;font-weight: bold;line-height: 30px;margin: 0px 0px 5px 0px;border-bottom: 1px solid #e8b328;padding: 0px 0px 15px 0px;}
.u_test span {float: left;font-weight: bold;width: 100%;font-family: thaisanslite_r1;color:#000;font-size: 22px;line-height: 22px;margin: 0px 0px 5px 0px;font-weight: bold;}
.bg02 {background-image: url(../images/bg2.jpg?v=1.5);background-size: cover;background-repeat: no-repeat;background-position: center top;padding: 20px 0px 20px 0px;}

.bg03{background-color:#181818;min-height: 300px;}
.ct_bg03 {float: left;width: 90%;border: 1px solid #694d23;margin: 25px 0% 25px  5%;overflow: hidden;border-radius: 7px;background-color:#000;}
.head_bg03 {float: left;width: 100%;text-align: center;font-weight: bold;color:#000;font-family: thaisanslite_r1;font-size: 30px;line-height: 30px;padding: 5px 0px 7px 0px;
background: #caae62;
background: -moz-linear-gradient(left, #caae62 0%, #eae0a5 21%, #f9f7c6 49%, #ecd68d 80%, #c19b50 100%);
background: -webkit-linear-gradient(left, #caae62 0%,#eae0a5 21%,#f9f7c6 49%,#ecd68d 80%,#c19b50 100%);
background: linear-gradient(to right, #caae62 0%,#eae0a5 21%,#f9f7c6 49%,#ecd68d 80%,#c19b50 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#caae62', endColorstr='#c19b50',GradientType=1 );

}

.dsc_sl {position:absolute;right: 0px;top: 8%;width: 45%;min-height: 250px;z-index: 1000;}
.tt_slide {position: relative;}
.step1 span {float: left;font-family: thaisanslite_r1;padding: 0px 10px 0px 0px;font-size: 22px;line-height: 22px;font-weight: bold;color:#000;}
.step1 {width: 100%;padding: 13px 0px 7px 20px;}
.step1 img {width: 20px;padding: 0px 0px 0px 0px;}
.step1 a {font-family: thaisanslite_r1;font-size: 22px;line-height: 22px;font-weight: bold;}

.tt_number {width: 17%;height: 22px;}
.tt_number span {display: inline-block;margin-top: 5px;width: 45px;height: 45px;font-family: thaisanslite_r1;font-size: 38px;line-height: 38px;font-weight: bold;text-align: center;background-color:#fff;color:#000;border-radius: 50%;
-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.43);
-moz-box-shadow:    0px 0px 8px 0px rgba(50, 50, 50, 0.43);
box-shadow:         0px 0px 8px 0px rgba(50, 50, 50, 0.43);
}
.tt_rst {width: 80%;}
.step1 .tx-li {color:#166f2c;font-weight: bold;}
.step1 .tx-phone {color:#c01d12;font-weight: bold;}
.step2 {float: left;width: 100%;padding: 8% 0px 7px 20px;}
.step3 {float: left;width: 100%;padding: 7.5% 0px 7px 20px;}
.tt_rst .r1x {font-family: thaisanslite_r1;font-size: 22px;line-height: 22px;font-weight: bold;color:#000;}
.tt_rst .r1x strong {color:#c01d12;}
.tt_rst .r2x {font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;color:#000;margin-top: 5px;}
.step4 {float: left;width: 100%;z-index: 999999;position:absolute;bottom: 0px;}
.step4 a{float: left;width: 100%;height: 120px;}
.tt_ul {float: left;width: 84px;text-align: left;}
.tt_ur {float: right;width: 64%;text-align: left;}
.tt_uc {float: left;width: 10px;}
.img_mc {display: none;}
@media screen and (max-width:960px){

.step2 {padding: 6% 0px 7px 20px;}
.step1 span,
.tt_rst .r1x,
.step1 a {font-size: 20px;line-height: 20px;white-space :nowrap;}

}

@media screen and (max-width:900px){
.tt_number {width: 14%;height: 22px;}
.step2 {padding: 5% 0px 7px 20px;}
.step3 {padding: 6.5% 0px 7px 20px;}

}
@media screen and (max-width:855px){
.step1 img {width: 15px;}
.step1 span,
.tt_rst .r1x,
.step1 a {font-size: 18px;line-height: 20px;}
.step1 {padding: 10px 0px 7px 20px;}
.step2 {padding: 9% 0px 7px 20px;}
.step3 {padding: 6% 0px 7px 20px;}
.tt_rst .r2x {font-size: 16px;line-height: 16px;margin-top: 0px;}
}
@media screen and (max-width:768px){

.step1 {padding: 10px 0px 7px 20px;}
.step2 {padding: 8% 0px 7px 20px;}
.step3 {padding: 6% 0px 7px 20px;}

}

@media screen and (max-width:728px){
.step1 span{display: none;}
.tt_rst .r1x,
.step1 a {font-size: 16px;line-height: 16px;}
.step1 {padding: 10px 0px 7px 20px;}
.step2 {padding: 8% 0px 7px 20px;}
.step3 {padding: 6% 0px 7px 20px;}

}
@media screen and (max-width:650px){

.step1 {padding: 5px 0px 7px 10px;}
.step2 {padding: 7% 0px 7px 10px;}
.step3 {padding: 6% 0px 7px 10px;}

}
@media screen and (max-width:620px){
.tt_rst .r2x {font-size: 14px;line-height: 14px;margin-top: 0px;}
.step2 ,
.step3 {padding: 5% 0px 7px 10px;}

}
@media screen and (max-width:540px){
.step1 span{display: none;}
.tt_rst .r1x,
.step1 a {font-size: 14px;line-height: 14px;}
.tt_rst .r2x {font-size: 12px;line-height: 12px;margin-top: 0px;white-space :nowrap;}
.step2 ,
.step3 {padding: 5% 0px 7px 10px;}

}
@media screen and (max-width:485px){
.dsc_sl {top: 3%;}
.step1 {padding: 5px 0px 7px 0px;}
.step2 {padding: 7% 0px 7px 0px;}
.step3 {padding: 6% 0px 7px 0px;}
.step1 img,
.tt_clouds-front,
.tt_clouds-front2,
.tt_clouds-front3,
.img_pc {display: none;}
.img_mc {display: block;}
.step4 a {height: 40px;}
.tt_rst .r1x,
.step1 a {font-size: 12px;line-height: 13px;}
}


@media screen and (max-width:415px){
.dsc_sl {top: 1%;}
.step2 {padding: 5% 0px 7px 0px;}
.step3 {padding: 3% 0px 7px 0px;}
}
@media screen and (max-width:385px){

.step2 {padding: 6% 0px 0px 0px;}
.step3 {padding: 5% 0px 0px 0px;}
.step2 .r2x {display: none;}

}

@media screen and (max-width:360px){
.step1 {padding: 2px 0px 7px 0px;}
.step2 {padding: 5% 0px 0px 0px;}
.step3 {padding: 5% 0px 0px 0px;}

}
@media screen and (max-width:340px){

.step3 {padding: 4% 0px 0px 0px;}

}
@media screen and (max-width:320px){
.step3 .tt_rst .r1x {font-size: 11px;line-height: 14px;}
.step2 {padding: 4% 0px 0px 0px;}
.step3 {padding: 2.5% 0px 0px 0px;}
.tt_rst .r2x {font-size: 11px;line-height: 12px;margin-top: 0px;}

}




.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .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;
    /* fix for flashing background */
    -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 */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.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 Carousel - Auto Height Plugin
 */
.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: 30%;
  }
    .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: 62px;
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
	opacity: 0.5;
	}
    .owl-theme .owl-nav [class*='owl-']:hover {
      opacity: 1;
      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: 10px;
      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; }


 .tt_clouds-front {
background-image: url(../images/clouds-front.png?v=1.0);
   position: absolute;
   background-position: -500px -380px;
  left: 0;
  bottom: 0;
  z-index: 99999;
  height: 130px;
  width: 300%;
  -webkit-animation: cloud_two 65s linear infinite;
  -moz-animation: cloud_two 65s linear infinite;
  -o-animation: cloud_two 65s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0)

}

@-webkit-keyframes cloud_two {
  0% {
    left: -100%
  }
  100% {
    left: -200%
  }
}

.tt_clouds-front2 {
background-image: url(../images/clouds-front.png?v=1.0);
   position: absolute;
   background-position: -200px -350px;
  left: 0;
  bottom: 0;
  z-index: 99999;
  height: 130px;
  width: 300%;
  -webkit-animation: cloud_tree 40s linear infinite;
  -moz-animation: cloud_tree 40s linear infinite;
  -o-animation: cloud_tree 40s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0)

}

@-webkit-keyframes cloud_tree {
  0% {
    left: 0
  }
  100% {
    left: -400%
  }
}
.tt_clouds-front3 {
background-image: url(../images/clouds-front.png?v=1.0);
   position: absolute;
   background-position: -200px -350px;
  left: 0;
  bottom: 0;
  z-index: 99999;
  height: 130px;
  width: 300%;
  -webkit-animation: cloud_tree 70s linear infinite;
  -moz-animation: cloud_tree 70s linear infinite;
  -o-animation: cloud_tree 70s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0)

}

@-webkit-keyframes cloud_tree {
  0% {
    left: 0
  }
  100% {
    left: -400%
  }
}


.u_bx a{
	float: left;
	margin: 5px 0px 0px 0px;
text-align: center;font-weight: bold;color:#fff;font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;padding: 5px 0px 7px 0px;
 width: 100%;
background: #5c0a06;
background: -moz-linear-gradient(left,  #5c0a06 0%, #940a06 28%, #e70a06 52%, #b20a06 74%, #5c0a06 100%);
background: -webkit-linear-gradient(left,  #5c0a06 0%,#940a06 28%,#e70a06 52%,#b20a06 74%,#5c0a06 100%);
background: linear-gradient(to right,  #5c0a06 0%,#940a06 28%,#e70a06 52%,#b20a06 74%,#5c0a06 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c0a06', endColorstr='#5c0a06',GradientType=1 );

}




.fr_login {
min-height: 50px;
background: #af0001;
background: -moz-linear-gradient(top,  #af0001 0%, #800001 48%, #500000 100%);
background: -webkit-linear-gradient(top,  #af0001 0%,#800001 48%,#500000 100%);
background: linear-gradient(to bottom,  #af0001 0%,#800001 48%,#500000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af0001', endColorstr='#500000',GradientType=0 );
padding: 10px 20px 10px 20px;
margin: 0px 0px 20px 0px;
}
.fr_center {width: 70%;min-height: 50px;margin: 0px auto;}
.fr_input {width: 70%;}
.fr_submit {width: 28%;}
.tt_fr {width: 100%;height: 35px;border: 2px solid #651818;background-color: #f5f5f5;padding: 0px 0px 0px 10px;margin: 5px 0px 0px 0px;border-radius: 5px;font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;}
.fr_submit {text-align: center;height: 75px;font-weight: bold;margin: 5px 0px 0px 0px;color:#fff;font-family: thaisanslite_r1;border-radius: 5px;font-size: 26px;line-height: 38px;background-color: #e91919;border: 1px solid #fd1b1b;cursor: pointer;}
.fr_submit:hover {background-color: #df1f1f;}
.fr_link a{color: #f5f5f5;display: inline-block;}
.fr_link {text-align: right;font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;color: #f5f5f5;margin: 10px 0px 0px 0px;}
.center {text-align: center;}
.fr_ficenter {display: inline-block;width: 85%;min-height: 10px;margin: 0px auto;background-color: #ab0001;border-radius: 0px 0px 10px 10px;padding: 0px 0px 10px 0px;}
.fr2x {width: 50%;min-height: 50px;padding: 15px 10px 0px 10px;}
.fr_name {font-family: thaisanslite_r1;font-size: 22px;line-height: 20px;color: #ebe5f3;text-align: center;font-weight: bold;margin-top: 8px;}
.fr_link_l a {display: inline-block; width: 46%;padding: 5px 0px 8px 0px;font-family: thaisanslite_r1;color: #ebe5f3;font-size: 20px;line-height: 18px;border: 1px solid #ebe5f3;margin: 0% 1% 0% 1%;}
.fr_link_l {text-align: center;margin: 20px 0px 0px 0px;}
.fr_link_l a:hover {background-color: #760001;}
.fr_link_r a:hover {background-color: #d7ac36;}
.fr_link_r a {display: inline-block; width: 47%;padding: 5px 0px 8px 0px;font-family: thaisanslite_r1;color: #000;font-size: 20px;line-height: 18px;border: 2px solid #ac5118;margin: 0% 1% 0% 1%;background-color: #ddc070;}
.fr_link_r {text-align: center;margin: 0px 0px 0px 0px;}
.fr_all {text-align: center;padding: 5px 0px 5px 0px;width: 98%;margin: 8px 0% 0% 1%;font-family: thaisanslite_r1;color: #000;font-size: 20px;line-height: 18px;border: 2px solid #651818;background-color: #ffc704;}
.fr_all span {display: inline-block;background-color: #800001;padding: 2px 10px 8px 10px;border-radius: 5px;color: #fff;line-height: 16px;}


.fr_h1 {text-align: center;color:#ebe5f3;font-family: thaisanslite_r1;font-size: 36px;line-height: 38px;border-bottom: 2px solid #681111;padding: 0px 0px 10px 0px;}
.fr_tx1 {text-align: center;color:#ebe5f3;font-family: thaisanslite_r1;font-size: 30px;line-height: 32px;margin: 15px 0px 5px 0px;}
.fr_tx1 span {color:#efc436;font-weight: bold;}
.fr_bk {margin: 20px 0px 0px 0px;border-top: 2px solid #3c0707;}
.fr_tx2 {color:#ebe5f3;font-family: thaisanslite_r1;font-size: 20px;line-height: 22px;margin: 10px 0px 5px 0px;}
.tt_bkb {width: 100%;height: 40px;border: 2px solid #651818;background-color: #fff;padding: 0px 0px 0px 10px;margin: 5px 0px 0px 0px;border-radius: 5px;font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;}
.tt_bk {width: 100%;height: 35px;border: 2px solid #651818;background-color: #fff;padding: 0px 0px 0px 10px;margin: 5px 0px 0px 0px;border-radius: 5px;font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;}
.fr_sc {width: 100%;height: 40px;border: 2px solid #651818;background-color: #fff;padding: 0px 0px 0px 10px;margin: 5px 0px 0px 0px;border-radius: 5px;font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;}
.fr_submit_bk {width: 100%;text-align: center;height: 55px;font-weight: bold;margin: 10px 0px 15px 0px;color:#000;font-family: thaisanslite_r1;border-radius: 5px;font-size: 26px;line-height: 38px;border: 2px solid #440a0a;cursor: pointer;
background: rgba(219,247,35,1);
background: -moz-linear-gradient(top, rgba(219,247,35,1) 0%, rgba(31,171,21,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(219,247,35,1)), color-stop(100%, rgba(31,171,21,1)));
background: -webkit-linear-gradient(top, rgba(219,247,35,1) 0%, rgba(31,171,21,1) 100%);
background: -o-linear-gradient(top, rgba(219,247,35,1) 0%, rgba(31,171,21,1) 100%);
background: -ms-linear-gradient(top, rgba(219,247,35,1) 0%, rgba(31,171,21,1) 100%);
background: linear-gradient(to bottom, rgba(219,247,35,1) 0%, rgba(31,171,21,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbf723', endColorstr='#1fab15', GradientType=0 );



}
.fr_submit_bk:hover {
opacity:0.8;

}
.fr_tx3 {text-align: center;color:#ebe5f3;font-family: thaisanslite_r1;font-size: 22px;line-height: 22px;margin: 15px 0px 5px 0px;}
.fr_tx4 {text-align: center;color:#ebe5f3;font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;margin: 5px 0px 25px 0px;border-bottom: 2px solid #3c0707;padding: 0px 0px 15px 0px;}
.fr_tx5 {color:#ebe5f3;font-family: thaisanslite_r1;font-size: 16px;line-height: 16px;margin: 15px 0px 10px 0px;padding: 0px 0px 0px 0px;}

.fr_tx2x {color:#ebe5f3;font-family: thaisanslite_r1;font-size: 22px;line-height: 22px;margin: 10px 0px 0px 0px;}
.fr_re {margin: 20px 0px 0px 0px;}
.fix_footer {position:fixed;bottom: 0px;z-index: 99999999;width: 100%;min-height: 50px;border-top: 2px solid #000;text-align: center;

	background: rgba(176,0,0,1);
background: -moz-linear-gradient(top, rgba(176,0,0,1) 0%, rgba(110,0,0,1) 49%, rgba(28,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(176,0,0,1)), color-stop(49%, rgba(110,0,0,1)), color-stop(100%, rgba(28,0,0,1)));
background: -webkit-linear-gradient(top, rgba(176,0,0,1) 0%, rgba(110,0,0,1) 49%, rgba(28,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(176,0,0,1) 0%, rgba(110,0,0,1) 49%, rgba(28,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(176,0,0,1) 0%, rgba(110,0,0,1) 49%, rgba(28,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(176,0,0,1) 0%, rgba(110,0,0,1) 49%, rgba(28,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b00000', endColorstr='#1c0000', GradientType=0 );

}
.fix_footer a {display: inline-block;color:#fff;margin-left: -3px;font-family: thaisanslite_r1;font-size: 22px;line-height: 28px;padding: 8px 50px 10px 50px;border-right: 2px solid #000;}
.fix_footer a:last-child {border-right: 0;}
.link_ico {display: inline-block;height: 28px;margin-right: -3px;width: 28px;background-image: url(../images/icon-s.png?v=1.2);overflow: hidden;background-repeat: no-repeat;}
.fix_footer strong {display: inline-block;top: -5px;position: relative;}
.ico_1 {background-position: -71px 6px;}
.ico_2 {background-position: -93px 6px;}
.ico_3 {background-position: -152px 6px;}
.ico_4 {background-position: -180px 6px;}
.ico_5 {background-position: -204px 6px;}

.fix_footer a:hover{
background: rgba(235,0,0,1);
background: -moz-linear-gradient(top, rgba(235,0,0,1) 0%, rgba(201,0,0,1) 49%, rgba(105,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,0,0,1)), color-stop(49%, rgba(201,0,0,1)), color-stop(100%, rgba(105,0,0,1)));
background: -webkit-linear-gradient(top, rgba(235,0,0,1) 0%, rgba(201,0,0,1) 49%, rgba(105,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(235,0,0,1) 0%, rgba(201,0,0,1) 49%, rgba(105,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(235,0,0,1) 0%, rgba(201,0,0,1) 49%, rgba(105,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(235,0,0,1) 0%, rgba(201,0,0,1) 49%, rgba(105,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb0000', endColorstr='#690000', GradientType=0 );

	}








@media screen and (max-width:980px){
.fix_footer a {float: left;width: 20%;font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;padding: 8px 0px 10px 0px;text-align: center;margin-left: 0px;}

}
@media screen and (max-width:620px){
.fr_ficenter,
.fr_center {width: 95%;}
 .fr_input{width: 100%;}
.fr_submit {width: 100%;height: 45px;}
.fr_link {text-align: center;}
.fr2x {width: 100%;padding: 10px 10px 0px 10px;}
.fix_footer a strong {width: 100%;margin: 5px 0px 5px 0px;}
.fix_footer a.last {display: none;}
.fix_footer a {padding: 3px 0px 10px 0px;width: 25%;}
.footer {padding: 0px 0px 50px 0px;}
.bg_ssl {overflow: hidden;}
}
</pre></body></html>