@import url('https://fonts.googleapis.com/css?family=Lato|Montserrat|Roboto');
.pencarian input{
    height: 46px; font-size: 14pt;
}
.pencarian button{
    width: 100%;
}
.text-putih{
    color: white; 
}
.sosmed{
    margin: 10px; border-radius: 50px;
}
.bg-hitam-1{
    background-color: #1a1a1a;
}
.bg-hitam-2{
    background-color: #333333;
}
.putih{
  background-color: #ffff;
}
.belang{
  background-color: #252c44;
  padding-bottom: 20px;
}
.fons{
font-family: 'Roboto', sans-serif;

}
.fons1{
font-family: 'Lato', sans-serif;
}
.sdh{
      box-shadow: 3px 3px 5px grey;

}
  .hdnya{
    box-shadow: 3px 3px 5px #131926;
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 11pt;
  }
  .logonya{
   margin-top: -20px; 
  }
 
.circle-icon {
      font-size: 30px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    vertical-align: middle;

}

.men-icon{
  margin-bottom: 30px; cursor: pointer;
}


#wait{
    display: none;
}
#wait img{
    margin-left:auto; 
    margin-right:auto;
}
#wait p{
    margin-top:-60px; 
    margin-bottom:60px;
}


.jdl { color: #ffffff; font-family: 'Lato', sans-serif; font-size: 54px; font-weight: 300; line-height: 58px; margin: 0 0 40px; }
.jd2 { color: #ffffff; font-family: 'Lato', sans-serif; font-size: 44px; font-weight: 300; line-height: 58px; margin: 0 0 40px; }

.isi { font-family: 'Inder', sans-serif; line-height: 28px; margin-bottom: 15px; color: #adb7bd; font-size: 13pt; }





.serviceBox{
    padding-bottom: 20px;
    border-radius: 0 10px 10px 10px;
    background: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover{ box-shadow: 0 0 5px #000 inset; }
.serviceBox:before{
    content: "";
    display: inline-block;
    width: 200px;
    height: 15px;
    border-radius: 10px 10px 0 0;
    background: #2999c3;
    z-index: -1;
    position: absolute;
    top: -15px;
    left: 0;
}
.serviceBox .service-icon{
    width: 185px;
    height: 65px;
    background: #2999c3;
    font-size: 40px;
    margin-bottom: 80px;
    position: relative;
    transition: all 0.5s ease 0s;
}
.serviceBox .service-icon:after{
    content: "";
    width: 130px;
    height: 130px;
    background: #2999c3;
    border-radius: 0 0 20px 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scale(1,0.7) rotate(45deg);
}
.serviceBox .service-icon span{
    display: block;
    font-size: 70px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%) rotateX(360deg);
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon span{ transform: translateX(-50%) rotateX(0); }
.serviceBox .title{
    font-size: 20px;
    color: #505050;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    transition: all 0.3s ease 0.1s;
}
.serviceBox:hover .title{ color: #2999c3; }
.serviceBox .description{
    padding: 0 10px;
    font-size: 15px;
    color: #505050;
    line-height: 27px;
    margin-bottom: 15px;
    transition: all 0.3s ease 0s;
    padding-right: 10px;

}
.serviceBox.darkblue:before,
.serviceBox.darkblue .service-icon,
.serviceBox.darkblue .service-icon:after{ background: #1a6bac; }
.serviceBox.darkblue:hover .title{ color: #1a6bac; }
.serviceBox.yellow:before,
.serviceBox.yellow .service-icon,
.serviceBox.yellow .service-icon:after{ background: #fcb833; }
.serviceBox.yellow:hover .title{ color: #fcb833; }
.serviceBox.red:before,
.serviceBox.red .service-icon,
.serviceBox.red .service-icon:after{ background: #d7182a; }
.serviceBox.red:hover .title{ color: #d7182a; }
@media only screen and (max-width:990px){
    .serviceBox{ margin-bottom: 30px; }
}



a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.tab{ text-align: center; }
.tab .nav-tabs{
    display: inline-block;
    position: relative;
    border-bottom: none;
}
.tab .nav-tabs li{
    margin: 0;
}
.tab .nav-tabs li a{
    display: block;
    padding: 80px 20px 10px;
    background: #fff;
    font-size: 17px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #fff;
    margin-right: 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a span{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #f2f2f2;
    margin: auto;
    font-size: 22px;
    color: #999;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    transform: rotate(45deg);
}
.tab .nav-tabs li.active a span{
    background: #29335c;
    color: #fff;
}
.tab .nav-tabs li a span i{
    transform: rotate(-45deg);
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover{
    color: #999;
    border: none;
    border-bottom: 2px solid #fff;
}
.tab .nav-tabs li.active a{
    border-bottom: 2px solid #29335c;
}
.tab .tab-content{
    padding: 20px;
    margin-top: -5px;
    font-size: 15px;
    color: #757575;
    line-height: 26px;
    text-align: left;
    border-top: 1px solid #e5e5e5;
}
.tab .tab-content h3{
    font-size: 24px;
    margin-top: 0;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .tab .nav-tabs li:last-child{
        margin-bottom: 0;
    }
}


.main-timeline{
    overflow: hidden;
    position: relative;
}
.main-timeline .timeline{ position: relative; 
padding-bottom: 80px;
}

.main-timeline .timeline:hover .hd-ctn:before{ 
    width: 100%; 

}
 
.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.main-timeline .timeline:before{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 3px solid #fff;
    background: #f4a24c;
    box-sizing: content-box;
    margin: auto;
    position: absolute;
    top: 0;
    left: 2%;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.main-timeline .timeline-icon{
    width: 24px;
    height: 100%;
    border-radius: 0 12px 12px 0;
    background: #f4a24c;
    position: absolute;
    top: 0;
    left: 51%;
    z-index: 1;
    transform: translateX(-50%);
}
.main-timeline .timeline-icon:before{
    content: "";
    width: 47px;
    height: 4px;
    background: #f4a24c;
    margin: auto 0;
    position: absolute;
    top: 0;
    left: 24px;
    bottom: 0;
}
.main-timeline .timeline-icon:after{
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #f4a24c;
    margin: auto 0;
    position: absolute;
    top: 0;
    left: 70px;
    bottom: 0;
}
.main-timeline .timeline-content{
    width: 50%;
    padding: 30px 40px 30px 80px;
}
.main-timeline .title{
    font-size: 24px;
    font-weight: bold;
    color: #f4a24c;
    text-align: center;
    margin: 0 0 7px 0;
}
.main-timeline .description{
    font-size: 14px;
    color: #959595;
    line-height: 24px;
    margin: 0;
    text-align: justify;
    text-justify: inter-word; 
    padding-right: 10px;

}
.main-timeline .icon{
    width: 50%;
    height: auto;
    padding-left: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.main-timeline .icon i{
    display: inline-block;
    width: 85px;
    height: 85px;
    line-height: 87px;
    border-radius: 50%;
    background: #f4a24c;
    font-size: 54px;
    color: #fff;
    text-align: center;
    margin-right: 20px;
}
.main-timeline .icon img{
    display: inline-block;
    width: 145px;
    height: 145px;
    line-height: 87px;
    border-radius: 50%;
    background: #f4a24c;
    font-size: 54px;
    color: #fff;
    text-align: center;
    margin-right: 20px;
    padding: 10px;
    border: solid;  cursor: pointer; border-width: 8px;
    border-color: #f4a24c;
}
.main-timeline .year{
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    line-height: 36px;
    color: #797979;
    position: relative;
    top: -6px;
}
.main-timeline .timeline:nth-child(2n):before{ left: -2%; }
.main-timeline .timeline:nth-child(2n) .timeline-icon{
    border-radius: 12px 0 0 12px;
    left: 49%;
}
.main-timeline .timeline:nth-child(2n) .timeline-icon:before{ left: -47px; }
.main-timeline .timeline:nth-child(2n) .timeline-icon:after{ left: -62px; }
.main-timeline .timeline:nth-child(2n) .timeline-content{
    float: right;
    padding: 30px 80px 30px 40px;
}
.main-timeline .timeline:nth-child(2n) .icon{
    padding: 0 100px 0 0;
    text-align: right;
    right: auto;
    left: 0;
}
.main-timeline .timeline:nth-child(2n) .icon i{
    float: right;
    margin: 0 0 0 20px;
}
.main-timeline .timeline:nth-child(2n) .icon img{
    float: right;
    margin: 0 0 0 20px;
}

.main-timeline .timeline:nth-child(2n) .year{ top: 24px; }
.main-timeline .timeline:nth-child(2n):before,
.main-timeline .timeline:nth-child(2n) .timeline-icon,
.main-timeline .timeline:nth-child(2n) .timeline-icon:before,
.main-timeline .timeline:nth-child(2n) .timeline-icon:after,
.main-timeline .timeline:nth-child(2n) .icon i{ background: #f26f77; }
.main-timeline .timeline:nth-child(2n) .icon img{ background: #f26f77; border-color: #f26f77; }

.main-timeline .timeline:nth-child(2n) .title{ color: #f26f77; }
.main-timeline .timeline:nth-child(3n):before,
.main-timeline .timeline:nth-child(3n) .timeline-icon,
.main-timeline .timeline:nth-child(3n) .timeline-icon:before,
.main-timeline .timeline:nth-child(3n) .timeline-icon:after,
.main-timeline .timeline:nth-child(3n) .icon i{ background: #48aeba; }
.main-timeline .timeline:nth-child(3n) .icon img{ background: #48aeba; border-color: #48aeba;}

.main-timeline .timeline:nth-child(3n) .title{ color: #48aeba; }
.main-timeline .timeline:nth-child(4n):before,
.main-timeline .timeline:nth-child(4n) .timeline-icon,
.main-timeline .timeline:nth-child(4n) .timeline-icon:before,
.main-timeline .timeline:nth-child(4n) .timeline-icon:after,
.main-timeline .timeline:nth-child(4n) .icon i{ background: #a3ba74; }
.main-timeline .timeline:nth-child(4n) .icon img{ background: #a3ba74; border-color: #a3ba74; }

.main-timeline .timeline:nth-child(4n) .title{ color: #a3ba74; }
@media only screen and (max-width: 767px){
    .main-timeline .timeline:before,
    .main-timeline .timeline:nth-child(2n):before{
        margin: 0 auto;
        top: 4px;
        left: 0;
        right: 0;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(2n) .timeline-icon{
        width: 100%;
        height: 24px;
        border-radius: 0 0 12px 12px;
        top: 0;
        left: 0;
        transform: translateX(0);
    }
    .main-timeline .timeline-icon:before,
    .main-timeline .timeline:nth-child(2n) .timeline-icon:before{
        width: 4px;
        height: 20px;
        margin: 0 auto;
        top: auto;
        left: 0;
        bottom: -20px;
        right: 0;
    }
    .main-timeline .timeline-icon:after,
    .main-timeline .timeline:nth-child(2n) .timeline-icon:after{
        margin: 0 auto;
        top: auto;
        left: 0;
        bottom: -32px;
        right: 0;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content{
        float: none;
        width: 100%;
        padding: 140px 20px 30px 20px;
        text-align: center;
    }
    .main-timeline .icon,
    .main-timeline .timeline:nth-child(2n) .icon{
        width: 100%;
        text-align: center;
        padding: 0;
        top: 55px;
        right: 0;
        transform: translateY(0);
    }
    .main-timeline .icon i,
    .main-timeline .timeline:nth-child(2n) .icon i{
        float: none;
        width: 70px;
        height: 70px;
        line-height: 74px;
        font-size: 44px;
        margin: 0 20px 0 0;
    }
    .main-timeline .icon img,
    .main-timeline .timeline:nth-child(2n) .icon img{
        float: none;
        width: 70px;
        height: 70px;
        line-height: 74px;
        font-size: 44px;
        margin: 3px 5px 0 0;
    }

    .main-timeline .timeline:nth-child(2n) .year{ top: -6px; }
}



.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}


.port-image
{
    width: 100%;
}
.gallery_product
{
    cursor: pointer;
    border-style: solid;
    position: relative;
        width: 25%;
        padding-top: 24%; /* 1:1 Aspect Ratio */
    border-color: white;
    border-width: 5px;
/*    background-color: red; */
}
@media only screen and (max-width: 700px) {
 
  .bottom-align-text {
    visibility: hidden;  
  }

  .filter-button{
    margin-bottom: 3px;
  }


}


.ending {
  border: none;
  width: 100%;
  background-color: blue;
  padding: 0;
  margin-bottom: 0.5px;
  outline: none;
  bottom: 0;

}


.btn_close {
  position: fixed;
  border: none;
  outline: none;

  top: 10px;
  right: 26px;
  font-size: 25px;
  z-index: 10;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: white;

}

.fit-image{
width: 100%;
object-fit: cover;
height: 220px; /* only if you want fixed height */

}

.middles {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gallery_product:hover {
  opacity: 0.9;
}

.gallery_product:hover .middles {
  opacity: 1;

}
.gallery_product:hover .bottom-align-text {
  opacity: 1;

}

.textnya {
  color: white;
  font-size: 30px;
}

.bottom-align-text {
  transition: .5s ease;
  opacity: 0;
  position: absolute;   
  bottom: 0;
    right: 0;
    width: 100%;
    display: block;
    background-color: rgb(0,0,0,0.7); 
    max-height: 70px;
    min-height: 70px;
    padding: 15px;
    color: white;
    font-size: 14px;
    font-weight: 600;
  }

.bg-page{
    
    background-image: url('https://stmed.net/sites/default/files/turquoise-blur-wallpapers-25329-9997933.jpg');
    background-color: #17234E;
    margin-bottom: 0;
    min-height: 50%;
/*    opacity: 0.5; */
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.row-centered {
    text-align:center;
}

.rowku {
    display: table;
}

[class*="x-flex"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}

@media only screen and (max-width: 1000px) {
 
  .title-flex {
    visibility: hidden;  
    display: none;
  }
}

@media only screen and (min-width: 1001px) {
 
  .sementara{
    visibility: hidden;  
    display: none;
  }
}

.vcenter {
margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.triangle-left { 
    right: 0;
    width: 0; 
    height: 0; 
    border-top: 70px solid transparent; 
    border-right: 45px 
    solid white; 
    border-bottom: 70px solid transparent; 
}
.triangle-down { 
    width: 0; 
    height: 0; 
    border-left: 70px solid transparent; 
    border-right: 70px solid transparent; 
    border-top: 30px solid #f3a117; 
    z-index: 3; position: relative;
    margin-left: auto; margin-right: auto;
}

.kategori-img {
background-color: #f3a117;
padding-top: 25px;
padding-bottom: 25px;
}

.kategori-img p{
    font-weight: 600; font-size: 14pt; margin-right: 10px; margin-top: 25px; color: white;
}
.p-judul{
    font-weight: 600; font-size: 14pt; margin-right: 10px; color: white;
}
.hidan{
    visibility: hidden;
    margin-bottom: -220px;
}

.hvr{
    cursor: pointer;
}
.hvr:hover{
    background-color: #f4f3f2;
}



@media (min-width: 1281px) {
  /*
 .apema{
    background-color: red;
 } 
*/
  .gbr-dt {
 width: 100%; min-height: 600px; max-height: 600px; object-fit: contain; object-position: center;
  }
    .dt-list{
        width: 100%;
        max-height: 420px;
        overflow: auto;
        text-align: justify;
        text-justify: inter-word; 
        padding-right: 10px;
        font-size: 14px;

    }
    .hd-txt{
        font-size: 1.5em;    
        font-weight: bold;
        margin: 0;
        padding: 0;
    }    
 
}
@media (min-width: 991px) and (max-width: 1280px) {
/*
.apema{
    background-color: blue;
 }
 */

  .gbr-dt {
 width: 100%; min-height: 600px; max-height: 600px; object-fit: contain; object-position: center;
  }
    .dt-list{
        width: 100%;
        max-height: 420px;
        overflow: auto;
        text-align: justify;
        text-justify: inter-word; 
        padding-right: 10px;
            font-size: 14px;


    }
}

@media (min-width: 481px) and (max-width: 990px) {

/*
.apema{
    background-color: yellow;
}
*/ 
 
   .gbr-dt {
    width: 100%; max-height: 400px; object-fit: contain; object-position: center;
  }
    .dt-list{
        width: 100%;
        overflow: visible;
        text-align: justify;
        text-justify: inter-word; 
        padding-right: 10px;
        font-size: 14px;
    }
    .modal-full{
        margin: 0; padding: 0; 
        width: 100%;
        height: 100%;

    }

    .modal-ctn-full{
        height: auto;
        min-height: 100%;
        border-radius: 0;
        width: 100%;
    }



}

@media  (max-width: 480px) {

/*
.apema{
    background-color: pink;
 } 
*/
    .modal-full{
        margin: 0; padding: 0; 
        width: 100%;
        height: 100%;

    }
    .modal-ctn-full{
        height: auto;
        min-height: 100%;
        border-radius: 0;
        width: 100%;
    }

   .gbr-dt {
    width: 100%; height: auto;  object-fit: contain; object-position: center;
  }
    .dt-list{
        width: 100%;
        overflow: visible;
        text-align: justify;
        text-justify: inter-word; 
        padding-right: 10px;
        font-size: 14px;
    }
    .hd-txt{
        font-size: 1.2em;    
        font-weight: bold;
        margin: 0;
        padding: 0;
    }


}



.top-container {
  background-color: #f1f1f1;
  text-align: center;
  padding-top: 20px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + .content {
  padding-top: 90px;
}


#myBtn-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99;
  font-size: 40px;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  cursor: pointer;

  border-radius: 35px;
}

#pilihan a:hover {
    color: black;
}
#pilihan a {
    color: white;
}
#pilihan a {
    padding: 5px;
    padding-right: 40px;

}
#pilihan li {
    padding: 5px;
}


.ul-nya{
    margin-right:20px;
}
.link{
    font-family: 'PT Sans', sans-serif;
    border-bottom: 2px solid #909090;
    display: inline-block;
    position: relative;

}


.link:before{
    content: '';
    height: 3px;
    width: 30%;
    background-color: #FFA500;
    position: absolute;
    left: 0;
    bottom: -2px;
    transition:all 0.3s ease 0s;
}
.link:hover:before{ width: 100%; }
@media only screen and (max-width: 767px){
    .link{ margin-bottom: 20px; }
}



.tuning:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.55);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

.tuning img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
@media  (max-width: 811px) {
    .txt-hd{
        font: 600 27pt 'Raleway', sans-serif;
    }

}

@media  (min-width: 812px) {
        .txt-hd{
            font: 600 5em 'Raleway', sans-serif;
            text-transform: uppercase;
            padding-bottom:  10px;
        }

        .txt-hd-p{
        font-weight: 600; 
        font-family: 'Source Sans Pro', sans-serif; font-size: 3em; 

        }

}





.preloader{
    position: relative;
    height: 75px;
    width: 75px;
    margin: 50px auto 0;
}
.spinner{
    width: 75px;
    height: 75px;
    margin: 0;
    border-top: 10px solid #ff3f34;
    box-shadow: 4px 4px 5px #d2d2d2 inset;
    border-right: 10px solid transparent;
    border-radius: 50%;
    animation: 1.5s spin linear infinite;
}
.spinner-2{
    width: 75px;
    height: 75px;
    margin: 0;
    border-top: 10px solid #0fbcf9;
    border-left: 10px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    animation: 1.5s spin-2 linear infinite;
}
@keyframes spin{
    from{ transform: rotate(0deg); }
    to{ transform: rotate(360deg); }
}
@keyframes spin-2{
    from{ transform: rotate(360deg); }
    to{ transform: rotate(0deg); }
}

.p-profil{
    font-size: 14px; font-weight: 600;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
}

.h1-content{
    font-weight: 600; margin-top: 10px; font-size: 20px;
}

.h2-content{
 font-weight: 600; margin-top: 10px; font-size: 12px;
}

.hd-ctn{
    color:#555;
    border-bottom: 1px solid #38cfd8;
    display: inline-block;
    position: relative;
}


.hd-ctn:before{
    content: '';
    height: 3px;
    width: 40%;
    background-color: #38cfd8;
    position: absolute;
    left: 0;
    bottom: -2px;
    transition:all 0.3s ease 0s;
}



.isi-timeline{
    background-color: #f9f9f9;
}



.sticky_dewe {
  position: fixed;
  top: 0;
  z-index: 80;
  margin-top: 90px;
}

