@charset "utf-8";
/* CSS Document */

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Roboto', sans-serif;
  color: #333;
  font-weight: 300;
  font-style: normal !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  padding-bottom: 25px;
  line-height: 1.7;
  margin: 0;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  position: relative;
  margin: 0;
}

button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
}

ul,
ol {
  margin: 0 0 25px 15px;
  padding: 0;
}
dl, dt, dd {
  margin: 0;
  padding: 0
}

hr {
  border: none;
  height: 1px;
  /* Set the hr color */
  color: #e7e7e7;
  /* old IE */
  background-color: #e7e7e7;
  /* Modern Browsers */
  margin: 50px 0;
  width: 100%;
  position: relative;
  clear: both
}

strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

a {
  color: #2b62a3;
  text-decoration: none;
  cursor: pointer
}

a:hover {
  color: #222;
  text-decoration: none;
  cursor: pointer
}

a:selected,
a:focus {
  color: #760004;
  text-decoration: none;
}

#wrapper {
  width: 100%;
  position: relative;
  background: #fff;
}

h1 {
  font-weight: 500;
  font-size: 28px;
  font-size: 2.8rem;
  text-transform: uppercase;
  color: #00397c;
  margin-bottom: 40px;
  line-height: 34px;
}

h2 {
  font-size: 40px;
  font-size: 4.0rem;
  margin-bottom: 30px;
}


h3 {
  font-size: 26px;
  font-size: 2.6rem;
  color: #00397c;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 20px;
}

h4 {
  font-weight: 700;
  color: #00397c;
  font-size: 18px;
  font-size: 1.8rem;
}

h5 {
  font-weight: 500;
  margin: 10px 0;
  font-size: inherit;
}
h6 {
  font-weight: 700;
  color: #2b62a3;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase
}
h6.t6 {
  font-weight: 400;
  text-transform: none;
  margin-bottom: 13px;
}

h6.t7 {
  color: #333;
  margin-top: 20px;
}
/*h7 {
  font-weight: 700;
  color: #2b62a3;
  font-size: 18px;
  font-size: 1.8rem;
}*/

.tgutter0 {
  padding-top: 0;
}


.right {
  text-align: right;
  float: right
}

.left {
  text-align: left;
  float: left
}

.top-gutter {
  padding-top: 60px;
}

.bottom-gutter {
  padding-bottom: 50px
}

.tb-gutter20 {
  padding: 20px 0
}
.tgutter5 {
  padding-top: 5px
}
.tgutter10 {
  padding-top: 10px
}
.tgutter20 {
  padding-top: 20px
}
.tgutter30 {
  padding-top: 30px
}
.bgutter10 {
  padding-bottom: 10px;
}
.bmar0 {
  margin-bottom: 0;
}
.bgutter15 {
  padding-bottom: 15px;
}
.bgutter40 {
  padding-bottom: 40px;
}
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.groupfix20 {
  margin-left: -20px;
  margin-right: -20px;
}

.groupfix25 {
  margin-left: -25px;
  margin-right: -25px;
}

.colsfix20 {
  padding: 0 20px
}

.colsfix25 {
  padding: 0 25px
}



.btn {
  background-color: #00397c;
  background-image: url('/images/icon-email-alerts-submit.png');
  background-repeat: no-repeat;
  background-position: 90% center;
  border: 0;
  font-weight: 300;
  width: 150px;
  color: #fff;
  margin: 0 20px;
  padding: 5px 20px;
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  cursor: pointer;
}

.btn:hover {
  background-color: rgba(0, 57, 124, 0.8);
  color: #fff;
  transition: all 1s ease;
}

sup {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 300;
}

.med {
  font-weight: 500
}
/****** header ******/

header {
  width: 100%;
  background: #f7f7f7;
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 1000;
}

.logowrap {
  line-height: 80px;
}

.logo img {
  /*max-width: 138px;*/
}

/* search */
#searchwrap {
  position: relative;
  z-index: 1001;
}

#searchwrap input[type="text"] {
  height: 60px;
  font-size: 16px;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  border: none;
  outline: none;
  color: #555;
  padding: 15px;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
}

#searchwrap input[type="text"]:focus:hover {
  border-bottom: 1px solid #BBB;
}

#searchwrap input[type="text"]:focus {
  width: 90%;
  z-index: 1;
  border-bottom: 1px solid #BBB;
  cursor: text;
  background: #f7f7f7;
  margin: 10px 0;
}

#searchwrap input[type="submit"] {
  height: 80px;
  width: 63px;
  display: inline-block;
  background: url(../images/icon-search.png) center center no-repeat;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity .4s ease;
}

#searchwrap input[type="submit"]:hover {
  opacity: 0.8;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 12px;
  position: relative;
}


/* home */

