@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:'Microsoft-YaHei';
  color: #222222;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p{
  padding-bottom: 25px;
  line-height: 1.7;
  margin: 0;
  letter-spacing: -1px;
}
.img-responsive {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6, h7, p {
  font-weight: normal;
  position: relative;
  margin: 0;
}

ol, ul {
  list-style: none;
  margin:0;
  padding:0;
}

hr{
  border: none;
  height: 1px;
  /* Set the hr color */
  color: #007235; /* old IE */
  background-color: #007235; /* Modern Browsers */
  margin:18px 0 18px 0; 
  width: 100%;
  position: relative
}


img {
  max-width: 100%;
  height: auto;
  border: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
a {
  /*color: #222;*/
  color: #002f81;
  text-decoration:none;
  cursor: pointer
}

a:hover{
  color:#000;
  text-decoration:none;
  cursor: pointer
}

a:selected, a:focus{
  color: #760004;
  text-decoration:none;
}

#wrapper {
  width:100%;
  position:relative;
  background: #f7f8ff;
}


h1{
  font-size: 36px;
  font-size: 3.6rem;
  color: #002f81;
  margin: 30px 0
}
h2{
  font-size: 36px;
  font-size: 3.6rem;
  color: #002f81;
  padding-bottom: 30px;
}
.subpg-h1 {
  font-size: 24px;
  font-size: 2.4rem;
  display: block;
}

h3 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #002f81;
  font-family:'Microsoft-YaHei-Bold';
  margin-bottom: 30px
}

h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 47px;
  height: 1px;
  background: #002f81;
}
h4 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: bold;
}



/* Main style */

.btn,
.btn::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}

.btn {
  background: none;
  border: 1px solid #002f81;
  border-radius: 5px;
  color: #002f81;
  display: block;
  padding: 8px 0;
  position: relative;
  width: 170px;
  text-align: center;
}

.btn::before,
.btn::after {
  background: #002f81;
  content: '';
  position: absolute;
  z-index: -1;
}

.btn:hover {
  color: #fff;
  z-index: 101;
}
/* BUTTON 5 */
.btn {
  overflow: hidden;
}

.btn::after {
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}

.btn:hover:after {
  height: 100%;
  width: 135%;
}



/* Menu */
.mainmenu-wrap {
  width: 100%;
  background: #f7f8ff;
  line-height: 80px;
  border-bottom: 1px solid #ccd5e6;
  position: fixed; 
  top:0;
  animation: slide-down 1s;
  z-index: 1000;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-200%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}
