/* 
home-enhancement.css 
16:33 2020-01-23 add by govhk, as web access, change h4 to div 
15:33 2020-01-24 for webcast h5 change to h2
11:16 2020-02-03 for webcast grayscale
12:02 2021-10-04 emblem update
10:22 2021-10-05 remove spacing
*/
@charset "UTF-8";
.hmNewGuidebooks__btn, .hmNewMap__btn {
  display: inline-block;
  border: 1px solid #04396d;
  background: #04396d;
  color: #FFF;
  padding: 12px 40px;
  border-radius: 40px;
  font-weight: bold; }
  @media screen and (max-width: 991px) {
    .hmNewGuidebooks__btn, .hmNewMap__btn {
      padding: 10px 30px; } }
  .hmNewGuidebooks__btn:hover, .hmNewMap__btn:hover, .hmNewGuidebooks__btn:focus, .hmNewMap__btn:focus {
    background: #cc4c02;
    border-color: #cc4c02; }
    body:not(.mobile) .hmNewGuidebooks__btn:hover, body:not(.mobile) .hmNewMap__btn:hover, body:not(.mobile) .hmNewGuidebooks__btn:focus, body:not(.mobile) .hmNewMap__btn:focus {
      background: #cc4c02;
      border: 1px solid #cc4c02;
      color: #FFF !important; }
    body:not(.mobile).pageBusiness .hmNewGuidebooks__btn:hover, body:not(.mobile).pageBusiness .hmNewMap__btn:hover, body:not(.mobile).pageBusiness .hmNewGuidebooks__btn:focus, body:not(.mobile).pageBusiness .hmNewMap__btn:focus {
      background: #454095; }
    body:not(.mobile).pageNonResidents .hmNewGuidebooks__btn:hover, body:not(.mobile).pageNonResidents .hmNewMap__btn:hover, body:not(.mobile).pageNonResidents .hmNewGuidebooks__btn:focus, body:not(.mobile).pageNonResidents .hmNewMap__btn:focus {
      background: #0a828f; }
    body:not(.mobile).pageBusiness .hmNewGuidebooks__btn:hover, body:not(.mobile).pageBusiness .hmNewMap__btn:hover, body:not(.mobile).pageBusiness .hmNewGuidebooks__btn:focus, body:not(.mobile).pageBusiness .hmNewMap__btn:focus {
      border-color: #454095; }
    body:not(.mobile).pageNonResidents .hmNewGuidebooks__btn:hover, body:not(.mobile).pageNonResidents .hmNewMap__btn:hover, body:not(.mobile).pageNonResidents .hmNewGuidebooks__btn:focus, body:not(.mobile).pageNonResidents .hmNewMap__btn:focus {
      border-color: #0a828f; }

/* ------------------------------------------ */
/* Layout Style for hmNewTopPanel */
/* ------------------------------------------ */
.hmNewAdvsearch a {
  white-space: nowrap;
  position: relative;
  display: inline-block;
  padding-right: 15px; }
  body:not(.mobile) .hmNewAdvsearch a:hover, body:not(.mobile) .hmNewAdvsearch a:focus {
    color: #cc4c02; }
  .hmNewAdvsearch a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0.75em;
    height: 0.75em;
    background: url(../images/home-enhancement/icon-arrow.svg) no-repeat center center;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.375em; }
    .bwVer .hmNewAdvsearch a:after {
      background-image: url(../images/home-enhancement/icon-arrow-bw.svg); }

/* ------------------------------------------ */
/* END Layout Style hmNewTopPanel  */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* Layout Style for hmNewAnnoucement */
/* ------------------------------------------ */
.hmNewAnnoucement {
  position: relative;
  overflow: hidden;
  background: url("../images/home-enhancement/img-annoucement-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 80px 0 100px; }
  @media screen and (max-width: 1200px) {
    .hmNewAnnoucement {
      padding: 60px 0 80px; } }
  @media screen and (max-width: 991px) {
    .hmNewAnnoucement {
      padding: 30px 0 90px; } }
  @media screen and (max-width: 767px) {
    .hmNewAnnoucement {
      padding: 45px 0 160px; } }
  @media screen and (max-width: 480px) {
    .hmNewAnnoucement {
      padding: 35px 0 140px; } }
  .pageBusiness .hmNewAnnoucement {
    background-image: url("../images/home-enhancement/img-annoucement-bg-business.jpg"); }
  .pageNonResidents .hmNewAnnoucement {
    background-image: url("../images/home-enhancement/img-annoucement-bg-nonres.jpg"); }
  .hmNewAnnoucement .contentWrapper {
    overflow: visible; }

/* ------------------------------------------ */
/* END Layout Style hmNewAnnoucement  */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* Layout Style for hmNewCards */
/* ------------------------------------------ */
.hmNewCards__card {
  position: relative;
  text-align: center;
  width: 25%;
  height: auto;
  padding: 0 10px;
  -webkit-transition: -webkit-transform .3s, -webkit-box-shadow .3s;
  transition: -webkit-transform .3s, -webkit-box-shadow .3s;
  transition: transform .3s, box-shadow .3s;
  transition: transform .3s, box-shadow .3s, -webkit-transform .3s, -webkit-box-shadow .3s; }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .hmNewCards__card {
      padding: 0 5px; } }
  @media screen and (max-width: 1200px) {
    .hmNewCards__card {
      width: 33.3333%; } }
  @media screen and (max-width: 640px) {
    .hmNewCards__card {
      width: 40%; } }
  @media screen and (max-width: 480px) {
    .hmNewCards__card {
      width: 75%; } }
  body:not(.mobile) .hmNewCards__card:hover, body:not(.mobile) .hmNewCards__card:focus {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
    body:not(.mobile) .hmNewCards__card:hover .hmNewCards__cardInner, body:not(.mobile) .hmNewCards__card:focus .hmNewCards__cardInner {
      -webkit-box-shadow: 0 3px 15px 5px rgba(0, 0, 0, 0.2);
              box-shadow: 0 3px 15px 5px rgba(0, 0, 0, 0.2); }
  .hmNewCards__card:hover .hmNewCards__cardInner, .hmNewCards__card:focus .hmNewCards__cardInner {
    color: #cc4c02; }
    body:not(.mobile).pageBusiness .hmNewCards__card:hover .hmNewCards__cardInner, body:not(.mobile).pageBusiness .hmNewCards__card:focus .hmNewCards__cardInner {
      color: #454095; }
    body:not(.mobile).pageNonResidents .hmNewCards__card:hover .hmNewCards__cardInner, body:not(.mobile).pageNonResidents .hmNewCards__card:focus .hmNewCards__cardInner {
      color: #0a828f; }
  .hmNewCards__slider.swiper-container-initialized .hmNewCards__card {
    padding: 0; }

.hmNewCards__slider {
  position: relative; }
  .hmNewCards__slider .swiper-wrapper {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    width: auto;
    -webkit-transform: .4s;
            transform: .4s;
    margin-left: -10px;
    margin-right: -10px; }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      .hmNewCards__slider .swiper-wrapper {
        margin-left: -5px;
        margin-right: -5px; } }
  .hmNewCards__slider.swiper-container-initialized .swiper-wrapper {
    margin-left: 0;
    margin-right: 0; }

.hmNewCards__cardInner {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  background: #FFF;
  color: #000;
  height: 100%;
  -webkit-box-shadow: 0 3px 15px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 15px 5px rgba(0, 0, 0, 0.08); }
  @media screen and (max-width: 767px) {
    .hmNewCards__cardInner {
      max-width: 100%; } }

.hmNewCards__cardThumb {
  position: relative; }
  .hmNewCards__cardThumb img {
    display: block;
    width: 100%; }

.hmNewCards__cardTxt {
  padding: 30px;
  min-height: 220px;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .hmNewCards__cardTxt {
      padding: 20px; } }
  .hmNewCheckItOut .hmNewCards__cardTxt {
    padding: 20px; }

.hmNewCards__cardTitle {
  margin-bottom: 10px; }
  .hmNewCards__cardTitle:last-child {
    margin-bottom: 0; }
  .hmNewCheckItOut .hmNewCards__cardTitle {
    font-weight: normal; }

.hmNewCards__pagesHolder {
  margin-top: 45px;
  text-align: center; }
  @media screen and (max-width: 991px) {
    .hmNewCards__pagesHolder {
      margin-top: 30px; } }
  .hmNewCheckItOut .hmNewCards__pagesHolder {
    margin-top: 20px; }
    @media screen and (min-width: 1201px) {
      .hmNewCheckItOut .hmNewCards__pagesHolder {
        display: none !important; } }

.hmNewCards__pages {
  display: inline-block;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0; }
  .hmNewCheckItOut .hmNewCards__pages {
    background: transparent; }
  .hmNewCards__pages .swiper-pagination-bullet {
    border-radius: 5px;
    width: 30px;
    height: 4px;
    margin: 4px;
    background: #FFF;
    opacity: 0.25; }
    .hmNewCards__pages .swiper-pagination-bullet.swiper-pagination-bullet-active {
      opacity: 1; }

.hmNewCards__control {
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  margin-top: -60px;
  pointer-events: none; }
  @media screen and (max-width: 640px) {
    .hmNewCards__control {
      margin-top: -90px; } }
  .mobile .hmNewCards__control {
    display: none !important; }

.hmNewCards__btn-prev, .hmNewCards__btn-next {
  position: absolute;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  border: 0;
  background: url(../images/home-enhancement/icon-arrow-white.svg) no-repeat 55% center;
  background-color: rgba(0, 0, 0, 0.7);
  background-size: 45%;
  border-radius: 100%;
  -webkit-box-shadow: 0 3px 15px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 15px 5px rgba(0, 0, 0, 0.2);
  pointer-events: all;
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 0; }
  .bwVer .hmNewCards__btn-prev,
  .bwVer .hmNewCards__btn-next {
    background-image: url(../images/home-enhancement/icon-arrow-bw.svg); }
  @media screen and (max-width: 991px) {
    .hmNewCards__btn-prev, .hmNewCards__btn-next {
      width: 40px;
      height: 40px;
      margin-top: -20px; } }
  @media screen and (max-width: 640px) {
    .hmNewCards__btn-prev, .hmNewCards__btn-next {
      width: 30px;
      height: 30px;
      margin-top: -15px; } }
  .hmNewCards__btn-prev:hover, .hmNewCards__btn-prev:focus, .hmNewCards__btn-next:hover, .hmNewCards__btn-next:focus {
    background-color: rgba(204, 76, 2, 0.85); }
    body:not(.mobile).pageBusiness .hmNewCards__btn-prev:hover, body:not(.mobile).pageBusiness .hmNewCards__btn-prev:focus, body:not(.mobile).pageBusiness .hmNewCards__btn-next:hover, body:not(.mobile).pageBusiness .hmNewCards__btn-next:focus {
      background-color: rgba(69, 64, 149, 0.85); }
    body:not(.mobile).pageNonResidents .hmNewCards__btn-prev:hover, body:not(.mobile).pageNonResidents .hmNewCards__btn-prev:focus, body:not(.mobile).pageNonResidents .hmNewCards__btn-next:hover, body:not(.mobile).pageNonResidents .hmNewCards__btn-next:focus {
      background-color: rgba(10, 130, 143, 0.85); }
  .hmNewCards__btn-prev:focus, .hmNewCards:hover .hmNewCards__btn-prev, .hmNewCards__btn-next:focus, .hmNewCards:hover .hmNewCards__btn-next {
    opacity: 1; }
  .hmNewCards__btn-prev.swiper-button-disabled, .hmNewCards__btn-next.swiper-button-disabled {
    opacity: 0 !important; }

.hmNewCards__btn-prev {
  left: 5%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
  @media screen and (max-width: 991px) {
    .hmNewCards__btn-prev {
      margin-left: 15px; } }

.hmNewCards__btn-next {
  right: 5%; }
  @media screen and (max-width: 991px) {
    .hmNewCards__btn-next {
      margin-right: 15px; } }

/* ------------------------------------------ */
/* END Layout Style hmNewCards  */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* Layout Style for hmNewCheckItOut */
/* ------------------------------------------ */
.hmNewCheckItOut {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 45px 0;
  background: #cc4c02;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d50000+0,d43900+100 */
  background: #d50000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#d50000), to(#d43900));
  background: linear-gradient(to right, #d50000 0%, #d43900 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d50000', endColorstr='#d43900',GradientType=1 );
  /* IE6-9 */
  color: #FFF;
  text-align: center; }
  .pageBusiness .hmNewCheckItOut {
    background: #4b369d; }
  .pageNonResidents .hmNewCheckItOut {
    background: #017989; }
  .bwVer .hmNewCheckItOut {
    background: #545454; }
  @media screen and (max-width: 991px) {
    .hmNewCheckItOut {
      padding: 30px 0; } }
  .hmNewCheckItOut .contentWrapper {
    overflow: visible; }
  .hmNewCheckItOut .hmNewCards__control {
    margin-top: 0; }

.hmNewCheckItOut__title {
  margin-bottom: 20px; }

/* ------------------------------------------ */
/* END Layout Style hmNewCheckItOut  */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* Layout Style for hmNewDoYouKnow */
/* ------------------------------------------ */
.homePage #doYouKnow.hmNewDoYouKnowHolder {
  position: relative;
  top: auto;
  z-index: 900; }

.homePage .hmNewDoYouKnow {
  max-height: 75vh;
  overflow-y: auto;
  position: relative; }
  @media (orientation: landscape) {
    .homePage .hmNewDoYouKnow {
      max-height: 60vh; } }

body.homePage:not(.mobile) .hmNewDoYouKnow {
  overflow-y: scroll;
  margin-right: -17px; }

.hmNewDoYouKnow__inner-holder {
  position: relative;
  width: 100%;
  overflow: hidden; }

.hmNewDoYouKnowHolder__inner:after {
  content: '';
  display: block;
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e9e9e9+0,e9e9e9+100&0+0,1+75 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 233, 233, 0)), color-stop(75%, #e9e9e9), to(#e9e9e9));
  background: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, #e9e9e9 75%, #e9e9e9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e9e9e9', endColorstr='#e9e9e9',GradientType=0 );
  /* IE6-9 */ }

.homePage .doYouKnowOn #doYouKnow.hmNewDoYouKnow {
  width: 100%;
  overflow: hidden; }

@media screen and (max-width: 1200px) {
  body:not(.pageAllReady) #doYouKnow.hmNewDoYouKnow {
    display: none !important; } }
@media screen and (min-width: 1201px) {
  .homePage.menuFixed #doYouKnow.hmNewDoYouKnow {
    display: none !important; } }
@media screen and (max-width: 1200px) {
  .homePage .doYouKnowOn #doYouKnow.hmNewDoYouKnow.collapsed .hmNewDoYouKnow__holder {
    display: none; } }

@media screen and (max-width: 1200px) {
  #doYouKnow.hmNewDoYouKnowHolder .hmNewDoYouKnowHolder__inner,
  .homePage .doYouKnowOn #doYouKnow.hmNewDoYouKnow {
    padding-top: 30px;
    padding-bottom: 30px; } }
@media screen and (max-width: 767px) {
  #doYouKnow.hmNewDoYouKnowHolder .hmNewDoYouKnowHolder__inner,
  .homePage .doYouKnowOn #doYouKnow.hmNewDoYouKnow {
    padding-top: 20px;
    padding-bottom: 20px; }
    #doYouKnow.hmNewDoYouKnowHolder .hmNewDoYouKnowHolder__inner.collapsed,
    .homePage .doYouKnowOn #doYouKnow.hmNewDoYouKnow.collapsed {
      padding-top: 0;
      padding-bottom: 0; } }
@media screen and (max-width: 480px) {
  #doYouKnow.hmNewDoYouKnowHolder .hmNewDoYouKnowHolder__inner,
  .homePage .doYouKnowOn #doYouKnow.hmNewDoYouKnow {
    padding-top: 15px;
    padding-bottom: 15px; } }

/* 12:01 2021-09-24 overwrite for emblem change */
/* 09:56 2021-09-28 revert
#doYouKnow.hmNewDoYouKnowHolder .hmNewDoYouKnowHolder__inner {
	padding-top: 0px;
}
*/

@media screen and (max-width: 767px) {
  #doYouKnow.hmNewDoYouKnowHolder .closeBtn,
  .homePage .doYouKnowOn #doYouKnow.hmNewDoYouKnow .closeBtn {
    top: 0;
    right: 0; } }
#doYouKnow.hmNewDoYouKnowHolder .closeBtn span,
.homePage .doYouKnowOn #doYouKnow.hmNewDoYouKnow .closeBtn span {
  display: none; }

.hmNewDoYouKnow__title {
  text-align: center; }
  @media screen and (max-width: 1200px) {
    .hmNewDoYouKnow__title {
      padding-bottom: 15px; } }
  @media screen and (max-width: 767px) {
    .hmNewDoYouKnow__title {
      padding-bottom: 15px; } }

.hmNewDoYouKnow__row {
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  margin-left: -50px;
  margin-right: -50px; }
  @media screen and (max-width: 1200px) {
    .hmNewDoYouKnow__row {
      margin-left: -30px;
      margin-right: -30px; } }
  @media screen and (max-width: 767px) {
    .hmNewDoYouKnow__row {
      display: block; } }

.hmNewDoYouKnow__col {
  text-align: center;
  position: relative;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 50%;
  padding: 0 50px; }
  @media screen and (max-width: 1200px) {
    .hmNewDoYouKnow__col {
      padding: 0 30px; } }
  @media screen and (max-width: 767px) {
    .hmNewDoYouKnow__col {
      width: 100%;
      padding: 15px 30px; }
      .hmNewDoYouKnow__col:last-child {
        padding-bottom: 0; } }
  .hmNewDoYouKnow__col:before {
    content: '';
    display: block;
    position: absolute;
    background: #cc4c02;
    width: 1px;
    height: 80%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (max-width: 767px) {
      .hmNewDoYouKnow__col:before {
        height: 1px;
        width: 90vw;
        left: 50%;
        top: 0;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0); } }
    @media screen and (max-width: 380px) {
      .hmNewDoYouKnow__col:before {
        width: 94vw; } }
  .hmNewDoYouKnow__col:first-child:before {
    display: none; }
    @media screen and (max-width: 767px) {
      .hmNewDoYouKnow__col:first-child:before {
        display: block;
        width: 30px; } }

.hmNewDoYouKnow__highlight {
  position: relative;
  width: 100%; }

.hmNewDoYouKnow__hlItem,
.hmNewDoYouKnow__listItem {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center; }

.hmNewDoYouKnow__hlThumb {
  width: 42%;
  border: 6px solid #FFF;
  border-radius: 5px;
  display: block;
  overflow: hidden; }
  .hmNewDoYouKnow__hlThumb img {
    display: block;
    width: 100%;
    border-radius: 5px; }
  .hmNewDoYouKnow__hlThumb:hover {
    color: #cc4c02; }
    .hmNewDoYouKnow__hlThumb:hover + .hmNewDoYouKnow__hlTxt {
      color: #cc4c02; }

.hmNewDoYouKnow__hlTitle {
  margin-bottom: 10px; }

.hmNewDoYouKnow__hlLink {
  position: relative;
  display: block; }
  .hmNewDoYouKnow__hlLink span {
    display: inline-block;
    vertical-align: middle; }
  .hmNewDoYouKnow__hlLink:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0.75em;
    height: 0.75em;
    background: url(../images/home-enhancement/icon-arrow.svg) no-repeat center center;
    background-size: 100%; }
    .bwVer .hmNewDoYouKnow__hlLink:after {
      background-image: url(../images/home-enhancement/icon-arrow-bw.svg); }

.hmNewDoYouKnow__hlTxt {
  width: 58%;
  padding: 0 30px;
  padding-right: 0;
  text-align: left; }
  @media screen and (max-width: 1200px) {
    .hmNewDoYouKnow__hlTxt {
      padding-left: 30px;
      padding-right: 0; } }
  @media screen and (max-width: 767px) {
    .hmNewDoYouKnow__hlTxt {
      padding-left: 30px;
      padding-right: 0; } }
  @media screen and (max-width: 480px) {
    .hmNewDoYouKnow__hlTxt {
      padding-left: 15px;
      padding-right: 0; } }
  .hmNewDoYouKnow__hlTxt:hover {
    color: #cc4c02; }

.hmNewDoYouKnow__list {
  width: 100%; }

.hmNewDoYouKnow__listItem {
  padding: 5px 0;
  border-bottom: 1px solid rgba(210, 210, 210, 0.5);
  max-width: 400px; }
  .hmNewDoYouKnow__listItem:last-child {
    border-bottom: 0; }
  .hmNewDoYouKnow__listItem:hover {
    color: #cc4c02; }

.hmNewDoYouKnow__listThumb {
  width: 60px; }
  .hmNewDoYouKnow__listThumb img {
    display: block;
    width: 100%;
    border-radius: 3px; }

.hmNewDoYouKnow__listTitle {
  width: 100%;
  padding-left: 20px;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .hmNewDoYouKnow__listTitle {
      padding-left: 15px; } }
  .hmNewDoYouKnow__listTitle span {
    position: relative; }

.hmNewDoYouKnow__posFix {
  position: relative;
  width: 100%; }
  body:not(.menuFixed) .hmNewDoYouKnow__posFix {
    display: none !important; }
  @media screen and (max-width: 767px) {
    .hmNewDoYouKnow__posFix {
      display: none !important; } }
  .hmNewPageContentHolder .hmNewDoYouKnow__posFix {
    display: none !important; }

.hmNewDoYouKnow__listArrow {
  width: 13.5px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px; }

.homePage #doYouKnow.hmNewDoYouKnowHolder {
  padding: 0;
  visibility: visible; }

.hmNewDoYouKnowHolder {
  position: absolute;
  top: -5000vh;
  left: -5000vw;
  overflow: hidden;
  width: 100%;
  z-index: 100; }
  @media screen and (max-width: 767px) {
    .safari .hmNewDoYouKnowHolder {
      z-index: 200000; } }
  .iphone .hmNewDoYouKnowHolder#doYouKnow {
    background: transparent; }
  .hmNewDoYouKnowHolder.closing {
    z-index: 0; }
  .hmNewDoYouKnowHolder .contentWrapper {
    overflow: visible; }
  .hmNewDoYouKnowHolder.isReady {
    position: relative;
    top: auto;
    left: auto; }
    @media screen and (max-width: 1200px) {
      .safari .hmNewDoYouKnowHolder.isReady {
        position: fixed !important;
        -webkit-transform: translate3d(0px, 0px, 0px);
                transform: translate3d(0px, 0px, 0px); } }
    @media screen and (max-width: 1200px) {
      .safari:not(.isMobileMenuFixed) .hmNewDoYouKnowHolder.isReady {
        position: relative !important; } }

.hmNewDoYouKnowHolder__wrapper {
  position: relative;
  width: 100%; }

.hmNewDoYouKnowHolder__inner {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  background: #e9e9e9;
  padding-top: 35px;
  padding-bottom: 45px;
  opacity: 0;
  -webkit-transition: height .3s, top .3s, opacity .3s;
  transition: height .3s, top .3s, opacity .3s; }
  @media screen and (max-width: 1200px) {
    body.isMobileMenuFixed .hmNewDoYouKnowHolder__inner {
      position: fixed; } }
  .iphone .hmNewDoYouKnowHolder__inner {
    background: transparent;
    -webkit-transition: 0s .3s;
    transition: 0s .3s; }
  .doYouKnowOn .hmNewDoYouKnowHolder__inner {
    opacity: 1; }
  .iphone.doYouKnowOn .hmNewDoYouKnowHolder__inner {
    background: #e9e9e9;
    -webkit-transition: .3s;
    transition: .3s; }
  .hmNewDoYouKnowHolder__inner:before {
    content: '';
    display: block;
    width: 100%;
    height: 100vh;
    bottom: 50%;
    left: 0;
    position: absolute;
    background: #e9e9e9; }

.hmNewPageContentHolder {
  position: relative; }
  .hmNewPageContentHolder header.hmNewHeader .menuBar {
    top: auto; }
  @media screen and (max-width: 1200px) {
    body.safari:not(.doYouKnowOn):not(.doYouKnowOpening) .hmNewPageContentHolder, body.safari:not(.isMobileMenuFixed) .hmNewPageContentHolder {
      top: 0 !important;
      -webkit-transition: .3s;
      transition: .3s; } }
  @media screen and (min-width: 1201px) {
    .hmNewPageContentHolder {
      top: 0 !important; } }

.hmNewOneline {
  display: inline-block; }
  .hmNewOneline--force {
    white-space: nowrap; }

/* ------------------------------------------ */
/* END Layout Style hmNewDoYouKnow  */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* Layout Style for hmNewGuidebooks */
/* ------------------------------------------ */
.hmNewGuidebooks {
  position: relative;
  background: #fee5d1;
  padding: 45px 0;
  text-align: center; }
  .pageBusiness .hmNewGuidebooks {
    background: #efeaff; }
  .pageNonResidents .hmNewGuidebooks {
    background: #e7f5f6; }
  .hmNewGuidebooks .contentWrapper {
    overflow: visible; }

.hmNewGuidebooks__title {
  margin-bottom: 20px; }

.hmNewGuidebooks__items {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  margin-left: -20px;
  margin-right: -20px; }
  @media screen and (max-width: 991px) {
    .hmNewGuidebooks__items {
      margin-left: -5px;
      margin-right: -5px; } }
  @media screen and (max-width: 767px) {
    .hmNewGuidebooks__items {
      margin-left: -15px;
      margin-right: -15px;
      display: block; } }

.hmNewGuidebooks__item {
  position: relative;
  display: inline-block;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  color: #FFF;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }
  @media screen and (max-width: 991px) {
    .hmNewGuidebooks__item {
      padding-left: 5px;
      padding-right: 5px; } }
  @media screen and (max-width: 767px) {
    .hmNewGuidebooks__item {
      padding-left: 15px;
      padding-right: 15px;
      width: 100%;
      margin-bottom: 15px; }
      .hmNewGuidebooks__item:last-child {
        margin-bottom: 0; } }
  body:not(.mobile) .hmNewGuidebooks__item:hover, body:not(.mobile) .hmNewGuidebooks__item:focus {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
    body:not(.mobile) .hmNewGuidebooks__item:hover .hmNewGuidebooks__itemInner, body:not(.mobile) .hmNewGuidebooks__item:focus .hmNewGuidebooks__itemInner {
      -webkit-box-shadow: 0 3px 15px 5px rgba(0, 0, 0, 0.2);
              box-shadow: 0 3px 15px 5px rgba(0, 0, 0, 0.2); }

.hmNewGuidebooks__itemInner {
  position: relative;
  overflow: hidden;
  height: 100%;
  -webkit-box-shadow: 0 3px 15px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 15px 5px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  padding: 30px;
  padding-right: 40px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#57565c+2,353445+64 */
  background: #57565c;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, color-stop(2%, #57565c), color-stop(64%, #353445));
  background: linear-gradient(to right, #57565c 2%, #353445 64%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#57565c', endColorstr='#353445', GradientType=1);
  /* IE6-9 */ }
  .bwVer .hmNewGuidebooks__itemInner {
    background: #545454; }
  @media screen and (max-width: 991px) {
    .hmNewGuidebooks__itemInner {
      padding: 20px 10px;
      padding-right: 30px; } }
  @media screen and (max-width: 767px) {
    .hmNewGuidebooks__itemInner {
      padding: 30px 20px;
      padding-right: 40px; } }
  .hmNewGuidebooks__itemInner:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: url(../images/home-enhancement/icon-arrow-white.svg) no-repeat center center;
    background-size: 100%;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7.5px; }
    .bwVer .hmNewGuidebooks__itemInner:after {
      background-image: url(../images/home-enhancement/icon-arrow-bw.svg); }

.hmNewGuidebooks__itemInner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center; }

.hmNewGuidebooks__itemThumb {
  width: 70px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 15px; }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .hmNewGuidebooks__itemThumb {
      width: 55px;
      padding-right: 10px; } }

.hmNewGuidebooks__itemTxt {
  width: 100%;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .hmNewGuidebooks__itemTxt {
      width: 100%; } }

.hmNewGuidebooks__itemTitle {
  margin-bottom: 5px; }

.hmNewGuidebooks__btnRow {
  margin-top: 30px; }
  @media screen and (max-width: 991px) {
    .hmNewGuidebooks__btnRow {
      margin-top: 20px; } }
  @media screen and (max-width: 767px) {
    .hmNewGuidebooks__btnRow {
      margin-top: 15px; } }

.hmNewGuidebooks__btn {
  background: transparent;
  border: 1px solid #000;
  color: #000; }

/* ------------------------------------------ */
/* END Layout Style hmNewGuidebooks  */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* Override Style for header */
/* ------------------------------------------ */
@media screen and (min-width: 768px) {
  body:not(.menuFixed):not(.menuOn) header.hmNewHeader nav,
  body:not(.menuFixed):not(.menuOn) header.hmNewHeader nav > .menuTab {
    display: none; } }

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .menuFixed header.hmNewHeader .menuBar > .contentWrapper {
    height: 60px;
    max-height: 60px; } }

@media screen and (max-width: 767px) {
  header.hmNewHeader {
    margin-top: -1px; } }

header.hmNewHeader .menuBar {
  position: relative; }
  @media screen and (max-width: 1200px) {
    header.hmNewHeader .menuBar {
      position: fixed; } }

@media screen and (max-width: 1200px) {
  .menuFixed header.hmNewHeader {
    position: relative; } }
.menuFixed header.hmNewHeader + .homeTop {
  margin-top: 0; }

@media screen and (max-width: 767px) {
  header.hmNewHeader .menuBar > .contentWrapper {
    height: 50px;
    max-height: 50px; } }

@media screen and (max-width: 380px) {
  header.hmNewHeader nav.active .navMobile #navToggle .navToggleInner {
    top: 15px; } }

@media screen and (max-width: 380px) {
  header.hmNewHeader nav.active .navMobile .navBtn {
    height: 50px; } }

@media screen and (max-width: 1200px) {
  .menuFixed header.hmNewHeader nav {
    height: 100%;
    max-height: none;
    max-height: initial;
    top: 0; } }

@media screen and (max-width: 767px) {
  header.hmNewHeader nav {
    height: 100%;
    max-height: none;
    max-height: initial;
    top: 0; } }

header.hmNewHeader #topBar #todayWeather,
header.hmNewHeader .logoBlock {
  float: none; }

header.hmNewHeader .logoBlock {
  margin-top: 0; }

.menuFixed header.hmNewHeader .logoBlock {
  display: block; }

@media screen and (max-width: 1200px) {
  .homePage header.hmNewHeader + .homeTop {
    padding-top: 0; } }
@media screen and (max-width: 767px) {
  .homePage header.hmNewHeader + .homeTop {
    padding-top: 50px; } }

@media screen and (max-width: 767px) {
  header.hmNewHeader nav.active > div#searchTab.active h2 {
    margin-top: 20px; } }

@media screen and (max-width: 767px) {
  header.hmNewHeader nav.active > div#searchTab.active .searchBlock {
    padding-left: 5%;
    padding-right: 5%; } }
@media screen and (max-width: 380px) {
  header.hmNewHeader nav.active > div#searchTab.active .searchBlock {
    padding-left: 3%;
    padding-right: 3%; } }

header.hmNewHeader .searchBlock .searchHolder .searchBarHolder {
  position: relative; }

header.hmNewHeader .searchBlock .searchHolder .searchBar {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #d2d2d2;
  border-radius: 25px;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  height: 50px;
  line-height: 50px;
  width: 100% !important;
  padding: 0 30px;
  padding-left: 45px;
  color: #000; }
  @media screen and (max-width: 991px) {
    header.hmNewHeader .searchBlock .searchHolder .searchBar {
      height: 40px; } }
  @media screen and (max-width: 767px) {
    header.hmNewHeader .searchBlock .searchHolder .searchBar {
      padding: 0 20px;
      padding-left: 40px; } }

header.hmNewHeader .searchBlock .searchHolder .searchBtn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  border: 0;
  background: url(../images/home-enhancement/icon-search.svg) no-repeat center center;
  background-size: 60%;
  font-size: 0; }
  @media screen and (max-width: 767px) {
    header.hmNewHeader .searchBlock .searchHolder .searchBtn {
      left: 10px; } }

@media screen and (max-width: 767px) {
  header.hmNewHeader .menuBar {
    padding-bottom: 0; } }

@media screen and (max-width: 1200px) {
  .menuFixed header.hmNewHeader nav #innerLogo {
    left: 3%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }
@media screen and (max-width: 1200px) {
  header.hmNewHeader nav #innerLogo {
    position: absolute;
    top: 50%;
    left: 3%;
    width: 180px;
    height: 40px;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s; }
    .menuOn header.hmNewHeader nav #innerLogo, .menuFixed header.hmNewHeader nav #innerLogo {
      opacity: 1;
      pointer-events: all;
      visibility: initial; }
    .menuOn header.hmNewHeader nav #innerLogo {
      margin-top: -20px;
      display: inline-block;
      background: url(https://www.gov.hk/images/logo_main.svg) no-repeat center center;
      background-size: 100%;
      z-index: 1000; } }
@media screen and (max-width: 767px) {
  header.hmNewHeader nav #innerLogo {
    left: 5%; } }
@media screen and (max-width: 389px) {
  header.hmNewHeader nav #innerLogo {
    background-image: url(../images/logo-small.svg);
    width: 100px;
    height: 35px; }
    .menuOn header.hmNewHeader nav #innerLogo {
      margin-top: -17.5px;
      background: url(../images/logo-small.svg) no-repeat center center; } }
