header {
	align-items: center;
	height: 3.75rem;
	justify-content: center;
	background: rgba(0, 0, 0, 0.12);
	border-radius: 2px;
}

header>.menu_icon,
header>.menu_box,
header>.title {
	display: none;
}

header>.menu {
	color: #fff;
}

header>.mlanguage {
	display: none;
}

@keyframes languageShow {
	from {
		top: -300px;
		opacity: 0;
	}

	to {
		top: 60px;
		opacity: 1;
	}
}

@keyframes languageHide {
	from {
		top: 60px;
		opacity: 1;
	}

	to {
		top: -300px;
		opacity: 0;
	}
}

header>ul>li>ul {
	list-style: none;
	background-color: white;
	color: #000000;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
	border-radius: 2px;
}

header>ul>li>ul>li {
	display: flex;
	flex-direction: row;
	padding: 10px 15px;
	width: 120px;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	line-height: 22px;
}

header>ul>li>ul>li:nth-child(Odd) {
	border-bottom: 1px solid rgba(170, 170, 170, 0.68);
}

header>ul>li>ul>li>img {
	width: 35px;
	height: 23px;
}

header>.menu>.language {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	width: 140px;
}

header>.menu>.language>#languageImage {
	width: 26px;
	height: 20px;
}

header>.menu>.language>#languageArrow {
	width: 10px;
	height: 6px;
}

header>.menu>.language>ul {
	position: absolute;
	top: -300px;
	right: 0;
}

header>.menu>.language>ul>li {
	display: flex;
	flex-direction: row;
}

header>ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	list-style: none;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 22px;
	min-width: 64%;
	color: #FFFFFF;
}

