 
:root {
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.video_box {
 overflow: hidden;
 padding-bottom: 38px;
 }
.home_video {
 padding-bottom: 162px;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.content {
 max-width: 1220px;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 786px) and (max-width: 1440px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1220px){
.content, .home_products .productshow, .home_productimgs .prudimgcontent, .home_about .content, .home_about .imgs, .home_about .imgcontent, .home_nums .content, .home_latest .content, .blog_main .content, .b-news .content {
 max-width: 1000px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 }}
.flex {
 display: flex;
 }
.flex_middle {
 align-items: center;
 }
.gap {
 gap: 1.25rem;
 }
.video_box .flex {
 min-height: 728px;
 position: relative;
 z-index: 2;
 }
.video_box .flex::before {
 content: "";
 display: block;
 width: 49.64vw;
 height: 100%;
 background: url("https://bluebay-outdoor.com/wp-content/plugins/sytech-fronteditor/sytpl/index_6/assets/img/video-bg.svg") right center / cover no-repeat;
 position: absolute;
 top: 0px;
 right: 50.82%;
 border-radius: 18px;
 z-index: -1;
 }
.video_box .head {
 min-width: 41.4754%;
 color: rgb(255, 255, 255);
 padding: 6rem 0px calc(3.2787% + 6rem);
 }
.video_box .head .subtitle {
 display: block;
 font-size: 18px;
 font-weight: 300;
 text-transform: uppercase;
 margin-bottom: 20px;
 letter-spacing: 2px;
 }
.head h2 {
 font-size: 46px;
 line-height: 62px;
 font-weight: 700;
 color: rgb(22, 22, 22);
 }
.video_box .head h2 {
 color: rgb(255, 255, 255);
 }
.fadeInLeft {
 animation-name: fadeInLeft;
 }
.video_box .head p {
 opacity: 0.85;
 font-size: 17px;
 line-height: 28px;
 max-width: 452px;
 margin-top: 34px;
 font-weight: 300;
 }
.video_box .video {
 min-width: 85.5738%;
 height: 100%;
 border-radius: 14px;
 overflow: hidden;
 cursor: pointer;
 transition: all 1s ease 0s;
 position: relative;
 }
.video_box .video:hover img {
 transform: scale(1.02);
 }
.video_box .video img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 vertical-align: top;
 transition: all 0.5s ease 0s;
 }
.video_box .video .video_box_play {
 display: block;
 width: 82px;
 aspect-ratio: 1 / 1;
 border-radius: 50%;
 background: url("https://bluebay-outdoor.com/wp-content/plugins/sytech-fronteditor/sytpl/index_6/assets/img/video-play.svg") center center / contain no-repeat;
 cursor: pointer;
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 transition: all 0.3s ease 0s;
 }
.video_box .video .video_box_play:hover {
 transform: translate(-50%, -50%) scale(1.1);
 }
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 }
input[type="submit"], button {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
.video_box .video input {
  position: absolute;
  left: 2rem;
  top: 2rem;
  z-index: 2;
  display: none;
}
 .toplevel_page_sytech_fronteditor .video_box .video input {
  display: block;
 }
 
@media screen and (max-width: 786px){

.video_box {
 padding-bottom: 3rem;
 }
.video_box {
 padding-top: 3rem;
 }
.content {
 padding: 0px 1.2rem;
 }
.video_box .content > div {
 min-height: unset;
 flex-direction: column;
 }
.video_box .flex::before {
 width: 100%;
 right: 0px;
 border-radius: 12px;
 }
.video_box .head {
 min-width: unset;
 width: 100%;
 padding: 2rem 1.2rem 0px;
 }
.head .subtitle {
 font-size: 14px;
 }
.video_box .head .subtitle {
 margin-bottom: 0.5rem;
 font-size: 13px;
 }
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }
.head h2 {
 font-size: 22px;
 margin-top: 0.5rem;
 }
.head p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }
.video_box .head p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 0.8rem;
 }
.video_box .video_box_play {
 zoom: 0.7;
 transform: translate3d(0px, 0px, 0px) !important;
 }
}
 
/*
Theme Name: Sytech Web
Author: The Sytech Team
Author URI:  https://sytech-web.cn
Description: A Beautiful, Fast Loading and SEO Ready Website
Version: 2.0.0
*/

* {
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
.content { 
	margin: 0 auto;
	position: relative;
}

html {
	scroll-behavior: smooth;
}
.flex {
	display: flex;
}
.wrap {
	flex-wrap: wrap;
}
.flex1 {
	flex:1;
}
.flex2 {
	flex:2;
}
.flex3 {
	flex:3;
}
.between {
	justify-content: space-between;
}
.center {
	text-align: center;
}
.boxshadow {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	background: white;
} 

.tools_template_vendor .tools_template_box{
  padding: 4rem 0px;
  text-align: center;
}

.tools_template_vendor .tools_template_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid;
}

.tools_template_vendor .tools_template_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}

 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
  .swiper_content {
    max-width: 1020px;
  }
  .solution_strength .head p {
    width: 70%;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  .swiper_content {
    max-width: 806px;
  }
  .solution_strength .head p {
    width: 90%;
  }
}