.homeh2 {
  text-transform: uppercase;
  position: relative;
  background: -moz-linear-gradient(left, rgba(33, 74, 156, 1) 0%, rgba(33, 74, 156, 1) 28%, rgba(47, 176, 231, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(33, 74, 156, 1)), color-stop(28%, rgba(33, 74, 156, 1)), color-stop(100%, rgba(47, 176, 231, 1)));
  background: -webkit-linear-gradient(left, rgba(33, 74, 156, 1) 0%, rgba(33, 74, 156, 1) 28%, rgba(47, 176, 231, 1) 100%);
  background: -o-linear-gradient(left, rgba(33, 74, 156, 1) 0%, rgba(33, 74, 156, 1) 28%, rgba(47, 176, 231, 1) 100%);
  background: -ms-linear-gradient(left, rgba(33, 74, 156, 1) 0%, rgba(33, 74, 156, 1) 28%, rgba(47, 176, 231, 1) 100%);
  background: linear-gradient(to right, rgba(33, 74, 156, 1) 0%, rgba(33, 74, 156, 1) 28%, rgba(47, 176, 231, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#214a9c', endColorstr='#2fb0e7', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

*::-ms-backdrop, .homeh2 { color: #20489b; background: transparent } /* IE11 */

.homeh2:after {
  border-bottom: 3px solid #ebebeb;
  content: "";
  margin: 30px auto 0 auto;
  width: 50px;
  display: block
}

.bg-gradient {
  background: rgba(243, 243, 243, 1);
  background: -moz-linear-gradient(top, rgba(243, 243, 243, 1) 0%, rgba(243, 243, 243, 1) 49%, rgba(248, 248, 248, 1) 74%, rgba(248, 248, 248, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243, 243, 243, 1)), color-stop(49%, rgba(243, 243, 243, 1)), color-stop(74%, rgba(248, 248, 248, 1)), color-stop(100%, rgba(248, 248, 248, 1)));
  background: -webkit-linear-gradient(top, rgba(243, 243, 243, 1) 0%, rgba(243, 243, 243, 1) 49%, rgba(248, 248, 248, 1) 74%, rgba(248, 248, 248, 1) 100%);
  background: -o-linear-gradient(top, rgba(243, 243, 243, 1) 0%, rgba(243, 243, 243, 1) 49%, rgba(248, 248, 248, 1) 74%, rgba(248, 248, 248, 1) 100%);
  background: -ms-linear-gradient(top, rgba(243, 243, 243, 1) 0%, rgba(243, 243, 243, 1) 49%, rgba(248, 248, 248, 1) 74%, rgba(248, 248, 248, 1) 100%);
  background: linear-gradient(to bottom, rgba(243, 243, 243, 1) 0%, rgba(243, 243, 243, 1) 49%, rgba(248, 248, 248, 1) 74%, rgba(248, 248, 248, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f8f8f8', GradientType=0);
}

.hportfolio-wrap {
  margin-bottom: 20px;
}

.hportfolio-details {
  color: #0054b7;
  text-align: center;
  line-height: 1.2;
  min-height: 100px;
  font-size: 1.4rem;
}

.counter-wrap {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 400
}

.hportfolio-title {
  border-top: 1px solid #c6d3e0;
  border-bottom: 1px solid #c6d3e0;
  color: #003e7e;
  font-weight: 500;
  position: relative;
  width: 241px;
  margin: 0 auto;
  text-align: center;
  padding: 5px 0;
}
.hp-date {
  position: relative;
  right: 70px;
  bottom: -22px;
  float: right;
  color:#999;
  font-size: 14px;
  font-size: 1.4rem;
}
/* slick theme */

.banner-wrap .slide-wrap {
  height: 100vh;
  background-size: cover;
  position: relative;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.banner-wrap .slick-slider {
  height: 100%;
}

.slide1 {
  background-image: url(../images/homepage-banner-1.jpg);
}

.slide2 {
  background-image: url(../images/homepage-banner-2.jpg);
}

.slide3 {
  background-image: url(../images/homepage-banner-3.jpg);
}

.banner-txt {
  background: rgba(0, 35, 119, 0.6);
  position: absolute;
  bottom: 2%;
  left: 7%;
  padding: 8px 15px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  z-index: 900;
  /*text-shadow: 2px 4px 2px rgba(0,0,0,0.6);*/
}

.slick-dots li button::before {
  background-color: rgba(204, 0, 102, 0);
  border: 1px solid #fff;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  border-radius: 75px;
  font-size: 12px;
  opacity: 1;
  color: transparent;
  line-height: 12px;
  width: 10px;
  height: 10px;
}

.slick-dots li.slick-active button::before {
  opacity: 1;
  color: #fff;
  border: none;
}

.banner-wrap .slick-next {
  /*background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;*/
  right: 0;
}

.banner-wrap .slick-prev {
  left: 0;
  /*background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;*/
}

.banner-wrap .slick-next:before {
  content: url(/images/icon-banner-arrow-right.png);
  z-index: 2;
}

.banner-wrap .slick-prev:before {
  content: url(/images/icon-banner-arrow-left.png);
  z-index: 2;
}



.banner-wrap .slick-prev,
.banner-wrap .slick-next {
  z-index: 1;
  height: 100%;
  width: 15%;
  opacity:1;
  -webkit-transition: opacity 400ms linear;
  -moz-transition: opacity 400ms linear;
  -o-transition: opacity 400ms linear;
  -ms-transition: opacity 400ms linear;
  transition: opacity 400ms linear;
} 


.slick-prev::before, .slick-next::before {
  opacity:1;
}


.banner-wrap .slick-next:hover {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.2) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
  opacity:0.4;
   -webkit-transition: opacity 400ms linear;
   -moz-transition: opacity 400ms linear;
   -o-transition: opacity 400ms linear;
   -ms-transition: opacity 400ms linear;
   transition: opacity 400ms linear;
}


.banner-wrap .slick-prev:hover {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
  opacity:0.4;
   -webkit-transition: opacity 400ms linear;
   -moz-transition: opacity 400ms linear;
   -o-transition: opacity 400ms linear;
   -ms-transition: opacity 400ms linear;
   transition: opacity 400ms linear;
}


.home-news .slick-dots li.slick-active button::before {
  color: #003e7e;
}

.home-news .slick-dots li button::before {
  color: #dadada;
}

.home-news .slick-dots {
  bottom: 0px;
  position: relative;
}

.home-news .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 8px;
}

.home-news .slick-dots li button::before {
  font-size: 8px;
}


/* home */
#home_stock_price {
  font-style: inherit;
}
.ir_stock_updates {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: table;
  line-height: normal;
  font-weight: 400
}

.ir_stock_updates li {
  float: left;
}

.ir_stock_updates li.one {
  color: #183263;
  font-size: 48px;
  font-size: 4.8rem;
  padding-right: 12px;
}

.ir_stock_updates li.two {
  font-size: 24px;
  font-size: 2.4rem;
  color: #333;
}

.ir_stock_updates li.ir_indicator_gain {
  background: url(/images/arrow_up.gif) no-repeat 0 75%;
  padding: 13px 0 0 30px;
  position: relative;
}

.ir_stock_updates li.ir_indicator_loss {
  background: url(/images/arrow_down.gif) no-repeat 0 75%;
  color: #9d0000;
  padding: 13px 0 0 30px;
}

.ir_stock_updates li.ir_indicator_nil {
  /*background: url(/images/arrow_equal.gif) no-repeat 0 bottom;*/
  padding: 6px 0 0 30px;
}

.ir_stock_updates li.ir_indicator_gain_plus {
  color: #317500;
}

.ir_stock_updates li.ir_indicator_loss_minus {
  color: #9d0000;
}

.ir_stock_updates li.ir_indicator_nil_same {
  color: #000;
}

.ir_stock_price {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  padding: 10px 0;
  display: table;
  font-weight: 400
}

.ir_stock_price li {
  float: left;
  padding: 0 12px;
}

.ir_stock_price li span {
  color: #333;
}

.ir_stock_price li:first-child {
  padding-left: 0;
}

.ir_stock_price li:last-child {
  border: none;
}

.stock-date {
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px;
  margin-bottom: 20px;
}

.news-date {
  font-weight: 700;
  color: #003e7e;
  display: block;
  margin-bottom: 5px
}

.news-desc {
  color: #222
}
.earnings-box a {
  display: block;
  color: #2b62a3;
  padding: 2px 0; 
}

.subscribe-wrap {
  padding: 50px 20px 0 20px;
}

.subscribe-wrap span {
  padding-left: 10px;
}

/* subpages */

.subcontent {
  position: relative;
  padding-top: 60px
}

.inner-banner {
  width: 100%;
  height:auto;
  position: relative;
  margin-top: 80px;
  text-align: center
}
.sub-banner {
  width: 100%;
  height: 494px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: 80px;
}

/* sub banners */
.banner-about {
  background-image: url("../images/banner-about.jpg");
}

.banner-others {
  background-image: url("../images/banner-others.jpg");
}


.banner-portfolio-suntec-city {
  background-image: url("../images/banner-portfolio-suntec-city.jpg");
}


/* about */
.sg-bg {
  background: url('/images/img-header.jpg') no-repeat center; 
  height: 658px; 
  padding: 30px 40px;
  background-size: cover;
  margin-bottom: 40px
}

.img-txt {
  color: #00397c; 
  font-size: 28px;
  font-size: 2.8rem;
}

h3.subtitle {
  color: #4d4d4d;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0px 40px 0 40px;
  position: relative;
  background: #fff;
}
h2.mainhead {
  font-size: 28px;
  font-size: 2.8rem;
  color: #2b62a3;
  font-weight: 300;
  width: 80%;
  margin: 0 auto 70px auto;
  text-align: center;
}
.line {
  position: relative;
  width: 222px;
  margin: 40px auto 20px auto;
}
.line:before {
  border-top: 1px solid #999;
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 50%;
}

.cp-wrap p {
  padding-bottom: 15px
}

.cp-wrap h6 {
  border-left: 3px solid #f18e12;
  padding: 4px 0 8px 15px;
  margin-bottom: 13px;
}

.cp-wrap strong {
  font-weight: 500
}

.cp-wrap div>div {
  margin-bottom: 30px
}
.icns {
  margin-right: 8px;
  margin-bottom: 8px;
}


/* -------------------------------- 

Main Components -- MILESTONES

-------------------------------- */

.js .cd-h-timeline {
  opacity: 0;
  transition: opacity 0.2s;
  margin: 6em auto;
}

.js .cd-h-timeline--loaded {
  opacity: 1
}

.js .cd-h-timeline__container {
  position: relative;
  height: 100px;
  max-width: 100%
}

.js .cd-h-timeline__dates {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden
}

.js .cd-h-timeline__dates::after,
.js .cd-h-timeline__dates::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px
}

.js .cd-h-timeline__dates::before {
  left: 0;
  background-image: -webkit-linear-gradient(left, #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}

.js .cd-h-timeline__dates::after {
  right: 0;
  background-image: -webkit-linear-gradient(right, #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}

.js .cd-h-timeline__line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  background: #dfdfdf;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s
}

.js .cd-h-timeline__filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #1447a3;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s
}

.js .cd-h-timeline__date {
  position: absolute;
  bottom: -27px;
  z-index: 2;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  padding-bottom: 12px;
  color: #fff;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.js .cd-h-timeline__date::after {
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -15px;
  height: 88px;
  width: 88px;
  border-radius: 50%;
  background-color: #b5c1d6;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  z-index: -1;
  border: 1px solid #fff;
  box-shadow: 0 0 0 4px #b5c1d6;
}

.js .cd-h-timeline__date:hover::after {
  background-color: #1447a3;
  border-color: #1447a3;
}


.js .cd-h-timeline__date--selected {
  pointer-events: none
}

.js .cd-h-timeline__date--selected::after {
  background-color: #1447a3;
  border-color: #1447a3;
  border: 1px solid #fff;
  box-shadow: 0 0 0 4px #1447a3;
}

.js .cd-h-timeline__date--older-event::after {
}

.js .cd-h-timeline__navigation {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;

}

.js .cd-h-timeline__navigation::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 40px;
  width: 22px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(/images/cd-arrow.png) no-repeat 0 0;
}

.js .cd-h-timeline__navigation:hover {
  border-color: #7b9d6f;
}

.js .cd-h-timeline__navigation--prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.js .cd-h-timeline__navigation--next {
  right: 0
}

.js .cd-h-timeline__navigation--inactive {
  cursor: not-allowed
}

.js .cd-h-timeline__navigation--inactive::after {
  background-position: 0 -57px;
}

.js .cd-h-timeline__navigation--inactive:hover {
  border-color: #dfdfdf;
}

.js .cd-h-timeline__events {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: height .4s;
  margin: 2em 0;
}

.js .cd-h-timeline ol,
.js .cd-h-timeline ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.js .cd-h-timeline__event {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}

.js .cd-h-timeline__event--selected {
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

.js .cd-h-timeline__event--enter-right,
.js .cd-h-timeline__event--leave-right {
  -webkit-animation-name: cd-enter-right;
  animation-name: cd-enter-right
}

.js .cd-h-timeline__event--enter-left,
.js .cd-h-timeline__event--leave-left {
  -webkit-animation-name: cd-enter-left;
  animation-name: cd-enter-left
}

.js .cd-h-timeline__event--leave-right,
.js .cd-h-timeline__event--leave-left {
  animation-direction: reverse
}

.js .cd-h-timeline__event-content {
  /*max-width: 800px*/
}

.cd-h-timeline__event-content p {
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0 20px 20px;
  position: relative;
}

.cd-h-timeline__event-content p:before {
  content: '';
  border-radius: 50%;
  width: 5px;
  height: 5px;
  color: #6bb2d3;
  background: #6bb2d3;
  left: 0;
  position: absolute;
  top: 45%;
}


@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }
}

@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }
}

