.home-bg {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	position: relative;
}

.contain-item.wrap::after {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

.video-details {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.video-details .title {
	font-weight: 700;
	font-size: var(--title);
	line-height: 1.2;
	letter-spacing: 0;
	color: #fff;
}

.video-details .title.home {
	margin-bottom: 14vh;
}

.video-details .title.word {
	font-weight: 300;
	font-size: var(--subtitle);
	font-family: "default-word";
}

.company-desc {
	position: relative;
	max-width: 800px;
	border-radius: 5px;
	background: #f5f5f5;
	padding: 0 6% 3rem 6%;
	z-index: 1;
	box-shadow: 0 27px 36px 0 rgba(0, 0, 0, 0.05);
	padding-top: 70px;
	margin: 0 auto;
	transform: translateY(-50%);
}

.company-desc-icon {
	width: 80px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	border-radius: 100%;
	background-color: var(--mainColor);
	display: flex;
	align-items: center;
	justify-content: center;
}

.company-desc p {
	margin-bottom: 10px;
}

.icon-top {
	width: 50%;
	height: 50%;
}

.article-list {}

.home-model-three {
	margin: 0 auto;
	max-width: 1300px;
}

.home-model-three-title {
	font-weight: 400;
	font-size: var(--subtitle);
	line-height: 1.2;
	letter-spacing: 0;
	margin-bottom: 0.6em;
	text-transform: capitalize;
	text-align: center;
}

.home-model-three-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.service-item {
	width: 30%;
	line-height: 2;
	flex-shrink: 0;
	background-color: var(--cardColor);
	border-radius: 10px;
	padding: 35px 50px 85px;
	height: 500px;
	box-shadow: 0 27px 36px 0 rgba(0, 0, 0, 0.05);
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.service-item:nth-of-type(1) {
	margin-top: 0;
	background-image: url("/images/index/business1.png");
}

.service-item:nth-of-type(2) {
	background-image: url("/images/index/business2.png");
}

.service-item:nth-of-type(3) {
	background-image: url("/images/index/business3.png");
}

.service-item .btn {
	padding: 0.5em 1em;
	position: absolute;
	bottom: 30px;
	left: 50px;
	border-color: #fff;
}

.service-item-title {
	padding: 0.5em 0;
	font-size: var(--subtitle);
	font-family: "default-word";
}


.timeline {
	padding-left: 30px;
}
.timeline li {
	list-style: disc;
	line-height: 1.5;
	margin-bottom: 10px;
}
.timeline li .red {
	color: var(--mainColor);
	margin-right: 0.3rem;
}

@media (max-width: 585px) {
	.title {
		font-size: 25px;
	}
}

@media (min-width: 981px) and (max-width: 1280px) {
	.service-item {
		width: 100%;
		padding: 35px 100px 85px 35px;
		margin-top: 30px;
		background-position: 50%;
		height: auto;
	}
	.service-item .btn {
		left: 35px;
	}
	.service-item:nth-of-type(1) {
		background-image: url("/images/index/business1-mobile.png");
	}

	.service-item:nth-of-type(2) {
		background-image: url("/images/index/business2-mobile.png");
	}

	.service-item:nth-of-type(3) {
		background-image: url("/images/index/business3-mobile.png");
	}
	.img-word-article.content {
		padding-left:1rem !important;
	}
}

@media (max-width: 750px) {
	.home-bg {
		height: 50vh;
	}
	.video-details .title.home {
		margin-bottom: 0;
	}
	.service-item {
		width: 100%;
		padding: 35px 100px 85px 35px;
		margin-top: 30px;
		background-position: 50%;
		height: auto;
	}

	.service-item:nth-of-type(1) {
		background-image: url("/images/index/business1-mobile.png");
	}

	.service-item:nth-of-type(2) {
		background-image: url("/images/index/business2-mobile.png");
	}

	.service-item:nth-of-type(3) {
		background-image: url("/images/index/business3-mobile.png");
	}
	.img-word-article.content {
		padding-left:1rem !important;
	}
	.service-item .btn {
		left: 35px;
	}
}

.img-word-article {
	padding: 2.5rem 4rem;
	background-color: #ccc;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	margin-bottom: var(--model-distance);
}

.iwa-title {
	font-size: var(--article-title);
}
.iwa-title.red {
	color: var(--mainColor);
}
.iwa-subtitle {
	font-size: var(--article-subtitle);
	margin-bottom: 1.5rem;
	line-height: 1;
}

.iwa-content:nth-last-of-type(1) {
	margin-bottom: 1rem;
}
.iwa-content {
	color: #fff;
	margin-bottom: 2rem;
}
.iwa-content:nth-last-of-type(1) {
	margin-bottom: 0;
}
.iwa-content p {
	font-size: 1rem;
}
.iwa-content p:nth-of-type(2) {
	text-indent: 2em;
}
.iwa-content p:nth-of-type(3) {
	text-indent: 4em;
}