<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
a {
	color: #3b81e3;
}

.mobile-bar-content .menu-action{
	height: 47px;
	display: block;
	border-bottom: 1px solid #3b81e3;
}
.mobile-bar-content .menu-action .close-button{
	top: .2rem;
	color: #000000;
}
.mobile-bar-content .menu-list ul{
	list-style-type: none;
}
.mobile-bar{
	background:#ffffff;
}
.mobile-bar .title-bar-right .mobile-menu{
	margin-bottom: 0;
}
.mobile-bar .title-bar-right .mobile-menu a{
	background: none;
	color: #000000;
	margin-left: 10px;
	padding: 0;
}
.mobile-bar .title-bar-right .mobile-menu a i{
	font-size: 28px;
}
.mobile-banner{
	background-size: cover;
	height: 60vh;
	text-align: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-justify-content: center;
		-ms-flex-pack: center;
			justify-content: center;
}
.mobile-banner .mobile-banner-text {
	color: #fefefe;
	text-shadow: 1px 1px 2px #0a0a0a;
}




.sticky-container {
	z-index: 9999;
}

.is-page .sticky-container{
	height: 110px !important;
}
.is-page .header .bottom .dropdown.menu li a {
    color: #3b81e3;
}
.is-page .header .bottom .dropdown.menu .is-dropdown-submenu {
    background: #ffffff;
}

.card .card-divider {
	padding: .5rem;
}

.tabs-title&gt;a {
	color: #525252;
	padding: .8rem 1.5rem;
}

a:hover,
.tabs-title&gt;a:focus,
.tabs-title&gt;a[aria-selected='true'] {
	color: #3b80e3;
}

.tabs-title&gt;a {
	font-size: inherit;
}

.tabs {
	border: none;
}

.tabs-content {
	border: none;
}

#customer-chat-iframe {
	min-height: 420px !important;
}

.navigation .breadcrumbs li .sep,
.navigation .breadcrumbs li::after,
.navigation .breadcrumbs li,
.navigation .breadcrumbs li a {
	color: #ffffff;
}

.inquryButton {
	border: 1px solid #7a7d83;
	background: #3b80e3;
	color: #fff;
}

.header {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 99;
}

.header .top {
	background: #525252;
	height: 42px;
}

.header .top .grid-container {
	max-width: 95rem;
}

.header .top .welcome-email {
	line-height: 42px;
	font-size: 14px;
}

.header .top .welcome-email .welcome-text {
	margin-right: 10px;
	color: #ffffff;
}

.header .top .welcome-email .email {
	color: #ffffff;
}

.header .top .search {
	max-width: 270px;
	margin: 0 auto;
}

.header .top .search .input-group {
	margin-bottom: 0;
}

.header .top .search .input-group .input-group-field {
	height: 32px;
	margin-top: 5px;
}

.header .top .search .input-group .input-group-button {
	margin-top: 5px;
}

.header .top .search .input-group .input-group-button .button {
	background: #3b81e3;
}

.header .top .sns-language {
	position: relative;
	display: inline-block;
}

.header .top .sns-language ul {
	line-height: 42px;
}

.header .top .sns-language ul li {
	float: left;
	margin-right: 10px;
}

.header .top .sns-language ul li img {
	max-width: 20px;
}

.header .bottom {
	z-index: 99;
}

.header .bottom .logo a img {
	max-width: 110px;
}

.header .bottom .dropdown.menu {
	margin-top: 10px;
	list-style-type: none;
	float: right;
}

.header .bottom .dropdown.menu ul {
	margin: 0;
}

.header .bottom .dropdown.menu li {
	list-style: none;
}

.header .bottom .dropdown.menu li a {
	color: #ffffff;
}

.header .bottom .dropdown.menu .is-dropdown-submenu {
	background: #153264;
}

@media screen and (max-width: 39.9375em) {
	.header .bottom .dropdown.menu {
		margin-top: 5px;
	}
}

