body {
  font-family: Outfit;
}
.display-1 {
  font-family: 'Outfit', sans-serif;
  font-size: 3.9rem;
  line-height: 1;
  letter-spacing: -0.05em;
}
.display-1 > .mbr-iconfont {
  font-size: 4.875rem;
}
.display-2 {
  font-family: 'Outfit', sans-serif;
  font-size: 2.7rem;
  line-height: 1.05;
  letter-spacing: -0.03em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.375rem;
}
.display-4 {
  font-family: 'Outfit', sans-serif;
  font-size: 0.85rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.0625rem;
}
.display-5 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.9rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.375rem;
}
.display-7 {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 3.12rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.73rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.16rem;
    font-size: calc( 1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.68rem;
    font-size: calc( 0.9475rem + (0.85 - 0.9475) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9475rem + (0.85 - 0.9475) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 33px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 33px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 33px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 33px;
}
.bg-primary {
  background-color: #d63612 !important;
}
.bg-success {
  background-color: #8c8c8c !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #99c392 !important;
}
.bg-danger {
  background-color: #fcc70b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d63612 !important;
  border-color: #d63612 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #86220b !important;
  border-color: #86220b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d63612 !important;
  border-color: #d63612 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #86220b !important;
  border-color: #86220b !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #8c8c8c !important;
  border-color: #8c8c8c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #616161 !important;
  border-color: #616161 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #99c392 !important;
  border-color: #99c392 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #65a45a !important;
  border-color: #65a45a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fcc70b !important;
  border-color: #fcc70b !important;
  color: #080600 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #080600 !important;
  background-color: #ae8802 !important;
  border-color: #ae8802 !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.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.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: transparent;
  color: #d63612;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #86220b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d63612 !important;
  border-color: #d63612 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d63612;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #86220b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d63612 !important;
  border-color: #d63612 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8c8c8c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #616161 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #8c8c8c !important;
  border-color: #8c8c8c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #99c392;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #65a45a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #99c392 !important;
  border-color: #99c392 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fcc70b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ae8802 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #080600 !important;
  background-color: #fcc70b !important;
  border-color: #fcc70b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #d63612 !important;
}
.text-secondary {
  color: #d63612 !important;
}
.text-success {
  color: #8c8c8c !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #99c392 !important;
}
.text-danger {
  color: #fcc70b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #781e0a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #781e0a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #595959 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #5f9a55 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9f7c02 !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;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d63612;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #99c392;
}
.alert-danger {
  background-color: #fcc70b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d63612;
  border-color: #d63612;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d63612;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9c6bb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cccccc;
}
.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: #e6f0e4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fef5d5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Outfit', sans-serif;
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.0625rem;
}
.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: #d63612 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Outfit', sans-serif;
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.0625rem;
}
blockquote {
  border-color: #d63612;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d63612;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d63612;
}
.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: #d63612;
  border-bottom-color: #d63612;
}
.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: #d63612 !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: #d63612 !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='%23d63612' %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;
}
.btn-primary,
.btn-secondary,
.btn-info,
.btn-success,
.btn-warning,
.btn-danger,
.btn-white,
.btn-black {
  padding: 15px !important;
  min-width: 100px !important;
}
.cid-tDhVfdkUAD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edeff0;
}
.cid-tDhVfdkUAD .carousel {
  min-height: 100%!important;
}
.cid-tDhVfdkUAD .carousel img {
  object-fit: cover!important;
}
@media (min-width: 992px) {
  .cid-tDhVfdkUAD .carousel {
    min-height: 700px;
  }
  .cid-tDhVfdkUAD .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tDhVfdkUAD .carousel {
    min-height: 455px;
  }
  .cid-tDhVfdkUAD .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tDhVfdkUAD .carousel {
    min-height: 385px;
  }
  .cid-tDhVfdkUAD .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-tDhVfdkUAD .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tDhVfdkUAD .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tDhVfdkUAD .carousel,
.cid-tDhVfdkUAD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tDhVfdkUAD .item-wrapper {
  width: 100%;
}
.cid-tDhVfdkUAD .carousel-caption {
  bottom: 40px;
}
.cid-tDhVfdkUAD .mobi-mbri {
  font-size: 1rem;
}
.cid-tDhVfdkUAD .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tDhVfdkUAD .carousel-control {
  top: 55%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tDhVfdkUAD .carousel-control.carousel-control-prev {
  left: 5%;
}
@media (max-width: 992px) {
  .cid-tDhVfdkUAD .carousel-control.carousel-control-prev {
    left: 15%;
  }
}
.cid-tDhVfdkUAD .carousel-control.carousel-control-next {
  right: 5%;
}
@media (max-width: 992px) {
  .cid-tDhVfdkUAD .carousel-control.carousel-control-next {
    right: 15%;
  }
}
.cid-tDhVfdkUAD .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tDhVfdkUAD .carousel-indicators li {
  max-width: 10px;
  height: 10px;
  width: 10px;
  max-height: 10px;
  margin: 3px;
  background-color: #181818;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-tDhVfdkUAD .carousel-indicators li.active,
.cid-tDhVfdkUAD .carousel-indicators li:hover {
  opacity: 0.9;
  border: 2px solid #181818;
  background-color: #fff;
}
.cid-tDhVfdkUAD .carousel-indicators li::after,
.cid-tDhVfdkUAD .carousel-indicators li::before {
  content: none;
}
.cid-tDhVfdkUAD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tDhVfdkUAD .carousel-indicators {
    display: none !important;
  }
}
.cid-tDhVfdkUAD .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tDhVfdkUAD .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tDhVfdkUAD P {
  color: #ffffff;
}
.cid-tDhVxc61zu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDhVxc61zu .card-wrapper,
.cid-tDhVxc61zu .cid-tDhVxc61zu .cards .card .card-wrapper img {
  min-height: 300px!important;
  height: 300px!important;
}
.cid-tDhVxc61zu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDhVxc61zu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDhVxc61zu .title-wrapper {
  margin: 0 160px;
  border-top: 2px solid #e5e5e5;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDhVxc61zu .title-wrapper {
    margin: 0 30px;
  }
}
.cid-tDhVxc61zu .title-wrapper .mbr-section-title {
  padding-top: 20px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tDhVxc61zu .title-wrapper .mbr-section-title {
    padding-top: 12px;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .cid-tDhVxc61zu .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tDhVxc61zu .cards {
  margin: 0 144px;
}
@media (max-width: 992px) {
  .cid-tDhVxc61zu .cards {
    margin: 0 18px;
  }
}
@media (max-width: 768px) {
  .cid-tDhVxc61zu .cards {
    margin: 0 30px;
  }
}
.cid-tDhVxc61zu .cards .card {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tDhVxc61zu .cards .card {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tDhVxc61zu .cards .card {
    padding: 0;
  }
}
.cid-tDhVxc61zu .cards .card .card-wrapper {
  position: relative;
  width: 100%;
  min-height: 510px;
}
.cid-tDhVxc61zu .cards .card .card-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 510px;
  background: #d63612;
  opacity: 0;
  transition: all .3s ease;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-tDhVxc61zu .cards .card .card-wrapper .card-overlay {
    z-index: 0;
  }
}
.cid-tDhVxc61zu .cards .card .card-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 510px;
  object-fit: cover;
  pointer-events: visible;
}
.cid-tDhVxc61zu .cards .card .card-wrap {
  margin-top: 40px;
  display: flex;
  transform: translate(-36px, 0);
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-tDhVxc61zu .cards .card .card-wrap {
    margin-top: 25px;
    transform: none;
  }
}
.cid-tDhVxc61zu .cards .card .card-wrap span {
  display: flex;
  align-items: center;
  font-size: 22px;
  margin-right: 12px;
  opacity: 0;
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-tDhVxc61zu .cards .card .card-wrap span {
    opacity: 1;
  }
}
.cid-tDhVxc61zu .cards .card .card-wrap .card-title {
  margin: 0;
}
.cid-tDhVxc61zu .card-link:hover .card-wrapper .card-overlay {
  opacity: .7;
}
.cid-tDhVxc61zu .card-link:hover .card-wrap {
  transform: translate(0, 0);
}
.cid-tDhVxc61zu .card-link:hover .card-wrap span {
  opacity: 1;
  color: #d63612;
}
.cid-tDhVxc61zu .mbr-section-title {
  color: #000000;
}
.cid-tDhVxc61zu .card-title,
.cid-tDhVxc61zu .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-tDhVxc61zu .card-link:hover .card-wrap .card-title {
  color: #d63612;
}
.cid-tDislfbAIY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-tDislfbAIY .logo {
  width: 80px;
  margin-bottom: 24px;
}
.cid-tDislfbAIY .wechat-img {
  max-width: 240px;
  margin: 0 auto;
}
.cid-tDislfbAIY .vc-logo {
  height: 40px;
  width: auto;
}
.cid-tDislfbAIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDislfbAIY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDislfbAIY .row-main {
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .cid-tDislfbAIY .row-main {
    margin-bottom: 140px;
  }
}
@media (max-width: 768px) {
  .cid-tDislfbAIY .row-main {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .cid-tDislfbAIY .title {
    display: none;
  }
}
.cid-tDislfbAIY .title-wrapper {
  display: flex;
}
.cid-tDislfbAIY .title-wrapper img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-right: 12px;
  border-radius: 15%;
}
.cid-tDislfbAIY .title-wrapper .mbr-section-title {
  margin: 0;
}
.cid-tDislfbAIY .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tDislfbAIY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tDislfbAIY .list {
    margin-bottom: 0;
  }
}
.cid-tDislfbAIY .social-wrapper {
  width: 100%;
}
.cid-tDislfbAIY .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-tDislfbAIY .social-row {
    margin-top: 12px;
  }
}
.cid-tDislfbAIY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  margin-bottom: 20px;
  height: 18px;
  width: 18px;
}
.cid-tDislfbAIY .soc-item a span {
  font-size: 18px;
}
@media (max-width: 768px) {
  .cid-tDislfbAIY .card-list {
    display: none;
  }
}
.cid-tDislfbAIY .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #8c8c8c;
}
@media (max-width: 992px) {
  .cid-tDislfbAIY .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .cid-tDislfbAIY .mbr-section-subtitle {
    display: none;
  }
}
.cid-tDislfbAIY .mbr-text {
  margin-bottom: 20px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-tDislfbAIY .mbr-text {
    margin-bottom: 12px;
  }
}
.cid-tDislfbAIY .mbr-contact {
  margin-bottom: 0;
  padding-bottom: 6px;
  transition: all .3s ease;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tDislfbAIY .mbr-contact {
    padding-bottom: 4px;
  }
}
.cid-tDislfbAIY .copyright-container {
  display: flex;
}
@media (max-width: 768px) {
  .cid-tDislfbAIY .copyright-container {
    display: block;
  }
}
.cid-tDislfbAIY .copyright-container .copyright-wrapper {
  width: 50%;
}
@media (max-width: 768px) {
  .cid-tDislfbAIY .copyright-container .copyright-wrapper {
    width: 100%;
  }
}
.cid-tDislfbAIY .copyright-container .copyright-wrapper .copyright {
  margin-bottom: 20px;
}
.cid-tDislfbAIY .copyright-container .copyright-list {
  width: 50%;
}
@media (max-width: 768px) {
  .cid-tDislfbAIY .copyright-container .copyright-list {
    width: 100%;
  }
}
.cid-tDislfbAIY .copyright-container .copyright-list ul {
  display: inline-flex;
}
.cid-tDislfbAIY .copyright-container .copyright-list ul .mbr-copy {
  margin: 0 30px 0 0;
  transition: all .3s ease;
}
.cid-tDislfbAIY .item-wrap:hover,
.cid-tDislfbAIY p:hover,
.cid-tDislfbAIY .mbr-iconfont:hover {
  color: #000;
}
.cid-tDislfbAIY .mbr-section-title,
.cid-tDislfbAIY .mbr-iconfont {
  color: #000000;
}
.cid-tDislfbAIY .copyright {
  color: #000000;
}
.cid-tDislfbAIY .list-copy {
  color: #000000;
}
.cid-tDislfbAIY .copyright,
.cid-tDislfbAIY .copyright-list {
  color: #000000;
}
.cid-tECNWdwLdz .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tECNWdwLdz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tECNWdwLdz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .menu_box .navbar.opened,
  .cid-tECNWdwLdz .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tECNWdwLdz .navbar-dropdown {
  position: relative !important;
}
.cid-tECNWdwLdz nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tECNWdwLdz .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tECNWdwLdz .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-tECNWdwLdz .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tECNWdwLdz .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-tECNWdwLdz .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tECNWdwLdz .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tECNWdwLdz .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tECNWdwLdz .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tECNWdwLdz .offcanvas-body .mbr-text,
  .cid-tECNWdwLdz .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tECNWdwLdz .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #961e04;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tECNWdwLdz ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tECNWdwLdz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tECNWdwLdz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tECNWdwLdz .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tECNWdwLdz li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-tECNWdwLdz .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tECNWdwLdz .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tECNWdwLdz .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .nav-item {
    margin: 0 !important;
  }
}
.cid-tECNWdwLdz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tECNWdwLdz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tECNWdwLdz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tECNWdwLdz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tECNWdwLdz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tECNWdwLdz .offcanvas_box {
    display: none;
  }
}
.cid-tECNWdwLdz .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tECNWdwLdz .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tECNWdwLdz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tECNWdwLdz .nav-link {
  position: relative;
  color: #000000;
}
.cid-tECNWdwLdz .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-tECNWdwLdz .container {
  display: flex;
  margin: auto;
}
.cid-tECNWdwLdz .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tECNWdwLdz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tECNWdwLdz .iconfont-wrapper:hover {
  color: #d63612;
}
.cid-tECNWdwLdz .navbar-caption {
  color: #000000;
}
.cid-tECNWdwLdz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tECNWdwLdz .navbar-nav {
    margin: 0;
  }
}
.cid-tECNWdwLdz .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tECNWdwLdz .dropdown-menu,
.cid-tECNWdwLdz .navbar.opened {
  background-color: false !important;
}
.cid-tECNWdwLdz .nav-item:focus,
.cid-tECNWdwLdz .nav-link:focus {
  outline: none;
}
.cid-tECNWdwLdz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tECNWdwLdz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tECNWdwLdz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tECNWdwLdz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tECNWdwLdz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tECNWdwLdz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tECNWdwLdz .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.cid-tECNWdwLdz .navbar.opened {
  transition: all 0.3s;
}
.cid-tECNWdwLdz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tECNWdwLdz .navbar .navbar-logo img {
  min-width: 34px;
  min-height: 34px;
  object-fit: cover;
}
.cid-tECNWdwLdz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tECNWdwLdz .navbar.collapsed {
  justify-content: center;
}
.cid-tECNWdwLdz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tECNWdwLdz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tECNWdwLdz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tECNWdwLdz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tECNWdwLdz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tECNWdwLdz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tECNWdwLdz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tECNWdwLdz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tECNWdwLdz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tECNWdwLdz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tECNWdwLdz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tECNWdwLdz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tECNWdwLdz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tECNWdwLdz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tECNWdwLdz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tECNWdwLdz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tECNWdwLdz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tECNWdwLdz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tECNWdwLdz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tECNWdwLdz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tECNWdwLdz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tECNWdwLdz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tECNWdwLdz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tECNWdwLdz .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-tECNWdwLdz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tECNWdwLdz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tECNWdwLdz .dropdown-item.active,
.cid-tECNWdwLdz .dropdown-item:active {
  background-color: transparent;
}
.cid-tECNWdwLdz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tECNWdwLdz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tECNWdwLdz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tECNWdwLdz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tECNWdwLdz ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tECNWdwLdz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tECNWdwLdz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tECNWdwLdz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #961e04;
}
.cid-tECNWdwLdz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tECNWdwLdz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tECNWdwLdz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tECNWdwLdz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tECNWdwLdz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tECNWdwLdz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tECNWdwLdz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tECNWdwLdz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tECNWdwLdz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tECNWdwLdz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tECNWdwLdz .navbar {
    height: 70px;
  }
  .cid-tECNWdwLdz .navbar.opened {
    height: auto;
  }
  .cid-tECNWdwLdz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tECNWdwLdz .mbr-section-btn .btn,
.cid-tECNWdwLdz .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tECNWdwLdz .mbr-section-btn .btn:first-child,
.cid-tECNWdwLdz .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-tECNWdwLdz .mbr-section-btn .btn:focus,
.cid-tECNWdwLdz .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-tECNWdwLdz .mbr-section-btn .btn span,
.cid-tECNWdwLdz .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tECNWdwLdz .mbr-section-btn .btn:hover,
.cid-tECNWdwLdz .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #d63612 !important;
}
.cid-tECNWdwLdz .mbr-section-btn .btn:hover span,
.cid-tECNWdwLdz .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tECNWdwLdz .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tECNWdwLdz .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tECNWdwLdz .navbar-caption:hover {
  color: #d63612;
}
.cid-tECNWdwLdz .nav-link:hover {
  color: #d63612;
}
.cid-tECNWdwLdz .nav-link:hover::before {
  background-color: #000000;
}
.cid-tECNWdwLdz .mbr-section-subtitle {
  color: #124ad6;
}
.cid-tECNWdwLdz .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tECNWdwLdz .mbr-section-subtitle,
.cid-tECNWdwLdz .text_widget {
  text-align: left;
}
.cid-tECNWdwLdz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tECNWdwLdz .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tECNWdwLdz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tECNWdwLdz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .menu_box .navbar.opened,
  .cid-tECNWdwLdz .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tECNWdwLdz .navbar-dropdown {
  position: relative !important;
}
.cid-tECNWdwLdz nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tECNWdwLdz .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tECNWdwLdz .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-tECNWdwLdz .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tECNWdwLdz .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-tECNWdwLdz .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tECNWdwLdz .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tECNWdwLdz .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tECNWdwLdz .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tECNWdwLdz .offcanvas-body .mbr-text,
  .cid-tECNWdwLdz .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tECNWdwLdz .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #961e04;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tECNWdwLdz ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tECNWdwLdz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tECNWdwLdz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tECNWdwLdz .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tECNWdwLdz li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-tECNWdwLdz .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tECNWdwLdz .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tECNWdwLdz .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .nav-item {
    margin: 0 !important;
  }
}
.cid-tECNWdwLdz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tECNWdwLdz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tECNWdwLdz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tECNWdwLdz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tECNWdwLdz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tECNWdwLdz .offcanvas_box {
    display: none;
  }
}
.cid-tECNWdwLdz .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tECNWdwLdz .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tECNWdwLdz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tECNWdwLdz .nav-link {
  position: relative;
  color: #000000;
}
.cid-tECNWdwLdz .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-tECNWdwLdz .container {
  display: flex;
  margin: auto;
}
.cid-tECNWdwLdz .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tECNWdwLdz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tECNWdwLdz .iconfont-wrapper:hover {
  color: #d63612;
}
.cid-tECNWdwLdz .navbar-caption {
  color: #000000;
}
.cid-tECNWdwLdz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tECNWdwLdz .navbar-nav {
    margin: 0;
  }
}
.cid-tECNWdwLdz .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tECNWdwLdz .dropdown-menu,
.cid-tECNWdwLdz .navbar.opened {
  background-color: false !important;
}
.cid-tECNWdwLdz .nav-item:focus,
.cid-tECNWdwLdz .nav-link:focus {
  outline: none;
}
.cid-tECNWdwLdz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tECNWdwLdz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tECNWdwLdz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tECNWdwLdz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tECNWdwLdz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tECNWdwLdz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tECNWdwLdz .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.cid-tECNWdwLdz .navbar.opened {
  transition: all 0.3s;
}
.cid-tECNWdwLdz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tECNWdwLdz .navbar .navbar-logo img {
  min-width: 34px;
  min-height: 34px;
  object-fit: cover;
}
.cid-tECNWdwLdz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tECNWdwLdz .navbar.collapsed {
  justify-content: center;
}
.cid-tECNWdwLdz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tECNWdwLdz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tECNWdwLdz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tECNWdwLdz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tECNWdwLdz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tECNWdwLdz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tECNWdwLdz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tECNWdwLdz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tECNWdwLdz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tECNWdwLdz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tECNWdwLdz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tECNWdwLdz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tECNWdwLdz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tECNWdwLdz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tECNWdwLdz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tECNWdwLdz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tECNWdwLdz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tECNWdwLdz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tECNWdwLdz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tECNWdwLdz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tECNWdwLdz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tECNWdwLdz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tECNWdwLdz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tECNWdwLdz .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-tECNWdwLdz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tECNWdwLdz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tECNWdwLdz .dropdown-item.active,
.cid-tECNWdwLdz .dropdown-item:active {
  background-color: transparent;
}
.cid-tECNWdwLdz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tECNWdwLdz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tECNWdwLdz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tECNWdwLdz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tECNWdwLdz ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tECNWdwLdz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tECNWdwLdz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tECNWdwLdz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #961e04;
}
.cid-tECNWdwLdz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tECNWdwLdz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tECNWdwLdz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tECNWdwLdz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tECNWdwLdz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tECNWdwLdz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tECNWdwLdz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tECNWdwLdz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tECNWdwLdz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tECNWdwLdz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tECNWdwLdz .navbar {
    height: 70px;
  }
  .cid-tECNWdwLdz .navbar.opened {
    height: auto;
  }
  .cid-tECNWdwLdz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tECNWdwLdz .mbr-section-btn .btn,
