body {
	font-family: "Inter var experimental", "Inter var", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	color: #333;
}

body {
	color: var(--bs-gray-600);
}

ul,
li,
h4,
p,
dl,
dt,
dd,
pre,
i,
s,
b {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: var(--bs-gray-600);
}

a:hover {
	color: var(--bs-gray-500);
}

a:focus,
a:visited {
	box-shadow: none;
}

.n-padding {
	padding: 0 !important;
}

.n-padding-r {
	padding-right: 0;
}

.n-padding-t {
	padding-top: 0;
}

.n-padding-l {
	padding-left: 0;
}

.n-margin {
	margin: 0 !important;
}

.n-margin-l {
	margin-left: 0 !important;
}

.n-margin-b {
	margin-bottom: 0 !important;
}

.n-padding-b {
	padding-bottom: 0;
}

.color-gos {
	color: var(--gos-color);
}

.back-gos {
	background-color: var(--gos-color);
}

.n-grow {
	flex-grow: 0
}

.no-border {
	border: 0;
}

.no-shadow:focus,
.no-shadow:visited {
	box-shadow: none !important;
	border: 1px solid #ced4da !important;
}


.lh-18 {
	line-height: 180%;
}

.lh-15 {
	line-height: 150%;
}

.mar-0-5 {
	margin-top: .5rem;
}

.mar-1 {
	margin-top: 1rem;
}

.mar-2 {
	margin-top: 2rem;
}

.mar-3 {
	margin-top: 3rem;
}

.pad-3 {
	padding-bottom: 3rem;
}

.pos-r {
	position: relative;
}

.navbar-toggler:focus {
	box-shadow: none
}

.nl-padding {
	padding: 0 .75rem;
}

.p-10 {
	padding: .75rem;
}

.mar-4 {
	margin-top: 4%;
}

.pad-1 {
	padding: 1rem;
}

.nav-bg {
	background-color: var(--bs-white)
}

.navbar-light .navbar-nav .nav-link {
	color: var(--bs-gray-600);
}

.navbar-light .navbar-nav .nav-link:hover {
	color: var(--gos-color);
}

.navbar-light .navbar-nav .nav-link.active {
	color: var(--bs-gray-600);
	position: relative;
}

.navbar-light .navbar-nav .nav-link.dropdown-toggle.active::before {
	width: 31%;
	left: 15%;
}

.navbar-light .navbar-nav .nav-link.active::before {
	background-color: var(--gos-color);
	content: '';
	height: 2px;
	width: 50%;
	position: absolute;
	bottom: 0;
	left: 25%;
}

#navbarNav,
.navbar-nav {
	flex: auto;
}

.nav-item {

	display: flex;
}

.nav-sm {
	display: flex;
	justify-content: space-between;
}

.lang {
	width: 100px !important;
}

.nav-link {
	display: inline-flex;

}

.navbar-toggler {
	font-size: 1rem;
	margin-top: -8px;
}

.navbar-toggler span {
	display: inline-block;
	width: 1.5em;
	height: 2px;
	background: var(--bs-gray);
	transform: rotate(45deg);
	position: relative;
	transition: all .3s;

}

.navbar-toggler span::after {
	content: "";
	display: inline-block;
	width: 1.5em;
	height: 2px;
	background: var(--bs-gray);
	transform: rotate(-90deg);
	position: absolute;
	left: 0
}

.collapsed span {
	transform: rotate(0deg);
}

.collapsed span::before,
.collapsed span::after {
	position: absolute;
	content: '';
	width: 1.5em;
	height: 2px;
	background: var(--bs-gray);
	left: 0;
}

.collapsed span::before {
	top: -.5rem;
}

.collapsed span::after {
	transform: rotate(0deg);
	bottom: -.5rem;
}

.dropdown-toggle {
	position: relative;
	width: 100%;
}

.dropdown-toggle::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20%;
	height: .5rem;
	width: .5rem;
	transform-origin: 25% 25%;
	border-width: 2px 0 0 2px;
	border-color: var(--bs-gray);
	border-style: solid;
	transform: translate(-25%, -25%) rotate(225deg);
	transition: all .3s;
}

