.about-us-list-n116m-2 {
					margin: 0 0 60px 0;
					padding: 40px 0;
					width: 100%;
					height: 100%;
					position: relative
				}

				.about-us-list-n116m-2 .cntr {
					display: flex;
					flex-direction: column;
					justify-content: center;
					align-items: center;
					padding: 30px 0
				}

				.about-us-list-n116m-2 .cntr h2 {
					margin: 0;
					color: #337394;
					text-align: center;
					text-transform: uppercase;
					z-index: 10;
					line-height: 1.8;
					font-size: 3.2rem
				}

				.about-us-list-n116m-2 .cntr .horizontal-line {
					display: block;
					height: 3px;
					width: 50px;
					background: #337394;
					margin: 0 auto;
					z-index: 10;
					-webkit-transition: all .3s;
					-moz-transition: all .3s;
					-o-transition: all .3s;
					transition: all .3s
				}

				.about-us-list-n116m-2 .cntr .desc {
					padding: 25px;
					margin: 40px 0;
					background: rgba(0, 0, 0, 0.4);
					z-index: 10
				}

				.about-us-list-n116m-2 .cntr .desc p {
					color: #fff;
					line-height: 1.75;
					margin: 0;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 5;
					overflow: hidden;
					display: -webkit-box;
					font-size: 1.6rem
				}

				.about-us-list-n116m-2 .cntr .btn {
					-webkit-transition: all .3s;
					-moz-transition: all .3s;
					-o-transition: all .3s;
					transition: all .3s;
					position: relative;
					cursor: pointer;
					text-align: center;
					height: 40px;
					line-height: 40px;
					max-width: 150px;
					padding: 0 25px;
					font-size: 1.6rem;
					display: block;
					text-transform: uppercase;
					color: #fff;
					background: #337394;
					text-decoration: none;
					margin: 0 auto
				}

				.about-us-list-n116m-2 .cntr .btn span {
					margin: 0 6px 0 0
				}

				.about-us-list-n116m-2 .cntr .btn i {
					display: inline-block;
					-webkit-transition: all .3s;
					-moz-transition: all .3s;
					-o-transition: all .3s;
					transition: all .3s
				}

				.about-us-list-n116m-2 .cntr .btn:before {
					background: #337394;
					content: '';
					display: block;
					position: absolute;
					top: 0;
					right: 0;
					width: 100%;
					height: 100%;
					border-radius: 0;
					opacity: 0;
					-webkit-transition: all .3s;
					-moz-transition: all .3s;
					-o-transition: all .3s;
					transition: all .3s
				}

				.about-us-list-n116m-2 .cntr .btn:hover {
					background: #fadb14
				}

				.about-us-list-n116m-2 .cntr .btn:hover:before {
					width: 38px;
					opacity: 1;
					background: #d4b106
				}

				.about-us-list-n116m-2 .cntr .btn:hover i {
					-ms-transform: translate(13px, 0);
					-moz-transform: translate(13px, 0);
					-webkit-transform: translate(13px, 0);
					-o-transform: translate(13px, 0);
					transform: translate(13px, 0);
					background: 0
				}

				@media(max-width:768px) {
					.about-us-list-n116m-2 {
						margin: 0 0 30px 0;
						padding: 0
					}

					.about-us-list-n116m-2:before {
						background-size: contain;
						background-position: center;
						background-attachment: inherit
					}

					.about-us-list-n116m-2 .cntr {
						padding: 30px 0
					}

					.about-us-list-n116m-2 .cntr h2 {
						text-align: center;
						white-space: normal;
						font-size: 2rem
					}

					.about-us-list-n116m-2 .cntr .desc {
						-webkit-box-orient: vertical;
						-webkit-line-clamp: 4;
						overflow: hidden;
						display: -webkit-box;
						margin: 20px 0 10px 0
					}

					.about-us-list-n116m-2 .cntr .desc p {
						margin-top: 0
					}

					.about-us-list-n116m-2 .cntr .btn {
						display: none
					}
				}

				.video-n107m-1 {
					margin: 0 0 80px 0
				}

				.video-n107m-1 .media {
					width: 100%;
					margin: 0 auto
				}

				.video-n107m-1.fcb {
					padding: 25px;
					text-align: center;
					background: transparent
				}

				.video-n107m-1.fcb video {
					background: transparent !important
				}

				.video-n107m-1 .vw-video {
					width: 78vw;
					max-height: 80vh;
					min-height: 60vh
				}

				.video-n107m-1 .item {
					width: 100%;
					float: left;
					max-height: initial !important
				}

				.video-n107m-1 .item .blk {
					background: #f2f2f2;
					-webkit-transition: all .5s;
					-moz-transition: all .5s;
					-o-transition: all .5s;
					transition: all .5s;
					overflow: hidden;
					position: relative;
					height: 0;
					width: 100%;
					padding-bottom: 37.5vw
				}

				.video-n107m-1 .item .blk .square-cont {
					position: absolute;
					width: 100%;
					height: 100%
				}

				.video-n107m-1 .item .blk .cover-image:before {
					content: '';
					background: #181818;
					position: absolute;
					height: 100%;
					width: 100%;
					opacity: .5;
					z-index: 1
				}

				.video-n107m-1 .item .blk .cover-image>span {
					position: relative;
					width: 100%;
					height: 100%;
					display: block;
					text-align: center
				}

				.video-n107m-1 .item .blk .cover-image>span>img {
					display: inline-block;
					max-width: 100%;
					max-height: 100%;
					overflow: hidden;
					position: absolute;
					top: 0;
					bottom: 0;
					left: 0;
					right: 0;
					margin: auto
				}

				.video-n107m-1 .item .blk .cover-image span img {
					transition: all .3s
				}

				.video-n107m-1 .item .blk .play {
					text-align: center;
					font-size: 28px;
					border: 4px solid;
					border-radius: 50%;
					width: 64px;
					height: 64px;
					line-height: 56px;
					font-weight: bold;
					color: #fff;
					position: absolute;
					z-index: 2;
					top: 50%;
					left: 50%;
					margin: -32px 0 0 -32px;
					-webkit-transition: all .3s;
					-moz-transition: all .3s;
					-o-transition: all .3s;
					transition: all .3s
				}

				.video-n107m-1 .item .blk:hover .play {
					color: #fadb14
				}

				.video-n107m-1 .item .blk:hover span img {
					transform: scale(1.1)
				}

				.video-n107m-1 .owl-pagination,
				.video-n107m-1 .owl-buttons {
					display: none
				}

				@media(max-width:992px) {
					.video-n107m-1 {
						margin: 0 0 40px 0
					}

					.video-n107m-1 .media {
						width: 50%
					}
				}

				@media(max-width:768px) {
					.video-n107m-1 .media {
						width: 100%
					}
				}

				.paragraph-n116m-1 {
					overflow: hidden;
					padding: 5px;
					margin-bottom: 30px
				}

				.paragraph-n116m-1 .title {
					font-size: 3.2rem;
					line-height: 1;
					font-weight: normal;
					text-transform: uppercase;
					margin: 0;
					padding: 30px 0 20px 0;
					position: relative;
					display: inline-block;
					color: #337394
				}

				.paragraph-n116m-1 .title .sgi {
					content: '';
					position: absolute;
					display: block;
					width: 61.8%;
					height: 3px;
					background: #337394;
					bottom: 0;
					left: 0;
					transition: all .3s
				}

				.paragraph-n116m-1 .title:hover .sgi {
					width: 100%
				}

				.paragraph-n116m-1 .text-content {
					margin: 20px auto 20px auto;
					color: #505050;
					font-size: 1.6rem;
					line-height: 1.6;
					letter-spacing: 1px;
					text-align: left
				}

				.paragraph-n116m-1 .text-content p {
					color: #505050;
					font-size: 1.6rem;
					line-height: 1.6;
					letter-spacing: 1px;
					text-align: left
				}

				.paragraph-n116m-1 .text-content table,
				.paragraph-n116m-1 .text-content td,
				.paragraph-n116m-1 .text-content p,
				.paragraph-n116m-1 .text-content img,
				.paragraph-n116m-1 .text-content video {
					max-width: 100%
				}

				.paragraph-n116m-1 .btn {
					-webkit-transition: all .3s;
					-moz-transition: all .3s;
					-o-transition: all .3s;
					transition: all .3s;
					position: relative;
					cursor: pointer;
					text-align: center;
					height: 40px;
					line-height: 40px;
					max-width: 150px;
					padding: 0 25px;
					font-size: 1.6rem;
					display: block;
					text-transform: uppercase;
					color: #fff;
					background: #337394;
					text-decoration: none
				}

				.paragraph-n116m-1 .btn span {
					margin: 0 6px 0 0
				}

				.paragraph-n116m-1 .btn i {
					display: inline-block;
					-webkit-transition: all .3s;
					-moz-transition: all .3s;
					-o-transition: all .3s;
					transition: all .3s
				}

				.paragraph-n116m-1 .btn .dpb {
					background: #337394;
					content: '';
					display: block;
					position: absolute;
					top: 0;
					right: 0;
					width: 100%;
					height: 100%;
					border-radius: 0;
					opacity: 0;
					-webkit-transition: all .3s;
					-moz-transition: all .3s;
					-o-transition: all .3s;
					transition: all .3s
				}

				.paragraph-n116m-1 .btn:hover {
					background: #fadb14
				}

				.paragraph-n116m-1 .btn:hover .dpb {
					width: 38px;
					opacity: 1;
					background: #d4b106
				}

				.paragraph-n116m-1 .btn:hover i {
					-ms-transform: translate(25px, 0);
					-moz-transform: translate(25px, 0);
					-webkit-transform: translate(25px, 0);
					-o-transform: translate(25px, 0);
					transform: translate(25px, 0)
				}

				@media(max-width:768px) {
					.paragraph-n116m-1 .text-content img {
						width: initial !important;
						height: initial !important
					}
				}

				.headline-n93m-10 {
					margin-bottom: 20px
				}

				.headline-n93m-10 h2 {
					margin: 0;
					line-height: 1.8;
					color: #337394;
					text-align: center;
					text-transform: uppercase;
					overflow: hidden;
					white-space: nowrap;
					text-overflow: ellipsis;
					font-size: 2rem
				}

				.headline-n93m-10 i {
					display: block;
					height: 3px;
					width: 70px;
					background: #337394;
					margin: 0 auto;
					-webkit-transition: all .3s;
					-moz-transition: all .3s;
					-o-transition: all .3s;
					transition: all .3s
				}

				.headline-n93m-10:hover i {
					width: 18%
				}

				@media(min-width:768px) {
					.headline-n93m-10 {
						margin-bottom: 25px
					}

					.headline-n93m-10 h2 {
						font-size: 3.2rem
					}

					.headline-n93m-10 i {
						background: #fff;
						display: block;
						width: 70px;
						height: 3px;
						margin: 0 auto;
						-webkit-transition: all .3s;
						-moz-transition: all .3s;
						-o-transition: all .3s;
						transition: all .3s
					}

					.headline-n93m-10:hover i {
						width: 18%
					}
				}

				@media(min-width:768px) {
					.headline-n93m-10 h2 {
						color: #fff;
						line-height: 1.8;
						text-transform: uppercase;
						text-align: center;
						margin: 0;
						overflow: hidden;
						white-space: nowrap;
						text-overflow: ellipsis;
						font-size: 3.2rem
					}
				}

				.about-us-list-n116m-1 {
					position: relative;
					overflow: hidden;
					margin-bottom: 80px
				}

				.about-us-list-n116m-1 .owl-buttons {
					position: absolute;
					top: 45%;
					left: 0;
					right: 0
				}

				.about-us-list-n116m-1 .owl-buttons .owl-prev {
					position: absolute;
					left: 5px
				}

				.about-us-list-n116m-1 .owl-buttons .owl-next {
					position: absolute;
					right: 5px
				}

				.about-us-list-n116m-1 .owl-buttons .imco {
					width: 32px;
					height: 32px;
					line-height: 32px;
					font-size: 16px;
					border: 0;
					color: #fff4e6;
					background: #337394;
					opacity: .5;
					display: inline-block;
					text-align: center
				}

				.about-us-list-n116m-1 .owl-buttons .imco:hover {
					opacity: 1
				}

				.about-us-list-n116m-1 .owl-pagination {
					display: none
				}

				.about-us-list-n116m-1 .owl-carousel .owl-item .customer-wrap {
					background: #337394;
					border-radius: 30px;
					margin: 0 15px
				}

				.about-us-list-n116m-1 .owl-carousel .owl-item .customer-wrap .blk {
					-webkit-transition: all .5s;
					-moz-transition: all .5s;
					-o-transition: all .5s;
					transition: all .5s;
					overflow: hidden;
					position: relative
				}

				.about-us-list-n116m-1 .owl-carousel .owl-item .customer-wrap .blk .adorn {
					display: block;
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					overflow: hidden;
					pointer-events: none;
					z-index: 7
				}

				.about-us-list-n116m-1 .owl-carousel .owl-item .customer-wrap .blk .adorn span {
					width: 100%;
					height: 100%;
					position: absolute;
					top: 0;
					left: 0;
					display: block;
					transition: all .4s;
					transform: rotate(0deg)
				}

				.about-us-list-n116m-1 .owl-carousel .owl-item .customer-wrap .blk .adorn span:before,
				.about-us-list-n116m-1 .owl-carousel .owl-item .customer-wrap .blk .adorn span:after {
					content: "";
					display: block;
					position: absolute;
					width: 0;
					height: 1px;
					opacity: 0;
					background-color: #337394;
					transition: all .5s ease .2s;
					top: 50%;
					left: 50%
				}

				.about-us-list-n116m-1 .owl-carousel .owl-item .customer-wrap .blk .item {
					text-align: center;
					position: relative;
					height: 0;
					width: 100%;
					padding-bottom: 75%
				}

				.about-us-list-n116m-1 .owl-carousel .owl-item .customer-wrap .blk .item .square-cont {
					position: absolute;
					width: 100%;
					height: 100%
				}

				.about-us-list-n116m-1 .owl-carousel .owl-item .customer-wrap .blk .item img {
					transition: all .5s;
					position: absolute;
					left: 0;
					top: 0;
					right: 0;
					bottom: 0;
					margin: auto
				}

				.about-us-list-n116m-1 .owl-carousel .owl-item .customer-wrap .blk .intro {
					width: 100%;
					height: 100%;
					line-height: 1;
					display: block;
					text-align: center;
					transition: all .5s;
					position: absolute;
					opacity: 0;
					z-index: 1;
					top: 0;
					left: 0;
					font-size: 0;
					background-color: rgba(0, 0, 0, 0.5)
				}

				.about-us-list-n116m-1 .owl-carousel .owl-item .customer-wrap .blk .intro:before {
					content: "";
					display: inline-block;
					height: 100%;
					width: 0;
					vertical-align: middle
				}

				.about-us-list-n116m-1 .owl-carousel .owl-item .customer-wrap .blk .intro i {
					display: inline-block;
					vertical-align: middle;
					text-align: center;
					font-size: 4rem;
					color: #337394;
					text-transform: uppercase
				}

				.about-us-list-n116m-1 .owl-carousel .owl-item .customer-wrap .text {
					font-size: 1.6rem;
					color: #fff;
					line-height: 1.75;
					padding: 15px;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 5;
					overflow: hidden;
					display: -webkit-box;
					max-height: 160px
				}

				.about-us-list-n116m-1 .owl-carousel .owl-item .customer-wrap:hover .blk .adorn>span:first-child {
					transform: rotate(37deg)
				}

				.about-us-list-n116m-1 .owl-carousel .owl-item .customer-wrap:hover .blk .adorn>span:last-child {
					transform: rotate(-37deg)
				}

				.about-us-list-n116m-1 .owl-carousel .owl-item .customer-wrap:hover .blk .adorn>span:before {
					width: 100%;
					opacity: 1;
					left: -60%
				}

				.about-us-list-n116m-1 .owl-carousel .owl-item .customer-wrap:hover .blk .adorn>span:after {
					width: 100%;
					opacity: 1;
					left: 60%
				}

				.about-us-list-n116m-1 .owl-carousel .owl-item .customer-wrap:hover .blk .intro {
					opacity: 1
				}

				.about-us-list-n116m-1 .owl-carousel .owl-item .customer-wrap:hover .item img {
					transform: scale(1.1);
					filter: blur(10px)
				}

				@media(max-width:768px) {
					.about-us-list-n116m-1 {
						padding: 20px 0;
						margin-bottom: 40px
					}

					.about-us-list-n116m-1 .owl-carousel .owl-item .customer-wrap {
						padding: 10px;
						border-radius: 12px
					}

					.about-us-list-n116m-1 .owl-carousel .owl-item .customer-wrap .item {
						width: 100%
					}

					.about-us-list-n116m-1 .owl-carousel .owl-item .customer-wrap .text {
						padding: 10px 0 0 0;
						position: initial;
						left: 0;
						top: initial;
						bottom: initial
					}
				}

				.headline-n93m-1 {
					margin-bottom: 20px
				}

				.headline-n93m-1 h2 {
					margin: 0;
					font-size: 2rem;
					line-height: 1.8;
					overflow: hidden;
					white-space: nowrap;
					text-overflow: ellipsis;
					color: #337394;
					text-align: center;
					text-transform: uppercase
				}

				.headline-n93m-1 i {
					display: block;
					height: 3px;
					width: 4%;
					background: #337394;
					margin: 0 auto;
					-webkit-transition: all .3s;
					-moz-transition: all .3s;
					-o-transition: all .3s;
					transition: all .3s
				}

				.headline-n93m-1:hover i {
					width: 9%
				}

				@media(min-width:768px) {
					.headline-n93m-1 {
						margin-bottom: 25px
					}

					.headline-n93m-1 h2 {
						font-size: 3.2rem
					}
				}

				.news-list-n116m-1 {
					position: relative;
					overflow: hidden;
					padding: 0 0 20px 0
				}

				.news-list-n116m-1 .container {
					display: flex;
					align-items: center;
					flex-direction: column
				}

				.news-list-n116m-1 .container .news-title {
					width: 100%;
					position: relative;
					padding: 10px;
					z-index: 10
				}

				.news-list-n116m-1 .container .news-title .active .item:after {
					width: 100%
				}

				.news-list-n116m-1 .container .news-title .item {
					cursor: pointer;
					position: relative;
					border-bottom: 1px solid #f2f2f2;
					padding-bottom: 0;
					margin-bottom: 20px
				}

				.news-list-n116m-1 .container .news-title .item:after {
					content: '';
					position: absolute;
					bottom: 0;
					left: 0;
					display: block;
					width: 0;
					height: 1px;
					background: #337394;
					-webkit-transition: all .5s;
					-moz-transition: all .5s;
					-o-transition: all .5s;
					transition: all .5s
				}

				.news-list-n116m-1 .container .news-title .item .blk a {
					display: block
				}

				.news-list-n116m-1 .container .news-title .item .blk a .intro h4 {
					font-size: 1.6rem;
					color: #181818;
					margin: 0
				}

				.news-list-n116m-1 .container .news-title .item .blk a .intro h4 strong {
					font-size: 2rem;
					padding-right: 10px
				}

				.news-list-n116m-1 .container .news-title .item .blk a .intro h3 {
					font-size: 1.6rem;
					color: #343434;
					margin-top: 10px;
					line-height: 25px
				}

				.news-list-n116m-1 .container .news-title .item .blk a:hover {
					text-decoration: none
				}

				.news-list-n116m-1 .container .news-title .item .blk a:hover h4 {
					color: #fadb14
				}

				.news-list-n116m-1 .container .news-title .item .blk a:hover h3 {
					color: #337394
				}

				.news-list-n116m-1 .container .news-title .owl-buttons {
					position: absolute;
					top: 45%;
					left: 0;
					right: 0;
					margin-top: -15px
				}

				.news-list-n116m-1 .container .news-title .owl-buttons .owl-prev {
					position: absolute;
					left: 2px
				}

				.news-list-n116m-1 .container .news-title .owl-buttons .owl-next {
					position: absolute;
					right: 2px
				}

				.news-list-n116m-1 .container .news-title .owl-buttons .imco {
					width: 32px;
					height: 32px;
					line-height: 32px;
					font-size: 1.6rem;
					border-radius: 50px;
					color: #fff;
					background: #888;
					opacity: .5;
					display: inline-block;
					text-align: center
				}

				.news-list-n116m-1 .container .news-title .owl-buttons .imco:hover {
					opacity: .8
				}

				.news-list-n116m-1 .container .news-title .owl-pagination {
					display: none
				}

				.news-list-n116m-1 .container .news-title .owl-carousel .owl-item {
					float: none;
					width: 100% !important
				}

				.news-list-n116m-1 .container .news-title .owl-carousel .owl-wrapper-outer {
					height: auto !important
				}

				.news-list-n116m-1 .container .news-img {
					width: 100%;
					z-index: 10
				}

				.news-list-n116m-1 .container .news-img .owl-carousel .owl-item .box {
					display: flex;
					flex-direction: column
				}

				.news-list-n116m-1 .container .news-img .owl-carousel .owl-pagination {
					display: none
				}

				.news-list-n116m-1 .container .news-img .owl-carousel .owl-buttons {
					display: none
				}

				@media(min-width:768px) {
					.news-list-n116m-1 {
						padding: 0 0 80px 0
					}

					.news-list-n116m-1 .container .news-title {
						width: 100%;
						position: relative;
						padding: 10px;
						z-index: 10
					}

					.news-list-n116m-1 .container .news-title .active .item:after {
						width: 100%
					}

					.news-list-n116m-1 .container .news-title .item {
						cursor: pointer;
						position: relative;
						border-bottom: 1px solid #f2f2f2;
						padding-bottom: 0;
						margin-bottom: 20px
					}

					.news-list-n116m-1 .container .news-title .item:after {
						content: '';
						position: absolute;
						bottom: 0;
						left: 0;
						display: block;
						width: 0;
						height: 1px;
						background: #337394;
						-webkit-transition: all .5s;
						-moz-transition: all .5s;
						-o-transition: all .5s;
						transition: all .5s
					}

					.news-list-n116m-1 .container .news-title .item .blk a {
						display: block
					}

					.news-list-n116m-1 .container .news-title .item .blk a .intro h4 {
						font-size: 1.6rem;
						color: #181818;
						margin: 0
					}

					.news-list-n116m-1 .container .news-title .item .blk a .intro h4 strong {
						font-size: 2rem;
						padding-right: 10px
					}

					.news-list-n116m-1 .container .news-title .item .blk a .intro h3 {
						font-size: 1.6rem;
						color: #343434;
						margin-top: 10px
					}

					.news-list-n116m-1 .container .news-title .item .blk a:hover {
						text-decoration: none
					}

					.news-list-n116m-1 .container .news-title .item .blk a:hover h4 {
						color: #fadb14
					}

					.news-list-n116m-1 .container .news-title .item .blk a:hover h3 {
						color: #337394
					}

					.news-list-n116m-1 .container .news-title .owl-buttons {
						position: absolute;
						top: 45%;
						left: 0;
						right: 0;
						margin-top: -15px
					}

					.news-list-n116m-1 .container .news-title .owl-buttons .owl-prev {
						position: absolute;
						left: 2px
					}

					.news-list-n116m-1 .container .news-title .owl-buttons .owl-next {
						position: absolute;
						right: 2px
					}

					.news-list-n116m-1 .container .news-title .owl-buttons .imco {
						width: 32px;
						height: 32px;
						line-height: 32px;
						font-size: 1.6rem;
						border-radius: 50px;
						color: #fff;
						background: #888;
						opacity: .5;
						display: inline-block;
						text-align: center
					}

					.news-list-n116m-1 .container .news-title .owl-buttons .imco:hover {
						opacity: .8
					}

					.news-list-n116m-1 .container .news-title .owl-pagination {
						display: none
					}

					.news-list-n116m-1 .container .news-title .owl-carousel .owl-item {
						float: none;
						width: 100% !important
					}

					.news-list-n116m-1 .container .news-title .owl-carousel .owl-wrapper-outer {
						height: auto !important
					}

					.news-list-n116m-1 .container .news-img .owl-carousel .owl-item .box {
						display: flex;
						flex-direction: row-reverse
					}

					.news-list-n116m-1 .container .news-img .owl-carousel .owl-pagination .owl-page {
						padding: 12px 8px
					}

					.news-list-n116m-1 .container .news-img .owl-carousel .owl-pagination .owl-page p {
						font-size: 1.6rem
					}
				}

				@media(min-width:1200px) {
					.news-list-n116m-1 .container {
						flex-direction: inherit
					}

					.news-list-n116m-1 .container .news-title {
						width: 52%;
						margin-left: 3%;
						position: relative;
						padding: 10px 40px
					}

					.news-list-n116m-1 .container .news-title .active .item:after {
						width: 100%
					}

					.news-list-n116m-1 .container .news-title .item {
						cursor: pointer;
						position: relative;
						border-bottom: 1px solid #f2f2f2;
						padding-bottom: 15px;
						margin-bottom: 20px
					}

					.news-list-n116m-1 .container .news-title .item:after {
						content: '';
						position: absolute;
						bottom: 0;
						left: 0;
						display: block;
						width: 0;
						height: 1px;
						background: #337394;
						-webkit-transition: all .5s;
						-moz-transition: all .5s;
						-o-transition: all .5s;
						transition: all .5s
					}

					.news-list-n116m-1 .container .news-title .item:hover:after {
						width: 100%
					}

					.news-list-n116m-1 .container .news-title .item .blk a {
						display: block
					}

					.news-list-n116m-1 .container .news-title .item .blk a .intro h4 {
						font-size: 1.8rem;
						margin: 0
					}

					.news-list-n116m-1 .container .news-title .item .blk a .intro h4 strong {
						font-size: 3.2rem;
						padding-right: 10px
					}

					.news-list-n116m-1 .container .news-title .item .blk a .intro h3 {
						font-size: 2rem;
						margin-top: 10px
					}

					.news-list-n116m-1 .container .news-title .owl-buttons {
						position: absolute;
						top: 45%;
						left: 0;
						right: 0;
						margin-top: -15px
					}

					.news-list-n116m-1 .container .news-title .owl-buttons .owl-prev {
						position: absolute;
						left: 2px
					}

					.news-list-n116m-1 .container .news-title .owl-buttons .owl-next {
						position: absolute;
						right: 2px
					}

					.news-list-n116m-1 .container .news-title .owl-buttons .imco {
						width: 32px;
						height: 32px;
						line-height: 32px;
						font-size: 1.6rem;
						border-radius: 50px;
						color: #fff;
						background: #888;
						opacity: .5;
						display: inline-block;
						text-align: center
					}

					.news-list-n116m-1 .container .news-title .owl-buttons .imco:hover {
						opacity: .8
					}

					.news-list-n116m-1 .container .news-title .owl-pagination {
						display: none
					}

					.news-list-n116m-1 .container .news-title .owl-carousel .owl-item {
						float: none;
						width: 100% !important
					}

					.news-list-n116m-1 .container .news-title .owl-carousel .owl-wrapper-outer {
						height: auto !important
					}

					.news-list-n116m-1 .container .news-img {
						width: 45%
					}
				}

				.friendly-link-n122m-2 {
					padding: 40px 0 15px 0
				}

				.friendly-link-n122m-2 footer {
					display: flex
				}

				.friendly-link-n122m-2 .cinfos {
					width: 30%;
					display: flex;
					flex-direction: column;
					padding: 0 0 0 15px;
					flex-shrink: 0;
					min-width: 310px
				}

				.friendly-link-n122m-2 .cinfos .fllogo {
					text-align: center;
					max-height: 45px;
					max-width: 100%;
					margin: 0 0 20px 0
				}

				.friendly-link-n122m-2 .cinfos .fllogo img {
					max-width: 100%;
					max-height: 100%
				}

				.friendly-link-n122m-2 .cinfos .cus {
					display: flex;
					align-items: flex-start;
					margin-bottom: 15px
				}

				.friendly-link-n122m-2 .cinfos .cus i {
					font-size: 26px;
					line-height: 1;
					margin: 0 12px 0 0;
					color: #fff
				}

				.friendly-link-n122m-2 .cinfos .cus .info {
					display: flex
				}

				.friendly-link-n122m-2 .cinfos .cus .info .title {
					color: #fff;
					font-size: 1.6rem;
					margin: 0 1rem 0 0;
					font-weight: bold
				}

				.friendly-link-n122m-2 .cinfos .cus .info .value {
					color: #f2f2f2;
					font-size: 1.6rem;
					word-break: break-word
				}

				.friendly-link-n122m-2 .cinfos .cus .info .value:hover {
					color: #337394
				}

				.friendly-link-n122m-2 .sns {
					display: flex;
					justify-content: flex-start;
					align-items: center;
					flex-wrap: wrap;
					margin: 0
				}

				.friendly-link-n122m-2 .sns a {
					width: 32px;
					height: 32px;
					line-height: 32px;
					font-size: 24px;
					border-radius: 40px;
					text-align: center;
					color: #337394;
					background: #fff;
					margin: 8px 16px 12px 0;
					display: inline-block;
					text-decoration: none
				}

				.friendly-link-n122m-2 .sns a:hover {
					background: #e5e5e5
				}

				.friendly-link-n122m-2 .sns a .f-skype {
					color: #00aff0
				}

				.friendly-link-n122m-2 .sns a .f-twitter {
					color: #010101
				}

				.friendly-link-n122m-2 .sns a .f-google-plus {
					color: #cc3b1e
				}

				.friendly-link-n122m-2 .sns a .f-linkedin {
					color: #006a9a
				}

				.friendly-link-n122m-2 .sns a .f-facebook {
					color: #4267b2
				}

				.friendly-link-n122m-2 .sns a .f-instagram {
					color: #4267b2
				}

				.friendly-link-n122m-2 .sns a .f-youtube {
					color: #4267b2
				}

				.friendly-link-n122m-2 .sns a .f-comment {
					color: #4267b2
				}

				.friendly-link-n122m-2 .sns a .f-pinterest {
					color: #e10600
				}

				.friendly-link-n122m-2 .sns a .f-tiktok {
					color: #740dbc
				}

				.friendly-link-n122m-2 .links {
					width: 70%;
					display: flex;
					flex-wrap: nowrap;
					justify-content: space-evenly
				}

				.friendly-link-n122m-2 .links .blk {
					display: flex;
					flex: 1 1;
					flex-direction: column;
					padding: 0 5px
				}

				.friendly-link-n122m-2 .links .blk .title {
					color: #fff;
					font-size: 1.8rem;
					margin: 0;
					font-weight: bold;
					margin-bottom: 20px
				}

				.friendly-link-n122m-2 .links .blk .value {
					color: #f2f2f2;
					font-size: 1.6rem;
					margin-bottom: 12px
				}

				.friendly-link-n122m-2 .links .blk .value:hover {
					color: #337394
				}

				.friendly-link-n122m-2 .links .blk:nth-child(n+4) {
					display: none
				}

				@media(max-width:768px) {
					.friendly-link-n122m-2 .cinfos {
						padding: 0;
						width: 100%
					}

					.friendly-link-n122m-2 .sns a {
						margin: 4px 8px 6px 0
					}

					.friendly-link-n122m-2 .links {
						display: none
					}
				}

				.copyright-n101m-1 {
					text-align: center;
					font-size: 1.6rem;
					height: 50px;
					line-height: 50px;
					color: #fff;
					opacity: .8
				}

				@media(max-width:768px) {
					.copyright-n101m-1 {
						height: 42px;
						line-height: 42px
					}
				}

				.contact-box-n101m-1 {
					position: fixed;
					bottom: 38%;
					right: 0;
					z-index: 1041
				}

				.contact-box-n101m-1 ul {
					list-style: none;
					padding: 0;
					margin: 0
				}

				.contact-box-n101m-1 a {
					text-decoration: none;
					cursor: pointer
				}

				.contact-box-n101m-1 .item {
					position: relative
				}

				.contact-box-n101m-1 .item.hide {
					display: none
				}

				.contact-box-n101m-1 .item .qrcode {
					padding: 15px;
					max-width: 150px;
					max-height: 150px;
					background: #fff
				}

				.contact-box-n101m-1 .item i {
					display: block;
					color: #fff;
					background: #337394;
					padding: 9px 13px;
					font-size: 24px;
					width: 50px;
					height: 50px
				}

				.contact-box-n101m-1 .item i:hover {
					background: #b03e00
				}

				.contact-box-n101m-1 .item .tools {
					display: none;
					min-width: 80px;
					min-height: 40px;
					position: absolute;
					top: 4px;
					right: 100%;
					padding-right: 8px
				}

				.contact-box-n101m-1 .item .tools:before,
				.contact-box-n101m-1 .item .tools:after {
					content: '';
					display: block;
					position: absolute;
					width: 0;
					height: 0;
					border-style: solid
				}

				.contact-box-n101m-1 .item .tools:before {
					z-index: 2;
					right: -5px;
					top: 14px;
					border-width: 7px;
					border-color: transparent transparent transparent #fff
				}

				.contact-box-n101m-1 .item .tools:after {
					z-index: 1;
					right: -8px;
					top: 13px;
					border-width: 8px;
					border-color: transparent transparent transparent #e5e5e5
				}

				.contact-box-n101m-1 .item .tools .imco:before {
					margin-right: 6px
				}

				.contact-box-n101m-1 .item .tools:hover:before {
					border-color: transparent transparent transparent #ffd9ab
				}

				.contact-box-n101m-1 .item .tools a {
					display: block;
					padding: 10px 16px;
					color: #505050;
					background: #fff;
					border: 1px solid #e5e5e5;
					font-size: 1.6rem;
					line-height: 20px;
					white-space: nowrap;
					cursor: pointer
				}

				.contact-box-n101m-1 .item .tools a:nth-child(n+2) {
					border-top: 0
				}

				.contact-box-n101m-1 .item .tools a:hover {
					color: #337394;
					background: #ffd9ab
				}

				.contact-box-n101m-1 .item:hover .tools {
					display: block
				}

				.contact-box-n101m-1 .modal {
					padding-right: 0 !important
				}

				.contact-box-n101m-1 .pnl {
					height: 100%;
					color: #fff;
					position: relative
				}

				.contact-box-n101m-1 .pnl .close {
					position: absolute;
					width: 32px;
					height: 32px;
					line-height: 29px;
					font-size: 26px;
					background: transparent;
					right: 5px;
					top: 5px;
					text-align: center;
					border: 0;
					color: #e5e5e5
				}

				.contact-box-n101m-1 .pnl .close:hover {
					color: #337394
				}

				.contact-box-n101m-1 .pnl .search-box {
					position: absolute;
					top: 35%;
					width: 100%
				}

				.contact-box-n101m-1 .pnl .search-box .input-text {
					outline: 0;
					height: 40px;
					width: 80%;
					margin: 0 0 0 5%;
					background: #fff;
					color: #505050;
					border: 0;
					float: left;
					padding-left: 1rem;
					font-size: 1.6rem
				}

				.contact-box-n101m-1 .pnl .search-box .search-btn {
					position: absolute;
					left: 85%;
					width: 50px;
					height: 40px;
					border: 0;
					background: #337394;
					cursor: pointer;
					color: #fff;
					font-size: 20px
				}

				.contact-box-n101m-1 .mid-pnl {
					width: 100%;
					background: rgba(0, 0, 0, 0.8)
				}

				.contact-box-n101m-1 .home,
				.contact-box-n101m-1 .b2t {
					display: none
				}

				.contact-box-n101m-1-blk {
					display: none
				}

				@media(max-width:768px) {
					.contact-box-n101m-1 {
						left: 0;
						bottom: 0;
						width: 100%;
						height: 50px
					}

					.contact-box-n101m-1 ul {
						display: flex;
						justify-content: space-around;
						background: #fff
					}

					.contact-box-n101m-1 .item {
						float: left
					}

					.contact-box-n101m-1 .item .tools {
						top: auto;
						bottom: 100%;
						right: 50%;
						transform: translateX(50%);
						padding-right: 0;
						padding-bottom: 8px
					}

					.contact-box-n101m-1 .item .tools:before {
						top: auto;
						bottom: -5px;
						right: 50%;
						transform: translateX(50%) translateY(0);
						border-color: #fff transparent transparent transparent
					}

					.contact-box-n101m-1 .item .tools:after {
						top: auto;
						right: 50%;
						bottom: -8px;
						transform: translateX(50%) translateY(0);
						border-color: #e5e5e5 transparent transparent transparent
					}

					.contact-box-n101m-1 .item .tools:hover:before {
						border-color: #ffd9ab transparent transparent transparent
					}

					.contact-box-n101m-1 .item i {
						color: #337394;
						background: #fff
					}

					.contact-box-n101m-1 .home {
						display: block
					}

					.contact-box-n101m-1 .b2t {
						display: none !important
					}

					.contact-box-n101m-1-blk {
						height: 50px;
						display: block
					}
				}

				.back-top-n8m-2 {
					position: fixed;
					padding: 8px 10px 12px 10px;
					text-align: center;
					border-radius: 8px;
					border: 2px solid #337394;
					color: #cbcbcb;
					background-color: #fff4e6;
					opacity: .7;
					right: 16px;
					bottom: 15%;
					display: none
				}

				.back-top-n8m-2:hover {
					opacity: 1;
					background-color: #ffc382;
					cursor: pointer
				}

				.back-top-n8m-2 i {
					color: #337394;
					width: 28px;
					height: 28px;
					display: inline-block;
					font-size: 24px
				}

				.message-n122m-1 {
					margin: 0 0 60px 0;
					padding: 60px 0 20px 0;
					position: relative;
					display: flex;
					flex-direction: row
				}

				.message-n122m-1 .mtitle {
					margin: 0 10px 15px 0;
					color: #337394;
					border-color: #337394;
					font-size: 1.8rem;
					font-weight: bold
				}

				.message-n122m-1 .mdesc {
					color: #337394
				}

				.message-n122m-1 .line {
					margin-bottom: 28px;
					position: relative
				}

				.message-n122m-1 .line .form-ip {
					display: block;
					width: 100%;
					font-size: 1.6rem;
					-webkit-appearance: none;
					outline: 0;
					background: #fff;
					border: 1px solid transparent;
					border-radius: 2px
				}

				.message-n122m-1 .line .form-ip:focus,
				.message-n122m-1 .line .form-ip:hover {
					outline: 0;
					-webkit-appearance: none;
					border: 1px solid #337394
				}

				.message-n122m-1 .line textarea {
					line-height: 26px;
					resize: none;
					padding: 8px 12px
				}

				.message-n122m-1 .line input {
					line-height: 40px;
					height: 40px;
					padding: 0 12px
				}

				.message-n122m-1 .field-validation-error {
					color: red;
					padding: 0 15px;
					margin-top: 0;
					display: inline-block;
					font-size: 1.4rem;
					position: absolute;
					left: 0
				}

				.message-n122m-1 .info-blk {
					width: 35%;
					padding: 0 0 0 15px;
					display: flex;
					flex-direction: column;
					align-items: flex-start
				}

				.message-n122m-1 .fip-blk {
					width: 65%
				}

				.message-n122m-1 .btn {
					transition: background-color .3s ease 0s;
					outline: 0;
					cursor: pointer;
					appearance: none;
					user-select: none;
					text-align: center;
					word-spacing: normal;
					line-height: 40px;
					padding: 0 1.5rem;
					font-size: 1.6rem;
					border: 0;
					color: #fff;
					background: #337394;
					display: inline-block;
					border-radius: 4px
				}

				.message-n122m-1 .btn:hover {
					background: #b03e00
				}

				.message-n122m-1 .subbtn {
					padding: 0 16px;
					width: 100%;
					display: inline-block;
					text-align: left
				}

				.message-n122m-1 .privacy {
					display: inline-block;
					vertical-align: middle;
					position: relative;
					margin-left: 8px;
					font-weight: normal
				}

				.message-n122m-1 .privacy input[type="checkbox"] {
					display: block;
					position: relative;
					vertical-align: middle;
					margin-right: 24px;
					height: 1px;
					opacity: 0;
					margin: 0;
					cursor: pointer
				}

				.message-n122m-1 .privacy input[type="checkbox"]:checked+span:before {
					border-color: #337394;
					background-color: #337394
				}

				.message-n122m-1 .privacy input[type="checkbox"]:checked+span:after {
					border-color: #fff
				}

				.message-n122m-1 .privacy .nschb {
					display: block;
					position: relative;
					font-size: 14px;
					padding-left: 24px;
					line-height: 40px;
					cursor: pointer
				}

				.message-n122m-1 .privacy .nschb:before,
				.message-n122m-1 .privacy .nschb:after {
					display: block;
					position: absolute;
					content: '';
					-webkit-transition: all .5s;
					-moz-transition: all .5s;
					-o-transition: all .5s;
					transition: all .5s
				}

				.message-n122m-1 .privacy .nschb:before {
					top: 50%;
					left: 0;
					width: 18px;
					height: 18px;
					background-color: #fff;
					border: 1px solid #d8d8d8;
					margin-top: -9px;
					border-radius: 3px
				}

				.message-n122m-1 .privacy .nschb:after {
					width: 9px;
					height: 6px;
					border-width: 0 0 2px 2px;
					border-color: transparent;
					border-style: solid;
					top: 50%;
					left: 4px;
					margin-top: -5px;
					transform: rotate(-45deg)
				}

				.message-n122m-1 .privacy a {
					color: #505050;
					text-decoration: none;
					font-size: 1.6rem
				}

				@media(max-width:768px) {
					.message-n122m-1 {
						margin: 0 0 30px 0;
						padding: 30px 0 20px 0;
						flex-direction: column
					}

					.message-n122m-1 .info-blk {
						width: 100%;
						flex-direction: row;
						padding: 0
					}

					.message-n122m-1 .btn {
						flex-shrink: 0
					}

					.message-n122m-1 .fip-blk {
						width: 100%
					}

					.message-n122m-1 .line {
						margin-bottom: 24px;
						padding: 0 5px
					}

					.message-n122m-1 .subbtn {
						padding: 0 16px 0 0
					}
				}

				.navigation-n6m-5 {
					z-index: 1041;
					width: 100%;
					position: absolute;
					font-size: 1.4rem;
					-webkit-transition: all .5s;
					-moz-transition: all .5s;
					-o-transition: all .5s;
					transition: all .5s;
					background: #fff
				}

				.navigation-n6m-5 ul {
					overflow: auto;
					list-style: none;
					margin: 0;
					padding: 0
				}

				.navigation-n6m-5 a {
					text-decoration: none;
					cursor: pointer
				}

				.navigation-n6m-5 .header {
					width: 100%;
					margin: 0 auto;
					position: relative;
					text-align: right;
					vertical-align: middle
				}

				.navigation-n6m-5.n-pin {
					background-color: #fff
				}

				.navigation-n6m-5 .logo-link {
					width: 15%;
					height: 70px;
					float: left;
					display: inline-block;
					margin: 0 5px 0 40px
				}

				.navigation-n6m-5 .logo-link>span {
					position: relative;
					width: 100%;
					height: 100%;
					display: block;
					text-align: center
				}

				.navigation-n6m-5 .logo-link>span>img {
					display: inline-block;
					max-width: 100%;
					max-height: 100%;
					overflow: hidden;
					position: absolute;
					top: 0;
					bottom: 0;
					left: 0;
					right: 0;
					margin: auto
				}

				.navigation-n6m-5 .logo-link>span img {
					right: initial;
					opacity: 1
				}

				.navigation-n6m-5 .navbar-ul .f-down {
					padding: 0 3px;
					display: inline-block;
					float: right
				}

				.navigation-n6m-5 .navbar-ul>li {
					font-size: 1.8rem
				}

				.navigation-n6m-5 .subnavs li {
					z-index: 900
				}

				.navigation-n6m-5 .subnavs li a {
					display: block
				}

				.navigation-n6m-5 .lv-2 {
					display: none;
					position: absolute;
					top: 100%;
					z-index: 1001;
					overflow: inherit
				}

				.navigation-n6m-5 .lv-2>li {
					position: relative;
					font-size: 1.6rem;
					line-height: 40px
				}

				.navigation-n6m-5 .lv-2 a {
					-webkit-transition: all .3s;
					-moz-transition: all .3s;
					-o-transition: all .3s;
					transition: all .3s;
					opacity: .95;
					overflow: hidden;
					white-space: nowrap;
					text-overflow: ellipsis;
					text-transform: capitalize;
					background: #fff;
					border-bottom: 1px solid #f2f2f2;
					color: #505050
				}

				.navigation-n6m-5 .lv-2 a:hover {
					background: #f2f2f2;
					color: #fadb14
				}

				.navigation-n6m-5 .lv-3>li {
					position: relative;
					font-size: 1.6rem;
					line-height: 40px
				}

				.navigation-n6m-5 .lv-3 a {
					-webkit-transition: all .3s;
					-moz-transition: all .3s;
					-o-transition: all .3s;
					transition: all .3s;
					opacity: .95;
					overflow: hidden;
					white-space: nowrap;
					text-overflow: ellipsis;
					text-transform: capitalize;
					background: #fff;
					border-bottom: 1px solid #f2f2f2;
					color: #505050;
					padding: 0 10px
				}

				.navigation-n6m-5 .lv-3 a:hover {
					background: #f2f2f2;
					color: #fadb14
				}

				.navigation-n6m-5 .language {
					cursor: pointer;
					position: absolute;
					right: 0;
					top: 0;
					margin: 22px 320px 0 0;
					display: inline-block;
					font-size: 1.4rem;
					color: #505050;
					height: 40px
				}

				.navigation-n6m-5 .language:after {
					display: block;
					content: '';
					height: 16px;
					position: absolute;
					left: -22px;
					top: 5px
				}

				.navigation-n6m-5 .language e {
					line-height: 1.7
				}

				.navigation-n6m-5 .language e .iconflag {
					margin: 3px 4px 0 0
				}

				.navigation-n6m-5 .language .list {
					max-height: 400px;
					overflow: auto;
					position: absolute;
					z-index: 20;
					left: -20%;
					top: 34px;
					list-style-type: none;
					height: auto;
					text-align: left;
					opacity: 0;
					display: none;
					scrollbar-width: thin;
					scrollbar-color: #d8d8d8 #f2f2f2
				}

				.navigation-n6m-5 .language .list::-webkit-scrollbar {
					width: 6px;
					height: 8px
				}

				.navigation-n6m-5 .language .list::-webkit-scrollbar-track {
					background-color: #f2f2f2;
					border-radius: 10px
				}

				.navigation-n6m-5 .language .list::-webkit-scrollbar-button {
					height: 0
				}

				.navigation-n6m-5 .language .list::-webkit-scrollbar-thumb {
					background-color: #d8d8d8;
					border-radius: 10px
				}

				.navigation-n6m-5 .language .list li {
					width: 140px;
					padding: 5px 0 0 9px;
					overflow: hidden;
					-webkit-transition: all .3s;
					-moz-transition: all .3s;
					-o-transition: all .3s;
					transition: all .3s;
					background-color: #fff
				}

				.navigation-n6m-5 .language .list li:last-child {
					border-bottom: 0
				}

				.navigation-n6m-5 .language .list li a {
					color: #505050;
					display: inline-block;
					position: relative;
					-webkit-transition: all .3s;
					-moz-transition: all .3s;
					-o-transition: all .3s;
					transition: all .3s
				}

				.navigation-n6m-5 .language .list li p {
					display: inline-block;
					text-align: left;
					width: 100%;
					padding: 0 2px 0 32px;
					margin: 0;
					overflow: hidden;
					white-space: nowrap;
					text-overflow: ellipsis
				}

				.navigation-n6m-5 .language .list li i {
					position: absolute;
					left: 0;
					top: 2px
				}

				.navigation-n6m-5 .language .list li:hover {
					background-color: #337394
				}

				.navigation-n6m-5 .language .list li:hover a {
					color: #fff
				}

				.navigation-n6m-5 .language:focus,
				.navigation-n6m-5 .language:hover {
					color: #fadb14
				}

				.navigation-n6m-5 .language:focus .list,
				.navigation-n6m-5 .language:hover .list {
					opacity: 1;
					display: block
				}

				.navigation-n6m-5 .search-box {
					display: inline-block;
					position: absolute;
					top: 0;
					right: 0;
					margin: 17px 40px 0 0
				}

				.navigation-n6m-5 .search-box .input-text {
					border-radius: 4px 0 0 4px;
					outline: 0;
					width: 220px;
					height: 36px;
					margin: 0;
					border: 1px solid #cbcbcb;
					padding-left: 1rem;
					font-size: 1.4rem;
					color: #505050;
					background: #fff
				}

				.navigation-n6m-5 .search-box .search-btn {
					border-radius: 0 4px 4px 0;
					width: 36px;
					height: 36px;
					border: 0;
					background: #337394;
					cursor: pointer;
					color: #fff;
					font-size: 1.6rem;
					float: right
				}

				@media(max-width:1200px) {
					.navigation-n6m-5 {
						background-color: #fff
					}

					.navigation-n6m-5 .header {
						display: block
					}

					.navigation-n6m-5 .logo-link {
						min-width: 200px;
						padding: 3px 6px;
						margin: 0 5px 0 2.5%
					}

					.navigation-n6m-5 .bar-icon-btn {
						position: relative;
						float: right;
						padding: 6px 8px 2px 8px;
						margin: 20px 10px 0 10px;
						cursor: pointer;
						z-index: 1051
					}

					.navigation-n6m-5 .bar-icon-btn>span {
						-webkit-transition: all .3s;
						-moz-transition: all .3s;
						-o-transition: all .3s;
						transition: all .3s;
						background-color: #505050;
						border-radius: 10px;
						height: 2px;
						width: 24px;
						margin-bottom: 7px;
						display: block
					}

					.navigation-n6m-5 .collapse {
						background-color: #f2f2f2;
						position: fixed;
						top: 70px;
						bottom: 0;
						right: 0;
						left: 0;
						z-index: 1050;
						height: auto !important;
						overflow: auto
					}

					.navigation-n6m-5 .language {
						margin: 0;
						position: initial;
						width: 100%;
						height: auto;
						font-size: 1.3rem;
						text-align: center
					}

					.navigation-n6m-5 .language e {
						display: inline-block;
						margin: 4px 0
					}

					.navigation-n6m-5 .language e .iconflag {
						margin: 1px 4px 0 0
					}

					.navigation-n6m-5 .language .f-down {
						display: none
					}

					.navigation-n6m-5 .language .list {
						opacity: 1;
						display: block;
						width: 100%;
						position: initial;
						text-align: center
					}

					.navigation-n6m-5 .language .list li {
						display: inline-block;
						width: auto;
						line-height: 21px;
						padding: 4px 6px;
						height: 30px
					}

					.navigation-n6m-5 .search-box {
						position: initial;
						width: 100%;
						margin: 0 0 4px 0;
						text-align: center
					}

					.navigation-n6m-5 .search-box .input-text {
						width: 88%;
						display: inline-block;
						border-radius: 4px
					}

					.navigation-n6m-5 .search-box .search-btn {
						max-width: 36px;
						width: 10%;
						float: initial;
						border-radius: 4px
					}

					.navigation-n6m-5 .dmenu {
						position: fixed;
						top: 0;
						background-color: #f2f2f2;
						width: 100%
					}

					.navigation-n6m-5 .dmenu .bar-icon-btn>span {
						background-color: #505050
					}

					.navigation-n6m-5 .dmenu .bar-icon-btn>span:nth-child(1) {
						transform: translateY(9px) rotate(45deg)
					}

					.navigation-n6m-5 .dmenu .bar-icon-btn>span:nth-child(2) {
						opacity: 0
					}

					.navigation-n6m-5 .dmenu .bar-icon-btn>span:nth-child(3) {
						transform: translateY(-9px) rotate(-45deg)
					}

					.navigation-n6m-5 .dmenu .collapse {
						display: block
					}

					.navigation-n6m-5 .navbar-ul {
						position: relative;
						min-height: 400px;
						width: 100%;
						overflow: hidden
					}

					.navigation-n6m-5 .navbar-ul>li {
						height: auto;
						display: inline-block;
						width: 100%;
						text-align: left;
						margin: 0;
						line-height: 30px;
						font-size: 1.6rem
					}

					.navigation-n6m-5 .navbar-ul>li a {
						line-height: 1.4;
						padding: 10px 15px;
						white-space: break-spaces;
						text-wrap: wrap;
						width: 100%
					}

					.navigation-n6m-5 .navbar-ul .lv-2 {
						position: initial;
						width: 100%;
						padding-top: 0;
						margin-top: 0
					}

					.navigation-n6m-5 .navbar-ul .lv-2>li {
						height: auto;
						background: transparent;
						border-bottom: 0
					}

					.navigation-n6m-5 .navbar-ul .lv-2>li a {
						padding: 7px 2em;
						font-size: 1.4rem
					}

					.navigation-n6m-5 .navbar-ul .lv-3 {
						border-bottom: 0;
						position: initial !important;
						display: none !important
					}

					.navigation-n6m-5 .navbar-ul .lv-3>li {
						background: transparent;
						border-bottom: 0
					}

					.navigation-n6m-5 .navbar-ul .lv-3>li a {
						padding: 7px 3em;
						font-size: 1.4rem
					}

					.navigation-n6m-5 .navbar-ul .f-down {
						position: absolute;
						right: 16px
					}

					.navigation-n6m-5 .navbar-ul .opened>.subnavs {
						display: block !important
					}

					.navigation-n6m-5 .navbar-ul .opened>a .f-down {
						transform: rotate(180deg)
					}

					.navigation-n6m-5_blk {
						height: 70px;
						width: 100%
					}
				}

				@media(min-width:1201px) {
					.navigation-n6m-5 .collapse {
						width: 100%;
						padding: 0 1%;
						background: #337394;
						display: flex;
						align-items: center;
						justify-content: center
					}

					.navigation-n6m-5 .bar-icon-btn {
						display: none
					}

					.navigation-n6m-5 .navbar-ul {
						display: flex;
						width: 90%;
						flex-wrap: nowrap;
						justify-content: space-between
					}

					.navigation-n6m-5 .navbar-ul>li {
						height: 55px;
						line-height: 55px;
						display: inline-block;
						vertical-align: middle;
						text-align: center;
						margin: 0 5px;
						text-transform: capitalize
					}

					.navigation-n6m-5 .navbar-ul>li>a {
						padding: 0 2px;
						color: #fff
					}

					.navigation-n6m-5 .navbar-ul>li>a:hover {
						color: #fadb14
					}

					.navigation-n6m-5 li.active>a {
						color: #fadb14
					}

					.navigation-n6m-5 li:hover>.subnavs {
						display: block
					}

					.navigation-n6m-5 .subnavs {
						border-top: 0
					}

					.navigation-n6m-5 .subnavs .f-down {
						position: absolute;
						right: 0;
						transform: rotate(270deg)
					}

					.navigation-n6m-5 .lv-2 {
						max-width: 40rem;
						max-height: 50vh;
						overflow-y: auto;
						overflow-x: hidden;
						scrollbar-width: thin;
						scrollbar-color: #d8d8d8 #f2f2f2
					}

					.navigation-n6m-5 .lv-2::-webkit-scrollbar {
						width: 6px;
						height: 8px
					}

					.navigation-n6m-5 .lv-2::-webkit-scrollbar-track {
						background-color: #f2f2f2;
						border-radius: 10px
					}

					.navigation-n6m-5 .lv-2::-webkit-scrollbar-button {
						height: 0
					}

					.navigation-n6m-5 .lv-2::-webkit-scrollbar-thumb {
						background-color: #d8d8d8;
						border-radius: 10px
					}

					.navigation-n6m-5 .lv-2>li>a {
						padding: 0 20px 0 5px
					}

					.navigation-n6m-5 .lv-3 {
						max-width: 35rem;
						max-height: 30vh;
						overflow-y: auto;
						overflow-x: hidden;
						scrollbar-width: thin;
						scrollbar-color: #d8d8d8 #f2f2f2;
						position: fixed;
						display: none
					}

					.navigation-n6m-5 .lv-3::-webkit-scrollbar {
						width: 6px;
						height: 8px
					}

					.navigation-n6m-5 .lv-3::-webkit-scrollbar-track {
						background-color: #f2f2f2;
						border-radius: 10px
					}

					.navigation-n6m-5 .lv-3::-webkit-scrollbar-button {
						height: 0
					}

					.navigation-n6m-5 .lv-3::-webkit-scrollbar-thumb {
						background-color: #d8d8d8;
						border-radius: 10px
					}

					.navigation-n6m-5 .language .list {
						border: 1px solid #ffc382
					}

					.navigation-n6m-5 .language .list li {
						border-bottom: 1px solid #ffc382
					}

					.navigation-n6m-5_blk {
						height: 125px;
						width: 100%
					}
				}

				.carousel-n114m-1 {
					overflow: hidden;
					position: relative;
					margin-bottom: 60px
				}

				.carousel-n114m-1 .nivoSlider {
					position: relative;
					width: 100%;
					height: auto;
					overflow: hidden
				}

				.carousel-n114m-1 .nivoSlider img {
					position: absolute;
					top: 0;
					left: 0;
					max-width: none
				}

				.carousel-n114m-1 .nivoSlider .nivo-main-image {
					display: block;
					position: relative;
					width: 100%
				}

				.carousel-n114m-1 .nivoSlider a.nivo-imageLink {
					z-index: 6;
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					border: 0;
					padding: 0;
					margin: 0;
					display: none;
					background: #fff;
					filter: alpha(opacity=0);
					opacity: 0
				}

				.carousel-n114m-1 .nivoSlider .nivo-slice {
					display: block;
					z-index: 5;
					position: absolute;
					height: 100%;
					top: 0
				}

				.carousel-n114m-1 .nivoSlider .nivo-box {
					display: block;
					z-index: 5;
					position: absolute;
					overflow: hidden
				}

				.carousel-n114m-1 .nivoSlider .nivo-box img {
					display: block
				}

				.carousel-n114m-1 .nivoSlider .nivo-caption {
					display: none !important
				}

				.carousel-n114m-1 .nivoSlider .nivo-directionNav a {
					font-size: 1.8rem;
					position: absolute;
					z-index: 9;
					top: 55%;
					cursor: pointer;
					display: block;
					text-decoration: none;
					text-align: center;
					width: 45px;
					height: 45px;
					line-height: 45px;
					background: rgba(0, 0, 0, 0.3);
					color: #fff;
					font-weight: bold
				}

				.carousel-n114m-1 .nivoSlider .nivo-directionNav a:hover {
					text-decoration: none;
					background: rgba(0, 0, 0, 0.6)
				}

				.carousel-n114m-1 .nivoSlider .nivo-directionNav .nivo-prevNav {
					left: 6rem
				}

				.carousel-n114m-1 .nivoSlider .nivo-directionNav .nivo-nextNav {
					right: 6rem
				}

				.carousel-n114m-1 .nivo-controlNav {
					text-align: center;
					height: 40px;
					position: absolute;
					z-index: 9;
					bottom: 10px;
					width: 100%
				}

				.carousel-n114m-1 .nivo-controlNav a {
					cursor: pointer;
					display: inline-block;
					width: 12px;
					height: 12px;
					text-indent: -99999px;
					border-radius: 50px;
					margin: 0 7px;
					background: #fff
				}

				.carousel-n114m-1 .nivo-controlNav a.active {
					background: #337394
				}

				@media(max-width:768px) {
					.carousel-n114m-1 {
						margin-bottom: 40px
					}

					.carousel-n114m-1 .nivo-directionNav {
						display: none
					}

					.carousel-n114m-1 .nivo-controlNav {
						bottom: 10px;
						height: auto
					}
				}

				.product-list-n116m-1 {
					margin: 0 -15px 80px -15px;
					overflow: auto
				}

				.product-list-n116m-1 a {
					text-decoration: none;
					margin-bottom: 30px;
					display: block;
					position: relative;
					background-color: #f2f2f2;
					border: 1px solid #f2f2f2;
					overflow: hidden;
					-webkit-transition: all .2s ease .2s;
					-moz-transition: all .2s ease .2s;
					-o-transition: all .2s ease .2s;
					transition: all .2s ease .2s;
					height: 0;
					width: 100%;
					padding-bottom: 100%
				}

				.product-list-n116m-1 a .square-cont {
					position: absolute;
					width: 100%;
					height: 100%
				}

				.product-list-n116m-1 a .item {
					text-align: center;
					position: absolute;
					top: 0;
					left: 0;
					bottom: 0;
					right: 0;
					-webkit-transition: all .5s ease .1s;
					-moz-transition: all .5s ease .1s;
					-o-transition: all .5s ease .1s;
					transition: all .5s ease .1s
				}

				.product-list-n116m-1 a .item:before {
					content: '';
					display: inline-block;
					vertical-align: middle;
					width: 0;
					height: 100%
				}

				.product-list-n116m-1 a .item .mt {
					vertical-align: middle;
					display: inline-block;
					width: 96%
				}

				.product-list-n116m-1 a .item .btn {
					display: inline-block;
					font-size: 1.4rem;
					line-height: 32px;
					padding: 0 20px;
					transition: all .5s;
					color: #6c6c6c;
					text-transform: uppercase
				}

				.product-list-n116m-1 a .item .title {
					width: 100%;
					display: block;
					color: #343434;
					text-decoration: none;
					overflow: hidden;
					white-space: nowrap;
					text-overflow: ellipsis;
					font-size: 1.8rem;
					-webkit-transition: all .5s;
					-moz-transition: all .5s;
					-o-transition: all .5s;
					transition: all .5s;
					text-align: center;
					text-transform: uppercase;
					margin-top: 10px
				}

				.product-list-n116m-1 a .item .blk {
					-webkit-transition: all .5s;
					-moz-transition: all .5s;
					-o-transition: all .5s;
					transition: all .5s;
					overflow: hidden;
					position: relative;
					height: 120px;
					width: 120px;
					margin: 0 auto
				}

				.product-list-n116m-1 a .item .blk .cover-image>span {
					position: relative;
					width: 100%;
					height: 100%;
					display: block;
					text-align: center
				}

				.product-list-n116m-1 a .item .blk .cover-image>span>img {
					display: inline-block;
					max-width: 100%;
					max-height: 100%;
					overflow: hidden;
					position: absolute;
					top: 0;
					bottom: 0;
					left: 0;
					right: 0;
					margin: auto
				}

				.product-list-n116m-1 a:hover {
					box-shadow: 10px 10px 0 #ffc382
				}

				.product-list-n116m-1 a:hover .item .btn {
					color: #fff;
					background: #fadb14
				}

				.product-list-n116m-1 a:hover .item .title {
					color: #337394
				}

				.product-list-n116m-1 a:hover .item .blk .cover-image>span>img {
					transform: scale(1.1)
				}

				@media(max-width:768px) {
					.product-list-n116m-1 {
						margin: 10px 0 10px 0
					}

					.product-list-n116m-1 .col-xs-6:nth-child(2n) {
						padding-left: 9px
					}

					.product-list-n116m-1 .col-xs-6:nth-child(2n+1) {
						padding-right: 9px
					}

					.product-list-n116m-1 a .text {
						display: none
					}
				}

				.case-list-n115m-1 {
					margin: 0 0 40px 0;
					background: #121c22;
					padding: 60px 0
				}

				.case-list-n115m-1 .item {
					border-left: 1px solid #2b363d
				}

				.case-list-n115m-1 .item .cover {
					position: relative
				}

				.case-list-n115m-1 .item .cover a .cover-intro {
					padding: 0 50px 10px 50px;
					position: absolute;
					bottom: 10%;
					transform: translateY(-4%);
					left: 0;
					right: 0;
					z-index: 30;
					transition: all .5s
				}

				.case-list-n115m-1 .item .cover a .cover-intro h4 {
					font-size: 34px;
					font-weight: normal;
					z-index: 1;
					color: #fff;
					line-height: 1.3;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 2;
					overflow: hidden;
					display: -webkit-box
				}

				.case-list-n115m-1 .item .cover a .cover-intro p {
					display: block;
					margin-bottom: 20px;
					color: #fff;
					font-size: 18px;
					margin-top: 20px;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 3;
					overflow: hidden;
					display: -webkit-box
				}

				.case-list-n115m-1 .item .cover a .cover-intro span {
					display: block;
					margin-top: 20px
				}

				.case-list-n115m-1 .item .cover a .cover-intro span i {
					font-size: 46px;
					transition: all .5s;
					color: #337394;
					display: inline-block
				}

				.case-list-n115m-1 .item .cover a .cover-wrap {
					clip-path: inset(0 100% 0 0);
					-webkit-clip-path: inset(0 100% 0 0);
					-webkit-transition: .3s ease-out;
					transition: all .3s ease-out;
					opacity: 0;
					position: relative
				}

				.case-list-n115m-1 .item .cover a .cover-wrap span {
					display: block;
					width: 100%;
					height: 100%;
					object-fit: contain;
					object-position: center;
					transition: all .3s
				}

				.case-list-n115m-1 .item .cover a:hover .cover-intro {
					bottom: 0;
					transform: translateY(0%)
				}

				.case-list-n115m-1 .item .cover a:hover .cover-intro span i {
					transform: rotate(45deg);
					color: #fadb14
				}

				.case-list-n115m-1 .item .cover a:hover .cover-wrap {
					opacity: 1;
					clip-path: inset(0 0 0 0);
					-webkit-clip-path: inset(0 0 0 0)
				}

				.case-list-n115m-1 .owl-buttons {
					position: absolute;
					top: 35%;
					left: 0;
					right: 0;
					margin-top: -15px
				}

				.case-list-n115m-1 .owl-buttons .owl-prev {
					position: absolute;
					left: 15px
				}

				.case-list-n115m-1 .owl-buttons .owl-next {
					position: absolute;
					right: 15px
				}

				.case-list-n115m-1 .owl-buttons .imco {
					width: 32px;
					height: 32px;
					line-height: 32px;
					font-size: 1.6rem;
					border: 0;
					color: #fff;
					background: #505050;
					opacity: .4;
					display: inline-block;
					text-align: center;
					border-radius: 50px;
					font-weight: bold
				}

				.case-list-n115m-1 .owl-buttons .imco:hover {
					opacity: .6
				}

				.case-list-n115m-1 .owl-pagination {
					display: none
				}

				@media(max-width:1680px) {
					.case-list-n115m-1 .item .cover a .cover-intro h4 {
						font-size: 2.6rem
					}
				}

				@media(max-width:1440px) {
					.case-list-n115m-1 .item .cover a .cover-intro h4 {
						font-size: 1.8rem
					}
				}

				@media(max-width:992px) {
					.case-list-n115m-1 .item .cover a {
						display: flex;
						flex-direction: column-reverse
					}

					.case-list-n115m-1 .item .cover a .cover-intro {
						position: relative;
						padding-top: 30px;
						bottom: 0
					}

					.case-list-n115m-1 .item .cover a .cover-intro h4 {
						font-size: 1.8rem
					}

					.case-list-n115m-1 .item .cover a .cover-intro span {
						display: none
					}

					.case-list-n115m-1 .item .cover a .cover-wrap {
						opacity: 1;
						clip-path: inherit
					}
				}

				.about-us-list-n107m-4 {
					margin-bottom: 40px
				}

				.about-us-list-n107m-4 ul {
					display: flex;
					flex-wrap: wrap;
					margin: 0;
					padding: 0
				}

				.about-us-list-n107m-4 ul li {
					display: flex;
					padding: 0 10px 30px 10px;
					align-items: center;
					justify-content: center
				}

				.about-us-list-n107m-4 ul li .cover {
					flex: none;
					margin-right: 32px;
					width: 96px
				}

				.about-us-list-n107m-4 ul li .cover>img {
					display: flex;
					height: 0;
					width: 100%;
					padding-bottom: 100%
				}

				.about-us-list-n107m-4 ul li .cover>img.loaded {
					width: 100%;
					height: auto;
					padding-right: 0;
					padding-bottom: 0
				}

				.about-us-list-n107m-4 ul li .intro {
					flex: auto;
					width: 100%
				}

				.about-us-list-n107m-4 ul li .intro>h4 {
					font-size: 1.8rem;
					line-height: 1.576;
					font-weight: normal;
					color: #343434
				}

				.about-us-list-n107m-4 ul li .intro>p {
					font-size: 1.6rem;
					line-height: 1.576;
					color: #888;
					text-align: justify;
					width: 100%;
					margin: 0 0 10px;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 3;
					overflow: hidden;
					display: -webkit-box
				}

				@media(max-width:1200px) {
					.about-us-list-n107m-4 ul li {
						padding: 20px;
						flex-direction: column
					}

					.about-us-list-n107m-4 ul li .cover {
						margin-right: 0;
						margin-bottom: 0;
						width: 72px
					}

					.about-us-list-n107m-4 ul li .intro>h4 {
						text-align: center;
						margin: 5px 0
					}

					.about-us-list-n107m-4 ul li .intro>p {
						text-align: center
					}
				}

				@media(max-width:768px) {
					.about-us-list-n107m-4 {
						margin-bottom: 30px
					}

					.about-us-list-n107m-4 ul li {
						padding: 10px
					}

					.about-us-list-n107m-4 ul li .cover {
						margin-bottom: 0;
						width: 56px
					}

					.about-us-list-n107m-4 ul li .intro>h4 {
						font-size: 1.6rem
					}

					.about-us-list-n107m-4 ul li .intro>p {
						font-size: 1.4rem
					}
				}