.cid-tECNWdwLdz .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tECNWdwLdz .mbr-section-btn .btn:first-child,
.cid-tECNWdwLdz .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-tECNWdwLdz .mbr-section-btn .btn:focus,
.cid-tECNWdwLdz .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-tECNWdwLdz .mbr-section-btn .btn span,
.cid-tECNWdwLdz .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tECNWdwLdz .mbr-section-btn .btn:hover,
.cid-tECNWdwLdz .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #d63612 !important;
}
.cid-tECNWdwLdz .mbr-section-btn .btn:hover span,
.cid-tECNWdwLdz .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tECNWdwLdz .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tECNWdwLdz .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tECNWdwLdz .navbar-caption:hover {
  color: #d63612;
}
.cid-tECNWdwLdz .nav-link:hover {
  color: #d63612;
}
.cid-tECNWdwLdz .nav-link:hover::before {
  background-color: #000000;
}
.cid-tECNWdwLdz .mbr-section-subtitle {
  color: #124ad6;
}
.cid-tECNWdwLdz .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tECNWdwLdz .mbr-section-subtitle,
.cid-tECNWdwLdz .text_widget {
  text-align: left;
}
.cid-tECNWdwLdz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDhZ6dfzi0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bkl-2477-721x480.jpg");
}
.cid-tDhZ6dfzi0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDhZ6dfzi0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDhZ6dfzi0 .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tDhZ6dfzi0 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tDhZ6dfzi0 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tDhZ6dfzi0 .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tDhZ6dfzi0 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #d63612 !important;
}
.cid-tDhZ6dfzi0 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tDhZ6dfzi0 .title-wrapper {
  position: relative;
  margin-top: 20rem;
  padding: 80px 160px 80px 100px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tDhZ6dfzi0 .title-wrapper {
    padding: 60px 60px 60px 60px;
  }
}
@media (max-width: 768px) {
  .cid-tDhZ6dfzi0 .title-wrapper {
    padding: 40px 30px 40px 30px;
  }
}
.cid-tDhZ6dfzi0 .title-wrapper .title-link-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tDhZ6dfzi0 .title-wrapper .title-link-wrap {
    margin-bottom: 12px;
  }
}
.cid-tDhZ6dfzi0 .title-wrapper .title-link-wrap .title-link {
  display: inline-flex;
}
.cid-tDhZ6dfzi0 .title-wrapper .title-link-wrap .title-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 5px;
  transition: all .3s ease;
}
.cid-tDhZ6dfzi0 .title-wrapper .title-link-wrap .title-link .mbr-link {
  margin: 0;
}
.cid-tDhZ6dfzi0 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tDhZ6dfzi0 .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-tDhZ6dfzi0 .title-wrapper .mbr-text {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-tDhZ6dfzi0 .title-wrapper .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-tDhZ6dfzi0 .title-link:hover .title-link span {
  transform: translate(-5px, 0);
}
.cid-tDhZ6dfzi0 .mbr-link,
.cid-tDhZ6dfzi0 .mbr-iconfont {
  color: #8c8c8c;
}
.cid-tDhZ6dfzi0 .mbr-section-title {
  color: #000000;
}
.cid-tDhZ6dfzi0 .mbr-text {
  color: #000000;
}
.cid-tEBYwg0Yb5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-tEBYwg0Yb5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEBYwg0Yb5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEBYwg0Yb5 .row {
  justify-content: center;
}
.cid-tEBYwg0Yb5 .item-wrap {
  z-index: 1;
}
.cid-tEBYwg0Yb5 .image-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tEBYwg0Yb5 .image-wrapper {
    margin-bottom: 19.5px;
  }
}
.cid-tEBYwg0Yb5 .image-wrapper img {
  display: inline-block;
  width: 70px;
  object-fit: cover;
}
.cid-tEBYwg0Yb5 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tEBYwg0Yb5 .title-wrapper {
    margin-bottom: 19.5px;
  }
}
.cid-tEBYwg0Yb5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tEBYwg0Yb5 .text-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tEBYwg0Yb5 .text-wrapper {
    margin-bottom: 65px;
  }
}
.cid-tEBYwg0Yb5 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tEBYwg0Yb5 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #454545;
}
.cid-tEBYwg0Yb5 .mbr-section-title {
  color: #ffffff;
}
.cid-tEBYwg0Yb5 .mbr-text {
  color: #ffffff;
}
.cid-tEBYwg0Yb5 .mbr-section-title,
.cid-tEBYwg0Yb5 .image-wrapper {
  text-align: center;
  color: #fcc70b;
}
.cid-tEBZp3tAFQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #121212;
}
.cid-tEBZp3tAFQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEBZp3tAFQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEBZp3tAFQ .mbr-text,
.cid-tEBZp3tAFQ .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tEBZp3tAFQ .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-tEC7KdREwh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #671300;
}
.cid-tEC7KdREwh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEC7KdREwh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tEC7KdREwh .container {
    padding: 0 16px;
  }
}
.cid-tEC7KdREwh .card {
  position: relative;
  justify-content: center;
}
.cid-tEC7KdREwh .card .text-wrapper {
  background-color: #8d1b01;
  border-radius: 40px;
  padding: 100px 100px 100px 100px;
}
@media (max-width: 992px) {
  .cid-tEC7KdREwh .card .text-wrapper {
    padding: 24px 24px 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-tEC7KdREwh .card .text-wrapper {
    padding: 24px 24px 32px 24px;
  }
}
.cid-tEC7KdREwh .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tEC7KdREwh .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tEC7KdREwh .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tEC7KdREwh .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #fb9179;
}
.cid-tEC7KdREwh .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tEC7KdREwh .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tEC7KdREwh .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tEC7KdREwh .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
  left: auto;
  right: -90px;
}
@media (max-width: 992px) {
  .cid-tEC7KdREwh .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tEC7KdREwh .card .image_2 {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
}
.cid-tEC7KdREwh .mbr-text {
  color: #ffffff;
}
.cid-tEC7KdREwh .mbr-name {
  color: #ffffff;
}
.cid-tEC7KdREwh .mbr-desc {
  color: #ffffff;
}
.cid-tECfbcVnVp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #02404a;
}
.cid-tECfbcVnVp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tECfbcVnVp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tECfbcVnVp .container {
    padding: 0 16px;
  }
}
.cid-tECfbcVnVp .card {
  position: relative;
  justify-content: center;
}
.cid-tECfbcVnVp .card .text-wrapper {
  background-color: #186366;
  border-radius: 40px;
  padding: 100px 100px 100px 100px;
}
@media (max-width: 992px) {
  .cid-tECfbcVnVp .card .text-wrapper {
    padding: 24px 24px 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-tECfbcVnVp .card .text-wrapper {
    padding: 24px 24px 32px 24px;
  }
}
.cid-tECfbcVnVp .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tECfbcVnVp .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tECfbcVnVp .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tECfbcVnVp .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #fb9179;
}
.cid-tECfbcVnVp .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tECfbcVnVp .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tECfbcVnVp .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tECfbcVnVp .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
  left: auto;
  right: -90px;
}
@media (max-width: 992px) {
  .cid-tECfbcVnVp .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tECfbcVnVp .card .image_2 {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
}
.cid-tECfbcVnVp .mbr-text {
  color: #ffffff;
}
.cid-tECfbcVnVp .mbr-name {
  color: #ffffff;
}
.cid-tECfbcVnVp .mbr-desc {
  color: #ffffff;
}
.cid-tECiAjOKhF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-tECiAjOKhF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tECiAjOKhF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tECiAjOKhF .row {
  justify-content: center;
}
.cid-tECiAjOKhF .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-tECiAjOKhF .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-tECiAjOKhF .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tECiAjOKhF .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-tECiAjOKhF .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  margin: 0 1rem;
}
.cid-tECiAjOKhF .image-wrapper:hover img {
  opacity: .7;
}
.cid-tECiAjOKhF .image-wrapper:hover .circle-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tECiAjOKhF .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  border-radius: 40px;
  transition: all .3s ease;
}
.cid-tECiAjOKhF .image-wrapper .circle-wrapper {
  width: 154px;
  height: 154px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eafa72;
  border-radius: 100%;
  z-index: 1;
}
.cid-tECiAjOKhF .image-wrapper .circle-wrapper .mbr-iconfont {
  font-size: 70px;
  display: block;
  color: #101511;
  transition: all .3s ease;
}
.cid-tECiAjOKhF .mbr-section-title {
  color: #101511;
  text-align: center;
}
.cid-tECiAjOKhF .mbr-desc {
  color: #000000;
  text-align: left;
}
.cid-tECnUJOUKo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c663;
}
.cid-tECnUJOUKo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tECnUJOUKo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tECnUJOUKo .col-12 {
  position: relative;
}
.cid-tECnUJOUKo img {
  margin: auto;
}
.cid-tECnUJOUKo .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-tECnUJOUKo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tECnUJOUKo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tECnUJOUKo .image-wrapper {
    padding: 1rem;
  }
}
.cid-tECnUJOUKo .mbr-section-title {
  color: #ffffff;
}
.cid-tECnUJOUKo .mbr-text,
.cid-tECnUJOUKo .mbr-section-btn {
  color: #ffffff;
}
.cid-tECo4urw7I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c663;
}
.cid-tECo4urw7I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tECo4urw7I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tECo4urw7I .col-12 {
  position: relative;
}
.cid-tECo4urw7I img {
  margin: auto;
}
.cid-tECo4urw7I .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-tECo4urw7I .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tECo4urw7I .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tECo4urw7I .image-wrapper {
    padding: 1rem;
  }
}
.cid-tECo4urw7I .mbr-section-title {
  color: #ffffff;
}
.cid-tECo4urw7I .mbr-text,
.cid-tECo4urw7I .mbr-section-btn {
  color: #ffffff;
}
.cid-tECo8rL9Bq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c663;
}
.cid-tECo8rL9Bq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tECo8rL9Bq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tECo8rL9Bq .col-12 {
  position: relative;
}
.cid-tECo8rL9Bq img {
  margin: auto;
}
.cid-tECo8rL9Bq .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-tECo8rL9Bq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tECo8rL9Bq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tECo8rL9Bq .image-wrapper {
    padding: 1rem;
  }
}
.cid-tECo8rL9Bq .mbr-section-title {
  color: #ffffff;
}
.cid-tECo8rL9Bq .mbr-text,
.cid-tECo8rL9Bq .mbr-section-btn {
  color: #ffffff;
}
.cid-tECmTAiHco {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222021;
}
.cid-tECmTAiHco .mbr-fallback-image.disabled {
  display: none;
}
.cid-tECmTAiHco .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tECmTAiHco .col-12 {
  position: relative;
}
.cid-tECmTAiHco img {
  margin: auto;
}
.cid-tECmTAiHco .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-tECmTAiHco .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tECmTAiHco .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tECmTAiHco .image-wrapper {
    padding: 1rem;
  }
}
.cid-tECmTAiHco .mbr-section-title {
  color: #ffffff;
}
.cid-tECmTAiHco .mbr-text,
.cid-tECmTAiHco .mbr-section-btn {
  color: #ffffff;
}
.cid-tECkCHO1BD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4a0f02;
}
.cid-tECkCHO1BD iframe,
.cid-tECkCHO1BD img,
.cid-tECkCHO1BD video {
  width: 100%;
}
.cid-tECkCHO1BD .mbr-section-head {
  margin-bottom: 67px;
}
@media (max-width: 767px) {
  .cid-tECkCHO1BD .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-tECkCHO1BD .mbr-section-title {
  color: #ffffff;
}
.cid-tECkCHO1BD .mbr-section-subtitle {
  color: #161616;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-tECkCHO1BD .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-tECkCHO1BD .mbr-media {
  position: relative;
}
.cid-tECkCHO1BD .mbr-media img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tECkCHO1BD .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tECkCHO1BD .icon-wrap .mbr-iconfont {
  color: #FFFFFF;
  opacity: 0.6;
  font-size: 70px;
}
.cid-tECkCHO1BD .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tECkCHO1BD .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tECkCHO1BD .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-tECkCHO1BD .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tECkCHO1BD .modalWindow .modalWindow-video {
  height: 100%;
  width: 80vw;
  margin: 0 auto;
}
.cid-tECkCHO1BD .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tECkCHO1BD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tDi2UXt4hd {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tDi2UXt4hd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDi2UXt4hd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDi2UXt4hd .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tDi2UXt4hd .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tDi2UXt4hd .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tDi2UXt4hd .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tDi2UXt4hd .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-tDi2UXt4hd .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tDi2UXt4hd .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDi2UXt4hd .text-wrapper {
    margin: 0 30px;
  }
}
.cid-tDi2UXt4hd .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tDi2UXt4hd .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-tDi2UXt4hd .mbr-section-title {
  color: #FFFFFF;
}
.cid-tDi2UXt4hd .mbr-section-title,
.cid-tDi2UXt4hd .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tDi3Yl58bv {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDi3Yl58bv .container-fluid {
  padding: 0;
}
.cid-tDi3Yl58bv .content-wrapper .text {
  padding: 2rem 1.5rem;
}
@media (min-width: 768px) {
  .cid-tDi3Yl58bv .content-wrapper .text {
    padding: 140px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tDi3Yl58bv .content-wrapper .text {
    padding: 140px 100px;
  }
}
@media (min-width: 1400px) {
  .cid-tDi3Yl58bv .content-wrapper .text {
    padding: 140px 190px 80px;
  }
}
@media (min-width: 992px) {
  .cid-tDi3Yl58bv .content-wrapper .image-wrapper {
    min-height: 630px;
  }
}
.cid-tDi3Yl58bv .content-wrapper .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tDi3Yl58bv .content-wrapper .image-wrapper img {
    min-height: 630px;
  }
}
.cid-tDi3Yl58bv .icon {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .cid-tDi3Yl58bv .icon {
    padding-left: 65px;
    padding-right: 105px;
  }
}
.cid-tDi3Yl58bv .card {
  padding-left: 0;
  padding-right: 0;
}
.cid-tDi4yZgSOt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDi4yZgSOt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDi4yZgSOt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDi4yZgSOt .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tDi4yZgSOt .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tDi4yZgSOt .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tDi4yZgSOt .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tDi4yZgSOt .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-tDi4yZgSOt .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tDi4yZgSOt .text-wrapper {
  margin-right: 160px;
  padding: 60px;
  background-color: #d63612;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tDi4yZgSOt .text-wrapper {
    margin: 0 30px 30px;
    padding: 30px;
  }
}
.cid-tDi4yZgSOt .text-wrapper .mbr-desc {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tDi4yZgSOt .text-wrapper .mbr-desc {
    margin-bottom: 12px;
  }
}
.cid-tDi4yZgSOt .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tDi4yZgSOt .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-tDi4yZgSOt .image-wrapper {
  margin: -28rem 160px 13rem;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDi4yZgSOt .image-wrapper {
    margin: 0 30px 5rem;
  }
}
.cid-tDi4yZgSOt .image-wrapper img {
  width: 420px;
  height: 560px;
  object-fit: cover;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDi4yZgSOt .image-wrapper img {
    width: 210px;
    height: 280px;
  }
}
.cid-tDi4yZgSOt .image-wrapper .img-absolute {
  position: absolute;
  right: -8rem;
  bottom: -13rem;
  width: 878px;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tDi4yZgSOt .image-wrapper .img-absolute {
    max-width: 450px;
    height: 300px;
    right: 0;
    bottom: -5px;
  }
}
@media (max-width: 600px) {
  .cid-tDi4yZgSOt .image-wrapper .img-absolute {
    max-width: 250px;
  }
}
.cid-tDi4yZgSOt .mbr-desc {
  color: #FFFFFF;
}
.cid-tDi4yZgSOt .mbr-text {
  color: #FFFFFF;
}
.cid-tDi95ajE54 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #222021;
}
.cid-tDi95ajE54 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDi95ajE54 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDi95ajE54 .row {
  justify-content: center;
}
.cid-tDi95ajE54 .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tDi95ajE54 .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-tDi95ajE54 .row {
    padding: 0 24px;
  }
}
.cid-tDi95ajE54 .video-wrapper iframe {
  width: 100%;
}
.cid-tDi95ajE54 .title-wrapper {
  margin-bottom: 32px;
}
.cid-tDi95ajE54 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tDi95ajE54 .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tDi95ajE54 .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #d63612;
  z-index: -1;
}
.cid-tDi95ajE54 .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-tDi95ajE54 .video-block {
    margin-bottom: 24px;
  }
}
.cid-tDi95ajE54 .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-tDi95ajE54 .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-tECMawoi10 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/red-background-718x463.jpg");
}
.cid-tECMawoi10 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tECMawoi10 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tECMawoi10 .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tECMawoi10 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tECMawoi10 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tECMawoi10 .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #000000;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tECMawoi10 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-tECMawoi10 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tECMawoi10 .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tECMawoi10 .text-wrapper {
    margin: 0 30px;
  }
}
.cid-tECMawoi10 .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tECMawoi10 .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-tECMawoi10 .mbr-section-title {
  color: #FFFFFF;
}
.cid-tECMawoi10 .mbr-section-title,
.cid-tECMawoi10 .mbr-section-btn {
  text-align: center;
}
.cid-tDislfbAIY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-tDislfbAIY .logo {
  width: 80px;
  margin-bottom: 24px;
}
.cid-tDislfbAIY .wechat-img {
  max-width: 240px;
  margin: 0 auto;
}
.cid-tDislfbAIY .vc-logo {
  height: 40px;
  width: auto;
}
.cid-tDislfbAIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDislfbAIY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDislfbAIY .row-main {
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .cid-tDislfbAIY .row-main {
    margin-bottom: 140px;
  }
}
@media (max-width: 768px) {
  .cid-tDislfbAIY .row-main {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .cid-tDislfbAIY .title {
    display: none;
  }
}
.cid-tDislfbAIY .title-wrapper {
  display: flex;
}
.cid-tDislfbAIY .title-wrapper img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-right: 12px;
  border-radius: 15%;
}
.cid-tDislfbAIY .title-wrapper .mbr-section-title {
  margin: 0;
}
.cid-tDislfbAIY .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tDislfbAIY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tDislfbAIY .list {
    margin-bottom: 0;
  }
}
.cid-tDislfbAIY .social-wrapper {
  width: 100%;
}
.cid-tDislfbAIY .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-tDislfbAIY .social-row {
    margin-top: 12px;
  }
}
.cid-tDislfbAIY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  margin-bottom: 20px;
  height: 18px;
  width: 18px;
}
.cid-tDislfbAIY .soc-item a span {
  font-size: 18px;
}
@media (max-width: 768px) {
  .cid-tDislfbAIY .card-list {
    display: none;
  }
}
.cid-tDislfbAIY .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #8c8c8c;
}
@media (max-width: 992px) {
  .cid-tDislfbAIY .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .cid-tDislfbAIY .mbr-section-subtitle {
    display: none;
  }
}
.cid-tDislfbAIY .mbr-text {
  margin-bottom: 20px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-tDislfbAIY .mbr-text {
    margin-bottom: 12px;
  }
}
.cid-tDislfbAIY .mbr-contact {
  margin-bottom: 0;
  padding-bottom: 6px;
  transition: all .3s ease;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tDislfbAIY .mbr-contact {
    padding-bottom: 4px;
  }
}
.cid-tDislfbAIY .copyright-container {
  display: flex;
}
@media (max-width: 768px) {
  .cid-tDislfbAIY .copyright-container {
    display: block;
  }
}
.cid-tDislfbAIY .copyright-container .copyright-wrapper {
  width: 50%;
}
@media (max-width: 768px) {
  .cid-tDislfbAIY .copyright-container .copyright-wrapper {
    width: 100%;
  }
}
.cid-tDislfbAIY .copyright-container .copyright-wrapper .copyright {
  margin-bottom: 20px;
}
.cid-tDislfbAIY .copyright-container .copyright-list {
  width: 50%;
}
@media (max-width: 768px) {
  .cid-tDislfbAIY .copyright-container .copyright-list {
    width: 100%;
  }
}
.cid-tDislfbAIY .copyright-container .copyright-list ul {
  display: inline-flex;
}
.cid-tDislfbAIY .copyright-container .copyright-list ul .mbr-copy {
  margin: 0 30px 0 0;
  transition: all .3s ease;
}
.cid-tDislfbAIY .item-wrap:hover,
.cid-tDislfbAIY p:hover,
.cid-tDislfbAIY .mbr-iconfont:hover {
  color: #000;
}
.cid-tDislfbAIY .mbr-section-title,
.cid-tDislfbAIY .mbr-iconfont {
  color: #000000;
}
.cid-tDislfbAIY .copyright {
  color: #000000;
}
.cid-tDislfbAIY .list-copy {
  color: #000000;
}
.cid-tDislfbAIY .copyright,
.cid-tDislfbAIY .copyright-list {
  color: #000000;
}
.cid-tEkv61421p {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/malaysian-flag2-700x395.jpg");
}
.cid-tEkv61421p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEkv61421p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEkv61421p .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tEkv61421p .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tEkv61421p .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tEkv61421p .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tEkv61421p .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-tEkv61421p .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tEkv61421p .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tEkv61421p .text-wrapper {
    margin: 0 30px;
  }
}
.cid-tEkv61421p .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tEkv61421p .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-tEkv61421p .mbr-section-title {
  color: #FFFFFF;
}
.cid-tEkv61421p .mbr-section-title,
.cid-tEkv61421p .mbr-section-btn {
  text-align: center;
}
.cid-tEBIw8FDq1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tEBIw8FDq1 .image-wrapper img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  box-shadow: 6px 6px 20px #8c8c8c;
  border-radius: 10px;
}
.cid-tEBIw8FDq1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEBIw8FDq1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEBIw8FDq1 .icon-wrapper .mbr-iconfont {
  font-size: 38px;
}
@media (max-width: 992px) {
  .cid-tEBIw8FDq1 .icon-wrapper .mbr-iconfont {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tEBIw8FDq1 .text-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tEBIw8FDq1 .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tEBIw8FDq1 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tEBIw8FDq1 .mbr-section-title,
.cid-tEBIw8FDq1 .mbr-iconfont {
  color: #101511;
}
.cid-tEBIw8FDq1 .mbr-text {
  color: #000000;
}
.cid-tEkvCz0u1P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tEkvCz0u1P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEkvCz0u1P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEkvCz0u1P .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tEkvCz0u1P .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tEkvCz0u1P .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tEkvCz0u1P .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tEkvCz0u1P .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #d63612 !important;
}
.cid-tEkvCz0u1P .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tEkvCz0u1P .title-container {
  display: flex;
  justify-content: space-between;
  margin: 0 160px 110px;
  padding: 20px 40px 0 0;
  border-top: 2px solid #e5e5e5;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tEkvCz0u1P .title-container {
    display: block;
    margin: 0 30px 60px;
    padding: 12px 0 0 0;
  }
}
.cid-tEkvCz0u1P .title-container .title-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tEkvCz0u1P .title-container .title-wrapper {
    width: 100%;
  }
}
.cid-tEkvCz0u1P .title-container .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tEkvCz0u1P .title-container .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tEkvCz0u1P .cards {
  margin: 0 160px;
}
@media (max-width: 992px) {
  .cid-tEkvCz0u1P .cards {
    margin: 0 30px;
  }
}
.cid-tEkvCz0u1P .cards .card {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tEkvCz0u1P .cards .card {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .cid-tEkvCz0u1P .cards .card {
    margin-bottom: 40px;
  }
}
.cid-tEkvCz0u1P .cards .card .mbr-iconfont {
  width: 100%;
  height: 70px;
  font-size: 70px;
  color: #124ad6;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tEkvCz0u1P .cards .card .mbr-iconfont {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .cid-tEkvCz0u1P .cards .card .mbr-iconfont {
    margin-bottom: 20px;
  }
}
.cid-tEkvCz0u1P .cards .card .card-title {
  margin-bottom: 0;
}
.cid-tEkvCz0u1P .cards .card .mbr-text {
  margin: 20px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tEkvCz0u1P .cards .card .mbr-text {
    margin-bottom: 12px;
  }
}
.cid-tEkvCz0u1P .mbr-section-title {
  color: #000000;
}
.cid-tEkvCz0u1P .card-title {
  color: #000000;
}
.cid-tEkvCz0u1P .mbr-text {
  color: #000000;
}
.cid-tEBKqBklKY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tEBKqBklKY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEBKqBklKY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEBKqBklKY .mbr-section-subtitle {
  color: #000000;
}
.cid-tEBKqBklKY .mbr-section-title {
  color: #491414;
}
.cid-tEBLuLnCj3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/msbg-1920x1801.jpg");
}
.cid-tEBLuLnCj3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEBLuLnCj3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEBLuLnCj3 .mbr-text,
.cid-tEBLuLnCj3 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tEBLuLnCj3 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tEkxeRZW7r {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tEkxeRZW7r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEkxeRZW7r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEkxeRZW7r .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEkxeRZW7r img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tEkxeRZW7r .text-wrapper {
    padding: 2rem;
  }
}
.cid-tEkxz6aIdK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8d1b01;
}
.cid-tEkxz6aIdK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEkxz6aIdK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEkxz6aIdK .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tEkxz6aIdK .text-wrapper {
    margin: 0 30px;
  }
}
.cid-tEkxz6aIdK .text-wrapper .mbr-desc {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tEkxz6aIdK .text-wrapper .mbr-desc {
    margin-bottom: 12px;
  }
}
.cid-tEkxz6aIdK .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tEkxz6aIdK .text-wrapper .mbr-text {
  margin: 40px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tEkxz6aIdK .text-wrapper .mbr-text {
    margin: 20px 0 0 0;
  }
}
.cid-tEkxz6aIdK .mbr-section-title {
  color: #FFFFFF;
}
.cid-tEkxz6aIdK .mbr-desc {
  color: #FFFFFF;
}
.cid-tEkxz6aIdK .mbr-text {
  color: #FFFFFF;
}
.cid-tDislfbAIY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-tDislfbAIY .logo {
  width: 80px;
  margin-bottom: 24px;
}
.cid-tDislfbAIY .wechat-img {
  max-width: 240px;
  margin: 0 auto;
}
.cid-tDislfbAIY .vc-logo {
  height: 40px;
  width: auto;
}
.cid-tDislfbAIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDislfbAIY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDislfbAIY .row-main {
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .cid-tDislfbAIY .row-main {
    margin-bottom: 140px;
  }
}
@media (max-width: 768px) {
  .cid-tDislfbAIY .row-main {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .cid-tDislfbAIY .title {
    display: none;
  }
}
.cid-tDislfbAIY .title-wrapper {
  display: flex;
}
.cid-tDislfbAIY .title-wrapper img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-right: 12px;
  border-radius: 15%;
}
.cid-tDislfbAIY .title-wrapper .mbr-section-title {
  margin: 0;
}
.cid-tDislfbAIY .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tDislfbAIY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tDislfbAIY .list {
    margin-bottom: 0;
  }
}
.cid-tDislfbAIY .social-wrapper {
  width: 100%;
}
.cid-tDislfbAIY .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-tDislfbAIY .social-row {
    margin-top: 12px;
  }
}
.cid-tDislfbAIY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  margin-bottom: 20px;
  height: 18px;
  width: 18px;
}
.cid-tDislfbAIY .soc-item a span {
  font-size: 18px;
}
@media (max-width: 768px) {
  .cid-tDislfbAIY .card-list {
    display: none;
  }
}
.cid-tDislfbAIY .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #8c8c8c;
}
@media (max-width: 992px) {
  .cid-tDislfbAIY .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .cid-tDislfbAIY .mbr-section-subtitle {
    display: none;
  }
}
.cid-tDislfbAIY .mbr-text {
  margin-bottom: 20px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-tDislfbAIY .mbr-text {
    margin-bottom: 12px;
  }
}
.cid-tDislfbAIY .mbr-contact {
  margin-bottom: 0;
  padding-bottom: 6px;
  transition: all .3s ease;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tDislfbAIY .mbr-contact {
    padding-bottom: 4px;
  }
}
.cid-tDislfbAIY .copyright-container {
  display: flex;
}
@media (max-width: 768px) {
  .cid-tDislfbAIY .copyright-container {
    display: block;
  }
}
.cid-tDislfbAIY .copyright-container .copyright-wrapper {
  width: 50%;
}
@media (max-width: 768px) {
  .cid-tDislfbAIY .copyright-container .copyright-wrapper {
    width: 100%;
  }
}
.cid-tDislfbAIY .copyright-container .copyright-wrapper .copyright {
  margin-bottom: 20px;
}
.cid-tDislfbAIY .copyright-container .copyright-list {
  width: 50%;
}
@media (max-width: 768px) {
  .cid-tDislfbAIY .copyright-container .copyright-list {
    width: 100%;
  }
}
.cid-tDislfbAIY .copyright-container .copyright-list ul {
  display: inline-flex;
}
.cid-tDislfbAIY .copyright-container .copyright-list ul .mbr-copy {
  margin: 0 30px 0 0;
  transition: all .3s ease;
}
.cid-tDislfbAIY .item-wrap:hover,
.cid-tDislfbAIY p:hover,
.cid-tDislfbAIY .mbr-iconfont:hover {
  color: #000;
}
.cid-tDislfbAIY .mbr-section-title,
.cid-tDislfbAIY .mbr-iconfont {
  color: #000000;
}
.cid-tDislfbAIY .copyright {
  color: #000000;
}
.cid-tDislfbAIY .list-copy {
  color: #000000;
}
.cid-tDislfbAIY .copyright,
.cid-tDislfbAIY .copyright-list {
  color: #000000;
}
.cid-tECNWdwLdz .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tECNWdwLdz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tECNWdwLdz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .menu_box .navbar.opened,
  .cid-tECNWdwLdz .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tECNWdwLdz .navbar-dropdown {
  position: relative !important;
}
.cid-tECNWdwLdz nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tECNWdwLdz .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tECNWdwLdz .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-tECNWdwLdz .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tECNWdwLdz .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-tECNWdwLdz .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tECNWdwLdz .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tECNWdwLdz .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tECNWdwLdz .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tECNWdwLdz .offcanvas-body .mbr-text,
  .cid-tECNWdwLdz .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tECNWdwLdz .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #961e04;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tECNWdwLdz ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tECNWdwLdz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tECNWdwLdz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tECNWdwLdz .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tECNWdwLdz li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-tECNWdwLdz .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tECNWdwLdz .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tECNWdwLdz .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .nav-item {
    margin: 0 !important;
  }
}
.cid-tECNWdwLdz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tECNWdwLdz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tECNWdwLdz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tECNWdwLdz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tECNWdwLdz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tECNWdwLdz .offcanvas_box {
    display: none;
  }
}
.cid-tECNWdwLdz .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tECNWdwLdz .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tECNWdwLdz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tECNWdwLdz .nav-link {
  position: relative;
  color: #000000;
}
.cid-tECNWdwLdz .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-tECNWdwLdz .container {
  display: flex;
  margin: auto;
}
.cid-tECNWdwLdz .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tECNWdwLdz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tECNWdwLdz .iconfont-wrapper:hover {
  color: #d63612;
}
.cid-tECNWdwLdz .navbar-caption {
  color: #000000;
}
.cid-tECNWdwLdz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tECNWdwLdz .navbar-nav {
    margin: 0;
  }
}
.cid-tECNWdwLdz .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tECNWdwLdz .dropdown-menu,
.cid-tECNWdwLdz .navbar.opened {
  background-color: false !important;
}
.cid-tECNWdwLdz .nav-item:focus,
.cid-tECNWdwLdz .nav-link:focus {
  outline: none;
}
.cid-tECNWdwLdz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tECNWdwLdz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tECNWdwLdz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tECNWdwLdz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tECNWdwLdz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tECNWdwLdz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tECNWdwLdz .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.cid-tECNWdwLdz .navbar.opened {
  transition: all 0.3s;
}
.cid-tECNWdwLdz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tECNWdwLdz .navbar .navbar-logo img {
  min-width: 34px;
  min-height: 34px;
  object-fit: cover;
}
.cid-tECNWdwLdz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tECNWdwLdz .navbar.collapsed {
  justify-content: center;
}
.cid-tECNWdwLdz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tECNWdwLdz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tECNWdwLdz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tECNWdwLdz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tECNWdwLdz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tECNWdwLdz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tECNWdwLdz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tECNWdwLdz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tECNWdwLdz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tECNWdwLdz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tECNWdwLdz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tECNWdwLdz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tECNWdwLdz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tECNWdwLdz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tECNWdwLdz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tECNWdwLdz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tECNWdwLdz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tECNWdwLdz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tECNWdwLdz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tECNWdwLdz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tECNWdwLdz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tECNWdwLdz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tECNWdwLdz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tECNWdwLdz .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-tECNWdwLdz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tECNWdwLdz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tECNWdwLdz .dropdown-item.active,
.cid-tECNWdwLdz .dropdown-item:active {
  background-color: transparent;
}
.cid-tECNWdwLdz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tECNWdwLdz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tECNWdwLdz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tECNWdwLdz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tECNWdwLdz ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tECNWdwLdz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tECNWdwLdz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tECNWdwLdz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #961e04;
}
.cid-tECNWdwLdz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tECNWdwLdz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tECNWdwLdz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tECNWdwLdz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tECNWdwLdz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tECNWdwLdz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tECNWdwLdz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tECNWdwLdz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tECNWdwLdz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tECNWdwLdz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tECNWdwLdz .navbar {
    height: 70px;
  }
  .cid-tECNWdwLdz .navbar.opened {
    height: auto;
  }
  .cid-tECNWdwLdz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tECNWdwLdz .mbr-section-btn .btn,