.sticky-container .is-stuck .header {
	background: #ffffff;
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.sticky-container .is-stuck .header .top {
	display: none;
}

.sticky-container .is-stuck .header .bottom .logo a img {
	max-width: 73px;
}

.sticky-container .is-stuck .header .bottom .dropdown.menu {
	margin-top: 20px;
}

.sticky-container .is-stuck .header .bottom .dropdown.menu .is-dropdown-submenu {
	background: #ffffff;
}

.sticky-container .is-stuck .header .bottom .dropdown.menu li a {
	color: #000000;
}

.index-banner .orbit {
	z-index: 1;
}

.index-banner .orbit-bullets {
	margin-top: -37px;
}

.index-banner .orbit-bullets button {
	width: 7px;
	height: 7px;
	background: #3b80e3;
}

.index-banner .orbit-bullets button.is-active {
	background: #123687;
}

.index-welcome,
.index-product,
.index-about,
.index-example,
.index-choose,
.index-testimonial,
.index-news {
	padding-top: 40px;
	padding-bottom: 20px;
}

.index-welcome .welcome-title,
.index-product .product-title,
.index-example .example-title,
.index-choose .choose-title,
.index-testimonial .testimonial-title,
.index-news .news-title {
	font-size: 30px;
	font-weight: bold;
}

.welcome-message {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	margin-top: -4.5rem !important;
	z-index: 10;
}

.welcome-message .grid-container {
	background: #f7f8f9;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, .2);
	box-shadow: 0 0 0 1px rgba(10, 10, 10, .2);
}

.welcome-message .grid-container .text {
	margin-bottom: 0px;
	font-size: 20px;
}

.welcome-message .grid-container .button {
	border-radius: 3px;
	margin-bottom: 0px;
	color: #ffffff;
	background: #3b81e3;
}

.index-welcome .item-wrap {
	position: relative;
}

.index-welcome .synopsis-item {
	padding: 20px;
}

.index-welcome .synopsis-item .item-wrap .item-img {
	position: relative;
	width: 100%;
	border-radius: 100%;
	overflow: hidden;
}

.index-welcome .synopsis-item .item-wrap .item-img .item-title {
	position: absolute;
	left: 4%;
	top: 4%;
	width: 92%;
	height: 92%;
	background: rgba(1, 1, 1, .35);
	border-radius: 50%;
}

.index-welcome .synopsis-item .item-img img {
	position: relative;
	width: 100%;
}

.index-welcome .synopsis-item .item-img .item-title h2 {
	position: relative;
	display: none;
	vertical-align: middle;
	width: inherit;
	font-size: 27px;
	text-align: center;
	font-weight: normal;
	font-weight: bold;
	color: #ffffff;
}

.index-welcome .synopsis-item .item-img .item-title:hover h2 {
	display: inline-block;
}

.index-welcome .synopsis-item .item-img .item-title:before {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.index-about .title{
	border-bottom: 1px solid #cccccc;
}

.index-about .button-group .button{
	border-radius: 3px;
    color: #ffffff;
    background: #3b81e3;
}

.index-product {
	background: #f7f8f9;
}

.index-product .tabs {
	margin: 0 auto;
	border: none;
}

.index-product .tabs .tabs-title a {
	padding: 11px 10px;
	border-radius: 3px;
}

.index-product .tabs .tabs-title.is-active a {
	color: #ffffff;
	background: #3b81e3;
}

.index-product .tabs-content {
	border: none;
	background: none;
}
.index-product .tabs-content .tabs-panel{
	padding-right: 0;
	padding-left: 0;
}
.index-product .tabs-content .thumbnail {
	position: relative;
}
.index-product .tabs-content .thumbnail:hover::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	background: #0000007a;
	transition: all ease-in-out .35s;
	-webkit-transition: all ease-in-out .35s;
}
.index-product .tabs-content .thumbnail .thumbnail-text{
	position: absolute;
    text-align: center;
    padding: 0 30px;
    width: 100%;
    top: 50%;
    left: 50%;
    color: #ffffff;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transition: all ease-in-out .35s;
    -webkit-transition: all ease-in-out .35s;
}
.index-product .tabs-content .thumbnail:hover .thumbnail-text {
	transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
}
.index-example {
	overflow: hidden;
	position: relative;
}
.index-example .example-swiper-container{
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 10px 0;
	height: 100%;
}
.index-example .grid-container .grid-x.grid-padding-x .example-swiper-container .swiper-button-next{
    background: #f7f8f957;
}
.index-example .grid-container .grid-x.grid-padding-x .example-swiper-container .swiper-button-prev{
    background: #f7f8f957;
}
.index-example .grid-container .grid-x.grid-padding-x .example-swiper-container .swiper-button-next:hover{
    background: #ffffff;
}
.index-example .grid-container .grid-x.grid-padding-x .example-swiper-container .swiper-button-prev:hover{
    background: #ffffff;
}
.index-example .example-swiper-container .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
  }

