/* color 
  dark blue: #1b2a56
  light blue: #5576b7
  yellow: #feda06
*/

*,
::after,
::before {
  box-sizing: inherit
}

button,
html,
input,
select,
textarea {
  font-family: 'Montserrat', sans-serif;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #292929;
  font-weight: 300
}
.wrapper {
  margin: 0 auto;
  overflow: hidden;
  background: #f2f3f7;
}
.max-content-width {
  max-width: 1200px;
  padding: 0 20px;
}
img,
legend {
  border: 0
}
.h1,
h1 {
  font-family: 'Montserrat', sans-serif;
  margin: 30px 0 15px;
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem;
  color: #1b2a56;
  line-height: 1.2272727273
}
h1 span {
  display: block;
  color: #b3b3b3;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 500;

}
#home h1 {
  font-size: 44px;
  font-size: 4.4rem;
}
.h2,
h2 {
  font-family: 'Montserrat', sans-serif;
  margin: 40px 0 15px;
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2941176471;
  color: #1b2a56;
}
.h3,
h3 {
  font-family: 'Montserrat', sans-serif;
  margin: 40px 0 15px;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1
}
.h4,
h4 {
  font-family: 'Montserrat', sans-serif;
  margin: 40px 0 15px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8333333333
}

.h5,
.h6,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  line-height: 1.2;
  color: #292929
}
.h5,
h5 {
  font-family: 'Montserrat', sans-serif;
  margin: 40px 0 15px;
  font-size: 22px;
  font-size: 2.2rem;
}
.h6,
h6 {
  font-family: 'Montserrat', sans-serif;
  margin: 40px 0 15px;
  font-size: 20px;
  font-size: 2.0rem;
}

.h7,
h7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
}

.footnote {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}
.news-header {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
	color: #1b2a56;
	font-weight: 500;
}
.sub-news {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #5e5e5e;  
}
.news-subheader {
	font-weight: 600;
}

.h6:last-child,
dl:last-child,
figure:last-child,
h6:last-child,
menu:last-child,
ol ol,
ol ul,
ol:last-child,
p:last-child,
pre:last-child,
ul ol,
ul ul,
ul:last-child {
  margin-bottom: 0
}

a {
  text-decoration: none;
  color: inherit;
}

.url-link,
.url-link:hover {
  color: #417ec8;
}