.cid-tECNWdwLdz .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tECNWdwLdz .mbr-section-btn .btn:first-child,
.cid-tECNWdwLdz .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-tECNWdwLdz .mbr-section-btn .btn:focus,
.cid-tECNWdwLdz .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-tECNWdwLdz .mbr-section-btn .btn span,
.cid-tECNWdwLdz .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tECNWdwLdz .mbr-section-btn .btn:hover,
.cid-tECNWdwLdz .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #d63612 !important;
}
.cid-tECNWdwLdz .mbr-section-btn .btn:hover span,
.cid-tECNWdwLdz .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tECNWdwLdz .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tECNWdwLdz .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tECNWdwLdz .navbar-caption:hover {
  color: #d63612;
}
.cid-tECNWdwLdz .nav-link:hover {
  color: #d63612;
}
.cid-tECNWdwLdz .nav-link:hover::before {
  background-color: #000000;
}
.cid-tECNWdwLdz .mbr-section-subtitle {
  color: #124ad6;
}
.cid-tECNWdwLdz .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tECNWdwLdz .mbr-section-subtitle,
.cid-tECNWdwLdz .text_widget {
  text-align: left;
}
.cid-tECNWdwLdz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tEBQEpqhoQ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/malaysian-flag2-700x395.jpg");
}
.cid-tEBQEpqhoQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEBQEpqhoQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEBQEpqhoQ .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tEBQEpqhoQ .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tEBQEpqhoQ .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tEBQEpqhoQ .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tEBQEpqhoQ .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-tEBQEpqhoQ .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tEBQEpqhoQ .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tEBQEpqhoQ .text-wrapper {
    margin: 0 30px;
  }
}
.cid-tEBQEpqhoQ .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tEBQEpqhoQ .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-tEBQEpqhoQ .mbr-section-title {
  color: #FFFFFF;
}
.cid-tEBQEpqhoQ .mbr-section-title,
.cid-tEBQEpqhoQ .mbr-section-btn {
  text-align: center;
}
.cid-tEBQEpMb81 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-tEBQEpMb81 .text-wrapper {
  margin: 0 150px 137px;
}
@media (max-width: 992px) {
  .cid-tEBQEpMb81 .text-wrapper {
    margin: 0 30px 70px;
  }
}
.cid-tEBQEpMb81 .text-wrapper .mbr-section-subtitle {
  margin-bottom: 73px;
}
@media (max-width: 992px) {
  .cid-tEBQEpMb81 .text-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-tEBQEpMb81 .text-wrapper .mbr-section-title {
  margin: 0;
}
.cid-tEBQEpMb81 .image-wrapper {
  margin: 0 150px;
}
.cid-tEBQEpMb81 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tEBQEpMb81 .image-wrapper {
    margin: 0 30px;
  }
}
.cid-tEBQEpMb81 .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-tEBQEpMb81 .mbr-section-title {
  color: #1E1C21;
  text-align: center;
}
.cid-tEBQEq8AbM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-tEBQEq8AbM .logo {
  width: 80px;
  margin-bottom: 24px;
}
.cid-tEBQEq8AbM .wechat-img {
  max-width: 240px;
  margin: 0 auto;
}
.cid-tEBQEq8AbM .vc-logo {
  height: 40px;
  width: auto;
}
.cid-tEBQEq8AbM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEBQEq8AbM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEBQEq8AbM .row-main {
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .cid-tEBQEq8AbM .row-main {
    margin-bottom: 140px;
  }
}
@media (max-width: 768px) {
  .cid-tEBQEq8AbM .row-main {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .cid-tEBQEq8AbM .title {
    display: none;
  }
}
.cid-tEBQEq8AbM .title-wrapper {
  display: flex;
}
.cid-tEBQEq8AbM .title-wrapper img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-right: 12px;
  border-radius: 15%;
}
.cid-tEBQEq8AbM .title-wrapper .mbr-section-title {
  margin: 0;
}
.cid-tEBQEq8AbM .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tEBQEq8AbM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tEBQEq8AbM .list {
    margin-bottom: 0;
  }
}
.cid-tEBQEq8AbM .social-wrapper {
  width: 100%;
}
.cid-tEBQEq8AbM .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-tEBQEq8AbM .social-row {
    margin-top: 12px;
  }
}
.cid-tEBQEq8AbM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  margin-bottom: 20px;
  height: 18px;
  width: 18px;
}
.cid-tEBQEq8AbM .soc-item a span {
  font-size: 18px;
}
@media (max-width: 768px) {
  .cid-tEBQEq8AbM .card-list {
    display: none;
  }
}
.cid-tEBQEq8AbM .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #8c8c8c;
}
@media (max-width: 992px) {
  .cid-tEBQEq8AbM .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .cid-tEBQEq8AbM .mbr-section-subtitle {
    display: none;
  }
}
.cid-tEBQEq8AbM .mbr-text {
  margin-bottom: 20px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-tEBQEq8AbM .mbr-text {
    margin-bottom: 12px;
  }
}
.cid-tEBQEq8AbM .mbr-contact {
  margin-bottom: 0;
  padding-bottom: 6px;
  transition: all .3s ease;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tEBQEq8AbM .mbr-contact {
    padding-bottom: 4px;
  }
}
.cid-tEBQEq8AbM .copyright-container {
  display: flex;
}
@media (max-width: 768px) {
  .cid-tEBQEq8AbM .copyright-container {
    display: block;
  }
}
.cid-tEBQEq8AbM .copyright-container .copyright-wrapper {
  width: 50%;
}
@media (max-width: 768px) {
  .cid-tEBQEq8AbM .copyright-container .copyright-wrapper {
    width: 100%;
  }
}
.cid-tEBQEq8AbM .copyright-container .copyright-wrapper .copyright {
  margin-bottom: 20px;
}
.cid-tEBQEq8AbM .copyright-container .copyright-list {
  width: 50%;
}
@media (max-width: 768px) {
  .cid-tEBQEq8AbM .copyright-container .copyright-list {
    width: 100%;
  }
}
.cid-tEBQEq8AbM .copyright-container .copyright-list ul {
  display: inline-flex;
}
.cid-tEBQEq8AbM .copyright-container .copyright-list ul .mbr-copy {
  margin: 0 30px 0 0;
  transition: all .3s ease;
}
.cid-tEBQEq8AbM .item-wrap:hover,
.cid-tEBQEq8AbM p:hover,
.cid-tEBQEq8AbM .mbr-iconfont:hover {
  color: #000;
}
.cid-tEBQEq8AbM .mbr-section-title,
.cid-tEBQEq8AbM .mbr-iconfont {
  color: #000000;
}
.cid-tEBQEq8AbM .copyright {
  color: #000000;
}
.cid-tEBQEq8AbM .list-copy {
  color: #000000;
}
.cid-tEBQEq8AbM .copyright,
.cid-tEBQEq8AbM .copyright-list {
  color: #000000;
}
.cid-tECNWdwLdz .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tECNWdwLdz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tECNWdwLdz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .menu_box .navbar.opened,
  .cid-tECNWdwLdz .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tECNWdwLdz .navbar-dropdown {
  position: relative !important;
}
.cid-tECNWdwLdz nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tECNWdwLdz .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tECNWdwLdz .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-tECNWdwLdz .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tECNWdwLdz .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-tECNWdwLdz .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tECNWdwLdz .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tECNWdwLdz .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tECNWdwLdz .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tECNWdwLdz .offcanvas-body .mbr-text,
  .cid-tECNWdwLdz .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tECNWdwLdz .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #961e04;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tECNWdwLdz ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tECNWdwLdz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tECNWdwLdz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tECNWdwLdz .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tECNWdwLdz li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-tECNWdwLdz .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tECNWdwLdz .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tECNWdwLdz .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .nav-item {
    margin: 0 !important;
  }
}
.cid-tECNWdwLdz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tECNWdwLdz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tECNWdwLdz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tECNWdwLdz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tECNWdwLdz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tECNWdwLdz .offcanvas_box {
    display: none;
  }
}
.cid-tECNWdwLdz .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tECNWdwLdz .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tECNWdwLdz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tECNWdwLdz .nav-link {
  position: relative;
  color: #000000;
}
.cid-tECNWdwLdz .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-tECNWdwLdz .container {
  display: flex;
  margin: auto;
}
.cid-tECNWdwLdz .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tECNWdwLdz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tECNWdwLdz .iconfont-wrapper:hover {
  color: #d63612;
}
.cid-tECNWdwLdz .navbar-caption {
  color: #000000;
}
.cid-tECNWdwLdz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tECNWdwLdz .navbar-nav {
    margin: 0;
  }
}
.cid-tECNWdwLdz .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tECNWdwLdz .dropdown-menu,
.cid-tECNWdwLdz .navbar.opened {
  background-color: false !important;
}
.cid-tECNWdwLdz .nav-item:focus,
.cid-tECNWdwLdz .nav-link:focus {
  outline: none;
}
.cid-tECNWdwLdz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tECNWdwLdz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tECNWdwLdz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tECNWdwLdz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tECNWdwLdz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tECNWdwLdz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tECNWdwLdz .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.cid-tECNWdwLdz .navbar.opened {
  transition: all 0.3s;
}
.cid-tECNWdwLdz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tECNWdwLdz .navbar .navbar-logo img {
  min-width: 34px;
  min-height: 34px;
  object-fit: cover;
}
.cid-tECNWdwLdz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tECNWdwLdz .navbar.collapsed {
  justify-content: center;
}
.cid-tECNWdwLdz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tECNWdwLdz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tECNWdwLdz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tECNWdwLdz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tECNWdwLdz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tECNWdwLdz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tECNWdwLdz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tECNWdwLdz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tECNWdwLdz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tECNWdwLdz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tECNWdwLdz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tECNWdwLdz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tECNWdwLdz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tECNWdwLdz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tECNWdwLdz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tECNWdwLdz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tECNWdwLdz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tECNWdwLdz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tECNWdwLdz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tECNWdwLdz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tECNWdwLdz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tECNWdwLdz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tECNWdwLdz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tECNWdwLdz .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-tECNWdwLdz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tECNWdwLdz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tECNWdwLdz .dropdown-item.active,
.cid-tECNWdwLdz .dropdown-item:active {
  background-color: transparent;
}
.cid-tECNWdwLdz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tECNWdwLdz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tECNWdwLdz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tECNWdwLdz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tECNWdwLdz ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tECNWdwLdz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tECNWdwLdz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tECNWdwLdz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #961e04;
}
.cid-tECNWdwLdz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tECNWdwLdz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tECNWdwLdz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tECNWdwLdz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tECNWdwLdz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tECNWdwLdz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tECNWdwLdz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tECNWdwLdz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tECNWdwLdz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tECNWdwLdz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tECNWdwLdz .navbar {
    height: 70px;
  }
  .cid-tECNWdwLdz .navbar.opened {
    height: auto;
  }
  .cid-tECNWdwLdz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tECNWdwLdz .mbr-section-btn .btn,