@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }
}

@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }
}

html:not(.js) .cd-h-timeline__dates,
html:not(.js) .cd-h-timeline__navigation {
  display: none
}






/* the managers */

.manager-wrap h4 {
  color: #2b62a3
}
.manager-wrap > div {
  margin-top: 30px;
  clear: both
}
.manager-wrap {
  margin-bottom: 30px
}

.more-btn {
  text-align: center;
  position: relative;
  margin: 50px auto;
}
.more-btn:before {
  content: '';
  border-top: #f0f0f0 1px solid;
  position: absolute;
  width: 100%;
  left: 0;
  top: 30%;
  z-index: 1;
}
.mcircle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #00397c;
  width: 37px;
  height: 37px;
  margin: auto;
  z-index: 2;
  position: relative;
  cursor: pointer;
}
.mcircle .icn {
  font-size: 35px;
  color: #fff;
  line-height: 36px;
  font-weight: 100;
}
.moretxt {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  color: #999;
  text-transform: uppercase;
  margin-top: 10px;
}

.chairman-name {
  color: #2b62a3;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
}
.chair-info {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  color: #2b62a3;
}

.mngt-item.inactive dd {
  display: none;
}

.mngt-item dd {
  display: block;
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s;
  /* Firefox < 16 */
  -ms-animation: fadein 2s;
  /* Internet Explorer */
  -o-animation: fadein 2s;
  /* Opera < 12.1 */
  animation: fadein 2s;
}



