body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 4.0625rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 3.1875rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.1rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.9rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- 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.25rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #199bfc !important;
}
.bg-success {
  background-color: #1d8ee2 !important;
}
.bg-info {
  background-color: #1d8ee2 !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #f9f9f9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #199bfc;
  border-color: #199bfc;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-primary:hover {
  background-color: #0381df !important;
  border-color: #0381df !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1d8ee2 !important;
  border-color: #1d8ee2 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1d8ee2;
  border-color: #1d8ee2;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1d8ee2 !important;
  border-color: #1d8ee2 !important;
}
.btn-secondary:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-info,
.btn-info:active {
  background-color: #1d8ee2 !important;
  border-color: #1d8ee2 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1d8ee2;
  border-color: #1d8ee2;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1d8ee2 !important;
  border-color: #1d8ee2 !important;
}
.btn-info:hover {
  background-color: #1772b5 !important;
  border-color: #1772b5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #1d8ee2 !important;
  border-color: #1d8ee2 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1d8ee2;
  border-color: #1d8ee2;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1d8ee2 !important;
  border-color: #1d8ee2 !important;
}
.btn-success:hover {
  background-color: #1772b5 !important;
  border-color: #1772b5 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
  color: #7a7a7a !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #7a7a7a !important;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-danger:hover {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !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: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #199bfc;
  color: #199bfc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #199bfc !important;
  border-color: #199bfc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #1d8ee2;
  color: #1d8ee2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #1d8ee2 !important;
  border-color: #1d8ee2;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d8ee2 !important;
  border-color: #1d8ee2 !important;
}
.btn-secondary-outline:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #1d8ee2;
  color: #1d8ee2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #1d8ee2 !important;
  border-color: #1d8ee2;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1d8ee2 !important;
  border-color: #1d8ee2 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #1d8ee2;
  color: #1d8ee2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #1d8ee2 !important;
  border-color: #1d8ee2;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1d8ee2 !important;
  border-color: #1d8ee2 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #f9f9f9;
  color: #f9f9f9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7a7a7a !important;
  background: #f9f9f9 !important;
  border-color: #f9f9f9;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #199bfc !important;
}
.text-secondary {
  color: #1d8ee2 !important;
}
.text-success {
  color: #1d8ee2 !important;
}
.text-info {
  color: #1d8ee2 !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #f9f9f9 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0264ad !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #115588 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #115588 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #115588 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c6c6c6 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #199bfc !important;
}
.alert-success {
  background-color: #1d8ee2;
}
.alert-info {
  background-color: #1d8ee2;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #f9f9f9;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #199bfc;
  border-color: #199bfc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #199bfc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e2f3ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d2e8f9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d2e8f9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #199bfc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #199bfc;
  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: #199bfc;
  border-bottom-color: #199bfc;
}
.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: #199bfc !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: #1d8ee2 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-t5YZxokoJ6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t5YZxokoJ6 nav.navbar {
  position: fixed;
}
.cid-t5YZxokoJ6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5YZxokoJ6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t5YZxokoJ6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t5YZxokoJ6 .dropdown-item:hover,
.cid-t5YZxokoJ6 .dropdown-item:focus {
  background: #199bfc !important;
  color: white !important;
}
.cid-t5YZxokoJ6 .dropdown-item:hover span {
  color: white;
}
.cid-t5YZxokoJ6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t5YZxokoJ6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t5YZxokoJ6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t5YZxokoJ6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t5YZxokoJ6 .nav-link {
  position: relative;
}
.cid-t5YZxokoJ6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t5YZxokoJ6 .container {
    flex-wrap: nowrap;
  }
}
.cid-t5YZxokoJ6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t5YZxokoJ6 .dropdown-menu,
.cid-t5YZxokoJ6 .navbar.opened {
  background: #ffffff !important;
}
.cid-t5YZxokoJ6 .nav-item:focus,
.cid-t5YZxokoJ6 .nav-link:focus {
  outline: none;
}
.cid-t5YZxokoJ6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t5YZxokoJ6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t5YZxokoJ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t5YZxokoJ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5YZxokoJ6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t5YZxokoJ6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t5YZxokoJ6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t5YZxokoJ6 .navbar.opened {
  transition: all 0.3s;
}
.cid-t5YZxokoJ6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t5YZxokoJ6 .navbar .navbar-logo img {
  width: auto;
}
.cid-t5YZxokoJ6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t5YZxokoJ6 .navbar.collapsed {
  justify-content: center;
}
.cid-t5YZxokoJ6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t5YZxokoJ6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t5YZxokoJ6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-t5YZxokoJ6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t5YZxokoJ6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t5YZxokoJ6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t5YZxokoJ6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t5YZxokoJ6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t5YZxokoJ6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t5YZxokoJ6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t5YZxokoJ6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t5YZxokoJ6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t5YZxokoJ6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t5YZxokoJ6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t5YZxokoJ6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t5YZxokoJ6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t5YZxokoJ6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t5YZxokoJ6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t5YZxokoJ6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t5YZxokoJ6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t5YZxokoJ6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t5YZxokoJ6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t5YZxokoJ6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t5YZxokoJ6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t5YZxokoJ6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t5YZxokoJ6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t5YZxokoJ6 .dropdown-item.active,
.cid-t5YZxokoJ6 .dropdown-item:active {
  background-color: transparent;
}
.cid-t5YZxokoJ6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t5YZxokoJ6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t5YZxokoJ6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t5YZxokoJ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t5YZxokoJ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t5YZxokoJ6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t5YZxokoJ6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t5YZxokoJ6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t5YZxokoJ6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t5YZxokoJ6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t5YZxokoJ6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t5YZxokoJ6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5YZxokoJ6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5YZxokoJ6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t5YZxokoJ6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5YZxokoJ6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t5YZxokoJ6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t5YZxokoJ6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5YZxokoJ6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t5YZxokoJ6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t5YZxokoJ6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t5YZxokoJ6 .navbar {
    height: 70px;
  }
  .cid-t5YZxokoJ6 .navbar.opened {
    height: auto;
  }
  .cid-t5YZxokoJ6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rRIkbRb1Do {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/man-drilling-wood-with-battery-power-drill-2000x1335.jpg");
}
.cid-rRIkbRb1Do .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-rRIkbRb1Do .wrap {
  padding: 0 25px;
}
.cid-rRIkbRb1Do .wrap:before {
  content: '';
  position: absolute;
  width: 820px;
  height: 820px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #80c7fe;
  top: 0px;
  right: 0px;
}
.cid-rRIkbRb1Do .wrap:before {
  content: '';
  position: absolute;
  width: 820px;
  height: 820px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #80c7fe;
  top: 0px;
  left: -100px;
}
.cid-rRIkbRb1Do .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-rRIkbRb1Do .mbr-text {
  margin-bottom: 20px;
}
.cid-rRIkbRb1Do .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-rRIkbRb1Do .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-rRIkbRb1Do .title__block {
    padding: 80px 0;
  }
  .cid-rRIkbRb1Do .container,
  .cid-rRIkbRb1Do .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-rRIkbRb1Do .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-rRIkbRb1Do a.close {
    right: 50px;
    top: 25px;
  }
  .cid-rRIkbRb1Do .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-rRIkbRb1Do .mbr-section-title,
