/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Less than small devices (480px and up) */

/*<- disabled responsive */
/*@media (min-width: @screen-xs-min) {  }*/
/*@media (min-width: 480px) {  }*/

/* Small devices (tablets, 768px and up) */
/*@media (min-width: @screen-sm-min) {  }*/
/*@media (min-width: 768px) {  }*/

/* Medium devices (desktops, 992px and up) */
/*@media (min-width: @screen-md-min) {  }*/
/*@media (min-width: 992px) {  }*/

/* Large devices (large desktops, 1200px and up) */
/*@media (min-width: @screen-lg-min) {  }*/
/*@media (min-width: 1200px) {  }*/

/*@media (max-width: @screen-xs-max) {  }*/
/*@media (max-width: 767px) {  }*/
/*@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {  }*/
/*@media (min-width: 768px) and (max-width: 991px) {  }*/
/*@media (min-width: @screen-md-min) and (max-width: @screen-md-max) {  }*/
/*@media (min-width: 992px) and (max-width: 1199px) {  }*/
/*@media (min-width: 1200px) {  }*/

@media print {
	.noprint {display:none !important;}
	a:link:after, a:visited:after {
		display: none;
		content: "";
	}
}

a{
	color:inherit;
}
a:hover,a:active,a:focus{
    color:inherit;
    text-decoration:none;
}
@font-face {
    font-family: century_gothic;
    src: url('/fonts/century_gothic.eot') format('embedded-opentype'),
         url('/fonts/century_gothic.ttf') format('truetype');
	unicode-range: U+0025-00FF;
}

body {
	font-family: century_gothic, Verdana, Arial, sans-serif;
}
body.home {
	font-family: "Helvetica Neue", century_gothic, Verdana, Arial, sans-serif;
}

body.home,
body.highlighted_stores,
body.megashow-expo-hcm,
body.collection,
body.subscription,
body.blog,
body.seminar,
body.consultation {
  padding-top: 75px;
}

body h1 {
    font-size:50px;
    text-transform:uppercase;
	font-weight:bold;
}
body h2 {
    font-size:50px;
	font-weight:bold;
}
body h3 {
    font-size:40px;
    text-transform:uppercase;
	font-weight:bold;
}
body h4 {
    font-size:40px;
	font-weight:bold;
}
.mobile-fixed-action-button {
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 35px;
  background-color: #17b088 !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
  border: none;
  border-radius: 0;
  padding: 0;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  z-index: 1035;
}
@media (max-width: 767px) {
  body.home,
  body.highlighted_stores,
  body.megashow-expo-hcm,
  body.collection,
  body.subscription,
  body.seminar,
  body.consultation {
    padding-top: 56px;
  }
	body h1 {
		font-size:25px;
	}
	body h2 {
		font-size:25px;
	}
	body h3 {
		font-size:20px;
	}
	body h4 {
		font-size:20px;
	}
  body.home .mobile-fixed-action-button,
  body.seminar .mobile-fixed-action-button,
  body.consultation .mobile-fixed-action-button,
  body.subscription .mobile-fixed-action-button {
    display: none;
  }
}

body .btbtn {
  background: #09b98a none repeat scroll 0% 0%;
  border: 0 none;
  color: #FFF !important;
  display: block; 
  border-radius: 5px;
  padding-left: 22px;
  padding-right: 22px;
  text-align: center;
  height: 52px;
  line-height: 52px;
  font-size: 16px;
}
body .btbtn.gray {
  background-color: #58585b;
}
body .btbtn.blue {
  background-color: #34A7D7;
}
body .btbtn.cart:before {
  content: "";
  background-image: url('/images/ic_add_to_cart.png');
  display: inline-block;
  width: 28px;
  height: 26px;
  vertical-align: middle;
  margin-right: 10px;
}

