/*--- global ---*/
body {
  background-color: #fff;
  font-family: "Roboto", Arial, sans-serif, 微軟正黑體, "Microsoft JhengHei";
  font-size: 16px;
  line-height: auto;
  color: #5c5c5c;
}

* {
  letter-spacing: 0.2px;
}

*:focus {
  outline: none;
}

h1 {
  font-size: 2.1em;
  line-height: normal;
  color: #4f256f;
  margin-top: 0px;
  margin-bottom: 30px;
}

h1::before {
  content: "";
  height: 40px;
  width: 40px;
  display: block;
  background-color: #ff8111;
  margin-bottom: -22px;
  margin-left: -22px;
  border-radius: 50%;
}

h2 {
  font-size: 1.8em;
  line-height: normal;
  color: #4f256f;
  margin-top: 0px;
  margin-bottom: 30px;
}

h2::before {
  content: "";
  height: 40px;
  width: 40px;
  display: block;
  background-color: #ff8111;
  margin-bottom: -22px;
  margin-left: -22px;
  border-radius: 50%;
}

h2.text-align-center {
  width: fit-content;
  width: -moz-fit-content;
  margin-left: auto;
  margin-right: auto;
}

h3 {
  color: #4f256f;
  font-size: 1.5em;
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 20px;
}

h4 {
  color: #313131;
  font-size: 1.05em;
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 38px;
  position: relative;
}

h4::before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #ff8111;
  position: absolute;
  left: -34px;
  top: 10px;
}

h5 {
  color: #313131;
  font-size: 1.05em;
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 20px;
  position: relative;
}

p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}

small,
p small {
  font-size: 14px;
  color: #747474;
}

span.content_marker {
  background-color: #ffc491;
}

span.content_new_tag {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  padding: 4px 10px 4px 8px;
  background-color: #ff902e;
  border-radius: 8px 0;
  font-style: italic;
}

::selection {
  background: #ffc491;
  /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #ffc491;
  /* Gecko Browsers */
}

.field--name-body>div {
  margin-bottom: 40px;
}

.italic {
  font-style: italic;
}

ul {
  margin: 10px 0 20px;
  padding-left: 4px;
}

.inv-body-inner ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 14px;
  margin-bottom: 10px;
}

.inv-body-inner ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  display: block;
  border-top: 2px solid #ff8111;
}

.inv-body-inner ul li ul li ul li::before,
.inv-body-inner ul li ul li ul li ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #ff8111;
  display: block;
  border: none;
  border-radius: 50%;
}

ol {
  padding-left: 22px;
  margin: 10px 0 20px;
}

ol li {
  margin-bottom: 10px;
}

ol.bulletstar,
ol.bracket123,
ol.bracketroman {
  list-style: none;
  counter-reset: item;
  padding-left: 30px;
}

ol.bulletstar {
  color: #747474;
  font-size: 14px;
}

ol.bulletstar li,
ol.bracket123 li,
ol.bracketroman li {
  list-style: none;
}

ol.bulletstar>li::before,
ol.bracket123>li::before,
ol.bracketroman>li::before {
  display: inline-block;
  counter-increment: item;
  width: 28px;
  margin-left: -28px;
}

ol.bulletstar>li::before {
  content: "*" counter(item) ".";
}

ol.bracket123>li::before {
  content: "(" counter(item)")";
}

ol.bracketroman>li::before {
  content: "(" counter(item, lower-roman) ")";
}

ol.bulletstar>li>ol,
ol.bracket123>li>ol {
  padding-left: 40px;
  margin-bottom: 10px;
  counter-reset: item;
}

ol.bulletstar>li>ol>li::before,
ol.bracket123>li>ol>li::before {
  display: inline-block;
  counter-increment: item;
  content: "(" counter(item, lower-roman) ")";
  width: 40px;
  margin-left: -2.5em;
}

ol.bulletabcbracket {
  list-style: none;
  padding-left: 30px;
  counter-reset: item;
}

ol.bulletabcbracket>li::before {
  display: inline-block;
  counter-increment: item;
  content: "(" counter(item, lower-alpha) ")";
  margin-left: -26px;
  width: 28px;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

.field--name-body p a,
.field--name-body li a,
.field--name-body span a,
.field--name-body table a {
  color: #ff8111;
  font-weight: 400;
  overflow-wrap: break-word;
}

.field--name-body p a:hover,
.field--name-body li a:hover,
.field--name-body span a:hover {
  text-decoration: underline;
  color: #ffa805;
}

.action-narrow {
  height: 12px;
  width: 8px;
  display: block;
  background-image: url("../images/button_arrow.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.highlight-link-wrapper {
  display: flex;
}

.highlight-link-wrapper.button_center {
  justify-content: center;
  align-items: center;
}

.highlight-link-wrapper.button_left {
  justify-content: flex-start;
}

.highlight-link-wrapper.button_right {
  justify-content: flex-end;
  align-items: center;
}

.highlight-link-wrapper>* {
  margin-left: 20px;
}

.highlight-link-wrapper>*:first-child {
  margin-left: 0px;
}

.highlight-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #7b4c9f;
  width: fit-content;
  width: -moz-fit-content;
  min-width: 140px;
  font-size: 16px;
  font-weight: 300;
  padding: 10px 16px;
  border-radius: 10px 0 10px 0;
  color: #fff !important;
  text-decoration: none !important;
  margin-bottom: 10px;
}

.highlight-link a::after {
  content: "";
  height: 12px;
  width: 8px;
  background-image: url("../images/button_arrow.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: 10px;
  transition: all 0.3s cubic-bezier(0.2, 1, 0.2, 1);
  flex-shrink: 0;
}

.highlight-link a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #4f256f;
}

.highlight-link a:hover::after {
  text-decoration: none;
  margin-left: 14px;
  transition: all 0.3s cubic-bezier(0.2, 1, 0.2, 1);
}

.highlight-link-2 a {
  display: flex;
  align-items: center;
  color: #2c2c2c !important;
  width: fit-content;
  width: -moz-fit-content;
  text-decoration: none !important;
  margin-bottom: 10px;
}

.highlight-link-2 a:hover {
  color: #ff8111 !important;
  transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
}

.highlight-link-2 a::after {
  content: "";
  height: 12px;
  width: 8px;
  display: block;
  background-image: url("../images/button_arrow.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: 6px;
}

.highlight-link-2 .file {
  margin: 0;
  padding: 0;
}

.highlight-link-3 a {
  display: flex;
  align-items: center;
  color: #fff !important;
  width: fit-content;
  width: -moz-fit-content;
  text-decoration: none !important;
  border-radius: 10px 0 10px 0;
  border: 1px solid #fff;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
}

.highlight-link-3 a::after {
  content: "";
  height: 12px;
  width: 8px;
  display: block;
  background-image: url("../images/button_arrow_white.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: 6px;
  transition: all 0.3s cubic-bezier(0.2, 1, 0.2, 1);
}

.highlight-link-3 a:hover::after {
  margin-left: 14px;
  transition: all 0.3s cubic-bezier(0.2, 1, 0.2, 1);
}

.highlight-link-4 a {
  display: flex;
  align-items: center;
  color: #5c5c5c !important;
  width: fit-content;
  width: -moz-fit-content;
  text-decoration: none !important;
  border-radius: 10px 0 10px 0;
  border: 1px solid #5c5c5c;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
}

.highlight-link-4 a::after {
  content: "";
  height: 12px;
  width: 8px;
  display: block;
  background-image: url("../images/button_arrow_color.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: 6px;
  transition: all 0.3s cubic-bezier(0.2, 1, 0.2, 1);
}

.highlight-link-4 a:hover::after {
  margin-left: 14px;
  transition: all 0.3s cubic-bezier(0.2, 1, 0.2, 1);
}

.inv-section-full-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.content-video_topbar p {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: calc(56.2% + 50px);
  /* -- 16:9 Aspect Ratio --*/
}

.content-video p {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.2%;
  /* -- 16:9 Aspect Ratio --*/
}

.content-video_topbar iframe,
.content-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.inv-body-inner .top-header .right li {
  margin: 0 32px 0 40px;
}

.inv-body-inner .top-header .right li::before {
  display: none;
}

/* tasks tabs ***************************************************/
#block-eduhk-enar-sub-tabs nav.tabs {
  position: fixed;
  bottom: 0;
  z-index: 1500;
  background-color: #fff;
  margin: 15px;
  padding: 15px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 15px;
  left: 0;
}

#block-eduhk-enar-sub-tabs nav.tabs>ul.tabs {
  border-bottom: none;
}

#block-eduhk-enar-sub-tabs nav.tabs>ul.tabs>li {
  margin-left: 10px;
}

#block-eduhk-enar-sub-tabs nav.tabs>ul.tabs>li>.nav-link.active {
  border-color: #fff;
  color: #fff;
  background-color: #BF165E;
}

