:root {
  --white-color: #fff;
  --text-blue-color: #00196e;
  --bg-second: yellow;
  --text-gray-color: #8a8a8a;
}

@font-face {
  font-family: "Halyard Text";
  src: url("..//fonts/HalyardTextMedium.woff2") format("woff2"),
    url("../fonts/HalyardTextMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Halyard Text";
  src: url("../css/megamenu-pro/fonts/HalyardText-Regular.woff2")
      format("woff2"),
    url("../css/megamenu-pro/fonts/HalyardText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Halyard Display Book";
  src: url("../css/megamenu-pro/fonts/HalyardDisplayBook.woff2") format("woff2"),
    url("../css/megamenu-pro/fonts/HalyardDisplayBook.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body * {
  font-variant-numeric: normal !important;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.body__container .row {
  flex-wrap: nowrap;
}

.body__container .row .col-md-8 {
  flex: unset;
  max-width: unset;
}

@media screen and (max-width: 1200px) {
  #commencement .commencement__container {
    padding-top: 120px;
    width: 65%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 991px) {
  .body__container .row {
    flex-wrap: wrap;
  }
}

.content__container .content-title,
.content__container h3 {
  max-width: 100%;
  margin-bottom: 0px;
}

.amount {
  padding: 80px;
}

.content__container {
  padding-bottom: 0;
}

.type-block.teaser .block-inner h2 {
  max-width: 100%;
}

.j_btn-explore {
  margin-top: 36px;
}

.applying__breadcumb .arrow-icon img {
  filter: invert(7%) sepia(40%) saturate(6478%) hue-rotate(222deg)
    brightness(52%) contrast(109%);
}

/* breadcrumb */

/* .applying__breadcumb li:nth-child(2) {
    display: none;
} */

/* events */

.events .events__title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: var(--text-blue-color);
  margin-bottom: 36px;
}

.events .events__header {
  display: flex;
  align-items: center;
  color: #8d8d8d;
  height: 40px;
  border-bottom: 1px solid #e1e1de;
}

.events .events__month {
  margin-top: 36px;
}

.events .events__header .time,
.events .events__item .time {
  width: 25%;
  margin-right: 36px;
}

.events .events__item .time {
  color: #222;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Halyard Text", sans-serif;
}

.events .events__header .event,
.events .events__item .event {
  flex-grow: 1;
  width: calc(70% - 36px);
}

.events .events__list .events__item .item {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #222;
}

.events .events__list .events__item {
  display: flex;
  align-items: self-start;
  padding: 12px 0;
  border-bottom: #e1e1de 1px solid;
}

.events .events__list .events__item .img {
  position: relative;
  overflow: hidden;
  width: 158px;
  height: 89px;
}

.events .events__list .events__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}

.events .events__list .events__item .group .title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 490;
  color: var(--text-blue-color);
  margin-bottom: 4px;
  font-family: "Halyard Text", sans-serif;
}

.events .events__list .events__item .desc {
  font-family: "Halyard Text", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  letter-spacing: 0px;
}

.events .events__item .event {
  display: flex;
}

.events .events__item .event:hover img {
  transform: scale(1.04);
  transition: all 0.3s linear;
}

.events .events__item .event .group {
  margin-right: 18px;
  flex: 1 0 0;
}

.events .events__pagi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 36px;
}

.events .events__pagi .button {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #8a8a8a;
}

.events .events__pagi .button img {
  transition: all 0.3s linear;
}

.events .events__pagi .button:hover {
  background-color: transparent;
  color: #8a8a8a !important;
}

.events .events__pagi .button.prev:hover img {
  transform: translateX(-5px);
  transition: all 0.3s linear;
}

.events .events__pagi .button.next:hover img {
  transform: translateX(5px);
  transition: all 0.3s linear;
}

/* featured */

.featured .featured__main {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #222;
  padding: 24px;
  background-color: #ceedf6;
  margin-top: 36px;
}

.featured .featured__main .thumbnail {
  width: 280px;
  height: 156px;
  position: relative;
  overflow: hidden;
}

.featured .featured__main .infor {
  flex: 1 0 0;
}

.featured .featured__main .desc {
  margin-bottom: 22px;
}

.featured .featured__main .thumbnail img {
  transition: all 0.3s linear;
}

.featured .featured__main:hover .thumbnail img {
  transform: scale(1.04);
  transition: all 0.3s linear;
}

.featured .featured__main .group {
  display: flex;
  align-items: center;
  gap: 36px;
  margin-bottom: 36px;
}

