@charset "utf-8";

/* section */
.solutionsArea {
  padding: 0px 0 60px;
}
.solutionsArea:nth-child(2n + 1) {
  background-color: #f2f2f2;
}
.reversedBg .solutionsArea {
  background-color: #f2f2f2;
}
.solutionsArea:nth-child(2n + 1) .conBlock,
.reversedBg .solutionsArea {
  padding-top: 60px;
}
.solutionsArea:nth-child(2n + 1) .table-company tbody td {
  background: #ffffff;
}
.solutionsArea:nth-child(2n + 1) .table-company th,
.solutionsArea:nth-child(2n + 1) .table-company td {
  border: 1px solid #f6f6f6;
}
.reversedBg .solutionsArea:nth-child(2n + 1) {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
  .solutionsArea {
    padding: 0;
  }
}

.mvBgArea {
  text-align: center;
}

/* index.html */
#solutionsIndex .solutionsArea {
  padding: 60px 20px;
}
#solutionsIndex #topArea {
  padding: 0px 0 60px;
}
@media screen and (max-width: 767px) {
  #solutionsIndex .solutionsArea {
    padding: 30px 0 0;
  }
  #solutionsIndex #topArea {
    padding: 0;
  }
}

/* ecm-example */
.ecm-example-text + .heading-4 {
  margin-top: 16px;
}

/* mds-phase */
.mds-phase {
  font-weight: 400;
  font-size: 23px;
  line-height: 1.4;
  padding-left: 44px;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
  background-position: 0 center;
  background-size: 34px 34px;
  background-repeat: no-repeat;
  border: none;
}
.mds-phase--1 {
  background-image: url(/hk/en/solutions/assets/images/phases/icon_1.jpg);
}
.mds-phase--2 {
  background-image: url(/hk/en/solutions/assets/images/phases/icon_2.jpg);
}
.mds-phase--3 {
  background-image: url(/hk/en/solutions/assets/images/phases/icon_3.jpg);
}
.mds-phase--4 {
  background-image: url(/hk/en/solutions/assets/images/phases/icon_4.jpg);
}
.mds-phase--5 {
  background-image: url(/hk/en/solutions/assets/images/phases/icon_5.jpg);
}

/* add 200701 */
/* ==============================
BREAK POINT(common2)
=================================*/
@media screen and (max-width: 767px) {
}
@media screen and (min-width: 768px) {
}

.conBlock {
  width: 100%;
}
.conBlock.l_bg_gray * .bg-f2 {
  background-color: #f2f2f2;
}
* .bg-blue {
  background-color: #0a9bcd;
}
.padBox {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .padBox {
    padding: 15px;
  }
}

.conBlock a {
  color: #0a9bcd;
}
.conBlock a:hover {
  text-decoration: underline;
  color: #0a9bcd;
}
.conBlock a:visited {
  color: #0a9bcd;
}

.bg-blue h1 {
  color: #fff;
}

/* ------------------------------
p.small
--------------------------------- */
p.small {
  font-size: 80%;
}
span.small {
  font-size: 80%;
}

