body{
 	background: #f5f6fa;	
}
.all-small-caps {
    font-variant-caps: all-small-caps;
}
.page-header-wrapper{
    background: #ff0217;
}
/* pageHeader */
#pageHeader{
	width:auto;
	padding: 11px 0;
	margin: 0 18px;
	height:65px;
}
#pageHeaderBottomLine{
	border-bottom: 1px solid #cccccc;
}
.pageHeader__logo-wrapper{
	display:none;
}
.pageHeader__logo-img{
	display: block;
	width:100%;
}
.pageHeader__btn-lang{
	float:right;
	margin-top:15px;
	cursor:pointer;
	width:30px;
	height:30px;
}
[lang="en-hk"] .pageHeader__btn-lang{
	width:17px;
	height:17px;
	margin-top: 13px;
}
.pageHeader__btn-lang-img{
	display:block;
	width:100%;
	height:100%;
}
.pageHeader__store-button{
	display:block;
}
.pageHeader__store-button-img{
	width:100%;
}
.pageHeader__store-button-img--mobile{
	display:block;
}
.pageHeader__store-button-img--desktop{
	display:none;
}
.pageHeader__store-button-wrapper{
	width: 155px;
	margin:0 auto;
}
.pageHeader__btn-lang{
	width : 20px;
	height: 29px;
	margin-top: 8px;
}
/* #div_webchat_icon */
#div_webchat_icon{
	width:auto;
	height:auto;
	float:right;
	margin-top:15px;
	margin-right:30px;
	font-size:22px;
	text-align:center;
	display:block;
}
#div_webchat_icon{
	float: left;
	margin-top:4px;
	margin-right:0;
	/*hide KN*/
	display: none;
}
#div_webchat_icon a{
	text-decoration:none;
	display:block;
}
#div_webchat_icon img {
	width:auto;
    height: 30px;
	display:block;
}
#div_webchat_icon img {
	height: 35px;
}
#div_webchat_icon{
	float: left;
	margin-top:8px;
	margin-right:0;
}
#div_webchat_icon img {
    height: 28px;
}
#div_webchat_icon img.pageHeader__livechat-btn-img--desktop{
	display:none;
}

/* hero banner */
.hero-banner-canvas{
	   -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	        box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}
.hero-banner-canvas__inner-canvas{
	width:auto;
	width:100%;
	transition: all 0.3s;
}
/* content */
.content-block{
	width : auto;
	margin: 20px 18px;
}
/* footer */
#siteFooter {
	padding: 18px;
	background: #f5f5f5;
	width: 100%;
	font-size:16px;	
}
#siteFooter a{
	color:#de0000;
}
#siteFooter .st-footer-links a {
	width: 50%;
	
	padding-left: 4px;
	padding-right: 4px;
	
	margin: 0px;
	margin-bottom: .5em;
	display: block;
    float: left;
}
#siteFooter .st-footer-links a img {
	display: block;
	width: 100%;
	max-width: 180px;
	margin: 0px auto;
}
@media (max-width: 375px) and (min-width: 321px) {
	#siteFooter .st-footer-links a img {
		height:25px;
	}	
}
@media (max-width: 320px)  {
	#siteFooter .st-footer-links a img {
		height:21px;
	}	
}

#siteFooter .st-copyright {
	font-size:.8em;
	color:#666;
	clear: right;
}
#siteFooter .st-mob-pull-left {
	float: left !important;
}
#siteFooter .st-footer-links .st-footer2 {
	margin-right: -9px;
	float: left !important;
}
#siteFooter .st-footer-links .st-footer2 {
	width: 100%;
	margin: .5em 0em;
}
#siteFooter .st-footer2 {
	font-size:.7em;
	color:#666;
	clear: right;
	margin: 1em 0em;
}
#siteFooter .st-footer-links .st-footer2 a {
	width:auto;
	float: none;
}
#siteFooter a[target^=_blank]:after{
	display:none;
}
#siteFooter .st-footer-links .st-footer1, 
#siteFooter .st-footer-links .st-footer2 {
	margin-right: -4px;
	margin-left: -4px;
}
#siteFooter .st-footer2 a {
	/*padding-left: 1em;*/
	text-decoration: underline;
}
#siteFooter .st-footer-links {
	margin-bottom: .5em;
}
#pageFooter {
    margin: 40px 20px;
    color: #666666;
}


