

/**All style Common**/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike,sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #F9F9F9;
	font-family: "Microsoft Yahei","Hiragino Sans GB","Hiragino Sans GB W3","Pingfang SC",Arial,sans-serif;
}

body, html {
	height: 100%;
	overflow: hidden;
	font-size: 12px;
    overflow-y: auto;
}

ul,ol {
	list-style-type: none;
}

h1,h2,h3,h4,h5,h6,p {
	font-family: " Microsoft Yahei","Hiragino Sans GB","Hiragino Sans GB W3","Pingfang SC",Arial,sans-serif;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h4, h5, h6 {
	font-size: 100%;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
	cursor: pointer;
}

input {
	border: none;
	outline: none;
	font-family: " Microsoft Yahei","Hiragino Sans GB","Hiragino Sans GB W3","Pingfang SC",Arial,sans-serif;
}

textarea {
	outline: none;
}

.cp {
	cursor: pointer;
}

.white {
	color: #fff
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.mainH {
	height: 75%;
}

.nf {
	clear: both;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

* {
	margin: 0;
	padding: 0;
}

a:focus,
a:hover,
a:visited,
input,
input:hover,
input:focus,
input:active,
select {
	text-decoration: none;
	outline: none !important;
}

img {
	max-width: 100%;
}

a,
span {
	display: inline-block;
}

.no-padding {
	padding: 0;
}

.static {
	position: static;
}

.relative {
	position: relative;
}

.bg2 {
	background-color: #f3f6fa;
}

.sp {
	padding-top: 54px;
	padding-bottom: 80px;
}

.spt {
	padding-top: 90px;
}

.spb {
	padding-bottom: 90px;
}



/* button */
.button {
	font-size: 14px;
	line-height: 40px;
	padding: 0 20px;
	border: 2px solid;
	color: #fff;
	border-radius: 3px;
	font-weight: 400;
}

.button:hover {
	color: #fff;
	background-color: #333;
	border-color: #333 !important;
}

@media only screen and (max-width: 767px) {
	.button {
		font-size: 13px;
		padding: 0 15px;
		line-height: 32px;
	}
}

.button-2 {
	font-size: 14px;
	line-height: 40px;
	padding: 0 20px;
	border: 2px solid;
	color: #fff;
	background-color: transparent;
	border: 2px solid #c1c2c5;
	color: #2d3666;
	border-radius: 3px;
	font-weight: 400;
}

.button-2:hover {
	color: #fff;
	background-color: #333;
	border-color: #333;
}

@media only screen and (max-width: 767px) {
	.button-2 {
		font-size: 13px;
		padding: 0 15px;
		line-height: 32px;
	}
}

/* section title */
.section-title {
	text-align: center;
	font-size: 16px;
	color: #7d91aa;
	font-weight: 300;
	margin-bottom: 30px;
}

.section-title h2 {
	margin: 0 0 5px;
	font-size: 36px;
	color: #666;
	font-weight:100;
}
.functions_title h2{
	font-size: 36px;
	font-family: NotoSansHans;
	font-weight: 100;
	color: #2C2C2C;
}
.section-title.white {
	color: #ffffff;
}

.section-title.white h2 {
	color: #fff;
}

.section-title  p {
	margin-top: 10px;
	font-size: 18px;
	font-family: NotoSansHans;
	color: #666666;
}

.slicknav_menu {
	position: absolute;
	width: 100%;
	z-index: 999;
	top: 15px;
	right: 0;
}

@media only screen and (min-width: 991px) {
	.slicknav_menu {
		display: none;
	}
}

/* preloader css */
.preloader {
	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-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
	width: 100%;
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	text-align: center; }
  
  .preloader-spin {
	margin: 0 auto;
	height: 35px;
	width: 35px;
	display: inline-block;
	background: transparent;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	border-color: #d0d0d0 #d0d0d0 #111111 #d0d0d0;
	animation: 1s linear 0s normal none infinite running spinner_preloader; }
  
  @keyframes spinner_preloader {
	0% {
	  transform: rotate(0deg); }
	50% {
	  transform: rotate(360deg); }
	100% {
	  transform: rotate(720deg); } }
/*****************************
 *   01. header
 ***************************** */
header {
	background-color: #fff;
	height: 74px;
	line-height: 74px;
	position: relative;

}

.logo-column a.logo img {
	max-height: 40px;
	vertical-align: middle;
}

.nav-column {
	font-size: 16px;
}

.nav-column a, .nav-column span {
	color: #7286a0;
	line-height: 25px;
	vertical-align: top;
	cursor: pointer;
}

.nav-column a:hover, .nav-column span:hover {
	color: #b5c3d4;
}

.nav-column .right-nav {
	float: right;
	position: relative;
}

.nav-column .right-nav span {
	padding: 0 15px;
}

.nav-column .right-nav .search-icon.active {
	color: red;
}

.nav-column .right-nav .search-icon.active::before {
	content: "";
}

.nav-column .right-nav .header-social {
	display: inline-block;
}

.nav-column .right-nav .header-social a {
	padding: 0 5px;
	vertical-align: top;
}

#menu ul {
	text-align: right;
	margin: 0;
}

#menu ul li.has-child > a::after {
	content: "";
	font-family: "fontawesome";
	margin-left: 4px;
}

#menu ul > li {
	display: inline-block;
	position: relative;
}

