/* Space out content a bit */
html{
    position: relative;
}
body {
    padding-bottom: 20px;
    max-width: 600px;
    width:100%;
    margin: 0 auto;
    position: relative;
    border: 1px solid lightgray;
}
.box_sweperslide{
    width:100%;    
}
.container{
    width:100%;
    position:relative;
    margin: 0 auto; 
}
/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
} 
.img_head{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 8px 8px;
}
.menuatas{
    position: absolute;
    right: 25px;
    top: 12px;
    min-width: 100px;
    display: flex;
    justify-content: space-around;
    font-size: 17px;
}
.cari, .tommenu{
    background: #fff;
    padding: 0px;
    border-radius: 15px;
    width:36px;
    height:36px;
    border: none;
}
.box_cbang{
    padding: 7px 17px;
    border: 1px solid gray;
    margin: 1.5rem 2rem;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tit_cabang{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.tmbl_cbang{
        cursor: pointer;
}
.box_pink{
    position: relative;
    margin: 1.5rem 2rem;
    border-radius: 16px;
    background-color: #fff;
    z-index: 1;
    border: 1px solid #E6E6E6;
}.nocabang{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    padding: 1rem;
    border-radius: 16px;
    line-height: 20px;
    font-weight: 500;
    background: #FEF2E6;
}
.btntombl{
    border-right: 2px solid #e4e7ec;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    border-radius: 0;
    padding: 0;
}
.btnmenuall{
    align-items: center!important;
    justify-content: space-between!important;
    flex-direction: row!important;
    display: flex!important;
}
/* Custom page header */
.header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px; /* Make the masthead heading the same height as the navigation */
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Customize container */
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  .header {
    margin-bottom: 30px;
  }
  .jumbotron {
    border-bottom: 0;
  }
}