.featured .featured__main .title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  color: var(--text-blue-color);
  font-family: "garamond-premier-pro", sans-serif;
}

.featured .featured__main .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured .featured__main .date {
  margin: 8px 0;
}

.featured .featured__main .desc {
  overflow: hidden;
  display: -webkit-box;
  max-height: 60px;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.desc ul,
.desc ul li {
  padding: 0;
  margin: 0;
}

.featured .featured__list {
  margin: 36px 0 0;
  column-count: 2;
  column-gap: 36px;
}

.featured .featured__item {
  /* max-width: calc(50% - 18px); */
  padding: 24px;
  border: 1px solid #e1e1de;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 36px;
  break-inside: avoid;
}

.featured .featured__item .thumbnail {
  position: relative;
  overflow: hidden;
}

.featured .featured__item:hover .thumbnail img {
  transform: scale(1.04);
  transition: all 0.3s linear;
}

.featured .featured__item .featured__item-body {
  padding-top: 20px;
  font-family: "Halyard Text", sans-serif;
}

.featured .featured__item .title {
  display: block;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  color: var(--text-blue-color);
  margin-bottom: 8px;
}

.featured .featured__item .thumbnail img {
  width: 100%;
  height: auto;
  transition: all 0.3s linear;
}

.featured .featured__item .date,
.featured .featured__item .place {
  color: #8a8a8a;
  margin-bottom: 8px;
}

.featured .featured__item .desc {
  margin: 12px 0 20px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.featured .featured__item .desc ul {
  margin: 0;
}

.featured .featured__item .desc ul li {
  padding-bottom: 0px;
}

/* commencement */

.commencement__container {
  padding-top: 120px;
  width: 48%;
  margin: 0 auto;
}

.commencement__container .commencement-wrapper h3 {
  margin: 0;
}

.commencement__container .commencement-wrapper h4 {
  font-family: "Halyard Display Book";
  font-size: 24px;
  line-height: 32px;
  font-weight: 350;
  text-align: center;
  color: rgba(34, 34, 34, 1);
  margin: 36px 45px 60px;
}

.commencement__redirect {
  display: flex;
  justify-content: center;
  gap: 60px;
}

.commencement__redirect .j_btn-explore {
  margin-top: 0px;
  font-family: "Halyard Text", sans-serif;
}

.commencement__container img {
  width: 100%;
  height: auto;
  object-fit: cover;
  padding: 0px 36px;
  margin-top: 60px;
}

/* booking */

.james__touch {
  padding-top: 100px;
}

.james__touch .james_container {
  max-width: 618px;
}

.james__touch .james_container .title_block {
  width: 90%;
}

.james__touch .james_justify_content-center .j_fs-24 {
  font-family: "Halyard Display Book", sans-serif;
  font-weight: 350;
}

.james__touch .james__touch--form .j__form-control,
.james__touch .james__touch--form .j__form-select,
.james__touch .james__touch--form .checkbox_group label {
  font-family: "Halyard Text", sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
}

.james__touch .james__touch--form .checkbox_group label {
  font-size: 14px;
  line-height: 20px;
}

.james__touch .james__touch--form .checkbox_group label .james__touch#booking {
  padding-top: 120px;
}

.james__touch .james__touch--form .checkbox_group {
  padding-top: 60px;
}

.james__touch .james__touch--form .checkbox_group label::before {
  top: 6px;
}

.james__touch
  .james__touch--form
  .checkbox_group
  input[type="checkbox"]:checked
  + label::after {
  opacity: 1;
  top: 7px;
}

.james__connect {
  padding-top: 0px;
}

/* checkbox */

.warp-checkbox .james__touch {
  padding: 0px;
}

.list-checkbox--title {
  font-family: "halyard-display", sans-serif;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #8a8a8a;
  text-transform: uppercase;
  margin: 16px 0;
  display: block;
}

.list-checkbox {
  border-top: 1px solid #e1e1de;
}

.sidebar__header-custome {
  display: none;
}

.sidebar__more,
.btn-clear {
  display: none;
}

.sidebar .search-courses {
  flex-direction: column;
  border-bottom: 0px;
}

.warp-checkbox {
  width: 100%;
}

.sidebar .by {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #828282;
  margin-bottom: 16px;
}

.by-wrap {
  width: 100%;
}

.james__touch .checkbox_group input[type="checkbox"] {
  display: none;
}

.james__touch .checkbox_group label {
  font-family: "Halyard Text", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #8a8a8a;
  position: relative;
  padding-left: 30px;
  display: block;
  cursor: pointer;
  letter-spacing: 0px;
}

.james__touch .checkbox_group label::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #8a8a8a;
  top: 3px;
  left: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.james__touch .checkbox_group label::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 12px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  top: 0px;
  left: 6px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.james__touch .checkbox_group input[type="checkbox"]:checked + label::before {
  background: #00196e;
  border-color: #00196e;
}

.james__touch .checkbox_group input[type="checkbox"]:checked + label::after {
  opacity: 1;
  top: 4px;
}

.james__touch .group-checkbox {
  margin-bottom: 16px;
}

/* calendar */

.calendar {
  height: auto;
  width: 100%;
  background-color: var(--white-color);
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}

.calendar__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 25px;
  font-weight: 600;
  color: var(--text-blue-color);
  background: var(--text-blue-color);
  padding: 16px;
}