#menu ul > li > a {
	padding: 0 15px;
	font-weight: 500;
	line-height: 74px;
	color: #333;
}

#menu ul > li.current-menu-item > a {
	color: #b5c3d4;
}

#menu ul ul {
	position: absolute;
	background-color: #fff;
	left: 0;
	top: calc(100% + 23px);
	z-index: 2;
	width: 220px;
	text-align: left;
	padding: 15px 20px;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

#menu ul ul::after {
	content: "";
	border: 8px solid transparent;
	border-bottom-color: #fff;
	left: 25px;
	top: -16px;
	position: absolute;
}

#menu ul ul::before {
	content: "";
	position: absolute;
	height: 20px;
	width: 100%;
	left: 0;
	top: -20px;
}

#menu ul ul li {
	display: block;
}

#menu ul ul li a {
	display: block;
	font-weight: 300;
	color: #222538;
	font-size: 13px;
	padding: 0;
	margin: 5px 0;
}

#menu ul li:hover > ul {
	opacity: 1;
	visibility: visible;
}

.single-portfolio {
	margin: 20px 0;
}

.single-portfolio .inner .portfolio-img {
	position: relative;
}

.single-portfolio .inner .portfolio-img img:hover {
	width: 100%;
	box-shadow: 0px 0px 5px  rgba(11, 1, 4, 0.3);    
}



.single-portfolio .inner .portfolio-img .hover-content .button {
	background-color: #fff;
	border-color: #fff !important;
}

.single-portfolio .inner .portfolio-img .hover-content .button:hover {
	background-color: #222;
	color: #fff;
	border-color: #222 !important;
}

.single-portfolio .inner .portfolio-img:hover .hover-content {
	opacity: 1;
	visibility: visible;
}

.single-portfolio .inner .portfolio-content {
	text-align: center;
	padding-top: 25px;
	color: #6d7784;
}

.single-portfolio .inner .portfolio-content a {
	display: block;
}

.single-portfolio .inner .portfolio-content h3 {
	font-weight: 400;
	margin: 0;
	font-size: 24px;
}

/*****************************
 *   06. testimonial-area
 ***************************** */

