<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
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-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: 400;
    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: "†"
}

.fa-angle-left:before {
    content: "‹"
}

.fa-angle-right:before {
    content: "›"
}

.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: "✕"
}

.fa-plus:before {
    content: "✚"
}

.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-play:before {
    content: "\f04b"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-key:before {
    content: "♠"
}

.fa-user:before {
    content: "♠"
}

.fa-caret-left:before {
    content: "\f0d9"
}

* {
    -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: #fff;
    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% 10px 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.25em 0
}

a:hover,
textarea,
textarea:focus {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.tt_lrt {
    position: relative;
    float: left
}

.tt_rrt {
    position: relative;
    float: right
}

.tt_l {
    float: left
}

.tt_r {
    float: right
}

.tt_full {
    width: 100%
}

.tt-cr-f {
    color: #333
}

.tt-cr-bg {
    background-color: #ccc
}

.mt-5 {
    margin-top: 5px
}

.mt-l {
    margin-left: 7px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.pd-5 {
    padding: 5px
}

.pd-10 {
    padding: 10px
}

.pd-15 {
    padding: 15px
}

.tt_from_login_m,
.nav_m {
    display: none
}

.tt_head_menu {
    float: left;
    width: 100%;
    min-height: 25px;
    top: 0;
    z-index: 1000;
    border-radius: 5px 5px 0 0;
    position: relative;
    margin-top: 15px;
    border-top: 2px solid #fddd00;
    background: #f4bd3c;
    background: -moz-linear-gradient(top, rgba(244, 189, 60, 1) 0%, rgba(255, 218, 76, 1) 46%, rgba(244, 189, 60, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(244, 189, 60, 1) 0%, rgba(255, 218, 76, 1) 46%, rgba(244, 189, 60, 1) 100%);
    background: linear-gradient(to bottom, rgb(254, 214, 0) 0%, rgb(209, 169, 8) 46%, rgba(255, 218, 76, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f4bd3c', endColorstr='#f4bd3c', GradientType=0)
}

.tt_list_game.sport1,
.tt_list_game.sport5 {
    margin: 0 0% 10px
}

.tt_list_game {
    float: left;
    width: 23.822%;
    margin: 0 0% 10px 1.5%
}

.tt_list_game:hover h3 {
    color: #eac76e
}

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

.tt_head_menu ul {
    float: left;
    width: 100%;
    margin: 0%;
    text-align: center;
    position: relative
}

.tt_head_menu ul li {
    display: inline-block;
    margin: 0 2px 0 -5px;
    position: relative
}

.tt_head_menu ul li:hover .fa {
    color: #f0d27c
}

.tt_head_menu ul li .fa {
    position: absolute;
    right: 8px;
    top: 13px;
    color: #333
}

.tt_head_menu .fa.fa-chevron-down {
    font-size: 12px
}

.tt_head_menu ul li strong {
    font-weight: 400
}

.tt_head_menu ul li:after {
    display: inline-block;
    content: "";
    margin: 10px 1px 0;
    top: 0;
    width: 1px;
    height: 10px;
    background-color: #000;
    position: relative;
    z-index: 10
}

.tt_head_menu ul li.hide-af:after {
    width: 0
}

.from-m,
.tt_head_menu ul li.hide-pc {
    display: none
}

.tt_head_menu ul li ul.thaitheme-sub-menu li:after,
.tt_head_menu ul li:last-child:after {
    width: 0
}

.tt_head_menu ul li.menu-item-has-children {
    padding: 0 20px 0 0
}

.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;
    padding: 12px 16px;
    line-height: 18px;
    font-family: thaisanslite_r1;
    font-size: 20px;
    font-weight: 700
}

.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 a:after {
    border-bottom: 7px solid #ccc
}

.tt_head_menu ul li:hover .thaitheme-sub-menu {
    display: block
}

.tt_head_menu ul li ul {
    margin-left: 0%
}

.tt_head_menu ul li ul.thaitheme-sub-menu {
    display: none;
    float: left;
    top: 33px;
    left: 0;
    width: 250px;
    position: absolute;
    z-index: 1000;
    background-color: #e8e8e8;
    border-top: 5px solid #e8e8e8;
    padding-bottom: 5px
}

.tt_head_menu ul li ul.thaitheme-sub-menu li.menu-item-has-children .fa {
    right: 12px;
    top: 14px
}

.tt_head_menu ul li ul.thaitheme-sub-menu li {
    float: left;
    width: 250px;
    border-left: 0;
    padding: 5px 0;
    border-right: 0;
    margin: 0 0 -5px
}

.tt_head_menu ul li ul.thaitheme-sub-menu li a {
    float: left;
    width: 210px;
    margin: 0 0 0 5px;
    background-color: #333;
    color: #fff
}

.tt_head_menu ul li ul.thaitheme-sub-menu li:hover a {
    background-color: #000;
    color: #fff
}

.tt_head_menu ul li ul.thaitheme-sub-menu li:first-child {
    border-top: 0
}

.tt_head_menu ul li ul.thaitheme-sub-menu li ul.thaitheme-sub-menu {
    display: none;
    float: left;
    top: 0;
    left: 247px;
    width: 250px;
    position: absolute;
    z-index: 1000;
    background-color: #f2f2f2;
    border-right: 0;
    border-top: 0;
    border-radius: 10px
}

.tt_head_menu ul li ul.thaitheme-sub-menu li ul.thaitheme-sub-menu li a {}

.tt_head_menu ul li ul.thaitheme-sub-menu li:hover .thaitheme-thaitheme-sub-menu {
    display: block
}

.tt_head_menu ul li,
.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: 0 -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 .5s steps(5) infinite;
    -webkit-animation: walk-cyclet2 .5s steps(5) infinite
}

.tt_head_menu .ico-new a::before {
    background-image: url(../images/ico-new.png?v=1.2);
    background-repeat: no-repeat;
    border-radius: 3px;
    content: "";
    height: 19px;
    line-height: 13px;
    position: absolute;
    right: -5px;
    top: -12px;
    width: 30px
}

@-webkit-keyframes walk-cycle2 {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes walk-cycle2 {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes walk-cyclet2 {
    0% {
        background-color: #d61a1b
    }
    100% {
        background-color: #000
    }
}

@keyframes walk-cyclet2 {
    0% {
        background-color: #223b7a
    }
    100% {
        background-color: #rgba(255, 218, 76, 1);
    }
}

.thaitheme_read {
    width: 100%;
    padding: 0 0 20px;
    color: #ccc;
    font-family: thaisanslite_r1;
    font-size: 20px;
    line-height: 20px;
    overflow: hidden
}

.thaitheme_read a {
    color: #fbce45
}

.thaitheme_read a:hover {
    text-decoration: underline
}

.thaitheme_read span {
    font-size: 20px!important;
    line-height: 20px
}

.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: .5em 0;
    line-height: 1.5em
}

.thaitheme_read blockquote {
    display: block;
    margin: 1em 40px
}

.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
}

.thaitheme_read h2 {
    display: block;
    font-size: 1.5em;
    font-weight: 700;
    margin: .83em 0
}

.thaitheme_read h3 {
    display: block;
    margin: 1em 0;
    font-family: thaisanslite_r1;
    font-size: 24px;
    line-height: 24px
}

.thaitheme_read h4 {
    display: block;
    font-weight: 700;
    margin: 1.33em 0
}

.thaitheme_read h5 {
    display: block;
    font-size: .83em;
    font-weight: 700;
    margin: 1.67em 0
}

.thaitheme_read h6 {
    display: block;
    font-size: .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 img {
    width: 100%;
    border: 1px solid #ddd!important;
    padding: 0%!important;
    margin: 0%!important
}

.thaitheme_read .gallery.gallery-columns-2 dl.gallery-item {
    width: 49%;
    margin: 0% 0% 1% 1%!important;
    padding: 5px!important;
    background-color: #eee
}

.thaitheme_read .gallery.gallery-columns-1 dl.gallery-item {
    width: 100%;
    margin: 0% 0% 1%!important;
    padding: 5px!important;
    background-color: #eee
}

.thaitheme_read .gallery.gallery-columns-3 dl.gallery-item {
    width: 32.333%;
    margin: 0% 0% 1% 1%!important;
    border: 1px solid #ccc;
    padding: 5px!important;
    background-color: #eee
}

.thaitheme_read .gallery.gallery-columns-3 dl.gallery-item:hover {
    background-color: #ccc
}

.thaitheme_read .gallery.gallery-columns-4 dl.gallery-item {
    width: 24%!important;
    margin: 0% 0% 1% 1%!important;
    border: 0;
    padding: 3px!important;
    background-color: #111
}

.thaitheme_read .gallery.gallery-columns-4 dl.gallery-item img {
    width: 100%!important
}

#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: 0 0
}

#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: 0 0 10px
}

.thaitheme_widget .title {
    float: left;
    width: 100%;
    padding: 7px 0% 7px 5%;
    margin: 0;
    min-height: 15px;
    color: #ddd;
    background: #11141b;
    font-family: thaisanslite_r1;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700
}

.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: 0;
    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: 0 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: 0 0 5px
}

.widget_calendar {
    float: left
}

#toTop {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    z-index: 999999999999999;
    text-align: center;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    color: #000;
    font-size: 2em;
    background-color: #fff
}

#toTop .fa {
    padding: 8px 0 0
}