body .btbtn.done:before {
  content: "";
  background: url('/images/btn_done.png') no-repeat;
  display: inline-block;
  width: 28px;
  height: 26px;
  vertical-align: middle;
  margin-right: 10px;
}
body #action-buttons-container [data-config="mabelle"] .btbtn.done:before {
  display: none;
}
body .btbtn.frame {
  background-color: transparent;
  border: 1px solid #01C4A5;
  color: #01C4A5 !important;
}
body .btbtn.small{
	min-width: 180px;
	height: 32px;
	line-height: 30px;
}
body .btcb {
  width: 26px;
  height: 26px;
  display: inline-block;
  background: url('/images/ic_without_tick.png') no-repeat center center transparent;
  cursor: pointer;
  vertical-align: middle;
}
body .btcb+* {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  margin-left: 10px;
}
body .btcb.checked {
  background-image: url('/images/ic_tick.png');
}
body .btradioselect label.option {
	display: block;
}
body .btradioselect .option {
  line-height: 24px;
  padding: 4px 10px 4px 36px;
  position: relative;
  border-radius: 16px;
  cursor: pointer;
  margin: 10px 0;
  border: 1px solid transparent;
  color: #000 !important;
}
body .btradioselect .option * {
  color: #000 !important;
}
body .btradioselect .option.disabled,
body .btradioselect .option.disabled * {
	cursor: not-allowed;
	color: #999!important; 
}
body .btradioselect input:checked+label.option,
body .btradioselect .option.selected {
  border: 1px solid #01C4A5;
  cursor: default;
}
body .btradioselect .option.selected .hl {
  color: #01C4A5 !important;
}
body .btradioselect .option:before {
  background: url('/images/ic_select.png') no-repeat 0 0 transparent;
  width: 16px;
  height: 16px;
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
}
body .btradioselect input:checked+label.option:before,
body .btradioselect .option.selected:before {
  background-image: url('/images/ic_selected.png');
}
[data-page="payment"] .btradioselect .option {
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	border-radius: 8px;
}
[data-page="payment"] .btradioselect .option:before {
	top: 16px;
}
body .pagers .dot {
	width:16px;
	height:16px; 
	border-radius:50%;
	background-color:#C8DDD6;
	display:inline-block;
	margin:5px 20px;
}
body .pagers .dot.current {
	background-color: #FFF;
}
body .quantityinput>* {
  float: left;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: none no-repeat 0 0 transparent;
}
body .quantityinput>.plus {
    background-image: url('/images/ic_plus.png');
    cursor: pointer;
}
body .quantityinput>.minus {
    background: url('/images/ic_minus.png');
    cursor: pointer;
}
body .quantityinput.disabled>* {
  cursor: default;
}
body .quantityinput>.val {
  border-top: 1px solid #898989;
  border-bottom: 1px solid #898989;
  font-size: 16px;
  font-weight: bold;
  color: #4C4C4C;
  text-align: center;
  width: 100px;
}
body .quantityinput.disabled>.plus {
  cursor: default;
}
body .quantityinput.disabled>.minus {
  cursor: default;
}
body .sector {
	background-image: linear-gradient(90deg, transparent 50%, white 50%), linear-gradient(90deg, white 50%, transparent 50%);
	width: 98px;
	height: 98px;
	display: block; 
	border-radius: 50%;
	background-color: #DC814C;
	border: 5px solid #FFF;
}
body .sector[data-val='5'] { /* 5% = 108deg = 90 + ( 360 * .5 ) */ background-image: linear-gradient(108deg, transparent 50%, white 50%), linear-gradient(90deg, white 50%, transparent 50%); }
body .sector[data-val='10'] { /* 10% = 126deg = 90 + ( 360 * .10 ) */ background-image: linear-gradient(126deg, transparent 50%, white 50%), linear-gradient(90deg, white 50%, transparent 50%); }
body .sector[data-val='15'] { /* 15% = 144deg = 90 + ( 360 * .15 ) */ background-image: linear-gradient(144deg, transparent 50%, white 50%), linear-gradient(90deg, white 50%, transparent 50%); }
body .sector[data-val='20'] { /* 20% = 162deg = 90 + ( 360 * .20 ) */ background-image: linear-gradient(162deg, transparent 50%, white 50%), linear-gradient(90deg, white 50%, transparent 50%); }
body .sector[data-val='25'] { /* 25% = 180deg = 90 + ( 360 * .25 ) */ background-image: linear-gradient(180deg, transparent 50%, white 50%), linear-gradient(90deg, white 50%, transparent 50%); }
body .sector[data-val='30'] { /* 30% = 198deg = 90 + ( 360 * .30 ) */ background-image: linear-gradient(198deg, transparent 50%, white 50%), linear-gradient(90deg, white 50%, transparent 50%); }
body .sector[data-val='35'] { /* 35% = 216deg = 90 + ( 360 * .35 ) */ background-image: linear-gradient(216deg, transparent 50%, white 50%), linear-gradient(90deg, white 50%, transparent 50%); }
body .sector[data-val='40'] { /* 40% = 234deg = 90 + ( 360 * .40 ) */ background-image: linear-gradient(234deg, transparent 50%, white 50%), linear-gradient(90deg, white 50%, transparent 50%); }
body .sector[data-val='45'] { /* 45% = 252deg = 90 + ( 360 * .45 ) */ background-image: linear-gradient(252deg, transparent 50%, white 50%), linear-gradient(90deg, white 50%, transparent 50%); }
body .sector[data-val='50'] { /* 50% = 270deg = 90 + ( 360 * .50 ) */ background-image: linear-gradient(270deg, transparent 50%, white 50%), linear-gradient(90deg, white 50%, transparent 50%); }
body .sector[data-val='55'] { /* 55% = 288deg = 90 + ( 360 * .55 ) */ background-image: linear-gradient(288deg, transparent 50%, white 50%), linear-gradient(90deg, white 50%, transparent 50%); }
body .sector[data-val='60'] { /* 60% = 306deg = 90 + ( 360 * .60 ) */ background-image: linear-gradient(306deg, transparent 50%, white 50%), linear-gradient(90deg, white 50%, transparent 50%); }
body .sector[data-val='65'] { /* 65% = 324deg = 90 + ( 360 * .65 ) */ background-image: linear-gradient(324deg, transparent 50%, white 50%), linear-gradient(90deg, white 50%, transparent 50%); }
body .sector[data-val='70'] { /* 70% = 342deg = 90 + ( 360 * .70 ) */ background-image: linear-gradient(342deg, transparent 50%, white 50%), linear-gradient(90deg, white 50%, transparent 50%); }
body .sector[data-val='75'] { /* 75% = 360deg = 90 + ( 360 * .75 ) */ background-image: linear-gradient(360deg, transparent 50%, white 50%), linear-gradient(90deg, white 50%, transparent 50%); }
body .sector[data-val='80'] { /* 80% = 378deg = 90 + ( 360 * .80 ) */ background-image: linear-gradient(378deg, transparent 50%, white 50%), linear-gradient(90deg, white 50%, transparent 50%); }
body .sector[data-val='85'] { /* 85% = 396deg = 90 + ( 360 * .85 ) */ background-image: linear-gradient(396deg, transparent 50%, white 50%), linear-gradient(90deg, white 50%, transparent 50%); }
body .sector[data-val='90'] { /* 90% = 414deg = 90 + ( 360 * .90 ) */ background-image: linear-gradient(414deg, transparent 50%, white 50%), linear-gradient(90deg, white 50%, transparent 50%); }
body .sector[data-val='95'] { /* 95% = 432deg = 90 + ( 360 * .95 ) */ background-image: linear-gradient(432deg, transparent 50%, white 50%), linear-gradient(90deg, white 50%, transparent 50%); }
body .sector[data-val='100'] { background-image: none; }

