/** muli font  variable **/
@use "sass:list";
@use "sass:math";
/** breakpoint set boostrap v5.1.3 **/
/** breakpoint set boostrap v5.1.3 **/
.choices__inner {
  padding: 4px 10px !important;
  font-size: 16px;
  border-color: rgba(0, 0, 0, 0.25); }

.choices[data-type*='select-one']::after {
  content: '\F282';
  font-family: bootstrap-icons !important;
  margin-top: -5.5px;
  border: none;
  width: auto;
  height: auto;
  font-size: 14px;
  line-height: 14px; }
.choices[data-type*='select-one'].is-open:after {
  margin-top: 0;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg); }
.choices[data-type*='select-one'] .choices__input {
  display: block;
  width: 100%;
  padding: .5rem .9rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  font-size: .8125rem;
  border-radius: var(--bs-border-radius);
  color: var(--bs-body-color);
  margin-bottom: 10px; }

.choices__list--dropdown {
  padding: 10px 10px 20px 10px; }
  .choices__list--dropdown .choices__list {
    margin: 0 -16px -16px; }
  .choices__list--dropdown .choices__item {
    padding: .35rem 1.2rem .35rem 16px !important; }

.profileThumb {
  width: 150px;
  height: 150px;
  border: 1px solid #ddd; }

.profileThumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%; }

.profileThumb-link {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: var(--bs_theme_darkBlue);
  color: #fff;
  bottom: 15px; }

.sec_blur_bg {
  --imed-backdrop-blur: blur(4px);
  background-color: rgba(218, 225, 236, 0.5);
  backdrop-filter: var(--imed-backdrop-blur);
  z-index: 1099 !important; }

/** owl slider class **/
@media (min-width: 576px) {
  .owl_slider.owl_nav_container.owl-carousel .owl-nav {
    width: 540px; } }
@media (min-width: 768px) {
  .owl_slider.owl_nav_container.owl-carousel .owl-nav {
    width: 720px; } }
@media (min-width: 992px) {
  .owl_slider.owl_nav_container.owl-carousel .owl-nav {
    width: 960px; } }
@media (min-width: 1200px) {
  .owl_slider.owl_nav_container.owl-carousel .owl-nav {
    width: 1140px; } }
@media (min-width: 1400px) {
  .owl_slider.owl_nav_container.owl-carousel .owl-nav {
    width: 1320px; } }
.owl_slider.owl-carousel .owl-stage-outer {
  z-index: 1; }
  .owl_slider.owl-carousel .owl-stage-outer .owl-stage {
    display: flex; }