.logo {
  max-width: 140px;
 /** height: 50px;**/
}
.top-misc {
  float: right
}
select {
  font-size:14px;
  font-size: 1.4rem; 
  background: url('/images/arrow-down.png') no-repeat 90% 50%, linear-gradient(#ffffff, #f4f5f9);
  color:#002f81; 
  padding:5px 7px; 
  border:1px solid #ced0da; 
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px;
  border-radius: 3px 3px; 
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  font-family: 'Microsoft-YaHei';
  line-height: normal; 
} 

select:after {
  content: "\f107";  /* this is your text. You can also use UTF-8 character codes as I do here */
  font-family: 'FontAwesome';
  right:-5px;
  position:absolute;
  top:0;
}

select.lang {
  width: 100px;
  margin: 0 10px
} 
.home-profile {
  background: #f7f8ff url(/images/triangle.png) no-repeat right bottom  / contain; 
  padding: 95px 0 160px 0; 
  position: relative
}


.home-prof-info {
  padding-bottom: 60px
}
.profile-title {
  color: #002f81;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.4
}
.vline {
  border-left: 1px solid #ced0da;
  height: 105px;
  position: absolute;
  left: 20%
}

.vline2 {
    border-left: 1px solid #cfd8eb;
    height: 60px;
    position: relative;
    margin: 0 auto 65px auto;
    display: table;
}


/* slick slider/ main banner */
.mainbanner {
  padding-top: 80px
}
.slider {
    width: 100%;
}
.bannerbox {
    width: 100%; 
    min-height: 1000px
}
.banner1 {
    background: url(/images/banner-1.jpg) no-repeat center top / cover;
}
.banner2 {
    background: url(/images/banner-2.jpg) no-repeat center top / cover;
}
.banner3 {
    background: url(/images/banner-3.jpg) no-repeat center top / cover;
}

/* inside pages */
.subpg-banner {
    width: 100%;
    height: 450px;
    position: relative;
    padding-top: 80px
    
}

.banner-sub-architecture, .banner-sub-business-segment {
    background: url('/images/banner-sub.jpg') no-repeat center center / cover;
}
.banner-sub-holdings {
    background: url('/images/banner-sub-holdings.jpg') no-repeat center center / cover;
}
/*
#overview  .banner-sub-holdings {
  display: none
}*/

.banner-sub-trust {
    background: url('/images/banner-sub-trust.jpg') no-repeat center center / cover;
}
.banner-sub-about {
    background: url('/images/banner-sub-about.jpg') no-repeat center center / cover;
}
.banner-sub-commercial {
    background: url('/images/banner-sub-commercial.jpg') no-repeat center center / cover;
}

.banner-sub-residential {
    background: url('/images/banner-sub-residential.jpg') no-repeat center center / cover;
}

.subpg-content {
	background: #f7f8ff;
	font-size: 18px;
	font-size: 1.8rem;
	padding-bottom: 73px;
	padding-top: 80px
}
.subpg-content2 {
	background: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	padding-bottom: 73px;
	padding-top: 40px
}

.inner-header {
  position: relative;
}
.inner-header select.genselect {
  position: absolute;
  right: 0;
  width: 200px;
  margin-top: 8px;
  top: 0;
}
.img-pad {
  margin: 30px auto
}

.contact-wrap {
	color: #fff;
	margin-bottom: 25px
}
.contact-wrap .itemcols{
	padding: 30px
}

hr{
  border: none;
  height: 1px;
  /* Set the hr color */
  color: #cfd8eb; /* old IE */
  background-color: #cfd8eb; /* Modern Browsers */
  margin:18px 0 18px 0; 
  width: 100%;
  position: relative
}

.sr-box img {
	padding: 40px 0
}
.sr-box {
	padding: 0 15px
}


.right{
  text-align: right;
  float: right
}
.top-gutter{
  padding-top: 20px;
}
.bottom-gutter{
  padding-bottom: 100px
}
.top-gutter40{
  padding-top: 40px
}
.no-right-gutter{
  padding-right:0;
 }

.center{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.awards-item {
	background: #fff;
	margin: 0 3px 40px 3px;
	padding: 0 15px;
	min-height: 253px;
  text-align: left;
}
.awards-item p {
	border-top: 1px solid #c6cfdf;
	margin-top: 15px;
	
}


.join-item {
	padding: 0 25px;
	margin: 25px 0
}


/** Portfolio **/
.select1 {
  background: url('/images/arrow-down.png') no-repeat 90% 50%, linear-gradient(#ffffff, #f4f5f9);
  color:#002f81; 
  padding:9px 7px; 
  border: 1px solid #e1e2e4; 
  -moz-border-radius: 12px; 
  -webkit-border-radius: 12px;
  border-radius: 12px; 
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  font-family: 'Microsoft-YaHei';
  line-height: normal;
  width: 100%;
  -webkit-box-shadow: 2px 2px 10px 2px #e1e2e4;
  -moz-box-shadow: 2px 2px 10px 2px #e1e2e4;
  box-shadow: 2px 2px 10px 2px #e1e2e4;
  height: 47px;
  margin-bottom: 10px;
}

.po-wrap {
  background: url('/images/grid-bg.png');
  padding-left: 0;
  padding-right: 0;
  margin-top: 50px;
}

.box1 {
  padding:9px 0 9px 18px; 
  border: 1px solid #e1e2e4; 
  -moz-border-radius: 12px; 
  -webkit-border-radius: 12px;
  border-radius: 12px; 
  line-height: normal;
  width: 100%;
  -webkit-box-shadow: 2px 2px 10px 2px #e1e2e4;
  -moz-box-shadow: 2px 2px 10px 2px #e1e2e4;
  box-shadow: 2px 2px 10px 2px #e1e2e4;
  height: 47px;
}

.box1 span {
  float: left
}
.box1 ul {
  float: right
}
.box1 ul li { 
  float: left;
  margin-right: 20px;
}
.rightbox {
  background: #fff;
  padding-bottom: 62px;
  height: 100%;
}

.rightbox a:hover {
  text-decoration: underline
}
.po-title {
  padding: 15px 30px;
  border-bottom: 1px solid #c7d1e3;
}
.po-menu li{
  border-bottom: 1px solid #c7d1e3;
  padding: 15px 30px;
}
.po-menu li a:hover {
  text-decoration: underline;
  color: #002f81
}

#image-map {
  width: 100%;
  min-height: 960px;
}

#image-map2 {
  width: 100%;
  min-height: 960px;
}

.arrow:after {
  float: right;
  content: "\f107";
	font-family: FontAwesome;
	font-style: normal;
	font-size: 19px;
	color: #a8aab7;
}
.acc-header.toggleopen.arrow:after {
  
  content: "\f106";  
	font-family: FontAwesome;
	font-style: normal;
}

.panel {
  display: none;
  background: #fff;
  border-radius: 12px;
  margin-top: 4px;
  position: absolute;
  margin-top: -4px;
  height: 400px;
  overflow-y: auto;
}
.acc-select-wrap {
  position: relative;
  z-index: 10;
}
.acc-select {
  background: #fff;
  padding: 10px 20px;
  margin-bottom: 17px;
  padding: 9px 14px; 
  border: 1px solid #e1e2e4; 
  -moz-border-radius: 12px; 
  -webkit-border-radius: 12px;
  border-radius: 12px; 
  line-height: normal;
  width: 100%;
  -webkit-box-shadow: 2px 2px 10px 2px #e1e2e4;
  -moz-box-shadow: 2px 2px 10px 2px #e1e2e4;
  box-shadow: 2px 2px 10px 2px #e1e2e4;
  height: 47px;
  display: block;
  cursor: pointer;
  color: #a8aab7;
}

.acc-select-wrap .acc-header {
    border-bottom: 1px solid #c7d1e3;
    padding: 10px 20px;
    
}
.acc-select-wrap .acc-header:hover {
    background:  #f8f8ff;
    color: #002f81;
    text-decoration: none
}
.acc-select-wrap .accrd-body li {
  border-bottom: 1px solid #c7d1e3;
  padding: 10px 0 10px 20px;
}
.acc-select-wrap .accrd-body {
  padding: 0
}


select.res-select {
  font-size: 18px;
  font-size: 1.8rem;
  background: #fff url('/images/arrow-down2.png') no-repeat 96% 50%;
  color: #a8aab7;
  padding: 9px 14px;
  margin-bottom: 17px;
  border: 1px solid #e1e2e4; 
  -moz-border-radius: 12px; 
  -webkit-border-radius: 12px;
  border-radius: 12px; 
  -webkit-box-shadow: 2px 2px 10px 2px #e1e2e4;
  -moz-box-shadow: 2px 2px 10px 2px #e1e2e4;
  box-shadow: 2px 2px 10px 2px #e1e2e4;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  font-family: 'Microsoft-YaHei';
  line-height: normal; 
  width: 100%;
  cursor: pointer;
} 

/*Accordion*/

.portfolio-accordion .acc-header {
    cursor: pointer;
    overflow: hidden;
    padding: 10px 20px;
    
}
.portfolio-accordion .acc-header * {
    cursor: pointer;
}
.portfolio-accordion .accrd-body {
    height: auto;
    display: none;
}

.portfolio-accordion.main-accmenu .accrd-body {
    padding: 10px 30px;
}
.acc-header:hover {
  text-decoration: underline;
  color: #002f81
}
.detailheader {
  padding: 15px 30px;
  border-bottom: 1px solid #c7d1e3;
}
.back {
  float: left;
  line-height: 54px;
  color: #002f81;
  cursor: pointer
}
.detail-title {
  font-size: 36px;
  font-size: 3.6rem;
  color: #002f81;
  float: right;
}
.detailheader i {
  padding-right: 10px
}
.divider {
  border-bottom: 1px solid #c7d1e3;
}

/* leaflet */
.leaflet-container {
  background: transparent;
  font: 15px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.leaflet-container a.leaflet-popup-close-button {
  display: none
}
.leaflet-popup-content img {
  max-width: 200px;
  width: 200px;
}

.leaflet-popup-content-wrapper {
  border-radius: 6px;
}

.leaflet-popup-content {
  width: 200px
}

.leaflet-top, .leaflet-bottom {
  position: absolute;
  z-index: 999;
  pointer-events: none;
}

.targetcontent {
  display: none; 
  position: absolute; 
  top:0; 
  right: 0; 
  z-index: 10; 
  width: 100%
}

#dituContent {
  height:550px; 
  width: 100%;
  margin-bottom: 30px
}
#dituContent img {
  max-width: none;
}
#dituContent .BMap_Marker div {
  height: 27px !important;
}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}

