@import url(https://fonts.googleapis.com/css?family=Be+Vietnam:100,100i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&display=swap);





body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 4.0625rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 3.1875rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.1rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.9rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.25rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #199bfc !important;
}
.bg-success {
  background-color: #40c0d1 !important;
}
.bg-info {
  background-color: #fe4bb3 !important;
}
.bg-warning {
  background-color: #ff2121 !important;
}
.bg-danger {
  background-color: #ebeaed !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #199bfc;
  border-color: #199bfc;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-primary:hover {
  background-color: #0381df !important;
  border-color: #0381df !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4200ff !important;
  border-color: #4200ff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #4200ff;
  border-color: #4200ff;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-secondary:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-info,
.btn-info:active {
  background-color: #fe4bb3 !important;
  border-color: #fe4bb3 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #fe4bb3;
  border-color: #fe4bb3;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #fe4bb3 !important;
  border-color: #fe4bb3 !important;
}
.btn-info:hover {
  background-color: #fe189e !important;
  border-color: #fe189e !important;
}
.btn-success,
.btn-success:active {
  background-color: #40c0d1 !important;
  border-color: #40c0d1 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #40c0d1;
  border-color: #40c0d1;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #40c0d1 !important;
  border-color: #40c0d1 !important;
}
.btn-success:hover {
  background-color: #2ba3b3 !important;
  border-color: #2ba3b3 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff2121 !important;
  border-color: #ff2121 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff2121;
  border-color: #ff2121;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff2121 !important;
  border-color: #ff2121 !important;
}
.btn-warning:hover {
  background-color: #ed0000 !important;
  border-color: #ed0000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
  color: #696474 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #696474 !important;
  background-color: #ebeaed;
  border-color: #ebeaed;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-danger:hover {
  background-color: #d1cfd5 !important;
  border-color: #d1cfd5 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #199bfc;
  color: #199bfc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #199bfc !important;
  border-color: #199bfc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #4200ff;
  color: #4200ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #4200ff !important;
  border-color: #4200ff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-secondary-outline:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #fe4bb3;
  color: #fe4bb3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #fe4bb3 !important;
  border-color: #fe4bb3;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #fe4bb3 !important;
  border-color: #fe4bb3 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #40c0d1;
  color: #40c0d1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #40c0d1 !important;
  border-color: #40c0d1;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40c0d1 !important;
  border-color: #40c0d1 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ff2121;
  color: #ff2121;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #ff2121 !important;
  border-color: #ff2121;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff2121 !important;
  border-color: #ff2121 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ebeaed;
  color: #ebeaed;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #696474 !important;
  background: #ebeaed !important;
  border-color: #ebeaed;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #199bfc !important;
}
.text-secondary {
  color: #4200ff !important;
}
.text-success {
  color: #40c0d1 !important;
}
.text-info {
  color: #fe4bb3 !important;
}
.text-warning {
  color: #ff2121 !important;
}
.text-danger {
  color: #ebeaed !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0264ad !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #280099 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #217e8a !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #e20184 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ba0000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b7b3be !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #199bfc !important;
}
.alert-success {
  background-color: #40c0d1;
}
.alert-info {
  background-color: #fe4bb3;
}
.alert-warning {
  background-color: #ff2121;
}
.alert-danger {
  background-color: #ebeaed;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #199bfc;
  border-color: #199bfc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #199bfc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e2f3ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e4f6f9;
}
.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: #ffeded;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #199bfc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #199bfc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #199bfc;
  border-bottom-color: #199bfc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #199bfc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #4200ff !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-s2IBcEbVC8 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s2IBcEbVC8 .nav-item,
.cid-s2IBcEbVC8 .nav-link,
.cid-s2IBcEbVC8 .navbar-caption {
  font-weight: normal;
}
.cid-s2IBcEbVC8 .nav-item:focus,
.cid-s2IBcEbVC8 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s2IBcEbVC8 .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-s2IBcEbVC8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s2IBcEbVC8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s2IBcEbVC8 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-s2IBcEbVC8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2IBcEbVC8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2IBcEbVC8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s2IBcEbVC8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2IBcEbVC8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s2IBcEbVC8 .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-s2IBcEbVC8 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-s2IBcEbVC8 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-s2IBcEbVC8 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-s2IBcEbVC8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2IBcEbVC8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2IBcEbVC8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2IBcEbVC8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-s2IBcEbVC8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2IBcEbVC8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2IBcEbVC8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s2IBcEbVC8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s2IBcEbVC8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-s2IBcEbVC8 .navbar.collapsed .icons-menu {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s2IBcEbVC8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2IBcEbVC8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2IBcEbVC8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2IBcEbVC8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2IBcEbVC8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s2IBcEbVC8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s2IBcEbVC8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s2IBcEbVC8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-s2IBcEbVC8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2IBcEbVC8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s2IBcEbVC8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s2IBcEbVC8 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s2IBcEbVC8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2IBcEbVC8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2IBcEbVC8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2IBcEbVC8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s2IBcEbVC8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2IBcEbVC8 .dropdown-item.active,
.cid-s2IBcEbVC8 .dropdown-item:active {
  background-color: transparent;
}
.cid-s2IBcEbVC8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2IBcEbVC8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s2IBcEbVC8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s2IBcEbVC8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s2IBcEbVC8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2IBcEbVC8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2IBcEbVC8 .navbar-buttons {
  text-align: center;
}
.cid-s2IBcEbVC8 .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-s2IBcEbVC8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s2IBcEbVC8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s2IBcEbVC8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2IBcEbVC8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2IBcEbVC8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2IBcEbVC8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2IBcEbVC8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2IBcEbVC8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2IBcEbVC8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2IBcEbVC8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2IBcEbVC8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s2IBcEbVC8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-s2IBcEbVC8 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-s2IBcEbVC8 .soc-item {
  margin: .5rem .3rem;
}
.cid-s2IBcEbVC8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2IBcEbVC8 .navbar {
    height: 77px;
  }
  .cid-s2IBcEbVC8 .navbar.opened {
    height: auto;
  }
  .cid-s2IBcEbVC8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2YyuKlAQU {
  background-image: url("../../../assets/images/cuhk-oafa-ebanner-background2.png");
}
.cid-sqLsHhNo1W {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fbbe36;
}
.cid-sqLsHhNo1W .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sqLsHhNo1W .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-sqLsHhNo1W .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sqLsHhNo1W .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #188ef4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #188ef4, #5eeebb);
}
.cid-srjfd67AoR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-srjfd67AoR .title_block {
  margin-bottom: 80px;
}
.cid-srjfd67AoR .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-srjfd67AoR .mbr-section-title {
  color: #4200ff;
}
.cid-srjfd67AoR .card_wrapper {
  padding: 0 35px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-srjfd67AoR .card_wrapper:hover .card_title a {
  color: #199bfc !important;
}
.cid-srjfd67AoR .card_wrapper:hover .shape {
  opacity: 1;
}
.cid-srjfd67AoR .card_wrapper:hover .shape_1 {
  top: -5px;
  left: -6px;
}
.cid-srjfd67AoR .card_wrapper:hover .shape_2 {
  transform: rotate(345deg);
  top: -20px;
  right: 12px;
}
.cid-srjfd67AoR .card_wrapper:hover .shape_3 {
  left: -6px;
  bottom: -6px;
  transform: rotate(360deg);
}
.cid-srjfd67AoR .card_wrapper:hover .shape_4 {
  right: -20px;
  bottom: 24px;
}
.cid-srjfd67AoR .row .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(25, 155, 252, 0.4);
  background-image: linear-gradient(40deg, #199bfc 0%, #7ec7fd 100%);
}
.cid-srjfd67AoR .row .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(64, 192, 209, 0.4);
  background-image: linear-gradient(40deg, #40c0d1 0%, #92dbe5 100%);
}
.cid-srjfd67AoR .row .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(255, 33, 33, 0.4);
  background-image: linear-gradient(40deg, #ff2121 0%, #ff8787 100%);
}
.cid-srjfd67AoR .row .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(254, 75, 179, 0.4);
  background-image: linear-gradient(40deg, #fe4bb3 0%, #ffb0de 100%);
}
.cid-srjfd67AoR .icon_block {
  margin-bottom: 40px;
}
.cid-srjfd67AoR .icon_block .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border-top-right-radius: 0;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cid-srjfd67AoR .icon_block .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-srjfd67AoR .card_title {
  margin-bottom: 20px;
  color: #4200ff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-srjfd67AoR .card_text {
  margin-bottom: 0;
}
.cid-srjfd67AoR .card_link {
  display: block;
  margin-top: 15px;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-srjfd67AoR .card_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-srjfd67AoR .card_link:hover {
  cursor: pointer;
}
.cid-srjfd67AoR .card_link:hover a {
  color: #199bfc !important;
}
.cid-srjfd67AoR .card_link:hover span {
  transform: translatex(5px);
}
.cid-srjfd67AoR .shape {
  opacity: 0;
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-srjfd67AoR .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #40c0d1;
  border-radius: 50%;
}
.cid-srjfd67AoR .shape_2 {
  top: 0;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #fe4bb3;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-srjfd67AoR .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #ff2121;
}
.cid-srjfd67AoR .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #ebeaed;
  transform: rotate(-45deg);
}
.cid-srjfd67AoR .mbr-section-btn {
  margin-top: 80px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-srjfd67AoR .title_block {
    margin-bottom: 15px;
  }
  .cid-srjfd67AoR .card_wrapper {
    padding: 0 30px;
    max-width: 370px;
    margin: 50px auto 0;
  }
  .cid-srjfd67AoR .card_title {
    margin-bottom: 15px;
  }
  .cid-srjfd67AoR .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-srjfd67AoR .card_title,
.cid-srjfd67AoR .icon_block {
  color: #000000;
}
.cid-s28NcKzh4o {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-s28NcKzh4o .mbr-section-title {
  margin-bottom: 20px;
}
.cid-s28NcKzh4o .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-s28NcKzh4o .mbr-text {
  margin: 10px 0;
  color: #000000;
}
.cid-s28NcKzh4o .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-s28NcKzh4o .btn-primary:hover {
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.cid-s28NcKzh4o .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cid-s28NcKzh4o .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-s2ksBFsTa7 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s2ksBFsTa7 img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-s2ksBFsTa7 .row {
  justify-content: center;
}
.cid-s2ksBFsTa7 .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-s2ksBFsTa7 .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-s2ksBFsTa7 .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-s2ksBFsTa7 .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-s2ksBFsTa7 .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-s2ksBFsTa7 .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-s2ksBFsTa7 .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-s2ksBFsTa7 .item {
    padding: 0.5rem;
  }
  .cid-s2ksBFsTa7 .row {
    padding: 0 0.5rem;
  }
}
.cid-s2ksBFsTa7 .btn {
  border-radius: 0;
}
.cid-s2ksBFsTa7 .btn .mbr-iconfont {
  font-size: 1rem!important;
  margin: 0 0.5rem;
}
.cid-s2a6hJQmNX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #a9d5f7;
}
.cid-s2a6hJQmNX H3 {
  color: #000000;
}
.cid-s2a6hJQmNX H2 {
  color: #0d3775;
  text-align: left;
}
.cid-s2a6hJQmNX .mbr-text,
.cid-s2a6hJQmNX .mbr-section-btn {
  color: #0d3775;
}
.cid-s29Z8FSeYj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #a9d5f7;
}
.cid-s29Z8FSeYj .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
}
.cid-s29Z8FSeYj .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-s29Z8FSeYj .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #cccccc;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-s29Z8FSeYj .container-table {
  margin: 0 auto;
}
.cid-s29Z8FSeYj .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s29Z8FSeYj .dataTables_wrapper {
  display: block;
}
.cid-s29Z8FSeYj .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s29Z8FSeYj .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s29Z8FSeYj table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-s29Z8FSeYj table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
  background-color: #6a696c;
}
.cid-s29Z8FSeYj table td {
  border-top: 1px solid #cccccc;
}
.cid-s29Z8FSeYj table.table {
  background: #ffffff;
}
.cid-s29Z8FSeYj table.table tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.cid-s29Z8FSeYj .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s29Z8FSeYj .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s29Z8FSeYj .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s29Z8FSeYj .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  color: #0d3775;
}
@media (max-width: 992px) {
  .cid-s29Z8FSeYj .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s29Z8FSeYj .dataTables_filter {
    text-align: center;
  }
  .cid-s29Z8FSeYj .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s29Z8FSeYj .head-item {
  color: #ffffff;
}
.cid-s29Z8FSeYj LABEL {
  text-align: right;
  color: #0d3775;
}
.cid-s29Z8FSeYj .body-item {
  text-align: left;
}
.cid-s2a6SInluB {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2a6SInluB H3 {
  color: #000000;
}
.cid-s2a6SInluB H2 {
  color: #0d3775;
}
.cid-s2a6SInluB .mbr-text,
.cid-s2a6SInluB .mbr-section-btn {
  color: #0d3775;
}
.cid-s2a6XEf9IV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s2a6XEf9IV .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
}
.cid-s2a6XEf9IV .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-s2a6XEf9IV .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #cccccc;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-s2a6XEf9IV .container-table {
  margin: 0 auto;
}
.cid-s2a6XEf9IV .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s2a6XEf9IV .dataTables_wrapper {
  display: block;
}
.cid-s2a6XEf9IV .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s2a6XEf9IV .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s2a6XEf9IV table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-s2a6XEf9IV table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
  background-color: #6a696c;
}
.cid-s2a6XEf9IV table td {
  border-top: 1px solid #cccccc;
}
.cid-s2a6XEf9IV table.table {
  background: #ffffff;
}
.cid-s2a6XEf9IV table.table tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.cid-s2a6XEf9IV .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s2a6XEf9IV .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s2a6XEf9IV .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s2a6XEf9IV .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  color: #0d3775;
}
@media (max-width: 992px) {
  .cid-s2a6XEf9IV .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s2a6XEf9IV .dataTables_filter {
    text-align: center;
  }
  .cid-s2a6XEf9IV .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s2a6XEf9IV .head-item {
  color: #ffffff;
}
.cid-s2a6XEf9IV LABEL {
  color: #0d3775;
}
.cid-s2a75kKtBT {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #a9d5f7;
}
.cid-s2a75kKtBT H3 {
  color: #000000;
}
.cid-s2a75kKtBT H2 {
  color: #0d3775;
}
.cid-s2a75kKtBT .mbr-text,
.cid-s2a75kKtBT .mbr-section-btn {
  color: #0d3775;
}
.cid-s2a7aCVpR5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #a9d5f7;
}
.cid-s2a7aCVpR5 .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
}
.cid-s2a7aCVpR5 .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-s2a7aCVpR5 .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #cccccc;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-s2a7aCVpR5 .container-table {
  margin: 0 auto;
}
.cid-s2a7aCVpR5 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s2a7aCVpR5 .dataTables_wrapper {
  display: block;
}
.cid-s2a7aCVpR5 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s2a7aCVpR5 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s2a7aCVpR5 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-s2a7aCVpR5 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
  background-color: #6a696c;
}
.cid-s2a7aCVpR5 table td {
  border-top: 1px solid #cccccc;
}
.cid-s2a7aCVpR5 table.table {
  background: #ffffff;
}
.cid-s2a7aCVpR5 table.table tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.cid-s2a7aCVpR5 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s2a7aCVpR5 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s2a7aCVpR5 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s2a7aCVpR5 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  color: #0d3775;
}
@media (max-width: 992px) {
  .cid-s2a7aCVpR5 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s2a7aCVpR5 .dataTables_filter {
    text-align: center;
  }
  .cid-s2a7aCVpR5 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s2a7aCVpR5 .head-item {
  color: #ffffff;
}
.cid-s2a7aCVpR5 LABEL {
  color: #0d3775;
}
.cid-s2a7bxWx4b {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2a7bxWx4b H3 {
  color: #000000;
}
.cid-s2a7bxWx4b H2 {
  color: #0d3775;
}
.cid-s2a7bxWx4b .mbr-text,
.cid-s2a7bxWx4b .mbr-section-btn {
  color: #0d3775;
}
.cid-s2a7c3sbwd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s2a7c3sbwd .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
}
.cid-s2a7c3sbwd .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-s2a7c3sbwd .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #cccccc;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-s2a7c3sbwd .container-table {
  margin: 0 auto;
}
.cid-s2a7c3sbwd .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s2a7c3sbwd .dataTables_wrapper {
  display: block;
}
.cid-s2a7c3sbwd .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s2a7c3sbwd .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s2a7c3sbwd table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-s2a7c3sbwd table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
  background-color: #6a696c;
}
.cid-s2a7c3sbwd table td {
  border-top: 1px solid #cccccc;
}
.cid-s2a7c3sbwd table.table {
  background: #ffffff;
}
.cid-s2a7c3sbwd table.table tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.cid-s2a7c3sbwd .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s2a7c3sbwd .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s2a7c3sbwd .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s2a7c3sbwd .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  color: #0d3775;
}
@media (max-width: 992px) {
  .cid-s2a7c3sbwd .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s2a7c3sbwd .dataTables_filter {
    text-align: center;
  }
  .cid-s2a7c3sbwd .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s2a7c3sbwd .head-item {
  color: #ffffff;
}
.cid-s2a7c3sbwd LABEL {
  color: #0d3775;
}
.cid-sqM7inQCUE {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #a9d5f7;
}
.cid-sqM7inQCUE H3 {
  color: #000000;
}
.cid-sqM7inQCUE H2 {
  color: #0d3775;
}
.cid-sqM7inQCUE .mbr-text,
.cid-sqM7inQCUE .mbr-section-btn {
  color: #0d3775;
}
.cid-sqM7jitiGK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #a9d5f7;
}
.cid-sqM7jitiGK .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
}
.cid-sqM7jitiGK .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-sqM7jitiGK .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #cccccc;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-sqM7jitiGK .container-table {
  margin: 0 auto;
}
.cid-sqM7jitiGK .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sqM7jitiGK .dataTables_wrapper {
  display: block;
}
.cid-sqM7jitiGK .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sqM7jitiGK .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sqM7jitiGK table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sqM7jitiGK table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
  background-color: #6a696c;
}
.cid-sqM7jitiGK table td {
  border-top: 1px solid #cccccc;
}
.cid-sqM7jitiGK table.table {
  background: #ffffff;
}
.cid-sqM7jitiGK table.table tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.cid-sqM7jitiGK .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sqM7jitiGK .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sqM7jitiGK .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sqM7jitiGK .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  color: #0d3775;
}
@media (max-width: 992px) {
  .cid-sqM7jitiGK .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sqM7jitiGK .dataTables_filter {
    text-align: center;
  }
  .cid-sqM7jitiGK .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sqM7jitiGK .head-item {
  color: #ffffff;
}
.cid-sqM7jitiGK LABEL {
  color: #0d3775;
}
.cid-s2a7kdu3aR {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2a7kdu3aR H3 {
  color: #000000;
}
.cid-s2a7kdu3aR H2 {
  color: #0d3775;
}
.cid-s2a7kdu3aR .mbr-text,
.cid-s2a7kdu3aR .mbr-section-btn {
  color: #0d3775;
}
.cid-s2a7kGteG3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s2a7kGteG3 .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
}
.cid-s2a7kGteG3 .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-s2a7kGteG3 .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #cccccc;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-s2a7kGteG3 .container-table {
  margin: 0 auto;
}
.cid-s2a7kGteG3 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s2a7kGteG3 .dataTables_wrapper {
  display: block;
}
.cid-s2a7kGteG3 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s2a7kGteG3 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s2a7kGteG3 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-s2a7kGteG3 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
  background-color: #6a696c;
}
.cid-s2a7kGteG3 table td {
  border-top: 1px solid #cccccc;
}
.cid-s2a7kGteG3 table.table {
  background: #ffffff;
}
.cid-s2a7kGteG3 table.table tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.cid-s2a7kGteG3 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s2a7kGteG3 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s2a7kGteG3 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s2a7kGteG3 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  color: #0d3775;
}
@media (max-width: 992px) {
  .cid-s2a7kGteG3 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s2a7kGteG3 .dataTables_filter {
    text-align: center;
  }
  .cid-s2a7kGteG3 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s2a7kGteG3 .head-item {
  color: #ffffff;
}
.cid-s2a7kGteG3 LABEL {
  color: #0d3775;
}
.cid-s2a7nBDSkq {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #a9d5f7;
}
.cid-s2a7nBDSkq H3 {
  color: #000000;
}
.cid-s2a7nBDSkq H2 {
  color: #0d3775;
}
.cid-s2a7nBDSkq .mbr-text,
.cid-s2a7nBDSkq .mbr-section-btn {
  color: #0d3775;
}
.cid-s2a7og9Xa2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #a9d5f7;
}
.cid-s2a7og9Xa2 .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
}
.cid-s2a7og9Xa2 .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-s2a7og9Xa2 .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #cccccc;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-s2a7og9Xa2 .container-table {
  margin: 0 auto;
}
.cid-s2a7og9Xa2 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s2a7og9Xa2 .dataTables_wrapper {
  display: block;
}
.cid-s2a7og9Xa2 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s2a7og9Xa2 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s2a7og9Xa2 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-s2a7og9Xa2 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
  background-color: #6a696c;
}
.cid-s2a7og9Xa2 table td {
  border-top: 1px solid #cccccc;
}
.cid-s2a7og9Xa2 table.table {
  background: #ffffff;
}
.cid-s2a7og9Xa2 table.table tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.cid-s2a7og9Xa2 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s2a7og9Xa2 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s2a7og9Xa2 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s2a7og9Xa2 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  color: #0d3775;
}
@media (max-width: 992px) {
  .cid-s2a7og9Xa2 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s2a7og9Xa2 .dataTables_filter {
    text-align: center;
  }
  .cid-s2a7og9Xa2 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s2a7og9Xa2 .head-item {
  color: #ffffff;
}
.cid-s2a7og9Xa2 LABEL {
  color: #0d3775;
}
.cid-s2a7wLkVE2 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2a7wLkVE2 H3 {
  color: #000000;
}
.cid-s2a7wLkVE2 H2 {
  color: #0d3775;
}
.cid-s2a7wLkVE2 .mbr-text,
.cid-s2a7wLkVE2 .mbr-section-btn {
  color: #0d3775;
}
.cid-s2a7xbhXlh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s2a7xbhXlh .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
}
.cid-s2a7xbhXlh .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-s2a7xbhXlh .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #cccccc;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-s2a7xbhXlh .container-table {
  margin: 0 auto;
}
.cid-s2a7xbhXlh .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s2a7xbhXlh .dataTables_wrapper {
  display: block;
}
.cid-s2a7xbhXlh .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s2a7xbhXlh .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s2a7xbhXlh table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-s2a7xbhXlh table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
  background-color: #6a696c;
}
.cid-s2a7xbhXlh table td {
  border-top: 1px solid #cccccc;
}
.cid-s2a7xbhXlh table.table {
  background: #ffffff;
}
.cid-s2a7xbhXlh table.table tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.cid-s2a7xbhXlh .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s2a7xbhXlh .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s2a7xbhXlh .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s2a7xbhXlh .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  color: #0d3775;
}
@media (max-width: 992px) {
  .cid-s2a7xbhXlh .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s2a7xbhXlh .dataTables_filter {
    text-align: center;
  }
  .cid-s2a7xbhXlh .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s2a7xbhXlh .head-item {
  color: #ffffff;
}
.cid-s2a7xbhXlh LABEL {
  color: #0d3775;
}
.cid-s2a7HjWdOv {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/9n9a0387-2000x1333.jpeg");
}
.cid-s2a7HjWdOv .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-s2a7HjWdOv .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-s2a7HjWdOv .mbr-text {
  margin: 10px 0;
  color: #ffffff;
  text-align: left;
}
.cid-s2a7HjWdOv .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-s2a7HjWdOv .btn-primary:hover {
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.cid-s2a7HjWdOv .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cid-s2a7HjWdOv .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-s2a7HjWdOv P {
  color: #80f358;
  text-align: left;
}
.cid-sr2QNDTnet {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/3ryb-2000x908.jpg");
}
.cid-sr2QNDTnet .mbr-section-title {
  margin-bottom: 20px;
}
.cid-sr2QNDTnet .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-sr2QNDTnet .mbr-text {
  margin: 10px 0;
  color: #000000;
}
.cid-sr2QNDTnet .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-sr2QNDTnet .btn-primary:hover {
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.cid-sr2QNDTnet .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cid-sr2QNDTnet .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-sr2QNDTnet .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-srp9wypPsS {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f5f7fd;
}
.cid-srp9wypPsS .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #f59221;
  opacity: 0.5;
}
.cid-srp9wypPsS .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-srp9wypPsS .links-block ul li {
  margin: 0 1rem;
}
.cid-srp9wypPsS .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-srp9wypPsS .links-block ul,
.cid-srp9wypPsS .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-srp9wypPsS img {
  width: auto;
  display: inherit;
}
.cid-srp9wypPsS .links-block,
.cid-srp9wypPsS .icons-block {
  color: #444345;
}
.cid-s2abKaTxct {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/cuhk-entrance-crop-1000x370.jpg");
}
.cid-s2abKaTxct .mbr-text {
  margin-bottom: 20px;
  text-align: right;
}
.cid-s2abKaTxct .mbr-section-btn .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-s2abKaTxct .mbr-section-btn .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-s2abKaTxct .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: .6;
}
.cid-s2abKaTxct .contact__wrap {
  padding-bottom: 40px;
}
.cid-s2abKaTxct .contact__wrap:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .cid-s2abKaTxct .contact__wrap,
  .cid-s2abKaTxct .title__block {
    padding-bottom: 30px;
  }
}
.cid-s2abKaTxct .mbr-section-subtitle {
  text-align: right;
}
.cid-s2abKaTxct .mbr-section-title,
.cid-s2abKaTxct .mbr-section-btn {
  text-align: right;
}
.cid-s2eiFvwj4j {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #444345;
}
@media (max-width: 767px) {
  .cid-s2eiFvwj4j .content {
    text-align: center;
  }
  .cid-s2eiFvwj4j .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s2eiFvwj4j .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s2eiFvwj4j .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s2eiFvwj4j .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s2eiFvwj4j .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s2eiFvwj4j .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s2eiFvwj4j .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-s2eiFvwj4j .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s2eiFvwj4j .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s2eiFvwj4j .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s2eiFvwj4j .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s2eiFvwj4j .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
