<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Mobile Menu*/
.mobile-menu-shading {
    display: none;
}

/*Share*/
.shareSideBar {
    position: fixed;
    top: 40%;
    right: -2px;
    width: 40px;
    z-index: 99999;
}

.st-custom-button {
    width: 40px;
    height: 40px;
    margin-bottom: 0px;
    cursor: pointer;
}

.st-custom-button[data-network=facebook] {
    background-image: url('https://www.hksm.com.hk/tc/img/share-btn-1.png?v2');
}

.st-custom-button[data-network=messenger] {
    background-image: url('https://www.hksm.com.hk/tc/img/share-btn-2.png?v2');
}

.st-custom-button[data-network=whatsapp] {
    background-image: url('https://www.hksm.com.hk/tc/img/share-btn-3.png?v2');
}

.shareWordings {
    background-color: #EF8F2E;
    color: #ffffff;
    font-size: 14px;
    padding: 1px;
    text-align: center;
}

/*Apply Now*/
.applyNowShade {
    display: none;
    background-color: #000000;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    position: fixed;
    /* z-index: 998; */
    margin-top: -187px;
    top: 187px;
    /* overflow: hidden; */
}

.centerApplyNowContainer .lowerMenuPart {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    margin-top: 5px;
    width: 100%;
}

.centerApplyNowContainer .carApplyColumn {
    cursor: pointer;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    background-color: #ef8f2e;
    flex: 1;
    position: relative;
}

.centerApplyNowContainer .upperApplyTitle {
    width: calc(100% + 22px);
    margin-left: -11px;
    margin-top: 0px;
    height: 70px;
}

.centerApplyNowContainer .applyInnerTitle {
    font-size: 29px;
    color: #ffffff;
    /* background-color: #ef8f2e; */
    position: absolute;
    text-align: center;
    width: 100%;
    top: 6px;
    line-height: 54px;
    height: 54px;
    left: 0px;
    text-align: center;
    font-weight: 600;
    /* text-shadow: 4px 1px 4px #111111; */
    text-shadow: #1b1b1b 0px 0px 3px, #1b1b1b 0px 0px 3px, #1b1b1b 0px 0px 3px, #FFF 0px 0px 3px, #1b1b1b 0px 0px 3px, #1b1b1b 0px 0px 3px, #1b1b1b 0px 0px 3px, #1b1b1b 0px 0px 3px, #1b1b1b 0px 0px 3px, #1b1b1b 0px 0px 3px, #1b1b1b 0px 0px 3px, #1b1b1b 0px 0px 3px, #1b1b1b 0px 0px 3px, #1b1b1b 0px 0px 3px, #1b1b1b 0px 0px 3px, #1b1b1b 0px 0px 3px, #FFF 0px 0px 3px;
}

.centerApplyNowContainer .applyInnerText {
    font-size: 21px;
    color: #ffffff;
    flex: 1;
    position: relative;
    display: flex;
    width: 100%;
    background-color: #f49630;
    text-align: center;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: inset 0px 0px 5px 3px rgb(0 0 0 / 10%);
    -moz-box-shadow: inset 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 5px 3px rgb(0 0 0 / 10%);
    padding: 2.5px 0;
}

.centerApplyNowContainer .carApplyColumn.cAC2 .applyInnerText {
    /* margin-left: 84px; */
}

/*Pop up*/
.popUpContainer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    align-items: center;
    justify-content: center;
    z-index: 1999;
}

.popUpContainer .popUpContainerOuter {
    display: table-cell;
    vertical-align: middle;
}

.popUpContainer .popUpContainerInner {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    background-color: #ffffff;
    width: 903px;
    /* height: 460px; */
    /* margin-top: -189px; */
    z-index: 999;
    /* left: 0; */
    /* right: 0; */
    margin: 0 auto;
    /* top: 50%; */
    /* minus half the height */
    position: relative;
    box-shadow: 0px 0px 330px 10px #f49630;
    flex-direction: column;
    flex-wrap: wrap;
}

.celia .popUpContainer .lowerMenuPart&gt;a {
    flex: 0 0 33%;
    padding: 0 1.5px 5px;
    display: flex;
    display: -ms-flexbox;
    justify-content: stretch;
    align-items: stretch;
    transition: 0.5s;
}

