
.btn {
  border-width: 0;
}
.display-sss {
  font-size: 0.9rem;
}
.display-ss {
  font-size: 1rem;
  line-height: 1.6;
}
.display-s {
  font-family: 'Roboto', 'Open Sans', sans-serif, 'Noto Sans SC';
  font-size: 0.82rem;
  line-height: 0.943rem;
}
/* Buttons */
.btn {
  padding: 1rem 2.2rem;
  border-radius: 6px;
}
.btn-sm {
  padding: 0.4rem 1.1rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.5rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #66a0c0 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #c6bf4f !important;
}
.bg-danger {
  background-color: #084363 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #66a0c0 !important;
  border-color: #66a0c0 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #3c7493 !important;
  border-color: #3c7493 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3c7493 !important;
  border-color: #3c7493 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2e3134 !important;
  /**border-color: #25282b !important;**/
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #757575 !important;
  /**border-color: #525252 !important;**/
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #474747 !important;
  /**border-color: #525252 !important;**/
}
.btn-info,
.btn-info:active {
  background-color: #8397a3 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #425868 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #084363 !important;
  border-color: #084363 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #020d13 !important;
  border-color: #020d13 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #020d13 !important;
  border-color: #020d13 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #66a0c0;
  color: #66a0c0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #3c7493 !important;
  background-color: transparent!important;
  border-color: #3c7493 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #66a0c0 !important;
  border-color: #66a0c0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #25282b;
  color: #25282b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #25282b !important;
  border-color: #25282b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #084363;
  color: #084363;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #020d13 !important;
  background-color: transparent!important;
  border-color: #020d13 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #084363 !important;
  border-color: #084363 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #66a0c0 !important;
}
.text-secondary {
  color: #373c40 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #084363 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #414141 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #386c88 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000305 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
.nav-tabs .nav-link.active {
  color: #66a0c0;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #084363;
}
.mbr-gallery-filter li.active .btn {
  background-color: #66a0c0;
  border-color: #66a0c0;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #66a0c0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c0d8e5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #1293d9;
}
/* Scroll to top button*/
.form-control {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #66a0c0 !important;
}
.form-control:-webkit-input-placeholder {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #66a0c0;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #66a0c0;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #66a0c0;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #66a0c0;
  border-bottom-color: #66a0c0;
}
.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: #66a0c0 !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: #25282b !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='%2366a0c0' %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;
}
p {
   text-align: justify;
   white-space: Pre-line;
   word-wrap: break-word;
}
.mbr-text { 
  line-height: 1.43;
}
.cid-sIT3VuLVxo {
  z-index: 1000;
  width: 100%;
}
.cid-sIT3VuLVxo nav.navbar {
  position: fixed;
}
.cid-sIT3VuLVxo a {
  font-weight: 300 !important;
}
.cid-sIT3VuLVxo .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-sIT3VuLVxo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sIT3VuLVxo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sIT3VuLVxo .dropdown-item:hover,
.cid-sIT3VuLVxo .dropdown-item:focus {
  background: #66a0c0 !important;
  color: white !important;
}
.cid-sIT3VuLVxo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sIT3VuLVxo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sIT3VuLVxo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.268em !important;
}
.cid-sIT3VuLVxo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sIT3VuLVxo .container {
  display: flex;
  margin: auto;
}
.cid-sIT3VuLVxo .dropdown-menu,
.cid-sIT3VuLVxo .navbar.opened {
  background: #181818 !important;
}
.cid-sIT3VuLVxo .nav-item:focus,
.cid-sIT3VuLVxo .nav-link:focus {
  outline: none;
}
.cid-sIT3VuLVxo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sIT3VuLVxo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sIT3VuLVxo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sIT3VuLVxo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sIT3VuLVxo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sIT3VuLVxo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.225em 1.5em 0.225em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sIT3VuLVxo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 0px solid transparent;
  background: rgba(19, 19, 19, 0.68);
}
.cid-sIT3VuLVxo .navbar.opened {
  transition: all 0.3s;
}
.cid-sIT3VuLVxo .navbar .dropdown-item {
  padding: 0.5rem 1.3rem;
  white-space: Pre-line;
  word-wrap: break-word;
  line-height: 1.3;
}
.cid-sIT3VuLVxo .navbar .navbar-logo img {
  width: auto;
}
.cid-sIT3VuLVxo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sIT3VuLVxo .navbar.collapsed {
  justify-content: center;
}
.cid-sIT3VuLVxo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sIT3VuLVxo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sIT3VuLVxo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-sIT3VuLVxo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sIT3VuLVxo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sIT3VuLVxo .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-sIT3VuLVxo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sIT3VuLVxo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sIT3VuLVxo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 1024px) {
  .cid-sIT3VuLVxo .icons-menu  {  /**tau**/
    margin-top: 1rem;
    margin-bottom: 1.3rem; 
  }
  .cid-sIT3VuLVxo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sIT3VuLVxo .navbar.opened .dropdown-menu {
    top: 0;
    padding-bottom: 0.9rem; /**tau**/
  }
  .cid-sIT3VuLVxo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sIT3VuLVxo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sIT3VuLVxo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 1.1rem;  /** tau **/
    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-sIT3VuLVxo .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-sIT3VuLVxo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sIT3VuLVxo .navbar .dropdown-menu .dropdown-item {
    padding: 0.5rem 1.68rem !important;
    text-align: center;
  }
  .cid-sIT3VuLVxo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
  }
  .cid-sIT3VuLVxo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sIT3VuLVxo .navbar .icons-menu {
    padding-left: 0rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sIT3VuLVxo .navbar.navbar-short {
  min-height: 66px;
}
.cid-sIT3VuLVxo .navbar.navbar-short .navbar-logo img {
  height: 2.86rem !important;
}
.cid-sIT3VuLVxo .navbar.navbar-short .navbar-brand {
  min-height: 66px;
  padding: 0;
}
.cid-sIT3VuLVxo .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-sIT3VuLVxo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sIT3VuLVxo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sIT3VuLVxo .dropdown-item.active,
.cid-sIT3VuLVxo .dropdown-item:active {
  background-color: transparent;
}
.cid-sIT3VuLVxo .navbar-expand-lg .navbar-nav {
  padding: 0;
}
.cid-sIT3VuLVxo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.3em;
}
.cid-sIT3VuLVxo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 1rem;
  padding: 0.667em 1.3em;
}
.cid-sIT3VuLVxo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #181818;
}
.cid-sIT3VuLVxo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sIT3VuLVxo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sIT3VuLVxo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sIT3VuLVxo .navbar-buttons {
  text-align: center;
  min-width: 150px;
}
.cid-sIT3VuLVxo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sIT3VuLVxo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sIT3VuLVxo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sIT3VuLVxo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIT3VuLVxo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIT3VuLVxo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sIT3VuLVxo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIT3VuLVxo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sIT3VuLVxo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sIT3VuLVxo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIT3VuLVxo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sIT3VuLVxo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.cid-sIT3VuLVxo .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-sIT3VuLVxo .navbar {
    height: 70px;
  }
  .cid-sIT3VuLVxo .navbar.opened {
    height: auto;
  }
  .cid-sIT3VuLVxo .nav-item .nav-link:hover::before {
    width: 155%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIT3VuLVxo .mbr-text {
  color: #fff;
}
.cid-sIT3VuLVxo .link-language:first-child {
  margin-right: 0 !important;
}
.cid-sIT3VuLVxo .link-language:last-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.cid-sIT3VuLVxo .nav-link {
  position: relative;
}
.cid-sIT3VuLVxo .nav-item {
  margin: 0 6px;
}
.cid-sIT3VuLVxo .nav-item:first-child {
  margin-left: 50px;
}
@media (max-width: 1200px) {
  .cid-sIT3VuLVxo .nav-item:first-child {
    margin-left: 6px;
  }
}
.cid-sIT3VuLVxo .nav-item:last-child {
  text-align: center;
}
.cid-sIT3VuLVxo .text-white {
  color: #fff !important;
}
.cid-sIT3VuLVxo .nav-button {
  padding: .5rem 1rem;
}

/** memu fixed**/
.cid-sZpdxFvsg6 {
  z-index: 1000;
  width: 100%;
}
.cid-sZpdxFvsg6 nav.navbar {
  position: fixed;
}
.cid-sZpdxFvsg6 .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-sZpdxFvsg6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sZpdxFvsg6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 0.5em !important;
}
.cid-sZpdxFvsg6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sZpdxFvsg6 .nav-link {
  position: relative;
}
.cid-sZpdxFvsg6 .container {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border: 0px solid #ff0000;
}
.cid-sZpdxFvsg6 .iconfont-wrapper {
  color: #ffffff !important;
  padding-right: .5rem;
}
.cid-sZpdxFvsg6 .dropdown-menu,
.cid-sZpdxFvsg6 .navbar.opened {
  /** background: #1d1e22 !important; **/
  background: rgba(19, 30, 34, 0.93)!important;
}
.cid-sZpdxFvsg6 .nav-item:focus,
.cid-sZpdxFvsg6 .nav-link:focus {
  outline: none;
}
.cid-sZpdxFvsg6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sZpdxFvsg6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sZpdxFvsg6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sZpdxFvsg6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sZpdxFvsg6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sZpdxFvsg6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.4em 0.235em 1.4em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sZpdxFvsg6 .navbar {
  /** margin-top: 0; **/
  padding-bottom: 6px !important;
  padding-top: 6px !important;
  min-height: 70px;
  transition: all .3s;
  border-bottom: 0px solid transparent;
  background: rgba(19, 19, 19, 0.62);
  /** background: rgba(31, 30, 34, 0.91); **/
}
.cid-sZpdxFvsg6 .navbar .container {
  transition: all .3s;
}
.cid-sZpdxFvsg6 .navbar.opened {
  transition: all .3s;
}
.cid-sZpdxFvsg6 .navbar .dropdown-item {
  padding: .5rem 1.1rem;
  border-bottom: 1px solid #d5d5d5;
  white-space: Pre-line;
  word-wrap: break-word;
  line-height: 1.3;
}
.cid-sZpdxFvsg6 .dropdown-item:hover,
.cid-sZpdxFvsg6 .dropdown-item:focus {
  background: #66a0c0 !important;
  color: white !important;
}
.cid-sZpdxFvsg6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sZpdxFvsg6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sZpdxFvsg6 .navbar .navbar-logo img {
  width: auto;
}
.cid-sZpdxFvsg6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sZpdxFvsg6 .navbar.collapsed {
  justify-content: center;
}
.cid-sZpdxFvsg6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sZpdxFvsg6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sZpdxFvsg6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
  .cid-sZpdxFvsg6 .ml-n30 {  /** CT CS **/
    margin-left: -30px;
  }
  .cid-sZpdxFvsg6 .ml-n50 {  /** EN **/
    margin-left: -50px;
  }
}
.cid-sZpdxFvsg6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sZpdxFvsg6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sZpdxFvsg6 .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-sZpdxFvsg6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sZpdxFvsg6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .5rem 1.3rem;
  text-align: center;
}
.cid-sZpdxFvsg6 .icons-menu {
  margin-top: -0.3 rem;
}
.cid-sZpdxFvsg6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 1024px) {
  .cid-sZpdxFvsg6 .icons-menu  {  /** tau **/
    margin-top: 0rem;
    margin-bottom: 1.3rem; 
  }
  .cid-sZpdxFvsg6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sZpdxFvsg6 .navbar.opened .dropdown-menu {
    top: 0;
    padding-bottom: 0.9rem; /** tau **/
  }
  .cid-sZpdxFvsg6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sZpdxFvsg6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sZpdxFvsg6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 1.5rem;   /** tau **/
    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-sZpdxFvsg6 .navbar .navbar-logo {
    max-width: 170px;
  }
  .cid-sZpdxFvsg6 .navbar .navbar-logo img {
    max-width: 100%;
    height: 4rem !important;
  }
  .cid-sZpdxFvsg6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sZpdxFvsg6 .navbar .dropdown-menu .dropdown-item {
    padding: .6rem 1.3rem !important;
    text-align: center;
  }
  .cid-sZpdxFvsg6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;   /** tau **/
  }
  .cid-sZpdxFvsg6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sZpdxFvsg6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sZpdxFvsg6 .navbar.navbar-short {
  /**margin-top: 20px;
  background-color: transparent;**/
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  min-height: 60px;
  background: rgba(19, 19, 19, 1);
}
@media (max-width: 1024px) {
  .cid-sZpdxFvsg6 .navbar.navbar-short {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.cid-sZpdxFvsg6 .navbar.navbar-short .container {
  /**background-color: #1d1e22;**/
}
@media (max-width: 1024px) {
  .cid-sZpdxFvsg6 .navbar.navbar-short .container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}
.cid-sZpdxFvsg6 .navbar.navbar-short .navbar-logo img {
  height:  2.86rem !important;
}
.cid-sZpdxFvsg6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sZpdxFvsg6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0px 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sZpdxFvsg6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sZpdxFvsg6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sZpdxFvsg6 .dropdown-item.active,
.cid-sZpdxFvsg6 .dropdown-item:active {
  background-color: transparent;
}

.cid-sZpdxFvsg6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sZpdxFvsg6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sZpdxFvsg6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sZpdxFvsg6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(31, 30, 34, 0.9);
}
.cid-sZpdxFvsg6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sZpdxFvsg6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu .mt-n60 {  /** tau **/
  margin-top: -60px;
}
.cid-sZpdxFvsg6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu .mt-n120 {  /** tau CT **/
  margin-top: -120px;
}
.cid-sZpdxFvsg6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu .mt-n260 {  /** tau  EN **/ 
  margin-top: -260px;
}
.cid-sZpdxFvsg6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu .mt-n320 {  /** tau  EN **/ 
  margin-top: -320px;
}
.cid-sZpdxFvsg6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu .mt-n400 {  /** tau  EN **/ 
  margin-top: -400px;
}
.cid-sZpdxFvsg6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu .mt-n480 {  /** tau  EN **/ 
  margin-top: -480px;
}
.cid-sZpdxFvsg6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sZpdxFvsg6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sZpdxFvsg6 .navbar-buttons {
  text-align: center;
}
.cid-sZpdxFvsg6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sZpdxFvsg6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sZpdxFvsg6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sZpdxFvsg6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sZpdxFvsg6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sZpdxFvsg6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sZpdxFvsg6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sZpdxFvsg6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sZpdxFvsg6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sZpdxFvsg6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sZpdxFvsg6 .navbar-dropdown {
  width: 100%;
  padding: 0 0.5rem;
  position: fixed;
}
.cid-sZpdxFvsg6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sZpdxFvsg6 .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-sZpdxFvsg6 .navbar {
    height: 70px;
  }
  .cid-sZpdxFvsg6 .navbar.opened {
    height: auto;
  }
  .cid-sZpdxFvsg6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.bg-submenu {
  background-color: rgba(0, 109, 162, 0.6) !important;
}

.bg-submenu2 {
  background-color: rgba(119, 167, 202, 0.6) !important;
}

@media (max-width: 576px) {
  .cid-sZpdxFvsg6 .navbar,
  .cid-sZpdxFvsg6 .navbar.navbar-short .container {
    padding-left:  20px;
    padding-right: 20px;
  }
}
/** menu fixed end **/


.cid-sTWc2In6Hf {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
}
.cid-sTWc2In6Hf .carousel {
  width: 100%;
}
.cid-sTWc2In6Hf .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-sTWc2In6Hf .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-sTWc2In6Hf .carousel-caption {
  bottom: 68px;
}
.cid-sTWc2In6Hf .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sTWc2In6Hf .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sTWc2In6Hf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sTWc2In6Hf .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sTWc2In6Hf .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sTWc2In6Hf .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sTWc2In6Hf .container .carousel-indicators {
  margin-bottom: 5px;
}
.cid-sTWc2In6Hf .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sTWc2In6Hf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sTWc2In6Hf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sTWc2In6Hf .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-sTWc2In6Hf .carousel-indicators {
  position: absolute;
  bottom: 1.3rem;
  margin-bottom: 1.5rem !important;
}
.cid-sTWc2In6Hf .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sTWc2In6Hf .carousel-indicators li.active,
.cid-sTWc2In6Hf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sTWc2In6Hf .carousel-indicators li::after,
.cid-sTWc2In6Hf .carousel-indicators li::before {
  content: none;
}
.cid-sTWc2In6Hf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 1024px) {
  .cid-sTWc2In6Hf .carousel-indicators {
    /**display: none !important;**/
  }
}
.cid-sTWc2In6Hf H5 {
  color: #ffffff;
}
.cid-sTWc2In6Hf P {
  color: #edeff0;
}
.cid-sU2aDc3A9l {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f4f4f4;
}
.cid-sU2aDc3A9l .date {
  padding: 1rem;
  color: #fff;
  background-color: #05283b;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-sU2aDc3A9l .date {
    padding: 1rem;
  }
}
.cid-sU2aDc3A9l .mbr-section-title {
  margin: 0;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-sU2aDc3A9l .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-sU2aDc3A9l .card-title {
  margin-top: 10px;
  line-height: 1.1;
}
.cid-sU2aDc3A9l .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
}
.cid-sU2aDc3A9l .news-item {
  text-decoration: none;
}
.cid-sU2aDc3A9l .news-item:hover {
  /**cursor: pointer;**/
}
@media (max-width: 600px) {
  .cid-sU2aDc3A9l .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
  .cid-sU2aDc3A9l .mbr-text {
    display: none;
  }
}
.cid-sU2aDc3A9l .mbr-text {
  margin-top: 10px;
  line-height: 1.3;
}
.cid-sU2aDc3A9l .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sU2aDc3A9l .news-content {
    padding: 1.5rem;
  }
}

