#course-landing-page.content-course-landing {
  max-width: 1120px;
}

.no-padding {
  padding: 0;
}

.breadcrumb-item.active.current-page {
  color: #59C4AE;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}

#page-navi a,
#page-navi div {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #7A89A6;
  text-decoration: none;
}

#page-navi a:hover{
  color: #7A89A6;
}

#page-navi a:active {
  color: #7A89A6;
}

#page-navi .breadcrumb-item+.breadcrumb-item::before {
  float: none;
  padding-right: 13px;
  padding-left: 13px;
  content: var(--bs-breadcrumb-divider, "/");
}

#page-navi .breadcrumb-item+.breadcrumb-item {
  padding-left: 0;
}

#page-navi .breadcrumb {
  margin-bottom: 0;
}

.course-header {
  width: 544px;
}

.promo-text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #212E4B;
  background: #FDF3A9;
  width: 258px;
  height: 24px;
  margin-top: 39px;
  text-align: center;
}

.course-name-header {
  width: 400px;
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 80px;
  color: #212E4B;
  word-break: break-word;
}

.course-description {
  width: 384px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  color: #7A89A6;
  margin-top: 16px;
  word-break: break-word;
}

.course-rating {
  margin-top: 32px;
  display: flex;
}

.course-time {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #59C4AE;
}

.course-star {
  margin-left: 16px;
}

.rating-count {
  margin-left: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #212E4B;
}

.instruct-by {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  color: #2B3E64;
  margin-top: 12px;
}

a.teacher-name {
  margin-left: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  text-decoration-line: underline;
  color: #4B8DF1;
}

a.teacher-name:hover {
  color: #7AB8F9;
}

a.teacher-name:active {
  color: #437ADE;
}

.course-price-header {
  margin-top: 24px;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #59C4AE;
}

.expired-date {
  margin-top: 32px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #7A89A6;
}

.purchase-group {
  display: flex;
  margin-top: 24px;
  align-items: center;
}

.purchase-button {
  width: 188px;
  height: 48px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  color: #212E4B;
  background: #00DBB6;
  box-shadow: 0px 6px 20px #ADF0DC;
  border-radius: 16px;
  border: none;
}

.favorite-button-img{
  width: 48px;
  height: 48px;
  margin-top: -5px;
  margin-left: 16px;
  border: 1.5px solid #59C4AE;
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 50%;
}

.share-button {
  width: 48px;
  height: 48px;
  border: 1.5px solid #59C4AE;
  box-sizing: border-box;
  border-radius: 16px;
  background-color: #FFFFFF;
  margin-left: 16px;
}

.favorite-button {
  width: 48px;
  height: 48px;
  border: 1.5px solid #59C4AE;
  box-sizing: border-box;
  border-radius: 24px;
  background-color: #FFFFFF;
  margin-left: 16px;
}

.preview-video {
  width: 544px;
  height: auto;
  border-radius: 16px;
  /* background-image: url(/static/images/course-landing/mockvideo.png);
  background-repeat: no-repeat;
  background-size: auto; */
}

.bottom-gradient {
  position: relative;
  text-align: center;
  top: 280px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #F5F5F5;
  height: 80px;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 37.69%, rgba(0, 0, 0, 0) 84.05%);
  border-radius: 0px 0px 16px 16px;
  padding-top: 34px;
}

.course-detail {
  margin-top: 79px;
  margin-bottom: 81px;
}

.message-image {
  margin-bottom: 24px;
  text-align: center;
}

.course-detail-group {
  overflow-y: hidden;
  text-overflow: ellipsis;
  height: 333px;
}

.course-detail-title {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #212E4B;
  margin-bottom: 32px;
}

.course-detail-content {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  text-indent: 100px;
  color: #7A89A6;
  margin-bottom: 13px;
  text-align: justify;
}

a.show-all-text {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  text-decoration-line: underline;
  color: #4B8DF1;
}

a.show-all-text:hover {
  color: #7AB8F9;
}

a.show-all-text:active {
  color: #437ADE;
}

