.home-container {
	display: flex;
	justify-content: space-between;
	margin: 3vw 0px 0px 0px;
	position: relative;
	align-items: flex-start;
	min-height: calc(100vh - 10.92vw);
	padding-top: 3.64vw;
	padding-bottom: 3.64vw;
}

.home-video {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	height: 100%;
	object-fit: cover;
}

.home-video video {
	width: 100%;
	object-fit: cover;
}

.home-container .left {
	position: relative;
	display: block;
	align-items: center;
	width: auto;
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	margin-top: 5.608vw;
}

.home-container .left .more-btn {
	background: #20A891;
	width: 7.8vw;
	height: 2.6vw;
	border-radius: 1.3vw;
	font-size: 1.196vw;
	color: #fff;
	text-align: center;
	line-height: 2.6vw;
	cursor: pointer;
	position: absolute;
	left: -8.68vw;
	bottom: 2vw;
	z-index: 9;
}

.home-container .left .more-btn a {
	color: #fff;
}

.home-container .left .more-btn:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 7.8vw;
	height: 2.6vw;
	background-color: #20a8915e;
	border-radius: 1.3vw;
	z-index: -1;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite
}

.home-container .left-box {
	position: relative;
	padding-left: 3.12vw;
	padding-right: 2.18vw;
	padding-top: 1.2vw;
	padding-bottom: 1.2vw;
	background: rgba(255, 255, 255, 0.8);
	width: 42.436vw;
}

.home-container .right {
	flex: 1;
	position: relative;
	margin-top: 12.6vw;
	display: none;
}

.home-container .right .r-box {
	display: flex;
	align-items: center;
	position: relative;
	/* margin-top: 15.4vw; */
	width: 100%;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.home-container .right .r-left,
.home-container .right .r-right {
	/* position: absolute; */
	display: flex;
}

.home-container .right .r-left {
	flex-shrink: 0;
	margin-left: 1vw;
	position: relative;
}

.home-container .right .r-right {
	padding-left: 3.56vw;
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	left: 3.16vw;
	right: 0;
	padding: 1.664vw 0px;
	padding-left: 20.28vw;
}

.home-container .right a {
	z-index: 999;
}

.home-container .right .arrow-img {
	position: absolute;
	top: 1.04vw;
	right: -0.3vw;
	width: 5.356vw;
	height: 2.444vw;
}

.home-container .right .watch-img {
	width: 20.96vw;
	height: 24.96vw;
	z-index: 99;
}

.home-container .right .more-btn {
	position: absolute;
	background: #20A891;
	width: 7.8vw;
	height: 2.6vw;
	border-radius: 1.3vw;
	font-size: 1.196vw;
	color: #fff;
	text-align: center;
	line-height: 2.6vw;
	cursor: pointer;
	bottom: -4.2vw;
	z-index: 9;
}

.home-container .right .more-btn:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 7.8vw;
	height: 2.6vw;
	background-color: #20a8915e;
	border-radius: 1.3vw;
	z-index: -1;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite
}

.home-container .right .font-img {
	width: 18.928vw;
	height: 10.348vw;
}

.home-container .right .r-right .font-img-2 {
	width: 10.4vw;
	height: 10.66vw;
	position: absolute;
	bottom: -1.64vw;
	right: 2.06vw;
}

.home-container .right .more-btn a {
	color: #fff;
}

.home-container .left .circle {
	background: #20A891;
	width: 1vw;
	height: 1vw;
	border-radius: 50%;
	flex-shrink: 0;
}

.home-container .left .font-img {
	width: 18.928vw;
	height: 10.348vw;
	margin-right: .7vw;

}

.home-container .left .font-box {
	position: relative;
	display: flex;
	align-items: baseline;
}

.home-container .left .watch-box {
	position: absolute;
	/* margin-left: -1.68vw; */
	right: -3.64vw;
}

.home-container .left .watch-inner {
	display: inline-block;
	position: relative;

}

.home-container .left .watch-box .watch-img {
	width: 20.96vw;
	height: 24.96vw;
}

.home-container .left .watch-box .arrow-img {
	width: 5.356vw;
	height: 2.444vw;
	position: absolute;
	left: -3.12vw;
	top: 1.8vw;
}