.cid-tECNWdwLdz .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tECNWdwLdz .mbr-section-btn .btn:first-child,
.cid-tECNWdwLdz .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-tECNWdwLdz .mbr-section-btn .btn:focus,
.cid-tECNWdwLdz .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-tECNWdwLdz .mbr-section-btn .btn span,
.cid-tECNWdwLdz .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tECNWdwLdz .mbr-section-btn .btn:hover,
.cid-tECNWdwLdz .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #d63612 !important;
}
.cid-tECNWdwLdz .mbr-section-btn .btn:hover span,
.cid-tECNWdwLdz .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tECNWdwLdz .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tECNWdwLdz .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tECNWdwLdz .navbar-caption:hover {
  color: #d63612;
}
.cid-tECNWdwLdz .nav-link:hover {
  color: #d63612;
}
.cid-tECNWdwLdz .nav-link:hover::before {
  background-color: #000000;
}
.cid-tECNWdwLdz .mbr-section-subtitle {
  color: #124ad6;
}
.cid-tECNWdwLdz .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tECNWdwLdz .mbr-section-subtitle,
.cid-tECNWdwLdz .text_widget {
  text-align: left;
}
.cid-tECNWdwLdz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tERvokYyx8 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tERvokYyx8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tERvokYyx8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tERvokYyx8 .menu_box .navbar.opened,
  .cid-tERvokYyx8 .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tERvokYyx8 .navbar-dropdown {
  position: relative !important;
}
.cid-tERvokYyx8 nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tERvokYyx8 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tERvokYyx8 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tERvokYyx8 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tERvokYyx8 .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-tERvokYyx8 .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tERvokYyx8 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-tERvokYyx8 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tERvokYyx8 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tERvokYyx8 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tERvokYyx8 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tERvokYyx8 .offcanvas-body .mbr-text,
  .cid-tERvokYyx8 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tERvokYyx8 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tERvokYyx8 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tERvokYyx8 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #961e04;
  }
  .cid-tERvokYyx8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tERvokYyx8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tERvokYyx8 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tERvokYyx8 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tERvokYyx8 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tERvokYyx8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tERvokYyx8 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tERvokYyx8 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tERvokYyx8 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-tERvokYyx8 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tERvokYyx8 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tERvokYyx8 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tERvokYyx8 .nav-item {
    margin: 0 !important;
  }
}
.cid-tERvokYyx8 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tERvokYyx8 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tERvokYyx8 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tERvokYyx8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tERvokYyx8 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tERvokYyx8 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tERvokYyx8 .offcanvas_box {
    display: none;
  }
}
.cid-tERvokYyx8 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tERvokYyx8 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tERvokYyx8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tERvokYyx8 .nav-link {
  position: relative;
  color: #000000;
}
.cid-tERvokYyx8 .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-tERvokYyx8 .container {
  display: flex;
  margin: auto;
}
.cid-tERvokYyx8 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tERvokYyx8 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tERvokYyx8 .iconfont-wrapper:hover {
  color: #d63612;
}
.cid-tERvokYyx8 .navbar-caption {
  color: #000000;
}
.cid-tERvokYyx8 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tERvokYyx8 .navbar-nav {
    margin: 0;
  }
}
.cid-tERvokYyx8 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tERvokYyx8 .dropdown-menu,
.cid-tERvokYyx8 .navbar.opened {
  background-color: false !important;
}
.cid-tERvokYyx8 .nav-item:focus,
.cid-tERvokYyx8 .nav-link:focus {
  outline: none;
}
.cid-tERvokYyx8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tERvokYyx8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tERvokYyx8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tERvokYyx8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tERvokYyx8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tERvokYyx8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tERvokYyx8 .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.cid-tERvokYyx8 .navbar.opened {
  transition: all 0.3s;
}
.cid-tERvokYyx8 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tERvokYyx8 .navbar .navbar-logo img {
  min-width: 34px;
  min-height: 34px;
  object-fit: cover;
}
.cid-tERvokYyx8 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tERvokYyx8 .navbar.collapsed {
  justify-content: center;
}
.cid-tERvokYyx8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tERvokYyx8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tERvokYyx8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tERvokYyx8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tERvokYyx8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tERvokYyx8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tERvokYyx8 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tERvokYyx8 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tERvokYyx8 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tERvokYyx8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tERvokYyx8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tERvokYyx8 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tERvokYyx8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tERvokYyx8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tERvokYyx8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tERvokYyx8 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tERvokYyx8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tERvokYyx8 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tERvokYyx8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tERvokYyx8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tERvokYyx8 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tERvokYyx8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tERvokYyx8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tERvokYyx8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tERvokYyx8 .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-tERvokYyx8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tERvokYyx8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tERvokYyx8 .dropdown-item.active,
.cid-tERvokYyx8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tERvokYyx8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tERvokYyx8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tERvokYyx8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tERvokYyx8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tERvokYyx8 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tERvokYyx8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tERvokYyx8 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tERvokYyx8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #961e04;
}
.cid-tERvokYyx8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tERvokYyx8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tERvokYyx8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tERvokYyx8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tERvokYyx8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tERvokYyx8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tERvokYyx8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tERvokYyx8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tERvokYyx8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tERvokYyx8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tERvokYyx8 .navbar {
    height: 70px;
  }
  .cid-tERvokYyx8 .navbar.opened {
    height: auto;
  }
  .cid-tERvokYyx8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tERvokYyx8 .mbr-section-btn .btn,
.cid-tERvokYyx8 .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tERvokYyx8 .mbr-section-btn .btn:first-child,
.cid-tERvokYyx8 .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-tERvokYyx8 .mbr-section-btn .btn:focus,
.cid-tERvokYyx8 .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-tERvokYyx8 .mbr-section-btn .btn span,
.cid-tERvokYyx8 .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tERvokYyx8 .mbr-section-btn .btn:hover,
.cid-tERvokYyx8 .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #d63612 !important;
}
.cid-tERvokYyx8 .mbr-section-btn .btn:hover span,
.cid-tERvokYyx8 .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tERvokYyx8 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tERvokYyx8 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tERvokYyx8 .navbar-caption:hover {
  color: #d63612;
}
.cid-tERvokYyx8 .nav-link:hover {
  color: #d63612;
}
.cid-tERvokYyx8 .nav-link:hover::before {
  background-color: #000000;
}
.cid-tERvokYyx8 .mbr-section-subtitle {
  color: #124ad6;
}
.cid-tERvokYyx8 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tERvokYyx8 .mbr-section-subtitle,
.cid-tERvokYyx8 .text_widget {
  text-align: left;
}
.cid-tERvokYyx8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tERY4pjZpe {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/modern-red-background-2000x1333.jpg");
}
.cid-tERY4pjZpe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tERY4pjZpe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tERY4pjZpe .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tERY4pjZpe .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tERY4pjZpe .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tERY4pjZpe .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tERY4pjZpe .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-tERY4pjZpe .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tERY4pjZpe .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tERY4pjZpe .text-wrapper {
    margin: 0 30px;
  }
}
.cid-tERY4pjZpe .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tERY4pjZpe .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-tERY4pjZpe .mbr-section-title {
  color: #FFFFFF;
}
.cid-tERY4pjZpe .mbr-section-title,
.cid-tERY4pjZpe .mbr-section-btn {
  text-align: center;
}
.cid-tERZ0LNkBY .google-map {
  height: 25rem;
  position: relative;
}
.cid-tERZ0LNkBY .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tERZ0LNkBY .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tERZ0LNkBY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tERZ0LNkBY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tES0KLGgjI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tES0KLGgjI .logo-img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  margin-bottom: 40px;
}
.cid-tES0KLGgjI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tES0KLGgjI .row {
  flex-direction: row-reverse;
}
.cid-tES0KLGgjI .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-tES0KLGgjI .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-tES0KLGgjI .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-tES0KLGgjI .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-tES0KLGgjI .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-tES0KLGgjI .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-tES0KLGgjI .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-tES0KLGgjI .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-tES0KLGgjI .text-content .social {
  border-top-width: 1px;
  padding-top: 30px;
  border-top-color: #130947;
  border-top-style: dotted;
  margin-bottom: 20px;
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-tES0KLGgjI .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
  background: #2a67da;
  padding: 16px;
  border-radius: 999px;
}
.cid-tES0KLGgjI .text-content .social span:hover {
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-tES0KLGgjI .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-tES0KLGgjI .list-block {
  position: relative;
}
.cid-tES0KLGgjI .list-block h4,
.cid-tES0KLGgjI .list-block p {
  padding-left: 4.5rem;
}
.cid-tES0KLGgjI .card-img {
  display: block;
}
.cid-tES0KLGgjI input,
.cid-tES0KLGgjI textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-tES0KLGgjI input:focus,
.cid-tES0KLGgjI textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tES0KLGgjI .form-control,
.cid-tES0KLGgjI .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ecf1f8;
  border-color: #ffffff;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tES0KLGgjI .form-control:hover,
.cid-tES0KLGgjI .field-input:hover,
.cid-tES0KLGgjI .form-control:focus,
.cid-tES0KLGgjI .field-input:focus {
  background-color: #ecf1f8;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tES0KLGgjI input::-webkit-input-placeholder,
.cid-tES0KLGgjI textarea::-webkit-input-placeholder {
  color: #28303f;
}
.cid-tES0KLGgjI input:-moz-placeholder,
.cid-tES0KLGgjI textarea:-moz-placeholder {
  color: #28303f;
}
.cid-tES0KLGgjI .jq-selectbox li,
.cid-tES0KLGgjI .jq-selectbox li {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-tES0KLGgjI .jq-selectbox li:hover,
.cid-tES0KLGgjI .jq-selectbox li.selected {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-tES0KLGgjI .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-tES0KLGgjI .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-tES0KLGgjI .mbr-form {
  max-width: 550px;
}
.cid-tES0KLGgjI .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-tES0KLGgjI .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tES0KLGgjI .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-tES0KLGgjI .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tES0KLGgjI .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-tES0KLGgjI .mbr-form textarea {
  min-height: 100px;
}
.cid-tES0KLGgjI .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #d63612;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-tES0KLGgjI .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-tES0KLGgjI .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tES0KLGgjI .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-tES0KLGgjI .mbr-section-title,
  .cid-tES0KLGgjI .content-title,
  .cid-tES0KLGgjI .mbr-section-btn {
    text-align: left;
  }
}
.cid-tES0KLGgjI .text-content .content-title,
.cid-tES0KLGgjI .social {
  text-align: center;
}
.cid-tERvosrEej {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-tERvosrEej .logo {
  width: 80px;
  margin-bottom: 24px;
}
.cid-tERvosrEej .wechat-img {
  max-width: 240px;
  margin: 0 auto;
}
.cid-tERvosrEej .vc-logo {
  height: 40px;
  width: auto;
}
.cid-tERvosrEej .mbr-fallback-image.disabled {
  display: none;
}
.cid-tERvosrEej .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tERvosrEej .row-main {
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .cid-tERvosrEej .row-main {
    margin-bottom: 140px;
  }
}
@media (max-width: 768px) {
  .cid-tERvosrEej .row-main {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .cid-tERvosrEej .title {
    display: none;
  }
}
.cid-tERvosrEej .title-wrapper {
  display: flex;
}
.cid-tERvosrEej .title-wrapper img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-right: 12px;
  border-radius: 15%;
}
.cid-tERvosrEej .title-wrapper .mbr-section-title {
  margin: 0;
}
.cid-tERvosrEej .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tERvosrEej .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tERvosrEej .list {
    margin-bottom: 0;
  }
}
.cid-tERvosrEej .social-wrapper {
  width: 100%;
}
.cid-tERvosrEej .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-tERvosrEej .social-row {
    margin-top: 12px;
  }
}
.cid-tERvosrEej .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  margin-bottom: 20px;
  height: 18px;
  width: 18px;
}
.cid-tERvosrEej .soc-item a span {
  font-size: 18px;
}
@media (max-width: 768px) {
  .cid-tERvosrEej .card-list {
    display: none;
  }
}
.cid-tERvosrEej .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #8c8c8c;
}
@media (max-width: 992px) {
  .cid-tERvosrEej .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .cid-tERvosrEej .mbr-section-subtitle {
    display: none;
  }
}
.cid-tERvosrEej .mbr-text {
  margin-bottom: 20px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-tERvosrEej .mbr-text {
    margin-bottom: 12px;
  }
}
.cid-tERvosrEej .mbr-contact {
  margin-bottom: 0;
  padding-bottom: 6px;
  transition: all .3s ease;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tERvosrEej .mbr-contact {
    padding-bottom: 4px;
  }
}
.cid-tERvosrEej .copyright-container {
  display: flex;
}
@media (max-width: 768px) {
  .cid-tERvosrEej .copyright-container {
    display: block;
  }
}
.cid-tERvosrEej .copyright-container .copyright-wrapper {
  width: 50%;
}
@media (max-width: 768px) {
  .cid-tERvosrEej .copyright-container .copyright-wrapper {
    width: 100%;
  }
}
.cid-tERvosrEej .copyright-container .copyright-wrapper .copyright {
  margin-bottom: 20px;
}
.cid-tERvosrEej .copyright-container .copyright-list {
  width: 50%;
}
@media (max-width: 768px) {
  .cid-tERvosrEej .copyright-container .copyright-list {
    width: 100%;
  }
}
.cid-tERvosrEej .copyright-container .copyright-list ul {
  display: inline-flex;
}
.cid-tERvosrEej .copyright-container .copyright-list ul .mbr-copy {
  margin: 0 30px 0 0;
  transition: all .3s ease;
}
.cid-tERvosrEej .item-wrap:hover,
.cid-tERvosrEej p:hover,
.cid-tERvosrEej .mbr-iconfont:hover {
  color: #000;
}
.cid-tERvosrEej .mbr-section-title,
.cid-tERvosrEej .mbr-iconfont {
  color: #000000;
}
.cid-tERvosrEej .copyright {
  color: #000000;
}
.cid-tERvosrEej .list-copy {
  color: #000000;
}
.cid-tERvosrEej .copyright,
.cid-tERvosrEej .copyright-list {
  color: #000000;
}
.cid-tEBSARZDs4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
}
.cid-tEBSARZDs4 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5ff7d;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tEBSARZDs4 .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-tEBSARZDs4 .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-tEBSARZDs4 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-tEBSARZDs4 .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
}
.cid-tEBSARZDs4 .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-tEBSARZDs4 .item {
    margin-bottom: 0.75rem;
  }
}
.cid-tEBSARZDs4 .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-tEBSARZDs4 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1.25;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
}
.cid-tEBSARZDs4 .item-img:hover {
  transform: translateY(-3px);
}
.cid-tEBSARZDs4 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tEBSARZDs4 .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-tEBSARZDs4 .item-title {
  color: #000000;
  margin-right: auto;
  width: 100%;
}
.cid-tEBSARZDs4 .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-tEBSARZDs4 .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tEBQEq8AbM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-tEBQEq8AbM .logo {
  width: 80px;
  margin-bottom: 24px;
}
.cid-tEBQEq8AbM .wechat-img {
  max-width: 240px;
  margin: 0 auto;
}
.cid-tEBQEq8AbM .vc-logo {
  height: 40px;
  width: auto;
}
.cid-tEBQEq8AbM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEBQEq8AbM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEBQEq8AbM .row-main {
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .cid-tEBQEq8AbM .row-main {
    margin-bottom: 140px;
  }
}
@media (max-width: 768px) {
  .cid-tEBQEq8AbM .row-main {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .cid-tEBQEq8AbM .title {
    display: none;
  }
}
.cid-tEBQEq8AbM .title-wrapper {
  display: flex;
}
.cid-tEBQEq8AbM .title-wrapper img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-right: 12px;
  border-radius: 15%;
}
.cid-tEBQEq8AbM .title-wrapper .mbr-section-title {
  margin: 0;
}
.cid-tEBQEq8AbM .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tEBQEq8AbM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tEBQEq8AbM .list {
    margin-bottom: 0;
  }
}
.cid-tEBQEq8AbM .social-wrapper {
  width: 100%;
}
.cid-tEBQEq8AbM .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-tEBQEq8AbM .social-row {
    margin-top: 12px;
  }
}
.cid-tEBQEq8AbM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  margin-bottom: 20px;
  height: 18px;
  width: 18px;
}
.cid-tEBQEq8AbM .soc-item a span {
  font-size: 18px;
}
@media (max-width: 768px) {
  .cid-tEBQEq8AbM .card-list {
    display: none;
  }
}
.cid-tEBQEq8AbM .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #8c8c8c;
}
@media (max-width: 992px) {
  .cid-tEBQEq8AbM .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .cid-tEBQEq8AbM .mbr-section-subtitle {
    display: none;
  }
}
.cid-tEBQEq8AbM .mbr-text {
  margin-bottom: 20px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-tEBQEq8AbM .mbr-text {
    margin-bottom: 12px;
  }
}
.cid-tEBQEq8AbM .mbr-contact {
  margin-bottom: 0;
  padding-bottom: 6px;
  transition: all .3s ease;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tEBQEq8AbM .mbr-contact {
    padding-bottom: 4px;
  }
}
.cid-tEBQEq8AbM .copyright-container {
  display: flex;
}
@media (max-width: 768px) {
  .cid-tEBQEq8AbM .copyright-container {
    display: block;
  }
}
.cid-tEBQEq8AbM .copyright-container .copyright-wrapper {
  width: 50%;
}
@media (max-width: 768px) {
  .cid-tEBQEq8AbM .copyright-container .copyright-wrapper {
    width: 100%;
  }
}
.cid-tEBQEq8AbM .copyright-container .copyright-wrapper .copyright {
  margin-bottom: 20px;
}
.cid-tEBQEq8AbM .copyright-container .copyright-list {
  width: 50%;
}
@media (max-width: 768px) {
  .cid-tEBQEq8AbM .copyright-container .copyright-list {
    width: 100%;
  }
}
.cid-tEBQEq8AbM .copyright-container .copyright-list ul {
  display: inline-flex;
}
.cid-tEBQEq8AbM .copyright-container .copyright-list ul .mbr-copy {
  margin: 0 30px 0 0;
  transition: all .3s ease;
}
.cid-tEBQEq8AbM .item-wrap:hover,
.cid-tEBQEq8AbM p:hover,
.cid-tEBQEq8AbM .mbr-iconfont:hover {
  color: #000;
}
.cid-tEBQEq8AbM .mbr-section-title,
.cid-tEBQEq8AbM .mbr-iconfont {
  color: #000000;
}
.cid-tEBQEq8AbM .copyright {
  color: #000000;
}
.cid-tEBQEq8AbM .list-copy {
  color: #000000;
}
.cid-tEBQEq8AbM .copyright,
.cid-tEBQEq8AbM .copyright-list {
  color: #000000;
}
.cid-tECNWdwLdz .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tECNWdwLdz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tECNWdwLdz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .menu_box .navbar.opened,
  .cid-tECNWdwLdz .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tECNWdwLdz .navbar-dropdown {
  position: relative !important;
}
.cid-tECNWdwLdz nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tECNWdwLdz .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tECNWdwLdz .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-tECNWdwLdz .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tECNWdwLdz .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-tECNWdwLdz .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tECNWdwLdz .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tECNWdwLdz .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tECNWdwLdz .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tECNWdwLdz .offcanvas-body .mbr-text,
  .cid-tECNWdwLdz .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tECNWdwLdz .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #961e04;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tECNWdwLdz ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tECNWdwLdz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tECNWdwLdz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tECNWdwLdz .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tECNWdwLdz li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-tECNWdwLdz .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tECNWdwLdz .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tECNWdwLdz .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .nav-item {
    margin: 0 !important;
  }
}
.cid-tECNWdwLdz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tECNWdwLdz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tECNWdwLdz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tECNWdwLdz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tECNWdwLdz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tECNWdwLdz .offcanvas_box {
    display: none;
  }
}
.cid-tECNWdwLdz .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tECNWdwLdz .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tECNWdwLdz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tECNWdwLdz .nav-link {
  position: relative;
  color: #000000;
}
.cid-tECNWdwLdz .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-tECNWdwLdz .container {
  display: flex;
  margin: auto;
}
.cid-tECNWdwLdz .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tECNWdwLdz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tECNWdwLdz .iconfont-wrapper:hover {
  color: #d63612;
}
.cid-tECNWdwLdz .navbar-caption {
  color: #000000;
}
.cid-tECNWdwLdz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tECNWdwLdz .navbar-nav {
    margin: 0;
  }
}
.cid-tECNWdwLdz .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tECNWdwLdz .dropdown-menu,
.cid-tECNWdwLdz .navbar.opened {
  background-color: false !important;
}
.cid-tECNWdwLdz .nav-item:focus,
.cid-tECNWdwLdz .nav-link:focus {
  outline: none;
}
.cid-tECNWdwLdz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tECNWdwLdz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tECNWdwLdz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tECNWdwLdz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tECNWdwLdz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tECNWdwLdz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tECNWdwLdz .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.cid-tECNWdwLdz .navbar.opened {
  transition: all 0.3s;
}
.cid-tECNWdwLdz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tECNWdwLdz .navbar .navbar-logo img {
  min-width: 34px;
  min-height: 34px;
  object-fit: cover;
}
.cid-tECNWdwLdz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tECNWdwLdz .navbar.collapsed {
  justify-content: center;
}
.cid-tECNWdwLdz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tECNWdwLdz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tECNWdwLdz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tECNWdwLdz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tECNWdwLdz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tECNWdwLdz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tECNWdwLdz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tECNWdwLdz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tECNWdwLdz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tECNWdwLdz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tECNWdwLdz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tECNWdwLdz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tECNWdwLdz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tECNWdwLdz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tECNWdwLdz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tECNWdwLdz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tECNWdwLdz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tECNWdwLdz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tECNWdwLdz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tECNWdwLdz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tECNWdwLdz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tECNWdwLdz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tECNWdwLdz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tECNWdwLdz .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-tECNWdwLdz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tECNWdwLdz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tECNWdwLdz .dropdown-item.active,
.cid-tECNWdwLdz .dropdown-item:active {
  background-color: transparent;
}
.cid-tECNWdwLdz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tECNWdwLdz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tECNWdwLdz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tECNWdwLdz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tECNWdwLdz ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tECNWdwLdz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tECNWdwLdz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tECNWdwLdz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #961e04;
}
.cid-tECNWdwLdz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tECNWdwLdz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tECNWdwLdz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tECNWdwLdz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tECNWdwLdz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tECNWdwLdz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tECNWdwLdz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tECNWdwLdz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tECNWdwLdz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tECNWdwLdz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tECNWdwLdz .navbar {
    height: 70px;
  }
  .cid-tECNWdwLdz .navbar.opened {
    height: auto;
  }
  .cid-tECNWdwLdz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tECNWdwLdz .mbr-section-btn .btn,
