
.contactus-content-wrapper{
	width: 600px;
	margin: 0 auto;
}
.contactus-form-fields-wrapper {
	margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contactus-form-field{
	width: calc( (100% - 20px) / 2 );
	margin-left: 0;
}
.contactus-form-field--TFaddress{
	width: 100%;
}
.contactus-form-field--RAsalutation{
	margin-right: 50%;
}
.contactus-form-field--InterestedProduct{
	width: 100% !important;
}
.contactus-form-field--fullwidth,
.contactus-form-field--TFremark,
.contactus-form-field--TFinquiry,
.contactus-form-field--RAcontacttime,
.contactus-form-field--TFinterested_solutions,
.contactus-form-field--recaptcha{
	width: 100%;
}

.contactus-form-field-subtitle{
	width: 100%;
	margin-left: 0;
}
.contactus-form-field--TFinterested_solutions .contactus-form-field__checkbox-wrapper{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.contactus-form-field--TFinterested_solutions .contactus-form-field__checkbox{
	width: 50%;
}

.contactus-intro-highlight-wrapper{
	margin-bottom: 30px;
	padding: 30px 40px;
}
.contactus-remarks-wrapper{
	margin-bottom: 30px;
}
.contactus-header-wrapper{
	/*max-width: 1024px;*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 34px;
}
.contactus-footer-wrapper,
.contactus-anti-epidemic-wrapper{
	align-items: center;
}
.contactus-anti-epidemic__contacts-wrapper{
	margin-top: 8px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.contactus-anti-epidemic__contact + .contactus-anti-epidemic__contact{
	margin-left: 40px;
	margin-top: 0;
}
.contactus-anti-epidemic__contact{
	margin-top: 0;
}
.contactus-highlight-item-wrapper{
	flex-wrap: nowrap;
	justify-content: center;
	margin: 50px 0;
}
.contactus-highlight-item{
	flex-grow: 1;
	flex-basis: 0;
	margin-top: 0;
}
/*
@media screen and (max-width: 860px) {
	.contactus-highlight-item-wrapper--5G-BB{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin: 30px 0;
	}
	.contactus-highlight-item-wrapper--5G-BB .contactus-highlight-item{
		margin-top: 20px;
		flex-basis: 50%;
	}
	.contactus-highlight-item:nth-child(1),
	.contactus-highlight-item:nth-child(2){
		margin-top: 0;
	}
}*/
.contactus-footer__commu-wrapper{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.text-center-when-desktop{
	text-align: center;
}
.display_dk{
	display:block !important;
}
.display_mo{
	display:none !important;
}
.color-Enquiry{
	color:red;
}
.stprotect_cover{
	display: flex;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
}
.stprotect_cover_box{
	flex-grow: 1;
    max-width: 210px;
}
html[lang='zh-hk'] .stprotect_cover_box{
	flex-grow: 1;
    max-width: 160px;
}

.stprotect_cover_box h3{
	color:#FF6319;
}
.stprotect_cover-ul li{
	list-style-type: none;
    list-style-image: url(https://www.smartonesolutions.com.hk/images/icon/common/tick.svg);
    margin-bottom: 20px;
    padding-left: 5px;
	font-size:18px;
	line-height:24px;
}