@font-face {
    font-family: "SF Pro Display Thin";
    font-style: normal;
    font-weight: normal;
    src: local('â˜ºï¸Ž'), url("../fonts/sf-pro-display_thin.woff2") format("woff");
}

@font-face {
    font-family: "SF Pro Display Light";
    font-style: normal;
    font-weight: normal;
    src: local('â˜ºï¸Ž'), url("../fonts/sf-pro-display_light.woff") format("woff");
}

.uk-container2 {
    box-sizing: border-box;
    max-width: 1000px;
    padding: 0 25px;
}

.uk-container3 {
    box-sizing: border-box;
    max-width: 960px;
    padding: 0 25px;
}

.text-thin {
  font-family: 'SF Pro Display Thin', sans-serif;
}

.text-flight {
  font-family: 'SF Pro Display Light', sans-serif;
}

.text-grape {
  color: #0d0048;
}

.tenger-hero {
  max-height: 865px;
}

.companies_logo {
  margin-top: 210px;
}

.companies_logo img {
  max-height: 44px;
  margin-left: -33px;
}

.service_item {
  display:block;
  padding-left: 33px;
  padding-right: 15px;
}

.service_item hr {
  border-top: 1px solid rgba(255,255,255, 0.5);
  margin-top: 23px;
  margin-bottom: 5px;
}

a.service_item span.transition {
  height: 1px;
  background-color: #fff;
  width: 0px;
  display: block;
  margin-bottom: 5px;
  margin-top: -6px;
}

a.service_item:hover span.transition {
  width: 100%;
}

.hero-heading {
  margin-top:119px
}

.hero-heading h2 {
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 3px; 
  margin-bottom: 10px;
}

.hero-heading p {
  margin-top: 10px;
  font-size: 11px;
  line-height: 20px;
  margin-bottom: 25px;
}
.tenger .orangebutton {
  padding: 5px 15px;
  border-radius: 0px;
  font-size: 12px;
}

.tenger .uk-subnav {
  margin: 0;
}

