@charset "UTF-8";
/* pink light*/
/* pink dark */
/* yellow */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Chonburi");
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 {
  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;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: tahoma, Helvetica;
  line-height: 1.42857;
  color: #666666;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 640px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

input, select, textarea {
  font-family: tahoma,Helvetica;
}

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

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

strong {
  font-weight: 700;
}

.textreplacement {
  display: block;
  display: inline-block;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  height: 1px;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.wrapper {
  max-width: 960px;
  margin: auto;
}

@media screen and (max-width: 959px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 320px) {
  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.row {
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

@media screen and (max-width: 640px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.row .row {
  margin-left: -10px;
  margin-right: -10px;
}

@media screen and (max-width: 640px) {
  .row .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.show-grid .row {
  border: 1px solid grey;
}

.col {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 1px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 640px) {
  .col {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.show-grid .col {
  border: 1px solid grey;
}

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

.span-1 {
  width: 8.33333%;
}

.span-2 {
  width: 16.66667%;
}

.span-3 {
  width: 25%;
}

.span-4 {
  width: 33.33333%;
}

.span-5 {
  width: 41.66667%;
}

.span-6 {
  width: 50%;
}

.span-7 {
  width: 58.33333%;
}

.span-8 {
  width: 66.66667%;
}

.span-9 {
  width: 75%;
}

.span-10 {
  width: 83.33333%;
}

.span-11 {
  width: 91.66667%;
}

.span-12 {
  width: 100%;
}

.push-1 {
  left: 8.33333%;
}

.push-2 {
  left: 16.66667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333%;
}

.push-5 {
  left: 41.66667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333%;
}

.push-8 {
  left: 66.66667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333%;
}

.push-11 {
  left: 91.66667%;
}

.push-12 {
  left: 100%;
}

.pull-1 {
  right: 8.33333%;
}

.pull-2 {
  right: 16.66667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333%;
}

.pull-5 {
  right: 41.66667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333%;
}

.pull-8 {
  right: 66.66667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333%;
}

.pull-11 {
  right: 91.66667%;
}

.pull-12 {
  right: 100%;
}

.ma-small {
  margin: 20px;
}

.mtb-small {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mlr-small {
  margin-left: 20px;
  margin-right: 20px;
}

.pa-small {
  padding: 20px;
}

.ptb-small {
  padding-top: 20px;
  padding-bottom: 20px;
}

.plr-small {
  padding-left: 20px;
  padding-right: 20px;
}

.ma-medium {
  margin: 20px;
}

.mtb-medium {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mlr-medium {
  margin-left: 20px;
  margin-right: 20px;
}

.pa-medium {
  padding: 20px;
}

.ptb-medium {
  padding-top: 20px;
  padding-bottom: 20px;
}

.plr-medium {
  padding-left: 20px;
  padding-right: 20px;
}

.ma-large {
  margin: 20px;
}

.mtb-large {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mlr-large {
  margin-left: 20px;
  margin-right: 20px;
}

.pa-large {
  padding: 20px;
}

.ptb-large {
  padding-top: 20px;
  padding-bottom: 20px;
}

.plr-large {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 480px) {
  .xs-1 {
    width: 8.33333%;
  }
  .xs-2 {
    width: 16.66667%;
  }
  .xs-3 {
    width: 25%;
  }
  .xs-4 {
    width: 33.33333%;
  }
  .xs-5 {
    width: 41.66667%;
  }
  .xs-6 {
    width: 50%;
  }
  .xs-7 {
    width: 58.33333%;
  }
  .xs-8 {
    width: 66.66667%;
  }
  .xs-9 {
    width: 75%;
  }
  .xs-10 {
    width: 83.33333%;
  }
  .xs-11 {
    width: 91.66667%;
  }
  .xs-12 {
    width: 100%;
  }
  .xs-push-1 {
    left: 8.33333%;
  }
  .xs-push-2 {
    left: 16.66667%;
  }
  .xs-push-3 {
    left: 25%;
  }
  .xs-push-4 {
    left: 33.33333%;
  }
  .xs-push-5 {
    left: 41.66667%;
  }
  .xs-push-6 {
    left: 50%;
  }
  .xs-push-7 {
    left: 58.33333%;
  }
  .xs-push-8 {
    left: 66.66667%;
  }
  .xs-push-9 {
    left: 75%;
  }
  .xs-push-10 {
    left: 83.33333%;
  }
  .xs-push-11 {
    left: 91.66667%;
  }
  .xs-push-12 {
    left: 100%;
  }
  .xs-pull-1 {
    right: 8.33333%;
  }
  .xs-pull-2 {
    right: 16.66667%;
  }
  .xs-pull-3 {
    right: 25%;
  }
  .xs-pull-4 {
    right: 33.33333%;
  }
  .xs-pull-5 {
    right: 41.66667%;
  }
  .xs-pull-6 {
    right: 50%;
  }
  .xs-pull-7 {
    right: 58.33333%;
  }
  .xs-pull-8 {
    right: 66.66667%;
  }
  .xs-pull-9 {
    right: 75%;
  }
  .xs-pull-10 {
    right: 83.33333%;
  }
  .xs-pull-11 {
    right: 91.66667%;
  }
  .xs-pull-12 {
    right: 100%;
  }
  .ma-xs-small {
    margin: 20px;
  }
  .mtb-xs-small {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mlr-xs-small {
    margin-left: 20px;
    margin-right: 20px;
  }
  .pa-xs-small {
    padding: 20px;
  }
  .ptb-xs-small {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .plr-xs-small {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ma-xs-medium {
    margin: 20px;
  }
  .mtb-xs-medium {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mlr-xs-medium {
    margin-left: 20px;
    margin-right: 20px;
  }
  .pa-xs-medium {
    padding: 20px;
  }
  .ptb-xs-medium {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .plr-xs-medium {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ma-xs-large {
    margin: 20px;
  }
  .mtb-xs-large {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mlr-xs-large {
    margin-left: 20px;
    margin-right: 20px;
  }
  .pa-xs-large {
    padding: 20px;
  }
  .ptb-xs-large {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .plr-xs-large {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 640px) {
  .sm-1 {
    width: 8.33333%;
  }
  .sm-2 {
    width: 16.66667%;
  }
  .sm-3 {
    width: 25%;
  }
  .sm-4 {
    width: 33.33333%;
  }
  .sm-5 {
    width: 41.66667%;
  }
  .sm-6 {
    width: 50%;
  }
  .sm-7 {
    width: 58.33333%;
  }
  .sm-8 {
    width: 66.66667%;
  }
  .sm-9 {
    width: 75%;
  }
  .sm-10 {
    width: 83.33333%;
  }
  .sm-11 {
    width: 91.66667%;
  }
  .sm-12 {
    width: 100%;
  }
  .sm-push-1 {
    left: 8.33333%;
  }
  .sm-push-2 {
    left: 16.66667%;
  }
  .sm-push-3 {
    left: 25%;
  }
  .sm-push-4 {
    left: 33.33333%;
  }
  .sm-push-5 {
    left: 41.66667%;
  }
  .sm-push-6 {
    left: 50%;
  }
  .sm-push-7 {
    left: 58.33333%;
  }
  .sm-push-8 {
    left: 66.66667%;
  }
  .sm-push-9 {
    left: 75%;
  }
  .sm-push-10 {
    left: 83.33333%;
  }
  .sm-push-11 {
    left: 91.66667%;
  }
  .sm-push-12 {
    left: 100%;
  }
  .sm-pull-1 {
    right: 8.33333%;
  }
  .sm-pull-2 {
    right: 16.66667%;
  }
  .sm-pull-3 {
    right: 25%;
  }
  .sm-pull-4 {
    right: 33.33333%;
  }
  .sm-pull-5 {
    right: 41.66667%;
  }
  .sm-pull-6 {
    right: 50%;
  }
  .sm-pull-7 {
    right: 58.33333%;
  }
  .sm-pull-8 {
    right: 66.66667%;
  }
  .sm-pull-9 {
    right: 75%;
  }
  .sm-pull-10 {
    right: 83.33333%;
  }
  .sm-pull-11 {
    right: 91.66667%;
  }
  .sm-pull-12 {
    right: 100%;
  }
  .ma-sm-small {
    margin: 20px;
  }
  .mtb-sm-small {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mlr-sm-small {
    margin-left: 20px;
    margin-right: 20px;
  }
  .pa-sm-small {
    padding: 20px;
  }
  .ptb-sm-small {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .plr-sm-small {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ma-sm-medium {
    margin: 20px;
  }
  .mtb-sm-medium {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mlr-sm-medium {
    margin-left: 20px;
    margin-right: 20px;
  }
  .pa-sm-medium {
    padding: 20px;
  }
  .ptb-sm-medium {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .plr-sm-medium {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ma-sm-large {
    margin: 20px;
  }
  .mtb-sm-large {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mlr-sm-large {
    margin-left: 20px;
    margin-right: 20px;
  }
  .pa-sm-large {
    padding: 20px;
  }
  .ptb-sm-large {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .plr-sm-large {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .md-1 {
    width: 8.33333%;
  }
  .md-2 {
    width: 16.66667%;
  }
  .md-3 {
    width: 25%;
  }
  .md-4 {
    width: 33.33333%;
  }
  .md-5 {
    width: 41.66667%;
  }
  .md-6 {
    width: 50%;
  }
  .md-7 {
    width: 58.33333%;
  }
  .md-8 {
    width: 66.66667%;
  }
  .md-9 {
    width: 75%;
  }
  .md-10 {
    width: 83.33333%;
  }
  .md-11 {
    width: 91.66667%;
  }
  .md-12 {
    width: 100%;
  }
  .md-push-1 {
    left: 8.33333%;
  }
  .md-push-2 {
    left: 16.66667%;
  }
  .md-push-3 {
    left: 25%;
  }
  .md-push-4 {
    left: 33.33333%;
  }
  .md-push-5 {
    left: 41.66667%;
  }
  .md-push-6 {
    left: 50%;
  }
  .md-push-7 {
    left: 58.33333%;
  }
  .md-push-8 {
    left: 66.66667%;
  }
  .md-push-9 {
    left: 75%;
  }
  .md-push-10 {
    left: 83.33333%;
  }
  .md-push-11 {
    left: 91.66667%;
  }
  .md-push-12 {
    left: 100%;
  }
  .md-pull-1 {
    right: 8.33333%;
  }
  .md-pull-2 {
    right: 16.66667%;
  }
  .md-pull-3 {
    right: 25%;
  }
  .md-pull-4 {
    right: 33.33333%;
  }
  .md-pull-5 {
    right: 41.66667%;
  }
  .md-pull-6 {
    right: 50%;
  }
  .md-pull-7 {
    right: 58.33333%;
  }
  .md-pull-8 {
    right: 66.66667%;
  }
  .md-pull-9 {
    right: 75%;
  }
  .md-pull-10 {
    right: 83.33333%;
  }
  .md-pull-11 {
    right: 91.66667%;
  }
  .md-pull-12 {
    right: 100%;
  }
  .ma-md-small {
    margin: 20px;
  }
  .mtb-md-small {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mlr-md-small {
    margin-left: 20px;
    margin-right: 20px;
  }
  .pa-md-small {
    padding: 20px;
  }
  .ptb-md-small {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .plr-md-small {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ma-md-medium {
    margin: 20px;
  }
  .mtb-md-medium {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mlr-md-medium {
    margin-left: 20px;
    margin-right: 20px;
  }
  .pa-md-medium {
    padding: 20px;
  }
  .ptb-md-medium {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .plr-md-medium {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ma-md-large {
    margin: 20px;
  }
  .mtb-md-large {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mlr-md-large {
    margin-left: 20px;
    margin-right: 20px;
  }
  .pa-md-large {
    padding: 20px;
  }
  .ptb-md-large {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .plr-md-large {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 960px) {
  .lg-1 {
    width: 8.33333%;
  }
  .lg-2 {
    width: 16.66667%;
  }
  .lg-3 {
    width: 25%;
  }
  .lg-4 {
    width: 33.33333%;
  }
  .lg-5 {
    width: 41.66667%;
  }
  .lg-6 {
    width: 50%;
  }
  .lg-7 {
    width: 58.33333%;
  }
  .lg-8 {
    width: 66.66667%;
  }
  .lg-9 {
    width: 75%;
  }
  .lg-10 {
    width: 83.33333%;
  }
  .lg-11 {
    width: 91.66667%;
  }
  .lg-12 {
    width: 100%;
  }
  .lg-push-1 {
    left: 8.33333%;
  }
  .lg-push-2 {
    left: 16.66667%;
  }
  .lg-push-3 {
    left: 25%;
  }
  .lg-push-4 {
    left: 33.33333%;
  }
  .lg-push-5 {
    left: 41.66667%;
  }
  .lg-push-6 {
    left: 50%;
  }
  .lg-push-7 {
    left: 58.33333%;
  }
  .lg-push-8 {
    left: 66.66667%;
  }
  .lg-push-9 {
    left: 75%;
  }
  .lg-push-10 {
    left: 83.33333%;
  }
  .lg-push-11 {
    left: 91.66667%;
  }
  .lg-push-12 {
    left: 100%;
  }
  .lg-pull-1 {
    right: 8.33333%;
  }
  .lg-pull-2 {
    right: 16.66667%;
  }
  .lg-pull-3 {
    right: 25%;
  }
  .lg-pull-4 {
    right: 33.33333%;
  }
  .lg-pull-5 {
    right: 41.66667%;
  }
  .lg-pull-6 {
    right: 50%;
  }
  .lg-pull-7 {
    right: 58.33333%;
  }
  .lg-pull-8 {
    right: 66.66667%;
  }
  .lg-pull-9 {
    right: 75%;
  }
  .lg-pull-10 {
    right: 83.33333%;
  }
  .lg-pull-11 {
    right: 91.66667%;
  }
  .lg-pull-12 {
    right: 100%;
  }
  .ma-lg-small {
    margin: 20px;
  }
  .mtb-lg-small {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mlr-lg-small {
    margin-left: 20px;
    margin-right: 20px;
  }
  .pa-lg-small {
    padding: 20px;
  }
  .ptb-lg-small {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .plr-lg-small {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ma-lg-medium {
    margin: 20px;
  }
  .mtb-lg-medium {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mlr-lg-medium {
    margin-left: 20px;
    margin-right: 20px;
  }
  .pa-lg-medium {
    padding: 20px;
  }
  .ptb-lg-medium {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .plr-lg-medium {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ma-lg-large {
    margin: 20px;
  }
  .mtb-lg-large {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mlr-lg-large {
    margin-left: 20px;
    margin-right: 20px;
  }
  .pa-lg-large {
    padding: 20px;
  }
  .ptb-lg-large {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .plr-lg-large {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1280px) {
  .xl-1 {
    width: 8.33333%;
  }
  .xl-2 {
    width: 16.66667%;
  }
  .xl-3 {
    width: 25%;
  }
  .xl-4 {
    width: 33.33333%;
  }
  .xl-5 {
    width: 41.66667%;
  }
  .xl-6 {
    width: 50%;
  }
  .xl-7 {
    width: 58.33333%;
  }
  .xl-8 {
    width: 66.66667%;
  }
  .xl-9 {
    width: 75%;
  }
  .xl-10 {
    width: 83.33333%;
  }
  .xl-11 {
    width: 91.66667%;
  }
  .xl-12 {
    width: 100%;
  }
  .xl-push-1 {
    left: 8.33333%;
  }
  .xl-push-2 {
    left: 16.66667%;
  }
  .xl-push-3 {
    left: 25%;
  }
  .xl-push-4 {
    left: 33.33333%;
  }
  .xl-push-5 {
    left: 41.66667%;
  }
  .xl-push-6 {
    left: 50%;
  }
  .xl-push-7 {
    left: 58.33333%;
  }
  .xl-push-8 {
    left: 66.66667%;
  }
  .xl-push-9 {
    left: 75%;
  }
  .xl-push-10 {
    left: 83.33333%;
  }
  .xl-push-11 {
    left: 91.66667%;
  }
  .xl-push-12 {
    left: 100%;
  }
  .xl-pull-1 {
    right: 8.33333%;
  }
  .xl-pull-2 {
    right: 16.66667%;
  }
  .xl-pull-3 {
    right: 25%;
  }
  .xl-pull-4 {
    right: 33.33333%;
  }
  .xl-pull-5 {
    right: 41.66667%;
  }
  .xl-pull-6 {
    right: 50%;
  }
  .xl-pull-7 {
    right: 58.33333%;
  }
  .xl-pull-8 {
    right: 66.66667%;
  }
  .xl-pull-9 {
    right: 75%;
  }
  .xl-pull-10 {
    right: 83.33333%;
  }
  .xl-pull-11 {
    right: 91.66667%;
  }
  .xl-pull-12 {
    right: 100%;
  }
  .ma-xl-small {
    margin: 20px;
  }
  .mtb-xl-small {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mlr-xl-small {
    margin-left: 20px;
    margin-right: 20px;
  }
  .pa-xl-small {
    padding: 20px;
  }
  .ptb-xl-small {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .plr-xl-small {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ma-xl-medium {
    margin: 20px;
  }
  .mtb-xl-medium {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mlr-xl-medium {
    margin-left: 20px;
    margin-right: 20px;
  }
  .pa-xl-medium {
    padding: 20px;
  }
  .ptb-xl-medium {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .plr-xl-medium {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ma-xl-large {
    margin: 20px;
  }
  .mtb-xl-large {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mlr-xl-large {
    margin-left: 20px;
    margin-right: 20px;
  }
  .pa-xl-large {
    padding: 20px;
  }
  .ptb-xl-large {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .plr-xl-large {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* CSS Document */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: tahoma;
  font-size: 12px;
  line-height: 18px;
  background: url("../img/bg.jpg") no-repeat fixed 0 0/cover;
  color: #6a6a6a;
}

img {
  border: none;
}

.hidden {
  display: none;
}

ul, li {
  list-style: none;
}

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

input[type="text"] {
  color: #6a6a6a;
  font-family: tahoma;
  border: none;
  vertical-align: middle;
}

input[type="submit"] {
  display: block;
  text-indent: -9999px;
  line-height: 0;
  background: none;
  border: none;
  cursor: pointer;
  vertical-align: middle;
}

.lts {
  position: absolute;
  left: -9999px;
}

/*sanook header redtab*/
[class*="rt2013-"] {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-bottom: solid 1px #ef3e46 !important;
}

/*header hot*/
[id="header"] > div:after, .header:after {
  content: ' ';
  display: block;
  clear: both;
}

* + html [id="header"], * + html [id="header"] > div {
  height: 1%;
}

[id="header"] {
  width: 100%;
  margin-top: -3px;
  background: url(../di/hot-bg.jpg) repeat-x scroll 0 -8px !important;
  border-top: none;
  height: 114px !important;
}

[id="header"] > div {
  position: relative;
  width: 940px !important;
  margin: 0 auto !important;
}

[id="header"] > div > {
  padding-right: 45px;
  border-right: 1px solid #e86a71;
  width: 85px;
  height: 34px;
  float: left;
}

[id="header"] > div > h1 > a {
  background: url("http://fp1.fsanook.com/hot-2012/di/hot-logo.png") no-repeat scroll 0 7px;
  border-right: 1px solid #E86A71;
  display: block;
  float: left;
  height: 50px;
  padding-right: 30px;
  text-indent: -9999px;
  width: 106px;
}

[id="header"] > div:first-child {
  height: 54px;
  padding-top: 12px;
}

[id="header"] > div {
  z-index: 0 !important;
}

[id="header"] > div + div {
  display: none;
}

[id="header"] > div + div > p {
  line-height: 39px;
  padding-left: 10px;
  font-size: 14px;
  float: left;
  height: 40px;
}

[id="header"] > div + div > p, [id="header"] > div + div > p > a, [id="header"] > div + div > p > strong > a {
  color: #c58487;
  font-weight: 100;
}

[id="header"] > div + div > p > a:hover, [id="header"] > div + div > p > strong > a:hover, [id="header"] > div + div > p > a.active, [id="header"] > div + div > p > strong > a.active {
  color: #fff;
}

[id="hot-navigation"] {
  float: left;
  margin-top: 10px;
  white-space: nowrap;
}

[id="hot-navigation"] > ul {
  position: relative;
}

[id="hot-navigation"] > ul > li {
  display: block;
  line-height: 35px;
  height: 40px;
  float: left;
  margin-left: 25px;
  position: relative;
}

[id="hot-navigation"] > ul > li > a {
  color: #eb7c81;
  font-size: 24px;
  background-position: 0 3px;
  padding: 0 0 0 30px;
}

[id="hot-navigation"] > ul > li > a:hover, [id="hot-navigation"] > ul > li > a.active {
  color: #fff;
  background-position: 0 -37px;
}

[id="hot-navigation"] > ul > li + li > a {
  background-position: 0 -78px;
}

[id="hot-navigation"] > ul > li + li > a:hover, [id="hot-navigation"] > ul > li + li > a.active {
  background-position: 0 -117px;
}

[id="hot-navigation"] > ul > li + li + li > a {
  background-position: 0 -158px;
}

[id="hot-navigation"] > ul > li + li + li > a:hover, [id="hot-navigation"] > ul > li + li + li > a.active {
  background-position: 0 -197px;
  color: #fff;
}

[id="hot-navigation"] > ul > li + li + li + li > a {
  background-position: 0 -250px;
}

[id="hot-navigation"] > ul > li + li + li + li > a:hover, [id="hot-navigation"] > ul > li + li + li + li > a.active {
  background-position: 0 -294px;
}

[id="hot-navigation"] > ul > li > a {
  font-size: 180%;
  font-family: "SukhumvitReg";
  font-weight: 400;
  background: url(../img/ic-hot-04.png) no-repeat;
}

[class="refresh"] {
  width: 38px;
  height: 28px;
  margin-top: 6px;
  float: left;
}

[class="refresh"] {
  background: url(../img/hot-btn-03.png) no-repeat;
  display: block;
  text-indent: -9999px;
}

[class="refresh"]:hover {
  background-position: 0 -903px;
}

[id="small-nav"] {
  display: none;
}

[class="date"] {
  float: left;
  padding-left: 5px;
  line-height: 38px;
}

[class="date"] > ol > li {
  float: left;
  color: #c58487;
}

[class="date"] > ol > li > a {
  color: #c58487;
  font-size: 13px;
  padding-left: 5px;
}

[class="date"] > ol > li > a:hover, [class="date"] > ol > li > a.active {
  color: #fff;
}

[class="date"] ol > li:first-child + li, [class="date"] ol > li:first-child + li + li, [class="date"] ol > li:first-child + li + li + li, [class="date"] ol > li:first-child + li + li + li + li, [class="date"] ol > li:first-child + li + li + li + li + li, [class="date"] ol > li:first-child + li + li + li + li + li + li, [class="date"] ol > li:first-child + li + li + li + li + li + li + li, [class="date"] ol > li:first-child + li + li + li + li + li + li + li + li, [class="date"] ol > li:first-child + li + li + li + li + li + li + li + li + li + li + li + li {
  display: none;
}

[class="date"] .month-full li {
  display: block !important;
}

.month-full li:first-child {
  display: none !important;
}

#header [class="bookmark"] {
  font-family: "Sukhumvitbold";
  font-weight: 400;
  background: url(../img/ic-hot-04.png) no-repeat;
}

#header [class="bookmark"] {
  color: #eb7c81;
  background-position: 0 -501px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  padding-left: 30px;
  top: 28px;
  right: 0;
  font-size: 22px;
}

/**/
.content-hot2011:after {
  content: ' ';
  display: block;
  clear: both;
}

#wrapper, .footer-fixed {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  #wrapper {
    width: 960px;
  }
}

@media only screen and (max-width: 767px) {
  #wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.header {
  clear: both;
  height: 129px;
  position: relative;
  z-index: 9;
}

.header h1 {
  width: auto;
  display: inline-block;
  font-family: sukhumvitbold;
  font-size: 3rem;
  font-weight: 400;
  font-weight: 400;
  color: #fff;
  padding-top: 35px;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
}

.header h1 strong {
  color: #ff2200;
}

.header h1 a img {
  width: 491px;
  background-position: -146px -32px;
}

* html .header h1 a {
  background: none;
  position: absolute;
  z-index: 1;
}

* html .header h1 a img {
  background: none;
  position: absolute;
  z-index: 2;
  width: 491px;
  height: 46px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://fp2.fsanook.com/hot/di/topten/2012/hot2012-slogan.png");
}

.highlight:before {
  /* background-position: -95px -226px;*/
  top: -42px;
  right: -95px;
}

.highlight:after {
  /* background-position: 265px 226px;*/
  top: 318px;
  left: -100px;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .highlight:before, .highlight:after {
    display: none;
  }
}

.slides {
  height: auto;
}

.content-hot2011 article {
  position: relative;
  z-index: 1;
  display: block;
  float: left;
  margin: 0 0 30px 30px;
  width: 300px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .content-hot2011 article:nth-child(3n+1) {
    clear: left;
    float: left;
    margin-left: 0;
  }
}

@media screen and (min-width: 1280px) {
  .content-hot2011 article {
    margin: 0 0 50px 30px;
  }
}

@media screen and (max-width: 767px) {
  .content-hot2011 article {
    background-color: #f6f6f6;
  }
}

.content-hot2011 article:first-child, .content-hot2011 article:first-child + article + article + article, .content-hot2011 article:first-child + article + article + article + article + article + article, .content-hot2011 article:first-child + article + article + article + article + article + article + article + article + article, .content-hot2011 article:first-child + article + article + article + article + article + article + article + article + article + article + article + article, .content-hot2011 article:first-child + article + article + article + article + article + article + article + article + article + article + article + article + article + article + article {
  margin-left: 0;
}

.content.content-hot2011 a {
  display: block;
}

@media screen and (min-width: 768px) {
  .content.content-hot2011 a:hover strong {
    color: #be1717;
  }
}

.content-hot2011 article a.more-hover {
  background: #f2f2f2;
}

.content-hot2011 article a.last {
  margin-right: 0;
  margin-left: -1px;
}

.content-hot2011 article img {
  position: relative;
  z-index: 10;
  display: block;
  margin: 0 auto 20px;
  -webkit-transition: opacity 0.2s ease-in-out;
          transition: opacity 0.2s ease-in-out;
}

.content-hot2011 article strong {
  position: relative;
  z-index: 10;
  display: block;
  margin: 0 0 25px 0;
  color: #171b1e;
  font-size: 190%;
  line-height: 110%;
  font-family: sukhumvitbold;
  font-weight: 400;
  font-style: italic;
  min-height: 60px;
}

@media screen and (max-width: 767px) {
  .content-hot2011 article strong {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 5px;
    min-height: inherit;
  }
}

.content-hot2011 article strong:after {
  content: "";
  background-color: #171b1e;
  height: 2px;
  display: block;
  width: 99%;
  left: 0;
  bottom: -10px;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .content-hot2011 article strong:after {
    width: 95%;
    left: 8px;
  }
}

.content-hot2011 article strong span {
  font-family: 'Chonburi', cursive;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .content-hot2011 article ul {
    padding: 0 9px 10px;
  }
}

.content-hot2011 article.ads-rectang {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.content-hot2011 article.ads-rectang img, .content-hot2011 article.ads-rectang iframe {
  width: 300px;
  height: 250px;
}

@media only screen and (max-width: 767px) {
  [id="dfp-reca"] {
    width: 300px;
    float: none !important;
    margin: 0 auto 20px;
    display: block;
  }
}

.order {
  padding-left: 35px;
  margin-bottom: 8px;
  position: relative;
}

.order span {
  color: #fff;
  position: absolute;
  left: 0;
  display: inline-block;
  width: 26px;
  height: 26px;
  padding-top: 3px;
  text-align: center;
  background-color: #be1717;
  border-radius: 50%;
  top: -3px;
}

.order em {
  padding: 0 10px 0 0;
  font-style: normal;
  color: #000;
}

.order-next span {
  background-color: #171b1e;
}

span.more {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 210px;
  height: 27px;
  padding: 0 0 0 10px;
  color: #000;
  background: url(../img/ic-hot-06.png) no-repeat 48px -80px;
}

article a:hover .more {
  color: #a37908;
}

.sh-api {
  float: right;
  margin-top: 33px;
  width: 30%;
}

.sh-api > * + * {
  margin-left: 0 !important;
}

.total-shares {
  float: left;
  text-align: center;
  padding-right: 25px;
  margin-right: 10px;
  color: #adadad;
  background: url(../img/slash.png) right 50% no-repeat;
}

.total-shares em {
  display: block;
  height: 43px;
  line-height: 44px;
  font-style: normal;
  font-family: sukhumvitbold;
  font-weight: 400;
  font-size: 450%;
  color: #0094d1;
}

.fb_iframe_widget {
  float: left;
  margin-top: 1px;
  margin-right: 5px;
}

.twitter-count-vertical {
  float: left;
  margin-right: 5px;
}

[id="header"] {
  height: 70px !important;
}

@media only screen and (max-width: 1024px) {
  body {
    font-family: Helvetica;
    font-size: 100%;
    -webkit-text-size-adjust: none;
    /*background-image: none;*/
  }
  .highlight img {
    width: 100%;
    height: auto;
  }
  .truehit {
    background: none !important;
  }
  .header h1 a b {
    font-weight: 400;
    background: none;
    padding-top: 30px;
  }
  .fb_iframe_widget {
    width: 60px !important;
  }
  /*[id = "header"] {height: 114px !important;}*/
  [id="hot-navigation"] > ul > li > a {
    font-family: Helvetica;
    font-size: 13px !important;
    display: block !important;
    height: 33px !important;
    padding: 0 0 0 23px !important;
  }
  [id="hot-navigation"] > ul > li {
    line-height: 24px !important;
    margin-left: 9px !important;
  }
  .content-hot2011 em {
    color: #353535;
    line-height: 140%;
  }
  .content-hot2011 span:last-child {
    line-height: normal;
  }
  span.more {
    left: 5px;
    background: none;
  }
  span.more:before {
    content: "+ ";
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /*hot navigation*/
  [id="hot-navigation"] > ul > li > a {
    font-size: 120%;
  }
  [id="header"] > div > h1 {
    width: 60px;
  }
  .year strong:first-child {
    display: none;
  }
  [class="date"] {
    line-height: 35px;
  }
  /***/
  .total-shares {
    font-size: 75%;
  }
  .total-shares em {
    font-size: 500%;
    line-height: 52px;
  }
  .content-hot2011 article img {
    width: 100%;
    height: auto;
    margin-top: 7px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  [id="header"] > div {
    width: auto !important;
    padding: 0 10px;
  }
  .header {
    height: auto;
    margin-bottom: 20px;
    background: none;
    padding-top: 30px;
  }
  .header h1 {
    float: none;
    width: 100%;
    line-height: 100%;
    margin-bottom: 20px;
    text-align: center;
    font-family: sukhumvitbold;
    font-weight: 400;
    padding: 40px 0 20px;
  }
  .header h1 a {
    display: inline;
    text-indent: 0;
    color: #303030;
  }
  .header h1 a span {
    font-size: 130%;
  }
  .sh-api {
    float: none;
    margin: 0 auto 40px;
    clear: left;
    width: 220px;
    overflow: hidden;
  }
  .sh-api > * > * {
    display: inline-block;
    float: left !important;
  }
  #header [class="bookmark"] {
    right: 10px;
  }
  /* slide */
  #wrapper {
    width: 100%;
  }
  .highlight {
    padding: 0 10px;
  }
  .content-hot2011 article {
    width: 32%;
    margin-left: 2%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #header > div {
    width: 960px !important;
  }
  /* slide */
  .content-hot2011 article {
    width: 30%;
    padding: 0 1%;
    margin-left: 2%;
  }
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  [class*="btn-show-rt2013"] {
    width: 100%;
  }
  [id="header"] > div {
    width: 100% !important;
  }
  #header [class="bookmark"] {
    right: 10px;
  }
  [id="header"] {
    height: 114px !important;
  }
  .header {
    height: auto;
    background: none;
  }
  .header h1 {
    float: none;
    width: auto;
    line-height: 130%;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    font-family: sukhumvitbold;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header h1 a {
    display: inline;
    text-indent: 0;
    color: #303030;
  }
  .header h1 a b {
    font-size: 130%;
  }
  .header h1 a span {
    font-size: 120%;
  }
  [id="header"] div + div {
    display: none;
  }
  [id="header"] > div > h1 {
    height: 34px;
    padding-right: 25px;
    margin-left: 11px;
    margin-bottom: 20px;
  }
  [id="hot-navigation"] {
    clear: both;
  }
  [id="hot-navigation"] > ul > li {
    line-height: 37px;
  }
  [id="hot-navigation"] > ul > li > a {
    font-size: 120%;
  }
  [id="hot-navigation"] li:first-child {
    margin-left: 10px;
  }
  #wrapper {
    width: 100%;
  }
  .sh-api {
    float: none;
    margin: 0 auto 20px;
    clear: left;
    width: 100% !important;
  }
}

@media only screen and (min-width: 200px) and (max-width: 767px) and (max-width: 767px) {
  .sh-api {
    padding-right: 15px;
  }
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  .total-shares {
    height: 62px;
    padding-right: 20px;
    margin-right: 5px;
    font-size: 70%;
  }
  .total-shares em {
    height: 33px;
    font-size: 300%;
    line-height: 42px;
  }
  .highlight {
    padding: 0 10px;
  }
  .content-hot2011 article {
    float: none;
    width: 100%;
    height: auto;
    /*padding-bottom: 40px;*/
    margin: 0 auto 20px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  }
  .content-hot2011 article a {
    display: block;
    padding: 5px;
  }
  .content-hot2011 article img {
    margin-top: 0;
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 200px) and (max-width: 767px) and (orientation: portrait) {
  #header [class="bookmark"] {
    width: 0;
    padding-left: 25px;
    overflow: hidden;
    background-position: 5px -501px;
  }
  .header h1 a b {
    display: block;
  }
  .header h1 {
    font-size: 2.2rem;
    padding: 0 10px;
  }
  .content.content-hot2011 a {
    height: auto;
  }
  span.more {
    display: block;
    margin-top: 40px;
    position: relative;
  }
}

@media only screen and (min-width: 200px) and (max-width: 767px) and (orientation: landscape) {
  .content.content-hot2011 a {
    height: auto;
  }
  span.more {
    display: block;
    margin-top: 40px;
    position: relative;
  }
}

.prtner {
  display: block;
  text-indent: -9999px;
  width: auto;
  height: 30px;
  background-image: url(../img/logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 15px;
  right: -5px;
}

@media only screen and (min-width: 768px) {
  .prtner {
    bottom: 7px;
    right: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .prtner {
    right: -5px;
  }
}

body {
  background: url(../img/bg-repeat-mb.jpg) repeat-y center top;
  background-attachment: fixed;
}

@media screen and (min-width: 768px) {
  body {
    background: url(../img/bg-body-desktop.jpg) repeat-y center top;
    background-size: 100%;
    background-attachment: fixed;
  }
}

@media screen and (min-width: 1280px) {
  body {
    background: url(../img/bg-body-desktop.jpg) no-repeat center top;
    background-size: 100%;
    background-attachment: fixed;
  }
}

@media screen and (max-width: 767px) {
  .main {
    background: url(../img/bg-main-mb.jpg) no-repeat center top;
    background-size: 100%;
    padding-top: 86%;
  }
}

@media screen and (min-width: 768px) {
  .main {
    background: url(../img/bg-head-desktop.png) no-repeat center -40px;
  }
}

@media screen and (min-width: 1700px) {
  .main {
    background: url(../img/bg-head-desktop.png) no-repeat center -40px;
    background-size: 100%;
  }
}

.main .wrapper {
  position: relative;
}

.main-content {
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .main-content {
    padding-top: 26%;
  }
}

@media screen and (min-width: 960px) {
  .main-content {
    padding-top: 160px;
  }
}

@media screen and (min-width: 1280px) {
  .main-content {
    padding-top: 190px;
  }
}

.loader {
  text-align: center;
  display: block;
  padding: 20px;
}

.loader-img {
  display: block;
  background: url(../img/loader.gif) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 51px;
  height: 11px;
  margin: 0 auto;
}

.button {
  text-align: center;
}

.mainbutton {
  display: inline-block;
  line-height: 58px;
  border: 0;
  padding: 0 20px;
  background: #2d2d2d;
  border-bottom: solid 4px #1B1308;
  color: #fff;
  height: 55px;
  border-radius: 8px;
  font-family: sukhumvit;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  cursor: pointer;
}

.mainbutton:hover {
  background: #1B1308;
}

@media screen and (min-width: 768px) {
  .loader, .button {
    display: none;
  }
}

.event-social-share {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.event-social-share:before, .event-social-share:after {
  content: " ";
  display: table;
}

.event-social-share:after {
  clear: both;
}

@media screen and (min-width: 768px) {
  .event-social-share {
    position: relative;
    min-width: 450px;
  }
}

.event-social-share__count {
  font-family: sukhumvit;
  font-weight: 700;
  color: #111;
  display: inline-block;
  position: relative;
  line-height: 1;
}

.event-social-share__count-text {
  color: #ff0000;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  display: block;
}

@media screen and (min-width: 768px) {
  .event-social-share__count-text {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.event-social-share__count-label {
  color: #222;
  font-family: tahoma, Helvetica;
  font-weight: 400;
  font-size: 12px;
  position: relative;
  display: block;
  top: -2px;
}

.event-social-share__group-btn {
  display: inline-block;
  position: relative;
  width: 60%;
  text-align: center;
  padding-left: 10px;
}

.event-social-share__btn {
  width: 33.33%;
  height: 48px;
  background: #222;
  color: #fff;
  display: inline-block;
  float: left;
  position: relative;
}

@media screen and (min-width: 768px) {
  .event-social-share__btn {
    height: 52px;
  }
}

.event-social-share__btn span {
  display: inline-block;
  text-indent: -9999px;
}

.event-social-share__btn .sn-icon {
  font-size: 26px;
  color: #fff;
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  text-indent: initial;
  width: 100%;
  height: 100%;
  text-align: center;
}

.event-social-share__btn--fb {
  background: #2d5f9a;
}

.event-social-share__btn--fb:hover {
  background: #3977c1;
}

.event-social-share__btn--tw {
  background: #66cbf9;
}

.event-social-share__btn--tw:hover {
  background: #97dcfb;
}

.event-social-share__btn--tw:before {
  top: 4px;
  left: 1px;
  font-size: 18px;
}

.event-social-share__btn--gplus {
  background: #eb4026;
}

.event-social-share__btn--gplus:hover {
  background: #ef6955;
}

.event-social-share__btn--gplus:before {
  top: 1.5px;
  left: 1.5px;
  font-size: 22px;
}

.social-share {
  padding: 15px 0 10px;
  border-radius: 8px;
  background-color: #fff;
  margin-bottom: 20px;
}

.social-share:before, .social-share:after {
  content: " ";
  display: table;
}

.social-share:after {
  clear: both;
}

@media screen and (min-width: 768px) {
  .social-share {
    position: absolute;
    right: 155px;
    bottom: -40%;
  }
}

@media screen and (min-width: 960px) {
  .social-share {
    right: 255px;
    bottom: -26.5%;
  }
}

@media screen and (min-width: 1280px) {
  .social-share {
    bottom: -28.3%;
  }
}

.social-share .sh-api {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .social-share .sh-api {
    width: 100%;
  }
}

.highlight__items {
  position: relative;
}

@media screen and (min-width: 768px) {
  .highlight__items {
    padding-top: 250px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .highlight__items .ads-rectang {
    margin-bottom: 20px;
  }
}

.highlight__list:before, .highlight__list:after {
  content: " ";
  display: table;
}

.highlight__list:after {
  clear: both;
}

@media screen and (min-width: 768px) {
  .highlight__list {
    background-color: #f6f6f6;
    padding: 5px;
    position: relative;
  }
}

.highlight__list img {
  display: block;
  float: left;
}

@media screen and (min-width: 768px) {
  .highlight__list img {
    width: 49.5%;
  }
}

.highlight__list div {
  float: left;
}

.highlight__list a {
  position: relative;
  display: block;
  height: 100%;
  clear: both;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .highlight__list a {
    background-color: #fff;
    padding: 5px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  }
}

@media screen and (min-width: 768px) {
  .highlight__list a {
    border: solid 5px #2d2d2d;
  }
}

@media screen and (min-width: 768px) {
  .highlight__list a:after {
    content: "";
    background: url(../img/bg-hl-right.png) no-repeat bottom right;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 32px;
    height: 200px;
    z-index: 1;
    display: table;
  }
}

@media screen and (min-width: 960px) {
  .highlight__list a:after {
    height: 265px;
  }
}

.highlight .slides {
  position: relative;
}

@media screen and (max-width: 767px) {
  .highlight .slides {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.highlight .content-hot2011 {
  width: 45%;
  padding-top: 15px;
  padding-left: 15px;
  position: relative;
}

@media screen and (min-width: 960px) {
  .highlight .content-hot2011 {
    padding-top: 35px;
    padding-left: 25px;
    padding-bottom: 0;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .highlight .content-hot2011 {
    width: 100%;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .highlight .content-hot2011:before {
    content: "";
    background: url(../img/bg-hl-left.png) no-repeat bottom right;
    position: absolute;
    left: -35px;
    top: 0;
    width: 51px;
    height: 206px;
    z-index: 1;
  }
}

@media screen and (min-width: 768px) and (min-width: 960px) {
  .highlight .content-hot2011:before {
    left: -48px;
    top: 0px;
    height: 278px;
  }
}

.highlight .content-hot2011 article {
  height: auto;
  width: 100%;
  margin-bottom: 0;
}

@media screen and (max-width: 959px) {
  .highlight .content-hot2011 article {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .highlight .content-hot2011 article {
    padding: 15px 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 0;
    background-color: #fff;
  }
}

.highlight .content-hot2011 article strong {
  position: relative;
}

@media screen and (min-width: 1280px) {
  .highlight .content-hot2011 article strong {
    margin-bottom: 30px;
  }
}

.highlight .content-hot2011 article strong:after {
  width: 100%;
  bottom: -10px;
}

@media screen and (max-width: 767px) {
  .highlight .content-hot2011 article strong:after {
    width: 96%;
  }
}

.highlight .content-hot2011 article ul li {
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .highlight .content-hot2011 article .order span {
    padding-top: 0;
    top: 0;
  }
}

.slick-dots {
  display: block;
  width: 100%;
  text-align: center;
}

.slick-dots li {
  width: 15px;
  height: 15px;
  display: inline-block;
}

.slick-dots li button {
  display: block;
  cursor: pointer;
  background: #000;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

.slick-dots li button:before {
  font-size: initial;
  line-height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  opacity: 1;
}

.slick-dots li button:hover {
  background: #ffc855;
}

.slick-dots li.slick-active button {
  background: #ffc855;
}

.slick-prev, .slick-next {
  position: relative;
  display: block;
  bottom: -24px;
  float: right;
  z-index: 2;
  width: 35px;
  height: 35px;
  margin-left: 5px;
}

.slick-prev:before, .slick-next:before {
  font-size: inherit;
  width: 35px;
  height: 35px;
  margin-left: 5px;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}

.slick-prev:hover:before, .slick-next:hover:before {
  background-color: #ff0000;
}

.slick-prev {
  left: inherit;
  right: 43px;
}

.slick-prev:before {
  background-image: url(../img/ic-forward.svg);
}

.slick-prev:hover:before {
  background-image: url(../img/ic-forward.svg);
}

.slick-next {
  right: -40px;
}

.slick-next:before {
  background-image: url(../img/ic-backward.svg);
}

.slick-next:hover:before {
  background-image: url(../img/ic-backward.svg);
}