.show-all-text:is(:hover) .show-all-image {
  opacity: 0.6;
}

.show-all-text:is(:active) .show-all-image {
  opacity: 1;
}

.show-all-image {
  margin-right: 8px;
}

.show-all-gradient {
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: 0px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #F5F5F5;
  height: 190px;
  background: linear-gradient(360deg, #FFFFFF 37.69%, rgba(255, 255, 255, 0) 84.05%);
  border-radius: 0px 0px 16px 16px;
  padding-top: 160px;
}

.course-benefit {
  margin-bottom: 17px;
}

.benefit-group{
  display: flex;
  margin-bottom: 32px;
}

.benefit-text {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  color: #7A89A6;
  width: 448px;
  margin-right: 32px;
  word-break: break-word;
}

#benefit-right {
  margin-left: 32px;
}

.check-square-image {
  width: 64px;
  height: 64px;
  box-shadow: 0px 4px 56px rgba(0, 0, 0, 0.05);
  margin-right: 32px;
  border-radius: 16px;
}

.check-square-image-mobile {
  display: none;
}

.lesson-header {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  color: #2B3E64;
}

#course-landing-page .accordion-button:not(.collapsed) {
  height: 80px;
  color: unset;
  background-color: #FFFFFF;
}

#course-landing-page .accordion-button.collapsed {
  height: 80px;
  color: unset;
  background-color: #FFFFFF;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

#course-landing-page .accordion-button:not(.collapsed)::after {
  background-image: url(/static/images/course-landing/chevron-down.png);
  transform: rotate(-180deg);
}

#course-landing-page .accordion-button::after {
  background-image: url(/static/images/course-landing/chevron-down.png);
  background-size: 12px 6px;
  background-position: center;
}

#course-landing-page .accordion-item:first-of-type {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

#course-landing-page .accordion-item:last-of-type {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

#course-landing-page .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

#course-landing-page .accordion-item:last-child .accordion-button {
  border-radius: 0px 0px 16px 16px;
}

#course-landing-page .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

#course-landing-page .accordion-item {
  background-color: #fff;
  border: none;
}

div#course-lessons-accordion {
  box-shadow: 0px 4px 40px rgb(0 0 0 / 5%);
}

#course-landing-page .accordion-button:focus {
  z-index: 3;
  border-color: unset;
  outline: 0;
  box-shadow: unset;
}

#course-landing-page .accordion-body {
  padding: 16px 24px;
  background-color: #F5F5F5;
}

.lesson-image {
  width: 16px;
  height: 16px;
  text-align: center;
  justify-content: baseline;
  margin-top: 4px;
  margin-right: 16px;
}

.lesson {
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  justify-content: space-between;
}

.lesson-time {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #7A89A6;
}

.lesson:last-child {
  margin-bottom: 0;
}

.lesson-title {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #2B3E64;
}

.lesson-header-right {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  color: #2B3E64;
  margin-right: 32px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  color: #7A89A6;
}

.vertical-line {
  width: 32px;
  border: 1px solid #EEEEEE;
  transform: rotate(90deg);
  margin: 0 16px;
}

.course-lessons {
  margin-bottom: 80px;
}

.teacher-detail {
  margin-bottom: 112px;
}

.teacher-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.teacher-name {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #212E4B;
}

a.teacher-workings {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #59C4AE;
  text-decoration: none;
}

a.teacher-workings:hover {
  color: #59C4AE;
}

a.teacher-workings:active {
  color: #59C4AE;
}

.arrow-right {
  margin-left: 8px;
}

.teacher {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #212E4B;
}

.teacher-info {
  display: flex;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 32px 48px;
}

.teacher-image {
  width: 160px;
  height: 160px;
  box-shadow: 0px 4px 160px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  margin-right: 32px;
}

.teacher-type {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  color: #59C4AE;
  margin-top: 4px;
}

.teacher-position {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #7A89A6;
  margin-top: 4px;
}

.course-review {
  margin-top: 24px;
  display: flex;
}

.review-star {
  width: 24px;
  height: 24px;
}

.student-quantity {
  margin-top: 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #7A89A6;
}