@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*
.mngt-item.inactive a:before {
  content: url(/images/icon-plus.png);
}


.mngt-item a:before {
  content: url(/images/icon-minus.png);
  float: right;
  line-height: 3;
  position: absolute;
  right: 24px;
  top: 27%;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out
}*/

.mngt-item {
  border-bottom: 1px solid #e7e7e7;
}

.mgt-wrap dt {
  font-weight: 700;
  padding: 25px 0;
  display: block;
  text-decoration: none;
  -webkit-transition: background-color 0.5s ease-in-out;
  font-size: 22px;
  font-size: 2.2rem;
  color: #2b62a3;
  position: relative;
}

.mgt-wrap dd {
  margin: 0
}

.mgt-wrap {
  position: relative;
}

.mngt-item span {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  font-weight: 500;
}


.arrow-right {
  list-style: none;
  margin: 15px 0 25px 0;
}
.arrow-right li {
  position: relative;
  padding-left: 15px;
}
.arrow-right li::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #a2c2e7;
  position: absolute;
  left: 0;
  top: 6px;
}

/* bod */
.bod {
  margin-bottom: 40px;
  cursor: pointer;
}

.bod-post {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
}

h6.t8 {
  font-size: 22px;
  font-size: 2.2rem;
  color: #333;
}

.close {
  float: right;
}



.modal-img {
  padding-right: 45px;
  padding-bottom: 15px;
}

.iziModal {
  z-index: 1002 !important;
}
.iziModal-overlay {
  z-index: 1001 !important; 
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.iziModal-navigate {
  z-index: 1003 !important;
}
.iziModal-navigate > button {
  opacity: 1;
}
.iziModal-navigate-caption {
  display: none !important;
}


#strategy h6 {
  text-transform: none
}

/* portfolio overview */

.main-portfolio { 
  background: #fff url(/images/bg-portfolio-overview.jpg) no-repeat top center;
}

.country-wrap {
  position: absolute;
  right: 32px;
  z-index: 2;
  top: 0;
  margin: 30px 0 0 0;
}

.bcktomap {
  text-align: right;
  padding-bottom: 15px;
}
.country-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style: none;
  background: #fff;
  width: 200px;
  -webkit-box-shadow: 3px 4px 5px 0px rgba(196,194,196,0.53);
  -moz-box-shadow: 3px 4px 5px 0px rgba(196,194,196,0.53);
  box-shadow: 3px 4px 5px 0px rgba(196,194,196,0.53);
  padding: 10px 0;
  float: right;
}

.country-wrap ul li {
  padding: 10px 20px;
}
.country-wrap ul img {
  padding-right: 10px;
}
.country-wrap a {
  color: #333;
}
.country-wrap a:hover {
  color: #0069aa;
}

.overall-map {
  width: 100%;
  max-width: 903px;
  position: relative;
  height: auto;
  left: 10%;
}
.overall-map-sg {
  width: 100%;
  max-width: 636px;
  position: relative;
  height: auto;
  margin: 0 auto;
}
.sgpin {
  position: absolute;
background: url(/images/icon-pinmap-sigapore.png) no-repeat;
  width: 19px;
  height: 26px;
  cursor: pointer;
}
.aupin {
  position: absolute;
  background: url(/images/icon-pinmap-australia.png) no-repeat;
  width: 19px;
  height: 26px;
  cursor: pointer;
}

.ukpin {
	  position: absolute;
background: url(/images/icon-pinmap-uk.png) no-repeat;
  width: 19px;
  height: 26px;
  cursor: pointer;
	
}

.map-popup {
  position: absolute;
  list-style: none;
  background: #fff;
  min-width: 200px;
  -webkit-box-shadow: 3px 4px 5px 0px rgba(196,194,196,0.53);
  -moz-box-shadow: 3px 4px 5px 0px rgba(196,194,196,0.53);
  box-shadow: 3px 4px 5px 0px rgba(196,194,196,0.53);
  margin: 0;
  padding: 0;
  display: none;
  z-index: 3;
}


.map-popup li {
  border-bottom: 1px solid #f2f2f2
}
.map-popup a {
  color: #333;
  display: block;
  padding: 10px 25px;
}

.map-popup a:hover {
  color: #0069aa;
}

.uk-link .map-popup li:first-child {
  background: #a800ff;
  color: #fff;
  font-weight: 500;
  padding: 10px 25px;
}
.uk-link .map-popup li:first-child a {
  color: #fff;
  font-weight: 500;
}

.uk .map-popup li:first-child {
  background: #003b7d;
  color: #fff;
  font-weight: 500;
  padding: 10px 25px;
}
.uk .map-popup li:first-child a {
  color: #fff;
  font-weight: 500;
}

.uk-link .map-popup {
  top: 23%;  /*26%*/
  left: 2%;  /*10%*/
}
.uk-link .mainuk-pos {
  top: 18.5%; /*27.5%*/
  left: 10%  /*33.5%*/
}


.sg-link .map-popup li:first-child {
  background: #cb0025;
}
.sg-link .map-popup li:first-child a {
  color: #fff;
  font-weight: 500;
}

.au .map-popup li:first-child {
  background: #003b7d;
}
.au .map-popup li:first-child a {
  color: #fff;
  font-weight: 500;
}

.sg-link .map-popup {
  top: 60%;  /*26%*/
  left: 35%;  /*10%*/
}
.sg-link .mainsg-pos {
  top: 56.5%; /*27.5%*/
  left: 57.5%  /*33.5%*/
}

.adelaide-link .map-popup {
  top: 80%;  /*81%*/
  left: 50%; /*50%*/
}

.mainadelaide-pos {
  top: 83%;  /*82%*/
  left: 73%  /*74%*/
}

.melbourne-link .map-popup {
  top: 60%;
  left: 64%; 
}

.mainmelbourne-pos {
  top: 84.5%; /*79.5*/
  left: 75.7% /*66.7*/
}

.sydney-link .map-popup {
  top: 56%; /*51%*/
  left: 77%; /*65*/
}
.mainsydney-pos {
  top: 81.3%; /*74.3%*/
  left: 78.6%; /*71.5*/
}


.map-list {
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 3px 4px 5px 0px rgba(196,194,196,0.53);
  -moz-box-shadow: 3px 4px 5px 0px rgba(196,194,196,0.53);
  box-shadow: 3px 4px 5px 0px rgba(196,194,196,0.53);
  margin-bottom: 30px;
  position: relative;
}
.map-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.map-list ul li {
  border-bottom: 1px solid #f2f2f2
}
.map-list a {
  color: #333;
  display: block;
  padding: 10px 25px;
}
.map-list a:hover {
  color: #0069aa;
}

