.canabuzz-section-slideshow {
  overflow: hidden;
}

.canabuzz-section-slideshow .respone_image {
  position: relative;
}

.canabuzz-section-slideshow .respone_image img {
  background-color: #f5f5f5;
  background-position: 50%;
  background-repeat: no-repeat;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(1.1);
  transition: all .3s;
  transition-delay: .1s;
  width: 100%;
}

.canabuzz-section-slideshow .main-slider {
  overflow: hidden;
  transform: translateZ(0)
}

.canabuzz-section-slideshow .main-slider:not(.slick-initialized) .item {
  display: none
}

.canabuzz-section-slideshow .main-slider:not(.slick-initialized) .item:first-child {
  display: block
}

.canabuzz-section-slideshow .main-slider .content {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0
}

.canabuzz-section-slideshow .main-slider .slick-active .content {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  transition: all .7s cubic-bezier(.32, .34, 0, 1.62) .6s
}

.canabuzz-section-slideshow .main-slider .content-image {
  opacity: 0;
  visibility: hidden
}

.canabuzz-section-slideshow .main-slider .content-image.active {
  opacity: 1;
  visibility: visible
}


.canabuzz-section-slideshow .slide-image:not(.first-scale) {
  transition: transform 5s linear
}

.canabuzz-section-slideshow .slide-image.zoom_img {
  transform: scale(1.1)
}

.canabuzz-section-slideshow .slide-image.first-zoomin {
  opacity: 1 !important;
  transform: scale(1) !important
}

.canabuzz-section-slideshow .slide-image img {
  background-image: none;
  transform: scale(1)
}

.canabuzz-section-slideshow .cap_content {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%)
}

html[dir="rtl"] .canabuzz-section-slideshow .cap_content {
  left: auto;
  right: 50%;
  transform: translateX(50%)
}

.canabuzz-section-slideshow .button-caption {
  margin-right: 24px
}

html[dir="rtl"] .canabuzz-section-slideshow .button-caption {
  margin-left: 24px;
  margin-right: 0
}

.canabuzz-section-slideshow .button-caption2 {
  background-color: #fff;
  border-color: #fff;
  color: var(--color-primary);
  justify-content: flex-start;
  min-width: calc(var(--button-medium-width) + 52px);
  padding-left: 24px;
  position: relative;
  transition: width .35s linear
}

html[dir="rtl"] .canabuzz-section-slideshow .button-caption2 {
  padding-left: 0;
  padding-right: 24px
}

.canabuzz-section-slideshow .btn {
  border-radius: var(--button-radius);
}

@media (max-width:1199px) {

  .canabuzz-section-slideshow .button-caption2 {
    min-width: calc(var(--button-medium-width) + 12px)
  }

  .canabuzz-section-slideshow .button-caption2 span {
    border-radius: 28px;
    height: 28px;
    right: 3px;
    width: 28px
  }

  html[dir="rtl"] .canabuzz-section-slideshow .button-caption2 span {
    left: 3px;
    right: auto
  }

  .canabuzz-section-slideshow .button-caption2:hover span {
    min-width: 48px
  }
}

.canabuzz-section-slideshow .button-caption2 span {
  align-items: center;
  background-color: var(--color-primary);
  border-radius: 34px;
  color: #fff;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: width .35s linear;
  width: 34px
}

html[dir="rtl"] .canabuzz-section-slideshow .button-caption2 span {
  left: 8px;
  right: auto
}

@media (max-width:1199px) {

  .canabuzz-section-slideshow .button-caption2 span {
    border-radius: 28px;
    height: 28px;
    right: 3px;
    width: 28px
  }

  html[dir="rtl"] .canabuzz-section-slideshow .button-caption2 span {
    left: 3px;
    right: auto
  }
}

.canabuzz-section-slideshow .button-caption2:hover span {
  width: 68px
}

@media (max-width:1199px) {

  .canabuzz-section-slideshow .button-caption2:hover span {
    width: 48px
  }
}

.canabuzz-section-slideshow .container-fluid .content,
.canabuzz-section-slideshow .container-full .content {
  padding: 0 15px
}

.canabuzz-section-slideshow .icon_play {
  font-size: 14px;
  margin-right: 30px
}

