/** muli font  variable **/
/** breakpoint set boostrap v5.1.3 **/
.bs-banner-overlap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.bs-banner-overlap::before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 38.8%, rgba(255, 255, 255, 0.75) 57.66%, #fff 100%);
}

.feature-box {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 25px 15px;
  border: 1px solid #d0d1dc;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
}
.feature-box .feature-icon {
  width: 82px;
  height: 82px;
  border-radius: calc(82px / 2);
  -webkit-border-radius: calc(82px / 2);
  -moz-border-radius: calc(82px / 2);
  margin: 0 auto 25px;
  background-color: var(--bs-theme-red-dark);
}
.feature-box .feature-icon > img {
  width: 100%;
}
@media (min-width: 768px) {
  .feature-box .feature-icon {
    width: 92px;
    height: 92px;
    border-radius: calc(92px / 2);
    -webkit-border-radius: calc(92px / 2);
    -moz-border-radius: calc(92px / 2);
  }
}
.feature-box .feature-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: var(--bs-theme-black);
  margin-bottom: 20px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .feature-box .feature-title {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .feature-box .feature-title {
    min-height: 50px;
  }
}
@media (min-width: 1200px) {
  .feature-box .feature-title {
    min-height: 70px;
  }
}
@media (min-width: 992px) {
  .feature-box .feature-desc {
    min-height: 150px;
  }
}
@media (min-width: 1200px) {
  .feature-box .feature-desc {
    min-height: 256px;
  }
}
.feature-box .feature-desc p {
  font-size: 16px;
  color: var(--bs-theme-black);
  margin: 0;
}

.bs-spinner {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.bs-spinner .bs-spinner-thumb {
  position: absolute;
  left: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.bs-spinner .bs-spinner-thumb::before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(21, 27, 83, 0.88);
}
.bs-spinner .bs-spinner-thumb > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.bs-wc-overlap {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background-color: #f4f6f9;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .bs-wc-overlap {
    top: 70px;
    bottom: 70px;
  }
}

.wc-box {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  text-decoration: none !important;
  padding: 30px 20px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #d0d1dc;
  min-width: 300px;
}
@media (min-width: 768px) {
  .wc-box {
    padding: 40px 24px;
  }
}
.wc-box:hover, .wc-box:focus {
  border-color: #000;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.56);
  -webkit-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.56);
  -moz-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.56);
}
.wc-box:hover .wc-thumb::before, .wc-box:focus .wc-thumb::before {
  background: linear-gradient(rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.92) 100%);
}
.wc-box:hover .wc-title,
.wc-box:hover .wc-desc, .wc-box:focus .wc-title,
.wc-box:focus .wc-desc {
  color: #fff;
}
.wc-box .wc-icon {
  width: 82px;
  height: 82px;
  border-radius: calc(82px / 2);
  -webkit-border-radius: calc(82px / 2);
  -moz-border-radius: calc(82px / 2);
  margin-bottom: 35px;
  background-color: var(--bs-theme-red-dark);
}
.wc-box .wc-icon > img {
  width: 100%;
}
@media (min-width: 768px) {
  .wc-box .wc-icon {
    width: 92px;
    height: 92px;
    border-radius: calc(92px / 2);
    -webkit-border-radius: calc(92px / 2);
    -moz-border-radius: calc(92px / 2);
  }
}
.wc-box .wc-thumb {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.wc-box .wc-thumb::before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
}
.wc-box .wc-thumb > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.wc-box .wc-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--bs-theme-black);
  margin-bottom: 20px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .wc-box .wc-title {
    font-size: 22px;
  }
}
.wc-box .wc-desc {
  font-size: 16px;
  color: var(--bs-theme-black);
  margin: 0;
}

.course-box {
  background-color: #fff;
}
.course-box:hover {
  box-shadow: 0px 3px 16px rgba(255, 255, 255, 0.56);
  -webkit-box-shadow: 0px 3px 16px rgba(255, 255, 255, 0.56);
  -moz-box-shadow: 0px 3px 16px rgba(255, 255, 255, 0.56);
}
.course-box img {
  height: 216px;
  object-fit: cover;
  object-position: top;
  width: 100%;
}

