.I-top-index{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.I-top-index .top-index-wrapper{
    padding: 70px 0;
    display: flex;
    gap: 70px;
    justify-content: space-between;
    align-items: center;
}
.I-top-index .top-index-wrapper .top-index-content{
	
}
.I-top-index .top-index-wrapper .top-index-content p.highlight-content{
	font-size: 13px;
	font-weight: 700;
	color: #F64B4B;
	margin: 0 0 24px 0;
}
.I-top-index .top-index-wrapper .top-index-content h2.top-content{
	font-size: 60px;
	font-weight: 700;
	color: #161C2D;
	margin: 0 0 24px 0;
}
.I-top-index .top-index-wrapper .top-index-content p.detail-content{
	font-size: 20px;
	font-weight: 300;
	color: #161C2D;
	margin: 0 0 24px 0;
	max-width: 705px;
}
.I-top-index .top-index-wrapper .top-index-content a.action-content{
	display: flex;
	background: linear-gradient(90deg, #1A4452 0%, #0095A9 100%);
	padding: 13px 0 ;
	width: 210px;
	color: #fff;
	font-size: 17px;
	line-height: 32px;
	font-weight: 700; 
	align-items: center;
	justify-content: center;
	border-radius: 8px;
}
.I-top-index .top-index-wrapper .top-index-image{
	width: 100%;
	max-width: 640px;
	height: 555px;
	object-fit: cover;
}

.I-features{
	background-color: #fff;
}
.I-features .features-wrapper{
	padding: 120px 0;
}
.I-features .features-wrapper .features-content{
	padding: 0 0 60px 0;
}
.I-features .features-wrapper .features-content h2.main-content{
	font-size: 48px;
	font-weight: 700;
	color: #161C2D;
	text-align: center;
	margin: 0 0 24px 0;
}
.I-features .features-wrapper .features-content p.description-content{
	color: #161C2D;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
}
.I-features .features-list{
	display: flex;
	gap: 32px;
	justify-content: space-between;
}
.I-features .features-list .feature-item{
	width: 25%;
}
.I-features .features-list .feature-item .feature-logo-wrapper{
	width: 100%;
	margin: 0 0 32px 0;
	display: flex;
	justify-content: center;
}
.I-features .features-list .feature-item .feature-logo-wrapper .logo-wrapper{
	width: 160px;
	height: 160px;
	border-radius: 160px;
	box-shadow: 0px 0px 32px 8px #00000014;
	display: flex;
	align-items: center;
	justify-content: center;
}
.I-features .features-list .feature-item .feature-logo-wrapper .logo-wrapper img{
	width: auto;
	height: 72px;
}
.I-features .features-list .feature-item .feature-content{
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #000;
	line-height: 30px;
}

.I-vision{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.I-vision .vision-wrapper{
	padding: 75px 0;
}
.I-vision .vision-wrapper .vision-content h2.main-content{
	font-size: 48px;
	line-height: 72px;
	font-weight: 700;
	color: #1A4452;
	text-align: center;
	margin: 0 0 24px 0;
}
.I-vision .vision-wrapper .vision-content p.description-content{
	color: #000;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
}
.I-vision .vision-list{
	margin: 60px 0 0 0;
	display: flex;
	gap: 32px;
	justify-content: space-between;
}
.I-vision .vision-list .vision-item{
	
}
.I-vision .vision-list .vision-item .vision-image{
	width: 100%;
	height: 400px;
	margin: 0 0 20px 0;
}
.I-vision .vision-list .vision-item .vision-content{
	font-size: 32px;
	line-height: 48px;
	font-weight: 700;
	color: #1A4452;
	text-align: center; 
}

.I-detect{
	padding: 60px 0;
}
.I-detect .detect-wrapper{
	margin: 0 0 60px 0;
	display: flex;
	align-items: center;
	gap: 32px;
}
.I-detect .detect-wrapper .detect-component{
	width: 50%;
} 
.I-detect .detect-wrapper .detect-component h3{
	font-size: 48px;
	color: #161C2D;
	font-weight: 700;
	line-height: 72px;
	margin: 0 0 24px 0;
}
.I-detect .detect-wrapper .detect-component h3 span{ 
	color: #3C93A7; 
	margin: 0 12px 0 0;
}
.I-detect .detect-wrapper .detect-component p{ 
	padding: 0 0 0 24px;
	position: relative;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: justify;
	margin: 0 0 24px 0;
}
.I-detect .detect-wrapper .detect-component p::before{
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #3C93A7;
}

.I-service{
	
}
.I-service .services-wrapper{
	padding: 48px;
	border-radius: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    display: flex;
    align-items: center;
}
.I-service .services-wrapper .service-item{
	padding: 36px 60px;
	position: relative;
	width: 25%;
}
.I-service .services-wrapper .service-item img{
	height: 56px;
	width: auto;
	margin: 0 0 24px 0;
}
.I-service .services-wrapper .service-item p{
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #F5F5F5;
	text-align: center;
}
.I-service .services-wrapper .service-item:not(:last-child)::before{
	content: "";
	position: absolute;
	top: 25px;
	right: 0;
	width: 1px;
	height: 120px;
	background-color: #fff;
}

.I-advanced{
	padding: 72px 0;
}
.I-advanced .advanced-wrapper .advanced-content h2.main-content{
	font-size: 48px;
	line-height: 72px;
	font-weight: 700;
	color: #1A4452;
	text-align: center;
	margin: 0 0 60px 0;
}
.I-advanced .advanced-wrapper .advanced-area{
	display: flex;
	gap: 40px;
}
.I-advanced .advanced-wrapper .advanced-area .adv-area-wrapper{
	width: 50%;
}
.I-advanced .advanced-wrapper .advanced-area .adv-area-wrapper .adv-items{
	width: 100%;
	margin: 0 0 32px 0;
}
.I-advanced .advanced-wrapper .advanced-area .adv-area-wrapper .adv-items .adv-content{
	font-size: 24px;
	font-weight: 700;
	color: #161C2D;
	line-height: 34px;
	padding: 24px;
	text-align: center;
}

.I-industries{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.I-industries .industries-wrapper{
	padding: 50px 100px;
}
.I-industries .industries-wrapper h2.main-content{
	font-size: 48px;
	line-height: 72px;
	font-weight: 700;
	color: #1A4452;
	text-align: center;
	margin: 0 0 60px 0;
}
.I-industries .indistries-item-wrapper{
	display: flex;
	align-items: center;
	gap: 28px;
	margin: 0 0 32px 0;
}
.I-industries .indistries-item-wrapper .indistrie-item{
	width: 20%;
	padding: 16px 20px;
	display: flex;
	gap: 16px;
	align-items: center;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	box-shadow: 0px 3px 12px 0px #4B4B4B14;
	border-radius: 8px;
	background-color: #fff;

}
.I-industries .indistries-item-wrapper .indistrie-item img{
	width: 38px;
}







