.container > .row {
  margin-top: 1.8rem;
}

/* -------------------------------------------------- */

.cal-availabledate {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  /*background-color: #ffc107;*/
}

.cal-availabledate div{
  width: 75%; 
  padding: 16px; 
  background-color: #321e15;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .cal-availabledate div{
    width: 100%;
  }
}

/* -------------------------------------------------- */

.img-intro {
  height: 100%;
}
.img-intro img {
  height: 100%;
  width: 100%;
  border-radius: 8px 8px 0px 0px;
}
.img-main1 {
  content: url("../../img/img-index/intro-main.jpg");
}

.text-intro {
  height: 100%;
  width: 100%;
  background-color: #321e15;
  color: #ffffff;
  text-indent: 0px;
  border-radius: 0px 0px 8px 8px;
}
.text-intro p {
  font-size: 1rem;
  padding: 1rem;
  text-align: justify;
  font-family: "Noto Sans Thai",sans-serif;
  font-weight: 400;
  text-indent: 5rem;
}

@media (max-width: 1200px) {

  .img-main1 {
    content: url("../../img/img-index/intro-main-mobile.jpg");
  }

  .img-intro {
    height: 100%;
  }
}

@media (max-width: 764px) {
  .img-intro {
    height: 190px;
  }
  .text-intro p {
    text-indent: 1.2rem;
  }
  
}

/* -------------------------------------------------- */
.item img {
  border-radius: 8px;
}
.owl-detail {
  /*ขนาดกรอบรูป*/
  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;
  }
.owl-dots{
  margin-top: 0.5rem;
}
}

/* -------------------------------------------------- */
.texts-title {
  text-align: center;
  height: 60px;
  line-height: 60px;
  background-color: #321e15;
  border-radius: 8px;
}
.texts-title p {
  color: #ffffff;
  font-family: "Poppins",sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.line-title {
  display: flex;
  height: 100%;
  align-items: center;
}
.line-title div {
  padding: 0;
  height: 8px;
  width: 100%;
  background-color: #321e15;
}
@media (max-width: 992px) {
  .line-title {
    display: none;
  }
  .texts-title p {
    margin: 0;
  }
  .container > .row {
    margin-top: 0.8rem;
  }
}

/* -------------------------------------------------- */
.img-roomtype {
  max-height: 100%;
}
.img-roomtype a img {
  width: 100%;
}
.img-roomtype img{
  border-radius: 8px 8px 0px 0px;
}

.text-roomtype {
  height: 40px;
  width: 100%;
}
.text-roomtype p {
  height: 100%;
  width: 100%;
  padding: 0px;
  margin: 0;
  line-height: 40px; /* ต้องใส่ ไม่งันข้อความจะไม่ตรงกลาง ให้ใส่ตามความสูงของกรอบ*/
  background-color: #321e15;
  color: #ffffff;
  text-align: center;
  font-family: "Noto Sans Thai",sans-serif;
  font-size: 1rem;
  font-weight: 300;
  border-radius: 0px 0px 8px 8px;
}
@media (max-width: 767px) {
  .md {
    margin-top: 0.8rem;
  }
}

/* -------------------------------------------------- */
.img-course {
  height: 320px;
  line-height: 320px;
  background-color: #ffc107;
  text-align: center;
}
.img-course p {
  color: #321e15;
}
/* -------------------------------------------------- */