#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: 0 0 10px;
    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: 260px;
    z-index: 9999;
    right: 10px;
    top: 10px;
    padding: 10px 0 0;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s
}

.tt_img_line {
    float: left;
    width: 96%;
    padding: 5px 2%
}

.tt_tx_line.top {
    margin: 10px 0 0
}

.tt_full {
    width: 100%
}

.tt_tx_line {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    background-color: #57c42e
}

.tt_txt_seo {
    width: 100%;
    color: #b2b7bd;
    padding: 5px 0;
    font-family: thaisanslite_r1;
    font-size: 20px;
    line-height: 18px;
    overflow: hidden;
    margin-top: 0
}

.tt_txt_seo a {
    color: #b2b7bd
}

.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: .7em
}

.tt_txt_seo p {
    display: block;
    margin: 0;
    line-height: 1.25em
}

.tt_txt_seo blockquote {
    width: 75%;
    margin: 0% 0% 0% 20%;
    padding: .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: #999;
    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.2em;
    font-weight: 700;
    margin: .9em 0
}

.tt_txt_seo h4 {
    display: block;
    font-weight: 700;
    margin: 1.33em 0
}

.tt_txt_seo h5 {
    display: block;
    font-size: .83em;
    font-weight: 700;
    margin: 1.67em 0
}

.tt_txt_seo h6 {
    display: block;
    font-size: .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
}

.wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto
}

.wrapper_c {
    width: 100%;
    max-width: 1044px;
    margin: 0 auto
}

.nav_top {
    min-height: 15px;
    margin: 17px 0 0
}

#topbar2 {
    position: fixed;
    width: 170px;
    z-index: 10;
    left: 10px;
    top: 10px;
    padding: 10px 0 0;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s
}

.tt_btn_open2,
.tt_btn_close2 {
    float: left;
    width: 25px;
    height: 25px;
    background-color: #333;
    margin: 0 0 10px;
    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
}

.tt_from_login {
    width: 100%;
    margin: 0 0% 0 0
}

.ct_lang {
    width: 85%;
    min-height: 27px;
    margin: 0 .8% 0 0
}

.tt_apple {
    margin-top: 12px;
    border-radius: 5px;
    overflow: hidden
}

