/*--- index main banner ---*/
#block-eduhk-home-banner-with-carousel-builder .caption {
    padding:0;
}
#block-eduhk-home-banner-with-carousel-builder .caption h1 {
    font-size: 2.3em;
}
#block-eduhk-home-banner-with-carousel-builder .accessible_slick_wrapper .slick-slide>div {
  padding: 40px 60px;
}
#block-eduhk-home-banner-with-carousel-builder .highlight-link-wrapper {
  justify-content: flex-end;
}
/*--- home About Us bg ---*/
/*.is-front #section-main-content {
    padding: 120px 0 50vh!important;
    background-position: bottom center;
    background-size: 90%;
    min-height: 800px;
}*/
.is-front #block-eduhk-home-about-us .right>div {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
.is-front #block-eduhk-home-about-us .right>div>div {
  text-align: center;
}
.is-front #block-eduhk-home-about-us .right h3 {
  font-size: 1.8em;
  margin-bottom: 4px;
  white-space: nowrap;
}
.is-front #block-eduhk-home-about-us .right p {
  font-size: 16px;
  line-height: 22px;
}
.is-front #block-eduhk-home-about-us .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
/*--- home full width carousel ---*/
.is-front #block-eduhk-home-full-width-carousel-builder .caption_wide .highlight-link a {text-align: center;}

/*--- home What's New ---*/
.is-front #section-main-content-2-normal-width {
  background-color:#fff;
}
.is-front .highlight-link-wrapper {
  margin-top:15px;
}
.is-front .view-eduhk-media-listing .highlight-link-wrapper {
  margin-top:30px;
}
/*--- highlight-img-caption ---*/
.highlight-img-caption {
  position: relative;
  margin-bottom: 66px;
  cursor: pointer;
}
.highlight-img-caption p {
  margin-bottom:0px;
}
.highlight-img-caption img {
  width:100%;
}
.photo_caption {
  display: flex;
  align-items: center;
  position: absolute;
  right: 15px;
  bottom:-33px;
  background-color:#fff;
  height:66px;
  width: 86%;
  border-radius:30px 0px;
  -webkit-box-shadow: 0px 3px 15px -5px rgb(0 0 0 / 40%);
  box-shadow: 0px 3px 15px -5px rgb(0 0 0 / 19%), 0px 3px 15px -5px rgb(0 0 0 / 23%);
  padding:0 26px;
  justify-content: space-between;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}
.photo_caption:hover {
  width: 90%;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}