img {
  max-width: 100%;
  height: auto;
}
@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #dbdbdb;
  margin: 2em 0;
  padding: 0;
}
hr.style1 {
  border: 0;
  height: 5px;
  background: #f9d905;
  width: 100%;
  margin-left: 0px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
hr.style2 {
  border: 0;
  height: 3px;
  background: #f9d905;
  width: 118px;
  margin: 25px auto 40px auto;
  text-align: center;
}

.primary-color {
  color: #1b2a56;
}
.secondary-color {
  color: #5576b7;
}
.third-color {
  color: #feda06;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li {
  padding-bottom: 5px;
}
ul.style1 {
  list-style-type: disc;
  padding-left: 40px;
  text-align: left;
}
ul.style2 {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.style2 li {
  background: url('/images/bullet.jpg') no-repeat left top;
  padding-left: 20px;
  display: block;
}
ul.style4 {
  list-style-image: url('/images/bullet.jpg');
  padding-left: 40px;
  text-align: center;
}
ul.nostyle {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.nostyle span {
  vertical-align: 2px;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  
}
table {
  width: 100%;
  border-spacing: 0;
}
table thead th {
  background: #111d43;
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding: 10px;
}
table tr td {
  padding: 15px;
}


.table-disp {
  display: table;
  width: 100%;
}
.table-cell {
  display: table-cell;
  float: initial;
  vertical-align: middle;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.bold {
  font-weight: 700;
}
.pad-t-30 {
  padding-top: 30px;
}
.pad-t-50 {
  padding-top: 50px;
}
.pad-t-100 {
  padding-top: 100px;
}
.pad-b-30 {
  padding-bottom: 30px;
}
.pad-b-50 {
  padding-bottom: 50px;
}
.pad-b-100 {
  padding-bottom: 100px;
}

.pad-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pad-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pad-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pad-tb-100 {
  padding-top: 50px;
  padding-bottom: 100px;
}
.pad-tb-150 {
  padding-top: 50px;
  padding-bottom: 100px;
}
.pad-lr-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.mar-tb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* CTA */
.cta {
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  outline: 0;
  color: #114D8D;
  background-color: #FFF;
  border: 2px solid #114D8D;
      border-top-color: rgb(17, 77, 141);
      border-right-color: rgb(17, 77, 141);
      border-bottom-color: rgb(17, 77, 141);
      border-left-color: rgb(17, 77, 141);
  text-decoration: none;
  padding: 16px 50px;
  text-align: center;
  font-weight: 600;
  width: 100%;
}
.cta:focus,
.cta:hover {
  text-decoration: none;
  color: #FFF;
  background-color: #114D8D;
  border-color: #114D8D
}

.cta:active {
  color: #114D8D;
  background-color: #FFF;
  border-color: #114D8D
}

.cta[disabled] {
  cursor: default;
  color: #7F7F7F;
  background-color: #CCC;
  border-color: #CCC
}

@media (min-width:22.4375em) {

  .cta {
    width: auto
  }
}

.logo img {
  max-width: 150px;
}

/*  top menu */
.logo {
  height: 130px;
  display: table-cell;
  vertical-align: middle;
}
.top-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  float: left;
  width: 100%;
  background: #1b2a56;
}
.search-wrap::after {
  content: '';
  display: table;
  clear: both;
}
.searchbox{
  position:relative;
  min-width:30px;
  width:0%;
  height:30px;
  float:right;
  overflow:hidden;
  
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  max-width: 350px;
}
.searchbox-input{
  top:0;
  right:0;
  border:0;
  outline:0;
  background:transparent;
  width:100%;
  height:30px;
  margin:0;
  padding:0px 55px 0px 20px;
  color:#000;
  transition: all 0.3s;
}
.searchbox-open .searchbox-input {
  background:#fff;
  border-radius: 15px;
}
.searchbox-open .searchbox-icon i {
  color: #1b2a56;
}
.searchbox-input::-webkit-input-placeholder {
  color: #1b2a56;
}
.searchbox-input:-moz-placeholder {
  color: #1b2a56;
}
.searchbox-input::-moz-placeholder {
  color: #1b2a56;
}
.searchbox-input:-ms-input-placeholder {
  color: #1b2a56;
}
.searchbox-icon,
.searchbox-submit{
  width:30px;
  height:30px;
  display:block;
  position:absolute;
  top:0;
  right:0;
  padding:0;
  margin:0;
  border:0;
  outline:0;
  line-height:29px;
  text-align:center;
  cursor:pointer;
  color:transparent;
  background:transparent;
  border: 1px solid #fff;
  border-radius: 50%;
}
.searchbox-icon i {
  color: #fff;
}
.searchbox-open{
  width:100%;
}

.search-wrap,
.first-level > li > a span {
  color: #fff;
}
.search-wrap {
  padding: 5px 0;
  margin-top: 21px;
}
.search-inner-wrap {
  border: 1px solid #fff;
  float: right;
  padding: 3px 5px;
  border-radius: 25px;
}
.search-inner-wrap label {
  background: transparent;
  padding: 0 5px;

}
.topMain-nav {
  text-align: right;
}
.topMain-nav .col-group > ul {
  display: inline-block;
}
.topMain-nav li {
  display: inline-block;
  padding: 0 10px;
}

.topMain-nav li a {
  line-height: 75px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300

}
.topMain-nav li a span {
  display: block;
  position: relative;
}
.topMain-nav .first-level a:hover span,
.topMain-nav .first-level > li.active > a span {
  color: #feda06;
}

.drowdown {
  position: absolute;
  top: 100%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  z-index: 5;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; 
}
@media only screen and (min-width: 1200px) {
  .has-submenu.is-hover .drowdown {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

.second-level {
  padding: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.second-level > li {
  padding: 10px 20px;
}

li:empty {
  height: 0;
  border: none;
}
.second-level > li > a {
  font-weight: 400;
  line-height: 2;
  color: #5576b7;
}
.second-level > li > a:hover {
  color: #1b2a56;
  font-weight: 400;
}
.topMain-nav .third-level {
  padding-top: 5px;
}
.topMain-nav .third-level li {
  padding-left: 0px;
  display: block;
}
.topMain-nav .third-level li a {
  line-height: 2;
}

/*  Slider  */
.home-slider-wrap {
  margin-top: 130px;
}
.slider-outer-wrap {
  height: calc(100vh - 130px);
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.home-slider.slick-slider, .home-slider .slick-item, .home-slider .slick-track {
  height: calc(100vh - 130px);
}
.slick-slide img {
  opacity: 0;
}
.slider-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
  padding: 20px 20px 70px;
  color: #1b2a56;
  text-align: center;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 400;
  z-index: 99;
}
.slider-title h2 {
  font-weight: 900;
  font-size: 40px;
  font-size: 4rem;
  margin: 0;  
}
.slider-title h2,
.slider-title span {
text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px, #FFF 0px 0px 20px, #FFF 0px 0px 30px, #FFF 0px 0px 40px, #FFF 0px 0px 50px, #FFF 0px 0px 75px;
}

.slick-item .slider-title {
  display: none;
}
.slick-item.slick-active .slider-title {
  display: block;
}
.slider-title .quote {  
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #5b3c00;
  font-style: italic;
  margin: 10px 0;
}
.slider-title .quote::before {
  display: inline-block;
  content: "";
  border-top: .2rem solid #5b3c00;
  width: 4rem;
  margin: 0 1rem 0 0;
  transform: translateY(-.4rem);
}

.animated.delay-500ms{-webkit-animation-delay:500ms;animation-delay:500ms}


.bg-circle-only {
  background-color: #f2f3f7;
  background-image:
    url(/images/logo-watermark-bg.png);
  
  background-position:
    top 20% right 0px;
  background-repeat: no-repeat;  
}
.bg-about.bg-circle {
  background-color: #f2f3f7;
  background-image: url(/images/logo-watermark-bg.png), url(/images/bg-about.jpg);
  background-position: top 20% right 0px, bottom center;
  background-repeat: no-repeat;  
}
.bg-dev.bg-circle {
  background-color: #f2f3f7;
  background-image:  url(/images/logo-watermark-bg.png), url(/images/bg-dev.jpg);
  background-position: top 20% right 0px, bottom center;
  background-repeat: no-repeat;
}
.bg-management.bg-circle {
  background-color: #f2f3f7;
  background-image: url(/images/logo-watermark-bg.png), url(/images/bg-management.jpg);
  background-position: top 20% right 0px, bottom center;
  background-repeat: no-repeat;
}
.bg-social.bg-circle {
  background-color: #f2f3f7;
  background-image: url(/images/logo-watermark-bg.png), url(/images/bg-social.jpg);
  background-position: top 20% right 0px, bottom center;
  background-repeat: no-repeat;
}


.subpage-banner {
  width: 100%;
  height: 320px;
  position: relative;
  margin-top: 130px;
}
.subpage-banner.about {
  background: #fff url(/images/sub-banner-business.jpg) no-repeat center center;
}

.subpage-banner.development {
  background: #fff url(/images/sub-banner-development.jpg) no-repeat center center;
}
.subpage-banner.management {
  background: #fff url(/images/sub-banner-management_ser.jpg) no-repeat center center;
}
.subpage-banner.social {
  background: #fff url(/images/sub-banner-socialt_res.jpg) no-repeat center center;
}
.subpage-banner.media {
  background: #fff url(/images/sub-banner-media_center.jpg) no-repeat center center;
}
.subpage-banner.search {
  background: #fff url(/images/sub-banner-media_center.jpg) no-repeat center center;
}
.subpage-banner.contact {
  background: #fff url(/images/sub-banner-contact_us.jpg) no-repeat center center;
}
.subpage-banner.sitemap {
  background: #fff url(/images/sub-banner-site-map.jpg) no-repeat center center;
}
.subpage-menu {
  position: absolute;
  text-align: center;
  bottom: -20px;
  width: 100%;
  left: 0;
  right: 0;
}
.subpage-menu ul {
  position: relative;
  display: inline-block;
  -webkit-box-shadow: -8px 5px 0px 0px #1b2a56, 8px 5px 0px 0px #1b2a56, 18px 5px 0px 22px rgba(0,0,0,0); 
  box-shadow: -8px 5px 0px 0px #1b2a56, 8px 5px 0px 0px #1b2a56, 18px 5px 0px 22px rgba(0,0,0,0);
  padding-left: 10px;
  padding-right: 10px;
  background: #fff;
}
.subpage-menu ul:after {
  position: absolute;
  content: "";
  background: #1b2a56;
  z-index: -1;
  width: 103%;
  top: 5px;
}
.subpage-menu li {
  display: inline-block;
  padding: 0;
  background: #fff;
  box-sizing: border-box;
  color: #1b2a56;
}
.subpage-menu li a {
  line-height: 60px;
  padding: 0 10px;
}
.subpage-menu li.active a {
  font-weight: 700;
}


.energy-wrap,
.asset-wrap {
  padding: 20px 20px 0px 20px;
  text-align: center;
  display: inline-block;
}
.energy-wrap span,
.asset-wrap span {
  display: block;
  background: #1b2a56;
  color: #fff;
  max-width: 250px;
  padding: 20px;
}
.energy-wrap img,
.asset-wrap img {
  padding: 40px 5px 0 5px;
}
.asset-card {
  border: 1px solid #1b2a56;
  color: #fff;
  background: #1b2a56;
}
.asset-card span {
  padding: 5px 0;
  display: block;
  font-weight: 400
}

.bg-gray {
  background: #f6f7fb;
}
.border-tb {
  border-top: 5px solid #feda06;
  border-bottom: 5px solid #feda06;
}

.footnote {
  font-size: 13px;
  font-size: 1.3rem;
  font-style: italic;
}
sup.f13 {
  font-size: 10px;
  font-size: 1rem;
}

.more-news {
  padding: 3px 8px;
  background: #fad905;
  color: #1c2a57;
  border-radius: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 6px;
  display: block;
  width: 83px;
}
a.news-detail {
  line-height: 1.8
}

.more-link {
  color: #fad905;
  font-size: 14px;
  font-size: 1.4rem;
}

.intro {
  font-size: 22px;
  font-size: 2.2rem;
  color: #1b2a56
}

/*home scroll down */
.scrdown-wrap {
  position: absolute;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);  
  bottom: 100px;
}
.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.scrtxt {
  display: block;
  margin-top: 75px;
  margin-left: -39px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  /*opacity: .25;*/
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

/*  Footer  */
footer {
  background: #6a82c3;
  color: #fff;
  margin: 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  font-weight: 300;
}
footer .bottom-2 {
  background: #7e95d5;
}
.footer-wrap {
  padding-bottom: 30px;
  display: none;
}
#home .footer-wrap {
  display: block;
}
footer p {
  margin-top: 0;
  position: relative;
  /*padding-bottom: 20px;*/
}
/*footer p::after {
  content: '';
  position: absolute;
  width: 20px;
  left: 0;
  bottom: 0;
  border: 1px solid #fff;
}*/
.contact-wrap {
  border-left: 1px solid #a0aecf;
  padding-left: 50px;
}
.contact-wrap span {
  padding: 5px 0;
  display: block;
  
}

.contact-wrap .ctn-btn {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #99b2f6;
  padding: 10px 0 10px 25px;
  width: 100%;
  display: block;
  background: url(/images/icon-email-address.png) no-repeat 95% 50%;
  color: #fad905;
}

footer table td:first-child {
  padding-left: 0px;
  min-width: 100px;
  vertical-align: top;
}
.copyright-wrap {
  /*text-align: center;*/
  font-size: 12px;
  font-size: 1.2rem
}
.copyright-wrap a {
  color: #fad905
}

.latest-news-wrap {
  position: relative
}

.footer-title {
  font-size: 26px;
  font-size: 2.6rem;
}

.footer-title span {
  display: inline-block;
  vertical-align: top;
  margin-top: -7px;
  margin-right: 13px;
}

.footer-title.news-icon span{
  margin-top: -3px;
}

.news-content {
  top: 50%;
  transform: translateY(-50%);
  margin-left: 100px;
  position: absolute;
  line-height: 1.6;
  padding-right: 25px;
}

.date-wrap {
  width: 63px;
  border: 1px solid #d6d6d6;
  background: #eaeaea;
  text-align: center;
}

.mo {
  text-transform: uppercase;
  color: #3a3a3a;
  font-weight: 500;
}

.dy {
  background: #fff;
  border-top: 2px solid #d6d6d6;
  border-bottom: 2px solid #d6d6d6;
  display: block;
  color: #616161;
  font-weight: 600;
  font-size: 30px;
  font-size: 3rem;
}

.yr {
  color: #616161;
  font-weight: 500;
}

.latest-news-wrap .slick-dots {
  right: 125px;
  width: auto;
  top: -58px
}

.latest-news-wrap .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #fff;
}

.latest-news-wrap .slick-dots li button::before {
  opacity: .50;
  color: #fff;
}

.latest-news-wrap .slick-dots li button::before {
  font-size: 8px;
}

.latest-news-wrap .slick-dots li {
  margin: 0;
}

.plus-btn {
  position: absolute;
  top: 8px;
  right: 45px;
}

#back-to-top {
  transition-property: color;
  transition-duration: 150ms;
  position: absolute;
  top: -38px;
  right: 2%;
}

/* mobile nav */
#nav-icon2 {
  width: 30px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon2 span {
display: block;
position: absolute;
height: 3px;
width: 50%;
background: #fff;
opacity: 1;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
left: 50%;
border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
left:0px;
border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
top: 10px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
top: 20px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
left: 5px;
top: 7px;
}

#nav-icon2.open span:nth-child(2) {
left: calc(50% - 5px);
top: 7px;
}

#nav-icon2.open span:nth-child(3) {
left: -50%;
opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
left: 100%;
opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
left: 5px;
top: 12px;
}

#nav-icon2.open span:nth-child(6) {
left: calc(50% - 5px);
top: 12px;
}