.popUpContainer img {
    width: 100%;
    display: block;
}

.popUpContainer .close-btn {
    display: block;
    width: 40px;
    height: 40px;
    background: #41423c url(img/close-btn.png) no-repeat center center;
    top: -25px;
    right: -31px;
    position: absolute;
    transition: all 0.1s;
}

.popUpContainer .close-btn:hover {
    background: #4b4c49 url(img/close-btn.png) no-repeat center center;
}

/*App*/
.appAvaContainer {
    width: 680px;
    padding: 6px;
    color: #3c3c3c;
    background: #fffefd;
    border: 4px solid #f49630;
    border-radius: 0px;
    box-shadow: 0 0 0 7px #fffefd, 0px 0px 330px 5px #f49630;
    height: 594px;
    top: 30%;
}

.appAvaContainer .leftAppImg {
    width: 50%;
    float: left;
    border: 1px solid #e6e6e6;
    box-shadow: 4px 0px 10px #b8b9b8;
}

.appAvaContainer .rightAppPart {
    text-align: center;
    width: 50%;
    position: absolute;
    right: -4px;
    top: 28%;
}

.appAvaContainer .middleAppWord {
    margin: 0px 29px;
    position: relative;
    /* top: 225px; */
    font-weight: 700;
    /* width: 50%; */
}

.appAvaContainer .maw1 {
    font-size: 72px;
    padding-bottom: 5px;
    padding-top: 40px;
}

.appAvaContainer .maw2 {
    font-size: 22px;
    padding-bottom: 40px;
}

.fakBor {
    width: 37%;
    height: 17px;
    margin: 0 auto;
    border-bottom: 3px solid #ffb54d;
}

/*auxiliary-course*/
.celia.auxiliary-course .playerContainer {
    width: 455px;
    height: 280px;
    float: left;
    padding: 0px 50px;
    left: 0;
    position: relative;
}

.celia.auxiliary-course .selectTubeItem {
    cursor: pointer;
    width: 430px;
    right: 0;
    float: left;
    position: relative;
}

.celia.auxiliary-course .bigTitle {
    color: #6c6e71;
    height: 34px;
    line-height: 34px;
    display: block;
    padding: 0 0 0 45px;
    /*background: url(img/play-btn.png) no-repeat;*/
    background: url(img/play-btn.png) no-repeat;
    cursor: pointer;
}

.celia.auxiliary-course .bigPart {
    margin-bottom: 10px;
}

.celia.auxiliary-course .smallTitle {
    font-size: 16px;
    padding-left: 65px;
}

.celia.auxiliary-course .bigPart.playall {
    padding-top: 5px;
}

.celia.auxiliary-course .innerContentContainer.videoPart {
    height: 565px;
    margin-bottom: 15px;
}

.celia.auxiliary-course .content-div {
    width: 1020px;
    line-height: 30px;
    margin: 0 auto;
}

.celia.auxiliary-course .txtDesription {
    width: 64%;
    float: left;
}

.celia.auxiliary-course .imageDescription {
    float: left;
}

.celia.auxiliary-course .imageDescription img {
    width: 100%;
}

.celia.auxiliary-course .txtDesription:nth-child(odd) {
    padding-left: 6%;
}

.celia.auxiliary-course .txtDesription:nth-child(even) {
    padding-right: 7%;
}

.celia.auxiliary-course .imageDescription {
    width: 28%;
    padding-top: 11px;
}

.celia.auxiliary-course .clear {
    clear: both;
}

.celia.auxiliary-course .detailSection {
    margin-bottom: 30px;
}

.celia.auxiliary-course .detailSection.basicTrainning .txtDesription {
    padding-top: 104px;
}

.celia.auxiliary-course .detailSection.soloTrainning .txtDesription {
    padding-top: 30px;
}

.celia.auxiliary-course .detailSection.routeSee .txtDesription {
    padding-top: 36px;
}

.celia.auxiliary-course .detailSection.followCar .txtDesription {
    padding-top: 30px;
}

.celia.auxiliary-course .detailSection.mockExam .txtDesription {
    padding-top: 22px;
}

.celia.auxiliary-course .detailSection.longDrive .txtDesription {
    padding-top: 30px;
}

