.top-tabel {
  margin-bottom: 30px;
}

.list-notes li {
  margin-bottom: 10px;
  margin-top: 5px;
  line-height: 25px;
}

@media (max-width: 768px) {
  .top-tabel {
    margin-bottom: 60px;
  }
}

.block .text {
  line-height: 30px;
  margin-top: 3%;
}

.button-view {
  background-color: #d6b161;
  color: white;
  border-radius: 0px;
}

.button-view:hover {
  background-color: black;
  color: white;
}

.list-unstyled a {
  text-decoration: none;
  color: black;
}

.list-unstyled a:hover {
  color: #d6b161;
}

.history .block .btn {
  background: #d6b161;
  color: white;
  border-radius: 0px;
  margin-left: 10px;
}

.history .block .btn:active,
section .block .btn:focus,
section .block .btn:hover {
  background: #caa65b;
  color: white;
}

.history th {
  color: black;
}

.table-top {
  border-bottom: 2px solid #d6b161;
}

.history {
  margin-top: -45px !important;
  font-weight: bold;
}

.history th {
  padding: 12px 25px !important;
  vertical-align: middle !important;
}

.history td {
  padding: 12px !important;
}

.history tr:nth-child(odd) {
  background: white;
  /* Baris ganjil Dihitung dari Header*/
}
.history tr:nth-child(even) {
  background: #f2f3f4; /* Baris Genap */
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 27, 2018, 7:35:11 PM
    Author     : Adnan lopa
*/
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
.link:active,
section .section-investor-ci3 .list-ci li a:active,
section .section-investor-fi3 .list-ci li a:active,
section .section-investor-di3 .list-ci li a:active,
section .section-investor-gm3 .list-ci li a:active,
.link:focus,
section .section-investor-ci3 .list-ci li a:focus,
section .section-investor-fi3 .list-ci li a:focus,
section .section-investor-di3 .list-ci li a:focus,
section .section-investor-gm3 .list-ci li a:focus,
.link:hover,
section .section-investor-ci3 .list-ci li a:hover,
section .section-investor-fi3 .list-ci li a:hover,
section .section-investor-di3 .list-ci li a:hover,
section .section-investor-gm3 .list-ci li a:hover {
  color: #d4af61;
  text-decoration: none;
}

.noLink:active,
.noLink:focus,
.noLink:hover {
  text-decoration: none;
}

.linkWhite:active,
.linkWhite:focus,
.linkWhite:hover {
  color: white;
  text-decoration: none;
}

.linkBlack:active,
.linkBlack:focus,
.linkBlack:hover {
  color: black;
  text-decoration: none;
}

.reset,
section .section-investor-ci3 .block,
section .section-investor-fi3 .block,
section .section-investor-di3 .block,
section .section-investor-gm3 .block,
section .section-investor-ci3 .no-block .title,
section .section-investor-fi3 .no-block .title,
section .section-investor-di3 .no-block .title,
section .section-investor-gm3 .no-block .title {
  margin: 0;
  padding: 0;
}

.fullImage {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}

.shadow {
  -webkit-box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);
  -o-box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);
}

.middleCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  -o-box-pack: center;
  box-pack: center;
  -webkit-flex-pack: center;
  -moz-flex-pack: center;
  -ms-flex-pack: center;
  -o-flex-pack: center;
  flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -o-box-align: center;
  box-align: center;
  -webkit-flex-align: center;
  -moz-flex-align: center;
  -ms-flex-align: center;
  -o-flex-align: center;
  flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.animatedDuration {
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
}