.cid-tECNWdwLdz .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tECNWdwLdz .mbr-section-btn .btn:first-child,
.cid-tECNWdwLdz .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-tECNWdwLdz .mbr-section-btn .btn:focus,
.cid-tECNWdwLdz .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-tECNWdwLdz .mbr-section-btn .btn span,
.cid-tECNWdwLdz .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tECNWdwLdz .mbr-section-btn .btn:hover,
.cid-tECNWdwLdz .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #d63612 !important;
}
.cid-tECNWdwLdz .mbr-section-btn .btn:hover span,
.cid-tECNWdwLdz .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tECNWdwLdz .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tECNWdwLdz .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tECNWdwLdz .navbar-caption:hover {
  color: #d63612;
}
.cid-tECNWdwLdz .nav-link:hover {
  color: #d63612;
}
.cid-tECNWdwLdz .nav-link:hover::before {
  background-color: #000000;
}
.cid-tECNWdwLdz .mbr-section-subtitle {
  color: #124ad6;
}
.cid-tECNWdwLdz .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tECNWdwLdz .mbr-section-subtitle,
.cid-tECNWdwLdz .text_widget {
  text-align: left;
}
.cid-tECNWdwLdz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tERvokYyx8 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tERvokYyx8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tERvokYyx8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tERvokYyx8 .menu_box .navbar.opened,
  .cid-tERvokYyx8 .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tERvokYyx8 .navbar-dropdown {
  position: relative !important;
}
.cid-tERvokYyx8 nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tERvokYyx8 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tERvokYyx8 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tERvokYyx8 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tERvokYyx8 .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-tERvokYyx8 .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tERvokYyx8 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-tERvokYyx8 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tERvokYyx8 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tERvokYyx8 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tERvokYyx8 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tERvokYyx8 .offcanvas-body .mbr-text,
  .cid-tERvokYyx8 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tERvokYyx8 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tERvokYyx8 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tERvokYyx8 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #961e04;
  }
  .cid-tERvokYyx8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tERvokYyx8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tERvokYyx8 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tERvokYyx8 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tERvokYyx8 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tERvokYyx8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tERvokYyx8 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tERvokYyx8 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tERvokYyx8 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-tERvokYyx8 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tERvokYyx8 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tERvokYyx8 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tERvokYyx8 .nav-item {
    margin: 0 !important;
  }
}
.cid-tERvokYyx8 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tERvokYyx8 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tERvokYyx8 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tERvokYyx8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tERvokYyx8 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tERvokYyx8 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tERvokYyx8 .offcanvas_box {
    display: none;
  }
}
.cid-tERvokYyx8 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tERvokYyx8 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tERvokYyx8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tERvokYyx8 .nav-link {
  position: relative;
  color: #000000;
}
.cid-tERvokYyx8 .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-tERvokYyx8 .container {
  display: flex;
  margin: auto;
}
.cid-tERvokYyx8 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tERvokYyx8 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tERvokYyx8 .iconfont-wrapper:hover {
  color: #d63612;
}
.cid-tERvokYyx8 .navbar-caption {
  color: #000000;
}
.cid-tERvokYyx8 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tERvokYyx8 .navbar-nav {
    margin: 0;
  }
}
.cid-tERvokYyx8 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tERvokYyx8 .dropdown-menu,
.cid-tERvokYyx8 .navbar.opened {
  background-color: false !important;
}
.cid-tERvokYyx8 .nav-item:focus,
.cid-tERvokYyx8 .nav-link:focus {
  outline: none;
}
.cid-tERvokYyx8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tERvokYyx8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tERvokYyx8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tERvokYyx8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tERvokYyx8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tERvokYyx8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tERvokYyx8 .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.cid-tERvokYyx8 .navbar.opened {
  transition: all 0.3s;
}
.cid-tERvokYyx8 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tERvokYyx8 .navbar .navbar-logo img {
  min-width: 34px;
  min-height: 34px;
  object-fit: cover;
}
.cid-tERvokYyx8 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tERvokYyx8 .navbar.collapsed {
  justify-content: center;
}
.cid-tERvokYyx8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tERvokYyx8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tERvokYyx8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tERvokYyx8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tERvokYyx8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tERvokYyx8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tERvokYyx8 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tERvokYyx8 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tERvokYyx8 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tERvokYyx8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tERvokYyx8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tERvokYyx8 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tERvokYyx8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tERvokYyx8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tERvokYyx8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tERvokYyx8 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tERvokYyx8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tERvokYyx8 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tERvokYyx8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tERvokYyx8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tERvokYyx8 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tERvokYyx8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tERvokYyx8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tERvokYyx8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tERvokYyx8 .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-tERvokYyx8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tERvokYyx8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tERvokYyx8 .dropdown-item.active,
.cid-tERvokYyx8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tERvokYyx8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tERvokYyx8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tERvokYyx8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tERvokYyx8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tERvokYyx8 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tERvokYyx8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tERvokYyx8 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tERvokYyx8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #961e04;
}
.cid-tERvokYyx8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tERvokYyx8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tERvokYyx8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tERvokYyx8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tERvokYyx8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tERvokYyx8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tERvokYyx8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tERvokYyx8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tERvokYyx8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tERvokYyx8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tERvokYyx8 .navbar {
    height: 70px;
  }
  .cid-tERvokYyx8 .navbar.opened {
    height: auto;
  }
  .cid-tERvokYyx8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tERvokYyx8 .mbr-section-btn .btn,