@media screen and (max-width: 380px) {
  header.hmNewHeader nav #innerLogo {
    left: 3%; } }
header.hmNewHeader nav #innerLogo.mobile {
  position: absolute;
  left: 5%;
  top: 50%;
  margin-top: -17.5px/2;
  background-image: url(../images/logo-small.svg);
  width: 100px;
  height: 35px;
  pointer-events: none;
  visibility: hidden;
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s; }
  .menuFixed header.hmNewHeader nav #innerLogo.mobile {
    opacity: 1;
    pointer-events: all;
    visibility: initial; }

/* ------------------------------------------ */
/* END Override Style header  */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* Enhancement Style for header */
/* ------------------------------------------ */
@media screen and (max-width: 1200px) {
  header.hmNewHeader nav .navMobile {
    margin-right: 0;
    background: #FFF;
    width: 100%;
    text-align: right;
    padding-left: 3%;
    padding-right: 3%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center; }

  .hmNewHeader__navBtns {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center; } }
@media screen and (max-width: 1200px) {
  header.hmNewHeader nav .navMobile .navBtn {
    float: none;
    display: inline-block; }
    header.hmNewHeader nav .navMobile .navBtn:last-child {
      margin-right: 0; } }
@media screen and (max-width: 767px) {
  header.hmNewHeader nav .navMobile .navBtn:last-child {
    margin-right: -15px; } }
