html,body{
	overflow-x: hidden;
}
.hr-solutions{
	background-color: red;
	display: block;
	height: 1px;
	width: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	border: 0;
}
html{
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
body{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
/* typography */
/* body */
body{
	/*font-family: GrotaSansBook;*/
	font-family: GrotaSansBook, 'Noto Sans TC', sans-serif;
	font-weight: 300;
	/*font-size: 18px;*/
	font-size: 20px;
	line-height: normal;
	line-height: 1.4;
}
html[lang='zh-hk'] body{
	/*
	font-family: GrotaSansBook, 'Noto Sans TC', sans-serif;
	font-weight: 300;
	*/
}
/* wrapped */
.wrapped{
	/*font-family: GrotaSansBook;*/
	font-size: 14px;
	font-size: 20px;
}
.wrapped:not(.line-spacing){
	line-height: normal;
}
html[lang='zh-hk'] .wrapped{
	/*
	font-family: GrotaSansBook, 'Noto Sans TC', sans-serif;
	font-weight: 300;
	*/
}
/* h1 */
h1,
.h1{
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 24px;

	font-size: 24px;
	font-size: 36px;
	font-family: GrotaSansMedium, 'Noto Sans TC', sans-serif;
	font-weight: 500;
	letter-spacing: normal;
}
h1:last-child,
.h1:last-child{
	margin-bottom: 0;
}
html[lang='zh-hk'] h1,
html[lang='zh-hk'] .h1{
	/*
	font-family: GrotaSansMedium, 'Noto Sans TC', sans-serif;
	font-weight: 500;
	*/
}
/* h2 */
h2,
.h2,
.large-title{
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 20px;

	font-size: 20px;
	font-size: 30px;
	font-family: GrotaSansMedium, 'Noto Sans TC', sans-serif;
	font-weight: 500;
	letter-spacing: normal;
}
h2:last-child,
.h2:last-child,
.large-title:last-child{
	margin-bottom: 0;
}
html[lang='zh-hk'] h2,
html[lang='zh-hk'] .h2,
html[lang='zh-hk'] .large-title{
	/*
	font-family: GrotaSansMedium, 'Noto Sans TC', sans-serif;
	font-weight: 500;
	*/
}
/* h3 */
h3,
.h3,
.small-title{
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 16px;

	font-family: GrotaSansMedium, 'Noto Sans TC', sans-serif;
	font-weight: 500;
	font-size: 16px;
	font-size: 24px;
}
.small-title-size-20{
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 16px;

	font-family: GrotaSansMedium, 'Noto Sans TC', sans-serif;
	font-weight: 500;
	font-size: 16px;
}
h3:last-child,
.h3:last-child,
.small-title:last-child{
	margin-bottom: 0;
}
html[lang='zh-hk'] h3,
html[lang='zh-hk'] .h3,
html[lang='zh-hk'] .small-title{
	
}
/* h4 */
h4,
.h4,
.subtitle{
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 20px;

	font-family: GrotaSansMedium, 'Noto Sans TC', sans-serif;
	font-weight: 500;
	font-size: 12px;
	font-size: 22px;
}
h4:last-child,
.h4:last-child,
.subtitle:last-child{
	margin-bottom: 0;
}
html[lang='zh-hk'] h4,
html[lang='zh-hk'] .h4,
html[lang='zh-hk'] .subtitle{
	/*
	font-family: GrotaSansMedium, 'Noto Sans TC', sans-serif;
	font-weight: 500;
	*/
}
/* button-title */
.button-title{
	line-height: normal;
	font-family: GrotaSansMedium, 'Noto Sans TC', sans-serif;
	font-weight: 500;
	font-size: 12px;
	font-size: 20px;
}
html[lang='zh-hk'] .button-title{
	
}
/* internal-link */
.internal-link{
	line-height: normal;
	font-family: GrotaSansMedium, 'Noto Sans TC', sans-serif;
	font-weight: 500;
	font-size: 12px;
	font-size: 18px;
}
html[lang='zh-hk'] .internal-link{
	
}
/* remark */
.remarks{
	font-family: GrotaSansBook, 'Noto Sans TC', sans-serif;
	font-weight: 300;
	font-size: 12px;
	font-size: 16px;
	line-height: normal;
}
/* mini-button */
.mini-button{
	font-family: GrotaSansMedium, 'Noto Sans TC', sans-serif;
	font-weight: 500;
	font-size: 13px;
}
/* action-button */
.action-button{
	font-family: GrotaSansMedium, 'Noto Sans TC', sans-serif;
	font-weight: 500;
	/*font-size: 12px;*/
	font-size: 16px;

	padding: 0 20px;
	
	border-radius: 18px;
	line-height: 36px;
	min-width: 80px;
}
.action-button:hover, .action-button:focus{
	padding: 0 19px;
	line-height: 34px;
	text-decoration:none;
	/*color: red;
	background:#fff;*/
}
a.action-button:not([href]):not([tabindex]) {
	color:#fff;
}
a.action-button:not([href]):not([tabindex]):hover, a.action-button:not([href]):not([tabindex]):focus {
	color:red;
}
.action-button--outline,
.action-button--outline-grey,
.action-button--outline-gray{
	padding: 0 19px;
	line-height: 34px;
}
.action-button--outline:hover:not(:disabled){
	padding: 0 20px;
	line-height: 36px;
}
.action-button--outline-grey:hover:not(:disabled),
.action-button--outline-gray:hover:not(:disabled){
	padding: 0 19px;
	line-height: 34px;
}
.action-button--no-hover:hover{
	padding: 0 20px;
	line-height: 36px;
}
.action-button--outline-white{
	padding: 0 19px;
	line-height: 34px;
}
.action-button--outline-white:hover{
	padding: 0 20px;
	line-height: 36px;
}
.action-button + .action-button {
	margin-left: 20px;
}
/* icon-title */
.icon-title{
	line-height: normal;
	margin-top: 0;
	margin-bottom: 0;

	font-family: GrotaSansMedium, 'Noto Sans TC', sans-serif;
	font-weight: 500;
	font-size: 13px;
	font-size: 18px;
}
html[lang='zh-hk'] .icon-title{
	/*
	font-family: GrotaSansMedium, 'Noto Sans TC', sans-serif;
	font-weight: 500;
	*/
}
/* end typography */
/* spacing */
.margin-top-s{
	margin-top: 10px;
}
.margin-top-m{
	margin-top: 20px;
}
.margin-top-l{
	margin-top: 40px;
}
.margin-bottom-s{
	margin-bottom: 10px;
}
.margin-bottom-m{
	margin-bottom: 20px;
}
.margin-bottom-l{
	margin-bottom: 40px;
}
.margin-left-s{
	margin-left: 10px;
}
.margin-left-m{
	margin-left: 20px;
}
.margin-left-l{
	margin-left: 40px;
}
.margin-right-s{
	margin-right: 10px;
}
.margin-right-m{
	margin-right: 20px;
}
.margin-right-l{
	margin-right: 40px;
}
/* spacing end */
.main-body-content{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.main-content-wrapper{
	flex-grow: 1;
}

/* header */
.main-header-top-wrapper{
	display: none;
}
.main-header-wrapper-popup .main-header-top-wrapper{
	display: block;
	background: #666;
	height: 30px;
	font-size: 13px;
}
.main-header-wrapper-popup .main-header-top-wrapper__content-wrapper{
	justify-content: flex-end;
	display: flex;
    flex-direction: row;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.main-header-wrapper-popup .main-header-top-wrapper__common-links-wrapper a{	
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.main-header-wrapper-popup .main-header-top-wrapper a{
	color: #fff;
	text-decoration: none;
}
.main-header-wrapper-popup .main-header-top-wrapper__common-links-wrapper{
	display: flex;
	flex-direction: row;
	height: 100%;
}
.main-header-main-wrapper{
	position: relative;
	background: #fff;
	border-bottom: 1px solid #C8C8C8;
}
.main-header-main-wrapper__content-wrapper{
	position: relative;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.main-header-main-wrapper__logo-wrapper{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.main-header-main-wrapper__logo-img{
	display: block;
	height: 35px;
	width: auto;
}
.main-header-main-wrapper__menu-wrapper{
	display: none;
}
.main-header-main-wrapper__hamburger-wrapper{
	display: flex;
	flex-direction: row;
	justify-content: center;
	font-size: 28px;
	align-items: center;
    line-height: 0;
}
/* breadcrumb */
.breadcrumb-wrapper{
	background: #f4f4f4;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d1d1d1;
}
.breadcrumb-wrapper__content-wrapper{
	/*height: 100%;*/
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-left: 30px;
	padding-right: 30px;
	flex-wrap: wrap;
}
.breadcrumb-item{
	/*margin-left: 10px;*/
	margin-right: 7px;
	text-decoration: none;
	line-height: 20px;
	line-height: normal;
}
.breadcrumb-item-arrow{
	font-size: 10px;
	margin-right: 7px;
	color: #9b9b9b;
}
a.breadcrumb-item:hover{
	text-decoration: underline;
}
/* footer */
.main-footer-wrapper,
.main-footer-wrapper-popup{
	background: #e9e9e9;
	padding-top: 40px;
	padding-bottom: 40px;
}
.main-footer-wrapper-popup{
	padding-top: 20px;
	padding-bottom: 20px;
}
.main-footer-menu__main-cat-wrapper{
	margin-top: 50px;
	display: flex;
	flex-direction: column;
}
.main-footer-menu__main-cat-wrapper a{
	text-decoration: none;
}
.main-footer-menu__main-cat-wrapper a:hover{
	text-decoration: underline;
}
#main_footer a:hover {
	color: #333;
}
#main_footer a.color-alt:hover{
	text-decoration: underline;
	color: #666;
}
a.color-alt:hover, a.color-alt:focus {
	color: #666;
}
a.color-solutions {
	text-decoration:underline;
}
a.color-solutions:hover, a.color-solutions:focus {
	color: red;
	text-decoration:underline;
}
.main-footer-wrapper__content-wrapper{
	display: flex;
	flex-direction: column;


	padding-left: 30px;
	padding-right: 30px;
}

.main-footer-menu-wrapper__logo-img{
	display: block;
	height: 30px;
	width: auto;
}
.main-footer-menu__main-section-link,
.main-footer-menu__sub-section-link{
	font-family: GrotaSansMedium;
	font-family: GrotaSansMedium, 'Noto Sans TC', sans-serif;
	font-weight: 500;
}
/*
html[lang='zh-hk'] .main-footer-menu__main-section-link{
	font-family: GrotaSansMedium, 'Noto Sans TC', sans-serif;
	font-weight: 500;
}*/
.main-footer-menu__main-section-link{
	font-size: 20px;
}
.main-footer-menu__sub-section-link{
	font-size: 16px;
}
.main-footer-menu__main-section-link + .main-footer-menu__sub-section-link{
	margin-top: 25px;
}
.main-footer-menu__sub-section-link + .main-footer-menu__sub-section-link{
	margin-top: 25px;
}
.main-footer-bottom-wrapper{
	display: flex;
	flex-direction: column;
	margin-top: 50px;
}
.main-footer-bottom-wrapper a{
	text-decoration: none;
}
.main-footer-bottom-wrapper a:hover{
	text-decoration: underline;
}
.main-copyright-wrapper{
	order: 2;
	margin-top: 30px;
}
.main-footer-wrapper-popup .main-copyright-wrapper{
	order: initial;
	margin-top: 0;
}
.main-footer-links-wrapper{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	order: 1;
	align-items: center;
}
.LinkedInIcon img{
	width: 100px;
}
/* common */
.grids-ruler-wrapper{
	position: relative;
	z-index: 999999999;
	bottom: 0;
	width: 100%;
}
.grids-ruler{
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 20px;
}
.grids-ruler > div{
	background-color: rgba(105,223,255,0.5); 
	flex-basis: calc(100% / 12 );
}
.grids-ruler > div:hover{
	background: none;
}
.grids-ruler > div + div{
	margin-left: 20px;
}
.grids-ruler > div:hover:before{
	content: " ";
	position: fixed;
	top: 0;
	bottom: 0;
	background-color: rgba(105,223,255,0.5); 
	width: inherit;
}
/* plan-card-combo */
.plan-card-combo {
/*	background: #ccc;*/
}
.plan-card-combo__desktop-list{
	display:none;
}
.plan-card-combo__plan-card{
	box-shadow: rgb(155 155 155) 0px 2px 8px 0px;
	background: #fff;
	padding: 20px;
	border: 3px solid transparent;
	transition: all 0.1s;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}
.plan-card-combo__plan-card__content-wrapper{
	flex-grow:1;
}
.plan-card-combo__plan-card__plan-desc{
	padding: 13px;	
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin:0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
}
.plan-card-combo__plan-card--mobile .plan-card-combo__plan-card__plan-desc{
	height:82px;
	background: rgb(255, 73, 25);
}
.plan-card-combo__plan-card--fbb .plan-card-combo__plan-card__plan-desc{
	height:82px;
	background: rgb(253, 115, 51);
}
.plan-card-combo__plan-card--smartmsg .plan-card-combo__plan-card__plan-desc{
	height:82px;
	background:rgb(253, 147, 45);
}
.plan-card-combo__plan-card__plan-name{
	text-align: center;
	margin:0;
	margin-top: 17px;
	font-size:16px;
}
.plan-card-combo__plan-card--fbb .plan-card-combo__plan-card__plan-name{
	font-size:34px;
	font-weight: bold;
	color: #ff0000;
	margin-top: 30px;
}
.plan-card-combo__plan-card__data-usage{
	text-align:center;	
	margin-top:30px;
	margin-bottom:30px;
}
.plan-card-combo__plan-card__data-usage-value{
	color: #ff0000;
	font-size: 40px;
	font-size: 36px;
	font-weight:bold;
	margin:0;
}
.plan-card-combo__plan-card__data-usage-GB{
	font-size: 24px;
	font-weight:bold;
	padding-left:5px;
	margin:0;
}
.plan-card-combo__plan-card__monthly-charges{
	margin-top:30px;
}
.plan-card-combo__plan-card__net-charge,
.plan-card-combo__plan-card__orig-charge{
	display:flex;
	flex-direction:row;
	flex-wrap: nowrap;
	color: rgb(51, 51, 51);
	justify-content: center;
    align-items: center;
}
.plan-card-combo__plan-card__net-charge-dollar-sign{
	margin:0;
	font-size:46px;
	font-size:22px;
}
.plan-card-combo__plan-card__net-charge-dollar{
	margin:0;
	font-size:46px;
	font-weight:bold;
	margin-left:10px;
	margin-right:10px;
}
.plan-card-combo__plan-card__net-charge-per-month{
	margin:0;
	font-size:16px;
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items:center;
}
.plan-card-combo__plan-card__net-charge-per-month-up{
	width:16px;
	height:16px;
	margin-left:1px;
	margin-right:1px;
}
.plan-card-combo__plan-card__orig-charge{
	opacity:0.6;
	font-size:16px;
	text-decoration: line-through;
}
.plan-card-combo__plan-card__voice-contract,
.plan-card-combo__plan-card__sms-mms{
	margin-top:33px;
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
}
.plan-card-combo__plan-card__voice-contract-cell,
.plan-card-combo__plan-card__sms-mms-cell{
	width:50%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.plan-card-combo__plan-card__hr{
	height: 3px;
	margin-top:30px;
	background: rgb(244, 244, 244);
}
.plan-card-combo__plan-card__voice-contract-cell + .plan-card-combo__plan-card__voice-contract-cell,
.plan-card-combo__plan-card__sms-mms-cell + .plan-card-combo__plan-card__sms-mms-cell{
	border-left: 3px solid rgb(244, 244, 244);
}
.plan-card-combo__plan-card__voice-mins,
.plan-card-combo__plan-card__contract-length,
.plan-card-combo__plan-card__sms,
.plan-card-combo__plan-card__mms{
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
.plan-card-combo__plan-card__voice-mins-value,
.plan-card-combo__plan-card__contract-length-value{
	font-size:18px;
	margin:0;
}
.plan-card-combo__plan-card__voice-mins-label,
.plan-card-combo__plan-card__contract-length-label{
	margin:0;
	font-size:16px;
	margin-top:5px;
}
.plan-card-combo__plan-card__sms-value,
.plan-card-combo__plan-card__mms-value{
	font-weight: bold;
	font-size:46px;
	color:#ff0000;
	margin:0;
}
.plan-card-combo__plan-card__sms-label,
.plan-card-combo__plan-card__mms-label{
	font-weight: bold;
	font-size: 16px;
	margin:0;
	margin-top:5px;
}
.plan-card-combo__plan-card__cta-button-wrapper{
	margin-top:30px;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.plan-card-list-swiper[data-init='false'] .swiper-container{
	padding-left: 30px;
	padding-right:30px;
}
.plan-card-list-swiper__pagination{
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-top: 20px;
	justify-content:center;
	font-size:18px;
	line-height:1;
	font-weight:bold;
	align-items:center;
}
.plan-card-list-swiper .swiper-slide{
	padding-top: 5px;
	padding-bottom:5px;
}
.plan-card-list-swiper__pagination__number{
	padding-left: 3px;
	padding-right:3px;
	text-align:center;
	min-width: 20px;
}
.plan-card-list-swiper__pagination__prev{
	margin-right: 30px;
	outline: none;
}
.plan-card-list-swiper__pagination__next{
	margin-left: 30px;
	outline: none;
}
/* icon combo */
.icon-combo-wrapper{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.icon-combo-wrapper::after {
  	content: "";
  	display: inline-block;
  	width: 100px;
}
.icon-combo-wrapper .icon-combo{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;

	margin-bottom: 20px;
}
.icon-combo-wrapper .icon-title{
	flex-grow: 1;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.icon-combo{
	display: inline-block;
	width: 100px;
	min-height: 100px;
}
.icon-combo .icon-title{
	/*margin-top: 3px;*/
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.icon-img{
	width: 60px;
	height: 60px;
	display: block;
	margin:0 auto;
}
.icon-combo-dummy{
	display: inline-block;
	width: 100px;
}
/* infograph */
.infograph{
	display: inline-block;
}
.infograph + .infograph {
	margin-top: 35px;
}
.infograph__tagline{
	
	margin-top: 0;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
}
.infograph__img{
	display: block;
	width: 120px;
	margin: 0 auto;
}
.infograph__content{
	margin-top: 1em;
}
/* gridInfoButton */
.grid-info-button{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	text-decoration: none;
	transition: all 0.3s;
}
.grid-info-button:hover{
	transform: scale(1.03,1.03);
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
	text-decoration:none;	
}
.grid-info-button + .grid-info-button{
	margin-top: 30px;
}
.grid-info-button__img{
	display: block;
	width: 100%;
	height: auto;
}
.grid-info-button__content-wrapper{
	color: #fff;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	flex-grow: 1;
	padding: 20px;
}
.grid-info-button__title{
	margin-top: 0;
	margin-bottom: 0;
	/*line-height: 1;*/
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.grid-info-button__title + .grid-info-button__content{
	margin-top: 10px;
}
.grid-info-button__title-text{
	/*display: inline-block;*/
	flex-grow: 1;
}

.grid-info-button__content-wrapper .grid-info-button-group {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.grid-info-button__content-wrapper .grid-info-button-group .grid-info-button-group_btn{
	display: flex;
	align-items: center;
	color: #fff;
	margin-right: 35px;
}

.connectivity-group-desktop{
	display: none;
}
.connectivity-group-mobile{
	display: block;
}
.connectivity-group-mobile .grid-info-button-wrapper{
	display: flex;
    flex-direction: column;
    gap: 30px;
}

/* infographic */
.infographic--desktop{
	display: none;
}
.infographic--mobile .infographic + .infographic{
	margin-top: 40px;
}
.infographic--mobile + .infographic--desktop + .infographic--mobile {
	margin-top: 40px;
}
.infographic__img{
	display: block;
	margin: 0 auto;
	max-width: 120px;
}
.infographic__img-wrapper-grid{
	display: grid;
    grid-template-columns: 100%;
    width: 100%;
    margin: 0 auto;
	
}
.infographic__img-gird{
	font-family: GrotaSansMedium, 'Noto Sans TC', sans-serif;
    font-weight: 500;
	margin: 30px auto;
	font-size: 24px;
	text-align:center;
}
.infographic__img-gird p{
    margin: 20px auto;
}
.infographic__tagline-wrapper{
	margin-top: 0;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.justify_content_unset{
	justify-content: unset!important;
}
.infographic__tagline{
	display: table;
}
.infographic__content-wrapper-row{
	margin-top: 20px;
    hyphens: none;
}
.grayBg{
	background: #F4F4F4;
}
.infoGridGroup{
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}
.infoGridWrapper{
	display: flex;
	padding: 50px 20px;
	flex-direction: column;
	align-items: center;
	position: relative;
	background: #fff;
	margin-bottom: 30px;
}
.infoGridImg{
	width: 80px;
	position: absolute;
	top: -10%;
}
.infoGridTitle{
	color: #333;
	text-align: center;
	font-family: GrotaSansMedium, 'Noto Sans TC', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 125% */
}
.infoGriddec{
	color: #333;
	text-align: center;
	font-family: GrotaSansBook, 'Noto Sans TC', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 350;
	line-height: 30px; /* 150% */
}
.infoGridWrapper hr{
	width: 100%;
	margin: 16px auto;
}
.infoGridWrapper ul{
	list-style-type: none;
    list-style-image: url(https://www.smartonesolutions.com.hk/images/icon/common/tick.svg);
}
.infoGridWrapper ul li{
	color: #333;
	font-family: "Grota Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 350;
	line-height: 30px; /* 150% */
	margin-bottom: 20px;
	font-family: GrotaSansBook, 'Noto Sans TC', sans-serif;
}
.infoGridWrapper ul li:last-child{
	margin-bottom: 0;
}
/* contactus-footer */
.contactus-footer{
	position: relative;
}
.contactus-footer__image{
	position: relative;
	height: 150px;
}
.contactus-footer__image-triangle{
	position: absolute;
    bottom: 0;
    right: 0;

    width: 0;
    height: 0;
    border-left: 100vw solid transparent;
    border-bottom-width: 20px;
    border-bottom-style: solid;
}
.contactus-footer__image{
	background-size: cover;
	background-position: top center;
}
/*
.contactus-footer[data-name='talk_to_us'] .contactus-footer__image{
	background-size: cover;
	background-image: url('/images/content/contactus/common/contact_us_image.png');
	background-position: top center;
}*/
.contactus-footer__info{
	padding: 30px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contactus-footer__info-text{
	text-align: center;
	margin-bottom: 30px;
}
.contactus-footer__info-text > *:first-child{
	margin-top: 0;
}
/* main-banner */
.main-banner-wrapper{
	height: 320px;
	height: 100vw;
	color: #fff;
	background-size: cover;
}
.main-banner-wrapper[data-name='none']{
	display: none;
}
.main-banner-content-wrapper{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	text-align: center;
}
.main-banner-title{
	font-family: GrotaSansMedium;
	line-height: normal;
	font-size: 30px;
	text-shadow: 2px 3px 20px #000000;
}
.main-banner-title--text-shadow-none{
	text-shadow: none;
}
html[lang='zh-hk'] .main-banner-title{
	font-family: GrotaSansMedium, 'Noto Sans TC', sans-serif;
	font-weight: 500;
}
.main-banner-content{
	margin-bottom: 0;
	text-shadow: 2px 3px 20px #000000;
}
.main-banner-content--text-shadow-none{
	text-shadow: none;
}
.main-banner-title + .main-banner-content{
	margin-top: 10px;
}
.main-banner-content__remark{
	line-height: normal;
	font-family: GrotaSansMedium, 'Noto Sans TC', sans-serif;
	font-weight: 500;
	font-size: 12px;
	text-shadow: 2px 3px 20px #000000;
}
.main-banner-content__monthly-fee{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
    align-items: baseline;
    font-family: GrotaSansMedium, 'Noto Sans TC', sans-serif;
	font-weight: 500;
	text-shadow: 2px 3px 20px #000000;
}
.main-banner-content__monthly-fee__fee{
	font-size: 30px;
}
.main-banner-content__monthly-fee__monthly{
	font-size: 16px;
}
.main-banner-content__icon{
	display: inline-block;
	width: 50px;
	height: 50px;
}
.main-banner-content__icon + .main-banner-content__icon{
	margin-left: 25px;
}
/* story-header */
.story-header__content-card{
	padding: 40px 30px;
}
.story-header{
	background-size: 100% 100%;
}
.story-header[data-style='overview']{
	background-image: url('../png/story_header_overview_bg_m.png');
}
.story-header[data-style='intro']{
	background-image: url('../png/story_header_intro_bg_m.png');
}
.story-header[data-style='eshop']{
	background-image: url('../jpg/story_header_eshop_m.jpg');
}
.story-header[data-style='why_choose_us']{
	background-image: url('../jpg/story_header_why_choose_us_m.jpg');
}

.story-header__title{
	margin-top: 0;
	text-align: center;
}
.story-header__content{
	text-align: center;
}
/* logo-figure */
/* 2 items per row in desktop */
.logo-figure, .logo-figure-version2{
	padding-top: 10px;
	padding-bottom: 10px;

	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}
.logo-figure-wrapper{
	display: flex;
	gap: 20px;
	flex-direction: row;
	flex-wrap: wrap;
	
}
.logo-figure-wrapper .logo-figure, .logo-figure-wrapper .logo-figure-version2{
	/* margin-top: 40px; */
	width: calc( (100% - 40px) / 2 );
	/* margin-left: 20px; */
}
.logo-figure__img-wrapper{
	height: 100px;
	display: flex;
    flex-direction: row;
    align-items: center;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.logo-figure-wrapper .logo-figure:nth-child(1),
.logo-figure-wrapper .logo-figure:nth-child(2){
	margin-top: 0;
}
/* .logo-figure-wrapper .logo-figure:nth-child(2n+1){
	margin-left: 0;
} */
.logo-figure__img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.logo-figure__more-wrapper{
	text-align: center;
}
.logo-figure__img-wrapper + .logo-figure__content-wrapper,
.logo-figure__content-wrapper + .logo-figure__more-wrapper{
	margin-top: 10px;
}
.logo-figure__content-wrapper{
	text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
/* photo-story */
.photo-story + .photo-story{
	margin-top: 40px;
}
.photo-story__title-content-wrapper{
	background: #fff;
	padding: 20px;
}
.photo-story__title-wrapper{
	margin-top: 0;
	margin-bottom: 0;
}
.photo-story__title-wrapper + .photo-story__content-wrapper{
	margin-top: 10px;
}
.photo-story__img{
	display: block;
	width: 100%;
	height: auto;
}
.photo-story__title-wrapper{
	margin-top: 0;
}
/* inline-video */
.video-show--desktop {
	display:none;
}
.video-show--mobile {
	display:block;
}
.inline-video{
	position: relative;
	/*cursor: pointer;*/
	overflow: hidden;
	cursor: default;
}
.inline-video__video-element{
	width: 100%;
	height: auto;
}
.inline-video__opening{
	/*position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;*/
    transition: all 0.3s;
}
.inline-video:hover .inline-video__opening {
    transform: scale(1.05,1.05);
}
.inline-video__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    background-image: url(https://www.smartonesolutions.com.hk/images/icon/common/play_btn.svg);
    background-repeat: no-repeat;
    background-size: 45px 45px;
    background-position: center center;
    transition: all 0.3s;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.inline-video__opening + .inline-video__overlay {
	background-color: transparent;
}
.inline-video:hover .inline-video__opening + .inline-video__overlay {
	background-color: rgba(0,0,0,0.5);
}
.inline-video[data-is-playing='true'] .inline-video__overlay{
	display: none;
}
.inline-video__overlay__title-wrapper{
	width: 150px;
	height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	opacity: 0;
	transition: all 0.3s;
	align-items: center;
	
}
.inline-video:hover .inline-video__opening + .inline-video__overlay .inline-video__overlay__title-wrapper{
	opacity: 1;
}
.inline-video__overlay__title{
	transform: translate(0, 10px);
	transition: all 0.3s;
}
.inline-video:hover .inline-video__overlay__title{
	transform: translate(0, 0);
}
/*inline bideo modal*/
.modal-open .modal {
    background: rgba(0,0,0,.5);
	height: 100%;
}
.modal.show {
    display: table !important;
}
.modal-dialog {
	height: auto;
    max-width: 100%;
    top: 0;
    margin-top: 0;
    width: 100%;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}
.modal-header {
	display: block;
    width: 100%;
    margin: 0;
    border: 0;
    padding-right: 0;
}
.modal-header .close {
    position: fixed;
    top: 10px;
    right: 10px;
    left: auto;
    margin: 0;
    z-index: 999;
    height: 30px;
    width: 30px;
    opacity: 1;
}
.modal-content {
	box-shadow: none;
    border: 0;
	background: none;
    position: relative;
    display: flex;
    flex-direction: column;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-body {
	padding:0 5px;
}
.modal-body video {
	width:100%;
}
/* big-photo-story */
.big-photo-story {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.big-photo-story__img{
	display: block;
    width: 100%;
    height: auto;
}
.big-photo-story__title-content-wrapper{
	background: rgba(255,255,255,0.95);
	padding: 20px;
}
.big-photo-story__title-wrapper{
	margin-top: 0;
	margin-bottom: 0;
}
.big-photo-story__title-wrapper + .big-photo-story__content-wrapper{
	margin-top: 10px;
}
.big-photo-story + .big-photo-story{
	margin-top: 40px;
}
/* wallpaper-story */
.wallpaper-story{
	position: relative;
}
.wallpaper-story__img {
    display: block;
    width: 100%;
    height: auto;
}
.wallpaper-story__img--desktop{
	display: none;
}
.wallpaper-story__title-content-wrapper {
    background: rgba(255, 255, 255, 0.95);
    padding: 20px;
}
.wallpaper-story + .wallpaper-story {
    margin-top: 40px;
}
.wallpaper-story__title-wrapper + .wallpaper-story__content-wrapper{
	margin-top: 10px;
}
/* rddp-pricing */
.rddp-pricing__table_wrapper {
	overflow-x: auto;
	/*max-width: 920px;*/
}

.rddp-pricing__submit-button-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.rddp-pricing__region-select-wrapper,
.rddp-pricing__destination-select-wrapper{
	margin-top: 20px;
	/*margin-right: 20px;*/
}

.rddp-pricing__shortcuts-title-wrapper + .rddp-pricing__shortcuts-buttons-wrapper{
	margin-top: 10px;
}
.rddp-pricing__shortcuts-wrapper + .rddp-pricing__controls-wrapper{
	margin-top: 20px;
}
.rddp-pricing__controls-wrapper + .rddp-pricing__table{
	margin-top: 20px;	
}
.rddp-pricing__destination-select{
	display: none;
}
.rddp-pricing__table{
	width: 100%;
    border-collapse: collapse;
}
.rddp-pricing__table td{
	font-family: GrotaSansMedium, 'Noto Sans TC', sans-serif;
    border: 1px solid #c8c8c8;
    padding: 15px;
}
.rddp-pricing__table{
	display: none;
}
.rddp-pricing__table[data-visible='true']{
	display: table;
}

.rddp-pricing__table a{
    text-decoration: none;
}

.rddp-pricing__table tr[data-role='operator-name-row']{
	background-color: #666;
    color: #fff;
}

.rddp-pricing__table tr[data-role='operator-name-row'] a{
	color: #fff;
}

.rddp-pricing__table tr[data-role='operator-name-row'] a:after{
	content: "";
    background: url(https://www.smartonesolutions.com.hk/images/icon/common/hyperlink.svg) no-repeat center;
    display: inline-block;
    width: 20px;
    height: 20px;
}



/* banner-slide */
.banner-slide{
	position: relative;
	height: 100%;
}
.banner-slide__bg-mobile,
.banner-slide__fg-mobile{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 100% 100%;
}
.banner-slide__fg-wrapper,
.banner-slide__content-wrapper {
    height: 100%;
    position: relative;
}
.banner-slide__content-wrapper--mobile{
	height: 100%;
	position: relative;
}
.banner-slide__content-wrapper--desktop{
	display: none;
	position: relative;
}
.banner-slide__bg-desktop,
.banner-slide__fg-desktop{
	display: none;
}
/* slide-carousel */
.slide-carousel{
	position: relative;
	height: 100vw;
}
.slide-carousel__swiper-container,
.slide-carousel__swiper-wrapper,
.slide-carousel__swiper-slide{
	height: 100%;
	z-index: unset;
}
.slide-carousel__swiper-pagination-wrapper{
	position: absolute;
	bottom: 0;
	height: 30px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	left: 0;
	right: 0;
	align-items: center;
	pointer-events: none;
}
.slide-carousel__swiper-pagination{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	z-index: unset;
	pointer-events: auto;
}
.slide-carousel__swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	margin-left: 6px;
	margin-right: 6px;
	background: #d8d8d8;
	border-radius: 4px;
	cursor: pointer;
	outline: none;
}
.slide-carousel__swiper-pagination-bullet--active{
	background: red;
}
.slide-carousel__prev-button,
.slide-carousel__next-button{
	display: none;
}
/* common wrapper */
.content-card{
	padding-left: 30px;
	padding-right: 30px;
}
.content-canvas,
.content-canvas-alt{
	padding-top: 60px;
	padding-bottom: 60px;
}
.content-canvas-alt{
	background-color: #F4F4F4;
}
.content-group + .content-group{
	margin-top: 30px;
}
.video-item-two-col{
	width: 100%;
    margin: 20px auto;
	text-align:center;
}
.content-light-gray-box,
.content-light-grey-box{
	padding: 30px;
	background-color: #F4F4F4;
}
.content-card .content-light-gray-box,
.content-card .content-light-grey-box{
	margin-left: -30px;
	margin-right: -30px;
}
.content-flexbox-2col{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}
.content-flexbox-2col .content-flexbox-item{
	margin-top: 30px;
}
.content-flexbox-2col .content-flexbox-item:nth-child(1){
	margin-top: 0;
}
/* figure */
.figure-button,
.figure-button:hover,
.figure-button:focus,
.figure-button:active{
	text-decoration: none;
}
.figure-button:hover{
	color: red;
}
.figure-button + .figure-button {
	margin-top: 40px;
}
.figure-button,
.figure-button .figure{
	display: block;
}
.figure{
	margin: 0;
}
.figure__img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 120px;
	height: 120px;
}
.figure .figure__figcaption{
	text-align: center;
}
.figure__figcaption__title,
.figure__figcaption__arrow{
	vertical-align: middle;
}
.figure__figcaption__arrow{
	font-size: 0.8em;
}
/* block-navbutton */
.block-navbutton{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
}
.block-navbutton__title{
	padding-top: 20px;
	padding-bottom: 20px;
}
.block-navbutton:hover{
	color: red;
}
.navbutton--inline{
	display: inline-block;
	margin-right: 30px;
}
.navbutton--inline:last-child{
	margin-right: 0;
}
.navbutton--block{
	display: block;
}
.navtitle{
	display: inline-block;
}
.navtitle__content{	
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	text-decoration: none;
}
.navtitle__title{
	flex-grow: 1;
	padding-right: 15px;
}
.navtitle__arrow{
	font-size: 0.8em;
}
.navbutton__a{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	text-decoration: none;
}
.navbutton__a:hover{
	color: red;
	text-decoration:none;
}
.navbutton__title{
	flex-grow: 1;
	padding-right: 15px;
}
.navbutton--block .navbutton__title{
	padding-top: 20px;
	padding-bottom: 20px;
}
.navbutton__arrow{
	font-size: 0.8em;
}
.back-to-top{
	display: none;	
}

/* content-toggle */
.content-toggle__trigger{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	cursor: pointer;
	width: fit-content;
	align-items: center;
}
.content-toggle__trigger-icon{
	display: block;
	width: 14px;
	height: 14px;
	transition: all 0.3s;
}
.content-toggle[data-open='true'] .content-toggle__trigger-icon{
	transform: rotate(90deg);
}
.content-toggle__trigger-title-wrapper{
	padding-left: 10px;
}
.content-toggle__content-wrapper{
	margin-top: 15px;
	padding-left: 24px;
}
.content-toggle:not([data-open='true']) .content-toggle__content-wrapper{
	display: none;
}

/* faqList-toggle */
.faqList-toggle {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #d1d1d1;
}

.faqList-toggle__trigger{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	cursor: pointer;
	width: 100%;
	align-items: center;
}

.faqList-toggle__trigger-title-wrapper{
	display: flex;
	width: 100%;
	padding-left: 0;
}

.faqList-toggle__trigger-title-wrapper .faq-q-tag {
	min-width: 50px;
    text-align: left;
    padding: 0 10px;
    margin-right: 20px;
    border-right: 1px solid #000;
}

.faqList-toggle__content-wrapper{
	display: flex;
	margin-top: 15px;
	padding-left: 0px;
}

.faqList-toggle__content-wrapper .faq-a-tag {
	min-width: 50px;
    text-align: left;
    padding: 0 10px;
    margin-right: 20px;
    border-right: 1px solid red;
}

.faqList-toggle:not([data-open='true']) .faqList-toggle__content-wrapper{
	display: none;
}

.faqList-toggle .icomoon-chevron_down {
	transition-duration: 0.3s;
}

.faqList-toggle[data-open='true'] .icomoon-chevron_down {
	transform: rotate(180deg);
}


/* mobile-menu start */
.main-header-wrapper{
	z-index: 99;
}

html:has(.mobile-menu_open), body:has(.mobile-menu_open){
	overflow: hidden;
}
.main-header-main__mobile-menu {
    transform: translateX(0%);
    transition: 0.5s;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
}
.main-header-main__mobile-menu.mobile-menu_open {
    transform: translateX(-100%);
}
.mobile-menu_open{
	/* display: block; */
}
.mobile-menu {
	transition-delay: 250ms;
    background-color: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    overflow: scroll;
}
.mobile-menu_open .mobile-menu{	
	/* transform: translate(0%, 0); */
}


.mobile-menu .internal-link {
	font-size: 14px;
}

.mobile-menu a{
	text-decoration: none;
}

.mobile_shadow {
	height: 100%;
	position: absolute;
    left: 0;
    width: 15%;
	background-color: rgba(0,0,0,.85) !important;
}

.mobile-menu_header {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.mobile-menu_footer {
    width: 100%;
    height: auto;
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #fff;
    flex-direction: column;
	padding-top: 17px;
}

.mobile-menu_footer span {
	font-size: 16px;
	padding: 13px 67px;
}

.mobile-menu .mobile-menu_footer a {
	text-decoration: none;
	color: #666666;
}
.mobile-menu_content > div[data-has-children="true"]{

}
.mobile-menu_content > div[data-has-children="true"]:has(.selected),.mobile-menu_content > div[data-has-children="true"]:has(.selected) div{
    
	background:  #F6F6F6 !important;
}

.mobile-menu_content div[data-role="menu-row-button"]{
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0px 64px;
    /* border-bottom: 1px solid #EBEBED; */
    padding: 20px 0;
}
.mobile-menu_content>div>div[data-role="menu-row-button"]{
	border-bottom: 1px solid #EBEBED;
}
.mobile-menu_content > div div[data-role="menu-row"]{
	/* display: none; */
 }
.mobile_menu_show{
	display: none;
	padding: 0 64px;
}
.mobile-menu_header_button {
	display: none;
	align-items: center;
}
div[data-menu-level="L2"]{
    display: grid;
    gap: 38px;
	padding-bottom: 21px;
    grid-template-columns: 45% 45%;
}
.mobile-menu_content div[data-role^="menu"] > div.L2_list:first-child{
	margin: 0;
}
.L2_list a{
	color: var(--Color-Red---Default, #F00);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: "Noto Sans TC";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 21px; /* 150% */
}
.L3_list{
	display: flex;
    flex-direction: column;
    gap: 30px;
}
.L3_list a{
	color: var(--Color-Black, #333);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: "Noto Sans TC";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 21px; /* 150% */
}
div[data-role='menu-row-button'] a {
	width: 100%;
}
/*
.material-icons {
	font-size: 2rem;
}*/

.mobile-menu_button-bar {
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
	padding: 20px;
	border-bottom: 1px solid #fd2d17;
}

.mobile-menu_header-tag {
	display: none;
	width: 100%;
    padding: 20px;
    height: 80px;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #d3d2d2;
}

.mobile-menu_header-tag-button {
	color: #fff;
    padding-right: 10px;
    font-size: 1em;
    height: 25px;
    display: flex;
    align-items: center;
}

.mobile-menu_header-tag .mobile-menu_header-tag-button:first-child {
	-border-right: 1px solid;
	padding-right: 10px;
	margin-right: 10px;
}


.mobile-menu_header-tag-button a{
	margin-top: 5px;
	margin-left: 5px;
    text-decoration: none;
	color: #fff;
}

[data-role="tag-name"] {
	display: flex;
	color: red;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.mobile-menu_button-bar > .internal-link {
	display: none;
}

div[data-current-level="L1"] [data-role="go_home-button"], div[data-current-level="L1"] .mobile-menu_button-bar > .internal-link {
	display: block
}

div[data-current-level="L1"] div[data-role="home-header-tag"] {
	display: flex
}

div[data-current-level="L2"] div[data-role="default-header-tag"] {
	display: flex
}

div[data-current-level="L3"] div[data-role="default-header-tag"] {
	display: flex
}

div[data-current-level="L2"] [data-role="go_back-button"] {
	display: flex
}

div[data-current-level="L3"] [data-role="go_back-button"] {
	display: flex
}

.mobile-menu div,
.mobile-menu a,
.mobile-menu span {
	font-family: GrotaSansMedium, 'Noto Sans TC', sans-serif;
    font-weight: 500;
}
.mobile-menu div{
	background: #fff;
}
.mobile-menu a{
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: "Noto Sans TC";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 21px; /* 150% */
}
.common-icon{
	display: inline-block;
	width: 50px;
	height: 50px;
}
/* floating-buttons-wrapper */
.floating-buttons-wrapper{
	position: fixed;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);

	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;

	z-index: 2;
}
.floating-button-wrapper + .floating-button-wrapper{
	margin-top: 15px;
}
.floating-eshop-button :hover{
	width: 120px;
	height: 120px;
}
/* .floating-contactus-button */
.floating-whatsapp-button{
	/* 
	position: fixed;
	top: 50%;
	right: 0;
	*/
	background-image: linear-gradient(270deg, #FF994D 0%, #FF0000 100%);
	display: flex;
	flex-direction: row;
	/* transform: translate(0, -50%); */
	width: 20vw;
	height: 20vw;
	max-width: 80px;
	max-height: 80px;
	/* padding: 4.5%; */
	padding: 22%;
	/* z-index: 2; */
	box-shadow: 2px 2px 18px rgba(0,0,0,0.30);
	opacity: 0.7;
	/* transform: translate(0, -90%);*/
}

.floating-contactus-button{
	display: flex;
	flex-direction: row;
	width: 20vw;
	height: 20vw;
	max-width: 100px;
	max-height: 100px;
	padding: 0 !important;
}

.floating-eshop-button{
	background-image: linear-gradient(270deg, #FF994D 0%, #FF0000 100%);
	display: flex;
	flex-direction: row;
	width: 20vw;
	height: 20vw;
	max-width: 100px;
	max-height: 100px;
}

.floating-whatsapp-button {
	background-image: unset;
	background-color: #25D366;
}

.floating-eshop-button {
	background-image: unset;
}

.floating-contactus-button__img,
.floating-whatsapp-button__img,
.floating-eshop-button__img{
	display: block;
	width: 100%;
	height: 100%
}
.floating-contactus-button :hover{
	width: 120px;
	height: 120px;
}
/*topText_bottomImage component start*/
.image_top_container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom:0;
	position:relative;
}
.image_top_container > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width:66.7%;
	top: 0;
}
.image_top_container > div.image_top_container-bg {
	display: flex;
	flex-direction: column;
	justify-content: start;
	width: 33.3%;
	margin-top: 0;
	position: relative;
	z-index: 3;
}
.image_top_container-bg img {
	width:100%;
	height:auto;
	min-height:1px; /*fix ie11 scale image error*/
	max-height:305px; /*fix ie11 space in bottom error*/
}
.image_top_container-bg::after {
	position:relative;
}
.image_top_container-bg::after {
	background-image: linear-gradient(270deg, #FF994D 0%, #FF0000 100%);
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.image_top_container-logo {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.image_top_container-logo img {
	margin-bottom:20px;
	width:200px;
	height:100px;
}
.image_top_container-logo span {
	text-align:center;
}
.image_top_container > div.image_top_container-bg_mobile {
	position: absolute;
	width: 33.3%;
	top: -60px;
	left: -30px;
}
.image_top_container.image_top_container_reversev > div.image_top_container-bg_mobile {
	left: auto;
	right: -30px;
}
.image_top_container .big-photo-story__title-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.image_top_container .big-photo-story__title-wrapper img.common-icon {
	width:100px;
	height:100px;
	margin-bottom:20px;
}
.image_top_container > div.big-photo-story__title-content-wrapper {
	margin-left: -33.3%;
	width: 100%;
	position: relative;
	z-index: 2;
	margin-top: 0;
	padding-top: 40px;
}
	
.image_top_container-bg img {
	display:none;
}
.image_top_container > div.image_top_container-bg_mobile {
	display:block;
}
.image_top_container-bg_mobile img {
	width:100%;
}	
.image_top_container.image_top_container_reverse {
	flex-direction: column;
}
.image_top_container.image_top_container_reverse > div.big-photo-story__title-content-wrapper {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}
.image_top_container.image_top_container_reverse > div.image_top_container-bg {
	width: 100%;
	position: absolute;
}
.image_top_container-bg div {
	background-image: linear-gradient(270deg, #FF994D 0%, #FF0000 100%);
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
}
.industry_construction_content-card {
	padding:20px;
}
.image_top_container .navbutton__title {
	color:red;
}
.industry_solutions-container {
	width:100%;
	max-width:1100px;
	height:auto;
	min-height:1px;
	margin:0 auto;
	position:relative;
	z-index:0;
}
.industry_solutions-container_img img {
	width:100%;
	height:auto;
	min-height:1px;
	max-height:616px;
	display:block;
	opacity:0;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
.industry_solutions-container_img img.animated {
	opacity:1;
}
.industry_solutions-container .video-wrapper {	
	max-height:616px;
	opacity:0;
	transform:translateY(40px);
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
.bgcolor-middle-gray {
	background-color: #ECECEC;
}
.bgcolor-white {
	background-color: #fff;
}
.industry_solutions-container .infographic--desktop {	
	opacity:0;
	transform:translateY(40px);	
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
.industry_solutions-container .video-wrapper.animated, .industry_solutions-container .infographic--desktop.animated {	
	opacity:1;
	transform:translateY(0px);
}
/*topText_bottomImage component end*/

/* planCardGroup start */
.plan-card-group_wrapper,.plan-card-group_wrapper_FourCol {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: auto;
	padding: 25px 0;
	margin-bottom: 35px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
	transition: all 0.3s;
}

.plan-card-group_wrapper:hover,.plan-card-group_wrapper_FourCol:hover {
	transform: scale(1.02,1.02);
    border: 4px solid red;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
}

.plan-card-group_title {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	border-bottom: 4px solid #F4F4F4;
}

.planCard-bgcolor-mobile {
	background-color: #ff4919;
}

.planCard-bgcolor-fixed {
	background-color: #fd7333;
}

.planCard-bgcolor-messaging {
	background-color: #fd932d;
}


html[lang='zh-hk'] .plan-card-group_title .plan_name{
	display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 100%;
    min-height: 60px;
    text-align: center;
    padding: 5px;
	min-width: 220px;
}
html[lang='en-us'] .plan-card-group_title .plan_name{
	display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 100%;
    min-height: 60px;
    text-align: center;
	line-height:22px;
	padding: 5px;
	min-width: 220px;
}
.plan-card-group_title .plan_desc {
	text-align: center;
	width: 100%;
}

.plan-card-group_title .plan_rebate{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.plan-card-group_title .plan_rebate .msg-length {
	width: 50%;
	text-align: center;
}

.plan-card-group_title .plan_rebate span{
	font-size: 40px;
	color: #FF0000;
	font-family: GrotaSansBold, "Noto Sans TC", sans-serif;
	font-weight: bold;
	margin-right: 3px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.plan-card-group_title .plan_rebate span:nth-child(2){
	color: rgb(51, 51, 51);
    font-size: 24px;
}
.plan-card-group_title .plan_rebate .plan-fixed{
	font-size: 36px;
	min-height: 120px;
	line-height: 40px;
}

.plan-card-group_content {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

.plan-card-group_content .plan_price {
	width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.plan-card-group_content .plan_price span {
	font-size: 46px;
	font-weight: bold;
	font-family: GrotaSansBold,"Noto Sans TC",sans-serif;
	margin-right: 5px;
	margin-left: 5px;
}

.plan-card-group_content .plan_detail {
	width: 100%;
	display: flex;
	padding: 10px;
	margin-bottom: 15px;
}

.plan-card-group_content .plan_detail div{
	width: 50%;
	text-align: center;
}

.plan-card-group_content .plan_detail div:nth-child(1){
	border-right: 4px solid #F4F4F4;
}
.original_price{
	text-decoration: line-through;
    color: gray;
}
/* planCardGroup end */

/*symbol start*/
.questions_symbol{
	color: #9a9797;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #f0ecec;
    line-height: 30px;
    border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
}
/*symbol end*/

/*sticky bar */
.sticky_bar {
	position: fixed;
	width: 100%;
    background: #fff;
	z-index: 10;
	left: 0;
    bottom: 0;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sticky_bar_row {
	width: 100%;
	max-width: 1440px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.swiper-full-width-content div {
	display:none;
}
.swiper-full-width-content div.active {
	display:block;
}
.swiper-full-width-container .swiper-slide {
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-full-width-container .swiper-slide img {
	width: 100%;
}
.swiper-full-width__prev-button, .swiper-full-width__next-button {
	/*background-image: linear-gradient(45deg, #710E00 0%, #530500 100%);*/
	width: 30px;
	height: 30px;
	margin-top: -30px;
	margin-left: 0;
}
.swiper-full-width__prev-button img, .swiper-full-width__next-button img {
	width: 30px;
	height: 30px;
}
/*.swiper-full-width__prev-button div {
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	transform: rotate(-45deg);
}    
.swiper-full-width__next-button div {
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	transform: rotate(45deg);
}
.swiper-full-width__prev-button div, .swiper-full-width__next-button div {
	width: 13px;
	height: 13px;
	margin: 8px 10px;
}
.swiper-full-width__prev-button div {
	margin-left: 12px;
}
.swiper-full-width__next-button div {
	margin-left: 7px;
}
.swiper-full-width__next-button {
	background-image: linear-gradient(270deg, #FF994D 0%, #FF0000 100%);
}*/
.swiper-full-width-bottom {
	display: flex;
	flex-direction: row;
	justify-content: center;			
	width: 100%;
	align-items: start;
	position: relative;
	z-index: 1;
	opacity:0;
	transform:translateY(40px);
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
.swiper-full-width-content {
	padding: 20px;
	background: #fff;
	margin: 0 -30px;
	width:100%;
}		
.swiper-full-width-container .swiper-container {
	width:100%;
	/*max-width:1325px;*/
	margin:0 auto;
	/*max-height:616px;*/	
	opacity:0;
	transform:translateY(40px);
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
.swiper-full-width-container .swiper-container.animated, .swiper-full-width-bottom.animated {
	opacity:1;
	transform:translateY(0px);
}
.swiper-full-width-container{
	display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: start;
	padding:0 30px;
	margin-top:40px;
}
.video-flex-wrapper{
	margin-bottom: 60px;
}
.text-center-title{
	color: #000;
	text-align: center;
	font-feature-settings: 'clig' off, 'liga' off;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 142%; /* 34.08px */
	margin: 30px auto 20px;
}
.main-header-main-wrapper__hamburger-wrapper img.red{
    width: 20px;
    height: 20px;
}
.drawer-top-bar{
	display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #c8c8c8;
    margin: 0px 64px;
    padding: 0;
}
.top-bar ul{
	display: flex;
	padding: 0;
	margin: 0;
	gap: 21px;
}
.top-bar ul > li{
	padding-left: 0px;
}
.top-bar li + li {
	margin-top: 0em;
}
.top-bar ul li{
	color: var(--Color-Grey80-or-disable-text, #9C9C9C);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: "Noto Sans TC";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 21px; /* 150% */
	list-style: none;
	position: relative;
}
.top-bar .lang-box .close-btn {
    width: 30px;
    height: 70px;
    cursor: pointer;
    position: relative;
}
.top-bar .lang-box .close-btn::before, .top-bar .lang-box .close-btn::after {
    position: absolute;
    left: 15px;
    top: 28px;
    content: ' ';
    height: 16px;
    width: 2px;
    background-color: #707070;
    transition: all .3s;
}
.top-bar .page-box li.selected a::before {
	position: absolute;
    top: 0px;
    width: 100%;
    height: 3px;
    background: red;
    content: "";
    transform: translateY(-25px);
}
.top-bar .lang-box .close-btn::before {
    transform: rotate(45deg);
}
.top-bar .lang-box .close-btn::after {
    transform: rotate(-45deg);
}
.top-bar .page-box a{
	color: var(--Color-Grey80-or-disable-text, #9C9C9C);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: "Noto Sans TC";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 21px; /* 150% */
}
.top-bar .page-box li.selected a{
	color: var(--Color-Black, #333);
}
.sign_box{
	position: relative;
}
.sign::before {
	position: absolute;
    top: 10px;
    right: 6px;
    width: 14px;
    height: 2px;
    background: #333;
    content: "";
    transition: all .3s;
}
.sign::after {
	position: absolute;
	top: 4px;
    right: 12px;
    width: 2px;
    height: 14px;
    background: #333;
    content: "";
    transition: all .3s;
}
div[data-role='menu-row']:has(.selected){
	background: #fff;
} 
div[data-role='menu-row'] .selected .sign::before {
    background: red;
    transition: all .3s;
    opacity: 0;
}
div[data-role='menu-row'] .selected .sign::after {
	top: 4px;
    background: red;
    transform: rotate(90deg);
    transition: all 0.3s;
}
div[data-role='menu-row'] .selected a:not([href]):not([tabindex]):hover {
	color: red;
}
.selected div[data-role='menu-row']{
	background-color: #fff;
}
.selected a:not([href]):not([tabindex]),.mobile-menu .selected a{
	color: red;
}

.mobile-menu_content div[data-menu-level="L2"]  > div:first-child{
	justify-content: flex-start;
}
div[data-menu-level="L2"] div[data-role='menu-row-button'] a{
	width: unset;
	margin-right: 30px;
}
.mobile-menu a.color-solutions{
	color: red !important;
}
/* div[data-role='menu-row-button']:has(.color-solutions) .sign::after,div[data-role='menu-row-button']:has(.color-solutions) .sign::before{
	background: red;
} */
.menu_in_button .sign_box{
	left: 20px;
}
.smarphone-tab_container {
	height:56px;
	line-height:56px;
	padding:0;
	display: flex;
	flex-direction:row;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex: 1 0 0;
	border-radius: 100px;
	background: var(--color-red-default, #F6F6F6);
	box-sizing: border-box;
	margin: 50px auto;
	font-weight: 700;
}
.smarphone-tab {	
	padding: 16px 30px;
	width:50%;
	color: var(--color-black, #333);
	text-align: center;
	font-feature-settings: 'clig' off, 'liga' off;
	font-size: 20px;
	font-style: normal;
	line-height: 24px; /* 150% */
	box-sizing: border-box;
	display: flex;
    justify-content: center;
    align-items: center;
	cursor:pointer;
	white-space: nowrap;
}
.smarphone-tab.active {
	background: var(--color-red-default, #FF0000);
	border-radius: 100px;
	color: var(--color-white, #FFF);	
}
span.number {
	width: 30px;
	height: 30px;
	flex-shrink: 0;
	background:#f00;
	border-radius:100px;
	color: var(--color-white, #FFF);
	font-size: 20px;
	font-style: normal;
	line-height: 30px;
	display: flex;
    justify-content: center;
    align-items: center;
	margin-right: 15px;
	font-weight: 700;
}
.smartphone-tab-content a {
	color: var(--color-red-default, #F00);
}
.smartphone-tab-content p {
	color: var(--color-black, #333);
	font-size: 20px;
	font-style: normal;
	line-height: 24px; /* 150% */
	display: flex;
    flex-direction: row;
    align-items: center;
	margin-bottom:25px;
}
.smartphone-tab-content p{
	margin-bottom:50px;
}
.scroll-image_container {
	margin-bottom: 25px;
}
.scroll-container {
	width: 100%;
    overflow-x: auto;
}
.full-width_div div{
	text-align: center;
}
.full-width_div img{
	height: 400px;
}
.remark_div {
    font-size: 14px;
}
.learn_more_cybersecurity{
	margin-bottom: 40px;
}
.learn_more_cybersecurity a{
	display: flex;
    justify-content: center;
	align-items: center;
	gap: 10px;
}
.learn_more_cybersecurity a img{
	width: 60px;
}
.learn_more_cybersecurity a h4{
	color: orange;
}
.download-Solution-Brief{
	width: 80%;
	margin-top: 20px;
}
@media (max-width: 1150px){
	.main-header-main-wrapper__content-wrapper{
		padding: 20px;
	}
	.PullDownMenuStory-height-size{
		height: 1100px;
	}
	
	.PullDownMenu-story{
		height: 100%;
		margin-top: 50px;
	}
	
	.PullDownMenuStory-wrapper{
		position: relative;
		width: 90%;
		height: 100%;
		opacity: 1;
		margin: -100px 20px 50px;
		z-index: 2;
	}
	
	.PullDownMenuStory-meun,.PullDownMenuStory-meun-2{
		padding: 20px 0px 20px 20px;
		background: #ffff;
		font-weight: 400;
		font-size: 20px;
		width: 100%;
		border-bottom:3px solid red;
	}
	
	.PullDownMenuStory-meun ul,.PullDownMenuStory-meun-2 ul{
		list-style-type: none;
		padding-left: 0px;
		gap: 30px;
		display: none;
		/* margin-top: 30px; */
		margin-bottom: 0px;
	}
	
	.PullDownMenuStory-meun ul.active,.PullDownMenuStory-meun-2 ul.active{
		display: grid;
		position: absolute;
		z-index: 6;
		padding: 30px 0px 20px 20px;
		background: #ffff;
		font-weight: 400;
		font-size: 20px;
		/* top: 0px; */
		right: 0;
		width: 100%;
		border-bottom: 3px solid red;
	}
	
	/* .PullDownMenuStory-meun-2 .about_title{
		display: none;
	}
	
	.PullDownMenuStory-meun-2 .about_title.active{
		display: grid;
		position: absolute;
		z-index: 6;
		padding: 20px 0px 20px 20px;
		background: #ffff;
		font-weight: 400;
		font-size: 16px;
		gap:20px;
		right: 0;
		width: 100%;
		border-bottom: 3px solid red;
	} */
	
	.PullDownMenuStory-meun .about_title li,.PullDownMenuStory-meun-2 .about_title li{
		height: 100%;
		padding-right: 40px;
		font-family: GrotaSansMedium;
		font-size: 20px;
	}
	
	/* .PullDownMenuStory-meun-2{
		padding: 20px 0px 20px 20px;
		background: #ffff;
		font-weight: 400;
		font-size: 16px;
		width: 100%;
		border-bottom: 3px solid red;
	}
	
	.PullDownMenuStory-meun-2 ul{
		list-style-type: none;
		padding-left: 0px;
	}
	
	.PullDownMenuStory-meun-2 .about_title li{
		height: 100%;
		font-size: 16px;
		display: flex;
		align-items: center;
	}
	
	.PullDownMenuStory-meun-2 .about_title div{
		margin-right: 10px;
	} */
	
	.PullDownMenuStory-list{
		padding: 20px 20px 30px 20px;
		background: rgba(102, 102, 102, 0.80);
		color: #fff;
		font-size: 16px;
		width: 100%;
		font-weight: 400;
		backdrop-filter: blur(10px);
	}

	.PullDownMenuStory-list{
		padding-left: 20px;
	}

	.list-checklist{
		padding-left: 0px;
	}
	
	.PullDownMenuStory-list .list-checklist > li{
		list-style-type: none;
		list-style-image: unset;
		height: 100%;
		line-height: 150%;
		padding-left: 40px;
		background-image: url("https://www.smartonesolutions.com.hk/images/icon/common/Subtract.svg");
		background-position: left 50%;
  background-repeat: no-repeat;
	}
	
	.about_title .active li{
		color: red;
	}
	
	.mobile_about_dropdown{
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-weight: 500;
		font-size: 20px;
		width: 100%;
		background: #ffff;
		/* margin-bottom: 30px; */
	}
	
	.expend-row-arrow {
		display: block;
		border: solid red;
		border-width: 0 2px 2px 0;
		display: inline-block;
		padding: 3px;
		opacity: .5;
		margin-right: 20px;
		width: 12px;
		height: 12px;
		transform: rotate(45deg);
	}
	
	.mobile_about_dropdown p{
		margin-bottom: 0px;
		color: red;
		font-family: GrotaSansMedium;
		font-size: 20px;
	}
	
	.expend-row-arrow.active {
		border: solid red;
		border-width: 2px 0 0 2px;
	}
	
	.PullDownMenuStory-meun .about_title .active{
		display: none;
	}

	.PullDownMenuStory-meun-2 .about_title .active{
		display: block;
	}
	
	
	.about_meun{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.about_meun p{
		margin-bottom: 0px;
		font-size: 20px;
	}

	.about_meun.show{
		display: none;
	}
	
	.PullDownMenuStory-meun-2 .about_title .link{
		border-bottom: 1px solid #D9D9D9;
	}
}

.PullDownMenuStory-list-col-12{
	width: 100%;
	display: flex;
	gap: 26px;
	align-items: center;
}

.PullDownMenuStory-list-col-12:not(:last-child){
	margin-bottom: 40px;
} 

.PullDownMenuStory-list-col-12 img{
	width: 80px;
}
.breadcrumb-wrapper__content-wrapper{
	padding: 0 20px;
}
.menu_img_box{
	width: 100%;
	display: none;
	margin-bottom: 26px;
}
.mobile-menu_open .menu_img_box{
	display: block;
}
.menu_img_box img{
    width: 100%;
    margin-bottom: 21px;
    border-radius: 20px;
}
.menu_img_box p{
	color: var(--Color-Black, #333);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Noto Sans TC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
	margin-bottom: 21px;
    line-height: 21px;
}
.margin-top-15{
	margin-top: 15%;
}
.logo-figure__img.desktop{
	display: none;
}

.logo-figure__img.mobile{
	display: block;
	margin: auto;
	width: 167px!important;
	height: 100px!important;
}
@media (max-width: 1150px){
	.list-col-12-text-title{
		font-weight: 700;
		margin-bottom: 10px;
		font-size: 20px;
	}

	.list-col-12-text-describe{
		font-weight: 400;
		font-size: 16px;
	}
	.mobile-padding-left-right-20{
		padding: 0px 20px;
	}
	.smartworks-content-group h2{
		padding: 0px 20px;
	}
	.PullDownMenu-story__img--desktop{
		width: 100%;
		display: block;
	}
	.PullDownMenu-story__img--mobile{
		width: 100%;
		display: none;
	}
}

@media (min-width: 767px) and (max-width: 1150px){
	.mobile-menu{
		width: 500px;
	}
}
@media (max-width: 767px){
	.drawer-top-bar,.mobile-menu_content div[data-role^="menu"] > div:first-child{
		margin: 0px 20px;
	}
	.mobile-menu_footer span{
		padding: 13px 20px;
	}
	.mobile_menu_show{
		padding: 0 20px;
	}
	.PullDownMenu-story__img--desktop{
		display: none;
	}
	.PullDownMenu-story__img--mobile{
		display: block;
	}
	.LinkedInIcon{
		width: 100%;
		margin-bottom: 20px;
	}
	.content-canvas .contactus-kind-desc{
		font-size: 30px;
		font-weight: 500;
	}
}

html[lang='en-us'] .top-bar .page-box a,html[lang='en-us'] .mobile-menu a{
	font-family: "titling-gothic-fb-condensed", "Noto Sans", "Noto Sans TC", "MHei", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-weight: 500;
}
html[lang='en-us'] .menu_img_box p{
	font-family: "titling-gothic-fb-narrow","Noto Sans","Noto Sans TC","MHei","微軟正黑體","Microsoft JhengHei",sans-serif;
    font-weight: 300;
}

.swiper-connectivity-container{
	position: relative;
}

.swiper-connectivity-bottom{
	position: absolute;
    width: 100%;
    top: 40%;
    z-index: 1;
}

.swiper-connectivity__prev-button{
	position: absolute;
    left: -90px;
}

.swiper-connectivity__next-button{
	position: absolute;
    right: -90px;
}

.swiper-button-disabled{
	display: none;
}

/* .connectivity-img-box{
	margin: 40px auto;
} */

.border-radius-20{
	border-radius: 20px;
}

@media (min-width: 767px){
	.grid-info-button__content-wrapper{
		display: block;
	}
}

@media (min-width: 767px) and (max-width: 1560px){
	.swiper-connectivity-container {
		width: 79%;
		margin: auto;
	}
}