@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;
}
@font-face{font-family:supermarket;src:url("font/supermarket.eot?v=1.0")}
@font-face{font-family:supermarket;src:url("font/supermarket.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-user-plus:before{content:"\f234"}.fa-download:before{content:"\f019"}.fa-globe:before{content:"\f0ac"}.fa-desktop:before{content:"\f108"}.fa-mobile:before{content:"\f10b"}
* {
  -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 20px;}
img.alignnone{margin:5px 20px 20px 0;}
img.alignleft{float:left;margin:5px 30px 20px 0;}
img.aligncenter{display:block;margin-left:auto;margin-right:auto;}
hr{border:0;border-top:1px solid #000;clear:both;height:0;margin:1.250em 0;}
input,
textarea,
input:focus,
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-bg {}	
.mt-5 {margin-top: 5px;}	
.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;}	
.owl-theme .owl-controls{margin-top:0px;text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-controls .owl-nav [class*=owl-]{float:left;width:35px;height:35px;display:inline-block;cursor:pointer;}
.owl-theme .owl-controls .owl-nav .fa{float:left;color:#000;font-size:42px;line-height:22px;}
.owl-theme .owl-controls .owl-nav .owl-prev .fa{margin:5px 0px 0px 8px;}
.owl-theme .owl-controls .owl-nav .owl-next .fa{margin:5px 0px 0px 12px;}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{color:#fff;text-decoration:none;opacity:1;filter:alpha(opacity=100);}
.owl-theme .owl-controls .owl-nav .owl-prev{float:left;background-color:#fff;position:absolute;left:10px;top:37%;border-radius:50%;opacity:0.4;filter:alpha(opacity=40);}
.owl-theme .owl-controls .owl-nav .owl-next{float:right;background-color:#fff;position:absolute;right:10px;top:37%;border-radius:50%;opacity:0.4;filter:alpha(opacity=40);}
.tt_slide:hover .owl-theme .owl-controls .owl-nav .owl-prev,
.tt_slide:hover .owl-theme .owl-controls .owl-nav .owl-next{opacity:1;filter:alpha(opacity=100);}
.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-dots .owl-dot{float:left;bottom:40px;left:10px;display:inline-block;zoom:1;*display:inline;z-index:1000;position:relative;}
.owl-theme .owl-dots .owl-dot span{width:15px;height:15px;margin:5px 2px;background:#FFF;border:2px solid #f0d27c;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#000;border:2px solid #f0d27c;}
.owl-theme .owl-controls{margin-top:10px;text-align:center;}
.owl-theme .owl-controls .owl-buttons div{color:#FFF;display:inline-block;zoom:1;*display:inline;margin:5px;padding:3px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:#869791;filter:Alpha(Opacity=50);opacity:0.5;}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none;}
.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline;}
.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:0.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#869791;}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1;}
.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;}
.owl-item.loading{min-height:150px;background:url(AjaxLoader.gif) no-repeat center center}
.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.owl-carousel .owl-animated-in{z-index:0;}
.owl-carousel .owl-animated-out{z-index:1;}
.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut;}
@-webkit-keyframes fadeOut{0%{opacity:1;}
100%{opacity:0;}
}
@keyframes fadeOut{0%{opacity:1;}
100%{opacity:0;}
}
.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out;}
.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1;}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;}
.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-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .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:1;display:block;}
.owl-carousel.owl-hidden{opacity:1;}
.owl-carousel .owl-refresh .owl-item.cloned{display:none;}
.owl-carousel .owl-refresh .owl-item{display:block;margin-bottom:15px;}
.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d;}
.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto;}
.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab;}
.owl-carousel.owl-rtl{direction:rtl;}
.owl-carousel.owl-rtl .owl-item{float:right;}
.no-js .owl-carousel{display:block;}
#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 15px 0px;background-color:#0D1C3D}
.thaitheme_widget .title{float:left;width:100%;padding:7px 0% 5px 5%;margin:0px 0px 5px 0px;border-left: 5px solid #46597a;min-height:15px;font-size:16px;color:#333;background-color:#eee;}
.thaitheme_widget .title a {color:#333;cursor:text;}
.thaitheme_widget ul{float:left;width:100%;margin:10px 0px 15px 0px;}
.thaitheme_widget ul li{float:left;width:100%;padding:5px 0% 5px 0%;}
.thaitheme_widget ul li a{float:left;width:100%;color:#c8b980;font-size:14px;}
.thaitheme_widget ul li:hover a{color:#fff;text-decoration: underline;}
.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:94%;margin-top:0px;padding:3% 3% 3% 3%;}
.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:92%;padding: 4%;}
.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:#FFF;}
#toTop .fa{padding:8px 0px 0px 0px;}
#topbar{position:fixed;top: 20px;width:150px;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: 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 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;}
/* pc
===========================================*/
.tt_main {width: 100%;max-width: 1000px;margin: 0 auto;}
.tt_header {margin: 10px 0px 0px 0px;border-top: 1px solid #ccc;}
.tt_top_menu {background-color: #143B5C;border-top: 2px solid #46597A;border-bottom: 2px solid #102D4F;}
.tt_bt_menu {}
.nav_menu {min-height: 30px;}
.tt_slide {width: 72%;margin: 15px 0px 15px 0px;overflow: hidden;max-height: 300px;}
.tt_live {width: 26.6%;margin: 15px 0% 15px 0px;}
.tt_content {min-height: 500px;padding: 10px 5px 0px 5px;}

.bg_slide,
.tt_slide,
.tt_content  {background-color: #0C1B3C;}
.tt_ct {min-height: 25px;background: rgb(238,238,238);
background: -moz-linear-gradient(left,  rgba(238,238,238,1) 0%, rgba(218,218,218,1) 0%, rgba(252,252,252,1) 100%);
background: -webkit-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(218,218,218,1) 0%,rgba(252,252,252,1) 100%);
background: linear-gradient(to right,  rgba(238,238,238,1) 0%,rgba(218,218,218,1) 0%,rgba(252,252,252,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#fcfcfc',GradientType=1 );}

.tt_left {width: 67.5%;min-height: 200px;}
.tt_right {width: 30.4%;}
.tt_txt_seo {background-color: #0D1C3D;padding: 15px;color: #E4E4E4;margin-bottom: 15px;border: 2px solid #163051;-webkit-box-shadow: inset 0px 1px 15px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    inset 0px 1px 15px 0px rgba(0, 0, 0, 0.75);
box-shadow:         inset 0px 1px 15px 0px rgba(0, 0, 0, 0.75);}
.tt_ct_btn {margin-bottom: 15px;}

.tt_btn_l {width: 32%;border-radius: 10px;overflow: hidden;}
.tt_btn_c {width: 32%;margin: 0% 2% 0% 2%;border-radius: 10px;overflow: hidden;}
.tt_btn_r {width: 32%;border-radius: 10px;overflow: hidden;}

.ct_link {background-color: #051330;min-height: 100px;padding: 10px;border: 2px solid #5b1c2c;-webkit-box-shadow: inset 0px 1px 15px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    inset 0px 1px 15px 0px rgba(0, 0, 0, 0.75);
box-shadow:         inset 0px 1px 15px 0px rgba(0, 0, 0, 0.75);}
.sb_link {min-height: 100px;margin-bottom: 0px;}
.ct_link  span  {color: #E4E4E4;font-size: 15px;}
.ct_link  strong  {color: #E4E4E4;font-size: 20px;margin-top: 5px;margin-bottom: 10px;}

.banner-sb {min-height: 100px;background-color: #051330;}
.nav_menu{float:left;width:100%;min-height:25px;top:0px;z-index:1000;}
.nav_menu ul{float:left;width:100%;margin:0% 0% 0% 0%;text-align: center;}
.nav_menu ul li{display: inline-block;margin:0px -4px 0px -1px;position:relative;}
.nav_menu ul li:after{display:inline-block;content:"";margin: 8px auto 0px auto;top:2px;width:1px;height:12px;background-color:#D1D1D1;position:relative;}
.nav_menu ul li:last-child:after{width:0px;}
.nav_menu ul li a{display: inline-block;color:#D1D1D1;font-size:15px;padding:3px 20px 6px 20px;}
.nav_menu ul li a:hover {color:#FFF;}
.nav_menu ul li:hover {background-color: #0D2642;}
.nav_menu ul li:hover:after {background-color:#0D2642;}

.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 {color: #0C1B3C;font-size: 26px;}
.title_page {margin-bottom: 10px;margin-top: 0px;padding:7px 10px 7px 10px;border: 2px solid #46597a;background: rgb(238,238,238);
background: -moz-linear-gradient(left,  rgba(238,238,238,1) 0%, rgba(218,218,218,1) 0%, rgba(252,252,252,1) 100%);
background: -webkit-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(218,218,218,1) 0%,rgba(252,252,252,1) 100%);
background: linear-gradient(to right,  rgba(238,238,238,1) 0%,rgba(218,218,218,1) 0%,rgba(252,252,252,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#fcfcfc',GradientType=1 );}
.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:98%;margin:0px 1.5% 10px 0px;}
.tt_from_title{float:left;width:30%;text-align:right;font-size:14px;color:#FFF;margin-bottom: 5px;}
.tt_from_submit,
.tt_from_box{float:right;width:65%;}
.tt_from_submit{text-align:left;margin:10px 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{float:left;width:100%;border:0;padding:7px 0px 7px 10px;background-color:#E6EAF4;color:#000;border: 2px solid #0C1B3C;border-radius: 3px;}
.tt_from_box select.wpcf7-form-control{color:#555;}
.tt_from_submit input.wpcf7-submit{
-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333;
	margin:0px 3.5% 10px 0px;
	font-size:14px;
	font-weight:bold;
	padding:5px 35px;
	text-shadow:0px 1px 0px #ffee66;
	float:right;
}
.tt_from_submit input.wpcf7-submit:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;


}
.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:#333;margin: 0px 0px 20px 0px;padding: 10px 0px 10px 20px;background-color: #F2F2F4;}
.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;border: 2px solid #E6EAF4;background-color: #0d1c3d;}
.title_from.mt-20-20 {margin: 20px 0px 20px 0px;}



.thaitheme_read{width:100%;padding:15px 15px 25px 15px;color:#fff;font-size:120%;line-height:22px;overflow:hidden;}
.thaitheme_read a{color:#FFF;} 
.thaitheme_read a:hover {text-decoration: underline;}
.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:1em 0;line-height:1.5em;}
.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;font-size:2em;font-weight:700;margin:.67em 0;line-height: 1.55em;}
.thaitheme_read h2{display:block;font-size:1.5em;font-weight:700;margin:.83em 0;line-height: 1.55em;}
.thaitheme_read h3{display:block;font-size:1.17em;font-weight:700;margin:1em 0;}
.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 #gallery-1 img{border:0!important;padding:2% 2% 2% 4%!important;}



.tt_list.sbo {float:left;width:100%;margin-top: 0px;margin-bottom: 10px;background-color: #0B1326;padding-right: 5px;-webkit-box-shadow: inset 0px 1px 15px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    inset 0px 1px 15px 0px rgba(0, 0, 0, 0.75);
box-shadow:         inset 0px 1px 15px 0px rgba(0, 0, 0, 0.75);}
.tt_list.sbo .tt_img  {float:left;width:28%;}
.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{color:#FFF;}
.tt_list.sbo .tt_dsc {float: right;width:70%;font-size:14px;color:#ccc;line-height: 20px;}
.tt_list.sbo .tt_dsc h3 {float:left;width:100%;font-size:16px;color:#F7D479;margin-top: 10px;}
.tt_list.sbo .tt_dsc p {float:left;width:100%;overflow: hidden;max-height: 80px;font-size:13px;line-height: 20px;margin-top: 5px;margin-bottom: 7px;} 
.tt_list.sbo:hover {background-color: #172649;}

.tt_list_sb {padding: 0px 0px 0px 0px;}
.tt_pagination{float:left;width:100%;}
.page-numbers{text-align:center;border-top: 1px solid #ccc;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:#333;}
.page-numbers.current{display:inline-block;text-decoration:none;border:1px solid #000;padding:6px 15px 5px 15px;font-size:16px;color:#000;background-color:#F7D479;}
.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 {width: 100%;padding: 40px 0px 40px 0px;color: #eee;font-size:22px;text-align: center;}

.game-link {}
.game-img {width: 60%;}
.game-url {width: 40%;padding: 0px 0px 0px 5%;} 

.game-link  a {float:left;margin: 0px 5px 5px 0px;padding: 10px 15px 10px 10px;background-color: #eee;border: 0;border-radius: 5px;white-space :nowrap; color:#333!important;}
.game-link  a .fa{padding-right: 5px;}
.game-link  a:hover {text-decoration: none;opacity:0.8; }
.cr-link{ background: #FDFDFD;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#DDDDDD),color-stop(1,#FDFDFD));
  background: -ms-linear-gradient(bottom,#DDDDDD,#FDFDFD);
  background: -moz-linear-gradient(center bottom,#DDDDDD 0%,#FDFDFD 100%);
  background: -o-linear-gradient(#FDFDFD,#DDDDDD);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDFDFD', endColorstr='#DDDDDD', GradientType=0);
  border: 1px solid;
 
  border-color: #001200 #000700 #000000 #000700;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.065);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.065);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.065);
  text-shadow: 0 1px 0 rgba(0,0,0,0.05);
  
  }

.cr-load{ background: #F7D479;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#9a884a),color-stop(1,#F7D479));
  background: -ms-linear-gradient(bottom,#9a884a,#F7D479);
  background: -moz-linear-gradient(center bottom,#9a884a 0%,#F7D479 100%);
  background: -o-linear-gradient(#F7D479,#9a884a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7D479', endColorstr='#9a884a', GradientType=0);
  border-color: #907f45 #897942 #7f703d #897942;}
.game-link  a .fa.fa-mobile {font-size:24px;}
.tt_footer {padding: 5px 0px 0px 0px;border-top:8px solid #0B1326;margin-bottom: 15px;background-color: #223660;}
.menu_footer  {width:100%;margin-bottom: 15px;border-bottom: 1px solid #0B1326;}
.menu_footer ul{float:left;width:100%;margin:0% 0% 5px 0%;text-align: center;}
.menu_footer ul li{display: inline-block;margin:0px -4px 0px -1px;position:relative;}
.menu_footer ul li:after{display:inline-block;content:"";margin: 8px auto 0px auto;top:2px;width:1px;height:12px;background-color:#D1D1D1;position:relative;}
.menu_footer ul li:last-child:after{width:0px;}
.menu_footer ul li a{display: inline-block;color:#D1D1D1;font-size:15px;padding:3px 20px 6px 20px;}
.menu_footer ul li a:hover {color:#FFF;}

.tx_footer {color:#FFF;font-size:15px;text-align: center;margin: 0px 0px 10px 0px;}


.social_footer {min-height: 40px;text-align: center;margin-top:10px;}
.social_fb,
.social_line {display: inline-block;padding: 10px 0px 0px 50px;font-size: 16px;color: #FFF;min-height: 40px;background-repeat: no-repeat;background-position: 8px center;}
.social_line{background-image: url(../images/ico-line.png?v=1.0);}
.social_fb {background-image: url(../images/ico-fb.png?v=1.0);}
.thaitheme_read span.tt-l.tt-full.edit-post a ,
.copyright_footer a:hover,
.menu_footer ul li a:hover {color:#FEDD84;text-decoration: underline;}
.thaitheme_read span.tt-l.tt-full.edit-post {padding: 0px 0px 10px 0px;margin-bottom: 10px;}

.menu_footer {color: #FFF;padding: 5px 0px 5px 0px;text-align: center;
}
.copyright_footer {text-align: center;font-size: 12px;color: #ddd;padding: 5px 0px 5px 0px;}
.copyright_footer a {color:#ddd;}




.thaitheme_widget .tt-full.tt_txt_seo {padding: 5px;}







.banner_hover {overflow: hidden;}
.banner_hover  .tt_img_hover { opacity:0;position:absolute;left: 0px;top: 0px;-webkit-transform:scale(1.8);-moz-transform:scale(1.8);-ms-transform:scale(1.8);-o-transform:scale(1.8);transform:scale(1.8);}
.banner_hover:hover  .tt_img_hover{opacity:1;left: 0px;-webkit-transform:scale(1.0);-moz-transform:scale(1.0);-ms-transform:scale(1.0);-o-transform:scale(1.0);transform:scale(1.0);-webkit-filter: grayscale(100%);filter: grayscale(100%);}
.tt_list.sm img,
.tt_list.hl img,
.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;}
figure {
	position: relative;
}
 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	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%;
	}
}



.tt_txt_seo{width:100%;color:#ccc;font-size:110%;line-height:22px;overflow:hidden;}
.tt_txt_seo a{color:#FFF;} 
.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.5em 0;line-height:1.5em;}
.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:.83em 0;line-height:1.55em;}
.tt_txt_seo h3{display:block;font-size:1.17em;font-weight:700;margin:1em 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;}
#thaitheme_popup img{-ms-interpolation-mode:bicubic;vertical-align:middle;}.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{padding:0;margin:0;border:0;outline:none;vertical-align:top;}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020;}.fancybox-skin{position:relative;color:#444;border:1px solid #FFF;text-shadow:none;padding:0px 0px 0px 0px!important;}.fancybox-opened{z-index:8030;}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);box-shadow:0 10px 25px rgba(0,0,0,0.5);}.fancybox-outer,.fancybox-inner{position:relative;}.fancybox-inner{overflow:hidden;}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch;}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap;}.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%;}.fancybox-image{max-width:100%;max-height:100%;}#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url('../images/fancybox_sprite.png?v=1.0');}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:0.8;cursor:pointer;z-index:8060;}#fancybox-loading div{width:44px;height:44px;background:url('../images/fancybox_loading.gif?v=1.0') center center no-repeat;}.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040;}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url('../images/blank.gif');-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040;}.fancybox-prev{left:0;}.fancybox-next{right:0;}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden;}.fancybox-prev span{left:10px;background-position:0 -36px;}.fancybox-next span{right:10px;background-position:0 -72px;}.fancybox-nav:hover span{visibility:visible;}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible!important;}.fancybox-lock{overflow:hidden!important;width:auto;}.fancybox-lock body{overflow:hidden!important;}.fancybox-lock-test{overflow-y:hidden!important;}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url('../images/fancybox_overlay.png');}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0;}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll;}.fancybox-title{visibility:hidden;font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050;}.fancybox-opened .fancybox-title{visibility:visible;}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center;}.fancybox-title-float-wrap .child{display:none;}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff;}.fancybox-title-inside-wrap{padding-top:10px;}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8);}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(../images/fancybox_sprite@2x.png?v=1.0);background-size:44px 152px;}#fancybox-loading div{background-image:url(../images/fancybox_loading@2x.gif?v=1.0);background-size:24px 24px;}
	   }
.tt-social-head {float: right;width: 275px;}
.tt-social {height: 22px;overflow: hidden;background: rgb(238,238,238);
background: -moz-linear-gradient(left,  rgba(238,238,238,1) 0%, rgba(218,218,218,1) 0%, rgba(252,252,252,1) 100%);
background: -webkit-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(218,218,218,1) 0%,rgba(252,252,252,1) 100%);
background: linear-gradient(to right,  rgba(238,238,238,1) 0%,rgba(218,218,218,1) 0%,rgba(252,252,252,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#fcfcfc',GradientType=1 );
} 
.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-fancy {
  color: #4999dc;
}

.social-sharing.is-clean .icon-google {
  color: #dd4b39;
}
.thaitheme_widget .tt_txt_seo {margin-bottom: 0px;}
.thaitheme_widget h2.title a {cursor: pointer;}
.sbo-hl {float: left;margin-top: 5px;}
.sbo-hl .tt_img {float: left;width: 100%;overflow: hidden;}
.sbo-hl .tt_dsc {float: left;width: 100%;background-color: #0b1326;padding: 8px;}
.sbo-hl .tt_dsc h3{color: #c8b980;font-size: 15px;}
.sbo-md{float: left;margin-top: 10px;}
.sbo-md .tt_img{float: left;width: 40%;overflow: hidden;}
.sbo-md .tt_dsc {float: right;width: 58%;}
.sbo-md .tt_dsc h3{color: #c8b980;font-size: 13px;}
.sbo-md:hover h3,
.sbo-hl:hover h3{text-decoration: underline;color: #fff;}
.sbo-hl:hover img,
.sbo-md:hover img{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);transform:scale(1.15);-webkit-filter: grayscale(90%);
filter: grayscale(90%);}
.sbo-hl .tt_img img,
.sbo-md .tt_img img {width: 100%;-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out;}
@media screen and (max-width:980px){
.tt-social,
#topbar {display: none!important;}
.tt_slide {max-height: 310px;}
.tt_header {margin-top: 0px;border-top: 5px solid #eee;}
.tt_footer {margin-bottom: 0px;}
.nav_menu ul li a{font-size:14px;padding:3px 15px 6px 15px;}
.tt_slide ,
.tt_live {margin: 5px 0% 5px 0px;}
.tt_slide {max-height:295px;}
}
@media screen and (max-width:900px){
.tt_slide {max-height:270px;}
}
@media screen and (max-width:840px){
.tt_list_sb {padding: 0px 0px 0px 0px;}
.tt_left {width: 100%;}
.tt_right {width:100%;}
.tt_list.sbo .tt_dsc p{margin-bottom: 10px;}
.sb_link {width: 50%;}
.banner_hover {text-align: center;}
.tt_img_hover {display: none!important;}
.tt_slide {max-height:255px;}
.tt_ct_btn {padding-left: 0%;}
.nav_menu  {padding: 0px 0px 1px 0px;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);}
.nav_menu ul li{float: left;width: 33.3333333333%;border-right: 1px solid #0C1B3C;border-top: 1px solid #0C1B3C;padding: 5px 0px 5px 0px;text-align: center;display: block;margin:0px 0px -1px 0px;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);}
.nav_menu ul li:after{width:0px;}
.nav_menu ul li a:hover {color:#000;}
.nav_menu ul li a{font-size:15px;padding: 5px 0px 5px 0px;width:100%;color: #333;}
.menu_footer ul li{margin:0px 4% 0px 0px;}
.menu_footer ul li:after{width:0px;}

.sbo-hl {float: left;margin-top: 5px;width: 100%;}
.sbo-hl .tt_img {float: left;overflow: hidden;}
.sbo-hl .tt_dsc {float: right;background-color: transparent;padding: 0px;}
.sbo-md  {float: left;width: 100%;}
.sbo-hl .tt_img,
.sbo-md .tt_img{width: 25%;}
.sbo-hl .tt_dsc,
.sbo-md .tt_dsc {width: 72%;}
.sbo-md .tt_dsc h3,
.sbo-hl .tt_dsc h3{font-size: 14px;}




}
@media screen and (max-width:800px){
.tt_slide {max-height:245px;}
}
@media screen and (max-width:620px){
.tt_slide {max-height:200px;}
.tt_slide {width:100%;}
.tt_live {display: none;}
.tt_list.sbo .tt_img  {width:35%;}
.tt_list.sbo .tt_dsc {width:62%;}

.wpcf7 form .wpcf7-response-output{width:90%;left:0px;right:0px;}
.tt_full.fp .wpcf7{float:left;width:100%;}
.tt_full.fp #wpcf7-f81-p12-o2.wpcf7 {margin: 50px 0px 50px 0px;}
.game-img {width: 100%;}
.game-url {float: left;width: 40%;padding: 0px 0px 0px 0%;margin: 20px 0px 10px 0px;}
}

@media screen and (max-width:584px){
.tt_slide {max-height:190px;}
.sb_link {width: 100%;}
}
@media screen and (max-width:480px){
.tt_list.sbo .tt_img  {width:40%;}
.tt_list.sbo .tt_dsc {width:58%;}
.menu_footer ul li{width:46%;margin:0px -4px 0px 2%;}
.menu_footer ul{text-align: left;}

.sbo-hl .tt_img,
.sbo-md .tt_img{width: 30%;}
.sbo-hl .tt_dsc,
.sbo-md .tt_dsc {width: 67%;}

}
@media screen and (max-width:384px){
.owl-carousel .owl-controls .owl-dot{display: none!important;}
.tt_slide {max-height:125px;}
.tt_list.sbo .tt_img  {width:45%;}
.tt_list.sbo .tt_dsc {width:52%;}
.owl-theme .owl-controls .owl-nav .owl-prev,
.owl-theme .owl-controls .owl-nav .owl-next{top:38%;}
.tt_list.sbo.tt-dw  a {padding: 3px 10px 3px 10px;}
}
@media screen and (max-width:320px){
.tt_slide {max-height:110px;}
}