@import url(https://fonts.googleapis.com/css?family=Be+Vietnam:100,100i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&display=swap);

html {
  scroll-behavior: smooth;
}

section {
  background-color: #eeeeee;
}

body {
  font-style: normal;
  line-height: 1.5;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}

b,
strong {
  font-weight: bold;
}

body {
  position: relative;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #000000;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

@media (max-width: 767px) {

  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

figure {
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}

.media-container>div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mbr-section-btn {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

.btn-form {
  border-radius: 0;
}

.btn-form:hover {
  cursor: pointer;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em 0.5em;
}

.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

/*! Scroll to top arrow */
#scrollToTop a i:before {
  content: "";
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}


/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -webkit-align-items: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 1.07em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}


html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}

.display-1>.mbr-iconfont {
  font-size: 6.8rem;
}

.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 3rem;
  font-display: swap;
}

.display-2>.mbr-iconfont {
  font-size: 4.8rem;
}

.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 0.7rem;
  font-display: swap;
}

.display-4>.mbr-iconfont {
  font-size: 1.12rem;
}

.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.display-5>.mbr-iconfont {
  font-size: 2.4rem;
}

.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 0.9rem;
  font-display: swap;
}

.display-8 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 45px;
}

@media (min-width: 1000px) {
  .declaracao-carlos {
    width: 190%;
    margin-top: 20%;
    mix-blend-mode: multiply;
  }

}

.display-7>.mbr-iconfont {
  font-size: 1.44rem;
}

/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc(2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-2 {
    font-size: 2.4rem;
    font-size: calc(1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-4 {
    font-size: 0.56rem;
    font-size: calc(0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-5 {
    font-size: 1.2rem;
    font-size: calc(1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}

/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}

.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}

.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}

.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}

.bg-primary {
  background-color: #c0a375 !important;
}

.bg-success {
  background-color: #9a025f !important;
}

.bg-info {
  background-color: #c0a375 !important;
}

.bg-warning {
  background-color: #879a9f !important;
}

.bg-danger {
  background-color: #b1a374 !important;
}

.btn-primary,
.btn-primary:active {
  background-color: #c0a375 !important;
  border-color: #c0a375 !important;
  color: #ffffff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a07e49 !important;
  border-color: #a07e49 !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a07e49 !important;
  border-color: #a07e49 !important;
}

.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}

.btn-info,
.btn-info:active {
  background-color: #c0a375 !important;
  border-color: #c0a375 !important;
  color: #ffffff !important;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #a07e49 !important;
  border-color: #a07e49 !important;
}

.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a07e49 !important;
  border-color: #a07e49 !important;
}

.btn-success,
.btn-success:active {
  background-color: #9a025f !important;
  border-color: #9a025f !important;
  color: #ffffff !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #4e0130 !important;
  border-color: #4e0130 !important;
}

.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #4e0130 !important;
  border-color: #4e0130 !important;
}

.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}

.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}

.btn-white {
  color: #333333 !important;
}

.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}

.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}

.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}

.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}

.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}

.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #8e7041;
  color: #8e7041;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #c0a375;
  border-color: #c0a375;
}

.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c0a375 !important;
  border-color: #c0a375 !important;
}

.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}

.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}

.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #8e7041;
  color: #8e7041;
}

.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #c0a375;
  border-color: #c0a375;
}

.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c0a375 !important;
  border-color: #c0a375 !important;
}

.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #350121;
  color: #350121;
}

.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #9a025f;
  border-color: #9a025f;
}

.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9a025f !important;
  border-color: #9a025f !important;
}

.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}

.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}

.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}

.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}

.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}

.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}

.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}

.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}

.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}

.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}

.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}

.text-primary {
  color: #c0a375 !important;
}

.text-secondary {
  color: #ff3366 !important;
}

.text-success {
  color: #9a025f !important;
}

.text-info {
  color: #c0a375 !important;
}

.text-warning {
  color: #879a9f !important;
}

.text-danger {
  color: #b1a374 !important;
}

.text-white {
  color: #ffffff !important;
}

.text-black {
  color: #000000 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #8e7041 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #350121 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #8e7041 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}

a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}

a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}

.alert-success {
  background-color: #70c770;
}

.alert-info {
  background-color: #c0a375;
}

.alert-warning {
  background-color: #879a9f;
}

.alert-danger {
  background-color: #b1a374;
}

.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}

.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}

.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}

.mbr-gallery-filter li a {
  border-radius: 100px !important;
}

.mbr-gallery-filter li.active .btn {
  background-color: #c0a375;
  border-color: #c0a375;
  color: #ffffff;
}

.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}

.nav-tabs .nav-link {
  border-radius: 100px !important;
}

a,
a:hover {
  color: #c0a375;
}

.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e8ddcd;
}

.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fc1fa6;
}

.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e8ddcd;
}

.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}

.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}

/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}

/* Headers*/

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}

.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c0a375;
  color: #ffffff;
}

.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #c0a375;
  border-bottom-color: #c0a375;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
  color: #000000 !important;
  background-color: #c0a375 !important;
  box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}

.lazy-bg {
  background-image: none !important;
}

.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}

iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23c0a375' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

section.lazy-placeholder:after {
  opacity: 0.3;
}

.cid-rTBXFzpyfM {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #000000;
}

.cid-rTBXFzpyfM .row {
  justify-content: space-between;
  padding: 0 1rem;
}

.cid-rTBXFzpyfM .container {
  max-width: 1500px;
}

.cid-rTBXFzpyfM .content-wrapper {
  max-width: 800px;
}

@media (min-width: 767px) {
  .cid-rTBXFzpyfM .container {
    padding: 0 4rem;
  }
}

.cid-rTBXFzpyfM .mbr-text,
.cid-rTBXFzpyfM .mbr-section-btn {
  color: #efeeee;
}

.cid-rTBXFzpyfM .btn {
  width: -webkit-fill-available;
  margin: 0.4rem !important;
  justify-content: space-between;
}

.cid-rTBXFzpyfM .btn .mbr-iconfont {
  order: 2;
}

.cid-rTBXFzpyfM .pt-5 {
  padding-top: 4rem !important;
}

@media (max-width: 922px) {
  .cid-rTBXFzpyfM .align-left {
    text-align: center;
  }

  .cid-rTBXFzpyfM .row {
    justify-content: center;
    padding: 0rem;
  }
}

.cid-rmrqNiDM0Y {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #f3f4f6;
}

.cid-rmrqNiDM0Y .mbr-section-subtitle {
  color: #f3f4f6;
  text-align: left;
}

.cid-rmrqNiDM0Y .btn {
  margin: 0 0 .5rem 0;
}

