.text-bold{
  font-family: 'NexaBold';
}
.text-heavy{
  font-family: 'NexaHeavy';
}
.seller-top {
  background: url(../img/seller/seller-banner2.jpg) no-repeat;
  background-size: cover;
  position: relative; 
  display: flex;
  align-items: center;
  overflow: hidden;
} 
.seller-top .container{
  height: 100%;
  align-items: center;
}
.banner-content{
  position: relative;
  display: flex; 
  height: 100%;
  align-items: center;
  flex:0 0 55%;
}
.banner-content h2{
  color: #212c68;
  font-family: 'NexaHeavy';
  font-size: 65px; 
  line-height: normal; 
  margin: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 30px ;
}
.seller-top > a{
  display: block;
    width: 100%;
}
.seller-text{
  padding-bottom: 40px;
}
.seller-top .banner-cont{
  height: 100%;
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-end;
  height:auto;
  width: 500px; 
  padding-top: 30px;
}
.seller-content{
  background: url(../img/seller/bg-about.jpg) no-repeat bottom ;
  background-size: 100%;
  padding:80px 0 400px;
}
.tentang-jba-list { 
  flex-wrap: wrap;
} 
.tentang-jba-item{
  flex: 0 0 50%;
  padding: 0 30px 30px;
}
.part-title{
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #212c68;
}
.part-title a{
  color: #212c68;
}
.part-title a:hover{
  opacity: 0.7;
}
.sub-title{
  font-size: 20px;
  font-weight: normal;
}
.seller-content .part-title, .seller-whyus  .part-title, .seller-contact .part-title{ 
  margin-bottom: 40px;
  font-family: 'NexaHeavy';
  text-align: center;
} 
.seller-contact .sub-title{
  font-family: 'NexaBold';
}
.seller-contact .part-title{
  text-align: left;
}
.tentang-item-title{
  background: #ee213d;
  padding: 15px 15px 7px;
  color: #fff;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  font-size: 20px;
  position: relative;
  margin-left: 30px;
  padding-left: 80px;
}
.tentang-item-title p{
  margin: 0;
  line-height: normal;
  font-family: 'NexaBold';
  line-height: 26px;
}
.tentang-item-title .number{
  width: 95px;
  height: 95px;
  background: #394095;
  border-radius: 50%;
  position: absolute;
  top:-10px;
  left: -30px; 
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
}
.tentang-item-content{
  margin-left: 62px;
  background: #fff;
  padding: 25px;
  margin-right: 14px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 0px 3px 8px 3px rgba(0,0,0,0.39);
  -webkit-box-shadow: 0px 3px 8px 3px rgba(0,0,0,0.39);
  -moz-box-shadow: 0px 3px 8px 3px rgba(0,0,0,0.39);
  height: calc(100% - 74px);
}
.why-us-list{
  flex-wrap: wrap;
}
.why-us-item{
  padding: 0 15px 20px;
  display: inline-block;
  width: 33%;
  vertical-align: top;
  color: #394095;
} 
.why-us-person{
  float: left;
  width: 33%;
}
.why-us-title{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px; 
  font-family: 'NexaHeavy';
  color: #394095;;
}
.why-us-img{
  margin-bottom: 5px;
}
.why-us-img img{
  width: 80px;
}
.why-us-item > div{
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}
.why-us-content{
  text-align: center;
  line-height: normal;
  display: block !important;
}
.sales-item a{
  font-size: 20px;
  display: flex;
  align-items: center;
  color: #262f68;
  margin-bottom: 15px;
}
.sales-item .sales-wa a:before{
  content: '';
  background: url(../img/seller/icon-wa-seller.svg) no-repeat center center;
  background-size: 30px;
  display: block;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  margin-right: 10px; 
} 
.sales-item .sales-mail a:before{
  content: '';
  background: url(../img/seller/icon-mail-seller.svg) no-repeat center center;
  background-size: 30px;
  display: block;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  margin-right: 10px; 
}
.sales-item .sales-wa a:hover, .sales-item .sales-mail a:hover{
  color: #ee213d;
}
.sosmed-item {
  margin-bottom: 10px;
  display: inline-block;
  padding: 5px 30px;
}
.sosmed-item a{
  display: block;
}
.sosmed-item img{
  width: 40px;
  height: 40px;
}
.sosmed-item span{
  display: inline-block;
  background: #ee213d;
  color: #fff;
  padding: 4px 15px 0; 
  border-radius: 10px;
}
.sosmed-item a:hover span{
  background: #212c68;
}
.sosmed-list{
  text-align: center;
}

@media (max-width: 986px){
  .seller-top .banner-cont{
      width: 50%; 
 
  }
  .banner-content h2{
    font-size: 35px;
  }
  .why-us-item{
    flex: 0 0 50%;
    order: 1;
  }
  .why-us-list{
    display: flex;
  }
  .why-us-person{
    float: none;
    flex: 0 0 50%;
    order: 2;
    text-align: center;
    display: inline-flex;
  }
  .why-us-person img{
    width: 50%;
    margin: 0 auto;
  }
  .sales-item a{
    font-size: 18px;
  }
  .sosmed-list br{
    display: none;
  }
  .sosmed-item{
    padding: 5px 10px;
  }
}
@media (max-width: 767px){
  .seller-top .banner-cont{
      width: 80%;  
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0.7
  }
  .banner-content{
    z-index: 2;
    flex: 0 0 100%;
  }
  .seller-top .container{
    padding: 0px  0px;
  }
  .why-us-item{
    flex: 0 0 100%;
  }
  .why-us-person{
    flex: 100%;
  }
  .sales-item{
    margin-bottom: 30px;
  }
  .sosmed-item img {
    width: 30px;
    height: 30px;
  }
  .banner-content h2{
    padding: 80px 30px;
    font-size: 37px;
  }
  .seller-content{
    padding-bottom: 50px;
  }
  .tentang-item-title .number{
    width: 66px;
    height: 66px;
    top: 0px;
    left: -35px;
    font-size: 27px;
    padding-top: 7px;
  }
  .tentang-item-title{
    font-size: 18px; 
    margin-left: 30px;
    padding-left: 40px;
    padding-top: 7px;
  }
  .tentang-jba-item{
    padding:0 0 20px;
    flex: 0 0 100%;
  }
  .tentang-item-content{
    margin-left: 31px;
  }
  .seller-content{
    padding: 80px 0 100px
  }
  .seller-contact .part-title, .part-title{
    text-align: center;
  }
}

@media (min-width: 767px){
 
}

@media (max-width: 575px){
 
}