body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam';
  font-size: 3.5rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Be Vietnam';
  font-size: 2.4rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Be Vietnam';
  font-size: 0.9rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Be Vietnam';
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Be Vietnam';
  font-size: 1.1rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.81rem !important;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #5758e0 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-primary:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #200960 !important;
  border-color: #200960 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #09021a !important;
  border-color: #09021a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #09021a !important;
  border-color: #09021a !important;
}
.btn-secondary:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !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-danger:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #5758e0;
  color: #5758e0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #5758e0;
  border-color: #5758e0;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #200960;
  color: #200960;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #200960;
  border-color: #200960;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #200960 !important;
  border-color: #200960 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f7ed4a;
  color: #f7ed4a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.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: #333333;
  color: #333333;
}
.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 {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #5758e0 !important;
}
.text-secondary {
  color: #200960 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !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: #adaef0 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3f12bd !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5758e0;
  border-color: #5758e0;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #5758e0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.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;
}
blockquote {
  border-color: #5758e0;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5758e0;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #5758e0;
  border-bottom-color: #5758e0;
}
.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: #ffffff !important;
  background-color: #5758e0 !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: #200960 !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%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  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='%235758e0' %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.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-txKxlGcnhi .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-txKxlGcnhi .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-txKxlGcnhi .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-txKxlGcnhi .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-txKxlGcnhi .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-txKxlGcnhi .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-txKxlGcnhi .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-txKxlGcnhi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-txKxlGcnhi .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-txKxlGcnhi .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-txKxlGcnhi .navbar.collapsed.opened .navbar-collapse.show,
.cid-txKxlGcnhi .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-txKxlGcnhi .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-txKxlGcnhi .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-txKxlGcnhi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-txKxlGcnhi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txKxlGcnhi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txKxlGcnhi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-txKxlGcnhi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txKxlGcnhi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-txKxlGcnhi .navbar {
    flex-wrap: nowrap;
  }
  .cid-txKxlGcnhi .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-txKxlGcnhi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txKxlGcnhi .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-txKxlGcnhi .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-txKxlGcnhi .navbar.opened .navbar-collapse.show,
  .cid-txKxlGcnhi .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-txKxlGcnhi .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-txKxlGcnhi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-txKxlGcnhi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txKxlGcnhi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txKxlGcnhi .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-txKxlGcnhi .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-txKxlGcnhi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txKxlGcnhi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-txKxlGcnhi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-txKxlGcnhi .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-txKxlGcnhi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-txKxlGcnhi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-txKxlGcnhi .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txKxlGcnhi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txKxlGcnhi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txKxlGcnhi .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-txKxlGcnhi .dropdown-item.active,