.cid-rmrqNiDM0Y H2 {
  text-align: left;
}

.cid-s0orbNQrQM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f3f4f6;
}

.cid-s0orbNQrQM P {
  color: #767676;
}

.cid-rn8NCdSDP4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../images/background-norte-invest-3-1920x1080.jpg");
}

.cid-rn8NCdSDP4 .mbr-section-subtitle {
  letter-spacing: .2rem;
}

.cid-rn8NCdSDP4 .media-container-column {
  background-color: #c0a375;
}

@media (max-width: 767px) {
  .cid-rn8NCdSDP4 .media-container-column {
    padding: 1rem !important;
  }
}

.cid-rmqQUzvOkd {
  padding-bottom: 0px;
  background-color: #f3f4f6;
}

.cid-rmqQUzvOkd h2 {
  text-align: left;
}

.cid-rmqQUzvOkd h4 {
  text-align: left;
  font-weight: 500;
}

.cid-rmqQUzvOkd p {
  color: #767676;
  text-align: left;
}

.cid-rmqQUzvOkd .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}

.cid-rmqQUzvOkd .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}

.cid-rmqQUzvOkd .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}

.cid-rmqQUzvOkd .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.cid-rmqQUzvOkd .card-img {
  padding-right: 2rem;
  width: auto;
}

.cid-rmqQUzvOkd .card-img span {
  font-size: 72px;
  color: #707070;
}

@media (min-width: 992px) {
  .cid-rmqQUzvOkd .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }

  .cid-rmqQUzvOkd .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}

@media (max-width: 991px) {
  .cid-rmqQUzvOkd .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }

  .cid-rmqQUzvOkd .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}

@media (max-width: 300px) {
  .cid-rmqQUzvOkd .card-img span {
    font-size: 40px !important;
  }
}

.cid-rmryc7dN08 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}

.cid-rmryc7dN08 .mbr-section-subtitle {
  color: #767676;
  text-align: right;
}

.cid-rmryc7dN08 .btn {
  margin: 0 0 .5rem 0;
}

.cid-rmryc7dN08 .content-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}

.cid-rmryc7dN08 H2 {
  text-align: right;
}

.cid-rn9qm1sE5k {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}

.cid-rn9qm1sE5k .mbr-section-subtitle {
  color: #767676;
}

.cid-rn9qm1sE5k .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.cid-rn9qm1sE5k .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}

.cid-rn9qm1sE5k .team-item .item-image img {
  width: 100%;
}

.cid-rn9qm1sE5k .team-item .item-name p {
  margin-bottom: 0;
}

.cid-rn9qm1sE5k .team-item .item-role p {
  margin-bottom: 0;
}

.cid-rn9qm1sE5k .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}

.cid-rn9qm1sE5k .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}

.cid-rn9qm1sE5k .team-item .item-caption {
  background: #efefef;
}

.cid-rqECL67hpd {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}

.cid-rqECL67hpd .mbr-section-subtitle {
  color: #767676;
}

.cid-rqECL67hpd .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.cid-rqECL67hpd .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}

.cid-rqECL67hpd .team-item .item-image img {
  width: 100%;
}

.cid-rqECL67hpd .team-item .item-name p {
  margin-bottom: 0;
}

.cid-rqECL67hpd .team-item .item-role p {
  margin-bottom: 0;
}

.cid-rqECL67hpd .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}

.cid-rqECL67hpd .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}

.cid-rqECL67hpd .team-item .item-caption {
  background: #efefef;
}

.cid-rIijNghiLg {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}

.cid-rIijNghiLg .mbr-section-subtitle {
  color: #767676;
}

.cid-rIijNghiLg .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.cid-rIijNghiLg .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}

.cid-rIijNghiLg .team-item .item-image img {
  width: 100%;
}

.cid-rIijNghiLg .team-item .item-name p {
  margin-bottom: 0;
}

.cid-rIijNghiLg .team-item .item-role p {
  margin-bottom: 0;
}

.cid-rIijNghiLg .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}

.cid-rIijNghiLg .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}

.cid-rIijNghiLg .team-item .item-caption {
  background: #efefef;
}

.cid-s1wxIV3VyR {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}

.cid-s1wxIV3VyR .mbr-section-subtitle {
  color: #767676;
}

.cid-s1wxIV3VyR .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.cid-s1wxIV3VyR .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}

.cid-s1wxIV3VyR .team-item .item-image img {
  width: 100%;
}

.cid-s1wxIV3VyR .team-item .item-name p {
  margin-bottom: 0;
}

.cid-s1wxIV3VyR .team-item .item-role p {
  margin-bottom: 0;
}

.cid-s1wxIV3VyR .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}

.cid-s1wxIV3VyR .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}

.cid-s1wxIV3VyR .team-item .item-caption {
  background: #efefef;
}

.cid-s1JDTOd6cq {
  padding-top: 30px;
  background-color: #ffffff;
}

.cid-s1JDTOd6cq .mbr-section-subtitle {
  color: #767676;
}

.cid-s1JDTOd6cq .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.cid-s1JDTOd6cq .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}

.cid-s1JDTOd6cq .team-item .item-image img {
  width: 100%;
}

.cid-s1JDTOd6cq .team-item .item-name p {
  margin-bottom: 0;
}

.cid-s1JDTOd6cq .team-item .item-role p {
  margin-bottom: 0;
}

.cid-s1JDTOd6cq .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}

.cid-s1JDTOd6cq .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}

.cid-s1JDTOd6cq .team-item .item-caption {
  background: #efefef;
}

.cid-rop4k03YlQ {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f4f6;
}

.cid-rop4k03YlQ .mbr-section-text {
  color: #767676;
  text-align: left;
}

.cid-rop4k03YlQ .mbr-section-subtitle {
  color: #767676;
}

.cid-rop4k03YlQ .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}

.cid-rop4k03YlQ .mbr-iconfont {
  font-size: 48px;
}

.cid-rop4k03YlQ .card-img {
  margin-bottom: 1.5rem;
}

.cid-rop4k03YlQ .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}

.cid-rop4k03YlQ .tab-content {
  margin-top: 3rem;
  width: 100%;
}

.cid-rop4k03YlQ .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}

.cid-rop4k03YlQ .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #767676;
}

.cid-rop4k03YlQ .nav-tabs .nav-link:hover {
  background: #c0a375;
}

.cid-rop4k03YlQ .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #c0a375;
  background: #c0a375;
}

.cid-rop4k03YlQ .nav-tabs .nav-link.active:hover {
  border: 2px solid #c0a375;
}

.cid-rD05qsgZZv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}

