.main-site{
    box-shadow: 0px 2px 10px #ccc;
}

.section-welcome{
    background-color: #1E87A8;
    margin-top: 20px;
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    padding: 10px;
    color: white;
    margin-bottom: 20px;
}
.img-fluid{
    width: 100%;
}
.section-bpos-2{
    background-color: #1E87A8; 
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    padding: 10px;
    color: white;
}

.btn-shopee {
    color: #fff;
    background-color: #cf5108;
    border-color: #cf5108;
}


.btn-tokped {
    color: #fff;
    background-color: #27bd9c;
    border-color: #27bd9c;
}

.btn-tiktok {
    color: #fff;
    background-color: #949191;
    border-color: #949191;
}

.link-icon-box{
    display: flex;
}

.link-icon{
    width: 20px;
    margin-right: 10px;
}


.link-icon img{
    width: 100%;
}

.link-icon-box .text-icon{

}

.cta-modul{
    margin-top: -84px;
    position: absolute;
    width: 96%;
}

.cta-modul-text{
    text-align: center;
    font-size: 1.2em;
    color: black;
    text-shadow: 0px 0px 0px #eee;
    line-height: normal;
    margin-bottom: 10px;
}

.button-best-seller{
    text-align: center;
}

.section-cta-whatsapp{
    margin-top: 15px;
    padding-bottom: 25px;
    border-bottom: 20px solid #1E87A8;
}

.cta-whatsapp{
    display: block;
    width: 280px;
    margin: 0 auto;
}

.cta-whatsapp img{
    width: 100%;
}

.footer{
    background: #1E87A8;
    padding: 50px 15px;
}

.footer-desc{
    font-size: 14px;
    line-height: normal;
    color: white;
}

.footer-address{
    color: white;
    font-size: 14px;
    line-height: normal;
}

.footer-contact{
    color: white;
}
.footer-contact ul{
    padding: 0px;
    font-size: 12px;
}

.section-program{
    /* background-image: url('../assets/program.jpg'); 
    background-color: #332a2a;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: calc(0.664 * 114vw);
    padding-top: 261px; */

}

.program-box{
    padding: 0px 0px; 
    margin-top: -769px;
    margin-left: 15px;
    clear: both;
    position: absolute;
    max-width: 90vw;
}

.program-box-item{
    width: 225px;
    overflow: hidden;
    border-radius: 20px;
}

.program-box-item img{
    width: 100%;
}

@media (max-width: 767px) {
    .program-box{ 
        margin-top: -371px;
        margin-left: 10px;
    }

    .program-box-item {
        width: 115px;
        overflow: hidden;
        border-radius: 20px;
      }

      .cta-modul-text{
        font-size: 12px;
        margin-bottom: 3px;
      }

      .cta-modul .btn{
        padding: 5px;
        font-size: 11px;
      }

      .cta-modul{
        margin-top: -58px;
      }
}

.alumni-box-item{
    width: 250px; 
    overflow: hidden;
}

.section-alumni-siswa {
    padding: 25px;
    background: #2b88a7;
  }