.btnBanner{
    padding: 0;
}

.control{
    margin-bottom: 20px;
}

.nsSlider{
    margin-left: -12px;
    width: calc(100% + 22px);
}
.nsSlider img{
    width: 100%;
}
.nsSlider figure{
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.nsSlider h3{
    font-size: 18px;
    font-family: 'Roboto Condensed', 'Noto Sans TC', sans-serif;
    margin-bottom: 10px;
    text-transform: none;
}
.nsSlider .remarks{
    font-size: 12px;
    line-height: 14px;
}
.nsSlider .slick-track{
    margin-left: 0;
}

.nsSlider .eNewsItem{
    margin: 6px;
}
.nsSlider .slick-prev{
    left: -5px;
}
.nsSlider .slick-next{
    right: -5px;
}
.eNewsItem .news-lb{
    position: absolute;
    width: calc(100% - 30px);
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    color: #FFFFFF;
    padding: 15px;
    background-color: rgba(0, 48, 87, 0.9);
    opacity: 0;
    transition: all 0.3s;
}
.eNewsItem .bg{
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 114%;
    transition: all 0.3s;
    transition-timing-function: ease-in-out;
    transform-origin: center center;
}
.eNewsItem .bg._contain {
    background-size: contain;
    background-color: #003057;
}
.eNewsItem .news-lb h3{
    color: #FFFFFF;
}
.nsSlider figure:hover .news-lb{
    opacity: 1;
}
.nsSlider figure:hover .bg{
    transform: scale(1.05);
}

@media screen and (min-width: 512px){
    .nsSlider .eNewsItem{
        margin: 12px;
    }
}

@media screen and (min-width: 1024px){
    .btnBanner article {
        padding: 30px 50px;
    }
    .btnBanner .row{
        width: 100%;
        margin: 0;
    }
}

.vls .col{
    margin-bottom: 20px;
}
.vls .item{
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.vls article{
 padding: 15px 20px;
}
.vls article h3{
    font-size: 18px;
    font-family: 'Roboto Condensed', 'Noto Sans TC', sans-serif;
}
.vls figure img{
    width: 100%;
    transition: all 0.4s;
    transition-timing-function: ease-in-out;
    transform-origin: center center;
}
.vls figure img:hover{
    transform: scale(1.05);
}
.vls .col h2{
    white-space: nowrap;
}
.vls .item figure{
    flex: 0 0 auto;
    overflow: hidden;
}
.vls .item article{
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 0 1 auto;
}
.vls article p:last-child{
    margin-top: auto;
}
.vls article label{
    display: inline-block;
    padding: 2px 8px;
    background-color:#FDCF91;
    border-radius: 5px;
    color: #003057;
    margin: 2px;
    line-height: 20px;
}
.vls article label[title='English']{
    background-color: #FDCF91;
}
.vls article label[title='Traditional Chinese']{
    background-color: #5B2B07;
    color: #FFFFFF;
}
.vls article label[title='Simplified Chinese']{
    background-color: #EAB56E;
    color: #FFFFFF;
}
.vls article .cta{
    margin-top: auto;
    position: relative;
}
@media screen and (min-width: 768px){
    .vls.row{
        display: flex;
        flex-direction: row;
        margin-left: -12px;
        flex-wrap: wrap;
    }
    .vls .col{
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 12px;
    }
    .vls article .cta .txt-right{
        position: absolute;
        bottom: 0;
        right: 0;
    }
}
@media screen and (min-width: 1024px){
    .vls .col{
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

.AMcontent{
    text-align: left;
    color: #003057;
}
.AMcontent a:not(.txt-brown){
    color: #003057;
}
.AMcontent p{
    margin-bottom: 10px;
}
.AMcontent figure{
    text-align: center;
}
.AMcontent figure img{
    max-width: 100%;
}
.AMcontent article{
    padding: 20px 0;
}
.AMcontent ul{
    padding-left: 20px;
}
.AMcontent article > p{
    margin-bottom: 0px;
}
.AMcontent #AMhtml{
    margin-top: 20px;
}
@media screen and (min-width: 768px){
    .AMcontent .row{
        display: flex;
        flex-direction: row;
    }
    .AMcontent figure{
        flex: 0 0 auto;
        max-width: 35%;
    }
    .AMcontent article{
        padding-left:30px;
        flex: 1;
        max-width: 100%;
    }
}
@media screen and (min-width: 1024px){
    .AMcontent{
        min-width: 1000px;
    }
}


.eNewsBanner img{
   width: 100%;
}
.eNewsBanner article{
   padding: 30px 20px;
}
.eNewsBanner article hr{
    margin: 0px 0px 20px 0px;
    padding: 0;
    border-top: 0;
    border-bottom: solid 1px #FFFFFF;
}
.eNewsBanner p:last-child{
    margin-bottom: 0;
}
.eNewsBanner .slick-prev{
    left: -15px;
}
.eNewsBanner .slick-next{
    right: -15px;
}
.eNewsBanner .remarks{
    color: #14273B;
    font-size: 12px;
    line-height: 14px;
    margin-top: 5px;
    margin-bottom: 0;
}

@media screen and (min-width: 1024px){
    .eNewsBanner .row{
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .eNewsBanner .col{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .eNewsBanner article{
        padding: 45px;
    }
    .eNewsBanner .slick-prev{
        left: -27px;
    }
    .eNewsBanner .slick-next{
        right: -27px;
    }
}
@media screen and (min-width: 1200px){
    .eNewsBanner .slick-prev{
        left: -27px;
    }
    .eNewsBanner .slick-next{
        right: -27px;
    }
}

.item.new figure,
.item.pin figure{
    position: relative;
}
/*
.item.new figure:before{
    content:'';
    display:block;
    color: #FFFFFF;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
    background: url('/hkca/files/img/icon-new.svg') no-repeat;
    text-align: center;
    z-index: 1;
}
.item.pin figure:before{
    content:'';
    display:block;
    width: 40px;
    height: 40px;
    background: url('/hkca/files/img/icon-pin.svg') no-repeat;
    right: 5px;
    top: 5px;
    position: absolute;
    background-size: contain;
    opacity: 0.95;
    z-index: 1;
}
*/
.comment-blk {
    margin: 24px 0;
}
.comment-blk__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 12px;
    border: 1px #003057 solid;
    position: relative;
}
.comment-blk__left {
    width: 30%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.comment-blk__left img {
    width: 100%;
}
.comment-blk__right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 12px;
}
.comment-blk__name {
    text-align: right;
    padding-top: 14px;
}
.comment-blk__name p {
    margin: 0;
}
.comment-blk__box:after {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 24px;
    bottom: -7px;
    border-right: 1px #003057 solid;
    border-bottom: 1px #003057 solid;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
    .comment-blk__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .comment-blk__left {
        width: 100%;
        max-width: 200px;
        margin-bottom: 16px;
    }
    .comment-blk__right {
        padding-left: 0;
        width: 100%;
    }
}
