@charset "utf-8";

/* CSS Document */

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,
sub,
sup,
tt,
var,
center,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;


}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {}

a:visited {
    text-decoration: none;
}

.bold {
    font-weight: bold;
}

.clear {
    clear: both;
}

p {
    font-size: 13px;
    line-height: 20px;
}

span {}

span:first-child {}

.bar {
    margin-bottom: 10px;
}

.bar span {
    line-height: 30px;
    /*font-size:13px;*/
}

img {
    border: none;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'supermarket', Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
    font-weight: normal;
    line-height: 1;
}

h1,
h2,
h3 {
    /*  margin-top: 20px;
      margin-bottom: 10px;*/
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1,
.h1 {
    font-size: 38px;
}

h2,
.h2 {
    font-size: 32px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

h1 small,
.h1 small {
    font-size: 24px;
}

h2 small,
.h2 small {
    font-size: 18px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
    font-size: 14px;
}


.more {
    float: right;
    margin-right: 0px;
    text-indent: 5px;
    width: 71px;
    height: 24px;
    text-align: left;
    background: url(../images/more.png) top left no-repeat;
    cursor: pointer;
    color: #FFF;
}

.more a {
    color: #FFF;
    font-size: 11px;
    line-height: 24px;
    cursor: pointer;
    font-weight: bold;
}

.more a:hover {
    width: 100%;
    font-size: 11px;
    display: block;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
    background: url(../images/more-over.png) top left no-repeat;
}

.more-2 {
    position: absolute;
    top: 20px;
    right: 0;
    text-indent: 5px;
    width: 71px;
    height: 24px;
    text-align: left;
    background: url(../images/more.png) top left no-repeat;
    cursor: pointer;
    color: #FFF;
}

.more-2 a {
    color: #FFF;
    font-size: 11px;
    line-height: 24px;
    cursor: pointer;
    font-weight: bold;
}

.more-2 a:hover {
    width: 100%;
    font-size: 11px;
    display: block;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
    background: url(../images/more-over.png) top left no-repeat;
}

.more-3 {
    margin: 0 auto;
    width: 249px;
    height: 73px;
    text-align: center;
    background: url(../images/container-5/travel-more.png) top left no-repeat;
    cursor: pointer;
    color: #FFF;
}

.more-3 a {
    color: #FFF;
    font: 24px/70px 'thaisanslite', Arial, sans-serif;
    cursor: pointer;
    font-weight: bold;
}

.more-3 a:hover {
    width: 100%;
    font: 24px/70px 'thaisanslite', Arial, sans-serif;
    display: block;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
    background: url(../images/container-5/travel-more.png) top left no-repeat;
    cursor: pointer;
}

/*******************************************************/
body {
    overflow-x: hidden;
    font-size: 14px;
    line-height: 140%;
    font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: auto;
}

#container {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}

#main {
    position: relative;
    margin: 0 auto;
    /*overflow:hidden;*/
    width: 1200px;
}

.row {
    float: left;
    width: 100%;
    margin: 0;
    height: auto;
}

/********************************************************** HEADER *******************************************/
#header {
    float: left;
    width: 100%;
    height: 152px;
    /*position: fixed;*/
    position: relative;
    z-index: 999;
    background: url(../images/header/bar.jpg) top center no-repeat;
}

.headerin {
    margin: 0 auto;
    width: 1200px;
    height: 152px;
    position: relative;
}

.row-header {
    float: left;
    width: 100%;
    height: 103px;
    text-align: center;
}

.row-menu {
    float: left;
    width: 100%;
    height: 49px;
    text-align: center;
}

/*********************Flash*************************/
#flash {
    float: left;
    width: 100%;
    height: 459px;
    /*background:url(../images/flash/flash.jpg) top center no-repeat;*/
    position: relative;
}

.flashslide {
    float: left;
    width: 100%;
    /*height:641px;*/
    position: relative;
}

.flashslide ul {
    float: left;
    width: 100%;
    /*height:641px;*/
    position: relative;
}

.flashslide ul li {
    float: left;
    width: 100%;
    /*height:641px;*/
    position: relative;
}

.flashslide .flashbutton {
    left: 0px;
    z-index: 99;
    width: 100%;
    bottom: 40px;
    height: 22px;
    position: absolute;
}

.flashbutton-slide1 {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 45px;
    float: left;
}

.flashbutton-slide1 ul {
    float: left;
    display: block;
    width: 100%;
    width: 100%;
    height: 45px;
    text-align: center;
}