.text-justify p {
  text-align: justify;
  line-height: 1.6
}

/* Growth Journey */
/* Timeline 
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
  margin: 20px auto;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content:" ";
  width: 3px;
  background-color: #1b2a56;
  left: 50%;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before, .timeline > li:after {
  content:" ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before, .timeline > li:after {
  content:" ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  margin: 0 -10px;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content:" ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #f2f3f7;
  border-right: 0 solid #f2f3f7;
  border-bottom: 14px solid transparent;
  content:" ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 1.1em;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -21px;
  background: url(/images/GrowthJourney-bullet.png) center center no-repeat;
  z-index: 5;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.top > .timeline-badge {
  background: url(/images/GrowthJourney-bulletS.png) center center no-repeat;
  top: -38px;
}
.timeline > li.bottom > .timeline-badge {
  background: url(/images/GrowthJourney-bulletS.png) center center no-repeat;
  top: 25px;
}
.timeline-body p {
  position: relative;
}
.timeline-body p:after {
  background: url(/images/GrowthJourney-bulletS.png) center center no-repeat;
  position: absolute;
  width: 18px;
  height: 18px; 
  top: -9px;
  right: 0;
  content:" ";
  display: inline-block;
}
.timeline-body h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.timeline > li > .timeline-badge_sm {
  color: #fff;
  width: 20px;
  height: 20px;    
  position: absolute;
  top: 32px;
  left: 50%;
  margin-left: -11px;
  background-color: #3d9bd1;
  z-index: 5;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p, .timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
.timeline-body > p {
  border-top: 2px solid #1b2a56;
  padding: 10px 0;
  margin-top: 5px;
}*/