html[dir="rtl"] .canabuzz-section-slideshow .icon_play {
  margin-left: 30px;
  margin-right: 0
}

.canabuzz-section-slideshow .icon_play i {
  font-size: 20px;
  margin-left: 10px
}

html[dir="rtl"] .canabuzz-section-slideshow .icon_play i {
  margin-left: 0;
  margin-right: 10px
}

.canabuzz-section-slideshow .timer {
  position: relative
}

.canabuzz-section-slideshow .timer:before {
  animation-name: novload;
  animation-timing-function: linear;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 2
}

html[dir="rtl"] .canabuzz-section-slideshow .timer:before {
  left: auto;
  right: 0
}

.canabuzz-section-slideshow .slick-dots {
  bottom: 24px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%)
}

html[dir="rtl"] .canabuzz-section-slideshow .slick-dots {
  left: auto;
  right: 50%;
  transform: translateX(50%)
}

html[dir="rtl"] .canabuzz-section-slideshow .slick-dots li,
.canabuzz-section-slideshow .slick-dots li {
  margin-left: 8px;
  margin-right: 8px
}

.canabuzz-section-slideshow .slick-dots li button {
  border-radius: 8px;
  height: 8px;
  transform: scale(1);
  transition: width .25s linear;
  width: 8px
}

.canabuzz-section-slideshow .slick-dots li.slick-active button {
  width: 40px
}

.canabuzz-section-slideshow .slick-dots li:hover button {
  transform: scale(1)
}

.canabuzz-section-slideshow .slideshow-dot-cus {
  bottom: 24px;
  display: flex;
  left: 50%;
  transform: translateX(-50%)
}

html[dir="rtl"] .canabuzz-section-slideshow .slideshow-dot-cus {
  left: auto;
  right: 50%;
  transform: translateX(50%)
}

.canabuzz-section-slideshow [data-slick-to] {
  cursor: pointer;
  position: relative
}

.canabuzz-section-slideshow [data-slick-to]:not(:last-child) {
  margin-right: 16px
}

html[dir="rtl"] .canabuzz-section-slideshow [data-slick-to]:not(:last-child) {
  margin-left: 16px;
  margin-right: 0
}

.canabuzz-section-slideshow [data-slick-to].dot-color {
  height: 10px;
  transition: width .35s linear;
  width: 10px
}

.canabuzz-section-slideshow [data-slick-to].dot-color svg {
  height: 14px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px
}

.canabuzz-section-slideshow [data-slick-to].dot-color svg circle {
  stroke-dashoffset: 65;
  stroke-dasharray: 65;
  transform: rotate(-90deg);
  transform-origin: center
}

.canabuzz-section-slideshow [data-slick-to].dot-color[current] svg circle {
  stroke-dashoffset: 0
}

.canabuzz-section-slideshow [data-slick-to].dot-color:before {
  border-radius: 10px;
  content: "";
  height: 10px;
  position: absolute;
  transition: width .3s linear;
  width: 10px
}

.canabuzz-section-slideshow [data-slick-to].dot-color:hover:before {
  transform: scale(1.1)
}

.canabuzz-section-slideshow .slick-arrow {
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  z-index: 9
}

.canabuzz-section-slideshow .slick-arrow.arrow-prev {
  left: 20px
}

html[dir="rtl"] .canabuzz-section-slideshow .slick-arrow.arrow-prev {
  left: auto;
  right: 20px
}

.canabuzz-section-slideshow .slick-arrow.arrow-next {
  right: 20px
}

html[dir="rtl"] .canabuzz-section-slideshow .slick-arrow.arrow-next {
  left: 20px;
  right: auto
}

.canabuzz-section-slideshow .slick-arrow.slick-disabled {
  opacity: .7;
  pointer-events: none
}

@media (max-width:991px) {

  .canabuzz-section-slideshow .slick-arrow {
    display: none !important
  }
}

@media (max-width:575px) {

  .canabuzz-section-slideshow .image-entity {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
  }

  .canabuzz-section-slideshow .caption-btn.h-video {
    flex-direction: column-reverse
  }

  .canabuzz-section-slideshow .caption-btn .icon_play {
    margin-right: 0;
    margin-top: 15px
  }

  html[dir="rtl"] .canabuzz-section-slideshow .caption-btn .icon_play {
    margin-left: 0;
    margin-right: 0
  }
}