body [id^="content_"]>.container {
	padding-top:20px;
	padding-bottom:20px;
}
body .desc {
	white-space:pre-wrap;
}

#content_top {
  position: relative;
}
#content_top #content_top_container {
  max-width: 1024px;
  position: relative;
  padding: 0;
}
@media (min-width: 1501px) {
  #content_top #content_top_container {
    max-width: 1300px;
  }
}
#content_top .hero-image {
  width: 100%;
}
#content_top .background-color-container {
  background-color: #eff5f5;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  #content_top .hero-image {
    width: 76.9230769%;
    max-width: 1000px;
  }
  #content_top #content_top_container {
    margin-top: 20px;
    min-height: 420px;
  }
}
@media (max-width: 767px) {
  body.not-user #content_top #content_top_container {
    padding-top: 35px;
  }
}
/* body[data-region="HK"] #content_top .action-box {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(1, 2, 2, 0.85);
  width: 420px;
  height: 474px;
  padding: 100px 12px 20px 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
} */
#content_top .action-box {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(1, 2, 2, 0.85);
  width: 420px;
  height: 474px;
  padding: 30px 12px 20px 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
}
#content_top .action-box {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(1, 2, 2, 0.85);
  width: 420px;
  height: 474px;
  padding: 30px 12px 20px 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
}
#content_top .visa-banner {
  padding: 10px;
  background-image: linear-gradient(to left, #132b8d 0%, #191e5d 100%);
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  letter-spacing: 0.69px;
  color: #ffffff;
}

body[data-lang|="zh"] #content_top .visa-description {
  width: 200px;
  margin-left: 20px;
}

body[data-lang="en"] #content_top .visa-description {
  font-size: 20px;
  margin-left: 8px;
}

