@charset "UTF-8";
/* frameworks */
.row-10 {
  margin: 0 -5px;
}

.row-10 > div {
  padding: 0 5px;
}

.row-20 {
  margin: 0 -10px;
}

.row-20 > div {
  padding: 0 10px;
}

.row-40 {
  margin: 0 -20px;
}

.row-40 > div {
  padding: 0 20px;
}

figure {
  margin: 0;
  position: relative;
}

figure.cover {
  margin: 0;
}

figure.cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

figure.contain img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

figure img {
  width: 100%;
  max-width: 100%;
}

.icon {
  position: relative;
}

.icon img {
  display: block;
}

a:focus,
button:focus {
  outline: none;
}

.btn,
.link {
  text-decoration: none;
  /* -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out; */
}

.btn:focus,
.btn:hover,
.link:focus,
.link:hover {
  text-decoration: none;
}

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
  max-width: 100%;
}

ul.item-list,
ul.nav-list {
  margin: 0;
  padding: 0;
}

ul.item-list li,
ul.nav-list li {
  list-style: none;
  float: left;
}

ul.item-list li a.link,
ul.nav-list li a.link {
  display: block;
}

ul.item-list:before, ul.item-list:after,
ul.nav-list:before,
ul.nav-list:after {
  content: ' ';
  display: table;
}

ul.item-list:after,
ul.nav-list:after {
  clear: both;
}

ul.item-list.fluid li,
ul.nav-list.fluid li {
  width: 100%;
}

.iframe-container {
  position: relative;
  padding-bottom: 56%;
  overflow: hidden;
}

.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.title,
.subtitle,
.desc {
  margin: 0;
}

.text-limit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* config */
.text-mute {
  color: #B2B2B2 !important;
}

@font-face {
  font-family: 'Mitr';
  src: url("../font/Mitr-ExtraLight.ttf") format("truetype");
  font-display: block;
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Mitr';
  src: url("../font/Mitr-Light.ttf") format("truetype");
  font-display: block;
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Mitr';
  src: url("../font/Mitr-Regular.ttf") format("truetype");
  font-display: block;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Mitr';
  src: url("../font/Mitr-Medium.ttf") format("truetype");
  font-display: block;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Mitr';
  src: url("../font/Mitr-SemiBold.ttf") format("truetype");
  font-display: block;
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Mitr';
  src: url("../font/Mitr-Bold.ttf") format("truetype");
  font-display: block;
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'DMSans';
  src: url("../font/DMSans-Regular.ttf") format("truetype");
  font-display: block;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'DMSans';
  src: url("../font/DMSans-Medium.ttf") format("truetype");
  font-display: block;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'DMSans';
  src: url("../font/DMSans-Bold.ttf") format("truetype");
  font-display: block;
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Pridi';
  src: url("../font/Pridi-Light.ttf") format("truetype");
  font-display: block;
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Pridi';
  src: url("../font/Pridi-Regular.ttf") format("truetype");
  font-display: block;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Pridi';
  src: url("../font/Pridi-Medium.ttf") format("truetype");
  font-display: block;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Pridi';
  src: url("../font/Pridi-Bold.ttf") format("truetype");
  font-display: block;
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'SukhumvitSet';
  src: url("../font/SukhumvitSet-Medium.ttf") format("truetype");
  font-display: block;
  font-weight: 500;
  font-style: normal;
}

.text-primary {
  color: #425A62 !important;
}

.text-secondary {
  color: #637B69 !important;
}

.text-success {
  color: #637B69 !important;
}

.text-danger {
  color: #D54E38 !important;
}

.text-warning {
  color: #ff0 !important;
}

.text-darkgray {
  color: #282828 !important;
}

.text-light {
  color: #fff !important;
}

.text-lightGreen {
  color: #B2BEB5 !important;
}

.text-lightBlue {
  color: #7E93A1 !important;
}

.text-pink {
  color: #E49283 !important;
}

.text-none {
  color: transparent !important;
}

body {
  font-family: 'Mitr';
  background-color: #fff;
  font-size: 16px;
  color: #282828;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  max-width: 1630px;
}

/* components */
#preload {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: 0;
  top: 0;
  background-color: #fff;
}

.preload {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9999;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.preload .logo {
  width: 160px;
  height: 160px;
  padding: 30px;
  line-height: 110px;
}

.preload .loader {
  border: 2px solid;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border-color: #425A62 transparent transparent;
  -webkit-animation: spins 1s linear infinite;
          animation: spins 1s linear infinite;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.4;
}

@-webkit-keyframes spins {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-filter: hue-rotate(0);
            filter: hue-rotate(0);
  }
}

@keyframes spins {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-filter: hue-rotate(0);
            filter: hue-rotate(0);
  }
}

nav.menu li a.link {
  font-size: 18px;
  color: #282828;
  display: block;
}

nav.menu li a.link:hover {
  color: #637B69;
}

nav.menu li.active a.link {
  color: #637B69;
}

nav.menu li.dropdown a.link .icon {
  display: inline-block;
  vertical-align: middle;
}

nav.menu li.dropdown a.link .icon:before {
  content: "\f107";
  font-family: 'FontAwesome';
}

nav.menu li.dropdown.show a.link .icon:before {
  content: '\f106';
}

nav.menu li + li {
  margin-left: 20px;
}

nav.menu .dropdown-toggle::after {
  display: none;
}

nav.menu .dropdown-menu li {
  width: 100%;
}

nav.menu .dropdown-menu li + li {
  margin-left: 0;
  border-top: 1px solid #ebebeb;
}

.menu-mobile-btn {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  width: 20px;
  height: 16px;
}

