@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%
}
}
.ui-style-css {
	--site-header-height: 12rem;
	--site-header-height-active: 8rem;
}
.website-head-module {
	position: relative;
	z-index: 100;
	min-height: var(--site-header-height);
	transition: min-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.website-head-module .head-menu {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	z-index: 1000;
	border-bottom: 1px solid #eeeeee;
	box-sizing: border-box;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.website-header.header_active {
	min-height: var(--site-header-height-active);
}
.website-head-module .head-menu .head-box {
	display: flex;
	justify-content: space-between;
	grid-gap: 5rem;
	padding: 2rem 0;
	height: var(--site-header-height);
	box-sizing: border-box;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.website-header.header_active .head-menu {
	box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.08);
	border-bottom-color: transparent;
}
.website-header.header_active .head-menu .head-box {
	height: var(--site-header-height-active);
	padding: 1rem 0;
}
.website-head-module + .layout_body .head-list-module.module {
	width: 100%;
	max-width: 100%;
}
.website-head-module .head-menu .head-box .menu-box {
	display: flex;
	grid-gap: 8rem;
	align-items: center;
	justify-content: space-between;
  flex: 1;
}
.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;
	margin-right: 10rem;
}
.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
}
@media (min-width: 993px) {
	.website-head-module .menu-item .menu-child-box {
		display: block !important;
		opacity: 0;
		visibility: hidden;
		transform: translate(-50%, 15px);
		transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
		pointer-events: none;
	}
	.website-head-module .menu-item:hover .menu-child-box {
		opacity: 1;
		visibility: visible;
		transform: translate(-50%, 0);
		pointer-events: auto;
	}
}
.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: #E0E0E0
}
.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 #E0E0E0;
	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: absolute;
	z-index: 99;
	left: 0;
	top: 100%;
	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: var(--site-header-height);
	height: calc(100vh - var(--site-header-height));
	transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1), height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	overflow: auto;
	width: 100%;
	background-color: #FFFFFF;
