@charset "utf-8";
html {
    font-size: 625%;
}
@font-face {
    font-family: fontawesome;
    src: url(../fonts/Font-Awesome/fontawesome-webfont.eot?v=4.5.0);
    src: url(../fonts/Font-Awesome/fontawesome-webfont.eot?#iefix&v=4.5.0) format("embedded-opentype"),url(../fonts/Font-Awesome/fontawesome-webfont.woff2?v=4.5.0) format("woff2"),url(../fonts/Font-Awesome/fontawesome-webfont.woff?v=4.5.0) format("woff"),url(../fonts/Font-Awesome/fontawesome-webfont.ttf?v=4.5.0) format("truetype"),url(../fonts/Font-Awesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
}
@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CHAPARRALPRO-BOLD';
    src: url('../fonts/CHAPARRALPRO-BOLD.OTF');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CHAPARRALPRO-REGULAR';
    src: url('../fonts/CHAPARRALPRO-REGULAR.OTF');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ARIAL-BD';
    src: url('../fonts/ARIALBD.TTF');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Adobe Heiti Std';
    src: url('../fonts/ADOBEFANHEITISTD-BOLD.OTF');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    font-size: 16px;
    background: #fff;
}
a,abbr,address,blockquote,body,code,dd,dl,dt,fieldset,figure,form,h1,h2,h3,h4,h5,h6,html,iframe,img,label,li,object,ol,p,pre,td,th,ul {
    margin: 0;
    padding: 0
}
body,button,html,input,textarea {
    color: #333;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 1.5
}
body {
    background-color: #fff
}
article,aside,figcaption,figure,footer,header,main,nav,section {
    display: block
}
h1 {
    font-size: 20px
}
h2 {
    font-size: 18px
}
h3 {
    font-size: 16px
}
h4,h5 {
    font-size: 14px
}
img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
li {
    list-style: none
}
em,i {
    font-style: normal
}
a {
    color: #333;
    text-decoration: none
}
a:focus {
    outline: 0
}
a:hover {
    color: #355E40;
    text-decoration: none
}
input[type=text]:focus {
    outline: 0
}
input[type=button],input[type=reset],input[type=submit] {
    cursor: pointer
}
input[type=button]::-moz-focus-inner,input[type=file]>input[type=button]::-moz-focus-inner,input[type=reset]::-moz-focus-inner,input[type=submit]::-moz-focus-inner {
    border: none;
    padding: 0
}
input::-webkit-input-placeholder {
    color: #999;
}
input::-moz-placeholder {
    color: #999;
    opacity: 1
}
input:-ms-input-placeholder {
    color: #999;
}
input:-moz-placeholder {
    color: #999;
}
hr {
    height: 1px;
    border: none;
    border-top: 1px dashed #c1c1c1;
    margin: 15px 0
}
a:active,input,select,textarea {
    -webkit-tap-highlight-color: transparent;
    outline: 0!important
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}
.cate_items ul:after,.clearfix:after,.detail-tabs:after,.foot_item .news_cell:after,.foot_items:after,.intr_small_imgs ul:after,.items_list ul:after,.nav_wrap .head_nav:after,.page_main:after,.product-intro:after,.product_cell .cell_attr:after,.product_cell .cell_inner:after,.product_items:after,.promote_item .item_inner:after,.promote_items:after,.sys_row:after,.web_footer .foot_nav_bar:after,.web_head .logo:after,.web_main:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0
}
.clear {
    clear: both
}
.layout,body {
    margin: 0 auto;
}
.layout {
    width: 1480px;
    position: relative
}
.z9999 {
    z-index: 9999!important
}
.hide {
    display: none
}
/* img */
.c_pub_pic{
	position: relative; width: 100%; height: 0;
}
.c_pub_pic img{position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.f_b{font-weight: bold;}
.clearf{clear: both; overflow: hidden;}
.flex{
	display: -webkit-box;
	display: -mox-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.flexColumn{display: flex; flex-direction: column;}
.flexSpaceBe{
    -webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-moz-box-pack: justify;
	justify-content: space-between;
}
.flexWrap{
	flex-wrap: wrap;
	-webkit-box-flex: wrap;
	-moz-box-flex: wrap;
	-ms-flex-wrap: wrap;
}
.alignBottom{
	align-items: flex-end;
}
.ellipsis{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ellipsis2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow:ellipsis;}
.ellipsis3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow:ellipsis;}
.ellipsis4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;text-overflow:ellipsis;}
.ellipsis5{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;text-overflow:ellipsis;}
.ellipsis6{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;overflow: hidden;text-overflow:ellipsis;}
/* rightBox -- start */
.rightBox{position: fixed; top: 36%; right: 3px; z-index: 9999; display: none;}
.rightBox>div{cursor: pointer; width: 48px; border-radius: 2px; height: 48px; background: #41704e; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; position: relative; transition: all .5s ease-in-out;}
.rightBox>div:last-child {
	/* background: rgba(57, 101, 218, 0.8); */
	background: #1a4525;
}
.rightBox>div>img, .rightBox>div>a>img {width: 70%; height: auto;}
.rightBox>div:hover .showBox{display: block;}
.showBox {position: absolute; background-color: #41704e; padding: 6px 6px; border-radius: 8px; right: 48px; top: 50%; transition: all ease-in-out .5s; transform: translate(-5px, -50%); display: none;}
.showBox a {font-size: 16px; color: #fff; white-space: nowrap;}
.showBox a:hover{color: #fff;}
.showBox img {width: 140px; max-width: none;}
/* rightBox -- end */
/* foot-btn -- start */
.foot-btn{position: fixed; left: 0; width: 100%; bottom: 0; z-index: 9999; display: none !important;}
.foot-btn a{width: 25%; height: 55px; display: flex; justify-content: center; align-items: center; cursor: pointer; border-right: 1px solid rgba(255, 255, 255, 0.2);}
/* .foot-btn a:nth-child(odd){background: #13371C;} */
.foot-btn a:last-child{border-right: 0;}
.foot-btn img {width: 32px; margin: 0 auto;}
@media only screen and (max-width: 950px) {
	.rightBox{display: none !important;}
	.foot-btn{display: flex !important; background: #13371C;}
}
/* foot-btn --end */
/* transtion */
.ad_item figure figcaption .item_more,.blog-item:after,.change-language .change-language-title a:after,.foot_item a,.foot_sns li img,.gotop,.head_nav b:after,.head_nav li a,.head_sns li img,.mobile-head-item .middle-show-content-wrap,.nav_wrap .head_nav li li>a:before,.nav_wrap .head_nav li li a,.nav_wrap .head_nav li ul,.newsletter .button,.pages a,.product-btn-wrap a,.product-item .item-img img,.product_item,.product_item .item_img:after,.product_item .item_img a,.product_item .item_img a:after,.product_item .item_img a:before,.product_item .item_img img,.product_item figure,.product_item figure figcaption,.side-product-items .btn-next,.side-product-items .btn-prev,.side_product_item .add-friend,.side_product_item .add-friend:after,.web_head,.web_head .btn--search,.web_head .btn--search:before {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.head_txt a::before, .change-language .change-language-title, .nav_wrap .head_nav>li>a:after, .foot_icon li a img, .head_search_btn div{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.head-search .search-btn,.head_nav>li>a:before,.icon-cate, .language-flag span::after{
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}
.language-flag span::after, .nav_wrap .head_nav>li>a>b:after, .foot_right_form input.sub::before, .company_item .video_icon::before, .mobile-head-nav .title:before, .mobile-head-language .title::before, .head_nav>li:after, .head_nav>li>b::before, .swiper-button-prev:before, .swiper-button-next:before{
	font-family: fontawesome;
	font-style: normal;
	font-weight: 400;
	display: inline-block;
}
/* .company_subscribe .button,.index_promote,.nav_wrap,.product_item .item_img {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box
}
.download-item .item-button:before,.faq-item .faq-title:before,.head_nav>li:after,.head_nav li b:after,.mobile-head-item .title:before,.product-btn-wrap a:before,.side-cate li .icon-cate:before {
    font-family: fontawesome;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none
}
.btn_more:after,.company_subscribe .button:after,.head-search .search-btn:before,.product-btn-wrap .email:before,.product-btn-wrap .pdf:before,.side-product-items .btn-next:before,.side-product-items .btn-prev:before,.swiper-button-next:before,.swiper-button-prev:before,.sys_btn:after,.web_head .btn--search:before {
    font-family: fontawesome
} */
a {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
/* a:hover */
a:hover{
	color: #355e40;
}
/* web_head */
.web_head {
    width: 100%; z-index: 100; background: #fff; 
	box-shadow: 0 3px 12px rgba(0,0,0,0.11);
	/* position: fixed; */
}
.head_layer .layout {
    display: -webkit-box; display: -webkit-flex; display: flex;
    -webkit-box-orient: horizontal; -webkit-box-direction: normal;
    -webkit-flex-direction: row; flex-direction: row;
    -webkit-box-align: center; -webkit-align-items: center;
    -ms-flex-align: center; align-items: center; 
	position: relative;
}
.web_head .logo{margin: 10px 20px 10px 0;}
.web_head .logo img{max-height: 80px;}
.web_head .head_right {float: right;}
.head_layer .nav_wrap {
    position: relative; float: left; -webkit-box-flex: 1; -webkit-flex: 1;
    flex: 1;
}
.nav_wrap .head_nav {
    display: -webkit-box; display: -webkit-flex; display: flex;
    -webkit-box-orient: horizontal; -webkit-box-direction: normal;
    -webkit-flex-direction: row; flex-direction: row;
    -webkit-box-pack: center; -ms-flex-pack: center;
    white-space: nowrap; padding: 5px 0; flex-wrap: wrap;
	justify-content: space-between; justify-content: flex-end;
    position: relative; z-index: 2;
}
.nav_wrap .head_nav, .nav_wrap .head_nav a {
    color: #333;
}
.nav_wrap .head_nav:after {display: none;}
.nav_wrap .head_nav>li{
    display: inline-block; line-height: 62px; font-size: 20px; 
	perspective: 1500px; vertical-align: middle; position: relative;
	margin-left: 3.8%;
}
.nav_wrap .head_nav>li:first-child{margin-left: 0;}
.nav_wrap .head_nav>li>a {
    position: relative; display: inline-block; padding: 0 0;
    -webkit-transform: scale(1); -ms-transform: scale(1);
    -o-transform: scale(1); transform: scale(1);
    white-space: nowrap; text-transform: capitalize;
	font-family: 'Poppins-Regular'; font-weight: bold;
}
.nav_wrap .head_nav>li.nav_current>a{color: #355E40;}
.nav_wrap .head_nav>li.nav_current>a:after, .nav_wrap .head_nav>li>a:after{
	position: absolute; left: 0; width: 30px; bottom: 10px; height: 2px; 
	background: #333; content: '';
}
.nav_wrap .head_nav>li.nav_current>a:after, .nav_wrap .head_nav>li.nav_current:hover>a:after{
	background-color: #355E40;
}
.nav_wrap .head_nav>li>a:after{width: 0;}
.nav_wrap .head_nav>li>a>b {
    display: inline-block; margin-left: 5px;
}
.nav_wrap .head_nav>li>a>b:after {
    /* content: "\f107";
    display: block; font-size: 20px; */
    border-top: 6px solid #333; border-bottom: 0;
    border-left: 5px solid transparent; border-right: 5px solid transparent;
    vertical-align: middle; content: '';
}
.nav_wrap .head_nav>li:hover{z-index: 2;}
.nav_wrap .head_nav>li:hover>a {color: #355E40;}
.nav_wrap .head_nav>li:hover>a:after{width: 30px; background: #355E40;}
.nav_wrap .head_nav>li:hover>a>b:after {
    border-top-color: #355E40;
    -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg); transform: rotate(180deg)
}
.nav_wrap .head_nav li ul {
    width: 260px; padding: 15px 0; background-color: #fff;
    /* border: 1px solid rgba(0,0,0,.2); */
    position: absolute; left: 0; top: 100%; z-index: 999;
    -webkit-transform: translateY(8%); -ms-transform: translateY(8%);
    -o-transform: translateY(8%); transform: translateY(8%);
    opacity: 0; visibility: hidden; box-sizing: border-box;
    -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0; -o-transform-origin: 0 0;
    transform-origin: 0 0;
    box-shadow: 4px 4px 0 rgba(0,0,0,.04); border-radius: 0 0 6px 6px;
}
.nav_wrap .head_nav>li ul ul {left: 102%; top: -15px;}
.nav_wrap .head_nav li:hover>ul {
    -webkit-transform: none; -ms-transform: none;
    -o-transform: none; transform: none;
    opacity: 1; visibility: visible;
}
.nav_wrap .head_nav li.menu_left ul {left: auto; right: 0;}
.nav_wrap .head_nav li.menu_left ul ul {right: 102%;}
.nav_wrap .head_nav>li li {
    position: relative; text-align: left; padding: 0;
	white-space: normal;
}
.nav_wrap .head_nav>li li a {
    display: block; line-height: 1.4em; padding: 10px 24px 10px 18px;
    font-size: 18px; position: relative; color: #040404; overflow: hidden;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
}
.nav_wrap .head_nav>li li:hover>a:before,.nav_wrap .head_nav>li li a:before {
    content: ""; display: block; width: 4px; height: 30%; 
	position: absolute; color: #040404; left: 0; top: 40%; opacity: 0;
}
.nav_wrap .head_nav>li li:hover>a:before,.nav_wrap .head_nav>li li a:hover:before {
    top: 50%; margin-top: -11px; height: 22px; opacity: 1;
    background-color: #355E40; color: #355E40;
}
.nav_wrap .head_nav>li li>a b:after {
    content: ""; display: inline-block; width: 0; height: 0; overflow: hidden;
    border-left: 6px solid #040404; border-right: 0;
    border-top: 5px solid transparent; border-bottom: 5px solid transparent;
    position: absolute; right: 10px; top: 50%; transform: translateY(-50%);
}
.nav_wrap .head_nav>li li:last-child>a {border-bottom: 0;}
.nav_wrap .head_nav>li li:hover>a {color: #355E40;}
.nav_wrap .head_nav>li li:hover>a b:after {border-left-color: #355E40;}
.fixed-nav .head_layer {
    width: 100%; position: fixed; left: 0; top: 0; z-index: 9;
    -webkit-transition: none; -o-transition: none;
    transition: none; -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%); -o-transform: translateY(-100%);
    transform: translateY(-100%); opacity: 1;
    /* background-color: hsla(0,0%,100%,.95); */
	background: rgba(255, 255, 255, 0.96); box-shadow: 1px 0 1px rgba(0,0,0,.3)
}
.fixed-nav .head_nav {padding: 6px 0;}
.fixed-nav .logo img {max-height: 60px; margin-right: 20px;}
.fixed-nav .nav_wrap .head_nav>li {
    /* line-height: 70px */
}
.fixed-nav .change-language .change-language-cont {
    top: 47px;
    background-color: hsla(0,0%,100%,.95)
}
.fixed-nav-active .head_layer {
    -webkit-transform: none; -ms-transform: none;
    -o-transform: none; transform: none; opacity: 1;
    -webkit-transition: all .6s ease; -o-transition: all .6s ease;
    transition: all .6s ease; z-index: 100;
}
.fixed-nav-active .nav_wrap:before {opacity: 1; height: 100%;}
.fixed-nav-active .head_layer .sheader {
    display: none;
}
@media only screen and (max-width: 1580px) {
	.layout{width: 100%; padding: 0 50px; box-sizing: border-box;}
}
@media only screen and (max-width: 1200px) {
    body {min-width:inherit; }
	.web_head .logo img{max-height: 66px;}
	.nav_wrap .head_nav>li{margin-left: 2.5%;}
	.nav_wrap .head_nav>li>a{font-size: 18px;}
}
@media only screen and (max-width: 1000px) {
	.head_layer .layout{width: 100%; padding: 0 30px; box-sizing: border-box;}
}
/* head_search */
.head_search{position: relative; margin-left: 2.4%;}
.head_search_btn{width: 38px; height: 38px; border: 1px solid #fff; overflow: hidden;}
.head_search_btn div{display: block; width: 100%; height: 100%; background-size: 18px auto; background-repeat: no-repeat; background-position: center; cursor: pointer;}
.head_search_btn .search_btn{background-image: url(../img/icon_search.png);}
.head_search_btn .close_btn{background-image: url(../img/icon_close.png);}
.head_search_btn:hover div{background-color: #f5f5f5;}
.search_form{width: 328px; border-radius: 20px; background: #fff; overflow: hidden; position: absolute; z-index: 5; right: -10px; top: 150%; border: 1px solid #e0e0e0; display: none;}
.search-ipt {
    border: 0; background: 0 0; border-radius: 0; -webkit-appearance: none;
}
.search_form .search-ipt{line-height: 40px; padding: 0 15px; width: 205px; float: left; font-size: 16px;}
.search_form .search_submit{background: url(../img/icon_search_w.png) no-repeat 18% center/ auto 50%; background-color: #355e40; float: right; width: 120px; height: 40px; margin: 0; border: none; padding: 0; color: #fff; border-radius: 20px; padding: 0 0 0 24px; font-size: 16px;}
.search_form .search_submit:hover{opacity: 0.9;}
@media only screen and (max-width: 1200px) {
    .head_search{margin-left: 2%;}
}
@media only screen and (max-width: 950px) {
	body {min-width: 100%}
	.layout{padding: 0 15px;}
	.z10000 {
	    position: relative; z-index: 100000
	}
	.web_head .change-language, .web_head .nav_wrap .head_nav {
	    display: none;
	}
	.web_head .nav_wrap{
	    position: static;
	}
	.web_head .head-search {
	    display: none;
	}
	.head-search .search-attr,.web_head .head_right {
	    display: none;
	}
	.head_layer .layout {display: none; text-align: center;}
	.index_web_head {position: static; text-align: center;}
	.index_web_head .head_layer {position: static;	}
	.head_nav {width: 100%;}
	.head_nav li {
	    position: relative; display: block; width: 100%; font-size: 18px;
	}
	.head_nav>li {
	    border-bottom: 1px solid #eee; line-height: 38px
	}
	.head_nav>li>b{position: absolute; right: 0; width: 30px; height: 30px; top: 4px; background: #fff; z-index: 1;}
	.head_nav>li>b::before{content: '\f106'; display: block; line-height: 30px; text-align: center; font-size: 16px; color: #666; transition: all 0.3s ease;}
	.head_nav>li>b.up_icon::before{transform: rotate(180deg);}
	.mobile_gn .head_nav>li a{display: block;text-transform: capitalize;}
	.head_nav>li:after {
	    /* content: "\f105"; */
	    position: absolute;
	    right: 0;
	    top: 0;
	    color: #999;
	    font-size: 12px
	}
	.head_nav li ul {
	    display: block;
	    width: 100%; margin-bottom: 0;
	}
	.head_nav li ul li {
	    width: auto;
	    padding: 6px 0 6px 12px;
	    font-size: 16px;
	    text-transform: capitalize;
	    line-height: 24px; white-space: normal;
	}
	.head_nav li ul li:before {
	    content: "";
	    width: 3px;
	    height: 3px;
	    background: #999;
	    border-radius: 50%;
	    position: absolute;
	    left: 0;
	    top: 15px
	}
	.head_nav li ul li li {
	    line-height: 24px; font-size: 16px;
	}
    .head_nav li ul li li::before{left: 2px;}
	.head_nav li ul li li li:before,.web_head .nav_wrap {
	    display: none
	}
}
.mobile-head-items {display: none;}
.mobile-head-items .trp-language-wrap a {display: block; margin-right: 15px;}
.change-language .change-language-title{
	height: 38px; display: flex; align-items: center; padding-left: 10px;
}
.change-language .change-language-title .language-flag span {
    position: relative; display: inline-block; vertical-align: middle;
    white-space: nowrap; overflow: hidden; line-height: 24px; color: #040404;
	/* padding-left: 30px;
	background: url(../img/icon1.png) no-repeat left center/ auto 24px; */
}
.change-language .change-language-title .language-flag span::after{
	content: '\f0d7'; font-size: 16px; transform: rotate(0deg); margin-left: 8px; 
	display: inline-block;
}
.change-language:hover .change-language-title .language-flag span{color: #355e40;}
.change-language:hover .change-language-title .language-flag span::after{transform: rotate(180deg); color: #355e40;}
.change-language ::-webkit-scrollbar {width: 5px;}
/* .change-language .change-language-title a:after {
    content: ""; display: inline-block; width: 0; height: 0;
    border-top: 5px solid #333; border-bottom: 0;
    border-left: 4px solid transparent; border-right: 4px solid transparent;
    vertical-align: middle;
}
.change-language:hover .change-language-title a:after {
    -moz-transform: rotate(-1turn);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
} */
.change-language .change-language-cont {
    position: absolute; top: 130%; right: 0; width: 500px!important; background: #fff;
    padding: 20px 15px 20px 20px; transform: scale3d(.9,.9,1); opacity: 0;
    visibility: hidden; z-index: 999; -moz-transition: all .3s ease-in-out; 
	-webkit-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; 
	-o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;
    border: 1px solid #eee; border-radius: 5px; overflow-y: scroll; max-height: 80vh;
}
.change-language .change-language-cont li {
    display: inline-block; vertical-align: top; width: 48%; margin: 0 4% 0 0;
    overflow: hidden; padding: 0 10px 0 0; border-bottom: 1px solid #ececec; float: left;
}
.change-language .change-language-cont li:nth-child(2n){margin-right: 0;}
.change-language .change-language-cont li a{display: block; padding: 7px 0;}
.change-language:hover .change-language-cont {
    transform: scaleX(1); opacity: 1; visibility: visible;
}
.change-language:hover .change-language-title{border-color: rgba(236, 90, 43, 0.9);}
.change-language .prisna-wp-translate-seo,.mobile-head-language .prisna-wp-translate-seo {display: block;}
.change-language .change-language-cont li a:hover {color: #355e40;}
.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;
}
.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;
    background-repeat: no-repeat;
    background-image: url(../img/all-m.gif);
    width: 22px;
    height: 16px;
    margin: -8px 5px 0
}
li.language-flag a {
    position: relative
} */
@media only screen and (max-width: 950px) {
	/* mobile-header */
    .mobile-body-mask {
        width: 100%; height: 100vh; background: rgba(0,0,0,.6);
        position: fixed; left: 0; top: 0; z-index: 90;
    }
    .mobile-ico-close {
        width: 30px; height: 30px; position: absolute; right: -35px; top: 0; 
        background: #fff url(../img/mobile_close.png) 50% no-repeat;
        background-size: 50% auto; cursor: pointer; font-family: fontawesome;
    }
    .mobile-head-items {
        position: fixed; top: 0; left: 0; width: 100%; height: 50px;
		line-height: 40px; display: flex; align-items: center;
		justify-content: space-between; z-index: 1000; background: #355E40;
		padding: 0 15px; box-shadow: 0 5px 10px rgba(0,0,0,.2);
    }
	.phoneLogo img{
		height: 40px;
	}
	.mobile_gn{
		display: flex; align-items: center;
	}
    .mobile-head-item {
        float: left; width: 32px;
    }
	.mobile-head-search{
		order: 1;
	}
	.mobile-head-language{
		order: 2; margin-left: 15px;
	}
	.mobile-head-nav{
		order: 3; margin-left: 15px; white-space: nowrap;
	}
    .mobile-head-item.mobile-head-aside {
        float: right
    }
    .mobile-head-item .title {
        width: 100%; height: 32px; line-height: 32px; overflow: hidden;
        text-align: center; color: #fff; cursor: pointer; position: relative;
        -webkit-tap-highlight-color: transparent; font-size: 14px;
    }
	.mobile-head-item.mobile-head-language .title{
		font-size: 18px; width: 100%; text-align: left;
	}
    .mobile-head-item .title a {
        position: relative; display: block; color: #fff;
    }
	.mobile-head-item .title:before{
		width: 100%; height: 100%; content: ''; display: inline-block;
	}
    .mobile-head-item.mobile-head-home .title a:before {
        content: "\f015";
    }
    .mobile-head-item.mobile-head-nav .title:before {
		/* content: '\f0c9'; */
		width: 30px; float: left;
		background: url(../img/icon_menu.png) no-repeat center/ 28px auto;
    }
    .mobile-head-item.mobile-head-language .title:before {
        /* content: "\f0d7"; position: absolute; right: 1px; top: 0; width: auto; height: auto; font-size: 16px; */
		background: url(../img/icon_lan.png) no-repeat center/ 28px auto;
    }
    .mobile-head-item.mobile-head-search .title:before {
        /* content: "\f002"; */
		background: url(../img/icon_search2.png) no-repeat center/ 28px auto;
    }
    .mobile-head-item.mobile-head-social .title:before {
        content: "\f007";
    }
    .mobile-head-item.mobile-head-aside .title:before {
        content: "\f060";
    }
    .mobile-head-item .main-content-wrap {
        background: #fff; top: 0; display: block; z-index: 99999;
    }
    .mobile-head-item .main-content-wrap .content-wrap {
        overflow-y: auto; height: 100%; padding: 15px 10px 55px; background-color: #fff;
    }
    .mobile-head-search .main-content-wrap .content-wrap{
        padding: 15px 10px;
    }
    .mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap {
        overflow-y: hidden;
    }
    .mobile-head-item .side-content-wrap {
        position: fixed; display: block; left: -70%; width: 70%;
        height: 100%; text-align: left;
    }
    .mobile-head-item .middle-content-wrap {
        position: absolute; left: 0; width: 100%; height: auto;
        padding: 20px 0; opacity: 0; visibility: hidden;
    }
    .mobile-head-item .middle-show-content-wrap {
        top: 30px; visibility: visible; opacity: 1;
    }
	/* language */
	.mobile-head-items .trp-language-wrap{padding-bottom: 42px;}
	.mobile-head-items .trp-language-wrap a{margin-right: 0; border-bottom: 1px solid #f2f2f2;}
	.mobile-head-items .change-language-cont li{border-bottom: 1px solid #ececec;}
	.mobile-head-items .change-language-cont li a{display: block;}
	/* .search_form */
	.mobile-head-search .middle-content-wrap{padding: 10px 5px; top: 50px;}
	.middle-content-wrap .search_form{display: block; left: 20px; top: 20px; right: 20px; width: auto; border: 1px solid #e0e0e0; border-radius: 20px; position: static;}
	.search_form .search-ipt{width: calc(100% - 111px);}
	.search_form .search_submit{width: 110px; background-position: 16% center;}
	.mobile-head-search .mobile-ico-close{top: -35px; right: 0;}
}
@media only screen and (max-width: 400px) {
	/* .mobile-head-nav{width: 32px;} */
}
/* web_form */
.web_form{position: relative; z-index: 1; display: none;}
.web_form_wrap{background-repeat: no-repeat; background-position: center; background-size: cover; padding: 0.26rem  0.5rem; align-items: center;}
.web_form_left{width: 48%; color: #fff;}
.web_form_left .title{font-size: 0.46rem; font-family: 'AKZIDENZGROTESK-BOLD'; text-transform: uppercase; line-height: 1.25;}
.web_form_left .brief{line-height: 1.5;}
.web_form_input{width: 48%;}
.web_form_input input.txt{background: #fff; border: 0; height: 0.6rem; width: calc(50% - 0.1rem); padding: 0 0.2rem; font-size: 0.16rem;}
.web_form_input .sub_btn{background: none; border: 1px solid #fff; height: 0.6rem; margin-top: 0.15rem; width: 100%; font-size: 20px; color: #fff; cursor: pointer;}
.web_form_input .sub_btn:hover{background: rgba(236, 90, 43, 0.8);}
@media only screen and (max-width: 950px) {
	.web_form_wrap{padding: 12px 15px;}
	.web_form_left{width: 43%;}
	.web_form_input{width: 53%;}
	.web_form_left .title{font-size: 0.34rem;}
	.web_form_left .brief{display: none;}
	.web_form_input input.txt{font-size: 0.24rem; padding: 0 0.15rem;}
	.web_form_input .sub_btn{font-size: 16px; height: 0.54rem;}
}
/* web_footer */
.web_footer {
	padding-top: 3.5%; background-color: #355E40; margin-top: 0;
	font-family: 'Poppins-Regular';
}
.web_footer,.web_footer a{color: #FAF9F3;}
.web_footer a:hover{text-decoration: underline;}
.web_footer .foot_top{align-items: center;}
.web_footer .foot_logo{display: block; margin-right: 34px;}
.web_footer .foot_logo img {max-height: 100px;}
.web_footer .foot_top_right{flex: 1;}
.foot_top_right .title{font-size: 20px; line-height: 1.5; text-transform: uppercase; padding-bottom: 15px;}
.foot_top_right .brief{line-height: 1.5;}
.foot_inner{padding: 3.4% 0 3.8%; margin: 1.8% 0 0; border-top: 1px solid rgba(255, 255, 255, 0.35); border-bottom: 1px solid rgba(255, 255, 255, 0.35);}
.foot_inner .foot_left{width: 27%;}
.foot_inner .foot_info{width: 23%;}
.foot_icon{padding-top: 10%;}
.foot_icon li{margin-right: 10px;}
.foot_icon li:last-child{margin-right: 0;}
.foot_icon li a{display: block; width: 32px; height: 32px; position: relative; overflow: hidden;}
.foot_icon li a img{width: 100%; height: 100%; position: absolute; left: 0; top: 0;}
.foot_icon li a .hover_img{top: 100%;}
.foot_icon li a:hover{background: #fff; border-radius: 5px;}
.foot_icon li a:hover .def_img{top: -100%;}
.foot_icon li a:hover .hover_img{top: 0; width: 80%; height: 80%; margin: 10%;}
.foot_inner .link_th{font-size: 20px; text-transform: uppercase;}
.foot_inner .foot_form .link_th{font-weight: bold; color: #fff; text-transform: none;}
.foot_inner .foot_link{width: 15%}
.foot_inner .foot_info, .foot_inner .foot_form{width: 28%}
.foot_inner .foot_info{max-width: 350px;}
.foot_inner .link_list{margin-top: 20px;}
.foot_link .link_list li{line-height: 1.75; padding: 4px 0;}
.foot_link_quick .link_list li{ line-height: 1.3;}
.foot_link .link_list li a{color: #fff; position: relative;}
.foot_info_list{margin-top: 20px;}
.foot_info_list li{margin-bottom: 10px; line-height: 1.5; background-position: left center; background-size: 15px auto; background-repeat: no-repeat; padding: 3px 0 3px 30px; margin-bottom: 10px;}
.foot_info_list li a{word-wrap: break-word;}
.foot_info_list li.address{background-image: url(../img/icon_address.png);}
.foot_info_list li.tel{background-image: url(../img/icon_tel.png);}
.foot_info_list li.mail{background-image: url(../img/icon_email.png);}
.foot_form{clear: both; overflow: hidden;}
.foot_form_inner{padding: 6.5% 0 7.5%;}
.foot_form input{height: 52px; line-height: 52px; margin: 0; color: #fff;}
.foot_form input.txt{border: 1px solid rgba(255, 255, 255, 0.5); background: rgba(63, 71, 80, 0.5); padding: 0 15px 0 12px; font-size: 16px; float: left; width: calc(100% - 70px);}
.foot_form input.sub{border: none; width: 60px; margin-left: 10px; background: url(../img/icon_search.png) no-repeat center /auto 50% #fff; color: transparent;}
.foot_form input.txt:focus{border-color: #fff;}
.foot_form input.sub:hover{opacity: 0.8;}
.foot_form .brief{}
.foot_form .brief em{font-style: normal; color: #FF8400; font-size: 14px;}
.foot_form input::-webkit-input-placeholder{color: #fff;}
.foot_form input::-moz-placeholder{color: #fff; opacity: 1;}
.foot_form input:-ms-input-placeholder{color: #fff;}
.foot_form input:-moz-placeholder{color: #fff;}
.web_footer .foot_bottom{padding: 1.6% 0; line-height: 1.25; text-align: center;}
.foot_info_list li a:hover, .foot_link .link_list li a:hover, .foot_bottom a:hover{text-decoration: underline;}
@media only screen and (max-width: 950px) {
    .web_footer {overflow: hidden; padding-top: 30px; margin-top: 0;}
	.web_footer .foot_top{flex-wrap: wrap;}
    .web_footer .foot_logo {margin: 0 auto; text-align: left; width: 100%;}
	.web_footer .foot_logo img{height: 56px;}
	.foot_top_right{padding-top: 20px;}
	.foot_top_right .title{padding-bottom: 10px;}
	.foot_link .link_list li{font-size: 17px; opacity: .85;}
	.foot_link .link_list li a{line-height: 26px; padding-left: 20px; position: relative;}
	.foot_link .link_list li a:before{content: ''; position: absolute; left: 0; top: 50%; height: 2px; background: #fff; width: 12px; margin-top: -1px; border-radius: 1px;}
	/* .foot_inner */
	.foot_inner{flex-wrap: wrap; padding: 15px 0; margin: 15px 0 0; border-top: none;}
	.foot_inner .foot_right_info{ margin-bottom: 20px;}
	.foot_inner .foot_form, .foot_inner .foot_info{width: 100%;}
	.foot_inner .foot_form{display: none;}
	.foot_inner .foot_link{width: 100%; margin-bottom: 20px;}
	.foot_inner .foot_link li a{display: block;}
	.foot_inner .foot_link_pro{box-sizing: border-box; flex: 1; display: flex; flex-direction: column;}
	.foot_icon{padding-top: 0; padding-bottom: 25px; order: 1;}
	.foot_inner .foot_link_quick .link_list{margin-top: 0;}
	.foot_link .link_th{position: relative; text-transform: none; font-family: 'CHAPARRALPRO-BOLD'; font-size: 22px; opacity: 0.99;}
	.foot_link .link_th::after{content: ''; position: ;}
	.foot_link_pro .link_th{position: relative; order: 2;}
	.foot_link_pro .link_th a{display: block; padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.5);}
	.foot_link .link_th b{position: relative;}
	.foot_link .link_th b::before{content: ''; position: absolute; left: 15px; width: 70px; height: 1px; top: 50%; background: #fff;}
	.foot_inner .foot_link .link_list{margin: 10px 0 6px; order: 3;}
	.foot_form_inner{padding: 15px 0;}
	.foot_form input{height: 46px;}
	.foot_info_list li a:hover, .foot_link .link_list li a:hover, .foot_bottom a:hover{text-decoration: none;}
	.foot_info_list{margin-top: 10px;}
	.foot_info_list li{margin-bottom: 15px;}
	.foot_right_form input.txt{width: calc(100% - 38px);}
	.web_footer .foot_bottom{padding: 20px 0 72px; flex-wrap: wrap; border-color: #333; margin: 0 15px; line-height: 1.5;}
	.foot_bottom .layout{padding: 0;}
	.foot_bleft{width: 100%;}
	.foot_bleft p:last-child{margin-top: 5px;}
	.foot_bright{display: none;}
	.foot_left .brief{padding: 18px 0 20px; font-size: 16px; line-height: 28px;}
}
@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .swiper-container .swiper-wrapper {
        width: auto
    }
}
/* sitemap */
.sitemap-logo-boxs>.sep-container>h2>a:hover{color: white;text-decoration: underline;}
#cont > ul > li > a{text-transform: capitalize;}
#cont h2{background: #355E40 !important;}
#cont > ul > li > ul > li > a{color: #355E40 !important;}
#cont > ul > li > ul > li > ul > li > a{color: #355E40 !important;}
#cont > ul > li > ul > li > ul > li > a:before{border-top-color: #355E40 !important;border-right-color: #355E40 !important;}
#cont > ul > li > ul > li > ul > li > a:hover{text-decoration:underline}
#footer{background: #355E40 !important;}
/* common_form */
.content-wrap.form .ch_form_wrap .item_submit{padding: 0 !important;}
.content-wrap.form .ch_form_wrap .item_submit input{background: #355E40 !important; height: 38px !important; font-size: 16px; border-radius: 5px;}
.content-wrap.form .ch_form_wrap ul input, .content-wrap.form .ch_form_wrap ul textarea, .content-wrap.form .ch_form_wrap ul select{border-left-color: #355E40 !important;}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}
@-webkit-keyframes fadeInLeftA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30%,0,0);
        transform: translate3d(-30%,0,0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInLeftA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30%,0,0);
        -ms-transform: translate3d(-30%,0,0);
        transform: translate3d(-30%,0,0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
.fadeInLeftA {
    -webkit-animation-name: fadeInLeftA;
    animation-name: fadeInLeftA
}
@-webkit-keyframes fadeInUpA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,30%,0);
        transform: translate3d(0,30%,0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInUpA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,30%,0);
        -ms-transform: translate3d(0,30%,0);
        transform: translate3d(0,30%,0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
.fadeInUpA {
    -webkit-animation-name: fadeInUpA;
    animation-name: fadeInUpA
}
@-webkit-keyframes fadeInRightA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30%,0,0);
        transform: translate3d(30%,0,0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInRightA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30%,0,0);
        -ms-transform: translate3d(30%,0,0);
        transform: translate3d(30%,0,0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
.fadeInRightA {
    -webkit-animation-name: fadeInRightA;
    animation-name: fadeInRightA
}
@-webkit-keyframes twinkling {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@-webkit-keyframes OrangePulse {
    0% {
        background-color: rgba(210,174,109,.2);
        -webkit-box-shadow: 0 0 10px #d2ae6d
    }
    50% {
        background-color: #d2ae6d;
        -webkit-box-shadow: 0 0 10px #d2ae6d
    }
    to {
        background-color: rgba(210,174,109,.2);
        -webkit-box-shadow: 0 0 10px #d2ae6d
    }
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg)
    }
    40% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg)
    }
    60% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    80% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg)
    }
    40% {
        -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg)
    }
    60% {
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    80% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    to {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}
.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}
@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(0)
    }
    25% {
        -webkit-transform: translateY(-20%)
    }
    50% {
        -webkit-transform: translateY(0)
    }
    75% {
        -webkit-transform: translateY(-10%)
    }
    to {
        -webkit-transform: translateY(0)
    }
}
@keyframes jump {
    0% {
        transform: translateY(0)
    }
    25% {
        transform: translateY(-20%)
    }
    50% {
        transform: translateY(0)
    }
    75% {
        transform: translateY(-10%)
    }
    to {
        transform: translateY(0)
    }
}
@-webkit-keyframes bounceInA {
    0%,20%,40%,60%,80%,to {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }
    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }
    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}
@keyframes bounceInA {
    0%,20%,40%,60%,80%,to {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        -ms-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        -ms-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }
    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        -ms-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        -ms-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }
    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        -ms-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1)
    }
}
.bounceInA {
    -webkit-animation-name: bounceInA;
    animation-name: bounceInA;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}
@-webkit-keyframes fadeInDownA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-20%,0);
        transform: translate3d(0,-20%,0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInDownA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-20%,0);
        -ms-transform: translate3d(0,-20%,0);
        transform: translate3d(0,-20%,0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
.fadeInDownA {
    -webkit-animation-name: fadeInDownA;
    animation-name: fadeInDownA
}
@keyframes fadeInA {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
.fadeInA {
    -webkit-animation-name: fadeInA;
    animation-name: fadeInA
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    0%,40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}
@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    0%,40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}
.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}
@-webkit-keyframes zoomInDown {
    0% {
        height: 0;
        opacity: 0
    }
    to {
        height: 100%;
        opacity: 1
    }
}
@keyframes zoomInDown {
    0% {
        height: 0;
        opacity: 0
    }
    to {
        height: 100%;
        opacity: 1
    }
}
.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}
@-webkit-keyframes zoomInA {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.6,.6,.6);
        transform: scale3d(.6,.6,.6)
    }
    50% {
        opacity: 1
    }
}
@keyframes zoomInA {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.6,.6,.6);
        transform: scale3d(.6,.6,.6)
    }
    50% {
        opacity: 1
    }
}
.zoomInA {
    -webkit-animation-name: zoomInA;
    animation-name: zoomInA
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
    float: left
}
.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
.swiper-container-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}
.swiper-invisible-blank-slide {
    visibility: hidden
}
.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height,-webkit-transform;
    transition-property: height,-webkit-transform;
    -o-transition-property: transform,height;
    transition-property: transform,height;
    transition-property: transform,height,-webkit-transform
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));
    background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),transparent);
    background-image: -o-linear-gradient(right,rgba(0,0,0,.5),transparent);
    background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),transparent);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5),transparent);
    background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
    background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),transparent);
    background-image: -o-linear-gradient(top,rgba(0,0,0,.5),transparent);
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}
.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}
.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}
.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat;
	background-image: none;
}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}
/* .swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}
.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}
.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}
.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}
.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
} */
.swiper-button-lock {
    display: none
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .3
}
.swiper-button-next{
    background-size: cover
}
.swiper-button-prev:before{
    content: "\f0d9"; padding-right: 3px;
}
.swiper-button-next::before, .swiper-button-prev::before {
    font-weight: 500;
}
.swiper-button-next:before{
    content: "\f0da"; padding-left: 2px;
}
.swiper-pagination {
    z-index: 3
}
.swiper-pagination-bullet {
    vertical-align: middle;
    border: 0 solid hsla(0,0%,100%,0);
    background-color: #DCDCDC;
    border-radius: 50%;
    margin: 0 5px;
    background-clip: content-box;
	width: 14px;
	height: 14px;
	opacity: 1;
}
.swiper-pagination-bullet-active {
    background-color: #355E40;
    border-color: #355E40
}
.swiper-pagination-white .swiper-pagination-bullet {
    opacity: .7
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    opacity: 1
}
/* .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: top .2s,-webkit-transform .3s;
    transition: top .2s,-webkit-transform .3s;
    -o-transition: .2s transform,.3s top;
    transition: transform .2s,top .3s;
    transition: transform .2s,top .3s,-webkit-transform .3s
} */
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left .2s,-webkit-transform .3s;
    transition: left .2s,-webkit-transform .3s;
    -o-transition: .2s transform,.3s left;
    transition: transform .2s,left .3s;
    transition: transform .2s,left .3s,-webkit-transform .3s
}
/* .swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s,-webkit-transform .3s;
    transition: right .2s,-webkit-transform .3s;
    -o-transition: .2s transform,.3s right;
    transition: transform .2s,right .3s;
    transition: transform .2s,right .3s,-webkit-transform .3s
} */
.swiper-container-horizontal {
    overflow: hidden
}
.swiper-pagination-white .swiper-pagination-bullet:before {
    background-color: rgba(0,0,0,.9)
}
.swiper-pagination-white .swiper-pagination-bullet-active:before {
    background-color: hsla(0,0%,100%,.9)
}
.swiper-button-next, .swiper-button-prev {
    width: 50px;
    height: 50px;
    line-height: 48px;
    border-radius: 50%;
    margin-top: -25px;
	top: 50%;
    color: #fff;
    background-color: rgba(0,0,0,.65);
    font-size: 38px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    opacity: 1;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 2;
    -webkit-tap-highlight-color: transparent
}
.swiper-button-next:before, .swiper-button-prev:before {
    display: inline-block;
	font-size: 30px;
    /* -webkit-transform: scaleX(.5);
    -ms-transform: scaleX(.5);
    -o-transform: scaleX(.5);
    transform: scaleX(.5) */
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: #355E40;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    -o-transition: .3s opacity;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10;
	left: 0;
	width: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 0;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #ddd;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #13371C;
}
.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    /* -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0) */
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top .2s,-webkit-transform .2s;
    transition: top .2s,-webkit-transform .2s;
    -o-transition: .2s transform,.2s top;
    transition: transform .2s,top .2s;
    transition: transform .2s,top .2s,-webkit-transform .2s
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left .2s,-webkit-transform .2s;
    transition: left .2s,-webkit-transform .2s;
    -o-transition: .2s transform,.2s left;
    transition: transform .2s,left .2s;
    transition: transform .2s,left .2s,-webkit-transform .2s
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s,-webkit-transform .2s;
    transition: right .2s,-webkit-transform .2s;
    -o-transition: .2s transform,.2s right;
    transition: transform .2s,right .2s;
    transition: transform .2s,right .2s,-webkit-transform .2s
}
.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}
.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0,0%,100%,.25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}
.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0,0,0,.25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}
.swiper-pagination-lock {
    display: none
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}
.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}
.swiper-scrollbar-cursor-drag {
    cursor: move
}
.swiper-scrollbar-lock {
    display: none
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.swiper-slide-zoomed {
    cursor: move
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}
.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube {
    overflow: visible
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}
.swiper-container-flip {
    overflow: visible
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}
lite-youtube {
    width: 100%;
    background-color: #000;
    position: relative;
    display: block;
    contain: content;
    background-position: 50%;
    background-size: cover;
    cursor: pointer;
    display: inline-block
}
lite-youtube:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
    background-position: top;
    background-repeat: repeat-x;
    height: 60px;
    padding-bottom: 50px;
    width: 100%;
    transition: all .2s cubic-bezier(0,0,.2,1)
}
lite-youtube:after {
    content: "";
    display: block;
    padding-bottom: 56.25%
}
lite-youtube>iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0
}
lite-youtube>.lty-playbtn {
    width: 68px;
    height: 48px;
    position: absolute;
    cursor: pointer;
    transform: translate3d(-50%,-50%,0);
    top: 50%;
    left: 50%;
    z-index: 1;
    background-color: transparent;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 68 48"><path fill="%23f00" fill-opacity="0.8" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z"></path><path d="M 45,24 27,14 27,34" fill="%23fff"></path></svg>');
    filter: grayscale(100%);
    transition: filter .1s cubic-bezier(0,0,.2,1);
    border: none;
    font-size: 0
}
lite-youtube .lty-playbtn:focus,lite-youtube:hover>.lty-playbtn {
    filter: none
}
lite-youtube.lyt-activated {
    cursor: unset
}
lite-youtube.lyt-activated:before,lite-youtube.lyt-activated>.lty-playbtn {
    opacity: 0;
    pointer-events: none
}
.change-language .change-language-cont {
    border-radius: 3px; box-shadow: 1px 1px 3px rgba(0,0,0,.2); width: 460px!important
}
.change-language .change-language-cont .lang-more {
    clear: both
}
.change-language .trp-language-wrap a {
    position: relative; float: left; vertical-align: bottom; display: inline;
    zoom:1;width: 48%; margin: 0 4% 0 0; list-style: none;
    border-bottom: 1px solid #ececec; padding: 5px 0; line-height: 27px;
}
.change-language .trp-language-wrap a:nth-child(2n){margin-right: 0;}
.change-language .trp-language-wrap img {
    width: 18px; height: 12px; margin-right: 5px
}
.hide_false {display: none!important;}
.language--img {
    background: url(../img/leg.jpg)no-repeat center center; display: inline-block;
    width: 18px; height: 12px; margin-right: 6px;
}
.language-en {
    background-position: 0 -218px;
}
.language-af {
    background-position: 0 -1px;
}
.language-sq {
    background-position: 0 -940px;
}
.language-am {
    background-position: 0 -9px;
}
.language-be {
    background-position: 0 -48px;
}
.language-eu {
    background-position: 0 -252px;
}
.language-az {
    background-position: 0 -36px;
}
.language-hy {
    background-position: 0 -456px;
}
.language-ar {
    background-position: 0 -24px;
}
.language-am {
    background-position: 0 -12px;
}
.language-fy {
    background-position: 0px -300px;
}
.language-fr {
    background-position: 0px -288px;
}
.language-fi {
    background-position: 0px -276px;
}
.language-et {
    background-position: 0px -240px;
}
.language-eo {
    background-position: 0px -192px;
}
.language-en {
    background-position: 0 -216px;
}
.language-da {
    background-position: 0px -168px;
}
.language-cs {
    background-position: 0px -144px;
}
.language-hr {
    background-position: 0px -420px;
}
.language-co {
    background-position: 0px -132px;
}
.language-ceb {
    background-position: 0px -108px;
}
.language-ca {
    background-position: 0px -96px;
}
.language-bg {
    background-position: 0 -448px;
}
.language-bs {
    background-position: 0 -84px;
}
.language-bn {
    background-position: 0 -72px;
}
.language-be {
    background-position: 0 -48px;
}
.language-is {
    background-position: 0px -492px;
}
.language-sm {
    background-position: 0px -972px;
}
.language-ro {
    background-position: 0px -888px;
}
.language-pa {
    background-position: 0px -840px;
}
.language-pt {
    background-position: 0px -876px;
}
.language-pl {
    background-position: 0px -852px;
}
.language-fa {
    background-position: 0px -264px;
}
.language-ps {
    background-position: 0px -264px;
}
.language-or {
    background-position: 0px -827px;
}
.language-no {
    background-position: 0px -780px;
}
.language-ne {
    background-position: 0px -792px;
}
.language-my {
    background-position: 0px -768px;
}
.language-mn {
    background-position: 0px -720px;
}
.language-mr {
    background-position: 0px -732px;
}
.language-mi {
    background-position: 0px -684px;
}
.language-mt {
    background-position: 0px -756px;
}
.language-ml {
    background-position: 0px -708px;
}
.language-ms {
    background-position: 0px -744px;
}
.language-mg {
    background-position: 0px -672px;
}
.language-mk {
    background-position: 0px -696px;
}
.language-lb {
    background-position: 0px -624px;
}
.language-lt {
    background-position: 0px -648px;
}
.language-lv {
    background-position: 0px -660px;
}
.language-la {
    background-position: 0px -613px;
}
.language-lo {
    background-position: 0px -636px;
}
.language-ky {
    background-position: 0px -600px;
}
.language-ku {
    background-position: 0px -120px;
}
.language-ko {
    background-position: 0px -588px;
}
.language-rw {
    background-position: 0px -912px;
}
.language-km {
    background-position: 0px -564px;
}
.language-kk {
    background-position: 0px -552px;
}
.language-kn {
    background-position: 0px -576px;
}
.language-jv {
    background-position: 0px -528px;
}
.language-ja {
    background-position: 0px -516px;
}
.language-it {
    background-position: 0px -504px;
}
.language-ga {
    background-position: 0px -312px;
}
.language-id {
    background-position: 0px -467px;
}
.language-ig {
    background-position: 0px -480px;
}
.language-hu {
    background-position: 0px -443px;
}
.language-hmn {
    background-position: 0px -408px;
}
.language-hi {
    background-position: 0px -397px;
}
.language-he {
    background-position: 0px -384px;
}
.language-haw {
    background-position: 0px -300px;
}
.language-ha {
    background-position: 0px -1079px;
}
.language-ht {
    background-position: 0px -432px;
}
.language-gu {
    background-position: 0px -348px;
}
.language-el {
    background-position: 0px -204px;
}
.language-de {
    background-position: 0px -180px;
}
.language-ka {
    background-position: 0px -540px;
}
.language-gl {
    background-position: 0px -336px;
}
.language-ru {
    background-position: 0px -900px;
}
.language-gd {
    background-position: 0px -324px;
}
.language-sr {
    background-position: 0px -1006px;
}
.language-st {
    background-position: 0px -1017px;
}
.language-sn {
    background-position: 0px -984px;
}
.language-sd {
    background-position: 0px -984px;
}
.language-si {
    background-position: 0px -1271px;
}
.language-sk {
    background-position: 0px -1223px;
}
.language-sl {
    background-position: 0px -960px;
}
.language-so {
    background-position: 0px -994px;
}
.language-es {
    background-position: 0px -227px;
}
.language-su {
    background-position: 0px -1031px;
}
.language-sw {
    background-position: 0px -1055px;
}
.language-sv {
    background-position: 0px -1043px;
}
.language-tl {
    background-position: 0px -1115px;
}
.language-tg {
    background-position: 0px -1091px;
}
.language-ta {
    background-position: 0px -1067px;
}
.language-tt {
    background-position: 0px -1151px;
}
.language-te {
    background-position: 0px -1079px;
}
.language-th {
    background-position: 0px -1103px;
}
.language-tr {
    background-position: 0px -1138px;
}
.language-tk {
    background-position: 0px -1115px;
}
.language-uk {
    background-position: 0px -1175px;
}
.language-ur {
    background-position: 0px -1187px;
}
.language-ug {
    background-position: 0px -1163px;
}
.language-uz {
    background-position: 0px -1175px;
}
.language-vi {
    background-position: 0px -1211px;
}
.language-cy {
    background-position: 0px -156px;
}
.language-xh {
    background-position: 0px -1223px;
}
.language-yi {
    background-position: 0px -1235px;
}
.language-yo {
    background-position: 0px -1247px;
}
.language-zu {
    background-position: 0px -1259px;
}
.language-zh {
    background-position: 0px -1282px;
}
.language-zh-TW {
    background-position: 0px -1282px;
}
.trp-language-wrap .lang-more {
    display: none !important;
}
#cont>ul>li>ul>li.has-childs>ul>li.has-childs>a:after{background-color: #355E40 !important;}
#cont>ul>li>ul>li.has-childs>ul>li.has-childs>a:hover{text-decoration: underline !important;}
#cont>ul>li>ul>li.has-childs>ul>li>ul>li>a{color: #355E40 !important;}
#cont>ul>li>ul>li.has-childs>ul>li>ul>li>a:hover{text-decoration: underline !important;}
#cont>ul>li>ul>li.has-childs>ul>li.has-childs>ul>li>a:before{border-top-color: #355E40 !important;border-right-color: #355E40 !important;}
#cont>ul>li>ul>li>ul a{color: #355e40 !important;padding-left: 46px;line-height: 1.5;}
#cont>ul>li>ul>li>ul a:hover{text-decoration: underline !important;}
.privacy-main{padding-top: 40px !important;}
@media only screen and (max-width: 950px) {
    .privacy-main{padding-top: 70px !important;}
}
