.content-wrapper {
  /* background: #e6e7e8; */
  padding: 60px 0;
}

.content-wrapper .banner-content {
  position: absolute;
  padding: 40px 60px;
  left: 0px;
  bottom: 0px;
  color: #ffffff;
}

@media (max-width: 999px) {
  .content-wrapper .banner-content {
    padding: 12px 12px;
  }
  .content-wrapper .banner-content h1 {
    font-size: 18px;
  }
}

.content-wrapper .border-bottom-blue {
  border-bottom: solid 1px #032a63;
}

.content-wrapper .vertical-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.content-wrapper .vertical-menu li a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  color: #ababac;
  padding: 10.5px 0;
  display: block;
}

.content-wrapper .vertical-menu li a:hover, .content-wrapper .vertical-menu li a:focus, .content-wrapper .vertical-menu li a.active {
  text-decoration: none;
  color: #000000;
  font-weight: 600;
}

.content-wrapper .vertical-menu li:last-child a {
  padding-bottom: 0;
}

.content-wrapper .badge-positioned {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
}

.content-wrapper .video-icon {
  width: 35px;
  height: 35px;
  border-radius: 100px;
  color: #343a40;
  font-size: 1rem;
  background: #ffffff;
  text-align: center;
  padding-top: 10px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: initial;
  line-height: normal;
}

.stretch-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

.stretch-card .card {
  width: 100%;
}

.grid-margin {
  margin-bottom: 2rem;
}

.position-relative {
  position: relative !important;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #032a63;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #021532;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(3, 42, 99, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #3a3a3a;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #212121;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(58, 58, 58, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #3e8177;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #2d5f57;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(62, 129, 119, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #4d7cff;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #1a56ff;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(77, 124, 255, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #f5a623;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #db8c0a;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(245, 166, 35, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #d1011c;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #9e0115;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(209, 1, 28, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f8f8;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dfdfdf;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #000000;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: black;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.fs-12 {
  font-size: 12px;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.text-white {
  color: #ffffff !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.align-items-center {
  align-items: center !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.rotate-img {
  overflow: hidden;
}

.rotate-img img {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.rotate-img:hover img {
  -webkit-transform: rotate(15deg) scale(1.4);
  transform: rotate(15deg) scale(1.4);
}

.img-lg {
  width: 138px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.bg-dark {
  /* background-color: #000000 !important; */
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: black !important;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e7eaed;
  border-radius: 6px;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #e7eaed;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid #e7eaed;
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.fontZen{
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
  display: block;
  font-family: "Source Sans Pro",sans-serif;
}

.fontZenSamping{
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  display: block;
  font-family: "Source Sans Pro",sans-serif;
}

.fontZenDua{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  display: block;
  font-family: "Source Sans Pro",sans-serif;
}

.font-weight-600{
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  display: block;
  font-family: "Source Sans Pro",sans-serif;
}

.div-w-80 {
  width: 80px;
}

.w-90 {
  width: 90%;
}
