#vnt-service .item_box:nth-child(even) .item .content {
  right: unset;
  left: 6%;
  text-align: left;
}
#vnt-service .item_box:nth-child(even) .item .content .title {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
#vnt-service .item_box:nth-child(even) .item .content .title:after {
  content: unset;
}
#vnt-service .item_box:nth-child(even) .item .content .title:before {
  content: "";
}
#vnt-service .item_box .item {
  position: relative;
}
#vnt-service .item_box .item:hover .img a {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
#vnt-service .item_box .item:hover .img a:after {
  opacity: 1;
  visibility: visible;
}
#vnt-service .item_box .item:hover .content .title:before, #vnt-service .item_box .item:hover .content .title:after {
  width: 30px;
}
#vnt-service .item_box .item .img {
  overflow: hidden;
}
#vnt-service .item_box .item .img a {
  width: 100%;
  height: 330px;
  display: block;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  transition: -webkit-transform 4s cubic-bezier(0, 0.4, 0.45, 1);
  transition: transform 4s cubic-bezier(0, 0.4, 0.45, 1);
  transition: transform 4s cubic-bezier(0, 0.4, 0.45, 1), -webkit-transform 7s cubic-bezier(0, 0.4, 0.45, 1);
}
#vnt-service .item_box .item .img a:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
#vnt-service .item_box .item .content {
  position: absolute;
  bottom: 0;
  right: 6%;
  padding: 20px;
  text-align: right;
}
#vnt-service .item_box .item .content .title a {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}
#vnt-service .item_box .item .content .des {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin-top: 10px;
}
#vnt-service .item_box .item .content .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
#vnt-service .item_box .item .content .title:before {
  content: unset;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 0;
  margin-right: 15px;
}
#vnt-service .item_box .item .content .title:after {
  content: "";
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 0;
  margin-left: 15px;
}
@media (max-width: 991px) {
  #vnt-service .item_box:nth-child(even) .item .content {
    left: 0;
  }
  #vnt-service .item_box .item .content {
    right: 0;
    padding: 20px 20px 40px;
  }
}

.mCSB_draggerContainer .mCSB_dragger_bar {
  background: #99897b !important;
  width: 5px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: #ddb925 !important;
  width: 5px;
}
