.ejtl .ejtl_item {
  margin-bottom:30px;
  
  position:relative;

  height:220px;
  
}

.ejtl  .ejtl_row{
  position:absolute;
  bottom:25px;
  border-bottom:2px solid #000;
  width:100%;
  left:0;
}
.ejtl .ejtl_ball {
  position:absolute;
  width:50px;
  height:50px;
  border-radius: 50%;
  background-color:#000;
  bottom:0;
  left:calc(50% - 25px);
  color:#fff;
  text-align:center;
}
.ejtl .ejtl_ball i{
  
  transform:translateY(8px);
}
.ejtl  .ejtl-c{
  position:absolute;
  left:10%;
  width:80%;
  height:100%;
  
  /*border-left:2px solid #000;*/
  padding-left:10px;
  padding-top:0px;
  font-size:15px;
  line-height:16px;
  text-align: center;
}



.ejtl2 .ejtl_item {
  margin-bottom:30px;
  
  position:relative;

  height:200px;
}

.ejtl2  .ejtl_row{
  position:absolute;
  bottom:25px;
  border-bottom:2px solid #000;
  width:100%;
  left:0;
}
.ejtl2 .ejtl_ball {
  position:absolute;
  width:70px;
  height:70px;
  border-radius: 50%;
  background-color:#000;
  bottom:0;
  left:calc(50% - 35px);
  color:#fff;
  text-align:center;
}
.ejtl2 .ejtl_ball i{
  
  transform:translateY(22px);
  font-size:24px;
}

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


@media (min-width: 768px) { 
  
.ejtl2 .ejtl_ball i{
  
  transform:translateY(20px);
  font-size:24px;
}
 }


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


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

.ejtl2 .ejtl_ball_png {
  background-size: 45px 45px;
  background-repeat: no-repeat;
  background-position: center;
}


.ejtl2  .ejtl-c{
  position:absolute;
  left:50%;
  width:50%;
  height:100%;
  
  border-left:1px solid #000;
  padding-left:10px;
  padding-top:0px;
  font-size:15px;
  line-height:16px;
  
}

.ejtl2 .owl-nav {
  
  
  
  z-index:10;
}