.more-container {
	padding: 3.276vw 0 3.276vw 8.32vw;
	max-width: none !important;
}

.more-1 {
	padding-right: 9.672vw;
}

.more-1 .sub-title {
	text-decoration-line: underline;
}

.more-container .title {
	display: flex;
	justify-content: space-between;
	font-size: 3.12vw;
	align-items: center;
	color: #000;
	margin-bottom: 0.52vw;
	font-family: AvenirNext-Bold;
}

.more-container .sub-title {
	font-size: 1.04vw;
	margin-left: 10px;
	font-family: MyriadPro-Regular;
	color: #000;
}

.more-container .title a {
	display: flex;
}

.more-container .watch-images-1 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	position: relative;
}

.more-container .watch-images-1 img {
	width: 31.2vw;
	height: 31.2vw;

}

.more-container .watch-images-1 img:first-child {
	margin-right: -10.84vw;
}

.more-container .watch-images-1 img.last {
	margin-left: -10.84vw;
}

.more-container .watch-images-1 .watch-tips {
	color: #000;
	position: absolute;
	font-size: 1.04vw;
	right: 0px;
	text-align: right;
	font-family: MyriadPro-Regular;
}

.more-container .watch-images-1 .watch-tips img {
	width: 8.58vw;
	height: 3.9vw;
	margin-right: 0;
}

.more-container .content {
	font-size: 1.352vw;
	color: #000;
	font-family: AvenirNext-Medium;
}

.more-outer-container {
	max-width: none;
	background: #F5F5F5;
	box-shadow: -20px 0px 20px rgba(0, 0, 0, 0.16);
}

.more-container.more-3 {
	padding-bottom: 0px;
	/* width: 90vw !important; */
	padding-left: 8.32vw;
	padding-right: 6.02vw;
}

.more-container.more-3 .bottom-right {
	flex-shrink: 0;
	width: 49.156vw;
}

.more-container.more-zen-3 {
	padding-bottom: 0px;
	padding-left: 8.32vw;
	padding-right: 3.12vw;
}

.more-container.more-zen-3 .title {
	margin-bottom: 5.72vw;
}

.more-container.more-zen-3 img {
	margin-top: -3.9vw;
	width: 51.156vw;
}

.more-container.more-3 .bottom,
.more-container.more-zen-3 .bottom {
	display: flex;
	justify-content: space-between;
}

.more-container.more-3 .sub-title,
.more-container.more-zen-3 .sub-title {
	font-size: 3.12vw;
	padding: 0px;
	margin: 0px;
	color: #000;
	line-height: normal;
	margin-bottom: 20px;
	font-family: AvenirNext-Bold;
}

.more-container.more-3 .bottom img {
	width: 100%;
}

.more-container.more-3 .bottom .bottom-left {
	padding-right: 4.78vw;
}

.more-container.more-zen-3 .bottom .bottom-left {
	padding-right: 4.78vw;
}

.more-container.more-3 .bottom .tips,
.more-container.more-zen-3 .bottom .tips {
	font-size: 1.352vw;
	text-align-last: left;
}

.container.more-4 {
	max-width: none;
	width: 100%;
	height: 37.544vw;
	background: #000;
	background-image: url(../image/layer-bg.png);
	background-size: cover;
}

