/* screen - admission-desktop-en */

:root { 
  --black: #000000;
  --manz: #eefb71;
  --white: #ffffff;
 
  --font-size-l: 32px;
  --font-size-m: 30px;
  --font-size-s: 22px;
  --font-size-xl: 40px;
  --font-size-xs: 16px;
  --font-size-xxl: 48px;
  --font-size-xxs: 14px;
 
  --font-family-helvetica-bold: "Helvetica-Bold", Helvetica;
  --font-family-helvetica-light: "Helvetica-Light", Helvetica;
  --font-family-helvetica-regular: "Helvetica-Regular", Helvetica;
}
.helvetica-regular-normal-white-16px {
  color: var(--white);
  font-family: var(--font-family-helvetica-regular);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 400;
}

.helvetica-light-black-30px {
  color: var(--black);
  font-family: var(--font-family-helvetica-light);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 300;
}

.helvetica-light-black-22px {
  color: var(--black);
  font-family: var(--font-family-helvetica-light);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 300;
}

.admission-desktop-en {
  align-items: flex-start;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  min-width: 900px;
  position: relative;
}

.admission-desktop-en .top-banner::-webkit-scrollbar {
  display: none;
  width: 0;
}

.admission-desktop-en .top-banner {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  overflow-y: scroll;
  position: relative;
  width: 100%;
}

.admission-desktop-en .top {
  align-items: center;
  align-self: stretch;
  background-color: var(--black);
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  min-width: 800px;
  padding: 10px 60px;
  position: relative;
  width: 100%;
}

.admission-desktop-en .logo {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 23px;
  position: relative;
}

.admission-desktop-en .syu-logo {
  height: 54px;
  position: relative;
  width: 230px;
}

.admission-desktop-en .act-logo_syu_w-1 {
  height: 74px;
  object-fit: cover;
  position: relative;
  width: 270px;
}

.admission-desktop-en .frame-36 {
  align-items: center;
  display: flex;
  flex: 1;
  flex-grow: 1;
  gap: 10px;
  justify-content: flex-end;
  padding: 5px;
  position: relative;
}