.cid-rD05qsgZZv .mbr-text,
.cid-rD05qsgZZv blockquote {
  color: #767676;
}

.cid-rD05qsgZZv .mbr-text P {
  text-align: justify;
  color: #c1c1c1;
  font-family: 'Raleway', sans-serif;
}

.cid-s8GzzLmhpu {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #0d0d0d;
}

.cid-s8GzzLmhpu .mbr-text {
  color: #c0a375;
  margin: 0;
  padding-top: 1.5rem;
  text-align: center;
}

.cid-s8GzzLmhpu div.b {
  padding-top: 2rem;
}

.cid-s8GzzLmhpu H5 {
  text-align: center;
  color: #f3f4f6;
}

.cid-s1wI1di1Hq {
  padding-top: 45px;
  padding-bottom: 45px;
  border-top-style: dotted;
  border-width: 2px;
  background-color: #0d0d0d;
}

@media (min-width: 992px) {
  .cid-s1wI1di1Hq .mbr-figure {
    padding-left: 4rem;
  }
}

@media (max-width: 992px) {
  .cid-s1wI1di1Hq .mbr-figure {
    padding-top: 1rem;
  }
}

.cid-s1wI1di1Hq .mbr-text {
  color: #cccccc;
}

.cid-rGZwRTb3sa {
  background: #232323;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #232323, #000000);
}

.cid-rGZwRTb3sa .image-block {
  margin: auto;
}

.cid-rGZwRTb3sa figcaption {
  position: relative;
}

.cid-rGZwRTb3sa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media (max-width: 768px) {
  .cid-rGZwRTb3sa .image-block {
    width: 100% !important;
    padding: 20px;
  }
}

.cid-rGZwItqjVL div {
  padding: 3px 0;
  background-color: #000000;
  text-align: center;
  font-size: 12px;
  font-align: bottom;
  font-family: 'Be Vietnam', sans-serif;
  color: #ffffff;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}

b,
strong {
  font-weight: bold;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #000000;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

@media (max-width: 767px) {

  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

figure {
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}

.media-container>div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mbr-section-btn {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}



/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}


.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}



/*! Scroll to top arrow */
#scrollToTop a i:before {
  content: "";
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}



.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.jq-selectbox__select {
  padding: 1.07em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.cid-rmzSDa00MD {
  padding-top: 120px;
  padding-bottom: 75px;
}

.cid-rn8Uvzk3pF {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}

.cid-rn8Uvzk3pF .mbr-section-subtitle {
  color: #767676;
}

.cid-rn8YJSVSaH {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}

.cid-rn8YJSVSaH .list-group-item {
  padding: .75rem 3.25rem;
}

.cid-rn8YJSVSaH .plan {
  word-break: break-word;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
  box-shadow: 0px 0px 58px -18px rgb(0 0 0 / 35%);
}

.cid-rn8YJSVSaH .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: transparent;
  border: 0;
}

.cid-rn8YJSVSaH .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}

.cid-rn8YJSVSaH .plan .list-group-item:last-child::after {
  display: none;
}

.cid-rn8YJSVSaH .plan.favorite {
  background-color: #fff;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
}

.cid-rn8YJSVSaH .plan-header {
  padding-left: 1rem;
  padding-right: 1rem;
}

.cid-rn8YJSVSaH .price-figure {
  font-weight: 700;
  color: #232323;
}

.cid-rn8YJSVSaH .price-value {
  font-weight: 700;
  vertical-align: bottom;
}



.cid-rn90FHtuAo {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f4f6;
}

.cid-rn90FHtuAo h2 {
  text-align: left;
}

.cid-rn90FHtuAo h4 {
  text-align: left;
  font-weight: 500;
}

.cid-rn90FHtuAo p {
  color: #767676;
  text-align: left;
}

.cid-rn90FHtuAo .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}

.cid-rn90FHtuAo .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}

.cid-rn90FHtuAo .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}

.cid-rn90FHtuAo .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.cid-rn90FHtuAo .card-img {
  padding-right: 2rem;
  width: auto;
}

.cid-rn90FHtuAo .card-img span {
  font-size: 72px;
  color: #707070;
}

@media (min-width: 992px) {
  .cid-rn90FHtuAo .mbr-figure {
    padding-right: 4rem;
  }
}

@media (max-width: 991px) {
  .cid-rn90FHtuAo .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 300px) {
  .cid-rn90FHtuAo .card-img span {
    font-size: 40px !important;
  }
}

.cid-rn90FHtuAo H2 {
  color: #c0a375;
}

.cid-rn930qZdv2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}

.cid-rn930qZdv2 h2 {
  text-align: left;
}

.cid-rn930qZdv2 h4 {
  text-align: left;
  font-weight: 500;
}

.cid-rn930qZdv2 p {
  color: #767676;
  text-align: left;
}

.cid-rn930qZdv2 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}

.cid-rn930qZdv2 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}

.cid-rn930qZdv2 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}

.cid-rn930qZdv2 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.cid-rn930qZdv2 .card-img {
  padding-right: 2rem;
  width: auto;
}

.cid-rn930qZdv2 .card-img span {
  font-size: 72px;
  color: #707070;
}

@media (min-width: 992px) {
  .cid-rn930qZdv2 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }

  .cid-rn930qZdv2 .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}

@media (max-width: 991px) {
  .cid-rn930qZdv2 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }

  .cid-rn930qZdv2 .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}

@media (max-width: 300px) {
  .cid-rn930qZdv2 .card-img span {
    font-size: 40px !important;
  }
}

.cid-rn930qZdv2 H2 {
  color: #c0a375;
}

.cid-rn94UDTT2C {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f4f6;
}

.cid-rn94UDTT2C h2 {
  text-align: left;
}

.cid-rn94UDTT2C h4 {
  text-align: left;
  font-weight: 500;
}

.cid-rn94UDTT2C p {
  color: #767676;
  text-align: left;
}

.cid-rn94UDTT2C .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}

.cid-rn94UDTT2C .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}

.cid-rn94UDTT2C .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}

.cid-rn94UDTT2C .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.cid-rn94UDTT2C .card-img {
  padding-right: 2rem;
  width: auto;
}

.cid-rn94UDTT2C .card-img span {
  font-size: 72px;
  color: #707070;
}

@media (min-width: 992px) {
  .cid-rn94UDTT2C .mbr-figure {
    padding-right: 4rem;
  }
}

@media (max-width: 991px) {
  .cid-rn94UDTT2C .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 300px) {
  .cid-rn94UDTT2C .card-img span {
    font-size: 40px !important;
  }
}

.cid-rn94UDTT2C H2 {
  color: #c0a375;
}

