/* Golbal card style */
/* ------------------------------------------ */
.hkexweb-masonry {
  position: relative;
  width: 100%;
  overflow: hidden; }

.hkexweb-masonry__holder {
  margin-left: -10px;
  margin-right: -10px; }

.hkexweb-masonry__body {
  position: relative;
  width: 100%; }

.hkexweb-masonry__sizer {
  width: 25%; }

@media screen and (max-width: 1480px) {
  .hkexweb-masonry__sizer {
    width: 25%; } }

@media screen and (max-width: 767px) {
  .hkexweb-masonry__sizer {
    width: 50%; } }

@media screen and (max-width: 767px) {
  .hkexweb-masonry__sizer {
    width: 50%; } }

@media screen and (max-width: 480px) {
  .hkexweb-masonry__sizer {
    width: 100%; } }

.hkexweb-masonry__box {
  width: 25%;
  padding: 0px;
  font-size: 0; }

@media screen and (max-width: 1024px) {
  .hkexweb-masonry__box {
    width: 50%; } }

@media screen and (max-width: 767px) {
  .hkexweb-masonry__box {
    width: 100%; } }

@media screen and (max-width: 480px) {
  .hkexweb-masonry__box {
    width: 100%; } }

/*.hkexweb-masonry__box--w2 {
  width: 50%; }*/

@media screen and (max-width: 767px) {
  .hkexweb-masonry__box--w2 {
    width: 100%; } }

.hkexweb-masonry__box img {
  width: 100%; }

/* ------------------------------------------ */
/* END Golbal card style */
/* ------------------------------------------ */

/* ------------------------------------------ */
/* Card box 1 (Wide) */
/* ------------------------------------------ */

.hkexweb-card-wide__title {
    font-size: 30px;
}

@media screen and (max-width: 767px) {
    .hkexweb-card-wide__title {
        font-size: 22px;
    }
}

@media screen and (max-width: 380px) {
    .hkexweb-card-wide__title {
        font-size: 20px;
    }
}

.hkexweb-card-wide__label,
.hkexweb-card-wide__desc {
    font-size: 14px;
}

@media screen and (max-width: 767px) {

    .hkexweb-card-wide__label,
    .hkexweb-card-wide__desc {
        font-size: 14px;
    }
}

@media screen and (max-width: 380px) {

    .hkexweb-card-wide__label,
    .hkexweb-card-wide__desc {
        font-size: 13px;
    }
}