@media screen and (max-width: 380px) {
  header.hmNewHeader nav .navMobile .navBtn:last-child {
    margin-right: -5px; } }

@media screen and (max-width: 767px) {
  header.hmNewHeader nav .navMobile {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    padding-left: 5%;
    padding-right: 5%; } }
@media screen and (max-width: 380px) {
  header.hmNewHeader nav .navMobile {
    padding-left: 3%;
    padding-right: 3%; } }
.hmNewHeader__finder {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  font-weight: bold; }
  @media screen and (max-width: 1200px) {
    .hmNewHeader__finder {
      display: none; } }
  @media screen and (max-width: 991px) {
    .hmNewHeader__finder {
      margin-left: 15px;
      padding-left: 15px; } }
  @media screen and (max-width: 767px) {
    .hmNewHeader__finder {
      margin-left: 0;
      margin-top: 15px;
      padding-left: 5%; } }
  @media screen and (max-width: 380px) {
    .hmNewHeader__finder {
      margin-left: 0;
      padding-left: 3%; } }
  .hmNewHeader__finder:before {
    content: '';
    display: block;
    background: #d2d2d2;
    width: 1px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px; }
    @media screen and (max-width: 991px) {
      .hmNewHeader__finder:before {
        height: 25px;
        margin-top: -12.5px; } }
    @media screen and (max-width: 767px) {
      .hmNewHeader__finder:before {
        display: none; } }

.hmNewHeader__finder a,
.hmNewHeader__finderLink {
  position: relative;
  display: inline-block; }
  .hmNewHeader__finder a span,
  .hmNewHeader__finderLink span {
    font-weight: bold;
    white-space: nowrap; }
  .hmNewHeader__finder a:after, .hmNewHeader__finderLink:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0.75em;
    height: 0.75em;
    background: url(../images/home-enhancement/icon-arrow.svg) no-repeat center center;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.375em; }
    .bwVer .hmNewHeader__finder a:after,
    .bwVer .hmNewHeader__finderLink:after {
      background-image: url(../images/home-enhancement/icon-arrow-bw.svg); }

.hmNewHeader__finder a {
  font-weight: bold;
  padding-right: 15px; }
  @media screen and (max-width: 767px) {
    .hmNewHeader__finder a {
      padding-right: 25px; } }

.hmNewHeader__finderLink {
  font-weight: normal;
  padding-right: 15px; }
  .hmNewHeader__finderLink span {
    font-weight: normal; }

.hmNewHeader__mob-finder {
  display: none;
  position: relative;
  padding-right: 25px;
  margin-right: 10px; }
  @media screen and (max-width: 767px) {
    .hmNewHeader__mob-finder {
      pointer-events: none;
      visibility: hidden;
      display: inline-block;
      opacity: 0;
      -webkit-transition: opacity .4s;
      transition: opacity .4s; }
      .menuFixed .hmNewHeader__mob-finder {
        opacity: 1;
        pointer-events: all;
        visibility: initial; }
      .hmNewHeader__mob-finder .hmNewHeader__finderLink {
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s;
        -webkit-transform: translateX(-10px);
                transform: translateX(-10px); }
        .menuFixed .hmNewHeader__mob-finder .hmNewHeader__finderLink {
          -webkit-transform: translateX(0);
                  transform: translateX(0); } }
  @media screen and (max-width: 480px) {
    .hmNewHeader__mob-finder {
      padding-right: 15px;
      margin-right: 0; } }
  @media screen and (max-width: 460px) {
    .hmNewHeader__mob-finder {
      padding-right: 10px; } }
  @media screen and (max-width: 380px) {
    .hmNewHeader__mob-finder {
      margin-right: 0; } }
  .hmNewHeader__mob-finder:before {
    content: '';
    display: block;
    background: #d2d2d2;
    width: 1px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px; }

.hmNewHeader__doyouknow {
  display: none; }
  @media screen and (max-width: 767px) {
    .hmNewHeader__doyouknow {
      display: block; 
	   margin-left: auto; /* 10:51 2021-10-04 added for move from left to right */
	  } }

