@charset "UTF-8";


body {
  overflow-x: hidden;
  font-family: "Kanit";
  font-size: 12px; }

img {
  max-width: 100%; }

/*ribbon*/
.black-ribbon {
  position: fixed;
  z-index: 9999;
  width: 70px;
}
@media only all and (min-width: 768px) {
  .black-ribbon {
    width: auto;
  }
}

.stick-left { left: 0; }
.stick-right { right: 0; }
.stick-top { top: 0; }
.stick-bottom { bottom: 0; }
/*end ribbon*/

.non-link {
  cursor: default !important;
  text-decoration: none !important; }


.md-no-padding-left {
  padding-left: 0; }

.md-no-padding-right {
  padding-right: 0; }

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

.container {
  max-width: 1280px;
  width: 100%; }

.navbar-toggle {
  margin-right: 0; }

.navbar-wrapper {
  margin: 0;
  background: #151616;
  float: center;
  width: 100%;}
  .navbar-wrapper .navbar {
    min-height: 100px;
    margin-bottom: 0;
    border: none; }
    .navbar-wrapper .navbar ul.nav {
      margin-top: 45px; }
      .navbar-wrapper .navbar ul.nav li a {
        font-family: Kanit;
        font-size: 16px;
        line-height: 16px;
        color: #ccc;
        /*padding:0 35px; wait for search*/
        padding: 0 30px; }
      .navbar-wrapper .navbar ul.nav li.open a {
        color: #fff; }
    
.top-slides {
  margin-top: none;
  position: relative;   }
  .top-slides .slidesjs-pagination {
    bottom: 2%;
    left: 44%;
	center: 0%;
    list-style: outside none none;
    padding-left: 0;
    position: absolute;
    text-align: center;
    max-width: 60%;
    z-index: 10; }
    .top-slides .slidesjs-pagination li {
      border-radius: 10px;
      cursor: pointer;
      display: inline-block;
      height: 10px;
      margin: 5px;
      width: 10px; }
      .top-slides .slidesjs-pagination li a {
        display: block;
        overflow: hidden;
        text-indent: -999px;
        width: 10px;
        height: 10px;
        border-radius: 20px;
        background-color: #999; }
      .top-slides .slidesjs-pagination li a.active {
        background: #FFF;
        border: 1px solid #fff; }

.Promotions-head, .home-news-event h4 {
  font-family: Kanit;
  font-size: 36px;
  line-height: 60px;
  color: #000;
  text-align: center;
  margin: 30px 0; }
  .Promotions-head span, .home-news-event h4 span {
    display: block;
    width: 150px;
    border-top: 2px solid #ed1c24;
    margin: 0 auto; }


.home-news-event {
  background: #FFF;
  margin: 0;
  padding: 0 0;
  float: left;
  width: 100%;
  clear: both; }
  .home-news-event h4 {
    font-size: 36px;
    text-align: left; }
    .home-news-event h4 span {
      margin: 0; }
  .home-news-event .news {
    padding-right: 20px; }
    .home-news-event .news ul {
      margin: 0 0 10px 0;
      padding: 0;
      list-style: none;
      border-bottom: 2px solid #888;
      min-height: 350px; }
      .home-news-event .news ul li {
        border-bottom: 2px dotted #ccc;
        padding-top: 5px;
        padding-bottom: 5px; }
        .home-news-event .news ul li time strong {
          display: block;
          font-size: 36px;
          line-height: 36px;
          color: #555;
          font-weight: normal; }
        .home-news-event .news ul li time span {
          font-family: Kanit;
          font-size: 20px;
          line-height: 20px;
          color: #777; }
        .home-news-event .news ul li h6 {
          font-family: Kanit;
          font-size: 20px;
          font-weight: normal;
          line-height: 20px;
          color: #000;
          margin: 0; }
        .home-news-event .news ul li a.readmore {
          font-size: 12px;
          color: #777;
          text-align: right; }
      .home-news-event .news ul li:last-child {
        border-bottom: none; }
    .home-news-event .news .readall {
      text-align: right; }
      .home-news-event .news .readall a {
        font-size: 16px;
        font-weight: bold;
        color: #ed1c24; }
  .home-news-event .event {
    padding-left: 20px; }
    .home-news-event .event ul {
      margin: 0;
      padding: 0;
      list-style: none;
      border-bottom: 2px solid #888;
      min-height: 90px; }
      .home-news-event .event ul li {
        padding: 0 0 10px 0;
        margin-bottom: 10px;
        min-height: 330px; }
        .home-news-event .event ul li figure {
          margin: 0; }
          .home-news-event .event ul li figure img {
            border: 5px solid #fff; }
        .home-news-event .event ul li h6 {
          font-family: Kanit;
          font-size: 20px;
          font-weight: normal;
          line-height: 20px;
          color: #000;
          margin: 0;
          margin: 10px 0; }
        .home-news-event .event ul li time {
          font-family: Kanit;
          font-size: 20px;
          font-weight: normal;
          line-height: 20px;
          color: #777;
          margin: 0;
          display: block;
          margin: 10px 0; }
        .home-news-event .event ul li a.readmore {
          font-size: 12px;
          color: #777; }
      .home-news-event .event ul li:first-child {
        padding-right: 10px; }
      .home-news-event .event ul li:last-child {
        padding-left: 10px; }
      .home-news-event .event ul li:nth-child(2) {
        border-left: 2px dotted #ccc; }
    .home-news-event .event .readall {
      text-align: right; }
      .home-news-event .event .readall a {
        font-size: 12px;
        font-weight: bold;
        color: #ed1c24; }
    .home-news-event .event #home-activity-slide ul.slidesjs-pagination {
      margin: 0 auto;
      display: table;
      table-layout: auto;
      float: none;
      padding: 0;
      border: none;
      position: relative;
      top: -17px;
      z-index: 10; }
      .home-news-event .event #home-activity-slide ul.slidesjs-pagination li {
        float: left;
        min-height: 0;
        border: none;
        padding: 0;
        margin: 0 3px 0 0; }
        .home-news-event .event #home-activity-slide ul.slidesjs-pagination li a {
          display: block;
          width: 8px;
          height: 8px;
          border: 1px solid #999;
          border-radius: 50%;
          text-align: center;
          overflow: hidden;
          text-indent: 100px; }
        .home-news-event .event #home-activity-slide ul.slidesjs-pagination li a.active {
          background: #999; }
/*----------------*/



footer {
  margin-top: 0px;
  font-family: tahoma;
  font-size: 12px; }
  footer .search-form {
    border-top: 2px solid #888;
    border-bottom: 1px solid #888;
    float: left;
    width: 100%; }
    footer .search-form form {
      font-family: Kanit;
      font-size: 32px;
      line-height: 32px;
      color: #cacaca;
      position: relative;
      width: 400px;
      float: left;
      margin: 0;
      padding: 8px 0; }
      footer .search-form form button {
        padding: 0;
        background: 0;
        border: none; }
      footer .search-form form input[type=text] {
        position: absolute;
        left: 25px;
        top: 8px;
        border: none;
        background: none;
        width: 150px;
        font-family: tahoma;
        font-size: 14px;
        color: #000; }
      footer .search-form form input[type=text]:focus {
        border: 1px solid #ccc;
        background: #fff; }
    footer .search-form .social {
      float: right;
      width: 1260px;
      margin: 0; }
	   footer .search-form .social .autogallmasseges {
        float: right;
        width: 170px;
        padding: 10px 0px;
        margin-left: 0px; }
      footer .search-form .social .youtube-facebook {
        float: right;
        width: 250px;
        border-left: 1px solid #888;
        padding: 10px 0 10px 10px;
        margin-left: 0px; }
        footer .search-form .social .youtube-facebook a {
          padding-left: 10px; }
  footer .sitemap {
    clear: left;
    padding-top: 30px; }
    footer .sitemap > .row {
      margin: 0; }
    footer .sitemap h4 {
      font-family: Kanit;
      font-size: 32px;
      font-weight: normal;
      line-height: 32px;
      color: #000;
      margin: 0;
      margin: 0 0 10px 0; }
      footer .sitemap h4 strong {
        font-family: Kanit;
        font-size: 32px;
        line-height: 32px;
        color: #000;
        padding-right: 10px;
        font-weight: normal; }
    footer .sitemap h5 {
      font-family: Kanit;
      font-size: 24px;
      font-weight: normal;
      line-height: 24px;
      color: #000;
      margin: 0; }
      footer .sitemap h5 a {
        font-family: Kanit;
        font-size: 24px;
        line-height: 24px;
        color: #000; }
    footer .sitemap h6 {
      margin: 0;
      font-weight: bold;
      font-size: 12px;
      color: #777; }
      footer .sitemap h6 a {
        font-weight: bold;
        font-size: 12px;
        color: #777; }
    footer .sitemap ul {
      margin: 0 0 15px 15px;
      padding: 0; }
      footer .sitemap ul li a {
        color: #777; }
      footer .sitemap ul li ul {
        margin-left: 13px; }
 

.content-page {
  padding-top: 84px; }
  .content-page .navbar.navbar-default .navbar-header {
    margin-right: 90px; }
  .content-page .navbar.navbar-default .navbar-nav li {
    padding-right: 62px; }
  .content-page header {
    margin-bottom: 20px; }
    .content-page header h2 {
      font-family: Kanit;
      font-size: 48px;
      font-weight: normal;
      line-height: 48px;
      color: #000;
      margin: 0; }
  .content-page .side {
    font-family: Kanit;
    font-size: 20px;
    line-height: 20px;
    color: #777; }
    .content-page .side > p {
      margin: 30px 0; }
  .content-page .content {
    background: none;
    padding: 30px;
    margin-bottom: 30px; }
    .content-page .content .side h5 {
      font-family: Kanit;
      font-size: 48px;
      font-weight: normal;
      line-height: 48px;
      color: #ed1b2f;
      margin: 0; }
    .content-page .content .side h6 {
      font-family: Kanit;
      font-size: 36px;
      font-weight: normal;
      line-height: 36px;
      color: #333;
      margin: 0; }
    .content-page .content .detail {
      font-family: Kanit;
      font-size: 20px;
      line-height: 20px;
      color: #555;
      border-left: 1px solid #ccc;
      padding-left: 50px; }
      .content-page .content .detail .break-point {
        border: none;
        border-bottom: 4px solid #000;
        display: inline-block;
        width: 20%;
        margin: 45px 0; }
      .content-page .content .detail .remark {
        font-family: Kanit;
        font-size: 12px;
        line-height: 12px;
        color: #f00; }
      .content-page .content .detail h4 {
        font-family: Kanit;
        font-size: 24px;
        font-weight: normal;
        line-height: 24px;
        color: #ed1b2f;
        margin: 0;
        margin-top: 20px; }
  .content-page .map-container {
    margin-bottom: 30px; }
    .content-page .map-container header h3 {
      font-family: Kanit;
      font-size: 30px;
      font-weight: normal;
      line-height: 30px;
      color: #000;
      margin: 0; }
    .content-page .map-container .maps > div figure {
      margin-bottom: 20px; }
      .content-page .map-container .maps > div figure img {
        border: 1px solid #999;
        padding: 10px; }
    .content-page .map-container .maps > div figcaption {
      font-family: Kanit;
      font-size: 24px;
      line-height: 24px;
      color: #000; }
    .content-page .map-container .maps > div hr {
      margin: 5px 0;
      display: inline-block;
      width: 20%;
      border: none;
      border-bottom: 1px solid #cacaca; }
    .content-page .map-container .maps > div > a {
      font-family: tahoma;
      font-size: 12px;
      line-height: 12px;
      color: #999;
      display: block;
      margin: 0 auto;
      width: 180px;
      background: #e6e6e6;
      padding: 10px;
      text-decoration: none; }
      .content-page .map-container .maps > div > a img {
        margin-right: 5px; }
  

	.video-container {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px; height: 0; overflow: hidden;
	}
	 
	.video-container iframe,
	.video-container object,
	.video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}	  

@media only screen and (max-device-width: 1280px) {
  .navbar-wrapper .navbar ul.nav li a {
    padding: 0 35px; } }

/*# sourceMappingURL=master.css.map */