.sg-link .map-list dt {
  background: #cb0025;
}
.sg-link .map-list dt  {
  color: #fff;
  font-weight: 500;
  padding: 10px 25px;
  cursor: pointer;
}
.au .map-list dt {
  background: #003b7d;
}
.au .map-list dt  {
  color: #fff;
  font-weight: 500;
  padding: 10px 25px;
  cursor: pointer;
}
.map-list dt:after {
    content: "\f068";
    font-family:"Font Awesome 5 Free";
    font-style: normal;
    font-size: 15px;
    color: #fff;
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 10px;
}

#portfolio-singapore .map-list dt:after, #portfolio-australia .au .map-list dt:after  {
  display: none
}
#portfolio-singapore .map-list dt, #portfolio-australia .au .map-list dt  {
  cursor: auto
}

.map-list.inactive dt:after {
  content: "\f067";
}
.map-list.inactive dd {
  display: none;
}
.map-list dd {
  display: block;
}

/* main portfolio stat */

.main-pf-wrap {
  margin-bottom: 20px;
}

.main-pf-stat {
  color: #0054b7;
  text-align: center;
  line-height: 1.2;
  font-size: 1.4rem;
  padding: 15px 0 10px 0;
}

.main-counter {
  font-size: 34px;
font-size: 3.4rem;
font-weight: 400;
}

.main-pf-title {
  border-top: 1px solid #c6d3e0;
  border-bottom: 1px solid #c6d3e0;
  color: #003e7e;
  font-weight: 700;
  position: relative;
  width: 241px;
  margin: 0px auto 15px auto;
  text-align: center;
  padding: 5px 0;
  position: relative;
  min-height: 60px;
}

.main-pf-title span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.main-pf-info {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  color: #333;
}

.main-counter sup {
  top: 0.7em;
  vertical-align: top;
}
.main-pf-box {
  min-height: 290px; /*250px*/
  padding-top: 30px;
}

.main-pf-box-au {
  min-height: 225px;
  padding-top: 30px;
}

/* portfolio singapore */

.penang-pos {
  top: 47%;
  left: 44.8%;  /*45%*/
}

.penang-pos img.pin {
  cursor: default;
}

.label_penang {
	position: absolute;
	top: 27%;
	left: -882%;
	
}

.label_penang img {
	max-width: none!important;
	
}

.penang-pos img.stick {
	position: absolute;
    top: 39%; 
	left: -152%;
	max-width: none!important;
}

.mbfc-pos {
  top: 52%;
  left: 47.5%; 
}

.mbfc-pos img.pin {
  cursor: default;
}

.mbfc-pos img.stick {
	position: absolute;
	top: 99%;
	left: 47.8%;
}

.label_mbfc {
	position: absolute;
	top: 217%;
	left: -682.2%;
}


.label_mbfc img {
	max-width: none!important;
}


.oneraffles-pos {
  top: 55%;
  left: 50%;
}

.oneraffles-pos img.pin {
  cursor: default;
}

.oneraffles-pos img.stick{
	position: absolute;
	left: 103.5%;
	top: 28%;
	max-width: none!important;
	
}

.label_raffles {
	position: absolute;
	left: 236%;
	top: 7%;
	
}

.label_raffles img {
	max-width: none!important;
	
}


.suntec-pos {
  top: 48%;
  left: 51%;
}

.suntec-pos img.pin {
  cursor: default;
}


.suntec-pos img.stick {
	position: absolute;
	left: 46%;
	top: -121%;
	max-width: none!important;
}

.label_sun{
	position: absolute;
	left: 30%;
	top: -256%;
	
}

.label_sun img {
	max-width: none!important;
	
}

.currie-pos {
  top: 66%;
  left: 50%;
}

.currie-pos img.pin {
	cursor: default;
}


.currie-pos img.stick {
	position: absolute;
	left: -150%;
	top: 20%;
	max-width: none!important;
}

.label_currie {
	position: absolute;
	top: -125%;
	left: -951%;
}

.label_currie img {
	max-width: none!important;
}

.southgate-pos {
  top: 73.5%;
  left: 60%;
}

.southgate-pos img.pin {
	cursor: default;
}


.southgate-pos img.stick {
	max-width: none!important;
	position: absolute;
	left: -154%;
	top: 33%;
}

.label_southgate {
	position: absolute;
	top: -10%;
	left: -954%;
}

.label_southgate img {
	max-width: none!important;
}


.olderfleet-pos {
  top: 75%;
  left: 62.8%;
}

.olderfleet-pos img.pin {
	cursor: default;
}

.olderfleet-pos img.stick {
	max-width: none!important;
	position: absolute;
	top: 30%;
	left: 102%;
}

.label_olderfleet {
	position: absolute;
	top: -41%;
	left: 236%;
	
}

.label_olderfleet img {
	max-width: none!important;
	
}

.pacifichigh-pos {
  top: 63%;
left: 72%;
}

.pacifichigh-pos img.pin {
	cursor: default;
}

.pacifichigh-pos img.stick {
	max-width: none!important;
	position: absolute;
	top: 30%;
	left: 99%;
}

.label_pacifichigh-pos {
	position: absolute;
	left: 236%;
	top: -78%;
	
}

.label_pacifichigh-pos img {
	max-width: none!important;
	
}

.harris-pos {
  top: 58%;
left: 74%;
}

.harris-pos img.pin {
	cursor: default;
}

.harris-pos img.stick {
	max-width: none!important;
	position: absolute;
	top: -60%;
	left: 52%;
}

.label_harris-pos {
	position: absolute;
	left: -290%;
	top: -269%;
	
}

.label_harris-pos img {
	max-width: none!important;
	
}


.imgpopup {
  position: absolute;
  width: 222px;
  display: none;
  z-index: 2;
}
.imgpopup span {
  background: #e4e4e4;
  padding: 10px;
  text-align: center;
  display: block;
}

.bcktomap {
  display: block;
  text-align: right;
  padding-bottom: 15px;
}

/*property-uk*/

.minster-pos {
  top: 77%;
  left: 39.5%; 
}

.minster-pos img.pin {
  cursor: default;
}

.minster-pos img.stick {
	position: absolute;
	top: 56%;
	left: 95.8%;
}

.label_minster {
	position: absolute;
	bottom: -37%;
	left: 204%;
}


.label_minster img {
	max-width: none!important;
}

.nova-pos {
  top: 80%;
  left: 37.5%; 
}

.nova-pos img.pin {
  cursor: default;
}

.nova-pos img.stick {
	position: absolute;
	top: 56%;
	right: 96%;
}