.owl-carousel .owl-stage-outer {
  z-index: 1;
}
.owl-carousel .owl-stage-outer .owl-stage {
  display: flex;
}
.owl-carousel .owl-nav {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.owl-carousel .owl-nav:not(.disabled) {
  display: flex;
  align-items: center;
}
@media (min-width: 576px) {
  .owl-carousel .owl-nav {
    gap: 15px;
  }
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  z-index: 1;
  font-size: 16px;
  color: var(--bs-theme-black);
  width: 34px;
  height: 34px;
  border-radius: calc(34px / 2);
  -webkit-border-radius: calc(34px / 2);
  -moz-border-radius: calc(34px / 2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 576px) {
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    font-size: 20px;
    width: 44px;
    height: 44px;
    border-radius: calc(44px / 2);
    -webkit-border-radius: calc(44px / 2);
    -moz-border-radius: calc(44px / 2);
  }
}
.owl-carousel .owl-nav .owl-prev {
  margin-right: auto;
}
.owl-carousel .owl-nav .owl-prev .fa {
  padding-right: 3px;
}
.owl-carousel .owl-nav .owl-prev.disabled {
  opacity: 0.5;
}
.owl-carousel .owl-nav .owl-next {
  margin-left: auto;
}
.owl-carousel .owl-nav .owl-next .fa {
  padding-left: 3px;
}
.owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.5;
}
.owl-carousel .owl-dots {
  text-align: center;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 1;
}
.owl-carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: #fff;
  margin: 0 6px;
  border-radius: 12px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.owl-carousel .owl-dots .owl-dot.active {
  background-color: var(--bs-theme-red-dark);
}
.owl-carousel.owl-nav-center .owl-nav {
  top: calc(50% - 22px);
}

.partner-box {
  background-color: #fff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
}
.partner-box img {
  height: 110px;
  object-fit: contain;
}

.review-box {
  background-color: #fff;
  border: 1px solid #d0d1dc;
}
.review-box:hover {
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
}
.review-box .review-user-img {
  border: 1px solid #dedede;
  object-fit: cover;
  object-position: center;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
}

.bs-hcp-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.bs-hcp-bg::before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(#fff 0%, rgba(252, 253, 253, 0.96) 47.78%, rgba(245, 246, 249, 0.75) 100%);
}
.bs-hcp-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.hcp-atag {
  background-color: #fff;
  border: 1px solid #d0d1dc;
  padding: 30px;
  position: relative;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
@media (min-width: 992px) {
  .hcp-atag {
    padding: 50px;
  }
}
.hcp-atag:hover, .hcp-atag:focus {
  background-color: var(--bs-theme-red-dark);
  border-color: var(--bs-theme-red-dark);
}
.hcp-atag:hover .hcp-icon, .hcp-atag:focus .hcp-icon {
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(255, 255, 255, 0.56);
  -webkit-box-shadow: 0px 3px 6px rgba(255, 255, 255, 0.56);
  -moz-box-shadow: 0px 3px 6px rgba(255, 255, 255, 0.56);
}
.hcp-atag:hover .hcp-icon > svg, .hcp-atag:focus .hcp-icon > svg {
  fill: var(--bs-theme-red-dark);
}
.hcp-atag:hover .hcp-content .hcp-title,
.hcp-atag:hover .hcp-content .hcp-desc, .hcp-atag:focus .hcp-content .hcp-title,
.hcp-atag:focus .hcp-content .hcp-desc {
  color: #fff;
}
.hcp-atag .hcp-icon {
  width: 82px;
  height: 82px;
  border-radius: calc(82px / 2);
  -webkit-border-radius: calc(82px / 2);
  -moz-border-radius: calc(82px / 2);
  background-color: var(--bs-theme-red-dark);
}
.hcp-atag .hcp-icon > svg {
  width: 100%;
  fill: #fff;
}
@media (min-width: 768px) {
  .hcp-atag .hcp-icon {
    width: 92px;
    height: 92px;
    border-radius: calc(92px / 2);
    -webkit-border-radius: calc(92px / 2);
    -moz-border-radius: calc(92px / 2);
  }
}
.hcp-atag .hcp-content .hcp-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--bs-theme-black);
  margin-bottom: 15px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .hcp-atag .hcp-content .hcp-title {
    font-size: 22px;
  }
}
.hcp-atag .hcp-content .hcp-desc {
  font-size: 16px;
  color: var(--bs-theme-black);
  margin: 0;
}

.affiliation.aff-cust-h {
  height: 130px;
}
.affiliation.aff-cust-h > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.tag, .case-tag, .video-tag {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}

.tag-sm {
  padding: 2px 6px !important;
}

.video-tag {
  background-color: #fde1e0;
  color: var(--bs-theme-red);
}

.case-tag {
  background-color: #ffe19c;
  color: var(--bs-theme-black);
}

/*# sourceMappingURL=new-main.css.map */
