.add-margin {
  padding-left: 20px;
}

.carousel-inner {
  padding-bottom: 1%;
  background: #2b96cc;
}

.carousel-inner .item.active {
  position: relative;
}

.slider-caption {
  position: absolute;
  top: 60%;
  background: black;
  opacity: 0.6;
  width: 100%;
  height: 40%;
  padding: 1%;
}

.slider-caption h3,
.slider-caption p {
  margin: 0;
  padding: 0;
  text-align: center;
  color: white;
}

.slider-caption p {
  font-size: 21px;
  line-height: 30px;
}

.slider-caption h3 {
  font-size: 32px;
  margin-bottom: 0.5%;
}

@media only screen and (max-width: 800px) {
  .slider-caption h3 {
    font-size: 24px;
  }

  .slider-caption p {
    font-size: 14px;
    line-height: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .slider-caption h3 {
    font-size: 18px;
  }

  .slider-caption p {
    font-size: 12px;
    line-height: 15px;
  }
}

@media only screen and (max-width: 400px) {
  .slider-caption p {
    display: none;
  }
}

.modal-header {
  background: #0da1e6;
  color: white;
}

.modal-header h4 {
  color: white;
  font-size: 21px;
}

.sec_pendaftaran {
  padding: 0;
  margin: 0;
}

#call-to-action-2 {
  text-align: center;
}

.btn_front {
  display: block;
  width: 40%;
  min-width: 230px;
  padding: 15px;
  margin-bottom: 0;
  text-align: center;
  margin: auto;
  text-decoration: none;
  border: 2px solid white;
  margin-top: 10px;
  color: black;
}

a.btn_front:hover {
  text-decoration: none;
  background: #1e5ae0;
  color: white;
  border: 2px solid white;
}

.btn_more {
  margin-bottom: 20px;
}

.text_bright {
  color: white;
  font-weight: bold;
}

.progressbar {
  margin: 0;
  padding: 0;
}

.progressbar li {
  list-style: none;
  float: left;
  width: 20%;
  position: relative;
}

.progressbar li a {
  width: 30px;
  height: 30px;
  line-height: 27px;
  border: 2px solid #ddd;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
  z-index: 1;
  position: inherit;
  color: black;
}

.progressbar li.active-step a {
  width: 30px;
  height: 30px;
  line-height: 27px;
  border: 2px solid #ddd;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 0%;
  background-color: white;
  z-index: 1;
  position: inherit;
  color: black;
}

.progressbar li.active-step a {
  border: 2px solid green;
  background: green;
  color: white;
}

.progressbar li a:hover {
  border: 1px solid green;
  background: green;
  color: white;
}

.progressbar li p {
  text-align: center;
  color: black;
}

.progressbar li.active-step p {
  text-align: center;
  font-weight: bold;
  color: green;
}

.progressbar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ddd;
  top: 15px;
  left: -50%;
  z-index: 0;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active-step + li:after {
  background: green;
}

#skema-pilih,
#apl-1 {
  width: 100%;
  border: 2px solid #cccccc;
  margin-top: 40px;
  padding: 10px;
}

#FR-DataPribadi h2,
#FR-DataSertifikasi h2,
#FR-DataKelengkapan h2,
#FR-AsesmenMandiri h2 {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  padding-top: 40px;
}

#skema-pilih h3,
#apl-1 h3 {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}

.clear-fix {
  clear: both;
}

#skema-pilih .panel-default {
  border: 1px solid #202bde;
  margin-bottom: 10px;
  padding-bottom: 0;
}

#skema-pilih .panel-heading,
#skema-pilih .panel-body {
  padding: 7px 10px;
  margin: 0;
}

#skema-pilih .panel-heading h4 {
  padding: 0;
  margin: 0;
}

#skema-pilih .panel-body p {
  margin-bottom: 5px;
}

.panel.panel-default {
  padding: 0;
  margin: 0;
}

table.select-table {
  padding: 0;
  margin: 0;
}

.panel-body .row {
  margin-bottom: 5px;
}

.add-separator {
  margin-top: 20px;
}

.third-btn {
  margin-left: 30px;
}

input[type="file"].file-upload {
  padding-bottom: 40px;
}

.add-delete {
  display: block;
  text-decoration: none;
  padding: 9px;
  margin: 2px auto;
  width: 60px;
  text-align: center;
}