.all-course {
  margin-top: 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #7A89A6;
}

.course-star .fa {
  font-weight: 100;
  color: #4B8DF1;
  font-family: "Font Awesome 5 Free" !important;
}

.fa.fa-star.checked {
  font-weight: 900 !important;
  color: #4B8DF1;
}

.review-rate {
  margin-left: 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #7A89A6;
}

.badge-image {
  margin-right: 16px;
}

.related-course {
  margin-bottom: 80px;
}

.related-course-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.related-course-text {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #212E4B;
}

a.see-all-course {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #59C4AE;
  text-decoration: none;
}

a.see-all-course:hover {
  color: #59C4AE;
}

a.see-all-course:active {
  color: #59C4AE;
}

.course-card {
  position: relative;
  width: 256px;
  height: 341px;
  margin: 32px 32px 32px 0;
  box-shadow: 0px 4px 40px rgb(0 0 0 / 5%);
  border-radius: 20px;
}

#lastcard.course-card {
  margin: 32px 0 32px 0;
}

.course-background {
  background-image: url('/static/images/course-landing/course_bg.png');
  background-position: -160px -156px;
  padding: 24px;
}

.image-course {
  position: relative;
}

.bestsell-badge {
  position: absolute;
  top: 8px;
  left: 130px;
}

.course-name {
  width: 208px;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  color: #212E4B;
  margin-top: 16px;
}

.course-instructor-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #9E9E9E;
  margin-top: 4px;
}

#course-review.course-star {
  margin-top: 8px;
  margin-left: 0px;
}

#course-review.course-star .fa {
  font-weight: 100;
  color: #F9E561;
  font-family: "Font Awesome 5 Free" !important;
}

#course-review .checked {
  font-weight: 900 !important;
  color: #F9E561;
}

.review-number {
  margin-left: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #212E4B;
}

.course-price {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #59C4AE;
  margin-top: 5px;
}

.review {}

.review-text {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #212E4B;
  margin-bottom: 24px;
}

.review-score {
  background: #FFFFFF;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 32px 48px;
  margin-bottom: 48px;
}

.score-text {
  width: 200px;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #415984;
  margin-right: 80px;
  margin-left: 8px;
}

.score-detail {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #415984;
  width: 51.67vw;
}

.average-score {
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 80px;
  color: #00DBB6;
  margin-top: 59px;
  margin-left: 57px;
}

.average-star .course-star {
  margin-top: 16px;
  margin-left: 36px;
}

.average-star .course-star .fa {
  font-weight: 100;
  font-size: 18px;
  color: #F9E561;
  font-family: "Font Awesome 5 Free" !important;
  margin-right: 6px;
}

.average-star .checked {
  font-weight: 900 !important;
  color: #F9E561;
}

.all-review {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  color: #7A89A6;
  margin-left: 27px;
  margin-top: 16px;
}

.review-progressbar {
  margin-top: 24px;
}

.text-star {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  color: #415984;
  margin-right: 16px;
}

.review-percent {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  color: #415984;
  margin-left: 16px;
  width: 53px;
}

.review-times {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #7A89A6;
  margin-left: 16px;
}

.progressbar-align {
  display: flex;
  align-items: baseline;
  margin-bottom: 16px;
  height: 32px;
}

#course-landing-page .progress {
  display: flex;
  height: 8.36px;
  overflow: hidden;
  font-size: .75rem;
  background-color: #DEFAF2;
  border-radius: 8px;
  width: 562px;
}

#course-landing-page .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background: #00DBB6;
  border-radius: 8px;
  transition: width .6s ease;
}

.sort-comment {
  display: flex;
  margin-bottom: 24px;
}

.drop-down-star {
  margin-left: 32px;
}

#course-landing-page #filter_employee_dropdown {
  position: relative;
  font-family: inherit;
  background-color: #FFFFFF;
  width: 248px;
  height: 48px;
  padding: 10px 10px 10px 15px;
  font-size: 14px;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0px 0px 1px 1px #c5c5c5;
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
  color: #000000;
  background-image: url(/static/images/course-landing/chevron-down-modal.png);
  background-repeat: no-repeat;
  background-position: 215px 19px;
  background-size: 16px 10px;
}