.hmNewHeader__doyouknowToggle {
  font-weight: bold;
  white-space: nowrap; }
  @media screen and (max-width: 767px) {
    .hmNewHeader__doyouknowToggle {
      display: block; }
      .menuOn .hmNewHeader__doyouknowToggle, .menuFixed .hmNewHeader__doyouknowToggle {
        display: none; } }
  .hmNewHeader__doyouknowToggle:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0) url(../images/common_icons/black/icon_circleup_black.svg) no-repeat center center;
    background-size: 100% !important;
    width: 17px;
    height: 17px;
    margin-right: 7px; }
    .doYouKnowOn .hmNewHeader__doyouknowToggle:before {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .hmNewHeader__doyouknowToggle span {
    display: inline-block;
    vertical-align: middle; }

@media screen and (max-width: 767px) {
  header.hmNewHeader nav .subMenu .subMenuCol .infoItem a {
    padding-right: 30px;
    text-align: left; } }

.hmNewHeader__subMenuHr {
  position: relative;
  width: 100%;
  height: 1px;
  display: block;
  margin: 30px 0;
  padding: 0 10px;
  float: left;
  clear: both; }
  .hmNewHeader__subMenuHr:before {
    content: '';
    position: relative;
    width: 100%;
    height: 1px;
    display: block;
    background: #d2d2d2; }
  @media screen and (max-width: 1200px) {
    .hmNewHeader__subMenuHr {
      display: none; } }

@media screen and (max-width: 767px) {
  header.hmNewHeader nav .toolBtns {
    text-align: left; } }

@media screen and (max-width: 1200px) {
  .menuFixed header.hmNewHeader nav > .menuTab {
    text-align: left; } }

@media screen and (max-width: 767px) {
  header.hmNewHeader nav .subMenu .subMenuCol {
    border-top: 0; } }

@media screen and (max-width: 1200px) {
  .menuFixed header.hmNewHeader nav > .menuTab > .menuItem.menuSearchBtn,
  header.hmNewHeader nav > .menuTab .menuItem.menuSearchBtn {
    display: none; } }

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .menuOn header.hmNewHeader .menuBar {
    height: 59px; }

  * > .contentWrapper {
    height: 100%; }

  header.hmNewHeader nav .navMobile #navToggle .navToggleInner {
    top: 27.5%; } }
@media screen and (max-width: 1200px) {
  .searchBlock .hotSearch .hotSearchHolder a,
  header nav.active > div#languagesTab.active {
    /***To fix the issue of text expectedly disappear in Android Chrome***/
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
#skiplinkHolder div {
  overflow: hidden; }

.webCast {
  z-index: 2000;
  position: relative; }

@media screen and (max-width: 767px) {
  body:not(.isMobileMenuFixed) .hmNewPageContentHolder header.hmNewHeader .menuBar {
    position: relative; }
  .hmNewPageContentHolder header.hmNewHeader .menuBar:before {
    display: block;
    width: 100%;
    height: 100vh;
    bottom: 100%;
    left: 0;
    position: absolute;
    background: #FFF; } }

/* ------------------------------------------ */
/* END Enhancement Style header  */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* Layout Style for hmNewHotsearch */
/* ------------------------------------------ */
@media screen and (max-width: 767px) {
  .hmNewTopPanel__searchKit .hmNewHotsearch.hotSearch {
    display: none; } }

.hmNewHotsearch__title {
  font-weight: bold;
  white-space: nowrap;
  padding-right: 10px; }

.hmNewHotsearch__holder {
  padding-right: 20px; }
  @media screen and (max-width: 991px) {
    .hmNewHotsearch__holder {
      padding-right: 10px; } }
  .hmNewHotsearch__holder a {
    display: inline-block;
    margin-right: 15px; }
    @media screen and (max-width: 991px) {
      .hmNewHotsearch__holder a {
        margin-right: 10px; } }
    .hmNewHotsearch__holder a:last-child {
      margin-right: 0; }
    body:not(.mobile) .hmNewHotsearch__holder a:hover, body:not(.mobile) .hmNewHotsearch__holder a:focus {
      color: #cc4c02; }

/* ------------------------------------------ */
/* END Layout Style hmNewHotsearch  */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* Layout Style for hmNewInfoService */
/* ------------------------------------------ */
.hmNewInfoService {
  text-align: center;
  padding: 80px 0 45px; }
  @media screen and (max-width: 991px) {
    .hmNewInfoService {
      padding: 60px 0 30px; } }
  @media screen and (max-width: 767px) {
    .hmNewInfoService {
      padding: 30px 0; } }

.hmNewInfoService__items {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start; }

.hmNewInfoService__title {
  margin-bottom: 60px; }
  @media screen and (max-width: 991px) {
    .hmNewInfoService__title {
      margin-bottom: 45px; } }
  @media screen and (max-width: 767px) {
    .hmNewInfoService__title {
      margin-bottom: 30px; } }

.hmNewInfoService__item {
  width: 16.6666%;
  display: inline-block;
  margin-bottom: 60px; }
  @media screen and (max-width: 1200px) {
    .hmNewInfoService__item {
      width: 25%; } }
  @media screen and (max-width: 991px) {
    .hmNewInfoService__item {
      margin-bottom: 45px; } }
  @media screen and (max-width: 767px) {
    .hmNewInfoService__item {
      width: 33.3333%;
      margin-bottom: 30px; } }
  @media screen and (max-width: 480px) {
    .hmNewInfoService__item {
      width: 50%; } }
  body:not(.mobile) .hmNewInfoService__item:hover .hmNewInfoService__itemThumb, body:not(.mobile) .hmNewInfoService__item:focus .hmNewInfoService__itemThumb {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px); }
  .hmNewInfoService__item:hover .hmNewInfoService__itemTitle, .hmNewInfoService__item:focus .hmNewInfoService__itemTitle {
    color: #cc4c02; }
    body:not(.mobile).pageBusiness .hmNewInfoService__item:hover .hmNewInfoService__itemTitle, body:not(.mobile).pageBusiness .hmNewInfoService__item:focus .hmNewInfoService__itemTitle {
      color: #454095; }
    body:not(.mobile).pageNonResidents .hmNewInfoService__item:hover .hmNewInfoService__itemTitle, body:not(.mobile).pageNonResidents .hmNewInfoService__item:focus .hmNewInfoService__itemTitle {
      color: #0a828f; }

.hmNewInfoService__itemThumb {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  display: block;
  text-align: center;
  font-size: 0;
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  background: url() no-repeat center center;
  background-size: contain; }
  .hmNewInfoService__itemThumb img {
    display: inline-block;
    width: 100%; }

.hmNewInfoService__itemTitle {
  padding: 0 5px;
  font-weight: bold; }
  .hmNewInfoService__itemTitle span {
    font-weight: bold; }

/* ------------------------------------------ */
/* END Layout Style hmNewInfoService  */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* Layout Style for hmNewQuickLinks */
/* ------------------------------------------ */
.hmNewLinkList {
  background: #FFF;
  -webkit-box-shadow: 0 3px 15px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 15px 5px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 40px 50px; }
  .hmNewSocialGrps .hmNewLinkList {
    background: transparent;
    padding: 30px 0; }
  @media screen and (max-width: 991px) {
    .hmNewLinkList {
      padding: 40px 30px; } }
  @media screen and (max-width: 767px) {
    .hmNewLinkList {
      padding: 30px 25px;
      display: block; }
      .hmNewMobTabs .hmNewLinkList {
        padding: 0; } }

.hmNewLinkList__title {
  padding-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap; }
  @media screen and (max-width: 767px) {
    .hmNewLinkList__title {
      padding-right: 0;
      margin-bottom: 15px; } }

.hmNewLinkList__items {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #cc4c02;
  font-size: 0; }

.hmNewLinkList__itemHolder {
  margin-left: -15px;
  margin-right: -15px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start; }
  @media screen and (max-width: 767px) {
    .hmNewLinkList__itemHolder {
      display: block;
      width: 100%; } }

.hmNewLinkList__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 15px;
  margin: 5px 0;
  color: #000; }
  .hmNewLinkList__item:before {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: -1px;
    background: #cc4c02; }
    .pageBusiness .hmNewLinkList__item:before {
      background: #454095; }
    .pageNonResidents .hmNewLinkList__item:before {
      background: #0a828f; }
  @media screen and (max-width: 767px) {
    .hmNewLinkList__item {
      display: block;
      padding-left: 15px;
      padding-right: 0;
      margin-top: 0;
      margin-bottom: 10px; }
      .hmNewLinkList__item:last-child {
        margin-bottom: 0; }
      .hmNewLinkList__item:before {
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        position: absolute;
        background: #cc4c02;
        margin-top: 0;
        left: 5px;
        border-radius: 100%;
        top: 9px; } }

.hmNewLinkList__link:hover, .hmNewLinkList__link:focus {
  color: #cc4c02; }
  body:not(.mobile).pageBusiness .hmNewLinkList__link:hover, body:not(.mobile).pageBusiness .hmNewLinkList__link:focus {
    color: #454095; }
  body:not(.mobile).pageNonResidents .hmNewLinkList__link:hover, body:not(.mobile).pageNonResidents .hmNewLinkList__link:focus {
    color: #0a828f; }

/* ------------------------------------------ */
/* END Layout Style hmNewQuickLinks  */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* Layout Style for hmNewMap */
/* ------------------------------------------ */
.hmNewMap {
  position: relative;
  display: block; }

.hmNewMap__title {
  background: #04396d;
  color: #FFF;
  text-align: center;
  padding: 25px 0; }

.hmNewMap__map {
  height: 330px;
  background: url() no-repeat center center;
  background-size: cover; }

.hmNewMap__btnRow {
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
  text-align: center; }

.hmNewMap__btn {
  border: 1px solid #04396d;
  background: #04396d; }

/* ------------------------------------------ */
/* END Layout Style hmNewMap  */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* Layout Style for hmNewMobTab */
/* ------------------------------------------ */
.hmNewMobTabs {
  position: relative; }
  @media screen and (max-width: 767px) {
    .hmNewMobTabs {
      background: #FFF !important;
      padding: 0 !important;
      border-top: 1px solid rgba(210, 210, 210, 0.5);
      border-bottom: 1px solid rgba(210, 210, 210, 0.5);
      margin-top: -1px; }
      .hmNewMobTabs .contentWrapper {
        width: 100% !important; } }

@media screen and (max-width: 767px) {
  .hmNewMobTabs__tab {
    display: none !important; } }

.hmNewMobTabs__tabToggle {
  position: relative;
  width: 100%;
  text-align: left;
  display: block;
  padding: 25px 30px;
  padding-right: 60px;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .hmNewMobTabs__tabToggle {
      display: none !important; } }

.hmNewMobTabs__toggleGraphic {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px; }
  .hmNewMobTabs__toggleGraphic:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    top: 50%;
    left: 0;
    margin-top: -1px;
    display: block;
    background: #cc4c02; }
  .hmNewMobTabs__toggleGraphic:after {
    content: '';
    position: absolute;
    height: 20px;
    width: 2px;
    left: 50%;
    top: 0;
    margin-left: -1px;
    display: block;
    background: #cc4c02; }
    .isActive .hmNewMobTabs__toggleGraphic:after {
      display: none; }

@media screen and (max-width: 767px) {
  .hmNewMobTabs__content {
    display: none;
    padding: 0 30px 30px; }
    .isActive .hmNewMobTabs__content {
      display: block; } }

/* ------------------------------------------ */
/* END Layout Style hmNewMobTab  */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* Layout Style for hmNewSecGrp */
/* ------------------------------------------ */
.hmNewSecGrp {
  position: relative;
  overflow: hidden;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .hmNewSecGrp {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: start;
      -webkit-box-pack: start;
              justify-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -ms-flex-align: start;
      -webkit-box-align: start;
              align-items: flex-start; }
      .hmNewSecGrp > * {
        width: 100%; } }

/* ------------------------------------------ */
/* END Layout Style hmNewSecGrp  */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* Layout Style for hmNewSocialGrps */
/* ------------------------------------------ */
.hmNewSocialGrps {
  background: #f3f3f3; }

/* ------------------------------------------ */
/* END Layout Style hmNewSocialGrps  */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* Layout Style for hmNewTopbar */
/* ------------------------------------------ */
.hmNewTopbar .contentWrapper {
  overflow: visible; }

@media screen and (max-width: 767px) {
  .hmNewTopbar #topBar {
    display: none !important; } }
.hmNewTopbar__lang {
  postiion: relative;
  padding-left: 22px; }
  .hmNewTopbar__lang:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(https://www.gov.hk/images/common_icons/black/icon_service_govweb_black.svg) no-repeat center center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px; }

.hmNewTopbar #toolBar {
  float: right; }

.hmNewTopbar #toolBar > * {
  display: inline-block; }

.hmNewTopbar #toolBar .myGov a {
  margin-left: 8px; }

.hmNewTopbar #toolBar .loginIcon {
  /* background: transparent url(../images/common_icons/black/icon_login_black.png) no-repeat center center; */
  background: rgba(255, 255, 255, 0) url(../images/common_icons/black/icon_login_black.svg) no-repeat center center;
  background-size: cover;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 0;
  vertical-align: bottom; }

.hmNewTopbar #toolBar #doYouKnowBtn {
  display: none;
  padding-right: 4px;
  margin-left: 0; }
  .homePage .hmNewTopbar #toolBar #doYouKnowBtn {
    display: inline-block; }

/* 14:00 2021-09-29 org: 
.hmNewTopbar #toolBar #doYouKnowBtn a {	
*/
.hmNewTopbar #toolBar #doYouKnowBtn a span.icon {
  background: rgba(255, 255, 255, 0) url(../images/common_icons/black/icon_circleup_black.svg) no-repeat center center;
  background-size: 100% !important;
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: -5px; }

/* 14:01 2021-09-29 new */
@media screen and (min-width: 1201px) {
	/*  12:00 2021-10-04 align earth icon, just keep icon black when hover
  .hmNewTopbar #toolBar #doYouKnowBtn a:hover  span.icon {
    background: rgba(255, 255, 255, 0) url(../images/common_icons/orange/icon_circleup_orange.svg) no-repeat center center; 
	} 
	*/
	/* 11:42 2021-10-04 for text on bigger than 1201, also highlight as orange */
  .hmNewTopbar #toolBar #doYouKnowBtn a:hover {
	color:#cc4c02; 	/* orange */
  }	  
}
.hmNewTopbar #toolBar #doYouKnowBtn a.active span.icon  {
  background: rgba(255, 255, 255, 0) url(../images/common_icons/black/icon_circledown_black.svg) no-repeat center center; }

/*  12:00 2021-10-04 align earth icon, just keep icon black when hover
@media screen and (min-width: 1201px) {
  .hmNewTopbar #toolBar #doYouKnowBtn a.active:hover span.icon {
    background: rgba(255, 255, 255, 0) url(../images/common_icons/orange/icon_circledown_orange.svg) no-repeat center center; } }
*/	
	
	

/* 14:01 2021-09-29 org
@media screen and (min-width: 1201px) {
  .hmNewTopbar #toolBar #doYouKnowBtn a:hover {
    background: rgba(255, 255, 255, 0) url(../images/common_icons/orange/icon_circleup_orange.svg) no-repeat center center; } }
.hmNewTopbar #toolBar #doYouKnowBtn a.active {
  background: rgba(255, 255, 255, 0) url(../images/common_icons/black/icon_circledown_black.svg) no-repeat center center; }

@media screen and (min-width: 1201px) {
  .hmNewTopbar #toolBar #doYouKnowBtn a.active:hover {
    background: rgba(255, 255, 255, 0) url(../images/common_icons/orange/icon_circledown_orange.svg) no-repeat center center; } }
*/	
	
	
.hmNewTopbar #toolBar .langBtn {
  margin-left: 8px;
  position: relative; }

.hmNewTopbar #toolBar .langBtn:first-child {
  margin-left: 0; }

.hmNewTopbar #toolBar .langOther:after {
  content: '';
  display: inline-block;
  border-top: 5px solid #353535;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin-left: 8px;
  vertical-align: middle; }

.hmNewTopbar #toolBar .langOther:hover:after {
  border-top: 5px solid #cc4c02; }

.hmNewTopbar #toolBar .langOther.active {
  color: #cc4c02; }

.hmNewTopbar #toolBar .langOther.active:after {
  border-top: 5px solid #cc4c02; }

.hmNewTopbar #toolBar .langDropdown {
  position: absolute;
  background: #FFF;
  padding: 30px;
  z-index: 100;
  display: none;
  width: 200px;
  /* 17:26 2021-10-04 org: 
  margin-left: -50px;
  17:27 2021-10-04 new: 
  */
  margin-left: -80px;
  
  border: 1px solid #aaaaaa;
  top: calc(100% + 10px);
  z-index: 1600; }

.hmNewTopbar #toolBar .langDropdown > li {
  padding-right: 0;
  margin-right: 0; }