.canabuzz-section-slideshow .slick-slider {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  display: block;
  position: relative;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.canabuzz-section-slideshow .slick-slider .slick-arrow {
  cursor: pointer
}

.canabuzz-section-slideshow .slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative
}

.canabuzz-section-slideshow .slick-list:focus {
  outline: none
}

.canabuzz-section-slideshow .slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.canabuzz-section-slideshow .slick-slider .slick-list,
.canabuzz-section-slideshow .slick-slider .slick-track {
  transform: translateZ(0)
}

.canabuzz-section-slideshow .slick-track {
  display: block;
  left: 0;
  position: relative;
  top: 0
}

.canabuzz-section-slideshow .slick-track:after,
.canabuzz-section-slideshow .slick-track:before {
  content: "";
  display: table
}

.canabuzz-section-slideshow .slick-loading .slick-track {
  visibility: hidden
}

.canabuzz-section-slideshow .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  padding: 0;
}

[dir=rtl] .canabuzz-section-slideshow .slick-slide {
  float: right
}

.canabuzz-section-slideshow .slick-slide img {
  display: block
}

.canabuzz-section-slideshow .slick-slide.slick-loading img {
  display: none
}

.canabuzz-section-slideshow .slick-slide.dragging img {
  pointer-events: none
}

.canabuzz-section-slideshow .slick-initialized .slick-slide {
  display: block
}

.canabuzz-section-slideshow .slick-loading .slick-slide {
  visibility: hidden
}

.canabuzz-section-slideshow .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto
}

.canabuzz-section-slideshow .slick-arrow.slick-hidden {
  display: none
}

.canabuzz-section-slideshow .slick-slider .slick-slide:not(.slick-active):has(+.slick-active) {
  opacity: 0
}

.canabuzz-section-slideshow .slick-slider .slick-active+.slick-slide:not(.slick-active) {
  opacity: 0
}

.canabuzz-section-slideshow .slick-slider .slick-act {
  opacity: 1 !important
}

.canabuzz-section-slideshow .slick-slider .slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 40px 0 0;
  padding: 0
}

html[dir="rtl"] .canabuzz-section-slideshow .slick-slider .slick-dots li,
.canabuzz-section-slideshow .slick-slider .slick-dots li {
  margin-left: 8px;
  margin-right: 8px
}

.canabuzz-section-slideshow .slick-slider .slick-dots li button {
  background-color: var(--color-primary);
  border-radius: 8px;
  cursor: pointer;
  font-size: 0;
  height: 8px;
  padding: 0;
  transform: scale(1);
  transition: width .25s linear;
  width: 8px
}

.canabuzz-section-slideshow .slick-slider .slick-dots li.slick-active button {
  width: 40px
}

.canabuzz-section-slideshow .slick-slider.slick-dotted {
  margin-bottom: 0
}

.canabuzz-section-slideshow .slick-slider.dot-abs .slick-dots {
  bottom: 20px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%)
}

html[dir="rtl"] .canabuzz-section-slideshow .slick-slider.dot-abs .slick-dots {
  left: auto;
  right: 50%;
  transform: translateX(50%)
}

.canabuzz-section-slideshow .slick-slider .slick-arrow {
  align-items: center;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 100%;
  -ms-box-shadow: 4px 4px 6px rgba(0, 0, 0, .1);
  -o-box-shadow: 4px 4px 6px rgba(0, 0, 0, .1);
  box-shadow: 4px 4px 6px rgba(0, 0, 0, .1);
  color: #fff;
  display: flex;
  font-size: 20px;
  height: 50px;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
  width: 50px;
  z-index: 9
}

.canabuzz-section-slideshow .slick-slider .slick-arrow:hover {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: #fff;
}

.canabuzz-section-slideshow .slick-slider .slick-arrow.arrow-prev {
  left: 30px
}

html[dir="rtl"] .canabuzz-section-slideshow .slick-slider .slick-arrow.arrow-prev {
  left: auto;
  right: 30px
}

.canabuzz-section-slideshow .slick-slider .slick-arrow.arrow-next {
  right: 30px
}

html[dir="rtl"] .canabuzz-section-slideshow .slick-slider .slick-arrow.arrow-next {
  left: 30px;
  right: auto
}