.dropdown-toggle.show::after {
	transform: translate(-25%, -25%) rotate(130deg);
}

.dropdown-menu {
	border: 0;
}

.dropdown-item {
	padding: .5rem 1rem;
	color: var(--bs-gray-600);
}

.dropdown-item img {
	margin-right: .5rem;
}

.dropdown-menu[data-bs-popper] {
	margin-top: 0;
	border-radius: 0 0 .25rem .25rem
}

.navbar-light .navbar-nav .lang svg {
	margin-right: 10px;
}

.navbar-light .navbar-nav .lang::after {
	display: none;
}

.dropdown-item:active {
	background: none;
}

.dropdown-menu[data-bs-popper] {
	right: 0;
	left: auto;
}

.more-bg {
	background-image: url(../img/morebg.png);
	background-repeat: no-repeat;
	background-size: contain;
	text-decoration: none;
}

.carousel-indicators {
	margin: 0;
}

.about-str {
	background-color: var(--gos-color);
}

.about-str .row {
	margin: 0;
	padding: 0;
	--bs-gutter-x: 0
}

.about-str ul li {
	border-left: 1px solid var(--gos-c);
	color: var(--bs-white);
	position: relative;

}

.about-str ul li:last-child {
	border-right: 1px solid var(--gos-c);
}

.about-str ul li::before {
	content: '';
	width: 1px;
	height: 10px;
	background-color: var(--bs-white);
	position: absolute;
	left: 0;
	top: 40px;
}

.about-str ul li span {
	display: block;
	padding: 5.625rem 2.5rem 4rem 2.5rem;
}

.about-str ul li span h4 {
	font-size: 2.25rem;
	font-weight: 100;
}

.about-str ul li span p {
	font-size:1rem;
	color: var(--bs-white);
	padding-top: 1rem
}

.sta-box {
	padding-top: 3.625rem;
}

.sta-min-box {
	padding-top: 2rem;
}

.sta-white {
	background-color: var(--bs-white);
}

.sta-light {
	background-color: var(--bs-light);
}

.p-10-t {
	padding-top: .75rem;
}

.m-10-t {
	margin-top: .75rem;
}

.title-bar {
	font-size: 1.875rem;
	color: var(--gos-color);

}

.aboutus {
	position: relative;
}

.aboutus dt {
	justify-content: flex-end;
	display: flex;
	z-index: 2;
}

.aboutus dd span {
	margin-top: 1.5rem;
	margin-right: 2rem;
	display: inline-block;
	overflow: hidden;
	color: var(--bs-gray-600);
}

.aboutus dd {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.aboutus-t {
	display: inline-block;
	background-color: var(--gos-color);
	padding: 1.8rem;
	color: var(--bs-white);
	position: absolute;
	bottom: 0;
	text-decoration: none;
	font-size: 0.875rem;

}

.aboutus-t:hover {
	color: var(--bs-white);
}

.aboutus-t s {
	font-size: 1.3125rem;
	text-decoration: none
}

.aboutus-t::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 42%;
	height: .6rem;
	width: .6rem;
	transform-origin: 25% 25%;
	border-width: 2px 0 0 2px;
	border-color: var(--bs-white);
	border-style: solid;
	transform: translate(-25%, -25%) rotate(130deg);

}

.aboutus-t::before {
	content: '';
	position: absolute;

	left: 40.7%;
	height: 2rem;
	width: 2rem;
	border-radius: 50%;
	border: 2px solid var(--bs-white);
}

.pro-con dd {
	border: var(--bs-gray-200) 1px solid;
	border-left: 0;
	border-right: 0;
	position: relative;
}

.pro-con dd h4 {
	font-size: 2rem;
	color: var(--gos-color);
	font-weight: 400;

}

.pro-con dd p {
	color: var(--bs-gray-600);
	 font-size: 1.2rem;
	 line-height: 150%;
	 font-weight: 100;

}

.pro-con dd span {
	position: absolute;
	right: 0;
	top: -6.6rem;
	font-size: 26.25rem;
	color: var(--bs-gray-100);
	z-index: 1;
}

