@import url(https://fonts.googleapis.com/css?family=Chakra+Petch:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap);
@font-face {
  font-family: 'sutregular';
  src: url('../../font/sutregular-webfont.woff2') format('woff2'),
       url('../../font/sutregular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'Noto Sans';
  src: url('../../font/NotoSansThai.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;

}

body {
  font-family: Sora;
}
.display-1 {
  font-size: 1.6rem !important;
  line-height: 1.3;
}
.display-1 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-2 {
  line-height: 1.1;
  font-size: 1.4rem;
}
.display-2 > .mbr-iconfont {
  font-size: 1.7rem;
}
.display-4 {
  font-size: 0.9rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  line-height: 1.5;
  font-size: 1rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.4rem;
}
.display-7 {
  font-size: 1rem !important;
  line-height: 1.5 !important;
}
.list-group{
  font-size: 0.9rem;
}

/* ---- 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: 1.6rem;
  }
}
@media (max-width: 768px) {
  /* .display-1 {
    font-size: 1.4rem;
  } */
  .display-2 {
    font-size: 1.3rem;
  }
  .display-4 {
    line-height: 1.1;
  }
  /* .display-5 {
    font-size: 1.3rem;
    line-height: 1.1;
  } */
  /* .display-4 {
    font-size: 1rem;
  }
  .display-5 {
    font-size: 1.3rem;
  }
  .display-7 {
    font-size: 1rem;
  } */
  /* .display-1 {
    font-size: 1.12rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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 */
.mbr-section-btn .btn:hover {
  padding-right: 2rem;
  padding-left: 2rem;
}
.mbr-section-btn .btn:hover .mbr-iconfont {
  padding-left: 0.5rem;
}
.btn {
  padding: 0.5rem 1.4rem;
  border-radius: 5px;
}
.btn-xs{
  padding: 0.1rem 0.5rem;
  margin: 0.3rem 0.3rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e87173 !important;
}
.bg-success {
  background-color: #faaf3f !important;
}
.bg-info {
  background-color: #d9d9d9 !important;
}
.bg-warning {
  background-color: #ffd96a !important;
}
.bg-danger {
  background-color: #e87173 !important;
}
.btn-red{
  background-color: #ff5252;
  color: #ffffff;
}
.btn-primary,
.btn-primary:active {
  background-color: #e87173 !important;
  border-color: transparent  !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a7a8ac !important;
  border-color: transparent  !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4e35c5 !important;
  border-color: transparent !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a7a8ac !important;
  border-color: transparent  !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-color: transparent  !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8d8e93 !important;
  border-color: transparent !important;
}
.btn-info,
.btn-info:active {
  background-color: #d9d9d9 !important;
  border-color: transparent  !important;
  color: #5a5a5a !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #a7a8ac !important;
  border-color: transparent  !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #5a5a5a !important;
  background-color: #c0c0c0 !important;
  border-color: transparent !important;
}
.btn-success,
.btn-success:active {
  background-color: #faaf3f !important;
  border-color: transparent  !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #a7a8ac !important;
  border-color: transparent  !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #f99a0d !important;
  border-color: transparent !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd96a !important;
  border-color: transparent  !important;
  color: #6a4f00 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #372900 !important;
  background-color: #a7a8ac !important;
  border-color: transparent  !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #6a4f00 !important;
  background-color: #ffcc37 !important;
  border-color: transparent !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e87173 !important;
  border-color: transparent  !important;
  color: #f8f9fa !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #f8f9fa !important;
  background-color: #a7a8ac !important;
  border-color: transparent  !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #f8f9fa !important;
  background-color: #dd7c08 !important;
  border-color: transparent !important;
}
.btn-white {
  color: #232323 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f8f9fa !important;
  border-color: transparent  !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #616161 !important;
  background-color: #a7a8ac !important;
  border-color: transparent  !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: transparent !important;
}
.btn-white:hover {
  color: #f8f9fa !important;
}
.btn-white:hover,
.btn-white:hover:active {
  background-color: #232323 !important;
  border-color: transparent  !important;
  color: #ffffff !important;
}
.btn-white:hover:hover,
.btn-white:hover:focus,
.btn-white:hover.focus,
.btn-white:hover.active {
  color: #ffffff !important;
  background-color: #a7a8ac !important;
  border-color: transparent  !important;
}
.btn-white:hover.disabled,
.btn-white:hover:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: transparent !important;
}
.btn-black {
  color: #f8f9fa !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: transparent  !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #a7a8ac !important;
  border-color: transparent  !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: transparent !important;
}
.btn-black:hover {
  color: #232323 !important;
}
.btn-black:hover,
.btn-black:hover:active {
  background-color: #f8f9fa !important;
  border-color: transparent  !important;
  color: #7a7a7a !important;
}
.btn-black:hover:hover,
.btn-black:hover:focus,
.btn-black:hover.focus,
.btn-black:hover.active {
  color: #616161 !important;
  background-color: #a7a8ac !important;
  border-color: transparent  !important;
}
.btn-black:hover.disabled,
.btn-black:hover:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: transparent !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e87173;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #4e35c5 !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: #e87173 !important;
  border-color: #e87173 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a7a8ac;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8d8e93 !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: #a7a8ac !important;
  border-color: #a7a8ac !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d9d9d9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c0c0c0 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #5a5a5a !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #faaf3f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #f99a0d !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: #faaf3f !important;
  border-color: #faaf3f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffd96a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffcc37 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #6a4f00 !important;
  background-color: #ffd96a !important;
  border-color: #ffd96a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e87173;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #dd7c08 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e87173 !important;
  border-color: #e87173 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #f8f9fa;
  background-color: transparent;
  border-color: transparent;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #f8f9fa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #232323;
  background-color: transparent;
  border-color: transparent;
}
.text-red{
  color: #ff5252 !important;
}
.text-primary {
  color: #e87173 !important;
}
.text-secondary {
  color: #f8f9fa !important;
}
.text-success {
  color: #faaf3f !important;
}
.text-info {
  color: #d9d9d9 !important;
}
.text-warning {
  color: #ffd96a !important;
}
.text-danger {
  color: #e87173 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4e35c5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #8d8e93 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #f99a0d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c0c0c0 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffcc37 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #dd7c08 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #4d4d4d !important;
}
.nav-tabs .nav-link.active {
  color: #e87173;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #d9d9d9;
}
.alert-warning {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.alert-danger {
  background-color: #e87173;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn button.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e87173;
  border-color: #e87173;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e87173;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcfbfe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fef3e6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.list-group .input-group textarea.form-control, .list-group .input-group input.form-control{
  font-size: 0.875rem!important;
}
.form-control > .mbr-iconfont {
  font-size: 1.2rem;
}
.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: #e87173 !important;
}
.form-control:-webkit-input-placeholder {
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.2rem;
}
blockquote {
  border-color: #e87173;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e87173;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e87173;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #777d74;
  border-bottom-color: #777d74;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e87173;
  border-bottom-color: #e87173;
}
.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: #e87173 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #a7a8ac !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='%236f5ad3' %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;
}
.cid-scsaUIeL2V {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #f8f9fa;
}
.cid-scsaUIeL2V .carousel {
  width: 100%;
}
.cid-scsaUIeL2V .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-scsaUIeL2V .carousel-item img {
  /* height: 100vh; */
  object-fit: cover;
}
.cid-scsaUIeL2V .mbr-overlay {
  z-index: 1;
}
.cid-scsaUIeL2V .carousel-caption {
  bottom: 40px;
}
.cid-scsaUIeL2V .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-scsaUIeL2V .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-scsaUIeL2V .carousel-control:hover {
  background: #59595b;
  color: #f8f9fa;
  opacity: 1;
}
.cid-scsaUIeL2V .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-scsaUIeL2V .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-scsaUIeL2V .content-slider-wrap {
    width: 100% !important;
  }
  .cid-scsaUIeL2V .mbr-fullscreen {
    min-height: 50vh !important;
  }
  /* .cid-scsaUIeL2V .carousel-item img {
    height: 50vh;
  } */
}
.cid-scsaUIeL2V .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-scsaUIeL2V .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-scsaUIeL2V .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-scsaUIeL2V .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-scsaUIeL2V .carousel-control {
    top: auto;
    bottom: 1rem;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.cid-scsaUIeL2V .carousel-indicators {
  position: absolute;
  bottom: 20px;
  margin-bottom: 1.5rem !important;
}
.cid-scsaUIeL2V .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-scsaUIeL2V .carousel-indicators li.active,
.cid-scsaUIeL2V .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-scsaUIeL2V .carousel-indicators li::after,
.cid-scsaUIeL2V .carousel-indicators li::before {
  content: none;
}
.cid-scsaUIeL2V .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-scsaUIeL2V .carousel-indicators {
    display: none !important;
  }
}
.cid-scsb930Kek {
  padding-top: 20px;
  padding-bottom: 180px;
  background-color: #ffffff;
}
.cid-scsb930Kek .mbr-section-subtitle {
  color: #59595b;
}
.cid-scsb930Kek .mbr-section-title{
  font-size: 2.5rem;
  font-weight: 400;
}
.cid-scsb930Kek ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-scsb930Kek ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-scsb930Kek ul.list-inline img {
  max-width: 6rem;
  /* padding-bottom: .5rem; */
}
.cid-scsb930Kek ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-scsb930Kek .list-inline-item img {
    max-width: 5rem;
  }
  .cid-scsb930Kek .pt-4 {
    padding-top: 0rem!important;
  }
}
.cid-scscuomCdq {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffffff;
}
.cid-scscuomCdq .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-scscHIRThh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-scscHIRThh .mbr-iconfont {
  color: #767676;
  font-size: 1.2rem;
}
.cid-scscHIRThh .title,
.cid-scscHIRThh .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-scscHIRThh .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #f8f9fa;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0;
  border-radius: 10px;
}
.cid-scscHIRThh .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-scscHIRThh .phone {
  margin-bottom: 0;
  color: #777d74;
  text-align: left;
}
.cid-scscHIRThh .text-box {
  padding: 0.6rem 1rem;
}
.cid-scscHIRThh .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-scscHIRThh .card-title {
  color: #000000;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-scscHIRThh .card-title a{
  color: #000000;
}
.cid-scscHIRThh .card-img {
  overflow: hidden;
}
.cid-scscHIRThh .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-scscHIRThh .card-box {
  padding: 0rem;
}
.cid-scscHIRThh img {
  transition: all 0.3s;
}
.cid-scscHIRThh .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #232323;
  text-align: center;
}
.cid-scscHIRThh .status {
  color: #232323;
  text-align: left;
}
.cid-scscHIRThh .mbr-section-title-seemore {
  margin: 0 auto;
  margin-bottom: 0rem;
  color: #000000;
  text-align: center;
  font-size: 2.2rem;
}
.cid-scscHIRThh.category-block.category-block-group{
  padding-bottom: 200px;
}
.cid-scsPCNqzwm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-scsPCNqzwm .mbr-iconfont {
  color: #767676;
  font-size: 1.2rem;
}
.cid-scsPCNqzwm .title,
.cid-scsPCNqzwm .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-scsPCNqzwm .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #f8f9fa;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0;
}
.cid-scsPCNqzwm .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-scsPCNqzwm .phone {
  margin-bottom: 0;
  color: #777d74;
  text-align: left;
}
.cid-scsPCNqzwm .text-box {
  padding: 0.6rem 1rem;
  padding-bottom: 0;
}
.cid-scsPCNqzwm .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-scsPCNqzwm .card-title {
  color: #000000;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-scsPCNqzwm .card-img {
  overflow: hidden;
}
.cid-scsPCNqzwm .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-scsPCNqzwm .card-box {
  padding: 0rem;
}
.cid-scsPCNqzwm img {
  transition: all 0.3s;
}
.cid-scsPCNqzwm .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #232323;
  text-align: right;
}
.cid-scsPCNqzwm .status {
  color: #232323;
  text-align: left;
}
.cid-scsPCNqzwm .mbr-section-title-seemore {
  margin: 0 auto;
  margin-bottom: 0rem;
  color: #767676;
  text-align: center;
}
.cid-scsPVusYlz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-scsPVusYlz .mbr-iconfont {
  color: #767676;
  font-size: 1.2rem;
}
.cid-scsPVusYlz .title,
.cid-scsPVusYlz .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-scsPVusYlz .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #f8f9fa;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0;
}
.cid-scsPVusYlz .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-scsPVusYlz .phone {
  margin-bottom: 0;
  color: #777d74;
  text-align: left;
}
.cid-scsPVusYlz .text-box {
  padding: 0.6rem 1rem;
  padding-bottom: 0;
}
.cid-scsPVusYlz .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-scsPVusYlz .card-title {
  color: #000000;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-scsPVusYlz .card-img {
  overflow: hidden;
}
.cid-scsPVusYlz .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-scsPVusYlz .card-box {
  padding: 0rem;
}
.cid-scsPVusYlz img {
  transition: all 0.3s;
}
.cid-scsPVusYlz .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #232323;
  text-align: right;
}
.cid-scsPVusYlz .status {
  color: #232323;
  text-align: left;
}
.cid-scsPVusYlz .mbr-section-title-seemore {
  margin: 0 auto;
  margin-bottom: 0rem;
  color: #767676;
  text-align: center;
}
.cid-s6S2mmZd7b {
  z-index: 998;
  width: 100%;
}
.cid-s6S2mmZd7b nav.navbar {
  position: fixed;
}
.cid-s6S2mmZd7b .searchbtn input {
  border-radius: 5px 0 0 5px;
}
.cid-s6S2mmZd7b .searchbtn button {
  border-radius: 0 5px 5px 0;
}
.cid-s6S2mmZd7b .nav-link {
  position: relative;
}
.cid-s6S2mmZd7b .nav-link:before {
  content: '';
  bottom: -2px;
  left: 5px;
  width: 0%;
  height: 1px;
  opacity: 0;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-s6S2mmZd7b .nav-link:hover:before {
  width: 85%;
  opacity: 2;
}
.cid-s6S2mmZd7b .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s6S2mmZd7b .dropdown-menu {
  padding: 0;
}
.cid-s6S2mmZd7b .dropdown-item:hover,
.cid-s6S2mmZd7b .dropdown-item:focus {
  background: #e87173 !important;
  color: white !important;
}
.cid-s6S2mmZd7b .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s6S2mmZd7b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s6S2mmZd7b .container {
  display: flex;
  margin: auto;
}
.cid-s6S2mmZd7b .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s6S2mmZd7b .navbar-caption {
  padding-right: 1rem;
}
.cid-s6S2mmZd7b .dropdown-menu,
.cid-s6S2mmZd7b .navbar.opened {
  background: #59595b !important;
}
.cid-s6S2mmZd7b .nav-item:focus,
.cid-s6S2mmZd7b .nav-link:focus {
  outline: none;
}
.cid-s6S2mmZd7b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.2s ease-in-out;
}
.cid-s6S2mmZd7b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s6S2mmZd7b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s6S2mmZd7b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.2s ease-in-out;
}
.cid-s6S2mmZd7b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s6S2mmZd7b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s6S2mmZd7b .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #59595b;
}
.cid-s6S2mmZd7b .navbar.opened {
  transition: all .3s;
}
.cid-s6S2mmZd7b .navbar .dropdown-item {
  padding: .5rem 1.8rem;
  margin: 0;
}
.cid-s6S2mmZd7b .navbar .navbar-logo img {
  width: auto;
}
.cid-s6S2mmZd7b .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s6S2mmZd7b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s6S2mmZd7b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s6S2mmZd7b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s6S2mmZd7b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s6S2mmZd7b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s6S2mmZd7b .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s6S2mmZd7b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s6S2mmZd7b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s6S2mmZd7b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s6S2mmZd7b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s6S2mmZd7b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s6S2mmZd7b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s6S2mmZd7b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s6S2mmZd7b .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s6S2mmZd7b .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s6S2mmZd7b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s6S2mmZd7b .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s6S2mmZd7b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-s6S2mmZd7b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s6S2mmZd7b .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s6S2mmZd7b .navbar.navbar-short {
  min-height: 60px;
}
.cid-s6S2mmZd7b .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s6S2mmZd7b .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s6S2mmZd7b .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s6S2mmZd7b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s6S2mmZd7b .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1360px) {
  .cid-s6S2mmZd7b .navbar-brand .navbar-caption-wrap {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-s6S2mmZd7b .navbar-brand .navbar-caption-wrap {
    display: flex;
  }
}
@media (max-width: 767px) {
  .cid-s6S2mmZd7b .navbar-brand .navbar-caption-wrap {
    display: none;
  }
}
.cid-s6S2mmZd7b .dropdown-item.active,
.cid-s6S2mmZd7b .dropdown-item:active {
  background-color: transparent;
}
.cid-s6S2mmZd7b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s6S2mmZd7b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s6S2mmZd7b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s6S2mmZd7b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #414141;
}
.cid-s6S2mmZd7b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s6S2mmZd7b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s6S2mmZd7b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s6S2mmZd7b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s6S2mmZd7b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s6S2mmZd7b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s6S2mmZd7b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s6S2mmZd7b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s6S2mmZd7b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s6S2mmZd7b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s6S2mmZd7b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6S2mmZd7b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s6S2mmZd7b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s6S2mmZd7b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6S2mmZd7b .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s6S2mmZd7b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s6S2mmZd7b .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s6S2mmZd7b .navbar {
    height: 77px;
  }
  .cid-s6S2mmZd7b .navbar.opened {
    height: auto;
  }
  .cid-s6S2mmZd7b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s6S2mmZd7b * {
  box-sizing: border-box;
}
.cid-s6S2mmZd7b form.example input[type=text] {
  padding: 4px 20px;
  font-size: 1.2rem;
  border: none;
  float: left;
  width: 80%;
  background: #f8f9fa;
}
.cid-s6S2mmZd7b form.example button {
  float: left;
  /* width: 20%; */
  padding: 7px;
  background: #f8f9fa;
  color: #59595b;
  font-size: 15px;
  border: none;
  cursor: pointer;
}
.cid-s6S2mmZd7b form.example button:hover {
  background: #e87173;
  color: #f8f9fa;
}
.cid-s6S2mmZd7b form.example::after {
  content: "";
  clear: both;
  display: table;
}
.cid-s6S2mmZd7b .badge{
  /* padding: 0.1em 0.45em;
  font-size: 1rem; */
  padding: 0.2em 0.4em;
  font-size: 0.8rem;
}
@media (max-width: 767px) {
  .cid-s6S2mmZd7b .navbar .navbar-logo img {
    height: 2.8rem !important;
  }
  .cid-s6S2mmZd7b .navbar .navbar-brand {
    padding-right: 0rem;
  }
  .cid-s6S2mmZd7b .navbar-dropdown .navbar-logo {
    margin-right: 0 rem;
  }
  .cid-s6S2mmZd7b form.example input[type=text]{
    width: 85%;
  }
}
@media (max-width: 375px) {
  .cid-s6S2mmZd7b form.example input[type=text]{
    width: 80%;
  }
}
.cid-scsPW7XhUr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-scsPW7XhUr .mbr-iconfont {
  color: #767676;
  font-size: 1.2rem;
}
.cid-scsPW7XhUr .title,
.cid-scsPW7XhUr .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-scsPW7XhUr .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #f8f9fa;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0;
}
.cid-scsPW7XhUr .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-scsPW7XhUr .phone {
  margin-bottom: 0;
  color: #777d74;
  text-align: left;
}
.cid-scsPW7XhUr .text-box {
  padding: 0.6rem 1rem;
  padding-bottom: 0;
}
.cid-scsPW7XhUr .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-scsPW7XhUr .card-title {
  color: #000000;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-scsPW7XhUr .card-img {
  overflow: hidden;
}
.cid-scsPW7XhUr .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-scsPW7XhUr .card-box {
  padding: 0rem;
}
.cid-scsPW7XhUr img {
  transition: all 0.3s;
}
.cid-scsPW7XhUr .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #232323;
  text-align: right;
}
.cid-scsPW7XhUr .status {
  color: #232323;
  text-align: left;
}
.cid-scsPW7XhUr .mbr-section-title-seemore {
  margin: 0 auto;
  margin-bottom: 0rem;
  color: #767676;
  text-align: center;
}
.cid-scsPWGhQs6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f8f9fa;
}
.cid-scsPWGhQs6 .mbr-iconfont {
  color: #767676;
  font-size: 1.2rem;
}
.cid-scsPWGhQs6 .title,
.cid-scsPWGhQs6 .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-scsPWGhQs6 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #f8f9fa;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0;
}
.cid-scsPWGhQs6 .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-scsPWGhQs6 .phone {
  margin-bottom: 0;
  color: #777d74;
  text-align: left;
}
.cid-scsPWGhQs6 .text-box {
  padding: 0.6rem 1rem;
  padding-bottom: 0;
}
.cid-scsPWGhQs6 .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-scsPWGhQs6 .card-title {
  color: #000000;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-scsPWGhQs6 .card-img {
  overflow: hidden;
  border-radius: 10px;
}
.cid-scsPWGhQs6 .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-scsPWGhQs6 .card-box {
  padding: 0rem;
}
.cid-scsPWGhQs6 img {
  transition: all 0.3s;
}
.cid-scsPWGhQs6 .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #232323;
  text-align: right;
}
.cid-scsPWGhQs6 .status {
  color: #232323;
  text-align: left;
}
.cid-scsPWGhQs6 .mbr-section-title-seemore {
  margin: 0 auto;
  margin-bottom: 0rem;
  color: #000000;
  text-align: center;
  font-size: 2.5rem;
}
.cid-scsjx7kNCX {
  /* position: absolute;
  bottom: -3%;
  width: 100%; */
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #59595b;
}
.cid-scsjx7kNCX .row-links {
  width: 100%;
  justify-content: center;
}
.cid-scsjx7kNCX .social-row {
  width: 100%;
  justify-content: center;
}
.cid-scsjx7kNCX .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-scsjx7kNCX .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-scsjx7kNCX .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-scsjx7kNCX .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-scsjx7kNCX .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-scsjx7kNCX .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-scsjx7kNCX .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-scsjx7kNCX .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-scsjx7kNCX .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scsjx7kNCX{
    padding-top: 0.5rem;
    padding-bottom: 1rem;
  }
  .cid-scsjx7kNCX .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-scsjx7kNCX .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-scsjx7kNCX .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-scsjx7kNCX .media-container-row .mbr-text {
  color: #232323;
}
.cid-scspnJoc7v {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #d9d9d9;
}
@media (max-width: 767px) {
  .cid-scspnJoc7v .row {
    flex-direction: column-reverse;
  }
  .cid-scspnJoc7v .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-scspnJoc7v .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-scspnJoc7v .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-scspnJoc7v .media-content,
.cid-scspnJoc7v .mbr-figure {
  align-self: center;
}
.cid-scspnJoc7v .mbr-figure iframe {
  width: 100%;
}
.cid-scspnJoc7v .mbr-text,
.cid-scspnJoc7v .mbr-section-btn {
  color: #000000;
}
.cid-scspnJoc7v .status {
  color: #777d74;
}
.cid-scsmstvd6d {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scsmstvd6d h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-scsmstvd6d .mbr-section-subtitle {
  color: #767676;
}
.cid-scsmstvd6d .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-scsmstvd6d .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-scsmstvd6d .mbr-text-right {
  color: #000000;
}
.cid-scsmstvd6d .article-title-left {
  text-align: left;
}
.cid-scsmstvd6d .mbr-text-left {
  text-align: left;
  color: #000000;
}
.cid-scvilY6RTd {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #f8f9fa;
}
.cid-scvilY6RTd .mbr-iconfont {
  color: #ffd96a;
}
.cid-scvilY6RTd .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-scvilY6RTd .mbr-text {
  margin: 1.5rem 0;
}
.cid-scvilY6RTd .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-scvilY6RTd .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-scvilY6RTd .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-scvilY6RTd .mbr-section-subtitle,
.cid-scvilY6RTd .mbr-text,
.cid-scvilY6RTd .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-scvilY6RTd .card-title {
  color: #000000;
}
.cid-scvilY6RTd .user-desc {
  color: #414141;
}
.cid-scsU5mtZPH {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-scsU5mtZPH .line {
  background-color: #f8f9fa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-scsV0d0NQ6 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-scsV0d0NQ6 .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.cid-scsV0d0NQ6 section {
  position: relative;
}
.cid-scsV0d0NQ6 a {
  font-weight: 600;
}
.cid-scsV0d0NQ6 .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-scsV0d0NQ6 .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-scsV0d0NQ6 .card-box {
  padding: 1rem;
  background-color: #ecedef;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.cid-scsV0d0NQ6 .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-scsV0d0NQ6 .card-wrapper {
  height: 100%;
}
.cid-scsV0d0NQ6 .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-scsV0d0NQ6 .card-wrapper:hover .card-title a {
  color: #a7a8ac !important;
}
.cid-scsV0d0NQ6 .text {
  color: #767676;
}
.cid-scsV0d0NQ6 .card-title {
  color: #36404c;
}
.cid-scsV0d0NQ6 .title {
  text-align: center;
}
.cid-scsYvVgbtd {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-scsYvVgbtd .card-img {
  position: relative;
  overflow: hidden;
}
.cid-scsYvVgbtd section {
  position: relative;
}
.cid-scsYvVgbtd a {
  font-weight: 600;
}
.cid-scsYvVgbtd .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-scsYvVgbtd .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-scsYvVgbtd .card-box {
  padding: 1rem;
  background-color: #ecedef;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-scsYvVgbtd .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-scsYvVgbtd .card-wrapper {
  height: 100%;
}
.cid-scsYvVgbtd .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-scsYvVgbtd .card-wrapper:hover .card-title a {
  color: #a7a8ac !important;
}
.cid-scsYvVgbtd .text {
  color: #767676;
}
.cid-scsYvVgbtd .card-title {
  color: #36404c;
}
.cid-scsYvVgbtd .title {
  text-align: center;
}
.cid-scsYCOlHOf {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-scsYCOlHOf .card-img {
  position: relative;
  overflow: hidden;
}
.cid-scsYCOlHOf section {
  position: relative;
}
.cid-scsYCOlHOf a {
  font-weight: 600;
}
.cid-scsYCOlHOf .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-scsYCOlHOf .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-scsYCOlHOf .card-box {
  padding: 1rem;
  background-color: #ecedef;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-scsYCOlHOf .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-scsYCOlHOf .card-wrapper {
  height: 100%;
}
.cid-scsYCOlHOf .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-scsYCOlHOf .card-wrapper:hover .card-title a {
  color: #a7a8ac !important;
}
.cid-scsYCOlHOf .text {
  color: #767676;
}
.cid-scsYCOlHOf .card-title {
  color: #36404c;
}
.cid-scsYCOlHOf .title {
  text-align: center;
}
.cid-sct0O2fOyl {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #fff;
}
.cid-sct0O2fOyl img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sct0O2fOyl img:hover {
  transform: scale(1.1);
}
.cid-sct0O2fOyl .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sct0O2fOyl h2 {
  padding: 0;
  margin: 0;
}
.cid-sct0O2fOyl .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sct0O2fOyl .text-col {
  max-width: 650px;
  margin: auto;
  padding: 1rem 2rem;
}
.cid-sct0O2fOyl .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sct0O2fOyl .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sct0O2fOyl .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sct0O2fOyl .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sct0O2fOyl .text-col {
    padding: 2rem 0em;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .cid-sct0O2fOyl .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
}
.cid-sct0O2fOyl H2 {
  color: #232323;
}
.cid-sct0O2fOyl .mbr-text {
  color: #767676;
}
.cid-sct23znpFp {
  padding-top: 120px;
  padding-bottom: 200px;
  /* ./../assetsbackground-image: url(".././images/background3.jpg"); */
}
.cid-sct23znpFp .nav-tabs .nav-item.open .nav-link:focus,
.cid-sct23znpFp .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sct23znpFp .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid #A7A8AC;
  border-bottom: none;
  padding-right: 4rem;
}
.cid-sct23znpFp .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-sct23znpFp p {
  padding-left: 2rem;
  color: #232323;
}
.cid-sct23znpFp .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-sct23znpFp .nav-tabs .nav-link {
  color: #A7A8AC;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-sct23znpFp .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #000000;
}
.cid-sct23znpFp .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
}
@media (max-width: 992px) {
  .cid-sct23znpFp .nav-tabs {
    flex-direction: row;
    border-right: 0px;
    padding-right: 0rem;
    border-bottom: 1px solid lightgray;
  }
  .cid-sct23znpFp .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-sct23znpFp p {
    padding-left: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-sct23znpFp .mbr-text,
  .cid-sct23znpFp .nav-link {
    text-align: center;
  }
  .cid-sct23znpFp .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-sct23znpFp .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-sct23znpFp p {
    padding-left: 0rem;
  }
}
.cid-sct23znpFp H2 {
  text-align: center;
}
.cid-sct5optOm0 {
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-sct5optOm0 .column-content {
  padding-top: 180px;
  padding-bottom: 135px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-sct5optOm0 .text-content .btn-bgr {
  z-index: 0;
}
.cid-sct5optOm0 .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-sct5optOm0 .container-full-width {
  position: relative;
}
.cid-sct5optOm0 .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-sct5optOm0 .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-sct5optOm0 .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-sct5optOm0 .text-content {
    width: 540px;
  }
  .cid-sct5optOm0 .column-content {
    width: 100%;
  }
  .cid-sct5optOm0 .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-sct5optOm0 .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-sct5optOm0 .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-sct5optOm0 .column-content {
    width: 50%;
  }
  .cid-sct5optOm0 .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-sct5optOm0 .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sct5optOm0 .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-sct5optOm0 .column-content {
    height: 33rem;
  }
}
.cid-sct5optOm0 .mbr-text,
.cid-sct5optOm0 .mbr-section-btn {
  color: #767676;
}
.extTeams .container.teacher-wrap{
  padding-bottom: 10%;
}
.extFeatures .container{
  padding-bottom: 15%;
}
@media (max-width: 992px) {
  .extTeams .container{
    padding-bottom: 0%;
  }
}
@media (max-width: 767px) {
  .extTeams .container{
    padding-bottom: 0%;
  }
  .cid-scscHIRThh.category-block.category-block-group{
    padding-bottom: 30%;
  }
}
@media (max-width: 425px) {
  .extTeams .container{
    padding-bottom: 0%;
  }
  .cid-scscHIRThh .mbr-section-title-seemore{
    font-size: 1.8rem;
  }
}
@media (max-width: 375px) {
  .extTeams .container{
    padding-bottom: 10%;
  }
  .extFeatures .container{
    padding-bottom: 20%;
  }
}
@media (max-width: 320px) {
  /* .extTeams .container{
    padding-bottom: 50%;
  } */
  .extFeatures .container{
    padding-bottom: 40%;
  }
}
.cid-scsV0d0NQ6 a.badge {
  font-size: 0.9rem;
}


