﻿/*-- Body Reset --*/
body {
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  color: #252323;
  height: 100%;
  margin: 0;
}

html {
  height: 100%;
  margin: 0;
  /* overflow-x: hidden; */
}

/* body, html {
  height: 100%;
  margin: 0;
} */

/* HOME */

/*============= NAVIGATION =============*/
.navbar-brand img {
  height: 2rem;
}

.nav {
  display: inline-block;
  vertical-align: middle;
}

.navbar {
  font-size: .8rem;
  font-weight: 600;
  /* text-transform: uppercase; */
  letter-spacing: .1rem;
  box-shadow: 0 .5rem .5rem rgba(0,0,0,.1);
  z-index: 1003;
  background-color: none;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  /* background: white; */
}

.custom-toggler.navbar-toggler {
  border-color:  rgba(66, 96, 165, 1);
}

.custom-toggler.navbar-toggler:hover {
  border-color:  rgba(56, 81, 141, 1);
}
/* Setting the stroke to green using rgb values (0, 128, 0) */

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(66, 96, 165, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler .navbar-toggler-icon:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(56, 81, 141, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* .bg-light {
  ################ Make it fade in or edit images ##################
} */

.nav-item {
  padding: .2rem;
}

.dropdown-menu {
  font-size: .8rem;
  background-color: none;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0;
  border: none;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
}

.nav-link {
  color: rgba(66, 96, 165, 1)! important;
}

.nav-link.active {
  color: #38518D! important;
  text-decoration: underline #38518D;
  text-decoration-thickness: 10%;
  text-underline-offset: .3rem;
}
.nav-link:hover {
  color: #38518D! important;
  text-decoration: underline #38518D;
  text-decoration-thickness: 10%;
  text-underline-offset: .3rem;
  /* background-color: rgba(129, 164, 205, .3); */
}

.container-fluid.index { 
  /* background: url(../img/carousel/hk1.jpg) no-repeat; 
  background-size: cover;  */
  background-color: #333333;
  /* background-color: #DC965A; */
  /* background-color: #4260a5; */
  /* background-image: url('../img/carousel/hkbwslanted.png'); */
  /* background-size: cover; */
  height: 100%; 
}

.vertical-align-middle {
  vertical-align: middle;
  align-content: center;
  align-items: center;
  align-self: center;
}

div.angled_img {
  overflow: hidden;
}

.header-img-index-xl {
  position: absolute;
  background-image: url("../image/HK.jpg");
  /* background: linear-gradient(rgba(66,96,165,0),rgba(66,96,165,1)), url("../image/about1.jpg"); */
  /* filter: grayscale(100%); */
  /* height: 50%;  */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #333333;
  /* filter: grayscale(100%); */
  clip-path: polygon(66% 0, 100% 0%, 100% 100%, 50% 100%);
}
.header-img-index-lg {
  position: absolute;
  background-image: url("../image/HK.jpg");
  /* background: linear-gradient(rgba(66,96,165,0),rgba(66,96,165,1)), url("../image/about1.jpg"); */
  /* filter: grayscale(100%); */
  /* height: 50%;  */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #333333;
  /* filter: grayscale(100%); */
  clip-path: polygon(77% 0, 100% 0%, 100% 100%, 60% 100%);
}
.header-img-index::after {
  clip-path: none;
}

img.transparent {
  /* position: absolute;
  left: 0%;
  top: 0%; */

  height: 120%;
  /* clip-path: polygon(65% 0, 100% 0%, 100% 100%, 45% 100%); */
  /* clip-path: circle(30% at 50% 50%); */
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);

  overflow: hidden;
  object-fit: cover;
  padding: 0;
  margin: 0;
  /* width: 100%; */

}
img.transparent_svg {
  position: absolute;
  left: -20%;
  top: -45%;
  /* filter: blur(1px); */
  /* opacity: 75%; */
  /* height: 200%; */
  width: 350%;
  color: white;
}

/*============= CAROUSEL =============*/
#carousel {
  box-shadow: 0 1rem 1rem rgba(0,0,0,.1);
}

.carousel-inner {
  max-height: 50rem!important;
}

.carousel-item {
  position:relative;
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* filter: grayscale(100%); */
}

/*---Change Carousel Transition Speed --*/
.carousel-item-next, 
.carousel-item-prev, 
.carousel-item.active {
  transition: transform 1.2s ease;
}

.carousel-item-next, 
.carousel-item-prev {
  position: relative;
  top: 50%;
  z-index: 1002;
}