.sXIigESyhQ-bg1 {
  width: 100%;
  padding: 25px 30px;
  background-color: #f3f3f1;
}
.sXIigESyhQ-bg2 {
  width: 100%;
  padding: 25px 30px;
  background-color: #e6e6e1;
}
.cid-sXIigESyhQ {
  padding-top: 40px;
  padding-bottom: 30px;
}
.cid-sXIigESyhQ .container {
  padding-left: 15px;
}
.cid-sXIigESyhQ .mbr-section-title {
  color: #006595;
  margin-bottom: 1rem;
}
.cid-sXIigESyhQ .mbr-section-subtitle {
  color: #4f4f4f;
  margin-bottom: 1rem;
}
.cid-sXIigESyhQ .btn {
  margin: 0px !important;
}
.cid-sXIigESyhQ .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sXIigESyhQ .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sXIigESyhQ .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sXIigESyhQ .carousel-item .wrap-img {
  text-align: center;
}
.cid-sXIigESyhQ .carousel-item .wrap-img img {
  max-height: 288px;
  width: auto;
  max-width: 100%;
}
.cid-sXIigESyhQ .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sXIigESyhQ .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sXIigESyhQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-sXIigESyhQ .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-sXIigESyhQ .second-col {
    padding-top: 2rem;
  }
}
.cid-sXIipEOCZA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sXIipEOCZA .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sXIipEOCZA .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sXIipEOCZA .btn {
  margin: 0px !important;
}
.cid-sXIipEOCZA .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sXIipEOCZA .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sXIipEOCZA .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sXIipEOCZA .carousel-item .wrap-img {
  text-align: center;
}
.cid-sXIipEOCZA .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-sXIipEOCZA .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sXIipEOCZA .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sXIipEOCZA .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-sXIipEOCZA .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-sXIipEOCZA .second-col {
    padding-top: 2rem;
  }
}
.cid-sX31UHFm2C {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sX31UHFm2C .features-button {
  line-height: 1.72;
  font-weight: 300;
}
@media (max-width: 768px) {
  .cid-sX31UHFm2C .features-button {
    width: 100%;
  }
}
.cid-sX31UHFm2C .image {
  width: 50%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-sX31UHFm2C .image {
    align-self: center;
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-sX31UHFm2C .image-1 {
  border-radius: 10px;
}
@media (min-width: 992px) {
  .cid-sX31UHFm2C .image-1 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
  }
}
.cid-sX31UHFm2C .image-2 {
  border-radius: 10px;
}
@media (min-width: 992px) {
  .cid-sX31UHFm2C .image-2 {
    border-top-right-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
.cid-sX31UHFm2C .features-container {
  background-color: #edeff0;
  padding: 1rem;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .cid-sX31UHFm2C .features-container {
    padding: 3rem;
  }
}
.cid-sX31UHFm2C .mbr-section-subtitle {
  line-height: 1.2;
}
.cid-sX31UHFm2C .mbr-text {
  line-height: 1.72;
}
.cid-sX31UHFm2C .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-sX31UHFm2C .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-sX31UHFm2C .investment-item {
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-sX31UHFm2C .investment-item {
    padding: 3rem;
  }
}
.cid-sIT4cNka67 {
  padding-top: 2.2rem;
  padding-bottom: 1.3rem;
  background-color: #181818;
}
.cid-sIT4cNka67 .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-sIT4cNka67 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sIT4cNka67 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-sIT4cNka67 .list {
    margin-bottom: 30px;
  }
}
.cid-sIT4cNka67 .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-sIT4cNka67 .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-sIT4cNka67 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sIT4cNka67 .copyright {
  color: #868c90;
}
.cid-sIT4cNka67 .mbr-section-subtitle {
  color: #868c90;
}
@media (max-width: 576px) {
  .cid-sIT4cNka67 .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-sIT4cNka67 .footer {
  padding-top: 18px;
  padding-bottom: 8px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-sIT4cNka67 .footer {
    padding-top: 0px;
    padding-bottom: 5px;
    border-top: 0px solid #868c90;
  }
}
@media (max-width: 767px) {
  .cid-sIT4cNka67 .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-sIT4cNka67 .footer-logo {
    margin: 0 auto;
    padding-bottom: 1.3rem;
  }
}
.cid-sIT4cWiAUl {
  margin-top: -5px;
  padding-top: 10px;
  padding-bottom: 13px;
  background-color: #181818;
}
.cid-sIT4cWiAUl .phone-number {
  color: #ffffff;
  font-weight: 400;
}
 .cid-sIT4cWiAUl .copy-top {
    justify-content: right;
    padding-top: 5px;
    text-align: right;
}
.cid-sIT4cWiAUl .copy-title {
    font-size: 1rem;
 }
.cid-sIT4cWiAUl .footer-info {
    text-align: left;
    padding-left: 13px;
}
.cid-sIT4cWiAUl .social-list {
    padding-top:  5px;
    justify-content: flex-end; /** tau, flex-end **/
}
@media (max-width: 576px) {
   .cid-sIT4cWiAUl .footer-info {
    text-align: center;
  }
  .cid-sIT4cWiAUl .social-list {
    justify-content: center;
    padding-top: 10px;
  }
  .cid-sIT4cWiAUl .copy-top {
    justify-content: center;
    text-align: center;
    padding-top: 8px;
  }
}
.cid-sIT4cWiAUl .soc-item {
  margin-right: 13px;
}
.cid-sIT4cWiAUl .soc-item:last-child {
  margin-left: 0;
}
.cid-sIT4cWiAUl .socicon {
  color: #ffffff;
  font-size: 20px;
}
.cid-sIT4cWiAUl .mbr-text {
  font-weight: 400;
}

.cid-sVxhS5LqLL {
  padding-top: 90px;
  padding-bottom: 0px;
  /**background-image: url("../../../assets/images/dan-cristian-padure-iedbsqqxhyk-unsplash-2000x1539.jpg");**/
}
.cid-sVxhS5LqLL .mbr-section-title {
  letter-spacing: .05em;
}
.cid-sVxhS5LqLL .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sVxhS5LqLL .card-img span {
  font-size: 0px;
}
.cid-sVxhS5LqLL .mbr-text,
.cid-sVxhS5LqLL .mbr-section-btn {
  color: #efefef;
}
/** about **/

.cid-sWdmVuSxrZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sWdmVuSxrZ .wrapper {
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 2rem;
  margin: 0 auto;
}
.cid-sWdmVuSxrZ .wrapper p {
  text-align: justify;
}
@media (min-width: 992px) {
  .cid-sWdmVuSxrZ .wrapper {
    padding: 2.5rem 3rem;
  }
}
.cid-sWdmVuSxrZ .mbr-text {
  line-height: 1.72;
  color: #304654;
}
@media (max-width: 767px) {
  .cid-sWdmVuSxrZ .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-sWdmVuSxrZ .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
  color: #25282b;
}
@media (max-width: 992px) {
  .cid-sWdmVuSxrZ .mbr-section-title {
    margin-bottom: 2rem;
  }
}

.cid-sWdm5fFzLs {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-sWdm5fFzLs .wrapper {
  background-color: #f4f4f4;
  position: relative;
  border-radius: 10px;
  margin: 0 auto;
}
.cid-sWdm5fFzLs .wrapper img {
  border-radius: 20px;
}
@media (max-width: 991px) {
  .cid-sWdm5fFzLs .wrapper {
    padding: 1.3rem;
  }
}
@media (min-width: 992px) {
  .cid-sWdm5fFzLs .wrapper {
    padding: 3rem 4rem  5rem 4rem;
  }
}
@media (max-width: 768px) {
  .cid-sWdm5fFzLs .d-flex p {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sWdm5fFzLs .d-flex {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sWdm5fFzLs .d-flex {
    padding: 2rem 6rem;
  }
  .cid-sWdm5fFzLs .d-flex p {
    position: relative;
  }
  .cid-sWdm5fFzLs .d-flex p:not(:last-child)::after {
    content: "|";
    position: absolute;
    font-size: .8rem;
    top: .1rem;
    margin-left: .9rem;
  }
}
.cid-sWdm5fFzLs .btn-black {
  margin-right: 35px;
  position: relative;
  border-radius: 20px;
  padding: 2rem 4rem 2rem 1.5rem;
  transition: all .3s;
  transform-style: preserve-3d;
}
@media (max-width: 768px) {
  .cid-sWdm5fFzLs .btn-black {
    width: 100%;
    padding: 2rem 1rem;
  }
  .cid-sWdm5fFzLs .btn-black::after,
  .cid-sWdm5fFzLs .btn-black::before {
    display: none;
  }
}
.cid-sWdm5fFzLs .btn-black::before {
  position: absolute;
  background-color: #ff6a61;
  content: "";
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transition: all .3s;
  left: 0;
  transform: translateZ(-1px);
}
.cid-sWdm5fFzLs .btn-black:hover::before {
  width: 120%;
  height: 100px;
  left: -5px;
}
.cid-sWdm5fFzLs .btn-black::after {
  content: "→";
  position: absolute;
  right: 20px;
  transition: all .3s;
  font-size: 20px;
  bottom: 35%;
}
.cid-sWdm5fFzLs .btn-black:hover::after {
  right: -15px;
  font-size: 30px;
  bottom: 28%;
}
@media (min-width: 769px) {
  .cid-sWdm5fFzLs .btn-black:hover {
    padding: 2rem 3.5rem 2rem 2rem;
  }
}
.cid-sWdm5fFzLs .mbr-overlay {
  border-radius: 20px;
  min-height: 100%;
}
.cid-sWdm5fFzLs .mbr-text,
.cid-sWdm5fFzLs .mbr-section-btn {
  color: #304654;
}
.cid-sWdm5fFzLs .mbr-section-title {
  color: #023b5a;
}

@media (max-width: 1024px) {
  .cid-sWdm5fFzLs .row-mp {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .cid-sWdm5fFzLs .row-mp {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}


.cid-sXIjgtBoSF {
  padding-top: 3rem;
  padding-bottom: 2.2rem;
  background-color: #54b6e7;
}
.cid-sXIjgtBoSF .mbr-overlay {
  z-index: 2;
  pointer-events: none;
}
.cid-sXIjgtBoSF .image-wrapper {
  position: absolute;
  width: 68%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.cid-sXIjgtBoSF .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sXIjgtBoSF .content {
  width: 52%;
  position: relative;
  z-index: 3;
}
@media (max-width: 859px) {
  .cid-sXIjgtBoSF .content {
    width: 100%;
    text-align: center!important;
  }
}
.cid-sXIjgtBoSF .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  padding: 1rem 2rem;
  border-top: 2px solid #084363;
  border-bottom: 2px solid #084363;
}
.cid-sXIjgtBoSF .mbr-section-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #084363;
  opacity: 0.2;
  z-index: -1;
}
.cid-sXIjgtBoSF .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .cid-sXIjgtBoSF .image-wrapper {
    position: absolute;
    width: 80%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.cid-sXIjgtBoSF .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-sXIjgtBoSF .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
  z-index: 4;
}
.cid-sXIjgtBoSF .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-sXIjgtBoSF .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}


.cid-sVxjd1ZNcp {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-sVxjd1ZNcp .timeline-element {
  position: relative;
  padding-top: 28px;
  margin-top: 1rem;
}
.cid-sVxjd1ZNcp .timeline-element:after {
  content: "";
  position: absolute;
  border-right: 1px dashed #66a0c0;
  width: 0;
  left: 50%;
  top: 0;
  height: 28px;
}
.cid-sVxjd1ZNcp .timeline-date-wrapper,
.cid-sVxjd1ZNcp .timeline-text-wrapper {
  padding: 1em;
  padding-bottom: 0;
}
.cid-sVxjd1ZNcp .mbr-timeline-number {
  margin: 0;
  color: #d6b105;
  font-weight: 800;
}
.cid-sVxjd1ZNcp .mbr-text {
  margin-bottom: 0;
  margin-top: 0.9rem;
  color: #869299;
}
.cid-sVxjd1ZNcp .mbr-timeline-buttons {
  margin-top: 4.65rem;
}
@media (max-width: 767px) {
  .cid-sVxjd1ZNcp .mbr-timeline-buttons {
    margin-top: 2.15rem;
  }
}
@media (min-width: 1280px) {
  .cid-sVxjd1ZNcp .mbr-timeline-buttons {
    margin-top: 6.2rem;
  }
}
.cid-sVxjd1ZNcp .mbr-timeline-buttons .mbr-section-btn {
  display: inline-flex;
  flex-direction: column;
  min-width: 300px;
}
.cid-sVxjd1ZNcp .mbr-timeline-buttons .mbr-section-btn .btn {
  margin-top: 1.6rem;
}
.cid-sVxjd1ZNcp .mbr-timeline-title {
  margin-top: 0;
  margin-bottom: 0;
  color: #304654;
}
.cid-sVxjd1ZNcp .mbr-section-title {
  color: #023b5a;
}
.cid-sVxjd1ZNcp .mbr-section-subtitle {
  color: #66a0c0;
}
.cid-sVxjd1ZNcp .tl-list {
  list-style-position: outside; 
  max-width: 400px; 
  /**background-color: #ff0000; **/
  margin: 0 auto;
}
.cid-sVxjd1ZNcp .text-blue {
  color: #3193c1;
}
.cid-sVxjd1ZNcp .text-highlight {
  color: #f84d0c;
}
.cid-sVxjd1ZNcp li {
 padding-bottom:  8px;
}
@media (max-width: 767px) {
  .cid-sVxjd1ZNcp .tl-list {
    max-width: 330px; 
    padding: 0 15px 0 20px;
    margin: 0 auto;
  }
}

.cid-sYVma7oa7B {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sYVma7oa7B .card:not(:nth-last-child(1)) {
  margin-bottom: 1.3rem;
}
.cid-sYVma7oa7B .card-wrapper {
  background-color: #e7f0f5;
  border-radius: 13px;
}
.cid-sYVma7oa7B .image-wrapper {
  height: 100%;
  border: 5px solid #ffffff;
}
.cid-sYVma7oa7B .image-wrapper img {
  height: 100%;
  object-fit: cover;
    background-color: #ffffff;
}
.cid-sYVma7oa7B .card-box p {
   text-align: left;
   white-space: Pre-line;
   word-wrap: break-word;
   line-height: 1.5;
 }
.cid-sYVma7oa7B .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #0b2b5c;
  transition: all 0.3s;
}
.cid-sYVma7oa7B .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #0b2b5c;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-sYVma7oa7B .social-row .soc-item:hover {
  background-color: #0b2b5c;
}
.cid-sYVma7oa7B .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-sYVma7oa7B .img-order {
    order: 2;
  }
}
@media (min-width: 768px) {
  .cid-sYVma7oa7B .card-box_left {
    padding: 2rem 2rem 2rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sYVma7oa7B .card-box_left {
    padding: 2rem 2rem 2rem 3rem;
  }
}
@media (max-width: 768px) {
  .cid-sYVma7oa7B .image-wrapper img {
    height: 260px;
    object-fit: scale-down;
  }
}

/** footer ** 2nd **/
.cid-sZdRnOrLg6 {
  padding-top: 40px;
  padding-bottom: 10px;
  background-color: #001b29;
}
.cid-sZdRnOrLg6 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sZdRnOrLg6 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sZdRnOrLg6 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-sZdRnOrLg6 .btn-primary {
  border: 1px solid #66a0c0 !important;
}
.cid-sZdRnOrLg6 .btn-primary:hover {
  border: 1px solid #66a0c0 !important;
}
.cid-sZdRnOrLg6 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sZdRnOrLg6 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-sZdRnOrLg6 .input-group-btn {
  padding-left: 0;
}
.cid-sZdRnOrLg6 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sZdRnOrLg6 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #084363;
  width: 85%;
}
.cid-sZdRnOrLg6 .mbr-text {
  color: #444;
}
.cid-sZdRnOrLg6 h5 {
  margin-bottom: 0;
}
.cid-sZdRnOrLg6 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sZdRnOrLg6 .list-item {
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sZdRnOrLg6 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sZdRnOrLg6 .socicon {
  font-size: 1.3rem;
  background: #103c54;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sZdRnOrLg6 .social-list {
  display: flex;
  padding-left: 0;
  margin-top: 6px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sZdRnOrLg6 .social-list .soc-item {
  margin: 0 0.31rem;
}
.cid-sZdRnOrLg6 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sZdRnOrLg6 .social-list a:hover {
  opacity: 0.4;
}
.cid-sZdRnOrLg6 .media-container-row > div {
  padding: 0px;
}
.cid-sZdRnOrLg6 .text2 {
  color: #cbcecf;
  text-align: left;
}
.cid-sZdRnOrLg6 .group-title {
  text-align: left;
  color: #b8d8e9;
  padding-bottom: 0.2rem;
}
.cid-sZdRnOrLg6 .links {
  color: #cbcecf;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sZdRnOrLg6 .col-sm-12 {
    margin-bottom: 0rem;
  }
  .cid-sZdRnOrLg6 .social-list,
  .cid-sZdRnOrLg6 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sZdRnOrLg6 h3 {
    margin-bottom: 10px;
  }
  .cid-sZdRnOrLg6 .row-mp {
    padding-bottom:13px;
  }
}
@media (max-width: 576px) {
  .cid-sZdRnOrLg6 .form-group {
    max-width: 180px;
  }
}
.cid-sZdRnOrLg6 .links span {
  color: #9e9e9e;
}
.cid-sZdRnOrLg6 .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-sZdRnOrLg6 .logo-title {
  text-align: center;
}

.cid-sZdRnOrLg6 .copy-top {
    justify-content: right;
    margin-top: 30px;
    text-align: right;
}
.cid-sZdRnOrLg6 .copy-title {
    font-size: 1rem;
 }
.cid-sZdRnOrLg6 .footer-io {
  display: block;
}
 
@media (max-width: 768px) {
  .cid-sZdRnOrLg6 .logo {
    margin-bottom: 20px;
  }
  .cid-sZdRnOrLg6 .row-mp {
    padding: 0 1.68rem 6px 2rem;
  }
  .cid-sZdRnOrLg6 .copy-top {
    justify-content: center;
    text-align: center;
    margin-top: 15px;
  }
  .cid-sZdRnOrLg6 .footer-io {
    display: none;
  }
}

/** Core Technology **/
.cid-sZdKBD4qL9 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-sZdKBD4qL9 .text-wrapper {
  padding: 0.6rem 0.8rem;
  text-align: left;
}
.cid-sZdKBD4qL9 .wrapp .row {
  padding: 25px 20px;
  border: 1px solid #cdcdcd;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .cid-sZdKBD4qL9 .wrapper {
    padding: 1.5rem 2.8rem;
  }
}
.cid-sZdKBD4qL9 img {
  width: 100%;
  border-radius: 13px;
}
.cid-sZdKBD4qL9 .wrapp {
  padding: 10px;
  /**border: 1px solid #cdcdcd;
  border-radius: 8px;**/
}
@media (max-width: 991px) {
  .cid-sZdKBD4qL9 .wrapp {
    padding:  1rem;
  }
}
@media (min-width: 992px) {
  .cid-sZdKBD4qL9 .wrapp {
    padding: 1.1rem 1.5rem;
  }
}
.cid-sZdKBD4qL9 .mbr-section-subtitle {
  color: #0c5f8b;
}
.cid-sZdKBD4qL9 .mbr-text {
  color: #25282b;
}

.cid-sZdKBD4qL9 .ct-list {
  list-style-position: outside; 
  max-width: 480px; 
  /**background-color: #ff0000; **/
  margin-left: 0;
}
.cid-sZdKBD4qL9 li {
 /**padding-bottom:  5px; **/
}


.cid-sZdWV4VmvB {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sZdWV4VmvB .landscape {
  aspect-ratio: 1.25;
}
.cid-sZdWV4VmvB .portrait {
  aspect-ratio: 0.5625;
}
.cid-sZdWV4VmvB img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.cid-sZdWV4VmvB .item-title {
  text-align: center;
  margin-bottom: 1rem;
  color: #0a6393;
}
.cid-sZdWV4VmvB .item-subtitle {
  margin-bottom: 1rem;
  text-align: end;
}
@media (min-width: 992px) {
  .cid-sZdWV4VmvB .item-content {
    padding: 1rem 0.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sZdWV4VmvB .item-content {
    padding: 1rem 0.5rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sZdWV4VmvB .item-content {
    padding: 1rem 0.5rem 2rem;
  }
}

/** products **/
.cid-sVgiQBcFby {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #ffffff;
}
.cid-sVgiQBcFby .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sVgiQBcFby .image {
  object-fit: contain;
  border-radius: 13px;
  padding: 3%;
}
.cid-sVgiQBcFby img {
  border-radius: 13px;
}
.cid-sVgiQBcFby p {
  line-height: 1.6;
}
.cid-sVgiQBcFby .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVgiQBcFby .mbr-section-title {
  color: #084363;
  text-align: left;
}
.cid-sVgiQBcFby .mbr-section-subtitle {
  color: #24aaea;
  text-align: left;
}
.cid-sVgiQBcFby .mbr-text,
.cid-sVgiQBcFby .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-sVgiQBcFby .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sVgiQBcFby .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #646060;
  margin-top: 0.1rem;
  margin-bottom: 0.8rem;
}
.cid-sVgiQBcFby .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-sVgiQBcFby .mbr-section-title,
.cid-sVgiQBcFby .line-wrap {
  text-align: left;
  color: #0a668a;
}
@media (max-width: 768px) {
  .cid-sVgiQBcFby img {
    max-height: 250px;
    object-fit: contain;
    border-radius: 13px;
  }
}
.cid-sVgiQBcFby .ps-left {
   margin-left: 2rem;
}

.cid-sVghJd7EZn {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-sVghJd7EZn .mbr-section-title {
  font-size: 1.93rem;
  text-align: left;
  color: #3e3e3e;
}
.cid-sVghJd7EZn .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sVghJd7EZn .line {
  display: inline-block;
  width: 45px;
  height: 5px;
  background-color: #aca481;
  margin-top: 5px;
  margin-bottom: 1rem;
}
.cid-sVghJd7EZn .feas {
  vertical-align: top;
  display: grid;
  place-items: top;
}
.cid-sVghJd7EZn .feas ul {
  list-style-position: outside; 
  max-width: 468px; 
  margin-top: 11px;
  padding-left: 1rem;
  vertical-align: top;
}
.cid-sVghJd7EZn .feas li {
  position: relative;
  margin-bottom: 0.4rem;
  font-size: 1rem;
}
/** .cid-sVghJd7EZn ul li::before {
  padding-top:0;
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2299aa;
  font-weight: bold;
  font-size: 2rem;
  width: 1.3rem;
  border: 1px solid #ff0000;
}**/
.cid-sVghJd7EZn img {
  width: auto;
  max-height: 228px;
  border-radius: 13px;
  margin: 0 auto;
}


.cid-sVghJd7EZn .imgs {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.cid-sVghJd7EZn .imgs .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVghJd7EZn .imgs .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sVghJd7EZn .imgs .carousel-item .wrap-img {
  text-align: center;
}
.cid-sVghJd7EZn .imgs .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-sVghJd7EZn .imgs .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sVghJd7EZn .imgs .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sVghJd7EZn .imgs .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-sVghJd7EZn .imgs .carousel-indicators li.active {
  border-color: #a3a3a3;
}


.cid-sVghJd7EZnX {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #f8f8f8;
}
.cid-sVghJd7EZnX .mbr-section-title {
  font-size: 1.93rem;
  text-align: left;
  color: #3e3e3e;
}
.cid-sVghJd7EZnX .mbr-section-title-center {
  text-align: center;
}
.cid-sVghJd7EZnX .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sVghJd7EZnX .line {
  display: inline-block;
  width: 45px;
  height: 5px;
  background-color: #aca481;
  margin-top: 5px;
  margin-bottom: 1rem;
}
.cid-sVghJd7EZnX ul {
  list-style-position: outside; 
  max-width: 468px; 
  margin-top: 8px;
  padding-left: 1rem;
}
.cid-sVghJd7EZnX li {
  position: relative;
  margin-bottom: 0.3rem;
  font-size: 1.1rem;
}
/** .cid-sVghJd7EZnX ul li::before {
  padding-top:0;
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2299aa;
  font-weight: bold;
  font-size: 2rem;
  width: 1.3rem;
  border: 1px solid #ff0000;
}**/
.cid-sVghJd7EZnX img {
  width: auto;
  border-radius: 13px;
  max-height: 320px;
  object-fit: contain;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .cid-sVghJd7EZnX img {
    width: auto;
    border-radius: 13px;
    max-height: 280px;
    object-fit: contain;
    margin: 0 auto;
  }
}

/** products B **/
.cid-sWzQeUaYKP {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f9f9f9;
}
.cid-sWzQeUaYKP .row {
  flex-direction: row-reverse;
}
.cid-sWzQeUaYKP .mbr-section-title {
  color: #084363;
  text-align: left;
}
.cid-sWzQeUaYKP .mbr-text,
.cid-sWzQeUaYKP .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-sWzQeUaYKP .mbr-section-subtitle {
  color: #24aaea;
  text-align: left;
}
.cid-sWzQeUaYKP img {
  border-radius: 13px;
}
@media (min-width: 992px) {
  .cid-sWzQeUaYKP .image-wrapper {
    padding-right: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-sWzQeUaYKP img {
    max-height: 250px;
    object-fit: contain;
    margin: 0 auto;
  }
}

/** specifications **/
.cid-sZNstlKiFd {
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #ffffff;
}
.cid-sZNstlKiFd .container-fluid {
  padding: 0 3rem;
}
.cid-sZNstlKiFd .mbr-section-title {
  font-size: 1.93rem;
  color: #3e3e3e;
}
.cid-sZNstlKiFd .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sZNstlKiFd .line {
  display: inline-block;
  width: 45px;
  height: 5px;
  background-color: #aca481;
  margin-top: 5px;
  margin-bottom: 1rem;
}
.cid-sZNstlKiFd .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sZNstlKiFd .table-wrapper {
  margin: 0 auto;
}
.cid-sZNstlKiFd .head-item {
  min-width: 70px;
}
.cid-sZNstlKiFd table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sZNstlKiFd table th {
  padding: 1rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #aca481;
  color: white;
  vertical-align: middle;
}
.cid-sZNstlKiFd table td {
  padding: 1rem 1.3rem;
  vertical-align: middle;
}
.cid-sZNstlKiFd .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-sZNstlKiFd .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sZNstlKiFd .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-sZNstlKiFd .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-sZNstlKiFd .dataTables_wrapper {
  display: block;
}
.cid-sZNstlKiFd .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-sZNstlKiFd .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sZNstlKiFd .head-item:after,
.cid-sZNstlKiFd .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-sZNstlKiFd .dataTables_filter {
    text-align: center;
  }
  .cid-sZNstlKiFd .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-sZNstlKiFd .dataTables_filter {
    text-align: center;
  }
  .cid-sZNstlKiFd .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-sZNstlKiFd .table-wrapper {
    width: 100% !important;
  }
  .cid-sZNstlKiFd .container-fluid {
    padding: 0 1rem;
  }
  .cid-sZNstlKiFd table th,
  .cid-sZNstlKiFd table td {
    padding: 0.75rem;
  }
}

/** expansion **/
.cid-sWA8ZArDd3 {
  padding-top: 5rem;
  padding-bottom: 6rem;
}
.cid-sWA8ZArDd3 .column-wrapper {
  padding-left: 1.5rem;
}
.cid-sWA8ZArDd3 .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-sWA8ZArDd3 .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-sWA8ZArDd3 .mbr-section-title {
  font-size: 1.93rem;
  text-align: left;
  margin-bottom: 1.5rem;
  color: #3e3e3e;
}
.cid-sWA8ZArDd3 .mbr-text,
.cid-sWA8ZArDd3 .mbr-section-btn {
  text-align: left;
  color: #353535;
}
@media (max-width: 767px) {
  .cid-sWA8ZArDd3 .image-wrapper {
    margin-bottom: 2rem;
  }
}


.cid-t03sxqjlct {
  padding-top: 3.4rem;
  padding-bottom: 0rem;
  background-color: #fcfcfc;
}
.cid-t03sxqjlct .mbr-text {
  text-align: left;
}
.cid-t03sxqjlct .mbr-section-subtitle {
  color: #24aaea;
  text-align: left;
}


.cid-t03tR0XnI6 {
  padding-top: 0rem;
  padding-bottom: 0.5rem;
  overflow: hidden;
  background-color: #fcfcfc;
}
.cid-t03tR0XnI6 .oldcost {
  text-decoration: line-through;
  color: #6592e6;
}
.cid-t03tR0XnI6 .icon-col {
  padding: 2rem 0;
}
.cid-t03tR0XnI6 .link-wrap {
  width: 100%;
}
.cid-t03tR0XnI6 .link {
  position: relative;
  display: inline-block;
  z-index: 1;
  margin: 0;
  cursor: pointer;
  padding: 0px!important;
  width: fit-content;
  color: #3098f3;
  text-align: center;
}
.cid-t03tR0XnI6 .link:before {
  position: absolute;
  left: -10px;
  top: 0;
  width: 0;
  height: 100%;
  transition: all 0.3s;
  border-radius: 16px;
  background: #082c4e;
  content: '';
  z-index: -1;
}
.cid-t03tR0XnI6 .link:hover:before {
  width: calc(120%);
}
.cid-t03tR0XnI6 .mbr-iconfont {
  display: flex;
  font-size: 5.5rem;
  color: #ffe161;
  position: relative;
  z-index: 1;
  margin: auto;
  transition: all 0.4s;
  width: fit-content;
  justify-content: center;
  margin-top: 20px;
  margin-right: 10px;
}
.cid-t03tR0XnI6 .row,
.cid-t03tR0XnI6 .icon-col {
  overflow: visible;
}
.cid-t03tR0XnI6 .currentcost {
  color: #232323;
}
.cid-t03tR0XnI6 img {
  transition: all 0.3s;
  position: relative;
  z-index: 10;
}
.cid-t03tR0XnI6 .icon-col {
  padding: 10px;
}
.cid-t03tR0XnI6 .image-wrapper {
  overflow: hidden;
  z-index: 10;
}
.cid-t03tR0XnI6 .card-wrapper {
  border-radius: 4px;
  overflow: visible;
  padding: 0 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t03tR0XnI6 .text-box {
    padding: 1.5rem 2.5rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t03tR0XnI6 .text-box {
    padding: 1rem 2rem;
  }
  .cid-t03tR0XnI6 .icon-col {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-t03tR0XnI6 .text-box {
    padding: 0.5rem;
  }
}
.cid-t03tR0XnI6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t03tR0XnI6 H5 {
  color: #3098f3;
}
.cid-t03tR0XnI6 .mbr-sub-title {
  color: #000000;
}
.cid-t03tR0XnI6 .mbr-title {
  color: #116282;
  text-align: left;
}
.cid-t03tR0XnI6 .mbr-text {
  color: #555555;
  text-align: left;
  line-height: 1.6;
}
.cid-t03tR0XnI6 .ct-list {
  list-style-position: outside; 
  max-width: 400px; 
  /**background-color: #ff0000; **/
}


.cid-t04wdQMbYj {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #fcfcfc;
}
.cid-t04wdQMbYj .column-wrapper {
  padding-left: 1.5rem;
}
.cid-t04wdQMbYj .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-t04wdQMbYj .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-t04wdQMbYj .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-t04wdQMbYj .mbr-text,
.cid-t04wdQMbYj .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-t04wdQMbYj .image-wrapper {
    margin-bottom: 2rem;
  }
}

.cid-t04wdQMbYj img {
  width: auto;
  max-height: 319px;
  border-radius: 13px;
}
.cid-t04wdQMbYj .img-text { 
  margin-top: 15px;
  text-align: center;
}

.cid-t04wdQMbYj .imgs {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.cid-t04wdQMbYj .imgs .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t04wdQMbYj .imgs .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-t04wdQMbYj .imgs .carousel-item .wrap-img {
  text-align: center;
}
.cid-t04wdQMbYj .imgs .carousel-item .wrap-img img {
  max-height: 319px;
  width: auto;
  max-width: 100%;
}
.cid-t04wdQMbYj .imgs .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-t04wdQMbYj .imgs .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  text-align: center;
}
.cid-t04wdQMbYj .imgs .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-t04wdQMbYj .imgs .carousel-indicators li.active {
  border-color: #a3a3a3;
}
.cid-t04wdQMbYj .ct-list {
  list-style-position: outside; 
  padding-right: 10px;
  /**background-color: #ff0000; **/
  left: 0px;
  vertical-align: top;
}
.cid-t04wdQMbYj .ct-list li {
  margin-bottom: 8px;
}
.cid-t04wdQMbYj .ct-line {
  line-height: 1.6;
}



.cid-t10IRibVEJ {
  padding-top: 8rem;
  padding-bottom: 0rem;
}
.cid-t10IRibVEJ .item-wrapper {
  text-align: left;
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-t10IRibVEJ .item-wrapper {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-t10IRibVEJ .item-wrapper {
    padding-bottom: 30px;
  }
}
.cid-t10IRibVEJ .item-wrapper:hover .mbr-section-title a {
  color: #082c4e !important;
}
.cid-t10IRibVEJ .mbr-section-title,
.cid-t10IRibVEJ .card_topic {
  margin-bottom: 12px;
  transition: all .4s;
}
.cid-t10IRibVEJ .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-t10IRibVEJ .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
.cid-t10IRibVEJ .image_post {
  display: inline-block;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-t10IRibVEJ .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-t10IRibVEJ .category_content,
.cid-t10IRibVEJ .date,
.cid-t10IRibVEJ .name_author {
  opacity: .8;
}
.cid-t10IRibVEJ .item-img,
.cid-t10IRibVEJ img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-t10IRibVEJ .item-img {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-t10IRibVEJ .item-img {
    margin-bottom: 20px;
  }
}
.cid-t10IRibVEJ .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #082c4e;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t10IRibVEJ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t10IRibVEJ .mbr-section-btn .btn-secondary-outline:hover,
.cid-t10IRibVEJ .mbr-section-btn .btn-secondary-outline .active,
.cid-t10IRibVEJ .mbr-section-btn .btn-secondary-outline:focus {
  color: #40b0bf !important;
}
.cid-t10IRibVEJ .mbr-text,
.cid-t10IRibVEJ .mbr-section-btn {
  color: #8d8d8d;
}
.cid-t10IRibVEJ .mbr-section-title,
.cid-t10IRibVEJ .post_wrap {
  color: #288aba;
}

.cid-t10JEqBCrs {
  padding-top: 0rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-t10JEqBCrs .mbr-section-title,
  .cid-t10JEqBCrs .mbr-section-subtitle,
  .cid-t10JEqBCrs .mbr-section-btn,
  .cid-t10JEqBCrs .mbr-text {
    text-align: left;
  }
}
.cid-t10JEqBCrs .mbr-section-title {
  color: #082c4e;
}
.cid-t10JEqBCrs .mbr-text,
.cid-t10JEqBCrs .mbr-section-btn {
  color: #ffffff;
}
.cid-t10JEqBCrs .bottom {
  overflow: visible;
  position: relative;
}
.cid-t10JEqBCrs .bottom:before {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 25px solid #8cc1cc;
  position: absolute;
  bottom: -1rem;
  right: 3rem;
  content: '';
}
.cid-t10JEqBCrs .top {
  overflow: visible;
  position: relative;
}
.cid-t10JEqBCrs .top:before {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 25px solid #8cc1cc;
  position: absolute;
  top: -1rem;
  left: 3rem;
  content: '';
}
.cid-t10JEqBCrs .pb {
  margin-bottom: 2.5rem;
}
.cid-t10JEqBCrs .card-wrapper {
  background: #8cc1cc;
  padding: 1.5rem;
  height: 100%;
  border-radius: 11px;
  text-align: left;
}
.cid-t10JEqBCrs .mbr-section-subtitle {
  color: #ffffff;
  background-color: #0794c2;
  font-weight: bold;
  border-radius: 6px;
  padding: 6px 8px;
  margin-left: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .cid-t10JEqBCrs .top:before, .cid-t10JEqBCrs .bottom:before {
    overflow: invisible;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 0px solid #8cc1cc;
  }
}
/** index events**/
.cid-t09acMf2dP {
  padding-top: 4rem;
  padding-bottom: 5.4rem;
}
.cid-t09acMf2dP .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t09acMf2dP .row {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .cid-t09acMf2dP .col-text {
    padding: 0 30px;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t09acMf2dP .col-text {
    margin-bottom: 3rem;
  }
}
.cid-t09acMf2dP .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-t09acMf2dP .text-wrapper {
    text-align: left !important;
  }
}
.cid-t09acMf2dP .label-text {
  width: 100%;
  color: #095d91;
  text-align: left;
  font-weight: 800;
}
@media (max-width: 767px) {
  .cid-t09acMf2dP .label-text {
    text-align: left !important;
  }
}
.cid-t09acMf2dP .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t09acMf2dP .mbr-section-title {
    text-align: left !important;
  }
}
.cid-t09acMf2dP .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t09acMf2dP .mbr-text {
    text-align: center !important;
  }
  .cid-t09acMf2dP .card {
    padding: 0 15px 30px 15px;
  }
}
.cid-t09acMf2dP .btn-container {
  width: 100%;
  margin-top: 8px;
}
.cid-t09acMf2dP .mbr-section-btn .btn {
  padding: 5px;
}
.cid-t09acMf2dP .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-t09acMf2dP .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-t09acMf2dP .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-t09acMf2dP .card {
  padding: 0 20px 30px 20px;
}
@media (min-width: 992px) {
  .cid-t09acMf2dP .card {
    padding: 0 30px 30px 30px;
  }
}
.cid-t09acMf2dP .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-t09acMf2dP .card-title {
  color: #046aa9;
  margin-bottom: 1rem;
  text-align: left;
}
.cid-t09acMf2dP .card-inside-border {
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
  background-color: #7e7e7e;
}
.cid-t09acMf2dP .card-text {
  color: #555555;
  margin-bottom: 24px;
  text-align: left;
}
.cid-t09acMf2dP .mbr-section-title,
.cid-t09acMf2dP .mbr-section-btn {
  text-align: left;
}
.cid-t09acMf2dP .btn-inner {
  border: 0px solid #ff0000;
  text-align: right !important;
  -ms-flex-item-align: right;
  -ms-grid-row-align: right;
 -webkit-align-self: right;
  align-self: right;
}
.cid-t09acMf2dP .bg-danger {
    border-radius: 4px;
}
.cid-t09acMf2dP .bg-danger-pd {
    padding: 0.28rem 0.91rem;
}


.inner-sU2aDc3A9l {
  padding-top: 3rem;
  padding-bottom: 5.3rem;
  background-color: #f4f4f4;
}
.inner-sU2aDc3A9l .date {
  padding: 1.1rem 0.8rem;
  color: #7d7d7d;
  /** background-color: #05283b; **/
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; 
  border-bottom: 1px solid #d1d6da;
}
@media (min-width: 992px) {
  .inner-sU2aDc3A9l .date {
    padding: 1rem 0.8rem;
  }
}
.inner-sU2aDc3A9l .mbr-section-title {
  margin: 0;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .inner-sU2aDc3A9l .mbr-section-title {
    margin-bottom: 20px;
  }
}
.inner-sU2aDc3A9l .card-title {
  margin-top: 10px;
  line-height: 1.1;
}
.inner-sU2aDc3A9l .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
}
.inner-sU2aDc3A9l .news-item {
  text-decoration: none;
}
.inner-sU2aDc3A9l .news-item:hover {
  /**cursor: pointer;**/
}
.inner-sU2aDc3A9l .mbr-text {
  margin-top: 10px;
  line-height: 1.3;
}
.inner-sU2aDc3A9l .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .inner-sU2aDc3A9l .news-content {
    padding: 1.5rem;
  }
}
.inner-sU2aDc3A9l .bg-danger {
    border-radius: 4px;
}
.inner-sU2aDc3A9l .bg-danger-pd {
    padding: 0.28rem 0.91rem;
}
@media (max-width: 600px) {
  .inner-sU2aDc3A9l .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
  .inner-sU2aDc3A9l .mbr-text {
    display: none;
  }
}
@media (max-width: 768px) {
  .inner-sU2aDc3A9l .news-content img {
    display: none;
  }
}

/** exhibition **/
.cid-t0stbEz19g {
  padding-top: 45px;
  padding-bottom: 110px;
  background-color: #f9f9f9;
}
.cid-t0stbEz19g .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 68%;
  height: 100%;
  background-color: #eaf0f3;
}
.cid-t0stbEz19g img {
  width: 93%;
  border-radius: 6px;
  margin: 0 auto;
}
.cid-t0stbEz19g p {
  margin-top: 3rem;
}
.cid-t0stbEz19g .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem 0 1rem;
}
.cid-t0stbEz19g .content-wrapper {
  padding-top: 2rem;
}
.cid-t0stbEz19g h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-t0stbEz19g .content-wrapper {
    padding-top: 0rem;
  }
  .cid-t0stbEz19g p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-t0stbEz19g .back {
    width: 100%;
    height: 75%;
  }
  .cid-t0stbEz19g .content-wrapper {
    padding: 0 1rem;
    padding-top: 2rem;
  }
  .cid-t0stbEz19g p {
    margin-top: 2rem;
  }
  .cid-t0stbEz19g img {
    width: 60%;
    border-radius: 6px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-t0stbEz19g .content-wrapper {
    padding: 1rem 0.5rem;
  }
  .cid-t0stbEz19g h4 {
    right: 2rem;
  }
  .cid-t0stbEz19g img {
    width: 68%;
    border-radius: 6px;
    margin: 0 auto;
  }
}
.cid-t0stbEz19g .mbr-text,
.cid-t0stbEz19g .mbr-section-btn {
  color: #4a4a4a;
}
.cid-t0stbEz19g .mbr-section-title,
.cid-t0stbEz19g .mbr-section-subtitle {
  color: #046aa9;
}
.cid-t0stbEz19g .display-sss {
  padding-left: 3rem;
  padding-right: 3rem;
}


/** note **/
.cid-t0DQXlWELq {
  padding-top: 3rem;
  padding-bottom: 0.5rem;
  background-color: #f4f4f4;
}
.cid-t0DQXlWELq .text-wrapper {
  padding: 0rem 2rem 2rem 0rem;
  top: 0;
}
.cid-t0DQXlWELq .text-wrapper:hover .mbr-section-title a {
  color: #f14105 !important;
}
.cid-t0DQXlWELq .image-wrapper {
  padding:  0.5rem 1.5rem;
  margin: 0 auto;
  border: 0px solid #ff0000;
}
.cid-t0DQXlWELq img {
  width: 80%;
  object-fit: container;
  margin: 0 auto;
  border: 0px solid #ffff00;
}
.cid-t0DQXlWELq .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #666565;
}
.cid-t0DQXlWELq .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t0DQXlWELq .mbr-section-btn .btn-secondary-outline:hover,
.cid-t0DQXlWELq .mbr-section-btn .btn-secondary-outline .active,
.cid-t0DQXlWELq .mbr-section-btn .btn-secondary-outline:focus {
  color: #010a44 !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-t0DQXlWELq .mbr-section-title {
  }
}
@media (max-width: 991px) {
  .cid-t0DQXlWELq {
    flex-direction: column;
    margin: 0 auto;
  }
  .cid-t0DQXlWELq .text-wrapper {
    width: 100%;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .cid-t0DQXlWELq .text-wrapper {
    padding: 10px;
  }
}
.cid-t0DQXlWELq .mbr-section-title {
  color: #0c68a2;
}
.cid-t0DQXlWELq .mbr-text,
.cid-t0DQXlWELq .mbr-section-btn {
  color: #41b8d7;
}

.cid-t0DQXlWELq .imgs {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
}

.cid-t0DQXlWELq .imgs .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t0DQXlWELq .imgs .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-t0DQXlWELq .imgs .carousel-item .wrap-img {
  text-align: center;
}
.cid-t0DQXlWELq .imgs .carousel-item .wrap-img img {
  max-height: 319px;
  width: auto;
  max-width: 100%;
}
.cid-t0DQXlWELq .imgs .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-t0DQXlWELq .imgs .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  text-align: center;
}
.cid-t0DQXlWELq .imgs .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-t0DQXlWELq .imgs .carousel-indicators li.active {
  border-color: #a3a3a3;
}

.cid-t0DQXlWELq .imgs_small {
  display: none;
}
@media (max-width: 767px) {
  .cid-t0DQXlWELq .imgs_ori {
    display: none;
  }
  .cid-t0DQXlWELq .imgs_small_pd {
    padding-top: 0rem;
    padding-bottom: 4rem;
  }
  .cid-t0DQXlWELq .imgs_small {
    display: block;
  }
}

/** note list **/
.cid-t0PrqouNi3 {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.cid-t0PrqouNi3 .mbr-text,
.cid-t0PrqouNi3 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-t0PrqouNi3 .mbr-section-title {
  text-align: left;
}
.cid-t0PrqouNi3 .mbr-section-subtitle {
  text-align: left;
}


.cid-t0PcWxC92F {
  padding-top: 3rem;
  padding-bottom: 120px;
  background-color: #fafafa;
}
.cid-t0PcWxC92F .first {
  border-top: 1px solid #40b0bf;
  padding-top: 1rem;
}
.cid-t0PcWxC92F .icon {
  position: relative;
  margin: 0;
  padding-top: 0.6rem;
  border-bottom: 1px solid #40b0bf;
  padding-right: 2rem;
}
.cid-t0PcWxC92F .icon div {
  padding: 0;
}
.cid-t0PcWxC92F .icon:before {
  position: absolute;
  cursor: pointer;
  right: 0px;
  content: "\e909";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #40b0bf;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  top: 30%;
  font-family: 'Moririse2' !important;
  font-size: 0.8rem;
  padding-left: 3px;
}
.cid-t0PcWxC92F .mbr-text {
  color: #11a0c5;
}
.cid-t0PcWxC92F .mbr-section-title {
  color: #046ba3;
}
.cid-t0PcWxC92F .mbr-title {
  color: #3aa0af;
}
.cid-t0PcWxC92F .mbr-subtitle {
  color: #707070;
}

@media (max-width: 900px) {
  .cid-t0PcWxC92F .subtitle0 {
    display: none;
  }
}

.cid-t0PcWxC92F .btn-inner {
  padding-top: 20px;
  border: 0px solid #ff0000;
  text-align: right !important;
  -ms-flex-item-align: right;
  -ms-grid-row-align: right;
 -webkit-align-self: right;
  align-self: right;
  padding-right: 45px;
}

.cid-t0DHknIYT1 {
  padding-top: 0;
  padding-bottom: 3rem;
  background-color: #f4f4f4;
}
.cid-t0DHknIYT1 .item-wrapper:hover .item-title a {
  color: #f14105 !important;
}
.cid-t0DHknIYT1 .item-title,
.cid-t0DHknIYT1 .card_topic {
}
.cid-t0DHknIYT1 .category_content {
  opacity: .8;
}
.cid-t0DHknIYT1 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #f14105;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t0DHknIYT1 .item-wrapper {
  margin-bottom: 28px;
}
.cid-t0DHknIYT1 .mbr-text {
  padding: 10px 5px 10px 15px;
  padding-left: 15px;
  border-left: 5px solid #d4d4d4;
  margin-left: 10px;
  color: #606060;
}

.cid-t0DHknIYT1 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-t0DHknIYT1 .mbr-section-btn .btn-secondary-outline:hover,
.cid-t0DHknIYT1 .mbr-section-btn .btn-secondary-outline .active,
.cid-t0DHknIYT1 .mbr-section-btn .btn-secondary-outline:focus {
  color: #010a44 !important;
}
.cid-t0DHknIYT1 H5 {
  color: #a89b42;
}

@media (max-width: 767px) {
  .cid-t0DHknIYT1 {
    padding-bottom: 0;
  }
}

/** inspection service **/
.cid-t1tOPYvwuF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-t1tOPYvwuF .mbr-overlay {
  z-index: 1;
}
.cid-t1tOPYvwuF .main-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-t1tOPYvwuF .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-t1tOPYvwuF .text-container {
  height: auto;
  border-bottom: 1px solid #e4e5e3;
  border-top: 1px solid #e4e5e3;
  background: #edeff0;
}
@media (min-width: 992px) {
  .cid-t1tOPYvwuF .text-container {
    border-right: 0px solid #7F8678;
  }
}
.cid-t1tOPYvwuF .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px;
  margin-bottom: auto;
}
@media (min-width: 576px) {
  .cid-t1tOPYvwuF .text-wrap {
    max-width: 520px;
  }
}
.cid-t1tOPYvwuF .main-text {
  width: 100%;
  margin: 0;
}
.cid-t1tOPYvwuF .text {
  color: #3d3d3d;
}
.cid-t1tOPYvwuF .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t1tOPYvwuF .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t1tOPYvwuF .item-wrapper {
  width: 100%;
}
.cid-t1tOPYvwuF .item-img {
  margin-bottom: 5px;
  overflow: hidden;
}
.cid-t1tOPYvwuF .item-img img {
  object-fit: cover;
  height: auto;
  /**transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-t1tOPYvwuF .item-img:hover img {
  transform: scale(1);**/
}
.cid-t1tOPYvwuF .item-title {
  line-height: 1.25em;
  text-align: center;
}
.cid-t1tOPYvwuF .mbr-section-title {
  line-height: 1.25em;
  color: #015089;
  margin-bottom: 5px;
}
.cid-t1tOPYvwuF .card-container {
  display: flex;
}
@media (max-width: 767px) {
  .cid-t1tOPYvwuF .card-container {
    flex-wrap: wrap;
  }
  .cid-t1tOPYvwuF .text-container {
    border-bottom: none;
  }
}
.cid-t1tOPYvwuF .card {
  padding: 25px;
  border-radius: 0;
    border: 1px solid #e4e5e3;
}
@media (max-width: 575px) {
  .cid-t1tOPYvwuF .card {
    padding: 20px;
  }
}
.cid-t1tOPYvwuF .card:first-child {
}
@media (min-width: 576px) {
  .cid-t1tOPYvwuF .card:first-child {
    border-right: 1px solid #e4e5e3;
  }
}
.cid-t1tOPYvwuF .data-item {
  display: flex;
  align-items: center;
}
.cid-t1tOPYvwuF .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-t1tOPYvwuF .link-wrap {
  margin: 30px 0 6px;
}
.cid-t1tOPYvwuF .text-art {
  flex-grow: 1;
}
.cid-t1tSj0CFk4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-t1tSj0CFk4 .mbr-overlay {
  z-index: 1;
}
.cid-t1tSj0CFk4 .main-container {
  display: flex;
  flex-wrap: wrap;
  border-top: 0px solid #7F8678;
  margin-top: -1px;
  z-index: 2;
}
.cid-t1tSj0CFk4 .item-img {
  margin-bottom: 5px;
  overflow: hidden;
}
.cid-t1tSj0CFk4 .item-img img {
  object-fit: cover;
  height: auto;
  /**transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-t1tSj0CFk4 .item-img:hover img {
  transform: scale(1);**/
}
.cid-t1tSj0CFk4 .item-title {
  line-height: 1.25em;
}
.cid-t1tSj0CFk4 .mbr-section-title {
  line-height: 1.25em;
  color: #015089;
  margin-bottom: 5px;
}
.cid-t1tSj0CFk4 .card-container {
  display: flex;
}
@media (max-width: 991px) {
  .cid-t1tSj0CFk4 .card-container {
    flex-wrap: wrap;
  }
}
@media (min-width: 991px) {
  .cid-t1tSj0CFk4 .card-space {
  }
}
.cid-t1tSj0CFk4 .card {
  padding: 30px;
  border-radius: 0;
  border-bottom: 4px solid #f8f8f8;
  background: #edeff0;
}
.cid-t1tSj0CFk4 .card1 {
  border-bottom: 0px solid #f8f8f8;
}
.cid-t1tSj0CFk4 .card2 {
  border-right: 0px solid #e4e5e3;
  border: 1px solid #e4e5e3;
  background: #f9f9f9;
}
@media (min-width: 991px) {
  .cid-t1tSj0CFk4 .card {
    border-right: 4px solid #f8f8f8;
  }
  .cid-t1tSj0CFk4 .card:last-child {
    border-right: none;
  }
  .cid-t1tSj0CFk4 .card1 {
    border-right: none;
  }
  .cid-t1tSj0CFk4 .card2 {
    border-right: 0px solid #f8f8f8;
    border: 1px solid #e4e5e3;
  }
  .cid-t1tSj0CFk4 .card2:last-child {
    border-right: 1px solid #e4e5e3;
  }
}
@media (min-width: 575px) {
  .cid-t1tSj0CFk4 .card:nth-child(2n+1) {
    border-right: 4px solid #f8f8f8;
  }
  .cid-t1tSj0CFk4 .card1:nth-child(2n+1)  {
    border-right: none;
  }
  .cid-t1tSj0CFk4 .card2:nth-child(2n+1) {
    border-right: 1px solid #e4e5e3;
  }
}
@media (max-width: 1000px) {
  .cid-t1tSj0CFk4 .card-space {
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  .cid-t1tSj0CFk4 .card-space0 {
    margin-top: 0;
  }
}
.cid-t1tSj0CFk4 .data-item {
  display: flex;
  align-items: center;
}
.cid-t1tSj0CFk4 .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-t1tSj0CFk4 .link-wrap {
  margin: 30px 0 6px;
}
.cid-t1tSj0CFk4 .text-art {
  flex-grow: 1;
}

@media (max-width: 575px) {
  .cid-t1tSj0CFk4 .card {
    padding: 20px 20px;
  }
 .cid-t1tSj0CFk4 .card2 img {
   max-width: 200px;
   margin: 0 auto;
 }
  .cid-t1tSj0CFk4 .card2 {
    border-bottom: 1px solid #e4e5e3;
 }
}

.cid-t1tSj0C311 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-t1tSj0C311 .mbr-overlay {
  z-index: 1;
}

.cid-t1tSj0C311 .title {
  padding: 25px;
  background: #edeff0;
}
.cid-t1tSj0C311 .main-container {
  display: flex;
  flex-wrap: wrap;
  border-top: 0px solid #7F8678;
  margin-top: -1px;
  z-index: 2;
}
.cid-t1tSj0C311 .item-img {
  margin-bottom: 5px;
  overflow: hidden;
}
.cid-t1tSj0C311 .item-img img {
  object-fit: cover;
  height: auto;
  /**transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-t1tSj0C311 .item-img:hover img {
  transform: scale(1);**/
}
.cid-t1tSj0C311 .item-title {
  line-height: 1.1em;
  margin: 0 auto;
}
.cid-t1tSj0C311 .mbr-section-title {
  line-height: 1.25em;
  color: #015089;
  margin-bottom: 5px;
}
.cid-t1tSj0C311 .card-container {
  display: flex;
}
@media (max-width: 991px) {
  .cid-t1tSj0C311 .card-container {
    flex-wrap: wrap;
  }
}
.cid-t1tSj0C311 .card {
  padding: 30px;
  border-radius: 0;
  border: 1px solid #e4e5e3;
  /**background: #edeff0;**/
}
@media (max-width: 575px) {
  .cid-t1tSj0C311 .card {
    padding: 20px 10px;
  }
}
@media (min-width: 575px) {
  .cid-t1tSj0C311 .card:nth-child(2n-1) {
    border-left: 1px solid #e4e5e3;
  }
  .cid-t1tSj0C311 .card:first-child {
    border-left: 1px solid #e4e5e3;
  }
}
@media (min-width: 991px) {
  .cid-t1tSj0C311 .card {
    border-right: 1px solid #e4e5e3;
  }
  .cid-t1tSj0C311 .card:last-child {
    /**border-right: none; **/
  }
}
.cid-t1tSj0C311 .data-item {
  display: flex;
  align-items: center;
}
.cid-t1tSj0C311 .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-t1tSj0C311 .link-wrap {
  margin: 30px 0 6px;
}
.cid-t1tSj0C311 .text-art {
  flex-grow: 1;
}


/** partners **/
.cid-t2CVKcwT62 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t2CVKcwT62 .img-wrapper {
  text-align: center;
}
.cid-t2CVKcwT62 .bg-title {
  background-color: #72b0cf;
  border-radius: 4px;
}
.cid-t2CVKcwT62 img {
  margin: auto;
  width: 100%;
  max-width: 280px;
  padding-bottom: 15px;
}
.cid-t2CVKcwT62 .row {
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cid-t2CVKcwT62 .card-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1400px) {
  .cid-t2CVKcwT62 .card-wrapper {
    padding: 1.5rem 0.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-t2CVKcwT62 .card-wrapper {
    padding: 1rem 0.6rem;
  }
}
@media (max-width: 676px) {
  .cid-t2CVKcwT62 .card-wrapper {
    padding: 10px;
  }
}
.cid-t2CVKcwT62 .card-title {
  color: #666666;
}
.cid-t2CVKcwT62 .text {
  color: #666666;
}
.cid-t2CVKcwT62 .mbr-section-title {
  color: #444444;
}
.cid-t2CVKcwT62 .title {
  color: #015089;
}
.cid-t2CVKcwT62 .display-s {
  color: #8b8b8b;
  font-size: 0.88rem;
  line-height: 1.6;
}
@media (max-width: 677px) {
  .cid-t2CVKcwT62 .row {
    padding: 0 1.1rem;
    justify-content: left;
    align-items: left;
  }
  .cid-t2CVKcwT62 .display-s {
    font-size: 0.85rem;
    line-height: 1.5;
  }
}

@media (max-width: 576px) {
  .cid-t2CVKcwT62 .card-box {
    /**display: none;**/
  }
}

/** contact **/
.cid-t0K6dTO8uN {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t0K6dTO8uN .contacts-name {
  padding: 0 10px 3px 10px;
  margin: 0;
  color: #404040;
}
.cid-t0K6dTO8uN .contacts-info {
  padding-bottom: 30px;
  color: #718587;
  margin: 0;
}
.cid-t0K6dTO8uN .margin {
  margin-bottom: 10px;
}
.cid-t0K6dTO8uN .mbr-section-title {
  color: #005f8c;
  margin-bottom: 20px;
  padding: 0;
}
.cid-t0K6dTO8uN .description {
  color: #353535;
  margin-bottom: 20px;
  padding: 10px;
}
.cid-t0K6dTO8uN .title {
  font-size: 19px;
  color: #0997bb;
  padding: 10px 10px 10px 0;
  line-height: 1.34;
}
.cid-t0K6dTO8uN .form-heading {
  margin-bottom: 20px;
}
.cid-t0K6dTO8uN label {
  color: #ffffff;
  margin-bottom: 5px;
}
.cid-t0K6dTO8uN input,
.cid-t0K6dTO8uN textarea {
  background-color: #f4f4f4;
  margin-bottom: 22px;
}
.cid-t0K6dTO8uN .gray-button {
  margin: 0;
  background-color: #3F424E;
  color: #ffffff;
}
.cid-t0K6dTO8uN .mbr-section-btn {
  margin: 0;
  padding: 0;
}
.cid-t0K6dTO8uN .form-group {
  padding: 0 5px;
  margin: 0;
}
.cid-t0K6dTO8uN .left-side {
  padding: 0;
}
@media (max-width: 1000px) {
  .cid-t0K6dTO8uN .gray-button {
    margin-bottom: 50px;
    margin-top: 0px;
  }
}
.cid-t0K6dTO8uN .gray-button:hover {
  background-color: #5e6068;
}
.cid-t0K6dTO8uN ::placeholder {
  color: #d7d8dd;
}
.cid-t0K6dTO8uN LABEL {
  color: #1c1c1c;
}

.cid-t0K6dTO8uN .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-t0K6dTO8uN .line {
  display: inline-block;
  width: 45px;
  height: 6px;
  background-color: #aca481;
  margin-bottom: 1.3rem;
}

.cid-t0K6dTO8uN .google-map {
  padding-top: 30px;
  height: 22rem;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}
.cid-t0K6dTO8uN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t0K6dTO8uN .google-map [data-state-details] {
  color: #514e4a;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.13rem;
  padding-right: 1.13rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t0K6dTO8uN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t0K6pJL9NL .google-map[data-state='loading'] [data-state-details] {
  display: none;
}


.cid-t0K6pJL9NL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f2f2;
}
.cid-t0K6pJL9NL .google-map {
  height: 30rem;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-t0K6pJL9NL .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t0K6pJL9NL .google-map [data-state-details] {
  color: #514e4a;
  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-t0K6pJL9NL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t0K6pJL9NL .google-map[data-state='loading'] [data-state-details] {
  display: none;
}

/** cookie policy **/
.cid-rVshvXqIfn.popup-builder {
  background-color: rgba(220,220,220,0.6);
}
.cid-rVshvXqIfn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rVshvXqIfn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rVshvXqIfn .modal-content,
.cid-rVshvXqIfn .modal-dialog {
  height: auto;
}
.cid-rVshvXqIfn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rVshvXqIfn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rVshvXqIfn .form-wrapper .mbr-form .form-group,
  .cid-rVshvXqIfn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rVshvXqIfn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rVshvXqIfn .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-rVshvXqIfn .mbr-text {
  text-align: center;
}
.cid-rVshvXqIfn .pt-0 {
  padding-top: 0 !important;
}
.cid-rVshvXqIfn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rVshvXqIfn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rVshvXqIfn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rVshvXqIfn .modal-open {
  overflow: hidden;
}
.cid-rVshvXqIfn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rVshvXqIfn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rVshvXqIfn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rVshvXqIfn .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-rVshvXqIfn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rVshvXqIfn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rVshvXqIfn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rVshvXqIfn .modal-content {
  background-color: rgba(255, 255, 255, 0.931);
  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);
  padding: 20px;
}
.cid-rVshvXqIfn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rVshvXqIfn .modal-backdrop.fade {
  opacity: 0;
}
.cid-rVshvXqIfn .modal-backdrop.show {
  opacity: .5;
}
.cid-rVshvXqIfn .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-rVshvXqIfn .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rVshvXqIfn .modal-header .close:hover {
  opacity: 1;
}
.cid-rVshvXqIfn .modal-header .close:focus {
  outline: none;
}
.cid-rVshvXqIfn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rVshvXqIfn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rVshvXqIfn .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-rVshvXqIfn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rVshvXqIfn .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
  }
  .cid-rVshvXqIfn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rVshvXqIfn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rVshvXqIfn .modal-sm {
    max-width: 300px;
  }
  .cid-rVshvXqIfn .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rVshvXqIfn .modal-lg,
  .cid-rVshvXqIfn .modal-xl {
    max-width: 800px;
  }
  .cid-rVshvXqIfn .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rVshvXqIfn .modal-xl {
    max-width: 1140px;
  }
  .cid-rVshvXqIfn .container {
    max-width: 1140px;
  }
}
.cid-rVshvXqIfn .container {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rVshvXqIfn .container {
    max-width: 900px;
  }
}
.cid-rVshvXqIfn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rVshvXqIfn .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-rVshvXqIfn .form-group {
  margin-bottom: 1rem;
}
.cid-rVshvXqIfn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rVshvXqIfn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rVshvXqIfn .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%;
}


@media (max-width: 468px) {
  .cid-rVshvXqIfn .modal-dialog {
    margin-left: 0.8rem;
  }
  .cid-rVshvXqIfn .container {
    max-width: 400px;
  }
}




@media (max-width: 576px) {
  .cid-footer .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .STT {
    border: 0px solid #ff0000;
    left: 82%;
    width: 13%;
    height: 13%;
  }
}



.cid-videoserieslist {
  background: #efefef;
  padding-top: 60px;
  padding-bottom: 50px;
}
.cid-videoserieslist .videolist-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-videoserieslist {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .cid-videoserieslist .videolist-block {
    width: 100% !important;
  }
}