/* progress bar start */
.iphone-progress-bar {
	text-align: left;
	position: relative;
    background: #fff;
    height: 30px;
    border-radius: 20px;
    margin: 20px 10px;
    width: inherit;
}

@media (max-width: 767px){	
	[data-total-step="5"] .iphone-progress-bar {
		margin: 20px 0px;
	}
}
.iphone-progress-bar:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-radius: 20px;
    background: #ffe9e9;
}

[data-total-step='5'][data-step='1'] .iphone-progress-bar:before{
	width:20%;
}
[data-total-step='5'][data-step='2'] .iphone-progress-bar:before{
	width:40%;
}
[data-total-step='5'][data-step='3'] .iphone-progress-bar:before{
	width:60%;
}
[data-total-step='5'][data-step='4'] .iphone-progress-bar:before{
	width:80%;
}
[data-total-step='5'][data-step='5'] .iphone-progress-bar:before{
	width:100%;
}
[data-total-step='5'] .iphone-progress-bar__step{
	width:20%;
}
[data-total-step='4'][data-step='1'] .iphone-progress-bar:before{
	width:25%;
}
[data-total-step='4'][data-step='2'] .iphone-progress-bar:before{
	width:50%;
}
[data-total-step='4'][data-step='3'] .iphone-progress-bar:before{
	width:75%;
}
[data-total-step='4'][data-step='4'] .iphone-progress-bar:before{
	width:100%;
}
[data-total-step='4'] .iphone-progress-bar__step{
	width:25%;
}
[data-total-step='2'][data-step='1'] .iphone-progress-bar:before{
	width:50%;
}
[data-total-step='2'][data-step='2'] .iphone-progress-bar:before{
	width:100%;
}
[data-total-step='2'] .iphone-progress-bar__step{
	width:50%;
}
.iphone-progress-bar__step{
    position: relative;
    padding-left: 36px;
    line-height: 30px;
    height: 30px;
    border-radius: 12px;
    /*white-space: nowrap;*/
    color: #bbb;
    float: left;
    font-size: 14px;
}
[data-step='1'] .iphone-progress-bar__step[data-step='1'],
[data-step='2'] .iphone-progress-bar__step[data-step='2'],
[data-step='3'] .iphone-progress-bar__step[data-step='3'],
[data-step='4'] .iphone-progress-bar__step[data-step='4'],
[data-step='5'] .iphone-progress-bar__step[data-step='5']{
	color:#ff0000;
	font-family: 'NotoSans-Bold', NotoSansTCBold, sans-serif;
	padding-left: 46px;
}
[data-step='1'] .iphone-progress-bar__step[data-step='1'],
[data-step='2'] .iphone-progress-bar__step[data-step='2'],
[data-step='3'] .iphone-progress-bar__step[data-step='3'],
[data-step='4'] .iphone-progress-bar__step[data-step='4'],
[data-step='5'] .iphone-progress-bar__step[data-step='5']{
	font-size:14px;
}

[data-step='2'] .iphone-progress-bar__step[data-step='1'],
[data-step='3'] .iphone-progress-bar__step[data-step='1'],
[data-step='3'] .iphone-progress-bar__step[data-step='2'],
[data-step='4'] .iphone-progress-bar__step[data-step='1'],
[data-step='4'] .iphone-progress-bar__step[data-step='2'],
[data-step='4'] .iphone-progress-bar__step[data-step='3'],
[data-step='5'] .iphone-progress-bar__step[data-step='1'],
[data-step='5'] .iphone-progress-bar__step[data-step='2'],
[data-step='5'] .iphone-progress-bar__step[data-step='3'],
[data-step='5'] .iphone-progress-bar__step[data-step='4']{
	padding-left: 55px;
	color:#ff0000;
	opacity: 0.4;	
}