/*-- Carousel Content --*/
.carousel-caption-BANDS {
  position: relative;
  top: 30%;
  left: 50%;  
  z-index: 997;
  transform: translateY(-50%);
  transform: translateX(-50%);
}

.carousel-caption-BANDS-md {
  position: relative;
  top: 30%;
  left: 50%;  
  z-index: 997;
  transform: translateY(-50%);
  transform: translateX(-50%);
}

.carousel-caption-small-lg {
  position: relative;
  top: 40%;
  left: 50%;  
  z-index: 997;
  transform: translateY(-50%);
  transform: translateX(-50%);
}

.carousel-caption-small {
  position: relative;
  top: 32%;
  left: 50%;  
  z-index: 996;
  transform: translateY(-50%);
  transform: translateX(-50%);
}

.carousel-caption-large {
  position: relative;
  top: 30%;
  left: 50%;
  z-index: 997;
  transform: translateY(-50%);
  transform: translateX(-50%);
}

.carousel-caption-large-md {
  position: relative;
  top: 32%;
  left: 50%;  
  z-index: 997;
  transform: translateY(-50%);
  transform: translateX(-50%);
}

.bg-custom {
  background-color: rgba(66, 96, 165, .99);
  /* background-color: rgba(51, 51, 51, .9); */
  /* where? change about to #333333 */
  /* background-color: #333333;  */
  color: white;
  position: relative;
  z-index: 998;
}

.carousel-caption h1 {
  font-size: 3rem!important;
} 

.border-primary {
  border-top: .1rem solid white!important;
}
.border-gold {
  border-top: .1rem solid #DC965A!important;
}

.carousel-caption h1 {
  font-size: 2rem;
} 

.carousel-control-prev {
  position: absolute;
  top: 20%;
  left: 8%;  
  z-index: 997;
  transform: translateY(-50%);
  transform: translateX(-50%);
}
.carousel-control-next {
  position: absolute;
  top: 20%;
  left: 92%;  
  z-index: 997;
  transform: translateY(-50%);
  transform: translateX(-50%);
}

.btn-lg {
  border-radius: 0;
  font-size: 1rem;
  border-width: medium;
}
.btn-md {
  border-radius: 0;
  font-size: 1rem;
  border-width: medium;
}
.btn-sm {
  border-radius: 0;
  font-size: 1rem;
  border-width: medium;
}
/*Note: Edit colours, size, position, also: on click highlight colour!*/
/*Also, subscribe only on p2? more space? also why wechat? include LI, YT, ... also also what about OI/OSBP? what do we want people to do?*/
/*3 slides: BANDS, OI/OSBP/A leading commodities broker providing access to China, Find out more & Subscribe*/
.btn-danger.btn-sm {
  /* background-color: rgba(66, 96, 165, 1)!important; */
  background-color: #DC965A;
  border: .1rem solid white;
  position: relative;
  z-index: 999;
}

.btn-danger {
  background-color: transparent;
  border: .1rem solid white;
  border-radius: 5rem!important;
  position: relative;
  z-index: 999;
}

.btn-danger:hover,
.btn-danger:focus {
  /* background-color:  rgba(66, 96, 165, 1) !important; */
  background-color: white!important;
  color: #DC965A;
  border: .1rem solid white !important;
  border-radius: 5rem!important;
  box-shadow:none !important;
}

.btn-primary {
  background-color: rgba(220, 150, 90, 1);
  border: .1rem solid rgba(220, 150, 90, 1);
  border-radius: 5rem!important;
  position:relative;
  z-index: 999;
}

.btn-primary:hover,
.btn-primary:focus {
  /* background-color: #EDCAAB!important; */
  background-color: rgba(0, 0, 0, 0)!important;
  /* border: .1rem solid #EDCAAB!important; */
  border: .1rem solid #DC965A!important;
  border-radius: 5rem!important;
  box-shadow:none !important;
  color: white;
}

/* ======= 3 COL SECTION ======= */
/* .card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
} */
/* img.card-img-top {
  max-width: 200px;
} */
.card.exchange-card {
  --contentWidth: 300px;

  max-width: var(--contentWidth);
  margin: 2rem calc((100% - var(--contentWidth)) / 2);
  /* border: solid #29335C thin; */
}

.card-footer {
  background-color: #4260a5!important;
  color: white!important;
}
.card-footer:hover {
  background-color: #333333!important;
  color: white!important;
  text-decoration: none;
}

