.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.form-control:focus {
    background-color: transparent;
    box-shadow: none;
}

.btn-orange {
    font-size: 17px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 13px !important;
    height: 13px !important;
    background: #939090 !important;
    transition: all 0.2s ease !important;
    margin: 5px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #F89021 !important;
    width: 50px !important;
}

.feedback-problem-not-solved {
    margin-top: 20px;
}

.feedback-problem-not-solved textarea {
    width: 100%;
}

.feedback-problem-not-solved .btn-link {
    color: #FFFFFF;
}

.useful-text a.active img{
    -webkit-filter: drop-shadow(2px 2px 4px var(--clr-accent-main));
            filter: drop-shadow(2px 2px 4px var(--clr-accent-main));
}
.support-home-banner {
  min-height: 22vw;
  background-image: url(./../../img/support-new/support-home/support-slide.jpg) !important;
}
.support-home-banner .title {
  font-size: 80px;
  text-shadow: 0px 0px 11px var(--clr-neutral-black);
}

.find-product {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 70px;
  position: relative;
}
.find-product::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(31, 30, 30, 0) 100%), radial-gradient(52.49% 414.46% at 49.19% 34.53%, rgba(68, 68, 68, 0.81) 0%, rgba(0, 0, 0, 0.81) 100%);
}
.find-product::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(180deg, #000000 0%, #1F1E1E 100%);
}
.find-product .row {
  padding: 0 50px;
}
.find-product .find-quick-action {
  position: absolute;
  left: 0;
  top: -30px;
}
.find-product .find-quick-action a {
  text-decoration: underline;
  font-weight: 400;
}
.find-product .find-quick-action a + ::before {
  display: inline-block;
  color: var(--clr-accent-main);
  padding: 0 3px;
  content: "/";
}
.find-product .h2 {
  font-size: var(--fs-step-5);
  font-weight: 500;
  margin-bottom: 20px;
}
.find-product .find-product-slider .owl-stage {
  display: flex;
  align-items: flex-end;
}
.find-product .find-product-slider .owl-stage .find-product-item {
  display: inline-block;
  position: relative;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  flex-flow: column nowrap;
  overflow: hidden;
}
.find-product .find-product-slider .owl-stage .find-product-item:hover .product-title {
  color: var(--clr-accent-main);
}
.find-product .find-product-slider .owl-stage .find-product-item figure {
  position: relative;
}
.find-product .find-product-slider .owl-stage .find-product-item figure::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 28px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.8) 0%, rgba(17, 17, 17, 0) 100%);
  left: 50%;
  bottom: 0;
  opacity: 0.25;
  z-index: -1;
  transform: translate(-50%, 35%);
}
.find-product .find-product-slider .owl-stage .find-product-item img {
  width: auto;
  height: 220px;
  max-width: unset;
  position: relative;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
}
.find-product .find-product-slider .owl-stage .find-product-item img.LM2 {
  height: 215px;
}
.find-product .find-product-slider .owl-stage .find-product-item img[class^=FORCE-] {
  height: 160px;
}
.find-product .find-product-slider .owl-stage .find-product-item .product-title {
  color: var(--clr-neutral-white);
  margin: 20px 0 0;
  line-height: 1.5;
}
.find-product .find-product-action {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.find-product .find-product-action .h6 {
  margin: 0;
  font-size: 20px;
  color: var(--clr-neutral-white);
  font-weight: 600;
}
.find-product .find-product-action select {
  width: 320px;
  margin: 0 0 0 40px;
  background-color: transparent;
}

.boxes-spy-plans {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--clr-neutral-black);
}
.boxes-spy-plans .row {
  justify-content: center;
  padding: 0 50px;
}
.boxes-spy-plans .row [class*=col-lg] {
  padding-left: 10px;
  padding-right: 10px;
}
.boxes-spy-plans .boxes-sp-item {
  width: 100%;
  display: flex;
  position: relative;
  height: 270px;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
}
.boxes-spy-plans .boxes-sp-item::before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(31, 30, 30, 0.5), rgba(31, 30, 30, 0.5));
  width: 100%;
  height: 100%;
}
.boxes-spy-plans .boxes-sp-item:hover .h4 {
  color: var(--clr-accent-main);
}
.boxes-spy-plans .boxes-sp-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.boxes-spy-plans .boxes-sp-item .h4 {
  text-shadow: 0px 0px 13px var(--clr-neutral-black);
  color: var(--clr-neutral-white);
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  padding: 15px;
  margin: 0;
  font-size: 33px;
  line-height: 1.2;
  transition: all 0.2s ease;
  font-weight: 500;
}

.search-topic {
  padding-top: 38px;
  padding-bottom: 60px;
  text-align: center;
  background-color: var(--clr-grey-200);
}
.search-topic .h2 {
  font-size: var(--fs-step-5);
  font-weight: 500;
}
.search-topic form {
  text-align: center;
  max-width: 645px;
  margin: 38px auto 0;
  position: relative;
}
.search-topic form .form-control {
  color: var(--clr-neutral-white);
  padding-left: 46px;
  background-color: var(--clr-grey-200);
}
.search-topic form .search-i {
  position: absolute;
  left: 14px;
  top: 9px;
}

