/************************************************
slides
*************************************************/
#sec-slides {
      border-bottom-right-radius: 100px;
    overflow: hidden;
}
.sp-slider-content-align-left {
    padding: 30px 30px 30px 30px;
    background-color: hsl(242.73deg 88% 49.02% / 75%);
    border-radius: 30px;
}


#sp-bottom {
    background-color: #fff!important;
    position:relative;
  overflow:hidden;
 z-index:0;
}
#sp-bottom:after {
  content:"";
  background-image:url('/images/0_mdt/pattern/bg-bottom.png');
  background-repeat:no-repeat;
  background-size:contain;
  position:absolute;
  top:-20px;
  right:250px;
  width:600px;
  height:459px;
}
#sp-bottom [id*='sp-bottom'] {
  position:relative;
  z-index:1;
}
@media(max-width:991px) {
  #sp-bottom:after {
    top:unset;
    bottom: 0px;
    right:0px;
    width:350px;
    height:268px;
  }
}


/************************************************
home about
*************************************************/
@media(min-width:768px){
  .img-left{
    margin-left:-55px;
  }
}

.feature-left001 .sppb-media {
  display:flex;
  align-items:center;
}

.pattern-001, 
.pattern-002{
  position:relative;
}
@media(min-width:768px){
  .pattern-001:before {
  content:"";
  background-color:#190FEB;
  width:100px;
  height:100px;
  border-radius:50%;
  position:absolute;
  top:10px;
  right:-50px;
}
.pattern-002:after{
  content:"";
  background-color:rgb(0 0 0 / 10%);
    width:180px;
  height:180px;
  border-radius:50%;
  position:absolute;
  bottom:50px;
  left:-100px;
}
}

/************************************************
news
*************************************************/
@media(max-width:767px){
  #sec-vacancy td {
  padding:5px 10px 5px 10px!important;
}
    #sec-vacancy td:first-child {
  padding:15px 10px 0px 10px!important;
}
  #sec-vacancy td:last-child {
  padding:5px 10px 15px 10px!important;
}
       #sec-vacancy .sppb-addon-table .sppb-addon-title
 {
        line-height: 1;
    }
}
