/**
 * @file
 * Program structure paragraph.
 */
/**
 * @file
 * SASS Extends.
 */
.paragraph-program-structure .field--name-field-title .tit-lg {
  font-family: "Merriweather";
  font-weight: 300;
}
.paragraph-program-structure {
  max-width: 1146px;
  width: 100%;
  margin: 80px auto;
}
.paragraph-program-structure .field--name-field-title {
  margin-bottom: 60px;
  text-align: center;
}
.paragraph-program-structure__field-tab-wrapper .mobile-close-btn,
.paragraph-program-structure__field-tab-wrapper .mobile-tabs-title {
  display: none;
}
@media (max-width: 767px) {
  .paragraph-program-structure__field-tab-wrapper.opened {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 100;
  }
  [dir=ltr] .paragraph-program-structure__field-tab-wrapper.opened {
    left: 0;
  }
  [dir=rtl] .paragraph-program-structure__field-tab-wrapper.opened {
    right: 0;
  }
  .paragraph-program-structure__field-tab-wrapper.opened .mobile-close-btn {
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 45px;
    transform: rotate(45deg);
    background: url("../../../images/icon/line-plus-boxld.svg") center no-repeat;
    z-index: 100;
  }
  [dir=ltr] .paragraph-program-structure__field-tab-wrapper.opened .mobile-close-btn {
    right: 15px;
  }
  [dir=rtl] .paragraph-program-structure__field-tab-wrapper.opened .mobile-close-btn {
    left: 15px;
  }
  .paragraph-program-structure__field-tab-wrapper.opened .mobile-tabs-title {
    position: relative;
    display: block;
    margin-top: 45px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    z-index: 100;
  }
  [dir=ltr] .paragraph-program-structure__field-tab-wrapper.opened .mobile-tabs-title {
    margin-left: 15px;
  }
  [dir=rtl] .paragraph-program-structure__field-tab-wrapper.opened .mobile-tabs-title {
    margin-right: 15px;
  }
  .paragraph-program-structure__field-tab-wrapper.opened:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    z-index: 100;
  }
  [dir=ltr] .paragraph-program-structure__field-tab-wrapper.opened:before {
    left: 0;
  }
  [dir=rtl] .paragraph-program-structure__field-tab-wrapper.opened:before {
    right: 0;
  }
  .paragraph-program-structure__field-tab-wrapper.opened .paragraph-program-structure__field-tab {
    top: 80px;
  }
  .paragraph-program-structure__field-tab-wrapper .paragraph-program-structure__field-tab {
    position: fixed;
    opacity: 1;
    top: 100%;
    width: 100%;
    height: 100%;
    padding: 30px;
    background: #fff;
    border-radius: 10px 10px 0px 0px;
    z-index: 100;
    transition: all 400ms ease;
  }
  [dir=ltr] .paragraph-program-structure__field-tab-wrapper .paragraph-program-structure__field-tab {
    left: 0;
  }
  [dir=rtl] .paragraph-program-structure__field-tab-wrapper .paragraph-program-structure__field-tab {
    right: 0;
  }
}
.paragraph-program-structure__field-tab {
  margin-bottom: 30px;
  text-align: center;
}
.paragraph-program-structure__field-tab .course-program-tab-container {
  margin-right: 10px;
  display: inline-block;
}
.paragraph-program-structure__field-tab .course-program-tab-container.active .course-program-tab, .paragraph-program-structure__field-tab .course-program-tab-container:hover .course-program-tab {
  background-color: #00A4D9;
  color: #fff;
}
.paragraph-program-structure__field-tab .course-program-tab-container:last-child {
  margin-right: 0;
}
.paragraph-program-structure__field-tab .course-program-tab {
  display: block;
  padding: 13px 28px;
  font-weight: 700;
  font-size: 14px;
  background-color: #ddd;
  color: #00A4D9;
  border-radius: 4px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .paragraph-program-structure__field-tab .course-program-tab-container {
    display: block;
    margin-bottom: 5px;
  }
  [dir=ltr] .paragraph-program-structure__field-tab .course-program-tab-container {
    margin-right: 0;
  }
  [dir=rtl] .paragraph-program-structure__field-tab .course-program-tab-container {
    margin-left: 0;
  }
  .paragraph-program-structure__field-tab .course-program-tab-container:last-child {
    margin-bottom: 0;
  }
  .paragraph-program-structure__field-tab .course-program-tab {
    display: block;
  }
}
.paragraph-program-structure .course-program-item-container {
  display: none;
}
.paragraph-program-structure .course-program-item-container.is-open {
  display: block;
}
.paragraph-program-structure .course-program-tab-mobile {
  display: none;
  margin-bottom: 30px;
  padding: 15px;
  font-weight: 700;
  font-size: 14px;
  background: #00A4D9 url("../../../images/icon/line-arrow-bold-down-white.svg") 97% center no-repeat;
  background-size: 30px;
  color: #fff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .paragraph-program-structure .course-program-tab-mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .paragraph-program-structure {
    margin: 50px auto;
  }
}