.iphone-progress-bar__step:before{
	position:absolute;
	width: 36px;
	top : 50%;
	transform: translate(0, -50%);
	left: 0px;
	height: 36px;
	border:0px;
	line-height: 36px;
	border-radius: 25px;
	text-align:center;
	font-family: 'NotoSans-SemiBold', NotoSansTCBold, sans-serif;
	font-size: 16px;
}

[data-step='1'] .iphone-progress-bar__step:nth-child(1):before,
[data-step='2'] .iphone-progress-bar__step:nth-child(2):before,
[data-step='3'] .iphone-progress-bar__step:nth-child(3):before,
[data-step='4'] .iphone-progress-bar__step:nth-child(4):before,
[data-step='5'] .iphone-progress-bar__step:nth-child(5):before{
    border: 1px solid #ddd;
    line-height: 36px;
    background: #ff0000;
    box-shadow: 0px 0px 5px #ddd;
    font-size: 20px;
    color: #fff;
    font-family: 'NotoSans-Bold', NotoSansTCBold, sans-serif;
}
.iphone-progress-bar__step:nth-child(1):before{
	content: "1";
}
.iphone-progress-bar__step:nth-child(2):before{
	content: "2";
}
.iphone-progress-bar__step:nth-child(3):before{
	content: "3";
}
.iphone-progress-bar__step:nth-child(4):before{
	content: "4";
}
.iphone-progress-bar__step:nth-child(5):before{
	content: "5";
}

[data-step='2'] .iphone-progress-bar__step:nth-child(1):after,
[data-step='3'] .iphone-progress-bar__step:nth-child(1):after,
[data-step='3'] .iphone-progress-bar__step:nth-child(2):after,
[data-step='4'] .iphone-progress-bar__step:nth-child(1):after,
[data-step='4'] .iphone-progress-bar__step:nth-child(2):after,
[data-step='4'] .iphone-progress-bar__step:nth-child(3):after,
[data-step='5'] .iphone-progress-bar__step:nth-child(1):after,
[data-step='5'] .iphone-progress-bar__step:nth-child(2):after,
[data-step='5'] .iphone-progress-bar__step:nth-child(3):after,
[data-step='5'] .iphone-progress-bar__step:nth-child(4):after{
    content: "\f233";
    font-family: "icomoon";
    font-size: 18px;
    color: #ff0000;
    display: block;
    position: absolute;
    width: 36px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    left: 32px;
    opacity: 0.4;
}

.smt-step-all-content, .smt-step-1-content, .smt-step-2-content, .smt-step-3-content, .smt-step-4-content {
    display: none;
}
[data-step='1'] .smt-step-1-content, [data-step='2'] .smt-step-2-content, [data-step='3'] .smt-step-3-content, [data-step='4'] .smt-step-4-content,[data-step='5'] .smt-step-5-content, [data-step='1'] .smt-step-all-content, [data-step='2'] .smt-step-all-content, [data-step='3'] .smt-step-all-content, [data-step='4'] .smt-step-all-content, [data-step='5'] .smt-step-all-content {
    display: block;
}

.iphone-progress-bar__step-title {	    
    display: -webkit-box;
	text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	height: 30px;
}

