.next-search-normal.small .next-select, .next-search-normal.small .search-custom {
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
}

.next-search-normal.small .next-select input, .next-search-normal.small .search-custom input {
  height: 18px;
  line-height: 18px;
}

.next-search-normal.small .next-btn {
  height: 20px;
  line-height: 18px;
  font-size: 16px;
}

.next-search-normal.small .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-slick {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.next-slick-initialized .next-slick-slide {
  display: block;
}

.next-slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.next-slick-list:focus {
  outline: none;
}

.next-slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.next-slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.next-slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0;
}

[dir="rtl"] .next-slick-slide {
  float: right;
}

.next-slick-slide img {
  display: block;
}

.next-slick-arrow {
  display: block;
  position: absolute;
  cursor: pointer;
  text-align: center;
}

.next-slick-arrow-inline {
  color: #FFFFFF;
  background: #000000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  opacity: 0.2;
}

.next-slick-arrow-inline:hover {
  color: #FFFFFF;
  background: #000000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  opacity: 0.4;
}

.next-slick-arrow-inline.next-slick-disabled {
  color: #666666;
  background: #F7F8FA;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
}

.next-slick-arrow-outer {
  color: #666666;
}

.next-slick-arrow-outer:hover {
  color: #333333;
}

.next-slick-arrow-outer.next-slick-disabled {
  color: #CCCCCC;
}

.next-slick-dots {
  display: block;
  position: absolute;
  z-index: 100;
}

.next-slick-dots li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 0 4px;
}

.next-slick-dots li button {
  border: 0;
  outline: none;
  padding: 0;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #000000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=32)";
  opacity: 0.32;
}

.next-slick-dots li button:hover {
  background-color: #A0A2AD;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=32)";
  opacity: 0.32;
}

.next-slick-dots .next-slick-active button {
  background: #15AD9D;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.next-slick-dots-horizontal {
  margin: 0;
  padding: 0 0;
  width: 100%;
  bottom: 12px;
  left: 0;
  text-align: center;
}

.next-slick-dots-vertical {
  margin: 0;
  padding: 0 0;
  width: 16px;
  top: 0;
  right: 20px;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.next-slick.next-slick-horizontal.next-slick-outer {
  padding: 0 24px;
}

.next-slick.next-slick-horizontal .next-slick-arrow-normal {
  width: 28px;
  height: 56px;
  line-height: 56px;
}

.next-slick.next-slick-horizontal .next-slick-arrow-normal .next-icon:before {
  width: 20px;
  font-size: 20px;
  line-height: inherit;
}

.next-slick.next-slick-horizontal .next-slick-arrow-normal.next-slick-arrow-inline {
  top: calc((100% - 56px) / 2);
}

.next-slick.next-slick-horizontal .next-slick-arrow-normal.next-slick-arrow-inline.next-slick-prev {
  left: 0;
}

.next-slick.next-slick-horizontal .next-slick-arrow-normal.next-slick-arrow-inline.next-slick-next {
  right: 0;
}

.next-slick.next-slick-horizontal .next-slick-arrow-normal.next-slick-arrow-outer {
  top: calc((100% - 56px) / 2);
}

.next-slick.next-slick-horizontal .next-slick-arrow-normal.next-slick-arrow-outer.next-slick-prev {
  left: -4px;
}

.next-slick.next-slick-horizontal .next-slick-arrow-normal.next-slick-arrow-outer.next-slick-next {
  right: -4px;
}

.next-slick.next-slick-horizontal .next-slick-arrow-large {
  width: 48px;
  height: 96px;
  line-height: 96px;
}

.next-slick.next-slick-horizontal .next-slick-arrow-large .next-icon:before {
  width: 32px;
  font-size: 32px;
  line-height: inherit;
}

.next-slick.next-slick-horizontal .next-slick-arrow-large.next-slick-arrow-inline {
  top: calc((100% - 96px) / 2);
}

.next-slick.next-slick-horizontal .next-slick-arrow-large.next-slick-arrow-inline.next-slick-prev {
  left: 0;
}

.next-slick.next-slick-horizontal .next-slick-arrow-large.next-slick-arrow-inline.next-slick-next {
  right: 0;
}

.next-slick.next-slick-horizontal .next-slick-arrow-large.next-slick-arrow-outer {
  top: calc((100% - 96px) / 2);
}

.next-slick.next-slick-horizontal .next-slick-arrow-large.next-slick-arrow-outer.next-slick-prev {
  left: -8px;
}

.next-slick.next-slick-horizontal .next-slick-arrow-large.next-slick-arrow-outer.next-slick-next {
  right: -8px;
}

.next-slick.next-slick-vertical.next-slick-outer {
  padding: 24px 0;
}

.next-slick.next-slick-vertical .next-slick-slide {
  display: block;
  height: auto;
}

.next-slick.next-slick-vertical .next-slick-arrow-normal {
  width: 56px;
  height: 28px;
  line-height: 28px;
}

.next-slick.next-slick-vertical .next-slick-arrow-normal .next-icon:before {
  width: 20px;
  font-size: 20px;
  line-height: inherit;
}