@charset "utf-8";

/* CSS Document */

/** {
    margin: 0;
    padding: 0;
}*/

*, *:before, *:after {
    box-sizing: border-box;
}

.clearfix {
    margin: 0;
	padding: 0;
	border: 0;
}

html {
    background: #fff;
}

html, body {
        margin: 0;
        padding: 0;
        font-family: "Montserrat", sans-serif;
  font-weight: 400;
        color: #2e2e2e;
        letter-spacing: -0.65px;
}

h1 { font-size: 32px; }
h2 { font-size: 24px;}

h3 { font-size: 20px; font-family: "Montserrat", sans-serif;
    font-weight: 400;}
h4 { font-size: 16px;}
h5 { font-size: 14px;}
h6 { font-size: 10px;}

p {
  font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 17px; 
}

img {
    max-width: 100%;
}

.img-responsive {
    max-width: 100%;
    height: auto;
  }
  
#wrapper {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

main {
    display: block;
}

.container{
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 25px;
}

header {
    width: 100%;
}

.header-wrapper {
    max-width: 1450px;
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
    padding: 0 25px;
}

.logo-responsive {
    max-width: 90%;
    padding: 8px 0;
}

ol, ul {
    list-style: none;
    margin:0;
    padding:0;
}


a {
    color: #2e2e2e;
    text-decoration:none;
    cursor: pointer
}
  
a:hover {
    color: #f03622;
    text-decoration:none;
    cursor: pointer
}
  
a:selected, a:focus{
    /*color:#00688f;*/
    color: #f03622;
    text-decoration:none;
}


/*-----------------------------------
NAVIGATION  
-------------------------------------*/

/* Top Menu  */
.overlay {
    content: "";
    /*background: rgba(0,0,0,.5);*/
    position: fixed;
    left: 0;
    top: 0;
    z-index: 900;
    opacity: 0;
    right: 0;
    bottom: 0;
    transition: opacity 1s ease-in-out;
    height: 0px;
  }
  .overlay.hover {
    opacity: 1;
    height: 100vh;
  }
  .logo {
    height: 75px;
    display: table-cell;
    vertical-align: middle;
  }
  .topMain-nav {
    text-align: right;
  }
  
  .top-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    float: left;
    width: 100%;
    background: #fff;
  }
  .topMain-nav .col-group > ul {
    display: inline-block;
    margin: 0px;
    padding: 0 0 0 10px;
    text-align: left;
    float: left;
  }
  .topMenu-wrap li {
    display: inline-block;
    padding: 1px 16px;
  }
  
  .topMenu-wrap > li > a {
    line-height: 97px;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .topMenu-wrap li a span {
    display: block;
    position: relative;
    color: #2e2e2e;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
  }
  .topMenu-wrap.first-level > li > a:hover,
  .topMenu-wrap.first-level > li.active > a {
    color: #f03622;
  }
  
  
  .drowdown {
    position: absolute;
    top: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 5;
    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; 
  }
  
  .home-banner .slick-slide img{
    height: 100%; 
    width: 100%; 
    object-fit: cover;
  }
  
  .home-banner .slick-slide {
    height: calc(100vh - 50px);
    position: relative;
  }
  .banner-content {
    position: absolute;
    bottom: 7%;
    left: 10%;
  }
  .banner-content span {
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    padding: 2px 10px;
    float: left;
    font-size: 1px;
    font-size: 1.4rem;
  }
  .banner-content a {
    background-color: rgba(1, 102, 73, .7);
    color: #fff;
    padding: 2px 10px;
    float: left;
    font-size: 1px;
    font-size: 1.4rem;
  }
  
  .shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }
 
  
  .date-wrap {
    float: left;
    margin-right: 20px;
    padding: 12px 5px 5px 5px;
    background-color: rgba(255, 255,255, .3);
    text-align: center;
  }
  .date-wrap .dd {
    display: block;
    font-size: 30px;
    font-size: 3rem;
    line-height: 25px;
  }
  .date-wrap .mmyy {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 0;
    font-weight: 400;
  }
  .news-title {
    font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .irNews-wrap .slick-dots {
    bottom: -45px;
    text-align: right;
  }
  
  .main-content.subpage {
    margin: 0;
    padding: 45px 0 20px 0;
  }
  
  .banner-info h1{
    color: #fff;
    margin: 0;
    text-align: left;
    position: absolute;
    top: 62%;
    margin-top: -50px;
    left: 100px; 
    width: 15%;
  }
  .subpage h2 {
    padding: 0 0 10px;
  }
  .fix-gap {
    padding: 0 !important; 
    margin: 0; 
  }
  .note {
    font-size: 14px;
    font-size: 1.4rem;
    color: #6d6d6d;
    font-weight: 400;
  }
  .hide-tablet-below {
    display: none;
  }
  
  nav .second-level, nav .third-level {
  opacity: 0;
  visibility: hidden;
  height: 0px;
  padding: 0;
  margin: 0 auto;
  margin: 0 -1px 0 0;
  transition: all .5s ease-in-out;
  font-weight: 400;
}
li.has-submenu:hover > ul {
  opacity: 1;
  visibility: visible;
  height: auto;
  background-image: url(/images/bg-overlay-hover.jpg);
  /*min-height: 222px;*/
    width: 330px;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 102px;
    box-shadow: 2px 2px 4px #7f7f7f;
}

li.menu-item-static:hover > ul {
    min-height: 222px; 
}

.second-level > li {
  padding: 0px;
}
.third-level > li {
  padding: 0px;
  background-color: #333333;
  color: #fff;
}

.has-submenu ul a {
  line-height: 2;
  font-size: 17px;
}
.has-submenu ul li {
  padding: 0px 20px;
  display: block;
  line-height: 1.2;
}
.has-submenu ul a:hover {
  color: #f03622;
}

li:empty {
  height: 0;
  border: none;
}



#navbar > ul > li:hover, #navbar > ul > li.selected, #navbar > ul > li > a:focus {
    background-color: #f6f6f6;
    border-bottom: 3px solid #f03622;
    position: relative;
}

/* 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: #2e2e2e;
  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;
  }



/* bod */