img.bw{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/*===== FIXED BACKGROUND IMG =====*/

.fixed-background {
  overflow: hidden; /*-- Correction for iOS --*/
  padding: 10rem 0;
}

.fixed {
  position: fixed;
  /* background-image: url('../img/fixed-bg-16-9.jpg'); */
  filter: blur(10px);
}

.fixed-slogan {
  text-shadow: .1rem .1rem rgba(0,0,0,.2);
}

.fixed-btn {
  box-shadow: 0 .1rem .1rem rgba(0,0,0,.2)!important;
  /* text-shadow: .1rem .1rem rgba(0,0,0,.9)!important; */
  /* border-color: black!important; */
}

.fixed-btn:hover {
  /* background-color:  rgba(66, 96, 165, 1) !important; */
  background-color: #DC965A!important;
  /* border: .1rem solid  rgba(66, 96, 165, 1) !important; */
  border: .1rem solid #DC965A !important;
  box-shadow:none !important;
  color: white;
}



/*============= FOOTER =============*/

/* REEEEEEDOOOOOOOOOOOOOOOOOOOOOO !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/

footer {
  /* background-color: #383838; */
  background-color: #333333;
  /* padding: 1rem 2rem 3rem; */
}

footer p, footer a{
  color: white;
  text-decoration: none;
}
footer a:hover {
  text-decoration: none;
  color: #DC965A;
}
footer .copyright {
  font-size: small;
}
/* .sitemap-card {
  justify-content: left;
  text-justify:initial;
  justify-self: left;
} */
.sitemap {
  list-style-type: none;
  font-size: small;
  color: lightgray!important;
}
/* ul.social {
  list-style-type: none;
  display: flex;
  max-width: 12rem;
  margin: 0 auto;
  /* display: inline-block; */
  /* justify-content: center; */
  /* margin: 0 -1.5rem; */

footer .svg-inline--fa {
  font-size: 2.3rem;
}

footer .svg-inline--fa:hover {
  color: #DC965A;
}

/*============= MEDIA QUERIES =============*/

/* Devices under 1199px (xl) */
@media (max-width: 1199.98px) {

  .carousel-caption h1 {
    font-size: 2.4rem!important;
  } 
  
  .carousel-caption h1 {
    font-size: 1.6rem;
  } 

  .btn-lg {
    margin-left: 1rem;
    margin-right: 1rem;
  }

}

/*Margin issue (button)*/

@media (min-width: 991.01px) {
  .btn-carousel {
    margin-bottom: 0px!important;
  }
}

/* Devices under 992px (lg) */
@media (max-width: 991.98px) {

  .carousel-caption h1 {
    font-size: 2.2rem!important;
  } 
  
  .carousel-caption h1 {
    font-size: 1.2rem;
  } 

  .btn-lg {
    font-size: .9rem;
  }

}


/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/