form input,
form textarea {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
a.btn, .btn {
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  padding: 10px 80px;
  margin: 20px 0 0 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  background-color: #1b2a56;
}

table.press thead th {
  background: transparent;
  border-bottom: 2px solid #7e95d5;
}
table.press {
  border-bottom: 2px solid #7e95d5;
}
table.press thead th {
    background: #7e95d5;
    color: #fad905;
    border: 1px solid #f2f3f7;   
}

@media screen and (min-width: 600px) { /* ≥ 600px */
  table.press thead th:first-child {
    width: 135px;
  }
}
@media screen and (max-width: 600px) { /* ≥ 600px */  
  table.press thead th:first-child {
    width: 55px;
  }
}

table.press td > div {
  width: 100%;
  border: 1px solid #878fa7;
  padding: 10px;
}
table.press td {
  color: #1b2a56;
}
table.press td:first-child {
  padding: 15px 0;
}
table.press td span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}
table.press td span.date {
  font-size: 30px;
  font-size: 3rem;
  padding: 0 20px 0 0;
}

.accordion-wrap {
  padding-top: 60px;
}
/* Accordion */
ul.accordion {
  list-style: none;
  padding: 0;
}

ul.accordion .inner {
  overflow: hidden;
  display: none;
  background: #e9eefb;
  padding: 30px 30px 30px 50px;
  text-align: left;
  width: 100%;
}
.disp-table {
  display: table;
  width: 100%;
}
ul.accordion .inner img, ul.accordion .inner ul {
  display: table-cell;
  vertical-align: middle;
}
ul.accordion .inner img {
  margin-right: 20px;
  min-width: 200px;
}