.photo_caption::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;
}
.photo_caption p {
  font-size: 15px;
  line-height: 18px;
}
.photo_caption a {
  /*color:#6a3a46;*/
  color:#2c2c2c;
}
/*--------- five cat ---------*/
.five_cat {
  border: none;
  padding:0;
  background:none;
}
.five_cat .left p {
  margin: 0px;
}
.five_cat .left img {
  width: 100%;
}
.five_cat .right {
  background-color: #eeeeee;
  border-radius:50px 0px;
  padding: 60px 3%;
}
.five_cat .right h3,
.five_cat .right p {
  margin: 0px;
}
.five_cat .right .five_cat_content_head {
  display: flex;
  align-items: center;
  justify-content:space-between;
}
.five_cat .five_cat_content_head,
.five_cat .right .button_warp > div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.five_cat_content_head .highlight-link-2 a {
  margin: 0px;
}
.five_cat .right .button_warp .highlight-link {
  margin-left:12px;
}
.five_cat .builder-row .row {
  display: flex;
  align-items: center;
}
.five_cat .builder-row .row .left {
  padding-left:0;
}
.five_cat .builder-row .row .left>div,
.five_cat .builder-row .row .right {
  opacity: 0;
}
.five_cat .builder-row .row .left>div {
  animation-name: fivecat_left_anim;
  animation-duration: 0.4s;
  animation-timing-function: ease-out;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes fivecat_left_anim {
    from{
        transform: translateX(-100px);
        opacity: 0;
    }
    to{
        transform: translateX(0px);
        opacity: 1;
    }
}
.five_cat .builder-row .row .right {
  opacity: 0;
}
.five_cat .builder-row .row .right {
  animation-name: fivecat_right_anim;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-delay:0.15s;
}
@keyframes fivecat_right_anim {
    from{
        transform: translateX(100px);
        opacity: 0;
    }
    to{
        transform: translateX(0px);
        opacity: 1;
    }
}
.five_cat .inv-builder-tabs .nav-tabs > li:last-child > a {
  font-size: 14px;
}
.links-with-icon {
  display: flex;
  margin: 0 -10px 20px;
}
.links-with-icon > div {
  margin:8px;
  animation-name: links-with-icon_anim;
  animation-duration: 0.4s;
  animation-timing-function: ease-out;
  background-color: #fff;
  border-radius:10px;
  border-bottom: 6px solid #b2b2b2;
  -webkit-box-shadow: 0px 3px 15px -5px rgba(0 0 0 / 40%);
  box-shadow:0px 3px 15px -5px rgba(0,0,0,0.19), 0px 3px 15px -5px rgba(0,0,0,0.23);
  transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
}
.links-with-icon > div:hover {
  transform: scale(1.03);
  transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
}
@keyframes links-with-icon_anim {
    0% { transform: scale(0.8);}
    50% { transform: scale(1.02);}
    100% { transform: scale(1);}
}
.links-with-icon > div {
  flex:1;
}
.links-with-icon a {
  padding: 35px 15%;
  display: block;
}
.links-with-icon a span {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #2c2c2c;
  font-size: 15px;
  line-height: normal;
}
.links-with-icon a span::before {
  content: "";
  height: 55px;
  width: 55px;
  display: block;
  margin-bottom: 8px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.links-with-icon .tasks_icon a span::before {
  background-image: url("../images/entrance_requirements_icon.svg");
}
.links-with-icon .field_experience_icon a span::before {
  background-image: url("../images/field_experience_icon.svg");
}
.links-with-icon .application_guidelines_icon a span::before {
  background-image: url("../images/application_guidelines_icon.svg");
}
.links-with-icon .four_scores_icon a span::before {
  background-image: url("../images/admission_scores.svg");
}

/*------------------  Responsive ------------------*/
@media only screen and (max-width: 1400px) {
  /*--- index main banner ---*/
  #block-eduhk-home-banner-with-carousel-builder .caption h1 {
      font-size: 2.2em;
  }
  #block-eduhk-home-banner-with-carousel-builder .accessible_slick_wrapper .slick-slide>div {
    padding: 40px 50px;
  }
}
@media only screen and (max-width: 1200px) {
  /*-- index about us --*/
/*  .is-front #section-main-content {
    padding: 80px 0 40vh!important;
    background-size:100%;
  }*/
  .is-front #block-eduhk-home-full-width-carousel-builder .highlight-link-wrapper {flex-direction: column;}
  .is-front #block-eduhk-home-full-width-carousel-builder .highlight-link {margin:0;}
  .is-front #block-eduhk-home-full-width-carousel-builder .highlight-link a {width:100%; margin:0 0 20px 0;}
}
@media only screen and (max-width: 992px) {
  /*-- index about us --*/
/*  .is-front #section-main-content {
    padding: 80px 0 40vh!important;
    background-size:150%;
  }*/
  /*--- highlight-img-caption ---*/
  .highlight-img-caption {margin-bottom:60px!important;}
  /*-- Adimission page - five_cat --*/
  .links-with-icon > div {margin: 10px;}
  .five_cat .builder-row .row { flex-direction:column; padding: 15px;}
  .five_cat .builder-row .row .left {display:none;}
  .five_cat .right { border-radius: 30px 0px; padding: 40px 20px;}
  .five_cat .right .five_cat_content_head { flex-direction: column;}
  .five_cat .right h3 {margin-bottom: 20px;text-align: center;}
  .five_cat .right .button_warp > div {flex-direction: row; justify-content:center;}
  .five_cat .right .button_warp .highlight-link { margin:0 10px 20px;}
}
@media only screen and (max-width: 768px) {
  /*--- caption ---*/
  .is-front .caption {  width:100%;}
  #block-eduhk-home-banner-with-carousel-builder .caption h1 {font-size:24px;}
  /*-- index about us --*/
/*  .is-front #section-main-content {
    padding: 80px 0 30vh!important;
    background-size: 200%;
  }*/
  .is-front #block-eduhk-home-about-us .right>div {
    grid-auto-flow: row;
    grid-auto-flow: dense;
    grid-template-columns: 1fr 1fr;
    grid-gap: 14px;
  }
  .is-front #block-eduhk-home-about-us .bottom {
    justify-content: center;
    flex-direction: column;
  }
  /*-- five_cat --*/
  .five_cat .right .button_warp > div {flex-direction: column;}
  .links-with-icon {flex-wrap: wrap;}
  .links-with-icon > div {width:100%; flex:initial;}
  .links-with-icon a {padding: 15px 12%;}
  .links-with-icon a span {flex-direction: row; text-align: left;}
  .links-with-icon a span::before {margin:0 15px 0 0;}
  .five_cat .inv-builder-tabs .nav-tabs > li:last-child > a {font-size: 16px;}
}