.cid-rn98p5IKsZ {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}

.cid-rn98p5IKsZ .mbr-section-text {
  color: #767676;
}

.cid-rn98p5IKsZ .mbr-section-subtitle {
  color: #767676;
}

.cid-rn98p5IKsZ .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}

.cid-rn98p5IKsZ .mbr-iconfont {
  font-size: 48px;
}

.cid-rn98p5IKsZ .card-img {
  margin-bottom: 1.5rem;
}

.cid-rn98p5IKsZ .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}

.cid-rn98p5IKsZ .tab-content {
  margin-top: 3rem;
  width: 100%;
}

.cid-rn98p5IKsZ .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}

.cid-rn98p5IKsZ .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #767676;
}

.cid-rn98p5IKsZ .nav-tabs .nav-link:hover {
  background: #c0a375;
}

.cid-rn98p5IKsZ .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #c0a375;
  background: #c0a375;
}

.cid-rn98p5IKsZ .nav-tabs .nav-link.active:hover {
  border: 2px solid #c0a375;
}

.cid-rmAcabYgOJ {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}

.cid-rmAcabYgOJ .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}

.cid-rmAcabYgOJ div.b {
  padding-top: 2rem;
}

.cid-rmAbTurchc {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}

.cid-rmAbTurchc h4 {
  font-weight: 500;
  color: #ffffff;
}

.cid-rmAbTurchc p {
  color: #ffffff;
}

.cid-rmAbTurchc .card {
  margin-bottom: 2rem;
}

.cid-rmAbTurchc .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #c0a375;
}

.cid-rmAbTurchc .card-img span {
  font-size: 100px;
  color: #ffffff;
}

.cid-rmAbTurchc .card-box {
  padding-bottom: 2rem;
  background-color: #c0a375;
  background: linear-gradient(#c0a375, transparent);
}

.cid-rmAbTurchc .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}

.cid-rmAbTurchc .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}

.cid-rmAbTurchc .card-box .mbr-section-btn {
  padding-top: 1rem;
}

.cid-rmAbTurchc .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}

.cid-rmAbTurchc P {
  color: #232323;
}

.cid-rD05IgvYiL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}

.cid-rD05IgvYiL .mbr-text,
.cid-rD05IgvYiL blockquote {
  color: #767676;
}

.cid-rD05IgvYiL .mbr-text P {
  text-align: justify;
  color: #c1c1c1;
  font-family: 'Raleway', sans-serif;
}

.cid-rtdcqtFelX {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #0d0d0d;
}

.cid-rtdcqtFelX .mbr-text {
  color: #c0a375;
  margin: 0;
  padding-top: 1.5rem;
  text-align: center;
}

.cid-rtdcqtFelX div.b {
  padding-top: 2rem;
}

.cid-rtdcqtFelX H5 {
  text-align: center;
  color: #f3f4f6;
}

.cid-s1wI4107sL {
  padding-top: 45px;
  padding-bottom: 45px;
  border-top-style: dotted;
  border-width: 2px;
  background-color: #0d0d0d;
}

@media (min-width: 992px) {
  .cid-s1wI4107sL .mbr-figure {
    padding-left: 4rem;
  }
}

@media (max-width: 992px) {
  .cid-s1wI4107sL .mbr-figure {
    padding-top: 1rem;
  }
}

.cid-s1wI4107sL .mbr-text {
  color: #cccccc;
}

.cid-rGZwYhp0ph {
  background: #232323;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #232323, #000000);
}

.cid-rGZwYhp0ph .image-block {
  margin: auto;
}

.cid-rGZwYhp0ph figcaption {
  position: relative;
}

.cid-rGZwYhp0ph figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media (max-width: 768px) {
  .cid-rGZwYhp0ph .image-block {
    width: 100% !important;
    padding: 20px;
  }
}

.cid-rGZwItqjVL div {
  padding: 3px 0;
  background-color: #000000;
  text-align: center;
  font-size: 12px;
  font-align: bottom;
  font-family: 'Be Vietnam', sans-serif;
  color: #ffffff;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}

b,
strong {
  font-weight: bold;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #000000;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

@media (max-width: 767px) {

  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

figure {
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}

.media-container>div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mbr-section-btn {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}



/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}



.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}


/*! Scroll to top arrow */
#scrollToTop a i:before {
  content: "";
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}


.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.jq-selectbox__select {
  padding: 1.07em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}


.dropup .dropdown-toggle::after {
  display: none;
}

.cid-rn9BzHykkt {
  padding-top: 120px;
  padding-bottom: 75px;
}

.cid-rn9wFgamfI {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}

.cid-rn9wFgamfI .image-block {
  margin: auto;
}

.cid-rn9wFgamfI figcaption {
  position: relative;
}

.cid-rn9wFgamfI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media (max-width: 768px) {
  .cid-rn9wFgamfI .image-block {
    width: 100% !important;
  }
}

.cid-rmAfqKA2zH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}

.cid-rmAfqKA2zH div.b {
  padding-top: 2rem;
}

.cid-rmAfqKA2zH .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}

.cid-rmAfqKA2zH a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}

.cid-rmAfqKA2zH .google-map {
  height: 21rem;
  position: relative;
}

.cid-rmAfqKA2zH .google-map iframe {
  height: 100%;
  width: 100%;
}

.cid-rmAfqKA2zH .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}

.cid-rmAfqKA2zH .google-map[data-state] {
  background: #e9e5dc;
}

.cid-rmAfqKA2zH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}

.cid-rmAfqKA2zH div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .cid-rmAfqKA2zH div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}

.cid-rmAja1Zf7t {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f3f4f6;
}

.cid-rmAja1Zf7t .title {
  margin-bottom: 2rem;
}

.cid-rmAja1Zf7t .mbr-section-subtitle {
  color: #767676;
}

.cid-rmAja1Zf7t a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}

.cid-rmAja1Zf7t a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}

.cid-rD05SsntWR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}

.cid-rD05SsntWR .mbr-text,
.cid-rD05SsntWR blockquote {
  color: #767676;
}

.cid-rD05SsntWR .mbr-text P {
  text-align: justify;
  color: #c1c1c1;
  font-family: 'Raleway', sans-serif;
}

.cid-rtdd0tqiIZ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #0d0d0d;
}

.cid-rtdd0tqiIZ .mbr-text {
  color: #c0a375;
  margin: 0;
  padding-top: 1.5rem;
  text-align: center;
}

.cid-rtdd0tqiIZ div.b {
  padding-top: 2rem;
}

.cid-rtdd0tqiIZ H5 {
  text-align: center;
  color: #f3f4f6;
}