.cid-rRIkbRb1Do .mbr-figure {
  color: #ffffff;
}
.cid-rRIjJzt6Us {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-rRIjJzt6Us .wrap {
  height: 700px;
}
.cid-rRIjJzt6Us .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 10px;
  color: #000000;
}
.cid-rRIjJzt6Us .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-rRIjJzt6Us .parallax__wrap {
  transform: translate3d(0px, -115px, 0px);
  background-position: center center;
  width: 100%;
  backface-visibility: hidden;
  will-change: transform;
}
.cid-rRIjJzt6Us .content__block {
  min-width: 1200px;
  transform: translateX(-45%);
}
.cid-rRIjJzt6Us .group__content {
  padding-bottom: 30px;
  position: relative;
}
.cid-rRIjJzt6Us .parallax__image {
  perspective: 700px;
}
.cid-rRIjJzt6Us .image {
  margin: 0;
  width: 100%;
  height: 230px;
  transition: transform .5s;
}
.cid-rRIjJzt6Us .image:hover {
  transform: rotateX(-10deg);
}
.cid-rRIjJzt6Us .image img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rRIjJzt6Us .minwidth {
  background-image: url("../../../assets/images/conference2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 300px;
}
@media (max-width: 575px) {
  .cid-rRIjJzt6Us .minwidth {
    height: 200px;
  }
}
.cid-rRIjJzt6Us .btn {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .cid-rRIjJzt6Us .push-lg {
    left: 8.33333333%;
  }
  .cid-rRIjJzt6Us .push {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-rRIjJzt6Us .wrap {
    height: auto;
  }
  .cid-rRIjJzt6Us .parallax__wrap {
    transform: translate3d(0px, 0, 0px);
  }
  .cid-rRIjJzt6Us .minwidth {
    margin-bottom: 30px;
  }
}
.cid-t5UkgwkB7j {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
  margin-top: -3px;
  border-bottom: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
}
.cid-t5UkgwkB7j .row {
  flex-direction: row-reverse;
}
.cid-t5UkgwkB7j .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
  background-color: #c3c3c3;
  border: 3px solid #ffffff;
  padding: 2rem;
  border-radius: 20px;
}
.cid-t5UkgwkB7j .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  justify-content: center;
  align-items: center;
}
.cid-t5UkgwkB7j .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-t5UkgwkB7j .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
@media (min-width: 991px) {
  .cid-t5UkgwkB7j .mbr-section-btn {
    margin-left: .5rem;
  }
}
.cid-t5UkgwkB7j .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-t5UkgwkB7j .btn:hover,
.cid-t5UkgwkB7j .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-t5UkgwkB7j .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-t5UkgwkB7j .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-t5UkgwkB7j .btn:hover:before,
.cid-t5UkgwkB7j .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-t5UkgwkB7j .btn-secondary {
  color: #000000 !important;
}
.cid-t5UkgwkB7j .btn-secondary:hover {
  color: #000000 !important;
}
.cid-t5UkgwkB7j .card-title {
  text-align: left;
}
.cid-t5UkgwkB7j .mbr-text {
  text-align: right;
}
.cid-t5UkgwkB7j .card-title,
.cid-t5UkgwkB7j .card-box {
  text-align: center;
}
.cid-t5UkgwkB7j .mbr-title,
.cid-t5UkgwkB7j .mbr-section-btn {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-t5UkgwkB7j .mbr-title,
  .cid-t5UkgwkB7j .mbr-section-btn,
  .cid-t5UkgwkB7j .mbr-text {
    text-align: center;
  }
}
.cid-t5UyF54pZE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t5UyF54pZE .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  border-radius: 6px;
  border: 2px solid #000000;
  transition: all .3s;
  overflow: hidden;
}
.cid-t5UyF54pZE .link {
  padding-top: 30px;
}
.cid-t5UyF54pZE .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-t5UyF54pZE .mbr-text,
.cid-t5UyF54pZE .mbr-section-btn {
  text-align: center;
}
.cid-t5UyF54pZE .item-title {
  text-align: left;
  margin: 0;
  color: #333333;
}
.cid-t5UyF54pZE .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
  text-align: left;
}
.cid-t5UyF54pZE .name {
  color: #808080;
  margin-bottom: 15px;
}
.cid-t5UyF54pZE .item-content {
  padding: 30px;
}
.cid-t5UyF54pZE .names {
  margin-bottom: 10px;
}
.cid-t5UyF54pZE a {
  font-weight: 600 !important;
  display: flex;
  align-items: center;
  bottom: 0;
  padding-bottom: 30px !important;
  text-decoration: underline;
  z-index: 10;
}
.cid-t5UyF54pZE .item-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
  object-fit: cover;
}
.cid-t5UyF54pZE .mbr-iconfont {
  font-size: 1rem;
  margin-top: 3px;
  margin-left: 5px;
}
.cid-t5UyF54pZE .name2 {
  margin-bottom: 15px;
  color: #333333;
}
.cid-t5UyF54pZE img {
  height: 290px;
  object-fit: cover;
}
.cid-t5UyF54pZE .item-wrapper:hover {
  box-shadow: 4px 4px 0 0 #000000;
  transform: translate(-3px, -3px);
}
.cid-t5UyF54pZE a:hover {
  color: #3793f7 !important;
}
.cid-t5UyF54pZE .mbr-textt {
  display: inline;
}
.cid-t5UyF54pZE .item {
  margin-top: 30px;
}
.cid-t5UyF54pZE .item:nth-child(1),
.cid-t5UyF54pZE .item:nth-child(2),
.cid-t5UyF54pZE .item:nth-child(3) {
  margin-top: 0px !important;
}
@media (max-width: 992px) {
  .cid-t5UyF54pZE .features-image:nth-child(3) {
    margin-top: 30px !important;
  }
}
@media (max-width: 768px) {
  .cid-t5UyF54pZE .features-image:nth-child(2) {
    margin-top: 30px !important;
  }
}
.cid-t5UyFOJudo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t5UyFOJudo .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  border-radius: 6px;
  border: 2px solid #000000;
  transition: all .3s;
  overflow: hidden;
}
.cid-t5UyFOJudo .link {
  padding-top: 30px;
}
.cid-t5UyFOJudo .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-t5UyFOJudo .mbr-text,
.cid-t5UyFOJudo .mbr-section-btn {
  text-align: center;
}
.cid-t5UyFOJudo .item-title {
  text-align: left;
  margin: 0;
  color: #333333;
}
.cid-t5UyFOJudo .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
  text-align: left;
}
.cid-t5UyFOJudo .name {
  color: #808080;
  margin-bottom: 15px;
}
.cid-t5UyFOJudo .item-content {
  padding: 30px;
}
.cid-t5UyFOJudo .names {
  margin-bottom: 10px;
}
.cid-t5UyFOJudo a {
  font-weight: 600 !important;
  display: flex;
  align-items: center;
  bottom: 0;
  padding-bottom: 30px !important;
  text-decoration: underline;
  z-index: 10;
}
.cid-t5UyFOJudo .item-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
  object-fit: cover;
}
.cid-t5UyFOJudo .mbr-iconfont {
  font-size: 1rem;
  margin-top: 3px;
  margin-left: 5px;
}
.cid-t5UyFOJudo .name2 {
  margin-bottom: 15px;
  color: #333333;
}
.cid-t5UyFOJudo img {
  height: 290px;
  object-fit: cover;
}
.cid-t5UyFOJudo .item-wrapper:hover {
  box-shadow: 4px 4px 0 0 #000000;
  transform: translate(-3px, -3px);
}
.cid-t5UyFOJudo a:hover {
  color: #3793f7 !important;
}
.cid-t5UyFOJudo .mbr-textt {
  display: inline;
}
.cid-t5UyFOJudo .item {
  margin-top: 30px;
}
.cid-t5UyFOJudo .item:nth-child(1),
.cid-t5UyFOJudo .item:nth-child(2),
.cid-t5UyFOJudo .item:nth-child(3) {
  margin-top: 0px !important;
}
@media (max-width: 992px) {
  .cid-t5UyFOJudo .features-image:nth-child(3) {
    margin-top: 30px !important;
  }
}
@media (max-width: 768px) {
  .cid-t5UyFOJudo .features-image:nth-child(2) {
    margin-top: 30px !important;
  }
}
.cid-t5YY0JDmBa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t5YY0JDmBa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t5YY0JDmBa img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5YY0JDmBa .text-wrapper {
    padding: 2rem;
  }
}
.cid-t5UpqnQusF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-t5UpqnQusF .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-t5UpqnQusF .col-lg-4,
.cid-t5UpqnQusF .col-12 {
  padding: 0 2rem;
}
.cid-t5UpqnQusF .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-t5UpqnQusF .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-t5UpqnQusF .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-t5UpqnQusF .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-t5UpqnQusF .card-title,
.cid-t5UpqnQusF .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-t5UpqnQusF .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-t5UpqnQusF .mbr-section-subtitle {
  color: #6c758f;
}
.cid-t5UpqnQusF .mbr-section-title {
  color: #36187d;
}
.cid-t5Upnsydqp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background: #f8f8f8;
}
.cid-t5Upnsydqp .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #199bfc;
}
.cid-t5Upnsydqp .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-t5Upnsydqp .svg-top {
    width: 1000px;
  }
}
.cid-t5Upnsydqp .google-map {
  height: 35rem;
  position: relative;
}
.cid-t5Upnsydqp .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t5Upnsydqp .google-map [data-state-details] {
  color: #6b6763;
  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-t5Upnsydqp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t5Upnsydqp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t5Upnsydqp .mbr-section-title {
  color: #1a449a;
}
.cid-t5Upnsydqp .mbr-section-subtitle {
  color: #1a449a;
}
.cid-t5UrT72zn8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-t5UrT72zn8 .media-container-row .mbr-text {
  color: #1d8ee2;
}