.cid-tERvokYyx8 .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tERvokYyx8 .mbr-section-btn .btn:first-child,
.cid-tERvokYyx8 .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-tERvokYyx8 .mbr-section-btn .btn:focus,
.cid-tERvokYyx8 .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-tERvokYyx8 .mbr-section-btn .btn span,
.cid-tERvokYyx8 .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tERvokYyx8 .mbr-section-btn .btn:hover,
.cid-tERvokYyx8 .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #d63612 !important;
}
.cid-tERvokYyx8 .mbr-section-btn .btn:hover span,
.cid-tERvokYyx8 .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tERvokYyx8 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tERvokYyx8 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tERvokYyx8 .navbar-caption:hover {
  color: #d63612;
}
.cid-tERvokYyx8 .nav-link:hover {
  color: #d63612;
}
.cid-tERvokYyx8 .nav-link:hover::before {
  background-color: #000000;
}
.cid-tERvokYyx8 .mbr-section-subtitle {
  color: #124ad6;
}
.cid-tERvokYyx8 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tERvokYyx8 .mbr-section-subtitle,
.cid-tERvokYyx8 .text_widget {
  text-align: left;
}
.cid-tERvokYyx8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tERvompQEa {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bkl-2477-721x480.jpg");
}
.cid-tERvompQEa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tERvompQEa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tERvompQEa .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tERvompQEa .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tERvompQEa .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tERvompQEa .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tERvompQEa .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #d63612 !important;
}
.cid-tERvompQEa .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tERvompQEa .title-wrapper {
  position: relative;
  margin-top: 20rem;
  padding: 80px 160px 80px 100px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tERvompQEa .title-wrapper {
    padding: 60px 60px 60px 60px;
  }
}
@media (max-width: 768px) {
  .cid-tERvompQEa .title-wrapper {
    padding: 40px 30px 40px 30px;
  }
}
.cid-tERvompQEa .title-wrapper .title-link-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tERvompQEa .title-wrapper .title-link-wrap {
    margin-bottom: 12px;
  }
}
.cid-tERvompQEa .title-wrapper .title-link-wrap .title-link {
  display: inline-flex;
}
.cid-tERvompQEa .title-wrapper .title-link-wrap .title-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 5px;
  transition: all .3s ease;
}
.cid-tERvompQEa .title-wrapper .title-link-wrap .title-link .mbr-link {
  margin: 0;
}
.cid-tERvompQEa .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tERvompQEa .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-tERvompQEa .title-wrapper .mbr-text {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-tERvompQEa .title-wrapper .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-tERvompQEa .title-link:hover .title-link span {
  transform: translate(-5px, 0);
}
.cid-tERvompQEa .mbr-link,
.cid-tERvompQEa .mbr-iconfont {
  color: #8c8c8c;
}
.cid-tERvompQEa .mbr-section-title {
  color: #000000;
}
.cid-tERvompQEa .mbr-text {
  color: #000000;
}
.cid-tERvop7JMe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #939496;
}
.cid-tERvop7JMe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tERvop7JMe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tERvop7JMe .col-12 {
  position: relative;
}
.cid-tERvop7JMe img {
  margin: auto;
}
.cid-tERvop7JMe .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-tERvop7JMe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tERvop7JMe .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tERvop7JMe .image-wrapper {
    padding: 1rem;
  }
}
.cid-tERvop7JMe .mbr-section-title {
  color: #ffffff;
}
.cid-tERvop7JMe .mbr-text,
.cid-tERvop7JMe .mbr-section-btn {
  color: #ffffff;
}
.cid-tERvopncjN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #939496;
}
.cid-tERvopncjN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tERvopncjN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tERvopncjN .col-12 {
  position: relative;
}
.cid-tERvopncjN img {
  margin: auto;
}
.cid-tERvopncjN .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-tERvopncjN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tERvopncjN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tERvopncjN .image-wrapper {
    padding: 1rem;
  }
}
.cid-tERvopncjN .mbr-section-title {
  color: #ffffff;
}
.cid-tERvopncjN .mbr-text,
.cid-tERvopncjN .mbr-section-btn {
  color: #ffffff;
}
.cid-tERJ7rphZO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c3ac6f;
}
.cid-tERJ7rphZO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tERJ7rphZO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  max-width: 600px;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tERJ7rphZO img {
  max-width: 600px;
  margin: 0 auto;
}
.cid-tERJ7rphZO .title-text {
  color: #dfcefd;
}
.cid-tERJ7rphZO .mbr-text {
  color: #dfcefd;
}
.cid-tERvopEn2P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #535355;
}
.cid-tERvopEn2P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tERvopEn2P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tERvopEn2P .col-12 {
  position: relative;
}
.cid-tERvopEn2P img {
  margin: auto;
}
.cid-tERvopEn2P .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-tERvopEn2P .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tERvopEn2P .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tERvopEn2P .image-wrapper {
    padding: 1rem;
  }
}
.cid-tERvopEn2P .mbr-section-title {
  color: #ffffff;
}
.cid-tERvopEn2P .mbr-text,
.cid-tERvopEn2P .mbr-section-btn {
  color: #ffffff;
}
.cid-tERvopUlKf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4a0f02;
}
.cid-tERvopUlKf iframe,
.cid-tERvopUlKf img,
.cid-tERvopUlKf video {
  width: 100%;
}
.cid-tERvopUlKf .mbr-section-head {
  margin-bottom: 67px;
}
@media (max-width: 767px) {
  .cid-tERvopUlKf .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-tERvopUlKf .mbr-section-title {
  color: #ffffff;
}
.cid-tERvopUlKf .mbr-section-subtitle {
  color: #161616;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-tERvopUlKf .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-tERvopUlKf .mbr-media {
  position: relative;
}
.cid-tERvopUlKf .mbr-media img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tERvopUlKf .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tERvopUlKf .icon-wrap .mbr-iconfont {
  color: #FFFFFF;
  opacity: 0.6;
  font-size: 70px;
}
.cid-tERvopUlKf .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tERvopUlKf .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tERvopUlKf .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-tERvopUlKf .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tERvopUlKf .modalWindow .modalWindow-video {
  height: 100%;
  width: 80vw;
  margin: 0 auto;
}
.cid-tERvopUlKf .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tERvopUlKf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tERVE252rG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tERVE252rG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tERVE252rG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tERVE252rG .container {
    padding: 0 20px;
  }
}
.cid-tERVE252rG .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tERVE252rG .row {
    padding: 50px 16px;
  }
}
.cid-tERVE252rG .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-tERVE252rG .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #6567ee;
  filter: blur(150px);
}
.cid-tERVE252rG .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-tERVE252rG .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-tERVE252rG .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tERVE252rG .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-tERVE252rG .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-tERVE252rG .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tERVE252rG .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tERVE252rG .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tERVE252rG .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tERVE252rG .mbr-desc {
  color: #ffffff;
}
.cid-tERVE252rG .mbr-section-title {
  color: #ffffff;
}
.cid-tERVE252rG .mbr-text {
  color: #000000;
}
.cid-tERVE252rG .mbr-section-title,
.cid-tERVE252rG .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tERvorDEbi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e5e5e5;
}
.cid-tERvorDEbi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tERvorDEbi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tERvorDEbi .row {
  justify-content: center;
}
.cid-tERvorDEbi .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tERvorDEbi .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-tERvorDEbi .row {
    padding: 0 24px;
  }
}
.cid-tERvorDEbi .video-wrapper iframe {
  width: 100%;
}
.cid-tERvorDEbi .title-wrapper {
  margin-bottom: 32px;
}
.cid-tERvorDEbi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tERvorDEbi .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tERvorDEbi .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #d63612;
  z-index: -1;
}
.cid-tERvorDEbi .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-tERvorDEbi .video-block {
    margin-bottom: 24px;
  }
}
.cid-tERvorDEbi .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-tERvorDEbi .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-tERvos5oQu {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/modern-red-background-2000x1333.jpg");
}
.cid-tERvos5oQu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tERvos5oQu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tERvos5oQu .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tERvos5oQu .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tERvos5oQu .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tERvos5oQu .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #000000;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tERvos5oQu .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-tERvos5oQu .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tERvos5oQu .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tERvos5oQu .text-wrapper {
    margin: 0 30px;
  }
}
.cid-tERvos5oQu .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tERvos5oQu .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-tERvos5oQu .mbr-section-title {
  color: #FFFFFF;
}
.cid-tERvos5oQu .mbr-section-title,
.cid-tERvos5oQu .mbr-section-btn {
  text-align: center;
}
.cid-tERvosrEej {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-tERvosrEej .logo {
  width: 80px;
  margin-bottom: 24px;
}
.cid-tERvosrEej .wechat-img {
  max-width: 240px;
  margin: 0 auto;
}
.cid-tERvosrEej .vc-logo {
  height: 40px;
  width: auto;
}
.cid-tERvosrEej .mbr-fallback-image.disabled {
  display: none;
}
.cid-tERvosrEej .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tERvosrEej .row-main {
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .cid-tERvosrEej .row-main {
    margin-bottom: 140px;
  }
}
@media (max-width: 768px) {
  .cid-tERvosrEej .row-main {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .cid-tERvosrEej .title {
    display: none;
  }
}
.cid-tERvosrEej .title-wrapper {
  display: flex;
}
.cid-tERvosrEej .title-wrapper img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-right: 12px;
  border-radius: 15%;
}
.cid-tERvosrEej .title-wrapper .mbr-section-title {
  margin: 0;
}
.cid-tERvosrEej .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tERvosrEej .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tERvosrEej .list {
    margin-bottom: 0;
  }
}
.cid-tERvosrEej .social-wrapper {
  width: 100%;
}
.cid-tERvosrEej .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-tERvosrEej .social-row {
    margin-top: 12px;
  }
}
.cid-tERvosrEej .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  margin-bottom: 20px;
  height: 18px;
  width: 18px;
}
.cid-tERvosrEej .soc-item a span {
  font-size: 18px;
}
@media (max-width: 768px) {
  .cid-tERvosrEej .card-list {
    display: none;
  }
}
.cid-tERvosrEej .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #8c8c8c;
}
@media (max-width: 992px) {
  .cid-tERvosrEej .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .cid-tERvosrEej .mbr-section-subtitle {
    display: none;
  }
}
.cid-tERvosrEej .mbr-text {
  margin-bottom: 20px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-tERvosrEej .mbr-text {
    margin-bottom: 12px;
  }
}
.cid-tERvosrEej .mbr-contact {
  margin-bottom: 0;
  padding-bottom: 6px;
  transition: all .3s ease;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tERvosrEej .mbr-contact {
    padding-bottom: 4px;
  }
}
.cid-tERvosrEej .copyright-container {
  display: flex;
}
@media (max-width: 768px) {
  .cid-tERvosrEej .copyright-container {
    display: block;
  }
}
.cid-tERvosrEej .copyright-container .copyright-wrapper {
  width: 50%;
}
@media (max-width: 768px) {
  .cid-tERvosrEej .copyright-container .copyright-wrapper {
    width: 100%;
  }
}
.cid-tERvosrEej .copyright-container .copyright-wrapper .copyright {
  margin-bottom: 20px;
}
.cid-tERvosrEej .copyright-container .copyright-list {
  width: 50%;
}
@media (max-width: 768px) {
  .cid-tERvosrEej .copyright-container .copyright-list {
    width: 100%;
  }
}
.cid-tERvosrEej .copyright-container .copyright-list ul {
  display: inline-flex;
}
.cid-tERvosrEej .copyright-container .copyright-list ul .mbr-copy {
  margin: 0 30px 0 0;
  transition: all .3s ease;
}
.cid-tERvosrEej .item-wrap:hover,
.cid-tERvosrEej p:hover,
.cid-tERvosrEej .mbr-iconfont:hover {
  color: #000;
}
.cid-tERvosrEej .mbr-section-title,
.cid-tERvosrEej .mbr-iconfont {
  color: #000000;
}
.cid-tERvosrEej .copyright {
  color: #000000;
}
.cid-tERvosrEej .list-copy {
  color: #000000;
}
.cid-tERvosrEej .copyright,
.cid-tERvosrEej .copyright-list {
  color: #000000;
}
.cid-tESA3keWn5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tESA3keWn5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tESA3keWn5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tESA3keWn5.mbr-fullscreen {
  padding: 0 !important;
}
.cid-tESA3keWn5 .container-fluid {
  padding: 0 !important;
}
.cid-tESA3keWn5 img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tESAvRvTP5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tESAvRvTP5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tESAvRvTP5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tESAvRvTP5 .container {
    padding: 0 30px;
  }
}
.cid-tESAvRvTP5 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tESAvRvTP5 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tESA9HoTMG {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tESA9HoTMG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tESA9HoTMG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tESA9HoTMG .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tESA9HoTMG .container-fluid {
    padding: 0 30px;
  }
}
.cid-tESA9HoTMG .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tESA9HoTMG .container {
    padding: 0 30px;
  }
}
.cid-tESA9HoTMG .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tESA9HoTMG .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tESAYLmDwf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-tESAYLmDwf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tESAYLmDwf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tESAYLmDwf .container,
.cid-tESAYLmDwf .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tESAYLmDwf .container,
  .cid-tESAYLmDwf .container-fluid {
    padding: 0 20px;
  }
}
.cid-tESAYLmDwf .row {
  position: relative;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
}
.cid-tESAYLmDwf .row .card {
  padding: 0;
}
.cid-tESAYLmDwf .card .card-wrapper img {
  padding: 0.5rem;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tESAYLmDwf .card .card-wrapper img {
    height: 250px;
  }
}
.cid-tDislfbAIY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-tDislfbAIY .logo {
  width: 80px;
  margin-bottom: 24px;
}
.cid-tDislfbAIY .wechat-img {
  max-width: 240px;
  margin: 0 auto;
}
.cid-tDislfbAIY .vc-logo {
  height: 40px;
  width: auto;
}
.cid-tDislfbAIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDislfbAIY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDislfbAIY .row-main {
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .cid-tDislfbAIY .row-main {
    margin-bottom: 140px;
  }
}
@media (max-width: 768px) {
  .cid-tDislfbAIY .row-main {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .cid-tDislfbAIY .title {
    display: none;
  }
}
.cid-tDislfbAIY .title-wrapper {
  display: flex;
}
.cid-tDislfbAIY .title-wrapper img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-right: 12px;
  border-radius: 15%;
}
.cid-tDislfbAIY .title-wrapper .mbr-section-title {
  margin: 0;
}
.cid-tDislfbAIY .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tDislfbAIY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tDislfbAIY .list {
    margin-bottom: 0;
  }
}
.cid-tDislfbAIY .social-wrapper {
  width: 100%;
}
.cid-tDislfbAIY .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-tDislfbAIY .social-row {
    margin-top: 12px;
  }
}
.cid-tDislfbAIY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  margin-bottom: 20px;
  height: 18px;
  width: 18px;
}
.cid-tDislfbAIY .soc-item a span {
  font-size: 18px;
}
@media (max-width: 768px) {
  .cid-tDislfbAIY .card-list {
    display: none;
  }
}
.cid-tDislfbAIY .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #8c8c8c;
}
@media (max-width: 992px) {
  .cid-tDislfbAIY .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .cid-tDislfbAIY .mbr-section-subtitle {
    display: none;
  }
}
.cid-tDislfbAIY .mbr-text {
  margin-bottom: 20px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-tDislfbAIY .mbr-text {
    margin-bottom: 12px;
  }
}
.cid-tDislfbAIY .mbr-contact {
  margin-bottom: 0;
  padding-bottom: 6px;
  transition: all .3s ease;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tDislfbAIY .mbr-contact {
    padding-bottom: 4px;
  }
}
.cid-tDislfbAIY .copyright-container {
  display: flex;
}
@media (max-width: 768px) {
  .cid-tDislfbAIY .copyright-container {
    display: block;
  }
}
.cid-tDislfbAIY .copyright-container .copyright-wrapper {
  width: 50%;
}
@media (max-width: 768px) {
  .cid-tDislfbAIY .copyright-container .copyright-wrapper {
    width: 100%;
  }
}
.cid-tDislfbAIY .copyright-container .copyright-wrapper .copyright {
  margin-bottom: 20px;
}
.cid-tDislfbAIY .copyright-container .copyright-list {
  width: 50%;
}
@media (max-width: 768px) {
  .cid-tDislfbAIY .copyright-container .copyright-list {
    width: 100%;
  }
}
.cid-tDislfbAIY .copyright-container .copyright-list ul {
  display: inline-flex;
}
.cid-tDislfbAIY .copyright-container .copyright-list ul .mbr-copy {
  margin: 0 30px 0 0;
  transition: all .3s ease;
}
.cid-tDislfbAIY .item-wrap:hover,
.cid-tDislfbAIY p:hover,
.cid-tDislfbAIY .mbr-iconfont:hover {
  color: #000;
}
.cid-tDislfbAIY .mbr-section-title,
.cid-tDislfbAIY .mbr-iconfont {
  color: #000000;
}
.cid-tDislfbAIY .copyright {
  color: #000000;
}
.cid-tDislfbAIY .list-copy {
  color: #000000;
}
.cid-tDislfbAIY .copyright,
.cid-tDislfbAIY .copyright-list {
  color: #000000;
}
.cid-tECNWdwLdz .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tECNWdwLdz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tECNWdwLdz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .menu_box .navbar.opened,
  .cid-tECNWdwLdz .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tECNWdwLdz .navbar-dropdown {
  position: relative !important;
}
.cid-tECNWdwLdz nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tECNWdwLdz .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tECNWdwLdz .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-tECNWdwLdz .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tECNWdwLdz .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-tECNWdwLdz .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tECNWdwLdz .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tECNWdwLdz .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tECNWdwLdz .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tECNWdwLdz .offcanvas-body .mbr-text,
  .cid-tECNWdwLdz .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tECNWdwLdz .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #961e04;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tECNWdwLdz ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tECNWdwLdz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tECNWdwLdz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tECNWdwLdz .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tECNWdwLdz li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-tECNWdwLdz .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tECNWdwLdz .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tECNWdwLdz .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .nav-item {
    margin: 0 !important;
  }
}
.cid-tECNWdwLdz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tECNWdwLdz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tECNWdwLdz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tECNWdwLdz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tECNWdwLdz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tECNWdwLdz .offcanvas_box {
    display: none;
  }
}
.cid-tECNWdwLdz .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tECNWdwLdz .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tECNWdwLdz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tECNWdwLdz .nav-link {
  position: relative;
  color: #000000;
}
.cid-tECNWdwLdz .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-tECNWdwLdz .container {
  display: flex;
  margin: auto;
}
.cid-tECNWdwLdz .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tECNWdwLdz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tECNWdwLdz .iconfont-wrapper:hover {
  color: #d63612;
}
.cid-tECNWdwLdz .navbar-caption {
  color: #000000;
}
.cid-tECNWdwLdz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tECNWdwLdz .navbar-nav {
    margin: 0;
  }
}
.cid-tECNWdwLdz .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tECNWdwLdz .dropdown-menu,
.cid-tECNWdwLdz .navbar.opened {
  background-color: false !important;
}
.cid-tECNWdwLdz .nav-item:focus,
.cid-tECNWdwLdz .nav-link:focus {
  outline: none;
}
.cid-tECNWdwLdz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tECNWdwLdz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tECNWdwLdz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tECNWdwLdz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tECNWdwLdz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tECNWdwLdz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tECNWdwLdz .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.cid-tECNWdwLdz .navbar.opened {
  transition: all 0.3s;
}
.cid-tECNWdwLdz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tECNWdwLdz .navbar .navbar-logo img {
  min-width: 34px;
  min-height: 34px;
  object-fit: cover;
}
.cid-tECNWdwLdz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tECNWdwLdz .navbar.collapsed {
  justify-content: center;
}
.cid-tECNWdwLdz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tECNWdwLdz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tECNWdwLdz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tECNWdwLdz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tECNWdwLdz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tECNWdwLdz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tECNWdwLdz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tECNWdwLdz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tECNWdwLdz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tECNWdwLdz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tECNWdwLdz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tECNWdwLdz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tECNWdwLdz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tECNWdwLdz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tECNWdwLdz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tECNWdwLdz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tECNWdwLdz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tECNWdwLdz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tECNWdwLdz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tECNWdwLdz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tECNWdwLdz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tECNWdwLdz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tECNWdwLdz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tECNWdwLdz .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-tECNWdwLdz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tECNWdwLdz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tECNWdwLdz .dropdown-item.active,
.cid-tECNWdwLdz .dropdown-item:active {
  background-color: transparent;
}
.cid-tECNWdwLdz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tECNWdwLdz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tECNWdwLdz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tECNWdwLdz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tECNWdwLdz ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tECNWdwLdz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tECNWdwLdz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tECNWdwLdz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #961e04;
}
.cid-tECNWdwLdz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tECNWdwLdz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tECNWdwLdz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tECNWdwLdz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tECNWdwLdz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tECNWdwLdz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tECNWdwLdz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tECNWdwLdz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tECNWdwLdz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tECNWdwLdz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tECNWdwLdz .navbar {
    height: 70px;
  }
  .cid-tECNWdwLdz .navbar.opened {
    height: auto;
  }
  .cid-tECNWdwLdz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tECNWdwLdz .mbr-section-btn .btn,
.cid-tECNWdwLdz .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tECNWdwLdz .mbr-section-btn .btn:first-child,
.cid-tECNWdwLdz .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-tECNWdwLdz .mbr-section-btn .btn:focus,
.cid-tECNWdwLdz .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-tECNWdwLdz .mbr-section-btn .btn span,
.cid-tECNWdwLdz .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tECNWdwLdz .mbr-section-btn .btn:hover,
.cid-tECNWdwLdz .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #d63612 !important;
}
.cid-tECNWdwLdz .mbr-section-btn .btn:hover span,
.cid-tECNWdwLdz .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tECNWdwLdz .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tECNWdwLdz .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tECNWdwLdz .navbar-caption:hover {
  color: #d63612;
}
.cid-tECNWdwLdz .nav-link:hover {
  color: #d63612;
}
.cid-tECNWdwLdz .nav-link:hover::before {
  background-color: #000000;
}
.cid-tECNWdwLdz .mbr-section-subtitle {
  color: #124ad6;
}
.cid-tECNWdwLdz .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tECNWdwLdz .mbr-section-subtitle,
.cid-tECNWdwLdz .text_widget {
  text-align: left;
}
.cid-tECNWdwLdz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tEBNJSYyJw {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mg-8543-2000x622.jpg");
}
.cid-tEBNJSYyJw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEBNJSYyJw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEBNJSYyJw .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tEBNJSYyJw .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tEBNJSYyJw .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tEBNJSYyJw .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tEBNJSYyJw .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-tEBNJSYyJw .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tEBNJSYyJw .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tEBNJSYyJw .text-wrapper {
    margin: 0 30px;
  }
}
.cid-tEBNJSYyJw .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tEBNJSYyJw .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-tEBNJSYyJw .mbr-section-title {
  color: #FFFFFF;
}
.cid-tEBNJSYyJw .mbr-section-title,
.cid-tEBNJSYyJw .mbr-section-btn {
  text-align: center;
}
.cid-tEBPE3BhBK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-tEBPE3BhBK .member-row {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 600px) {
  .cid-tEBPE3BhBK .member-row {
    flex-direction: column;
  }
}
.cid-tEBPE3BhBK .r1 .member-item {
  flex: initial;
}
.cid-tEBPE3BhBK .member-item {
  text-align: center;
  flex: 1 1 0px;
}
.cid-tEBPE3BhBK .member-item img {
  height: 300px;
  object-fit: contain;
  background: #fff;
}
.cid-tEBPE3BhBK .member-item .line-1 {
  margin-top: 8px;
  font-size: 1.05rem;
  font-weight: 600;
}
.cid-tEBPE3BhBK .member-item .line-2 {
  font-size: 1.25rem;
  font-weight: 400;
}
.cid-tEBPE3BhBK .member-item .line-2-1 {
  font-size: 1rem;
  font-weight: 400;
}
.cid-tEBPE3BhBK .member-item .line-3 {
  font-size: 1rem;
  font-weight: 600;
  opacity: 0.9;
}
.cid-tEBPE3BhBK .text-wrapper {
  margin: 0 150px 137px;
}
@media (max-width: 992px) {
  .cid-tEBPE3BhBK .text-wrapper {
    margin: 0 30px 70px;
  }
}
.cid-tEBPE3BhBK .text-wrapper .mbr-section-subtitle {
  margin-bottom: 73px;
}
@media (max-width: 992px) {
  .cid-tEBPE3BhBK .text-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-tEBPE3BhBK .text-wrapper .mbr-section-title {
  margin: 0;
}
.cid-tEBPE3BhBK .image-wrapper {
  margin: 0 150px;
}
.cid-tEBPE3BhBK .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tEBPE3BhBK .image-wrapper {
    margin: 0 30px;
  }
}
.cid-tEBPE3BhBK .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-tEBPE3BhBK .mbr-section-title {
  color: #1E1C21;
  text-align: center;
}
.cid-tDislfbAIY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-tDislfbAIY .logo {
  width: 80px;
  margin-bottom: 24px;
}
.cid-tDislfbAIY .wechat-img {
  max-width: 240px;
  margin: 0 auto;
}
.cid-tDislfbAIY .vc-logo {
  height: 40px;
  width: auto;
}
.cid-tDislfbAIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDislfbAIY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDislfbAIY .row-main {
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .cid-tDislfbAIY .row-main {
    margin-bottom: 140px;
  }
}
@media (max-width: 768px) {
  .cid-tDislfbAIY .row-main {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .cid-tDislfbAIY .title {
    display: none;
  }
}
.cid-tDislfbAIY .title-wrapper {
  display: flex;
}
.cid-tDislfbAIY .title-wrapper img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-right: 12px;
  border-radius: 15%;
}
.cid-tDislfbAIY .title-wrapper .mbr-section-title {
  margin: 0;
}
.cid-tDislfbAIY .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tDislfbAIY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tDislfbAIY .list {
    margin-bottom: 0;
  }
}
.cid-tDislfbAIY .social-wrapper {
  width: 100%;
}
.cid-tDislfbAIY .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-tDislfbAIY .social-row {
    margin-top: 12px;
  }
}
.cid-tDislfbAIY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  margin-bottom: 20px;
  height: 18px;
  width: 18px;
}
.cid-tDislfbAIY .soc-item a span {
  font-size: 18px;
}
@media (max-width: 768px) {
  .cid-tDislfbAIY .card-list {
    display: none;
  }
}
.cid-tDislfbAIY .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #8c8c8c;
}
@media (max-width: 992px) {
  .cid-tDislfbAIY .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .cid-tDislfbAIY .mbr-section-subtitle {
    display: none;
  }
}
.cid-tDislfbAIY .mbr-text {
  margin-bottom: 20px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-tDislfbAIY .mbr-text {
    margin-bottom: 12px;
  }
}
.cid-tDislfbAIY .mbr-contact {
  margin-bottom: 0;
  padding-bottom: 6px;
  transition: all .3s ease;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tDislfbAIY .mbr-contact {
    padding-bottom: 4px;
  }
}
.cid-tDislfbAIY .copyright-container {
  display: flex;
}
@media (max-width: 768px) {
  .cid-tDislfbAIY .copyright-container {
    display: block;
  }
}
.cid-tDislfbAIY .copyright-container .copyright-wrapper {
  width: 50%;
}
@media (max-width: 768px) {
  .cid-tDislfbAIY .copyright-container .copyright-wrapper {
    width: 100%;
  }
}
.cid-tDislfbAIY .copyright-container .copyright-wrapper .copyright {
  margin-bottom: 20px;
}
.cid-tDislfbAIY .copyright-container .copyright-list {
  width: 50%;
}
@media (max-width: 768px) {
  .cid-tDislfbAIY .copyright-container .copyright-list {
    width: 100%;
  }
}
.cid-tDislfbAIY .copyright-container .copyright-list ul {
  display: inline-flex;
}
.cid-tDislfbAIY .copyright-container .copyright-list ul .mbr-copy {
  margin: 0 30px 0 0;
  transition: all .3s ease;
}
.cid-tDislfbAIY .item-wrap:hover,
.cid-tDislfbAIY p:hover,
.cid-tDislfbAIY .mbr-iconfont:hover {
  color: #000;
}
.cid-tDislfbAIY .mbr-section-title,
.cid-tDislfbAIY .mbr-iconfont {
  color: #000000;
}
.cid-tDislfbAIY .copyright {
  color: #000000;
}
.cid-tDislfbAIY .list-copy {
  color: #000000;
}
.cid-tDislfbAIY .copyright,
.cid-tDislfbAIY .copyright-list {
  color: #000000;
}
.cid-tECNWdwLdz .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tECNWdwLdz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tECNWdwLdz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .menu_box .navbar.opened,
  .cid-tECNWdwLdz .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tECNWdwLdz .navbar-dropdown {
  position: relative !important;
}
.cid-tECNWdwLdz nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tECNWdwLdz .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tECNWdwLdz .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-tECNWdwLdz .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tECNWdwLdz .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-tECNWdwLdz .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tECNWdwLdz .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tECNWdwLdz .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tECNWdwLdz .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tECNWdwLdz .offcanvas-body .mbr-text,
  .cid-tECNWdwLdz .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tECNWdwLdz .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #961e04;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tECNWdwLdz .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tECNWdwLdz ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tECNWdwLdz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tECNWdwLdz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tECNWdwLdz .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tECNWdwLdz li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-tECNWdwLdz .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tECNWdwLdz .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tECNWdwLdz .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .nav-item {
    margin: 0 !important;
  }
}
.cid-tECNWdwLdz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tECNWdwLdz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tECNWdwLdz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tECNWdwLdz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tECNWdwLdz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tECNWdwLdz .offcanvas_box {
    display: none;
  }
}
.cid-tECNWdwLdz .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tECNWdwLdz .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tECNWdwLdz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tECNWdwLdz .nav-link {
  position: relative;
  color: #000000;
}
.cid-tECNWdwLdz .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-tECNWdwLdz .container {
  display: flex;
  margin: auto;
}
.cid-tECNWdwLdz .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tECNWdwLdz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tECNWdwLdz .iconfont-wrapper:hover {
  color: #d63612;
}
.cid-tECNWdwLdz .navbar-caption {
  color: #000000;
}
.cid-tECNWdwLdz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tECNWdwLdz .navbar-nav {
    margin: 0;
  }
}
.cid-tECNWdwLdz .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tECNWdwLdz .dropdown-menu,
.cid-tECNWdwLdz .navbar.opened {
  background-color: false !important;
}
.cid-tECNWdwLdz .nav-item:focus,
.cid-tECNWdwLdz .nav-link:focus {
  outline: none;
}
.cid-tECNWdwLdz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tECNWdwLdz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tECNWdwLdz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tECNWdwLdz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tECNWdwLdz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tECNWdwLdz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tECNWdwLdz .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.cid-tECNWdwLdz .navbar.opened {
  transition: all 0.3s;
}
.cid-tECNWdwLdz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tECNWdwLdz .navbar .navbar-logo img {
  min-width: 34px;
  min-height: 34px;
  object-fit: cover;
}
.cid-tECNWdwLdz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tECNWdwLdz .navbar.collapsed {
  justify-content: center;
}
.cid-tECNWdwLdz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tECNWdwLdz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tECNWdwLdz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tECNWdwLdz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tECNWdwLdz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tECNWdwLdz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tECNWdwLdz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tECNWdwLdz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tECNWdwLdz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tECNWdwLdz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tECNWdwLdz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tECNWdwLdz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tECNWdwLdz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tECNWdwLdz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tECNWdwLdz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tECNWdwLdz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tECNWdwLdz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tECNWdwLdz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tECNWdwLdz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tECNWdwLdz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tECNWdwLdz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tECNWdwLdz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tECNWdwLdz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tECNWdwLdz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tECNWdwLdz .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-tECNWdwLdz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tECNWdwLdz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tECNWdwLdz .dropdown-item.active,
.cid-tECNWdwLdz .dropdown-item:active {
  background-color: transparent;
}
.cid-tECNWdwLdz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tECNWdwLdz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tECNWdwLdz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tECNWdwLdz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tECNWdwLdz ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tECNWdwLdz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tECNWdwLdz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tECNWdwLdz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #961e04;
}
.cid-tECNWdwLdz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tECNWdwLdz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tECNWdwLdz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tECNWdwLdz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tECNWdwLdz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tECNWdwLdz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tECNWdwLdz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tECNWdwLdz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tECNWdwLdz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tECNWdwLdz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tECNWdwLdz .navbar {
    height: 70px;
  }
  .cid-tECNWdwLdz .navbar.opened {
    height: auto;
  }
  .cid-tECNWdwLdz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tECNWdwLdz .mbr-section-btn .btn,