.cid-s1wI6HVEbO {
  padding-top: 45px;
  padding-bottom: 45px;
  border-top-style: dotted;
  border-width: 2px;
  background-color: #0d0d0d;
}

@media (min-width: 992px) {
  .cid-s1wI6HVEbO .mbr-figure {
    padding-left: 4rem;
  }
}

@media (max-width: 992px) {
  .cid-s1wI6HVEbO .mbr-figure {
    padding-top: 1rem;
  }
}

.cid-s1wI6HVEbO .mbr-text {
  color: #cccccc;
}

.cid-rGZx3CeNif {
  background: #232323;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #232323, #000000);
}

.cid-rGZx3CeNif .image-block {
  margin: auto;
}

.cid-rGZx3CeNif figcaption {
  position: relative;
}

.cid-rGZx3CeNif figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media (max-width: 768px) {
  .cid-rGZx3CeNif .image-block {
    width: 100% !important;
    padding: 20px;
  }
}

.cid-rGZwItqjVL div {
  padding: 3px 0;
  background-color: #000000;
  text-align: center;
  font-size: 12px;
  font-align: bottom;
  font-family: 'Be Vietnam', sans-serif;
  color: #ffffff;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}

b,
strong {
  font-weight: bold;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #000000;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

@media (max-width: 767px) {

  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

figure {
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}

.media-container>div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mbr-section-btn {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}


/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}



.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}


/*! Scroll to top arrow */
#scrollToTop a i:before {
  content: "";
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}



.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.jq-selectbox__select {
  padding: 1.07em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.cid-rTBZnk9Tzd {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #000000;
}

.cid-rTBZnk9Tzd .row {
  justify-content: space-between;
  padding: 0 1rem;
}

.cid-rTBZnk9Tzd .container {
  max-width: 1500px;
}

.cid-rTBZnk9Tzd .content-wrapper {
  max-width: 800px;
}

@media (min-width: 767px) {
  .cid-rTBZnk9Tzd .container {
    padding: 0 4rem;
  }
}

.cid-rTBZnk9Tzd .mbr-text,
.cid-rTBZnk9Tzd .mbr-section-btn {
  color: #efeeee;
}

.cid-rTBZnk9Tzd .btn {
  width: -webkit-fill-available;
  margin: 0.4rem !important;
  justify-content: space-between;
}

.cid-rTBZnk9Tzd .btn .mbr-iconfont {
  order: 2;
}

.cid-rTBZnk9Tzd .pt-5 {
  padding-top: 4rem !important;
}

@media (max-width: 922px) {
  .cid-rTBZnk9Tzd .align-left {
    text-align: center;
  }

  .cid-rTBZnk9Tzd .row {
    justify-content: center;
    padding: 0rem;
  }
}

.cid-rmrwLs2js0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}

.cid-rmrwLs2js0 .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}

.cid-rmrwLs2js0 .btn {
  margin: 0 0 .5rem 0;
}

.cid-rmrwLs2js0 H2 {
  text-align: justify;
}

.cid-rmrhh0Y1OY {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}

.cid-rmrhh0Y1OY .mbr-text,
.cid-rmrhh0Y1OY blockquote {
  color: #767676;
  text-align: justify;
}

.cid-rD061Rjh5D {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}

.cid-rD061Rjh5D .mbr-text,
.cid-rD061Rjh5D blockquote {
  color: #767676;
}

.cid-rD061Rjh5D .mbr-text P {
  text-align: justify;
  color: #c1c1c1;
  font-family: 'Raleway', sans-serif;
}

.cid-rtddfTciNs {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #0d0d0d;
}

.cid-rtddfTciNs .mbr-text {
  color: #c0a375;
  margin: 0;
  padding-top: 1.5rem;
  text-align: center;
}

.cid-rtddfTciNs div.b {
  padding-top: 2rem;
}

.cid-rtddfTciNs H5 {
  text-align: center;
  color: #f3f4f6;
}

.cid-s1wI9eSTby {
  padding-top: 45px;
  padding-bottom: 45px;
  border-top-style: dotted;
  border-width: 2px;
  background-color: #0d0d0d;
}

@media (min-width: 992px) {
  .cid-s1wI9eSTby .mbr-figure {
    padding-left: 4rem;
  }
}

@media (max-width: 992px) {
  .cid-s1wI9eSTby .mbr-figure {
    padding-top: 1rem;
  }
}

.cid-s1wI9eSTby .mbr-text {
  color: #cccccc;
}

.cid-rGZy3fqnN9 {
  background: #232323;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #232323, #000000);
}

.cid-rGZy3fqnN9 .image-block {
  margin: auto;
}

.cid-rGZy3fqnN9 figcaption {
  position: relative;
}

.cid-rGZy3fqnN9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media (max-width: 768px) {
  .cid-rGZy3fqnN9 .image-block {
    width: 100% !important;
    padding: 20px;
  }
}

.cid-rGZwItqjVL div {
  padding: 3px 0;
  background-color: #000000;
  text-align: center;
  font-size: 12px;
  font-align: bottom;
  font-family: 'Be Vietnam', sans-serif;
  color: #ffffff;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}

b,
strong {
  font-weight: bold;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #000000;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

@media (max-width: 767px) {

  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

figure {
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}

.media-container>div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mbr-section-btn {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

/*! Scroll to top arrow */
#scrollToTop a i:before {
  content: "";
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}


.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.jq-selectbox__select {
  padding: 1.07em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}


.cid-s1sYt5gp01 .menu-content-top {
  max-width: 1310px;
  margin: auto;
  padding-bottom: 15px;
  padding-top: -5px;
}

.cid-s1sYt5gp01 a {
  font-style: normal;
}

.cid-s1sYt5gp01 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}

.cid-s1sYt5gp01 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}

.cid-s1sYt5gp01 .nav-item:focus,
.cid-s1sYt5gp01 .nav-link:focus {
  outline: none;
}

.cid-s1sYt5gp01 .btn {
  padding: 0.3rem 1.5rem;
  display: inline-flex;
  align-items: center;
}

.cid-s1sYt5gp01 .btn .mbr-iconfont {
  font-size: 1.6rem;
}

.cid-s1sYt5gp01 .menu-logo {
  margin-right: auto;
}

.cid-s0oCUTlkDb {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cid-s0oCUTlkDb .mbr-section-title,
.cid-s0oCUTlkDb .mbr-section-subtitle {
  color: #000000;
}

.cid-s0oCUTlkDb .mbr-section-text {
  color: #232323;
}

.cid-s0oCUTlkDb .mbr-text,
.cid-s0oCUTlkDb .typed-text,
.cid-s0oCUTlkDb .mbr-section-text {
  letter-spacing: 0.03rem;
}

.cid-s0oCUTlkDb .btn {
  margin-left: 4px !important;
}

.cid-s0oCUTlkDb .animated-element {
  color: #c0a375;
}

.cid-s0oCUTlkDb .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #c0a375;
}

.cid-s0oCUTlkDb .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}

