#cs-block {
  clear: left;
  display: block;
  margin: 35px 0;
  position: relative;
  width: 100%;
}
#cs-block .cs-block-li {
  float: left;
  width: auto;
}
#cs-block .owl-item .cs-block-li {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.cs-block-li .cs-block-a-name {
  color: #4a4a49;
  font-size: 16px;
  font-weight: 600;
}

@media(min-width: 768px){
  .cs-block-li .cs-block-a-name {
    font-size: 18px;
    font-weight: 700;
  }
}
#cs-block .owl-stage {
  display: flex;
  display: -webkit-flex;
}
#cs-block .cs-block-a-img {
  width: 100%;
  float: left;
  text-align: center;
}
.cs-block-a-img > img {
  float: none;
  height: auto;
  max-width: 100%;
  width: auto !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#cs-block-ul {
  display: block;
  margin-bottom: 0;
  position: static;
  width: 100%;
}
#cs-block-ul .owl-nav {
  position: absolute;
  right: 0;


  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#cs-block .cs-block-title {
  margin-top: 0;
}
#cs-block-ul .owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
  height: 20px;
  overflow: hidden;
  width: 20px;
  display: inline-block;
}
.cs-block-a-name {
  display: inline-block;
  margin-top: 10px;
}
#cs-block .owl-buttons .owl-next::before {
  content: '\f061';
  padding-left: 8px;
  font-family: FontAwesome;
}
#cs-block .owl-buttons .owl-prev::before,
#cs-block .owl-buttons .owl-next::before {
  color: #e5e5e5;
  float: left;
  font-size: 15px;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-weight: 300;
}
#cs-block .owl-buttons .owl-next::before {
  margin-left: -1px;
}
#cs-block .owl-buttons .owl-prev::before {
  content: '\f060';
  font-family: FontAwesome;
  border-right: 1px solid #e5e5e5;
  padding-right: 6px;
}
#cs-block .owl-buttons .owl-next:hover::before,
#cs-block .owl-buttons .owl-prev:hover::before {
  color: #acacac;
}
#cs-block .owl-prev.disabled:hover::before,
#cs-block .owl-next.disabled:hover::before {
  cursor: not-allowed;
  opacity: 0.5;
}

#cs-block .owl-stage-outer {
  display: block;
  overflow: hidden;
}
#cs-block .owl-prev:before {
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  content: '';
  display: block;
  height: 10px;
  left: 50%;
  margin-left: 2px;
  margin-top: 0;
  position: relative;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px) rotate(-45deg);
  -webkit-transform: translate3d(-50%, -50%, 0px) rotate(-45deg);
  width: 10px;
}
#cs-block .owl-next:before {
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  content: '';
  display: block;
  height: 10px;
  left: 50%;
  margin-left: -2px;
  position: relative;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px) rotate(135deg);
  -webkit-transform: translate3d(-50%, -50%, 0px) rotate(135deg);
  width: 10px;
}
#cs-block .owl-nav > div {
  background-color: #ffffff;
  border: 1px solid #898989;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  z-index: 1;
}

#cs-block .owl-prev {
  left: -5px;
}

#cs-block .owl-next {
  right: -5px
}
#cs-block-ul .owl-nav.hidden {
  opacity: 0;
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  visibility: hidden;
}
#cs-block .owl-nav > div:hover:before {
  border-color: #333333;
}
#cs-block .owl-nav > div:hover {
  border-color: #666666;
}

#cs-block .owl-nav > div:focus-visible {
  outline: 3px solid #f39d72;
  outline-offset: 3px;
}

#cs-block .owl-nav > div:focus {
  outline: 3px solid #f39d72;
  outline-offset: 3px;
}
