/* CSS Document */
/* CSS Document */
/* line 17, ../scss/_share.scss */
* {
  position: relative;
}

/* line 20, ../scss/_share.scss */
html {
  height: 100%;
}

/* line 23, ../scss/_share.scss */
body {
  height: 100%;
  padding-bottom: 1px;
}

/* line 27, ../scss/_share.scss */
a {
  text-decoration: none;
  color: inherit;
}

/* line 3, ../scss/contact.scss */
#frc_cont {
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
}

/* line 10, ../scss/contact.scss */
address {
  display: inline-block;
  position: absolute;
  display: none;
  font-size: 13px;
  color: #555;
}
/* line 17, ../scss/contact.scss */
address p {
  margin-bottom: 1.5em;
}
/* line 20, ../scss/contact.scss */
address a {
  padding-right: 12px;
  background: url(../../img/arr_right_xs.png) top right no-repeat;
  background-position-y: 2px;
}

/* line 27, ../scss/contact.scss */
#frc_addr_hk {
  text-align: left;
  padding-right: 139px;
  padding-bottom: 62px;
}
/* line 35, ../scss/contact.scss */
#frc_addr_hk:before {
  display: inline-block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 70px;
  width: 50px;
  transform-origin: bottom right;
  transform: skew(-135deg);
  border-right: 1px solid #C12026;
  border-top: 1px solid #C12026;
}
/* line 48, ../scss/contact.scss */
#frc_addr_hk:after {
  display: inline-block;
  content: "";
  position: absolute;
  bottom: -2px;
  right: -2px;
  height: 4px;
  width: 4px;
  background-color: #C12026;
}

/* line 60, ../scss/contact.scss */
#frc_addr_zh {
  top: 0;
  padding-left: 78px;
  padding-top: 112px;
  text-align: left;
}
/* line 67, ../scss/contact.scss */
#frc_addr_zh a {
  margin-right: -12px;
}
/* line 71, ../scss/contact.scss */
#frc_addr_zh:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 120px;
  width: 40px;
  transform-origin: top left;
  transform: skew(15deg);
  border-left: 1px solid #C12026;
  border-bottom: 1px solid #C12026;
}