.label_nova {
	position: absolute;
	top: -38%;
	right: 188%;
}


.label_nova img {
	max-width: none!important;
}


/*
a.pt-1.imgpopup {
	left: 33.6%;
	top: 3.7%;
}

a.pt-2.imgpopup {
	left: 38.2%;
	top: 10.4%;
}

a.pt-3.imgpopup {
	left: 54%;
	top: 6.4%;
}

a.pt-4.imgpopup {
	left: 51.4%;
	top: -2.9%;
}

*/

.hide-desktop {
	display: none;
	
}

/* portfolio */
.statistics {
  color: #00397c;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}

.statistics span {
  font-weight: 300;
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  margin-top: 5px
}

.pf-wrap {
  margin: 44px 0 0 0
}

.pf-box {
  min-height: 86%;
  margin-bottom: 37px;
  border-right: 1px solid #e5e5e5;
}

.pf-wrap div:last-child .pf-box {
  border-right: none
}

.pf-stat {
  font-weight: 300;
  font-size: 18px;
  font-size: 1.8rem;
  color: #0064a7
}

.pf-stat .num,
.symbol {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500
}

.pf-info {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300
}

.sm {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal
}

.yearstat {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  color: #999;
}

.pf-tbl {
  width: 100%;
}

.pf-tbl td {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 20px 20px 0
}

.pf-tbl td:first-child {
  width: 20%
}

h2.intro {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 300
}

.footnote {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 50px
}

.footnote ol {
  margin-top: -12px;
}



.notes {
  margin: 50px 0 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0
}
.notes ol {
  counter-reset: item;
  padding: 0;
  margin: 0;
  list-style: none; 
}
.notes li::before {
  content: counter(item) "";
  counter-increment: item;
  position: absolute;
  vertical-align: super;
  left: 0;
  font-size: 10px;
  font-size: 1.0rem;
}
.notes li {
  position: relative;
  display: block;
  padding: .0em .0em .0em 0.8em;
}


.suntec-drawing {
  background: url(/images/img-building-drawing.png) no-repeat center;
  height: 250px;
}
.one-raffles-drawing {
  background: url(/images/img-building-drawing-one-raffles-quay.png) no-repeat center;
  height: 307px;
}
.mbfc-properties-drawing {
  background: url(/images/img-building-drawing-mbfc-properties.png) no-repeat center;
  height: 289px;
}
.penang-road-drawing {
  background: url(/images/img-building-drawing-9-penang-road.png) no-repeat center;
  height: 249px;
}
.pacific-highway-drawing {
  background: url(/images/img-building-drawing-177-pacific-highway.png) no-repeat center;
  height: 319px;
}
.southgate-complex-drawing {
  background: url(/images/img-building-drawing-southgate-complex.png) no-repeat center;
  height: 269px;
}
.olderfleet-drawing {
  background: url(/images/img-building-drawing-olderfleet.png) no-repeat center;
  height: 305px;
}
.currie-street-drawing {
  background: url(/images/img-building-drawing-55-currie-street.png) no-repeat center;
  height: 216px;
}

.pf-btn {
  margin: 20px 0
}

.btn-rad {
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  background-color: #003b7d;
  padding: 5px 28px 5px 40px;
  color: #fff;
  position: relative;
  margin: 5px 8px;
  display: inline-block;
  min-width: 230px;
}

.btn-rad.b3 {
  min-width: 480px
}

.btn-rad:hover {
  background-color: rgba(0, 57, 124, 0.8);
  color: #fff;
  transition: all 1s ease;
}

.btn-rad img {
  text-align: left;
  margin-left: -18px;
  margin-right: 10px;
}

.btn-rad:after {
  content: "";
  background: url(/images/angle-right.png) no-repeat;
  position: absolute;
  width: 7px;
  height: 9px;
  right: 13px;
  top: 40%;
}



/* feedback */


.feedback-form input[type="text"]:placeholder-shown + label,
.feedback-form textarea[type="text"]:placeholder-shown + label,
.feedback-form select:placeholder-shown + label {
  opacity:0;
  transform: translateY(100%);
}


.feedback-form input[type="text"], .feedback-form textarea,
.feedback-form select {
  width: 100%;
  padding:20px;
	margin: 30px 0 0 0;
  border: solid 1px #d9d9d9;
  transition: all 0.1s;
  font-size: 14px;
}

.feedback-form select {
  color: #777777;
  padding: 15px 20px;
}

.feedback-form .group {
  position: relative;
}

.feedback-form input + label,
.feedback-form textarea + label,
.feedback-form select + label {
  border:1px solid black;
  position: absolute;
  top:0;
  left: 20px;
  transition: all 0.1s;
  opacity:1;
  background:#fff;
  border:2px solid;
  border-width: 0;
  padding:0 5px;
  transform: translateY(calc(50% + 5px));
  transform: translateY(50%) translateY(5px); /*Works in IE*/
}


.feedback-form input:focus,
.feedback-form textarea:focus,
.feedback-form select:focus {
  outline:0;
  border-color:#000;
}

.feedback-form input:focus + label,
.feedback-form textarea:focus + label,
.feedback-form select:focus + label {
  border-color:#000;
}

.submit-wrap .btn {
	margin: 0;
	padding: 9px 0 9px 30px;
}
#recaptcha {
	margin-top: 20px;
}
.checkbox {
  margin-right: -15px;
}
.pdpa {
	height: 110px; 
	background-color: #ffffff; 
	border-color: #ccc; 
	font-size: 13px; 
	overflow: auto; 
	line-height: 1.8;
}


/*  Disclaimer popup */
.popup-location {
  width: 768px;
  background: #fff;
  margin: auto;
  padding-bottom: 1%;
}

.popup-location,
#basic {
  display: none;
}

.popup-location.bg-none {
  background: no-repeat scroll center 87px #FFFFFF;
}

.out-info {
  margin: auto;
  width: 92%;
}

.out-info h2 {
  padding-bottom: 0%;
  line-height: 45px;
  padding-top: 10px;
  font-size: 20px;
  font-weight: 400;
  color: #4d4e53;
  font-family: inherit;
}

.disclaimer-content {
  font-size: 13px;
  color: #6B6B6B;
  line-height: 20px;
}

.pop-upbutton {
  padding: 3.6% 0 2%;
}

.pop-upbutton {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.out-info a {
  color: #6B6B6B;
  font-size: 13px;
  text-decoration: underline;
}

.pop-upbutton span.accept,
.pop-upbutton span.decline {
  display: inherit;
}

.pop-upbutton span.accept {
  margin-right: 20px;
}

.pop-upbutton span.decline a,
.pop-upbutton span.accept a {
  background-color: #17458d;
  border-color: #17458d;
  border-radius: 4px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.5;
  padding: 10px 15px;
}



/* footer */

footer {
  background: #fafafa;
  position: relative;
  padding: 20px 0 20px 0;
  margin-top: 70px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #605f5f;
  font-weight: 300
}

footer a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #605f5f;
}