.calendar .calendar__header-right--month,
.calendar .calendar__header-right--year {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--white-color);
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.3s linear;
}

.calendar__header-left {
  display: flex;
  align-items: center;
  justify-content: center;
  /* gap: 0 10px; */
}

.calendar__header-left--button:first-child {
  margin-right: 10px;
}

.calendar__header-left--button {
  border: 0;
  outline: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.calendar__header-left--button svg {
  width: 24px;
  height: 24px;
}

.calendar__body {
  padding: 16px;
  background-color: #ceedf6;
}

.calendar__body-weekday {
  height: auto;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  font-weight: 600;
  padding-bottom: 6px;
}

.calendar__body-weekday div {
  display: grid;
  place-items: center;
  color: var(--bg-second);
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-blue-color);
}

.calendar__body-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}

.calendar__body-days div {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  position: relative;
  cursor: pointer;
  animation: to-top 1s forwards;

  margin: 0 auto;

  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #222;
  transition: all 0.3s linear;
}

.calendar__body-days .calendar__body-day {
  position: relative;
}

.calendar__body-days .calendar__body-day.active::before {
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--text-blue-color);
}

.calendar__body-days div.calendar__body-day--current::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-49%, -52%);
  width: 30px;
  height: 30px;
  background-color: #fff;
}

.calendar__body-days .calendar__body-day span {
  z-index: 2;
}

.calendar__body-days .calendar__body-day::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-49%, -52%);
  width: 30px;
  height: 30px;
  background-color: transparent;
  transition: all 0.3s linear;
}

.calendar__body-days .calendar__body-day:hover::after {
  background-color: #fff;
  transition: all 0.3s linear;
}

.calendar__body-days .calendar__body-day--past span {
  color: #ccc;
}

.calendar__body-days .calendar__body-day--current span {
  z-index: 2;
  color: #222;
}

/* calendar */

/* .proposal__form--detail .proposal__form--item.proposal__form--button {
      margin: 30px;
  } */

.demo__timepicker {
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
}

.mbsc-calendar-controls.mbsc-windows {
  background: #e1e8ff;
  border-radius: 20px 20px 0px 0px;
  margin-bottom: 50px;
}

span.mbsc-calendar-title.mbsc-calendar-month.mbsc-windows,
span.mbsc-calendar-title.mbsc-calendar-year.mbsc-windows {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: var(--text-blue-color);
  padding: 2px;
}

.mbsc-calendar-week-day.mbsc-flex-1-0-0.mbsc-windows.mbsc-ltr {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: var(--text-gray-color);
}

.mbsc-calendar-cell-text.mbsc-calendar-day-text.mbsc-windows {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.01em;
  color: var(--text-gray-color);
  font-family: var(--font-primary);
}

.mbsc-windows.mbsc-range-day .mbsc-calendar-cell-inner,
.mbsc-windows.mbsc-selected .mbsc-calendar-cell-inner {
  background: transparent;
  color: var(--white-color);
}

.mbsc-windows.mbsc-range-day .mbsc-calendar-cell-inner,
.mbsc-windows.mbsc-selected .mbsc-calendar-cell-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--text-blue-color);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: -1;
}

.mbsc-calendar-cell.mbsc-flex-1-0-0.mbsc-calendar-day.mbsc-windows.mbsc-ltr {
  padding: 10px 0;
}

.mbsc-calendar-cell.mbsc-flex-1-0-0.mbsc-calendar-day.mbsc-windows.mbsc-ltr.mbsc-selected
  .mbsc-calendar-cell-inner.mbsc-calendar-day-inner.mbsc-windows
  div,
