@font-face {
  font-style: normal;
  font-display: swap;
  src: url(font/AvenirNext-Bold.ttf);
  font-family: 'avenirNextLTProBold';
}
@font-face {
  font-style: normal;
  font-display: swap;
  src: url(font/AvenirNext-Medium.ttf) format('truetype');
  font-family: 'AvenirNextLTPro-Medium';
}
@font-face {
  font-style: normal;
  font-display: swap;
  src: url(font/AvenirNext-Regular.ttf) format('truetype');
  font-family: 'AvenirNextLTPro-Regular';
}
@font-face {
  font-style: normal;
  font-display: swap;
  src: url(font/AvenirNext-DemiBold.ttf) format('truetype');
  font-family: 'AvenirNextLTPro-Demi';
}
@font-face {
  font-style: normal;
  font-display: swap;
  src: url(font/Mulish-Black.eot), url(font/Mulish-Black.woff) format('woff'), url(font/Mulish-Black.woff2) format('woff2'), url(font/Mulish-Black.ttf) format('truetype');
  font-family: 'Mulish-Black';
}
@font-face {
  font-style: normal;
  font-display: swap;
  src: url(font/Mulish-Bold.ttf) format('truetype'), url(font/Mulish-Bold.woff) format('woff'), url(font/Mulish-Bold.woff2) format('woff2');
  font-family: 'Mulish-Bold';
}
@font-face {
  font-style: normal;
  font-display: swap;
  src: url(font/Mulish-ExtraBold.ttf) format('truetype'), url(font/Mulish-ExtraBold.woff) format('woff'), url(font/Mulish-ExtraBold.woff2) format('woff2');
  font-family: 'Mulish-ExtraBold';
}
@font-face {
  font-style: normal;
  font-display: swap;
  src: url(font/Mulish-SemiBold.ttf) format('truetype'), url(font/Mulish-SemiBold.woff) format('woff'), url(font/Mulish-SemiBold.woff2) format('woff2');
  font-family: 'Mulish-SemiBold';
}
@font-face {
  font-style: normal;
  font-display: swap;
  src: url(font/Mulish-Medium.ttf) format('truetype'), url(font/Mulish-Medium.woff) format('woff'), url(font/Mulish-Medium.woff2) format('woff2');
  font-family: 'Mulish-Medium';
}
@font-face {
  font-style: normal;
  font-display: swap;
  src: url(font/Mulish-Regular.ttf) format('truetype'), url(font/Mulish-Regular.woff) format('woff'), url(font/Mulish-Regular.woff2) format('woff2');
  font-family: 'Mulish-Regular';
}
@font-face {
  font-style: normal;
  font-display: swap;
  src: url(font/Mulish-Light.ttf) format('truetype'), url(font/Mulish-Light.woff) format('woff'), url(font/Mulish-Light.woff2) format('woff2');
  font-family: 'Mulish-Light';
}
@font-face {
  font-style: normal;
  font-display: swap;
  src: url(../css/font/SegoeUI-Regular.ttf);
  font-family: 'SegoeUI-Regular';
}
@font-face {
  font-style: normal;
  font-display: swap;
  src: url(../css/font/InterExtra-Bold.otf);
  font-family: 'InterExtra-Bold';
}
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
body {
  color: #000;
  max-width: 1920px;
  margin: auto;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul {
  padding-inline-start: 0px;
  margin-bottom: 0px;
}
h1,
h2,
h3,
h4,
p {
  margin-bottom: 0px;
}
img {
  max-width: 100%;
  object-fit: cover;
}
h1,
h2,
h3,
h4 {
  padding: 0;
}
.container-fluid {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}
.p-container {
  padding-left: 40px;
  padding-right: 40px;
}
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
}
.line {
  width: 36.5px;
  border: 1px solid #FFF;
  background-color: #17479D;
}
.mobile-only {
  display: inline-block;
  margin: 0 auto;
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 16px;
  line-height: 26px;
  color: #EE6823;
  padding-top: 15px;
  cursor: pointer;
}

.zalo-chat-widget {
    bottom: 110px !important;
    right: 38px !important;
}