#course-landing-page .filter_employee_item .select-label {
  position: absolute;
  color: #9E9E9E;
  top: -13px;
  left: 17px;
  transition: 0.2s ease all;
  font-size: 14px;
  background: linear-gradient(180deg, #fefefe 45%, #FFFFFF 55%)
}

#course-landing-page .filter_employee_item .dropdown-menu {
  width: 248px;
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-sizing: border-box;
  box-shadow: 0px 4px 160px rgb(0 0 0 / 5%);
  border-radius: 16px;
  inset: 3px auto auto 0px !important;
}

#course-landing-page .filter_employee_item .dropdown-menu .dropdown-item {
  padding: 11px 16px;
  background-color: transparent !important;
}

#course-landing-page .filter_employee_item .dropdown-menu .dropdown-item.active {
  background-image: url(/static/images/course-landing/check.png);
  background-repeat: no-repeat;
  background-size: 16px 11px;
  background-position: 215px 15px;
  color: #212529;
}

#course-landing-page .filter_employee_item .dropdown-menu li:hover,
#course-landing-page .filter_employee_item .dropdown-menu li:focus {
  background-color: #F5F5F5 !important;
}

#course-landing-page .select-label {
  color: #000000;
  background: transparent;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  pointer-events: none;
  padding: 0 5px;
  left: 10px;
  top: 15px;
  transition: 0.2s ease all;
}

#course-landing-page .select:after {
  top: 1px;
  right: 1px;
  /* Styling the down arrow */
  width: 12px;
  height: 6px;
  padding: 0;
  content: '';
  pointer-events: none;
  background-image: url('/static/images/course-landing/chevron-down-modal.png');
  background-size: 12px 6px;
}

#course-landing-page #dropdown-filter.dropdown-menu {
  position: absolute;
  width: 280px;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 24px 0 24px 24px;
  margin: 0;
  font-size: 24px;
  color: #212E4B;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 4px 160px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
}

#course-landing-page #dropdown-filter.dropdown-menu.show {
  display: block;
}


.student-image {
  height: 80px;
}

.student-name {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  color: #212E4B;
}

.comments {
  display: flex;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 24px;
}

.hidden-comment {
  overflow-y: hidden;
  text-overflow: ellipsis;
  height: 220px;
}

.show-all-gradient-comment {
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: 0px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #F5F5F5;
  height: 110px;
  background: linear-gradient(360deg, #FFFFFF 37.69%, rgba(255, 255, 255, 0) 84.05%);
  border-radius: 0px 0px 16px 16px;
  padding-top: 70px;
}

.student-comment-group {
  margin-left: 32px;
}

#comment-star.course-star {
  margin-top: 8px;
  margin-left: 0px;
}

#comment-star.course-star .fa {
  font-weight: 100;
  font-size: 12px;
  color: #F9E561;
  font-family: "Font Awesome 5 Free" !important;
}

#comment-star .checked {
  font-weight: 900 !important;
  color: #F9E561;
}

.comment-times {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #7A89A6;
  margin-left: 16px;
}

.student-comment {
  margin-top: 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #415984;
}

.show-more-comment-button {
  margin-top: 24px;
  width: 173px;
  height: 48px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  border: 1.5px solid #59C4AE;
  box-sizing: border-box;
  color: #59C4AE;
  border-radius: 16px;
  background-color: transparent;
  margin-bottom: 104px;
}

.show-more-comment-button:hover {
  color: #71E8C4;
  border: 1.5px solid #71E8C4;
}

.show-more-comment-button:active {
  background: #DEFAF2;
  color: #59C4AE;
  border: 1.5px solid #59C4AE;
}

.comment-group div:nth-child(n+6) {
  display: none;
}

.ads-mobile {
  display: none;
}

#related-course-list #course-card-column:nth-child(n+5) {
  display: none;
}

