@charset 'UTF-8';
#powerTip{cursor:default;background-color:#333;background-color:rgba(0,0,0,.8);border-radius:6px;color:#fff;display:none;padding:10px;position:absolute;white-space:nowrap;z-index:2147483647}#powerTip:before{content:"";position:absolute}#powerTip.n:before,#powerTip.s:before{border-right:5px solid transparent;border-left:5px solid transparent;left:50%;margin-left:-5px}#powerTip.e:before,#powerTip.w:before{border-bottom:5px solid transparent;border-top:5px solid transparent;margin-top:-5px;top:50%}#powerTip.n:before{border-top:10px solid #333;border-top:10px solid rgba(0,0,0,.8);bottom:-10px}#powerTip.e:before{border-right:10px solid #333;border-right:10px solid rgba(0,0,0,.8);left:-10px}#powerTip.s:before{border-bottom:10px solid #333;border-bottom:10px solid rgba(0,0,0,.8);top:-10px}#powerTip.w:before{border-left:10px solid #333;border-left:10px solid rgba(0,0,0,.8);right:-10px}#powerTip.ne:before,#powerTip.se:before{border-right:10px solid transparent;border-left:0;left:10px}#powerTip.nw:before,#powerTip.sw:before{border-left:10px solid transparent;border-right:0;right:10px}#powerTip.ne:before,#powerTip.nw:before{border-top:10px solid #333;border-top:10px solid rgba(0,0,0,.8);bottom:-10px}#powerTip.se:before,#powerTip.sw:before{border-bottom:10px solid #333;border-bottom:10px solid rgba(0,0,0,.8);top:-10px}#powerTip.ne-alt:before,#powerTip.nw-alt:before,#powerTip.se-alt:before,#powerTip.sw-alt:before{border-top:10px solid #333;border-top:10px solid rgba(0,0,0,.8);bottom:-10px;border-left:5px solid transparent;border-right:5px solid transparent;left:10px}#powerTip.ne-alt:before,#powerTip.se-alt:before{left:auto;right:10px}#powerTip.se-alt:before,#powerTip.sw-alt:before{border-top:none;border-bottom:10px solid #333;border-bottom:10px solid rgba(0,0,0,.8);bottom:auto;top:-10px}body{
    position: inherit !important;
}
@-moz-keyframes Ani {
    0% {
        box-shadow: 0 0 0 rgba(255,255,255,0);
        border: 1px solid rgba(255,255,255,0);
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    70% {
        box-shadow: 0 0 50px #fff;
        border: 1px solid #fff;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        box-shadow: 0 0 60px rgba(255,255,255,0);
        border: 0 solid rgba(255,255,255,0);
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}
@-webkit-keyframes Ani {
    0% {
        box-shadow: 0 0 0 rgba(255,255,255,0);
        border: 1px solid rgba(255,255,255,0);
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    70% {
        box-shadow: 0 0 50px #fff;
        border: 1px solid #fff;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        box-shadow: 0 0 60px rgba(255,255,255,0);
        border: 0 solid rgba(255,255,255,0);
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes Ani {
    0% {
        box-shadow: 0 0 0 rgba(255,255,255,0);
        border: 1px solid rgba(255,255,255,0);
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    70% {
        box-shadow: 0 0 50px #fff;
        border: 1px solid #fff;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        box-shadow: 0 0 60px rgba(255,255,255,0);
        border: 0 solid rgba(255,255,255,0);
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}
#powerTip {
    background-color: #000;
}
#powerTip.n:before {
    border-top: 10px solid rgba(0,0,0,1);
}
#powerTip.s:before {
    border-bottom: 10px solid #000;
}
#powerTip.e:before {
    border-right: 10px solid #000;
}
#powerTip.w:before {
    border-left: 10px solid #000;
    right: -10px
}
#powerTip.ne:before,#powerTip.nw:before {
    border-top: 10px solid #000;
    border-top: 10px solid rgba(0,0,0,1);
}
#powerTip.se:before,#powerTip.sw:before {
    border-bottom: 10px solid #000;
    border-bottom: 10px solid rgba(0,0,0,1);
}
#powerTip.nw-alt:before,#powerTip.ne-alt:before,#powerTip.sw-alt:before,#powerTip.se-alt:before {
    border-top: 10px solid #000;
    border-top: 10px solid rgba(0,0,0,1);
}
#powerTip.sw-alt:before,#powerTip.se-alt:before {
    border-bottom: 10px solid #000;
    border-bottom: 10px solid rgba(0,0,0,1);
}
.wrap_svl {
    position: relative;
    float: left;
    margin: 0 auto;    
    max-width: 100%;
}
.wrap_svl:after{
	content: "";
	display: table;
	clear: both;
}
.images_wrap img {
    width: 100%;
    height: auto;
    display: block;
}
.drag_element {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 1px;
    min-height: 1px;
}
.point_style{
	position: relative;
    z-index: 10;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    box-sizing: border-box;
    text-align: center;
}
.point_style img{
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
    max-width: inherit;
}
body .wrap_svl img.pins_image_hover,
body .wrap_svl .point_style.has-hover:hover img.pins_image {
    display: none !important;
}
body .wrap_svl .point_style.has-hover:hover img.pins_image_hover {
    display: block !important;
}
.tolltip_points{
	text-align: center;
}
.tolltip_points img{
	width: 130px;
	height: 130px;
	border: 1px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.tolltip_points .points_name{
	display: block;
	font-size: 16px;
}
.tolltip_points .points_desc{
	display: block;
	font-size: 14px;
}
.mobile_points_wrap{
	display: none;
}
.mobile_points_box {
    width: 50%;
    float: left;
    padding: 0 5px 15px 5px;
    text-align: center;
}
.img_points_box {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #fff;
}
.img_points_box img {
    width: 100%;
    height: 100%;
}
.mobile_points_box:nth-child(2n+1) {
    clear: both;
}
ul.list_content_point {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}
ul.list_content_point li {
    position: relative;
    padding: 3px 0 0 20px;
    margin: 0 0 5px 0;
}
ul.list_content_point li:before {
    content: "";
    font-family: FontAwesome;  
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;  
}
ul.list_content_point li.address_point:before {
    content: "\f041";    
}
ul.list_content_point li.person_point:before {
    content: "\f183";    
}
ul.list_content_point li.tel_point:before {
    content: "\f095";    
}
ul.list_content_point li.fax_point:before {
    content: "\f1ac";    
    font-size: 15px;
    top: 4px;
}
ul.list_content_point li.mail_point:before {
    content: "\f0e0";    
    font-size: 15px;
    top: 4px;
}
.box_view_html {
    color: #fff;
    font-weight: 300;
    max-width: 530px;
    white-space: normal;
    overflow: hidden;
    position: relative;
}
.thumb_point {
    float: left;
    width: 30%;
}
.has-thumb .content_point {
    width: 70%;
    float: left;
    padding: 0 0 0 15px;
}
.has-thumb .content_point h3 {
    font-size: 19px;
}
.linkto_point {
    text-align: right;
    margin: 20px 0 0 0;
}
.wrap_svl_center {
    text-align: center;
}
.wrap_svl_center_box {
    display: inline-block;
}
body .point_style a img,
body .point_style img {
    max-width: inherit !important;
    vertical-align: inherit;
    border-radius: 0 !important;;
    -moz-border-radius: 0 !important;;
    -webkit-border-radius: 0 !important;;
    box-shadow: none !important;;
    -moz-box-shadow: none !important;;
    -webkit-box-shadow: none !important;;
}
.pins_animation{
	border: 3px solid rgba(255,255,255,.5);
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: 0 0 20px rgba(255,255,255,.5);
    pointer-events: none;
}
.pins_animation.ihotspot_pulse{
    -moz-animation: Ani 2s infinite;
    -webkit-animation: Ani 2s infinite;
    animation: Ani 2s infinite;
}
span.close_ihp {
    display: none;
}
body .point_style a:hover img {
    background: transparent !important;
}
span.close_ihp svg {
    width: 25px;
    height: 25px;
}

@media (max-width: 500px){
    .ihp_popup_full div#powerTip {
        position: fixed;
        top: 0 !important;
        left: 0 !important;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .ihp_popup_full span.close_ihp {
        display: block;
        float: right;
        width: 25px;
        height: 25px;
    }
    .ihp_popup_full span.close_ihp svg {
        fill: #fff;
    }
}/**
* kk Star Ratings
* @see https://github.com/kamalkhan/kk-star-ratings
*/

.kk-star-ratings {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* vertical-align: text-top; */
}

.kk-star-ratings.kksr-shortcode {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.kk-star-ratings.kksr-valign-top {
    margin-bottom: 2rem;
}

.kk-star-ratings.kksr-valign-bottom {
    margin-top: 2rem;
}

.kk-star-ratings.kksr-align-left {
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

.kk-star-ratings.kksr-align-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.kk-star-ratings.kksr-align-right {
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

.kk-star-ratings .kksr-muted {
    opacity: .5;
}

.kk-star-ratings .kksr-stars {
    position: relative;
}

.kk-star-ratings .kksr-stars .kksr-stars-active,
.kk-star-ratings .kksr-stars .kksr-stars-inactive {
    display: flex;
}

.kk-star-ratings .kksr-stars .kksr-stars-active {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.kk-star-ratings .kksr-stars .kksr-star {
    cursor: pointer;
    padding-right: 0px;
}

.kk-star-ratings.kksr-disabled .kksr-stars .kksr-star {
    cursor: default;
}

/* .kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star:last-child,
.kk-star-ratings .kksr-stars .kksr-stars-inactive .kksr-star:last-child {
    padding-right: 0px !important;
} */

.kk-star-ratings .kksr-stars .kksr-star .kksr-icon {
    transition: .3s all;
}

/* Images */

.kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-stars-active {
    width: 0 !important;
}

.kk-star-ratings .kksr-stars .kksr-star .kksr-icon,
.kk-star-ratings:not(.kksr-disabled) .kksr-stars .kksr-star:hover ~ .kksr-star .kksr-icon {
    background-image: url(//www.lkhpd.com.sg/wp-content/plugins/kk-star-ratings/src/core/public/svg/inactive.svg);
}

.kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon {
    background-image: url(//www.lkhpd.com.sg/wp-content/plugins/kk-star-ratings/src/core/public/svg/active.svg);
}

.kk-star-ratings.kksr-disabled .kksr-stars .kksr-stars-active .kksr-star .kksr-icon,
.kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-star .kksr-icon {
    background-image: url(//www.lkhpd.com.sg/wp-content/plugins/kk-star-ratings/src/core/public/svg/selected.svg);
}

/* Legend */

.kk-star-ratings .kksr-legend {
    margin-left: .75rem;
    margin-right: .75rem;
    /* font-size: 90%; */
    /* opacity: .8; */
    /* line-height: 1; */
}

/* RTL */

[dir="rtl"] .kk-star-ratings .kksr-stars .kksr-stars-active {
    left: auto;
    right: 0;
}

/* [dir="rtl"] .kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star:last-child,
[dir="rtl"] .kk-star-ratings .kksr-stars .kksr-stars-inactive .kksr-star:last-child {
    padding-left: 0px !important;
} */@font-face {font-family: 'stmicons';src:url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/stmicons.eot?qudpua);src:url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/stmicons.eot?qudpua#iefix) format('embedded-opentype'),url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/stmicons.ttf?qudpua) format('truetype'),url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/stmicons.woff?qudpua) format('woff'),url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/stmicons.svg?qudpua#stmicons) format('svg');font-weight: normal;font-style: normal;}[class^="stmicon-"], [class*=" stmicon-"] {font-family: 'stmicons' !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.stmicon-portfolio_next:before {content: "\ec90";}.stmicon-portfolio_prev:before {content: "\ec91";}.stmicon-quote4:before {content: "\ec8e";}.stmicon-woo_cart:before {content: "\ec88";}.stmicon-woo_zoom:before {content: "\ec89";}.stmicon-google_play:before {content: "\ec92";}.stmicon-creative-agency-two-quote:before {content: "\ec93";}.stmicon-text:before {content: "\ec8d";}.stmicon-bon_appetit_diamond:before {content: "\ec8a";}.stmicon-bon_appetit_glasses:before {content: "\ec8c";}.stmicon-bon_appetit_apple:before {content: "\ec84";}.stmicon-bon_appetit_cofee:before {content: "\ec85";}.stmicon-bon_appetit_cup:before {content: "\ec86";}.stmicon-bon_appetit_knife_and_fork:before {content: "\ec87";}.stmicon-charity_clock2:before {content: "\ec82";}.stmicon-charity_map-pin:before {content: "\ec83";}.stmicon-charity_binoculars:before {content: "\ec7e";}.stmicon-charity_box:before {content: "\ec7f";}.stmicon-charity_head_time:before {content: "\ec80";}.stmicon-charity_like:before {content: "\ec81";}.stmicon-skype:before {content: "\e91a";}.stmicon-phone:before {content: "\e91b";}.stmicon-clock:before {content: "\e91c";}.stmicon-envelope:before {content: "\e91d";}.stmicon-fax:before {content: "\e91e";}.stmicon-globe:before {content: "\e91f";}.stmicon-pin_small:before {content: "\e920";}.stmicon-settings:before {content: "\e919";}.stmicon-shield:before {content: "\e914";}.stmicon-add:before {content: "\e915";}.stmicon-pen:before {content: "\e916";}.stmicon-random:before {content: "\e917";}.stmicon-shoping_cart:before {content: "\e918";}.stmicon-cinema:before {content: "\e911";}.stmicon-download:before {content: "\e912";}.stmicon-world:before {content: "\e913";}.stmicon-loupe:before {content: "\e910";}.stmicon-arrow-left:before {content: "\e90f";}.stmicon-pencil:before {content: "\e90e";}.stmicon-replay:before {content: "\e90c";}.stmicon-heart:before {content: "\e90d";}.stmicon-calendar:before {content: "\e90a";}.stmicon-comment:before {content: "\e90b";}.stmicon-arrow-circle-left:before {content: "\e900";}.stmicon-arrow-circle-right:before {content: "\e901";}.stmicon-arrow-more:before {content: "\e902";}.stmicon-can:before {content: "\e903";}.stmicon-cart:before {content: "\e904";}.stmicon-icon-wide:before {content: "\e905";}.stmicon-image:before {content: "\e906";}.stmicon-microphone:before {content: "\e907";}.stmicon-pin:before {content: "\e908";}.stmicon-post-line:before {content: "\e909";}.stmicon-charity_calendar:before {content: "\ec53";}.stmicon-charity_clock:before {content: "\ec54";}.stmicon-charity_earth:before {content: "\ec55";}.stmicon-charity_envelope:before {content: "\ec56";}.stmicon-charity_peoples:before {content: "\ec57";}.stmicon-charity_phone:before {content: "\ec58";}.stmicon-charity_piggy_bank:before {content: "\ec59";}.stmicon-charity_projects:before {content: "\ec5a";}.stmicon-charity_ribbon:before {content: "\ec5b";}.stmicon-charity_wreath:before {content: "\ec5c";}.stmicon-icon-title-shape:before {content: "\ec52";}.stmicon-beaker2:before {content: "\ec3f";}.stmicon-bones:before {content: "\ec40";}.stmicon-dialpad:before {content: "\ec41";}.stmicon-ear:before {content: "\ec42";}.stmicon-genome:before {content: "\ec43";}.stmicon-helicopter:before {content: "\ec44";}.stmicon-med_calendar:before {content: "\ec45";}.stmicon-med_clock:before {content: "\ec46";}.stmicon-med_date:before {content: "\ec47";}.stmicon-med_dialpad:before {content: "\ec48";}.stmicon-med_eye:before {content: "\ec4a";}.stmicon-med_heartbeat:before {content: "\ec4b";}.stmicon-med_mail:before {content: "\ec4c";}.stmicon-med_message:before {content: "\ec4d";}.stmicon-med_time:before {content: "\ec4e";}.stmicon-med_user:before {content: "\ec50";}.stmicon-pinny:before {content: "\ec51";}.stmicon-arrow_left_beauty:before {content: "\eb93";}.stmicon-arrow_right_beauty:before {content: "\eb94";}.stmicon-alarm:before {content: "\eb95";}.stmicon-apartment:before {content: "\eb96";}.stmicon-advice_hc:before {content: "\eb8c";}.stmicon-alarm_hc:before {content: "\eb8d";}.stmicon-apple_hc:before {content: "\eb8e";}.stmicon-dumbbell_hc:before {content: "\eb8f";}.stmicon-heartbeat_hc:before {content: "\eb90";}.stmicon-shoes_hc:before {content: "\eb91";}.stmicon-woman_hc:before {content: "\eb92";}.stmicon-icon_quote_beauty:before {content: "\eb8b";}.stmicon-crown_beauty:before {content: "\eb7e";}.stmicon-menu_sep_beauty:before {content: "\eb7f";}.stmicon-phone_beauty:before {content: "\eb80";}.stmicon-clock_beauty:before {content: "\eb81";}.stmicon-map_beauty:before {content: "\eb82";}.stmicon-aircraft_case:before {content: "\eb83";}.stmicon-brain_lamp_idea:before {content: "\eb84";}.stmicon-document_page_list:before {content: "\eb85";}.stmicon-key_gear:before {content: "\eb86";}.stmicon-magnifier_chart:before {content: "\eb87";}.stmicon-monitor_graph:before {content: "\eb88";}.stmicon-up_arrow_progress_graph:before {content: "\eb89";}.stmicon-support_b:before {content: "\eb8a";}.stmicon-buddy:before {content: "\eb7d";}.stmicon-calendar3:before {content: "\ea1d";}.stmicon-case_b:before {content: "\ea1e";}.stmicon-comment3:before {content: "\ea1f";}.stmicon-contact_b:before {content: "\ea20";}.stmicon-date_time:before {content: "\ea21";}.stmicon-email_b:before {content: "\ea22";}.stmicon-envelope_b:before {content: "\ea23";}.stmicon-photo:before {content: "\ea24";}.stmicon-pin_b:before {content: "\ea25";}.stmicon-quote_b:before {content: "\ea26";}.stmicon-science:before {content: "\ea27";}.stmicon-soft:before {content: "\ea28";}.stmicon-talk:before {content: "\ea29";}.stmicon-tech:before {content: "\ea2a";}.stmicon-time_b:before {content: "\ea2b";}.stmicon-user_b:before {content: "\ea2c";}.stmicon-zoom2:before {content: "\ea2d";}.stmicon-atom:before {content: "\ea2e";}.stmicon-blank2:before {content: "\ea2f";}.stmicon-building:before {content: "\eb6c";}.stmicon-bulb_b:before {content: "\eb6d";}.stmicon-case3:before {content: "\eb6e";}.stmicon-chair:before {content: "\eb6f";}.stmicon-coin:before {content: "\eb70";}.stmicon-darts:before {content: "\eb71";}.stmicon-diagramm_svg:before {content: "\eb72";}.stmicon-diploma:before {content: "\eb73";}.stmicon-envelope_b2:before {content: "\eb74";}.stmicon-eye_b:before {content: "\eb75";}.stmicon-grow:before {content: "\eb76";}.stmicon-hands:before {content: "\eb77";}.stmicon-notebook_b:before {content: "\eb78";}.stmicon-phone_b:before {content: "\eb79";}.stmicon-quote2:before {content: "\eb7a";}.stmicon-service:before {content: "\eb7b";}.stmicon-targeting:before {content: "\eb7c";}.stmicon-boat:before {content: "\eb64";}.stmicon-delivery:before {content: "\eb65";}.stmicon-departure:before {content: "\eb66";}.stmicon-bb_clock:before {content: "\ea19";}.stmicon-bb_phone:before {content: "\ea1a";}.stmicon-bb_pin:before {content: "\ea1b";}.stmicon-uniE698:before {content: "\e698";}.stmicon-uniE699:before {content: "\e699";}.stmicon-uniE69A:before {content: "\e69a";}.stmicon-uniE69C:before {content: "\e69c";}.stmicon-uniE69D:before {content: "\e69d";}.stmicon-uniE69E:before {content: "\e6d3";}.stmicon-uniE6A5:before {content: "\e6a5";}.stmicon-uniE6A6:before {content: "\e6a6";}.stmicon-uniE6A7:before {content: "\e6a7";}.stmicon-uniE6A8:before {content: "\e6a8";}.stmicon-uniE6A9:before {content: "\e6a9";}.stmicon-bon-phrase:before {content: "\e673";}.stmicon-bon-soup:before {content: "\e674";}.stmicon-bon-clock:before {content: "\e675";}.stmicon-bon-chevron-bottom:before {content: "\e676";}.stmicon-bon-calendar:before {content: "\e677";}.stmicon-bon-guitar:before {content: "\e678";}.stmicon-bon-pie:before {content: "\e679";}.stmicon-bon-envelope:before {content: "\e67a";}.stmicon-bon-user:before {content: "\e67b";}.stmicon-bon-plate:before {content: "\e67c";}.stmicon-bon-innk:before {content: "\e67d";}.stmicon-bon-pen:before {content: "\e67e";}.stmicon-bon-phone:before {content: "\e67f";}.stmicon-bon-quote:before {content: "\e6d4";}.stmicon-bon-pin:before {content: "\e681";}.stmicon-bon-triangle:before {content: "\e682";}.stmicon-bon-triangle-top:before {content: "\e683";}.stmicon-bon-cap:before {content: "\e684";}.stmicon-uniE685:before {content: "\e685";}.stmicon-bon-house:before {content: "\e9d5";}.stmicon-bon-house-round:before {content: "\e9d6";}.stmicon-bon-house-solid:before {content: "\e9d7";}.stmicon-bon-building:before {content: "\e9d8";}.stmicon-bon-document:before {content: "\e9d9";}.stmicon-bon-pen-2:before {content: "\e9da";}.stmicon-bon-pencil:before {content: "\e9db";}.stmicon-bon-style:before {content: "\e9dc";}.stmicon-clock3:before {content: "\e65b";}.stmicon-bag2:before {content: "\e669";}.stmicon-map2:before {content: "\e670";}.stmicon-phone22:before {content: "\e671";}.stmicon-search2:before {content: "\e633";}.stmicon-chevron-left:before {content: "\e634";}.stmicon-chevron-top:before {content: "\e635";}.stmicon-chevron-right:before {content: "\e636";}.stmicon-chevron-bottom:before {content: "\e637";}.stmicon-roundels:before {content: "\e638";}.stmicon-clock22:before {content: "\e639";}.stmicon-calculator:before {content: "\e63a";}.stmicon-man:before {content: "\e642";}.stmicon-map-marker:before {content: "\e643";}.stmicon-angle-left:before {content: "\e644";}.stmicon-angle-top:before {content: "\e645";}.stmicon-angle-bottom:before {content: "\e646";}.stmicon-angle-right:before {content: "\e647";}.stmicon-list:before {content: "\e648";}.stmicon-badge:before {content: "\e649";}.stmicon-calendar4:before {content: "\e64a";}.stmicon-eye3:before {content: "\e64b";}.stmicon-comments:before {content: "\e64c";}.stmicon-user:before {content: "\e64d";}.stmicon-reply2:before {content: "\e64e";}.stmicon-layers:before {content: "\e64f";}.stmicon-clock-2:before {content: "\e650";}.stmicon-arrow-top-bottom:before {content: "\e651";}.stmicon-arrow-bottom:before {content: "\e652";}.stmicon-arrow-top2:before {content: "\e653";}.stmicon-arrow-next:before {content: "\e97e";}.stmicon-arrow-prev:before {content: "\e97f";}.stmicon-arrow-top-right:before {content: "\e980";}.stmicon-arrow-bottom-left:before {content: "\e981";}.stmicon-globe2:before {content: "\e982";}.stmicon-tracking:before {content: "\e983";}.stmicon-clock4:before {content: "\e984";}.stmicon-email:before {content: "\e985";}.stmicon-fax2:before {content: "\e986";}.stmicon-location:before {content: "\e987";}.stmicon-location-2:before {content: "\e988";}.stmicon-phone3:before {content: "\e989";}.stmicon-iphone:before {content: "\e98a";}.stmicon-check:before {content: "\e98b";}.stmicon-testimonial:before {content: "\e98c";}.stmicon-testimonials-new-1:before {content: "\e98d";}.stmicon-testimonials-new-2:before {content: "\e98e";}.stmicon-download2:before {content: "\e98f";}.stmicon-skype2:before {content: "\e990";}.stmicon-case:before {content: "\e991";}.stmicon-reply:before {content: "\e992";}.stmicon-edit:before {content: "\e993";}.stmicon-zoom-in:before {content: "\e994";}.stmicon-search:before {content: "\e995";}.stmicon-comment2:before {content: "\e996";}.stmicon-support:before {content: "\e997";}.stmicon-fast-delivery:before {content: "\e998";}.stmicon-security:before {content: "\e999";}.stmicon-google-plus:before {content: "\e99a";}.stmicon-play:before {content: "\e99b";}@font-face {font-family: 'stmicons';src:url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/beauty/stmicons.eot?rfif1c);src:url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/beauty/stmicons.eot?rfif1c#iefix) format('embedded-opentype'),url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/beauty/stmicons.ttf?rfif1c) format('truetype'),url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/beauty/stmicons.woff?rfif1c) format('woff'),url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/beauty/stmicons.svg?rfif1c#stmicons) format('svg');font-weight: normal;font-style: normal;}[class^="stmicon-"], [class*=" stmicon-"] {font-family: 'stmicons' !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.stmicon-flower-2:before {content: "\e617";}.stmicon-phone2:before {content: "\e616";}.stmicon-clock2:before {content: "\e600";}.stmicon-hairdryer:before {content: "\e601";}.stmicon-pomade:before {content: "\e602";}.stmicon-pencil2:before {content: "\e603";}.stmicon-powder:before {content: "\e604";}.stmicon-clips:before {content: "\e605";}.stmicon-epilator:before {content: "\e606";}.stmicon-perfume:before {content: "\e607";}.stmicon-lips:before {content: "\e608";}.stmicon-mirror:before {content: "\e609";}.stmicon-flourish:before {content: "\e60a";}.stmicon-flourish-2:before {content: "\e60b";}.stmicon-icon-1:before {content: "\e60c";}.stmicon-icon-2:before {content: "\e60d";}.stmicon-bag:before {content: "\e60e";}.stmicon-shoe:before {content: "\e60f";}.stmicon-cosmetics:before {content: "\e610";}.stmicon-comb:before {content: "\e611";}.stmicon-comb-2:before {content: "\e612";}.stmicon-icon-3:before {content: "\e613";}.stmicon-eye:before {content: "\e614";}.stmicon-map:before {content: "\e615";}.stmicon-hairdryer2:before {content: "\e65c";}.stmicon-pomade2:before {content: "\e65d";}.stmicon-pencil23:before {content: "\e65e";}.stmicon-powder2:before {content: "\e65f";}.stmicon-clips2:before {content: "\e660";}.stmicon-epilator2:before {content: "\e661";}.stmicon-perfume2:before {content: "\e662";}.stmicon-lips2:before {content: "\e663";}.stmicon-mirror2:before {content: "\e664";}.stmicon-flourish2:before {content: "\e665";}.stmicon-flourish-22:before {content: "\e666";}.stmicon-icon-12:before {content: "\e6d6";}.stmicon-icon-22:before {content: "\e668";}.stmicon-shoe2:before {content: "\e66a";}.stmicon-cosmetics2:before {content: "\e66b";}.stmicon-comb2:before {content: "\e66c";}.stmicon-comb-22:before {content: "\e66d";}.stmicon-icon-32:before {content: "\e66e";}.stmicon-eye2:before {content: "\e66f";}.stmicon-flower-22:before {content: "\e672";}@font-face {font-family: 'stmicons';src:url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/church/stmicons.eot?vgec5k);src:url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/church/stmicons.eot?vgec5k#iefix) format('embedded-opentype'),url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/church/stmicons.ttf?vgec5k) format('truetype'),url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/church/stmicons.woff?vgec5k) format('woff'),url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/church/stmicons.svg?vgec5k#stmicons) format('svg');font-weight: normal;font-style: normal;}[class^="stmicon-"], [class*=" stmicon-"] {font-family: 'stmicons' !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.stmicon-church-angel:before {content: "\d1000";}.stmicon-church-ask-question:before {content: "\d1001";}.stmicon-church-audio:before {content: "\d1002";}.stmicon-church-calendar:before {content: "\d1003";}.stmicon-church-calendar-flower:before {content: "\d1004";}.stmicon-church-chevron-right:before {content: "\d1005";}.stmicon-church-document:before {content: "\d1006";}.stmicon-church-donation:before {content: "\d1007";}.stmicon-church-download:before {content: "\d1008";}.stmicon-church-envelope:before {content: "\d1009";}.stmicon-church-hand-flower:before {content: "\d100a";}.stmicon-church-hands-flower:before {content: "\d100b";}.stmicon-church-map-pin:before {content: "\d100c";}.stmicon-church-peoples:before {content: "\d100d";}.stmicon-church-phone:before {content: "\d100e";}.stmicon-church-video:before {content: "\d100f";}@font-face {font-family: 'stmicons';src:url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/construction/stmicons.eot?gaay08);src:url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/construction/stmicons.eot?gaay08#iefix) format('embedded-opentype'),url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/construction/stmicons.ttf?gaay08) format('truetype'),url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/construction/stmicons.woff?gaay08) format('woff'),url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/construction/stmicons.svg?gaay08#stmicons) format('svg');font-weight: normal;font-style: normal;}[class^="stmicon-"], [class*=" stmicon-"] {font-family: 'stmicons' !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.stmicon-uniE686:before {content: "\e686";}.stmicon-uniE687:before {content: "\e687";}.stmicon-uniE688:before {content: "\e688";}.stmicon-uniE689:before {content: "\e689";}.stmicon-uniE68A:before {content: "\e68a";}.stmicon-uniE68B:before {content: "\e68b";}.stmicon-uniE68C:before {content: "\e68c";}.stmicon-uniE68D:before {content: "\e68d";}.stmicon-uniE68E:before {content: "\e68e";}.stmicon-uniE68F:before {content: "\e68f";}.stmicon-uniE690:before {content: "\e690";}.stmicon-uniE691:before {content: "\e691";}.stmicon-uniE692:before {content: "\e692";}.stmicon-uniE693:before {content: "\e693";}.stmicon-uniE694:before {content: "\e694";}.stmicon-uniE695:before {content: "\e695";}.stmicon-uniE696:before {content: "\e696";}.stmicon-uniE697:before {content: "\e697";}.stmicon-uniE69B:before {content: "\e69b";}.stmicon-uniE69F:before {content: "\e69f";}.stmicon-uniE6A0:before {content: "\e6a0";}.stmicon-uniE6A1:before {content: "\e6a1";}.stmicon-uniE6A2:before {content: "\e6a2";}.stmicon-uniE6A3:before {content: "\e6a3";}.stmicon-uniE6A4:before {content: "\e6a4";}@font-face {font-family: 'stmicons';src:url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/consulting/stmicons.eot?3d6lap);src:url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/consulting/stmicons.eot?3d6lap#iefix) format('embedded-opentype'),url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/consulting/stmicons.ttf?3d6lap) format('truetype'),url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/consulting/stmicons.woff?3d6lap) format('woff'),url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/consulting/stmicons.svg?3d6lap#stmicons) format('svg');font-weight: normal;font-style: normal;}[class^="stmicon-"], [class*=" stmicon-"] {font-family: 'stmicons' !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.stmicon-consulting_comment:before {content: "\d932a";}.stmicon-consulting_comment2:before {content: "\d932b";}.stmicon-consulting_comments:before {content: "\d932c";}.stmicon-consulting_notepad:before {content: "\d932d";}.stmicon-consulting_pin:before {content: "\d932e";}.stmicon-consulting_rocket:before {content: "\d932f";}.stmicon-consulting_schedule:before {content: "\d9330";}.stmicon-consulting_schedule2:before {content: "\d9331";}.stmicon-consulting_scholar:before {content: "\d9332";}.stmicon-consulting_settings:before {content: "\d9333";}.stmicon-consulting_specialist:before {content: "\d9334";}.stmicon-consulting_target:before {content: "\d9335";}.stmicon-consulting_views:before {content: "\d9336";}.stmicon-consulting_quote:before {content: "\d9337";}@font-face {font-family: 'stmicons';src:url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/feather/stmicons.eot?gipaw4);src:url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/feather/stmicons.eot?gipaw4#iefix) format('embedded-opentype'),url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/feather/stmicons.ttf?gipaw4) format('truetype'),url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/feather/stmicons.woff?gipaw4) format('woff'),url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/feather/stmicons.svg?gipaw4#stmicons) format('svg');font-weight: normal;font-style: normal;}[class^="stmicon-"], [class*=" stmicon-"] {font-family: 'stmicons' !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.stmicon-eye4:before {content: "\e000";}.stmicon-paper-clip:before {content: "\e001";}.stmicon-mail:before {content: "\e002";}.stmicon-toggle:before {content: "\e003";}.stmicon-layout:before {content: "\e004";}.stmicon-link:before {content: "\e005";}.stmicon-bell2:before {content: "\e006";}.stmicon-lock:before {content: "\e007";}.stmicon-unlock:before {content: "\e008";}.stmicon-ribbon:before {content: "\e009";}.stmicon-image2:before {content: "\e010";}.stmicon-signal:before {content: "\e011";}.stmicon-target2:before {content: "\e012";}.stmicon-clipboard:before {content: "\e013";}.stmicon-clock6:before {content: "\e014";}.stmicon-watch:before {content: "\e015";}.stmicon-air-play:before {content: "\e016";}.stmicon-camera2:before {content: "\e017";}.stmicon-video2:before {content: "\e018";}.stmicon-disc:before {content: "\e019";}.stmicon-printer2:before {content: "\e020";}.stmicon-monitor2:before {content: "\e021";}.stmicon-server:before {content: "\e022";}.stmicon-cog2:before {content: "\e023";}.stmicon-heart3:before {content: "\e024";}.stmicon-paragraph:before {content: "\e025";}.stmicon-align-justify:before {content: "\e026";}.stmicon-align-left:before {content: "\e027";}.stmicon-align-center:before {content: "\e028";}.stmicon-align-right:before {content: "\e029";}.stmicon-book2:before {content: "\e030";}.stmicon-layers2:before {content: "\e031";}.stmicon-stack:before {content: "\e032";}.stmicon-stack-2:before {content: "\e033";}.stmicon-paper2:before {content: "\e034";}.stmicon-paper-stack:before {content: "\e035";}.stmicon-search5:before {content: "\e036";}.stmicon-zoom-in3:before {content: "\e037";}.stmicon-zoom-out:before {content: "\e038";}.stmicon-reply5:before {content: "\e039";}.stmicon-circle-plus:before {content: "\e040";}.stmicon-circle-minus:before {content: "\e041";}.stmicon-circle-check:before {content: "\e042";}.stmicon-circle-cross:before {content: "\e043";}.stmicon-square-plus:before {content: "\e044";}.stmicon-square-minus:before {content: "\e045";}.stmicon-square-check:before {content: "\e046";}.stmicon-square-cross:before {content: "\e047";}.stmicon-microphone2:before {content: "\e048";}.stmicon-record:before {content: "\e049";}.stmicon-skip-back:before {content: "\e050";}.stmicon-rewind:before {content: "\e051";}.stmicon-play4:before {content: "\e052";}.stmicon-pause:before {content: "\e053";}.stmicon-stop:before {content: "\e054";}.stmicon-fast-forward2:before {content: "\e055";}.stmicon-skip-forward:before {content: "\e056";}.stmicon-shuffle:before {content: "\e057";}.stmicon-repeat:before {content: "\e058";}.stmicon-folder2:before {content: "\e059";}.stmicon-umbrella:before {content: "\e060";}.stmicon-moon2:before {content: "\e061";}.stmicon-thermometer:before {content: "\e062";}.stmicon-drop:before {content: "\e063";}.stmicon-sun2:before {content: "\e064";}.stmicon-cloud2:before {content: "\e065";}.stmicon-cloud-upload:before {content: "\e066";}.stmicon-cloud-download:before {content: "\e067";}.stmicon-upload2:before {content: "\e068";}.stmicon-download4:before {content: "\e069";}.stmicon-location4:before {content: "\e070";}.stmicon-location-23:before {content: "\e071";}.stmicon-map22:before {content: "\e072";}.stmicon-battery:before {content: "\e073";}.stmicon-head:before {content: "\e074";}.stmicon-briefcase:before {content: "\e075";}.stmicon-speech-bubble:before {content: "\e076";}.stmicon-anchor:before {content: "\e077";}.stmicon-globe3:before {content: "\e078";}.stmicon-box2:before {content: "\e079";}.stmicon-reload:before {content: "\e080";}.stmicon-share:before {content: "\e081";}.stmicon-marquee:before {content: "\e082";}.stmicon-marquee-plus:before {content: "\e083";}.stmicon-marquee-minus:before {content: "\e084";}.stmicon-tag2:before {content: "\e085";}.stmicon-power:before {content: "\e086";}.stmicon-command:before {content: "\e087";}.stmicon-alt:before {content: "\e088";}.stmicon-esc:before {content: "\e089";}.stmicon-bar-graph:before {content: "\e090";}.stmicon-bar-graph-2:before {content: "\e091";}.stmicon-pie-graph:before {content: "\e092";}.stmicon-star:before {content: "\e093";}.stmicon-arrow-left2:before {content: "\e094";}.stmicon-arrow-right:before {content: "\e095";}.stmicon-arrow-up:before {content: "\e096";}.stmicon-arrow-down:before {content: "\e097";}.stmicon-volume:before {content: "\e098";}.stmicon-mute:before {content: "\e099";}.stmicon-content-right:before {content: "\e100";}.stmicon-content-left:before {content: "\e101";}.stmicon-grid2:before {content: "\e102";}.stmicon-grid-2:before {content: "\e103";}.stmicon-columns:before {content: "\e104";}.stmicon-loader:before {content: "\e105";}.stmicon-bag22:before {content: "\e106";}.stmicon-ban:before {content: "\e107";}.stmicon-flag2:before {content: "\e108";}.stmicon-trash2:before {content: "\e109";}.stmicon-expand2:before {content: "\e110";}.stmicon-contract:before {content: "\e111";}.stmicon-maximize:before {content: "\e112";}.stmicon-minimize:before {content: "\e113";}.stmicon-plus2:before {content: "\e114";}.stmicon-minus:before {content: "\e115";}.stmicon-check3:before {content: "\e116";}.stmicon-cross2:before {content: "\e117";}.stmicon-move:before {content: "\e118";}.stmicon-delete:before {content: "\e119";}.stmicon-menu:before {content: "\e120";}.stmicon-archive:before {content: "\e121";}.stmicon-inbox:before {content: "\e122";}.stmicon-outbox:before {content: "\e123";}.stmicon-file:before {content: "\e124";}.stmicon-file-add:before {content: "\e125";}.stmicon-file-subtract:before {content: "\e126";}.stmicon-help:before {content: "\e127";}.stmicon-open:before {content: "\e128";}.stmicon-ellipsis:before {content: "\e129";}@font-face {font-family: 'stmicons';src:url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/healthcoach/stmicons.eot?he17c3);src:url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/healthcoach/stmicons.eot?he17c3#iefix) format('embedded-opentype'),url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/healthcoach/stmicons.ttf?he17c3) format('truetype'),url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/healthcoach/stmicons.woff?he17c3) format('woff'),url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/healthcoach/stmicons.svg?he17c3#stmicons) format('svg');font-weight: normal;font-style: normal;}[class^="stmicon-"], [class*=" stmicon-"] {font-family: 'stmicons' !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.stmicon-toothpaste:before {content: "\e976";}.stmicon-round-test-tube:before {content: "\e977";}.stmicon-doctor-suitcase:before {content: "\e978";}.stmicon-medicine-pill:before {content: "\e979";}.stmicon-clipboard-with-check-marks:before {content: "\e97a";}.stmicon-cycling:before {content: "\e62d";}.stmicon-runner-left:before {content: "\e62e";}.stmicon-stretches:before {content: "\e62f";}.stmicon-treadmil:before {content: "\e630";}.stmicon-weight-rounded:before {content: "\e631";}.stmicon-yoga:before {content: "\e632";}.stmicon-arrow-top:before {content: "\e62c";}.stmicon-paper:before {content: "\e62b";}.stmicon-quote:before {content: "\e618";}.stmicon-headphones:before {content: "\e62a";}.stmicon-circle:before {content: "\e628";}.stmicon-drugs:before {content: "\e629";}.stmicon-apple-o:before {content: "\e625";}.stmicon-stopwatch:before {content: "\e626";}.stmicon-dumbbell-circle:before {content: "\e627";}.stmicon-smile:before {content: "\e619";}.stmicon-leaf:before {content: "\e61b";}.stmicon-bottle:before {content: "\e61a";}.stmicon-apple:before {content: "\e61c";}.stmicon-big-arrow-r:before {content: "\e61d";}.stmicon-arrow-r:before {content: "\e61e";}.stmicon-big-arrow-l:before {content: "\e61f";}.stmicon-pill:before {content: "\e620";}.stmicon-pulse:before {content: "\e621";}.stmicon-balance:before {content: "\e622";}.stmicon-video:before {content: "\e623";}.stmicon-bottle-1:before {content: "\e624";}.stmicon-dumbbell:before {content: "\e641";}.stmicon-wheat:before {content: "\e65a";}.stmicon-heart6:before {content: "\e667";}.stmicon-heart-o:before {content: "\e680";}.stmicon-watermelon-o:before {content: "\e69e";}.stmicon-key:before {content: "\e6c0";}.stmicon-grid:before {content: "\e6c1";}.stmicon-post:before {content: "\e6c2";}.stmicon-flash:before {content: "\e6c3";}.stmicon-run:before {content: "\e6c4";}.stmicon-run-2:before {content: "\e6c5";}.stmicon-shield2:before {content: "\e6c6";}.stmicon-shoes:before {content: "\e6c7";}.stmicon-blank:before {content: "\e6c8";}.stmicon-lifebuoy:before {content: "\e6d2";}.stmicon-tea:before {content: "\e6c9";}.stmicon-tea-2:before {content: "\e6ca";}.stmicon-checked-2:before {content: "\e6cd";}.stmicon-vitamins:before {content: "\e6ce";}.stmicon-female:before {content: "\e6cf";}.stmicon-male:before {content: "\e6d0";}.stmicon-waist:before {content: "\e6d1";}@font-face {font-family: 'stmicons';src:url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/icomoon/stmicons.eot?fpw3t5);src:url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/icomoon/stmicons.eot?fpw3t5#iefix) format('embedded-opentype'),url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/icomoon/stmicons.ttf?fpw3t5) format('truetype'),url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/icomoon/stmicons.woff?fpw3t5) format('woff'),url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/icomoon/stmicons.svg?fpw3t5#stmicons) format('svg');font-weight: normal;font-style: normal;}[class^="stmicon-"], [class*=" stmicon-"] {font-family: 'stmicons' !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.stmicon-times:before {content: "\ea30";}.stmicon-tick:before {content: "\ea31";}.stmicon-plus3:before {content: "\ea32";}.stmicon-minus2:before {content: "\ea33";}.stmicon-equals:before {content: "\ea34";}.stmicon-divide:before {content: "\ea35";}.stmicon-chevron-right2:before {content: "\ea36";}.stmicon-chevron-left2:before {content: "\ea37";}.stmicon-arrow-right-thick:before {content: "\ea38";}.stmicon-arrow-left-thick:before {content: "\ea39";}.stmicon-th-small:before {content: "\ea3a";}.stmicon-th-menu:before {content: "\ea3b";}.stmicon-th-list:before {content: "\ea3c";}.stmicon-th-large:before {content: "\ea3d";}.stmicon-home2:before {content: "\ea3e";}.stmicon-arrow-forward:before {content: "\ea3f";}.stmicon-arrow-back:before {content: "\ea40";}.stmicon-rss:before {content: "\ea41";}.stmicon-location5:before {content: "\ea42";}.stmicon-link2:before {content: "\ea43";}.stmicon-image3:before {content: "\ea44";}.stmicon-arrow-up-thick:before {content: "\ea45";}.stmicon-arrow-down-thick:before {content: "\ea46";}.stmicon-starburst:before {content: "\ea47";}.stmicon-starburst-outline:before {content: "\ea48";}.stmicon-star2:before {content: "\ea49";}.stmicon-flow-children:before {content: "\ea4a";}.stmicon-export:before {content: "\ea4b";}.stmicon-delete2:before {content: "\ea4c";}.stmicon-delete-outline:before {content: "\ea4d";}.stmicon-cloud-storage:before {content: "\ea4e";}.stmicon-wi-fi:before {content: "\ea4f";}.stmicon-heart4:before {content: "\ea50";}.stmicon-flash2:before {content: "\ea51";}.stmicon-cancel2:before {content: "\ea52";}.stmicon-backspace:before {content: "\ea53";}.stmicon-attachment:before {content: "\ea54";}.stmicon-arrow-move:before {content: "\ea55";}.stmicon-warning:before {content: "\ea56";}.stmicon-user3:before {content: "\ea57";}.stmicon-radar:before {content: "\ea58";}.stmicon-lock-open:before {content: "\ea59";}.stmicon-lock-closed:before {content: "\ea5a";}.stmicon-location-arrow:before {content: "\ea5b";}.stmicon-info:before {content: "\ea5c";}.stmicon-user-delete:before {content: "\ea5d";}.stmicon-user-add:before {content: "\ea5e";}.stmicon-media-pause:before {content: "\ea5f";}.stmicon-group:before {content: "\ea60";}.stmicon-chart-pie:before {content: "\ea61";}.stmicon-chart-line:before {content: "\ea62";}.stmicon-chart-bar:before {content: "\ea63";}.stmicon-chart-area:before {content: "\ea64";}.stmicon-video3:before {content: "\ea65";}.stmicon-point-of-interest:before {content: "\ea66";}.stmicon-infinity:before {content: "\ea67";}.stmicon-globe4:before {content: "\ea68";}.stmicon-eye5:before {content: "\ea69";}.stmicon-cog3:before {content: "\ea6a";}.stmicon-camera3:before {content: "\ea6b";}.stmicon-arrow-minimise:before {content: "\ea81";}.stmicon-arrow-maximise:before {content: "\ea82";}.stmicon-chevron-right-outline:before {content: "\eaa8";}.stmicon-chevron-left-outline:before {content: "\eaa9";}.stmicon-arrow-right-outline:before {content: "\eaaa";}.stmicon-arrow-left-outline:before {content: "\eaab";}.stmicon-arrow-forward-outline:before {content: "\eab2";}.stmicon-arrow-down-outline:before {content: "\eab3";}.stmicon-arrow-back-outline:before {content: "\eab4";}.stmicon-trash3:before {content: "\eab5";}.stmicon-cog-outline:before {content: "\eadf";}.stmicon-camera-outline:before {content: "\eae0";}.stmicon-upload-outline:before {content: "\eae1";}.stmicon-tag3:before {content: "\eaee";}.stmicon-pencil22:before {content: "\eaf6";}.stmicon-brush:before {content: "\eafe";}.stmicon-thumbs-up:before {content: "\eaff";}.stmicon-thumbs-down:before {content: "\eb00";}.stmicon-pen2:before {content: "\eb01";}.stmicon-sort-numerically-outline:before {content: "\eb02";}.stmicon-sort-alphabetically-outline:before {content: "\eb03";}.stmicon-calender-outline:before {content: "\eb0a";}.stmicon-business-card:before {content: "\eb0b";}.stmicon-arrow-up2:before {content: "\eb0c";}.stmicon-arrow-right2:before {content: "\eb0e";}.stmicon-arrow-left22:before {content: "\eb11";}.stmicon-arrow-down2:before {content: "\eb1a";}.stmicon-gift:before {content: "\eb1b";}.stmicon-database:before {content: "\eb1d";}.stmicon-bell3:before {content: "\eb1e";}.stmicon-world-outline:before {content: "\eb21";}.stmicon-phone-outline:before {content: "\eb39";}.stmicon-microphone-outline:before {content: "\eb3a";}.stmicon-tags:before {content: "\eb49";}.stmicon-credit-card:before {content: "\eb4c";}.stmicon-volume-mute:before {content: "\eb52";}.stmicon-volume-down:before {content: "\eb53";}.stmicon-social-vimeo-circular:before {content: "\eb54";}.stmicon-social-twitter-circular:before {content: "\eb55";}.stmicon-social-pinterest-circular:before {content: "\eb56";}.stmicon-social-linkedin-circular:before {content: "\eb57";}.stmicon-social-facebook-circular:before {content: "\eb58";}.stmicon-social-dribbble-circular:before {content: "\eb59";}.stmicon-social-at-circular:before {content: "\eb5f";}.stmicon-shopping-cart:before {content: "\eb60";}.stmicon-messages:before {content: "\eb61";}@font-face {font-family: 'stmicons';src:url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/linear/stmicons.eot?uymbv6);src:url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/linear/stmicons.eot?uymbv6#iefix) format('embedded-opentype'),url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/linear/stmicons.ttf?uymbv6) format('truetype'),url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/linear/stmicons.woff?uymbv6) format('woff'),url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/linear/stmicons.svg?uymbv6#stmicons) format('svg');font-weight: normal;font-style: normal;}[class^="stmicon-"], [class*=" stmicon-"] {font-family: 'stmicons' !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.stmicon-arrow-down-circle:before {content: "\eb97";}.stmicon-arrow-down3:before {content: "\eb98";}.stmicon-arrow-left-circle:before {content: "\eb99";}.stmicon-arrow-left3:before {content: "\eb9a";}.stmicon-arrow-right-circle:before {content: "\eb9b";}.stmicon-arrow-right3:before {content: "\eb9c";}.stmicon-arrow-up-circle:before {content: "\eb9d";}.stmicon-arrow-up3:before {content: "\eb9e";}.stmicon-bicycle:before {content: "\eb9f";}.stmicon-bold:before {content: "\eba0";}.stmicon-book4:before {content: "\eba1";}.stmicon-bookmark3:before {content: "\eba2";}.stmicon-briefcase3:before {content: "\eba3";}.stmicon-bubble2:before {content: "\eba4";}.stmicon-bug:before {content: "\eba5";}.stmicon-bullhorn:before {content: "\eba6";}.stmicon-bus:before {content: "\eba7";}.stmicon-calendar-full:before {content: "\eba8";}.stmicon-camera-video:before {content: "\eba9";}.stmicon-camera4:before {content: "\ebaa";}.stmicon-car:before {content: "\ebab";}.stmicon-cart22:before {content: "\ebac";}.stmicon-chart-bars:before {content: "\ebad";}.stmicon-checkmark-circle:before {content: "\ebae";}.stmicon-chevron-down-circle:before {content: "\ebaf";}.stmicon-chevron-down:before {content: "\ebb0";}.stmicon-chevron-left-circle:before {content: "\ebb1";}.stmicon-chevron-left3:before {content: "\ebb2";}.stmicon-chevron-right-circle:before {content: "\ebb3";}.stmicon-chevron-right3:before {content: "\ebb4";}.stmicon-chevron-up-circle:before {content: "\ebb5";}.stmicon-chevron-up:before {content: "\ebb6";}.stmicon-circle-minus2:before {content: "\ebb7";}.stmicon-clock7:before {content: "\ebb8";}.stmicon-cloud-check:before {content: "\ebb9";}.stmicon-cloud-download2:before {content: "\ebba";}.stmicon-cloud-sync:before {content: "\ebbb";}.stmicon-cloud-upload2:before {content: "\ebbc";}.stmicon-cloud3:before {content: "\ebbd";}.stmicon-code2:before {content: "\ebbe";}.stmicon-coffee-cup:before {content: "\ebbf";}.stmicon-cog4:before {content: "\ebc0";}.stmicon-construction:before {content: "\ebc1";}.stmicon-crop:before {content: "\ebc2";}.stmicon-cross-circle:before {content: "\ebc3";}.stmicon-cross4:before {content: "\ebc4";}.stmicon-database2:before {content: "\ebc5";}.stmicon-diamond:before {content: "\ebc6";}.stmicon-dice:before {content: "\ebc7";}.stmicon-dinner:before {content: "\ebc8";}.stmicon-direction-ltr:before {content: "\ebc9";}.stmicon-direction-rtl:before {content: "\ebca";}.stmicon-download6:before {content: "\ebcb";}.stmicon-drop2:before {content: "\ebcc";}.stmicon-earth:before {content: "\ebcd";}.stmicon-enter-down:before {content: "\ebce";}.stmicon-enter:before {content: "\ebcf";}.stmicon-envelope22:before {content: "\ebd0";}.stmicon-exit-up:before {content: "\ebd1";}.stmicon-exit:before {content: "\ebd2";}.stmicon-eye6:before {content: "\ebd3";}.stmicon-file-add2:before {content: "\ebd4";}.stmicon-file-empty:before {content: "\ebd5";}.stmicon-film-play:before {content: "\ebd6";}.stmicon-flag4:before {content: "\ebd7";}.stmicon-frame-contract:before {content: "\ebd8";}.stmicon-frame-expand:before {content: "\ebd9";}.stmicon-funnel:before {content: "\ebda";}.stmicon-gift2:before {content: "\ebdb";}.stmicon-graduation-hat:before {content: "\ebdc";}.stmicon-hand:before {content: "\ebdd";}.stmicon-heart-pulse:before {content: "\ebde";}.stmicon-heart5:before {content: "\ebdf";}.stmicon-highlight:before {content: "\ebe0";}.stmicon-history:before {content: "\ebe1";}.stmicon-home3:before {content: "\ebe2";}.stmicon-hourglass2:before {content: "\ebe3";}.stmicon-inbox2:before {content: "\ebe4";}.stmicon-indent-decrease:before {content: "\ebe5";}.stmicon-indent-increase:before {content: "\ebe6";}.stmicon-italic:before {content: "\ebe7";}.stmicon-keyboard:before {content: "\ebe8";}.stmicon-laptop-phone:before {content: "\ebe9";}.stmicon-laptop:before {content: "\ebea";}.stmicon-layers3:before {content: "\ebeb";}.stmicon-leaf3:before {content: "\ebec";}.stmicon-license:before {content: "\ebed";}.stmicon-lighter:before {content: "\ebee";}.stmicon-line-spacing:before {content: "\ebef";}.stmicon-linearicons:before {content: "\ebf0";}.stmicon-link3:before {content: "\ebf1";}.stmicon-list2:before {content: "\ebf2";}.stmicon-location6:before {content: "\ebf3";}.stmicon-lock2:before {content: "\ebf4";}.stmicon-magic-wand:before {content: "\ebf5";}.stmicon-magnifier:before {content: "\ebf6";}.stmicon-map-marker3:before {content: "\ebf7";}.stmicon-map4:before {content: "\ebf8";}.stmicon-menu-circle:before {content: "\ebf9";}.stmicon-menu2:before {content: "\ebfa";}.stmicon-mic:before {content: "\ebfb";}.stmicon-moon3:before {content: "\ebfc";}.stmicon-move2:before {content: "\ebfd";}.stmicon-music-note:before {content: "\ebfe";}.stmicon-mustache:before {content: "\ebff";}.stmicon-neutral:before {content: "\ec00";}.stmicon-page-break:before {content: "\ec01";}.stmicon-paperclip:before {content: "\ec02";}.stmicon-paw:before {content: "\ec03";}.stmicon-pencil3:before {content: "\ec04";}.stmicon-phone-handset:before {content: "\ec05";}.stmicon-phone5:before {content: "\ec06";}.stmicon-picture:before {content: "\ec07";}.stmicon-pie-chart:before {content: "\ec08";}.stmicon-pilcrow:before {content: "\ec09";}.stmicon-plus-circle:before {content: "\ec0a";}.stmicon-pointer-down:before {content: "\ec0b";}.stmicon-pointer-left:before {content: "\ec0c";}.stmicon-pointer-right:before {content: "\ec0d";}.stmicon-pointer-up:before {content: "\ec0e";}.stmicon-poop:before {content: "\ec0f";}.stmicon-power-switch:before {content: "\ec10";}.stmicon-printer4:before {content: "\ec11";}.stmicon-pushpin:before {content: "\ec12";}.stmicon-question-circle:before {content: "\ec13";}.stmicon-redo:before {content: "\ec14";}.stmicon-rocket:before {content: "\ec15";}.stmicon-sad:before {content: "\ec16";}.stmicon-screen:before {content: "\ec17";}.stmicon-select:before {content: "\ec18";}.stmicon-shirt:before {content: "\ec19";}.stmicon-smartphone:before {content: "\ec1a";}.stmicon-smile2:before {content: "\ec1b";}.stmicon-sort-alpha-asc:before {content: "\ec1c";}.stmicon-sort-amount-asc:before {content: "\ec1d";}.stmicon-spell-check:before {content: "\ec1e";}.stmicon-star-empty:before {content: "\ec1f";}.stmicon-star-half:before {content: "\ec20";}.stmicon-star3:before {content: "\ec21";}.stmicon-store2:before {content: "\ec22";}.stmicon-strikethrough:before {content: "\ec23";}.stmicon-sun3:before {content: "\ec24";}.stmicon-sync:before {content: "\ec25";}.stmicon-tablet:before {content: "\ec26";}.stmicon-tag4:before {content: "\ec27";}.stmicon-text-align-center:before {content: "\ec28";}.stmicon-text-align-justify:before {content: "\ec29";}.stmicon-text-align-left:before {content: "\ec2a";}.stmicon-text-align-right:before {content: "\ec2b";}.stmicon-text-format-remove:before {content: "\ec2c";}.stmicon-text-format:before {content: "\ec2d";}.stmicon-text-size:before {content: "\ec2e";}.stmicon-thumbs-down2:before {content: "\ec2f";}.stmicon-thumbs-up2:before {content: "\ec30";}.stmicon-train:before {content: "\ec31";}.stmicon-trash4:before {content: "\ec32";}.stmicon-underline:before {content: "\ec33";}.stmicon-undo:before {content: "\ec34";}.stmicon-unlink:before {content: "\ec35";}.stmicon-upload4:before {content: "\ec36";}.stmicon-user4:before {content: "\ec37";}.stmicon-users2:before {content: "\ec38";}.stmicon-volume-high:before {content: "\ec39";}.stmicon-volume-low:before {content: "\ec3a";}.stmicon-volume-medium:before {content: "\ec3b";}.stmicon-volume3:before {content: "\ec3c";}.stmicon-warning2:before {content: "\ec3d";}.stmicon-wheelchair:before {content: "\ec3e";}@font-face {font-family: 'stmicons';src:url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/logistics/stmicons.eot?sm2sz8);src:url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/logistics/stmicons.eot?sm2sz8#iefix) format('embedded-opentype'),url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/logistics/stmicons.ttf?sm2sz8) format('truetype'),url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/logistics/stmicons.woff?sm2sz8) format('woff'),url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/logistics/stmicons.svg?sm2sz8#stmicons) format('svg');font-weight: normal;font-style: normal;}[class^="stmicon-"], [class*=" stmicon-"] {font-family: 'stmicons' !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.stmicon-truck:before {content: "\eb6a";}.stmicon-forklift:before {content: "\eb67";}.stmicon-freight:before {content: "\eb68";}.stmicon-plane:before {content: "\eb69";}.stmicon-weight:before {content: "\eb6b";}.stmicon-quote_3:before {content: "\ea1c";}.stmicon-transport839:before {content: "\e921";}.stmicon-ship:before {content: "\e922";}.stmicon-warehouse:before {content: "\e93b";}.stmicon-car59:before {content: "\e923";}.stmicon-transport829:before {content: "\e924";}.stmicon-transport830:before {content: "\e925";}.stmicon-transport831:before {content: "\e926";}.stmicon-transport832:before {content: "\e927";}.stmicon-transport833:before {content: "\e928";}.stmicon-transport834:before {content: "\e929";}.stmicon-transport835:before {content: "\e92a";}.stmicon-transport836:before {content: "\e92b";}.stmicon-transport837:before {content: "\e92c";}.stmicon-transport838:before {content: "\e92d";}.stmicon-transport840:before {content: "\e92e";}.stmicon-transport841:before {content: "\e92f";}.stmicon-transport842:before {content: "\e930";}.stmicon-transport843:before {content: "\e931";}.stmicon-transport844:before {content: "\e932";}.stmicon-transport845:before {content: "\e933";}.stmicon-transport846:before {content: "\e934";}.stmicon-transport847:before {content: "\e935";}.stmicon-transport848:before {content: "\e936";}.stmicon-transport849:before {content: "\e937";}.stmicon-transport851:before {content: "\e938";}.stmicon-transport852:before {content: "\e939";}.stmicon-transport853:before {content: "\e93a";}.stmicon-transport854:before {content: "\e93c";}.stmicon-transport855:before {content: "\e93d";}.stmicon-transport856:before {content: "\e93e";}.stmicon-transport857:before {content: "\e93f";}.stmicon-transport858:before {content: "\e940";}.stmicon-transport859:before {content: "\e941";}.stmicon-transport860:before {content: "\e942";}.stmicon-transport861:before {content: "\e943";}.stmicon-transport862:before {content: "\e944";}.stmicon-transport863:before {content: "\e945";}.stmicon-transport864:before {content: "\e946";}.stmicon-transport865:before {content: "\e947";}.stmicon-transport866:before {content: "\e948";}.stmicon-transport867:before {content: "\e949";}.stmicon-transport868:before {content: "\e94a";}.stmicon-transport869:before {content: "\e94b";}.stmicon-transport870:before {content: "\e94c";}.stmicon-transport871:before {content: "\e94d";}.stmicon-transport872:before {content: "\e94e";}.stmicon-transport873:before {content: "\e94f";}.stmicon-transport874:before {content: "\e950";}.stmicon-transport875:before {content: "\e951";}.stmicon-transport876:before {content: "\e952";}.stmicon-transport877:before {content: "\e953";}.stmicon-people-in-team:before {content: "\e956";}.stmicon-people-in-team-old:before {content: "\e954";}.stmicon-logistic-services:before {content: "\e955";}.stmicon-clients-worldwide:before {content: "\e957";}.stmicon-ground-transport:before {content: "\e958";}.stmicon-owned-vehicles:before {content: "\e959";}.stmicon-packaging-and-storage:before {content: "\e97b";}.stmicon-projects-done:before {content: "\e97c";}.stmicon-warehousing-service:before {content: "\e97d";}@font-face {font-family: 'stmicons';src:url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/medicall/stmicons.eot?9ylxoo);src:url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/medicall/stmicons.eot?9ylxoo#iefix) format('embedded-opentype'),url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/medicall/stmicons.ttf?9ylxoo) format('truetype'),url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/medicall/stmicons.woff?9ylxoo) format('woff'),url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/medicall/stmicons.svg?9ylxoo#stmicons) format('svg');font-weight: normal;font-style: normal;}[class^="stmicon-"], [class*=" stmicon-"] {font-family: 'stmicons' !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.stmicon-med_doctor:before {content: "\ec49";}.stmicon-med_tooth:before {content: "\ec4f";}.stmicon-tooth-12:before {content: "\e63b";}.stmicon-tooth-2:before {content: "\e63c";}.stmicon-tooth-3:before {content: "\e63d";}.stmicon-computer:before {content: "\e63e";}.stmicon-sertificate:before {content: "\e63f";}.stmicon-tooth-4:before {content: "\e640";}.stmicon-tooth-5:before {content: "\e6d7";}.stmicon-med-records:before {content: "\e654";}.stmicon-tooth-6:before {content: "\e655";}.stmicon-tooth-7:before {content: "\e656";}.stmicon-tooth-8:before {content: "\e657";}.stmicon-brush-tool:before {content: "\e658";}.stmicon-prick:before {content: "\e659";}.stmicon-expand:before {content: "\e6d8";}.stmicon-dental-review:before {content: "\e95a";}.stmicon-pair-of-molars:before {content: "\e95b";}.stmicon-tooth:before {content: "\e95c";}.stmicon-damaged-tooth:before {content: "\e95d";}.stmicon-molar-with-cavity:before {content: "\e95e";}.stmicon-molar-1:before {content: "\e95f";}.stmicon-molar-and-roots:before {content: "\e960";}.stmicon-molar:before {content: "\e961";}.stmicon-medical-2:before {content: "\e962";}.stmicon-medical-1:before {content: "\e963";}.stmicon-molar-tooth:before {content: "\e964";}.stmicon-medical-4:before {content: "\e965";}.stmicon-medical-3:before {content: "\e966";}.stmicon-dental-prosthesis:before {content: "\e967";}.stmicon-implants:before {content: "\e968";}.stmicon-fake-tooth:before {content: "\e969";}.stmicon-implants-1:before {content: "\e96a";}.stmicon-implants-2:before {content: "\e96b";}.stmicon-medical:before {content: "\e96c";}.stmicon-premolar:before {content: "\e96d";}.stmicon-premolar-1:before {content: "\e96e";}.stmicon-teeth:before {content: "\e96f";}.stmicon-tooth-1:before {content: "\e970";}.stmicon-molar-inside-a-shield:before {content: "\e971";}.stmicon-canine:before {content: "\e972";}.stmicon-braces:before {content: "\e973";}.stmicon-decay-in-a-tooth:before {content: "\e974";}.stmicon-dental-drill:before {content: "\e975";}@font-face {font-family: 'stmicons';src:url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/personal_blog/stmicons.eot?bgtgn4);src:url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/personal_blog/stmicons.eot?bgtgn4#iefix) format('embedded-opentype'),url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/personal_blog/stmicons.ttf?bgtgn4) format('truetype'),url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/personal_blog/stmicons.woff?bgtgn4) format('woff'),url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/personal_blog/stmicons.svg?bgtgn4#stmicons) format('svg');font-weight: normal;font-style: normal;}[class^="stmicon-"], [class*=" stmicon-"] {font-family: 'stmicons' !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.stmicon-blog_arrow_left:before {content: "\b200";}.stmicon-blog_arrow_right:before {content: "\b201";}.stmicon-blog_cart:before {content: "\b202";}.stmicon-blog_divider:before {content: "\b203";}.stmicon-blog_icon-quote:before {content: "\b204";}.stmicon-blog_search:before {content: "\b205";}@font-face {
    font-family: 'stmicons';
    src: url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/rental/stmicons.eot?flnufk);
    src: url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/rental/stmicons.eot?flnufk#iefix) format('embedded-opentype'), url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/rental/stmicons.ttf?flnufk) format('truetype'), url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/rental/stmicons.woff?flnufk) format('woff'), url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/rental/stmicons.svg?flnufk#stmicons) format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="stmicon-"], [class*=" stmicon-"] {
    font-family: 'stmicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.stmicon-pearl-shell:before {
    content: "\ec8f";
}

.stmicon-cart-flat:before {
    content: "\ec8b";
}

.stmicon-uniE6AA:before {
    content: "\e6aa";
}

.stmicon-uniE6AB:before {
    content: "\e6ab";
}

.stmicon-uniE6AC:before {
    content: "\e6ac";
}

.stmicon-uniE6AD:before {
    content: "\e6ad";
}

.stmicon-uniE6AE:before {
    content: "\e6ae";
}

.stmicon-uniE6AF:before {
    content: "\e6af";
}

.stmicon-uniE6B0:before {
    content: "\e6b0";
}

.stmicon-uniE6B1:before {
    content: "\e6b1";
}

.stmicon-uniE6B2:before {
    content: "\e6b2";
}

.stmicon-uniE6B3:before {
    content: "\e6b3";
}

.stmicon-uniE6B4:before {
    content: "\e6b4";
}

.stmicon-uniE6B5:before {
    content: "\e6b5";
}

.stmicon-uniE6B6:before {
    content: "\e6b6";
}

.stmicon-uniE6B7:before {
    content: "\e6b7";
}

.stmicon-uniE6B8:before {
    content: "\e6b8";
}

.stmicon-uniE6B9:before {
    content: "\e6b9";
}

.stmicon-uniE6BA:before {
    content: "\e6ba";
}

.stmicon-uniE6BB:before {
    content: "\e6bb";
}

.stmicon-uniE6BC:before {
    content: "\e6bc";
}

.stmicon-uniE6BD:before {
    content: "\e6bd";
}

.stmicon-uniE6BE:before {
    content: "\e6be";
}

.stmicon-uniE6BF:before {
    content: "\e6bf";
}

.stmicon-uniE6D5:before {
    content: "\e6d5";
}@font-face {
    font-family: 'stmicons';
    src: url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/vicons/stmicons.eot?wudxbj);
    src: url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/vicons/stmicons.eot?wudxbj#iefix) format('embedded-opentype'), url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/vicons/stmicons.ttf?wudxbj) format('truetype'), url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/vicons/stmicons.woff?wudxbj) format('woff'), url(//www.lkhpd.com.sg/wp-content/uploads/stm_fonts/stmicons/vicons/stmicons.svg?wudxbj#stmicons) format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="stmicon-"], [class*=" stmicon-"] {
    font-family: 'stmicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.stmicon-box:before {
    content: "\e9dd";
}

.stmicon-write:before {
    content: "\e9de";
}

.stmicon-clock5:before {
    content: "\e9df";
}

.stmicon-reply4:before {
    content: "\e9e0";
}

.stmicon-reply-all:before {
    content: "\e9e1";
}

.stmicon-forward:before {
    content: "\e9e2";
}

.stmicon-flag:before {
    content: "\e9e3";
}

.stmicon-search4:before {
    content: "\e9e4";
}

.stmicon-trash:before {
    content: "\e9e5";
}

.stmicon-envelope2:before {
    content: "\e9e6";
}

.stmicon-bubble:before {
    content: "\e9e7";
}

.stmicon-bubbles:before {
    content: "\e9e8";
}

.stmicon-user2:before {
    content: "\e9e9";
}

.stmicon-users:before {
    content: "\e9ea";
}

.stmicon-cloud:before {
    content: "\e9eb";
}

.stmicon-download3:before {
    content: "\e9ec";
}

.stmicon-upload:before {
    content: "\e9ed";
}

.stmicon-rain:before {
    content: "\e9ee";
}

.stmicon-sun:before {
    content: "\e9ef";
}

.stmicon-moon:before {
    content: "\e9f0";
}

.stmicon-bell:before {
    content: "\e9f1";
}

.stmicon-folder:before {
    content: "\e9f2";
}

.stmicon-pin3:before {
    content: "\e9f3";
}

.stmicon-sound:before {
    content: "\e9f4";
}

.stmicon-microphone4:before {
    content: "\e9f5";
}

.stmicon-camera:before {
    content: "\e9f6";
}

.stmicon-image4:before {
    content: "\e9f7";
}

.stmicon-cog:before {
    content: "\e9f8";
}

.stmicon-calendar2:before {
    content: "\e9f9";
}

.stmicon-book:before {
    content: "\e9fa";
}

.stmicon-map-marker2:before {
    content: "\e9fb";
}

.stmicon-store:before {
    content: "\e9fc";
}

.stmicon-support3:before {
    content: "\e9fd";
}

.stmicon-tag:before {
    content: "\e9fe";
}

.stmicon-heart2:before {
    content: "\e9ff";
}

.stmicon-video-camera:before {
    content: "\ea00";
}

.stmicon-trophy:before {
    content: "\ea01";
}

.stmicon-cart2:before {
    content: "\ea02";
}

.stmicon-eye32:before {
    content: "\ea03";
}

.stmicon-cancel:before {
    content: "\ea04";
}

.stmicon-chart:before {
    content: "\ea05";
}

.stmicon-target:before {
    content: "\ea06";
}

.stmicon-printer:before {
    content: "\ea07";
}

.stmicon-location3:before {
    content: "\ea08";
}

.stmicon-bookmark:before {
    content: "\ea09";
}

.stmicon-monitor:before {
    content: "\ea0a";
}

.stmicon-cross:before {
    content: "\ea0b";
}

.stmicon-plus:before {
    content: "\ea0c";
}

.stmicon-left:before {
    content: "\ea0d";
}

.stmicon-up:before {
    content: "\ea0e";
}

.stmicon-browser:before {
    content: "\ea0f";
}

.stmicon-windows:before {
    content: "\ea10";
}

.stmicon-switch:before {
    content: "\ea11";
}

.stmicon-dashboard:before {
    content: "\ea12";
}

.stmicon-play3:before {
    content: "\ea13";
}

.stmicon-fast-forward:before {
    content: "\ea14";
}

.stmicon-next:before {
    content: "\ea15";
}

.stmicon-refresh:before {
    content: "\ea16";
}

.stmicon-film:before {
    content: "\ea17";
}

.stmicon-home:before {
    content: "\ea18";
}html body .stm-navigation__default ul li.stm_megamenu,
html body .stm-navigation__fullwidth ul li.stm_megamenu {
  position: static !important;
  /* Megamenu columns width */
}
html body .stm-navigation__default ul li.stm_megamenu ul.sub-menu,
html body .stm-navigation__fullwidth ul li.stm_megamenu ul.sub-menu {
  transition: all 0s ease !important;
}
html body .stm-navigation__default ul li.stm_megamenu:hover ul.sub-menu,
html body .stm-navigation__fullwidth ul li.stm_megamenu:hover ul.sub-menu {
  transition: all 0.25s ease !important;
  opacity: 1;
  visibility: visible;
  transform: translateY(5px);
}
html body .stm-navigation__default ul li.stm_megamenu:before,
html body .stm-navigation__fullwidth ul li.stm_megamenu:before {
  display: none !important;
}
html body .stm-navigation__default ul li.stm_megamenu img,
html body .stm-navigation__fullwidth ul li.stm_megamenu img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: -9px;
  margin-bottom: 13px;
  position: relative;
  overflow: hidden;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu {
  top: 100%;
  left: 0 !important;
  right: 0 !important;
  display: flex;
  flex-wrap: wrap;
  padding: 28px 0 26px;
  background-color: #ffffff !important;
  background-size: cover;
  transform: translateY(10px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
  /* Megamenu child columns width */
}
@media (max-width: 1023px) {
  html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu {
    background-color: transparent !important;
  }
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu:before,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #dedede;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu:after,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu:after {
  width: 100%;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li {
  width: 25%;
  float: none;
  padding: 0 40px;
  border: 0;
  border-left: 1px solid #dedede;
  /*LVL3*/
  /* Megamenu column width */
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li:first-child,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li:first-child {
  border-left: 0 !important;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li > a,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li > a {
  padding: 0 !important;
  background-color: transparent !important;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 16px;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li:hover,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li:hover {
  background-color: transparent !important;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li:hover > a,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li:hover > a {
  background-color: transparent !important;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li:before, html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li:after,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li:before,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li:after {
  display: none;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li.menu-item-has-children a,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li.menu-item-has-children a {
  font-size: 14px;
  padding: 15px 0 !important;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li.current-menu-item a,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li.current-menu-item a {
  background: transparent !important;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu {
  width: auto;
  padding: 0;
  margin: 0 -15px;
  position: static;
  box-shadow: none;
  background-color: transparent !important;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu:after,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu:after {
  display: none;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li {
  float: none;
  width: 100%;
  padding: 0 15px;
  border: 0 !important;
  /*LVL4*/
  /* Megamenu second column width */
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li > a,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li > a {
  padding: 0 !important;
  margin: 11px 0 !important;
  border: 0;
  letter-spacing: 0;
  text-transform: none;
  background-color: transparent !important;
  font-weight: normal;
  font-size: 14px;
}
@media (min-width: 1024px) {
  html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li > a,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li > a {
    color: #333333 !important;
  }
}
@media (max-width: 1023px) {
  html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li > a,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li > a {
    margin: 0 !important;
    padding: 15px 0 !important;
  }
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.current-menu-item,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.current-menu-item {
  background: transparent !important;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li:before, html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li:after,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li:before,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li:after {
  display: none;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li:hover,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li:hover {
  background-color: transparent !important;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li:hover > a,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li:hover > a {
  background-color: transparent !important;
  color: rgba(51, 51, 51, 0.7) !important;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li .stm_mega_textarea,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li .stm_mega_textarea {
  display: block;
  line-height: 18px;
  margin-bottom: 20px;
  position: relative;
  font-size: 13px;
  color: #333333;
  z-index: 10;
  cursor: default;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li:last-child a,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li:last-child a {
  margin-bottom: 0 !important;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li:last-child .stm_mega_textarea,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li:last-child .stm_mega_textarea {
  margin-bottom: 0;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li ul.sub-menu,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
  margin: 0;
  border: 0;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li ul.sub-menu > li,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li ul.sub-menu > li {
  width: 100%;
  padding: 0;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_1,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_1 {
  width: 8.33333333%;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_2,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_2 {
  width: 16.66666667%;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_3,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_3 {
  width: 25%;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_4,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_4 {
  width: 33.33333333%;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_5,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_5 {
  width: 41.66666667%;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_6,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_6 {
  width: 50%;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_7,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_7 {
  width: 58.33333333%;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_8,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_8 {
  width: 66.66666667%;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_9,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_9 {
  width: 75%;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_10,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_10 {
  width: 83.33333333%;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_11,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_11 {
  width: 91.66666667%;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_12,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_12 {
  width: 100%;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_1,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_1 {
  width: 8.33333333%;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_2,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_2 {
  width: 16.66666667%;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_3,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_3 {
  width: 25%;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_4,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_4 {
  width: 33.33333333%;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_5,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_5 {
  width: 41.66666667%;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_6,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_6 {
  width: 50%;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_7,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_7 {
  width: 58.33333333%;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_8,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_8 {
  width: 66.66666667%;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_9,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_9 {
  width: 75%;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_10,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_10 {
  width: 83.33333333%;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_11,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_11 {
  width: 91.66666667%;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_12,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_12 {
  width: 100%;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_1 > ul.sub-menu > li,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_1 > ul.sub-menu > li {
  width: 8.33333333%;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_2 > ul.sub-menu > li,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_2 > ul.sub-menu > li {
  width: 16.66666667%;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_3 > ul.sub-menu > li,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_3 > ul.sub-menu > li {
  width: 25%;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_4 > ul.sub-menu > li,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_4 > ul.sub-menu > li {
  width: 33.33333333%;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_5 > ul.sub-menu > li,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_5 > ul.sub-menu > li {
  width: 41.66666667%;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_6 > ul.sub-menu > li,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_6 > ul.sub-menu > li {
  width: 50%;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_7 > ul.sub-menu > li,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_7 > ul.sub-menu > li {
  width: 58.33333333%;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_8 > ul.sub-menu > li,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_8 > ul.sub-menu > li {
  width: 66.66666667%;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_9 > ul.sub-menu > li,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_9 > ul.sub-menu > li {
  width: 75%;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_10 > ul.sub-menu > li,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_10 > ul.sub-menu > li {
  width: 83.33333333%;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_11 > ul.sub-menu > li,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_11 > ul.sub-menu > li {
  width: 91.66666667%;
}
html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_12 > ul.sub-menu > li,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_12 > ul.sub-menu > li {
  width: 100%;
}
html body .stm-navigation__default ul li.stm_megamenu_1 > ul.sub-menu > li,
html body .stm-navigation__fullwidth ul li.stm_megamenu_1 > ul.sub-menu > li {
  width: 100%;
}
html body .stm-navigation__default ul li.stm_megamenu_2 > ul.sub-menu > li,
html body .stm-navigation__fullwidth ul li.stm_megamenu_2 > ul.sub-menu > li {
  width: 50%;
}
html body .stm-navigation__default ul li.stm_megamenu_3 > ul.sub-menu > li,
html body .stm-navigation__fullwidth ul li.stm_megamenu_3 > ul.sub-menu > li {
  width: 33.33333333%;
}
html body .stm-navigation__default ul li.stm_megamenu_4 > ul.sub-menu > li,
html body .stm-navigation__fullwidth ul li.stm_megamenu_4 > ul.sub-menu > li {
  width: 25%;
}
html body .stm-navigation__default ul li.stm_megamenu_5 > ul.sub-menu > li,
html body .stm-navigation__fullwidth ul li.stm_megamenu_5 > ul.sub-menu > li {
  width: 20%;
}
html body .stm-navigation__default ul li.stm_megamenu_6 > ul.sub-menu > li,
html body .stm-navigation__fullwidth ul li.stm_megamenu_6 > ul.sub-menu > li {
  width: 16.33333333%;
}
html body .stm-navigation__default ul li.stm_megamenu_7 > ul.sub-menu > li,
html body .stm-navigation__fullwidth ul li.stm_megamenu_7 > ul.sub-menu > li {
  width: 14.28571428%;
}
html body .stm-navigation__default ul li.stm_megamenu_8 > ul.sub-menu > li,
html body .stm-navigation__fullwidth ul li.stm_megamenu_8 > ul.sub-menu > li {
  width: 12.5%;
}
html body .stm-navigation__default ul li.stm_megamenu_9 > ul.sub-menu > li,
html body .stm-navigation__fullwidth ul li.stm_megamenu_9 > ul.sub-menu > li {
  width: 11.11111111%;
}
html body .stm-navigation__default ul li.stm_megamenu_10 > ul.sub-menu > li,
html body .stm-navigation__fullwidth ul li.stm_megamenu_10 > ul.sub-menu > li {
  width: 10%;
}
html body .stm-navigation__default ul li.stm_megamenu_11 > ul.sub-menu > li,
html body .stm-navigation__fullwidth ul li.stm_megamenu_11 > ul.sub-menu > li {
  width: 9.09090909%;
}
html body .stm-navigation__default ul li.stm_megamenu_12 > ul.sub-menu > li,
html body .stm-navigation__fullwidth ul li.stm_megamenu_12 > ul.sub-menu > li {
  width: 8.33333333%;
}
html body .stm-navigation__default ul li.stm_megamenu .stm_megaicon,
html body .stm-navigation__default ul li.stm_megamenu .fa,
html body .stm-navigation__fullwidth ul li.stm_megamenu .stm_megaicon,
html body .stm-navigation__fullwidth ul li.stm_megamenu .fa {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  min-width: 16px;
  font-size: 14px;
}
@media (max-width: 1023px) {
  html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li {
    width: 100% !important;
    float: none !important;
  }
  html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li:after,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li:after {
    content: "";
    display: table;
    width: 100%;
  }
  html body .stm-navigation__default ul li.stm_megamenu li.menu-item-has-children > a,
html body .stm-navigation__fullwidth ul li.stm_megamenu li.menu-item-has-children > a {
    position: relative;
  }
}
@media (max-width: 1023px) {
  html body .stm-navigation__default ul li.stm_megamenu,
html body .stm-navigation__fullwidth ul li.stm_megamenu {
    position: relative !important;
  }
  html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu,
html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu {
    padding: 15px 0 0 0 !important;
  }
  html body .stm-navigation__default ul li.stm_megamenu ul.sub-menu,
html body .stm-navigation__fullwidth ul li.stm_megamenu ul.sub-menu {
    display: none;
    box-shadow: none !important;
    background: transparent !important;
    transform: translateY(0) !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 0 0 10px !important;
  }
  html body .stm-navigation__default ul li.stm_megamenu ul.sub-menu:before,
html body .stm-navigation__fullwidth ul li.stm_megamenu ul.sub-menu:before {
    display: none;
  }
  html body .stm-navigation__default ul li.stm_megamenu ul.sub-menu li,
html body .stm-navigation__fullwidth ul li.stm_megamenu ul.sub-menu li {
    border-left: 0 !important;
    width: 100% !important;
    padding: 0 !important;
    /*LVL3*/
  }
  html body .stm-navigation__default ul li.stm_megamenu ul.sub-menu li a,
html body .stm-navigation__fullwidth ul li.stm_megamenu ul.sub-menu li a {
    margin: 0 !important;
  }
  html body .stm-navigation__default ul li.stm_megamenu ul.sub-menu li a img,
html body .stm-navigation__fullwidth ul li.stm_megamenu ul.sub-menu li a img {
    margin-bottom: 0 !important;
  }
  html body .stm-navigation__default ul li.stm_megamenu ul.sub-menu li a:after,
html body .stm-navigation__fullwidth ul li.stm_megamenu ul.sub-menu li a:after {
    display: none !important;
  }
  html body .stm-navigation__default ul li.stm_megamenu ul.sub-menu li ul.sub-menu > li .stm_mega_textarea,
html body .stm-navigation__fullwidth ul li.stm_megamenu ul.sub-menu li ul.sub-menu > li .stm_mega_textarea {
    color: #ffffff !important;
  }
  html body .stm-navigation__default ul li.stm_megamenu ul.sub-menu li.menu-item-has-children.active > ul.sub-menu,
html body .stm-navigation__fullwidth ul li.stm_megamenu ul.sub-menu li.menu-item-has-children.active > ul.sub-menu {
    display: block;
  }
  html body .stm-navigation__default ul li.stm_megamenu.active > ul.sub-menu,
html body .stm-navigation__fullwidth ul li.stm_megamenu.active > ul.sub-menu {
    display: block;
  }
}

html body.stm_header_style_2 .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu,
html body.stm_header_style_5 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu,
html body.stm_header_style_7 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu,
html body.stm_header_style_10 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu,
html body.stm_header_style_11 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu {
  margin: 0;
}
html body.stm_header_style_2 .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li,
html body.stm_header_style_5 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li,
html body.stm_header_style_7 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li,
html body.stm_header_style_10 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li,
html body.stm_header_style_11 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li {
  border-left: 1px solid #dedede;
}
html body.stm_header_style_2 .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li:hover > a,
html body.stm_header_style_5 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li:hover > a,
html body.stm_header_style_7 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li:hover > a,
html body.stm_header_style_10 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li:hover > a,
html body.stm_header_style_11 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li:hover > a {
  background-color: transparent !important;
}
html body.stm_header_style_2 .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li > a:hover,
html body.stm_header_style_5 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li > a:hover,
html body.stm_header_style_7 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li > a:hover,
html body.stm_header_style_10 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li > a:hover,
html body.stm_header_style_11 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li > a:hover {
  opacity: 0.4;
}

html body.stm_header_style_11 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li:hover ul.sub-menu > li > a:hover {
  opacity: 0.4;
}

html body.stm_header_style_10 .stm-navigation__default ul li.stm_megamenu > .sub-menu > li a:hover {
  color: inherit !important;
}
@media (max-width: 1023px) {
  html body.stm_header_style_10 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu {
    padding-left: 20px !important;
    padding-top: 0 !important;
  }
}

html body.stm_header_style_9 .stm-navigation__default ul li.stm_megamenu {
  position: inherit !important;
}
@media (max-width: 1023px) {
  html body.stm_header_style_9 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu {
    padding-left: 20px !important;
  }
}
html body.stm_header_style_9 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu {
  left: 0;
  margin: 0;
}
html body.stm_header_style_9 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu:before {
  display: none !important;
}
html body.stm_header_style_9 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li > a {
  text-align: left !important;
}
html body.stm_header_style_9 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li:hover ul.sub-menu > li > a {
  color: inherit !important;
}
html body.stm_header_style_9 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li > a {
  text-align: left !important;
}
html body.stm_header_style_9 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li > a:hover {
  opacity: 0.4;
}

@media (max-width: 1023px) {
  html body.stm_header_style_5 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu {
    padding-left: 20px !important;
  }
}

@media (max-width: 1023px) {
  html body.stm_header_style_4 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu {
    padding-top: 0 !important;
    padding-left: 25px !important;
  }
}

html body.stm_header_style_3 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu {
  margin: 0;
}
@media (max-width: 1023px) {
  html body.stm_header_style_3 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu {
    padding-left: 0 !important;
  }
}
html body.stm_header_style_3 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li {
  border-left: 1px solid #dedede !important;
  background-color: transparent !important;
}
html body.stm_header_style_3 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li:not(.active):hover {
  background-color: transparent !important;
}
@media (max-width: 1023px) {
  html body.stm_header_style_3 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li {
    border-left: 0 !important;
  }
}
html body.stm_header_style_3 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li > a {
  background-color: transparent !important;
}
@media (max-width: 1023px) {
  html body.stm_header_style_3 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li > a {
    color: #fff !important;
  }
}
html body.stm_header_style_3 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li:hover > a {
  background-color: transparent !important;
}
html body.stm_header_style_3 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li {
  padding: 0 !important;
  background: transparent !important;
}
html body.stm_header_style_3 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li > a {
  color: inherit !important;
}
html body.stm_header_style_3 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li > a:hover {
  opacity: 0.4;
}
@media (max-width: 1023px) {
  html body.stm_header_style_3 .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li > a {
    color: #fff !important;
  }
}

@media (max-width: 1023px) {
  html body.stm_header_style_2 .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li > a {
    color: #fff !important;
  }
}

.megamenu-contacts {
  margin-top: -8px;
  margin-bottom: 0;
}
.megamenu-contacts tr td {
  vertical-align: top;
  padding: 6px 5px 12px;
  border: 0;
}
.megamenu-contacts tr td a {
  color: #333333;
}
.megamenu-contacts tr td i {
  margin-top: 2px;
}
.megamenu-contacts tr:last-child td {
  border-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 1023px) {
  html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li:hover > a {
    color: #fff !important;
  }
}
.stm_megaicon {
  position: relative;
  top: 2px;
}

@media (min-width: 1024px) {
  .stm-navigation__vertical_left .stm-navigation__vertical .stm_megamenu:after {
    display: none !important;
  }
  .stm-navigation__vertical_left .stm-navigation__vertical .stm_megamenu .sub-menu {
    display: block;
    position: absolute;
    top: 50% !important;
    left: 80% !important;
    width: 250px !important;
  }
  .stm-navigation__vertical_left .stm-navigation__vertical .stm_megamenu .sub-menu li {
    width: 100%;
    position: static;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .stm-navigation__vertical_left .stm-navigation__vertical .stm_megamenu .sub-menu li a {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .stm-navigation__vertical_left .stm-navigation__vertical .stm_megamenu .sub-menu li .sub-menu {
    position: absolute !important;
    top: 0 !important;
    bottom: auto !important;
    background: #fff !important;
    padding: 25px;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
  }
  .stm-navigation__vertical_left .stm-navigation__vertical .stm_megamenu .sub-menu li .sub-menu li {
    margin-top: 0;
    margin-bottom: 0;
  }
  .stm-navigation__vertical_left .stm-navigation__vertical .stm_megamenu .sub-menu li .sub-menu li a {
    padding-top: 0;
    padding-bottom: 0;
    margin: 8px 0 !important;
  }
  .stm-navigation__vertical_left .stm-navigation__vertical .stm_megamenu .sub-menu li:hover .sub-menu {
    top: -5px !important;
    left: 90% !important;
    visibility: visible;
    opacity: 1;
  }
}
.stm_boxed .stm-navigation__default ul li.stm_megamenu.stm_megamenu__wide ul.sub-menu {
  width: 100% !important;
  margin-left: 0 !important;
}

/*# sourceMappingURL=megamenu.css.map */#toc_container li,#toc_container ul{margin:0;padding:0}#toc_container.no_bullets li,#toc_container.no_bullets ul,#toc_container.no_bullets ul li,.toc_widget_list.no_bullets,.toc_widget_list.no_bullets li{background:0 0;list-style-type:none;list-style:none}#toc_container.have_bullets li{padding-left:12px}#toc_container ul ul{margin-left:1.5em}#toc_container{background:#f9f9f9;border:1px solid #aaa;padding:10px;margin-bottom:1em;width:auto;display:table;font-size:95%}#toc_container.toc_light_blue{background:#edf6ff}#toc_container.toc_white{background:#fff}#toc_container.toc_black{background:#000}#toc_container.toc_transparent{background:none transparent}#toc_container p.toc_title{text-align:center;font-weight:700;margin:0;padding:0}#toc_container.toc_black p.toc_title{color:#aaa}#toc_container span.toc_toggle{font-weight:400;font-size:90%}#toc_container p.toc_title+ul.toc_list{margin-top:1em}.toc_wrap_left{float:left;margin-right:10px}.toc_wrap_right{float:right;margin-left:10px}#toc_container a{text-decoration:none;text-shadow:none}#toc_container a:hover{text-decoration:underline}.toc_sitemap_posts_letter{font-size:1.5em;font-style:italic}.stm_gdpr_popup-main{position:fixed;padding:26px 30px 30px;width:380px;border-radius:5px;z-index:9999999}.stm_gdpr_popup-main .stm_gdpr_popup-links{margin-top:15px;font-size:14px}.stm_gdpr_popup-main .stm_gdpr_popup-links:after{content:"";display:table;width:100%;clear:both}.stm_gdpr_popup-main .stm_gdpr_popup-links a{float:right;width:153px;padding:4px 0;text-align:center;position:relative;text-transform:uppercase;background-color:transparent;border:1px solid #fff;text-decoration:none;letter-spacing:.5px;border-radius:3px;font-size:12px;color:#fff;transition:all .3s}.stm_gdpr_popup-main .stm_gdpr_popup-links a.stm_gdpr_popup-accept{float:left;background-color:#5e5cc7;border:1px solid #5e5cc7;margin-left:-5px}.stm_gdpr_popup-main .stm_gdpr_popup-links a:hover{border-color:#fff;background-color:#fff;color:#5e5cc7}#stm-gpdr-form .stm-gdpr-errors{color:#ce0000}#stm-gpdr-form .stm-gdpr-success{color:#056d05}/*
    Template: pearl
    Theme Name: Pearl Child Theme
    Theme URI: http://pearl.stylemixthemes.com/
    Author: StylemixThemes
    Author URI: http://stylemixthemes.com/
    Description: Pearl WP is a true multi-niche WordPress theme, which consist of several micro-niche themes. Each micro-niche layout has its own features, modules and specifications. You can use UI modules from any layout and mix it with other UI modules. 300+ UI modules and 250+ prebuilt pages are available for use. Open the shell and find the Pearl!
    Version: 1.1.1
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: beauty salon, blog, business, church, coach, construction, consulting, corporate, ecommerce, multipurpose, music, portfolio, restaurant, transportation, travel, custom-header, custom-menu, editor-style, sticky-post, theme-options
	Text Domain: pearl-child-theme
*/

span.wpcf7-not-valid-tip {
    display: block !important;
}
.block-table-small table tr td {
	padding: 5px 30px;
}

.section-about {
	z-index: 12 !important;
}
.section-index-projects {
    background-size: cover;
    height: 365px;
}
.stm-header .stm-header__cell ul > li > ul.sub-menu > li.current-menu-item > a,
.stm-header .stm-header__cell .stm-header__element ul > li.current-page-ancestor > ul > li:hover > a,
.stm-header .stm-header__cell .stm-header__element ul > li.current-page-ancestor > ul > li > ul > li:hover > a,
.stm-header .stm-header__cell ul > li > ul.sub-menu > li:hover > a {
	color: white !important;
}
/*!
* WPBakery Page Builder v7.6.0 (https://wpbakery.com)
* Copyright 2011-2024 Michael M, WPBakery
* License: Commercial. More details: http://go.wpbakery.com/licensing
*/@font-face{font-family:typicons;font-weight:400;font-style:normal;src:url(//www.lkhpd.com.sg/wp-content/plugins/js_composer/assets/css/lib/typicons/fonts/typicons.eot);src:url(//www.lkhpd.com.sg/wp-content/plugins/js_composer/assets/css/lib/typicons/fonts/typicons.eot?#iefix) format('embedded-opentype'),url(//www.lkhpd.com.sg/wp-content/plugins/js_composer/assets/css/lib/typicons/fonts/typicons.woff) format('woff'),url(//www.lkhpd.com.sg/wp-content/plugins/js_composer/assets/css/lib/typicons/fonts/typicons.ttf) format('truetype'),url(//www.lkhpd.com.sg/wp-content/plugins/js_composer/assets/css/lib/typicons/fonts/typicons.svg#typicons) format('svg')}.typcn:before{font-family:typicons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;height:1em;font-size:1em;text-align:center;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility}.typcn-adjust-brightness:before{content:'\e000'}.typcn-adjust-contrast:before{content:'\e001'}.typcn-anchor-outline:before{content:'\e002'}.typcn-anchor:before{content:'\e003'}.typcn-archive:before{content:'\e004'}.typcn-arrow-back-outline:before{content:'\e005'}.typcn-arrow-back:before{content:'\e006'}.typcn-arrow-down-outline:before{content:'\e007'}.typcn-arrow-down-thick:before{content:'\e008'}.typcn-arrow-down:before{content:'\e009'}.typcn-arrow-forward-outline:before{content:'\e00a'}.typcn-arrow-forward:before{content:'\e00b'}.typcn-arrow-left-outline:before{content:'\e00c'}.typcn-arrow-left-thick:before{content:'\e00d'}.typcn-arrow-left:before{content:'\e00e'}.typcn-arrow-loop-outline:before{content:'\e00f'}.typcn-arrow-loop:before{content:'\e010'}.typcn-arrow-maximise-outline:before{content:'\e011'}.typcn-arrow-maximise:before{content:'\e012'}.typcn-arrow-minimise-outline:before{content:'\e013'}.typcn-arrow-minimise:before{content:'\e014'}.typcn-arrow-move-outline:before{content:'\e015'}.typcn-arrow-move:before{content:'\e016'}.typcn-arrow-repeat-outline:before{content:'\e017'}.typcn-arrow-repeat:before{content:'\e018'}.typcn-arrow-right-outline:before{content:'\e019'}.typcn-arrow-right-thick:before{content:'\e01a'}.typcn-arrow-right:before{content:'\e01b'}.typcn-arrow-shuffle:before{content:'\e01c'}.typcn-arrow-sorted-down:before{content:'\e01d'}.typcn-arrow-sorted-up:before{content:'\e01e'}.typcn-arrow-sync-outline:before{content:'\e01f'}.typcn-arrow-sync:before{content:'\e020'}.typcn-arrow-unsorted:before{content:'\e021'}.typcn-arrow-up-outline:before{content:'\e022'}.typcn-arrow-up-thick:before{content:'\e023'}.typcn-arrow-up:before{content:'\e024'}.typcn-at:before{content:'\e025'}.typcn-attachment-outline:before{content:'\e026'}.typcn-attachment:before{content:'\e027'}.typcn-backspace-outline:before{content:'\e028'}.typcn-backspace:before{content:'\e029'}.typcn-battery-charge:before{content:'\e02a'}.typcn-battery-full:before{content:'\e02b'}.typcn-battery-high:before{content:'\e02c'}.typcn-battery-low:before{content:'\e02d'}.typcn-battery-mid:before{content:'\e02e'}.typcn-beaker:before{content:'\e02f'}.typcn-beer:before{content:'\e030'}.typcn-bell:before{content:'\e031'}.typcn-book:before{content:'\e032'}.typcn-bookmark:before{content:'\e033'}.typcn-briefcase:before{content:'\e034'}.typcn-brush:before{content:'\e035'}.typcn-business-card:before{content:'\e036'}.typcn-calculator:before{content:'\e037'}.typcn-calendar-outline:before{content:'\e038'}.typcn-calendar:before{content:'\e039'}.typcn-camera-outline:before{content:'\e03a'}.typcn-camera:before{content:'\e03b'}.typcn-cancel-outline:before{content:'\e03c'}.typcn-cancel:before{content:'\e03d'}.typcn-chart-area-outline:before{content:'\e03e'}.typcn-chart-area:before{content:'\e03f'}.typcn-chart-bar-outline:before{content:'\e040'}.typcn-chart-bar:before{content:'\e041'}.typcn-chart-line-outline:before{content:'\e042'}.typcn-chart-line:before{content:'\e043'}.typcn-chart-pie-outline:before{content:'\e044'}.typcn-chart-pie:before{content:'\e045'}.typcn-chevron-left-outline:before{content:'\e046'}.typcn-chevron-left:before{content:'\e047'}.typcn-chevron-right-outline:before{content:'\e048'}.typcn-chevron-right:before{content:'\e049'}.typcn-clipboard:before{content:'\e04a'}.typcn-cloud-storage:before{content:'\e04b'}.typcn-cloud-storage-outline:before{content:'\e054'}.typcn-code-outline:before{content:'\e04c'}.typcn-code:before{content:'\e04d'}.typcn-coffee:before{content:'\e04e'}.typcn-cog-outline:before{content:'\e04f'}.typcn-cog:before{content:'\e050'}.typcn-compass:before{content:'\e051'}.typcn-contacts:before{content:'\e052'}.typcn-credit-card:before{content:'\e053'}.typcn-css3:before{content:'\e055'}.typcn-database:before{content:'\e056'}.typcn-delete-outline:before{content:'\e057'}.typcn-delete:before{content:'\e058'}.typcn-device-desktop:before{content:'\e059'}.typcn-device-laptop:before{content:'\e05a'}.typcn-device-phone:before{content:'\e05b'}.typcn-device-tablet:before{content:'\e05c'}.typcn-directions:before{content:'\e05d'}.typcn-divide-outline:before{content:'\e05e'}.typcn-divide:before{content:'\e05f'}.typcn-document-add:before{content:'\e060'}.typcn-document-delete:before{content:'\e061'}.typcn-document-text:before{content:'\e062'}.typcn-document:before{content:'\e063'}.typcn-download-outline:before{content:'\e064'}.typcn-download:before{content:'\e065'}.typcn-dropbox:before{content:'\e066'}.typcn-edit:before{content:'\e067'}.typcn-eject-outline:before{content:'\e068'}.typcn-eject:before{content:'\e069'}.typcn-equals-outline:before{content:'\e06a'}.typcn-equals:before{content:'\e06b'}.typcn-export-outline:before{content:'\e06c'}.typcn-export:before{content:'\e06d'}.typcn-eye-outline:before{content:'\e06e'}.typcn-eye:before{content:'\e06f'}.typcn-feather:before{content:'\e070'}.typcn-film:before{content:'\e071'}.typcn-filter:before{content:'\e072'}.typcn-flag-outline:before{content:'\e073'}.typcn-flag:before{content:'\e074'}.typcn-flash-outline:before{content:'\e075'}.typcn-flash:before{content:'\e076'}.typcn-flow-children:before{content:'\e077'}.typcn-flow-merge:before{content:'\e078'}.typcn-flow-parallel:before{content:'\e079'}.typcn-flow-switch:before{content:'\e07a'}.typcn-folder-add:before{content:'\e07b'}.typcn-folder-delete:before{content:'\e07c'}.typcn-folder-open:before{content:'\e07d'}.typcn-folder:before{content:'\e07e'}.typcn-gift:before{content:'\e07f'}.typcn-globe-outline:before{content:'\e080'}.typcn-globe:before{content:'\e081'}.typcn-group-outline:before{content:'\e082'}.typcn-group:before{content:'\e083'}.typcn-headphones:before{content:'\e084'}.typcn-heart-full-outline:before{content:'\e085'}.typcn-heart-half-outline:before{content:'\e086'}.typcn-heart-outline:before{content:'\e087'}.typcn-heart:before{content:'\e088'}.typcn-home-outline:before{content:'\e089'}.typcn-home:before{content:'\e08a'}.typcn-html5:before{content:'\e08b'}.typcn-image-outline:before{content:'\e08c'}.typcn-image:before{content:'\e08d'}.typcn-infinity-outline:before{content:'\e08e'}.typcn-infinity:before{content:'\e08f'}.typcn-info-large-outline:before{content:'\e090'}.typcn-info-large:before{content:'\e091'}.typcn-info-outline:before{content:'\e092'}.typcn-info:before{content:'\e093'}.typcn-input-checked-outline:before{content:'\e094'}.typcn-input-checked:before{content:'\e095'}.typcn-key-outline:before{content:'\e096'}.typcn-key:before{content:'\e097'}.typcn-keyboard:before{content:'\e098'}.typcn-leaf:before{content:'\e099'}.typcn-lightbulb:before{content:'\e09a'}.typcn-link-outline:before{content:'\e09b'}.typcn-link:before{content:'\e09c'}.typcn-location-arrow-outline:before{content:'\e09d'}.typcn-location-arrow:before{content:'\e09e'}.typcn-location-outline:before{content:'\e09f'}.typcn-location:before{content:'\e0a0'}.typcn-lock-closed-outline:before{content:'\e0a1'}.typcn-lock-closed:before{content:'\e0a2'}.typcn-lock-open-outline:before{content:'\e0a3'}.typcn-lock-open:before{content:'\e0a4'}.typcn-mail:before{content:'\e0a5'}.typcn-map:before{content:'\e0a6'}.typcn-media-eject-outline:before{content:'\e0a7'}.typcn-media-eject:before{content:'\e0a8'}.typcn-media-fast-forward-outline:before{content:'\e0a9'}.typcn-media-fast-forward:before{content:'\e0aa'}.typcn-media-pause-outline:before{content:'\e0ab'}.typcn-media-pause:before{content:'\e0ac'}.typcn-media-play-outline:before{content:'\e0ad'}.typcn-media-play-reverse-outline:before{content:'\e0ae'}.typcn-media-play-reverse:before{content:'\e0af'}.typcn-media-play:before{content:'\e0b0'}.typcn-media-record-outline:before{content:'\e0b1'}.typcn-media-record:before{content:'\e0b2'}.typcn-media-rewind-outline:before{content:'\e0b3'}.typcn-media-rewind:before{content:'\e0b4'}.typcn-media-stop-outline:before{content:'\e0b5'}.typcn-media-stop:before{content:'\e0b6'}.typcn-message-typing:before{content:'\e0b7'}.typcn-message:before{content:'\e0b8'}.typcn-messages:before{content:'\e0b9'}.typcn-microphone-outline:before{content:'\e0ba'}.typcn-microphone:before{content:'\e0bb'}.typcn-minus-outline:before{content:'\e0bc'}.typcn-minus:before{content:'\e0bd'}.typcn-mortar-board:before{content:'\e0be'}.typcn-news:before{content:'\e0bf'}.typcn-notes-outline:before{content:'\e0c0'}.typcn-notes:before{content:'\e0c1'}.typcn-pen:before{content:'\e0c2'}.typcn-pencil:before{content:'\e0c3'}.typcn-phone-outline:before{content:'\e0c4'}.typcn-phone:before{content:'\e0c5'}.typcn-pi-outline:before{content:'\e0c6'}.typcn-pi:before{content:'\e0c7'}.typcn-pin-outline:before{content:'\e0c8'}.typcn-pin:before{content:'\e0c9'}.typcn-pipette:before{content:'\e0ca'}.typcn-plane-outline:before{content:'\e0cb'}.typcn-plane:before{content:'\e0cc'}.typcn-plug:before{content:'\e0cd'}.typcn-plus-outline:before{content:'\e0ce'}.typcn-plus:before{content:'\e0cf'}.typcn-point-of-interest-outline:before{content:'\e0d0'}.typcn-point-of-interest:before{content:'\e0d1'}.typcn-power-outline:before{content:'\e0d2'}.typcn-power:before{content:'\e0d3'}.typcn-printer:before{content:'\e0d4'}.typcn-puzzle-outline:before{content:'\e0d5'}.typcn-puzzle:before{content:'\e0d6'}.typcn-radar-outline:before{content:'\e0d7'}.typcn-radar:before{content:'\e0d8'}.typcn-refresh-outline:before{content:'\e0d9'}.typcn-refresh:before{content:'\e0da'}.typcn-rss-outline:before{content:'\e0db'}.typcn-rss:before{content:'\e0dc'}.typcn-scissors-outline:before{content:'\e0dd'}.typcn-scissors:before{content:'\e0de'}.typcn-shopping-bag:before{content:'\e0df'}.typcn-shopping-cart:before{content:'\e0e0'}.typcn-social-at-circular:before{content:'\e0e1'}.typcn-social-dribbble-circular:before{content:'\e0e2'}.typcn-social-dribbble:before{content:'\e0e3'}.typcn-social-facebook-circular:before{content:'\e0e4'}.typcn-social-facebook:before{content:'\e0e5'}.typcn-social-flickr-circular:before{content:'\e0e6'}.typcn-social-flickr:before{content:'\e0e7'}.typcn-social-github-circular:before{content:'\e0e8'}.typcn-social-github:before{content:'\e0e9'}.typcn-social-google-plus-circular:before{content:'\e0ea'}.typcn-social-google-plus:before{content:'\e0eb'}.typcn-social-instagram-circular:before{content:'\e0ec'}.typcn-social-instagram:before{content:'\e0ed'}.typcn-social-last-fm-circular:before{content:'\e0ee'}.typcn-social-last-fm:before{content:'\e0ef'}.typcn-social-linkedin-circular:before{content:'\e0f0'}.typcn-social-linkedin:before{content:'\e0f1'}.typcn-social-pinterest-circular:before{content:'\e0f2'}.typcn-social-pinterest:before{content:'\e0f3'}.typcn-social-skype-outline:before{content:'\e0f4'}.typcn-social-skype:before{content:'\e0f5'}.typcn-social-tumbler-circular:before{content:'\e0f6'}.typcn-social-tumbler:before{content:'\e0f7'}.typcn-social-twitter-circular:before{content:'\e0f8'}.typcn-social-twitter:before{content:'\e0f9'}.typcn-social-vimeo-circular:before{content:'\e0fa'}.typcn-social-vimeo:before{content:'\e0fb'}.typcn-social-youtube-circular:before{content:'\e0fc'}.typcn-social-youtube:before{content:'\e0fd'}.typcn-sort-alphabetically-outline:before{content:'\e0fe'}.typcn-sort-alphabetically:before{content:'\e0ff'}.typcn-sort-numerically-outline:before{content:'\e100'}.typcn-sort-numerically:before{content:'\e101'}.typcn-spanner-outline:before{content:'\e102'}.typcn-spanner:before{content:'\e103'}.typcn-spiral:before{content:'\e104'}.typcn-star-full-outline:before{content:'\e105'}.typcn-star-half-outline:before{content:'\e106'}.typcn-star-half:before{content:'\e107'}.typcn-star-outline:before{content:'\e108'}.typcn-star:before{content:'\e109'}.typcn-starburst-outline:before{content:'\e10a'}.typcn-starburst:before{content:'\e10b'}.typcn-stopwatch:before{content:'\e10c'}.typcn-support:before{content:'\e10d'}.typcn-tabs-outline:before{content:'\e10e'}.typcn-tag:before{content:'\e10f'}.typcn-tags:before{content:'\e110'}.typcn-th-large-outline:before{content:'\e111'}.typcn-th-large:before{content:'\e112'}.typcn-th-list-outline:before{content:'\e113'}.typcn-th-list:before{content:'\e114'}.typcn-th-menu-outline:before{content:'\e115'}.typcn-th-menu:before{content:'\e116'}.typcn-th-small-outline:before{content:'\e117'}.typcn-th-small:before{content:'\e118'}.typcn-thermometer:before{content:'\e119'}.typcn-thumbs-down:before{content:'\e11a'}.typcn-thumbs-ok:before{content:'\e11b'}.typcn-thumbs-up:before{content:'\e11c'}.typcn-tick-outline:before{content:'\e11d'}.typcn-tick:before{content:'\e11e'}.typcn-ticket:before{content:'\e11f'}.typcn-time:before{content:'\e120'}.typcn-times-outline:before{content:'\e121'}.typcn-times:before{content:'\e122'}.typcn-trash:before{content:'\e123'}.typcn-tree:before{content:'\e124'}.typcn-upload-outline:before{content:'\e125'}.typcn-upload:before{content:'\e126'}.typcn-user-add-outline:before{content:'\e127'}.typcn-user-add:before{content:'\e128'}.typcn-user-delete-outline:before{content:'\e129'}.typcn-user-delete:before{content:'\e12a'}.typcn-user-outline:before{content:'\e12b'}.typcn-user:before{content:'\e12c'}.typcn-vendor-android:before{content:'\e12d'}.typcn-vendor-apple:before{content:'\e12e'}.typcn-vendor-microsoft:before{content:'\e12f'}.typcn-video-outline:before{content:'\e130'}.typcn-video:before{content:'\e131'}.typcn-volume-down:before{content:'\e132'}.typcn-volume-mute:before{content:'\e133'}.typcn-volume-up:before{content:'\e134'}.typcn-volume:before{content:'\e135'}.typcn-warning-outline:before{content:'\e136'}.typcn-warning:before{content:'\e137'}.typcn-watch:before{content:'\e138'}.typcn-waves-outline:before{content:'\e139'}.typcn-waves:before{content:'\e13a'}.typcn-weather-cloudy:before{content:'\e13b'}.typcn-weather-downpour:before{content:'\e13c'}.typcn-weather-night:before{content:'\e13d'}.typcn-weather-partly-sunny:before{content:'\e13e'}.typcn-weather-shower:before{content:'\e13f'}.typcn-weather-snow:before{content:'\e140'}.typcn-weather-stormy:before{content:'\e141'}.typcn-weather-sunny:before{content:'\e142'}.typcn-weather-windy-cloudy:before{content:'\e143'}.typcn-weather-windy:before{content:'\e144'}.typcn-wi-fi-outline:before{content:'\e145'}.typcn-wi-fi:before{content:'\e146'}.typcn-wine:before{content:'\e147'}.typcn-world-outline:before{content:'\e148'}.typcn-world:before{content:'\e149'}.typcn-zoom-in-outline:before{content:'\e14a'}.typcn-zoom-in:before{content:'\e14b'}.typcn-zoom-out-outline:before{content:'\e14c'}.typcn-zoom-out:before{content:'\e14d'}.typcn-zoom-outline:before{content:'\e14e'}.typcn-zoom:before{content:'\e14f'}.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#fff;--even-text-color:var(--text-color);--even-bg-color:#f9f9f9;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:border-box;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>:where(thead)+tbody>:where(:not(.child))>*,.tablepress>tbody>*~:where(:not(.child))>*,.tablepress>tfoot>:where(:first-child)>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>tr>*{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>tr>*{color:var(--text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr:has(+.child:hover)>*,.tablepress>.row-hover>tr:hover+:where(.child)>*,.tablepress>.row-hover>tr:where(:not(.dtrg-group)):hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dt-scroll{width:100%}.dt-scroll .tablepress{width:100%!important}div.dt-scroll-body tfoot tr,div.dt-scroll-body thead tr{height:0}div.dt-scroll-body tfoot tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body thead tr th{border-bottom-width:0!important;border-top-width:0!important;height:0!important;padding-bottom:0!important;padding-top:0!important}div.dt-scroll-body tfoot tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body thead tr th div.dt-scroll-sizing{height:0!important;overflow:hidden!important}div.dt-scroll-body>table.dataTable>thead>tr>td,div.dt-scroll-body>table.dataTable>thead>tr>th{overflow:hidden}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color);--head-sort-arrow-color:var(--head-active-text-color)}.tablepress thead th:active{outline:none}.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:before{bottom:50%;content:"\25b2"/"";display:block;position:absolute}.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:after{content:"\25bc"/"";display:block;position:absolute;top:50%}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{padding-right:24px;position:relative}.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress thead .dt-ordering-desc .dt-column-order{bottom:0;color:var(--head-sort-arrow-color);position:absolute;right:6px;top:0;width:12px}.tablepress thead .dt-orderable-asc .dt-column-order:after,.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-orderable-desc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:after,.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:before{font-family:sans-serif!important;font-size:12px;line-height:12px;opacity:.2}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc{cursor:pointer;outline-offset:-2px}.tablepress thead .dt-orderable-asc:hover,.tablepress thead .dt-orderable-desc:hover,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after{opacity:.8}.tablepress:where(.auto-type-alignment) .dt-right,.tablepress:where(.auto-type-alignment) .dt-type-date,.tablepress:where(.auto-type-alignment) .dt-type-numeric{text-align:right}.dt-container{clear:both;margin-bottom:1rem;position:relative}.dt-container .tablepress{margin-bottom:0}.dt-container .tablepress tfoot:empty{display:none}.dt-container .dt-layout-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{display:block;width:100%}.dt-container .dt-layout-cell{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;padding:5px 0}.dt-container .dt-layout-cell.dt-layout-full{align-items:center;justify-content:space-between;width:100%}.dt-container .dt-layout-cell.dt-layout-full>:only-child{margin:auto}.dt-container .dt-layout-cell.dt-layout-start{align-items:center;justify-content:flex-start;margin-right:auto}.dt-container .dt-layout-cell.dt-layout-end{align-items:center;justify-content:flex-end;margin-left:auto}.dt-container .dt-layout-cell:empty{display:none}.dt-container .dt-input,.dt-container label{display:inline;width:auto}.dt-container .dt-input{font-size:inherit;padding:5px}.dt-container .dt-length,.dt-container .dt-search{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.dt-container .dt-paging .dt-paging-button{background:#0000;border:1px solid #0000;border-radius:2px;box-sizing:border-box;color:inherit!important;cursor:pointer;display:inline-block;font-size:1em;height:32px;margin-left:2px;min-width:32px;padding:0 5px;text-align:center;text-decoration:none!important;vertical-align:middle}.dt-container .dt-paging .dt-paging-button.current,.dt-container .dt-paging .dt-paging-button:hover{border:1px solid #111}.dt-container .dt-paging .dt-paging-button.disabled,.dt-container .dt-paging .dt-paging-button.disabled:active,.dt-container .dt-paging .dt-paging-button.disabled:hover{border:1px solid #0000;color:#0000004d!important;cursor:default;outline:none}.dt-container .dt-paging>.dt-paging-button:first-child{margin-left:0}.dt-container .dt-paging .ellipsis{padding:0 1em}@media screen and (max-width:767px){.dt-container .dt-layout-row{flex-direction:column}.dt-container .dt-layout-cell{flex-direction:column;padding:.5em 0}}