@media (max-width: 767px) {

  .cid-s0oCUTlkDb .typed-text,
  .cid-s0oCUTlkDb .mbr-section-subtitle,
  .cid-s0oCUTlkDb .mbr-section-text,
  .cid-s0oCUTlkDb .mbr-section-btn {
    text-align: center !important;
  }
}

.cid-s0oCUTlkDb .mbr-section-subtitle,
.cid-s0oCUTlkDb .typed-text {
  color: #c1c1c1;
}

.cid-s0oCUTlkDb .mbr-section-text,
.cid-s0oCUTlkDb .mbr-section-btn {
  color: #c1c1c1;
}

.cid-s1kSggWf6r.popup-builder {
  background-color: #ffffff;
}

.cid-s1kSggWf6r.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}

.cid-s1kSggWf6r.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}

.cid-s1kSggWf6r .modal-content,
.cid-s1kSggWf6r .modal-dialog {
  height: auto;
}

.cid-s1kSggWf6r .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}

.cid-s1kSggWf6r .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}

.cid-s1kSggWf6r .mbr-text {
  text-align: center;
}

.cid-s1kSggWf6r .pt-0 {
  padding-top: 0 !important;
}

.cid-s1kSggWf6r .pb-0 {
  padding-bottom: 0 !important;
}

.cid-s1kSggWf6r .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

.cid-s1kSggWf6r .modal-open {
  overflow: hidden;
}

.cid-s1kSggWf6r .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.cid-s1kSggWf6r .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.cid-s1kSggWf6r .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

.cid-s1kSggWf6r .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

.cid-s1kSggWf6r .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.cid-s1kSggWf6r .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}

.cid-s1kSggWf6r .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}

.cid-s1kSggWf6r .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}

.cid-s1kSggWf6r .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.cid-s1kSggWf6r .modal-backdrop.fade {
  opacity: 0;
}

.cid-s1kSggWf6r .modal-backdrop.show {
  opacity: .5;
}

.cid-s1kSggWf6r .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}

.cid-s1kSggWf6r .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}

.cid-s1kSggWf6r .modal-header .close:hover {
  opacity: 1;
}

.cid-s1kSggWf6r .modal-header .close:focus {
  outline: none;
}

.cid-s1kSggWf6r .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}

.cid-s1kSggWf6r .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}

.cid-s1kSggWf6r .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}

.cid-s1kSggWf6r .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .cid-s1kSggWf6r .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .cid-s1kSggWf6r .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .cid-s1kSggWf6r .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }

  .cid-s1kSggWf6r .modal-sm {
    max-width: 300px;
  }

  .cid-s1kSggWf6r .container {
    max-width: 540px;
  }
}

@media (min-width: 992px) {

  .cid-s1kSggWf6r .modal-lg,
  .cid-s1kSggWf6r .modal-xl {
    max-width: 800px;
  }

  .cid-s1kSggWf6r .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .cid-s1kSggWf6r .modal-xl {
    max-width: 1140px;
  }

  .cid-s1kSggWf6r .container {
    max-width: 1140px;
  }
}

.cid-s1kSggWf6r .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .cid-s1kSggWf6r .container {
    max-width: 720px;
  }
}

.cid-s1kSggWf6r .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.cid-s1kSggWf6r .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.cid-s1kSggWf6r .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.cid-s1kSggWf6r .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.cid-s1KrXn9jFS {
  margin-top: -100px;
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: transparent;
}

.cid-s1KrXn9jFS .mbr-section-subtitle {
  color: #ffffff;
}

@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }

  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }

  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}

.cid-s1KrXn9jFS .waveWrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.cid-s1KrXn9jFS .waveWrapperInner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  bottom: -1px;
}

.cid-s1KrXn9jFS .bgTop {
  z-index: 15;
  opacity: 0.5;
}

.cid-s1KrXn9jFS .bgMiddle {
  z-index: 10;
  opacity: 0.75;
}

.cid-s1KrXn9jFS .bgBottom {
  z-index: 5;
}

.cid-s1KrXn9jFS .wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}

.cid-s1KrXn9jFS .waveTop {
  background-size: 50% 100px;
}

.cid-s1KrXn9jFS .waveAnimation .waveTop {
  animation: move-wave 3s;
  -webkit-animation: move-wave 3s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.cid-s1KrXn9jFS .waveMiddle {
  background-size: 50% 120px;
}

.cid-s1KrXn9jFS .waveAnimation .waveMiddle {
  animation: move_wave 10s linear infinite;
}

.cid-s1KrXn9jFS .waveBottom {
  background-size: 50% 100px;
}

.cid-s1KrXn9jFS .waveAnimation .waveBottom {
  animation: move_wave 15s linear infinite;
}

.cid-s1JQMzYupm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #020304;
}

.cid-s1JQMzYupm .mbr-section-subtitle {
  color: #ffffff;
}

.cid-s1KeatA5TV {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #020304;
}

.cid-s1KeatA5TV .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}

.cid-s1KeatA5TV .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}

.cid-s1KeatA5TV .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}

.cid-s1KeatA5TV .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}

.cid-s1KeatA5TV .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}

.cid-s1KeatA5TV .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}

@media (max-width: 992px) {
  .cid-s1KeatA5TV .img-item {
    width: 100% !important;
  }

  .cid-s1KeatA5TV .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}

.cid-s1KtYsW5mo {
  margin-top: -100px;
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: transparent;
}

.cid-s1KtYsW5mo .mbr-section-subtitle {
  color: #ffffff;
}

@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }

  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }

  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}

.cid-s1KtYsW5mo .waveWrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.cid-s1KtYsW5mo .waveWrapperInner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  bottom: -1px;
}

.cid-s1KtYsW5mo .bgTop {
  z-index: 15;
  opacity: 0.5;
}

.cid-s1KtYsW5mo .bgMiddle {
  z-index: 10;
  opacity: 0.75;
}

.cid-s1KtYsW5mo .bgBottom {
  z-index: 5;
}

.cid-s1KtYsW5mo .wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}

.cid-s1KtYsW5mo .waveTop {
  background-size: 50% 100px;
}