#block-eduhk-enar-sub-tabs nav.tabs>ul.tabs>li>a {
  background: #f5f5f5;
  border-radius: 5px;
  color: #000;
}

#block-eduhk-enar-sub-tabs nav.tabs>ul.tabs>li>a:hover {
  color: #fff;
  background-color: #BF165E;
}

.inv-body-inner #block-eduhk-enar-sub-tabs ul {
  margin-bottom: 0;
}

.inv-body-inner #block-eduhk-enar-sub-tabs ul li {
  margin-bottom: 0;
  padding-left: 0;
}

.inv-body-inner #block-eduhk-enar-sub-tabs ul li::before {
  display: none;
}

/*--- header top ---*/
#section-header-top {
  background-color: #7b4c9f;
  padding: 6px 0;
  border: none;
  position: fixed;
  top: 0px;
  z-index: 10;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.2, 1, 0.2, 1);
}

#section-header-top.is-sticky {
  top: -40px;
  transition: all 0.7s cubic-bezier(0.2, 1, 0.2, 1);
}

.top-header {
  display: flex;
  justify-content: space-between;
}

.top-header a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.top-header a:hover {
  color: #ff8111;
  transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
}

.top-header .left a {
  display: flex;
  align-items: center;
}

.top-header .left .icon {
  height: 28px;
  width: 28px;
  display: block;
  background-image: url("../images/top_application_icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.top-header .right {
  display: flex;
  align-items: center;
}

.top-header .right .link ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.top-header .right li {
  /*margin: 0 32px 0 40px;*/
  margin: 0 0 0 40px;
  padding: 0;
}

.top-header li::before {
  display: none;
}

.top-header .right .social-media-links {
  margin: 0 20px;
}

.top-header .right .social-media-links>ul {
  display: flex;
}

.top-header .right .social-media-links>ul>li {
  display: inline-block;
}

.top-header .right .social-media-links>ul>li {
  margin: 0 0 0 18px;
}

.social-media-links a,
.search .google-search {
  height: 20px;
  width: 20px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: inherit;
  border: none;
}

.language-switch-link {
  display: flex;
}

.language-switch-link {
  margin-right: 30px;
}


.language-switch-link a {
  color: #ff8111;
}

.language-switch-link a.non-active {
  color: #fff;
}

.language-switch-link-line {
  width: 1px;
  background-color: #e76221;
  margin: 0 10px;
}

.social-media-links ul {
  margin: 0;
  padding: 0;
}

.social-media-links ul li {
  margin: 0 6px;
  list-style: none;
  position: inherit;
  padding: 0 0;
}

.social-media-links .facebook {
  background-image: url("../images/top_fb_button.svg");
}

.social-media-links .instagram {
  background-image: url("../images/top_ig_button.svg");
}

.social-media-links .weibo {
  background-image: url("../images/top_weibo_button.svg");
}

.social-media-links .youtube {
  background-image: url("../images/top_youtube_button.svg");
}

.search .google-search {
  background-image: url("../images/top_search_button.svg");
  background-size: contain;
}

/*--- search bar ---*/
.gcse-searchbox-wrapper>div {
  height: 0px;
}

.search-box-wrapper {
  padding: 0px;
  transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
  height: 0px;
  width: auto;
  display: flex;
}

.search-box-wrapper.active {
  transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
  padding: 15px 0px 10px;
  height: 75px;
}

.search-box-wrapper>* {
  display: none;
}

.search-box-wrapper.active>* {
  display: block;
}

.search_box_input {
  height: 50px;
  border-radius: 0 10px;
  border: 1px solid grey;
  padding: 15px;
  width: 100%;
}

.search_box_input:focus,
.search-box-submit-btn,
.search-box-close-btn {
  border: none;
}

.search-box-submit-btn,
.search-box-close-btn {
  height: 50px;
  width: 50px;
  flex: 0 0 50px;
}

.search-box-submit-btn {
  background: url(../images/top_search_button.svg)#ff8111 no-repeat center center;
  margin-left: 14px;
  border-radius: 10px 0;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}

.search-box-submit-btn:hover {
  background-color: #ff5e11;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}

.search-box-close-btn {
  background: url(../images/navigation_close_btn.svg)no-repeat center center;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}

.search-box-close-btn:hover {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}

/*--- menu ---*/
.menu-is-open {
  overflow: hidden !important;
}

#block-eduhkwebsitemenu04 .site-navbar .site-navigation .site-menu {
  margin: 0;
  padding: 0;
}

#block-eduhkwebsitemenu04 ul li::before {
  display: none;
}

#block-eduhkwebsitemenu04 .site-navbar .site-navigation .site-menu>li {
  list-style: none;
  position: inherit;
  padding: 0;
  margin-bottom: 0;
}

#block-eduhkwebsitemenu04 .site-navbar .site-navigation .site-menu>li>a {
  font-size: 16px;
  color: #2d2d2d !important;
  margin-left: 10px;
  margin-right: 10px;
}

#block-eduhkwebsitemenu04 .site-navbar .site-navigation .site-menu>li>a:hover {
  color: #ff8111 !important;
}

#block-eduhkwebsitemenu04 .site-navbar .site-navigation .site-menu .has-children .dropdown {
  border: none;
}

#block-eduhkwebsitemenu04 .site-navbar .site-navigation .site-menu .has-children .dropdown {
  background: none;
  border-radius: 15px 0 15px 0;
}

#block-eduhkwebsitemenu04 .site-navbar .site-navigation .site-menu .has-children.has-lv2>.dropdown>li:first-child a {
  border-radius: 15px 0 0 0;
}

#block-eduhkwebsitemenu04 .site-navbar .site-navigation .site-menu .has-children.has-lv2>.dropdown>li:last-child a {
  border-radius: 0 0 15px 0;
}

#block-eduhkwebsitemenu04 .site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
  font-size: 16px;
  color: #fff;
  background-color: #ff8111;
  color: #fff !important;
  padding: 15px 50px 15px 20px;
}

#block-eduhkwebsitemenu04 .site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  background-color: #ea7309;
}

#block-eduhkwebsitemenu04 .site-navbar .site-navigation .site-menu .has-children.has-lv3>.dropdown>li>a {
  background-color: #ea7309;
  border-radius: 0 !important;
}