/*-- Bootstrap Mobile Gutter Fix --*/
.row, .container-fluid {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/*-- Fixed Background Image --*/
.fixed-background {
  position: relative;
  width: 100%;
  z-index: 1000!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -999 !important;
}
.fixed {
  z-index: -999!important;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

/* .fixed.img-src {
  background-image: url(../img/);
} */

/* END HOME */

/* ABOUT */
.header-img-about {
  background-image: url("../image/about1.jpg");
  /* background: linear-gradient(rgba(66,96,165,0),rgba(66,96,165,1)), url("../image/about1.jpg"); */
  /* filter: grayscale(100%); */
  height: 50%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-img-faq {
  background-image: url("../image/faq3.jpg");
  /* background: linear-gradient(rgba(66,96,165,0),rgba(255,255,255,1)), url("../image/faq1.jpg"); */
  /* filter: grayscale(100%); */
  height: 50%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-img-news {
  /* background-image: url("../image/jobs.jpg"); */
  background-image: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)), url("../image/jobs.jpg");
  /* filter: grayscale(100%); */
  height: 50%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-img-jobs {
  background-image: url("../image/jobs2.jpg");
  /* background: linear-gradient(rgba(66,96,165,0),rgba(255,255,255,1)), url("../image/faq1.jpg"); */
  /* filter: grayscale(100%); */
  height: 50%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-img-contact {
  background-image: url("../image/contact1.jpg");
  /* background: linear-gradient(rgba(66,96,165,0),rgba(255,255,255,1)), url("../image/faq1.jpg"); */
  height: 50%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* filter: grayscale(100%); */
}

.header-img-markets {
  background-image: url("../image/markets.jpg");
  /* background: linear-gradient(rgba(66,96,165,0),rgba(255,255,255,1)), url("../image/faq1.jpg"); */
  height: 50%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* filter: grayscale(100%); */
}

.card-about {
  border: solid 1px #333333;
}

.header-img-oi {
  /* background-image: url("../image/oi10.jpg"); */
  background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url("../image/oi10.jpg");
  /* filter: grayscale(100%); */
  /* filter: opacity(90%); */
  height: 50%; 
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-img-solutions {
  background-image: url("../image/solutions.jpg");
  /* background: linear-gradient(rgba(255,255,255,0.4),rgba(66,96,165,0)), url("../image/solutions.jpg"); */
  /* filter: blur(2px); */
  height: 50%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-img-construction {
  background-image: url("../image/construction1.jpg");
  background: linear-gradient(rgba(255,255,255,1),rgba(66,96,165,0)), url("../image/construction1.jpg");
  height: 50%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-img-statements {
  background-image: url("../image/faq1.jpg");
  /* background: linear-gradient(rgba(66,96,165,0),rgba(255,255,255,1)), url("../image/faq1.jpg"); */
  /* filter: grayscale(100%); */
  height: 50%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* .header-colour {
  background-image: linear-gradient(rgb(66,96,165) black);
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */

.header-text {
  color: white;
  z-index: 998;
}

.header-text-dark {
  color: #4260a5 ;
  z-index: 998;
}

.header-font {
  font-size: 4rem!important;
}
.header-font-xxl {
  font-size: 4rem!important;
}
.header-font-lg {
  font-size: 3.6rem!important;
}
.header-font-md {
  font-size: 3.2rem!important;
}

.header-font-sm {
  font-size: 2.7rem!important;
}

.header-font-xs {
  font-size: 2.2rem!important;
}

.header-font-xxs {
  font-size: 2rem!important;
}

.header-caption-lg {
  position: relative;
  top: 75%;
  left: 50%;  
  transform: translateY(-50%);
  transform: translateX(-50%);
  z-index: 997;
}
.header-caption-md {
  position: relative;
  top: 75%;
  left: 47.5%;  
  transform: translateY(-50%);
  transform: translateX(-50%);
  z-index: 997;
}

.header-caption-lg-2 {
  position: relative;
  top: 65%;
  left: 50%;  
  transform: translateY(-50%);
  transform: translateX(-50%);
  z-index: 997;
}
.header-caption-md-2 {
  position: relative;
  top: 55%;
  left: 47.5%;  
  transform: translateY(-50%);
  transform: translateX(-50%);
  z-index: 997;
}

.header-caption-lg-3 {
  position: relative;
  top: 70%;
  left: 45%;  
  transform: translateY(-50%);
  transform: translateX(-50%);
  z-index: 997;
}
.header-caption-md-3 {
  position: relative;
  top: 55%;
  left: 47.5%;  
  transform: translateY(-50%);
  transform: translateX(-50%);
  z-index: 997;
}

.about-paragraph{
  text-align: justify;
}

.portrait {
  border-radius: 50%;
}

.portrait-mobile {
  border-radius: 50%;
  transform: translateX(17.5%);
  margin-bottom: 2rem;
}

.portrait-container {
  background-color: white;
}

img.about-bands{
  /* -webkit-filter: grayscale(100%);
  filter: grayscale(100%); */
  filter:saturate(90%)
}
/* .portrait-container {
  position: relative;
}

.portrait-text {
  position: absolute;
  top: 20%;
  left: 50%;
  margin-top: 0;
  transform: translateY(-50%);
  transform: translateX(-50%);
}
.portrait-img {
  position: relative;
  left: -32.5%;
} */

/* END ABOUT */

/* ACCORDION */

.accordion {
  background-color: white;
  color: #333333;
  cursor: pointer;
  padding: .5rem;
  width: 100%;
  border: #333333;
  border-width: thin;
  border-style: solid;
  border-bottom: none;
  border-left: none;
  border-right: none;
  text-align: left;
  outline: none;
  font-size: 1.5rem;
  transition: 0.4s;
}
.accordion.top {
  background-color: white;
  color: #333333;
  cursor: pointer;
  padding: .5rem;
  width: 100%;
  border: #333333;
  border-width: thin;
  border-style: solid;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  text-align: left;
  outline: none;
  font-size: 1.5rem;
  transition: 0.4s;
}

.accordion:active, .accordion:hover {
  /* background-color: #4260a5; */
  background-color: #333333;
  color: white;
  /* border-bottom: solid medium #4260a5;
  border-top: solid medium #4260a5; */
}

.accordion:active {
  background-color: #333333;
}

.accordion:after {
  content: '\002B';
  /* content: '\02C5'; */
  color: #333333;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.accordion:hover:after {
  /* content: "\02C4"; */
  content: "\002B";
  color: white;
} 

.accordion.active:after {
  content: "\2212";
}

.accordion.active:hover:after {
  content: "\2212";
  color: white;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
/* END ACCORDION */

.text-thin {
  font-weight: lighter;
}

/* BACKGROUND COLOUR */
.bg-custom-portrait {
  background-color: white;
  color: black;
  position: relative;
  z-index: 998;
}

/* OI Tabs */
* {box-sizing: border-box}

/* Style the tab */
/* .tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
} */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

.tab_sm {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 15%;
  /* height: 300px; */
}

/* Style the buttons that are used to open the tab content */
/* .tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
} */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

.tab_sm button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 15px 5px;
  width: 100%;
  border: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
/* Change background color of buttons on hover */
a.tablinks:hover {
  background-color: #ddd;
  text-decoration: none;
}
/* Create an active/current "tab button" class */
/* a.tablinks.active {
  background-color: lightgrey;
} */

a.tablinks.active {
  background-color: rgba(220, 150, 90, 0.5)!important;
}
a.tablinks.greyed {
  background-color:lightgrey!important;
}
a.tablinks.greyed:hover {
  background-color: lightgrey!important;
  color: white!important;
}

/* table {
  border-collapse:separate;
  border:solid rgba(54, 82, 160, 0.8) 3px;
  border:solid rgba(54, 82, 160, 0.8) 2px;
  border-radius:6px;
  -moz-border-radius:6px;
  border-collapse: separate;
  border-spacing: 0px;
  background: rgba(54, 82, 160, 0.8)
}
th, tr {
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: medium;
  font-weight: lighter;
  color: white;
  border: white;
}

table tr {
  font-size: small;
  font-weight: lighter;
} */

/* table  tr:hover {
  background-color: rgba(54, 82, 160, 0.8);
  color: white;
} */

th, tr {
  border-bottom: 1px solid #3652A0;
}


.container-fluid.oi-section-1 {
  background-color: #333333;
  color: white;
}

.container-fluid.oi-section-2, .container.oi-section-4 {
  background-color: white;
  color: #333333;
}

.container-fluid.oi-section-dark {
  background-color: #333333;
  color: white;
} 
.container.oi-section-dark {
  background-color: #333333;
  color: white;
} 
.container.oi-section-5 {
  background-color: white;
  color: rgb(41, 51, 92);
}

.container.solutions-section-1 {
  background-color: white;
  color: #333333;
}
.container-fluid.solutions-section-dark {
  background-color: #333333;
  color: white;
}
.container-fluid.oi-section-3 {
  background-color: #333333;
}

.nowrap {
  white-space:nowrap;
}

.img-fit-100 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 30rem!important;
}
.img-fit-xl {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 40rem!important;
  min-height: 32rem!important;
}

/* infographic */
.oi-section-3 p {
  color: white;
  text-decoration: none;
}

.oi-section-3 p.industry {
  color: #DC965A;
}

.oi-section-3 p.icon-header {
  font-weight: bold;
  font-size: larger;
  /* color: pink; */
}

.oi-section-3 p.icon-description {
  font-weight: lighter;
  font-size: smaller;
  /* color: pink; */
}
.oi-section-3 p.icon-description-2 {
  font-weight:bold;
  font-size: medium;
  /* color: pink; */
}
.oi-section-3 .svg-inline--fa {
  font-size: 4rem;
}

/* .oi-section-3 .svg-inline--fa:hover {
  color: #3E92CC;
} */

.container .bullets {
  /* background-color: darkgray; */
  border: solid #333333;
  color: #333333;
  border-radius: 0.5rem;
  vertical-align: middle;
}
.container .bullets-thin {
  /* background-color: darkgray; */
  border: 1px solid #333333;
  color: #333333;
  border-radius: 0.5rem;
  vertical-align: middle;
  font-weight: lighter;
}

li.thin-list {
  list-style: none;
}
li.thin-list:before { 
  content: '\2022'; margin-left: -20px; margin-right: 10px; 
  font-weight: bold;
} 
.container-fluid .bullets-light {
  /* background-color: darkgray; */
  border: solid #DC965A 1px;
  color: white;
  border-radius: 0.5rem;
  vertical-align: middle;
}
.oi-link {
  text-decoration: none;
  color: #333333;
}
.oi-link:hover {
  text-decoration: none;
  color: #DC965A;
}

/* Horizon Section */
img.china-team{
  -webkit-filter: grayscale(25%);
  filter: grayscale(25%);
}

a.china-market {
  text-decoration: none;
}
a.china-market:hover {
  text-decoration: none;
  color: #DC965A!important;
}

/* Solutions */
.container-fluid.solutions-platform-section {
  background-color: #333333;
}
.container-fluid.solutions-platform-section-light {
  background-color: white;
}
.container.oiosbp {
  justify-content: space-between;
}

img.platform:hover {
  filter: blur(4px);
  /* filter: opacity(40%); */
}

.row > div.border-light {
  /* background: grey; */
  display: flex;
  border-left: 1px solid #DC965A!important;
  /* border: 1px solid pink!important; */
  /* border-radius: .5rem; */
  /* align-content: center; */
  align-items: center;
}
.row > div.border-light-big {
  display: flex;
  border-left: 1px solid #DC965A;
}
.row > div.border-none {
  display: flex;
  align-items: center;
}
.btn-lg-gold {
  border-radius: 5rem;
  font-size: 1rem;
  border-width: medium;
  border-color: #DC965A;
}
.btn-lg-gold-filled {
  border-radius: 5rem;
  font-size: 1rem;
  border-width: medium;
  background-color: #DC965A!important;
  color: white!important;
  border-color: #DC965A!important;
}
.btn-lg-gold-filled-news {
  border-radius: .75rem;
  font-size: 1rem;
  border-width: medium;
  background-color: #DC965A!important;
  color: white!important;
  border-color: #DC965A!important;
}
.btn-lg-gold-filled-index {
  border-radius: 5rem;
  font-size: 1rem;
  border-width: medium;
  background-color: #DC965A!important;
  color: white!important;
  border-color: #DC965A!important;
}
.btn-lg-gold:hover,
.btn-lg-gold:focus,
.btn-lg-gold:active {
  background-color: #DC965A!important;
  color: white!important;
  border-color: #DC965A!important;
  outline: none !important;
  box-shadow: none !important;
}
.btn-lg-gold-filled:hover,
.btn-lg-gold-filled:focus,
.btn-lg-gold-filled:active {
  background-color: white!important;
  color: #333333!important;
  border-color: #DC965A!important;
  outline: none !important;
  box-shadow: none !important;
}
.btn-lg-gold-filled-index:hover,
.btn-lg-gold-filled-index:focus,
.btn-lg-gold-filled-index:active {
  background-color: white!important;
  color: #333333!important;
  border-color: white!important;
  outline: none !important;
  box-shadow: none !important;
}
.btn-lg-gold-filled-news:hover,
.btn-lg-gold-filled-news:focus,
.btn-lg-gold-filled-news:active {
  background-color: #4260a5!important;
  color: white!important;
  border-color: #4260a5!important;
  outline: none !important;
  box-shadow: none !important;
  transition: .3s;
}

.btn-lg-grey {
  border-radius: 5rem;
  font-size: 1rem;
  border-width: medium;
  border-color: #4260a5;
  background-color: #4260a5;
}
.btn-lg-grey-index {
  border-radius: 5rem;
  font-size: 1rem;
  border-width: medium;
  border-color: #4260a5;
  background-color: #4260a5;
}
.btn-lg-grey:hover,
.btn-lg-grey:focus,
.btn-lg-grey:active {
  background-color: white!important;
  color: #4260a5!important;
  border-color: #4260a5!important;
  outline: none !important;
  box-shadow: none !important;
}
.btn-lg-grey-index:hover,
.btn-lg-grey-index:focus,
.btn-lg-grey-index:active {
  background-color: white!important;
  color: #333333!important;
  border-color: white!important;
  outline: none !important;
  box-shadow: none !important;
}

.emphasize {
  font-family: 'Raleway', sans-serif;
}
.emphasize-dark {
  font-family: 'Raleway', sans-serif;
  color: #333333!important;
  font-weight: bolder;
}
.emphasize-gold {
  font-family: 'Raleway', sans-serif;
  color:#DC965A;
}

/* Hover image text */
.hoverwrap {
  position: relative;
}
.hovercap {
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: white;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  text-align: start;
  /* padding-top: 10%; */
  display: flex;
  align-items: center;
}
.hovercap-cover {
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  /* text-align: center; */
  /* padding-top: 25%; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.hovercap {
  visibility: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.hovercap-cover {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

div.border-light {
  padding-top: 1rem;
  padding-left: 2rem;
  display: flex;
  align-items: center;
  border-left: 1px solid #DC965A!important;
}

div.text-grey {
  color: #333333!important;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .hoverwrap:hover .hovercap {
    visibility: visible;
    opacity: 1;
  }
  .hoverwrap:hover .hovercap-cover{
    visibility: none;
    opacity: 0;
  }
}

/* slightly transparent fallback for Firefox (not supporting backdrop-filter) */
@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  /* .blurred-container {
    background-color: rgba(255, 255, 255, .8);
  } */
  .hoverwrap:hover .hovercap {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
  }
  .hoverwrap:hover .hovercap-cover {
    visibility: none;
    opacity: 0;
  }
  .navbar {
    font-size: .8rem;
    font-weight: 600;
    /* text-transform: uppercase; */
    letter-spacing: .1rem;
    box-shadow: 0 .5rem .5rem rgba(0,0,0,.1);
    z-index: 1003;
    background-color: none;
    background: rgba(255, 255, 255, 0.8);
    /* background: white; */
  }
}

a.deco-none {
  text-decoration: none;
  color: #333333;
}

a.deco-none:hover {
  text-decoration: none;
  color: #DC965A;
}

/* NEWS */
.fadein {
  animation: fadeEffect .5s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

* {box-sizing: border-box}

/* Style the tab */
.job-tab {
  float: left;
  /* border: 1px solid #ccc; */
  border-radius: 1rem;
  background-color: #4260a5;
  width: 20%;
  min-width: 8rem;
  margin: .5rem;
  /* height: 300px; */
}
.job-tab.mobileTab {
  /* float: left; */
  /* border: 1px solid #ccc; */
  border-radius: 1rem;
  /* background-color: #4260a5; */
  background-color: #4260a5;
  width: 100%;
  /* min-width: 8rem; */
  /* margin: .5rem; */
  /* height: 300px; */
}
/* Style the buttons that are used to open the tab content */
.job-tab button {
  display: block;
  background-color: inherit;
  color: white;
  padding: 1rem 1rem;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}
.job-tab.mobileTab button {
  display: block;
  background-color: inherit;
  color: white;
  padding: 1rem 1rem;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}
.job-tab button.top {
  border-radius: 1rem 1rem 0rem 0rem;
}
.job-tab button.bottom {
  border-radius: 0rem 0rem 1rem 1rem;
}

/* Change background color of buttons on hover */
.job-tab button:hover {
  background-color: #5075cc;
}

/* Create an active/current "tab button" class */
.job-tab button.active {
  background-color: #486bbd;
}

/* Style the tab content */
.job-tabcontent {
  margin: .5rem;
  float: left;
  padding: 1rem 2rem;
  border: 1px solid #ccc;
  border-radius: 1rem;
  width: 70%;
  min-width: 20rem;
  /* height: 300px; */
}
.job-tabcontent-m {
  /* margin: .5rem; */
  float: left;
  padding: 1rem 2rem;
  border: 1px solid #ccc;
  border-radius: 1rem;
  /* width: 70%; */
  /* min-width: 20rem; */
  /* height: 300px; */
}
.job-apply-btn {
  border-radius: 1rem;
  background-color: #4260a5;
  color: white;
  padding: .75rem .75rem;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  border: none;
  outline: none;
  margin: .5rem;
  /* margin-bottom: 1rem; */
}
.job-apply-btn:hover {
  background-color: #5075cc;
}

.backdrop-h1 {
  color: white;
  font-size: 4vh;
  font-weight: 500;
}
.backdrop-h2 {
  color: white;
  font-size: 3vh;
  font-weight: 200;
}
.backdrop-h3 {
  color: white;
  font-size: 3vh;
  font-weight: 500;
}

/* MEDIA PAGE */

.container .article {
  border-bottom-style: solid;
  border-bottom-color: #333333;
  border-bottom-width: thin;
  /* border-radius: 1rem; */
  padding: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1.5rem;
  margin: .5rem;
}
/* .article:hover {
  border-style: solid;
  border-color: #333333;
  border-width: thin;
  border-radius: 1rem;
  padding: 1.5rem;
  margin: .5rem;
  box-shadow: 1px 1px 1px #333333;
  position:relative;
  right: 1px;
  bottom: 1px;
  transition: .1s;
} */

.pg-btn {
  border-style: solid;
  border-color: #333333;
  background-color: #333333;
  color: white;
  border-width: thin;
  width: 2.5rem;
  height: 2.8rem;
  border-radius: .25rem;
  margin: .5rem;
}
.pg-btn:hover,
.pg-btn:focus,
.pg-btn:active {
  border-style: solid;
  border-color: #333333;
  border-width: thin;
  font-weight: bold;
  width: 2.5rem;
  height: 2.8rem;
  border-radius: .25rem;
  margin: .5rem;
  margin-top: .25rem;
  transition: .3s;
}
.pg-btn.active {
  border-style: solid;
  border-color: #333333;
  border-width: thin;
  font-weight: bold;
  width: 2.5rem;
  height: 2.8rem;
  border-radius: .25rem;
  margin: .5rem;
  margin-top: .25rem;
  transition: .3s;
}

.share {
  font-size: 2.3rem;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.2rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  color: #4260a5;
  background-color: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.share:hover {
  color: #DC965A;
}

.title {
  text-transform: capitalize;
  color: pink;
}

.plain-link,
.plain-link:hover {
  text-decoration: none;
}
.news-link:hover {
  color: #DC965A!important;
}

.youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
}

/* Market Data Section */

.center-fit {
  max-width: 100%;
  max-height: 100vh;
  margin: auto;
  cursor: pointer;
  transition: 0.3s;
}

.center-fit:hover {
  opacity: 0.7;
}

.imgbox {
  display: grid;
  height: 100%;
}

@media print{
  .noprint{
      display:none;
  }
}

.test-img {
  width: 100%;
  height: 300px;
  background-image: url('../image/markets.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  filter: grayscale(100%);
}

.mini-header {
  font-size: large;
  color: #3652A0
}

.main-header {
  color: #3652A0;
}

.card-weekly {
  border: none;
}
.card-weekly img:hover {
  opacity: 0.7;
  cursor: pointer;
}

#fullpage {
  display: none;
  /* position: absolute; */
  position:fixed;
  left: 50%;
  top:  50%;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: contain;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-color: white;
  animation-name: zoom;
  animation-duration: 0.5s;
}

@keyframes zoom {
  from {transform:scale(0.6)}
  to {transform:scale(1)}
}

@keyframes zoom-out {
  from {transform:scale(1)}
  to {transform:scale(0)}
}

.table-link {
  color: #3652A0;
}

.table-link:hover {
  color: #DC965A;
  text-decoration: underline;
}

.btn-lg-esunny {
  border-radius: 5rem;
  font-size: 1.1rem;
  color: white;
  border-width: medium;
  border-color: #C4261D;
  background-color: #C4261D;
}

.btn-lg-esunny:hover,
.btn-lg-esunny:focus,
.btn-lg-esunny:active {
  background-color: white!important;
  color: #333333!important;
  border-color: #C4261D!important;
  outline: none !important;
  box-shadow: none !important;
  transition: .3s;
}

.red-link {
  color: #C4261D!important;
}

.red-link:hover {
  color: #C4261D;
  text-decoration: underline;
}

.grey-link {
  color: #ccc!important;
}

.grey-link:hover {
  color: #ccc;
  text-decoration: underline;
}

/* Team Card Styles - Responsive Card Layout */
.team-card {
    text-align: center;
    padding: 30px 20px;
    margin-bottom: 30px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.team-card-avatar {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto 20px;
    overflow: hidden;
    border: 4px solid #f0f0f0;
}

.team-card-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-card-name {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}

.team-card-title {
    font-size: 1rem;
    font-weight: 500;
    color: #667eea;
    margin-bottom: 15px;
}

.team-card-bio {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    text-align: left;
}

/* Contact Card Styles - Enhanced version of team-card with contact info */
.contact-card {
    text-align: center;
    padding: 30px 20px;
    margin-bottom: 30px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.contact-card-avatar {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto 20px;
    overflow: hidden;
    border: 4px solid #f0f0f0;
}

.contact-card-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-card-name {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}

.contact-card-title {
    font-size: 1rem;
    font-weight: 500;
    color: #667eea;
    margin-bottom: 15px;
}

.contact-card-info {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.8;
    margin-bottom: 8px;
}

.contact-card-info a {
    color: #667eea;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-card-info a:hover {
    color: #2c3e50;
    text-decoration: underline;
}

.contact-card-info i {
    margin-right: 5px;
}

/* Contact Hero Section */
.contact-hero {
    margin-bottom: 30px;
}

.contact-hero-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.contact-address-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.contact-address-box h1 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #667eea;
    margin-bottom: 15px;
}

.contact-address-box p {
    font-size: 1rem;
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .team-card-avatar,
    .contact-card-avatar {
        width: 120px;
        height: 120px;
    }

    .team-card-name,
    .contact-card-name {
        font-size: 1.3rem;
    }

    .team-card,
    .contact-card {
        padding: 25px 15px;
    }

    .contact-address-box {
        padding: 20px;
        margin-bottom: 20px;
    }
}

