img {
  width: 100%;
}

.w-layout-grid.grid-3.tb1 a,
.w-layout-grid.grid-3.tb3 a {
  margin: auto !important;
}

/* btn-contact */
.widget.sec_widget.height-bubble {
  transition: all 0.5s;
}

.icon-bubble.sec_widget.facebook {
  width: 15px;
}

.height-bubble {
  height: 360px !important;
}

.show-x {
  display: block !important;
  opacity: 1 !important;
}

.hiden-bubble {
  display: none !important;
}

a {
  text-decoration: none;
}

.bubble.sec_widget.help {
  cursor: pointer;
}

.item1 {
  display: flex !important;
  grid-column: span 3;
}

.bubble.sec_widget.phone {
  background-color: #f14545;
}

.bubble.sec_widget.help {
  cursor: pointer;
}

.bubble.sec_widget.fb {
  background-color: #4460a0;
}

.bubble.sec_widget.message {
  background-color: #b2d1ff;
}

.bubble.sec_widget.line {
  background-color: #50af33;
}

.bubble.sec_widget.ig {
  background-color: #d3007e;
}

.bubble img {
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.x.sec_widget {
  display: none;
  opacity: 0;
  color: #fff;
  font-size: 20px;
}

.bubble.sec_widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  margin-top: 10px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #52b481;
}

.widget.sec_widget {
  position: fixed;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50px;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* btn-contact */

.text-block-8 a {
  color: #5f1704;
}


.privacy-policy {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 10%;
}

@media (min-width:1290px) {
  .privacy-policy {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
  }
}

@media (max-width:550px) {
  .privacy-policy {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 15%;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.sectiontabs {
  display: none;
}

@media (max-width: 1200px) {
  .single-p {
    padding-top: 10% !important;
  }
}

@media (max-width: 479px) {
  .single-p {
    padding-top: 15% !important;
  }
}




.button-3.w-button.plan-btn {
  display: flex;


}

.plan-btn svg {
  padding-left: 5px;
  margin-top: auto;
  margin-bottom: auto;
}

.h-top,
.text-span-3 {
  font-family: Sukhumvittadmai Bol, sans-serif;
}

.paragraph-10 {
  font-family: Sukhumvitset, sans-serif;
  color: #868484;
}

#btn-nav-animetion {
  background-color: transparent !important;
}

.top-nav {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  overflow-y: scroll;
  z-index: 100;
  display: block !important;

}

.test {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 9999;
  overflow: auto;
}

.closeNav {

  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
  font-size: 30px;
  z-index: 9999;
  padding: 10px;
  background: transparent;
  cursor: pointer;
}

/* .zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    }
    @-webkit-keyframes zoomOut {
    0% {
    opacity: 1;
    }
    
    50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
    }
    100% {
    opacity: 0;
    }
    }
    @keyframes zoomOut {
    0% {
    opacity: 1;
    }
    50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
    }
    100% {
    opacity: 0;
    }
    }  */

.image-37 {
  max-width: 240px;
}

@media screen and (max-width:991px) {
  .nav-menu.w-nav-menu {
    position: fixed;
  }
}

@media screen and (min-width: 992px) and (max-width:1280px) {
  .blog {
    width: 92% !important;
  }
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden],
template {
  display: none;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

@font-face {
  font-family: webflow-icons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class^="w-icon-"],
[class*=" w-icon-"] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: webflow-icons !important;
}

.w-icon-slider-right:before {
  content: "๎€";
}

.w-icon-slider-left:before {
  content: "๎";
}

.w-icon-nav-menu:before {
  content: "๎";
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "๎";
}

.w-icon-file-upload-remove:before {
  content: "๎ค€";
}

.w-icon-file-upload-icon:before {
  content: "๎ค";
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  color: #333;
  background-color: #fff;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: rgba(0, 0, 0, 0) !important;
}

.w-webflow-badge,
.w-webflow-badge * {
  z-index: auto;
  visibility: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  float: none;
  clear: none;
  box-shadow: none;
  opacity: 1;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  background: none;
  border: 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  margin: 0;
  padding: 0;
  list-style-type: disc;
  transition: none;
  display: block;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
  transform: none;
}

.w-webflow-badge {
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1);
  visibility: visible !important;
  z-index: 2147483647 !important;
  color: #aaadb0 !important;
  opacity: 1 !important;
  width: auto !important;
  height: auto !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  margin: 0 !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  display: inline-block !important;
  position: fixed !important;
  top: auto !important;
  bottom: 12px !important;
  left: auto !important;
  right: 12px !important;
  overflow: visible !important;
  transform: none !important;
}

.w-webflow-badge>img {
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
  display: inline-block !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 30px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:before,
.w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  padding: 0;
  position: relative;
}

.w-video iframe,
.w-video object,
.w-video embed {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button,
[type="button"],
[type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input,
.w-select {
  width: 100%;
  height: 38px;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus,
.w-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee;
}

textarea.w-input,
textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
  display: inline-block;
}

.w-radio {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-radio:before,
.w-radio:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-radio:after {
  clear: both;
}

.w-radio-input {
  float: left;
  margin: 3px 0 0 -20px;
  line-height: normal;
}

.w-file-upload {
  margin-bottom: 10px;
  display: block;
}

.w-file-upload-input {
  width: .1px;
  height: .1px;
  opacity: 0;
  z-index: -100;
  position: absolute;
  overflow: hidden;
}

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  color: #333;
  display: inline-block;
}

.w-file-upload-error {
  margin-top: 10px;
  display: block;
}

.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: flex;
}

.w-file-upload-file {
  background-color: #fafafa;
  border: 1px solid #ccc;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  display: flex;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.w-file-remove-link {
  width: auto;
  height: auto;
  cursor: pointer;
  margin-top: 3px;
  margin-left: 10px;
  padding: 3px;
  display: block;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  color: #ea384c;
  padding: 2px 0;
  display: inline-block;
}

.w-file-upload-info {
  padding: 0 12px;
  line-height: 38px;
  display: inline-block;
}

.w-file-upload-label {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  width: 20px;
  margin-right: 8px;
  display: inline-block;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before,
.w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

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

.w-row:before,
.w-row:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

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

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333%;
}

.w-col-2 {
  width: 16.6667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.3333%;
}

.w-col-5 {
  width: 41.6667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.3333%;
}

.w-col-8 {
  width: 66.6667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.3333%;
}

.w-col-11 {
  width: 91.6667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: none !important;
  }

  .w-col-medium-1 {
    width: 8.33333%;
  }

  .w-col-medium-2 {
    width: 16.6667%;
  }

  .w-col-medium-3 {
    width: 25%;
  }

  .w-col-medium-4 {
    width: 33.3333%;
  }

  .w-col-medium-5 {
    width: 41.6667%;
  }

  .w-col-medium-6 {
    width: 50%;
  }

  .w-col-medium-7 {
    width: 58.3333%;
  }

  .w-col-medium-8 {
    width: 66.6667%;
  }

  .w-col-medium-9 {
    width: 75%;
  }

  .w-col-medium-10 {
    width: 83.3333%;
  }

  .w-col-medium-11 {
    width: 91.6667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {

  .w-hidden-main,
  .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: none !important;
  }

  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .w-col-small-1 {
    width: 8.33333%;
  }

  .w-col-small-2 {
    width: 16.6667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.3333%;
  }

  .w-col-small-5 {
    width: 41.6667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.3333%;
  }

  .w-col-small-8 {
    width: 66.6667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.3333%;
  }

  .w-col-small-11 {
    width: 91.6667%;
  }

  .w-col-small-12 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .closeNav {

    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
    font-size: 20px;
    z-index: 99999;
  }

  ._w-100 {
    font-size: 14px;
  }

  .card-content-1 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .w-container {
    max-width: none;
  }

  .w-hidden-main,
  .w-hidden-medium,
  .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333%;
  }

  .w-col-tiny-2 {
    width: 16.6667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.3333%;
  }

  .w-col-tiny-5 {
    width: 41.6667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.3333%;
  }

  .w-col-tiny-8 {
    width: 66.6667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.3333%;
  }

  .w-col-tiny-11 {
    width: 91.6667%;
  }

  .w-col-tiny-12 {
    width: 100%;
  }
}

.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw>button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  vertical-align: top;
  width: 28px;
  height: 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: serif;
  font-size: 15px;
  line-height: 12px;
  position: relative;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  display: block;
  position: relative;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  left: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: rgba(117, 134, 150, 0) #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
  margin-top: -4px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  margin-top: -4px;
  margin-left: -8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  left: 50%;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-background-video {
  height: 500px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.w-background-video>video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  margin: auto;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
}

