
        .notice-bar {
  background-color: #fff0f0;
  position: fixed;
  z-index: 98;
  width: 100%;
  left: 0;
  top: 120px;
  color: #707070;
  display: none;
}



.notice-bar .container {
  position: relative;
  margin: 0 auto;
}
.notice-bar .notice {
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .notice-bar .notice {
    justify-content: space-between;
  }
}
.notice-bar .notice .container {
  margin: 0 auto;
}
.notice-bar .notice .noticewrap {
  display: flex;
  align-items: center;
}
.notice-bar .notice .exclaimation {
  width: 24px;
  height: 24px;
  margin-right: 19px;
}
.notice-bar .notice .exclaimation img{
    width: 100%;
    height: 100%;
}
@media (max-width: 991px) {
  .notice-bar .notice .exclaimation {
    margin-right: 5px;
  }
}
.notice-bar .notice .msg {
  margin-right: 78px;
}

.notice-bar .notice .msg .title {
  font-weight: 700;
  font-family: "Lato-Bold", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  text-decoration: underline;
 font-size: 16px;
  line-height: 133.3%;
}
@media (max-width: 767px) {
  .notice-bar .notice .msg .title .colon {
    display: none;
  }
}
.notice-bar .notice .msg .details {
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 767px) {
  .notice-bar .notice .msg .details {
    display: none;
  }
}
.notice-bar .notice .btn-container a {
  font-size: 16px;
  line-height: 171%;
  font-weight: 700;
  font-family: "Lato-Bold", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}
.notice-bar .notice .btn-container a:not(:last-child) {
  /*margin-right: 33px;*/
  width: 100px;
}
@media (max-width: 991px) {
  .notice-bar .notice .btn-container a:not(:last-child) {
    /*margin-right: 15px;*/
  }
}
.notice-bar .notice-message-dropdown {
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 100%;
  width: 93%;
  display: none;
}

.notice-bar .notice-message-dropdown .wrapper {
  padding: 20px 30px 20px 30px;
}


@media (max-width: 991px) {
  .notice-bar .notice-message-dropdown .wrapper {
    padding-right: 18px;
    padding-left: 18px;
  }
}
.notice-bar .notice-message-dropdown .notice-item {
  padding: 8px 0 4px;
  /*border-bottom: 1px solid #c6c6c6;*/
}
.notice-bar .notice-message-dropdown .notice-item a {
  position: relative;
  display: block;
  padding: 6px 0;
}
.notice-bar .notice-message-dropdown .notice-item a:hover {
  color: #00aaf1;
}
.notice-bar .notice-message-dropdown .notice-item .item-name {
  line-height: 135%;
  padding-right: 66px;
  display: inline-block;
  text-align: justify;
}
.notice-bar .notice-message-dropdown .notice-item .item-type {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.notice-bar .notice-message-dropdown .notice-item .item-type img{
    width: 100%;
    height: 100%;
}
        
/* Notice bar sync with KL */
.notice-bar .notice-item {
    color: #4C4948;
}

.notice-bar .notice-message-dropdown .notice-item a {
    display: flex;
}
.notice-bar .notice-item .item-name {
    max-width: 54%;
}

/* (22/04/2022) Add word-break to the statement title in homepage */
.notice-bar .notice-item .item-name .item-name-title {
    font-weight: 700;
    text-decoration: underline;
    word-break: break-word;
}

/* (22/04/2022) Add word-break to the statement details in homepage */
.notice-bar .notice-item .item-name .details {
    word-break: break-word;
}

/* (22/04/2022) Add word-break to the notice bar message  in homepage */
.notice-bar .notice .msg .details {
    word-break:break-word;
}


.notice-bar .notice {
    /*padding: 3px 0;*/
    align-items: start;
    margin-left: 0px;
}

.notice-bar .notice .exclaimation {
    margin-right: -59px;
}

.notice-bar .notice .btn-container a {
    font-weight: normal;
    font-family: "Lato", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
    line-height: normal;
    /*(28/06/2022) Modify next line problem*/
    white-space:nowrap;
}

.notice-bar .notice .btn-container a:hover {
    color: #ce0202
}

.notice-bar .notice-message-dropdown .notice-item a {
    color: #4C4948;
}

.notice-bar .notice .wrap {
    /*padding: 3px 0;*/
    align-items: start;
    margin-right:inherit;
    /*margin-right: auto;*/
}

@media (max-width: 767px) {
    .notice-bar .notice .wrap {
        width:80%;
    }
}

.notice-bar .notice .msg {
    display: flex;
    /*width: 100%;*/
    width : 970px;
    margin-right:10px;
}
@media (max-width: 1360px) {
   .notice-bar .notice .msg {
        display: flex;
        /*width: 100%;*/
        width : 870px;
        margin-right:10px;
    }
}
/* (22/04/2022) Change font size of notice bar title to 16px */
.notice-bar .notice .msg .title {
    width: 30%;
    font-size: 16px;
    padding-left: 69px;
}

.notice-bar .notice .msg .details {
    width: 73%;
    line-height: normal;
    padding-left: 50px;
}

.notice-bar .notice .btn-container {
    display: flex;
}

.notice-bar .notice-message-dropdown .notice-item .item-date {
    color: #00aaf1;
       font-weight: 900;
    width: 17.5%;
    text-align: right;
    margin-right: 96px;
}
@media (max-width: 991px) {
    .notice-bar .notice {
        /*margin-left: -10px;*/
        /*margin-right: -10px;*/
    }
    .notice-bar .notice .exclaimation {
      
        margin-right: 6px;
    }
    .notice-bar .notice .msg .title{
     padding-left: 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .notice-bar .notice .msg {
        max-width: 580px;
    }
    .notice-bar .notice-message-dropdown .notice-item .item-date {
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    /*.notice-bar .notice .msg .details {
        display: inline-block;
    }*/

    .notice-bar .notice .msg {
        max-width: calc(100% - 66px);
        flex-direction: column;
    }

    .notice-bar .notice .msg .title {
        width: auto;
    }

    .notice-bar .notice .msg .details {
        width: auto;
        margin-top: 4px;
        display: inline-block;
        padding-left: 0;
    }

    .notice-bar .notice .btn-container {
        width: 130px;   /*174px;*/
    }

    .notice-bar .notice-message-dropdown .notice-item .item-date {
        display: block;
    }

    .notice-bar .notice-message-dropdown .notice-item a {
        display: block;
    }

    .notice-bar .notice-item .item-name {
        max-width: 100%;
    }
}