{
  /* background-color:#F6F6F6; */
	border-radius: 5px;
  /* box-shadow: 0px 5px 5px 0px rgba(11, 1, 4, 0.13); */
	font-weight: 300;
	width: 100%;
    margin-left: 17px;
	color: #7d91aa;
}
.scenarios-slider .single-slide img:hover {
	transform:scale(1.1);
    -webkit-transform:scale(1.1);  
    -moz-transform:scale(1.1); 
}
.scenarios-slider .single-slide  .thumb{
	overflow: hidden;
}
.scenarios-slider .single-slide img {
	width: 100%;
}

.scenarios-slider .single-slide .client-info {
	overflow: hidden;
}

.scenarios-slider .single-slide .client-info .client-img {
	width: 58px;
	float: left;
	border-radius: 50%;
	overflow: hidden;
}

.scenarios-slider .single-slide .client-info  h4 {
	font-size: 22px;
	font-family: NotoSansHans;
	font-weight: 400;
	color: #333;
	padding: 16px 0px;
	text-align: center;
}

.scenarios-slider .single-slide .client-info  span {
	font-size: 17px;
	font-family: NotoSansHans;
	font-weight: normal;
	color: #9b9999;
	padding: 0px;
	text-align: justify;
	line-height: 1.8em;
}

.scenarios-slider .owl-nav > div {
	background-color: #ccc;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: -40px;
	top: 32%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 4px;
}
@media (max-width: 768px){
	.scenarios-slider .single-slide{
		width: 90%;
	}
}
@media (max-width: 576px)
{
	.scenarios-slider .single-slide{
		width: 90%;
	}
}
@media only screen and (max-width: 991px) {
	.scenarios-slider .owl-nav > div {
		left: -12.5px;
		height: 25px;
		width: 25px;
		line-height: 25px;
	}

	.scenarios-slider .owl-nav > div i {
		font-size: 13px;
	}
}

.scenarios-slider .owl-nav > div.owl-next {
	left: auto;
	right: -55px;
}

@media only screen and (max-width: 991px) {
	.scenarios-slider .owl-nav > div.owl-next {
		right: -31.5px;
	}
}

/*****************************
 
/*****************************
 *   08. footer-top
 ***************************** */
footer {
	background-color: #272938;
	color: #7286a0;
	line-height: 24px;
}

.footer-top {
	padding: 65px 0;
}

@media only screen and (max-width: 991px) {
	.footer-top {
		padding: 30px 0;
	}
}

.footer-top .media img {
	width: 60px;
}

.footer-top .media img img {
	width: 100%;
}

.footer_widget h5 {
	font-size: 16px;
}

.footer_widget h4,
.footer_widget h5 {
	color: #7286a0;
}

@media only screen and (max-width: 991px) {
	.footer_widget {
		padding: 15px;
	}
}

.footer_widget h4 {
	margin-bottom: 40px;
	font-size: 18px;
}

@media only screen and (max-width: 991px) {
	.footer_widget h4 {
		margin-bottom: 20px;
	}
}

.footer_widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer_widget ul li a {
	color: #7286a0;
	padding: 3px 0;
}

.footer_widget .media {
	margin-bottom: 14px;
}

.footer_widget .media h5 {
	margin: 0;
	line-height: 20px;
}

.footer_widget .media a {
	color: #7286a0;
	font-size: 14px;
}

.footer_widget .media span {
	color: rgba(255, 255, 255, 0.4);
	font-size: 12px;
}

.footer-bottom {
	background-color: #1f2131;
	padding: 25px 0;
}

.footer-bottom a {
	color: #7286a0;
	padding: 0 10px;
}
.benefits_contant{
  width: 50% !important;
}

@media only screen and (max-width: 991px) {
	.footer-bottom {
		text-align: center;
	}

	.footer-bottom .text-right {
		text-align: center !important;
		margin-top: 5px;
	}
}

.sto-footer .nav li:after {
	content: "|";
	padding: 1rem;
	color: #666;
}

.sto-footer .contact li {
	line-height: 32px;
}

.sto-footer .contact .mr {
	margin-right: 2rem;
	display: inline-block;
	white-space: nowrap;
}