.pro-con dd a {
	width: 8.25rem;
	height: 2.875rem;
	line-height: 2.8rem;
	padding-left: 3rem;
	position: absolute;
	left: 0;
	bottom: 3.125rem;
	font-size: 0.75rem;
	color: #fff;
}

.pro-tab {
	justify-content: space-between;
	display: flex;
	text-align: center;
}

.pro-tab li {
	border-bottom: var(--bs-gray-200) 1px solid;
	cursor: pointer;
	padding-bottom: 2rem;
}

.pro-tab li h6 {
	color: var(--bs-gray-600);
	line-height: 150%;
	white-space: nowrap;
}

.pro-tab li pre {
	font-size: 3.75rem;
	color: var(--bs-gray-100);
	display: none
}

.protab li pre {
	color: var(--bs-gray-300);
}

.pro-tab .active {
	border-color: var(--gos-color);
}


.pro-tab .active h6,
.pro-tab .active pre {
	color: var(--gos-color);
}

.case .row {
	--bs-gutter-x: 0;
}

.case-con,
.case-img {
	background-color: var(--gos-color);
}

.case-n-pad-r {
	padding-right: 0;
}

.case-con {
	color: var(--bs-white);
}

.case-con h5 {
	font-size: 1.25rem;
	width: 80%;
}

.case-con i {
	padding: 2rem 0 3rem 0;
	margin-right: 1.5rem;
	border-bottom: 1px solid var(--gos-c);
	display: block;
	font-style: normal;
}

.case-con p {
	padding: 1.5rem;
	padding-left: 0;
}

.case-con a {
	padding: 1rem;
	padding-left: 0;
	font-size: 0.875rem;
	color: var(--bs-white);
	text-decoration: none;
}

.case .carousel-indicator {
	bottom: 1rem;
}

.case .carousel-indicator [data-bs-target] {
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
}

.news {
	font-weight: 100;
}

.news ul {
	background-color: var(--bs-gray-100);
}

.news ul img {
	width: 100%;
	height: auto;
}

.news ul a {
	margin: 1rem;
	display: block;
	text-decoration: none;
	padding-bottom: 1.5rem;
}

.news ul a h4 {
	font-size: 1.125rem;
	color: var(--gos-color);
}

.news ul a i {
	font-style: normal;
	padding: 1rem 0;
	color: var(--bs-gray-400);
	display: block;
}

.news ul a p {
	color: var(--bs-gray-500);
}

.news-con ul {
	background: none;
}

.news-con ul a {
	border-bottom: var(--bs-gray-200) 1px solid;
	margin-top: 0;

}

.news-con ul a:not(:nth-child(3n)) {
	margin-bottom: 1.5rem;
}

.news-con ul a h4 {
	color: var(--bs-gray-600);
}

.news-con ul a i {
	padding: .5rem 0;
}

.box-4n,
.box-2n,
.box-4n-1,
.box-4n-0,
.box-5n {
	display: flex;
	flex-wrap: wrap;
}

.box-4n-0>* {
	flex: 0 0 25%;
}

.box-4n>*,
.box-4n-1>* {
	flex: 0 0 24%;
	margin-bottom: calc(4% / 3);
}

.box-4n>*:not(:nth-child(4n)),
.box-4n-1>*:not(:nth-child(4n)) {
	margin-right: calc(4% / 3);
}

.box-2n>* {
	flex: 0 0 49%;
	margin-bottom: calc(2%);
}

.box-2n>*:not(:nth-child(2n)) {
	margin-right: calc(2%);
}

.box-5n>* {
	flex: 0 0 19%;
	margin-bottom: calc(5% / 4);
}

.box-5n>*:not(:nth-child(5n)) {

	margin-right: calc(5% / 4);
}

.partner li {
	text-align: center;
}

.partner li a {
	padding: 1.25rem;
	background-color: var(--bs-gray-100);
	display: block;
}

.partner li a img {
	max-width: 100%;
	height: auto;
}

footer {
	background-color: var(--bs-gray-800);
	color: var(--bs-gray-300);
}