.footerlinks li {
  display: inline-block;
  position: relative;
  padding: 0 15px;
}


.footerlinks li:first-child {
  padding-left: 0;
}

.footerlinks li:after {
  content: '|';
  position: absolute;
  right: -6px;
  color: #ccc;
}

.footerlinks li:last-child:after {
  content: none;
}

.footerlinks {
  margin-bottom: 10px;
}


/* ScrollUp/ Go to TOP */

#back-to-top {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99;
  color: #fff;
  /*background-color:#2ba6e1;
  width:101px;
  height:99px;
  line-height:44px;*/
  right: 50px;
  bottom: -80px;
  padding-top: 2px;
  border-radius: 5px;
  transition: all .5s ease-in-out;
  transition-delay: .2s;
}

#back-to-top:hover {
  /*background-color:#3eb2ea;
  color:#fff;*/
  transition: all .2s ease-in-out;
  transition-delay: 0;
}

#back-to-top.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1;
  bottom: 80px;
}


#back-bottom {
  position: fixed;
  overflow: hidden;
  text-align: center;
  visibility: visible;
  opacity: 1;
  z-index: 99;
  color: #fff;
  right: 50px;
  bottom: 2%;
  padding-top: 2px;
  border-radius: 5px;
  transition: all .5s ease-in-out;
  transition-delay: .2s;
}


#back-bottom.hide {
  visibility: hidden;
  cursor: pointer;
  opacity: 0;
  bottom: 0;
}




/************* Media Queries *************/

/* Min width */

@media only screen and (min-width: 768px) {
  .hide-desk {
    display: none
  }
  
}

/* for-tablet-portrait-up */
@media screen and (min-width: 599px) {}

@media screen and (min-width: 600px) {
  .content-pad {
    padding-left: 58px;
  }
  .chairman-photo {
    text-align: right;
  }
  .modal-img {
    width: 29%;
  }
  .tbl {
    display: table;
    width: 100%
  }
  
  .tblcell {
    display: table-cell;
    float: none;
  }
  
}

@media screen and (min-width: 601px) and (max-width: 940px) {}

/* for-tablet-landscape-up */

@media screen and (min-width: 900px) {

}

/* for-tablet-landscape-only */

@media screen and (min-width: 900px) and (max-width: 1199px) {}


@media only screen and (max-height: 720px) {}


@media screen and (max-width: 1063px) {}

@media screen and (min-width: 1133px) {
  .topmenu {
    float: right;
    margin-right: 48px;
  }

  .topmenu ul {
    float: left;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1000;
    line-height: 80px;
    list-style: none;
  }

  .cf:before,
  .cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }

  .cf:after {
    clear: both;
  }

  .cf {
    *zoom: 1;
  }

  ul.navbar li {
    float: left;
    margin: 0;
    position: relative;
  }

  ul.navbar li a {
    display: block;
    padding: 0 20px;
    color: #333;
    text-decoration: none;
    transition: all .2s ease-in-out;
    font-size: 15px;
    font-size: 1.5rem;
  }

  ul.navbar li a:hover,
  ul.navbar li:hover>a,
  ul.navbar li.selected>a,
  ul.navbar li a.selected {
    color: #0069aa;
  }

  ul.navbar li ul {
    margin: 0;
    position: absolute;
    background: #f7f7f7;
    left: 10%;
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transition: all .1s ease;
    line-height: normal;
    -webkit-box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.10);
  }

  ul.navbar li ul li>a {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  ul.navbar ul li {
    float: none;
  }

  ul.navbar li:hover>ul {
    opacity: 1;
    visibility: visible;
    left: 0;
    transition: all .5s ease-in-out;
  }

  ul.navbar li>ul li:hover>a,
  ul.navbar li>ul li.selected>a {
    background: #dcdada;
  }

  ul.navbar>li:hover>ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
    left: 0;
  }

  ul.navbar li>ul ul {
    top: 0;
    left: 90%;
  }

  ul.navbar li>ul li:hover>ul {
    left: 100%;
  }

  ul.navbar li>ul.mob-flipped>li:hover>ul {
    left: auto;
    right: 100%;
  }

  .mobile-icon-wrap {
    display: none
  }

}

/* for-desktop-up */

@media screen and (min-width: 1200px) {}

/* for-desktop-only */

@media screen and (min-width: 1200px) and (max-width: 1799px) {}

/* for-big-desktop-up */

@media screen and (min-width: 1920px) {}

/* Max width */

/* for-desktop-down */
@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1132px) {
  ul.navbar {
    height: calc(100vh - 75px);
    overflow: scroll;
    margin: 0
  }
  .u-vmenu {
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    top: 100%;
    padding-bottom: 80px;
    display: none;
  }
  .u-vmenu a {
    display: inline-block;
    text-decoration: none;
    color: #FFFFFF;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
  }
  .u-vmenu ul li {
    list-style: none;
  }
  .u-vmenu ul ul {
    display: none;
    padding-bottom: 20px;
  }
  /*.u-vmenu>ul>li {
    background: url(../images/vmenu/zakladka.png) left top no-repeat;
    background-size: 100% auto;
    border-bottom: 1px solid #ccc;
  }*/
  .u-vmenu ul li a {
    line-height: 75px;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    text-decoration: none;
    outline: none;
    position: relative;
    text-transform: uppercase;
    text-align: center;
  }

  .u-vmenu ul li a.selected {
    color: #f68b1f;
  }
  .u-vmenu>ul>li>ul>li>a {
    text-transform: none;
    font-weight: 500;
    line-height: 33px;
  }

  .u-vmenu>ul>li>ul>li>ul>li>a {
    text-transform: none;
    font-weight: 500;
    line-height: 33px;
    font-weight: normal
  }

  .u-vmenu>ul>li>ul>li>ul>li>ul>li>a {
    text-transform: none;
    font-weight: 500;
    line-height: 33px;
  }
  .u-vmenu ul li a[data-option='on'] {
    color: #f68b1f;
  }

  .u-vmenu ul li a[data-option='on']:after {
    background: url(../images/icon-menu-right.svg) right center no-repeat;
    content: "";
    width: 16px;
    position: absolute;
    right: 36px;
    top: 39%;
    height: 16px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }

  .u-vmenu ul li ul li a[data-option='on']:after,
  .u-vmenu ul li ul li a[data-option='off']:after {
    right: 25px;
  }

  .u-vmenu ul li a[data-option='off']:after {
    background: url(../images/icon-menu-right.svg) right center no-repeat;
    content: "";
    width: 16px;
    position: absolute;
    right: 36px;
    top: 39%;
    height: 16px;
  }
  .u-vmenu a:hover {
    color: #f68b1f;
  }

  #searchwrap {
    margin-right: 50px;
  }
  .mobile-icon-wrap {
    /*background-color: rgba(0,0,0,0.7);*/
    width: 100%;
    height: 80px;
    position: absolute;
    right: 27px;
  }
  .mobile-icon {
    color: #ffffff;
    height: 80px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 50px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    cursor: pointer;
  }
  .mobile-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
  }
  .mobile-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 36px;
    height: 2px;
    background-color: rgba(0, 0, 0, 1);
  }
  .mobile-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
  }

  .mobile-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
  }

  .mobile-icon-active span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
  }

  .mobile-icon-active span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
  }

  @keyframes clickfirst {
    0% {
      transform: translateY(4px) rotate(0deg);

    }

    100% {
      transform: translateY(0) rotate(45deg);
    }
  }

  @keyframes clicksecond {
    0% {
      transform: translateY(-4px) rotate(0deg);
    }

    100% {
      transform: translateY(0) rotate(-45deg);
    }
  }

  .mobile-icon-inactive span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
  }

  .mobile-icon-inactive span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
  }

  @keyframes outfirst {
    0% {
      transform: translateY(0) rotate(-45deg);
    }

    100% {
      transform: translateY(-4px) rotate(0deg);
    }
  }

  @keyframes outsecond {
    0% {
      transform: translateY(0) rotate(45deg);
    }

    100% {
      transform: translateY(4px) rotate(0deg);
    }
  }

  .u-vmenu a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
  }

  @-webkit-keyframes returnToNormal {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }

    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }

  @keyframes returnToNormal {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }

    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  .hide {
    display: none
  }

}