.pf-detailwrap td{
  padding: 0 25px 15px 0;
}
.pf-detailwrap td:first-child{
  font-family:'Microsoft-YaHei-Bold';
  font-weight: bold
}

.nws-detail {
  border-bottom: 1px solid #ccd5e6;
  padding: 20px 0 0 0;
}

.nws-detail img {
  margin-bottom: 15px;
}

a .nws-detail {
  color: #222
}

a:hover .nws-detail {
  color: #002f81
}
/* pagination 
.paginate-pagination ul {
	margin: 20px auto;
	padding: 0;
	list-style: none;
	text-align: center
}
.paginate-pagination ul:after {
	content: ' ';
	display: table;
	clear: both;	
}
.paginate-pagination ul > li {
	display: inline-block;
}
.paginate-pagination ul > li > a.page {
	display: block;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	font-weight: 700;	
  font-family: Arial;
  padding: 0 3px;
}
.paginate-pagination ul > li > a.page:hover, .paginate-pagination ul > li > a.page.active { 
	cursor: pointer;
	color: #002f81;
	text-decoration: underline;
}

.paginate-pagination ul > li > a.page-next.deactive,
.paginate-pagination ul > li > a.page-prev.deactive { 
	cursor: pointer ;
	color: #002f81;
 }
 .paginate-pagination ul > li a.page-next {
	margin-left: 20px
 }
  .paginate-pagination ul > li a.page-prev {
	margin-right: 20px
 }*/

