@import url("https://fonts.googleapis.com/css?family=Sarabun:400,400i,700,700i&subset=latin-ext");
html {
  font-size: 100%;
}

body {
  color: #685955;
  background: #fff;
  line-height: 1.4em;
  font-family: "Sarabun", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
@media only screen and (min-width: 1600px) {
  body {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 25.2px;
    line-height: 1.575rem;
  }
}

html * {
  box-sizing: border-box;
  outline: none;
}

h1, h2, h3, h4, h5, h6, input, textarea, a, button {
  font-family: inherit;
}

a {
  color: inherit;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  text-decoration: none;
  color: #5791cc;
}

em {
  color: inherit;
}

p {
  margin: 0 0 15px;
}

h1, h2, h3, h4 {
  color: inherit;
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 35px;
  line-height: 2.1875rem;
}

h1 {
  margin: 0 0 20px;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 39.2px;
  line-height: 2.45rem;
}
@media only screen and (min-width: 960px) {
  h1 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 44.8px;
    line-height: 2.8rem;
  }
}
@media only screen and (min-width: 1600px) {
  h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 56px;
    line-height: 3.5rem;
  }
}

h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 33.6px;
  line-height: 2.1rem;
  margin: 0 0 15px;
}
@media only screen and (min-width: 960px) {
  h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 39.2px;
    line-height: 2.45rem;
  }
}
@media only screen and (min-width: 1600px) {
  h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 44.8px;
    line-height: 2.8rem;
  }
}

h4 {
  font-weight: 400;
}

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

label {
  display: block;
  width: 100%;
  font-weight: 400 !important;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 0 0 10px;
  background: #fff;
  border: #927d77 1px solid;
  height: 40px;
  line-height: 40px;
}

input[type=submit] {
  padding: 15px 30px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  width: 240px;
  max-width: 100% !important;
  color: #fff;
  background: #5791cc;
  border: none;
  text-transform: uppercase;
}
input[type=submit]:hover {
  background: #6b9ed2;
  color: white;
}

textarea {
  padding: 10px;
  height: 6rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
  resize: none;
}

input[type=checkbox]:not(old),
input[type=radio]:not(old) {
  display: none !important;
}
input[type=checkbox]:not(old) + label,
input[type=radio]:not(old) + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 2px 0 0 30px;
  vertical-align: top;
}
input[type=checkbox]:not(old) + label:before,
input[type=radio]:not(old) + label:before {
  content: "";
  display: block;
  width: 23px;
  height: 22px;
  background: #fff;
  border: #927d77 1px solid;
  position: absolute;
  top: 0;
  left: 0;
}
input[type=checkbox]:not(old):checked + label:after,
input[type=radio]:not(old):checked + label:after {
  content: "\f00c";
  font-weight: 900;
  text-align: center;
  font-family: "Font Awesome 5 Free" !important;
  color: #927d77;
  position: absolute;
  top: 0;
  left: 2px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.editor h1, .editor h2, .editor h3, .editor h4 {
  color: #5791cc;
}
.editor ul {
  margin: 0 0 15px;
  padding: 0 0 0 0;
}
.editor ul li {
  list-style-type: none;
  padding: 0 0 3px 20px;
  position: relative;
}
.editor ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #5791cc;
  position: absolute;
  top: 10px;
  left: 0px;
}
.editor a {
  color: #5791cc;
}
.editor a:hover {
  color: #6b9ed2;
}

.tt- {
  text-transform: none;
}

.tt-uc {
  text-transform: uppercase;
}

.tt-lc {
  text-transform: lowercase;
}

.td- {
  text-decoration: none;
}

.td-ul {
  text-decoration: underline;
}

.td-ol {
  text-decoration: overline;
}

.td-lt {
  text-decoration: line-through;
}

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

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

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

.ta-j {
  text-align: justify;
}

