body {
  font-family: Jost;
}
.display-1 {
  font-family: 'kanit-v16-latin-300';
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-2 {
  font-family: 'kanit-v16-latin-300';
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'kanit-v16-latin-300';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'kanit-v16-latin-300';
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'kanit-v16-latin-300';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.96rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #e4e2dc !important;
}
.bg-warning {
  background-color: #e87c21 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #e4e2dc !important;
  border-color: #e4e2dc !important;
  color: #6d6754 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #beb9ab !important;
  border-color: #beb9ab !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #6d6754 !important;
  background-color: #beb9ab !important;
  border-color: #beb9ab !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e87c21 !important;
  border-color: #e87c21 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #a25311 !important;
  border-color: #a25311 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a25311 !important;
  border-color: #a25311 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e4e2dc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #beb9ab !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #6d6754 !important;
  background-color: #e4e2dc !important;
  border-color: #e4e2dc !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e87c21;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a25311 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e87c21 !important;
  border-color: #e87c21 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #e4e2dc !important;
}
.text-warning {
  color: #e87c21 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #b8b2a2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #944c0f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e4e2dc;
}
.alert-warning {
  background-color: #e87c21;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fbe9da;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'kanit-v16-latin-300';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'kanit-v16-latin-300';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tXKwpAKnuR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e4e2dc;
  margin-top: 60px;
}
.cid-tXKwpAKnuR .carousel {
  height: 90vh;
}
.cid-tXKwpAKnuR .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tXKwpAKnuR .carousel-item,
.cid-tXKwpAKnuR .carousel-inner {
  height: 100%;
}
.cid-tXKwpAKnuR .carousel-caption {
  bottom: 60px;
  background-color: rgba(157, 46, 53, 0.8);
  max-width: 90%;
  width: 565px;
  padding-left: 16px;
  padding-right: 16px;
  left: 5%;
  right: 0;
}
.cid-tXKwpAKnuR .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tXKwpAKnuR .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tXKwpAKnuR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tXKwpAKnuR .item-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tXKwpAKnuR .carousel {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-tXKwpAKnuR .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tXKwpAKnuR .content-slider-wrap {
    width: 100% !important;
  }
  .cid-tXKwpAKnuR .carousel-caption {
    display: none;
  }
}
.cid-tXKwpAKnuR .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tXKwpAKnuR .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tXKwpAKnuR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXKwpAKnuR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXKwpAKnuR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXKwpAKnuR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tXKwpAKnuR .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tXKwpAKnuR .carousel-indicators li.active,
.cid-tXKwpAKnuR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXKwpAKnuR .carousel-indicators li::after,
.cid-tXKwpAKnuR .carousel-indicators li::before {
  content: none;
}
.cid-tXKwpAKnuR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tXKwpAKnuR .carousel-indicators {
    display: none !important;
  }
}
.cid-tXKwpAKnuR P {
  text-align: left;
}
.cid-tXKwpAKnuR H5 {
  text-align: left;
  margin-bottom: 0px;
  margin-left: 14px;
}
.cid-tXDSLmYNzo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tXDSLmYNzo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXDSLmYNzo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXDSLmYNzo .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tXDSLmYNzo {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .cid-tXDSLmYNzo .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-tXDSLmYNzo .align-items-center {
    flex-direction: column-reverse;
  }
}
.cid-tXDSLmYNzo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tXDSLmYNzo .text-wrapper {
    padding: 2rem 2rem 2rem 0rem;
  }
}
.cid-tXDSLmYNzo .mbr-section-title {
  color: #000000;
}
.cid-tXDSLmYNzo .mbr-description {
  text-align: center;
}
.cid-tXDSLmYNzo .mbr-text {
  color: #000000;
}
.cid-tXDSLmYNzo .display-5 {
  line-height: 1.2;
}
.cid-tXEACdtWBh {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e4e2dc;
}
.cid-tXEACdtWBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXEACdtWBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tXEACdtWBh .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-tXEACdtWBh .row {
    -webkit-flex-wrap: wrap-reverse;
    flex-direction: column-reverse;
  }
}
.cid-tXEACdtWBh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tXEACdtWBh .text-wrapper {
    padding: 1rem 2rem 1rem 0rem;
  }
}
.cid-tXEACdtWBh .item-img {
  width: 100%;
  max-width: 80px;
  height: 100%;
  object-fit: cover;
  Margin-right: 20px;
}
.cid-tXEACdtWBh .flexwrapper {
  display: flex;
  padding: .5rem 0rem .5rem 0rem;
  align-items: center;
}
.cid-tXEACdtWBh p {
  margin-bottom: 0px;
}
.cid-tXEACdtWBh .mb-3 {
  margin-bottom: 0px!important;
}
.cid-tXEACdtWBh .icon-box {
  background: rgba(0, 0, 0, 0);
  border: 2px solid #000000;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tXEACdtWBh .flexcenter {
  display: flex;
  align-items: center;
}
.cid-tXEACdtWBh .mbr-iconfont {
  color: #000000;
}
.cid-tXEACdtWBh .mbr-section-title {
  color: #000000;
}
.cid-tXEACdtWBh .mbr-text {
  color: #000000;
}
.cid-tXEACdtWBh .display-5 {
  line-height: 1.2;
}
.cid-uRAYxVm46D {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRAYxVm46D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRAYxVm46D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uRAYxVm46D .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uRAYxVm46D .row {
    -webkit-flex-wrap: wrap-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uRAYxVm46D img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRAYxVm46D .text-wrapper {
    padding: 1rem 2rem 1rem 0rem;
  }
}
.cid-uRAYxVm46D .item-img {
  width: 100%;
  max-width: 80px;
  height: 100%;
  object-fit: cover;
  Margin-right: 20px;
}
.cid-uRAYxVm46D .flexwrapper {
  display: flex;
  padding: .5rem 0rem .5rem 0rem;
  align-items: center;
}
.cid-uRAYxVm46D p {
  margin-bottom: 0px;
}
.cid-uRAYxVm46D .mb-3 {
  margin-bottom: 0px!important;
}
.cid-uRAYxVm46D .icon-box {
  background: rgba(0, 0, 0, 0);
  border: 2px solid #ffffff;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRAYxVm46D .flexcenter {
  display: flex;
  align-items: center;
}
.cid-uRAYxVm46D .mbr-iconfont {
  color: #ffffff;
}
.cid-uRAYxVm46D .mbr-section-title {
  color: #000000;
}
.cid-uRAYxVm46D .mbr-text {
  color: #000000;
}
.cid-uRAYxVm46D .row {
  flex-direction: row-reverse;
}
.cid-uRAYxVm46D .display-5 {
  line-height: 1.2;
}
.cid-uRdlHQgdvA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #45504b;
}
.cid-uRdlHQgdvA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdlHQgdvA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uRdlHQgdvA {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .cid-uRdlHQgdvA .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uRdlHQgdvA .align-items-center {
    flex-direction: column-reverse;
  }
}
.cid-uRdlHQgdvA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRdlHQgdvA .text-wrapper {
    padding: 2rem 2rem 2rem 0rem;
  }
}
.cid-uRdlHQgdvA .mbr-section-title {
  color: #ffffff;
}
.cid-uRdlHQgdvA .mbr-description {
  text-align: center;
}
.cid-uRdlHQgdvA .mbr-text {
  color: #ffffff;
}
.cid-uRdlHQgdvA .display-5 {
  line-height: 1.2;
}
.cid-uRdrrpswsN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRdrrpswsN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdrrpswsN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdrrpswsN .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRdrrpswsN {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .cid-uRdrrpswsN .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uRdrrpswsN .align-items-center {
    flex-direction: column-reverse;
  }
}
.cid-uRdrrpswsN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRdrrpswsN .text-wrapper {
    padding: 2rem 2rem 2rem 0rem;
  }
}
.cid-uRdrrpswsN .mbr-section-title {
  color: #000000;
}
.cid-uRdrrpswsN .mbr-description {
  text-align: center;
}
.cid-uRdrrpswsN .mbr-text {
  color: #000000;
}
.cid-uRdrrpswsN .display-5 {
  line-height: 1.2;
}
.cid-uRGSwJY3Iq {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #45504b;
}
.cid-uRGSwJY3Iq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGSwJY3Iq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGSwJY3Iq .item {
  padding-bottom: 2rem;
}
.cid-uRGSwJY3Iq .item-wrapper {
  position: relative;
}
.cid-uRGSwJY3Iq .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uRGSwJY3Iq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uRGSwJY3Iq .carousel-control,
.cid-uRGSwJY3Iq .close {
  background: #1b1b1b;
}
.cid-uRGSwJY3Iq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uRGSwJY3Iq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uRGSwJY3Iq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uRGSwJY3Iq .carousel-control-next span {
  margin-left: 5px;
}
.cid-uRGSwJY3Iq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uRGSwJY3Iq .close::before {
  content: '\e91a';
}
.cid-uRGSwJY3Iq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uRGSwJY3Iq .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uRGSwJY3Iq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRGSwJY3Iq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uRGSwJY3Iq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uRGSwJY3Iq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uRGSwJY3Iq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uRGSwJY3Iq .carousel-indicators li.active,
.cid-uRGSwJY3Iq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uRGSwJY3Iq .carousel-indicators li::after,
.cid-uRGSwJY3Iq .carousel-indicators li::before {
  content: none;
}
.cid-uRGSwJY3Iq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uRGSwJY3Iq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uRGSwJY3Iq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRGSwJY3Iq .carousel-indicators {
    display: none;
  }
}
.cid-uRGSwJY3Iq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uRGSwJY3Iq .carousel-inner > .active {
  display: block;
}
.cid-uRGSwJY3Iq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRGSwJY3Iq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRGSwJY3Iq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uRGSwJY3Iq .carousel-control,
  .cid-uRGSwJY3Iq .carousel-indicators,
  .cid-uRGSwJY3Iq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uRGSwJY3Iq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uRGSwJY3Iq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uRGSwJY3Iq .carousel-indicators .active,