.menu-mobile-btn .btn-mobile {
  display: block;
  width: 20px;
  height: 16px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.menu-mobile-btn .btn-mobile .bar {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #425A62;
  margin: auto;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  border-radius: 2px;
}

.menu-mobile-btn .btn-mobile .bar:nth-child(1) {
  top: 0;
}

.menu-mobile-btn .btn-mobile .bar:nth-child(2) {
  top: 0;
  bottom: 0;
}

.menu-mobile-btn .btn-mobile .bar:nth-child(3) {
  top: 0;
  bottom: 0;
}

.menu-mobile-btn .btn-mobile .bar:nth-child(4) {
  bottom: 0;
}

.menu-mobile-btn .btn-mobile.close {
  opacity: 1;
}

.menu-mobile-btn .btn-mobile.close .bar:nth-child(1) {
  top: 0;
  opacity: 0;
}

.menu-mobile-btn .btn-mobile.close .bar:nth-child(2) {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.menu-mobile-btn .btn-mobile.close .bar:nth-child(3) {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.menu-mobile-btn .btn-mobile.close .bar:nth-child(4) {
  bottom: 0;
  opacity: 0;
}

.slick-dots-container {
  overflow: hidden;
  display: block;
  padding: 0;
  position: relative;
  width: 5.5rem;
  margin: 0.625rem auto;
  height: 0.875rem;
}

.slick-dots-container > ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: unset;
  height: 100%;
  padding: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
  margin: 0;
  list-style: none;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.slick-dots-container > ul li.p-small-1,
.slick-dots-container > ul li.n-small-1 {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.slick-dots-container > ul li.slick-active {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.slick-prev:before,
.slick-next:before {
  content: '';
  color: #fff;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  color: #425A62;
}

.slick-prev, .slick-next {
  z-index: 1;
}

.slick-prev {
  left: -90px;
}

.slick-next {
  right: -90px;
}

.slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0 7px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background: #fff;
  border-radius: 30px;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li.slick-active {
  width: 60px;
}

.slick-dots li.slick-active button {
  background: #fff;
}

.slick-slide .item {
  float: left;
}

.breadcrumb-block {
  padding: 5px 20px;
  background-color: #282828;
}

.breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 0;
  border-radius: 0px;
}

.breadcrumb li {
  position: relative;
  font-family: 'Pridi', sans-serif;
  font-weight: 300;
  font-size: 18px;
}

.breadcrumb li .link {
  color: #282828;
  line-height: 0;
}

.breadcrumb li .link:hover {
  color: #282828;
}

.breadcrumb li.active {
  max-width: 300px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #637B69;
}

.breadcrumb li + li {
  padding-left: 20px !important;
  margin-left: 10px;
}

.breadcrumb li + li:before {
  content: '>' !important;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: auto;
  height: auto;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.pagination-block {
  text-align: center;
  padding-top: 36px;
  padding-bottom: 43px;
}

.pagination {
  margin: 0;
  display: inline-block;
}

.pagination ul {
  margin: 0 -12.5px;
  margin-bottom: 13px;
  padding-left: 0;
}

.pagination .link {
  display: block;
  text-align: center;
  font-family: "DMSans", sans-serif;
  min-width: 38px;
  height: 38px;
  line-height: 38px;
  padding: 0 6px;
  font-size: 18px;
  font-weight: 500;
  margin: 0 12.5px;
  color: #282828;
  background-color: transparent;
  border-radius: 30px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.pagination .link:hover {
  background-color: #282828;
  color: #fff;
}

.pagination .link span.fa {
  font-size: 25px;
  margin-top: 5px;
}

.pagination .active .link {
  background-color: #fff;
  color: #282828;
}

.pagination li {
  display: inline-block;
  vertical-align: middle;
}

.pagination li + li {
  margin-left: 6px;
}

.pagination-label {
  font-family: "Pridi";
  font-weight: 300;
  font-size: 19px;
  color: #b2b2b2;
}

.editor-content .font-base {
  font-size: 21px;
  color: #282828;
  margin-bottom: 20px;
  line-height: 1.4em;
  font-weight: 300;
  font-family: 'Pridi', serif;
}

.editor-content p {
  font-size: 21px;
  color: #282828;
  margin-bottom: 20px;
  line-height: 1.4em;
  font-weight: 300;
  font-family: 'Pridi', serif;
}

.editor-content p:last-child {
  margin-bottom: 0;
}

.editor-content img {
  height: auto !important;
}

.whead {
  margin-bottom: 15px;
}

.whead .title {
  margin: 0;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1em;
}

.btn {
  font-family: 'DMSans';
  background: none;
  position: relative;
  overflow: hidden;
  top: 0;
  z-index: 10;
  border: 1px solid transparent;
  padding: 0 10px;
  min-width: 160px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0px;
}

.btn.fluid {
  min-width: inherit;
  width: 100%;
  position: relative;
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary {
  color: #D54E38;
  background-color: #fff;
  border-color: #fff;
}

.btn-primary:hover, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary:active:focus, .btn-primary.actitve:focus, .btn-primary:active.focus, .btn-primary.active.focus, .btn-primary:focus:hover, .btn-primary.focus:hover {
  color: #fff;
  background-color: #282828;
  border-color: #282828;
}

.btn-primary.disabled, .btn-primary.disabled:hover {
  color: #fff;
  background-color: #425A62;
  border-color: #425A62;
  opacity: 0.5;
}

.btn-secondary {
  color: #282828;
  background-color: #EBEBEB;
  border-color: transparent;
}

.btn-secondary:hover, .btn-secondary:active:hover, .btn-secondary.active:hover, .btn-secondary:active:focus, .btn-secondary.actitve:focus, .btn-secondary:active.focus, .btn-secondary.active.focus, .btn-secondary:focus:hover, .btn-secondary.focus:hover {
  color: #fff;
  background-color: #637B69;
  border-color: transparent;
}

.btn-secondary.disabled, .btn-secondary.disabled:hover {
  color: #fff;
  background-color: #637B69;
  border-color: #637B69;
  opacity: 0.5;
}

.btn-light {
  color: #282828;
  background-color: #fff;
  border-color: transparent;
}

.btn-light:hover, .btn-light:active:hover, .btn-light.active:hover, .btn-light:active:focus, .btn-light.actitve:focus, .btn-light:active.focus, .btn-light.active.focus, .btn-light:focus:hover, .btn-light.focus:hover {
  color: #fff;
  background-color: #282828;
  border-color: transparent;
}

.btn-light.disabled, .btn-light.disabled:hover {
  color: #fff;
  background-color: #637B69;
  border-color: #637B69;
  opacity: 0.5;
}

.btn-round-40 {
  border-radius: 40px;
}

.btn-lg {
  height: 78px;
  line-height: 76px;
  font-family: 'Mitr';
  font-weight: 400;
  font-size: 30px;
}

.btn-danger,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #D54E38;
  border-color: transparent;
}

.btn-danger:hover,
.btn-danger:active:hover,
.btn-danger.active:hover,
.btn-danger:active:focus,
.btn-danger.actitve:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.btn-danger:focus:hover,
.btn-danger.focus:hover {
  color: #fff;
  background-color: #D54E38;
  border-color: transparent;
}

.btn-danger.disabled,
.btn-danger.disabled:hover {
  color: #fff;
  background-color: #D54E38;
  border-color: transparent;
  opacity: 1;
}

.btn-mute,
.btn-mute:focus,
.btn-mute.focus,
.btn-mute:not(:disabled):not(.disabled).active,
.btn-mute:not(:disabled):not(.disabled):active,
.show > .btn-mute.dropdown-toggle {
  color: #282828;
  background-color: #ebebeb;
  border-color: transparent;
  text-decoration: underline;
}

.btn-mute:hover,
.btn-mute:active:hover,
.btn-mute.active:hover,
.btn-mute:active:focus,
.btn-mute.actitve:focus,
.btn-mute:active.focus,
.btn-mute.active.focus,
.btn-mute:focus:hover,
.btn-mute.focus:hover {
  color: #282828;
  background-color: #ebebeb;
  border-color: transparent;
  text-decoration: underline;
}

.btn-mute.disabled,
.btn-mute.disabled:hover {
  color: #282828;
  background-color: #ebebeb;
  border-color: transparent;
  opacity: 1;
}

.form-default {
  font-weight: 300;
  font-family: 'Pridi', serif;
}

.form-default .form-group {
  position: relative;
  margin-bottom: 10px;
}

.form-default .help-block {
  margin-top: 10px;
  font-weight: 300;
  line-height: 1.4em;
  color: #282828;
  font-size: 15px;
}

.form-default .control-label {
  margin-bottom: 10px;
  font-weight: normal;
  font-size: inherit;
  line-height: 1.2em;
}

.form-default .form-control {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2em;
  padding: 20px 40px 5px 25px;
  color: #282828;
  height: 60px;
  background-color: #F8F7F5;
  border: 1px solid #DEDEDF;
  border-radius: 4px;
  text-shadow: none;
  resize: none;
}

.form-default textarea.form-control {
  height: auto;
  min-height: 60px;
  padding: 35px 40px 5px 25px;
}

.form-default .form-note {
  position: absolute;
  top: 100%;
  left: 20px;
  margin-top: 4px;
  font-size: 14px;
  color: #999;
}

.form-default .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

.form-default .block-control {
  position: relative;
}

.form-default .has-error .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-default .has-success .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-default .floating-label {
  color: #282828;
  font-size: 20px;
  position: absolute;
  pointer-events: none;
  line-height: 20px;
  left: 25px;
  top: 19px;
  background-color: transparent;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.form-default .floating-label small {
  color: #B2B2B2;
}

.form-default .form-control[required=""] ~ .floating-label:after {
  content: '*';
  color: #D54E38;
  padding-left: 3px;
  font-size: 0.8em;
}

.form-default .form-control:focus ~ .floating-label,
.form-default .form-control:not(:placeholder-shown) ~ .floating-label {
  top: 4px;
  font-size: 14px;
  color: #282828;
}

.form-control-feedback {
  position: absolute;
  top: 22px;
  right: 15px;
  width: 18px;
  height: 18px;
  background-size: 100%;
}

.form-control-feedback:before {
  display: none;
}

.form-control-feedback.glyphicon-ok {
  background: url("../img/icon/checked.svg") center no-repeat;
  background-size: 100%;
}

.form-control-feedback.glyphicon-remove {
  background: url("../img/icon/cancel.svg") center no-repeat;
  background-size: 100%;
}

.radio-control {
  position: relative;
  display: inline-block;
  min-height: 34px;
  padding-left: 0;
}

.radio-control .icon {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 50%;
}

.radio-control .txt {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  line-height: 20px;
  display: block;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.radio-control input[type='radio'] {
  margin-top: 0;
  position: absolute;
  z-index: 5;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.radio-control input[type='radio']:checked ~ .icon {
  border-color: transparent;
  border-color: #333;
}

.radio-control input[type='radio']:checked ~ .icon:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #333;
  border-radius: 50%;
}

.checkbox-control {
  position: relative;
}

.checkbox-control .icon {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  top: 0px;
  left: 0;
  border-radius: 5px;
  text-align: center;
  line-height: 18px;
}

.checkbox-control .title {
  margin: 0;
  font-size: inherit;
  font-weight: normal;
  color: #282828;
  font-weight: 300;
  font-size: 15px;
  padding-left: 30px;
  line-height: 1.4em;
  display: block;
}

.checkbox-control .title-sm {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  padding-left: 30px;
  padding-top: 1px;
  padding-bottom: 1px;
  line-height: 1.4em;
  display: block;
}

.checkbox-control input[type='checkbox'] {
  margin-top: 0;
  position: absolute;
  z-index: 5;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.checkbox-control input[type='checkbox']:checked ~ .icon {
  border-color: transparent;
  background-color: #637B69;
}

.checkbox-control input[type='checkbox']:checked ~ .icon:before {
  font-family: 'feather';
  content: '\e83f';
  color: #fff;
  font-weight: 400;
}

.select2-container .select2-selection--single {
  height: 54px;
}

.select2-container--default .select2-selection--single {
  background-color: #f8f7f5;
  border: 1px solid #DEDEDF;
  border-radius: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 54px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 54px;
  font-weight: 300;
  font-size: 21px;
  color: #282828;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 22px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #282828 transparent transparent transparent;
  border-width: 8px 8px 0 8px;
  left: -9px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #282828 transparent;
  border-width: 0px 8px 8px 8px;
  left: -9px;
}

.select2-results__option {
  padding: 10px;
  font-size: 21px;
  font-weight: 300;
  color: #282828;
  background-color: #f8f7f5;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #282828;
  background-color: #DEDEDF;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #ddd;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 7px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 9px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #637B69;
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #637B69;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 15px;
}

.modal .modal-dialog {
  min-width: 616px;
}

.modal .modal-content {
  border-radius: 20px;
  padding-bottom: 42px;
}

.modal .modal-content.sign-up-fill .desc.policy {
  margin-top: 21.3px;
  margin-bottom: 32px;
}

.modal .modal-body {
  padding: 0 44px;
  padding-top: 46px;
}

.modal .modal-title {
  font-family: "Pridi", sans-serif;
  font-weight: 500;
  font-size: 23px;
  text-align: center;
  width: 100%;
}

.modal .close {
  border: 1px solid #707070;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #707070;
  font-size: 18px;
  padding: 0;
  margin: 0;
  opacity: 1;
}

.modal .btn-back-fill {
  font-size: 37px;
  color: #707070;
  cursor: pointer;
}

.modal .modal-header {
  padding: 0 21px;
  padding-top: 29px;
  padding-bottom: 27px;
}

.modal .social .link {
  height: 85px;
  line-height: 85px;
  border-radius: 50px;
  color: #fff;
  display: block;
  padding: 0 30px;
  font-size: 25px;
  font-weight: 300;
  font-family: 'Pridi', serif;
  text-align: center;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.modal .social .link .icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 6px;
}

.modal .social .link.facebook {
  background-color: #3A5998;
}

.modal .social .link.google {
  background-color: #DD4B39;
}

.modal .social .link.apple {
  background-color: #000;
}

.modal .social .link + .link {
  margin-top: 30px;
}

.modal .or {
  font-size: 22px;
  color: #B2B2B2;
  text-align: center;
  padding: 30px 0;
  font-weight: 300;
  font-family: 'Pridi', serif;
  position: relative;
  background-color: #fff;
}

.modal .or:before, .modal .or:after {
  content: '';
  position: absolute;
  top: 39px;
  width: 42%;
  height: 1px;
  border-top: 1px solid #E2E2E2;
}

.modal .or:before {
  left: 0;
}

.modal .or::after {
  right: 0;
}

.modal .mail .link {
  border: 1px solid #ddd;
  height: 85px;
  line-height: 85px;
  border-radius: 50px;
  color: #282828;
  display: block;
  padding: 0 30px;
  font-size: 25px;
  font-weight: 300;
  font-family: 'Pridi', serif;
  text-align: center;
}

.modal .mail .link .icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 6px;
}

.modal .action {
  text-align: center;
  font-family: "Pridi", sans-serif;
  font-size: 21px;
  font-weight: 300;
  margin-top: 30px;
}

.modal .action .link {
  text-decoration: underline;
  color: #282828;
}

.modal .desc.policy {
  font-family: 'Pridi', sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4em;
}

.modal .desc.policy .link {
  text-decoration: underline;
  color: #282828;
}

.modal .modal-footer {
  border: none;
  margin-top: 67px;
  padding: 0 44px;
}

.modal .form-default .form-control {
  background-color: #fff;
  padding: 5px 40px 5px 25px;
  border-radius: 0;
}

.modal .form-default .form-control:focus ~ .floating-label,
.modal .form-default .form-control:not(:placeholder-shown) ~ .floating-label {
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.modal .remmember {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 21px;
}

.modal .remmember .checkbox-control .icon {
  top: 4px;
}

.modal .remmember .title {
  font-size: 21px;
}

.modal .sign-in .social .link {
  color: #282828;
  border: 1px solid #282828;
}

.modal .sign-in .social .link img {
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
}

.modal .sign-in .action {
  margin-top: 49px;
}

.modal .sign-in .action .link {
  text-decoration: underline;
}

.modal.-review .modal-dialog {
  max-width: 1078px;
}

.modal.-review .modal-title {
  font-weight: 300;
  font-size: 21px;
}

.modal.-review .image .cover {
  position: relative;
  width: 185px;
  height: 182px;
  overflow: hidden;
  border-radius: 20px;
}

.modal.-review .image .cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal.-review .image .score-review {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal.-review .image .score-review img {
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
  width: 16px;
}

.modal.-review .image .score-review .desc {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 19px;
  padding-left: 7px;
}

.modal.-review .content .title {
  font-family: "Mitr" , sans-serif;
  font-weight: 400;
  font-size: 32px;
  padding-bottom: 20px;
}

.modal.-review .content .score {
  font-size: 21px;
  padding-bottom: 38px;
}

.modal.-review .content .score .rating {
  padding-top: 10px;
}

.modal.-review .content .score .rating .item-list {
  margin: 0 -5px;
  text-align-last: left;
}

.modal.-review .content .score .rating li {
  padding: 0 5px;
}

.modal.-review .content .score .rating .star {
  background-position: left -66px;
  width: 36px;
  height: 36px;
}

.modal.-review .content .score .rating .fullStar {
  background-position: left -100px;
}

.modal.-review .content .score .rating .tmp_fs {
  background-position: left 147px;
}

.modal.-review .content .title-review {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 21px;
  padding-bottom: 12px;
}

.modal.-review .content .title-review .num-text {
  float: right;
  color: #bababa;
}

.modal.-review .form-default .form-control {
  padding: 14px 40px 5px 25px;
}

.modal.-review .action {
  margin-top: 32px;
  text-align-last: left;
}

.modal.-review .action .btn {
  font-family: "Mitr" , sans-serif;
  font-weight: 400;
  font-size: 25px;
  min-width: 326px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal.-awards .modal-dialog {
  max-width: 1078px;
}

.modal.-awards .modal-title {
  font-weight: 300;
  font-size: 21px;
}

.modal.-awards .modal-body .image {
  width: 160px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 0;
  border: 1px solid #DEDEDF;
}

.modal.-awards .modal-body .image .cover {
  position: relative;
  width: 100%;
  height: 100%;
}

.modal.-awards .modal-body .image .cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.modal.-awards .modal-body .desc .title {
  font-family: "DMSans", sans-serif;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.4em;
}

.modal.-awards .modal-body .desc .price {
  font-family: "Pridi",sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin-top: 11px;
}

.modal.-awards .modal-body .desc .price span {
  font-family: "DMSans", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.modal.-awards .modal-body .desc .use-points {
  font-family: "Pridi",sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #D54E38;
  margin-top: 12px;
}

.modal.-awards .modal-body .form-default .desc {
  margin-top: 20px;
}

.modal.-awards .modal-body .form-default .desc .title-edit {
  font-size: 25px;
  padding-bottom: 25px;
}

.modal.-awards .modal-body .form-default .form-control {
  background-color: #f8f7f5;
  height: 54px;
  border-radius: 5px;
}

.modal.-awards .modal-body .form-default .select2-container--default .select2-selection--single {
  border-radius: 5px;
}

.modal.-awards .modal-body .form-default .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.modal.-awards .modal-body .form-default .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.modal.-awards .modal-body .action .btn {
  min-width: 326px;
}

.modal.-awards .awards-confirm .modal-header .head {
  font-size: 32px;
}

.modal.-awards .awards-confirm .desc {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  max-width: 341px;
}

.modal.-awards .awards-confirm .desc .number-order {
  font-weight: 400;
  font-size: 21px;
  margin-bottom: 21px;
}

.modal.-awards .awards-confirm .desc .desc-order {
  font-weight: 300;
  font-size: 21px;
  line-height: 1.4em;
}

.modal.-awards .awards-confirm .desc .desc-order > div {
  font-weight: 400;
  font-size: 21px;
  margin-bottom: 7px;
}

.modal.-gallery .modal-dialog {
  min-width: 70%;
}

.modal.-gallery .b-icon .item-list {
  margin: 0 -24px;
}

.modal.-gallery .b-icon .item-list li {
  padding: 0 24px;
}

.modal.-gallery .b-icon .detail {
  cursor: pointer;
}

.modal.-gallery .b-icon .detail .feather {
  font-size: 36px;
}

.modal.-gallery .b-icon .text {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #637B69;
  text-decoration: underline;
  text-align: center;
  padding-top: 9px;
}

.modal.-gallery .b-icon .social-list {
  margin: 0 -2px;
}

.modal.-gallery .b-icon .social-list li {
  padding: 0 2px;
}

.modal.-gallery .favorite {
  width: 40px;
  height: 46px;
  z-index: 1;
}

.modal.-gallery .favorite .b-fav {
  cursor: pointer;
  position: relative;
}

.modal.-gallery .favorite .b-fav .fa-heart-o {
  color: #fff;
  font-size: 38px;
}

.modal.-gallery .favorite .b-fav .fr-main {
  opacity: 1;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.modal.-gallery .favorite .b-fav .fr-hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.modal.-gallery .favorite .b-fav.active .fr-main {
  opacity: 0;
}

.modal.-gallery .favorite .b-fav.active .fr-hover {
  opacity: 1;
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

.modal.-gallery .favorite .b-fav:hover .fr-main {
  opacity: 0;
}

.modal.-gallery .favorite .b-fav:hover .fr-hover {
  opacity: 1;
}

.modal.-gallery .favorite .feather {
  font-size: 40px;
  color: #fff;
}

.modal.-gallery .modal-body .item-list {
  margin: 0 -6px;
}

.modal.-gallery .modal-body .item-list li {
  padding: 0 6px;
  margin-bottom: 12px;
  width: calc(100% / 4);
}

.modal.-gallery .cover {
  position: relative;
  padding-bottom: 100%;
}

.modal.-gallery .cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal.-gallery .dropdown-menu {
  -webkit-transform: translate(40px, 10px) !important;
          transform: translate(40px, 10px) !important;
  border: none;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 7px;
  min-width: 180px;
}

.modal.-gallery .dropdown-menu img {
  width: 28px;
}

.modal.-should .modal-dialog {
  min-width: 800px;
}

.modal.-should .modal-title {
  font-family: inherit;
  font-weight: 400;
  font-size: 36px;
  text-align-last: left;
}

.modal.-should .modal-header {
  font-family: "Pridi", sans-serif;
  font-weight: 400;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: none;
  padding: 0 56px;
  padding-top: 48px;
  padding-bottom: 7px;
}

.modal.-should .modal-body {
  padding: 0 56px;
  padding-top: 15px;
}

.modal.-should .close {
  margin-right: 15px;
}

.modal.-should .should.-i {
  padding-right: 30px;
  border-right: 1px solid #e2e2e2;
}

.modal.-should .should.-ii {
  padding-left: 23px;
}

.modal.-should .should .h-title {
  font-family: "Pridi", sans-serif;
  font-weight: 500;
  font-size: 21px;
}

.modal.-should .should-list {
  margin-left: 12px;
  width: auto;
  font-weight: 300;
  font-family: 'Pridi', serif;
  font-size: 20px;
  line-height: 1.4em;
}

.modal.-should .should-list li {
  position: relative;
  border: 1px solid #e2e2e2;
  padding: 10px 25px;
  margin-top: 10px;
}

.modal.-should .should-list li + li {
  margin-top: 20px;
}

.modal.-should .should-list .icon {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.modal.-should .should-list .allow {
  position: absolute;
  top: 12px;
  left: -12px;
  width: 24px;
  height: 24px;
  background: url("../img/icon/checked.svg") center no-repeat;
  background-size: cover;
}

.modal.-should .should-list .notallow {
  position: absolute;
  top: 12px;
  left: -12px;
  width: 24px;
  height: 24px;
  background: url("../img/icon/cancel.svg") center no-repeat;
  background-size: cover;
}

.modal.-should .link {
  color: #282828;
}

.modal.-should .link[aria-expanded="true"]:before {
  content: '';
  position: absolute;
  right: 23px;
  top: 12px;
  width: 15px;
  height: 15px;
  border-left: 3px solid #d1d1d1;
  border-top: 3px solid #d1d1d1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.modal.-should .link:before {
  content: '';
  position: absolute;
  right: 23px;
  top: 12px;
  width: 15px;
  height: 15px;
  border-left: 3px solid #d1d1d1;
  border-top: 3px solid #d1d1d1;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.modal.-should .card {
  margin-top: 5px;
  padding-left: 42px;
}

.modal.-panorama .modal-dialog {
  min-width: 70%;
}

.modal.-panorama .modal-header {
  font-family: "Pridi", sans-serif;
  font-weight: 400;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border-bottom: none;
  margin-right: 36px;
}

.modal.-panorama .modal-body {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 48px 36px;
}

.modal.-panorama .close {
  margin-right: 15px;
}

.modal.-camp-policy .modal-content {
  padding-bottom: 0;
}

.modal.-camp-policy .modal-header {
  font-family: "Pridi", sans-serif;
  font-weight: 400;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border-bottom: none;
  margin-right: 36px;
  padding-top: 40px;
}

.modal.-camp-policy .modal-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0px 36px;
}

.modal.-camp-policy .close {
  margin-right: 15px;
}

.modal.-camp-policy .link {
  position: absolute;
  bottom: 35px;
  left: 44px;
  color: #282828;
  text-decoration: underline;
  font-family: "Pridi", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.modal.-fail .modal-header, .modal.-success .modal-header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border: none;
  padding-bottom: 0;
}

.modal.-fail .modal-body, .modal.-success .modal-body {
  padding-top: 0;
}

.modal.-fail .modal-body .cover, .modal.-success .modal-body .cover {
  text-align: center;
}

.modal.-fail .modal-body .h-title, .modal.-success .modal-body .h-title {
  font-size: 30px;
  text-align: center;
  margin: 15px 0;
}

.modal.-fail .modal-body .desc, .modal.-success .modal-body .desc {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.4em;
  text-align: center;
}

.modal.-calendar .modal-dialog {
  min-width: 245px;
}

.modal.-calendar .modal-content {
  width: auto;
  max-width: 300px;
  margin: 0 auto;
}

.modal.-calendar .modal-header {
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 0;
}

.modal.-calendar .modal-body {
  padding-top: 0;
}

.modal.-calendar .modal-body .data-lock .item-list {
  margin: 0 -2.5px;
}

.modal.-calendar .modal-body .data-lock li {
  padding: 0 2.5px;
  margin-bottom: 15px;
}

.modal.-calendar .modal-body .data-lock .wrapper-lock {
  font-family: "DMSans", sans-serif;
  font-weight: bold;
  font-size: 20px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  color: #fff;
  background-color: #D54E38;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal.-calendar .modal-body .desc .wrapper {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 21px;
  line-height: 1em;
}

.modal.-calendar .modal-body .desc .item-list {
  margin: 0 -15px;
}

.modal.-calendar .modal-body .desc li {
  padding: 0 15px;
}

.modal.-calendar .modal-body .desc li:not(:last-child) {
  border-right: 1px solid #BABABA;
}

.modal.-add-locked .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.modal.-add-locked .modal-body {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 21px;
}

.modal.-add-locked .modal-body .s-title,
.modal.-add-locked .modal-body .text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal.-add-locked .modal-body .form-default {
  margin: 0 auto;
}

.modal.-add-locked .modal-body .form-default input {
  background-color: #f8f7f5;
}

.showPSW {
  position: absolute;
  top: 10px;
  right: 40px;
  font-size: 15px;
  text-decoration: underline;
  cursor: pointer;
  background-color: #fff;
}

/* pages */
.bg-img {
  position: absolute;
  pointer-events: none;
}

.bg-img.sun-ft {
  left: 30px;
  bottom: 50px;
}

.bg-img.mountain-ft {
  right: 15px;
  bottom: -37px;
}

.bg-img.mountain {
  bottom: 0;
  left: 0;
}

.bg-img.t-right {
  bottom: 0;
  right: 0;
}

.daterangepicker {
  border-radius: 20px;
  margin-top: 17px;
  border: none;
  margin-top: 21px;
}

.daterangepicker:before, .daterangepicker:after {
  display: none;
}

.daterangepicker td {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  position: relative;
}

.daterangepicker td.active {
  background-color: #D54E38;
  border-radius: 30px;
}

.daterangepicker td.active:hover {
  background-color: #D54E38;
}

.daterangepicker td.active.in-range {
  background-color: #D54E38;
}

.daterangepicker td.active.start-date:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: rgba(228, 146, 131, 0.2);
  right: 0;
  top: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.daterangepicker td.active.end-date:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: rgba(228, 146, 131, 0.2);
  left: 0;
  top: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.daterangepicker td.in-range {
  background-color: rgba(228, 146, 131, 0.2);
}

.daterangepicker td.start-date.end-date {
  border-radius: 30px;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  width: 34px;
  height: 34px;
  border: none;
}

.daterangepicker .calendar-table .prev span,
.daterangepicker .calendar-table .next span {
  border: solid #D54E38;
  border-width: 0 2px 2px 0;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  border: none;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  text-decoration: inherit;
}

.ui-autocomplete-input {
  position: relative;
}

.ui-widget {
  position: absolute;
  max-width: 268px;
  z-index: 1000;
  cursor: default;
  padding: 0;
  margin-top: 2px;
  list-style: none;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 0 15px;
}

.ui-widget li {
  float: left;
  width: 100%;
}

.ui-widget li + li {
  border-top: 1px solid #EBEBEB;
}

.ui-widget li .ui-menu-item-wrapper {
  padding: 20px 15px;
  font-size: 21px;
  font-weight: 300;
  padding-left: 21px;
  cursor: pointer;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  position: relative;
}

.ui-widget li .ui-menu-item-wrapper:before {
  content: '';
  position: absolute;
  top: auto;
  left: 0;
  width: 15px;
  height: 20px;
  background-image: url(./../img/icon/pin-search.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.ui-widget li .ui-menu-item-wrapper:hover {
  color: #D54E38;
}

.ui-helper-hidden-accessible {
  display: none;
}

.menu-filter {
  position: fixed;
  top: 112px;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 706px;
  z-index: 10;
  padding-top: 45px;
  padding-bottom: 36px;
  background-color: #fff;
  font-family: "Pridi", sans-serif;
  font-weight: 500;
  opacity: 0;
  pointer-events: none;
  z-index: 99;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.menu-filter.show {
  opacity: 1;
  pointer-events: unset;
}

.menu-filter label {
  font-size: 21px;
  margin-bottom: 19px;
}

.menu-filter .form-group {
  margin-bottom: 45px;
}

.menu-filter .checkbox-control + .checkbox-control {
  margin-top: 18px;
}

.menu-filter .checkbox-control .icon {
  top: 4px;
}

.menu-filter .checkbox-control .title {
  font-size: 21px;
  font-weight: 300;
}

.menu-filter .action {
  float: right;
}

.menu-filter .btn-reset {
  font-size: 18px;
  font-weight: 300;
  border: none;
  background-color: #fff;
  color: #b2b2b2;
  text-decoration: underline;
}

.menu-filter .btn-submit-filter {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #637B69;
  height: 50px;
  line-height: 50px;
  min-width: 251px;
  margin-left: 145px;
  margin-right: 156px;
}

.menu-filter .btn-close {
  position: absolute;
  right: 160px;
  top: 10px;
  font-size: 24px;
  color: #282828;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.menu-filter .btn-close:hover {
  background-color: #282828;
  color: #fff;
}

.black-drop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.black-drop.show {
  opacity: 1;
  pointer-events: unset;
}

.card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  border: none;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  margin-top: 25px;
}

.card .favorite {
  position: absolute;
  width: 40px;
  height: 46px;
  top: 25px;
  left: 42%;
  z-index: 1;
}

.card .favorite .b-fav {
  cursor: pointer;
  position: relative;
}

.card .favorite .b-fav .fa-heart-o {
  color: #fff;
  font-size: 38px;
}

.card .favorite .b-fav .fr-main {
  opacity: 1;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.card .favorite .b-fav .fr-hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.card .favorite .b-fav.active .fr-main {
  opacity: 0;
}

.card .favorite .b-fav.active .fr-hover {
  opacity: 1;
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

.card .favorite .b-fav:hover .fr-main {
  opacity: 0;
}

.card .favorite .b-fav:hover .fr-hover {
  opacity: 1;
}

.card .favorite .feather {
  font-size: 40px;
  color: #fff;
}

.card .head {
  width: 399px;
  height: 348px;
  overflow: hidden;
}

.card .head .cover {
  padding-bottom: 90%;
}

.card .body {
  padding: 9px 24px 0 30px;
}

.card .body .b-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.card .body .title {
  font-weight: 300;
  font-size: 30px;
  color: #282828;
  padding-bottom: 15px;
  line-height: 1em;
}

.card .body .title.text-limit {
  max-width: 100%;
  width: calc(100% - 90px);
  max-height: 2em;
  -webkit-line-clamp: 2;
}

.card .body .rate {
  font-family: 'DMSans';
  font-weight: 500;
  display: block;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 24px;
  background-color: #D54E38;
  border-radius: 30px;
  text-align: center;
  line-height: 60px;
  float: right;
}

.card .body .desc {
  font-size: 25px;
  font-weight: 400;
  color: #637B69;
  padding-top: 22px;
  padding-bottom: 15px;
}

.card .body .desc.text-limit {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}

.card .body .item-list {
  margin: 0 -10px;
  margin-top: 42px;
  padding-bottom: 17px;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 13px;
}

.card .body .item-list li {
  padding: 0 10px;
}

.card .body .row > div:not(:last-child) {
  border-right: 1px solid #e2e2e2;
}

.card .body .detail {
  font-family: "Pridi", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #637B69;
  padding: 0 13px;
}

.card .body .detail strong {
  font-family: "DMSans";
  font-size: 30px;
  font-weight: 500;
  color: #282828;
  line-height: 1.7em;
}

.sort {
  float: right;
  padding-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-family: "Pridi", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.sort .text {
  margin-right: 14px;
}

.sort li {
  height: 38px;
  line-height: 27px;
  background-color: #fff;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.sort li:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.sort li:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.sort li .link {
  color: #282828;
  padding: 6px 28px;
  display: block;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.sort li:hover, .sort li.active {
  background-color: #282828;
}

.sort li:hover .link, .sort li.active .link {
  color: #fff;
}

.confirm-block {
  position: absolute;
  top: 20px;
  left: 20px;
  min-width: 182px;
  height: 45px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 10px;
  z-index: 1;
  pointer-events: none;
}

.confirm-block .text {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 16px;
  padding-left: 9px;
}

.home-page {
  background-color: #EDEDEB;
}

.title-box {
  color: #fff;
  background-color: #425A62;
  text-align: center;
  -webkit-box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
}

.main-slider .item .wrapper {
  height: 600px;
  width: 100%;
  display: table;
  background-color: #637B69;
}

.main-slider .item .wrapper .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.h-title {
  font-size: 48px;
  font-weight: 400;
}

.item-center .slider .slick-track {
  margin: 0 auto;
}

.item-right .slider .slick-track {
  margin: 0 0 0 auto;
}

.wrapper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.wrapper-slide:hover {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

.wrapper-slide .favorite {
  position: absolute;
  width: 40px;
  height: 46px;
  top: 25px;
  right: 22px;
  z-index: 1;
}

.wrapper-slide .favorite .b-fav {
  cursor: pointer;
  position: relative;
}

.wrapper-slide .favorite .b-fav .fa-heart-o {
  color: #fff;
  font-size: 38px;
}

.wrapper-slide .favorite .b-fav .fr-main {
  opacity: 1;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.wrapper-slide .favorite .b-fav .fr-hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.wrapper-slide .favorite .b-fav.active .fr-main {
  opacity: 0;
}

.wrapper-slide .favorite .b-fav.active .fr-hover {
  opacity: 1;
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

.wrapper-slide .favorite .b-fav:hover .fr-main {
  opacity: 0;
}

.wrapper-slide .favorite .b-fav:hover .fr-hover {
  opacity: 1;
}

.wrapper-slide .favorite .feather {
  font-size: 40px;
  color: #fff;
}

.wrapper-slide .head .cover {
  padding-bottom: 75%;
}

.wrapper-slide .body {
  padding: 11px 20px 20px 20px;
}

.wrapper-slide .body .title {
  font-weight: 300;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #282828;
  padding-bottom: 15px;
}

.wrapper-slide .body .title.text-limit {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}

.wrapper-slide .body .title .rate {
  font-family: 'DMSans';
  font-weight: 500;
  display: block;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 24px;
  background-color: #D54E38;
  border-radius: 30px;
  text-align: center;
  line-height: 60px;
  margin-right: 19px;
}

.wrapper-slide .body .desc {
  font-size: 30px;
  font-weight: 400;
  color: #637B69;
  padding-top: 22px;
  padding-bottom: 15px;
  border-top: 1px solid rgba(112, 112, 112, 0.2);
}

.wrapper-slide .body .desc.text-limit {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}

.box-content .desc {
  font-family: 'DMSans';
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  max-width: 250px;
  margin-top: 17px;
  margin-bottom: 20px;
}

.box-content .desc.text-limit {
  height: 9.6em;
  -webkit-line-clamp: 8;
}

.slick-list {
  overflow: unset;
}

.slick-list .slick-slide {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.slick-list .slick-slide.slick-active {
  opacity: 1;
  pointer-events: inherit;
}

.slick-prev,
.slick-next {
  color: #fff;
  font-size: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 5px solid #fff;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.slick-prev:hover,
.slick-next:hover {
  color: #707070;
  border-color: #707070;
}

.topgraphic {
  position: relative;
  width: 100%;
  min-height: auto;
  z-index: 0;
  overflow: hidden;
}

.topgraphic .wg-search {
  position: absolute;
  top: 21%;
  left: 50%;
  width: 960px;
  min-height: 300px;
  -webkit-transform: translate(-50%, 15%);
          transform: translate(-50%, 15%);
  z-index: 1;
}

.topgraphic .wg-search .h-title {
  font-size: 72px;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  padding-bottom: 10px;
}

.topgraphic .wg-search .desc {
  font-size: 25px;
  font-weight: 300;
  line-height: 1em;
  text-align: center;
  padding-bottom: 39px;
}

.topgraphic .search-form .hide {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.topgraphic .search-form .label-search {
  width: 100%;
  position: relative;
}

.topgraphic .search-form .label-search:focus .txt-key {
  opacity: 0;
}

.topgraphic .search-form .label-search .txt-key {
  position: absolute;
  font-family: 'DMSans';
  font-weight: 500;
  width: 100%;
  top: 23px;
  left: 0;
  height: 96px;
  border-radius: 40px;
  font-size: 30px;
  padding: 10px 36px;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topgraphic .search-form .label-search .txt-key .item-list {
  width: 100%;
}

.topgraphic .search-form .label-search .txt-key li {
  font-size: 16px;
  line-height: 1.5em;
  position: relative;
}

.topgraphic .search-form .label-search .txt-key li:nth-child(1) {
  width: 28%;
}

.topgraphic .search-form .label-search .txt-key li:nth-child(2) {
  width: 40%;
}

.topgraphic .search-form .label-search .txt-key li:nth-child(3) {
  width: 32%;
}

.topgraphic .search-form .label-search .txt-key li:not(:last-child):before {
  content: '';
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  border-right: 1px solid rgba(112, 112, 112, 0.24);
}

.topgraphic .search-form .label-search .txt-key li span {
  font-size: 13px;
  color: #bababa;
}

.topgraphic .search-form .label-search .txt-key .form-control {
  border: none;
  font-size: 21px;
  outline: 0;
  width: 90%;
  background-color: transparent;
  padding: 0;
}

.topgraphic .search-form .label-search .txt-key .form-control:focus-visible {
  outline: 0;
}

.topgraphic .search-form .label-search .txt-key .form-control::-webkit-input-placeholder {
  color: #282828;
  opacity: 1;
}

.topgraphic .search-form .label-search .txt-key .form-control:-ms-input-placeholder {
  color: #282828;
  opacity: 1;
}

.topgraphic .search-form .label-search .txt-key .form-control::-ms-input-placeholder {
  color: #282828;
  opacity: 1;
}

.topgraphic .search-form .label-search .txt-key .form-control::placeholder {
  color: #282828;
  opacity: 1;
}

.topgraphic .search-form .label-search .txt-key .form-control:-ms-input-placeholder {
  color: #282828;
  opacity: 1;
}

.topgraphic .search-form .label-search .txt-key .form-control::-ms-input-placeholder {
  color: #282828;
  opacity: 1;
}

.topgraphic .search-form .label-search .txt-key .form-control.w-90 {
  width: 90%;
}

.topgraphic .search-form .label-search .txt-key .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.topgraphic .search-form .label-search .txt-key .form-control.add-guest {
  line-height: 45.5px;
  cursor: pointer;
}

.topgraphic .search-form .label-search .add-guest {
  position: relative;
}

.topgraphic .search-form .label-search .add-guest .guest .btn {
  width: 42px;
  height: 42px;
  min-width: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: #282828;
  background-color: #fff;
  border: 1px solid #BABABA;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.topgraphic .search-form .label-search .add-guest .guest .btn:hover {
  color: #fff;
  background-color: #282828;
  border-color: #282828;
}

.topgraphic .search-form .label-search .add-guest .guest .btn.add {
  float: right;
}

.topgraphic .search-form .label-search .add-guest .dropdown-guest {
  display: none;
  position: absolute;
  top: 75px;
  right: 0;
  left: 0;
  width: 244px;
  background-color: #fff;
  border-radius: 20px;
  padding: 15px 20px;
}

.topgraphic .search-form .label-search .add-guest .dropdown-guest.show {
  display: block;
}

.topgraphic .search-form .label-search .add-guest .dropdown-guest .form-control {
  margin: 0;
  text-align: center;
}

.topgraphic .search-form .label-search .btn-search {
  position: absolute;
  right: 36px;
  top: 45px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  outline: 0;
  background-color: transparent;
}

.topgraphic .search-form .label-search .box-search-location {
  position: absolute;
  width: 100%;
  min-height: 200px;
  border-radius: 20px;
  margin-top: 17px;
  margin-left: -15px;
  background-color: #fff;
}

.topgraphic .search-form .input-search {
  width: 100%;
  height: 96px;
  border-radius: 50px;
  font-size: 30px;
  padding-left: 50px;
  border: none;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.topgraphic .search-form .input-search:focus-visible {
  outline: 0;
}

.topgraphic .arrows-scroll {
  text-align: center;
}

.topgraphic .arrows-scroll .link {
  position: relative;
  top: -20px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.topgraphic .arrows-scroll .link .feather {
  font-size: 55px;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.topgraphic .arrows-scroll .link:hover {
  top: -25px;
}

.topgraphic .arrows-scroll .link:hover .feather {
  color: #D54E38;
}

.topgraphic .topgraphic-list .cover {
  padding-bottom: 46%;
}

.topgraphic .slick-dots {
  bottom: 70px;
}

.wg-popular {
  min-height: 500px;
  padding-top: 20px;
  padding-bottom: 40px;
  overflow: hidden;
}

.wg-popular .popular-list {
  margin-top: 20px;
  padding: 20px 0;
}

.wg-popular .popular-list .slick-list {
  margin: 0 -20px;
}

.wg-popular .popular-list .slick-list .item {
  padding: 0 20px;
}

.wg-popular .wrapper-slide {
  max-height: 750px;
}

.wg-popular .wrapper-slide .head .cover {
  padding-bottom: 103.6%;
}

.wg-popular .wrapper-slide .body .title {
  font-size: 36px;
}

.wg-popular .action {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  margin-top: 20px;
}

.wg-camping-ground {
  padding-top: 45px;
  padding-bottom: 50px;
  overflow: hidden;
}

.wg-camping-ground .camping-ground-list {
  margin-top: 20px;
  padding: 20px 0;
}

.wg-camping-ground .camping-ground-list .slick-list {
  margin: 0 -13.7px;
}

.wg-camping-ground .camping-ground-list .slick-list .item {
  padding: 0 13.7px;
}

.wg-camping-ground .action {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  margin-top: 20px;
}

.wg-banner {
  min-height: 200px;
  padding-top: 64px;
  padding-bottom: 97px;
  overflow: hidden;
}

.wg-banner .banner-list figure.cover {
  padding-bottom: 30%;
  border-radius: 20px;
  overflow: hidden;
}

.wg-banner .banner-list .slick-list {
  margin: 0 -10px;
}

.wg-banner .banner-list .slick-list .item {
  padding: 0 10px;
}

.wg-banner .banner-list .slick-dots {
  bottom: -40px;
}

.wg-text-left {
  padding: 127px 0;
  position: relative;
  overflow: hidden;
}

.wg-text-left .slick-list {
  margin: 0 -13px;
}

.wg-text-left .slick-list .item {
  padding: 0 13px;
}

.wg-text-right {
  padding: 127px 0;
  position: relative;
  overflow: hidden;
}

.wg-text-right .slick-list {
  margin: 0 -13px;
}

.wg-text-right .slick-list .item {
  padding: 0 13px;
}

.wg-text-right .box-content {
  float: right;
}

.wg-text-right .action {
  text-align: right;
}

.wg-news {
  padding-top: 60px;
  padding-bottom: 50px;
  overflow: hidden;
}

.wg-news .action {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  margin-top: 28px;
}

.wg-news .news-list {
  margin-top: 45px;
  min-height: 600px;
}

.wg-news .news-list .wrapper-news {
  border-radius: 20px;
  width: 100%;
  height: 310px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  -webkit-transform: scale(1) translate(0, 273px);
          transform: scale(1) translate(0, 273px);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.wg-news .news-list .wrapper-news > div {
  float: left;
}

.wg-news .news-list .wrapper-news .content {
  padding: 15px 38px 0px 24px;
  width: 21.7%;
}

.wg-news .news-list .wrapper-news .content .title {
  font-size: 29px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 10px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.wg-news .news-list .wrapper-news .content .title.text-limit {
  height: 2.6em;
  -webkit-line-clamp: 2;
}

.wg-news .news-list .wrapper-news .content .desc {
  font-family: 'Pridi';
  font-weight: 300;
  font-size: 12px;
  line-height: 1.7em;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.wg-news .news-list .wrapper-news .content .desc.text-limit {
  height: 10.2em;
  -webkit-line-clamp: 6;
}

.wg-news .news-list .wrapper-news .content .action {
  position: absolute;
  bottom: 20px;
  left: 25px;
}

.wg-news .news-list .wrapper-news .content .action .btn {
  height: 37px;
  line-height: 37px;
  font-size: 9px;
  min-width: 100px;
}

.wg-news .news-list .image {
  width: 78.3%;
}

.wg-news .news-list .link {
  display: block;
}

.wg-news .news-list .cover {
  padding-bottom: 40%;
  -webkit-transition: padding 400ms;
  transition: padding 400ms;
}

.wg-news .news-list .slick-slide.slick-center .wrapper-news {
  -webkit-transform: scale(1);
          transform: scale(1);
  height: 580px;
}

.wg-news .news-list .slick-slide.slick-center .wrapper-news .cover {
  padding-bottom: 80%;
}

.wg-news .news-list .slick-slide.slick-center .wrapper-news .content {
  padding: 24px 34px 0 39px;
  width: 34.9%;
}

.wg-news .news-list .slick-slide.slick-center .wrapper-news .content .title {
  font-size: 48px;
}

.wg-news .news-list .slick-slide.slick-center .wrapper-news .content .desc {
  font-size: 21px;
}

.wg-news .news-list .slick-slide.slick-center .wrapper-news .content .desc.text-limit {
  height: 11.9em;
  -webkit-line-clamp: 7;
}

.wg-news .news-list .slick-slide.slick-center .wrapper-news .content .action .btn {
  height: 60px;
  line-height: 60px;
  min-width: 160px;
  font-size: 16px;
}

.wg-news .news-list .slick-slide.slick-center .wrapper-news .image {
  width: 65.1%;
}

.wg-news .news-list .slick-list {
  margin: 0 -20px;
  overflow: unset;
}

.wg-news .news-list .slick-list .item {
  padding: 0 20px;
}

.wg-news .news-list .slick-list .slick-slide {
  opacity: 1;
  pointer-events: inherit;
}

.wg-news .news-list .slick-prev,
.wg-news .news-list .slick-next {
  top: 150px;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
}

.wg-news .news-list .slick-prev {
  left: 14.7%;
}

.wg-news .news-list .slick-next {
  right: 14.7%;
}

.wg-camping-style {
  padding-top: 36px;
  padding-bottom: 70px;
  overflow: hidden;
}

.wg-camping-style .action {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  margin-top: 30px;
}

.wg-camping-style .item-list {
  margin: 0 -17px;
  margin-top: 45px;
}

.wg-camping-style .item-list li {
  width: calc(100% / 4);
  padding: 0 17px;
}

.wg-camping-style .wrapper {
  position: relative;
  width: 100%;
  height: 480px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.wg-camping-style .wrapper:hover {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

.wg-camping-style .wrapper .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 24px 10px;
  text-align: center;
  font-size: 21px;
  font-weight: 300;
}

.wg-camping-style .cover {
  padding-bottom: 140%;
}

.search-page {
  margin-top: 112px;
  min-height: 800px;
  background-color: #EDEDEB;
  overflow: hidden;
}

.search-page .filter {
  float: left;
  padding-top: 26px;
}

.search-page .filter .btn-filter {
  font-family: "Pridi", sans-serif;
  font-size: 18px;
  font-weight: 300;
  min-width: 186px;
}

.search-page .filter .btn-filter img {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.search-page .filter .btn-filter:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.search-page .dropdown .detail {
  cursor: pointer;
}

.search-page .dropdown-menu {
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
  border: none;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 7px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.search-page .dropdown-menu img {
  width: 28px;
}

.campa-search-map {
  display: block;
  width: calc(100vw - 125.5%);
  height: calc(100vh - 112px);
  margin-left: 36px;
}

#sticky-map .card {
  position: absolute;
  width: 375px;
  height: 457px;
  top: 350px;
  left: 540px;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

#sticky-map .card.active {
  opacity: 1;
  pointer-events: unset;
}

#sticky-map .card .head {
  height: 264px;
}

#sticky-map .card .head .cover {
  padding-bottom: 67%;
}

#sticky-map .card .favorite {
  left: unset;
  top: 19px;
  right: 16px;
}

.pin-location {
  position: absolute;
  top: 45%;
  left: 63%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  border-radius: 20px;
  min-width: 60px;
  height: 33px;
  line-height: 27px;
  background-color: #fff;
  border: 1px solid #fff;
  font-family: "DMSans";
  font-weight: 500;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  border: inherit;
  opacity: 1 !important;
  outline: 0;
}

.pin-location.active {
  color: #fff;
  background-color: #282828;
  border: 1px solid #282828;
}

.pin-location:hover {
  border: 1px solid #282828;
}

.reset-password-page {
  margin-top: 112px;
  min-height: calc(100vh - 503px);
  padding-top: 67px;
  padding-bottom: 40px;
}

.reset-password-page .b-reset-pass {
  width: 616px;
  height: auto;
  margin: 0 auto;
  border: 1px solid #DEDEDF;
  border-radius: 20px;
}

.reset-password-page .header {
  border-bottom: 1px solid #DEDEDF;
}

.reset-password-page .header .title {
  padding: 28px 0;
  width: 100%;
  text-align: center;
  font-family: 'Pridi', serif;
  font-size: 23px;
  font-weight: 500;
}

.reset-password-page .body {
  padding: 12px 42px 31px 42px;
}

.reset-password-page .body .form-default .form-control {
  position: relative;
  background-color: #fff;
  padding: 5px 40px 5px 25px;
  border-radius: 0;
  margin-top: 15px;
  height: 85px;
  border: 1px solid #B2B2B2;
}

.reset-password-page .body .form-control-feedback {
  top: 31px;
}

.reset-password-page .body .form-button {
  margin-top: 24px;
}

.reset-password-page .body .showPSW {
  top: 20px;
}

.profile-page {
  margin-top: 112px;
  min-height: 500px;
  padding-top: 80px;
  padding-bottom: 96px;
  overflow: hidden;
}

.profile-page .wrapper-profile,
.profile-page .menu-profile {
  width: 374px;
  border-radius: 20px;
  overflow: hidden;
}

.profile-page .wrapper-profile {
  border: 1px solid #DFDFDF;
  padding-top: 20px;
  padding-bottom: 15px;
  border-radius: 20px;
}

.profile-page .wrapper-profile .img-profile .cover {
  position: relative;
  width: 161px;
  height: 161px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
}

.profile-page .wrapper-profile .img-profile .cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile-page .wrapper-profile .img-profile .custom-file-input {
  cursor: pointer;
}

.profile-page .wrapper-profile .img-profile .custom-file-input:lang(en) ~ .custom-file-label:after {
  display: none;
}

.profile-page .wrapper-profile .img-profile .custom-file-input:focus ~ .custom-file-label {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.profile-page .wrapper-profile .img-profile .edit-pic {
  margin-top: 8.7px;
}

.profile-page .wrapper-profile .img-profile .edit-pic .custom-file-label {
  font-family: "Pridi",sans-serif;
  font-weight: 300;
  font-size: 16px;
  cursor: pointer;
  border: none;
  text-align: center;
  text-decoration: underline;
}

.profile-page .wrapper-profile .text-name {
  text-align: center;
  margin-top: 8.3px;
  font-family: "DMSans", sans-serif;
  font-weight: bold;
  font-size: 35px;
  padding-bottom: 14.7px;
  line-height: 1em;
}

.profile-page .wrapper-profile .b-rank {
  border-top: 1px solid #DFDFDF;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 14px;
}

.profile-page .wrapper-profile .b-rank .icon-rank {
  margin-right: 20px;
}

.profile-page .wrapper-profile .b-rank .name-rank {
  font-family: "Pridi" ,sans-serif;
  font-weight: 300;
  font-size: 21px;
  text-align: center;
  line-height: 1.6em;
}

.profile-page .wrapper-profile .b-rank .name-rank strong {
  font-family: "Mitr" ,sans-serif;
  font-weight: 500;
  font-size: 30px;
}

.profile-page .menu-profile {
  margin-top: 33px;
}

.profile-page .menu-profile li {
  width: 100%;
  background-color: #f8f7f5;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.profile-page .menu-profile li + li {
  border-top: 1px solid #E2E2E2;
}

.profile-page .menu-profile li.active .link {
  font-weight: 500;
}

.profile-page .menu-profile li.active, .profile-page .menu-profile li:hover {
  background-color: #D54E38;
}

.profile-page .menu-profile li.active .link, .profile-page .menu-profile li:hover .link {
  color: #fff;
}

.profile-page .menu-profile li.active .link .img-icon, .profile-page .menu-profile li:hover .link .img-icon {
  background-color: #fff;
}

.profile-page .menu-profile .text {
  margin-left: 60px;
}

.profile-page .menu-profile .link {
  font-family: "Pridi" , sans-serif;
  font-weight: 300;
  font-size: 25px;
  color: #282828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 24px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.profile-page .menu-profile .link .img-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.profile-page .h-title {
  font-weight: 500;
  font-size: 36px;
  padding-bottom: 45px;
  margin: 0;
}

.profile-page .h-title.-fav {
  padding-bottom: 0;
}

.profile-page .action {
  margin-top: 23px;
}

.profile-page .action.-edit {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.profile-page .action.-trip {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.profile-page .action.-history {
  margin-top: 0;
}

.profile-page .action.-history .btn-review {
  width: 100%;
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 21px;
  min-width: 288px;
  background-color: #637B69;
  color: #fff;
}

.profile-page .help-block {
  text-align: right;
}

.profile-page .btn-profile {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 21px;
  border: 1px solid #707070;
  min-width: 288px;
}

.profile-page .form-default .form-control-feedback {
  top: 18px;
}

.profile-page .form-default .select2-container--default .select2-selection--single {
  border-radius: 5px;
}

.profile-page .form-default .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #282828;
  line-height: 54px;
  font-size: 21px;
}

.profile-page .form-default .form-control {
  padding: 10px 40px 10px 25px;
  height: 54px;
}

.profile-page .form-default .form-control::-webkit-input-placeholder {
  color: #b2b2b2;
  font-size: 21px;
}

.profile-page .form-default .form-control:-ms-input-placeholder {
  color: #b2b2b2;
  font-size: 21px;
}

.profile-page .form-default .form-control::-ms-input-placeholder {
  color: #b2b2b2;
  font-size: 21px;
}

.profile-page .form-default .form-control::placeholder {
  color: #b2b2b2;
  font-size: 21px;
}

.profile-page .form-default textarea {
  height: auto !important;
}

.profile-page .form-default .select2-container .select2-selection--single {
  height: 54px;
}

.profile-page .btn-cancel {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 21px;
  min-width: 288px;
}

.profile-page .text-help {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 19px;
  margin-top: 9px;
  color: #b2b2b2;
  text-align: right;
}

.profile-page .nav-my-trip li {
  width: calc(100% / 3);
  border-bottom: 1px solid #DFDFDF;
  position: relative;
}

.profile-page .nav-my-trip li .link {
  position: relative;
}

.profile-page .nav-my-trip li .link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: #c45741;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.profile-page .nav-my-trip li .link.active:before, .profile-page .nav-my-trip li .link:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.profile-page .nav-my-trip li:nth-child(2) .link {
  margin: 0 auto;
}

.profile-page .nav-my-trip li:nth-child(3) .link {
  float: right;
}

.profile-page .nav-my-trip.-style-ii li {
  width: calc(100% / 2);
}

.profile-page .nav-my-trip.-style-iii li {
  width: calc(100% / 4);
}

.profile-page .nav-my-trip.-style-iii li:nth-child(3) .link {
  float: none;
  margin: 0 auto;
}

.profile-page .nav-my-trip.-style-iii li:last-child .link {
  margin: 0 auto;
}

.profile-page .nav-my-trip .link {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 23px;
  color: #282828;
  padding: 8.5px;
  padding-bottom: 16px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.profile-page .dropdown-menu {
  -webkit-transform: translate(-80px, 10px) !important;
          transform: translate(-80px, 10px) !important;
  border: none;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 7px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.profile-page .dropdown-menu img {
  width: 28px;
}

.profile-page .pagination .active .link {
  background-color: #282828;
  color: #fff;
}

.profile-page .trip-filter {
  margin-top: 51px;
  margin-bottom: 46px;
}

.profile-page .trip-filter .sort {
  padding-top: 0;
}

.profile-page .trip-filter .form-group {
  margin: 0;
}

.profile-page .trip-filter .form-control {
  width: 303px;
}

.profile-page .trip-filter .block-control {
  position: relative;
}

.profile-page .trip-filter .block-control .btn-search {
  position: absolute;
  top: -5px;
  left: 250px;
  width: auto;
  min-width: auto;
}

.profile-page .trip-filter .block-control .btn-search img {
  width: 32px;
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.profile-page .trip-filter .block-control .btn-search:hover img {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

.profile-page .trip-cancel .item-list {
  margin-top: 27px;
}

.profile-page .trip-cancel li {
  width: 100%;
  padding: 35px 0;
  background-color: transparent;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  position: relative;
}

.profile-page .trip-cancel li:not(:last-child) {
  border-bottom: 1px solid #DFDFDF;
}

.profile-page .trip-cancel li:before {
  content: '';
  position: absolute;
  top: 0;
  left: -86px;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background-color: transparent;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.profile-page .trip-cancel li:hover:before {
  background-color: #f8f7f5;
}

.profile-page .trip-cancel .wrapper .cover {
  position: relative;
  width: 140px;
  height: 140px;
  border-radius: 20px;
  overflow: hidden;
}

.profile-page .trip-cancel .wrapper .cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile-page .trip-cancel .wrapper .title {
  font-weight: 300;
  font-size: 30px;
  line-height: 1em;
}

.profile-page .trip-cancel .wrapper .trip-progress {
  font-family: "Pridi" , sans-serif;
  font-weight: 400;
  font-size: 21px;
  color: #D54E38;
  line-height: 1em;
  margin-top: 10px;
}

.profile-page .trip-cancel .wrapper .trip-progress.success {
  color: #bababa;
}

.profile-page .trip-cancel .wrapper .desc {
  font-weight: 300;
  font-size: 21px;
  line-height: 1em;
  margin: 0;
  position: absolute;
  bottom: 0;
}

.profile-page .trip-cancel .wrapper .action {
  margin-top: 0;
}

.profile-page .trip-cancel .wrapper .action .btn-follow-payment {
  font-family: "Pridi" , sans-serif;
  font-weight: 300;
  font-size: 21px;
  border: 1px solid #282828;
  background-color: #fff;
  min-width: 263px;
}

.profile-page .trip-cancel .wrapper .action .btn-follow-payment:hover {
  background-color: #282828;
}

.profile-page.trip-detail {
  padding: 0;
}

.profile-page.trip-detail .content {
  width: 100%;
}

.profile-page.trip-detail .title {
  padding-top: 79px;
  padding-bottom: 60px;
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 23px;
}

.profile-page.trip-detail .h-title {
  font-weight: 400;
  font-size: 39px;
  text-decoration: underline;
  padding-bottom: 25px;
}

.profile-page.trip-detail .rating-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile-page.trip-detail .rating-review img {
  width: 16px;
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
}

.profile-page.trip-detail .rating-review .desc {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 19px;
  color: #b2b2b2;
  padding-left: 7px;
}

.profile-page.trip-detail .b-icon .item-list {
  margin: 0 -24px;
}

.profile-page.trip-detail .b-icon .item-list li {
  padding: 0 24px;
}

.profile-page.trip-detail .b-icon .detail {
  cursor: pointer;
}

.profile-page.trip-detail .b-icon .detail .feather {
  font-size: 36px;
}

.profile-page.trip-detail .b-icon .text {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #637B69;
  text-decoration: underline;
  text-align: center;
  padding-top: 9px;
}

.profile-page.trip-detail .b-icon .social-list {
  margin: 0 -2px;
}

.profile-page.trip-detail .b-icon .social-list li {
  padding: 0 2px;
}

.profile-page.trip-detail .favorite {
  width: 40px;
  height: 46px;
  z-index: 1;
}

.profile-page.trip-detail .favorite .b-fav {
  cursor: pointer;
  position: relative;
}

.profile-page.trip-detail .favorite .b-fav .fa-heart-o {
  color: #fff;
  font-size: 38px;
}

.profile-page.trip-detail .favorite .b-fav .fr-main {
  opacity: 1;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.profile-page.trip-detail .favorite .b-fav .fr-hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.profile-page.trip-detail .favorite .b-fav.active .fr-main {
  opacity: 0;
}

.profile-page.trip-detail .favorite .b-fav.active .fr-hover {
  opacity: 1;
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

.profile-page.trip-detail .favorite .b-fav:hover .fr-main {
  opacity: 0;
}

.profile-page.trip-detail .favorite .b-fav:hover .fr-hover {
  opacity: 1;
}

.profile-page.trip-detail .favorite .feather {
  font-size: 40px;
  color: #fff;
}

.profile-page.trip-detail .block {
  font-family: "Pridi" , sans-serif;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.4em;
}

.profile-page.trip-detail .block strong {
  font-weight: 500;
}

.profile-page.trip-detail .block.-mt {
  margin-top: 63px;
}

.profile-page.trip-detail .block.-pb {
  padding-bottom: 90px;
}

.profile-page.trip-detail .block .link {
  color: #D54E38;
  text-decoration: underline;
}

.profile-page.trip-detail .line {
  margin: 25px 0;
}

.profile-page.trip-detail .zone {
  font-family: "Pridi", sans-serif;
  font-weight: 500;
  font-size: 21px;
}

.profile-page.trip-detail .zone .item-list {
  margin: 0 -8.5px;
}

.profile-page.trip-detail .zone .item-list li {
  padding: 0 8.5px;
  margin-bottom: 10px;
}

.profile-page.trip-detail .zone .item-list .icon {
  font-family: "DMSans", sans-serif;
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #D54E38;
}

.profile-page.trip-detail .zone .item-list .icon.-cancelled {
  background-color: #bababa;
}

.profile-page.trip-detail .action.follow-payment {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}

.profile-page.trip-detail .btn-follow-payment {
  font-family: "Pridi" , sans-serif;
  font-weight: 300;
  font-size: 21px;
  border: 1px solid #282828;
  background-color: #fff;
  min-width: 263px;
}

.profile-page.trip-detail .btn-follow-payment:hover {
  background-color: #282828;
}

.profile-page.trip-detail .desc.-line-dashed {
  position: relative;
}

.profile-page.trip-detail .desc.-line-dashed:before {
  content: '';
  position: absolute;
  width: 1px;
  height: calc(100% - 123px);
  top: 32px;
  left: 13px;
  border-right: 1px dashed #707070;
}

.profile-page.trip-detail .price-sum {
  margin-bottom: 32px;
}

.profile-page.trip-detail .zone-price {
  width: 360px;
  margin-left: 58px;
  padding-bottom: 22px;
}

.profile-page.trip-detail .zone-price:not(:last-child) {
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 21px;
}

.profile-page.trip-detail .zone-price .box {
  width: 56px;
  height: 56px;
  border: 1px solid #707070;
  font-family: "DMSans", sans-serif;
  font-weight: bold;
  font-size: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
  position: relative;
}

.profile-page.trip-detail .wrapper-line ul,
.profile-page.trip-detail .wrapper-line li,
.profile-page.trip-detail .wrapper-line li > div {
  position: relative;
}

.profile-page.trip-detail .wrapper-line ul:before, .profile-page.trip-detail .wrapper-line ul:after,
.profile-page.trip-detail .wrapper-line li:before,
.profile-page.trip-detail .wrapper-line li:after,
.profile-page.trip-detail .wrapper-line li > div:before,
.profile-page.trip-detail .wrapper-line li > div:after {
  content: '';
  position: absolute;
  border-left: 1px dashed #707070;
}

.profile-page.trip-detail .wrapper-line ul {
  padding-top: 1em;
}

.profile-page.trip-detail .wrapper-line > li ul:before {
  height: 0.7em;
  top: 10px;
  left: 16px;
  width: 1px;
}

.profile-page.trip-detail .wrapper-line > li ul > li:not(:last-of-type):before {
  height: 3px;
  left: 25px;
  top: 1.4em;
  width: 8%;
  border-left: none;
  border-top: 1px dashed #707070;
}

.profile-page.trip-detail .wrapper-line > li ul > li:not(:last-of-type):after {
  height: 99%;
  left: 25px;
  top: 0;
  width: 3px;
}

.profile-page.trip-detail .wrapper-line > li ul > li:not(:last-of-type) > div {
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 21px;
}

.profile-page.trip-detail .wrapper-line > li ul > li:last-of-type:before {
  height: 3px;
  left: 25px;
  top: 1.4em;
  width: 8%;
  border-left: none;
  border-top: 1px dashed #707070;
}

.profile-page.trip-detail .wrapper-line > li ul > li:last-of-type:after {
  height: 1.4em;
  left: 25px;
  top: 0;
  width: 3px;
}

.profile-page.trip-detail .wrapper-line > li > ul:before {
  left: 25px;
}

.profile-page.trip-detail .wrapper-line > li > ul:after {
  left: 0;
  width: 100%;
}

.profile-page.trip-detail .btn-cancel {
  text-decoration: underline;
}

.profile-page .gallery-list {
  width: calc(100vw - 100%);
  height: calc(100vh - 200px);
}

.profile-page .gallery-list .cover {
  padding-bottom: 100%;
}

.profile-page .gallery-list .slick-prev,
.profile-page .gallery-list .slick-next {
  border: none;
  top: 40%;
  width: auto;
  height: auto;
  font-size: 185px;
}

.profile-page .gallery-list .slick-prev {
  left: 50px;
}

.profile-page .gallery-list .slick-next {
  right: 24%;
}

.profile-page .num-review {
  font-family: "DMSans", sans-serif;
  font-weight: bold;
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.profile-page .num-review div {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: #D54E38;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  line-height: 62px;
  margin-right: 14px;
}

.profile-page .review-i li {
  width: 100%;
  padding: 40px 0;
}

.profile-page .review-i li:not(:last-child) {
  border-bottom: 1px solid #E2E2E2;
}

.profile-page .review-i li .wrapper {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
}

.profile-page .review-i li .wrapper .cover {
  position: relative;
  width: 131px;
  height: 131px;
  margin-right: 84px;
}

.profile-page .review-i li .wrapper .cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile-page .review-i li .wrapper .title {
  font-weight: 500;
  font-size: 21px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.profile-page .review-i li .wrapper .title .t-review {
  max-width: calc(100% - 120px);
  line-height: 1em;
}

.profile-page .review-i li .wrapper .title .date {
  font-weight: 300;
  font-size: 19px;
  color: #b2b2b2;
}

.profile-page .review-i li .wrapper .rating-star {
  margin-top: 8px;
}

.profile-page .review-i li .wrapper .desc {
  font-size: 21px;
  line-height: 1.5em;
  margin-top: 19px;
}

.profile-page.awards .my-rank {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 21px;
  padding-top: 27px;
  padding-bottom: 24px;
}

.profile-page.awards .progress-rank .item-list {
  margin: 0 -130px;
}

.profile-page.awards .progress-rank li {
  width: calc(100% / 3);
  position: relative;
  text-align: center;
  padding: 0 130px;
}

.profile-page.awards .progress-rank li:after {
  content: '';
  position: absolute;
  width: 120%;
  height: 30px;
  background-color: #ebebeb;
  top: 80px;
  left: -60%;
  z-index: -1;
}

.profile-page.awards .progress-rank li:first-child:after {
  content: none;
}

.profile-page.awards .progress-rank li .main {
  -webkit-filter: grayscale(100%) brightness(1.3) invert(0.3);
          filter: grayscale(100%) brightness(1.3) invert(0.3);
}

.profile-page.awards .progress-rank li.active .desc {
  margin-bottom: 20px;
}

.profile-page.awards .progress-rank li.active .desc .text {
  font-size: 39px;
  color: #637B69;
}

.profile-page.awards .progress-rank li.active .desc .up-level {
  display: none;
}

.profile-page.awards .progress-rank li.active .main {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.profile-page.awards .progress-rank li.active:after {
  background-color: #637B69;
}

.profile-page.awards .progress-rank .desc .text {
  font-family: "Mitr" , sans-serif;
  font-weight: 400;
  font-size: 21px;
  color: #bababa;
}

.profile-page.awards .progress-rank .desc .up-level {
  font-weight: 300;
  font-size: 16px;
}

.profile-page.awards .wrapper-progress-bar {
  position: relative;
  width: 100%;
  height: 30px;
  background-color: #e2e2e2;
  border-radius: 20px;
}

.profile-page.awards .wrapper-progress-bar .progress-bar {
  position: absolute;
  top: 8px;
  left: 10px;
  height: 15px;
  border-radius: 20px;
  background-color: #637B69;
  max-width: 98%;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.profile-page.awards .wrapper-progress {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 21px;
  width: 100%;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.profile-page.awards .desc-awards {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 21px;
  padding-top: 26px;
  line-height: 1;
}

.profile-page.awards .desc-awards div {
  font-family: "DMSans", sans-serif;
  font-weight: bold;
  font-size: 65px;
  color: #637B69;
}

.profile-page.awards .award-list {
  margin-top: 19px;
}

.profile-page.awards .award-list .slick-list {
  margin: 0 -28px;
}

.profile-page.awards .award-list .slick-list .item {
  padding: 0 28px;
}

.profile-page.awards .award-list .slick-dots {
  bottom: -40px;
}

.profile-page.awards .award-list .slick-dots li button {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  background-color: #D54E38;
}

.profile-page.awards .award-list .slick-dots li.slick-active button {
  background-color: #D54E38;
}

.profile-page.awards .award-list .wrapper {
  border: 1px solid #DEDEDF;
  border-top: 5px solid #D54E38;
}

.profile-page.awards .award-list .wrapper .image {
  width: 100%;
  height: 248px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid #DEDEDF;
  position: relative;
}

.profile-page.awards .award-list .wrapper .desc {
  padding: 6.5px 19px 17px 19px;
}

.profile-page.awards .award-list .wrapper .desc .points {
  font-family: "DMSans", sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 0.5em;
  color: #D54E38;
  margin-top: 8px;
}

.profile-page.awards .award-list .wrapper .desc .points span {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.profile-page.awards .award-list .wrapper .desc .title {
  font-family: "DMSans", sans-serif;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.2em;
}

.profile-page.awards .award-list .wrapper .desc .title.text-limit {
  max-height: calc(1.2em * 2);
  -webkit-line-clamp: 2;
}

.profile-page.awards .award-list .wrapper .desc .price {
  font-family: "Pridi",sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.profile-page.awards .award-list .wrapper .desc .price span {
  font-family: "DMSans", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.profile-page.awards .award-list .wrapper .desc .action .btn {
  min-width: 100%;
}

.profile-page.awards .award-list .wrapper.-traveler, .profile-page.awards .award-list .wrapper.-conqueror {
  border-top: 5px solid #BABABA;
}

.profile-page.awards .award-list .wrapper.-traveler .image:before, .profile-page.awards .award-list .wrapper.-conqueror .image:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #dededf;
}

.profile-page.awards .award-list .wrapper.-traveler .image:after, .profile-page.awards .award-list .wrapper.-conqueror .image:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 50px;
  background-image: url(./../img/icon/lock-gray.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 10px;
  right: 10px;
}

.profile-page.awards .award-list .wrapper.-traveler .action .btn, .profile-page.awards .award-list .wrapper.-conqueror .action .btn {
  background-color: #dededf;
  pointer-events: none;
}

.profile-page.awards .award-list .wrapper.-traveler .image:before {
  content: 'สำหรับสมาชิกระดับนักเดินทาง';
}

.profile-page.awards .award-list .wrapper.-conqueror .image:before {
  content: 'สำหรับสมาชิกระดับผู้พิชิตยอดเขา';
}

.profile-page.coupon .b-coupon {
  padding-top: 38px;
}

.profile-page.coupon .b-coupon .item-list {
  margin: 0 -36px;
}

.profile-page.coupon .b-coupon .item-list li {
  padding: 20px 36px;
  width: 100%;
}

.profile-page.coupon .b-coupon .item-list li:not(:last-child) {
  border-bottom: 1px solid #DFDFDF;
}

.profile-page.coupon .b-coupon .item-list li .link {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-decoration: underline;
  color: #282828;
}

.profile-page.coupon .form-group {
  margin: 0;
  position: relative;
}

.profile-page.coupon .form-control {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 21px;
  background-color: #fff;
  height: 52px;
  border: 1px solid #282828;
  border-radius: 0;
  pointer-events: none;
}

.profile-page.coupon .copy-code {
  position: absolute;
  font-family: "DMSans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #bababa;
  border: none;
  background-color: transparent;
  outline: 0;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -60%);
          transform: translate(0, -60%);
}

.profile-page.coupon .desc {
  margin: 0;
  font-size: 21px;
}

.profile-page.coupon .desc span {
  font-size: 16px;
}

.profile-page.coupon li.exp .form-control {
  height: 52px;
  color: #B2B2B2;
  border: 1px solid #B2B2B2;
  border-radius: 0;
  pointer-events: none;
}

.profile-page.coupon li.exp .copy-code {
  display: none;
}

.profile-page.coupon li.exp .desc {
  color: #bababa;
}

.profile-page.coupon li.exp .link {
  color: transparent;
  pointer-events: none;
  opacity: 0;
}

.profile-page.setting .action .btn {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 21px;
  min-width: 288px;
}

.profile-page.setting .wrapper.disable .b-title {
  color: #b2b2b2;
}

.profile-page.setting .wrapper .link {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 18px;
  text-decoration: underline;
  color: #282828;
}

.profile-page.setting .b-title .title {
  font-family: "Pridi", sans-serif;
  font-weight: 500;
  font-size: 21px;
}

.profile-page.setting .b-title .desc {
  font-size: 21px;
  margin-top: 16px;
}

.profile-page.setting .switch {
  position: relative;
  display: inline-block;
  width: 62px;
  height: 33px;
}

.profile-page.setting .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.profile-page.setting .switch input:checked + .slider {
  background-color: #D54E38;
}

.profile-page.setting .switch input:checked + .slider:before {
  -webkit-transform: translateX(29px);
          transform: translateX(29px);
}

.profile-page.setting .switch input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #D54E38;
          box-shadow: 0 0 1px #D54E38;
}

.profile-page.setting .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #B2B2B2;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.profile-page.setting .switch .slider:before {
  position: absolute;
  content: '';
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.profile-page.setting .switch .slider.round {
  border-radius: 34px;
}

.profile-page.setting .switch .slider.round:before {
  border-radius: 50%;
}

.line {
  width: 100%;
  height: 1px;
  border-top: 1px solid #DFDFDF;
  margin: 34px 0;
}

.sort.-style-ii li {
  border-top: 1px solid #282828;
  border-bottom: 1px solid #282828;
  border-left: 1px solid #282828;
  min-width: 156px;
}

.sort.-style-ii li:last-child {
  border-right: 1px solid #282828;
}

.P-review {
  padding-top: 54px;
}

.select2-container--open .select2-dropdown--below {
  border: 1px solid #DEDEDF;
  border-radius: 5px;
  overflow: hidden;
  top: 8px;
}

.select2-results__option {
  background-color: #fff;
}

.select2-container--default .select2-results > .select2-results__options {
  font-family: "Pridi", sans-serif;
}

.profile-detail .desc {
  font-family: "Pridi" , sans-serif;
  font-weight: 300;
  font-size: 25px;
  line-height: 1.3em;
  margin-top: 23px;
}

.profile-detail .desc .title {
  font-weight: 500;
}

.profile-detail .desc .title-edit {
  margin-bottom: 13px;
}

.profile-detail .year {
  font-family: "DMSans" , sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 45px;
}

.profile-detail .card {
  margin-top: 0;
  border: 1px solid #BABABA;
}

.profile-detail .card.-history, .profile-detail .card.-favorite {
  width: 809px;
  margin-top: 35px;
}

.profile-detail .card.-history .favorite, .profile-detail .card.-favorite .favorite {
  left: 42%;
}

.profile-detail .card.-favorite .body {
  padding: 18px 24px 0 30px;
}

.profile-detail .card.-favorite .body .detail {
  font-size: 16px;
}

.profile-detail .card.-favorite .body .detail strong {
  font-family: "DMSans", sans-serif;
  font-weight: 500;
  font-size: 30px;
}

.profile-detail .card .favorite {
  left: 38%;
}

.profile-detail .card .body {
  border-left: 1px solid #BABABA;
}

.profile-detail .card .body .desc {
  font-family: "Mitr", sans-serif;
  font-weight: 400;
  margin-top: 0;
  padding-top: 5px;
  line-height: 1.4em;
}

.profile-detail .card .body .desc.text-limit {
  height: calc(1.4em * 2);
  -webkit-line-clamp: 2;
  white-space: unset;
}

.profile-detail .card .body .desc.text-date {
  margin-top: 35px;
  font-size: 30px;
  font-weight: 300;
  color: #282828;
}

.profile-detail .card .body .detail strong {
  font-family: "Mitr", sans-serif;
  font-weight: 300;
  font-size: 30px;
}

.profile-detail .card .body .dropdown .detail {
  cursor: pointer;
}

.profile-detail .wrapper-date-trip {
  width: 131px;
  height: 131px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #707070;
  border-radius: 20px;
  line-height: 1.6em;
}

.profile-detail .wrapper-date-trip .text {
  font-family: "Pridi", sans-serif;
  font-size: 21px;
  font-weight: 300;
}

.profile-detail .wrapper-date-trip strong {
  font-size: 30px;
  font-weight: 500;
}

.camp-detail-page {
  margin-top: 112px;
  min-height: 500px;
  padding-bottom: 60px;
}

.camp-detail-page .mt {
  margin-top: 46px;
}

.camp-detail-page .s-title {
  font-family: "Pridi" , sans-serif;
  font-weight: 500;
  font-size: 21px;
  padding-bottom: 15px;
}

.camp-detail-page .desc-camp .head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.camp-detail-page .desc-camp .h-title {
  font-size: 39px;
  line-height: 1em;
  padding-bottom: 8px;
}

.camp-detail-page .desc-camp .content {
  margin-top: 32px;
}

.camp-detail-page .desc-camp .desc {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.4em;
  margin-top: 0;
}

.camp-detail-page .desc-camp .image {
  width: 62px;
  height: 62px;
  overflow: hidden;
  border-radius: 50%;
}

.camp-detail-page .desc-camp .image .cover {
  position: relative;
  width: 100%;
  height: 100%;
}

.camp-detail-page .desc-camp .image .cover img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.camp-detail-page .desc-camp .name {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.2em;
  margin-top: 11px;
}

.camp-detail-page .rating-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.camp-detail-page .rating-review img {
  width: 16px;
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
}

.camp-detail-page .rating-review .desc {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 19px;
  color: #b2b2b2;
  padding-left: 7px;
}

.camp-detail-page .b-icon .item-list {
  margin: 0 -24px;
}

.camp-detail-page .b-icon .item-list li {
  padding: 0 24px;
}

.camp-detail-page .b-icon .detail {
  cursor: pointer;
}

.camp-detail-page .b-icon .detail .feather {
  font-size: 36px;
}

.camp-detail-page .b-icon .text {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #637B69;
  text-decoration: underline;
  text-align: center;
  padding-top: 9px;
}

.camp-detail-page .b-icon .social-list {
  margin: 0 -2px;
}

.camp-detail-page .b-icon .social-list li {
  padding: 0 2px;
}

.camp-detail-page .b-icon .dropdown-menu {
  -webkit-transform: translate(-80px, 10px) !important;
          transform: translate(-80px, 10px) !important;
  border: none;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 7px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.camp-detail-page .b-icon .dropdown-menu img {
  width: 28px;
}

.camp-detail-page .favorite {
  width: 40px;
  z-index: 1;
}

.camp-detail-page .favorite .b-fav {
  cursor: pointer;
  position: relative;
}

.camp-detail-page .favorite .b-fav .fa-heart-o {
  color: #fff;
  font-size: 38px;
}

.camp-detail-page .favorite .b-fav .fr-main {
  opacity: 1;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.camp-detail-page .favorite .b-fav .fr-hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.camp-detail-page .favorite .b-fav.active .fr-main {
  opacity: 0;
}

.camp-detail-page .favorite .b-fav.active .fr-hover {
  opacity: 1;
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

.camp-detail-page .favorite .b-fav:hover .fr-main {
  opacity: 0;
}

.camp-detail-page .favorite .b-fav:hover .fr-hover {
  opacity: 1;
}

.camp-detail-page .favorite .feather {
  font-size: 40px;
  color: #fff;
}

.camp-detail-page .select-camp-area {
  border: 1px solid #DFDFDF;
  min-width: 396px;
  margin-top: 31px;
}

.camp-detail-page .select-camp-area .block {
  border-bottom: 1px solid #DFDFDF;
}

.camp-detail-page .select-camp-area .block .border-left {
  border-left: 1px solid #DFDFDF;
}

.camp-detail-page .select-camp-area .block .wrapper {
  padding: 25px 18px 25px 15px;
}

.camp-detail-page .select-camp-area .h-title,
.camp-detail-page .select-camp-area .desc {
  font-family: "Pridi", sans-serif;
}

.camp-detail-page .select-camp-area .h-title {
  font-weight: 500;
  font-size: 18px;
}

.camp-detail-page .select-camp-area .h-title.font-sum {
  font-size: 25px;
}

.camp-detail-page .select-camp-area .desc {
  font-weight: 300;
  font-size: 21px;
  margin-top: 17px;
}

.camp-detail-page .select-camp-area .action .btn {
  min-width: 100%;
}

.camp-detail-page .select-camp-area .box {
  font-family: "DMSans", sans-serif;
  font-weight: bold;
  font-size: 36px;
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #282828;
}

.camp-detail-page .select-camp-area .fw-medium {
  font-weight: 500;
}

.camp-detail-page .select-camp-area .item-list {
  margin-top: 15px;
}

.camp-detail-page .select-camp-area .item-list li + li {
  margin-top: 21px;
}

.camp-detail-page .select-camp-area .item-list .desc {
  margin-top: 10px;
  line-height: 1em;
}

.camp-detail-page .select-camp-area .item-list .desc + .desc {
  margin-top: 7px;
}

.camp-detail-page .select-camp-area .help-block {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #bababa;
  text-align: center;
  margin-top: 11px;
}

.camp-detail-page .select-camp-area .form-default .form-control {
  padding: 5px 15px;
  height: 40px;
  margin-top: 10px;
}

.camp-detail-page .select-camp-area .add-guest .form-control {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  border: none;
  background-color: transparent;
}

.camp-detail-page .select-camp-area .add-guest .btn {
  min-width: 30px;
  height: 30px;
  border: 1px solid #282828;
  border-radius: 50%;
  color: #282828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.camp-detail-page .should.-i {
  padding-right: 30px;
  border-right: 1px solid #e2e2e2;
}

.camp-detail-page .should.-ii {
  padding-left: 23px;
}

.camp-detail-page .should .h-title {
  font-family: "Pridi", sans-serif;
  font-weight: 500;
  font-size: 21px;
}

.camp-detail-page .should-list {
  margin-left: 12px;
  width: auto;
  font-weight: 300;
  font-family: 'Pridi', serif;
  font-size: 20px;
  line-height: 1.4em;
}

.camp-detail-page .should-list li {
  position: relative;
  border: 1px solid #e2e2e2;
  padding: 10px 25px;
  margin-top: 10px;
}

.camp-detail-page .should-list li + li {
  margin-top: 20px;
}

.camp-detail-page .should-list .icon {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.camp-detail-page .should-list .allow {
  position: absolute;
  top: 12px;
  left: -12px;
  width: 24px;
  height: 24px;
  background: url("../img/icon/checked.svg") center no-repeat;
  background-size: cover;
}

.camp-detail-page .should-list .notallow {
  position: absolute;
  top: 12px;
  left: -12px;
  width: 24px;
  height: 24px;
  background: url("../img/icon/cancel.svg") center no-repeat;
  background-size: cover;
}

.camp-detail-page .action.-should {
  margin-top: 10px;
}

.camp-detail-page .action.-should.-ii {
  padding-left: 23px;
}

.camp-detail-page .action.-should .link {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #637B69;
  text-decoration: underline;
}

.camp-detail-page .zone .cover {
  position: relative;
  padding-bottom: 30%;
}

.camp-detail-page .zone .cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.camp-detail-page .zone .zone-list .slick-list {
  margin: 0 -5px;
}

.camp-detail-page .zone .zone-list .slick-list .item {
  padding: 0 5px;
}

.camp-detail-page .zone .btn-zone-ii {
  display: block;
}

.camp-detail-page .zone .btn-zone-ii .block {
  width: auto;
  height: 199px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.camp-detail-page .zone .btn-zone-ii .block .cover {
  position: relative;
  width: 100%;
  height: 100%;
}

.camp-detail-page .zone .btn-zone-ii .block .cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.camp-detail-page .zone .btn-zone-ii .block .name-zone {
  font-family: "Pridi", sans-serif;
  font-weight: 400;
  font-size: 21px;
  min-width: 90px;
  height: 42px;
  border-radius: 50px;
  background-color: #fff;
  border: 3px solid #637B69;
  color: #637B69;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -12px);
          transform: translate(-50%, -12px);
}

.camp-detail-page .zone .btn-zone-ii.active .block .name-zone {
  border-color: #D54E38 !important;
  background-color: #D54E38 !important;
  color: #fff !important;
}

.camp-detail-page .tent-site .cover {
  position: relative;
  padding-bottom: 56%;
}

.camp-detail-page .tent-site .cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.camp-detail-page .detail-select {
  margin-top: 49px;
}

.camp-detail-page .detail-select li {
  width: 100%;
  padding: 20px 0;
}

.camp-detail-page .detail-select li.allow .wrapper .box:before {
  content: '';
  position: absolute;
  top: -10px;
  left: -12px;
  width: 24px;
  height: 24px;
  background: url("../img/icon/checked.svg") center no-repeat;
  background-size: cover;
}

.camp-detail-page .detail-select li.allow .wrapper .view .lock,
.camp-detail-page .detail-select li.allow .wrapper .view .close {
  opacity: 1;
  pointer-events: inherit;
}

.camp-detail-page .detail-select li:not(:last-child) {
  border-bottom: 1px solid #E2E2E2;
}

.camp-detail-page .detail-select .wrapper {
  margin-left: 17px;
}

.camp-detail-page .detail-select .wrapper .box {
  font-family: "DMSans";
  font-weight: bold;
  font-size: 39px;
  position: relative;
  width: 106px;
  height: 106px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #282828;
}

.camp-detail-page .detail-select .wrapper .size-camp {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  margin-top: 17px;
  font-size: 25px;
}

.camp-detail-page .detail-select .wrapper .size-camp span {
  margin-left: 14px;
  padding-left: 14px;
  font-size: 16px;
  border-left: 1px solid #E2E2E2;
}

.camp-detail-page .detail-select .wrapper .price-camp {
  margin-top: 30px;
  font-family: "DMSans", sans-serif;
  font-weight: bold;
  font-size: 39px;
  padding: 0 7px;
  border-bottom: none;
}

.camp-detail-page .detail-select .wrapper .price-camp span {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 16px;
  padding-left: 6px;
}

.camp-detail-page .detail-select .wrapper .desc {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.camp-detail-page .detail-select .wrapper .desc:not(:last-child) {
  padding-bottom: 27px;
  margin-bottom: 34px;
  border-bottom: 1px solid #E2E2E2;
}

.camp-detail-page .detail-select .wrapper .select2-container .select2-selection--single {
  min-width: 193px;
}

.camp-detail-page .detail-select .wrapper .select2-container--default .select2-selection--single {
  border-radius: 5px;
}

.camp-detail-page .detail-select .wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: "Pridi", sans-serif;
}

.camp-detail-page .detail-select .wrapper .help-block {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 16px;
  padding-top: 7px;
}

.camp-detail-page .detail-select .wrapper .view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.camp-detail-page .detail-select .wrapper .view .lock {
  margin-right: 10px;
  opacity: 0;
  pointer-events: none;
}

.camp-detail-page .detail-select .wrapper .view .lock span {
  font-family: "DMSans", sans-serif;
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  width: 56px;
  height: 56px;
  background-color: #D54E38;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

.camp-detail-page .detail-select .wrapper .view .lock .link {
  text-align: center;
  margin-top: 5px;
}

.camp-detail-page .detail-select .wrapper .view .close {
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  margin-left: 10px;
  margin-top: 4px;
}

.camp-detail-page .detail-select .wrapper .noti {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin-left: -17px;
  margin-top: 22px;
  color: #637B69;
}

.camp-detail-page .event .item-list {
  margin: 0 -65px;
  padding-top: 40px;
}

.camp-detail-page .event .item-list li {
  padding: 0 65px;
  margin-bottom: 55px;
  width: calc(100% / 5);
}

.camp-detail-page .event .wrapper .cover {
  position: relative;
  width: 63px;
  height: 63px;
  overflow: hidden;
  margin: 0 auto;
}

.camp-detail-page .event .wrapper .cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.camp-detail-page .event .wrapper .text {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}

.camp-detail-page .detail .desc {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.4em;
  margin-bottom: 17px;
}

.camp-detail-page .detail .link {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #637B69;
  text-decoration: underline;
}

.camp-detail-page .gallery {
  overflow: hidden;
  position: relative;
}

.camp-detail-page .gallery .item-list {
  margin: 0 -6px;
}

.camp-detail-page .gallery .item-list li {
  padding: 0 6px;
  width: calc(100% / 2);
}

.camp-detail-page .gallery .item-list li .item-list li {
  width: calc(100% / 3);
}

.camp-detail-page .gallery .item-list li .item-list li:nth-child(1), .camp-detail-page .gallery .item-list li .item-list li:nth-child(2), .camp-detail-page .gallery .item-list li .item-list li:nth-child(3) {
  margin-bottom: 12px;
}

.camp-detail-page .gallery .item-list li .item-list li .cover {
  position: relative;
  padding-bottom: 100%;
}

.camp-detail-page .gallery .item-list li .item-list li .cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.camp-detail-page .gallery .cover {
  position: relative;
  padding-bottom: 66.2%;
}

.camp-detail-page .gallery .cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.camp-detail-page .gallery .action {
  position: absolute;
  right: 50px;
  bottom: 18px;
}

.camp-detail-page .gallery .action .btn-light {
  min-width: 200px;
  height: 42px;
  font-family: "Pridi", sans-serif;
  font-weight: 400;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.camp-detail-page .full-map {
  width: 100%;
  margin-top: 80px;
}

.camp-detail-page .full-map .cover {
  position: relative;
  padding-bottom: 22%;
}

.camp-detail-page .full-map .cover .f-map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.camp-detail-page .review-i li {
  padding: 31px 0;
}

.camp-detail-page .review-i li:not(:last-child) {
  border-bottom: 1px solid #E2E2E2;
}

.camp-detail-page .review-i .title {
  font-family: "Pridi", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.camp-detail-page .review-i .title .t-review {
  font-weight: 500;
  font-size: 21px;
}

.camp-detail-page .review-i .title .t-review .rating-star {
  float: right;
  margin-left: 43px;
  margin-top: -3px;
}

.camp-detail-page .review-i .title .date {
  font-weight: 300;
  font-size: 19px;
  color: #b2b2b2;
}

.camp-detail-page .review-i .desc {
  font-size: 21px;
}

.camp-detail-page #sticky-booking {
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.camp-detail-page #sticky-booking.is-affixed {
  opacity: 1;
}

.camp-detail-page #sticky-booking.is-affixed .sticky-booking {
  display: block;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.camp-detail-page #sticky-booking.is-affixed .sticky-booking .btn-lg {
  height: 58px;
  line-height: 55px;
}

.camp-detail-page .sticky-booking {
  display: none;
  max-width: 100%;
  background-color: #fff;
  height: 112px;
  padding: 18px 0;
}

.camp-detail-page .sticky-booking .wrapper {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
}

.camp-detail-page .sticky-booking .h-title {
  font-size: 28px;
  line-height: 1em;
}

.camp-detail-page .sticky-booking .menu .item-list {
  margin: 0 -20px;
  margin-top: 10px;
}

.camp-detail-page .sticky-booking .menu .item-list li {
  padding: 0 20px;
}

.camp-detail-page .sticky-booking .link {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 21px;
  color: #282828;
}

.camp-detail-page .sticky-booking .desc .unit {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #637B69;
}

.camp-detail-page .sticky-booking .desc .price {
  font-family: "DMSans", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1em;
}

.camp-detail-page .profile-detail .num-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "DMSans", sans-serif;
  font-weight: bold;
  font-size: 25px;
}

.camp-detail-page .profile-detail .num-review span {
  margin-right: 13px;
}

.t-zone {
  min-width: 91px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-radius: 30px;
  color: #fff;
  background-color: #D54E38;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Pridi", sans-serif;
  font-weight: 500;
  font-size: 21px;
  z-index: 1;
}

.btn-zone {
  position: absolute;
  min-width: 90px;
  height: 42px;
  border-radius: 30px;
  border: 3px solid #637B69;
  background-color: #fff;
  color: #637B69;
  font-family: "Pridi", sans-serif;
  font-weight: 500;
  font-size: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.btn-zone:hover {
  border-color: #D54E38;
  color: #D54E38;
}

.btn-zone.active {
  background-color: #D54E38;
  color: #fff;
  border-color: #D54E38;
}

.btn-zone.-z1 {
  bottom: 30px;
  left: 30px;
}

.btn-lock {
  position: absolute;
  cursor: pointer;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 3px solid #637B69;
  background-color: #fff;
  color: #637B69;
  font-family: "DMSans", sans-serif;
  font-weight: bold;
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.btn-lock:hover {
  color: #D54E38;
  border-color: #D54E38;
}

.btn-lock.active {
  background-color: #D54E38;
  border-color: #D54E38;
  color: #fff;
}

.btn-lock.disabled {
  cursor: inherit;
  background-color: #e2e2e2;
  border-color: #e2e2e2;
  color: #b2b2b2;
}

.btn-lock.-b2 {
  bottom: 30px;
  left: 30px;
}

.popover-detail {
  position: absolute;
  min-width: 430px;
  height: 193px;
  padding: 15px;
  border-radius: 20px;
  background-color: #ebebeb;
  bottom: 200px;
  right: 20px;
  z-index: 1;
}

.popover-detail .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.popover-detail .wrapper:before {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 5px;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 17px solid #ebebeb;
}

.popover-detail .cover {
  position: relative;
  padding-bottom: 90% !important;
  width: 180px;
  border-radius: 10px;
  overflow: hidden;
}

.popover-detail .cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.popover-detail .desc {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2em;
}

.popover-detail .desc + .desc {
  margin-top: 5px;
}

.popover-detail .action {
  position: absolute;
  bottom: 0;
}

.popover-detail .action .btn-secondary {
  width: 88px;
  min-width: auto;
  height: 43px;
  line-height: 43px;
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 16px;
  background-color: #637B69;
  color: #fff;
}

.popover-detail .overlay-lock {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popover-detail .overlay-lock img {
  position: relative !important;
  width: 45px !important;
  height: 34px !important;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.popover-detail .overlay-lock img + img {
  margin-top: 20px;
}

.booking-page {
  margin-top: 78px;
  padding: 100px 0;
  background-color: #fff;
  min-height: calc(100vh - 173px);
}

.booking-why {
  margin-top: 100px;
}

.booking-why .title {
  line-height: 1.4em;
  color: #282828;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}

.booking-why .desc {
  line-height: 1.4em;
  color: #282828;
  font-size: 26px;
  font-weight: 300;
  font-family: 'Pridi', serif;
}

.booking-register {
  border-right: 1px solid #e2e2e2;
  min-height: 600px;
}

.booking-register .title {
  line-height: 1.4em;
  color: #282828;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}

.booking-register .form-default {
  max-width: 400px;
}

.booking-register .form-default .password {
  padding-top: 30px;
}

.booking-register .form-default .policy {
  margin-top: 40px;
  background-color: #EBEBEB;
  padding: 20px;
  font-weight: 300;
  font-family: 'Pridi', serif;
  font-size: 16px;
  color: #282828;
  line-height: 1.4em;
}

.booking-register .form-default .policy .link {
  text-decoration: underline;
  color: #282828;
}

.booking-register .form-default .form-button {
  margin-top: 15px;
}

.booking-register .form-default .form-button .action {
  margin-top: 25px;
  text-align: center;
}

.booking-register .form-default .form-button .action .link {
  font-weight: 300;
  font-family: 'Pridi', serif;
  font-size: 20px;
  color: #D54E38;
  text-decoration: underline;
}

.booking-login {
  width: 340px;
  margin: 100px 70px 0 70px;
}

.booking-login.layout-2 {
  text-align: center;
}

.booking-login.layout-2 .social .link {
  height: auto;
  line-height: 1.4em;
  text-decoration: underline;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.booking-login.layout-2 .social .link.facebook {
  background-color: transparent;
  color: #3A5998;
}

.booking-login.layout-2 .social .link.google {
  background-color: transparent;
  color: #DD4B39;
}

.booking-login.layout-2 .social .link.apple {
  background-color: transparent;
  color: #000;
}

.booking-login.layout-2 .action {
  margin-top: 0;
}

.booking-login .social .link {
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  color: #fff;
  display: block;
  padding: 0 30px;
  font-size: 20px;
  font-weight: 300;
  font-family: 'Pridi', serif;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.booking-login .social .link .icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 6px;
}

.booking-login .social .link.facebook {
  background-color: #3A5998;
}

.booking-login .social .link.google {
  background-color: #DD4B39;
}

.booking-login .social .link.apple {
  background-color: #000;
}

.booking-login .social .link + .link {
  margin-top: 20px;
}

.booking-login .or {
  font-size: 18px;
  color: #B2B2B2;
  text-align: center;
  padding: 30px 0;
  font-weight: 300;
  font-family: 'Pridi', serif;
}

.booking-login .mail .link {
  border: 1px solid #ddd;
  height: 60px;
  line-height: 58px;
  border-radius: 30px;
  color: #282828;
  display: block;
  padding: 0 30px;
  font-size: 20px;
  font-weight: 300;
  font-family: 'Pridi', serif;
}

.booking-login .mail .link .icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 6px;
}

.booking-login .action {
  margin-top: 20px;
  text-align: center;
}

.booking-login .action .link {
  font-weight: 300;
  font-family: 'Pridi', serif;
  color: #282828;
  text-decoration: underline;
  font-size: 20px;
}

.booking-sum {
  width: 430px;
  border: 1px solid #E2E2E2;
  font-family: 'Pridi', serif;
  font-weight: 300;
  color: #282828;
  font-size: 26px;
  line-height: 1.4em;
}

.booking-sum .h-title {
  font-weight: 500;
  font-size: 27px;
  line-height: 1.4em;
  margin-bottom: 10px;
}

.booking-sum .block {
  padding: 30px;
}

.booking-sum .block + .block {
  border-top: 1px solid #e2e2e2;
}

.booking-sum .row + .row {
  margin-top: 10px;
}

.booking-sum strong {
  font-weight: 500;
}

.booking-sum .price {
  text-align: right;
}

.booking-sum .action .link {
  color: #282828;
  text-decoration: underline;
}

.booking-sum-action {
  margin-top: 15px;
}

.booking-payment .h-title {
  line-height: 1.4em;
  color: #282828;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}

.payment-method {
  max-width: 670px;
  font-weight: 300;
  font-family: 'Pridi', serif;
}

.payment-method .item-list li + li {
  border-top: 1px solid #e2e2e2;
}

.payment-method .header .link {
  padding: 15px 0;
  display: block;
  position: relative;
  color: #282828;
  line-height: 1.4em;
  font-size: 21px;
  padding-left: 35px;
}

.payment-method .header .link:before {
  content: '';
  position: absolute;
  top: 21px;
  left: 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 5px solid #B2B2B2;
}

.payment-method .header .link.collapsed:before {
  background-color: #B2B2B2;
}

.payment-method .header .link .icon {
  position: absolute;
  margin-left: 15px;
  top: 10px;
}

.payment-method .card {
  border-radius: 0;
  border: none;
  padding: 20px 0;
}

.payment-method .checkbox-control {
  margin-top: 15px;
}

.payment-method .form-default label {
  width: 120px;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.payment-method .form-default .form-control {
  padding: 0 25px;
}

.payment-method .form-default .form-control .form-control {
  padding: 0;
  border: none;
  height: 58px;
  border: none;
}

.payment-method .form-default .moreinfo {
  position: absolute;
  top: 16px;
  left: 100%;
  width: 20px;
  margin-left: -10px;
}

.payment-promo {
  margin-top: 20px;
}

.payment-promo .link {
  font-weight: 300;
  font-family: 'Pridi', serif;
  color: #D54E38;
  font-size: 15px;
}

.booking-detail {
  border-top: 1px solid #e2e2e2;
  margin-top: 50px;
  padding-top: 50px;
}

.booking-detail .h-title {
  line-height: 1.4em;
  color: #282828;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}

.booking-detail .should {
  border-right: 1px solid #e2e2e2;
  min-height: 500px;
  padding-right: 190px;
}

.booking-detail .should-list {
  margin-left: 12px;
  width: 390px;
  font-weight: 300;
  font-family: 'Pridi', serif;
  font-size: 20px;
  line-height: 1.4em;
}

.booking-detail .should-list li {
  position: relative;
  border: 1px solid #e2e2e2;
  padding: 10px 25px;
  margin-top: 10px;
}

.booking-detail .should-list li + li {
  margin-top: 20px;
}

.booking-detail .should-list .icon {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.booking-detail .should-list .allow {
  position: absolute;
  top: 12px;
  left: -12px;
  width: 24px;
  height: 24px;
  background: url("../img/icon/checked.svg") center no-repeat;
  background-size: cover;
}

.booking-detail .should-list .notallow {
  position: absolute;
  top: 12px;
  left: -12px;
  width: 24px;
  height: 24px;
  background: url("../img/icon/cancel.svg") center no-repeat;
  background-size: cover;
}

.booking-detail .policy {
  margin-left: 40px;
  max-width: 420px;
}

.booking-detail .policy .action {
  margin-top: 40px;
}

.booking-detail .policy .action .link {
  color: #282828;
  text-decoration: underline;
  font-weight: 300;
  font-family: 'Pridi', serif;
  font-size: 20px;
}

.bookong-info {
  width: 580px;
  margin-right: 200px;
}

.bookong-info .h-title {
  line-height: 1.4em;
  color: #282828;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}

.bookong-info .h-title .icon {
  width: 70px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 15px;
}

.bookong-info .h-title .icon img {
  width: 100%;
}

.bookong-info .thumb {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.bookong-info .thumb .cover {
  padding-top: 51.8%;
}

.bookong-info .info-header {
  margin-top: 25px;
}

.bookong-info .info-header .title {
  font-size: 32px;
  font-weight: 400;
}

.bookong-info .info-header .zone {
  margin-top: 5px;
  font-weight: 300;
  font-family: 'Pridi', serif;
  font-size: 15px;
  line-height: 1.4em;
}

.bookong-info .info-header .zone .icon {
  font-family: 'DMSans';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 34px;
  height: 34px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  background-color: #687A6A;
  border-radius: 50%;
  font-size: 16px;
  margin-left: 2px;
}

.bookong-info .info-header .cover {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.bookong-info .info-detail {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e2e2e2;
  font-weight: 300;
  font-family: 'Pridi', serif;
  font-size: 15px;
  line-height: 1.4em;
}

.bookong-info .info-detail strong {
  font-size: 23px;
  font-weight: 500;
  display: block;
  line-height: 1.4em;
}

.bookong-info .info-detail .checkout {
  text-align: right;
}

.bookong-info .action {
  margin-top: 30px;
}

.bookong-info .action .btn {
  font-size: 22px;
}

.bookong-conclude {
  font-weight: 300;
  font-family: 'Pridi', serif;
}

.bookong-conclude .wrapper {
  border: 1px solid #e2e2e2;
}

.bookong-conclude .wrapper + .wrapper {
  margin-top: 25px;
}

.bookong-conclude .h-title {
  font-weight: 500;
  font-size: 21px;
  line-height: 1.4em;
  margin-bottom: 5px;
}

.bookong-conclude .desc {
  font-size: 20px;
  line-height: 1.4em;
}

.bookong-conclude .link {
  font-size: 19px;
  color: #D54E38;
  text-decoration: underline;
  line-height: 1.4em;
}

.bookong-conclude .block {
  padding: 22px 30px;
}

.bookong-conclude .block + .block {
  border-top: 1px solid #e2e2e2;
}

.bookong-conclude .row + .row {
  margin-top: 10px;
}

.bookong-conclude .action {
  text-align: center;
  padding: 30px 0;
}

.bookong-conclude .action .btn {
  font-size: 22px;
  font-weight: 300;
  width: 260px;
}

.bookong-conclude .action .note {
  margin-top: 15px;
  font-size: 19px;
  color: #B2B2B2;
  line-height: 1.4em;
}

.privacy-page {
  margin-top: 112px;
  padding: 50px 0;
}

.privacy-page .h-title {
  font-family: "Pridi", sans-serif;
  font-weight: 500;
  font-size: 39px;
}

.privacy-page .content {
  padding-top: 118px;
}

.privacy-page .menu-policy li {
  width: 100%;
}

.privacy-page .menu-policy li + li {
  margin-left: 0;
  margin-top: 42px;
}

.privacy-page .menu-policy .link {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 21px;
  color: #282828;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  line-height: 1.2em;
}

.privacy-page .menu-policy .link.disable:hover {
  text-decoration: none;
  color: #282828;
}

.privacy-page .menu-policy .link.active, .privacy-page .menu-policy .link:hover {
  color: #D54E38;
  text-decoration: underline;
}

.privacy-page .title {
  font-family: "Pridi", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.4em;
}

.privacy-page .s-title {
  font-family: "Pridi", sans-serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 1em;
  margin-bottom: 10px;
}

.privacy-page .desc {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 21px;
  margin-top: 33px;
  line-height: 1.5em;
}

.privacy-page .desc ul {
  padding-left: 20px;
}

.privacy-page .desc li + li {
  margin-top: 33px;
}

.privacy-page .desc li span {
  font-weight: 500;
}

.privacy-page .desc li ul li {
  margin-top: 0;
}

.privacy-page .desc .link {
  color: #282828;
}

.help-page {
  margin-top: 112px;
}

.help-page .head-cover {
  background-size: cover;
  background-repeat: no-repeat;
  height: 460px;
}

.help-page .head-cover .wrapper {
  width: 651px;
  margin: 0 auto;
  padding-top: 93px;
}

.help-page .head-cover .h-title {
  font-size: 62px;
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
}

.help-page .head-cover .form-default .form-control {
  width: 100%;
  border-radius: 50px;
  padding: 5px 40px 5px 25px;
}

.help-page .head-cover .form-default .form-control::-webkit-input-placeholder {
  color: #282828;
}

.help-page .head-cover .form-default .form-control:-ms-input-placeholder {
  color: #282828;
}

.help-page .head-cover .form-default .form-control::-ms-input-placeholder {
  color: #282828;
}

.help-page .head-cover .form-default .form-control::placeholder {
  color: #282828;
}

.help-page .head-cover .form-default .search-group {
  position: relative;
}

.help-page .head-cover .form-default .action {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
}

.help-page .head-cover .form-default .action .btn-search {
  border: none;
  background-color: transparent;
}

.help-page .head-cover .form-default .action .btn-search img {
  max-width: 34px;
}

.help-page .content {
  padding-top: 50px;
  padding-bottom: 75px;
  max-width: 1100px;
  margin: 0 auto;
}

.help-page .menu-help .item-list {
  margin: 0 -17px;
}

/* .help-page .menu-help li {
  width: calc(100% / 2);
  padding: 0 17px;
  height: 117px;
} */

.help-page .menu-help li {
  width: calc(100%);
  padding: 0 17px;
  height: 117px;
}

.help-page .menu-help .link {
  font-family: "Pridi", sans-serif;
  font-weight: 400;
  font-size: 25px;
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #637B69;
  color: #637B69;
  border-radius: 20px;
}

.help-page .menu-help.style-ii li {
  width: 100%;
  height: 247px;
}

.help-page .menu-help.style-ii .link {
  font-family: inherit;
  line-height: 1.5em;
  text-align: center;
}

.help-page .content .contact-us {
  margin-top: 32px;
}

.help-page .content .title-form {
  font-family: "Mitr", sans-serif;
  font-weight: 400;
  font-size: 39px;
  text-align: center;
  line-height: 1em;
  padding-bottom: 33px;
}

.help-page .content .form-default {
  border: 1px solid #A3A3A3;
  border-radius: 20px;
  padding: 50px 70px 40px 70px;
}

.help-page .content .form-default .desc {
  margin-top: 20px;
}

.help-page .content .form-default .title {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 25px;
  padding-bottom: 12px;
  line-height: 1em;
  text-align: left;
}

.help-page .content .form-default .title sup {
  color: #D54E38;
  margin-left: 5px;
}

.help-page .content .form-default input {
  height: 54px;
  padding: 5px 40px 5px 25px;
}

.help-page .content .form-default .form-control-feedback {
  top: 18px;
}

.help-page .content .form-default .select2-container--default .select2-selection--single {
  border-radius: 5px;
}

.help-page .content .form-default .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.help-page .content .form-default .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.help-page .content .form-default .action {
  margin-top: 18px;
}

.help-page .content .form-default .action .btn {
  font-size: 25px;
  min-width: 248px;
}

.help-page .content .social {
  margin-top: 72px;
}

.help-page .content .social .item-list {
  margin: 0 -34px;
}

.help-page .content .social li {
  width: calc(100% / 3);
  padding: 0 34px;
}

.help-page .content .social li:not(:last-child) {
  border-right: 1px solid #707070;
}

.help-page .content .social .link {
  font-family: "DMSans", sans-serif;
  font-weight: 400;
  font-size: 25px;
  color: #282828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.help-page .content .social .link span {
  margin-left: 10px;
}

.help-page .content .open {
  margin-top: 67px;
  text-align: center;
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 25px;
}

.privacy-page.-help-search {
  min-height: calc(100vh - 396px);
}

.privacy-page.-help-search .search-group {
  max-width: 550px;
}

.privacy-page.-help-search .contentP {
  margin-top: 35px;
}

.privacy-page.-help-search .search-list {
  max-width: 1092px;
}

.privacy-page.-help-search .search-list li {
  width: 100%;
  padding-top: 21px;
  padding-bottom: 44px;
}

.privacy-page.-help-search .search-list li:not(:last-child) {
  border-bottom: 1px solid #B2BEB5;
}

.privacy-page.-help-search .search-list .link {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
}

.privacy-page.-help-search .search-list .wrapper {
  border: none;
  min-height: auto;
  padding: 0;
}

.privacy-page.-help-search .search-list .navi {
  font-size: 18px;
  color: #637B69;
  padding-bottom: 17px;
  line-height: 1.2em;
}

.privacy-page.-help-search .search-list .header {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2em;
  padding-bottom: 7px;
  color: #282828;
}

.privacy-page.-help-search .search-list .desc {
  font-size: 20px;
  color: #282828;
  margin-top: 0;
}

.about-page {
  margin-top: 112px;
}

.about-page .head-cover {
  background-size: cover;
  background-repeat: no-repeat;
  height: 874px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-page .head-cover .wrapper {
  width: 651px;
  margin: 0 auto;
}

.about-page .head-cover .h-title {
  font-size: 62px;
  color: #fff;
  text-align: center;
}

.about-page .content {
  padding-top: 50px;
  padding-bottom: 75px;
  max-width: 1100px;
  margin: 0 auto;
}

.about-page .content .wrapper {
  max-width: 826px;
  margin: 0 auto;
}

.about-page .content .desc {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5em;
}

.about-page .content .desc.intro {
  text-align: center;
  padding-bottom: 55px;
}

.about-page .content .desc.-pt {
  padding-top: 118px;
}

.about-page .content .title-md {
  font-family: "DMSans", sans-serif;
  font-weight: bold;
  font-size: 25px;
  padding-bottom: 17px;
  line-height: 1em;
}

.about-page .content .title-lg {
  font-weight: 400;
  font-size: 39px;
  line-height: 1em;
}

.about-page .content .block {
  width: 100%;
  height: 460px;
  border-radius: 20px;
  margin-top: 60px;
  overflow: hidden;
}

.about-page .content .block .cover {
  position: relative;
  width: 100%;
  height: 100%;
}

.about-page .content .block .cover img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-page .content .line {
  width: 90%;
  margin: 34px auto;
}

.about-page .content .row-80 {
  margin: 0 -40px;
}

.about-page .content .row-80 > div {
  padding: 0 40px;
}

.about-page .ourValues {
  margin-top: 60px;
}

.about-page .ourValues .item-list {
  margin: 0 -73px;
}

.about-page .ourValues li {
  width: calc(100% / 2);
  padding: 0 73px;
  margin-bottom: 50px;
}

.about-page .ourValues .wrapper {
  font-family: "DMSans",sans-serif;
}

.about-page .ourValues .wrapper .head {
  font-weight: 400;
  font-size: 18px;
  position: relative;
  line-height: 1em;
}

.about-page .ourValues .wrapper .head:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  width: 56px;
  height: 1px;
  background-color: #707070;
}

.about-page .ourValues .wrapper .title {
  font-weight: bold;
  font-size: 39px;
  color: #425a62;
  line-height: 1em;
}

.about-page .ourValues .wrapper .body {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 20px;
  padding-top: 34px;
  line-height: 1.4em;
}

.privacy-page.-faq .form-default .form-control {
  width: 100%;
  border-radius: 50px;
  padding: 5px 40px 5px 25px;
  background-color: transparent;
}

.privacy-page.-faq .form-default .form-control::-webkit-input-placeholder {
  color: #282828;
}

.privacy-page.-faq .form-default .form-control:-ms-input-placeholder {
  color: #282828;
}

.privacy-page.-faq .form-default .form-control::-ms-input-placeholder {
  color: #282828;
}

.privacy-page.-faq .form-default .form-control::placeholder {
  color: #282828;
}

.privacy-page.-faq .form-default .search-group {
  position: relative;
}

.privacy-page.-faq .form-default .action {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
}

.privacy-page.-faq .form-default .action .btn-search {
  border: none;
  background-color: transparent;
}

.privacy-page.-faq .form-default .action .btn-search img {
  max-width: 34px;
}

.privacy-page.-faq .content {
  margin-top: 75px;
  padding-top: 0;
}

.privacy-page.-faq h1.title {
  font-family: inherit;
  font-weight: 400;
  font-size: 39px;
  line-height: 1.2em;
  padding-bottom: 25px;
}

.privacy-page.-faq .wrapper {
  width: 100%;
  min-height: 560px;
  margin-top: 25px;
  padding: 40px 47px 20px 47px;
  border: 1px solid #B2BEB5;
  border-radius: 20px;
}

.privacy-page.-faq .wrapper .title-head {
  font-family: "Pridi", sans-serif;
  font-weight: 400;
  font-size: 28px;
  padding-bottom: 27px;
}

.privacy-page.-faq .wrapper .faq-list li {
  width: 100%;
  padding: 20px 0;
}

.privacy-page.-faq .wrapper .faq-list li:not(:last-child) {
  border-bottom: 1px solid #B2BEB5;
}

.privacy-page.-faq .wrapper .faq-list .link {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #282828;
  text-decoration: none;
}

.privacy-page.-faq .wrapper .faq-list .link:hover {
  color: #637B69;
}

.content-not-found {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-not-found .text {
  font-family: inherit;
  font-size: 62px;
}

.host-page.profile-page .h-title {
  font-weight: 400;
}

.host-page.profile-page .h-title.-host {
  font-family: "Mitr", sans-serif;
  font-size: 25px;
  line-height: 1em;
}

.host-page.profile-page .wrapper-profile .text-name {
  font-family: "Mitr", sans-serif;
  font-weight: 400;
}

.host-page.profile-page .wrapper-profile .b-rank .name-rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.host-page.profile-page .wrapper-profile .b-rank .name-rank span {
  font-family: "Pridi", sans-serif;
  font-weight: 400;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #D54E38;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-right: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
}

.host-page.profile-page .note {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.host-page.profile-page .select2-container {
  min-width: 160px;
}

.host-page.profile-page .select2-container--default .select2-selection--single {
  border-radius: 5px;
}

.host-page.profile-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: "Pridi", sans-serif;
}

.host-page.profile-page .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.host-page.profile-page .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.host-page .form-default {
  margin-top: 30px;
}

.host-page .form-group {
  margin: 0;
  position: relative;
}

.host-page .form-group label {
  font-size: 21px;
}

.host-page .form-group.search-group .action {
  position: absolute;
  top: 9px;
  right: 3px;
  margin: 0;
}

.host-page .form-group.search-group .action .btn-search {
  border: none;
  background-color: transparent;
}

.host-page .form-group.search-group .action .btn-search img {
  max-width: 34px;
}

.host-page .form-group label {
  position: absolute;
  top: 0;
  -webkit-transform: translate(0, -30px);
          transform: translate(0, -30px);
}

.event-summary .item-list {
  margin: 0 -12px;
}

.event-summary .item-list li {
  padding: 0 12px;
  width: calc(100% / 2);
  margin-bottom: 30px;
}

.event-summary .wrapper {
  width: 100%;
  height: 211px;
  text-align: center;
  padding: 38px 0;
  border: 1px solid #BABABA;
  border-radius: 20px;
}

.event-summary .wrapper .num {
  font-family: "DMSans", sans-serif;
  font-weight: bold;
  font-size: 65px;
  line-height: 1em;
  margin-bottom: 23px;
}

.event-summary .wrapper .desc {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 21px;
  line-height: 1em;
}

.status-payment {
  margin-top: 36px;
  margin-bottom: 76px;
}

.status-payment .table {
  margin-bottom: 0;
}

.status-payment .table thead,
.status-payment .table tbody {
  font-family: "Pridi", sans-serif;
  font-size: 21px;
}

.status-payment .table thead tr th,
.status-payment .table thead tr td,
.status-payment .table tbody tr th,
.status-payment .table tbody tr td {
  line-height: 1.4em;
  padding: 28px 0;
}

.status-payment .table thead tr th,
.status-payment .table tbody tr th {
  font-weight: 400;
  border: none;
}

.status-payment .table thead tr td,
.status-payment .table tbody tr td {
  font-weight: 300;
}

.status-payment .action {
  text-align: center;
}

.status-payment .action .link {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 21px;
  color: #282828;
  text-decoration: underline;
}

.ranking-popular .wrapper,
.graph-booking .wrapper {
  width: 100%;
  border: 1px solid #BABABA;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px 30px;
}

.graph-booking .head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.graph-booking .head .h-title {
  margin-right: 29px;
}

.graph-booking .form-group {
  margin: 0;
  margin-top: -20px;
}

.ranking-popular .form-group {
  margin: 0;
}

.ranking-popular .select2-container {
  max-width: 180px;
}

.ranking-popular .table {
  margin-top: 36px;
  margin-bottom: 0;
}

.ranking-popular .table thead,
.ranking-popular .table tbody {
  font-family: "Pridi", sans-serif;
  font-size: 21px;
}

.ranking-popular .table thead tr th,
.ranking-popular .table thead tr td,
.ranking-popular .table tbody tr th,
.ranking-popular .table tbody tr td {
  line-height: 1.4em;
  padding: 11px 0;
}

.ranking-popular .table thead tr th,
.ranking-popular .table tbody tr th {
  font-weight: 400;
  border: none;
  border-bottom: 1px solid #DFDFDF;
}

.ranking-popular .table thead tr td,
.ranking-popular .table tbody tr td {
  font-weight: 300;
  border: none;
}

.layout-list .item-list {
  margin: 0 -20px;
}

.layout-list li {
  width: calc(100% / 2);
  padding: 0 20px;
}

.income-title .form-group {
  margin: 0;
  margin-top: -5px;
  position: relative;
}

.income-title .form-group .action {
  position: absolute;
  top: 9px;
  right: 3px;
  margin: 0;
}

.income-title .form-group .action .btn-search {
  border: none;
  background-color: transparent;
}

.income-title .form-group .action .btn-search img {
  max-width: 34px;
}

.sum-income .num {
  font-family: "DMSans", sans-serif;
  font-weight: bold;
  font-size: 65px;
  line-height: 1em;
}

.sum-income .num span {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 21px;
}

.sum-income .text {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 21px;
  line-height: 1em;
  margin-top: 7px;
}

.table-sum-income {
  margin-top: 47px;
}

.table-sum-income thead th,
.table-sum-income thead td,
.table-sum-income tbody th,
.table-sum-income tbody td {
  font-family: "Pridi", sans-serif;
  font-size: 21px;
}

.table-sum-income thead th {
  font-weight: 400;
  padding: 12px 0;
  border: none;
}

.table-sum-income tbody th,
.table-sum-income tbody td {
  font-weight: 300;
  line-height: 1.2em;
  vertical-align: middle;
}

.table-sum-income tbody th:not(:last-child),
.table-sum-income tbody td:not(:last-child) {
  padding: 38px 0;
}

.table-sum-income tbody th:last-child,
.table-sum-income tbody td:last-child {
  vertical-align: middle;
}

.table-sum-income tbody th {
  font-weight: 400;
}

.table-sum-income .action {
  margin: 0;
}

.table-sum-income .action .btn {
  height: 58px;
  line-height: 58px;
  background-color: #637B69;
  color: #fff;
}

.table-sum-income .action .btn:hover {
  color: #282828;
  background-color: #ebebeb;
}

.table-sum-income .action img {
  max-width: 30px;
}

.table-sum-income .sort-data-list {
  position: relative;
  cursor: pointer;
}

.table-sum-income .sort-data-list .arrows {
  border-color: #282828 transparent transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  height: 0;
  left: auto;
  margin-left: 10px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.table-sum-income .sort-data-list.active .arrows {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

.form-calendar-search .search-group input::-webkit-input-placeholder {
  color: #282828;
}

.form-calendar-search .search-group input:-ms-input-placeholder {
  color: #282828;
}

.form-calendar-search .search-group input::-ms-input-placeholder {
  color: #282828;
}

.form-calendar-search .search-group input::placeholder {
  color: #282828;
}

.h-calendar {
  margin-top: 33px;
  font-family: "DMSans", sans-serif;
  font-weight: 300;
  font-size: 21px;
  position: relative;
}

.h-calendar .fc-toolbar-chunk > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.h-calendar .fc-toolbar-chunk .fc-button-group {
  position: absolute;
  top: -86px;
  right: 0;
}

.h-calendar .fc-toolbar-chunk .fc-button-group .fc-button {
  border: 1px solid #DEDEDF;
  background-color: #f8f7f5;
  color: #282828;
}

.h-calendar .fc-toolbar-chunk .fc-button-group .fc-button:focus, .h-calendar .fc-toolbar-chunk .fc-button-group .fc-button:not(:disabled).fc-button-active:focus, .h-calendar .fc-toolbar-chunk .fc-button-group .fc-button:not(:disabled):active:focus, .h-calendar .fc-toolbar-chunk .fc-button-group .fc-button.fc-button-active {
  color: #fff;
  border: 1px solid #282828;
  background-color: #282828;
}

.h-calendar .fc .fc-button-primary {
  color: #bababa;
  border: none;
  background-color: transparent;
}

.h-calendar .fc .fc-button-primary:focus, .h-calendar .fc .fc-button-primary:not(:disabled).fc-button-active:focus, .h-calendar .fc .fc-button-primary:not(:disabled):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background-color: transparent;
  color: #bababa;
}

.h-calendar .fc .fc-toolbar-title {
  font-size: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h-calendar .fc-theme-standard td,
.h-calendar .fc-theme-standard th {
  border: 1px solid #BABABA;
}

.h-calendar .fc-theme-standard th {
  padding: 14px 12px;
  text-align: left;
  color: #fff;
  background-color: #282828;
  font-size: 16px;
}

.h-calendar .fc-theme-standard th .fc-col-header-cell-cushion {
  color: #fff;
}

.h-calendar .fc-theme-standard td {
  font-size: 13px;
}

.h-calendar .fc-theme-standard td .fc-daygrid-day-frame .fc-daygrid-day-number {
  color: #282828;
  margin-top: 7px;
  margin-right: 10px;
}

.h-calendar .fc-theme-standard td .fc-daygrid-day.fc-day-today {
  background-color: #fff;
}

.h-calendar .fc-theme-standard td .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #282828;
}

.h-calendar .fc-theme-standard .fc-h-event {
  border: none;
}

.h-calendar .fc-daygrid-block-event .fc-event-time,
.h-calendar .fc-daygrid-block-event .fc-event-title {
  font-size: 13px;
  padding: 0 12px;
}

.host-booking-title .head-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.host-booking-title .form-default .text {
  font-size: 21px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.host-booking-title .form-group {
  margin: 0;
  margin-top: -5px;
  position: relative;
}

.host-booking-title .form-group .action {
  position: absolute;
  top: 9px;
  right: 3px;
  margin: 0;
}

.host-booking-title .form-group .action .btn-search {
  border: none;
  background-color: transparent;
}

.host-booking-title .form-group .action .btn-search img {
  max-width: 34px;
}

.host-booking-title .form-group .icon {
  position: absolute;
  top: 10px;
  right: 10px;
}

.host-booking-title .form-group input::-webkit-input-placeholder {
  color: #282828;
}

.host-booking-title .form-group input:-ms-input-placeholder {
  color: #282828;
}

.host-booking-title .form-group input::-ms-input-placeholder {
  color: #282828;
}

.host-booking-title .form-group input::placeholder {
  color: #282828;
}

.content.-help .contact-us {
  margin-top: 0;
}

.content.-help .title-form {
  font-family: "Mitr", sans-serif;
  font-weight: 400;
  font-size: 39px;
  text-align: center;
  line-height: 1em;
  padding-bottom: 33px;
}

.content.-help .action {
  margin-top: 121px;
}

.content.-help .action .btn {
  font-family: "Pridi", serif;
  font-weight: 300;
  font-size: 25px;
  min-width: 380px;
}

.content.-help .action .btn.btn-secondary {
  color: #fff;
  background-color: #637B69;
}

.content.-help .action .btn.btn-secondary:hover {
  color: #282828;
  background-color: #ebebeb;
}

.content.-help .form-default {
  border: 1px solid #A3A3A3;
  border-radius: 20px;
  padding: 50px 70px 40px 70px;
}

.content.-help .form-default .desc {
  margin-top: 20px;
}

.content.-help .form-default .title {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 25px;
  padding-bottom: 12px;
  line-height: 1em;
  text-align: left;
}

.content.-help .form-default .title sup {
  color: #D54E38;
  margin-left: 5px;
}

.content.-help .form-default input {
  height: 54px;
  padding: 5px 40px 5px 25px;
}

.content.-help .form-default .form-control-feedback {
  top: 18px;
}

.content.-help .form-default .select2-container--default .select2-selection--single {
  border-radius: 5px;
}

.content.-help .form-default .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.content.-help .form-default .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.content.-help .form-default .action {
  margin-top: 18px;
}

.content.-help .form-default .action .btn {
  font-size: 25px;
  min-width: 248px;
}

.content.-help .social {
  margin-top: 47px;
}

.content.-help .social .item-list {
  margin: 0 -34px;
}

.content.-help .social li {
  width: calc(100% / 3);
  padding: 0 34px;
}

.content.-help .social li:not(:last-child) {
  border-right: 1px solid #707070;
}

.content.-help .social .link {
  font-family: "DMSans", sans-serif;
  font-weight: 400;
  font-size: 25px;
  color: #282828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content.-help .social .link span {
  margin-left: 10px;
}

.block-step {
  width: 100%;
  margin-top: 30px;
}

.block-step li {
  width: calc(100% / 4);
  padding: 0 101px;
  position: relative;
}

.block-step li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -60%;
  height: 5px;
  width: 120%;
  background-color: #ebebeb;
  z-index: -1;
}

.block-step li:first-child:after {
  content: none;
}

.block-step li .step {
  display: block;
  width: 70px;
  height: 70px;
  font-family: "DMSans", sans-serif;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  line-height: 70px;
  background-color: #ebebeb;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
}

.block-step li.active:after {
  background-color: #D54E38;
}

.block-step li.active .step {
  background-color: #D54E38;
}

.form-default.-camp .text {
  font-family: "Pridi" , sans-serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.5em;
  margin-top: 10px;
}

.form-default.-camp .text.t-light {
  font-weight: 300;
  margin-top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.form-default.-camp .block-control {
  width: 100%;
}

.form-default.-camp .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-default.-camp .form-group .text {
  padding-right: 23px;
}

.form-default.-camp .radio-control,
.form-default.-camp .checkbox-control {
  min-height: 34px;
}

.form-default.-camp .radio-control .title,
.form-default.-camp .checkbox-control .title {
  padding-left: 30px;
  margin-top: 5px;
  font-size: 18px;
  line-height: 1.4em;
}

.form-default.-camp .link {
  font-family: "Pridi", sans-serif;
  font-weight: 300;
  font-size: 21px;
  padding-top: 24px;
  color: #282828;
  text-decoration: underline;
  display: block;
}

.form-default.-camp .action {
  width: 100%;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-default.-camp .action .btn {
  text-align: center;
  min-width: 288px;
  font-family: "Pridi", sans-serif;
  font-weight: 400;
}

.form-default.-camp .action .btn-loadmore {
  border: 1px solid #282828;
  margin-bottom: 14px;
}

.form-default.-camp .content-more {
  display: none;
  margin-bottom: 60px;
}

.form-default.-camp .content-more.show {
  display: block;
}

.form-default.-camp .list-more {
  padding-left: 30px;
  margin-top: 18px;
}

.camp-step3 .card {
  border-radius: 5px;
}

.camp-step3 .header-zone {
  width: 100%;
}

.camp-step3 .header-zone .link {
  font-family: "Pridi", sans-serif;
  font-weight: 400;
  font-size: 23px;
  display: block;
  width: 100%;
  color: #fff;
  background-color: #282828;
  text-align: center;
  line-height: 63px;
  height: 63px;
}

.camp-step3 .card-body {
  padding: 24px 0;
  font-family: "Pridi", sans-serif;
}

.camp-step3 .card-body .title {
  font-weight: 400;
  font-size: 21px;
  text-align: center;
  margin-bottom: 30px;
}

.camp-step3 .card-body .s-title {
  font-weight: 300;
  font-size: 21px;
  height: 100%;
  margin-top: 20px;
}

.camp-step3 .data-zone {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 23px;
}

.camp-step3 .data-zone .title {
  font-weight: 300;
  font-size: 21px;
  margin-bottom: 0;
}

.camp-step3 .data-zone .action {
  margin-top: 0;
}

.camp-step3 .data-zone .btn-light {
  border: 1px solid #282828;
}

.camp-step3 .t-data-zone {
  margin-top: 24px;
  border: 1px solid #282828;
  border-radius: 5px;
}

.camp-step3 .t-data-zone tr th,
.camp-step3 .t-data-zone tr td {
  font-size: 18px;
  padding: 30px 30px;
  vertical-align: middle;
}

.camp-step3 .t-data-zone tr th {
  font-weight: 400;
}

.camp-step3 .t-data-zone tr td {
  font-weight: 300;
  line-height: 1.2em;
}

.camp-step3 .t-data-zone tr td .select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 45%;
}

.camp-step3 .t-data-zone tr td .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 18px;
}

.camp-step3 .t-data-zone thead th {
  background-color: #637B69;
  color: #fff;
  text-align: center;
}

.camp-step3 .t-data-zone .img-zone {
  width: 112px;
  height: 75px;
  overflow: hidden;
  border: 1px solid #BABABA;
}

.camp-step3 .t-data-zone .img-zone .cover {
  position: relative;
  width: 100%;
  height: 100%;
}

.camp-step3 .t-data-zone .img-zone .cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.camp-step3 .t-data-zone .manage .item-list {
  margin: 0 -22px;
}

.camp-step3 .t-data-zone .manage li {
  padding: 0 22px;
}

.camp-step3 .t-data-zone .manage .link {
  color: #282828;
  text-decoration: underline;
}

.camp-step3 .custom-file .custom-file-label {
  height: 54px;
  line-height: 54px;
  margin-bottom: 0;
  -webkit-transform: inherit;
          transform: inherit;
  background-color: #f8f7f5;
  cursor: pointer;
}

.camp-step3 .custom-file .custom-file-label:after {
  right: -240px;
  height: 54px;
  line-height: 45px;
  background-color: #fff;
  border: 1px solid #282828;
  border-radius: 30px;
  background-image: url(../img/icon/album-black.svg);
  background-repeat: no-repeat;
  background-size: 50px 40px;
  background-position: 20px 6px;
  padding-left: 80px;
}

.camp-step3 .custom-file .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: 'อัพโหลดรูปภาพ';
}

.camp-step3 .action.pt-7 {
  padding-top: 70px;
}

.camp-step3 .action.-st3-add {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.camp-step3 .action.-st3-add .btn {
  font-family: "Pridi", sans-serif;
  font-weight: 400;
  font-size: 25px;
  min-width: 288px;
}

.camp-step3 .action.-st3-add .btn-secondary {
  color: #fff;
  background-color: #bababa;
}

.camp-step3 .action.-st3-add .btn-secondary:hover {
  background-color: #637B69;
}

.camp-step3 .select-type {
  display: none;
}

.camp-step3 .select-type.show {
  display: block;
}

.camp-step3 .btn-add,
.camp-step3 .btn-minus {
  position: absolute;
  top: -3px;
  right: -50px;
}

.camp-step3 .btn-add a,
.camp-step3 .btn-minus a {
  text-decoration: none;
}

.camp-step3 .btn-add .feather,
.camp-step3 .btn-minus .feather {
  font-size: 34px;
  color: #282828;
}

.camp-step3 .title.-mappin {
  position: relative;
}

.camp-step3 .action.-mappin {
  position: absolute;
  top: -40px;
  right: 90px;
}

.camp-step3 .action.-mappin .btn-light {
  border: 1px solid #282828;
}

.camp-step3 .btn-lock {
  color: #D54E38;
  border-color: #D54E38;
}

.camp-step3 .btn-lock.active {
  color: #fff;
}

.frame {
  position: relative;
  width: 100%;
  height: 425px;
  background-color: #bababa;
}

/* layouts */
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  z-index: 999;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.site-header.tiny {
  height: 112px;
  background-color: #ededeb;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}

.site-header.tiny .search-form {
  opacity: 1;
  pointer-events: unset;
}

.site-header .brand img {
  width: 172px;
}

.site-header .b-right {
  font-family: 'DMSans';
  font-weight: 500;
}

.site-header .b-right li {
  position: relative;
  padding: 0 40px;
  line-height: 40px;
}

.site-header .b-right li:not(:last-child):before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  border-left: 1px solid #282828;
}

.site-header .b-right li .link {
  color: #282828;
}

.site-header .b-right li .btn-lang {
  background-color: transparent;
  border: none;
  outline: 0;
}

.site-header .b-right li .lang .dropdown-item img {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.site-header .b-right li .lang .dropdown-item:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.site-header .b-right li .signup {
  background-color: #d54e38;
  font-family: "Pridi", sans-serif;
  font-weight: 500;
  font-size: 18px;
  min-width: 136px;
  height: 42px;
  padding: 0 24px;
  line-height: 42px;
  border-radius: 30px;
  color: #fff;
  text-align: center;
}

.site-header .b-right li .signup:hover {
  background-color: #282828;
}

.site-header .b-right .member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.site-header .b-right .member.active:before {
  content: '';
  position: absolute;
  top: 3px;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #D54E38;
  border: 1px solid #fff;
  border-radius: 50%;
}

.site-header .b-right .member span {
  margin-right: 12px;
}

.site-header .dropdown-menu {
  margin-top: 12px;
  width: 100%;
  border-radius: 10px;
  min-height: inherit;
  min-width: 71px;
  margin-left: -20px;
  border: none;
  padding: 0;
}

.site-header .dropdown-menu.dropdown-member {
  min-width: 276px;
  border-radius: 10px;
  overflow: hidden;
}

.site-header .dropdown-menu.dropdown-member .dropdown-item {
  font-family: "Pridi" , sans-serif;
  position: relative;
  font-size: 21px;
  font-weight: 300;
  padding: 10px 28px;
  text-align: left;
  color: #282828;
  border-radius: 0;
}

.site-header .dropdown-menu.dropdown-member .dropdown-item span {
  margin-right: 20px;
}

.site-header .dropdown-menu.dropdown-member .dropdown-item span img {
  width: 22px;
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.site-header .dropdown-menu.dropdown-member .dropdown-item:hover {
  color: #fff;
}

.site-header .dropdown-menu.dropdown-member .dropdown-item:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.site-header .dropdown-menu.dropdown-member .dropdown-item.active .text {
  position: relative;
}

.site-header .dropdown-menu.dropdown-member .dropdown-item.active .text:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  right: -19px;
  top: 1px;
  border-radius: 50%;
  background-color: #D54E38;
}

.site-header .dropdown-menu .dropdown-item {
  padding: 0;
  text-align: center;
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  color: #282828;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.site-header .dropdown-menu .dropdown-item:focus, .site-header .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background-color: #282828;
}

.site-header .search-form {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.site-header .search-form .txt-key {
  position: relative;
  background-color: #fff;
  height: 60px;
  width: 502px;
  margin: 0 auto;
  border-radius: 50px;
  padding: 16px 30px;
}

.site-header .search-form .txt-key .item-list {
  margin-top: -5px;
}

.site-header .search-form .txt-key li {
  width: calc(100% / 3);
  position: relative;
}

.site-header .search-form .txt-key li:not(:last-child):before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  border-right: 1px solid rgba(112, 112, 112, 0.24);
  z-index: 1;
}

.site-header .search-form .txt-key .form-control {
  border: none;
  outline: 0;
  line-height: 1.6em;
  width: 100%;
  padding: 0;
  line-height: 38px;
  background-color: #fff;
}

.site-header .search-form .txt-key .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.site-header .search-form .txt-key .form-control::-webkit-input-placeholder {
  color: #282828;
  opacity: 1;
}

.site-header .search-form .txt-key .form-control:-ms-input-placeholder {
  color: #282828;
  opacity: 1;
}

.site-header .search-form .txt-key .form-control::-ms-input-placeholder {
  color: #282828;
  opacity: 1;
}

.site-header .search-form .txt-key .form-control::placeholder {
  color: #282828;
  opacity: 1;
}

.site-header .search-form .txt-key .form-control:-ms-input-placeholder {
  color: #282828;
  opacity: 1;
}

.site-header .search-form .txt-key .form-control::-ms-input-placeholder {
  color: #282828;
  opacity: 1;
}

.site-header .search-form .txt-key .form-control.add-guest {
  padding-left: 15px;
}

.site-header .search-form .txt-key .btn-search {
  position: absolute;
  top: 10px;
  right: 15px;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.site-header .search-form .add-guest {
  position: relative;
}

.site-header .search-form .add-guest .guest .btn {
  width: 42px;
  height: 42px;
  min-width: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: #282828;
  background-color: #fff;
  border: 1px solid #BABABA;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.site-header .search-form .add-guest .guest .btn:hover {
  color: #fff;
  background-color: #282828;
  border-color: #282828;
}

.site-header .search-form .add-guest .guest .btn.add {
  float: right;
}

.site-header .search-form .add-guest .dropdown-guest {
  display: none;
  position: absolute;
  top: 57px;
  right: 0;
  left: 0;
  width: 244px;
  background-color: #fff;
  border-radius: 20px;
  padding: 15px 20px;
}

.site-header .search-form .add-guest .dropdown-guest.show {
  display: block;
}

.site-header .search-form .add-guest .dropdown-guest .form-control {
  margin: 0;
  text-align: center;
}

.site-header .row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.site-header.acc-header {
  background-color: #F8F7F5;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  height: 78px;
}

.site-header.acc-header.tiny {
  height: 78px;
}

.site-header.acc-header .row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.site-header.acc-header .secure {
  margin-left: 100px;
}

.site-header.acc-header .secure .link {
  font-family: 'Pridi', serif;
  font-weight: 300;
  color: #282828;
}

.site-header.acc-header .secure .link .icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.site-header.acc-header .secure .link .text {
  text-decoration: underline;
}

.site-header.header-search {
  background-color: #F8F7F5;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  height: 112px;
}

.site-header.header-search .search-form {
  opacity: 1;
  pointer-events: unset;
}

.site-header.header-search.tiny {
  height: 112px;
}

.site-header .overlay {
  position: fixed;
  top: 112px;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  z-index: 0;
  pointer-events: none;
}

.site-header .overlay.show {
  opacity: 1;
  z-index: 1;
  pointer-events: unset;
}

.site-header input:focus ~ .overlay {
  opacity: 1;
  z-index: 1;
  pointer-events: unset;
}

.site-header.reset-header {
  height: 112px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}

.site-header.reset-header.tiny {
  height: 112px;
}

.site-footer {
  background-color: #282828;
  padding-top: 50px;
  padding-bottom: 54px;
  min-height: 315px;
  position: relative;
}

.site-footer .link {
  color: #fff;
  font-weight: 300;
  line-height: 1em;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.site-footer .link:hover {
  color: #D54E38;
}

.site-footer .link .brand {
  width: 266px;
}

.site-footer .h-title {
  font-size: 30px;
  color: #fff;
  font-weight: normal;
}

.site-footer .link-list {
  position: relative;
  z-index: 1;
}

.site-footer .link-list li {
  width: 100%;
  padding: 10px 0;
}

.site-footer .link-list li .link {
  font-size: 21px;
}

.site-footer .social-list {
  position: relative;
  z-index: 1;
}

.site-footer .social-list .item-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.site-footer .social-list li {
  margin: 0 10px;
}

.site-footer .social-list .link {
  position: relative;
  top: 0;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.site-footer .social-list .link img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.site-footer .social-list .link:hover {
  top: -5px;
}

.site-footer .social-list .link:hover img {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

.site-footer .ft-bt {
  padding-top: 30px;
  margin-top: 37px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-family: 'DMSans';
  font-weight: 400;
}

.site-footer .ft-bt .copyright {
  color: #fff;
}

.site-footer .ft-bt .policy li {
  position: relative;
}

.site-footer .ft-bt .policy li:first-child {
  padding-right: 30px;
  border-right: 1px solid #fff;
}

.site-footer .ft-bt .policy li:last-child {
  padding-left: 30px;
}

.site-footer.acc-footer {
  padding: 0;
  min-height: auto;
  background-color: #fff;
}

.site-footer.acc-footer .ft-bt {
  border-top: 1px solid #D4D4D4;
  padding: 20px 0 50px 0;
  margin: 0;
  font-family: 'DMSans';
  font-weight: 400;
}

.site-footer.acc-footer .ft-bt .copyright {
  color: #282828;
  line-height: 1.4em;
}

.site-footer.acc-footer .ft-bt .policy li {
  position: relative;
}

.site-footer.acc-footer .ft-bt .policy li .link {
  color: #282828;
  line-height: 1.4em;
}

.site-footer.acc-footer .ft-bt .policy li:first-child {
  padding-right: 30px;
  border-right: 1px solid #282828;
}

.site-footer.acc-footer .ft-bt .policy li:last-child {
  padding-left: 30px;
}

@media (max-width: 1660px) {
  .container {
    max-width: inherit;
    width: 1210px;
  }
  .site-header {
    height: 120px;
  }
  .site-header.tiny {
    height: 90px;
  }
  .site-header .b-right li {
    padding: 0 24px;
  }
  .site-header .b-right li .link {
    font-size: 16px;
  }
  .site-header .b-right li .link img {
    width: 28px;
  }
  .site-header .brand img {
    width: 160px;
  }
  .site-header .dropdown-menu .dropdown-item {
    font-size: 14px;
  }
  .site-header .search-form .txt-key {
    height: 50px;
    padding: 10px 30px;
  }
  .site-header .search-form .txt-key .form-control {
    font-size: 14px;
  }
  .site-header .search-form .txt-key .btn-search {
    top: 5px;
  }
  .topgraphic .topgraphic-list .cover {
    padding-bottom: 35%;
  }
  .topgraphic .wg-search {
    top: 130px;
    -webkit-transform: translate(-50%, 16%);
            transform: translate(-50%, 16%);
  }
  .topgraphic .search-form .label-search .txt-key li:nth-child(2) {
    width: 45%;
  }
  .topgraphic .search-form .label-search .txt-key li:nth-child(3) {
    width: auto;
  }
  .topgraphic .wg-search .h-title {
    font-size: 56px;
  }
  .topgraphic .wg-search .desc {
    font-size: 22px;
    padding-bottom: 9px;
  }
  .topgraphic .search-form .label-search .txt-key {
    height: 85px;
  }
  .topgraphic .search-form .label-search .txt-key .form-control {
    font-size: 18px;
  }
  .topgraphic .search-form .label-search .txt-key .form-control.add-guest {
    line-height: 35px;
    margin-top: 4px;
  }
  .topgraphic .search-form .label-search .btn-search {
    right: 30px;
    top: 41px;
  }
  .topgraphic .slick-dots {
    bottom: 50px;
  }
  .slick-dots li {
    height: 10px;
  }
  .h-title {
    font-size: 40px;
  }
  .topgraphic .search-form .label-search .add-guest .dropdown-guest {
    -webkit-transform: translate(0, -14px);
            transform: translate(0, -14px);
  }
  .wg-popular {
    padding-top: 0;
  }
  .wg-popular .wrapper-slide .body .title {
    font-size: 26px;
  }
  .wg-popular .wrapper-slide .head .cover {
    padding-bottom: 70%;
  }
  .wg-popular .action {
    margin-top: 10px;
  }
  .wg-camping-ground {
    padding-top: 0;
    padding-bottom: 0;
  }
  .slick-prev, .slick-next {
    font-size: 40px;
    width: 50px;
    height: 50px;
    border: 3px solid #fff;
  }
  .wg-text-left,
  .wg-text-right {
    padding: 90px 0;
  }
  .wg-news {
    padding-top: 50px;
  }
  .wg-news .news-list {
    min-height: 480px;
  }
  .wg-news .news-list .wrapper-news .content {
    width: 30%;
  }
  .wg-news .news-list .wrapper-news .image {
    width: 70%;
  }
  .wg-news .news-list .slick-slide .wrapper-news {
    -webkit-transform: scale(1) translate(0, 128px);
            transform: scale(1) translate(0, 128px);
  }
  .wg-news .news-list .slick-slide .wrapper-news .cover {
    padding-bottom: 80%;
  }
  .wg-news .news-list .slick-slide.slick-center .wrapper-news {
    height: 440px;
  }
  .wg-news .news-list .slick-slide.slick-center .wrapper-news .cover {
    padding-bottom: 120%;
  }
  .wg-news .news-list .slick-slide.slick-center .wrapper-news .content {
    padding: 24px 30px 0 30px;
  }
  .wg-news .news-list .wrapper-news .content .title {
    font-size: 22px;
  }
  .wg-news .news-list .slick-slide.slick-center .wrapper-news .content .title {
    font-size: 24px;
  }
  .wg-news .news-list .slick-slide.slick-center .wrapper-news .content .desc {
    font-size: 18px;
  }
  .wg-news .news-list .slick-prev, .wg-news .news-list .slick-next {
    top: 40px;
  }
  .wg-news .news-list .slick-prev {
    left: 19.4%;
  }
  .wg-news .news-list .slick-next {
    right: 19.4%;
  }
  .wg-news .action {
    margin-top: 0;
  }
  .wg-camping-style {
    padding-top: 0;
  }
  .wg-camping-style .wrapper {
    width: auto;
    max-height: 350px;
  }
  .wg-camping-style .cover {
    padding-bottom: 120%;
  }
  .wg-camping-style .item-list {
    margin: 45px -10px 0 -10px;
  }
  .wg-camping-style .item-list li {
    padding: 0 10px;
  }
  .box-content .desc {
    font-size: 17px;
  }
  .wrapper-slide .body .title {
    font-size: 22px;
  }
  .wrapper-slide .body .title .rate {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 9px;
  }
  .wrapper-slide .body .desc {
    font-size: 20px;
  }
  .btn {
    height: 50px;
    line-height: 50px;
  }
  .wg-popular .popular-list {
    margin-top: 0;
  }
  .booking-login {
    margin: 0 auto;
    margin-top: 100px;
  }
  .booking-register {
    padding-right: 30px;
  }
  .search-page .filter .btn-filter {
    min-width: 150px;
  }
  .menu-filter {
    font-size: 18px;
    min-height: auto;
  }
  .menu-filter label {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .menu-filter .form-group {
    margin-bottom: 25px;
  }
  .menu-filter .checkbox-control .title {
    font-size: 16px;
  }
  .menu-filter .checkbox-control .icon {
    top: 1px;
  }
  .menu-filter .checkbox-control + .checkbox-control {
    margin-top: 10px;
  }
  .menu-filter .btn-reset {
    font-size: 16px;
  }
  .menu-filter .btn-submit-filter {
    font-size: 16px;
    margin-right: 86px;
    height: 46px;
    line-height: 46px;
  }
  .menu-filter .btn-close {
    right: 220px;
  }
  .select2-container .select2-selection--single {
    height: 38px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    line-height: 38px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 40%;
  }
  .card .head {
    width: 240px;
    height: auto;
  }
  .card .head .cover {
    padding-bottom: 110%;
  }
  .card .body {
    padding: 9px 19px 0 20px;
  }
  .card .body .title {
    font-size: 24px;
    line-height: 1.2em;
    padding-bottom: 0;
  }
  .card .body .title.text-limit {
    width: calc(100% - 70px);
    max-height: 2.4em;
  }
  .card .body .rate {
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .card .body .desc {
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .card .body .item-list {
    margin: 0 -6px;
    margin-top: 20px;
    margin-bottom: 13px;
  }
  .card .body .item-list li {
    padding: 0 6px;
  }
  .card .item-list li img {
    width: 50px;
  }
  .card .body .detail {
    font-size: 16px;
  }
  .card .body .detail strong {
    font-size: 24px;
  }
  .card .favorite {
    top: 15px;
    left: 33%;
    width: 30px;
    height: 30px;
  }
  .campa-search-map {
    width: calc(100vw - 140%);
    margin-left: 26px;
  }
  #sticky-map .card {
    top: 110px;
    left: 410px;
    width: 305px;
    height: auto;
  }
  #sticky-map .card .head {
    height: auto;
    width: 100%;
  }
  .profile-page .wrapper-profile, .profile-page .menu-profile {
    margin-left: 0;
  }
  .profile-page .wrapper-profile .text-name {
    font-size: 30px;
  }
  .profile-page .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 60%;
  }
  .profile-page .profile-detail .wrapper-date-trip strong {
    font-size: 26px;
  }
  .profile-page .profile-detail .card .body .desc.text-date {
    margin-top: 0;
  }
  .profile-page .profile-detail .card .favorite {
    left: 200px;
  }
  .profile-page .nav-my-trip li:nth-child(1):before,
  .profile-page .nav-my-trip li:nth-child(2):before,
  .profile-page .nav-my-trip li:nth-child(3):before {
    width: 100%;
    left: 0;
  }
  .profile-page .profile-detail .card.-history {
    width: 100%;
  }
  .profile-page .trip-filter .block-control .btn-search {
    top: 0;
  }
  .profile-page .action.-history .btn-review img {
    width: 32px;
  }
  .profile-page .trip-cancel li:before {
    left: -18px;
  }
  .card.-favorite .head {
    width: 270px;
  }
  .profile-page .profile-detail .card.-favorite {
    width: 100%;
  }
  .profile-page .profile-detail .card.-favorite .favorite {
    left: 28%;
  }
  .profile-page .trip-cancel .wrapper .content {
    height: 170px;
  }
  .profile-page.trip-detail .title {
    padding-top: 59px;
    font-size: 20px;
    padding-bottom: 20px;
  }
  .profile-page.trip-detail .h-title {
    font-size: 28px;
    padding-bottom: 19px;
  }
  .profile-page.trip-detail .rating-review .desc {
    font-size: 16px;
  }
  .profile-page.trip-detail .b-icon .detail .feather {
    font-size: 25px;
  }
  .profile-page.trip-detail .favorite {
    width: 28px;
    height: 28px;
  }
  .profile-page.trip-detail .b-icon .item-list {
    margin: 0 -15px;
  }
  .profile-page.trip-detail .b-icon .item-list li {
    padding: 0 15px;
  }
  .profile-page.trip-detail .b-icon .text {
    font-size: 14px;
  }
  .profile-page.trip-detail .block {
    font-size: 16px;
  }
  .profile-page.trip-detail .block.-mt {
    margin-top: 35px;
  }
  .profile-page.trip-detail .zone {
    font-size: 16px;
  }
  .profile-page.trip-detail .zone .item-list {
    margin: 0 -5px;
  }
  .profile-page.trip-detail .zone .item-list li {
    padding: 0 5px;
  }
  .profile-page.trip-detail .zone .item-list .icon {
    font-size: 20px;
    width: 46px;
    height: 46px;
  }
  .profile-page.trip-detail .zone-price .box {
    width: 46px;
    height: 46px;
    font-size: 28px;
  }
  .profile-page.trip-detail .wrapper-line > li ul:before {
    top: 3px;
  }
  .profile-page .gallery-list .slick-prev,
  .profile-page .gallery-list .slick-next {
    font-size: 100px;
  }
  .profile-page .gallery-list .slick-prev {
    left: 0;
  }
  .profile-page .gallery-list .slick-next {
    right: 27%;
  }
  .sort.-style-ii li {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    width: calc(100% / 5);
  }
  .sort.-style-ii li .link {
    padding: 6px 8px;
  }
  .P-review {
    padding-top: 40px;
  }
  .profile-page .num-review div {
    font-size: 18px;
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
  .profile-page .review-i li .wrapper .cover {
    margin-right: 0;
  }
  .profile-page.trip-detail .btn-follow-payment {
    min-width: 200px;
    font-size: 18px;
  }
  .profile-page.coupon .desc {
    font-size: 18px;
  }
  .profile-page.coupon .desc span {
    font-size: 13px;
  }
  .profile-page.coupon li.exp .form-control,
  .profile-page.coupon .form-control {
    height: 45px;
    font-size: 18px;
  }
  .profile-page.awards .progress-rank .item-list {
    margin: 0 -90px;
  }
  .profile-page.awards .progress-rank li {
    padding: 0 90px;
  }
  .profile-page.awards .progress-rank li:after {
    top: 48px;
  }
  .profile-page.awards .progress-rank li.active .desc .text {
    font-size: 24px;
  }
  .profile-page .profile-detail .desc {
    margin-top: 10px;
  }
  .profile-page .profile-detail .b-coupon .desc {
    margin-top: 0;
  }
  .profile-page.awards .award-list .slick-list {
    margin: 0 -20px;
  }
  .profile-page.awards .award-list .slick-list .item {
    padding: 0 20px;
  }
  .profile-detail .desc {
    line-height: 1.7em;
  }
  .camp-detail-page .gallery .action {
    right: 20px;
  }
  .camp-detail-page .select-camp-area .action .btn {
    font-size: 25px;
  }
  .camp-detail-page .should-list li {
    padding: 10px 20px;
    font-size: 18px;
  }
  .camp-detail-page .detail-select .wrapper .size-camp {
    font-size: 20px;
  }
  .camp-detail-page .detail-select .wrapper .box {
    width: 80px;
    height: 80px;
    font-size: 30px;
  }
  .camp-detail-page .detail-select .wrapper .price-camp {
    font-size: 28px;
    margin-top: 18px;
  }
  .camp-detail-page .detail-select .wrapper .size-camp {
    font-size: 16px;
  }
  .camp-detail-page .detail-select .wrapper .size-camp span {
    font-size: 13px;
    margin-left: 10px;
    padding-left: 10px;
  }
  .camp-detail-page .detail-select .wrapper .view .lock span {
    font-size: 20px;
    width: 46px;
    height: 46px;
  }
  .camp-detail-page .detail-select .wrapper .view .close {
    margin-top: 0;
  }
  .camp-detail-page .event .item-list {
    margin: 0 -55px;
  }
  .camp-detail-page .event .item-list li {
    padding: 0 55px;
  }
  .host-page.profile-page .h-title.-host.height {
    height: 3em;
  }
  .ranking-popular .form-group, .graph-booking .form-group {
    margin: 0;
  }
  .income-title .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 60%;
  }
  .profile-page .form-default .search-group .form-control {
    max-width: 260px;
  }
  .h-calendar .fc-toolbar-chunk .fc-button-group {
    position: relative;
    top: inherit;
    right: inherit;
  }
  .form-calendar-search .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 66%;
  }
  .h-calendar .fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1em;
  }
  .help-page .content .form-default {
    padding: 30px 50px;
  }
  .help-page .content .form-default .title {
    font-size: 20px;
  }
  .help-page .content .form-default .select2-container .select2-selection--single {
    height: 54px;
  }
  .help-page .content .form-default .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 18px;
    line-height: 54px;
  }
  .help-page .content .form-default .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 65%;
  }
  .help-page .content .form-default .action .btn {
    font-size: 20px;
  }
  .content.-help .social .link {
    font-size: 20px;
  }
  .profile-page .nav-my-trip .link {
    font-size: 20px;
  }
  .block-step li {
    padding: 0 70px;
  }
  .block-step li .step {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .form-default.-camp .text br {
    display: none;
  }
  .form-default.-camp .action .btn {
    font-size: 21px;
  }
  .camp-step3 .card-body .s-title {
    font-size: 18px;
  }
  .about-page .head-cover {
    height: 564px;
  }
  .camp-step3 .t-data-zone tr th, .camp-step3 .t-data-zone tr td {
    padding: 20px 10px;
  }
  .camp-step3 .t-data-zone tr td .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 62%;
  }
  .site-footer .link .brand {
    width: 180px;
  }
  .site-footer .h-title {
    font-size: 24px;
  }
  .site-footer .link-list li .link {
    font-size: 18px;
  }
  .camp-detail-page #sticky-booking.is-affixed .sticky-booking .btn-lg {
    height: 45px;
    line-height: 41px;
    font-size: 26px;
  }
  .camp-detail-page .sticky-booking .h-title {
    font-size: 26px;
  }
  .camp-detail-page .sticky-booking .link {
    font-size: 18px;
  }
  .camp-detail-page .b-icon .detail .feather {
    font-size: 30px;
  }
  .camp-detail-page .favorite {
    width: 35px;
  }
  .camp-detail-page .b-icon .item-list {
    margin: 0 -16px;
  }
  .camp-detail-page .b-icon .item-list li {
    padding: 0 16px;
  }
  .camp-detail-page .sticky-booking .desc .price {
    font-size: 26px;
    line-height: 1.2em;
  }
  .camp-detail-page .detail .desc {
    font-size: 18px;
  }
  .camp-detail-page .desc-camp .desc {
    font-size: 18px;
  }
  .camp-detail-page .desc-camp .name {
    font-size: 18px;
  }
  .camp-detail-page .select-camp-area .action .btn {
    font-size: 22px;
  }
  .camp-detail-page .review-i .desc {
    font-size: 18px;
  }
  .sort {
    font-size: 16px;
  }
  .camp-detail-page .review-i .title .t-review {
    font-size: 18px;
  }
  .camp-detail-page .review-i .title .date {
    font-size: 16px;
  }
  .profile-page .h-title {
    font-size: 30px;
    padding-bottom: 15px;
  }
  .profile-detail .desc {
    font-size: 22px;
  }
  .profile-detail .card .body .desc.text-date {
    font-size: 24px;
  }
  .profile-detail .card .body .detail strong {
    font-size: 26px;
  }
  .profile-page .trip-cancel .wrapper .title {
    font-size: 26px;
  }
  .profile-page .nav-my-trip .link {
    line-height: 1.3em;
  }
  .profile-page .nav-my-trip.-style-iii .link {
    font-size: 16px;
  }
  .confirm-block {
    min-width: 140px;
    height: 35px;
    padding: 5px;
    top: 10px;
    left: 10px;
  }
  .confirm-block .text {
    font-size: 14px;
    padding-left: 5px;
  }
}

@media (max-width: 1440px) {
  .container {
    max-width: inherit;
    width: 970px;
  }
  .site-header {
    height: 100px;
  }
  .site-header.tiny {
    height: 90px;
  }
  .site-header .b-right li {
    padding: 0 20px;
  }
  .site-header .b-right li .link {
    font-size: 16px;
  }
  .site-header .b-right li .link img {
    width: 25px;
  }
  .site-header .dropdown-menu {
    min-width: 55px;
    margin-left: -13px;
  }
  .site-header .dropdown-menu .dropdown-item {
    font-size: 12px;
  }
  .site-header .search-form .txt-key .item-list {
    margin-top: 0;
  }
  .site-header .search-form .txt-key .form-control {
    font-size: 12px;
  }
  .site-header .search-form .txt-key .form-control.add-guest {
    margin-top: -4px;
  }
  .site-header.reset-header.tiny,
  .site-header.reset-header {
    height: 90px;
  }
  .site-header .b-right .member.active:before {
    width: 10px;
    height: 10px;
    top: 8px;
    right: -4px;
  }
  .site-header .dropdown-menu.dropdown-member {
    min-width: 226px;
  }
  .site-header .dropdown-menu.dropdown-member .dropdown-item {
    font-size: 16px;
    padding: 5px 28px;
  }
  .site-header .dropdown-menu.dropdown-member .dropdown-item span {
    margin-right: 10px;
  }
  .site-header .dropdown-menu.dropdown-member .dropdown-item.active .text:before {
    width: 10px;
    height: 10px;
    right: -15px;
  }
  .topgraphic .wg-search {
    /*top: 80px;*/
    -webkit-transform: translate(-50%, 22%);
            transform: translate(-50%, 22%);
    width: 820px;
  }
  .topgraphic .wg-search .h-title {
    font-size: 40px;
  }
  .topgraphic .wg-search .desc {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .topgraphic .topgraphic-list .cover {
    padding-bottom: 36%;
  }
  .topgraphic .search-form .label-search .txt-key {
    height: 75px;
  }
  .topgraphic .search-form .label-search .txt-key li {
    line-height: 1em;
  }
  .topgraphic .search-form .label-search .txt-key li span {
    font-size: 12px;
  }
  .topgraphic .search-form .label-search .txt-key .form-control {
    font-size: 14px;
  }
  .topgraphic .search-form .label-search .btn-search {
    right: 60px;
    top: 40px;
  }
  .topgraphic .search-form .label-search .btn-search img {
    width: 36px;
  }
  .topgraphic .arrows-scroll .link .feather {
    font-size: 40px;
  }
  .topgraphic .search-form .label-search .txt-key .form-control {
    width: 90%;
  }
  .topgraphic .search-form .label-search .add-guest .dropdown-guest {
    top: 63px;
    padding: 10px 12px;
  }
  .topgraphic .search-form .label-search .add-guest .dropdown-guest .form-control {
    margin-top: 6px;
  }
  .wg-popular {
    padding-bottom: 20px;
  }
  .wg-popular .wrapper-slide {
    max-height: 400px;
  }
  .wg-popular .wrapper-slide .head .cover {
    padding-bottom: 70%;
  }
  .wg-popular .wrapper-slide .body .title {
    font-size: 20px;
  }
  .wg-camping-ground {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .wg-camping-ground .camping-ground-list {
    margin-top: 10px;
  }
  .wg-camping-ground .action {
    margin-top: 10px;
  }
  .wrapper-slide .body {
    padding: 15px;
  }
  .wrapper-slide .body .title {
    font-size: 18px;
  }
  .wrapper-slide .body .title .rate {
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .wrapper-slide .head .cover {
    padding-bottom: 72%;
  }
  .wrapper-slide .body .desc {
    font-size: 18px;
  }
  .wrapper-slide .favorite {
    width: 30px;
    height: 36px;
    top: 15px;
    right: 12px;
  }
  .wg-popular .action {
    margin-top: 0;
  }
  .wg-news .news-list {
    margin-top: 25px;
  }
  .wg-banner {
    padding-top: 54px;
    padding-bottom: 63px;
  }
  .wg-text-left,
  .wg-text-right {
    padding: 80px 0;
  }
  .wg-news .news-list {
    min-height: 420px;
  }
  .wg-news .news-list .wrapper-news .content .title {
    font-size: 22px;
  }
  .wg-news .news-list .slick-slide .wrapper-news {
    -webkit-transform: scale(1) translate(0, 110px);
            transform: scale(1) translate(0, 110px);
  }
  .wg-news .news-list .slick-slide.slick-center .wrapper-news {
    height: 420px;
  }
  .wg-news .news-list .slick-slide.slick-center .wrapper-news .content .title {
    font-size: 22px;
  }
  .wg-news .news-list .slick-slide.slick-center .wrapper-news .content .desc {
    font-size: 16px;
  }
  .wg-news .news-list .slick-slide.slick-center .wrapper-news .content .action .btn {
    height: 46px;
    line-height: 46px;
    min-width: 140px;
  }
  .wg-news .news-list .slick-prev, .wg-news .news-list .slick-next {
    top: 30px;
  }
  .wg-news .news-list .slick-prev {
    left: 20.5%;
  }
  .wg-news .news-list .slick-next {
    right: 20.5%;
  }
  .wg-news .action {
    margin-top: 40px;
  }
  .wg-camping-style {
    margin-top: 0;
  }
  .wg-camping-style .wrapper {
    max-height: 300px;
  }
  .wg-camping-style .wrapper .title {
    font-size: 17px;
    padding: 18px 10px;
  }
  .wg-camping-style .cover {
    padding-bottom: 130%;
  }
  .site-footer {
    padding-top: 50px;
    padding-bottom: 45px;
    min-height: inherit;
  }
  .site-footer .h-title {
    font-size: 20px;
  }
  .site-footer .link-list li .link {
    font-size: 16px;
  }
  .site-footer .link {
    line-height: 0.9em;
  }
  .box-content .desc {
    font-size: 14px;
    line-height: 1.5em;
    max-width: inherit;
  }
  .box-content .desc.text-limit {
    height: 9em;
    -webkit-line-clamp: 6;
  }
  .h-title {
    font-size: 30px;
  }
  .slick-prev, .slick-next {
    width: 45px;
    height: 45px;
    font-size: 30px;
    border: 3px solid #fff;
  }
  .slick-prev {
    left: -70px;
  }
  .slick-next {
    right: -70px;
  }
  .slick-dots li {
    width: 14px;
    height: 14px;
  }
  .btn {
    height: 45px;
    line-height: 45px;
  }
  .ui-widget {
    max-width: 238px;
    /*top: 434px !important;*/
    /*left: 309.5px !important;*/
  }
  .ui-widget li .ui-menu-item-wrapper {
    font-size: 16px;
    padding: 15px;
    padding-left: 21px;
  }
  .booking-page {
    padding: 60px 0;
  }
  .booking-sum .h-title {
    font-size: 20px;
  }
  .booking-sum {
    font-size: 18px;
  }
  .booking-sum .row + .row {
    margin-top: 6px;
  }
  .booking-sum .block {
    padding: 25px;
  }
  .booking-sum {
    width: 340px;
  }
  .booking-why {
    margin-top: 60px;
  }
  .booking-why .title {
    font-size: 19px;
  }
  .booking-why .desc {
    font-size: 16px;
  }
  .booking-login {
    margin: 60px 30px 0 30px;
    width: 290px;
  }
  .booking-login .social .link {
    font-size: 16px;
  }
  .booking-login .social .link + .link {
    margin-top: 15px;
  }
  .booking-login .mail .link {
    font-size: 18px;
  }
  .booking-login .or {
    padding: 20px 0;
    font-size: 16px;
  }
  .booking-login .action .link {
    font-size: 18px;
  }
  .booking-register {
    min-height: inherit;
    padding-right: inherit;
  }
  .booking-register .title {
    font-size: 26px;
  }
  .booking-register .form-default {
    max-width: 340px;
  }
  .booking-register .form-default .password {
    padding-top: 20px;
  }
  .booking-register .form-default .policy {
    margin-top: 30px;
    padding: 15px;
    font-size: 14px;
  }
  .booking-register .form-default .form-button .action .link {
    font-size: 18px;
  }
  .booking-payment .h-title {
    font-size: 26px;
  }
  .payment-method .header .link {
    font-size: 18px;
  }
  .payment-method .header .link::before {
    top: 18px;
  }
  .payment-method .header .link .icon {
    width: 110px;
  }
  .payment-method {
    max-width: 600px;
  }
  .booking-detail {
    margin-top: 40px;
    padding-top: 40px;
  }
  .booking-detail .h-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .booking-detail .should {
    padding-right: 100px;
    min-height: 370px;
  }
  .booking-detail .should-list {
    font-size: 18px;
  }
  .booking-detail .should-list .icon {
    width: 24px;
    top: 0;
  }
  .booking-detail .should-list .notallow,
  .booking-detail .should-list .allow {
    width: 20px;
    height: 20px;
    left: -10px;
  }
  .booking-detail .should-list li + li {
    margin-top: 15px;
  }
  .booking-detail .policy .action {
    margin-top: 20px;
  }
  .booking-detail .policy .action .link {
    font-size: 18px;
  }
  .booking-detail .policy {
    max-width: 360px;
    margin-left: 30px;
  }
  .bookong-info {
    margin-right: 100px;
    width: 480px;
  }
  .bookong-info .h-title .icon {
    width: 50px;
    margin-right: 5px;
  }
  .bookong-info .h-title {
    font-size: 26px;
  }
  .bookong-info .info-header .title {
    font-size: 26px;
  }
  .bookong-info .info-header .cover {
    width: 50px;
    height: 50px;
  }
  .bookong-info .info-header .zone .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .bookong-info .info-detail strong {
    font-size: 20px;
  }
  .bookong-info .action .btn {
    font-size: 20px;
  }
  .bookong-conclude .block {
    padding: 18px 25px;
  }
  .bookong-conclude .h-title {
    font-size: 19px;
  }
  .bookong-conclude .desc {
    font-size: 18px;
  }
  .bookong-conclude .link {
    font-size: 16px;
  }
  .bookong-conclude .action .note {
    font-size: 16px;
  }
  .bookong-conclude .action {
    padding: 25px 0;
  }
  .bookong-conclude .action .btn {
    font-size: 20px;
  }
  .editor-content p {
    font-size: 18px;
  }
  .form-default .floating-label {
    font-size: 18px;
    left: 20px;
    top: 20px;
  }
  .form-default .form-control {
    font-size: 18px;
    padding-left: 20px;
  }
  .form-default .help-block {
    font-size: 14px;
  }
  .search-page .filter .btn-filter {
    font-size: 16px;
  }
  .search-page .dropdown-menu {
    -webkit-transform: translate(-30px, 0);
            transform: translate(-30px, 0);
  }
  .sort {
    font-size: 14px;
  }
  .sort .text {
    display: none;
  }
  .menu-filter label {
    font-size: 16px;
  }
  .menu-filter .checkbox-control .title {
    font-size: 14px;
  }
  .menu-filter .btn-reset {
    font-size: 14px;
  }
  .menu-filter .btn-submit-filter {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  .menu-filter .btn-close {
    right: 137px;
  }
  .card .body {
    padding: 9px 10px 0 10px;
  }
  .card .body .title {
    font-size: 16px;
  }
  .card .body .rate {
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .card .body .desc {
    font-size: 16px;
  }
  .card .body .item-list {
    margin-top: 5px;
    padding-bottom: 8px;
    margin-bottom: 10px;
  }
  .card .item-list li img {
    width: 36px;
  }
  .card .body .detail {
    font-size: 14px;
    padding: 0 10px;
  }
  .card .body .detail strong {
    font-size: 18px;
  }
  .card .head {
    width: 180px;
  }
  .card .head .cover {
    padding-bottom: 112%;
  }
  .card .favorite {
    left: 30%;
  }
  .campa-search-map {
    width: calc(100vw - 126%);
  }
  .select2-results__option {
    font-size: 14px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 6px 6px 0 6px;
  }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 6px 6px 6px;
  }
  .pagination .link {
    margin: 0 6px;
  }
  .modal .modal-dialog {
    min-width: auto;
  }
  .modal .modal-body {
    padding: 0 15px;
    padding-top: 15px;
  }
  .modal .social .link + .link {
    margin-top: 10px;
  }
  .modal .mail .link, .modal .social .link {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .modal .or {
    padding: 20px 0;
    font-size: 16px;
  }
  .modal .or:before, .modal .or:after {
    top: 29px;
  }
  .modal .action {
    font-size: 14px;
  }
  .modal .desc.policy {
    font-size: 14px;
  }
  .modal .modal-footer {
    margin-top: 20px;
    padding: 0 15px;
  }
  .modal .form-default .form-control {
    height: 50px;
  }
  .modal .form-control-feedback {
    top: 18px;
  }
  .modal .modal-content.sign-up-fill .desc.policy {
    margin-bottom: 16px;
  }
  .modal .social .link .icon img {
    width: 23px;
  }
  .modal .remmember .title {
    font-size: 13px;
  }
  .modal .remmember .checkbox-control .icon {
    top: 0;
  }
  .btn-forgot-psw {
    font-size: 13px;
  }
  .modal .sign-in .action {
    margin-top: 19px;
  }
  .reset-password-page {
    margin-top: 80px;
    padding: 40px 15px;
    min-height: calc(100vh - 423px);
  }
  .reset-password-page .b-reset-pass {
    max-width: 100%;
  }
  .reset-password-page .header .title {
    padding: 15px 0;
    font-size: 16px;
  }
  .reset-password-page .body {
    padding: 0 15px 15px 15px;
  }
  .reset-password-page .body .form-default .form-control {
    height: 58px;
  }
  .reset-password-page .body .form-control-feedback {
    top: 22px;
  }
  .reset-password-page .body .showPSW {
    top: 10px;
  }
  .form-control-feedback {
    width: 13px;
    height: 13px;
  }
  .profile-page {
    padding-bottom: 45px;
  }
  .profile-page .wrapper-profile, .profile-page .menu-profile {
    width: auto;
  }
  .profile-page .wrapper-profile .text-name {
    font-size: 20px;
  }
  .profile-page .wrapper-profile .img-profile .edit-pic .custom-file-label {
    font-size: 14px;
  }
  .profile-page .wrapper-profile .b-rank .icon-rank img {
    width: 45px;
  }
  .profile-page .wrapper-profile .img-profile .cover {
    width: 100px;
    height: 100px;
  }
  .profile-page .wrapper-profile .b-rank .name-rank strong {
    font-size: 20px;
  }
  .profile-page .menu-profile .link {
    font-size: 16px;
  }
  .profile-page .menu-profile .link .img-icon {
    width: 40px;
    height: 40px;
  }
  .profile-page .menu-profile .link .img-icon img {
    width: 26px;
  }
  .profile-page .menu-profile .text {
    margin-left: 10px;
  }
  .profile-page .h-title {
    font-size: 24px;
    padding-bottom: 35px;
  }
  .profile-page .profile-detail .desc {
    font-size: 16px;
    margin-top: 13px;
  }
  .profile-page .profile-detail .desc img {
    width: 24px;
  }
  .profile-page .trip-cancel .wrapper .title {
    font-size: 24px;
  }
  .profile-page .trip-cancel .wrapper .trip-progress {
    font-size: 18px;
  }
  .profile-page .trip-cancel .wrapper .desc {
    font-size: 18px;
  }
  .line {
    margin: 20px 0;
  }
  .profile-page .profile-detail .card .favorite {
    left: 140px;
  }
  .profile-page .nav-my-trip .link {
    font-size: 16px;
  }
  .profile-page .profile-detail .card .body .desc.text-date {
    font-size: 16px;
  }
  .profile-page .profile-detail .card .body .detail strong {
    font-size: 16px;
  }
  .profile-page .profile-detail .wrapper-date-trip strong {
    font-size: 16px;
  }
  .profile-page .btn-cancel {
    font-size: 16px;
  }
  .profile-page .text-help {
    font-size: 14px;
  }
  .row-40 {
    margin: 0 -10px;
  }
  .row-40 > div {
    padding: 0 10px;
  }
  .profile-page .trip-filter .form-control {
    width: 290px;
  }
  .profile-page .trip-filter .block-control .btn-search {
    top: -3px;
    left: 240px;
  }
  .profile-page .form-default .form-control::-webkit-input-placeholder {
    font-size: 15px;
  }
  .profile-page .form-default .form-control:-ms-input-placeholder {
    font-size: 15px;
  }
  .profile-page .form-default .form-control::-ms-input-placeholder {
    font-size: 15px;
  }
  .profile-page .form-default .form-control::placeholder {
    font-size: 15px;
  }
  .profile-page .trip-cancel .wrapper .content {
    height: 150px;
  }
  .profile-page .trip-cancel .wrapper .action .btn-follow-payment {
    min-width: 180px;
  }
  .modal.-review .modal-dialog {
    max-width: 750px;
    min-width: inherit;
  }
  .modal.-review .image .cover {
    width: 165px;
    height: 162px;
  }
  .modal.-review .content .title {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .modal.-review .content .score {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .modal.-review .content .score .rating {
    padding-top: 5px;
  }
  .modal.-review .content .title-review {
    font-size: 17px;
  }
  .modal.-review .content .score .rating .star {
    width: 30px;
    height: 30px;
    background-position: left -55px;
  }
  .modal.-review .content .score .rating .fullStar {
    background-position: left 36px;
  }
  .modal.-review .content .score .rating .tmp_fs {
    background-position: left 156px;
  }
  .modal.-review .action {
    margin-top: 20px;
  }
  .modal.-review .action .btn {
    font-size: 18px;
  }
  .profile-page .review-i li .wrapper .desc {
    font-size: 18px;
  }
  .card.-favorite .head {
    width: 200px;
  }
  .profile-page .profile-detail .card.-favorite {
    margin-top: 20px;
  }
  .profile-page .profile-detail .card.-favorite .favorite {
    left: 26%;
  }
  .profile-page .profile-detail .card.-favorite .body .detail strong {
    font-size: 20px;
  }
  .profile-page.setting .action .btn {
    font-size: 16px;
    min-width: 100%;
  }
  .profile-page .form-default .form-control {
    height: 45px;
  }
  .profile-page.setting .b-title .title {
    font-size: 16px;
  }
  .profile-page.setting .b-title .desc {
    font-size: 16px;
    margin-top: 6px;
  }
  .profile-page.setting .action {
    margin-top: 10px;
  }
  .profile-page.setting .switch {
    width: 56px;
    height: 26px;
  }
  .profile-page.setting .switch .slider:before {
    width: 20px;
    height: 20px;
    bottom: 3px;
  }
  .profile-page .gallery-list {
    height: calc(100vh - 90px);
  }
  .profile-page .gallery-list .cover {
    padding-bottom: 121%;
  }
  .profile-page .gallery-list .slick-prev, .profile-page .gallery-list .slick-next {
    top: 50%;
    font-size: 60px;
  }
  .profile-page .gallery-list .slick-next {
    right: 11%;
  }
  .profile-page.trip-detail .title {
    padding-top: 39px;
  }
  .profile-page.trip-detail .block.-pb {
    padding-bottom: 10px;
  }
  .profile-page.trip-detail .zone-price .box {
    font-size: 21px;
    width: 36px;
    height: 36px;
  }
  .profile-page.trip-detail .wrapper-line > li ul > li:not(:last-of-type):before {
    top: 1.1em;
  }
  .profile-page.trip-detail .wrapper-line > li ul > li:last-of-type:before {
    top: 1.1em;
  }
  .profile-page.trip-detail .wrapper-line > li ul > li:last-of-type:after {
    height: 1.1em;
  }
  .profile-page.trip-detail .action.follow-payment {
    top: -19px;
  }
  .profile-page.trip-detail .btn-follow-payment {
    min-width: auto;
    font-size: 16px;
  }
  .profile-page.awards .progress-rank li:after {
    height: 20px;
    top: 38px;
  }
  .profile-page.awards .desc-awards div {
    font-size: 35px;
  }
  .profile-page.awards .award-list .wrapper .desc .title {
    font-size: 13px;
  }
  .profile-page.awards .award-list .wrapper .desc .price,
  .profile-page.awards .award-list .wrapper .desc .price span {
    font-size: 12px;
  }
  .profile-page.awards .award-list .wrapper .image {
    height: 150px;
    padding: 10px;
  }
  .profile-page.awards .award-list .wrapper .image .cover {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .profile-page.awards .award-list .wrapper .image .cover img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .profile-page.awards .award-list .slick-list {
    margin: 0 -15px;
  }
  .profile-page.awards .award-list .slick-list .item {
    padding: 0 15px;
  }
  .profile-page.awards .award-list .wrapper.-traveler .image:before,
  .profile-page.awards .award-list .wrapper.-conqueror .image:before {
    z-index: 1;
    height: auto;
    padding: 5px 0;
    line-height: 1em;
    font-size: 12px;
  }
  .profile-page.awards .award-list .wrapper.-traveler .image:after,
  .profile-page.awards .award-list .wrapper.-conqueror .image:after {
    width: 20px;
    height: 20px;
  }
  .profile-page.awards .wrapper-progress-bar {
    height: 15px;
  }
  .profile-page.awards .wrapper-progress-bar .progress-bar {
    top: 4px;
    left: 4px;
    height: 8px;
    max-width: 98.7%;
  }
  .profile-page .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 64%;
  }
  .profile-page.coupon li.exp .form-control,
  .profile-page.coupon .form-control {
    max-width: 220px;
  }
  .profile-page.coupon .desc {
    font-size: 14px;
    margin-top: 0;
  }
  .modal.-awards .modal-dialog {
    max-width: 720px;
  }
  .modal.-awards .modal-body .desc .title {
    font-size: 16px;
  }
  .modal.-awards .modal-body .desc .use-points {
    font-size: 14px;
  }
  .modal.-awards .modal-body .form-default .desc {
    margin-top: 17px;
  }
  .modal.-awards .modal-body .form-default .desc .title-edit {
    font-size: 16px;
    padding-bottom: 13px;
  }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 6px 6px 6px;
  }
  .camp-detail-page {
    margin-top: 90px;
  }
  .camp-detail-page .gallery .cover {
    padding-bottom: 56%;
  }
  .camp-detail-page .gallery .item-list li .item-list li .cover {
    padding-bottom: 84.5%;
  }
  .camp-detail-page .gallery .action .btn-light {
    height: 38px;
    font-size: 16px;
  }
  .camp-detail-page .mt {
    margin-top: 36px;
  }
  .camp-detail-page .desc-camp .h-title {
    font-size: 28px;
  }
  .camp-detail-page .rating-review .desc {
    font-size: 16px;
  }
  .camp-detail-page .b-icon .detail .feather {
    font-size: 27px;
  }
  .camp-detail-page .favorite {
    width: 30px;
  }
  .camp-detail-page .b-icon .item-list {
    margin: 0 -10px;
  }
  .camp-detail-page .b-icon .item-list li {
    padding: 0 10px;
  }
  .camp-detail-page .desc-camp .name {
    font-size: 16px;
  }
  .camp-detail-page .desc-camp .desc {
    font-size: 16px;
  }
  .camp-detail-page .select-camp-area .form-default .form-control {
    font-size: 16px;
  }
  .camp-detail-page .select-camp-area .desc {
    font-size: 16px;
  }
  .camp-detail-page .select-camp-area {
    min-width: 320px;
  }
  .camp-detail-page .select-camp-area .action .btn {
    font-size: 30px;
  }
  .camp-detail-page .should .h-title {
    font-size: 18px;
  }
  .camp-detail-page .should-list li {
    font-size: 16px;
  }
  .camp-detail-page .s-title {
    font-size: 18px;
  }
  .camp-detail-page .event .item-list {
    padding-top: 20px;
  }
  .camp-detail-page .event .item-list li {
    margin-bottom: 35px;
  }
  .camp-detail-page .detail .desc {
    font-size: 16px;
  }
  .camp-detail-page .detail .desc {
    margin-bottom: 10px;
  }
  .camp-detail-page .profile-detail .num-review {
    font-size: 18px;
  }
  .P-review {
    padding-top: 30px;
  }
  .camp-detail-page .select-camp-area .box {
    font-size: 22px;
    width: 45px;
    height: 45px;
  }
  .camp-detail-page .select-camp-area .h-title.font-sum {
    font-size: 18px;
  }
  .camp-detail-page .select-camp-area .block .wrapper {
    padding: 20px 13px;
  }
  .camp-detail-page .zone .btn-zone-ii .block {
    height: 159px;
  }
  .camp-detail-page .zone .btn-zone-ii .block .name-zone {
    font-size: 16px;
    height: 36px;
  }
  .camp-detail-page .detail-select .wrapper .noti {
    font-size: 14px;
    margin-top: 15px;
  }
  .btn-lock {
    font-size: 18px;
    width: 50px;
    height: 50px;
  }
  .camp-detail-page .review-i .title .t-review {
    font-size: 18px;
  }
  .camp-detail-page .review-i .title .date {
    font-size: 16px;
  }
  .camp-detail-page .review-i .desc {
    font-size: 16px;
  }
  .camp-detail-page .review-i li {
    padding: 20px 0;
  }
  .camp-detail-page .review-i .cover {
    width: 100px;
    overflow: hidden;
  }
  .camp-detail-page .sticky-booking .h-title {
    font-size: 22px;
  }
  .camp-detail-page .sticky-booking .link {
    font-size: 18px;
  }
  .camp-detail-page .sticky-booking .menu .item-list {
    margin: 0 -15px;
  }
  .camp-detail-page .sticky-booking .menu .item-list li {
    padding: 0 15px;
  }
  .camp-detail-page .sticky-booking .desc .price {
    font-size: 24px;
  }
  .camp-detail-page .select-camp-area .action .btn {
    font-size: 20px;
  }
  .event-summary .item-list {
    margin: 0 -10px;
  }
  .event-summary .item-list li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .event-summary .wrapper {
    height: 156px;
  }
  .event-summary .wrapper .num {
    font-size: 45px;
    margin-bottom: 13px;
  }
  .event-summary .wrapper .desc {
    font-size: 16px;
  }
  .host-page.profile-page .h-title.-host {
    font-size: 20px;
  }
  .status-payment {
    margin: 36px 0;
  }
  .ranking-popular .table thead,
  .ranking-popular .table tbody,
  .status-payment .table thead,
  .status-payment .table tbody {
    font-size: 16px;
  }
  .status-payment .table thead tr th,
  .status-payment .table thead tr td,
  .status-payment .table tbody tr th,
  .status-payment .table tbody tr td {
    padding: 20px 0;
  }
  .status-payment .action .link {
    font-size: 16px;
  }
  .ranking-popular .table {
    margin-top: 16px;
  }
  .ranking-popular .wrapper, .graph-booking .wrapper {
    padding: 20px;
  }
  .profile-page .form-default .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 18px;
  }
  .sum-income {
    margin-top: 20px;
  }
  .sum-income .num {
    font-size: 45px;
  }
  .sum-income .num span {
    font-size: 18px;
  }
  .sum-income .text {
    font-size: 18px;
  }
  .table-sum-income {
    margin-top: 25px;
  }
  .table-sum-income thead th,
  .table-sum-income thead td,
  .table-sum-income tbody th,
  .table-sum-income tbody td {
    font-size: 16px;
  }
  .table-sum-income .action .btn {
    height: 48px;
    line-height: 48px;
  }
  .table-sum-income tbody th:not(:last-child),
  .table-sum-income tbody td:not(:last-child) {
    padding: 30px 0;
  }
  .host-page.profile-page .h-title.-host {
    font-size: 18px;
  }
  .income-title .form-group .action {
    top: 6px;
  }
  .income-title .form-group .action .btn-search img {
    max-width: 30px;
  }
  .sum-income .num {
    font-size: 30px;
  }
  .sum-income .num span {
    font-size: 16px;
  }
  .sum-income .text {
    font-size: 16px;
  }
  .table-sum-income .table {
    width: 160%;
  }
  .table-sum-income .action .btn {
    height: 38px;
    line-height: 38px;
  }
  .host-page.profile-page .wrapper-profile .b-rank .name-rank {
    font-size: 16px;
  }
  .host-page.profile-page .wrapper-profile .b-rank .name-rank span {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
  .host-page.profile-page .form-default .select2-container .select2-selection--single {
    height: 45px;
  }
  .host-page.profile-page .form-default .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
  }
  .host-page.profile-page .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 50%;
  }
  .host-page .form-group.search-group .action {
    top: 7px;
  }
  .host-page .form-group.search-group .action .btn-search img {
    max-width: 28px;
  }
  .profile-page .form-default .search-group .form-control {
    max-width: 160px;
  }
  .host-page.profile-page .select2-container {
    min-width: 140px;
  }
  .form-calendar-search {
    margin-top: 20px;
  }
  .h-calendar .fc-toolbar-chunk .fc-button-group .fc-button {
    font-size: 18px;
  }
  .host-booking-title .form-group .icon img {
    max-width: 22px;
  }
  .host-booking-title .link img {
    max-width: 35px;
  }
  .privacy-page {
    margin-top: 90px;
    padding: 40px 0;
  }
  .privacy-page .menu-policy li + li {
    margin-top: 25px;
  }
  .privacy-page .menu-policy .link {
    font-size: 18px;
  }
  .privacy-page .h-title {
    font-size: 29px;
  }
  .privacy-page .desc {
    font-size: 18px;
    margin-top: 25px;
  }
  .privacy-page .title {
    font-size: 22px;
  }
  .privacy-page .s-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .help-page {
    margin-top: 90px;
  }
  .help-page .head-cover {
    height: 340px;
  }
  .help-page .head-cover .h-title {
    font-size: 42px;
  }
  .help-page .menu-help .link {
    font-size: 20px;
  }
  .help-page .menu-help li {
    height: 95px;
  }
  .help-page .content .title-form {
    font-size: 28px;
    padding-bottom: 20px;
  }
  .help-page .content .social {
    margin-top: 40px;
  }
  .help-page .content .social .link {
    font-size: 20px;
  }
  .help-page .content .open {
    margin-top: 40px;
    font-size: 20px;
  }
  .content.-help .form-default {
    padding: 20px;
  }
  .content.-help .form-default .title {
    font-size: 18px;
  }
  .content.-help .social .link {
    font-size: 14px;
  }
  .content.-help .social .item-list {
    margin: 0 -15px;
  }
  .content.-help .social li {
    padding: 0 15px;
  }
  .content.-help .social .link img {
    width: 30px;
  }
  .content.-help .action {
    margin-top: 40px;
  }
  .content.-help .action .btn {
    font-size: 20px;
  }
  .content.-help .form-default .action .btn {
    font-size: 20px;
  }
  .content.-help .form-default input {
    height: 45px;
  }
  .layout-list li {
    width: 100%;
  }
  .layout-list li + li {
    margin-top: 40px;
  }
  .profile-page .nav-my-trip .link {
    font-size: 14px;
    line-height: 1.5em;
    height: calc(1.5em * 3);
  }
  .block-step {
    margin-top: 20px;
  }
  .block-step li {
    padding: 0 60px;
  }
  .block-step li .step {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
  }
  .form-default.-camp .text {
    font-size: 14px;
  }
  .form-default.-camp .radio-control .title,
  .form-default.-camp .checkbox-control .title {
    font-size: 14px;
  }
  .form-default.-camp .action .btn {
    font-size: 16px;
    min-width: 200px;
  }
  .form-default.-camp .link {
    font-size: 16px;
  }
  .camp-step3 .header-zone .link {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
  }
  .camp-step3 .card-body .title {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .camp-step3 .card-body .s-title {
    font-size: 18px;
  }
  .camp-step3 .data-zone .title {
    font-size: 18px;
    margin-bottom: 0;
  }
  .camp-step3 .t-data-zone {
    width: 900px;
  }
  .camp-step3 .t-data-zone tr th,
  .camp-step3 .t-data-zone tr td {
    font-size: 16px;
    padding: 20px;
  }
  .camp-step3 .t-data-zone tr td .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 56%;
  }
  .camp-step3 .t-data-zone tr td .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
  }
  .camp-step3 .t-data-zone .manage .item-list {
    margin: 0 -15px;
  }
  .camp-step3 .t-data-zone .manage li {
    padding: 0 15px;
  }
  .camp-step3 .form-default .search-group .form-control {
    max-width: 100%;
  }
  .camp-step3 .data-zone .btn-light {
    min-width: 140px;
  }
  .-width {
    max-width: 100%;
    overflow: hidden;
  }
  .camp-step3 .card-body .s-title {
    margin-top: 10px;
    line-height: 1.3em;
  }
  .camp-step3 .custom-file .custom-file-label {
    height: 45px;
  }
  .camp-step3 .custom-file .custom-file-label:after {
    height: 45px;
    line-height: 32px;
    padding-left: 70px;
    background-size: 40px 32px;
    right: -210px;
  }
  .camp-step3 .action.-st3-add .btn {
    font-size: 20px;
  }
  .camp-step3 .action.-st3-add {
    margin-top: 10px;
  }
  .camp-step3 .action.pt-7 {
    padding-top: 50px;
  }
  .host-page .camp-step3 .form-group label {
    font-size: 18px;
  }
  .about-page {
    margin-top: 90px;
  }
  .about-page .content .desc {
    font-size: 16px;
  }
  .about-page .content .desc.intro {
    padding-bottom: 15px;
  }
  .about-page .content .title-md {
    font-size: 20px;
  }
  .about-page .content .title-lg {
    font-size: 29px;
  }
  .about-page .content .block {
    margin-top: 30px;
    height: 320px;
  }
  .about-page .content .desc.-pt {
    padding-top: 88px;
  }
  .about-page .ourValues {
    margin-top: 30px;
  }
  .about-page .ourValues .item-list {
    margin: 0 -40px;
  }
  .about-page .ourValues li {
    padding: 0 40px;
    margin-bottom: 30px;
  }
  .about-page .ourValues .wrapper .title {
    font-size: 29px;
  }
  .about-page .ourValues .wrapper .body {
    font-size: 16px;
    padding-top: 15px;
  }
  .privacy-page.-faq .content {
    margin-top: 25px;
  }
  .privacy-page.-faq h1.title {
    font-size: 26px;
    padding-bottom: 15px;
  }
  .privacy-page.-faq .wrapper {
    padding: 30px 37px 20px 37px;
    min-height: 470px;
  }
  .privacy-page.-faq .wrapper .title-head {
    font-size: 20px;
    padding-bottom: 5px;
  }
  .privacy-page.-faq .wrapper .faq-list .link {
    font-size: 16px;
  }
  .privacy-page.-help-search .search-list .navi {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .privacy-page.-help-search .search-list li {
    padding-top: 0;
    padding-bottom: 24px;
  }
  .privacy-page.-help-search .search-list .header {
    font-size: 18px;
  }
  .privacy-page.-help-search .search-list .desc {
    font-size: 18px;
  }
  .content-not-found .text {
    font-size: 42px;
  }
  .camp-step3 .btn-add, .camp-step3 .btn-minus {
    top: 4px;
  }
  .camp-step3 .btn-add .feather, .camp-step3 .btn-minus .feather {
    font-size: 27px;
  }
  .camp-step3 .form-default.-camp .radio-control .title {
    margin-top: 10px;
  }
  .btn-lg {
    font-size: 20px;
  }
  .modal.-fail .modal-body .h-title, .modal.-success .modal-body .h-title {
    font-size: 22px;
  }
  .modal.-fail .modal-body .desc, .modal.-success .modal-body .desc {
    font-size: 18px;
  }
  .confirm-block {
    cursor: pointer;
    pointer-events: unset;
    background-color: transparent;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    z-index: 2;
  }
  .confirm-block .text {
    font-size: 14px;
    opacity: 0;
    -webkit-transition: all 200ms;
    transition: all 200ms;
  }
  .confirm-block:hover {
    background-color: #fff;
  }
  .confirm-block:hover .text {
    opacity: 1;
  }
  .confirm-block .image {
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    width: 30px;
  }
}

@media (max-width: 1366px) {
  .wg-news .news-list .wrapper-news {
    height: 210px;
  }
  .wg-news .news-list .wrapper-news .content .title {
    font-size: 16px;
  }
  .wg-news .news-list .wrapper-news .content .desc.text-limit {
    height: calc(1.7em * 3);
    -webkit-line-clamp: 3;
  }
  .wg-news .news-list .slick-slide.slick-center .wrapper-news {
    height: 320px;
  }
  .wg-news .news-list .slick-slide.slick-center .wrapper-news .content {
    width: 45%;
  }
  .wg-news .news-list .slick-slide.slick-center .wrapper-news .image {
    width: 55%;
  }
  .wg-news .news-list .slick-slide.slick-center .wrapper-news .cover {
    padding-bottom: 135%;
  }
  .wg-news .news-list .slick-slide.slick-center .wrapper-news .content .desc.text-limit {
    height: calc(1.7em * 5);
    -webkit-line-clamp: 5;
  }
}

@media (max-width: 1199px) {
  .container {
    max-width: inherit;
    width: 970px;
  }
  .site-header .brand img {
    width: 150px;
  }
  .site-header .search-form .txt-key {
    width: 410px;
  }
  .site-header .search-form .add-guest .dropdown-guest {
    width: 154px;
    padding: 10px;
  }
  .site-header .search-form .add-guest .guest .btn {
    width: 36px;
    height: 36px;
  }
  .site-header .dropdown-menu.dropdown-member .dropdown-item {
    font-size: 14px;
  }
  .site-header .dropdown-menu.dropdown-member .dropdown-item:hover img {
    width: 20px;
  }
  .topgraphic .wg-search {
    top: 30%;
    -webkit-transform: translate(-50%, 20%);
            transform: translate(-50%, 20%);
    width: 700px;
    min-height: inherit;
  }
  .topgraphic .wg-search .h-title {
    font-size: 42px;
    margin-bottom: 0;
  }
  .topgraphic .wg-search .desc {
    font-size: 18px;
    padding-bottom: 0;
  }
  .topgraphic .search-form .label-search .txt-key {
    padding: 10px 24px;
  }
  .topgraphic .search-form .label-search .txt-key li:nth-child(1) {
    width: 29%;
  }
  .topgraphic .search-form .label-search .txt-key li:nth-child(2) {
    width: 41%;
  }
  .topgraphic .search-form .label-search .btn-search {
    right: 38px;
  }
  .topgraphic .topgraphic-list .cover {
    padding-bottom: 56%;
  }
  .topgraphic .arrows-scroll .link {
    top: -30px;
  }
  .topgraphic .arrows-scroll .link .feather {
    font-size: 55px;
  }
  .topgraphic .search-form .label-search .add-guest .guest .btn {
    width: 35px;
    height: 35px;
    padding: 5px 12px;
  }
  .topgraphic .search-form .label-search .add-guest .dropdown-guest {
    width: 204px;
  }
  .wg-popular {
    min-height: inherit;
  }
  .wg-popular .wrapper-slide .body .title {
    font-size: 20px;
  }
  .wg-popular .popular-list {
    margin-top: 10px;
  }
  .wg-popular .popular-list .slick-list {
    margin: 0 -10px;
  }
  .wg-popular .popular-list .slick-list .item {
    padding: 0 10px;
  }
  .wg-camping-ground {
    padding-top: 20px;
  }
  .wg-camping-ground .camping-ground-list .slick-list {
    margin: 0 -10px;
  }
  .wg-camping-ground .camping-ground-list .slick-list .item {
    padding: 0 10px;
  }
  .wg-banner {
    padding-top: 30px;
  }
  .wg-text-left, .wg-text-right {
    padding: 40px 0;
  }
  .wg-text-left .slick-list,
  .wg-text-right .slick-list {
    margin: 0 -10px;
  }
  .wg-text-left .slick-list .item,
  .wg-text-right .slick-list .item {
    padding: 0 10px;
  }
  .wg-news {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .wg-news .news-list {
    margin-top: 30px;
  }
  .wg-news .news-list .wrapper-news {
    height: 260px;
    -webkit-transform: scale(0.8) translate(0, 77px);
            transform: scale(0.8) translate(0, 77px);
  }
  .wg-news .news-list .wrapper-news .content {
    padding: 15px 15px 0 15px;
  }
  .wg-news .news-list .wrapper-news .content .title {
    font-size: 18px;
  }
  .wg-news .news-list .wrapper-news .content .desc {
    font-size: 10px;
  }
  .wg-news .news-list .wrapper-news .content .action .btn {
    height: 30px;
    line-height: 30px;
    min-width: 80px;
  }
  .wg-news .news-list .slick-slide .wrapper-news {
    -webkit-transform: scale(1) translate(0, 160px);
            transform: scale(1) translate(0, 160px);
  }
  .wg-news .news-list .slick-slide.slick-center .wrapper-news {
    height: 420px;
  }
  .wg-news .news-list .slick-slide.slick-center .wrapper-news .content .title {
    font-size: 22px;
  }
  .wg-news .news-list .slick-slide.slick-center .wrapper-news .content .desc {
    font-size: 14px;
  }
  .wg-news .news-list .slick-list {
    margin: 0 -180px;
  }
  .wg-news .news-list .slick-list .item {
    padding: 0 15px;
  }
  .wg-news .news-list .slick-prev, .wg-news .news-list .slick-next {
    top: 80px;
  }
  .wg-news .news-list .slick-prev {
    left: 13%;
  }
  .wg-news .news-list .slick-next {
    right: 13%;
  }
  .wg-camping-style {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .wg-camping-style .item-list {
    margin: 35px -10px 0 -10px;
  }
  .wg-camping-style .wrapper {
    height: 280px;
  }
  .wg-camping-style .wrapper .title {
    font-size: 13px;
    padding: 15px 10px;
  }
  .wrapper-slide .body {
    padding: 10px 15px;
  }
  .wrapper-slide .body .title .rate {
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .wrapper-slide .body .desc {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 0;
  }
  .h-title {
    font-size: 28px;
  }
  .wrapper-slide .body .title {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .slick-dots {
    bottom: -30px;
  }
  .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
  .slick-dots li.slick-active {
    width: 45px;
  }
  .btn {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    min-width: 120px;
  }
  .site-footer .link .brand {
    width: 180px;
  }
  .site-footer .h-title {
    font-size: 20px;
  }
  .site-footer .link-list li .link {
    font-size: 16px;
  }
  .site-footer .ft-bt .copyright {
    font-size: 16px;
  }
  .site-footer .link {
    font-size: 16px;
  }
  .ui-widget {
    /*top: 405px !important;*/
  }
  .daterangepicker {
    margin-top: 28px;
  }
  .booking-why .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .booking-why .desc {
    font-size: 16px;
  }
  .booking-login {
    width: 280px;
  }
  .booking-login .mail .link,
  .booking-login .social .link {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
  }
  .booking-login .social .link + .link {
    margin-top: 10px;
  }
  .booking-login .mail .link .icon,
  .booking-login .social .link .icon {
    width: 25px;
  }
  .booking-login .or {
    padding: 15px 0;
    font-size: 14px;
  }
  .booking-login .action .link {
    font-size: 16px;
  }
  .booking-sum {
    font-size: 16px;
  }
  .booking-sum .block {
    padding: 20px;
  }
  .booking-sum .h-title {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .booking-register .title {
    font-size: 20px;
  }
  .booking-register .form-default .policy {
    font-size: 12px;
    margin-top: 15px;
  }
  .booking-register .form-default .password {
    padding-top: 15px;
  }
  .booking-login.layout-2 {
    width: 200px;
    margin: 60px 0 0 0;
  }
  .booking-login.layout-2 .action .link,
  .booking-login.layout-2 .social .link {
    font-size: 14px;
  }
  .booking-payment .h-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .payment-method .header .link {
    font-size: 16px;
    line-height: 1.7em;
    padding-left: 26px;
  }
  .payment-method .header .link .icon {
    width: 90px;
    top: 13px;
  }
  .payment-method .header .link::before {
    width: 17px;
    height: 17px;
    top: 21px;
  }
  .payment-method .form-default .form-control {
    padding: 0 20px;
    height: 50px;
    font-size: 15px;
  }
  .payment-method .form-default .form-control .form-control {
    height: 50px;
  }
  .booking-detail {
    margin-top: 25px;
    padding-top: 25px;
  }
  .booking-detail .should {
    padding-right: 65px;
  }
  .booking-detail .h-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .booking-detail .should-list li {
    font-size: 15px;
    padding: 10px 15px;
  }
  .booking-detail .should-list .notallow,
  .booking-detail .should-list .allow {
    width: 17px;
    height: 17px;
    top: 14px;
    left: -9px;
  }
  .booking-detail .policy .action .link {
    font-size: 16px;
  }
  .bookong-info {
    width: 100%;
  }
  .bookong-info .h-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .bookong-info .info-header .title {
    font-size: 20px;
  }
  .bookong-info .h-title .icon {
    width: 40px;
  }
  .bookong-info .info-header .cover {
    width: 40px;
    height: 40px;
  }
  .bookong-info .info-detail {
    margin-top: 15px;
    padding-top: 15px;
  }
  .bookong-info .info-detail strong {
    font-size: 18px;
  }
  .bookong-info .action {
    margin-top: 15px;
  }
  .bookong-info .action .btn {
    font-size: 18px;
  }
  .bookong-conclude .h-title {
    font-size: 16px;
  }
  .bookong-conclude .desc {
    font-size: 16px;
  }
  .bookong-conclude .link {
    font-size: 14px;
  }
  .bookong-conclude .block {
    padding: 15px 20px;
  }
  .bookong-conclude .action {
    padding: 20px 0;
  }
  .bookong-conclude .action .btn {
    font-size: 18px;
  }
  .bookong-conclude .action .note {
    font-size: 14px;
  }
  .editor-content p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5em;
  }
  .checkbox-control .title {
    font-size: 13px;
  }
  .form-default .form-control {
    font-size: 15px;
  }
  .form-default .help-block {
    font-size: 13px;
  }
  .form-default .form-control:focus ~ .floating-label,
  .form-default .form-control:not(:placeholder-shown) ~ .floating-label {
    font-size: 12px;
  }
  .search-page .filter .btn-filter {
    min-width: auto;
    font-size: 14px;
  }
  .sort {
    font-size: 14px;
  }
  .sort li .link {
    padding: 6px 10px;
  }
  .menu-filter .btn-close {
    right: 46px;
  }
  .card .body {
    padding: 9px 10px 0 10px;
  }
  .card .body .title {
    font-size: 16px;
  }
  .card .body .rate {
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .card .body .desc {
    font-size: 16px;
  }
  .card .body .item-list {
    margin-top: 5px;
    padding-bottom: 8px;
    margin-bottom: 10px;
  }
  .card .item-list li img {
    width: 36px;
  }
  .card .body .detail {
    font-size: 14px;
    padding: 0 10px;
  }
  .card .body .detail strong {
    font-size: 18px;
  }
  .card .head {
    width: 180px;
  }
  .card .head .cover {
    padding-bottom: 112%;
  }
  .card .favorite {
    left: 30%;
  }
  .campa-search-map {
    width: calc(100vw - 115%);
  }
  #sticky-map .card {
    top: 350px;
    left: 50px;
    margin: 0;
    width: 245px;
  }
  #sticky-map .card .head .cover {
    padding-bottom: 47%;
  }
  .pagination .link {
    font-size: 16px;
  }
  .pagination-label {
    font-size: 16px;
  }
  .pagination .link span.fa {
    font-size: 20px;
  }
  .pagination li + li {
    margin-left: 0;
  }
  .modal .mail .link, .modal .social .link {
    font-size: 18px;
    height: 65px;
    line-height: 65px;
  }
  .modal .action {
    font-size: 16px;
    margin-top: 20px;
  }
  .modal .desc.policy {
    font-size: 16px;
  }
  .modal .modal-footer {
    margin-top: 27px;
  }
  .reset-password-page {
    padding: 40px;
  }
  .reset-password-page .body .form-default .form-control {
    height: 45px;
  }
  .reset-password-page .body .form-control-feedback {
    top: 16px;
  }
  .reset-password-page .body .showPSW {
    top: 3px;
  }
  .reset-password-page .body .form-button {
    margin-top: 18px;
  }
  .profile-page {
    padding-bottom: 45px;
  }
  .profile-page .wrapper-profile, .profile-page .menu-profile {
    width: auto;
  }
  .profile-page .wrapper-profile .text-name {
    font-size: 20px;
  }
  .profile-page .wrapper-profile .img-profile .edit-pic .custom-file-label {
    font-size: 14px;
  }
  .profile-page .wrapper-profile .b-rank .icon-rank img {
    width: 45px;
  }
  .profile-page .wrapper-profile .img-profile .cover {
    width: 100px;
    height: 100px;
  }
  .profile-page .wrapper-profile .b-rank .name-rank strong {
    font-size: 20px;
  }
  .profile-page .menu-profile .link {
    font-size: 16px;
  }
  .profile-page .menu-profile .link .img-icon {
    width: 40px;
    height: 40px;
  }
  .profile-page .menu-profile .link .img-icon img {
    width: 26px;
  }
  .profile-page .menu-profile .text {
    margin-left: 10px;
  }
  .profile-page .h-title {
    font-size: 24px;
    padding-bottom: 35px;
  }
  .profile-page .profile-detail .desc {
    font-size: 16px;
    margin-top: 13px;
  }
  .profile-page .profile-detail .desc img {
    width: 24px;
  }
  .line {
    margin: 20px 0;
  }
  .profile-page .nav-my-trip .link {
    font-size: 16px;
  }
  .profile-page .profile-detail .card .body .desc.text-date {
    font-size: 16px;
  }
  .profile-page .profile-detail .card .body .detail strong {
    font-size: 16px;
  }
  .profile-page .profile-detail .wrapper-date-trip strong {
    font-size: 16px;
  }
  .profile-page .btn-cancel {
    font-size: 16px;
  }
  .profile-page .text-help {
    font-size: 14px;
  }
  .row-40 {
    margin: 0 -10px;
  }
  .row-40 > div {
    padding: 0 10px;
  }
  .profile-page .trip-filter .block-control .btn-search {
    top: 5px;
  }
  .profile-page .form-default .form-control::-webkit-input-placeholder {
    font-size: 15px;
  }
  .profile-page .form-default .form-control:-ms-input-placeholder {
    font-size: 15px;
  }
  .profile-page .form-default .form-control::-ms-input-placeholder {
    font-size: 15px;
  }
  .profile-page .form-default .form-control::placeholder {
    font-size: 15px;
  }
  .profile-page .trip-cancel .wrapper .action .btn-follow-payment {
    min-width: 180px;
  }
  .modal.-review .modal-dialog {
    max-width: 750px;
    min-width: inherit;
  }
  .modal.-review .image .cover {
    width: 165px;
    height: 162px;
  }
  .modal.-review .content .title {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .modal.-review .content .score {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .modal.-review .content .score .rating {
    padding-top: 5px;
  }
  .modal.-review .content .title-review {
    font-size: 17px;
  }
  .modal.-review .content .score .rating .star {
    width: 30px;
    height: 30px;
    background-position: left -55px;
  }
  .modal.-review .content .score .rating .fullStar {
    background-position: left 36px;
  }
  .modal.-review .content .score .rating .tmp_fs {
    background-position: left 156px;
  }
  .modal.-review .action {
    margin-top: 20px;
  }
  .modal.-review .action .btn {
    font-size: 18px;
  }
  .card.-favorite .head {
    width: 200px;
  }
  .profile-page .profile-detail .card.-favorite {
    margin-top: 20px;
  }
  .profile-page .profile-detail .card.-favorite .favorite {
    left: 26%;
  }
  .profile-page .profile-detail .card.-favorite .body .detail strong {
    font-size: 20px;
  }
  .profile-page.setting .action .btn {
    font-size: 16px;
    min-width: 100%;
  }
  .profile-page .form-default .form-control {
    height: 45px;
  }
  .profile-page.setting .b-title .title {
    font-size: 16px;
  }
  .profile-page.setting .b-title .desc {
    font-size: 16px;
    margin-top: 6px;
  }
  .profile-page.setting .action {
    margin-top: 10px;
  }
  .profile-page.setting .switch {
    width: 56px;
    height: 26px;
  }
  .profile-page.setting .switch .slider:before {
    width: 20px;
    height: 20px;
    bottom: 3px;
  }
  .profile-page .gallery-list {
    height: calc(100vh - 90px);
  }
  .profile-page .gallery-list .cover {
    padding-bottom: 121%;
  }
  .profile-page .gallery-list .slick-prev, .profile-page .gallery-list .slick-next {
    top: 50%;
    font-size: 60px;
  }
  .profile-page .gallery-list .slick-next {
    right: 11%;
  }
  .profile-page.trip-detail .title {
    padding-top: 39px;
  }
  .profile-page.trip-detail .block.-pb {
    padding-bottom: 10px;
  }
  .profile-page.trip-detail .zone-price .box {
    font-size: 21px;
    width: 36px;
    height: 36px;
  }
  .profile-page.trip-detail .wrapper-line > li ul > li:not(:last-of-type):before {
    top: 1.1em;
  }
  .profile-page.trip-detail .wrapper-line > li ul > li:last-of-type:before {
    top: 1.1em;
  }
  .profile-page.trip-detail .wrapper-line > li ul > li:last-of-type:after {
    height: 1.1em;
  }
  .profile-page.trip-detail .action.follow-payment {
    top: -19px;
  }
  .profile-page.trip-detail .btn-follow-payment {
    min-width: auto;
    font-size: 16px;
  }
  .profile-page.awards .progress-rank li:after {
    height: 20px;
    top: 38px;
  }
  .profile-page.awards .desc-awards div {
    font-size: 35px;
  }
  .profile-page.awards .award-list .wrapper .desc .title {
    font-size: 13px;
  }
  .profile-page.awards .award-list .wrapper .desc .price,
  .profile-page.awards .award-list .wrapper .desc .price span {
    font-size: 12px;
  }
  .profile-page.awards .award-list .wrapper .image {
    height: 150px;
    padding: 10px;
  }
  .profile-page.awards .award-list .wrapper .image .cover {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .profile-page.awards .award-list .wrapper .image .cover img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .profile-page.awards .award-list .slick-list {
    margin: 0 -15px;
  }
  .profile-page.awards .award-list .slick-list .item {
    padding: 0 15px;
  }
  .profile-page.awards .award-list .wrapper.-traveler .image:before,
  .profile-page.awards .award-list .wrapper.-conqueror .image:before {
    z-index: 1;
    height: auto;
    padding: 5px 0;
    line-height: 1em;
    font-size: 12px;
  }
  .profile-page.awards .award-list .wrapper.-traveler .image:after,
  .profile-page.awards .award-list .wrapper.-conqueror .image:after {
    width: 20px;
    height: 20px;
  }
  .profile-page.awards .wrapper-progress-bar {
    height: 15px;
  }
  .profile-page.awards .wrapper-progress-bar .progress-bar {
    top: 4px;
    left: 4px;
    height: 8px;
    max-width: 98.7%;
  }
  .profile-page.coupon li.exp .form-control,
  .profile-page.coupon .form-control {
    max-width: 220px;
  }
  .profile-page.coupon .desc {
    font-size: 14px;
    margin-top: 0;
  }
  .modal.-awards .modal-dialog {
    max-width: 720px;
  }
  .modal.-awards .modal-body .desc .title {
    font-size: 16px;
  }
  .modal.-awards .modal-body .desc .use-points {
    font-size: 14px;
  }
  .modal.-awards .modal-body .form-default .desc {
    margin-top: 17px;
  }
  .modal.-awards .modal-body .form-default .desc .title-edit {
    font-size: 16px;
    padding-bottom: 13px;
  }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 6px 6px 6px;
  }
  .camp-detail-page .select-camp-area .action .btn {
    font-size: 20px;
  }
  .camp-detail-page .should.-i {
    padding-right: 24px;
  }
  .camp-detail-page .should.-ii {
    padding-left: 18px;
  }
  .camp-detail-page .should-list li {
    padding: 10px 11px;
  }
  .camp-detail-page .should-list .icon {
    top: 1px;
    width: 24px;
    margin-right: 0;
  }
  .camp-detail-page .should-list .notallow,
  .camp-detail-page .should-list .allow {
    top: 15px;
    left: -9px;
    width: 18px;
    height: 18px;
  }
  .camp-detail-page .sticky-booking {
    height: auto;
  }
  .camp-detail-page .sticky-booking .h-title {
    font-size: 20px;
  }
  .camp-detail-page .sticky-booking .link {
    font-size: 16px;
  }
  .camp-detail-page .sticky-booking .menu .item-list {
    margin: 0 -10px;
  }
  .camp-detail-page .sticky-booking .menu .item-list li {
    padding: 0 10px;
  }
  .camp-detail-page .sticky-booking .desc .price {
    font-size: 20px;
  }
  .camp-detail-page .tent-site .cover {
    padding-bottom: 76%;
  }
  .host-page.profile-page .h-title.-host {
    font-size: 18px;
  }
  .income-title .form-group .action {
    top: 6px;
  }
  .income-title .form-group .action .btn-search img {
    max-width: 30px;
  }
  .sum-income .num {
    font-size: 30px;
  }
  .sum-income .num span {
    font-size: 16px;
  }
  .sum-income .text {
    font-size: 16px;
  }
  .table-sum-income .table {
    width: 160%;
  }
  .table-sum-income .action .btn {
    height: 38px;
    line-height: 38px;
  }
  .host-page.profile-page .wrapper-profile .b-rank .name-rank {
    font-size: 16px;
  }
  .host-page.profile-page .wrapper-profile .b-rank .name-rank span {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
  .host-page.profile-page .form-default .select2-container .select2-selection--single {
    height: 45px;
  }
  .host-page.profile-page .form-default .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
  }
  .host-page.profile-page .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 50%;
  }
  .host-page .form-group.search-group .action {
    top: 7px;
  }
  .host-page .form-group.search-group .action .btn-search img {
    max-width: 28px;
  }
  .profile-page .form-default .search-group .form-control {
    max-width: 160px;
  }
  .host-page.profile-page .select2-container {
    min-width: 140px;
  }
  .form-calendar-search {
    margin-top: 20px;
  }
  .h-calendar .fc-toolbar-chunk .fc-button-group .fc-button {
    font-size: 18px;
  }
  .privacy-page .content {
    padding-top: 50px;
  }
  .privacy-page .menu-policy .link {
    font-size: 14px;
  }
  .privacy-page .h-title {
    font-size: 24px;
  }
  .privacy-page .desc {
    font-size: 14px;
  }
  .privacy-page .title {
    font-size: 18px;
  }
  .privacy-page .s-title {
    font-size: 14px;
  }
  .breadcrumb li {
    font-size: 16px;
  }
  .help-page .head-cover .h-title {
    font-size: 36px;
  }
  .help-page .head-cover .wrapper {
    width: 540px;
  }
  .help-page .head-cover .form-default .form-control {
    height: 45px;
  }
  .help-page .head-cover .form-default .action {
    top: 7px;
  }
  .help-page .head-cover .form-default .action .btn-search img {
    max-width: 27px;
  }
  .help-page .menu-help .item-list {
    margin: 0 -10px;
  }
  .help-page .menu-help li {
    padding: 0 10px;
  }
  .help-page .content .title-form {
    font-size: 22px;
  }
  .help-page .content .form-default input {
    height: 45px;
  }
  .help-page .content .form-default .title {
    font-size: 16px;
  }
  .help-page .content .form-default .form-control-feedback {
    top: 30%;
  }
  .help-page .content .form-default .select2-container .select2-selection--single {
    height: 45px;
  }
  .help-page .content .form-default .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 55%;
  }
  .help-page .content .form-default .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
    line-height: 45px;
  }
  .help-page .content .social .link {
    font-size: 16px;
  }
  .help-page .content .social .link img {
    max-width: 30px;
  }
  .help-page .content .open {
    font-size: 18px;
  }
  .profile-page .camp-step3 .form-default .search-group .form-control {
    max-width: 100%;
  }
  .camp-step3 .t-data-zone .img-zone {
    width: 80px;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: inherit;
    width: 100%;
  }
  /*mobile-menu (start)*/
  .global-container {
    position: relative;
    overflow: hidden;
    right: 0;
  }
  .global-container .site-header .overlay {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .global-container .site-container {
    position: relative;
    right: 0;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .global-container .site-footer {
    position: relative;
    right: 0;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .global-container.sidebar-open .site-header .overlay {
    opacity: 1;
    visibility: visible;
  }
  .global-container.sidebar-open .site-container {
    right: 260px;
  }
  .global-container.sidebar-open .site-footer {
    right: 260px;
  }
  .site-header > .container {
    position: relative;
    z-index: 99;
  }
  .site-header .overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .site-header .b-right li .signup {
    min-width: 100px;
  }
  .menu-mobile-btn {
    display: block;
  }
  nav.menu {
    position: fixed;
    z-index: 100;
    top: 80px;
    bottom: 0;
    width: 260px;
    overflow: auto;
    right: -260px;
    padding-left: 0;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  nav.menu.open {
    right: 0;
  }
  nav.menu li {
    width: 100%;
    border-top: 1px solid #e1e1e1;
  }
  /*mobile-menu (end)*/
  .site-header .search-form .txt-key {
    width: 360px;
    height: 40px;
    padding: 10px 16px;
  }
  .site-header .search-form .txt-key .btn-search {
    top: 0;
  }
  .site-header .search-form .txt-key .form-control {
    line-height: 32px;
  }
  .site-header .search-form .txt-key .form-control.add-guest {
    padding-left: 16px;
  }
  .topgraphic .wg-search {
    width: 80%;
    top: 25%;
    -webkit-transform: translate(-50%, 25%);
            transform: translate(-50%, 25%);
  }
  .topgraphic .wg-search .h-title {
    font-size: 32px;
  }
  .topgraphic .wg-search .desc {
    font-size: 16px;
  }
  .topgraphic .search-form .label-search .txt-key {
    height: 50px;
    padding: 8px 26px;
  }
  .topgraphic .search-form .label-search .txt-key .form-control {
    font-size: 12px;
  }
  .topgraphic .search-form .label-search .btn-search {
    top: 33px;
    right: 30px;
  }
  .topgraphic .search-form .label-search .btn-search img {
    width: 25px;
  }
  .topgraphic .arrows-scroll .link .feather {
    font-size: 40px;
  }
  .topgraphic .search-form .label-search .txt-key .form-control.add-guest {
    line-height: 29.5px;
  }
  .topgraphic .search-form .label-search .add-guest .dropdown-guest {
    width: 174px;
    top: 43px;
    padding: 4px 6px;
  }
  .wg-popular {
    margin-top: -20px;
  }
  .wg-text-left .box-content .desc {
    padding-right: 15px;
  }
  .wg-text-right .box-content .desc {
    padding-left: 15px;
  }
  .wg-news .news-list .wrapper-news {
    height: 280px;
    -webkit-transform: scale(0.8) translate(0, 66px);
            transform: scale(0.8) translate(0, 66px);
  }
  .wg-news .news-list .wrapper-news .content .action {
    left: 15px;
    bottom: 15px;
  }
  .wg-news .news-list .wrapper-news .image,
  .wg-news .news-list .wrapper-news .content {
    width: 100%;
  }
  .wg-news .news-list .wrapper-news .content .title {
    font-size: 16px;
  }
  .wg-news .news-list .wrapper-news .content .title.text-limit {
    height: inherit;
    max-height: 2.6em;
  }
  .wg-news .news-list .wrapper-news .content .desc.text-limit {
    height: inherit;
    max-height: 3.4em;
    -webkit-line-clamp: 2;
  }
  .wg-news .news-list .wrapper-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wg-news .news-list .wrapper-news .image {
    -ms-flex-order: 1;
        order: 1;
    -webkit-box-ordinal-group: 2;
  }
  .wg-news .news-list .wrapper-news .content {
    -ms-flex-order: 2;
        order: 2;
    -webkit-box-ordinal-group: 2;
    margin-top: -60px;
  }
  .wg-news .news-list .slick-slide .wrapper-news {
    -webkit-transform: scale(1) translate(0, 140px);
            transform: scale(1) translate(0, 140px);
  }
  .wg-news .news-list .slick-slide .wrapper-news .cover {
    padding-bottom: 40%;
  }
  .wg-news .news-list .slick-slide.slick-center .wrapper-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wg-news .news-list .slick-slide.slick-center .wrapper-news .image,
  .wg-news .news-list .slick-slide.slick-center .wrapper-news .content {
    width: 100%;
  }
  .wg-news .news-list .slick-slide.slick-center .wrapper-news .image {
    -ms-flex-order: 1;
        order: 1;
    -webkit-box-ordinal-group: 2;
  }
  .wg-news .news-list .slick-slide.slick-center .wrapper-news .content {
    -ms-flex-order: 2;
        order: 2;
    -webkit-box-ordinal-group: 2;
    padding: 0 30px 0 30px;
    margin-top: -70px;
  }
  .wg-news .news-list .slick-slide.slick-center .wrapper-news .content .desc.text-limit {
    height: 4.9em;
    -webkit-line-clamp: 3;
  }
  .wg-news .news-list .slick-slide.slick-center .wrapper-news .cover {
    padding-bottom: 56%;
  }
  .wg-news .news-list .slick-prev, .wg-news .news-list .slick-next {
    top: 50px;
  }
  .wg-news .news-list .slick-prev {
    left: 18%;
  }
  .wg-news .news-list .slick-next {
    right: 18%;
  }
  .wg-camping-style .wrapper {
    height: auto;
  }
  .wg-camping-style .wrapper .title {
    padding: 10px;
  }
  .bg-img.mountain-ft {
    right: inherit;
  }
  .site-footer .social-list li {
    margin: 0 9px;
  }
  .site-footer .social-list .link img {
    width: 30px;
  }
  .wrapper-slide:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .ui-widget {
    /*top: 292px !important;*/
  }
  .ui-widget li .ui-menu-item-wrapper {
    font-size: 14px;
    padding: 12px;
    padding-left: 21px;
  }
  .daterangepicker {
    margin-top: 13px;
  }
  .booking-page {
    padding: 40px 0;
    min-height: calc(100vh - 263px);
  }
  .booking-why {
    margin-top: 0;
  }
  .booking-login {
    margin: 40px 50px 0 50px;
    width: 240px;
  }
  .booking-login .mail .link,
  .booking-login .social .link {
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
  }
  .booking-login .mail .link .icon,
  .booking-login .social .link .icon {
    width: 22px;
  }
  .booking-register {
    border: none;
    padding-right: 0;
  }
  .booking-register .title {
    margin-bottom: 15px;
  }
  .booking-register .form-default {
    max-width: inherit;
  }
  .booking-register .form-default .policy {
    padding: 10px;
  }
  .booking-login.layout-2 {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .booking-login .social .link + .link {
    margin-top: 7px;
  }
  .booking-payment .h-title {
    margin-bottom: 0;
  }
  .booking-detail .should {
    padding-right: 0;
    border: none;
  }
  .booking-detail .policy {
    margin-left: 0;
  }
  .booking-detail .should-list {
    width: 330px;
  }
  .bookong-info .h-title .icon {
    width: 33px;
  }
  .editor-content p {
    font-size: 15px;
  }
  .campa-search-map {
    position: fixed;
    width: 100%;
    height: calc(100vh - 580px);
    margin: 0;
    z-index: 99;
  }
  .mt-xs {
    margin-top: 0;
  }
  .pin-location {
    left: 53%;
    top: 170px;
    z-index: 99;
  }
  #sticky-map .card {
    top: 230px;
    left: 270px;
    z-index: 99;
  }
  .campa-search-map {
    width: 96%;
  }
  .menu-filter .btn-close {
    z-index: 99;
    right: 16px;
  }
  #sticky-map {
    display: none;
  }
  .profile-page {
    padding: 40px 0;
  }
  .profile-page .h-title {
    padding-bottom: 0;
  }
  .profile-page .btn-profile {
    font-size: 18px;
    min-width: 150px;
  }
  .profile-page .form-default .form-control {
    height: 45px;
    padding: 10px 40px 10px 13px;
  }
  .profile-page .form-default .select2-container .select2-selection--single {
    height: 45px;
  }
  .profile-page .form-default .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    font-size: 16px;
    padding-left: 13px;
  }
  .profile-page .form-default .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 50%;
  }
  .profile-page .form-default .form-control::-webkit-input-placeholder {
    font-size: 16px;
  }
  .profile-page .form-default .form-control:-ms-input-placeholder {
    font-size: 16px;
  }
  .profile-page .form-default .form-control::-ms-input-placeholder {
    font-size: 16px;
  }
  .profile-page .form-default .form-control::placeholder {
    font-size: 16px;
  }
  .profile-page .nav-my-trip .link {
    font-size: 13px;
  }
  .profile-page .profile-detail .wrapper-date-trip {
    line-height: 1em;
    width: 100%;
    height: 42px;
    margin-bottom: 13px;
  }
  .profile-page .profile-detail .wrapper-date-trip br {
    display: none;
  }
  .profile-page .trip-filter {
    margin-top: 30px;
  }
  .profile-page .action.-history .btn-review img {
    width: 24px;
  }
  .profile-page .action.-history .btn-review {
    min-width: auto;
  }
  .profile-page .profile-detail .card.-history .favorite {
    left: 29%;
  }
  .profile-page .trip-filter .form-control {
    width: 100%;
  }
  .profile-page .trip-filter .block-control .btn-search {
    top: 0;
    left: unset;
    right: 0;
  }
  .profile-page .trip-filter .sort {
    padding-bottom: 15px;
  }
  .profile-page .trip-cancel li {
    padding: 15px 0;
  }
  .profile-page .trip-cancel .wrapper .action {
    margin-top: 10px;
    padding-left: 140px;
  }
  .profile-page .trip-cancel .wrapper .title {
    font-size: 18px;
  }
  .profile-page .trip-cancel .wrapper .trip-progress {
    font-size: 16px;
  }
  .profile-page .trip-cancel .wrapper .desc {
    font-size: 16px;
  }
  .profile-page .trip-cancel .wrapper .cover {
    width: 120px;
    height: 120px;
  }
  .modal.-review .modal-dialog {
    max-width: 630px;
  }
  .card.-favorite .head {
    width: 210px;
  }
  .profile-page .profile-detail .card.-favorite .body {
    padding: 18px 18px 0 20px;
  }
  .profile-page .profile-detail .card.-favorite .body .detail strong {
    font-size: 16px;
  }
  .profile-page .profile-detail .card.-favorite .favorite {
    left: 35%;
  }
  .profile-page.trip-detail .title {
    padding-top: 25px;
  }
  .profile-page .gallery-list {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }
  .profile-page .gallery-list .cover {
    padding-bottom: 56%;
  }
  .profile-page .gallery-list .slick-next {
    right: 0;
  }
  .profile-page.trip-detail .action.follow-payment {
    top: 0;
  }
  .sort.-style-ii {
    float: none;
  }
  .sort.-style-ii .text {
    display: none;
  }
  .P-review {
    padding-top: 20px;
  }
  .profile-page .review-i li {
    padding: 22px 0;
  }
  .profile-page .review-i li .wrapper .cover {
    width: 70px;
    height: 70px;
  }
  .profile-page .review-i li .wrapper .title {
    font-size: 16px;
  }
  .profile-page .review-i li .wrapper .desc {
    font-size: 15px;
    margin-top: 8px;
    line-height: 1.3em;
  }
  .profile-page.awards .progress-rank .item-list {
    margin: 0 -50px;
  }
  .profile-page.awards .progress-rank li {
    padding: 0 50px;
  }
  .profile-page.coupon .copy-code {
    font-size: 12px;
  }
  .profile-page.coupon li.exp .form-control,
  .profile-page.coupon .form-control {
    font-size: 14px;
    max-width: 100%;
  }
  .profile-page.coupon .b-coupon .item-list {
    margin: 0;
  }
  .profile-page.coupon .b-coupon .item-list li {
    padding: 20px 0;
  }
  .profile-page.awards .award-list .slick-list {
    margin: 0 -10px;
  }
  .profile-page.awards .award-list .slick-list .item {
    padding: 0 10px;
  }
  .modal.-awards .awards-confirm .desc {
    margin-top: 20px;
  }
  .camp-detail-page .gallery .cover {
    padding-bottom: 85%;
  }
  .camp-detail-page .gallery .item-list li .item-list li {
    width: calc(100% / 2);
    margin-bottom: 12px;
  }
  .camp-detail-page .gallery .item-list li .item-list li:nth-last-child(-n+2) {
    display: none;
  }
  .camp-detail-page .gallery .action {
    right: 7px;
    bottom: 25px;
  }
  .camp-detail-page .gallery .action .btn-light {
    min-width: auto;
  }
  .camp-detail-page .desc-camp .content {
    margin: 25px 0;
  }
  .camp-detail-page .should-list li {
    padding: 10px 16px;
  }
  .camp-detail-page .slick-dots li button,
  .camp-detail-page .slick-dots li.slick-active button {
    background-color: #D54E38;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  }
  .camp-detail-page .mt {
    margin-top: 25px;
  }
  .camp-detail-page .detail-select {
    margin-top: 15px;
  }
  .camp-detail-page .select-camp-area {
    min-width: auto;
    margin-top: 0;
  }
  .camp-detail-page .select-camp-area li {
    width: 100%;
  }
  .camp-detail-page .full-map {
    margin-top: 20px;
  }
  .camp-detail-page .full-map .cover {
    padding-bottom: 32%;
  }
  .camp-detail-page .review-i .cover {
    width: 70px;
  }
  .camp-detail-page .event .wrapper .cover {
    width: 53px;
    height: 53px;
  }
  .camp-detail-page .detail-select .wrapper .size-camp {
    margin-top: 12px;
  }
  .modal.-should .modal-title {
    font-size: 18px;
  }
  .modal.-should .should-list li {
    font-size: 16px;
    padding: 10px 20px;
  }
  .modal.-should .should-list .notallow,
  .modal.-should .should-list .allow {
    top: 15px;
    left: -10px;
    width: 20px;
    height: 20px;
  }
  .modal.-should .should-list .icon {
    width: 25px;
    top: 1px;
  }
  .modal.-panorama .modal-content {
    padding: 0;
  }
  .privacy-page {
    margin-top: 90px;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .privacy-page .content {
    padding-top: 20px;
  }
  .privacy-page .menu-mobile-btn {
    top: -130px;
    right: 10px;
  }
  .privacy-page .menu-policy {
    top: 110px;
  }
  .privacy-page .menu-policy li {
    border-top: none;
    padding-bottom: 20px;
  }
  .privacy-page .menu-policy li:not(:last-child) {
    border-bottom: 1px solid #e1e1e1;
  }
  .privacy-page .menu-policy li + li {
    margin-top: 20px;
  }
  .global-container .privacy-page .overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .global-container .privacy-page .overlay {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .global-container.sidebar-open .privacy-page .overlay {
    opacity: 1;
    visibility: visible;
  }
  .ranking-popular {
    margin-top: 30px;
  }
  .status-payment .action {
    margin-top: 0;
  }
  .host-page.profile-page .income-title .h-title {
    padding-bottom: 20px;
  }
  .profile-page .form-default .search-group .form-control {
    max-width: 100%;
  }
  .form-calendar-search {
    margin-top: 0;
  }
  .host-page .form-group {
    margin-top: 10px;
  }
  .host-page .form-group label {
    display: none;
  }
  .host-page .form-default {
    margin-top: 0;
  }
  .host-booking-title .form-default .text {
    font-size: 16px;
    margin: 10px 0;
  }
  .help-page .head-cover {
    height: 300px;
  }
  .help-page .head-cover .wrapper {
    padding-top: 60px;
  }
  .help-page .content {
    padding: 30px 0;
    max-width: 100%;
  }
  .help-page .menu-help li {
    height: 70px;
  }
  .help-page .menu-help .link {
    font-size: 16px;
  }
  .help-page .content .form-default {
    padding: 20px 30px;
  }
  .content.-help .social {
    margin-top: 10px;
  }
  .content.-help .social li {
    padding: 15px 15px;
    width: 100%;
  }
  .content.-help .social li:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #e1e1e1;
  }
  .content.-help .action {
    margin-top: 20px;
  }
  .host-page .layout-list .form-group {
    margin-top: 0;
  }
  .layout-list li + li {
    margin-top: 0;
  }
  .block-step li {
    padding: 0 40px;
  }
  .form-default.-camp .action {
    margin-top: 30px;
  }
  .form-default.-camp .radio-control .title {
    line-height: 2.3em;
  }
  .form-default.-camp .checkbox-control .title {
    line-height: 1.5em;
  }
  .camp-step3 .header-zone .link {
    font-size: 16px;
  }
  .camp-step3 .card-body .title {
    font-size: 16px;
  }
  .camp-step3 .card-body .s-title {
    font-size: 16px;
  }
  .camp-step3 .data-zone .title {
    font-size: 16px;
  }
  .camp-step3 .data-zone .btn-light {
    min-width: 110px;
  }
  .host-page .camp-step3 .form-group label {
    display: block;
  }
  .about-page .head-cover {
    height: 250px;
  }
  .about-page .head-cover .h-title {
    font-size: 40px;
  }
  .about-page .content {
    padding-bottom: 25px;
  }
  .about-page .content .desc.-pt {
    padding-top: 28px;
  }
  .about-page .content .title-md {
    font-size: 18px;
  }
  .about-page .content .title-lg {
    font-size: 22px;
  }
  .about-page .ourValues .item-list {
    margin: 0 -20px;
  }
  .about-page .ourValues li {
    padding: 0 20px;
  }
  .about-page .ourValues .wrapper .title {
    margin-top: 7px;
  }
  .privacy-page.-faq .wrapper {
    min-height: auto;
  }
  .privacy-page .menu-policy .link {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: inherit;
    width: 100%;
  }
  .site-header .search-form {
    display: none;
  }
  .hide-xs {
    display: none;
  }
  .wg-text-left .h-title,
  .wg-text-right .h-title {
    text-align: center !important;
  }
  .wg-text-left .box-content .desc,
  .wg-text-right .box-content .desc {
    padding-right: 0;
    padding-left: 0;
    text-align: center !important;
    padding-bottom: 20px;
  }
  .wg-text-right .box-content {
    float: none;
  }
  .wg-text-right .action {
    text-align: center;
    margin-top: 60px;
  }
  .wg-text-left .action.hide-md {
    width: 100%;
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .box-content .desc.text-limit {
    max-height: 9em;
    height: inherit;
  }
  .card .head {
    width: 100%;
  }
  .card .head .cover {
    padding-bottom: 40%;
  }
  .profile-page {
    margin-top: 60px;
  }
  .menu-profile {
    display: none;
  }
  .profile-page .h-title {
    margin-top: 20px;
    font-size: 20px;
  }
  .profile-page .wrapper-profile {
    padding: 10px 0;
  }
  .profile-page .nav-my-trip .link {
    font-size: 14px;
    line-height: 1.5em;
    text-align: center;
    padding: 16px;
  }
  .profile-page .profile-detail .card .favorite {
    left: 87%;
  }
  .profile-page .profile-detail .card .body {
    padding-bottom: 10px;
  }
  .profile-page .btn-cancel {
    width: 100%;
  }
  .profile-page .text-help {
    text-align: center;
  }
  .profile-page .trip-filter {
    margin-bottom: 0;
  }
  .profile-page .profile-detail .card.-history {
    margin-top: 25px;
  }
  .profile-page .profile-detail .card.-history .favorite {
    left: unset;
    right: 14px;
  }
  .profile-page .action.-history .btn-review img {
    width: 20px;
  }
  .profile-page .trip-cancel .wrapper .cover {
    width: 100px;
    height: 100px;
  }
  .profile-page .trip-cancel .wrapper .action {
    padding-left: 120px;
  }
  .profile-page .trip-cancel .wrapper .action .btn-follow-payment {
    font-size: 16px;
  }
  .profile-page .trip-cancel .wrapper .title {
    font-size: 16px;
  }
  .profile-page .trip-cancel .wrapper .trip-progress {
    font-size: 14px;
  }
  .profile-page .trip-cancel .wrapper .desc {
    font-size: 14px;
  }
  .row-40 {
    margin: 0 -15px;
  }
  .modal.-review .image {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 10px;
  }
  .modal.-review .image .cover {
    width: 100%;
  }
  .modal.-review .image .score-review {
    padding-bottom: 10px;
  }
  .modal.-review .form-default .form-control {
    height: 110px;
  }
  .card.-favorite .head {
    width: 100%;
  }
  .profile-page .profile-detail .card.-favorite .favorite {
    left: unset;
    right: 15px;
  }
  .profile-page .profile-detail .card.-favorite .body .detail {
    font-size: 14px;
  }
  .profile-page .profile-detail .card.-favorite .body {
    padding: 10px;
  }
  .profile-page .pagination-block {
    padding-bottom: 0;
  }
  .site-footer .link-list li .link {
    font-size: 14px;
  }
  .profile-page .profile-detail .desc .title-edit br {
    display: none;
  }
  .profile-page.setting .b-title .title {
    font-size: 14px;
  }
  .profile-page.setting .b-title .desc {
    font-size: 14px;
  }
  .profile-page.setting .wrapper .link {
    font-size: 16px;
  }
  .form-control-feedback {
    top: 16px;
  }
  .profile-page.trip-detail .block.-mt {
    margin-top: 20px;
  }
  .profile-page.trip-detail .h-title {
    margin-top: 0;
    font-size: 20px;
    padding-bottom: 15px;
  }
  .profile-page.trip-detail .action.follow-payment {
    top: 55px;
    right: 10px;
  }
  .sort.-style-ii li {
    width: calc(100% / 2);
    margin-bottom: 5px;
  }
  .sort.-style-ii li:nth-child(2) {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-right: 1px solid #282828;
  }
  .sort.-style-ii li:nth-child(3) {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .profile-page .review-i li .wrapper .title {
    display: inherit;
  }
  .profile-page .review-i li .wrapper .title .t-review {
    max-width: 100%;
    font-size: 14px;
  }
  .profile-page .review-i li .wrapper .title .date {
    font-size: 14px;
    margin-top: 5px;
  }
  .profile-page.awards .my-rank {
    font-size: 16px;
    padding-top: 17px;
    padding-bottom: 10px;
  }
  .profile-page.awards .progress-rank .item-list {
    margin: 0 -30px;
  }
  .profile-page.awards .progress-rank li {
    padding: 0 30px;
  }
  .profile-page.awards .progress-rank li:after {
    height: 15px;
    top: 35px;
  }
  .profile-page.awards .progress-rank .desc .text {
    font-size: 13px;
  }
  .profile-page.awards .progress-rank .desc .up-level {
    font-size: 10px;
  }
  .profile-page.awards .progress-rank li.active .desc {
    margin-bottom: 10px;
  }
  .profile-page.awards .progress-rank li.active .desc .text {
    font-size: 14px;
  }
  .modal.-awards .awards-confirm .modal-header .head {
    font-size: 18px;
  }
  .camp-detail-page {
    margin-top: 60px;
  }
  .camp-detail-page .desc-camp .profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .camp-detail-page .desc-camp .image {
    margin-right: 20px;
  }
  .camp-detail-page .should.-i {
    border: none;
    padding: 0;
  }
  .camp-detail-page .should.-ii {
    padding: 0;
    margin-top: 20px;
  }
  .camp-detail-page .tent-site .cover {
    padding-bottom: 100%;
  }
  .popover-detail {
    min-width: auto;
    max-width: 206px;
    height: auto;
    overflow: hidden;
  }
  .popover-detail .cover {
    padding-bottom: 50% !important;
    margin-bottom: 10px;
  }
  .popover-detail .action {
    position: relative;
    margin-top: 10px;
  }
  .camp-detail-page .detail-select .wrapper .desc {
    display: block;
    padding-left: 0;
  }
  .camp-detail-page .detail-select .item-list {
    margin: 0 -17px;
  }
  .camp-detail-page .detail-select li {
    padding: 20px 17px;
  }
  .camp-detail-page .detail-select .wrapper .sp-camp {
    margin-bottom: 10px;
  }
  .camp-detail-page .detail-select .wrapper .price-camp {
    margin-top: 10px;
  }
  .camp-detail-page .detail-select .wrapper .noti {
    margin-top: 0;
  }
  .camp-detail-page .event .item-list {
    margin: 0 -10px;
  }
  .camp-detail-page .event .item-list li {
    padding: 0 10px;
    margin-bottom: 25px;
  }
  .camp-detail-page .event .wrapper .cover {
    width: 40px;
    height: 40px;
  }
  .camp-detail-page .sticky-booking {
    padding: 10px 0;
  }
  .camp-detail-page .sticky-booking .menu {
    margin-bottom: 10px;
  }
  .camp-detail-page .sticky-booking .menu .item-list li {
    width: 100%;
  }
  .camp-detail-page .sticky-booking .menu .item-list li:not(:last-child) {
    margin-bottom: 5px;
  }
  .camp-detail-page .review-i .title .t-review .rating-star {
    float: none;
    margin-left: 0;
    margin-top: 5px;
  }
  .modal.-gallery .b-icon .item-list {
    margin: 0 -15px;
  }
  .modal.-gallery .b-icon .item-list li {
    padding: 0 15px;
  }
  .modal.-gallery .b-icon .social-list {
    margin: 0 -2px;
  }
  .modal.-gallery .b-icon .social-list li {
    padding: 0 2px;
  }
  .modal.-gallery .b-icon .detail .feather {
    font-size: 26px;
  }
  .modal.-gallery .favorite {
    width: 28px;
    height: 28px;
  }
  .modal.-should .modal-dialog {
    min-width: auto;
  }
  .modal.-should .modal-header {
    padding: 15px;
  }
  .modal.-should .modal-body {
    padding: 15px;
  }
  .modal.-panorama .modal-header {
    margin-right: 10px;
  }
  .modal.-panorama .modal-body {
    padding: 15px;
  }
  .host-page.profile-page .h-title.-host {
    margin-top: 0;
  }
  .host-page.profile-page .h-title.-host.height {
    height: auto;
    margin-bottom: 0;
  }
  .event-summary {
    margin-top: 20px;
  }
  .event-summary .wrapper {
    height: 146px;
    padding: 30px 0;
  }
  .event-summary .wrapper .num {
    font-size: 35px;
  }
  .event-summary .wrapper .desc {
    font-size: 14px;
    line-height: 1.5em;
  }
  .event-summary .item-list {
    margin: 0 -5px;
  }
  .event-summary .item-list li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .status-payment .table {
    width: 200%;
  }
  .host-page.profile-page .income-title .h-title {
    padding-bottom: 0;
  }
  .income-title .form-group {
    margin-top: 15px;
  }
  .table-sum-income .table {
    margin: 0;
    width: 230%;
  }
  .table-sum-income thead th,
  .table-sum-income thead td,
  .table-sum-income tbody th,
  .table-sum-income tbody td {
    padding-right: 20px;
    vertical-align: middle;
    line-height: 1.3em;
  }
  .table-sum-income tbody th:not(:last-child),
  .table-sum-income tbody td:not(:last-child) {
    padding: 25px 0;
  }
  .table-sum-income tbody th:first-child,
  .table-sum-income tbody td:first-child {
    width: 16%;
  }
  .h-calendar .fc-theme-standard td .fc-daygrid-day-frame .fc-daygrid-day-number {
    margin-top: 0;
    margin-right: 0;
  }
  .h-calendar .fc-theme-standard td {
    font-size: 9px;
  }
  .h-calendar .fc-theme-standard th {
    padding: 11px 0;
    font-size: 10px;
  }
  .h-calendar .fc-theme-standard td .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
    width: 14px;
    height: 14px;
  }
  .h-calendar .fc-theme-standard td .fc-daygrid-day-frame .fc-daygrid-day-number {
    height: 14px;
  }
  .host-booking-title .head-title {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .breadcrumb li {
    font-size: 14px;
  }
  .profile-page .nav-my-trip.-style-iii .link {
    font-size: 14px;
    padding: 5px;
    line-height: 1.4em;
    height: calc(1.3em * 3);
  }
  .block-step li {
    padding: 0 20px;
  }
  .block-step li .step {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .form-default.-camp .content-more {
    margin-bottom: 20px;
  }
  .camp-step3 .t-data-zone {
    width: 700px;
  }
  .camp-step3 .t-data-zone .img-zone {
    width: 80px;
    height: 65px;
  }
  .camp-step3 .t-data-zone .manage li {
    width: 100%;
  }
  .camp-step3 .t-data-zone .manage li + li {
    margin-top: 5px;
  }
  .about-page .head-cover .wrapper {
    width: auto;
  }
  .camp-step3 .t-data-zone tr th, .camp-step3 .t-data-zone tr td {
    font-size: 14px;
  }
  .camp-step3 .card-body .title {
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .container {
    max-width: inherit;
    width: 100%;
  }
  .site-header,
  .site-header.tiny {
    height: 60px;
  }
  .site-header .brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .site-header .brand img {
    width: 100px;
  }
  .site-header .b-right li {
    padding: 0 7px;
  }
  .site-header .b-right li .link img {
    width: 20px;
  }
  .site-header .b-right .member span {
    margin-right: 5px;
  }
  .site-header .b-right .item-list {
    font-size: 13px;
  }
  .site-header .b-right li:first-child:before {
    top: 10px;
    right: -3px;
    height: 50%;
  }
  .site-header .dropdown-menu .dropdown-item {
    padding: 3px;
    font-size: 13px;
  }
  .site-header .b-right li:nth-child(2) {
    padding-right: 0;
  }
  .site-header .search-form {
    position: absolute;
    z-index: 1;
    left: -107px;
    top: 59px;
    display: none;
  }
  .site-header.reset-header.tiny, .site-header.reset-header {
    height: 60px;
  }
  .site-header .b-right li .signup {
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
  }
  .topgraphic {
    padding-bottom: 180px;
  }
  .topgraphic .topgraphic-list .cover {
    padding-bottom: 86%;
  }
  .topgraphic .wg-search {
    top: 0;
  }
  .topgraphic .wg-search .h-title {
    font-size: 35px;
    line-height: 1.2em;
  }
  .topgraphic .wg-search .desc {
    font-size: 16px;
  }
  .topgraphic .slick-dots {
    bottom: 80px;
  }
  .topgraphic .search-form .label-search {
    top: 80px;
  }
  .topgraphic .search-form .label-search .txt-key {
    width: 100%;
    left: 0;
    top: -20px;
    padding: 10px 20px;
    height: auto;
    border-radius: 20px;
    position: relative;
  }
  .topgraphic .search-form .label-search .txt-key li {
    width: 100%;
  }
  .topgraphic .search-form .label-search .txt-key li + li {
    margin-top: 4px;
  }
  .topgraphic .search-form .label-search .txt-key li:nth-child(1),
  .topgraphic .search-form .label-search .txt-key li:nth-child(2) {
    width: 100%;
  }
  .topgraphic .search-form .label-search .txt-key li:not(:last-child):before {
    display: none;
  }
  .topgraphic .search-form .label-search .txt-key .form-control {
    width: 100%;
  }
  .topgraphic .search-form .label-search .btn-search {
    position: relative;
    top: -5px;
    right: 0;
    width: 100%;
    border-radius: 40px;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    background-color: #fff;
    color: #D54E38;
  }
  .topgraphic .search-form .label-search .btn-search:before {
    content: 'Search';
    font-family: 'DMSans';
    font-weight: 500;
    font-size: 13px;
  }
  .topgraphic .search-form .label-search .btn-search img {
    display: none;
  }
  .topgraphic .search-form .label-search .add-guest .dropdown-guest {
    top: -19px;
    width: 150px;
    left: 90px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    z-index: 99;
  }
  .topgraphic .arrows-scroll {
    display: none;
  }
  .wg-popular {
    margin-top: 0;
    padding-bottom: 15px;
  }
  .wg-popular .action {
    margin-top: 0;
  }
  .wg-camping-ground {
    padding-top: 15px;
  }
  .wg-camping-ground .camping-ground-list .slick-list {
    margin: 0 -7.5px;
  }
  .wg-camping-ground .camping-ground-list .slick-list .item {
    padding: 0 7.5px;
  }
  .wg-camping-ground .action {
    margin-top: 0;
  }
  .wg-banner {
    padding-top: 15px;
    padding-bottom: 20px;
    min-height: inherit;
  }
  .wg-banner .banner-list .slick-dots {
    bottom: -26px;
  }
  .wg-text-left, .wg-text-right {
    padding: 20px 0;
  }
  .wg-news {
    padding-top: 20px;
  }
  .wg-news .news-list {
    min-height: 390px;
  }
  .wg-news .news-list .cover {
    padding-bottom: 60%;
  }
  .wg-news .news-list .wrapper-news {
    height: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wg-news .news-list .wrapper-news > div {
    width: 100%;
  }
  .wg-news .news-list .wrapper-news .content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 10px;
    margin-top: 0;
  }
  .wg-news .news-list .wrapper-news .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .wg-news .news-list .wrapper-news .content .desc.text-limit {
    max-height: 5.1em;
    height: inherit;
    -webkit-line-clamp: 3;
  }
  .wg-news .news-list .wrapper-news .content .action {
    left: 15px;
    bottom: 15px;
  }
  .wg-news .news-list .wrapper-news .content .action .btn {
    height: 23px;
    line-height: 23px;
  }
  .wg-news .news-list .slick-slide .wrapper-news {
    -webkit-transform: scale(1) translate(0, 80px);
            transform: scale(1) translate(0, 80px);
  }
  .wg-news .news-list .slick-list .item {
    padding: 0 10px;
  }
  .wg-news .news-list .slick-dots {
    bottom: -60px;
  }
  .wg-news .news-list .slick-slide.slick-center .wrapper-news {
    height: 360px;
  }
  .wg-news .news-list .slick-slide.slick-center .wrapper-news .content {
    margin-top: 10px;
    padding: 0 15px;
  }
  .wg-news .news-list .slick-slide.slick-center .wrapper-news .content .title {
    font-size: 18px;
  }
  .wg-news .news-list .slick-slide.slick-center .wrapper-news .content .desc {
    font-size: 12px;
  }
  .wg-news .news-list .slick-slide.slick-center .wrapper-news .content .action .btn {
    font-size: 14px;
    height: 39px;
    line-height: 39px;
  }
  .wg-news .news-list .slick-prev, .wg-news .news-list .slick-next {
    top: 370px;
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
  .wg-news .action {
    margin-top: 45px;
  }
  .wg-news .news-list .slick-prev {
    left: 38%;
  }
  .wg-news .news-list .slick-next {
    right: 38%;
  }
  .wg-camping-style .item-list {
    margin: 30px -7.5px 0 -7.5px;
  }
  .wg-camping-style .item-list li {
    width: calc(100% / 2);
    padding: 0 7.5px;
    margin-bottom: 15px;
  }
  .wg-camping-style .action {
    margin-top: 10px;
  }
  .wg-camping-style .wrapper:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .wrapper-slide .body {
    padding: 10px;
  }
  .wrapper-slide .body .title {
    font-size: 13px;
  }
  .wrapper-slide .body .desc {
    font-size: 13px;
    padding-top: 10px;
  }
  .site-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .site-footer .link .brand {
    width: 150px;
    margin-bottom: 30px;
  }
  .site-footer .h-title {
    font-size: 18px;
  }
  .site-footer .link {
    line-height: 0.7;
  }
  .site-footer .social-list .item-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 15px;
  }
  .site-footer .ft-bt {
    padding-top: 20px;
    text-align: center;
  }
  .site-footer .policy {
    padding-bottom: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .btn {
    height: 35px;
    line-height: 35px;
  }
  .h-title {
    font-size: 22px;
  }
  .wrapper-slide .favorite {
    width: 30px;
    top: 15px;
    right: 15px;
  }
  .daterangepicker {
    margin-top: 0;
  }
  .ui-widget {
    /*top: 287px !important;*/
    /*left: 43px !important;*/
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  }
  .site-header.acc-header .secure {
    margin-left: 120px;
  }
  .site-header.acc-header .secure .link {
    font-size: 13px;
  }
  .site-header.acc-header .secure .link .icon {
    width: 15px;
  }
  .booking-page {
    min-height: auto;
    padding: 40px 0;
  }
  .booking-sum {
    font-size: 14px;
    line-height: 1.1em;
  }
  .booking-sum .h-title {
    font-size: 16px;
  }
  .booking-sum .block {
    padding: 15px;
  }
  .booking-why {
    margin-top: 26px;
  }
  .booking-why .title {
    font-size: 18px;
  }
  .booking-why .desc {
    font-size: 14px;
  }
  .booking-login {
    margin-top: 26px;
  }
  .booking-login .mail .link,
  .booking-login .social .link {
    font-size: 14px;
  }
  .booking-login .or {
    padding: 10px 0;
  }
  .booking-login.layout-2 {
    padding-bottom: 15px;
    margin-top: 16px;
  }
  .booking-register .form-default .form-button .action {
    margin-top: 15px;
  }
  .booking-register .form-default .form-button .action .link {
    font-size: 16px;
  }
  .payment-method .card {
    padding: 15px 0;
    padding-top: 5px;
  }
  .payment-method .header .link {
    font-size: 14px;
    padding: 10px 0;
    padding-left: 26px;
  }
  .payment-method .header .link::before {
    top: 13px;
  }
  .payment-method .header .link .icon {
    top: 8px;
  }
  .payment-method .form-default label {
    font-size: 13px;
    width: 67px;
  }
  .payment-method .form-default .form-control {
    font-size: 13px;
  }
  .booking-payment .h-title {
    font-size: 18px;
  }
  .booking-detail {
    margin-top: 15px;
    padding-top: 15px;
  }
  .booking-detail .h-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .booking-detail .should {
    min-height: auto;
    padding-bottom: 20px;
  }
  .booking-detail .should-list {
    width: 100%;
    margin-left: 0;
  }
  .booking-detail .should-list .icon {
    width: 20px;
    top: 2px;
  }
  .booking-detail .should-list li + li {
    margin-top: 10px;
  }
  .booking-detail .policy .action {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .payment-promo {
    margin-top: 10px;
  }
  .payment-promo .link {
    font-size: 14px;
  }
  .editor-content p {
    font-size: 13px;
  }
  .checkbox-control .icon {
    width: 17px;
    height: 17px;
  }
  .form-default .floating-label {
    left: 15px;
  }
  .form-default .form-control {
    padding-left: 15px;
  }
  .form-default .form-control:focus ~ .floating-label,
  .form-default .form-control:not(:placeholder-shown) ~ .floating-label {
    top: 6px;
  }
  .bookong-info {
    margin-right: 200px;
  }
  .bookong-info .h-title {
    font-size: 18px;
  }
  .bookong-info .info-header .title {
    font-size: 18px;
  }
  .bookong-info .info-detail strong {
    font-size: 16px;
  }
  .bookong-info .action .btn {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .bookong-conclude .h-title {
    font-size: 14px;
  }
  .bookong-conclude .link {
    font-size: 12px;
  }
  .bookong-conclude .desc {
    font-size: 14px;
  }
  .site-footer.acc-footer .ft-bt {
    padding: 20px 0;
  }
  .site-footer .policy {
    padding-bottom: 15px;
  }
  .site-footer .ft-bt .copyright,
  .site-footer .link {
    font-size: 12px;
  }
  .site-header.header-search,
  .site-header.header-search.tiny {
    height: 80px;
  }
  .search-page {
    margin-top: 80px;
  }
  .campa-search-map {
    width: 92%;
    height: 50%;
    top: 80px;
  }
  .mt-xs {
    margin-top: 0;
  }
  .menu-filter {
    top: 80px;
    position: absolute;
  }
  .sort .text {
    display: none;
  }
  .card {
    margin-top: 20px;
  }
  .sort li {
    height: 35px;
    line-height: 23px;
  }
  .sort li:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .sort li:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .card .head {
    width: 100%;
  }
  .card .head .cover {
    padding-bottom: 50%;
  }
  .card .favorite {
    left: 87%;
  }
  .pagination .link {
    margin: 0 2px;
  }
  .reset-password-page {
    padding: 10px;
  }
  .reset-password-page .b-reset-pass {
    max-width: 100%;
    width: 100%;
  }
  .privacy-page {
    margin-top: 60px;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .privacy-page .content {
    padding-top: 20px;
  }
  .privacy-page .menu-policy {
    top: 80px;
  }
  .privacy-page .menu-mobile-btn {
    top: -128px;
    right: 10px;
  }
  .help-page {
    margin-top: 60px;
  }
  .help-page .head-cover {
    height: 210px;
  }
  .help-page .head-cover .wrapper {
    width: 100%;
    padding-top: 40px;
  }
  .help-page .content {
    padding: 25px 0;
  }
  .help-page .menu-help li {
    width: 100%;
    height: 60px;
  }
  .help-page .menu-help li + li {
    margin-top: 15px;
  }
  .help-page .menu-help .link {
    font-size: 14px;
  }
  .help-page .content .contact-us {
    margin-top: 15px;
  }
  .help-page .content .title-form {
    padding-bottom: 10px;
  }
  .help-page .content .form-default {
    padding: 20px 15px;
  }
  .help-page .content .form-default .desc {
    margin-top: 10px;
  }
  .help-page .content .form-default .action .btn {
    font-size: 16px;
  }
  .help-page .content .social {
    margin-top: 20px;
  }
  .help-page .content .social .item-list {
    margin: 0;
  }
  .help-page .content .social li {
    width: 100%;
    padding: 0;
  }
  .help-page .content .social li + li {
    margin-top: 15px;
  }
  .help-page .content .social li:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
  }
  .help-page .content .social .link img {
    max-width: 25px;
  }
  .help-page .content .open {
    margin-top: 20px;
    font-size: 16px;
  }
  .content.-help .contact-us {
    margin-top: 20px;
  }
  .content.-help .action .btn {
    font-size: 16px;
    min-width: 260px;
  }
  .about-page {
    margin-top: 60px;
  }
  .about-page .content {
    padding-top: 25px;
  }
  .about-page .head-cover {
    height: 200px;
  }
  .about-page .head-cover .h-title {
    font-size: 33px;
  }
  .about-page .content .title-lg {
    line-height: 1.4em;
  }
  .about-page .content .line {
    margin: 30px auto;
  }
  .about-page .ourValues {
    margin-top: 10px;
  }
  .about-page .ourValues li {
    width: 100%;
  }
  .privacy-page.-faq h1.title {
    font-size: 20px;
    padding-bottom: 0;
  }
  .privacy-page.-faq .form-default .search-group {
    margin-top: 20px;
  }
  .privacy-page.-faq .form-default .search-group .form-control {
    height: 50px;
  }
  .privacy-page.-faq .form-default .action .btn-search img {
    max-width: 24px;
  }
  .privacy-page.-help-search {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .privacy-page.-help-search .search-list .header {
    font-size: 16px;
  }
  .privacy-page.-help-search .search-list .desc {
    font-size: 14px;
  }
  .privacy-page.-help-search .search-list li:last-child {
    padding-bottom: 0;
  }
  .content-not-found .text {
    font-size: 22px;
  }
  .help-page .menu-help.style-ii li {
    height: 100px;
  }
  .camp-step3 .custom-file .custom-file-label:after {
    left: 0;
    top: 50px;
    right: inherit;
  }
  .camp-step3 .action.pt-7 {
    padding-top: 70px;
  }
  .camp-step3 .action.-st3-add .btn {
    font-size: 16px;
  }
  .camp-step3 .data-zone .btn-light {
    min-width: 80px;
  }
  .profile-page .nav-my-trip.-style-iii .link {
    font-size: 13px;
  }
  .camp-step3 .form-default.-camp .radio-control .title {
    margin-top: 3px;
  }
  .modal.-add-locked .modal-body .s-title,
  .modal.-add-locked .modal-body .text {
    font-size: 16px;
  }
  .profile-page .form-default .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 58%;
  }
  .btn {
    height: 45px;
    line-height: 45px;
  }
  .confirm-block {
    padding: 0;
  }
  .confirm-block .text {
    font-size: 12px;
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .hide-md {
    display: none;
  }
}

@media screen and (min-width: 376px) and (max-width: 575px) {
  .topgraphic .search-form .label-search {
    top: 110px;
  }
}
/*# sourceMappingURL=source.css.map */