.container .more-4-box {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.container .more-4-box img {
	width: 26vw;
}

.container .more-4-box .right {
	width: 50%;
}

.container .more-4-box .left {
	width: 50%;
	text-align: right;
	padding-right: 6.76vw;
}

.container .more-4-box .title {
	font-size: 3.12vw;
	line-height: normal;
	font-family: AvenirNext-Bold;
	margin-bottom: 0.78vw;
}

.container .more-4-box .content {
	font-size: 1.352vw;
	line-height: 1.8;
}

.more-5-outer {
	box-shadow: none;
}

.more-5 {
	display: flex;
	width: 100% !important;
	max-width: none;
	padding: 0px 0px 0px 8.06vw;
}

.more-5 .title {
	line-height: 3.64vw;
	margin-top: 1.924vw;
}

.more-5 .right {
	width: 46.864vw;
	flex-shrink: 0;
	margin-left: 2.236vw;
	position: relative;
}
.more-5 .right .small-img{
	width: 100%;
}
.more-5 .right .watch-bg {
	width: 100%;
}

.more-5 .right .watch-img {
	position: absolute;
	width: 10.14vw;
	height: 17.42vw;
	bottom: 0px;
	left: -1.888vw;
}

.more-5 .left p {
	margin-bottom: 1.56vw;
	line-height: 1.7;
}

.more-5 .left .icons-box-1 {
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
	margin-bottom: 1.56vw;
}

.more-5 .left .icons-box-1 .item {
	margin-right: 3.068vw;
	text-align: center;
	font-size: 0.832vw;
	color: #4D4D4D;
}

.more-5 .left .icons-box-1 .item img {
	width: 3.328vw;
	height: 3.328vw;
	margin-bottom: 0.52vw;
}

.more-5 .left .icons-box-1 .item.last {
	margin-right: 1vw;
}

.more-5 .left .icons-box-1 .arrow-1 {
	width: 2.34vw;
	height: 2.34vw;
	margin-top: 1vw;
}

.more-5 .left .icons-box-2,
.more-5 .left .icons-box-circle-2 {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.more-5 .left .icons-box-2 .item img {
	width: 5.2vw;
	height: 6.4vw;
}

.more-5 .left .icons-box-circle-2 .item img {
	width: 7.696vw;
	height: 7.696vw;
}

.more-5 .left .icons-box-circle-2 .arrow-2 {
	width: 1.924vw;
	margin: 0px 0.26vw;
}

.more-5 .left .icons-box-2 .arrow-2 {
	width: 2.6vw;
	margin: 0px 0.26vw;
}

.more-6-outer {
	position: relative;
	z-index: 999;
}

.more-6 {
	display: flex;
	width: 100% !important;
	max-width: none;
	padding: 0px 8.32vw 0px 0px;
}

.more-6 .watch-bg {
	width: 100%;
}

.more-6 .title {
	line-height: 3.64vw;
	margin-top: 3.2vw;
}

.more-6 .left {
	width: 49.012vw;
	flex-shrink: 0;
	margin-right: 2.236vw;
	position: relative;
}

.more-6 .watch-bg {
	width: 100%;
}

.more-6 .left .watch-img {
	position: absolute;
	width: 10.348vw;
	height: 17.94vw;
	bottom: 1.3vw;
	left: 5.2vw;
}

.more-6 .left p {
	margin-bottom: 1.56vw;
}

.more-7-outer {
	box-shadow: none;
}

.more-7 {
	display: flex;
	width: 100% !important;
	max-width: none;
	padding: 0px 0px 0px 8.06vw;
}

.more-7 .watch-bg {
	width: 100%;
}

.more-7 .title {
	line-height: 3.64vw;
	margin-top: 3.224vw;
}

.more-7 .right {
	width: 45.864vw;
	flex-shrink: 0;
	margin-left: 2.536vw;
	position: relative;
}

.more-7 .right .sport-img {
	width: 100%;
}

.more-7 .right .watch-img {
	position: absolute;
	width: 10.14vw;
	height: 17.42vw;
	bottom: 1.04vw;
	left: -1.888vw;
}

.more-7 .left p {
	margin-bottom: 1.56vw;
	line-height: 1.8;
}

.more-8 {
	display: flex;
	width: 100% !important;
	max-width: none;
	padding: 0px 8.0vw 0px 0px;
}

.more-8 .watch-bg {
	width: 100%;
}

.more-8 .title {
	line-height: 3.64vw;
	margin-top: 3.224vw;
}

.more-8 .watch-bg {
	width: 100%;
}

.more-8 .left {
	width: 46.072vw;
	flex-shrink: 0;
	margin-right: 2.08vw;
	position: relative;
}

.more-8 .left .watch-img {
	position: absolute;
	width: 18.252vw;
	height: 16.38vw;
	bottom: 1.04vw;
	right: -0.888vw;
}

.more-8 .right p {
	margin-bottom: 2.6vw;
	line-height: 1.5;
}

.more-container.more-9 {
	padding-bottom: 0px;
	width: 90vw !important;
	padding-left: 3.64vw;
	padding-bottom: 6.64vw;
}

.more-container.more-9 .more-9-box {
	display: flex;
}

.more-container.more-9 .sub-title {
	font-size: 3.12vw;
	padding: 0px;
	margin: 0px;
	color: #000;
	line-height: normal;
	margin-bottom: 20px;
	margin-top: 20px;
}

.more-container.more-9 .right {
	flex-shrink: 0;
	margin-left: 2.704vw;
	position: relative;
}

.more-container.more-9 .right .icons-box {
	display: flex;
	position: absolute;
	bottom: -3.12vw;
	left: 0px;
	font-size: 0.728vw;
	width: 27.56vw;
	font-family: AvenirNext-Regular;

}

.more-container.more-9 .icons-box .col {
	text-align: center;
}

.more-container.more-9 .icons-box .icons-1 {
	width: 2.86vw;
	height: 3.276vw;
}

.more-container.more-9 .icons-box .icons-2 {
	width: 3.828vw;
	height: 3.276vw;
}

.more-container.more-9 .icons-box .icons-3 {
	width: 3.016vw;
	height: 3.276vw;
}

.more-container.more-9 .icons-box img {
	margin-bottom: 0.728vw;
}

.more-container.more-9 .heart-img {
	width: 47.524vw;
	margin-top: -3.86vw;
}

.more-9 .more-9-box p {
	font-size: 1.352vw;
	margin-bottom: 2.0vw;
	line-height: 1.8;
}

.more-9 .more-11-box .left {
	width: 50%;
}

.more-container.more-10 {
	display: flex;
}

.more-container.more-10 .left {
	flex-shrink: 0;
	margin-left: 4.16vw;
	margin-right: 2.964vw;
}

.more-container.more-10 .left img {
	width: 26.832vw;
	height: 39.78vw;
}

.more-container.more-10 .right {
	padding-top: 3.016vw;
}

.more-container.more-10 .bottom {
	display: flex;
	justify-content: space-around;
	font-size: 0.728vw;
	width: 27.456vw;
	margin: 0 auto;
	margin-top: 4.5vw;
}

.more-container.more-10 .bottom .col {
	flex-shrink: 0;
	text-align: center;
}

.more-container.more-10 .bottom img {
	width: 3.12vw;
	height: 3.016vw;
	flex-shrink: 0;
	margin-bottom: 10px;
}

.more-container.more-10 p {
	margin-bottom: 2.6vw;
	line-height: 1.8;
}

.more-container.more-11 {
	padding-bottom: 0px;
	width: 90vw !important;
	padding-left: 3.64vw;
}

.more-container.more-11 .bottom {
	display: flex;
	justify-content: space-between;
}

.more-container.more-11 .sub-title {
	font-size: 3.12vw;
	padding: 0px;
	margin: 0px;
	color: #000;
	line-height: normal;
	margin-bottom: 20px;
	margin-top: 20px;
}

.more-container.more-11 .bottom img {
	width: 52.156vw;
}

.more-container.more-11 .bottom .bottom-left {
	width: 40%;
	padding-right: 4.78vw;
}

.more-container.more-11 .bottom .tips {
	font-size: 1.352vw;
	text-align: justify;
	text-align-last: left;
}

.more-11 .more-11-box {
	display: flex;
}

.more-11 .more-11-box p {
	font-size: 1.232vw;
	margin-bottom: 2.6vw;
	line-height: 1.8;
}

.more-11 .more-11-box .left {
	width: 46%;
}

.more-11 .more-11-box .right {
	position: relative;
}

.more-11 .more-11-box .water-img {
	width: 44.356vw;
	height: 34.84vw;
	margin-top: 3.5vw;
}

.more-11 .more-11-box .watch-img {
	width: 35.984vw;
	height: 35.984vw;
	position: absolute;
	top: -4.86vw;
	left: 1.82vw;
	z-index: -1;
}



.more-container.more-zen-11 {
	padding-bottom: 0px;
	padding-left: 8.32vw;
	padding-bottom: 2.08vw;
	padding-right: 4.68vw;
}

.more-zen-11 .more-11-box {
	display: flex;
}

.more-zen-11 .more-11-box p {
	font-size: 1.232vw;
	margin-bottom: 2.6vw;
	line-height: 1.8;
}

.more-zen-11 .more-11-box .left {
	flex: 1;
}

.more-zen-11 .more-11-box .right {
	position: relative;
}

.more-zen-11 .more-11-box .water-img {
	width: 44.356vw;
	height: 34.84vw;
	margin-top: 3.5vw;
}

.more-zen-11 .more-11-box .watch-img {
	width: 34.984vw;
	height: 34.984vw;
	position: absolute;
	top: -4.86vw;
	right: 50%;
	z-index: -1;
	transform: translateX(50%);
	margin-right: 1.94vw;
}

.more-container.more-12 .content {
	font-size: 1.04vw;
}

.about-container {
	margin-top: 3.2vw;
}

.about-video {
	width: 100%;
	height: 28.44vw;
	object-fit: cover;
	margin-top: 3vw;
}

.about-video video {
	object-fit: cover;
}

.about-img {
	width: 100%;
	height: 56.023vw;
	object-fit: cover;
	margin-top: 3vw;
}

.about-container .title {
	font-size: 2.6vw;
	font-family: AvenirNext-Bold;
	margin-bottom: 1.56vw;
}

.about-container .sub-title {
	font-family: AvenirNext-Regular;
}

.about-container .content {
	font-size: 1.04vw;
	margin-bottom: 2.08vw;
}

.about-container .address img {
	width: 73.424vw;
	height: 44.98vw;
}

.about-container .address {
	text-align: center;
}

.faq-container {
	position: relative;
	/* background-image: url(../image/faq-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 34.996vw 49.068vw; */
	min-height: 52vw;
	padding-top: 5.2vw;
	padding-right: 29.796vw;
}

.faq-container .faq-img {
	width: 34.996vw;
	height: 49.068vw;
	position: absolute;
	right: 0px;
	top: 0px;
}

.faq-container .title {
	font-size: 1.872vw;
	margin-bottom: 1.56vw;
	font-family: AvenirNext-Bold;
}

.faq-container .faq-title {
	font-size: 1.248vw;
}

.faq-container .faq-row {
	line-height: 1.352vw;
	margin-bottom: 1.56vw;
	z-index: 999;
	position: relative;
}

.faq-container .faq-row .content {
	font-family: AvenirNext-Regular;
	font-size: 0.728vw;
}

.contact-container {
	position: relative;
	min-height: 46.904vw;
	margin-top: 3.12vw;

}

.contact-container .content-box {
	padding-top: 4.68vw;
	padding-right: 45.36vw;
}

.contact-container img {
	width: 70.304vw;
	height: 46.904vw;
	z-index: -1;
	right: 0px;
	top: 0px;
	position: absolute;
}

.contact-container .title {
	font-size: 1.872vw;
	margin-bottom: 1.56vw;
	font-family: AvenirNext-Bold;
}

.contact-container .content {
	font-size: 1.04vw;
	margin-bottom: 2.6vw;
	line-height: 1.8;
}

video::-webkit-media-controls {

	display: none !important;

}

video::-webkit-media-controls-enclosure {
	display: none;
}

@media only screen and (max-width:991px) {
	.home-container {
		padding: 14.135vw 0px 0px 0px;
		min-height: auto;
		margin-top: 0px;
	}

	.home-bg {
		/* top: 65vw; */
		left: 0px;
		z-index: -1;
		bottom: 0px;
		height: 118.95vw;
		width: 100%;
		position: absolute;
		object-fit: cover;
	}

	.home-bg img {
		height: 118.95vw;
		object-fit: cover;
	}

	.home-container .left-box {
		padding: 0px 7.6vw;
		/* margin-bottom: 6.975vw; */
		width: 100%;
	}

	.home-container .left {
		/* padding-bottom: 20vw; */
		margin-top: 0px;
		z-index: 999;
		width: 100%;
	}

	.home-container .left .font-box {
		justify-content: space-between;
		/* margin-top: 9.3vw; */
		height: 51.3vw;
		padding: 5.2vw 0px;
		margin-bottom: 5.2vw;
	}
	.home-container .left .font-base-box{
		justify-content: center;
	}
	.home-container .left .font-img {
		width: auto;
		height: 100%;
	}

	.home-container .left .font-img-zen {
		width: 55vw;
		/* position: absolute;
		top: -8.1375vw;
		left: 0px; */
	}

	.home-container .left .font-img-zen-2 {
		width: 31.7625vw;
		position: absolute;
		bottom: 5.515vw;
		right: 0px;
	}

	.home-container .left .watch-box .watch-img {
		width: 75.464vw;
		height: 93.3vw;
		max-width: none;
	}

	.home-container .left .watch-box .arrow-img {
		width: 19.7625vw;
		height: 8.835vw;
		left: 0px;
		top: 0px;
	}

	.home-container .left .circle {
		width: 4.65vw;
		height: 4.65vw;
		margin-left: 2.3vw;
	}

	.home-container .left .watch-box {
		text-align: center;
		margin: 0px;
		padding: 0px 3.6375vw;
		position: static;
		padding-bottom: 11.6vw;
	}

	.home-container .left .more-btn {
		width: 24.4125vw;
		height: 8.1375vw;
		font-size: 3.9525vw;
		line-height: 8.1375vw;
		bottom: -11.625vw;
		left: 50%;
		transform: translateX(-50%);
		border-radius: 5.8125vw;
	}

	.home-container .left .more-btn:before {
		width: 24.4125vw;
		height: 8.1375vw;
		border-radius: 5.8125vw;
	}

	.about-container {
		margin-top: 4.6vw;
		padding: 0px 9.3vw;
	}

	.about-container .title {
		font-size: 6.975vw;
		text-align: center;
	}

	.about-container .sub-title.d-xs-block {
		display: block !important;
		font-size: 4.185vw;
		font-family: AvenirNext-Bold;
	}

	.about-container .content {
		font-size: 3.255vw;
	}

	.about-container .content p{
		line-height: 1.8;
	}
	.contact-container {
		margin-top: 12.7875vw;
		padding: 0px;
	}

	.contact-container img {
		position: relative;
		width: 100%;
		height: auto;
	}

	.contact-container .content-box {
		padding: 4.65vw 9.3vw !important;
		margin-top: -75px;
		background: #fff;
	}

	.contact-container .title {
		font-size: 6.975vw;
	}

	.contact-container .content {
		font-size: 3.255vw;
		margin-bottom: 6.975vw;
	}

	.faq-container {
		margin-top: 20.925vw;
		padding: 0px 9.3vw;
		background-image: none;
	}

	.faq-container .title {
		font-size: 6.975vw;
	}

	.faq-container .faq-title {
		font-size: 3.72vw;
		font-family: AvenirNext-Bold;
	}

	.faq-container .faq-row {
		line-height: 2;
		margin-bottom: 4.65vw;
	}

	.faq-container .faq-row .content {
		font-size: 2.79vw;
	}

	.about-video {
		margin-top: 14vw;
		height: 42.31vw;
	}

	.about-video video {
		object-fit: cover;
	}

	.home-video {
		top: 65vw;
		left: 0px;
		z-index: -1;
		bottom: 0px;
		height: auto;
	}

	.home-container video {
		width: 100%;
		height: 100%;
		top: 65vw;
		left: 0px;
		z-index: -1;
		object-fit: cover;
	}



	.home-container .home-watch-slider .owl-nav {
		/* position: absolute;
		top:50%; */
		margin-top: 0px;
	}

	.home-watch-slider {
		position: relative;
		/* padding-top: 6.9vw;
		margin-top: 5vw; */
		display: none;
		min-height: 4.6vw;
	}



	.home-watch-slider .owl-next,
	.home-watch-slider .owl-prev {
		position: absolute;
		right: 0px;
		top: 60%;
		background: #00B4A1 !important;
		width: 6.975vw;
		height: 6.975vw;
		border-radius: 50% !important;
		color: #fff !important;
		font-size: 6.975vw !important;
		display: flex !important;
	}

	.home-watch-slider .owl-prev {
		position: absolute;
		left: 0px;
	}

	.home-container .left:hover {
		transform: none;
	}

	.home-container .left .watch-box .arrow-img-2 {
		width: 19.7625vw;
		height: 8.835vw;
		right: 0px;
		top: 0px;
		position: absolute;
	}
}