#block-eduhkwebsitemenu04 .site-navbar .site-navigation .site-menu .has-children.has-lv3>.dropdown>li:last-child a {
  background-color: #ea7309;
  border-radius: 0 0 15px 0 !important;
}

#block-eduhkwebsitemenu04 .site-navbar .site-navigation .site-menu .has-children.has-lv3 .dropdown>li>a:hover {
  background-color: #ff8111;
}

#block-eduhkwebsitemenu04 .icon-menu {
  line-height: 0 !important;
}

#block-eduhkwebsitemenu04 .icon-menu:before {
  font-size: 38px;
  color: #949494;
}

.site-navbar .site-navigation .site-menu>li:last-child>a {
  margin-right: 0px;
}

.site-mobile-menu {
  height: 100vh;
  width: 100%;
  top: 0px;
  right: 0px;
  background-color: #fff;
  backface-visibility: hidden;
  pointer-events: auto;
  overflow-y: scroll;
}

.site-mobile-menu li::before {
  display: none;
}

.site-mobile-menu .site-nav-wrap>li>a,
.site-mobile-menu-after>a {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  color: #5c5c5c;
}

.site-mobile-menu .site-nav-wrap>li>ul {
  background-color: #f3f3f3;
  border-top: 1px solid #d2d2d2;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #ff8111;
}

.site-mobile-menu .site-mobile-menu-head {
  margin-bottom: 30px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-mobile-menu .site-mobile-menu-head .site-logo img,
.site-mobile-menu .site-mobile-menu-head .text-site-logo img {
  width: 100%;
}

.site-mobile-menu .site-mobile-menu-head .text-site-logo img {
  height: 45px;
}

.site-mobile-menu .site-mobile-menu-head .text-site-logo {
  border-left: 1px solid grey;
  margin-left: 15px;
  padding: 4px 0px 4px 15px;
}

.mobile-logo-wrapper {
  width: 70%;
  display: flex;
  align-items: center;
}

.site-mobile-menu .site-mobile-menu-body {
  padding: 0 1px 20px 1px;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #e76221;
}

.site-mobile-menu .site-nav-wrap li {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding: 20px 0px 20px 40px;
  font-size: 18px;
  color: #5c5c5c;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse,
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  width: 50px;
  height: 50px;
  right: 8px;
}

.site-mobile-menu .site-nav-wrap .has-lv2>.arrow-collapse,
.site-mobile-menu .site-nav-wrap .has-lv2>.arrow-collapse:hover {
  top: 4px;
}

.site-mobile-menu .site-nav-wrap .has-lv3>.arrow-collapse,
.site-mobile-menu .site-nav-wrap .has-lv3>.arrow-collapse:hover {
  top: 10px;
  width: 45px;
  height: 45px;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  color: #5c5c5c;
}

.site-mobile-menu-after {
  padding: 30px 20px 40px;
}

.site-mobile-menu-close .icon-close2 {
  font-size: 30px;
}

.site-mobile-menu-after .second-menu-links li {
  padding: 0;
  margin-bottom: 30px;
}

.site-mobile-menu-after .second-menu-links li a {
  padding: 0px;
  font-size: 20px;
  color: #5c5c5c;
}

.site-mobile-menu-after .social-media-links ul {
  display: flex;
  padding: 20px 0px 150px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  background-color: #e6e6e6;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  padding: 20px 20px 20px 60px;
  font-size: 18px;
  color: #5c5c5c;
}

.site-mobile-menu-after .social-media-links .facebook {
  background-image: url("../images/top_fb_button_grey.svg");
}

.site-mobile-menu-after .social-media-links .instagram {
  background-image: url("../images/top_ig_button_grey.svg");
}

.site-mobile-menu-after .social-media-links .weibo {
  background-image: url("../images/top_weibo_button_grey.svg");
}

.site-mobile-menu-after .social-media-links .youtube {
  background-image: url("../images/top_youtube_button_grey.svg");
}

.site-navbar .site-navigation {
  display: block;
}

.site-navbar .toggle-button {
  display: none;
}


/*--- section-header-main ---*/
#section-header-main {
  padding: 15px 0px;
  position: fixed;
  top: 40px;
  z-index: 100;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid #f1f1f1;
  transition: all 0.5s cubic-bezier(0.2, 1, 0.2, 1);
}

.toolbar-fixed #section-header-main {
  position: relative;
}

#section-header-main.search-box-opened {
  top: 115px;
}

#section-header-main.is-sticky {
  top: 0px;
  transition: all 0.7s cubic-bezier(0.2, 1, 0.2, 1);
  padding: 8px 0px;
}

#section-header-main .container,
#section-header-top .container,
#section-footer-1 .container {
  max-width: 1600px;
  width: 98%;
}

#block-mainnavigation .tb-megamenu .nav>li>a,
#block-mainnavigation .tb-megamenu .nav>li span.tb-megamenu-no-link {
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  background: none;
}

#block-mainnavigation .tb-megamenu .nav>li>a:hover {
  color: #ff8111;
}

#section-header-main.is-sticky #block-mainnavigation .tb-megamenu .nav>li>a,
#section-header-main.is-sticky #block-mainnavigation .tb-megamenu .nav>li span.tb-megamenu-no-link {
  font-size: 15px;
  transition: all 0.7s cubic-bezier(0.2, 1, 0.2, 1);
}

#block-mainnavigation .tb-megamenu .nav>li:last-child>a,
#block-mainnavigation .tb-megamenu .nav>li:last-child span.tb-megamenu-no-link {
  padding-right: 0px;
}

#section-header-main .container>.row {
  display: flex;
  align-items: center;
}

#section-header-main .site-logo img {
  width: 224px;
  transition: all 0.5s cubic-bezier(0.2, 1, 0.2, 1);
}

#section-header-main.is-sticky .site-logo img {
  width: 180px;
  transition: all 0.7s cubic-bezier(0.2, 1, 0.2, 1);
}

#section-header-main .text-site-logo {
  margin-left: 20px;
  padding: 4px 20px;
  border-left: 1px solid grey;
  transition: all 0.5s cubic-bezier(0.2, 1, 0.2, 1);
}

#section-header-main .text-site-logo img {
  width: 160px;
  transition: all 0.5s cubic-bezier(0.2, 1, 0.2, 1);
}

.class-by-lang--zh-hant #section-header-main .text-site-logo img,
.class-by-lang--zh-hans #section-header-main .text-site-logo img {
  width: 100px;
}

#section-header-main.is-sticky .text-site-logo {
  padding: 10px 20px;
  transition: all 0.5s cubic-bezier(0.2, 1, 0.2, 1);
}

#section-header-main.is-sticky .text-site-logo img {
  width: 160px;
  transition: all 0.7s cubic-bezier(0.2, 1, 0.2, 1);
}

.class-by-lang--zh-hant #section-header-main.is-sticky .text-site-logo img {
  width: 100px;
}


#block-eduhksitelogo .field__item>div {
  display: flex;
  align-items: center;
}

/*--- tabs ---*/
.inv-builder-tabs .nav-tabs {
  margin: 0 auto 40px !important;
  width: fit-content;
  width: -moz-fit-content;
  display: flex;
  text-align: center;
  padding: 0 !important;
}

.inv-builder-tabs .nav-tabs>li {
  margin: 0 !important;
  padding: 0 !important;
}

.inv-builder-tabs .nav-tabs>li::before {
  content: none !important;
}

.inv-builder-tabs .nav-tabs>li>a {
  margin: 0 6px 15px;
  color: #2c2c2c !important;
  border: 1px solid #858585 !important;
  background-color: #fff;
  border-radius: 10px 0 10px 0;
  font-size: 16px;
  line-height: normal;
  padding: 18px 20px;
  transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
}