.animateDelay {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.loading {
  -webkit-animation-name: loading;
  -moz-animation-name: loading;
  -ms-animation-name: loading;
  -o-animation-name: loading;
  animation-name: loading;
  -webkit-animation-duration: 3.1s;
  -moz-animation-duration: 3.1s;
  -ms-animation-duration: 3.1s;
  -o-animation-duration: 3.1s;
  animation-duration: 3.1s;
}
@-webkit-keyframes loading {
  0% {
    top: 50%;
    height: 2px;
    width: 0;
  }
  50% {
    top: 50%;
    height: 2px;
    width: 100%;
  }
  100% {
    top: 0;
    height: 100vh;
    width: 100%;
  }
}
@-moz-keyframes loading {
  0% {
    top: 50%;
    height: 2px;
    width: 0;
  }
  50% {
    top: 50%;
    height: 2px;
    width: 100%;
  }
  100% {
    top: 0;
    height: 100vh;
    width: 100%;
  }
}
@-ms-keyframes loading {
  0% {
    top: 50%;
    height: 2px;
    width: 0;
  }
  50% {
    top: 50%;
    height: 2px;
    width: 100%;
  }
  100% {
    top: 0;
    height: 100vh;
    width: 100%;
  }
}
@keyframes loading {
  0% {
    top: 50%;
    height: 2px;
    width: 0;
  }
  50% {
    top: 50%;
    height: 2px;
    width: 100%;
  }
  100% {
    top: 0;
    height: 100vh;
    width: 100%;
  }
}
.transformSection {
  -webkit-animation-name: transformSection;
  -moz-animation-name: transformSection;
  -ms-animation-name: transformSection;
  -o-animation-name: transformSection;
  animation-name: transformSection;
  -webkit-animation-direction: initial;
  -moz-animation-direction: initial;
  -ms-animation-direction: initial;
  -o-animation-direction: initial;
  animation-direction: initial;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -ms-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s;
}
@-webkit-keyframes transformSection {
  from {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes transformSection {
  from {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-ms-keyframes transformSection {
  from {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes transformSection {
  from {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.moveTop {
  margin-bottom: 36px;
  -webkit-animation: moveTop 0.7s;
  -moz-animation: moveTop 0.7s;
  -ms-animation: moveTop 0.7s;
  -o-animation: moveTop 0.7s;
  animation: moveTop 0.7s;
}
@-webkit-keyframes moveTop {
  from {
    margin-bottom: 0;
  }
  to {
    margin-bottom: 36px;
  }
}
@-moz-keyframes moveTop {
  from {
    margin-bottom: 0;
  }
  to {
    margin-bottom: 36px;
  }
}
@-ms-keyframes moveTop {
  from {
    margin-bottom: 0;
  }
  to {
    margin-bottom: 36px;
  }
}
@keyframes moveTop {
  from {
    margin-bottom: 0;
  }
  to {
    margin-bottom: 36px;
  }
}
.linkUnderline {
  display: inline-block;
  color: #d6b161;
  text-decoration: none;
}
.linkUnderline::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: white;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.linkUnderline:hover::after {
  background: white;
  width: 100%;
}

.mouseTransform {
  -webkit-transform: perspective(600px) rotateY(0deg) rotateX(0deg);
  -moz-transform: perspective(600px) rotateY(0deg) rotateX(0deg);
  -ms-transform: perspective(600px) rotateY(0deg) rotateX(0deg);
  -o-transform: perspective(600px) rotateY(0deg) rotateX(0deg);
  transform: perspective(600px) rotateY(0deg) rotateX(0deg);
}

.hideShow {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation-name: hideShow;
  -moz-animation-name: hideShow;
  -ms-animation-name: hideShow;
  -o-animation-name: hideShow;
  animation-name: hideShow;
  -webkit-animation-direction: initial;
  -moz-animation-direction: initial;
  -ms-animation-direction: initial;
  -o-animation-direction: initial;
  animation-direction: initial;
  -webkit-animation-duration: 0.9s;
  -moz-animation-duration: 0.9s;
  -ms-animation-duration: 0.9s;
  -o-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-iteration-count: alternate;
  -moz-animation-iteration-count: alternate;
  -ms-animation-iteration-count: alternate;
  -o-animation-iteration-count: alternate;
  animation-iteration-count: alternate;
}
@-webkit-keyframes hideShow {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes hideShow {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-ms-keyframes hideShow {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes hideShow {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.showHide {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation-name: showHide;
  -moz-animation-name: showHide;
  -ms-animation-name: showHide;
  -o-animation-name: showHide;
  animation-name: showHide;
  -webkit-animation-direction: initial;
  -moz-animation-direction: initial;
  -ms-animation-direction: initial;
  -o-animation-direction: initial;
  animation-direction: initial;
  -webkit-animation-duration: 0.9s;
  -moz-animation-duration: 0.9s;
  -ms-animation-duration: 0.9s;
  -o-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-iteration-count: alternate;
  -moz-animation-iteration-count: alternate;
  -ms-animation-iteration-count: alternate;
  -o-animation-iteration-count: alternate;
  animation-iteration-count: alternate;
}
@-webkit-keyframes showHide {
  from {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes showHide {
  from {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-ms-keyframes showHide {
  from {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes showHide {
  from {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.hoverHide {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.4s linear;
  -moz-transition: opacity 1.4s linear;
  -ms-transition: opacity 1.4s linear;
  -o-transition: opacity 1.4s linear;
  transition: opacity 1.4s linear;
}
.hoverHide:active,
.hoverHide:focus,
.hoverHide:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 1.4s linear;
  -moz-transition: opacity 1.4s linear;
  -ms-transition: opacity 1.4s linear;
  -o-transition: opacity 1.4s linear;
  transition: opacity 1.4s linear;
}

.hoverShow {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 1.4s linear;
  -moz-transition: opacity 1.4s linear;
  -ms-transition: opacity 1.4s linear;
  -o-transition: opacity 1.4s linear;
  transition: opacity 1.4s linear;
}
.hoverShow:active,
.hoverShow:focus,
.hoverShow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.4s linear;
  -moz-transition: opacity 1.4s linear;
  -ms-transition: opacity 1.4s linear;
  -o-transition: opacity 1.4s linear;
  transition: opacity 1.4s linear;
}

.rotate90degLeft {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  -o-transform-origin: left top 0;
  transform-origin: left top 0;
}

.rotate90degRight {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right top 0;
  -moz-transform-origin: right top 0;
  -ms-transform-origin: right top 0;
  -o-transform-origin: right top 0;
  transform-origin: right top 0;
}

.bounce {
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -ms-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.effect1 {
  -webkit-box-shadow: 0 10px 6px -6px #010101;
  -moz-box-shadow: 0 10px 6px -6px #010101;
  -ms-box-shadow: 0 10px 6px -6px #010101;
  -o-box-shadow: 0 10px 6px -6px #010101;
  box-shadow: 0 10px 6px -6px #010101;
}

.effect2 {
  position: relative;
}
.effect2:before,
.effect2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #010101;
  -webkit-box-shadow: 0 15px 10px #010101;
  -moz-box-shadow: 0 15px 10px #010101;
  -ms-box-shadow: 0 15px 10px #010101;
  -o-box-shadow: 0 15px 10px #010101;
  box-shadow: 0 15px 10px #010101;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.effect3 {
  position: relative;
}
.effect3:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #010101;
  -webkit-box-shadow: 0 15px 10px #010101;
  -moz-box-shadow: 0 15px 10px #010101;
  -ms-box-shadow: 0 15px 10px #010101;
  -o-box-shadow: 0 15px 10px #010101;
  box-shadow: 0 15px 10px #010101;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.effect4 {
  position: relative;
}
.effect4:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #010101;
  -webkit-box-shadow: 0 15px 10px #010101;
  -moz-box-shadow: 0 15px 10px #010101;
  -ms-box-shadow: 0 15px 10px #010101;
  -o-box-shadow: 0 15px 10px #010101;
  box-shadow: 0 15px 10px #010101;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}

.effect5 {
  position: relative;
}
.effect5:before,
.effect5:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #010101;
  -webkit-box-shadow: 0 35px 20px #010101;
  -moz-box-shadow: 0 35px 20px #010101;
  -ms-box-shadow: 0 35px 20px #010101;
  -o-box-shadow: 0 35px 20px #010101;
  box-shadow: 0 35px 20px #010101;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.effect5:after {
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}

.effect6 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before,
.effect6:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  -ms-border-radius: 10;
  -o-border-radius: 10;
  border-radius: 10;
}
.effect6:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}

.effect7 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect7:before,
.effect7:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  -ms-border-radius: 10;
  -o-border-radius: 10;
  border-radius: 10;
}
.effect7:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}

.effect8 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect8:before,
.effect8:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  -ms-border-radius: 10;
  -o-border-radius: 10;
  border-radius: 10;
}
.effect8:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 31, 2018, 7:43:59 AM
    Author     : Adnan lopa
*/
@font-face {
  font-family: "VolteRounded-Regular";
  src: url("https://anwaresidence.com/assets/front/fonts/VolteRounded-Regular.eot");
  src: url("https://anwaresidence.com/assets/front/fonts/VolteRounded-Regular.eot?#iefix")
      format("embedded-open_cardtype"),
    url("https://anwaresidence.com/assets/front/fonts/VolteRounded-Regular.woff")
      format("woff"),
    url("https://anwaresidence.com/assets/front/fonts/VolteRounded-Regular.ttf")
      format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}

section .section-investor-ci1,
section .section-investor-fi1,
section .section-investor-di1,
section .section-investor-gm1,
section .section-investor-si1,
section .section-investor-bi1 {
  margin-bottom: 3%;
  height: 100vh;
  max-height: 100vh;
  background-repeat: no-repeat !important;
  background-position: bottom center !important;
  background-size: cover !important;
}
@media (max-width: 768px) {
  section .section-investor-ci1,
  section .section-investor-fi1,
  section .section-investor-di1,
  section .section-investor-gm1,
  section .section-investor-si1,
  section .section-investor-bi1 {
    margin-top: -175px;
  }
}
section .section-investor-bi1 {
  background: url("../img/investor/new/bond-information.jpg");
}
section .section-investor-ci1 {
  background: url("../img/investor/new/corporate-information.jpg");
}
section .section-investor-fi1 {
  background: url("../img/investor/new/financial-information.jpg");
}
section .section-investor-di1 {
  background: url("../img/investor/new/disclosure.jpg");
}
section .section-investor-gm1 {
  background: url("../img/investor/new/general-meeting.jpg");
}
section .section-investor-si1 {
  background: url("../img/investor/new/stock-information.jpg");
}
section .section-investor-ci2,
section .section-investor-fi2,
section .section-investor-di2,
section .section-investor-gm2,
section .section-investor-si2,
section .section-investor-bi2 {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 25vh;
}
section .section-investor-ci2 .title,
section .section-investor-fi2 .title,
section .section-investor-di2 .title,
section .section-investor-gm2 .title,
section .section-investor-si2 .title,
section .section-investor-bi2 .title {
  color: white;
  font-family: Bank;
  text-transform: uppercase;
  margin-top: 15%;
}
section .section-investor-ci2 img,
section .section-investor-fi2 img,
section .section-investor-di2 img,
section .section-investor-gm2 img,
section .section-investor-si2 img,
section .section-investor-bi2 img {
  margin: -42px 0 0 0;
}
section .section-investor-ci3,
section .section-investor-fi3,
section .section-investor-di3,
section .section-investor-gm3,
section .section-investor-si3,
section .section-investor-bi3 {
  padding: 0;
  padding-bottom: 50px;
}
section .section-investor-ci3 .block,
section .section-investor-fi3 .block,
section .section-investor-di3 .block,
section .section-investor-gm3 .block,
section .section-investor-si3 .block,
section .section-investor-bi3 .block {
  margin-bottom: 15px;
}
section .section-investor-ci3 .block .title,
section .section-investor-fi3 .block .title,
section .section-investor-di3 .block .title,
section .section-investor-gm3 .block .title,
section .section-investor-si3 .block .title,
section .section-investor-bi3 .block .title {
  color: #010101;
  text-transform: uppercase;
  padding-bottom: 35px;
}
section .section-investor-ci3 .block p,
section .section-investor-ci3 .block b,
section .section-investor-ci3 .block strong,
section .section-investor-ci3 .block em,
section .section-investor-ci3 .block .heading-cus,
section .section-investor-ci3 .block label,
section .section-investor-ci3 .block sup,
section .section-investor-ci3 .block table tr td,
section .section-investor-ci3 .block ul li,
section .section-investor-ci3 .block ol li,
section .section-investor-fi3 .block p,
section .section-investor-fi3 .block b,
section .section-investor-fi3 .block strong,
section .section-investor-fi3 .block em,
section .section-investor-fi3 .block .heading-cus,
section .section-investor-fi3 .block label,
section .section-investor-fi3 .block sup,
section .section-investor-fi3 .block table tr td,
section .section-investor-fi3 .block ul li,
section .section-investor-fi3 .block ol li,
section .section-investor-di3 .block p,
section .section-investor-di3 .block b,
section .section-investor-di3 .block strong,
section .section-investor-di3 .block em,
section .section-investor-di3 .block .heading-cus,
section .section-investor-di3 .block label,
section .section-investor-di3 .block sup,
section .section-investor-di3 .block table tr td,
section .section-investor-di3 .block ul li,
section .section-investor-di3 .block ol li,
section .section-investor-gm3 .block p,
section .section-investor-gm3 .block b,
section .section-investor-gm3 .block strong,
section .section-investor-gm3 .block em,
section .section-investor-gm3 .block .heading-cus,
section .section-investor-gm3 .block label,
section .section-investor-gm3 .block sup,
section .section-investor-gm3 .block table tr td,
section .section-investor-gm3 .block ul li,
section .section-investor-gm3 .block ol li,
section .section-investor-si3 .block p,
section .section-investor-si3 .block b,
section .section-investor-si3 .block strong,
section .section-investor-si3 .block em,
section .section-investor-si3 .block .heading-cus,
section .section-investor-si3 .block label,
section .section-investor-si3 .block sup,
section .section-investor-si3 .block table tr td,
section .section-investor-si3 .block ul li,
section .section-investor-si3 .block ol li,
section .section-investor-bi3 .block p,
section .section-investor-bi3 .block b,
section .section-investor-bi3 .block strong,
section .section-investor-bi3 .block em,
section .section-investor-bi3 .block .heading-cus,
section .section-investor-bi3 .block label,
section .section-investor-bi3 .block sup,
section .section-investor-bi3 .block table tr td,
section .section-investor-bi3 .block ul li,
section .section-investor-bi3 .block ol li {
  color: #010101;
}
section .section-investor-ci3 .block .heading-cus,
section .section-investor-fi3 .block .heading-cus,
section .section-investor-di3 .block .heading-cus,
section .section-investor-gm3 .block .heading-cus,
section .section-investor-si3 .block .heading-cus,
section .section-investor-bi3 .block .heading-cus {
  background: white;
  padding-right: 12px;
  float: left;
  margin-top: -11px;
}
section .section-investor-ci3 .block .table-list tr td,
section .section-investor-fi3 .block .table-list tr td,
section .section-investor-di3 .block .table-list tr td,
section .section-investor-gm3 .block .table-list tr td,
section .section-investor-si3 .block .table-list tr td,
section .section-investor-bi3 .block .table-list tr td {
  border: none;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #010101;
}
section .section-investor-ci3 .block .table-list tr td:nth-child(1),
section .section-investor-fi3 .block .table-list tr td:nth-child(1),
section .section-investor-di3 .block .table-list tr td:nth-child(1),
section .section-investor-gm3 .block .table-list tr td:nth-child(1),
section .section-investor-si3 .block .table-list tr td:nth-child(1),
section .section-investor-bi3 .block .table-list tr td:nth-child(1) {
  width: 60%;
}
section .section-investor-ci3 .block .table-list tr td:nth-child(3),
section .section-investor-fi3 .block .table-list tr td:nth-child(3),
section .section-investor-di3 .block .table-list tr td:nth-child(3),
section .section-investor-gm3 .block .table-list tr td:nth-child(3),
section .section-investor-si3 .block .table-list tr td:nth-child(3),
section .section-investor-bi3 .block .table-list tr td:nth-child(3) {
  width: 10%;
}
section .section-investor-ci3 .block .table-inv thead tr td,
section .section-investor-fi3 .block .table-inv thead tr td,
section .section-investor-di3 .block .table-inv thead tr td,
section .section-investor-gm3 .block .table-inv thead tr td,
section .section-investor-si3 .block .table-inv thead tr td,
section .section-investor-bi3 .block .table-inv thead tr td {
  width: 25%;
}
section .section-investor-ci3 .block .table-inv thead tr .thead-dark,
section .section-investor-fi3 .block .table-inv thead tr .thead-dark,
section .section-investor-di3 .block .table-inv thead tr .thead-dark,
section .section-investor-gm3 .block .table-inv thead tr .thead-dark,
section .section-investor-si3 .block .table-inv thead tr .thead-dark,
section .section-investor-bi3 .block .table-inv thead tr .thead-dark {
  background: #777777;
}
section .section-investor-ci3 .block .table-inv thead tr .thead-dark ul li,
section .section-investor-fi3 .block .table-inv thead tr .thead-dark ul li,
section .section-investor-di3 .block .table-inv thead tr .thead-dark ul li,
section .section-investor-gm3 .block .table-inv thead tr .thead-dark ul li,
section .section-investor-si3 .block .table-inv thead tr .thead-dark ul li,
section .section-investor-bi3 .block .table-inv thead tr .thead-dark ul li {
  color: white !important;
}
section .section-investor-ci3 .block .singleline,
section .section-investor-fi3 .block .singleline,
section .section-investor-di3 .block .singleline,
section .section-investor-gm3 .block .singleline,
section .section-investor-si3 .block .singleline,
section .section-investor-bi3 .block .singleline {
  margin-bottom: -12px;
  border-color: #777777;
}
section .section-investor-ci3 .block .title-cus,
section .section-investor-fi3 .block .title-cus,
section .section-investor-di3 .block .title-cus,
section .section-investor-gm3 .block .title-cus,
section .section-investor-si3 .block .title-cus,
section .section-investor-bi3 .block .title-cus {
  display: inline;
  background: white;
  width: auto;
  padding-right: 14px;
}
section .section-investor-ci3 .block .form-horizontal .form-group label,
section .section-investor-fi3 .block .form-horizontal .form-group label,
section .section-investor-di3 .block .form-horizontal .form-group label,
section .section-investor-gm3 .block .form-horizontal .form-group label,
section .section-investor-si3 .block .form-horizontal .form-group label,
section .section-investor-bi3 .block .form-horizontal .form-group label {
  margin-left: 15px;
}
section .section-investor-ci3 .block .form-horizontal .form-group select,
section .section-investor-fi3 .block .form-horizontal .form-group select,
section .section-investor-di3 .block .form-horizontal .form-group select,
section .section-investor-gm3 .block .form-horizontal .form-group select,
section .section-investor-si3 .block .form-horizontal .form-group select,
section .section-investor-bi3 .block .form-horizontal .form-group select {
  width: auto;
}
section .section-investor-ci3 .no-block,
section .section-investor-fi3 .no-block,
section .section-investor-di3 .no-block,
section .section-investor-gm3 .no-block,
section .section-investor-si3 .no-block,
section .section-investor-bi3 .no-block {
  margin: 0 !important;
}
section .section-investor-ci3 .no-block .title,
section .section-investor-fi3 .no-block .title,
section .section-investor-di3 .no-block .title,
section .section-investor-gm3 .no-block .title,
section .section-investor-si3 .no-block .title,
section .section-investor-bi3 .no-block .title {
  color: #010101;
}
section .section-investor-ci3 .list-ci,
section .section-investor-fi3 .list-ci,
section .section-investor-di3 .list-ci,
section .section-investor-gm3 .list-ci,
section .section-investor-si3 .list-ci,
section .section-investor-bi3 .list-ci {
  list-style-image: url("../img/arrow-right-small.png");
  height: 10px;
}
section .section-investor-ci3 .list-ci li,
section .section-investor-fi3 .list-ci li,
section .section-investor-di3 .list-ci li,
section .section-investor-gm3 .list-ci li,
section .section-investor-si3 .list-ci li,
section .section-investor-bi3 .list-ci li {
  text-transform: uppercase;
  margin-bottom: 12px;
}
section .section-investor-ci3 .list-ci li a,
section .section-investor-fi3 .list-ci li a,
section .section-investor-di3 .list-ci li a,
section .section-investor-gm3 .list-ci li a,
section .section-investor-si3 .list-ci li a,
section .section-investor-bi3 .list-ci li a {
  color: #010101;
  text-decoration: none;
}

#factsheet .accordion {
  background-color: black;
  box-shadow: 0 10px 40px 0 rgba(233, 233, 233, 0.5);
  color: #ffffff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  transition: 0.4s;
  border-radius: 5px;
}

#factsheet .active,
.accordion:hover {
  background-color: #d4af61;
}

#factsheet .accordion:after {
  content: "\002B";
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

#factsheet .active:after {
  content: "\2212";
}

#factsheet .panel {
  padding: 0 18px;
  box-shadow: 0 10px 40px 0 rgba(233, 233, 233, 0.5);
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

#factsheet .panel p {
  padding-top: 1%;
  line-height: 32px;
}

.list-ci li a.active {
  color: #d6b161 !important;
}

/* thead gold */
.thead-gold,
.thead-gold-white {
  background-color: #d6b161;
}
.thead-gold-white {
  color: #fff;
}
.thead-gold tr th,
.thead-gold-white tr th {
  padding: 18px 8px !important;
  border: none !important;
}
.table-share-holder-info tfoot tr td {
  border-top: 2px solid #333 !important;
  border-bottom: 2px solid #333 !important;
}
.table-share-holder-info tbody tr td,
.table-share-holder-info tfoot tr td {
  padding: 15px 8px !important;
}
.legend-share-holder-info p,
.legend-share-holder-info p strong {
  font-size: 10px;
}
.legend-share-holder-info p strong {
  display: inline-block;
  width: 40px;
}
.table-share-holder-info tfoot tr td {
  border-top: 2px solid #333 !important;
  border-bottom: 2px solid #333 !important;
}
.table-share-holder-info tbody tr td,
.table-share-holder-info tfoot tr td {
  padding: 15px 8px !important;
}
.table-financial-highlights tbody tr:last-child td {
  padding-bottom: 50px !important;
}