.fl- {
  float: none;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.fl-c {
  float: none;
  clear: both;
}

.f- {
  font-weight: 400;
  font-style: normal;
}

.f-i {
  font-weight: 400;
  font-style: italic;
}

.f-b {
  font-weight: 700;
  font-style: normal;
}

.f-bi, .f-ib {
  font-weight: 700;
  font-style: italic;
}

.f-p {
  font-family: "Sarabun", sans-serif;
}

.f-s {
  font-family: "Sarabun", sans-serif;
}

.c-b {
  color: #685955;
}

.c-p {
  color: #5791cc;
}

.c-s {
  color: #ab7863;
}

.f-11x {
  font-size: 1.1em;
}

.f-12x {
  font-size: 1.2em;
}

.f-14x {
  font-size: 1.4em;
}

.f-16x {
  font-size: 1.6em;
}

.f-18x {
  font-size: 1.8em;
}

.f-20x {
  font-size: 2em;
}

.f-24x {
  font-size: 2.4em;
}

.f-30x {
  font-size: 3em;
}

.ws-nw {
  white-space: nowrap;
}

*[class^=space] {
  display: block;
  width: 100%;
}

.space5 {
  padding: 5px 0 0;
}

.space10 {
  padding: 10px 0 0;
}

.space15 {
  padding: 15px 0 0;
}

.space20 {
  padding: 20px 0 0;
}

.space25 {
  padding: 25px 0 0;
}

.space30 {
  padding: 30px 0 0;
}

.space35 {
  padding: 35px 0 0;
}

.space40 {
  padding: 40px 0 0;
}

.space50 {
  padding: 50px 0 0;
}

.space60 {
  padding: 60px 0 0;
}

.space70 {
  padding: 70px 0 0;
}

.space80 {
  padding: 80px 0 0;
}

.space90 {
  padding: 90px 0 0;
}

.space100 {
  padding: 100px 0 0;
}

.text-tiny {
  font-size: 0.6em;
}

.text-small {
  font-size: 0.8em;
}

.text-medium {
  font-size: 1.3em;
  line-height: 1.3em;
}

.text-large {
  font-size: 2em;
  line-height: 1.6em;
}

.text-strong {
  font-weight: bold;
}

.padding-vertical-small {
  padding-top: 15px;
  padding-bottom: 15px;
}

.padding-vertical {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding-vertical-large {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-vertical-xlarge {
  padding-top: 70px;
  padding-bottom: 70px;
}

.padding-horizontal-small {
  padding-left: 15px;
  padding-right: 15px;
}

.padding-horizontal {
  padding-left: 30px;
  padding-right: 30px;
}

.padding-horizontal-large {
  padding-left: 50px;
  padding-right: 50px;
}

.padding-horizontal-xlarge {
  padding-left: 70px;
  padding-right: 70px;
}

.container {
  max-width: 1600px;
}
.container-full {
  max-width: 100%;
}
.container-thin {
  max-width: 870px;
}
.container .container {
  padding: 0;
}

.overflow-container {
  width: 100%;
  overflow: hidden;
}

.bg-primary, .bg-primary-link {
  background: #5791cc;
  color: #fff;
}

.bg-secondary, .bg-secondary-link {
  background: #ab7863;
  color: #fff;
}

.bg-primary-link:hover {
  background: #6b9ed2;
  color: #fff;
  text-decoration: none;
}

.bg-secondary-link:hover {
  background: #9f6b56;
  color: #fff;
  text-decoration: none;
}

.btn:hover {
  cursor: pointer;
  text-decoration: none;
}

.btn-blank {
  background: none;
  color: #303030;
}
.btn-blank:hover {
  background: none;
  color: #303030;
  text-decoration: underline;
}

.divider {
  display: block;
  width: 100%;
  border: none;
  padding-top: 30px;
  padding-bottom: 30px;
}
.divider:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #927d77;
}
.divider_dotted:before {
  background: url("../img/bg-dotted.png") repeat-x left top;
}

.uk-modal {
  color: #151515;
}

*[class^=block] {
  display: block;
  padding: 30px 0;
}

.block-soft {
  background: #f2edec;
}
.block-dark {
  background: #303030;
  color: white;
}
.block-dark .btn {
  background: #f2edec;
  color: #303030;
}
.block-title h1 {
  text-align: center;
  color: #5791cc;
  margin: 0 0 40px;
}

.panel {
  padding: 20px;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .panel {
    padding: 40px;
  }
}

.gallery-item, .gallery-item a {
  display: block;
}

ul.icon-list {
  margin: 0 0 30px;
}
ul.icon-list li {
  position: relative;
  padding: 0 0 6px 24px;
}
ul.icon-list li:before {
  content: "\f00c";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  font-family: "Font Awesome 5 Free" !important;
}

*[class^=ico-] {
  position: relative;
  padding-left: 40px;
}
*[class^=ico-]:before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free" !important;
  position: absolute;
  top: 0;
  left: 0;
}

.ico-pin:before {
  content: "\f041";
}

.ico-user:before {
  content: "\f007";
}

.ico-mobile:before {
  content: "\f10b";
}

.ico-email:before {
  content: "\f003";
}

.ico-fb:before {
  content: "\f082";
}

.form-input {
  position: relative;
}
.form-input .required {
  position: absolute;
  right: 5px;
  top: 0px;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
}
.form-input .required:before {
  content: "*";
}
.form-input-date {
  position: relative;
}
.form-input-date:before {
  content: "\f073";
  font-family: "Font Awesome 5 Free" !important;
  color: #f2edec;
  position: absolute;
  top: 8px;
  right: 10px;
}
.form-checkboxlist ul li {
  display: inline-block;
  padding: 0 12px 10px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22.4px;
  line-height: 1.4rem;
}
.form-file .upload-result-image {
  display: inline-block;
  margin: 0 3px 6px 0;
  position: relative;
}
.form-file .upload-result-image-delete {
  display: none;
  width: 25px;
  height: 25px;
  background: #5791cc;
  color: white;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 25px;
  line-height: 1.5625rem;
}
.form-file .upload-result-image-delete:before {
  content: "\f014";
  font-family: "Font Awesome 5 Free" !important;
}
.form-file .upload-result-image:hover .upload-result-image-delete, .form-file .upload-result-image:focus .upload-result-image-delete {
  display: block;
}
.form-file .upload-result-image img {
  height: 60px;
}
.form-file .upload-input {
  position: relative;
  background: #fff;
  display: block;
  width: 100%;
  margin: 0 0 10px;
  border: #927d77 1px solid;
  height: 40px;
  line-height: 40px;
}
.form-file .upload-input label {
  display: block;
  width: 40px;
  height: 38px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background: #927d77;
  cursor: pointer;
  z-index: 1;
}
.form-file .upload-input label:before {
  content: "\f093";
  display: block;
  font-family: "Font Awesome 5 Free" !important;
}
.form-file .upload-input label.active {
  background: #303030;
}
.form-file .upload-input input {
  width: 100%;
  display: block;
  height: 40px;
  cursor: pointer;
  z-index: 3;
  opacity: 0;
  filter: alpha(opacity=0);
}
.form-file .upload-input span {
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 2;
}
.form-file .upload-input .progressbar {
  position: absolute;
  top: -3px;
  left: 0;
  width: 0%;
  height: 3px;
  background: #aa0000;
}

.carousel {
  margin: 0 15px;
}
.carousel-item a {
  display: block;
}
@media only screen and (min-width: 768px) {
  .carousel {
    margin: 0 -5px;
  }
  .carousel-item {
    padding: 0 5px;
  }
}

.slick-slider {
  position: relative;
}
.slick-slider .slick-arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  background: rgba(0, 0, 0, 0);
  color: #685955;
  border: none;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  z-index: 10;
  width: 30px;
  height: 120px;
  line-height: 120px;
  margin-top: -60px;
  cursor: pointer;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
}
.slick-slider .slick-arrow:before {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-family: "Font Awesome 5 Free" !important;
}
.slick-slider .slick-arrow.slick-prev {
  right: 100%;
}
.slick-slider .slick-arrow.slick-prev:before {
  content: "\f104";
}
.slick-slider .slick-arrow.slick-next {
  left: 100%;
}
.slick-slider .slick-arrow.slick-next:before {
  content: "\f105";
}
.slick-slider .slick-arrow.slick-disabled {
  color: #f2edec;
}