/* ------------------------------
matter
--------------------------------- */
.matter {
  padding: 0 20px;
}
.tit_matter {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.43;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  overflow-wrap: break-word;
  margin-bottom: 30px;
}
.flex2col {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex2col > .col {
  width: calc((100% - 30px) / 2);
  margin-bottom: 30px;
}
.tit04 {
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}
.heading-4 {
  font-size: 2rem;
  font-weight: 900;
}
.c_heading_gray,
.c_heading_gray_irregular {
  font-size: 2rem;
  font-weight: 900;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .matter {
    padding: 30px 0;
  }
  .tit_matter {
    font-size: 22px;
    padding: 10px 0;
    margin-bottom: 15px;
  }
  .flex2col {
    display: block;
  }
  .flex2col > .col {
    width: 100%;
    margin-bottom: 30px;
  }
  .flex2col .tit04 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .flex2col > .col:last-child {
    margin-bottom: 0;
  }
}

.small-img-2col .con_r {
  width: auto;
}
@media screen and (max-width: 767px) {
  .small-img-2col .con_r {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* ------------------------------
page-btn-4col
--------------------------------- */
ul.page-btn-4col {
  list-style: none;
}
ul.page-btn-4col {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
ul.page-btn-4col li {
  width: calc((100% - 45px) / 4);
  margin: 0 15px 15px 0;
}
ul.page-btn-4col li:nth-child(4n) {
  margin-right: 0;
}
ul.page-btn-5col {
  list-style: none;
}
ul.page-btn-5col {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
ul.page-btn-5col li {
  width: calc((100% - 60px) / 5);
  margin: 0 15px 15px 0;
}
ul.page-btn-5col li:nth-child(5n) {
  margin-right: 0;
}
ul.page-btn-4col a,
ul.page-btn-5col a {
  width: 100%;
  height: 100%;
  background: #0a9bcd;
  color: #fff !important;
  font-size: 20px;
  padding: 9px;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  ul.page-btn-4col,
  ul.page-btn-5col {
    display: block;
  }
  ul.page-btn-4col li,
  ul.page-btn-5col li {
    width: 100%;
    margin: 0 0 15px 0;
  }
  ul.page-btn-4col li:last-child,
  ul.page-btn-5col li:last-child {
    margin-bottom: 0;
  }
}

/* ------------------------------
tit-feature
--------------------------------- */
.tit-feature {
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 30px;
}

/* ==============================

/solutions/ecm/

=================================*/
@media screen and (max-width: 767px) {
  .box-item-block.pd0 {
    padding: 0 0 15px 0;
  }
  .small-img-2col .con_l.bg-f2 {
    padding: 10px 15px;
  }
  .small-img-2col .con_l.imgArea {
    padding: 20px 0 0 0;
  }
}
.c_button_wrapper_download {
  width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c_button_wrapper_download {
    width: 100%;
  }
}

/* ==============================

table-company

=================================*/
.table-company {
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid #e4e4e4;
}
.table-company thead th {
  background: #585858;
  color: #fff;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}
.table-company thead td {
  background: #9a9a9a;
  color: #fff;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}
.table-company tbody th {
  background: #e6e6e6;
  vertical-align: middle;
  text-align: left;
}
.table-company tbody td {
  background: #f6f6f6;
  vertical-align: middle;
}
.table-company th,
.table-company td {
  padding: 5px 15px;
  border: 1px solid #fff;
  /* ADJUST BR */
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-company.th_nowrap th {
  white-space: nowrap;
}
.table-company a {
  color: #0a9bcd;
}
.table-company a:hover {
  text-decoration: underline;
  color: #0a9bcd;
}
.table-company a:visited {
  color: #0a9bcd;
}
.table-company.valM th,
.table-company.valM td {
  vertical-align: middle;
}
.table-company.valM th img,
.table-company.valM td img {
  vertical-align: middle;
}
.table-company.talC th,
.table-company.talC td {
  text-align: center;
}
.table-company th.talL,
.table-company td.talL {
  text-align: left;
}

.table-company.SNS tbody td {
  text-align: center;
}
.table-company .thin {
  display: inline;
  font-weight: 100;
}

.table-company tr.logoCell th img {
  display: inline-block;
  margin: 10px 0;
}
.table-company img.tbl-ico {
}
.table-company td.valM {
  padding-top: 0;
  padding-bottom: 0;
}
.table-company td.alnC {
  padding-left: 0;
  padding-right: 0;
}

.table-company.bg-trans thead th,
.table-company.bg-trans thead td,
.table-company.bg-trans tbody th,
.table-company.bg-trans tbody td {
  background-color: transparent;
  color: #fff;
}

.table-wrap.w40p {
  margin: 0 auto;
}
.table-wrap.w50p {
  margin: 0 auto;
}
.table-wrap.w60p {
  margin: 0 auto;
}
.table-wrap.w70p {
  margin: 0 auto;
}
.table-wrap.w80p {
  margin: 0 auto;
}
.table-wrap.w90p {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .table-company {
    table-layout: fixed;
  }
  .table-company th,
  .table-company td {
    font-size: 1.3rem;
    /* ADJUST BR */
    /*  word-wrap:break-word;
  overflow-wrap:break-word;*/
  }
  .table-wrap {
    overflow: auto;
    white-space: nowrap;
    display: block;
    width: auto;
  }
  .table-wrap table {
    width: 100%;
    display: table;
  }
  .table-wrap:-webkit-scrollbar {
    height: 5px;
  }
  .table-wrap:-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .table-wrap:-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .table-company {
    width: 100%;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .table-company.th_nowrap th {
    white-space: normal;
  }
  .table-company.SNS th {
    width: 13%;
    font-weight: 200;
  }
  .table-company.SNS tbody th {
    height: 4em;
    font-weight: 200;
  }
  .table-company.SNS th:nth-child(1) {
    width: 35%;
  }
  .table-company.SNS th a,
  .table-company.SNS td a {
    display: block;
    height: 100%;
    width: 100%;
  }
  .table-company.SNS th img,
  .table-company.SNS td img {
    max-width: 60%;
  }
  .table-company.SNS th img.minImg,
  .table-company.SNS td img.minImg {
    max-width: 40%;
  }
  .table-company span.thin {
    display: none;
  }
  .table-company th,
  .table-company td {
    padding: 5px 5px;
  }
  .table-wrap table.table-company.SNS {
    /*width: 390px;*/
    display: table;
    /*    white-space: pre-wrap;*/
  }
  .table-wrap table.table-company.SNS tbody td {
    /*   white-space: pre-wrap;*/
    font-weight: 100;
    font-size: 80%;
  }

  table.table-company .w95p {
    width: 95% !important;
  }
  table.table-company .w90p {
    width: 90% !important;
  }
  table.table-company .w85p {
    width: 85% !important;
  }
  table.table-company .w80p {
    width: 80% !important;
  }
  table.table-company .w75p {
    width: 75% !important;
  }
  table.table-company .w70p {
    width: 70% !important;
  }
  table.table-company .w65p {
    width: 65% !important;
  }
  table.table-company .w60p {
    width: 60% !important;
  }
  table.table-company .w55p {
    width: 55% !important;
  }
  table.table-company .w50p {
    width: 50% !important;
  }
  table.table-company .w49p {
    width: 49% !important;
  }
  table.table-company .w48p {
    width: 48% !important;
  }
  table.table-company .w47p {
    width: 47% !important;
  }
  table.table-company .w45p {
    width: 45% !important;
  }
  table.table-company .w40p {
    width: 40% !important;
  }
  table.table-company .w35p {
    width: 35% !important;
  }
  table.table-company .w30p {
    width: 30% !important;
  }
  table.table-company .w25p {
    width: 25% !important;
  }
  table.table-company .w20p {
    width: 20% !important;
  }
  table.table-company .w15p {
    width: 15% !important;
  }
  table.table-company .w10p {
    width: 10% !important;
  }
}

@media screen and (max-width: 390px) {
  .table-wrap table.table-company.SNS {
    width: 390px;
  }
}

/* tbl ftr blue */
table.bg-trans {
  border-collapse: collapse;
  line-height: 1.4;
  text-align: left;
  color: #ffffff;
  font-size: 20px;
  background-color: transparent;
}

table.bg-trans th {
  padding: 11px 40px 13px 10px;
  text-align: left;
  border-right: none;
  white-space: nowrap;
  border-bottom: solid 1px #48b4da;
  vertical-align: top;
  background-color: transparent;
}
table.bg-trans td {
  padding: 11px 10px 13px 0;
  border-left: none;
  font-weight: normal !important;
  border-bottom: solid 1px #48b4da;
  background-color: transparent;
}
@media screen and (max-width: 390px) {
  table.bg-trans th,
  table.bg-trans th {
    font-size: 14px;
  }
}

/* ==============================

ADJUST

=================================*/

.strong {
  font-weight: 900;
}

.pd0 {
  padding: 0 !important;
}

.alnL {
  text-align: left !important;
}
.alnC {
  text-align: center !important;
}
.alnR {
  text-align: right !important;
}
.valM {
  vertical-align: middle !important;
}
.valT {
  vertical-align: top !important;
}
.mAuto {
  margin-left: auto;
  margin-right: auto;
}

/*--- display adjust ---*/
.dispN {
  display: none !important;
}
.dispI {
  display: inline !important;
}
.dispIB {
  display: inline-block !important;
}
.dispB {
  display: block !important;
}

@media screen and (max-width: 767px) {
  /* -----------------------------
  ADJUST
  ----------------------------- */
  /*--- display adjust ---*/
  .spdispN {
    display: none !important;
  }
  .spdispI {
    display: inline !important;
  }
  .spdispIB {
    display: inline-block !important;
  }
  .spdispB {
    display: block !important;
  }
}

/* -----------------------------
clearfix
----------------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* productsBtnArea */
.productsBtnArea .c_button_wrapper:first-child {
  margin-top: 0;
}
.productsBtnArea .c_button {
  margin: 0 auto;
}
.productsBtnArea .cvBtn a {
  padding: 20px 30px;
  font-weight: bold;
  font-size: 18px;
}
.productsBtnArea .dlBtn {
  line-height: 1.4;
}
.productsBtnArea .dlBtn a {
  padding: 12px 30px;
}

/* add 202109 */
.c_link_pager_next:hover,
.c_link_pager_prev:hover {
  text-decoration: none;
}
.c_link_pager_area h2.uLine {
  padding-bottom: 25px;
  background: url(/hk/en/solutions/assets/images/bg01.svg) no-repeat;
  background-position: left 50% bottom 0px;
  background-size: 200px;
}
.p_top_button_medium {
  min-width: 360px;
}
.contactBtnArea {
  background: #f2f2f2;
  padding: 70px 0;
}
.contactBtnArea .content_inner {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 20px;
}

.contactBtnArea .c_button {
  margin: 0 auto;
}
.contactBtnArea .cvBtn a {
  padding: 0 30px;
  font-weight: bold;
  font-size: 18px;
}
.contactBtnArea .dlBtn {
  line-height: 1.4;
}
.contactBtnArea .dlBtn a {
  padding: 12px 30px;
}
.contact_link {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.contact_link .contact_col {
  width: 440px;
  text-align: center;
  line-height: 70px;
  overflow: hidden;
  margin: 0 20px;
}
.square_list li {
  margin-bottom: 20px;
}
.square_list li:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background: #f06400;
  vertical-align: baseline;
}
.square_list.lyt_col li {
  display: inline-block;
  margin-right: 20px;
}
.icon_case {
  background: url("/hk/en/solutions/assets/images/icon_case.png") no-repeat left;
  padding-left: 40px;
}
.conBlock a.c_button:hover {
  text-decoration: none;
}
.tal_center {
  text-align: center !important;
}
.val_top {
  vertical-align: top !important;
}

@media screen and (max-width: 767px) {
  .p_top_button_medium {
    min-width: initial;
  }
  .contactBtnArea {
    padding: 24px 0;
  }
  .contact_link {
    display: block;
  }
  .contact_link .contact_col {
    width: 100%;
    margin: 20px 0 0;
  }
}

/* ==============================

Case

=================================*/
.l_bg_gray {
  background: #f2f2f2;
}
.l_content {
  word-break: break-all;
}
.l_content_inner {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 20px;
}
.about_inner {
  max-width: 920px;
  margin: 0 auto;
}
h3.tbl_heading {
  font-size: 2.5rem;
  line-height: 1.42;
  margin-bottom: 20px;
}
.small-img-2col.lyt02 .con_l {
  padding-right: 50px;
}

.l_grid_column_2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  hanging-punctuation: allow-end;
  word-break: initial;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.isuues_list {
  /* margin-top: 60px; */
}
.collageFlowBox {
  padding: 50px 40px;
  position: relative;
  background-color: #a9e0f3;
}
.collageFlowBox.l_bg_gray {
  background-color: #f2f2f2;
}
.sol_heading_lead {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.42;
  margin-bottom: 20px;
}

.collageFlowBox > dl {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
  margin-bottom: 30px;
}
.collageFlowBox > dl:last-child {
  margin-bottom: 0;
}
.collageFlowBox > dl > dt {
  font-size: 3.5rem;
  width: 20%;
  text-align: center;
}
.collageFlowBox > dl > dd {
  width: 80%;
}
.collageFlowBox > dl > dd > p > img {
  width: 100%;
  display: block;
}
.collageFlowBox.arw:after {
  position: absolute;
  content: "";
  right: -40px;
  top: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #959595;
}

@media screen and (min-width: 819.5px) {
  .l_grid_column_2col > li {
    width: calc(100% / 2 - 30px);
    margin-right: 60px;
  }

  .l_grid_column_2col > li:nth-child(2n) {
    margin-right: 0;
  }

  .l_grid_column_2col > li:nth-child(n + 3) {
    margin-top: 100px;
  }
}
@media screen and (max-width: 819.4px) {
  .l_grid_column,
  .l_grid_column_2col,
  .l_grid_column_2col_type2,
  .l_grid_column_3col,
  .l_grid_column_4col {
    display: inherit;
  }
  .collageFlowBox {
    padding: 20px;
  }
  .collageFlowBox > dl {
    padding: 20px;
    margin-bottom: 20px;
  }
  .collageFlowBox > dl:last-child {
    margin-bottom: 0;
  }
  .collageFlowBox.arw:after {
    position: absolute;
    content: "";
    top: inherit;
    right: calc(50% - 10px);
    bottom: -50px;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #959595;
  }
  .l_grid_column_2col > li.collageFlowBox:nth-child(n + 2) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .about_inner {
    width: 100%;
  }
  .small-img-2col.lyt02 .con_l {
    padding-right: 0;
  }
  .small-img-2col.lyt02 .con_l.imgArea img,
  .small-img-2col.lyt02 .con_r.imgArea img {
    width: initial;
  }
}

/* ==============================

consulting

=================================*/
.flow_box_area {
  /* max-width: 1040px; */
  margin: 0 auto;
}
.flow_box_area .flow_box {
  border: 2px solid #d4d4d4;
  padding: 22px 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 40px;
}
.flow_box_area .flow_box:last-child {
  margin-bottom: 45px;
}
.flow_box_area .flow_box > dt {
  width: 20%;
  font-size: 1.8rem;
  font-weight: 900;
}
.flow_box_area .flow_box > dt:nth-child(1),
.flow_box_area .flow_box > dd:nth-child(2) {
  margin-bottom: 20px;
}
.flow_box_area .flow_box > dd {
  width: 80%;
}
.flow_box_area .flow_box .flow_box_ttl {
  margin-bottom: 10px;
  /* font-size: 3rem; */
  font-size: 2.2rem;
}
/* .flow_box_area .flow_box.arrow:after {
  content: "";
  position: absolute;
  top: inherit;
  right: calc(50% - 40px);
  bottom: -60px;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 30px solid #e6e6e6;
} */
.flow_box_area .consulting-box {
  margin-bottom: 60px;
}
.bdr_orange {
  border: 2px solid #f06400;
  padding: 40px 20px 20px;
  position: relative;
  margin-top: 150px;
}
.bdr_orange:before {
  position: absolute;
  content: "";
  left: 50%;
  top: -90px;
  margin-left: -40px;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 30px solid #f06400;
}
.contact_ttl {
  font-size: 2.5rem;
  font-weight: 700;
}
h3.tbl_heading.orange {
  color: #f06400;
}
.lyt_contact {
  padding: 25px 20px 20px;
}
.lyt_contact .c_button {
  margin: 0 auto;
}
.lyt_contact a.c_button:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .flow_box_area .flow_box {
    display: block;
  }
  .flow_box_area .flow_box > dt {
    width: 100%;
  }
  .flow_box_area .flow_box > dd {
    width: 100%;
  }
  .flow_box_area .flow_box > dt:nth-child(1) {
    margin-bottom: 0px;
  }
  .flow_box_area .flow_box > dd:nth-child(2) {
    margin-bottom: 20px;
  }
  .bdr_orange {
    margin-top: 100px;
  }
  .bdr_orange:before {
    top: -65px;
  }
}

/* add 20210916 */

.heading_ttl {
  margin-bottom: 30px;
  /* font-size: 3.2rem; */
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.3;
}
.grid_column_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  hanging-punctuation: allow-end;
  word-break: initial;
  overflow-wrap: break-word;
}
.grid_column_row img {
  max-width: 100%;
  width: auto;
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .grid_column_row > li {
    width: calc(100% / 2 - 30px);
    margin-right: 30px;
  }
  .grid_column_row > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .grid_column_row {
    /* display: inherit; */
  }
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }

  .grid_column_row img {
    max-width: 100%;
    width: auto;
    vertical-align: bottom;
  }
  .grid_column_row > li {
    margin: 0 auto;
  }
  .grid_column_row > li:nth-child(n + 2) {
    margin-top: 25px;
  }
}
/* ==============================

Category area 20211005 add

=================================*/

/* ==============================

hero area

=================================*/

.c-title-h1 {
  /* font-size: 4.5rem; */
  font-size: 3.2rem;
  line-height: 1.3;
}
.c-text {
  display: block;
  margin: 0;
  padding-bottom: 10px;
}
.c-text-spacer-xxs {
  margin-bottom: 10px;
}
.l-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .l-container {
    max-width: 1110px;
  }
}

.l-section {
  position: relative;
  padding: 25px 0;
}
@media (min-width: 768px) {
  .l-section {
    padding: 30px 0;
  }
}

.l-hero {
  display: block;
  padding: 0;
  background-color: #f2f2f2;
}
.l-hero_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-hero_col {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-left: 15px;
  padding-right: 15px;
}
.l-hero_title {
  margin-top: 40px;
}
.l-hero_text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.l-hero_copy {
  overflow: hidden;
}

.l-hero_img {
  display: block;
}
.l-hero_inner {
  padding-bottom: 40px;
}

@media (min-width: 0px) and (max-width: 992px) {
  .l-hero .l-container {
    max-width: 100vw;
  }
  .l-hero .l-container .l-hero_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .l-hero_col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-hero_img {
  max-width: 100%;
}
.l-hero_img-container {
  padding: 0;
}

@media (min-width: 0px) and (max-width: 992px) {
  .l-hero_title {
    font-size: 32px;
    line-height: 1.19;
  }
}

@media (min-width: 768px) {
  .l-hero {
    background-image: none !important;
  }
  .l-hero_row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .l-hero_img {
    width: 100vw;
  }
}
@media (min-width: 992px) {
  .l-hero_img {
    width: calc(50vw - 30px);
    max-width: none;
    margin: 0;
  }
  .l-hero_col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-hero_text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .l-hero_img-container {
    padding-left: 30px;
  }
  .l-hero_title {
    margin-top: 0;
    overflow: hidden;
  }
  .l-hero_inner {
    max-width: 83.33333%;
    padding: 0;
  }
}

/* ==============================
Eu style
=================================*/
.c-title--h2 {
  font-size: 2.2rem;
  font-weight: bold;
}
.lead_title {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 25px;
}

.l-story {
  background-color: #d4d4d4;
  color: #000;
}
.l-story__outer {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.l-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.l-story__header {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.l-story__title {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 30px;
}
.l-text__inner {
  margin: 0 auto;
}
.non-bg-color {
  background-color: #fff !important;
}

@media screen and (min-width: 768px) {
  .l-section {
    padding: 30px 0;
  }
  .l-story {
    padding: 0 0 40px 0;
  }
  .l-story__header {
    padding: 0 40px;
  }
  .l-image-50-50__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .l-story__inner {
    max-width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .l-section {
    padding: 40px 0;
  }
  .l-container {
    max-width: 960px;
  }
  .l-story {
    padding: 20px 0;
  }
  .l-story__outer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .l-story__header {
    padding: 0 30px 0 0;
    text-align: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-story__inner.col_4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: none;
    padding: 0;
    margin-right: 0;
    margin-left: auto;
  }
  .l-story__inner.col_3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: none;
    padding: 0;
    margin-right: 0;
    margin-left: auto;
  }
  .l-image-50-50__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-text__inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-container {
    max-width: 1140px;
  }
}

/* slider */
.l-slider .slick-list {
  padding: 0 30% 0 0 !important;
}
.article_slider_content01 .slick-prev,
.article_slider_content02 .slick-prev,
.article_slider_content01 .slick-prev,
.article_slider_content02 .slick-next {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-color: #0a9bcd;
}
.article_slider_content01 .slick-prev,
.article_slider_content02 .slick-prev {
  background-image: url(/hk/en/common/images/arw/arw_prev_wh.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50%;
  position: absolute;
  bottom: 0;
  right: 65px;
}
.article_slider_content01 .slick-next,
.article_slider_content02 .slick-next {
  background-image: url(/hk/en/common/images/arw/arw_next_wh.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50%;
  position: absolute;
  bottom: 0;
  right: 20px;
}

.l-slider {
  padding: 40px 0;
  position: relative;
  display: block;
  overflow: hidden;
}
.article_slider_content01,
.article_slider_content02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-slider__item {
  padding: 0 15px !important;
  display: inline-block;
  width: 350px;
}
.c-card__image {
  display: block;
  width: 100%;
  background-color: #ccc;
}
.c-card__content {
  padding: 20px 0 0 0;
}
.card__title {
  font-weight: bold;
}
.card__text {
  padding-top: 15px;
}
.article_slider_content01 .slick-dots,
.article_slider_content02 .slick-dots {
  margin: 0 auto;
}
.article_slider_content01 .slick-dots li,
.article_slider_content02 .slick-dots li {
  display: inline-block;
  margin: 0 auto;
}
.article_slider_content01 .slick-dots li button,
.article_slider_content02 .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 30px;
  margin: 0 7.5px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  border-bottom: 4px solid #a9a9a9;
  outline: none;
  background: transparent;
  transition: border 0.5s;
}
.article_slider_content01 .slick-dots li.slick-active button,
.article_slider_content02 .slick-dots li.slick-active button {
  border-bottom: 7px solid #0a9bcd;
}

@media screen and (min-width: 768px) {
  .l-slider {
    padding: 60px 0;
  }
}
@media screen and (min-width: 992px) {
  .article_slider_content01 .l-story__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-left: 0 !important;
    min-height: 1px;
  }
  .article_slider_content02 .l-story__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    margin-left: 0 !important;
    min-height: 1px;
  }
}

@media screen and (max-width: 768px) {
  .l-story__inner {
    max-width: 100%;
  }
}

/* Column */
.l-image-50-50__title {
  padding: 0 0 30px 0;
}
.l-image-50-50__row,
.l-image-45-55__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-image-50-50__row {
  margin-left: -15px;
  margin-right: -15px;
}
.l-image-50-50__col,
.l-image-55__col,
.l-image-45__col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 1px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.l-image-50-50__col,
.l-image-55__col,
.l-image-45__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.l-image-50-50__image {
  display: block;
  width: 100%;
}
.contact_area .lead_text {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .l-image-50-50__title {
    padding-top: 0;
  }
  .l-image-50-50__row,
  .l-image-45-55__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-image-50-50__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-image-55__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }
  .l-image-45__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
  .contact_area.l-section {
    padding: 80px 0;
    margin-bottom: 0;
  }
  .contact_area_img {
    padding-right: 55px;
  }
  .contact_area .lead_text {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .l-image-50-50__row,
  .l-image-45-55__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
