@charset "UTF-8";
/* LINKS */
/* This stylesheet generated by Transfonter (https://transfonter.org) on April 22, 2018 10:01 PM */
@font-face {
  font-family: 'BrownVN';
  src: url("../fonts/BrownVN.eot");
  src: url("../fonts/BrownVN.eot?#iefix") format("embedded-opentype"), url("../fonts/BrownVN.woff2") format("woff2"), url("../fonts/BrownVN.woff") format("woff"), url("../fonts/BrownVN.ttf") format("truetype"), url("../fonts/BrownVN.svg#BrownVN") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'BrownVN';
  src: url("../fonts/BrownVN-LightItalic.eot");
  src: url("../fonts/BrownVN-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/BrownVN-LightItalic.woff2") format("woff2"), url("../fonts/BrownVN-LightItalic.woff") format("woff"), url("../fonts/BrownVN-LightItalic.ttf") format("truetype"), url("../fonts/BrownVN-LightItalic.svg#BrownVN-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'BrownVN';
  src: url("../fonts/BrownVN-Bold.eot");
  src: url("../fonts/BrownVN-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BrownVN-Bold.woff2") format("woff2"), url("../fonts/BrownVN-Bold.woff") format("woff"), url("../fonts/BrownVN-Bold.ttf") format("truetype"), url("../fonts/BrownVN-Bold.svg#BrownVN-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'BrownVN';
  src: url("../fonts/BrownVN-ThinItalic.eot");
  src: url("../fonts/BrownVN-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/BrownVN-ThinItalic.woff2") format("woff2"), url("../fonts/BrownVN-ThinItalic.woff") format("woff"), url("../fonts/BrownVN-ThinItalic.ttf") format("truetype"), url("../fonts/BrownVN-ThinItalic.svg#BrownVN-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic; }
@font-face {
  font-family: 'BrownVN';
  src: url("../fonts/BrownVN-RegularItalic.eot");
  src: url("../fonts/BrownVN-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/BrownVN-RegularItalic.woff2") format("woff2"), url("../fonts/BrownVN-RegularItalic.woff") format("woff"), url("../fonts/BrownVN-RegularItalic.ttf") format("truetype"), url("../fonts/BrownVN-RegularItalic.svg#BrownVN-RegularItalic") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'BrownVN';
  src: url("../fonts/BrownVN-BoldItalic.eot");
  src: url("../fonts/BrownVN-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/BrownVN-BoldItalic.woff2") format("woff2"), url("../fonts/BrownVN-BoldItalic.woff") format("woff"), url("../fonts/BrownVN-BoldItalic.ttf") format("truetype"), url("../fonts/BrownVN-BoldItalic.svg#BrownVN-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'BrownVN';
  src: url("../fonts/BrownVN-Light.eot");
  src: url("../fonts/BrownVN-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/BrownVN-Light.woff2") format("woff2"), url("../fonts/BrownVN-Light.woff") format("woff"), url("../fonts/BrownVN-Light.ttf") format("truetype"), url("../fonts/BrownVN-Light.svg#BrownVN-Light") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: '../fonts/BrownVN';
  src: url("../fonts/BrownVN-Thin.eot");
  src: url("../fonts/BrownVN-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/BrownVN-Thin.woff2") format("woff2"), url("../fonts/BrownVN-Thin.woff") format("woff"), url("../fonts/BrownVN-Thin.ttf") format("truetype"), url("../fonts/BrownVN-Thin.svg#BrownVN-Thin") format("svg");
  font-weight: 100;
  font-style: normal; }
/* VARIABLES & MIXINS */
/* BLANK */
.transition {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.example, .ani.wipeFromLeft .wpb_wrapper, .ani.wipeFromRight .wpb_wrapper, .ani.wipeFromTop .wpb_wrapper, .ani.wipeFromBottom .wpb_wrapper {
  position: relative;
  overflow: hidden; }

.example:before, .ani.wipeFromLeft .wpb_wrapper:before, .ani.wipeFromRight .wpb_wrapper:before, .ani.wipeFromTop .wpb_wrapper:before, .ani.wipeFromBottom .wpb_wrapper:before {
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  z-index: 5;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.ani {
  /* Left */
  /* Right */
  /* Top */
  /* Bottom */ }
  .ani .wpb_wrapper {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0; }
  .ani.ani-active .wpb_wrapper {
    opacity: 1; }
  .ani.fadeFromLeft .wpb_wrapper {
    -webkit-transform: translate(-15%, 0);
    -ms-transform: translate(-15%, 0);
    -o-transform: translate(-15%, 0);
    transform: translate(-15%, 0); }
  .ani.fadeFromLeft.ani-active .wpb_wrapper {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .ani.fadeFromRight .wpb_wrapper {
    -webkit-transform: translate(15%, 0);
    -ms-transform: translate(15%, 0);
    -o-transform: translate(15%, 0);
    transform: translate(15%, 0); }
  .ani.fadeFromRight.ani-active .wpb_wrapper {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .ani.fadeFromTop .wpb_wrapper {
    -webkit-transform: translate(0, -15%);
    -ms-transform: translate(0, -15%);
    -o-transform: translate(0, -15%);
    transform: translate(0, -15%); }
  .ani.fadeFromTop.ani-active .wpb_wrapper {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .ani.fadeFromBottom .wpb_wrapper {
    -webkit-transform: translate(0, 15%);
    -ms-transform: translate(0, 15%);
    -o-transform: translate(0, 15%);
    transform: translate(0, 15%); }
  .ani.fadeFromBottom.ani-active .wpb_wrapper {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .ani.wipeFromLeft .wpb_wrapper {
    -webkit-transform: translate(-15%, 0);
    -ms-transform: translate(-15%, 0);
    -o-transform: translate(-15%, 0);
    transform: translate(-15%, 0); }
    .ani.wipeFromLeft .wpb_wrapper:before {
      top: 0;
      right: 0; }
  .ani.wipeFromLeft.ani-active .wpb_wrapper {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .ani.wipeFromLeft.ani-active .wpb_wrapper:before {
    width: 0%;
    -webkit-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .ani.wipeFromRight .wpb_wrapper {
    -webkit-transform: translate(15%, 0);
    -ms-transform: translate(15%, 0);
    -o-transform: translate(15%, 0);
    transform: translate(15%, 0); }
    .ani.wipeFromRight .wpb_wrapper:before {
      top: 0;
      left: 0; }
  .ani.wipeFromRight.ani-active .wpb_wrapper {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .ani.wipeFromRight.ani-active .wpb_wrapper:before {
    width: 0%;
    -webkit-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .ani.wipeFromTop .wpb_wrapper {
    -webkit-transform: translate(0, 15%);
    -ms-transform: translate(0, 15%);
    -o-transform: translate(0, 15%);
    transform: translate(0, 15%); }
    .ani.wipeFromTop .wpb_wrapper:before {
      top: 0;
      left: 0; }
  .ani.wipeFromTop.ani-active .wpb_wrapper {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .ani.wipeFromTop.ani-active .wpb_wrapper:before {
    height: 0%;
    -webkit-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .ani.wipeFromBottom .wpb_wrapper {
    -webkit-transform: translate(0, -15%);
    -ms-transform: translate(0, -15%);
    -o-transform: translate(0, -15%);
    transform: translate(0, -15%); }
    .ani.wipeFromBottom .wpb_wrapper:before {
      bottom: 0;
      left: 0; }
  .ani.wipeFromBottom.ani-active .wpb_wrapper {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .ani.wipeFromBottom.ani-active .wpb_wrapper:before {
    height: 0%;
    -webkit-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s; }

@-webkit-keyframes ffl {
  0% {
    -webkit-transform: translate(-15%, 0);
    -ms-transform: translate(-15%, 0);
    -o-transform: translate(-15%, 0);
    transform: translate(-15%, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
    opacity: 1; } }
@-moz-keyframes ffl {
  0% {
    -webkit-transform: translate(-15%, 0);
    -ms-transform: translate(-15%, 0);
    -o-transform: translate(-15%, 0);
    transform: translate(-15%, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
    opacity: 1; } }
@-o-keyframes ffl {
  0% {
    -webkit-transform: translate(-15%, 0);
    -ms-transform: translate(-15%, 0);
    -o-transform: translate(-15%, 0);
    transform: translate(-15%, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
    opacity: 1; } }
@keyframes ffl {
  0% {
    -webkit-transform: translate(-15%, 0);
    -ms-transform: translate(-15%, 0);
    -o-transform: translate(-15%, 0);
    transform: translate(-15%, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
    opacity: 1; } }
@-webkit-keyframes ffr {
  0% {
    -webkit-transform: translate(15%, 0);
    -ms-transform: translate(15%, 0);
    -o-transform: translate(15%, 0);
    transform: translate(15%, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
    opacity: 1; } }
@-moz-keyframes ffr {
  0% {
    -webkit-transform: translate(15%, 0);
    -ms-transform: translate(15%, 0);
    -o-transform: translate(15%, 0);
    transform: translate(15%, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
    opacity: 1; } }
@-o-keyframes ffr {
  0% {
    -webkit-transform: translate(15%, 0);
    -ms-transform: translate(15%, 0);
    -o-transform: translate(15%, 0);
    transform: translate(15%, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
    opacity: 1; } }
@keyframes ffr {
  0% {
    -webkit-transform: translate(15%, 0);
    -ms-transform: translate(15%, 0);
    -o-transform: translate(15%, 0);
    transform: translate(15%, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
    opacity: 1; } }
@-webkit-keyframes fft {
  0% {
    -webkit-transform: translate(0, -15%);
    -ms-transform: translate(0, -15%);
    -o-transform: translate(0, -15%);
    transform: translate(0, -15%);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
    opacity: 1; } }
@-moz-keyframes fft {
  0% {
    -webkit-transform: translate(0, -15%);
    -ms-transform: translate(0, -15%);
    -o-transform: translate(0, -15%);
    transform: translate(0, -15%);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
    opacity: 1; } }
@-o-keyframes fft {
  0% {
    -webkit-transform: translate(0, -15%);
    -ms-transform: translate(0, -15%);
    -o-transform: translate(0, -15%);
    transform: translate(0, -15%);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
    opacity: 1; } }
@keyframes fft {
  0% {
    -webkit-transform: translate(0, -15%);
    -ms-transform: translate(0, -15%);
    -o-transform: translate(0, -15%);
    transform: translate(0, -15%);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
    opacity: 1; } }
@-webkit-keyframes ffb {
  0% {
    -webkit-transform: translate(0, 15%);
    -ms-transform: translate(0, 15%);
    -o-transform: translate(0, 15%);
    transform: translate(0, 15%);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
    opacity: 1; } }
@-moz-keyframes ffb {
  0% {
    -webkit-transform: translate(0, 15%);
    -ms-transform: translate(0, 15%);
    -o-transform: translate(0, 15%);
    transform: translate(0, 15%);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
    opacity: 1; } }
@-o-keyframes ffb {
  0% {
    -webkit-transform: translate(0, 15%);
    -ms-transform: translate(0, 15%);
    -o-transform: translate(0, 15%);
    transform: translate(0, 15%);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
    opacity: 1; } }
@keyframes ffb {
  0% {
    -webkit-transform: translate(0, 15%);
    -ms-transform: translate(0, 15%);
    -o-transform: translate(0, 15%);
    transform: translate(0, 15%);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
    opacity: 1; } }
html {
  height: 100%; }

body {
  min-height: 100%; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.fw {
  width: 100%; }

.fh {
  min-height: 100%; }

.fl {
  float: left; }

.fr {
  float: right; }

.fs {
  width: 100%;
  height: 100%; }

.select-none {
  pointer-events: none; }

.of-hidden {
  overflow: hidden; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.inline-block {
  display: inline-block !important; }
  .inline-block button {
    margin: 0px 10px; }

.bt, .trigger {
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

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

.list-rotated {
  text-align: justify;
  padding: 0px;
  margin: 0px; }

.list-rotated:after {
  content: "";
  width: 100%;
  /* display: inline-block; */
  display: none; }

.list-rotated > li {
  display: inline-block;
  width: 0;
  line-height: 0; }

.list-rotated > li > * {
  display: inline-block;
  white-space: nowrap;
  transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  vertical-align: bottom; }

.list-rotated.rotate-left > li > * {
  -webkit-transform: translate(0, 100%) rotate(-90deg);
  -moz-transform: translate(0, 100%) rotate(-90deg);
  -ms-transform: translate(0, 100%) rotate(-90deg);
  -o-transform: translate(0, 100%) rotate(-90deg);
  transform: translate(0, 100%) rotate(-90deg); }

.list-rotated.rotate-right > li > * {
  -webkit-transform: translate(0, 0%) rotate(90deg);
  -moz-transform: translate(0, 0%) rotate(90deg);
  -ms-transform: translate(0, 0%) rotate(90deg);
  -o-transform: translate(0, 0%) rotate(90deg);
  transform: translate(0, 0%) rotate(90deg); }

.list-rotated > li > *:before {
  content: "";
  float: left;
  margin-top: 100%; }

.no-pointer {
  pointer-events: none; }
  .no-pointer .trigger {
    pointer-events: initial; }

.tl {
  top: 0;
  left: 0; }

.tc {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.tr {
  top: 0;
  right: 0; }

.cl, #main-footer .copyright ul, .pagination .prev a:after, .pagination .next img, .pagination .next .pagi-link {
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.cc, #main-header #menu-bt:before, #main-header #menu-bt:after, body.single-work .header-close a:before, body.single-work .header-close a:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.cr, .pagination .prev img, .pagination .prev .pagi-link {
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.bl {
  bottom: 0;
  left: 0; }

.bc {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.br {
  bottom: 0;
  right: 0; }

.flex.flex-row.flex-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start; }
.flex.flex-row.flex-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; }
.flex.flex-row.flex-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end; }
.flex.flex-column.flex-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start; }
.flex.flex-column.flex-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; }
.flex.flex-column.flex-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end; }

a {
  color: inherit; }
  a:hover {
    color: inherit;
    text-decoration: inherit; }

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

.no-pad {
  margin: 0px !important;
  padding: 0px !important; }

@media (max-width: 767px) {
  .m-nobr br {
    display: none; } }

.z-1 {
  z-index: -1; }

.container-fluid {
  padding-right: 20px;
  padding-left: 20px; }

.container {
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 1200px) {
    .container {
      max-width: 90%; } }

.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill + .vc_section, .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section {
  padding-top: 0px !important; }

.vc_section {
  margin-left: -20px !important;
  margin-right: -20px !important; }

.wpb_content_element:last-child, .wpb_content_element:last-of-type {
  margin-bottom: 0px !important; }

.vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_col-has-fill > .vc_column-inner {
  padding-top: 0px !important; }

.vc_row[data-vc-full-width] {
  overflow: initial !important; }

#main-content {
  overflow: hidden !important; }

.vc_btn3-centerani-a {
  text-align: center; }

.vc_btn3-rightani-a {
  text-align: right; }

.vc_btn3-container {
  margin-bottom: 0px !important; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 10%;
  padding-left: 10%; }

.row {
  margin-right: -20px;
  margin-left: -20px; }

/* COMPONENTS */
.alm-btn-wrap {
  text-align: center;
  padding: 40px 0px; }
  @media (max-width: 767px) {
    .alm-btn-wrap {
      padding: 0px; } }
  .alm-btn-wrap .alm-load-more-btn {
    border: none;
    outline: none; }
    .alm-btn-wrap .alm-load-more-btn.done {
      display: none !important; }

.arrow-bt {
  display: inline-block;
  margin: auto; }
  .arrow-bt span {
    width: 12px; }
  .arrow-bt:before, .arrow-bt:after, .arrow-bt span {
    display: block;
    margin: 2px auto;
    background-color: #000;
    content: '';
    height: 2px; }
  .arrow-bt:before {
    width: 4px; }
  .arrow-bt:after {
    width: 20px; }

#main-footer {
  font-size: 14px;
  padding: 60px 0px;
  z-index: 10; }
  @media (max-width: 767px) {
    #main-footer {
      padding: 0px; } }
  #main-footer .copyright {
    text-align: center; }
    @media (max-width: 767px) {
      #main-footer .copyright {
        display: none; } }
    #main-footer .copyright ul {
      position: absolute;
      margin-left: 40px;
      margin-top: -10px; }
  #main-footer .footer-menu {
    position: absolute;
    right: 40px; }
    #main-footer .footer-menu ul {
      margin-bottom: 0px; }
      #main-footer .footer-menu ul li {
        display: inline-block;
        margin-right: -4px; }
        #main-footer .footer-menu ul li:last-child {
          margin-right: 0px; }
        #main-footer .footer-menu ul li:not(:first-of-type)::before {
          display: inline-block;
          content: ' — ';
          margin: 0px 10px; }

#main-header {
  padding: 16px;
  z-index: 20;
  pointer-events: none; }
  @media (max-width: 767px) {
    #main-header {
      padding: 20px; } }
  #main-header #menu-bt {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 32px;
    left: 2%;
    cursor: pointer;
    pointer-events: initial;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    align-items: flex-end; }
    @media (max-width: 767px) {
      #main-header #menu-bt {
        top: 20px;
        left: 20px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: flex-end;
        align-items: flex-end; } }
    #main-header #menu-bt:before, #main-header #menu-bt:after {
      display: block;
      content: '';
      width: 32px;
      height: 2px;
      position: absolute;
      background-color: #000;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

body.menu-active #main-header #menu-bt:before {
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff; }
body.menu-active #main-header #menu-bt:after {
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  -o-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
  background-color: #fff; }

body.home .header-info {
  text-align: center;
  font-size: 50px;
  letter-spacing:0.02em;
  margin-top: 15px; }
@media (max-width: 767px) {
	body.home .header-info {
		margin-top: 3px;
	}}
  body.home .header-info .bottom-info {
    margin-top: 8px; }
  body.home .header-info .top-info {
    line-height: 31px; }
  body.home .header-info .bottom-info {
    line-height: 1.2; }

body.page .header-close {
  display: none; }

body.single-work .header-info {
  display: none; }
body.single-work .header-close {
  display: block;
  text-align: center;
  pointer-events: initial;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  position: fixed;
  top: 40px;
  right: 32px;
  width: 32px;
  height: 32px; }
  body.single-work .header-close a {
    width: 32px;
    height: 32px;
    font-size: 0;
    display: block; }
    body.single-work .header-close a:before, body.single-work .header-close a:after {
      display: block;
      content: '';
      width: 32px;
      height: 2px;
      position: absolute;
      background-color: #000;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    body.single-work .header-close a:before {
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -o-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
    body.single-work .header-close a:after {
      -ms-transform: translate(-50%, -50%) rotate(135deg);
      -webkit-transform: translate(-50%, -50%) rotate(135deg);
      -o-transform: translate(-50%, -50%) rotate(135deg);
      transform: translate(-50%, -50%) rotate(135deg); }
body.single-work.scrollup .header-close {
  opacity: 1;
  pointer-events: initial;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }
body.single-work.scrolldown .header-close {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate(0, -30%);
  -ms-transform: translate(0, -30%);
  -o-transform: translate(0, -30%);
  transform: translate(0, -30%); }

.mn-screen-content #logo, .mn-screen-content #logo-m {
  height: 20px; }

#menu-overlay {
  background-color: #000;
  color: #fff;
  z-index: 10;
  padding: 6.5% 0 3%;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 767px) {
    #menu-overlay {
      padding: 60px 0px 10px; } }
  #menu-overlay a {
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #menu-overlay a:hover {
      border-bottom: 1px solid transparent; }
  #menu-overlay p {
    font-size: 14px; }
  #menu-overlay .wpb_column {
    margin-bottom: 80px; }
  #menu-overlay .wpb_content_element:not(:last-of-type) {
    margin-bottom: 20px; }

body.menu-active {
  overflow: hidden; }
  body.menu-active #menu-overlay {
    opacity: 1;
    pointer-events: initial; }
  body.menu-active .header-info .top-info:after {
    display: none; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-family: "BrownVN"; }

* {
  line-height: 1; }

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1.5rem; }

h1, h2, h3, h4, h5, h6, .title, .heading {
  font-family: "BrownVN";
  line-height: 1.5; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 25px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 10px; }

p a {
  text-decoration: underline; }

/* LAYOUTS */
.wpb_single_image * {
  width: 100%; }

.mn-screen {
  -webkit-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

.mn-overlay, .mn-overlay-content {
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important; }

.mn-loading div span {
  background: black !important; }

.feature {
  text-align: center; }
  .feature img {
    object-fit: cover;
    object-position: center; }

.mn-loading {
	display: all !important;
}

.ajax-load-more-wrap[data-ID="work-grid"] .work-item {
  margin-bottom: 10%; }
  @media (max-width: 767px) {
    .ajax-load-more-wrap[data-ID="work-grid"] .work-item {
      margin-bottom: 4%; }
      .ajax-load-more-wrap[data-ID="work-grid"] .work-item:last-of-type {
        margin-bottom: 0px; } }
  .ajax-load-more-wrap[data-ID="work-grid"] .work-item .work-thumbnail img {
    width: 100%; }
  @media (max-width: 767px) {
    .ajax-load-more-wrap[data-ID="work-grid"] .work-item .work-thumbnail {
      margin: auto !important; } }
  .ajax-load-more-wrap[data-ID="work-grid"] .work-item .work-loading {
    display: none !important; }

#main-content {
  padding: 140px 0px 0px; }
  @media (max-width: 767px) {
    #main-content {
      padding: 120px 0px 0px; } }