box-shadow:0 .2rem 1rem #00000045
}
.website-head-module.website-header.header_active .mobile-menu {
	top: var(--site-header-height-active);
	height: calc(100vh - var(--site-header-height-active));
}
.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;
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	min-height: auto
}
/* Footer background: direct .bottom-bg children (template without .footer-gradient-area wrapper) */
.website-bottom-module > .bottom-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1
}
.website-bottom-module > .bottom-bg.bg-one {
	background: linear-gradient(135deg, #000050 0%, #0B3DD2 55%, #2C7EF7 100%)
}
.website-bottom-module > .bottom-bg.bg-two {
	background: linear-gradient(135deg, rgba(44,126,247,0.12) 0%, rgba(11,61,210,0.06) 50%, rgba(0,0,80,0.18) 100%)
}
.website-bottom-module > .bottom-content,
.website-bottom-module > .module-width.bottom-content {
	position: relative;
	z-index: 2
}
.website-bottom-module .footer-gradient-area {
	position: relative;
	padding: 7rem 0 5rem
}
.website-bottom-module .footer-gradient-area .bottom-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(135deg, #000050 0%, #0B3DD2 55%, #0078dd 100%)
}
.website-bottom-module .footer-gradient-area .bottom-content .footer-bottom-bar {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	grid-gap: 1.6rem;
	padding: 0;
}
.website-bottom-module .footer-gradient-area .bottom-content .footer-bottom-bar .footer-copyright {
	display: flex;
	align-items: center;
	grid-gap: 1.6rem;
	color: rgba(255, 255, 255, .9);
	font-size: 1.5rem;
}
.website-bottom-module .footer-gradient-area .bottom-content .footer-bottom-bar .footer-copyright a {
	color: rgba(255, 255, 255, .9);
	text-decoration: underline;
	transition: color .3s ease;
}
.website-bottom-module .footer-gradient-area .bottom-content .footer-bottom-bar .footer-copyright a:hover {
	color: #fff;
}
.website-bottom-module .footer-gradient-area .bottom-content .footer-bottom-bar .footer-social-links {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	grid-gap: 1.6rem;
}
.website-bottom-module .footer-gradient-area .bottom-content .footer-bottom-bar .footer-social-links .social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.4rem;
	height: 4.4rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, .15);
	transition: all .3s ease;
}
.website-bottom-module .footer-gradient-area .bottom-content .footer-bottom-bar .footer-social-links .social-link:hover {
	background: rgba(255, 255, 255, .3);
	transform: translateY(-.3rem);
}
.website-bottom-module .footer-gradient-area .bottom-content .footer-bottom-bar .footer-social-links .social-link img {
	width: 60%;
	height: 60%;
	object-fit: contain;
}
@media (max-width: 768px) {
	.website-bottom-module .footer-gradient-area .bottom-content .footer-bottom-bar {
		flex-direction: column;
		text-align: center;
	}
}
.website-bottom-module .footer-gradient-area .bottom-content {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	grid-gap: 4.8rem;
	width: 140rem;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 4rem
}
.website-bottom-module .footer-top-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	grid-gap: 2.4rem;
	padding-bottom: 3.2rem;
	border-bottom: .1rem solid rgba(255, 255, 255, .18)
}
.website-bottom-module .footer-top-logo {
	width: 22rem;
	max-width: 100%
}
.website-bottom-module .footer-top-logo img {
	width: 100%;
	height: auto;
	object-fit: contain
}
.website-bottom-module .footer-quick-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	grid-gap: 1.2rem 3.2rem
}
.website-bottom-module .footer-quick-nav .footer-nav-link {
	color: #fff;
	font-weight: 500;
	transition: .3s all
}
.website-bottom-module .footer-quick-nav .footer-nav-link:hover {
	color: var(--ui-color-assist-one)
}
.website-bottom-module .footer-columns {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-gap: 4rem;
	width: 100%
}
.website-bottom-module .footer-columns .content-item {
	width: 100%;
	padding-bottom: 0
}
.website-bottom-module .footer-columns .content-item.content-contact {
	max-width: none
}
.website-bottom-module .bottom-content .content-item .info-title,
.website-bottom-module .footer-columns .content-item .info-title {
	font-weight: 600;
	color: #FFFFFF;
	line-height: 2
}
.website-bottom-module .bottom-content .content-item .info-describe,
.website-bottom-module .footer-columns .content-item .info-describe {
	font-weight: 400;
	color: #FFFFFF;
	line-height: 2
}
.website-bottom-module .bottom-content .content-item .content-title,
.website-bottom-module .footer-columns .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,
.website-bottom-module .footer-columns .content-item .contact-item {
	width: 100%;
	margin: 0
}
.website-bottom-module .bottom-content .content-item .contact-item .contact-describe,
.website-bottom-module .footer-columns .content-item .contact-item .contact-describe {
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.9;
	margin: 0 0 1rem
}
.website-bottom-module .footer-columns .content-item .contact-image-list {
	display: flex
}
.website-bottom-module .footer-columns .content-item .contact-image-list .contact-content {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	grid-gap: 2rem;
	flex-wrap: wrap
}
.website-bottom-module .footer-columns .content-item .contact-image-list .contact-content-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	grid-gap: .8rem
}
.website-bottom-module .footer-columns .content-item .contact-image-list .image-item {
	width: 10rem;
	max-width: 100%;
	height: 10rem;
	aspect-ratio: 1/1;
	margin: 0
}
.website-bottom-module .footer-columns .content-item .contact-image-list .image-item img {
	width: 100%;
	height: 100%;
	object-fit: contain
}
.website-bottom-module .footer-columns .content-item .contact-image-list .text-item {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-weight: 400
}
.website-bottom-module .info-menu-box {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 6rem;
	background: #fff;
	z-index: 100;
	border-top: .1rem solid #f0f0f0;
	margin-top: 0
}
.website-bottom-module .info-menu-box .info-menu-inner {
	width: 140rem;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 4rem
}
.website-bottom-module .info-menu-box .info-menu-content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	grid-gap: 1.2rem 3rem;
	padding: 1.8rem 0
}
.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 .info-menu-content .footer-social-links {
	display: flex;
	align-items: center;
	grid-gap: 1.6rem
}
.website-bottom-module .info-menu-box .info-menu-content .footer-social-links .social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 50%;
	background-color: #f5f5f5;
	transition: .3s all
}
.website-bottom-module .info-menu-box .info-menu-content .footer-social-links .social-link:hover {
	background-color: var(--ui-color-primary);
	transform: translateY(-.3rem)
}
.website-bottom-module .info-menu-box .info-menu-content .footer-social-links .social-link img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: .6rem
}
.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: 1399px) and (min-width: 993px) {
.website-bottom-module .footer-gradient-area .bottom-content,
.website-bottom-module .info-menu-box .info-menu-inner {
	width: 100%;
	padding: 0 2.4rem
}
}
@media (max-width: 992px) {
.website-bottom-module .footer-gradient-area .bottom-content,
.website-bottom-module .info-menu-box .info-menu-inner {
	width: 100%;
	padding: 0 1.5rem
}
.website-bottom-module .footer-gradient-area {
	padding: 4rem 0 3rem
}
.website-bottom-module br {
	display: block
}
.website-bottom-module .bottom-content {
	grid-gap: 3rem
}
.website-bottom-module .footer-top-bar {
	flex-direction: column;
	align-items: flex-start;
	padding-bottom: 2.4rem
}
.website-bottom-module .footer-quick-nav {
	grid-gap: 1rem 2rem
}
.website-bottom-module .footer-columns {
	grid-template-columns: 1fr
}
.website-bottom-module .footer-columns .content-item,
.website-bottom-module .footer-columns .content-item.content-image {
	width: 100%;
	max-width: 100%
}
.website-bottom-module .footer-columns .content-item .content-title {
	font-size: var(--f-s-18);
	margin: 0 0 2rem
}
.website-bottom-module .info-menu-box {
	background: #fff;
	margin: 3rem 0 0
}
.website-bottom-module .info-menu-box .info-menu-content {
	flex-direction: column;
	align-items: flex-start;
	grid-gap: 1rem
}
.website-bottom-module .info-menu-box .info-menu-content .info-text {
	width: 100%;
	color: #222
}
.website-bottom-module .info-menu-box .info-menu-content .info-text a {
	color: var(--ui-color-primary)
}
.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
}
}