.admission-desktop-en .zh {
  letter-spacing: 0;
  line-height: 46px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.admission-desktop-en .navbar {
  align-items: flex-end;
  align-self: stretch;
  background-color: var(--black);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding: 10px 60px;
  position: relative;
  width: 100%;
}

.admission-desktop-en .menu-group {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 24px;
  justify-content: flex-end;
  position: relative;
}

.admission-desktop-en .link {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  padding: 10px;
  position: relative;
}

.admission-desktop-en .about-us {
  letter-spacing: 0;
  line-height: 46px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.admission-desktop-en .curriculum {
  letter-spacing: 0;
  line-height: 46px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.admission-desktop-en .admission {
  letter-spacing: 0;
  line-height: 46px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.admission-desktop-en .project {
  letter-spacing: 0;
  line-height: 46px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.admission-desktop-en .coursework {
  letter-spacing: 0;
  line-height: 46px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.admission-desktop-en .facilities::-webkit-scrollbar {
  display: none;
  width: 0;
}

.admission-desktop-en .facilities {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  overflow-y: scroll;
  padding: 10px;
  position: relative;
}

.admission-desktop-en .facilities-1 {
  letter-spacing: 0;
  line-height: 46px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.admission-desktop-en .career {
  letter-spacing: 0;
  line-height: 46px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.moving-banner-wrapper {
  width: 100%;
  overflow: hidden;
}

.moving-banner {
  width: 100%;
  height: 100%;
}

.moving-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.admission-desktop-en .frame-5 {
  align-items: flex-start;
  align-self: stretch;
  background-color: var(--manz);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--black);
  display: flex;
  flex-direction: column;
  gap: 65px;
  padding: 65px 60px;
  width: 100%;
}

.admission-desktop-en .frame-6 {
  align-items: center;
  align-self: stretch;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.admission-desktop-en .admission-2 {
  color: var(--black);
  font-family: Helvetica;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.admission-desktop-en .apply-button {
  align-items: center;
  background-color: var(--white);
  border: 1px solid;
  border-color: var(--black);
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  height: 123px;
  justify-content: center;
  padding: 38px 32px;
  position: relative;
}

.admission-desktop-en .title {
  -webkit-text-stroke: 1px var(--black);
  color: var(--black);
  font-family: var(--font-family-helvetica-bold);
  font-size: var(--font-size-xxl);
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
  margin-bottom: -3.00px;
  margin-top: -5.00px;
  position: relative;
  text-decoration: underline;
  white-space: nowrap;
  width: fit-content;
}

.admission-desktop-en .quir {
  align-self: stretch;
  letter-spacing: 0;
  line-height: 30px;
  position: relative;
}

.admission-desktop-en .span {
  line-height: 46px;
}

.admission-desktop-en .span-1 {
  color: var(--black);
  font-family: var(--font-family-helvetica-light);
  font-size: 36px;
  font-weight: 300;
  line-height: 46px;
}

.admission-desktop-en .span-2 {
  color: var(--black);
  font-family: var(--font-family-helvetica-regular);
  font-size: var(--font-size-m);
  font-weight: 400;
  line-height: 46px;
}

.admission-desktop-en .span-3 {
  line-height: 36px;
}

.admission-desktop-en .tuition-fee-section {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 66px;
  padding: 75px 60px;
  position: relative;
  width: 100%;
}

.admission-desktop-en .tuition-fee {
  align-self: stretch;
  color: var(--black);
  font-family: var(--font-family-helvetica-bold);
  font-size: var(--font-size-xl);
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
}

.admission-desktop-en .span-4 {
  line-height: 46px;
  text-decoration: underline;
}

.admission-desktop-en .span4 {
  color: var(--black);
  font-family: var(--font-family-helvetica-light);
  font-size: var(--font-size-l);
  font-weight: 300;
  line-height: 46px;
}

.admission-desktop-en .span5 {
  color: var(--black);
  font-family: var(--font-family-helvetica-light);
  font-size: var(--font-size-l);
  font-weight: 300;
  line-height: 36px;
}

.admission-desktop-en .scroll-to-top {
  align-items: center;
  align-self: stretch;
  background-color: var(--manz);
  border-color: var(--black);
  border-top-style: solid;
  border-top-width: 1px;
  cursor: pointer;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  padding: 50px 0px;
  position: relative;
  width: 100%;
}

.admission-desktop-en .chevrons-up {
  height: 48px;
  position: relative;
  width: 48px;
}

.admission-desktop-en .footer-container {
  align-items: flex-end;
  align-self: stretch;
  background-color: var(--black);
  display: flex;
  flex: 0 0 auto;
  gap: 0px 241px;
  justify-content: space-between;
  overflow-y: scroll;
  padding: 83px 59px;
  position: relative;
  width: 100%;
}

.admission-desktop-en .stay-updated-with-us {
  align-self: stretch;
  letter-spacing: 0;
  line-height: 22px;
  margin-top: -1.00px;
  position: relative;
}

.admission-desktop-en .span1 {
  font-size: 24px;
}

.admission-desktop-en .span2 {
  font-size: var(--font-size-xs);
}

.admission-desktop-en .instagram_icon-1 {
  cursor: pointer;
  height: 48px;
  object-fit: cover;
  position: relative;
  width: 48px;
}

.admission-desktop-en .text-contact-us-container-item {
  align-self: stretch;
  letter-spacing: 0;
  line-height: 18px;
  position: relative;
}

.admission-desktop-en .govenment-funded-programme-logo-1 {
  height: 212px;
  object-fit: cover;
  position: relative;
  width: 212px;
}

.admission-desktop-en .this-programme-is-fu {
  align-self: stretch;
  height: 71px;
  letter-spacing: 0;
  line-height: 18px;
  position: relative;
  text-align: right;
}

.admission-desktop-en .logo-1 {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 20px;
  justify-content: flex-end;
  position: relative;
}

.admission-desktop-en .end-syu-logo {
  height: 56px;
  position: relative;
  width: 228px;
}

.admission-desktop-en .act-logo_w-1 {
  height: 71px;
  object-fit: cover;
  position: relative;
  width: 84px;
}

.admission-desktop-en .admission-3 {
  letter-spacing: 0;
  position: relative;
}

.admission-desktop-en .frame {
  flex: 0 0 auto;
  position: relative;
}

.custom-bullet {
  list-style: none;
  padding-left: 0;
  margin: 0 0 2em 0;
}

.custom-bullet li {
  position: relative;
  padding-left: 1.5em;
  text-indent: 0;
  line-height: 1.6;
  font-size: 22px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.custom-bullet li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.6;
  color: #000;
}