body[data-lang|="zh"] #content_top .visa-banner {
  word-spacing:9999px;
}
#content_top .action-title {
  letter-spacing: 1px;
  text-align: left;
  color: #ffffff;
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.17;
  text-transform: initial;
}
body[data-lang="zh-Hant"] #content_top .action-title {
  /* font-size: 36px; */
  font-weight: 400;
  line-height: 1;
}
#content_top .action-content {
  font-size: 24px;
  letter-spacing: 1px;
  text-align: left;
  color: #ffffff;
  margin: 0 0 40px;
  font-weight: 100;
  line-height: 1.33;
}
body[data-lang="zh-Hant"] #content_top .action-content {
  font-weight: 300;
  line-height: 1.42;
}
#content_top .action-price-text {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #18b68c;
}
#content_top .action-button {
  padding: 0 14px;
  height: 45px;
  min-width: 150px;
  background-color: #09b98a;
  line-height: 45px;
  text-align: center;
  border-radius: 2px;
  margin: 0;
  border: 0;
  outline: 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #ffffff;
}
#content_top .action-button-two:hover,
#content_top .action-button-two:active,
#content_top .action-button-two:focus,
#content_top .action-button:hover,
#content_top .action-button:active,
#content_top .action-button:focus {
  color: #09b98a;
  background-color: #ffffff;
}
body[data-lang="zh-Hant"] #content_top .action-button-two,
body[data-lang="zh-Hant"] #content_top .action-button {
  letter-spacing: 2px;
}
#content_top .action-button-two {
  padding: 0 14px;
  height: 45px;
  min-width: 135px;
  background-color: #09b98a;
  line-height: 45px;
  text-align: center;
  border-radius: 2px;
  margin: 0;
  border: 0;
  outline: 0;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #ffffff;
}
#content_top .store-buttons {
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
}
#content_top .action-android-button,
#content_top .action-ios-button {
  width: 100px;
  height: 30px;
}
#content_top .action-ios-button {
  margin-right: 5px;
}
#content_top .app-demo-image {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 150px;
}
@media (max-width: 767px) {
  body[data-lang] #content_top .action-box {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    height: auto;
    padding: 14px 30px 30px;
    background-color: #032626;
    -webkit-box-align: center;
            align-items: center;
  }
  body[data-lang] #content_top .visa-banner {
    height: 35px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
    padding: 8px 16px;
    top: 0;
    z-index: 1;
  }
  body[data-lang|="zh"] #content_top .visa-banner {
    word-spacing: -4px;
  }
  body[data-lang|="zh"] #content_top .visa-description {
    margin-left: 0;
  }
  body[data-lang="en"] #content_top .visa-description {
    font-size: 14px;
    margin-left: 0;
  }
  body[data-lang] #content_top .action-title {
    font-size: 24px;
    letter-spacing: 1px;
    text-align: center;
  }
  body[data-lang] #content_top .action-content {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.4px;
    text-align: center;
    margin-bottom: 16px;
  }
  body[data-lang="zh-Hant"] #content_top .action-content {
    max-width: 250px;
  }
  #content_top .app-demo-image {
    display: none;
  }
  body[data-lang] #content_top .action-button {
    min-width: 205px;
    margin-bottom: 30px;
  }
  body[data-lang] #content_top .action-button-two {
    width: 100px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    padding: 0;
    min-width: auto;
    overflow: hidden;
  }
}

#content_collections {
	padding: 20px 0;
    background-color: white;
}
#content_collections .container {
  padding-top: 0;
}
#content_collections .container>h4 {
	font-weight:bold;
	font-size:40px;
	text-transform:uppercase;
	color:#34A7D7;
	padding:0 0 20px 0;
	position:relative;
	margin-bottom:0px;
	text-align:center;
}
#content_collections .container .btbtn.blue {
  width: 250px;
  margin: auto;
  text-transform: uppercase;
  font-size: 18px;
}
#content_collections .container .btbtn.blue:hover {
  text-decoration: none;
}
#content_collections .storelist {
  min-height: 382px;
}
@media (max-width: 767px) {
  #content_collections .container>h4 {
    font-size:20px;
  }
}


#content_subscribe {
  background-color: #000;
}
#content_subscribe_container {
  max-width: 1024px;
  margin: 0 auto;
  background-image: url(/images/homepage/tips_background.png);
  background-size: cover;
	padding-top: 46px;
	padding-bottom: 44px;
}
#content_subscribe .title {
  text-transform: initial;
  margin-top: 0;
  margin-bottom: 34px;
  text-align: center;
  color: #ffffff;
  font-size: 34px;
  letter-spacing: 1px;
  font-weight: 400;
}
body[data-lang="zh-Hant"] #content_subscribe .title {
  letter-spacing: 3.7px;
}
#content_subscribe form.form {
	width:100%;
  display: -webkit-box;
  display: flex;
  max-width: 674px;
  margin: 0 auto 16px;
}
#content_subscribe form.form input {
  -webkit-box-flex: 1;
          flex: 1;
  margin-right: 10px;
  height: 45px;
  border-radius: 0;
  font-size: 16px;
  line-height: 45px;
  letter-spacing: 1px;
  font-weight: 300;
  padding: 0 14px;
}
#content_subscribe form.form button {
	background-color: #09b98a;
  height: 45px;
  width: 150px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  border: 0;
  outline: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 0;
}
#content_subscribe form.form button:hover {
  background-color: #fff;
	color: #09b98a;
}
body[data-lang="zh-Hant"] #content_subscribe form.form button {
  letter-spacing: 4px;
}
#content_subscribe .desc {
  color: #fff;
	font-size: 18px;
  letter-spacing: 1px;
  text-align: center;
  white-space: initial;
  line-height: 20px;
  border: 1px solid transparent;
}
body[data-lang="zh-Hant"] #content_subscribe .desc {
  letter-spacing: 1.5px;
}
#content_subscribe .desc a {
  color: #09b98a;
}
@media (max-width: 767px) {
  #content_subscribe_container {
    padding: 60px 15px 40px;
  }
  #content_subscribe .title {
    font-size: 24px;
    letter-spacing: 2.7px;
    margin-bottom: 15px;
    white-space: pre-line;
  }
  #content_subscribe form.form {
    max-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-bottom: 35px;
    -webkit-box-align: center;
            align-items: center;
  }
  #content_subscribe form.form input {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  #content_subscribe .desc {
    white-space: pre-line;
  }
  body[data-lang="zh-Hant"] #content_subscribe .desc,
  body[data-lang="zh-Hant"] #content_subscribe .title {
    line-height: 1.5;
  }
}