ul.accordion li {
  margin: 0;
  padding: 0 0 5px 0px;
}
ul.accordion li:last-child {
  background: transparent;
}

ul.accordion > li > a {
text-decoration:none;
  height: 58px;
  font-size: 20px;
  font-size: 2.0rem;
  width: 100%;
  display: block;
  background: #feda06;
  color: #fff;
  padding: 0px 0px 0px 40px;
  transition: background .3s ease;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #1b2a56;
  border-width: 0px 0px 0px 1px;
}

ul.accordion li a.toggle span{
  background-position: 96%;
  background-repeat: no-repeat;
  background-image: url("/images/icon-arrow.png");
}
ul.accordion > li > a span {
  width: 100%;
  text-align: left;
  display: inline-block;
  line-height: 58px;
  background-color: #5d76bb;
  padding: 0 20px;
}

ul.inner li>a {
  padding-left: 2em;
}
.portfolio-wrap ul.inner li>a {
  padding-left: 0px;
  display: table;
}

ul.inner .inner li>a {
  padding-left: 3em;
}
.portfolio-wrap ul.inner .inner li>a {
  padding-left: 0px;
}

ul.inner .inner .inner li>a {
  padding-left: 4em;
}

.portfolio-wrap ul.inner .inner .inner li>a {
  padding-left: 0px;
}

