.en {
  font-weight: 300;
}

.h2-area .os-h2 {
  font-size: 45px !important;
  text-align: center;
}
.h2-area .os-h2 span {
  display: block;
  font-size: 18px;
}

.os-btn {
  margin-bottom: 160px;
}

.os-btn__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.os-btn__flex a {
  max-width: 700px;
  background-color: #f8f7f5;
  width: 48%;
  position: relative;
  overflow: hidden;
  height: 180px;
  display: flex;
  align-items: center;
}

.btn-img {
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  width: 30%;
  height: 100%;
}
.btn-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.btn-text {
  margin-left: 35%;
  width: 70%;
  display: flex;
  align-items: center;
}
.btn-text .f30 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.5;
}
.btn-text .f30 .en {
  display: block;
  font-size: 20px;
}

.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

.sliderArea.w300 {
  max-width: 300px;
}

.slick-slide {
  margin: 0 5px;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev, .slick-next {
  z-index: 1;
}

.slick-prev:before, .slick-next:before {
  color: #000;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: 0.7;
}

#khotel {
  background: url(../img/other/hotel-bg.webp) no-repeat;
  background-size: cover;
  padding: 120px 0 160px;
}

.os-h3 {
  font-size: 36px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 300;
  line-height: 1.7;
}
.os-h3 .en {
  display: block;
  font-size: 18px;
}

.cm-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.cm-flex_left {
  width: 48%;
}

.cm-flex_right {
  width: 48%;
}

.h4-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
.h4-logo img {
  margin-right: 20px;
  width: 100px;
}
.h4-logo .en {
  font-size: 28px;
}

.cm-flex_right table {
  margin-bottom: 30px;
}
.cm-flex_right table th {
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  padding: 10px 0;
  text-align: left;
  width: 20%;
  vertical-align: top;
}
.cm-flex_right table td {
  padding: 10px 0;
  width: 80%;
}

#khouse {
  padding: 120px 0 180px;
}
#khouse .cm-flex_left {
  width: 48%;
}
#khouse .cm-flex_left img {
  height: auto;
  width: 100%;
}

.cm-btn {
  text-align: center;
}

.map-btn {
  background: #232323;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  padding: 2px 10px;
  font-size: 10px;
  border-radius: 30px;
  margin-left: 10px;
}
.map-btn span {
  font-size: 18px;
  margin-right: 5px;
}

@media only screen and (max-width: 1380px) {
  .h2-area .os-h2 {
    font-size: 30px !important;
  }
  .h2-area .os-h2 span {
    font-size: 12px;
  }
  .btn-text .f30 {
    font-size: 26px;
  }
  .btn-text .f30 .en {
    font-size: 12px;
  }
  .os-btn {
    margin-bottom: 110px;
  }
  .os-h3 {
    font-size: 30px;
  }
  .os-h3 .en {
    font-size: 12px;
  }
  .cm-flex {
    align-items: flex-start;
  }
  .h4-logo {
    margin-bottom: 10px;
  }
  .h4-logo .en {
    font-size: 22px;
  }
  .h4-logo img {
    width: 80px;
  }
  #khotel,
  #khouse {
    padding: 80px 0 120px;
  }
}
@media only screen and (max-width: 960px) {
  .h2-area .os-h2 {
    font-size: 24px !important;
  }
  .os-btn {
    margin-bottom: 80px;
  }
  .os-btn__flex a {
    height: 130px;
  }
  .btn-text .f30 {
    font-size: 18px;
  }
  .os-h3 {
    font-size: 24px;
  }
  .cm-flex {
    display: block;
    margin-bottom: 40px;
  }
  #khouse .cm-flex_left,
  .cm-flex_left {
    width: 100%;
    margin-bottom: 25px;
  }
  .cm-flex_right {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .os-btn {
    margin-bottom: 60px;
  }
  .os-btn__flex {
    display: block;
  }
  .os-btn__flex a {
    height: 100px;
    width: 100%;
    margin-bottom: 10px;
  }
  #khotel, #khouse {
    padding: 50px 0 60px;
  }
  .os-h3 {
    margin-bottom: 20px;
  }
  .h4-logo {
    justify-content: center;
  }
  .h4-logo .en {
    font-size: 16px;
  }
  .h4-logo img {
    width: 60px;
    margin-right: 10px;
  }
  .cm-flex_right table {
    margin-bottom: 15px;
  }
  .cm-flex_right table th {
    width: 90px;
  }
  .cm-flex_right table td {
    width: calc(100% - 90px);
  }
}/*# sourceMappingURL=os.css.map */