.mbsc-calendar-cell.mbsc-flex-1-0-0.mbsc-calendar-day.mbsc-ios.mbsc-ltr.mbsc-hb.mbsc-selected
  div {
  color: var(--white-color);
}

button.mbsc-calendar-button.mbsc-calendar-button-prev.mbsc-reset.mbsc-font.mbsc-button.mbsc-windows.mbsc-ltr.mbsc-button-flat.mbsc-icon-button {
  background: var(--white-color);
  border-radius: 50%;
  width: 34px;
  height: 34px;
}

button.mbsc-calendar-button.mbsc-calendar-button-next.mbsc-reset.mbsc-font.mbsc-button.mbsc-windows.mbsc-ltr.mbsc-button-flat.mbsc-icon-button {
  background: var(--white-color);
  border-radius: 50%;
  width: 34px;
  height: 34px;
  margin-left: 10px;
}

span.mbsc-calendar-title.mbsc-windows {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: var(--text-blue-color);
}

.mbsc-windows.mbsc-range-day .mbsc-calendar-cell-inner,
.mbsc-windows.mbsc-selected .mbsc-calendar-cell-inner {
  background: rgba(0, 120, 215, 0) !important;
}

.mbsc-calendar-cell.mbsc-flex-1-0-0.mbsc-calendar-day.mbsc-windows.mbsc-ltr {
  padding: 10px 0;
  color: white;
}

/* sidebar */

.sidebar::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.sidebar::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.sidebar::-webkit-scrollbar-thumb {
  background: #888;
}

.sidebar .james__touch {
  padding-top: 0px;
}

.sidebar__maxwidth {
  max-width: 330px;
}

.sidebar .sidebar__buttons {
  display: none;
}

.sidebar .btn-submit {
  display: none;
}

