.fs-24-bold{
    font-size: 24px;
    font-weight: 700;
}
.fs-16-regular{
    font-size: 16px;
    font-weight: 400;
}
.fs-16-bold{
    font-size: 14px;
    font-weight: 400;
}

.fs-28-bold{
    font-size: 24px;
    font-weight: 700;
}


.fs-12-regular{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}


.fs-16-medium{
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.mt-05{
    margin-top: 2px;
}

.bg-team{
    background-color: #FFF6F6;
}

.bg-banner{
    background-color: #F4F4F4;
    border-radius: 16px;
}
.color-abu{
    color:#C0C0C0;
    font-weight: 600 !important;
}
.card {
  overflow: hidden;
}
.job-card {
  max-width: 420px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  overflow: hidden;
}

.job-image {
  padding: 16px;
}

.job-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 18px;
}

.job-body {
  padding: 8px 24px 24px;
}

.job-title {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 12px;
  color: #222;
}

.job-meta {
  font-size: 1rem;
  margin-bottom: 6px;
  color: #333;
}

.job-meta .label {
  font-weight: 600;
}
.disabled-link {
  pointer-events: none;
  cursor: default;
  color: #999;
  text-decoration: none;
}

.section-hero {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.section-hero:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(8,8,8,0.5);
}
.section-hero .hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.judul-hero{
  font-size: 64px !important;
  margin-bottom: 180px !important;
}
.text-second{
  color:#828282;
}
.hrwhite{
  border:1px solid #fff;
}

.imgdetail{
  width: 100% !important;
  height: 429px;
  object-fit: cover;
}

.imgdetailsm{
  width: 100% !important;
  height: 206px !important;
  object-fit: cover;
}
.fs-20{
  font-size: 20px;
  font-weight: 600;
}
.fs-16{
  font-size: 16px;
  line-height: 24px;
}


.service ul {
    list-style: none;
    padding-left: 0
}

.service ul li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 10px;
    font-weight: 400
}

.service ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12%2021C13.1819%2021%2014.3522%2020.7672%2015.4442%2020.3149C16.5361%2019.8626%2017.5282%2019.1997%2018.364%2018.364C19.1997%2017.5282%2019.8626%2016.5361%2020.3149%2015.4442C20.7672%2014.3522%2021%2013.1819%2021%2012C21%2010.8181%2020.7672%209.64778%2020.3149%208.55585C19.8626%207.46392%2019.1997%206.47177%2018.364%205.63604C17.5282%204.80031%2016.5361%204.13738%2015.4442%203.68508C14.3522%203.23279%2013.1819%203%2012%203C9.61305%203%207.32387%203.94821%205.63604%205.63604C3.94821%207.32387%203%209.61305%203%2012C3%2014.3869%203.94821%2016.6761%205.63604%2018.364C7.32387%2020.0518%209.61305%2021%2012%2021ZM11.768%2015.64L16.768%209.64L15.232%208.36L10.932%2013.519L8.707%2011.293L7.293%2012.707L10.293%2015.707L11.067%2016.481L11.768%2015.64Z'%20fill='%235CD72C'/%3e%3c/svg%3e") no-repeat center center/contain
}


.img-crop {
    width: 100%;
    height: 500px;
    overflow: hidden;
    border: 1px solid #dfdfdf;
}

.img-crop img {
    width: 100%;
    height: 100%;
    object-fit: cover;       /* auto crop */
    object-position: center; /* fokus tengah */
}

.img-crop1 {
    width: 100%;
    height: 245px;
    overflow: hidden;
    border: 1px solid #dfdfdf;
}

.img-crop1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;       /* auto crop */
    object-position: center; /* fokus tengah */
}