@media screen and (min-width:320px) and (max-width:500px) {
  #page-navi {
    display: none;
  }

  .promo-text {
    display: none;
  }

  #course-landing-page.content-course-landing {
    padding: 18.53vw 5.33vw 0px;
  }

  .course-name-header {
    width: 57.6vw;
    font-style: normal;
    font-weight: 600;
    font-size: 9.6vw;
    line-height: 12.8vw;
    color: #212E4B;
  }

  .course-description {
    width: 88.8vw;
    font-style: normal;
    font-weight: normal;
    font-size: 4.8vw;
    line-height: 7.467vw;
    color: #7A89A6;
    margin-top: 4.267vw;
  }

  .course-rating {
    margin-top: 4.267vw;
    display: block;
  }

  .course-time {
    font-style: normal;
    font-weight: normal;
    font-size: 3.734vw;
    line-height: 6.4vw;
    color: #59C4AE;
  }

  #course-star-header.course-star {
    margin-left: 0;
    margin-top: 4.267vw;
  }

  .review-rate {
    margin-left: 2.13vw;
    font-style: normal;
    font-weight: normal;
    font-size: 3.734vw;
    line-height: 6.4vw;
    color: #7A89A6;
  }

  .instruct-by {
    font-size: 5.33vw;
    line-height: 8.53vw;
    margin-top: 4.267vw;
  }

  a.teacher-name {
    margin-left: 4.267vw;
    font-style: normal;
    font-weight: bold;
    font-size: 4.267vw;
    line-height: 6.4vw;
    text-decoration-line: underline;
    color: #4B8DF1;
  }

  .course-price-header {
    margin-top: 4.267vw;
    font-style: normal;
    font-weight: 500;
    font-size: 5.33vw;
    line-height: 6.4vw;
  }

  .expired-date {
    margin-top: 6.4vw;
    font-style: normal;
    font-weight: normal;
    font-size: 3.734vw;
    line-height: 6.4vw;
    text-transform: uppercase;
    color: #7A89A6;
  }

  .ads-mobile {
    display: inline;
    font-style: normal;
    font-weight: normal;
    font-size: 3.734vw;
    line-height: 6.4vw;
    color: #E6853D;
  }

  .ads-vertical-line {
    width: 8.53vw;
    border: 1px solid #EEEEEE;
    transform: rotate(90deg);
    margin: 0 2.13vw;
  }

  .purchase-group {
    display: none;
  }

  .preview-video {
    margin-top: 10.66vw;
    width: 89.33vw;
    height: 51.734vw;
    /* background-image: url(/static/images/course-landing/mockvideo.png);
    background-repeat: no-repeat;
    background-size: 89.33vw 59.734vw; */
    border-radius: 16px;
  }

  .bottom-gradient {
    top: 46.64vw;
    font-size: 4.267vw;
    line-height: 7.467vw;
    height: 13.34vw;
    border-radius: 0px 0px 16px 16px;
    padding-top: 0.53vw;
  }

  .course-detail-title {
    font-style: normal;
    font-weight: 500;
    font-size: 5.33vw;
    line-height: 6.4vw;
    text-align: center;
    color: #212E4B;
    margin-bottom: 8.53vw;
  }

  .course-detail {
    margin-top: 12.8vw;
    margin-bottom: 12.8vw;
  }

  .course-benefit {
    margin-bottom: 4.53vw;
  }

  .message-image {
    margin-bottom: 6.4vw;
    text-align: center;
  }

  .course-detail-group {
    overflow-y: hidden;
    text-overflow: ellipsis;
    height: 236.265vw;
  }

  .course-detail-content {
    font-style: normal;
    font-weight: normal;
    font-size: 4.8vw;
    line-height: 7.467vw;
    text-indent: 13.34vw;
    color: #7A89A6;
    margin-bottom: 6.4vw;
  }

  .show-all-gradient {
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: -1.33vw;
    font-style: normal;
    font-weight: bold;
    font-size: 4.267vw;
    line-height: 6.4vw;
    text-transform: uppercase;
    color: #F5F5F5;
    height: 59.467vw;
    background: linear-gradient(360deg, #FFFFFF 37.69%, rgba(255, 255, 255, 0) 84.05%);
    border-radius: 20px 0px 16px 16px;
    padding-top: 42.64vw;
  }

  a.show-all-text {
    font-style: normal;
    font-weight: bold;
    font-size: 4.267vw;
    line-height: 6.4vw;
    text-decoration-line: underline;
    color: #4B8DF1;
  }

  #benefit-left-group.no-padding {
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
  }

  #benefit-right-group.no-padding {
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
  }

  #benefit-left-group {
    width: 100%;
  }

  #benefit-right-group {
    width: 100%;
  }

  .check-square-image {
    display: none;
  }

  .check-square-image-mobile {
    display: inline;
    width: 8.53vw;
    height: 8.53vw;
    box-shadow: 0px 4px 56px rgba(0, 0, 0, 0.05);
    margin-right: 2.13vw;
    border-radius: 16px;
  }

  .benefit-justify:nth-child(1){
    margin-bottom: 8.53vw;
  }

  .benefit-group{
    display: block;
  }

  #benefit-right {
    margin-left: 0px;
  }

  .benafit-text {
    margin-bottom: 8.53vw;
    font-style: normal;
    font-weight: normal;
    font-size: 5.33vw;
    line-height: 8.53vw;
    color: #7A89A6;
    width: 69.6vw;
  }

  .benefit-justify {
    display: flex;
    justify-content: center;
  }

  .course-lessons {
    display: none;
  }

  .teacher-detail {
    margin-bottom: 12.8vw;
  }

  .teacher-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6.4vw;
  }

  .teacher {
    font-weight: 500;
    font-size: 5.33vw;
    line-height: 6.4vw;
  }

  a.teacher-workings {
    font-style: normal;
    font-weight: 600;
    font-size: 4.267vw;
    line-height: 6.4vw;
    text-transform: uppercase;
    color: #59C4AE;
    text-decoration: none;
  }

  .teacher-info {
    display: block;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 160px rgb(0 0 0 / 5%);
    border-radius: 16px;
    padding: 4.267vw 2.13vw 6.4vw;
  }

  .teacher-image {
    width: 42.64vw;
    height: 42.64vw;
    box-shadow: 0px 4px 160px rgb(0 0 0 / 5%);
    border-radius: 16px;
    margin-right: 8.53vw;
  }

  .teacher-name {
    font-weight: 500;
    font-size: 5.33vw;
    line-height: 6.4vw;
    margin-top: 6.4vw;
  }

  .teacher-type {
    font-size: 4.8vw;
    line-height: 7.467vw;
    margin-top: 2.13vw;
  }

  .teacher-position {
    font-weight: 500;
    font-size: 3.2vw;
    line-height: 6.4vw;
    margin-top: 2.13vw;
  }

  .course-review {
    margin-top: 4.267vw;
    display: flex;
  }

  .review-star {
    width: 6.4vw;
    height: 6.4vw;
  }

  .course-star {
    margin-left: 4.267vw;
  }

  .student-quantity {
    margin-top: 4.267vw;
    font-style: normal;
    font-weight: normal;
    font-size: 3.734vw;
    line-height: 6.4vw;
    color: #7A89A6;
  }

  .all-course {
    margin-top: 4.267vw;
    font-style: normal;
    font-weight: normal;
    font-size: 3.734vw;
    line-height: 6.4vw;
    color: #7A89A6;
  }

  .related-course {
    margin-bottom: 12.8vw;
  }

  .related-course-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6.4vw;
  }

  a.see-all-course {
    font-style: normal;
    font-weight: 600;
    font-size: 4.267vw;
    line-height: 6.4vw;
    text-transform: uppercase;
    color: #59C4AE;
    text-decoration: none;
  }

  .related-course-text {
    font-style: normal;
    font-weight: 500;
    font-size: 5.33vw;
    line-height: 6.4vw;
    color: #212E4B;
  }

  .course-background {
    background-image: url(/static/images/course-landing/course_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 4.267vw;
  }

  .course-card {
    position: relative;
    width: 42.64vw;
    height: 56.8vw;
    margin: 0px 4.267vw 4.267vw 0;
    box-shadow: 0px 4px 160px rgb(0 0 0 / 5%);
    border-radius: 20px;
  }

  .course-thumbnail {
    width: 34.13vw;
    height: 18.68vw;
  }

  .bestsell-badge {
    position: absolute;
    top: 2.13vw;
    left: 13.867vw;
  }

  .course-name {
    width: auto;
    font-weight: normal;
    font-size: 3.2vw;
    line-height: 5.33vw;
    color: #212E4B;
    margin-top: 2.13vw;
  }

  .course-instructor-name {
    font-weight: 600;
    font-size: 2.13vw;
    line-height: 4vw;
    text-transform: uppercase;
    color: #9E9E9E;
    margin-top: 2.13vw;
  }

  #course-review.course-star {
    margin-top: 0px;
    margin-left: 0px;
    height: 4.267vw;
  }

  #course-review.course-star .fa {
    font-size: 3.2vw;
  }

  .review-number {
    margin-left: 2.13vw;
    font-weight: normal;
    font-size: 3.734vw;
    line-height: 6.4vw;
    text-transform: uppercase;
    color: #212E4B;
  }

  .course-price {
    font-weight: 500;
    font-size: 5.33vw;
    line-height: 6.4vw;
    color: #59C4AE;
    margin-top: 4.267vw;
  }

  #lastcard.course-card {
    margin: 0px;
  }

  .review-text {
    font-style: normal;
    font-weight: 500;
    font-size: 5.33vw;
    line-height: 6.4vw;
    color: #212E4B;
    margin-bottom: 6.4vw;
  }

  .review-score {
    background: #FFFFFF;
    box-shadow: 0px 4px 40px rgb(0 0 0 / 5%);
    border-radius: 16px;
    padding: 4.267vw 4.267vw 8.53vw;
    margin-bottom: 12.8vw;
  }

  #review-score-bar {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #review-score-text.no-padding,
  #review-score-bar.no-padding {
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
  }

  #score-align-center {
    text-align: center;
  }

  .score-text {
    width: 53.36vw;
    font-style: normal;
    font-weight: normal;
    font-size: 6.4vw;
    line-height: 8.53vw;
    text-align: center;
    color: #415984;
    margin-right: unset;
    margin-left: unset;
  }

  .average-score {
    font-style: normal;
    font-weight: 600;
    font-size: 10.66vw;
    line-height: 14.934vw;
    margin-top: 6.4vw;
    margin-left: unset;
  }

  .average-star .course-star {
    margin-top: 4.267vw;
    margin-left: unset;
  }

  .all-review {
    font-style: normal;
    font-weight: normal;
    font-size: 4.8vw;
    line-height: 7.467vw;
    color: #7A89A6;
    margin-top: 4.267vw;
    margin-left: unset;
  }

  .score-detail {
    font-style: normal;
    font-weight: normal;
    font-size: 5.86vw;
    line-height: 7.467vw;
    text-align: center;
    color: #415984;
    width: auto;
    margin-top: 6.4vw;
  }

  .text-star {
    font-style: normal;
    font-weight: normal;
    font-size: 4.8vw;
    line-height: 7.467vw;
    color: #415984;
    margin-right: 4.267vw;
  }

  #course-landing-page .progress {
    display: flex;
    height: 2.13vw;
    overflow: hidden;
    font-size: .75rem;
    background-color: #DEFAF2;
    border-radius: 8px;
    width: 36.8vw;
  }

  #course-landing-page .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background: #00DBB6;
    border-radius: 8px;
    transition: width .6s ease;
  }

  .review-percent {
    font-style: normal;
    font-weight: normal;
    font-size: 4.8vw;
    line-height: 7.467vw;
    color: #415984;
    margin-left: 4.267vw;
    width: 10.66vw;
  }

  .review-times {
    font-style: normal;
    font-weight: 500;
    font-size: 3.2vw;
    line-height: 6.4vw;
    text-transform: uppercase;
    color: #7A89A6;
    margin-left: 4.267vw;
  }

  .progressbar-align {
    display: flex;
    align-items: baseline;
    margin-bottom: 4.267vw;
    height: 8.53vw;
  }

  .sort-comment {
    display: flex;
    margin-bottom: 6.4vw;
  }

  #course-landing-page #filter_employee_dropdown {
    position: relative;
    font-family: inherit;
    background-color: #FFFFFF;
    width: 40.26vw;
    height: 12.8vw;
    padding: 2.65vw 2.65vw 2.65vw 4vw;
    font-size: 3.734vw;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0px 0px 1px 1px #c5c5c5;
    text-align: left;
    appearance: none;
    -webkit-appearance: none;
    color: #000000;
    background-image: url(/static/images/course-landing/chevron-down-modal.png);
    background-repeat: no-repeat;
    background-position: 32.53vw 5.06vw;
    background-size: 4.267vw 2.65vw;
  }

  #course-landing-page .filter_employee_item .dropdown-menu {
    width: 40.26vw;
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    box-shadow: 0px 4px 160px rgb(0 0 0 / 5%);
    border-radius: 16px;
    inset: 3px auto auto 0px !important;
  }

  #course-landing-page .filter_employee_item .dropdown-menu .dropdown-item.active {
    background-image: url(/static/images/course-landing/check.png);
    background-repeat: no-repeat;
    background-size: 4.267vw 2.93vw;
    background-position: 32.53vw 4vw;
    color: #212529;
  }

  #course-landing-page .filter_employee_item .dropdown-menu .dropdown-item {
    padding: 2.93vw 4.267vw;
    background-color: transparent !important;
  }

  .hidden-comment {
    overflow-y: hidden;
    text-overflow: ellipsis;
    height: 69.33vw;
  }

  .show-all-gradient-comment {
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 0px;
    font-style: normal;
    font-weight: bold;
    font-size: 4.267vw;
    line-height: 7.467vw;
    text-transform: uppercase;
    color: #F5F5F5;
    height: 29.32vw;
    background: linear-gradient(360deg, #FFFFFF 37.69%, rgba(255, 255, 255, 0) 84.05%);
    border-radius: 0px 0px 16px 16px;
    padding-top: 18.68vw;
  }

  .comments {
    display: flex;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 40px rgb(0 0 0 / 5%);
    border-radius: 16px;
    padding: 6.4vw;
    margin-bottom: 6.4vw;
  }

  .student-image {
    width: 12.8vw;
    height: 12.8vw;
  }

  .student-comment-group {
    margin-left: 8.53vw;
  }

  .student-name {
    font-style: normal;
    font-weight: normal;
    font-size: 5.33vw;
    line-height: 8.53vw;
    color: #212E4B;
  }

  #comment-star.course-star {
    margin-top: 2.13vw;
    margin-left: 0px;
  }

  #comment-star.course-star .fa {
    font-weight: 100;
    font-size: 3.2vw;
    color: #F9E561;
    font-family: "Font Awesome 5 Free" !important;
  }

  .comment-times {
    font-style: normal;
    font-weight: normal;
    font-size: 3.2vw;
    line-height: 5.33vw;
    color: #7A89A6;
    margin-left: 4.267vw;
  }

  .student-comment {
    margin-top: 4.267vw;
    font-style: normal;
    font-weight: normal;
    font-size: 3.734vw;
    line-height: 6.4vw;
    color: #415984;
  }

  .show-more-comment-button {
    margin-top: 6.4vw;
    width: 46.13vw;
    height: 12.8vw;
    font-style: normal;
    font-weight: bold;
    font-size: 4.8vw;
    line-height: 8.53vw;
    border: 1.5px solid #59C4AE;
    box-sizing: border-box;
    color: #59C4AE;
    border-radius: 16px;
    background-color: transparent;
    margin-bottom: 27.734vw;
  }

}

@media screen and (min-width:1465px){
  #score-align-center.col-auto{
    width: 25%;
  }

  #review-score-bar.col-auto{
    width: 75%;
  }
}