.inv-builder-tabs .nav-tabs>li.active>a {
  color: #fff !important;
  cursor: default;
  background-color: #7b4c9f;
  border: 1px solid #7b4c9f !important;
  border-radius: 10px 0 10px 0;
  transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
  cursor: pointer;
}

.inv-builder-tabs .nav-tabs>li.active>a:focus,
.inv-builder-tabs .nav-tabs>li.active>a:hover,
.inv-builder-tabs .nav-tabs li a:hover {
  background-color: #4f256f;
  border: 1px solid #4f256f !important;
}

.inv-builder-tabs .nav-tabs li a:hover {
  color: #fff !important;
  background-color: #4f256f;
  transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
}

.inv-builder-tabs .nav-tabs>li.active>a:before {
  display: none;
}

/*--- collapse ---*/
.content_collapse,
.faq_collapse {
  margin-bottom: 80px;
}

.content_collapse .panel-title,
.faq_collapse .panel-title {
  margin: 0;
}

.content_collapse .panel-title::before,
.faq_collapse .panel-title::before {
  content: none;
}

.content_collapse .panel-heading,
.content_collapse .panel-body,
.faq_collapse .panel-heading {
  border: none !important;
}

.content_collapse .panel-title a,
.faq_collapse .panel-title a {
  font-size: 18px;
}

.content_collapse .panel-title a::after,
.faq_collapse .panel-title a::after {
  content: "" !important;
  display: block !important;
  height: 38px;
  width: 50px;
  background-size: 100%;
}

/*--- content_collapse ---*/
.inv_accordions_open_all {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.inv_accordions_open_all a {
  background: #7b4c9f;
  padding: 8px 16px;
  color: #fff !important;
  font-weight: 300;
  font-size: 16px;
  border-radius: 8px 0px;
}

.inv_accordions_open_all a:hover {
  background: #4f256f;
  color: #fff;
}

.content_collapse .panel-title a.collapsed {
  font-weight: 400 !important;
  color: #5c5c5c !important;
}

.content_collapse .panel-title a {
  background-color: #fff !important;
  color: #7b4c9f !important;
  border-bottom: 1px solid #dddddd;
  padding: 20px 70px 20px 20px !important;
  transition: all 0.7s cubic-bezier(0.2, 1, 0.2, 1);
  font-weight: 400 !important;
}

.content_collapse .panel-title a:hover {
  background-color: #fff !important;
}

.content_collapse .panel-title a.collapsed:hover {
  background-color: #f4f4f4 !important;
  transition: all 0.7s cubic-bezier(0.2, 1, 0.2, 1);
  color: #7b4c9f !important;
}

.content_collapse .panel-title a::after {
  background-image: url("../images/content_collapse_open.svg");
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.content_collapse .panel-title a.collapsed::after,
.faq_collapse .panel-title a.collapsed::after {
  background-image: url("../images/content_collapse_close.svg");
}

/*--- faq_collapse ---*/
.faq_collapse .panel-body {
  padding: 40px !important;
}

.faq_collapse .panel-title a {
  background-color: #f2f2f2 !important;
  color: #383838 !important;
  padding: 20px 60px 20px 80px !important;
  font-weight: 400 !important;
}

.faq_collapse .panel-title a.collapsed {
  font-weight: 400 !important;
  color: #5c5c5c !important;
  transition: all 0.7s cubic-bezier(0.2, 1, 0.2, 1);
}

.faq_collapse .panel-title a:hover.collapsed {
  background-color: #f0f7f9 !important;
  transition: all 0.7s cubic-bezier(0.2, 1, 0.2, 1);
}

.faq_collapse .panel-title a.collapsed::after {
  background-image: url(../images/content_collapse_close.svg);
}

.faq_collapse .panel-title a::after {
  background-image: url(../images/faq_collapse_open.svg);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.faq_collapse .panel-title a span {
  color: #7b4c9f;
  font-size: 22px;
  height: 100%;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid #ff8111;
}

/*--- table ---*/
.tr_with_line tr {
  border-bottom: 1px solid #dadada;
}

table {
  background-color: #fff;
  border-collapse: collapse;
  border: 1px solid #dadada;
  margin-bottom: 20px;
}

table th,
table td {
  font-weight: 400;
  padding: 20px 30px;
  border: none;
  vertical-align: top;
}

table td:nth-child(odd) {
  background-color: #f9f9f9;
}

.table_grey thead,
thead {
  background-color: #6e6e6e;
  color: #fff;
}

.table_color thead {
  background-color: #7b4c9f;
  color: #fff;
}

.table_wrapper {
  overflow-x: auto;
}

/*--- dropdown ---*/
.selectbox_tab_list .dropdown {
  width: fit-content;
}

.selectbox_tab_list .dropdown .dropdown-toggle {
  padding: 15px 30px;
  text-shadow: none;
  border: none;
  background-image: none;
  background-color: #5c5c5c;
  color: #fff;
  border-radius: 10px 0 10px 0;
}

.selectbox_tab_list .dropdown-toggle.active.focus,
.selectbox_tab_list .dropdown-toggle.active:focus,
.selectbox_tab_list .dropdown-toggle.active:hover,
.selectbox_tab_list .dropdown-toggle:active.focus,
.selectbox_tab_list .dropdown-toggle:active:focus,
.selectbox_tab_list .dropdown-toggle:active:hover,
.selectbox_tab_list .open>.dropdown-toggle.btn-default.focus,
.selectbox_tab_list .open>.dropdown-toggle.btn-default:focus,
.selectbox_tab_list .open>.dropdown-toggle.btn-default:hover {
  border: 1px solid #5c5c5c;
  background-color: #fff;
  color: #5c5c5c;
  outline: inherit;
  box-shadow: none;
}

.selectbox_tab_list .dropdown .caret {
  margin-left: 10px;
}

.selectbox_tab_list .dropdown-menu {
  padding: 20px !important;
}

.selectbox_tab_list ul.nav-tabs {
  display: none;
}

.selectbox_tab_list .dropdown-menu li {
  padding: 0;
}

.selectbox_tab_list .dropdown-menu li::before {
  display: none;
}

.selectbox_tab_list .dropdown-menu li a {
  color: #2c2c2c !important;
}

.selectbox_tab_list .tab-content {
  background: #FFF;
  border: solid 1px #e5e5e5;
  margin-top: 20px;
  border-radius: 4px;
  padding: 30px 30px 30px;
}

/*--- campus images background---*/
.section-background {
  background-image: url("../images/body_bg.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.section-background-2 {
  background-image: url("../images/body_bg_02.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
}

#section-main-content .container {
  max-width: 85%;
}

/*--- footer ---*/
#section-footer-1 {
  background-color: #7b4c9f;
}

#section-footer-1 a:hover {
  color: #ff8111 !important;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}

#section-footer-1 .container {
  padding-top: 45px;
  padding-bottom: 45px;
  background: url("../images/eduhk_logo_purple.svg")no-repeat 90% center;
  background-size: 20%;
}

#section-footer-1 li::before {
  display: none;
}

.footer_top {
  margin-bottom: 60px;
}

.footer_top .site-menu-link {
  display: flex;
  justify-content: flex-end;
  margin: 14px 0 0;
  padding: 0;
}

.footer_top .site-menu-link li {
  margin-left: 1.5em;
  display: block;
  list-style: none;
  position: inherit;
  padding: 0 0;
}

.footer_top .site-menu-link li a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.footer_bottom {
  display: flex;
}

.footer_bottom,
.footer_bottom p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0px;
}