body.home .header-info .top-info {
  line-height: 31px;
}

.top-info.no-text {
  margin-top: 31px; }

body.single-work #main-content {
  padding-top: 0px; }

.mn-overlay-content img {
  max-height: initial; }

.pagination {
  height: 200px;
  width: 100%;
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .pagination {
      margin-top: 80px;
      margin-bottom: 0px;
      height: 80px; } }
  .pagination .pagi-link {
    display: inline-block;
    margin: auto;
    z-index: 5;
    width: 40px;
    height: 40px; }
    .pagination .pagi-link span {
      width: 12px; }
    .pagination .pagi-link:before, .pagination .pagi-link:after, .pagination .pagi-link span {
      display: block;
      margin: 2px auto;
      background-color: #000;
      content: '';
      height: 2px; }
    .pagination .pagi-link:before {
      width: 4px;
      margin-top: 15px; }
    .pagination .pagi-link:after {
      width: 20px; }
  .pagination .top, .pagination .prev, .pagination .next {
    height: 100%;
    width: 33.33%; }
  @media (max-width: 767px) {
    .pagination .top, .pagination .next {
      display: none; } }
  .pagination .prev img, .pagination .next img {
    max-height: 200px;
    max-width: 200px; }
  .pagination .pagi-thumb {
    pointer-events: none; }
    @media (max-width: 767px) {
      .pagination .pagi-thumb {
        display: none; } }
    .pagination .pagi-thumb img {
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  @media (max-width: 767px) {
    .pagination .prev {
      width: calc(100% - 40px);
      margin: 0px 20px;
      border-top: 1px solid #000; }
      .pagination .prev a:after {
        content: 'Next Project';
        display: block;
        position: absolute; } }
  .pagination .prev img {
    position: absolute;
    margin-right: 120px; }
  .pagination .prev .pagi-link {
    position: absolute;
    margin-right: -10px;
    -ms-transform: translate(0, -50%) rotate(90deg);
    -webkit-transform: translate(0, -50%) rotate(90deg);
    -o-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg); }
    .pagination .prev .pagi-link:hover ~ .pagi-thumb img {
      opacity: 1;
      margin-right: 100px; }
  .pagination .next img {
    position: absolute;
    margin-left: 120px; }
  .pagination .next .pagi-link {
    position: absolute;
    -ms-transform: translate(0, -50%) rotate(-90deg);
    -webkit-transform: translate(0, -50%) rotate(-90deg);
    -o-transform: translate(0, -50%) rotate(-90deg);
    transform: translate(0, -50%) rotate(-90deg); }
    .pagination .next .pagi-link:hover ~ .pagi-thumb img {
      opacity: 1;
      margin-left: 100px; }

/* cd /Applications/MAMP/htdocs/demo/m-n/wp-content/themes/m-n/BLANK */
/* sass --watch scss/style.scss:css/style.css */

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