.hkexweb-card-wide {
    position: relative;
    display: block;
    width: 100%;
    color: #FFF;
    padding: 45px;
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.hkexweb-card-wide:hover {
    opacity: 1;
}

.hkexweb-card-wide__bg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url() no-repeat center center;
    background-size: cover;
    z-index: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.hkexweb-card-wide:hover .hkexweb-card-wide__bg {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.hkexweb-card-wide__content {
    position: relative;
    display: block;
    z-index: 10;
    /*width: 55%;*/
    padding-top: 90px;
}

@media screen and (max-width: 767px) {
    .hkexweb-card-wide__content {
        width: 100%;
    }
}

.hkexweb-card-wide__label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.hkexweb-card-wide__title {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.hkexweb-card-wide__desc {
    display: block;
    line-height: 1.5;
}
@media screen and (max-width: 1024px) {
    .hkexweb-card-wide{
        padding: 25px;
    }
    .hkexweb-card-wide .hkexweb-card-wide__content{
        width:100%;
    }
}
/* ------------------------------------------ */
/* END Card box 1 */
/* ------------------------------------------ */

/* ------------------------------------------ */
/* Card box 2 (Square Box with Description) */
/* ------------------------------------------ */

.hkexweb-card-sq-desc__title {
    font-size: 28px;
}

@media screen and (max-width: 767px) {
    .hkexweb-card-sq-desc__title {
        font-size: 20px;
    }
}

@media screen and (max-width: 380px) {
    .hkexweb-card-sq-desc__title {
        font-size: 18px;
    }
}

.hkexweb-card-sq-desc__label,
.hkexweb-card-sq-desc__desc,
.hkexweb-card-sq-desc__link {
    font-size: 14px;
}

@media screen and (max-width: 767px) {

    .hkexweb-card-sq-desc__label,
    .hkexweb-card-sq-desc__desc,
    .hkexweb-card-sq-desc__link {
        font-size: 14px;
    }
}

@media screen and (max-width: 380px) {

    .hkexweb-card-sq-desc__label,
    .hkexweb-card-sq-desc__desc,
    .hkexweb-card-sq-desc__link {
        font-size: 13px;
    }
}

.hkexweb-card-sq-desc {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 100%;
    color: #FFF;
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.hkexweb-card-sq-desc:hover {
    opacity: 1;
}

.hkexweb-card-sq-desc__bg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url() no-repeat center center;
    background-size: cover;
    z-index: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.hkexweb-card-sq-desc:hover .hkexweb-card-sq-desc__bg {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.hkexweb-card-sq-desc__content {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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: 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: start;
    -webkit-box-align: start;
    align-items: flex-start;
    padding: 30px;
}

.hkexweb-card-sq-desc__label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.hkexweb-card-sq-desc__arrow {
    display: inline-block;
    vertical-align: middle;
}

.hkexweb-card-sq-desc__arrow:before {
    content: '';
    display: block;
    width: 0.375em;
    height: 0.375em;
    border-top: 0.125em solid #e62742;
    border-right: 0.125em solid #e62742;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hkexweb-card-sq-desc:hover .hkexweb-card-sq-desc__arrow {
    -webkit-animation: arrow-ani-hkexweb-card-sq-desc 0.6s infinite;
    animation: arrow-ani-hkexweb-card-sq-desc 0.6s infinite;
}

@-webkit-keyframes arrow-ani-hkexweb-card-sq-desc {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(30%);
        transform: translateX(30%);
    }
}

@keyframes arrow-ani-hkexweb-card-sq-desc {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(30%);
        transform: translateX(30%);
    }
}

.hkexweb-card-sq-desc__title {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.hkexweb-card-sq-desc__desc {
    display: block;
    line-height: 1.5;
    margin-bottom: 30px;
}

.hkexweb-card-sq-desc__link {
    display: block;
    font-weight: bold;
    line-height: 1.5;
}
@media screen and (max-width: 1024px) {
    .hkexweb-card-sq-desc{
        padding-bottom:0px;
    }
    .hkexweb-card-sq-desc .hkexweb-card-sq-desc__content{
        position: relative;
        width:100%;
    }
}
/* ------------------------------------------ */
/* END Card box 2 */
/* ------------------------------------------ */

/* ------------------------------------------ */
/* Card box 3 (Video) */
/* ------------------------------------------ */

.hkexweb-card-video {
    position: relative;
    display: block;
    width: 100%;
    /* padding-bottom: 100%; */
    background: #000;
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.hkexweb-card-video:hover {
    opacity: 1;
}

.hkexweb-card-video video {
    /* position: absolute; */
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url() no-repeat center center;
    background-size: cover;
    z-index: 0;
}
@media screen and (max-width: 1024px) {
    .hkexweb-card-video video{
        height:auto;
        position: relative;
    }
    .hkexweb-card-video{
        padding-bottom:0px;
    }
}
/* ------------------------------------------ */
/* END Card box 3 */
/* ------------------------------------------ */

/* ------------------------------------------ */
/* END Card box 4 (Text followed by Image) */
/* ------------------------------------------ */

.hkexweb-card-txt-img__title {
    font-size: 28px;
}

@media screen and (max-width: 767px) {
    .hkexweb-card-txt-img__title {
        font-size: 20px;
    }
}

@media screen and (max-width: 380px) {
    .hkexweb-card-txt-img__title {
        font-size: 18px;
    }
}

.hkexweb-card-txt-img__label,
.hkexweb-card-txt-img__desc {
    font-size: 14px;
}

@media screen and (max-width: 767px) {

    .hkexweb-card-txt-img__label,
    .hkexweb-card-txt-img__desc {
        font-size: 14px;
    }
}

@media screen and (max-width: 380px) {

    .hkexweb-card-txt-img__label,
    .hkexweb-card-txt-img__desc {
        font-size: 13px;
    }
}

.hkexweb-card-txt-img {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 125%;
    background: #FFF;
    color: #10416c;
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.hkexweb-card-txt-img:hover {
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .hkexweb-card-txt-img {
        padding-bottom: 180%;
    }
}

.hkexweb-card-txt-img__bg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url() no-repeat center center;
    background-size: cover;
    z-index: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.hkexweb-card-txt-img:hover .hkexweb-card-txt-img__bg {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.hkexweb-card-txt-img__content {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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: 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: start;
    -webkit-box-align: start;
    align-items: flex-start;
    padding: 15px;
}

.hkexweb-card-txt-img__img {
    width: 100%;
}

.hkexweb-card-txt-img__img img {
    display: block;
    width: 100%;
}

.hkexweb-card-txt-img__txt {
    position: relative;
    display: block;
    padding: 25px 15px;
    z-index: 10;
    width: 100%;
}

.hkexweb-card-txt-img__label {
    display: block;
    margin-bottom: 10px;
}

.hkexweb-card-txt-img__arrow {
    display: inline-block;
    vertical-align: middle;
}

.hkexweb-card-txt-img__arrow:before {
    content: '';
    display: block;
    width: 0.375em;
    height: 0.375em;
    border-top: 0.125em solid #e62742;
    border-right: 0.125em solid #e62742;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hkexweb-card-txt-img:hover .hkexweb-card-txt-img__arrow {
    -webkit-animation: arrow-ani-hkexweb-card-txt-img 0.6s infinite;
    animation: arrow-ani-hkexweb-card-txt-img 0.6s infinite;
}

@-webkit-keyframes arrow-ani-hkexweb-card-txt-img {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(30%);
        transform: translateX(30%);
    }
}

@keyframes arrow-ani-hkexweb-card-txt-img {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(30%);
        transform: translateX(30%);
    }
}

.hkexweb-card-txt-img__title {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.hkexweb-card-txt-img__desc {
    display: block;
    line-height: 1.5;
}
@media screen and (max-width: 1480px) {
    .hkexweb-card-txt-img.fixHight{
        padding-bottom:0px;
        min-height:380px;
    }
    .hkexweb-card-txt-img.fixHight .hkexweb-card-txt-img__content{
        position: relative;
    }
}
/* ------------------------------------------ */
/* END Card box 4 */
/* ------------------------------------------ */

/* ------------------------------------------ */
/* Card box 5 (Image followed by text) */
/* ------------------------------------------ */

.hkexweb-card-img-txt__title {
    font-size: 20px;
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .hkexweb-card-img-txt__title {
        font-size: 16px;
    }
}

@media screen and (max-width: 380px) {
    .hkexweb-card-img-txt__title {
        font-size: 14px;
    }
}

.hkexweb-card-img-txt__label,
.hkexweb-card-img-txt__desc {
    font-size: 14px;
}

@media screen and (max-width: 767px) {

    .hkexweb-card-img-txt__label,
    .hkexweb-card-img-txt__desc {
        font-size: 14px;
    }
}

@media screen and (max-width: 380px) {

    .hkexweb-card-img-txt__label,
    .hkexweb-card-img-txt__desc {
        font-size: 13px;
    }
}

.hkexweb-card-img-txt {
    position: relative;
    display: block;
    width: 100%;
    /* padding-bottom: 125%; */
    background: #FFF;
    color: #10416c;
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.hkexweb-card-img-txt:hover {
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .hkexweb-card-img-txt {
        padding-bottom: 180%;
    }
}

.hkexweb-card-img-txt__bg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url() no-repeat center center;
    background-size: cover;
    z-index: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.hkexweb-card-img-txt:hover .hkexweb-card-img-txt__bg {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.hkexweb-card-img-txt__content {
    /* position: absolute; */
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    -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: start;
    -webkit-box-align: start;
    align-items: flex-start;
    padding: 15px;
}

.hkexweb-card-img-txt__img {
    width: 100%;
}

.hkexweb-card-img-txt__img img {
    display: block;
    width: 100%;
}

.hkexweb-card-img-txt__txt {
    position: relative;
    display: block;
    padding: 25px 15px;
    z-index: 10;
    max-width:100%;
}

.hkexweb-card-img-txt__label {
    display: block;
    font-weight: bold;
    margin-bottom: 15px;
}

.hkexweb-card-img-txt__arrow {
    display: inline-block;
    vertical-align: middle;
}

.hkexweb-card-img-txt__arrow:before {
    content: '';
    display: block;
    width: 0.375em;
    height: 0.375em;
    border-top: 0.125em solid #e62742;
    border-right: 0.125em solid #e62742;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hkexweb-card-img-txt:hover .hkexweb-card-img-txt__arrow {
    -webkit-animation: arrow-ani-hkexweb-card-img-txt 0.6s infinite;
    animation: arrow-ani-hkexweb-card-img-txt 0.6s infinite;
}

@-webkit-keyframes arrow-ani-hkexweb-card-img-txt {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(30%);
        transform: translateX(30%);
    }
}

@keyframes arrow-ani-hkexweb-card-img-txt {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(30%);
        transform: translateX(30%);
    }
}

.hkexweb-card-img-txt__title {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    max-width: 100%;
}

.hkexweb-card-img-txt__desc {
    display: block;
    line-height: 1.5;
}
@media screen and (max-width: 1480px) {
    .hkexweb-card-img-txt.fixHight{
        padding-bottom:0px;
        min-height:380px;
    }
    .hkexweb-card-img-txt.fixHight .hkexweb-card-img-txt__content{
        position: relative;
    }
}
/* ------------------------------------------ */
/* END Card box 5 */
/* ------------------------------------------ */

/* ------------------------------------------ */
/* END Card box 6 */
/* ------------------------------------------ */

.hkexweb-card-wide-s2 {
    width:730px;
    position: relative;
    display: block;
    width: 100%;
    color: #FFF;
    padding: 45px;
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.hkexweb-calendar-block {
    color: #10416c;
    position: relative;
    font-size: 14px;
    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;
    direction: rtl;
}

.hkexweb-calendar-events {
    direction: ltr;
    padding-right: 15px;
    flex: 0.8;
}
#hkexweb-calendar-datepicker {
    float:right;
    flex: 1.2;
    direction: ltr;
}

/* ui table */
.ui-datepicker {
    /* width: 300px;
    height: 300px;
    margin: 5px auto 0;
    font: 12pt Arial, sans-serif; */
    /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);*/
}

.ui-datepicker table {
    width: 100%;
}

/* table header*/
.ui-datepicker-header {
    background: #fff;
    color: #10416c;
    border-width: 0px;

}

.ui-datepicker .ui-datepicker-title {
    font-size: 20px;
}

.ui-datepicker-month {
    font-weight: bold;
}

.ui-datepicker-year {
    font-weight: lighter;
}

/* table weeks*/
.ui-datepicker th {
    font-weight: lighter;

}

/* table content*/
.ui-widget.ui-widget-content {
    border-width: 0px;
    padding: 0px;
    width: 100%;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: 0px solid #d3d3d3;
    background: none;
    background-color: #fff;
    text-align: center;
    color: #10416c;
    /* padding:5px 15px; */
    /* min-height:25px; */
}

.dot-day {
    position: relative;

}

.dot-day:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    width: 3px;
    height: 3px;
    background-color: #F00;

}

/* event content */
.hkexweb-calendar-events-title {
    color: #e62742;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}
.hkexweb-calendar-events-title.web{
    display:block;
}
.hkexweb-calendar-events-title.mobile{
    display:none;
}
.hkexweb-calendar-events-date {
    display: block;
    font-weight: bold;
    margin-bottom: 15px;
}

.hkexweb-calendar-events-desc {
    min-height: 40px;
    margin-bottom: 25px;

}

/* range */
.hkexweb-calendar-events-range-content {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.hkexweb-calendar-events-range-content li {
    position: relative;
    display: inline-block;
    width: 30%;
    min-height: 16px;
}

.hkexweb-card-img-txt__arrow {
    display: inline-block;
    vertical-align: middle;
}

.hkexweb-card-img-txt__arrow:before {
    content: '';
    display: block;
    width: 0.375em;
    height: 0.375em;
    border-top: 0.125em solid #e62742;
    border-right: 0.125em solid #e62742;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    font-weight: bold;
}

.hkexweb-calendar-events-range-content li.gray-blue{
    height:10px;
}
.hkexweb-calendar-events-range-content li.gray-blue:before {
    content: "";
    display: block;
    width: 1px;
    background-color: #a1b4c5;
    height:10px;
    position: absolute;
    top:7px;
    left:50%;

}
@media screen and (max-width: 1480px) {
    
    .hkexweb-card-wide-s2{
        width: 100%;
        padding: 35px;
    }
    .hkexweb-calendar-events {
        flex: 0.8;
    }
    #hkexweb-calendar-datepicker {
        flex: 1.2;
    }
}
@media screen and (max-width: 1024px) {
    .hkexweb-calendar-block{
        display: block;
    }
    .hkexweb-calendar-events-range-content li{
        
    }
    .hkexweb-calendar-events-range-content li.gray-blue{
        display:none;
    }
    .ui-datepicker .ui-datepicker-title{
        font-size: 26px;
    }
    #hkexweb-calendar-datepicker{
        padding:10px 0px 25px;
        float:none;
    }
    #hkexweb-calendar-datepicker .ui-datepicker table{
        font-size: 1.2em;   
    }

    .hkexweb-calendar-events-title.web{
        display:none;
    }
    .hkexweb-calendar-events-title.mobile{
        text-align: center;
        display:block;
    }
    .hkexweb-calendar-events-date,
    .hkexweb-calendar-events-desc{
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 480px) {
    #hkexweb-calendar-datepicker .ui-datepicker table{
        font-size: 1.0em;   
    }

}

/* ------------------------------------------ */
/* END Card box 6 */
/* ------------------------------------------ */

/* ------------------------------------------ */
/* END Card box 7 */
/* ------------------------------------------ */

.hkexweb-card-sq {
    position: relative;
    display: block;
    width: 100%;
    color: #FFF;
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

/* content */

/* content __bg */
.hkexweb-card-sq__bg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url() no-repeat center center;
    background-size: cover;
    z-index: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.hkexweb-card-sq:hover .hkexweb-card-sq__bg {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.hkexweb-card-sq__content {
    font-size: 14px;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 60px 30px;
    /* 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: 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: start;
    -webkit-box-align: start;
    align-items: flex-start; */
}

a.hkexweb-card-sq:hover {
    opacity: 1;
}

.hkexweb-card-sq__title {
    font-size: 32px;
    font-weight: normal;
    line-height: 32px;
}

@media screen and (max-width: 767px) {
    .hkexweb-card-sq-desc__title {
        font-size: 20px;
    }
}

@media screen and (max-width: 380px) {
    .hkexweb-card-sq-desc__title {
        font-size: 18px;
    }
}

.hkexweb-card-sq__label {
    display: block;
    font-weight: bold;
    margin-bottom: 15px;
}


/* description arrow */
.hkexweb-card-sq-desc__arrow {
    display: inline-block;
    vertical-align: middle;
}


.hkexweb-card-sq-desc__arrow:before {
    content: '';
    display: block;
    width: 0.375em;
    height: 0.375em;
    border-top: 0.125em solid #e62742;
    border-right: 0.125em solid #e62742;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hkexweb-card-sq-desc__arrow.white:before {
    border-top: 0.125em solid #fff;
    border-right: 0.125em solid #fff;

}

.hkexweb-card-sq:hover .hkexweb-card-sq-desc__arrow {
    -webkit-animation: arrow-ani-hkexweb-card-sq-desc 0.6s infinite;
    animation: arrow-ani-hkexweb-card-sq-desc 0.6s infinite;
}

@-webkit-keyframes arrow-ani-hkexweb-card-sq-desc {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(30%);
        transform: translateX(30%);
    }
}

@keyframes arrow-ani-hkexweb-card-sq-desc {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(30%);
        transform: translateX(30%);
    }
}

/* ------------------------------------------ */
/* END Card box 7 */
/* ------------------------------------------ */

/* ------------------------------------------ */
/* END Card IT */
/* ------------------------------------------ */

.hkexweb-card-IT {
    position: relative;
    display: block;
    width: 100%;
    background: #FFF;
    color: #10416c;
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

/* content */

/* content __bg */
.hkexweb-card-IT__bg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url() no-repeat center center;
    background-size: cover;
    z-index: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.hkexweb-card-IT:hover .hkexweb-card-IT__bg {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.hkexweb-card-IT__content {
    font-size: 14px;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px;
}

a.hkexweb-card-IT:hover {
    opacity: 1;
}

.hkexweb-card-IT__details {
    position: relative;
    display: block;
    padding: 25px 15px;
    z-index: 10;
}

.hkexweb-masonry__box img,
.hkexweb-masonry__box video {
    width: 100%;
}

.hkexweb-masonry__box video {
    min-height: 182px;
}

.hkexweb-card-IT__title {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .hkexweb-card-IT-desc__title {
        font-size: 20px;
    }
}

@media screen and (max-width: 380px) {
    .hkexweb-card-IT-desc__title {
        font-size: 18px;
    }
}

.hkexweb-card-IT__label {
    display: block;
    font-weight: bold;
    margin-bottom: 15px;
}

.video_live .hkexweb-card-IT__label > span{
float: right;
font-weight: normal;
font-size: 14px;
}

.video_live .hkexweb-card-IT__content{
padding: 0 0 6px

}
.video_live .hkexweb-card-IT__label{
padding: 10px 15px 0;
margin-bottom: 10px;
}
.video_live .hkexweb-card-IT__label img{
    width: 28px;
    margin-right: 6px;
    vertical-align: top;
    display: inline-block;
    position: relative;
    top: 1px;
}
.hkexweb-card-IT__desc {
    line-height: 1.3;
}

/* description arrow */
.hkexweb-card-sq-desc__arrow {
    display: inline-block;
    vertical-align: middle;
}

.hkexweb-card-sq-desc__arrow:before {
    content: '';
    display: block;
    width: 0.375em;
    height: 0.375em;
    border-top: 0.125em solid #e62742;
    border-right: 0.125em solid #e62742;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hkexweb-card-IT:hover .hkexweb-card-sq-desc__arrow {
    -webkit-animation: arrow-ani-hkexweb-card-sq-desc 0.6s infinite;
    animation: arrow-ani-hkexweb-card-sq-desc 0.6s infinite;
}

@-webkit-keyframes arrow-ani-hkexweb-card-sq-desc {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(30%);
        transform: translateX(30%);
    }
}

@keyframes arrow-ani-hkexweb-card-sq-desc {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(30%);
        transform: translateX(30%);
    }
}

/* ------------------------------------------ */
/* END Card IT */
/* ------------------------------------------ */

/* ------------------------------------------ */
/* Card style 2 */
/* ------------------------------------------ */

.hkexweb-card-sq-s2 {
    position: relative;
    display: block;
    width: 100%;
    color: #FFF;
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

/* content */
/* content __bg */
.hkexweb-card-sq-s2__bg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url() no-repeat center center;
    background-size: cover;
    z-index: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.hkexweb-card-sq-s2:hover .hkexweb-card-sq-s2__bg {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.hkexweb-card-sq-s2__content {
    font-size: 14px;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 60px 30px 45px 30px;
    /* 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: 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: start;
    -webkit-box-align: start;
    align-items: flex-start; */
}

a.hkexweb-card-sq-s2:hover {
    opacity: 1;
}

.hkexweb-card-sq-s2__title {
    font-size: 32px;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .hkexweb-card-sq-s2-desc__title {
        font-size: 20px;
    }
}

@media screen and (max-width: 380px) {
    .hkexweb-card-sq-s2-desc__title {
        font-size: 18px;
    }
}

.hkexweb-card-sq-s2__label {
    line-height: 1.6;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.hkexweb-card-sq-s2__desc {
    font-weight: lighter;
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 10px;
}

/* description arrow */
.hkexweb-card-sq-s2-desc__arrow {
    display: inline-block;
    vertical-align: middle;
}

.hkexweb-card-sq-s2-desc__arrow:before {
    content: '';
    display: block;
    width: 0.375em;
    height: 0.375em;
    border-top: 0.125em solid #e62742;
    border-right: 0.125em solid #e62742;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hkexweb-card-sq-s2-desc__arrow.white:before {
    border-top: 0.125em solid #fff;
    border-right: 0.125em solid #fff;

}

.hkexweb-card-sq-s2:hover .hkexweb-card-sq-s2-desc__arrow {
    -webkit-animation: arrow-ani-hkexweb-card-sq-desc 0.6s infinite;
    animation: arrow-ani-hkexweb-card-sq-desc 0.6s infinite;
}

@-webkit-keyframes arrow-ani-hkexweb-card-sq-desc {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(30%);
        transform: translateX(30%);
    }
}

@keyframes arrow-ani-hkexweb-card-sq-desc {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(30%);
        transform: translateX(30%);
    }
}

/* ------------------------------------------ */
/* END style 2 */
/* ------------------------------------------ */


.column_view .column_item {
    padding-bottom: 20px;
}
.hkexweb-card-IT__image video {
    width: 100%;
}
.hkexweb-masonry__box.hkexweb-masonry__box--w2 {
    width: 100%;
}
.whats_on_col .hkexweb-masonry__box {
    width: 100%;
}

/* Section main card 2 style */

.section_container_in.whats_on_3cols {
    display: none;
    width: 100%;
    font-size: 0;
    padding-top: 0;
}
.section_container_in.whats_on_3cols .whats_on_col {
    display: inline-block;
    width: 25%;
    vertical-align: top;
}
.section-main-card.second .whats_on_3cols .hkexweb-masonry__box {
    padding: 10px;
}
@media screen and (min-width: 767px) {
    .hkexweb-masonry {
        height: 0 !important;
        overflow: hidden !important;
        padding: 0 !important;
    }
    .section_container_in.whats_on_3cols {
        display: block !important;
    }
}

/* END section main card 2 style */

/* video card which using cover poster */

.hkexweb-card-IT.video_popup:not(.autoplay) .hkexweb-card-IT__image{
    position: relative;
	line-height: 0;
}
.hkexweb-card-IT.video_popup:not(.autoplay) .hkexweb-card-IT__image img{
    position: relative;
    z-index: 0;
}
.hkexweb-card-IT.video_popup:not(.autoplay) .hkexweb-card-IT__image:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 1;
    content: "";
    display: block;
}
.hkexweb-card-IT.video_popup:not(.autoplay) .hkexweb-card-IT__image:before{
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    line-height: 0;
    font-size: 0;
    background-image: url(/assets/images/market/play_btn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: calc( 50% - 25px);
    left: calc( 50% - 25px);
    z-index: 2;
    opacity: 0.8;
    cursor: pointer;
}

.hkexweb-card-IT.video_popup:not(.autoplay) .hkexweb-card-IT__image:hover:after{
    background-color: rgba(0, 0, 0, 0);
}
.hkexweb-card-IT.video_popup:not(.autoplay) .hkexweb-card-IT__image:hover:before{
    opacity: 1;
}

.whats_on_tdy_text_2_pdf {
    display: inline-block;
    margin-left: 4px;
    padding: 3px 6px;
    border: 1px solid #e62742;
    border-radius: 5px;
    -webkit-transform: translate(0px, -7px);
    -ms-transform: translate(0px, -7px);
    transform: translate(0px, -7px);
    color: #e62742;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
}

.whats_on_tdy_text_2_pdf.for_news_release_right {
    -webkit-transform: translate(0px, -2px);
    -ms-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
}

.whats_on_tdy_text_2_pdf.doc {
    border-color: #274de6;
    color: #274de6;
}

.whats_on_tdy_text_2_pdf.ppt {
    border-color: #e4790d;
    color: #e4790d;
}

.whats_on_tdy_text_2_pdf.txt {
    border-color: #999;
    color: #999;
}

.whats_on_tdy_text_2_pdf.xls {
    border-color: #12a741;
    color: #12a741;
}

.whats_on_tdy_text_2_pdf.zip {
    border-color: #832283;
    color: #832283;
}

.whats_on_tdy_text_2_pdf.white {
    border-color: #fff;
    color: #fff;
}

.news_centre_block {
    width: 100% !important;
}