.vip-content {
	margin-bottom: 24px;
}
.about-video {
	position: relative;
	display: flex;
	/*overflow: hidden;*/
	margin: 0 auto;
	z-index: 1;
	border-radius: 24px;
	margin-bottom: 32px;
}
.about-video-element {
	height: 100%;
	width: 100%;
	border-radius: 24px;
	object-fit: cover;
}
.about-video-poster {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 24px;
	z-index: 1;
	transition: 0.4s ease;
}
.about-video-btn {
	width: 58px;
	height: 58px;
	color: var(--color3);
	background: var(--color2);
	position: absolute;
	right: 50%;
	top: 100%;
	margin: auto;
	z-index: 1;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
	border-radius: 100%;
	cursor: pointer;
	transition: 0.4s ease;
	transform: translate(50%, -90%);
}
.video-btn.about-video-btn::before {
	content: '';
	background: var(--color2);
	width: 58px;
	height: 58px;
	border-radius: 100%;
	position: absolute;
	inset: 0;
	z-index: -1;
}
.circle-text-svg {
	position: absolute;
	width: 50px;
	height: 50px;
	fill: transparent;
	font-size: 14px;
	letter-spacing: 3px;
	word-spacing: 8px;
	direction: ltr;
}
.circle-text-svg text {
	fill: var(--color3);
}
.circle-text-svg {
	animation: rotateText 8s linear infinite;
}
.about-video-btn i {
	color: #fff;
	width: 33px;
	height: 33px;
	background: var(--color3);
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
}
@keyframes rotateText {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

.video-btn-bg {
	position: absolute;
	bottom: 5px;
	background: var(--bg_body);
	width: 119px;
	justify-content: center;
	padding: 7px 17px 2px;
	border-radius: 20px 20px 0 0;
	height: 29px;
	z-index: -2;
}
.video-btn-bg::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -39px;
	height: 40px;
	width: 40px;
	border-bottom-right-radius: 50%;
	box-shadow: 0 21px 0 0 var(--bg_body);
	z-index: 1;
}
.video-btn-bg::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: -39px;
	height: 40px;
	width: 40px;
	border-bottom-left-radius: 50%;
	box-shadow: 0 21px 0 0 var(--bg_body);
	z-index: 1;
}
.icon-item {
	background: #FFFFFF;
	border-radius: 24px;
	padding: 16px 16px;
	position: relative;
	transition: 0.4s ease;
	gap: 10px;
	min-height: 190px;
	text-align: center;
	margin-top: 3px;
	display: block;
}

.icon-item .desc {

}


.mobile-col .icon-item {
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	min-height: 108px;
	margin-top: 0;
	text-align: right;
}
.icon-item .title {
	font-family: var(--bold_font);
	font-size: 14px;
	line-height: 31px;
	color: var(--color_text);
	transition: 0.4s ease;
	display: block;
	margin-bottom: 10px;
}
.mobile-col .icon-item .title {
	margin-bottom: 0;
}
.icon-item .desc {
	color: var(--color_text);
	font-size: 12px;
	line-height: 24px;
	transition: 0.4s ease;
	text-align: center;
}
.mobile-col .icon-item .desc {
	margin-bottom: 0;
	text-align: right;
}
.icon-item:hover .title{
	color: var(--color1);
}
.icon-item img {
	max-width: 24px;
	filter: brightness(0) invert(1);
	transition: 0.4s ease;
}
.icon-item:hover img {
	filter: unset;
}
.icon-item .icon-back {
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--color1);
	background: #E0E0E0;
	border-radius: 50%;
	min-width: 54px;
	max-width: 54px;
	height: 54px;
	font-size: 24px;
	z-index: 0;
	transition: 0.4s ease;
	margin: 0 auto;
	transform: translateY(-18px);
}
.mobile-col .icon-item .icon-back {
	margin: 0;
	transform: none;
}
.icon-item:hover .icon-back {
	background: var(--color1);
	color: #fff;
}
.item-bg {
	position: absolute;
	top: 0;
	background: var(--bg_body);
	width: 102px;
	justify-content: center;
	padding: 7px 17px 2px;
	border-radius: 0 0 20px 20px;
	height: 27px;
	z-index: 0;
	right: 50%;
	transform: translateX(50%);
}
.item-bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: -38px;
	height: 40px;
	width: 40px;
	border-bottom-right-radius: 50%;
	box-shadow: 0 21px 0 0 var(--bg_body);
	z-index: 1;
	transform: rotate(180deg) rotateY(180deg);
}
.item-bg::after {
	content: "";
	position: absolute;
	top: 0;
	right: -38px;
	height: 40px;
	width: 40px;
	border-bottom-left-radius: 50%;
	box-shadow: 0 21px 0 0 var(--bg_body);
	z-index: 1;
	transform: rotate(180deg) rotateY(180deg);
}
.swiper-items-wrap {
	position: relative;
}
.swiper-items-wrap::before {
	content: '';
	background: linear-gradient(272.69deg, rgba(245, 245, 245, 0) 29.38%, rgba(245, 245, 245, 0.334489) 42.26%, #F5F5F5 51.37%);
	height: 100%;
	left: -177px;
	position: absolute;
	width: 420px;
	top: 0;
	z-index: 2;
}

.swiper-items-wrap::after {
	content: '';
	background: linear-gradient(90deg, rgba(245, 245, 245, 0) 29.38%, rgba(245, 245, 245, 0.334489) 42.26%, #F5F5F5 51.37%);
	height: 100%;
	right: -177px;
	position: absolute;
	width: 420px;
	top: 0;
	z-index: 2;
}
.section-vip {
	overflow: hidden;
}
.mobile-col {
	margin: auto;
	overflow: hidden;
	transition: max-height 0.5s ease-in-out;
	position: relative;
	z-index: 0;
}
.toggle-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 14px;
	gap: 8px;
	margin-top: 32px;
	color: var(--color1);
	font-family: var(--med_font);
}
.toggle-btn i {
	min-width: 38px;
	height: 38px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: var(--color1);
	color: #fff;
	border-radius: 50%;
	font-size: 6px;
	transition: 0.4s ease;
}
.toggle-btn.less i {
	transform: rotate(180deg);
}

@media screen and (min-width: 768px){
	.about-video-btn {
		width: 90px;
		height: 90px;
		font-size: 17px;
	}
	.video-btn.about-video-btn::before {
		width: 90px;
		height: 90px;
	}
	.circle-text-svg {
		width: 85px;
		height: 85px;
		font-size: 20px;
		letter-spacing: 3px;
		word-spacing: 8px;
	}
	.about-video-btn i {
		width: 52px;
		height: 52px;
		font-size: 36px;
	}
	.video-btn-bg {
		bottom: 9px;
		width: 154px;
		padding: 7px 17px 2px;
		height: 38px;
	}

	.about-video {
		margin-bottom: 50px;
	}
	.vip-content {
		margin-bottom: 50px;
	}
}
@media screen and (min-width: 1200px){
	.vip-inner {
		max-width: 80%;
		margin: auto;
	}
	.page-template-template-parent .vip-inner ,
	.page-template-template-child .vip-inner {
		max-width: 100%;
		margin: auto;
	}
}