#content_award {
  padding: 80px 0;
}
#content_award #content_award_container {
  max-width: 1024px;
}
#content_award .header {
	margin-bottom: 60px;
	text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
#content_award .header h3 {
	margin-top: 0;
	margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: .9px;
  text-align: center;
  color: #286f60;
  text-transform: initial;
}
body[data-lang="zh-Hant"] #content_award .header h3 {
  letter-spacing: 3.6px;
}
#content_award .header img {
  margin-right: 20px;
  height: 37px;
}
#content_award .nav-tabs {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  border: none;
  margin-bottom: 93px;
}
#content_award .nav-tabs li {
  width: 136px;
  height: 45px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border: none;
}
#content_award .nav-tabs a {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 24px;
  letter-spacing: 1.4px;
  text-align: center;
  color: #727f89;
  position: relative;
  height: 100%;
  line-height: 45px;
}
#content_award .nav-tabs li:hover a,
#content_award .nav-tabs li.active a {
  font-weight: 500;
  color: #303336;
}
#content_award .nav-tabs li:hover a::after,
#content_award .nav-tabs li.active a::after {
  content: "";
  display: block;
  background-color: #09b98a;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#content_award .awards {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
          justify-content: center;
}
#content_award .awards .award {
  -webkit-box-flex: 0;
          flex: 0 0 235px;
  padding: 0 11px 77px;
}
#content_award .awards .award .award-img-wrapper {
  height: 80px;
  width: 100%;
  margin-bottom: 23px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
#content_award .awards .award .award-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
#content_award .awards .award .award-name {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 1.5px;
  text-align: center;
  color: #303336;
  font-weight: 300;
  margin: 0 auto;
}
#content_award .awards .award .award-details {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 1.5px;
  text-align: center;
  color: #303336;
  font-weight: 500;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #content_award {
    padding-bottom: 0;
  }
  #content_award .header {
    margin-bottom: 48px;
  }
  #content_award .header h3 {
    font-size: 24px;
    letter-spacing: 2.7px;
  }
  #content_award .header img {
    margin-right: 8px;
  }
  #content_award .mobile-awards {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
  }
  #content_award .mobile-awards .mobile-award-title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1.4px;
    text-align: center;
    color: #303336;
    margin: 0 auto 30px;
  }
  #content_award .mobile-awards .mobile-award-img {
    max-width: 200px;
    margin: 0 auto 15px;
  }
  #content_award .mobile-awards .mobile-award-name {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 1.5px;
    text-align: center;
    margin: 0 auto;
    font-weight: 400;
    max-width: 250px;
  }
  #content_award .mobile-awards .mobile-award-details {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 1.5px;
    text-align: center;
    font-weight: 600;
    margin: 0 auto 60px;
    max-width: 250px;
  }
}

body #footer {
  padding: 74px 0 50px;
  background-color: #FFF;
	font-family: "Helvetica Neue", century_gothic, Verdana, Arial, sans-serif;
}
body.home #footer,body.megashow-expo-hcm #footer {
  border-top: 1px solid #5D5D5D;
}

body #footer .followus {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 80px;
}
body #footer .followus .followus-heading {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 4px;
  text-align: center;
  color: #286f60;
  margin: 0 auto 32px;
  text-transform: initial;
}
body #footer .followus .sociallinks a {
  display: inline-block;
  margin-right: 40px;
}
body #footer .followus .sociallinks a:last-child {
  margin-right: 0;
}
body #footer .followus .sociallinks svg,
body #footer .followus .sociallinks img {
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
}
body #footer .followus .sociallinks a:hover svg path {
  fill: #e6e6e6;
}