@media (max-width: 767px){	
	[data-total-step='4'] .iphone-progress-bar__step,
	[data-total-step='5'] .iphone-progress-bar__step {
	    width: initial; 
	}
	[data-step='1'] .iphone-progress-bar__step[data-step='1'] .iphone-progress-bar__step-title, 
	[data-step='2'] .iphone-progress-bar__step[data-step='2'] .iphone-progress-bar__step-title, 
	[data-step='3'] .iphone-progress-bar__step[data-step='3'] .iphone-progress-bar__step-title,
	[data-step='4'] .iphone-progress-bar__step[data-step='4'] .iphone-progress-bar__step-title,
	[data-step='5'] .iphone-progress-bar__step[data-step='5'] .iphone-progress-bar__step-title {
	    display: block;
	}
	[data-step='1'] .iphone-progress-bar__step[data-step='1'], 
	[data-step='2'] .iphone-progress-bar__step[data-step='2'], 
	[data-step='3'] .iphone-progress-bar__step[data-step='3'], 
	[data-step='4'] .iphone-progress-bar__step[data-step='4'],
	[data-step='5'] .iphone-progress-bar__step[data-step='5'] {
	    padding-left: 44px;
	}
	.iphone-progress-bar__step-title {
	    display: none;
	}
	[data-step='1'] .iphone-progress-bar__step[data-step='1']{
		width: calc(100% - 124px);
	}
	[data-step='1'] .iphone-progress-bar__step[data-step='2']{
		width: 35px;
		padding-left:0;
	}
	[data-step='1'] .iphone-progress-bar__step[data-step='2']:before{
		width:100%;
	}
	[data-step='1'] .iphone-progress-bar__step[data-step='3']{
		width: 35px;
		padding-left:0;
	}
	[data-step='1'] .iphone-progress-bar__step[data-step='3']:before{
		width:100%;
	}
	[data-step='1'] .iphone-progress-bar__step[data-step='4']{
		width: 35px;
		padding-left:0;
	}	
	[data-step='1'] .iphone-progress-bar__step[data-step='4']:before{
		width:100%;
	}
	[data-step='2'] .iphone-progress-bar__step[data-step='1']{
		width: 55px;
		padding-left:0;
	}
	[data-step='2'] .iphone-progress-bar__step[data-step='2']{
		width: calc(100% - 155px);
	}
	[data-step='2'] .iphone-progress-bar__step[data-step='3']{
		width: 35px;
		padding-left:0;
	}
	[data-step='2'] .iphone-progress-bar__step[data-step='3']:before{
		width:100%;
	}
	[data-step='2'] .iphone-progress-bar__step[data-step='4']{
		width: 35px;
		padding-left:0;
	}
	[data-step='2'] .iphone-progress-bar__step[data-step='4']:before{
		width:100%;
	}

	[data-step='3'] .iphone-progress-bar__step[data-step='1']{
		width: 55px;
		padding-left:0;
	}
	[data-step='3'] .iphone-progress-bar__step[data-step='2']{
		width: 55px;
		padding-left:0;
	}
	[data-step='3'] .iphone-progress-bar__step[data-step='3']{
		width: calc(100% - 150px);
	}
	[data-step='3'] .iphone-progress-bar__step[data-step='4']{
		/*width: calc(100% - 319px);*/
	}

	[data-step='4'] .iphone-progress-bar__step[data-step='4']{
		width: calc(100% - 180px);
	}

	


	[data-total-step="5"][data-step='1'] .iphone-progress-bar__step[data-step='1']{
		width: calc(100% - 160px);
	}
	[data-total-step="5"][data-step='1'] .iphone-progress-bar__step[data-step='2'],
	[data-total-step="5"][data-step='1'] .iphone-progress-bar__step[data-step='3'],
	[data-total-step="5"][data-step='1'] .iphone-progress-bar__step[data-step='4'],
	[data-total-step="5"][data-step='1'] .iphone-progress-bar__step[data-step='5']{
		width: 35px;
		padding-left:0;
	}

	[data-total-step="5"][data-step='2'] .iphone-progress-bar__step[data-step='1'],
	[data-total-step="5"][data-step='3'] .iphone-progress-bar__step[data-step='1'],
	[data-total-step="5"][data-step='3'] .iphone-progress-bar__step[data-step='2'],
	[data-total-step="5"][data-step='4'] .iphone-progress-bar__step[data-step='1'],
	[data-total-step="5"][data-step='4'] .iphone-progress-bar__step[data-step='2'],
	[data-total-step="5"][data-step='4'] .iphone-progress-bar__step[data-step='3'] {
		width: 55px;
		padding-left:0;
	}

	[data-total-step="5"][data-step='2'] .iphone-progress-bar__step[data-step='2']{
		width: calc(100% - 190px);
	}

	[data-total-step="5"][data-step='3'] .iphone-progress-bar__step[data-step='3']{
		width: calc(100% - 215px);
	}

	[data-total-step="5"][data-step='4'] .iphone-progress-bar__step[data-step='4']{
		width: calc(100% - 255px);
	}

	[data-total-step="5"][data-step='5'] .iphone-progress-bar__step[data-step='5']{
		width: calc(100% - 240px);
	}

	[data-total-step="5"][data-step='2'] .iphone-progress-bar__step[data-step='3'],
	[data-total-step="5"][data-step='2'] .iphone-progress-bar__step[data-step='4'],
	[data-total-step="5"][data-step='2'] .iphone-progress-bar__step[data-step='5'],
	[data-total-step="5"][data-step='3'] .iphone-progress-bar__step[data-step='4'],
	[data-total-step="5"][data-step='3'] .iphone-progress-bar__step[data-step='5'],
	[data-total-step="5"][data-step='4'] .iphone-progress-bar__step[data-step='5']{
		width: 35px;
		padding-left:0;
	}





	[data-total-step='5'][data-step='1'] .iphone-progress-bar:before{
		width: calc(100% - 160px);
	}
	[data-total-step='5'][data-step='2'] .iphone-progress-bar:before{
		width: calc(100% - 136px);
	}
	[data-total-step='5'][data-step='3'] .iphone-progress-bar:before{
		width: calc(100% - 105px);
	}
	[data-total-step='5'][data-step='4'] .iphone-progress-bar:before{
		width: calc(100% - 60px);
	}

	[data-total-step='4'][data-step='1'] .iphone-progress-bar:before{
		width: calc(100% - 124px);
	}
	[data-total-step='4'][data-step='2'] .iphone-progress-bar:before{
		width: calc(100% - 100px);
	}
	[data-total-step='4'][data-step='3'] .iphone-progress-bar:before{
		width: calc(100% - 40px);
	}

	[data-total-step='2'][data-step='1'] .iphone-progress-bar:before{
		width: calc(100% - 40px);
	}
	[data-total-step='2'][data-step='1'] .iphone-progress-bar__step[data-step='1']{
		width: calc(100% - 40px);
	}
}

