/* core */
@import url("https://fonts.googleapis.com/css2?family=Lobster&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

ul {
  padding: 0;
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* variables */
/* shared button */
a:focus,
.btn:focus,
.btn:active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0 none;
}

a,
a:active,
a:focus,
a:hover,
a:active {
  text-decoration: none;
}

.vf-btn {
  text-align: center;
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.75);
  padding: 9px 24px 9px 24px;
  font-size: 12px;
  letter-spacing: 2px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  top: -3px;
  line-height: 20px;
  display: inline-block;
  border-radius: 4px;
  color: #444;
  -webkit-transition: all .2s;
  transition: all .2s;
  margin: 0 0 50px 0;
}

.vf-btn i {
  font-size: 16px;
  line-height: 28px;
  padding-left: 16px;
}

.vf-btn i, .vf-btn span {
  color: #444;
}

.vf-btn:hover {
  -webkit-transition: all .2s;
  transition: all .2s;
  border-color: #61b67e;
  background-color: #61b67e;
  color: #fff;
}

.vf-btn:hover i, .vf-btn:hover span {
  color: #fff;
}

.vf-btn:focus:not(:hover) {
  color: #444;
  text-decoration: none;
}

.vf-link {
  color: #61b67e;
}

/* shared title */
.vf-title {
  font-family: "Kanit", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  color: #444;
}

/* shared small-title */
.vf-small-title {
  font-family: "Kanit", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}

/* shared text */
.vf-text {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  color: #676767;
}

/* shared small-text */
.vf-small-text {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin-top: 3px;
}

/* shared image */
.vf-image {
  width: 100%;
  height: 270px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
}

/* component navbar */
.vf {
  position: relative;
}

.vf .vf-navbar {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 100%;
  text-align: center;
}

/* component hero-area */
.vf-hero-area {
  max-height: 760px;
  overflow: hidden;
  margin: 0 auto;
}

.vf-hero-area .vf-video {
  display: inline-block;
  width: 100%;
  height: calc(100vw * 9 / 16);
  position: relative;
}

.vf-hero-area .vf-video video {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.vf-hero-area .vf-video::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  background: url(../../../images/header-overlay.png);
  background-color: rgba(0, 0, 0, 0.7);
}

.vf-hero-area-text h1 {
  font-family: 'Lobster', cursive;
  font-size: 20vw;
  line-height: 24vw;
  text-align: center;
  color: #f2fbed;
  text-shadow: 1px 2px 1px #444;
}

@media only screen and (max-width: 409px) {
  .vf-hero-area .vf-hero-area-inner .vf-hero-area-title {
    font-size: 14px;
  }
}