.bod-item {
    display: inline-block;
    vertical-align: top;
    -webkit-transition: height 500ms ease;
    -o-transition: height 500ms ease;
    transition: height 500ms ease;
    text-align: left;
    width: 33%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  
  .bod-item.active {
    margin-bottom: 60px
  }
  .dt-cols-gal {
    margin: 0 -15px
  }
  
  .bod-expander {
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 500ms ease;
    -o-transition: max-height 500ms ease;
    transition: max-height 500ms ease;
    background: #ececec;
    margin-top: 30px;
    
  }
  
  .bod-contents { 
    position: relative; 
    cursor: pointer;
    background: #f2f2f2;
  }
  
  .bod-contents:after {
       display: block;
      position: absolute;
      top: 100%;
    left: 50%;
    transform: translateX(-50%);
      width: 0;
      height: 0;
      content: '';
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
    -webkit-transition: border-top-width 500ms ease;
    -o-transition: border-top-width 500ms ease;
    transition: border-top-width 500ms ease;
    border-top-style: solid;
      z-index: 1;
      border-top-width: 0px;
      border-top-color: #4498b5;  
  }
  
  .bod-item.active .bod-contents:after { 
    border-top-width: 15px; 
  }
  .bod-item.active .bod-expander{
    border-bottom: 1px solid #4498b5;
  }
  
  
  .bod-contents::before {
    content: '';
    position: absolute;
    border: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
  }
  .bod-item.active .bod-contents::before {
    border: 1px solid #4498b5;
  }
  
  ul.bod-wrap {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
      width: 100%;
  }
  
  .bod-item .thumbnail {
    position: relative;
    overflow: hidden;
    text-align: center;
  }
  
  .bod-item .profile-container {
    margin-bottom: 30px;
  } 
  
  .bod-item .profile-wrap {
    padding: 40px 30px 20px 40px;
    position: static;
    width: auto;
    border: none;
    display: block;
    background: none;
  }
  
  .bod-item .profile {
    padding-top: 0;
    position: static; width: auto; border: none;  display: block; padding: 0; background: none; 
  }
  .bod-item .info {
    padding: 15px;
    position: relative;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #0b8dda;
    font-size: 14px;
  }
  
  .bod-item h5 {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color:#2e2e2e;
  }
  
  
  .bod-expander-contents {
    margin: 0 auto;
  }
  
  .bod-item  .close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 1;
    right: -5px;
    top: 9px;
    cursor: pointer;
  }
  
  .bod-item  .close:before, .close:after {
    position: absolute;
    content: ' ';
    height: 26px;
    width: 4px;
    background-color: #4498b5;
    display: block;
     -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .bod-item  .close:before {
    transform: rotate(45deg);
  }
  .bod-item .close:after {
    transform: rotate(-45deg);
  }

/* Management */
.mgt-item {
    display: inline-block;
    vertical-align: top;
    -webkit-transition: height 500ms ease;
    -o-transition: height 500ms ease;
    transition: height 500ms ease;
    text-align: left;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.mgt-item .thumbnail {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.mgt-item .info {
    padding: 15px;
    position: relative;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #0b8dda;
    font-size: 14px;
}
.mgt-contents {
    position: relative;
    cursor: pointer;
    background: #f2f2f2;
    float: left;
    width: 25%;
}
.mgt-contents::before {
    content: '';
    position: absolute;
    border: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.mgt-item .info {
    padding: 15px;
    position: relative;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #0b8dda;
    font-size: 14px;
}

.mgt-item h5 {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #2e2e2e;
    
}
.mgt-item .profile-container {
    margin-bottom: 30px;
    width: 75%;
    float: right;
}

.mgt-contents::after {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    -webkit-transition: border-top-width 500ms ease;
    -o-transition: border-top-width 500ms ease;
    transition: border-top-width 500ms ease;
    border-top-style: solid;
    z-index: 1;
    border-top-width: 0px;
    border-top-color: #4498b5;
}

.mgt-item .profile-wrap {
    padding: 40px 30px 20px 40px;
    position: static;
    width: auto;
    border: none;
    display: block;
    background: none;
}

.mgt-item .profile {
    padding-top: 0;
    position: static;
    width: auto;
    border: none;
    display: block;
    padding: 0;
    background: none;
}

 
  .topMain-nav .third-level {
    padding-top: 5px;
  }
  .topMain-nav .third-level li {
    display: block;
  }
  .topMain-nav .third-level li a {
    line-height: 2;
  }

/*  form  */
.fas.fa-search {
  font-size: 17px;
  color: #1e1e1e;
}
.search-info {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 75px;
    padding: 0 10px;
  }
  
  form .ss-input {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  form .ss-button {
    display: table-cell;
    vertical-align: top;
  }
  form .ss-input input {
    line-height: 1.4;
    font-size: 15px;
    padding: 16px 15px;
    color: #292929;
    border: 1px solid #CCC;
    width: 100%;
    height: 46px;
    text-indent: 0 !important;
    float: left;
  }
  form .ss-input input {
    color: #292929;
    background-color: transparent !important;
    border: 0;
    /*font-size: 20px;*/
    padding: 5px 28px;
    height: auto;
    line-height: 1.5;
  }
  form .ss-button input {
    font-size: 16px;
    /*line-height: 16px;*/
    display: inline-block;
    outline: 0;
    color: #FFF;
    background-color: #f03622;
    border: 2px solid #f03622;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    width: 100%;
    margin: 0;
    border-radius: 0;
    height: 46px;
    padding: 14px 16px;
  }
  form .ss-button input {
    padding: 0 30px;
    height: 40px;
  }
  
  
  .btn {
    display: block;
    padding: 0px 25px;
    background-color: transparent;
    color: #6d6d6d;
    transition: all .5s ease-in-out;
  }
  .box1 {
    border: 1px solid #6d6d6d;
  }
  .btn:hover {
    background-color: #016649;
    color: #fff;
  }
  .btn:hover a,
  .btn:hover a:hover {
    color: #fff;
  }

/**** Banner ***/

.subpage_banner-wrapper {
    position: inherit;
    margin-top: 102px;
}

.subpage_banner_whoweare {
    height: 234px;
    background: url(/images/banner-whoweare.jpg) no-repeat bottom center;
    position: relative;
    background-size: cover;
}
.subpage_banner_whatwedo {
    height: 234px;
    background: url(/images/subpage-banner-portfolio.jpg) no-repeat bottom center;
    position: relative;
    background-size: cover;
}

.subpage_banner_corporate {
    height: 234px;
    background: url(/images/subpage-corporate.jpg) no-repeat bottom center;
    position: relative;
    background-size: cover;
}

.subpage_banner_newsroom {
    height: 234px;
    background: url(/images/subpage-newsroom.jpg) no-repeat bottom center;
    position: relative;
    background-size: cover;
}

.subpage_banner_contactus {
    height: 234px;
    background: url(/images/subpage-contact.jpg) no-repeat bottom center;
    position: relative;
    background-size: cover;
}

.subpage_banner_sitemap {
    height: 234px;
    background: url(/images/subpage-sitemap.jpg) no-repeat bottom center;
    position: relative;
    background-size: cover;
}

.subpage_banner_searchresult{
    height: 234px;
    background: url(/images/subpage-search.jpg) no-repeat bottom center;
    position: relative;
    background-size: cover;
}

.subpage_overlay {
    background: url(/images/subpage-overlay.png) no-repeat;
    position: relative;
    top: 0%;
    height: 100%;
    margin-left: 13%;
    /*background-size: cover;*/
}

.banner_title {
    position: absolute;
    top: 38%;
    left: 85px;
    font-size: 24px;
    color: #fff;
    font-family: 'tk-museo-sans',sans-serif;
    font-weight: 400;
    width: 250px;    
}


/*****slider***/
.kr-cloud{vertical-align: middle; display: inline-block; position: absolute; top: 0px !important; bottom: 0px; left: 0px !important; right: 0px;
    margin: auto;*zoom:1; *display:inline; height:100% !important; width:100% !important;}
    .kr-cloud:before{ content: ' '; vertical-align: middle;display: inline-block;*zoom:1; *display:inline;height: 100%;    box-sizing: border-box;}
    .las_slider_header {text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);  color:#fff;  text-align: center;}
    .wrapper_center { display: inline-block; vertical-align: middle; width: 50%; margin-top: 0px !important;}
    .wrapper_center2 { background-image:url(/images/caption-box.png); margin-top: -324px !important; position: relative; left: 177px !important;}
    .sliderlogo1 {background-image: url(../images/las_mainslider_logo1.png); background-repeat: no-repeat; background-position: center 24%;}
    .header_content1 {font-size:22px; text-align: left; font-family: 'tk-museo-sans',sans-serif;
    font-weight: 700; line-height: 30px; padding-left: 11px !important; padding-top: 32px !important; padding-bottom: 5px !important;}
    .header_content2 {font-size:17px; text-align: left;  margin-left: 42px; padding-left: 42px; position: relative; left: 53px !important; font-family: "Montserrat", sans-serif;
    font-weight: 400; font-style: italic;}
    .header_content2:before {
        content: '';
        position: absolute;
        top: 50%;
        left: -40px;
        width: 32px;
        height: 1px;
        background-color: #ebebeb;
        border-right: 10px solid #fff;
        margin-right: 10px;
        -webkit-transition: background-color 500ms linear;
        -moz-transition: background-color 500ms linear;
        -o-transition: background-color 500ms linear;
        -ms-transition: background-color 500ms linear;
        transition: background-color 500ms linear;}
    
        .header_content2 a {
          color: #ffffff;
        }
.fa {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-remove::before, .fa-close::before, .fa-times::before {
    content: "\f00d";
}

.fas {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fas.fa-caret-right {
    color: #000;
}

.quicklinks1 .fas.fa-caret-right {
    color: #fff;
}
    .las_slider_content { text-align: center; width: 100%; color: #ffffff; margin-top: 80px !important;font: 500 18px/24px 'Open Sans',sans-serif;}
    
    .wrapper_but_center {margin-top:56px !important; margin: 0 auto;}
    
    .las_slider_but {
        position: relative;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        color: white;
        background-color: rgba(0, 0, 0, 0.4);
        border: 1px solid white !important;
        transition: all 0.3s linear;
        left: 994px !important;
        text-align: center;
        padding: 0 12px !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: middle;
        left: 1018px !important;
        top: -158px !important;
    }
    .las_slider_but:hover {
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.7);
    }
    .las_slider_but a {
        font-size: 0.813em;
        letter-spacing: 0.2em;
        font: 400 16px/24px 'tk-museo-sans',sans-serif;
        font-weight: 400;
        color: white;
        text-decoration:none;
    }
    .las_slider_but1 {
        position: absolute;
        letter-spacing: 0.2em;
        color: #fff;
        background-color: rgba(240, 54, 34, 0.8);
        border: 1px solid #e26860 !important;
        transition: all 0.3s linear;
        text-align: left;
        padding: 0 12px !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: middle;
        left: calc(100% - 520px) !important;
        top: 50% !important;
        font-size: 13px;
        font-family: 'tk-museo-sans',sans-serif;
    font-weight: 400;
        padding: 5px !important;
    }
    

    .las_slider_but2 {
        position: absolute;
        letter-spacing: 0.2em;
        color: #fff;
        background-color: rgba(240, 54, 34, 0.8);
        border: 1px solid #e26860 !important;
        transition: all 0.3s linear;
        text-align: center;
        padding: 0 12px !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: middle;
        left: calc(100% - 221px) !important;
        top: 52% !important;
        font-size: 13px;
        font-family: 'tk-museo-sans',sans-serif;
    font-weight: 400;
        padding: 5px !important;
    }

    .las_slider_but3 {
        position: absolute;
        letter-spacing: 0.2em;
        color: #fff;
        background-color: rgba(240, 54, 34, 0.8);
        border: 1px solid #e26860 !important;
        transition: all 0.3s linear;
        text-align: center;
        padding: 0 12px !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: middle;
        left: calc(100% - 187px) !important;
        top: 55% !important;
        font-size: 13px;
        font-family: 'tk-museo-sans',sans-serif;
    font-weight: 400;
        padding: 5px !important;
    }

    .las_slider_but4 {
        position: absolute;
        letter-spacing: 0.2em;
        color: #fff;
        background-color: rgba(240, 54, 34, 0.8);
        border: 1px solid #e26860 !important;
        transition: all 0.3s linear;
        text-align: center;
        padding: 0 12px !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: middle;
        left: calc(100% - 274px) !important;
        top: 57% !important;
        font-size: 13px;
        font-family: 'tk-museo-sans',sans-serif;
    font-weight: 400;
        padding: 5px !important;
    }
   
/* Latest News Scroll */

.news_scroll {
    height: 50px;
    background-color: #f0f0f0;
}

.news_scroll {
    background-image: url(/images/news_scroll_bg.png);
    background-repeat: repeat;
    background-position: 0 0;
    background-color: transparent;
    position: absolute;
    z-index: 90;
    bottom: 0;
    right: 0px;
    left: 0px;
    opacity: 0.9; 
    top: auto;
    width: 1120px;
    margin: 0 auto;;
}


.arrow-up {
    background: url(/images/news_scrollup-icon.jpg) no-repeat center center
}
.arrow-down {
    background: url(/images/news_scrolldown-icon.jpg) no-repeat center center
}
#latest_news {
    text-align: center;
    margin-top: 107px;
    margin-bottom: 40px;
    height: 49px;
    position: relative;
}
.news_scroll h4 {
    color: #1e1e1e;
    padding: 0 5px;
    text-transform: uppercase;
    line-height:8px;
}
.news_scroll h4 a {
    color: #0b8dda;
    font-family: 'tk-museo-sans',sans-serif;
    font-weight: 700;   
    font-size: 17px;
    padding-left: 15px;
}
.news_scroll .scroll_icon {
    padding-right: 0px;
}
.news_scroll .scroll_icon img#ir_news-prev {
    margin-right: -3px;
}
.news_scroll .scroll_icon img#ir_news-prev:hover,
.news_scroll .scroll_icon img#ir_news-next:hover {
    cursor: pointer;
}
#ir_news li {
    color: #5b5b5b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*padding: 5px 5px 5px 5px;*/
    font-size: 11px;
    text-align: left;
    width: 100%;
    float: left;
}
#ir_news li a,
#ir_news_m li a {
    color: #444444;
    font-size: 17px;
    font-family: 'tk-museo-sans',sans-serif;
    font-weight: 400; 
}
.ie7 #ir_news li a {
		line-height:50px;
}
.jnewsbar-items li a .divider {
    margin: 0px 20px;
    display:inline;
}
.jnewsbar-icon:before {
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 0.8em;
    margin-right: .1em;
    text-align: center;
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.jnewsbar-icon-right-open-big:before {
    background: url(/images/news_scrollup-icon.jpg) no-repeat center center;
}
.jnewsbar-icon-left-open-big:before {
    background: url(/images/news_scrolldown-icon.jpg) no-repeat center center;
}
.jnewsbar-icon-down-open-big:before {
    content: '\e802';
}
.jnewsbar-icon-up-open-big:before {
    content: '\e803';
}
.opened .jnewsbar-icon-up-open-big:before {
    content: '\e802';
}
.jnews-top .jnewsbar-icon-up-open-big:before {
    content: '\e802';
}
.jnews-top.opened .jnewsbar-icon-up-open-big:before {
    content: '\e803';
}
.jnewsbar-icon-pause:before {
    content: '\e804';
}
.jnewsbar-icon-cancel:before {
    content: '\e805';
}
.jnewsbar {
    position: absolute;
    overflow: hidden;
    right: 0;
    padding: 0px;
    opacity: 0;
    height: 50px !important;
}
.jnewsbar h2,
.jnewsbar ul,
.jnewsbar li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.jnewsbar h2 {
    font-size: 24px;
}
.jnewsbar > div.jnewsbar-title {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    overflow: hidden;
    padding: 5px 20px;
}
.jnewsbar ul {
    overflow: hidden;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    /*padding: 5px 0px;*/
    max-width: 80% !important;
    word-break: break-all;
}
.jnewsbar a {
    text-decoration: none;
}
.jnewsbar a:hover {
    color: #f03622 !important;
}
.jnewsbar li > a {
    padding: 0 20px;
    text-align: right;
}
.jnewsbar li span {
    font-size: 12px;
    opacity: 0.6;
}

/*Controls*/
.jnewsbar-navigate {
    float: right;
    font-size: 18px;
    line-height: 18px;
    vertical-align: middle;
    width: 100px !important;
    height: 50px !important;
    position: absolute;
    top: 0;
    right: -2px;
}
.jnewsbar-navigate a {
    /*filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;*/
    display:block;
    float:left;
    width:49px;
    height:49px;
    outline: none !important;
    border: 0px;
    background-position:0 0;
    background-repeat:no-repeat;
    background-color: transparent;
}
.jnewsbar-navigate a  img {
		display:none;
}
.jnewsbar-navigate a.prev{
		background-image: url('/images/news_scrollup-icon-default.png');
}
.jnewsbar-navigate a.next{
		background-image: url('/images/news_scrolldown-icon-default.png');
}
.jnewsbar-navigate a.prev:hover{
		background-image: url('../images/news_scrollup-icon.jpg');
}
.jnewsbar-navigate a.next:hover{
		background-image: url('/images/news_scrolldown-icon.jpg');
}
.jnewsbar-navigate a:hover {
    text-decoration: none;
    /*filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;*/
}
.jnewsbar-navigate a:focus,
.jnewsbar-navigate a:visited,
.jnewsbar-navigate a:active {
    border: none;
    outline: none;
    text-decoration: none;
}
.jnewsbar-navigate .next img {
    margin-left: -4px;
}
.jnews-toggle {
    position: absolute;
    float: right;
    padding: 0px 15px;
    right: 0px;
}
.jnews-top .jnews-toggle {
    bottom: 5px;
}
.jnews-bottom .jnews-toggle {
    top: 5px;
}
.jnews-top .jnews-toggle .toggle {
    display: block;
}

/************ BODY **************/
article {
    width: 100%;
    font-size: 17px;
}

.subpage_background{
    background-image: url(/images/subpage-bg.png);
    background-repeat: no-repeat;
}

.content-wrapper {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 40px;
}

.breadcrumbs {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #2e2e2e;
    padding-bottom: 40px;
    text-shadow: 0px 1px #ddd;
}

.breadcrumbs a{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #0b8dda;
}

.main_title {
    color: #f03622;
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    margin-top: -40px;
    font-weight: normal;
}

.description {
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 25px; 
    margin-top: 30px;
    margin-bottom: 25px;

}

.description p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
}

.intro1 {
    /*margin-bottom: 34px;*/
}
.headline {
    margin-top: 40px;
}

.quicklinks-wrapper {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
}

.quicklinks-wrapper .col-ld-4 {
    margin:0;
    padding: 0;
    border:0;
}

.quicklinks1 {
    background-image: url(/images/img-quicklink1.jpg);
    padding: 30px;
    color: #fff;
    height: 300px;
    margin-right: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    cursor: pointer;
}


.quicklinks1:hover {
    background-image: url(/images/img-quicklink1-hover.jpg);
}

.quicklinks1 a, .quicklinks3 p a {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: italic;
    color: #fff;
}

.quicklinks1 h3 {
  font-style: initial;
}

.quicklinks1 .pg {
  font-style: initial;
}

.quicklinks2 {
    background-image: url(/images/img-quicklink2.jpg);
    padding: 30px;
    height: 300px;
    margin-right: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    cursor: pointer;
}

.quicklinks2 h2 {
  font-style: initial;
}

.quicklinks2:hover {
    background-image: url(/images/img-quicklink2-hover.jpg);
}

.quicklinks2 a{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: italic;
    color: #111111;
}

.quicklinks2 h3 {
    color: #111111;
    font-style: initial;
}

.quicklinks3 {
    background-image: url(/images/img-quicklink3.jpg);
    padding: 30px;
    color: #fff;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    cursor: pointer;
}



.quicklinks3:hover {
    background-image: url(/images/img-quicklink3-hover.jpg);
    cursor: pointer;
}

.quicklinks3 h3 {
  color: #fff;
  font-style: initial;
}

.quicklinks3 a{
  font-family: "Montserrat", sans-serif;
    font-weight: 400;
  font-style: italic;
  color: #fff;
}

/*********** Subpages ***********/

.property-wrapper {
    display: block;
    box-sizing: border-box;
    height: 100%;
    min-height: 550px;
    padding-bottom: 20px;
}

.property-country {
    color: #0b8dda;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.property-title {
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    /*max-width: 204px;*/
    width: 100%;
}

.caption {
    display: inline-block;
    /*padding-left: 15px;*/
}

/************ FOOTER ************/
footer {  
    background: #eff1f1;
    width: 100%;
}

.footer-wrapper {
    max-width: 1450px;
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
}


.disclaimer {
    text-align: right;
    margin-top: 25px;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.disclaimer a {
    color: #2e2e2e;
}

.disclaimer a:hover {
    color: #f03622;
}

.copyright a{
  color: #f03622;
}
.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: #7f7f7f;
  }
  
  .footerlinks li:last-child:after {
    content: none;
  }

  .footerlinks {
    margin-bottom: 10px;
    text-indent: 15px;
    font-size: 15px ;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
  }

  .disclaimer p span{
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
  }

/* ScrollUp/ Go to TOP */

#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 5px;
    z-index: 9999;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
}