.w-background-video>video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.w-background-video--control {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.w-background-video--control>[hidden] {
  display: none !important;
}

.w-slider {
  height: 300px;
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  background: #ddd;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  height: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
  display: inline-block;
  position: relative;
}

.w-slider-nav {
  z-index: 2;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  margin: auto;
  padding-top: 10px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-slider-nav.w-round>div {
  border-radius: 100%;
}

.w-slider-nav.w-num>div {
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: inherit;
  padding: .2em .5em;
}

.w-slider-nav.w-shadow>div {
  box-shadow: 0 0 3px rgba(51, 51, 51, .4);
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert>div {
  background-color: rgba(34, 34, 34, .4);
}

.w-slider-nav-invert>div.w-active {
  background-color: #222;
}

.w-slider-dot {
  width: 1em;
  height: 1em;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .4);
  margin: 0 3px .5em;
  transition: background-color .1s, color .1s;
  display: inline-block;
  position: relative;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  width: 80px;
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: auto;
  font-size: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  border: 0;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.w-slider-force-show {
  display: block !important;
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.w-dropdown-list {
  min-width: 100%;
  background: #ddd;
  display: none;
  position: absolute;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-lightbox-backdrop {
  cursor: auto;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: rgba(0, 0, 0, .9);
  outline: 0;
  font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  list-style: disc;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate(0);
}

.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.w-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-view {
  width: 100vw;
  height: 100vh;
  opacity: 0;
  position: absolute;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame,
.w-lightbox-view:before {
  vertical-align: middle;
  display: inline-block;
}

.w-lightbox-figure {
  margin: 0;
  position: relative;
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}

.w-lightbox-image {
  float: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(0, 0, 0, .4);
  padding: .5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-lightbox-control {
  width: 4em;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  transition: all .3s;
  position: absolute;
  top: 0;
}

.w-lightbox-left {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
  display: none;
  bottom: 0;
  left: 0;
}

.w-lightbox-right {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
  display: none;
  bottom: 0;
  right: 0;
}

.w-lightbox-close {
  height: 2.6em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
  right: 0;
}

.w-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: auto;
  overflow-y: hidden;
}

.w-lightbox-item {
  width: 10vh;
  box-sizing: content-box;
  cursor: pointer;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
  opacity: .3;
}

.w-lightbox-thumbnail {
  height: 10vh;
  background: #222;
  position: relative;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  height: 100%;
  left: 50%;
  transform: translate(-50%);
}

.w-lightbox-spinner {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 5px solid rgba(0, 0, 0, .4);
  border-radius: 50%;
  margin-top: -20px;
  margin-left: -20px;
  animation: .8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.w-lightbox-spinner:after {
  content: "";
  border: 3px solid rgba(0, 0, 0, 0);
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
}

.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }

  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }

  .w-lightbox-left,
  .w-lightbox-right {
    opacity: .5;
    display: block;
  }

  .w-lightbox-close {
    opacity: .8;
  }

  .w-lightbox-control:hover {
    opacity: 1;
  }
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:before,
.w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after,
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video>div:after,
.w-richtext figure[data-rt-type="video"]>div:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-richtext figure {
  max-width: 60%;
  position: relative;
}

.w-richtext figure>div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: .6;
}

.w-richtext figure div {
  color: rgba(0, 0, 0, 0);
  font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image>div,
.w-richtext figure[data-rt-type="image"]>div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image>figcaption,
.w-richtext figure[data-rt-type="image"]>figcaption {
  caption-side: bottom;
  display: table-caption;
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.w-richtext figure.w-richtext-figure-type-video>div,
.w-richtext figure[data-rt-type="video"]>div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"]>div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-richtext figure.w-richtext-align-fullwidth>div {
  padding-bottom: inherit;
  display: inline-block;
}

.w-richtext figure.w-richtext-align-fullwidth>figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before,
.w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-link.w--current {
  color: red;
}

.w-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  min-width: 200px;
  background: #c8c8c8;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button,
.w--nav-dropdown-open,
.w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:before,
.w-tabs:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.w-tab-pane {
  display: none;
  position: relative;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.w-dyn-empty {
  background-color: #ddd;
  padding: 10px;
}

.w-dyn-hide,
.w-dyn-bind-empty,
.w-condition-invisible {
  display: none !important;
}

.wf-layout-layout {
  display: grid;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-item {
  width: auto;
  color: #fff;
  white-space: normal;
  justify-content: center;
  align-items: center;

  padding: 20px 0;
  font-family: Sukhumvitset, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: flex;
  position: static;
}

.nav-item.drop {
  width: 6.25%;
  padding: 0;
  position: relative;
}

.nav-item.drop.plan-item {
  width: auto;
  padding-right: 20px;
  position: static;
}

.nav-item.search {
  width: 6.25%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.nav-item.en-th-m {
  display: none;
}

.image {
  color: #fff;
}

.container {
  max-width: 1440px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0%;
  display: flex;
}

.container.padding-x-5 {
  flex-direction: column;
  padding: 5%;
}

.container.p-5 {
  flex-direction: row;
  justify-content: flex-start;
  padding-left: 5%;
  padding-right: 5%;
}

.container._13plan {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding: 2% 5%;
}

.container.grid-content {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding: 5%;
  display: grid;
}

.container.h-5-pro {
  align-items: flex-start;
  padding-left: 5%;
  padding-right: 5%;
}

.nav-menu {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: static;
}

.icon_search:hover {
  display: none;
}

.icon_search_hover,
.icon_search_hover:hover {
  display: inline-block;
}

.icon_search-nav {
  width: 25px;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon_search-nav:hover {
  opacity: 0;
  display: inline-block;
}

.icon_search_hover-nav {
  width: 25px;
  opacity: 1;
  margin: auto;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon_search_hover-nav:hover {
  opacity: 1;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-2 {
  z-index: -99;
  position: absolute;
}

.text-block {
  color: #fff;
}

.icon {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
  position: static;
}

.text-block-2 {
  color: #fff;
}

.icon-2 {
  color: #fff;
  margin-left: 0;
  margin-right: -20px;
}

.dropdown-toggle {
  width: 100%;
  flex-direction: row;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.image-3 {
  width: 100%;
}

.inbox {
  width: 100%;
  justify-content: end;
  display: flex;
  position: static;
  gap: 24px;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.brand {
  width: 20%;
  margin-left: 0;
  margin-right: auto;
}

.dropdown-toggle-2 {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.box-1 {
  width: 100%;
  height: auto;
  object-fit: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.heading {
  color: #fdfdfd;
  background-color: rgba(0, 0, 0, 0);
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 2.5vw;
}

.heading-2.en {
  margin-top: auto;
  font-family: Wonderful Branding, sans-serif;
  font-size: 2.2vw;
  line-height: 2.3vw;
}

.nav {
  width: 100%;
  height: 100%;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  position: relative;
  overflow: visible;
}

.image-4 {
  z-index: -99;
  position: absolute;
}

.image-5 {
  z-index: -99;
  width: 100%;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.boxtext-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
  position: absolute;
  top: 15%;
}

.top {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-left,
.top-right {
  width: 100%;
}

.heading-3 {
  color: #5f1704;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Sukhumvitset, sans-serif;
  line-height: 33px;
}

.paragraph {
  color: #5f1704;
  text-align: left;
  text-indent: 30px;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Sukhumvitset, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 31px;
}

.bottom {
  width: 100%;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
  display: block;
}

.bottom.logo-bb {
  padding-left: 0%;
  padding-right: 0%;
}

.grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: 0;
  margin-right: auto;
}

.grid.nav-logo-plan {
  width: 100%;
}

.img-logo {
  width: 160px;
  margin-left: auto;
  margin-right: auto;
}

.preview.container {
  width: 100%;
  flex-direction: column;
  padding-left: 0%;
  padding-right: 0%;
}

.home-2,
.home-1 {
  width: 100%;
  flex-direction: row;
  padding-top: 3%;
  padding-bottom: 3%;
  display: flex;
}

.home-3 {
  width: 100%;
  flex-direction: row;
  padding-top: 3%;
  padding-bottom: 6%;
  display: flex;
}

.left {
  width: 50%;
  padding-right: 5%;
  display: block;
}

.left.left-1 {
  width: 50%;
  height: auto;
  padding-top: 3%;
  padding-left: 5%;
}

.left.left-img {
  padding-right: 1%;
}

.right {
  width: 50%;
}

.right.right-2 {
  padding-top: 3%;
  padding-left: 5%;
  padding-right: 5%;
}

.right.right-img {
  padding-left: 1%;
}

.h-1 {
  color: #5f1704;
  font-family: Sukhumvitset, sans-serif;
}

.image-6 {
  width: 25px;
  height: 25px;
  position: absolute;
}

.dropdown-list {
  margin-top: 10%;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dropdown-list.w--open {
  width: 100%;
  margin-top: 0%;
  position: absolute;
  top: 90%;
  bottom: auto;
  left: auto;
  right: auto;
}

.dropdown-list.plan-drop.w--open {
  background-color: #fff;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  left: 0;
  right: 0;
  box-shadow: 0 2px 5px 3px rgba(0, 0, 0, .2);
}

.dropdown-list-2 {
  top: -80%;
}

.dropdown-list-2.w--open {
  top: 90%;
}

.tabs {
  width: 100%;
}

._w-100 {
  width: auto;
  color: #5f1704;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 5%;
  padding-right: 5%;
}

._w-100.w--current {
  width: auto;
  color: red;
  background-color: rgba(0, 0, 0, 0);
}

.tabs-menu {
  border-bottom: 1px solid #949494;
  justify-content: space-around;
  align-items: center;
  padding-top: 2%;
  padding-bottom: 2%;
  display: flex;
}

.text-block-3 {
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 23px;
}

.text-block-4 {
  text-align: center;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 13px;
  line-height: 24px;
}

@media screen and (min-width:768px) {
  .text-block-4 {
    font-size: 23px;
  }
}

.tab-content-1 {
  padding-top: 3%;
  padding-bottom: 4%;
  width: 100%;
  height: auto;
  border: 1px #000;
  border-top-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.image-6-white {
  width: 25px;
  height: 25px;
  position: absolute;
}

.image-6-white:hover {
  opacity: 0;
}

.all-plan.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
}

.button {
  color: #5f1704;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #5f1704;
  border-top-left-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-weight: 700;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.button:hover {
  color: #fff;
  background-color: #5f1704;
  box-shadow: 0 4px 4px 2px rgba(0, 0, 0, .2), 0 2px 5px rgba(0, 0, 0, .2);
}

.btn {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1%;
  padding-bottom: 0%;
  display: flex;
}

.grid-2 {
  width: 10%;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}


.grid-3 {
  width: 90vw;
  height: auto;
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto auto;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
}

.image-7 {
  width: 170px;
  margin: auto;
}

.h-click-1 {
  width: 100%;
  border-bottom: 1px #919191;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
}

.p-h-click {
  color: #5f1704;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.plus {
  color: #494949;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  font-family: Sukhumvitset, sans-serif;
  font-size: 26px;
  font-weight: 100;
}

.content-click-1 {
  padding-top: 3%;
  padding-bottom: 3%;
  display: none;
}

.h-contect-1 {
  width: 100%;
  justify-content: space-between;
  font-family: Sukhumvittadmai Bol, sans-serif;
  display: flex;
}

.paragraph-2 {
  color: #5f1704;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.plus {
  margin-right: 0;
}

.plus-re {
  font-family: Sukhumvitset, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 30px;
}

.h3-p {
  color: #5f1704;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Sukhumvittadmai Bol, sans-serif;
}

.p-content-con {
  color: #5f1704;
  margin-bottom: 20px;
  font-family: Sukhumvitset, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 29px;
}

.button-2 {
  color: #5f1704;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #5f1704;
  border-top-left-radius: 15px;
  padding: 5px 20px;
  font-family: Sukhumvitset, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.button-2:hover {
  color: #fff;
  background-color: #5f1704;
}

.dropdown-toggle-4 {
  width: 100%;
  border-bottom: 1px solid #969696;
  flex-direction: row;
  justify-content: space-between;
  padding: 3% 0;
  display: flex;
}

.dropdown-toggle-4.w--open {
  border-bottom: 1px solid #7c7c7c;
  padding-top: 3%;
  padding-bottom: 3%;
}

.dropdown-list-3 {
  padding-top: 2%;
  padding-bottom: 2%;
  position: static;
}

.dropdown-list-3.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-3 {
  width: 100%;
  border-bottom: 1px solid #acaaaa;
  flex-direction: row;
  justify-content: space-between;
  padding: 3% 0;
  display: flex;
}

.dropdown-3.p-in-p {
  flex-direction: column;
  justify-content: flex-start;
}

.img-home {
  width: 100%;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  overflow: visible;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.p-p {
  color: #5f1704;
  margin-top: auto;
  margin-bottom: 0;
  padding-left: 0%;
  font-family: Sukhumvitset, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.h-13-plan {
  width: 100%;
  background-color: #231612;
}

._13-plan {
  color: #fff;
  font-family: Sukhumvittadmai Bol, sans-serif;
}

.grid-4 {
  width: 100%;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.card-grid {
  width: 100%;
  max-width: 470px;
  border: 1px solid #f7f7f7;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.link-img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.card-content {
  width: 100%;
  padding-top: 3%;
  padding-bottom: 3%;
  text-decoration: none;
}

.card-content-h3,
.card-content-p {
  font-family: Sukhumvittadmai Bol, sans-serif;
}

.card-content-text {
  color: #5f1704;
  font-family: Sukhumvitset Text, sans-serif;
  font-size: 15px;
}

.crad-bottom {
  flex-direction: row;
  align-items: flex-end;
  margin: auto auto 0;
  padding-top: 10%;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.price {
  width: 100%;
  color: #5f1704;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 0;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.price.p-price {
  color: #5f1704;
  white-space: nowrap;
  font-size: 21px;
  line-height: 23px;
}

.btn-card {
  color: #5f1704;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #5f1704;
  border-top-left-radius: 15px;
  margin-top: auto;
  margin-left: auto;
  padding: 5px 20px;
  font-family: Sukhumvittadmai Bol, sans-serif;
  display: block;
  box-shadow: 1px 0 3px rgba(0, 0, 0, .2);
}

.btn-card:hover {
  color: #fff;
  background-color: #5f1704;
  box-shadow: 0 6px 5px rgba(0, 0, 0, .2), 1px 0 3px rgba(0, 0, 0, .2);
}

.paragraph-3 {
  color: #5f1704;
  font-family: Sukhumvitset Text, sans-serif;
}

.btn-div-card {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.content {
  padding: 5% 5% 6% 6%;
}

.content.news-content {
  width: 40%;
}

.left-top {
  background-color: #7b4019;
  border-bottom-right-radius: 10px;
  padding: 5px 25px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .2);
}

.paragraph-4 {
  color: #fff;
  margin-bottom: 0;
  font-family: Sukhumvitset Text, sans-serif;
  font-size: 15px;
}

.new-plan-t {
  z-index: 0;
  width: 100%;
  background-color: #231612;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 -2px 1px rgba(0, 0, 0, .2);
}

.paragraph-5 {
  color: #fff;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Sukhumvitset Text, sans-serif;
}

.image-8 {
  width: 100%;
}

.div-block {
  width: 100%;
  display: flex;
}

.footer {
  flex-direction: column;
  display: flex;
}

.copyright {
  width: 100%;
  background-color: #ee2e25;
}

.footer-menu {
  width: 100%;
  background-color: #231612;
}

.copy-con.container {
  background-color: #ee2e25;
  justify-content: center;
  padding-top: 1%;
  padding-bottom: 1%;
}

.footer-con.container {
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  padding: 7% 5%;
}

.footer-1 {
  width: 45%;
  justify-content: flex-start;
  margin-bottom: auto;
  padding-right: 3%;
  display: flex;
}

.footer-2 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-6 {
  color: #fff;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Sukhumvitset Text, sans-serif;
}

.menu-f.in-nav {
  display: none;
}

.line {
  width: 35px;
  height: 4px;
  background-color: #947f54;
  border-radius: 4px;
}

.link-f {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 25px;
  padding-bottom: 20px;
  display: flex;
}

.text-link {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 0;
  font-family: Sukhumvitset, sans-serif;
  font-size: 14px;
  font-weight: 100;
  line-height: 25px;
  text-decoration: none;
}

.heading-4 {
  color: #fff;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 0;
  font-family: Sukhumvitset, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.link-f-l {
  display: inline-block;
}

.logo-l {
  padding: 5px;
}

.image-9 {
  width: 55px;
  height: 55px;
}

.tel {
  width: 60%;
  background-color: #ee2e25;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  text-decoration: none;
}

.paragraph-7 {
  color: #fff;
  margin-bottom: 0;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: block;
}

.image-10 {
  width: 20px;
  margin-right: 10px;
}

.main-cut {
  background-color: rgba(0, 0, 0, 0);
}

.assumption {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.page-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 5%;
  display: flex;
}

.page-2.container {
  padding-left: 5%;
  padding-right: 5%;
}

.heading-5 {
  color: #5f1704;
  font-family: Sukhumvittadmai Bol, sans-serif;
}

.paragraph-8 {
  color: #646464;
  text-align: start;
  font-family: Sukhumvitset Text, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.paragraph-8.new-h {
  color: #5f1704;
  font-family: Sukhumvitset, sans-serif;
  font-weight: 700;
}

.image-11 {
  width: 100%;
}

.page-2-gallery {
  background-color: #f4f4f4;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.left-p2 {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.right-p2 {
  width: 100%;
}

.gallery-p2 {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-6 {
  color: #5f1704;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 25px;
}

.heading-7 {
  color: rgba(95, 23, 4, .44);
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-weight: 400;
}

.lightbox-link {
  margin-left: auto;
  margin-right: auto;
}

.light-1 {
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.image-12 {
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}

.p2-text {
  color: rgba(141, 140, 140, .93);
  font-family: Sukhumvitset Text, sans-serif;
  font-size: 15px;
  line-height: 30px;
}

.page-2-location {
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.page-2-location.container {
  width: 100%;
  flex-direction: column;
  padding-left: 5%;
  padding-right: 5%;
}

.heading-8 {
  color: #5f1704;
  margin-left: auto;
  margin-right: auto;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-weight: 400;
  line-height: 25px;
}

.heading-8.h-8 {
  text-transform: uppercase;
}

.btn-page-2 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 0%;
  display: flex;
}

.btn-page-2.new {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page-2-btn {
  width: 15%;
  color: #5f1704;
  text-align: center;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #5f1704;
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Sukhumvitset, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.tabs-p2 {
  width: 100%;
}

.page-2-tab.page-2-btn.w--current {
  color: #fff;
  background-color: #5f1704;
  box-shadow: 0 2px 5px 3px rgba(0, 0, 0, .2);
}

.tabs-menu-2 {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-9 {
  color: #1d1d1d;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 40px;
  font-family: Sukhumvitset, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}

.content-line1 {
  width: 100%;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 40px;
  display: flex;
}

.tab-grid {
  width: 60%;
  max-width: 1440px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4%;
  padding-bottom: 2%;
  display: grid;
}

.tab-grid.school {
  width: 90%;
  grid-column-gap: 10px;
  grid-row-gap: 5px;
}

.page-2-map {
  display: flex;
}

.map-left {
  width: 40%;
  background-color: #f4f4f4;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5%;
  display: flex;
}

.map-right {
  width: 60%;
}

.map-left-h {
  color: #5f1704;
  margin-bottom: 0;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 32px;
  padding-bottom: 24px;
}

.map-left-th {
  color: rgba(122, 49, 29, .41);
  margin-top: 10px;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.map-p {
  color: #5f1704;
  font-family: Sukhumvitset Text, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.map-btn {
  width: 100%;
  justify-content: start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  gap: 24px;
}

.button-3 {
  color: #5f1704;
  background-color: rgba(0, 0, 0, 0);
  /* border: 1px solid #5f1704; */
  border-top-left-radius: 15px;
  padding: 0px;
  font-family: Sukhumvittadmai Bol, sans-serif;
  /* box-shadow: 0 2px 3px #5f1704; */
}

.button-3:hover {
  text-shadow: 0 0px 5px #5f1804a8;
}

.map {
  width: 100%;
  height: 60vh;
  background-color: rgba(196, 196, 196, .79);
}

.house-type {
  flex-direction: row;
  align-items: center;
  display: flex;
  position: static;
  height: 600px;
}

.hose-left {
  width: 50%;
  height: 100%;
  margin-bottom: 0;
  position: static;
  overflow: visible;
}

.hose-right {
  width: 50%;
  padding-left: 5%;
  padding-right: 5%;
}

.tab-link-tab-1 {
  color: #5f1704;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #5f1704;
  border-radius: 15px;
  margin-right: 40px;
  padding: 5px 40px;
  font-family: Sukhumvitset, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.tab-link-tab-1.w--current {
  color: #fff;
  background-color: #5f1704;
  border: 1px solid #5f1704;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Sukhumvitset, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.heading-9 {
  color: #5f1704;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.p-in-tab {
  color: #868484;
  font-family: Sukhumvitset Text, sans-serif;
  font-size: 17px;
  line-height: 26px;
}

.tab-icon {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
  max-width: 400px;
  margin-left: -33px
}

.image-13 {
  width: 30px;
}

.paragraph-10 {
  color: #353434;
  text-align: center;
  white-space: normal;
}

.lightbox-link-2 {
  width: 100%;
  height: 100%;
  object-fit: fill;
  margin: 0 auto auto;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.lightbox-link-2.paradise,
.image-14 {
  position: static;
}

.lightbox-link-2 .image-14 {
  height: 100%;
  object-fit: cover;
}

.btn-2 {
  width: auto;
  text-align: left;
  justify-content: space-around;
  padding: 5px;

  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 16px;
  line-height: 23px;
  display: flex;
  border-radius: 25px;
  background-color: rgb(233 233 233);
  margin-right: auto;
}

.palace.btn-3,
.paradise.btn-3 {
  color: #5f1704;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #00000000;
  border-radius: 15px;
  font-family: Sukhumvittadmai Bol, sans-serif;
}

.btn-3 {
  width: auto;
  color: #5f1704;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #5f180400;
  border-radius: 20px;
  margin-right: 0;
  padding: 7px 20px;
}

.btn-3:hover {
  color: #fff;
  background-color: #5f1704;
  box-shadow: 0 5px 2px rgba(0, 0, 0, .2), 0 2px 3px rgba(0, 0, 0, .2);
}

.floor-type.container {
  width: 100%;
  flex-direction: column;
  padding: 5%;
}

.floor-type-head {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.floor-plan {
  width: 100%;
  flex-direction: row;
  padding-top: 2%;
  display: flex;
}

.floor-plan-1 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-right: 10px;
}

.floor-plan-2 {
  width: 50%;
  padding-top: 0;
  padding-left: 10px;
  display: none;
}

.h-icon {
  justify-content: space-between;
  padding-top: 1%;
  padding-bottom: 1%;
  display: flex;
}

.h-icon.sec-copy {
  justify-content: flex-start;
  padding-top: 4%;
  padding-bottom: 6%;
}

.div-block-2 {
  align-items: center;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.icon-h {
  width: 25px;
  height: 25px;
  color: #774d4d;
}

.p-icon {
  color: #5f1704;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Sukhumvittadmai Bol, sans-serif;
}

.img-plan {
  width: auto;
  display: block;
}

.register {
  background-color: #f4f4f4;
}

.register.container {
  width: 100%;
  max-width: 100%;
  padding: 5%;
}

.register.container.re-contact {
  max-width: 100%;
  background-image: url("https://uploads-ssl.webflow.com/64f6ee0e5515df24fd8b38cf/650a997ff47cf01adfaf41de_Group%201148-50.png");
  background-position: 0 0;
  background-size: cover;
}

.box-register {
  width: 60%;
  background-color: #fff;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 5% 3% 3%;
}

.box-register.regis-contact {
  max-width: 864px;
}

.register-h {
  color: #5f1704;
  text-align: center;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-weight: 400;
}

.register-h.ex {
  color: #ff0909;
  font-family: Wonderful Branding, sans-serif;
  font-size: 22px;
}

.div-block-3 {
  justify-content: center;
  display: flex;
}

.form-register {
  margin-bottom: 0;
  padding-top: 40px;
}

.icon-link {
  width: 30px;
  margin-right: 10px;
}

.link-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-btn {
  width: 91%;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.form-grid {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.submit-button {
  width: 40%;
  height: 45px;
  color: #e90b0b;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e90b0b;
  border-radius: 10px;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.submit-button:hover {
  color: #fff;
  background-color: #e90b0b;
}

.paragraph-11 {
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: none;
}

.select-field {
  height: 60px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #cfcfcf;
}

.select-p {
  color: #5f1704;
  margin-top: 10px;
  font-family: Sukhumvitset Text, sans-serif;
  font-size: 16px;
}

.text-field {
  height: 60px;
  color: #5f1704;
  cursor: text;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-field:hover {
  font-size: 12px;
}

.text-field::-ms-input-placeholder {
  color: #5f1704;
  font-family: Sukhumvitset Text, sans-serif;
  font-size: 15px;
}

.text-field::placeholder {
  color: #5f1704;
  font-family: Sukhumvitset Text, sans-serif;
  font-size: 15px;
}

.end-register {
  justify-content: center;
  display: flex;
}

.paragraph-12 {
  color: #9c9c9c;
  margin-bottom: 0;
  margin-left: 5px;
  font-family: Sukhumvitset Text, sans-serif;
  font-size: 12px;
}

.image-15 {
  width: 40%;
}

.heading-10 {
  color: #5f1704;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 30px;
}

.heading-11 {
  color: #5f1704;
  margin-top: 0;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 29px;
}

.news-event.container {
  align-items: center;
  padding: 5%;
  padding-top: calc(80px + 5%) !important;
}

.news-h {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.news-1 {
  width: 100%;
  display: flex;
}

.news-card {
  width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.img {
  width: 60%;
  height: auto;
  display: flex;
  position: relative;
}

.img-content {
  width: 42%;
  height: 100%;
  background-color: #372313;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.h4-news-content {
  color: #5f1704;
  font-family: Sukhumvitset, sans-serif;
  font-size: 25px;
}

.h4-news-content-th {
  color: #5f1704;
  font-family: Sukhumvitset, sans-serif;
}

.p-news-content {
  color: #5f1704;
  font-family: Sukhumvitset Text, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.news-grid {
  grid-column-gap: 50px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-lnews {
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.icon-date {
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.box-img,
.image-16 {
  width: 100%;
}

.image-17 {
  width: 20px;
  margin-right: 10px;
}

.paragraph-13 {
  color: rgba(150, 150, 150, .96);
  margin-bottom: 0;
  text-decoration: none;
}

.h-card {
  color: #5f1704;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 20px;
}

.p-crad {
  color: #5f1704;
  font-family: Sukhumvitset Text, sans-serif;
  font-size: 15px;
}

.section-search {
  background-color: #fff;
  position: relative;
}

.section-search.container {
  width: 100%;
  padding: 5% 0%;
  position: relative;
}

.form-search {
  width: 100%;
  position: absolute;
}

.form-search.container {
  width: 96%;
  background-color: rgba(255, 255, 255, .97);
  margin: auto;
  padding: 7% 5% 3%;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: 0%;
  right: 0%;
}

.form {
  justify-content: space-around;
  align-items: center;
  padding: 0%;
  display: flex;
  position: static;
}

.field-label {
  color: #5f1704;
  white-space: nowrap;
  margin-bottom: 0;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.field-label.for-mobile {
  display: none;
}

.text-field-2 {
  width: 40%;
  cursor: text;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 2px solid #ebebeb;
  padding-left: 0;
  font-family: Sukhumvitset Text, sans-serif;
  transition: font-size .5s;
}

.text-field-2:hover {
  font-size: 13px;
}

.form-block {
  width: 100%;
}

.heading-12 {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 2vw;
  line-height: 37px;
}

.heading-13 {
  color: #fff;
  margin-top: 0;
  font-family: Sukhumvittadmai Bol, sans-serif;
}

.paragraph-14 {
  color: #fff;
  text-align: center;
  font-family: Sukhumvitset Text, sans-serif;
  font-size: 14px;
}

.heading-14 {
  color: #fff;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 2vw;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.box-tab {
  background-color: #f4f1e9;
}

.box-tab.container {
  background-color: #f4f1e9;
  padding-left: 0%;
  padding-right: 0%;
}

.tabs-2 {
  width: 100%;
}

.tabs-menu-3 {
  width: 100%;
  max-width: 1440px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #d3d3d3;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3%;
  padding-bottom: 0%;
  display: flex;
}

.history-menu {
  background-color: #f4f1e9;
  padding-left: 0;
  padding-right: 0;
}

.history-menu.w--current {
  color: #fd0f0f;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 5px solid #e90b0b;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-menu {
  color: #0b0300;
  text-transform: uppercase;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 23px;
}

.text-menu-th {
  color: #5f1704;
  margin-top: 5px;
  font-family: Sukhumvitset Text, sans-serif;
  font-size: 15px;
}

.tab-pane-tab-1 {
  margin-top: 10px;
}

.content-1 {
  width: 100%;
  background-image: url("https://uploads-ssl.webflow.com/64f6ee0e5515df24fd8b38cf/6502b77bb1e9d013a8e53d19_Mask%20Group%20452x.png");
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4%;
  padding-bottom: 30%;
  display: flex;
}

.h2-his {
  color: #5f1704;
  margin-bottom: 20px;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 30px;
}

.paragraph-15 {
  color: #3a2e29;
  text-align: center;
  font-family: Sukhumvitset Text, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.paragraph-16 {
  color: #3a2e29;
  margin-bottom: 5px;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 19px;
}

.grid-history {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-top: 3%;
  padding-bottom: 3%;
  display: grid;
}

.in-content {
  width: 350px;
  height: 90px;
  background-color: #fff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 3% 40px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.in-content.in-1 {
  margin-right: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.in-content.in-2 {
  margin-left: 0;
}

.in-content-2 {
  margin-left: 20px;
}

.heading-15 {
  color: #5f1704;
  white-space: nowrap;
  margin-bottom: 0;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 17px;
  line-height: 20px;
}

.h-13 {
  display: flex;
}

.paragraph-17 {
  color: #5f1704;
  margin-top: auto;
  margin-bottom: 0;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 34px;
  line-height: 36px;
}

.paragraph-18 {
  color: #5f1704;
  margin-top: auto;
  margin-bottom: 0;
  margin-left: 5px;
  font-family: Sukhumvittadmai Bol, sans-serif;
}

.image-19 {
  width: 50px;
}

.paragraph-19 {
  color: #2a1d19;
  text-align: center;
  font-family: Sukhumvitset, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.paragraph-19.botton {
  color: #5f1704;
  font-weight: 700;
}

.div-block-4 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2%;
  padding-bottom: 5%;
  display: flex;
}

.h2-his-3 {
  color: #e90b0b;
  margin-top: 10px;
  font-family: Wonderful Branding, sans-serif;
  font-size: 37px;
}

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

.content-2 {
  width: 100%;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.slide {
  width: 100%;
  max-width: 1440px;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  overflow: auto;
}

.div-block-5 {
  width: 16px;
  height: 16px;
  background-color: #5f1704;
  border: 1px solid #5f1704;
  border-radius: 100%;
  margin-bottom: 2px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.div-block-6 {
  display: flex;
}

.div-block-7 {
  flex-direction: column;
  display: flex;
}

.line-down {
  width: 2px;
  height: 50px;
  opacity: .98;
  background-image: linear-gradient(177deg, rgba(95, 23, 4, .8), #fff);
  border: 1px #5f1704;
  margin-left: auto;
  margin-right: auto;
}

.line-down._2011 {
  height: 35px;
}

.line-down._2014 {
  height: 30px;
}

.div-block-9 {
  position: relative;
}

.line-l-r {
  width: 80px;
  height: 1px;
  background-color: #5f1704;
  margin-top: 8px;
}

.div-block-11 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-21 {
  color: #5f1704;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.image-20 {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.tabs-content-2 {
  background-color: #f4f1e9;
}

.content-3 {
  width: 100%;
  max-width: 1440px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2%;
  padding-bottom: 5%;
  display: flex;
}

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

.blog {
  width: 75%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2%;
  padding-bottom: 2%;
  display: flex;
  overflow: visible;
}

.blog-left {
  width: 50%;
  overflow: visible;
}

.blog-left.img,
.blog-left.omg {
  width: 55%;
}

.blog-right {
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3%;
  display: flex;
}

.blog-right.bb {
  padding-left: 0%;
}

.blog-right.pp-2 {
  padding-right: 0%;
}

.paragraph-23 {
  margin-top: auto;
  margin-bottom: auto;
}

.image-21 {
  max-width: 500px;
  object-fit: fill;
}

.p-19 {
  color: #5f1704;
  font-family: Sukhumvitset, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 29px;
}

.blog-img {
  width: 55%;
  justify-content: flex-end;
  display: flex;
}

.blog-img._3 {
  justify-content: flex-start;
}

.blog-tx {
  width: 45%;
}

.paragraph-24 {
  color: #5f1704;
  text-align: center;
  margin-bottom: 0;
  padding-top: 5%;
  padding-bottom: 5%;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 22px;
  line-height: 25px;
}

.spac {
  width: 100%;
  height: 4vw;
  background-color: #fff;
}

.text-block-5 {
  color: #5f1704;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 20px;
  line-height: 16px;
}

.content-v-1 {
  width: 100%;
  background-image: url("https://uploads-ssl.webflow.com/64f6ee0e5515df24fd8b38cf/6502de742cc5c55838095fa2_Mask%20Group%2046.png");
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: contain;
  flex-direction: column;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 30%;
  display: flex;
}

.h3-mission {
  color: #5f1704;
  margin-bottom: 20px;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 28px;
  line-height: 34px;
}

.paragraph-25 {
  text-align: center;
  line-height: 29px;
}

.p-111 {
  text-align: center;
  font-family: Sukhumvitset Text, sans-serif;
  font-size: 15px;
  line-height: 33px;
}

.div-block-12 {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3%;
  padding-bottom: 3%;
  display: flex;
}

.mission-box {
  width: 300px;
  height: 300px;
  background-color: #fffef9;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 2%;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.image-22 {
  width: 70px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph-26 {
  color: #5f1704;
  text-align: center;
  margin-top: 10px;
  font-family: Sukhumvitset Text, sans-serif;
  font-size: 15px;
}

.heading-16 {
  color: #5f1704;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 18px;
}

.div-block-13 {
  justify-content: center;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
}

.image-23 {
  width: 300px;
  margin-left: auto;
}

.image-24 {
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.image-24.v-mobile {
  display: none;
}

.content-company {
  width: 100%;
  max-width: 1440px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 3% 5%;
  display: flex;
}

.h-company {
  color: #5f1704;
  text-align: center;
  font-family: Sukhumvittadmai Bol, sans-serif;
}

.link-block-2 {
  margin: 20px auto;
}

.detail {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 3%;
  padding-bottom: 3%;
  display: grid;
}

.box-d {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  padding-left: 20px;
  padding-right: 3%;
  background: #F5F5F5;
  border-radius: 5px;
}

.h-box {
  color: #5f1704;
  font-family: Sukhumvittadmai Bol, sans-serif;
}

.p-box {
  color: #000;
  font-family: Sukhumvitset, sans-serif;
  font-weight: 700;
}

.alliance {
  width: 100%;
  max-width: 1440px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.content-img {
  padding-bottom: 5%;
}

.bank-logo {
  padding-top: 5%;
  padding-bottom: 5%;
}

.company-all {
  width: 100%;
  padding-top: 0%;
  padding-bottom: 3%;
}

.heading-17 {
  color: #5f1704;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Sukhumvittadmai Bol, sans-serif;
}

.paragraph-27 {
  color: #5f1704;
  text-align: center;
  font-family: Sukhumvitset, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.box-lr {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3%;
  padding-bottom: 3%;
  display: flex;
}

.box-text-com {
  width: 100%;
  flex-direction: column;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
}

.box-text-com.pl {
  padding-left: 5%;
}

.box-image-com {
  width: 100%;
}

.image-25 {
  width: 150px;
  padding: 10px;
}

.link {
  color: #5f1704;
  margin-top: auto;
  font-family: Sukhumvitset Text, sans-serif;
  font-size: 17px;
}

.div-block-14 {
  width: 140px;
  height: 30px;
  color: #292929;
  text-align: center;
  border: 1px solid #a8a8a8;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 16px;
  display: flex;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 1px 1px rgba(0, 0, 0, .2);
  transition: box-shadow 0.2s ease;
}

a.div-block-14:hover {
  box-shadow: 0 7px 5px rgba(0, 0, 0, .2), 0 2px 5px rgba(0, 0, 0, .2);
  background-color: #5F1704;
  color: white;
}

.div-block-14.floor2 {
  margin-left: auto;
  margin-right: auto;
}

.image-26 {
  width: auto;
  max-width: 100%;
  object-fit: cover;
}

.image-27 {
  object-fit: cover;
}

.box-a {
  width: 100%;
  flex-direction: column;
  align-items: start;
  margin-bottom: auto;
  display: flex;
}

.text-block-6 {
  width: 160px;
  color: #5f1704;
  text-align: center;
  border: .8px solid #5f1704;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Sukhumvitset, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.list-p2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 3% 3% 3% 5%;
  list-style: auto;
}

.list-item {
  color: #5f1704;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 37px;
}

.paragraph-28 {
  color: #e90b0b;
  margin-right: auto;
  padding-top: 3%;
  font-family: Sukhumvitset Text, sans-serif;
}

.heading-18 {
  color: #5f1704;
  text-align: center;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.box-logo-bank {
  justify-content: space-around;
  padding-top: 3%;
  padding-bottom: 3%;
  display: flex;
}

.img-bank {
  width: 220px;
  object-fit: contain;
}

.image-28 {
  width: 120px;
  object-fit: contain;
}

.box-cc {
  flex-direction: column;
  align-items: center;
  padding-top: 3%;
  padding-bottom: 3%;
  display: flex;
}

.logo-company {
  width: 160px;
  object-fit: contain;
}

.logo-company._w-img {
  width: 150px;
}

.logo-company.toa-img {
  width: 100px;
}

.h-box-company {
  color: #5f1704;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5%;
  padding-bottom: 2%;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 28px;
}

.paragraph-29 {
  width: 60%;
  color: #5f1704;
  text-align: center;
  font-family: Sukhumvitset, sans-serif;
  font-weight: 500;
  line-height: 26px;
}

.paragraph-30 {
  color: #5f1704;
  margin-top: 10px;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.promotion {
  width: 100%;
  padding-top: 0%;
}

.profile-promotion {
  width: 100%;
  object-fit: cover;
}

.box-out {
  width: 100%;
  background-color: #fff;
  padding-left: 2%;
  padding-right: 2%;
}

.box-in {
  z-index: 99;
  max-width: 1440px;
  background-color: #f5f5f5;
  margin-top: -5%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3%;
  padding-bottom: 3%;
  position: relative;
}

.promo-h2 {
  color: #5f1704;
  text-align: center;
  font-family: Sukhumvittadmai Bol, sans-serif;
}

.h2-promo-2 {
  color: #e90b0b;
  text-align: center;
  font-family: Sukhumvittadmai Bol, sans-serif;
}

.box-btn-img-promotion {
  justify-content: space-around;
  align-items: center;
  padding: 3% 5%;
  display: flex;
}

.box-card {
  width: 30%;
}

.btn-promotion {
  width: 100%;
  color: #e90b0b;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e90b0b;
  border-radius: 5px;
  margin-bottom: 10%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 22px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.btn-promotion:hover {
  box-shadow: 0 7px 5px rgba(0, 0, 0, .2), 0 2px 5px rgba(0, 0, 0, .2);
}

.contact {
  width: 100%;
}

.image-32 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.heading-19 {
  color: #5f1704;
  text-align: center;
}

.h2-contact {
  color: #5f1704;
  text-align: center;
  margin-top: 3%;
  font-family: Sukhumvittadmai Bol, sans-serif;
}

.contact-content.container {
  padding-top: 2%;
  padding-bottom: 3%;
}

.box-con {
  width: 70%;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.text-block-7 {
  width: 150px;
  color: #5f1704;
  padding-right: 20px;
  font-family: Sukhumvitset, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.text-block-8 {
  width: 700px;
  color: #5f1704;
  font-family: Sukhumvitset Text, sans-serif;
  font-size: 15px;
  line-height: 31px;
}

.contact-location {
  display: flex;
}

.h-form {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5%;
  font-family: Sukhumvittadmai Bol, sans-serif;
}

.textarea {
  min-height: 140px;
  cursor: text;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Sukhumvitset Text, sans-serif;
}

.phrueksa-care {
  flex-direction: column;
  padding-top: calc(80px + 5%) !important;
  padding-bottom: 5%;
  display: flex;
}

.image-33 {
  width: 40px;
  margin-right: 20px;
}

.image-34 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-31 {
  text-align: center;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Sukhumvitset, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.heading-20 {
  max-width: 1440px;
  color: #5f1704;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7%;
  padding-bottom: 5%;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 40px;
}

.heading-20.botton {
  font-size: 30px;
  line-height: 60px;
}

.content-after-service {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3%;
  padding-left: 5%;
  padding-right: 5%;
}

.btn-3b {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
  display: flex;
}

.btn-after-service {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.link-block-3 {
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-35 {
  width: 100px;
  cursor: pointer;
  border-radius: 100px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.image-35:hover {
  opacity: 0;
}

.image-35.ab {
  z-index: -9;
  position: absolute;
}

.text-block-9 {
  color: #5f1704;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

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

.div-block-15 {
  display: flex;
  text-decoration: none;
}

.text-comtact {
  color: #181818;
  align-items: center;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 21px;
  display: flex;
}

._3-btn-box {
  justify-content: space-around;
  display: flex;
}

.button-4 {
  color: #947f54;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #04c96f;
  border-radius: 10px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 19px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.button-4:hover {
  box-shadow: 0 12px 9px rgba(0, 0, 0, .2), 0 2px 5px rgba(0, 0, 0, .2);
}

.text-block-10 {
  color: #04c96f;
  padding-left: 20px;
  font-size: 20px;
  text-decoration: none;
  transition: box-shadow .3s;
}

.image-36 {
  width: 50px;
}

.div-block-16 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.guarantee {
  width: 100%;
  max-width: 1440px;
  color: #fff;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
  display: flex;
}

.back {
  width: 100%;
  max-width: 1440px;
  align-items: center;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.aeroback {
  color: #5f1704;
  margin-right: 10px;
  font-family: Sukhumvitset Text, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 40px;
}

.link-2 {
  color: #5f1704;
  text-shadow: 0 3px 2px rgba(0, 0, 0, .2);
  font-family: Droid Serif, serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.bold-text-2 {
  color: #292929;
  font-family: Sukhumvitset, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 31px;
}

.paragraph-32 {
  max-width: 1440px;
  color: #2e2d2d;
  text-align: center;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.paragraph-33 {
  color: #5f1704;
  font-family: Sukhumvitset, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

.rules-for-home {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5% 0% 0%;
  display: flex;
}

.rules {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.list-2 {
  list-style: decimal;
}

.bold-text-4 {
  display: inline-block;
}

.list-rules {
  margin-bottom: 10px;
  font-family: Sukhumvitset Text, sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-decoration: underline;
}

.rules-black {
  font-family: Sukhumvitset Text, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.rules-red {
  color: #5f1704;
  padding-left: 20px;
  font-family: Sukhumvitset, sans-serif;
  font-weight: 500;
  line-height: 25px;
}

.rules-red.p-0 {
  padding-left: 0;
}

.list-box {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-span,
.text-span-2 {
  color: #000;
}

.img-rules {
  width: 100%;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3%;
  padding-bottom: 3%;
  display: flex;
}

.image-38 {
  width: 30%;
  max-width: 400px;
  object-fit: cover;
}

.rules-true-false {
  justify-content: space-around;
  padding-top: 3%;
  padding-bottom: 3%;
  display: flex;
}

.img-false,
.img-true {
  width: 50%;
  flex-direction: column;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.paragraph-34 {
  color: #5f1704;
  text-align: center;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 15px;
  font-family: Sukhumvittadmai Bol, sans-serif;
}

.image-39 {
  width: 100%;
  height: 300px;
  max-height: 400px;
  max-width: 500px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}

.image-40 {
  width: auto;
  height: 400px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}

.lightbox-link-3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lightbox-link-4 {
  width: 100%;
  display: flex;
}

.image-41 {
  object-fit: cover;
}

.resident {
  width: 100%;
  max-width: 1440px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
  padding-top: calc(80px + 5%) !important;
  display: flex;
}

.resident.container {
  width: 80%;
  margin-top: 0;
  padding: 5%;
}

.h-resident {
  color: #5f1704;
  font-family: Sukhumvittadmai Bol, sans-serif;
}

.h-resident-th {
  color: #5f1704;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 17px;
}

.grid-resident {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  justify-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  display: grid;
}

.card-resident {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.con-text {
  width: 100%;
  flex-direction: column;
  padding: 3% 5%;
  display: flex;
  position: relative;
}

.con-text.first-content {
  width: 50%;
}

.date {
  align-items: center;
  display: flex;
}

.image-42 {
  width: 20px;
  margin-right: 10px;
}

.text-date {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Sukhumvitset Text, sans-serif;
}

.image-43 {
  width: 100%;
}

.image-43.first-img {
  width: 50%;
}

.card-item.first-item {
  width: 100%;
  display: flex;
}

.name-event {
  color: #5f1704;
  margin-top: 10px;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.heading-23 {
  margin-top: 0;
}

.content-event {
  height: auto;
  color: #5f1704;
  font-family: Sukhumvitset Text, sans-serif;
  font-size: 15px;
  line-height: 22px;
  transition: height .3s cubic-bezier(.6, -.28, .735, .045);
  overflow: hidden;
}

.heading-24,
.heading-25 {
  color: #5f1704;
  font-family: Sukhumvittadmai Bol, sans-serif;
}

.paragraph-35 {
  color: #5f1704;
  font-family: Sukhumvitset Text, sans-serif;
}

.plan-project.container {
  width: 100%;
  padding: 5%;
  padding-top: 10%;
}

.head {
  color: #5f1704;
  margin-right: auto;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 36px;
}

.logo-plan-project {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5%;
  padding-bottom: 5%;
}

.div-block-17 {
  justify-content: center;
  display: flex;
}

.image-44 {
  width: 200px;
  margin: 2% 5%;
}

._5project {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
}

.h5project {
  color: #fff;
  font-family: Sukhumvittadmai Bol, sans-serif;
}

.h-5 {
  width: 100%;
  background-color: #231612;
  padding-top: 2%;
  padding-bottom: 2%;
}

.regent {
  width: 100%;
  flex-direction: column;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.image-45 {
  width: 250px;
  margin: 20px auto;
}

.img-regent {
  padding-top: 10px;
  display: flex;
}

.box-regent {
  width: 47.5%;
  margin-left: 0%;
}

.box-regent.left-regent {
  width: 100%;
  margin-right: 0%;
  padding-right: 5px;
  position: relative;
}

.box-regent.right-regent {
  width: 100%;
  margin-left: 0%;
  padding-left: 5px;
  position: relative;
}

.box-regent.fullwidth,
.regent-image {
  width: 100%;
}

.bar-img {
  width: 99%;
  text-align: center;
  background-color: #5f1704;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bar-img.ff {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.heading-26 {
  color: #fff;
  margin-top: 10px;
  line-height: 30px;
}

.h-top {
  font-family: Sukhumvittadmai Bol, sans-serif;
  color: #5f1704;
  font-size: 30px;
  line-height: 42px;
}

.text-span-3 {
  color: #c8bfa2;
}

.box-h-top {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.description {
  width: 100%;
  max-width: 1440px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
  display: flex;
}

.row-1 {
  width: 100%;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-36 {
  width: 100px;
  color: #5f1704;
  margin-left: 25%;
  margin-right: 60px;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 15px;
}

.paragraph-37 {
  color: #5f1704;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 14px;
  line-height: 30px;
}

.paragraph-38 {
  display: none;
}

.search-btn-select {
  width: 100%;
  justify-content: space-around;
  padding-top: 5%;
  display: flex;
}

.btn-1 {
  width: 200px;
  color: #fff;
  text-align: center;
  background-color: #793726;
  border-radius: 15px;
  font-family: Sukhumvittadmai Bol, sans-serif;
  font-size: 17px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.btn-1:hover {
  background-color: #5f1704;
  box-shadow: 0 6px 5px rgba(0, 0, 0, .2), 0 2px 5px rgba(0, 0, 0, .2);
}

.container-re {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.container-back {
  width: 100%;
  max-width: 1440px;
  padding-left: 5%;
  padding-right: 5%;
}

.div-block-19 {
  display: none;
}

.div-block-20 {
  width: auto;
  height: auto;
  margin-right: 5%;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-20.hiden {
  display: block;
}

.link-4 {
  color: #5f1704;
  cursor: pointer;
  font-family: Sukhumvitset, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.button-5 {
  color: #5f1704;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 5%;
  font-family: Sukhumvitset Text, sans-serif;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .map-right {
    width: 100%;
  }

  .nav-item {
    width: 100%;
    text-align: center;
    justify-content: flex-start;

    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Sukhumvittadmai Bol, sans-serif;
    font-size: 17px;
    overflow: hidden;
  }

  .nav-item.search {
    flex-direction: row;
    padding-top: 20px;
    display: none;
    position: relative;
  }

  .nav-item.search._w-th-en {
    width: 4%;
    margin-left: auto;
    margin-right: 0;
    display: block;
  }

  .nav-item.en-th-m {
    padding-right: 0%;
    display: flex;
  }

  .container {
    justify-content: space-between;
  }

  .container.p-5 {
    width: 100%;
    position: fixed;
  }

  .container.grid-content {
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .48);
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
  }

  .icon_search-nav {
    margin-left: 0;
  }

  .icon_search-nav.i-en {
    margin-left: auto;
    margin-right: 0;
  }

  .icon_search_hover-nav {
    margin-left: 0;
  }

  .icon_search_hover-nav.i-en {
    margin-left: auto;
    margin-right: 0;
  }

  .navbar {
    position: relative;
  }

  .icon {
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-toggle {
    justify-content: space-between;
    margin-left: 0;
    padding: 20px 20px 20px 0;
    display: none;
    position: relative;
  }

  .image-3 {
    width: 150px;
    margin-left: 0;
    margin-right: auto;
    padding-left: 20px;
  }

  .icon-3 {
    color: #fff;
    font-size: 28px;
  }

  .menu-button {
    z-index: 99;
    margin-left: auto;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .inbox {
    z-index: 99999;
    background-color: #231612;
    flex-direction: column;
    align-items: flex-start;
    margin-top: -10%;
    padding: 10% 5% 5%;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .dropdown-toggle-2 {
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .box-1 {
    height: 46vw;
    object-fit: cover;
    margin-top: 0;
  }

  .image-5 {
    object-fit: cover;
  }

  .heading-3 {
    font-size: 28px;
    line-height: 38px;
  }

  .paragraph {
    font-size: 15px;
    line-height: 25px;
  }

  .bottom {
    padding: 0%;
  }

  .grid {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 5%;
  }

  .img-logo {
    width: 130px;
  }

  .grid-3 {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .p-content-con {
    font-size: 15px;
  }

  .price {
    width: 100%;
    font-size: 20px;
  }

  .price.p-price {
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
    font-size: 18px;
  }

  .btn-card {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .btn-div-card {
    width: 100%;
  }

  .content {
    padding-bottom: 7%;
  }

  .content.news-content {
    width: 100%;
  }

  .footer-1 {
    width: 50%;
    align-items: center;
    padding: 10px 20px 10px 0;
    display: flex;
  }

  .footer-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-6 {
    font-size: 13px;
  }

  .menu-f.in-nav {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .line {
    width: 30px;
  }

  .text-link {
    font-size: 13px;
  }

  .heading-4 {
    font-size: 16px;
  }

  .image-9 {
    width: 50px;
    height: 50px;
  }

  .tel {
    width: 80%;
  }

  .tel.in-nav-tel {
    width: 200px;
  }

  .page-2-gallery {
    flex-direction: column-reverse;
    padding-top: 0%;
    padding-bottom: 5%;
  }

  .gallery-p2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-6 {
    font-size: 27px;
  }

  .heading-7 {
    margin-top: 10px;
  }

  .btn-page-2.new {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .page-2-btn {
    padding: 5px 10px;
    font-size: 13px;
  }

  .tabs-p2 {
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .page-2-tab.page-2-btn.w--current {
    color: #fff;
    background-color: #5f1704;
    box-shadow: 0 2px 5px 3px rgba(0, 0, 0, .2);
  }

  .tabs-menu-2 {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 2%;
    padding-bottom: 2%;
    display: flex;
  }

  .tabs-content {
    width: 100%;
  }

  .paragraph-9 {
    padding-right: 10px;
  }

  .content-line1 {
    padding-right: 20px;
  }

  .tab-grid {
    width: 90%;
  }

  .tab-grid.school,
  .tab-grid.tt {
    width: 100%;
  }

  .page-2-map {
    flex-direction: column;
    align-items: flex-start;
  }

  .map-left {
    width: 100%;
    align-items: flex-start;
  }

  .map-right.new-2 {
    width: 100%;
  }

  .map-btn {
    width: 50%;
  }

  .house-type {
    flex-direction: column;
    padding-bottom: 0%;
    height: auto;
  }

  .hose-left {
    width: 100%;
  }

  .hose-right {
    width: 100%;
    padding-top: 5%;
    padding-bottom: 0%;
  }

  .heading-9 {
    font-size: 28px;
  }

  .tab-icon {
    width: 100%;
  }

  .btn-2 {
    justify-content: start;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    margin-right: auto;
  }

  .btn-3 {
    width: auto;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .floor-type.container {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .h-icon {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .box-register {
    width: 90%;
  }

  .register-h.ex {
    font-size: 22px;
  }

  .submit-button {
    width: 45%;
    font-size: 20px;
  }

  .paragraph-11 {
    font-size: 20px;
  }

  .select-field,
  .text-field {
    height: 50px;
  }

  .news-1 {
    flex-direction: column;
  }

  .img {
    width: 100%;
  }

  .news-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .h-card {
    font-size: 19px;
  }

  .form-search.container {
    background-color: rgba(255, 255, 255, .97);
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .field-label {
    font-size: 23px;
  }

  .text-field-2 {
    width: 50%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }

  .image-18 {
    width: 100%;
    object-fit: cover;
  }

  .tabs-2 {
    width: 100%;
  }

  .tabs-menu-3 {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
    display: grid;
  }

  .history-menu,
  .history-menu.w--current {
    width: 100%;
  }

  .text-menu {
    font-size: 22px;
  }

  .content-1.his {
    padding: 5% 5% 25%;
  }

  .paragraph-16 {
    margin-bottom: 10px;
  }

  .in-content {
    width: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .in-content.in-1,
  .in-content.in-2 {
    width: 300px;
  }

  .paragraph-19 {
    max-width: 1440px;
    padding: 3% 0%;
    font-size: 15px;
    font-weight: 700;
    line-height: 27px;
  }

  .paragraph-19.botton {
    font-size: 16px;
  }

  .content-3 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .blog {
    width: 100%;
    flex-direction: column;
    padding-left: 0%;
    padding-right: 0%;
  }

  .blog.re {
    flex-direction: column-reverse;
  }

  .image-21 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .p-19 {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
  }

  .blog-img._3,
  .blog-tx {
    width: 100%;
  }

  .paragraph-24 {
    font-size: 20px;
  }

  .content-v-1 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .mission-box {
    width: 220px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-26 {
    font-size: 14px;
  }

  .bold-text {
    font-size: 16px;
  }

  .h-box {
    font-size: 20px;
  }

  .box-lr {
    max-width: 100%;
  }

  .img-bank {
    width: 160px;
  }

  .image-28 {
    width: 80px;
  }

  .paragraph-29 {
    width: 80%;
  }

  .btn-promotion {
    font-size: 20px;
  }

  .text-block-8 {
    font-size: 14px;
    line-height: 29px;
  }

  .contact-location {
    flex-direction: column;
  }

  .image-34 {
    width: 300px;
  }

  .paragraph-31 {
    font-size: 16px;
  }

  .heading-20 {
    font-size: 31px;
  }

  .content-after-service {
    padding-top: 2%;
  }

  .image-35 {
    width: 70px;
  }

  .text-block-9 {
    font-size: 18px;
  }

  .text-comtact {
    font-size: 16px;
  }

  .image-36 {
    width: 40px;
  }

  .paragraph-32 {
    font-size: 15px;
  }

  .paragraph-33 {
    font-size: 14px;
  }

  .resident.container {
    width: 100%;
  }

  .h-resident {
    font-size: 34px;
  }

  .grid-resident {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .con-text {
    width: 100%;
  }

  .con-text.first-content {
    width: 40%;
  }

  .image-43.first-img {
    width: 60%;
    object-fit: cover;
  }

  .content-event {
    font-size: 14px;
  }

  .head {
    font-size: 34px;
  }

  .image-44 {
    width: 150px;
  }

  .h5project {
    font-size: 35px;
  }

  .image-45 {
    width: 200px;
  }

  .h-top {
    font-size: 28px;
  }

  .paragraph-36 {
    margin-left: 20%;
  }

  .search-btn-select {
    padding-top: 3%;
  }

  .btn-1 {
    width: 180px;
  }

  .en-th {
    color: #fff;
    margin-right: 0;
    padding-right: 10px;
    font-family: Sukhumvittadmai Bol, sans-serif;
    font-size: 17px;
    text-decoration: none;
  }

  .div-block-18 {
    width: 100%;
  }

  .div-block-19 {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 10px;
    display: flex;
  }

  .link-3 {
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    overflow: visible;
  }

  .button-5 {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .nav-item {
    text-align: left;
    font-size: 17px;
  }

  .nav-item.drop {
    width: 100%;
    flex-direction: row;
  }

  .nav-item.search {
    position: relative;
  }

  .container.padding-x-5 {
    flex-direction: column;
  }


  .dropdown-toggle {
    width: 100px;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 0;
  }

  .image-3 {
    width: 200px;
    padding-left: 0;
  }

  .inbox {
    margin-top: -13%;
    padding-top: 13%;
  }

  .brand {
    width: 30%;
    padding-left: 0;
  }

  .box-1 {
    height: 46vw;
    margin-top: 0;
  }

  .boxtext-1 {
    top: 70px;
  }

  .heading-2 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 3vw;
    line-height: 30px;
  }

  .heading-2.en {
    font-size: 2.2vw;
  }

  .top {
    flex-direction: column;
  }

  .heading-3 {
    text-align: center;
    line-height: 30px;
  }

  .paragraph {
    margin-top: 20px;
    font-size: 16px;
  }

  .bottom {
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .img-logo {
    width: 120px;
  }

  .home-2 {
    flex-direction: column;
    padding-top: 0%;
  }

  .home-1,
  .home-3 {
    flex-direction: column-reverse;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .left.left-1 {
    width: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .left.left-img {
    width: 100%;
    padding-right: 0%;
  }

  .right.right-2 {
    width: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .right.right-img {
    width: 100%;
    padding-left: 0%;
  }

  .h-1 {
    margin-top: 10px;
    font-size: 30px;
  }

  .image-6,
  .image-6-white {
    top: auto;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .grid-3 {
    width: 100%;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .p-h-click {
    font-size: 18px;
  }

  .paragraph-2 {
    font-size: 20px;
  }

  .h3-p {
    font-size: 19px;
  }

  .p-content-con,
  .button-2 {
    font-size: 14px;
  }

  .card-content-h3 {
    margin-top: 0;
  }

  .card-content-p {
    margin-bottom: 5px;
  }

  .crad-bottom {
    flex-direction: column;
    padding-top: 5%;
  }

  .btn-card {
    margin-right: auto;
  }

  .btn-div-card {
    padding-top: 10px;
  }

  .content.news-content {
    padding-top: 0%;
  }

  .footer-con.container {
    flex-direction: column;
  }

  .footer-1 {
    width: 100%;
    justify-content: flex-start;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .paragraph-6 {
    font-size: 12px;
  }

  .footer-link-logo {
    margin-left: 0;
    margin-right: auto;
  }

  .image-9 {
    width: 40px;
    height: 40px;
  }

  .tel {
    width: 100%;
  }

  .heading-5 {
    margin-top: 10px;
  }

  .heading-8.h-8 {
    font-size: 29px;
  }

  .btn-page-2.new {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .page-2-tab.page-2-btn {
    width: 19%;
    border-radius: 15px;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
  }

  .paragraph-9 {
    padding-right: 0;
    font-size: 14px;
  }

  .content-line1 {
    padding-right: 10px;
  }

  .tab-grid {
    width: 100%;
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .map-left-h {
    font-size: 32px;
  }

  .map-left-th {
    font-size: 24px;
  }

  .map-btn {
    width: 70%;
  }

  .paragraph-10 {
    font-family: Sukhumvitset Text, sans-serif;
    font-size: 12px;
  }

  .btn-2 {
    text-align: left;
    justify-content: center;
  }

  .btn-3 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .floor-plan-1 {
    padding-right: 5px;
  }

  .floor-plan-2 {
    padding-left: 5px;
  }

  .h-icon {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-2 {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .box-register {
    width: 100%;
  }

  .icon-link {
    width: 25px;
  }

  .div-btn {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .submit-button {
    width: 45%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .paragraph-11 {
    font-size: 18px;
  }

  .select-field,
  .text-field {
    height: 40px;
  }

  .paragraph-12 {
    font-size: 10px;
  }

  .heading-10,
  .heading-11 {
    font-size: 29px;
  }

  .section-search {
    background-color: #793726;
    padding-bottom: 15%;
  }

  .form-search.container {
    width: 90%;
    background-color: #fff;
    justify-content: flex-end;
    margin-top: 5%;
    padding-top: 7%;
    padding-bottom: 0%;
    position: static;
  }

  .form {
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 5%;
    padding-right: 5%;
  }

  .field-label {
    display: none;
  }

  .field-label.for-mobile {
    color: #fff;
    text-align: center;
    background-color: #5f1704;
    margin-top: 0;
    padding-top: 5%;
    padding-bottom: 5%;
    display: block;
  }

  .text-field-2 {
    width: 100%;
    text-align: center;
    font-size: 13px;
  }

  .text-field-2::-ms-input-placeholder {
    text-align: center;
  }

  .text-field-2::placeholder {
    text-align: center;
  }

  .paragraph-15 {
    font-size: 13px;
  }

  .grid-history {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .paragraph-19 {
    font-size: 13px;
  }

  .paragraph-19.botton {
    font-size: 15px;
  }

  .image-21 {
    min-width: 400px;
  }

  .p-19 {
    font-size: 13px;
    line-height: 27px;
  }

  .blog-img._2 {
    justify-content: center;
  }

  .paragraph-24 {
    font-size: 17px;
  }

  .spac {
    display: none;
  }

  .p-111 {
    font-size: 14px;
  }

  .div-block-12 {
    justify-content: flex-start;
    align-items: center;
  }

  .mission-box {
    width: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0%;
  }

  .div-block-13 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-23 {
    width: 200px;
    margin-left: 0;
    margin-right: auto;
  }

  .image-24 {
    display: none;
  }

  .image-24.v-mobile {
    display: block;
  }

  .h-company {
    font-size: 30px;
  }

  .h-box {
    font-size: 16px;
  }

  .alliance {
    padding-left: 0%;
    padding-right: 0%;
  }

  .company-all {
    padding-top: 10%;
  }

  .paragraph-27 {
    text-align: left;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }

  .box-lr {
    max-width: 100%;
    flex-direction: column-reverse;
  }

  .box-lr.no-re {
    flex-direction: column;
  }

  .box-text-com {
    padding-left: 5%;
    padding-right: 5%;
  }

  .box-text-com.pl {
    flex-direction: column;
  }

  .image-25 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-6 {
    width: 150px;
    font-size: 15px;
  }

  .box-logo-bank {
    grid-column-gap: 16px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    align-items: center;
    justify-items: center;
    padding-left: 5%;
    padding-right: 5%;
    display: grid;
  }

  .box-cc {
    padding: 5%;
  }

  .h-box-company {
    margin-right: auto;
    padding-bottom: 5%;
  }

  .paragraph-29 {
    width: 100%;
    text-align: left;
  }

  .paragraph-30 {
    padding-bottom: 15%;
  }

  .box-out {
    padding-left: 0%;
    padding-right: 0%;
  }

  .box-in {
    margin-top: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .promo-h2 {
    text-align: left;
    margin-bottom: 0;
    font-size: 28px;
  }

  .h2-promo-2 {
    text-align: left;
    margin-top: 0;
    font-size: 17px;
    line-height: 30px;
  }

  .box-btn-img-promotion {
    flex-direction: column;
    padding-left: 2%;
    padding-right: 2%;
  }

  .box-card {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .btn-promotion {
    width: 70%;
    border-radius: 10px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
  }

  .image-29,
  .image-30,
  .image-31 {
    display: none;
  }

  .contact-content.container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .box-con {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-7 {
    font-size: 15px;
  }



  .image-33 {
    width: 35px;
    margin-right: 10px;
  }

  .image-34 {
    width: 300px;
    display: block;
  }

  .paragraph-31 {
    text-align: center;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 13px;
  }

  .heading-20 {
    text-align: center;
    padding-bottom: 1%;
    font-size: 27px;
  }

  .heading-20.botton {
    padding-bottom: 3%;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 25px;
    line-height: 40px;
  }



  .image-35 {
    width: 70px;
  }

  .text-block-9 {
    padding-top: 20px;
    padding-bottom: 40px;
    font-size: 16px;
  }

  .div-block-15 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-comtact {
    color: #5f1704;
    font-size: 17px;
  }

  ._3-btn-box {
    width: auto;
    flex-direction: column;
    margin: 0 auto;
    display: inline-block;
  }

  .text-block-10 {
    font-size: 18px;
  }

  .image-36 {
    width: 30px;
  }

  .div-block-16 {
    flex-direction: column;
    display: flex;
  }

  .bold-text-2 {
    font-size: 14px;
  }

  .bold-text-3 {
    font-size: 15px;
  }

  .paragraph-32 {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 14px;
  }

  .paragraph-33 {
    font-size: 14px;
    line-height: 28px;
  }

  .list-rules {
    font-size: 15px;
  }

  .img-rules,
  .rules-true-false {
    flex-direction: column;
  }

  .img-false {
    width: 100%;
    flex-direction: column;
    padding-bottom: 3%;
  }

  .img-true {
    width: 100%;
    flex-direction: column;
  }

  .image-39 {
    height: auto;
  }

  .lightbox-link-3 {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .h-resident {
    font-size: 30px;
  }

  .grid-resident {
    grid-template-columns: 1fr;
  }

  .con-text.first-content {
    width: 100%;
  }

  .image-43.first-img {
    width: 100%;
    object-fit: cover;
  }

  .card-item.first-item {
    flex-direction: column;
  }

  .heading-24 {
    font-size: 19px;
  }

  .heading-25 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 21px;
  }

  .head {
    font-size: 30px;
    line-height: 35px;
  }

  .image-44 {
    width: 100px;
  }

  .h5project {
    font-size: 30px;
  }

  .h-5 {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .img-regent {
    width: 100%;
    flex-direction: row;
    overflow: auto;
  }

  .box-regent.left-regent {
    min-width: 400px;
    padding-right: 5px;
  }

  .box-regent.right-regent {
    min-width: 400px;
    padding-left: 5px;
  }

  .bar-img,
  .bar-img.ff {
    width: 100%;
  }

  .h-top {
    font-size: 23px;
    line-height: 40px;
  }

  .row-1 {
    flex-direction: column;
  }

  .paragraph-36 {
    width: 150px;
    margin-top: 10px;
    margin-left: 0%;
    margin-right: 0;
    font-size: 17px;
  }

  .paragraph-37 {
    width: 100%;
  }

  .paragraph-38 {
    width: 100%;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    font-family: Sukhumvitset, sans-serif;
    font-size: 15px;
    font-weight: 500;
  }

  .search-btn-select {
    margin-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    position: absolute;
    top: auto;
    bottom: 5%;
    left: 0%;
    right: 0%;
  }

  .btn-1 {
    width: 140px;
    border: 1px solid #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .btn-1:hover {
    border-style: none;
  }

  .en-th {
    font-size: 18px;
  }

  .link-3 {
    font-size: 25px;
  }

  .image-46 {
    width: 200px;
  }
}

@media screen and (max-width: 479px) {

  .phrueksa-care {

    padding-top: calc(54px + 5%) !important;

  }

  .resident {
    padding-top: calc(54px + 5%) !important;

  }

  .news-event.container {
    padding-top: calc(54px + 5%) !important;
  }

  .btn-3b {
    flex-direction: column;
  }

  .container.p-5.w-container {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .nav-item {
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-item.drop {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .nav-item.drop.plan-item {
    width: 100%;
    margin-left: 0;
  }

  .nav-item.search {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-item.search._w-th-en {
    width: 15%;
    margin-top: auto;
  }

  .nav-item.en-th-m {
    margin-top: 0;
  }

  .container.padding-x-5 {
    padding-top: 10%;
  }

  .container._13plan {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .container.grid-content {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .icon_search-nav {
    width: 30px;
  }

  .icon_search-nav.i-en {
    width: 25px;
  }

  .icon_search_hover-nav {
    width: 30px;
  }

  .icon_search_hover-nav.i-en {
    width: 25px;
  }

  .text-block {
    margin-right: 20px;
  }

  .icon {
    flex-direction: column;
    padding-left: 0;
  }

  .text-block-2 {
    margin-right: auto;
  }

  .dropdown-toggle {
    width: 100%;
    justify-content: flex-start;
    margin-top: 10px;
    margin-left: 0;
    margin-right: auto;
    padding: 5px 10px;
    display: flex;
  }

  .dropdown-toggle.w--open {
    padding-left: 0;
  }

  .image-3 {
    width: 100px;
  }

  .menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .inbox {
    margin-top: -15%;
    padding-top: 15%;
    padding-bottom: 10%;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .brand {
    width: auto;
    padding-left: 0;
  }

  .dropdown-toggle-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .box-1 {
    height: auto;
    object-fit: fill;
    margin-top: 0;
  }

  .boxtext-1 {
    top: 0px;
  }

  .heading-2 {
    padding-top: 20px;
    font-size: 5vw;
    line-height: 20px;
  }

  .heading-2.en {
    margin-top: 10px;
    padding-top: 0;
    font-size: 4vw;
    line-height: 18px;
  }

  .image-5 {
    height: 300px;
    object-fit: cover;
  }

  .top {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 23px;
    line-height: 29px;
  }

  .paragraph {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.5vw;
    line-height: 8vw;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .home-2 {
    flex-direction: column;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .home-1 {
    flex-direction: column-reverse;
    padding-top: 10%;
    padding-bottom: 0%;
  }

  .home-3 {
    flex-direction: column-reverse;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .left.left-1 {
    width: 100%;
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .left.left-img {
    width: 100%;
    padding-right: 0%;
  }

  .right.right-2 {
    width: 100%;
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .right.right-img {
    width: 100%;
    padding-left: 0%;
  }

  .h-1 {
    margin-top: 0;
    font-size: 25px;
  }

  .image-6,
  .image-6-white {
    width: 30px;
    height: 30px;
  }

  .p-h-click {
    font-size: 16px;
  }

  .dropdown-3.p-in-p {
    flex-direction: column;
  }

  .p-p {
    padding-left: 0%;
  }

  ._13-plan {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 21px;
    line-height: 34px;
  }

  .card-logo {
    display: flex;
  }



  .card-content-h3 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 20px;
  }

  .card-content-p,
  .card-content-text {
    margin-bottom: 0;
  }

  .crad-bottom {
    flex-direction: column;
    padding-top: 3%;
  }

  .price {
    font-size: 19px;
  }

  .price.p-price {
    font-size: 17px;
  }

  .btn-card {
    margin-left: auto;
    margin-right: 0;
    font-size: 13px;
  }

  .content {
    padding: 6% 6% 7%;
  }

  .content.news-content {
    padding-left: 5%;
    padding-right: 5%;
  }

  .left-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-4 {
    font-size: 13px;
  }

  .div-block {
    width: 100%;
    display: flex;
  }

  .footer-con.container {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .footer-1 {
    padding-right: 0;
  }

  .footer-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-6 {
    text-align: center;
    font-size: 10px;
  }

  .menu-f.in-nav {
    padding-top: 10px;
  }

  .line {
    width: 35px;
  }

  .link-f {
    padding-top: 10px;
  }

  .text-link {
    font-size: 12px;
  }

  .heading-4 {
    font-size: 16px;
  }

  .logo-l {
    padding-left: 0;
  }

  .tel {
    width: 180px;
  }

  .paragraph-7 {
    font-size: 14px;
  }

  .image-10 {
    width: 17px;
    margin-right: 5px;
  }

  .heading-5 {
    margin-top: 0;
    font-size: 27px;
  }

  .paragraph-8 {
    font-size: 14px;
  }

  .gallery-p2 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-7 {
    font-size: 20px;
  }

  .p2-text {
    font-size: 14px;
    line-height: 25px;
  }

  .heading-8 {
    font-size: 17px;
  }

  .heading-8.h-8 {
    font-size: 22px;
  }

  .btn-page-2.new {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .page-2-tab.page-2-btn {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-2-tab.page-2-btn.w--current {
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-menu-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .paragraph-9 {
    margin-right: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .content-line1 {
    padding-right: 0;
  }

  .tab-grid,
  .tab-grid.school {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .tab-grid.tt {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .map-right {
    width: 100%;
  }

  .map-left-h {
    font-size: 17px;
  }

  .map-left-th {
    font-size: 20px;
  }

  .map-btn {
    width: 100%;
  }

  .button-3 {
    font-size: 13px;
  }

  .heading-9 {
    font-size: 26px;
  }

  .p-in-tab {
    font-size: 15px;
    line-height: 23px;
  }

  .tab-icon {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto auto;
  }

  .btn-2 {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;

  }

  .btn-3 {
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .floor-plan {
    flex-direction: column;
    padding-top: 5%;
  }

  .floor-plan-1 {
    width: 100%;
    padding-top: 5%;
    padding-right: 0;
  }

  .floor-plan-2 {
    width: 100%;
    padding-top: 5%;
    padding-left: 0;
    display: none;
  }

  .h-icon {
    flex-direction: column;
  }

  .div-block-2 {
    margin-bottom: 15px;
  }

  .p-icon {
    font-size: 12px;
  }

  .img-plan {
    margin-left: auto;
    margin-right: auto;
  }

  .register.container.re-contact {
    padding-top: 10%;
  }

  .register-h {
    margin-bottom: 0;
    font-size: 20px;
  }

  .register-h.ex {
    font-size: 19px;
    line-height: 54px;
  }

  .div-block-3 {
    flex-direction: column;
  }

  .form-register {
    padding-top: 20px;
  }

  .icon-link {
    width: 30px;
  }

  .div-btn {
    flex-direction: column;
    margin-bottom: 0;
  }

  .form-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .submit-button {
    width: 70vw;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 23px;
  }

  .paragraph-11 {
    font-size: 18px;
    line-height: 18px;
  }

  .select-p {
    font-size: 14px;
  }

  .text-field {
    font-size: 13px;
  }

  .text-field::-ms-input-placeholder {
    font-size: 13px;
  }

  .text-field::placeholder {
    font-size: 13px;
  }

  .end-register {
    flex-direction: column;
    align-items: center;
  }

  .paragraph-12 {
    text-align: center;
    margin-left: 0;
    font-size: 12px;
  }

  .image-15 {
    width: 50%;
    margin-left: 0;
    margin-right: auto;
  }

  .heading-10,
  .heading-11 {
    font-size: 23px;
  }


  .news-h {
    padding-left: 5%;
    padding-right: 5%;
  }

  .img-content {
    width: 75%;
    justify-content: space-around;
  }

  .h4-news-content {
    margin-bottom: 0;
    font-size: 14px;
  }

  .h4-news-content-th {
    margin-top: 10px;
    font-size: 14px;
  }

  .p-news-content {
    font-size: 13px;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .image-17 {
    width: 15px;
  }

  .paragraph-13 {
    font-size: 13px;
  }

  .h-card {
    font-size: 16px;
  }

  .p-crad {
    font-size: 14px;
  }

  .section-search {
    padding-bottom: 39vw;
  }

  .form-search.container {
    padding-bottom: 0%;
  }

  .field-label {
    font-size: 14px;
  }

  .field-label.for-mobile {
    text-align: left;
    padding: 10% 5%;
  }

  .text-field-2 {
    width: 100%;
    margin-bottom: 0;
    font-size: 2.5vw;
  }

  .heading-12 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 6vw;
  }

  .heading-13 {
    margin-bottom: 0;
    font-size: 6vw;
  }

  .paragraph-14 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 4vw;
  }

  .heading-14 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 6vw;
  }

  .tabs-menu-3 {
    grid-column-gap: 5px;
  }

  .text-menu {
    font-size: 12px;
  }

  .text-menu-th {
    font-size: 14px;
  }

  .paragraph-15 {
    font-size: 12px;
  }

  .paragraph-16 {
    font-size: 18px;
  }

  .in-content,
  .in-content.in-1,
  .in-content.in-2 {
    width: 220px;
  }

  .heading-15 {
    white-space: normal;
    font-size: 12px;
  }

  .paragraph-17 {
    font-size: 24px;
  }

  .image-21 {
    width: 100%;
    min-width: 200px;
  }

  .paragraph-24 {
    font-size: 15px;
  }

  .content-v-1 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .h3-mission {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .p-111 {
    font-size: 12px;
    line-height: 23px;
  }

  .mission-box {
    width: 200px;
    height: auto;
  }

  .image-23 {
    width: 200px;
  }

  .image-24 {
    display: none;
  }

  .image-24.v-mobile {
    display: block;
  }

  .detail {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .h-box {
    margin-top: 10px;
    font-size: 15px;
  }

  .p-box {
    margin-bottom: 0;
    font-size: 13px;
  }

  .div-block-14 {
    border-radius: 10px;
  }

  .text-block-6 {
    width: 160px;
  }

  .paragraph-28 {
    font-size: 12px;
  }

  .img-bank {
    width: 38vw;
  }

  .image-28 {
    width: 20vw;
  }

  .h-box-company {
    font-size: 27px;
  }

  .paragraph-29,
  .paragraph-30 {
    font-size: 13px;
  }

  .promo-h2 {
    font-size: 21px;
  }

  .h2-promo-2 {
    font-size: 15px;
  }

  .btn-promotion {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 17px;
  }

  .h2-contact {
    font-size: 26px;
  }

  .box-con {
    justify-content: space-between;
  }

  .text-block-7 {
    width: 100px;
    white-space: nowrap;
    padding-right: 0;
    font-size: 14px;
  }

  .text-block-8 {
    width: 200px;
    margin-left: 0;
    font-size: 13px;
    line-height: 26px;
  }

  .h-form {
    padding-bottom: 4%;
    font-size: 22px;
  }

  .image-33 {
    width: 30px;
  }

  .image-34 {
    width: 200px;
  }

  .paragraph-31 {
    font-size: 13px;
  }

  .heading-20 {
    padding-top: 5%;
    font-size: 22px;
  }

  .heading-20.botton {
    font-size: 16px;
  }

  .text-comtact {
    font-size: 14px;
  }

  .button-4 {
    width: 70%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-10 {
    font-size: 14px;
  }

  .image-36 {
    width: 30px;
  }

  .aeroback {
    font-size: 20px;
  }

  .link-2 {
    font-size: 15px;
  }

  .image-37 {
    width: 50vw;
  }

  .paragraph-32 {
    font-size: 12px;
  }

  .paragraph-33 {
    font-size: 12px;
    line-height: 25px;
  }

  .list-rules,
  .rules-black {
    font-size: 14px;
  }

  .rules-red {
    padding-left: 10px;
  }

  .h-resident {
    font-size: 28px;
  }

  .image-42 {
    width: 15px;
  }

  .heading-24 {
    font-size: 18px;
    line-height: 25px;
  }

  .heading-25 {
    font-size: 18px;
  }

  .paragraph-35 {
    color: #5f1704;
    font-family: Sukhumvitset Text, sans-serif;
    font-size: 14px;
  }

  .head {
    font-size: 19px;
    line-height: 33px;
  }

  .div-block-17 {
    flex-wrap: wrap;
  }

  .image-44 {
    margin-left: auto;
    margin-right: auto;
  }

  .h5project {
    font-size: 26px;
  }

  .image-45 {
    width: 150px;
    margin-bottom: 0;
  }

  .box-regent.left-regent,
  .box-regent.right-regent {
    min-width: 300px;
  }

  .heading-26 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 19px;
  }

  .h-top {
    font-size: 15px;
    line-height: 22px;
  }

  .paragraph-36 {
    width: 140px;
    font-size: 14px;
  }

  .paragraph-37 {
    font-size: 12px;
    line-height: 25px;
  }

  .text-span-4 {
    font-size: 6vw;
  }

  .search-btn-select {
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-around;
    align-items: center;
  }

  .btn-1 {
    width: 40vw;
    margin-top: 10px;
    margin-left: 0;
    margin-right: auto;
    font-size: 13px;
  }

  .link-3 {
    font-size: 23px;
  }

  .image-46 {
    width: 150px;
  }
}

#w-node-_276a1718-20ed-0540-01db-f12db7eb8500-fd8b38d3,
#w-node-_8a3cd231-f77a-4ea8-7159-d03ee4713040-fd8b38d3,
#w-node-_8c93d178-797c-4003-7f21-bc837f161552-fd8b38d3,
#w-node-c52aa0af-4541-d642-ea1d-504a4db424a2-fd8b38d3,
#w-node-aff84036-9399-24f6-a7cd-8e7989aecf4b-fd8b38d3,
#w-node-bc7b7cdf-0f1e-41d3-2953-1b88e6be6d87-fd8b38d3,
#w-node-ec9a9b49-213e-f45d-36bd-492a61cafa6d-fd8b38d3,
#w-node-_94d2e642-6f2b-ed7c-c221-f3a2fbd7f032-fd8b38d3,
#w-node-_3e976e49-d220-4f14-1443-1185b04e8278-fd8b38d3,
#w-node-_95bfb488-3f4e-e81c-f32a-c0cdd3c205f0-fd8b38d3,
#w-node-_5f97e649-e5d1-1fd4-c373-32adafaa9bec-fd8b38d3,
#w-node-ebad9dd1-f936-8c5a-5289-cd6f231bb130-fd8b38d3,
#w-node-_35058f67-6cb1-5f27-3908-00329c4b3099-fd8b38d3,
#w-node-_598d6fdd-0803-86c3-d10e-2b38140b628c-fd8b38d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49c11584-7d28-487a-ab03-acdbaf476116-fd8b38d3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fcff8d32-58fb-8303-d2f3-ef978bef34d0-fd8b38d3,
#w-node-aace4497-17cf-9536-5d6b-9b8d3d5cde4d-fd8b38d3,
#w-node-_9332f863-2447-8528-ba6a-bec3e254fa21-fd8b38d3,
#w-node-b7e69459-3815-8425-c936-b6217dbc99a8-fd8b38d3,
#w-node-_6982968b-a7af-d612-fe41-7eadda38fd1c-fd8b38d3,
#w-node-_15072703-4fd4-057c-d891-47e9a48ee970-fd8b38d3,
#w-node-_5d01877a-4e1f-40ff-4abb-e757ebd179aa-fd8b38d3,
#w-node-_3cef8d01-9fea-deef-ea80-c7c5c3ef05ca-fd8b38d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_324c4eb0-0ec2-8a0a-2de0-bf2fb6b42129-fd8b38d3,
#w-node-b61bfa9b-b5b5-8224-d17d-d68d90ac0b6a-fd8b38d3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9431e57b-84ca-1b7e-e595-fed4dd94309d-fd8b38d3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  .item1 {
    display: flex;
    flex-direction: column !important;
    grid-column: span 2;
  }

  #w-node-_49c11584-7d28-487a-ab03-acdbaf476116-fd8b38d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9431e57b-84ca-1b7e-e595-fed4dd94309d-fd8b38d3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {

  #w-node-f7fcf8b0-bee1-45dd-c848-2dddb9c36d15-fd8b38d3,
  #w-node-f7fcf8b0-bee1-45dd-c848-2dddb9c36d16-fd8b38d3,
  #w-node-f7fcf8b0-bee1-45dd-c848-2dddb9c36d17-fd8b38d3,
  #w-node-f7fcf8b0-bee1-45dd-c848-2dddb9c36d18-fd8b38d3,
  #w-node-f7fcf8b0-bee1-45dd-c848-2dddb9c36d19-fd8b38d3,
  #w-node-f7fcf8b0-bee1-45dd-c848-2dddb9c36d1a-fd8b38d3,
  #w-node-f7fcf8b0-bee1-45dd-c848-2dddb9c36d1b-fd8b38d3,
  #w-node-f7fcf8b0-bee1-45dd-c848-2dddb9c36d1c-fd8b38d3,
  #w-node-f7fcf8b0-bee1-45dd-c848-2dddb9c36d1d-fd8b38d3,
  #w-node-f7fcf8b0-bee1-45dd-c848-2dddb9c36d1e-fd8b38d3,
  #w-node-f7fcf8b0-bee1-45dd-c848-2dddb9c36d1f-fd8b38d3,
  #w-node-f7fcf8b0-bee1-45dd-c848-2dddb9c36d20-fd8b38d3,
  #w-node-f7fcf8b0-bee1-45dd-c848-2dddb9c36d21-fd8b38d3,
  #w-node-_5923e802-d1fa-84e4-b09f-0644b107db8d-fd8b38d3,
  #w-node-f7d5c739-a0be-640b-a459-15f8b2824109-fd8b38d3,
  #w-node-_9cea1646-d51e-5fc2-ae87-8e2b0796755e-fd8b38d3,
  #w-node-_29639c2a-342d-d9bc-fc97-2a9e5f655a60-fd8b38d3,
  #w-node-_80e46319-bbef-8ae5-e82e-67c863d6850c-fd8b38d3,
  #w-node-_14f47434-9d21-c8c2-1b96-f236620b9dda-fd8b38d3,
  #w-node-_4d363d71-599d-c125-51b4-9ce4d9224094-fd8b38d3,
  #w-node-a272b385-1a94-a7c4-aff8-1d0dfa2dc1d5-fd8b38d3,
  #w-node-_9461c2c0-cd5a-4278-3491-3d96800eb4b1-fd8b38d3,
  #w-node-_4b48181a-b8cc-92e6-e936-ed3e9a20bca5-fd8b38d3,
  #w-node-_1688a6f9-dd35-6324-3005-77a1e9948a37-fd8b38d3,
  #w-node-_133db906-86ca-2a8a-9f5c-a2a2cade4173-fd8b38d3,
  #w-node-_913aa668-fd6e-07c3-4664-9ab07f60ebc1-fd8b38d3,
  #w-node-_49c11584-7d28-487a-ab03-acdbaf476116-fd8b38d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d01877a-4e1f-40ff-4abb-e757ebd179aa-fd8b38d3,
  #w-node-_3cef8d01-9fea-deef-ea80-c7c5c3ef05ca-fd8b38d3 {
    justify-self: center;
  }

  #w-node-_324c4eb0-0ec2-8a0a-2de0-bf2fb6b42129-fd8b38d3,
  #w-node-_9431e57b-84ca-1b7e-e595-fed4dd94309d-fd8b38d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  .item1 {
    display: flex;
    flex-direction: column !important;
    grid-column: span 2;
  }
}

@media screen and (max-width: 479px) {

  #w-node-ec488fc7-2958-a38d-2442-7410db694230-fd8b38d3,
  #w-node-_49c11584-7d28-487a-ab03-acdbaf476116-fd8b38d3,
  #w-node-_9cdd1585-528f-d0c4-52de-d089e26ea11f-fd8b38d3,
  #w-node-_1c7b7f63-15c5-27df-8299-f0afd1508af6-fd8b38d3,
  #w-node-d4945dbb-4974-cc53-4456-b30c820eb60c-fd8b38d3,
  #w-node-c2d55fcc-b114-9e3b-e610-8e6896f09986-fd8b38d3,
  #w-node-_5522cee2-33bc-26ba-2d66-811f0ea1ad09-fd8b38d3,
  #w-node-_4149eaf1-1c69-9a15-d902-5ab36a244c50-fd8b38d3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

}

@font-face {
  font-family: 'Wonderful Branding';
  src: url('https://uploads-ssl.webflow.com/64f6ee0e5515df24fd8b38cf/650957a274a05b0a0d910b9d_wonderful_branding.zip') format('undefined'), url('https://uploads-ssl.webflow.com/64f6ee0e5515df24fd8b38cf/650958751a51bdc536e9d37e_Wonderful%20Branding.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Wonderful Branding';
  src: url('https://uploads-ssl.webflow.com/64f6ee0e5515df24fd8b38cf/650957a274a05b0a0d910b9d_wonderful_branding.zip') format('undefined'), url('https://uploads-ssl.webflow.com/64f6ee0e5515df24fd8b38cf/650958751a51bdc536e9d37e_Wonderful%20Branding.ttf') format('truetype'), url('https://uploads-ssl.webflow.com/64f6ee0e5515df24fd8b38cf/650958751a51bdc536e9d37e_Wonderful%20Branding.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sukhumvitset';
  src: url('https://uploads-ssl.webflow.com/64f6ee0e5515df24fd8b38cf/64f7e70181be97340413eb3a_SukhumvitSet-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sukhumvitset';
  src: url('https://uploads-ssl.webflow.com/64f6ee0e5515df24fd8b38cf/64f7e70f77d1811929c3c11b_SukhumvitSet-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sukhumvitset Text';
  src: url('https://uploads-ssl.webflow.com/64f6ee0e5515df24fd8b38cf/64f7e70f78e4e856225d2657_SukhumvitSet-Text.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sukhumvitset';
  src: url('https://uploads-ssl.webflow.com/64f6ee0e5515df24fd8b38cf/64f7e70f799b0fab13ca6c95_SukhumvitSet-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sukhumvittadmai Bol';
  src: url('https://uploads-ssl.webflow.com/64f6ee0e5515df24fd8b38cf/64f7e70f6045f678861c5e8c_SukhumvitTadmai_Bol%202.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@media screen and (max-width:479px) {
  .item1 {
    display: flex;
    flex-direction: column !important;
    grid-column: span 1;
  }

  .content-event {
    height: 6em !important;
  }

  .button-5 {
    text-wrap: nowrap !important;
  }
}

.w-100 {
  width: 100% !important;
}

.d-none {
  display: none !important;
}

.slider-top,
.mask-top,
.top-slide {
  width: 100%;
  height: 100%;
}

.padding-nav {
  padding-top: 60px;
}

@media screen and (max-width:376px) {
  .padding-nav {
    padding-top: 40px;
  }
}

.w-auto {
  width: auto;
}

.h-auto {
  height: auto;
}

.h-100 {
  height: 100%;
}

.object-fit-cover {
  object-fit: cover;
}

div#navbar-container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-2box-project {
  display: flex;

}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.bg-primary {
  background-color: #231612;
}

.rounded-full {
  border-radius: 100%;
}

.wh-50px {
  width: 50px;
  height: 50px;
}

.padding-container {
  padding: 60px 40px;
}

.border-3 {
  border: 3px solid
}

.border-primary {
  border-color: #231612;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.gap-24px {
  gap: 24px;
}

.gap-10px {
  gap: 10px;
}

.border-left-1px {
  border-left: 1px solid #231612;
}

.border-right-1px {
  border-right: 1px solid #231612;
}

.border-bottom-2px {
  border-bottom: 2px solid #231612;
}

.padding-x-24px {
  padding-left: 24px;
  padding-right: 24px;
}

.h-100 {
  height: 100%;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.mb-auto {
  margin-bottom: auto;
}

.py-60px {
  padding-top: 60px;
  padding-bottom: 60px;
}

.mt-5per {
  margin-top: 5% !important;
}

.mt-3per {
  margin-top: 3% !important;
}

.padding-x-40px {
  padding-left: 40px;
  padding-right: 40px;
}

.padding-x-60px-sm-40px {
  padding-left: 60px;
  padding-right: 60px;
}

.item-link-menu.flex.border-bottom-2px {
  display: flex;
  justify-content: start;
  align-items: start;
}

.fs-40px {
  font-size: 40px !important;
}

.mb-40px {
  margin-bottom: 40px;
}

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

.mr-auto {
  margin-right: auto;
}

.mt-0 {
  margin-top: 0px !important;
}

.box-btn-go a:hover {
  background-color: #231612bb;
}

.box-btn-go a:hover svg path {
  fill: white;
}

.max-w-800 {
  max-width: 800px;
}

.right-p2 {
  max-width: 600px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  border: 3px solid #231612;
  border-radius: 100%;
  background-color: #231612;
}

.mySwiper {
  width: 100%;
  aspect-ratio: 16/9;
  padding-bottom: 50px !important;
}

.swiper-slide {
  padding-left: 10px;
  padding-right: 10px;
}

.-ml-50px {
  margin-left: -50px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 22px !important;
  color: white;
}

.swiper-slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.swiper-slide a {
  width: 100%;
}

.postion-re {
  position: relative !important;
}

.box-nav-np {
  display: flex;
  width: 110px;
  gap: 12px;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 0;
  right: auto;
}

.next-p-custom:hover {
  background-color: #231612;
  color: white !important;
}

.container-slider-swiper {
  flex-direction: row !important;
  width: 100%;
}

.box-a .heading-5 {
  margin-bottom: 0px;
}

.btn-house {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}

#content {
  background-color: white;
}

.border-radius-50 {
  border-radius: 50px;
}

.bg-red-gradient {
  background: rgb(255, 10, 9);
  background: linear-gradient(90deg, rgba(255, 10, 9, 1) 0%, rgba(255, 78, 77, 1) 38%, rgba(255, 235, 235, 0) 92%, rgba(255, 255, 255, 0) 100%);
}

.padding-5 {
  padding: 5%;
}

.bg-img-contact {
  background-image: url("../image/town/3d_CTT Clover.jpg") !important;
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-white {
  color: white !important;
}

.btn-add-line {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: white;
  color: #231612;
  box-shadow: 0px 2px 5px #00000085;
}

.gap-16px {
  gap: 16px;
}

.flex-start {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

img.image-asset-women {
  position: absolute;
  width: 250px;
  bottom: 0;
  right: 20%;
}

.w-100.border-radius-50.bg-img-contact {
  position: relative;
}

img.image-37 {
  padding: 5px 10px;
  background-color: white;
  border-radius: 10px;
  translate: 0 -50%;
  box-shadow: 0 0 20px #919191d6;
}

.overflow-auto {
  overflow: auto;
}

.h-auto {
  height: auto;
}

.text-red {
  color: red !important
}

.townhome .crad-bottom {
  padding-top: 0px !important;
}

.btn-after-service .text-block-9 {
  text-align: center;
}

#project_drop_navmenu.open_project_drop_navmenu{
display: block !important;
}
#project_drop_navmenu{
  display: none !important;
}
.display_none{
  display: none !important;
}
.w-100.border-radius-50.bg-img-contact.mobile{
  aspect-ratio:3/1;
  max-width: 900px;
}
.w-100.h-100.border-radius-50.bg-red-gradient.padding-5.flex-start.gap-16px{
  justify-content: center;
}

@media screen and (max-width:991px) {
  .lightbox-link-2 .image-14 {
    height: auto;
    object-fit: contain;
  }


  img.image-asset-women {
    position: absolute;
    width: 220px;
    bottom: 0;
    right: 10%;
  }

  .mySwiper {
    aspect-ratio: 16/9;
    padding-bottom: 0px !important;
  }

  .box-nav-np {
    translate: -50% -50%;
    display: flex;
    width: 110px;
    gap: 12px;
    position: absolute;
    top: auto;
    bottom: 10%;
    left: 50%;
    right: auto;
    z-index: 20;
  }

  .container-slider-swiper {
    flex-direction: column-reverse !important;

  }

  .-ml-50px {
    margin-left: 0px;
  }

  .right-p2 {
    max-width: 100%;
  }

  .swiper-slide.swiper-slide-active {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0%;
  }

}

@media screen and (max-width:767px) {
  img.image-asset-women {
    position: absolute;
    width: 200px;
    bottom: 0;
    right: 4%;
  }

  .wh-50px {
    width: 40px;
    height: 40px;
  }

  .padding-x-60px-sm-40px {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width:576px) {
  .w-100.border-radius-50.bg-img-contact.mobile{
    aspect-ratio:auto;
  }

  .mobile h2.h2.text-white {
    text-align: center;
  }

  .bg-red-gradient {
    background: rgb(255, 10, 9);
    background: linear-gradient(180deg, rgba(255, 10, 9, 1) 0%, rgba(255, 78, 77, 1) 38%, rgba(255, 235, 235, 0) 92%, rgba(255, 255, 255, 0) 100%);
  }

  .mobile .w-100.h-100.border-radius-50.bg-red-gradient.padding-5.flex-start.gap-16px {
    border-radius: 0px !important;
    align-items: center !important;
  }

  .mobile.w-100.border-radius-50.bg-img-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .w-100.border-radius-50.bg-img-contact.mobile {
    overflow: hidden;
  }

  img.image-asset-women {
    position: relative;
    width: 150px;
    left: auto;
    right: auto;
    margin-bottom: -5%;
  }

  .main-2box-project {
    display: flex;
    flex-direction: column;
  }

  #w-dropdown-list-0 {
    overflow: auto;
  }

  .pt-sm-0 {
    padding-top: 0px;
  }
}

@media screen and (max-width:344px) {
  .flex.mt-3per.max-w-800 {
    flex-direction: column;
  }
}