body header .header-data-pc .site-logo span.logo-normal,
body header .header-data-mobile .site-logo span.logo-normal,
body header .header-data-pc .site-logo span.logo-white,
body header .header-data-mobile .site-logo span.logo-white {
  transition: none;
}
body header .header-data-pc .site-header-content .drawer-toggle i.fa,
body header .header-data-mobile .site-header-content .drawer-toggle i.fa {
  transition: none;
}
body header .header-data-pc ul.menu-lists li a,
body header .header-data-mobile ul.menu-lists li a {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  transition: none;
}
body header .header-data-pc ul.menu-lists li:after,
body header .header-data-mobile ul.menu-lists li:after {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  transition: none;
}
body header .header-data-pc ul.menu-lists li > ul,
body header .header-data-mobile ul.menu-lists li > ul {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  transition: none;
}
body header .header-data-pc ul.menu-lists li > ul li,
body header .header-data-mobile ul.menu-lists li > ul li {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  transition: none;
}
body header .header-data-pc.mega-menu ul.menu-lists li,
body header .header-data-mobile.mega-menu ul.menu-lists li {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  transition: none;
}
body header .header-data-pc.mega-menu ul.menu-lists li > .sub-menu,
body header .header-data-mobile.mega-menu ul.menu-lists li > .sub-menu {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  transition: none;
}
body header .header-data-pc.mega-menu ul.menu-lists li > .sub-menu li li span,
body header .header-data-mobile.mega-menu ul.menu-lists li > .sub-menu li li span {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  transition: none;
}
body header .header-data-pc:not(.header-data-mobile):not(.mega-menu) ul.menu-lists li > ul,
body header .header-data-mobile:not(.header-data-mobile):not(.mega-menu) ul.menu-lists li > ul {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  transition: none;
}
body header .header-data-pc:not(.header-data-mobile):not(.mega-menu) ul.menu-lists li > ul li,
body header .header-data-mobile:not(.header-data-mobile):not(.mega-menu) ul.menu-lists li > ul li {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  transition: none;
}
body header .header-data-pc .site-profile,
body header .header-data-mobile .site-profile {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
body header .header-data-pc .site-profile .site-info,
body header .header-data-mobile .site-profile .site-info {
  order: 1;
  margin-right: auto;
  display: flex;
  align-items: center;
}
body header .header-data-pc .site-profile .nav-right,
body header .header-data-mobile .site-profile .nav-right {
  order: 2;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
body header .header-data-pc .site-profile .nav-right .search,
body header .header-data-mobile .site-profile .nav-right .search {
  align-self: start;
  margin-top: 0.5em;
}
body header.drawer-shown .header-data-pc .site-header-content .drawer-toggle i.fa,
body header.drawer-shown .header-data-mobile .site-header-content .drawer-toggle i.fa {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body .search-layer {
  transition: none;
}
body.search-layer-shown .search-layer {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
body.search-layer-shown #block-hkust-uce-theme-ucesidebarmenu {
  display: none;
}
