#facility-gallery .img-square{
    height:200px;
}

#facility-gallery .img-rectangular{
    height:200px;
}

@media (min-width: 768px) {
    #facility-gallery .img-square{
        height:300px;
    }
}
#facility-gallery .hover{
    position: relative;
}

#facility-gallery .hover:hover::before{
    content: url("data:image/svg+xml,%3Csvg width='25px' height='26px' viewBox='0 0 25 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 9.25V13V9.25ZM12.5 13V16.75V13ZM12.5 13H16.25H12.5ZM12.5 13H8.75H12.5ZM23.75 13C23.75 14.4774 23.459 15.9403 22.8936 17.3052C22.3283 18.6701 21.4996 19.9103 20.455 20.955C19.4103 21.9996 18.1701 22.8283 16.8052 23.3936C15.4403 23.959 13.9774 24.25 12.5 24.25C11.0226 24.25 9.55972 23.959 8.19481 23.3936C6.8299 22.8283 5.58971 21.9996 4.54505 20.955C3.50039 19.9103 2.67172 18.6701 2.10636 17.3052C1.54099 15.9403 1.25 14.4774 1.25 13C1.25 10.0163 2.43526 7.15483 4.54505 5.04505C6.65483 2.93526 9.51631 1.75 12.5 1.75C15.4837 1.75 18.3452 2.93526 20.455 5.04505C22.5647 7.15483 23.75 10.0163 23.75 13Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    position: absolute;
    display: inline-block;
    justify-content:center;
    width: 100%;
    height: 100%;   
    vertical-align:middle;
    text-align: center;
    line-height: 300px;
    background-color: #21273044;
}

#facility-gallery .hover:hover::before > * {
    vertical-align:middle;
}

.alm-listing div.alm-reveal {
    --bs-gutter-y: 2.5rem !important;
    --bs-gutter-x: 2.5rem !important;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.alm-btn-wrap{
    margin-top: 2rem !important;
}

.alm-load-more-btn {
    background-color: var(--bs-primary) !important;
    border-radius: unset !important;
}

.alm-listing div.alm-reveal > * {
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    display: grid;
    flex-direction: column;
}

.cover-header .description{
    padding: 1rem;
    border-left: 2px solid #fff;
}

.cover-header .position-text{
    bottom:0px; 
    top:0px
}

@media (min-width: 768px) {
    .cover-header .position-text{
        bottom:0px; 
        top:91px
    }
}
.font-medium{
    font-weight: 500;
}

.hero-background {
    --x: 0;
    --y: 0;
    --bg-img: '';
    background-repeat: no-repeat;
    background-size: 110% auto;
    background-position: var(--x) var(--y);
    width: 100%;
    height: 25vh;
}
@media (min-width: 576px) {
    .hero-background {
        height: 40vh;
    }
}

@media (min-width: 992px) {
    .hero-background {
        height: 50vh;
    }
}
@media (min-width:1400px){
    .hero-background {
        height: 100vh;
    }
}
.navigator-category{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
} 

.navigator-category .item{
    padding: .5rem .1rem;
    color: var(--bs-gray);
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width: 576px) {
    .navigator-category .item{
        padding: .75rem 1.5rem;
        color: var(--bs-gray);
        text-decoration: none;
        font-weight: 700;
        text-transform: uppercase;
    }
}


.navigator-category .item.active{
    padding-bottom: .55rem;
    border-bottom: .2rem solid var(--bs-dark);
    color: var(--bs-dark)
}

.text-gray{
    color: var(--bs-gray) !important;
}

#downloadEBrosur .form-control{
    border-radius: 0;
    background-color: var(--bs-silver);
    color: var(--bs-gray-800);
    border: none;
    padding: 0.575rem 1.1rem;
}

.bg-about{
    background-repeat: no-repeat;
    background-position: top left;
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .bg-about {
        background-size: 100% auto;
    }
}

@media (min-width: 992px) {
    .bg-about {
        background-size: 100% auto;
        background-position: bottom left;
    }
}

