/* container 1110px */
/* section-facility-hero */

.section-hero-golf {
  background: url(../../images/background/unsplash_5yxJpt_TcAo.png);
  background-size: 100%;
}

.hero-text {
  line-height: 2.7rem;
}

/* section-tab-facility */

.tab-facility-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 17.4rem;
}

.tab-facility-list {
  width: 428px;
  height: 36px;

  display: flex;
  align-items: stretch;
  justify-content: space-between;
  list-style: none;
}

.tab-facility-item:nth-child(2) {
  padding: 0 27px;
  border-left: 1px solid rgba(141, 159, 194, 0.3);
  border-right: 1px solid rgba(141, 159, 194, 0.3);
}

.tab-facility-item {
  font-family: "Montserrat 500";
  font-size: 1.6rem;
  line-height: 2rem;

  display: flex;
  align-items: center;
}

.tab-facility-item a {
  color: #121127;
  text-decoration: none;
}

/* seciton-services */

.section-services {
}

.head-services-box {
  height: 33rem;
  background: url(../../images/background/Section_04.png);
  background-size: cover;
  display: flex;
  align-items: center;
}

.heading-text-box {
  position: relative;
  height: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.heading-text-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: -9.1rem;
  width: 4px;
  height: 100%;
  background-color: #fff;
}

.secondary-heading-services {
  font-family: "Playfair Display 900";
  font-size: 3.2rem;
  line-height: 4.3rem;
  letter-spacing: 4.86598px;
  color: #fff;
  margin-bottom: 8px;
}

.text-sub-services {
  font-size: 1.6rem;
  line-height: 24px;
  color: #fff;
}

.services-box {
  padding: 12.5rem 0 9.9rem;
  background: linear-gradient(to right, #fff 0%, #fff 54%, #0e1e34 54%);
}

.list-service-box {
  display: flex;
  align-items: center;
  height: 100%;

  position: relative;
}

.service-text-box {
  width: 35rem;
  height: 18.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;

  position: absolute;
  z-index: 20;
}

.tertiary-heading-service {
  font-family: "Playfair Display 700";
  line-height: 3.2rem;
  letter-spacing: 0.4rem;
  font-size: 2.4rem;
  color: #000;
  margin-bottom: 8px;
}

.text-sub-service {
  font-family: "NotoSansThai";
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.list-image-box {
  height: 30rem;
  width: 72.9rem;
}

.list-image {
  height: 100%;
  width: 100%;
}

.mgb-48 {
  margin-bottom: 4.8rem;
}

/* section-banquet-room */

.rooms-box {
  padding: 12.5rem 0 12.8rem;
  background: linear-gradient(to left, #fff 0%, #fff 56%, #0e1e34 56%);
}

.rooms-box .service-text-box {
  width: auto;
  left: -7.5rem;
  padding-left: 9.6rem;
}

/* section-club-house */

.section-club-house {
  overflow: hidden;
}

.club-house-box {
  padding: 10.9rem 0 9.2rem;
}