.sto-footer .contact_r {
	text-align: end;
}

.Benefits_bg {
	background: url(../image/Benefit_bg.png) no-repeat center 0;
	max-width: 100%;
	background-size: cover;
}

.benefits_contant {
	text-align: center;
}
.single-portfolio{
	width: 100%;
}
.single-portfolio .portfolio-img img{
	width: 100%;
}
.benefits_contant:hover  .portfolio-content  p{
	color: #fff;
}

.benefits_contant  .portfolio-img  .portfolio-img_bg1:hover {
	background: url(../image/benefits1_h.png) no-repeat;
}

.benefits_contant  .portfolio-img  .portfolio-img_bg2:hover {
	background: url(../image/benefits2_h.png) no-repeat;
}

.benefits_contant  .portfolio-img  .portfolio-img_bg3:hover {
	background: url(../image/benefits3_h.png) no-repeat;
}

.benefits_contant  .portfolio-img  .portfolio-img_bg4:hover {
	background: url(../image/benefits4_h.png) no-repeat;
}
.benefits_contant  .portfolio-img  .portfolio-img_bg5:hover {
	background: url(../image/benefits5_h.png) no-repeat;
}


.overview_icon span {
	display: block;
	font-size: 1.2rem;
	color: #97A2BB;
}

.overview_icon:hover {
	transform: scale(0.9);
}



/* .overview_icon  .overview_img1:hover {
	background: url(../img/overview1_h.png) no-repeat;
}

.overview_icon  .overview_img2:hover {
	background: url(../img/overview2_h.png) no-repeat;
}

.overview_icon  .overview_img3:hover {
	background: url(../img/overview3_h.png) no-repeat;
}

.overview_icon  .overview_img4:hover {
	background: url(../img/overview4_h.png) no-repeat;
}

.overview_icon  .overview_img5:hover {
	background: url(../img/overview5_h.png) no-repeat;
} */

.overview_icon  p {
	font-size: 20px;
	font-family: NotoSansHans;
	font-weight: 300;
	color: #97A2BB;
}

