@import url(alert-message.css);
@import url(viewer.css);
body[lang=en-us] .website-head-module .head-menu .head-box {
	grid-gap: 4rem
}
body[lang=en-us] .website-head-module .head-menu .head-box .menu-box {
	grid-gap: 4rem
}
body[lang=en-us] .website-head-module .head-menu .head-box .menu-box .menu-list .menu-item .menu-link {
	font-size: var(--f-s-20)
}
body[lang=en-us] .website-head-module .head-menu .head-box .menu-box .menu-list .menu-item .menu-child-list .menu-child-item {
	font-size: var(--f-s-20)
}
body[lang=en-us] .website-head-module .head-menu .head-box .content-box .menu-language-box .language-head {
	font-size: var(--f-s-20)
}
body[lang=en-us] .website-head-module .head-menu .head-box .content-box .menu-language-box .language-head .iconfont {
	font-size: 1rem
}
@media (max-width: 1720px) {
body[lang=en-us] .website-head-module .module-width {
	width: 100%
}
}
.website-head-module {
	min-height: 12rem
}
.website-head-module .head-menu {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	border-bottom: 1px solid #eeeeee
}
.website-head-module .head-menu .head-box {
	display: flex;
	justify-content: center;
	grid-gap: 5rem;
	padding: 2rem 0;
	height: 12rem
}
.website-head-module .head-menu .head-box .menu-box {
	display: flex;
	grid-gap: 8rem;
	align-items: center
}
.website-head-module .head-menu .head-box .menu-box .head-logo {
	width: 20rem;
	height: 6.2rem
}
.website-head-module .head-menu .head-box .menu-box .head-logo img {
	object-fit: contain
}
.website-head-module .head-menu .head-box .menu-box .menu-list {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 3rem
}
.website-head-module .head-menu .head-box .menu-box .menu-list .menu-item {
	position: relative;
	padding: 2rem 0
}
.website-head-module .head-menu .head-box .menu-box .menu-list .menu-item .menu-link {
	position: relative;
	padding: 1rem 0;
	display: inline-block
}
.website-head-module .head-menu .head-box .menu-box .menu-list .menu-item .menu-link[aria-expanded=true]:after {
	width: 100%
}
.website-head-module .head-menu .head-box .menu-box .menu-list .menu-item .menu-link:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
height:.4rem;
	transition: .3s all;
	width: 0;
	background-color: var(--ui-color-primary)
}
.website-head-module .head-menu .head-box .menu-box .menu-list .menu-item .menu-link.active, .website-head-module .head-menu .head-box .menu-box .menu-list .menu-item .menu-link:hover {
	color: var(--ui-color-primary)
}
.website-head-module .head-menu .head-box .menu-box .menu-list .menu-item .menu-link.active:after, .website-head-module .head-menu .head-box .menu-box .menu-list .menu-item .menu-link:hover:after {
	width: 100%
}
.website-head-module .head-menu .head-box .menu-box .menu-list .menu-item .menu-child-box {
	position: absolute;
	min-width: 21rem;
	width: max-content;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff
}
.website-head-module .head-menu .head-box .menu-box .menu-list .menu-item .menu-child-list {
	display: flex;
	flex-direction: column;
	padding: 2rem 0;
	box-shadow: 0 0 1rem 0 rgba(0,0,0,0.25)
}
.website-head-module .head-menu .head-box .menu-box .menu-list .menu-item .menu-child-list .menu-child-item {
	width: 100%;
padding:.4rem 2rem;
	text-align: center;
	font-weight: 400;
	color: #222;
	line-height: 1.5;
	transition: .3s all
}
.website-head-module .head-menu .head-box .menu-box .menu-list .menu-item .menu-child-list .menu-child-item:hover {
	cursor: pointer;
	color: #fff !important;
	background-color: var(--ui-color-primary)
}
.website-head-module .head-menu .head-box .menu-box .menu-list .menu-item .menu-child-list .menu-child-item.active {
	cursor: pointer;
	color: var(--ui-color-primary)
}
.website-head-module .head-menu .head-box .content-box {
	display: flex;
	align-items: center;
	grid-gap: 2rem
}
.website-head-module .head-menu .head-box .content-box .menu-language-box {
	position: relative;
	display: inline-block;
	padding: 3rem 0
}
.website-head-module .head-menu .head-box .content-box .menu-language-box:hover .language-head {
	color: var(--ui-color-primary)
}
.website-head-module .head-menu .head-box .content-box .menu-language-box:hover .language-head i {
	color: var(--ui-color-primary)
}
.website-head-module .head-menu .head-box .content-box .menu-language-box .language-head {
	display: flex;
	align-items: center;
	grid-gap: 1rem;
	font-weight: 500;
	color: #222222;
	line-height: 1.2;
	transition: .3s all
}
.website-head-module .head-menu .head-box .content-box .menu-language-box .language-head i {
	font-size: 1rem;
	transition: .3s all
}
.website-head-module .head-menu .head-box .content-box .menu-language-box .language-list {
	width: 18rem;
	position: absolute;
	top: 100%;
	left: -4rem;
	background: #FFFFFF;
border:.1rem solid #9F9F9F
}
.website-head-module .head-menu .head-box .content-box .menu-language-box .language-list .language-item {
	width: 100%;
	padding: 0 1rem 0 2rem;
	transition: .3s all
}
.website-head-module .head-menu .head-box .content-box .menu-language-box .language-list .language-item.disabled {
	cursor: none;
	pointer-events: none;
	color: #9F9F9F
}
.website-head-module .head-menu .head-box .content-box .menu-language-box .language-list .language-item.disabled .language-text-item {
	color: #9F9F9F;
	display: flex;
grid-gap:.5rem
}
.website-head-module .head-menu .head-box .content-box .menu-language-box .language-list .language-item.disabled .language-text-item:after {
	content: "\e677";
	font-family: "iconfont" !important;
	font-size: var(--f-s-12);
	color: #9F9F9F;
padding:.4rem 0
}
.website-head-module .head-menu .head-box .content-box .menu-language-box .language-list .language-item:hover {
	background: #D9D9D9
}
.website-head-module .head-menu .head-box .content-box .menu-language-box .language-list .language-item:last-child .language-text-item {
	border-bottom: none;
	cursor: pointer
}
.website-head-module .head-menu .head-box .content-box .menu-language-box .language-list .language-item.active {
	cursor: none;
	pointer-events: none
}
.website-head-module .head-menu .head-box .content-box .menu-language-box .language-list .language-item.active .language-text-item {
	color: #9F9F9F;
	display: flex;
grid-gap:.5rem
}
.website-head-module .head-menu .head-box .content-box .menu-language-box .language-list .language-item.active .language-text-item:after {
	content: "\e677";
	font-family: "iconfont" !important;
	font-size: var(--f-s-12);
	color: #9F9F9F
}
.website-head-module .head-menu .head-box .content-box .menu-language-box .language-list .language-item .language-text-item {
	width: 100%;
border-bottom:.1rem solid #D9D9D9;
	font-weight: 400;
	color: #222222;
	line-height: 1.2;
	padding: 1.2rem 2rem
}
.website-head-module .head-menu .head-box .content-box .menu-search {
	color: #555;
	transition: .3s all
}
.website-head-module .head-menu .head-box .content-box .menu-search i {
	transition: .3s all
}
.website-head-module .head-menu .head-box .content-box .menu-search:hover {
	color: var(--ui-color-primary)
}
.website-head-module .head-menu .head-box .content-box .menu-search:hover i {
	font-weight: bold
}
.website-head-module .head-menu .head-box .content-box .menu-audience-box {
	width: 6rem;
	height: 6rem;
border-radius:.5rem;
	background-color: var(--ui-color-primary);
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center
}
.website-head-module .head-menu .head-box .content-box .menu-audience-box i {
	font-size: var(--f-s-36)
}
.website-head-module .head-menu .head-box .content-box .mobile-menu-btn {
	display: none
}
.website-head-module .header-search-collapse-wrapper {
	position: fixed;
	z-index: 999;
	left: 0;
	top: 12rem;
	width: 100%;
	background-color: #FFFFFF;
box-shadow:0 .2rem 1rem #00000045
}
.website-head-module .header-search-collapse-wrapper .layout_search_box {
	width: 60rem;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	padding: 2rem;
	position: relative;
	max-width: 100%
}
.website-head-module .header-search-collapse-wrapper .layout_search_box .layout_search_wrapper {
	border-radius: 5rem;
	overflow: hidden;
border:.1rem solid #dcdcdc;
	display: flex;
	align-items: center;
	height: 4.8rem;
	background-color: #FFFFFF
}
.website-head-module .header-search-collapse-wrapper .layout_search_box .search_data_list {
	position: absolute;
	top: 77%;
	left: -3rem;
	width: 100%;
	background: #fff;
	height: 20rem;
	overflow: hidden scroll;
border:.1rem solid rgba(0,0,0,0.175);
	padding: 0 2rem;
	line-height: 1.8;
	display: none
}
.website-head-module .header-search-collapse-wrapper .layout_search_box .search_data_list .search_data_item {
	color: #000000
}
.website-head-module .header-search-collapse-wrapper .layout_search_box .dropdown-menu {
	width: 100%;
	position: absolute;
	left: 0
}
.website-head-module .header-search-collapse-wrapper .layout_search_box .dropdown-menu li {
	padding: 1.2rem
}
.website-head-module .header-search-collapse-wrapper .layout_search_box input {
	padding: 0 2.4rem;
	height: 4.8rem;
	float: left;
min-width:.1rem;
	flex: 1;
	border: none;
	width: 70rem;
	max-width: 100%
}
.website-head-module .header-search-collapse-wrapper .layout_search_box input:focus {
	border: none
}
.website-head-module .header-search-collapse-wrapper .layout_search_box input:focus-visible {
outline:none
}
.website-head-module .header-search-collapse-wrapper .layout_search_box .layout_search_btn {
	height: 4.8rem;
	float: left;
	width: 60px;
	padding: 0 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--ui-color-primary);
	transition: .3s
}
.website-head-module .header-search-collapse-wrapper .layout_search_box .layout_search_btn i {
	color: #FFFFFF;
	font-size: var(--f-s-18)
}
.website-head-module .header-search-collapse-wrapper .layout_search_box .layout_search_btn:hover {
	opacity: .8
}
@media (max-width: 1300px) {
body[lang=en-us] .website-head-module .head-menu .head-box {
	grid-gap: 4rem
}
body[lang=en-us] .website-head-module .head-menu .head-box .menu-box {
	grid-gap: 4rem
}
body[lang=en-us] .website-head-module .head-menu .head-box .menu-box .menu-list .menu-item .menu-link {
	font-size: var(--f-s-16)
}
body[lang=en-us] .website-head-module .head-menu .head-box .menu-box .menu-list .menu-item .menu-child-list .menu-child-item {
	font-size: var(--f-s-16)
}
body[lang=en-us] .website-head-module .head-menu .head-box .content-box .menu-language-box .language-head {
	font-size: var(--f-s-16)
}
body[lang=en-us] .website-head-module .head-menu .head-box .content-box .menu-language-box .language-head .iconfont {
	font-size: 1rem
}
}
@media (max-width: 1300px) and (max-width: 1720px) {
body[lang=en-us] .website-head-module .module-width {
	width: 100%
}
}
@media (max-width: 992px) {
.website-head-module .head-menu .head-box .menu-box .head-logo {
	max-width: 80%;
	height: auto;
	aspect-ratio: 240/75
}
.website-head-module .head-menu .head-box .menu-box .menu-list {
	display: none
}
.website-head-module .head-menu .head-box .content-box .menu-audience-box {
	display: none
}
.website-head-module .head-menu .head-box .content-box .mobile-menu-btn {
	display: flex;
	align-items: center;
	justify-content: center
}
.website-head-module .head-menu .head-box .content-box .mobile-menu-btn.open i:first-child {
	display: none
}
.website-head-module .head-menu .head-box .content-box .mobile-menu-btn.open i:last-child {
	display: block
}
.website-head-module .head-menu .head-box .content-box .mobile-menu-btn i {
	font-size: var(--f-s-20);
	font-weight: bold
}
.website-head-module .head-menu .head-box .content-box .mobile-menu-btn i:last-child {
	display: none
}
.website-head-module .header-search-collapse-wrapper .layout_search_box .layout_search_wrapper {
	width: 100%
}
.website-head-module .header-search-collapse-wrapper .layout_search_box input {
	width: auto
}
.website-head-module .mobile-menu {
	position: fixed;
	z-index: 999;
	left: 0;
	top: 12rem;
	height: calc(100vh - 12rem);
	overflow: auto;
	width: 100%;
	background-color: #FFFFFF;
box-shadow:0 .2rem 1rem #00000045
}
.website-head-module .mobile-menu .menu-list {
	width: 100%
}
.website-head-module .mobile-menu .menu-list .menu-item {
	width: 100%;
border-bottom:.1rem solid #9F9F9F
}
.website-head-module .mobile-menu .menu-list .menu-item .menu-link {
	width: 100%;
	padding: 1.2rem 1.5rem
}
.website-head-module .mobile-menu .menu-list .menu-item .menu-link.active {
	color: var(--ui-color-primary);
	font-weight: bold
}
.website-head-module .mobile-menu .menu-list .menu-item .menu-link.child-item {
	display: flex;
	justify-content: space-between
}
.website-head-module .mobile-menu .menu-list .menu-item .menu-link.child-item:after {
	content: "\e687";
	font-family: "iconfont" !important;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	transition: .3s all
}
.website-head-module .mobile-menu .menu-list .menu-item .menu-link.child-item[aria-expanded="true"]:after {
	transform: rotate(90deg)
}
.website-head-module .mobile-menu .menu-list .menu-item .menu-child-list {
	width: 100%
}
.website-head-module .mobile-menu .menu-list .menu-item .menu-child-list .menu-child-item {
border-top:.1rem solid #9F9F9F;
	padding: 1.2rem 1.5rem 1.2rem 3rem
}
.website-head-module .mobile-menu .menu-list .menu-item .menu-child-list .menu-child-item.active {
	color: var(--ui-color-primary);
	font-weight: bold
}
.website-head-module .offcanvas-backdrop {
	display: none !important
}
}
.bottom-form-box {
	width: 100%;
	display: flex;
	max-width: 42rem
}
.bottom-form-box .form-control {
	width: 100%;
	flex: 1;
padding:.8rem 3rem;
	min-height: 5rem;
	font-weight: 400;
	font-size: var(--f-s-18);
	line-height: 2;
border-radius:.5rem 0 0 .5rem;
	background-color: #fff;
	border: none
}
.bottom-form-box .form-control:focus {
	outline: none
}
.bottom-form-box .form-control::placeholder {
color:#9F9F9F
}
.bottom-form-box .form-btn {
	display: flex;
	grid-gap: 1rem;
border-radius:0 .5rem .5rem 0;
	background-color: var(--ui-color-assist-one);
	font-weight: 400;
	font-size: var(--f-s-18);
	color: #FFFFFF;
	line-height: 2;
	border: none;
padding:.8rem 3rem;
	transition: .3s all
}
.bottom-form-box .form-btn:hover {
	cursor: pointer
}
.bottom-form-box .form-btn:hover:before {
transform:translateX(.6rem)
}
body[lang=en-us] .website-bottom-module .bottom-content .content-item .contact-image-list .text-item {
	font-size: 1.1rem
}
body[lang=ar] .bottom-form-box .form-control {
border-radius:0 .5rem .5rem 0
}
body[lang=ar] .bottom-form-box .form-btn {
border-radius:.5rem 0 0 .5rem
}
.website-bottom-module {
	position: relative;
	padding: 20rem 0 6.1rem;
	min-height: 68.4rem;
	align-items: flex-end
}
.website-bottom-module .bottom-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}
.website-bottom-module .bottom-bg.bg-one {
	z-index: 1;
	background: linear-gradient(8deg, #00C5E5 0%, #1226AA 50%, #000050 100%);
	clip-path: polygon(0 23rem, 100% 0, 100% 100%, 0 100%)
}
.website-bottom-module .bottom-bg.bg-two {
	z-index: 2;
	background: linear-gradient(225deg, #00C5E5 0%, #1226AA 50%, #000050 100%);
	clip-path: polygon(0 0, 100% 23rem, 100% 100%, 0 100%)
}
.website-bottom-module .bottom-content {
	position: relative;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	grid-gap: 4rem
}
.website-bottom-module .bottom-content .content-item {
	width: calc(50% - 2rem)
}
.website-bottom-module .bottom-content .content-item.content-contact {
	max-width: 50rem
}
.website-bottom-module .bottom-content .content-item.content-image {
	width: 100%;
	display: flex;
	justify-content: center;
border-top:.1rem solid rgba(11,187,239,0.6);
	padding: 4rem 0 4.6rem;
	margin: 3.5rem 0 0
}
.website-bottom-module .bottom-content .content-item .info-logo {
	width: 24rem;
	max-width: 100%;
	aspect-ratio: 238/75;
	margin: 0 0 2rem
}
.website-bottom-module .bottom-content .content-item .info-title {
	font-weight: 600;
	color: #FFFFFF;
	line-height: 2
}
.website-bottom-module .bottom-content .content-item .info-describe {
	font-weight: 400;
	color: #FFFFFF;
	line-height: 2
}
.website-bottom-module .bottom-content .content-item .content-title {
	font-weight: bold;
	color: #FFFFFF;
	line-height: 2;
margin:0 0 .5rem
}
.website-bottom-module .bottom-content .content-item .news-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	grid-gap: 2rem
}
.website-bottom-module .bottom-content .content-item .news-list .news-item {
	display: flex;
	grid-gap: 1.4rem;
	width: 100%;
	align-items: flex-start
}
.website-bottom-module .bottom-content .content-item .news-list .news-item:hover .news-image {
	cursor: pointer
}
.website-bottom-module .bottom-content .content-item .news-list .news-item:hover .news-image .news-link {
	opacity: 1
}
.website-bottom-module .bottom-content .content-item .news-list .news-item .news-image {
	position: relative;
	width: 12.6rem;
	height: 7.6rem
}
.website-bottom-module .bottom-content .content-item .news-list .news-item .news-image img {
	position: relative;
	z-index: 1
}
.website-bottom-module .bottom-content .content-item .news-list .news-item .news-image .news-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s all;
	opacity: 0
}
.website-bottom-module .bottom-content .content-item .news-list .news-item .news-image .news-link i {
	color: #fff;
	font-size: var(--f-s-22)
}
.website-bottom-module .bottom-content .content-item .news-list .news-item .news-content {
	flex: 1
}
.website-bottom-module .bottom-content .content-item .news-list .news-item .news-content .news-title {
	width: 100%;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.3;
margin:0 0 .8rem;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}
.website-bottom-module .bottom-content .content-item .news-list .news-item .news-content .news-time {
	display: flex;
grid-gap:.8rem;
	font-weight: 400;
	color: #9F9F9F;
	line-height: 2
}
.website-bottom-module .bottom-content .content-item .news-list .news-item .news-content .news-time i {
	font-size: var(--f-s-20);
	color: #fff;
	line-height: 1
}
.website-bottom-module .bottom-content .content-item .contact-item {
	width: 100%;
	margin: 0 0 3rem
}
.website-bottom-module .bottom-content .content-item .contact-item .contact-describe {
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.5;
	margin: 0 0 3.3rem
}
.website-bottom-module .bottom-content .content-item .contact-image-list {
	width: fit-content;
	display: flex;
	grid-gap: 4rem;
	justify-content: space-between
}
.website-bottom-module .bottom-content .content-item .contact-image-list .contact-content {
	width: 50%;
	max-width: calc(50% - 2rem);
	display: flex;
	flex-direction: column;
	align-items: center
}
.website-bottom-module .bottom-content .content-item .contact-image-list .image-item {
	width: auto;
	max-width: 100%;
	height: 12rem;
	aspect-ratio: 1/1;
	margin: 0 0 1rem
}
.website-bottom-module .bottom-content .content-item .contact-image-list .text-item {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-weight: 400
}
.website-bottom-module .info-menu-box {
	position: absolute;
	width: 100%;
	height: auto;
	min-height: 6rem;
	background: #fff;
	z-index: 100;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
border-top:.1rem solid #f9f9f9
}
.website-bottom-module .info-menu-box .info-menu-content {
	width: 100%;
	/*display: flex;
	flex-wrap: wrap;
	grid-gap: 1.2rem 3rem;
	justify-content: space-between;*/
	padding: 1.2rem 0; text-align:center
}
.website-bottom-module .info-menu-box .info-menu-content .info-text {
	font-weight: 500;
	color: #222;
	max-width: 100%
}
.website-bottom-module .info-menu-box .info-menu-content .info-text img {
	display: inline-block;
	width: 1.6rem;
	height: 1.6rem;
	object-fit: contain;
margin-bottom:.4rem;
margin-right:.4rem
}
.website-bottom-module .info-menu-box .info-menu-content .info-text a {
	display: inline-block;
	color: var(--ui-color-primary)
}
.website-bottom-module .info-menu-box .info-menu-content .info-menu {
	font-weight: 500;
	color: #000
}
.website-bottom-module .info-menu-box .info-menu-content .info-menu a {
	display: inline-block;
	transition: .3s all
}
.website-bottom-module .info-menu-box .info-menu-content .info-menu a:hover {
	color: var(--ui-color-primary)
}
.website-bottom-module .info-menu-box .gotoTop {
	position: fixed;
	bottom: 1.6rem;
	right: 1.6rem;
	width: 5rem;
	height: 5rem;
	z-index: 2;
	background-color: var(--ui-color-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	transition: .3s ease-in-out;
border-radius:.6rem
}
.website-bottom-module .info-menu-box .gotoTop:hover {
	border-radius: 50%;
	width: 4rem;
	height: 4rem
}
.website-bottom-module .info-menu-box .gotoTop .topBtn {
	border: 1px solid var(--ui-color-primary);
	background-color: #fff;
	border-radius: 50%;
	width: 3rem;
	height: 3rem;
	color: var(--ui-color-primary);
	font-size: var(--f-s-20)
}
@media (max-width: 992px) {
.website-bottom-module {
	padding: 20rem 0 4rem;
	flex-wrap: wrap
}
.website-bottom-module br {
	display: block
}
.website-bottom-module .bottom-bg.bg-one {
	clip-path: polygon(0 12rem, 100% 0, 100% 100%, 0 100%)
}
.website-bottom-module .bottom-bg.bg-two {
	clip-path: polygon(0 0, 100% 12rem, 100% 100%, 0 100%);
	background: linear-gradient(90deg, #0078dd 0%, #1226AA 50%, #000050 100%)
}
.website-bottom-module .bottom-content {
	grid-gap: 3rem
}
.website-bottom-module .bottom-content .content-item {
	width: 100%
}
.website-bottom-module .bottom-content .content-item.content-info {
	max-width: 100%
}
.website-bottom-module .bottom-content .content-item.content-contact {
	max-width: 100%
}
.website-bottom-module .bottom-content .content-item.content-image {
	margin: 0;
	padding: 3rem 0 0
}
.website-bottom-module .bottom-content .content-item .contact-item {
	margin: 0
}
.website-bottom-module .bottom-content .content-item .info-title {
	font-size: var(--f-s-18);
	margin: 0 0 2rem
}
.website-bottom-module .bottom-content .content-item .content-title {
	font-size: var(--f-s-18);
	margin: 0 0 2rem
}
.website-bottom-module .info-menu-box {
	position: relative;
	background: transparent;
	margin: 3rem 0 0;
	border-top: none
}
.website-bottom-module .info-menu-box .info-menu-content {
	grid-gap: 2rem
}
.website-bottom-module .info-menu-box .info-menu-content .info-text {
	width: 100%;
	color: #fff
}
.website-bottom-module .info-menu-box .info-menu-content .info-text a {
	color: var(--ui-color-assist-one)
}
.website-bottom-module .info-menu-box .info-menu-content .info-menu {
	width: 100%;
	color: #fff
}
.website-bottom-module .info-menu-box .info-menu-content .info-menu:hover a {
	color: var(--ui-color-assist-one)
}
.website-bottom-module .info-menu-box .gotoTop {
	position: fixed;
	right: 1.5rem;
	bottom: 3rem;
	z-index: 101
}
}
.title-tag-module .title-tag-width {
	display: flex;
	flex-direction: column;
	align-items: center
}
.title-tag-module .title-tag-width .subtitle {
	color: var(--ui-color-primary)
}
.title-tag-module .title-tag-width .tag-title-box {
	display: flex;
	align-items: center;
	grid-gap: 3.2rem
}
.title-tag-module .title-tag-width .tag-title-box:before {
	content: "";
	width: 100px;
	height: 10px;
	border-top: 2px solid var(--ui-color-primary);
	border-bottom: 2px solid var(--ui-color-primary)
}
.title-tag-module .title-tag-width .tag-title-box:after {
	content: "";
	width: 100px;
	height: 10px;
	border-top: 2px solid var(--ui-color-primary);
	border-bottom: 2px solid var(--ui-color-primary)
}
@media (max-width: 992px) {
.title-tag-module .title-tag-width .tag-title-box {
	width: 100%;
	grid-gap: 2.2rem
}
.title-tag-module .title-tag-width .tag-title-box:before {
	flex: 1;
	width: 100%;
	height: 1rem;
border-top:.2rem solid var(--ui-color-primary);
border-bottom:.2rem solid var(--ui-color-primary)
}
.title-tag-module .title-tag-width .tag-title-box:after {
	flex: 1;
	width: 100%;
	height: 1rem;
border-top:.2rem solid var(--ui-color-primary);
border-bottom:.2rem solid var(--ui-color-primary)
}
}
#videoModal .modal-content {
	background-color: transparent;
	border: none
}
#videoModal .modal-header {
	border-bottom: none
}
#videoModal .btn-close {
	color: #fff;
	background: transparent;
	opacity: 1;
	font-size: var(--f-s-24)
}
#videoModal .btn-close:focus {
	outline: none
}
#videoModal .modal-title {
	font-size: var(--f-s-24)
}
#videoModal .modal-dialog {
	max-width: 83rem;
	margin-top: 10rem
}
.float-right-module {
	position: fixed;
	right: 2rem;
	z-index: 10;
	bottom: 24%
}
.float-right-module .module-list {
	display: flex;
	flex-direction: column
}
.float-right-module .module-list .module-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 5rem;
	height: 5rem;
	background-color: #fff;
	margin: 1rem 0;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	transition: .3s all;
	cursor: pointer;
	position: relative
}
.float-right-module .module-list .module-item i {
	font-size: var(--f-s-24);
	transition: .3s ease-in-out
}
.float-right-module .module-list .module-item:hover i {
	color: var(--ui-color-primary)
}
.float-right-module .module-list .module-item .module-item-float {
	position: absolute;
	right: calc(100% + 1rem);
	background-color: #ffffff;
	width: 30rem;
	padding: 0 1rem;
	height: 7rem;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
border-radius:.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--f-s-18);
	transform: translateX(10rem);
	transition: .4s ease-in-out;
	opacity: 0;
	z-index: -1;
	visibility: hidden
}
.float-right-module .module-list .module-item:hover .module-item-float {
	opacity: 1;
	transform: translateX(0);
	z-index: 1;
	visibility: inherit
}
#mapModal .modal-dialog {
	width: 100rem;
	max-width: 90%;
	margin: auto
}
#mapModal .modal-body {
	display: flex;
	justify-content: center;
	align-items: center
}
#mapModal .map-container {
	width: 100rem;
	max-width: 90%;
	height: 60rem
}
@media (max-width: 992px) {
.float-right-module .module-list .module-item {
	height: 4rem;
	width: 4rem
}
.float-right-module .module-list .module-item i {
	font-size: var(--f-s-16);
	transition: .3s ease-in-out
}
.float-right-module .module-list .module-item .module-item-float {
	height: 5rem;
	font-size: var(--f-s-14);
	width: 25rem
}
}
