.container > .row {
  margin-top: 1.8rem;
}
/* -------------------------------------------------- */
.img-roomtype {
  max-height: 100%;
  text-align: center;
}
.img-roomtype img {
  width: 100%;
  border-radius: 8px;
}

.text-roomtype {
  /*height: 140px;*/
  width: 100%;
  background-color: #ffffff;
  color: #321e15;
  text-indent: 50px;
}

.text-roomtype p {
  font-size: 1rem;
  padding: 1rem;
  text-align: justify;
  margin: 0px;
  font-family: "Noto Sans Thai",sans-serif;
  font-weight: 400;
}

.text-roomtype-lish{
  padding: 1rem;
}

.text-roomtype-lish b{
  font-family: "Noto Sans Thai",sans-serif;
  font-size: 1rem;
  font-weight: 800;
}
.text-roomtype-lish li{
  font-family: "Noto Sans Thai",sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

/* -------------------------------------------------- */
.imgsize-owls1 {
  width: 10px;
}
.divsize-owl {
  /*ขนาดกรอบรูป*/
  height: 100%;
}
.imgsize-icon-1 {
  /*ขนาดicon*/
  width: 18px;
}
.owl-prev,
.owl-next {
  /*ตำแหน่ง จากบนลงมา*/
  position: absolute;
  top: 40%;
}
.owl-next {
  /*ตำแหน่งของไอคอนตัวด้านขวา*/
  right: -45px;
}
.owl-prev {
  /*ตำแหน่งของไอคอนตัวด้านซ้าย*/
  left: -45px;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  /*คือลบbg ออก*/
  background: none !important;
  outline: none !important;
  opacity: 1;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  /*ทำให้ค่อยๆจาง*/
  outline: none;
  opacity: 0.6;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  /*ทำให้ กดซ้ายขวาหายไปในมือถือ*/
  .owl-nav {
    display: none;
  }
}
.item img {
  border-radius: 8px;
}
/* -------------------------------------------------- */
/* magnific-popup */
/* ทำให้ตัวเลขนับหายไป */
.mfp-counter {
  font-size: 0px;
}