footer ul {
	padding: 2rem 0;
	display: flex;
}

footer ul li {
	flex: 0 0 25%;
}

footer ul li h6,
footer ul li h6 a {
	font-size: 1.125rem;
}

footer ul li a {
	padding-top: 1rem;
	text-decoration: none;
	color: var(--bs-gray-500);
	display: block;
	font-size: 0.875rem;
}

footer ul li a:hover {
	color: var(--bs-gray-100);
}

footer span {
	display: block;
	border-top: 1px solid var(--bs-gray-700);
	padding: 1rem 0;
	color: var(--bs-gray-600);
}

footer span a,
footer span a:hover {
	color: var(--bs-gray-600);
	text-decoration: none;
}

@media(max-width:992px) {
	.mar-1 {
		margin-top: .5rem;

	}

	.mar-2 {
		margin-top: 1rem;
	}

	.mar-3 {
		margin-top: 1.5rem;
	}

	.pad-1 {
		padding: .75rem;
	}

	.pad-t-1 {
		padding-top: 1rem;
	}

	.col-2 {
		width: 25%;
	}

	.nav-sm {
		position: absolute;
		z-index: 10;
		width: 100%;
		background-color: var(--bs-light);
		padding: .5rem 1rem;
	}

	#navbarNav,
	.navbar-nav {
		flex: none;
		flex-basis: 100%;
	}


	.nav-item {
		display: inline;
	
	}

	.dropdown-toggle::after {
		right: -20px;
	}

	.navbar-light .navbar-nav .nav-link.dropdown-toggle.active::before {
		width: 9.3%;
		left: 3%;
	}

	.dropdown-menu[data-bs-popper] {
		margin-top: 0.125rem;
		border-radius: .25rem
	}

	.dropdown-toggle::after {

		transform: translate(-25%, -25%) rotate(130deg);

	}

	.dropdown-toggle.show::after {
		transform: translate(-25%, -25%) rotate(225deg);
	}

	.more-bg {
		background: none;
	}

	.hidden-p {
		display: none;
	}

	.navbar-light .navbar-nav .lang {
		padding-left: 0;
	}

	.navbar-light .navbar-nav .lang::after {
		display: inline-block;
	}

	.about-str .row>* {
		width: 50%;
	}

	.about-str ul li {
		border-left: 0;
		border-top: 1px solid var(--gos-c);
	}

	.about-str ul li:last-child {
		border-right: 0;
	}

	.about-str ul li::before {
		width: 10px;
		height: 1px;
		left: 1.5rem;
		top: 0;

	}

	.about-str ul li span {
		display: block;
		padding: 1.5rem;
	}

	.about-str ul li span h4 {
		font-size: 1.5rem;
		font-weight: 400;

	}

	.about-str ul li span p {
		color: #6986ba;
		padding-top: .5rem
	}

	.sta-box {
		padding-top: 1.5rem;
	}

	.sta-min-box {
		padding-top: .75rem;
	}


	.title-bar {
		font-size: 1.2rem;
	}

	.aboutus dd span {
		margin-top: 0;
		margin-right: 0;
		height: calc(49vw);
		margin-bottom: 10px;
	}

	.aboutus dt {
		display: none;
	}

	.aboutus-t {
		position: relative;
		padding: 1rem;
		font-size: .5rem;
	}

	.aboutus-t s {
		font-size: 1rem;
	}

	.aboutus-t::after {

		top: 58%;
		left: auto;
		right: 1.45rem;
		height: .4rem;
		width: .4rem;

	}

	.aboutus-t::before {

		top: 35%;
		left: auto;
		right: 1.25rem;
		height: 1.5rem;
		width: 1.5rem;

	}

	.pro-con dd {
		margin-top: 1rem;

	}

	.pro-con dd h4 {
		font-size: 1.2rem;
	}

	.pro-con dd p {
		width: 80%;
	}

	.pro-con dd span {
		right: 1rem;
		top: -3px;
		font-size: 6rem;

	}

	.pro-con dd a {
		padding-left: 0;
		position: static;
		left: 0;
		bottom: 3.125rem;
		font-size: 0.75rem;
	}

	.scroll-hidden {
		overflow: hidden;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}

	.scroll-hidden::-webkit-scrollbar {
		width: 0;
		height: 0;
		color: transparent;
	}

	.pro-tab li {
		margin-right: 1rem;
	}


	.case-con {
		padding-bottom: 2.5rem;
	}

	.case-con h5 {
		font-size: 1.1rem;
		padding: 0 1rem;
		width: 100%;
	}

	.case-con i {
		padding: .5rem 0 1rem 0;
		margin-right: 1rem;
		margin-left: 1rem;

	}

	.case-con p {
		padding: 1rem;

	}

	.case-con a {
		padding: 1rem;

	}

	.case .carousel-indicator {
		bottom: .5rem;
	}

	.news-con ul a {
		margin: 0;
	}

	.box-4n-0>* {
		flex: 0 0 100%;
	}

	.box-4n>* {
		flex: 0 0 48%;
		margin-bottom: 4%
	}

	.box-4n>*:not(:nth-child(4n)) {
		margin-right: 0;

	}

	.box-4n>*:not(:nth-child(2n)) {
		margin-right: 4%;
	}

	.box-2n>*,
	.box-4n-1>*,
	.box-5n>* {
		flex: 0 0 100%;
		margin-bottom: 4%
	}

	.box-2n>*,
	.box-4n-1>*,
	.box-5n>* {
		margin-right: 0;
	}


	.partner li a {
		padding: 1rem;
	}

	footer ul {
		flex-wrap: wrap;
	}

	footer ul li {
		flex: 0 0 50%;
	}

	footer ul li:nth-child(3),
	footer ul li:nth-child(4) {
		margin-top: 2rem;
	}

	footer span {
		font-size: 0.875rem;
	}

}