.playingVideoPart {
    color: #e79614 !important;
    background: url(img/playVideo.png) no-repeat !important;
}

.pausingVideoPart {
    color: #e79614 !important;
    background: url(img/pausingVideo.png) no-repeat !important;
}

.mobile_selectTubeItem {
    display: none;
}

.selectTubeItem {
    display: block;
}

.auxiliary-course .bigPart:hover&gt;.bigTitle {
    color: #e79614 !important;
}

.auxiliary-course .bigPart:hover&gt;.smallTitle {
    color: #e79614 !important;
}

.auxiliary-course .pausingVideoPart+.smallTitle {
    color: #e79614 !important;
}

.auxiliary-course .playingVideoPart+.smallTitle {
    color: #e79614 !important;
}

/*News*/
.celia.company-news table {
    border-collapse: collapse;
    border: 1px solid #000000;
}

.celia.company-news table td {
    padding: 2px;
    border: 1px solid #000000;
}

.company-news-article-content img.aligncenter {
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    padding-top: 10px;
    /* padding-bottom: 10px; */
}

.company-news-article-content iframe {
    height: 265px;
    width: 100%;
    max-width: 510px;
    /* min-width: 340px; */
    /* text-align: center; */
}

.company-news-article-content .newsVideoIframe {
    text-align: center;
}

.celia.corporate-news strong {
    font-weight: 900;
}

.celia.corporate-news .content-div table td {
    vertical-align: top;
    padding: 10px 50px 10px 50px;
    border: 1px solid #000;
}

.celia.corporate-news-detail .content-div table td {
    vertical-align: top;
    padding: 10px 50px 10px 50px;
    border: 1px solid #000;
}

/*Sitemap*/
.celia.sitemap .sitemapStructure .thirdLay {
    width: 150px;
    margin-left: 75px;
}

.celia.sitemap .sitemapStructure .secondLay {
    width: 120px;
    margin-left: 38px;
}

.celia.sitemap .sitemapStructure .firstLay {
    width: 170px;
    margin: 0;
    display: block;
    margin: 10px 0 10px 0;
    font-weight: 600;
}

.celia.sitemap .sitemapStructure a {
    text-decoration: underline;
    cursor: pointer;
    color: #ff8812;
}

.celia.sitemap .sitemapStructure {
    padding-bottom: 30px;
}

.celia.sitemap .sitemapStructure .partLay {
    width: 248px;
    float: left;
    margin-left: 54px;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 10px;
}

.celia.sitemap .clear {
    clear: both;
}

.celia.sitemap .sitemapStructure .partLay:first-child {
    margin-left: 0;
}

/*Commercial Apply*/
.celia.enquiry-form #apply_form table#miyazaki tr td:first-child {
    width: 100%;
    display: inline-block;
    text-align: right;
    padding: 0 10px 0 0;
    line-height: 42px;
    border-right: 0px;
    background: transparent;
}

.celia.enquiry-form #apply_form table#miyazaki tbody td {
    border-bottom: 0px;
    padding: 5px 12px 10px 10px;
    background: transparent;
}

.celia.enquiry-form span.st {
    color: #F00;
}

.celia.enquiry-form table#miyazaki {
    width: 100%;
    border: 0;
    margin: 0 auto 20px auto;
    width: 100%;
    display: block;
    text-align: center;
}

.celia.enquiry-form #miyazaki td {
    vertical-align: top;
}

.celia.enquiry-form p.hints {
    display: none !important;
}

.celia.enquiry-form #apply_form table#miyazaki input[type="text"],
#apply_form table#miyazaki textarea,
#apply_form table#miyazaki select {
    width: 99%;
    resize: none;
    border-radius: 6px;
    border: 1px solid rgb(169, 169, 169);
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 4px;
    display: block;
}

.celia.enquiry-form #apply_form table#miyazaki textarea {
    height: 100px;
}

.celia.enquiry-form #apply_form .shop-address {
    margin: 10px 0 10px 0;
    width: 300px;
    font-size: 14px;
    text-align: left
}

.celia.enquiry-form p.cacheImgGened {
    width: 55px;
    float: left;
    margin-top: 5px;
}