.cid-uRGSwJY3Iq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uRGSwJY3Iq .carousel-indicators .active {
  background: #fff;
}
.cid-uRGSwJY3Iq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uRGSwJY3Iq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uRGSwJY3Iq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uRGSwJY3Iq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uRGSwJY3Iq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uRGSwJY3Iq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uRGSwJY3Iq .carousel {
  width: 100%;
}
.cid-uRGSwJY3Iq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uRGSwJY3Iq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uRGSwJY3Iq .modal.fade .modal-dialog,
.cid-uRGSwJY3Iq .modal.in .modal-dialog {
  transform: none;
}
.cid-uRGSwJY3Iq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uRGSwJY3Iq H6 {
  text-align: center;
}
.cid-uRGSwJY3Iq H3 {
  color: #ffffff;
}
.cid-tXDSNngzfV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tXDSNngzfV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXDSNngzfV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXDSNngzfV h3 {
  margin-bottom: 1rem!important;
}
.cid-tXDSNngzfV .mbr-section-title {
  color: #000000;
}
.cid-tXDSNngzfV .mbr-section-subtitle {
  color: #000000;
}
#custom-html-7 #custom-html-i {
  padding-top: 0px;
  margin-top: 0px;
}
#custom-html-7 .customfont {
  color: #000000;
}
#custom-html-7 .form-control {
  border: 2px solid white!important;
  color: black!important;
  border-radius: 0px;
  background-color: #ffffff;
  font-family: 'kanit-v16-latin-300';
  font-weight: 300;
  font-size: 1rem;
}
#custom-html-7 .text-danger {
  color: #000000!important;
  font-family: 'kanit-v16-latin-300';
  font-weight: 300;
  margin-top: 5px;
}
#custom-html-7 span {
  font-family: 'kanit-v16-latin-300';
  font-weight: 300;
  color: black;
}
#custom-html-7 ul {
  margin-bottom: 0px;
}
#custom-html-7 .close {
  color: black;
}
#custom-html-7 .alert {
  font-family: 'kanit-v16-latin-300';
}
.cid-uRzUjGlopW {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #e4e2dc;
}
.cid-uRzUjGlopW img {
  height: 4rem;
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-uRzUjGlopW .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uRzUjGlopW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRzUjGlopW .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 1199px) {
  .cid-uRzUjGlopW div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-uRzUjGlopW img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-uRzUjGlopW .row {
    text-align: center;
  }
  .cid-uRzUjGlopW img {
    max-width: 200px;
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .cid-uRzUjGlopW h5 {
    margin-top: 30px!important;
  }
}
.cid-uRzUjGlopW .copyright {
  color: #bbbbbb;
}
.cid-uRzUjGlopW .mbr-section-subtitle {
  color: #000000;
}
.cid-tXDSHJ6hlN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 0px;
}
.cid-tXDSHJ6hlN nav.navbar {
  position: fixed;
}
.cid-tXDSHJ6hlN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXDSHJ6hlN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXDSHJ6hlN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXDSHJ6hlN .dropdown-item:hover,
.cid-tXDSHJ6hlN .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tXDSHJ6hlN .dropdown-item:hover span {
  color: white;
}
.cid-tXDSHJ6hlN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXDSHJ6hlN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXDSHJ6hlN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tXDSHJ6hlN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXDSHJ6hlN .nav-link {
  position: relative;
}
.cid-tXDSHJ6hlN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tXDSHJ6hlN .container {
    flex-wrap: nowrap;
  }
}
.cid-tXDSHJ6hlN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXDSHJ6hlN .dropdown-menu,
.cid-tXDSHJ6hlN .navbar.opened {
  background: #ffffff !important;
}
.cid-tXDSHJ6hlN .nav-item:focus,
.cid-tXDSHJ6hlN .nav-link:focus {
  outline: none;
}
.cid-tXDSHJ6hlN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXDSHJ6hlN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXDSHJ6hlN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXDSHJ6hlN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXDSHJ6hlN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXDSHJ6hlN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXDSHJ6hlN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tXDSHJ6hlN .navbar.opened {
  transition: all 0.3s;
}
.cid-tXDSHJ6hlN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXDSHJ6hlN .navbar .navbar-logo img {
  width: auto;
}
.cid-tXDSHJ6hlN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXDSHJ6hlN .navbar.collapsed {
  justify-content: center;
}
.cid-tXDSHJ6hlN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXDSHJ6hlN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXDSHJ6hlN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tXDSHJ6hlN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXDSHJ6hlN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXDSHJ6hlN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tXDSHJ6hlN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXDSHJ6hlN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXDSHJ6hlN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXDSHJ6hlN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXDSHJ6hlN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXDSHJ6hlN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXDSHJ6hlN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXDSHJ6hlN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tXDSHJ6hlN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXDSHJ6hlN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXDSHJ6hlN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXDSHJ6hlN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXDSHJ6hlN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXDSHJ6hlN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXDSHJ6hlN .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXDSHJ6hlN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXDSHJ6hlN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXDSHJ6hlN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXDSHJ6hlN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXDSHJ6hlN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXDSHJ6hlN .dropdown-item.active,
.cid-tXDSHJ6hlN .dropdown-item:active {
  background-color: transparent;
}
.cid-tXDSHJ6hlN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXDSHJ6hlN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXDSHJ6hlN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXDSHJ6hlN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tXDSHJ6hlN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXDSHJ6hlN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXDSHJ6hlN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXDSHJ6hlN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXDSHJ6hlN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXDSHJ6hlN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXDSHJ6hlN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXDSHJ6hlN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXDSHJ6hlN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXDSHJ6hlN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXDSHJ6hlN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXDSHJ6hlN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXDSHJ6hlN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXDSHJ6hlN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXDSHJ6hlN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXDSHJ6hlN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXDSHJ6hlN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXDSHJ6hlN .navbar {
    height: 70px;
  }
  .cid-tXDSHJ6hlN .navbar.opened {
    height: auto;
  }
  .cid-tXDSHJ6hlN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXDSHJ6hlN .ulinetext::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.cid-tXDSHJ6hlN .ulinetext:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.cid-tYqinlL9FF {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tYqinlL9FF h4 {
  margin-bottom: 0rem!important;
}
.cid-tYqinlL9FF .display-2 {
  margin-bottom: 0rem!important;
}
.cid-tYqinlL9FF .mbr-section-title {
  text-align: left;
}
.cid-tXKu4310lh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 0px;
}
.cid-tXKu4310lh nav.navbar {
  position: fixed;
}
.cid-tXKu4310lh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXKu4310lh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXKu4310lh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXKu4310lh .dropdown-item:hover,
.cid-tXKu4310lh .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tXKu4310lh .dropdown-item:hover span {
  color: white;
}
.cid-tXKu4310lh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXKu4310lh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXKu4310lh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tXKu4310lh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXKu4310lh .nav-link {
  position: relative;
}
.cid-tXKu4310lh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tXKu4310lh .container {
    flex-wrap: nowrap;
  }
}
.cid-tXKu4310lh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXKu4310lh .dropdown-menu,
.cid-tXKu4310lh .navbar.opened {
  background: #ffffff !important;
}
.cid-tXKu4310lh .nav-item:focus,
.cid-tXKu4310lh .nav-link:focus {
  outline: none;
}
.cid-tXKu4310lh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXKu4310lh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXKu4310lh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXKu4310lh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXKu4310lh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXKu4310lh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXKu4310lh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tXKu4310lh .navbar.opened {
  transition: all 0.3s;
}
.cid-tXKu4310lh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXKu4310lh .navbar .navbar-logo img {
  width: auto;
}
.cid-tXKu4310lh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXKu4310lh .navbar.collapsed {
  justify-content: center;
}
.cid-tXKu4310lh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXKu4310lh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXKu4310lh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tXKu4310lh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXKu4310lh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXKu4310lh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tXKu4310lh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXKu4310lh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXKu4310lh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXKu4310lh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXKu4310lh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXKu4310lh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXKu4310lh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXKu4310lh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tXKu4310lh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXKu4310lh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXKu4310lh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXKu4310lh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXKu4310lh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXKu4310lh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXKu4310lh .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXKu4310lh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXKu4310lh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXKu4310lh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXKu4310lh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXKu4310lh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXKu4310lh .dropdown-item.active,
.cid-tXKu4310lh .dropdown-item:active {
  background-color: transparent;
}
.cid-tXKu4310lh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXKu4310lh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXKu4310lh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXKu4310lh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tXKu4310lh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXKu4310lh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXKu4310lh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXKu4310lh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXKu4310lh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXKu4310lh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXKu4310lh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXKu4310lh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXKu4310lh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXKu4310lh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXKu4310lh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXKu4310lh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXKu4310lh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXKu4310lh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXKu4310lh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXKu4310lh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXKu4310lh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXKu4310lh .navbar {
    height: 70px;
  }
  .cid-tXKu4310lh .navbar.opened {
    height: auto;
  }
  .cid-tXKu4310lh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXKu4310lh .ulinetext::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.cid-tXKu4310lh .ulinetext:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.cid-uRzUjGlopW {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #e4e2dc;
}
.cid-uRzUjGlopW img {
  height: 4rem;
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-uRzUjGlopW .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uRzUjGlopW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRzUjGlopW .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 1199px) {
  .cid-uRzUjGlopW div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-uRzUjGlopW img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-uRzUjGlopW .row {
    text-align: center;
  }
  .cid-uRzUjGlopW img {
    max-width: 200px;
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .cid-uRzUjGlopW h5 {
    margin-top: 30px!important;
  }
}
.cid-uRzUjGlopW .copyright {
  color: #bbbbbb;
}
.cid-uRzUjGlopW .mbr-section-subtitle {
  color: #000000;
}
.cid-tYqnFuIR52 {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tYqnFuIR52 h4 {
  margin-bottom: 0rem!important;
}
.cid-tYqnFuIR52 .mbr-text {
  color: #000000;
}
.cid-tYqnFuIR52 .display-2 {
  margin-bottom: 10px!important;
  margin-top: 2rem!important;
}
.cid-tYqnFuIR52 .mbr-section-title {
  text-align: left;
}
.cid-tYqnFuIR52 li > p {
  margin-bottom: 0px;
}
.cid-tYqnFw5VaT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 0px;
}
.cid-tYqnFw5VaT nav.navbar {
  position: fixed;
}
.cid-tYqnFw5VaT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYqnFw5VaT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYqnFw5VaT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYqnFw5VaT .dropdown-item:hover,
.cid-tYqnFw5VaT .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tYqnFw5VaT .dropdown-item:hover span {
  color: white;
}
.cid-tYqnFw5VaT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYqnFw5VaT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYqnFw5VaT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYqnFw5VaT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYqnFw5VaT .nav-link {
  position: relative;
}
.cid-tYqnFw5VaT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYqnFw5VaT .container {
    flex-wrap: nowrap;
  }
}
.cid-tYqnFw5VaT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYqnFw5VaT .dropdown-menu,
.cid-tYqnFw5VaT .navbar.opened {
  background: #ffffff !important;
}
.cid-tYqnFw5VaT .nav-item:focus,
.cid-tYqnFw5VaT .nav-link:focus {
  outline: none;
}
.cid-tYqnFw5VaT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYqnFw5VaT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYqnFw5VaT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYqnFw5VaT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYqnFw5VaT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYqnFw5VaT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYqnFw5VaT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYqnFw5VaT .navbar.opened {
  transition: all 0.3s;
}
.cid-tYqnFw5VaT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYqnFw5VaT .navbar .navbar-logo img {
  width: auto;
}
.cid-tYqnFw5VaT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYqnFw5VaT .navbar.collapsed {
  justify-content: center;
}
.cid-tYqnFw5VaT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYqnFw5VaT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYqnFw5VaT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tYqnFw5VaT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYqnFw5VaT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYqnFw5VaT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tYqnFw5VaT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYqnFw5VaT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYqnFw5VaT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYqnFw5VaT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYqnFw5VaT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYqnFw5VaT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYqnFw5VaT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYqnFw5VaT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tYqnFw5VaT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYqnFw5VaT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYqnFw5VaT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYqnFw5VaT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYqnFw5VaT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYqnFw5VaT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYqnFw5VaT .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYqnFw5VaT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYqnFw5VaT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYqnFw5VaT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYqnFw5VaT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYqnFw5VaT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYqnFw5VaT .dropdown-item.active,
.cid-tYqnFw5VaT .dropdown-item:active {
  background-color: transparent;
}
.cid-tYqnFw5VaT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYqnFw5VaT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYqnFw5VaT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYqnFw5VaT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYqnFw5VaT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYqnFw5VaT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYqnFw5VaT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYqnFw5VaT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYqnFw5VaT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYqnFw5VaT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYqnFw5VaT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYqnFw5VaT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYqnFw5VaT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYqnFw5VaT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYqnFw5VaT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYqnFw5VaT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYqnFw5VaT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYqnFw5VaT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYqnFw5VaT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYqnFw5VaT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYqnFw5VaT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYqnFw5VaT .navbar {
    height: 70px;
  }
  .cid-tYqnFw5VaT .navbar.opened {
    height: auto;
  }
  .cid-tYqnFw5VaT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYqnFw5VaT .ulinetext::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.cid-tYqnFw5VaT .ulinetext:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.cid-uRzUjGlopW {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #e4e2dc;
}
.cid-uRzUjGlopW img {
  height: 4rem;
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-uRzUjGlopW .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uRzUjGlopW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRzUjGlopW .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 1199px) {
  .cid-uRzUjGlopW div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-uRzUjGlopW img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-uRzUjGlopW .row {
    text-align: center;
  }
  .cid-uRzUjGlopW img {
    max-width: 200px;
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .cid-uRzUjGlopW h5 {
    margin-top: 30px!important;
  }
}
.cid-uRzUjGlopW .copyright {
  color: #bbbbbb;
}
.cid-uRzUjGlopW .mbr-section-subtitle {
  color: #000000;
}
.cid-uRM7IMi3pL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
  margin-top: 60px;
}
.cid-uRM7IMi3pL .carousel {
  height: 90vh;
}
.cid-uRM7IMi3pL .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRM7IMi3pL .carousel-item,
.cid-uRM7IMi3pL .carousel-inner {
  height: 100%;
}
.cid-uRM7IMi3pL .carousel-caption {
  width: 90%;
  top: 50%;
  left: 50%;
  right: unset;
  bottom: unset;
  padding-top: 0;
  padding-bottom: 0;
  transform: translate(-50%, -50%);
}
.cid-uRM7IMi3pL .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uRM7IMi3pL .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uRM7IMi3pL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uRM7IMi3pL .btn {
  font-weight: 500;
}
.cid-uRM7IMi3pL .item-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uRM7IMi3pL .carousel {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-uRM7IMi3pL .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uRM7IMi3pL .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uRM7IMi3pL .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uRM7IMi3pL .carousel-control {
  display: none;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uRM7IMi3pL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRM7IMi3pL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uRM7IMi3pL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uRM7IMi3pL .carousel-indicators {
  display: none;
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uRM7IMi3pL .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uRM7IMi3pL .carousel-indicators li.active,
.cid-uRM7IMi3pL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uRM7IMi3pL .carousel-indicators li::after,
.cid-uRM7IMi3pL .carousel-indicators li::before {
  content: none;
}
.cid-uRM7IMi3pL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uRM7IMi3pL .carousel-indicators {
    display: none !important;
  }
}
.cid-uRM7IMi3pL P {
  text-align: left;
}
.cid-uRM7IMi3pL H5 {
  text-align: left;
}
.cid-uRSgkNfRI9 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uRSgkNfRI9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSgkNfRI9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRM7IPutBj {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #45504b;
}
.cid-uRM7IPutBj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRM7IPutBj .mbr-text {
  color: #ffffff;
}
.cid-uRM7IPutBj .mbr-section-title {
  color: #ffffff;
}
.cid-uRM7IPutBj .mb-4 {
  margin-bottom: 1rem!important;
}
.cid-uRM7IPWJiB {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #45504b;
}
.cid-uRM7IPWJiB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRM7IPWJiB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uRM7IPWJiB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRM7IPWJiB .row {
  flex-direction: row-reverse;
}
.cid-uRM7IPWJiB img {
  width: 100%;
}
.cid-uRM7IPWJiB .ausblenden {
  display: none;
}
.cid-uRM7IPWJiB .absoluteoverlay {
  background-color: rgba(162, 183, 184, 0.9);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
}
.cid-uRM7IPWJiB #loadflatfinderBtn {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  font-family: 'kanit-v16-latin-300';
}
.cid-uRM7IPWJiB .mbr-description {
  color: #003547;
}
.cid-uRM7IPWJiB .imgmobile {
  display: none;
}
@media (max-width: 767px) {
  .cid-uRM7IPWJiB {
    padding-top: 0rem;
    padding-bottom: 2rem;
  }
  .cid-uRM7IPWJiB .imgdesktop {
    display: none;
  }
  .cid-uRM7IPWJiB .imgmobile {
    display: block;
  }
}
.cid-uRM7IMDehd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRM7IMDehd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRM7IMDehd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRM7IMDehd .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRM7IMDehd {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .cid-uRM7IMDehd .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uRM7IMDehd .align-items-center {
    flex-direction: column-reverse;
  }
}
.cid-uRM7IMDehd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRM7IMDehd .text-wrapper {
    padding: 2rem 2rem 2rem 0rem;
  }
}
.cid-uRM7IMDehd .mbr-section-title {
  color: #000000;
}
.cid-uRM7IMDehd .mbr-description {
  text-align: center;
}
.cid-uRM7IMDehd .mbr-text {
  color: #000000;
}
.cid-uRM7IMDehd .display-5 {
  line-height: 1.2;
}
.cid-uRM7IMUJgw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e4e2dc;
}
.cid-uRM7IMUJgw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRM7IMUJgw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uRM7IMUJgw .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uRM7IMUJgw .row {
    -webkit-flex-wrap: wrap-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uRM7IMUJgw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRM7IMUJgw .text-wrapper {
    padding: 1rem 2rem 1rem 0rem;
  }
}
.cid-uRM7IMUJgw .item-img {
  width: 100%;
  max-width: 80px;
  height: 100%;
  object-fit: cover;
  Margin-right: 20px;
}
.cid-uRM7IMUJgw .flexwrapper {
  display: flex;
  padding: .5rem 0rem .5rem 0rem;
  align-items: center;
}
.cid-uRM7IMUJgw p {
  margin-bottom: 0px;
}
.cid-uRM7IMUJgw .mb-3 {
  margin-bottom: 0px!important;
}
.cid-uRM7IMUJgw .icon-box {
  background: rgba(0, 0, 0, 0);
  border: 2px solid #000000;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRM7IMUJgw .flexcenter {
  display: flex;
  align-items: center;
}
.cid-uRM7IMUJgw .mbr-iconfont {
  color: #000000;
}
.cid-uRM7IMUJgw .mbr-section-title {
  color: #000000;
}
.cid-uRM7IMUJgw .mbr-text {
  color: #000000;
}
.cid-uRM7IMUJgw .display-5 {
  line-height: 1.2;
}
.cid-uRM7INi65X {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRM7INi65X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRM7INi65X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uRM7INi65X .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uRM7INi65X .row {
    -webkit-flex-wrap: wrap-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uRM7INi65X img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRM7INi65X .text-wrapper {
    padding: 1rem 2rem 1rem 0rem;
  }
}
.cid-uRM7INi65X .item-img {
  width: 100%;
  max-width: 80px;
  height: 100%;
  object-fit: cover;
  Margin-right: 20px;
}
.cid-uRM7INi65X .flexwrapper {
  display: flex;
  padding: .5rem 0rem .5rem 0rem;
  align-items: center;
}
.cid-uRM7INi65X p {
  margin-bottom: 0px;
}
.cid-uRM7INi65X .mb-3 {
  margin-bottom: 0px!important;
}
.cid-uRM7INi65X .icon-box {
  background: rgba(0, 0, 0, 0);
  border: 2px solid #ffffff;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRM7INi65X .flexcenter {
  display: flex;
  align-items: center;
}
.cid-uRM7INi65X .mbr-iconfont {
  color: #ffffff;
}
.cid-uRM7INi65X .mbr-section-title {
  color: #000000;
}
.cid-uRM7INi65X .mbr-text {
  color: #000000;
}
.cid-uRM7INi65X .row {
  flex-direction: row-reverse;
}
.cid-uRM7INi65X .display-5 {
  line-height: 1.2;
}
.cid-uRM7INBjp2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #45504b;
}
.cid-uRM7INBjp2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRM7INBjp2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRM7INBjp2 .mbr-section-title {
  color: #ffffff;
}
.cid-uRM7INSbs4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #45504b;
}
.cid-uRM7INSbs4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRM7INSbs4 .mbr-text {
  color: #ffffff;
}
.cid-uRM7IO8sjU {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #45504b;
}
.cid-uRM7IO8sjU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRM7IO8sjU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uRM7IO8sjU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRM7IO8sjU .row {
  flex-direction: row-reverse;
}
.cid-uRM7IO8sjU img {
  width: 100%;
}
.cid-uRM7IOpnak {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRM7IOpnak .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRM7IOpnak .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uRM7IOpnak .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uRM7IOpnak .row {
    -webkit-flex-wrap: wrap-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uRM7IOpnak img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRM7IOpnak .text-wrapper {
    padding: 1rem 2rem 1rem 0rem;
  }
}
.cid-uRM7IOpnak .item-img {
  width: 100%;
  max-width: 80px;
  height: 100%;
  object-fit: cover;
  Margin-right: 20px;
}
.cid-uRM7IOpnak .flexwrapper {
  display: flex;
  padding: .5rem 0rem .5rem 0rem;
  align-items: center;
}
.cid-uRM7IOpnak p {
  margin-bottom: 0px;
}
.cid-uRM7IOpnak .mb-3 {
  margin-bottom: 0px!important;
}
.cid-uRM7IOpnak .icon-box {
  background: rgba(0, 0, 0, 0);
  border: 2px solid #000000;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRM7IOpnak .flexcenter {
  display: flex;
  align-items: center;
}
.cid-uRM7IOpnak .mbr-iconfont {
  color: #000000;
}
.cid-uRM7IOpnak .mbr-section-title {
  color: #000000;
}
.cid-uRM7IOpnak .mbr-text {
  color: #000000;
}
.cid-uRM7IOpnak .display-5 {
  line-height: 1.2;
}
.cid-uRM7IOOYYJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e4e2dc;
}
.cid-uRM7IOOYYJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRM7IOOYYJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRM7IOOYYJ .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRM7IOOYYJ {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .cid-uRM7IOOYYJ .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uRM7IOOYYJ .align-items-center {
    flex-direction: column-reverse;
  }
}
.cid-uRM7IOOYYJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRM7IOOYYJ .text-wrapper {
    padding: 2rem 2rem 2rem 0rem;
  }
}
.cid-uRM7IOOYYJ .mbr-section-title {
  color: #000000;
}
.cid-uRM7IOOYYJ .mbr-description {
  text-align: center;
}
.cid-uRM7IOOYYJ .mbr-text {
  color: #000000;
}
.cid-uRM7IOOYYJ .display-5 {
  line-height: 1.2;
}
.cid-uRM7IPaZl2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRM7IPaZl2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRM7IPaZl2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uRM7IPaZl2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .cid-uRM7IPaZl2 .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uRM7IPaZl2 .align-items-center {
    flex-direction: column-reverse;
  }
}
.cid-uRM7IPaZl2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRM7IPaZl2 .text-wrapper {
    padding: 2rem 2rem 2rem 0rem;
  }
}
.cid-uRM7IPaZl2 .mbr-section-title {
  color: #000000;
}
.cid-uRM7IPaZl2 .mbr-description {
  text-align: center;
}
.cid-uRM7IPaZl2 .mbr-text {
  color: #000000;
}
.cid-uRM7IPaZl2 .display-5 {
  line-height: 1.2;
}
.cid-uRM7IQS776 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uRM7IQS776 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRM7IQS776 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRM7IQS776 h3 {
  margin-bottom: 1rem!important;
}
.cid-uRM7IQS776 .mbr-section-title {
  color: #000000;
}
.cid-uRM7IQS776 .mbr-section-subtitle {
  color: #000000;
}
#custom-html-2p #custom-html-i {
  padding-top: 0px;
  margin-top: 0px;
}
#custom-html-2p .customfont {
  color: #000000;
}
#custom-html-2p .form-control {
  border: 2px solid white!important;
  color: black!important;
  border-radius: 0px;
  background-color: #ffffff;
  font-family: 'kanit-v16-latin-300';
  font-weight: 300;
  font-size: 1rem;
}
#custom-html-2p .text-danger {
  color: #000000!important;
  font-family: 'kanit-v16-latin-300';
  font-weight: 300;
  margin-top: 5px;
}
#custom-html-2p span {
  font-family: 'kanit-v16-latin-300';
  font-weight: 300;
  color: black;
}
#custom-html-2p ul {
  margin-bottom: 0px;
}
#custom-html-2p .close {
  color: black;
}
#custom-html-2p .alert {
  font-family: 'kanit-v16-latin-300';
}
.cid-uRM7IRj1CI {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #e4e2dc;
}
.cid-uRM7IRj1CI img {
  height: 4rem;
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-uRM7IRj1CI .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uRM7IRj1CI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRM7IRj1CI .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 1199px) {
  .cid-uRM7IRj1CI div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-uRM7IRj1CI img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-uRM7IRj1CI .row {
    text-align: center;
  }
  .cid-uRM7IRj1CI img {
    max-width: 200px;
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .cid-uRM7IRj1CI h5 {
    margin-top: 30px!important;
  }
}
.cid-uRM7IRj1CI .copyright {
  color: #bbbbbb;
}
.cid-uRM7IRj1CI .mbr-section-subtitle {
  color: #000000;
}
.cid-uRM7IRKRhs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 0px;
}
.cid-uRM7IRKRhs nav.navbar {
  position: fixed;
}
.cid-uRM7IRKRhs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRM7IRKRhs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRM7IRKRhs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRM7IRKRhs .dropdown-item:hover,
.cid-uRM7IRKRhs .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uRM7IRKRhs .dropdown-item:hover span {
  color: white;
}
.cid-uRM7IRKRhs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRM7IRKRhs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRM7IRKRhs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRM7IRKRhs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRM7IRKRhs .nav-link {
  position: relative;
}
.cid-uRM7IRKRhs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uRM7IRKRhs .container {
    flex-wrap: nowrap;
  }
}
.cid-uRM7IRKRhs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRM7IRKRhs .dropdown-menu,
.cid-uRM7IRKRhs .navbar.opened {
  background: #ffffff !important;
}
.cid-uRM7IRKRhs .nav-item:focus,
.cid-uRM7IRKRhs .nav-link:focus {
  outline: none;
}
.cid-uRM7IRKRhs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRM7IRKRhs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRM7IRKRhs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRM7IRKRhs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRM7IRKRhs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRM7IRKRhs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRM7IRKRhs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uRM7IRKRhs .navbar.opened {
  transition: all 0.3s;
}
.cid-uRM7IRKRhs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRM7IRKRhs .navbar .navbar-logo img {
  width: auto;
}
.cid-uRM7IRKRhs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRM7IRKRhs .navbar.collapsed {
  justify-content: center;
}
.cid-uRM7IRKRhs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRM7IRKRhs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRM7IRKRhs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uRM7IRKRhs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRM7IRKRhs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRM7IRKRhs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRM7IRKRhs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRM7IRKRhs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRM7IRKRhs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRM7IRKRhs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRM7IRKRhs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRM7IRKRhs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRM7IRKRhs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRM7IRKRhs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRM7IRKRhs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRM7IRKRhs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRM7IRKRhs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRM7IRKRhs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRM7IRKRhs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRM7IRKRhs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRM7IRKRhs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRM7IRKRhs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRM7IRKRhs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRM7IRKRhs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRM7IRKRhs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRM7IRKRhs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRM7IRKRhs .dropdown-item.active,
.cid-uRM7IRKRhs .dropdown-item:active {
  background-color: transparent;
}
.cid-uRM7IRKRhs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRM7IRKRhs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRM7IRKRhs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRM7IRKRhs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRM7IRKRhs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRM7IRKRhs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRM7IRKRhs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRM7IRKRhs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRM7IRKRhs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRM7IRKRhs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRM7IRKRhs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRM7IRKRhs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRM7IRKRhs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRM7IRKRhs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRM7IRKRhs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRM7IRKRhs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRM7IRKRhs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRM7IRKRhs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRM7IRKRhs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRM7IRKRhs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRM7IRKRhs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRM7IRKRhs .navbar {
    height: 70px;
  }
  .cid-uRM7IRKRhs .navbar.opened {
    height: auto;
  }
  .cid-uRM7IRKRhs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRM7IRKRhs .ulinetext::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.cid-uRM7IRKRhs .ulinetext:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