@media (min-width:768px) and (max-width:992px) {
	.aboutus dd span {
		height: calc(16vw);
	}

	.pro-con dt {
		text-align: center;
	}



}

@media (min-width:992px) and (max-width:1024px) {
	.dropdown-toggle::after {
		right: 10%;
	}

	.aboutus-t::after {

		left: 42.5%;

	}

	.aboutus-t::before {

		left: 40.7%;

	}

	.aboutus dd span {
		height: calc(17vw);
	}
}

@media (min-width:1024px) and (max-width:1200px) {
	.aboutus dd span {
		height: calc(18vw);
	}

	.aboutus-t::after {

		top: 51%;
		left: 50%;

		height: .4rem;
		width: .4rem;

	}

	.aboutus-t::before {

		top: 44%;
		left: 48.7%;

		height: 1.5rem;
		width: 1.5rem;

	}

	.pro-con dd span {
		top: -2rem;
		font-size: 20rem;

	}

	.case-con {
		padding-left: 1rem;
	}

	.case-con h5 {

		width: 100%;
	}
}

@media(min-width:1200px) {
	.dropdown-toggle::after {
		right: 30%;
	}
}

@media(min-width:1400px) {

	.scale-img img {
		cursor: pointer;
		transition: all 0.8s;
	}

	.scale-img img:hover {
		transform: scale(1.08);
	}
}

.icons {
	position: relative;
}

.icons span {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 2;
	display: flex;

	align-items: flex-end;
}

.icons span img {
	width: auto !important;
	height: 3em;
	margin-left: 10px
}

.icons-c span {
	left: 10px;
	right: auto;
	top: 0px;
	bottom: auto;
}

.icons-c span img {
	height: 3.5em;
}

@media(max-width:992px) {

	.right-bar,
	.pro-bottom,
	.hover-menu {
		display: none;
	}


	.icons span img {
		height: 1.8em;
	}

	.mbimg img {
		width: 100%;
	}

}

.fzli {
	width: 100%;
	position: relative;
}

.fzli img {
	width: 100%;
}

.fzli ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
}

.fzli ul li {
	color: #fff;
	flex: 33.333%;
	justify-content: center;
	align-items: center;
	height: 100%;
	display: flex;
	cursor: pointer;
	flex-direction: column;
	transition: all .3s;
}