/* paginate control */
.pagination-wrap {
  margin: 30px 0 50px 0;
  position: relative;
}
.jplist-panel button {
  border: none;
  background: none;
}
.jplist-panel .jplist-pagination .jplist-current {
  color: #002f81;
  text-decoration: underline;
}
.jplist-panel button.jplist-disabled {
  background: none;
  color: #ccc;
}
.jplist-panel button:hover {
  background: none;
  text-decoration: underline;
}
.jplist-panel .jplist-pagination button {
  padding: 3px;
}
.jplist-label {
  background: none;
  color: #002f81;
  border: none;
  margin: 14px 5px 0 0
}

.jplist-panel {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}

@media screen and (max-width: 600px) {
  .jplist-panel {
    width: 100%;
  }
}

.slick-prev, .slick-next {
    width: 70px;
    height: 70px;
}


.slick-prev {
   left: 7px;
    z-index: 13;
}
.slick-next {
    right: 7px;
    z-index: 13;
}
.slick-prev:before, .slick-next:before { 
  font-family: FontAwesome; 
  font-size: 70px; 
  line-height: 1; 
  color: #fff; 
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
  z-index: 1000;
   -webkit-text-stroke: 0px #fff;
}

.slick-prev:before { 
  content: "\f104"; 
}
[dir="rtl"] .slick-prev:before { 
  content: "\f105"; 
}
[dir="rtl"] .slick-next { 
  /*left: -10px; top: 70px; right: auto;*/ 
}
.slick-next:before { 
  content: "\f105"; 
}
[dir="rtl"] .slick-next:before { 
  content: "\f104"; 
}

.slick-prev::before, .slick-next::before {
  opacity: 1;
}