body #footer .vue-footer-selectors {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  height: 25px;
}
body #footer .vue-footer-selectors .lang-selector {
  margin-right: 20px;
}

body #footer .by-boutir {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: #303336;
  margin: 0 auto 5px;
}
body #footer .boutir-sub-links {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
body #footer .boutir-sub-link {
  margin-right: 23px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  color: #303336;
  display: inline-block;
}
body #footer .boutir-sub-link:hover {
  color: #e6e6e6;
}
body #footer .copyright {
  font-size: 12px;
  color: #303336;
  text-align: center;
  margin: 10px auto;
}
body[data-lang="zh-Hant"] #footer .boutir-sub-link {
  letter-spacing: normal;
}
body #footer .boutir-sub-link:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  body #footer .boutir-sub-link {
    font-size: 14px;
  }
  body #footer .by-boutir {
    font-size: 14px;
  }
}


/* for the story detail modal */

body .story.modal {
    font-family:Microsoft JhengHei,微軟正黑體,黑體,黑体,sans-serif;
}

body[data-lang='en'] .story.modal {
	font-family: century_gothic, Verdana, Arial, sans-serif;
}

body .story.modal h1 {
    font-size:40px;
    text-transform:uppercase;
}
body .story.modal h2 {
    font-size:40px;
}
body .story.modal h3 {
    font-size:32px;
    text-transform:uppercase;
}
body .story.modal h4 {
    font-size:32px;
}
@media (max-width: 767px) {
	body .story.modal h1 {
		font-size:25px;
	}
	body .story.modal h2 {
		font-size:25px;
	}
	body .story.modal h3 {
		font-size:20px;
	}
	body .story.modal h4 {
		font-size:20px;
	}
}

body .story.modal .bthl {
	color:#27B69E;
}

body .story .modal-content { 
	border-radius: 0;
	background-color:transparent;
	padding:0;
	box-shadow:none;
	border:0 none;
}
body .story.modal .modal-backdrop {
}
body .story.modal button.close {
    background: url('/images/close.png') no-repeat 0 0 transparent;
	width:66px;
	height:66px;
	z-index:10;
	position:absolute;
	right:-33px;
	top:-33px;
	float:none;
}
@media (max-width: 767px) {
	body .story.modal button.close {
		width:33px;
		height:33px;
		right:0;
		top:0;
		background-size:cover;
	}
}