.tenger .uk-subnav li {
  margin: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.tenger .uk-subnav li>a {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  border-left: 1px solid rgba(255,255,255,0.2);
  padding: 2px 10px;
  letter-spacing: 0.6px;
}

.tenger .uk-subnav li>a:hover {
  
}

.tenger .uk-subnav li>a:hover .transition {
  margin-top:5px;
}

.social-links {
  margin: 10px;
  margin-right: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.social-links li {
  float: left;
  padding: 2px 7px;
  line-height: 25px;
  font-size: 11px;
}

.social-links li>a {
  color: #0d0048;
  background-color: #fff;
  padding: 0 3px;
  font-size: 9px;
  min-width: 10px;
  text-align: right;
  display: block;
  line-height: 15px;
  margin-top: 5px;
}

.social-links li>a:hover {
  margin-top: 3px;
}

.social-links .line {
  display: block;
  width: 20px;
  height: 1px;
  background-color: rgba(255,2555,255, 0.5);
  margin-top: 11px;
}

.back-grape {
  background-color: #0d0048;
}

.back-light {
  background-color: #f2f5fa;
}

.back-white {
  background-color: #fff;
}

.narrow {
  margin: 0 auto;
  max-width: 630px;
}

.tfg-about {
  padding: 60px 0px;
  margin-bottom: 0px;
}

.our-business {
  padding: 60px 0px 132px 0;
  margin-bottom: 0px;
}

.business-item {
  cursor: pointer;
  background-color: #fff;
  padding: 50px 20px 20px 20px;
  text-align: center;
  overflow: hidden;
}

.item-container {
  overflow: hidden;
  height: 120px;
}

.business-item img {
  height: 55px;
}

.business-item .title {
  margin-top: 20px;
  margin-bottom: 20px;
}

.business-item:hover {
  -webkit-box-shadow: 0px 0px 35px 1px rgba(0, 87, 164, 0.2);
  -moz-box-shadow: 0px 0px 35px 1px rgba(0, 87, 164, 0.2);
  box-shadow: 0px 0px 35px 1px rgba(0, 87, 164, 0.2);
}

.business-item:hover img {
  margin-top: -100px;
}

.business-item:hover .title {
  margin-top: -20px;
}

.tenger-title1 {
  font-size: 26px;
  line-height: 32px;
  margin-top: 30px;
  letter-spacing: 5px;
}

.tenger-title2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

.tenger-title3 {
  line-height: 24px;
  font-weight: 500;
}

.long-line {
  border-top: 1px solid #bbb;
  width: 40px;
  display: inline-block;
  margin: 0px 15px 4px 15px;
}

.slide-top {
  line-height: 48px;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  position: absolute;
  left: 0;
  right: 0;
  top: -48px;
}

.slide-nav {
  max-height: 48px;
}

.slide-nav .uk-slidenav-previous,
.slide-nav .uk-slidenav-next {
  height: 48px;
  width: 48px;
  color: #f47322;
  display: inline-block;
  background-color: #0d0048;
  text-align: center;
}

.slide-nav.blue .uk-slidenav-previous,
.slide-nav.blue .uk-slidenav-next {
  color: #fff;
  background-color: #0057a4;
}

.slide-nav .uk-slidenav-previous:before,
.slide-nav .uk-slidenav-next:before {
  font-size: 20px;
}

.slide-nav .uk-slidenav-next {
  border-left: 1px solid #574d7f;
}

.slide-nav.blue .uk-slidenav-next {
  border-left: 1px solid #4d8abf;
}

.slide-nav .text-grape {
  margin-right: 25px;
}

.slide-content h3 {
  margin-top: 25px;
  margin-bottom: 0px;
}

.slide-content p {
  margin-top: 0px;
  line-height: 19px;
}

.shareholder_item {
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.shareholder_item:hover {
  border: 1px solid #ffce34;
  -webkit-box-shadow: 0px 0px 35px 1px rgba(0, 87, 164, 0.2);
  -moz-box-shadow: 0px 0px 35px 1px rgba(0, 87, 164, 0.2);
  box-shadow: 0px 0px 35px 1px rgba(0, 87, 164, 0.2);
}

.shareholder_item>div {
  padding: 12px 30px 30px 30px;
}

.shareholder_item div.col1 {
  width: 15%;
}

.shareholder_item div.col2 {
  width: 55%;
}

.shareholder_item div.col3 {
  width: 30%;
  position: relative;
}

.shareholder_item div.col1>div {
  height: 50px;
  padding: 10px;
  width: 50px;
  border: 2px solid #ccc;
  border-radius:  50%;
  background-color:  #fff;
  margin-top: -52px;
}
.shareholder_item div.col3>div {
  position:  absolute;
  bottom: 5px;
  right: 20px;
}

.shareholder_item div.col3>div>a.orangebutton {
  min-width: 160px;
}

.shareholder_item p {
  line-height: 19px;
}

.articles-top {
  min-height: 115px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 35px;
}

.tenger-article {
  padding: 15px 15px 20px 15px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.article-item .xac-border  {
  height: 4px;
  visibility: hidden;
  margin-top: -4px;
}

.article-item:hover .xac-border  {
  visibility: visible;
}

.tenger-article figcaption>span {
  font-size: 9px;
  padding: 5px 8px;
  border-bottom-right-radius: 5px;
  display: block;
  font-weight: 700;
  line-height: 9px;
  float: left;
}

.tenger-article .title  {
  margin-bottom: 5px;
  margin-top: 15px;
  line-height: 18px;
}

.tenger-article .date {
  margin-bottom: 5px;
  margin-top: 15px;
  line-height: 18px;
}

.tenger-footer {
  padding: 15px 0px 10px 0px;
  margin-top: 60px;
}

.margin-top-25 {
  margin-top: 25px;
}

.logo1 {
  max-width:110px;
  margin-bottom:0px
}
.logo2 {
  max-width:125px;
  margin-bottom:9px
}
.logo3 {
  max-width:150px;
  margin-bottom:9px
}
.logo4 {
  max-width:110px;
  margin-bottom:0px
}
.logo5 {
  max-width:112px;
  margin-bottom:0px
}
.logo6 {
  max-width:160px;
  margin-bottom:0px
}

.uk-height-viewport {
 min-height: 500px; 
}

.tfg-history {
  border: 1px solid #ddd;
  padding: 15px;
}

.tfg-history .col1 {
  width: 35%;
}

.tfg-history .col2 {
  width: 65%;
  padding: 40px 0px 0px 60px;
  max-width: 500px;
}

.tfg-history p {
  line-height: 19px;
}

.slide-side {
  position: absolute;
  left: 35%;
  top: 52%;
  margin-left: -20px;
}

.slide-side a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #f47322;
  text-align: center;
  border: 1px solid #f47322;
  border-radius: 50%;
  display: block;
  background-color: #fff;  
}

.slide-side a:hover {
  -webkit-box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.2);
}

.slide-side .uk-slidenav-next {
  margin-top: 9px;
}

.slide-side .uk-slidenav-previous:before,
.slide-side .uk-slidenav-next:before {
  font-size: 19px;
}

.tfg-backtotop {
  font-weight: 500;
  float: right;
  color: #0d0048;
  margin-top: -5px;
}

.tfg-backtotop>a {
  height: 35px;
  display: inline-block;
  width: 33px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  background-color: #d2dae8;
  margin-left: 10px;
}

.tfg-backtotop>a:hover {
  background-color: #0d0048;
}

.uk-position-bottom.uk-active {
  position: fixed!important;
  top: 0;
  right: auto;
  bottom: auto;
  background-color: #0d0048; 
}

/* Large screen and bigger */

@media (min-width: 1220px) {
  .uk-container2 {
      max-width: 1300px;
      padding: 0 30px;
  }
  .uk-container3 {
    padding: 0 30px;
  }
}

@media (max-width: 1220px) {
  .hidden1 {
    display:none;
  }
}

@media (max-width: 960px) {
  .hidden2 {
    display:none;
  }
  .hero-heading h2 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 2px;
  }
}

@media (max-width: 960px) {
  .hidden2 {
    display:none;
  }
  .hero-heading h2 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 2px;
  }
}