.tt_lang {
    float: left;
    width: 100%;
    height: 25px;
    padding: 0 10px;
    font-size: 13px;
    color: #fff;
    position: relative
}

.use_lang {
    float: right;
    width: 120px
}

.tt_date {
    float: right;
    white-space: nowrap;
    text-align: right;
    font-size: 13px;
    color: #ccc;
    padding: 0 0 3px 6px;
    border-radius: 5px;
    margin-bottom: 10px
}

#time_run {
    padding: 0 5px
}

.tt_btn_lang {
    float: right;
    width: 120px;
    background-color: #c90f36;
    color: #fff;
    line-height: 15px;
    padding: 0 5px 0 10px;
    border-radius: 5px;
    border: 1px solid #e50d38;
    position: relative;
    cursor: pointer
}

.tt_btn_lang span.tt_arr {
    height: 21px;
    border-left: 1px solid #ad0a2b;
    padding: 0 9px 0 0
}

.tt_btn_lang .tt_tx {
    width: 80px;
    height: 21px;
    border-right: 1px solid #e50d38;
    padding: 3px 0 0
}

.tt_btn_lang .fa {
    font-size: 18px;
    line-height: 15px
}

.nav_lang {
    position: absolute;
    top: 25px;
    left: 0;
    width: 130px;
    min-height: 30px;
    background-color: #c90f36;
    z-index: 9999999999999;
    display: none
}

.nav_lang.active {
    display: block;
    z-index: 9999999999999
}

.nav_lang a {
    float: left;
    width: 100%;
    padding: 5px 10px;
    border-bottom: 1px solid #e50d38;
    border-top: 1px solid #ad0a2b;
    color: #fff
}

.nav_lang a:hover {
    background-color: #b20326
}

.head_from {
    min-height: 20px;
    z-index: 10;
    position: relative
}

.sec-arr {
    float: left;
    width: 100%;
    position: relative;
    z-index: 10;
    top: 0
}

.arr_right:after {
    content: "";
    display: inline-block;
    height: 0;
    position: absolute;
    width: 0;
    top: -16px;
    bottom: 0;
    border-right: 14px solid transparent;
    border-top: 6px solid transparent;
    border-left: 7px solid #333;
    border-bottom: 10px solid #333;
    z-index: -1;
    right: 1px
}

.arr_left:after {
    content: "";
    display: inline-block;
    height: 0;
    position: absolute;
    width: 0;
    top: -16px;
    bottom: 0;
    border-right: 7px solid #333;
    border-top: 6px solid transparent;
    border-left: 14px solid transparent;
    border-bottom: 10px solid #333;
    z-index: -1;
    left: 1px
}

.nav_menu {
    width: 100%;
    margin: -15px 0 0 0%
}

.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 7px 10px 10px;
    background-color: #010b15
}

.tt_col_c,
.tt_col_a,
.tt_col_b {
    width: 24.2%
}

.tt_col_d {
    width: 15.5%
}

.tt_col_d,
.tt_col_b,
.tt_col_c {
    margin-left: 1%
}

.bg {
    /* background-image: url(&lt;?php  echo $this-&gt;config-&gt;item('tem_frontend_img'); ?&gt;BG.jpg);*/
   background-color: #000
}

.tt_slide {
    width: 100%;
    margin: 0 0 0 0%;
    overflow: hidden;
    max-height: 100%
    background-color: #000
}

.tt_slide_page {
    width: 100%;
    margin: 10px 0 5px;
    overflow: hidden;
    max-height: 244px
}

.login_head_m,
.nav_mobile {
    display: none
}

.aat {
    width: 100%;
    height: 10px;
    margin: 5px 0 0;
    background: #f7c541
}

.aat2 {
    width: 100%;
    height: 3px;
    margin: 0;
    background-image: url(../images/animate01.gif?v=1.0);
    background-position: center center
}

.tt_ttxc {
    background-color: #fff
}

.tt_lc {
    width: 100%;
    min-height: 300px
}

.tt_rc {
    width: 49%;
    min-height: 100%;
}

.tt_rc .banner_hover {
    margin: 0 0 10px
}


.tt_live {
    width: 26.5%;
    margin: 8px .8% 5px 0
}

.tt_content {
    padding: 10px 10px 15px;
    min-height: 300px
}

.home .tt_content {
    padding: 5px 10px 10px;
    min-height: 50px
}

.left_ct {
    min-height: 300px;
    width: 67.8%
}

.right_ct {
    min-height: 100px;
    width: 30.2%
}

.bar {
    height: 28px;
    background-color: #ccc;
    margin: 30px 0 45px;
    background-image: url(../images/bg-footer.png?v=1.0);
    background-repeat: repeat-y;
    background-position: center center;
    text-align: center;
    padding: 3px 0
}

.footer_social {
    height: 24px;
    text-align: center;
    margin: 15px 0 0
}

.footer {
    min-height: 100px;
    padding: 10px 0 0;
    background-color: #0d0d0d;
    border-top: 1px solid #222
}

.menu_footer {}

.menu_footer ul {
    float: left;
    width: 100%;
    margin: 0% 0% 0;
    text-align: center
}

.menu_footer ul li {
    display: inline-block;
    margin: 5px -4px 0 0;
    position: relative
}

.menu_footer ul li a {
    display: inline-block;
    color: #000500;
    padding: 5px 20px;
    line-height: 18px;
    font-family: thaisanslite_r1;
    font-size: 18px;
    font-weight: 700
}

.menu_footer ul li:last-child:after {
    width: 0
}

.menu_footer ul li:after {
    display: inline-block;
    content: "";
    margin: 9px 0 0 1px;
    top: 0;
    width: 1px;
    height: 10px;
    background-color: #000500;
    position: relative;
    z-index: 10
}

.menu_footer ul li.hide-af:after {
    width: 0
}