.footer-tnc-link-and-social {
  display: flex;
  justify-content: flex-end;
}

.footer-tnc-link-and-social ul {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

.footer-tnc-link-and-social ul li {
  display: block;
  list-style: none;
  position: inherit;
  padding: 0px;
  margin-bottom: 0px;
}

.footer-tnc-link-and-social ul li::before {
  display: none;
}

.tnc-link a {
  color: #fff !important;
  border-right: 1px solid #8d9090;
  padding: 0 10px;
}

.tnc-link ul li:last-child a {
  border-right: none;
}

.tnc-link ul {
  border-right: 1px solid #fff;
  margin: 0px;
  padding-right: 10px;
}

.social-media-links {
  margin-left: 0px;
}

/*-- bottom back to top --*/
.back-to-top-prev-wrapper {
  position: fixed;
  right: 10%;
  bottom: -60px;
  z-index: 9990;
  display: flex;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}

.back-to-top-prev-wrapper.active {
  bottom: 20px;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}

.back-to-top-prev-wrapper.active.bottom {
  bottom: 80px;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}

.back-to-top-prev-wrapper img {
  width: 80%;
}

.back-to-top-prev-wrapper .back-to-top,
.back-to-top-prev-wrapper .back-to-prev {
  display: flex;
  justify-content: center;
  padding: 10px;
  background-color: #ff8111;
  border-radius: 10px 0;
  -webkit-box-shadow: 0px 3px 15px -5px rgba(0, 0, 0, 0.72);
  box-shadow: 0px 3px 15px -5px rgba(0, 0, 0, 0.72);
}

.back-to-top-prev-wrapper .back-to-prev {
  margin-right: 10px;
}

.back-to-top-prev-wrapper .back-to-top:hover {
  background-color: #ff8d28;
}

/*-- content navigation --*/
.node_content_navigation_wrapper {
  position: fixed;
  z-index: 99999;
  top: 200px;
  right: 0px;
  transition: all 0.7s cubic-bezier(0.2, 1, 0.2, 1);
  display: block !important;
}

.node_content_navigation_wrapper.hide {
  right: -55px;
  transition: all 0.7s cubic-bezier(0.2, 1, 0.2, 1);
  display: block !important;
}

.navigation_open_btn,
.navigation_close_btn {
  position: absolute;
  top: 0px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 0 8px;
}

.navigation_open_btn {
  top: 0px;
  background-color: #ff8111;
  right: -60px;
  transition: all 1s cubic-bezier(0.2, 1, 0.2, 1);
  z-index: 99;
}

.navigation_open_btn:hover {
  background-color: #ff5e11;
  transition: all 1s cubic-bezier(0.2, 1, 0.2, 1);
}

.navigation_open_btn.active {
  top: 0px;
  right: 0px;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}

.navigation_close_btn {
  left: -25px;
  top: 0px;
  background-color: #5c5c5c;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}

.navigation_close_btn:hover {
  background-color: #00796c;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}

.navigation_close_btn img {
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}

.navigation_close_btn:hover img {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}

.navigation_content_wrapper {
  position: absolute;
  right: -360px;
  background-color: #fff;
  width: 320px;
  padding: 30px 20px 20px 28px;
  -webkit-box-shadow: 0px 3px 15px -5px rgb(0 0 0 / 40%);
  box-shadow: 0px 3px 15px -5px rgb(0 0 0 / 40%);
  border-radius: 0 0 0 20px;
  transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
}

.navigation_content_wrapper.active {
  right: 0px;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}

.navigation_content_wrapper ul {
  padding: 0;
  margin: 0 0;
  border-left: 3px solid #e3e3e3;
}

.navigation_content_wrapper li {
  list-style: none;
  padding: 5px 0px 5px 16px;
  margin-bottom: 0px;
  margin-left: -3px;
  border-bottom: 1px solid #e3e3e3;
}

.navigation_content_wrapper li::before {
  display: none;
}

.navigation_content_wrapper li.active {
  border-left: 3px solid #f27b22;
}

.navigation_content_wrapper li a {
  color: #676767;
  font-size: 14px;
  width: 100%;
  line-height: normal;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}

.navigation_content_wrapper li.active a,
.navigation_content_wrapper li a:hover {
  color: #f27b22;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}

.navigation_content_wrapper .back-to-top {
  display: flex;
  color: #5c5c5c;
}

.navigation_content_wrapper .back-to-top img {
  margin-right: 10px;
}

/*-- equal height col --*/
.equal-height-col .row {
  display: flex;
  flex-wrap: wrap;
}

/*--- top banner ---*/
#section-slider-1 {
  position: relative;
  z-index: 1;
}

.page-banner-wrapper {
  border-radius: 0 0 100px 0;
  overflow: hidden;
}

.hero-section .container {
  height: 100%;
  display: flex;
  align-items: center;
}

.float-left .container {
  justify-content: flex-start;
}

.float-right .container {
  justify-content: flex-end;
}

.float-left .container .caption {
  border-radius: 0 30px 0 30px;
}

.float-right .container .caption {
  border-radius: 30px 0 30px 0;
}

/*--- section height ---*/
.h100-height .block,
.h100-height>div,
.h100-height .img-parallax {
  height: 100vh;
  min-height: 800px;
}

.h90-height .block,
.h90-height>div,
.h90-height .img-parallax {
  height: 900px;
}

.h80-height .block,
.h80-height>div,
.h80-height .img-parallax {
  height: 800px;
}

.h70-height .block,
.h70-height>div,
.h70-height .img-parallax {
  height: 700px;
}

.h60-height .block,
.h60-height>div,
.h60-height .img-parallax {
  height: 600px;
}

.h50-height .block,
.h50-height>div,
.h50-height .img-parallax {
  height: 500px;
}

#section-main-content {
  padding: 80px 0px;
}

.normal-top-section {
  padding: 120px 0px !important;
}

.normal-fullwidth-section {
  margin-top: 0px;
}

.normal-fullwidth-section .hero-section .container {
  max-width: 85%;
}

.hero-section .textbox-nobg {
  width: 45%;
  display: block;
}

.normal-fullwidth-section .float-right .textbox-quote {
  padding: 0 6%;
}

.normal-fullwidth-section .hero-section>div {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.normal-section {
  padding: 120px 0px !important;
}

.no-banner-section {
  padding: 250px 0px 120px !important;
}

.no-banner-top .no-banner-section {
  padding: 200px 0px 120px !important;
}

.normal-section a,
.normal-top-section a,
.normal-fullwidth-section a,
.no-banner-section a {
  color: #ff8111;
  font-weight: 400;
}

.normal-section a:hover,
.normal-top-section a:hover,
.normal-fullwidth-section a:hover,
.no-banner-section a:hover {
  color: #ffa805;
}

.inner_section_bottom {
  padding: 0 0 120px !important;
}

/*--- gutter ---*/
.large-gutter {
  padding-left: 40px;
  padding-right: 40px;
}

/*--- round images ---*/
.round-img img {
  border-radius: 0 50px;
  overflow: hidden;
}

/*--- flex wrapper ---*/
.flex-wrapper {
  display: flex;
}

/*--- caption ---*/
.caption {
  width: 40%;
  padding: 40px 60px;
  display: block;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.caption_wide {
  width: 60%;
}

#section-slider-1 .caption {
  margin-top: 140px;
}

.caption h1 {
  margin-bottom: 10px;
}

.caption .description p {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 30px;
}

.caption .line {
  margin: 20px 0px;
}

.page-banner-wrapper .caption {
  display: block;
}

.caption_mobile .caption {
  display: none;
}

/*--- orange line ---*/
.line {
  width: 0%;
  height: 2px;
  background-color: #e76221;
  margin: 20px 0px;
}

.line.active {
  width: 100%;
  transition: all 1.5s cubic-bezier(0.2, 1, 0.2, 1);
}

/*--- gobal parallax banner ---*/
.img-parallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
}

/*---------  section-breadcrumb  --------- */
#section-breadcrumb {
  position: relative;
}

#section-breadcrumb .section-inner {
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: center;
  width: 100%;
}