.footer-wrap {
  background: #f7f7f7;
  border-top: 1px solid #c6cfdf;
  padding: 38px 0 38px 0;
  display: none;
   -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.footer-wrap.active {
  display: block;
}

.footer-wrap a {
  color: #222222
}
.footer-menu > li {
  font-family:'Microsoft-YaHei-Bold';
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  margin-bottom: 8px
}
.footer-menu li > ul {
  display: block;
  margin: 10px 0
}
.footer-menu li > ul li {
  display: inline-block;
  margin-right: 40px;
  vertical-align: top;
}
.footer-menu > li > ul > li > a {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  color: #222;
}
.footer-menu a:hover {
  color: #002f81;
}
.footer-menu li > ul li:last-child {
  margin-right: 0;
}
#ent {
	font-size: 15px;
	font-size: 1.5rem;
	color: #002f81
}
.plus-icon:after {
  content:"+";
  padding-left: 10px;
}
.plus-icon.mins-icon:after {
  content:"-";
  padding-left: 10px;
}
.footer-ent {
  display: none;
}
.footer-ent a {
  line-height: 22px;
  font-size: 11px;
  font-size: 1.1rem;
  color: #222;
  font-weight: normal;
}
.copyright {
  background: #1f295e;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 14px 0;
  position: relative
}
.copyright li {
  display: inline-block;
  padding: 0 18px;
  position: relative;
}
.copyright li:first-child:after  {
   content: '|';
   position: absolute;
   right: -3px;
	 color: #fff
}
.copyright a{
   color: #8eeeff;
}

.smap {
  display: inline-block;
  cursor: pointer
}

.smap.arrowsmap:after {
  float: right;
  content: "\f0e8"; 
	font-family: FontAwesome;
	font-style: normal;
	font-size: 19px;
	color: #8eeeff;
  margin: -2px 0 0 9px;
}
.smap.toggleopen2.arrowsmap:after {
  content: "\f146"; 
	font-family: FontAwesome;
	font-style: normal;
}

/* ScrollUp/ Go to TOP */
#scrollUp {
  position: relative;
  bottom: 0px;
  right: 3px;
  width: 50px;
  height: 50px;
  background: url("/images/back-to-top.png") no-repeat center;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  z-index: 999 !important;
} 

.scrollbox {
  border-left: 1px solid #fff;
  position: absolute;
  right: 0;
  display: block;
  top: 0;
  height: 100%;
  padding: 0 27px;
}

.pad-b-10 {
  padding-bottom: 10px;
}


.card-wrap {
  padding: 5px 5px 30px;
}
.card-content {
  background-color: #fff;
  padding: 20px;
  font-size: 14px;
  color: #909090;
}
.card-content span {
  display: block;
}
.card-content .title {
  font-size: 18px;
  color: #333333;
}
/*.card-wrap:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}*/
.card-wrap:hover .card-content {
  background-color: #f2f2f2;
}
.card-wrap:hover .card-content .title {
  color: #002f81;
}


/************* Media Queries *************/




/* Min width */

/* for-tablet-portrait-up */
@media screen and (min-width: 600px) {

  
  .vline3 {
    border-left: 1px solid #cfd8eb;
    height: 155px;
    position: absolute;
    left: 50%;
    text-align: center;
    margin: 30px 0;
  }
}

@media screen and (min-width: 601px) and (max-width: 940px) {
  .inner-header h2 {
    width: 47%;
    margin: auto;
  }
}