.cid-s1KtYsW5mo .waveAnimation .waveTop {
  animation: move-wave 3s;
  -webkit-animation: move-wave 3s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.cid-s1KtYsW5mo .waveMiddle {
  background-size: 50% 120px;
}

.cid-s1KtYsW5mo .waveAnimation .waveMiddle {
  animation: move_wave 10s linear infinite;
}

.cid-s1KtYsW5mo .waveBottom {
  background-size: 50% 100px;
}

.cid-s1KtYsW5mo .waveAnimation .waveBottom {
  animation: move_wave 15s linear infinite;
}

.cid-s1Kqdh2Z2g {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}

.cid-s1Kqdh2Z2g .card-item {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.cid-s1Kqdh2Z2g .card-item .card-icon {
  margin-right: 1rem;
  min-width: 4rem;
}

.cid-s1Kqdh2Z2g .card-item .card-icon span {
  font-size: 3rem;
  padding: 0.5rem;
  color: #232323;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}

.cid-s1Kqdh2Z2g .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

@media (min-width: 576px) {
  .cid-s1Kqdh2Z2g .card-item .card-box {
    margin-left: 1rem;
  }
}

@media (max-width: 576px) {
  .cid-s1Kqdh2Z2g .card-item {
    padding: 0 0 1rem !important;
  }

  .cid-s1Kqdh2Z2g .card-item .card-icon span {
    font-size: 3rem;
  }
}

.cid-s1Kqdh2Z2g .card-days {
  background-color: #232323;
  border-radius: 5px;
}

.cid-s1Kqdh2Z2g .card-days .schedule>ul {
  display: block;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}

.cid-s1Kqdh2Z2g .card-days .schedule>ul li {
  border-top: 1px solid;
  padding-top: 10px;
}

.cid-s1Kqdh2Z2g .card-days .schedule>ul li:first-child {
  border-top: none;
}

.cid-s1Kqdh2Z2g .card-days .schedule>ul li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}

.cid-s1Kqdh2Z2g .card-days .schedule>ul li:after {
  display: block;
  content: '';
  clear: both;
}

.cid-s1Kqdh2Z2g .media-cards {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cid-s1Kqdh2Z2g .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #4284df);
}

.cid-s1Kqdh2Z2g .media-container-row img {
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}

.cid-s1Kqdh2Z2g .media-container-row:hover img {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

.cid-s1Kqdh2Z2g .schedule .schedule-item,
.cid-s1Kqdh2Z2g .schedule UL {
  text-align: center;
  font-family: 'Be Vietnam', sans-serif;
}

.cid-s1Kqdh2Z2g .days-subtitle {
  text-align: center;
}

.cid-s1Kqdh2Z2g .days-title {
  text-align: center;
}

.cid-rmzY9KPCFe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../images/background4-1.jpg");
}

@media (min-width: 992px) {
  .cid-rmzY9KPCFe .mbr-figure {
    padding-left: 4rem;
  }
}

@media (max-width: 991px) {
  .cid-rmzY9KPCFe .mbr-figure {
    padding-top: 3rem;
  }
}

.cid-rmzY9KPCFe .mbr-section-title {
  text-align: right;
}

.cid-rmqhTxK970 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}

.cid-rmqhTxK970 h4 {
  font-weight: 500;
  color: #ffffff;
}

.cid-rmqhTxK970 p {
  color: #ffffff;
}

.cid-rmqhTxK970 .card {
  margin-bottom: 2rem;
}

.cid-rmqhTxK970 .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #c0a375;
}

.cid-rmqhTxK970 .card-img span {
  font-size: 100px;
  color: #ffffff;
}

.cid-rmqhTxK970 .card-box {
  padding-bottom: 2rem;
  background-color: #c0a375;
  background: linear-gradient(#c0a375, transparent);
}

.cid-rmqhTxK970 .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}

.cid-rmqhTxK970 .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}

.cid-rmqhTxK970 .card-box .mbr-section-btn {
  padding-top: 1rem;
}

.cid-rmqhTxK970 .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}

.cid-rmqhTxK970 P {
  color: #232323;
}

.cid-rtcXMcJIVU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0d0d0d;
}

.cid-rtcXMcJIVU .mbr-text,
.cid-rtcXMcJIVU blockquote {
  color: #767676;
}

.cid-rtcXMcJIVU .mbr-text P {
  text-align: justify;
  color: #c1c1c1;
  font-family: 'Be Vietnam', sans-serif;
}

.cid-rtcTwKzQUO {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #0d0d0d;
}

.cid-rtcTwKzQUO .mbr-text {
  color: #c0a375;
  margin: 0;
  padding-top: 1.5rem;
  text-align: center;
}

.cid-rtcTwKzQUO div.b {
  padding-top: 2rem;
}

.cid-rtcTwKzQUO H5 {
  text-align: center;
  color: #f3f4f6;
}

.cid-s1wDG0hkxk {
  padding-top: 45px;
  padding-bottom: 45px;
  border-top-style: dotted;
  border-width: 2px;
  background-color: #0d0d0d;
}

@media (min-width: 992px) {
  .cid-s1wDG0hkxk .mbr-figure {
    padding-left: 4rem;
  }
}

@media (max-width: 992px) {
  .cid-s1wDG0hkxk .mbr-figure {
    padding-top: 1rem;
  }
}

.cid-s1wDG0hkxk .mbr-text {
  color: #cccccc;
}

.cid-rGcwPve7zB {
  background: #232323;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #232323, #000000);
}

.cid-rGcwPve7zB .image-block {
  margin: auto;
}

.cid-rGcwPve7zB figcaption {
  position: relative;
}

.cid-rGcwPve7zB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media (max-width: 768px) {
  .cid-rGcwPve7zB .image-block {
    width: 100% !important;
    padding: 20px;
  }
}

.cid-rGZwItqjVL div {
  padding: 3px 0;
  background-color: #000000;
  text-align: center;
  font-size: 12px;
  font-align: bottom;
  font-family: 'Be Vietnam', sans-serif;
  color: #ffffff;
}

.bg-menu-complete {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  height: 70px;
  background-color: #000000d1;
  position: fixed;
}

.margin-90px {
  height: 90px;
}

.margin-150px {
  height: 150px;
}

.row {
  display: flex;
}

.row .col {
  flex: 1;
}

.row .col:last-child {
  margin-left: 1em;
}

/* Accordion styles */
.tabs {
  border-radius: 8px;
  overflow: hidden;
}

.tab {
  width: 100%;
  color: white;
  overflow: hidden;
}

.tab-label {
  display: flex;
  justify-content: space-around;
  padding: 1em;
  background: #c0a375;
  font-weight: bold;
  cursor: pointer;
  border-radius: 50px;
  height: 55px;
  /* Icon */
}