.slick-dotted .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}
.slick-dotted .slick-dots li {
  display: inline-block;
  padding: 5px;
}
.slick-dotted .slick-dots li button {
  display: block;
  position: relative;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-indent: 50px;
  background: none;
  border: none;
  cursor: pointer;
}
.slick-dotted .slick-dots li button:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #000;
  margin: -5px 0 0 -5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.slick-dotted .slick-dots li button:hover:before {
  background: #5791cc;
}
.slick-dotted .slick-dots li.slick-active button:before {
  background: #5791cc;
  -ms-transform: scale(1.6, 1.6);
  /* IE 9 */
  webkit-transform: scale(1.6, 1.6);
  /* Safari */
  transform: scale(1.6, 1.6);
}

*[data-tooltip] {
  position: relative;
}
*[data-tooltip] > em {
  display: block;
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  border: 1px solid #303030;
  background: #fff;
  z-index: 90;
  padding: 5px 10px;
}

.fill {
  height: 100%;
  padding: 0 0 10px;
}
.fill > * {
  height: 100%;
}

.smap {
  width: 100%;
  min-height: 500px;
}
.smap img {
  max-width: none;
}
.smap .cluster > div {
  border: none !important;
  background: rgba(87, 145, 204, 0.7) !important;
  color: #fff !important;
}
.smap .cluster > div img {
  display: none;
}

.eu-cookies {
  /*    position: fixed;
      left: 0;
      bottom: 0;*/
  z-index: 999;
  width: 100%;
  background: #5791cc;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19.6px;
  line-height: 1.225rem;
}
.eu-cookies span a {
  color: #edf4fc;
}
.eu-cookies button {
  display: table;
  margin: 15px auto 0;
  background: #fff;
  color: #5791cc;
  padding: 10px 20px;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .eu-cookies {
    text-align: right;
  }
  .eu-cookies span {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    width: 80%;
  }
  .eu-cookies button {
    display: inline-block;
    margin: 0 0 0 30px;
  }
}

header {
  padding: 15px 0;
  background: #5791cc;
  color: #fff;
}
header .header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

footer {
  padding: 15px 0;
  background: #303030;
  color: #f2edec;
}

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