.celia.enquiry-form input#osolCatchaTxt0 {
    width: 79% !important;
    padding-right: 0px !important;
}

.celia.enquiry-form div#apply_form {
    width: 540px;
    margin: 0 auto;
}

.celia.enquiry-form td.cacheTdLast {
    padding-right: 0px !important;
}

.celia.enquiry-form #apply_form .error {
    background-color: #fe1111;
    text-align: center;
    background: #fe1111;
    margin: 20px 0 0 0;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 15px;
}

.celia.enquiry-form #apply_form p.sucess {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    padding: 20px 0 20px 0;
    background: #2ebf16;
    border-radius: 10px;
    margin: 0px auto 23px auto;
}

.celia.enquiry-form .submit_commercial_Btn {
    background-image: url('img/submit_form.png') !important;
}

.celia.enquiry-form #apply_form table#miyazaki tbody td.submit_commercial_Btn {
    width: 286px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    height: 112px;
    left: 500px;
    margin-top: 20px;
}

.celia.enquiry-form .submit_commercial_Btn input#apply {
    width: 100%;
    height: 112px;
    margin-left: 4px;
    opacity: 0;
    cursor: pointer;
    -webkit-appearance: none;
}

.celia.enquiry-form p.refresh-code.enquiryReCache {
    font-size: 12px;
    color: #ff8509;
    text-decoration: underline;
    margin: 0 0 0 5px;
    cursor: pointer;
}

.celia.enquiry-form input#osolCatchaTxt0 {
    width: 52% !important;
    padding-right: 0px !important;
    float: left;
}

/*Tertiary*/
.celia.tertiary #apply_form table#miyazaki tr td:first-child {
    width: 100%;
    display: inline-block;
    text-align: right;
    padding: 0 10px 0 0;
    line-height: 42px;
    border-right: 0px;
    background: transparent;
}

.celia.tertiary #apply_form table#miyazaki tbody td {
    border-bottom: 0px;
    padding: 5px 12px 10px 10px;
    background: transparent;
}

.celia.tertiary span.st {
    color: #F00;
}

.celia.tertiary table#miyazaki {
    width: 100%;
    border: 0;
    margin: 0 auto 20px auto;
    width: 100%;
    display: block;
    text-align: center;
}

.celia.tertiary #miyazaki td {
    vertical-align: top;
}

.celia.tertiary p.hints {
    display: none !important;
}

.celia.tertiary #apply_form table#miyazaki input[type="text"],
#apply_form table#miyazaki textarea,
#apply_form table#miyazaki select {
    width: 99%;
    resize: none;
    border-radius: 6px;
    border: 1px solid rgb(169, 169, 169);
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 4px;
    display: block;
}

.celia.tertiary #apply_form table#miyazaki textarea {
    height: 100px;
}

.celia.tertiary #apply_form .shop-address {
    margin: 10px 0 10px 0;
    width: 300px;
    font-size: 14px;
    text-align: left
}

.celia.tertiary p.cacheImgGened {
    width: 55px;
    float: left;
    margin-top: 5px;
}

.celia.tertiary input#osolCatchaTxt0 {
    width: 79% !important;
    padding-right: 0px !important;
}

.celia.tertiary div#apply_form {
    width: 540px;
    margin: 0 auto;
}

.celia.tertiary td.cacheTdLast {
    padding-right: 0px !important;
}

.celia.tertiary #apply_form .error {
    background-color: #fe1111;
    text-align: center;
    background: #fe1111;
    margin: 20px 0 0 0;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 15px;
}

.celia.tertiary #apply_form p.sucess {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    padding: 20px 0 20px 0;
    background: #2ebf16;
    border-radius: 10px;
    margin: 0px auto 23px auto;
}

.celia.tertiary .submit_commercial_Btn {
    background-image: url('img/submit_form.png') !important;
}

.celia.tertiary #apply_form table#miyazaki tbody td.submit_commercial_Btn {
    width: 286px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    height: 112px;
    left: 500px;
    margin-top: 20px;
}

.celia.tertiary .submit_commercial_Btn input#apply {
    width: 100%;
    height: 112px;
    margin-left: 4px;
    opacity: 0;
    cursor: pointer;
    -webkit-appearance: none;
}