@media screen and (max-width: 991px) {
  .sidebar__buttons .sidebar__buttons--link:not(:last-child) {
    margin-bottom: 20px;
  }

  .sidebar .james__touch {
    padding-bottom: 0px;
  }

  .sidebar .james__touch .group-checkbox:last-child {
    margin-bottom: 0px;
  }

  .featured .j_btn-explore {
    margin-top: 40px;
  }

  .james__touch {
    padding-top: 60px;
  }

  .sidebar .sidebar__buttons {
    display: flex;
  }

  .sidebar .btn-submit {
    display: block;
  }

  /* .applying__breadcumb li:nth-child(2) {
        display: block;
    }

    .applying__breadcumb li:nth-child(2) img {
        margin-right: 8px;
    } */

  .applying__breadcumb .arrow-icon img {
    filter: unset;
  }

  .events .events__title {
    margin-bottom: 28px;
  }

  .events .events__item .time {
    font-size: 16px;
    line-height: 24px;
  }

  .content__container section:not(:last-child) {
    padding-bottom: 100px;
  }

  .content__container .content-title,
  .content__container h3 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
  }

  .featured .featured__main .title {
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
  }

  .featured .featured__main .thumbnail {
    width: 304px;
    height: 170px;
  }

  .featured .featured__main .desc {
    font-size: 16px;
    line-height: 24px;
  }

  .featured .featured__item .title {
    font-size: 16px;
    line-height: 24px;
  }

  .james__touch#booking {
    padding-top: 100px;
  }

  .james__touch .james__touch--line {
    display: block;
  }

  .james__touch .title_block {
    margin-top: 60px;
  }

  .james_justify_content-center .james_col-auto {
    text-align: center;
  }

  .amount {
    padding: 50px;
    margin-top: 100px;
  }

  .sidebar form .form-wrap {
    height: 346px;
    overflow-y: auto;
  }

  .sidebar .btn-submit::before {
    display: block;
    content: "";
    width: 100%;
    height: 80px;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%
    );
    position: absolute;
    bottom: calc(100% + 1px);
    left: 0;
  }

  .sidebar .btn-submit.active::before {
    display: none;
  }

  .sidebar form .form-wrap .group {
    display: flex;
    flex-direction: row-reverse;
    padding: 24px 32px;
  }

  .sidebar .sidebar__buttons {
    padding-bottom: 50px;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .sidebar .sidebar__buttons--title {
    width: 100%;
  }

  .sidebar .sidebar__buttons .sidebar__buttons--link:last-child {
    margin-left: 20px;
  }

  .sidebar .sidebar__buttons .sidebar__buttons--link {
    width: calc(50% - 10px);
  }

  .sidebar .btn-submit {
    padding: 16px 16px 24px;
    border-top: 2px solid #e1e1e1;
    position: relative;
  }

  .sidebar .btn-submit input[type="submit"] {
    border: 1px solid #e1e1de;
    padding: 12px 20px;
    width: 100%;
    background-color: transparent;
    font-size: 18px;
    line-height: 24px;
    color: #8a8a8a;
    font-weight: 490;
  }

  .sidebar.active {
    top: calc(100% - 492px);
  }

  .list-checkbox {
    border-top: 0px;
  }

  .list-checkbox--title {
    margin-top: 0px;
  }

  .calendar {
    margin-bottom: 0;
  }

  .calendar .btn-clear-all {
    text-align: end;
    margin-bottom: 16px;
  }

  #commencement .commencement__container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  .commencement__container img {
    width: 100%;
    object-fit: cover;
    margin-top: 60px;
  }

  .commencement-wrapper {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 576px) {
  .featured .featured__list {
    column-count: 1;
  }

  .events .events__header {
    display: none;
  }

  .sidebar .sidebar__buttons .sidebar__buttons--link:last-child {
    margin-left: 0px;
  }

  .sidebar .sidebar__buttons .sidebar__buttons--link {
    width: 100%;
  }

  .featured .j_btn-explore {
    margin-top: 60px;
  }

  .events .events__list .events__item {
    flex-direction: column;
  }

  .events .events__list .events__item:first-child {
    border-top: 1px solid #e1e1de;
  }

  .events .events__item .time {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .events .events__item .event {
    width: 100%;
  }

  .events .events__list .events__item .group .title {
    font-size: 14px;
    line-height: 20px;
  }

  .events .events__list .events__item .img {
    width: 132px;
    height: 74px;
  }

  .events .events__item .event .group {
    margin-right: 16px;
  }

  .featured .featured__main .group {
    flex-direction: column-reverse;
  }

  .featured .featured__main .thumbnail {
    width: 100%;
    height: auto;
  }

  .featured .featured__main .thumbnail img {
    max-width: 100%;
    width: 100%;
  }

  .featured .featured__main {
    margin-right: -15px;
    margin-left: -15px;
    padding: 24px 16px;
  }

  .featured .featured__main .group {
    background-color: #fff;
    padding: 24px 24px 20px;
    margin-bottom: 0px;
    gap: 20px;
  }

  .featured .featured__main .desc {
    padding: 0 24px 24px;
    background-color: #fff;
    position: relative;
    font-size: 14px;
    line-height: 20px;
  }

  .featured .featured__main .desc::after {
    display: block;
    content: "";
    width: 100%;
    height: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
  }

  .featured .featured__main .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-family: "Halyard Text", sans-serif;
  }

  .featured .featured__main .date,
  .featured .featured__main .class-room {
    color: #8a8a8a;
  }

  .featured .featured__main .date {
    margin-bottom: 4px;
  }

  .featured .featured__item {
    max-width: 100%;
  }

  .featured .featured__list {
    height: fit-content;
    overflow: unset;
    gap: 24px;
  }

  .james__touch .title_block br {
    content: "";
  }

  .james__touch .title_block br::after {
    content: " ";
  }

  .james__touch div.j_cl-blue {
    max-width: 235px;
    margin: 0 auto 46px;
  }

  .sidebar form .form-wrap .group {
    flex-direction: column;
    gap: 20px;
  }

  .calendar .btn-clear-all {
    display: none !important;
  }

  .by-wrap {
    display: block !important;
    position: relative;
  }

  .by-wrap .btn-clear-all {
    position: absolute;
    right: 0;
    bottom: -38px;
  }

  .by-wrap .by {
    display: none;
  }

  .commencement-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0px 16px;
  }

  .commencement__container .commencement-wrapper h3,
  .commencement__container .commencement-wrapper h4 {
    text-align: left;
  }

  .commencement__container .commencement-wrapper h4 {
    font-size: 16px;
    line-height: 24px;
    margin: 16px 0px;
  }

  .commencement__redirect {
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-start;
  }

  .commencement__redirect .j_btn-explore {
    line-height: 16px;
  }

  .commencement__container .commencement-wrapper h3 {
    font-size: 36px;
    line-height: 40px;
    padding-right: 45px;
  }

  .commencement__container img {
    padding: 0px 16px;
    margin-top: 16px;
  }
}