@media only screen and (max-width: 1280px) {
  .p-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .line {
    width: 19.4px;
  }
}
header {
  position: sticky;
  top: 0px;
  left: 0px;
  z-index: 20;
}
header .container-fuild {
  position: relative;
}
header .header-mobile {
  display: none;
}
header .header-top {
  background: #073484;
  position: relative;
  z-index: 2;
}
header .header-top .content-inner {
  padding-right: 630px;
}
header .header-top .content-inner .menu-top .menu-list {
  display: flex;
  justify-content: end;
  list-style-type: none;
}
header .header-top .content-inner .menu-top .menu-list > .menu-item {
  padding: 4.5px 0px;
}
header .header-top .content-inner .menu-top .menu-list > .menu-item:hover > a {
  color: #EE6823;
}
header .header-top .content-inner .menu-top .menu-list > .menu-item > a {
  color: #FFF;
  font-size: 16px;
  font-family: 'Mulish-Medium';
  transition: all .2s linear;
}
header .header-top .content-inner .menu-top .menu-list .current-menu-item > a,
header .header-top .content-inner .menu-top .menu-list .current-menu-ancestor > a {
  color: #EE6823;
}
header .header-top .content-inner .menu-top .menu-list > .menu-item:not(:first-child) {
  margin-left: 40px;
}
header .header-absolute {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 3;
}
header .header-absolute .header-orange {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #EE6823;
  width: 100%;
  max-width: 590px;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 15px 100%);
  z-index: 1;
  height: 39px;
}
header .header-absolute .container-inner {
  position: relative;
  z-index: 2;
}
header .header-absolute .header-absolute-wrap {
  display: flex;
  align-items: center;
  color: #FFF;
  position: absolute;
  top: 5px;
  right: -120px;
}
header .header-absolute .header-absolute-wrap a {
  color: inherit;
}
header .header-absolute .header-absolute-wrap .language {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
}
header .header-absolute .header-absolute-wrap .language img {
  cursor: pointer;
  width: 28px;
  border-radius: 3px;
  flex-shrink: 0;
}
header .header-absolute .header-absolute-wrap .language span {
  font-size: 16px;
  font-family: 'Mulish-SemiBold';
  line-height: 1;
  margin-left: 10px;
}
header .header-absolute .header-absolute-wrap .form-control {
  display: flex;
  align-items: center;
  background: transparent;
  border: 0px;
  padding-left: 30px;
  width: 270px;
  padding-right: 0px;
}
header .header-absolute .header-absolute-wrap .form-control img {
  width: 18px;
  flex-shrink: 0;
  margin-right: 10px;
  cursor: pointer;
}
header .header-absolute .header-absolute-wrap .form-control input {
  width: 100%;
  border: 0px;
  outline: none;
  border-radius: 0px;
  background: transparent;
  font-size: 16px;
  color: #FFF;
  font-family: 'Mulish-SemiBold';
}
header .header-absolute .header-absolute-wrap .form-control input::placeholder {
  font-size: 16px;
  color: #FFF;
  font-family: 'Mulish-SemiBold';
}
header .header-bottom {
  background: #FFF;
  position: relative;
  z-index: 1;
}
header .header-bottom .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-bottom .logo {
  width: 110px;
  flex-shrink: 0;
  padding: 5px 0px;
}
header .header-bottom .logo img {
  width: 100%;
}
header .header-bottom .menu-bottom .menu-list {
  display: flex;
  list-style-type: none;
}
header .header-bottom .menu-bottom .menu-list > .menu-item:not(:first-child) {
  margin-left: 50px;
}
header .header-bottom .menu-bottom .menu-list > .menu-item:hover > a {
  color: #EE6823;
}
header .header-bottom .menu-bottom .menu-list > .menu-item {
  padding: 30px 0px;
  position: relative;
}
header .header-bottom .menu-bottom .menu-list > .menu-item > a {
  font-size: 16px;
  font-family: 'Mulish-Regular';
  color: #000;
  transition: color linear .2s;
}
header .header-bottom .menu-bottom .menu-list .current-menu-item > a,
header .header-bottom .menu-bottom .menu-list .current-menu-ancestor > a {
  color: #EE6823;
  font-family: 'Mulish-SemiBold';
}
header .menu-list > .menu-item {
  position: relative;
}
header .menu-list > .menu-item:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
header .menu-list > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: -10px;
  width: fit-content;
  white-space: nowrap;
  background: rgba(7, 52, 132, 0.8);
  padding: 20px 0px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .2s linear;
  list-style-type: none;
}
header .menu-list > .menu-item .sub-menu .menu-item:hover > a {
  color: #EE6823;
}
header .menu-list > .menu-item .sub-menu .menu-item-has-children:hover::after {
  transform: translateY(-50%) rotate(0deg);
}
header .menu-list > .menu-item .sub-menu .menu-item-has-children::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-90deg);
  width: 16px;
  height: 9px;
  background-image: url(../images/down-deskop.png);
  transition: all .2s linear;
}
header .menu-list > .menu-item .sub-menu > .menu-item {
  padding: 8px 140px 8px 30px;
  position: relative;
}
header .menu-list > .menu-item .sub-menu > .menu-item:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
header .menu-list > .menu-item .sub-menu > .menu-item .sub-menu {
  top: 0px;
  left: 100%;
}
header .menu-list > .menu-item .sub-menu > .menu-item .sub-menu .menu-item {
  padding-right: 75px;
}
header .menu-list > .menu-item .sub-menu .current-menu-item > a,
header .menu-list > .menu-item .sub-menu .current-menu-ancestor > a {
  color: #EE6823;
}
header .menu-list > .menu-item .sub-menu a {
  font-size: 15px;
  font-family: 'Mulish-Regular';
  color: #FFF;
  transition: color linear .2s;
}
.shadow-header {
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1680px) {
  header .header-top .content-inner {
    padding-right: 520px;
  }
  header .header-absolute .header-orange {
    max-width: 480px;
  }
  header .menu-list > .menu-item .sub-menu > .menu-item {
    padding-left: 20px;
    padding-right: 60px;
  }
  header .menu-list > .menu-item .sub-menu > .menu-item .sub-menu .menu-item {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1525px) {
  header .header-absolute .header-absolute-wrap {
    right: -70px;
  }
  header .header-absolute .header-absolute-wrap .form-control {
    width: 220px;
  }
}
@media screen and (max-width: 1440px) {
  header .header-absolute .header-absolute-wrap {
    right: 23px;
  }
  header .header-absolute .header-absolute-wrap .form-control {
    width: 123px;
  }
  header .menu-list > .menu-item .sub-menu {
    left: unset;
    right: -20px;
  }
  header .menu-list > .menu-item .sub-menu .menu-item-has-children::after {
    right: 5px;
  }
  header .menu-list > .menu-item .sub-menu > .menu-item {
    padding: 5px 30px 5px 15px;
    position: relative;
  }
  header .menu-list > .menu-item .sub-menu > .menu-item .sub-menu .menu-item {
    padding-right: 5px;
  }
}
@media screen and (max-width: 1280px) {
  header .header-top .content-inner {
    padding-right: 290px;
  }
  header .header-absolute .header-orange {
    max-width: 250px;
  }
  header .header-absolute .header-absolute-wrap {
    right: 5px;
  }
  header .header-bottom .menu-bottom .menu-list > .menu-item:not(:first-child) {
    margin-left: 30px;
  }
  header .menu-list > .menu-item .sub-menu {
    left: -35px;
    right: unset;
  }
}
@media screen and (max-width: 1023px) {
  header {
    position: sticky;
    top: -1px;
    left: 0px;
    z-index: 10;
  }
  header .header-mobile {
    display: block;
    background: #003188;
  }
  header .header-mobile .container-inner {
    position: relative;
  }
  header .header-mobile .content-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    position: relative;
    z-index: 2;
  }
  header .header-mobile .content-inner .logo {
    width: 80px;
    flex-shrink: 0;
  }
  header .header-mobile .content-inner .logo img {
    width: 100%;
  }
  header .header-mobile .content-inner .toggle-bar {
    width: 22px;
    height: 14px;
    position: relative;
    cursor: pointer;
  }
  header .header-mobile .content-inner .toggle-bar span {
    width: 100%;
    height: 2px;
    background: #FFF;
    position: absolute;
    left: 0px;
    transition: all .2s linear;
  }
  header .header-mobile .content-inner .toggle-bar .span-1 {
    top: 0px;
  }
  header .header-mobile .content-inner .toggle-bar .span-2 {
    top: 50%;
    transform: translateY(-50%);
  }
  header .header-mobile .content-inner .toggle-bar .span-3 {
    bottom: 0px;
  }
  header .header-mobile .content-inner .toggle-translate .span-1 {
    transform: translateY(6px) rotate(45deg);
  }
  header .header-mobile .content-inner .toggle-translate .span-2 {
    opacity: 0;
  }
  header .header-mobile .content-inner .toggle-translate .span-3 {
    transform: translateY(-6px) rotate(-45deg);
  }
  header .header-mobile .content-inner .school-name {
    text-transform: uppercase;
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 16px;
    color: #FFF;
    text-align: center;
  }
  header .header-mobile .menu-mobile-wrap {
    z-index: 1;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    height: calc(100vh - 74px);
    background: #17479D;
    overflow-y: auto;
    display: none;
  }
  header .header-mobile .menu-mobile-wrap a {
    color: #FFF;
    font-family: 'Mulish-Medium';
    display: inline-block;
    line-height: 21px;
    font-size: 19px;
  }
  header .header-mobile .menu-mobile-wrap .language-top {
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  header .header-mobile .menu-mobile-wrap .language {
    margin-left: 15px;
  }
  header .header-mobile .menu-mobile-wrap .language img {
    width: 25px;
    flex-shrink: 0;
    cursor: pointer;
  }
  header .header-mobile .menu-mobile-wrap #form-search-mobile .form-control {
    border-radius: 25px;
    overflow: hidden;
    padding: 0px;
    position: relative;
    border: 0px;
    height: 0px;
    transition: all linear .2s;
  }
  header .header-mobile .menu-mobile-wrap #form-search-mobile input {
    width: 100%;
    padding: 0px 40px 0px 10px;
    font-size: 18px;
    line-height: 36px;
    height: 100%;
    border: 0px;
    outline: none;
  }
  header .header-mobile .menu-mobile-wrap #form-search-mobile img {
    width: 25px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    opacity: 0.5;
  }
  header .header-mobile .menu-mobile-wrap #form-search-mobile .form-control-click {
    height: 36px;
    margin-top: 20px;
  }
  header .header-mobile .menu-mobile-wrap .search {
    margin-left: 20px;
  }
  header .header-mobile .menu-mobile-wrap .search img {
    width: 19px;
    flex-shrink: 0;
    cursor: pointer;
  }
  header .header-mobile .menu-mobile-wrap .menu-mobile-list {
    padding: 30px 0px;
  }
  header .header-mobile .menu-mobile-wrap .menu-mobile-list .menu-item {
    text-transform: uppercase;
  }
  header .header-mobile .menu-mobile-wrap .menu-mobile-list .current-menu-item > a,
  header .header-mobile .menu-mobile-wrap .menu-mobile-list .current-menu-ancestor > a {
    color: #EE6823;
  }
  header .header-mobile .menu-mobile-wrap .menu-mobile-list > .menu-item {
    margin-bottom: 0px;
    padding-bottom: 27px;
  }
  header .header-mobile .menu-mobile-wrap .sub-menu {
    padding-left: 10px;
    margin-top: 15px;
    display: none;
    list-style-type: none;
  }
  header .header-mobile .menu-mobile-wrap .sub-menu .menu-item:not(:last-child) {
    margin-bottom: 12px;
  }
  header .header-mobile .menu-mobile-wrap .sub-menu a {
    font-size: 17px;
    text-transform: initial;
  }
  header .header-mobile .menu-mobile-wrap .sub-menu .sub-menu {
    border-left: 1px solid #FFF;
  }
  header .header-mobile .menu-mobile-wrap .menu-item-has-children > a {
    position: relative;
    display: block;
  }
  header .header-mobile .menu-mobile-wrap .menu-item-has-children > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 15px;
    height: 8px;
    background-image: url(../images/down-deskop.png);
    transition: all .2s linear;
    object-fit: cover;
    background-size: cover;
  }
  header .header-mobile .menu-mobile-wrap .menu-item-has-children > .menu-translate::after {
    transform: translateY(-50%) rotate(180deg);
  }
  header .header-top,
  header .header-absolute,
  header .header-bottom {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .header-mobile .content-inner {
    padding: 6px 0px;
  }
  header .header-mobile .content-inner .logo {
    width: 58px;
  }
  header .header-mobile .content-inner .school-name {
    font-size: 10px;
  }
  header .header-mobile .menu-mobile-wrap {
    height: calc(100vh - 51px);
  }
  header .header-mobile .menu-mobile-wrap #form-search-mobile {
    border-radius: 20px;
    padding-top: 10px;
  }
  header .header-mobile .menu-mobile-wrap #form-search-mobile img {
    width: 20px;
  }
  header .header-mobile .menu-mobile-wrap #form-search-mobile input {
    font-size: 14px;
    line-height: 32px;
    right: 5px;
  }
  header .header-mobile .menu-mobile-wrap #form-search-mobile .form-control-click {
    height: 32px;
    margin-top: 10px;
  }
  header .header-top,
  header .header-absolute,
  header .header-bottom {
    display: none;
  }
}
.home-banner .banner .banner-image {
  padding-bottom: 51%;
  position: relative;
}
.home-banner .banner .banner-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
}
.home-banner .banner .banner-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.home-banner .banner .banner-bg img {
  width: 100%;
  height: 100%;
}
.home-banner .banner .slide-content {
  position: relative;
}
.home-banner .banner .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.home-banner .banner .slick-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.home-banner .banner .slick-dots li {
  margin: 0 5px;
  background-color: transparent;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 1px solid #EE6823;
}
.home-banner .banner .slick-dots li button {
  border: 0px;
  outline: 0px;
  height: 0px;
  width: 0px;
}
.home-banner .banner .slick-dots li button::before {
  display: none;
}
.home-banner .banner .slick-dots .slick-active {
  background-color: #EE6823;
}
.home-banner .banner .content {
  color: #FFF;
  max-width: 545px;
  position: absolute;
  top: 27%;
  left: 10%;
}
.home-banner .banner .content h1 {
  font-size: 59px;
  line-height: 1.5;
  font-family: 'Mulish-Black';
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.home-banner .banner .content p {
  font-size: 22px;
  font-family: 'Mulish-Regular';
  line-height: 28px;
  margin-top: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
@media screen and (max-width: 1919px) {
  .home-banner .banner .content {
    max-width: 450px;
  }
  .home-banner .banner .content h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1680px) {
  .home-banner .banner .content {
    max-width: 400px;
  }
  .home-banner .banner .content h1 {
    font-size: 38px;
  }
  .home-banner .banner .content p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1440px) {
  .home-banner .banner .content {
    left: 8%;
    max-width: 375px;
  }
  .home-banner .banner .content p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .home-banner .banner .content {
    max-width: 285px;
    top: 20%;
    left: 10%;
  }
  .home-banner .banner .content h1 {
    font-size: 30px;
  }
  .home-banner .banner .content p {
    font-size: 18px;
    margin-top: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .home-banner .banner .banner-image {
    padding-bottom: 60%;
  }
  .home-banner .banner .content {
    left: 5%;
    max-width: 290px;
  }
  .home-banner .banner .content h1 {
    font-size: 30px;
  }
  .home-banner .banner .content p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 899px) {
  .home-banner .banner .content {
    max-width: 260px;
    left: 2%;
  }
  .home-banner .banner .content h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .home-banner .banner .banner-image {
    padding-bottom: 70%;
  }
  .home-banner .banner .slick-dots {
    bottom: 20px;
  }
  .home-banner .banner .slick-dots li {
    height: 10px;
    width: 10px;
  }
  .home-banner .banner .content {
    max-width: 195px;
    top: 15%;
  }
  .home-banner .banner .content h1 {
    font-size: 20px;
  }
  .home-banner .banner .content p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 599px) {
  .home-banner .banner .content {
    max-width: 115px;
  }
  .home-banner .banner .content h1 {
    font-size: 12px;
  }
  .home-banner .banner .content p {
    font-size: 10px;
    line-height: 14px;
    margin-top: 10px;
  }
}
.prosper {
  color: #FFF;
}
.prosper .block-prosper {
  background: #17479D;
  padding-top: 51px;
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
}
.prosper .block-prosper .title-primary::after {
  background: #FFF;
}
.prosper .block-prosper .row {
  padding-top: 30px;
  margin: 0px -20px;
}
.prosper .block-prosper .row .col-4 {
  padding: 0px 20px;
  text-align: center;
}
.prosper .block-prosper .row .col-4 .image {
  margin: 0px auto;
}
.prosper .block-prosper .row .col-4 P {
  text-align: center;
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 18px;
  padding-top: 15px;
}
.prosper .block-prosper .row .col-item-1 {
  transform: translateY(75px);
}
.prosper .block-prosper .row .col-item-3 {
  transform: translateY(-75px);
}
.prosper .block-majors {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.prosper .block-majors .bg-absolute {
  background-size: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.prosper .block-majors .bg-absolute img {
  width: 100%;
  height: 100%;
}
.prosper .block-majors .bg-absolute .bg-mobile {
  display: none;
}
.prosper .block-majors .container-inner {
  position: relative;
  z-index: 2;
  padding-top: 388px;
  padding-bottom: 150px;
}
.prosper .block-majors .grid-majors {
  justify-content: center;
  margin: 0px -22px;
}
.prosper .block-majors .grid-majors .card-majors {
  padding: 0px 22px;
}
.prosper .block-majors .grid-majors .card-majors .card-inner {
  filter: drop-shadow(1px 3px 9px rgba(0, 0, 0, 0.6));
}
.prosper .block-majors .grid-majors .card-majors .card-inner a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #FFF;
}
.prosper .block-majors .grid-majors .card-majors .card-inner .card-clip {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 76px;
  background: #17479D;
  clip-path: polygon(9% 0, 100% 0, 102% 50%, 90% 100%, 0 100%, 0% 43%);
  padding: 0px 35px;
}
.prosper .block-majors .grid-majors .card-majors .card-inner .card-clip span {
  font-size: 18px;
  font-family: 'AvenirNextLTPro-Medium';
  line-height: 28px;
}
.prosper .block-majors .grid-majors .card-majors:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .prosper .block-prosper .row {
    margin: 0px -15px;
  }
  .prosper .block-prosper .row .col-4 {
    padding: 0px 15px;
  }
  .prosper .block-prosper .row .col-4 .image {
    width: 120px;
  }
  .prosper .block-prosper .row .col-item-1 {
    transform: translateY(65px);
  }
  .prosper .block-prosper .row .col-item-3 {
    transform: translateY(-65px);
  }
  .prosper .block-majors .container-inner {
    padding-top: 330px;
  }
  .prosper .block-majors .grid-majors {
    margin: 0px -15px;
  }
  .prosper .block-majors .grid-majors .card-majors {
    padding: 0px 15px;
  }
  .prosper .block-majors .grid-majors .card-majors .card-inner .card-clip {
    padding: 0px 30px;
  }
  .prosper .block-majors .grid-majors .card-majors:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .prosper .title-primary {
    text-align: center;
  }
  .prosper .title-primary::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .prosper .block-prosper {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .prosper .block-prosper .row {
    margin: 0px;
    padding-top: 50px;
  }
  .prosper .block-prosper .row .col-4 {
    padding: 0px;
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
    margin-bottom: 30px;
  }
  .prosper .block-prosper .row .col-4 .image {
    width: 95px;
  }
  .prosper .block-prosper .row .col-item-1 {
    transform: translateY(0px);
  }
  .prosper .block-prosper .row .col-item-3 {
    transform: translateY(0px);
  }
  .prosper .block-majors .container-inner {
    padding-top: 230px;
    padding-bottom: 100px;
  }
  .prosper .block-majors .grid-majors {
    max-width: 630px;
    margin: 0px auto;
  }
  .prosper .block-majors .grid-majors .card-majors {
    padding: 0px 15px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .prosper .title-primary {
    text-align: left;
  }
  .prosper .title-primary::after {
    left: 0px;
    transform: translateX(0%);
  }
  .prosper .block-prosper {
    padding-top: 33px;
    padding-bottom: 15px;
  }
  .prosper .block-prosper .row {
    padding-top: 35px;
  }
  .prosper .block-prosper .row .col-4 {
    margin-bottom: 0px;
  }
  .prosper .block-prosper .row .col-4 .image {
    width: 52px;
  }
  .prosper .block-prosper .row .col-4 p {
    font-size: 16px;
    line-height: 22px;
    padding-top: 17px;
  }
  .prosper .block-prosper .row .col-4:not(:last-child) {
    margin-bottom: 40px;
  }
  .prosper .block-majors {
    background-size: 0px;
  }
  .prosper .block-majors .bg-absolute {
    background-size: cover;
    background-position: top;
  }
  .prosper .block-majors .bg-absolute img {
    display: none;
  }
  .prosper .block-majors .bg-absolute .bg-mobile {
    display: inline;
  }
  .prosper .block-majors .container-inner {
    padding-bottom: 60px;
    padding-top: 180px;
  }
  .prosper .block-majors .grid-majors {
    max-width: 100%;
    margin: 0px;
  }
  .prosper .block-majors .grid-majors .card-majors:not(:last-child) {
    margin-bottom: 15px;
  }
  .prosper .block-majors .grid-majors .card-majors {
    width: 50%;
    padding: 0px 3px;
  }
  .prosper .block-majors .grid-majors .card-majors .card-inner {
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.3));
  }
  .prosper .block-majors .grid-majors .card-majors .card-inner .card-clip {
    min-height: 44px;
    padding: 3px;
    clip-path: polygon(5% 0, 100% 0, 100% 60%, 95% 100%, 0 100%, 0% 40%);
  }
  .prosper .block-majors .grid-majors .card-majors .card-inner .card-clip span {
    font-size: 15px;
    line-height: 18px;
  }
}
@media screen and (max-width: 500px) {
  .prosper .block-majors .container-inner {
    padding-top: 120px;
  }
}
.admissions {
  background: #FFF;
}
.admissions .admissions-wrap {
  padding-top: 157px;
  padding-bottom: 150px;
}
.admissions .admissions-wrap .title-primary {
  color: #073484;
  margin-bottom: 50px;
}
.admissions .admissions-wrap .title-primary::after {
  background: #073484;
}
.admissions .admissions-wrap .list-admissions {
  margin: 0px;
}
.admissions .admissions-wrap .list-admissions .admissions-card {
  padding: 0px;
}
.admissions .admissions-wrap .list-admissions .admissions-card a {
  position: relative;
  overflow: hidden;
}
.admissions .admissions-wrap .list-admissions .admissions-card a::before {
  position: absolute;
  top: 0;
  left: -250%;
  z-index: -1;
  display: block;
  content: "";
  width: 58%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.45));
  transform: skewX(-45deg);
}
.admissions .admissions-wrap .list-admissions .admissions-card a:hover {
  z-index: 1;
}
.admissions .admissions-wrap .list-admissions .admissions-card a:hover::before {
  animation: shine linear .5s;
}
.admissions .admissions-wrap .list-admissions .admissions-card a:hover .admissions-image {
  z-index: 1;
}
.admissions .admissions-wrap .list-admissions .admissions-card a:hover .admissions-detail {
  z-index: 1;
}
.admissions .admissions-wrap .list-admissions .admissions-card .admissions-image {
  padding-top: 140%;
  position: relative;
  z-index: 3;
}
.admissions .admissions-wrap .list-admissions .admissions-card .admissions-image img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.admissions .admissions-wrap .list-admissions .admissions-card .admissions-image .image-mobile {
  display: none;
}
.admissions .admissions-wrap .list-admissions .admissions-card .admissions-detail {
  position: relative;
  z-index: 3;
  padding: 15px 10px 15px 0px;
}
.admissions .admissions-wrap .list-admissions .admissions-card .admissions-detail p {
  font-size: 18px;
  font-family: 'AvenirNextLTPro-Regular';
  color: #000;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.admissions .admissions-wrap .btn-seemore {
  display: none;
}
@keyframes shine {
  to {
    left: 125%;
    z-index: 4;
  }
}
@media screen and (max-width: 1280px) {
  .admissions .admissions-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .admissions .admissions-wrap {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .admissions .admissions-wrap .list-admissions .admissions-card {
    width: 50%;
    margin-bottom: 30px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .admissions .admissions-wrap .list-admissions .admissions-card .admissions-image {
    padding-top: 50%;
  }
  .admissions .admissions-wrap .list-admissions .admissions-card .admissions-image img {
    display: none;
  }
  .admissions .admissions-wrap .list-admissions .admissions-card .admissions-image .image-mobile {
    display: inline;
  }
  .admissions .admissions-wrap .list-admissions .admissions-card .admissions-detail {
    padding: 20px;
  }
  .admissions .admissions-wrap .btn-seemore {
    display: block;
    text-align: center;
  }
  .admissions .admissions-wrap .btn-seemore a {
    font-size: 16px;
    font-family: 'AvenirNextLTPro-Medium';
    color: #2D2D71;
    position: relative;
    display: inline-block;
    padding: 0px 5px;
  }
  .admissions .admissions-wrap .btn-seemore a::before,
  .admissions .admissions-wrap .btn-seemore a::after {
    content: "";
    width: 10px;
    height: 0.5px;
    background-color: #2D2D71;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .admissions .admissions-wrap .btn-seemore a::before {
    right: 100%;
  }
  .admissions .admissions-wrap .btn-seemore a::after {
    left: 100%;
  }
}
@media screen and (max-width: 767px) {
  .admissions .admissions-wrap {
    padding: 65px 0px;
  }
  .admissions .admissions-wrap .title-primary {
    margin-bottom: 40px;
  }
  .admissions .admissions-wrap .list-admissions .admissions-card {
    margin-bottom: 20px;
    width: 100%;
  }
  .admissions .admissions-wrap .list-admissions .admissions-card .admissions-detail {
    padding: 10px;
  }
  .admissions .admissions-wrap .list-admissions .admissions-card .admissions-detail p {
    font-size: 16px;
    color: #2D2D71;
    line-height: 22px;
  }
  .admissions .admissions-wrap .btn-seemore a {
    font-size: 13px;
  }
}
.events {
  padding-top: 190px;
}
.events .events-bg {
  background-size: cover;
  background-repeat: no-repeat;
}
.events .container-fuild {
  background: #EDEDED;
}
.events .container-events-slide {
  background: #073484;
}
.events .container-events-slide .container-inner {
  padding-bottom: 155px;
}
.events .events-slide {
  padding-top: 130px;
}
.events .events-slide .slide-wrap .slide-item {
  color: #FFF;
}
.events .events-slide .slide-wrap .slide-item .content {
  align-items: flex-end;
  margin: 0px -20px;
}
.events .events-slide .slide-wrap .slide-item .content .slide-image {
  padding: 0px 20px;
}
.events .events-slide .slide-wrap .slide-item .content .slide-image .col-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
  padding-top: 100%;
}
.events .events-slide .slide-wrap .slide-item .content .slide-image .col-image .selected {
  display: none;
}
.events .events-slide .slide-wrap .slide-item .content .slide-detail {
  padding: 22px 20px 0px 20px;
  position: relative;
}
.events .events-slide .slide-wrap .slide-item .content .slide-detail .specialized {
  font-size: 17px;
  font-family: 'AvenirNextLTPro-Medium';
  padding-bottom: 10px;
  width: calc(100% - 125px);
}
.events .events-slide .slide-wrap .slide-item .content .slide-detail .description {
  font-size: 18px;
  line-height: 32px;
  font-family: 'AvenirNextLTPro-Regular';
  padding: 16px 0px;
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  position: relative;
}
.events .events-slide .slide-wrap .slide-item .content .slide-detail .description br {
  display: block;
  content: "";
  padding-top: 10px;
}
.events .events-slide .slide-wrap .slide-item .content .slide-detail .description .image {
  position: absolute;
  right: 0px;
  top: -80px;
  background: #073484;
  z-index: 2;
  width: 120px;
}
.events .events-slide .slide-wrap .slide-item .content .slide-detail .description .image img {
  opacity: 0.3;
}
.events .events-slide .slide-wrap .slide-item .content .slide-detail .description .pink {
  display: none;
}
.events .events-slide .slide-wrap .slide-item .content .slide-detail .description::after {
  content: "";
  height: 0px;
  width: 0px;
  position: absolute;
  right: 90px;
  top: 100%;
  border-left: 0px solid transparent;
  border-right: 35px solid transparent;
  border-top: 35px solid #FFF;
  z-index: 1;
}
.events .events-slide .slide-wrap .slide-item .content .slide-detail .description::before {
  content: "";
  height: 0px;
  width: 0px;
  position: absolute;
  right: 90px;
  top: calc(100% - 2px);
  border-left: 0px solid transparent;
  border-right: 33px solid transparent;
  border-top: 33px solid #073484;
  z-index: 2;
}
.events .events-slide .slide-wrap .slide-item .content .slide-detail .info {
  text-align: right;
  padding-top: 55px;
}
.events .events-slide .slide-wrap .slide-item .content .slide-detail .info .name {
  font-size: 21px;
  font-family: 'Mulish-Bold';
  text-transform: uppercase;
}
.events .events-slide .slide-wrap .slide-item .content .slide-detail .info .position {
  font-size: 17px;
  font-family: 'Mulish-SemiBold';
}
.events .events-slide .slide-wrap .slick-dots {
  bottom: -33px;
  left: 0px;
  text-align: left;
}
.events .events-slide .slide-wrap .slick-dots li {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #FFF;
}
.events .events-slide .slide-wrap .slick-dots li button {
  width: 0px;
  height: 0px;
}
.events .events-slide .slide-wrap .slick-dots li button::before {
  display: none;
}
.events .events-slide .slide-wrap .slick-dots .slick-active {
  background: #FFF;
}
.events .events-slide .slide-wrap .slick-list {
  margin: 0 -15px;
}
.events .events-slide .slide-wrap .slick-slide {
  margin: 0px 15px;
}
.events .events-wrap {
  padding-top: 123px;
  position: relative;
}
.events .events-wrap .wrapper-list-event {
  display: flex;
  align-items: flex-start;
}
.events .events-wrap .new-events {
  position: sticky;
  top: 60px;
  width: calc(49.33% + 122px);
  margin-right: -122px;
  z-index: 1;
  padding-bottom: 130px;
}
.events .events-wrap .new-events .new-event-bg {
  display: none;
}
.events .events-wrap .new-events .events-image .image {
  padding-top: 47.5%;
  position: relative;
}
.events .events-wrap .new-events .events-image .image .background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0) 35%);
}
.events .events-wrap .new-events .events-image .image img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.events .events-wrap .new-events .content {
  padding-top: 50px;
  max-width: 515px;
}
.events .events-wrap .new-events .content .title-primary {
  color: #073484;
}
.events .events-wrap .new-events .content .title-primary::after {
  background: #073484;
  bottom: -18px;
}
.events .events-wrap .new-events .content .description p {
  font-size: 18px;
  font-family: 'AvenirNextLTPro-Regular';
  color: #000;
  margin-top: 17px;
  line-height: 28px;
}
.events .events-wrap .new-events .content .title-post {
  padding-top: 30px;
}
.events .events-wrap .new-events .content .title-post p {
  font-family: 'AvenirNextLTPro-Demi';
}
.events .events-wrap .new-events .content .btn-read {
  margin-top: 30px;
}
.events .events-wrap .list-events {
  width: 50.67%;
  margin-left: auto;
  z-index: 2;
  position: relative;
  margin-top: -300px;
}
.events .events-wrap .list-events .event-card {
  margin-bottom: 18px;
  filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.16));
}
.events .events-wrap .list-events .event-card .card-clip {
  background: #FFF;
  width: 100%;
  padding: 20px;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 93% 100%, 0 100%, 0% 50%);
}
.events .events-wrap .list-events .event-card .card-clip .card-image {
  padding-top: 43.68%;
  position: relative;
}
.events .events-wrap .list-events .event-card .card-clip .card-image img {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
}
.events .events-wrap .list-events .event-card .card-clip .card-image .mobile {
  display: none;
}
.events .events-wrap .list-events .event-card .card-clip .card-detail {
  padding-top: 20px;
}
.events .events-wrap .list-events .event-card .card-clip .card-detail p {
  font-size: 18px;
  font-family: 'AvenirNextLTPro-Regular';
  line-height: 28px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 1280px) {
  .events {
    padding-top: 150px;
  }
  .events .container-events-slide .container-inner {
    padding-bottom: 100px;
  }
  .events .events-slide {
    padding-top: 100px;
  }
  .events .events-slide .slide-wrap .slide-item .content .slide-detail .specialized {
    width: calc(100% - 90px);
  }
  .events .events-slide .slide-wrap .slide-item .content .slide-detail .description .image {
    width: 90px;
    top: -55px;
  }
  .events .events-slide .slide-wrap .slick-list {
    margin: 0 -10px;
  }
  .events .events-slide .slide-wrap .slick-slide {
    margin: 0px 10px;
  }
  .events .events-wrap {
    padding-top: 100px;
  }
  .events .events-wrap .new-events {
    width: calc(49.33% + 80px);
    margin-right: -80px;
  }
  .events .events-wrap .new-events .content {
    padding-top: 30px;
    max-width: 470px;
  }
  .events .events-wrap .list-events {
    margin-top: -250px;
  }
}
@media screen and (max-width: 1023px) {
  .events {
    padding-top: 0px;
  }
  .events .container-fuild {
    background: transparent;
  }
  .events .container-events-slide {
    background: transparent;
  }
  .events .container-events-slide .container-inner {
    padding-bottom: 70px;
  }
  .events .events-bg {
    background-size: 0px;
  }
  .events .events-slide {
    padding-top: 70px;
    background: none;
    position: relative;
  }
  .events .events-slide::after {
    content: "";
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 40px);
    height: 430px;
    background: #073484;
    z-index: -1;
  }
  .events .events-slide .slide-wrap .slide-item .content {
    margin: 0px;
    display: block;
  }
  .events .events-slide .slide-wrap .slide-item .content .slide-image {
    width: 100%;
    padding: 0px;
  }
  .events .events-slide .slide-wrap .slide-item .content .slide-image .col-image {
    padding-top: 63.23%;
    background-position: top;
  }
  .events .events-slide .slide-wrap .slide-item .content .slide-detail {
    width: 100%;
    padding: 0px;
    padding-top: 30px;
  }
  .events .events-slide .slide-wrap .slide-item .content .slide-detail .specialized {
    font-size: 18px;
    font-family: 'AvenirNextLTPro-Medium';
    color: #17479D;
  }
  .events .events-slide .slide-wrap .slide-item .content .slide-detail .description {
    font-size: 15px;
    color: #000;
    font-family: 'AvenirNextLTPro-Regular';
    border-color: #DE6F38;
    border-width: 1px;
  }
  .events .events-slide .slide-wrap .slide-item .content .slide-detail .description::after {
    border-top-color: #DE6F38;
  }
  .events .events-slide .slide-wrap .slide-item .content .slide-detail .description::before {
    top: calc(99%);
    border-top-color: #FFF;
    border-right-width: 34px;
    border-top-width: 34px;
    right: 90px;
  }
  .events .events-slide .slide-wrap .slide-item .content .slide-detail .description .image {
    display: none;
  }
  .events .events-slide .slide-wrap .slide-item .content .slide-detail .description .pink {
    display: block;
    background: #FFF;
  }
  .events .events-slide .slide-wrap .slide-item .content .slide-detail .description .pink img {
    opacity: 1;
  }
  .events .events-slide .slide-wrap .slide-item .content .slide-detail .info {
    padding-top: 40px;
  }
  .events .events-slide .slide-wrap .slide-item .content .slide-detail .info .name {
    font-size: 24px;
    text-transform: capitalize;
    color: #17479D;
  }
  .events .events-slide .slide-wrap .slide-item .content .slide-detail .info .position {
    font-size: 18px;
    font-family: 'Mulish-Regular';
    color: #000;
  }
  .events .events-wrap {
    padding-bottom: 0px;
    padding-top: 50px;
  }
  .events .events-wrap .new-events {
    position: static;
    padding-bottom: 0px;
    width: 100%;
    margin-right: 0px;
  }
  .events .events-wrap .new-events .new-event-bg {
    display: block;
    position: absolute;
    width: calc(100% + 40px);
    top: -50px;
    left: -20px;
    z-index: -1;
  }
  .events .events-wrap .new-events .new-event-bg img {
    width: 100%;
  }
  .events .events-wrap .new-events .events-image {
    display: none;
  }
  .events .events-wrap .new-events .content {
    max-width: 100%;
    margin-bottom: 50px;
    padding-top: 0px;
  }
  .events .events-wrap .new-events .content .description p {
    font-size: 18px;
  }
  .events .events-wrap .list-events {
    position: static;
    width: 100%;
    margin-top: 0px;
  }
  .events .events-wrap .list-events .event-card {
    margin-bottom: 30px;
    display: none;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  }
  .events .events-wrap .list-events .event-card .card-clip {
    max-width: 100%;
    padding: 0px;
  }
  .events .events-wrap .list-events .event-card .card-clip .card-image {
    padding-top: 50%;
  }
  .events .events-wrap .list-events .event-card .card-clip .card-image img {
    display: none;
  }
  .events .events-wrap .list-events .event-card .card-clip .card-image .mobile {
    display: inline;
  }
  .events .events-wrap .list-events .event-card .card-clip .card-detail {
    padding: 20px;
  }
  .events .events-wrap .list-events .event-card:first-child,
  .events .events-wrap .list-events .event-card:nth-child(2) {
    display: block;
  }
  .events .events-wrap .wrapper-list-event {
    display: block;
  }
}
@media screen and (max-width: 880px) {
  .events .events-slide::after {
    height: 375px;
  }
}
@media screen and (max-width: 767px) {
  .events .container-events-slide .container-inner {
    padding-bottom: 55px;
  }
  .events .events-slide {
    padding-top: 52px;
  }
  .events .events-slide::after {
    top: 37px;
    width: calc(100% + 20px);
    height: 270px;
  }
  .events .events-slide .slide-wrap .slide-item .content .slide-detail {
    padding-top: 20px;
    overflow: hidden;
  }
  .events .events-slide .slide-wrap .slide-item .content .slide-detail .specialized {
    width: calc(100% - 120px);
    font-size: 17px;
    padding-bottom: 7px;
  }
  .events .events-slide .slide-wrap .slide-item .content .slide-detail .description {
    font-size: 16px;
    line-height: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .events .events-slide .slide-wrap .slide-item .content .slide-detail .description::before {
    border-right-width: 30px;
    border-top-width: 30px;
    right: 82px;
  }
  .events .events-slide .slide-wrap .slide-item .content .slide-detail .description::after {
    border-right: 30px solid transparent;
    border-top: 30px solid #DE6F38;
    right: 83px;
  }
  .events .events-slide .slide-wrap .slide-item .content .slide-detail .description .pink {
    width: 115px;
    top: -70px;
  }
  .events .events-slide .slide-wrap .slide-item .content .slide-detail .info {
    padding-top: 35px;
  }
  .events .events-slide .slide-wrap .slide-item .content .slide-detail .info .name {
    font-size: 20px;
  }
  .events .events-slide .slide-wrap .slide-item .content .slide-detail .info .position {
    font-size: 16px;
  }
  .events .events-slide .slide-wrap .slick-list {
    margin: 0 -5px;
  }
  .events .events-slide .slide-wrap .slick-slide {
    margin: 0px 5px;
  }
  .events .events-wrap {
    padding-top: 50px;
  }
  .events .events-wrap .new-events .new-event-bg {
    width: calc(100% + 20px);
    left: -10px;
  }
  .events .events-wrap .new-events .content {
    margin-bottom: 30px;
  }
  .events .events-wrap .new-events .content .title-primary::after {
    bottom: -10px;
  }
  .events .events-wrap .new-events .content .description {
    padding-top: 15px;
  }
  .events .events-wrap .new-events .content .description p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 0px;
  }
  .events .events-wrap .new-events .content .title-post {
    padding-top: 40px;
  }
  .events .events-wrap .new-events .content .title-post p {
    font-family: 'AvenirNextLTPro-Medium';
  }
  .events .events-wrap .new-events .content .btn-read {
    margin-top: 0px;
    margin-top: 15px;
  }
  .events .events-wrap .list-events .event-card {
    margin-bottom: 20px;
  }
  .events .events-wrap .list-events .event-card .card-clip .card-detail {
    padding: 10px;
  }
  .events .events-wrap .list-events .event-card .card-clip .card-detail p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 500px) {
  .events .events-slide::after {
    height: 182px;
  }
}
.main-content {
  position: relative;
  z-index: 0;
}
.overflow {
  overflow: hidden;
}
.container-fuild {
  max-width: 1920px;
  margin: 0px auto;
}
.container-inner {
  max-width: 1280px;
  padding: 0px 40px;
  margin: 0px auto;
}
.student-life-inschool {
  position: relative;
  z-index: 0;
}
.title-primary {
  font-size: 33px;
  text-transform: uppercase;
  font-family: 'Mulish-Bold';
  position: relative;
}
.title-primary::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -13px;
  width: 36px;
  height: 2px;
}
.btn-read a {
  font-size: 17px;
  color: #FFF;
  font-family: 'AvenirNextLTPro-Demi';
  background: #EE6823;
  line-height: 28px;
  padding: 0px 15px;
  border-radius: 20px;
  display: inline-block;
}
.br-mobile {
  display: none;
}
.scroll-top {
  position: fixed;
  left: 15px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  background: #EE6823;
  z-index: 20;
  opacity: 0.5;
  cursor: pointer;
  transition: all linear .1s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: none;
}
.scroll-top:hover {
  opacity: 1;
}
.scroll-top img {
  width: 30px;
}
.scroll-show {
  display: flex;
}
.scroll-right {
  left: unset;
  right: 15px;
}
@media screen and (max-width: 1440px) {
  .title-primary {
    font-size: 28px;
  }
}
@media screen and (max-width: 1280px) {
  .container-inner {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 1023px) {
  .title-primary {
    font-size: 23px;
  }
  .title-primary::after {
    width: 25px;
  }
  .scroll-top {
    width: 40px;
    height: 40px;
  }
  .scroll-top img {
    width: 23px;
  }
}
@media screen and (max-width: 767px) {
  .container-inner {
    padding: 0px 10px;
  }
  .title-primary {
    font-size: 23px;
  }
  .title-primary::after {
    width: 20px;
    bottom: -10px;
  }
  .btn-read a {
    font-size: 13px;
    line-height: 15px;
    padding: 5px 7.5px;
    border-radius: 24px;
  }
  .br-mobile {
    display: block;
  }
  .br-deskop-on {
    display: none;
  }
  .scroll-top {
    width: 30px;
    height: 30px;
    bottom: 10px;
    left: 10px;
  }
  .scroll-top img {
    width: 20px;
  }
  .scroll-right {
    left: unset;
    right: 10px;
  }
}
.slide-logo {
  background-color: #FFF;
  margin-bottom: 15px;
}
.slide-logo .container-fluid {
  max-width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
}
.slide-logo .row {
  display: flex!important;
  margin: 0 -15px;
  width: calc(100% + 30px) !important;
  align-items: center;
}
.slide-logo .row .col-auto {
  padding: 0 15px;
}
.slide-logo .row .col-auto img {
  max-height: 177px;
  max-width: 100%;
  object-fit: contain;
  margin: 0 auto;
}
.slide-logo .slick-arrow {
  display: none!important;
}
.slide-logo .slick-track {
  display: flex!important;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .slide-logo .row {
    margin: 0 -10px;
    width: calc(100% + 20px) !important;
  }
  .slide-logo .row .col-auto {
    padding: 0 10px;
  }
  .slide-logo .row .col-auto img {
    max-height: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .slide-logo .row {
    margin: 0 -5px;
    width: calc(100% + 10px) !important;
  }
  .slide-logo .row .col-auto {
    padding: 0 5px;
  }
  .slide-logo .row .col-auto img {
    max-height: 50px;
  }
}
.scholarship {
  background-color: #fff;
}
.scholarship .container-fluid {
  padding-top: 100px;
  padding-bottom: 150px;
}
.scholarship h2 {
  font-family: 'Mulish-Bold';
  font-size: 33px;
  line-height: 24.5px;
  color: #EE6823;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.scholarship .show-text {
  font-family: 'AvenirNextLTPro-Medium';
  font-size: 13px;
  line-height: 20px;
  color: #003188;
}
.scholarship .line {
  border-color: #EE6823;
  margin-bottom: 45px;
}
.scholarship .container-fluid > .row {
  margin: -10px;
}
.scholarship .container-fluid > .row .col-6 {
  padding: 10px;
}
.scholarship .content {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background-color: #FFF;
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.16);
}
.scholarship .small-image {
  width: 38%;
  padding-bottom: 19%;
  position: relative;
}
.scholarship .small-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  left: 0;
  top: 0;
}
.scholarship .small-image .mobile {
  display: none;
}
.scholarship .text {
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.scholarship .text a {
  color: #000;
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.scholarship .show-more {
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
}
.scholarship .show-more .line {
  width: 12px;
  border: 0;
  height: 0.5px;
  background-color: #0F3383;
  margin-bottom: 0;
}
.scholarship .show-more > *:not(:last-child) {
  margin-right: 10px;
}
@media only screen and (max-width: 1023px) {
  .scholarship .container-fluid {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .scholarship h2 {
    font-size: 23px;
    line-height: 1;
    padding-bottom: 10px;
  }
  .scholarship .small-image {
    width: 34%;
    padding-bottom: 22%;
    position: relative;
  }
  .scholarship .small-image img {
    display: none;
  }
  .scholarship .small-image .mobile {
    display: inline;
  }
  .scholarship .text {
    padding-left: 10px;
    padding-right: 10px;
  }
  .scholarship .text a {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .scholarship {
    background-color: #fff;
  }
  .scholarship .container-fluid {
    padding-top: 52px;
    padding-bottom: 57px;
  }
  .scholarship h2 {
    color: #003188;
  }
  .scholarship .line {
    margin-bottom: 28px;
    border-color: #0F3383;
  }
  .scholarship .text a {
    font-size: 16px;
    line-height: 22px;
  }
  .scholarship .container-fluid > .row {
    margin: -7.5px 0;
  }
  .scholarship .container-fluid > .row .col-6 {
    width: 100%;
    padding: 7.5px 0;
  }
  .scholarship .show-more {
    display: flex;
  }
}
.department-detail .page-title .container-fluid {
  padding-top: 60px;
}
.department-description .page-title h1 {
  order: 1;
}
.department-description .page-title h2 {
  order: 2;
  text-transform: capitalize;
}
.page-title {
  background-color: #17479D;
}
.page-title .container-fluid {
  max-width: 100%;
}
.page-title .p-container {
  padding-top: 37.5px;
  padding-bottom: 42.5px;
}
.page-title h1 {
  font-family: 'Mulish-Bold';
  font-size: 52px;
  line-height: 62.4px;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0 37px;
}
.page-title h2 {
  font-family: 'Mulish-SemiBold';
  font-size: 33px;
  line-height: 24.5px;
  color: #FFF;
  text-align: center;
  padding: 22.5px 0;
}
.page-title h2 a {
  color: #FFF;
}
@media only screen and (max-width: 1023px) {
  .page-title .p-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-title h1 {
    font-size: 34px;
    line-height: 1;
    padding: 10px 0;
  }
  .page-title h2 {
    font-size: 30px;
    line-height: 1;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-title .p-container {
    padding-top: 14px;
    padding-bottom: 10px;
  }
  .page-title h1 {
    font-size: 26px;
    line-height: 31px;
    padding: 5px 0;
  }
  .page-title h2 {
    font-size: 16px;
    line-height: 10px;
    padding: 5px 0;
  }
}
.department-introduce {
  overflow: hidden;
}
.department-introduce .container-fluid {
  max-width: 100%;
}
.department-introduce h3 {
  font-family: 'Mulish-Bold';
  font-size: 35px;
  line-height: 60px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
}
.department-introduce h3 a {
  color: #FFF;
  position: relative;
}
.department-introduce h3 .bg-title {
  position: absolute;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  max-width: unset;
  object-fit: unset;
}
.department-introduce p {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 18px;
  line-height: 28px;
  color: #000;
}
.department-introduce .content {
  padding-top: 100px;
  padding-bottom: 40px;
}
.department-introduce .title {
  position: relative;
  margin-bottom: 135px;
}
.department-introduce .left-content .title::before {
  content: "";
  position: absolute;
  height: 100%;
  width: calc(100% - 360px + 15px);
  right: 0;
  top: 50%;
  background-color: #EDEDED;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%);
}
.department-introduce .left-content h3 {
  padding-left: 360px;
  padding-right: 55px;
}
.department-introduce .left-content h3 .bg-title {
  right: 0;
}
.department-introduce .left-content .image {
  padding-left: 15px;
  padding-right: 0;
  order: 1;
}
.department-introduce .left-content .image-content::before {
  bottom: -15px;
  left: -15px;
}
.department-introduce .left-content .image-content .mobile {
  display: none;
}
.department-introduce .left-content .introduce {
  order: 2;
  padding-left: 40px;
}
.department-introduce .right-content .title {
  text-align: right;
}
.department-introduce .right-content .title::before {
  content: "";
  position: absolute;
  height: 100%;
  width: calc(100% - 360px + 15px);
  left: 0;
  top: 50%;
  background-color: #EDEDED;
  clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0 100%);
}
.department-introduce .right-content h3 {
  padding-right: 360px;
  padding-left: 80px;
}
.department-introduce .right-content h3 .bg-title {
  transform: translateY(-50%) scaleX(-1);
  left: 0;
}
.department-introduce .right-content .image {
  order: 2;
  padding-left: 0;
  padding-right: 15px;
}
.department-introduce .right-content .introduce {
  order: 1;
  padding-right: 40px;
}
.department-introduce .right-content .image-content::before {
  bottom: -15px;
  right: -15px;
}
.department-introduce .information {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.department-introduce .image {
  width: 43.75%;
}
.department-introduce .introduce {
  flex: 1;
}
.department-introduce .image-content {
  padding-bottom: 100%;
  position: relative;
}
.department-introduce .image-content::before {
  content: "";
  width: 49.0196%;
  height: 49.0196%;
  position: absolute;
  background-color: #17479D;
}
.department-introduce .image-content img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.department-introduce .btn-read {
  padding-top: 35px;
}
.department-introduce:last-child .content {
  padding-bottom: 140px;
}
.department-introduce:nth-child(2) .content {
  padding-top: 140px;
}
@media only screen and (max-width: 1280px) {
  .department-introduce .left-content .title::before {
    width: 85%;
  }
  .department-introduce .left-content h3 {
    padding-left: 45px;
    padding-right: 40px;
  }
  .department-introduce .right-content .title::before {
    width: 85%;
  }
  .department-introduce .right-content h3 {
    padding-right: 45px;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .department-introduce h3 {
    font-size: 27px;
    line-height: 42px;
  }
  .department-introduce p {
    font-size: 16px;
    line-height: 22px;
  }
  .department-introduce .content {
    padding-top: 53px;
  }
  .department-introduce .title {
    margin-bottom: 80px;
  }
  .department-introduce .left-content .introduce {
    order: 1;
    padding-left: 20px;
  }
  .department-introduce .left-content .image {
    padding-left: 20px;
  }
  .department-introduce .left-content .image-content::before {
    bottom: -20px;
    left: -20px;
  }
  .department-introduce .right-content .image {
    padding-right: 20px;
  }
  .department-introduce .right-content .introduce {
    order: 2;
    padding-right: 0;
    padding-left: 20px;
  }
  .department-introduce .right-content .image-content::before {
    bottom: -20px;
    right: -20px;
  }
  .department-introduce:last-child .content {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .department-introduce h3 {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 19px;
    line-height: 22px;
    box-sizing: border-box;
    max-width: 95%;
  }
  .department-introduce p {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }
  .department-introduce .content {
    padding-top: 53px;
  }
  .department-introduce .title {
    margin-bottom: 38px;
  }
  .department-introduce .left-content .title::before {
    height: 22px;
    width: 88.88888889%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%);
    top: unset;
    bottom: -8px;
  }
  .department-introduce .left-content h3 {
    padding-left: 10px;
    padding-right: 40px;
  }
  .department-introduce .left-content .image {
    padding-left: 5px;
    padding-right: 5px;
    order: 2;
  }
  .department-introduce .left-content .image-content::before {
    bottom: -5px;
    left: -5px;
  }
  .department-introduce .left-content .image-content img {
    display: none;
  }
  .department-introduce .left-content .image-content .mobile {
    display: inline;
  }
  .department-introduce .left-content .introduce {
    order: 1;
    padding-left: 0;
  }
  .department-introduce .right-content .title {
    text-align: left;
  }
  .department-introduce .right-content .title::before {
    height: 22px;
    width: 88.88888889%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%);
    left: unset;
    right: 0;
    top: unset;
    bottom: -8px;
  }
  .department-introduce .right-content h3 {
    padding-left: 10px;
    padding-right: 40px;
  }
  .department-introduce .right-content h3 .bg-title {
    transform: translateY(-50%) scaleX(1);
    left: unset;
    right: 0;
  }
  .department-introduce .right-content .image {
    order: 2;
    padding-left: 5px;
    padding-right: 5px;
  }
  .department-introduce .right-content .introduce {
    order: 1;
    padding-right: 0;
    padding-left: 0px;
  }
  .department-introduce .right-content .image-content::before {
    bottom: -5px;
    right: unset;
    left: -5px;
  }
  .department-introduce .information {
    flex-direction: column;
  }
  .department-introduce .image {
    width: 100%;
  }
  .department-introduce .introduce {
    width: 100%;
    padding-bottom: 35px;
  }
  .department-introduce .btn-read {
    padding-top: 20px;
  }
  .department-introduce .introduce.show-more p {
    -webkit-line-clamp: unset;
  }
  .department-introduce .introduce.show-more .load-more {
    display: inline-block;
  }
  .department-introduce .introduce.show-more .mobile-only {
    display: none;
  }
  .department-introduce .image-content {
    padding-bottom: 53.0303%;
  }
  .department-introduce .image-content::before {
    width: 100px;
    height: 100px;
  }
  .department-introduce .image-content::after {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #17479D;
    z-index: -1;
  }
  .department-introduce .image-content img {
    object-position: center;
  }
  .department-introduce:last-child .content {
    padding-bottom: 40px;
  }
}
.department-openning .container-fluid {
  padding-top: 130px;
}
.department-openning .open-text p {
  text-align: center;
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 18px;
  line-height: 28px;
  color: #000;
}
.department-openning .mobile-only {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .department-openning .container-fluid {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .department-openning .container-fluid {
    padding-top: 54px;
  }
  .department-openning .open-text {
    text-align: center;
  }
  .department-openning .open-text p {
    font-size: 16px;
    line-height: 22px;
  }
  .department-openning p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }
  .department-openning p:not(:first-of-type) {
    display: none;
  }
  .department-openning .mobile-only {
    display: inline-block;
  }
  .department-openning .open-text.show-more p {
    -webkit-line-clamp: unset;
  }
  .department-openning .open-text.show-more p:not(:first-of-type) {
    display: block;
  }
  .department-openning .open-text.show-more .mobile-only {
    display: none;
  }
}
.department-program .container-fluid {
  padding-top: 95px;
  padding-bottom: 150px;
}
.department-program .p-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
.department-program .program {
  padding-top: 15px;
  margin: -7.5px;
  justify-content: center;
}
.department-program .program-item {
  padding: 7.5px;
}
.department-program .content {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.department-program .content::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #EE6823;
  opacity: 0.9;
}
.department-program h3 {
  font-family: 'Mulish-Bold';
  font-size: 33px;
  line-height: 1;
  color: #17479D;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.department-program .line {
  width: 60px;
  margin: 0 auto 35px;
  border-color: #17479D;
}
.department-program .name-item {
  text-align: center;
  font-family: 'Mulish-Bold';
  font-size: 28px;
  line-height: 1;
  color: #FFF;
  position: relative;
  padding: 65px 10px;
}
@media only screen and (max-width: 1023px) {
  .department-program .container-fluid {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .department-program .program {
    margin: -5px -5px;
  }
  .department-program .program-item {
    padding: 5px 5px;
  }
  .department-program h3 {
    font-size: 28px;
    line-height: 19px;
  }
  .department-program .line {
    width: 19.4px;
  }
  .department-program .name-item {
    font-size: 26px;
    line-height: 30px;
    padding: 60px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .department-program .container-fluid {
    padding-top: 63px;
    padding-bottom: 63px;
  }
  .department-program .program {
    margin: -2.5px 0;
  }
  .department-program .program-item {
    padding: 2.5px 0;
    width: 100%;
  }
  .department-program .line {
    margin-bottom: 16px;
  }
  .department-program h3 {
    font-size: 23px;
    line-height: 1px;
    padding-bottom: 22px;
  }
  .department-program .name-item {
    font-size: 19px;
    line-height: 26px;
    padding: 26.5px 10px;
  }
}
.department-work-chance {
  background-color: #EDEDED;
}
.department-work-chance .container-fluid {
  padding-top: 150px;
  padding-bottom: 0;
}
.department-work-chance .p-container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.department-work-chance .text-content {
  width: 53.33%;
  display: flex;
  flex-direction: column;
  padding-right: 40px;
}
.department-work-chance .image-content {
  width: calc(100% - 53.33%);
  background-color: white;
  padding: 20px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 100;
}
.department-work-chance h3 {
  font-family: 'Mulish-Bold';
  font-size: 33px;
  line-height: 1;
  color: #17479D;
  padding-bottom: 15px;
  padding-top: 5px;
  text-transform: uppercase;
}
.department-work-chance .line {
  border-color: #17479D;
  margin-bottom: 30px;
}
.department-work-chance .description ul li {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 18px;
  line-height: 28px;
  color: #000;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.department-work-chance .description ul li::before {
  content: url(../img/dot-blue.svg);
  line-height: 0.9;
  vertical-align: top;
  margin-right: 11px;
}
.department-work-chance .description ul li:not(:last-child) {
  padding-bottom: 13px;
}
.department-work-chance .btn-read {
  padding-left: 15px;
  padding-top: 35px;
  position: relative;
  z-index: 2;
}
.department-work-chance .image-bg {
  padding-bottom: 119.231%;
  position: relative;
}
.department-work-chance .image-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.department-work-chance .image-bg .mobile {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .department-work-chance .description ul li {
    letter-spacing: -0.6px;
  }
  .department-work-chance .description ul li:not(:last-child) {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .department-work-chance .container-fluid {
    padding-top: 100px;
    padding-bottom: 0;
  }
  .department-work-chance .p-container {
    flex-direction: column;
  }
  .department-work-chance .text-content {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .department-work-chance .image-content {
    width: 100%;
  }
  .department-work-chance h3 {
    font-size: 28px;
    line-height: 20px;
    padding-bottom: 10px;
  }
  .department-work-chance .line {
    margin-bottom: 27px;
  }
  .department-work-chance .description ul li {
    font-size: 19px;
    line-height: 26px;
  }
  .department-work-chance .image-bg {
    padding-bottom: 85%;
  }
  .department-work-chance .image-bg img {
    display: none;
  }
  .department-work-chance .image-bg .mobile {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  .department-work-chance .container-fluid {
    padding-top: 60px;
  }
  .department-work-chance .image-content {
    box-shadow: none;
    padding: 0;
  }
  .department-work-chance h3 {
    font-size: 23px;
    line-height: 1;
  }
  .department-work-chance .description ul li {
    font-size: 16px;
    line-height: 22px;
  }
  .department-work-chance .btn-read {
    padding-top: 20px;
  }
  .department-work-chance .image-bg {
    padding-bottom: 65.88%;
  }
}
.department-team {
  background-color: transparent;
  margin-top: -295px;
}
.department-team .container-fluid {
  max-width: 100%;
  padding-top: 395px;
  padding-bottom: 175px;
  position: relative;
}
.department-team .bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #073484;
  clip-path: polygon(0 300px, 100% 0, 100% 100%, 0 100%);
}
.department-team .content {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
.department-team h3 {
  font-family: 'Mulish-Bold';
  font-size: 33px;
  line-height: 1;
  color: #FFF;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.department-team .line {
  border-color: #FFF;
  margin-bottom: 40px;
}
.department-team .title-block {
  position: relative;
  width: fit-content;
  margin-bottom: 30px;
}
.department-team .title-block img {
  width: 370px;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}
.department-team .row {
  margin: -20px -20px;
}
.department-team .col-4 {
  padding: 20px 20px;
}
.department-team h4 {
  font-family: 'AvenirNextLTPro-Medium';
  font-size: 27px;
  line-height: 32px;
  color: #EE6823;
  background-color: transparent;
  position: absolute;
  width: 100%;
  padding-left: 40px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.department-team .block-leader {
  padding-bottom: 50px;
}
.department-team .name {
  font-family: 'Mulish-Bold';
  font-size: 22px;
  line-height: 26px;
  color: #FFF;
}
.department-team .job {
  font-family: 'Mulish-Regular';
  font-size: 17px;
  line-height: 25px;
  color: #FFF;
  padding-top: 8px;
}
@media only screen and (max-width: 1023px) {
  .department-team {
    margin-top: -160px;
  }
  .department-team .container-fluid {
    padding-top: 260px;
    padding-bottom: 80px;
  }
  .department-team .bg-color {
    clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 100%);
  }
  .department-team h3 {
    font-size: 28px;
    line-height: 20px;
    padding-bottom: 10px;
  }
  .department-team .title-block img {
    width: 260px;
  }
  .department-team .row {
    margin: -10px -10px;
  }
  .department-team .col-4 {
    padding: 10px 10px;
    width: 50%;
  }
  .department-team h4 {
    font-size: 23px;
    line-height: 25px;
    padding-left: 20px;
  }
  .department-team .block-leader {
    padding-bottom: 30px;
  }
  .department-team .name {
    font-size: 22px;
    line-height: 26px;
  }
  .department-team .job {
    font-size: 20px;
    line-height: 22px;
    padding-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .department-team {
    margin-top: -120px;
  }
  .department-team .container-fluid {
    padding-top: 170px;
    padding-bottom: 50px;
  }
  .department-team .bg-color {
    clip-path: polygon(0 60px, 100% 0, 100% 100%, 0 100%);
  }
  .department-team .line {
    margin-bottom: 30px;
  }
  .department-team h3 {
    font-size: 23px;
    line-height: 1;
    padding-bottom: 12px;
  }
  .department-team .title-block {
    margin-bottom: 20px;
  }
  .department-team .title-block img {
    display: none;
  }
  .department-team .row {
    margin: -7.5px 0;
  }
  .department-team .col-4 {
    padding: 7.5px 0;
    width: 100%;
  }
  .department-team .information {
    padding-left: 15px;
  }
  .department-team h4 {
    font-size: 17px;
    line-height: 18px;
    font-family: 'avenirNextLTProBold';
    background-color: #17479D;
    color: #FFF;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    left: unset;
    top: unset;
    transform: none;
    clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
    border-top-right-radius: 3px;
  }
  .department-team .block-leader {
    padding-bottom: 32px;
  }
  .department-team .name {
    font-size: 18px;
    line-height: 1;
    color: #EE6823;
  }
  .department-team .job {
    font-size: 16px;
    line-height: 20px;
    padding-top: 9px;
  }
  .department-team .block-member .name {
    font-size: 17px;
  }
  .department-team .block-member .job {
    padding-top: 7px;
  }
}
.department-activities {
  background-color: #FFF;
}
.department-activities .container-fluid {
  padding-top: 150px;
  padding-bottom: 150px;
}
.department-activities h3 {
  font-family: 'Mulish-Bold';
  font-size: 33px;
  line-height: 1;
  color: #17479D;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.department-activities h3 a {
  color: #17479D;
}
.department-activities h4 {
  font-family: 'AvenirNextLTPro-Demi';
  font-size: 18px;
  line-height: 26px;
  color: #000;
  margin-bottom: 7px;
}
.department-activities .description {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 18px;
  line-height: 26px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 80px;
}
.department-activities .load-more {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 17px;
  line-height: 32px;
  color: #EE6823;
  padding-top: 0;
  cursor: pointer;
}
.department-activities .line {
  border-color: #17479D;
  margin-bottom: 40px;
}
.department-activities .row {
  margin: 0 -10px;
}
.department-activities .row .col-4 {
  padding: 0 10px;
}
.department-activities .content {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
  background-color: #FBFBFD;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.department-activities .time {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 17px;
  line-height: 32px;
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
}
.department-activities .image {
  padding-bottom: 67.18%;
  position: relative;
}
.department-activities .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.department-activities .image .mobile {
  display: none;
}
.department-activities .content-detail {
  padding: 25px 20px 20px;
  background: #FBFBFD;
}
.department-activities .btn-read {
  text-align: center;
  padding-top: 30px;
}
.news-events .container-fluid {
  padding-top: 135px;
  padding-bottom: 50px;
}
.news-events .container-fluid .wrapper {
  padding-bottom: 103px;
}
.event-arrangement {
  background: #EDEDED;
}
.event-arrangement .container-fluid {
  padding-bottom: 130px;
  padding-top: 150px;
}
.event-arrangement .container-fluid .col-4 {
  margin-bottom: 20px;
}
.events-international .container-fluid {
  padding-top: 10px;
  padding-bottom: 0px;
}
.page-cate .department-activities .row .col-4,
.page-search .department-activities .row .col-4 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .news-events .container-fluid {
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .news-events .container-fluid .wrapper {
    padding-bottom: 70px;
  }
  .event-arrangement .container-fluid {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .events-international .container-fluid {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 1023px) {
  .department-activities .container-fluid {
    padding-top: 110px;
    padding-bottom: 100px;
  }
  .department-activities h3 {
    font-size: 28px;
    line-height: 20px;
    padding-bottom: 20px;
  }
  .department-activities h4 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .department-activities .description {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
  }
  .department-activities .load-more {
    font-size: 13px;
    line-height: 26px;
    padding-top: 3px;
  }
  .department-activities .line {
    margin-bottom: 30px;
  }
  .department-activities .row {
    margin: 0 -5px;
  }
  .department-activities .row .col-4 {
    padding: 0 5px;
  }
  .department-activities .content-detail {
    padding: 15px 15px 10px;
  }
  .news-events .container-fluid {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .event-arrangement .container-fluid {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .event-arrangement .container-fluid .col-4 {
    margin-bottom: 10px;
  }
  .events-international .container-fluid {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .department-activities .container-fluid {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .department-activities h3 {
    font-size: 23px;
    line-height: 30px;
    padding-bottom: 7px;
  }
  .department-activities h4 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .department-activities .description {
    font-size: 16px;
    line-height: 22px;
    height: 44px;
  }
  .department-activities .load-more {
    font-size: 14px;
  }
  .department-activities .row {
    margin: -5px 0;
  }
  .department-activities .row .col-4 {
    padding: 5px 0;
    width: 100%;
  }
  .department-activities .content {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
  }
  .department-activities .time {
    display: none;
  }
  .department-activities .image {
    padding-bottom: 47.06%;
  }
  .department-activities .image img {
    display: none;
  }
  .department-activities .image .mobile {
    display: inline;
  }
  .department-activities .btn-read {
    padding-top: 20px;
  }
  .news-events .container-fluid {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .news-events .container-fluid .wrapper {
    padding-bottom: 60px;
  }
  .event-arrangement .container-fluid {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .event-arrangement .container-fluid .col-4 {
    margin-bottom: 0px;
  }
  .events-international .container-fluid {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.department-reason {
  background-color: #EDEDED;
}
.department-reason .container-fluid {
  padding-top: 105px;
  padding-bottom: 60px;
}
.department-reason .p-container {
  padding-left: 60px;
  padding-right: 60px;
}
.department-reason .row {
  margin: 0 -11px;
  padding-bottom: 55px;
}
.department-reason .row.center {
  justify-content: center;
}
.department-reason .row.left {
  justify-content: flex-start;
}
.department-reason .row.right {
  justify-content: flex-end;
}
.department-reason .col-4 {
  padding: 0 11px;
  position: relative;
}
.department-reason .border-round {
  position: relative;
  height: fit-content;
  padding: 1px;
  filter: drop-shadow(1px 2px 5px rgba(0, 0, 0, 0.3));
}
.department-reason .border-round::before {
  content: "";
  width: 100%;
  height: 100%;
  clip-path: polygon(40px 0%, 100% 0, 100% calc(100% - 20px), calc(100% - 40px) 100%, 0 100%, 0 20px);
  background-color: #EE6823;
  position: absolute;
  top: 0;
  left: 0;
}
.department-reason .content {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EDEDED;
  position: relative;
  z-index: 1;
  height: 134px;
  padding-left: 25px;
  padding-right: 25px;
  clip-path: polygon(40px 0%, 100% 0, 100% calc(100% - 20px), calc(100% - 40px) 100%, 0 100%, 0 20px);
}
.department-reason h3 {
  font-family: 'Mulish-ExtraBold';
  font-size: 35px;
  line-height: 1;
  color: #EE6823;
  text-align: center;
  padding-bottom: 75px;
  text-transform: uppercase;
}
.department-reason .small-title {
  font-family: 'Mulish-Bold';
  font-size: 33px;
  line-height: 1;
  color: #17479D;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.department-reason .text {
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'AvenirNextLTPro-Medium';
  font-size: 20px;
  line-height: 28px;
  color: #17479D;
}
.department-reason .count {
  font-family: 'AvenirNextLTPro-Demi';
  font-size: 35px;
  line-height: 30px;
  color: #EE6823;
  width: fit-content;
  box-sizing: border-box;
  padding: 5px 10px;
  background-color: #EDEDED;
  position: absolute;
  top: -25px;
  left: 50px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .department-reason .container-fluid {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .department-reason .row {
    margin: -15px 0;
    padding-bottom: 30px;
  }
  .department-reason .col-4 {
    padding: 15px 0;
    width: 100%;
  }
  .department-reason .border-round {
    width: 100%;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
  }
  .department-reason .border-round::before {
    clip-path: polygon(35px 0%, 100% 0, 100% calc(100% - 20px), calc(100% - 35px) 100%, 0 100%, 0 20px);
  }
  .department-reason .content {
    height: 120px;
    padding-left: 20px;
    padding-right: 20px;
    clip-path: polygon(35px 0%, 100% 0, 100% calc(100% - 20px), calc(100% - 35px) 100%, 0 100%, 0 20px);
  }
  .department-reason h3 {
    font-size: 30px;
    line-height: 32px;
    padding-bottom: 43px;
  }
  .department-reason .small-title {
    font-size: 26px;
    line-height: 44px;
  }
  .department-reason .text {
    font-size: 20px;
    line-height: 28px;
  }
  .department-reason .count {
    font-size: 34px;
    line-height: 30px;
    padding: 5px 10px;
    top: -10px;
    left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .department-reason .container-fluid {
    padding-top: 47px;
    padding-bottom: 47px;
  }
  .department-reason .p-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .department-reason .content {
    height: 82px;
    padding-top: 4px;
  }
  .department-reason .row {
    padding-bottom: 10px;
  }
  .department-reason h3 {
    font-size: 21px;
    line-height: 27px;
  }
  .department-reason .small-title {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 3px;
  }
  .department-reason .text {
    font-size: 16px;
    line-height: 22px;
  }
  .department-reason .count {
    font-size: 26px;
    line-height: 27px;
    padding: 4.5px 7px;
    top: -7px;
  }
}
.department-contact {
  background-color: #17479D;
}
.department-contact .container-fluid {
  padding-top: 60px;
  padding-bottom: 55px;
}
.department-contact .p-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.department-contact .information {
  display: flex;
  flex-direction: column;
  width: 49.5%;
  padding-right: 25px;
}
.department-contact .information > *:not(:last-child) {
  padding-bottom: 25px;
}
.department-contact .text {
  width: 49.5%;
  font-family: 'Mulish-Bold';
  font-size: 33px;
  line-height: 1;
  color: #FFF;
  text-transform: uppercase;
}
.department-contact .line-content {
  flex: 1;
  align-self: stretch;
}
.department-contact .vertical-line {
  height: 100%;
  width: 1px;
  background-color: #FFF;
  margin: 0 auto;
}
.department-contact .content {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-end;
}
.department-contact .icon {
  width: 5%;
}
.department-contact .mobile {
  display: none;
}
.department-contact .description p {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 26px;
  line-height: 25px;
  color: #FFF;
  padding-left: 10px;
  width: max-content;
  min-width: 430px;
}
.department-contact .description p span {
  font-family: 'AvenirNextLTPro-Medium';
  color: #EE6823;
}
.department-contact .description p:not(:first-child) {
  padding-top: 15px;
}
.department-contact .content:first-child span::before {
  content: "";
  color: #FFF;
  padding-left: 5px;
  padding-right: 40px;
}
.department-contact .content:nth-child(2) img {
  margin-top: 2px;
}
@media only screen and (max-width: 1280px) {
  .department-contact .text {
    letter-spacing: -1px;
    word-spacing: -0.5px;
  }
  .department-contact .information {
    padding-right: 0;
    width: 48.5%;
  }
  .department-contact .vertical-line {
    margin: 0 0 0 auto;
  }
}
@media only screen and (max-width: 1023px) {
  .department-contact .container-fluid {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .department-contact .p-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .department-contact .information {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-right: 0;
  }
  .department-contact .text {
    width: 100%;
    font-size: 29px;
    line-height: 35px;
    padding-bottom: 20px;
    letter-spacing: 0;
    word-spacing: 0;
  }
  .department-contact .line-content {
    flex: auto;
    align-self: stretch;
    width: 100%;
    padding-bottom: 29px;
  }
  .department-contact .vertical-line {
    height: 2px;
    width: 36.5px;
    margin: 0;
  }
  .department-contact .content {
    justify-content: flex-start;
  }
  .department-contact .content:nth-child(2) img {
    margin-top: 3px;
  }
  .department-contact .description p {
    font-size: 24px;
    line-height: 28px;
    min-width: unset;
  }
}
@media only screen and (max-width: 767px) {
  .department-contact .text {
    font-size: 23px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .department-contact .vertical-line {
    width: 19.4px;
  }
  .department-contact .content:first-child {
    align-items: center;
  }
  .department-contact .content:first-child .icon {
    display: flex;
    align-items: center;
  }
  .department-contact .description p {
    font-size: 19px;
    line-height: 25px;
  }
  .department-contact .description p span {
    font-family: 'AvenirNextLTPro-Medium';
  }
  .department-contact .description p:not(:first-child) {
    padding-top: 0px;
  }
  .department-contact .icon {
    width: 3.5%;
  }
  .department-contact .icon img {
    object-fit: contain;
    max-height: 25px;
    display: none;
  }
  .department-contact .icon img.mobile {
    display: inline;
  }
  .department-contact .content:first-child span {
    padding-left: 25px;
  }
  .department-contact .content:first-child span::before {
    display: none;
  }
  .department-contact .content:nth-child(2) img {
    margin-top: 0;
  }
  .department-contact .information > *:not(:last-child) {
    padding-bottom: 14px;
  }
}
.student-life .page-title h1 {
  order: 1;
}
.student-life .page-title h2 {
  order: 2;
  text-transform: capitalize;
}
@media only screen and (max-width: 1023px) {
  .student-life-inschool .block-ultilities .container-fluid {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.student-active-wrap {
  position: relative;
}
.student-active-wrap .btn-read {
  padding-top: 35px;
}
.student-club {
  position: relative;
  z-index: 2;
}
.student-club .container-fluid {
  padding-top: 134px;
  padding-bottom: 65px;
}
.student-club .p-container,
.student-club .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.student-club h3 {
  font-family: 'Mulish-Bold';
  font-size: 33px;
  line-height: 1;
  color: #17479D;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.student-club .line {
  border-color: #17479D;
  margin-bottom: 30px;
}
.student-club p {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 18px;
  line-height: 28px;
}
.student-club .text-content {
  padding-right: 10px;
}
.student-club .image-content {
  padding-right: 15px;
}
.student-club .image {
  padding-left: 29px;
}
.student-club .image-bg {
  padding-bottom: 120.5%;
  position: relative;
  z-index: 1;
}
.student-club .image-bg::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #17479D;
}
.student-club .image-bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}
.student-club .image-bg .mobile {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .student-club p {
    line-height: 26px;
  }
  .student-club h3 {
    padding-bottom: 10px;
  }
  .student-club .line {
    margin-bottom: 30px;
  }
  .student-club .text-content {
    padding-right: 0;
  }
  .student-club .image-bg {
    padding-bottom: 130%;
  }
}
@media only screen and (max-width: 1023px) {
  .student-club .container-fluid {
    padding-top: 53px;
    padding-bottom: 0;
  }
  .student-club p {
    font-size: 16px;
    line-height: 22px;
  }
  .student-club h3 {
    font-size: 23px;
    line-height: 30px;
  }
  .student-club .text-content {
    width: 100%;
    padding-bottom: 30px;
  }
  .student-club .image-content {
    width: 100%;
    padding-right: 10px;
  }
  .student-club .image {
    padding-left: 0;
  }
  .student-club .image-bg {
    padding-bottom: 58.82%;
  }
  .student-club .image-bg::before {
    top: 10px;
    left: 10px;
  }
  .student-club .image-bg img {
    display: none;
  }
  .student-club .image-bg .mobile {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  .student-active-wrap .btn-read {
    padding-top: 20px;
  }
  .student-club p {
    text-align: left;
  }
  .student-club p:not(:first-child) {
    display: none;
  }
  .student-club .image-content {
    padding-right: 0;
  }
  .student-club .image-bg::before {
    display: none;
  }
  .student-club .mobile-only {
    display: inline-block;
    padding-top: 10px;
  }
  .student-club .description {
    text-align: center;
  }
  .student-club .description.show-more p {
    -webkit-line-clamp: unset;
  }
  .student-club .description.show-more p:not(:first-child) {
    display: block;
  }
  .student-club .description.show-more .mobile-only {
    display: none;
  }
}
.student-news-activities {
  position: relative;
  z-index: 2;
}
.student-news-activities .container-fluid {
  padding-top: 134px;
  padding-bottom: 65px;
}
.student-news-activities .p-container,
.student-news-activities .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.student-news-activities h3 {
  font-family: 'Mulish-Bold';
  font-size: 33px;
  line-height: 1;
  color: #17479D;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.student-news-activities .line {
  border-color: #17479D;
  margin-bottom: 30px;
}
.student-news-activities p {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 18px;
  line-height: 28px;
}
.student-news-activities .text-content {
  padding-right: 10px;
}
.student-news-activities .image-content {
  padding-right: 15px;
}
.student-news-activities .image {
  padding-left: 29px;
}
.student-news-activities .image-bg {
  padding-bottom: 120.5%;
  position: relative;
  z-index: 1;
}
.student-news-activities .image-bg::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #17479D;
}
.student-news-activities .image-bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}
.student-news-activities .image-bg .mobile {
  display: none;
}
.student-news-activities {
  background-color: transparent;
  margin-top: -300px;
  position: relative;
  z-index: 1;
}
.student-news-activities .container-fluid {
  max-width: 1920px;
  padding-top: 400px;
  padding-bottom: 150px;
  position: relative;
}
.student-news-activities .bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EDEDED;
  clip-path: polygon(0 300px, 100% 0, 100% 100%, 0 100%);
}
.student-news-activities .p-container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.student-news-activities .content {
  align-items: center;
}
.student-news-activities .image-bg {
  padding-bottom: 119.6%;
}
.student-news-activities .image-bg::before {
  display: none;
}
.student-news-activities .image-bg .mobile {
  display: none;
}
.student-news-activities .text-content {
  width: 61.667%;
}
.student-news-activities .image-content {
  flex: 1;
  padding-right: 0;
}
.student-news-activities .col.left-content .text-content {
  padding-right: 0;
  padding-left: 40px;
}
.student-news-activities .col.left-content .image {
  padding: 0;
}
.student-news-activities .col.right-content .text-content {
  padding-right: 40px;
  padding-left: 0;
}
.student-news-activities .col.right-content .image {
  padding: 0;
}
@media only screen and (max-width: 1280px) {
  .student-news-activities h3 {
    line-height: 42px;
    padding-right: 20px;
    padding-bottom: 10px;
  }
  .student-news-activities p {
    letter-spacing: -1px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .student-news-activities {
    margin-top: 0;
  }
  .student-news-activities .container-fluid {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .student-news-activities .bg-color {
    display: none;
  }
  .student-news-activities p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
  }
  .student-news-activities h3 {
    font-size: 23px;
    line-height: 30px;
    padding-right: 0;
    padding-bottom: 7px;
  }
  .student-news-activities .line {
    margin-bottom: 30px;
  }
  .student-news-activities .row {
    margin: -30px 0;
  }
  .student-news-activities .row .col {
    padding: 30px 0;
  }
  .student-news-activities .content {
    align-items: center;
    flex-direction: column;
  }
  .student-news-activities .image-bg {
    padding-bottom: 58.82%;
  }
  .student-news-activities .image-bg::before {
    display: none;
  }
  .student-news-activities .image-bg img {
    display: none;
  }
  .student-news-activities .image-bg .mobile {
    display: inline;
  }
  .student-news-activities .text-content {
    width: 100%;
    padding-bottom: 30px;
  }
  .student-news-activities .image-content {
    flex: auto;
    width: 100%;
  }
  .student-news-activities .col.left-content .text-content {
    padding-right: 0;
    padding-left: 0;
    order: 1;
  }
  .student-news-activities .col.left-content .image-content {
    order: 2;
  }
  .student-news-activities .col.left-content .image {
    padding: 0;
  }
  .student-news-activities .col.right-content .text-content {
    padding-right: 0;
    padding-left: 0;
  }
  .student-news-activities .col.right-content .image {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .student-news-activities p {
    text-align: left;
  }
  .student-news-activities p:not(:first-child) {
    display: none;
  }
  .student-news-activities .description {
    text-align: center;
  }
  .student-news-activities .description.show-more p {
    -webkit-line-clamp: unset;
  }
  .student-news-activities .description.show-more p:not(:first-child) {
    display: block;
  }
  .student-news-activities .description.show-more .mobile-only {
    display: none;
  }
}
.block-ultilities {
  background-color: #17479D;
}
.block-ultilities .container-fluid {
  padding-top: 102px;
  padding-bottom: 102px;
}
.block-ultilities h3 {
  font-family: 'Mulish-Bold';
  font-size: 33px;
  line-height: 1;
  color: #FFF;
  text-transform: uppercase;
  padding-bottom: 15px;
  text-align: center;
}
.block-ultilities .line {
  border-color: #FFF;
  margin: 0 auto 30px;
}
.block-ultilities .information-contact .line {
  border: 0;
  height: 1px;
  background-color: #FFF;
  margin-bottom: 20px;
  margin-top: 20px;
}
.block-ultilities .information-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.block-ultilities .content {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.block-ultilities .content .block {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.block-ultilities .content span.text {
  padding-left: 5px;
  padding-right: 5px;
}
.block-ultilities .email {
  padding-top: 5px;
}
.block-ultilities .kind-contact {
  width: fit-content;
  font-size: 22px;
  line-height: 36px;
  font-family: 'AvenirNextLTPro-Regular';
  color: #EE6823;
  padding-right: 10px;
}
.block-ultilities .detail-contact span:not(:last-child) {
  padding-right: 20px;
}
.block-ultilities .detail-contact span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 10px;
  height: 3px;
  background: #FFF;
}
.block-ultilities .text {
  font-family: 'AvenirNextLTPro-Demi';
  font-size: 22px;
  line-height: 36px;
  color: #FFF;
  text-align: center;
  display: inline-block;
  position: relative;
}
.block-ultilities p {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 22px;
  line-height: 34px;
  text-align: center;
  color: #FFF;
  margin: 0 auto;
}
.block-ultilities .description a {
  font-family: 'AvenirNextLTPro-Demi';
  font-size: 21px;
  line-height: 32px;
  color: #EE6823;
}
.block-ultilities .show-more {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
}
.block-ultilities .show-more .line {
  width: 20px;
  border: 0;
  height: 0.5px;
  background-color: #DE6F38;
  margin-bottom: 0;
}
.block-ultilities .show-more > *:not(:last-child) {
  margin-right: 10px;
}
.block-ultilities .mobile {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .block-ultilities h3 {
    font-size: 23px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .block-ultilities .line {
    margin: 0 auto 30px;
  }
  .block-ultilities .text {
    font-size: 16px;
    line-height: 22px;
  }
  .block-ultilities p {
    font-size: 16px;
    line-height: 22px;
    padding-left: 0;
    padding-right: 0;
  }
  .block-ultilities .description a {
    font-size: 15px;
    line-height: 20px;
  }
  .block-ultilities .kind-contact {
    font-size: 16px;
    line-height: 22px;
    padding-right: 5px;
  }
  .block-ultilities .show-more .line {
    width: 10px;
    height: 1px;
  }
  .block-ultilities .information-contact .text {
    font-family: 'AvenirNextLTPro-Medium';
  }
  .block-ultilities .detail-contact span.text {
    padding-right: 10px;
  }
  .block-ultilities .detail-contact span:not(:last-child)::after {
    content: "";
    width: 6px;
    height: 2px;
    right: -3px;
  }
}
@media only screen and (max-width: 767px) {
  .block-ultilities .mobile {
    display: inline-block;
    margin-right: 10px;
    margin-top: 8px;
  }
  .block-ultilities .information-contact .line {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .block-ultilities span.text {
    display: none;
  }
  .block-ultilities .content.email {
    align-items: flex-start;
  }
  .block-ultilities .content.email .kind-contact {
    display: none;
  }
  .block-ultilities .content.email .detail-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .block-ultilities .content.phone {
    justify-content: space-around;
    padding-top: 5px;
  }
  .block-ultilities .content.phone .block:first-child .kind-contact {
    display: none;
  }
  .block-ultilities .show-more {
    padding-top: 13px;
  }
  .block-ultilities .show-more .line {
    width: 10px;
    height: 1px;
  }
  .block-ultilities .detail-contact span.text {
    padding: 0px;
    display: block;
  }
  .block-ultilities .detail-contact span:not(:last-child)::after {
    display: none;
  }
}
.student-work-chance .container-fluid {
  max-width: 1920px;
  padding-top: 150px;
  padding-bottom: 530px;
  position: relative;
}
.student-work-chance .container-fluid::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #EDEDED;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 300px), 0% 100%);
}
.student-work-chance .p-container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  position: relative;
}
.student-work-chance h3 {
  font-family: 'Mulish-Bold';
  font-size: 33px;
  line-height: 1;
  color: #17479D;
  text-transform: uppercase;
  padding-bottom: 15px;
  padding-top: 5px;
}
.student-work-chance .line {
  border-color: #17479D;
  margin-bottom: 25px;
}
.student-work-chance p {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 18px;
  line-height: 28px;
}
.student-work-chance .load-more {
  padding-top: 10px;
}
.student-work-chance .load-more a {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 18px;
  line-height: 32px;
  color: #EE6823;
  padding-top: 3px;
  cursor: pointer;
}
.student-work-chance .text-content {
  width: 61%;
  padding-right: 40px;
}
.student-work-chance .image-content {
  flex: 1;
}
.student-work-chance .image-bg {
  padding-bottom: 67.52%;
  position: relative;
}
.student-work-chance .image-bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}
.student-work-chance .image-bg .mobile {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .student-work-chance p {
    letter-spacing: -0.5px;
  }
}
@media only screen and (max-width: 1023px) {
  .student-work-chance .container-fluid {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
  }
  .student-work-chance .container-fluid::before {
    clip-path: none;
  }
  .student-work-chance h3 {
    font-size: 23px;
    line-height: 30px;
    padding-bottom: 8px;
  }
  .student-work-chance .line {
    margin-bottom: 30px;
  }
  .student-work-chance p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
  }
  .student-work-chance .load-more a {
    font-size: 16px;
    line-height: 20px;
    padding-top: 3px;
  }
  .student-work-chance .image-bg {
    padding-bottom: 67.52%;
  }
}
@media only screen and (max-width: 767px) {
  .student-work-chance {
    margin-top: -56px;
    z-index: -1;
    position: relative;
    margin-bottom: 100px;
  }
  .student-work-chance .container-fluid {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }
  .student-work-chance .p-container {
    flex-direction: column;
    bottom: -100px;
  }
  .student-work-chance .text-content {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .student-work-chance .image-content {
    width: 100%;
    flex: auto;
  }
  .student-work-chance .load-more {
    text-align: center;
    padding-top: 6px;
  }
  .student-work-chance .image-bg {
    padding-bottom: 58.82%;
  }
  .student-work-chance .image-bg img {
    display: none;
  }
  .student-work-chance .image-bg .mobile {
    display: inline;
  }
}
.student-other {
  margin-top: -428px;
}
.student-other .container-fluid {
  padding-bottom: 145px;
}
.student-other .p-container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.student-other h3 {
  font-family: 'Mulish-Bold';
  font-size: 33px;
  line-height: 1;
  color: #17479D;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.student-other .line {
  border-color: #17479D;
  margin-bottom: 37px;
}
.student-other .row {
  margin: -20px;
}
.student-other .col-6 {
  padding: 20px;
}
.student-other .content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.student-other .image {
  padding-bottom: 55.516%;
  position: relative;
}
.student-other .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}
.student-other .image .mobile {
  display: none;
}
.student-other .description {
  text-align: center;
  font-family: 'AvenirNextLTPro-Medium';
  font-size: 20px;
  line-height: 1;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #EE6823;
  color: #FFF;
}
@media only screen and (max-width: 1023px) {
  .student-other {
    margin-top: 0;
  }
  .student-other .container-fluid {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .student-other h3 {
    font-size: 23px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .student-other .row {
    margin: -5px -5px;
  }
  .student-other .col-6 {
    padding: 5px 5px;
  }
  .student-other .description {
    font-size: 16px;
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .student-other .row {
    margin: -5px 0;
    flex-direction: column;
  }
  .student-other .col-6 {
    padding: 5px 0;
    width: 100%;
  }
  .student-other .description {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .student-other .line {
    margin-bottom: 28px;
  }
  .student-other .image {
    padding-bottom: 51.471%;
  }
  .student-other .image img {
    display: none;
  }
  .student-other .image .mobile {
    display: inline;
  }
}
.student-services {
  background-color: #FFF;
}
.student-services .container-fluid {
  max-width: 1920px;
  padding-top: 170px;
  padding-bottom: 105px;
  position: relative;
}
.student-services .container-fluid .bg-color {
  width: 100%;
  height: 42.456%;
  clip-path: polygon(0 310px, 100% 0, 100% 100%, 0 100%);
  background-color: #EDEDED;
  position: absolute;
  left: 0;
  top: 16%;
}
.student-services .p-container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.student-services h3 {
  font-family: 'Mulish-Bold';
  font-size: 33px;
  line-height: 1;
  color: #073484;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.student-services .line {
  border-color: #244898;
  margin-bottom: 25px;
}
.student-services p {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 18px;
  line-height: 28px;
}
.student-services .load-more {
  background-color: #EE6823;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  border-radius: 50px;
  margin-top: 25px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.student-services .load-more a {
  color: #FFF;
  font-family: 'AvenirNextLTPro-Demi';
  font-size: 17px;
  line-height: 22px;
}
.student-services .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.student-services .text-content {
  width: 62.667%;
}
.student-services .image-content {
  flex: 1;
}
.student-services .image-bg {
  padding-bottom: 122.22222222%;
  position: relative;
  z-index: 1;
}
.student-services .image-bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}
.student-services .col:nth-child(1) .content {
  align-items: flex-start;
}
.student-services .col:nth-child(1) .text-content {
  padding-right: 40px;
}
.student-services .col:nth-child(1) .image-bg {
  padding-bottom: 100%;
}
.student-services .col:nth-child(2) .content {
  align-items: center;
}
.student-services .col:nth-child(2) .text-content {
  padding-left: 40px;
}
.student-services .col:nth-child(3) .content {
  align-items: flex-end;
}
.student-services .col:nth-child(3) .text-content {
  padding-right: 40px;
  padding-bottom: 80px;
}
.student-services .br-desktop {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .student-services h3 {
    line-height: 43px;
  }
  .student-services .col:nth-child(3) h3 {
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 1023px) {
  .student-services .container-fluid {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .student-services .container-fluid > img {
    top: 20%;
  }
  .student-services .row {
    margin: -30px 0;
  }
  .student-services .col {
    padding: 30px 0;
  }
  .student-services h3 {
    font-size: 23px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .student-services p {
    font-size: 16px;
    line-height: 22px;
  }
  .student-services .content {
    flex-direction: column;
  }
  .student-services .text-content {
    width: 100%;
    padding-bottom: 30px;
  }
  .student-services .image-content {
    flex: auto;
    width: 100%;
  }
  .student-services .image-bg {
    padding-bottom: 100%;
  }
  .student-services .col:nth-child(1) .text-content {
    padding-right: 0;
  }
  .student-services .col:nth-child(2) .text-content {
    padding-left: 0;
    order: 1;
  }
  .student-services .col:nth-child(2) .image-content {
    order: 2;
  }
  .student-services .col:nth-child(3) .text-content {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .student-services .line {
    margin-bottom: 29px;
  }
  .student-services .col:nth-child(1) .text-content {
    padding-bottom: 50px;
  }
  .student-services .col:nth-child(3) .text-content {
    padding-bottom: 30px;
  }
  .student-services .load-more {
    font-size: 13px;
    line-height: 15px;
    margin-top: 14px;
    padding: 3px 7.5px;
  }
  .student-services .load-more a {
    font-size: 13px;
    line-height: 15px;
  }
}
.student-Q-A .container-fluid {
  padding-top: 150px;
  padding-bottom: 155px;
}
.student-Q-A h3 {
  font-family: 'Mulish-Bold';
  font-size: 33px;
  line-height: 1;
  color: #17479D;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.student-Q-A .line {
  border-color: #17479D;
  margin-bottom: 40px;
}
.student-Q-A p {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
.student-Q-A .content {
  text-align: center;
}
.student-Q-A .notice {
  display: inline-block;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
  top: -15px;
  z-index: 1;
  background-color: #FFF;
  margin-bottom: 8px;
}
.student-Q-A .notice a {
  font-family: 'AvenirNextLTPro-Medium';
  font-size: 17px;
  line-height: 28px;
  color: #EE6823;
}
.student-Q-A .icon-check {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 0 auto;
  background-color: #17479D;
  position: relative;
  border-radius: 50%;
}
.student-Q-A .icon-check::before {
  content: "";
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #17479D;
  opacity: 0.3;
  border-radius: 50%;
}
.student-Q-A .border-round {
  position: relative;
  width: fit-content;
  height: 100%;
  padding: 1px;
  filter: drop-shadow(1px 2px 5px rgba(0, 0, 0, 0.3));
}
.student-Q-A .border-round::after {
  content: "";
  width: 100%;
  height: 100%;
  clip-path: polygon(130px 0%, 100% 0, 100% calc(100% - 60px), calc(100% - 130px) 100%, 0 100%, 0 60px);
  background-color: #EE6823;
  position: absolute;
  top: 0;
  left: 0;
}
.student-Q-A .text-content {
  background-color: #FFF;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 50px 97px 45px;
  clip-path: polygon(130px 0%, 100% 0, 100% calc(100% - 60px), calc(100% - 130px) 100%, 0 100%, 0 60px);
}
@media only screen and (max-width: 1023px) {
  .student-Q-A .container-fluid {
    padding-top: 60px;
    padding-bottom: 65px;
  }
  .student-Q-A h3 {
    font-size: 23px;
    line-height: 30px;
    padding-bottom: 10px;
    text-align: center;
  }
  .student-Q-A .line {
    margin: 0 auto 27px;
  }
  .student-Q-A p {
    font-size: 16px;
    line-height: 22px;
  }
  .student-Q-A .notice {
    padding-left: 10px;
    padding-right: 10px;
    margin: -15px auto 0;
  }
  .student-Q-A .notice a {
    font-size: 16px;
    line-height: 20px;
  }
  .student-Q-A .icon-check {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .student-Q-A .icon-check img {
    width: 15px;
    max-height: 100%;
    object-fit: contain;
  }
  .student-Q-A .icon-check::before {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
  }
  .student-Q-A .border-round {
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.3));
  }
  .student-Q-A .border-round::after {
    clip-path: polygon(35px 0%, 100% 0, 100% calc(100% - 15px), calc(100% - 35px) 100%, 0 100%, 0 15px);
  }
  .student-Q-A .text-content {
    padding: 30px 7.5px;
    clip-path: polygon(35px 0%, 100% 0, 100% calc(100% - 15px), calc(100% - 35px) 100%, 0 100%, 0 15px);
  }
}
.general-information .page-title h1 {
  order: 1;
}
.general-information .page-title h2 {
  order: 2;
  text-transform: capitalize;
}
.generalpage-achievement .container-fluid {
  padding-top: 133px;
  padding-bottom: 125px;
}
.generalpage-achievement h3 {
  font-family: 'Mulish-Bold';
  font-size: 33px;
  line-height: 1;
  color: #073484;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.generalpage-achievement .line {
  border-color: #244898;
  margin-bottom: 50px;
}
.generalpage-achievement .description {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 18px;
  line-height: 28px;
  color: #000;
  text-align: center;
  height: 80px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.generalpage-achievement .row {
  margin: -20px -20px;
  justify-content: center;
}
.generalpage-achievement .col-4 {
  padding: 20px 20px;
}
.generalpage-achievement .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.generalpage-achievement .icon {
  width: 135px;
  height: 135px;
  line-height: 135px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  background-color: #17479D;
  margin-bottom: 30px;
}
.generalpage-achievement img {
  object-fit: contain;
  max-width: 85px;
}
@media only screen and (max-width: 1023px) {
  .generalpage-achievement .container-fluid {
    padding-top: 55px;
    padding-bottom: 60px;
  }
  .generalpage-achievement h3 {
    font-size: 23px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .generalpage-achievement .line {
    margin-bottom: 23px;
  }
  .generalpage-achievement .description {
    font-size: 16px;
    line-height: 22px;
    height: 70px;
  }
  .generalpage-achievement .row {
    margin: -5px;
  }
  .generalpage-achievement .col-4 {
    padding: 5px;
  }
  .generalpage-achievement .icon {
    width: 92px;
    height: 92px;
    line-height: 92px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
  }
  .generalpage-achievement img {
    max-width: 55px;
    max-height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .generalpage-achievement .description {
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
  }
  .generalpage-achievement .row {
    margin: -15px 0;
  }
  .generalpage-achievement .col-4 {
    padding: 15px 0;
    width: 100%;
  }
  .generalpage-achievement img {
    max-width: 60px;
  }
}
.generalpage-introduce .container-fluid {
  max-width: 1920px;
  position: relative;
  z-index: 1;
}
.generalpage-introduce .p-container {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
.generalpage-introduce h3 {
  font-family: 'Mulish-Bold';
  font-size: 33px;
  line-height: 1;
  color: #073484;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.generalpage-introduce .line {
  border-color: #244898;
  margin-bottom: 30px;
}
.generalpage-introduce p,
.generalpage-introduce span {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 18px;
  line-height: 28px;
}
.generalpage-introduce .author {
  font-family: 'AvenirNextLTPro-Demi';
  font-size: 19px;
  line-height: 1;
  font-weight: bolder;
}
.generalpage-introduce .load-more {
  background-color: #EE6823;
  font-family: 'AvenirNextLTPro-Demi';
  font-size: 17px;
  line-height: 22px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  border-radius: 50px;
  margin-top: 25px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.generalpage-introduce .load-more a {
  color: #FFF;
}
.generalpage-introduce .group-4-blocks {
  padding-top: 164px;
  padding-bottom: 300px;
  position: relative;
}
.generalpage-introduce .group-4-blocks .bg-color {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #EDEDED;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 290px));
}
.generalpage-introduce .group-4-blocks .row {
  margin: 0px;
  align-items: center;
}
.generalpage-introduce .group-4-blocks .content-top .image-content {
  padding: 0px 45px 0px 15px;
}
.generalpage-introduce .group-4-blocks .content-top .text-content {
  margin-left: -5px;
}
.generalpage-introduce .group-4-blocks .content-bottom .image-content {
  padding: 0px 0 0px 60px;
}
.generalpage-introduce .group-4-blocks .content-bottom .text-content {
  margin-right: -5px;
  margin-left: 0;
}
.generalpage-introduce .group-4-blocks .text-content {
  padding: 0px;
}
.generalpage-introduce .group-4-blocks .image {
  padding: 10px;
  background: #FFF;
  position: relative;
}
.generalpage-introduce .group-4-blocks .image::after {
  content: "";
  position: absolute;
  width: 46.5%;
  height: 80.5%;
  background: #17479D;
  z-index: -1;
}
.generalpage-introduce .group-4-blocks .image-bg {
  padding-bottom: 115.38461538%;
  position: relative;
}
.generalpage-introduce .group-4-blocks .image-bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}
.generalpage-introduce .group-4-blocks .image-bg .mobile {
  display: none;
}
.generalpage-introduce .content-top .image::after {
  top: -15px;
  left: -15px;
}
.generalpage-introduce .content-bottom .image::after {
  right: -15px;
  bottom: -15px;
}
.generalpage-introduce .graduated-comment {
  position: relative;
  padding-top: 35px;
  padding-bottom: 185px;
}
.generalpage-introduce .graduated-comment .p-container {
  position: relative;
}
.generalpage-introduce .graduated-comment .image-content {
  width: calc(50% + 15px);
}
.generalpage-introduce .graduated-comment .image {
  position: relative;
  padding-left: 15px;
  padding-top: 15px;
}
.generalpage-introduce .graduated-comment .image::before {
  content: "";
  position: absolute;
  width: 49.5%;
  height: 65.5%;
  background: #17479D;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.generalpage-introduce .graduated-comment .image-bg {
  padding-bottom: 100%;
  position: relative;
}
.generalpage-introduce .graduated-comment .image-bg img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-position: center;
}
.generalpage-introduce .graduated-comment .image-bg .mobile {
  display: none;
}
.generalpage-introduce .graduated-comment .text-content {
  width: 52.578125%;
  position: absolute;
  right: 40px;
  top: 65px;
}
.generalpage-introduce .graduated-comment .border-round {
  filter: drop-shadow(2px 3px 8px rgba(0, 0, 0, 0.2));
}
.generalpage-introduce .graduated-comment .comment-content {
  background-color: #FFF;
  padding: 55px 40px 50px 40px;
  clip-path: polygon(50px 0%, 100% 0, 100% calc(100% - 30px), calc(100% - 50px) 100%, 0 100%, 0 30px);
}
.generalpage-introduce .graduated-comment .text-des p {
  padding-bottom: 30px;
}
.generalpage-introduce .graduated-comment span {
  font-style: italic;
  display: inline-block;
  padding-top: 15px;
}
@media only screen and (max-width: 1280px) {
  .generalpage-introduce .content-bottom h3 {
    line-height: 40px;
  }
  .generalpage-introduce .graduated-comment .text-content {
    top: 60px;
  }
  .generalpage-introduce .graduated-comment .comment-content {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .generalpage-introduce h3 {
    font-size: 23px;
    line-height: 30px;
    padding-bottom: 8px;
  }
  .generalpage-introduce .line {
    margin-bottom: 30px;
  }
  .generalpage-introduce p,
  .generalpage-introduce .author,
  .generalpage-introduce span {
    font-size: 16px;
    line-height: 22px;
  }
  .generalpage-introduce .load-more {
    font-family: 'AvenirNextLTPro-Medium';
    font-size: 17px;
    line-height: 22px;
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-top: 15px;
  }
  .generalpage-introduce .group-4-blocks {
    padding-top: 50px;
    padding-bottom: 150px;
  }
  .generalpage-introduce .group-4-blocks .bg-color {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 130px));
  }
  .generalpage-introduce .group-4-blocks .content-top .text-content {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .generalpage-introduce .group-4-blocks .content-bottom {
    margin-top: 0;
  }
  .generalpage-introduce .group-4-blocks .content-bottom h3 {
    line-height: 30px;
  }
  .generalpage-introduce .group-4-blocks .content-bottom .text-content {
    padding-top: 30px;
  }
  .generalpage-introduce .group-4-blocks .content-bottom .image-content {
    padding-right: 20px;
  }
  .generalpage-introduce .group-4-blocks .content-bottom .image::after {
    right: -20px;
    bottom: -20px;
  }
  .generalpage-introduce .group-4-blocks .image {
    padding: 0;
  }
  .generalpage-introduce .group-4-blocks .content-top .image-content {
    padding-left: 20px;
  }
  .generalpage-introduce .group-4-blocks .content-top .image::after {
    top: -20px;
    left: -20px;
  }
  .generalpage-introduce .graduated-comment {
    position: relative;
    padding-top: 20px;
    padding-bottom: 60px;
    background-color: #FFF;
  }
  .generalpage-introduce .graduated-comment .p-container {
    display: flex;
    flex-direction: column;
  }
  .generalpage-introduce .graduated-comment h3 {
    text-align: center;
  }
  .generalpage-introduce .graduated-comment .line {
    margin: 0 auto 30px;
  }
  .generalpage-introduce .graduated-comment .image-content {
    width: 100%;
    order: 2;
  }
  .generalpage-introduce .graduated-comment .image {
    padding-left: 0;
    padding-top: 0;
  }
  .generalpage-introduce .graduated-comment .image::before {
    display: none;
  }
  .generalpage-introduce .graduated-comment .image-bg {
    padding-bottom: 58.82%;
    position: relative;
  }
  .generalpage-introduce .graduated-comment .image-bg img {
    display: none;
  }
  .generalpage-introduce .graduated-comment .image-bg .mobile {
    display: inline;
  }
  .generalpage-introduce .graduated-comment .text-content {
    width: 100%;
    order: 1;
    position: static;
    right: unset;
    top: unset;
    padding-bottom: 30px;
  }
  .generalpage-introduce .graduated-comment .border-round {
    filter: none;
  }
  .generalpage-introduce .graduated-comment .comment-content {
    padding: 0;
    clip-path: none;
  }
  .generalpage-introduce .graduated-comment .text-des {
    position: relative;
    padding: 30px 5px;
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2));
  }
  .generalpage-introduce .graduated-comment .text-des::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #EE6823;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(35px 0%, 100% 0%, 100% calc(100% - 15px), calc(100% - 35px) 100%, 0 100%, 0 15px);
  }
  .generalpage-introduce .graduated-comment .text-des::after {
    content: "";
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #FFF;
    position: absolute;
    top: 1px;
    left: 1px;
    clip-path: polygon(35px 0%, 100% 0%, 100% calc(100% - 15px), calc(100% - 35px) 100%, 0 100%, 0 15px);
  }
  .generalpage-introduce .graduated-comment .text-des p {
    text-align: center;
    position: relative;
    z-index: 2;
    padding-bottom: 20px;
  }
  .generalpage-introduce .graduated-comment .text-des p:last-child {
    padding-bottom: 0;
  }
  .generalpage-introduce .graduated-comment .author,
  .generalpage-introduce .graduated-comment span {
    padding-top: 14px;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .generalpage-introduce h3 {
    letter-spacing: 0px;
  }
  .generalpage-introduce .group-4-blocks {
    padding-bottom: 40px;
  }
  .generalpage-introduce .group-4-blocks .bg-color {
    height: calc(100% - 40px - 50px);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 60px));
  }
  .generalpage-introduce .group-4-blocks .content {
    flex-direction: column;
  }
  .generalpage-introduce .group-4-blocks .text-content {
    order: 1;
    width: 100%;
    padding-bottom: 30px;
  }
  .generalpage-introduce .group-4-blocks .image-content {
    order: 2;
    width: 100%;
  }
  .generalpage-introduce .group-4-blocks .image-bg {
    padding-bottom: 58.82%;
  }
  .generalpage-introduce .group-4-blocks .image-bg img {
    display: none;
  }
  .generalpage-introduce .group-4-blocks .image-bg .mobile {
    display: inline;
  }
  .generalpage-introduce .group-4-blocks .content-top .text-content {
    padding-top: 0;
  }
  .generalpage-introduce .group-4-blocks .content-top .image-content {
    padding: 0;
  }
  .generalpage-introduce .group-4-blocks .content-top .image::after {
    display: none;
  }
  .generalpage-introduce .group-4-blocks .content-bottom {
    margin-top: 50px;
  }
  .generalpage-introduce .group-4-blocks .content-bottom .text-content {
    padding-top: 0;
  }
  .generalpage-introduce .group-4-blocks .content-bottom .image-content {
    padding: 0;
  }
  .generalpage-introduce .group-4-blocks .content-bottom .image::after {
    display: none;
  }
  .generalpage-introduce .load-more {
    font-size: 13px;
    line-height: 15px;
  }
}
.generalpage-reputation {
  background-color: #17479D;
}
.generalpage-reputation .container-fluid {
  padding-top: 100px;
  padding-bottom: 100px;
}
.generalpage-reputation .p-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.generalpage-reputation h3 {
  font-family: 'Mulish-Bold';
  font-size: 33px;
  line-height: 1;
  color: #FFF;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.generalpage-reputation .line {
  border-color: #FFF;
  margin-bottom: 30px;
}
.generalpage-reputation p {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
}
.generalpage-reputation .text-content {
  flex: 1;
  padding-right: 40px;
}
.generalpage-reputation .image-content {
  width: 46.083%;
}
.generalpage-reputation .image {
  padding: 10px;
  background-color: #FFF;
}
.generalpage-reputation .image-bg {
  padding-bottom: 100%;
  position: relative;
}
.generalpage-reputation .image-bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}
.generalpage-reputation .image-bg .mobile {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .generalpage-reputation .container-fluid {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .generalpage-reputation .p-container {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .generalpage-reputation h3 {
    font-size: 23px;
    line-height: 30px;
    padding-bottom: 7px;
  }
  .generalpage-reputation .line {
    margin-bottom: 30px;
  }
  .generalpage-reputation p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .generalpage-reputation {
    margin-top: -50px;
    margin-bottom: 100px;
    position: relative;
    z-index: -1;
  }
  .generalpage-reputation .container-fluid {
    padding-top: 0;
    padding-bottom: 0px;
  }
  .generalpage-reputation .p-container {
    flex-direction: column;
    bottom: -100px;
    position: relative;
  }
  .generalpage-reputation .text-content {
    flex: auto;
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .generalpage-reputation .image-content {
    width: 100%;
  }
  .generalpage-reputation .image {
    padding: 0;
  }
  .generalpage-reputation .image-bg {
    padding-bottom: 58.82%;
  }
  .generalpage-reputation .image-bg img {
    display: none;
  }
  .generalpage-reputation .image-bg .mobile {
    display: inline;
  }
}
.generalpage-assets .container-fluid {
  max-width: 1920px;
  padding-top: 455px;
  padding-bottom: 80px;
  position: relative;
}
.generalpage-assets .container-fluid > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.generalpage-assets .container-fluid::before {
  content: "";
  width: 100%;
  height: 36.625%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #17479D;
  opacity: 0.7;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}
.generalpage-assets .p-container {
  max-width: 1280px;
  margin: 0 auto;
}
.generalpage-assets .image-content {
  display: none;
}
.generalpage-assets h3 {
  font-family: 'Mulish-Bold';
  font-size: 33px;
  line-height: 1;
  color: #17479D;
  text-transform: uppercase;
  padding-bottom: 15px;
  text-align: center;
}
.generalpage-assets .line {
  border-color: #17479D;
  margin: 0 auto 30px;
}
.generalpage-assets p {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 18px;
  line-height: 28px;
  color: #000;
  text-align: center;
}
.generalpage-assets .border-round {
  filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.16));
}
.generalpage-assets .text-content {
  padding: 55px 90px 45px;
  background-color: #FFF;
  clip-path: polygon(50px 0%, 100% 0, 100% calc(100% - 30px), calc(100% - 50px) 100%, 0 100%, 0 30px);
}
@media only screen and (max-width: 1280px) {
  .generalpage-assets .container-fluid {
    padding-top: 400px;
  }
  .generalpage-assets .text-content {
    padding: 80px 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .generalpage-assets .container-fluid {
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
  }
  .generalpage-assets .container-fluid > img {
    position: static;
    top: unset;
    left: unset;
    z-index: auto;
    order: 2;
  }
  .generalpage-assets .container-fluid::before {
    display: none;
  }
  .generalpage-assets .p-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
    order: 1;
    padding-bottom: 30px;
  }
  .generalpage-assets h3 {
    font-size: 23px;
    line-height: 30px;
    padding-bottom: 7px;
    text-align: left;
  }
  .generalpage-assets .line {
    margin: 0 0 30px;
  }
  .generalpage-assets p {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }
  .generalpage-assets .border-round {
    filter: none;
  }
  .generalpage-assets .text-content {
    padding: 0;
    clip-path: none;
  }
}
@media only screen and (max-width: 767px) {
  .generalpage-assets .container-fluid {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .generalpage-assets .container-fluid > img {
    display: none;
  }
  .generalpage-assets .container-fluid .image-content {
    display: block;
    order: 2;
  }
  .generalpage-assets .container-fluid .image-bg {
    padding-bottom: 58.82%;
    position: relative;
  }
  .generalpage-assets .container-fluid .image-bg > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.generalpage-other .container-fluid {
  padding-top: 150px;
  padding-bottom: 150px;
}
.generalpage-other .content {
  margin: 0px -20px;
}
.generalpage-other .content .col-6 {
  padding: 0px 20px;
}
.generalpage-other .content-bottom {
  margin-top: -100px;
  align-items: flex-end;
}
.generalpage-other .content-top .text-content {
  padding-bottom: 70px;
  padding-top: 5px;
}
.generalpage-other h3 {
  font-family: 'Mulish-Bold';
  font-size: 33px;
  line-height: 1;
  color: #073484;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.generalpage-other .line {
  border-color: #244898;
  margin-bottom: 30px;
}
.generalpage-other p {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 18px;
  line-height: 28px;
}
.generalpage-other .image-bg {
  padding-bottom: 100%;
  position: relative;
}
.generalpage-other .image-bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}
.generalpage-other .image-bg .mobile {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .generalpage-other .content {
    margin: 0px -10px;
  }
  .generalpage-other .content .col-6 {
    padding: 0px 10px;
  }
  .generalpage-other .content-bottom {
    margin-top: -50px;
  }
  .generalpage-other p {
    letter-spacing: -0.5px;
  }
}
@media only screen and (max-width: 1023px) {
  .generalpage-other .container-fluid {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .generalpage-other .content-top {
    padding-top: 0;
  }
  .generalpage-other .content-top .text-content {
    padding-bottom: 70px;
    padding-top: 20px;
  }
  .generalpage-other h3 {
    font-size: 23px;
    line-height: 30px;
    padding-bottom: 8px;
  }
  .generalpage-other .line {
    margin-bottom: 30px;
  }
  .generalpage-other p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  .generalpage-other .content {
    flex-direction: column;
  }
  .generalpage-other .text-content {
    order: 1;
    width: 100%;
    padding-bottom: 30px;
  }
  .generalpage-other .image-content {
    order: 2;
    width: 100%;
  }
  .generalpage-other .image-bg {
    padding-bottom: 58.82%;
  }
  .generalpage-other .image-bg img {
    display: none;
  }
  .generalpage-other .image-bg .mobile {
    display: inline;
  }
  .generalpage-other .content-top .text-content {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .generalpage-other .content-bottom {
    margin-top: 60px;
  }
  .generalpage-other .content-bottom .text-content {
    padding-bottom: 30px;
  }
}
.bachelor-openning .container-fluid {
  padding-top: 135px;
  padding-bottom: 150px;
}
.bachelor-openning h3 {
  font-family: 'Mulish-Bold';
  font-size: 33px;
  line-height: 1;
  color: #073484;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.bachelor-openning .line {
  border-color: #244898;
  margin-bottom: 30px;
}
.bachelor-openning .slogan {
  font-family: 'Mulish-Bold';
  font-size: 43px;
  line-height: 75px;
  color: #EE6823;
  text-transform: uppercase;
  margin-top: -5px;
}
.bachelor-openning p {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 18px;
  line-height: 28px;
  color: #000;
  padding-top: 30px;
}
.bachelor-openning p:first-of-type {
  padding-top: 50px;
}
.bachelor-openning .mobile-only {
  display: none;
  padding-top: 11px;
}
.bachelor-openning .content {
  display: flex;
  flex-direction: row;
}
.bachelor-openning .image-content {
  width: 33.5%;
}
.bachelor-openning .image-bg {
  padding-bottom: 124.3781%;
  position: relative;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
}
.bachelor-openning .image-bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}
.bachelor-openning .image-bg .mobile {
  display: none;
}
.bachelor-openning .text-content {
  flex: 1;
  padding-left: 40px;
}
.bachelor-openning .load-more {
  background-color: #EE6823;
  color: #FFF;
  font-family: 'AvenirNextLTPro-Demi';
  font-size: 17px;
  line-height: 22px;
  padding: 10px 20px;
  margin-top: 60px;
  display: inline-block;
  border-radius: 50px;
}
.bachelor-openning .btn-read {
  padding-top: 35px;
}
@media only screen and (max-width: 1280px) {
  .bachelor-openning .container-fluid {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .bachelor-openning .slogan {
    line-height: 1;
  }
  .bachelor-openning p {
    padding-top: 10px;
  }
  .bachelor-openning p:first-of-type {
    padding-top: 20px;
  }
  .bachelor-openning .content {
    align-items: center;
  }
  .bachelor-openning .image-content {
    width: 35%;
  }
  .bachelor-openning .text-content {
    flex: 1;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .bachelor-openning .container-fluid {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .bachelor-openning h3 {
    font-size: 23px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .bachelor-openning .line {
    margin-bottom: 8px;
  }
  .bachelor-openning .slogan {
    font-size: 21px;
    margin-top: 0;
    padding-top: 22px;
    padding-bottom: 13px;
  }
  .bachelor-openning p {
    font-size: 16px;
    line-height: 22px;
    padding-top: 15px;
  }
  .bachelor-openning p:first-of-type {
    padding-top: 0;
  }
  .bachelor-openning .content {
    flex-direction: column;
  }
  .bachelor-openning .image-content {
    width: 100%;
    order: 2;
  }
  .bachelor-openning .image-bg {
    padding-bottom: 61.111%;
  }
  .bachelor-openning .image-bg img {
    display: none;
  }
  .bachelor-openning .image-bg .mobile {
    display: inline;
  }
  .bachelor-openning .text-content {
    order: 1;
    flex: auto;
    width: 100%;
    padding-left: 0;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .bachelor-openning .container-fluid {
    padding-top: 53px;
    padding-bottom: 0px;
  }
  .bachelor-openning .btn-read {
    padding-top: 20px;
  }
  .bachelor-openning .mobile-only {
    display: inline-block;
  }
  .bachelor-openning .image-content {
    width: 100%;
  }
  .bachelor-openning .image {
    margin-left: -10px;
    margin-right: -10px;
  }
  .bachelor-openning .description.show-more p {
    -webkit-line-clamp: unset;
  }
  .bachelor-openning .description.show-more p:not(:first-of-type) {
    display: block;
  }
}
.bachelor-register {
  background-color: #EDEDED;
}
.bachelor-register .container-fluid {
  padding-top: 50px;
  padding-bottom: 100px;
}
.bachelor-register .p-container {
  position: relative;
}
.bachelor-register h3 {
  font-family: 'Mulish-ExtraBold';
  font-size: 43px;
  line-height: 59.5px;
  color: #17479D;
  text-transform: uppercase;
  text-align: center;
}
.bachelor-register .text {
  font-family: 'AvenirNextLTPro-Medium';
  font-size: 23px;
  line-height: 32px;
  color: #EE6823;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 35px), calc(100% - 40px) 100%, 40px 100%, 0 calc(100% - 35px));
  background-color: #FFF3ED;
}
.bachelor-register .content {
  position: absolute;
  width: calc(100% - 80px);
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 57.5%);
}
.bachelor-register .border-round {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 2px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.2));
}
.bachelor-register .border-round::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #EE6823;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 35px), calc(100% - 40px) 100%, 40px 100%, 0 calc(100% - 35px));
}
.bachelor-register .icon-check {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 0 auto;
  background-color: #17479D;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  border-radius: 50%;
  cursor: pointer;
}
.bachelor-register .icon-check::before {
  content: "";
  width: calc(100% + 27px);
  height: calc(100% + 27px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #17479D;
  opacity: 0.3;
  border-radius: 50%;
  z-index: -2;
}
.bachelor-register .icon-check::after {
  content: "";
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #17479D;
  opacity: 0.3;
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .bachelor-register .container-fluid {
    padding-top: 33px;
    padding-bottom: 40px;
  }
  .bachelor-register h3 {
    font-size: 22px;
    line-height: 60px;
  }
  .bachelor-register .text {
    font-size: 17px;
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 30px;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px));
  }
  .bachelor-register .content {
    width: calc(100% - 40px);
  }
  .bachelor-register .border-round {
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2));
  }
  .bachelor-register .border-round::before {
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px));
  }
  .bachelor-register .icon-check {
    width: 18px;
    height: 18px;
    line-height: 18px;
  }
  .bachelor-register .icon-check::before {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
  }
  .bachelor-register .icon-check::after {
    width: calc(100% + 6px);
    height: calc(100% + 6px);
  }
  .bachelor-register .icon-check img {
    object-fit: contain;
    height: 5px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .bachelor-register .text {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 14px;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px));
  }
  .bachelor-register .content {
    width: calc(100% - 20px);
    transform: translate(-50%, 63%);
  }
  .bachelor-register .icon-check {
    transform: translate(-50%, 30%);
  }
}
.bachelor-necessary {
  padding-top: 150px;
  padding-bottom: 40px;
}
.bachelor-necessary .container-fluid {
  max-width: 100%;
  padding-top: 110px;
  padding-bottom: 160px;
  overflow-x: hidden;
  position: relative;
}
.bachelor-necessary h3 {
  font-family: 'Mulish-Bold';
  font-size: 33px;
  line-height: 1;
  color: #073484;
  text-transform: uppercase;
}
.bachelor-necessary h4 {
  font-family: 'Mulish-Bold';
  font-size: 25px;
  line-height: 1;
  color: #FFF;
  padding-bottom: 35px;
}
.bachelor-necessary h5 {
  font-family: 'AvenirNextLTPro-Demi';
  font-size: 18px;
  line-height: 28px;
  color: #EE6823;
}
.bachelor-necessary p {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
}
.bachelor-necessary .line {
  display: none;
  border-color: #244898;
  margin-bottom: 30px;
}
.bachelor-necessary .bachelor-slide {
  background-color: #17479D;
}
.bachelor-necessary .title-block {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px 65px;
}
.bachelor-necessary .p-container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.bachelor-necessary .mobile-only {
  display: none;
  text-align: center;
}
.bachelor-necessary .mobile-only img {
  display: block;
  margin: 0 auto;
  max-width: 10px;
}
.bachelor-necessary .large-image {
  width: 21.74%;
  position: absolute;
  height: calc(100% - 160px);
  right: 18.75%;
  bottom: 0;
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.3));
  overflow: hidden;
}
.bachelor-necessary .large-image .image {
  width: 100%;
  height: 100%;
  position: relative;
}
.bachelor-necessary .large-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% calc(100% - 70px));
  z-index: 1;
  opacity: 1;
  transition: all 0.2s ease;
}
.bachelor-necessary .large-image img:nth-child(2) {
  z-index: 0;
}
.bachelor-necessary .large-image.image-option img:first-child {
  opacity: 0;
}
.bachelor-necessary .large-image.clone {
  width: 21.93%;
  height: calc(100% - 140px);
  right: 0;
  bottom: 40px;
  transform: translateX(19%);
}
.bachelor-necessary .large-image.clone .image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #17479D;
  opacity: 0.5;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% calc(100% - 70px));
  z-index: 5;
}
.bachelor-necessary .image-content {
  display: none!important;
}
.bachelor-necessary .image-bg {
  padding-bottom: 190.1%;
  position: relative;
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.3));
}
.bachelor-necessary .image-bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% calc(100% - 70px));
}
.bachelor-necessary .text-content {
  width: 60.83333%;
  padding: 80px 10px 60px 0;
}
.bachelor-necessary .description > ol {
  list-style-position: inside;
  border-left: 1px solid #FFF;
  padding-left: 10px;
  margin-top: 15px;
}
.bachelor-necessary .description > ol > li {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
}
.bachelor-necessary .description > ol > li ul {
  list-style-type: none;
  list-style-position: inside;
}
.bachelor-necessary .description > ol > li ul li {
  font-size: 18px;
  line-height: 28px;
}
.bachelor-necessary .description > ol > li ul li::before {
  content: url(../img/dot.png);
  line-height: 0.9;
  vertical-align: top;
  margin-right: 5px;
}
.bachelor-necessary .description > ul {
  list-style-type: none;
  list-style-position: inside;
  padding-top: 0;
  padding-bottom: 0;
}
.bachelor-necessary .description > ul > li {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
  flex-direction: row;
  align-items: flex-start;
}
.bachelor-necessary .description > ul > li::before {
  content: url(../img/dot.png);
  line-height: 0.9;
  vertical-align: top;
  margin-right: 5px;
}
.bachelor-necessary .block-new-student {
  padding-bottom: 15px;
  margin-top: -5px;
}
.bachelor-necessary .block-new-student li ul {
  padding-left: 30px;
  list-style-type: none;
}
.bachelor-necessary .slick-arrow {
  display: none!important;
}
.bachelor-necessary .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.bachelor-necessary .slick-dots {
  position: absolute;
  top: -60px;
  bottom: unset;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: left;
}
.bachelor-necessary .slick-dots li {
  margin-right: 10px;
  margin-left: 0;
  background-color: #244898;
  height: 3px;
  width: 36.5px;
  border: 0;
}
.bachelor-necessary .slick-dots li button {
  border: 0px;
  outline: 0px;
  height: 0px;
  width: 0px;
}
.bachelor-necessary .slick-dots li button::before {
  display: none;
}
.bachelor-necessary .slick-dots .slick-active {
  background-color: #EE6823;
}
@media only screen and (max-width: 1440px) {
  .bachelor-necessary .text-content {
    width: 58%;
  }
}
@media only screen and (max-width: 1280px) {
  .bachelor-necessary .title-block {
    padding: 0 20px 50px;
  }
  .bachelor-necessary .image-content {
    right: 20px;
  }
  .bachelor-necessary h4 {
    letter-spacing: -1px;
  }
  .bachelor-necessary .slick-dots {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .bachelor-necessary {
    padding-top: 0px;
    padding-bottom: 100px;
  }
  .bachelor-necessary .container-fluid {
    padding-top: 124px;
    padding-bottom: 0px;
    overflow-x: visible;
  }
  .bachelor-necessary h3 {
    font-size: 23px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .bachelor-necessary .line {
    display: block;
  }
  .bachelor-necessary h4 {
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 0;
  }
  .bachelor-necessary .block-student-recruit h4 {
    font-size: 18px;
    line-height: 22px;
    color: #EE6823;
  }
  .bachelor-necessary .image-content {
    display: block!important;
  }
  .bachelor-necessary .large-image {
    display: none!important;
  }
  .bachelor-necessary h5 {
    font-size: 18px;
    line-height: 22px;
    font-family: 'avenirNextLTProBold';
  }
  .bachelor-necessary p {
    font-size: 16px;
    line-height: 22px;
  }
  .bachelor-necessary .title-block {
    padding-bottom: 0;
  }
  .bachelor-necessary .slide-item {
    background-color: transparent;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }
  .bachelor-necessary .block-scholarship {
    position: relative;
    margin-top: -100px;
    bottom: -100px;
  }
  .bachelor-necessary .block-scholarship .content {
    bottom: -100px;
  }
  .bachelor-necessary .block-scholarship .image-bg img {
    clip-path: polygon(0% 0%, 100% 55px, 100% 100%, 0% 100%);
  }
  .bachelor-necessary .image-content {
    width: 100%;
    position: static;
    right: unset;
    top: unset;
    order: 2;
  }
  .bachelor-necessary .image-bg {
    padding-bottom: 50%;
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.3));
  }
  .bachelor-necessary .image-bg img {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% calc(100% - 55px));
  }
  .bachelor-necessary .text-content {
    width: 100%;
    order: 1;
    padding: 30px 0;
  }
  .bachelor-necessary .description ol {
    border-left: 0;
    padding-left: 0;
    margin-top: 15px;
  }
  .bachelor-necessary .description ol > li {
    font-size: 16px;
    line-height: 22px;
  }
  .bachelor-necessary .description ol > li ul li {
    font-size: 16px;
    line-height: 22px;
  }
  .bachelor-necessary .description ul {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .bachelor-necessary .description ul > li {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .bachelor-necessary .title-block {
    padding: 0px 10px;
  }
  .bachelor-necessary .image-bg {
    padding-bottom: 68.074%;
  }
  .bachelor-necessary .mobile-only {
    display: block!important;
    color: #FFF;
  }
  .bachelor-necessary .block-scholarship .image-bg {
    padding-bottom: 84.277%;
  }
  .bachelor-necessary .block-scholarship .text-content {
    padding-top: 0px;
    padding-bottom: 15px;
  }
  .bachelor-necessary .block-scholarship .text-content > *:not(:last-child) .mobile-only {
    padding-top: 10px;
    padding-bottom: 21px;
  }
  .bachelor-necessary h4 {
    padding-bottom: 10px;
  }
  .bachelor-necessary .description > *:not(:first-child) {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  .bachelor-necessary .description > .mobile-only {
    opacity: 1;
    transition: none;
  }
  .bachelor-necessary .description ol {
    margin-bottom: 0px;
  }
  .bachelor-necessary .description p,
  .bachelor-necessary .description li {
    text-align: left;
  }
  .bachelor-necessary .description.show-more > *:not(:first-child) {
    display: block;
    opacity: 1;
  }
  .bachelor-necessary .description.show-more > .mobile-only {
    display: none!important;
  }
  .bachelor-necessary .block-new-student {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .bachelor-necessary .block-new-student li ul {
    padding-left: 0px;
  }
  .bachelor-necessary .block-new-student li ul li::before {
    content: url(../img/dot.png);
    line-height: 0.9;
    vertical-align: top;
    margin-right: 5px;
  }
  .bachelor-necessary .block-new-student .mobile-only {
    padding-top: 10px;
    padding-bottom: 16px;
  }
  .bachelor-necessary .description > ol {
    padding-left: 10px;
  }
}
.bachelor-list-subject {
  background-color: #FFF;
}
.bachelor-list-subject .container-fluid {
  padding-top: 75px;
  padding-bottom: 145px;
}
.bachelor-list-subject h3 {
  font-family: 'Mulish-Bold';
  font-size: 33px;
  line-height: 1;
  color: #073484;
  text-transform: uppercase;
  padding-bottom: 15px;
  text-align: center;
}
.bachelor-list-subject .line {
  width: 100px;
  margin: 0 auto;
  border-color: #DE6F38;
  margin-bottom: 45px;
}
.bachelor-list-subject .text {
  height: 75.25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: 'AvenirNextLTPro-Medium';
  font-size: 20px;
  line-height: 30px;
  color: #FFF;
  padding-left: 70px;
  padding-right: 70px;
  text-align: center;
}
.bachelor-list-subject .row {
  margin: -15px -22.5px;
  justify-content: center;
}
.bachelor-list-subject .row .col-4 {
  padding: 15px 22.5px;
}
.bachelor-list-subject .row .col-4 a {
  display: block;
}
.bachelor-list-subject .content {
  height: 100%;
  position: relative;
  filter: drop-shadow(2px 1px 3px rgba(0, 0, 0, 0.3));
}
.bachelor-list-subject .content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #EE6823;
  clip-path: polygon(35px 0%, 100% 0%, 100% calc(100% - 40px), calc(100% - 35px) 100%, 0 100%, 0 40px);
}
@media only screen and (max-width: 1280px) {
  .bachelor-list-subject .row {
    margin: -30px -20px;
  }
  .bachelor-list-subject .row .col-4 {
    padding: 30px 20px;
  }
  .bachelor-list-subject h3 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1023px) {
  .bachelor-list-subject .container-fluid {
    padding-top: 74px;
    padding-bottom: 70px;
  }
  .bachelor-list-subject h3 {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .bachelor-list-subject .line {
    width: 19.4px;
    border-color: #073484;
    margin-bottom: 20px;
  }
  .bachelor-list-subject .text {
    height: 80px;
    font-size: 20px;
    line-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .bachelor-list-subject .row {
    padding-left: 60px;
    padding-right: 60px;
    margin: -15px;
  }
  .bachelor-list-subject .row .col-4 {
    width: 50%;
    padding: 15px;
  }
  .bachelor-list-subject .content {
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.3));
  }
  .bachelor-list-subject .content::before {
    clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 15px), calc(100% - 10px) 100%, 0 100%, 0 15px);
  }
}
@media only screen and (max-width: 767px) {
  .bachelor-list-subject h3 {
    font-size: 23px;
  }
  .bachelor-list-subject .text {
    height: 44px;
    font-size: 15px;
    line-height: 18px;
    padding: 5px;
    letter-spacing: -0.1px;
  }
  .bachelor-list-subject .line {
    margin-bottom: 29px;
  }
  .bachelor-list-subject .row {
    padding-left: 0px;
    padding-right: 0px;
    margin: -7.5px -2.5px;
  }
  .bachelor-list-subject .row .col-4 {
    padding: 7.5px 2.5px;
  }
}
.bachelor-reason {
  background-color: #17479D;
}
.bachelor-reason .container-fluid {
  padding-top: 135px;
  padding-bottom: 75px;
}
.bachelor-reason h3 {
  font-family: 'Mulish-Bold';
  font-size: 33px;
  line-height: 1;
  text-transform: uppercase;
  padding: 15px 100px;
  position: relative;
}
.bachelor-reason h3 a {
  color: #FFF;
}
.bachelor-reason .description {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 18px;
  line-height: 28px;
  height: 100px;
  color: #FFF;
  text-align: center;
  padding-top: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 20px;
  padding-right: 20px;
}
.bachelor-reason .text {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 18px;
  line-height: 1;
  color: #FFF;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 30px;
}
.bachelor-reason .title-block {
  border: 1px solid #FFF;
}
.bachelor-reason .border-round {
  width: fit-content;
  position: relative;
  transform: translateY(-50%);
  margin: 0 auto;
  filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.4));
}
.bachelor-reason .border-round::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #EE6823;
  clip-path: polygon(25px 0%, 100% 0%, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 25px);
}
.bachelor-reason .row {
  margin: -15px;
  padding-top: 60px;
  justify-content: center;
}
.bachelor-reason .col-4 {
  padding: 15px;
}
.bachelor-reason .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.bachelor-reason .icon img {
  max-height: 120px;
  min-height: 105px;
  max-width: 148px;
  object-fit: contain;
}
@media only screen and (max-width: 1023px) {
  .bachelor-reason .container-fluid {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .bachelor-reason h3 {
    font-size: 23px;
    line-height: 25px;
    padding: 7.5px 30px;
  }
  .bachelor-reason .description {
    font-size: 16px;
    line-height: 22px;
    padding-top: 15px;
  }
  .bachelor-reason .text {
    font-size: 16px;
    line-height: 22px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .bachelor-reason .border-round {
    filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.2));
  }
  .bachelor-reason .border-round::before {
    clip-path: polygon(15px 0%, 100% 0%, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
  }
  .bachelor-reason .row {
    padding-top: 40px;
  }
  .bachelor-reason .col-4 {
    width: 50%;
    margin-bottom: 40px;
  }
  .bachelor-reason .icon {
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .bachelor-reason {
    position: relative;
    z-index: 2;
  }
  .bachelor-reason .container-fluid {
    padding-top: 90px;
    padding-bottom: 25px;
  }
  .bachelor-reason .row {
    margin: 0;
    padding-top: 30px;
    justify-content: center;
    margin: -10px 0;
  }
  .bachelor-reason .col-4 {
    padding: 10px 0;
    width: 100%;
    margin-bottom: 0px;
  }
  .bachelor-reason .description {
    height: 78px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .bachelor-reason .icon {
    height: auto;
    width: auto;
    line-height: normal;
  }
  .bachelor-reason .icon img {
    max-height: 64px;
    min-height: 53.55px;
    max-width: 79.07px;
  }
}
.bachelor-future-direction {
  position: relative;
}
.bachelor-future-direction .container-fluid {
  padding-top: 135px;
  padding-bottom: 150px;
}
.bachelor-future-direction h3 {
  font-family: 'Mulish-Bold';
  font-size: 33px;
  line-height: 1;
  color: #073484;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.bachelor-future-direction .line {
  border-color: #244898;
  margin-bottom: 30px;
}
.bachelor-future-direction .slogan {
  font-family: 'Mulish-Bold';
  font-size: 43px;
  line-height: 75px;
  color: #EE6823;
  text-transform: uppercase;
  margin-top: -5px;
}
.bachelor-future-direction p {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 18px;
  line-height: 28px;
  color: #000;
  padding-top: 30px;
}
.bachelor-future-direction p:first-of-type {
  padding-top: 50px;
}
.bachelor-future-direction .mobile-only {
  display: none;
  padding-top: 11px;
}
.bachelor-future-direction .content {
  display: flex;
  flex-direction: row;
}
.bachelor-future-direction .image-content {
  width: 33.5%;
}
.bachelor-future-direction .image-bg {
  padding-bottom: 124.3781%;
  position: relative;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
}
.bachelor-future-direction .image-bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}
.bachelor-future-direction .image-bg .mobile {
  display: none;
}
.bachelor-future-direction .text-content {
  flex: 1;
  padding-left: 40px;
}
.bachelor-future-direction .load-more {
  background-color: #EE6823;
  color: #FFF;
  font-family: 'AvenirNextLTPro-Demi';
  font-size: 17px;
  line-height: 22px;
  padding: 10px 20px;
  margin-top: 60px;
  display: inline-block;
  border-radius: 50px;
}
.bachelor-future-direction .btn-read {
  padding-top: 35px;
}
.bachelor-future-direction .bg-color {
  width: 100%;
  height: 84.5679%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #EDEDED;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.bachelor-future-direction .container-fluid {
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
}
.bachelor-future-direction .content {
  align-items: center;
}
.bachelor-future-direction .text-content {
  flex: 1;
}
.bachelor-future-direction .image-content {
  width: calc(50% - 51px);
}
.bachelor-future-direction .image-bg {
  padding-bottom: 100%;
}
.bachelor-future-direction .image-bg .mobile {
  display: none;
}
.bachelor-future-direction p:first-of-type {
  padding-top: 0;
}
.bachelor-future-direction .load-more {
  background-color: #EE6823;
  color: #FFF;
  font-family: 'AvenirNextLTPro-Demi';
  font-size: 17px;
  line-height: 22px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  border-radius: 50px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 10px;
}
@media only screen and (max-width: 1280px) {
  .bachelor-future-direction .text-content {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .bachelor-future-direction {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    z-index: -1;
  }
  .bachelor-future-direction .container-fluid {
    padding-top: 40px;
    padding-bottom: 0;
    position: relative;
  }
  .bachelor-future-direction h3 {
    font-size: 23px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .bachelor-future-direction .line {
    margin-bottom: 28px;
  }
  .bachelor-future-direction p {
    font-size: 16px;
    line-height: 22px;
  }
  .bachelor-future-direction .content {
    bottom: 0;
    flex-direction: column;
  }
  .bachelor-future-direction .text-content {
    order: 1;
    width: 100%;
    flex: auto;
    padding-left: 0;
    padding-bottom: 30px;
  }
  .bachelor-future-direction .image-content {
    width: 100%;
    order: 2;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
  }
  .bachelor-future-direction .image-bg {
    padding-bottom: 51.471%;
  }
  .bachelor-future-direction .image-bg img {
    display: none;
  }
  .bachelor-future-direction .image-bg .mobile {
    display: inline;
  }
  .bachelor-future-direction p:first-of-type {
    padding-top: 0;
  }
  .bachelor-future-direction .description {
    padding-bottom: 10px;
  }
  .bachelor-future-direction .load-more {
    font-size: 13px;
    line-height: 15px;
    padding-left: 7.5px;
    padding-right: 7.5px;
    border-radius: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0;
  }
}
.bachelor-other .container-fluid {
  padding-top: 160px;
  padding-bottom: 150px;
}
.bachelor-other .p-container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.bachelor-other h3 {
  font-family: 'Mulish-Bold';
  font-size: 33px;
  line-height: 1;
  color: #17479D;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.bachelor-other .line {
  border-color: #17479D;
  margin-bottom: 30px;
}
.bachelor-other .heading {
  display: none;
}
.bachelor-other .row {
  margin: 0 -10px;
}
.bachelor-other .col-4 {
  padding: 0 10px;
}
.bachelor-other .content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.bachelor-other .image {
  padding-bottom: 100%;
  position: relative;
}
.bachelor-other .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}
.bachelor-other .description {
  line-height: 28px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #EE6823;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bachelor-other .description p {
  color: #FFF;
  text-align: center;
  font-family: 'AvenirNextLTPro-Medium';
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1023px) {
  .bachelor-other .container-fluid {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .bachelor-other h3 {
    font-size: 23px;
    line-height: 30px;
    padding-bottom: 8px;
  }
  .bachelor-other .line {
    margin-bottom: 28px;
  }
  .bachelor-other .row {
    margin: 0 -5px;
  }
  .bachelor-other .col-4 {
    padding: 0 5px;
  }
  .bachelor-other .image {
    padding-bottom: 100%;
  }
  .bachelor-other .description {
    padding-left: 10px;
    padding-right: 10px;
    height: 60px;
  }
  .bachelor-other .description p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  .bachelor-other .description {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .bachelor-other .description {
    height: 57px;
  }
}
@media only screen and (max-width: 767px) {
  .bachelor-other .heading {
    display: block;
    font-size: 16px;
    font-family: 'AvenirNextLTPro-Regular';
    line-height: 22px;
    padding-bottom: 30px;
  }
  .bachelor-other .row {
    margin: 0;
    flex-direction: column;
    margin: -5px 0;
  }
  .bachelor-other .col-4 {
    padding: 5px 0;
    width: 100%;
  }
  .bachelor-other .image {
    padding-bottom: 51.471%;
  }
  .bachelor-other .description {
    height: auto;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.general-staff {
  background-color: #FFF;
}
.general-staff .container-fluid {
  padding-top: 130px;
  padding-bottom: 150px;
}
.general-staff .row {
  margin: 0px -20px;
  align-items: center;
}
.general-staff .col-6 {
  padding: 0px 20px;
}
.general-staff .top {
  align-items: flex-start;
}
.general-staff h3 {
  font-family: 'Mulish-Bold';
  font-size: 33px;
  line-height: 1;
  color: #17479D;
  text-transform: uppercase;
  padding-bottom: 15px;
  padding-top: 10px;
}
.general-staff .line {
  border-color: #17479D;
  margin-bottom: 30px;
}
.general-staff p {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 18px;
  line-height: 28px;
  color: #000;
}
.general-staff .text-content {
  width: 50.84%;
}
.general-staff .image-content {
  width: 49.16%;
}
.general-staff .image-bg {
  padding-bottom: 70.18%;
  position: relative;
}
.general-staff .image-bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}
.general-staff .image-bg .mobile {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .general-staff {
    background-color: transparent;
    position: relative;
  }
  .general-staff .container-fluid {
    padding-top: 45px;
    padding-bottom: 60px;
  }
  .general-staff h3 {
    font-size: 23px;
    line-height: 30px;
    padding-bottom: 8px;
  }
  .general-staff .line {
    margin-bottom: 30px;
  }
  .general-staff p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .general-staff .text-content {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
    order: 1;
  }
  .general-staff .image-content {
    flex: auto;
    width: 100%;
    order: 2;
  }
  .general-staff .image-bg {
    padding-bottom: 64.71%;
  }
  .general-staff .image-bg img {
    display: none;
  }
  .general-staff .image-bg .mobile {
    display: inline;
  }
  .general-staff .row {
    margin: 0px;
  }
  .general-staff .col-6 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.general-process-recruit .container-fluid {
  max-width: 100%;
  margin: 0;
  position: relative;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  background-color: #EDEDED;
}
.general-process-recruit .container-fluid::after {
  content: "";
  height: 100%;
  width: 12.39583%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #17479D;
}
.general-process-recruit .image-content {
  width: 58.8333%;
  margin-right: -360px;
  position: relative;
  transform: translateX(80px);
}
.general-process-recruit .text-content {
  width: 64.5%;
}
.general-process-recruit .image-bg {
  padding-bottom: 115.581%;
  position: relative;
}
.general-process-recruit .image-bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}
.general-process-recruit .image-bg .mobile {
  display: none;
}
.general-process-recruit .p-container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.general-process-recruit h3 {
  font-family: 'Mulish-Bold';
  font-size: 33px;
  line-height: 1;
  color: #17479D;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.general-process-recruit .line {
  border-color: #17479D;
  margin-bottom: 30px;
}
.general-process-recruit p {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 18px;
  line-height: 28px;
  color: #000;
  padding-top: 0;
}
.general-process-recruit .description > ul {
  list-style-type: upper-alpha;
  list-style-position: inside;
}
.general-process-recruit .description > ul > li {
  font-family: 'AvenirNextLTPro-Medium';
  font-size: 23px;
  line-height: 32px;
  color: #EE6823;
  padding-bottom: 30px;
}
.general-process-recruit .description > ul > li:last-child {
  padding-bottom: 0;
}
.general-process-recruit .description > ul ul {
  list-style-type: decimal;
  list-style-position: inside;
  padding-top: 15px;
}
.general-process-recruit .description > ul ul li {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 23px;
  line-height: 32px;
  color: #000;
}
.general-process-recruit .order {
  font-family: 'AvenirNextLTPro-Medium';
  font-size: 20px;
  line-height: 32px;
  color: #EE6823;
  padding-bottom: 0px;
}
.general-process-recruit .description {
  padding-bottom: 33px;
}
.general-process-recruit .description:last-child {
  padding-bottom: 0;
}
.general-process-recruit .description > ul,
.general-process-recruit ol {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-position: inside;
}
.general-process-recruit .description > ul > li,
.general-process-recruit ol > li {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 18px;
  line-height: 28px;
}
.general-process-recruit .description > ul > li:last-child,
.general-process-recruit ol > li:last-child {
  padding-bottom: 0;
}
@media only screen and (max-width: 1919px) {
  .general-process-recruit .container-fluid::after {
    width: 10%;
  }
  .general-process-recruit .image-content {
    width: 56.7%;
  }
  .general-process-recruit .text-content {
    width: 55%;
  }
}
@media only screen and (max-width: 1640px) {
  .general-process-recruit .container-fluid::after {
    width: 20px;
  }
  .general-process-recruit .p-container {
    align-items: stretch;
  }
  .general-process-recruit .image-content {
    margin-right: 0;
    transform: translateX(0px);
    padding-left: 15px;
  }
  .general-process-recruit .image-bg {
    height: 100%;
  }
  .general-process-recruit .text-content {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 15px;
  }
  .general-process-recruit .description {
    padding-bottom: 10px;
  }
  .general-process-recruit p {
    padding-top: 0;
  }
  .general-process-recruit .order {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 1280px) {
  .general-process-recruit .container-fluid::after {
    width: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .general-process-recruit {
    margin-top: -170px;
    margin-bottom: 100px;
    position: relative;
    z-index: -1;
  }
  .general-process-recruit .container-fluid {
    padding-top: 110px;
    padding-bottom: 0;
    max-width: 100%;
    margin: 0;
    position: relative;
    box-shadow: none;
    background-color: #EDEDED;
  }
  .general-process-recruit .container-fluid::after {
    display: none;
  }
  .general-process-recruit .image-content {
    width: 100%;
    margin-right: 0;
    position: relative;
    transform: none;
    padding-left: 0px;
  }
  .general-process-recruit .text-content {
    width: 100%;
    padding-top: 0;
    padding-right: 0px;
  }
  .general-process-recruit .image-bg {
    padding-bottom: 70.18%;
  }
  .general-process-recruit .image-bg img {
    display: none;
  }
  .general-process-recruit .image-bg .mobile {
    display: inline;
  }
  .general-process-recruit .p-container {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    bottom: -100px;
  }
  .general-process-recruit h3 {
    font-size: 23px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .general-process-recruit .line {
    margin-bottom: 30px;
  }
  .general-process-recruit p {
    font-size: 16px;
    line-height: 22px;
    padding-top: 0;
  }
  .general-process-recruit .description > ul > li {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 20px;
  }
  .general-process-recruit .description > ul ul {
    padding-top: 15px;
  }
  .general-process-recruit .description > ul ul li {
    font-size: 16px;
    line-height: 22px;
  }
  .general-process-recruit .order {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 10px;
  }
  .general-process-recruit .description {
    padding-bottom: 20px;
  }
  .general-process-recruit .description > ul > li,
  .general-process-recruit ol > li {
    font-size: 16px;
    line-height: 22px;
  }
  .general-process-recruit .description > ul > li:last-child,
  .general-process-recruit ol > li:last-child {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .general-process-recruit .container-fluid {
    padding-top: 70px;
  }
  .general-process-recruit .image-bg {
    padding-bottom: 64.71%;
  }
  .general-process-recruit .order {
    font-size: 17px;
  }
}
.general-image-activities {
  background-color: #FFF;
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
}
.general-image-activities .container-fluid {
  padding-top: 155px;
  padding-bottom: 225px;
}
.general-image-activities .slide-wrap {
  position: relative;
}
.general-image-activities h3 {
  font-family: 'Mulish-Bold';
  font-size: 33px;
  line-height: 1;
  color: #17479D;
  text-transform: uppercase;
  padding-bottom: 15px;
  text-align: center;
}
.general-image-activities .line {
  border-color: #17479D;
  margin: 0 auto 30px;
}
.general-image-activities .text {
  font-family: 'AvenirNextLTPro-Medium';
  font-size: 20px;
  line-height: 32px;
  color: #EE6823;
  height: 75px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(35px 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 35px) 100%, 0 100%, 0 20px);
  background-color: #FFF;
}
.general-image-activities .image-bg {
  padding-bottom: 50%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.general-image-activities .border-round {
  width: 42.1875%;
  position: absolute;
  top: calc(100% - 25px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  margin: 0px auto;
  padding: 2px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.2));
}
.general-image-activities .border-round::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #EE6823;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(35px 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 35px) 100%, 0 100%, 0 20px);
}
.general-image-activities .icon-check {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 0 auto;
  background-color: #17479D;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  border-radius: 50%;
}
.general-image-activities .icon-check::before {
  content: "";
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #17479D;
  opacity: 0.3;
  border-radius: 50%;
  z-index: -2;
}
.general-image-activities .icon-check img {
  display: inline!important;
}
.general-image-activities .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.general-image-activities .slick-arrow {
  display: none!important;
}
.general-image-activities .slick-dots {
  position: absolute;
  bottom: 53px;
  left: 50%;
  transform: translateX(-50%);
}
.general-image-activities .slick-dots li {
  margin: 0 4px;
  background-color: transparent;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  border: 1px solid #EE6823;
}
.general-image-activities .slick-dots li button {
  border: 0px;
  outline: 0px;
  height: 0px;
  width: 0px;
}
.general-image-activities .slick-dots li button::before {
  display: none;
}
.general-image-activities .slick-dots .slick-active {
  background-color: #EE6823;
}
.general-image-activities.bg-color {
  background-image: url(../images/bg-slide.jpg);
}
.general-image-activities.bg-color .image-bg {
  padding-bottom: 41.66666667%;
}
.general-image-activities.bg-color .slick-dots {
  display: none!important;
}
@media only screen and (max-width: 1023px) {
  .general-image-activities .container-fluid {
    padding-top: 60px;
    padding-bottom: 95px;
  }
  .general-image-activities h3 {
    font-size: 23px;
    line-height: 30px;
    padding-bottom: 10px;
    text-align: left;
  }
  .general-image-activities .line {
    margin: 0 0 20px;
  }
  .general-image-activities .text {
    font-size: 16px;
    line-height: 11px;
    height: 52px;
    clip-path: polygon(15px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 15px) 100%, 0 100%, 0 10px);
  }
  .general-image-activities .border-round {
    width: 80%;
    top: calc(100% - 30px);
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.16));
  }
  .general-image-activities .border-round::before {
    clip-path: polygon(15px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 15px) 100%, 0 100%, 0 10px);
  }
  .general-image-activities .icon-check {
    width: 16px;
    height: 16px;
    line-height: 16px;
  }
  .general-image-activities .icon-check::before {
    width: calc(100% + 6px);
    height: calc(100% + 6px);
  }
  .general-image-activities .icon-check img {
    width: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .general-image-activities .p-container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .general-image-activities h3 {
    text-align: center;
  }
  .general-image-activities .line {
    margin: 0px auto;
    margin-bottom: 20px;
  }
  .general-image-activities .border-round {
    width: calc(100% - 30px);
  }
  .general-image-activities .image-bg {
    padding-bottom: 83.33333333%;
  }
  .general-image-activities ul.slick-dots {
    display: none!important;
  }
  .general-image-activities.bg-color .p-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .general-image-activities.bg-color .image-bg {
    padding-bottom: 64.7%;
  }
}
.general-huflit-philosophy .container-fluid {
  padding-top: 135px;
  padding-bottom: 100px;
}
.general-huflit-philosophy h3 {
  font-family: 'Mulish-Bold';
  font-size: 33px;
  line-height: 1;
  color: #073484;
  text-transform: uppercase;
  padding-bottom: 15px;
  text-align: center;
}
.general-huflit-philosophy .line {
  border-color: #244898;
  margin: 0 auto 20px;
}
.general-huflit-philosophy .slogan {
  font-family: 'AvenirNextLTPro-Demi';
  font-size: 37px;
  line-height: 60px;
  color: #EE6823;
  text-transform: uppercase;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 1023px) {
  .general-huflit-philosophy .container-fluid {
    padding-top: 55px;
    padding-bottom: 48px;
  }
  .general-huflit-philosophy h3 {
    font-size: 23px;
    line-height: 30px;
    padding-bottom: 8px;
  }
  .general-huflit-philosophy .line {
    margin: 0 auto 28px;
  }
  .general-huflit-philosophy .slogan {
    font-size: 21px;
    line-height: 32px;
    padding-left: 0;
    padding-right: 0;
  }
}
.general-huflit-mission-vision .container-fluid {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 150px;
  position: relative;
}
.general-huflit-mission-vision .p-container {
  padding-top: 0;
}
.general-huflit-mission-vision .bg-color {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 47.015%;
  background-color: #EDEDED;
  clip-path: polygon(0 300px, 100% 0, 100% 100%, 0 100%);
  z-index: -1;
}
.general-huflit-mission-vision .p-container {
  max-width: 1280px;
  margin: 0 auto;
}
.general-huflit-mission-vision h3 {
  font-family: 'Mulish-Bold';
  font-size: 33px;
  line-height: 1;
  color: #073484;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.general-huflit-mission-vision .line {
  border-color: #244898;
  margin-bottom: 30px;
}
.general-huflit-mission-vision p {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 18px;
  line-height: 28px;
  color: #000;
  height: 160px;
}
.general-huflit-mission-vision .text {
  font-family: 'AvenirNextLTPro-Medium';
  font-size: 25px;
  line-height: 32px;
  color: #000;
  text-align: center;
}
.general-huflit-mission-vision .mission-vision .text-content {
  padding-bottom: 0;
}
.general-huflit-mission-vision .mission-vision .image-bg {
  padding-bottom: 70.18%;
}
.general-huflit-mission-vision .mission-vision .mission {
  padding-top: 45px;
}
.general-huflit-mission-vision .mission-vision .mission .image-content {
  padding-top: 20px;
  padding-left: 20px;
}
.general-huflit-mission-vision .mission-vision .mission .image-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #EE6823;
  top: -20px;
  left: -20px;
}
.general-huflit-mission-vision .mission-vision .vision .image-content {
  padding-right: 20px;
  padding-bottom: 20px;
}
.general-huflit-mission-vision .mission-vision .vision .image-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #EE6823;
  bottom: -20px;
  right: -20px;
}
.general-huflit-mission-vision .image-bg {
  padding-bottom: 35.46875%;
  position: relative;
}
.general-huflit-mission-vision .image-bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}
.general-huflit-mission-vision .image-openning .image-bg img {
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 300px), 0 100%);
}
.general-huflit-mission-vision .image-openning .image-bg::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #17479D;
  opacity: 0.5;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 300px), 0 100%);
}
.general-huflit-mission-vision .mission-vision {
  display: flex;
  flex-direction: row;
  margin: 0 -20px;
}
.general-huflit-mission-vision .mission-vision .content {
  width: 50%;
  padding: 0 20px;
}
.general-huflit-mission-vision .core-value {
  padding-top: 155px;
}
.general-huflit-mission-vision .core-value h3 {
  text-align: center;
}
.general-huflit-mission-vision .core-value .line {
  margin: 0 auto 45px;
}
.general-huflit-mission-vision .core-value .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.general-huflit-mission-vision .core-value .icon {
  width: 140px;
  height: 140px;
  margin-bottom: 25px;
}
.general-huflit-mission-vision .core-value .row {
  justify-content: space-between;
  margin: 0px;
}
.general-huflit-mission-vision .core-value .row .col {
  width: auto;
  padding: 0px;
}
.general-huflit-mission-vision .core-value .row .col-after {
  width: 9.91%;
  position: relative;
  padding: 0px;
}
.general-huflit-mission-vision .core-value .row .col-after::after {
  content: "";
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 1px;
  background: #EE6823;
}
.general-huflit-mission-vision .core-value .row .col-after:last-child {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .general-huflit-mission-vision .container-fluid {
    padding-bottom: 50px;
  }
  .general-huflit-mission-vision .image-openning .image-bg img {
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 150px), 0 100%);
  }
  .general-huflit-mission-vision .image-openning .image-bg::after {
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 150px), 0 100%);
  }
  .general-huflit-mission-vision .core-value .icon {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }
  .general-huflit-mission-vision .core-value .row .col-after::after {
    top: 50px;
  }
  .general-huflit-mission-vision .text {
    font-size: 24px;
  }
  .general-huflit-mission-vision .p-container {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .general-huflit-mission-vision .container-fluid {
    padding-bottom: 60px;
  }
  .general-huflit-mission-vision img.bg {
    display: none;
  }
  .general-huflit-mission-vision h3 {
    font-size: 23px;
    line-height: 30px;
    padding-bottom: 8px;
  }
  .general-huflit-mission-vision .line {
    margin-bottom: 30px;
  }
  .general-huflit-mission-vision p {
    font-size: 16px;
    line-height: 22px;
    height: auto;
    -webkit-line-clamp: unset;
  }
  .general-huflit-mission-vision .text {
    font-size: 20px;
    line-height: 22px;
  }
  .general-huflit-mission-vision .mission-vision {
    flex-direction: column;
    margin: -35px 0;
  }
  .general-huflit-mission-vision .mission-vision .text-content {
    padding-bottom: 30px;
  }
  .general-huflit-mission-vision .mission-vision .content {
    width: 100%;
    padding: 35px 0;
  }
  .general-huflit-mission-vision .mission-vision .mission {
    width: 100%;
    padding-top: 0;
  }
  .general-huflit-mission-vision .mission-vision .mission .image-content {
    padding-top: 0;
    padding-left: 0;
  }
  .general-huflit-mission-vision .mission-vision .mission .image-bg {
    padding-bottom: 73.53%;
  }
  .general-huflit-mission-vision .mission-vision .mission .image-bg::before {
    width: calc(100% + 40px);
    height: calc(50% + 40px);
    top: unset;
    bottom: -20px;
    left: -20px;
  }
  .general-huflit-mission-vision .mission-vision .vision {
    width: 100%;
  }
  .general-huflit-mission-vision .mission-vision .vision .image-content {
    padding-right: 0;
    padding-bottom: 0;
  }
  .general-huflit-mission-vision .mission-vision .vision .image-bg {
    padding-bottom: 73.53%;
  }
  .general-huflit-mission-vision .mission-vision .vision .image-bg::before {
    content: "";
    width: calc(100% + 40px);
    height: calc(50% + 40px);
    bottom: -20px;
    right: -20px;
  }
  .general-huflit-mission-vision .image-bg {
    padding-bottom: 46.86%;
  }
  .general-huflit-mission-vision .image-openning .image-bg img {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 calc(100% - 57px));
  }
  .general-huflit-mission-vision .image-openning .image-bg::after {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 calc(100% - 57px));
  }
  .general-huflit-mission-vision .core-value {
    padding-top: 70px;
  }
  .general-huflit-mission-vision .core-value h3 {
    text-align: center;
  }
  .general-huflit-mission-vision .core-value .row {
    justify-content: center;
    align-items: center;
    margin: -10px;
  }
  .general-huflit-mission-vision .core-value .row .col {
    width: 33.33333333%;
    padding: 10px;
  }
  .general-huflit-mission-vision .core-value .row .col-after {
    display: none;
  }
  .general-huflit-mission-vision .core-value .line {
    margin: 0 auto 30px;
  }
  .general-huflit-mission-vision .core-value .icon {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .general-huflit-mission-vision .container-fluid {
    padding-bottom: 0;
  }
  .general-huflit-mission-vision .mission-vision .mission .image-bg::before {
    width: calc(100% + 20px);
    height: calc(50% + 10px);
    top: unset;
    bottom: -10px;
    left: -10px;
  }
  .general-huflit-mission-vision .mission-vision .vision .image-bg::before {
    width: calc(100% + 20px);
    height: calc(50% + 10px);
    bottom: -10px;
    right: -10px;
  }
  .general-huflit-mission-vision .core-value {
    background-color: #EDEDED;
    padding-bottom: 60px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .general-huflit-mission-vision .core-value .row {
    justify-content: center;
    align-items: center;
    margin: -10px 0;
  }
  .general-huflit-mission-vision .core-value .row .col {
    width: 100%;
    padding: 10px 0;
  }
  .general-huflit-mission-vision .core-value .icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
}
.general-huflit-long-term .container-fluid {
  max-width: 100%;
  padding-top: 155px;
  position: relative;
}
.general-huflit-long-term .bg-color {
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 100%;
  height: 52.6111%;
  background-color: #17479D;
  z-index: -1;
  clip-path: polygon(0 300px, 100% 0, 100% 100%, 0 100%);
}
.general-huflit-long-term .p-container {
  max-width: 1280px;
  margin: 0 auto;
}
.general-huflit-long-term h3 {
  font-family: 'Mulish-Bold';
  font-size: 33px;
  line-height: 1;
  color: #073484;
  text-transform: uppercase;
  padding-bottom: 12px;
  text-align: center;
}
.general-huflit-long-term .line {
  border-color: #244898;
  margin: 0 auto 20px;
}
.general-huflit-long-term .slogan {
  font-family: 'AvenirNextLTPro-Demi';
  font-size: 40px;
  line-height: 75px;
  color: #EE6823;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 40px;
}
.general-huflit-long-term .image-bg {
  padding-bottom: 125%;
  position: relative;
}
.general-huflit-long-term .image-bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}
.general-huflit-long-term .image-bg .mobile {
  display: none;
}
.general-huflit-long-term .row {
  margin: 0;
}
.general-huflit-long-term .row > * {
  padding: 0;
}
.general-huflit-long-term .culture-value {
  padding-top: 105px;
  padding-bottom: 50px;
}
.general-huflit-long-term .culture-value h3 {
  color: #FFF;
}
.general-huflit-long-term .culture-value .line {
  border-color: #FFF;
}
.general-huflit-long-term .culture-value .slogan {
  color: #FFF;
}
.general-huflit-long-term .culture-value .image-bg {
  padding-bottom: 66.66666667%;
}
.general-huflit-long-term .activities-slogan {
  padding-top: 100px;
}
.general-huflit-long-term .activities-slogan .slogan {
  padding-bottom: 0px;
}
.general-huflit-long-term .activities-slogan span {
  display: inline-block;
}
.general-huflit-long-term .activities-slogan span:not(:last-child) {
  position: relative;
}
.general-huflit-long-term .activities-slogan span:not(:last-child)::after {
  margin-left: 10px;
  margin-top: -5px;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #EE6823;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 1280px) {
  .general-huflit-long-term .bg-color {
    bottom: 25%;
    height: 50%;
  }
  .general-huflit-long-term .slogan {
    font-size: 46px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .general-huflit-long-term .container-fluid {
    padding-top: 60px;
  }
  .general-huflit-long-term .bg-color {
    display: none;
  }
  .general-huflit-long-term h3 {
    font-size: 23px;
    line-height: 30px;
    padding-bottom: 8px;
  }
  .general-huflit-long-term .line {
    margin: 0 auto 5px;
  }
  .general-huflit-long-term .slogan {
    font-size: 23px;
    line-height: 75px;
    padding-bottom: 10px;
  }
  .general-huflit-long-term .culture-value {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .general-huflit-long-term .culture-value h3 {
    color: #073484;
  }
  .general-huflit-long-term .culture-value .line {
    border-color: #244898;
  }
  .general-huflit-long-term .culture-value .slogan {
    color: #EE6823;
  }
  .general-huflit-long-term .activities-slogan {
    padding-top: 60px;
  }
  .general-huflit-long-term .activities-slogan span:not(:last-child) {
    padding-right: 15px;
  }
  .general-huflit-long-term .activities-slogan span:not(:last-child)::after {
    width: 7px;
    height: 2px;
  }
  .general-huflit-long-term .activities-slogan .line {
    margin-bottom: 15px;
  }
  .general-huflit-long-term .activities-slogan .slogan {
    line-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .general-huflit-long-term .image-bg {
    padding-bottom: 88.23529412%;
  }
  .general-huflit-long-term .image-bg img {
    display: none;
  }
  .general-huflit-long-term .image-bg .mobile {
    display: inline;
  }
  .general-huflit-long-term .long-term .col-4 {
    width: 100%;
  }
  .general-huflit-long-term .long-term .col-4:not(:first-child) {
    display: none;
  }
  .general-huflit-long-term .culture-value .image-bg {
    padding-bottom: 88.23529412%;
  }
  .general-huflit-long-term .culture-value .col-6 {
    width: 100%;
  }
  .general-huflit-long-term .culture-value .col-6:not(:first-child) {
    display: none;
  }
  .general-huflit-long-term .activities-slogan span {
    display: block;
    text-align: center;
  }
  .general-huflit-long-term .activities-slogan span:not(:last-child) {
    padding-right: 0px;
  }
  .general-huflit-long-term .activities-slogan span:not(:last-child)::after {
    display: none;
  }
}
.room .container-inner {
  padding-top: 130px;
}
.room .title {
  position: relative;
}
.room .title::after {
  content: "";
  position: absolute;
  height: 60px;
  width: 91.7%;
  right: 0;
  bottom: -30px;
  background-color: #EDEDED;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%);
  z-index: -1;
}
.room h2 {
  padding-left: 50px;
  padding-right: 95px;
  display: inline-block;
  border-top-right-radius: 5px;
  background: #EE6823;
  font-size: 29px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  font-family: 'Mulish-Bold';
  clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0% 100%);
}
.room .info-room {
  padding-top: 70px;
  padding-bottom: 95px;
}
.room .info-item {
  font-family: 'AvenirNextLTPro-Medium';
  line-height: 30px;
  font-size: 20px;
  margin: 0px -20px;
}
.room .padding-bottom {
  padding-bottom: 25px;
}
.room .connect-mobile {
  display: none;
}
.room .info-left {
  color: #073484;
  padding: 0px 20px;
  width: 27%;
}
.room .info-right {
  color: #000;
  padding: 0px 20px;
  width: 73%;
  font-family: 'AvenirNextLTPro-Regular';
}
.room .info-right strong {
  font-family: 'AvenirNextLTPro-Demi';
}
.room .info-right span {
  font-family: 'AvenirNextLTPro-Medium';
}
@media screen and (max-width: 1280px) {
  .room .container-inner {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .room .info-room {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .room .title::after {
    height: 45px;
    bottom: -15px;
  }
  .room h2 {
    font-size: 24px;
    line-height: 50px;
    padding-left: 30px;
    padding-right: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .room .container-inner {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .room .title::after {
    height: 40px;
    width: 85%;
  }
  .room h2 {
    font-size: 20px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 50px;
  }
  .room .info-item {
    margin: 0px -15px;
    font-size: 16px;
    line-height: 30px;
  }
  .room .info-left {
    width: 25%;
    padding: 0px 15px;
  }
  .room .info-right {
    width: 75%;
    padding: 0px 15px;
  }
  .room .info-room {
    padding-top: 45px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .room .container-inner {
    padding-top: 50px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .room .list-connect {
    display: none;
  }
  .room .connect-mobile {
    display: block;
  }
  .room .content {
    padding-top: 70px;
  }
  .room .content:first-child {
    padding-top: 0px;
  }
  .room .title::after {
    display: none;
  }
  .room h2 {
    clip-path: initial;
    border-radius: 0px;
    font-size: 20px;
    line-height: 30px;
    color: #17479D;
    background: transparent;
    position: relative;
    padding: 0px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .room h2::after {
    content: "";
    position: absolute;
    left: 10px;
    bottom: 2px;
    width: 20px;
    height: 2px;
    background: #17479D;
  }
  .room .info-item {
    display: block;
    margin: 0px;
  }
  .room .info-left,
  .room .info-right {
    width: 100%;
    padding: 0px;
  }
  .room .info-left {
    padding-bottom: 5px;
    color: #EE6823;
    font-size: 15px;
    line-height: 22px;
    font-family: 'AvenirNextLTPro-Demi';
  }
  .room .info-right {
    line-height: 22px;
  }
  .room .info-room {
    padding-top: 24px;
    padding-bottom: 0px;
  }
  .room .info-list {
    padding-left: 10px;
    padding-right: 10px;
  }
  .room .info-list .info-item {
    padding-bottom: 20px;
  }
  .room .connect-mobile {
    background: #EDEDED;
    padding: 16px 10px 5px 10px;
  }
  .room .connect-mobile .part {
    color: #EE6823;
    line-height: 22px;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 15px;
    padding-bottom: 10px;
  }
  .room .connect-mobile .info-list {
    padding: 0px;
  }
  .room .connect-mobile .info-item {
    display: flex;
    align-items: flex-start;
    padding-bottom: 10px;
  }
  .room .connect-mobile .mail img {
    margin-top: 8px;
  }
  .room .connect-mobile img {
    margin-top: 5px;
    flex-shrink: 0;
  }
  .room .connect-mobile .text-detail {
    line-height: 22px;
    font-family: 'AvenirNextLTPro-Regular';
    padding-left: 10px;
  }
  .room .connect-mobile .text-detail span {
    display: block;
  }
  .room .connect-mobile .text-detail .ext,
  .room .connect-mobile .text-detail .phone {
    display: inline;
  }
  .room .connect-mobile .text-detail .ext strong,
  .room .connect-mobile .text-detail .phone strong {
    font-family: 'AvenirNextLTPro-Demi';
    color: #17479D;
  }
  .room .connect-mobile .text-detail .phone,
  .room .connect-mobile .text-detail .mobifone {
    font-family: 'AvenirNextLTPro-Medium';
  }
  .room .connect-mobile .text-detail .ext {
    padding-left: 50px;
  }
}
.seemore .container-inner {
  padding-top: 100px;
  padding-bottom: 122px;
}
.seemore .seemore-wrap {
  background-size: cover;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.seemore .border-box {
  position: relative;
  max-width: 506px;
  margin: 0px auto;
  width: 100%;
}
.seemore .border-box::after {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  clip-path: polygon(5% 0, 80% 0%, 100% 0, 100% 80%, 95% 100%, 20% 100%, 0 100%, 0 20%);
  background: transparent;
  background: #DE6F38;
}
.seemore .content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 78px;
  clip-path: polygon(5% 0, 80% 0%, 100% 0, 100% 80%, 95% 100%, 20% 100%, 0 100%, 0 20%);
  position: relative;
  z-index: 1;
  background: #FFF;
  padding: 20px 30px;
}
.seemore .text-seemore {
  font-size: 20px;
  color: #EE6823;
  font-family: 'AvenirNextLTPro-Medium';
  line-height: 32px;
}
.seemore img {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .seemore {
    display: none;
  }
}
.recruiting-student .page-title {
  margin-top: 0;
}
.recruiting-student .page-title .p-container {
  margin: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}
.recruiting-student .page-title h1 {
  padding: 0;
  line-height: 1;
}
.recruiting-student .page-title h2 {
  display: none;
}
.recruiting-openning .container-fluid {
  padding-top: 130px;
  padding-bottom: 120px;
}
.recruiting-openning h3 {
  font-family: 'Mulish-Bold';
  font-size: 28px;
  line-height: 41px;
  color: #073484;
  text-align: center;
  padding-bottom: 30px;
}
.recruiting-openning .date,
.recruiting-openning .time {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 18px;
  line-height: 26px;
  color: #000;
}
.recruiting-openning .date {
  display: inline-flex;
  flex-direction: row;
}
.recruiting-openning .time {
  display: inline-block;
}
.recruiting-openning p {
  font-family: 'AvenirNextLTPro-Medium';
  font-size: 18px;
  line-height: 26px;
  color: #17479D;
  padding-bottom: 20px;
}
.recruiting-openning ol {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-position: inside;
}
.recruiting-openning ol li {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
.recruiting-openning ol li::marker {
  color: #17479D;
  font-family: 'AvenirNextLTPro-Medium';
}
.recruiting-openning ol li strong {
  color: #17479D;
  font-family: 'AvenirNextLTPro-Medium';
  font-weight: normal;
}
.recruiting-openning ul li::before {
  content: url(../img/dot-blue.svg);
  width: 3px;
  height: 3px;
  line-height: 1.2;
  vertical-align: top;
  margin-right: 5px;
}
.recruiting-openning .title-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.recruiting-openning .content {
  padding-top: 60px;
}
.recruiting-openning .day {
  padding-bottom: 40px;
  display: flex;
  flex-direction: row;
  margin-left: -15px;
  margin-right: -15px;
}
.recruiting-openning .day > * {
  padding-left: 15px;
  padding-right: 15px;
}
.recruiting-openning .line {
  border: 0;
  width: 300px;
  height: 1px;
  background-color: #244898;
}
@media only screen and (max-width: 1023px) {
  .recruiting-openning .container-fluid {
    padding-top: 50px;
    padding-bottom: 75px;
  }
  .recruiting-openning h3 {
    font-family: 'Mulish-SemiBold';
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 20px;
  }
  .recruiting-openning .date,
  .recruiting-openning .time {
    font-size: 16px;
    line-height: 26px;
  }
  .recruiting-openning .date {
    display: inline-flex;
    flex-direction: row;
  }
  .recruiting-openning .time {
    display: inline-block;
  }
  .recruiting-openning p {
    font-size: 16px;
    line-height: 22px;
  }
  .recruiting-openning ol li {
    font-size: 16px;
    line-height: 22px;
  }
  .recruiting-openning ul li::before {
    line-height: 1;
    margin-right: 5px;
  }
  .recruiting-openning .content {
    padding-top: 30px;
  }
  .recruiting-openning .day {
    padding-bottom: 30px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .recruiting-openning .day > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .recruiting-openning .line {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .recruiting-openning .date,
  .recruiting-openning .time {
    line-height: 1;
  }
  .recruiting-openning .date {
    border-right: 0.5px solid #707070;
  }
  .recruiting-openning .time {
    border-left: 0.5px solid #707070;
  }
}
.recruiting-list .container-fluid {
  padding-bottom: 150px;
}
.recruiting-list h3 {
  font-family: 'Mulish-Bold';
  font-size: 28px;
  line-height: 1;
  color: #FFF;
  text-align: center;
  padding: 20px 60px;
  display: inline;
  text-transform: uppercase;
  position: relative;
  filter: drop-shadow(2px 2.5px 4px rgba(0, 0, 0, 0.4));
}
.recruiting-list h3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #17479D;
  clip-path: polygon(40px 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 40px);
}
.recruiting-list .title-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  margin: 0 -20px;
}
.recruiting-list .title-block > * {
  padding: 0 20px;
}
.recruiting-list .horizontal-line {
  flex: 1;
  max-width: 33.33333333%;
  overflow: hidden;
}
.recruiting-list .line {
  border: 0;
  width: 999px;
  max-width: 100%;
  height: 1.5px;
  background-color: #244898;
}
.recruiting-list .content {
  padding-top: 120px;
}
.recruiting-list .content img {
  width: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 1023px) {
  .recruiting-list .container-fluid {
    padding-bottom: 75px;
  }
  .recruiting-list h3 {
    font-size: 18px;
  }
  .recruiting-list h3::before {
    clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
  }
  .recruiting-list .content {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .recruiting-list .container-fluid {
    padding-bottom: 60px;
  }
  .recruiting-list h3 {
    width: 100%;
    padding: 18px 20px;
    display: block;
  }
  .recruiting-list .content {
    padding-top: 30px;
  }
  .recruiting-list .title-block {
    margin: 0;
  }
  .recruiting-list .title-block > * {
    padding: 0;
  }
  .recruiting-list .title {
    width: 100%;
  }
  .recruiting-list .horizontal-line {
    display: none;
  }
}
.recruiting-method .container-fluid {
  padding-bottom: 60px;
  border-bottom: 0.5px solid #707070;
}
.recruiting-method h3 {
  font-family: 'Mulish-Bold';
  font-size: 28px;
  line-height: 1;
  color: #FFF;
  text-align: center;
  padding: 20px 60px;
  display: inline;
  text-transform: uppercase;
  position: relative;
  filter: drop-shadow(2px 2.5px 4px rgba(0, 0, 0, 0.4));
}
.recruiting-method h3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #17479D;
  clip-path: polygon(40px 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 40px);
}
.recruiting-method .content {
  padding-top: 120px;
}
.recruiting-method ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style-type: none;
}
.recruiting-method ol > li {
  counter-reset: ul-li-direct-ol;
  counter-increment: ol-li-direct-content;
  font-family: 'AvenirNextLTPro-Demi';
  font-size: 18px;
  line-height: 26px;
  color: #000;
  padding-bottom: 40px;
}
.recruiting-method ol > li > strong {
  color: #17479D;
  font-weight: normal;
}
.recruiting-method ol > li::before {
  content: counter(ol-li-direct-content) ". ";
  font-family: 'AvenirNextLTPro-Demi';
  font-size: 18px;
  line-height: 26px;
  color: #17479D;
}
.recruiting-method ol > li:first-child > ul,
.recruiting-method ol > li:first-child ol {
  padding-left: 0;
}
.recruiting-method ol > li:first-child > ul > li,
.recruiting-method ol > li:first-child ol > li {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
.recruiting-method ol > li:first-child > ul > li::before,
.recruiting-method ol > li:first-child ol > li::before {
  display: none;
}
.recruiting-method ol > li > ul,
.recruiting-method ol > li ol {
  padding-top: 20px;
  padding-left: 20px;
}
.recruiting-method ol > li > ul > li,
.recruiting-method ol > li ol > li {
  counter-increment: ul-li-direct-ol;
  font-family: 'AvenirNextLTPro-Demi';
  font-size: 17px;
  line-height: 26px;
  color: #000;
}
.recruiting-method ol > li > ul > li:not(:first-child),
.recruiting-method ol > li ol > li:not(:first-child) {
  padding-top: 30px;
}
.recruiting-method ol > li > ul > li::before,
.recruiting-method ol > li ol > li::before {
  content: counter(ol-li-direct-content) "." counter(ul-li-direct-ol) " - ";
  font-family: 'AvenirNextLTPro-Demi';
  font-size: 17px;
  line-height: 26px;
  color: #000;
}
.recruiting-method ol > li > ul > li > div p,
.recruiting-method ol > li ol > li > div p {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 16px;
  line-height: 28px;
  color: #000;
  padding-top: 20px;
}
.recruiting-method ol > li > ul > li > div p strong,
.recruiting-method ol > li ol > li > div p strong {
  font-family: 'AvenirNextLTPro-Demi';
  font-size: 17px;
  line-height: 26px;
  color: #EE6823;
  padding-top: 50px;
  font-weight: normal;
}
.recruiting-method ol > li > ul > li > div ul li,
.recruiting-method ol > li ol > li > div ul li {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
.recruiting-method ol > li > ul > li > div ul li::before,
.recruiting-method ol > li ol > li > div ul li::before {
  content: url(../img/dot-black.svg);
  width: 3px;
  height: 3px;
  line-height: 1.2;
  vertical-align: top;
  margin-right: 5px;
}
.recruiting-method ol > li > ul > li > ul,
.recruiting-method ol > li ol > li > ul,
.recruiting-method ol > li > ul > li ol,
.recruiting-method ol > li ol > li ol {
  padding-top: 20px;
}
.recruiting-method ol > li > ul > li > ul li,
.recruiting-method ol > li ol > li > ul li,
.recruiting-method ol > li > ul > li ol li,
.recruiting-method ol > li ol > li ol li {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 16px;
  line-height: 28px;
  color: #000;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.recruiting-method ol > li > ul > li > ul li > strong,
.recruiting-method ol > li ol > li > ul li > strong,
.recruiting-method ol > li > ul > li ol li > strong,
.recruiting-method ol > li ol > li ol li > strong {
  font-family: 'AvenirNextLTPro-Medium';
  color: #000;
  padding-right: 5px;
  font-weight: normal;
}
.recruiting-method ol > li > ul > li > ul li::before,
.recruiting-method ol > li ol > li > ul li::before,
.recruiting-method ol > li > ul > li ol li::before,
.recruiting-method ol > li ol > li ol li::before {
  content: url(../img/dot-black.svg);
  width: 3px;
  height: 3px;
  line-height: 1.2;
  vertical-align: top;
  margin-right: 10px;
}
.recruiting-method ol > li > ul > li > ul li div,
.recruiting-method ol > li ol > li > ul li div,
.recruiting-method ol > li > ul > li ol li div,
.recruiting-method ol > li ol > li ol li div {
  width: 100%;
  padding-top: 30px;
}
.recruiting-method ol > li > ul > li > ul li div table,
.recruiting-method ol > li ol > li > ul li div table,
.recruiting-method ol > li > ul > li ol li div table,
.recruiting-method ol > li ol > li ol li div table {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #E2E2E2;
}
.recruiting-method ol > li > ul > li > ul li div th,
.recruiting-method ol > li ol > li > ul li div th,
.recruiting-method ol > li > ul > li ol li div th,
.recruiting-method ol > li ol > li ol li div th {
  text-align: center;
  border: 1px solid #E2E2E2;
  font-family: 'AvenirNextLTPro-Demi';
  font-size: 20px;
  line-height: 26px;
  color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
}
.recruiting-method ol > li > ul > li > ul li div td,
.recruiting-method ol > li ol > li > ul li div td,
.recruiting-method ol > li > ul > li ol li div td,
.recruiting-method ol > li ol > li ol li div td {
  text-align: center;
  border: 1px solid #E2E2E2;
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 18px;
  line-height: 26px;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}
.recruiting-method ol > li > ul > li > ul li div td strong,
.recruiting-method ol > li ol > li > ul li div td strong,
.recruiting-method ol > li > ul > li ol li div td strong,
.recruiting-method ol > li ol > li ol li div td strong {
  font-family: 'AvenirNextLTPro-Medium';
  font-weight: normal;
  color: #000;
}
.recruiting-method ol > li > ul > li > p,
.recruiting-method ol > li ol > li > p {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 16px;
  line-height: 28px;
  color: #000;
  padding-top: 20px;
}
.recruiting-method .title-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  margin: 0 -20px;
}
.recruiting-method .title-block > * {
  padding: 0 20px;
}
.recruiting-method .horizontal-line {
  flex: 1;
  max-width: 33.33333333%;
  overflow: hidden;
}
.recruiting-method .line {
  border: 0;
  width: 999px;
  max-width: 100%;
  height: 1.5px;
  background-color: #244898;
}
.recruiting-method .mobile {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .recruiting-method .container-fluid {
    padding-bottom: 50px;
  }
  .recruiting-method h3 {
    font-size: 18px;
  }
  .recruiting-method h3::before {
    clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
  }
  .recruiting-method .content {
    padding-top: 40px;
  }
  .recruiting-method ol > li {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 30px;
  }
  .recruiting-method ol > li::before {
    font-size: 16px;
    line-height: 22px;
  }
  .recruiting-method ol > li:first-child > ul > li,
  .recruiting-method ol > li:first-child ol > li {
    font-size: 16px;
    line-height: 22px;
  }
  .recruiting-method ol > li > ul,
  .recruiting-method ol > li ol {
    padding-top: 20px;
    padding-left: 0;
  }
  .recruiting-method ol > li > ul > li,
  .recruiting-method ol > li ol > li {
    font-family: 'AvenirNextLTPro-Medium';
    font-size: 16px;
  }
  .recruiting-method ol > li > ul > li:not(:first-child),
  .recruiting-method ol > li ol > li:not(:first-child) {
    padding-top: 30px;
  }
  .recruiting-method ol > li > ul > li::before,
  .recruiting-method ol > li ol > li::before {
    font-size: 16px;
    line-height: 26px;
  }
  .recruiting-method ol > li > ul > li ul,
  .recruiting-method ol > li ol > li ul,
  .recruiting-method ol > li > ul > li ol,
  .recruiting-method ol > li ol > li ol {
    padding-top: 10px;
  }
  .recruiting-method ol > li > ul > li ul li,
  .recruiting-method ol > li ol > li ul li,
  .recruiting-method ol > li > ul > li ol li,
  .recruiting-method ol > li ol > li ol li {
    font-size: 16px;
    line-height: 22px;
  }
  .recruiting-method ol > li > ul > li ul li span,
  .recruiting-method ol > li ol > li ul li span,
  .recruiting-method ol > li > ul > li ol li span,
  .recruiting-method ol > li ol > li ol li span {
    padding-right: 3px;
  }
  .recruiting-method ol > li > ul > li ul li::before,
  .recruiting-method ol > li ol > li ul li::before,
  .recruiting-method ol > li > ul > li ol li::before,
  .recruiting-method ol > li ol > li ol li::before {
    display: none;
  }
  .recruiting-method ol > li > ul > li ul li div,
  .recruiting-method ol > li ol > li ul li div,
  .recruiting-method ol > li > ul > li ol li div,
  .recruiting-method ol > li ol > li ol li div {
    padding-top: 30px;
  }
  .recruiting-method ol > li > ul > li ul li div table,
  .recruiting-method ol > li ol > li ul li div table,
  .recruiting-method ol > li > ul > li ol li div table,
  .recruiting-method ol > li ol > li ol li div table {
    border: 1px solid #E2E2E2;
  }
  .recruiting-method ol > li > ul > li ul li div th,
  .recruiting-method ol > li ol > li ul li div th,
  .recruiting-method ol > li > ul > li ol li div th,
  .recruiting-method ol > li ol > li ol li div th {
    font-size: 16px;
    line-height: 22px;
  }
  .recruiting-method ol > li > ul > li ul li div td,
  .recruiting-method ol > li ol > li ul li div td,
  .recruiting-method ol > li > ul > li ol li div td,
  .recruiting-method ol > li ol > li ol li div td {
    font-size: 15px;
    line-height: 21px;
  }
  .recruiting-method ol > li > ul > li p,
  .recruiting-method ol > li ol > li p {
    font-size: 16px;
    line-height: 22px;
    padding-top: 20px;
  }
  .recruiting-method ol > li > ul > li p strong,
  .recruiting-method ol > li ol > li p strong {
    font-family: 'AvenirNextLTPro-Medium';
    font-size: 16px;
    line-height: 26px;
    padding-top: 30px;
  }
  .recruiting-method ol > li > p {
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .recruiting-method .container-fluid {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .recruiting-method h3 {
    width: 100%;
    padding: 18px 20px;
    display: block;
  }
  .recruiting-method .title-block {
    margin: 0;
  }
  .recruiting-method .title-block > * {
    padding: 0;
  }
  .recruiting-method ol > li > ul,
  .recruiting-method ol > li ol {
    padding-top: 20px;
    padding-left: 0;
  }
  .recruiting-method ol > li > ul > li ul li div,
  .recruiting-method ol > li ol > li ul li div,
  .recruiting-method ol > li > ul > li ol li div,
  .recruiting-method ol > li ol > li ol li div {
    padding-top: 30px;
  }
  .recruiting-method ol > li > ul > li ul li div th,
  .recruiting-method ol > li ol > li ul li div th,
  .recruiting-method ol > li > ul > li ol li div th,
  .recruiting-method ol > li ol > li ol li div th {
    font-size: 8px;
    line-height: 1;
    padding: 10px 5px;
  }
  .recruiting-method ol > li > ul > li ul li div td,
  .recruiting-method ol > li ol > li ul li div td,
  .recruiting-method ol > li > ul > li ol li div td,
  .recruiting-method ol > li ol > li ol li div td {
    font-size: 8px;
    line-height: 1;
  }
  .recruiting-method .title {
    width: 100%;
  }
  .recruiting-method .horizontal-line {
    display: none;
  }
  .recruiting-method .line.mobile {
    display: block;
    margin: 0 auto;
    width: 200px;
    border: 0;
    height: 1px;
    background-color: #244898;
  }
}
.main-content {
  counter-reset: list-1;
}
.title-recruiting-process .container-fluid {
  padding-top: 100px;
  padding-bottom: 10px;
}
.title-recruiting-process h3 {
  font-family: 'Mulish-SemiBold';
  font-size: 28px;
  line-height: 41px;
  color: #EE6823;
  text-align: center;
}
.title-recruiting-process h3 strong {
  font-family: 'Mulish-Bold';
  font-weight: normal;
}
.list-recruiting-process .container-fluid {
  padding-top: 50px;
  padding-bottom: 50px;
}
.list-recruiting-process h4 {
  font-family: 'AvenirNextLTPro-Demi';
  font-size: 18px;
  line-height: 26px;
  color: #17479D;
  counter-increment: list-1;
}
.list-recruiting-process h4::before {
  content: counter(list-1, upper-roman) ". ";
  font-family: 'AvenirNextLTPro-Demi';
  font-size: 18px;
  line-height: 26px;
  color: #17479D;
}
.list-recruiting-process h5 {
  font-family: 'AvenirNextLTPro-Demi';
  font-size: 16px;
  line-height: 28px;
  color: #000;
  font-weight: bolder;
  counter-increment: des;
  padding-left: 20px;
  /*        &::before{
                    content: counter(des)". ";
                    font-size: 16px;
                    line-height: 28px;
                    color: @color-black;
                }*/
}
.list-recruiting-process h5:first-of-type {
  padding-top: 60px;
}
.list-recruiting-process ol {
  list-style-type: none;
  list-style-position: inside;
  counter-reset: list-2;
  padding: 0;
  margin: 0;
}
.list-recruiting-process ol > li {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 16px;
  line-height: 28px;
  color: #000;
  counter-increment: list-2;
}
.list-recruiting-process ol > li strong {
  font-family: 'AvenirNextLTPro-Demi';
}
.list-recruiting-process ol > li a {
  font-style: italic;
  color: #000;
  text-decoration: underline;
}
.list-recruiting-process ol > li::before {
  content: counter(list-2) ". ";
  font-family: 'AvenirNextLTPro-Demi';
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
.list-recruiting-process ol > li > ol,
.list-recruiting-process ol > li > ul {
  padding-top: 20px;
  padding-bottom: 50px;
  padding-left: 20px;
}
.list-recruiting-process ol > li > ol:not(:last-child),
.list-recruiting-process ol > li > ul:not(:last-child) {
  padding-bottom: 10px;
}
.list-recruiting-process ol > li > ol > li,
.list-recruiting-process ol > li > ul > li {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
.list-recruiting-process ol > li > ol > li::before,
.list-recruiting-process ol > li > ul > li::before {
  content: url(../img/dot-black.svg);
  width: 3px;
  height: 3px;
  line-height: 1;
  vertical-align: top;
  margin-right: 10px;
}
.list-recruiting-process .des {
  counter-reset: des;
  padding-top: 20px;
}
.list-recruiting-process p {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
.list-recruiting-process p strong {
  display: block;
  font-family: 'AvenirNextLTPro-Medium';
  font-size: 17px;
  line-height: 28px;
  padding: 10px 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #EDEDED;
}
.list-recruiting-process .author {
  text-align: right;
  padding-top: 50px;
}
.list-recruiting-process .name {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
.list-recruiting-process .name strong {
  font-family: 'AvenirNextLTPro-Medium';
  font-style: italic;
  padding-right: 3px;
}
.infomation-recruiting-process .container-fluid {
  padding-top: 40px;
}
.infomation-recruiting-process .information-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #EDEDED;
}
.infomation-recruiting-process .small-title {
  font-family: 'Mulish-SemiBold';
  font-size: 23px;
  line-height: 41px;
  color: #17479D;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.infomation-recruiting-process .small-title span {
  font-family: 'AvenirNextLTPro-Demi';
  font-size: 18px;
  line-height: 28px;
  color: #000;
  display: inline;
  padding-top: 20px;
}
.infomation-recruiting-process .address {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 18px;
  line-height: 28px;
  color: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  padding-top: 10px;
}
.infomation-recruiting-process .address img {
  margin-right: 5px;
  margin-top: -3px;
}
.infomation-recruiting-process .contact {
  display: flex;
  flex-direction: row;
  width: 60%;
  margin: 0 auto;
  justify-content: space-between;
  padding-top: 30px;
}
.infomation-recruiting-process .text {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
.infomation-recruiting-process .text span {
  font-family: 'AvenirNextLTPro-Medium';
  padding-right: 3px;
}
.keyword-recruiting-process .container-fluid {
  padding-bottom: 100px;
}
.keyword-recruiting-process .key-word {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 16px;
  line-height: 28px;
  color: #000;
  padding: 20px;
  border: 0.5px solid rgba(112, 112, 112, 0.5);
  border-radius: 10px;
}
.keyword-recruiting-process .key-word strong {
  font-family: 'AvenirNextLTPro-Demi';
  padding-right: 3px;
}
@media only screen and (max-width: 1023px) {
  .title-recruiting-process .container-fluid {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .title-recruiting-process h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .list-recruiting-process .container-fluid {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .list-recruiting-process h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .list-recruiting-process h4::before {
    font-size: 16px;
    line-height: 22px;
  }
  .list-recruiting-process h5 {
    line-height: 26px;
    font-family: 'AvenirNextLTPro-Medium';
    padding-left: 0;
  }
  .list-recruiting-process h5:first-of-type {
    padding-top: 20px;
  }
  .list-recruiting-process .des {
    padding-top: 15px;
  }
  .list-recruiting-process ol {
    /*            strong{
                            font-family: @font-regular;
                            font-size: 16px;
                            line-height: 22px;
                            padding: 5px 10px;
                            margin-top: 15px;
                            margin-bottom: 15px;
                            font-weight: normal;
                        }*/
  }
  .list-recruiting-process ol > li {
    font-size: 16px;
    line-height: 26px;
  }
  .list-recruiting-process ol > li::before {
    font-size: 16px;
    line-height: 22px;
  }
  .list-recruiting-process ol > li > ul,
  .list-recruiting-process ol > li > ol {
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 0;
  }
  .list-recruiting-process ol > li > ul:not(:last-child),
  .list-recruiting-process ol > li > ol:not(:last-child) {
    padding-bottom: 10px;
  }
  .list-recruiting-process ol > li > ul > li,
  .list-recruiting-process ol > li > ol > li {
    font-size: 16px;
    line-height: 22px;
  }
  .list-recruiting-process ol > li > ul > li::before,
  .list-recruiting-process ol > li > ol > li::before {
    content: '-';
    font-family: 'AvenirNextLTPro-Regular';
    width: unset;
    height: unset;
    font-size: 16px;
    line-height: 22px;
    vertical-align: unset;
    margin-right: 3px;
  }
  .list-recruiting-process p {
    font-size: 16px;
    line-height: 22px;
  }
  .list-recruiting-process p strong {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 16px;
    line-height: 22px;
    padding: 5px 10px;
    margin-top: 15px;
    margin-bottom: 30px;
    font-weight: normal;
  }
  .list-recruiting-process .author {
    text-align: center;
  }
  .list-recruiting-process .name {
    font-size: 16px;
    line-height: 22px;
  }
  .infomation-recruiting-process .container-fluid {
    padding-top: 0;
  }
  .infomation-recruiting-process .information-contact {
    padding-left: 10px;
    padding-right: 10px;
  }
  .infomation-recruiting-process .content {
    margin-left: -20px;
    margin-right: -20px;
  }
  .infomation-recruiting-process .small-title {
    font-size: 23px;
    line-height: 30px;
  }
  .infomation-recruiting-process .small-title span {
    font-size: 16px;
    line-height: 22px;
    padding-top: 30px;
  }
  .infomation-recruiting-process .small-title .line-small {
    display: none;
  }
  .infomation-recruiting-process .small-title .office {
    display: block;
  }
  .infomation-recruiting-process .address {
    font-size: 16px;
    line-height: 22px;
    padding-top: 20px;
  }
  .infomation-recruiting-process .address img {
    display: none;
  }
  .infomation-recruiting-process .contact {
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
  }
  .infomation-recruiting-process .text {
    font-size: 16px;
    line-height: 1;
  }
  .infomation-recruiting-process .text:not(:last-child) {
    padding-bottom: 10px;
  }
  .keyword-recruiting-process .container-fluid {
    padding-bottom: 60px;
  }
  .keyword-recruiting-process .key-word {
    font-size: 16px;
    line-height: 22px;
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .infomation-recruiting-process .content {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.organization-students {
  font-size: 18px;
  font-family: 'AvenirNextLTPro-Regular';
  line-height: 28px;
}
.organization-students .container-inner {
  padding-top: 140px;
  padding-bottom: 150px;
}
.organization-students .btn-read {
  padding-top: 35px;
}
.organization-students .title-heading {
  position: relative;
  text-align: center;
}
.organization-students .des p {
  padding-top: 30px;
  text-align: center;
}
.organization-students .load-more {
  background-color: #EE6823;
  color: #FFF;
  font-family: 'AvenirNextLTPro-Demi';
  font-size: 17px;
  line-height: 22px;
  padding: 10px 20px;
  margin-top: 40px;
  display: inline-block;
  border-radius: 50px;
}
.organization-students .line-after {
  position: absolute;
  width: 100%;
  height: 1.5px;
  background: #244898;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  z-index: 1;
}
.organization-students .title {
  min-width: 493px;
  display: inline-block;
  text-align: center;
  padding: 0px 40px;
  background: #FFF;
  position: relative;
  z-index: 2;
}
.organization-students .title-inner {
  filter: drop-shadow(2px 1px 3px rgba(0, 0, 0, 0.6));
}
.organization-students .title-clip {
  min-height: 77px;
  background: #17479D;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(9% 0, 100% 0, 102% 50%, 90% 100%, 0 100%, 0% 43%);
}
.organization-students .title-clip h3 {
  font-family: 'Mulish-Bold';
  font-size: 28px;
  text-transform: uppercase;
  color: #FFF;
  padding: 0px 20px;
}
.organization-students .row-wrap {
  padding-top: 100px;
}
.organization-students .row {
  margin: 0px -20px;
  align-items: center;
}
.organization-students .col-4 {
  width: 47.58%;
  padding: 0px 20px;
}
.organization-students .col-8 {
  width: 52.42%;
  padding: 20px;
}
.organization-students .col-des br {
  display: block;
  content: "";
  padding-top: 25px;
}
.organization-students .col-des ol {
  padding-top: 30px;
  padding-left: 0px;
  list-style-position: inside;
}
.organization-students .image {
  padding-top: 118.2%;
  position: relative;
}
.organization-students .image img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.organization-students .image .mobile {
  display: none;
}
.organization-students .title-primary {
  color: #073484;
  margin-bottom: 35px;
}
.organization-students .title-primary::after {
  background: #073484;
  width: 36px;
}
.main-content .international:last-child .container-inner {
  padding-top: 0px;
}
.main-content .international .title-primary {
  font-size: 28px;
  line-height: 24.5px;
}
.main-content .international .col-des p {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 16px;
  line-height: 26px;
}
.main-content .international .row-wrap .col-image {
  width: 39.35%;
}
.main-content .international .row-wrap .col-image .image {
  padding-top: 133.92%;
}
.main-content .international .row-wrap .col-content {
  width: 60.65%;
}
.main-content .international .container-inner {
  padding-top: 50px;
}
@media only screen and (max-width: 1280px) {
  .organization-students {
    font-size: 16px;
    line-height: 26px;
  }
  .main-content .international .col-des p {
    line-height: 22px;
  }
  .main-content .international .col-des p:not(:first-child) {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .organization-students {
    line-height: 22px;
  }
  .organization-students .container-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .organization-students .title {
    min-width: 450px;
    padding: 0px 30px;
  }
  .organization-students .title-clip {
    min-height: 65px;
  }
  .organization-students .title-clip h3 {
    font-size: 23px;
  }
  .organization-students .line-after {
    height: 1px;
  }
  .organization-students .row-wrap {
    padding-top: 50px;
  }
  .organization-students .row:not(:last-child) {
    padding-bottom: 60px;
  }
  .organization-students .title-primary {
    font-size: 23px;
  }
  .organization-students .row {
    margin: 0px;
  }
  .organization-students .col-4 {
    width: 100%;
    order: 2;
    padding-left: 0px;
    padding-right: 0px;
  }
  .organization-students .col-8 {
    width: 100%;
    order: 1;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .organization-students .col-des br {
    padding-top: 10px;
  }
  .organization-students .col-des ol {
    padding-top: 20px;
  }
  .organization-students .col-des ol li:not(:first-child) {
    padding-top: 5px;
  }
  .organization-students .image {
    padding-top: 64.7%;
  }
  .organization-students .image img {
    display: none;
  }
  .organization-students .image .mobile {
    display: inline;
  }
  .main-content .international .des {
    padding-bottom: 20px;
  }
  .main-content .international .title-primary {
    font-size: 23px;
    line-height: 30px;
  }
  .main-content .international .container-inner {
    padding-top: 30px;
    padding-bottom: 70px;
  }
  .main-content .international .row .col-image {
    width: 100%;
  }
  .main-content .international .row .col-image .image {
    padding-top: 64.7%;
  }
  .main-content .international .row .col-content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .organization-students .container-inner {
    padding-top: 65px;
    padding-bottom: 40px;
  }
  .organization-students .row-wrap {
    padding-top: 0px;
  }
  .organization-students .row:not(:last-child) {
    padding-bottom: 45px;
  }
  .organization-students .title-primary {
    margin-bottom: 45px;
  }
  .organization-students .title-primary::after {
    width: 20px;
    bottom: -15px;
  }
  .organization-students .des p {
    text-align: left;
    padding-top: 20px;
  }
  .organization-students .load-more {
    display: none;
    margin-top: 30px;
  }
  .organization-students .title {
    min-width: 300px;
    padding: 0px 10px;
  }
  .organization-students .title-clip {
    min-height: 55px;
  }
  .organization-students .col-des {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    transition: all linear .2s;
  }
  .organization-students .col-des p {
    text-align: left;
  }
  .organization-students .col-des ol {
    display: none;
  }
  .organization-students .col-des-show {
    -webkit-line-clamp: unset;
    text-align: center;
  }
  .organization-students .col-des-show .load-more {
    display: inline-block;
  }
  .organization-students .btn-read {
    padding-top: 20px;
  }
  .main-content .international .container-inner {
    padding-top: 00px;
    padding-bottom: 70px;
  }
  .main-content .international .title-heading {
    margin-bottom: 45px;
  }
}
.contact-international {
  font-size: 18px;
  font-family: 'AvenirNextLTPro-Regular';
  line-height: 28px;
  background: #EDEDED;
}
.contact-international .container-inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
.contact-international .title-primary {
  color: #073484;
  text-align: center;
  margin-bottom: 50px;
}
.contact-international .title-primary::after {
  background: #073484;
  left: 50%;
  transform: translateX(-50%);
}
.contact-international .col-title {
  font-family: 'AvenirNextLTPro-Demi';
  color: #EE6823;
}
.contact-international .col-title-part {
  line-height: 35px;
}
.contact-international .name {
  font-family: 'AvenirNextLTPro-Medium';
  padding-top: 10px;
}
.contact-international .info-details {
  display: flex;
  align-items: flex-start;
  padding-top: 5px;
}
.contact-international .image {
  width: 35px;
}
.contact-international .info {
  flex: 1;
}
.contact-international .content-details:not(:first-child) {
  padding-top: 25px;
}
.contact-international .ext {
  display: inline-block;
  padding-left: 50px;
}
.contact-international .row {
  margin: 0px;
}
.contact-international .col-left {
  border-right: 1px solid #000;
  padding-right: 100px;
  padding-left: 0px;
}
.contact-international .col-right {
  padding-left: 100px;
  padding-right: 0px;
}
@media screen and (max-width: 1280px) {
  .contact-international .col-left {
    padding-right: 50px;
  }
  .contact-international .col-right {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .contact-international .container-inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .contact-international .title-primary::after {
    width: 36px;
  }
  .contact-international .col-left {
    padding-right: 0px;
    width: 100%;
    border-right: 0px;
    position: relative;
    padding-bottom: 30px;
  }
  .contact-international .col-left::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 1px;
    background: #0F3383;
  }
  .contact-international .col-right {
    padding-left: 0px;
    width: 100%;
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contact-international {
    font-size: 16px;
    line-height: 22px;
  }
  .contact-international .container-inner {
    padding-top: 60px;
    padding-bottom: 55px;
  }
  .contact-international .title-primary {
    margin-bottom: 40px;
  }
  .contact-international .title-primary::after {
    width: 20px;
  }
  .contact-international .info-details {
    padding-top: 10px;
  }
  .contact-international .content-details:not(:first-child) {
    padding-top: 20px;
  }
  .contact-international .col-left {
    padding-bottom: 20px;
  }
  .contact-international .col-right {
    padding-top: 15px;
  }
  .contact-international .image {
    width: 20px;
  }
  .contact-international .image img {
    max-width: 12px;
    max-height: 12px;
    margin-bottom: 1px;
  }
}
.block-box .container-inner {
  padding-top: 100px;
  padding-bottom: 70px;
}
.block-box .box-wrap {
  text-align: center;
}
.block-box .title-primary {
  color: #073484;
  display: inline-block;
  text-align: center;
  padding: 0px 35px;
  margin-bottom: 60px;
}
.block-box .title-primary::after {
  left: unset;
  right: 100%;
  bottom: unset;
  top: 50%;
  transform: translateY(-50%);
  background: #244898;
}
.block-box .title-primary::before {
  width: 36px;
  height: 2px;
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: #244898;
}
.block-box .row {
  margin: 0px -15px;
  justify-content: center;
}
.block-box .col-box {
  padding: 0px 15px;
  margin-bottom: 30px;
}
.block-box .col-inner {
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
}
.block-box .col-clip {
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  background: #EE6823;
  clip-path: polygon(30px 0%, 100% 0, 100% calc(100% - 40px), calc(100% - 30px) 100%, 0 100%, 0% 40px);
}
.block-box span {
  font-size: 18px;
  font-family: 'AvenirNextLTPro-Medium';
  color: #FFF;
  line-height: 26px;
  text-align: center;
}
.block-box-grey {
  background: #EDEDED;
}
.block-box:last-child .container-inner {
  padding-top: 0px;
}
@media screen and (max-width: 1280px) {
  .block-box .col-3 {
    width: 33.333%;
  }
}
@media screen and (max-width: 1023px) {
  .block-box .container-inner {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .block-box .row {
    margin: 0px -10px;
  }
  .block-box .col-box {
    padding: 0px 10px;
    margin-bottom: 20px;
  }
  .block-box span {
    font-size: 16px;
    line-height: 24px;
  }
  .block-box .title-primary {
    margin-bottom: 50px;
    padding: 0px 20px;
  }
  .block-box .title-primary::before {
    width: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .block-box .container-inner {
    padding-top: 64px;
    padding-bottom: 45px;
  }
  .block-box .row {
    margin: 0px -6px;
  }
  .block-box .col-box {
    padding: 0px 3px;
    margin-bottom: 15px;
    width: 50%;
  }
  .block-box span {
    font-size: 15px;
    line-height: 18px;
  }
  .block-box .title-primary {
    margin-bottom: 50px;
    padding: 0px 20px;
    display: block;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .block-box .title-primary::before {
    display: none;
  }
  .block-box .title-primary::after {
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    top: unset;
    bottom: 0px;
  }
  .block-box .col-clip {
    padding: 0px 5px;
    min-height: 44px;
    clip-path: polygon(10px 0%, 100% 0, 100% calc(100% - 15px), calc(100% - 10px) 100%, 0 100%, 0% 15px);
  }
}
.back-to-top .container-fluid {
  padding: 0 10px 100px;
  text-align: center;
}
.back-to-top .text {
  font-family: 'AvenirNextLTPro-Medium';
  font-size: 20px;
  line-height: 32px;
  color: #EE6823;
  height: 75px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  align-items: center;
  clip-path: polygon(35px 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 35px) 100%, 0 100%, 0 20px);
  background-color: rgba(255, 255, 255, 0.9);
}
.back-to-top .border-round {
  cursor: pointer;
  width: 50%;
  margin: 0 auto;
  position: relative;
  padding: 2px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.2));
}
.back-to-top .border-round::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #EE6823;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(35px 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 35px) 100%, 0 100%, 0 20px);
}
.back-to-top .icon-check {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 0 auto;
  background-color: #17479D;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  border-radius: 50%;
}
.back-to-top .icon-check::before {
  content: "";
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #17479D;
  opacity: 0.3;
  border-radius: 50%;
  z-index: -2;
}
.back-to-top .icon-check img {
  display: inline!important;
  transform: rotate(180deg) translateY(25%);
}
@media only screen and (max-width: 1023px) {
  .back-to-top .container-fluid {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .back-to-top .text {
    font-size: 16px;
    line-height: 11px;
    height: 52px;
    clip-path: polygon(15px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 15px) 100%, 0 100%, 0 10px);
  }
  .back-to-top .border-round {
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.16));
  }
  .back-to-top .border-round::before {
    clip-path: polygon(15px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 15px) 100%, 0 100%, 0 10px);
  }
  .back-to-top .icon-check {
    width: 16px;
    height: 16px;
    line-height: 16px;
  }
  .back-to-top .icon-check::before {
    width: calc(100% + 6px);
    height: calc(100% + 6px);
  }
  .back-to-top .icon-check img {
    width: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .back-to-top .container-fluid {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .back-to-top .border-round {
    width: 60%;
  }
}
.introduce-video .container-inner {
  padding-top: 160px;
  padding-bottom: 50px;
}
.introduce-video .video-player {
  position: relative;
  padding-bottom: 56.25%;
}
.introduce-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.introduce-video .caption {
  font-size: 18px;
  font-style: italic;
  padding-top: 5px;
  font-family: 'Mulish-Regular';
}
.introduce-video .caption-align {
  text-align: center;
}
.introduce-video .btn-register {
  text-align: center;
  padding-top: 50px;
}
.introduce-video .border-round {
  position: relative;
  display: inline-block;
  padding: 2px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.2));
}
.introduce-video .border-round::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #EE6823;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 25px), calc(100% - 25px) 100%, 25px 100%, 0 calc(100% - 25px));
}
.introduce-video .text {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 80px;
  padding-right: 80px;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 25px), calc(100% - 25px) 100%, 25px 100%, 0 calc(100% - 25px));
  background-color: #FFF3ED;
}
.introduce-video .text a {
  font-family: 'Mulish-Bold';
  font-size: 22px;
  line-height: 30px;
  color: #EE6823;
}
@media only screen and (max-width: 1023px) {
  .introduce-video .container-inner {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .introduce-video .video-player {
    position: relative;
    padding-bottom: 70%;
  }
  .introduce-video p {
    font-size: 16px;
  }
  .introduce-video .btn-register {
    padding-top: 40px;
  }
  .introduce-video .border-round::before {
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px));
  }
  .introduce-video .text {
    padding: 10px 60px;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px));
  }
  .introduce-video .text a {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .introduce-video .container-inner {
    padding-top: 50px;
  }
  .introduce-video .btn-register {
    padding-top: 17px;
  }
  .introduce-video .border-round {
    display: inline-block;
    width: auto;
    padding: 1px;
  }
  .introduce-video .border-round::before {
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px));
  }
  .introduce-video .text {
    width: 100%;
    padding: 3px 18px;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px));
  }
  .introduce-video .text a {
    font-size: 16px;
    line-height: 1;
  }
}
.text-editor {
  font-family: 'Mulish-Regular';
  font-size: 17px;
  line-height: 31px;
  padding: 15px 0px;
}
.text-editor p:not(:last-child) {
  padding-bottom: 10px;
}
.text-editor ul,
.text-editor ol {
  list-style-position: inside;
  padding-inline-start: 15px;
  padding-bottom: 10px;
}
.text-editor ul {
  list-style-type: initial !important;
}
.text-editor ul ul {
  list-style-type: circle !important;
}
.text-editor ul ul ul {
  list-style-type: square !important;
}
.text-editor ol {
  list-style-type: decimal !important;
}
.text-editor img {
  display: inline-block;
  padding: 15px 0px;
  width: 100%;
}
.text-editor table {
  font-family: 'Mulish-Regular';
  font-size: 20px;
  line-height: 31px;
}
.text-editor table tr {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 5px;
}
.text-editor table tr:first-of-type td {
  font-family: 'Mulish-Bold';
  text-align: center;
}
.text-editor table td {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 10px;
}
.image-single {
  padding: 15px 0px;
}
.image-single img {
  width: 100%;
}
.image-single .caption {
  font-size: 18px;
  font-style: italic;
  padding-top: 5px;
  font-family: 'Mulish-Regular';
}
.image-single .caption-align {
  text-align: center;
}
.heading-single {
  padding-top: 70px;
}
.heading-single h1 {
  font-family: 'Mulish-Bold';
  font-size: 54px;
  line-height: 62px;
  color: #073484;
  margin-bottom: 10px;
}
.heading-single .heading-bottom {
  padding: 0px 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.heading-single .heading-info {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  padding: 10px 0px;
}
.heading-single .left {
  padding-bottom: 10px;
}
.heading-single .right .heading-info {
  text-align: center;
}
.heading-single .heading-socials {
  display: flex;
  list-style-type: none;
}
.heading-single .heading-socials li:not(:first-child) {
  margin-left: 20px;
}
.heading-single .heading-socials a {
  display: inline-block;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.heading-single .heading-socials .copy-link {
  height: 25px;
  background: #8083BA;
}
.heading-single .heading-socials .copy-link img {
  width: 20px;
}
.heading-single .text-editor {
  padding: 0px 20px;
  font-family: 'Mulish-SemiBold';
  line-height: 33px;
}
.heading-single .image-single {
  text-align: center;
}
@media screen and (max-width: 1201px) {
  .text-editor {
    font-size: 18px;
    line-height: 28px;
  }
  .text-editor p:not(:last-child) {
    padding-bottom: 15px;
  }
  .heading-single h1 {
    font-size: 46px;
    line-height: 54px;
  }
  .heading-single .text-editor {
    line-height: 28px;
  }
  .heading-single .heading-info {
    padding: 5px 0px;
  }
  .heading-single .right .heading-info {
    padding: 10px 0px;
  }
  .heading-single .heading-socials li:not(:first-child) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .text-editor p:not(:last-child) {
    padding-bottom: 10px;
  }
  .text-editor table {
    font-size: 18px;
    line-height: 28px;
  }
  .text-editor ul,
  .text-editor ol {
    padding-inline-start: 10px;
  }
  .image-single .caption {
    font-size: 16px;
  }
  .heading-single {
    padding-top: 50px;
  }
  .heading-single h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .text-editor {
    font-size: 16px;
    line-height: 22px;
  }
  .text-editor table {
    font-size: 16px;
    line-height: 22px;
  }
  .heading-single {
    padding-top: 30px;
  }
  .heading-single h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .heading-single .heading-bottom {
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }
  .heading-single .heading-info {
    font-size: 12px;
    line-height: 15px;
  }
  .heading-single .left {
    padding-bottom: 0px;
  }
  .heading-single .right .heading-info {
    text-align: left;
    padding: 5px 0px;
  }
  .heading-single .heading-socials a {
    width: 20px;
    height: 20px;
  }
  .heading-single .heading-socials .copy-link {
    height: 20px;
  }
  .heading-single .heading-socials .copy-link img {
    width: 15px;
  }
  .heading-single .text-editor {
    padding: 0px 5px;
    line-height: 22px;
  }
}
.content-single {
  padding-top: 40px;
  padding-bottom: 40px;
}
.content-single .row {
  margin: 0px;
}
.content-single .col-8 {
  padding: 0px 25px;
}
.content-single .col-4 {
  padding: 0px 35px;
}
.content-single .col-4 h2 {
  color: #073484;
  font-family: 'Mulish-Bold';
  font-size: 25px;
  line-height: 30px;
  padding: 10px 0px;
}
.content-single .col-4 .list-post {
  padding-top: 15px;
  padding-bottom: 50px;
  list-style-type: none;
}
.content-single .col-4 .list-post li:not(:last-child) {
  padding-bottom: 20px;
}
.content-single .col-4 .image {
  padding-top: 75.95%;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
}
.content-single .col-4 .content {
  padding: 15px 0px;
}
.content-single .col-4 .content-post {
  font-size: 14px;
  line-height: 17px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.content-single .col-4 .title-post {
  font-family: 'Mulish-Bold';
  margin-bottom: 5px;
}
.content-single .col-4 .des-post {
  font-family: 'Mulish-Regular';
  margin-bottom: 10px;
}
.content-single .col-4 .btn-readmore a {
  color: #EE6823;
  font-size: 15px;
  line-height: 18px;
  font-family: 'Mulish-Regular';
  display: inline-block;
}
.content-single .col-4 .image-register {
  padding-top: 180%;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  margin-top: 8px;
  background-position: center;
}
.content-single .introduce-video {
  padding: 15px 0px;
}
@media screen and (max-width: 1201px) {
  .content-single .col-8 {
    padding: 0px 15px;
  }
  .content-single .col-4 {
    padding: 0px 15px;
  }
  .content-single .col-4 h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .content-single {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .content-single .col-8 {
    padding: 0px;
    width: 100%;
    padding-bottom: 30px;
  }
  .content-single .col-4 {
    width: 100%;
    padding: 0px;
  }
  .content-single .col-4 .list-post li {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.16);
  }
  .content-single .col-4 .list-post li:not(:last-child) {
    padding-bottom: 0px;
    margin-bottom: 30px;
  }
  .content-single .col-4 h2 {
    font-size: 23px;
    line-height: 30px;
    padding: 20px 0px;
  }
  .content-single .col-4 .image {
    padding-top: 60%;
  }
  .content-single .col-4 .content {
    padding: 20px 10px;
  }
  .content-single .col-4 .content-post {
    font-size: 18px;
    line-height: initial;
  }
  .content-single .col-4 .title-post {
    margin-bottom: 10px;
  }
  .content-single .col-4 .des-post {
    margin-bottom: 20px;
  }
  .content-single .col-4 .image-register {
    padding-top: 90%;
  }
  .content-single .introduce-video {
    padding: 20px 0px;
  }
}
@media screen and (max-width: 767px) {
  .content-single {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .content-single .col-8 {
    padding-bottom: 10px;
  }
  .content-single .col-4 h2 {
    padding: 10px 0px;
  }
  .content-single .col-4 .content-post {
    font-size: 16px;
  }
  .content-single .col-4 .list-post {
    padding-bottom: 30px;
  }
  .content-single .col-4 .list-post li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.info-contact .container-fuild {
  padding-top: 104px;
  padding-bottom: 88px;
}
.info-contact h2 {
  font-size: 50px;
  line-height: 60px;
  font-family: 'Mulish-Semibold';
  color: #073484;
  text-align: center;
  position: relative;
}
.info-contact h2::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 1.5px;
  width: 100%;
  z-index: 1;
  background: #073484;
}
.info-contact h2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0px 65px;
  background: #FFF;
}
.info-contact h3 {
  font-family: 'Mulish-Bold';
  font-size: 32px;
  line-height: 39px;
  color: #073484;
  text-align: center;
  padding-bottom: 29px;
}
.info-contact .info-wrap {
  display: flex;
  justify-content: center;
  padding-top: 34px;
  padding-bottom: 50px;
}
.info-contact .info-wrap .info-item {
  padding: 0px 57px;
}
.info-contact .info-bottom-wrap {
  display: flex;
  justify-content: center;
}
.info-contact .info-bottom-wrap .info-item {
  padding: 0px 40px;
}
.info-contact .info-bottom-wrap .bold {
  padding-bottom: 2px;
}
.info-contact .info-item {
  padding-bottom: 10px;
}
.info-contact .info-item a {
  color: #000;
}
.info-contact .info-item span {
  font-family: 'Mulish-SemiBold';
  font-size: 20px;
  line-height: 33px;
  text-align: center;
  display: block;
  letter-spacing: 0.5px;
}
.info-contact .info-item .bold {
  color: #073484;
}
.info-contact .info-item i {
  font-style: normal;
  display: none;
}
@media screen and (max-width: 1201px) {
  .info-contact .container-fuild {
    padding: 70px 0px;
  }
  .info-contact h2 {
    font-size: 46px;
  }
  .info-contact h2 span {
    padding: 0px 70px;
  }
  .info-contact h3 {
    font-size: 30px;
    line-height: 38px;
  }
  .info-contact .info-wrap {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .info-contact .info-bottom-wrap .bold {
    padding-bottom: 5px;
  }
  .info-contact .info-item span {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1023px) {
  .info-contact .container-fuild {
    padding: 50px 0px;
  }
  .info-contact h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .info-contact h2 span {
    padding: 0px 50px;
  }
  .info-contact h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .info-contact .info-item span {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .info-contact .container-fuild {
    padding: 57px 0px 45px;
  }
  .info-contact .container-inner {
    padding: 0px;
  }
  .info-contact h2 {
    font-size: 17px;
    line-height: 21px;
    font-family: 'Mulish-Bold';
  }
  .info-contact h2 span {
    padding: 0px 15px;
  }
  .info-contact .info-wrap {
    padding: 33px 10px 26px;
    display: block;
  }
  .info-contact .info-wrap .info-item:not(:last-child) {
    padding-bottom: 15px;
  }
  .info-contact .info-item {
    padding-bottom: 15px;
  }
  .info-contact .info-item span {
    display: block;
    font-size: 16px;
    line-height: 21px;
    font-family: 'Mulish-Regular';
    color: #1A4A98;
  }
  .info-contact .info-item .bold {
    color: #231F20;
    font-family: 'Mulish-Medium';
  }
  .info-contact .info-bottom {
    padding: 0px 10px;
  }
  .info-contact .info-bottom-wrap {
    display: block;
  }
  .info-contact .info-bottom-wrap .info-item {
    padding: 0px;
    margin-bottom: 2px;
    display: flex;
    justify-content: center;
  }
  .info-contact .info-bottom-wrap .info-item i {
    display: inline;
  }
  .info-contact h3 {
    font-size: 17px;
    line-height: 21px;
    text-transform: uppercase;
    padding-bottom: 23px;
  }
}
.admissions-banner .container-fluid {
  max-width: 100%;
  position: relative;
  padding-bottom: 200px;
}
.admissions-banner .image {
  position: relative;
}
.admissions-banner .image > img {
  height: auto;
  max-height: 100%;
  object-fit: contain;
}
.admissions-banner .image > img.top {
  bottom: 0;
  top: unset;
}
.admissions-banner .image > img.below {
  top: 100%;
}
.admissions-banner .image > img.mobile {
  display: none;
}
.admissions-banner .image-bg {
  position: relative;
  padding-bottom: 52.2%;
}
.admissions-banner .image-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 58, 138, 0) 60%, #003a8a 100%);
}
.admissions-banner .wrapper {
  position: absolute;
  width: 100%;
  bottom: 200px;
  padding-bottom: 28px;
  left: 0;
  text-align: center;
}
.admissions-banner h2 {
  font-family: 'Mulish-Black';
  font-size: 55px;
  line-height: 66px;
  color: #FFF;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.admissions-banner .full-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 -35px;
  padding-bottom: 20px;
}
.admissions-banner .id-school p,
.admissions-banner .hotline p {
  font-family: 'Mulish-Medium';
  font-size: 26px;
  line-height: 31.2px;
  color: #FFF;
}
.admissions-banner .id-school strong,
.admissions-banner .hotline strong {
  font-family: 'Mulish-ExtraBold';
  font-weight: normal;
}
.admissions-banner .id-school {
  padding-left: 50px;
  padding-right: 20px;
}
.admissions-banner .hotline {
  padding-left: 20px;
  padding-right: 50px;
}
.admissions-banner .btn-admission {
  display: inline-flex;
  align-items: center;
  font-family: 'Mulish-SemiBold';
  font-size: 26px;
  padding: 0px 30px;
  background-color: #EE6823;
  color: #FFF;
  border-radius: 50px;
  height: 54px;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  .admissions-banner .container-fluid {
    padding-bottom: 150px;
  }
  .admissions-banner .image-bg {
    padding-bottom: 60%;
  }
  .admissions-banner h2 {
    font-size: 60px;
    line-height: 72px;
    padding-bottom: 5px;
  }
  .admissions-banner .full-info {
    margin: 0 -20px;
  }
  .admissions-banner .id-school,
  .admissions-banner .hotline {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .admissions-banner .container-fluid {
    padding-bottom: 100px;
  }
  .admissions-banner .wrapper {
    bottom: 100px;
  }
  .admissions-banner h2 {
    font-size: 42px;
    line-height: 50px;
    padding-bottom: 0;
  }
  .admissions-banner .full-info {
    padding-bottom: 5px;
    margin: 0 -10px;
  }
  .admissions-banner .id-school,
  .admissions-banner .hotline {
    padding-left: 10px;
    padding-right: 10px;
  }
  .admissions-banner .id-school p,
  .admissions-banner .hotline p {
    font-size: 24px;
    line-height: 35px;
  }
  .admissions-banner .btn-admission {
    font-size: 18px;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .admissions-banner .container-fluid {
    padding-bottom: 0;
  }
  .admissions-banner .image > img.top {
    display: none;
  }
  .admissions-banner .image > img.below {
    display: none;
  }
  .admissions-banner .image > img.below.mobile {
    display: inline-block;
    top: calc(100% + 13.5px);
    bottom: auto;
  }
  .admissions-banner .image > img.top.mobile {
    display: inline-block;
    top: calc(100% + 14px);
    transform: translateY(-100%);
    bottom: auto;
  }
  .admissions-banner .image-bg {
    padding-bottom: 85%;
  }
  .admissions-banner .image-bg::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31.7857%, rgba(22, 73, 147, 0) 100%);
  }
  .admissions-banner .wrapper {
    bottom: auto;
    padding-bottom: 0;
    top: calc(100% + 6px);
  }
  .admissions-banner h2 {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 5px;
  }
  .admissions-banner .full-info {
    margin: 0;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .admissions-banner .id-school,
  .admissions-banner .hotline {
    width: 100%;
    padding: 0;
  }
  .admissions-banner .id-school p,
  .admissions-banner .hotline p {
    font-size: 13px;
    line-height: 15px;
  }
  .admissions-banner .hotline {
    padding-top: 7px;
  }
  .admissions-banner .btn-admission {
    font-size: 13px;
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 1.5px;
    border-radius: 7px;
  }
}
.admissions-reason .container-fluid {
  padding-top: 42.5px;
  padding-bottom: 15px;
}
.admissions-reason h2 {
  font-family: 'Mulish-Bold';
  font-size: 52px;
  line-height: 62.4px;
  color: #EE6823;
  text-transform: uppercase;
  padding-bottom: 90px;
  text-align: center;
}
.admissions-reason .group-reason {
  max-width: 1024px;
  margin: 0 auto;
}
.admissions-reason .row {
  margin: -20px;
}
.admissions-reason .row .col-3 {
  padding: 20px;
}
.admissions-reason .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.admissions-reason .image-content {
  padding-bottom: 20px;
}
.admissions-reason .icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #17479D;
  margin: 0 auto;
  position: relative;
}
.admissions-reason .icon img {
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.admissions-reason .text-content {
  height: 210px;
  text-align: center;
}
.admissions-reason .text-content p {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 22px;
  line-height: 32px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1023px) {
  .admissions-reason .container-fluid {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .admissions-reason h2 {
    font-size: 35px;
    line-height: 42px;
    padding-bottom: 60px;
  }
  .admissions-reason .row {
    margin: -10px;
  }
  .admissions-reason .row .col-3 {
    padding: 20px;
    width: 50%;
  }
  .admissions-reason .image-content {
    padding-bottom: 20px;
  }
  .admissions-reason .icon {
    width: 100px;
    height: 100px;
  }
  .admissions-reason .icon img {
    max-width: 60px;
    max-height: 60px;
  }
  .admissions-reason .text-content {
    height: auto;
  }
  .admissions-reason .text-content p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .admissions-reason .container-fluid {
    padding-top: 167.5px;
    padding-bottom: 50px;
  }
  .admissions-reason h2 {
    padding-bottom: 25px;
    font-family: 'Mulish-ExtraBold';
    font-size: 17px;
    line-height: 20px;
  }
  .admissions-reason .row {
    margin: -5px;
  }
  .admissions-reason .row .col-3 {
    width: 100%;
    padding: 0px 20px;
  }
  .admissions-reason .row .col-3:not(:last-child) {
    padding-bottom: 15px;
  }
  .admissions-reason .icon {
    width: 63px;
    height: 63px;
  }
  .admissions-reason .icon img {
    max-width: 35px;
  }
  .admissions-reason .text-content p {
    font-size: 14px;
    line-height: 18px;
  }
  .admissions-reason .image-content {
    padding-bottom: 10px;
  }
}
.admissions-subjects {
  background-color: #EDEDED;
}
.admissions-subjects .container-fluid {
  padding-top: 122px;
  padding-bottom: 120px;
}
.admissions-subjects .p-container {
  padding-left: 20px;
  padding-right: 20px;
}
.admissions-subjects h2 {
  font-family: 'Mulish-Bold';
  font-size: 50px;
  line-height: 60px;
  color: #EE6823;
  text-transform: uppercase;
  padding-bottom: 100px;
  text-align: center;
}
.admissions-subjects .title-mobile {
  display: none;
}
.admissions-subjects .slide-container {
  padding-bottom: 74px;
  margin-bottom: 0;
}
.admissions-subjects .slide-mobile {
  display: none;
}
.admissions-subjects .content {
  position: relative;
  height: 145px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 40px), calc(100% - 50px) 100%, 0 100%);
}
.admissions-subjects .content::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #EE6823;
  opacity: 0.96;
}
.admissions-subjects .text {
  position: relative;
  text-align: center;
  padding: 0px 10px;
  font-family: 'Mulish-SemiBold';
  font-size: 24px;
  line-height: 28.8px;
  color: #FFF;
}
.admissions-subjects .will-open {
  display: block;
  font-family: 'Mulish-Regular';
  font-size: 21px;
  line-height: 30px;
  position: relative;
  color: #FFF;
}
.admissions-subjects .btn-register {
  padding-top: 80px;
  text-align: center;
}
.admissions-subjects .btn-register a {
  display: inline-block;
  font-family: 'Mulish-SemiBold';
  font-size: 24px;
  line-height: 28.8px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 22.5px;
  padding-bottom: 22.5px;
  background-color: #17479D;
  color: #FFF;
  border-radius: 50px;
}
.admissions-subjects .slick-slide {
  margin: 0 10.5px;
  height: auto;
}
.admissions-subjects .slick-list {
  margin: 0 -10.5px;
}
.admissions-subjects .slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.admissions-subjects .slick-dots li {
  margin: 0 7px;
  background-color: #FFF;
  height: 14.5px;
  width: 14.5px;
  border-radius: 50%;
  border: 1px solid transparent;
}
.admissions-subjects .slick-dots li button {
  border: 0px;
  outline: 0px;
  height: 0px;
  width: 0px;
}
.admissions-subjects .slick-dots li button::before {
  display: none;
}
.admissions-subjects .slick-dots .slick-active {
  background-color: #EE6823;
}
@media screen and (max-width: 1280px) {
  .admissions-subjects .will-open {
    font-size: 20px;
  }
  .admissions-subjects .btn-register {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .admissions-subjects .container-fluid {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .admissions-subjects h2 {
    font-size: 35px;
    line-height: 42px;
    padding-bottom: 100px;
  }
  .admissions-subjects .slide-container {
    padding-bottom: 60px;
  }
  .admissions-subjects .content {
    height: 125px;
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 30px), calc(100% - 40px) 100%, 0 100%);
  }
  .admissions-subjects .text {
    padding: 0px 10px;
    font-size: 20px;
    line-height: 26px;
  }
  .admissions-subjects .will-open {
    font-size: 16px;
    line-height: 20px;
  }
  .admissions-subjects .btn-register {
    padding-top: 70px;
    text-align: center;
  }
  .admissions-subjects .btn-register a {
    padding: 15px 30px;
  }
  .admissions-subjects .slick-slide {
    margin: 0 10px;
  }
  .admissions-subjects .slick-list {
    margin: 0 -10px;
  }
  .admissions-subjects .slick-dots li {
    height: 12px;
    width: 12px;
  }
}
@media screen and (max-width: 767px) {
  .admissions-subjects .container-fluid {
    padding-top: 27px;
    padding-bottom: 25px;
  }
  .admissions-subjects h2 {
    font-size: 17px;
    line-height: 20px;
    font-family: 'Mulish-ExtraBold';
    padding-bottom: 30px;
  }
  .admissions-subjects .title-deskop {
    display: none;
  }
  .admissions-subjects .title-mobile {
    display: block;
  }
  .admissions-subjects .slide-deskop {
    display: none;
  }
  .admissions-subjects .slide-mobile {
    display: block;
    padding-bottom: 30.5px;
  }
  .admissions-subjects .slide-wrap {
    margin: 0px -4px;
    display: flex;
    flex-wrap: wrap;
  }
  .admissions-subjects .slide-wrap .slide-item {
    padding: 0px 4px;
    width: 50%;
    margin-bottom: 5px;
  }
  .admissions-subjects .slide-wrap .slide-item:nth-child(1) .content {
    clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 14px), calc(100% - 17px) 100%, 0 100%, 0% 50%);
  }
  .admissions-subjects .slide-wrap .slide-item:nth-child(2) .content {
    clip-path: polygon(0 0, 100% 0%, 100% 50%, 100% 100%, calc(0% + 17px) 100%, 0% calc(100% - 14px));
  }
  .admissions-subjects .slide-wrap .slide-item:nth-child(3) .content {
    clip-path: polygon(0 0, calc(100% - 17px) 0%, 100% calc(0% + 14px), 100% 100%, 0 100%, 0% 50%);
  }
  .admissions-subjects .slide-wrap .slide-item:nth-child(4) .content {
    clip-path: polygon(calc(0% + 17px) 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 calc(0% + 14px));
  }
  .admissions-subjects .content {
    height: 67px;
    align-items: center;
    clip-path: unset;
  }
  .admissions-subjects .text {
    padding: 0px 7.5px;
    width: 100%;
    font-size: 13px;
    line-height: 16px;
  }
  .admissions-subjects .text br {
    display: none;
  }
  .admissions-subjects .will-open {
    font-size: 11px;
    line-height: 13px;
  }
  .admissions-subjects .btn-register {
    padding-top: 10px;
    text-align: center;
  }
  .admissions-subjects .btn-register a {
    font-size: 13.5px;
    line-height: 16.2px;
    padding: 7px 20px;
  }
  .admissions-subjects .slick-slide {
    margin: 0 5px;
  }
  .admissions-subjects .slick-list {
    margin: 0 -5px;
  }
  .admissions-subjects .slick-dots {
    bottom: 0px;
  }
  .admissions-subjects .slick-dots li {
    margin: 0 3.3px;
    height: 5.6px;
    width: 5.6px;
  }
}
.admissions-activities {
  background-color: #EDEDED;
}
.admissions-activities .container-fluid {
  padding-top: 100px;
  padding-bottom: 97.5px;
}
.admissions-activities h2 {
  font-family: 'Mulish-Bold';
  font-size: 52px;
  line-height: 62.4px;
  color: #EE6823;
  text-transform: uppercase;
  padding-bottom: 70px;
  text-align: center;
}
.admissions-activities .row {
  margin: -12.5px;
}
.admissions-activities .row .col-4 {
  padding: 12.5px;
}
.admissions-activities .content {
  padding: 21.58px 21.58px 23.9px;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-shadow: 5px 5px 5px rgba(3, 5, 4, 0.07);
}
.admissions-activities .image-bg {
  position: relative;
  padding-bottom: 74.7%;
}
.admissions-activities .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.admissions-activities .text-content {
  padding-top: 14px;
}
.admissions-activities h3,
.admissions-activities .description {
  font-family: 'Mulish-SemiBold';
  font-size: 16.16px;
  line-height: 21px;
  color: #000;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 42px;
}
.admissions-activities .description {
  font-family: 'Mulish-Light';
  margin-bottom: 0;
}
.admissions-activities .load-more {
  padding-top: 10px;
}
.admissions-activities .load-more a {
  font-family: 'Mulish-Medium';
  font-size: 16px;
  line-height: 19.2px;
  color: #EE6823;
}
.admissions-activities .btn-read {
  text-align: center;
  padding-top: 30px;
}
@media screen and (max-width: 1023px) {
  .admissions-activities .container-fluid {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .admissions-activities h2 {
    font-size: 35px;
    line-height: 42px;
    padding-bottom: 60px;
  }
  .admissions-activities .row {
    margin: -5px;
  }
  .admissions-activities .row .col-4 {
    padding: 5px;
  }
  .admissions-activities .content {
    padding: 10px 10px 15px;
  }
  .admissions-activities .image-bg {
    padding-bottom: 75%;
  }
  .admissions-activities .text-content {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .admissions-activities {
    background-color: #EDEDED;
  }
  .admissions-activities .container-fluid {
    padding-top: 14px;
    padding-bottom: 28px;
  }
  .admissions-activities h2 {
    padding-bottom: 20px;
    font-size: 19px;
    font-family: 'Mulish-ExtraBold';
    line-height: 25px;
  }
  .admissions-activities .row {
    margin: -10.55px 0;
  }
  .admissions-activities .row .col-4 {
    padding: 10.55px 0;
    width: 100%;
  }
  .admissions-activities .content {
    padding: 10px 10px 14px;
  }
  .admissions-activities .image-bg {
    padding-bottom: 56.565%;
  }
  .admissions-activities .text-content {
    padding-top: 8px;
  }
  .admissions-activities h3 {
    font-size: 14px;
    line-height: 18px;
    height: auto;
    margin-bottom: 6px;
  }
  .admissions-activities .description {
    -webkit-line-clamp: 1;
    font-size: 11.5px;
    line-height: 14px;
    height: auto;
  }
  .admissions-activities .description.mobile {
    display: none;
  }
  .admissions-activities .load-more {
    padding-top: 7px;
  }
  .admissions-activities .load-more a {
    font-size: 11.5px;
    line-height: 14px;
  }
  .admissions-activities .btn-read {
    padding-top: 20px;
  }
}
.admissions-check .container-fluid {
  padding-top: 120px;
  padding-bottom: 100px;
}
.admissions-check .p-container {
  padding-left: 20px;
  padding-right: 20px;
}
.admissions-check h2 {
  font-family: 'Mulish-Bold';
  font-size: 50px;
  line-height: 60px;
  color: #17479D;
  text-transform: uppercase;
  padding-bottom: 7.5px;
  text-align: center;
}
.admissions-check .list-method {
  padding-left: 25px;
  padding-right: 25px;
}
.admissions-check .list-content {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.admissions-check .inner-content {
  height: 100%;
}
.admissions-check .list-inner {
  width: 25%;
  padding-top: 120px;
  padding-bottom: 194.5px;
  position: relative;
  background-color: #FFF;
}
.admissions-check .list-inner img:not(.decoration) {
  display: block;
  margin: 0 auto;
  height: 75px;
  object-fit: contain;
  position: relative;
  z-index: 2;
}
.admissions-check .list-inner .decoration {
  position: absolute;
  top: 0;
  height: 100%;
  object-fit: contain;
  z-index: 2;
}
.admissions-check .list-inner:last-child .decoration {
  display: none;
}
.admissions-check .list-inner:nth-child(1) {
  padding-right: 40px;
  padding-left: 40px;
}
.admissions-check .list-inner:nth-child(1) .decoration {
  right: -77.5px;
}
.admissions-check .list-inner:nth-child(2) {
  padding-right: 15px;
  padding-left: 23.5px;
}
.admissions-check .list-inner:nth-child(2) .decoration {
  right: -102.5px;
}
.admissions-check .list-inner:nth-child(3) {
  padding-right: 0px;
  padding-left: 68px;
}
.admissions-check .list-inner:nth-child(3) .decoration {
  right: -115px;
}
.admissions-check .list-inner:nth-child(4) {
  padding-right: 0px;
  padding-left: 80px;
}
.admissions-check .list-inner:nth-child(4) .inner-content {
  margin-right: -30px;
}
.admissions-check .method-text {
  text-align: center;
  font-family: 'Mulish-SemiBold';
  font-size: 22px;
  line-height: 36px;
  color: #1A4A9C;
  padding-top: 45px;
  position: relative;
  z-index: 3;
}
.admissions-check .method-text p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.admissions-check .method-text strong {
  font-family: 'Mulish-ExtraBold';
}
.admissions-check .btn-register {
  text-align: center;
  padding-top: 0;
}
.admissions-check .border-round {
  position: relative;
  display: inline-block;
  padding: 2px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.2));
}
.admissions-check .border-round::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #EE6823;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 25px), calc(100% - 25px) 100%, 25px 100%, 0 calc(100% - 25px));
}
.admissions-check .text {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 65px;
  padding-right: 65px;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 25px), calc(100% - 25px) 100%, 25px 100%, 0 calc(100% - 25px));
  background-color: #FFF3ED;
}
.admissions-check .text a {
  font-family: 'Mulish-Bold';
  font-size: 34px;
  line-height: 40px;
  color: #EE6823;
  text-transform: uppercase;
}
.admissions-check .content-method {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 97.5px;
}
.admissions-check .row {
  margin: -12.5px;
}
.admissions-check .row .col-4 {
  padding: 12.5px;
}
.admissions-check .content {
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.admissions-check .image-content {
  margin-bottom: 12px;
}
.admissions-check .image-bg {
  position: relative;
  padding-bottom: 58.5473%;
  box-shadow: 5px 5px 5px rgba(3, 5, 4, 0.07);
}
.admissions-check .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.admissions-check .description {
  font-family: 'Mulish-Regular';
  font-size: 22px;
  line-height: 35px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.admissions-check .description br {
  display: none!important;
}
@media only screen and (max-width: 1280px) {
  .admissions-check .list-inner {
    padding-top: 80px;
    padding-bottom: 100px;
    padding-right: 60px;
    padding-left: 0px;
  }
  .admissions-check .list-inner img:not(.decoration) {
    height: 54px;
  }
  .admissions-check .list-inner:nth-child(1) {
    padding-left: 20px;
  }
  .admissions-check .list-inner:nth-child(1) .decoration {
    right: -50px;
  }
  .admissions-check .list-inner:nth-child(2) .decoration {
    right: -65px;
  }
  .admissions-check .list-inner:nth-child(3) {
    padding-left: 50px;
  }
  .admissions-check .list-inner:nth-child(3) .decoration {
    right: -75px;
  }
  .admissions-check .list-inner:nth-child(4) {
    padding-right: 0px;
    padding-left: 50px;
  }
  .admissions-check .method-text {
    font-size: 18px;
    line-height: 24px;
  }
  .admissions-check .text a {
    font-size: 30px;
    line-height: 35px;
  }
  .admissions-check .content-method {
    padding-top: 60px;
  }
  .admissions-check .description {
    line-height: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .admissions-check .container-fluid {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .admissions-check h2 {
    font-size: 35px;
    line-height: 42px;
    padding-bottom: 30px;
  }
  .admissions-check .list-inner {
    width: 50%;
    padding: 25px!important;
  }
  .admissions-check .list-inner .decoration {
    display: none;
  }
  .admissions-check .list-inner:nth-child(4) .inner-content {
    margin-right: 0;
  }
  .admissions-check .btn-register {
    padding-top: 40px;
  }
  .admissions-check .text {
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 25px), calc(100% - 25px) 100%, 25px 100%, 0 calc(100% - 25px));
  }
  .admissions-check .content-method {
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .admissions-check .row {
    margin: -5px;
  }
  .admissions-check .row .col-4 {
    padding: 5px;
  }
  .admissions-check .image-content {
    margin-bottom: 10px;
  }
  .admissions-check .image-bg {
    padding-bottom: 65%;
  }
  .admissions-check .description {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .admissions-check .container-fluid {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .admissions-check h2 {
    font-size: 17px;
    line-height: 21px;
    font-family: 'Mulish-ExtraBold';
    padding-bottom: 0px;
  }
  .admissions-check .list-content {
    flex-direction: column;
  }
  .admissions-check .inner-content {
    height: auto;
  }
  .admissions-check .list-method {
    padding: 25px 0 25px;
  }
  .admissions-check .list-inner {
    width: 100%;
    padding: 0 0px 21px!important;
  }
  .admissions-check .list-inner img:not(.decoration) {
    height: 39px;
  }
  .admissions-check .method-text {
    font-size: 13.5px;
    line-height: 16px;
    padding-top: 8px;
  }
  .admissions-check .btn-register {
    padding-top: 10px;
  }
  .admissions-check .border-round {
    display: inline-block;
    width: auto;
    padding: 1px;
  }
  .admissions-check .border-round::before {
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px));
  }
  .admissions-check .text {
    width: 100%;
    padding: 4px 18px;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px));
  }
  .admissions-check .text a {
    font-size: 16px;
    line-height: 1;
  }
  .admissions-check .content-method {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .admissions-check .row {
    margin: -6.2px 0;
  }
  .admissions-check .row .col-4 {
    padding: 6.2px 0;
    width: 100%;
  }
  .admissions-check br {
    display: none;
  }
  .admissions-check .image-content {
    margin-bottom: 15px;
  }
  .admissions-check .image-bg {
    padding-bottom: 56.715%;
  }
  .admissions-check .description {
    font-size: 14px;
    line-height: 17px;
    -webkit-line-clamp: unset;
  }
}
.admissions-form {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.admissions-form .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1A4A9C;
  opacity: 0.95;
}
.admissions-form .container-fluid {
  padding-top: 99px;
  padding-bottom: 106px;
  position: relative;
}
.admissions-form h2 {
  font-family: 'Mulish-Bold';
  font-size: 40px;
  line-height: 48px;
  color: #EE6823;
  text-transform: uppercase;
  padding-bottom: 40px;
  text-align: center;
}
.admissions-form h3 {
  font-family: 'Mulish-Bold';
  font-size: 28px;
  line-height: 34px;
  line-height: 1;
  color: #EE6823;
}
.admissions-form .form-radio {
  padding: 0px 60px 20px 70px;
}
.admissions-form .row {
  padding: 20px 0px 40px 169px;
}
.admissions-form .row .col:nth-child(odd) {
  padding-right: 10px;
  padding-left: 0px;
}
.admissions-form .row .col:nth-child(even) {
  padding-left: 6px;
  padding-right: 0px;
}
.admissions-form .form-check {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
}
.admissions-form .form-check-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.admissions-form .form-check-input:checked + .checkmark {
  background-color: #EE6823;
}
.admissions-form .form-check-input:checked + .checkmark::after {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 10px;
  background-image: url(../img/icon-check-form.svg);
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.admissions-form .checkmark {
  position: absolute;
  top: 14px;
  left: 0;
  height: 13px;
  width: 13px;
  border: 1px solid #fff;
  cursor: pointer;
}
.admissions-form .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.admissions-form .form-check-label {
  padding-left: 35px;
  font-size: 20px;
  font-family: 'Mulish-Regular';
  color: #FFF;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  line-height: 37px;
}
.admissions-form .form-register {
  max-width: 748px;
  margin: 0 auto;
  padding: 60px 53px 30px;
  background-color: #FFF;
  position: relative;
}
.admissions-form .form-register form {
  width: 100%;
}
.admissions-form .form-register .gform_fields {
  grid-column-gap: 54px!important;
  grid-row-gap: 15px !important;
}
.admissions-form .form-register .gfield_required_text {
  display: none!important;
}
.admissions-form .form-register .gfield_description {
  border: none!important;
  padding: 0!important;
  background-color: transparent!important;
  font-size: 20px!important;
  font-family: 'Mulish-Regular' !important;
}
.admissions-form .form-register .gform_validation_errors {
  border: none!important;
  padding: 0!important;
  background: transparent!important;
  box-shadow: none!important;
}
.admissions-form .form-register .gform_validation_errors h2 {
  font-family: 'Mulish-Bold' !important;
  font-size: 14px!important;
  padding-bottom: 30px;
}
.admissions-form .form-register label {
  font-size: 20px!important;
  line-height: 24px;
  font-family: 'Mulish-Regular' !important;
  color: #17479D !important;
  padding-bottom: 8px!important;
  margin-bottom: 0px !important;
  font-weight: normal !important;
}
.admissions-form .form-register input[type=text],
.admissions-form .form-register input[type=tel],
.admissions-form .form-register input[type=email] {
  border-radius: 8px!important;
  padding: 0px 15px!important;
  font-size: 20px!important;
  font-family: 'AvenirNextLTPro-Regular' !important;
  color: #000 !important;
  border: 1px solid #17479D !important;
  height: 34px !important;
}
.admissions-form .form-register input[type=text]::placeholder,
.admissions-form .form-register input[type=tel]::placeholder,
.admissions-form .form-register input[type=email]::placeholder {
  font-size: 20px;
  font-family: 'AvenirNextLTPro-Regular' !important;
  color: #BCBEC0 !important;
}
.admissions-form .form-register .gform_footer {
  justify-content: center!important;
  align-items: center!important;
  margin: 0px !important;
  padding: 22px 0px 0px !important;
}
.admissions-form .form-register input[type=submit] {
  height: 40px;
  padding: 0px 26px!important;
  margin-bottom: 0px !important;
  font-size: 20px!important;
  line-height: 1!important;
  font-family: 'Mulish-Regular' !important;
  color: #FFF !important;
  background-color: #EE6823 !important;
  border: 1px solid transparent!important;
  border-radius: 20px;
}
.admissions-form .form-register input:focus {
  outline-style: none;
}
.admissions-form #input_1_7 iframe {
  transform: scale(0.8);
  transform-origin: left;
}
@media screen and (max-width: 1280px) {
  .admissions-form .row {
    padding-left: 80px;
    padding-right: 80px;
  }
  .admissions-form .form-check-label {
    font-size: 20px;
  }
  .admissions-form .form-register {
    padding: 40px 50px 30px;
  }
}
@media screen and (max-width: 1023px) {
  .admissions-form .container-fluid {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .admissions-form h2 {
    font-size: 35px;
    line-height: 42px;
    padding-bottom: 40px;
  }
  .admissions-form h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .admissions-form .form-radio {
    padding: 0px;
    padding-bottom: 30px;
  }
  .admissions-form .row {
    padding: 20px 50px;
  }
  .admissions-form .form-check-label {
    padding-left: 25px;
    font-size: 16px;
    line-height: 34px;
  }
  .admissions-form .form-check-input:checked + .checkmark::after {
    width: 10px;
  }
  .admissions-form .checkmark {
    width: 10px;
    height: 10px;
    top: 11px;
  }
  .admissions-form .form-register {
    max-width: 100%;
    padding: 40px 60px 30px;
  }
  .admissions-form .form-register .gform_fields {
    grid-column-gap: 40px!important;
  }
  .admissions-form .form-register .gfield_description {
    border: none!important;
    padding: 0!important;
    background-color: transparent!important;
    font-size: 20px!important;
    font-family: 'Mulish-Regular' !important;
  }
  .admissions-form .form-register .gform_validation_errors h2 {
    padding-bottom: 20px;
  }
  .admissions-form .form-register input[type=text],
  .admissions-form .form-register input[type=tel],
  .admissions-form .form-register input[type=email] {
    border-radius: 15px!important;
    padding: 1px 10px!important;
    font-size: 20px!important;
    line-height: normal!important;
    min-height: auto!important;
  }
  .admissions-form .form-register input[type=text]::placeholder,
  .admissions-form .form-register input[type=tel]::placeholder,
  .admissions-form .form-register input[type=email]::placeholder {
    font-size: 20px!important;
  }
  .admissions-form .form-register input[type=submit] {
    padding: 10px 40px!important;
    font-size: 24px!important;
  }
}
@media screen and (max-width: 767px) {
  .admissions-form .container-fluid {
    padding-top: 38px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .admissions-form h2 {
    font-size: 17px;
    line-height: 21px;
    font-family: 'Mulish-ExtraBold';
    padding-bottom: 27px;
  }
  .admissions-form h3 {
    padding-bottom: 0px;
    font-size: 17px;
    line-height: 21px;
    color: #EE6823;
  }
  .admissions-form .subjects-check:not(:first-child) h3 {
    padding: 0px;
  }
  .admissions-form .form-radio {
    padding: 0px 20px 28px;
  }
  .admissions-form .row {
    padding: 13px 20px;
    margin: 0px;
  }
  .admissions-form .row .col {
    width: 100%!important;
  }
  .admissions-form .row .col:nth-child(odd) {
    padding: 0px;
  }
  .admissions-form .row .col:nth-child(even) {
    padding: 0px;
  }
  .admissions-form .form-check-label {
    font-size: 14px;
    line-height: 22px;
    padding-left: 22px;
    font-family: 'Mulish-Medium';
  }
  .admissions-form .checkmark {
    width: 8px;
    height: 8px;
    top: 8px;
  }
  .admissions-form .form-check {
    min-height: auto;
  }
  .admissions-form .form-check-input:checked + .checkmark::after {
    width: 8px;
    height: 8px;
  }
  .admissions-form .form-register {
    padding: 42px 10px 37px;
    box-shadow: 0 15px 15px 0px #EDEDED;
  }
  .admissions-form .form-register .gform_fields {
    grid-template-columns: repeat(1, 1fr) !important;
    grid-row-gap: 0px !important;
  }
  .admissions-form .form-register .gform_fields .gfield {
    margin-bottom: 15px;
  }
  .admissions-form .form-register .gform_fields .gfield:nth-last-child(2) {
    margin-bottom: 0px;
  }
  .admissions-form .form-register .gform_fields .gfield:last-child {
    margin-bottom: 0px;
  }
  .admissions-form .form-register label {
    font-size: 14px!important;
    line-height: 17px;
    text-align: center;
    display: block !important;
    margin-bottom: 5px !important;
    padding-bottom: 0px !important;
  }
  .admissions-form .form-register input[type=text],
  .admissions-form .form-register input[type=tel],
  .admissions-form .form-register input[type=email] {
    font-size: 14px!important;
    max-width: 250px !important;
    padding: 0px 5px !important;
    margin: 0px auto;
    border-radius: 10px !important;
    height: 25px !important;
    line-height: 25px !important;
  }
  .admissions-form .form-register input[type=text]::placeholder,
  .admissions-form .form-register input[type=tel]::placeholder,
  .admissions-form .form-register input[type=email]::placeholder {
    font-size: 13px!important;
  }
  .admissions-form .form-register input[type=submit] {
    font-size: 14px!important;
    border-radius: 20px;
    min-height: 27px !important;
    padding: 0px 13px !important;
    margin-bottom: 0px !important;
    font-family: 'Mulish-Regular' !important;
    height: auto;
  }
  .admissions-form .form-register .gform_footer {
    margin: 0px !important;
    padding: 0px !important;
  }
  .admissions-form .ginput_container {
    text-align: center;
  }
  .admissions-form .gfield--type-captcha .ginput_recaptcha > div {
    margin: 0px auto;
  }
  .admissions-form #input_1_7 iframe {
    transform: scale(0.6);
    transform-origin: center;
  }
}
.block-four-items {
  padding-top: 130px;
  padding-bottom: 130px;
}
.block-four-items .row {
  margin: -20px;
}
.block-four-items .col-6 {
  padding: 20px;
}
.block-four-items .content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.block-four-items .image {
  padding-bottom: 55.516%;
  position: relative;
}
.block-four-items .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}
.block-four-items .image .mobile {
  display: none;
}
.block-four-items .description {
  text-align: center;
  font-family: 'AvenirNextLTPro-Medium';
  font-size: 20px;
  line-height: 1;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #EE6823;
  color: #FFF;
}
@media only screen and (max-width: 1023px) {
  .block-four-items {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .block-four-items .row {
    margin: -5px -5px;
  }
  .block-four-items .col-6 {
    padding: 5px 5px;
  }
  .block-four-items .description {
    font-size: 16px;
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .block-four-items {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .block-four-items .row {
    margin: -5px 0;
    flex-direction: column;
  }
  .block-four-items .col-6 {
    padding: 5px 0;
    width: 100%;
  }
  .block-four-items .description {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .block-four-items .line {
    margin-bottom: 28px;
  }
  .block-four-items .image {
    padding-bottom: 51.471%;
  }
  .block-four-items .image img {
    display: none;
  }
  .block-four-items .image .mobile {
    display: inline;
  }
}
.pagination-wrap {
  padding-top: 30px;
}
.pagination-wrap .pagination {
  justify-content: center;
}
.pagination-wrap .pagination > .page-numbers {
  list-style-type: none;
  display: flex;
}
.pagination-wrap .pagination li {
  margin: 0px 3px;
}
.pagination-wrap .pagination li .page-numbers {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #f1a37b;
  color: #FFF;
  font-family: 'Mulish-SemiBold';
  line-height: 30px;
  text-align: center;
}
.pagination-wrap .pagination li .current {
  background: #EE6823;
}
@media screen and (max-width: 767px) {
  .pagination-wrap {
    padding-top: 15px;
  }
}
footer {
  overflow-x: hidden;
}
footer .container-fluid {
  max-width: 100%;
}
footer .top-footer {
  background-color: #073484;
}
footer .bottom-footer {
  background-color: #EDEDED;
}
footer .top-content {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 67px;
  padding-bottom: 68px;
  padding-left: 40px;
  padding-right: 10px;
}
footer .p-container > .row {
  margin: 0 -20px;
}
footer .p-container > .row > .col-3,
footer .p-container > .row > .col-6 {
  padding: 0 20px;
}
footer .p-container > .row > .col-3 .content,
footer .p-container > .row > .col-6 .content {
  height: 100%;
}
footer .p-container > .row > .col-3:nth-child(2) .content,
footer .p-container > .row > .col-6 .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .p-container > .row > .col-3:nth-child(2) .content {
  margin-left: -5px;
}
footer .student-activities {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
footer .student-activities .list-item {
  line-height: 35px;
}
footer .student-activities .row {
  margin: 0px -15px;
}
footer .student-activities .row .col-6:nth-child(2) {
  padding: 0px 10px;
}
footer .student-activities .col-6 {
  padding: 0px 15px;
}
footer .school-information .list-item {
  font-family: 'Mulish-Regular';
  line-height: 32px;
  font-size: 20px;
  color: #FFF !important;
  letter-spacing: 1px;
}
footer .school-information span {
  color: #FFF !important;
}
footer .school-information ul li {
  display: flex;
  align-items: center;
}
footer .school-information ul li .icon {
  width: 30px;
}
footer .school-information ul li .list-item {
  flex: 1;
}
footer .school-information ul li:first-child .icon img {
  margin-top: -5px;
}
footer h3 {
  font-family: 'Mulish-Bold';
  font-size: 23px;
  color: #EE6823;
  line-height: 1;
  text-transform: uppercase;
  padding-bottom: 15px;
}
footer .mobile-show {
  padding-top: 3px;
  list-style-type: none;
}
footer .mobile-show li:not(:last-child) {
  padding-bottom: 6px;
}
footer .bold-title {
  font-family: 'Mulish-Bold';
  color: white;
  font-size: 20px;
  text-transform: none;
  padding-bottom: 15px;
  line-height: 28px;
  /*word-spacing: 2px;*/
  letter-spacing: -1px;
}
footer .bold-title-mobile {
  display: none;
}
footer .line {
  border-color: #FFF;
  margin-bottom: 5px;
  width: 40px;
}
footer .list-item {
  font-family: 'Mulish-Medium';
  font-size: 20px;
  line-height: 34px;
  color: #FFF;
  text-decoration: none;
}
footer .option {
  margin-top: -8px;
}
footer .option ul {
  list-style-type: none;
}
footer .option .list-item {
  font-family: 'Mulish-Bold';
  text-transform: uppercase;
  font-size: 20px;
  line-height: 37px;
  word-spacing: 1px;
}
footer .identified .mobile-show .list-item {
  font-size: 19px;
}
footer .bottom-content {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
footer .bottom-content ul.end-bottom {
  display: flex;
  flex-direction: row;
  list-style-type: none;
}
footer .bottom-content ul.end-bottom li {
  width: fit-content;
}
footer .bottom-content ul.end-bottom li:first-child a {
  padding-left: 0;
}
footer .bottom-content ul.end-bottom li:last-child a {
  padding-right: 0;
  border-right: 0;
}
footer .bottom-content ul.end-bottom li a {
  font-family: 'Mulish-Regular';
  color: #000;
  font-size: 17.5px;
  line-height: 1;
  padding: 0 13px;
  border-right: 1px solid #000;
  display: inline-block;
}
footer .list-social {
  background-color: #EE6823;
  width: 1000%;
  position: absolute;
  left: 990px;
  left: 78.005%;
  bottom: 16px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  clip-path: polygon(20px 0, 100% 0, 100% 100%, 0% 100%);
}
footer .tablet-social,
footer .pc-social {
  width: 250px;
  width: 1.953125%;
  padding-left: 100px;
  padding-left: 0.78125%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
}
footer .tablet-social li,
footer .pc-social li {
  width: fit-content;
}
footer .tablet-social li img,
footer .pc-social li img {
  max-height: 33.58px;
}
footer .tablet-social {
  display: none;
}
@media only screen and (max-width: 1280px) {
  footer .top-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  footer .p-container > .row {
    margin: 0 -5px;
  }
  footer .p-container > .row > .col-3 {
    width: 30%;
  }
  footer .p-container > .row > .col-6 {
    width: 40%;
    padding: 0 5px;
  }
  footer .student-activities {
    padding-bottom: 10px;
  }
  footer .student-activities .row .col-6:not(:last-child) {
    padding-bottom: 30px;
  }
  footer .student-activities .col-6 {
    flex: 0 0 auto;
    width: auto;
  }
  footer .option .list-item {
    font-size: 21px;
  }
  footer .bold-title {
    font-size: 20px;
    line-height: 30px;
  }
  footer .school-information .list-item {
    font-size: 18px;
    line-height: 28px;
  }
  footer .list-item {
    word-spacing: -0.5px;
  }
  footer .bottom-content ul.end-bottom li a {
    padding: 0 5px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  footer .top-footer {
    background-color: #0F3383;
  }
  footer .bold-title {
    padding-bottom: 10px;
  }
  footer .top-content {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  footer .p-container > .row {
    margin: 0 -20px;
  }
  footer .p-container > .row > .col-3 {
    width: 50%;
  }
  footer .p-container > .row > .col-6 {
    width: 100%;
  }
  footer .p-container > .row > .col-6 .content {
    padding-top: 20px;
  }
  footer .p-container > .row > .col-3,
  footer .p-container > .row > .col-6 {
    padding: 0 20px;
  }
  footer .student-activities,
  footer .school-information {
    width: 100%;
  }
  footer .student-activities .col-6 {
    width: 50%;
  }
  footer h3 {
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 10px;
    padding-right: 25px;
  }
  footer .bold-title {
    font-size: 19px;
    line-height: 24px;
    padding-top: 30px;
  }
  footer .list-item {
    word-spacing: 0;
  }
  footer .bottom-content ul.end-bottom {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .bottom-content ul.end-bottom li {
    width: fit-content;
  }
  footer .bottom-content ul.end-bottom li:first-child {
    width: 100%;
    text-align: center;
  }
  footer .bottom-content ul.end-bottom li:first-child a {
    padding-right: 0;
    border-right: 0;
  }
  footer .bottom-content ul.end-bottom li:nth-child(2) a {
    padding-left: 0;
  }
  footer .list-social {
    background-color: transparent;
    width: 110px;
    position: absolute;
    left: unset;
    right: 0;
    bottom: unset;
    top: 0;
    transform: translateY(-100%);
    clip-path: none;
    padding-right: 20px;
  }
  footer .tablet-social,
  footer .pc-social {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 30px;
  }
  footer .tablet-social {
    display: flex;
  }
  footer .pc-social {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  footer .top-footer {
    background-color: #003188;
  }
  footer .top-content {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  footer .p-container > .row {
    margin: 0;
  }
  footer .p-container > .row > .col-3,
  footer .p-container > .row > .col-6 {
    padding: 0;
    width: 100%;
  }
  footer .p-container > .row > .col-6 .content {
    padding-top: 0px;
    padding-left: 0px;
  }
  footer .p-container > .row > .col-3:nth-child(2) .content {
    margin-left: 0px;
  }
  footer .enrollment {
    order: 2;
  }
  footer .identified {
    order: 1;
  }
  footer .student-activities {
    padding-bottom: 20px;
  }
  footer .student-activities .row {
    margin: 0px;
  }
  footer .student-activities .row .col-6:nth-child(2) {
    padding: 0px;
  }
  footer .student-activities .row .col-6:not(:last-child) {
    padding-bottom: 0px;
  }
  footer .student-activities .col-6 {
    width: 100%;
    padding: 0px;
  }
  footer .title-department {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    align-items: center;
    cursor: pointer;
  }
  footer .title-department:after {
    content: url(../img/arrow-down.svg);
    margin-left: 10px;
    margin-bottom: 5px;
    align-self: flex-end;
    transition: transform 0.5s ease-in-out;
  }
  footer .title-department.active-footer:after {
    transform: rotate(180deg);
    margin-top: 5px;
    margin-bottom: 0;
    align-self: flex-start;
  }
  footer .title-department.active-footer h3 {
    color: #DE6F38;
  }
  footer .mobile-show {
    display: none;
  }
  footer .content,
  footer .student,
  footer .identified,
  footer .enrollment {
    position: relative;
  }
  footer .option {
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }
  footer .option ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  footer .option li {
    width: 50%;
  }
  footer .option li:nth-child(1) {
    order: 1;
  }
  footer .option li:nth-child(2) {
    order: 3;
  }
  footer .option li:nth-child(3) {
    order: 5;
  }
  footer .option li:nth-child(4) {
    order: 2;
  }
  footer .option li:nth-child(5) {
    order: 4;
  }
  footer .option li:nth-child(6) {
    order: 6;
  }
  footer .school-information .list-item {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0px;
  }
  footer .school-information ul li {
    display: flex;
    align-items: center;
  }
  footer .school-information ul li .list-item {
    flex: 1;
  }
  footer .school-information ul li .icon {
    display: flex;
    align-items: center;
    width: 20px;
  }
  footer .school-information ul li .icon img {
    object-fit: contain;
    max-width: 9px;
    max-height: 10.55px;
  }
  footer .school-information ul li:first-child .icon img {
    margin-top: -1px;
  }
  footer h3 {
    font-family: 'AvenirNextLTPro-Medium';
    font-size: 16px;
    line-height: 36px;
    text-transform: none;
    color: #FFF;
    padding-bottom: 0;
    transition: all 0.5s ease;
  }
  footer .bold-title {
    font-size: 16px;
    letter-spacing: -0.2px;
    font-family: 'Mulish-Bold';
    padding-bottom: 5px;
    padding-top: 15px;
  }
  footer .bold-title span {
    display: none;
  }
  footer .bold-title-mobile {
    display: block;
    font-family: 'Mulish-Regular';
  }
  footer .bold-title-deskop {
    display: none;
  }
  footer .line {
    border: 0;
    height: 0.3px;
    background-color: #FFF;
    margin-bottom: 0;
    min-width: 100px;
    flex: 1;
    opacity: 0.6;
  }
  footer .mobile-show .list-item {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 16px;
    line-height: 25px;
  }
  footer .option .list-item {
    font-family: 'Mulish-Medium';
    font-size: 16px;
    line-height: 25px;
    text-transform: none;
    letter-spacing: -0.3px;
  }
  footer .bottom-content {
    padding-top: 6px;
    padding-bottom: 12px;
  }
  footer .bottom-content ul.end-bottom li {
    line-height: 16px;
  }
  footer .bottom-content ul.end-bottom li .list-item {
    font-size: 10px;
  }
  footer .bottom-content ul.end-bottom li a {
    padding: 0 5px;
    font-family: 'Mulish-Regular';
  }
  footer .tablet-social {
    padding-bottom: 25px;
  }
}