.add-delete:hover {
  text-decoration: none;
}

.merge-row h4 {
  text-align: center;
  font-weight: bold;
}

.merge-row {
  width: 30%;
  text-align: center;
  font-weight: bold;
}

.tab-dua {
  width: 10%;
}

.tab-tiga {
  width: 60%;
}

.tab-3-column th:nth-child(1) {
  width: 20%;
}

.tab-3-column th:nth-child(2) {
  width: 60%;
}

.tab-3-column th:nth-child(3) {
  width: 20%;
}

.tab-3-column {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}

.tab-3-column th {
  text-align: center;
}

.tab-unit {
  margin: 0;
  padding: 0;
}

.tab-unit td {
  color: white;
  background: #686868;
}

.tab-unit h4 {
  color: white;
}

#logo-front {
  width: 80px;
}

.add-strong {
  font-weight: bold;
}

.add-focus {
  font-size: 1.2em;
}

.the-address {
  margin-bottom: 2px;
}

#tbl-front {
  width: 90%;
  margin-bottom: 20px;
}

#tbl-front th:nth-child(1) {
  width: 10%;
}

#tbl-front th:nth-child(2) {
  width: 60%;
}

#tbl-front th:nth-child(3) {
  width: 10%;
}

#tbl-front th:nth-child(4) {
  width: 20%;
}

#tbl-front td:nth-child(4) {
  text-align: right;
}

#tbl-front td:nth-child(3) {
  text-align: center;
}

#tbl-front tr:last-child td:nth-child(1) {
  text-align: center;
}

#tbl-front tr:last-child td:nth-child(2) {
  text-align: center;
}

#tbl-front tr:last-child td:nth-child(3) {
  text-align: right;
}

.add-just {
  text-align: justify;
}

.heading-front {
  color: white;
  margin-top: 30px;
  margin-bottom: 10px;
}

.list-front li {
  margin: 0;
  padding: 0;
  text-align: justify;
}

.container-video {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin-top: 40px;
}

.container-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 80% !important;
}

.img-news {
  width: 500px;
  height: 220px;
  object-fit: cover;
  border: 1px solid #a9a3a3;
  padding: 5px;
}

.about-text h3 {
  margin-top: 10px;
  margin-bottom: 0px;
}

.about-text p {
  font-size: 1.2em;
  text-align: justify;
  margin-top: 0px;
}

.img-det-news {
  width: 520px;
  height: 310px;
  object-fit: cover;
  border: 1px solid #a9a3a3;
  padding: 5px;
}

#tbl-list-front {
  width: 100%;
}

#tbl-list-front td {
  padding: 5px;
}

#tbl-list-front th {
  text-align: center;
}

.chart-container {
  width: 50%;
  margin: auto;
  min-width: 300px;
  margin-bottom: 50px;
}

.chart-container-wide {
  width: 90%;
  margin: auto;
  min-width: 300px;
  margin-bottom: 50px;
}

.chart-container h2,
.chart-container-wide h2 {
  text-align: center;
}

.kepanjangan {
  color: white;
  font-size: large;
}

.topbar p {
  color: yellow;
}

#call-to-action-2 {
  background-color: #1b60ab;
}

.skill-home {
  background-color: #0c4270;
}

.blue-ugj {
  background-color: #1b60ab;
}
#inner-headline {
  background-color: #1b60ab;
}

.active {
  background-color: #1b60ab;
}

.active-step {
  background-color: #1b60ab;
}

.front-images-container p {
  text-align: justify;
}

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.yt-detail {
  padding: 0 10%;
  padding-top: 5%;
}

.international-img {
  width: 100px;
  height: 80px;
  object-fit: cover;
  margin-right: 10px;
}

.international-info h5 {
  padding: 0;
  margin: 0;
}

.international-info {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.international-item {
  display: flex;
  margin-bottom: 15px;
}

.international_container {
  width: 100%; /* Sesuaikan dengan lebar yang diinginkan */
  height: 280px; /* Sesuaikan dengan tinggi yang diinginkan */
  overflow: auto; /* Membuat scroll muncul jika konten melebihi ukuran container */
}

.front-logo {
  width: 80px;
  margin-right: 20px;
}

.international-title:hover {
  color: yellow;
}
