.ref_bnr_slider_main .twCol_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ref_bnr_slider_main .col {
  padding: 20px ;
  position: relative;
}
.ref_bnr_slider_main .col.title_col {
  width: 60%;
}

.ref_bnr_slider_main .col.des_col {
  width: 40%;
  text-align: center;
}
.ref_bnr_slider_main .vendor_slider {
  position: relative;
}
.ref_bnr_slider_main .tag {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px; /* 160% */
  text-transform: uppercase;
  color: #1D1D1D;
  padding: 0px 32px;
  border-radius: 4px;
}

.ref_bnr_slider_main h1.title {
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  font-family: Avenir-Medium, sans-serif;
  margin: 0;
  padding: 20px 0 40px;
}

.ref_bnr_slider_main a.hs-button:hover {
  background-color: #1D1D1D;
  color: #ffffff;
  border-color: #000000;
}
.ref_bnr_slider_main a.hs-button {
  background-color: rgba(255, 255, 255, 0%);
  color: #1D1D1D;
  border: 1px solid #000000;
  border-radius: 32px;
}


.ref_bnr_slider_main .vendor-slide img {
  visibility: hidden;
}



/*  */
.ref_bnr_slider_main .vendor-slider {
  width: 100%;
  height: 720px;
  position: relative;
}
.ref_bnr_slider_main .vendor_slider {
  border-radius: 50px;
  overflow: hidden;
}
.ref_bnr_slider_main .vendor-slider .vendor-slide.active {
  display: block;
}




/*  */
.ref_bnr_slider_main .vendor-dots {
  margin-top: 15px;
  text-align: center;
  position: absolute;
  top: calc(100% - 230px);
  z-index: 1;
  right: 23px;
}

.ref_bnr_slider_main .vendor-dots .dot {
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  transition: background .3s;
  width: 8px;
  height: 8px;
}
.ref_bnr_slider_main .vendor-dots .dot.active {
  background-color: #333;
}
.ref_bnr_slider_main .box_content_inner {
  padding: 20px;
  border-radius: 20px;
}

.ref_bnr_slider_main .des *:last-child {
  margin: 0;
}

.ref_bnr_slider_main .box_content {
  padding-top: 60px;
}
.ref_bnr_slider_main .vendor_slider img {
  width: 100%;
  max-width: 600px;
  border-radius: 50px;
  overflow: hidden;
}
@media(min-width:1201px){
  .ref_bnr_slider_main .content-wrapper {
    max-width: 100%;
    padding: 0 1.5%;
  }
}
@media(max-width:1500px){
  .ref_bnr_slider_main .vendor-slider {
    height: 550px;
  }
  .ref_bnr_slider_main .vendor-slider .vendor-slide {
    height: 550px;5
  }
  .ref_bnr_slider_main .vendor-dots {
    top: calc(100% - 130px);
  }
}
@media(max-width:1200px){
  .ref_bnr_slider_main h1.title br {
    display: none;
  }
  .ref_bnr_slider_main .col {
    padding: 20px;
  }
}
@media(max-width:1024px){
  .ref_bnr_slider_main .col {
    width: 100% !important;
    padding: 0 0 20px;
  }

  .ref_bnr_slider_main .tag {
    font-size: 14px;
    padding: 0 20px;
  }
  .vendor-slider {
    height: 500px;
  }
  .vendor-slider .vendor-slide {
    height: 500px;
  }

}
@media(max-width:767px){
  .ref_bnr_slider_main h1.title {
    font-size: 42px;
    line-height: 1.1;
  }
  .ref_bnr_slider_main .slick-initialized .slick-slide {
    border-radius: 25px;
    height: 260px;
  }
}
@media(max-width:500px){
  .ref_bnr_slider_main h1.title {
    font-size: 28px;
    line-height: 1.3;
  }
  .ref_bnr_slider_main a.hs-button {
    font-size: 16px;
  }

}