.cid-txKxlGcnhi .dropdown-item:active {
  background-color: transparent;
}
.cid-txKxlGcnhi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txKxlGcnhi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txKxlGcnhi .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txKxlGcnhi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txKxlGcnhi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txKxlGcnhi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txKxlGcnhi ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-txKxlGcnhi .navbar-buttons {
  text-align: center;
}
.cid-txKxlGcnhi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txKxlGcnhi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-txKxlGcnhi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txKxlGcnhi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txKxlGcnhi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txKxlGcnhi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txKxlGcnhi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txKxlGcnhi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txKxlGcnhi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txKxlGcnhi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txKxlGcnhi .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-txKxlGcnhi a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-txKxlGcnhi a.nav-link:focus {
  outline: none;
}
.cid-txKxlGcnhi .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txKxlGcnhi .nav-link:hover,
.cid-txKxlGcnhi .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txKxlGcnhi .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-txKxlGcnhi .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-txKwRskuQR {
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-txKwRskuQR .mbr-text,
.cid-txKwRskuQR .typed-text,
.cid-txKwRskuQR .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-txKwRskuQR .btn {
  margin-left: 4px !important;
}
.cid-txKwRskuQR .animated-element {
  color: #ffbc00;
}
.cid-txKwRskuQR .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-txKBfgoiM8 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txKBfgoiM8 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-txKBfgoiM8 img {
  border-radius: 8px;
}
@media (min-width: 992px) {
  .cid-txKBfgoiM8 img {
    width: 90%;
    height: 100%;
    object-fit: cover;
  }
}
.cid-txKBfgoiM8 .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-txKBfgoiM8 .mbr-section-subtitle {
  color: #767676;
}
.cid-txKBfgoiM8 .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-txKBfgoiM8 .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-txKBfgoiM8 svg {
  overflow: visible;
}
.cid-txKBfgoiM8 ellipse {
  stroke: #efefef;
  stroke-width: 10px;
}
.cid-txKBfgoiM8 path {
  stroke-width: 10px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-txKBfgoiM8 .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-txKBfgoiM8 .progress1 path {
  stroke: #ff9083;
}
.cid-txKBfgoiM8 .progress2 path {
  stroke: #72dfe9;
}
.cid-txKBfgoiM8 .progress3 path {
  stroke: #33358c;
}
.cid-txKBfgoiM8 .card-text {
  color: #767676;
}
.cid-txKBfgoiM8 .main-sub-title,
.cid-txKBfgoiM8 .align-wrapper {
  color: #33358c;
}
.cid-txKBfgoiM8 .main-text {
  color: #232323;
}
.cid-txXb51iAwC {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #e5e5e5;
}
.cid-txXb51iAwC .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-txXb51iAwC .mbr-figure img {
  height: 500px;
  width: 500px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-txXb51iAwC .mbr-text,
.cid-txXb51iAwC .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-txXb51iAwC img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-txS6Cy0W8t {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-txS6Cy0W8t .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-txS6Cy0W8t .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-txS6Cy0W8t .image-block:hover:before {
  opacity: 0.4;
}
.cid-txS6Cy0W8t .image-block:hover .wrap {
  opacity: 1;
}
.cid-txS6Cy0W8t .image-block:hover img {
  transform: scale(1.05);
}
.cid-txS6Cy0W8t h4 {
  letter-spacing: 2px;
}
.cid-txS6Cy0W8t figcaption {
  position: relative;
}
.cid-txS6Cy0W8t figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-txS6Cy0W8t img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-txS6Cy0W8t .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-txS6Cy0W8t .wrap {
    opacity: 1!important;
  }
  .cid-txS6Cy0W8t .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-txXduUIZR9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txXduUIZR9 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-txXduUIZR9 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-txXduUIZR9 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  transition: all 1s;
}
.cid-txXduUIZR9 .row .img-item img:hover {
  transform: scale(1.1);
}
.cid-txT3nGkKRd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #7f1933;
}
.cid-txT3nGkKRd .row {
  margin: 0;
}
.cid-txT3nGkKRd .container-fluid {
  padding: 0;
}
.cid-txT3nGkKRd p {
  line-height: 1.6;
}
.cid-txT3nGkKRd .img {
  padding: 0;
  width: 100%;
  overflow: hidden;
  max-height: 940px;
}
.cid-txT3nGkKRd .img .big-img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-txT3nGkKRd .rev {
  margin: 0;
  color: #000000;
  text-align: left;
}
.cid-txT3nGkKRd .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 10rem;
  padding-right: 10rem;
}
.cid-txT3nGkKRd .mbr-section-title {
  text-align: left;
}
.cid-txT3nGkKRd .card {
  margin-bottom: 1.5rem;
}
.cid-txT3nGkKRd .card-wrapper {
  width: 100%;
  background: #ffffff;
  color: #232323;
  padding: 0;
  display: flex;
  align-items: stretch;
}
.cid-txT3nGkKRd .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-txT3nGkKRd .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 3rem;
}
.cid-txT3nGkKRd .mbr-iconfont {
  font-size: 1rem;
}
.cid-txT3nGkKRd .ico-line-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-txT3nGkKRd .ico-line {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-txT3nGkKRd .card-title {
  color: #4249cc;
  text-align: left;
}
.cid-txT3nGkKRd .card-img {
  width: auto;
  border-radius: 0;
  display: flex;
  align-items: center;
}
.cid-txT3nGkKRd .card-img img {
  width: 155px;
  max-height: 155px;
  height: 100%;
  object-fit: cover;
}
.cid-txT3nGkKRd .card-box {
  padding: 1rem 1rem;
  width: 100%;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txT3nGkKRd .mbr-section-title,
.cid-txT3nGkKRd .line-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-txT3nGkKRd .card-box,
.cid-txT3nGkKRd .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-txT3nGkKRd .text,
.cid-txT3nGkKRd .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 1400px) {
  .cid-txT3nGkKRd .content {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
@media (max-width: 1200px) {
  .cid-txT3nGkKRd .content {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-txT3nGkKRd .big-img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-txT3nGkKRd .content {
    padding: 3rem;
  }
  .cid-txT3nGkKRd .card-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-txT3nGkKRd .card-img {
    width: 100%;
  }
}
.cid-txT5ZgULBZ {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/illuminated-petrochemical-industry-in-the-dark-a3fchtp-2000x1000.jpg");
}
.cid-txT5ZgULBZ .card-wrapper {
  z-index: 3;
}
.cid-txT5ZgULBZ .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-txT5ZgULBZ:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-txT5ZgULBZ .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-txT5ZgULBZ .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-txT5ZgULBZ H2 {
  text-align: center;
}
.cid-txT7nMMSqj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txT7nMMSqj .card-img {
  position: relative;
  overflow: hidden;
}
.cid-txT7nMMSqj section {
  position: relative;
}
.cid-txT7nMMSqj a {
  font-weight: 600;
}
.cid-txT7nMMSqj .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-txT7nMMSqj .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #7f1933;
}
.cid-txT7nMMSqj .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-txT7nMMSqj .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-txT7nMMSqj .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-txT7nMMSqj .card-wrapper {
  height: 100%;
}
.cid-txT7nMMSqj .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-txT7nMMSqj .card-wrapper:hover .card-title a {
  color: #200960 !important;
}
.cid-txT7nMMSqj .text {
  color: #ffffff;
}
.cid-txT7nMMSqj .card-title {
  color: #36404c;
}
.cid-txT7nMMSqj .title {
  text-align: center;
}
.cid-txTagIHRIr {
  background-image: url("../../../assets/images/investigador-laboratorio-vidrio-tubos-ensayo-quimicos-liquido-analisis-2000x1333.jpg");
}
.cid-txTagIHRIr .mbr-section-title,
.cid-txTagIHRIr .mbr-section-subtitle {
  color: #000000;
}
.cid-txTagIHRIr .mbr-section-text {
  color: #232323;
}
.cid-txTagIHRIr .mbr-text,
.cid-txTagIHRIr .typed-text,
.cid-txTagIHRIr .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-txTagIHRIr .btn {
  margin-left: 4px !important;
}
.cid-txTagIHRIr .animated-element {
  color: #1dc9cb;
}
.cid-txTagIHRIr .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #1dc9cb;
}
.cid-txTagIHRIr .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-txTagIHRIr .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-txTagIHRIr .typed-text,
  .cid-txTagIHRIr .mbr-section-subtitle,
  .cid-txTagIHRIr .mbr-section-text,
  .cid-txTagIHRIr .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-txXfiYozlp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-txXfiYozlp {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-txXfiYozlp .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-txXfiYozlp .box {
  background-size: cover;
  background-position: center;
  height: 350px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txXfiYozlp .bg1 {
  background-image: url("../../../assets/images/screenshot-2023-03-08-at-4.34.21-p.m.-410x563.png");
}
.cid-txXfiYozlp .bg2 {
  background-image: url("../../../assets/images/screenshot-2023-03-08-at-4.34.33-p.m.-406x575.png");
}
.cid-txXfiYozlp .icon-wrap {
  background-color: #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-txXfiYozlp .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-txXfiYozlp .icon-wrap span {
  padding-left: 8px;
}
.cid-txXfiYozlp .mbr-media span {
  font-size: 38px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #b06e6e !important;
}
.cid-txXfiYozlp .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-txXfiYozlp .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-txXfiYozlp .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-txXfiYozlp .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-txXfiYozlp a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-txXfiYozlp a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-txXfiYozlp {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-txXfiYozlp .box {
    height: 250px;
  }
}
.cid-txXfiYozlp .mbr-fallback-image.disabled {
  display: none;
}
.cid-txXfiYozlp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txTeq5GptA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #7f1933;
}
.cid-txTeq5GptA .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-txTeq5GptA input,
.cid-txTeq5GptA textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-txTeq5GptA input:focus,
.cid-txTeq5GptA textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-txTeq5GptA .form-control,
.cid-txTeq5GptA .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-txTeq5GptA .form-control:hover,
.cid-txTeq5GptA .field-input:hover,
.cid-txTeq5GptA .form-control:focus,
.cid-txTeq5GptA .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-txTeq5GptA input::-webkit-input-placeholder,
.cid-txTeq5GptA textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-txTeq5GptA input:-moz-placeholder,
.cid-txTeq5GptA textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-txTeq5GptA .jq-selectbox li,
.cid-txTeq5GptA .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-txTeq5GptA .jq-selectbox li:hover,
.cid-txTeq5GptA .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-txTeq5GptA .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-txTeq5GptA .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-txTeq5GptA img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-txTeq5GptA .mbr-form {
  max-width: 450px;
}
.cid-txTeq5GptA textarea {
  min-height: 150px;
}
.cid-txTeq5GptA .mbr-text {
  color: #cccccc;
}
.cid-txTeq5GptA .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-txTeq5GptA .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-txTeIF8Aqi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