.tab-label:hover {
  background: #a78857;
}

.tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}

.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: transparent;
  transition: all 0.35s;
}

.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}

.tab-close:hover {
  background: #1a252f;
}

.flex-center {
  position: relative;
  padding: 20px;
  max-width: 500px;
  margin: 0 auto;
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.mauticform_wrapper {
  max-width: 600px;
  margin: 10px auto;
}

.mauticform-innerform {
  font-family: 'Be Vietnam', sans-serif;
}

.mauticform-post-success {
  font-family: 'Be Vietnam', sans-serif;
}

.mauticform-name {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 3px;
  font-family: 'Be Vietnam', sans-serif;
}

.mauticform-description {
  margin-top: 2px;
  margin-bottom: 10px;
}

.mauticform-error {
  margin-bottom: 10px;
  color: red;
}

.mauticform-message {
  margin-bottom: 10px;
  color: green;
}

.mauticform-row {
  display: block;
  margin-bottom: 20px;
}

.mauticform-label {
  font-size: 1.1em;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  font-family: 'Be Vietnam', sans-serif;
}

.mauticform-row.mauticform-required .mauticform-label:after {
  color: #e32;
  content: " *";
  display: inline;
}

.mauticform-helpmessage {
  display: block;
  font-size: 0.9em;
  margin-bottom: 3px;
}

.mauticform-errormsg {
  display: block;
  color: red;
  margin-top: 2px;
}

.mauticform-selectbox,
.mauticform-input,
.mauticform-textarea {
  width: 100%;
  padding: 0.5em 0.5em;
  border: 1px solid #CCC;
  background: #fff;
  box-shadow: 0px 0px 0px #fff inset;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: 'Be Vietnam', sans-serif;
}

.mauticform-checkboxgrp-row {}

.mauticform-checkboxgrp-label {
  font-weight: normal;
  font-family: 'Be Vietnam', sans-serif;
}

.mauticform-checkboxgrp-checkbox {}

.mauticform-radiogrp-row {}

.mauticform-radiogrp-label {
  font-weight: normal;
  font-family: 'Be Vietnam', sans-serif;
}

.mauticform-radiogrp-radio {}

.mauticform-button-wrapper .mauticform-button.btn-default,
.mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default {
  color: #5d6c7c;
  background-color: #a18961 !important;
  border-color: #dddddd;
  font-family: 'Be Vietnam', sans-serif;
}

.mauticform-button-wrapper .mauticform-button,
.mauticform-pagebreak-wrapper .mauticform-pagebreak {
  display: inline-block;
  margin: 0 25% 0 25%;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.3856;
  border-radius: 7px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 200px;
  height: 50px;
}

.mauticform-button-wrapper .mauticform-button.btn-default[disabled],
.mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default[disabled] {
  background-color: #ffffff;
  border-color: #dddddd;
  opacity: 0.75;
  cursor: not-allowed;
}

.mauticform-pagebreak-wrapper .mauticform-button-wrapper {
  display: inline;
}

.mauticform-button:hover {
  transition: .3s !important;
  cursor: pointer !important;
  transform: scale(0.95);
  opacity: .9;
  box-shadow: 0 0 20px rgb(187, 187, 187);
  filter: brightness(110%) contrast(110%);
}

.mauticform-button-wrapper .mauticform-button,
.mauticform-pagebreak-wrapper .mauticform-pagebreak:hover a {
  color: white !important;
}

@media (max-width: 390px) {

  .mauticform-button-wrapper .mauticform-button,
  .mauticform-pagebreak-wrapper .mauticform-pagebreak {
    margin: 0 20% 0 20%
  }
}

.img-banner {
  width: 90vw;
  height: 100%;
  margin-right: -20px;
}

@media (max-width: 1150px) {
  .img-banner {
    width: 90vw;
    height: 100%;
    margin-right: -20px;
    transform: scale(120%);
    margin-top: 5%;
  }
}

@media (max-width: 915px) {
  .img-banner {
    transform: scale(150%);
    margin-top: 10%;
  }
}

@media (max-width: 755px) {
  .img-banner {
    transform: scale(175%);
    margin-top: 15%;
  }
}

@media (max-width: 645px) {
  .img-banner {
    transform: scale(190%);
    margin-top: 25%;
  }
}

@media (max-width: 535px) {
  .img-banner {
    transform: scale(200%);
    margin-top: 30%;
  }
}

@media (max-width: 470px) {
  .img-banner {
    transform: scale(297%);
    margin-top: 50%;
  }
}

.ni-hero-bg {
  display: block;
  background-image: url("../../images/norteinvest-banner.webp");
  background-color: black;
  height: 700px;
  background-position: 50% 10%;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.ni-display-flex {
  display: flex;
  width: 100vw;
  justify-content: space-evenly;
  box-sizing: border-box;
}

.ni-title-hero {
  z-index: 100;
  position: relative;
  display: block;
  width: 600px;
  color: white;
  padding: 208px 50px;
  margin-left: 150px;
}

.ni-title-hero p {
  line-height: 25px;
  margin: 20px 0;
}

.ni-space-empty {
  position: relative;
  display: flex;
  width: 600px;
}


@media (max-width: 1200px) {
  .ni-space-empty {
    display: none;
  }

  .ni-title-hero,
  .ni-title-hero p {
    text-align: center;
    margin-left: 0;
  }
}

.capsule-1 {
  margin: 60px 0 60px 0;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 5%;
  justify-content: center;
}

.flex>div {
  flex: 1 350px;
  margin: 30px 5px 30px 5px;
  /* NÃO PODE COLOCAR PADDING AQUI */
}

.flex-min {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  background-color: none;
  margin: 0 auto;
  justify-content: center;
}

.min-box-color-bg {
  display: flex;
  flex-wrap: wrap;
  max-width: 500px;
  margin: 20px;
  padding: 20px;
  justify-content: center;
  background-color: #efefef;
  border-radius: 15px;
}

.title-simple {
  text-align: center;
  margin: 5%;
}

.icon-gps {
  width: 55px;
  height: 55px;
  padding: 5px;
  margin: 10px;
  align-items: center;
  border: solid 1px rgb(187, 187, 187);
  border-radius: 50px;
}

.icon-compartilhar {
  width: auto;
  height: 55px;
  padding: 5px;
  margin: 10px;
  align-items: center;
  border: solid 1px rgb(187, 187, 187);
  border-radius: 15px;
}

.card-map {
  min-width: 320px;
  letter-spacing: -0.1px;
}

.card-map-img {
  width: 95%;
  margin: 10px;
}

.loader {
  background: url(../../images/loader.webp) center center no-repeat white;
}
