.my_brand {
	font-weight: 500;
	font-size: 28px;
	letter-spacing: 0.2px;
}
.navigation {
	padding: 34px 0;
	background-color: transparent;
	/* background-color: rgba(0, 0, 0, 0.5); */
}
.navigation .navigation-menu li a {
	color: #ffffff;
}
/* .navigation .navigation-menu li.active a {
	color: #ffffff;
} */
.navigation {
	position: absolute;
	width: 100%;
	z-index: 100;
}
.sticky-wrapper {
	position: absolute;
	width: 100%;
	z-index: 100;
}
/* .sticky-wrapper-bk {
	background-color: rgba(0, 0, 0, 0.5);
} */

img:hover {
	transform: scale(1.1);
	transition: 0.5s;
}

.page_banner {
	height: 760px;
	background: url(../images/banner.png);
	background-size: cover;
	background-position:center;
}
.page_banner .slogan {
	padding: 337px 20px 0 20px; 
	text-align: center;
	font-weight: 500;
	font-size: 55px;
	line-height: 66px;
}
.page_banner .slogan span {
	display: inline-block;
	transform: matrix(0.98, 0, -0.19, 1, 0, 0);
}

.DR_COMPASS {
	padding: 90px 20px 0 20px;
}
.DR_COMPASS_container {
	display: flex;
	align-items: center;
}
.DR_COMPASS .DR_COMPASS_img {
	width: 240px;
	margin-left: 80px;
}
@media (max-width: 768px) {
	.DR_COMPASS .DR_COMPASS_img {
	  display: none;
	}
  }
.DR_COMPASS .title_content {
	color: #000000;
	font-weight: 500;
	font-size: 22px;

}
.DR_COMPASS a {
	color: #027AFF;
}

.PASA {
	padding: 150px 20px 0 20px;
	position: relative;
}
.PASA .title_box {
	display: flex;
	/* align-items: center; */
	justify-content: center;
}
.PASA .title_box .icon {
	width: 140px;
	height: 140px;
	margin-right: 78px;
	margin-top: -11px;
}
@media (max-width: 768px) {
	.PASA .title_box .icon {
	  display: none;
	}
  }
.PASA .title_content {
	color: #000000;
	font-weight: 700;
	font-size: 22px;
	letter-spacing: 0.1px;
	line-height: 33px;
}
.PASA .product_box {
	margin-top: 70px;
	/* white-space: nowrap;
	overflow: auto; */
}

.PASA .product_box .product {
	width: 300px;
	height: 300px;
	margin: 20px 20px 20px 0;
}
.scroll {
	display: flex;
	overflow: hidden;
}
.scroll > div {
	white-space: nowrap;
	animation: animate var(--t) linear infinite;
	animation-delay: calc(var(--t) * -1);
}
@keyframes animate {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(-100%);
	}
}

.scroll > div:nth-child(2) {
	animation: animate2 var(--t) linear infinite;
	animation-delay: calc(var(--t) / -2);
}
@keyframes animate2 {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-200%);
	}
}

.scroll:hover > div {
	animation-play-state: paused;
}

  
.DSCSP {
	margin-top: 138px;
	padding-bottom: 100px;
}
.DSCSP img {
	/* width: 100%; */
	height: 614px;
	margin-bottom: 40px;
}
.CAREMS {
	padding-bottom: 100px;
}
.ECGAI {
	padding-top: 65px;
}
.CAREMS img {
	width: 100%;
	/* height: 658px; */
}
.CAREMS .title {
	padding-bottom: 30px;
}

.title {
	padding: 0 20px 60px 20px;
}
.small_title {
	font-weight: 700;
	font-size: 22px;
	letter-spacing: 0.1px;
	color: #252B42;
	line-height: 33px;
}
.big_title {
	font-weight: 600;
	font-size: 46px;
	letter-spacing: 0.2px;
	color: #252B42;
	margin-top: 17px;
	line-height: 57px;
}

.about_us {
	text-align: center;
	background: #252B42;
}
.about_us_content {
	margin: 0 auto;
	float: none;
}
.about_us .small_title {
	font-weight: 700;
	font-size: 22px;
	letter-spacing: 0.1px;
	color: #FFFFFF;
	line-height: 33px;
}
.about_us .big_title {
	font-weight: 600;
	font-size: 46px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
	margin-top: 17px;
	line-height: 57px;
}
.about_us .content {
	margin-top: 52px;
	font-size: 17px;
	line-height: 30px;
	text-align: justify;
	letter-spacing: 0.5px;
}

.contact_us {
	text-align: center;
	color: #252B42;
}
.contact_us_content {
	margin: 0 auto;
	float: none;
}
.contact_us .small_title {
	font-weight: 700;
	font-size: 22px;
	letter-spacing: 0.1px;
	color: #252B42;
	line-height: 33px;
}
.contact_us .big_title {
	font-weight: 600;
	font-size: 46px;
	letter-spacing: 0.2px;
	color: #252B42;
	margin-top: 17px;
	line-height: 57px;
}
.contact_us .content {
	margin-top: 52px;
	font-size: 17px;
	line-height: 30px;
	text-align: justify;
	letter-spacing: 0.5px;
}
.location_and_email {
	margin-top: 22px;
}
.location_and_email .location {
	margin-top: 20px;
	color: #374754;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.1px;
}
.location_box {
	margin-bottom: 22px;
}
.email_box {
	margin-bottom: 22px;
}

.map_box {
	padding: 0 20px;
}
.map_box img {
	width: 100%;
}
.map_box img:hover {
	margin: 22px 0;
}

.qrcode_box {
	margin-top: 22px;
	font-size: 24px;
	color: rgba(0, 0, 0, 0.85);
	white-space: nowrap;
}
.qrcode_box img {
	width: 172px;
	margin-top: 6px;
}

.footer {
	background: #252B42;
	padding-top: 60px;
}
.footer .copyright {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.85);
	letter-spacing: 0.2px;
	line-height: 27px;
}

.footer .foot_nav_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer .brand_title {
	font-weight: 500;
	font-size: 28px;
	letter-spacing: 0.2px;
	margin-bottom: 32px;
}
.footer .foot_nav {
	margin-bottom: 32px;
	display: flex;
	flex-wrap: wrap;
}
.footer .foot_nav a {
	padding: 15px;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 0.2px;
	/* margin-right: 22px; */
}