ul.accordion li a.expanded span{
  background-image: url("/images/icon-arrow.png");
  background-repeat: no-repeat;
  background-position: 96%;
}
ul.inner li img,
ul.inner li .title {
  display: table-cell;
  vertical-align: middle;
}
ul.inner li .title {
  padding: 10px;
}
.google-wrap {
  position: relative;
  padding-bottom: 25%; /* set the aspect ratio here as (height / width) * 100% */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 40px 0 100px;
}
.google-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}


/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== */
   
@media screen and (min-width: 600px) { /* ≥ 600px */

  .show-mb {
    display: none;
  }
  .subpage {
    min-height: 650px;
  }

}

@media screen and (min-width: 900px) { /* ≥ 900px */ 
  .nav-mb {
    display: none;
  }
  
  .timeline > li > .timeline-panel {
    text-align: right;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    text-align: left;
  }
  .timeline > li .timeline-body p:after {
    top: -12px;
    left: 0;
    right: auto;
  } 
  .timeline > li.timeline-inverted .timeline-body p:after {  
    top: -10px;
    right: 0;
    left: auto;
  }
  .hide-dt {
    display: none;
  }
}

@media screen and (min-width: 1200px) { /* ≥ 1200px */
  
  .show-tablet-below {
    display: none !important;
  }
  .topMain-nav .first-level > li:first-child {
    padding-left: 0;
  }
  .topMain-nav .first-level > li:last-child {
    padding-right: 0;
  }
      
}
@media screen and (min-width: 1800px) { /* ≥ 1800px */
  
}