.cid-tECNWdwLdz .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tECNWdwLdz .mbr-section-btn .btn:first-child,
.cid-tECNWdwLdz .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-tECNWdwLdz .mbr-section-btn .btn:focus,
.cid-tECNWdwLdz .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-tECNWdwLdz .mbr-section-btn .btn span,
.cid-tECNWdwLdz .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tECNWdwLdz .mbr-section-btn .btn:hover,
.cid-tECNWdwLdz .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #d63612 !important;
}
.cid-tECNWdwLdz .mbr-section-btn .btn:hover span,
.cid-tECNWdwLdz .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tECNWdwLdz .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tECNWdwLdz .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tECNWdwLdz .navbar-caption:hover {
  color: #d63612;
}
.cid-tECNWdwLdz .nav-link:hover {
  color: #d63612;
}
.cid-tECNWdwLdz .nav-link:hover::before {
  background-color: #000000;
}
.cid-tECNWdwLdz .mbr-section-subtitle {
  color: #124ad6;
}
.cid-tECNWdwLdz .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tECNWdwLdz .mbr-section-subtitle,
.cid-tECNWdwLdz .text_widget {
  text-align: left;
}
.cid-tECNWdwLdz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tFqQoX0W1m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tFqQoX0W1m .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFqQoX0W1m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFqQoX0W1m.mbr-fullscreen {
  padding: 0 !important;
}
.cid-tFqQoX0W1m .container-fluid {
  padding: 0 !important;
}
.cid-tFqQoX0W1m img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tFqQoXNRZp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFqQoXNRZp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFqQoXNRZp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tFqQoXNRZp .container {
    padding: 0 30px;
  }
}
.cid-tFqQoXNRZp .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tFqQoXNRZp .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tFqQoY28fo {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tFqQoY28fo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFqQoY28fo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFqQoY28fo .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tFqQoY28fo .container-fluid {
    padding: 0 30px;
  }
}
.cid-tFqQoY28fo .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tFqQoY28fo .container {
    padding: 0 30px;
  }
}
.cid-tFqQoY28fo .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tFqQoY28fo .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tFqQoYt4Qr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-tFqQoYt4Qr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFqQoYt4Qr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFqQoYt4Qr .container,
.cid-tFqQoYt4Qr .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tFqQoYt4Qr .container,
  .cid-tFqQoYt4Qr .container-fluid {
    padding: 0 20px;
  }
}
.cid-tFqQoYt4Qr .row {
  position: relative;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
}
.cid-tFqQoYt4Qr .row .card {
  padding: 0;
}
.cid-tFqQoYt4Qr .card .card-wrapper img {
  padding: 0.5rem;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tFqQoYt4Qr .card .card-wrapper img {
    height: 250px;
  }
}
.cid-tFqQoYJqAn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-tFqQoYJqAn .logo {
  width: 80px;
  margin-bottom: 24px;
}
.cid-tFqQoYJqAn .wechat-img {
  max-width: 240px;
  margin: 0 auto;
}
.cid-tFqQoYJqAn .vc-logo {
  height: 40px;
  width: auto;
}
.cid-tFqQoYJqAn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFqQoYJqAn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFqQoYJqAn .row-main {
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .cid-tFqQoYJqAn .row-main {
    margin-bottom: 140px;
  }
}
@media (max-width: 768px) {
  .cid-tFqQoYJqAn .row-main {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .cid-tFqQoYJqAn .title {
    display: none;
  }
}
.cid-tFqQoYJqAn .title-wrapper {
  display: flex;
}
.cid-tFqQoYJqAn .title-wrapper img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-right: 12px;
  border-radius: 15%;
}
.cid-tFqQoYJqAn .title-wrapper .mbr-section-title {
  margin: 0;
}
.cid-tFqQoYJqAn .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tFqQoYJqAn .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tFqQoYJqAn .list {
    margin-bottom: 0;
  }
}
.cid-tFqQoYJqAn .social-wrapper {
  width: 100%;
}
.cid-tFqQoYJqAn .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-tFqQoYJqAn .social-row {
    margin-top: 12px;
  }
}
.cid-tFqQoYJqAn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  margin-bottom: 20px;
  height: 18px;
  width: 18px;
}
.cid-tFqQoYJqAn .soc-item a span {
  font-size: 18px;
}
@media (max-width: 768px) {
  .cid-tFqQoYJqAn .card-list {
    display: none;
  }
}
.cid-tFqQoYJqAn .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #8c8c8c;
}
@media (max-width: 992px) {
  .cid-tFqQoYJqAn .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .cid-tFqQoYJqAn .mbr-section-subtitle {
    display: none;
  }
}
.cid-tFqQoYJqAn .mbr-text {
  margin-bottom: 20px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-tFqQoYJqAn .mbr-text {
    margin-bottom: 12px;
  }
}
.cid-tFqQoYJqAn .mbr-contact {
  margin-bottom: 0;
  padding-bottom: 6px;
  transition: all .3s ease;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tFqQoYJqAn .mbr-contact {
    padding-bottom: 4px;
  }
}
.cid-tFqQoYJqAn .copyright-container {
  display: flex;
}
@media (max-width: 768px) {
  .cid-tFqQoYJqAn .copyright-container {
    display: block;
  }
}
.cid-tFqQoYJqAn .copyright-container .copyright-wrapper {
  width: 50%;
}
@media (max-width: 768px) {
  .cid-tFqQoYJqAn .copyright-container .copyright-wrapper {
    width: 100%;
  }
}
.cid-tFqQoYJqAn .copyright-container .copyright-wrapper .copyright {
  margin-bottom: 20px;
}
.cid-tFqQoYJqAn .copyright-container .copyright-list {
  width: 50%;
}
@media (max-width: 768px) {
  .cid-tFqQoYJqAn .copyright-container .copyright-list {
    width: 100%;
  }
}
.cid-tFqQoYJqAn .copyright-container .copyright-list ul {
  display: inline-flex;
}
.cid-tFqQoYJqAn .copyright-container .copyright-list ul .mbr-copy {
  margin: 0 30px 0 0;
  transition: all .3s ease;
}
.cid-tFqQoYJqAn .item-wrap:hover,
.cid-tFqQoYJqAn p:hover,
.cid-tFqQoYJqAn .mbr-iconfont:hover {
  color: #000;
}
.cid-tFqQoYJqAn .mbr-section-title,
.cid-tFqQoYJqAn .mbr-iconfont {
  color: #000000;
}
.cid-tFqQoYJqAn .copyright {
  color: #000000;
}
.cid-tFqQoYJqAn .list-copy {
  color: #000000;
}
.cid-tFqQoYJqAn .copyright,
.cid-tFqQoYJqAn .copyright-list {
  color: #000000;
}
.cid-tFqQoZoT1h .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tFqQoZoT1h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tFqQoZoT1h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tFqQoZoT1h .menu_box .navbar.opened,
  .cid-tFqQoZoT1h .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tFqQoZoT1h .navbar-dropdown {
  position: relative !important;
}
.cid-tFqQoZoT1h nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tFqQoZoT1h .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tFqQoZoT1h .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tFqQoZoT1h .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tFqQoZoT1h .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-tFqQoZoT1h .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tFqQoZoT1h .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-tFqQoZoT1h .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tFqQoZoT1h .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tFqQoZoT1h .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tFqQoZoT1h .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tFqQoZoT1h .offcanvas-body .mbr-text,
  .cid-tFqQoZoT1h .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tFqQoZoT1h .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tFqQoZoT1h .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tFqQoZoT1h .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #961e04;
  }
  .cid-tFqQoZoT1h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tFqQoZoT1h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tFqQoZoT1h .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tFqQoZoT1h .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tFqQoZoT1h ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tFqQoZoT1h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tFqQoZoT1h .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tFqQoZoT1h .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tFqQoZoT1h li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-tFqQoZoT1h .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tFqQoZoT1h .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tFqQoZoT1h .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tFqQoZoT1h .nav-item {
    margin: 0 !important;
  }
}
.cid-tFqQoZoT1h .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tFqQoZoT1h .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tFqQoZoT1h .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tFqQoZoT1h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tFqQoZoT1h .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tFqQoZoT1h .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tFqQoZoT1h .offcanvas_box {
    display: none;
  }
}
.cid-tFqQoZoT1h .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tFqQoZoT1h .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tFqQoZoT1h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tFqQoZoT1h .nav-link {
  position: relative;
  color: #000000;
}
.cid-tFqQoZoT1h .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-tFqQoZoT1h .container {
  display: flex;
  margin: auto;
}
.cid-tFqQoZoT1h .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tFqQoZoT1h .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tFqQoZoT1h .iconfont-wrapper:hover {
  color: #d63612;
}
.cid-tFqQoZoT1h .navbar-caption {
  color: #000000;
}
.cid-tFqQoZoT1h .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tFqQoZoT1h .navbar-nav {
    margin: 0;
  }
}
.cid-tFqQoZoT1h .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tFqQoZoT1h .dropdown-menu,
.cid-tFqQoZoT1h .navbar.opened {
  background-color: false !important;
}
.cid-tFqQoZoT1h .nav-item:focus,
.cid-tFqQoZoT1h .nav-link:focus {
  outline: none;
}
.cid-tFqQoZoT1h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tFqQoZoT1h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFqQoZoT1h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tFqQoZoT1h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tFqQoZoT1h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tFqQoZoT1h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tFqQoZoT1h .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.cid-tFqQoZoT1h .navbar.opened {
  transition: all 0.3s;
}
.cid-tFqQoZoT1h .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tFqQoZoT1h .navbar .navbar-logo img {
  min-width: 34px;
  min-height: 34px;
  object-fit: cover;
}
.cid-tFqQoZoT1h .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tFqQoZoT1h .navbar.collapsed {
  justify-content: center;
}
.cid-tFqQoZoT1h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tFqQoZoT1h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tFqQoZoT1h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFqQoZoT1h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFqQoZoT1h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFqQoZoT1h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tFqQoZoT1h .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tFqQoZoT1h .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tFqQoZoT1h .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tFqQoZoT1h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFqQoZoT1h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFqQoZoT1h .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tFqQoZoT1h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFqQoZoT1h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFqQoZoT1h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tFqQoZoT1h .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tFqQoZoT1h .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tFqQoZoT1h .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tFqQoZoT1h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tFqQoZoT1h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tFqQoZoT1h .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tFqQoZoT1h .navbar.navbar-short {
  min-height: 60px;
}
.cid-tFqQoZoT1h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tFqQoZoT1h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tFqQoZoT1h .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-tFqQoZoT1h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFqQoZoT1h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFqQoZoT1h .dropdown-item.active,
.cid-tFqQoZoT1h .dropdown-item:active {
  background-color: transparent;
}
.cid-tFqQoZoT1h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFqQoZoT1h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFqQoZoT1h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFqQoZoT1h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFqQoZoT1h ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tFqQoZoT1h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tFqQoZoT1h button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tFqQoZoT1h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #961e04;
}
.cid-tFqQoZoT1h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tFqQoZoT1h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFqQoZoT1h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFqQoZoT1h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tFqQoZoT1h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFqQoZoT1h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tFqQoZoT1h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tFqQoZoT1h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFqQoZoT1h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tFqQoZoT1h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tFqQoZoT1h .navbar {
    height: 70px;
  }
  .cid-tFqQoZoT1h .navbar.opened {
    height: auto;
  }
  .cid-tFqQoZoT1h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFqQoZoT1h .mbr-section-btn .btn,