#section-breadcrumb .breadcrumb {
  padding: 0px 15px;
  margin-bottom: 0px;
}

#section-breadcrumb .region-breadcrumb {
  margin: 30px 0;
  padding: 0;
  text-align: left;
}

#section-breadcrumb .region-breadcrumb .breadcrumb ol {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

#section-breadcrumb .region-breadcrumb .breadcrumb ol li {
  color: #737373;
  font-size: 14px;
  line-height: 24px;
}

#section-breadcrumb .region-breadcrumb .breadcrumb ol li:first-child::before {
  display: none;
}

#section-breadcrumb .region-breadcrumb .breadcrumb ol li a:hover {
  text-decoration: underline !important;
}

#section-breadcrumb .region-breadcrumb .breadcrumb ol li:before {
  margin: 0 10px;
}

#section-breadcrumb .region-breadcrumb .breadcrumb ol li:before {
  margin: 0 5px;
}

#section-breadcrumb .region-breadcrumb .breadcrumb ol li:first-child:before {
  margin: 0;
}

#section-breadcrumb a {
  color: #ff8111;
}

.no-banner-top-bc #section-breadcrumb {
  top: 130px;
}

.no-banner-top #section-breadcrumb {
  display: none;
}

/*---------  social share btn  --------- */
#block-addtoanybuttons {
  position: absolute;
  left: -7%;
  top: 0px;
  z-index: 99;
}

.normal-fullwidth-section #block-addtoanybuttons {
  top: 100px;
}

#block-addtoanybuttons p {
  font-size: 14px;
  color: #545454;
  margin: 0;
}

#block-addtoanybuttons .vertical_line_for_addtoany {
  width: 2px;
  height: 54px;
  display: block;
  background-color: #f8aa85;
  margin-bottom: 10px;
}

#block-addtoanybuttons .addtoany_list>div,
#block-addtoanybuttons .a2a_buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#block-addtoanybuttons .a2a_buttons>a>span {
  background-color: #fff !important;
  border: 1px solid #cccccc;
  border-radius: 50% !important;
  width: 45px !important;
  height: 45px !important;
  padding: 6px;
}

#block-addtoanybuttons .a2a_buttons>a>span path {
  fill: #cccccc;
}

.a2a_default_style a {
  margin-bottom: 8px;
}

/*---------  related page  --------- */
#section-bottom-related-page {
  border-radius: 100px 0 0 0;
  overflow: hidden;
}

.page-bottom-rel-link {
  overflow: hidden;
}

.page-bottom-rel-link>.row>div {
  padding: 0px;
  cursor: pointer;
  overflow: hidden;
}

.page-bottom-rel-link .rel-link img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 450px;
  transition: transform .3s ease-out;
}

.page-bottom-rel-link .rel-link:hover img {
  transform: scale(1.1);
}

.black-mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s cubic-bezier(0.2, 1, 0.2, 1);
}

.black-mask:hover {
  background-color: rgba(0, 0, 0, 0.55);
  transition: all 1s cubic-bezier(0.2, 1, 0.2, 1);
}

.page-bottom-rel-link .rel-link .rel-link-button {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 50px;
}

.page-bottom-rel-link .rel-link .rel-link-button a {
  font-size: 1.3em;
  color: #fff;
  display: inline-block;
}

.page-bottom-rel-link .rel-link .rel-link-button a::after {
  content: "";
  display: block;
  height: 14px;
  width: 10px;
  background-image: url(../images/button_arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: 10px;
  transition: all 0.3s cubic-bezier(0.2, 1, 0.2, 1);
  display: inline-block;
}

.page-bottom-rel-link .rel-link:hover .rel-link-button a::after {
  margin-left: 15px;
  transition: all 1s cubic-bezier(0.2, 1, 0.2, 1);
}

/*--- listing-grid-horizontal ---*/
.listing-grid-horizontal img {
  width: 100%;
}

.listing-grid-box {
  background-color: #fff;
  padding: 34px;
  border-radius: 30px 0;
  -webkit-box-shadow: 0px 3px 15px -5px rgb(0 0 0 / 40%);
  box-shadow: 0px 3px 15px -5px rgb(0 0 0 / 40%);
  z-index: 10;
  position: relative;
  margin-top: -25px;
}

.listing-grid-box .highlight-link-wrapper {
  margin-top: 0px !important;
}

.listing-grid-box h3 a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 30px;
  font-size: 20px;
  line-height: 30px;
  color: #4f256f;
}

.listing-grid-box h3 a:hover {
  color: #ff8111;
}

.listing-grid-box p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 85px;
}

/*--- carousel control ---*/
.slick-dots {
  bottom: 20px;
}

.slick-dots li {
  margin: 0 2px;
}

.slick-dots li::before {
  display: none;
}

.slick-dots li button .slick-dot-icon:before,
.slick-dots li.slick-active button .slick-dot-icon:before {
  font-size: 30px;
  margin: 0;
}

.slick-dots li button .slick-dot-icon:before {
  color: #b7b7b7;
  ;
}

.slick-dots li.slick-active button .slick-dot-icon:before {
  color: #ff8111;
}

.slick-prev .slick-prev-icon:before {
  content: "";
  background-image: url("../images/carousel_prev_btn.svg");
  height: 30px;
  width: 30px;
  display: block;
}

.slick-next .slick-next-icon:before {
  content: "";
  background-image: url("../images/carousel_next_btn.svg");
  height: 30px;
  width: 30px;
  display: block;
}

/*--- bottom banner ---*/
.bottom-banner-wrapper {
  border-radius: 100px 0 0 0;
  overflow: hidden !important;
}

.bottom-banner:hover .bottom-banner>div {
  transform: scale(1.1);
}

/*--- bottom-banner-center ---*/
.bottom-banner-center .bottom-banner .container {
  justify-content: center;
  color: #fff;
}

.bottom-banner-center .bottom-banner .flex-wrapper {
  flex-direction: column;
  justify-content: center;
  padding: 0 25%;
}

.bottom-banner-center .bottom-banner .text-align-center h2 {
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  color: #fff;
}

.bottom-banner-center .bottom-banner p {
  font-weight: 300;
}

.bottom-banner-center .bottom-banner .text-align-center h2::before {
  display: none;
}

.bottom-banner-center .bottom-banner:hover .black-mask {
  background-color: rgba(0, 0, 0, 0.55);
  transition: all 1s cubic-bezier(0.2, 1, 0.2, 1);
}

.bottom-banner-center .highlight-link-wrapper {
  justify-content: center;
  margin-top: 30px;
}

.bottom-banner-center .highlight-link-3 {
  margin: 0 8px;
}

/*--- cms toolbar---*/
/*--- lang ---*/
#section-header-top {
  z-index: 101;
}

.top-header .right .social-media-links .lang-menu>li {
  margin-right: 20px;
}

.lang-menu {
  position: relative;
}

.lang-menu .earth {
  height: 20px;
  width: 20px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: inherit;
  border: 0;
  background-image: url(/pdp/themes/eduhk_enar_sub/assets/css/../images/global_btn.svg);
}

