.header-page .navbar {
	background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1024px) {
	.home-page-gif {
		position: relative;
		background: url('../image/home_header_page.png') no-repeat center;
		background-size: contain;
	}
	.header-title-box {
		margin-top: 15%;
	}
	.header-title-card .im-title-txt {
		font-size: 66px;
		font-weight: 400;
		line-height: 79px;
		color: #cf1e2e;
	}

	.header-title-card .title-txt {
		margin-left: 1.25rem;
		font-size: 66px;
		font-weight: 200;
		line-height: 79px;
		color: #333333;
	}
	.header-en-title-card {
		margin-bottom: 3.75rem;
		font-size: 20px;
		font-family: Arial;
		font-weight: normal;
		line-height: 23px;
		color: #333333;
		font-style: oblique;
	}
	.header-en-title-card .im-title-txt {
		color: #cf1e2e;
		margin-right: 0.25rem;
	}
	.im-inter-txt {
		font-size: 14px;
		font-weight: 500;
		color: #3c3838;
        width: 600px;
        margin-bottom: 1rem;
	}
	.inter-txt {
		font-size: 14px;
		font-weight: 300;
		color: #707070;
        width: 600px;
	}

	.home-page-go {
		margin-top: 2.5rem !important;
		width: 200px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		border: 1px solid #cf1e2e;
	}

	.item {
		position: absolute;
		display: inline-block;
		padding: 0.625rem 1.25rem;
		background: #ffffff;
		font-size: 14px;
		font-weight: 500;
		color: #333333;
		text-align: center;
	}
	.item-en-title {
		color: #c1c1c1;
	}

	.item:hover {
		box-shadow: 2px 4px 6px rgba(109, 107, 154, 0.1);
		transition: all 0.5s;
		transform: scale(1.1);
	}

	.item-user-portait {
		top: 21.2%;
		left: 53.4%;
	}
	.item-user-portait:hover {
		left: 54%;
	}
	.item-data-center {
		top: 19.25%;
		left: 75.13%;
	}
	.item-data-center:hover {
		left: 76%;
	}
	.item-sof-dev {
		top: 50%;
		left: 57.84%;
	}
	.item-sof-dev:hover {
		left: 58.2%;
	}
	.item-data-analysis {
		top: 70.5%;
		left: 49%;
	}
	.item-data-analysis:hover {
		left: 49.5%;
	}
	.item-com-ope {
		top: 72.34%;
		left: 76.875%;
	}
	.item-com-ope:hover {
		left: 77.5%;
	}
	.worldwide-companies-card {
		margin-bottom: 5.3125rem;
	}

	.worldwide-companies-card .world-com-title {
		font-size: 1.875rem;
		font-weight: 500;
		color: #3c3838;
		text-align: center;
	}
	.world-com-en-title {
		font-size: 0.875rem;
		font-weight: 500;
		color: #dddddd;
		text-align: center;
	}
	.companies {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.com-item {
		flex: 1;
	}
}
@media (max-width: 1023px) {
	.home-page-gif {
		height: auto !important;
	}
	.header-title-card {
		margin-top: 3.75rem;
		font-size: 1.5625rem;
		font-weight: 200;
		line-height: 1.875rem;
		color: #333333;
		text-align: center;
	}
	.header-title-card .im-title-txt {
		color: #cf1e2e;
	}
	.header-en-title-card {
		margin-top: 1rem;
		font-size: 0.625rem;
		font-weight: 200;
		line-height: 0.75rem;
		color: #333333;
		text-align: center;
	}
	.header-en-title-card .im-title-txt {
		color: #cf1e2e;
	}
	.im-inter-txt {
		font-size: 0.9375rem;
		width: 16.875rem;
		margin: 2.1875rem auto 0;
		font-weight: 300;
		line-height: 1.25rem;
		color: #cf1e2e;
		text-align: center;
	}
	.inter-txt {
		width: 17.8125rem;
		margin: 1rem auto;
		text-align: center;
		font-size: 0.9375rem;
		font-weight: 300;
		line-height: 1.25rem;
		color: #3c3838;
	}
	.home-page-go {
		display: block !important;
		margin: 2.1875rem auto;
		display: block;
		width: 8.75rem;
		height: 1.75rem;
		line-height: 1.75rem;
		text-align: center;
		background: #cf1e2e;
		font-size: 0.8125rem;
		font-weight: 300;
		color: #feffff;
		border-radius: 0.875rem;
	}
	.ge-go-line {
		display: none;
	}
	.home-page-go:hover {
		color: #fff;
	}
	.item {
		display: none;
	}
	.content-page {
		margin: 0 0.9375rem;
	}
	.worldwide-companies-card {
		text-align: center;
		margin-bottom: 2rem;
	}
	.world-com-title {
		font-size: 1.25rem;
		font-weight: 500;
		line-height: 1.6875rem;
		color: #3c3838;
	}
	.world-com-en-title {
		font-size: 0.625rem;
		font-weight: 500;
		color: #dddddd;
	}
	.companies {
		margin-top: 0.75rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.com-item {
		width: 30vw;
	}
}
