/*body {
  font-family: "Open Sans", sans-serif;
  color: #555759;
  background-color: #D4D5D5;
}*/

a:hover {
  text-decoration: none;
}

hr {
  background-color: #AAABAC;
}

.div-underline, .div-underlind div {
  border-bottom: 1px solid #AAABAC;
  padding: 10px 0px;
}

.bg-shadow {
  -webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.3);
}

#top-bar {
  /*background-color: #0E69AF;*/
  background-color: rgb(12, 81, 139);
}

#logo-bar {
  background-color: white;
  width: 100%;
}

#logo-bar .container .row {
  height: 93px;
}

.img-fluid {
  width: 160px;
  margin-left: 25px;
}

.img-etf {
  height: 93px;
}

.hero-container2 {
  /*background-color: #1AA2DC;*/
  padding: 40px 0px;
  color: white;
}

.information-icon {
  color: #00a3e0;
  background-color: white;
  border-radius: 50%;
  font-size: 20px;
  margin-right: 10px;
}

.info-box {
  color: #555759;
  background-color: white;
  padding: 20px 30px;
  font-weight: bold;
}

.info-box-fluid {
  color: #555759;
  background-color: white;
  padding: 0px;
  font-weight: bold;
}

.fund-detail {
  padding: 30px 0px;
}

.title {
  font-weight: bold;
  line-height: 24px;
  font-size: 24px;
  margin-bottom: 15px;
  /*font-family: "Utopia";*/
  color: #515151;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  /*background-color: #1AA2DC;*/
  background-color: #00A3E0;
  border-radius: 0px;
}

.nav-link {
  display: block;
  padding: .5rem 3rem;
}

.nav-pills {
  background-color: #555759;
  /*font-family: "Utopia" Arial;*/
  font-weight: normal;
}

.table {
  color: #555759;
  /* font-size: 13px; */
}

table th {
  border: 0px !important;
  /*color: #1AA2DC;*/
  color: #00A3E0;
  border-collapse: collapse;
  font-weight: normal;
  text-align: right;
}

table td {
  /* border-top: 0px !important; */
  /* border-bottom: 1px solid !important; */
  border-top: 0px !important;
  border-bottom: 1px solid #AAABAC;
  border-collapse: collapse;
  font-weight: normal;
  text-align: right;
}

.table-label {
  border-collapse: collapse;
  font-weight: normal;
  text-align: left;
}

.tab-pane {
  padding: 20px 40px;
  font-size: 13px;
  font-weight: normal;
}

.container-row {
  margin: 80px 0px;
  background-color: white;
}

.container-first-row {
  margin-top: 20px;
  background-color: white;
}

.nav-pills .nav-link {
  border-radius: 0rem;
  color: white;
}

#hero {
  width: 100%;
  position: relative;
}

#hero .hero-container {
  /* position: absolute; */
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background: url("../img/hero-bg.png") top center;
  background-size: cover;
  height: 375px;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
  #hero h1,
  #hero h2 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .hero-container {
	 /*height: 105px;*/
  }
}

#logo-bar .text-asset {
  font-size: 12px;
  height: 20px;
  line-height: 23px;
}

@media (max-width: 767px) {
  #logo-bar {
    height: 80px;
  }
  #logo-bar .logo img {
    height: 80px;
    width: auto;
  }
  #logo-bar img {
    width: 120px;
    margin-top: 5%;
    /*margin-left: 10px;
	display: block;
    margin-left: auto;
    margin-right: auto;*/
  }
}

#hero .hero-container {
  background: url("~/assets/img/listing-banner.jpg") top center;
  background-size: cover;
}

.left-bar {
  background: lightblue;
  height: 100%;
  width: 50px;
}

.text-wrap {
  /*background: #1AA2DC;*/
  color: #00A3E0;
  padding-left: 40px;
}

.text-box {
  padding: 15px 15px 0px 15px;
  background: white;
  font-size: 12px;
  font-weight: normal;
}

.text-box h4 {
  /*color: #1AA2DC;*/
  color: #00A3E0;
  font-weight: bold;
}

.text-box .desc-text {
  font-size: 16px;
}

.text-box .text-bottom {
  margin-top: 15px;
}

.text-box .stock-code {
  font-weight: bold;
  padding-bottom: 5px;
}


/*# sourceMappingURL=index.css.map */