@media only screen and (max-width: 1199px) { /* ≥ 1200px */
  .logo {
    height: 110px;
  }
  .logo img {
    max-width: 120px;
  }
  .search-wrap {
    margin-top: 12px;
    display: none;
  }
  ul.first-level > li > a {
    padding-left: 18px;
  }
  ul.first-level > li.has-submenu > a {
    padding-right: 28px;
  }
  .topMain-nav .col-group ul.first-level.topMenu-wrap {
    display: none;
  }
  .topMain-nav .col-group {
    float: right;  
  }
  .topMain-nav .nav-mb {
    display: inline-block;
    vertical-align: middle;
    padding-top: 40px;     
  }
  .menuOpen .topMain-nav .col-group ul.first-level.topMenu-wrap {
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background: #fff;
    height: calc(100vh - 75px);
    overflow: scroll;
  }
  .topMain-nav .topMenu-wrap > li {
    display: block;
    padding: 0 20px;
    border-bottom: 1px solid #ccc;
  }
  ul.first-level.topMenu-wrap > li.has-submenu > a,
  ul.first-level.topMenu-wrap > li > a {
    padding-right: 0;
    padding-left: 0;
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
  }
  ul.first-level.topMenu-wrap > li.has-submenu > a span {
    position: relative;
    display: inline-block;
  }
  ul.first-level.topMenu-wrap > li > a span {
    color: #1b2a56;
  }
  ul.first-level.topMenu-wrap > li > a:hover span,
  .topMain-nav .first-level > li.active > a span {
    color: #1b2a56;
    font-weight: 700;
  }
  .topMenu-wrap li.has-submenu > a::after {
    background-image: url("/images/icon-arrow-right.png");
    background-repeat: no-repeat;
    transition: opacity 150ms;
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    background-position: 50% 50%;
    position: absolute;
    right: 3%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
    background-repeat: no-repeat;
  }
  .topMenu-wrap li.has-submenu.is-click > a::after {
    background-image: url("/images/icon-arrow-down.png");
  }
  ul.topMenu-wrap .drowdown {
    position: relative;
    padding: 0;
    border: none;
  }
  ul.topMenu-wrap .second-level > li > img {
    display: none;
  }
  .has-submenu .drowdown {
    max-height: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -ms-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s;
    overflow: hidden;
  }
  .has-submenu.is-click > .drowdown {
    visibility: visible;
    opacity: 1;
    max-height: 500px;
    padding-bottom: 20px;      
  }
  .has-submenu > a span {
    color: initial;  
  }
  .has-submenu.active > a span,
  .has-submenu.is-click > a span {
    color: #1b2a56;  
  }     
  .second-level > li {
    display: block;
    margin-bottom: 0;
    border-right: none;
    padding-bottom: 10px;
    text-align: center;
  }
  .topMain-nav li a span {
    text-align: center;
  }
  .second-level {
    display: block;
  }
  .topMain-nav li {
    padding: 0;
  }

  .home-slider-wrap,
  .subpage-banner {
    margin-top: 110px;
  }
  .asset-card {
    margin-bottom: 20px;
  }
  ul li.has-submenu > a > span:hover {
    cursor: pointer;
  }
  footer table td {
    padding-top: 5px;
  }

}