@media only screen and (min-width: 410px) and (max-width: 767px) {
  .vf-hero-area .vf-hero-area-inner .vf-hero-area-title {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .vf-hero-area .vf-hero-area-inner .vf-hero-area-title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .vf-hero-area .vf-hero-area-inner .vf-hero-area-title {
    font-size: 33px;
  }
}

@media only screen and (min-width: 800px) {
  .vf-hero-area-text h1 {
    font-size: 15vw;
  }
}

@media only screen and (min-width: 1200px) {
  .vf-hero-area-text h1 {
    font-size: 10vw;
  }
}

@media only screen and (min-width: 1600px) {
  .vf-hero-area-text h1 {
    font-size: 6vw;
  }
}

@media only screen and (min-width: 3000px) {
  .vf-hero-area-text h1 {
    font-size: 2vw;
  }
}

@media only screen and (min-width: 2300px) {
  .vf-hero-area {
    width: 1320px;
    border-radius: 4px;
    margin-top: 150px;
  }
  .vf-hero-area .vf-video {
    height: calc(1320px * 9 / 16);
  }
}

/* component main-content */
.vf-main-content {
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  color: #444;
  padding: 30px 0;
}

.vf-main-content .vf-small-title {
  margin-bottom: 15px;
}

.vf-main-content .vf-main-content-video {
  padding: 50px 0;
}

.vf-main-content .vf-main-content-video iframe {
  width: 100%;
  height: 370px;
}

.vf-main-content .vf-main-content-buttons {
  padding: 50px 0;
  height: 100%;
}

.vf-main-content .vf-main-content-buttons .vf-small-title {
  margin-bottom: 100px;
}

.vf-main-content .vf-main-content-buttons .vf-btn {
  padding: 9px 16px 9px 24px;
  margin: 0 80px 0 0;
}

.vf-main-content .vf-main-content-buttons .vf-btn:last-child {
  margin: 0 0 0 80px;
}

.vf-main-content .vf-main-content-buttons:hover {
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  background-color: #f4f4f4;
}

.vf-main-content .plyr {
  border-radius: 4px;
}

@media only screen and (max-width: 409px) {
  .vf-main-content .vf-main-content-buttons .vf-small-title {
    margin-bottom: 30px;
  }
  .vf-main-content .vf-main-content-buttons .vf-btn {
    display: block;
    padding: 9px 16px 9px 24px;
    margin: 15px 0;
  }
  .vf-main-content .vf-main-content-buttons .vf-btn:last-child {
    margin: 0;
  }
}

@media only screen and (min-width: 410px) and (max-width: 767px) {
  .vf-main-content .vf-main-content-buttons .vf-btn {
    padding: 9px 16px 9px 24px;
    margin: 0 40px 0 0;
  }
  .vf-main-content .vf-main-content-buttons .vf-btn:last-child {
    margin: 0 0 0 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .vf-main-content .vf-main-content-buttons .vf-small-title {
    margin-bottom: 60px;
  }
  .vf-main-content .vf-main-content-buttons .vf-btn {
    display: block;
    padding: 9px 16px 9px 24px;
    margin: 15px 0;
  }
  .vf-main-content .vf-main-content-buttons .vf-btn:last-child {
    margin: 0;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .vf-main-content .vf-main-content-buttons .vf-btn {
    padding: 9px 16px 9px 24px;
    margin: 0 10px 0 0;
  }
  .vf-main-content .vf-main-content-buttons .vf-btn:last-child {
    margin: 0 0 0 10px;
  }
}

/* component call-to-action */
.vf-call-to-action {
  color: #444;
  background-color: #f4f4f4;
  padding: 80px 0 40px 0;
}

.vf-call-to-action .vf-title {
  font-family: "Kanit", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 45px;
}

.vf-call-to-action .vf-large-btn {
  width: 270px;
  margin: 0 15px 34px 15px;
}

/* component navigation */
.vf-navigation {
  color: #444;
  padding: 80px 0 20px 0;
}

.vf-navigation .vf-image {
  margin-bottom: 40px;
}

.vf-navigation .vf-btn {
  margin-bottom: 60px;
}

.vf-navigation .vf-small-title {
  margin-bottom: 15px;
}

/* component footer */
.vf-footer {
  padding: 30px 0 70px 0;
}

.vf-footer .vf-footer-icons {
  list-style: none;
  margin-bottom: 25px;
}

.vf-footer .vf-footer-icons li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}

.vf-footer .vf-footer-icons li:first-child a i:after {
  left: 2px;
}

.vf-footer .vf-footer-icons li a i {
  color: #444;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-size: 20px;
  height: 50px;
  width: 50px;
  line-height: 48px !important;
}

.vf-footer .vf-footer-icons li a i::after {
  position: absolute;
  -webkit-transition: all .2s;
  transition: all .2s;
  pointer-events: none;
  display: block;
  content: '';
  top: 1px;
  left: 1px;
  opacity: 0.2;
  border-radius: 50%;
  border: 2px solid #282828;
  height: 46px;
  width: 46px;
}

.vf-footer .vf-footer-icons li a:hover i {
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #61b67e;
}

.vf-footer .vf-footer-icons li a:hover i:after {
  border: 2px solid #61b67e;
  opacity: 1;
}

textarea {
  resize: vertical;
}

.modal-content .close {
  position: relative;
  bottom: 22px;
  opacity: .4;
  color: #fff;
  margin-top: -5px;
}

.logo-icon, .navbar-brand > img {
  width: 24px;
  display: inline-block;
  top: 7px;
  margin: 0 5px 0 0;
  padding: 0;
  position: relative;
  -webkit-filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(321deg) brightness(110%) contrast(110%);
          filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(321deg) brightness(110%) contrast(110%);
}

.logo-name {
  color: white;
  position: relative;
  top: 10px;
}

.animated .logo-name {
  color: #444;
}

.animated .logo-icon, .animated .navbar-brand > img {
  -webkit-filter: invert(23%) sepia(3%) saturate(24%) hue-rotate(2deg) brightness(97%) contrast(85%);
          filter: invert(23%) sepia(3%) saturate(24%) hue-rotate(2deg) brightness(97%) contrast(85%);
}

@media only screen and (max-width: 991px) {
  .block {
    text-align: center;
  }
  .vf-small-title {
    text-align: center;
  }
}

.section {
  padding: 80px 0 20px 0;
}

#preloader img {
  width: 100px;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  -webkit-filter: invert(65%) sepia(41%) saturate(410%) hue-rotate(88deg) brightness(90%) contrast(91%);
          filter: invert(65%) sepia(41%) saturate(410%) hue-rotate(88deg) brightness(90%) contrast(91%);
}

.modal-header {
  background-color: #61b67e;
  color: #fff;
}

.form-control:focus {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.vf-a-btn {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  text-rendering: auto;
  color: -internal-light-dark(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: default;
  background-color: -internal-light-dark(#efefef, #3b3b3b);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0em;
  font: 400 13.3333px Arial;
  padding: 1px 6px;
  border-width: 2px;
  border-style: outset;
  border-color: -internal-light-dark(#767676, #858585);
  -o-border-image: initial;
     border-image: initial;
}

.vf-gallery {
  margin-top: 100px;
}

.vf-gallery-image {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.vf-gallery-image:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.vf-gallery-wrapper {
  margin-top: 30px;
  text-align: center;
}

.vf-gallery-title {
  color: #444;
  font-family: "Kanit", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 30px;
}

.vf-gallery-hero-area {
  padding: 180px 0;
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.vf-gallery-hero-area:after {
  content: '';
  position: absolute;
  background-image: url("../../assets/images/gallery-hero-area-bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-transform: translateY(-1px) scale(1.05);
          transform: translateY(-1px) scale(1.05);
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.vf-gallery-hero-area .vf-hero-area-text {
  position: relative;
  z-index: 3;
}

.modal-content-inner {
  padding: 25px 15px;
}

ul {
  padding: 0;
  list-style-type: none;
}

#menuToggle {
  z-index: 10;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  display: inline-block;
  position: absolute;
  height: 100vh;
  right: 30px;
  top: 36px;
}

#menuToggle input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  opacity: 0;
  z-index: 2;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(-3px, -1px);
          transform: rotate(45deg) translate(-3px, -1px);
  background: #36383F;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
          transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  -webkit-transform: rotate(-45deg) translate(0, -1px);
          transform: rotate(-45deg) translate(0, -1px);
}

#menuToggle span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 5px 0px;
          transform-origin: 5px 0px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menuToggle span:first-child {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}

#menu {
  position: absolute;
  top: -36px;
  right: -30px;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  text-align: center;
  font-size: bold;
  padding-top: 36vh;
}

#menu li {
  padding: 10px 0;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

#menu li a {
  text-transform: uppercase;
  color: #333;
  line-height: 40px;
}

#menuToggle input:checked ~ ul {
  -webkit-transform: none;
          transform: none;
}

.navbar-default.animated #menuToggle {
  top: 28px;
}

.navbar-default.animated #menuToggle span {
  background: #777;
}

.navbar-default.animated #menu {
  top: -28px;
}

@media screen and (min-width: 768px) {
  #menuToggle {
    display: none;
  }
}

/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2 / 3) {
  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="url"] {
    font-size: 14px;
  }
}

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40 / 71) {
  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="url"] {
    font-size: 14px;
  }
}

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375 / 667) {
  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="tel"], input[type="url"] {
    font-size: 14px;
  }
}

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9 / 16) {
  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="tel"], input[type="url"] {
    font-size: 14px;
  }
}
/*# sourceMappingURL=styles.css.map */