/* SECTION FIRST */
.first {
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: url("../../../../../assets/img/bgNew.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.isiFirst {
  transform: translateY(-50px);
}
.isiFirst h2 {
  font-size: 80px;
  font-weight: 500;
}
.isiFirst h5 {
  font-size: 24px;
  font-weight: 400;
}

/* SECTION MANAGEMENT */
.management {
  /* border: 4px solid salmon; */
  width: 100%;
  height: 100%;
  padding: 10rem 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.isiManagement {
  /* border: 1px solid black; */
  height: 100%;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.isiManagement h3 {
  font-size: 2.8rem;
  font-weight: 600;
}
.garisOrange {
  color: #f98d41;
  font-size: 3rem;
  font-weight: 600;
  margin-top: -3.5rem;
  margin-bottom: 1.5rem;
}
.isiManagement h5 {
  font-weight: 500;
}
.isiManagement p {
  font-size: 1.8rem;
}
.isiManagement button {
  padding: 0.8rem 3rem;
  background: #f98d41;
  border: none;
  color: #fff;
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 1.6rem;
}
.isiManagement table,
.isiManagement tr {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-collapse: collapse;
}
.isiManagement table {
  width: 70%;
  height: 100%;
}
.isiManagement tr {
  height: 5rem;
}
.tdJabatan {
  width: 50%;
  /* background: #333; */
}
.tdTombol {
  /* display: flex; */
  width: 20%;
  text-align: right;
  /* cursor: pointer; */
  /* background: #333; */
}
.h5BOC {
  margin-top: 2rem;
}
.h5BOD {
  margin-top: 5rem;
}

body {
  transition: all 1s ease;
}

/* SECTION POPUP */
.popUp {
  background: rgba(0, 0, 0, 0.9);
  pointer-events: none;
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -999;
  top: 0;
  left: 50%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* transform: scale(0); */
  transition: all 0.75s ease;
}
.popUpPresdir.muncul,
.popUpPresdirRev.muncul,
.popUpCorpDir.muncul,
.popUpFinDir.muncul,
.popUpCreDir.muncul,
.popUpIndepCom.muncul {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  pointer-events: all;
  /* transform: scale(1); */
  opacity: 1;
}
.closePopUp {
  background: #fff;
  position: absolute;
  top: 5%;
  right: 5%;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  color: #333;
  font-weight: 600;
  line-height: 5rem;
  font-size: 3rem;
  text-align: center;
  cursor: pointer;
}
.isiPopUp {
  background: #fff;
  width: 80%;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0.5rem;
  overflow-y: scroll;
}
.isiIsiPopUp {
  width: 90%;
  display: flex;
  /* border: 1px solid black; */
  justify-content: center;
  align-items: flex-start;
  column-gap: 3rem;
}
.gambar {
  margin-top: 5rem;
  width: 20%;
  /* border: 2px solid salmon; */
}
.fotoManagement {
  width: 100%;
}
.descPopUp {
  width: 70%;
  /* border: 1px solid black; */
}
.jabatanPopUp,
.namaManagement {
  font-size: 1.8rem;
  font-weight: 600;
}
.jabatanPopUp {
  color: #f98d41;
  margin-top: 5rem;
}
.namaManagement {
  margin: 2rem 0;
}
.educationPresdir,
.marchPresdir,
.languagePresdir {
  display: flex;
}
.pBold {
  font-weight: 500;
}
.descPopUp p {
  font-size: 1.8rem;
  text-align: justify;
}