.hmNewTopbar #toolBar .langDropdown > li:after {
  display: none;
  padding-right: 0;
  margin-right: 0; }

.hmNewTopbar #toolBar .langDropdown > li a {
  padding: 4px 0;
  display: inline-block; }

.hmNewTopbar #toolBar .langDropdown > li a:hover {
  color: #cc4c02; }

.hmNewTopbar #toolBar .langDropdown.active {
  display: block; }

.hmNewTopbar #toolBar ul li a {
  color: #000;
  vertical-align: bottom; }

.hmNewTopbar #toolBar ul li a:hover {
  color: #353535; }

.hmNewTopbar #topBar {
  float: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center; }
  @media screen and (max-width: 767px) {
    .hmNewTopbar #topBar {
      display: none; } }

/* 17:09 2021-10-04: emblem change, remove grey background for "DoYouKnow"	  
  .homePage .hmNewTopbar #topBar:after {
    content: '';
    position: absolute;
    background: #e9e9e9;

	/+ 14:05 2021-09-29 TC and SC version +/
    /+ width: 42px; org +/
	width: 85px; 
	
    height: 60px;
    display: block;
    top: -15px;
    right: 0;
    z-index: -1;
    border-radius: 8px; }
*/	
	
/* 14:11 2021-09-29 for en */	
/* 17:09 2021-10-04: emblem change, remove grey background for "DoYouKnow"	  
:lang(en) .homePage .hmNewTopbar #topBar:after {
	width: 135px; 
}
*/	

/* 10:57 2021-10-04 adjust smaller for EN tablet */
@media screen and (max-width: 1200px) {
	:lang(en) .homePage .hmNewTopbar #topBar:after {
		width: 125px; 
	}	
}	


	
  .homePage .hmNewHeader:not(.doYouKnowOn) + .homeTop .hmNewTopbar #topBar:after {
    display: none; }

.hmNewTopbar #topBar ul > li {
  padding-right: 10px;
  margin-right: 10px;
  position: relative; }

.hmNewTopbar #topBar ul > li:after {
  background-color: #CCC;
  content: " ";
  display: block;
  width: 1px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 3px; }
.doYouKnowOn .hmNewTopbar #topBar ul > li.langBtnHolder:after {
  display: none; }

.hmNewTopbar #topBar ul > li:last-child:after {
  display: none; }

.hmNewTopbar #topBar #todayWeather {
  float: left; }

.hmNewTopbar #topBar #todayWeather > * {
  display: block;
  float: left;
  padding-right: 10px;
  margin-right: 10px;
  position: relative; }

.hmNewTopbar #topBar #todayWeather > *.access {
  position: absolute; }

.hmNewTopbar #topBar #todayWeather > *:after {
  background-color: #CCC;
  content: " ";
  display: block;
  width: 1px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 3px; }

.hmNewTopbar #topBar #todayWeather > *:last-child {
  padding-right: 0;
  margin-right: 0; }

.hmNewTopbar #topBar #todayWeather > *:last-child:after {
  display: none; }

.hmNewTopbar #topBar #todayWeather #weatherIcon {
  padding-right: 0; }

.hmNewTopbar #topBar #todayWeather #weatherIcon img {
  width: 19px;
  height: 19px;
  display: inline-block;
  position: relative;
  margin-top: 1px;
  margin-right: 2px; }

.hmNewTopbar #topBar #todayWeather #weatherIcon img:last-child {
  margin-right: 10px; }

.hmNewTopbar #topBar #todayWeather #weatherIcon :after {
  display: none; }

.hmNewTopbar #topBar #todayWeather #weatherCurrentTop #tempTop {
  display: inline-block; }

.hmNewTopbar #topBar #todayWeather #weatherTextTop {
  display: inline-block; }

.hmNewTopbar #topBar {
  padding: 15px 0 12px;
  width: 100%;
  display: block;
  float: left;
  position: relative;
  font-size: 0; }

body.innerPage .hmNewTopbar #topBar ul > :nth-last-child(2) {
  padding-right: 0;
  margin-right: 0; }

body.innerPage .hmNewTopbar #topBar ul > :nth-last-child(2):after {
  display: none; }

body.innerPage .hmNewTopbar #topBar #todayWeather {
  display: none; }

.hmNewTopbar #topBar li {
  font-size: 0; }

.hmNewTopbar #topBar ul > li {
  padding-right: 10px;
  margin-right: 10px;
  position: relative; }

/* 17:18 2021-10-04 added as remove DYK */
/* 17:24 2021-10-04 pls take note language popup to right side */
.hmNewTopbar #topBar ul > li:last-child {
  padding-right: 0px;
  margin-right: 0px;
   }


.hmNewTopbar #topBar ul > li:after {
  background-color: #CCC;
  content: " ";
  display: block;
  width: 1px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 3px; }

.hmNewTopbar #topBar ul > li:last-child:after {
  display: none; }

.hmNewTopbar #topBar #todayWeather {
  float: left; }

.hmNewTopbar #topBar #todayWeather > * {
  display: block;
  float: left;
  padding-right: 10px;
  margin-right: 10px;
  position: relative; }

.hmNewTopbar #topBar #todayWeather > *.access {
  position: absolute; }

.hmNewTopbar #topBar #todayWeather > *:after {
  background-color: #CCC;
  content: " ";
  display: block;
  width: 1px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 3px; }

.hmNewTopbar #topBar #todayWeather > *:last-child {
  padding-right: 0;
  margin-right: 0; }

.hmNewTopbar #topBar #todayWeather > *:last-child:after {
  display: none; }

.hmNewTopbar #topBar #todayWeather #weatherIcon {
  padding-right: 0; }

.hmNewTopbar #topBar #todayWeather #weatherIcon img {
  width: 19px;
  height: 19px;
  display: inline-block;
  position: relative;
  margin-top: 1px;
  margin-right: 2px; }

.hmNewTopbar #topBar #todayWeather #weatherIcon img:last-child {
  margin-right: 10px; }

.hmNewTopbar #topBar #todayWeather #weatherIcon :after {
  display: none; }

.hmNewTopbar #topBar #todayWeather #weatherCurrentTop #tempTop {
  display: inline-block; }

.hmNewTopbar #topBar #todayWeather #weatherTextTop {
  display: inline-block; }

/* ------------------------------------------ */
/* END Layout Style hmNewTopbar  */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* Layout Style for hmNewTopList */
/* ------------------------------------------ */
.hmNewTopList {
  position: relative;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .hmNewTopList {
      margin-bottom: 20px; } }
  .hmNewTopList .contentWrapper {
    overflow: visible; }