#back-to-top.show {
    opacity: 1;
}


.ir_linkPDF {
    background: url(/images/icon_pdf.png) no-repeat left top;
    padding-left: 20px;
    line-height: 18px;
}

.ir_linkPDF2 {
    background: url(/images/icon_pdf_black.png) no-repeat left top;
    padding-left: 20px;
    line-height: 18px;
}

span {
    color: #7f7f7f;
}




.slider {
    max-width: 1000px;
    margin: 0 auto;
  }
  .slick-slide {
    margin: 0 5px;
  }
  .slick-list {
    margin: 0px -5px 0px -5px;
  }
  button.slick-next, button.slick-next:hover {
    position: absolute;
    right: 15px;
    width: 47px;
    height: 75px;
    background-image: url("/images/icon-right-arrow.png");
    background-repeat: no-repeat;
  }
  button.slick-prev, button.slick-prev:hover {
    position: absolute;
    left: 30px;
    z-index: 1;
    width: 47px;
    height: 75px;
    background-image: url("/images/icon-left-arrow.png");
        background-repeat: no-repeat;
  }
  .slick-prev:before, .slick-next:before {
    font-size: 70px;
    color: #EA8496;
    line-height: inherit;
    font-weight: bold;
  }
  .slider img {
    height: 100%;
  }
  
  /* Slick Slider Styles -- Provided by https://kenwheeler.github.io/slick/ */
  /* Slider */
  .slick-slider
  {
      position: relative;
  
      display: block;
  
      -moz-box-sizing: border-box;
           box-sizing: border-box;
  
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
  
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list
  {
      position: relative;
  
      display: block;
      overflow: hidden;
  
      margin: 0;
      padding: 0;
  }
  .slick-list:focus
  {
      outline: none;
  }
  .slick-list.dragging
  {
      cursor: pointer;
      cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
           -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
  }
  
  .slick-track
  {
      position: relative;
      top: 0;
      left: 0;
  
      display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
      display: table;
  
      content: '';
  }
  .slick-track:after
  {
      clear: both;
  }
  .slick-loading .slick-track
  {
      visibility: hidden;
  }
  
  .slick-slide
  {
      display: none;
      float: left;
  
      height: 100%;
      min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
      float: right;
  }
  .slick-slide img
  {
      display: block;
  }
  .slick-slide.slick-loading img
  {
      display: none;
  }
  .slick-slide.dragging img
  {
      pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
      display: block;
  }
  .slick-loading .slick-slide
  {
      visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
      display: block;
  
      height: auto;
  
      border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
      display: none;
  }
  
  /* Slider */
  
  
  /* Icons */
  
  /* Arrows */
  .slick-prev,
  .slick-next
  {
      font-size: 0;
      line-height: 0;
  
      position: absolute;
      top: 50%;
  
      display: block;
  
      width: 20px;
      height: 20px;
      margin-top: -10px;
      padding: 0;
  
      cursor: pointer;
  
      color: transparent;
      border: none;
      outline: none;
      background: transparent;
  }
  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus
  {
      color: transparent;
      outline: none;
      background: transparent;
  }
  .slick-prev:hover:before,
  .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before
  {
      opacity: 1;
  }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before
  {
      opacity: .25;
  }
  
  .slick-prev:before,
  .slick-next:before
  {
      font-size: 20px;
      line-height: 1;
  
      opacity: .75;
      color: white;
  
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  
  .slick-prev
  {
      left: -25px;
  }
  [dir='rtl'] .slick-prev
  {
      right: -25px;
      left: auto;
  }
  .slick-prev:before
  {
      content: '';
  }
  [dir='rtl'] .slick-prev:before
  {
      content: '';
      font-weight: bold;
      font-size: 20px;
  }
  
  .slick-next
  {
      right: -25px;
  }
  [dir='rtl'] .slick-next
  {
      right: auto;
      left: -25px;
  }
  .slick-next:before
  {
      content: '';
  }
  [dir='rtl'] .slick-next:before
  {
      content: '';
  }
  
  /* Dots */
 
  .slick-dots
  {
      position: absolute;
      bottom: -45px;
  
      display: block;
  
      width: 100%;
      padding: 0;
  
      list-style: none;
  
      text-align: center;
  }
  .slick-dots li
  {
      position: relative;
  
      display: inline-block;
  
      width: 20px;
      height: 20px;
      margin: 0 5px;
      padding: 0;
  
      cursor: pointer;
  }
  .slick-dots li button
  {
      font-size: 0;
      line-height: 0;
  
      display: block;
  
      width: 20px;
      height: 20px;
      padding: 5px;
  
      cursor: pointer;
  
      color: transparent;
      border: 0;
      outline: none;
      background: transparent;
  }
  .slick-dots li button:hover,
  .slick-dots li button:focus
  {
      outline: none;
  }
  .slick-dots li button:hover:before,
  .slick-dots li button:focus:before
  {
      opacity: 1;
  }
  .slick-dots li button:before
  {

  
      position: absolute;
      top: 0;
      left: 0;
  
      width: 20px;
      height: 20px;
  
      content: '•';
      text-align: center;
  
      opacity: .25;
      color: black;
  
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before
  {
      opacity: .75;
      color: black;
  }
  

  dl:last-child,
figure: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;
}


/* -------------------------------- 
Main Components 
-------------------------------- */
.cd-horizontal-timeline {
    opacity: 0;
    margin: 2em auto;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }

  .cd-h-timeline {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #121820;
  }

  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
  }
  .cd-horizontal-timeline.loaded {
    opacity: 1;
  }
  .cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 100%;
    max-width: 1150px;
    margin: 20px auto;
  }
  .cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden;
  }
  .cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
    /* these are used to create a shadow effect at the sides of the timeline */
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px;
  }
  .cd-horizontal-timeline .events-wrapper::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));
  }
  .cd-horizontal-timeline .events-wrapper::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));
  }
  .cd-horizontal-timeline .events {
    /* this is the grey line/timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    /* width will be set using JavaScript */
    background: #0b8dda;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
  }
  .cd-horizontal-timeline .filling-line {
    /* this is used to create the green line filling the timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #0b8dda;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    padding-bottom: 15px;
    color: #383838;
    /* 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);
  }
  .cd-horizontal-timeline .events a::after {
    /* this is used to create the event spot */
    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: -5px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    background-color: #f8f8f8;
    -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;
  }
  .no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #0b8dda;
    border-color: #0b8dda;
  }
  .cd-horizontal-timeline .events a.selected {
    pointer-events: none;
  }
  .cd-horizontal-timeline .events a.selected::after {
    background-color: #0b8dda;
    border-color: #0b8dda;
  }
  .cd-horizontal-timeline .events a.older-event::after {
    border-color: #0b8dda;
  }
  
  
  .cd-timeline-navigation a {
    /* 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: 40px;
    width: 40px;
    /*border-radius: 50%;*/
    /*border: 2px solid #dfdfdf;*/
    /* 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;
    background: url(/images/cd-arrow.png) no-repeat 0 0;
  }
  .cd-timeline-navigation a::after {
    /* arrow icon */
    content: '';
    position: absolute;
    height: 40px;
    width: 40px;
    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%);
    
  }
  .cd-timeline-navigation a.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);

  }
  .cd-timeline-navigation a.next {
    right: 0;
  }
  .no-touch .cd-timeline-navigation a:hover {
    border-color: #0b8dda;
  }
  .cd-timeline-navigation a.inactive {
    cursor: not-allowed;
  }
  .cd-timeline-navigation a.inactive::after {
    background-position: 0 -16px;
  }
  .no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
  }
  
  .cd-horizontal-timeline .events-content {
    position: relative;
    width:100%;
    margin: 0 0 40px 0;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
  }
  .cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    
    padding: 0 5%;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  .cd-horizontal-timeline .events-content li.selected {
    /* visible event content */
    position: relative;
    z-index: 2;
    opacity: 1;
  }
  .cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    -moz-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
  }
  .cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    -moz-animation-name: cd-enter-left;
    animation-name: cd-enter-left;
  }
  .cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
  }
  .cd-horizontal-timeline .events-content li > * {
    /*max-width: 800px;
    margin: 0 auto;*/
  }
  .cd-horizontal-timeline .events-content h2 {
    font-weight: bold;
    font-size: 2.6rem;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    line-height: 1.2;
  }
  .cd-horizontal-timeline .events-content em {
    display: block;
    font-style: italic;
    margin: 10px auto;
  }
  .cd-horizontal-timeline .events-content em::before {
    content: '- ';
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 1.4rem;
    color: #959595;
    position: relative;
    padding-left: 32px;
    margin-top:0;
  }

  .cd-horizontal-timeline .events-content p:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    text-rendering: auto;
    content: '\f0da';
    top: 0;
    position: absolute;
    left: 0;
    font-weight: 700;
  }

  .cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
    line-height: 1.6;
  }

  

  .events-list-bg:nth-child(2n+1) {
    background-color: #f2f2f2;
    padding: 32px;
  }

  .events-list-bg:nth-child(2n) {
    padding: 32px;
  }

  

  /*awardlist*/