.flashbutton-slide1 ul li {
    float: left;
    width: 45px;
    height: 45px;
}

/*********************Flash*************************/
/*********************update*************************/
.update {
    float: left;
    margin-left: 18%;
    width: 76%;
    margin-top: 17px;
    height: 37px;
    font: 20px/37px 'thaisanslite', Arial, sans-serif;
}

/*********************update*************************/
/*********************activity*************************/
.activity {
    float: left;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.activity .act-top {
    float: left;
    padding: 10px 0px;
    display: block;
    width: 100%;
    height: auto;
    color: #070a0b;
    font: 24px/20px 'thaisanslite', Arial, sans-serif;
    font-weight: bold;
}

.activity .act-mid {
    float: left;
    display: block;
    width: 100%;
    height: auto;
}

.activity .act-mid ul {
    float: left;
    width: 100%;
    height: auto;
}

.activity .act-mid ul li {
    float: left;
    display: block;
    padding: 0px 5px;
    width: 235px;
    /* height :274px; */
    background: url(../images/container-1/bg-gall.jpg) top center no-repeat;
}

.activity .act-mid ul li span.act-pic {
    float: left;
    text-align: center;
    width: 235px;
    height: 132px;
    /* border :#c8d7ff 1px solid; */
}

.activity .act-mid ul li span.act-pic img {
    margin: 0 auto;
}

.activity .act-mid ul li span.act-text {
    float: left;
    padding: 20px 10px;
    width: 95%;
    height: auto;
    overflow: hidden;
    word-wrap: break-word;
}

.act-topic {
    float: left;
    display: block;
    width: 100%;
    height: auto;
    font: 20px/20px 'thaisanslite', Arial, sans-serif;
    color: #252525;
}

.act-detail {
    float: left;
    margin-top: 10px;
    display: block;
    width: 100%;
    height: auto;
    color: #4d4d4d;
}

.activity .act-mid ul li span.act-text a {
    color: #252525;
}

.activity .act-mid ul li span.act-text a:hover {
    color: #0082ff;
}

.activity .act-bottom {
    float: left;
    display: block;
    width: 100%;
    height: auto;
}

/*********************activity*************************/
/*********************mayor*************************/
.mayor {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.mayor .mayor-pic {
    position: absolute;
    top: 29px;
    right: -51px;
    width: 237px;
    height: 397px;
}

.mayor .mayor-name1 {
    position: absolute;
    top: 320px;
    right: -60px;
    width: 269px;
    height: auto;
    text-align: right;
    font: 20px/25px 'thaisanslite', Arial, sans-serif;
    color: #fff;
}

.mayor .mayor-pic1 {
    position: absolute;
    top: 70px;
    right: -170px;
    width: 237px;
    height: 397px;
}

.mayor .mayor-name {
    position: absolute;
    top: 261px;
    right: -70px;
    width: 269px;
    height: auto;
    text-align: right;
    font: 20px/25px 'thaisanslite', Arial, sans-serif;
    color: #fff;
}

.mayor .nayok-pic {
    position: absolute;
    top: -60px;
    right: 50px;
    width: 237px;
    height: 397px;
}

.mayor .nayok-name {
    position: absolute;
    top: 200px;
    right: 100px;
    width: 269px;
    height: auto;
    text-align: right;
    font: 20px/25px 'thaisanslite', Arial, sans-serif;
    color: #fff;
}


.mayor .mayor-talk-1 {
    position: absolute;
    top: 66px;
    left: 50px;
    width: 143px;
    height: auto;
    font: 34px/34px 'thaisanslite', Arial, sans-serif;
    color: #fff;
}

.mayor .mayor-talk-2 {
    position: absolute;
    top: 99px;
    left: 65px;
    width: 143px;
    height: auto;
    font: 19px/20px 'thaisanslite', Arial, sans-serif;
    color: #fff;
}

.mayor .mayor-talk-3 {
    position: absolute;
    top: 120px;
    left: 76px;
    width: 143px;
    height: auto;
    font: 19px/20px 'thaisanslite', Arial, sans-serif;
    color: #fff;
}

.mayor .mayor-hotline {
    position: absolute;
    top: 320px;
    left: 149px;
    width: 110px;
    height: 58px;
}

.mayor .mayor-facebook {
    position: absolute;
    top: 386px;
    left: 185px;
    width: 111px;
    height: 66px;
}

/*********************mayor*************************/
/*********************news-block*************************/
.news-block {
    float: left;
    display: block;
    width: 100%;
    height: 87px;
    position: relative;
}

.news-block-in {
    position: absolute;
    top: 0;
    left: 54.5%;
    width: 325px;
    margin-left: -165px;
    height: 64px;
    font: 36px/40px 'thaisanslite', Arial, sans-serif;
    color: #146cac;
    letter-spacing: 1px;
}

/*********************news-block*************************/
/*********************news*************************/
.news {
    float: left;
    margin-top: 50px;
    display: block;
    width: 817px;
    height: auto;
}

.news .news-top {
    float: left;
    display: block;
    width: 817px;
    height: 56px;
    background: url(../images/container-2/news-top.jpg) top left repeat-x;
}

.news .news-top ul {
    float: left;
    display: block;
    width: 100%;
    height: auto;
}

.news .news-top ul li {
    float: left;
    display: block;
    height: 56px;
}

.news .news-top ul li span.news-select {
    float: left;
    height: 44px;
    padding: 0px 10px;
    background: #0083ff;
    position: relative;
    font: 20px/40px 'thaisanslite', Arial, sans-serif;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}

.news .news-top ul li span.news-select a {
    color: #fff;
}

.news .news-top ul li span.news-select .arrow {
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -9px;
    width: 18px;
    height: 11px;
}

.news .news-top ul li span.news-normal {
    float: left;
    height: 44px;
    padding: 0px 10px;
    position: relative;
    font: 24px/40px 'thaisanslite', Arial, sans-serif;
    color: #000;
}

.news .news-top ul li span.news-normal a {
    display: block;
    font: 20px/40px 'thaisanslite', Arial, sans-serif;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
}

.news .news-top ul li span.news-normal a:hover {
    width: 100%;
    display: block;
    font: 20px/40px 'thaisanslite', Arial, sans-serif;
    color: #e88e00;
    font-weight: bold;
    letter-spacing: 1px
}

.news .news-top-sub {
    float: left;
    display: block;
    width: 817px;
    height: 56px;
    background: url(../images/container-2/news-top.jpg) top left repeat-x;
}

.news .news-top-sub ul {
    float: left;
    display: block;
    width: 100%;
    height: auto;
}

.news .news-top-sub ul li {
    float: left;
    display: block;
    height: 56px;
}

.news .news-top-sub ul li span.news-select-sub {
    float: left;
    height: 44px;
    padding: 0px 25px;
    background: #0083ff;
    position: relative;
    font: 20px/44px 'thaisanslite', Arial, sans-serif;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}

.news .news-top-sub ul li span.news-select-sub a {
    color: #fff;
}

.news .news-top-sub ul li span.news-select-sub .arrow_sub {
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -9px;
    width: 18px;
    height: 11px;
}

.news .news-top-sub ul li span.news-normal-sub {
    float: left;
    height: 44px;
    padding: 0px 20px;
    position: relative;
    font: 20px/44px 'thaisanslite', Arial, sans-serif;
    color: #000;
}

.news .news-top-sub ul li span.news-normal-sub a {
    display: block;
    font: 20px/44px 'thaisanslite', Arial, sans-serif;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
}

.news .news-top-sub ul li span.news-normal-sub a:hover {
    width: 100%;
    display: block;
    font: 20px/44px 'thaisanslite', Arial, sans-serif;
    color: #e88e00;
    font-weight: bold;
    letter-spacing: 1px
}

.news .news-mid {
    float: left;
    display: block;
    width: 817px;
    height: 330px;
}

.news .news-mid ul {
    background-color: unset !important;
    float: left;
    margin-top: 10px;
    display: block;
    width: 100%;
    height: auto;
}

.news .news-mid ul li {
    float: left;
    display: block;
    width: 270px;
    height: auto;
    border-right: 1px solid #c6c6c6;
}

.news .news-mid ul li:last-child {
    border-right: 0px;
}

.news-pic {
    float: left;
    margin-top: 20px;
    width: 270px;
    height: 214px;
}

.news-pic-in {
    margin: 0 auto;
    width: 203px;
    height: 203px;
    padding: 5px;
    background-color: #acdcf9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 0;
    border: #acdcf9 5px solid;
}

.news-pic-in img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.news-text {
    float: left;
    margin-top: 22px;
    margin-left: 17px;
    width: 236px;
    height: auto;
    font-size: 14px;
    line-height: 18px;
}

.news-text a {
    font-size: 14px;
    line-height: 18px;
    color: #000;
}

.news-text a:hover {
    font-size: 14px;
    line-height: 18px;
    color: #e88e00;
}

.news .news-bottom {
    float: left;
    padding: 18px 0px;
    display: block;
    width: 817px;
    height: auto;
    text-align: center;
    position: relative;
}

/*********************news*************************/
/*********************link*************************/
.link {
    float: left;
    width: 340px;
    margin-top: 45px;
    margin-left: 26px;
    height: auto;
}

.link ul {
    float: left;
    width: 100%;
    height: auto;
}

.link ul li {
    float: left;
    padding-left: 27px;
    margin-bottom: 1px;
    width: 92%;
    height: 49px;
    background: url(../images/container-2/link.jpg) top left no-repeat;
    font: 24px/49px 'thaisanslite', Arial, sans-serif;
    color: #000;
    transition: background 0.5s linear;

}

.link ul li:hover {
    -moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    -webkit-transition: color .2s ease-in;
    background: url(../images/container-2/link-over.jpg) top left no-repeat;

}

.link ul li a {
    display: block;
    font: 24px/50px 'rsu', Arial, sans-serif;
    color: #000;
    /*font-weight :bold;*/
    letter-spacing: 1px;
    transition: background 0.3s linear;
}

.link ul li a:hover {
    display: block;
    width: 100%;
    cursor: pointer;
    font: 24px/50px 'rsu', Arial, sans-serif;
    color: #fff;
    /* font-weight    :bold; */
    letter-spacing: 1px;
    -moz-transition: color .4s ease-in;
    -o-transition: color .4s ease-in;
    -webkit-transition: color .4s ease-in;
}

.link .news-bottom {
    float: left;
    padding: 18px 0px;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
}

/*********************link*************************/
/****************************banner-slide**********************************/
/*

.banner-slide{
    float:left;
    display:block;
    width:100%;
    height:auto;
}
.banner-slide-top{
    float:left;
    display:block;
    width:100%;
    height:50px;
    color:#f1951e;
    font:30px/50px 'thaisanslite', Arial, sans-serif;
    position:relative;
}
.banner-slide-mid{
    float:left;
    display:block;
    width: 576px;
    height: 234px;
    position:relative;
}*/
.banner {
    float: left;
    display: block;
    width: 818px;
    height: 515px;
    position: relative;
}

.banner-slide {
    float: left;
    display: block;
    width: 818px;
    height: 515px;
    position: relative;
}

.banner-slide .banner-slide-in {
    top: 0;
    left: -29px;
    width: 870px;
    height: 524px;
    position: absolute;
    background: url(../images/banner-1234/background.png) top left no-repeat;
}

/****************************banner-slide**********************************/
/****************************portfolio**********************************/
.portfolio-x {
    float: left;
    width: 340px;
    /* margin-top: 45px; */
    margin-left: 26px;
    height: auto;
}

.portfolio {
    float: left;
    display: block;
    width: 340px;
    height: auto;
}

.portfolio-top {
    float: left;
    display: block;
    width: 100%;
    height: 50px;
    color: #0083ff;
    font: 30px/50px 'thaisanslite', Arial, sans-serif;
    position: relative;
}

.portfolio-mid {
    float: left;
    display: block;
    width: 100%;
    height: auto;
}

.small-pic {
    float: left;
    display: block;
    width: 340px;
    height: auto;
    margin-right: 22px;
    position: relative;
}

.small-pic ul {
    float: left;
    display: block;
    width: 100%;
    height: auto;
}

.small-pic ul li {
    float: left;
    margin-bottom: 10px;
    display: block;
    width: 270px;
    height: auto;
}

.small-pic ul li:last-child {
    margin-bottom: 0;
}

.small-pic ul li span.s-pic {
    float: left;
    display: block;
    width: 340px;
    height: 152px;
}

.small-pic ul li span.s-text-1 {
    float: left;
    padding: 5px 0px;
    display: block;
    width: 340px;
    height: auto;
}

.small-pic ul li span.s-text-1 a {
    color: #000;
}

.small-pic ul li span.s-text-1 a:hover {
    color: #e88e00;
}

.big-pic {
    float: left;
    display: block;
    width: 270px;
    height: auto;
    position: relative;
}

.big-pic .b-pic {
    float: left;
    display: block;
    width: 270px;
    height: 365px;
}

.big-pic .b1-text {
    float: left;
    padding: 5px 0px;
    display: block;
    width: 270px;
    height: auto;
}

.big-pic .b1-text a {
    color: #000;
}

.big-pic .b1-text a:hover {
    color: #e88e00;
}

.portfolio-bottom {
    float: left;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 5px;
    position: relative;
}

/****************************portfolio**********************************/
/****************************board*********************************/
.board {
    float: left;
    display: block;
    width: 100%;
    height: auto;
}

.board-left {
    float: left;
    margin-top: 32px;
    width: 270px;
    height: 455px;
    position: relative;
}

.board-left .b-logo {
    width: 209px;
    height: 176px;
    position: absolute;
    top: 5px;
    left: 60px;
}

.board-right {
    float: left;
    margin-top: 32px;
    width: 100%;
    height: 461px;
    position: relative;
}

.board-right ul {
    float: left;
    display: block;
    width: 100%;
    height: auto;
    display: block;
}

.board-right ul li {
    float: left;
    display: block;
    width: 168px;
    height: 461px;
    position: relative;
}

.mayor-1-pic {
    width: 278px;
    height: 461px;
    position: absolute;
    top: -17px;
    left: 0;
    background: url(../images/container-3/nayok.png) top left no-repeat;
    z-index: 0;
}

.mayor-1-text {
    padding-top: 50px;
    padding-left: 30px;
    width: 285px;
    height: 95px;
    position: absolute;
    bottom: 24px;
    left: -24px;
    background: url(../images/container-3/tag-name.png) top left no-repeat;
    z-index: 1;
    font: 36px/30px 'thaisanslite', Arial, sans-serif;
    color: #000;
}

.rongnayok-1-pic {
    width: 278px;
    height: 461px;
    position: absolute;
    top: -17px;
    left: 80px;
    background: url(../images/container-3/rong-nayok-1.png) top left no-repeat;
    z-index: 0;
}

.rongnayok-1-text {
    padding-top: 55px;
    padding-left: 30px;
    width: 285px;
    height: 90px;
    position: absolute;
    bottom: 24px;
    left: 56px;
    background: url(../images/container-3/tag-name.png) top left no-repeat;
    z-index: 1;
    font: 24px/25px 'thaisanslite', Arial, sans-serif;
    color: #000;
}

.rongnayok-2-pic {
    width: 278px;
    height: 461px;
    position: absolute;
    top: -17px;
    left: 110px;
    background: url(../images/container-3/rong-nayok-2.png) top left no-repeat;
    z-index: 0;
}

.rongnayok-2-text {
    padding-top: 55px;
    padding-left: 30px;
    width: 285px;
    height: 90px;
    position: absolute;
    bottom: 64px;
    left: 106px;
    background: url(../images/container-3/tag-name.png) top left no-repeat;
    z-index: 1;
    font: 24px/25px 'thaisanslite', Arial, sans-serif;
    color: #000;
}

.rongnayok-3-pic {
    width: 278px;
    height: 461px;
    position: absolute;
    top: -17px;
    left: -50px;
    background: url(../images/container-3/rong-nayok-3.png) top left no-repeat;
    z-index: 0;
}

.rongnayok-3-text {
    padding-top: 54px;
    padding-left: 30px;
    width: 285px;
    height: 91px;
    position: absolute;
    bottom: 24px;
    left: -64px;
    background: url(../images/container-3/tag-name.png) top left no-repeat;
    z-index: 1;
    font: 24px/25px 'thaisanslite', Arial, sans-serif;
    color: #000;
}

/****************************board**********************************/
/****************************travel**********************************/
.travel {
    float: left;
    display: block;
    width: 100%;
    height: auto;
}

.travel .travel-top {
    float: left;
    display: block;
    width: 100%;
    height: 121px;
    font: 45px/120px 'Arabica', Arial, sans-serif;
    color: #a16d23;
    text-align: center;
    position: relative;
}

.travel .travel-mid {
    float: left;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.travel .travel-mid ul {
    float: left;
    display: block;
    width: 100%;
    height: auto;
}

.travel .travel-mid ul li {
    float: left;
    margin-right: 36px;
    display: block;
    width: 270px;
    height: 416px;
    transition: all 300ms;
}

.travel .travel-mid ul li:hover {
    float: left;
    margin-right: 36px;
    display: block;
    width: 270px;
    height: 416px;
    transform: scale(1.1);
    -webkit-box-shadow: 0px -1px 24px 5px rgba(127, 153, 168, 1);
    -moz-box-shadow: 0px -1px 24px 5px rgba(127, 153, 168, 1);
    box-shadow: 0px -1px 24px 5px rgba(127, 153, 168, 1);
}

.travel .travel-mid ul li:last-child {
    margin-right: 0px;
}

.travel-pic {
    float: left;
    display: block;
    width: 100%;
    height: 416px;
    position: relative;
}

.travel-pic .travel-number {
    width: 67px;
    height: 64px;
    position: absolute;
    bottom: 96px;
    left: 50%;
    margin-left: -33px;
    text-align: center;
    font: 30px/60px 'rsu', Arial, sans-serif;
    color: #000;
    background: url(../images/container-5/bg-number.png) top left no-repeat;
    z-index: 1;
}

.travel-pic .travel-number a {
    font: 30px/60px 'rsu', Arial, sans-serif;
    color: #000;
    display: block;
}

.travel-pic .travel-number a:hover {
    font: 30px/60px 'rsu', Arial, sans-serif;
    color: #000;
    display: block;
    width: 100%;
    cursor: pointer;
}

.travel-pic .travel-text {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 28px;
    left: 0;
    display: block;
    font: 27px/25px 'rsu', Arial, sans-serif;
    color: #fff;
    text-align: center;
    z-index: 1;
}

.travel-pic .travel-text a {
    font: 27px/25px 'rsu', Arial, sans-serif;
    color: #fff;
}

.travel-pic .travel-text a:hover {
    font: 27px/25px 'rsu', Arial, sans-serif;
    color: #faf0b4;
}

.travel-pic .travel-bg {
    width: 100%;
    height: 144px;
    position: absolute;
    bottom: 0px;
    left: 0%;
    text-align: center;
    background: url(../images/container-5/black.png) bottom left no-repeat;
    z-index: 0;
}

.travel .travel-bottom {
    float: left;
    margin-top: 47px;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

/****************************travel**********************************/
/****************************media**********************************/
.media {
    float: left;
    display: block;
    width: 100%;
    height: auto;
}

.media .media-top {
    float: left;
    display: block;
    width: 100%;
    height: 96px;
    text-align: center;
    font: 36px/96px 'rsu', Arial, sans-serif;
    color: #342a16;
    position: relative;
}

/*********************calendar-block*************************/
.calendar-block {
    float: left;
    width: 265px;
    height: auto;
    position: relative;
}

.calendar-block .calendar-block-top {
    float: left;
    display: block;
    width: 200px;
    height: 43px;
    font: 30px/40px 'thaisanslite', Arial, sans-serif;
    color: #fff;
    text-align: center;
    background: #0083ff;
}

.calendar-block .calendar-block-mid {
    float: left;
    display: block;
    width: 100%;
    height: auto;
}

.calendar-block .calendar-block-bottom {
    float: left;
    margin-top: 8px;
    display: block;
    width: 100%;
    height: auto;
}

/*********************calendar-block*************************/
/*********************vdo*************************/
.vdo {
    float: left;
    display: block;
    margin-left: 50px;
    width: 342px;
    height: auto;
    position: relative;
}

.vdo .vdo-top {
    float: left;
    display: block;
    width: 200px;
    height: 43px;
    font: 30px/40px 'thaisanslite', Arial, sans-serif;
    color: #fff;
    text-align: center;
    background: #0083ff;
}

.vdo .vdo-mid {
    float: left;
    display: block;
    padding: 13px;
    width: 316px;
    height: auto;
    background-color: #f8f6f1;
}

.vdo-pic {
    float: left;
    display: block;
    width: 314px;
    height: auto;
}

.vdo-text {
    float: left;
    padding: 10px 0px;
    display: block;
    width: 314px;
    height: auto;
}

.vdo .vdo-bottom {
    float: left;
    padding: 10px 0px;
    padding-right: 20px;
    display: block;
    width: 322px;
    height: auto;
    background-color: #f8f6f1;
}

/*********************vdo*************************/
/*********************e-book*************************/
.e-book {
    float: left;
    margin-left: 50px;
    display: block;
    width: 474px;
    height: auto;
    position: relative;
}

.e-book .e-book-top {
    float: left;
    display: block;
    width: 200px;
    height: 43px;
    font: 30px/40px 'thaisanslite', Arial, sans-serif;
    color: #fff;
    text-align: center;
    background: #0083ff;
}

.e-book .e-book-mid {
    float: left;
    display: block;
    padding: 31px;
    padding-bottom: 23px;
    width: 415px;
    height: auto;
    background-color: #f8f6f1;
}

.e-book .e-book-mid ul {
    float: left;
    display: block;
    width: 100%;
    height: auto;
}

.e-book .e-book-mid ul li {
    float: left;
    margin-right: 60px;
    display: block;
    width: 175px;
    height: 224px;
}

.e-book .e-book-mid ul li:last-child {
    margin-right: 0px;
}

.e-book .e-book-bottom {
    float: left;
    padding: 10px;
    /* padding-right:20px; */
    display: block;
    width: 457px;
    height: auto;
    background-color: #f8f6f1;
}

/*********************e-book*************************/
/*********************link*************************/
.link-1 {
    float: left;
    margin-top: 0px;
    display: block;
    width: 100%;
    height: auto;
}

.link-1 .link-1-top {
    float: left;
    display: block;
    padding-left: 27px;
    width: 97%;
    height: 28px;
    background: url(../images/container-5/link-1.png) top left no-repeat;
    font: 24px/25px 'thaisanslite', Arial, sans-serif;
    color: #efe167;
}

.link-1 .link-1-mid {
    float: left;
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
}

.link-1 .link-1-mid ul {
    background-color: unset !important;
    float: left;
    width: 100%;
    height: auto;
}

.link-1 .link-1-mid ul li {
    float: left;
    display: block;
    margin-left: 12px;
    margin-right: 1px;
    width: 224px;
    height: auto;
    height: auto;
}

.link-1 .link-1-midul li:last-child {
    margin-left: 0px;
    margin-right: 0px;
}

/*********************link*************************/
/****************************media**********************************/

/*********************service**********************/
.service {
    float: left;
    width: 100%;
    height: auto;
}

.service .service-top {
    float: left;
    margin-top: 10px;
    width: 100%;
    height: 69px;
    text-align: center;
    font: 36px/88px 'rsu', Arial, sans-serif;
    color: #000;
}

.service .service-mid {
    float: left;
    margin-top: 20px;
    width: 100%;
    height: auto;
}

.service-top-in {
    float: left;
    padding: 10px 17px;
    width: 87%;
    height: auto;
}

.s-text {
    float: left;
    width: 100%;
    height: auto;
    font: 23px/47px 'rsu', Arial, sans-serif;
    color: #fff;
}

.service-mid-in {
    float: left;
    padding: 10px 17px;
    padding-bottom: 37px;
    width: 87%;
    min-height: 130px;
}

.service-mid-in ul {
    float: left;
    width: 100%;
    height: auto;
}

.service-mid-in ul li {
    float: left;
    display: block;
    padding: 2px 0px;
    width: 100%;
    height: auto;
    font: 17px/20px 'supermarket', Arial, sans-serif;
    color: #122b49;
}

.service-mid-in ul li a {
    font: 17px/20px 'supermarket', Arial, sans-serif;
    color: #fff;
}

.service-mid-in ul li a:hover {
    font: 17px/20px 'supermarket', Arial, sans-serif;
    color: #f6e76c;
}

/*********************service**********************/


/***************************footer***************************/
#footer {
    position: relative;
    margin-top: -160px;
    float: left;
    width: 100%;
    height: 494px;
    background: url(../images/footer/bg.png) top center no-repeat;
}

.footer-in {
    margin: 0 auto;
    width: 1200px;
    height: 494px;
    display: block;
    position: relative;
}

.footer-left {
    float: left;
    width: 376px;
    height: 494px;
    position: relative;
}

.footer-left .footer-logo {
    width: 376px;
    height: 76px;
    position: absolute;
    top: 176px;
    left: 0;
}

.footer-left .footer-map {
    width: 380px;
    height: 123px;
    position: absolute;
    top: 254px;
    left: 0;
}

.footer-left .footer-address {
    width: 380px;
    height: 79px;
    position: absolute;
    top: 384px;
    left: 0;
    font: 17.3px/16px 'thaisanslite', Arial, sans-serif;
    color: #000;
    font-weight: bold;
}

.footer-center {
    float: left;
    width: 413px;
    height: 494px;
    position: relative;
}

.footer-center .footer-door {
    width: 409px;
    height: 489px;
    position: absolute;
    bottom: 40px;
    left: 17px;
}

.footer-center .footer-ship {
    width: 249px;
    height: 149px;
    position: absolute;
    top: -126px;
    left: 93px;
}

.footer-center .footer-social {
    width: 160px;
    height: 122px;
    position: absolute;
    bottom: 150px;
    left: 50%;
    margin-left: -68px;
}

.social-row {
    float: left;
    padding: 5px 0px;
    display: block;
    width: 100%;
    height: auto;
    font: 27px/20px 'rsu', Arial, sans-serif;
    color: #000;
    text-align: center;
}

.footer-right {
    float: left;
    margin-left: 78px;
    width: 322px;
    height: 494px;
    position: relative;
}

.footer-right .facebook-block {
    width: 320px;
    height: 281px;
    position: absolute;
    bottom: 42px;
    left: 0;
    display: block;
}

.footer-right .menu-footer {
    width: 320px;
    height: auto;
    position: absolute;
    top: 127px;
    left: 0;
    display: block;
    font: 24px/20px 'thaisanslite', Arial, sans-serif;
    color: #fff;
    text-align: right;
}

.footer-right .menu-footer a {
    font: 24px/20px 'thaisanslite', Arial, sans-serif;
    color: #fff;
}

.footer-right .menu-footer a:hover {
    font: 24px/20px 'thaisanslite', Arial, sans-serif;
    color: #ffeb00;
}


.copyright {
    bottom: 8px;
    left: 12px;
    width: 530px;
    height: auto;
    position: absolute;
    font-size: 12px;
    color: #fff;
}

.copyright a {
    font-size: 12px;
    color: #d68d00;
}

.copyright a:hover {
    font-size: 12px;
    color: #01ceec;
}

#attr {
    position: absolute;
    margin-top: 27px;
    width: 47%;
    text-align: right;
    right: 2px;
    bottom: 7px;
}


.admin-system {
    position: relative;
    float: left;
    width: 110px;
    height: 15px;

    color: #fff;
    padding: 3px;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    margin-top: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-position: 4% 50%;
}

.admin-system a {
    color: #fff;
}

.admin-system a:hover {
    color: #f3ce5b;
}

.admin-system .notification {
    position: absolute;
    top: 4px;
    right: 0px;
    width: 32px;
    height: 15px;
    color: #fff;
    background-color: #ba142b;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
}

.admin-system a {
    display: block;
    width: 100%;
}

.stat {
    float: left;
    width: 50px;
    height: 18px;
    margin: 3px 0 0 5px;
    padding-right: 5px;
    background: #2d805d;
    color: #fff;
    border: #3eaa7f 1px solid;
    line-height: 18px;
}

.hi-stat {
    float: left;
    width: auto;
    height: 18px;
    margin: 3px 0 0 5px;
}

/***************************footer***************************/

@media (max-width: 900px) {
    body {
        overflow-x: scroll;
    }
}

@media (max-width: 1000px) {

    /*body,#flash,#wrapper,#footer,#container {
        width:104% !important;
    }*/
    #wrapper {
        overflow-x: hidden;
        width: 104% !important;
    }
}

.ebook-text {
    float: left;
    padding: 10px 0px;
    display: block;
    width: 225px;
    height: auto;
    color: #333;
    position: relative;
    top: 220px;
}

.ebook-text a {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    font-weight: bold;
}

.ebook-text a:hover {
    font-size: 14px;
    line-height: 20px;
    color: #7c3205;
    font-weight: bold;
}

/***************************************/

.news-mid2 {
    float: left;
    width: 100%;
    margin-top: -40px;
    z-index: -1;
    height: auto;
    padding: 10px;
    padding-top: 42px;
    /* background-color: #fff; */
}

.news-mid2 ul {
    float: left;
    width: 97%;
    height: auto;
}

.news-mid2 ul li {
    float: left;
    display: block;
    padding: 5px 0px;
    padding-left: 20px;
    border-bottom: #999 1px solid;
    background: url(../images/bullet/bullet_4.png) 5px 10px no-repeat;

    width: 100%;
    height: auto;
}

.news-mid2 ul li a:hover {
    color: #e05e17;
}

/***************************************/

.tag-hotnews {
    top: 0;
    right: 30px;
    float: right;
    padding: 5px 0px;
    width: 55px;
    height: 45px;
    position: relative;
    background-color: #e88e00;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    font: 24px/18px 'thaisanslite', Arial, sans-serif;
    color: #fff;
    z-index: 9;
}