body .story .modal-content .modal-body {
	padding:0;
}
body .story .modal-dialog {
	position:relative;
	background-color:#F2F2F2;
	margin-bottom:100px;
	padding-top:48px;
	padding-bottom:120px;
	padding-left:10px;
	padding-right:10px;
	color:#5D5D5D; 
	border-radius: 0 0 0 40px;
	width:100%;
}
@media (max-width: 767px) {
	body .story .modal-dialog { 
		border-radius: 0 0 0 0;
		margin-top:50px;
		margin-bottom:20px;
		padding-bottom:40px;
		margin-left:0;
		margin-right:0;
		padding-top:12px;
	}
}
@media (min-width: 768px) {
	body .story .modal-dialog {
		width:600px;
		padding-left:5%;
		padding-right:5%;
	}
}
@media (min-width: 992px) {
	body .story .modal-dialog {
		width:800px;
	}
}
@media (min-width: 1200px) {
	body .story .modal-dialog {
		width:1000px;
	}
}
body .story .modal-content .modal-body>* {
	width:100%;
}
body .story.modal .topzipzag {
	background:url('/images/newspaper_top.png') 0 0;
	width:100%;
	height:6px;
	top:-5px;
	left:0;
	position:absolute;
}
body .story.modal .bottomzipzag {
	background:url('/images/newspaper_bottom.png') 0 0;
	width:100%;
	height:6px;
	bottom:-5px;
	left:0;
	position:absolute;
	display:none;
}
body .story.modal .bottomright {
	background:url('/images/newspaper_right_down.png') 0 0;
	width:98px;
	height:332px;
	bottom:0;
	right:-97px;
	position:absolute;
}
body .story.modal .rightsquare {
	background-color:#27B69E;
	width:30px;
	height:30px;
	right:0;
	top:100px;
	position:absolute;
}
@media (max-width: 767px) {
	body .story.modal .rightsquare {
		display:none;
	}
}
.toprow .tagline {
	font-size:24px;
	float:left;
}
.toprow .link {
	font-size:24px;
	color:#5D5D5D;
	float:right;
}
@media (max-width: 767px) {
	.toprow .tagline {
		font-size:16px;
	}
	.toprow .link {
		font-size:16px;
		width:100%;
		position:relative;
	}
	.toprow .link:after {
		position:absolute;
		right:0;
		top:0;
		background-color:#27B69E;
		width:24px;
		height:24px;
		content:'';
	}
}
.toprow .link:before {
	content:"";
	width:22px;
	height:20px;
    background: url('/images/ic_url.png') no-repeat 0 0 transparent;
	display:inline-block;
	margin-right:10px;
	vertical-align:middle;
}
.thickline {
	height:3px;
	background-color:#5D5D5D;
	margin-top:10px;
}
.rowline {
	height:1px;
	background-color:#5D5D5D;
	margin-top:10px;
}
.introrow {
	padding-top:50px;
	padding-bottom:40px;
	font-size:32px;
}
@media (max-width: 767px) {
	.introrow {
		font-size:20px;
		padding-bottom:20px;
	}
}
.introrow .feeling {
	display:block;
}
.introrow .profile {
	margin-top:-30px;
	padding-top:20px;
	font-size:16px;
	text-align:center;
}
.introrow .profile>* {
	max-width:100%;
}
@media (max-width: 767px) {
	.introrow .profile {
		font-size:15px;
		margin-top:20px;
	}
}
.introrow .profile img {
	margin-bottom:10px;
}
.slashline {
	height:16px;
    background: url('/images/green_line.png') repeat-x 0 0 transparent;
	margin-bottom:62px;
}
@media (max-width: 767px) {
	.slashline {
		margin-bottom:24px;
	}
}
.mainimg {
	position:relative;
	margin-bottom:62px;
}
.mainimg img {
	width:100%;
}
.mainimg .slogan {
	position:absolute;
	top:31px;
    background: url('/images/ribbon.png') repeat-x 0 0 transparent;
	padding-top:8px;
	padding-right:20px;
	color:#FFF;
	font-size:32px;
	line-height:51px;
}
@media (max-width: 767px) {
	.mainimg {
		margin-bottom:30px;
	}
	.mainimg .slogan {
		font-size:20px;
		top:0;
		line-height:31px;
	}
}
.storycontent {
}
.storycontent .row.rowline {
	margin-left:0;
	margin-right:0;
}
.storycontent>.row {
	margin-bottom:62px;
}
.storycontent .txt {
	line-height:2.5em;
	font-size:16px;
	text-align:justify;
}
@media (max-width: 767px) {
	.storycontent>.row {
		margin-bottom:24px;
	}
	.storycontent .img {
		padding-bottom:24px;
	}
	.storycontent .txt {
		font-size:15px;
		line-height:1.5em;
	}
}
.storycontent .img {
	text-align:center;
}
.storycontent .img img {
	max-width:100%;
}
@media (min-width: 768px) {
	.storycontent .img.middle {
		height:220px;
	}
	.storycontent .img.middle img {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media (min-width: 992px) {
	.storycontent .img.middle {
		height:300px;
	}
}
@media (min-width: 1200px) {
	.storycontent .img.middle {
		height:362px;
	}
}
.storycontent .title {
	font-size:32px;
	font-weight:bold;
	padding-bottom:40px;
}
@media (max-width: 767px) {
	.storycontent .title {
		font-size:20px;
		padding-bottom:20px;
	}
}
.storycontent .imgs .img {
	padding-bottom:15px;
}
.about .title {
	font-size:32px;
	font-weight:bold;
	padding-bottom:62px;
}
.about .htmldesc {
	line-height:2.5em;
	font-size:16px;
	text-align:justify;
}
@media (max-width: 767px) {
	.about .title {
		font-size:20px;
		padding-bottom:18px;
	}
	.about .htmldesc {
		font-size:15px;
		line-height:1.8em;
	}
}

.storelist {
  margin-top: 20px;
}
.storelist .hl-store {
  display: block;
  width: 100%;
  border: 1px solid #CCC;
  position: relative;
  background-color: #FFF;
  margin-bottom: 20px;
}
.storelist .hl-store:hover * {
  text-decoration: none;
}
.storelist .hl-store>.img {
  width: 100%;
}
.storelist .hl-store>.img img {
  width: 100%;
}
.storelist .hl-store .store-pic {
  width: 66px;
  height: 66px;
  border: 1px solid #CCC; 
  border-radius: 3px;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 82px;
}
.storelist .hl-store .store-pic img {
  width: 100%;
}
.storelist .hl-store .txt {
  height: 100px;
  width: 100%;
  padding-top: 25px;
  padding-left: 5px;
  padding-right: 5px;
}
.storelist .hl-store .txt .title {
  font-weight: bold;
  font-size: 18px;
  width: 100%;
  text-align: center;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  margin-bottom: 10px;
  color: #777;
}
.storelist .hl-store .txt .desc {
  text-align: center;
  font-size: 14px;
  width: 100%;
  height: 30px;
  line-height: 15px;
  overflow: hidden;
  color: #AAA;
}

/*********************************************************************************/
/* Modal                                                                       */
/*********************************************************************************/
.btmodal {
	background-color: rgba(0,0,0,.7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 5000;
}
.btmodal .dialog {
	background-color: #FFF;
	width: 500px;
	max-width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	top: 20%;
	padding: 15px;
	position: absolute;
}
#genModal[data-action="verifiedemail"] .modal-dialog {
	max-width: 600px;
	margin: 15px auto;
	width: 90%;
}
#genModal[data-action="verifiedemail"] .modal-dialog .modal-content {
	background-color: white;
}
#genModal[data-action="verifiedemail"] .modal-dialog .modal-content .modal-header {
    border-color:white;
}
#genModal[data-action="verifiedemail"] .modal-dialog .modal-content .modal-body {
	padding: 30px 30px 40px;
	text-align:center;
}
#genModal[data-action="verifiedemail"] .modal-dialog .modal-content .modal-body p.modal-icon img {
	width: 100px;
}
#genModal[data-action="verifiedemail"] .modal-dialog .modal-content .modal-body p.modal-detail {
	color: #585858;
	font-size: 24px;
}

