/* nunito-sans-300 - vietnamese_latin-ext_latin */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/nunito-sans-v6-vietnamese_latin-ext_latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/nunito-sans-v6-vietnamese_latin-ext_latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-sans-v6-vietnamese_latin-ext_latin-300.woff2") format("woff2"), url("../fonts/nunito-sans-v6-vietnamese_latin-ext_latin-300.woff") format("woff"), url("../fonts/nunito-sans-v6-vietnamese_latin-ext_latin-300.ttf") format("truetype"), url("../fonts/nunito-sans-v6-vietnamese_latin-ext_latin-300.svg#NunitoSans") format("svg");
  /* Legacy iOS */
}
/* nunito-sans-regular - vietnamese_latin-ext_latin */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/nunito-sans-v6-vietnamese_latin-ext_latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/nunito-sans-v6-vietnamese_latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-sans-v6-vietnamese_latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/nunito-sans-v6-vietnamese_latin-ext_latin-regular.woff") format("woff"), url("../fonts/nunito-sans-v6-vietnamese_latin-ext_latin-regular.ttf") format("truetype"), url("../fonts/nunito-sans-v6-vietnamese_latin-ext_latin-regular.svg#NunitoSans") format("svg");
  /* Legacy iOS */
}
/* nunito-sans-600 - vietnamese_latin-ext_latin */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/nunito-sans-v6-vietnamese_latin-ext_latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/nunito-sans-v6-vietnamese_latin-ext_latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-sans-v6-vietnamese_latin-ext_latin-600.woff2") format("woff2"), url("../fonts/nunito-sans-v6-vietnamese_latin-ext_latin-600.woff") format("woff"), url("../fonts/nunito-sans-v6-vietnamese_latin-ext_latin-600.ttf") format("truetype"), url("../fonts/nunito-sans-v6-vietnamese_latin-ext_latin-600.svg#NunitoSans") format("svg");
  /* Legacy iOS */
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

body {
  font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
  font-size: 13pt;
  font-weight: 300;
  line-height: 1.65;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 1em 0;
}

h2 {
  font-size: 1.75em;
}

h3 {
  font-size: 1.35em;
}

p {
  margin: 0 0 2em 0;
}

a {
  text-decoration: underline;
  color: #19B5FE;
}

a:hover {
  text-decoration: none;
  color: #019be3;
}

ul.cta {
  cursor: default;
  list-style: none;
  padding-left: 0;
}
ul.cta li {
  display: inline-block;
  padding: 0 1em 0 0;
  vertical-align: middle;
}
ul.cta li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 480px) {
  ul.cta {
    margin: 0 0 2em 0;
  }
  ul.cta li {
    padding: 1em 0 0 0;
    display: block;
    text-align: center;
    width: 100%;
  }
  ul.cta li:first-child {
    padding-top: 0;
  }
  ul.cta li > * {
    width: 100%;
    margin: 0 !important;
  }
}

.btn {
  appearance: none;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background: none;
  box-shadow: 0 0 0 2px rgba(144, 144, 144, 0.25);
  color: #FFF;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  height: 2.85em;
  line-height: 2.95em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-size: 1.35em;
  padding: 0 2em;
}
.btn:hover {
  background: rgba(144, 144, 144, 0.075);
  box-shadow: 0 0 0 2px rgba(144, 144, 144, 0.25);
}

.page {
  background: #f1f1f1;
  width: 100%;
}
.page #header {
  background: #e6e6e6;
  padding: 1.15em 3.5em;
  text-align: right;
}
.page #header h1 {
  margin: 0;
  font-size: 1em;
}
@media screen and (max-width: 980px) {
  .page #header {
    padding: 1.15em 2em;
  }
}
@media screen and (max-width: 736px) {
  .page #header {
    text-align: center;
  }
}

body.is-loading #banner > .inner {
  opacity: 0;
  transform: translateY(1em);
}

#banner {
  padding: 8em 0 6em 0;
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 75vh;
  height: 75vh;
  position: relative;
  background: #000 url(../images/banner.jpg) no-repeat fixed center;
  background-size: cover;
  text-align: center;
  color: #FFF;
}
#banner::before {
  transition-delay: 0.25s;
  content: "";
  display: block;
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.65;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#banner .inner:not(.is-loading #banner .inner) {
  transform: none;
  transition: opacity 1s ease, transform 1s ease;
  position: relative;
  opacity: 1;
  z-index: 3;
  padding: 0 2em;
}
#banner h1 {
  font-size: 4em;
  line-height: 1em;
  margin: 0 0 0.5em 0;
  padding: 0;
  color: #FFF;
}
@media screen and (max-width: 1280px) {
  #banner h1 {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 736px) {
  #banner h1 {
    font-size: 1.25em;
  }
}
#banner p {
  font-size: 1.5em;
  margin-bottom: 1.75em;
}
@media screen and (max-width: 736px) {
  #banner p {
    font-size: 1.25em;
  }
}
#banner a {
  color: #FFF;
  text-decoration: none;
}
@media screen and (max-width: 736px) {
  #banner {
    background-attachment: scroll;
  }
}

@keyframes gallery {
  100% {
    opacity: 1;
  }
}
.gallery {
  padding: 3.5em;
  position: relative;
  overflow: hidden;
  min-height: 37em;
}
.gallery header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  .gallery {
    padding: 2em;
    min-height: 20em;
  }
  .gallery header h2 {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 736px) {
  .gallery {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .gallery {
    padding: 1em;
  }
  .gallery header h2 {
    margin-bottom: 0.5em;
  }
}
.gallery .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.gallery .content .media {
  animation: gallery 0.75s ease-out 0.4s forwards;
  margin-bottom: 0;
  overflow: hidden;
  opacity: 0;
  position: relative;
  width: 25%;
}
.gallery .content .media a {
  display: block;
}
.gallery .content .media img {
  transition: transform 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.gallery .content .media:hover img {
  transform: scale(1.075);
}
@media screen and (max-width: 736px) {
  .gallery .content .media {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .gallery .content .media {
    width: 100%;
  }
}

#information-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #ececec;
}
#information-contact .column {
  padding: 3.5em 3.5em 1.5em;
  width: 50%;
}
#information-contact #information {
  background: #e6e6e6;
}
@media screen and (max-width: 980px) {
  #information-contact .column {
    padding: 2em 0 0.1em 0;
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media screen and (max-width: 736px) {
  #information-contact .column {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #information-contact .column {
    padding: 1em 0 0.1em 0;
    padding-left: 1em;
    padding-right: 1em;
  }
}

table {
  margin: 0 0 2em 0;
  width: 100%;
}
table thead {
  border-bottom: solid 2px;
}
table tfoot {
  border-top: solid 2px;
}
table tbody tr {
  border: solid 1px;
  border-left: 0;
  border-right: 0;
}
table td {
  padding: 0.75em 0.75em;
}
table td.center {
  text-align: center;
}
table th {
  font-size: 0.9em;
  font-weight: 700;
  padding: 0 0.75em 0.75em 0.75em;
  text-align: left;
}

.table-wrapper {
  overflow-x: scroll;
}

/*# sourceMappingURL=style.css.map */
