body{
  --header-height: 84px;
}
body.home header.main-header,
header.main-header {
  position: sticky;
  top: calc(-1 * var(--header-height));
  transition: top 0.3s ease;
}
body.home header.main-header.show-header,
header.main-header.show-header{
  top: 0px;
  background: inherit;
}
strong, em{
  font-weight: revert;
}
.flow-container .flow-link-list-container{
  transition: top 0.3s ease;
}
header.main-header.show-header ~ .flow-container .flow-link-list-container{
  top: var(--header-height);
}
html[lang="en"] .hide-en{
  display: none !important;
}
html[lang="en"] .hidden{
  height: 0 !important;
  overflow: hidden !important;
}
.lightbox-model-open{
  overflow: hidden !important;
}
.vertical-buttons[data-aos=fade-up]{
  transform: translate3d(0, 60px, 0);
}
.vertical-buttons[data-aos=fade-left]{
  transform: translate3d(60px, 0, 0);
}
.single-opencampus-container .event-full-img img{
  object-fit: cover;
}
html[lang="en"] .animate-title small,
html[lang="en"] .title_sectionLeft h5 small{
  display: none !important;
}
.home-banner-section{
  position: relative;
  top: calc(-1 * var(--header-height));
}
.home-banner-section .section-background-video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;overflow: hidden;
}
.home-banner-section .section-background-video video{
  object-fit: cover;
}
.swiper-navigation-wrap{
  position: absolute;
  right: 40px;
  bottom: 20px;
  height: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
  align-items: center;
}
.base-button .btn-arrow{
  display: flex;
}
.swiper-navigation-wrap .swiper-button-next,
.swiper-navigation-wrap .swiper-button-prev{
  width: 30px;
  height: 30px;
  top: auto;
  margin-top: auto;
}
.swiper-navigation-wrap .swiper-button-next:after, 
.swiper-navigation-wrap .swiper-button-prev:after{
  font-size: 18px;
  color: black;
}
.swiper-navigation-wrap .swiper-button-next{
  justify-content: end;
  right: 0;
} 
.swiper-navigation-wrap .swiper-button-prev{
  justify-content: start;
  left: 0;
}
.autoplay-progress-wrap{
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 1;
  left: 50%;
  cursor: pointer;
  /*background: blue;*/
  top: 50%;
  transform: translate(-50%, -50%);
}
.autoplay-progress {
  position: absolute;
  /* right: 10px; */
  /* bottom: 10px; */
  width: 26px;
  height: 26px;
  z-index: 1;
  left: 50%;
  border: 1px solid #000;
  border-radius: 100%;
  cursor: pointer;
  top: 50%;
  transform: translate(-50%, -50%);
}
.swiper-initialized .home-slideInner.home-slide1 .animate-en-text{
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0); 
  opacity: 1;
  transform: translateY(0);
  /*transition: transform 1.5s cubic-bezier(.19,1,.22,1) 1s, opacity .5s linear 1s, -webkit-clip-path 1.5s cubic-bezier(.19,1,.22,1) 1s;
  transition: transform 1.5s cubic-bezier(.19,1,.22,1) 1s, clip-path 1.5s cubic-bezier(.19,1,.22,1) 1s, opacity .5s linear 1s;*/
  transition: transform 1.5s cubic-bezier(.19,1,.22,1), clip-path 1.5s cubic-bezier(.19,1,.22,1), opacity .5s linear, -webkit-clip-path 1.5s cubic-bezier(.19,1,.22,1);
  transition-delay: 0.3s;
}
.home-slideInner.home-slide1 .animate-en-text{
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  opacity: 0;
  display: inline-block;
}
.navigation-is-open{
  overflow: hidden;
}
.navigation-is-open .headerNavside.active .animate-menu span{
  transform: translate3d(0px, 0px, 0px);
  transition-delay: 0s;
}
.headerNavside .animate-menu{
  display: inline-block;
  overflow: hidden;
}
.headerNavside .animate-menu span{
  transform: translate3d(0px, 25px, 0px);
  transition: all 0.5s linear;
  display: inline-block;
}
.headerNavside ul.esmodMobnav>li{
  border-bottom: transparent 1px solid;
  transition: border-color 0.2s ease;
}
.headerNavside.active ul.esmodMobnav>li{
  border-bottom: #E1DCDB 1px solid;
  transition-delay: 0.2s;
}
.headerNavside .submenu-toggle{
  opacity: 0;
  transition: opacity 0.2s ease;
}
.headerNavside.active .submenu-toggle{
  opacity: 1;
  transition-delay: 0.2s;
}
.play-pause-btn{
  width: 100%;
  height: 100%;
}
.play-pause-btn .play{
  width: 20px;
  height: 20px;
}
.play-pause-btn .pause{
  width: 6px;
  height: 8px;
  position: relative;
}
.play-pause-btn .play svg,
.play-pause-btn .pause svg{
  width: 100%;
  height: 100%;
}
.play-pause-btn .pause svg{
  position: absolute;
}
.play-pause-btn .pause{
  stroke: black;
}