/* for-tablet-landscape-up */
@media screen and (min-width: 900px) {
    
    .dt2fixed {
      width: 20%
    }
    .grid30-right {
      padding-right: 30px
    }
    .nav-wrap {
      float: right;
      margin-right: -33px;
      transform: none;
    }
    .nav-wrap .slide-menu, .nav-wrap .sliderm{
      transform: none !important;
    }

    .nav-wrap .sliderm li .slide-menu-control {
      display: none
    }
    .nav-wrap ul {
      list-style:none;
      position:relative;
      float:left;
      margin:0;
      padding:0;
      z-index: 1000;
    }
    .nav-wrap ul a {
      display:block;
      color:#222;
      text-decoration:none;
      line-height:80px;
      padding:0 20px;
    }
    .nav-wrap ul a:hover, .nav-wrap ul li a.selected {
      color:#002f81;
    }
    .nav-wrap ul li {
      position:relative;
      float:left;
      margin:0;
      padding:0
    }
    .nav-wrap ul ul {
      position:absolute;
      top:100%;
      left:0;
      background:#fff;
      padding:0;
      -webkit-box-shadow:  0px 4px 6px rgba(0,0,0,0.30);
      -moz-box-shadow:  0px 4px 6px rgba(0,0,0,0.30);
      box-shadow: 0px 4px 6px rgba(0,0,0,0.30);
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transform: translate3d(0, 10px, 0);
      -webkit-transform: translate3d(0, 10px, 0);
      -moz-transform: translate3d(0, 10px, 0);
      opacity: 0;
      visibility: hidden;
    }
    .nav-wrap ul ul li {
      float:none;
      width:200px
    }
    .nav-wrap ul ul li:hover, .nav-wrap ul ul li.selected {
      background: #e9ebee
    }
    .nav-wrap ul ul a {
      line-height:120%;
      padding:13px 25px;
      text-align: left
    }

    .nav-wrap ul ul ul {
      top:0;
      left:100%;
      background: #f7f8ff;
    }
    .nav-wrap ul li:hover > ul {
      display:block;
      transform: translate3d(0, 0px, 0);
      -webkit-transform: translate3d(0, 0px, 0);
      -moz-transform: translate3d(0, 0px, 0);
      visibility: visible;
      opacity: 1
    }
    .nav-wrap ul li > ul a .fa-angle-right {
      position: absolute;
      top: 36%;
      right: 25px;
      display: block
    }
    .nav-wrap ul li > a .fa-angle-right {
      display: none
    }

    
    .toggle-mobile, .fa.fa-bars {
      display: none;
      
    }
    .search-wrapper {
      display:none;
      position: absolute;
      top: 0;
      left: 20%;
      width: 60%;
      background: transparent;
      height: 80px;
    z-index: 1100
  }
  #search {
    cursor: pointer;
  }
  .search-displayed {
      display: block;
  }
  
  .search-form-wrapper {
      height: 25px;
      padding: 16px 5px;
      position: absolute;
      left:100px;
      opacity:0;
  }
  
  .search-form i {
      color:#fff;
      margin-right:10px;
  }
  
  .search-form input {
      background: transparent;
      color: #fff;
      border: none;
      font-size: 16px;
      font-weight: 100;
      color: #222;
      outline: none;
  }
  
  .search-results {
      position:absolute;
      top: 80px;
      background: #fff;
      width: 100%;
      padding: 20px 0;
  }
  
  .background-overlay {
      display:none;
      background:rgba(0, 0, 0, 0.46);
      position:fixed;
      width:100%;
      height:100%;
    left: 0;
  }
  
  .search-suggestions-list {
      list-style: none;
      padding-left: 15px;
      color: #7B7B7B;
  }
  
  .search-suggestions-list h2 {
      font-size:12px;
  }
  
  .search-suggestions-list li, .search-suggestions-list a {
      font-size:10px;
      color:#7B7B7B;
      text-decoration:none;
      line-height: 2.5;
  }
  
  .search-suggestions-list a:hover {
      color: #333;
  }
  .search-suggestion-header {
    color: #222
  }
  .mob-search {
    display: none
  }
  .groupcols {
	display: table;
	width: 100%
  }

  .itemcols {
    display: table-cell;
    float: none;	
    vertical-align: top;
  }

  .vline4 {
    border-left: 1px solid #cfd8eb;
    height: 367px;
    position: absolute;
    left: 50%;
    text-align: center;
    margin: 70px 0;
  }
  .col-dt-w20 {
    width: 20%;
  }

}

/* for-tablet-landscape-only */
@media screen and (min-width: 900px) and (max-width: 1199px) {}


@media screen and (min-width: 1024px) {

}