header>ul>li {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

header>ul>li>img {
	width: 1.25rem;
	height: 0.9375rem;
	margin: 0 0.3125rem;
}

header>ul>li>.arrow {
	width: 0.625rem;
	height: 0.375rem;
}

header>ul>.country_select {
	position: relative;
}

header>ul>.country_select>.select:hover~.country {
	display: block;
}
header>ul>li>a {
	display: flex;
	align-items: center;
	justify-content: center;
}

header>ul>li>.country:hover {
	display: block;
}

header>ul>li>.country {
	display: none;
	list-style: none;
	position: absolute;
	top: 0.5rem;
	right: 0px;
	/* background-color: #4D4D4D; */
	padding-top: 20px;
	border-radius: 5px;
}

header>ul>li>.country>li {
	background-color: #4D4D4D;
	width: 100%;
	padding: 5px 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	/* justify-content: center; */
}

header>ul>li>.country>li>img {
	width: 1.25rem;
	height: 0.9375rem;
	margin-right: 10px;
}

.top>p {
	margin-left: 20%;
	font-style: normal;
	font-weight: bold;
	font-size: 2.25rem;
	letter-spacing: 0.25rem;
	/* line-height: 22px; */
	color: #FFFFFF;
	margin-top: 0.625rem;
}

.top>.bg_txt {
	height: 2.5rem;
	line-height: 2.5rem;
	width: auto;
	letter-spacing: normal;
	font-size: 1.25rem;
	font-weight: normal;
	padding: 0.625rem;
}

.custom_development>.title {
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	display: flex;
	align-items: center;
	color: #3A3558;
}

.custom_development>.desc {
	margin-top: 2.5rem;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25rem;
	line-height: 1.875rem;
	/* or 160% */
	font-feature-settings: 'ordn'on;
	color: #808080;
	width: 53%;
}

.custom_development>.development_box {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin: 3.75rem;
	/* background-color: #808080; */
	width: 70%;
}

.custom_development>.development_box>.development_item {
	background: #FFFFFF;
	box-shadow: 1px 1px 10px rgba(222, 211, 250, 0.58);
	border-radius: 10px;
	width: calc(24% - 10px);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0.625rem 5px;
	min-width: 230px;
}

.custom_development>.development_box>.development_item>img {
	width: 4.375rem;
	height: 4.375rem;
}

.custom_development>.development_box>.development_item>div {
	display: flex;
	flex-direction: column;
	margin-left: 1.1rem;
}

.custom_development>.development_box>.development_item>div>.name {
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 34px;
	display: flex;
	align-items: center;
	color: #000000;
}

.custom_development>.development_box>.development_item>div>.desc {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 34px;
	display: flex;
	align-items: center;
	color: #B2B2B2;
}

.cloud_saas>.title {
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 47px;
	display: flex;
	align-items: center;
	color: #3A3558;
}

.cloud_saas>.saas_product {
	width: 66%;
	margin-top: 2.5rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	/* background-color: #000000; */
}

.cloud_saas>.saas_product>.product_text {
	background-color: #FFFFFF;
	width: 32%;
}

.cloud_saas>.saas_product>.product_text>div>.type {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	display: flex;
	color: rgba(11, 147, 255, 1);
}

.cloud_saas>.saas_product>.product_text>div>.name {
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 40px;
	margin: 0.625rem 0;
	color: #3A3558;
}

.cloud_saas>.saas_product>.product_text>div>.desc {
	font-style: normal;
	font-weight: normal;

	font-size: 18px;
	line-height: 28px;
	color: #808080;
	margin: 1.25rem 0;
}

.cloud_saas>.saas_product>.product_text>div>.tag_box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.cloud_saas>.saas_product>.product_img:nth-child(3) {
	display: none;
}

.cloud_saas>.saas_product>.product_text>div>.tag_box>.tag {
	min-width: 40%;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.cloud_saas>.saas_product>.product_text>div>.tag_box>.tag>img {
	width: 1.375rem;
	height: 1.375rem;
}

.cloud_saas>.saas_product>.product_text>div>.tag_box>.tag>span {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 2.5rem;
	margin-left: 0.875rem;
	color: #4D4D4D;
}

.industry {
	width: 66%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin: 3.75rem 0;
	background-color: #FFFFFF;
}

.industry>p {
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 40px;
	/* identical to box height */
	color: #3A3558;
	width: 30%;
}

.industry>.box {
	width: 70%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}

.industry>.box>.item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.industry>.box>.item>img {
	width: 4.625rem;
	height: 4.625rem;
}

.industry>.box>.item>span {
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 28px;
	color: #000000;
	margin-top: 0.625rem;
}

.advantage {
	width: 70%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #FFFFFF;
}

.advantage>p {
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 47px;
	color: #000000;
}

.advantage>.box {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	margin: 3.75rem 0;
}

.advantage>.box>.item {
	background: #FFFFFF;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.11);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 1.25rem 1.25rem 1.25rem;
	width: 28%;
	height: inherit;
}

.advantage>.box>.item>img {
	width: 4.5625rem;
	height: 4.625rem;
	margin-bottom: 1.25rem;
	margin-top: 4rem;
}

.advantage>.box>.item>.title {
	display: block;
	margin-bottom: 1.25rem;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 20px;
	/* identical to box height, or 91% */
	font-feature-settings: 'ordn'on;
	color: #000000;
}

.advantage>.box>.item>.desc {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	/* or 175% */
	font-feature-settings: 'ordn'on;
	color: #808080;
}

.partner {
	width: 100%;
	background-image: url(../img/img.png);
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 1.25rem 0;
}

.partner>p {
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 47px;
	color: #FFFFFF;
	margin-top: 3rem;
	margin-bottom: 1rem;
}

.partner>.box {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	margin: 1.5rem 0 2rem 0;
	width: 66%;
}

.partner>.box>.item {
	width: 25%;
	margin: 1.25rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.partner>.box>.item:nth-child(1)>img {
	width: 11rem;
	/* height: 2.875rem; */
}

.partner>.box>.item:nth-child(2)>img {
	width: 12rem;
	/* height: 2.5rem; */
}

.partner>.box>.item:nth-child(3)>img {
	width: 9.5rem;
	/* height: 2.5rem; */
}

.partner>.box>.item:nth-child(4)>img {
	width: 13.8125rem;
	/* height: 3.625rem; */
}

.partner>.box>.item:nth-child(5)>img {
	width: 9rem;
	/* height: 3.625rem; */
}

.partner>.box>.item:nth-child(6)>img {
	width: 14.3125rem;
	/* height: 3.125rem; */
}

.about_us {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.about_us>.title {
	display: block;
	margin-top: 5.625rem;
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 48px;
	color: #000000;
}

.about_us>.desc {
	width: 52%;
	margin-top: 1.75rem;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 32px;
	color: #808080;
}

.about_us>.icons {
	display: flex;
	flex-direction: row;
	/* background-color: #3A3558; */
	width: 80%;
	justify-content: space-around;
	margin-top: 5rem;
}

.about_us>.icons>.item {
	width: 6.25rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.about_us>.icons>.item>img {
	width: 6.25rem;
	height: 7.5rem;
	margin-bottom: 0.625rem;
}

.about_us>.icons>.item>span {
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 29px;
	color: #000000;
	margin-bottom: 5rem;
}

footer {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background: #192850;
}

footer>div {
	width: 66%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	/* background-color: #FFFFFF; */
	margin-top: 2.875rem;
}

footer>.info {
	width: 70%;
}

footer>div>.info>p {
	display: flex;
	flex-direction: row;
	margin-bottom: 0.9375rem;
}

footer>div>.info>p,
footer>div>.info>p>a {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #A6A6A6;
	/* margin-bottom: 0.9375rem; */
}

footer>div>.info>p br {
	display: none;
}

footer>div>.info>p>span:nth-child(1) {
	display: inline-block;
	/* min-width: 4.5625rem; */
	width: 9.375rem;
	white-space: nowrap;
	text-align: justify;
	text-align-last: justify;
	text-justify: inter-ideograph;
}

footer>div>.info>p:nth-child(1) {
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 29px;
	color: #FFFFFF;
}

footer>div>.qrcode {
	/* width: 30%; */
}

footer>div>.qrcode>p {
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 29px;
	color: #FFFFFF;
}

footer>div>.qrcode>img {
	width: 8.5rem;
	height: 8.5rem;
	margin-top: 0.875rem;
	margin-bottom: 3.125rem;
}
