.icon-ls .col{
    margin-bottom: 20px;
}
.icon-ls .item{
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
}
.icon-ls .item article,
.icon-ls .item figure{
    padding: 25px;
    text-align: center;
}
@media screen and (min-width: 512px){
    .icon-ls.row{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .icon-ls .col{
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 0;
        padding: 12px;
    }
    .icon-ls .item{
        height: 100%;
    }
}
@media screen and (min-width: 1024px){
    .icon-ls .col{
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.inline-ls{
    display: inline-block;
    text-align: left;
}
.row.half .col{
    padding: 20px 0px;
}
.row.half .col:first-child{
    border-bottom:solid 1px  #003057;
}
.row.half{
    text-align: left;
}
.row.half ul,
.inline-ls{
    padding-left: 20px;
    color: #003057;
    margin-bottom: 0;
}
.row.half ul li,
.inline-ls li{
    margin-bottom: 10px;
}
.row.half h2{
    font-family: 'Roboto Condensed', 'Noto Sans TC', sans-serif;
    color: #003057;
    font-size: 18px;
    text-transform: capitalize;
}
@media screen and (min-width: 1024px){
 .row.half{
     display: flex;
     flex-direction: row;
     justify-content: center;
 }
 .row.half .col{
     padding-left: 30px;
     flex: 0 0 50%;
     max-width: 50%;
     margin-bottom: 0;
     padding-top: 0;
     padding-bottom: 0;
 }
 .row.half .col:first-child{
     padding-left: 0;
     padding-right: 30px;
     border-right: solid 1px #003057;
     border-bottom: none;
     text-align: right;
 }
 .row.half .center-adjust{
     display: inline-block;
     text-align: left;
 }
}

/*
.tab-control{
    margin-bottom: 30px;
}
*/
.tab-control ul{
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   margin-left: 0px;
}
.tab-control .mCS_x_hidden.mCS_no_scrollbar_x ul{
   justify-content: center;
}
.tab-control ul a{
   color:#003057;
   border-bottom: solid 5px transparent;
   display: inline-block;
   padding: 10px 15px;
   /*
   margin: 0 15px;
   */
   white-space: nowrap;
}
.tab-control .mCSB_scrollTools.mCSB_scrollTools_horizontal{
    height: 6px;
}
.tab-control .mCSB_horizontal.mCSB_inside > .mCSB_container{
    margin-bottom: 6px;
}
.tab-control .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
.tab-control .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
.tab-control .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
.tab-control .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{
    margin: 0px 0;
}
.tab-control .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{
    margin-bottom: 0;
}
.tab-control ul a.current{
    /*
   border:solid 1px #003057;
   border-bottom: solid 5px #003057;
   */
   background: linear-gradient(270deg,rgba(253, 189, 102, 0.85) 0%, rgba(161, 112, 59, 0.85) 100%);
   color: #FFFFFF;
   text-shadow: 2px 2px 4px #333333;
}
.tab-wrapper > div{
   display: none;
}
.tab-wrapper > div.current{
   display: block;
}
.tab-wrapper ul{
    color: #FFFFFF;
    text-shadow: 2px 2px 4px #333333;
    padding-left: 20px;
}
.tab-wrapper ul li:not(:last-child){
    margin-bottom: 20px;
}

.tab-control li:not(:first-child):after {
    content: '';
    width: 1px;
    height: 50%;
    display: block;
    border-right: solid 1px #003057;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* Expend buttons */
.colRow .expand{
    display: none;
    margin-bottom: 25px;
}
.colRow .expand article{
    background: #003057;
    color: #FFFFFF;
    padding: 25px;
    position: relative;
}
.colRow .expand:before{
    content: '';
    display: block;
    height: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 15px 16px;
    border-color: transparent transparent #003057 transparent;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
}
.colRow .expand ul{
    padding-left: 20px;
    margin-bottom: 0;
}
.colRow .expand ul li:not(:last-child){
    margin-bottom: 15px;
}
.colRow .col-item a{
    padding: 10px 50px 10px 15px;
    color: #003057;
    border: solid 1px #003057;
    background-color: #FFFFFF;
    position: relative;
    display: flex;
    line-height: 18px;
    align-items: center;
    transition: all 0.3s;
}
.colRow .col-item a:before{
    content:'';
    display:inline-block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-right: 10px;
    background-size: contain;
}
.colRow .col-item a:after{
    content: '';
    display: block;
    position: absolute;
    width: 25px;
    height: 13px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-image: url('/hkca/files/img/arrow_down.png');
    background-size: contain;
    transition: all 0.3s;
    transform-origin: center center;
}
.colRow .icon1:before{
    background-image: url('/hkca/files/img/about-the-programme/icon1.svg');
}
.colRow .icon2:before{
    background-image: url('/hkca/files/img/about-the-programme/icon2.svg');
}
.colRow .icon3:before{
    background-image: url('/hkca/files/img/about-the-programme/icon3.svg');
}
.colRow .icon4:before{
    background-image: url('/hkca/files/img/about-the-programme/icon4.svg');
}
.colRow .col-item.current .icon1:before{
    background-image: url('/hkca/files/img/about-the-programme/icon1_light.svg');
}
.colRow .col-item.current .icon2:before{
    background-image: url('/hkca/files/img/about-the-programme/icon2_light.svg');
}
.colRow .col-item.current .icon3:before{
    background-image: url('/hkca/files/img/about-the-programme/icon3_light.svg');
}
.colRow .col-item.current .icon4:before{
    background-image: url('/hkca/files/img/about-the-programme/icon4_light.svg');
}
.colRow .col-item.current a{
    background-color: #003057;
    color: #FDCC91;
}
.colRow .col-item.current a:after{
    transform: translateY(-50%) rotate(180deg);
    background-image: url('/hkca/files/img/arrow_down_light.png');
}
@media screen and (min-width: 1024px){
    .colRow .col-item a{
        padding: 10px 50px 10px 25px;
    }
    .colRow .expand article{
        padding: 45px;
    }
    .colRow .expand ul li:not(:last-child){
        margin-bottom: 20px;
    }
    .colRow .col-item a:before{
        width: 58px;
        height: 58px;
        margin-right: 20px;
    }
    .colRow{
        display: flex;
        flex-wrap: wrap;
    }
    .colRow .col-item{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .colRow .expand{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .colRow .col-item:nth-of-type(1){
        order: 1;
    }
    .colRow .col-item:nth-of-type(3){
        order: 2;
    }
    .colRow .expand:nth-of-type(2){
        order: 3;
    }
    .colRow .expand:nth-of-type(2):before{
        left: 25%;
    }
    .colRow .expand:nth-of-type(4){
        order: 4;
    }
    .colRow .expand:nth-of-type(4):before{
        left: 75%;
    }
}