@media only screen and (max-width: 900px) { /* ≥ 900px */
  
  .contact-wrap {
    padding-top: 0px;
  }
  .subpage-menu {
    display: none;
  }  

  .no-m-t-mb {
    margin-top: 0px !important;
  }
  ul.timeline:before {
    left: 40px;
  }
  ul.timeline > li > .timeline-panel {
      width: calc(100% - 90px);
      width: -moz-calc(100% - 90px);
      width: -webkit-calc(100% - 90px);
  }
  ul.timeline > li > .timeline-badge {
      left: 15px;
      margin-left: 0;
      top: 16px;
  }
  .timeline > li > .timeline-badge_sm {    
      top: 32px;
      left: 41px;
      margin-left: -11px;
  }
  ul.timeline > li > .timeline-panel {
      float: right;
  }
  ul.timeline > li > .timeline-panel:before {
      border-left-width: 0;
      border-right-width: 15px;
      left: -15px;
      right: auto;
  }
  ul.timeline > li > .timeline-panel:after {
      border-left-width: 0;
      border-right-width: 14px;
      left: -14px;
      right: auto;
  }
  .timeline-body {
    text-align: left;
  }
  .news-slider .slick-slide {
    min-height: 120px;
  }
  .news-slider .news-content {
    top: 20%;
    transform: translateY(-30%);
  }
  .contact-wrap {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 600px) { /* ≥ 600px */
  
  .hide-mb {
    display: none;
  }
  .show-mb {
    display: block;
  }
  .contact-wrap {
    border-left: none;
    padding-top: 20px;
    padding-left: 10px;
  }
  .subpage-banner {
    background-size: 200% !important;
    height: 138px;
  }
  section .pad-tb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  ul.accordion .inner {
    padding: 30px 30px 30px 30px;
  }
  ul.accordion .inner img, ul.accordion .inner ul {
    display: block;
  }
  ul.accordion .inner img {
    margin: 0 auto 10px;
  }
  ul.accordion > li > a {
    display: table;
  }
  ul.accordion > li > a span {
    line-height: 1.2;
    font-size: 1.4rem;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
  }
  .smap {
    text-align: right;
    padding-top: 15px;
  }
  .latest-news-wrap .slick-dots {
    right: -18px;
    top: -57px;
    display: none !important;
  }
  .latest-news-wrap .plus-btn {
    top: 7px;
    right: 15px;
  }
  .news-slider .news-content {
    margin-left: 80px;
    vertical-align: top;
    padding-right: 0px;
  }
  .max-content-width {
    padding: 0 10px;
  }
  table.press td span.date {
    padding: 0;
  }
}

/* Portrait Tablet */
@media only screen and (max-width: 900px) and (orientation: portrait) {
  .slider1 {
    background: #ffffff url('/images/tablet-hero-banner1.jpg') no-repeat center center / cover !important; 
  }
  .slider2 {
    background: #ffffff url('/images/tablet-hero-banner2.jpg') no-repeat center center / cover !important; 
  }
  .slider3 {
    background: #ffffff url('/images/tablet-hero-banner3.jpg') no-repeat center center / cover !important; 
  }
}

/* Portrait Mobile */
@media only screen and (max-width: 600px) and (orientation: portrait) {
  
}

/* Portrait xs Mobile */
@media only screen and (max-width: 400px) {
  
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) {
  
}
