@charset "utf-8";
/* CSS Document *//
@font-face {
    font-family: RobotoCondensedLight;
    src: url('/assets/fonts/Roboto/robotocondensed-light.eot');
    src: url('/assets/fonts/Roboto/robotocondensed-light.eot') format('embedded-opentype'),
         url('/assets/fonts/Roboto/robotocondensed-light.woff') format('woff'),
         url('/assets/fonts/Roboto/robotocondensed-light.ttf') format('truetype'),
         url('/assets/fonts/Roboto/robotocondensed-light.svg#RobotoCondensedLight') format('svg');
}
@font-face {
    font-family: RobotoThin;
    src: url('/assets/fonts/Roboto/Roboto-Thin.eot');
    src: url('/assets/fonts/Roboto/Roboto-Thin.eot') format('embedded-opentype'),
         url('/assets/fonts/Roboto/Roboto-Thin.woff') format('woff'),
         url('/assets/fonts/Roboto/Roboto-Thin.ttf') format('truetype'),
         url('/assets/fonts/Roboto/Roboto-Thin.svg#Roboto-Thin') format('svg');
}
@font-face {
    font-family: RobotoMedium;
    src: url('/assets/fonts/Roboto/Roboto-Medium.eot');
    src: url('/assets/fonts/Roboto/Roboto-Medium.eot') format('embedded-opentype'),
         url('/assets/fonts/Roboto/Roboto-Medium.woff') format('woff'),
         url('/assets/fonts/Roboto/Roboto-Medium.ttf') format('truetype'),
         url('/assets/fonts/Roboto/Roboto-Medium.svg#Roboto-Medium') format('svg');
}
@font-face {
    font-family: RobotoRegular;
    src: url('/assets/fonts/Roboto/Roboto-Regular.eot');
    src: url('/assets/fonts/Roboto/Roboto-Regular.eot') format('embedded-opentype'),
         url('/assets/fonts/Roboto/Roboto-Regular.woff') format('woff'),
         url('/assets/fonts/Roboto/Roboto-Regular.ttf') format('truetype'),
         url('/assets/fonts/Roboto/Roboto-Regular.svg#Roboto-Regular') format('svg');
}
@font-face {
    font-family: PalatinoBold;
    src: url('/assets/fonts/palatino-bold/paltno.eot');
    src: url('/assets/fonts/palatino-bold/paltno.eot') format('embedded-opentype'),
         url('/assets/fonts/palatino-bold/paltno.woff') format('woff'),
         url('/assets/fonts/palatino-bold/paltno.ttf') format('truetype'),
         url('/assets/fonts/palatino-bold/paltno.svg#paltno') format('svg');
}
@font-face {
	font-family: Righteous-Regular;
	src: url('/assets/fonts/Righteous-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: xsung;
    src: url('/assets/fonts/NotoSerifCJKtc-Bold.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: heibold;
    src: url('/assets/fonts/NotoSansTC-Bold.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: din;
    src: url('/assets/fonts/DIN/DINPro-Regular.eot');
    src: url('/assets/fonts/DIN/DINPro-Regular.eot') format('embedded-opentype'),
         url('/assets/fonts/DIN/DINPro-Regular.woff') format('woff'),
         url('/assets/fonts/DIN/DINPro-Regular.ttf') format('truetype'),
         url('/assets/fonts/DIN/DINPro-Regular.svg#DINPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: dinbold;
    src: url('/assets/fonts/DIN/DIN-Bold.eot');
    src: url('/assets/fonts/DIN/DIN-Bold.eot') format('embedded-opentype'),
         url('/assets/fonts/DIN/DIN-Bold.woff') format('woff'),
         url('/assets/fonts/DIN/DIN-Bold.ttf') format('truetype'),
         url('/assets/fonts/DIN/DIN-Bold.svg#DIN-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: MElleHK-Medium;
    src: url('/assets/fonts/MElleHK-Medium.eot');
    src: url('/assets/fonts/MElleHK-Medium.eot') format('embedded-opentype'),
         url('/assets/fonts/MElleHK-Medium.woff') format('woff'),
         url('/assets/fonts/MElleHK-Medium.ttf') format('truetype'),
         url('/assets/fonts/MElleHK-Medium.svg#MElleHK-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: MElleHK-Xbold;
    src: url('/assets/fonts/MElleHK-Xbold.eot');
    src: url('/assets/fonts/MElleHK-Xbold.eot') format('embedded-opentype'),
         url('/assets/fonts/MElleHK-Xbold.woff') format('woff'),
         url('/assets/fonts/MElleHK-Xbold.ttf') format('truetype'),
         url('/assets/fonts/MElleHK-Xbold.svg#MElleHK-Xbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
body{
	font-family:RobotoRegular,微軟正黑體,Microsoft JhengHei;
	padding:0;
	margin:0;
}
img{
	display:block;
}
.backimg, .livesmallblock, .form_row, .sharearea, .disarea, .checkboxrow, .tagarea, .contactrow{
	zoom:1;
}
.backimg:after, .livesmallblock:after, .form_row:after, .sharearea:after, .disarea:after, .checkboxrow:after, .tagarea:after, .contactrow:after{
	content:".";display:block;font-size:0;line-height:0;height:0;clear:both;visibility:hidden;
}
a{
	color:#ee4023;
	text-decoration:none;
}
.services-email .infoBlock.emailService {
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-image: url(/assets/images/photo/cs.jpg);
	background-position:center center;
}

#changeform input[type=text], #changeform input[type=number], #changeform input[type=password],#emailform input[type=text], #emailform input[type=number], #emailform input[type=password] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #D9D9D9 solid;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
	width:100%;
	background-color: #f2f2f2;
	border-radius: 5px;
	line-height: 40px;
    height: 40px;
	padding: 0 15px;
}
#changeform textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #D9D9D9 solid;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
	width:100%;
	background-color: #f2f2f2;
	border-radius: 5px;
	line-height: 30px;
    height: auto;
	padding: 0 15px;
}

.styled-select select, .styled-select_grey select, .styled-select_cal select {
	background: transparent;
	width: 96%; 
	padding: 2%;
	font-size: 110%;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 40px;
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	appearance:none; 
}
select::-ms-expand {
    display: none;
}
.styled-select_grey {
    width: 100%;
    height: 40px;
    overflow: hidden;
    background: #f2f2f2 url(/assets/images/icon/select.png) no-repeat right center;
    border: 1px solid #D9D9D9;
    padding: 0 0 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
	border-radius: 5px;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
}
.styled-select_cal {
    width: 100%;
    height: 40px;
    overflow: hidden;
    background: #f2f2f2 url(/assets/images/icon/calendar_icon.png) no-repeat right center;
    border: 1px solid #D9D9D9;
    padding: 0 0 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
	border-radius: 5px;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: auto 75%;
}
.styled-select {
    width: 100%;
    height: 40px;
    overflow: hidden;
    background: #fff url(/assets/images/icon/select.png) no-repeat right center;
    border: 1px solid #D9D9D9;
    padding: 0 0 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
	border-radius: 5px;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
}
.pinput:focus, .tinput:focus, .twopartcol:focus, .fourpartcol:focus{
    background: #FFF!important;
}
.container{
	max-width:998px;
	margin:auto;
	display:block;
	position:relative;
}
.header{
	background-color:rgba(255,255,255,0.9);
	display:table;
	width:100%;
}
.langarea, .langarea a{
	float:right;
	display:block;
	color:#878b8c;
	font-size:14px;
	text-transform:uppercase;
	background: url(/assets/images/icon/global-grey.svg) no-repeat left center;
	-moz-background-size: 16px auto;
	-o-background-size: 16px auto;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
	padding:0 0 0 22px;
	text-decoration:none;
}
.floatright{
	float:right;
}
.formarea{
	background-color:#f5f5f5;
	clear:both;
	color:#58595b;
}
.prizearea{
	background-color:#e4e0df;
	clear:both;
	color:#58595b;
}
sup{
	font-size:60%;
	line-height:50%;
}
.remark{
	font-size:13px;
	padding:10px 0px 20px;
}
.text1, .text2{
	display: block;
    width: 100%;
    vertical-align: middle;
	color:#fff;
}
.chattext{
	display:block;
}
.fixed{
	position: fixed!important;
}
.dtable{
	display: table;
}
.error{
	color:#ee4023;
}
.tcarea{
	/*font-size:80%;*/
}
.checkboxrow{
	padding:8px 0;
	    line-height: 150%;
}
.checkboxcol{
	float:left;
	width:25px;
	display:block;
}
.checkboxtext{
	float:left;
	width:calc(100% - 25px);
	display:block;
}
.tagarea {
    text-align: center;
}
.prize_one img{
	max-width:70%;
	margin:auto;
	padding:50px 0;
}
.prizeoneimg{
	display: table-cell;
	vertical-align:middle;
}
.flag{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 65px 65px 0 0;
	border-color: #fbae17 transparent transparent transparent;
	font-size:24px;
	/*float: left;*/
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	position: absolute;
}
.flag p{
    text-align: center;
    top: -58px;
    left: 3px;
    position: absolute;
    width: 33px;
    height: 47px;
    margin: 0px;
    color: #fff;
	font-family:Righteous-Regular;
}
.l_img{
	margin:auto;
}
.form_header{
	font-size:26px;
	text-align:center;
	padding:10px 0 30px;
	letter-spacing:0px;
	text-indent: 0px;
}
.form_subheader{
	text-align:center;
	padding:0px 0 30px;
	font-family:RobotoRegular,微軟正黑體,Microsoft JhengHei;
}
.prizeheader{
	color:#58595b;
	font-size:26px;
	text-align:center;
	padding:10px 0 30px;
	font-family:heibold, arial;
	letter-spacing:15px;
	text-indent: 15px;
}
.prizesubheader{
	color:#58595b;
	font-size:20px;
	text-align:center;
	padding:0 0 15px 0;
	font-weight:bold;
}
.prizetext{
	height:100px;
	width:100%;
	text-align:center;
	color:#fff;
	background: linear-gradient(90deg, rgba(246,146,30,1) 0%, rgba(251,174,23,1) 100%);
	background: -moz-linear-gradient(left, rgba(246,146,30,1) 0%, rgba(251,174,23,1) 100%);
	background: -webkit-linear-gradient(left, rgba(246,146,30,1) 0%, rgba(251,174,23,1) 100%);
	display:table;
}
.prizetextl {
	background: linear-gradient(90deg, rgba(0,72,147,1) 0%, rgba(51,108,169,1) 100%);
	background: -moz-linear-gradient(left, rgba(0,72,147,1) 0%, rgba(51,108,169,1) 100%);
	background: -webkit-linear-gradient(left, rgba(0,72,147,1) 0%, rgba(51,108,169,1) 100%);
}
.pcontent {
    display: table-cell;
    width: 100%;
    text-align: center;
    vertical-align: middle;
	font-size:20px;
	font-family:heibold;
}
.prize_remark{
	font-size:75%;
	font-family:RobotoRegular,微軟正黑體,Microsoft JhengHei;
	display: inline-block;
}
.resultarea{
	display:none;
	text-align:center;
}
.aligncenter{
	text-align:center;
}
.bold{
	font-weight:bold;
}
.clearboth{
	clear:both;
}
.telbtn{
	
}
.formarea {
    line-height: normal!important;
}
.slidedown{
	cursor:pointer;
}
#bottomtag{
	display:block;
	text-align:center;
	/*font-family:RobotoRegular,dinbold;*/
	padding:25px;
	color:#58595b;
	font-family:dinbold,heibold;
	font-size:19px;
}
.redtext{
	color:#c1272d;
}
.tc_area{
	padding:10px 0;
	border-top:1px solid #e4e0df;
	border-bottom:1px solid #e4e0df;
}
.tcblock2{
	font-size:11px;
}
ol {
    padding: 0 0 0 10px;
}
li{
	padding: 2px 0;
}
.tagarea {
	display: grid;
	vertical-align: middle;
	margin: auto;
	width: 100%;
}
.bottom_triangle{
	background:  url(/assets/images/retenion/triangle.png) no-repeat center top;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	-webkit-background-size: 100%;
	background-size: 100%;
	min-height: 4vw;
}
.tcrow {
    display: block;
    padding: 5px 0;
}
.contactpoint {
    text-align: center;
}
.contactrow{
	padding:10px 0;
}
#bottomtag{
	display:none;
}
.contactcol img {
	width: 100%;
	max-width: 173px;
	margin: auto;
}
.resulticon{
	font-size: 28px;
	font-family:dinbold, MElleHK-Medium;
}
.success, .fail{
    width: auto;
    display: block;
    margin: auto;
    text-align: center;
	color: #f6921e;
	letter-spacing: 15px;
    text-indent: 15px;
}
.resultblock {
    border: 2px solid #f6921e;
    max-width: 280px;
    display: block;
    font-size: 30px;
    padding: 10px;
    color: #58595b;
}
@media only screen and (min-width: 320px) {
	.backimg{
		background: #000 url(/assets/images/retenion/sale_lead_bg.jpg) no-repeat center top;
		-moz-background-size: 270%;
		-o-background-size: 270%;
		-webkit-background-size: 270%;
		background-size: 270%;
		/*min-height:150px;*/
		position:relative;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.header{
		height:55px;
		padding:0 15px;
		width:calc(100% - 30px);
	}
	.table{
		display: table;
		height: 55px;
		width: 100%;
	}
	.table_cell{
		display:inline-block;
		vertical-align:middle;
		height: 55px;
		/*width:100%;*/
	}
	.nlogo{
		height: 35px;
		/* float: left; */
		display: table-cell;
		vertical-align: middle;
		width: 50%;
	}
	.nlogo img {
		height: 35px;
	}
	.styled_radio {
		display:inline-block;
		width:20px;
		height:20px;
		background:url(/assets/images/icon/untick.svg) center center no-repeat;
		cursor:pointer;
		vertical-align: middle;
		-webkit-appearance: none;
		-moz-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		margin: 0 4px 0 0;
		
	}
	.styled_radio:checked {
		background:url(/assets/images/icon/tick.svg) center center no-repeat;
		-webkit-appearance: none;
		-moz-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
	}
	.trimask{
		height:75px;
		width:100%;
		/*-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;*/
		position:absolute;
		bottom:0px;
		z-index: 101;
	}
	.rightmask{
		/*transition: all 1s ease;*/
		width: 0;
		height: 0;
		border-top: 40px solid transparent;
		border-bottom: 0px solid transparent;
		border-right: 50% solid rgb(255, 255, 255);
		position: absolute;
		bottom: 0px;
		float: right;
	}
	.leftmask{
		/*transition: all 1s ease;*/
		width: 0;
		height: 0;
		border-top: 40px solid transparent;
		border-bottom: 0px solid transparent;
		border-left: 50% solid rgb(255, 255, 255);
		position: absolute;
		right: 0px;
		bottom: 0px;
		float: left;
	}
	.estatename{
		color:#fff;
		font-size:40px;
		border-radius:10px;
		padding:5px 15px;
		min-width:235px;
		background: linear-gradient(90deg, rgba(246,146,30,1) 0%, rgba(251,174,21,1) 100%);
		background: -moz-linear-gradient(left, rgba(246,146,30,1) 0%, rgba(251,174,21,1) 100%);
		background: -webkit-linear-gradient(left, rgba(246,146,30,1) 0%, rgba(251,174,21,1) 100%);
		max-width: 250px;
		margin: 25px auto;
		text-align: center;
		font-family:RobotoMedium,heibold,微軟正黑體,Microsoft JhengHei;
	}
	.logoarea{
		margin: auto;
		width: 100%;
		float: none;
		padding: 20px 0;
	}
	.logoarea img{
		height:auto;
		width:90%;
		margin: auto;
		/*max-width:75px;*/
	}
	.tagline{
		color:#000;
		font-size:30px;
		letter-spacing:0px;
		text-align: center;
		font-family:heibold,微軟正黑體,Microsoft JhengHei;
		font-weight:bold;
		padding:15px 0;
	}
	.ysepline{
		margin:15px auto;
		width:138px;
		height:2px;
		background-color:#fbae17;
	}
	.formarea{
		padding:0px 15px 0 15px;
		line-height:180%;
		font-size:90%;
	}
	#footer{
		padding:25px 0;
		background-color:#fff;
		color:#5B5B5B;
		font-family:arial;
		font-size:11px;
	}
	.copyright{
		display:none;
	}
	.smallcopyright{
		display:block;
		width:calc(100% - 40px);
		padding:20px;
		text-align:center;
		clear:both;
	}
	.hkt{
		display:block;
		float:left;
		height:40px;
		width:50%;
	}
	.pccw{
		display:block;
		float:right;
		height:40px;
		width:auto;
	}
	.hkt img, .pccw img{
		width:auto;
		height:40px;
	}
	.chattext{
		display: block;
		vertical-align: middle;
		/*height: 30px;
		line-height: 30px;*/
		/* width: 100%; */
		float: left;
		/*overflow: hidden;*/
		position:absolute;
		top:0px;
	}
	.livechatbn{		
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		background: #004898; /* Old browsers */
		background: -moz-linear-gradient(top, #006bac 0%,#004898 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #006bac 0%,#004898 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #006bac 0%,#004898 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		position:relative;
		top:auto;
		right:0px;
		bottom:0px;
		border-radius:0px;
		width:calc(100% - 16px);
		height:30px;
		display:block;
		padding:8px;
		cursor:pointer;
		z-index: 105;
	}
	.livetextarea{
		/*display:none;*/
		display: block;
		height: 30px;
		line-height: 30px;
		overflow:hidden;
		float:left;
		position:relative;
		width: calc(100% - 40px);
	}
	.livechaticon{
		background: url(/assets/images/icon/chat-white.svg) top center no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		width:30px;
		height:30px;
		margin:0 10px 0 0;
		display:inline-block;
		float:left;
	}
	.livesmallblock{
		width:150px;
		margin:auto;
		display:block;
	}
	.text1, .text2{
		font-size:85%;
	}
	.form_col1{
		width:100%;
	}
	.form_col2{
		width:100%;
	}
	.form_col1, .form_col2{
		float:left;
		padding:0 0 8px 0;
	}
	.inputbox {
		height: 40px;
		width: calc(100% - 6%);
		padding:0 3%;
		border-radius: 5px;
		border: 1px solid #d3d3d3;
	}
	.inputtextarea {
		height: auto;
		width: calc(100% - 6%);
		padding:3%;
		border-radius: 5px;
		border: 0;
	}
	.regform{
		padding:0px 0 10px;
	}
	.form_header{
		padding:0 0 20px 0;
		/*margin:0 0 30px 0;
		border-bottom:2px solid #ee4023;*/
		font-size:150%;
		color:#f6921e;
		font-family: dinbold, MElleHK-Medium!important;
	}
	.radiostyled {
		display:inline-block;
		width:16px;
		height:16px;
		border-radius:16px;
		border:3px solid #fff;
		background-color:#fff;
		/*background:url(/assets/images/icon/untick.svg) center center no-repeat;*/
		cursor:pointer;
		vertical-align: middle;
		-webkit-appearance: none;
		-moz-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		margin: 0 4px 0 0;
	}
	.radiostyled:checked {
		width:16px;
		height:16px;
		border-radius:16px;
		border:3px solid #fff;
		background-color:#ee4023;
		/*background:url(/assets/images/icon/tick.svg) center center no-repeat;*/
		-webkit-appearance: none;
		-moz-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
	}
	.checkboxstyled{
		width:16px;
		height:16px;
	}
	.style_label {
		padding: 0 15px 8px 0px;
		display: inline-block;
		width: 100%;
		cursor:pointer;
	}
	.style_submit {
		margin: 28px auto 55px;
		width: 100%;
		text-align: center;
		color: #fff;
		background: -moz-linear-gradient(top, #fbc217 0%,#ff9600 100%);
		background: -webkit-linear-gradient(top, #fbc217 0%,#ff9600 100%);
		background: linear-gradient(to bottom, #fbc217 0%,#ff9600 100%);
		border: 0px solid #fff;
		border-radius: 21px;
		height: 42px;
		max-width: 285px;
		display: block;
		cursor: pointer;
		font-size:110%;
	}
	.style_submit:hover {
		background: #f6921e;
	}
	.sharearea{
		padding: 0 0 15px 0;
		text-align: center;
		max-width: 560px;
		margin: auto;
	}
	.sharecol{
		float:left;
		width:calc(100% - 14px);
		margin:10px 5px;
		text-align:center;
		height:42px;
		line-height:42px;
		border-radius:42px;
		font-size:110%;
		cursor:pointer;
		color:#fff;
		max-width: 285px;
	}
	.tel{
		/*border:2px solid #fbae17;
		background: #000 url(/assets/images/icon/tel_icon.svg) no-repeat 20px center;
		background: url(/assets/images/icon/tel_white_icon.svg) no-repeat 20px center, -moz-linear-gradient(top, #fbc217 0%,#ff9600 100%);
		background: url(/assets/images/icon/tel_white_icon.svg) no-repeat 20px center, -webkit-linear-gradient(top, #fbc217 0%,#ff9600 100%);
		background: url(/assets/images/icon/tel_white_icon.svg) no-repeat 20px center, linear-gradient(to bottom, #fbc217 0%,#ff9600 100%);
		-moz-background-size: 25px auto;
		-o-background-size: 25px auto;
		-webkit-background-size: 25px auto;
		background-size: 25px auto;
		height: 42px;
		line-height: 42px;
		display: block;
		*/
		/*margin: 28px auto 55px;
		width: 100%;*/
		text-align: center;
		color: #fff;
		background: url(/assets/images/icon/tel_white_icon2.png) no-repeat 20px center, -moz-linear-gradient(top, #fbc217 0%,#ff9600 100%);
		background: url(/assets/images/icon/tel_white_icon2.png) no-repeat 20px center, -webkit-linear-gradient(top, #fbc217 0%,#ff9600 100%);
		background: url(/assets/images/icon/tel_white_icon2.png) no-repeat 20px center, linear-gradient(to bottom, #fbc217 0%,#ff9600 100%);
		/*-moz-background-size: 25px auto;
		-o-background-size: 25px auto;
		-webkit-background-size: 25px auto;
		background-size: 25px auto;*/
		border: 0px solid #fff;
		border-radius: 21px;
		height: 42px;
		display: block!important;
		cursor: pointer;
		font-size:110%;
	}
	.whatapp{
		/*border:2px solid #25d366;*/
		background: url(/assets/images/icon/whatsapp_icon_white2.png) no-repeat 20px center, -moz-linear-gradient(top, #39e766 0%,#25aa66 100%);
		background: url(/assets/images/icon/whatsapp_icon_white2.png) no-repeat 20px center, -webkit-linear-gradient(top, #39e766 0%,#25aa66 100%);
		background: url(/assets/images/icon/whatsapp_icon_white2.png) no-repeat 20px center, linear-gradient(to bottom, #39e766 0%,#25aa66 100%);
		/*-moz-background-size: 25px auto;
		-o-background-size: 25px auto;
		-webkit-background-size: 25px auto;
		background-size: 25px auto;*/
		height: 42px;
		line-height: 42px;
	}
	.live{
		/*border:2px solid #336ca9;
		background: #000 url(/assets/images/icon/livechat_blue.svg) no-repeat 20px center;*/
		background: url(/assets/images/icon/livechat_white2.png) no-repeat 20px center, -moz-linear-gradient(top, #336ca9 0%,#004893 100%);
		background: url(/assets/images/icon/livechat_white2.png) no-repeat 20px center, -webkit-linear-gradient(top, #336ca9 0%,#004893 100%);
		background: url(/assets/images/icon/livechat_white2.png) no-repeat 20px center, linear-gradient(to bottom, #336ca9 0%,#004893 100%);
		/*-moz-background-size: 30px auto;
		-o-background-size: 30px auto;
		-webkit-background-size: 30px auto;
		background-size: 30px auto;*/
		display:none;
	}
	.sharetext{
		padding:0 0 0 20px;
		/*display:inline-block;*/
		font-weight: bold;
	}
	.resultarea{
		padding:0px 0 0 0;
		background: #f5f5f5;
		color:#58595b;
	}
	.success_msg {
		font-size: 26px;
		text-align: center;
		color: #fbae17;
		font-family:RobotoMedium,heibold,微軟正黑體,Microsoft JhengHei;
		background: #f5f5f5 url(/assets/images/icon/success_yellow.svg) no-repeat top center;
		-moz-background-size: 100px auto;
		-o-background-size: 100px auto;
		-webkit-background-size: 100px auto;
		background-size: 100px auto;
		padding:120px 0 35px 0;
		letter-spacing: 18px;
		text-indent: 18px;
	}
	.smsg2{
		font-size: 16px;
		text-align: center;
		font-family:RobotoThin,微軟正黑體,Microsoft JhengHei;
		font-weight:bold;
		padding:0px 15px 35px;
	}
	.serialno{
		font-size: 30px;
		font-family:RobotoMedium,微軟正黑體,Microsoft JhengHei;
		margin: 30px auto;
		border: 1px solid #fbae17;
		padding: 10px 25px;
		max-width: 300px;
		display: block;
		color: #58595b;
	}
	.bottom_tag{
		height:auto;
		background-color:#f6921e;
		text-align:center;
		margin: 10px 0;
	}
	.bottom_tag img{
		max-width:873px;
		max-height:60px;
		margin: auto;
	}
	.largebtag{
		display:none;
		height:100%;
		width:auto;
	}
	.smallbtag{
		display:block;
		height:100%;
		width:auto;
	}
	.prize{
		float: none;
		margin: 20px 0;
		/*width: calc(100% - 40px);*/
		background-color: #fff;
	}
	.prize:nth-child(3n + 3){
		margin:20px auto;
	}
	.prize_one{
		background: #000 url(/assets/images/hidden-promo/prize1_bg.jpg) no-repeat center center;
		-moz-background-size: auto 100%;
		-o-background-size: auto 100%;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
		display: table;
		text-align:center;
		/*width:calc(100% - 40px);*/
		width:100%;
		margin:auto;
	}
	.prizearea{
		padding:20px;
	}
	.form_row{
		margin: 0 0 15px 0;
	}
	.existingcustomer {
		font-size: 120%;
		font-family:RobotoMedium,heibold,微軟正黑體,Microsoft JhengHei;
		padding: 0 0 15px;
	}
	#livechatbtn{
		display:none;
	}
	/*
	.tagarea {
		padding: 10px 0 0px 0;
	}*/
	.contactcol {
		float: none;
		margin:8px 5px;
		/* width: 33.3%; */
	}
	.resultarea{
		/*font-size:120%;*/
		line-height:200%;
	}
	.resulttxt{
		padding:15px;
	}
	.resultblock {
		margin: 25px auto;
	}
	.success{
		background: url(/assets/images/retenion/success.png) no-repeat center top;
		-moz-background-size: 80px auto;
		-o-background-size: 80px auto;
		-webkit-background-size: 80px auto;
		background-size: 80px auto;
		padding: 92px 0 0 0;
		letter-spacing: 0;
	}
	.fail{
		background: url(/assets/images/retenion/fail.png) no-repeat center top;
		-moz-background-size: 80px auto;
		-o-background-size: 80px auto;
		-webkit-background-size: 80px auto;
		background-size: 80px auto;
		padding: 92px 0 0 0;
		letter-spacing: 0;
	}
}
@media only screen and (min-width: 360px) {
	.style_label {
		padding: 0 15px 8px 0px;
		display: inline-block;
		width: calc(50% - 30px);
	}
	
	.sharecol{
		float: none;
		width: calc(100% - 14px);
		margin: 10px auto;
		text-align: center;
		height: 42px;
		line-height: 42px;
		border-radius: 42px;
		font-size: 110%;
		cursor: pointer;
		color: #fff;
		/* max-width: 285px; */
		display: block;
	}
	.backimg{
		background: #000 url(/assets/images/retenion/sale_lead_bg.jpg) no-repeat center top;
		-moz-background-size: 220%;
		-o-background-size: 220%;
		-webkit-background-size: 220%;
		background-size: 220%;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
}
@media only screen and (min-width: 640px) {
	.backimg{
		background: #000 url(/assets/images/retenion/sale_lead_bg.jpg) no-repeat center top;
		-moz-background-size: cover;
		-o-background-size: cover;
		-webkit-background-size: cover;
		background-size: cover;
		/*min-height:188px;*/
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.rightmask{
		transition: all 0.2s ease;
		border-top: 63px solid transparent;
	}
	.leftmask{
		transition: all 0.2s ease;
		border-top: 63px solid transparent;
	}
	.hkt img, .pccw img{
		width:auto;
		height:55px;
	}
	
}
@media only screen and (min-width: 768px) {
	.header{
		height:78px;
	}
	.nlogo{
		height: 49px;
		/* float: left; */
		display: table-cell;
		vertical-align: middle;
		width: 50%;
	}
	.nlogo img{
		height:49px;
	}
	.langarea img{
		height:16px;
	}
	.table {
		height: 78px;
	}
	.backimg{
		background: #000 url(/assets/images/retenion/sale_lead_bg.jpg) no-repeat center top;
		-moz-background-size: 173%;
		-o-background-size: 173%;
		-webkit-background-size: 173%;
		background-size: 173%;
		/*min-height:220px;*/
		position:relative;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.rightmask{
		transition: all 0.2s ease;
		border-top: 120px solid transparent;
	}
	.leftmask{
		transition: all 0.2s ease;
		border-top: 120px solid transparent;
	}
	.formarea {
		padding: 0px 15px 0 15px;
		font-size: 16px;
		line-height:28px;
		margin:-20px 0 0 0;
	}
	.form_col1{
		width:30%;
	}
	.form_col2{
		width:70%;
	}
	.inputbox {
		height: 40px;
		width: calc(100% - 6%);
		padding:0 3%;
		border-radius: 5px;
		/*border: 0;*/
	}
	.inputtextarea {
		height: auto;
		width: calc(100% - 6%);
		padding:3%;
		border-radius: 5px;
		border: 0;
	}
	.sharecol {
		/*max-width: 500px;*/
	}
	.sharecol{
		float:left;
		width:calc(50% - 14px);
		margin:10px 5px;
		text-align:center;
		height:42px;
		line-height:42px;
		border-radius:42px;
		font-size:100%;
	}
	.logoarea {
		/*padding: 0 0 50px;*/
		padding:50px 0;
	}
	.contactrow {
		padding: 25px 0;
		display: table;
		/* clear: both; */
		margin: auto;
		text-align: center;
	}
	.contactcol {
		float: left;
		margin:5px 5px;
		/* width: 33.3%; */
	}
	.resultarea{
		font-size:16px;
		line-height:200%;
		padding: 0px 0 100px 0;
	}
	.resulttxt{
		padding:35px 0
	}
	.success{
		background: url(/assets/images/retenion/success.png) no-repeat center top;
		-moz-background-size: 100px auto;
		-o-background-size: 100px auto;
		-webkit-background-size: 100px auto;
		background-size: 100px auto;
		padding: 112px 0 0 0;
	}
	.fail{
		background: url(/assets/images/retenion/fail.png) no-repeat center top;
		-moz-background-size: 100px auto;
		-o-background-size: 100px auto;
		-webkit-background-size: 100px auto;
		background-size: 100px auto;
		padding: 112px 0 0 0;
	}
	.resulttxt2{
		padding:15px 80px;
	}
}
@media only screen and (min-width: 1024px) {
	.backimg{
		background: #000 url(/assets/images/retenion/sale_lead_bg.jpg) no-repeat center top;
		-moz-background-size: cover;
		-o-background-size: cover;
		-webkit-background-size: cover;
		background-size: cover;
		/*min-height:380px;*/
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.table{
		display: table;
		height: 78px;
		width: 100%;
	}
	.table_cell{
		display:inline-block;
		vertical-align:middle;
		height: 78px;
		/*width:100%;*/
	}
	.trimask{
		height:163px;
		width:100%;
		/*-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;*/
		position:absolute;
		bottom:0px;
	}
	.rightmask{
		transition: all 0.2s ease;
		border-top: 160px solid transparent;
	}
	.leftmask{
		transition: all 0.2s ease;
		border-top: 160px solid transparent;
	}
	.formarea {
		padding: 0px 15px 0 15px;
		font-size: 16px;
		line-height:28px;
		margin: -18px 0 0 0;
	}
	.copyright{
		display:block;
		width:533px;
		text-align:center;
		float:left;
		margin:20px auto;
		font-size:12px;
	}
	.smallcopyright{
		display:none;
	}
	.hkt{
		display:block;
		float:left;
		height:70px;
		width:264px;
	}
	.pccw{
		display:block;
		float:right;
		height:70px;
		width:200px;
	}
	.hkt img, .pccw img{
		width:auto;
		height:70px;
	}
	.chattext{
		display: block;
		vertical-align: middle;
		/*height: 30px;
		line-height: 30px;*/
		/* width: 100%; */
		float: left;
		/*overflow: hidden;*/
		position:absolute;
		top:0px;
	}
	.livechatbn{		
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004898+0,006bac+100 */
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		background: #004898; /* Old browsers */
		background: -moz-linear-gradient(top, #006bac 0%,#004898 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #006bac 0%,#004898 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #006bac 0%,#004898 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004898', endColorstr='#006bac',GradientType=0 ); /* IE6-9 */
		position:fixed;
		top:144px;
		right:0px;
		border-radius:10px 0 0px 10px;
		width:30px;
		height:30px;
		display:block;
		padding:8px;
		cursor:pointer;
	}
	.livetextarea{
		display:none;
		/*display: table;*/
		height: 30px;
		line-height: 30px;
		overflow:hidden;
		float:left;
		position:relative;
		width: calc(100% - 40px);
	}
	.livechaticon{
		background: url(/assets/images/icon/chat-white.svg) top center no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		width:30px;
		height:30px;
		margin:0 10px 0 0;
		display:inline-block;
		float:left;
	}
	.livesmallblock{
		width:auto;
		margin:auto;
		display:inline;
	}
	.form_col1{
		width:228px;
	}
	.form_col2{
		width:502px;
	}
	.style_label{
		padding: 0 15px 0 0px;
		display: table-cell;
		width: 25%;
	}
	.form_col2.dtable {
		width: 650px;
	}
	.sharearea{
		margin:20px auto 0;
		width:564px;
	}
	.sharecol{
		float:left;
		width:calc(33% - 14px);
		text-align:center;
		height:42px;
		line-height:42px;
	}
	.live{
		display:inline-block;
	}
	.bottom_tag{
		height:36px;
		background-color:#f6921e;
		text-align:center;
	}
	.largebtag{
		display:block;
	}
	.smallbtag{
		display:none;
	}
	.estatename{
		float:left;
		margin:0 30px 0 0;
		max-width: 400px;
	}
	.logoarea{
		display: table-cell;
		vertical-align: middle;
		margin: auto;
		width: 854px;
		float: none;
	}
	.tagline{
		display:table-cell;
		vertical-align:middle;
		padding:0 0 0 30px;
		letter-spacing:0px;
		text-indent:0px;
		/*float:left;*/
	}
	.prize{
		float:left;
		margin:20px 21px 25px 0;
		width:calc(33.333% - 14px);
		background-color:#fff;
	}
	.prize:nth-child(3n + 3){
		margin:20px 0 25px;
	}
	.prize_one{
		display: table;
		height: 239px;
		text-align:center;
		width:100%;
	}
	.prizearea{
		padding:20px 0;
	}
	.sharecol{
		margin:0px 5px;
	}
	.form_header {
		font-size:26px;
		padding: 12px 0 20px 0;
		/* font-family:dinbold!important;
		margin: 0 0 30px 0;
		border-bottom: 2px solid #ee4023;
		color: #58595b; */
	}
	.form_row {
		margin: 0 0 5px 0;
	}
	.existingcustomer {
		font-size: 24px;
		padding: 0 0 15px;
	}
	#livechatbtn{
		display:block;
	}
	.logoarea img {
		height: auto;
		width: 100%;
		margin: auto;
		/* max-width: 75px; */
	}
	.resultblock {
		margin: 25px auto;
	}
	/*
	.tagarea {
		padding: 50px 0 0px 0;
	}*/
}
@media only screen and (min-width: 1200px) {
	.formarea {
		padding: 0px 15px 0 15px;
		font-size: 16px;
		line-height: 28px;
		margin: -18px 0 0 0;
	}
}
@media only screen and (min-width: 1280px) {
	.backimg{
		background: #000 url(/assets/images/retenion/sale_lead_bg.jpg) no-repeat center top;
		-moz-background-size: cover;
		-o-background-size: cover;
		-webkit-background-size: cover;
		background-size: cover;
		/*min-height:480px;*/
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.formarea {
		padding: 0px 15px 0 15px;
		font-size: 16px;
		line-height: 28px;
		margin: -38px 0 0 0;
	}
	/*
	.tagarea {
		padding:60px 0 0 0;
	}*/
}
@media only screen and (min-width: 1400px) {
	
}
@media only screen and (min-width: 1600px) {
	.backimg{
		background: #000 url(/assets/images/retenion/sale_lead_bg.jpg) no-repeat center top;
		-moz-background-size: cover;
		-o-background-size: cover;
		-webkit-background-size: cover;
		background-size: cover;
		/*min-height:588px;*/
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.tagarea {
		/*padding: 100px 0 0px 0;*/
	}
}
.hidden{
	display:none;
}