.index-example .swiper-container-horizontal&gt;.swiper-pagination-bullets{
	bottom: -5px;
}
.index-example .index-news {
	background: #eeeeee;
}

.index-example .thumbnail {
	position: relative;
}

.index-example .thumbnail:hover::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	background: #0000007a;
	transition: all ease-in-out .35s;
	-webkit-transition: all ease-in-out .35s;
}

.index-example .thumbnail .thumbnail-text {
	position: absolute;
	text-align: center;
	padding: 0 30px;
	width: 100%;
	top: 50%;
	left: 50%;
	color: #ffffff;
	transform: translate(-50%, -50%) scale(0);
	-webkit-transform: translate(-50%, -50%) scale(0);
	transition: all ease-in-out .35s;
	-webkit-transition: all ease-in-out .35s;
}

.index-example .thumbnail .thumbnail-text .title {
	text-transform: capitalize;
}

.index-example .thumbnail:hover .thumbnail-text {
	transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
}

.index-example .thumbnail img {
	width: 100%;
}


.index-testimonial {
	background: #f7f8f9;
	overflow: hidden;
}

.testimonial-swiper-container {
	width: 100%;
	overflow: hidden;
	padding-right: .625rem;
	padding-left: .625rem;
	padding-bottom: 20px;
	position: relative;
	height: 100%;
}

.testimonial-swiper-container .swiper-slide {
	z-index: 10;
}