.owl_slider.owl-carousel .owl-nav {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: calc(50% - 22px); }
  .owl_slider.owl-carousel .owl-nav:not(.disabled) {
    display: flex;
    align-items: center; }
  @media (min-width: 576px) {
    .owl_slider.owl-carousel .owl-nav {
      gap: 15px; } }
  .owl_slider.owl-carousel .owl-nav button {
    z-index: 1;
    font-size: 16px;
    color: var(--bs_theme_dark);
    width: 34px;
    height: 34px;
    border-radius: calc(34px / 2);
    -webkit-border-radius: calc(34px / 2);
    -moz-border-radius: calc(34px / 2);
    background-color: #fff;
    border: 1px solid var(--bs_theme_dark); }
    @media (min-width: 576px) {
      .owl_slider.owl-carousel .owl-nav button {
        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_slider.owl-carousel .owl-nav button.owl-prev {
      margin-right: auto; }
      .owl_slider.owl-carousel .owl-nav button.owl-prev.disabled {
        opacity: 0.5; }
    .owl_slider.owl-carousel .owl-nav button.owl-next {
      margin-left: auto; }
      .owl_slider.owl-carousel .owl-nav button.owl-next.disabled {
        opacity: 0.5; }
.owl_slider.owl-carousel .owl-dots {
  text-align: center;
  padding-top: 25px; }
  .owl_slider.owl-carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: #d2d2d3;
    margin: 0 6px;
    border-radius: 12px; }
    .owl_slider.owl-carousel .owl-dots .owl-dot.active {
      background-color: var(--bs_theme_dark); }

/** end: owl slider class **/
/** card **/
.card_vr {
  text-decoration: none; }
  .card_vr:hover, .card_vr:focus {
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16); }
  .card_vr.card_rm_hover:hover {
    background-color: var(--bs_theme_darkBlue);
    color: #fff; }
    .card_vr.card_rm_hover:hover .ic_pdf {
      background-color: #fff;
      color: var(--bs_theme_darkBlue);
      outline: 5px solid rgba(255, 255, 255, 0.4); }
    .card_vr.card_rm_hover:hover .link_red {
      color: #fff !important; }
  .card_vr_head {
    height: 250px; }
  .webinar_card_bg {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    background-color: #1a1a1a; }
    .webinar_card_bg .webinar_card_bg_blur {
      filter: blur(25px) brightness(0.65) saturate(1.2);
      transform: scale(1.2); }
    .webinar_card_bg .webinar_card_overlay {
      background: rgba(0, 0, 0, 0.12); }
    .webinar_card_bg .card-body {
      position: relative;
      z-index: 1; }
      .webinar_card_bg .card-body .webinar_card_info {
        transition: opacity 0.45s ease, transform 0.45s ease;
        opacity: 1;
        transform: translateY(0); }
        .webinar_card_bg .card-body .webinar_card_info.webinar_info_hidden {
          opacity: 0;
          transform: translateY(-12px);
          pointer-events: none; }
      .webinar_card_bg .card-body .webinar_card_glass {
        display: inline-block;
        border-radius: 14px;
        background: rgba(15, 15, 15, 0.4);
        -webkit-backdrop-filter: blur(16px);
        backdrop-filter: blur(16px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
        padding: 10px 16px; }
      .webinar_card_bg .card-body h4,
      .webinar_card_bg .card-body p {
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6); }
      .webinar_card_bg .card-body .webinar_card_datetime {
        text-shadow: 0 2px 6px rgba(0, 0, 0, 0.9), 0 1px 2px rgba(0, 0, 0, 0.9); }
      .webinar_card_bg .card-body i {
        text-shadow: none; }
    .webinar_card_bg .webinar_card_cta {
      background-color: var(--bs_theme_darkBlue);
      color: #fff;
      font-weight: 600;
      padding: 10px 20px;
      border-radius: 10px;
      text-decoration: none; }
      .webinar_card_bg .webinar_card_cta:hover, .webinar_card_bg .webinar_card_cta:focus {
        color: #fff;
        text-decoration: none;
        opacity: 0.92; }
    .webinar_card_bg:hover .card-body .webinar_card_info {
      opacity: 1;
      transform: translateY(0);
      pointer-events: auto; }
    .ic_playVideo,
    .ic_pdf {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      background-color: var(--bs_theme_darkBlue);
      color: #fff; }
      .ic_playVideo,
      .ic_pdf {
        border: 2px solid #fff;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }
      .ic_playVideo:not(.ic_pdf) {
        padding-left: 5px; }
      .ic_playVideo.ic_lg,
      .ic_pdf.ic_lg {
        width: 90px;
        height: 90px;
        border-radius: calc(90px / 2);
        -webkit-border-radius: calc(90px / 2);
        -moz-border-radius: calc(90px / 2);
        font-size: 50px;
        line-height: 50px; }
        @media (min-width: 576px) {
          .ic_playVideo.ic_lg,
          .ic_pdf.ic_lg {
            width: 80px;
            height: 80px;
            border-radius: calc(80px / 2);
            -webkit-border-radius: calc(80px / 2);
            -moz-border-radius: calc(80px / 2); } }
      .ic_playVideo.ic_md,
      .ic_pdf.ic_md {
        width: 50px;
        height: 50px;
        border-radius: calc(50px / 2);
        -webkit-border-radius: calc(50px / 2);
        -moz-border-radius: calc(50px / 2);
        font-size: 40px;
        line-height: 40px; }
        @media (min-width: 576px) {
          .ic_playVideo.ic_md,
          .ic_pdf.ic_md {
            width: 60px;
            height: 60px;
            border-radius: calc(60px / 2);
            -webkit-border-radius: calc(60px / 2);
            -moz-border-radius: calc(60px / 2); } }
      .ic_playVideo.ic_sm,
      .ic_pdf.ic_sm {
        width: 50px;
        height: 50px;
        border-radius: calc(50px / 2);
        -webkit-border-radius: calc(50px / 2);
        -moz-border-radius: calc(50px / 2);
        font-size: 30px;
        line-height: 30px; }

.card_hr_head {
  min-height: 235px;
  max-height: 235px;
  height: 100%; }

.card_sm_thumb {
  width: 138px;
  height: 100px; }

.card_vr_vdDetail {
  height: 300px; }
  @media (min-width: 768px) {
    .card_vr_vdDetail {
      height: 355px; } }

.card_vr_pdfDetail {
  height: calc(100vh - 200px); }
  @media (min-width: 768px) {
    .card_vr_pdfDetail {
      height: calc(100vh - 190px); } }

.tag, .video_tag, .case_tag, .reading_tag, .free_tag, .sponsored_tag {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 4px 12px;
  font-size: 12px;
  font-family: var(--bs_font_sm);
  display: inline-block; }

.tag_sm {
  padding: 2px 6px !important; }

.video_tag {
  background-color: rgba(50, 43, 129, 0.12);
  color: var(--bs_theme_darkBlue); }

.case_tag {
  background-color: #ffe19c;
  color: var(--bs_theme_dark); }

.reading_tag {
  background-color: #dbe1f7;
  color: var(--bs_theme_darkBlue); }

.free_tag {
  background-color: #d7f5e6;
  color: #1f9d55; }

.sponsored_tag {
  background-color: #e6e0fb;
  color: #6f42c1; }

/** end: card **/
/** banner **/
/** end: card **/
.banner_h {
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
  width: 100%;
  aspect-ratio: 1727 / 276; /* Lock aspect ratio to the 1727x276 banner image dimensions globally */
  min-height: 62px; /* Lock minimum height to 62px on mobile */
  height: auto;
}

.banner_h h1 {
  font-size: 11px !important;
  line-height: 1.1 !important;
  margin-bottom: 0 !important;
}

@media (min-width: 576px) {
  .banner_h h1 {
    font-size: 16px !important;
  }
}

@media (min-width: 768px) {
  .banner_h h1 {
    font-size: 24px !important;
  }
}

@media (min-width: 992px) {
  .banner_h h1 {
    font-size: 36px !important;
  }
}

@media (min-width: 1200px) {
  .banner_h h1 {
    font-size: 42px !important;
  }
}

.banner_h p {
  font-size: 13px !important;
  line-height: 1.3 !important;
}

@media (min-width: 768px) {
  .banner_h p {
    font-size: 14px !important;
  }
}

@media (min-width: 992px) {
  .banner_h p {
    font-size: 16px !important;
  }
}

.banner_thumb,
.company_banner_thumb {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0; }
  .banner_thumb > img,
  .company_banner_thumb > img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .banner_thumb::before:not(.company_banner_thumb),
  .company_banner_thumb::before:not(.company_banner_thumb) {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 38.8%, rgba(255, 255, 255, 0.75) 57.66%, #fff 100%); }

/** end:banner **/
/** company page **/
.company_banner_h {
  display: flex;
  flex-flow: column;
  min-height: 300px;
  max-height: 300px;
  position: relative; }

.imd_reg_titleBg {
  position: relative; }
  .imd_reg_titleBg h4 {
    z-index: 1;
    position: relative; }
  .imd_reg_titleBg::before {
    content: "";
    position: absolute;
    border-radius: 50px;
    background-color: rgba(237, 44, 36, 0.18);
    height: 10px;
    z-index: 0;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%); }

@media (min-width: 992px) {
  .courseSerBox_scroll {
    max-height: calc(100vh - 35vh);
    overflow-y: auto; } }

.courseSerBox {
  cursor: pointer; }
  .courseSerBox:hover, .courseSerBox.active {
    background-color: var(--bs_theme_bg_light); }
  .courseSerBox .flex-shrink-0 > img {
    width: 100%;
    height: auto; }
    @media (min-width: 576px) {
      .courseSerBox .flex-shrink-0 > img {
        width: 200px;
        height: auto; } }
  @media (min-width: 576px) {
    .courseSerBox .course_summary_text {
      padding-right: 110px; } }

@media (min-width: 992px) {
  .scrollContent {
    height: calc(100vh - 200px);
    overflow-y: auto; } }

/*# sourceMappingURL=custom.css.map */