.cid-tFqQoZoT1h .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tFqQoZoT1h .mbr-section-btn .btn:first-child,
.cid-tFqQoZoT1h .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-tFqQoZoT1h .mbr-section-btn .btn:focus,
.cid-tFqQoZoT1h .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-tFqQoZoT1h .mbr-section-btn .btn span,
.cid-tFqQoZoT1h .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tFqQoZoT1h .mbr-section-btn .btn:hover,
.cid-tFqQoZoT1h .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #d63612 !important;
}
.cid-tFqQoZoT1h .mbr-section-btn .btn:hover span,
.cid-tFqQoZoT1h .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tFqQoZoT1h .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tFqQoZoT1h .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tFqQoZoT1h .navbar-caption:hover {
  color: #d63612;
}
.cid-tFqQoZoT1h .nav-link:hover {
  color: #d63612;
}
.cid-tFqQoZoT1h .nav-link:hover::before {
  background-color: #000000;
}
.cid-tFqQoZoT1h .mbr-section-subtitle {
  color: #124ad6;
}
.cid-tFqQoZoT1h .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tFqQoZoT1h .mbr-section-subtitle,
.cid-tFqQoZoT1h .text_widget {
  text-align: left;
}
.cid-tFqQoZoT1h a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tFqSWqJVXl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tFqSWqJVXl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFqSWqJVXl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFqSWqJVXl.mbr-fullscreen {
  padding: 0 !important;
}
.cid-tFqSWqJVXl .container-fluid {
  padding: 0 !important;
}
.cid-tFqSWqJVXl img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tFqSWrcbas {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFqSWrcbas .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFqSWrcbas .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tFqSWrcbas .container {
    padding: 0 30px;
  }
}
.cid-tFqSWrcbas .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tFqSWrcbas .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tFqSWroPzO {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tFqSWroPzO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFqSWroPzO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFqSWroPzO .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tFqSWroPzO .container-fluid {
    padding: 0 30px;
  }
}
.cid-tFqSWroPzO .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tFqSWroPzO .container {
    padding: 0 30px;
  }
}
.cid-tFqSWroPzO .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tFqSWroPzO .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tFqSWrzuB0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-tFqSWrzuB0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFqSWrzuB0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFqSWrzuB0 .container,
.cid-tFqSWrzuB0 .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tFqSWrzuB0 .container,
  .cid-tFqSWrzuB0 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tFqSWrzuB0 .row {
  position: relative;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
}
.cid-tFqSWrzuB0 .row .card {
  padding: 0;
}
.cid-tFqSWrzuB0 .card .card-wrapper img {
  padding: 0.5rem;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tFqSWrzuB0 .card .card-wrapper img {
    height: 250px;
  }
}
.cid-tFqSWrMcDq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-tFqSWrMcDq .logo {
  width: 80px;
  margin-bottom: 24px;
}
.cid-tFqSWrMcDq .wechat-img {
  max-width: 240px;
  margin: 0 auto;
}
.cid-tFqSWrMcDq .vc-logo {
  height: 40px;
  width: auto;
}
.cid-tFqSWrMcDq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFqSWrMcDq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFqSWrMcDq .row-main {
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .cid-tFqSWrMcDq .row-main {
    margin-bottom: 140px;
  }
}
@media (max-width: 768px) {
  .cid-tFqSWrMcDq .row-main {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .cid-tFqSWrMcDq .title {
    display: none;
  }
}
.cid-tFqSWrMcDq .title-wrapper {
  display: flex;
}
.cid-tFqSWrMcDq .title-wrapper img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-right: 12px;
  border-radius: 15%;
}
.cid-tFqSWrMcDq .title-wrapper .mbr-section-title {
  margin: 0;
}
.cid-tFqSWrMcDq .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tFqSWrMcDq .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tFqSWrMcDq .list {
    margin-bottom: 0;
  }
}
.cid-tFqSWrMcDq .social-wrapper {
  width: 100%;
}
.cid-tFqSWrMcDq .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-tFqSWrMcDq .social-row {
    margin-top: 12px;
  }
}
.cid-tFqSWrMcDq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  margin-bottom: 20px;
  height: 18px;
  width: 18px;
}
.cid-tFqSWrMcDq .soc-item a span {
  font-size: 18px;
}
@media (max-width: 768px) {
  .cid-tFqSWrMcDq .card-list {
    display: none;
  }
}
.cid-tFqSWrMcDq .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #8c8c8c;
}
@media (max-width: 992px) {
  .cid-tFqSWrMcDq .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .cid-tFqSWrMcDq .mbr-section-subtitle {
    display: none;
  }
}
.cid-tFqSWrMcDq .mbr-text {
  margin-bottom: 20px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-tFqSWrMcDq .mbr-text {
    margin-bottom: 12px;
  }
}
.cid-tFqSWrMcDq .mbr-contact {
  margin-bottom: 0;
  padding-bottom: 6px;
  transition: all .3s ease;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tFqSWrMcDq .mbr-contact {
    padding-bottom: 4px;
  }
}
.cid-tFqSWrMcDq .copyright-container {
  display: flex;
}
@media (max-width: 768px) {
  .cid-tFqSWrMcDq .copyright-container {
    display: block;
  }
}
.cid-tFqSWrMcDq .copyright-container .copyright-wrapper {
  width: 50%;
}
@media (max-width: 768px) {
  .cid-tFqSWrMcDq .copyright-container .copyright-wrapper {
    width: 100%;
  }
}
.cid-tFqSWrMcDq .copyright-container .copyright-wrapper .copyright {
  margin-bottom: 20px;
}
.cid-tFqSWrMcDq .copyright-container .copyright-list {
  width: 50%;
}
@media (max-width: 768px) {
  .cid-tFqSWrMcDq .copyright-container .copyright-list {
    width: 100%;
  }
}
.cid-tFqSWrMcDq .copyright-container .copyright-list ul {
  display: inline-flex;
}
.cid-tFqSWrMcDq .copyright-container .copyright-list ul .mbr-copy {
  margin: 0 30px 0 0;
  transition: all .3s ease;
}
.cid-tFqSWrMcDq .item-wrap:hover,
.cid-tFqSWrMcDq p:hover,
.cid-tFqSWrMcDq .mbr-iconfont:hover {
  color: #000;
}
.cid-tFqSWrMcDq .mbr-section-title,
.cid-tFqSWrMcDq .mbr-iconfont {
  color: #000000;
}
.cid-tFqSWrMcDq .copyright {
  color: #000000;
}
.cid-tFqSWrMcDq .list-copy {
  color: #000000;
}
.cid-tFqSWrMcDq .copyright,
.cid-tFqSWrMcDq .copyright-list {
  color: #000000;
}
.cid-tFqSWs4syb .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tFqSWs4syb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tFqSWs4syb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tFqSWs4syb .menu_box .navbar.opened,
  .cid-tFqSWs4syb .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tFqSWs4syb .navbar-dropdown {
  position: relative !important;
}
.cid-tFqSWs4syb nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tFqSWs4syb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tFqSWs4syb .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tFqSWs4syb .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tFqSWs4syb .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-tFqSWs4syb .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tFqSWs4syb .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-tFqSWs4syb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tFqSWs4syb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tFqSWs4syb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tFqSWs4syb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tFqSWs4syb .offcanvas-body .mbr-text,
  .cid-tFqSWs4syb .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tFqSWs4syb .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tFqSWs4syb .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tFqSWs4syb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #961e04;
  }
  .cid-tFqSWs4syb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tFqSWs4syb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tFqSWs4syb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tFqSWs4syb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tFqSWs4syb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tFqSWs4syb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tFqSWs4syb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tFqSWs4syb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tFqSWs4syb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-tFqSWs4syb .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tFqSWs4syb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tFqSWs4syb .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tFqSWs4syb .nav-item {
    margin: 0 !important;
  }
}
.cid-tFqSWs4syb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tFqSWs4syb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tFqSWs4syb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tFqSWs4syb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tFqSWs4syb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tFqSWs4syb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tFqSWs4syb .offcanvas_box {
    display: none;
  }
}
.cid-tFqSWs4syb .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tFqSWs4syb .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tFqSWs4syb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tFqSWs4syb .nav-link {
  position: relative;
  color: #000000;
}
.cid-tFqSWs4syb .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-tFqSWs4syb .container {
  display: flex;
  margin: auto;
}
.cid-tFqSWs4syb .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tFqSWs4syb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tFqSWs4syb .iconfont-wrapper:hover {
  color: #d63612;
}
.cid-tFqSWs4syb .navbar-caption {
  color: #000000;
}
.cid-tFqSWs4syb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tFqSWs4syb .navbar-nav {
    margin: 0;
  }
}
.cid-tFqSWs4syb .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tFqSWs4syb .dropdown-menu,
.cid-tFqSWs4syb .navbar.opened {
  background-color: false !important;
}
.cid-tFqSWs4syb .nav-item:focus,
.cid-tFqSWs4syb .nav-link:focus {
  outline: none;
}
.cid-tFqSWs4syb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tFqSWs4syb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFqSWs4syb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tFqSWs4syb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tFqSWs4syb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tFqSWs4syb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tFqSWs4syb .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.cid-tFqSWs4syb .navbar.opened {
  transition: all 0.3s;
}
.cid-tFqSWs4syb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tFqSWs4syb .navbar .navbar-logo img {
  min-width: 34px;
  min-height: 34px;
  object-fit: cover;
}
.cid-tFqSWs4syb .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tFqSWs4syb .navbar.collapsed {
  justify-content: center;
}
.cid-tFqSWs4syb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tFqSWs4syb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tFqSWs4syb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFqSWs4syb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFqSWs4syb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFqSWs4syb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tFqSWs4syb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tFqSWs4syb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tFqSWs4syb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tFqSWs4syb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFqSWs4syb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFqSWs4syb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tFqSWs4syb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFqSWs4syb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFqSWs4syb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tFqSWs4syb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tFqSWs4syb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tFqSWs4syb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tFqSWs4syb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tFqSWs4syb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tFqSWs4syb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tFqSWs4syb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tFqSWs4syb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tFqSWs4syb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tFqSWs4syb .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-tFqSWs4syb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFqSWs4syb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFqSWs4syb .dropdown-item.active,
.cid-tFqSWs4syb .dropdown-item:active {
  background-color: transparent;
}
.cid-tFqSWs4syb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFqSWs4syb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFqSWs4syb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFqSWs4syb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFqSWs4syb ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tFqSWs4syb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tFqSWs4syb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tFqSWs4syb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #961e04;
}
.cid-tFqSWs4syb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tFqSWs4syb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFqSWs4syb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFqSWs4syb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tFqSWs4syb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFqSWs4syb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tFqSWs4syb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tFqSWs4syb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFqSWs4syb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tFqSWs4syb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tFqSWs4syb .navbar {
    height: 70px;
  }
  .cid-tFqSWs4syb .navbar.opened {
    height: auto;
  }
  .cid-tFqSWs4syb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFqSWs4syb .mbr-section-btn .btn,
.cid-tFqSWs4syb .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tFqSWs4syb .mbr-section-btn .btn:first-child,
.cid-tFqSWs4syb .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-tFqSWs4syb .mbr-section-btn .btn:focus,
.cid-tFqSWs4syb .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-tFqSWs4syb .mbr-section-btn .btn span,
.cid-tFqSWs4syb .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tFqSWs4syb .mbr-section-btn .btn:hover,
.cid-tFqSWs4syb .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #d63612 !important;
}
.cid-tFqSWs4syb .mbr-section-btn .btn:hover span,
.cid-tFqSWs4syb .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tFqSWs4syb .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tFqSWs4syb .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tFqSWs4syb .navbar-caption:hover {
  color: #d63612;
}
.cid-tFqSWs4syb .nav-link:hover {
  color: #d63612;
}
.cid-tFqSWs4syb .nav-link:hover::before {
  background-color: #000000;
}
.cid-tFqSWs4syb .mbr-section-subtitle {
  color: #124ad6;
}
.cid-tFqSWs4syb .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tFqSWs4syb .mbr-section-subtitle,
.cid-tFqSWs4syb .text_widget {
  text-align: left;
}
.cid-tFqSWs4syb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tFqWjF6QMW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tFqWjF6QMW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFqWjF6QMW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFqWjF6QMW.mbr-fullscreen {
  padding: 0 !important;
}
.cid-tFqWjF6QMW .container-fluid {
  padding: 0 !important;
}
.cid-tFqWjF6QMW img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tFqWjFPgZr {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFqWjFPgZr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFqWjFPgZr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tFqWjFPgZr .container {
    padding: 0 30px;
  }
}
.cid-tFqWjFPgZr .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tFqWjFPgZr .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tFqWjG1eH7 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tFqWjG1eH7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFqWjG1eH7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFqWjG1eH7 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tFqWjG1eH7 .container-fluid {
    padding: 0 30px;
  }
}
.cid-tFqWjG1eH7 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tFqWjG1eH7 .container {
    padding: 0 30px;
  }
}
.cid-tFqWjG1eH7 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tFqWjG1eH7 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tFqWjGcxUs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-tFqWjGcxUs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFqWjGcxUs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFqWjGcxUs .container,
.cid-tFqWjGcxUs .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tFqWjGcxUs .container,
  .cid-tFqWjGcxUs .container-fluid {
    padding: 0 20px;
  }
}
.cid-tFqWjGcxUs .row {
  position: relative;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
}
.cid-tFqWjGcxUs .row .card {
  padding: 0;
}
.cid-tFqWjGcxUs .card .card-wrapper img {
  padding: 0.5rem;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tFqWjGcxUs .card .card-wrapper img {
    height: 250px;
  }
}
.cid-tFqWjGonIq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-tFqWjGonIq .logo {
  width: 80px;
  margin-bottom: 24px;
}
.cid-tFqWjGonIq .wechat-img {
  max-width: 240px;
  margin: 0 auto;
}
.cid-tFqWjGonIq .vc-logo {
  height: 40px;
  width: auto;
}
.cid-tFqWjGonIq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFqWjGonIq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFqWjGonIq .row-main {
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .cid-tFqWjGonIq .row-main {
    margin-bottom: 140px;
  }
}
@media (max-width: 768px) {
  .cid-tFqWjGonIq .row-main {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .cid-tFqWjGonIq .title {
    display: none;
  }
}
.cid-tFqWjGonIq .title-wrapper {
  display: flex;
}
.cid-tFqWjGonIq .title-wrapper img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-right: 12px;
  border-radius: 15%;
}
.cid-tFqWjGonIq .title-wrapper .mbr-section-title {
  margin: 0;
}
.cid-tFqWjGonIq .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tFqWjGonIq .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tFqWjGonIq .list {
    margin-bottom: 0;
  }
}
.cid-tFqWjGonIq .social-wrapper {
  width: 100%;
}
.cid-tFqWjGonIq .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-tFqWjGonIq .social-row {
    margin-top: 12px;
  }
}
.cid-tFqWjGonIq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  margin-bottom: 20px;
  height: 18px;
  width: 18px;
}
.cid-tFqWjGonIq .soc-item a span {
  font-size: 18px;
}
@media (max-width: 768px) {
  .cid-tFqWjGonIq .card-list {
    display: none;
  }
}
.cid-tFqWjGonIq .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #8c8c8c;
}
@media (max-width: 992px) {
  .cid-tFqWjGonIq .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .cid-tFqWjGonIq .mbr-section-subtitle {
    display: none;
  }
}
.cid-tFqWjGonIq .mbr-text {
  margin-bottom: 20px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-tFqWjGonIq .mbr-text {
    margin-bottom: 12px;
  }
}
.cid-tFqWjGonIq .mbr-contact {
  margin-bottom: 0;
  padding-bottom: 6px;
  transition: all .3s ease;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tFqWjGonIq .mbr-contact {
    padding-bottom: 4px;
  }
}
.cid-tFqWjGonIq .copyright-container {
  display: flex;
}
@media (max-width: 768px) {
  .cid-tFqWjGonIq .copyright-container {
    display: block;
  }
}
.cid-tFqWjGonIq .copyright-container .copyright-wrapper {
  width: 50%;
}
@media (max-width: 768px) {
  .cid-tFqWjGonIq .copyright-container .copyright-wrapper {
    width: 100%;
  }
}
.cid-tFqWjGonIq .copyright-container .copyright-wrapper .copyright {
  margin-bottom: 20px;
}
.cid-tFqWjGonIq .copyright-container .copyright-list {
  width: 50%;
}
@media (max-width: 768px) {
  .cid-tFqWjGonIq .copyright-container .copyright-list {
    width: 100%;
  }
}
.cid-tFqWjGonIq .copyright-container .copyright-list ul {
  display: inline-flex;
}
.cid-tFqWjGonIq .copyright-container .copyright-list ul .mbr-copy {
  margin: 0 30px 0 0;
  transition: all .3s ease;
}
.cid-tFqWjGonIq .item-wrap:hover,
.cid-tFqWjGonIq p:hover,
.cid-tFqWjGonIq .mbr-iconfont:hover {
  color: #000;
}
.cid-tFqWjGonIq .mbr-section-title,
.cid-tFqWjGonIq .mbr-iconfont {
  color: #000000;
}
.cid-tFqWjGonIq .copyright {
  color: #000000;
}
.cid-tFqWjGonIq .list-copy {
  color: #000000;
}
.cid-tFqWjGonIq .copyright,
.cid-tFqWjGonIq .copyright-list {
  color: #000000;
}
.cid-tFqWjGGjwY .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tFqWjGGjwY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tFqWjGGjwY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tFqWjGGjwY .menu_box .navbar.opened,
  .cid-tFqWjGGjwY .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tFqWjGGjwY .navbar-dropdown {
  position: relative !important;
}
.cid-tFqWjGGjwY nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tFqWjGGjwY .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tFqWjGGjwY .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tFqWjGGjwY .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tFqWjGGjwY .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-tFqWjGGjwY .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tFqWjGGjwY .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-tFqWjGGjwY .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tFqWjGGjwY .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tFqWjGGjwY .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tFqWjGGjwY .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tFqWjGGjwY .offcanvas-body .mbr-text,
  .cid-tFqWjGGjwY .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tFqWjGGjwY .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tFqWjGGjwY .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tFqWjGGjwY .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #961e04;
  }
  .cid-tFqWjGGjwY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tFqWjGGjwY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tFqWjGGjwY .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tFqWjGGjwY .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tFqWjGGjwY ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tFqWjGGjwY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tFqWjGGjwY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tFqWjGGjwY .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tFqWjGGjwY li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-tFqWjGGjwY .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tFqWjGGjwY .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tFqWjGGjwY .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tFqWjGGjwY .nav-item {
    margin: 0 !important;
  }
}
.cid-tFqWjGGjwY .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tFqWjGGjwY .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tFqWjGGjwY .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tFqWjGGjwY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tFqWjGGjwY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tFqWjGGjwY .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tFqWjGGjwY .offcanvas_box {
    display: none;
  }
}
.cid-tFqWjGGjwY .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tFqWjGGjwY .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tFqWjGGjwY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tFqWjGGjwY .nav-link {
  position: relative;
  color: #000000;
}
.cid-tFqWjGGjwY .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-tFqWjGGjwY .container {
  display: flex;
  margin: auto;
}
.cid-tFqWjGGjwY .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tFqWjGGjwY .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tFqWjGGjwY .iconfont-wrapper:hover {
  color: #d63612;
}
.cid-tFqWjGGjwY .navbar-caption {
  color: #000000;
}
.cid-tFqWjGGjwY .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tFqWjGGjwY .navbar-nav {
    margin: 0;
  }
}
.cid-tFqWjGGjwY .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tFqWjGGjwY .dropdown-menu,
.cid-tFqWjGGjwY .navbar.opened {
  background-color: false !important;
}
.cid-tFqWjGGjwY .nav-item:focus,
.cid-tFqWjGGjwY .nav-link:focus {
  outline: none;
}
.cid-tFqWjGGjwY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tFqWjGGjwY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFqWjGGjwY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tFqWjGGjwY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tFqWjGGjwY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tFqWjGGjwY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tFqWjGGjwY .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.cid-tFqWjGGjwY .navbar.opened {
  transition: all 0.3s;
}
.cid-tFqWjGGjwY .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tFqWjGGjwY .navbar .navbar-logo img {
  min-width: 34px;
  min-height: 34px;
  object-fit: cover;
}
.cid-tFqWjGGjwY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tFqWjGGjwY .navbar.collapsed {
  justify-content: center;
}
.cid-tFqWjGGjwY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tFqWjGGjwY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tFqWjGGjwY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFqWjGGjwY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFqWjGGjwY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFqWjGGjwY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tFqWjGGjwY .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tFqWjGGjwY .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tFqWjGGjwY .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tFqWjGGjwY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFqWjGGjwY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFqWjGGjwY .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tFqWjGGjwY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFqWjGGjwY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFqWjGGjwY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tFqWjGGjwY .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tFqWjGGjwY .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tFqWjGGjwY .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tFqWjGGjwY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tFqWjGGjwY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tFqWjGGjwY .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tFqWjGGjwY .navbar.navbar-short {
  min-height: 60px;
}
.cid-tFqWjGGjwY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tFqWjGGjwY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tFqWjGGjwY .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-tFqWjGGjwY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFqWjGGjwY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFqWjGGjwY .dropdown-item.active,
.cid-tFqWjGGjwY .dropdown-item:active {
  background-color: transparent;
}
.cid-tFqWjGGjwY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFqWjGGjwY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFqWjGGjwY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFqWjGGjwY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFqWjGGjwY ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tFqWjGGjwY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tFqWjGGjwY button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tFqWjGGjwY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #961e04;
}
.cid-tFqWjGGjwY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tFqWjGGjwY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFqWjGGjwY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFqWjGGjwY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tFqWjGGjwY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFqWjGGjwY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tFqWjGGjwY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tFqWjGGjwY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFqWjGGjwY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tFqWjGGjwY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tFqWjGGjwY .navbar {
    height: 70px;
  }
  .cid-tFqWjGGjwY .navbar.opened {
    height: auto;
  }
  .cid-tFqWjGGjwY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFqWjGGjwY .mbr-section-btn .btn,
.cid-tFqWjGGjwY .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tFqWjGGjwY .mbr-section-btn .btn:first-child,
.cid-tFqWjGGjwY .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-tFqWjGGjwY .mbr-section-btn .btn:focus,
.cid-tFqWjGGjwY .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-tFqWjGGjwY .mbr-section-btn .btn span,
.cid-tFqWjGGjwY .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tFqWjGGjwY .mbr-section-btn .btn:hover,
.cid-tFqWjGGjwY .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #d63612 !important;
}
.cid-tFqWjGGjwY .mbr-section-btn .btn:hover span,
.cid-tFqWjGGjwY .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tFqWjGGjwY .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tFqWjGGjwY .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tFqWjGGjwY .navbar-caption:hover {
  color: #d63612;
}
.cid-tFqWjGGjwY .nav-link:hover {
  color: #d63612;
}
.cid-tFqWjGGjwY .nav-link:hover::before {
  background-color: #000000;
}
.cid-tFqWjGGjwY .mbr-section-subtitle {
  color: #124ad6;
}
.cid-tFqWjGGjwY .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tFqWjGGjwY .mbr-section-subtitle,
.cid-tFqWjGGjwY .text_widget {
  text-align: left;
}
.cid-tFqWjGGjwY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