.desktop-wrapper {
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.desktop-wrapper .options {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    min-width: 600px;
    width: 100%;
    height: 400px;
}


.desktop-wrapper .options .option {
    position: relative;
    overflow: hidden;
    min-width:95px;
    background-size: 750px auto;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    color: #fff;
}

.desktop-wrapper .options .option.active {
    flex-grow: 10000;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.desktop-wrapper .options .option.active>div {
    z-index: 1;
}

.desktop-wrapper .options .option.active>div .info-wrapper {
    z-index: 999;
	width: 48%;
    text-align: justify;
	padding-top: 15%;
	padding-left: 30px;

}

.desktop-wrapper .options .option.active>div .info-wrapper .title {
    font-size: 2rem;
    text-transform: uppercase;
    line-height: 1;
    opacity: 1;
    position: relative;
    margin: 0px 0 .5rem;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.desktop-wrapper .options .option.active>div .info-wrapper .subtitle {
    color: white;
    font-size: 1.5rem;
    letter-spacing: .035rem;
    line-height: 1.125;
    margin: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.desktop-wrapper .options .option.active>div .info-wrapper .description {
    left: 0px;
    opacity: 1;
    margin-top: 1.5rem;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.desktop-wrapper .options .option.active>div .info-wrapper .description p {
    line-height: 1.8em;
    margin-bottom: 1.5rem;
	font-size: 1.5rem;
	font-weight: 100;
}

.desktop-wrapper .options .option.active>div .info-wrapper .ext-link {
    text-decoration: none;
    width: 6rem;
    color: #e9ecef;
    text-shadow: 1px 2px 4px rgba(33, 37, 41, 0.5);
    box-shadow: 2px 2px 4px rgba(33, 37, 41, 0.3);
    background: rgba(255, 255, 255, 0.1);
    padding: .35rem .75rem;
    position: relative;
    overflow: hidden;
    transition: all 0.2s linear 0s;
}

.desktop-wrapper .options .option.active>div .info-wrapper .ext-link:after {
    position: absolute;
    transition: .3s;
    content: '';
    width: 0;
    left: 0;
    bottom: 0;
    height: .15rem;
    background: rgba(255, 255, 255, 0.2);
}

.desktop-wrapper .options .option.active>div .info-wrapper .ext-link:hover {
    text-shadow: none;
    box-shadow: 3px 3px 8px rgba(33, 37, 41, 0.6);
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.desktop-wrapper .options .option.active>div .info-wrapper .ext-link:hover:after {
    left: 0;
    width: 100%;
}

.desktop-wrapper .options .option.active>div:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 101%;
    top: 0;
    left: 0;
    z-index: 1;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.desktop-wrapper .options .option.active>div .icon-wrapper {
    display: flex;
    align-items: flex-start;
    align-content: baseline;
}

.desktop-wrapper .options .option.active>div .icon-wrapper .category-text {
    opacity: 1;
    display: initial;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.desktop-wrapper .options .option.active>div .icon-wrapper .category-icon:before {
    opacity: 1;
}

.desktop-wrapper .options .option:not(.active) {
    flex-grow: 1;
    filter: grayscale(70%);
}

.desktop-wrapper .options .option:not(.active):hover {
    filter: grayscale(0%);
}

.desktop-wrapper .options .option:not(.active):hover>div:before {
    background: rgba(2, 24, 31, 0.5);
}

.desktop-wrapper .options .option:not(.active)>div .title,
.desktop-wrapper .options .option:not(.active)>div .subtitle,
.desktop-wrapper .options .option:not(.active)>div .description {
    opacity: 0;
}

.desktop-wrapper .options .option:not(.active)>div .icon-wrapper {
    position: absolute;
    top: 26px;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    padding-bottom: 1rem;
}

.desktop-wrapper .options .option:not(.active)>div .icon-wrapper .category-icon:before {
    opacity: .5;
}

.desktop-wrapper .options .option:not(.active)>div:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.desktop-wrapper .options .option>div {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content:normal;
    padding: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.desktop-wrapper .options .option>div .icon-wrapper .category-text {
    line-height: 40px;
    padding-left: .75rem;
    opacity: 0;
    display: none;
}

.desktop-wrapper .options .option>div .icon-wrapper .category-icon {
    display: flex;
    align-items: flex-start;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: relative;
    box-shadow: 0 2px 9px rgba(33, 37, 41, 0.4);
}



.desktop-wrapper .options .option>div .icon-wrapper.sb .category-icon {
    background-color: #0DAFE0;
}

.desktop-wrapper .options .option>div .icon-wrapper.ce .category-icon {
    background-color: #f2501f;
}

.options> :nth-child(1) {
    background: url(../image/functions1.png) no-repeat center;
	background-size: cover !important;
}

.options> :nth-child(2) {
	background: url(../image/functions2.png) no-repeat center;
	background-size: cover !important;
}

.options> :nth-child(3) {
    background: url(../image/functions3.png) no-repeat center;
	background-size: cover !important;
}

.options> :nth-child(4) {
	background: url(../image/functions4.png) no-repeat center;
	background-size: cover !important;
}

.options> :nth-child(5) {
    background: url(../image/functions5.png) no-repeat center;
	background-size: cover !important;
}

.mobile-wrapper {
    height: initial;
    max-width: 320px;
    margin: 0 auto;
}

.mobile-wrapper .options {
    position: relative;
    height: auto;
    max-width: none !important;
    flex-basis: 100% !important;
}

.mobile-wrapper .options .option {
    position: relative;
    overflow: hidden;
    background-size: auto 120%;
    background-position: center;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    color: #fff;
}

.mobile-wrapper .options .option>div {
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    padding: 2rem 1rem 1rem;
    top: 0;
    left: 0;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.mobile-wrapper .options .option>div .info-wrapper {
    z-index: 999;
}

.mobile-wrapper .options .option>div .info-wrapper .title {
    font-size: 1.5rem;
    text-shadow: 1px 2px 4px rgba(33, 37, 41, 0.5);
    text-transform: uppercase;
    line-height: 1;
    opacity: 1;
    position: relative;
    margin: 0 0 .5rem;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.mobile-wrapper .options .option>div .info-wrapper .subtitle {
    color: white;
    font-size: .8rem;
    letter-spacing: .06rem;
    line-height: 1.125;
    margin: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.mobile-wrapper .options .option>div .info-wrapper .description {
    left: 0px;
    opacity: 1;
    margin-top: 1.5rem;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.mobile-wrapper .options .option>div .info-wrapper .description p {
    line-height: 1.5;
    margin-bottom: 1.5rem;
}



.mobile-wrapper .options .option>div .info-wrapper .ext-link:after {
    position: absolute;
    transition: .3s;
    content: '';
    width: 0;
    left: 0;
    bottom: 0;
    height: .15rem;
    background: rgba(255, 255, 255, 0.2);
}



.mobile-wrapper .options .option>div .info-wrapper .ext-link:hover:after {
    left: 0;
    width: 100%;
}

.mobile-wrapper .options .option>div .icon-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 2rem 0 0;
    z-index: 999;
    opacity: 0.8;
}

.mobile-wrapper .options .option>div .icon-wrapper .category-text {
    line-height: 40px;
    padding-left: .75rem;
}

.mobile-wrapper .options .option>div .icon-wrapper .category-icon {
    display: flex;
    align-items: flex-start;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    position: relative;
    box-shadow: 0 2px 9px rgba(33, 37, 41, 0.4);
}



.category-icon1{
    font-size: 5rem;
	font-family: Arial;
	font-weight: 400;
	font-style: italic;
	color: #FFFFFF;
	line-height: 48px;
	opacity: 0.05;
}
.category-Name{
    font-size: 24px;
    font-family: NotoSansHans;
    font-weight: normal;
    color: #FFFFFF;
    position: absolute;
    top: 78px;
    left: 35px;
    opacity: 0.66;
    width: 25px;
	display: block;
}

.mobile-wrapper .options .option>div:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 101%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(52, 58, 64, 0.7);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.container .row h4:first-of-type {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 1rem;
}
@media (max-width: 375px){
	.desktop-wrapper .options .option{
		min-width: 30px;
	}
	.category-Name{
		font-size: 17px;
		left: 6px;
	}
	.category-icon1{
		font-size: 15px;
	}

	.desktop-wrapper .options{
		min-width: 323px;
	}
}
.swiper-container {
	min-width: 600px;
    width: 100%;
    height: 400px;
  }

  .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: normal;
	-ms-flex-pack: normal;
	-webkit-justify-content:normal;
	text-align: left;
   
    color: #fff;
  }
  .swiper-slide .info-wrapper{
	width: 50%;
	padding-top: 15%;
	padding-left: 30px;
  }
.swiper_bg{
	background: url(http://www.lzimc.com/emHome/assets/img/move/slider_bg.png) no-repeat center;
	background-size: cover;
}
.swiper_bg1{
	background: url(http://www.lzimc.com/emHome/assets/img/move/slider_bg1.png) no-repeat center;
	background-size: cover;
}
.swiper_bg2{
	background: url(http://www.lzimc.com/emHome/assets/img/move/slider_bg2.png) no-repeat center;
	background-size: cover;
}
.swiper_bg3{
	background: url(http://www.lzimc.com/emHome/assets/img/move/slider_bg3.png) no-repeat center;
	background-size: cover;
}
.swiper_bg4{
	background: url(http://www.lzimc.com/emHome/assets/img/move/slider_bg4.png) no-repeat center;
	background-size: cover;
}

