.dl-ls li{
    margin-top: 35px;
    border-bottom: solid 1px #003057;
}
.dl-ls li a{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.dl-ls li .dl-title{
    font-size: 18px;
    color: #003057;
}
.dl-ls .icon-download{
    white-space: nowrap;
    padding-left: 10px;
}
.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{
    overflow: hidden;
    flex: 0 0 auto;
}
.vls figure img{
    width: 100%;
    transition: all 0.3s;
    transition-timing-function: ease-in-out;
}
.vls figure:hover img{
    transform: scale(1.05);
}
.vls .col h2{
    /* white-space: nowrap; */
}
.vls .item .ytvideo{
    flex: 0 0 auto;
}
.bcvideo {
    flex: 0 0 auto;
    border: 0;
    height: 315px;
}
.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;
}
@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;
    }
}
@media screen and (min-width: 1024px){
    .vls .col{
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}
.overlayContent .dl-ls li{
   padding-bottom: 20px;
}
.overlayContent .dl-ls li a{
    align-items: center;
}
.bg-helpdesk{
    position: relative;
    overflow: hidden;
    color: #FFFFFF;
    background: linear-gradient(270deg,rgba(253, 189, 102, 0.85) 0%, rgba(161, 112, 59, 0.85) 100%);
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}
.bg-helpdesk > .container{
    width: 100%;
    text-align: center;
}
.bg-helpdesk h2,
.bg-helpdesk a{
    color: #FFFFFF;
}
.bg-helpdesk .col{
    display: flex;
    flex-direction: row;
    padding: 12px 0;
}
.bg-helpdesk p:first-child{
    margin-bottom: 10px;
}
.bg-helpdesk figure{
    flex: 0 0 auto;
    margin-right: 15px;
}
.bg-helpdesk .col:first-child{
    border-bottom: solid 1px #FFFFFF;
}
@media screen and (min-width: 768px){
    .bg-helpdesk .row{
        display: flex;
        flex-direction: row;
    }
    .bg-helpdesk .col{
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0;
        padding-left: 25px;
        text-align: center;
    }
    .bg-helpdesk .col article{
        margin: 0 auto;
    }
    .bg-helpdesk .col:first-child{
        padding-left: 0;
        padding-right: 25px;
        border-bottom: none;
        border-right: solid 1px #FFFFFF;
    }
}
@media screen and (min-width: 1024px){
    .bg-helpdesk .row{
        justify-content: center;
    }
    .bg-helpdesk .col{
        flex: 0 0 auto;
        padding-left: 50px;
    }
    .bg-helpdesk .col:first-child{
        padding-right: 50px;
    }
}
.vls a[name]{
  display: block;
  width: 100%;
  height: 1px;
  position: relative;
  top: -80px;
}
@media screen and (min-width: 1024px){
    .vls .col:nth-child(1) a[name]{
        top: -60px;
    }
    .vls .col:nth-child(2) a[name]{
        top: -40px;
    }
    .vls .col:nth-child(3) a[name]{
        top: -20px;
    }
}
/* Login */
.half-bg{
    position: relative;
}
.half-bg .container{
    padding-left: 0;
    padding-right: 0;
}
.half-bg:before{
    content: '';
    display: block;
    background-color: #F8F8F8;
    position: absolute;
    width: calc((100vw - 1024px)/2 + 25px);
    height: 100%;
    left: auto;
    z-index: -1;
}
.half-bg .col{
    padding:60px 25px;
}
.half-bg .col:first-child{
    background-color: #F8F8F8;
    text-align: center;
}
.half-bg label{
    color: #14273B;
    display: block;
    margin-bottom: 10px;
}
#inputWrapper{
    border: 1px solid #14273B;
    height: 40px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
#inputWrapper input{
    border: none;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    outline: none;
    font-size: 20px;
    flex: 1;
}
.btn-unhide{
    flex: 0 0 auto;
    display: block;
    width: 38px;
    height: 38px;
    background: url('/hkca/files/img/icon-unhide.png') no-repeat center;
}
input::-ms-clear, input::-ms-reveal {
    display: none;
}
.error{
    color: red;
    display: none;
}
.error a{
    color: red;
    text-decoration: underline;
}
.error.active{
    display: block;
}
@media screen and (min-width: 1024px){
    .half-bg .row{
        display: flex;
        flex-direction: row;
    }
    .half-bg .col{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .half-bg .col{
        padding:120px 25px;
    }
    .half-bg .col:first-child{
        text-align: left;
    }
}
.hidden{
    display: none;
}
/* TNC */
#TNC .overlayContent{
    padding: 20px;
}
#TNC .overlayContent ol{
    margin-bottom: 30px;
    padding-left: 10px;
    counter-reset: item
}
#TNC .overlayContent ol li{
    margin-bottom: 10px;
    display: block;
}
#TNC .overlayContent ol ol{
    margin-top: 10px;
    margin-bottom: 10px;
    flex-basis: 100%;
}
#TNC .overlayContent ol li:before{
    content: counters(item, ".") ". ";
    counter-increment: item;
    margin-right: 5px;
    flex: 0 0 auto;
}
#TNC .overlayContent ol li{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#TNC .overlayContent ol li > span{
    flex: 1;
}
#TNC .overlayContent hr{
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: solid 1px #CCCCCC;
}
#TNC .tnc{
    margin-bottom: 20px;
    cursor: pointer;
}
#TNC .tnc:before{
    display: inline-block;
    content: '';
    width: 16px;
    height: 16px;
    vertical-align: middle;
    border: 1px solid #000;
    background-size: contain;
    background-position: center center;
    margin-right: 10px;
}
#TNC #modal-tnc{
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
    position: absolute;
}
#TNC input[type=checkbox]:checked + label:before {
    background-image: url('/hkca/files/img/media-gallery-tick.png');
}
#TNC .btnControl{
    padding: 20px 20px 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#TNC .button{
    display: inline-block;
    background-color: #E2002C;
    color: #ffffff;
    padding: 5px 50px;
    border: 1px solid transparent;
    flex: 0 0 auto;
    visibility: hidden;
}
#TNC .button.show{
    visibility: visible;
}
#TNC .button:hover{
    background-color: #b90024;
    color: #ebebeb;
}
#TNC .button:focus{
    outline: none;
}
@media screen and (min-width: 1024px){
    #TNC .btnControl{
        flex-direction: row;
        justify-content: space-between;
    }
    #TNC .tnc{
        margin-bottom: 0;
    }
    #TNC .overlayContent{
        padding: 25px;
    }
}
#captmsg{
    color: red;
    margin-top:20px;
}
#expendItem{
    margin-bottom:20px;
}
/* PM */
.btnControl .button{
    background-color: #E2002C;
    color: #ffffff;
    padding: 5px 50px;
    border: 1px solid transparent;
    flex: 0 0 auto;
    /* visibility: hidden; */
}
/* .btnControl .button.show{
    visibility: visible;
} */
.btnControl .button:hover{
    background-color: #b90024;
    color: #ebebeb;
}
.btnControl .button:focus{
    outline: none;
}
#PM .overlayContent{
    padding: 50px;
    margin: 60px;
}
/* txt center */
.row-info{
    display: flex;
    justify-content: space-evenly;
}
.row--align-bottom .item > h2 {
    margin-top: auto;
}
.row--align-bottom .item > article {
    height: auto;
}