.autoplay-progress.animate .play-pause-btn .pause{
  display: block;
}
.autoplay-progress.animate .play-pause-btn .play{
  display: none;
}
.autoplay-progress .play-pause-btn .pause{
  display: none;
}
.autoplay-progress .circular-animation {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
  stroke-dasharray: 150.7;
  stroke-dashoffset: 150.7;
  stroke-width: 3;
  stroke: #96241E;
  fill: none;
}

.autoplay-progress .play-pause-btn {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center; position: relative; z-index: 1;
}

.autoplay-progress .circular-animation circle{fill: white;}

@keyframes progress {
  from {
    stroke-dashoffset: 150.7;
  }
  to {
    stroke-dashoffset: 0;
  }
}

/*Event Swiper*/
/* Scrollbar track */
.swiper-scrollbar {
  height: 6px;
  background: #f1f1f1;
  border-radius: 3px;
  margin-top: 30px;
  position: relative;
  background: transparent;
}

/* Scrollbar handle (drag element) */
.swiper-scrollbar-drag {
  width: 50px !important;
  height: 100%;
  cursor: pointer;
}

/* Optional: on hover or active state */
.swiper-scrollbar-drag:hover {
  background: #0051a8;
}

.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
  height: auto; width: calc(100% - (50vw - 815px)); position: relative;
}
.swiper-scrollbar .scrollbar-bg{
  width: 100%;
  height: 1px;
  background: #B3B3B3;
  top: 50%;
  display: flex;
  position: absolute;
}
.timeline{
  --circle-diameter: 80px;
  --inactive-color: #A4A3A3;
  --active-color: #96241E;
}
.flow-container-two .timeline {
  --circle-diameter: 80px;
  --inactive-color: #494848;
  --active-color: #F9F7F7;
}
.timeline .step.active .step-number{
  color: var(--active-color);
}
.timeline .step-number svg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  fill: transparent;
  stroke: var(--inactive-color);
  stroke-width: 0.5px;
  transform: rotate(90deg);
}
.timeline .step-number svg .active-circle{
  stroke: var(--active-color);
  stroke-dasharray: 160;
  stroke-dashoffset: 160;
}
.timeline .step.active .step-number svg .active-circle{
  animation: factoryProcessCircle .5s linear 0s forwards;
}
@keyframes factoryProcessCircle {
  0% {
    stroke-dashoffset: 160;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.timeline .step::before{
  top: var(--circle-diameter);
  left: calc(var(--circle-diameter)/2);
  background-color: var(--inactive-color);
}
.timeline .step::after{
  content: "";
  position: absolute;
  top: var(--circle-diameter);
  left: calc(var(--circle-diameter)/2);
  background: var(--active-color);
  height: 0%;
  width: 1px;
  transition: all .5s .5s linear;
}
.timeline .step.active::after{
  height: 100%;
}
.timeline .step:last-child::after{
  content: none;
}

/*
css to remove

*/
.verNavList li a::after{
  content: none;
}
.card-grid-item .card-arrow.animate-arrow, 
.text-button-arrow.animate-arrow{
  position: relative;
}
.news-item .btn-arrow a{
  position: relative;
}
.animate-arrow span.f-arrow{
  position: absolute;
  right: 0;
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
}
.consult-box-item .animate-arrow span.f-arrow{
  right: unset;
}
.animate-arrow.left-arrow span.f-arrow,
.animate-arrow.right-arrow span.f-arrow{
  width: 14px;
  aspect-ratio: 14 / 12;
}
.animate-arrow.down-arrow span.f-arrow,
.animate-arrow.up-arrow span.f-arrow{
  width: 12px;
  aspect-ratio: 12 / 14;
}
.animate-arrow.w-medium span.f-arrow{
  width: 21px;
}
.base-button.animate-arrow span.f-arrow{
  right: 16px;
}
.base-button.animate-arrow.left-arrow span.f-arrow{
  right: auto;
  left: 16px;
}
.animate-arrow.up-arrow span.f-arrow,
.animate-arrow.left-arrow span.f-arrow{
  transform: translateY(-50%) rotate(180deg);
}
.animate-arrow.right-arrow.arrow-size-large span.f-arrow{
  width: 68px;
}
.campusLifeContent .head_image_banner video{
  aspect-ratio: 1280/406;
  object-fit: cover;
}
.block-link-item.arrow-size-large{
  position: relative;
}
.block-link .block-link-item.animate-arrow .arrow{
  opacity: 0;
}
.animate-arrow.right-arrow.arrow-size-large span.f-arrow:before,
.animate-arrow.right-arrow.arrow-size-large span.f-arrow:after{
  background-image: url(../images/arrow.svg);
}
.consultation-section .animate-arrow.right-arrow.arrow-size-large span.f-arrow:before,
.consultation-section .animate-arrow.right-arrow.arrow-size-large span.f-arrow:after{
  background-image: url(../images/right-arrow-white.svg);
}
.down-arrow span.f-arrow:before,
.down-arrow span.f-arrow:after,
.up-arrow span.f-arrow:before,
.up-arrow span.f-arrow:after{
  content: "";
  position: absolute;
  background-image: url(../images/down-arrow.svg);
  background-size: 100%;
  width: 100%;
  height: 100%;
}
.right-arrow span.f-arrow:before,
.right-arrow span.f-arrow:after,
.left-arrow span.f-arrow:before,
.left-arrow span.f-arrow:after{
  content: "";
  position: absolute;
  background-image: url(../images/right-arrow.svg);
  background-size: 100%;
  width: 100%;
  height: 100%;
}
.right-arrow span.f-arrow .before,
.right-arrow span.f-arrow .after {
  position: absolute;
  width: 100%;
  height: 100%;
}
.animate-arrow span.f-arrow:before,
.animate-arrow span.f-arrow:after,
.animate-arrow span.f-arrow .before,
.animate-arrow span.f-arrow .after {
  animation-fill-mode: both;
  animation-duration: 0.6s;
}
/* Left/Right Arrow Animations */
.animate-arrow-parent .right-arrow span.f-arrow:before,
.animate-arrow-parent .left-arrow span.f-arrow:before,
.animate-arrow-parent .right-arrow span.f-arrow .before,
.animate-arrow-parent .left-arrow span.f-arrow .before,
.animate-arrow.right-arrow span.f-arrow:before,
.animate-arrow.left-arrow span.f-arrow:before,
.animate-arrow.right-arrow span.f-arrow .before,
.animate-arrow.left-arrow span.f-arrow .before  {
  /*animation-name: transformLeftRight;*/
  animation-delay: 0.2s;
  opacity: 0;
}
/*.animate-arrow-parent .right-arrow span.f-arrow:after,
.animate-arrow-parent .left-arrow span.f-arrow:after,
.animate-arrow.right-arrow span.f-arrow:after,
.animate-arrow.left-arrow span.f-arrow:after,
.animate-arrow-parent .right-arrow span.f-arrow .after,
.animate-arrow-parent .left-arrow span.f-arrow .after,
.animate-arrow.right-arrow span.f-arrow .after,
.animate-arrow.left-arrow span.f-arrow .after {
  animation-name: transformRightLeft;
}*/
.animate-arrow-parent:hover .right-arrow span.f-arrow:before,
.animate-arrow-parent:hover .left-arrow span.f-arrow:before,
.animate-arrow.right-arrow:hover span.f-arrow:before,
.animate-arrow.left-arrow:hover span.f-arrow:before,
.animate-arrow-parent:hover .right-arrow span.f-arrow .before,
.animate-arrow-parent:hover .left-arrow span.f-arrow .before,
.animate-arrow.right-arrow:hover span.f-arrow .before,
.animate-arrow.left-arrow:hover span.f-arrow .before  {
  animation-name: transformRightLeft;
  animation-delay: 0s;
  opacity: 1;
}
.animate-arrow-parent:hover .right-arrow span.f-arrow:after,
.animate-arrow-parent:hover .left-arrow span.f-arrow:after,
.animate-arrow.right-arrow:hover span.f-arrow:after,
.animate-arrow.left-arrow:hover span.f-arrow:after,
.animate-arrow-parent:hover .right-arrow span.f-arrow .after,
.animate-arrow-parent:hover .left-arrow span.f-arrow .after,
.animate-arrow.right-arrow:hover span.f-arrow .after,
.animate-arrow.left-arrow:hover span.f-arrow .after {
  animation-name: transformLeftRight;
  animation-delay: 0.2s;
}

/* Up/Down Animation*/
.animate-arrow.down-arrow span.f-arrow:before,
.animate-arrow.up-arrow span.f-arrow:before {
  /*animation-name: transformUpDown;*/
  animation-delay: 0.2s;
  opacity: 0;
}
/*.animate-arrow.down-arrow span.f-arrow:after,
.animate-arrow.up-arrow span.f-arrow:after {
  animation-name: transformDownUp;
}*/
.animate-arrow.down-arrow:hover span.f-arrow:before,
.animate-arrow.up-arrow:hover span.f-arrow:before {
  animation-name: transformDownUp;
  animation-delay: 0s;
  opacity: 1;
}
.animate-arrow.down-arrow:hover span.f-arrow:after,
.animate-arrow.up-arrow:hover span.f-arrow:after {
  animation-name: transformUpDown;
  animation-delay: 0.2s;
}
.c-arrow-link {
  position: relative;
  padding-right: 40px;
}
.c-arrow-link--icon {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  width: 14px;
  aspect-ratio: 14/12;
  margin: auto 0;
  line-height: 1;
}

.c-arrow-link--icon:before,
.c-arrow-link--icon:after {
  content: "";
  background-image: url(../images/right-arrow.svg);
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  aspect-ratio: 14/12;
  animation-fill-mode: both;
  animation-duration: 0.6s;
}

.c-arrow-link--icon:after {
  transform: translateX(-100%);
}
.c-arrow-link.is-hover .c-arrow-link--icon:before {
  animation-name: transformLeftRight;
  animation-delay: 0.2s;
}
.c-arrow-link.is-hover .c-arrow-link--icon:after {
  animation-name: transformRightLeft;
}
.c-arrow-link.is-hover:hover .c-arrow-link--icon:before {
  animation-name: transformRightLeft;
  animation-delay: 0s;
}
.c-arrow-link.is-hover:hover .c-arrow-link--icon:after {
  animation-name: transformLeftRight;
  animation-delay: 0.2s;
}

.our-alumnis-section .image-with-text video{
  aspect-ratio: 1200/801;
  object-fit: cover;
}
@keyframes transformLeftRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes transformRightLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes transformUpDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes transformDownUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
.animate-title,
.animate-jp-text{
  opacity: 0;
}
.animate-title.show,
.swiper-slide-active .animate-jp-text{
  opacity: 1;
}
.es-title {
  position: relative;
  display: inline-block;
}
.es-base {
  visibility: hidden;
}

.es-b {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  display: inline-block;
  overflow: hidden;
}
html[lang="en"] .filter-buttons a{
  text-align: center;
}
.animate-title.show .es-b
.swiper-slide-active .animate-jp-text .es-b{
  color: inherit;
  opacity: 1 !important;
}

.es-b .es-inner{
  color: var(--strongred);
}
.animate-jp-text .es-b .es-inner{
  color: #A4A3A3;
}
.tiktok-videos-wrap .video-slider{
  overflow: hidden;
}
.animate-title.show .es-b,
.swiper-slide-active .animate-jp-text .es-b {
  animation: revealWidth 0.8s linear forwards;
}

.animate-title.show .es-inner,
.swiper-slide-active .animate-jp-text .es-inner {
  color: inherit;
  transition: color 0.8s linear;
  text-wrap: auto;
  height: 100%;
  text-wrap-mode: nowrap;
}

@keyframes revealWidth {
  100% {
    width: 100%;
  }
}
.lightbox-swiper{
  --swiper-image-ratio: 20%; /* ratio 16:9 = 56.25% */
  --swiper-active-width: 30%;
  --swiper-inactive-scale: 0.7; /* makes the other slide smaller */
  --swiper-mobile-width: 90%;
  --swiper-mobile-inactive-scale: 1;
  --items-per-view: 4;
}
.lightbox-swiper-wrapper {
  /*display: none;*/
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
}

.close-lightbox {
  position: absolute;
  top: -50px;
  right: 0px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  z-index: 10000;
}

.lightbox-swiper {
  position: relative;
  max-height: 600px;
  overflow: visible;
  aspect-ratio: 9 / 16;
}

.swiper-slide .video-play-button{
  pointer-events: none;
}
.swiper-slide-active .video-play-button{
  pointer-events: auto;
}

.lightbox-swiper .swiper-slide {
  position: relative;
  width: calc((100% - var(--swiper-active-width))/ var(--items-per-view));
  opacity: 1;
  transform: scale(0.75);
  transition: all .3s ease-in-out;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.lightbox-swiper.swiper-backface-hidden .swiper-slide {
  transform: scale(0.75) translateZ(0);
}

.lightbox-swiper .swiper-slide.swiper-slide-active {
  width: var(--swiper-active-width);
  transform: scale(1);
  opacity: 1 !important;
}
.lightbox-swiper .swiper-slide.swiper-slide-active video {
  /*width: 90%;*/
  display: flex;
  margin:  0 auto;
}

.lightbox-swiper.swiper-backface-hidden .swiper-slide.swiper-slide-active {
  transform: scale(1) translateZ(0) !important;
}

.lightbox-swiper .swiper-button-next,
.lightbox-swiper .swiper-button-prev {
  padding: 8px;
  width: 12px;
  height: 12px;
  margin-top: 0;
  background-color: rgba(0, 0, 0, .4);
  border-radius: 50%;
}

.lightbox-swiper .swiper-slide.swiper-slide-next{
  transform: scale(0.75) translateX(25%);
}
.lightbox-swiper .swiper-slide.swiper-slide-prev{
  transform: scale(0.75) translateX(-25%);
}

.lightbox-swiper .swiper-button-next::after,
.lightbox-swiper .swiper-button-prev::after {
  color: #fff;
  font-size: 30px;
}

.lightbox-swiper .swiper-button-next {
  /*transform: translate(50%, -50%);*/
  right: -60px;
}

.lightbox-swiper .swiper-button-prev {
  /*transform: translate(-50%, -50%);*/
  left: -60px;
}
.swiper-slide .more-link{
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition-duration: 1s;
  transition-delay: 1s;
  transition-property: opacity, transform;
}
.swiper-slide.swiper-slide-active .more-link{
  opacity: 1;
  transform: translateZ(0);
}

.tiktok-feed-list[data-feed_layout="gallery"] {
    display: flex;
    flex-wrap: nowrap !important;         /* ❗ Stop wrapping */
    overflow-x: auto;          /* ❗ Enable horizontal scroll */
    overflow-y: hidden;
    white-space: nowrap;
    scroll-snap-type: none;   /* optional – smooth snapping */
    padding-bottom: 5px;       /* prevents scrollbar overlap */
}

/* Each item stays in a row */
.tiktok-feed-list[data-feed_layout="gallery"] .tiktok-feed-item {
    flex: 0 0 auto;           /* ❗ Important: don't shrink */
    width: var(--qligg-item-width);  /* use your defined width */
    scroll-snap-align: none; /* optional – snap to item */
}

/* Optional: hide scrollbar (keep scroll functionality) */
.tiktok-feed-list[data-feed_layout="gallery"]::-webkit-scrollbar {
    display: none;
}
.tiktok-feed-list[data-feed_layout="gallery"] {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#tiktok-feed-feed-0 {
    --qligg-spacing: 2px !important;
}
.tiktok-feed-list[data-feed_layout=gallery] .tiktok-feed-item{
  width: 22% !important;
}
.tiktok-feed-item__wrap{
  border-radius: 0px !important;
}
.tiktok-feed-square .tiktok-feed-item__video-wrap{
  padding-top: 120% !important;
}
.swiper-scrollbar-drag img,
.tiktok-feed-item__video-wrap img{
  pointer-events: none;
}
.swiper-scrollbar-drag {
  touch-action: none; /* required for pointer/touch dragging */
  cursor: grab;
  user-select: none;
  -webkit-user-drag: none;
}
.swiper-scrollbar-drag:active {
  cursor: grabbing;
}
.no-select {
  user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
}
.tiktok-feed-list[data-feed_layout="gallery"] {
    scroll-behavior: smooth; /* smooth movement when drag updates scrollLeft */
    -webkit-overflow-scrolling: touch; /* iOS momentum */
}
.swiper-scrollbar-drag {
    transition: transform 0.15s linear; /* smooth movement */
    will-change: transform;
}

@media screen and (max-width: 1023px){
  .corporate_section .tab_col_to_row [class^="esmo_col-"]{
    width: 50%;
  }
  .corporate_section .tab_col_to_row{
    flex-direction: row;
  }
}
@media only screen and (max-width: 768px) {
  .lightbox-swiper {
    height: calc(var(--swiper-mobile-width) * var(--swiper-image-ratio) / 100%);
  }
  .eventblockItem:hover .event_featured img,
  .pickupListItem:hover .pickupThumb img,
  .course-list .course-list-link:hover .course-box .course-box-img img {
    transform: scale(1);
    transition: all .4s ease-in;
  }
  .course-list .course-list-link.active .course-box .course-box-img img {
    transform: scale(1.1);
    transition: all .4s ease-in;
  }
  .swiper-slide .more-link{
    transform: translate3d(-20px, 0px, 0);
  }
  .lightbox-swiper .swiper-slide {
    width: var(--swiper-mobile-width);
    transform: scale(var(--swiper-mobile-inactive-scale));
  }

  .lightbox-swiper.swiper-backface-hidden .swiper-slide.swiper-slide {
    transform: scale(var(--swiper-mobile-inactive-scale)) translateZ(0);
  }

  .lightbox-swiper .swiper-button-next {
    right: calc((100% - var(--swiper-mobile-width)) / 2);
  }

  .lightbox-swiper .swiper-button-prev {
    left: calc((100% - var(--swiper-mobile-width)) / 2);
  }

}
@media only screen and (max-width: 767px) {
  .corporate_section .tab_col_to_row [class^="esmo_col-"]{
    width: 100%;
  }
  .corporate_section .tab_col_to_row{
    flex-direction: column;
  }
}
.mega-sub-menu li{
  position: relative;
}
@media screen and (max-width: 768px){
  .swiper-navigation-wrap{
    right: 20px;
  }
  .animate-title.show .es-inner {
    text-wrap-mode: wrap;
    width: calc(100vw - 50px);
    display: inline-block;
  }
}
@media screen and (max-height: 675px) and (orientation: portrait) {
  .home-slide2 .img-left-top img{
    width: 70%;
  }
}
@media screen and (max-width: 767px){
  body{
    --header-height: 74px;
  }
  .fasion-design-container .fdc-left-box{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .fasion-design-container .fdc-left-box h6{
    flex: auto;
    margin-bottom: 9px;
  }
  .flow-container-two .timeline,
  .timeline{
    --circle-diameter: 50px;
  }
  .block-link-item.animate-arrow.right-arrow.arrow-size-large span.f-arrow{
    width: 35px;
  }
  .campusLifeContent .head_image_banner video{
    aspect-ratio: 375/250;
    object-fit: cover;
  }
}
@media screen and (max-width: 500px){
  .animate-arrow.right-arrow.arrow-size-large span.f-arrow{
    width: 30px;
  }
}
@media screen and (max-width: 400px) and (orientation: portrait){
  .home-slideInner.home-slide2 a.more-link{
    /*top: -15px;*/
    position: relative;
  }
}