@media (max-width: 320px){
	[data-step='1'] .iphone-progress-bar__step[data-step='1'],
	[data-step='2'] .iphone-progress-bar__step[data-step='2'],
	[data-step='3'] .iphone-progress-bar__step[data-step='3'],
	[data-step='4'] .iphone-progress-bar__step[data-step='4'],
	[data-step='5'] .iphone-progress-bar__step[data-step='5']{
		font-size: 12px;
	}
	[data-step='1'] .iphone-progress-bar__step[data-step='1'], [data-step='2'] .iphone-progress-bar__step[data-step='2'], [data-step='3'] .iphone-progress-bar__step[data-step='3'], [data-step='4'] .iphone-progress-bar__step[data-step='4'], [data-step='5'] .iphone-progress-bar__step[data-step='5']{
		padding-left: 34px;
	}
	.iphone-progress-bar__step:before{
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	[data-step='1'] .iphone-progress-bar__step:nth-child(1):before, [data-step='2'] .iphone-progress-bar__step:nth-child(2):before, [data-step='3'] .iphone-progress-bar__step:nth-child(3):before, [data-step='4'] .iphone-progress-bar__step:nth-child(4):before,[data-step='5'] .iphone-progress-bar__step:nth-child(5):before{
		line-height: 30px;
	}
}