@font-face {
  font-family: 'CoconProBold';
  src: url("scss/fonts/CoconPro-Bold.eot");
  src: url("scss/fonts/CoconPro-Bold.eot?#iefix") format("embedded-opentype"), url("scss/fonts/CoconPro-Bold.woff2") format("woff2"), url("scss/fonts/CoconPro-Bold.woff") format("woff"), url("scss/fonts/CoconPro-Bold.ttf") format("truetype"), url("scss/fonts/CoconPro-Bold.svg#CoconPro") format("svg"); }
@font-face {
  font-family: 'CoconProRegular';
  src: url("scss/fonts/CoconPro-Regular-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Helvetica Neue';
  src: url("scss/fonts/Helvetica-Neue-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Helvetica Neue';
  src: url("scss/fonts/HelveticaNeueMedium.woff2") format("woff2"), url("scss/fonts/HelveticaNeueMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Helvetica Neue';
  src: url("scss/fonts/HelveticaNeueLTStd-Lt.otf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Helvetica Neue';
  src: url("scss/fonts/HelveticaNeueLTStd-Th.otf") format("otf");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }
.theme-btn {
  background-color: #322f31;
  padding: 13px 30px;
  color: #FFF;
  font-size: 18px;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease-in;
  z-index: 1;
  text-transform: uppercase;
  font-family: "CoconProBold";
  font-weight: 400; }
  .theme-btn:hover {
    color: #FFF;
    transition: all 0.3s ease-in;
    background-color: #00ccff; }

.hover-link {
  position: relative;
  text-decoration: none;
  display: inline-block;
  color: black;
  padding: 0 1px;
  transition: color ease 0.3s;
  z-index: 1; }
  .hover-link:hover {
    text-decoration: none;
    color: #00ccff; }

.download-btn {
  background-color: #FFF;
  color: #322f31;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 30px;
  border-radius: 20px;
  font-family: "CoconProBold";
  font-weight: 400;
  font-size: 18px;
  position: relative;
  transition: all 0.3s ease-in;
  z-index: 1;
  overflow: hidden; }
  .download-btn:before {
    display: none;
    content: '';
    position: absolute;
    top: 4px;
    right: 15px;
    bottom: 0;
    left: auto;
    margin: auto;
    z-index: 1;
    background-image: url("../images/spritesheet.png");
    background-repeat: no-repeat;
    width: 27px;
    height: 31px;
    background-position: -5px -8px;
    transform: scale(0.6); }
  .download-btn:hover {
    color: #FFF;
    transition: all 0.3s ease-in;
    background-color: #00ccff; }
    .download-btn:hover:before {
      background-position: -42px -8px; }
  .download-btn img {
    width: 20px;
    margin-left: 5px; }

.sprite {
  display: block; }

.download-icon {
  background-image: url("../images/spritesheet.png");
  background-repeat: no-repeat;
  width: 27px;
  height: 31px;
  background-position: -5px -8px;
  display: inline-block;
  position: absolute;
  right: 20px;
  transform: scale(0.6); }

.thai-success-message {
  color: #322f31;
  text-shadow: none;
  font-size: 18px;
  font-family: "CoconProBold";
  padding: 35px 0;
	text-align: left;
}

.download-icon-white {
  width: 27px;
  height: 31px;
  background-position: -42px -8px;
  background-image: url("../images/spritesheet.png");
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  right: 20px;
  transform: scale(0.6); }



footer {
  background: #322f31;
  padding: 40px 0;
  margin-bottom: 70px; }
  @media (max-width: 991.98px) {
    footer {
      text-align: center; }
      footer .text-right {
        text-align: center !important; } }
  footer .social-media {
    list-style: none;
    margin-bottom: 30px;
    padding-left: 0; }
    @media (max-width: 991.98px) {
      footer .social-media {
        display: none; } }
    footer .social-media li {
      display: inline-block;
      margin-right: 10px;
      transition: all 0.3s ease-in; }
      footer .social-media li:hover {
        opacity: 0.5;
        transition: all 0.3s ease-in; }
  footer p {
    margin-bottom: 0;
    color: #FFF;
    font-size: 16px;
    font-weight: 200;
    font-family: "Helvetica Neue"; }

.footer-menu {
  margin-bottom: 25px;
  margin-top: 25px; }
  @media (max-width: 991.98px) {
    .footer-menu {
      display: none; } }
  .footer-menu a {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 200;
    font-family: "Helvetica Neue";
    font-size: 14px; }
  .footer-menu li {
    display: inline-block;
    padding: 0 10px;
    position: relative; }
    .footer-menu li:after {
      content: "";
      position: absolute;
      width: 1px;
      height: 14px;
      background-color: #FFF;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 0; }
    .footer-menu li:last-child:after {
      display: none; }

.privacy-link {
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  font-weight: 200;
  font-family: "Helvetica Neue"; }
  .privacy-link:hover {
    color: #00ccff; }

.sticky-footer {
  background-color: #322f31;
  text-align: center;
  padding: 15px 0;
  position: fixed;
  width: 100%;
  z-index: 999999;
  bottom: 0; }
  .sticky-footer .media {
    justify-content: center;
    align-items: center; }
  .sticky-footer ul {
    margin-right: 50px; }
    @media (max-width: 991.98px) {
      .sticky-footer ul {
        position: relative; }
        .sticky-footer ul:after {
          content: "";
          position: absolute;
          width: 1px;
          height: 70px;
          right: -17px;
          top: -14px;
          background-color: #FFF; } }
    @media (max-width: 375.98px) {
      .sticky-footer ul {
        margin-right: 23px; } }
    .sticky-footer ul li {
      display: inline-block;
      margin-right: 15px;
      transition: all 0.3s ease-in; }
      @media (max-width: 767.98px) {
        .sticky-footer ul li {
          margin-right: 7px; } }
      .sticky-footer ul li img {
        height: 40px; }
      .sticky-footer ul li:hover {
        opacity: 0.5;
        transition: all 0.3s ease-in; }
  .sticky-footer a {
    color: #FFF;
    font-size: 18px;
    font-family: "CoconProBold";
    text-transform: uppercase; }
    @media (max-width: 575.98px) {
      .sticky-footer a {
        font-size: 14px; } }

#scrollButton {
  position: fixed;
  background: #00ccff;
  width: 50px;
  height: 50px;
  z-index: 9999999999;
  display: block;
  border-radius: 50%;
  bottom: 43px;
  right: 11px;
  box-shadow: 2px 1px 6px rgba(116, 115, 115, 0.66);
  display: none; }
  #scrollButton .download-icon-white {
    right: 12px;
    top: 10px;
    transform: rotate(180deg) scale(0.6); }
  #scrollButton:hover {
    background-color: #322f31; }

#scrollButton.show {
  display: block; }
  @media (max-width: 767.98px) {
    #scrollButton.show {
      display: none; } }

.sticky-footer ul li.mob-links {
  display: none; }
  @media (max-width: 767.98px) {
    .sticky-footer ul li.mob-links {
      display: inline-block; } }

header {
  padding-bottom: 30px; }
  @media (min-width: 1200px) {
    header .container {
      max-width: 1140px; } }
  @media (min-width: 1500px) {
    header .container {
      max-width: 1140px; } }
  @media (max-width: 991.98px) {
    header {
      padding-top: 15px;
      padding-bottom: 15px;
      position: fixed;
      width: 100%;
      z-index: 999;
      top: 0;
      background-color: #FFF;
      border-bottom: 3px solid #00ccff; } }

.logo-holder {
  text-align: center;
  padding: 13px 0; }
  .logo-holder img {
    height: 100px; }

.main-menu {
  display: flex;
  justify-content: space-between;
  margin-top: 20px; }
  .main-menu li {
    display: inline-block; }
    .main-menu li a {
      color: #000;
      font-family: "Helvetica Neue";
      font-weight: 400;
      font-size: 14px;
      font-style: normal;
      text-transform: uppercase; }

.active-menu {
  color: #00ccff !important; }

.desktop-menu {
  display: block; }
  @media (max-width: 991.98px) {
    .desktop-menu {
      display: none; } }

.mobile-menu-container {
  display: none; }
  @media (max-width: 991.98px) {
    .mobile-menu-container {
      display: block; } }
  .mobile-menu-container img {
    height: 80px; }

.button_container {
  position: absolute;
  top: 24px;
  right: 0;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease;
  transform: scale(0.7); }
  @media (max-width: 575.98px) {
    .button_container {
      right: 15px; } }
  .button_container:hover {
    opacity: .7; }
  .button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg); }
  .button_container.active .middle {
    opacity: 0; }
  .button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg); }
  .button_container span {
    background: #000;
    border: none;
    height: 4px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer; }
    .button_container span:nth-of-type(2) {
      top: 11px; }
    .button_container span:nth-of-type(3) {
      top: 22px; }

#scroll-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0;
  background-color: #F5F5F5; }

#scroll-menu::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5; }

#scroll-menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #00ccff; }



.overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  top: 109px;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index: 999999999999; }
  .overlay .contact-card {
    opacity: 0;
    position: relative;
    padding-right: 0; }
    .overlay .contact-card h5 {
      font-family: "CoconProRegular";
      font-size: 17px; }
    .overlay .contact-card p, .overlay .contact-card a {
      font-size: 16px;
      font-weight: 100; }
  .overlay hr {
    border-color: #FFF;
    width: 200px; }
  .overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%; }
    .overlay.open li {
      animation: fadeInRight .5s ease forwards;
      animation-delay: .35s; }
      .overlay.open li:nth-of-type(2) {
        animation-delay: .4s; }
      .overlay.open li:nth-of-type(3) {
        animation-delay: .45s; }
      .overlay.open li:nth-of-type(4) {
        animation-delay: .50s; }
      .overlay.open li:nth-of-type(5) {
        animation-delay: .60s; }
      .overlay.open li:nth-of-type(6) {
        animation-delay: .70s; }
    .overlay.open .contact-card {
      animation: fadeInRight .5s ease forwards;
      animation-delay: .35s; }
      .overlay.open .contact-card a:hover {
        color: #00ccff; }
  .overlay nav {
    position: relative;
    height: 90%;
    font-size: 30px;
    font-family: "Helvetica Neue";
    font-weight: 200;
    text-align: left;
    padding-top: 40px;
    padding-bottom: 80px;
    overflow: auto; }
  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%; }
    .overlay ul li {
      display: block;
      min-height: 50px;
      position: relative;
      opacity: 0; }
      .overlay ul li a {
        position: relative;
        color: #FFF;
        text-decoration: none;
        overflow: hidden;
        text-transform: capitalize;
        font-size: 16px;
        font-family: "CoconProBold";
        font-weight: 200; }
        @media (max-width: 575.98px) {
          .overlay ul li a {
            font-size: 18px; } }

@media (max-width: 575.98px) {
  .pl-5 {
    padding-left: 0 !important; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%; }
  100% {
    opacity: 1;
    left: 0; } }
body {
  margin: 0;
  padding: 0; }

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }

p {
  line-height: 25px;
  font-size: 16px;
  font-family: "Helvetica Neue";
  font-weight: 200;
  color: #000; }

a:hover {
  text-decoration: none; }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }
@media (min-width: 1500px) {
  .container {
    max-width: 1400px; } }

@media (min-width: 1200px) {
  .sm-container {
    max-width: 1200px; } }
@media (min-width: 1500px) {
  .sm-container {
    max-width: 1200px; } }

.home-banner {
  position: relative; }
  .home-banner img {
    max-width: 100%; }
  @media (max-width: 991.98px) {
    .home-banner {
      margin-top: 113px; } }
  @media (max-width: 767.98px) {
    .home-banner {
      margin-top: 40px; } }

.mobile-banner {
  display: none; }
  @media (max-width: 991.98px) {
    .mobile-banner {
      display: block; } }

.desktop-banner {
  display: block; }
  @media (max-width: 991.98px) {
    .desktop-banner {
      display: none; } }

.intro-banner {
  padding: 50px 0; }
  .intro-banner .section-title {
    margin-bottom: 30px;
    line-height: 52px; }
  @media (max-width: 991.98px) {
    .intro-banner {
      text-align: center; } }
  @media (max-width: 767.98px) {
    .intro-banner {
      padding-top: 7px; }
      .intro-banner .section-title {
        line-height: 42px;
        margin-bottom: 20px; } }
  @media (max-width: 575.98px) {
    .intro-banner .section-title {
      line-height: 28px; } }
  .intro-banner img {
    max-width: 100%; }
    @media (max-width: 991.98px) {
      .intro-banner img {
        display: none; } }

.section-title {
  font-family: "CoconProBold";
  color: #322f31;
  text-transform: uppercase;
  font-size: 50px; }
  @media (max-width: 991.98px) {
    .section-title {
      font-size: 40px; } }
  @media (max-width: 575.98px) {
    .section-title {
      font-size: 25px;
      line-height: 27px; } }
  @media (max-width: 375.98px) {
    .section-title {
      font-size: 22px; } }

.home-featured {
  padding-bottom: 40px;
  background-image: linear-gradient(0deg, rgba(255, 255, 240, 0.99), #fff); }
  .home-featured .section-title {
    margin-bottom: 15px; }
  .home-featured .fea-slider, .home-featured .gallery-slider {
    padding: 0 5%; }
    .home-featured .fea-slider .slick-prev, .home-featured .fea-slider .slick-next, .home-featured .gallery-slider .slick-prev, .home-featured .gallery-slider .slick-next {
      transform: scale(0.7); }
      .home-featured .fea-slider .slick-prev:hover, .home-featured .fea-slider .slick-next:hover, .home-featured .gallery-slider .slick-prev:hover, .home-featured .gallery-slider .slick-next:hover {
        opacity: 0.3; }
    .home-featured .fea-slider .slick-dots, .home-featured .gallery-slider .slick-dots {
      left: 0;
      right: 0;
      margin: auto; }
      .home-featured .fea-slider .slick-dots li button, .home-featured .gallery-slider .slick-dots li button {
        border: 2px solid black;
        background: transparent;
        border-radius: 50px; }
        .home-featured .fea-slider .slick-dots li button:before, .home-featured .gallery-slider .slick-dots li button:before {
          content: ""; }
      .home-featured .fea-slider .slick-dots li.slick-active button, .home-featured .gallery-slider .slick-dots li.slick-active button {
        background-color: #000; }
    .home-featured .fea-slider li.slick-active button, .home-featured .gallery-slider li.slick-active button {
      background-color: #000; }
    .home-featured .fea-slider .card, .home-featured .fea-slider .img-hold, .home-featured .gallery-slider .card, .home-featured .gallery-slider .img-hold {
      margin: 10px 20px;
      border: 0;
      border-radius: 0; }
    .home-featured .fea-slider .card-img-top, .home-featured .gallery-slider .card-img-top {
      border: 0;
      border-radius: 0; }
    .home-featured .fea-slider .card-body, .home-featured .gallery-slider .card-body {
      background-color: #000;
      padding: 20px 25px; }
      .home-featured .fea-slider .card-body h5, .home-featured .gallery-slider .card-body h5 {
        color: #FFF;
        font-size: 18px;
        text-transform: uppercase;
        font-family: "CoconProBold";
        text-align: center;
        margin-bottom: 0;
        line-height: 24px;min-height: 74px; }
        @media (max-width: 575.98px) {
          .home-featured .fea-slider .card-body h5, .home-featured .gallery-slider .card-body h5 {
            font-size: 14px;
            line-height: 18px; } }

.slick-prev, .slick-next {
  top: 177px; }

.slick-prev {
  width: 52px;
  height: 82px;
  background-image: url("../images/prev.png") !important;
  background-repeat: no-repeat !important;
  z-index: 9;
  left: -10px; }
  .slick-prev:before {
    display: none; }

.slick-next {
  width: 52px;
  height: 82px;
  background-image: url("../images/next.png") !important;
  background-repeat: no-repeat !important;
  z-index: 9;
  right: -10px; }
  .slick-next:before {
    display: none; }

.menu-section {
  padding: 80px 0;
  background-image: url("../images/thaisea-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center; }
  @media (max-width: 991.98px) {
    .menu-section {
      padding: 50px 0; } }
  @media (max-width: 767.98px) {
    .menu-section .pr-small-2 {
      padding-right: 7.5px !important; }
    .menu-section .pl-small-2 {
      padding-left: 7.5px !important; } }
  .menu-section .section-title {
    color: #FFF;
    margin-bottom: 60px; }
    @media (max-width: 991.98px) {
      .menu-section .section-title {
        margin-bottom: 30px; } }
  .menu-section .list-row {
    margin-top: 80px;
    margin-bottom: 40px; }
    .menu-section .list-row .col-lg-4 {
      padding-left: 3%;
      padding-right: 3%; }

.menu-media {
  border: 2px solid #FFF;
  padding: 10px 35px;
  margin-bottom: 40px;
  justify-content: center;
  align-items: center;
  min-height: 83px; }
  @media (max-width: 575.98px) {
    .menu-media {
      min-height: 65px;
      margin-bottom: 15px; } }
  .menu-media img {
    height: 43px;
    margin-right: 15px; }
    @media (max-width: 575.98px) {
      .menu-media img {
        height: 30px;
        margin-right: 10px; } }
  .menu-media h5 {
    color: white;
    font-size: 18px;
    font-weight: 400;
    font-family: "CoconProBold";
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .menu-media h5 {
        font-size: 18px; } }
    @media (max-width: 767.98px) {
      .menu-media h5 {
        font-size: 16px; } }
    @media (max-width: 575.98px) {
      .menu-media h5 {
        font-size: 10px; } }

.gallery {
  margin-top: 5px;
  overflow: hidden; }
  .gallery .slick-prev, .gallery .slick-next {
    top: 50%; }
  .gallery .slick-prev {
    background-image: url("../images/prev-white.png") !important;
    left: 6%; }
  .gallery .slick-next {
    background-image: url("../images/next-white.png") !important;
    right: 6%; }
  .gallery .gallery-item .img-hold {
    overflow: hidden;
    position: relative;
    height: 700px; }
    .gallery .gallery-item .img-hold:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-color: black;
      opacity: 0.5;
      z-index: 1; }
    .gallery .gallery-item .img-hold img {
      object-fit: cover;
      width: 100%; }
      @media (max-width: 991.98px) {
        .gallery .gallery-item .img-hold img {
          height: 100%;
          width: 100%; } }
  .gallery .slick-current .img-hold {
    margin: 0 5px; }
    @media (max-width: 767.98px) {
      .gallery .slick-current .img-hold {
        margin: 0; } }
    .gallery .slick-current .img-hold:after {
      display: none; }
      @media (max-width: 991.98px) {
        .gallery .slick-current .img-hold:after {
          display: block; } }

.home-gallery {
  padding-top: 60px;
  background: transparent; }
  .home-gallery img {
    height: 400px;
    width: 100%;
    object-fit: cover; }

.gallery-button {
  text-align: center;
  padding: 30px 0; }

.home-contact {
  background-color: #00ccff;
  padding: 50px 0; }
  @media (max-width: 991.98px) {
    .home-contact {
      padding: 40px 0; } }
  @media (min-width: 1200px) {
    .home-contact .container {
      max-width: 1140px; } }
  @media (min-width: 1500px) {
    .home-contact .container {
      max-width: 1140px; } }
  .home-contact .section-title {
    color: #FFF;
    margin-top: 30px; }
    @media (max-width: 991.98px) {
      .home-contact .section-title {
        margin-top: 0;
        text-align: center; } }
  .home-contact p {
    color: #FFF;
    font-family: "Helvetica Neue";
    font-weight: 200;
    font-size: 16px;
    font-style: normal; }
    @media (max-width: 991.98px) {
      .home-contact p {
        text-align: center; } }
  .home-contact .wrapper {
    padding-right: 10%; }
    @media (max-width: 991.98px) {
      .home-contact .wrapper {
        padding-right: 0;
        margin-bottom: 30px; } }

@media (max-width: 767.98px) {
  .contact-form {
    padding: 0 40px; } }
.contact-form .form-control {
  background: transparent;
  border: 1px solid #FFF;
  padding: 30px 15px;
  border-radius: 0;
  margin-bottom: 10px;
  color: #FFF;
  font-size: 16px;
  font-weight: 100; }
  @media (max-width: 767.98px) {
    .contact-form .form-control {
      padding: 22px 15px; } }
.contact-form input::placeholder {
  color: #FFF; }
.contact-form button {
  background-color: #FFF;
  border: 0;
  color: #00ccff;
  font-size: 20px;
  padding: 7px 20px;
  border: 1px solid #00ccff;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease-in;
  z-index: 1; }
  .contact-form button:hover {
    color: #FFF;
    background-color: #00ccff;
    transition: all 0.3s ease-in;
    border: 1px solid #FFF; }

.contact-card {
  text-align: center;
  margin-bottom: 40px; }
  @media (max-width: 767.98px) {
    .contact-card {
      padding-right: 0; } }
  .contact-card h5 {
    color: #FFF;
    font-family: "CoconProBold";
    font-size: 22px;
    margin-bottom: 20px; }
  .contact-card p, .contact-card a {
    color: #FFF;
    font-family: "Helvetica Neue";
    font-size: 18px;
    font-weight: 200;
    text-transform: none;
    font-style: normal;
    margin-bottom: 10px;
    transition: all 0.3s ease-in; }
  .contact-card a:hover {
    color: #322f31;
    transition: all 0.3s ease-in; }
  .contact-card .map-link {
    text-decoration: none; }

.map-section {
  overflow: hidden;
  height: 563px; }
  @media (max-width: 991.98px) {
    .map-section {
      height: auto; } }
  .map-section img {
    width: 100%; }
  @media (max-width: 767.98px) {
    .map-section {
      height: auto; }
      .map-section iframe {
        height: 600px; }
      .map-section img {
        height: 600px;
        width: 100%;
        object-fit: cover; } }

.inner-banner {
  border-top: 4px solid #00ccff; }
  .inner-banner h1 {
    text-align: center;
    color: #FFF;
    position: absolute;
    top: 35%;
    right: 0;
    left: 0;
    margin: auto;
    text-transform: uppercase;
    z-index: 999;
    font-family: "CoconProBold";
    font-size: 80px;
    opacity: 0.6; }
    @media (max-width: 1024.98px) {
      .inner-banner h1 {
        font-size: 60px; } }
    @media (max-width: 991.98px) {
      .inner-banner h1 {
        font-size: 50px; } }
    @media (max-width: 767.98px) {
      .inner-banner h1 {
        font-size: 40px; } }
    @media (max-width: 767.98px) {
      .inner-banner h1 {
        font-size: 35px; } }
  @media (max-width: 767.98px) {
    .inner-banner {
      margin-top: 111px; } }

.round-image {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: relative;
  margin: auto;
  margin-top: 50px;
  z-index: 1; }
  @media (max-width: 991.98px) {
    .round-image {
      margin-bottom: 20px; } }
  @media (max-width: 767.98px) {
    .round-image {
      width: 350px;
      height: 350px; } }
  @media (max-width: 414.98px) {
    .round-image {
      width: 200px;
      height: 200px; } 

.thai-success-message {
  color: #322f31;
  text-shadow: none;
  font-size: 18px;
  font-family: "CoconProBold";
  text-align: center;
  margin: 30px auto;
  padding: 15px;
}
	  
}
  .round-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%; }
  .round-image span {
    display: block;
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background-color: #00ccff;
    left: -19px;
    top: 0;
    z-index: -1;
    opacity: 1; }


    @media (max-width: 767.98px) {
      .round-image span {
        width: 350px;
        height: 350px; } }
    @media (max-width: 414.98px) {
      .round-image span {
        width: 200px;
        height: 200px;
        left: -8px; } }

.about-contents {
  background-image: linear-gradient(0deg, #fffbf3, #fff);
  padding: 50px 0;
    padding-bottom: 300px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 991.98px) {
    .about-contents {
      padding-bottom: 50px; } }
  @media (max-width: 767.98px) {
    .about-contents {
      padding-bottom: 100px;
      padding-top: 0; } }
  @media (min-width: 1200px) {
    .about-contents .container {
      max-width: 1050px; } }
  .about-contents .about-pattern {
    position: absolute; }

.content-holder {
  border-left: 1px solid #000;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  page-break-after: right; }
  @media (max-width: 991.98px) {
    .content-holder {
      margin-bottom: 30px;
      border: 0;
      padding-left: 0; }
      .content-holder h4, .content-holder p {
        text-align: center; } }
  @media (max-width: 767.98px) {
    .content-holder {
      padding-left: 40px !important;
      padding-right: 40px !important; } }
  .content-holder h4 {
    font-family: "CoconProRegular";
    font-size: 28px; }
  .content-holder p {
    font-family: "Helvetica Neue";
    font-weight: 200;
    margin-bottom: 0;
    color: #0d0d0d; }

.lg-pr {
  padding-right: 25%; }
  @media (max-width: 991.98px) {
    .lg-pr {
      padding-right: 0; } }

.lg-pr-left {
  padding-right: 10%; }
  @media (max-width: 991.98px) {
    .lg-pr-left {
      padding-right: 0; } }

@keyframes MoveUpDown {
  0%, 100% {
    top: -18px;
    opacity: 1; }
  50% {
    top: 8px;
    opacity: 0.3; } }
@keyframes MoveUpDown2 {
  0%, 100% {
    top: 50px;
    opacity: 1; }
  50% {
    top: 35px;
    opacity: 0.3; } }
.pattern1-left {
  left: 0;
  width: 258px;
  top: 50px; }
  @media (max-width: 991.98px) {
    .pattern1-left {
      left: -46px;
      width: 258px;
      top: 379px; } }
  @media (max-width: 767.98px) {
    .pattern1-left {
      left: -70px; } }
  @media (max-width: 414.98px) {
    .pattern1-left {
      left: -71px;
      width: 180px; } }

.pattern-desktop {
  display: block; }
  @media (max-width: 767.98px) {
    .pattern-desktop {
      display: none; } }

.pattern-mob {
  display: none; }
  @media (max-width: 767.98px) {
    .pattern-mob {
      display: block; } }

@keyframes MoveLeft {
  0% {
    opacity: 0;
    right: 0; }
  100% {
    opacity: 1;
    right: 134px; } }
.pattern1-right {
  right: 134px;
  width: 170px;
  top: -18px;
  transform: rotate(338deg);
  -webkit-animation-name: MoveLeft;
  animation-name: MoveLeft; }
  @media (max-width: 991.98px) {
    .pattern1-right {
      right: 40px;
      width: 170px; } }
  @media (max-width: 767.98px) {
    .pattern1-right {
      right: 0;
      width: 210px;
      transform: none; } }
  @media (max-width: 414.98px) {
    .pattern1-right {
      width: 96px;
      top: 0; } }

.pattern3-left {
  bottom: -206px;
  left: -163px; }
  @media (max-width: 991.98px) {
    .pattern3-left {
      bottom: -921px;
      left: -208px; } }
  @media (max-width: 767.98px) {
    .pattern3-left {
      bottom: -867px;
      left: -240px; } }
  @media (max-width: 414.98px) {
    .pattern3-left {
      bottom: -689px;
      left: -84px;
      width: 196px; } }

.pattern4-right {
  bottom: -115px;
  right: -163px;
  width: 524px; }
  @media (max-width: 991.98px) {
    .pattern4-right {
      bottom: auto;
      right: -186px;
      width: 470px;
      top: 0; } }
  @media (max-width: 767.98px) {
    .pattern4-right {
      right: -278px;
      width: 470px;
      top: -59px; } }
  @media (max-width: 414.98px) {
    .pattern4-right {
      width: 385px; } }

.pattern5-left {
  bottom: 0px;
  left: -107px;
  width: 300px; }
  @media (max-width: 991.98px) {
    .pattern5-left {
      bottom: -71px;
      right: -107px;
      left: auto;
      width: 300px;
      transform: rotate(-112deg); } }
  @media (max-width: 767.98px) {
    .pattern5-left {
      bottom: -130px; } }
  @media (max-width: 414.98px) {
    .pattern5-left {
      width: 263px; } 
.thai-success-message {
  color: #322f31;
  text-shadow: none;
  font-size: 18px;
  font-family: "CoconProBold";
  text-align: center;
  margin: 30px auto;
  padding: 15px;
}
}



.pattern6-center {
  bottom: -155px;
  left: 0;
  right: 0;
  margin: auto; }
  @media (max-width: 991.98px) {
    .pattern6-center {
      display: none; } }

@media (max-width: 991.98px) {
  .flex-mob-column-reverse {
    flex-flow: column-reverse; } }
.title-para {
  font-family: "Helvetica Neue";
  font-size: 25px;
  text-align: center; }
  @media (max-width: 767.98px) {
    .title-para {
      font-size: 18px; } }

.top-sm h1 {
  top: 28%; }

@media (max-width: 767.98px) {
  .chefs-intro {
    padding-top: 50px; } }

.chef-slider-section {
  background-image: none; }
  .chef-slider-section .fea-slider {
    padding: 0; }
    .chef-slider-section .fea-slider .slick-next, .chef-slider-section .fea-slider .slick-prev {
      display: none !important; }
    .chef-slider-section .fea-slider .slick-dots {
      left: 0;
      right: 0;
      margin: auto; }
      .chef-slider-section .fea-slider .slick-dots li button {
        border: 2px solid black;
        background: transparent;
        border-radius: 50px; }
        .chef-slider-section .fea-slider .slick-dots li button:before {
          content: ""; }
      .chef-slider-section .fea-slider .slick-dots li.slick-active button {
        background-color: #000; }

.classic-slider {
  padding-top: 50px;
  position: relative; }
  .classic-slider .pattern-img {
    width: 162px;
    position: absolute;
    right: -23px;
    top: -157px;
    z-index: -1; }
    @media (max-width: 1024.98px) {
      .classic-slider .pattern-img {
        display: none; } }

.pattern-holder {
  position: relative;
  margin-bottom: 40px; }
  .pattern-holder .pattern-img {
    position: absolute;
    left: -76px;
    top: -136px;
    width: 300px;
    opacity: 0.4; }
    @media (max-width: 1024.98px) {
      .pattern-holder .pattern-img {
        display: none; } }
  .pattern-holder .pattern-img2 {
    position: absolute;
    right: -61px;
    bottom: -61px;
    width: 230px; }
    @media (max-width: 1024.98px) {
      .pattern-holder .pattern-img2 {
        display: none; } }

.slider-section {
  overflow: hidden;
  background-image: linear-gradient(0deg, rgba(255, 255, 240, 0.99), #fff);
  position: relative; }
  .slider-section .pattern1-right {
    position: absolute;
    right: 0;
    width: 170px;
    bottom: -237px;
    top: auto;
    transform: rotate(3deg);
    -webkit-animation-name: MoveLeft;
    animation-name: MoveLeft;
    opacity: 0.5; }
    @media (max-width: 991.98px) {
      .slider-section .pattern1-right {
        right: 40px;
        width: 170px; } }
    @media (max-width: 767.98px) {
      .slider-section .pattern1-right {
        right: 0;
        width: 210px;
        transform: none; } }
    @media (max-width: 414.98px) {
      .slider-section .pattern1-right {
        width: 96px;
        top: 0; } }

.contact-wrapper {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(180deg, #fffbf3, #fff); }
  .contact-wrapper img {
    position: absolute; }
  .contact-wrapper .pattern1 {
    left: -89px;
    bottom: 0;
    width: 268px; }
    @media (max-width: 575.98px) {
      .contact-wrapper .pattern1 {
        width: 200px; } }
  .contact-wrapper .pattern2 {
    right: -70px;
    top: -56px;
    width: 325px; }
    @media (max-width: 768px) {
      .contact-wrapper .pattern2 {
        right: -70px;
        bottom: 299px;
        width: 222px;
        top: auto; } }
    @media (max-width: 575.98px) {
      .contact-wrapper .pattern2 {
        width: 170px; } 

.thai-success-message {
  color: #322f31;
  text-shadow: none;
  font-size: 18px;
  font-family: "CoconProBold";
  text-align: center;
  margin: 30px auto;
  padding: 15px;
}

}
  @media (max-width: 991.98px) {
    .contact-wrapper {
      padding: 40px 0; } }
  .contact-wrapper .contact-card h5 {
    margin-bottom: 12px; }
  .contact-wrapper .last-card {
    margin-bottom: 10px; }
  .contact-wrapper .section-title {
    color: #000;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 45px;
    letter-spacing: 1px; }
    @media (max-width: 991.98px) {
      .contact-wrapper .section-title {
        margin-top: 0;
        text-align: center; } }
    @media (max-width: 575.98px) {
      .contact-wrapper .section-title {
        font-size: 25px;
        margin-bottom: 10px; } }
  .contact-wrapper p {
    color: #FFF;
    font-family: "Helvetica Neue";
    font-weight: 200;
    font-size: 16px;
    font-style: normal;
    margin-bottom: 1px; }
    @media (max-width: 991.98px) {
      .contact-wrapper p {
        text-align: center; } }
  .contact-wrapper .wrapper {
    padding-right: 10%; }
    @media (max-width: 991.98px) {
      .contact-wrapper .wrapper {
        padding-right: 0;
        margin-bottom: 30px; } }
    .contact-wrapper .wrapper p {
      color: #000; }
  .contact-wrapper .contact-form {
    margin-top: 30px; }
    @media (max-width: 767.98px) {
      .contact-wrapper .contact-form {
        padding: 0 40px; } }
    .contact-wrapper .contact-form .form-control {
      border: 1px solid #000;
      color: #000;
      padding: 25px 15px; }
    .contact-wrapper .contact-form input::placeholder {
      color: #000; }
    .contact-wrapper .contact-form button {
      background-color: #000;
      color: #FFF;
      border: 1px solid #FFF;
      margin-top: 15px; }
      .contact-wrapper .contact-form button:hover {
        color: #FFF;
        border: 1px solid #00ccff;
        background-color: #00ccff; }

.plr-30 {
  padding-left: 10%;
  padding-right: 10%; }
  @media (max-width: 1024.98px) {
    .plr-30 {
      padding-left: 0;
      padding-right: 0; } }

.blue-contact {
  padding: 30px 0;
  background-color: #00ccff; }
  @media (max-width: 768px) {
    .blue-contact {
      background-color: transparent; }
      .blue-contact .contact-card h5, .blue-contact p, .blue-contact a {
        color: #000; } }
.mfp-bottom-bar{display: none;}
.gallery-intro {
  position: relative;
  overflow: hidden;
  padding-bottom: 70px; }
  .gallery-intro img {
    position: absolute;
    right: -200px;
    top: 30px; }
  @media (max-width: 768px) {
    .gallery-intro {
      display: none; } }

.image-source-link {
  color: #98C3D1; }

.gallery-section {
  position: relative;
  overflow: hidden; }
  @media (max-width: 768px) {
    .gallery-section .container {
      padding-left: 0;
      padding-right: 0; } }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

.masonry {
  /* Masonry container */
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  margin: 0;
  padding: 0;
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
  column-gap: 0;
  margin-bottom: 10px; }

.item {
  display: inline-block;
  background: #fff;
  padding: 7px;
  margin: 0 0 0;
  width: 100%;
  -webkit-transition: 1s ease all; }
  @media (max-width: 768px) {
    .item {
      padding: 2px; } }

.item img {
  width: 100%; }

@media only screen and (max-width: 320px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; } }
@media only screen and (min-width: 321px) and (max-width: 768px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    margin-bottom: 2px; } }
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; } }
@media only screen and (min-width: 1201px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; } }

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