 

@font-face {
    font-family: 'Lucida Sans Unicode';
    font-weight: 400;
    font-style: normal;
    src: url(//www.konicaminolta.hk/home/wp-content/themes/km/assets/css/../fonts/lucida_sans_unicode-webfont.woff2) format('woff2'),url(//www.konicaminolta.hk/home/wp-content/themes/km/assets/css/../fonts/lucida_sans_unicode-webfont.woff) format('woff')
}

@font-face {
    font-family: 'Lucida Grande Regular';
    font-weight: 400;
    font-style: normal;
    src: url(//www.konicaminolta.hk/home/wp-content/themes/km/assets/css/../fonts/lucidagrande-webfont.woff2) format('woff2'),url(//www.konicaminolta.hk/home/wp-content/themes/km/assets/css/../fonts/lucidagrande-webfont.woff) format('woff')
}

@font-face {
    font-family: 'Lucida Grande Bold';
    font-weight: 400;
    font-style: normal;
    src: url(//www.konicaminolta.hk/home/wp-content/themes/km/assets/css/../fonts/lucidagrandebold-webfont.woff2) format('woff2'),url(//www.konicaminolta.hk/home/wp-content/themes/km/assets/css/../fonts/lucidagrandebold-webfont.woff) format('woff')
}

html,body {
    font-family: 'Lucida Sans Unicode','Lucida Grande Regular',sans-serif;
    font-size: 16px;
    color: #000
}

a {
    color: #0062c2
}

a:hover {
    text-decoration: none;
    color: #000
}


b,strong,h1,h2,h3,h4,h5,h6 {
    font-family: 'Lucida Sans Unicode','Lucida Grande Bold',sans-serif;
    font-weight: 700
}

.bg-dark-blue{background-color:#009}
.bg-black{background-color:#000}
.bg-red{background-color:#C00}
.text-red{color:#C00}
.text-black{color:#000}
.bg-linear {
  /* 标准语法 */
  background: linear-gradient(to right, #3C9, #09F);
  
  /* 旧版Webkit浏览器，如旧版的Safari、Chrome */
  background: -webkit-linear-gradient(left, #3C9, #09F);
 
  /* Firefox */
  background: -moz-linear-gradient(left, #3C9, #09F);
 
  /* 老版本的Opera浏览器 */
  background: -o-linear-gradient(left, #3C9, #09F);
}

.text-light-blue{color:#00ffff}


.nav-item{width:100%}
a.nav-link{color:#ffffff; font-weight:bold; font-family:'Lucida Sans Unicode',Arial, Helvetica, sans-serif;}
a.nav-link:hover{color:#ffffff;}
.nav-item:hover{background:#000}
a.nav-link.active{background-color:#00ffff; color:#000}
.navbar{padding:0}

.section-title{font-size:200%; line-height:120%}
.section-title span{background-color:#0062c2; width:10%; height:6px; margin:14px auto}

ul.package{list-style-image:url(../images/icon/check-circle.svg); list-style-position:inherit;}
ul.package li{margin:10px 0}


.collapsed .navbar-toggler-icon{ background:#fff url(../images/menu.svg) 50% 50% no-repeat}
.navbar-toggler-icon{ background:#fff url(../images/x.svg) 50% 50% no-repeat}