.awardlist {
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.awardlist li {
    margin-bottom: 42px;
}

.awardlist.fa-ul {
    margin-left: 25px;
}

#awarddiv {
    margin-top: 40px;
    margin-bottom: 40px;
}

#awarddiv img {
    border: 1px solid #ccc;
}

.vertical-img {
    height: 280px;
    width: 200px;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 10px;
}
.vertical-img img {
    width: auto;
    height: 100%;
}

.horizontal-img {
    height: 169px;
    width: 200px;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 20px;
    margin-top: 10px;
}

.horizontal-img img {
    width: auto;
    height: 100%;
}

/*newsroom*/
.ir_news {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.ir_newsDate {
    width: 25%;
    float: left;
    margin:0;
    padding: 14px 30px;
    
}

.ir_newsTitle {
    width: 75%;
    float: right;
    margin:0;
    padding: 14px 30px;
    border-left: 1px solid #fff;
}

.ir_news li:nth-child(2n+1) {
    background-color: #f2f2f2;
}

.ir_news li:nth-child(2n) {
}

.ir_news_header {
    margin-top: 10px;
}

.ir_newsDate.header {
    background-color: #1d4a91;
    padding: 14px 0;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    padding-left: 30px;
    /*text-shadow: 0px 1px #fff;*/
}

.ir_newsTitle.header {
    background-color: #1d4a91;
    padding: 14px 0;
    color: #fff;
    text-align: center;
    /*text-shadow: 0px 1px #fff;*/
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

/** Financial Result**/

.financial-year {
    /*padding: 20px 20px;
    margin: 0 0 1px;*/
    box-sizing: inherit;
}

.financial-header {
    color: #fff;
    background-color: #1d4a91;
    font-family: "tk-museo-sans", sans-serif;
    font-weight: 700;
    font-size: 17px;
    padding: 20px 20px;
    margin: 0 0 1px;
    box-sizing: inherit;
    line-height: 0;
}


.title-header {
    color: #fff;
    font-size: 17px;
    margin: 0;
}
.download-header {
    color: #fff;
    font-size: 17px;
    margin: 0;
    position: relative;
}

.fas.fa-download {
    position: absolute;
    padding: 0;
    margin: 0;
    padding-left: 10px;
}

.financial-content {
    box-sizing: inherit;
    padding: 15px 20px;
    background-color: #ffffff;
    color: #003d6a;
    margin: 0 0 1px;
    overflow: hidden;
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.financial-content:last-child {
    /*border-bottom: 3px solid #a2a77f;*/
    margin-bottom: 37px;
}

.financial-content:nth-child(even) {
    background-color: #f2f2f2;
}

.financial-title {
    color: #2e2e2e;
    font-weight: normal;
    width: 70%;
}

.financial-download {
    color: #2e2e2e;
}

.financial-title a {
    color: #2e2e2e;
}

.financial-download a {
    color: #2e2e2e;
}

.financial-title:hover {
    color: #1d4a91;
}

.financial-download a:hover {
    color: #f03622;
}

/***Publications**/
.ir_arContainer {
    width: 100%;
    padding: 0;
    margin: 0;
    padding-bottom: 15px;
}


.ir_arRight {
    padding-top: 8%;
}

.ir_arRight.irslides{
    padding-top: 4%;
}

.ir_textMainHighlight {
    font-family: "tk-museo-sans", sans-serif;
    font-size: 24px;
    color: #2e2e2e;
    font-weight: 700;
}

.download-pdf {
    font-size: 17px;
    font-family: "tk-museo-sans", sans-serif;
    font-weight: 400;
    margin: 0;
}

.download-pdf a {
    position: relative;
    padding-left: 30px;
}
.download-pdf a:before {
    display: inline-block;
    font: normal normal normal;
    font-family: "Font Awesome 5 Free";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    vertical-align: middle;
    font-size: 15px;
    content: '\f1c1';
    top: 0;
    left: 0;
    transition: color 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.flipbook {
    margin:0;
}

.ir_textFootnote img {
    margin-right: 25px;
}

table { margin-bottom: 50px;}
.ir_tableBorder { border-top: 1px solid #ccc; }
table.ir_table { width: 100%; border-spacing: 0; letter-spacing: 0.2px;}
table.ir_table caption { padding: 10px; background: #000; color: #fff; font-size: 16px; border-bottom: 1px solid #ccc; }
table.ir_table tr th, table.ir_table tr td {  /*border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; */padding: 10px;}
table.ir_table th:first-child, table.ir_table td:first-child { /*border-left: 1px solid #ccc;*/ }
table.ir_table .col-1 { width: auto; }
table.ir_table .col-2 { width: 20%; }
table.ir_table .col-3 { width: 20%; }
table.ir_table .col-4 { width: 20%; }
table.ir_table .half_width { width: 50%; }
table.ir_table .second_half_width { width: 25%; }
table.ir_table .width_35 { width: 35%; }
table.ir_table .width_30 { width: 30%; }
table.ir_table .width_22 { width: 22%; }
table.ir_table .width_15 { width: 15%; }
table.reset tr td, table.reset tr td:first-child { border: none; }
table.ir_table tr th.ratios_column, table.ir_table tr td.ratios_column { height: 46px; }
table.ir_table #Date { width: 17%; }
table.ir_table #Type { width: 24%; }
table.ir_table #Action { width: 17%; }


table.ir_hover tr:hover td {background: #c3b777; }
table.ir_hover tr.row1:hover td, table.ir_hover tr.row1:hover th {background: #c3b777; }
table.ir_hover tr.row2:hover td, table.ir_hover tr.row2:hover th {background: #c3b777; }
table.ir_hover tr.rowHighlight:hover td {background: #c3b777;}
table.ir_hover tr.rowTSHighlight:hover td {background: #c3b777;}
table.ir_table tr.ir_tableTopRow td, table.ir_table tr.ir_tableTopRow th {
    background: #1d4a91; 
    color: #fff; 
    font-family: "tk-museo-sans", sans-serif; 
    font-size: 17px; 
    font-weight: 700;
}
table.ir_table tr.row1 td, table.ir_table tr.row1 th {background: #f7f8f9;}
table.ir_table tr.row2 td, table.ir_table tr.row2 th {background: #ffffff; }
table.ir_table tr.rowHeader th {background: #414141; color: #fff;}
table.ir_table tr.rowHighlight td, table.ir_table tr.rowHighlight th {background: #414141; color: #fff;}
table.ir_table tr.rowTSHighlight td {background: #ccd0e1; border-bottom: 1px solid #aaa;}
table.ir_table tr th.cellHeader {background: #414141; color: #fff;}
table.ir_table tr td.cellHighlight {background: #414141; color: #fff;}
table.ir_table tr td.cellTSHighlight {background: #ccd0e1; border-bottom: 1px solid #aaa;}
table.ir_table tr td.cellTotal {border-top: 1px solid #414141; border-bottom: 1px solid #414141;}
table.ir_table tr td.cellSubTotal {border-top: 1px solid #414141;}
table.ir_table tr td.cellRed {background: #ebddd8;}
table.ir_table tr td.cellGreen {background: #d8ebdc;}

/**Career**/

#career h3{
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.careerlist li{
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    position: relative;
    padding-left: 15px;
}

.careerlist li:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    text-rendering: auto;
    content: '\f0da';
    top: 0;
    position: absolute;
    left: 0;
    font-weight: 700;
}

/*Sitemap*/

#sitemap h4, #sitemap h4 a{
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #0b8dda;
    font-size: 18px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

/*#sitemap ul li, #sitemap ol li, #whistle_blowing_policy ul li, #whistle_blowing_policy ol li, #pdpa ul li,  #pdpa ol li{
    font-size: 17px;
}*/

/*#sitemap .footerlinks ul li, #sitemap .footerlinks ol li, #whistle_blowing_policy .footerlinks ul li, #whistle_blowing_policy .footerlinks ol li, #pdpa .footerlinks ul li, #pdpa .footerlinks ol li {
    font-size: 15px;
}*/

/*pdpa whistleblow*/
/*#whistle_blowing_policy ul li, #whistle_blowing_policy ol li {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 17px;
}*/

#whistle_blowing_policy ol.purpose {
   list-style-type: decimal;
   padding-left: 18px;
}

#whistle_blowing_policy ol.procedures {
    list-style-type: lower-alpha;
    padding-left: 18px;
    font-size: 17px;
}
#whistle_blowing_policy ol.policy {
    list-style-type: lower-roman;
    padding-left: 38px;
    font-size: 17px;
 }

 #whistle_blowing_policy p {
     margin-bottom: 17px;
     font-size: 17px;
 }

.email-links {
  color: #f03622;
}

.search-wrapper {
  position: relative;
  width: 100%;
}

.search-form {
  position: relative;
}

.search-form input {
  position: absolute;
  left: 31px;
  top: 0;
}


/**Media Queries**/

@media (max-width: 767px) {

    .container {
      padding:0
    }

    .quicklinks-wrapper {
      margin: 0;
    }
    .main_title {
        font-size: 32px;
    }

    .bod-item {
        width: 100%;
    }

    .mgt-contents {
        width: 100%;
    }

    .mgt-item .profile-container {
        width: 100%;
    }
    .mgt-item .profile-wrap {
        padding: 0;
    }
    .ir_newsDate.header {
        padding-left: 0;
    }
    .ir_newsDate {
        padding: 14px 5px;
        text-align: center;
        font-size: 14px;
    }

    .ir_newsTitle {
        font-size: 14px;
        padding: 14px 5px 14px 10px; 
    }
    h3 {
        padding: 0;
    }

    .subpage_banner-wrapper {
        margin-top: 73px;
    }
    .hide-on-mobile {
      display: none !important;
    }

    /*.logo-responsive{
        padding-left: 15px;
    }*/
    .subpage_banner {
        background: url(/images/subpage-banner-portfolio.jpg) no-repeat bottom center;
        background-size: cover;
        height: 186px;
    }
    .banner_title{
        width:60%;
        left: 15%;
    }

    .subpage_overlay {
        background-size: contain;
        background-position: left;
        margin-left: 0;
    }

    .disclaimer {
        text-align: left;
        margin-top:0px;
    }
    .logo-responsive {
        margin-left: 15px;
        max-width: 100%;
    }

    #back-to-top{
        bottom: 150px;
    }
    
    .quicklinks1, .quicklinks2, .quicklinks3, .newsfeed {
        margin-right: 0px;
        height: 238px;
    }

    .wrapper_center2 {
        left: 20px !important;
        margin-top: -200px !important;
        width: 336px !important;
    }

    .header_content2 {
        font-size: 15px;
    }

    .header_content2 a {
      color: #ffffff;
    }

    .news_scroll h4 {
        padding-top:30px;
    }
    .news_scroll {
        position: relative;
        width: 100%;
        height: 222px;
    }

    /*.jnewsbar-navigate {
        display: none;
    }*/
    
    .news {
        width: 100%;
        float: left;
        padding: 0;
    }
    .newsDate {
        width: 100%;
        float: left;
        margin: 0;
        color: #5b5b5b;
        font-family: "tk-museo-sans", sans-serif;
        /*padding-left: 24px;
        font-size: 17px;*/
    }
    
    .newsDate span.divider:before {
        content: '';
        padding-left: 20px !important;
    }

    .newsTitle {
        width: 100%;
        float: left;
        margin: 0;
        color: #5b5b5b;
        font-family: "tk-museo-sans", sans-serif;
        padding-top: 10px;
        /*padding-left: 25px;*/
        font-size: 17px;
    }
     /* Latest News Scroll */
     .news_scroll {
      height: 238px;
  }
  .jnewsbar-navigate {
    top: 136px;
  }
  .jnewsbar {
      height: 185px !important;
  }
  .jnewsbar ul {
      width: 100% !important;
      overflow: visible;
      padding: 0 15px;
      word-break: normal;
  }
  .jnewsbar-items li {
      height: 200px !important;
      line-height: 30px !important;
      padding-left: 0px !important;
      
  }
  .jnewsbar-items li a {
      height: auto !important;
      padding: 0 !important
  }
  #ir_news li {
      white-space: normal;
      text-overflow: ellipsis;
      /*padding: 5px 5px 5px 5px;*/
      font-size: 11px;
      text-align: left;
      width: 100%;
      float: left;
  }
    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 ul.search-info,
      .topMain-nav .nav-mb {
        display: inline-block;
        vertical-align: middle;      
      }
      .topMain-nav .nav-mb {
        margin-right: 20px;
      }
      #global-search {
        padding: 0 20px; 
      }
      .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: 0px;*/
        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;
      }
      ul.first-level.topMenu-wrap > li.has-submenu > a span {
        position: relative;
      }
      .topMenu-wrap li.has-submenu > a span::after {
        background-image: url("/images/icon-expand.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 span::after {
        background-image: url("/images/icon-collapse.png");
      }
      ul.topMenu-wrap .drowdown {
        position: relative;
        padding: 0;
        border: none;
      }
      ul.topMenu-wrap .second-level > li > img {
        display: none;
      }
      .has-submenu .drowdown,
      .has-submenu .second-level,
      .has-submenu .third-level {
        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,
      .has-submenu.is-click > .second-level,
      .has-submenu.is-click > .third-level {
        visibility: visible;
        opacity: 1;
        max-height: 500px;
        padding-bottom: 20px;
        height: 100%;    
      }
    
      .has-submenu > a span {
        color: initial;  
      }
      .has-submenu.active > a span,
      .has-submenu.is-click > a span {
        color: #f03622;  
      }     
      .second-level > li {
        display: block;
        margin-bottom: 0;
        border-right: none;
        padding-bottom: 10px;
        text-align: center;
        background-color: transparent;
        color: inherit;
      }
      .topMain-nav li a span {
        text-align: center;
        text-shadow: none;
      }
      .second-level {
        display: block;
      }
      .topMain-nav li {
        /*padding: 0;*/
      }
      .has-submenu ul li {
        padding: 0px;
      }
      .third-level > li {
        background-color: transparent;
        color: inherit;
      }
      .search-wrapper {
          display: none;
        }

    #navbar > ul > li:hover, #navbar > ul > li.selected, #navbar > ul > li > a:focus {
            background-color: transparent;
            border-bottom: initial;
            position: initial;
    }
    
    li.has-submenu:hover > ul {
        position: initial;
        top: initial;
        background-image: none;
        width: 100%;
        max-height: 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;
    box-shadow: none;
    }

    .topMain-nav .col-group > ul {
        padding:0
    }

    .las_slider_but1 {

        position: absolute;
        letter-spacing: 0.2em;
        color: white;
        background-color: rgba(240, 54, 34, 0.8);
        border: 1px solid white !important;
        transition: all 0.3s linear;
        text-align: left;
        padding: 0 12px !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: middle;
        left: calc(100% - 520px) !important;
        top: 50% !important;
        font-size: 13px;
        padding: 5px !important; 
        z-index: 999999;
    
    }
    .las_slider_but2 {

        position: absolute;
        letter-spacing: 0.2em;
        color: white;
        background-color: rgba(240, 54, 34, 0.8);
        border: 1px solid white !important;
        transition: all 0.3s linear;
        text-align: center;
        padding: 0 12px !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: middle;
        left: calc(100% - 215px) !important;
        top: 53% !important;
        font-size: 13px;
        padding: 5px !important;    
        z-index: 999999;
    
    }
    .las_slider_but3 {

        position: absolute;
        letter-spacing: 0.2em;
        color: white;
        background-color: rgba(240, 54, 34, 0.8);
        border: 1px solid white !important;
        transition: all 0.3s linear;
        text-align: center;
        padding: 0 12px !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: middle;
        left: calc(100% - 185px) !important;
        top: 56% !important;
        font-size: 13px;
        padding: 5px !important; 
        z-index: 999999;
    
    }
    .las_slider_but4 {

        position: absolute;
        letter-spacing: 0.2em;
        color: white;
        background-color: rgba(240, 54, 34, 0.8);
        border: 1px solid white !important;
        transition: all 0.3s linear;
        text-align: center;
        padding: 0 12px !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: middle;
        left: calc(100% - 280px) !important;
        top: 59% !important;
        font-size: 13px;
        padding: 5px !important; 
        z-index: 999999;
    
    }

    .quicklinks1 h3, .newsfeed h4 {
        margin-top: 0px;
    }

    /*#ir_news {
        line-height: 1.4 !important;
        height: 150px !important;
        position: relative;
    }*/

    .newsfeed {
        background-image: url(/images/news_scroll_bg.png);
        /*padding: 30px;*/
        background-size: cover;
        background-repeat: no-repeat; 
    }
    
    .newsfeed h4 a {
        color: #0b8dda;
        font-family: 'tk-museo-sans',sans-serif;
    font-weight: 700;
        font-size: 17px;
        /*padding-left: 15px;*/
    }

    .disclaimer p span {

        font-size: 15px;
        font-family: "Montserrat", sans-serif;
    font-weight: 400;
        padding: 0 30px;
        box-sizing: border-box;
        display: block;
        margin: 0 auto;
        width: 100%;
    
    }

    .property-title {
        font-size: 16px;
    }

    .property-wrapper {
        min-height: 388px;
    }

    .ir_arLeft {
        text-align: center;
    }

    .ir_arRight {
        text-align: center;
    }

    .content-wrapper {
      padding: 0 15px;
    }
    
    .financial-title {
    	    width: 55%;
    	  }
}

@media (min-width: 768px) and (max-width: 1024px) {
		.topMain-nav {
    position: initial !important;
		}
    .bod-item {
        width: 49%;
        font-family: "Montserrat", sans-serif;
    font-weight: 400;
    }

    .bod-contents {
        min-height: 364px;
    }

    .mgt-item .profile-wrap {
      padding-top:0;
    }
    .hide-on-tablet {
      display: none !important;
    }

    .subpage_overlay {
        margin-left: 0%;
    }

    .banner_title {
        /*width: 30%;
        left: 15%;
        top: 31%;*/
        position: relative;
    }

    .disclaimer {
        text-align: left;
    }
    
    .quicklinks1, .quicklinks2, .quicklinks3, .newsfeed {
        height: 222px;
    }

    .quicklinks1 {
        margin-right: 0px;
        margin-bottom: 5px;
    }

    .quicklinks1 h3, .newsfeed h4 {
        margin: 0;
    }

    .logo-responsive {
        padding: 0;
    }

    .cd-h-timeline {
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      color: #121820;
    }

    .cd-horizontal-timeline .events-content h2 {
        font-size: 7rem;
      }
      .cd-horizontal-timeline .events-content em {
        font-size: 2rem;
      }
      .cd-horizontal-timeline .events-content p {
        font-size: 1.8rem;
      }
      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 ul.search-info,
      .topMain-nav .nav-mb {
        display: inline-block;
        vertical-align: middle;      
      }
      .topMain-nav .nav-mb {
        margin-right: 20px;
      }
      #global-search {
        padding: 0 20px; 
      }
      .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: 0px;*/
        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;
      }
      ul.first-level.topMenu-wrap > li.has-submenu > a span {
        position: relative;
      }
      .topMenu-wrap li.has-submenu > a span::after {
        background-image: url("/images/icon-expand.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 span::after {
        background-image: url("/images/icon-collapse.png");
      }
      ul.topMenu-wrap .drowdown {
        position: relative;
        padding: 0;
        border: none;
      }
      ul.topMenu-wrap .second-level > li > img {
        display: none;
      }
      .has-submenu .drowdown,
      .has-submenu .second-level,
      .has-submenu .third-level {
        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,
      .has-submenu.is-click > .second-level,
      .has-submenu.is-click > .third-level {
        visibility: visible;
        opacity: 1;
        max-height: 500px;
        padding-bottom: 20px;
        height: 100%;    
      }
    
      .has-submenu > a span {
        color: initial;  
      }
      .has-submenu.active > a span,
      .has-submenu.is-click > a span {
        color: #f03622;  
      }     
      .second-level > li {
        display: block;
        margin-bottom: 0;
        border-right: none;
        padding-bottom: 10px;
        text-align: center;
        background-color: transparent;
        color: inherit;
      }
      .topMain-nav li a span {
        text-align: center;
      }
      .second-level {
        display: block;
      }
      .topMain-nav li {
        /*padding: 0;*/
      }
      .has-submenu ul li {
        padding: 0px;
      }
      .third-level > li {
        background-color: transparent;
        color: inherit;
      }
      .search-wrapper {
          display: none;
        }

    #navbar > ul > li:hover, #navbar > ul > li.selected, #navbar > ul > li > a:focus {
            background-color: #fff;
            border-bottom: initial;
            position: initial;
    }
    
    li.has-submenu:hover > ul {
        position: initial;
        top: initial;
        background-image: none;
        width: 100%;
        max-height: 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;
        box-shadow: none;
    }

    .topMain-nav .col-group > ul {
        padding:0
    }

.las_slider_but1 {

    position: absolute;
    letter-spacing: 0.2em;
    color: white;
    background-color: rgba(240, 54, 34, 0.8);
    border: 1px solid white !important;
    transition: all 0.3s linear;
    text-align: left;/*center*/
    padding: 0 12px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    left: calc(100% - 520px) !important; /*280*/
    top: 50% !important;
    font-size: 13px;
    padding: 5px !important;
    z-index: 999999;

}
.las_slider_but2 {

    position: absolute;
    letter-spacing: 0.2em;
    color: white;
    background-color: rgba(240, 54, 34, 0.8);
    border: 1px solid white !important;
    transition: all 0.3s linear;
    text-align: center;
    padding: 0 12px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    left: calc(100% - 221px) !important;
    top: 52% !important;
    font-size: 13px;
    padding: 5px !important;
    z-index: 999999;

}

.las_slider_but3 {

    position: absolute;
    letter-spacing: 0.2em;
    color: white;
    background-color: rgba(240, 54, 34, 0.8);
    border: 1px solid white !important;
    transition: all 0.3s linear;
    text-align: center;
    padding: 0 12px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    left: calc(100% - 178px) !important;
    top: 54% !important;
    font-size: 13px;
    padding: 5px !important;
    z-index: 999999;

}

.las_slider_but4 {

    position: absolute;
    letter-spacing: 0.2em;
    color: white;
    background-color: rgba(240, 54, 34, 0.8);
    border: 1px solid white !important;
    transition: all 0.3s linear;
    text-align: center;
    padding: 0 12px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    left: calc(100% - 270px) !important;
    top: 56% !important;
    font-size: 13px;
    padding: 5px !important;
    z-index: 999999;

}

.search-info {
    line-height: 106px;
}

/*.newsfeed {
    margin-right: 5px;
    position: relative;
    width: auto;
    height: 222px;
    margin-top: -20px;
    margin-right: 5px;
    background-color: #f3f3f3;
}*/

.newsfeed {
    background-image: url(/images/news_scroll_bg.png);
    padding: 30px;
    margin-right: 5px;
    background-size: cover;
    background-repeat: no-repeat;
}


.newsfeed h4 a {
    color: #0b8dda;
    font-family: 'tk-museo-sans',sans-serif;
    font-weight: 700;
    font-size: 17px;
    padding-left: initial;
}

.jnewsbar-navigate {
    display: none;
}

.news {
    width: 100%;
    float: left;
    padding: 0;
    margin: 5px 0;
}
.newsDate {
    font-size: 17px;
    
}
.newsTitle {
    width: 100%;
    float: left;
    margin: 0;
    color: #5b5b5b;
    font-family: "tk-museo-sans", sans-serif;
    font-size: 17px;
    padding-top: 10px;
}

#ir_news {
    line-height: 1.4 !important;
    height: 180px !important;
}

.newsDate span.divider:before {
    content: '';
    padding-left: 20px !important;
}

.disclaimer p span {

    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    padding: 0 30px;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    width: 100%;

}

.property-wrapper {
    min-height: 442px;
    height: 100%;
}

.ir_arRight {
    padding-top: 11%;
}

.jnewsbar {
	left: 0;
}
.jnewsbar ul {
        width: 100%;
        max-width: 100% !important;
        height: 222px;
        overflow: visible;
        padding: 0 0 0 0px;
        word-break: normal;
    } 
 .jnewsbar-items li {
      height: 200px !important;
      line-height: 30px !important;
      padding-left: 0px !important;
      
  }
  .jnewsbar-items li a {
      height: auto !important;
      padding: 0 !important
  }
     
 #ir_news li {
      /*white-space: normal;*/
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
      /*padding: 5px 5px 5px 5px;*/
      font-size: 11px;
      text-align: left;
      width: 100%;
      float: left;
  }

.news_scroll {
        position: relative;
        width: 100%;
        height: 222px;
        background-image: none;
    }

     
}




@media only screen and (min-width: 768px) {
    .cd-horizontal-timeline .events-content h2 {
      font-size: 7rem;
    }
    .cd-horizontal-timeline .events-content em {
      font-size: 2rem;
    }
    .cd-horizontal-timeline .events-content p {
      font-size: 1.8rem;
    }

   
  }  

@media only screen and (min-width: 769px)  {
	 /* .topMain-nav {
      position: absolute;
    } */
  }

@media only screen and (min-width: 768px) {
    .hide-tablet-below {
      display: block;
    }
    .second-level,
    .third-level {
      position: absolute;
      min-width: 200px;
    }
    .topMain-nav .third-level {
      top: 0px;
      left: 100%;
      padding-top: 0px !important;
    }
    .has-submenu ul li:first-child {
      padding-top: 20px;
    }
    .has-submenu ul li:last-child {
      padding-bottom: 20px;
    }
    .has-submenu.newsroom-menu .second-level {
      margin-left: -100px;
    }
    .has-submenu.contact-menu .second-level {
      margin-left: -65px;
    }
    .nav-mb {
      display: none;
    }

    
    .search-wrapper {
        display: none;
        position: absolute;
        top: 20px;
        width: 100%;
        background: transparent;
        background-color: transparent;
        height: auto;
        z-index: 1100;
    }
    #search {
      cursor: pointer;
      /* position: absolute; 
      top: 42px;
      width: 20px; */
    }
    .search-form {
      position: absolute;
      width: 96%;
  }
    .search-displayed {
        display: block;
        border-bottom: 1px solid #e8e8e8;
        height: 50px;
    }
    
    .search-form-wrapper {
        height: 25px;
        padding: 16px 5px;
        position: absolute;
        left:100px;
        opacity:0;
        width: 100%;
    }
    
    .search-form i {
        color:#fff;
        margin-right:10px;
    }
    
    .search-form input {
        background: transparent;
        border: none;
        font-size: 16px;
        font-weight: 100;
        color: #222;
        outline: none;
        float: left;
        width: 96%;
        padding-left: 10px;
    }
    
    .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;
        float: left;
        text-align: left;
    }
    
    .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
    }
  }


  
  @media only screen and (max-width: 1024px) {
    .bod-item {
        width: 100%;
    }

    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 ul.search-info,
    .topMain-nav .nav-mb {
      display: inline-block;
      vertical-align: middle;      
    }
    .topMain-nav .nav-mb {
      margin-right: 20px;
    }
    #global-search {
      padding: 0 20px; 
    }
    .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: 0px;
      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;
    }
    ul.first-level.topMenu-wrap > li.has-submenu > a span {
      position: relative;
    }
    .topMenu-wrap li.has-submenu > a span::after {
      background-image: url("/images/icon-expand.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 span::after {
      background-image: url("/images/icon-collapse.png");
    }
    ul.topMenu-wrap .drowdown {
      position: relative;
      padding: 0;
      border: none;
    }
    ul.topMenu-wrap .second-level > li > img {
      display: none;
    }
    .has-submenu .drowdown,
    .has-submenu .second-level,
    .has-submenu .third-level {
      max-height: 0px;
      opacity: 1;
      visibility: hidden;
      -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,
    .has-submenu.is-click > .second-level,
    .has-submenu.is-click > .third-level {
      visibility: visible;
      opacity: 1;
      max-height: 500px;
      padding-bottom: 20px;
      height: 100%;    
    }
  
    .has-submenu > a span {
      color: initial;  
    }
    .has-submenu.active > a span,
    .has-submenu.is-click > a span {
      color: #f03622;  
    }     
    .second-level > li {
      display: block;
      margin-bottom: 0;
      border-right: none;
      padding-bottom: 10px;
      text-align: center;
      background-color: transparent;
      color: inherit;
    }
    .topMain-nav li a span {
      text-align: center;
    }
    .second-level {
      display: block;
    }
    .topMain-nav li {
      padding: 0;
    }
    .has-submenu ul li {
      padding: 0px;
    }
    .third-level > li {
      background-color: transparent;
      color: inherit;
    }
    .search-wrapper {
        display: none;
      }
    
      #navbar >ul.topMenu-wrap > li:hover, #navbar > ul > li.selected, #navbar > ul > li > a:focus {
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        position: initial;
}


li.has-submenu:hover > ul {
    position: initial;
    top: initial;
    background-image: none;
    visibility: hidden;
    /*min-height: auto;*/
    max-height: 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;
    box-shadow: none;
}

.topMain-nav .col-group > ul {
    padding:0
}

nav .second-level, nav .third-level {
    margin:0;
}

  }

  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .second-level > li {
      /*width: 25%;*/
      flex: none !important;
    }
  }


  @media (min-width: 1025px) {
    .hide-on-desktop {
      display: none !important;
    }
}

@media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline {
      margin: 0 auto;
    }
    .cd-horizontal-timeline::before {
      /* never visible - this is used in jQuery to check the current MQ */
      content: 'desktop';
    }
  }

/*new added 16092025*/
.quicklinks0{
  margin-right: 5px;
}
.icon-lindkedin-footer{
  width: 25px;
  height: 25px;
  margin-left: 5px;
}
.img-detail-home-news{
  margin: 0 auto 30px;
  display: block;
}
.news-detail-img-wrapper img{
  width: 100%;
  object-fit: cover;
  padding: 5px;
}

.newsdetail-carousel {
  margin: auto;
}
.newsdetail-carousel img {
  width: 100%;
  height: auto;
  display: block;
}
.newsdetail-carousel .slick-prev,
.newsdetail-carousel .slick-next,
.newsdetail-carousel .slick-prev:hover,
.newsdetail-carousel .slick-next:hover {
  background: none;
  border: none;
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.newsdetail-carousel .slick-prev,
.newsdetail-carousel .slick-prev:hover {
  left: 10px;
}
.newsdetail-carousel .slick-next,
.newsdetail-carousel .slick-next:hover {
  right: 10px;
}
.img-home-news {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.related-news{
  margin-right: 15px;
}
.img-detail-news{
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.quicklinks0 {
  background-image: url(/images/img-quicklink0.jpg);
  padding: 30px;
  color: #fff;
  height: 300px;
  margin-right: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-contactus{
  display: flex;
}
.page-contactus form {
  width: 70%;
}
.page-contactus .contact-details{
  width: 30%;
  margin: 100px 50px 0;
}
.contact-details h3{
  font-weight: 600;
  margin: 0;
}
.contact-address{
  margin: 30px 0;
}
.contact-address p{
  margin: 0;
}

.page-contactus .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.page-contactus .form-row {
  display: flex;
  gap: 20px;
}

.page-contactus .form-row .form-group {
  flex: 1;
}

.page-contactus label {
  font-weight: bold;
  margin-bottom: 6px;
}

.page-contactus input, .page-contactus textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}

.page-contactus textarea {
  height: 100px;
  resize: vertical;
}
.page-contactus button {
  background-color: #1d4a91;
  color: #fff;
  padding: 12px 30px;
  border: 1px solid #1d4a91;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.page-contactus button:hover {
  background-color: #fff;
  border: 1px solid #1d4a91;
  color: #1d4a91;
}
.page-contactus .cta-link.btn-form{
  background-color: #1d4a91;
  color: #fff;
  padding: 12px 30px;
  border: 1px solid #1d4a91;
  border-radius: 25px;
}
.page-contactus .cta-link.btn-form:hover {
  background-color: #fff;
  border: 1px solid #1d4a91;
  color: #1d4a91;
}
.page-contactus .button-back-to-contact{
  margin: 50px 0;
}
.page-contactus.success{
  display: block;
}
.menu-item.hide-on-mobile.hide-on-tablet{
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.search-displayed{
  width: 30%;
  justify-self: flex-end;
  margin-right: 30px;
}
li.menu-item-static:hover > ul{
  min-height: 180px;
}
li.has-submenu:hover > ul{
  width: 280px;
}
li.has-submenu.newsroom:hover > ul{
  min-height: 120px;
  width: 250px;
}
li.has-submenu.contactus:hover > ul{
  min-height: 150px;
}
li.has-submenu.whatwedo:hover > ul{
  width: 360px;
  min-height: 150px;
}

#Disclaimer {
  position: fixed;
  bottom: 0;
  display: none;
  left: 0;
  background: #595959;
  padding: 20px;
  right: 0;
}
#Disclaimer .container {
	max-width: 1440px;
	margin: 0 auto;
}
.cookie-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
}
.cookie-wrap div {
  font-size: 14px;
}
#Disclaimer .btn-container {
  padding: 10px 25px;
  border: 1px solid #fff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
	color: white !important;
}
.cookie-wrap a {
	color: #fff;
	text-decoration: underline;
}


@media only screen and (max-width: 1024px){
  .topMain-nav .nav-mb{
    margin-top: 40px;
  }
  .page-contactus{
    display: block;
  }
  .page-contactus form{
    width: 100%;
  }
  .page-contactus .contact-details{
    width: 100%;
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .quicklinks0{
    margin-right: 0;
  }
  .header-wrapper{
    max-width: 1120px;
    padding: 0;
  }
  .footer-wrapper{
    max-width: 1120px;
    padding: 0;
  }
  .fas.fa-search{
    position: relative;
    top: 0;
    transform: none;
  }
  .topMain-nav .nav-mb{
    margin-top: 25px;
  }
  .cookie-wrap {
    display: block;
  }
  .cookie-wrap .accept{
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/*end of new added 16092025*/