/* for-tablet-landscape-down */

@media screen and (max-width: 900px) {



}

@media screen and (max-width: 899px) {
  .pf-wrap div:nth-child(even) .pf-box {
    border-right: none
  }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
  .banner-wrap .slide-wrap {
    height: 80vh;
  }
}


@media (max-width: 768px) and (orientation: portrait) {
  .banner-wrap .slide-wrap {
    height: 65vh;
  }
  .slide1 {
    background-image: url(../images/homepage-banner-mobile-1.jpg);
  }
  
  .slide2 {
    background-image: url(../images/homepage-banner-mobile-2.jpg);
  }
  
  .slide3 {
    background-image: url(../images/homepage-banner-mobile-3.jpg);
  }
}


@media screen and (max-width: 768px) {

  .hportfolio-details,
  .hportfolio-title {
    font-size: 13px;
  }

  .counter-wrap {
    font-size: 40px;
    font-size: 4.0rem;
  }

  .hportfolio-title {
    width: 210px;
  }

  .news-box {
    margin: 30px 0
  }

  .copyright {
    text-align: center;
    margin-bottom: 8px
  }

  .footerlinks {
    margin-bottom: 10px;
    float: none;
    text-align: center;
  }

  .btn {
    margin-top: 10px
  }

  h1 {
    line-height: 34px;
  }

  h6.t7 {
    font-size: 1.5rem;
  }

  .country-wrap {
    margin: 0px 0 0 0;
  }

  .country-wrap.fix-position {
    margin: 30px 0 0 0;
  }

  .sg-link .map-popup {
    top: 27%;
    left: 4%; 
  }
  
  .adelaide-link .map-popup {
    top: 75%;
    left: 33%;
  }
  
  .melbourne-link .map-popup {
    top: 45%;
    left: 52%; 
  }
  
  .sydney-link .map-popup {
    top: 54%;
    left: 71%;
  }
  
  .uk-link .map-popup {
    top: 17%;
    left: 4%; 
  }

  .overall-map {
    width: 100%;
    max-width: 903px;
    position: relative;
    height: auto;
    left: 0%;
  }

}

@media (max-width: 767px) {
  .hide-mb {
    display: none
  }
  .country-wrap ul {
    width: 83px;
  }
  .country-wrap ul img {
    padding-right: 0;
  }
  .country-wrap ul li {
    text-align: center;
  }

}

@media screen and (max-width: 633px) {}

/* for-tablet-portrait-down */

@media screen and (max-width: 600px) {
  .col-group {
    padding: 0 20px;
  }

  .popup-location {
    width: 90%;
    background: #fff;
    margin: auto;
    padding-bottom: 1%;
  }

  .global-content {
    height: 250px;
    overflow: hidden;
    overflow-y: hidden;
    overflow-y: auto;
  }

  #back-to-top.show {
    bottom: 120px;
    right: 23px;
  }
  #back-to-top {
    right: 23px;
  }
  .pf-box {
    min-height: 208px;
    padding: 0 10px;
  }
  .main-pf-box {
    min-height: auto;
  }
  .main-pf-box-au {
    min-height: auto;
  }
}

@media screen and (max-width: 599px) {
  .sg-bg {
    height: 400px; 
  }

  .hportfolio-wrap>div {
    margin-bottom: 45px
  }

  .subscribe-wrap span {
    display: block;
  }
  .btn-rad {
    display: block
  }
  .btn-rad.b3 {
    min-width: 97%;
    width: 97%;
    white-space: normal;
  }

}

/* for-mobile-portrait-down */

@media screen and (max-width: 414px) {
  .banner-txt {
    background: rgba(0, 35, 119, 0.6);
    position: absolute;
    bottom: 14%;
    left: 7%;
    padding: 6px 12px;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    z-index: 900;
    /*text-shadow: 2px 4px 2px rgba(0,0,0,0.6);*/
  }
  .country-wrap ul {
    padding: 5px 0;
    width: 60px;
  }
  .country-wrap ul li {
    padding: 6px 10px;
  }
  .map-list {
    margin-bottom: 20px;
  }
  .country-wrap {
    margin: 0 0 0 0;
    top: -12px;
  }
  .country-wrap.fix-position {
    margin: 30px 0 0 0;
  }
  .mb-margin {
    margin: 0 0 40px 0;
  }
  .banner-wrap .slide-wrap {
    background-size: contain;
    background-position: center 80px;
  }
  .banner-wrap .slick-prev, .banner-wrap .slick-next {
    height: auto;
  }
  .pf-tbl td:first-child {
    width: 25%
  }
  .mbpad{
    padding-top: 0;
  }
  .banner-wrap .slide-wrap {
    height: 60vh;
  }
  .hp-date {
    right: 0;
    float: none;
  }
}

@media screen and (max-width: 400px) {
  html {
    font-size: 50%;
  }

}