/*reset*/
:focus{outline:0;}
body,ul,img,input,dl,dd,tr,th,td{margin:0;padding:0;}
em{font-style:normal;}
img{border:none;max-width:100%;}
/*li,ul,ol{list-style:none;}*/
a{text-decoration:none;color:#4d4d4d;}
input{padding:0px;vertical-align: middle;line-height: normal;border:none;} 
body{overflow-x:hidden;}
button::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"]>input[type="button"]::-moz-focus-inner{border:none;padding:0;}
a:focus {outline: none;}
iframe{max-width:100%;width:100%;}
p{margin:5px;}

/*share*/
body{font-size:12px;font-family: 'poppins',arial, sans-serif;color:#4d4d4d;background:#fff;}
.bold{font-weight:bold;}
.fontRed{color:red;}
.clearfix:before, .clearfix:after{content:" ";display:table;}
.clearfix:after{clear:both;}
b,strong{font-family: 'poppins semibold';font-weight:normal;}

@media only screen and (max-width: 768px) {
	.row{margin:0;}
}


*:link,*:visited,*:hover,*:active,*:focus{
 transition:color .30s linear, background-color .30s linear, border-color .30s linear,opacity .30s linear,background-image .30s linear;
 -webkit-transition:color .30s linear, background-color .30s linear, border-color .30s linear,opacity .30s linear,background-image .30s linear;}
 
@font-face {
    font-family: 'poppins';
    src:url(../font/poppins.eot);
    src: url(../font/poppinsd41d.eot?#iefix) format('embedded-opentype'),
	 url(../font/poppins.svg#poppins) format('svg'),
	 url(../font/poppins.woff) format('woff'),
	 url(../font/poppins.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins semibold';
    src:url(../font/poppins-semibold.eot);
    src: url(../font/poppins-semiboldd41d.eot?#iefix) format('embedded-opentype'),
	 url(../font/poppins-semibold.svg#poppins-semibold) format('svg'),
	 url(../font/poppins-semibold.woff) format('woff'),
	 url(../font/poppins-semibold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PlayfairDisplay';
    src:url(../font/PlayfairDisplay.eot);
    src: url(../font/PlayfairDisplayd41d.eot?#iefix) format('embedded-opentype'),
	 url(../font/PlayfairDisplay.svg#PlayfairDisplay) format('svg'),
	 url(../font/PlayfairDisplay.woff) format('woff'),
	 url(../font/PlayfairDisplay.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DancingScript';
    src:url(../font/DancingScript.eot);
    src: url(../font/DancingScriptd41d.eot?#iefix) format('embedded-opentype'),
	 url(../font/DancingScript.svg#DancingScript) format('svg'),
	 url(../font/DancingScript.woff) format('woff'),
	 url(../font/DancingScript.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*index*/

.head_top{padding:8px 0;}

.header{transition:all .5s;padding:0 0 0;text-align:center;}
.header > .container{position:relative;}
#logo{position:relative;display:inline-block;padding-top:0;text-align:center;z-index:2;position:relative;min-height:40px;}
#logo .logo_box{position:absolute;width:100%;top:-45px;padding:20px 0;background:url(../images/logo_bg.png) no-repeat bottom center;padding-bottom:60px;z-index:5;}
#logo h1{margin:0;padding:0;display:flex;align-items:center;justify-content:  center;}
#logo a{padding:0;display:inline-block;}
#logo img{max-width:72px;height:auto;padding:0;transition:all .5s;}
#logo .logo02 , .logo_mobile{display: none;}
.logo_mobile{position:relative;z-index:9999999;float:left;}

.head_con{list-style:none;float:left;padding-top:0;}
.head_con li{display:inline-block;margin-right:20px;color:#666666;font-size:12px;line-height:30px;padding-left:40px;background-repeat:no-repeat;background-position:left 0;}
.head_con li a{color:#666666;font-size:12px;line-height:30px;font-family:'poppins';}
.head_con li a:hover{color:#1e817f;}
.head_con li.hcon_p{background-image:url(../images/head-phone.png);}
.head_con li.hcon_e{background-image:url(../images/head-email.png);}

.select{position:relative;float:right;display:inline-block;text-align:left;vertical-align:middle;transition:all .5s;margin-right:15px;padding-top:5px;}
.select dt{display:inline-block;cursor:pointer;position:relative;z-index:9999999;color:#fff;text-align:center;font-weight:normal; vertical-align:middle;line-height:12px;}
.select dt img{max-width:18px;height:auto;}
.select dt>p{color:#666666;display:inline-block;padding-left:5px;text-transform:uppercase;font-size:12px;line-height:20px;margin:0;}
.select dt.cur>p{color:#1e817f;}
.select dd{position:absolute;left:0;top:27px;display:none;z-index:9999999999;background:rgba(255,255,255,0.8);box-shadow:0 0 10px 2px rgba(0,0,0,0.05);border-radius:5px;}
.select dd ul{padding:5px;width:80px;/*max-height:250px;*/overflow:auto;list-style:none;}
.select dd ul li{margin-bottom:0;}
.select dd ul li a{line-height:24px;display:block;padding:6px 5px;text-align:left;color:#333;font-size:13px;text-transform:capitalize;border-radius:5px;}
.select dd ul li a:hover{background:#1c7f7b;color:#fff;}
.select dd ul li p{padding-left:5px;font-size:12px;line-height:16px;display:inline-block;vertical-align:middle;margin:0;}

.head_top .social_icons{float:right;margin-right:10px;padding-top:5px;}
.head_top .social_icons li{display:inline-block;padding:0 5px;}
.head_top .social_icons li a{display:inline-block;transition:all .5s;filter:alpha(opacity=30);-moz-opacity:0.3;opacity:0.3;}
.head_top .social_icons li a i{width:18px;height:18px;transition:all .5s;display:inline-block;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100%;background-image:linear-gradient(135deg, #000 0%, #000 100%);}
.head_top .social_icons li:hover a{filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
.head_top .social_icons li:hover a i{background-image:linear-gradient(135deg, #1e817f 0%, #1e817f 100%);}

.search_box{width:100%;float:right;max-width:180px;text-align:right;}
.search i{width:36px; height:36px; text-align:center;background:#f5f5f5 url(../images/search.png) no-repeat center center;display:inline-block;border-radius:50%;}
.top-search { display: block; width:100%;}
.top-search h4{font-size:16px;font-family:'poppins'; text-align:left;color:#333; margin:10px 0;text-transform:capitalize;display:none;}
.top-search .input-group-addon i{width:20px;height:20px;display:flex;position:absolute;right:10px;top:10px;flex-direction:column;justify-content:center;align-items:center;}
.top-search .input-group-addon i:before,
.top-search .input-group-addon i:after{
content:'';display:inline-block;background:#999;width:20px;height:2px;margin:2px 0;
}
.top-search .input-group-addon i:before{transform:rotate(45deg) translate(4px,0px);-webkit-transform:rotate(45deg) translate(4px,0px);}
.top-search .input-group-addon i:after{transform:rotate(-45deg) translate(4px,0px);-webkit-transform:rotate(-45deg) translate(4px,0px);}
.top-search .form-control {float:right;box-shadow:none;border:none;background:#fff;background:rgba(28,127,123,0.1);height:30px;line-height:30px;padding:0 40px 0 5px;text-align:left;font-size:12px;font-family: 'poppins', sans-serif;max-width:180px;transition:all .5s;border-radius:0;color:#fff;}
.top-search input.form-control:focus{color:#999999;font-style:inherit;}
.top-search input::-ms-input-placeholder{color:#999999;}/* Internet Explorer 10+ */ 
.top-search input::-webkit-input-placeholder{color:#999999;}/* WebKit browsers */
.top-search input::-moz-placeholder{color:#999999;}/* Mozilla Firefox 4 to 18 */ 
.top-search input::-moz-placeholder{color:#999999;}/* Mozilla Firefox 19+ */ 

.top-search .input-group-addon.close-search {cursor: pointer;}
.top-search .input-group{ width:100%;}
.btn_search1 {background:url(../images/search.png) no-repeat center center;top:0px;height:30px; position: absolute;right:10px;width:30px;z-index: 3;}
.header_search {position: relative;display:inline-block;padding:0 10px;}
.header_search:before{content:'';width:10px;height:30px;display:inline-block;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100%;background-image:linear-gradient(135deg, #1e817f 0%, #1e817f 100%);	-webkit-mask-image:url(../images/search-left.png);position:absolute;left:0;top:0;}
.header_search:after{content:'';width:10px;height:30px;display:inline-block;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100%;background-image:linear-gradient(135deg, #1e817f 0%, #1e817f 100%);	-webkit-mask-image:url(../images/search-right.png);position:absolute;right:0;top:0;}
.top-search .input-group-addon{background-color: transparent;border: none;color: #666;padding-left: 0;padding-right: 0;}
.top-search .input-group-addon.close-search{cursor: pointer; float:right;display:none;}
.attr-nav{ float:right;padding-top:18px;display:none;}
.attr-nav ul li{ list-style:none;}

/* Sizes for the bigger menu */
header{width: 100%;z-index: 9999999;padding: 0;position:fixed;background:url(../images/bg_head_left.jpg) no-repeat left top , url(../images/bg_head_right.jpg) no-repeat right top;padding-bottom:1px;}
header.large{top:0;}
header.small{left:0;background:#fff;top:0;box-shadow:0 0 20px 2px rgba(0,0,0,0.08);}
header.small .header{padding:10px 0;}
header.small .head_top{padding: 0;}
header.small #logo{margin-top:0;background:none;padding:0;}
header.small #logo .logo_box{top:0;padding:0;background:none;}
header.small #logo img{max-width:50px;}
header.small .head_con,
header.small .head_top .social_icons,
header.small .select,
header.small .search_box
{display: none;}

.height{padding-top:109px;}

@media only screen and (max-width: 1260px) {
	#logo .logo_box{top:-15px;padding-bottom:40px;background-size:contain;}
	#logo img{max-width: 60px;}
	.height{padding-top:105px;}
}
@media only screen and (max-width: 992px) {
	.head_top{background:#fafafa;padding:5px 0;}
	.logo_mobile{display: block;}
	.logo_mobile img{max-width:60px;}
	header,header.large{border:none;position:inherit;position:relative;top:0;}
	header.large .header,.header,header.small .header{padding:10px 0;background:#fff url(../images/bg_head_left.jpg) no-repeat left top;position:relative;}
	.header .container{width:100%;}
	.header .row{margin:0;}
	.header #logo,header.small #logo,header.large .header.page_header #logo{padding:0;position:relative;z-index:9999999;float:left;padding-top:0;transform: translate(0, 0);left:auto;top:auto;}
	.header #logo img,header.small #logo img{max-width:50px;}
	#logo .logo02{padding-left:0;}
	.height{padding:0;}
	.search_box , header.small .search_box{max-width:100%;}
	.search_box .attr-nav , header.small .attr-nav{position:absolute;right:10px;top:55px;background:#fafafa;z-index:99999999;margin:0;max-width:100%;border:none;padding:0;display:block;}
	.top-search h4{display:block;margin-top:0;}
	.top-search .input-group,header.small .top-search .input-group{padding:20px 10px; max-width:750px; margin:0 auto;width:100%;}
	.top-search,header.small .top-search { display: none; width:100%;top:65px;margin-top:10px;max-width:100%;left:0;border-radius:0;z-index:9999999;background:#fff;padding-top:0;background:#fafafa;position:absolute;left:0;top:115px;}
	.top-search h4{display:block;top:0;background:transparent;font-size:16px;}
	.top-search .input-group-addon.close-search{display:block;top:0;background:transparent;width:40px;height:40px;position:absolute;right:0;}
	.top-search .input-group-addon i{top:10px;}
	.search i,header.small .search i{height:36px;width:36px;background-color:#fafafa;}
	.top-search .form-control{background:#fff;border:1px solid #e5e5e5;height:40px;font-size:12px;width:100%;max-width:100%;color:#808080;}
	.top-search input.form-control:focus{color:#333;font-style:inherit;}
	.top-search input::-ms-input-placeholder{color:#808080;}/* Internet Explorer 10+ */ 
	.top-search input::-webkit-input-placeholder{color:#808080;}/* WebKit browsers */
	.top-search input::-moz-placeholder{color:#808080;}/* Mozilla Firefox 4 to 18 */ 
	.top-search input::-moz-placeholder{color:#808080;}
	.btn_search1{height:40px;width:40px;}
	.header_search{display:block;padding:0;}
	.header_search:before,.header_search:after{display: none;}
	.head_top .social_icons,.head_con{display:none;}
	.select,header.small .select{display: inline-block;margin:0;padding:0;}
	.select dd{top:26px;}
	.select dd ul li a{padding:7px 5px;}
	.select dt>p:after{display: none;}
	.select dt>p{color: #808080;}
	.select dt.cur>p{color: #1c7f7b;}
	.select dd{left: auto;right:0;background:#fff;}
	.head-right{width: auto;}
}
@media only screen and (max-width: 480px) {
	.logo_mobile img{max-width:50px;}
	.top-search, header.small .top-search{top: 105px;}
}

/*******bootstrap-touch-slider********/
.slide_content{position:relative;z-index:555;}
.slide_content .attachment_line_top{bottom:-1px;top:auto;}
/* SVG wrap */
.bs-slider{
    overflow: hidden;
    position: relative;
}
/*.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}*/
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}
/*************************Slide effect**********************/
.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
	top:auto;
    bottom: 0;
    z-index: 100;
    color: #333;
    display: block;
    cursor: pointer;
    overflow: hidden;
    text-shadow: none;
    position: absolute;
    background: transparent;
	right:200px;
	left:auto;
	top:45%;bottom:auto;right:auto;left:auto;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;
}
.control-round .carousel-control.left{left:-70px;-webkit-transition:all var(--transition-time,800ms);
	-o-transition:all var(--transition-time,800ms);
	transition:all var(--transition-time,800ms);}
.control-round .carousel-control.right{right:-70px;-webkit-transition:all var(--transition-time,800ms);
	-o-transition:all var(--transition-time,800ms);
	transition:all var(--transition-time,800ms);}
.slide_content:hover .control-round .carousel-control.left{left:40px;}
.slide_content:hover .control-round .carousel-control.right{right:40px;}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    border: 0px transparent;
}

.control-round .carousel-control {
	margin: 0 20px;
	width: 50px;
	height: 50px;
	-webkit-transition: width 0.3s, background-color 0.3s;
	transition: width 0.3s, background-color 0.3s;
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center center;
	opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
}
.control-round .carousel-control.left{margin-right:81px;background-image:url(../images/silde_prev.png);}
.control-round .carousel-control.right{background-image:url(../images/silde_next.png);}

.carousel-control .icon-wrap {
	position: absolute;
	width: 32px;
}

.carousel-control.left .icon-wrap {
	left: 15px;
}
.carousel-control.right .icon-wrap {
	right: 15px;
}

.carousel-control h3 {
	position: absolute;
	top: 0;
	margin: 0;
	color: #000;
	text-transform: uppercase;
	white-space: nowrap;
	font-size:16px;
	line-height:42px;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	color:#333;
}

.carousel-control.left h3 {
	right: 50px;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.carousel-control.right h3 {
	left: 50px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.control-round .carousel-control:hover {
	opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
}
.control-round .carousel-control.left:hover:before,.control-round .carousel-control.right:hover:before{color:#fff;}

.carousel-control:hover h3 {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    left: 13%;
    bottom: 20%;
    width: auto;
	max-width:1400px;
    height: 40px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
	margin-left:0;
}
.indicators-line > .carousel-indicators li{
    color:#b2b2b2;
	background:none;
	margin:0 20px;
	display:inline-block;
	font-size:20px;
	line-height:24px;
	border:none;
	width:auto;
	height:auto;
}

.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
	color:#62a70f;
}
/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: left !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left:auto;
    top:50%;
    margin: auto;
    position: absolute;
    text-align: center;
	padding:20px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width:100%;
}
.slide-text > div{max-width:100%;width:80%;text-align:center;}
.slide-text > div .text{color:#ffffff;font-family:'DancingScript';font-size:48px;line-height:41px;position:relative;z-index:2;margin-bottom:30px;display:inline-block;}
.slide-text > div .text:before{content:'';width:41px;height:41px;display:inline-block;background:url(../images/bamboo01.png) no-repeat center center;background-size:100%;margin-right:10px;}
.slide-text > div .text:after{content:'';width:41px;height:41px;display:inline-block;background:url(../images/bamboo02.png) no-repeat center center;margin-left:10px;background-size:100%;}
.slide-text > div .title{font-size:60px;color:#fff;line-height:100%;overflow:hidden;max-height:240px;text-shadow:1px 0px 5px rgba(0,0,0,0.8);font-family:'PlayfairDisplay';text-transform:capitalize;}
.slide-text > div .title p{margin-left:0;margin-right:0;}
.slide-text > div .main_more{margin-top:40px;}
.slide-text > div .main_more a{padding:14px 40px;}

.slide-bottom:before{content:"\f107";display:inline-block;font-family:'FontAwesome';position:absolute;left:50%;bottom:0;font-size:36px;color:#fff;margin-left:-15px;z-index:999;}

.slide_content .slide_main{background:#62a70f;background:rgba(0,185,242,0.8);padding:40px 60px;width:50%;max-width:750px;position:absolute;left:0;bottom:-20px;z-index:99999999;}
.slide_content .slide_main p{width:60%;float:right;color:#ffffff;font-size:30px;line-height:42px;text-align:left;}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/
@media (max-width:1400px) {
	.indicators-line > .carousel-indicators{left:20px;bottom:40px;}
	.slide-text > div .main_more{margin-top:20px;}
	.slide-text > div .title{font-size:48px;}
}
@media (max-width:1260px) {
	.slide-text > div{width:100%;text-align:center;}
	.slide-text > div .text{padding:0;font-size:32px;line-height:36px;margin-bottom:10px;}
	.slide-text > div .title{font-size:36px;}
	.slide-text > div .text:before,.slide-text > div .text:after{width:36px;height:36px;}
}
@media (max-width:992px) {
	.slide_content{overflow:hidden;}
	.slide-text{padding:0 20px;}
	.slide-text > div{text-align:center;}
	.slide-text > div .main_more{margin-top:20px;}
	.control-round .carousel-control{top:40%;width:30px;margin:0 20px;height:50px;}
	.control-round .carousel-control.left:before,.control-round .carousel-control.right:before{line-height:50px;}
	.control-round .carousel-control.left{left:-25px;border-radius:0;}
	.control-round .carousel-control.right{right:-25px;border-radius:0;}
	.slide-bottom:before{display:none;}
	.indicators-line > .carousel-indicators{left:50%;margin-left:-50px;bottom:0;}
	.indicators-line > .carousel-indicators li{font-size:16px;margin:0 18px;}
	.slide_content > .line{height:60px;background-size:cover;}
}
@media (max-width:768px) {
	.slide_content .attachment_line_top{display:none;}
	.slide-text > div .text{display: none;}
	.slide-text > div .title p{margin:0;}
	.slide-text > div .title{font-size:24px;overflow:hidden;max-height:72px;}
}
@media (max-width:560px) {
	.slide-text{width:100%;}
	.slide-text > div{padding:10px;}
	.slide-text > div .text_box .text{font-size:12px;}
	.indicators-line > .carousel-indicators{margin-bottom:0;width:100%;}
	.slide-text > div .main_more{margin-top:10px;}
	.indicators-line > .carousel-indicators{display:none;}
	.slide-text > div .main_more a{padding:6px 20px;}
	.slide_content > .line{height:40px;}
	.slide_content .waveWrapper{display:none;}
}


.main_title{margin-bottom:30px;position:relative;text-align:center;}
.main_title .s_title{color:#1c7f7b;font-size:24px;line-height:20px;text-transform:capitalize;margin:0;margin-bottom:10px;font-family:'DancingScript';}
.main_title h6{color:#333333;font-size:56px;text-transform:capitalize;line-height:60px;margin-bottom:15px;font-family:'PlayfairDisplay';margin-top:0;}
.main_title .line{display:inline-block;width:74px;height:12px;background:url(../images/title_line.png) no-repeat center center;}
.main_title .text{color:#808080;font-size:16px;line-height:24px;max-height:48px;overflow:hidden;max-width:80%;margin:auto;margin-top:20px;}

.main_more{position:relative;display:inline-block;margin-top:20px;border-radius:25px;transition:all .5s;z-index:3;background:#1c7f7b;}
.main_more:hover{box-shadow:0 5px 9px rgba(0,0,0,0.08);-webkit-box-shadow:0 5px 9px rgba(0,0,0,0.08);-moz-box-shadow:0 5px 9px rgba(0,0,0,0.08); transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0);}
.main_more:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#fff;
	display:block;
	transform:scaleX(0);
	opacity: 0;filter:alpha(opacity=0);-moz-opacity:0;
	transition:all 0.4s ease 0s;
	transform-origin:0 0 0;
}
.main_more:hover:before{
	opacity:0.2;filter:alpha(opacity=20);-moz-opacity:0.2;transform:scaleX(1);visibility:visible;
}

.main_more a,.main_more input, .main_more button{display:inline-block;background:transparent;color:#fff;font-size:12px;height:48px;line-height:48px;padding-left:30px;padding-right:30px;text-transform:uppercase;z-index:1;position:relative;font-family:'poppins semibold';}
.main_more:hover a,.main_more:hover input, .main_more:hover button{color:#fff;text-decoration:none;}

.attachment_line_top,
.attachment_line_bottom{
	position:absolute;left:0;top:-1px;height:54px;z-index:2;width:100%;display:block;background:url(../images/wave01.png) no-repeat center center;background-size:cover;z-index:10;
}
.attachment_line_bottom{top:auto;bottom:-2px;background-image:url(../images/wave03.png);}

@media only screen and (max-width: 1260px) {
	.main_title .text{max-width:80%;}
}

@media only screen and (max-width: 992px) {
	.main_title .text{max-width:80%;margin-top:10px;font-size:14px;}
}
@media only screen and (max-width: 768px) {
	.main_title{margin-bottom:20px;max-width:100%;}
	.main_title h6{font-size:32px;line-height:34px;margin-bottom:10px;}
	.main_title .text{line-height:20px;max-height:40px;max-width:100%;font-size: 12px;}
	.main_more{margin-top:20px;}
	.main_more a,.main_more input, .main_more button{height:34px;line-height:34px;padding:0 15px;font-size:12px;font-family:'poppins'}
}

.tp-mask-wrap{z-index:99999;left:50%;transform: translate(-50%, 0);-webkit-transform: translate(-50%,0);position: absolute;bottom:40px;display: block;overflow: hidden;}
.slider-scroll-button {position: relative;width: 57px;height: 57px;border-radius: 100%;display:inline-block;z-index: 5; visibility: inherit; transition: none 0s ease 0s; text-align: inherit; line-height: 14px; border-width: 0px; margin: 0px; padding: 0px; letter-spacing: 0px; font-weight: 400; font-size: 8px; white-space: nowrap; min-height: 0px; min-width: 0px; max-height: none; max-width: none; opacity: 1; transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform-origin: 50% 50% 0px;}
.slider-scroll-button:before{
	content:'';position:absolute;top:50%;left:49%;width:23px;height:34px;border:1px solid #fff;border-radius:15px;transform:translate3d(-50%, -50%, 0);-webkit-transform:translate3d(-50%, -50%, 0);
}
.slider-scroll-button:after{
	content:'';width:6px;height:10px;border-radius:10px;border:1px solid #fff;position:absolute;top:19px;left:49%;transform:translate3d(-50%, 0, 0);-webkit-transform:translate3d(-50%, 0, 0);
	-webkit-animation-name:sliderScrollButton;
	animation-name:sliderScrollButton;
	-webkit-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
}
/* Slider Scroll Button Animation */
@-webkit-keyframes sliderScrollButton {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}

	70% {
		opacity: 1;
		-webkit-transform: translate3d(-50%, 10px, 0);
		transform: translate3d(-50%, 10px, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 10px, 0);
		transform: translate3d(-50%, 10px, 0);
	}
}

@keyframes sliderScrollButton {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}

	70% {
		opacity: 1;
		-webkit-transform: translate3d(-50%, 10px, 0);
		transform: translate3d(-50%, 10px, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 10px, 0);
		transform: translate3d(-50%, 10px, 0);
	}
}
@media only screen and (max-width: 768px) {
	.tp-mask-wrap{display:none;}
}

.page_date{display:inline-block;color:#1c7f7b;font-size:12px; text-transform:uppercase;font-family:"poppins semibold";padding-left:25px;background:url(../images/icon_date.png) no-repeat left 1px;}

.page_more{display:inline-block;color:#1c7f7b;text-transform:uppercase;font-size:12px;font-family:'poppins semibold';vertical-align:middle;margin-top:5px;}
.page_more i{margin-left:8px;font-size:14px;transition:all .5s;}
.page_more:hover{color:#1c7f7b;}
.page_more:hover i{margin-left:12px;}

@-webkit-keyframes spin{
	from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@keyframes spin{
	from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}

.circle_more{display:inline-block;position:relative;width:48px;height:48px;border-radius:50%;margin-top:30px;text-align:center;padding:15px 0;z-index:2;background:#1c7f7b;transition:all .5s;}
.circle_more i{width:10px;height:20px;display:inline-block;-webkit-mask-image:url(../images/icon_right.png);-webkit-mask-repeat:no-repeat;-webkit-mask-size:100%;background-image:linear-gradient(135deg, #fff 0%, #fff 100%);transition:all .5s;}
.circle_more:hover i {animation: scroll_right_anim 1.5s infinite; }
@keyframes scroll_right_anim {
0% {
transform: translateX(-3px); }
50% {
transform: translateX(3px); }
100% {
transform: translateX(-3px); } }

.circle_more:after{content:'';background:#1c7f7b;position:absolute;top:-12px;left:-12px;right:-12px;bottom:-12px;border-radius:50%;z-index:-1;filter:alpha(opacity=10);-moz-opacity:0.1;opacity:0.1;transition:all .5s;}
.circle_more:hover:after{-webkit-transform:scale(var(--scale-multiplier,1.3));
	-ms-transform:scale(var(--scale-multiplier,1.3));
	transform:scale(var(--scale-multiplier,1.3));
	filter:alpha(opacity=0);-moz-opacity:0;opacity:0;
}


/*******Slider********/
/* Slider */
.slick-slider{ position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent;}

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand;}

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; margin:0 auto;}
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:focus, .slick-next:focus { outline: none; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }
/* Dots */
.slick-dots { position: absolute;  list-style: none; display: block; text-align: center; padding: 0px; width: 100%; z-index:999; left:0; margin-top:34px;}
.slick-dots li { position: relative; display: inline-block; height: 5px; width:52px; margin: 0px 5px; padding: 0px; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 5px; width:52px; outline: none; line-height: 0; font-size: 0; cursor: pointer; outline: none; background:#eeeeee;}
.slick-dots li button:focus { outline: none;}
.slick-dots li.slick-active button{background:#0db26d;}

/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:focus, .slick-next:focus { outline: none; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }
/* Dots */
.slick-dots { position: absolute; bottom: 0; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; z-index:999;display:none !important;}
.slick-dots li { position: relative; display: inline-block; height: 8px; width: 8px; margin: 0px 10px;cursor: pointer; transition:all .5s;}
.slick-dots li button { border: 0; background: transparent; display: block; height: 8px; width: 8px; outline: none; line-height: 0; font-size: 0; cursor: pointer; outline: none; background:#cccccc;padding:0;transition:all .5s;border-radius:15px;}
.slick-dots li button:focus { outline: none;}
.slick-dots li:after{border:1px solid #1c7f7b;content:'';position:absolute;left:0;top:0;right:0;bottom:0;transition:all .5s;border-radius:50%;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;z-index:-1;}
.slick-dots li.slick-active{width:8px;height:8px;}
.slick-dots li.slick-active:after{left:-5px;top:-5px;right:-5px;bottom:-5px;filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
.slick-dots li.slick-active button{background:#1c7f7b;width:8px;height:8px;box-shadow:0 0 3px 1px rgba(230,36,24,0.5);}

.slick-prev,
.slick-next{
	width:50px;height:50px;position:absolute;top:50%;margin-top:-25px;filter:alpha(opacity=30);-moz-opacity:0.3;opacity:0.3;transition:all .5s;
}
.slick-prev{left:-40px;background:url(../images/prev.png) no-repeat center center;}
.slick-next{right:-40px;background:url(../images/next.png) no-repeat center center;}

.slick-prev:hover,.slick-next:hover{
	filter:alpha(opacity=70);-moz-opacity:0.7;opacity:0.7;
}

@media only screen and (max-width: 1300px) {
	.slick-prev{left:-15px;}
	.slick-next{right:-15px;}
}
@media only screen and (max-width: 768px) {
	.slick-prev,.slick-prev:hover{left:-20px;filter:alpha(opacity=30);-moz-opacity:0.3;opacity:0.3;}
	.slick-next,.slick-next:hover{right:-20px;filter:alpha(opacity=30);-moz-opacity:0.3;opacity:0.3;}
}

/*******features-tab********/
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.html) 8 8, move;
}


/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.indicator-style.owl-theme .owl-controls .owl-buttons div{
	position: absolute;
    right: 5px;
    top: 50%;
	margin-top:-12px;
	z-index: 22;
	padding-bottom:3px;
}
.indicator-style.owl-theme .owl-controls .owl-buttons div i {
    background: inherit;
    width:33px;
	height:23px;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
	padding: 0;
	text-align:center;
	text-indent:-9999px;
	transition:all .5s;
	display:inline-block;-webkit-mask-size:100%;background-image:linear-gradient(135deg, #808080 0%, #808080 100%);
}
.indicator-style.owl-theme .owl-controls .owl-buttons div:after{
	content:"";
	position:absolute;
	left:0;
	bottom:-6px;
	width:37px;
	height:6px;
	background:url(../images/icon_line01.html) no-repeat center center;
	display:block;
	transform: scaleX(0);
	transform-origin:0 0 0;
	transition:all 0.4s ease 0s;
	z-index:1;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
}
.indicator-style.owl-theme .owl-controls .owl-buttons div:hover:after{
	transform: scaleX(1);
	visibility:visible;
}

.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev {left:-50px;}
.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev i{-webkit-mask-image:url(../images/prev.png);}
.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next {right:-50px;}
.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next i{-webkit-mask-image:url(../images/next.png);}
.indicator-style.owl-theme .owl-controls .owl-buttons div:hover i {filter:alpha(opacity=100);-moz-opacity:1;opacity:1;background-image:linear-gradient(135deg, #1c7f7b 0%, #1c7f7b 100%);}
@media only screen and (max-width: 1300px) {
	.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev{left:-10px;}
	.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next{right:-10px;}
	.indicator-style.owl-theme .owl-controls .owl-buttons div:hover {background:#62a70f;color:#fff;}
}

.cat_content{padding:70px 0 0 0;text-align:center;position:relative;z-index:2;}
.cat_column_box{position:relative;padding-top:70px;}
.cat_column_box .attachment_line_top{background-image: url(../images/wave02.png);height:75px;}
.cat_column_box .cat_column{}
.cat_column_box .cat_column .left{position:relative;height:100%;padding:90px 50px 150px 0;background-position:left bottom;background-repeat:no-repeat;background-size:contain;}
.cat_column_box .cat_column .left .box{width:60%;float:right;padding-right:30px;text-align:left;}
.cat_column_box .cat_column .left h6{font-size:50px;line-height:54px;color:#000000;font-family:'PlayfairDisplay';margin-top:0;margin-bottom:20px;}
.cat_column_box .cat_column .left .text{color:#1a1a1a;font-size:16px;line-height:28px;overflow:hidden;max-height:140px;} 
.cat_column_box .cat_column .left .more{font-size:14px;display:inline-block;margin-top:20px;color:#1c7f7b;font-family:'poppins semibold';text-transform:uppercase;}
.cat_column_box .cat_column .left .more i{padding-left:8px;transition:all .5s;}
.cat_column_box .cat_column .left .more:hover i{padding-left:12px;}

.cat_column_box .cat_column .right{padding:0;padding-top:70px;padding-bottom:60px;position:relative;}
.cat_column_box .cat_column .right > .icon{width:242px;height:242px;display:inline-block;position:absolute;left:-100px;top:50%;margin-top:-121px;}
.cat_column_box .cat_column .slider{position:relative;z-index:5;}
.cat_column_box .cat_column .slider .slick-list{padding-right:30px;}
.cat_column_box .cat_column .slider .li{padding:0 10px;padding-bottom:50px;}
.cat_column_box .cat_column .slider .li > .wrap{position:relative;}
.cat_column_box .cat_column .slider .li > .wrap > a{position:absolute;left:0;top:0;width:100%;height:100%;z-index:10;display:block;}
.cat_column_box .cat_column .slider .li .image{display:block;overflow:hidden;}
.cat_column_box .cat_column .slider .li .image img{max-width:100%;height:auto;width:100%;transition:all .5s;}
.cat_column_box .cat_column .slider .li:hover .image img{
	-webkit-transform:scale(var(--scale-multiplier,1.05));
	-ms-transform:scale(var(--scale-multiplier,1.05));
	transform:scale(var(--scale-multiplier,1.05));
}
.cat_column_box .cat_column .li .main{position:absolute;width:100%;max-width:70%;left:20px;bottom:-30px;box-shadow:0 0 15px 1px rgba(0,0,0,0.1);background:#fff;padding:10px 20px;transition:all .5s;text-align:left;}
.cat_column_box .cat_column .li:hover .main{max-width:80%;left:20px;bottom:20px;right:20px;padding:20px 25px;}
.cat_column_box .cat_column .li .main .title{margin:0;display:block;font-size:14px;color:#4c4c4c;line-height:24px;overflow:hidden;font-family:'poppins semibold';height:48px;transition:all .5s;}
.cat_column_box .cat_column .li:hover .title{color:#1c7f7b;}
.cat_column_box .cat_column .li .main .text{color:#808080;font-size:12px;line-height:20px;overflow:hidden;height:0;transition:all .5s;}
.cat_column_box .cat_column .li:hover .main .text{height:20px;margin-top:10px;}

.cat_column_box .slick-prev{left:-45%;filter:alpha(opacity=100);-moz-opacity:1;opacity:1;z-index:9999999;top:auto;bottom:10px;transition:all .5s;height:48px;width:48px;border-radius:50%;background:none;border:1px solid #1c7f7b;transition:all .5s;}
.cat_column_box .slick-prev:before{content:'';display:inline-block;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100%;background-image:linear-gradient(135deg, #1c7f7b 0%, #1c7f7b 100%);-webkit-mask-image:url(../images/prev.png);transition:all .5s;width:20px;height:14px;transition:all .5s;}

.cat_column_box .slick-next{left:-39%;filter:alpha(opacity=100);-moz-opacity:1;opacity:1;z-index:9999999;top:auto;bottom:10px;transition:all .5s;height:48px;width:48px;border-radius:50%;background:#1c7f7b;transition:all .5s;}
.cat_column_box .slick-next:before{content:'';display:inline-block;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100%;background-image:linear-gradient(135deg, #fff 0%, #fff 100%);-webkit-mask-image:url(../images/next.png);transition:all .5s;width:20px;height:14px;transition:all .5s;}

.cat_column_box .slick-prev:hover{background:#1c7f7b;box-shadow:0 5px 9px rgba(0,0,0,0.08);-webkit-box-shadow:0 5px 9px rgba(0,0,0,0.08);-moz-box-shadow:0 5px 9px rgba(0,0,0,0.08); transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0);}
.cat_column_box .slick-prev:hover:before{background-image:linear-gradient(135deg, #fff 0%, #fff 100%);}
.cat_column_box .slick-next:hover{box-shadow:0 5px 9px rgba(0,0,0,0.08);-webkit-box-shadow:0 5px 9px rgba(0,0,0,0.08);-moz-box-shadow:0 5px 9px rgba(0,0,0,0.08); transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0);}

.cat_column_box .cat_column_left{background:#f7f7f7;}
.cat_column_box .cat_column_right{background:#fff;}
.cat_column_box .cat_column_right .left{float:right;background-position:right bottom;padding-right:0;padding-left:50px;}
.cat_column_box .cat_column_right .left .box{float:left;padding-left:30px;padding-right:0;}
.cat_column_box .cat_column_right .right > .icon{left:auto;right:-140px;}
.cat_column_box .cat_column_right .right .slick-prev{right:-12%;left:auto;}
.cat_column_box .cat_column_right .right .slick-next{right:-18%;left:auto;}
.cat_column_box .cat_column_right .right .slick-list{padding-right:0;padding-left:30px;}

.cat_column:last-child .slick-prev , .cat_column:last-child .slick-next{bottom:-30px;} 

@media only screen and (max-width: 1680px) {
	.cat_column_box .cat_column .left .box{width:70%;}
	.cat_column_box .slick-prev,.cat_column_box .slick-next{bottom:-40px;}
	.cat_column_box .slick-prev{left: -51%;}
	.cat_column_box .slick-next{left: -44%;}
	.cat_column_box .cat_column_right .right .slick-prev{right:-14%;}
	.cat_column_box .cat_column_right .right .slick-next{right:-21%;}
	.cat_column:last-child .slick-prev, .cat_column:last-child .slick-next{bottom:-50px;}
}
@media only screen and (max-width: 1260px) {
	.cat_column_box .slick-prev,.cat_column_box .slick-next{bottom:-90px;}
	.cat_column_box .slick-next{left: -40%;}
	.cat_column:last-child .slick-prev, .cat_column:last-child .slick-next{bottom:-120px;}
	.cat_column_box .cat_column .left{background-size: cover;}
	.cat_column_box .cat_column_right .right .slick-prev{right:-16%;}
	.cat_column_box .cat_column_right .right .slick-next{right:-25%;}
}
@media only screen and (max-width: 992px) {
	.cat_content{padding-top:40px;}
	.cat_column_box .cat_column .left{width:100%;padding:30px 15px;background-image:none !important;}
	.cat_column_box .cat_column .left .box{width:100%;padding:0;text-align:center;}
	.cat_column_box .cat_column .left .more{margin-top:10px;}
	.cat_column_box .cat_column .left h6{font-size:36px;line-height:40px;}
	.cat_column_box .cat_column .left .text{font-size:14px;}
	.cat_column_box .cat_column .right{width:100%;padding:0;padding-bottom:20px;}
	.cat_column_box .cat_column .right > .icon{left:50%;margin-left:-121px;top:-50px;right:auto;}
	.cat_column_box .cat_column .slider .slick-list , .cat_column_box .cat_column_right .right .slick-list{padding:0 15px;}
	.cat_column_box .cat_column .slider .li .main,.cat_content .slider .li:hover .main{max-width:100%;width:auto;right:20px;}
	.cat_column_box .cat_column .li .main .title{font-size:12px;line-height:20px;margin-bottom:5px;height:40px;}
	.cat_column_box .cat_column .slider .li .main .text{height:20px;}
	.cat_column_box .cat_column .slick-prev , .cat_column_box .cat_column_right .right .slick-prev{width:30px;height:50px;left:0;top:50%;margin-top:-20px;padding-top:5px;background:#000;text-align:center;border:none;border-radius:0;filter:alpha(opacity=30);-moz-opacity:0.3;opacity:0.3;}
	.cat_column_box .cat_column .slick-prev:before{background-image:linear-gradient(135deg, #fff 0%, #fff 100%);}
	.cat_column_box .cat_column .slick-next , .cat_column_box .cat_column_right .right .slick-next{width:30px;height:50px;left:auto;right:0;top:50%;margin-top:-20px;padding-top:5px;background:#000;text-align:center;border-radius:0;filter:alpha(opacity=30);-moz-opacity:0.3;opacity:0.3;}
}
@media only screen and (max-width: 768px) {
	.cat_content .main_title{margin-bottom:0;}
	.cat_column_box .cat_column .left .text{overflow:hidden;max-height:84px;}
	.cat_column_box .cat_column .slider .li{padding: 0 5px;}
	.cat_column_box .cat_column .slider .li .main .text{display:none;}
	.cat_column_box .cat_column .slider .li .main,.cat_content .slider .li:hover .main{padding:10px;left:auto;right:auto;position:relative;top:-10px;max-width:90%;margin:auto;}
	.cat_column_box .cat_column .li .main .title{margin:0;}
}


.case_content{padding:70px 0;background:url(../images/bg3.png) no-repeat ;text-align:center;}
.case_content .slider{padding-top:0;}
.case_content .slider .li{padding:10px;}
.case_content .slider .li .column{position:relative;overflow:hidden;box-shadow:0 0 15px 1px rgba(0,0,0,0.1);}
.case_content .slider .li .column > a{position:absolute;left:0;top:0;width:100%;height:100%;display:block;z-index:20;}
.case_content .slider .li img{max-width:100%;height:auto;transition:all .5s;}
.case_content .slider .li:hover img{-webkit-transform:scale(var(--scale-multiplier,1.05));
	-ms-transform:scale(var(--scale-multiplier,1.05));
	transform:scale(var(--scale-multiplier,1.05));
}
.case_content .slider .li .wrap{background:rgba(0,0,0,0.45);padding:15px;position:absolute;left:0;bottom:0;transition:all .5s;z-index:10;}
.case_content .slider .li:hover .wrap{background:none;}
.case_content .slider .li h4{margin:0;color:#fff;font-size:18px;line-height:24px;overflow:hidden;height:48px;}
.case_content .slider .li .text{font-size:12px;line-height:20px;color:#fff;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;height:0;overflow:hidden;transition:all .5s;}
.case_content .slider .li:hover .text{height:20px;margin-top:10px;}
.case_content .slider .li .ovrly{display:block;position:absolute;left:0;top:0;width:100%;height:100%;background:#1c7f7b;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;transition:all .5s;}
.case_content .slider .li:hover .ovrly{filter:alpha(opacity=90);-moz-opacity:0.9;opacity:0.9;}
.case_content .slider .li .icon{position:absolute;display:inline-block;top:50%;width:58px;height:58px;margin-left:-29px;margin-top:-29px;border-radius:50%;background:#fff;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;transition:all .5s;padding:19px 0;z-index:10;-webkit-transform:scale(var(--scale-multiplier,0.8));
	-ms-transform:scale(var(--scale-multiplier,0.8));
	transform:scale(var(--scale-multiplier,0.8));}
.case_content .slider .li .icon:after{content:'';background:#fff;position:absolute;left:-25px;top:-25px;right:-25px;bottom:-25px;filter:alpha(opacity=10);-moz-opacity:0.1;opacity:0.1;transition:all .5s;border-radius:50%;}
.case_content .slider .li:hover .icon{filter:alpha(opacity=100);-moz-opacity:1;opacity:1;-webkit-transform:scale(var(--scale-multiplier,1));
	-ms-transform:scale(var(--scale-multiplier,1));
	transform:scale(var(--scale-multiplier,1));}
.case_content .slider .li .icon i{display:inline-block;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100%;background-image:linear-gradient(135deg, #1c7f7b 0%, #1c7f7b 100%);-webkit-mask-image:url(../images/icon_plus.png);transition:all .5s;width:20px;height:20px;transition:all .5s;}
.case_content .slider .li:hover .icon i{-webkit-animation:spin .6s ease-out;animation:spin .6s ease-out;}

.case_content .slick-prev{width:30px;height:50px;left:0;top:50%;margin-top:-20px;background:#000;text-align:center;}
.case_content .slick-prev:before{content:"\f104";font-family:'FontAwesome';color:#fff;font-size:24px;line-height:50px;}
.case_content .slick-next{width:30px;height:50px;left:auto;right:0;top:50%;margin-top:-20px;background:#000;text-align:center;}
.case_content .slick-next:before{content:"\f105";font-family:'FontAwesome';color:#fff;font-size:24px;line-height:50px;}

.case_content .main_more{background:none;border:2px solid #8dbfbd;}
.case_content .main_more:hover{background-color:#1c7f7b;border-color:#fff;}
.case_content .main_more a{color:#1c7f7b;}
.case_content .main_more:hover a{color: #fff;}
.case_content .main_more a i{margin-left:8px;font-size:14px;}

@media only screen and (max-width: 992px) {
	.case_content{background:url(../images/bg_case.jpg) no-repeat top right;padding:50px 0;}
	.case_content .slider .li{padding:5px;}
	.case_content .slider .li .column{box-shadow:0 0 5px 1px rgba(0,0,0,0.1);}
	.case_content .slider .li h4{font-size:16px;}
}

.about_content{overflow:hidden;}
.about_top{position:relative;background:url(../../images/bgfooter.jpg) no-repeat center center;}
.about_top .attachment_line_top{top:auto;bottom:-1px;}
.about_top .top{padding:90px 0 120px 0;background:url(../images/bg_bamboo.pnng) no-repeat right center;display:flex;align-items:flex-end;}
.about_top .top h6{font-size:180px;line-height:120px;color:#fff;font-family:'DancingScript';position:relative;}
.about_top .top .text{margin-left:15px;color:#ffffff;font-size:32px;line-height:36px;padding-top:25px;position:relative;background:url(../images/title_line.png) no-repeat top left;text-transform:capitalize;font-family:'PlayfairDisplay';}

.about_content > .about_column{padding-bottom:60px;background:url(../images/bg_about01.jpg) no-repeat left top, url(../images/bg_map.jpg) no-repeat right center;position:relative;z-index:20;}
.about_content .nav-tabs{border:none;text-align:left;position:relative;margin-top:-70px;}
.about_content .nav-tabs > li{float:left;margin:0;padding-right:30px;display:inline-block;position:relative;transition:all .2s;}
.about_content .nav-tabs > li > a{margin:0;border:none;position:relative;z-index:5;transition:all .5s;padding:0;}
.about_content .nav-tabs > li > a .icon{width:76px;height:76px;box-shadow:0 2px 10px 2px rgba(0,0,0,0.1);border-radius:50%;display:inline-block;background:#f7f7f7;padding:18px 0;text-align:center;transition:all .5s;}
.about_content .nav-tabs > li > a i{width:36px;height:36px;display:inline-block;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100%;background-image:linear-gradient(135deg, #808080 0%, #808080 100%);transition:all .5s;}
.about_content .nav-tabs > li > a p{padding-top:10px;color:#808080;font-size:14px;line-height:24px;text-transform:uppercase;text-align:center;transition:all .5s;margin:0;}

.about_content .nav-tabs > li.active > a,
.about_content .nav-tabs > li > a:hover,
.about_content .nav-tabs > li.active > a:focus{
	border:none;background:none;
}
.about_content .nav-tabs > li.active > a .icon,
.about_content .nav-tabs > li:hover > a .icon,
.about_content .nav-tabs > li.active > a .icon{
	background-color:#1c7f7b;
}
.about_content .nav-tabs > li.active > a i,
.about_content .nav-tabs > li > a:hover i,
.about_content .nav-tabs > li.active > a:focus i{
	 background-image:linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
}
.about_content .nav-tabs > li.active > a p,
.about_content .nav-tabs > li > a:hover p,
.about_content .nav-tabs > li.active > a:focus p{
	color:#1c7f7b;font-family:'poppins semibold';
}

.about_content .tab-content{padding-top:0;}
.about_content .about_title{margin-bottom:30px;padding-top:20px;}
.about_content .about_title h6{margin:0;color:#333333;font-size:36px;font-family:'PlayfairDisplay';line-height:48px;}
.about_content .about_title .line{margin-top:5px;display:inline-block;width:74px;height:12px;background:url(../images/title_line.png) no-repeat center center;}

.about_content #about01 .owl-carousel .owl-wrapper-outer{overflow:inherit !important;}
.about_content #about01 .about_column{padding-left:0;padding-bottom:20px;padding-top:40px;padding-right:50px;}
.about_content #about01 .about_column h5{font-size:54px;line-height:60px;color:#333;text-transform:capitalize;font-family:'Exo Bold';margin-bottom:30px;}
.about_content #about01 .about_column .text{color:#666666;font-size:14px;line-height:36px;overflow:hidden;max-height:216px;margin-bottom:20px;}
.about_content #about01 .circle_more{margin-top:15px;}
.about_content .about_image{padding:0;position:relative;z-index:2;position:relative;margin-top:-150px;text-align:right;}
.about_content .about_image .image{display:inline-block;box-shadow:0 0 15px 1px rgba(0,0,0,0.1);overflow:hidden;}
.about_content .about_image .image img{max-width:100%;height:auto;transition:all .5s;}
.about_content .about_image .image:hover img{-webkit-transform:scale(var(--scale-multiplier,1.05));
	-ms-transform:scale(var(--scale-multiplier,1.05));
	transform:scale(var(--scale-multiplier,1.05));
}
.about_content .about_image .icon{display:inline-block;text-align:center;width:78px;height:78px;border-radius:50%;background:#0085d7;border:6px solid #fff;position:absolute;left:0;top:50%;margin-top:-39px;}
.about_content .about_image .icon i{color:#fff;font-size:20px;line-height:66px;}

.about_content .about_honor{padding:0 15px;text-align:center;}
.about_content .about_honor .image{display:block;overflow:hidden;border-radius:1px;}
.about_content .about_honor .image img{max-width:100%;height:auto;transition:all .5s;width:100%;}
.about_content .about_honor:hover img{-webkit-transform:scale(var(--scale-multiplier,1.05));
	-ms-transform:scale(var(--scale-multiplier,1.05));
	transform:scale(var(--scale-multiplier,1.05));
}
.about_content .about_honor .title{display:block;line-height:24px;font-size:14px;margin-top:10px;font-family:'';color:#333;font-family:'poppins semibold';}
.about_content .about_honor:hover .title{color:#1c7f7b;}

@media (max-width: 768px) and (min-width: 480px) {
	.about_content #about01 .owl-carousel .owl-wrapper, .about_content #about01 .owl-carousel .owl-item{width:100% !important;}
}
@media only screen and (max-width: 1260px) {
	.about_content #about01 .about_column{padding-top:30px;}
	.about_content .about_image{margin-top:20px;}
}
@media only screen and (max-width: 992px) {
	.about_top .attachment_line_top{display: block;}
	.about_top .top{padding:30px 0 90px 0;background:none;display:block;text-align:center;}
	.about_top .top h6{font-size:140px;line-height:140px;margin:0;}
	.about_top .top .text{font-size:20px;line-height:24px;padding-top:10px;background:none;}
	.about_content .nav-tabs{text-align:center;padding-bottom:10px;}
	.about_content .nav-tabs > li{float:none;padding:0 10px;}
	.about_content .nav-tabs > li > a p{font-size:14px;}
	.about_content #about01 .about_column{padding-right:30px;padding-top:0;}
	.about_content #about01 .about_column .about_title{text-align: left;}
	.about_content .about_title{text-align:center;}
}
@media only screen and (max-width: 768px) {
	.about_content > .about_column{padding-bottom:60px;background:url(../images/bg_about01.jpg) no-repeat left bottom;}
	.about_content #about01 .about_column{padding-top:0;padding-bottom:20px;padding-right:0;}
	.about_content .about_title h6{font-size:28px;line-height:36px;}
	.about_content .about_title{text-align:center;background-position:top center;margin-bottom:20px;}
	.about_content .about_image{display: none;}
	.about_content .about_honor{padding:0 10px;}
	.about_content #about01 .circle_more{margin-left:10px;}
}


/* Numbers */
.num_content{padding-bottom:70px;padding-top:120px;position:relative;background:url(../../images/bgheader.jpg) no-repeat center center;background-size: cover;}
.num_content .attachment_line_top{background-image: url(../images/wave03.png);height:75px;}
.num_content .numbers__one{padding: 0 10px;text-align:center;}
.num_content .numbers__one .number__ico{display:inline-block;background:url(../images/bg_num.html) no-repeat center center;background-size:contain;}
.num_content .numbers__one .wrap{padding-top:10px;}
.num_content .numbers__one .numbers__num{color:#fff;font-size:68px;line-height:70px;font-family:'DancingScript';}
.num_content .numbers__one.numbers__two .numbers__num:after{content:'+';color:#fff;font-size:65px;line-height:70px;font-family:'DancingScript';}
.num_content .numbers__one.numbers__three .numbers__num:after{content:'*7';color:#fff;font-size:68px;line-height:70px;font-family:'DancingScript';}
.num_content .numbers__one .number__desc{color:#fff;font-size:14px;line-height:20px;font-family:'poppins semibold';margin-top:8px;}

@media only screen and (max-width: 992px) {
	.num_content{padding-bottom:50px;padding-top:100px;}
	.num_content .numbers__one .numbers__num , .num_content .numbers__one.numbers__two .numbers__num:after , .num_content .numbers__one.numbers__three .numbers__num:after{
		font-size:48px;line-height:50px;
	}
	.num_content .numbers__one .number__desc{font-size:12px;font-family: 'poppins';}
}
@media only screen and (max-width: 768px) {
	.num_content{padding-top:80px;padding-bottom:30px;}
	.num_content .numbers__one{margin-bottom:20px;}
	.num_content .numbers__one .number__ico img{max-width:36px;}
	.num_content .numbers__one .numbers__num , .num_content .numbers__one.numbers__two .numbers__num:after , .num_content .numbers__one.numbers__three .numbers__num:after{
		font-size:42px;line-height:48px;
	}
	.num_content .numbers__one .number__desc{margin-top:5px;}
}


.con_content{background:#f7f7f7 url(../images/bg_mes01.jpgg) no-repeat right top;}
.con_content .main_title{text-align: left;}
.con_content .main_title h6{font-size:40px;line-height:42px;}
.con_content .con_column{position:relative;bottom:-70px;background:#fff url(../images/bg_mes.jpg) no-repeat top right;box-shadow:0 0 15px 5px rgba(0,0,0,0.05);padding:40px;padding-bottom:0;z-index:99;max-width:520px;}
.con_content .con_column .list{padding-top:20px;list-style: none;padding-bottom:30px;border-bottom:5px solid #1c7f7b;}
.con_content .con_column .list li{padding-left:50px;margin-bottom:20px;background-position:left 1px;background-repeat:no-repeat;}
.con_content .con_column .list li em{display: block;color:#333333;font-size:14px;font-family:'poppins semibold';margin-bottom:5px;line-height:20px;text-transform: uppercase;}
.con_content .con_column .list li p{line-height:20px;color:#666666;font-size:12px;margin-bottom:3px;}
.con_content .con_column .list li p a{color:#666666;font-size:12px;}
.con_content .con_column .list li p a:hover{color:#1c7f7b;}
.con_content .con_column .list li.fcon_p{background-image:url(../images/con_p.png);}
.con_content .con_column .list li.fcon_e{background-image:url(../images/con_e.png);}
.con_content .con_column .list li.fcon_a{background-image:url(../images/con_a.png);}

.con_content .quote_column{padding-left:90px;padding-top:80px;background:url(../images/bg_message.png) no-repeat 90px center;padding-bottom:30px;padding-right:0;}
.con_content .quote_column .text{color:#666666;font-size:14px;line-height:24px;}
.con_content .quote_column .main_more a{padding-right:50px;background: url(../images/icon_mes.png) no-repeat 80% center;}

.send_column{padding:50px 30px;border-radius:5px;box-shadow:0 0 20px 1px rgba(0,0,0,0.05);position:relative;z-index:999;}
.send_column ul{list-style:none;max-width:100%;}
.send_column ul li{margin-bottom:20px;padding:0 10px;}
.send_column ul li p{margin:0;margin-top:0;font-size:14px;margin-bottom:10px;padding:10px;border:1px solid #d9d9d9;background:#fafafa;border-radius:5px;}
.send_column ul li p:before{margin-right:10px;color:#b4b4b4;content:"\f0ca";font-family:'FontAwesome';font-size:14px;}
.send_column ul li p a{color:red; text-decoration:underline;font-size:14px;display:inline-block;}
.send_column ul li span{display:block;position:relative;}
.send_column ul li span:after{content:'*';color:red;position:absolute;right:10px;top:5px;z-index:2;font-size:14px;}
.send_column ul li span:before{content:'';position:absolute;width:60px;height:60px;display:inline-block;background-position:center center;background-repeat:no-repeat;}
.send_column ul li span.ms_e:before{background-image:url(../images/mes_e.png);}
.send_column ul li span.ms_p:before{background-image:url(../images/mes_p.png);}
.send_column ul li span.ms_m:before{background-image:url(../images/mes_m.png);height:50px;}
.send_column ul li span.ms_n:before{background-image:url(../images/mes_n.png);}
.send_column ul li span.ms_p:after{display:none;}
.send_column ul li span.ms_n:after{display:none;}

.send_column ul li input{background:#fff;height:60px;width:100%;line-height:60px;padding-left:60px;padding-right:10px;font-family:'poppins';font-size:14px;color:#808080;border:1px solid #e5e5e5;border-radius:30px;}
.send_column ul li textarea{height:120px;background:#fff;width:100%;max-width:100%;max-height:120px;font-family:'poppins';font-size:14px;padding:10px 10px 10px 60px;color:#808080;border:none;border:1px solid #e5e5e5;border-radius:25px;}
.send_column ul li input:focus,.mes_box ul li textarea:focus{color:#333;border-color:#1c7f7b;}
.send_column ul li input:-ms-input-placeholder{color:#808080;}/* Internet Explorer 10+ */ 
.send_column ul li input::-webkit-input-placeholder{color:#808080;}/* WebKit browsers */
.send_column ul li input::-moz-placeholder{color:#808080;}/* Mozilla Firefox 4 to 18 */ 
.send_column ul li input:-moz-placeholder{color:#808080;}/* Mozilla Firefox 19+ */ 

.send_column ul li textarea:-ms-input-placeholder{color:#808080;}/* Internet Explorer 10+ */ 
.send_column ul li textarea::-webkit-input-placeholder{color:#808080;}/* WebKit browsers */
.send_column ul li textarea::-moz-placeholder{color:#808080;}/* Mozilla Firefox 4 to 18 */ 
.send_column ul li textarea:-moz-placeholder{color:#808080;}/* Mozilla Firefox 19+ */ 

@media only screen and (max-width: 1260px) {
	.con_content .con_column{max-width:420px;}
	.con_content .quote_column{padding-left:40px;}
}
@media only screen and (max-width: 992px) {
	.con_content .con_column{bottom:-50px;padding:30px;padding-bottom:0;}
	.con_content .con_column .list{padding-bottom:20px;}
}
@media only screen and (max-width: 768px) {
	.con_content{background-position: right bottom;}
	.con_content .main_title h6{font-size:32px;line-height:34px;}
	.con_content .con_column{max-width:100%;bottom:0;top:-20px;padding:20px 15px;padding-bottom:0;}
	.con_content .quote_column{padding:0;padding-top:30px;padding-bottom:20px;text-align:center;background-position: left center;}
	.con_content .quote_column .text{font-size:12px;}
	.con_content .quote_column .main_title{text-align: center;}
	.con_content .quote_column .main_more a{padding-right:40px;background-position:85% center;}
}

/*footer*/
.footer-content{background:url(../../images/bgbefore.jpg) no-repeat center center;background-size:cover;position:relative;margin-top:-100px;}
.footer-content .attachment_line_top{background-image:url(../images/wave04.png);}

.footer{position:relative;z-index:5;padding:50px 0;padding-top:110px;}

.footer .fot_title{position:relative;display:block;margin-bottom:30px;}
.footer .fot_title em{display:block;color:#ffffff;font-size:24px;line-height:28px;text-transform:capitalize;font-family:'PlayfairDisplay';}
.footer ul,.foot_bot ul{list-style:none;}
.icon-minus-sign,
.icon-plus-sign{
	width:14px;height:14px;display:flex;position:relative;flex-direction:column;justify-content:center;align-items:center;
}
.icon-minus-sign:before,
.icon-minus-sign:after,
.icon-plus-sign:before,
.icon-plus-sign:after{
	content:'';display:inline-block;background:#5db3b1;width:14px;height:2px;margin:2px 0;
}
.icon-plus-sign{width:12px;height:12px;}
.icon-plus-sign:before, .icon-plus-sign:after{width:12px;}
.icon-plus-sign:after{transform:rotate(90deg) translate(-6px,0px);-webkit-transform:rotate(90deg) translate(-6px,0px);}
.icon-minus-sign:before{transform:rotate(45deg) translate(4px,0px);-webkit-transform:rotate(45deg) translate(4px,0px);}
.icon-minus-sign:after{transform:rotate(-45deg) translate(4px,0px);-webkit-transform:rotate(-45deg) translate(4px,0px);}
.fot_title .column_icon_toggle {display: none;}

.foot-left{padding:0;padding-right:50px;padding-top:120px;padding-left:40px;}
.foot-right{padding:0;}
.fot_nav{float:left;width:36%;padding-right:30px;}
.fot_nav li{margin-bottom:12px;padding-right:10px;}
.fot_nav li a:before{content:'';width:4px;height:4px;display:inline-block;-webkit-mask-image:url(../images/icon_circle.png);-webkit-mask-repeat:no-repeat;-webkit-mask-size:100%;background-image:linear-gradient(135deg, #615e5f 0%, #615e5f 100%);transition:all .5s;margin-right:8px; vertical-align: middle;}
.fot_nav li a:hover:before{background-image:linear-gradient(135deg, #1c7f7b 0%, #1c7f7b 100%);}
.fot_nav li a{font-size:12px;line-height:20px;color:#ffffff;transition:all .5s;text-transform:capitalize;}
.fot_nav li a:hover{text-decoration:none;color:#fff;padding-left:2px;}

.fot_tag{float:left;width:64%;}
.fot_tag li{margin-bottom:12px;padding-right:10px;}
.fot_tag li a{font-size:12px;line-height:20px;color:#b2b2b2;position:relative;display:inline-block;transition:all .5s;}
.fot_tag li a:before{content:'';width:4px;height:4px;display:inline-block;-webkit-mask-image:url(../images/icon_circle.png);-webkit-mask-repeat:no-repeat;-webkit-mask-size:100%;background-image:linear-gradient(135deg, #615e5f 0%, #615e5f 100%);transition:all .5s;margin-right:5px; vertical-align: middle;}
.fot_tag li a:hover:before{background-image:linear-gradient(135deg, #1c7f7b 0%, #1c7f7b 100%);}
.fot_tag li a:hover{text-decoration:none;color:#fff;padding-left:2px;}

.footer .social_icons{float:none;padding:0;}
.footer .social_icons li{padding:0;padding-right:10px;}
.footer .social_icons li a{display:inline-block;text-align:center;border-radius:50%;background:rgba(255,255,255,0.2);width:40px;height:40px;padding:11px 0;transition:all .5s;}
.footer .social_icons li a:hover{background:#1c7f7b;}

.fot_mes{float:left;width:30%;padding:0;position:relative;z-index:10;padding-right:80px;}
.fot_mes .fot_logo{display: block;margin-bottom:20px;}
.fot_mes .fot_logo img{max-width: 230px;}
.fot_mes .text{font-size:12px;line-height:24px;color:#808080;}
.fot_mes .letter-input{max-width:100%;position:relative;margin-top:20px;}
.fot_mes .letter-input .fot_input{background:rgba(255,255,255,0.15);height:50px;color:#808080;line-height:50px;width:100%;padding-left:20px;padding-right:50px;font-family:'poppins';font-size:12px;border:none;border-radius:25px;}
.fot_mes .letter-input .fot_input:focus{color:#fff;}
.fot_mes .letter-input .send{display:inline-block;width:38px;height:38px;background:url(../images/icon_send.html) no-repeat center center;position:absolute;right:9px;top:6px;}
.fot_mes .letter-input .fot_input:-ms-input-placeholder{color:#808080;}/* Internet Explorer 10+ */ 
.fot_mes .letter-input .fot_input::-webkit-input-placeholder{color:#808080;}/* WebKit browsers */
.fot_mes .letter-input .fot_input::-moz-placeholder{color:#808080;}/* Mozilla Firefox 4 to 18 */ 
.fot_mes .letter-input .fot_input:-moz-placeholder{color:#808080;}/* Mozilla Firefox 19+ */ 

.social_icons{list-style:none;padding-top:15px;float:right;}
.social_icons li{display:inline-block;padding:0 8px;margin-bottom:5px;}
.footer-bottom .social_icons li{filter:alpha(opacity=70);-moz-opacity:0.7;opacity:0.7;transition:all .5s;}
.footer-bottom .social_icons li:hover{filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}

.footer-bottom{padding:20px 0;text-align:center;position:relative;z-index: 10;border-top:1px solid rgba(255,255,255,0.1);}
.footer-bottom .copy{color:#ffffff;font-size:12px;line-height:28px;display:inline-block;}
.footer-bottom .copy a{color:#ffffff;font-size:12px;}
.footer-bottom .copy span , .footer-bottom .copy span a{color:#ffffff;}
.footer-bottom .copy a:hover , .footer-bottom .copy span a:hover{color:#fff;}
.footer-bottom .foot_ipv6{display:inline-block;color:#808080;}
.footer-bottom .foot_ipv6 img{max-width:24px;margin-right:5px;}


@media only screen and (min-width: 992px) {
	.fot_tag ul{
		-moz-column-count: 2;
	    -webkit-column-count: 2;
		column-count: 2;
		-moz-column-gap: 0px;
		-webkit-column-gap: 0px;
		column-gap: 0px;
	}
}

@media only screen and (max-width: 992px) {
	.footer-content{margin-top:0;}
	.footer-content .attachment_line_top{display: block;}
	.footer{padding:80px 0 20px 0;margin:0;background-position:right center;}
	.footer .fot_tag,.footer .fot_nav,.footer .fot_con,.footer .fot_mes,.footer .fot_pro{width:100%;padding:0;}
	.footer .fot_title em{margin-bottom:0;font-size:20px;line-height:24px;padding-bottom:0;}
	.footer .fot_title span{display:none;}
	.footer .fot_title{display:block;border-bottom:1px solid rgba(255,255,255,0.1);padding-bottom:10px;cursor:pointer;margin-bottom:10px;font-size:15px;position:relative;color:#fff;text-transform:uppercase;}
	.footer .fot_title .column_icon_toggle{display: inline-block;position: absolute;right:15px;top:8px;font-style:normal;cursor:pointer;font-weight:normal;}
	.footer .icon-minus-sign:before,.footer .icon-minus-sign:after,.footer .icon-plus-sign:before,.footer .icon-plus-sign:after{background:#d1e5e5;}
	.footer .toggle_content{padding-bottom:30px;padding-top:10px;}	
	.fot_mes .fot_logo{display: none;}
	.foot-left{width: 100%;padding:0;text-align:center;padding-bottom:20px;}
	.foot-left .fot_title{display: none;}
	.foot-right{width: 100%;}
	.footer-bottom{border-top:none;padding-top:0;}
}
@media only screen and (max-width: 480px) {
	.footer .social_icons li a{width: 32px;height:32px;padding:8px 0;}
	.footer-bottom .copy{line-height:24px;}
}


/*back-top*/
.back_top{width:48px;height:48px;text-align:center; position:fixed; right:5px;bottom:80px; z-index:99999999; display:none; background:#1c7f7b;background-size:cover;-moz-transition: all 0.5s;-o-transition: all 0.5s;-webkit-transition: all 0.5s;transition: all 0.5s;border-radius:50%;border:2px solid rgba(255,255,255,0.1);}
.back_top:before{content:"\f106";font-family:'FontAwesome';color:#fff;font-size:22px;display:block;line-height:44px;}
.back_top:hover{text-decoration:none;box-shadow:0 0 10px 2px rgba(0,0,0,0,0.2);background:#1c7f7b;}
.back_top:hover:before {animation: scroll_up_anim 1.5s infinite; }
@keyframes scroll_up_anim {
0% {
transform: translateY(-3px); }
50% {
transform: translateY(3px); }
100% {
transform: translateY(-3px); } }
.back_top:link{text-decoration:none;}
.back_top:hover:before{color:#fff;text-decoration:none;}


#online_qq_layer{z-index:999999999;position:fixed;right:60px;bottom:20px; }
#floatShow{display:block;}
#floatHide{display:none;}
#online_qq_tab{position:relative;z-index:9;}
#online_qq_tab #floatShow{overflow:hidden;height:50px; width:200px;float:right; line-height:50px;padding-left:50px;position:relative;color:#fff;font-size:18px;border-radius:25px;text-transform:capitalize;background:#1c7f7b;font-family:'PlayfairDisplay';box-shadow:0 0 13px 0 rgba(255,255,255,0.2);-webkit-box-shadow:0 0 13px 0 rgba(255,255,255,0.2);-webkit-transition:all var(--transition-time,800ms);
	-o-transition:all var(--transition-time,800ms);
	transition:all var(--transition-time,800ms);
}
#online_qq_tab #floatShow i{height:50px;width:50px;background:url(../images/online.png) no-repeat 10px center;position:absolute;left:5px;top:0;display:inline-block;}
#online_qq_tab #floatShow:hover{margin-right:0;}
#online_qq_tab #floatHide{overflow:hidden;width:30px; height:30px;font-size:13px;float:right; color:#808080; line-height:50px;text-align:left;position:absolute;right:10px;top:10px;}
#online_qq_tab #floatHide i{width:20px;height:20px;display:flex;position:relative;flex-direction:column;justify-content:center;align-items:center;}
#online_qq_tab #floatHide i:before,
#online_qq_tab #floatHide i:after{
content:'';display:inline-block;background:#999;width:20px;height:2px;margin:2px 0;
}
#online_qq_tab #floatHide i:before{transform:rotate(45deg) translate(4px,0px);-webkit-transform:rotate(45deg) translate(4px,0px);}
#online_qq_tab #floatHide i:after{transform:rotate(-45deg) translate(4px,0px);-webkit-transform:rotate(-45deg) translate(4px,0px);}

#online_qq_tab #floatShow:hover,#online_qq_tab #floatHide:hover{text-decoration:none;}

#onlineService{display:inline;width:300px; overflow: hidden;display:none;background: #fff; font-size:12px;box-shadow:0 0 13px 0 rgba(151,151,151,0.5);-webkit-box-shadow:0 0 13px 0 rgba(151,151,151,0.5);border-top:none;}
#online_qq_layer .inquiry .main_more{border-width:1px;margin-top:0;}
#online_qq_layer .inquiry .main_more input{margin-top:0;padding-left:15px;padding-right:15px;height:36px;line-height:36px;font-size:12px;}
#onlineService .title{display:block;font-size:28px;padding:20px 40px 0 20px;line-height:32px;background:#fff;text-transform:capitalize;margin-bottom:0;font-family:'PlayfairDisplay';color:#333;}
#onlineService .title b{color:#1c7f7b;font-family:'PlayfairDisplay';}
#onlineService .text{ margin-bottom:10px; color:#808080; line-height:20px; font-size:12px;}
.i_message_inquiry .inquiry { padding:20px;padding-top:10px;}

.i_message_inquiry .inquiry .form-control{ border:1px solid #e5e5e5; background:none; line-height:50px;height:50px; color:#808080; font-size:12px;width:100%;box-shadow:none;padding-left:45px;border-radius:25px;}
.i_message_inquiry .inquiry .form-control:focus{color:#333;background:#fafafa;border-color:#1c7f7b;}
.i_message_inquiry .inquiry .input-group{  background:#fff; height:32px; margin-bottom:10px;width:100%;border:none;}
.i_message_inquiry .inquiry .input-group span{display:block;position:relative;}
.i_message_inquiry .inquiry .input-group span:before{content:'*';color:red;position:absolute;right:10px;top:10px;z-index:2;}
.i_message_inquiry .inquiry .input-group span.ms_n input{background-image:url(../images/mes_n.png);background-position:15px 20px;background-repeat:no-repeat;}
.i_message_inquiry .inquiry .input-group span.ms_p input{background-image:url(../images/mes_p.png);background-position:15px 15px;background-repeat:no-repeat;}
.i_message_inquiry .inquiry .input-group span.ms_e input{background-image:url(../images/mes_e.png);background-position:15px 15px;background-repeat:no-repeat;}
.i_message_inquiry .inquiry .input-group span.ms_n input{background-image:url(../images/mes_n.png);background-position:15px 15px;background-repeat:no-repeat;}
.i_message_inquiry .inquiry .input-group span.ms_m .form-control{height:80px;padding-top:10px;line-height:20px;background-image:url(../images/mes_m.png);background-position:15px 10px;background-repeat:no-repeat;}
.i_message_inquiry .inquiry .input-group span.ms_p:before,.i_message_inquiry .inquiry .input-group span.ms_n:before{display:none;}

/*service*/
.online_section{position:fixed;z-index:99999999;top:200px;right:-220px;transition:all .3s ease;}
.online_section ul li{border-radius:25px 0 0 25px;list-style:none;width:260px;height:40px;color:#fff; padding-left:50px; margin-bottom:3px;transition:all .5s ease;overflow:hidden; margin-bottom:3px; line-height:40px; font-size:12px;border:2px solid rgba(255,255,255,0.2);background:#1c7f7b;background-repeat:no-repeat;}
.online_section ul li a{ line-height:40px; font-size:12px; color:#fff;}
.online_section .online_p{background-image:url(../images/right_p.png);background-position:8px 8px;}
.online_section .online_e{background-image:url(../images/right_e.png);background-position:8px 8px;background-color:#1c7f7b;border-color:rgba(255,255,255,0.2);}
.online_section .online_s{background-image:url(../images/right_s.png);background-position:8px 8px;background-color:#1c7f7b;border-color:rgba(255,255,255,0.2);}
.online_section .online_w{background-image:url(../images/right_w.png);background-position:8px 8px;}
.online_section .online_code{background-image:url(../images/right_code.png);background-position:8px 8px;}
.online_section .online_code p{ padding-left:0; font-size:12px;margin:0;}
.online_code .image{width:100px; padding:5px 10px 10px;}
.online_code .image img{max-width:150px;height:150px; vertical-align:bottom;display:inline-block;}
.online_code .image p{display:inline-block; vertical-align:bottom;font-size:12px;padding-left:10px;}

.online_section .online_e a,.online_section .online_s a{color:#fff;}
@media only screen and (max-width: 768px) {.online_section{display:none;}}

.mobile_nav{position:fixed;left:0;bottom:0;width:100%;padding:10px 0;display:none;z-index:999999;box-shadow:0 0 10px 0 rgba(255,255,255,0.4);-webkit-box-shadow:0 0 15px 0 rgba(255,255,255,0.4);border-radius:2px 2px 0 0;background:#fff;border-top:1px solid #eee;
}
.mobile_nav a{display:inline-block;width:20%;padding:0 10px;float:left;text-align:center;color:#1c7f7b;}
.mobile_nav a i{font-size:16px;}
.mobile_nav a p{color:#0d0d0d;padding-top:5px;font-size:12px;text-transform:uppercase;line-height:12px;margin:0;}
.mobile_nav a:nth-child(3){float:right;}
.mobile_nav a:nth-child(4){float:right;}

@media only screen and (max-width: 992px){
	#service{display:none;}
	#onlineService01{width:150px;}
	.onlineMenu .call-top{padding:8px 5px;}
	.onlineMenu .call-top p{font-size:16px;}
	.onlineMenu ul{padding:10px;}
	.onlineMenu .call>p{padding-left:20px;font-size:13px;}
	.onlineMenu .call>p a{font-size:13px;}
	.onlineMenu .call>p.ser01,.onlineMenu .call>p.ser02,.onlineMenu .call>p.ser03,.onlineMenu .call>p.ser04,.onlineMenu .call>p.ser05{background-size:12px;}
	.back_top{right:0;bottom:120px;width:40px;height:40px;}
	.back_top:before{font-size:20px;line-height:36px;}
}

@media only screen and (max-width: 768px) {
	#online_qq_layer{right:0;}
	#onlineService{ width:100%;}
	#online_qq_layer{ width:100%;bottom:0;}
	#online_qq_tab{ width:100%;}
	#online_qq_tab #floatShow{ background:#1c7f7b url(../images/mobile-inq.png) no-repeat center center;border-radius:0;margin-right:0; width:50px; height:50px; position:absolute;left:50%;bottom:10px;margin-left:-25px;border:2px solid #fff;padding:0;box-shadow:none;border-radius:50%;text-indent:-999999px;z-index:9999999999;}
	#online_qq_tab #floatShow i{display:none;}
	#online_qq_tab #floatShow span{ display:none;}
	.mobile_nav{display:block;}
	.footer-bottom{padding-bottom:70px;}
	#onlineService .i_message_inquiry .main-more input{padding:8px 20px;}
	.i_message_inquiry .inquiry{padding:15px 10px;}
	#onlineService .title{padding:10px 15px;font-family:'poppins semibold';font-size:16px;line-height:24px;}
	#onlineService .title b{font-family:'poppins semibold';}
}
@media only screen and (max-width: 375px) {
	.mobile_nav a p{text-transform:capitalize;}
}


/*page*/

.page_banner{position:relative;z-index:10;background:#fff;text-align:center;overflow:hidden;}
.page_banner img{max-width:100%;height:auto;width:100%;}
.page_banner .attachment_line_top{top:auto;bottom:-1px;background-image: url(../images/wave02.png);}
.page_section{position:relative;z-index:15;padding-bottom:0;padding-top:0;background:#f7f7f7 url(../images/cat_bg01.jpg) no-repeat left bottom;}
.page_section:before{background:linear-gradient(180deg, rgba(0,0,0,0) 10%, #fff 90%);position:absolute;left:0;bottom:0;width:100%;height:60%;content:'';z-index:-1;display:block;}
.page_column{border-radius:0;padding:50px 30px;background:#fff;box-shadow:0 0 20px 2px rgba(0,0,0,0.05);position:relative;top:-90px;}
/*.page_section:after{content:'';width:100%;height:180px;position:absolute;left:0;bottom:0;z-index:-1;
	background-image: -moz-linear-gradient(top, rgba(250,250,250,1), rgba(255,255,255,1));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(250,250,250,1)), color-stop(1, rgba(255,255,255,1)));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#ffffff', GradientType='0');
	background:linear-gradient(to bottom, rgba(250,250,250,1), rgba(255,255,255,1));
}
.page_banner .container{position:relative;}
.page_column{position:relative;top:-20px;z-index:9999999;background:#ffffff;box-shadow:0 0 20px 1px rgba(0,0,0,0.05);padding:50px 30px;border-radius:5px;}*/
.page_section .main_title{margin-bottom:15px;}
.breadcrumb{border-radius:0;text-transform:capitalize;text-align:center;margin:0;color:#808080;padding:0 0 30px 0;width:100%;position:relative;z-index:5;margin-bottom:0;font-size:12px; vertical-align:middle;margin-bottom:0px;border-radius:0;background:none;margin-bottom:30px;}
.breadcrumb .bread_right{padding-top:0;display:flex;align-items:center;justify-content:center;}
.breadcrumb .bread_right > i{margin:0 8px;display:inline-block;color:#808080;}
.breadcrumb a.home i{display:inline-block;-webkit-mask-image:url(../images/icon_home.png);width:16px;height:16px;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100%;background-image:linear-gradient(135deg, #1c7f7b 0%, #1c7f7b 100%);transition:all .5s; vertical-align:middle;margin-right:5px;}
.breadcrumb a{color:#1c7f7b;font-size:12px;display:inline-block;}
.breadcrumb a:hover{color:#1c7f7b;}
.breadcrumb h2{margin:0;display:inline-block;padding:0;font-size:12px;max-width:300px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-wrap:normal;color:#808080;}
.single-page .text{font-size:14px;line-height:28px;}
.single-page .text img{max-width:100%;height:auto;}
.single-page .text a:hover{color:#1c7f7b;}

.page_info_title h6{display:inline-block;margin:0;font-size:36px;color:#333;text-transform:capitalize;line-height:42px;position:relative;}
.single_con_left{padding-left:0;padding-right:50px;}

.page_title{display:block;position:relative;margin-bottom:20px;border-bottom:2px dashed #eee;padding-bottom:10px;}
.page_title h6{display:inline-block;position:relative;z-index:1;color:#4d4d4d;font-family:'PlayfairDisplay';margin:0;font-size:32px;line-height:34px; vertical-align: middle;}
.page_title i{color:#fff;width:28px;height:28px;border-radius:50%;box-shadow:0 2px 5px 1px rgba(49,176,58,0.2);display:inline-block;text-align:center;font-size:16px;line-height:28px;margin-right:10px; vertical-align:middle;background:#1c7f7b;}

.page_footer{padding-top:60px;}

.page_nav{list-style:none;margin-bottom:40px;text-align:center;display:flex;align-items:center;justify-content:center;background:#f7f7f7;border-radius:0;margin-top:-35px;position:relative;z-index:10;}
.page_nav li{display:inline-block;margin-bottom:0;padding:0 2px;min-width:200px;float:left;}
.page_nav li:first-child{border-color:#f7f7f7;}
.page_nav li a{display:block;padding:10px 10px;transition:all .5s;border-radius:0;display:flex;align-items:center;justify-content:center;}
.page_nav li a i{width:36px;height:36px;display:inline-block;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100%;background-image:linear-gradient(135deg, #808080 0%, #808080 100%);transition:all .5s;transition:all .5s;}
.page_nav li a p{color:#333333;font-size:14px;padding-left:10px;line-height:24px;font-family:'poppins semibold';text-transform:capitalize;transition:all .5s;margin:0;transition:all .5s;}
.page_nav li a:hover , .page_nav li.active a{background:#1c7f7b;box-shadow:0 0 15px 1px rgba(0,0,0,0.05);text-decoration:none;}
.page_nav li a:hover i, .page_nav li.active a i{background-image:linear-gradient(135deg, #ffffff 0%, #ffffff 100%);}
.page_nav li a:hover p, .page_nav li.active a p{color:#fff;}


@media only screen and (max-width: 768px) {
	.page_banner .attachment_line_top{display: none;}
	.page_column{top:0;border-radius:0;padding:30px 15px;}
	.page_section{padding:10px 0 40px 0;}
	.breadcrumb{padding-bottom:0;}
	.breadcrumb .main_title{float:none;}
	.breadcrumb a , .breadcrumb > i , .breadcrumb h2{font-size:12px;}
	.page_info_title{float:none;}
	.page_info_title h6{font-size:28px;line-height:30px;}
	.breadcrumb .bread_right{float:none;justify-content:center;}
	.page_title h6{font-size:22px;line-height:28px;}
	.page_nav{display:block;border-radius:0;margin:0;}
	.page_nav li{float:left;width:33.33%;min-width:inherit;}
	.page_nav li a{padding:8px 5px;font-size:12px;display:block;border-radius:5px;}
	.page_nav li a p{padding:0;font-size:12px;}
}

.contact_list{list-style:none;padding:0;text-align:center;padding-top:0;padding-bottom:50px;margin-top:-20px;}
.contact_list > .text{margin-bottom:20px;line-height:20px;font-size:12px;color:#808080;}
.contact_list li{position:relative;z-index:2;text-align:center;}
.contact_list li .column{transition:all .5s;display:block;border-radius:2px;background:#f7f7f7;padding:30px 20px;position:relative;transition:all .5s;}
.contact_list li:hover .column{background:#fff;box-shadow:0 5px 9px rgba(0,0,0,0.08);-webkit-box-shadow:0 5px 9px rgba(0,0,0,0.08);-moz-box-shadow:0 5px 9px rgba(0,0,0,0.08); transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0);}
.contact_list li .column:before,
.contact_list li .column:after{
	content:'';
	display:block;
	position:absolute;
	top:-2px;
	left:-2px;
	right:-2px;
	bottom:-2px;
	transition:all .5s;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	border-radius:2px;
}
.contact_list li .column:before{
	border-top:2px solid #1c7f7b;border-bottom:2px solid #1c7f7b;transform-origin:0 0;-webkit-transform-origin:0 0;transform:scale(0,1);-webkit-transform:scale(0,1);
}
.contact_list li .column:after{
	border-left:2px solid #1c7f7b;border-right:2px solid #1c7f7b;transform-origin:100% 0;-webkit-transform-origin:100% 0;transform:scale(1,0);-webkit-transform:scale(1,0);
}
.contact_list li:hover .column:before,
.contact_list li:hover .column:after{
	border-color:#1c7f7b;
	transform:scale(1);
	-webkit-transform:scale(1);
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.contact_list li:hover .column:after{transition-delay:.15s;-webkit-transition-delay:.15s;}
.contact_list li .icon{position:relative;z-index:2;width:60px;height:60px;border-radius:50%;margin-bottom:15px;text-align:center;display:inline-block;padding:0;padding-top:10px;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;background:#1c7f7b;}
.contact_list li:hover .icon{
	-moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
    filter:FlipH; transform: rotateY(180deg);
}
.contact_list li .text{}
.contact_list li a:hover{color:#1c7f7b;}
.contact_list li span{display:block;width:40px;height:40px;display:inline-block;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100%;background-image:linear-gradient(135deg, #ffffff 0%, #ffffff 100%);transition:all .5s;}
.contact_list .title{display:block;color:#333;font-size:16px;line-height:24px;text-transform:capitalize;font-family:'poppins semibold';margin-bottom:15px;position:relative;z-index:2;}
.contact_list p ,.contact_list a{margin:0;margin-bottom:2px;font-size:13px;line-height:24px;position:relative;z-index:2;}

.map{margin-top:40px;}

@media only screen and (max-width: 768px) {
	.contact_list{margin-bottom:20px;}
	.contact_list li.con_title > em{font-size:24px;line-height:28px;margin-bottom:10px;}
	.contact_list li{margin-bottom:0;padding:0;border-right:none;text-align:left;padding-bottom:15px;}
	.contact_list li > .column{min-height:inherit;padding:15px;}
	.contact_list li .icon{width:50px;height:50px;float:left;margin-right:10px;}
	.contact_list li span{width:32px;height:32px;}
	.contact_list li .text{padding-left:15px;}
	.page_title{margin-bottom:15px;}
	.page_title em{font-size:24px;line-height:28px;}
	.contact_list .title{font-size:14px;margin-bottom:0;}
	.contact_list p , .contact_list a{font-size:12px;}
}
@media only screen and (max-width: 480px) {
	.contact_list li .box{padding:15px;}
}
.page_con_column{padding:0;padding-left:50px;}
.con_main{margin-top:0;}
.con_main .text{font-size:14px;line-height:24px;}

.page_section .send_column{padding-right:0;position:relative;z-index:2;box-shadow:none;padding:0;}
.page_section .send_column #email_form{box-shadow:none;height:auto;padding:30px 20px;box-shadow:0 0 10px 2px rgba(0,0,0,0.05);}
.page_section .send_column .text{color:#808080;font-size:12px;line-height:24px;}
.page_section .send_column ul{padding-top:25px;list-style:none;}
.page_section .send_column ul li{margin-bottom:20px;}
.page_section .send_column ul li p{margin:0;margin-top:0;font-size:12px;margin-bottom:0;padding:10px 15px;border:1px solid #d9d9d9;background:#fafafa;border-radius:25px;text-align:left;}
.page_section .send_column ul li p:before{margin-right:10px;color:#b4b4b4;content:"\f0ca";font-family:'FontAwesome';font-size:14px;}
.page_section .send_column ul li p a{color:red; text-decoration:underline;font-size:12px;display:inline-block;}
.page_section .send_column ul li span{display:block;position:relative;}
.page_section .send_column ul li span:after{content:'*';color:red;position:absolute;right:10px;top:5px;z-index:2;font-size:14px;}
.page_section .send_column ul li span:before{content:'';position:absolute;width:50px;height:50px;display:inline-block;background-position:center center;background-repeat:no-repeat;}
.page_section .send_column ul li span.ms_e:before{background-image:url(../images/mes_e.png);}
.page_section .send_column ul li span.ms_p:before{background-image:url(../images/mes_p.png);}
.page_section .send_column ul li span.ms_n:before{background-image:url(../images/mes_n.png);}
.page_section .send_column ul li span.ms_m:before{background-image:url(../images/mes_m.png);height:50px;}
.page_section .send_column ul li span.ms_p:after{display:none;}
.page_section .send_column ul li span.ms_n:after{display:none;}

.page_section .send_column ul li input{border:1px solid #e5e5e5; background:#fff; line-height:50px;height:50px; color:#808080; font-size:12px;width:100%;box-shadow:none;padding-left:50px;border-radius:25px;font-family:'poppins';}
.page_section .send_column ul li textarea{height:100px;background:#fff;width:100%;max-width:100%;max-height:100px;font-family:'poppins';font-size:12px;padding:10px 10px 10px 50px;color:#808080;border:none;border:1px solid #e5e5e5;border-radius:25px;}
.page_section .send_column ul li input:focus,
.page_section .send_column ul li textarea:focus{color:#333;border-color:#1c7f7b;}
.page_section .send_column ul li input:-ms-input-placeholder{color:#808080;}/* Internet Explorer 10+ */ 
.page_section .send_column ul li input::-webkit-input-placeholder{color:#808080;}/* WebKit browsers */
.page_section .send_column ul li input::-moz-placeholder{color:#808080;}/* Mozilla Firefox 4 to 18 */ 
.page_section .send_column ul li input:-moz-placeholder{color:#808080;}/* Mozilla Firefox 19+ */ 

.page_section .send_column ul li textarea:-ms-input-placeholder{color:#808080;}/* Internet Explorer 10+ */ 
.page_section .send_column ul li textarea::-webkit-input-placeholder{color:#808080;}/* WebKit browsers */
.page_section .send_column ul li textarea::-moz-placeholder{color:#808080;}/* Mozilla Firefox 4 to 18 */ 
.page_section .send_column ul li textarea:-moz-placeholder{color:#808080;}/* Mozilla Firefox 19+ */ 

.page_section .send_column .main_more{margin-top:0;}

.contact_sns{padding-right:0;margin-top:30px;}
.contact_sns .text{margin-bottom:15px;font-size:13px;color:#808080;line-height:20px;}
.contact_sns a{display:inline-block;margin:5px;transition:all .5s;width:40px;height:40px;border-radius:50%;transition:all .5s;text-align:center;padding:12px 0;}
.contact_sns a:hover{
	-moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
    filter:FlipH; transform: rotateY(180deg);
	box-shadow:0 0 10px 2px rgba(0,0,0,0.03);
}
.contact_sns a i{width:18px;height:18px;display:inline-block;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100%;background-image:linear-gradient(135deg, #ffffff 0%, #ffffff 100%);transition:all .5s;}
.contact_sns a.con_sns_f{background:#006dbf;}
.contact_sns a.con_sns_t{background:#00acf0;}
.contact_sns a.con_sns_l{background:#006dc0;}
.contact_sns a.con_sns_y{background:#dd332c;}
.contact_sns a.con_sns_b{background:#ff6600;}
.contact_sns a.con_sns_p{background:#cb1f26;}
.contact_sns a.con_sns_v{background:#5e82a9;}

@media only screen and (max-width: 992px) {
	.single_con_column{width:100%;padding:0;}
	.contact_list{margin-bottom:0;padding:0;}
	.page_section .mes_box{display:block;padding:0;margin-top:20px;width:100%;}
	.page_con_column{padding:0;padding-top:30px;width:100%;}
	.con_main{padding:0;}
	.page_section .send_column{width:100%;padding-top:30px;padding-left:0;}
	.page_section .send_column ul li{padding:0;}
}
@media only screen and (max-width: 768px) {
	.single_con_column .send_box{display:block;width:100%;}
	.message{z-index:9999;}
	.map{border:none;padding:0;}
	.page_section .mes_box .column .text{font-size:13px;}
	.page_section .send_column #email_form{padding:0px;box-shadow:none;}
}

/*left*/
.page-left{width:24%;float:left;margin-top:0;}
.page-left .fot_title{display:block;position:relative;margin-bottom:10px;background:#fff;}
.page-left .fot_title em{display:block;position:relative;z-index:1;color:#333;font-size:26px;font-family:'PlayfairDisplay';text-transform:capitalize;}
.page-left .fot_title em:before{content:'';margin-left:0;display:inline-block;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100%;width:25px;height:26px;transition:all .5s; vertical-align:middle;margin-right:5px;margin-top:-4px;-webkit-mask-image:url(../images/icon_box.png);background-image:linear-gradient(135deg, #1c7f7b 0%, #1c7f7b 100%);}


.page-left .left-cat .fot_title em:before{-webkit-mask-image:url(../images/icon_list.png);float:right;margin-top:10px;margin-right:0;background-image:linear-gradient(135deg, #fff 0%, #fff 100%);}
.page-left .left-cat .fot_title{padding:5px 15px;margin-bottom:2px;background:#1c7f7b;}
.page-left .left-cat .fot_title em{color:#fff;}

.page-left .left_title .column_icon_toggle {display: none;}

.page-left .left-cat .fot_title>span i.icon:before{content:"\f0ca";font-family:FontAwesome;}
.page-left .left-cat .fot_title:before,.page-left .left-cat .fot_title:after{display:none;}
ul.mtree{opacity: 0;margin-left: 0;}
ul.mtree>li {list-style: none; position:relative; margin-bottom:2px;}
ul.mtree>li>a{font-size:14px;padding:10px 0;padding-left:14px;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
ul.mtree a {display: block;font-size:12px; color:#555555;-moz-transition: all 0s;-o-transition: all 0s;-webkit-transition: all 0s;transition: all 0s;padding:10px 0;line-height:22px; padding-right:30px;background:#f6f6f6;}
ul.mtree li ul a{ padding:6px 10px; padding-right:30px;}
ul.mtree ul li:last-child a{ border:none;}
ul.mtree.transit > li.mtree-open>b:before,
ul.mtree .mtree-level-1 li.mtree-open>b:before{
	content:"\f106";font-family:FontAwesome; float:right; font-size:18px; color:#1c7f7b; font-style:normal;  position:absolute;  right:0; top:0; width:30px; height:40px;line-height:40px; text-align:center;z-index:99;
}
ul.mtree .mtree-level-1 li.mtree-open>b:before{color:#1c7f7b;}

ul.mtree.transit li.mtree-closed>b:before,
ul.mtree .mtree-level-1 li.mtree-closed>b:before {
	content:"\f107";font-family:FontAwesome; float:right; font-size:18px; color:#333; font-style:normal;  position:absolute;  right:0; top:0; width:30px; height:40px; line-height:40px; text-align:center;z-index:99;
}
ul.mtree.transit > li:hover.mtree-closed>b:before{color:#1c7f7b;}

ul.mtree li ul a li a{ padding-left:20px;}
ul.mtree>li:hover>a{ color:#1c7f7b;}
ul.mtree>li.mtree-node a ul a{ font-size:12px;}
ul.mtree>li.mtree-open{color:#1c7f7b ;padding-bottom:0;background:#fafafa;}
ul.mtree>li.mtree-open>a{color:#1c7f7b;font-family:'poppins semibold';}
ul.mtree>li.mtree-node:hover>a{color:#1c7f7b;}
ul.mtree .mtree-level-1 li.mtree-closed>span{color:#1c7f7b;text-decoration:none;}

ul.mtree ul {  background:#f7f7f7;border:none;padding:5px;}
ul.mtree ul li{list-style:none; position:relative;}
ul.mtree ul li a{display:block;color:#777;font-size:14px;}
ul.mtree>li>ul>li>a{ font-size:14px !important;font-weight:normal;font-family:'poppins';position:relative;transition:all .5s;padding-top:8px;padding-bottom:8px;padding-left:10px;padding-right:10px;border-bottom:1px dotted #ddd;background:#fff;}
ul.mtree>li>ul>li>a:hover{color:#1c7f7b;text-decoration:none;padding-left:16px;} 
ul.mtree>li>ul>li>a:before{content:'';position:absolute;left:-12px;top:18px;display:inline-block;height:1px;width:12px;background:#5eae20;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;transition:all .5s;}
ul.mtree>li>ul>li>a:hover:before{left:0;filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}

ul.mtree>li>ul>li>a i{ color:#ccc; font-size:12px; margin-right:10px; margin-left:6px;}
ul.mtree>li>ul>li>a:before{content:"";}
ul.mtree ul li:hover a{color:#1c7f7b;}
ul.mtree li ul li.mtree-open a{color:#1c7f7b;text-decoration:none;}
ul.mtree .mtree-level-2{ margin-top:0px; border:none; padding:0px; margin-bottom:0; background:#fff;border-bottom:1px solid #eee;}
ul.mtree li ul.mtree-level-2 li a{color:#808080;font-weight:normal;font-size:12px; padding-left:10px;background:#fff;}
ul.mtree .mtree-level-2 li a:hover{text-decoration:underline;color:#1c7f7b;font-weight:normal;}
ul.mtree.jet ul {margin-left: 0;}
ul.mtree.jet li {margin-bottom: 1px;}
ul.mtree.jet li:last-child {margin-bottom: 0px;}
ul.mtree.jet li:first-child {margin-top: 1px;}
ul.mtree.jet li.mtree-active a {background: #e5e5e5;}
ul.mtree.jet li.mtree-active li:last-child > a {border-radius: 0px 0px 3px 3px;}
ul.mtree.jet li.mtree-active > a {background: #008cba;color: #FFF; border-radius: 3px 3px 0px 0px;}
ul.mtree.jet li > a:hover { background: #FFC000;color: #FFF;}
ul.mtree.jet a { padding: 5px 0px 5px 1em;}
ul.mtree.jet li li > a { padding-left: 2em;}
ul.mtree.jet li li li > a {padding-left: 3em;}
ul.mtree.jet li li li li > a {padding-left: 4em;}
ul.mtree.jet li li li li li > a {padding-left: 5em;}
ul.mtree a:hover{text-decoration:none;}
.mtree-skin-selector{ display:none !important}
ul.mtree li ul.mtree-level-2 li.mtree_all a{font-family:'Gilroy_bold';text-transform:uppercase;color:#4d4d4d;}
ul.mtree li ul.mtree-level-2 li.mtree_all a:hover{color:#1c7f7b;}

/*hot_pro*/
.left-pro{margin-top:30px;}
.left-pro ul{border:2px solid #f5f5f5;padding:20px 15px 15px 15px;border-radius:10px;}
.left-pro ul li{background:#fff; list-style:none;margin-bottom:10px;transition:all .5s;padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid #eee;}
.left-pro ul li:last-child{ margin-bottom:0px;border-bottom:0;}
.left-pro ul li .main{width:60%;float:left;padding-left:10px;}
.left-pro ul li .title{margin:0;margin-bottom:10px;}
.left-pro ul li .title a{font-size:14px;line-height:20px;max-height:60px;display:block;overflow:hidden;}
.left-pro ul li .title a:hover{color:#1c7f7b;}
.left-pro ul li .image{ float:left; width:40%;transition-duration: 0.6s;transition-timing-function: ease-out; overflow:hidden;position:relative;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.left-pro ul li .image a{position:absolute;left:0;top:0;width:100%;height:100%;display:block;z-index:5;}
.left-pro ul li .image img{
	max-width:100%;height:auto;display:block;position:relative;-webkit-transition:all var(--transition-time,800ms);
	-o-transition:all var(--transition-time,800ms);
	transition:all var(--transition-time,800ms);
}
.left-pro ul li:hover .image img{-webkit-transform:scale(var(--scale-multiplier,1.05));
	-ms-transform:scale(var(--scale-multiplier,1.05));
	transform:scale(var(--scale-multiplier,1.05));}
.left-pro ul li .image .icon{position:absolute;left:50%;top:50%;margin-left:-20px;margin-top:-20px;background:#5eae20;width:40px;height:40px;border-radius:50%;transition:all .5s;text-align:center;padding:12px 0;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}
.left-pro ul li:hover .image .icon{filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
.left-pro ul li .image .icon p{display:inline-block;-webkit-mask:url(../images/icon_plus.png);-webkit-mask-repeat:no-repeat;width:14px;height:14px;-webkit-mask-size:100%;background-image:linear-gradient(135deg, #fff 0%, #fff 100%);transition:all .5s;}
.left-pro ul li:hover .image .icon p{-webkit-animation:spin .6s ease-out;animation:spin .6s ease-out;background-image:linear-gradient(135deg, #ffffff 0%, #ffffff 100%);}
.left-pro .page_more{font-size:12px;}

.page-right{width:76%;padding-left:50px;float:right;}

@media only screen and (max-width: 992px){
	.page-title em{font-size:24px;}
	.page-left{width:100%;float:none;margin-top:30px;}	
	.left-pro,.left-con,.left-video,.left-solu,.left-work{margin-top:0;padding:0;border:none;}
	.page-left .fot_title{margin-bottom:10px;margin-bottom:0;padding:5px 10px;border-radius:5px;background:#1c7f7b;box-shadow:0 0 5px 1px rgba(28,127,123,0.2);}
	.page-left .fot_title>em{margin:0;font-size:14px;color:#fff;padding:0;line-height:24px;font-family:'poppins semibold';text-transform: capitalize;}
	.page-left .fot_title em:before{background-image:linear-gradient(135deg, #fff 0%, #fff 100%);margin-top:0;}
	.page-left .fot_title .icon-minus-sign:before,.page-left .fot_title .icon-minus-sign:after,.page-left .fot_title .icon-plus-sign:before,.page-left .fot_title .icon-plus-sign:after{background:#fff;}
	.page-left .fot_title>span{display:none;}
	.page-left .fot_title .column_icon_toggle{display: inline-block;position: absolute;right:15px;top:13px;font-style:normal;cursor:pointer;font-size:14px;font-weight:normal;}
	.page-right{width:100%;padding:0;float:none;}
	.left-cat{margin-bottom:10px;}
	.page-left .left-cat .fot_title em{font-size:14px;}
	.page-left .left-cat .fot_title em:before{float:none;margin-top:0;margin-right:5px;background-image:linear-gradient(135deg, #fff 0%, #fff 100%);}
}


/*sitemap*/
.sitemap{width:100%;}
.stp-listA>li{text-transform:capitalize;margin-bottom:5px;list-style:none;background:#fafafa;border-radius:2px;}
.stp-top{width:100%;background:#f2f2f2;padding:10px 20px;border-radius:2px;}
.stp-top .page_info_title{font-size:16px;line-height:24px;display:block;text-transform:capitalize;background-repeat:no-repeat;background-position:90% center;transition:all .5s;padding-right:20px;font-family:'poppins semibold';}
.stp-top .page_info_title:before{display:none;}
.stp-top .page_info_title:hover{text-decoration:none;color:#1c7f7b;padding-left:2px;}
.stp-top .page_info_title:after{content:'';margin-left:0;display:inline-block;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100%;background-image:linear-gradient(135deg, #1c7f7b 0%, #1c7f7b 100%);-webkit-mask-image:url(../images/icon_right.png);width:10px;height:18px;transition:all .5s; vertical-align:middle;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}
.stp-top .page_info_title:hover:after{filter:alpha(opacity=100);-moz-opacity:1;opacity:1;margin-left:5px;}
.stp-listB{display:block;padding:15px;border-top:none;padding:20px;list-style:none;}
.stp-listB>li{width:25%;padding:8px 10px;float:left;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;}
.stp-listB>li>a{font-size:13px;line-height:22px;display:block;color:#4d4d4d;font-family:'poppins semibold';text-transform:capitalize;}
.stp-listB>li>a i{padding-right:5px;}
.stp-listB>li:hover>a{color:#1c7f7b;}
.stp-listB li .stp-listC{width:100%;padding-top:15px;list-style:none;}
.stp-listB li .stp-listC li{width:100%;margin-bottom:8px;}
.stp-listB li .stp-listC li a{color:#808080;font-size:12px;-webkit-transition:all var(--transition-time,500ms);
	-o-transition:all var(--transition-time,500ms);
	transition:all var(--transition-time,500ms);}
.stp-listB li .stp-listC li a i{padding-right:5px;}
.stp-listB li .stp-listC li a:hover{color:#1c7f7b;padding-left:5px;}


@media only screen and (max-width: 768px){
	.stp-listB>li{width:50%;padding:4px 0;}
	.stp-top{padding:15px;}
	.stp-top .page_info_title{font-size:16px;line-height:24px;}
	.stp-listB{border-width:1px;padding:20px 15px;}
	.stp-listB li .stp-listC{border-bottom:1px solid #eee;}
	
}
@media only screen and (max-width: 400px){
	.stp-listB li{width:100%;margin-right:0;margin-bottom:2%;}
}


/*page-number*/
.page_num{width:100%;margin:20px auto 0 auto;text-align:center;}
.page_num span{display:inline-block;color:#1c7f7b;background:#f7f7f7;font-size:14px;text-transform:capitalize;padding:2px 15px;vertical-align:middle;line-height:36px;transition:all .5s;position:relative;border-radius:5px;font-family:'poppins semibold';}
.page_num span:after{position:absolute; left:0px; bottom:0px; height:3px; width:100%; background:#1c7f7b; content:'';}
.page_num a{background:#f7f7f7;padding:2px 15px;display:inline-block;text-transform:capitalize;font-size:14px;position: relative;z-index: 0; vertical-align:middle;line-height:36px;transition:all .5s;color:#555;border-radius:5px;}
.page_num a:hover{background:#1c7f7b;text-decoration:none;color:#fff;border-color:#1c7f7b;}
.page_num a i{line-height:36px;}
.page_num p{display:block;font-size:12px;margin-top:10px;font-family:'poppins';width:100%;}
.page_num p:before{content:'[';padding-right:3px;}
.page_num p:after{content:']';padding-left:3px;}
.page_num p strong{display:inline-block;margin:0 5px;font-weight:normal;color:#1c7f7b;}

@media only screen and (max-width: 768px) {
	.page_num{text-align:center;margin-top:10px;}
	.page_num span,.page_num a{font-size:12px;padding:0 12px;line-height:28px;}
	.page_num a i{line-height:28px;}
	.page_num p{width:100%;margin-top:15px;}
}

/*page-turning*/
.navigation{width:100%;list-style:none;border-top:1px solid #efefef;margin-top:20px;padding-top:10px;}
.navigation li{width:calc(50% - 80px);float:left;text-align:left;}
.navigation li.next_post{float:right;text-align:right;}
.navigation li a{padding-top:20px;padding-bottom:20px;position:relative;display:block;transition:all .5s;}
.navigation li a:hover{text-decoration:none;}
.navigation li.prev_post a{padding-left:50px;}
.navigation li.next_post a{padding-right:50px;}
.navigation li a:before{
	font-family:'FontAwesome';font-size:16px;position:absolute;top:50%;width:40px;height:40px;line-height:39px;border-radius:50%;text-align:center;border:1px solid rgba(0, 0, 0, 0.1);box-shadow:0 2px 4px rgba(0, 0, 0, 0.06);transform:translateY(-50%);-webkit-transform:translateY(-50%);transition:all .5s;background-color:#fff;
}
.navigation li.prev_post a:before{left:0;content:"\f0d9";}
.navigation li.next_post a:before{right:0;content:"\f0da";}
.navigation li a:hover:before{background:#1c7f7b;color:#fff;}

.navigation li a .meta_nav{display:block;font-size:14px;text-transform:uppercase;color:#808080;margin-bottom:5px;line-height:20px;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;transition:all .5s;}
.navigation li a:hover .meta_nav{color:#1c7f7b;}
.navigation li a .post_title{font-size:14px;font-family:'poppins semibold';overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-wrap:normal;margin:0;transition:all .5s;}
.navigation li a:hover .post_title{color:#1c7f7b;}

@media only screen and (max-width: 992px) {
	.navigation li{width:calc(50% - 40px);}
}
@media only screen and (max-width: 768px) {
	.navigation{border:none;padding-top:0;margin-bottom:0;}
	.navigation li{width:100%;background:#f7f7f7;padding:0 10px;margin-bottom:10px;}
	.navigation li.prev_post a{padding-left:50px;}
	.navigation li.next_post a{padding-right:50px;}
	.navigation li a:before{width:40px;height:40px;line-height:40px;}
}

.news li{position:relative;list-style:none;border-radius:5px;margin-bottom:40px;transition:all .5s;}
.news li .image{float:left; width:30%;transition-duration: 0.6s;overflow:hidden;transition-timing-function: ease-out; position:relative;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.news li .image a{position:absolute;left:0;top:0;width:100%;height:100%;display:block;z-index:5;}
.news li .image img{max-width:100%;height:auto;display:block;transition:all .5s;}
.news li:hover .image img{-webkit-transform:scale(var(--scale-multiplier,1.05));
	-ms-transform:scale(var(--scale-multiplier,1.05));
	transform:scale(var(--scale-multiplier,1.05));
}
.news li .main{float:left;width:70%;padding:20px;border-radius:0;z-index:3;position:relative;top:20px;left:-10px;background:#f5f5f5;}
.news li .main .title{margin:0;margin-bottom:10px;margin-top:10px;}
.news li .title a{display: block;font-size:16px;line-height:28px;overflow:hidden;height:56px;}
.news li:hover .title a{color:#1c7f7b;text-decoration: none;}
.news li .text{color:#808080;font-size:12px;line-height:24px;max-height:48px;overflow:hidden;margin-bottom:0;}
.news li .main_more{margin-top:10px;}
.news li .main_more a{padding-left:15px;padding-right:15px;font-size:12px;height:32px;line-height:32px;font-family:'poppins';}


@media only screen and (max-width: 768px){
	.news li .main{padding-left:10px;}
	.news li .title a{font-size:16px;}
	.news li .text{height:44px;}
}
@media only screen and (max-width: 480px){
	.news li{margin-bottom:20px;}
	.news li .image{width:48%;}
	.news li .main{width:52%;top:10px;}
	.news li .main .title{margin-top:5px;}
	.news li .title a{font-size:12px;line-height:20px;max-height:60px;}
	.news li .text{height:20px;}
	.news li .page_more{display:none;}
	.news li .page_date{font-size:12px;}
}
.news_detail_info{text-align:left;}
.news_detail_info .news_detail_title{padding: 15px;background:#fafafa;}
.news_detail_info .news_detail_title h6{font-size:16px;display:block;color:#333;line-height:28px;margin-bottom:10px;margin-top:0;}
.news_detail_info .txt{font-size:14px;line-height:24px;margin-top:20px;text-align:left;}
.news_detail_info .txt img{max-width:100%;height:auto;}
.news_detail_info .txt a{color:#1c7f7b;}


/*blog*/
.left-blog{margin-bottom:30px;}
.left-blog ul{background:#eee;padding:10px;list-style:none;}
.left-blog ul li{margin-bottom:5px;}
.left-blog ul li a{display: block;font-size:12px;border-radius:2px;color:#555555;-moz-transition: all 0.5s;-o-transition: all 0.5s;-webkit-transition: all 0.5s;transition: all 0.5s;padding:8px 15px;line-height:24px;background:#fff;}
.left-blog ul li a:hover{background:#1c7f7b;color:#fff;text-decoration:none;}

.blog-archives{margin-bottom:30px;}
.blog-archives ul{list-style:none;}
.blog-archives ul li{margin-bottom:0;position:relative;border-bottom:1px solid #eee;}
.blog-archives ul li:before{content:'';width:3px;background:#1c7f7b;height:100%;position:absolute;left:0;top:0;transform: scaleX(0);transform-origin: 0 0 0;transition: all 0.4s ease 0s;}
.blog-archives ul li:hover:before{filter:alpha(opacity=100);-moz-opacity:1;opacity:1;visibility:visible;transform:scaleX(1);}
.blog-archives ul li a{padding:10px 5px;display:block;font-size:12px;transition:all .5s;line-height:24px;}
.blog-archives ul li:hover a{color:#1c7f7b;text-decoration:none;padding-left:15px;}

.blog-tags{margin-bottom:30px;}
.blog-tags ul{list-style:none;}
.blog-tags ul li{display:inline-block;margin:5px;}
.blog-tags ul li a{display:inline-block;border-radius:25px;background:#f7f7f7;padding:3px 15px;font-size:12px;line-height:24px;transition:all .5s;}
.blog-tags ul li a:hover{text-decoration:none;color:#fff;background:#1c7f7b;}

.blog_list{list-style:none;}
.blog_list > li{padding:20px;margin-bottom:30px;position:relative;transition:all .5s;background:#fafafa;border-radius:5px;transition:all .5s;}
.blog_list > li:hover{background:#fff;box-shadow:0 5px 9px rgba(0,0,0,0.08);-webkit-box-shadow:0 5px 9px rgba(0,0,0,0.08);-moz-box-shadow:0 5px 9px rgba(0,0,0,0.08); transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0);}
.blog_list li .image{display:block;overflow:hidden;margin-bottom:20px;}
.blog_list li .image img{
	max-width:100%;
	height:auto;
	-webkit-transition:all var(--transition-time,800ms);
	-o-transition:all var(--transition-time,800ms);
	transition:all var(--transition-time,800ms);
}
.blog_list li:hover .image img{
	-webkit-transform:scale(var(--scale-multiplier,1.05));
	-ms-transform:scale(var(--scale-multiplier,1.05));
	transform:scale(var(--scale-multiplier,1.05));
}
.blog_list li .title{margin-bottom:10px;margin-top:10px;}
.blog_list li .title a{font-size:16px;line-height:24px;color:#333;font-family:'poppins semibold';display:block;}
.blog_list li:hover .title a{color:#1c7f7b;text-decoration:none;}
.blog_list li .text{color:#808080;font-size:12px;line-height:24px;height:48px;overflow:hidden;margin-top:10px;}
.blog_list li .post_blog_tag{margin-bottom:10px;}
.blog_list li .main_more a{font-size:12px;padding-left:15px;padding-right:15px;line-height:32px;height:32px;}


.post_blog_tag{margin-top:20px;}
.post_blog_tag>p{display:inline-block;font-size:13px;text-transform:uppercase;font-family:'poppins semibold'; vertical-align:middle;padding-left:22px;background:url(../images/icon_tags.png) no-repeat left center;background-size:18px;margin:0;}
.post_blog_tag li{display:inline-block;margin:0 0 5px 5px;position:relative;border:none;padding:0;}
.post_blog_tag li a{display:inline-block;background:#fafafa;border:2px solid #eee;font-size:12px;border-radius:25px;line-height:20px;color:#4d4d4d;padding:3px 12px;transition:all .5s;}
.post_blog_tag li:hover a{box-shadow:0 2px 4px rgba(0, 0, 0, 0.06);text-decoration:none;background:#1c7f7b;color:#fff;border-color:#1c7f7b;}

@media only screen and (max-width: 992px) {
	.left-blog{padding:0;border:none;margin-bottom:10px;}
	.blog_list li .right{padding-left:65px;width:100%;}
	.left-blog .left_title{display:block;}
	.blog-list p, .blog-cat p{margin-bottom:15px;}
	.blog-list{border-bottom:1px solid #efefef;padding-bottom:10px;}
	.blog-archives , .blog-tags{margin-bottom:10px;}
}

@media only screen and (max-width: 768px) {
	.blog_list > li{padding:10px;}
	.blog_list > li:last-child{border-bottom:none;}
	.blog_list li .date{left:0;}
	.blog_list{border:none;}
	.blog_tag>p{display:block;}
	.blog_list li .right{padding-left:80px;}
	.blog_list li .main-more{padding:6px 20px;}
}

@media only screen and (max-width: 480px) {
	.blog_list li .date{position:inherit;width:100%;}
	.blog_list li .date span{border-radius:0;height:auto;width:auto;padding:0 20px;border-radius:25px;}
	.blog_list li .date>span p{display:inline-block;padding-left:5px;}
	.blog_list li .right{padding:0;padding-top:10px;}
	.blog_list li .more{letter-spacing:0;}
}

/*products*/
.pro_top .pro-img{padding:0;}
.pro_top .pro-img img{max-width:100%;height:auto;}
.pro-text{color:#333;background:#f7f7f7;padding:20px;margin-bottom:10px;border-radius:0;}
.pro-text .column{line-height:24px;font-size:12px;overflow:hidden;}
.pro-text img{max-width:100%;height:auto;}

.cbp-vm-switcher {width:100%;margin-bottom:30px;}
.cbp-vm-options {text-align:right;margin-bottom:0;margin-bottom:10px;}
.cbp-vm-options em{display:inline-block;float:left;font-family:'Gilroy_bold';font-size:20px;color:#4d4d4d;text-transform:uppercase;line-height:38px;}
.cbp-vm-options a {display: inline-block; vertical-align:middle;padding:10px;overflow: hidden;white-space: nowrap;border-radius:50%;color: #333;border:1px solid #efefef;margin-left:10px;float:right;}
.cbp-vm-options span{display:inline-block;float:right;font-size:12px;color:#ccc;}
.cbp-vm-options a:hover,.cbp-vm-options a.cbp-vm-selected {color: #fff;background:#1c7f7b;border-color:#1c7f7b;}
.cbp-vm-options a:before {font-size: 14px;text-align: center;display: inline-block;}

/* General list */
.cbp-vm-switcher>ul {list-style: none;padding: 0;}

/* Clear eventual floats */
.cbp-vm-switcher ul:before, 
.cbp-vm-switcher ul:after { 
	content: " "; 
	display: table; 
}
.cbp-vm-switcher ul:after { clear: both; }

.cbp-vm-switcher>ul>li {display: block;position: relative;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
.cbp-vm-image {position:relative;overflow:hidden;background:#fff;}
.cbp-vm-image .cbp-image-hover{display:block;position:absolute;left:0;top:0;width:100%;height:100%;transition:all .5s;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}
.cbp-vm-switcher ul li:hover .cbp-vm-image .cbp-image-hover{filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}

.cbp-vm-image > a{position:absolute;right:0;top:0;display:block;z-index:5;width:100%;height:100%;}
.cbp-vm-image img{max-width:100%;height:auto;transition:all .5s;}
.cbp-vm-switcher ul li:hover .cbp-vm-image .icon{-webkit-transform:scale(var(--scale-multiplier,1));
	-ms-transform:scale(var(--scale-multiplier,1));
	transform:scale(var(--scale-multiplier,1));filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
.cbp-vm-image .icon{position:absolute;left:50%;top:50%;margin-left:-20px;margin-top:-20px;background:#1c7f7b;width:40px;height:40px;border-radius:15px 0 15px 0;transition:all .5s;text-align:center;padding:12px 0;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}
.cbp-vm-switcher ul li:hover .cbp-vm-image .icon{filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
.cbp-vm-image .icon i{display:inline-block;-webkit-mask:url(../images/icon_plus.png);-webkit-mask-repeat:no-repeat;width:14px;height:14px;-webkit-mask-size:100%;background-image:linear-gradient(135deg, #fff 0%, #fff 100%);transition:all .5s;}
.cbp-vm-switcher ul li:hover .cbp-vm-image i{-webkit-animation:spin .6s ease-out;animation:spin .6s ease-out;background-image:linear-gradient(135deg, #ffffff 0%, #ffffff 100%);}

.cbp-vm-details{font-size:12px;line-height:20px;height:40px;overflow:hidden;color:#808080;}

/* Common icon styles */
.cbp-vm-icon:before {
	font-family: 'fontawesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.cbp-vm-grid:before {content: "\f00a";}
.cbp-vm-list:before {content: "\f039";}
.cbp-vm-add:before {content: "\f055";}

/* Large grid view */
.cbp-vm-view-grid ul {text-align: left;}

.cbp-vm-view-grid ul li {
	width:33.33%;
	float:left;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	padding:5px;
	position:relative;
}
.cbp-vm-view-grid ul li>div{transition:all .5s;display:block;background:#f7f7f7;padding:12px;position:relative;border-radius:0;transition:all .5s;}
.cbp-vm-view-grid ul li>div:hover{background:#fff;box-shadow:0 5px 9px rgba(0,0,0,0.08);-webkit-box-shadow:0 5px 9px rgba(0,0,0,0.08);-moz-box-shadow:0 5px 9px rgba(0,0,0,0.08); transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0);}
.cbp-vm-view-grid ul li>div:before,
.cbp-vm-view-grid ul li>div:after{
	content:'';
	display:block;
	position:absolute;
	top:-2px;
	left:-2px;
	right:-2px;
	bottom:-2px;
	transition:all .5s;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	border-radius:2px;
}
.cbp-vm-view-grid ul li>div:before{
	border-top:2px solid #1c7f7b;border-bottom:2px solid #1c7f7b;transform-origin:0 0;-webkit-transform-origin:0 0;transform:scale(0,1);-webkit-transform:scale(0,1);
}
.cbp-vm-view-grid ul li>div:after{
	border-left:2px solid #1c7f7b;border-right:2px solid #1c7f7b;transform-origin:100% 0;-webkit-transform-origin:100% 0;transform:scale(1,0);-webkit-transform:scale(1,0);
}
.cbp-vm-view-grid ul li>div:hover:before,
.cbp-vm-view-grid ul li>div:hover:after{
	border-color:#1c7f7b;
	transform:scale(1);
	-webkit-transform:scale(1);
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.cbp-vm-view-grid ul li>div:hover:after{transition-delay:.15s;-webkit-transition-delay:.15s;}
.cbp-vm-view-grid ul li .cbp-vm-image{display:block;overflow:hidden;}
.cbp-vm-view-grid ul li .cbp-vm-image img{max-width:100%;height:auto;}
.cbp-vm-view-grid ul li .cbp-list-left{padding-top:20px;padding-top:0;text-align:center;position:relative;}
.cbp-vm-view-grid ul li .cbp-title a{display:block;color:#333333;font-size:14px;line-height:24px;overflow:hidden;height:48px;font-family:'poppins semibold';margin-bottom:10px;}
.cbp-vm-view-grid ul li:hover .cbp-title a{color:#1c7f7b;text-decoration:none;}
.cbp-vm-view-grid ul li .cbp-vm-details .text{color:#808080;font-size:12px;line-height:20px;overflow:hidden;height:40px;}
.cbp-vm-view-grid ul li .cbp-list-more{display:none;}
.cbp-vm-view-grid ul li .more{ position:absolute;background:#fff; left:0;right:0; bottom:-50px; text-align:center; opacity:0;filter:alpha(opacity=0);-moz-opacity:0; z-index:-1; transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.cbp-vm-view-grid ul li .more .main_more a{height:30px;line-height:30px;font-size:12px;}
.cbp-vm-view-grid ul li:hover .more{filter:alpha(opacity=100);-moz-opacity:1;opacity:1; bottom:0; z-index:22;}
.cbp-vm-view-grid .post_blog_tag{display:none;}
.cbp-vm-view-grid .cbp-list-center{padding:0;padding-top:10px;}
.cbp-vm-view-grid .cbp-vm-details{margin-bottom:10px;}
.cbp-vm-view-grid  .pro-no{background:#fafafa;padding:7px 0;}
.cbp-vm-view-grid  .pro-no p{color:#808080;font-size:12px;line-height:20px;text-transform: uppercase;margin:0;}

/* List view */
.cbp-vm-view-list>ul{margin:0;margin-top:20px;}
.cbp-vm-view-list>ul>li {text-align:left;border-bottom:1px solid #ebebeb;padding:20px 0;}
.cbp-vm-view-list>ul>li:first-child{padding-top:0;}
.cbp-vm-view-list li:before, 
.cbp-vm-view-list li:after { 
	content: " "; 
	display: table; 
}
.cbp-vm-view-list li:after { clear: both; }
.cbp-vm-view-list .cbp-vm-image,
.cbp-vm-view-list .cbp-vm-title,
.cbp-vm-view-list .cbp-vm-details,
.cbp-vm-view-list .cbp-vm-price,
.cbp-vm-view-list .cbp-vm-add {
	display: inline-block;
	vertical-align: middle;
}
.cbp-vm-view-list .cbp-vm-image {width: 24%;text-align:center;display:inline-block;position:relative; vertical-align:middle;float:left;border:1px solid #e5e5e5;background:#fff;transition:all .5s;}
.cbp-vm-view-list ul li:hover .cbp-vm-image{border-color:#1c7f7b;}
.cbp-vm-view-list ul li>div .cbp-list-center{width:76%;display:inline-block;}
.cbp-vm-view-list ul li .cbp-title a{display:block;color:#333333;font-size:16px;line-height:24px;overflow:hidden;max-height:48px;font-family:'poppins semibold';margin-bottom:10px;}
.cbp-vm-view-list ul li:hover .cbp-title a{color:#1c7f7b;text-decoration:none;}
.cbp-vm-view-list ul li .cbp-vm-details {margin-top:0;height:auto;padding:0;max-height:48px;}
.cbp-vm-view-list ul li .cbp-vm-details{color:#999;font-size:12px;line-height:20px;overflow:hidden;max-height:60px;}

.cbp-vm-view-list ul li .post_blog_tag{margin-top:15px;}
.cbp-vm-view-list ul li .main_more a{height:30px;line-height:30px;padding-left:15px;padding-right:15px;}

.cbp-vm-view-list .cbp-hover{display:none;}
.cbp-vm-view-list .cbp-list-center{width:76%;display:inline-block; vertical-align:middle;padding:0 0 0 15px;}
.cbp-vm-view-list .cbp-list-center .cbp-list-left{padding-left:0;}
.cbp-vm-view-list .cbp-list-more{display:block;margin-top:20px;float:right;padding-right:0;}
.cbp-vm-view-list .pro-no{background:#fafafa;padding:7px;display:inline-block;}
.cbp-vm-view-list  .pro-no p{color:#808080;font-size:14px;line-height:20px;text-transform: uppercase;margin:0;font-family:'poppins semibold';}

@media screen and (max-width: 940px) {.cbp-vm-view-grid ul li {width: 33.33%;}}

@media only screen and (max-width: 992px){
	.page_pro_nav li img{max-width:100%;}
	.page_pro_nav li .title a{font-size:14px;height:48px;}
}
@media only screen and (max-width: 768px){
	.pro-cat li{margin-bottom:10px;}
	.cbp-vm-options{margin-top:0;}
	.cbp-vm-view-list ul li .cbp-list-left .more{letter-spacing:0;}
	.pro_top .pro-img{display:none;}
	.pro-text{padding: 20px 10px;}
}

@media screen and (max-width: 520px) {
	.pro-text .box{max-height:336px;overflow:hidden;}
	.cbp-vm-view-grid ul li {width: 50%;}
	.cbp-vm-options{text-align:center;}
	.cbp-vm-view-list>ul>li{width:100%;}
	.cbp-vm-view-list ul li .cbp-vm-details{height:40px;line-height:20px;}
	.cbp-vm-view-list .cbp-list-center{width:100%;margin-top:10px;}
	.cbp-vm-view-list ul li .cbp-vm-details{width:100%;}
	.cbp-vm-view-list .cbp-vm-image{width:100%;}
	.cbp-vm-view-list ul li>div>div{width:100%;}
	.cbp-vm-view-grid ul li{margin-bottom:0;}
	.cbp-vm-view-list ul li .cbp-title a{font-size:14px;}
	.cbp-vm-view-grid ul li .cbp-title a{font-size:14px;margin-bottom:0;}
	.cbp-vm-view-list .cbp-list-view{display:none;}
	.cbp-vm-view-grid ul li .cbp-vm-details{display:none;}
	.cbp-vm-view-list ul li>div .cbp-list-center,.cbp-vm-view-list .cbp-list-center .cbp-list-left{width:100%;padding:0;}
	.cbp-vm-view-list .pro-list-tags p{display:block;}
	.cbp-vm-view-list .cbp-list-more{padding:0;}
	.cbp-vm-view-list .cbp-list-more .main-more{display:inline-block;margin-right:10px;}
	.cbp-vm-view-grid .cbp-list-center{padding:10px 0 0 0;}
	.cbp-vm-options em{display:block;float:none;margin-bottom:10px;}
	.page_pro_nav{padding-bottom:10px;}
	.page_pro_nav li{width:50%;}
	.page_pro_nav li .title a{font-size:12px;}
}

@media screen and (max-width: 400px) {
	.cbp-vm-view-grid ul li>div{padding:10px;}
	.cbp-vm-view-grid ul li .cbp-title{margin-bottom:0;margin-top:0;}
	.cbp-vm-view-grid ul li .cbp-title a{font-size:12px;margin-top:0;line-height:20px;height:40px;font-family:'poppins'}
	.cbp-list-left{padding:0;}
	.cbp-vm-image .image_more{display:none;}
}
/*products main*/

/* CSS for the loading div */

.sp-loading {
	text-align: center;
	max-width: 100%;
	border: 2px solid #fafafa;
	padding:2px;
	border-radius: 0;
	font-size: 12px;
	color: #888;
}
.sp-loading img{max-width:100%;height:auto;}

/* Element wrapper */

.sp-wrap {
	display: none;
	line-height: 0;

	font-size: 0;
	border-radius: 3px;
	position: relative;
	/**************
	  Set max-width to your thumbnail width
	***************/
	text-align:center;
	max-width: 100%;
	width:100%;
}

/* Thumbnails */

.sp-thumbs {
	text-align: left;
	display: block;
	padding:10px 0;
}
.sp-thumbs a{position:relative;border:2px solid #e7f0f1;}
.sp-thumbs img {
	min-height: 56px;
	min-width: 56px;
	max-width: 56px;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
	width: 70px;
	height: 70px;
	overflow: hidden;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	display: inline-block;
	background-size: cover;
	background-position: center;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	margin:0 3px;
}
.sp-thumbs a:hover {
	opacity: 1;
	border-color: #1c7f7b;
}

/* Styles for the currently selected thumbnail */

.sp-thumbs a:active,.sp-thumbs a.sp-current {
	opacity: 1!important;
	position: relative;
	border-color:#1c7f7b;
}

.sp-thumbs a.sp-current:after{transform:scaleX(1);visibility:visible;}

/* Image currently being viewed */

.sp-large {
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
	width:100%;
	border:2px solid #eee;
}
.sp-large a img {
	max-width: 100%;
	height: auto;
	width:100%;
}
.sp-large a {
	display: block;
}

/* Panning Zoomed Image */

.sp-zoom {
	position: absolute;
	left: -50%;
	top: -50%;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
	display: none;
}
/* Lightbox */

.sp-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .9);
	z-index: 9999999;
	display: none;
	cursor: pointer;
}
.sp-lightbox img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 90%;
	max-height: 90%;
	border: 2px solid #fff;
}
#sp-prev, #sp-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 501;
	color: #fff;
	text-decoration: none;
	background: #000;
	border-radius: 25px;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	transition: .2s;
	text-align:center;
}
#sp-prev {
	left: 14%;
}
#sp-prev:before {
	content: "\f104";
	font-family:'FontAwesome';
	font-size:24px;
	line-height:46px;
}
#sp-next {
	right: 14%;
}
#sp-next:before {
	content: "\f105";
	font-family:'FontAwesome';
	font-size:24px;
	line-height:46px;
}
#sp-prev:hover, #sp-next:hover {
	background: #444;
}

/* Tweak styles for small viewports */

@media screen and (max-width: 768px) {
	#sp-prev {left:10px;}
	#sp-next {right:10px;}
}

@media screen and (max-width: 400px) {
	.sp-wrap {
		margin: 0 0 0;
	}
	#sp-prev, #sp-next {
		top: auto;
		margin-top: 0;
		bottom: 25px;
	}
}
.sp-current-big img{ width:100%;}
.sp-large img{ max-width:none;}

.pro_info_top{position:relative;z-index:2;margin-bottom:40px;}
.prom_img{padding:0;text-align:center;padding:5px;}
.prom-right{padding-left:30px;margin-bottom:20px;}
.prom-right>h1{padding:0;margin:0;display:block;font-size:18px;text-transform:capitalize;color:#333;margin-bottom:20px;line-height:24px;font-family:'poppins semibold';}
.prom-right>div.main{font-size:12px;line-height:24px;color:#808080;margin-bottom:20px;}
.prom-right{padding-left:20px;padding-top:20px;}
.prom-right .pro-table{margin-bottom:0;background:#f7f7f7;padding:20px;}
.prom-right .pro-table ul li{list-style:none;margin-bottom:8px;display:flex;align-items:center;}
.prom-right .pro-table ul li p{display:inline-block;font-size:12px;color:#808080;text-transform:capitalize;width:22%;margin:0;}
.prom-right .pro-table ul li span{color:#333;display:inline-block;font-size:12px;padding-left:5px;color:#333;}
.prom-right .main_more a{margin-top:0px;padding-right:55px;}
.prom-right .main_more a:after{content:"\f27a";font-family:'FontAwesome';position:absolute;right:30px;top:-2px;font-size:14px;}

.mostBox{margin:0 0 30px 0;}
.mostBox .page_title{background:#fafafa;padding:0;}
.mostBox .page_title:before,.mostBox .page_title:after{display:none;}
.mostBox .page_title em{font-size:24px;line-height:30px;background:#0cb76c;color:#fff;text-transform:uppercase;padding:5px 10px;font-family:'BebasNeue';}
.mostBox .text{font-size:12px;line-height:24px;}
.mostBox .text em{font-style:italic;}
.mostBox .text img{max-width:100%;height:auto;}
.mostBox .text a:hover{color:#bd1e4e;}
/*products-tab*/
#parentHorizontalTab02{margin:0;text-align:left;padding:0px;text-align:left; margin-top:0;}
#parentHorizontalTab02 ul.resp-tabs-list {margin: 0px;padding: 0px;border-bottom:2px dashed #eee;margin-bottom:20px;}
/*#parentHorizontalTab02 ul.resp-tabs-list:before{content:"\f129";font-family: FontAwesome; color:#fff;width:28px;height:28px;border-radius:50%;box-shadow:0 2px 5px 1px rgba(49,176,58,0.2);display:inline-block;text-align:center;font-size:16px;line-height:28px;margin-right:10px; vertical-align:middle;background:#1c7f7b;}*/

#parentHorizontalTab02 .resp-tabs-list li {list-style: none;cursor: pointer;margin:0;border:none;display:block;display:inline-block;position:relative;z-index:1;color:#4d4d4d;font-family:'PlayfairDisplay';margin:0;font-size:24px;line-height:26px; vertical-align: middle;padding:10px;margin-right:5px;background:#f2f2f2;}
#parentHorizontalTab02 .resp-tabs-list li i{}
#parentHorizontalTab02 .resp-tabs-list li.resp-tab-active{background-color:#1c7f7b !important;color:#fff;}

#parentHorizontalTab02 em.resp-accordion {cursor: pointer;padding: 5px;display: none;padding:3px 10px !important;}
#parentHorizontalTab02 em.resp-accordion {font-size: 16px;margin: 0px;background:#f8f8f8;margin-bottom:1px; color:#333;font-style:normal; margin-bottom:10px;font-family:'Gilroy_m'; text-transform:uppercase;}
#parentHorizontalTab02 em.resp-tab-active {margin-bottom: 0px !important;}
#parentHorizontalTab02 em.resp-tab-title:last-child {border-bottom: 12px solid #c1c1c1 !important;background: blue;}
#parentHorizontalTab02 .resp-tab-content {display: none;}
#parentHorizontalTab02 .resp-content-active,#parentHorizontalTab02 .resp-accordion-active {display: block;}
#parentHorizontalTab02 .resp-vtabs ul.resp-tabs-list {float: left;width: 30%;}
#parentHorizontalTab02 .resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}
#parentHorizontalTab02 .resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}
#parentHorizontalTab02 .resp-vtabs .resp-tab-content {border: none;word-wrap: break-word;}
#parentHorizontalTab02 .resp-vtabs li.resp-tab-active { 
position: relative;
z-index: 1;
margin-right: -1px !important;
padding: 14px 15px 15px 14px !important;
border-top: 1px solid;
border: 1px solid #5AB1D0 !important;
border-left: 4px solid #5AB1D0 !important;
margin-bottom: 4px !important;
border-right: 1px #FFF solid !important;
}
#parentHorizontalTab02 .resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #c1c1c1;
}
#parentHorizontalTab02 em.resp-tab-active span.resp-arrow {
    border: none;
	position:relative;
}
#parentHorizontalTab02 em.resp-tab-active span.resp-arrow:after{ content: "\f044";
    font-family: "FontAwesome";
    position: absolute;
    right: -6px;
    cursor: pointer;
    font-size: 20px;
    top: -8px;
    color: #fff}
#parentHorizontalTab02 em.resp-tab-active {background: #e60012  !important; color:#fff;}
#parentHorizontalTab02 .resp-easy-accordion em.resp-accordion {display: block;}
#parentHorizontalTab02 .resp-easy-accordion .resp-tab-content {border: 1px solid #1268bf;}
#parentHorizontalTab02 .resp-easy-accordion .resp-tab-content:last-child {border-bottom: 1px solid #1268bf;/* !important;*/}
#parentHorizontalTab02 .resp-jfit {width: 100%;margin: 0px;}
#parentHorizontalTab02 .resp-tab-content-active {display: block;}

.products > .title{display:block;position:relative;text-align:left;margin-bottom:20px;padding:2px 0;}
.products > .title i{background:#0d58cb;color:#fff;padding:10px;font-size:16px;border-radius:50%; vertical-align:middle;}
.products > .title h1{margin:0;display:inline-block;color:#555555;text-transform:uppercase;font-size:28px;line-height:36px;font-family:'CenturyGothicB';position:relative;z-index:2; vertical-align:middle;margin-left:10px;}

#pro_inquiry{margin:0;box-shadow:0 0 15px 1px rgba(0,0,0,0.05);border-radius:5px;overflow:hidden;background:#fff url(../images/bg_case.jpg) no-repeat top right;position:relative;padding:30px;border-radius:15px;text-align:left;}
#pro_inquiry .send_column{padding:0;max-width:100%;bottom:0;margin:0;text-align: left;}
#pro_inquiry .send_column #email_form{box-shadow:none;padding:0;}
#pro_inquiry .send_column ul{padding-top:0;}
#pro_inquiry .main_more input{padding-left:40px;padding-right:40px;}
#pro_inquiry .main_title h6{font-size:36px;line-height:40px;}
#pro_inquiry .send_column .text{max-width: 100%;}

@media only screen and (max-width: 992px) {
	.sp-thumbs a:link, .sp-thumbs a:visited{width:50px;height:50px;}
	.products .pro_img{width:100%;padding:0;}
	.products .pro-right{width:100%;padding:0;padding-left:20px;}
	.prom-right .pro-table ul li p{width:24%;}
	.prom_img{margin-bottom:0;}
	.prom-right .pro-table{margin-bottom:0;}
	#pro_inquiry{position:relative;z-index:9999;padding:30px 20px;}
}

@media only screen and (max-width: 768px) {
	.pro-right{padding:0;margin-top:0;margin-bottom:20px;}
	.sp-thumbs{text-align:left;}
	.prom-right .pro-table{margin-top:10px;padding:10px;margin-bottom:0;}
	.prom-right{padding:10px;margin-bottom:0;}
	.pro_info_top:before{width:100%;}
	.products .pro_inquiry .message{padding:0;}
	.mostBox{margin-top:0;}
	.mostBox .tab-scroll{margin-left:0;padding-bottom:0;}
	.products .pro-list-tags p{display:block;}
	.pro_message li .meInput,.pro_message li .meText{width:100%;}
	.pro_message .main_title{text-align:center;}
	.pro_message .main_title>em{background-position:center bottom;}
	.prom_main{padding:40px 0;}
	.prom_main .pro_con{display:none;}
	.products > .title{margin-bottom:20px;border-bottom:1px solid #e5e5e5;padding-bottom:20px;}
	.products > .title h1{font-size:24px;line-height:28px;max-width:70%;margin-left:5px; vertical-align:top;}
	.pro_message form{max-width:100%;}
	.mobile_inquiry{position:fixed;bottom:30px;background:#fafafa;background:rgba(255,255,255,0.9);box-shadow:0 0 20px 5px rgba(0,0,0,0.05);padding:8px 15px;padding-bottom:65px;z-index:999;left:0;width:100%;text-align:right;max-height:50px;}
	.prom-right .main_more{margin:0;border-width:1px;}
	.prom-right .main_more a{padding-right:35px;height:30px;line-height:32px;}
	.prom-right .main_more a:after{right:15px;}
	#parentHorizontalTab02 .resp-tabs-list li{font-size:12px;padding:10px 0;line-height:24px;margin-right:2%;font-family:'poppins semibold';float:left;width:31.33%;text-align: center;}
}

@media only screen and (max-width: 480px) {
	.products .pro-right{margin-bottom:0;}
	.prom-right .pro-table ul li p{width:40%;line-height:20px;}
}

.page_pro{z-index:20;position:relative;padding-top:60px;}
.page_pro .attachment_line_top{background-image: url(../images/wave01.png);top:-65px;height:65px;}
.page_pro .slider .li{padding:10px;}
.page_pro .slider .li .column{position:relative;border-radius:0;background:#f7f7f7;padding:12px;text-align:center;z-index:9;transition:all .5s;}
.page_pro .slider .li:hover .column{background:#fff;box-shadow:0 5px 9px rgba(0,0,0,0.08);-webkit-box-shadow:0 5px 9px rgba(0,0,0,0.08);-moz-box-shadow:0 5px 9px rgba(0,0,0,0.08); transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0);}
.page_pro .slider .li .column:before,
.page_pro .slider .li .column:after{
	content:'';
	display:block;
	position:absolute;
	top:-2px;
	left:-2px;
	right:-2px;
	bottom:-2px;
	transition:all .5s;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	border-radius:2px;
}
.page_pro .slider .li .column:before{
	border-top:2px solid #1c7f7b;border-bottom:2px solid #1c7f7b;transform-origin:0 0;-webkit-transform-origin:0 0;transform:scale(0,1);-webkit-transform:scale(0,1);
}
.page_pro .slider .li .column:after{
	border-left:2px solid #1c7f7b;border-right:2px solid #1c7f7b;transform-origin:100% 0;-webkit-transform-origin:100% 0;transform:scale(1,0);-webkit-transform:scale(1,0);
}
.page_pro .slider .li:hover .column:before,
.page_pro .slider .li:hover .column:after{
	border-color:#1c7f7b;
	transform:scale(1);
	-webkit-transform:scale(1);
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.page_pro .slider .li:hover .column:after{transition-delay:.15s;-webkit-transition-delay:.15s;}

.page_pro .slider .li .image{display:block;overflow:hidden;position: relative;z-index: 2;}
.page_pro .slider .li .image img{max-width:100%;height:auto;width:100%;transition:all .5s;}
.page_pro .slider .li:hover .image img{-webkit-transform:scale(var(--scale-multiplier,1.05));
	-ms-transform:scale(var(--scale-multiplier,1.05));
	transform:scale(var(--scale-multiplier,1.05));
}
.page_pro .slider .li .wrap{position:relative;padding:0;transition:all .5s;padding:10px 0;position: relative;z-index: 2;}
.page_pro .slider .li .title{margin-bottom:0;}
.page_pro .slider .li .title a{color:#5f5c5c;font-size:14px;line-height:24px;overflow:hidden;display:block;height:48px;font-family:'poppins semibold';}
.page_pro .slider .li:hover .title a{color:#1c7f7b;text-decoration: none;}
.page_pro .slider .li .text{color:#808080;font-size:12px;line-height:24px;overflow:hidden;max-height:48px;}
.page_pro .slider .li .pro-no{background:#fafafa;padding:7px 0;}
.page_pro .slider .li .pro-no p{color:#808080;font-size:14px;line-height:20px;font-family:'poppins semibold';text-transform: uppercase;margin:0;}

.page_pro .slick-prev{width:30px;height:50px;left:-20px;top:50%;margin-top:-20px;background:#000;text-align:center;}
.page_pro .slick-prev:before{content:"\f104";font-family:'FontAwesome';color:#fff;font-size:24px;line-height:50px;}
.page_pro .slick-next{width:30px;height:50px;left:auto;right:-20px;top:50%;margin-top:-20px;background:#000;text-align:center;}
.page_pro .slick-next:before{content:"\f105";font-family:'FontAwesome';color:#fff;font-size:24px;line-height:50px;}


@media only screen and (max-width: 992px) {
	.page_pro{padding-top:40px;}
	.page_pro .main_title ,.page_pro .page_pro_right{padding: 0;width:100%;text-align:center;}
	.page_pro .slider .li{padding:5px;}
	.page_pro .slider .li .wrap{padding:10px 0;}
}

.video_l{list-style:none;}
.video_l li{padding:0 10px;margin-bottom:25px;text-align:center;}
.video_l li .image{display:block;overflow:hidden;position:relative;}
.video_l li .image > a{position:absolute;left:0;top:0;width:100%;height:100%;display:block;z-index:10;}
.video_l li .image img{max-width:100%;height:auto;width:100%;transition:all .5s;}
.video_l li:hover .image img{-webkit-transform:scale(var(--scale-multiplier,1.05));
	-ms-transform:scale(var(--scale-multiplier,1.05));
	transform:scale(var(--scale-multiplier,1.05));}
.video_l li .image .icon{position:absolute;left:50%;top:50%;width:50px;height:50px;margin-left:-20px;margin-top:-20px;border-radius:50%;background:#1c7f7b;transition:all .5s;z-index:2;}
.video_l li .image .icon:after{content:'';background:#d16228;position:absolute;left:-10px;top:-10px;right:-10px;bottom:-10px;filter:alpha(opacity=20);-moz-opacity:0.2;opacity:0.2;transition:all .5s;border-radius:50%;z-index:-1;}
.video_l li .image:hover .icon:after{left:-30px;top:-30px;right:-30px;bottom:-30px;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}
.video_l li:hover .image .icon{filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
.video_l li .image .icon i{color:#fff;font-size:16px;line-height:50px;transition:all .5s;}
.video_l li .title{margin-bottom:0;}
.video_l li .title a{color:#333333;font-size:16px;line-height:20px;overflow:hidden;height:40px;font-family:'poppins semibold';}
.video_l li:hover .title a{color:#1c7f7b;text-decoration:none;}

@media only screen and (max-width: 768px) {
	.video_l li{padding:0 5px;}
	.video_l li .icon{border-width:3px;width:36px;height:36px;margin-top:-18px;}
	.video_l li .icon i{line-height:36px;}
	.video_l li .title{margin-top:5px;}
	.video_l li .title a{font-size:14px;}
}
@media only screen and (max-width: 420px) {
	.video_l li{padding:0;width:100%;}
	.video_l li .title a{height:auto;max-height:40px;}
}

.fact_list{list-style:none;}
.fact_list li{margin-bottom:20px;padding:0 10px;text-align:center;}
.fact_list li .image{position:relative;overflow:hidden;border-radius:2px;background:#000;padding:0;}
.fact_list li .image > a{position:absolute;left:0;top:0;width:100%;height:100%;display:block;z-index:10;}
.fact_list li .image img{max-width:100%;height:auto;width:100%;transition:all .5s;}
.fact_list li:hover .image img{-webkit-transform:scale(var(--scale-multiplier,1.05));
	-ms-transform:scale(var(--scale-multiplier,1.05));
	transform:scale(var(--scale-multiplier,1.05));filter:alpha(opacity=70);-moz-opacity:0.7;opacity:0.7;
}
.fact_list li .image .icon{display:inline-block;width:20px;height:20px;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);position:absolute;left:50%;top:50%;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;transition:all .5s;}
.fact_list li:hover .image .icon{filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
.fact_list li .image .icon:before,
.fact_list li .image .icon:after{
	content:'';background:#fff;display:inline-block;transition:all .5s;
}
.fact_list li .image .icon:before{width:100%;height:2px; }
.fact_list li .image .icon:after{height:100%;width:2px; }
.fact_list li:hover .image .icon:after{transform:translate3d(0,-10px,0);-webkit-transform:translate3d(0,-10px,0);}
.fact_list li .title{margin-top:15px;}
.fact_list li .title a{display:block;font-size:16px;line-height:24px;overflow:hidden;height:48px;font-family:'Gilroy_bold';}
.fact_list li:hover .title a{color:#1c7f7b;text-decoration:none;}
.fact_list li .text{color:#808080;font-size:12px;line-height:20px;height:20px;overflow:hidden;}

@media only screen and (max-width: 768px) {
	.fact_list li{padding:0 5px;}
	.fact_list li .title a{font-size:14px;}
}
@media only screen and (max-width: 420px) {
	.fact_list li{padding:0;width:100%;}
	.fact_list li .title a{height:auto;max-height:48px;}
}

.meft-customer ul{list-style:none;margin-bottom:30px;border-bottom:none;}
.meft-customer ul li a{padding:10px 0;border-bottom:1px solid #e5e5e5;display:block;font-size:14px;text-transform:capitalize;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
.meft-customer ul li a:hover{background:#fafafa;color:#23ac38;padding:10px;text-decoration:none;}

#customer{}
#customer ul{list-style:none;}
#customer ul li{margin-bottom:30px;}
#customer ul li .title{margin-bottom:10px;border-bottom:1px solid #e5e5e5;font-size:18px;line-height:20px;text-transform:uppercase;color:#62a70f;font-family:'Gilroy_bold', sans-serif;font-weight:normal;padding-bottom:10px;}
#customer ul li h5{display:inline-block;color:#62a70f;text-transform:uppercase;font-size:13px;cursor:pointer;}
#customer ul li h5:before{content:"[";padding-right:5px;}
#customer ul li h5:after{content:"]";padding-left:5px;}
#customer ul li h5.UI02{display:none;}
#customer ul li h5 b{font-weight:normal;}
#customer ul li .text{font-size:14px;line-height:24px;color:#676767;overflow:hidden;height:48px;
	-webkit-transition: background-color 0.3s ease-in-out,color 0.3s ease-in-out,opacity 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out,color 0.3s ease-in-out,opacity 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out,color 0.3s ease-in-out,opacity 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out,color 0.3s ease-in-out,opacity 0.3s ease-in-out
}


.download_info_list{list-style:none;padding-top:0;}
.download_info_list li{margin-bottom:20px;}
.download_info_list li .wrap{display:block;border:1px solid #ebebeb;padding:20px;position:relative;transition:all .5s;background:url(../images/bg_down.html) no-repeat 98% 95%;background-size:90px;}
.download_info_list li:hover .wrap{box-shadow:0 5px 9px rgba(0,0,0,0.08);-webkit-box-shadow:0 5px 9px rgba(0,0,0,0.08);-moz-box-shadow:0 5px 9px rgba(0,0,0,0.08); transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0);}
.download_info_list li .wrap > a{position:absolute;left:0;top:0;width:100%;height:100%;display:block;z-index:10;}
.download_info_list li .wrap > div{width:100%;}
.download_info_list li .wrap > div i{width:50px;height:50px;display:inline-block;transition:all .5s;float:left;-webkit-mask:url(../images/icon_pdf.html);-webkit-mask-repeat:no-repeat;-webkit-mask-size:100%;background-image:linear-gradient(135deg, #999999 0%, #999999 100%);}
.download_info_list li:hover .wrap > div i{background-image:linear-gradient(135deg, #1c7f7b 0%, #1c7f7b 100%);}
.download_info_list li .wrap > div h6{margin-left:10px;display:inline-block;max-width:80%;line-height:24px;float:left;color:#333333;font-size:14px;font-family:'Gilroy_bold';transition:all .5s;}
.download_info_list li .wrap:hover > div h6{color:#1c7f7b;}

@media only screen and (max-width: 768px) {
	.download_info_list li{padding:0;}
	.download_info_list li .wrap{padding:20px 10px;}
}

.page_faq_l{list-style:none;}
.page_faq_l li.question{position:relative;}
.page_faq_l li.question .column{background:#f5f5f5;overflow:hidden;border-radius:5px;padding:5px;}
.page_faq_l li.question .column > i{display:inline-block;width:32px;height:32px;margin-right:10px;float:left;border-radius:5px;position:relative;text-align:center;margin-top:1px;font-style:normal;background:#1c7f7b;}
.page_faq_l li.question .column > i:before,
.page_faq_l li.question .column > i:after{
	content:"";width:10px;height:2px;background:#fff;display:inline-block;position:absolute;left:50%;top:50%;margin-left:-5px;margin-top:-1px;transition:all .5s;
}
.page_faq_l li.question .column > i:after{
	-moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.page_faq_l li.question .column > h4{margin:0;display:inline-block;max-width:80%;line-height:24px;margin-top:5px;float:left;color:#333333;font-size:16px;}
.page_faq_l li.answer{color:#808080;font-size:14px;line-height:24px;overflow:hidden;padding:15px;display:none;}
.page_faq_l li.answer a{text-decoration:underline;}
.page_faq_l li.answer a:hover{color:#1c7f7b;}
.page_faq_l div.clearfix{height:20px;display:block;}

.page_faq_l li .column.rotate{background:#1c7f7b;box-shadow:0 0 5px 1px rgba(28,127,123,0.2);}
.page_faq_l li .column.rotate > h4{color:#fff;}
.page_faq_l li .column.rotate > i{background:#fff;}
.page_faq_l li .column.rotate > i:before{background:#1c7f7b;}
.page_faq_l li .column.rotate > i:after {
	background:#1c7f7b;
	-moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
@media only screen and (max-width: 768px) {
	.page_faq_l li.question .column > h4{font-size:15px;margin-top:4px;line-height:20px;}
	.page_faq_l li.question .column > i{width:28px;height:28px;}
	.page_faq_l li.question .column > i:before{line-height:28px;}
}
@media only screen and (max-width: 480px) {
	.page_faq_l li.question{background-image:none;padding:0;}
	.page_faq_l li.question .column , .page_faq_l li.question .column > i{border-radius:2px;}
	.page_faq_l li.answer{padding:10px 0;}
	.page_faq_l li.question .column > h4{max-width:82%;}
}

.project_list{list-style:none;}
.project_list li{margin-bottom:20px;padding:0 10px;text-align:center;}
.project_list li .image{display:block;overflow:hidden;position:relative;box-shadow:0 0 15px 1px rgba(0,0,0,0.1);}
.project_list li .image img{max-width:100%;height:auto;transition:all .5s;}
.project_list li:hover .image img{-webkit-transform:scale(var(--scale-multiplier,1.05));
	-ms-transform:scale(var(--scale-multiplier,1.05));
	transform:scale(var(--scale-multiplier,1.05));}
.project_list li .image > a{position:absolute;left:0;top:0;width:100%;height:100%;display:block;z-index:20;}
.project_list li .image .ovrly{display:block;position:absolute;left:0;top:0;width:100%;height:100%;background:#1c7f7b;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;transition:all .5s;}
.project_list li:hover .image .ovrly{filter:alpha(opacity=90);-moz-opacity:0.9;opacity:0.9;}
.project_list li .image .icon{position:absolute;display:inline-block;top:50%;left:50%;width:58px;height:58px;margin-left:-29px;margin-top:-29px;border-radius:50%;background:#fff;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;transition:all .5s;padding:19px 0;z-index:10;-webkit-transform:scale(var(--scale-multiplier,0.8));
	-ms-transform:scale(var(--scale-multiplier,0.8));
	transform:scale(var(--scale-multiplier,0.8));}
.project_list li .image .icon:after{content:'';background:#fff;position:absolute;left:-25px;top:-25px;right:-25px;bottom:-25px;filter:alpha(opacity=10);-moz-opacity:0.1;opacity:0.1;transition:all .5s;border-radius:50%;}
.project_list li:hover .image .icon{filter:alpha(opacity=100);-moz-opacity:1;opacity:1;-webkit-transform:scale(var(--scale-multiplier,1));
	-ms-transform:scale(var(--scale-multiplier,1));
	transform:scale(var(--scale-multiplier,1));}
.project_list li .image .icon i{display:inline-block;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100%;background-image:linear-gradient(135deg, #1c7f7b 0%, #1c7f7b 100%);-webkit-mask-image:url(../images/icon_plus.png);transition:all .5s;width:20px;height:20px;transition:all .5s;}
.project_list li:hover .image .icon i{-webkit-animation:spin .6s ease-out;animation:spin .6s ease-out;}
.project_list li .title a{display:block;font-size:16px;line-height:24px;height:48px;overflow:hidden;}
.project_list li:hover .title a{color:#1c7f7b;text-decoration:none;}
.project_list li .text{color:#808080;font-size:12px;line-height:20px;overflow:hidden;height:20px;}

@media only screen and (max-width: 768px) {
	.project_list li{padding:0;width:100%;}
	.project_list li .title a{height:auto;max-height:48px;font-size:14px;}
}


.page_wrapper_2{position:relative;z-index:15;padding-bottom:0;padding-top:0;background:#f7f7f7 url(../images/cat_bg01.jpg) no-repeat left bottom;}
.page_wrapper_2:before{background:linear-gradient(180deg, rgba(0,0,0,0) 10%, #fff 90%);position:absolute;left:0;bottom:0;width:100%;height:60%;content:'';z-index:-1;display:block;}
@media only screen and (max-width: 768px) {
	.page_wrapper_2{padding:10px 0 40px 0;}
}