@import url(https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700&display=swap);





.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 8rem;
}
.display-2 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 3.1875rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.1rem;
}
.display-4 {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.9rem;
}
.display-7 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #348fc8 !important;
}
.bg-success {
  background-color: #fa693a !important;
}
.bg-info {
  background-color: #00457c !important;
}
.bg-warning {
  background-color: #348fc8 !important;
}
.bg-danger {
  background-color: #ebeaed !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #348fc8 !important;
  border-color: #348fc8 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #348fc8;
  border-color: #348fc8;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #348fc8 !important;
  border-color: #348fc8 !important;
}
.btn-primary:hover {
  background-color: #2972a0 !important;
  border-color: #2972a0 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffcc01 !important;
  border-color: #ffcc01 !important;
  color: #010100 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #010100 !important;
  background-color: #ffcc01;
  border-color: #ffcc01;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #010100 !important;
  background-color: #ffcc01 !important;
  border-color: #ffcc01 !important;
}
.btn-secondary:hover {
  background-color: #348fc8 !important;
  border-color: #348fc8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #00457c !important;
  border-color: #00457c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #00457c;
  border-color: #00457c;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #00457c !important;
  border-color: #00457c !important;
}
.btn-info:hover {
  background-color: #002949 !important;
  border-color: #002949 !important;
}
.btn-success,
.btn-success:active {
  background-color: #fa693a !important;
  border-color: #fa693a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #fa693a;
  border-color: #fa693a;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #fa693a !important;
  border-color: #fa693a !important;
}
.btn-success:hover {
  background-color: #f94308 !important;
  border-color: #f94308 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #348fc8 !important;
  border-color: #348fc8 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #348fc8;
  border-color: #348fc8;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #348fc8 !important;
  border-color: #348fc8 !important;
}
.btn-warning:hover {
  background-color: #2972a0 !important;
  border-color: #2972a0 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
  color: #696474 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #696474 !important;
  background-color: #ebeaed;
  border-color: #ebeaed;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-danger:hover {
  background-color: #d1cfd5 !important;
  border-color: #d1cfd5 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #348fc8;
  color: #348fc8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #348fc8 !important;
  border-color: #348fc8;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #348fc8 !important;
  border-color: #348fc8 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #ffcc01;
  color: #ffcc01;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #010100 !important;
  background: #ffcc01 !important;
  border-color: #ffcc01;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #010100 !important;
  background-color: #ffcc01 !important;
  border-color: #ffcc01 !important;
}
.btn-secondary-outline:hover {
  background-color: #348fc8 !important;
  border-color: #348fc8 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #00457c;
  color: #00457c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #00457c !important;
  border-color: #00457c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #00457c !important;
  border-color: #00457c !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #fa693a;
  color: #fa693a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #fa693a !important;
  border-color: #fa693a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #fa693a !important;
  border-color: #fa693a !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #348fc8;
  color: #348fc8;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #348fc8 !important;
  border-color: #348fc8;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #348fc8 !important;
  border-color: #348fc8 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ebeaed;
  color: #ebeaed;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #696474 !important;
  background: #ebeaed !important;
  border-color: #ebeaed;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #348fc8 !important;
}
.text-secondary {
  color: #ffcc01 !important;
}
.text-success {
  color: #fa693a !important;
}
.text-info {
  color: #00457c !important;
}
.text-warning {
  color: #348fc8 !important;
}
.text-danger {
  color: #ebeaed !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #1f5577 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #9a7b00 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #c93505 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000c16 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #1f5577 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b7b3be !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #348fc8 !important;
}
.alert-success {
  background-color: #fa693a;
}
.alert-info {
  background-color: #00457c;
}
.alert-warning {
  background-color: #348fc8;
}
.alert-danger {
  background-color: #ebeaed;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #348fc8;
  border-color: #348fc8;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #348fc8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #97c7e4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #008cfc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #97c7e4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #348fc8;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #348fc8;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #348fc8;
  border-bottom-color: #348fc8;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #348fc8 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffcc01 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-thpZSvsLi7 {
  min-height: 77px !important;
  position: relative;
  overflow: visible;
  background: #00457c;
}
.cid-thpZSvsLi7 .nav-item,
.cid-thpZSvsLi7 .nav-link,
.cid-thpZSvsLi7 .navbar-caption {
  font-weight: normal;
}
.cid-thpZSvsLi7 .navbar-nav {
  counter-reset: number;
}
.cid-thpZSvsLi7 .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-thpZSvsLi7 .nav-link:before {
  content: '0' counter(number);
  display: inline-block;
  opacity: 0.7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: 0.6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-thpZSvsLi7 .navbar {
    min-height: 120px !important;
  }
  .cid-thpZSvsLi7 .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-thpZSvsLi7 .btn {
    white-space: nowrap;
  }
  .cid-thpZSvsLi7 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-thpZSvsLi7 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-thpZSvsLi7 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-thpZSvsLi7 .dropdown-toggle::after,
  .cid-thpZSvsLi7 .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-thpZSvsLi7 .dropdown-toggle::after {
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-thpZSvsLi7 .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-thpZSvsLi7 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-thpZSvsLi7 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-thpZSvsLi7 .dropdown-menu .dropdown-item:hover {
  color: #348fc8 !important;
  background-color: #fafafa;
}
.cid-thpZSvsLi7 .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-thpZSvsLi7 .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-thpZSvsLi7 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-thpZSvsLi7 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-thpZSvsLi7 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-thpZSvsLi7 .nav-item:focus,
.cid-thpZSvsLi7 .nav-link:focus {
  outline: none;
}
.cid-thpZSvsLi7 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-thpZSvsLi7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thpZSvsLi7 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-thpZSvsLi7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thpZSvsLi7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-thpZSvsLi7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thpZSvsLi7 ul.navbar-nav li {
  margin: auto;
}
.cid-thpZSvsLi7 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #00457c;
}
.cid-thpZSvsLi7 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #00457c !important;
}
.cid-thpZSvsLi7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thpZSvsLi7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thpZSvsLi7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thpZSvsLi7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.4rem - 1rem);
  }
}
.cid-thpZSvsLi7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-thpZSvsLi7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thpZSvsLi7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-thpZSvsLi7 .navbar {
    padding: 10px 0;
  }
  .cid-thpZSvsLi7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thpZSvsLi7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thpZSvsLi7 .navbar .container-fluid,
  .cid-thpZSvsLi7 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-thpZSvsLi7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-thpZSvsLi7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thpZSvsLi7 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-thpZSvsLi7 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-thpZSvsLi7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-thpZSvsLi7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-thpZSvsLi7 .navbar.navbar-short {
  background: #00457c !important;
  min-height: 90px;
}
.cid-thpZSvsLi7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-thpZSvsLi7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-thpZSvsLi7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-thpZSvsLi7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thpZSvsLi7 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-thpZSvsLi7 .dropdown-item.active,
.cid-thpZSvsLi7 .dropdown-item:active {
  background-color: transparent;
}
.cid-thpZSvsLi7 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thpZSvsLi7 .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-thpZSvsLi7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00457c;
}
.cid-thpZSvsLi7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-thpZSvsLi7 .navbar-buttons {
  text-align: center;
}
.cid-thpZSvsLi7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-thpZSvsLi7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc01;
}
.cid-thpZSvsLi7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-thpZSvsLi7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thpZSvsLi7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thpZSvsLi7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thpZSvsLi7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thpZSvsLi7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thpZSvsLi7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thpZSvsLi7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thpZSvsLi7 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-thpZSvsLi7 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-thpZSvsLi7 a.nav-link:hover {
  color: #348fc8 !important;
}
.is-builder .cid-thpZSvsLi7 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thpZSvsLi7 .navbar {
    height: 77px;
  }
  .cid-thpZSvsLi7 .navbar.opened {
    height: auto;
  }
  .cid-thpZSvsLi7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thrY3nNKYH {
  padding-top: 165px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/jjj-2000x1269.jpg");
}
.cid-thrY3nNKYH .title-align {
  width: 100%;
}
.cid-thrY3nNKYH .pricetitle {
  margin: 0;
  text-align: left;
}
.cid-thrY3nNKYH .img-col {
  position: relative;
  padding-top: 2rem;
}
.cid-thrY3nNKYH .img-col img {
  z-index: 2;
  position: relative;
}
.cid-thrY3nNKYH .pricebox {
  position: absolute;
  z-index: 1;
  top: -5rem;
  left: 2rem;
  width: 180px;
  height: 180px;
  background: #fbbe36;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-thrY3nNKYH H2 {
  color: #e7272d;
  position: relative;
  display: inline-block;
  width: fit-content;
  text-align: left;
}
.cid-thrY3nNKYH H2:before {
  position: absolute;
  content: '';
  right: -120px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
}
.cid-thrY3nNKYH img {
  max-width: 500px;
  margin: auto;
}
.cid-thrY3nNKYH .mbr-section-subtitle,
.cid-thrY3nNKYH .title-align {
  color: #ffffff;
  text-align: left;
}
.cid-thrY3nNKYH .price {
  color: #e7272d;
}
@media (max-width: 992px) {
  .cid-thrY3nNKYH .pricebox {
    top: -2rem;
    right: 2rem;
    left: auto;
  }
}
@media (max-width: 767px) {
  .cid-thrY3nNKYH .pricebox {
    width: 100px;
    height: 100px;
    top: 0rem;
    right: 2rem;
    left: auto;
  }
  .cid-thrY3nNKYH H2:before {
    width: 70px;
    right: -90px;
  }
  .cid-thrY3nNKYH .img-col {
    padding-top: 4rem;
  }
}
.cid-thrY3nNKYH H1 {
  color: #ffffff;
  text-align: left;
}
.cid-thrY3nNKYH .mbr-text,
.cid-thrY3nNKYH .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-thpZPaXhNW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-thpZPaXhNW .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #ffcc01;
}
.cid-thpZPaXhNW .wrap {
  margin-top: 20px;
}
.cid-thpZPaXhNW .wrap__card {
  box-shadow: 3px 15px 20px rgba(0, 0, 0, 0.08);
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .cid-thpZPaXhNW .wrap__card {
    padding: 20px;
  }
}
.cid-thpZPaXhNW .item1 {
  color: #000000;
  background-color: #ffffff;
}
.cid-thpZPaXhNW .item2 {
  color: #ffffff;
  background-color: #348fc8;
}
.cid-thpZPaXhNW .item3 {
  color: #ffffff;
  background-color: #00457c;
}
.cid-thpZPaXhNW .card__title {
  margin: 0px 0px 10px;
  color: #ffcc01;
}
.cid-thpZPaXhNW .card__time {
  border-radius: 4px;
  margin-top: 20px;
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  background-color: rgba(136, 136, 136, 0.2);
}
.cid-thpZPaXhNW .mbr-text,
.cid-thpZPaXhNW .mbr-section-btn,
.cid-thpZPaXhNW .price__list_check {
  margin-top: 25px;
}
.cid-thpZPaXhNW .mbr-text,
.cid-thpZPaXhNW .card__time {
  margin-bottom: 0;
}
.cid-thpZPaXhNW .item__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-thpZPaXhNW .price__list_check .item {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-thpZPaXhNW .price__list_check .item:before {
  content: '\e97c';
  font-family: 'Moririse2' !important;
  margin-right: 10px;
  font-size: 13px;
  vertical-align: middle;
  font-weight: bold;
}
.cid-thpZPaXhNW .price__list_close .item {
  padding: 5px 0;
  margin-bottom: 0;
  opacity: 0.6;
}
.cid-thpZPaXhNW .price__list_close .item:before {
  content: '\e91a';
  font-family: 'Moririse2' !important;
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
  font-weight: bold;
}
.cid-thpZPaXhNW .footnote {
  margin: 20px 0 10px;
  color: #888888;
}
@media (max-width: 991px) {
  .cid-thpZPaXhNW .footnote {
    margin-bottom: 30px;
  }
}
.cid-thpZPaXhNW .btn-info {
  border-color: #003cd3 !important;
  background-color: #003cd3 !important;
}
.cid-thpZPaXhNW .btn-info:hover {
  background-color: transparent !important;
  border-color: #003cd3 !important;
  color: #003cd3 !important;
}
.cid-thpZPaXhNW .btn-white:hover {
  background-color: transparent !important;
  color: #fff !important;
}
.cid-thpZPaXhNW .mbr-section-title {
  color: #348fc8;
}
.cid-thpZPaXhNW .card__price {
  color: #ffcc01;
}
.cid-thq3xgC2IJ .stats-item:hover span {
  color: #ffffff;
}
.cid-thq3xgC2IJ .stats-item {
  padding: 80px 20px;
}
.cid-thq3xgC2IJ .stats-item:nth-child(2n) {
  background-color: #00457c;
}
.cid-thq3xgC2IJ .stats-item:nth-child(odd) {
  background-color: #348fc8;
}
.cid-thq3xgC2IJ .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-thq3xgC2IJ .mbr-iconfont {
  font-size: 50px;
}
.cid-thq3xgC2IJ .heading {
  margin: 20px 0;
  color: #232323;
}
.cid-thq3xgC2IJ .container {
  min-width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 768px) and (min-width: 577px) {
  .cid-thq3xgC2IJ .stats-item:first-child {
    background: #00457c;
  }
  .cid-thq3xgC2IJ .stats-item:nth-child(2n) {
    background: #348fc8;
  }
  .cid-thq3xgC2IJ .stats-item:nth-child(0n+3) {
    background: #348fc8 none repeat scroll 0 center;
  }
  .cid-thq3xgC2IJ .stats-item:last-child {
    background: #00457c;
  }
}
.cid-thq3xgC2IJ .counter {
  text-align: center;
  color: #ffffff;
}
.cid-thq3xgC2IJ .mbr-card-title,
.cid-thq3xgC2IJ .mbr-iconfont {
  text-align: center;
  color: #ffcc01;
  display: block;
}
.cid-thsoNiskFM {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-thsoNiskFM .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-thsoNiskFM .card-wrap {
  background-color: #348fc8;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-thsoNiskFM .card-wrap:hover h4,
.cid-thsoNiskFM .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-thsoNiskFM h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-thsoNiskFM h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-thsoNiskFM img {
  width: 100%;
}
.cid-thsoNiskFM h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-thsoNiskFM h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-thsoNiskFM .card-title1,
.cid-thsoNiskFM .title-wrap1 {
  color: #ffffff;
}
.cid-thsoNiskFM .card-title,
.cid-thsoNiskFM .title-wrap {
  color: #ffcc01;
}
@media (max-width: 992px) {
  .cid-thsoNiskFM .mdpb {
    padding-bottom: 2rem;
  }
  .cid-thsoNiskFM .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-thsoNiskFM H3 {
  color: #ffffff;
}
.cid-thsoTHehQI {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-thsoTHehQI .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-thsoTHehQI .card-wrap {
  background-color: #348fc8;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-thsoTHehQI .card-wrap:hover h4,
.cid-thsoTHehQI .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-thsoTHehQI h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-thsoTHehQI h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-thsoTHehQI img {
  width: 100%;
}
.cid-thsoTHehQI h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-thsoTHehQI h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-thsoTHehQI .card-title1,
.cid-thsoTHehQI .title-wrap1 {
  color: #ffffff;
}
.cid-thsoTHehQI .card-title,
.cid-thsoTHehQI .title-wrap {
  color: #ffcc01;
}
@media (max-width: 992px) {
  .cid-thsoTHehQI .mdpb {
    padding-bottom: 2rem;
  }
  .cid-thsoTHehQI .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-thsoTHehQI H3 {
  color: #ffffff;
}
.cid-thpZYKmzoW {
  overflow-x: hidden !important;
}
.cid-thpZYKmzoW,
.cid-thpZYKmzoW .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-thpZYKmzoW .mbr-section-title {
  color: #ffcc01;
}
.cid-thpZYKmzoW .mbr-section-title span {
  color: #348fc8;
}
.cid-thpZYKmzoW .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-thpZYKmzoW .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s;
  background-image: url("../../../assets/images/speed-motion-on-night-abstract-image-of-future-technology-concept-2000x750.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-thpZYKmzoW .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-thpZYKmzoW .mbr-overlay {
  z-index: 1;
}
.cid-thpZYKmzoW .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-thq4bOaCWO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #348fc8;
}
.cid-thq4bOaCWO .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-thq4bOaCWO .mbr-section-title {
  margin: 0;
  color: #ffcc01;
}
.cid-thq4bOaCWO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-thq4bOaCWO .card-img span {
  color: #ffffff;
}
.cid-thq4bOaCWO .row-item {
  margin-bottom: 2rem;
}
.cid-thq4bOaCWO .row-item:hover .wrapper {
  background: linear-gradient(90deg, #00457c, #00457c);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-thq4bOaCWO .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-thq4bOaCWO .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-thq4bOaCWO .wrapper {
  padding: 2.5rem 1rem;
  background: #00457c;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-thq4bOaCWO .mbr-card-title,
.cid-thq4bOaCWO .card-img {
  color: #ffffff;
}
.cid-thq0TCr42n {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thq0TCr42n .wrap {
  overflow: hidden;
  height: 500px;
  background-color: rgba(0, 69, 124, 0.98);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-thq0TCr42n .wrap {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .cid-thq0TCr42n .content__block {
    padding: 80px 30px;
  }
}
@media (max-width: 1199px) {
  .cid-thq0TCr42n .content__block {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .cid-thq0TCr42n .content__block {
    padding: 40px 15px;
  }
}
.cid-thq0TCr42n .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-thq0TCr42n .mbr-text {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-thq0TCr42n .image {
  height: 500px;
}
@media (min-width: 1200px) {
  .cid-thq0TCr42n .image {
    padding: 80px 15px 0;
  }
}
@media (max-width: 1199px) {
  .cid-thq0TCr42n .image {
    padding: 50px 15px 0;
  }
}
@media (max-width: 767px) {
  .cid-thq0TCr42n .image {
    padding: 0 0 40px;
  }
}
.cid-thq0TCr42n .image img {
  max-width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
.cid-thq0TCr42n .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-thq0TCr42n .mbr-section-title {
  color: #ffcc01;
}
.cid-thq03Ew16l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-thq03Ew16l .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-thq03Ew16l .mbr-text {
  margin-bottom: 20px;
}
.cid-thq03Ew16l .wrap {
  margin-bottom: 30px;
}
.cid-thq03Ew16l .card__wrap {
  display: flex;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-thq03Ew16l .card__wrap:hover .author,
.cid-thq03Ew16l .card__wrap:hover .date,
.cid-thq03Ew16l .card__wrap:hover .category__content,
.cid-thq03Ew16l .card__wrap:hover .category__estimate,
.cid-thq03Ew16l .card__wrap:hover .content__title,
.cid-thq03Ew16l .card__wrap:hover .mbr-section-btn2 .btn {
  color: #fff !important;
}
.cid-thq03Ew16l .card__wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-thq03Ew16l .card__wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-thq03Ew16l .card__wrap:hover .card__post {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-thq03Ew16l .image {
  overflow: hidden;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-thq03Ew16l .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-thq03Ew16l .image:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.45;
  background-color: #17161a;
  z-index: 5;
  pointer-events: none;
  border-radius: 4px;
}
.cid-thq03Ew16l .card__post {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-thq03Ew16l .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-thq03Ew16l .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-thq03Ew16l .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-thq03Ew16l .card__content {
  padding: 30px;
  position: absolute;
  bottom: 0;
  top: 86px;
  left: 0;
  align-self: flex-end;
  z-index: 5;
  pointer-events: none;
  top: 0;
}
.cid-thq03Ew16l .card__content > div {
  pointer-events: all;
}
.cid-thq03Ew16l .card__content .mbr-section-btn2 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 7;
  pointer-events: all;
  width: calc(100% - 45px);
}
.cid-thq03Ew16l .card__content .mbr-section-btn2 .btn {
  transition-duration: 0s;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
  margin-left: 0;
}
.cid-thq03Ew16l .card__content .mbr-section-btn2 .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-thq03Ew16l .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #348fc8;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-thq03Ew16l .content__title {
  margin: 12px 0;
  pointer-events: all;
}
@media (max-width: 575px) {
  .cid-thq03Ew16l .mbr-section-btn .btn {
    margin-bottom: 0;
  }
}
.cid-thq03Ew16l .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-thq03Ew16l .mbr-section-title {
  color: #00457c;
}
.cid-thq1cw2wr6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #00457c;
}
@media (max-width: 767px) {
  .cid-thq1cw2wr6 .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-thq1cw2wr6 .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-thq1cw2wr6 .mbr-section-title {
  color: #ffffff;
}
.cid-thq1vXxYOE {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-thq1vXxYOE .container-fluid {
  padding: 0 3rem;
}
.cid-thq1vXxYOE .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #348fc8 50%, #ffcc01 120%);
  display: inline-block;
}
.cid-thq1vXxYOE .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-thq1vXxYOE .header-text {
  padding: 2rem 1rem !important;
}
.cid-thq1vXxYOE .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-thq1vXxYOE .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-thq1vXxYOE .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-thq1vXxYOE .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-thq1vXxYOE .card .card-header a.panel-title:hover .sign {
  background-color: #00457c !important;
}
.cid-thq1vXxYOE .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #ffcc01;
  padding: 2rem;
  padding-top: 36px;
  color: #000000;
}
.cid-thq1vXxYOE .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-thq1vXxYOE .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-thq1vXxYOE .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-thq1vXxYOE .container-fluid {
    padding: 0 1rem;
  }
  .cid-thq1vXxYOE .header-text {
    padding: 1rem !important;
  }
  .cid-thq1vXxYOE .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-thq1vXxYOE .panel-body {
    width: calc(100% - 48px);
  }
  .cid-thq1vXxYOE .panel-group {
    padding: 0;
  }
}
.cid-thq1vXxYOE .header-text,
.cid-thq1vXxYOE .sign {
  color: #00457c;
}
.cid-thq1vXxYOE .mbr-section-title,
.cid-thq1vXxYOE .underline {
  color: #00457c;
}
.cid-thq1vXxYOE .panel-text {
  color: #00457c;
}
.cid-thq1Wocdig {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thq1Wocdig .wrap {
  overflow: hidden;
  height: 500px;
  background-color: rgba(0, 69, 124, 0.98);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-thq1Wocdig .wrap {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .cid-thq1Wocdig .content__block {
    padding: 80px 30px;
  }
}
@media (max-width: 1199px) {
  .cid-thq1Wocdig .content__block {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .cid-thq1Wocdig .content__block {
    padding: 40px 15px;
  }
}
.cid-thq1Wocdig .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-thq1Wocdig .mbr-text {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-thq1Wocdig .image {
  height: 500px;
}
@media (min-width: 1200px) {
  .cid-thq1Wocdig .image {
    padding: 80px 15px 0;
  }
}
@media (max-width: 1199px) {
  .cid-thq1Wocdig .image {
    padding: 50px 15px 0;
  }
}
@media (max-width: 767px) {
  .cid-thq1Wocdig .image {
    padding: 0 0 40px;
  }
}
.cid-thq1Wocdig .image img {
  max-width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
.cid-thq1Wocdig .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-thq1Wocdig .mbr-text,
.cid-thq1Wocdig .mbr-section-btn {
  color: #ffffff;
}
.cid-thq1Wocdig .mbr-section-title {
  color: #ffcc01;
}
.cid-thq2BeR6AD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-thq2BeR6AD .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-thq2BeR6AD .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-thq2BeR6AD .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-thq2BeR6AD .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-thq2BeR6AD .logo-section img {
  width: auto;
}
.cid-thq2BeR6AD .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #00457c;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-thq2BeR6AD .icon-transition span:hover {
  background-color: #ffcc01;
}
.cid-thq2BeR6AD .mbr-text {
  color: #767676;
}
@media (max-width: 991px) {
  .cid-thq2BeR6AD .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-thq2BeR6AD .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-thq2BeR6AD .mbr-text {
    margin-bottom: 1.5rem;
  }
}