.testimonial-swiper-container .swiper-button-next,
.testimonial-swiper-container .swiper-button-prev {
	z-index: 99;
	cursor: pointer;
	pointer-events: auto;
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets {
	bottom: -5px;
}

.testimonial-block-vertical {
	background-color: #fff;
	padding: 40px 30px;
	border-left: 4px solid #153264;
	-webkit-transition: -webkit-box-shadow .2s ease-out;
	transition: -webkit-box-shadow .2s ease-out;
	transition: box-shadow .2s ease-out;
	transition: box-shadow .2s ease-out, -webkit-box-shadow .2s ease-out;
}

.testimonial-block-vertical:hover {
	-webkit-box-shadow: 0 0 6px 1px rgba(23, 121, 186, .5);
	box-shadow: 0 0 6px 1px rgba(23, 121, 186, .5);
}

.testimonial-block-vertical-person {
	float: left;
	width: 100px;
	margin-right: 25px;
	height: 100px;
}

.testimonial-block-vertical-quote {
	padding-left: 120px;
}

.testimonial-block-vertical-quote .blockquote:before {
	content: open-quote;
	color: #8a8a8a;
	font-size: 4em;
	line-height: 0.1em;
	vertical-align: -0.4em;
}

.testimonial-block-vertical-quote .blockquote::after {
	content: close-quote;
	color: #8a8a8a;
	font-size: 4em;
	line-height: 0.1em;
	vertical-align: -0.6em;
	float: right;
}

.rating-block-rating .star {
	display: inline-block;
	cursor: pointer;
	stroke: #cc4b37;
}

.testimonial-block-vertical-avatar {
	border-radius: 50%;
	width: 100px;
	height: 100px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

@media (max-width: 760px) {
	.swiper-button-next {
		right: 20px;
		transform: rotate(90deg);
	}

	.swiper-button-prev {
		left: 20px;
		transform: rotate(90deg);
	}
}

.index-testimonial .grid-container .grid-x.grid-padding-x .testimonial-swiper-container .swiper-button-next{
    background: #f7f8f957;
}
.index-testimonial .grid-container .grid-x.grid-padding-x .testimonial-swiper-container .swiper-button-prev{
    background: #f7f8f957;
}
.index-testimonial .grid-container .grid-x.grid-padding-x .testimonial-swiper-container .swiper-button-next:hover{
    background: #ffffff;
}
.index-testimonial .grid-container .grid-x.grid-padding-x .testimonial-swiper-container .swiper-button-prev:hover{
    background: #ffffff;
}

@media screen and (max-width: 39.9375em) {
    .index-example .swiper-wrapper {
		height: unset;
	}
	.index-example .example-swiper-container {
		height: unset;
	}
}

.index-choose .title {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index-choose .title a img {
	max-width: 60px;
}

.index-choose .title h4 {
	flex: auto;
	padding-left: 20px;
}

.index-choose .title h4 a {
	font-size: 18px;
}











.index-news {
	background-color: #f7f8f9 !important;
}

.index-news .news-item:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.index-news .news-item .news-item-title {
	font-size: 16px;
	font-weight: bold;
}

.index-news .news-item .news-item-image {
	padding: 15px;
	padding-bottom: 0;
}

.index-news .news-item .news-item-title a:hover {
	color: #153264;
}

.index-news .news-item .news-item-summary a {
	color: #0a0a0a;
}

.index-news .news-item .button {
	position: relative;
	display: inline-block;
	color: #FFF;
	border-radius: 5px;
	background: #3b80e3;
	border: 1px solid #3b80e3;
	padding: 0.55em .5em;
	text-transform: uppercase;
}

.page {
	padding: 20px 0;
}

.page-title {
	border-bottom: 1px solid #dcdcdc;
	overflow: hidden;
	text-align: center;
	margin-bottom: 10px;
}

.page-title h1 {
	font-size: 23px;
	font-weight: normal;
	margin-top: 10px;
	color: #525252;
	line-height: 2;
}

.page-banner {
	position: relative;
}

.page-banner .wrap {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

.page-banner .wrap h1 {
	color: #ffffff;
	text-align: center;
}

.page-banner .wrap .gm-sep li {
	display: inline-block;
}

.product-list-content {
	position: relative;
}

.product-list-content:hover {
	position: relative;
}

.product-list-content .card-image .plus {
	color: #408858;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	transform: translate(-50%, -50%) scale(0);
	-webkit-transform: translate(-50%, -50%) scale(0);
	transition: all ease-in-out .35s;
	-webkit-transition: all ease-in-out .35s;
}

.product-list-content .card-image:hover .plus {
	transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
}

.product-list-content .card-image a {
	display: block;
	text-align: center;
}
.product-list-content .card-image a img{
	width: 100%;
}
.product-page .gallery {
	margin-bottom: 20px;
}

.product-page .links {
	position: relative;
}

.product-page .links a {
	border: 1px solid #7a7d83;
	background: #3b80e3;
	color: #fff;
}

.product-page .links a.center {
	margin: 0 10px;
}

.product-page .short-title {
	font-size: 20px;
}

.product-page .short-description p {
	font-size: 15px;
}

.product-page .attributes li {
	font-size: 15px;
}

.product-page .attributes li em {
	font-weight: bold;
}

.product-page .inqury {
	border: 1px solid #7a7d83;
	background: #3b80e3;
	color: #fff;
}
.product-page .inqury i{
	padding-right: 5px;
}
.product-page .tabs {
	border-bottom: 2px solid #3b81e3;
}

.news-list-content .line {
	margin: 0.55rem auto;
}

.news-list-content .media-object-section .title a:hover {
	color: #153264;
}

.news-list-content .media-object {
	margin-bottom: 0px;
}

.news-list-content .media-object .thumbnail a img {
	max-width: 230px;
}

.aside .side-widget {
	position: relative;
	margin: 0 0 20px;
}

.aside .side-widget .side-tit-bar {
	position: relative;
	margin: 0 0 3px;
}

.aside .side-widget .side-tit-bar .side-tit {
	position: relative;
	font-size: 18px;
	color: #525252;
	padding: 0.7rem 1rem;
	line-height: 1;
	background: #eeeeee;
	border-bottom: 1px solid #e0e0e0;
}

.aside .side-widget .side-tit-bar .side-tit:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 100%;
	left: 0;
	top: 0;
	background: #3a80e3;
}

.aside .side-widget {
	background: #eeeeee;
}

.aside .side-widget .menu a {
	background: #eeeeee;
}



.footer {
	background: #153264;
	color: #8aa0ae;
	padding: 2rem 0 0;
}

.footer .footer-top {
	margin-bottom: 1rem;
}

.footer .footer-top .quick-links li a {
	padding: .5rem 0;
	position: relative;
	display: table;
}

.footer .footer-top .quick-links li a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #ffffff;
	transition: all ease-in-out .35s;
}

.footer .footer-top .quick-links li a:hover::before {
	text-decoration: revert;
	width: 100%;
	color: #3b81e3;
}

.footer .footer-name {
	color: #fefefe;
	margin-bottom: 1rem;
	font-size: 2rem;
}

.footer .footer-title {
	color: #fefefe;
	margin-bottom: 1rem;
	font-size: 1.25rem;
	border-bottom: 2px solid #cccccc;
	display: table;
}

.footer .contact-info li a {
	padding: .5rem 0;
	position: relative;
	display: inline-block;
}

.footer .contact-info li a i {
	margin-right: 10px;
}

.footer .contact-info li a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #ffffff;
	transition: all ease-in-out .35s;
}

.footer .contact-info li a:hover::before {
	text-decoration: revert;
	width: 100%;
	color: #3b81e3;
}

.footer .footer-bottom {
	background: #020304;
	padding: 1rem 0;
}

.footer .footer-bottom p,
.footer .footer-bottom .menu {
	margin-bottom: 0;
}

.footer .footer-bottom .footer-bottom-links {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.footer .footer-bottom .footer-bottom-links a {
	color: #8aa0ae;
}

.footer-menu-social {
	margin-bottom: 20px;
}






.index-example .index-news {
	background: #eeeeee;
}

.index-example .thumbnail {
	position: relative;
}

.index-example .thumbnail:hover::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	background: #0000007a;
	transition: all ease-in-out .35s;
	-webkit-transition: all ease-in-out .35s;
}

.index-example .thumbnail .thumbnail-text {
	position: absolute;
	text-align: center;
	padding: 0 30px;
	width: 100%;
	top: 50%;
	left: 50%;
	color: #ffffff;
	transform: translate(-50%, -50%) scale(0);
	-webkit-transform: translate(-50%, -50%) scale(0);
	transition: all ease-in-out .35s;
	-webkit-transition: all ease-in-out .35s;
}

.index-example .thumbnail .thumbnail-text .title {
	text-transform: capitalize;
}

.index-example .thumbnail:hover .thumbnail-text {
	transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
}

.index-example .thumbnail img {
	width: 100%;
}
/**.index-example .example-swiper-container .swiper-button-prev:after {
	width: 100%;
}**/

.index-testimonial {
	background: #f7f8f9;
	overflow: hidden;
}

.testimonial-swiper-container {
	width: 100%;
	overflow: hidden;
	padding-right: .625rem;
	padding-left: .625rem;
	padding-bottom: 20px;
	position: relative;
	height: 100%;
}

.testimonial-swiper-container .swiper-slide {
	z-index: 10;
}
.testimonial-block-vertical-avatar {
	border-radius: 50%;
	width: 100px;
	height: 100px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.change-language.ensemble{
    display: inline-block;
    text-align: right;
    float: right;
    padding: .7rem 1rem .7rem 1rem;
    position: relative;
}
.change-language.ensemble .change-language-title .language-flag span{
    color: #ffffff;
}
.change-language.ensemble .change-language-title a:after{
    color: #ffffff;
}
.is-page .change-language.ensemble .change-language-title .language-flag span{
    color: #000000;
}
.is-page .change-language.ensemble .change-language-title a:after{
    color: #000000;
}
.prisna-wp-translate-seo{display:none;}
.mobile-head-language .prisna-wp-translate-seo,
.change-language .prisna-wp-translate-seo{display:block}
.change-language .change-language-title a:after{font-family:'fontawesome';content:"\f0d7";display:inline-block;padding-left:2px;}
.change-language:hover .change-language-title a:after{-moz-transform:rotate(-360deg);-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);-o-transform:rotate(-180deg);transform:rotate(-180deg);}
.change-language .change-language-cont{position:absolute;top:36px;right:0;width:360px;background:#FFF;padding:20px 10px 20px 20px;transform:scale3d(0.9, 0.9, 1);opacity:0;visibility:hidden;z-index:999;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;border:1px solid #ccc;border-radius:5px;overflow-y:scroll;max-height:80vh;}
.change-language:hover .change-language-cont{transform:scale3d(1, 1, 1);opacity:1;visibility:visible;}
.change-language .change-language-cont li{display:inline-block;vertical-align:top;width:25%;margin:0 0 10px;font-size:10pt;overflow:hidden;padding:0 10px 0 0;}
.change-language .change-language-cont li a:hover{color:#e00024;}
.change-language .change-language-cont .lang-item-hide{display:none !important;}
.change-language .change-language-cont .lang-more{position:relative;display:block;text-align:center;cursor:pointer;line-height:30px;}
.change-language .change-language-cont .more-active{font-size:20px;}
.language-flag span{position:relative;display:inline-block;vertical-align:top; *display:inline;*zoom:1;white-space:nowrap;padding:0 0 0 15px;overflow:hidden;}
.change-language ::-webkit-scrollbar{width:5px;}
.change-language ::-webkit-scrollbar-track{background-color:#fff;}
.change-language ::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);border-radius:3px;}
.change-language .language-cont:hover::-webkit-scrollbar-thumb{display:block}
.language-flag .country-flag{position:absolute;left:0;top:50%;display:inline-block;vertical-align:top; *display:inline;*zoom:1;
background-repeat:no-repeat;background-image:url(images/all-m.png);width:22px;height:16px;margin:-8px 5px 0;}
li.language-flag a{position:relative;}
.language-flag-af .country-flag{background-position:0 0 !important;}
.language-flag-sq .country-flag{background-position:0 -16px !important;}
.language-flag-ar .country-flag{background-position:0 -32px !important;}
.language-flag-hy .country-flag{background-position:0 -48px !important;}
.language-flag-az .country-flag{background-position:0 -64px !important;}
.language-flag-eu .country-flag{background-position:0 -80px !important;}
.language-flag-be .country-flag{background-position:0 -96px !important;}
.language-flag-bg .country-flag{background-position:0 -112px !important;}
.language-flag-ca .country-flag{background-position:0 -128px !important;}
.language-flag-zh .country-flag{background-position:0 -144px !important;}
.language-flag-zh-TW .country-flag{background-position:0 -160px !important;}
.language-flag-hr .country-flag{background-position:0 -176px !important;}
.language-flag-cs .country-flag{background-position:0 -192px !important;}
.language-flag-da .country-flag{background-position:0 -208px !important;}
.language-flag-nl .country-flag{background-position:0 -240px !important;}
.language-flag-en .country-flag{background-position:0 -256px !important;}
.language-flag-et .country-flag{background-position:0 -272px !important;}
.language-flag-tl .country-flag{background-position:0 -288px !important;}
.language-flag-fi .country-flag{background-position:0 -304px !important;}
.language-flag-fr .country-flag{background-position:0 -320px !important;}
.language-flag-gl .country-flag{background-position:0 -336px !important;}
.language-flag-ka .country-flag{background-position:0 -352px !important;}
.language-flag-de .country-flag{background-position:0 -368px !important;}
.language-flag-el .country-flag{background-position:0 -384px !important;}
.language-flag-ht .country-flag{background-position:0 -400px !important;}
.language-flag-iw .country-flag{background-position:0 -416px !important;}
.language-flag-hi .country-flag,
.language-flag-te .country-flag, 
.language-flag-kn .country-flag,
.language-flag-ta .country-flag,
.language-flag-gu .country-flag{background-position:0 -432px !important;}
.language-flag-hu .country-flag{background-position:0 -448px !important;}
.language-flag-is .country-flag{background-position:0 -464px !important;}
.language-flag-id .country-flag{background-position:0 -480px !important;}
.language-flag-ga .country-flag{background-position:0 -496px !important;}
.language-flag-it .country-flag{background-position:0 -512px !important;}
.language-flag-ja .country-flag{background-position:0 -528px !important;}
.language-flag-ko .country-flag{background-position:0 -544px !important;}
.language-flag-la .country-flag{background-position:0 -560px !important;}
.language-flag-lv .country-flag{background-position:0 -576px !important;}
.language-flag-lt .country-flag{background-position:0 -592px !important;}
.language-flag-mk .country-flag{background-position:0 -608px !important;}
.language-flag-ms .country-flag{background-position:0 -624px !important;}
.language-flag-mt .country-flag{background-position:0 -640px !important;}
.language-flag-no .country-flag{background-position:0 -656px !important;}
.language-flag-fa .country-flag{background-position:0 -672px !important;}
.language-flag-pl .country-flag{background-position:0 -688px !important;}
.language-flag-pt .country-flag{background-position:0 -704px !important;}
.language-flag-ro .country-flag{background-position:0 -720px !important;}
.language-flag-ru .country-flag{background-position:0 -736px !important;}
.language-flag-sr .country-flag{background-position:0 -752px !important;}
.language-flag-sk .country-flag{background-position:0 -768px !important;}
.language-flag-sl .country-flag{background-position:0 -784px !important;}
.language-flag-es .country-flag{background-position:0 -800px !important;}
.language-flag-sw .country-flag{background-position:0 -816px !important;}
.language-flag-sv .country-flag{background-position:0 -832px !important;}
.language-flag-th .country-flag{background-position:0 -848px !important;}
.language-flag-tr .country-flag{background-position:0 -864px !important;}
.language-flag-uk .country-flag{background-position:0 -880px !important;}
.language-flag-ur .country-flag{background-position:0 -896px !important;}
.language-flag-vi .country-flag{background-position:0 -912px !important;}
.language-flag-cy .country-flag{background-position:0 -928px !important;}
.language-flag-yi .country-flag{background-position:0 -944px !important;}
.language-flag-bn .country-flag{background-position:0 -960px !important;}
.language-flag-eo .country-flag{background-position:0 -976px !important;}
.language-flag.language-flag-custom-afghanistan .country-flag{background-position:0 -992px !important;}
.language-flag.language-flag-custom-albania .country-flag{background-position:0 -1008px !important;}
.language-flag.language-flag-custom-algeria .country-flag{background-position:0 -1024px !important;}
.language-flag.language-flag-custom-argentina .country-flag{background-position:0 -1040px !important;}
.language-flag.language-flag-custom-australia .country-flag{background-position:0 -1056px !important;}
.language-flag.language-flag-custom-austria .country-flag{background-position:0 -1072px !important;}
.language-flag.language-flag-custom-belgium .country-flag{background-position:0 -1088px !important;}
.language-flag.language-flag-custom-brazil .country-flag{background-position:0 -1104px !important;}
.language-flag.language-flag-custom-canada .country-flag{background-position:0 -1120px !important;}
.language-flag.language-flag-custom-chile .country-flag{background-position:0 -1136px !important;}
.language-flag.language-flag-custom-cote-d-ivoire .country-flag{background-position:0 -1152px !important;}
.language-flag.language-flag-custom-ecuador .country-flag{background-position:0 -1168px !important;}
.language-flag.language-flag-custom-egypt .country-flag{background-position:0 -1184px !important;}
.language-flag.language-flag-custom-england .country-flag{background-position:0 -1200px !important;}
.language-flag.language-flag-custom-luxembourg .country-flag{background-position:0 -1216px !important;}
.language-flag.language-flag-custom-malaysia .country-flag{background-position:0 -1232px !important;}
.language-flag.language-flag-custom-mexico .country-flag{background-position:0 -1248px !important;}
.language-flag.language-flag-custom-new-zealand .country-flag{background-position:0 -1264px !important;}
.language-flag.language-flag-custom-oman .country-flag{background-position:0 -1280px !important;}
.language-flag.language-flag-custom-qatar .country-flag{background-position:0 -1296px !important;}
.language-flag.language-flag-custom-saudi-arabia .country-flag{background-position:0 -1312px !important;}
.language-flag.language-flag-custom-singapore .country-flag{background-position:0 -1328px !important;}
.language-flag.language-flag-custom-south-africa .country-flag{background-position:0 0 !important;}
.language-flag.language-flag-custom-switzerland .country-flag{background-position:0 -1344px !important;}
.language-flag.language-flag-custom-syria .country-flag{background-position:0 -1360px !important;}
.language-flag.language-flag-custom-united-arab-emirates .country-flag{background-position:0 -1376px !important;}
.language-flag.language-flag-custom-united-states-of-america .country-flag{background-position:0 -1392px !important;}
.language-flag-hy .country-flag{background-position:0 -1408px;}
.language-flag-bs .country-flag{background-position:0 -1424px;}
.language-flag-ceb .country-flag{background-position:0 -1440px;}
.language-flag-ny .country-flag{background-position:0 -1456px;}
.language-flag-ha .country-flag{background-position:0 -1472px;}
.language-flag-hmn .country-flag{background-position:0 -1488px;}
.language-flag-ig .country-flag{background-position:0 -1504px;}
.language-flag-jw .country-flag{background-position:0 -1520px;}
.language-flag-kk .country-flag{background-position:0 -1536px;}
.language-flag-km .country-flag{background-position:0 -1552px;}
.language-flag-lo .country-flag{background-position:0 -1568px;}
.language-flag-la .country-flag{background-position:0 -1584px;}
.language-flag-mg .country-flag{background-position:0 -1600px;}
.language-flag-ml .country-flag{background-position:0 -1616px;}
.language-flag-mi .country-flag{background-position:0 -1632px;}
.language-flag-mr .country-flag{background-position:0 -1648px;}
.language-flag-mn .country-flag{background-position:0 -1664px;}
.language-flag-my .country-flag{background-position:0 -1680px;}
.language-flag-ne .country-flag{background-position:0 -1696px;}
.language-flag-pa .country-flag{background-position:0 -1712px;}
.language-flag-st .country-flag{background-position:0 -1728px;}
.language-flag-si .country-flag{background-position:0 -1744px;}
.language-flag-so .country-flag{background-position:0 -1760px;}
.language-flag-su .country-flag{background-position:0 -1776px;}
.language-flag-tg .country-flag{background-position:0 -1792px;}
.language-flag-uz .country-flag{background-position:0 -1808px;}
.language-flag-yo .country-flag{background-position:0 -1824px;}
.language-flag-zu .country-flag{background-position:0 -1840px;}
/*-------------------------------
			language  end
			----------------------------------*/


@media (max-width: 760px) {
	.swiper-button-next {
		right: 20px;
		transform: rotate(0deg);
	}

	.swiper-button-prev {
		left: 20px;
		transform: rotate(0deg);
	}
}


@media screen and (max-width: 500px) {
    .index-about .button-group {
		margin-top: 1rem;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		float: unset !important;
		justify-content: center;
    }
}</pre></body></html>