#seminar-modal {
  z-index: 10002;
}
#seminar-modal .modal-dialog {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  pointer-events: none;
}
#seminar-modal .modal-content {
  margin: 0 auto;
  pointer-events: auto;
  width: 400px;
  height: 600px;
  border-radius: 0;
  border: 0;
}
#seminar-modal .modal-content--double {
  width: 800px;
}
#seminar-modal .modal-content--single {
  width: auto;
}
#seminar-modal .modal-content .close-button {
  width: 25px;
  position: absolute;
  right: -35px;
  top: -35px;
}
#seminar-modal .modal-content .modal-body {
  padding: 0;
  height: 100%;
}
@media (max-width: 767px) {
  #seminar-modal .modal-dialog {
    margin: 0;
  }
  #seminar-modal .modal-content {
    width: 300px;
    height: 210px;
  }
  #seminar-modal .modal-content--double {
    height: 420px;
  }
  #seminar-modal .modal-content--single {
    height: 210px;
  }
  #seminar-modal .modal-content .close-button {
    right: 0;
  }
}

#guideline-modal.in {
    display: -webkit-box !important;
    display: flex !important;
}

#guideline-modal .modal-dialog {
  max-width: 450px;
  margin: auto;
}

#guideline-modal .close {
  display: inline-block;
  width: 40px;
  font-size: 40px;
}

#guideline-modal .modal-title {
  text-align: left;
  font-size: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  #guideline-modal .modal-title {
    font-size: 22px;
  }
}

#guideline-modal .modal-header {
  padding-top: 20px;
  border-bottom: 0;
}

#guideline-modal .modal-footer {
  border-top: 0;
}

#guideline-modal .success-message {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

#guideline-modal .success-message .success {
  font-size: 30px;
  margin: 0 0 5px;
  color: #09b98a;
}

#guideline-modal .guideline-heading {
  color: #282763;
  font-weight: bold;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

#guideline-modal .guideline-form-container {
  padding-bottom: 20px;
}

#guideline-modal .guideline-form-container .error {
  color: #d51181;
  display: none;
  margin-top: -30px;
}

#guideline-modal .guideline-form-container .error::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background-image: url('/images/enterprise/boutir_Enterprise_webpage_errorBTN-02.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}

#guideline-modal .guideline-form-container input {
  display: block;
  margin-bottom: 32px;
  width: 100%;
}

#guideline-modal .guideline-form-container input {
  border-width: 0 0 1px;
  border-color: #282763;
  outline: none;
  box-shadow: none;
}

#guideline-modal .guideline-form-container input:active,
#guideline-modal .guideline-form-container input:focus {
  border-color: #09b98a;
}

#guideline-modal .guideline-form-container input[data-valid="false"] {
  border-color: #d51181 !important;
}

#guideline-modal .guideline-form-container input[data-valid="false"] + .error {
  display: block;
  margin-bottom: 10px;
}

#guideline-modal .guideline-form-container .submit-button {
  margin-bottom: 20px;
  display: block;
  width: 100%;
}

#guideline-modal .guideline-form-container .submit-button:hover,
#guideline-modal .guideline-form-container .submit-button:active,
#guideline-modal .guideline-form-container .submit-button:focus,
#guideline-modal .guideline-form-container .submit-button:active:focus {
  background-color: #09b98a;
  border-color: #09b98a;
  color: #fff;
}

div#keyreply-container .keyreply-launcher {
  background-image: url("/images/homepage/keyreply_en.svg") !important;
  background-size: cover;
}
body[data-lang="zh-Hant"] div#keyreply-container .keyreply-launcher {
  background-image: url("/images/homepage/keyreply_hk.svg") !important;
}