.paragraph-program-item__field-lessons {
  display: flex;
  justify-content: center;
  filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.1));
}
@media (max-width: 767px) {
  .paragraph-program-item__field-lessons {
    justify-content: initial;
    flex-direction: column;
  }
}
.paragraph-program-item__field-lessons-item {
  width: 285px;
  display: flex;
}
.paragraph-program-item__field-lessons-item .paragraph-program-structure__separator {
  display: flex;
  align-items: center;
  padding: 0 8px;
  font-size: 30px;
  color: #240F6E;
}
@media (max-width: 767px) {
  .paragraph-program-item__field-lessons-item .paragraph-program-structure__separator {
    justify-content: center;
    margin-top: -10px;
  }
}
.paragraph-program-item__field-lessons-item .paragraph-program-lesson {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}
.paragraph-program-item__field-lessons-item .paragraph-program-lesson__title-wrap {
  height: 66px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  background-color: #240F6E;
}
[dir=ltr] .paragraph-program-item__field-lessons-item .paragraph-program-lesson__title-wrap {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
[dir=rtl] .paragraph-program-item__field-lessons-item .paragraph-program-lesson__title-wrap {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.paragraph-program-item__field-lessons-item .paragraph-program-lesson__field-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
.paragraph-program-item__field-lessons-item .paragraph-program-lesson__field-text-line {
  height: 100%;
  padding: 15px 15px 30px 15px;
}
[dir=ltr] .paragraph-program-item__field-lessons-item .paragraph-program-lesson__field-text-line {
  border-right: 1px solid #DDD;
}
[dir=rtl] .paragraph-program-item__field-lessons-item .paragraph-program-lesson__field-text-line {
  border-left: 1px solid #DDD;
}
@media (max-width: 767px) {
  .paragraph-program-item__field-lessons-item .paragraph-program-lesson__field-text-line {
    border-left: none;
    border-right: none;
  }
}
.paragraph-program-item__field-lessons-item .paragraph-program-lesson__field-text-line-item {
  border-bottom: 1px solid #ddd;
}
.paragraph-program-item__field-lessons-item .paragraph-program-lesson__field-text-line-item:last-child {
  border-bottom: none;
}
.paragraph-program-item__field-lessons-item .paragraph-program-lesson__field-text-line-item p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 21px;
  color: #606060;
}
.paragraph-program-item__field-lessons-item .paragraph-program-lesson__field-text-line-item p strong {
  font-weight: 700;
  color: #240F6E;
}
.paragraph-program-item__field-lessons-item .paragraph-program-lesson__field-text-line-item:first-child p {
  margin-top: 0;
}
.paragraph-program-item__field-lessons-item .paragraph-program-lesson__field-text-line-item:last-child p {
  margin-bottom: 0;
}
.paragraph-program-item__field-lessons-item:last-child .paragraph-program-lesson__field-text-line {
  border-right: none;
  border-left: none;
}
@media (max-width: 767px) {
  .paragraph-program-item__field-lessons-item {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
.paragraph-program-item .no-border .paragraph-program-lesson__field-text-line {
  border: none;
}

/*# sourceMappingURL=program-structure.css.map */
