

#sw-video-002--0 {
	padding-top: 60px;
	padding-bottom: 60px;
}

#sw-video-002--0 .center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#sw-video-002--0 .center .video-box {
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* padding: 0px 30px; */
	/* position: relative; */
}

#sw-video-002--0 .center .video-box video {
	width: 100%;
}

#sw-video-002--0 .center .video-box .video-box {
	display: inline-block;
	position: relative;
}

#sw-video-002--0 .center .video-box .video-box::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	-webkit-transform: translate(-40%, -50%);
	transform: translate(-40%, -50%);
}

#sw-video-002--0 .center .video-box .video-box::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

#sw-video-002--0 .center .textbox {
	width: 50%;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#sw-video-002--0 .center .textbox .tit {

	font-size: 35px;
	font-weight: 700;
	font-style: normal;
	color: var(--font);
	margin-bottom: 10px;
}

#sw-video-002--0 .center .textbox svg {
	display: inline-block;
	vertical-align: middle;
	fill: currentColor !important;
	color: #bbc3cc;
	margin-bottom: 30px;
}

#sw-video-002--0 .center .textbox .desc {
	margin-bottom: 50px;

	font-size: 14px;
	line-height: 1.5;
	color: var(--font);
}

#sw-video-002--0 .center .textbox .btn {
	background: var(--secondary);
	padding: 10px 20px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	display: inline-flex;
}

#sw-video-002--0 .center .textbox .btn:hover {
	background: #2a2a2a;
	color: #fff;
}

@media screen and (max-width: 850px) {
	#sw-video-002--0 .center .textbox p {
		font-size: 20px;
	}

	#sw-video-002--0 .center .textbox .btn {
		padding: 10px 15px;
		font-size: 13px;
	}
}

@media screen and (max-width: 600px) {
	#sw-video-002--0 .center .textbox {
		margin-top: 20px;
	}

	#sw-video-002--0 .center .textbox p {
		font-size: 18px;
	}

	#sw-video-002--0 .center .textbox .btn {
		font-size: 12px;
	}
}

@media screen and (max-width: 600px) {
	#sw-video-002--0 .center {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#sw-video-002--0 .center .video-box {
		width: 100%;
		padding: 0px;
	}

	#sw-video-002--0 .center .video-box .video-box::after {
		width: 60px;
		height: 60px;
	}

	#sw-video-002--0 .center .textbox {
		padding-left: 0px;
		width: 100%;
	}

	#sw-video-002--0 .center .textbox .tit {
		font-size: 24px;
	}

	#sw-video-002--0 .center .textbox svg {
		margin-bottom: 20px;
	}

	#sw-video-002--0 .center .textbox .desc {
		margin-bottom: 30px;
	}
}

#sw-video-002--0 .bg {
	opacity: 0.17;
	background-image: url('../images/nkhwp2prppqeqzw3.jpg');
}


#sw-features-003--1 .title {
	font-weight: bold;
	color: var(--font);
}

#sw-features-003--1 .desc {
	font-size: 18px;
	color: #2A2A2A;
	margin-top: 30px;
}

#sw-features-003--1 .flexW {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 30px;
}

#sw-features-003--1 .flexW .item {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
}

@media screen and (max-width: 600px) {
	#sw-features-003--1 .flexW {
		margin-left: -5px;
		margin-right: -5px;
	}

	#sw-features-003--1 .flexW .item {
		padding: 0 5px;
	}
}

#sw-features-003--1 .flexW .item {
	width: 25%;
	margin-bottom: 20px;
}

#sw-features-003--1 .icon {
	max-width: 100px;
	color: var(--font);
	margin: 0 auto;
}

#sw-features-003--1 .tit {
	font-size: 22px;
	font-weight: bold;
	color: var(--font);
	display: block;
	margin-top: 20px;
}

#sw-features-003--1 .des {
	font-size: 16px;
	color: #2A2A2A;
	margin-top: 20px;
}

#sw-features-003--1 .btnW {
	margin-top: 30px;
	text-transform: uppercase;
	font-size: 12px;
}

#sw-features-003--1 .btnW a {
	display: inline-block;
	vertical-align: middle;
	padding: 15px 25px;
	margin-right: 20px;
	letter-spacing: 1px;
}

#sw-features-003--1 .btnW a:hover {
	background: #202020;
	color: #fff;
}

#sw-features-003--1 .btnW a:last-child {
	margin-right: 0;
}

#sw-features-003--1 .btn1 {
	color: #fff;
	background: var(--brand);
}

#sw-features-003--1 .btn2 {
	color: #fff;
	background: var(--secondary);
	margin-right: 10px;
}

@media screen and (max-width: 875px) {
	#sw-features-003--1 .btnW {
		margin-top: 30px;
	}

	#sw-features-003--1 .btnW a {
		padding: 10px 15px;
	}

	#sw-features-003--1 .flexW .item {
		width: 50%;
		margin-bottom: 20px;
	}

	#sw-features-003--1 .icon {
		max-width: 50px;
	}

	#sw-features-003--1 .tit {
		font-size: 16px;
	}

	#sw-features-003--1 .des {
		font-size: 14px;
	}
}