/* 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: 1200px) {

}


/* for-tablet-landscape-down */
@media screen and (max-width: 899px) { 
    .toggle-mobile {
      background: #f7f8ff;
      line-height: 80px;
      border-bottom: 1px solid #ccd5e6;
      z-index: 1001;
      padding: 0 24px;
    }
    .bg-overlay {
      display: none;
      position: fixed;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: 0.5;
      filter: alpha(opacity=50);
      z-index: 999;
      top: 0;
      left: 0;
    }
    .fa.fa-bars {

    }
    .mob-bars {
      float: right;
      padding: 25px 0 0 10px;
      cursor: pointer
    }
    .mob-bars .bar {
      width: 30px;
      height: 4px;
      background-color: #002f81;
      display: block;
      margin: 6px auto;
      border-radius: 2px;
    }

    /*mobile close */
    .mob-name {
      float: left;
      font-size: 18px;
      font-size: 1.8rem;
    }
    
    .mob-close {
    position: absolute;
    right: 30px;
    top: 25px;
    width: 32px;
    height: 32px;
    cursor: pointer
    }
    
    .mob-close:before, .mob-close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #002f81;
    }
    .mob-close:before {
    transform: rotate(45deg);
    }
    .mob-close:after {
    transform: rotate(-45deg);
    }
    .slide-menu {
      position: fixed;
      width: 320px;
      max-width: 100%;
      height: 100vh;
      top: 0;
      right: 0;
      display: none;
      overflow: hidden;
      box-sizing: border-box;
      background: #f7f8ff;
      transition: -webkit-transform 300ms ease-in-out;
      transition: transform 300ms ease-in-out;
      transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      will-change: transform;
      z-index: 1000;
    }
    .slide-menu .sliderm {
      position: absolute;
      top: 80px;
      left: 0;
      width: 100%;
      transition: -webkit-transform 300ms ease-in-out;
      transition: transform 300ms ease-in-out;
      transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      will-change: transform;
    }
    .slide-menu ul {
      padding-left: 0;
      list-style: none;
      position: relative;
      width: 320px;
      max-width: 100%;
      margin: 0;
      text-align: left;
    }
    .slide-menu ul ul {
      position: absolute;
      top: 0;
      left: 100%;
      display: none;
      
    }
    .slide-menu ul a {
      display: block;
      padding: 0 24px;
      color: #222;
      text-decoration: none;
      line-height: 45px;
      position: relative
    }
    .slide-menu ul a.selected {
      color:#002f81;
    }
    .slide-menu.no-transition, .slide-menu.no-transition * {
      transition: none !important;
    }
    .slide-menu ul li:hover {
      background: #e9ebee
    }
    .slide-menu .fa.fa-angle-right {
      position: absolute;
      top: 36%;
      right: 25px;
    }
    .slide-menu .fa.fa-angle-left {
      padding-right: 10px
    }
    .top-misc .fa.fa-search {
      display: none;
    }
    .footer-wrap {
      display: none
    }
    .search-wrapper {
      display: none
    }
    .mob-search {
      line-height: 45px;
      background: #fff;
    }
    .mob-search input {
      border: none;
      background: #fff;
      padding: 8px 24px;
      width: 86%;
    }

    #portfolio-overview .box1, #portfolio-overview #image-map {
      display: none
    }

}


@media (max-width: 768px) {
  .banner-sub-architecture, .banner-sub-business-segment {
    background: url('/images/banner-sub-m.jpg') no-repeat center center / cover;
  }
  .banner-sub-holdings {
      background: url('/images/banner-sub-holdings-m.jpg') no-repeat center center / cover;
  }
  /*#overview  .banner-sub-holdings {
      display: none
  }*/
  .banner-sub-trust {
      background: url('/images/banner-sub-trust-m.jpg') no-repeat center center / cover;
  }
  .banner-sub-about {
      background: url('/images/banner-sub-about-m.jpg') no-repeat center center / cover;
  }
  .banner-sub-commercial {
      background: url('/images/banner-sub-commercial-m.jpg') no-repeat center center / cover;
  }
  .banner-sub-residential {
      background: url('/images/banner-sub-residential-m.jpg') no-repeat center center / cover;
  }
}

@media (max-width: 767px) {

}

/* for-tablet-portrait-down */
@media screen and (max-width: 600px) {
  .col-group {
    padding: 0 15px;
  }
  
  .copyright li {
    display: block;
  }
  .copyright li:first-child:after  {
    position: relative;
    display: block;
    padding: 4px 0;
  }
  #scrollUp {
    bottom: 20px;
  }
.inner-header select.genselect {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: -48px;
  }

  
}



/* for-mobile-portrait-down */
@media screen and (max-width: 414px) {
}

@media screen and (max-width: 400px) {
  html {
    font-size: 50%;
  }
}

