#corporate-governance {
  background-color: #f8f9fa;
}

#corporate-governance p {
  text-align: justify;
}

ul.bullet-txt-angle li {
  list-style: none;
  position: relative;
}

ul.bullet-txt-angle li::before {
  content: "";
  background-image: url("../assets/img/right-arrow.svg");
  height: 10px;
  width: 11px;
  position: absolute;
  left: -32px;
  top: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

ul.bullet-txt-angle li:hover::before {
  left: -20px;
}

ul.bullet-txt li {
  list-style: none;
  margin-bottom: 10px;
  position: relative;
}

ul.bullet-txt li a {
  color: #000;
}

ul.bullet-txt li a:hover {
  color: #014380;
  text-decoration: none;
}

ul.bullet-txt li::before {
  content: "";
  background-image: url("../assets/img/right-arrow.svg");
  height: 10px;
  width: 11px;
  color: #014380;
  position: absolute;
  left: -32px;
  top: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

ul.bullet-txt li:hover::before {
  left: -20px;
}

.node__content h1, .node__content h2, .node__content h3, .node__content h4, .node__content h5, .node__content h6 {
  color: #014380;
  margin-bottom: 3px;
  margin-top: 10px;
}

.node__content ul {
  list-style: none;
}

.node__content ul li {
  list-style: none;
  margin-bottom: 10px;
  position: relative;
}

.node__content ul li a {
  color: #000;
}

.node__content ul li a:hover {
  color: #014380;
  text-decoration: none;
}

.node__content ul li::before {
  content: "";
  background-image: url("../assets/img/right-arrow.svg");
  height: 10px;
  width: 11px;
  color: #014380;
  position: absolute;
  left: -32px;
  top: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.node__content ul li:hover::before {
  left: -20px;
}

.text-plan h1,
.text-plan h2 {
  color: #014380;
}

.view-grouping-content h3 img {
  width: 100%;
}

.product-shadow {
  -webkit-box-shadow: 0px 0px 10px -5px #000;
          box-shadow: 0px 0px 10px -5px #000;
}

.product-shadow button {
  width: 100%;
  text-align: center;
}

.photo-gallery a:hover {
  text-decoration: none;
}
/*# sourceMappingURL=saif.css.map */