.lang-menu .action-narrow {
  height: 20px;
  background-position-y: center;
  margin-left: 29px;
}

.lang-menu .dropdown-wrapper {
  position: absolute;
  padding-top: 20px;
}

.lang-menu .dropdown-wrapper>ul {
  position: absolute;
  border-radius: 16px 0 16px 0;
  width: 136px;
  padding-top: 22px;
  padding-bottom: 22px;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .1);
  margin-top: 20px;
  margin-left: -20px;
  background: #fff;
  -webkit-transition: .2s 0s;
  -o-transition: .2s 0s;
  transition: .2s 0s;
}

.lang-menu:hover .lang-menu .dropdown-wrapper>ul {
  position: relative;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}

.lang-menu .lang-menu-li .dropdown {
  border-radius: 16px 0 16px 0;
  width: 136px;
  padding-top: 22px;
  padding-bottom: 22px
}

.lang-menu .lang-menu-li .dropdown-wrapper {
  position: absolute;
  padding-top: 40px
}

.lang-menu .lang-menu-li:hover .dropdown-wrapper .dropdown {
  position: relative;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0;
  visibility: visible;
  opacity: 1
}

.lang-menu .lang-menu-li .dropdown li {
  display: inline-block;
}

.lang-menu .lang-menu-li .dropdown li>a {
  padding: 5px 12px 5px 12px;

  display: block;
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000 !important;
}

.lang-menu .lang-menu-li .dropdown li.is-active a {
  color: #ff9a4b !important
}

.lang-menu .lang-menu-li .dropdown li.is-active a::before {
  background-image: url(/ug/themes/eduhk_enar_sub/assets/css/../images/button_arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: center;
  content: '';
  display: block;
  height: 20px;
  width: 8px;
  float: left;
  margin-right: 8px;
  margin-left: -16px
}

.lang-menu .lang-menu-li .dropdown>li>a:hover {
  background: none;
  color: #ff8111 !important
}

/*-- Firefox blur fix --*/
@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {

  #section-header-main,
  .caption {
    background-color: rgba(255, 255, 255, .9);
  }
}


/*------------------  Responsive ------------------*/
@media only screen and (max-width: 1400px) {

  /*--- section height ---*/
  .h100-height .block,
  .h100-height>div,
  .h100-height .img-parallax {
    height: 80vh;
    min-height: auto;
  }

  /*-- mobile menu breakpoint --*/
  .site-navbar .site-navigation {
    display: none;
  }

  .site-navbar .toggle-button {
    display: block;
  }

  .top-header .link,
  .top-header .social-media-links {
    display: none;
  }

  /*--- header top ---*/
  .language-switch-link {
    margin-right: 0;
  }
}


@media only screen and (max-width: 1200px) {

  /*--- section height ---*/
  .h100-height .block,
  .h100-height>div,
  .h100-height .img-parallax {
    height: 70vh;
    min-height: auto;
  }

  /*-- header --*/
  #block-eduhkwebsitemenu04 .site-navbar .site-navigation .site-menu>li>a {
    font-size: 15px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .site-navbar .site-navigation .site-menu>li>a {
    margin-left: 13px;
    margin-right: 13px;
  }

  /*-- caption --*/
  .caption {
    width: 50%;
  }

  .caption_wide {
    width: 60%;
  }

  /*---------  related page  --------- */
  .page-bottom-rel-link .rel-link img {
    height: 350px;
  }

  /*--- gutter ---*/
  .large-gutter {
    padding-left: 20px;
    padding-right: 20px;
  }

  /*-- footer--*/
  .footer_top .site-menu-link li {
    margin-left: 1.1em;
  }

  .footer_top .site-menu-link li a {
    font-size: 15px;
  }

  /*-- bottom back to top --*/
  .back-to-top-prev-wrapper {
    right: 6%;
  }

  /*-- back to top --*/
  .back-to-top-prev-wrapper.active.bottom {
    bottom: 100px;
  }
}



@media only screen and (max-width: 992px) {

  /*-- content --*/
  #section-main-content .container {
    max-width: 98%;
  }

  .listing-grid-horizontal .row>div {
    margin-bottom: 40px;
    border: 0px !important;
  }

  .builder-row .row>div {
    margin-bottom: 40px;
    border: 0px !important;
  }

  /*-- breadcrumb --*/
  #section-breadcrumb {
    position: inherit;
  }

  #section-breadcrumb .section-inner {
    position: inherit;
    display: inherit;
    width: inherit;
  }

  .no-banner-top-bc #section-breadcrumb {
    top: 0px;
    margin-top: 130px;
  }

  /*--- cms toolbar --*/
  .no-banner-top-bc #section-system-message {
    top: 0px;
  }

  /*-- related page --*/
  .page-bottom-rel-link .rel-link img {
    height: 280px;
  }

  /*--social share btn-- */
  #block-addtoanybuttons {
    position: relative;
    left: 0;
    margin-bottom: 20px;
  }

  .normal-fullwidth-section #block-addtoanybuttons {
    top: 0px;
  }

  #block-addtoanybuttons p {
    font-size: 18px;
  }

  #block-addtoanybuttons .addtoany_list>div,
  #block-addtoanybuttons .a2a_buttons {
    flex-direction: row;
  }

  #block-addtoanybuttons .a2a_buttons a {
    margin: 0 4px 0;
  }

  #block-addtoanybuttons .vertical_line_for_addtoany {
    width: 54px;
    height: 2px;
    margin: 0 10px 0;
  }

  /*--- responsive table ---*/
  .table_basic_responsive table tr {
    padding: 10px 0;
    border-bottom: 4px solid #e6e6e6;
    background-color: #fff;
  }

  .table_basic_responsive.tr_with_line table tr td {
    border-bottom: 1px solid #e6e6e6;
  }

  .table_basic_responsive table tr:last-child {
    border-bottom: 0;
  }

  .table_basic_responsive.table_grey table tr td::before {
    background-color: #6e6e6e;
  }

  .table_basic_responsive.table_green table tr td::before {
    background-color: #b73f5d;
  }

  .table_basic_responsive table tr td::before {
    width: 40%;
    font-weight: normal;
    color: #fff;
  }

  .table_basic_responsive table tr td::before,
  .table_basic_responsive table tr td span {
    padding: 20px 4%;
  }

  .table_basic_responsive table th,
  .table_basic_responsive table td {
    background-color: inherit;
    padding: 0;
  }

  /*-- top banner --*/
  .page-banner-wrapper {
    border-radius: 0 0 50px 0;
    /*border-radius: 0;*/
    margin-top: 130px;
    background-color: transparent;
  }

  .page-banner-wrapper .img-parallax {
    background-size: cover;
  }

  .float-left .container,
  .float-right .container {
    justify-content: inherit;
    align-items: flex-end;
  }

  /*--- section height ---*/
  .normal-top-section {
    padding: 0px 0px 80px !important;
  }

  .normal-section {
    padding: 50px 0px !important;
  }

  .normal-fullwidth-section {
    margin-top: 0px !important;
    padding: 0 0 !important;
  }

  .no-banner-section {
    padding: 80px 0px 80px !important;
  }

  .no-banner-top-bc .no-banner-section {
    padding: 0px 0px 80px !important;
  }

  #section-main-content {
    padding: 0 0 80px;
  }

  .hero-section .textbox-nobg {
    width: 50%;
  }

  .inner_section_bottom {
    padding: 0 0 50px !important;
  }

  .is-front #section-slider-1 .img-parallax {
    padding-top: 51.64%;
  }

  #section-slider-1 .block {
    height: 100%;
    min-height: inherit;
  }

  #section-slider-1 .img-parallax,
  .slider .h90-height .img-parallax,
  .slider .h80-height .img-parallax,
  .slider .h70-height .img-parallax,
  .slider .h60-height .img-parallax,
  .slider .h50-height .img-parallax {
    height: 100%;
    min-height: inherit;
    /*background-size: contain;*/
    background-size: cover;
    padding-top: 51.64%;
  }

  .h90-height .img-parallax,
  .h80-height .img-parallax,
  .h70-height .img-parallax,
  .h60-height .img-parallax,
  .h50-height .img-parallax {
    height: 100%;
    min-height: inherit;
  }

  .normal-fullwidth-section .hero-section .container {
    max-width: 98%;
    align-items: flex-start;
  }

  .hero-section .textbox-nobg {
    width: 100%;
    padding: 15vh 20px !important;
  }

  /*-- caption --*/
  .caption h1 {
    font-size: 18px;
  }

  .page-banner-wrapper .caption {
    display: none;
  }

  .caption_mobile .caption {
    display: block;
    margin: 0 !important;
    width: 100% !important;
  }

  .caption {
    width: 100%;
    padding: 30px;
  }

  .h100-height .caption {
    margin: 15vh 0 !important;
  }

  .h100-height .textbox-nobg {
    margin: 15vh 0;
    padding: 0 20px !important;
  }

  /*--- gutter ---*/
  .large-gutter {
    padding-left: 15px;
    padding-right: 15px;
  }

  /*-- footer--*/
  .footer_top .site-menu-link {
    justify-content: flex-start;
  }

  .footer_top .site-menu-link li:first-child {
    margin: 0;
  }

  .footer_bottom {
    flex-direction: column;
  }

  .footer_bottom>div:first-child {
    order: 2;
    margin-top: 30px;
  }

  .footer_bottom>div:last-child {
    order: 1;
  }

  .footer-tnc-link-and-social {
    justify-content: flex-start;
  }

  .tnc-link ul {
    padding: 0;
  }

  .site-mobile-menu .social-media-links ul {
    justify-content: space-around;
  }
}