@media (max-width: 767px) {
  .companies_logo {
    margin-top: 60px;
  }
  .companies_logo img {
    margin-left: 0px;
  }
  .logo1 {
    max-width:83px;
    margin-bottom:0px
  }
  .logo2 {
    max-width:93px;
    margin-bottom: 7px;
  }
  .logo3 {
    max-width:121px;
    margin-bottom: 7px;
  }
  .logo4 {
    max-width:82px;
    margin-bottom:0px
  }
  .logo5 {
    max-width:84px;
    margin-bottom:0px
  }
  .logo6 {
    max-width:120px;
    margin-bottom:0px
  }
  .service_item hr {
    margin-top: 15px;
  }
  .service_item {
    display: block;
    padding-left: 0px;
    padding-right: 15px;
  }
  .tenger-hero .uk-container2 {
    padding: 0px;
  }
  .narrow .uk-float-left {
    margin-left: 10px;
  }
  
  .shareholder_item div.col1,
  .shareholder_item div.col2,
  .shareholder_item div.col3 {
    width: 100%;
  }
  .shareholder_item div.col3>div {
    position: initial;
    margin-top: 20px;
  }
  .business-item {
    padding: 30px 15px 20px 15px;
  }
  .item-container {
    height: auto;
  }
  .business-item:hover img {
    margin-top: 0px;
  }

  .business-item:hover .title {
    margin-top: 20px;
  }
  
  .tfg-history .col1 {
    width: 100%;
  }

  .tfg-history .col2 {
    width: 100%;
    padding: 40px 0px 0px 0px;
  }
  .slide-side {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: auto;
    margin: 0;
  }
  .slide-side .uk-slidenav-next {
    margin-top: 0px;
    float: right;
  }
  .slide-side .uk-slidenav-previous {
    float: left;
  }
  .tfg-history>.uk-slidenav-position {
    padding-bottom: 50px;
  }
}

@media (max-height:735px){
  .hidden-h {
    display: none;
  }
}

