div.top-navigation-right {
    margin-top: 3px;
}

.bx-wrapper .bx-pager {
    padding: 10px 0 0 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #e0e0e0;
    width: 7px;
    height: 7px;
    border-radius: 7px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #a4a4a4;
}

.bx-controls-direction {
    position: absolute;
    bottom: 0;
    left: 50%;
}

.bx-wrapper .bx-controls-direction a {
    width: 33px;
    height: 33px;
    background-color: rgba(17, 20, 24, 0.8);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.bx-wrapper .bx-prev {
    left: 0;
    background-image: url(images/slider-left.png);
}

.bx-wrapper .bx-next {
    left: 33px;
    background-image: url(images/slider-right.png);
}

div.shortcode-list.arrow li.menu-item-has-children {
    background: url(images/icon/list/arrow.png) no-repeat 0px 3px !important;
}

table ul {
    margin-left: 0;
}

.gdl-page-content p {
    margin-top: 20px;
}

/*
.home-news .blog-content {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    white-space: normal;
    max-height: 95px;
}
*/

.home-news .blog-content-inner {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.blog-date-wrapper {
    color: #41607d;
}

h2.table-heading {
    font-weight: bold;
    margin-top: 15px;
}

.people-table {
    width: 100%;
    border: 0px;
}

.people-table td {
    vertical-align: top;
    border: 0;
}

.pt-photo {
    width: 160px;
    text-align: center;
    padding: 8px 3px 5px;
    border-width: 1px;
    border-style: solid;
    background: #ffffff;
}

.pt-photo a,
.pt-photo-container {
    display: block;
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position: center;
    margin: auto;
}

.pt-photo p {
    margin-top: 5px;
}

li.lang-en {
    float: left;
    border-left: 0!important;
}

#language-switcher li.lang-hk {
    border-left: 1px solid #dcdcdc;
    padding-right: 2px;
    padding-left: 5px;
}

.people-table ul li {
    margin-bottom: 5em;
}

@media screen and (max-width:768px) {
    #language-switcher {
        width: 103px;
        margin: auto;
    }
    #language-switcher ul {
        margin: 0;
    }
}

.home-slide {
    width: 100%;
    padding-bottom: 38%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.qtranxs-available-languages-message {
    display: none;
}

.home-column-1 {
    padding-left: 0;
}
.home-column-3 {
    padding-right: 0;
}

.body-wrapper div.header-wrapper {
    background-size: cover !important;
}