.celia.tertiary p.refresh-code.enquiryReCache {
    font-size: 12px;
    color: #ff8509;
    text-decoration: underline;
    margin: 0 0 0 5px;
    cursor: pointer;
}

.celia.tertiary input#osolCatchaTxt0 {
    width: 52% !important;
    padding-right: 0px !important;
    float: left;
}

.btnConTer {
    position: fixed;
    bottom: 245px;
    right: -47px;
    text-align: center;
    z-index: 300;
}


.btnConTer img {
    cursor: pointer;
    width: 55%;
}

/*effect*/
.slick-arrow {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.slick-arrow:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
}

a.orange:hover {
    text-decoration: underline;
}

ul.reg-ul img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

ul.reg-ul img:hover {
    filter: brightness(120%);
    -webkit-filter: brightness(120%);
}

ul.footer-menu-ul.footer-menu-ul-1 a:hover,
ul.main-nav-rlinks a:hover {
    color: #ef8f2e;
    text-decoration: underline;
}

a.reg-btn {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a.reg-btn:hover {
    filter: brightness(110%);
    -webkit-filter: brightness(110%);
}

@media screen and (min-width:1275px) {
    .main-btn-ul li {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        padding-top: 3px;
    }

    .main-btn-ul li:hover {
        padding-top: 0px;
        filter: brightness(110%);
        -webkit-filter: brightness(110%);
    }

    .centerApplyNowContainer .lowerMenuPart a:hover {
        transform: scale(1.1);
        z-index: 99999;
    }

    .centerApplyNowContainer .lowerMenuPart a:hover&gt;div {
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    }

}

@media screen and (max-width:1275px) {
    .main-btn-ul li {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .main-btn-ul li:hover {
        filter: brightness(110%);
        -webkit-filter: brightness(110%);
    }

    .about-us.corporate-news-detail .content-div .news-block&gt;table {
        margin: 20px auto 20px auto;
        width: 100%;

    }
}



/*wharton edited 28/09/2020*/
.whartonNumUl li {
    list-style-type: decimal !important;
}


.whartonTextCenter {
    text-align: center;
}

.whartonTextLeft {
    text-align: left;
}

.whartonTitle {
    font-size: 24px !important;
}

.whartonNorSize {
    font-size: 16px !important;
}

.commerical-vehicle-content-div .whartonContent-table {
    max-width: 731px;
    margin: 0 auto;
}

.course.commercial .whartonContent-table tr td {
    padding: 10px;
    line-height: 30px;
    font-size: 100%;
}

.course.commercial .whartonContent-table tr td:first-child {
    background-color: #5f5f5f;
    border: 1px solid #e2e2e2;
    font-size: 14px;
    width: 26.5% !important;
    color: #fff;
}

.course.commercial .whartonContent-table tr td:nth-child(2) {
    background-color: #eeeeee;
    border: 1px solid #e2e2e2;
    max-width: 580px;
}

.course.commercial .whartonContent-table tr td:first-child {
    background-color: #5f5f5f;
    border: 1px solid #e2e2e2;
    font-size: 18px;
    width: 18% !important;
}

.middle-blk .whartonTaxi-table-container {
    max-width: 1070px;
    margin: 0 auto;
    position: relative;
}

.middle-blk .whartonTaxi-table-container .whartonTaxi-Content-table {
    max-width: 62.5%;
    float: right;
}

.middle-blk .whartonTaxi-table-container .whartonTaxi-Content-table tr td {
    padding: 10px;
    line-height: 40px;
}

.middle-blk .whartonTaxi-table-container .whartonTaxi-Content-table tr td:first-child {
    background-color: #5f5f5f;
    border: 1px solid #e2e2e2;
    width: 26.5% !important;
    color: #fff;
}

.middle-blk .whartonTaxi-table-container .whartonTaxi-Content-table tr td:nth-child(2) {
    background-color: #eeeeee;
    border: 1px solid #e2e2e2;
    max-width: 480px;
}

.middle-blk .whartonTaxi-table-container .whartonTaxi-Content-table ul li {
    margin-left: 20px;
}

.centerApplyNowContainer .upperApplyTitle img {
    width: 100.5%;
}


/* Wharton Add */
.submenu-blk.info {
    height: 300px;
}</pre></body></html>