.fzli ul li:hover {
	background-color: rgba(0, 0, 0, .3);
}

.fzli ul li:hover h4::before {
	opacity: 1;
}

.fzli ul li:hover p {
	opacity: 1;
}

.fzli ul li h4 {
	position: relative;
}

.fzli ul li p {
	opacity: 0;
	margin-top: 20px;
}

.fzli ul li h4::before {
	background-color: var(--gos-color);
	content: '';
	height: 2px;
	width: 50%;
	position: absolute;
	bottom: -10px;
	left: 25%;
	opacity: 0;
}

@media(max-width:1024px) {

	.fzli ul li {
		padding: 0 10px;
	}

	.fzli ul li h4::before {
		opacity: 1
	}

	.fzli ul li p {
		opacity: 1
	}
	.right-bar {
		display: none;
	}
}

@media(min-width:992px) {
	.nav-item {
		padding: 29px 0;
	}
}

.odm ul {
	margin-top: 20px;
}

.odm ul li {
	padding: 10px 0;
	display: flex;
}

.odm ul li span {
	padding-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column
}

.odm ul li span h6 {
	color: var(--gos-color);
	font-weight: 600;
	line-height: 180%;
}

.odm ul li span img {
	width: 2em;
	height: auto;
}

.odm ul li p {
	line-height: 180%;
}

.dis-b {
	display: block;
}

.searchicon {
	align-items: center;
	padding-right: 10px;
	cursor: pointer;
}

.searchicon img {
	width: 20px;
	height: 20px;
}

.facs {
	display: flex;
	justify-content: flex-start;
}

.facs a {
	font-size: 24px;
	margin-right: 20px;
}

.right-bar {
	position: fixed;
	right: 25px;
	bottom: 50%;
	z-index: 3000;
}


.right-bar dl dt,
.right-bar dl dd {
	transition: all .5s ease-out;

}


.right-bar dl {
	background-color: var(--gos-color);
	padding: 0 12px;
	border-radius: 24px;
	display: flex;
	flex-wrap: wrap;
	width: 48px;
	position: relative;
}

.right-bar dl dt {
	margin-top: 20px;
	z-index: 2;
}

.right-bar dl dt a {
	color: #fff;
	padding-bottom: 20px;
	display: block;
}

.right-bar dl dd {
	position: absolute;
	top: 0px;
	right: -200px;
	background-color: var(--gos-color);
	border-radius: 5px;
	width: 0px;
	height: 0px;
	z-index: 1;
	overflow: hidden;
	color: #fff;

}

.right-bar dl dd ul {
	padding: 13px 12px;
	padding-right: 60px;
}

.right-bar dl dd ul li {
	line-height: 24px;
	padding: 10px 0;
	border-bottom: 1px solid #0b5ec4;
	word-break: keep-all;
	white-space: nowrap;
}

.right-bar dl dd ul li img {
	width: 120px;
	height: 120px;

}

.right-bar dl dd ul li:last-child {
	border: 0;
}

.right-bar dl:hover dt {
	border-radius: 5px;
}

.right-bar dl:hover dd {
	right: 0;
	width: auto;
	height: auto;

}

.sta-top {
	z-index: 100;
	width: 2.75rem;
	height: 2.75rem;
	color: #fff;
	opacity: 1;
	background-color: var(--gos-color);
	border-radius: 50%;
	font-size: 1rem;
	transition: all .3s ease-out;
	position: fixed;
	bottom: -50px;
	right: 25px;
	cursor: pointer;

}

.sta-top span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


.pro-bottom {
	z-index: 100;
	color: #fff;
	opacity: 1;
	background-color: var(--gos-color);
	border-radius: 1.5rem;
	font-size: 1rem;
	transition: all .3s ease-in-out;
	position: fixed;
	bottom: -200px;
	right: 150px;
	cursor: pointer;
	padding: .5rem 2rem;
}

.hover-menu {

	opacity: 0;
	position: absolute;
	background-color: #fff;
	left: 0;
	right: 0;
	top: 100px;
	width: 0px;
	transition: all .3s ease-in-out;
	overflow: hidden;
}


