.container > .row {
  margin-top: 20px;
}
/* -------------------------------------------------- */
.child-fixed {
  position: fixed; /* มันจะอยุ่กับที่ */
  width: 450px;
  height: 115px;
  background-color: #ffffff;
  bottom: 0;
  right: 6rem;
  border-left: 6px solid #e0c406;
  box-shadow: #212121 0px 2px 5px 0px;
  border-radius: 10px 10px 0 0;
}
.child-fixed p {
  font-size: 0.8rem;
  padding: 1rem;
  text-align: justify;
}
/* -------------------------------------------------- */
.map-g {
 
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px;
  background-color: #321e15;
  border-radius: 8px 8px 0px 0px;
}
.map-g > div {
  height: 100%;
  width: 100%;
}
.map-g iframe {
  height: 100%;
  width: 100%;
  border: none;
  border-radius: 8px;
}
.map-g img{
  height: 100%;
  width: 100%;
  border: none;
  border-radius: 8px;
}

.map-g-text {
  display: flex;
  background-color: #321e15;
  height: 30px;
  width: 100%;
  border-radius: 0px 0px 8px 8px;
  justify-content: center;
}
.map-g-text p {
  color: #ffffff;
  font-family: "Noto Sans Thai", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 991px) {
}
/* -------------------------------------------------- */
.map-text {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  padding: 10px;
  border-radius: 8px;
}
.map-text div {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  padding: 10px;
  flex-direction: column;
  align-items: center;
}
.map-text > div p {
  color: #321e15;
  font-family: "Noto Sans Thai", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.map-text > div b {
  color: #321e15;
  font-family: "Noto Sans Thai", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 8px;
}

@media (max-width: 991px) {
  /*.map-text {
    height: 300px;
  }*/
  .container > .row > .col-lg-6 {
    margin-bottom: 10px;
  }
  .container > .row {
    margin-top: 13px;
  }
  .map-text > div p {
    text-align: center;
  }
}
