.mtc{
  margin-top: 5rem;
}
.mf{
  margin-top: 2rem;
  margin-bottom: 9.5rem;
}
@media (max-width: 767px) {
  .mf{
    margin-top: 3.5rem;
  }
  .mtc{
    margin-top: 2.5rem;
  }
}
/* -------------------------------------------------- */
.img-mainchef {
  text-align: center;
  height: 400px;
  
}
.img-mainchef img {
  height: 100%;
  border-radius: 8px;
}

.text-mainchef {
  padding-bottom: 50px;
  color: #321e15;
  text-indent: 50px;
  padding-top: 20px;
}
.text-mainchef p {
  font-family: "Noto Sans Thai",sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-align: justify;
}

/* -------------------------------------------------- */
.col-lg-3 a {
  cursor: pointer;
}
.col-lg-4 a {
  cursor: pointer;
}
.size-course {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  border-radius: 8px;
  /*box-shadow: inset -5px 4px 5px 0px rgba(0,0,0,.2);*/

}
.size-course p {
  color: #ffffff;
  font-family: "Noto Sans Thai",sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  margin: 0;
}

.activec, .size-course:hover {
  background-color: #72be44 !important;
  transition: all 0.2s ease;
}

.size-course {
  background-color: #321e15;
}

.item img{
  border-radius: 8px;
}
@media (max-width: 991px) {
  /* กล่องเลือก course ห่างกันในหน้าจอมือถือ */
    .col-lg-3{
      margin-bottom: 10px;
    }
    .col-lg-4{
      margin-bottom: 10px;
    }
}
/* -------------------------------------------------- */
.item div {
  /*height: 150px;*/
  height: 100%;
}
.img-icon {
  /*ขนาดicon*/
  width: 18px;
}
.owl-prev,
.owl-next {
  /*ตำแหน่ง จากบนลงมา*/
  position: absolute;
  top: 35%;
}
.owl-next {
  /*ตำแหน่งของไอคอนตัวด้านขวา*/
  right: -30px;
}
.owl-prev {
  /*ตำแหน่งของไอคอนตัวด้านซ้าย*/
  left: -30px;
}
.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;
  }
}
/* -------------------------------------------------- */
.text-detail-menu{
    color: #321e15;
}
.text-detail-menu li{
    font-family: "Noto Sans Thai",sans-serif;
    font-size: 1rem;
    font-weight: 500;
}
.text-detail-menu b{
  font-family: "Noto Sans Thai",sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

/* -------------------------------------------------- */
/* magnific-popup */
/* ทำให้ตัวเลขนับหายไป */
.mfp-counter {
  font-size: 0px;
}