/* .hover-down {
	position: relative;
}
 */
.hover-menu dl {
	display: flex;
	padding-bottom: 20px;
	padding-left: 220px;
}

.hover-menu dl dt ul {
	margin-top: 10px;
	word-break: keep-all;
	white-space: nowrap;
}

.hover-menu dl dt ul h5 {
	border-bottom: 1px solid var(--bs-gray-400);
	padding-bottom: 10px;

}

.hover-menu dl dt ul h5,.hover-menu dl dt ul li {
	   padding-right: 20px;
	   position: relative;
}

.hover-menu dl dt .active h5::after,.hover-menu dl dt ul h5:hover::after {
	opacity: 1;
}

.hover-menu dl dt ul h5 a:hover,.hover-menu dl dt ul li a:hover {
	color:var(--gos-color) ;
}

.hover-menu dl dt ul h5::after,.hover-menu dl dt ul li::after {
	opacity: 0;
	content: '';
	position: absolute;
	top: calc(50% - .15rem);
	right: 0;
	height: .3rem;
	width: .3rem;
	transform-origin: 25% 25%;
	border-width: 2px 0 0 2px;
	border-color: var(--gos-color);
	border-style: solid;
	transform: translate(-25%, -25%) rotate(130deg);
	transition: all .3s ease-out;
}

.hover-menu dl dt ul h5,.hover-menu dl dt ul h5 a {
	font-size: 1rem;
}

.hover-menu dl dt ul li a {
	font-weight: 100;
	line-height: 200%;

}


.hover-menu dl dt ul:last-child {
	margin-right: 0;
}
.hover-menu dl  dd {
	margin:0 3rem;
}

.hover-menu dl  dd .swiper-warp {
	width: 970px;
	height: 316px;
}
.hover-list {
	display: flex;
	overflow: hidden
}

.hover-list li {
	width:260px ;
}

.hover-list li a {
	display: block;
	text-align: center;
}

.hover-list li img {
	width: 100%;
}


/* .hover-menu dl {
	display: flex;
	padding-bottom: 20px;
	padding-left: 220px;
}
.hover-menu dl dt ul {
	margin-top: 10px;
	margin-right: 30px;
	word-break: keep-all;
	white-space: nowrap;
}

.hover-menu dl dt ul h5 {
  border-bottom:1px solid var(--bs-gray-500);
  padding-bottom:10px
}

.hover-menu dl dt ul h5 a {
	font-size: 1rem;
	color: var(--gos-color);
}

.hover-menu dl dt ul li a {
	line-height: 200%;

}

.hover-menu dl dt ul:last-child {
	margin-right: 0;
} */

@media (any-hover: hover) {

	.nav-item:hover .hover-menu {
		display: flex;
		opacity: 1;
		width: auto;

	}


	.nav-item:hover .nav-link {
		color: var(--gos-color);
		position: relative;
	}

	.nav-item:hover a.nav-link::before {
		background-color: var(--gos-color);
		content: '';
		height: 2px;
		width: 50%;
		position: absolute;
		bottom: 0;
		left: 25%;

	}

	.nav-item:hover a.lang::before {
		display: none;
	}


}




.contact-title {
	margin-top: 10px;
	color: var(--gos-color);

	font-size: 2rem;
}

.contact-list li {
	transition: all .3s ease-in-out;
	padding-bottom: 10px;
}

.contact-list li i {
	line-height: 180%;
}

.contact-list li:hover {
	background-color: var(--gos-color);
	color: #fff;
}

.pro-lists {
	padding: calc(2%);
	margin-bottom: 0;
}

.pro-lists>* {
	background-color: #fff;
	padding: 20px;
}

.pro-lists>* span a {
	display: block;
	padding: 10px 0;
}

.pro-lists h4 {
	position: relative;
	margin: 0 0 10px 0px;
	font-size: 1.2rem;
	color: var(--gos-color);
}

.wt {display: flex; margin: .5rem 0 1rem 0;}
.wt .wt_icon {
	flex: .2;
	
}


.wt .wt_txt {
	flex: .7;
	margin-right: .5rem;
	
}