.hmNewTopList__items {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  margin-left: -25px;
  margin-right: -25px; }
  @media screen and (max-width: 991px) {
    .hmNewTopList__items {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (max-width: 767px) {
    .hmNewTopList__items {
      margin-left: -15px;
      margin-right: -15px;
      display: block; } }

.hmNewTopList__item {
  position: relative;
  display: inline-block;
  width: 50%;
  padding-left: 25px;
  padding-right: 25px;
  color: #FFF; }
  .hmNewTopList__item a {
    color: #FFF; }
  @media screen and (max-width: 991px) {
    .hmNewTopList__item {
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 767px) {
    .hmNewTopList__item {
      padding-left: 15px;
      padding-right: 15px;
      width: 100%;
      margin-bottom: 15px; } }

.hmNewTopList__itemInner {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 15px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 15px 5px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  padding: 60px 45px;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d50000+0,d43900+100 */
  background: #d50000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#d50000), to(#d43900));
  background: linear-gradient(to right, #d50000 0%, #d43900 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d50000', endColorstr='#d43900',GradientType=1 );
  /* IE6-9 */
  /* IE6-9 */ }
  .pageBusiness .hmNewTopList__itemInner {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3a2f7e+0,443e94+100 */
    background: #3a2f7e;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#3a2f7e), to(#443e94));
    background: linear-gradient(to bottom, #3a2f7e 0%, #443e94 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a2f7e', endColorstr='#443e94',GradientType=0 );
    /* IE6-9 */ }
  .pageNonResidents .hmNewTopList__itemInner {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#04809a+0,007785+100 */
    background: #04809a;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#04809a), to(#007785));
    background: linear-gradient(to bottom, #04809a 0%, #007785 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04809a', endColorstr='#007785',GradientType=0 );
    /* IE6-9 */ }
  .bwVer .hmNewTopList__itemInner {
    background: #545454; }
  .hmNewTopList__itemInner:before {
    content: '';
    position: absolute;
    opacity: 0.2;
    display: block;
    width: 100px;
    height: 100px;
    right: 20px;
    top: 20px;
    background: url(../images/home-enhancement/icon-top-online-services.svg) no-repeat center center;
    background-size: 100%;
    z-index: 0; }
    .hmNewTopList__item--forms .hmNewTopList__itemInner:before {
      background-image: url(../images/home-enhancement/icon-top-gov-forms.svg); }
  @media screen and (max-width: 991px) {
    .hmNewTopList__itemInner {
      padding: 40px 30px; } }
  @media screen and (max-width: 767px) {
    .hmNewTopList__itemInner {
      padding: 30px 25px; } }

.hmNewTopList__title {
  position: relative;
  margin-bottom: 15px;
  z-index: 10; }

.hmNewTopList__list {
  position: relative;
  list-style: none;
  padding-left: 0;
  z-index: 10; }
  .hmNewTopList__list li {
    position: relative;
    padding-left: 15px;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 10px; }
    .hmNewTopList__list li:last-child {
      margin-bottom: 0; }
    .hmNewTopList__list li:before {
      content: '';
      display: block;
      width: 4px;
      height: 4px;
      position: absolute;
      background: #FFF;
      margin-top: 0;
      left: 5px;
      border-radius: 100%;
      top: 9px; }
    body:not(.mobile) .hmNewTopList__list li a:hover, body:not(.mobile) .hmNewTopList__list li a:focus {
      text-decoration: underline; }

/* ------------------------------------------ */
/* END Layout Style hmNewTopList  */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* Layout Style for hmNewTopPanel */
/* ------------------------------------------ */
.hmNewTopPanel {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* padding: 30px 0 15px; 10:19 2021-10-05 org */
  /* 10:19 2021-10-05 */
  padding: 0 0 15px 0;
  background: #FFF; }

/* 10:50 2021-09-28 org */	
  @media screen and (max-width: 767px) {
    .hmNewTopPanel {
      /* padding: 20px 0; 10:21 2021-10-05 org */
	   /* 10:21 2021-10-05 new */
	   padding: 0 0 20px 0; 
} }


.hmNewTopPanel__main {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center; }
  @media screen and (max-width: 767px) {
    .hmNewTopPanel__main {
      display: block;
      width: 100%; } }

.hmNewTopPanel__logo {
  display: inline-block; }
  .hmNewTopPanel__logo #headerLogo {
    overflow: hidden;
    float: left;
    display: block;
    width: 373px;
    /* 13:30 2021-09-29 org:
	height: 33px;
	*/
	height: 136px;

    background: transparent url(https://www.gov.hk/images/logo_main.png) no-repeat center center;
    background: rgba(255, 255, 255, 0) url(https://www.gov.hk/images/logo_main.svg) no-repeat center center; 
	
	/* 11:45 2021-09-29 org: 
    background: transparent url(https://www.gov.hk/images/logo_main.png) no-repeat center center;
    background: rgba(255, 255, 255, 0) url(https://www.gov.hk/images/logo_main.svg) no-repeat center center; 
	*/
	/* 11:46 2021-09-29 not working
	background: transparent url(/images/emblem/GovHK_with_Emblem_PD.png) no-repeat center center;
	*/
	/* 13:14 2021-09-29 new try
	*/
	background: transparent url(/images/emblem/GovHK_with_Emblem_PD.svg) no-repeat center center;
	background: rgba(255, 255, 255, 0) url(/images/emblem/GovHK_with_Emblem_PD.svg) no-repeat center center; 
	
    background-size: 100%; }
    @media screen and (max-width: 1200px) {
      .hmNewTopPanel__logo #headerLogo {
		  /* 13:39 2021-09-29 new */
        width: 300px;
        height: 109px; 
		 /* 13:39 2021-09-29 org 
		 width: 300px;
        height: 40px; */
		} }
    @media screen and (max-width: 991px) {
      .hmNewTopPanel__logo #headerLogo {
		  /* 13:39 2021-09-29 new */
        width: 240px;
        height: 88px; 
		 /* 13:39 2021-09-29 org 
		width: 240px;
        height: 21px; 		
		*/
		} }
    @media screen and (max-width: 767px) {
      .hmNewTopPanel__logo #headerLogo {
        margin-bottom: 15px; } }

.hmNewTopPanel__logoForPrint {
  display: none; }

.hmNewTopPanel__search {
  position: relative;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 55%; }
  @media screen and (max-width: 1200px) {
    .hmNewTopPanel__search {
      width: 60%; } }
  @media screen and (max-width: 767px) {
    .hmNewTopPanel__search {
      width: 100%; } }
  .hmNewTopPanel__search .searchBar {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid #d2d2d2;
    border-radius: 25px;
    -webkit-box-shadow: 0;
            box-shadow: 0;
    height: 50px;
    line-height: 50px;
    width: 100%;
    padding: 0 30px;
    padding-left: 45px;
    color: #000; }
    .hmNewTopPanel__search .searchBar:focus {
      border: 1px solid #cc4c02;
      outline: none; }
    @media screen and (max-width: 991px) {
      .hmNewTopPanel__search .searchBar {
        height: 40px;
        line-height: 40px; } }
    @media screen and (max-width: 767px) {
      .hmNewTopPanel__search .searchBar {
        padding: 0 20px;
        padding-left: 40px; } }
  .hmNewTopPanel__search .searchBtn {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    -webkit-box-shadow: 0;
            box-shadow: 0;
    border: 0;
    background: url(../images/home-enhancement/icon-search.svg) no-repeat center center;
    background-size: 60%;
    font-size: 0; }
    @media screen and (max-width: 767px) {
      .hmNewTopPanel__search .searchBtn {
        left: 10px; } }

.hmNewTopPanel__searchBar {
  width: 100%; }

.hmNewTopPanel__finder {
  position: relative;
  margin-left: 25px;
  padding-left: 25px;
  font-weight: bold; }
  @media screen and (max-width: 991px) {
    .hmNewTopPanel__finder {
      margin-left: 15px;
      padding-left: 15px; } }
  .hmNewTopPanel__finder:before {
    content: '';
    display: block;
    background: #d2d2d2;
    width: 1px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px; }
    @media screen and (max-width: 991px) {
      .hmNewTopPanel__finder:before {
        height: 35px;
        margin-top: -17.5px; } }
  .hmNewTopPanel__finder a {
    position: relative;
    display: inline-block;
    padding-right: 15px; }
    .hmNewTopPanel__finder a:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0.75em;
      height: 0.75em;
      background: url(../images/home-enhancement/icon-arrow.svg) no-repeat center center;
      background-size: 100%;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -0.375em; }
      .bwVer .hmNewTopPanel__finder a:after {
        background-image: url(../images/home-enhancement/icon-arrow-bw.svg); }
    body:not(.mobile) .hmNewTopPanel__finder a:hover:after, body:not(.mobile) .hmNewTopPanel__finder a:focus:after {
      -webkit-animation: moving-arrow .7s infinite;
              animation: moving-arrow .7s infinite; }
@-webkit-keyframes moving-arrow {
  from {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px); }
  to {
    -webkit-transform: translateX(2px);
            transform: translateX(2px); } }
@keyframes moving-arrow {
  from {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px); }
  to {
    -webkit-transform: translateX(2px);
            transform: translateX(2px); } }
.hmNewTopPanel__finderLink {
  white-space: nowrap; }
  .hmNewTopPanel__finderLink:hover {
    color: #cc4c02; }

.hmNewTopPanel__searchKit {
  padding-top: 20px;
  padding-left: 45%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start; }
  @media screen and (max-width: 1200px) {
    .hmNewTopPanel__searchKit {
      padding-left: 40%; } }
  @media screen and (max-width: 767px) {
    .hmNewTopPanel__searchKit {
      padding-left: 0; } }
  .hmNewTopPanel__searchKit .hotSearch {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start; }

/* ------------------------------------------ */
/* END Layout Style hmNewTopPanel  */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* Layout Style for hmNewQuickLinks */
/* ------------------------------------------ */
.hmNewQuickLinks {
  position: relative;
  width: 100%;
  margin-top: -60px;
  margin-bottom: 60px; }
  .hmNewQuickLinks .contentWrapper {
    overflow: visible; }
  @media screen and (max-width: 991px) {
    .hmNewQuickLinks {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .hmNewQuickLinks {
      margin-top: -115px;
      margin-bottom: 30px; } }

/* ------------------------------------------ */
/* END Layout Style hmNewQuickLinks  */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* Override Style for hmNewHomeNav */
/* ------------------------------------------ */
.hmNewHomeNav.homeNav {
  background: transparent !important;
  padding: 0; }
  .pageResidents .hmNewHomeNav.homeNav {
    border-bottom: 5px solid #cc4c02; }
  .pageBusiness .hmNewHomeNav.homeNav {
    border-bottom: 5px solid #454095; }
  .pageNonResidents .hmNewHomeNav.homeNav {
    border-bottom: 5px solid #0a828f; }

.hmNewHomeNav.homeNav .tagArea {
  margin-left: -10px;
  margin-right: -10px;
  font-size: 0;
  width: auto; }
  @media screen and (max-width: 767px) {
    .hmNewHomeNav.homeNav .tagArea {
      margin-left: -5px;
      margin-right: -5px; } }

.hmNewHomeNav.homeNav .tagArea .homeTab {
  position: relative;
  width: 100%;
  height: 45px;
  margin: 0;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 25px;
  padding-right: 50px; }
  @media screen and (max-width: 767px) {
    .hmNewHomeNav.homeNav .tagArea .homeTab {
      padding: 0 10px;
      padding-right: 20px; } }
  .hmNewHomeNav.homeNav .tagArea .homeTab.active {
    height: 55px; }
    .hmNewHomeNav.homeNav .tagArea .homeTab.active span {
      font-weight: bold; }
      :lang(zh-hk) .hmNewHomeNav.homeNav .tagArea .homeTab.active span, :lang(zh-cn) .hmNewHomeNav.homeNav .tagArea .homeTab.active span {
        font-weight: normal; }
    .hmNewHomeNav.homeNav .tagArea .homeTab.active:before {
      display: none; }
    .hmNewHomeNav.homeNav .tagArea .homeTab.active:after {
      opacity: 1;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
  body:not(.mobile) .hmNewHomeNav.homeNav .tagArea .homeTab:not(.active):hover, body:not(.mobile) .hmNewHomeNav.homeNav .tagArea .homeTab:not(.active):focus {
    height: 52px; }
  .hmNewHomeNav.homeNav .tagArea .homeTab.active#tabResidents span, .hmNewHomeNav.homeNav .tagArea .homeTab.active#tabBizTrade span, .hmNewHomeNav.homeNav .tagArea .homeTab.active#tabNonResidents span,
  .hmNewHomeNav.homeNav .tagArea .homeTab span {
    color: #FFF; }
  .hmNewHomeNav.homeNav .tagArea .homeTab#tabResidents {
    background: #cc4c02; }
  .hmNewHomeNav.homeNav .tagArea .homeTab#tabBizTrade {
    background: #454095; }
  .hmNewHomeNav.homeNav .tagArea .homeTab#tabNonResidents {
    background: #0a828f; }
  .hmNewHomeNav.homeNav .tagArea .homeTab:before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.2+1,0+15,0+68,0.5+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(1%, rgba(0, 0, 0, 0.2)), color-stop(15%, rgba(0, 0, 0, 0)), color-stop(68%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 1%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.7) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#80000000',GradientType=0 );
    /* IE6-9 */
    height: 100%; }
  .hmNewHomeNav.homeNav .tagArea .homeTab:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #FFF;
    top: 50%;
    margin-top: -4px;
    right: 25px;
    opacity: 0.5; }
    @media screen and (max-width: 767px) {
      .hmNewHomeNav.homeNav .tagArea .homeTab:after {
        right: 10px; } }

.hmNewHomeNav__holder {
  display: inline-block;
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (max-width: 767px) {
    .hmNewHomeNav__holder {
      padding-left: 5px;
      padding-right: 5px; } }

/* ------------------------------------------ */
/* END Override Style hmNewHomeNav  */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* Layout Style for hmNewWebCast */
/* ------------------------------------------ */
.hmNewWebCast {
  display: block; }
  .hmNewWebCastOff .hmNewWebCast, .hmNewWebCast.hmNewWebCastOff {
    display: none; }

/* ------------------------------------------ */
/* END Layout Style hmNewWebCast  */
/* ------------------------------------------ */
.hmNewDoYouKnow__hlTitle, :lang(zh-hk) .hmNewCards__cardTitle, :lang(zh-cn) .hmNewCards__cardTitle, .hmNewTopList__title,
.hmNewLinkList__title, .hmNewMobTabs__tabToggle, .hmNewInfoService__title, .hmNewGuidebooks__title, .hmNewCheckItOut__title, .hmNewMap__title, .hmNewLifeEvent__title {
  font-size: 1.3125rem; }
  :lang(zh-hk) .hmNewDoYouKnow__hlTitle, :lang(zh-hk) .hmNewCards__cardTitle, :lang(zh-hk) .hmNewTopList__title,
  :lang(zh-hk) .hmNewLinkList__title, :lang(zh-hk) .hmNewMobTabs__tabToggle, :lang(zh-hk) .hmNewInfoService__title, :lang(zh-hk) .hmNewGuidebooks__title, :lang(zh-hk) .hmNewCheckItOut__title, :lang(zh-hk) .hmNewMap__title, :lang(zh-hk) .hmNewLifeEvent__title,
  :lang(zh-cn) .hmNewDoYouKnow__hlTitle, :lang(zh-cn) .hmNewCards__cardTitle, :lang(zh-cn) .hmNewTopList__title,
  :lang(zh-cn) .hmNewLinkList__title, :lang(zh-cn) .hmNewMobTabs__tabToggle, :lang(zh-cn) .hmNewInfoService__title, :lang(zh-cn) .hmNewGuidebooks__title, :lang(zh-cn) .hmNewCheckItOut__title, :lang(zh-cn) .hmNewMap__title, :lang(zh-cn) .hmNewLifeEvent__title {
    font-size: 1.4375rem; }
  @media screen and (max-width: 1200px) {
    .hmNewDoYouKnow__hlTitle, :lang(zh-hk) .hmNewCards__cardTitle, :lang(zh-cn) .hmNewCards__cardTitle, .hmNewTopList__title,
    .hmNewLinkList__title, .hmNewMobTabs__tabToggle, .hmNewInfoService__title, .hmNewGuidebooks__title, .hmNewCheckItOut__title, .hmNewMap__title, .hmNewLifeEvent__title {
      font-size: 1.25rem; }
      :lang(zh-hk) .hmNewDoYouKnow__hlTitle, :lang(zh-hk) .hmNewCards__cardTitle, :lang(zh-hk) .hmNewTopList__title,
      :lang(zh-hk) .hmNewLinkList__title, :lang(zh-hk) .hmNewMobTabs__tabToggle, :lang(zh-hk) .hmNewInfoService__title, :lang(zh-hk) .hmNewGuidebooks__title, :lang(zh-hk) .hmNewCheckItOut__title, :lang(zh-hk) .hmNewMap__title, :lang(zh-hk) .hmNewLifeEvent__title, 
      :lang(zh-cn) .hmNewDoYouKnow__hlTitle, :lang(zh-cn) .hmNewCards__cardTitle, :lang(zh-cn) .hmNewTopList__title,
      :lang(zh-cn) .hmNewLinkList__title, :lang(zh-cn) .hmNewMobTabs__tabToggle, :lang(zh-cn) .hmNewInfoService__title, :lang(zh-cn) .hmNewGuidebooks__title, :lang(zh-cn) .hmNewCheckItOut__title, :lang(zh-cn) .hmNewMap__title, :lang(zh-cn) .hmNewLifeEvent__title {
        font-size: 1.375rem; } }
  @media screen and (max-width: 350px) {
    .hmNewDoYouKnow__hlTitle, :lang(zh-hk) .hmNewCards__cardTitle, :lang(zh-cn) .hmNewCards__cardTitle, .hmNewTopList__title,
    .hmNewLinkList__title, .hmNewMobTabs__tabToggle, .hmNewInfoService__title, .hmNewGuidebooks__title, .hmNewCheckItOut__title, .hmNewMap__title, .hmNewLifeEvent__title {
      font-size: 1.125rem; }
      :lang(zh-hk) .hmNewDoYouKnow__hlTitle, :lang(zh-hk) .hmNewCards__cardTitle, :lang(zh-hk) .hmNewTopList__title,
      :lang(zh-hk) .hmNewLinkList__title, :lang(zh-hk) .hmNewMobTabs__tabToggle, :lang(zh-hk) .hmNewInfoService__title, :lang(zh-hk) .hmNewGuidebooks__title, :lang(zh-hk) .hmNewCheckItOut__title, :lang(zh-hk) .hmNewMap__title, :lang(zh-hk) .hmNewLifeEvent__title,
      :lang(zh-cn) .hmNewDoYouKnow__hlTitle, :lang(zh-cn) .hmNewCards__cardTitle, :lang(zh-cn) .hmNewTopList__title,
      :lang(zh-cn) .hmNewLinkList__title, :lang(zh-cn) .hmNewMobTabs__tabToggle, :lang(zh-cn) .hmNewInfoService__title, :lang(zh-cn) .hmNewGuidebooks__title, :lang(zh-cn) .hmNewCheckItOut__title, :lang(zh-cn) .hmNewMap__title, :lang(zh-cn) .hmNewLifeEvent__title {
        font-size: 1.25rem; } }

.hmNewDoYouKnow__listTitle span, .hmNewCards__cardTitle, .hmNewCards__cardDesc, .hmNewTopList__list, .hmNewLinkList__link, .hmNewInfoService__itemTitle, .hmNewGuidebooks__itemTitle {
  font-size: 1.125rem; }
  @media screen and (max-width: 1200px) {
    .hmNewDoYouKnow__listTitle span, .hmNewCards__cardTitle, .hmNewCards__cardDesc, .hmNewTopList__list, .hmNewLinkList__link, .hmNewInfoService__itemTitle, .hmNewGuidebooks__itemTitle {
      font-size: 1rem; } }
  @media screen and (max-width: 350px) {
    .hmNewDoYouKnow__listTitle span, .hmNewCards__cardTitle, .hmNewCards__cardDesc, .hmNewTopList__list, .hmNewLinkList__link, .hmNewInfoService__itemTitle, .hmNewGuidebooks__itemTitle {
      font-size: 0.875rem; } }

.hmNewHotsearch__title,
.hmNewHotsearch__holder a, .hmNewGuidebooks__itemDesc, .hmNewGuidebooks__btn,
.hmNewMap__btn {
  font-size: 1rem; }
  @media screen and (max-width: 1200px) {
    .hmNewHotsearch__title,
    .hmNewHotsearch__holder a, .hmNewGuidebooks__itemDesc, .hmNewGuidebooks__btn,
    .hmNewMap__btn {
      font-size: 0.875rem; } }
  @media screen and (max-width: 350px) {
    .hmNewHotsearch__title,
    .hmNewHotsearch__holder a, .hmNewGuidebooks__itemDesc, .hmNewGuidebooks__btn,
    .hmNewMap__btn {
      font-size: 0.8125rem; } }

.hmNewTopPanel__searchKit,
.hmNewAdvsearch a, .hmNewTopbar #toolBar a {
  font-size: 0.8125rem; }
  @media screen and (max-width: 1200px) {
    .hmNewTopPanel__searchKit,
    .hmNewAdvsearch a, .hmNewTopbar #toolBar a {
      font-size: 0.75rem; } }

header.hmNewHeader .searchBlock .searchHolder .searchBar {
  font-size: 1rem; }

.hmNewHeader__finder {
  font-family: "Montserrat", "Microsoft JhengHei", 微軟正黑體, Arial, sans-serif;
  font-weight: bold;
  font-size: 1rem; }
  :lang(zh-hk) .hmNewHeader__finder, :lang(zh-cn) .hmNewHeader__finder {
    font-weight: normal; }
  @media screen and (max-width: 767px) {
    .hmNewHeader__finder {
      font-size: 1.3125rem; } }

.hmNewHotsearch__title {
  font-family: "Montserrat", "Microsoft JhengHei", 微軟正黑體, Arial, sans-serif; }

.hmNewHomeNav.homeNav .tagArea .homeTab span {
  font-size: 1.125rem; }
  @media screen and (max-width: 1200px) {
    .hmNewHomeNav.homeNav .tagArea .homeTab span {
      font-size: 1rem; } }
  @media screen and (max-width: 767px) {
    .hmNewHomeNav.homeNav .tagArea .homeTab span {
      font-size: 0.875rem; } }
  @media screen and (max-width: 350px) {
    .hmNewHomeNav.homeNav .tagArea .homeTab span {
      font-size: 0.8125rem; } }

.hmNewTopbar .myGov span, .hmNewTopbar .myGov a {
  font-weight: bold; }
  :lang(zh-hk) .hmNewTopbar .myGov span, :lang(zh-cn) .hmNewTopbar .myGov span,
  :lang(zh-hk) .hmNewTopbar .myGov a, :lang(zh-cn) .hmNewTopbar .myGov a {
    font-weight: normal; }

.hmNewDoYouKnow__title {
  font-family: "Montserrat", "Microsoft JhengHei", 微軟正黑體, Arial, sans-serif;
  font-size: 0.875rem; }
  :lang(zh-hk) .hmNewDoYouKnow__title, :lang(zh-cn) .hmNewDoYouKnow__title {
    font-size: 1.125rem; }

.hmNewDoYouKnow__hlTitle {
  font-family: "Montserrat", "Microsoft JhengHei", 微軟正黑體, Arial, sans-serif;
  font-weight: bold; }
  :lang(zh-hk) .hmNewDoYouKnow__hlTitle, :lang(zh-cn) .hmNewDoYouKnow__hlTitle {
    font-weight: normal; }
  .hmNewDoYouKnow__hlTitle span {
    font-weight: bold; }
    :lang(zh-hk) .hmNewDoYouKnow__hlTitle span, :lang(zh-cn) .hmNewDoYouKnow__hlTitle span {
      font-weight: normal; }

.hmNewDoYouKnow__listTitle {
  font-family: "Montserrat", "Microsoft JhengHei", 微軟正黑體, Arial, sans-serif;
  font-weight: bold;
  font-size: 0; }
  :lang(zh-hk) .hmNewDoYouKnow__listTitle, :lang(zh-cn) .hmNewDoYouKnow__listTitle {
    font-weight: normal; }
  .hmNewDoYouKnow__listTitle span {
    font-weight: bold; }
    :lang(zh-hk) .hmNewDoYouKnow__listTitle span, :lang(zh-cn) .hmNewDoYouKnow__listTitle span {
      font-weight: normal; }

.hmNewDoYouKnow__hlLink {
  font-size: 0.875rem; }

.hmNewMobTabs__tabToggle, .hmNewInfoService__title, .hmNewGuidebooks__title, .hmNewCheckItOut__title {
  font-family: "Montserrat", "Microsoft JhengHei", 微軟正黑體, Arial, sans-serif;
  font-weight: bold; }
  :lang(zh-hk) .hmNewMobTabs__tabToggle, :lang(zh-cn) .hmNewMobTabs__tabToggle,
  :lang(zh-hk) .hmNewInfoService__title, :lang(zh-cn) .hmNewInfoService__title,
  :lang(zh-hk) .hmNewGuidebooks__title, :lang(zh-cn) .hmNewGuidebooks__title,
  :lang(zh-hk) .hmNewCheckItOut__title, :lang(zh-cn) .hmNewCheckItOut__title {
    font-weight: normal; }

.hmNewInfoService__itemTitle {
  font-family: "Montserrat", "Microsoft JhengHei", 微軟正黑體, Arial, sans-serif;
  font-weight: bold; }
  :lang(zh-hk) .hmNewInfoService__itemTitle, :lang(zh-cn) .hmNewInfoService__itemTitle {
    font-weight: normal; }

.hmNewGuidebooks__itemTitle {
  font-family: "Montserrat", "Microsoft JhengHei", 微軟正黑體, Arial, sans-serif;
  font-weight: bold; }
  :lang(zh-hk) .hmNewGuidebooks__itemTitle, :lang(zh-cn) .hmNewGuidebooks__itemTitle {
    font-weight: normal; }

.hmNewMap__title {
  font-family: "Montserrat", "Microsoft JhengHei", 微軟正黑體, Arial, sans-serif;
  font-weight: bold; }
  :lang(zh-hk) .hmNewMap__title, :lang(zh-cn) .hmNewMap__title {
    font-weight: normal; }
  .hmNewMap__title span {
    font-family: "Montserrat", "Microsoft JhengHei", 微軟正黑體, Arial, sans-serif;
    font-weight: bold; }
    :lang(zh-hk) .hmNewMap__title span, :lang(zh-cn) .hmNewMap__title span {
      font-weight: normal; }

@media screen and (max-width: 480px) {
  header.hmNewHeader nav .subMenu .subMenuCol .infoItem a span {
    font-size: 1rem; } }

@media screen and (max-width: 480px) {
  .hmNewHeader__doyouknowToggle.mobileToggle {
    font-size: 0.875rem; } }
@media screen and (max-width: 380px) {
  .hmNewHeader__doyouknowToggle.mobileToggle {
    font-size: 0.75rem; } }

@media screen and (max-width: 480px) {
  .hmNewHeader__mob-finder .hmNewHeader__finderLink {
    font-size: 1rem; } }
@media screen and (max-width: 460px) {
  .hmNewHeader__mob-finder .hmNewHeader__finderLink {
    font-size: 0.875rem; } }
@media screen and (max-width: 430px) {
  .hmNewHeader__mob-finder .hmNewHeader__finderLink {
    font-size: 0.8125rem; } }
@media screen and (max-width: 389px) {
  .hmNewHeader__mob-finder .hmNewHeader__finderLink {
    font-size: 1rem; } }
@media screen and (max-width: 350px) {
  .hmNewHeader__mob-finder .hmNewHeader__finderLink {
    font-size: 0.875rem; } }
@media screen and (max-width: 319px) {
  .hmNewHeader__mob-finder .hmNewHeader__finderLink {
    font-size: 0.75rem; } }

@media screen and (max-width: 420px) {
  header.hmNewHeader nav .navMobile .navBtn {
    width: 38px;
    height: 38px; }

  header.hmNewHeader nav .navMobile #navToggle .navToggleInner {
    top: 9px;
    width: 50%;
    left: 25%; }

  header.hmNewHeader nav .navMobile #navSearch,
  header.hmNewHeader nav .navMobile #navLang {
    background-size: 50%; }

  header.hmNewHeader nav .navMobile #navToggle .navToggleInner span,
  header.hmNewHeader nav .navMobile #navToggle .navToggleInner::before,
  header.hmNewHeader nav .navMobile #navToggle .navToggleInner::after {
    height: 3px; }

  header.hmNewHeader nav .navMobile #navToggle .navToggleInner span {
    margin: 4px auto; } }
.searchBlock .searchBar {
  font-size: 1rem; }
  @media screen and (max-width: 480px) {
    .searchBlock .searchBar {
      font-size: 0.875rem; } }

@media screen and (max-width: 480px) {
  .searchBlock .hmNewTopPanel__search .searchBar {
    font-size: 0.875rem; } }

@media screen and (max-width: 480px) {
  .hmNewWebCast h5 {
    font-size: 0.875rem; } }
@media screen and (max-width: 480px) {
  .hmNewWebCast span {
    font-size: 0.875rem; } }

@media print {
  .hmNewTopPanel__main {
    display: block !important;
    width: 100% !important; }

  .hmNewTopPanel__logo #headerLogo,
  .hmNewTopPanel__logoForPrint {
    width: 300px;
    display: block !important; }

  .hmNewTopPanel__search,
  .hmNewTopPanel__searchKit {
    display: none !important; }

  .hmNewHomeNav.homeNav {
    display: none !important; }

  .hmNewCards__slider .swiper-wrapper {
    display: block !important; }

  .hmNewCards__card {
    display: block !important;
    width: 100% !important;
    margin-bottom: 10px !important;
    text-align: left !important; }
    .hmNewCards__card:after {
      display: block !important;
      width: 100% !important;
      content: attr(href); }

  .hmNewCards__cardInner {
    max-width: 100% !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }

  .hmNewCards__cardTitle {
    margin-top: 10px !important; }

  .hmNewLinkList {
    display: block !important;
    padding: 0 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    margin-bottom: 30px !important; }

  .hmNewLinkList__title,
  .hmNewLinkList__items {
    display: block !important;
    width: 100% !important; }

  .hmNewLinkList__title {
    margin-bottom: 10px !important; }

  .hmNewLinkList__item {
    display: block !important;
    width: 100% !important;
    margin-bottom: 19px !important; }
    .hmNewLinkList__item a {
      display: block !important;
      width: 100% !important; }
      .hmNewLinkList__item a:after {
        display: block !important;
        width: 100% !important;
        content: attr(href); }

  .hmNewTopList {
    margin-bottom: 30px !important; }

  .hmNewTopList__items {
    display: block !important;
    width: 100% !important;
    padding: 0 !important; }

  .hmNewTopList__item {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 5px !important; }

  .hmNewTopList__itemInner {
    display: block !important;
    width: 100% !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    padding: 0 !important; }

  .hmNewTopList__title,
  .hmNewTopList__list {
    display: block !important;
    width: 100% !important;
    color: #000; }

  .hmNewMobTabs__tabToggle {
    display: none !important; }

  .hmNewTopList__item a {
    display: block !important;
    width: 100% !important; }
    .hmNewTopList__item a:after {
      display: block !important;
      width: 100% !important;
      content: attr(href); }

  .hmNewInfoService {
    margin-bottom: 30px !important;
    text-align: left !important; }

  .hmNewInfoService__item {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 10px !important;
    text-align: left !important; }
    .hmNewInfoService__item:after {
      display: block !important;
      width: 100% !important;
      content: attr(href); }

  .hmNewGuidebooks {
    text-align: left !important; }

  .hmNewGuidebooks__btnRow {
    text-align: left !important; }
    .hmNewGuidebooks__btnRow a:after {
      display: block !important;
      width: 100% !important;
      content: attr(href); }

  .hmNewGuidebooks__items {
    display: block !important;
    width: 100% !important;
    padding: 0 !important; }

  .hmNewGuidebooks__item {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 5px !important; }
    .hmNewGuidebooks__item:after {
      display: block !important;
      width: 100% !important;
      content: attr(href); }

  .hmNewGuidebooks__itemInner {
    display: block !important;
    width: 100% !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    padding: 0 !important; }

  .hmNewGuidebooks__itemThumb {
    display: none !important; }

  .hmNewGuidebooks__title {
    display: block !important;
    width: 100% !important;
    color: #000; }

  .hmNewMap {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }

  .hmNewMap__title {
    display: block !important;
    width: 100% !important;
    color: #000 !important;
    text-align: left !important; }

  .hmNewMap__btnRow {
    text-align: left !important;
    color: #000 !important; }
    .hmNewMap__btnRow a:after {
      display: block !important;
      width: 100% !important;
      content: attr(href); } }
.homePage.hmNewHomePage main .mainHolder {
  background: #FFF; }

.homePage.hmNewHomePage main {
  overflow: hidden; }

@media screen and (max-width: 1200px) {
  .homePage:not(.hmNewHomePage) .homeTop {
    padding-top: 100px !important; } }
@media screen and (max-width: 480px) {
  .homePage:not(.hmNewHomePage) .homeTop {
    padding-top: 80px !important; } }

@media screen and (max-width: 767px) {
  .homePage.hmNewHomePage .homeTop {
    overflow: hidden; } }
@media screen and (min-width: 768px) {
  .homePage.hmNewHomePage .homeTop {
    padding-top: 0 !important; } }
@media screen and (max-width: 767px) {
  .homePage.hmNewHomePage .homeTop {
    padding-top: 0 !important; } }
.homePage.hmNewHomePage .homeTop .hmNewTopbar #topBar {
  float: none;
  text-align: right; }
.homePage.hmNewHomePage .homeTop .hmNewTopbar #toolBar {
  float: none;
  display: inline-block; }
@media screen and (max-width: 767px) {
  .homePage.hmNewHomePage.isMobileMenuFixed .homeTop {
    padding-top: 50px !important; } }

.isMobileMenuFixed header.hmNewHeader nav.active .navMobile .navBtn.active#navToggle .navToggleInner:after {
  bottom: 50% !important;
  -webkit-transform: translateY(-200%) rotate(-45deg) !important;
          transform: translateY(-200%) rotate(-45deg) !important;
  -webkit-transform-origin: center;
          transform-origin: center; }

@media screen and (max-width: 1200px) {
  .menuFixed header.hmNewHeader nav > .menuTab .menuItem a {
    font-size: 1.875em; } }

@media screen and (max-width: 767px) {
  .menuFixed header.hmNewHeader nav > .menuTab .menuItem.menuSearchBtn {
    display: none; } }

.blockRow + .hmNewSecGrp.hmNewSecGrp--grp1 {
  background: #FFF;
  padding-top: 60px; }

/***************BW******************/
body.bwVer {
  -webkit-filter: initial;
  filter: initial; }
  body.bwVer > *:not(.hmNewPageContentHolder):not(.hmNewDoYouKnowHolder):not(header):not(.homeTop) {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  body.bwVer > .homeTop .searchHolder > * > * {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  body.bwVer > .homeTop .homeNav {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    pointer-events: none; }
    body.bwVer > .homeTop .homeNav .homeTab {
      pointer-events: all; }
  body.bwVer > header #doYouKnow,
  body.bwVer > header #logoBlock,
  body.bwVer > header #topBar li > *,
  body.bwVer > header nav > * {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  body.bwVer .hmNewPageContentHolder > *:not(.hmNewHeader):not(.homeTop) {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  body.bwVer .hmNewDoYouKnow,
  body.bwVer .menuBar:not(body > header > .menuBar) {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  body.bwVer .hmNewTopPanel,
  body.bwVer .hmNewHomeNav {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  body.bwVer #toolBar a {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  body.bwVer .menuTab {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  body.bwVer .hmNewDoYouKnow__holder,
  body.bwVer .closeBtn {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  body.bwVer .hmNewHeader__navBtns {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  body.bwVer .hmNewTopbar a:hover,
  body.bwVer .hmNewTopPanel a:hover,
  body.bwVer .hmNewDoYouKnowHolder a:hover,
  body.bwVer .hmNewLinkList a:hover {
    text-decoration: underline; }

.bwVer .hmNewTopPanel__logo #headerLogo, .bwVer.menuFixed header nav #innerLogo,
.bwVer header .logoBlock #headerLogo {
  background-image: url(https://www.gov.hk/images/logo_main_grey.svg); }
.bwVer .hmNewTopPanel__search .searchBtn {
  background-image: url(../images/home-enhancement/icon-search-bw.svg); }
.bwVer .hmNewLinkList__item:before,
.bwVer .hmNewDoYouKnow__col:before {
  background: #000; }
.bwVer header nav .subMenu .searchWrapper .subSearchBtn {
  background-image: url(../images/common_icons/bw/icon_search_bw.svg); }
.bwVer header nav > .menuTab .menuItem.menuSearchBtn a {
  background-image: url(https://www.gov.hk/images/common_icons/bw/icon_search_bw.svg); }
.bwVer header nav > .menuTab .menuItem.now a:after,
.bwVer header nav > .menuTab .menuItem:hover a:after,
.bwVer header nav > .menuTab .menuItem.active a:after {
  border-color: #000;
  border-bottom: 5px solid transparent !important;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important; }
.bwVer .ui-autocomplete.ui-menu {
  border-color: #000 !important; }
.bwVer .hmNewTopPanel__logo #headerLogo,
.bwVer header.hmNewHeader nav #innerLogo,
.bwVer header.hmNewHeader .logoBlock #headerLogo {
  background-image: url(../images/logo_main_bw.svg); }
@media screen and (max-width: 380px) {
  .bwVer header.hmNewHeader nav #innerLogo {
    background-image: url(../images/logo-small_bw.svg); } }

/* 16:33 2020-01-23 add by govhk, as web access, change h4 to div */	
:lang(en) .hmNewCards__cardTitle {
	font-weight: 700;
}	

/* 15:19 2020-01-24 for replace "webcast h5" class */
.webCast h2 {
    display: inline-block;
    margin-right: 10px;
	font-size:1em;
}

/* 11:16 2020-02-03 for webcast grayscale */
.bwVer .webCast {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* 2023-12-14 for big event section */
.hmNewLifeEvent {
  color: #000;
  background-color: #fff;
  padding: 58px 0;
  overflow: hidden;
}
@media screen and (max-width: 479px) {
  .hmNewLifeEvent {
    padding: 48px 0;
  }
}
/* .hmNewLifeEventContentWrapper {
  max-width: 1248px;
  padding: 0 24px;
  margin: 0 auto;
} */
.hmNewLifeEvent__title {
  text-align: center;
  margin-bottom: 24px;
}
.hmNewLifeEvent__container {
  position: relative;
}
.hmNewLifeEvent__slider {
  overflow: hidden;
  top: -4px;
  margin-left: 5%;
  margin-right: 5%;
}
.hmNewLifeEvent__slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
}
.hmNewLifeEvent__pagesHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
/* .home-news__next, .home-news__prev {
  top: 83px;
}
@media screen and (max-width: 1248px) {
  .home-news__next, .home-news__prev {
    top: calc((100vw - 48px - 48px) / 3 * 0.5625 / 2 - 25px);
  }
}
@media screen and (max-width: 991px) {
  .home-news__next, .home-news__prev {
    top: calc((100vw - 48px - 12px) / 2 * 0.5625 / 2 - 20px);
  }
}
@media screen and (max-width: 560px) {
  .home-news__next, .home-news__prev {
    top: calc((100vw - 48px - 0px) / 1 * 0.5625 / 2 - 20px);
  }
} */
/* @media screen and (max-width: 1400px) {
  .home-news__pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
}
.home-news__pagination .swiper-pagination-bullet {
  background-color: #fff;
} */
.hmNewLifeEvent__item {
  position: relative;
  top: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  overflow: hidden;
  width: 17%;
  /* max-width: calc(17% - 18px);
  margin-right: 24px; */
}
@media screen and (max-width: 1200px) {
  .hmNewLifeEvent__item {
    width: 25%; } }
@media screen and (max-width: 640px) {
  .hmNewLifeEvent__item {
    width: 33%; } }
@media screen and (max-width: 480px) {
  .hmNewLifeEvent__item {
    width: 50%; } }


.hmNewLifeEvent__itemThumb {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  display: block;
  text-align: center;
  font-size: 0;
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
}
.hmNewLifeEvent__item:hover .hmNewLifeEvent__itemThumb, .hmNewLifeEvent__item:focus .hmNewLifeEvent__itemThumb {
  -webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}
.hmNewLifeEvent__itemTitle {
  display: block;
  font-size: 1.125rem;
  color: #000;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .hmNewLifeEvent__itemTitle {
    font-size: 1rem; } }
@media screen and (max-width: 350px) {
  .hmNewLifeEvent__itemTitle {
    font-size: 0.875rem; } }
.hmNewLifeEvent__item:hover .hmNewLifeEvent__itemTitle, .hmNewLifeEvent__item:focus .hmNewLifeEvent__itemTitle {
  color: #C8391C;
}

    

.hmNewLifeEvent__control {
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  margin-top: -60px;
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  .hmNewLifeEvent__control {
    margin-top: -90px;
  }
}
.hmNewLifeEvent__btn-prev,
.hmNewLifeEvent__btn-next {
  position: absolute;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 50px;
  height: 50px;
  top: 50%;
  /* margin-top: -25px; */
  border: 0;
  background: url(../images/home-enhancement/icon-arrow-white.svg) no-repeat 55% center;
  background-color: rgba(0, 0, 0, 0.8);
  background-size: 45%;
  border-radius: 100%;
  /* -webkit-box-shadow: 0 3px 15px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 15px 5px rgba(0, 0, 0, 0.2); */
  pointer-events: all;
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 1;
  /* background-color: rgba(204, 76, 2, 0.85); */
}

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

  .hmNewLifeEvent__btn-prev,
  .hmNewLifeEvent__btn-next {
    width: 40px;
    height: 40px;
    /* margin-top: -20px; */
  }
}

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

  .hmNewLifeEvent__btn-prev,
  .hmNewLifeEvent__btn-next {
    width: 30px;
    height: 30px;
    /* margin-top: -15px; */
  }
}

.hmNewLifeEvent__btn-prev.swiper-button-disabled,
.hmNewLifeEvent__btn-next.swiper-button-disabled {
  opacity: 0 !important;
}

.hmNewLifeEvent__btn-prev {
  left: 0px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* @media screen and (max-width: 991px) {
  .hmNewCards__btn-prev {
    margin-left: 15px;
  }
} */

.hmNewLifeEvent__btn-next {
  right: 0px;
}
/* 
@media screen and (max-width: 991px) {
  .hmNewCards__btn-next {
    margin-right: 15px;
  }
} */