@media only screen and (max-width: 768px) {

  .slider .h90-height .block,
  .slider .h90-height .img-parallax,
  .slider .h80-height .block,
  .slider .h80-height .img-parallax,
  .slider .h70-height .block,
  .slider .h70-height .img-parallax,
  .slider .h60-height .block,
  .slider .h60-height .img-parallax,
  .slider .h50-height .block,
  .slider .h50-height .img-parallax {
    height: 100vh;
    min-height: inherit;
    background-size: cover;
  }

  h1 {
    font-size: 24px;
  }

  .h1_small {
    font-size: 28px;
  }

  h1::before {
    height: 35px;
    width: 35px;
  }

  h2 {
    font-size: 22px;
  }

  h2::before {
    height: 35px;
    width: 35px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 20px;
  }

  p {
    font-size: 16px;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .highlight-link,
  .highlight-link a {
    width: 100%;
  }

  .highlight-link-wrapper.mobile_flex_col {
    flex-direction: column;
  }

  .highlight-link-wrapper.mobile_flex_col>div {
    margin: 0 0 20px;
  }

  /*-- header --*/
  .search .google-search {
    height: 22px;
    width: 22px;
  }

  .search-box-submit-btn {
    background-size: 50%;
  }

  .search-box-close-btn {
    margin-left: 10px;
  }

  #section-header-main.is-sticky {
    padding: 5px 0px;
  }

  #section-header-main.is-sticky .site-logo img {
    width: 140px;
  }

  #section-header-main .text-site-logo,
  #section-header-main.is-sticky .text-site-logo {
    margin-left: 15px;
    padding: 4px 0px 4px 15px;
  }

  /*--- table ---*/
  table th,
  table td {
    padding: 20px;
  }

  /*--- content_collapse ---*/
  .accordion .panel .panel-body {
    padding: 17px 0px;
  }

  .content_collapse .panel-title a {
    padding: 20px 70px 20px 0px !important;
  }

  /*-- regform button table --*/
  .regform_button .tableselect th:first-child,
  .tableselect td:first-child {
    width: 20%;
  }

  .regform_button table th,
  table td {
    padding: 20px;
  }

  /*--- tabs ---*/
  .inv-builder-tabs .nav-tabs {
    flex-direction: column;
    width: 100%;
  }

  .inv-builder-tabs .nav-tabs {
    margin: 0 auto 30px !important;
  }

  .inv-builder-tabs .nav-tabs>li {
    width: 100%;
  }

  .inv-builder-tabs .nav-tabs>li a {
    width: 100%;
    margin: 0 0 15px;
    text-align: center;
  }

  /*-- content --*/
  .field--name-body ul.nav-tabs {
    text-align: center;
    flex-direction: column;
    width: 100%;
  }

  /*-- breadcrumb --*/
  #section-breadcrumb .region-breadcrumb {
    margin: 0 0 10px;
  }

  /*-- related page --*/
  #section-bottom-related-page {
    border-radius: 50px 0 0 0;
  }

  .page-bottom-rel-link .rel-link img {
    height: 220px;
  }

  .page-bottom-rel-link .rel-link .rel-link-button {
    padding: 30px 40px;
  }

  .page-bottom-rel-link .rel-link .rel-link-button a {
    font-size: 1.2em;
  }

  /*--- listing-grid-horizontal ---*/
  .listing-grid-box h3 a {
    min-height: inherit;
  }

  .listing-grid-box p {
    min-height: inherit;
    overflow: inherit;
    display: block;
    -webkit-box-orient: inherit;
    -webkit-line-clamp: inherit;
  }

  /*-- bottom banner --*/
  .bottom-banner-wrapper {
    border-radius: 50px 0 0 0;
  }

  .bottom-banner-center .bottom-banner .flex-wrapper {
    padding: 15vh 0px !important;
  }

  .bottom-banner .highlight-link-wrapper {
    flex-direction: column;
  }

  .bottom-banner-wrapper .highlight-link-3 a {
    width: 100%;
    justify-content: center;
  }

  /*-- footer--*/
  #section-footer-1 .container {
    background-size: 60%;
    background-position-x: 100%;
  }

  .footer_top {
    margin-bottom: 30px;
  }

  .footer_top .site-menu-link {
    flex-direction: column;
    margin-top: 30px;
  }

  .footer_top .site-menu-link li {
    margin-left: 0;
    margin-bottom: 10px !important;
  }

  .footer_top .site-menu-link li a {
    font-size: 18px;
    line-height: 30px;
  }

  .footer-tnc-link-and-social ul li {
    margin-bottom: 10px;
  }

  .footer-tnc-link-and-social,
  .footer-tnc-link-and-social .tnc-link ul {
    flex-direction: column;
  }

  .footer-tnc-link-and-social .tnc-link ul {
    align-items: flex-start;
    font-size: 18px;
    line-height: 30px;
    padding-left: 0;
    border: none;
  }

  .tnc-link a {
    border: none;
    padding: 0px;
    font-size: 18px;
    line-height: 30px;
  }

  .social-media-links {
    margin: 30px 0px 0px;
  }

  .social-media-links ul {
    justify-content: space-around;
  }

  .social-media-links a {
    height: 30px;
    width: 30px;
  }

  /*-- content navigation --*/
  .node_content_navigation_wrapper {
    top: 20vh;
  }
}


/* iPhone 6 hack */
@media only screen and (max-device-height:667px) {}