.menu_footer ul li ul.thaitheme-sub-menu li:after,
.menu_footer ul li:last-child:after {
    width: 0
}

.copyright_footer {
    text-align: center;
    font-size: 13px;
    color: #000500;
    padding: 10px 0
}

.menu_footer ul li a:hover {
    color: #fbca3a
}

.copyright_footer a {
    color: #000500
}

.banner_footer {
    float: left;
    width: 100%;
    background-color: #fff;
    border-top: 4px solid #c1c1c1;
    border-bottom: 20px solid #0e0e0e;
    margin: 5px 0 15px;
    padding: 0
}

.bg_h {
    width: 265px;
    height: 148px;
    position: absolute;
    top: 0;
    left: 46.2%;
    z-index: 0;
    background-image: url(../images/bg-h.png?v=1.0);
    background-repeat: no-repeat
}

.menu_list {
    width: 18.5%;
    margin: 0% 0% 15px 1%
}

.menu_list.first {
    margin: 0% 0% 5px 2%
}

.menu_list ul li a {
    float: left;
    width: 100%;
    color: #aab1b7;
    margin: 0 0 5px;
    padding: 0
}

.menu_list ul li:last-child a {
    border-bottom: 0
}

.top_menu ul li a:hover,
.menu_footer ul li a:hover {
    color: #8d2b17
}

.menu_list ul li a:hover {
    color: #fbca3a;
    padding: 0 0 0 7px
}

.menu_list span {
    float: left;
    width: 100%;
    color: #f4feff;
    margin: 10px 0 20px;
    line-height: 24px;
    font-family: thaisanslite_r1;
    font-size: 24px;
    font-weight: 700
}

.menu_list.center {
    width: 34%;
    margin: 0% 1% 15px 3%
}

.menu_list.center ul li a {
    width: 48%;
    margin: 0 2% 5px 0
}

.top_menu ul {
    float: left;
    width: 100%;
    margin: 0%;
    text-align: right
}

.top_menu ul li {
    display: inline-block;
    margin: 0;
    position: relative
}

.top_menu ul li a {
    display: inline-block;
    color: #ddd;
    font-size: 13px;
    padding: 5px 0 5px 14px
}

.banner_hover {
    overflow: hidden
}

.register {
    min-height: 300px;
    background-color: #08111b;
    margin: 0 0 15px;
    padding: 5px
}

.tt_fb {
    min-height: 100px;
    margin: 0 0 15px
}

.tt_col {
    width: 48.8%;
    margin: 0 0 15px
}

.banner_stb {
    margin: 0 0 15px;
    background-color: #08111b;
    position: relative
}

.tt_text {
    margin: 0 0 15px;
    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: 0;
    opacity: 0
}