.video-tutorial {
  padding-top: 75px;
  padding-bottom: 110px;
  background: radial-gradient(34.28% 34.28% at 49.7% 50.26%, rgba(105, 103, 103, 0.5) 0%, rgba(105, 103, 103, 0) 100%), linear-gradient(180deg, #1F1E1E 0%, #000000 111.82%);
}
.video-tutorial .h2 {
  font-size: var(--fs-step-5);
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
.video-tutorial .row {
  padding: 0 50px;
}
.video-tutorial .video-slider .video-item .video-thumbnail {
  width: 100%;
  height: 170px;
  position: relative;
}
.video-tutorial .video-slider .video-item .video-thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.video-tutorial .video-slider .video-item .video-thumbnail .vt-play {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease;
}
.video-tutorial .video-slider .video-item .video-thumbnail .vt-play:hover {
  -webkit-filter: drop-shadow(0px 0px 13px #000000);
          filter: drop-shadow(0px 0px 13px #000000);
}
.video-tutorial .video-slider .video-item .h4 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 14px;
}
.video-tutorial .video-slider .video-item p {
  padding-right: 40px;
}
.video-tutorial .video-slider .video-item p a {
  font-weight: 400;
  text-decoration: underline;
}
.video-tutorial .action-ow-boxes {
  margin-top: 100px;
}
.video-tutorial .action-ow-boxes [class*=col-lg] {
  padding-left: 10px;
  padding-right: 10px;
}
.video-tutorial .action-ow-boxes .action-ow {
  background-color: var(--clr-grey-100);
  border-radius: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 65px 20px 50px;
  transition: all 0.2s ease;
  height: 100%;
}
.video-tutorial .action-ow-boxes .action-ow:hover {
  color: var(--clr-accent-main);
}
.video-tutorial .action-ow-boxes .action-ow:hover .h4 {
  color: var(--clr-accent-main);
}
.video-tutorial .action-ow-boxes .action-ow img {
  max-height: 97px;
  margin-bottom: 20px;
}
.video-tutorial .action-ow-boxes .action-ow .h4 {
  font-size: 33px;
  text-shadow: 0px 0px 13px #000000;
  color: var(--clr-neutral-white);
  margin-bottom: 0;
}
.video-tutorial .action-ow-boxes .action-ow-btn {
  margin-top: 40px;
  width: 100%;
}
.video-tutorial .btn-orange {
  min-width: 312px;
}

@media (max-width: 1199px) {
  .find-product {
    padding-bottom: 60px;
  }
  .find-product .row {
    padding: 0;
  }

  .boxes-spy-plans {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .boxes-spy-plans .row {
    padding: 0;
  }

  .video-tutorial {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .video-tutorial .row {
    padding: 0;
  }
  .video-tutorial .action-ow-boxes {
    margin-top: 60px;
  }
  .video-tutorial .video-slider .video-item p {
    padding-right: 0;
  }

  .search-topic {
    padding-bottom: 30px;
  }
  .search-topic form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .boxes-spy-plans .boxes-sp-item {
    height: 200px;
  }
  .boxes-spy-plans .boxes-sp-item .h4 {
    font-size: 30px;
  }

  .support-home-banner {
    min-height: 20vw;
  }
  .support-home-banner .title {
    font-size: 45px;
  }

  .find-product .h2 {
    font-size: 36px;
  }
  .find-product .find-product-action {
    margin-top: 20px;
  }

  .search-topic .h2 {
    font-size: 36px;
  }

  .video-tutorial .h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .video-tutorial .action-ow-boxes .action-ow {
    padding: 40px 20px 40px;
  }
  .video-tutorial .action-ow-boxes .action-ow img {
    max-height: 70px;
  }
  .video-tutorial .action-ow-boxes .action-ow .h4 {
    font-size: 23px;
  }
  .video-tutorial .action-ow-boxes .action-ow-btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .find-product {
    padding-top: 15px;
  }
  .find-product .find-quick-action {
    position: relative;
    top: auto;
    margin-bottom: 20px;
    display: inline-block;
  }
  .find-product .find-product-action {
    flex-wrap: wrap;
  }
  .find-product .find-product-action select {
    margin: 20px 0 0 0;
    width: 100%;
  }

  .boxes-spy-plans .row [class*=col-lg]:not(:last-child) {
    margin-bottom: 12px;
  }

  .video-tutorial .action-ow-boxes [class*=col-lg]:not(:last-child) {
    margin-bottom: 20px;
  }
  .video-tutorial .action-ow-boxes .action-ow img {
    max-height: 90px;
  }
  .video-tutorial .btn-orange {
    min-width: 100%;
  }
}