/* Mixins */
@media (max-width: 991.98px) {
  .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.section-catering-catering {
  padding: 88px 0 80px;
  background-color: #FFFFFF;
  background-image: url("/assets/page/catering/img/catering-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
@media (max-width: 991.98px) {
  .section-catering-catering {
    padding: 44px 0;
  }
}
.section-catering-catering .menu {
  overflow: hidden;
  margin-bottom: 88px;
  display: flex;
}
.section-catering-catering .menu .menu-loop {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  gap: 0;
  animation: marquee 90s linear both infinite;
  width: max-content;
  max-width: none;
}
.section-catering-catering .menu .menu-wrapper {
  width: max-content;
  max-width: none;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  position: relative;
  flex-wrap: nowrap;
}
@media (max-width: 991.98px) {
  .section-catering-catering .menu {
    margin-bottom: 44px;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.section-catering-catering .menu img {
  display: block;
  aspect-ratio: 36/20;
  object-fit: contain;
  max-width: 100%;
  max-height: 200px;
}
@media (max-width: 991.98px) {
  .section-catering-catering .menu img {
    max-height: 100px;
  }
}
.section-catering-catering .content {
  margin: 88px 0 72px;
}
@media (max-width: 991.98px) {
  .section-catering-catering .content {
    margin: 44px 0;
  }
}
.section-catering-catering .content .pretitle {
  font-family: "brandon_grotesquebold";
  color: #bf202f;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
.section-catering-catering .content .title {
  font-weight: 700;
  font-size: 45px;
  line-height: 63px;
  text-align: center;
  color: #000000;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .section-catering-catering .content .title {
    font-size: 32px;
    line-height: 1.5;
  }
}
.section-catering-catering .content .desc {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}
.section-catering-catering .occasion .title {
  font-family: "brandon_grotesquebold", "SukhumvitSetBold", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 52px;
  text-align: center;
  color: #0a0a0a;
  margin-bottom: 24px;
}
.section-catering-catering .occasion .occasion-gallery {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 16px;
}
@media (min-width: 992px) {
  .section-catering-catering .occasion .occasion-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
  }
}
.section-catering-catering .occasion .occasion-gallery figure {
  aspect-ratio: 36/33;
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.section-catering-catering .occasion .occasion-gallery figure:before {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0) 30%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 0 0 0;
}
.section-catering-catering .occasion .occasion-gallery figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.section-catering-catering .occasion .occasion-gallery figure figcaption {
  position: absolute;
  inset: 0 0 0 0;
  font-family: "Bai Jamjuree";
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  padding: 30px;
  width: 100%;
  height: 100%;
}

.section-catering-styles {
  padding: 88px 0;
  background-color: #FFFFFF;
}
@media (max-width: 991.98px) {
  .section-catering-styles {
    padding: 44px 0;
  }
}
.section-catering-styles .title {
  font-weight: 700;
  font-size: 35px;
  line-height: 43px;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}
.section-catering-styles .styles {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 991.98px) {
  .section-catering-styles .styles {
    gap: 16px;
    flex-direction: column;
  }
}
.section-catering-styles .styles .style {
  flex: 1 1 0;
  text-align: center;
}
.section-catering-styles .styles .style img {
  aspect-ratio: 421/341;
  margin: auto;
  margin-bottom: 16px;
  max-width: 100%;
  max-height: 341px;
  object-fit: contain;
  object-position: center center;
  display: block;
}
.section-catering-styles .styles .style .title {
  font-family: "Bai Jamjuree";
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  padding: 8px 16px;
  width: fit-content;
  background: #bf202f;
  margin: auto;
  margin-bottom: 10px;
}
.section-catering-styles .styles .style .title.black {
  background: #000000;
}
.section-catering-styles .styles .style .subtitle {
  font-family: "Bai Jamjuree";
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
}
.section-catering-styles .styles .style .desc {
  font-family: "Bai Jamjuree";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #000000;
}

.section-catering-promotion {
  padding: 88px 0;
  background: #ffffff;
}
@media (max-width: 991.98px) {
  .section-catering-promotion {
    padding: 44px 0;
  }
}
.section-catering-promotion .head {
  margin-bottom: 32px;
}
.section-catering-promotion .head .pretitle {
  font-family: "brandon_grotesquebold";
  color: #bf202f;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 8px;
}
.section-catering-promotion .head .title {
  font-weight: 700;
  font-size: 45px;
  line-height: 63px;
  text-align: center;
  color: #000000;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .section-catering-promotion .head .title {
    font-size: 32px;
    line-height: 1.5;
  }
}
.section-catering-promotion .content {
  background: #f5e7d2;
  border-radius: 16px;
  padding: 48px;
}
@media (max-width: 991.98px) {
  .section-catering-promotion .content {
    padding: 16px;
  }
}
.section-catering-promotion .content .title {
  background: url(/assets/page/catering/img/promotion-title.png);
  background-size: contain;
  background-position: top center;
  position: relative;
  background-repeat: no-repeat;
  width: 288px;
  height: 190px;
  margin: auto;
  font-family: Sukhumvit Set, sans-serif;
}
.section-catering-promotion .content .title p {
  position: absolute;
  bottom: 0;
  padding: 30px 28px;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #000000;
  width: 100%;
  margin-bottom: 0;
}

.section-catering-package {
  padding: 88px 0;
}
.section-catering-package .head {
  margin-bottom: 32px;
}
.section-catering-package .head .pretitle {
  font-family: "brandon_grotesquebold";
  color: #bf202f;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 8px;
}
.section-catering-package .head .title {
  font-weight: 700;
  font-size: 45px;
  line-height: 63px;
  text-align: center;
  color: #000000;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .section-catering-package .head .title {
    font-size: 32px;
    line-height: 1.5;
  }
}
.section-catering-package .head .desc {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 0;
}
.section-catering-package .btn-download-img {
  cursor: pointer;
  color: #c6222d;
  text-align: center;
  font-family: Noto Sans Thai Looped;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  text-decoration-line: underline;
}
.section-catering-package .tier-table-card {
  align-self: stretch;
  border-radius: 16px;
  background: #fff;
  padding: 48px;
}
@media (max-width: 991.98px) {
  .section-catering-package .tier-table-card {
    padding: 16px;
  }
}

.section-catering-promotion .grid,
.section-catering-package .grid,
.section-catering-faq .grid {
  overflow: auto;
  font-family: Sukhumvit Set, sans-serif;
  color: #0a0a0a;
  font-style: normal;
  line-height: 32px;
  min-width: 100%;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .section-catering-promotion .grid,
  .section-catering-package .grid,
  .section-catering-faq .grid {
    font-size: 14px;
    line-height: 1.3;
  }
}
.section-catering-promotion .grid p,
.section-catering-package .grid p,
.section-catering-faq .grid p {
  margin-bottom: 0;
}
.section-catering-promotion .grid a,
.section-catering-package .grid a,
.section-catering-faq .grid a {
  color: #bf202f;
}
.section-catering-promotion .grid::-webkit-scrollbar,
.section-catering-package .grid::-webkit-scrollbar,
.section-catering-faq .grid::-webkit-scrollbar {
  display: none;
}
.section-catering-promotion .grid tr.dash-bottom,
.section-catering-package .grid tr.dash-bottom,
.section-catering-faq .grid tr.dash-bottom {
  border-bottom: 1px dashed #e1e1e1;
}
.section-catering-promotion .grid tr.dash-bottom-2,
.section-catering-package .grid tr.dash-bottom-2,
.section-catering-faq .grid tr.dash-bottom-2 {
  border-bottom: 1px dashed #b4a5a4;
}
.section-catering-promotion .grid tr.border-bottom,
.section-catering-package .grid tr.border-bottom,
.section-catering-faq .grid tr.border-bottom {
  border-bottom: 1px dashed #e1e1e1;
}
.section-catering-promotion .grid td,
.section-catering-package .grid td,
.section-catering-faq .grid td {
  padding: 24px;
  min-width: 100px;
}
@media (max-width: 991.98px) {
  .section-catering-promotion .grid td,
  .section-catering-package .grid td,
  .section-catering-faq .grid td {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media (max-width: 991.98px) {
  .section-catering-promotion .grid td img,
  .section-catering-package .grid td img,
  .section-catering-faq .grid td img {
    margin-bottom: 4px;
  }
}
.section-catering-promotion .grid .tier,
.section-catering-package .grid .tier,
.section-catering-faq .grid .tier {
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
}
.section-catering-promotion .grid .tier .tier-1,
.section-catering-promotion .grid .tier .tier-2,
.section-catering-promotion .grid .tier .tier-3,
.section-catering-package .grid .tier .tier-1,
.section-catering-package .grid .tier .tier-2,
.section-catering-package .grid .tier .tier-3,
.section-catering-faq .grid .tier .tier-1,
.section-catering-faq .grid .tier .tier-2,
.section-catering-faq .grid .tier .tier-3 {
  margin: auto;
  margin-top: 8px;
  width: 132px;
  height: 8px;
}
.section-catering-promotion .grid .tier .tier-1,
.section-catering-package .grid .tier .tier-1,
.section-catering-faq .grid .tier .tier-1 {
  background: linear-gradient(323.45deg, #a8a8a8 11.77%, #ebebeb 45.18%, #efefef 69.56%, #c5c5c5 98.46%);
}
.section-catering-promotion .grid .tier .tier-2,
.section-catering-package .grid .tier .tier-2,
.section-catering-faq .grid .tier .tier-2 {
  background: linear-gradient(281.59deg, #ffb788 -5.98%, #ffd3b1 53.38%, #ffdcbf 66.06%, #ffd1a9 78.16%, #ffb47d 104.67%);
}
.section-catering-promotion .grid .tier .tier-3,
.section-catering-package .grid .tier .tier-3,
.section-catering-faq .grid .tier .tier-3 {
  background: linear-gradient(269.29deg, #000000 -0.14%, #5e0116 99.64%);
}
.section-catering-promotion .grid .benefit-head,
.section-catering-package .grid .benefit-head,
.section-catering-faq .grid .benefit-head {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px;
  padding-left: 0;
  width: 280px;
}
@media (max-width: 991.98px) {
  .section-catering-promotion .grid .benefit-head,
  .section-catering-package .grid .benefit-head,
  .section-catering-faq .grid .benefit-head {
    gap: 8px;
  }
}
.section-catering-promotion .grid .benefit-head img,
.section-catering-package .grid .benefit-head img,
.section-catering-faq .grid .benefit-head img {
  width: 100px;
  height: auto;
}
@media (max-width: 991.98px) {
  .section-catering-promotion .grid .benefit-head img,
  .section-catering-package .grid .benefit-head img,
  .section-catering-faq .grid .benefit-head img {
    width: 80px;
  }
}
.section-catering-promotion .grid .benefit-head p,
.section-catering-package .grid .benefit-head p,
.section-catering-faq .grid .benefit-head p {
  margin-bottom: 0;
}
.section-catering-promotion .grid .benefit,
.section-catering-package .grid .benefit,
.section-catering-faq .grid .benefit {
  text-align: center;
  vertical-align: middle;
}
.section-catering-promotion .grid .benefit strong,
.section-catering-package .grid .benefit strong,
.section-catering-faq .grid .benefit strong {
  font-size: 24px;
  line-height: 32px;
}
.section-catering-promotion .grid .benefit p,
.section-catering-package .grid .benefit p,
.section-catering-faq .grid .benefit p {
  display: inline-block;
  margin-bottom: 0;
}
.section-catering-promotion .grid .add-on,
.section-catering-package .grid .add-on,
.section-catering-faq .grid .add-on {
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  background: #000;
  color: #fff;
  padding: 4px 24px;
  text-align: center;
}
.section-catering-promotion .grid .text-18,
.section-catering-package .grid .text-18,
.section-catering-faq .grid .text-18 {
  font-size: 18px;
  line-height: 32px;
}

.section-catering-experience {
  background: #ffffff;
  padding: 88px 0;
  /* 
  &:not(.expanded) {
    .gallery {
      max-height: 1954px !important;
    }
  } */
}
@media (max-width: 991.98px) {
  .section-catering-experience {
    padding: 44px 0;
  }
}
.section-catering-experience .head {
  margin-bottom: 32px;
}
.section-catering-experience .head .pretitle {
  font-family: "brandon_grotesquebold";
  color: #bf202f;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 8px;
}
.section-catering-experience .head .title {
  font-weight: 700;
  font-size: 45px;
  line-height: 63px;
  text-align: center;
  color: #000000;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .section-catering-experience .head .title {
    font-size: 32px;
    line-height: 1.5;
  }
}
.section-catering-experience .content .gallery {
  display: flex;
  flex-direction: column;
  gap: 32px;
  transition: 0.35s cubic-bezier(0, 0, 0, 1);
  overflow: hidden;
}
.section-catering-experience .content .gallery .gallery-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
@media (min-width: 992px) {
  .section-catering-experience .content .gallery .gallery-group {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}
.section-catering-experience .content .gallery figure {
  aspect-ratio: 367/310;
  width: 100%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0;
}
.section-catering-experience .content .gallery figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.section-catering-experience .content .see-more {
  font-size: 14px;
  line-height: 20px;
  color: #bf202f;
  display: block;
  margin: auto;
  background: none;
  border: none;
  font-weight: 700;
  margin-top: 32px;
}
.section-catering-experience .content .see-more.active svg {
  scale: 0 -1;
}
.section-catering-experience.expanded .see-more {
  display: none;
}

.section-catering-contact {
  color: #ffffff;
  background: url(/assets/page/catering/img/contact-bg.png);
  background-size: 609px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #bd202e;
  padding: 88px 0;
}
@media (max-width: 991.98px) {
  .section-catering-contact {
    padding: 44px 0;
  }
}
.section-catering-contact .title {
  margin-bottom: 48px;
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 63px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .section-catering-contact .title {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 1.5;
  }
}
.section-catering-contact .content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 991.98px) {
  .section-catering-contact .content {
    flex-direction: column;
    gap: 16px;
  }
}
.section-catering-contact .content .qr {
  flex: 1 1 0;
  margin: auto;
}
.section-catering-contact .content .qr img {
  aspect-ratio: 1/1;
  height: 350px;
  border-radius: 16px;
  object-fit: cover;
  object-position: center center;
  display: block;
  margin: auto;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .section-catering-contact .content .qr img {
    height: 250px;
  }
}
.section-catering-contact .content .text {
  flex: 1 1 0;
  font-family: "Bai Jamjuree";
}
.section-catering-contact .content .text .contact {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  font-family: Sukhumvit Set, sans-serif;
}
.section-catering-contact .content .text .blurb {
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  display: block;
  color: #FFF;
}
.section-catering-contact .content .text .blurb img {
  height: 40px;
  margin-right: 16px;
}
.section-catering-contact .content .text .blurb a {
  text-decoration: none;
  color: #FFF;
}
.section-catering-contact .content .text .blurb:not(:last-child) {
  margin-bottom: 16px;
}
.section-catering-contact .content .text .address {
  font-size: 18px;
  line-height: 28px;
  margin-top: 32px;
}
.section-catering-contact .content .text .address strong {
  font-size: 20px;
  line-height: 32px;
  display: block;
  margin-bottom: 16px;
  font-family: Sukhumvit Set, sans-serif;
}

.section-catering-faq {
  padding: 88px 0;
}
@media (max-width: 991.98px) {
  .section-catering-faq {
    padding: 44px 0;
  }
}
.section-catering-faq .title {
  margin-bottom: 48px;
}
.section-catering-faq .btn-switch-wrapper {
  display: flex;
  padding: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: auto;
  flex-wrap: wrap;
}
.section-catering-faq .btn-switch-wrapper .btn-switch {
  cursor: pointer;
  display: flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  border: none;
  border-radius: 24px;
  text-align: center;
  font-family: Noto Sans Thai Looped;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  color: #2B2C2C;
  background-color: #FFF;
  transition: all 0.3s;
}
.section-catering-faq .btn-switch-wrapper .btn-switch.active {
  background-color: #C6222D;
  color: #FFF;
}
.section-catering-faq .faq-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section-catering-faq .faq-card {
  display: flex;
  padding: 40px 48px;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  align-self: stretch;
  border-radius: 16px;
  background: #FFF;
}
.section-catering-faq .faq-card .title {
  align-self: flex-start;
  color: #000;
  font-family: Sukhumvit Set;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.section-catering-faq .faq-card .faq-list-use,
.section-catering-faq .faq-card .faq-list-earn {
  display: grid;
  align-self: stretch;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  justify-items: center;
  align-items: flex-start;
  gap: 24px;
}
.section-catering-faq .faq-card .faq-list-use .faq-item,
.section-catering-faq .faq-card .faq-list-earn .faq-item {
  max-width: 238px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  text-align: center;
}
.section-catering-faq .faq-card .faq-list-use .faq-item img,
.section-catering-faq .faq-card .faq-list-earn .faq-item img {
  max-width: 238px;
  max-height: 336px;
}
.section-catering-faq .faq-card .faq-list-use .faq-item label,
.section-catering-faq .faq-card .faq-list-earn .faq-item label {
  color: #000;
  text-align: center;
  font-family: Sukhumvit Set;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.section-catering-faq .faq-card .faq-list-use .faq-item p,
.section-catering-faq .faq-card .faq-list-earn .faq-item p {
  color: #777;
  text-align: center;
  font-family: Noto Sans Thai Looped;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.section-catering-faq .faq-card .faq-list-earn {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.section-catering-faq .faq-card .faq-list-earn .faq-item {
  max-width: 325px;
}
.section-catering-faq .faq-card .faq-list-earn .faq-item img {
  max-width: 325px;
  max-height: 336px;
}
.section-catering-faq .panel {
  border-radius: 16px;
  background: #FFF;
  padding: 28px;
  font-family: Sukhumvit Set, sans-serif;
}
@media (max-width: 991.98px) {
  .section-catering-faq .panel {
    padding: 16px;
  }
}
.section-catering-faq .panel .panel-heading {
  border: 0;
}
.section-catering-faq .panel .panel-heading .panel-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.section-catering-faq .panel .panel-heading .panel-title h4 {
  margin-bottom: 0;
  color: #2B2C2C;
  font-family: Sukhumvit Set;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.section-catering-faq .panel .panel-heading img {
  transition: all 0.3s;
  width: 32px;
  height: 32px;
}
.section-catering-faq .panel .panel-heading.active img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-catering-faq .panel .panel-body {
  padding: 20px 0px;
  margin-top: 16px;
  border-top: 1px solid #E1E1E1;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}
.section-catering-faq .panel .panel-body a {
  text-decoration: underline;
}
.section-catering-faq .panel .panel-body b {
  font-weight: 700;
}
.section-catering-faq .panel .panel-body .footer-overlap {
  display: block;
  margin: auto;
  margin-bottom: -28px;
  margin-top: 24px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  .section-catering-faq .panel .panel-body .footer-overlap {
    margin-bottom: -16px;
  }
}

.modal-catering-menu .modal-dialog {
  max-width: 622px;
}
.modal-catering-menu .modal-content {
  padding: 56px 32px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  font-family: "Sukhumvit Set";
}
.modal-catering-menu .modal-content .modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
}
.modal-catering-menu .menu-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 16px;
}
.modal-catering-menu .menu-list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.modal-catering-menu .menu-list .menu-item {
  width: 100px;
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
.modal-catering-menu .menu-list .menu-item img {
  display: block;
  max-width: 100%;
}

.btn-black {
  display: flex;
  min-width: 172px;
  height: 52px;
  min-width: 172px;
  padding: 12px 28px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-weight: 700;
  margin: auto;
  border-radius: 32px;
  background: #000;
}
.btn-black img {
  width: 24px;
  height: 24px;
}
.btn-black:hover {
  color: white;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .hp-video-banner .video-img {
    min-height: 250px;
  }
}

/*# sourceMappingURL=catering.css.map */