.banner_hover:hover .tt_img_hover {
    left: 0;
    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.5s;
    animation: shine 1.5s
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.banner_bank {
    margin: 0 0 15px;
    background-color: #08111b;
    position: relative
}

.tt_text .thaitheme_read {
    padding: 0;
    color: #ccc
}

.tt_home_bank {
    width: 100%;
    position: absolute;
    left: 0;
    top: 10px
}

.tt_home_bank a {
    float: right;
    width: 116px;
    height: 100px;
    margin: 8px 0 0
}

.tt_home_bank a:hover {
    opacity: .8
}

.tt_home_bank a.tt_kc {
    margin-right: 10px
}

.tt_home_bank a img {
    width: 100%
}

.tt_news {
    min-height: 300px;
    margin: 0 0 15px;
    overflow: hidden;
    padding: 2px 2px 15px;
    position: relative;
    border-radius: 3px
}

.tt_news h2 {
    background-color: #f5f5f5;
    padding: 5px 30px;
    color: #333;
    font-size: 20px;
    display: inline-block;
    border-radius: 5px 5px 0 0
}

.tt_head_news {
    width: 100%;
    background-color: #050e1f;
    padding: 10px 0 0 10px;
    border-radius: 3px 3px 0 0
}

.post-hl {
    width: 43%;
    background-color: #020a19;
    margin: 10px 0 0 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 0 0;
    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: 0 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;
    line-height: 13px
}

.more_news:hover {
    background-color: #fff
}

.post-sm:hover h3 {
    color: #000
}

.teble_us {
    width: 60%;
    margin: 40px auto
}

.list_user {
    color: #fff602;
    font-size: 16px;
    margin: 10px 0 0
}

.name_list {
    color: #eee
}

.help_list {
    color: #eee;
    text-align: center;
    margin: 20px 0
}

.tt_h_re {
    background-color: #fff;
    padding: 5px 30px;
    margin-bottom: 5px;
    color: #333;
    font-size: 20px;
    border-left: 5px solid #f90
}

.register {
    min-height: 300px;
    margin: 0 0 15px;
    padding: 10px;
    background-color: #0c1b38
}

.tt_h_re {
    width: 100%
}

.from_sm {
    margin: 10px 0 0
}

.tt_full .tags {
    border-top: 1px solid #ccc;
    padding: 15px 0 0;
    color: #f5f5f5
}

.tt_full .tags a {
    background-color: #f5f5f5;
    padding: 3px 10px;
    margin-left: 5px
}

.tt_full .tags a:hover {
    background-color: #000;
    color: #fff
}

.title_page h1,
.title_page h2 {
    color: #000;
    font-family: thaisanslite_r1;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700
}

.title_page {
    margin-bottom: 10px;
    margin-top: 0;
    padding: 5px 20px 7px;
    border-top: 2px solid #fddd00;
    border-bottom: 1px solid #fff;
    background: #f4bd3c;
    background: -moz-linear-gradient(top, rgba(244, 189, 60, 1) 0%, rgba(255, 218, 76, 1) 46%, rgba(244, 189, 60, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(244, 189, 60, 1) 0%, rgba(255, 218, 76, 1) 46%, rgba(244, 189, 60, 1) 100%);
    background: linear-gradient(to bottom, rgb(248, 208, 1) 0%, rgb(211, 171, 8) 46%, #f8d001 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f4bd3c', endColorstr='#f4bd3c', GradientType=0)
}

.postid-1557 .title_page {
    margin-bottom: 0
}

.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: 0;
    margin: 10px 0
}

.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;
    display: inline-block;
    text-decoration: none;
    color: #333;
    margin: 0 0 5px;
    font-size: 16px;
    border: 1px solid #000;
    background-color: #fff
}

.page-numbers a:hover,
.page-numbers a:focus {
    color: #fff;
    background-color: #333
}

.page-numbers.current {
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #000;
    font-size: 16px;
    color: #fff;
    background-color: #000
}

.tt_pagination ul&gt;*:first-child span,
.prev.page-numbers {
    border-radius: 5px 0 0 5px;
    padding: 6px 15px 5px;
    line-height: 20px
}

.tt_pagination ul&gt;*:last-child span,
.next.page-numbers {
    border-radius: 0 5px 5px 0;
    padding: 6px 15px 5px;
    line-height: 20px
}

.page-404 {
    float: left;
    width: 100%;
    margin: 40px 0;
    font-size: 16px;
    color: #fff;
    text-align: center
}

.tt_label {
    color: #fff;
    margin: 0 5px 0 0
}

.tt_from_lg {
    width: 100%;
    text-align: right
}

.tt_from_lg .tt_from_p,
.tt_from_lg .tt_from_u {
    display: inline-block;
    color: #000;
    width: 75%;
    margin: 5px 0% 0 0;
    background-color: #fff;
    border: 0;
    padding: 3px 10px 2px;
    height: 35px;
    border-radius: 0;
    font: 13px sk_reg, Arial, Tahoma, sans-serif
}

.tt_submit {
    display: inline-block;
    width: 100%;
    border: 0;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    line-height: 18px;
    font-family: thaisanslite_r1;
    font-size: 22px;
    padding: 10px 5px;
    display: inline-block;
    border: 1px solid #f3cb02;
    margin-top: 5px;
    color: #000!important;
    animation: walk-cyclet2 .5s steps(5) infinite;
    -webkit-animation: walk-cyclet2 .5s steps(5) infinite
}

.tt_submit:hover {}

.h_lb {
    float: left;
    width: 100%;
    line-height: 20px;
    font-family: thaisanslite_r1;
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    margin: 10px 0;
    color: #fddd00
}

.h_fr {
    position: relative;
    /*left: -9px*/
}

.h_fr_lb {
    float: left;
    width: 25%;
    height: 35px;
    margin: 5px 0 0;
    position: relative;
    left: 0;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(244, 189, 60, 1) 0%, rgba(255, 218, 76, 1) 46%, rgba(244, 189, 60, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(244, 189, 60, 1) 0%, rgba(255, 218, 76, 1) 46%, rgba(244, 189, 60, 1) 100%);
    background: linear-gradient(to bottom, rgb(250, 210, 0) 0%, rgba(255, 218, 76, 0.53) 46%, #182b61 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f4bd3c', endColorstr='#f4bd3c', GradientType=0)
}

.h_fr_lb i.dab {
    width: 25px;
    height: 25px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    line-height: 27px;
    text-align: center;
    margin: 5px 35% 0 0
}

.arr_left:after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    top: 35px;
    border-right: 7px solid #f7c541;
    border-top: 0 solid transparent;
    border-left: 14px solid transparent;
    border-bottom: 7px solid transparent;
    z-index: -1;
    left: -12px
}

@-webkit-keyframes walk-cycle {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes walk-cycle {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes walk-cyclet {
    0% {
        background-color: #aa2a2a
    }
    100% {
        background-color: #d41011
    }
}

@keyframes walk-cyclet {
    0% {
        background-color: #aa2a2a
    }
    100% {
        background-color: #d41011
    }
}

.top_bank {
    padding-top: 15px
}

.head_r {
    width: 34%;
    padding: 0;
    background-color: #000;
    margin-top: 15px;
    border-radius: 10px;
    border: 2px solid #333
}

.head_l {
    width: 50%
}

.tx-login,
.logo_m {
    display: none
}

.tt-social {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 0;
    max-height: 20px;
    background: #fcfcfc;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #f3f3f3 35%, #ebe9ea 100%);
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #f3f3f3 35%, #ebe9ea 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%, #f3f3f3 35%, #ebe9ea 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ebe9ea', GradientType=0)
}

.tt_top_nav ul {
    text-align: left
}

.tt_top_nav ul li {
    display: inline-block;
    margin: 5px -5px 5px 5px
}

.tt_top_nav ul li a {
    display: inline-block;
    color: #333;
    line-height: 18px;
    font-family: thaisanslite_r1;
    font-size: 14px;
    padding: 2px 4px;
    border-radius: 2px;
    color: #000;
    background: #f4bd3c;
    background: -moz-linear-gradient(top, rgba(244, 189, 60, 1) 0%, rgba(255, 218, 76, 1) 46%, rgba(244, 189, 60, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(244, 189, 60, 1) 0%, rgba(255, 218, 76, 1) 46%, rgba(244, 189, 60, 1) 100%);
    background: linear-gradient(to bottom, rgba(244, 189, 60, 1) 0%, rgba(255, 218, 76, 1) 46%, rgba(244, 189, 60, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f4bd3c', endColorstr='#f4bd3c', GradientType=0)
}

.tt_top_nav ul li a:hover {
    color: #fff;
    background: #45484d;
    background: -moz-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000', GradientType=0)
}

.tt_top_nav ul li:after {
    display: inline-block;
    content: "";
    margin: 10px 1px 0;
    top: 0;
    width: 1px;
    height: 10px;
    background-color: #000;
    position: relative;
    z-index: 10
}

.tt_top_nav ul li.hide-af:after {
    width: 0
}

.tt_top_nav ul li:first-child a {}

.tt-social-head {
    float: right;
    width: 275px;
    margin-top: 1px;
    margin-bottom: 3px
}

.social-sharing {
    font-family: helveticaneue, helvetica neue, Helvetica, Arial, sans-serif
}

.social-sharing * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.social-sharing a {
    display: inline-block;
    color: #fff;
    border-radius: 2px;
    margin: 0 0 0 5px;
    height: 14px;
    line-height: 10px;
    text-decoration: none;
    font-weight: 400
}

.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: 16px;
    color: #333;
    border-radius: 0 2px 2px 0;
    border: 1px solid #ececec;
    opacity: 1;
    -webkit-transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .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: #f5f5f5
}

a:hover .share-count:after {
    border-right-color: #f5f5f5
}

.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: 400
}

.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 0 15px 3.1%
}

.list_game h3 {
    text-align: center;
    color: #ccc;
    margin: 10px 0 0;
    font-weight: 700
}

.list_game:hover h3 {
    color: #c8b970
}

.list_game:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.tt_lih {
    padding: 3px 10px 0 0;
    color: #878787;
    line-height: 16px;
    font-family: thaisanslite_r1;
    font-size: 18px
}

.tt_from_list .wpcf7-list-item {
    float: left;
    width: 45%;
    color: #333
}

.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, .7)
}

.wpcf7-form {
    padding: 0
}

.tt_from_list {
    float: left;
    width: 97%;
    margin: 0 0% 10px 0
}

.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 0 0;
    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;
    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: #d41011;
    background: -moz-linear-gradient(top, #d41011 0%, #af0303 100%);
    background: -webkit-linear-gradient(top, #d41011 0%, #af0303 100%);
    background: linear-gradient(to bottom, #d41011 0%, #af0303 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d41011', endColorstr='#af0303', GradientType=0);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #d60b07;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    margin: 10px 3.5% 10px 0;
    line-height: 18px;
    font-family: thaisanslite_r1;
    font-size: 20px;
    font-weight: 700;
    padding: 5px 35px;
    float: left
}

.thaitheme_read .tt_from_submit input.wpcf7-submit {
    float: right
}

.from_post .tt_submit2:hover,
.tt_from_submit input.wpcf7-submit:hover {
    background: #cf0404;
    background: -moz-linear-gradient(top, #cf0404 0%, #ff3019 100%);
    background: -webkit-linear-gradient(top, #cf0404 0%, #ff3019 100%);
    background: linear-gradient(to bottom, #cf0404 0%, #ff3019 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cf0404', endColorstr='#ff3019', GradientType=0)
}

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

.thaitheme_widget .tt_from_list .wpcf7-checkbox {
    float: left;
    width: 100%;
    padding: 10px 0 20px
}

.thaitheme_widget .tt_from_list.checkbox .tt_from_title {
    display: inline-block
}

.thaitheme_widget .tt_from_list.checkbox {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 10px 0 0;
    color: #000;
    border: 1px solid #888;
    border-radius: 3px
}

.wpcf7 form .wpcf7-response-output {
    position: fixed;
    top: 30%;
    width: 400px;
    min-height: 50px;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999999;
    padding: 20px
}

.wpcf7-response-output {
    color: #333;
    text-align: center
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    color: #398f14
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    color: red;
    border: 2px solid red!important
}

.wpcf7-response-output.wpcf7-display-none {
    display: none
}

.wpcf7-not-valid-tip {
    float: left;
    width: 100%
}

.teble_us {
    width: 60%;
    margin: 40px auto
}

.list_user {
    color: #fff602;
    font-size: 16px;
    margin: 10px 0 0
}

.name_list {
    color: #eee
}

.help_list {
    color: #eee;
    text-align: center;
    margin: 20px 0
}

.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: red;
    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: 0 0 20px;
    padding: 10px 0 10px 20px;
    background-color: #96000b
}

.title_from h3 {
    line-height: 20px;
    margin: 0!important;
    padding: 0
}

.wpcf7-form {
    float: left;
    width: 100%;
    padding: 0 0 10px;
    margin-bottom: 10px;
    background-color: #eee
}

.title_from.mt-20-20 {
    margin: 20px 0
}

.tt_tab3,
.tt_tab2,
.tt_tab1 {
    float: left;
    cursor: pointer;
    padding: 5px 0;
    text-align: center;
    width: 33.333333%;
    font-weight: 700;
    line-height: 20px;
    font-family: thaisanslite_r1;
    font-size: 18px;
    position: relative;
    border-left: 1px solid #ccc;
    color: #333;
    background: #fff;
    background: -moz-linear-gradient(top, #ffffff 0%, #cdcdcd 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #cdcdcd 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #cdcdcd 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cdcdcd', GradientType=0)
}

.tt_tab1:hover,
.tt_tab2:hover,
.tt_tab3:hover {
    background: #eee;
    color: #000
}

.tt_tab1.active,
.tt_tab2.active,
.tt_tab3.active {
    background: #11141b;
    color: #fff
}

.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%;
    display: none
}

.tt-nav-hide,
.thaitheme_widget .tt_from_title,
.thaitheme_widget .title_from {
    display: none
}

.thaitheme_widget .wpcf7-form {
    padding: 5px 7px 0;
    margin-bottom: 0;
    background-color: #eee;
    border: 2px solid #e1e1e1
}

.thaitheme_widget .tt_from_box {
    float: left;
    width: 100%
}

.thaitheme_widget .tt_from_list {
    float: left;
    width: 100%;
    margin: 0 0% 4px 0
}

.thaitheme_widget .tt_from_submit {
    height: 40px
}

.tt_from_box input.wpcf7-text.wpcf7-not-valid {
    border: 1px solid red
}

.thaitheme_widget span.wpcf7-not-valid-tip {
    display: none!important
}

.vdo-ufa {
    float: left;
    width: 100%;
    background-color: #000
}

.from_post form {
    float: left;
    width: 100%
}

.img_h {
    padding: 10px 0
}

.from_post h3 {
    float: left;
    width: 100%;
    padding: 0 0 15px;
    font-size: 16px;
    color: #333
}

.from_post {
    float: left;
    width: 100%;
    padding: 10px 15px 15px;
    background-color: #ccc;
    border: 2px solid #ddd
}

.from_post input.tt_from_p2,
.from_post input.tt_from_u1 {
    width: 37%;
    border: 0;
    padding: 6px 10px;
    margin-right: 2%;
    background-color: #fff;
    color: #000;
    border: 1px solid #888;
    border-radius: 3px
}

.from_post .tt_submit2 {
    background: #d41011;
    background: -moz-linear-gradient(top, #d41011 0%, #af0303 100%);
    background: -webkit-linear-gradient(top, #d41011 0%, #af0303 100%);
    background: linear-gradient(to bottom, #d41011 0%, #af0303 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d41011', endColorstr='#af0303', GradientType=0);
    border-radius: 3px;
    border: 1px solid #d60b07;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 25px;
    float: right
}

.head_phone {
    float: left;
    width: 100%;
    display: none;
    border-bottom: 3px solid #000
}

.h-line {
    float: left;
    width: 50%;
    min-height: 20px
}

.h-phone {
    float: left;
    width: 50%;
    min-height: 20px
}

.h-line a {
    display: block;
    width: 100%;
    min-height: 20px;
    padding: 0
}

.h-phone a {
    display: block;
    width: 100%;
    min-height: 20px;
    padding: 0
}

.h-line {
    background-color: #000;
    text-align: center;
    font-family: thaisanslite_r1;
    font-size: 18px;
    line-height: 18px
}

.h-phone {
    background-color: #000;
    text-align: center;
    font-family: thaisanslite_r1;
    font-size: 18px;
    line-height: 18px
}

.bbn_pc {
    width: 50%;
    margin-top: 8px;
    text-align: right
}

.logo_pc a {
    float: left;
    width: 100%;
    margin: 8px 0 5px 2%;
    min-height: 90px
}

.logo_pc {
    float: left;
    width: 100%;
    margin: 18px 0 5px 2%;
    min-height: 90px
}

.social_footer {
    min-height: 40px;
    text-align: center;
    margin-top: 10px
}

.social_tw,
.social_fb,
.social_line {
    display: inline-block;
    padding: 10px 0 0 50px;
    font-size: 14px;
    color: #000500;
    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)
}

.social_tw {
    background-image: url(../images/ico-tw.png?v=1.3)
}

.bar_ft {
    float: left;
    width: 100%;
    height: 30px;
    background: #67a3d9;
    background: -moz-linear-gradient(top, #67a3d9 0%, #67a3d9 35%, #0b4680 100%);
    background: -webkit-linear-gradient(top, #67a3d9 0%, #67a3d9 35%, #0b4680 100%);
    background: linear-gradient(to bottom, #67a3d9 0%, #67a3d9 35%, #0b4680 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#67a3d9', endColorstr='#0b4680', GradientType=0)
}

.bg_ft {
    float: left;
    width: 100%;
    text-align: center;
    padding: 3px 0 0;
    border-top: 2px solid #e6bd51;
    background: #f4bd3c;
    background: -moz-linear-gradient(top, rgba(244, 189, 60, 1) 0%, rgba(255, 218, 76, 1) 46%, rgba(244, 189, 60, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(244, 189, 60, 1) 0%, rgba(255, 218, 76, 1) 46%, rgba(244, 189, 60, 1) 100%);
    background: linear-gradient(to bottom, rgb(157, 106, 20) 0%, rgb(239, 204, 4) 46%, rgb(108, 72, 14) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f4bd3c', endColorstr='#f4bd3c', GradientType=0)
}

.bg_ft img {
    max-width: 620px
}

.tt_from_lg .tt_from_p,
.tt_from_lg .tt_from_u {
    font: 13px sk_reg, Arial, Tahoma, sans-serif
}

.forgot a {
    display: inline-block;
    color: #c6dded;
    padding: 10px 0 0
}

.forgot {
    text-align: right
}

.forgot a:hover {
    color: #fff
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.hover_game {
    position: relative;
    overflow: hidden
}

.img_df {
    float: left;
    width: 100%;
    opacity: 1
}

.img_hover {
    position: absolute;
    width: 100%;
    z-index: 990;
    position: absolute;
    z-index: 1000;
    margin: 0% auto;
    left: 0;
    right: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.img_hover_lg {
    position: absolute;
    max-width: 130px!important;
    z-index: 1000;
    margin: -100% auto 0%;
    left: 0;
    right: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.hover_game:hover .img_hover_lg {
    margin: 15% auto 0%
}

.hover_game:hover .img_hover {
    left: -300%
}

.tt-line-phone span {
    color: #eee;
    padding: 5px 0 0 10px;
    font-family: thaisanslite_r1;
    font-size: 21px;
    line-height: 18px
}

.tt-line-phone {
    float: left;
    width: 100%;
    margin-top: 10px
}

.tx-phone {
    color: #fada61;
    font-weight: 700
}

.tx-li {
    color: #40bf25;
    font-weight: 700
}

.t-phone {
    float: left;
    width: 100%
}

.t-line {
    float: left;
    width: 100%
}

.tt-fxpc {
    position: fixed;
    top: 0;
    z-index: 1500;
    width: 100%;
    float: left
}

.fixpc {
    margin-top: 0
}

.modal {
    display: none;
    position: fixed;
    z-index: 999999;
    padding-top: 10%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 50%;
    max-width: 700px;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .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: 700;
    width: 30px;
    height: 30px;
    margin: -15px -15px 0 0;
    line-height: 30px;
    text-align: center;
    background-color: #bea44d;
    border-radius: 50%;
    position: absolute;
    right: 0
}

.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 0 0
    }
    .modal {
        padding-top: 15%
    }
}

.tlcx {
    text-align: center;
    color: #000;
    padding: 7px 10px 12px;
    font-family: thaisanslite_r1;
    font-size: 28px;
    line-height: 26px;
    border-top: 2px solid #e6bd51;
    background: #f4bd3c;
    background: -moz-linear-gradient(top, rgba(244, 189, 60, 1) 0%, rgba(255, 218, 76, 1) 46%, rgba(244, 189, 60, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(244, 189, 60, 1) 0%, rgba(255, 218, 76, 1) 46%, rgba(244, 189, 60, 1) 100%);
    background: linear-gradient(to bottom, rgba(244, 189, 60, 1) 0%, rgba(255, 218, 76, 1) 46%, rgba(244, 189, 60, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f4bd3c', endColorstr='#f4bd3c', GradientType=0)
}

.tlcx span {
    float: left;
    width: 100%;
    font-weight: 700;
    padding: 0
}

.tt_ag_bt {
    margin-bottom: 0
}

.tt_home_bx {
    width: 48.5%
}

.ct_bank {
    position: relative
}

.tt_bank_btn {
    width: 12%;
    min-height: 80px;
    margin: 0% 2.3% 0% 0%;
    display: inline-block
}

.link_bank {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 52%;
    z-index: 1100;
    text-align: center
}

.tt_ag_btx {
    margin: 5px 0 0
}

.tt_ag_btx h3 {
    float: left;
    width: 100%;
    margin: 10px 0 5px;
    font-family: thaisanslite_r1;
    font-size: 26px;
    line-height: 22px;
    color: #dfa810
}

.tt_ag_btx p {
    float: left;
    width: 100%;
    margin: 5px 0 10px;
    font-family: thaisanslite_r1;
    font-size: 20px;
    line-height: 23px;
    color: #d0d5d9
}

.tt_ag_btx a:hover h3 {
    color: #fad139
}

.tt_okf {
    float: left;
    width: 100%;
    text-align: center;
    color: #000;
    padding: 5px 0 10px;
    font-family: thaisanslite_r1;
    font-size: 38px;
    line-height: 38px;
    font-weight: 700
}

.tt_txt_seo.sbo2 {
    background-color: #000;
    border: 0;
    padding: 20px 10px 0;
    font-size: 20px;
    line-height: 22px
}

.page-404 {
    float: left;
    width: 100%;
    margin-top: 175px;
    font-family: thaisanslite_r1;
    font-size: 32px;
    line-height: 26px;
    text-align: center;
    padding: 10% 0%
}

.img1 {
    margin: 15px 0 0 10px
}

.list_item {
    font-family: thaisanslite_r1;
    font-size: 20px;
    line-height: 26px;
    color: #ccc;
    padding: 15px 0;
    border-bottom: 1px dashed #555
}

.list_item i {
    width: 25px;
    height: 25px;
    background-color: #dba40b;
    color: #000;
    border-radius: 50%;
    line-height: 27px;
    text-align: center;
    margin-right: 10px
}

.tt_ref {
    width: 30%;
    min-height: 100px;
    background-color: #000;
    padding: 10px 10px 16px
}

.tt_ref .img_fr {
    text-align: center;
    margin: 0 0 5px
}

.tt_ref .img_fr img {
    width: 70%
}

.tt_ref .wpcf7-form {
    background-color: #000;
    margin-bottom: 0;
    padding: 0
}

.tt_from_ico {
    float: left;
    width: 20%;
    height: 35px;
    text-align: center;
    padding: 7px 0 0;
    background: #f4bd3c;
    background: -moz-linear-gradient(top, rgba(244, 189, 60, 1) 0%, rgba(255, 218, 76, 1) 46%, rgba(244, 189, 60, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(244, 189, 60, 1) 0%, rgba(255, 218, 76, 1) 46%, rgba(244, 189, 60, 1) 100%);
    background: linear-gradient(to bottom, rgba(244, 189, 60, 1) 0%, rgba(255, 218, 76, 1) 46%, rgba(244, 189, 60, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f4bd3c', endColorstr='#f4bd3c', GradientType=0)
}

.tt_from_ico img {
    width: 100%;
    width: 22px;
    display: inline-block
}

.tt_from_box1x {
    float: left;
    width: 80%;
    height: 35px;
    background-color: #ccc
}

.tt_from_list1x {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    border-radius: 5px;
    overflow: hidden
}

.tt_from_list1x input {
    float: left;
    width: 100%;
    height: 35px;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 0 0 0 10px
}

.tt_from_submit1x .wpcf7-submit {
    float: left;
    width: 100%;
    cursor: pointer;
    font-family: thaisanslite_r1;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    padding: 10px 0;
    color: #fff!important;
    animation: walk-cyclet2 .5s steps(5) infinite;
    -webkit-animation: walk-cyclet2 .5s steps(5) infinite;
    border: 0;
    border-radius: 5px
}

.tt_from_list1x input.wpcf7-not-valid {
    border: 1px solid red
}

div.wpcf7 .ajax-loader {
    display: none!important
}

.header_bg {
    /*background-color: #000;*/
    background-image: url(../img/nav.jpg);

    margin-top: 30px;
    max-height: 170px
}

.header {
    position: relative;
    top: -30px
}

.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;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

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

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

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

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.t_sl {
    position: relative
}

.owl-theme .owl-nav {
    margin-top: 0;
    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: .5
}

.owl-theme .owl-nav [class*=owl-]:hover {
    opacity: 1;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

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

.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: 0 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: red
}</pre></body></html>