.bg-about .gray-effect{
    background-image:linear-gradient(to right, #ffffff00, #ffffff44, #f8f8f8), linear-gradient(to top, #ffffff00, #f8f8f800, #f8f8f800, #f8f8f8, #f8f8f8), linear-gradient(to bottom, #ffffff00, #ffffff00, #f8f8f8, #f8f8f8)
}

@media (min-width: 992px) {
    .bg-about .gray-effect{
        background-image:linear-gradient(to right, #ffffff00, #ffffff44, #f8f8f8), linear-gradient(to top, #ffffff00, #f8f8f800, #f8f8f800, #f8f8f8, #f8f8f8), linear-gradient(to bottom, #ffffff00, #ffffff00, #f8f8f8)
    }
}

.img-about{
  position: relative;
}

@media (min-width: 768px) {
    .img-about::before{
    content: '';
    position: absolute;
    display: block;
    top: 1rem;
    bottom: 1rem;
    right:-1rem;
    width: 1rem;
    background-color: var(--bs-primary)
    }
}
svg .close {
    stroke-dashoffset: 48.541690826416016px;
    stroke-dasharray: 48.541690826416016px;
    -webkit-transition: stroke-dashoffset .6s ease-out 0s;
            transition: stroke-dashoffset .6s ease-out 0s;
  }
  button:not(.collapsed) svg .close {
    stroke-dashoffset: 97.08338165283203px;
  }
  svg .open-1 {
    stroke-dashoffset: 24px;
    stroke-dasharray: 24px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 0.3s ease 0.2s, fill 0.4s ease 0.6s;
            transition: stroke-dashoffset 0.3s ease 0.2s, fill 0.4s ease 0.6s;
  }
  button.collapsed svg .open-1 {
    stroke-dashoffset: 0;
    fill: rgb(0, 0, 0);
  }
  svg .open-2 {
    stroke-dashoffset: 46px;
    stroke-dasharray: 46px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 0.3s ease 0.2s, fill 0.4s ease 0.6s;
            transition: stroke-dashoffset 0.3s ease 0.2s, fill 0.4s ease 0.6s;
  }
  button.collapsed svg .open-2 {
    stroke-dashoffset: 92px;
    fill: rgb(0, 0, 0);
  }
.py-6{
    padding-top:6rem; 
    padding-bottom:6rem
}
@media(min-width: 576px){
    .py-sm-6{
        padding-top:6rem !important; 
        padding-bottom:6rem !important;
    }

}

@media (min-width: 768px) {
    .py-md-6{
        padding-top:6rem !important; 
        padding-bottom:6rem !important;
    }
}

@media (min-width: 992px) {
    .py-lg-6{
        padding-top:6rem !important;
        padding-bottom:6rem !important;
    }
}

.quick-menu ul,
.footer-contact ul{
  list-style-type: none;
  padding-left: 0rem !important;
}

.quick-menu ul li{
  margin-bottom: .5rem
}

.quick-menu ul li a{
  color: var(--bs-gray);
  text-decoration: none;
  font-weight: 500;
}

.footer-contact .text-title,
.quick-menu .text-title{
  color: var(--bs-white);
  font-weight: 500;
  margin-bottom: 1.125rem;
  display: inline-block;
}

.text-xl{
  font-size:18px;
}

.footer-contact li{
  font-size: 1rem
}

@media (min-width: 768px) {
    .quick-menu ul li{
    margin-bottom: 1.125rem
    }
}

.footer-wrap{
    padding-top:3rem;
    padding-bottom:2rem;
}

@media (min-width: 768px) {    
    .footer-wrap{
        padding-top:6rem;
        padding-bottom:2rem;
    }
}

.copyright-container{
    border-top: solid 1px #6B7280 !important;
    margin-top: 4rem;
}
/*nanti ganti*/
.tentangkami-section-g{
    padding-bottom: 2rem; padding-top: 3rem;
}
@media (min-width: 768px) { 
    .tentangkami-section-g{
        padding-bottom: 7rem; padding-top: 3rem;
    }
}


.fasility-items ul,
.fasility-items ol {
    list-style: none; /* Remove list bullets */
    padding: 0;
    margin: 0;
}

.fasility-items .title{
    font-size: 1.25rem
}

.fasility-items{
    position: relative;
}

@media (min-width: 992px) {        
    .fasility-items{
        position: absolute;
        top:0;
        left: 0;
        right:0
    }
}

.text-cta span{
    color: var(--bs-primary)
}

.contact {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.contact ul {
    list-style: none;
}

.contact .card {
    border-radius: 0;
    background-color: var(--bs-dark);
}

.contact .form-control {
    border-radius: 0;
    background-color: var(--bs-silver);
    color: var(--bs-gray-800);
    border: none;
    padding: 0.575rem 1.1rem;
}

@media (max-width: 575.98px) {
    .contact {
        padding-top: 2rem;
    }
}