@charset "utf-8";
@font-face {
  font-family: "sofiapro";
  src: url("../font/sofiapro.woff2") format("woff2"),
       url("../font/sofiapro.woff") format("woff"),
       url("../font/sofiapro.ttf") format("truetype"),
       url("../font/sofiapro.eot") format("embedded-opentype"),
       url("../font/sofiapro.svg") format("svg"),
       url("../font/sofiapro.otf") format("opentype");
}
@font-face {
  font-family: "sofiapro_bold";
  src: url("../font/sofiapro_bold.woff2") format("woff2"),
       url("../font/sofiapro_bold.woff") format("woff"),
       url("../font/sofiapro_bold.ttf") format("truetype"),
       url("../font/sofiapro_bold.eot") format("embedded-opentype"),
       url("../font/sofiapro_bold.svg") format("svg"),
       url("../font/sofiapro_bold.otf") format("opentype");
}

@font-face {
  font-family: "Canela";
  src: url("../font/Canela.woff2") format("woff2"),
       url("../font/Canela.woff") format("woff"),
       url("../font/Canela.ttf") format("truetype"),
       url("../font/Canela.eot") format("embedded-opentype"),
       url("../font/Canela.svg") format("svg"),
       url("../font/Canela.otf") format("opentype");
}


/*nav*/
header .wrapper{display:none;}
.wrapper .toggle{float:right;width:56px;height:56px;cursor:pointer;color:#212121;text-decoration:none;font-size: 14px;text-indent:-9999em;line-height:24px;font-size:1px;display:block;text-align:center; background: #e0b48e;}
html.hc-yscroll {overflow-y: scroll}
body.hc-nav-open {position: fixed;	width: 100%;min-height: 100%}
.hc-mobile-nav {display: none;position: fixed;top: 0;	height: 100%;z-index: 9999999999;overscroll-behavior: none}
.hc-mobile-nav.is-ios * {cursor: pointer !important}
.hc-mobile-nav .nav-container {position: fixed;z-index: 99999999;top: 0;width: 240px;max-width: 100%;height: 100%;transition: transform .4s ease}
.hc-mobile-nav .nav-wrapper {idth: 100%}
.hc-mobile-nav .nav-wrapper.nav-wrapper-1 {position: static;height: 100%;overflow: scroll;overflow-x: visible;overflow-y: auto}
.hc-mobile-nav ul {list-style: none;margin: 0;padding: 0}
.hc-mobile-nav li {position: relative;display: block}
.hc-mobile-nav li.level-open>.nav-wrapper {visibility: visible}
.hc-mobile-nav input[type="checkbox"] {display: none}
.hc-mobile-nav label {position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 10;cursor: pointer}
.hc-mobile-nav a {position: relative;display: block;box-sizing: border-box;cursor: pointer}
.hc-mobile-nav a, .hc-mobile-nav a:hover {text-decoration: none}
.hc-mobile-nav.disable-body:not(.nav-open)::after {pointer-events: none}
.hc-mobile-nav.disable-body::after, .hc-mobile-nav.disable-body .nav-wrapper::after {content: '';position: fixed;z-index: 9990;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;overscroll-behavior: none;visibility: hidden;opacity: 0;transition: visibility 0s ease .4s, opacity .4s ease}
.hc-mobile-nav.disable-body.nav-open::after, .hc-mobile-nav.disable-body .sub-level-open::after {visibility: visible;opacity: 1;transition-delay: .05s}
.hc-mobile-nav.nav-levels-expand .nav-wrapper::after {display: none}
.hc-mobile-nav.nav-levels-expand ul .nav-wrapper {min-width: 0;max-height: 0;overflow: hidden;transition: height 0s ease .4s}
.hc-mobile-nav.nav-levels-expand .level-open>.nav-wrapper {max-height: none}
.hc-mobile-nav.nav-levels-overlap ul .nav-wrapper {position: absolute;z-index: 9999;top: 0;height: 100%;visibility: hidden;transition: visibility 0s ease .4s, transform .4s ease}
.hc-mobile-nav.nav-levels-overlap ul ul {height: 100%;overflow: scroll;overflow-x: visible;overflow-y: auto}
.hc-mobile-nav.nav-levels-overlap ul li.nav-parent {position: static}
.hc-mobile-nav.nav-levels-overlap ul li.level-open>.nav-wrapper {visibility: visible;transition: transform .4s ease}
.hc-mobile-nav.side-left {left: 0}
.hc-mobile-nav.side-left .nav-container {left: 0;transform: translate3d(-100%, 0, 0)}
.hc-mobile-nav.side-left.nav-levels-overlap li.level-open>.nav-wrapper {transform: translate3d(-40px, 0, 0)}
.hc-mobile-nav.side-left.nav-levels-overlap li .nav-wrapper {left: 0;transform: translate3d(-100%, 0, 0)}
.hc-mobile-nav.side-right {	right: 0}
.hc-mobile-nav.side-right .nav-container {	right: 0;transform: translate3d(100%, 0, 0)}
.hc-mobile-nav.side-right.nav-levels-overlap li.level-open>.nav-wrapper {transform: translate3d(40px, 0, 0)}
.hc-mobile-nav.side-right.nav-levels-overlap li .nav-wrapper {	right: 0;transform: translate3d(100%, 0, 0)}
.hc-mobile-nav.nav-open .nav-container {transform: translate3d(0, 0, 0)}
.hc-nav-trigger {position: absolute;cursor: pointer;display: none;top: 20px;z-index: 9980;min-height: 24px}
.hc-nav-trigger span {width: 30px;top: 50%;transform: translateY(-50%);transform-origin: 50% 50%}
.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {position: absolute;left: 0;height: 4px;background: #34495E;transition: all .2s ease}
.hc-nav-trigger span::before, .hc-nav-trigger span::after {	content: '';	width: 100%}
.hc-nav-trigger span::before {	top: -10px}
.hc-nav-trigger span::after {	bottom: -10px}
.hc-nav-trigger.toggle-open span {	background: rgba(0,0,0,0);	transform: rotate(45deg)}
.hc-nav-trigger.toggle-open span::before {	transform: translate3d(0, 10px, 0)}
.hc-nav-trigger.toggle-open span::after {	transform: rotate(-90deg) translate3d(10px, 0, 0)}
.hc-mobile-nav::after, .hc-mobile-nav .nav-wrapper::after {	background: rgba(0,0,0,0.3)}
.hc-mobile-nav .nav-wrapper {background:#fafafa;z-index:2;}
/*.hc-mobile-nav .nav-wrapper:before{content:'';width:100%;height:100%;display:block;background:#fafafa;filter:alpha(opacity=10);-moz-opacity:0.1;opacity:0.1;position:absolute;left:0;top:0;z-index:0;}*/
.hc-mobile-nav.nav-open .nav-wrapper {	box-shadow: 1px 0 2px rgba(0,0,0,0.2)}
.hc-mobile-nav h2 {font-size: 14px;font-weight: normal;text-align: left;padding: 15px 17px;color: #333;font-family:'sofiapro_bold';text-transform:uppercase;
margin-top:0;margin-bottom:0;background:rgba(0,0,0,0.05);border-bottom: 1px solid rgba(0,0,0,0.15);}
.hc-mobile-nav a {padding: 10px 17px;font-size: 14px;color: #333;z-index: 1;background: rgba(0,0,0,0);border-bottom: 1px solid rgba(0,0,0,0.1);font-family:'sofiapro_bold';}
.hc-mobile-nav:not(.touch-device) a:hover {	background: #f2f2f2}
.hc-mobile-nav li {	text-align: left}
.hc-mobile-nav li.nav-close a, .hc-mobile-nav li.nav-back a {	background:rgba(0,0,0,0.05);background-size:100%;}
.hc-mobile-nav li.nav-close a:hover, .hc-mobile-nav li.nav-back a:hover {	background: rgba(0,0,0,0.2)}
.hc-mobile-nav li.nav-parent a {	padding-right: 58px}
.hc-mobile-nav li.nav-close span, .hc-mobile-nav li.nav-parent span.nav-next, .hc-mobile-nav li.nav-back span {position: absolute;top: 0;right: 0;width:45px;height:100%;text-align: center;cursor: pointer;transition: background .2s ease;display:flex;flex-direction:column;justify-content:center;align-items:center;}
.hc-mobile-nav li.nav-close span::before, .hc-mobile-nav li.nav-close span::after {	content:'';display:inline-block;background:#808080;width:20px;height:2px;margin:2px 0;}.hc-mobile-nav li.nav-close span::before {	transform:rotate(45deg) translate(4px,0px);-webkit-transform:rotate(45deg) translate(4px,0px);}
.hc-mobile-nav li.nav-close span::after {	transform:rotate(-45deg) translate(4px,0px);-webkit-transform:rotate(-45deg) translate(4px,0px);}
.hc-mobile-nav span.nav-next::before, .hc-mobile-nav li.nav-back span::before {content: '';position: absolute;top: 50%;left: 50%;width: 8px;height: 8px;margin-left: -2px;box-sizing: border-box;border-top: 2px solid #808080;border-left: 2px solid #808080;transform-origin: center}
.hc-mobile-nav span.nav-next::before {transform: translate(-50%, -50%) rotate(135deg)}
.hc-mobile-nav li.nav-back span::before {transform: translate(-50%, -50%) rotate(-45deg)}
.hc-mobile-nav.side-right span.nav-next::before {margin-left: 0;margin-right: -2px;transform: translate(-50%, -50%) rotate(-45deg)}
.hc-mobile-nav.side-right li.nav-back span::before {margin-left: 0;margin-right: -2px;transform: translate(-50%, -50%) rotate(135deg)}
.hc-mobile-nav.nav-levels-expand .nav-container ul .nav-wrapper, .hc-mobile-nav.nav-levels-none .nav-container ul .nav-wrapper {box-shadow: none;background: transparent}
.hc-mobile-nav.nav-levels-expand .nav-container ul ul a, .hc-mobile-nav.nav-levels-none .nav-container ul ul a {font-size: 14px}
.hc-mobile-nav.nav-levels-expand .nav-container li, .hc-mobile-nav.nav-levels-none .nav-container li {	transition: background .3s ease}
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open, .hc-mobile-nav.nav-levels-none .nav-container li.level-open {background: rgba(0,0,0,0.5);}
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a, .hc-mobile-nav.nav-levels-none .nav-container li.level-open a {border-bottom: 1px solid #295887}
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a:hover, .hc-mobile-nav.nav-levels-none .nav-container li.level-open a:hover {background: #0095f8}
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open>a .nav-next::before, .hc-mobile-nav.nav-levels-none .nav-container li.level-open>a .nav-next::before {margin-top: 2px;transform: translate(-50%, -50%) rotate(45deg)}
.hc-mobile-nav.nav-levels-expand .nav-container span.nav-next::before, .hc-mobile-nav.nav-levels-none .nav-container span.nav-next::before {margin-top: -2px;transform: translate(-50%, -50%) rotate(225deg)}
#main-nav {	display: none}
header {position: relative;	padding: 50px 0 20px}
header .git svg {width: 15px;height: 15px;fill: #fffce1;position: relative;top: 2px;padding: 0 10px;margin-right: 10px;border-right: 1px solid #4daabb;transition: border-color .15s ease-in-out}
header .toggle {position: absolute;cursor: pointer;display: none;z-index: 9980;min-height: 24px;top:0;right:0;display: block;cursor: pointer;box-sizing: content-box;font-size: 16px;line-height: 24px;margin-right:0; z-index: 55;}
header .toggle span {width: 20px; top: 50%;}
header .toggle span, header .toggle span::before, header .toggle span::after {position: absolute;left: 50%;height: 2px;background: #fff;transition: all .1s ease;margin-left:-10px;border-radius:50%;}
header .toggle span::before, header .toggle span::after {content: '';width: 100%;border-radius:5px;}
header .toggle span::before {top: -5px}
header .toggle span::after {bottom: -5px}
header .toggle-open span::before {top: -8px}
header .toggle-open span::after {bottom: -8px}
header .toggle.toggle-open span {background: rgba(0,0,0,0);	transform: rotate(45deg)}
header .toggle.toggle-open span::before {transform: translate3d(0, 8px, 0)}
header .toggle.toggle-open span::after {transform: rotate(-90deg) translate3d(8px, 0, 0)}
header .toggle div {display: inline-block;margin-right: 15px}
.hc-mobile-nav .nav-container {width: 280px}
.hc-mobile-nav a {font-size: 14px;text-transform:capitalize;}
.hc-mobile-nav ul li ul li a {font-size: 13px;font-family:'sofiapro_bold';text-transform:capitalize;}
.hc-mobile-nav ul.first-nav > li > a{font-family: "sofiapro_bold";}
.hc-mobile-nav ul.second-nav > li > a{text-transform:uppercase;font-family: "sofiapro_bold";}
@media only screen and (max-width: 992px){
header .wrapper{ display: block;} }
header.small .mainmenu-area{padding-top:0;}


/*reset*/
:focus{outline:0;}
img{border:none; height:auto; max-width: 100%;}
body,ul,img,p,input,dl,dd,tr,th,td{margin:0;padding:0;}
input{padding:0px;vertical-align: middle;line-height: normal;border:none;} 
.clearfix{*zoom:1;}
.clearfix:before,.clearfix:after{line-height:0; display:taFble; content:"";}
.clearfix:after{clear:both;}
a:hover{text-decoration:none;}
a:focus {outline-style:none; -moz-outline-style: none; text-decoration:none;}
.clear{ clear:both;}
body{font-size:15px;font-family:'sofiapro',arial, sans-serif;color:#808080;background:#fff; overflow-x:hidden; line-height: 26px;}
a{color: #808080; line-height: 26px;}
.h4 , p{margin: 0px;}
a,img, a:hover{transition: 0.6s all;-webkit-transition: 0.6s all;-o-transition: 0.6s all; -moz-transition: 0.6s all;-ms-transition: 0.6s all;}
.page ul{ padding-left: 16px;}
iframe{width: 100%; max-width: 100%;}

.table-responsive ul li {list-style-position: inside !important; }
.table-responsive td{ padding-left:8px}
.table-responsive {min-height: .01%; overflow-x: auto;}


/*Search*/
.search_box{float:left;width:230px;}
.search i{width:40px; height:40px; text-align:center;background:#eee url(../images/search_ico.png) no-repeat center center;display:inline-block; border-radius: 50%;}
.top-search { display: block; width:100%;}
.top-search em{font-size:16px; text-align:left;color:#333; margin:10px 0;text-transform:capitalize;display:none;font-family: "sofiapro_bold"; font-style: normal;}
.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 {box-shadow:none;border:none;background:#fff; color:#777;height:32px;line-height:32px;padding:0 40px 0 0;text-align:left; font-size: 14px; border-bottom: 1px solid #ccc; color: #808080; border-radius: 0; margin-top: 6px;}
.top-search input.form-control:focus{color:#333;font-style:inherit;border-color: 1px solid #a0120e;}
.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;}/* Mozilla Firefox 19+ */ 

.top-search .input-group-addon.close-search {cursor: pointer;}
.top-search .input-group{ width:100%;}
.btn_search1 {background:url(../images/search_ico.png) no-repeat center right;top:0px;position: absolute;right:0;width:44px;z-index: 3; width: 40px; height: 40px; }
.header_search {position: relative;}
.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;}
.top_overly{z-index: 9999998;position:fixed;top:0;left:0;width:100%;height:100%;background:#000;opacity:0.5;filter:alpha(opacity=50);-moz-opacity:0.5;display:none;}
@media only screen and (max-width: 1200px) {
	.search_box{margin:0;max-width:100%;padding:0;width:auto;}
	.top-search .input-group {padding:10px 20px;margin:0 auto;}
	.top-search { display: none; width:90%;position:absolute;left:5%;z-index:99999999;background:#f5f5f5; margin-top: 0px; top:40px;}
	.top-search em,.top-search .input-group-addon.close-search{display:block;}
	.top-search .form-control{height:50px;line-height:50px;background:#fff;}
	.btn_search1{height:50px;width:50px;}
	.attr-nav{display: block; padding-top: 0px; margin-left: 18px;}
}

/*cssmenu*/
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {border: 0 none;box-sizing: border-box;display: block;line-height: 1;list-style: outside none none;margin: 0;padding: 0;position: relative; }
#cssmenu::after, #cssmenu > ul::after {clear: both;content: ".";display: block;height: 0;line-height: 0;visibility: hidden;}
#cssmenu ul ul li.has-sub > a::after {border-bottom: 2px solid #e0b48e;border-right: 2px solid #e0b48e;content: "";height: 6px;position: absolute;right: 15px;top: 16px;transform: rotate(-45deg);transition: border-color 0.2s ease 0s;width: 6px;color: #333;}
#cssmenu ul ul li.has-sub:hover > a::after {border-color: #fff;}
#cssmenu #menu-button {display: none;}
#cssmenu {line-height: 1;margin: auto; width: auto;z-index: 55; float:left;  transition: 0.5s all;-webkit-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; text-align: left; float: left;}
#cssmenu > ul > li {float: left; margin-left:68px;}
#cssmenu > ul > li:first-child{ margin-left: 0;}
#cssmenu > ul > li > a{color:#111;font-size:18px;padding:23px 0; text-decoration: none;line-height:30px;position: relative;}
#cssmenu > ul > li > a:after{width:0;height:1px;left:0%;  content:'';transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all;-moz-transition: 0.5s all;-ms-transition: 0.5s all; bottom:20px;  position: absolute;background:#333;}
#cssmenu > ul > li > a:before{ background: url(../images/nav_bg.png) no-repeat center center; width: 60px; height: 55px; content: ''; position: absolute; left: 50%; top: 100%; margin-left: -30px; margin-top: -28px; opacity: 0;transition: 0.6s all;}
#cssmenu > ul > li:hover >a:after,#cssmenu > ul > li.active>a:after{ width: 100%;}
#cssmenu > ul > li:last-child > a{ margin-right: 0;}
#cssmenu > ul > li.active>a:before,#cssmenu > ul > li:hover>a:before{ top:50%; opacity: 1;}
#cssmenu ul ul {left: -9999px;position: absolute;transform-origin: 0 0 0;transition: -moz-transform 0.5s ease 0s, opacity 0.3s ease 0s;}
#cssmenu li:hover > ul {left: auto;}
#cssmenu ul ul li {height: 0;transition: height 0.2s ease 0s;background: #fff; margin-bottom: 4px;}
#cssmenu ul li:hover > ul > li {height: auto;}
#cssmenu ul ul li a {color: #444;font-size: 15px;padding: 12px 10px;text-decoration: none;transition: color 0.2s ease 0s;width: 230px;}
#cssmenu ul ul li:hover { background: #e0b48e !important;}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {color: #fff;}
#cssmenu > ul > li >ul {position: absolute;margin: 30px 0 0 0;height: 0px;transition: all 0.5s ease 0s;opacity: 0;top:auto;}
#cssmenu > ul > li:hover > ul {margin: 0 0 0 0px;height: auto;opacity: 1;}
#cssmenu > ul > li > ul > li > ul {margin-left:120%;top: -10px !important;transition: all 0.5s ease 0s;opacity: 0;}
#cssmenu > ul > li > ul > li:hover > ul {transition: all 0.5s ease 0s;margin-left: 100%;top: 0;padding: 0px 0 0 0;opacity: 1;}
#cssmenu ul li ul {box-shadow: 0px 5px 10px rgba(0,0,0,0.15); padding: 10px !important; background: rgba(255,255,255,1);}
@media only screen and (max-width: 992px) {#cssmenu {display: none;}}


/*index*/
.height{ padding-top: 114px;}
.top_section #logo{ float: left; margin-top:18px;transition: 0.6s all; width:302px;}
.top_section .header_top{ display: inline-block;}
.top_section .top_right{text-align: right; float: right;}
.top_section .language{float: right; margin-left: 36px; margin-top: 7px;}
.top_section .language a{ width: 232px; height: 32px; border-radius: 50%; display: inline-block; border: 1px solid #eee; line-height: 30px; text-align: center; text-transform: uppercase; margin-left: 6px;}
.top_section .language a:hover:nth-child(1){ background: #e0b48e; border: 1px solid #e0b48e;}
.top_section .language a:hover:nth-child(2){ background: #8895a5; border: 1px solid #8895a5;}
.top_section .language a:hover:nth-child(3){ background: #b9c3b8; border: 1px solid #b9c3b8;}
.top_section .language a.active,.top_section .language a:hover{ color: #f3f3f3; background: #008aa7;}

@media only screen and (max-width:992px) {
.top_section .language{display:none;}
}
.lang_web{padding: 15px !important; background: #eee;}
.lang_web .h4{padding-bottom: 10px; margin-bottom: 10px; font-size: 14px;  color: #333;font-family: "sofiapro_bold";}
.lang_web li{ border:none; padding: 0; float: left; width:33.33%; margin-bottom: 5px;}
.lang_web li img{ border-radius: 50%; margin-right: 4px; width: 20px;}
.lang_web li a{ font-weight: normal; line-height: 24px; padding: 0 !important; border: 0; font-size: 13px; text-align: center;line-height: 32px; width: 32px; border-radius: 50%; text-transform: uppercase; color: #fff;}

.lang_web li:nth-child(1) a{ background: #e0b48e;}
.lang_web li:nth-child(2) a{ background: #e0b48e;}
.lang_web li:nth-child(3) a{ background: #8895a5;}
.lang_web li:nth-child(4) a{ background: #b9c3b8;}

header{width: 100%;z-index: 9999998;padding: 0;position:fixed; background:rgba(255,255,255,0.8);}
header.small{left:0; top:0;padding:0; background: #fff; position:fixed;box-shadow: 0px 5px 10px rgba(0,0,0,0.15);font-size:100%;}
@media only screen and (min-width:992px) {
header.small .header_section #logo{ width:200px;}
header.small #cssmenu > ul > li > a{ padding: 11px 0;}
header.small .attr-nav .search{margin-top: 4px;}
header.small .top_section #logo{width: 220px;}
header.small  #cssmenu > ul > li > a:after{bottom: 0;}

}

@media only screen and (max-width:1460px) {
#cssmenu > ul > li{margin-left:40px;}
}


@media only screen and (max-width:1330px) {
#cssmenu > ul > li{margin-left:40px;}
.top_section .top_sns{display: none;}
}

@media only screen and (max-width:1200px) {
#cssmenu > ul > li > a{ font-size: 15px;}
#cssmenu > ul > li{margin-left: 28px;}

}




@media only screen and (max-width:992px) {
.language_select{padding-left: 0px; margin-top: 2px; margin-right: 130px;}
.top_section .header_con{display: none;}
.top_section .header_top:after{display: none;}
.top_section{height: 56px;}
.top_section .container{ width: 100%; padding: 0;}
.top_section .top_sns{display: none;}
.search_box{margin-top: 0;}
.attr-nav .search{ position: absolute; right: 56px; top: 0px;}
.height{padding-top: 56px;}
.top_section #logo{margin-top:8px; margin-left: 15px; width:auto;}
.top_section #logo img{ max-height:40px;}
.attr-nav .search{ margin: 0;  width: 56px; height: 56px;}
.search i{width: 56px; height: 56px; border-radius: 0; background-color: #eee;}
.top_section #logo{width: auto;}
.attr-nav .search i{line-height: 56px;}
.top-search em{font-size: 18px;}
.top-search .input-group{padding: 20px;}
header.small{ height: 56px;}
.top_section .top_right{padding-left: 0;}

}

@media only screen and (max-width:500px) {
.language_select dt span{ display: none;}
.language_select dt img, .language_select dd ul li a img{margin-right: 0;}
}
@media only screen and (max-width:400px) {
header.small,header{ height: 46px; background: #fff;}
.wrapper .toggle{width: 46px; height: 46px;}
.search i{width: 46px; height: 46px;}
.language_select dt{font-size: 14px;}
.header_section .header_con{margin-top: 6px;}
.header_section #logo{margin-top: 12px;}
.header_section #logo img{max-height: 22px;}
.height{padding-top: 46px;}
.top_section .language_select{margin-right: 100px;}
.attr-nav .search i{line-height: 46px; font-size:16px;}
.top_section #logo img{max-height: 30px;}
.attr-nav .search{width:46px; height: 46px; right: 46px;}
.header_section .header_con{margin-right: 100px;}
.top_section .language_select{margin-top: 0;}
}


/* banner */
.bs-slider{ overflow: hidden;  position: relative;}
.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;}
.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;}
.control-round .carousel-control {top: 50%;z-index:555;color: #ffffff;display: block;cursor: pointer;overflow: hidden;text-shadow: none;position: absolute;background: transparent;}
.control-round:hover .carousel-control{opacity: 1;}
.control-round .carousel-control.left:hover,.control-round .carousel-control.right:hover{border: 0px transparent;}
.control-round .carousel-control {margin: 0 60px;width: 70px;height: 70px;-webkit-transition: width 0.3s, background-color 0.3s;transition: width 0.3s, background-color 0.3s;margin-top:-31px !important;}
.carousel-control .icon-wrap {position: absolute;}
.carousel-control.left .icon-wrap {left: -80px; transition: 0.5s all;}
.carousel-control.right .icon-wrap {right: -80px; transition: 0.5s all;}
#bootstrap-touch-slider2:hover .carousel-control.left .icon-wrap {left: 0px;}
#bootstrap-touch-slider2:hover .carousel-control.right .icon-wrap {right: 00px;}

.banner .indicators-line > .carousel-indicators{right: 0%;bottom:5px;left: auto;width: 100%;height: 20px;font-size: 0;overflow-x: auto;text-align:center;overflow-y: hidden;
white-space: nowrap;}
.banner .indicators-line > .carousel-indicators li{padding: 0;width: 12px;height: 12px;text-indent: 0;overflow: hidden;text-align: left;position: relative;margin-right: 5px;z-index: 10;
cursor:pointer;background:rgba(255,255,255,1);border:none; border-radius: 50%;}
.banner  .indicators-line > .carousel-indicators li:last-child{margin-right: 0;}
.banner  .indicators-line > .carousel-indicators .active{margin: 1px 5px 1px 1px;background-color: #e0b48e;position: relative;-webkit-transition: box-shadow 0.3s ease;
-moz-transition: box-shadow 0.3s ease;-o-transition: box-shadow 0.3s ease;transition: box-shadow 0.3s ease;-webkit-transition: background-color 0.3s ease;-moz-transition: background-color 0.3s ease;-o-transition: background-color 0.3s ease;transition: background-color 0.3s ease;}
.banner .indicators-line > .banner .carousel-indicators .active:before{transform: scale(0.5);background-color:rgba(255,255,255,0.5);content:"";position: absolute;
left:-1px;top:-1px;width:23px;height: 5px;border-radius: 50%;-webkit-transition: background-color 0.3s ease;-moz-transition: background-color 0.3s ease;-o-transition: background-color 0.3s ease;transition: background-color 0.3s ease;}
.banner_text {position: absolute;bottom: 50%;width:100%;left:0;transition: all 0.5s;-webkit-transform: translate(0%, 50%);-moz-transform: translate(0%, 50%);-ms-transform: translate(0%, 50%);-o-transform: translate(0%, 50%);transform: tanslate(0%, 50%); text-align: center;}
.slide-text { background: rgba(0,0,0,0.3); max-width: 900px; padding: 60px 5%; margin: 0 auto;}
.slide-text .more{ background: #26469d; line-height: 40px; padding: 0px 30px; display: inline-block; color: #fff; text-transform: uppercase;font-family: "sofiapro_bold"; }
.slide-text  .h4{ padding: 0;-webkit-animation-delay: 0.7s; animation-delay: 0.7s;}
.slide-text p{ font-size: 20px; color: #fff;}
.slide-text  .h4 a{ font-family: "sofiapro_bold";  font-size:46px;color:#fff; display:inline-block; margin-bottom: 30px; text-transform: uppercase;overflow: hidden;line-height:60px;}
.slide-text  .h4 .color1{ background: rgba(253,116,0,0.9); display: inline-block; padding: 0px 50px;}
.slide-text  .h4 .color2{ background: rgba(48,52,63,0.9); display: inline-block; padding: 0px 50px;}


@media (max-width:1200px) {
.slide-text{padding: 30px; background: none;}
.slide-text .h4 a{font-size: 30px; line-height:40px;}
}
@media (max-width:768px) {
.slide-text .h4 a{ font-size: 20px; line-height:30px;}
.banner .indicators-line > .carousel-indicators{ bottom: 20px;}
.slide-text .h4 a{margin-bottom: 0;}
.slide-text p{font-size: 16px;}
.banner_text{right: 0;}
}
@media (max-width:480px) {.slide-text{ display: none;}}

/* 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 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; text-align: center;}
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.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; }
.slick-dots { position: absolute; bottom: 0; list-style: none; display: block; text-align: center; padding: 0px 3px; width: 100%; z-index:999;}
.slick-dots li { position: relative; display: inline-block; height: 8px; width:8px; margin: 0px 6px; padding: 0px; cursor: pointer;background:#cccccc;border-radius:50%;z-index: 10;transition: 0.5s all;}
.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:#aaa;border-radius:50%;padding:0;transition: 0.5s all;}
.slick-dots li button:focus { outline: none;}
.slick-dots li.slick-active button,.slick-dots li.slick-active{ width:24px; background:#e0b48e; border-radius:10px;}
.slick-dots li.slick-active:before{ width: 50px; z-index: 333; opacity: 1; left: 0px;}

@media only screen and (max-width:992px) {
.slick-dots{bottom: -30px;}
}


.i_title{margin-bottom:30px;text-align: center; position: relative;}
.i_title:after{ position: absolute; left: 50%; top: 50%; width: 146px; height: 165px; content: ''; background: url(../images/title_line.png) no-repeat center center; margin-top: -82px; margin-left: -73px;}
.i_title .h4{color:#333;font-size:50px; line-height:50px;font-family: "Canela"; text-transform:capitalize; z-index: 2; position: relative; margin-bottom: 10px;}
.i_title p{ font-size: 14px; line-height: 26px; color: #999; max-height: 52px; overflow: hidden; max-width:670px; margin: 0 auto;}

.title_l{ text-align: left;}
.title_l .h4{background-position: left bottom; color: #fff;}
.title_l p{text-align: left; margin: 0; color: #fff;}
@media only screen and (max-width:1360px) {
.i_title .h4{font-size:40px;}
.i_title:after{background-size: 80px auto;}
}
@media only screen and (max-width:1200px) {
.i_title .h4{font-size:32px; margin-bottom: 10px; line-height: 32px;}
}

@media only screen and (max-width:992px) {
.title_l{text-align: center;}
.title_l p{text-align: center;}
.title_l .h4{  background-position: center bottom;}
.i_title{margin-bottom: 15px;}
.i_title .h6{display: none;}
.i_title .h4{font-size:30px; line-height: 30px; margin-bottom: 20px;}
.i_title p{ line-height: 20px; max-height: 40px; margin-top: 5px;}
}
@media only screen and (max-width:768px) {
.i_title .h4{font-size: 24px; margin-bottom: 10px;}
}

/*pro_section*/
.img_h{position: relative;display:block;text-align:center;-webkit-transition: all 0.5s ease 0.1s;-moz-transition: all 0.5s ease 0.1s;-o-transition: all 0.5s ease 0.1s;transition: all 0.5s ease 0.1s;}
.img_h .img2 {opacity:0;position:absolute;left:0;top:0; width:100%; height:100%; overflow:hidden;}
li:hover .img_h .img1{opacity:0;}
li:hover .img_h .img2{opacity:1;}

.pro_section {padding: 80px 0;}
.pro_section .li{ position: relative; background: #fff; border: 1px solid #fff; text-align: center; padding: 10px; padding-bottom: 20px; margin:15px 15px 25px; transition: 0.5s all;box-shadow: 0px 5px 20px rgba(0,0,0,0.1);}
.pro_section .li .img{ display: block; overflow: hidden;}
.pro_section .li .h4 a{ display: block; font-family: "sofiapro_bold"; font-size: 20px; color: #333; line-height:30px; overflow: hidden; margin-top: 20px; margin-bottom: 15px; white-space: nowrap; text-overflow: ellipsis;}
.pro_section .li p{ font-size: 14px; color: #999; display: block; overflow: hidden; line-height: 26px; height: 52px; transition: 0.5s all;}
.pro_section .li .more{ display: inline-block;  padding: 0px 20px; background: #e0b48e; line-height:42px; color: #fff; font-size: 16px; position: absolute; bottom:-200px; left: 10%; width: 80%; letter-spacing: 2px; text-transform: uppercase;}

.pro_section .li:hover{border: 1px solid #e0b48e; }
.pro_section .li:hover p{ opacity: 0;}
.pro_section .li:hover .img img{transform: scale(1.1);}
.pro_section .li:hover .more{ bottom: 25px;}
.pro_section .li .more:hover{ background: #e0b48e;} 
.pro_section .li:hover .img_h .img1{opacity:0;}
.pro_section .li:hover .img_h .img2{opacity:1;}


.pro_section .slick-prev{width:30px; height:30px; position:absolute; left:-50px; top:50%; vertical-align: middle;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:none; opacity:1; margin-top:-15px; border-radius: 5px;}
.pro_section .slick-prev::before{border-radius: 0;color:#e5e4e0;display: inline-block;font-family: "FontAwesome";font-size:40px; content: "\f104"; line-height:34px;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.pro_section .slick-next{width:30px; height:30px; position:absolute; right:-50px; top:50%; vertical-align: middle;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:none; opacity:1; margin-top:-15px; border-radius: 5px;}
.pro_section .slick-next::before{border-radius: 0;color:#e5e4e0;display: inline-block;font-family: "FontAwesome";font-size:40px; content: "\f105"; line-height:34px;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}

@media only screen and (max-width:1200px) {
.pro_section .slider{ padding: 0px 30px;}
.pro_section .slick-prev{left: 0px;}
.pro_section .slick-next{right: 0px;}
.pro_section .li .h4 a{font-size: 16px; margin: 10px 0 0;}
}
@media only screen and (max-width:992px) {
.pro_section{padding: 40px 0;}
}

/*cate_section*/
.cate_section{background-attachment: fixed !important; background-size: cover !important; padding: 100px 120px 150px; position: relative;}
.cate_section:after{ position: absolute; left: 0px; bottom: -1px; width: 100%; height: 75px; background: url(../images/index_line.png) no-repeat center bottom; content: '';}
.cate_section .i_title .h4,.cate_section .i_title p{ color: #fff;}
.cate_section  ul li{ list-style: none; float: left; width: 33.33%; padding: 0px 10px; margin-bottom: 20px;transition: 0.6s all;}
.cate_section  ul li:nth-child(4){ width: 50%; clear: both;}
.cate_section  ul li:nth-child(5){ width: 50%;}
.cate_section  ul li .li{ position: relative;}
.cate_section  ul li .li .title{ position: absolute; left: 40px; top: 40px;font-family: "Canela"; color: #000; font-size: 36px; line-height: 50px; max-width:260px;}
.cate_section  ul li .li i{ display: inline-block; position: absolute; left: 40px; bottom: 40px; width: 58px; height: 58px; line-height: 58px; border-radius: 50%; background: #fff; text-align: center; font-size: 24px; color: #676362;}
.cate_section  ul li .li .a{ display: block; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 555;}
.cate_section  ul li: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,-10px,0);-webkit-transform:translate3d(0,-10px,0);}


@media only screen and (max-width:1600px) {
.cate_section{padding: 100px 60px 150px;}
.cate_section ul li .li .title{font-size:30px; line-height:40px;}
}

@media only screen and (max-width:1200px) {
.cate_section ul li .li .title{font-size:20px; line-height:30px; left: 10px; top: 10px;}
.cate_section ul li .li i{width: 30px; height: 30px; line-height: 30px; left: 10px; bottom: 10px; font-size: 16px;}

}
@media only screen and (max-width:992px) {
.cate_section{padding: 60px 15px 80px;}
}

@media only screen and (max-width:768px) {
.cate_section {padding-bottom: 30px;}
.cate_section ul li .li .title{font-size: 16px;}
.cate_section:after{display: none;}
}
@media only screen and (max-width:590px) {
.cate_section  ul li{ width:100%}
.cate_section ul li img{width: 100%;}
.cate_section  ul li:nth-child(4){ width: 100%; clear: both;}
.cate_section  ul li:nth-child(5){ width: 100%;}
.cate_section ul li .li .title{font-size: 22px; line-height: 40px;}
}
/*cate_section*/
.my_more1{display: inline-block; text-transform: uppercase; font-size: 16px;color: #113034; position: relative; z-index: 555;position: relative; background: none; line-height: 58px; padding: 0px 60px; letter-spacing: 2px; border: 1px solid #113034;}
.my_more1:hover{ background: #e0b48e; color: #fff; border: 1px solid #e0b48e;}
@media only screen and (max-width:768px) {
.my_more1{ line-height: 40px; font-size: 14px;}
}
.n_main .my_more1{ line-height: 36px; font-size: 14px;}
.my_more1:hover{ padding-right:50px !important;}
.my_more1:before { content: ' '; position: absolute; background:rgba(255,255,255,0.3); width:0; height: 100%; top: 0; left:0; opacity: 0.3; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out; }
.my_more1:hover:before{ width: 100%;}
.my_more1:after{ position: absolute; right: 0px; top: 0px; width: 40px; height: 100%; display: inline-block; content: ''; background:url(../images/ico_jt.png) no-repeat center center; opacity: 0;}
.my_more1:hover:after{animation: more_i 1.5s infinite; opacity: 1; right: 10px;}
@keyframes more_i {
0% {
transform: translateX(-3px); }
50% {
transform: translateX(3px); }
100% {
transform: translateX(-3px);} }

/*about_section*/
.about_section{ padding: 90px 0 120px; background: url(../images/about_bg.jpg) no-repeat center top; background-size: cover; overflow: hidden;}
.about_section .about_p{ color: #113034; font-size: 30px; line-height: 50px;font-family: "Canela"; max-width: 1200px; margin: 20px auto;}

.about_section .about_img{ float: left; width: 50%; position: relative; text-align: right; margin-top:80px;}
.about_section .about_bg{ width:95%; height: 500px;border-top: 14px solid #c9dddb; border-right: 14px solid #c9dddb; position: relative; margin: 0 auto;}
@media only screen and (min-width:992px) {
.about_section .about_bg .li1{ display: block; position: absolute; right: 45%; z-index: 13; top: -76px; width:60%; box-shadow: 20px 0px 30px rgba(0,0,0,0.1);}
.about_section .about_bg .li2{ display: block;position: absolute; left: 45%; z-index: 14; top:77px;width: 60%;box-shadow: 20px 0px 30px rgba(0,0,0,0.1);}
}
.about_section .about_bg .year{ position: absolute; left: -4%; bottom:-50px;}
.about_section .about_bg .year_main{ position: relative;}
.about_section .about_bg .year p{ font-size: 16px; color: #333;  transform: rotate(-90deg); display: inline-block;font-family:'sofiapro_bold'; position: absolute; top: 50%; left: 0; margin-top: -70px; width: 140px; text-align: center; margin-left: -100px; letter-spacing: 1px;}
.about_section .about_bg .year .h4{font-size: 120px; color: #333; line-height: 120px; margin-top: -98px;font-family: "Canela";background: url(../images/year.jpg) no-repeat bottom center;background-origin: border-box;-webkit-background-clip: text;-webkit-text-fill-color: transparent; background-size: cover; display: inline-block;}

.about_section .about_text{ padding-left: 48px; float: left; width: 50%; margin-top: 30px;}
.about_section .about_text .com{ font-size: 32px; color: #333; display: block; line-height: 32px; margin-bottom: 10px;font-family:'sofiapro_bold'; }
.about_section .about_text .about_line{ width: 82px; height: 1px; margin: 20px 0; display: inline-block; background: #dcd3cc;}
.about_section .about_text .p{ font-size: 16px; color: #333; line-height: 34px; max-height: 204px; overflow: hidden;}

.about_section .about_text .about_ceo{ background: url(../images/about_ico.png) no-repeat right top; margin: 50px 0;}
.about_section .about_text .about_ceo .ceo_img{ float: left; width: 120px; height: 120px; border: 1px solid #fff; border-radius: 50%; overflow: hidden; margin-right: 20px;box-shadow: 20px 0px 30px rgba(0,0,0,0.1);}
.about_section .about_text .about_ceo p{ color: #ce9969; line-height: 30px; font-style: italic; font-size: 16px; margin: 10px 0 5px;}
.about_section .about_text .about_ceo .ceo_name{ font-size: 18px; color: #333;font-family:'sofiapro_bold'; line-height: 40px;}
.about_section .about_text .about_ceo i{ width: 40px; height: 1px; float: left; margin-right: 20px; background: #e6e6e6; margin-top: 20px;}

@media only screen and (max-width:1600px) {
.about_section .about_bg .year{left: 0px;}
}
@media only screen and (max-width:1390px) {
.about_section .about_bg{height: 420px;}
}
@media only screen and (max-width:1200px) {
.about_section .about_p{font-size: 20px; line-height: 30px;}
.about_section .about_bg .year{display: none;}
}

@media only screen and (max-width:992px) {
.about_section{padding: 40px 0;}
.about_section .about_img{width: 100%; margin-top:20px;}
.about_section .about_bg{ border:none; height: auto;}
.about_section .about_bg .li1,.about_section .about_bg .li2{ float: left; width: 50%;}

.about_section .about_text{width: 100%; padding-left: 0; text-align: center;}
.about_section .about_text .about_ceo{ display: none;}
.about_section .about_text .p{margin-bottom: 20px;}

}
/* Numbers */
.numbers{position: relative; background: #f7f8f9; padding: 100px 0 140px;}
.numbers:after{ position: absolute; left: 0px; bottom: -1px; width: 100%; height: 75px; background: url(../images/index_line2.png) no-repeat center bottom; content: '';}
.numbers .percent-blocks{margin: 0px -5%;}
.numbers .mun_main{padding:40px 0px; position:relative; cursor:pointer;}
.numbers > .container > div{position: relative;z-index:100;}
.number-plus .numbers__num{ position:relative;}
@media only screen and (max-width:1440px) {.numbers > .container > div{ margin:0;}	}
.numbers__one{width:25%;float:left;position:relative; text-align:center;}
.numbers__one .h4{ font-size:26px; color:#333; text-transform:uppercase; margin-top:26px;}
.numbers__one .img img{ position: relative; z-index: 555; display: inline-block;}
.numbers__one:hover .img img{filter:FlipH; transform: rotateY(180deg);}
.numbers__one .num{ color:#fff;font-size:60px;line-height:60px; display: inline-block; font-family: "Canela";  margin: 40px 0 16px; position: relative;}
.numbers__one .numbers__num{ display: inline-block; position: relative; z-index: 555;}
.numbers__one .num_plus{ display: inline-block; margin-left: 6px; font-size: 30px; position: relative; z-index: 555; line-height: 30px;}
.numbers__one .number__desc{color:#777;font-size:18px; line-height:20px;position: relative; text-transform: uppercase; color: #fff; margin-bottom: 15px;font-family:'sofiapro_bold'; }
.numbers__one p{ color: #cfcfcf; font-size: 14px; line-height: 20px; height:40px; max-width: 200px; display: inline-block;}
@media only screen and (max-width:1200px) {
  .numbers__one .num{font-size: 40px; line-height: 40px;margin: 30px 0;}
  .number__desc{font-size: 12px;}
  .numbers__one{margin-top: 0px;}
}
@media only screen and (max-width:992px) {
  .numbers__num, .numbers__one h6{font-size: 30px; line-height: 30px;}
  .number__desc{margin-top: 0;}
  .numbers__one .num{margin: 0;}
}
@media only screen and (max-width:992px) {	.numbers{display: none;}}

/*ser_section*/
.ser_section{ padding: 70px 0 110px; background: linear-gradient(to bottom, #fbead8 ,#fff); position: relative;}
.ser_section .ser_main{ background: #fff; border-radius: 30px; padding: 20px;position: relative;box-shadow:5px 5px 20px rgba(0,0,0,0.05);}
.ser_section .ser_l{ float: left; width: 28%;}
.ser_section .ser_r{ float: right; width:28%;}
.ser_section .li{padding:20px;transition: 0.6s all;}
.ser_section .li .icon{ display: block;}
.ser_section .li:hover .icon{ transform:translate3d(0,-10px,0);-webkit-transform:translate3d(0,-10px,0);}
.ser_section .li .title{ color: #333; font-size: 26px;font-family: "Canela"; text-transform: capitalize; line-height:54px; display: block;}
.ser_section .li p{ font-size: 14px; color: #808080; line-height: 26px; height: 52px; overflow: hidden;}
.ser_section .ser_l{text-align: right;}
.ser_section .ser_pic{ position: absolute; left: 30%; width: 40%; text-align: center;bottom: 50%;transition: all 0.5s;-webkit-transform: translate(0%, 50%);-moz-transform: translate(0%, 50%);-ms-transform: translate(0%, 50%);-o-transform: translate(0%, 50%);transform: tanslate(0%, 50%); background: url(../images/ser_bg.jpg) no-repeat center center;}
.ser_section .ser_pic .img{ border-radius: 50%; display: inline-block; overflow: hidden;}

@media only screen and (max-width:1330px) {
.ser_section .li .title{font-size: 18px; line-height: 20px; height: 40px;}
}

@media only screen and (max-width:992px) {
.ser_section{padding: 40px 0;}
.ser_section .li{padding: 15px;}
.ser_section .ser_pic{display: none;}
.ser_section .ser_l{ float: left; width: 50%;text-align: left;}
.ser_section .ser_r{ float: right; width: 50%; text-align: left;}
.ser_section .ser_l .title img{float: left; margin-left: 0px; margin-right: 10px; width: 40px;}
.ser_section .ser_r .title img{margin-right: 10px; width: 40px;}

}

@media only screen and (max-width:400px) {
.ser_section .ser_l{ float: left; width: 100%;text-align: left;}
.ser_section .ser_r{ float: right; width: 100%; text-align: left;}
.ser_section .li .icon{ width:50px;}

}


/*news_section*/
.news_section{ padding-bottom: 90px;}
.news_section *{transition: 0.6s all;-webkit-transition: 0.6s all;-o-transition: 0.6s all; -moz-transition: 0.6s all;-ms-transition: 0.6s all;}
.news_section .li{ background: #f9f9f9;margin: 0px 15px; text-align: left; position: relative; border-bottom-right-radius: 26px;}
.news_section .li .img{ display: block; width:100%;overflow: hidden;}
.news_section .li:hover img{transform: scale(1.1);}
.news_section .li .title{ display: block; font-size: 20px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;font-family:'sofiapro_bold'; padding: 0px 25px; margin: 20px 0 10px;}
.news_section .li p{ font-size: 14px; color: #999; line-height: 26px; height: 52px; overflow: hidden; padding: 0px 25px;}
.news_section .li .news_day{ display: inline-block; background: url(../images/news_date.png) no-repeat left center; padding-left: 36px; border-top: 1px solid #b9c4b4; line-height: 50px; margin-left: 25px; margin-top: 30px; font-size: 13px; color: #b9c4b4;}
.news_section .li .more{ display: inline-block; line-height: 58px; height: 58px; width: 58px; text-align: center; font-size: 24px; text-align: center; background: #b9c4b4; color: #fff; border-bottom-right-radius: 26px; position: absolute; right: 0px; bottom: 0px;}
.news_section .li .more i{ line-height: 58px;}
.news_section .li:hover .more{ background: #e0b48e;}

@media only screen and (max-width:992px) {
.news_section{padding-bottom: 50px;}
.news_section .li .title{font-size: 18px;}

}
/*footer*/
#footer{color:#bbb; font-size:14px; position:relative; padding-top: 60px;background-size: cover !important;}
#footer ul li{ list-style:none;}
#footer .modules a{ color:#bbb; font-size:14px; }
#footer .modules a:hover{ color:#fff; text-decoration:underline;}
#footer section {position: relative; z-index: 555;}
#footer .footer_tags ul li a,#footer .footer_follow ul li a{ line-height:20px; display:inline-block; position:relative; padding-left:0px; text-transform: capitalize;}

#footer .footer_follow{float:left; width:19%;padding-right:6%;}
#footer .footer_con{ float: left; width: 31%;padding-right:4%;}
#footer .footer_tags{float:left; width:20%;padding-right:4%;}
#footer .footer_email{float:left; width:30%;}

#footer .footer_logo{  margin-bottom: 20px;}
#footer .footer_about  .i_more{ line-height: 40px; padding: 0px 26px; border: 1px solid #717171; margin-top:20px;}
#footer .footer_about  .i_more:before{ background: #717171;}
#footer .footer_about  .i_more:hover{border: 1px solid #ee7700; text-decoration: none;}
#footer .footer_about  .i_more:hover:before{ background: #fff;}

#footer .footer_con a{ text-transform: none; line-height: 32px;}
#footer .footer_con .title_h4{display: none;}
#footer .footer_con ul li{ margin-bottom: 10px;}
#footer .footer_con .con_add{ background: url(../images/footer_add.png) no-repeat left 4px; padding-left: 40px; padding-right: 5%;}
#footer .footer_con .con_tel{ background: url(../images/footer_tel.png) no-repeat left 4px; padding-left: 40px;}
#footer .footer_con .con_email{ background: url(../images/footer_email.png) no-repeat left 4px; padding-left: 40px;}
#footer .footer_con .con_web{ background: url(../images/footer_web.png) no-repeat left 4px; padding-left: 40px;}
#footer .footer_con .con_whatsapp{ background: url(../images/footer_whatsapp.png) no-repeat left 4px; padding-left: 40px;}


#footer .email{width:100%; margin-top:25px; margin-bottom:25px;  position:relative;}
#footer .email_main{height:50px;color:#777;float:left; line-height:50px;font-size:14px;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s; width:100%; background: #fff; padding-left:12px;}
#footer .email_main:focus{color:#333;}
#footer .email_btn{  height: 50px; width: 94px; background:#e0b48e url(../images/send_ico.png) no-repeat center center;  position: absolute; right:0; top: 0; border:none;}

#footer  .footer_tags ul li a,#footer .footer_follow ul li a{ line-height:20px; padding:7px 0; display:inline-block; position:relative;}




.footer_bottom {font-size:14px; color:#bbb;line-height:22px; padding:18px 0; margin-top:50px; position: relative; background-size: 100% 100%; border-top: 1px solid rgba(255,255,255,0.15); text-align: center;}
#footer .footer_sns{float: left; margin-right: 40px;}
#footer .footer_sns a{ display: inline-block;margin:0px 2px; width: 38px; height: 38px;  overflow: hidden;  border-radius: 50%; }
.footer_bottom  a{ margin:0px 8px; line-height:22px;}
.footer_bottom  a{ color:#bbb; font-size:14px;}
.footer_bottom  a:hover{color:#fff ; text-decoration:underline;}
.footer_bottom .ipv6 { display:inline-block; margin-right:15px; color: #bbb;}
.footer_bottom .ipv6 img{ margin-right:6px;}
.footer_bottom .links{display:inline-block;}
.footer_bottom #powerby{ display: inline-block;}
#footer .cop{ margin-right: 10px;}
#footer .cop a:hover{ color:#fff ; text-decoration:underline;}
@media only screen and (max-width:1200px) {
#footer:before,#footer:after{display: none;}

}


@media only screen and (max-width:992px) {
#footer .footer_con .title_h4{display: block;}
#footer{ padding-top:25px;}
#footer .footer_follow{float:left; width:100%;padding-right:0;}
#footer .footer_con{ float:left; width:100%; padding-right:0;}
#footer .footer_tags{float:left; width:100%;padding-right:0;}
#footer .footer_email{ float: left; width: 100%;}
#footer{ padding-top:30px; background-size: cover;}
.footer_bottom{ border-top:none; margin-top:0px;padding: 10px 0; text-align: center; margin-top: 10px;}
#footer .footer_sns{margin-top: 0;}
#footer .footer_email .footer_logo{margin-bottom: 10px;}
.footer_bottom:after{ display: none;}
#footer .footer_sns{width: 100%;}
}

*:focus {outline: none;} 
#footer .title_h4{font-size:20px; color:#fff;  font-family: "Canela";text-transform:capitalize; margin-bottom:15px; position: relative; padding-bottom: 20px;}
@media only screen and (min-width: 992px) {
#footer .title_h4:before{ position: absolute; left: 0px; bottom: 0px; background: #515151; content: ''; width: 30px; height: 1px;}
}
@media only screen and (max-width: 992px) {
#footer .title_h4{ position:relative; margin-top:0; background:none; font-size:18px; padding-bottom:0px; padding:6px 10px; margin-bottom:15px; background:rgba(255,255,255,0.1);}
#footer .title_h4:after {  display: block;  content: "\f078";  font-family: "FontAwesome"; position: absolute;  right:15px;  cursor:pointer; font-size:14px; top:6px;  color:#fff;}
#footer .title_h4.active:after { content: "\f077";}
}

/*back-top*/
.back_top{width:40px;height:40px;text-align:center; position:fixed; right:16px;bottom:20px; z-index:99999999; display:none;-moz-transition: all 0.5s;-o-transition: all 0.5s;-webkit-transition: all 0.5s;transition: all 0.5s;}
.back_top:before{content:"\f106";font-family:'FontAwesome';color:#fff;font-size:22px;display:block;line-height:40px;background: rgba(28,28,28,0.5); border: 1px solid rgba(255,255,255,0.5); border-radius: 50%;}
.back_top:hover{text-decoration:none;box-shadow:0 0 10px 2px rgba(0,0,0,0,0.2);}
.back_top:hover:before {animation: scroll_up_anim 1.5s infinite; background: #e0b48e;}
@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;}

/*bottom_ser*/
@keyframes scaleToggleOne { 
0 {
transform:scale(1);
-webkit-transform:scale(1)
}
50% {
transform:scale(1.7);
-webkit-transform:scale(1.7)
}
100% {
transform:scale(1);
-webkit-transform:scale(1)
}
}
@keyframes scaleToggleTwo { 0 {
transform:scale(1);
-webkit-transform:scale(1)
}
20% {
transform:scale(1);
-webkit-transform:scale(1)
}
60% {
transform:scale(1.7);
-webkit-transform:scale(1.7)
}
100% {
transform:scale(1);
-webkit-transform:scale(1)
}
}
@keyframes scaleToggleThree { 0 {
transform:scale(1);
-webkit-transform:scale(1)
}
33% {
transform:scale(1);
-webkit-transform:scale(1)
}
66% {
transform:scale(1.7);
-webkit-transform:scale(1.7)
}
100% {
transform:scale(1);
-webkit-transform:scale(1)
}
}
#online_qq_layer .animated { -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-fill-mode: both; animation-fill-mode: both }
.livechat-girl:focus { outline: 0 }
.livechat-girl:after { content: ''; width: 10px; height: 10px; border-radius: 50%; background-image: linear-gradient(to bottom, #ff0000, #ff0000); position: absolute; right: 1px; top: 1px; z-index: 50 }
.livechat-girl .girl { position: absolute; top: 0; left: 0; width: 100%; height: auto; z-index: 50; background:#366f66; border-radius: 50%; }
.livechat-girl .animated-circles .circle { background: rgba(54,111,102,.25); width: 50px; height: 50px; border-radius: 50%; position: absolute; z-index: 49; transform: scale(1); -webkit-transform: scale(1) }
.livechat-girl .animated-circles.animated .c-1 { animation: 2s scaleToggleOne cubic-bezier(.54,.111,.102, .94) forwards }
.livechat-girl .animated-circles.animated .c-2 { animation: 2.5s scaleToggleTwo cubic-bezier(.54,.111,.102, .94) forwards }
.livechat-girl .animated-circles.animated .c-3 { animation: 3s scaleToggleThree cubic-bezier(.54,.111,.102, .94) forwards }
.livechat-girl.animation-stopped .circle { opacity: 0!important }
.livechat-girl.animation-stopped .circle { opacity: 0!important }
.livechat-girl .livechat-hint { position: absolute; right: 22px; top: 50%; margin-top: -20px; opacity: 0; z-index: 0; -webkit-transition: all .3s cubic-bezier(.86, 0, .07, 1); transition: all .3s cubic-bezier(.86, 0, .07, 1); opacity: 0; }
.livechat-girl .livechat-hint.show_hint { -webkit-transform: translateX(-40px); transform: translateX(-40px); opacity: 1; z-index: 333; }
.livechat-girl .livechat-hint.hide_hint { opacity: 0; -webkit-transform: translateX(0); transform: translateX(0); z-index: -1; }
.livechat-girl .livechat-hint.rd-notice-tooltip .rd-notice-content { width: auto; overflow: hidden; text-overflow: ellipsis }
.rd-notice-tooltip { -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2); box-shadow: 0 2px 2px rgba(0,0,0,.2); font-size: 14px; border-radius: 3px; line-height: 1.25; position: absolute; z-index: 65; max-width: 350px; opacity: 1 }
.rd-notice-tooltip:after { position: absolute; display: block; content: ''; height: 20px; width: 20px; -webkit-box-shadow: none; box-shadow: none; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; z-index: 50 }
.rd-notice-tooltip .rd-notice-content { background: 0; border-radius: 3px; width: 100%; color: #fff; position: relative; z-index: 60; padding: 20px;  line-height: 1.45 }
.rd-notice-type-success { background-color:#e0b48e; -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.2); box-shadow: 0 5px 10px 0 rgba(0,0,0,.2) }
.rd-notice-type-success .rd-notice-content { background-color:#e0b48e; color: #fff; font-size: 14px; position: relative;}
.rd-notice-type-success .rd-notice-content:before {position: absolute;content: '';opacity: 0;top: 0;left: 0;z-index: 1;background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.03) 1%,rgba(255,255,255,.6) 30%,rgba(255,255,255,.85) 50%,rgba(255,255,255,.85) 70%,rgba(255,255,255,.85) 71%,rgba(255,255,255,0) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#00ffffff',GradientType=1);width: 30%;height: 100%;transform: skew(-10deg,0deg);animation: move 2s;animation-iteration-count: infinite;animation-delay: 1s;}

.rd-notice-type-success:after { background-color: #e0b48e; -webkit-box-shadow: 0 5px 10px 0 rgba(0,113,181,.2); box-shadow: 0 5px 10px 0 rgba(0,113,181,.2);}
.rd-notice-position-left { margin-left: -16px }
.rd-notice-position-left:after { right: -3px; top: 50%; margin-top: -10px }
.rd-notice-tooltip.single-line .rd-notice-content { height: 40px; padding: 0 20px; line-height: 40px; white-space: nowrap;font-size: 14px;font-family: "poppins";}

@media only screen and (max-width:768px){
.livechat-girl{display: none;}

}


#online_qq_layer{z-index:99999999;position:fixed;right:80px;bottom:30px;font-size:13px; }
#floatShow{display:block;}
#floatHide{display:none;}
#online_qq_tab{position:relative;z-index:9; width: 50px; height: 50px; position: absolute; right: 0; bottom:0;}
#online_qq_tab #floatShow{line-height:50px;position:relative;color:#fff;font-size:13px;text-transform:capitalize;font-family: "sofiapro_bold"; width: 50px; height: 50px;}
#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{font-family: "FontAwesome";height:50px;background: #ccc; color: #fff; width: 50px; border-radius: 50%; text-align: center; position: relative;}
#online_qq_tab #floatHide:after{border-radius: 0;color:#999;font-family: "FontAwesome";font-size:20px; content: "\f00d";color: #fff; line-height: 50px;}
#online_qq_tab #floatShow:hover,#online_qq_tab #floatHide:hover{text-decoration:none;}
#onlineService{display:inline;width:350px;display:none;font-size: 14px;border-top:none; margin-bottom: 70px;box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgba(0, 0, 0, 0.15) 0px 5px 30px 0px, rgba(0, 0, 0, 0.05) 0px 3px 3px 0px; border-radius: 5px;background: #f9fafa;}
#onlineService .online_form{ padding: 10px;}
#online_qq_layer .inquiry .main_more{border-width:1px;margin-top:0;}
#online_qq_layer .inquiry .main_more input{height:36px;line-height:36px;font-size:14px;padding-left:20px;padding-right:40px; background:#e0b48e; color: #fff; text-transform: uppercase; border-radius: 0;transition: 0.5s all; border-radius: 0;font-family: "sofiapro_bold"; border-radius: 0; width: 100%; border-radius: 0;}
#online_qq_layer .inquiry .main_more:hover input{ background: ##f182;}


#onlineService .title{display:block;font-size:16px;line-height:24px;text-transform:capitalize; font-style: normal;font-family:"sofiapro_bold"; color:#666;  background: #e0b48e url("../images/cate_bg.jpg") no-repeat center center; background-size:cover;color: #fff; padding:10px 18px; padding-bottom: 46px;}
#onlineService .text{ margin-bottom:10px; color:#999; line-height:20px; background:#f9fafa; margin-top: -50px; padding:15px;; border-radius: 4px; text-align: center; font-size: 14px; line-height:22px; border-bottom: 1px solid #e5e5e5;}
.i_message_inquiry{padding: 0px 10px;}
.i_message_inquiry .inquiry .form-control{ border:1px solid #e5e5e5; background:none; line-height:46px;height:46px; color:#333; font-size: 14px;width:100%;box-shadow:none;padding-right:30px;background-position:95% 12px;background-repeat:no-repeat;padding-left:10px; border-radius: 0; border: 1px solid #d3dbe0; border-radius: 5px;}
.i_message_inquiry .inquiry textarea.form-control{border-radius:0;}
.i_message_inquiry .inquiry .input-group{ height:32px; margin-bottom:6px;border:none; float: left; width: 100%; background: #fff;}
.i_message_inquiry .inquiry .input-group span{display:block;position:relative;}

.i_message_inquiry .inquiry .input-group span:before{content:'';position:absolute;right:10px;top:10px;width:28px;height:23px;display:inline-block;background-image: url(../images/icon.png);background-repeat: no-repeat;}
.i_message_inquiry .inquiry .input-group span.ms_e:before{background-position:-40px -227px;}
.i_message_inquiry .inquiry .input-group span.ms_p:before{background-position:0 -227px;}
.i_message_inquiry .inquiry .input-group span.ms_m:before{background-position:-82px -227px;}

.i_message_inquiry ::-webkit-scrollbar{width: 7px;height: 7px;background-color: #F5F5F5;}
.i_message_inquiry ::-webkit-scrollbar-track {box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);border-radius: 10px;
background-color: #F5F5F5;}
.i_message_inquiry ::-webkit-scrollbar-thumb{border-radius: 10px;box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
background-color: #999;}
.i_message_inquiry .inquiry .input-group span.ms_m .form-control{line-height:20px;font-size: 14px; height:100px; padding-left:10px; width:100%;  color:#777; margin-bottom:15px; transition: 0.6s all; max-width: 100%; max-height: 100px; border-radius:0; max-width: 100%; min-width: 100%;  border: 1px solid #d3dbe0; border-radius: 5px;}
.i_message_inquiry .inquiry .input-group span.ms_m .form-control:focus,.i_message_inquiry .inquiry .form-control:focus{color:#333;border-color:#e0b48e;}

@media only screen and (max-width: 768px) {
#online_qq_layer{ overflow:visible;}
#online_qq_tab #floatHide i{ margin-top: 0; margin-right: 0;}
#online_qq_tab #floatHide i:before, #online_qq_tab #floatHide i:after{background: #fff;}

}
/*fixed-contact*/
.fixed-contact {
    z-index:999999;
    position:fixed;
    right:0;
    top:40%;
    width:50px;
    margin-top:-90px;
    overflow:hidden;
    opacity:0;
	filter:alpha(opacity=0);
    transition:all .4s;
    transform: translateX(95px);
    -webkit-transform: translateX(95px);
    -moz-transform: translateX(95px);
}
.fixed-contact.show{  transform:none; opacity:1;filter:alpha(opacity=100); }
.fixed-contact.active {width:260px;}
.fixed-contact li {position:relative;height:50px;overflow:hidden;transition:all .4s;list-style: none;background:#e0b48e;  border-bottom: 1px solid rgba(255,255,255,0.2);}
.fixed-contact li:nth-child(2){ background: #a8b4a9;}
.fixed-contact li:nth-child(3){ background: #b9c3b8;}
.fixed-contact li:nth-child(4){ background: #f1b69f;}
.fixed-contact li:nth-child(5){ background: #bc9a75;}
.fixed-contact li:nth-child(6){ background: #8895a5;}
.fixed-contact.active li a {opacity: 1;}
.fixed-contact li a {position:relative;z-index:1000;display:block;}
.fixed-contact li i {
    z-index:1000;
    position:absolute;
    left:0;
    display:block;
    width:50px;
    height:50px;
    transition:all .4s;
	background-repeat: no-repeat;
	background-position: center center;
	background-image:url(../images/icon.png);
}

.fixed-contact.active li:last-child:after {display:none;}
.fixed-contact li:hover i,.fixed-contact li:hover a{ color: #fff;}
.fixed-contact .online_p i {
	background-position: 0 -262px;
    border-top-left-radius:30px;
    -moz-border-top-left-radius:30px;
    -webkit-border-top-left-radius:30px;
    border-top-right-radius:30px;
    -moz-border-top-right-radius:30px;
    -webkit-border-top-right-radius:30px;
}
.fixed-contact .online_e i {background-position: -50px -262px;}
.fixed-contact .online_w i {background-position: -150px -262px;}
.fixed-contact .online_s i {background-position: -100px -262px;}
.fixed-contact .online_f i {background-position: -250px -262px;}
.fixed-contact .online_i i {background-position: -300px -262px;}
.fixed-contact .online_code i {background-position: -200px -262px;}

.fixed-contact li a {
    position:absolute;
    top:0;
    right:-135px;
    display:block;
    width:210px;
	line-height:110%;
    padding:18px 0 0 50px;
    color:#fff;
    white-space:nowrap;
    transition:all .4s;
	font-size:15px;
	text-align: left;
	font-weight: normal;
	opacity: 0;
}
.fixed-contact.active li a {right:50px;}
.fixed-contact .online_code a img{max-width:80px;}
.fixed-contact.active .online_code{height:130px;}
.fixed-contact.active .online_code a p{margin:0;margin-bottom:5px;}
.fixed-contact li.online_code:hover a{opacity:1; right: auto;left: 0;}

@media only screen and (max-width: 768px) {
	.fixed-contact{display:none !important;}
	.fixed-contact.show{opacity:0;}
}


.mobile_nav{position:fixed;left:0;bottom:0;width:100%;padding:0 0 5px;display:none;z-index:99999998;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:#e0b48e;border-top:1px solid #eee;}
.mobile_nav a{display:inline-block;width:20%;padding:0 10px;float:left;text-align:center;}
.mobile_nav a i{width:28px;height:28px;display:inline-block;background-repeat:no-repeat;background-image: url(../images/icon.png);}
.mobile_nav a p{color:#fff;padding-top:5px;font-size: 14px;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: 14px;}
	.onlineMenu .call>p a{font-size: 14px;}
	.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:5px;bottom:60px;width:40px;height:40px; background-image: none;}
	.back_top:before{font-size:20px;line-height:36px;}
	#online_qq_tab #floatShow{margin-bottom: 0;}
}
@media only screen and (max-width: 1200px) {
#online_qq_tab #floatShow i{left: 0px;}
#online_qq_tab #floatShow{width: 50px; padding-right: 0;}
#online_qq_layer{right: 60px;}
}
@media only screen and (max-width: 768px) {
	#online_qq_layer{right:0;}
	#onlineService{ width:100%; padding: 0; margin-bottom: 0; border-bottom-left-radius: 0px; border-bottom-left-radius: 0px;}
	#online_qq_layer{ width:100%;bottom:50px;}
	#online_qq_tab{right: 50%; margin-right: -25px; bottom: -44px;}
	#online_qq_tab #floatShow{ background:#e0b48e url(../images/icon.png) no-repeat  -128px -218px;border-radius:0;margin-right:0; width:50px; height:50px; position:absolute;left:50%;margin-left:-25px;border:3px 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;}
	.mobile_nav a p{text-transform:capitalize;}
	.footer-bottom{padding-bottom:60px;}
	#onlineService .i_message_inquiry .main-more input{padding:8px 20px;}
	.i_message_inquiry .inquiry{padding:15px 10px;}
	.footer_bottom{padding-bottom: 70px; padding-top:10px;}
}
@media only screen and (max-width: 375px) {
	.mobile_nav a p{text-transform:capitalize;}
}


/*n_main*/
.n_main{font-size:15px; color: #666; line-height:30px;  padding-bottom:60px; padding-top: 60px;}
.n_banner{ overflow: hidden; position: relative;}
.n_banner:after{ position: absolute; left: 0px; bottom: -1px; width: 100%; height: 75px; background: url(../images/index_line.png) no-repeat center bottom; content: ''; background-size: 100% 75px;}
.n_banner img{ width: 100%;}
@media only screen and (max-width:768px) {
.n_main{padding:20px 0 40px;}
}

.n_left{float: left; width: 25%;}
.n_right{float: right; width: 75%; padding-left: 50px;}
.n_left2{float: right; width: 25%;}
.n_right2{float: left; width:75%; padding-right: 50px;}

@media only screen and (max-width:992px) {
.n_banner:after{display: none;}
.n_left{width: 100%;}
.n_right{width: 100%; padding-left: 0; margin-top: 20px;}
.n_left2{width: 100%; margin-top: 20px;}
.n_right2{width: 100%; padding-right: 0;}
}


.mbx_section{ position: relative; text-align: center; padding: 15px 0;}
.mbx_section .n_title{font-size:34px; color: #2e2e2d;font-family: "Canela"; text-transform:capitalize; line-height: 50px; position: relative; z-index: 33; text-align: center;}
.mbx_section .n_title:before{position: absolute; left: 50%; top: 50%; width: 146px; height: 165px; content: ''; background: url(../images/title_line.png) no-repeat center center; margin-top: -82px; margin-left: -73px; background-size: 90px auto; z-index: -1;}
.mbx_section .mbx{color: #777; font-size: 15px; position: relative; z-index: 5555555;}
.mbx_section .mbx a{color:#777; font-size: 15px; border-bottom:1px solid rgba(255,255,255,0);}
.mbx_section .mbx a:hover{ color:#333; text-decoration: underline;}
.mbx_section .mbx a i{ margin-right:4px; color:#e0b48e;}
.mbx_section .mbx span{ font-size: 15px; color:#777;  margin:0px 10px;}
.mbx_section .mbx h2{ color:#777; font-size: 15px; display:inline-block;}

@media only screen and (max-width:992px) {
.mbx_section{padding: 10px 0;}
.mbx_section .mbx{text-align: center; margin-top:0; }
.n_title{ color: #333; font-size:24px; line-height: 24px; margin-top: 10px; text-align: center;}
.mbx_section .mbx a,.mbx_section .mbx h2{color: #777;}
.mbx_section .mbx span{color: #777;}
.mbx_section .n_title{width: 100%; text-align: center; font-size: 30px; margin: 0;}
.mbx_section .mbx{width: 100%;}
}


/*about*/
.about_nav{ margin-bottom:30px; text-align: center; margin-bottom: 30px; text-align: center;position: relative; z-index: 666666; box-shadow: 0 0 20px rgba(0,0,0,0.06); background: #fff;}
.about_nav:before{ position: absolute; left: 10px; top: 10px; background: #ebebeb; width: 100%; height: 100%; content: ''; z-index: -1;}
.about_nav ul{ background: #fff;}
.about_nav ul li{list-style:none; width: 33.33%; float: left; border-bottom:2px solid #f9f9f9; transition: 0.5s all;}
.about_nav ul li a{ display:block; line-height:30px; padding:10px 5%; color:#333;  font-family: "sofiapro_bold"; font-size:16px; text-transform:capitalize; }
.about_nav ul li a img{ margin-right: 20px;}
.about_nav ul li.active,.about_nav ul li:hover{  border-bottom: 2px solid #333; background: #333;}
.about_nav ul li.active a,.about_nav ul li:hover a{ color: #aaa;}


@media only screen and (max-width:768px) {
.mbx_section{padding: 5px 0;}
.n_title{font-size: 22px; text-align: center; width: 100%;}
.about_nav ul li{ width:33.33%;  float: left;}

}

@media only screen and (max-width:600px) {
.about_nav ul li .icon{display: none;}
.about_nav ul li a{padding: 0;font-size: 14px;}
.about_nav ul li img{ display: none;}
}

/*contact*/
.sign_page{ background:url(../images/about_bg.jpg) no-repeat center bottom; padding-bottom: 100px;}
.sign_page .page_bg{box-shadow: 0 14px 25px rgba(0,0,0,0.1); margin-top: -60px; position: relative; z-index: 666; padding: 40px; background: #fff;}
.sign_page .page_bg .n_title{ float: none;}
.sign_page .mbx{ background: #f7f7f7; text-align: center; float: none; padding: 10px 0; margin-top: 10px;}
.sign_page .mbx_section{ border-bottom: none; background: #fff;}
.sign_page .mbx_section .mbx{ width: 100%;}
.section_title{ font-family:"Canela";  font-size: 26px; color: #333; text-transform:capitalize; margin-bottom: 20px; line-height: 30px; padding-bottom: 20px; border-bottom: 1px solid #e5e5e5; position: relative; }
@media only screen and (max-width:400px) {
.section_title{font-size: 20px; letter-spacing: 0;}
}
.section_title img{ float: left; margin-right: 20px;}
.section_title:after{ position: absolute; left: 0px; bottom: -4px; width: 8px; height: 8px; background:#ddd; content: ''; border-radius: 50%;}
@media only screen and (max-width:992px) {
.sign_page .page_bg{background: #fff; padding: 20px; margin-top: 40px;}
.sign_page{padding-bottom: 40px;}

}
.contact .map img{ width:100%;}
.con_main .other{ padding-left: 40px; font-size: 14px;}
.com_ul{background:#f7f7f7; margin-top: 40px;}
.com_ul a:hover{ color:#23ac38;}
.com_ul li{ list-style:none; text-align:center;}
.com_ul li .more_line svg.dashed_b{stroke:#e0b48e;}
.com_ul li .li{padding:30px 15px; transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; border-radius: 20px; display: block;}
.com_ul li .li .icon{transition: 0.5s all;-webkit-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.com_ul li .li:hover .icon{transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0); }
.com_ul li .li h4,.com_ul li .li h4 a{ color:#444; font-size:20px;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; line-height:20px;overflow:hidden;margin:30px 0 20px;text-transform:capitalize; font-family: "sofiapro_bold";
}
.com_ul li .li p,.com_ul li .li a{ font-size:14px; color:#333;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.com_ul li .li em{ font-style:normal;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;color:#23ac38; font-size:16px; margin:10px 0; display:inline-block; }
.com_ul li .li em i{ margin-left:10px;}
.com_ul .con_info{ margin-top:50px; text-align:center; margin-bottom:50px;padding-bottom:30px; padding-top:30px;}
.com_ul .con_infop{ line-height:30px;}



@media only screen and (max-width: 768px) {
.contact{ padding-bottom:0px; padding-top:20px;}
.com_ul .h4{ display:none;}
.com_ul li .li .icon{ float:left; margin-right:15px; text-align:center;}
.com_ul li .li{ padding:0px; border:none; text-align:left;}
.com_ul li .li .icon{ width:80px;line-height:40px; margin-bottom:20px;}
.com_ul li .li .icon i{ line-height:40px;}
}


.contact .other .h4{  font-family: "sofiapro_bold";  font-size:30px; color: #333; margin-bottom: 20px; text-transform: capitalize; padding-bottom:20px;}
.contact .other .con_sns{margin-top: 30px;}
.contact .other .con_sns a{margin: 0px 2px;display: inline-block; border-radius:50%; overflow: hidden;}

.send_column{position: relative;z-index:10;bottom:0;border-radius:0px; }
.send_column{ padding:30px; position: relative; background:#fff;  border: 1px solid #eee; overflow: hidden;box-shadow: 0 5px 20px rgba(0,0,0,0.08);-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.08);  -moz-box-shadow: 0 5px 9px rgba(0,0,0,0.08);}

.send_column .i_title{ margin-bottom: 20px;}
.send_column .main_title{text-align: left;margin-bottom:20px;padding-top:0;}
.send_column .main_title .line{text-align: left;}
.send_column .main_title em{margin-bottom:20px;font-size: 36px;}
.send_column .text{margin-bottom: 20px;}
.single-page .send_column > .text{margin-bottom:20px;font-size: 14px;}

.send_column ul{list-style:none;max-width:100%;padding-top:0;}
.send_column ul li{margin-bottom:20px;}
.send_column ul li p{margin:0;margin-top:0;font-size: 14px;margin-bottom:0;border-radius:5px;color:#333;font-family:'sofiapro_bold';text-align: left;text-transform: uppercase;background:#f7f7f7;padding: 10px 20px;}
.send_column ul li p:before{margin-right:10px;color:#ff7a00;content:"\f0ca";font-family:'FontAwesome';font-size: 14px;}
.send_column ul li p a{ text-decoration:underline;font-size: 14px;display:inline-block;text-transform: capitalize;}
.send_column ul li span{display:block;position:relative;}
/*.send_column ul li span:after{content:'*';color:red;position:absolute;right:5px;top:5px;z-index:2;line-height: 20px;z-index: 111;}*/
.send_column ul li span:before{content:'';position:absolute;right:10px;top:20px;width:28px;height:23px;display:inline-block;background-image: url(../images/icon.png);background-repeat: no-repeat;}
.send_column ul li span.ms_e:before{background-position:-40px -227px;}
.send_column ul li span.ms_p:before{background-position:0 -227px;}
.send_column ul li span.ms_m:before{background-position:-82px -227px;}
.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 input{background:#fff;height:60px;width:100%;line-height:60px;padding-left:20px;font-size:14px;color:#666666;border:1px solid #ddd;background:#fff;border-radius:0;padding-right: 50px; box-shadow: 0 2px 4px 0px rgba(0,0,0,0.1) inset; border-radius: 5px;}
.send_column ul li textarea{height:200px;background:#fff;width:100%;max-width:100%;max-height:300px;font-size:14px;padding:20px 50px 20px 20px;color:#666666;border:none;border:1px solid #ddd;border-radius:0; box-shadow: 0 2px 4px 0px rgba(0,0,0,0.1) inset; min-width: 100%; border-radius: 5px;}
.send_column ul li input:focus,.send_column ul li textarea:focus{color:#333;border-color:#e0b48e;background:#fff;}
.send_column ul li input:-ms-input-placeholder{color:#666666;}/* Internet Explorer 10+ */ 
.send_column ul li input::-webkit-input-placeholder{color:#666666;}/* WebKit browsers */
.send_column ul li input::-moz-placeholder{color:#666666;}/* Mozilla Firefox 4 to 18 */ 
.send_column ul li input:-moz-placeholder{color:#666666;}/* Mozilla Firefox 19+ */ 

.send_column ul li textarea:-ms-input-placeholder{color:#666666;}/* Internet Explorer 10+ */ 
.send_column ul li textarea::-webkit-input-placeholder{color:#666666;}/* WebKit browsers */
.send_column ul li textarea::-moz-placeholder{color:#666666;}/* Mozilla Firefox 4 to 18 */ 
.send_column ul li textarea:-moz-placeholder{color:#666666;}/* Mozilla Firefox 19+ */ 
.send_column .btn_1{ line-height:50px; height:50px; padding:0px 26px; padding-right: 50px; background:#e0b48e url(../images/send_ico.png) no-repeat 80% center; font-size:14px;font-family: "sofiapro_bold"; border:none; color:#fff; border-radius:5px; text-transform:uppercase; margin-top:10px; position:relative; transition: 0.6s all; border-radius:0;}
.send_column .btn_1::before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;opacity: 0;background-color: rgba(255,255,255,0.15);-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4s;-webkit-transform: scale(0.5, 1);transform: scale(0.5, 1);} 
.send_column .btn_1:hover::before{opacity: 1;-webkit-transform: scale(1, 1);transform: scale(1, 1);}
.send_column button{ border:none;}


.send_column select{width:100%;height:50px;border:none;border:1px solid #e5e5e5;background-color:#fff;font-size: 14px;color:#808080;padding-left:15px;Appearance:none; margin: 0;
-webkit-appearance:none;}
.send_column .select{margin: 0;}
.send_column .select:after{content:"\f0d7";font-family:'FontAwesome';position:absolute;right:30px;line-height:16px;font-size: 14px;color:#ccc;top:18px;z-index:99;}


@media only screen and (max-width: 992px) {
	.message_content .send_column{max-width: 100%;}
}

@media only screen and (max-width: 768px) {
	.send_column .main_title .text{font-size: 14px;}
	.send_column ul li{padding: 0;}
	.send_column ul li p a{font-size: 14px;line-height:24px;}
	.send_column ul li p{font-size: 14px;padding: 5px;background:#f2f2f5;}
	.send_column ul li span:after{right: 10px;}
	.send_column ul li input{font-size: 14px;padding-right:40px;}
	.send_column ul li textarea{font-size: 14px;line-height: 20px;padding-right:40px;}
	.send_column .main_more{background-position:-133px -91px;font-size: 14px;}
	.send_column .main_title{padding:0;}
	.send_column .submit p{font-size: 14px}
}


@media screen and (max-width: 768px) {
.contact_m{ padding:0px;}
.con_map{ margin-top:20px;}
.com_ul li .li h4{ margin:5px 0;}
.contact_email { width:100%;}
.contact_email{ margin-top:20px;}
.com_ul li .li{ background:#fafafa;}
.con_main .con_info{ padding-left:15px; margin-top:50px;}
.com_ul li .li .icon i{ font-size: 14px;}
.com_ul li .li{ padding:10px; margin:0px; background:#fff; margin-bottom: 10px;}
.com_ul li .li .dashed_b{display: none;}
.com_ul li{ text-align:left;}
.contact{ margin-top:0px; margin-bottom: 40px; background: none;}
.con_main,.send_column{ margin-top: 0;}
.contact_inq .title_h{display: none;}
.contact_inq .title_1 h4{font-size: 24px; margin: 8px 0;}
.contact .map{margin-top: 30px;}
.com_ul li .li h4, .com_ul li .li h4 a{font-size: 16px;}
.com_ul li .li span{font-size: 14px;}
.com_ul li .li p{margin-bottom: 0; font-size: 15px;}
.contact .other{margin-top: 30px; padding-left: 0;}
.com_ul{padding:20px; margin-top: 0;}
.contact .other .h4{font-size: 20px;}
}



/*left*/
.search_left{border-bottom: 1px solid #ddd; padding-bottom: 30px; margin-bottom: 30px;}
.search_left h4{ font-family: "sofiapro_bold";  text-transform: uppercase; background: #eee; line-height: 40px; color: #333; padding-left: 15px; font-size: 16px;}
.search_left p{color: #808080; line-height: 20px;}
.search3{width:100%; position:relative; margin-top:10px;}
.search_main3{height:42px;background:#fff;float:left; line-height:42px;font-size: 14px;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s; padding-left:10px; width:100%; color:#999; border:1px solid #eee;}
.search_main3:focus{background:#fff;border:1px solid #333;color:#333;}
.search_btn3{display:block; width:42px;height:42px;cursor:pointer;background:#333 url(../images/search_ico2.png) no-repeat center center; border:none; float:left; position:absolute; top:0px; right:0px; border-radius:0; background-size:16px auto;}

.nav_h4{line-height: 30px; color: #fff;padding-left: 10px; font-family:"Canela";  font-size:22px; position:inherit; text-transform:capitalize; padding:8px 10px; border-bottom: 2px solid #fff; background:#e0b48e url(../images/title_line2.png) no-repeat 10px center;border-radius:0px; }
.nav_h4::after{ content:none;}
.nav_h4:before{ content:"\f03a"; color:#fff; float:right; font:normal normal normal 14px/1 FontAwesome; margin-right:6px; line-height:32px;}

@media only screen and (max-width:992px) {
.nav_h4{ position:relative;color:#fff; background:#b9c4b4; font-family: "sofiapro_bold"; padding:0px 10px; font-size:16px; line-height: 36px;  text-transform: capitalize;margin: 0; }
.nav_h4:before{ content:none;}
.nav_h4:after {  display: block;  content: "\f107";  font-family: "FontAwesome";  position: absolute;  right:15px;  cursor:pointer; font-size:20px; top:0px;  color:#fff;}
}
.toggle_content{width: 100%;}





.left_h4{ position: relative; line-height: 30px; text-align:left; font-family: "Canela";color:#333; font-size:24px;  text-transform:capitalize; margin-bottom: 10px;  display: inline-block;}

/*news*/
.light_box{position: relative; display:inline-block;}
.light_box::after {
	content: "";
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	background: rgba(0,0,0,0.15);
	
}
.light_box::before{content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    background:rgba(0,0,0,0.15);
    z-index: 1;}
.light_box::after {
	border-left: 1px solid rgba(255,255,255,.5);
	border-right: 1px solid rgba(255,255,255,.5);
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transform: scale(1, 0)
}
.light_box::before{
	border-bottom: 1px solid rgba(255,255,255,.5);
    border-top: 1px solid rgba(255,255,255,.5);
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
}
.light_box:hover::before, .light_box:hover::after, li:hover .light_box::before,.honor_section .li:hover .light_box::before ,.honor_section .li:hover .light_box::after, li:hover .light_box::before ,li:hover .light_box::after{
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}


.news ul li{float: left; list-style: none; width: 100%; margin-bottom: 30px;}
.news .img{ width:34%; margin-right:30px; overflow:hidden; display:block;  float:left;position:relative;}
.news .img{ display:block; overflow:hidden; position: relative}
.news .news_day{ color: #808080; font-size: 14px;  display: inline-block;}
.news .news_day i{margin-right: 4px; color: #aaa;}
.news .img img{ width:100%;}
.news  ul li{ list-style:none; margin-bottom:20px;  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  ul li .li{position: relative; padding: 15px; border: 1px solid #eee; box-shadow: 0px 5px 20px rgba(0,0,0,0.06);transition: 0.5s all;}
.news  ul li .h4 a{font-size:20px;color:#333; font-family: "sofiapro_bold"; display:block; line-height:30px; max-height:60px; overflow:hidden; margin-bottom: 10px;}
.news  ul li p{ font-size: 14px;  color:#999; max-height:44px; overflow:hidden; line-height:22px; margin-top:6px; margin-bottom: 20px;}
.news  ul li h4:hover a{ color:#e0b48e;}
.news  ul li:hover img{transform: scale(1.1);}
.news  ul li:hover{ transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0);}
.news  ul li:hover .li{ border: 1px solid #e0b48e;}
.news  ul li .img{ position: relative;}
.news  ul li .ico{ position: absolute; left: 50%; top: 50%; margin-left: -20px; margin-top: -20px; opacity: 0; background: url("../images/link_ico.png") no-repeat left center; width: 40px; height: 40px; display: inline-block; transition: 1s all; z-index: 9999;}
.news  ul li:hover .ico{transform:rotate(315deg);-ms-transform:rotate(315deg); -moz-transform:rotate(315deg);-o-transform:rotate(315deg); opacity: 1;}

.news  .more_1{margin-top: 20px;}


@media only screen and (max-width: 980px) {.news .img{ width:45%; margin-right: 15px;}.news ul li .h4 a{margin-top: 0px; font-size: 16px; line-height:24px; height: 48px;}}

@media only screen and (max-width: 550px) {.more_1{ display:none;}}
@media only screen and (max-width: 768px) {.news ul li h4 a{ overflow:hidden; line-height:24px;max-height:48px; font-size:14px;}}
@media only screen and (max-width: 375px) {.news .img{ width:100%; float:none; display:block; margin-bottom:20px;}}

/*翻页*/
.page_p{ margin:0px auto 0px;width:100%; font-size: 14px; margin-top: 20px;padding: 5px 5px; padding-right: 10px; text-align: center;}
.page_p a{font-size:14px; padding:0px 10px; text-align: center;margin-left:5px; color:#555;  display: inline-block;transition: 0.2s; -webkit-transition: 0.2s;	-moz-transition: 0.2s;	-o-transition: 0.2s; background:#f7f7f7; border:2px solid #f7f7f7; text-transform: uppercase;line-height: 40px; height: 40px; float: left;}
.page_p a i{ line-height:34px;}
.page_p a:hover{ background:#e0b48e;transition: 0.6s all; color:#fff !important; border:2px solid #e0b48e;}
.total{ font-size: 14px; line-height:24px; color:#666; margin-top:6px; text-transform: capitalize; float: right;}
.total span{ color:#333; margin: 0px 6px; }
.page_p>span{display: inline-block;float: left; padding:0px 10px;line-height:34px; background:#e0b48e; line-height: 40px; height: 40px; border:2px solid #e0b48e; color:#fff; margin-left:5px; }

@media only screen and (max-width:992px) {
.total{width: 100%; }
.total{font-size: 14px; margin-top: 10px;}
}

.cbp-vm-view-grid .page_more{ display:none;}
.page_more i{ display:none;}
.page_more a{ display:inline-block; line-height:22px; border-radius:5px; border:2px solid #333; color:#333; text-align:center; padding:4px 30px; text-transform:uppercase; font-size:18px; margin-top:20px;}
.page_more a span{ color:#333; font-size: 14px;transition: 0.6s all;}
.page_more a:hover{ background:#333;}
.page_more a:hover span{ color:#fff;}


/*page-turning*/
.navigation{width:100%;list-style:none;margin-top:20px;padding-top:10px;}
.navigation li{width:calc(100% - 0px);float:left;text-align:left;margin-bottom:10px;}
/*.navigation li.next_post{float:right;text-align:right;}*/
.navigation li a{padding-top:10px;padding-bottom:10px;position:relative;display:block;transition:all .5s;padding-left:60px;background:#f7f7f7;border:1px solid #eee;border-radius:0;}
.navigation li a:hover{text-decoration:none;}
/*.navigation li.next_post a{padding-right:50px;}*/
.navigation li a:before{font-family:'FontAwesome';font-size:20px;position:absolute;top:50%;width:40px;height:40px;line-height:39px;border-radius:0;text-align:center;transform:translateY(-50%);-webkit-transform:translateY(-50%);transition:all .5s;background-color:#fff; border-radius: 50%;}
.navigation li.prev_post a:before{left:10px;content:"\f106";}
.navigation li.next_post a:before{left:10px;content:"\f107";}
.navigation li a:hover:before{background:#e0b48e;color:#fff;border-color:#e0b48e;}

.navigation li a .meta_nav{display:inline-block;font-size:14px;text-transform:capitalize;color:#5c5c5c;margin-bottom:0;line-height:20px;ransition:all .5s;font-family:'sofiapro_bold'; text-transform: uppercase;}
.navigation li a:hover .meta_nav{color:#666;}
.navigation li a .post_title{font-size:14px;overflow:hidden;line-height:20px;max-height:40px;margin:0;transition:all .5s;font-weight: normal;}
.navigation li a:hover .post_title{color:#e0b48e;}

@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%;border-radius:0;padding:0;margin-bottom:10px;}
	.navigation li.prev_post a{padding-left:60px;border-radius: 0;}
	.navigation li.next_post a{padding-left:60px;border-radius: 0;}
	.navigation li.prev_post a:before{left:10px;}
	.navigation li.next_post a:before{left:10px;}
	.navigation li a:before{width:40px;height:40px;line-height:40px;}
	.navigation li a .meta_nav{font-size: 14px;color:#333;margin-bottom: 0;}
	.navigation li a{padding-top:10px;padding-bottom:10px;padding-right:10px;}
	.navigation li a .post_title{font-size: 14px;}
}


/*left*/
.left_nav{background: #fff;  padding-bottom: 0;}
ul.mtree{opacity: 0;margin-left: 0; background: #f9f9f9; padding: 10px; }
ul.mtree li {list-style: none;}
ul.mtree>li>a{transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;padding-left: 16px;}
ul.mtree>li{ position: relative;  border-bottom: 1px solid #eee;}
ul.mtree>li:before{ position: absolute; left: 0px; top: 18px; width: 5px; height: 5px; border-radius: 50%; background: #ced2d9;}
ul.mtree>li:last-child>a{ border-bottom:none;}
ul.mtree a {display: block;font-size:16px; color:#333;-moz-transition: all 0s;-o-transition: all 0s;-webkit-transition: all 0s;transition: all 0s;  padding:8px 10px;line-height:22px; padding-right:36px; padding-left:0px;font-family:'sofiapro_bold';}
ul.mtree li ul a{ padding:8px 12px; padding-right:24px; font-weight: normal;font-family:'sofiapro';}
ul.mtree ul li:last-child a{ border:none;}
ul.mtree.transit li.mtree-open>span:before  {content:"\f106";font-family:FontAwesome;padding-left:5px; float:right; font-size:18px; color:#808080; font-style:normal; padding:8px 12px; position:absolute;  right:0; top:0px;}
ul.mtree.transit li.mtree-closed>span:before {content:"\f107";font-family:FontAwesome;padding-left:5px; float:right; font-size:18px; color:#808080; font-style:normal; padding:8px 12px; position:absolute;  right:0; top:0px;}
ul.mtree .mtree-level-1 li.mtree-open>span:before {content:"\f106";font-family:FontAwesome;padding-left:5px; float:right; font-size:16px; color:#808080; font-style:normal; background:none; padding:8px 20px; position:absolute;  right:5px; top:0; border-left:none;}
ul.mtree .mtree-level-1 li.mtree-closed>span:before{content:"\f107";font-family:FontAwesome;padding-left:5px; float:right; font-size:16px; color:#808080; font-style:normal; background:none;  padding:8px 20px ; position:absolute;  right:5px; top:0; border-left:none;}
ul.mtree li ul a li a{ padding-left:20px;}
ul.mtree>li:hover>a{ color:#e0b48e;}
ul.mtree>li.mtree-node a ul a{ font-size:14px;}
ul.mtree>li.mtree-open{color:#e0b48e ;padding-bottom:0;}
ul.mtree>li.mtree-open>a{color:#e0b48e;}
ul.mtree>li.mtree-node:hover>a{color:#e0b48e ;text-decoration:none;}
ul.mtree .mtree-level-1 li.mtree-closed>span{color:#fff ;text-decoration:none;}

ul.mtree.transit li.mtree-closed:hover > span::before,ul.mtree.transit li.mtree-open:hover>span:before{ color:#e0b48e;}
ul.mtree .mtree-level-1 li.mtree-open:hover>span:before,ul.mtree .mtree-level-1 li.mtree-closed:hover>span:before{ color:#e0b48e !important;}


ul.mtree ul {  background:#fff;box-shadow: 5px 5px 20px rgba(0,0,0,0.1);}
ul.mtree ul li{list-style:none; position:relative;}
ul.mtree ul li a{display:block;color:#555;font-size:14px;}
ul.mtree>li>ul>li>a{ font-size:15px !important;}
ul.mtree>li>ul>li>a:before{content:"";}
ul.mtree ul li:hover a{color:#e0b48e;}
ul.mtree li ul li.mtree-open a{color:#ff000;text-decoration:none;}
ul.mtree .mtree-level-2{ margin-top:0px; border:none; padding:0px; margin-bottom:0; background:#eee;}
ul.mtree li ul.mtree-level-2 li a{color:#808080;font-weight:normal;font-size:13px; padding-left:20px;}
ul.mtree .mtree-level-2 li a:hover{text-decoration:underline;color:#e0b48e;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;}
ul.mtree>li.mtree-node ul i{margin-right:4px; font-size:10px; color:#999;}
.mtree-skin-selector{ display:none !important}

/*ul.mtree>li.active>a{color:#333; padding-left:20px;}
ul.mtree>li.active>a:before{ content:"\f178";font-family:FontAwesome; margin-right:0px; position:absolute; left:0px; top:0; padding:8px 0; opacity:1;}
*/


/*hot_left*/
.more_line *{transition: 0.5s all;-webkit-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.more_line{ line-height:42px;  text-transform: capitalize; font-size:14px; color: #444; display: inline-block; margin-top: 5px; position: relative; padding-left: 10px; border: 1px solid #777; padding: 0px 20px;}
.more_line i{ font-size: 18px; color: #777;}
.more_line .line_l{ display: inline-block; width: 12px; height: 1px; background: #777; margin-top: 20px; float: left; width: 0px; position: relative; z-index: 2;}
.more_line .line_text{float: left; margin: 0px 6px; position: relative; z-index: 2; text-transform: uppercase;font-size: 14px; letter-spacing: 2px;}
.more_line .line_r{ display: inline-block; width:12px; height: 1px; background: #777; margin-top: 20px; float: left; position: relative; z-index: 2; }
.more_line i{ float: left; line-height:42px;}
li:hover .more_line{ margin-left: 0px; background: #e0b48e; border: 1px solid #e0b48e;}
li:hover .more_line .line_l{ width:18px; background: #fff;}
li:hover .more_line .line_r{width: 0px; background: #fff;}
li:hover .more_line .line_text,li:hover .more_line i{ color: #fff;}


.hot_left{ margin-top:30px;}
.hot_left ul{border-bottom:none; margin-top: 10px;}
.hot_left ul li{ list-style:none;transition: 0.6s all; margin-bottom: 15px; position: relative;}
.hot_left ul li .li{ position: relative; z-index: 999; transition: 0.6s all;  border: 1px solid #eee;padding:8px; background: #fff; padding-right: 30px; border-radius: 5px;}
.hot_left ul li .li: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); background: #fff; border: 1px solid #e0b48e;}
.hot_left ul li .img{ float:left; width:32%;display:inline-block; margin-right:15px; transition: 0.6s all;overflow:hidden; position:relative;}
.hot_left ul li .h4 a{ font-size:15px; color:#444; overflow:hidden; line-height:22px; max-height:44px; display:block; margin-top: 14px; margin-bottom: 4px;font-family: "sofiapro_bold"; }
.hot_left ul li .more{font-size:14px; text-transform: capitalize; color: #cda464; display: block; margin-top: 0; }
.hot_left ul li .more i{ margin-left: 4px;}
.hot_left ul li:hover .more{ color: #e0b48e;}
.hot_left ul li .icon{ width:46px; height: 46px; border-radius: 50%; background:#fff url(../images/yuan2.png) no-repeat center center; background-size: 100% 100%; display: inline-block; padding: 8px; position: absolute; right: -24px; top: 50%; margin-top: -23px;}
.hot_left ul li .icon i{ background: #f7f7f7;width: 30px; height: 30px; border-radius: 50%; background: #f7f7f7;  display: inline-block; border-radius: 50%; line-height: 30px; text-align: center; font-size: 20px; color: #333;transition: 0.8s all;}
.hot_left ul li:hover .icon i{ background: #e0b48e; color: #fff;}
.hot_left ul li:hover .img img{transform: scale(1.1); }
@media screen and (max-width:992px) {
.hot_left { display:none;}
}


.more_1 a{ line-height: 36px; font-size: 14px; margin-top: 20px;}
.more_1 a span{ padding: 0px 20px; line-height: 36px; font-size: 14px; background: #333;}
.more_1 .more_2:hover span{background: #333;}
.more_1 .more_2:before{ background: #eee;}




.left-adv{margin-top:30px;width:100%;background-size:cover;background-repeat: no-repeat;border-radius:0;position:relative; overflow: hidden; border-top-left-radius: 26px; border-bottom-right-radius: 26px; overflow: hidden}
.left-adv .ovrly{position:absolute;width:100%;height:100%;background:#000;filter:alpha(opacity=40);-moz-opacity:0.4;opacity:0.6;border-radius:0;}
.left-adv .main{position:relative;left:0;top:0;padding:40px 6%;z-index:2;;}
.left-adv .icon{ width: 120px; height: 120px; background: url(../images/yuan2.png) no-repeat center center; background-size: 100% 100%; padding: 22px; margin-bottom: 20px; position: relative;}
.left-adv .icon:before{content:'';position:absolute;left:22px;top:22px;right:22px;bottom:22px; border-radius:50%;background:#b9c4b4 url(../images/cross_grid.png) no-repeat center center;}
.left-adv .main .title{font-size:20px;line-height:24px;color:#fff;font-family:"Canela";  text-transform:capitalize;margin-top:20px;margin-bottom:15px;display:block;}
.left-adv .main .title:hover{text-decoration:none;}
.left-adv .main .text{font-size: 14px;color:rgba(255,255,255,0.8);line-height:24px;}
.left-adv .main .main_more a{color: #fff; font-size:14px; line-height: 40px;  display: inline-block; padding: 0px 20px; background:none;font-family:'sofiapro_bold'; text-transform: uppercase; margin-top: 30px; border: 1px solid #fff; position: relative;}
.left-adv .main .main_more a:before {position: absolute;content: '';opacity: 0;top: 0;left: 0;z-index: 1;background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.03) 1%,rgba(255,255,255,.6) 30%,rgba(255,255,255,.85) 50%,rgba(255,255,255,.85) 70%,rgba(255,255,255,.85) 71%,rgba(255,255,255,0) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#00ffffff',GradientType=1);width: 30%;height: 100%;transform: skew(-10deg,0deg);animation: move 2s;animation-iteration-count: infinite;animation-delay: 1s;}

.left-adv .main .main_more a:hover{ background: #e0b48e; color: #fff; border: 1px solid #e0b48e;}
@media screen and (max-width:992px) {
.left-adv{ display: none;}
}


/*products*/
.tags_ul{ padding:4px 0; margin-bottom:10px;}
.tags_ul span{ font-size:13px;  font-family: "sofiapro_bold"; text-transform:uppercase; color:#5c5c5c; margin-right:6px;}
.tags_ul a{ display:inline-block; padding:0px 16px; background:#f9f9f9; font-size: 14px; color:#666;  text-transform: capitalize;line-height: 30px; margin: 2px 0; border-radius:0;  border: 1px solid #f1f1f1;}
.tags_ul i{ margin-right:3px; font-size: 14px; color: #ccc;transition: 0.6s all;}
.tags_ul a:hover{ background: #e0b48e; color: #fff;}
@media screen and (max-width: 768px) {
.tags_ul{ width:100%;}
}



/*产品列表*/
.products_m{ margin-bottom:10px;line-height:30px;}
/*products*/
.cbp-vm-switcher {width:100%; }
.cbp-vm-view-grid .tags_ul{ display:none;}
.cbp-vm-view-grid .more_line{ display:none;}
.cbp-vm-view-grid .pro_more{ margin-top:10px;}
.cbp-vm-options{margin-bottom:15px; text-align:left; padding: 6px 0;}
.cbp-vm-options p{display:inline-block;   font-family: "sofiapro_bold";   float:left;vertical-align:middle; color:#dd0522; text-transform:capitalize; font-size:12px; margin-left:8px;}
.cbp-vm-options a {vertical-align:middle;height:32px;overflow: hidden;white-space:nowrap;color:#333; line-height:32px; text-align:center; width:32px;display:inline-block; background:#fff; vertical-align: middle; border: 1px solid #999; display: flex; align-items: center; justify-content: center; float: left; margin-right: 10px;}
.cbp-vm-options a svg{ width: 16px; height: 16px; color: #999;transition: 0.5s all;}
.cbp-vm-options a:hover,.cbp-vm-options a.cbp-vm-selected{ border: 1px solid #e0b48e ; background: #e0b48e ;}
.cbp-vm-options a:hover svg, .cbp-vm-options a.cbp-vm-selected svg{ color: #fff;}

/* General list */
.cbp-vm-switcher ul {list-style: none;padding: 0;}
.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;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
.cbp-vm-image {display: block;margin: 0 auto;position:relative;}
.cbp-vm-image img {width:100%;cursor:pointer;position:relative;max-width:100%;max-height:100%;}
.cbp-vm-switcher ul li .cbp-vm-details{color:#808080;overflow:hidden;height:48px;line-height:24px; font-size: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;}


/* Common icon styles */
.products ul li .li .a{ position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 555;}
.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-view-grid ul li {width:33.33%;text-align: left;vertical-align: top;float:left;}
/* List view */
.cbp-vm-view-list li {text-align:left;white-space:normal;  margin-bottom:0; }
.cbp-vm-view-list li .i_more{ margin-top:0px; font-size:12px;}
.cbp-vm-view-list li{ background: #fff; padding: 15px; border: 1px solid #eee; border-bottom: none;}
.cbp-vm-view-list li: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);}
.cbp-vm-view-list li:last-child{ border-bottom: 1px solid #eee;}
.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:27%;display:inline-block; vertical-align:middle;float:left; margin-right:3%;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: #000;}
.cbp-vm-view-list .cbp-vm-image  a{display: block; overflow: hidden;}

.cbp-vm-view-list ul li .cbp-vm-details {width:70%; overflow: hidden;white-space: normal;max-height:48px; line-height:24px; color:#777; margin:5px 0px;}

@media screen and (max-width: 940px) {.cbp-vm-view-grid ul li {width: 50%;}.cbp-vm-switcher ul li h4 a{ font-size:12px;}}
@media screen and (max-width: 520px) {.cbp-vm-view-list .prol_more{font-size:12px;padding:2px 20px 7px 20px;}}
@media screen and (max-width: 300px) {
	.cbp-vm-view-list ul li h4 a{width:100%;}
	.cbp-vm-view-list ul li .cbp-vm-details{width:100%;}
	.cbp-vm-view-list .cbp-vm-image{width:100%; margin-right:0px;}
	.cbp-vm-view-grid ul li {width:100%; margin-bottom:20px;}
	.p_hot_2{ width:100%;}

}
.cbp-vm-view-list ul li .quick_ico{display: none;}
.cbp-vm-view-list ul li .h4 a{max-height:60px; font-family: "sofiapro_bold"; line-height:30px; color: #333; font-size: 20px; overflow:hidden; display:block; }
.cbp-vm-view-list ul li .h4 a:hover{ color: #e0b48e;}
.cbp-vm-view-list ul li:hover .cbp-vm-image{ border-color: #e0b48e;}
.cbp-vm-view-list ul li .pro_ico{display: none;}
@media screen and (max-width: 768px) {
.cbp-vm-view-list ul li h4 a{ line-height:24px; max-height:48px;}
}
/*9gonghe*/
.cbp-vm-view-grid ul {list-style: none;padding: 0; margin:0px -10px;}
.cbp-vm-view-grid ul li .li{position: relative;padding:15px; border: 1px solid #eee; background: #fff;}
.cbp-vm-view-grid ul li .i_more{ display: none;}
.cbp-vm-view-grid ul li{  margin-bottom:20px; padding:0px 10px;}
.cbp-vm-view-grid ul li .h4 a{margin:5px 0 5px;line-height:22px;  font-size: 18px; height:44px; overflow:hidden;display:block; text-align:center; color: #333; z-index: 999; position: relative; }
.cbp-vm-view-grid ul li .li{text-align:center; position:relative; }
.cbp-vm-view-grid ul li .li .cbp-vm-image{ overflow:hidden; margin-bottom: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; position: relative; background: #000; z-index: 66; border-radius: 0; position: relative;}
.cbp-vm-view-grid ul li .li:hover img{ opacity: 0.6;}
.cbp-vm-view-grid ul .li{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 .li:hover{box-shadow:0 0px 15px rgba(0,0,0,0.08);-webkit-box-shadow:0 0px 15px rgba(0,0,0,0.08);-moz-box-shadow:0 0px 15px rgba(0,0,0,0.08); transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0);}

/*效果*/
.products ul li .li .img a{ display:block;}
.cbp-vm-view-grid ul li .li{ overflow:hidden; position: relative;}
.cbp-vm-view-grid ul li:hover .li{transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0);}
.cbp-vm-view-grid ul li .img a{ display:block; overflow:inherit;}
.cbp-vm-view-grid ul li:hover .img img{transform: scale(1.1);}



/*products_main*/
.pro_page{ position:relative;  padding-bottom: 60px; background:linear-gradient(to bottom, #fff ,#f9f9f9); }
.pro_page .container{ background: #fff; padding: 30px; box-shadow: 0px 0px 10px rgba(0,0,0,0.1);border-radius: 26px;}
@media only screen and (max-width:768px) {
.page{margin-bottom: 0px;}
.pro_detail{margin-top: 30px;}

}
.main_text{ padding:0 20px;}
@media only screen and (max-width: 1600px) {
.pro_page .main{width: 36%;}
.pro_page .main_text{width:64%;}

}
@media only screen and (max-width: 768px) {
.pro_page .main{width: 100%;}
.pro_page .main_text{width:100%;}
.pro_page:after{display: none;}
.pro_page .container{padding: 20px;}

}

@media only screen and (max-width: 400px) {
.pro_sns{width: 100%; margin-top: 20px;}

}
.sp-loading {
	text-align: center;
	max-width: 100%;
	border: 2px solid #fafafa;
	padding:2px;
	border-radius: 0;
	font-size: 14px;
	color: #888;
	
}
.sp-loading img{max-width:100%;height:auto;}

/* Element wrapper */

.sp-wrap {
	display: none;
	line-height: 0;
	font-size: 0;
	position: relative;
	width:100%;
}

/* Thumbnails */

.sp-thumbs {text-align: left;display: block;padding:10px 0;}
.sp-thumbs a{position:relative;border:1px solid #eee;}
.sp-thumbs a:before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;-webkit-transition:all var(--transition-time,800ms);
	-o-transition:all var(--transition-time,800ms);
	transition:all var(--transition-time,800ms);}
.sp-thumbs a:hover:before{filter:alpha(opacity=10);-moz-opacity:0.1;opacity:0.1;}
.sp-thumbs a:after{transition:all .5s;transform:scaleX(0);content:"\f00c";font-family:FontAwesome;display:inline-block;font-size:16px; color:#e0b48e; position:absolute; left:50%; top:50%; margin-left:-8px; z-index:2; margin-top: -12px;}
.sp-thumbs a:hover:after{transform:scaleX(1);visibility:visible;}
.sp-thumbs img {
	min-height: 56px;
	min-width: 56px;
	max-width: 56px;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
	width:80px;
	height:80px;
	overflow: hidden;
	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;
	border: 1px solid #eee;
	margin-right: 6px;
}
@media screen and (max-width: 768px) {
.sp-thumbs a:link, .sp-thumbs a:visited{ width:60px; height:60px;}
}

/* Styles for the currently selected thumbnail */

.sp-thumbs a:active, .sp-current {
	position: relative;
	-webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.17);
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.17);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.17);
	
}
.sp-current{border:1px solid #e0b48e !important;}

.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%;
	background: #fff;
}
.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: 999999;
	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;
	padding: 14px;
	text-decoration: none;
	background: #000;
	border-radius: 25px;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	transition: .2s;
}
#sp-prev {
	left: 14%;
}
#sp-prev:before {
	content: '';
	border: 7px solid transparent;
	border-right: 15px solid #fff;
	position: absolute;
	top: 16px;
	left: 7px;
}
#sp-next {
	right: 14%;
}
#sp-next:before {
	content: '';
	border: 7px solid transparent;
	border-left: 15px solid white;
	position: absolute;
	top: 16px;
	left: 18px;
}
#sp-prev:hover, #sp-next:hover {
	background: #444;
}
/* Tweak styles for small viewports */

@media screen and (max-width: 400px) {
	.sp-wrap {
		margin: 0 0 15px 0;
	}
	#sp-prev, #sp-next {
		top: 50px;
		margin-top: 0;
	}
}
.sp-current-big img{ width:100%;}
.sp-large img{ max-width:none;}
/*pro_table*/
#content{ position: relative;top: -60px;}
.pro_table .pro_main_title{font-size:24px; line-height: 40px;font-family: "sofiapro_bold";  overflow:hidden; display:block;text-transform:capitalize; color:#333; line-height:36px; margin-bottom: 10px;}
.pro_table .pro_main_text{line-height:26px; border-bottom:1px dashed #ddd; padding-bottom:10px;}
.pro_table ul{margin-top:15px; padding-left: 0; }
.pro_table ul li{margin:4px 0;font-size:15px; color:#666;list-style:none; padding: 6px 6px; font-size: 16px;}
.pro_table ul li:nth-child(2n){ background: #f7f7f7;}
.pro_table ul li p{display:inline-block;margin-right:10px;vertical-align:middle;margin-bottom:0;color:#333; font-size: 15px;  font-family: "sofiapro_bold"; min-width: 100px;}
.main-more{ text-align:left !important; margin-top:20px;   font-family: "sofiapro_bold";  }
.pro_more a{background: #333; text-transform: capitalize;line-height:44px; padding: 0px 30px; border-radius:0; display: inline-block; font-size: 14px; color: #fff;  font-family: "sofiapro_bold";  margin-right: 10px; border-radius:0;  position: relative;}
.pro_more a:before {position: absolute;content: '';opacity: 0;top: 0;left: 0;z-index: 1;background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.03) 1%,rgba(255,255,255,.6) 30%,rgba(255,255,255,.85) 50%,rgba(255,255,255,.85) 70%,rgba(255,255,255,.85) 71%,rgba(255,255,255,0) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#00ffffff',GradientType=1);width: 30%;height: 100%;transform: skew(-10deg,0deg);animation: move 2s;animation-iteration-count: infinite;animation-delay: 1s;}
@keyframes move{
0%{left:0;opacity:0}5%{opacity:.0}
48%{opacity:.2}80%{opacity:.0}
100%{left:82%}}
.pro_more a:hover{transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0);}
.pro_more div{display: inline-block;}
.pro_more .main-more a{ background: #b9c4b4; font-family: "Canela"; font-size: 20px;}
.pro_more a i{margin-right: 6px;}

 .pro_sns{ margin-top: 30px;}
 .pro_sns span{ font-size: 16px; font-family: "sofiapro_bold"; background: url(../images/share_ico.png) no-repeat left center; padding-left: 30px; color: #333; float: left; margin-right: 8px; line-height: 38px; text-transform: capitalize;}
 .pro_sns a{ display: inline-block; padding: 0; margin-right: 2px; background: #d5d5d4; border-radius:50%; overflow: hidden; width: 32px;}
 .pro_sns a:hover{ background: #ff6600;}

/*products-tab*/
#parentHorizontalTab01{margin:0;padding:0px;text-align:left;}
#parentHorizontalTab01 ul.resp-tabs-list {margin: 0px;padding: 0px;   font-family: "sofiapro_bold";  color:#fff; line-height:34px; text-transform:capitalize;font-size:22px; background: #f9f9f9;  overflow: hidden;}
#parentHorizontalTab01 .resp-tabs-list li {list-style: none;cursor: pointer;color:#fff !important;text-align:center; font-family:"Canela";  background:#e0b48e !important;padding:7px 18px;float: left; border-right: 2px solid #fff  !important; text-transform:capitalize;}
#parentHorizontalTab01 .resp-tabs-container div table{max-width:100%;}
#parentHorizontalTab01 .resp-tabs-container {padding: 30px 0px 0;clear: left; background:none;}

#parentHorizontalTab01 em.resp-accordion {cursor: pointer;display: none;padding:3px 10px !important;}
#parentHorizontalTab01 .resp-tab-content {display: none;}

#parentHorizontalTab01 .resp-tabs-list li.resp-tab-active {color:#fff;z-index:99; background-color:#f39800 !important; }
#parentHorizontalTab01 .resp-content-active,#parentHorizontalTab01 .resp-accordion-active {display: block;}
#parentHorizontalTab01 em.resp-accordion {font-size: 16px;margin: 0px;background:#f8f8f8;color:#333;font-style:normal; margin-bottom:10px;  font-family: "sofiapro_bold";  text-transform:capitalize;}
#parentHorizontalTab01 em.resp-tab-active {margin-bottom: 0px !important;}
#parentHorizontalTab01 em.resp-tab-title:last-child {border-bottom: 12px solid #c1c1c1 !important;background: blue;}
#parentHorizontalTab01 .resp-vtabs ul.resp-tabs-list {float: left;width: 30%;}
#parentHorizontalTab01 .resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}
#parentHorizontalTab01 .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;
}

#parentHorizontalTab01 .resp-vtabs .resp-tab-content {border: none;word-wrap: break-word;}
#parentHorizontalTab01 .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;
}
#parentHorizontalTab01 .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;
}
#parentHorizontalTab01 em.resp-tab-active span.resp-arrow {
    border: none;
	position:relative;
}
#parentHorizontalTab01 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}
#parentHorizontalTab01 em.resp-tab-active {background: #f39800  !important; color:#fff; margin-bottom: 10px !important;}
#parentHorizontalTab01 .resp-easy-accordion em.resp-accordion {display: block;}
#parentHorizontalTab01 .resp-easy-accordion .resp-tab-content {border: 1px solid #1268bf;}
#parentHorizontalTab01 .resp-easy-accordion .resp-tab-content:last-child {border-bottom: 1px solid #1268bf;/* !important;*/}
#parentHorizontalTab01 .resp-jfit {width: 100%;margin: 0px;}
#parentHorizontalTab01 .resp-tab-content-active {display: block;}


@media only screen and (max-width: 768px) {
	#main-btn{padding:2% 6%;}
	#parentHorizontalTab01{padding:0;}
    #parentHorizontalTab01 ul.resp-tabs-list {display: none;}
    #parentHorizontalTab01 em.resp-accordion {display: block;}
    #parentHorizontalTab01 .resp-vtabs .resp-tab-content {border: 1px solid #C1C1C1;border:1px solid #f39800;border-top:none;padding:8px 15px 8px 15px;}
    #parentHorizontalTab01 .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }
    #parentHorizontalTab01 .resp-accordion-closed {display: none !important;}
    #parentHorizontalTab01 .resp-vtabs .resp-tab-content:last-child {border-bottom: 1px solid #c1c1c1 !important;}
	#parentHorizontalTab01 .resp-tabs-container{ padding-top:0px; border-top-left-radius: 5px; border-top-right-radius: 5px; overflow: hidden;}
}





/*inquiry*/
.pro_inq{ position: relative; background:#fff; margin-top:30px;overflow: hidden;box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgba(0, 0, 0, 0.15) 0px 5px 30px 0px, rgba(0, 0, 0, 0.05) 0px 3px 3px 0px;  border-radius: 5px;  background: #f9fafa;}
.pro_inq .title{background: #e0b48e url("../images/cate_bg.jpg") no-repeat center center; color: #fff; padding:12px 20px 42px; font-family: "Canela"; font-size:26px; text-transform: capitalize;}
.pro_inq .title img{margin-right: 15px;}
.pro_inq .text{ margin-bottom:10px; color:#666; line-height:20px; background:#f9fafa; margin-top: -50px; padding:15px;; border-radius: 4px; text-align: center; font-size: 15px; line-height:22px; border-bottom: 1px solid #e5e5e5; margin: 0px 20px; margin-top: -30px;}
.pro_inq .inquiry {padding: 20px;}
.pro_inq .inquiry .form-control{border:1px solid #e5e5e5;background:#fff;line-height:50px;height:50px;color:#666;font-size:13px;width:100%;box-shadow:none;padding-right:45px;background-position:95% 12px;background-repeat:no-repeat;padding-left:10px; border-radius: 0;  max-width: 100%; border-radius: 5px;}
.pro_inq .inquiry .form-control:focus{ border: 1px solid #aaa; -webkit-box-shadow:0 7px 38px 0 rgba(0,0,0,0.1);-moz-box-shadow:0 7px 38px 0 rgba(0,0,0,0.1);box-shadow:0 7px 38px 0 rgba(0,0,0,0.1); color:#333;}
.pro_inq .inquiry textarea.form-control{border-radius:0;}
.pro_inq .inquiry .input-group{ height:32px; margin-bottom:20px; float: left; padding-left: 15px; padding-right: 15px; border:none;}
.pro_inq .inquiry .input-group span{display:block;position:relative;}
.pro_inq .inquiry .input-group span:before{content:'';position:absolute;right:10px;top:14px;width:28px;height:23px;display:inline-block;background-image: url(../images/icon.png);background-repeat: no-repeat; z-index: 333;}
.pro_inq .inquiry .input-group span.ms_e:before{background-position:-40px -227px;}
.pro_inq .inquiry .input-group span.ms_p:before{background-position:0 -227px;}
.pro_inq .inquiry .input-group span.ms_m:before{background-position:-82px -227px;}
.pro_inq .inquiry .input-group span.ms_n:before{background-image:url(../images/mes_n.png);}

.pro_inq .inquiry input:-ms-input-placeholder{color:#666666;}/* Internet Explorer 10+ */ 
.pro_inq .inquiry input::-webkit-input-placeholder{color:#666666;}/* WebKit browsers */
.pro_inq .inquiry input::-moz-placeholder{color:#666666;}/* Mozilla Firefox 4 to 18 */ 
.pro_inq .inquiry input:-moz-placeholder{color:#666666;}/* Mozilla Firefox 19+ */ 

.pro_inq .inquiry textarea:-ms-input-placeholder{color:#666666;}/* Internet Explorer 10+ */ 
.pro_inq .inquiry textarea::-webkit-input-placeholder{color:#666666;}/* WebKit browsers */
.pro_inq .inquiry textarea::-moz-placeholder{color:#666666;}/* Mozilla Firefox 4 to 18 */ 
.pro_inq .inquiry textarea:-moz-placeholder{color:#666666;}/* Mozilla Firefox 19+ */ 

.pro_inq select{width:100%;height:60px;border:none;border:1px solid #e5e5e5;background-color:#fff;font-size: 14px;color:#808080;padding-left:15px;Appearance:none; margin: 0;
-webkit-appearance:none; margin-bottom: 20px;}
.pro_inq .select{margin: 0;}
.pro_inq .select:after{content:"\f0d7";font-family:'FontAwesome';position:absolute;right:30px;line-height:16px;font-size: 14px;color:#ccc;top:18px;z-index:99;}

.pro_inq .inquiry .input-group span.ms_m .form-control{line-height:30px;font-size:13px; height:100px; padding-left:20px; width:100%; color:#999; transition: 0.6s all; min-width: 100%; max-width: 100%; max-height: 120px; border-radius: 0; border-radius: 5px;}
.pro_inq .inquiry .no span:before{ display: none;}
.pro_inq .inquiry .main_more{border-width:1px;margin-top:0;}
.pro_inq .inquiry .main_more input{height:50px;line-height:50px;font-size: 14px;padding-left:30px;padding-right:50px; background:#e0b48e  url(../images/send_ico.png) no-repeat 85% center; color: #fff; font-size: 14px; font-family: "sofiapro_bold"; text-transform: uppercase; border-radius:0;transition: 0.5s all;}
.pro_inq .inquiry .main_more input:hover{ background-color: #e0b48e;}
.pro_inq  .subject_title{ border:1px solid #eee ;background:#eee; line-height:46px; padding:0px 10px; margin-bottom:20px; padding-left:15px; border-radius:5px;}
.pro_inq  .subject_title a{ color:#333 ;font-family: "sofiapro_bold"; text-decoration: underline;}
.pro_inq  .subject_title span{ font-size:14px;    font-family: "sofiapro_bold";  color:#444; margin-right:10px;}

@media only screen and (max-width: 768px) {
.pro_inq .title_h{display: none;}
.pro_inq .inquiry .input-group{width: 100%;}
}



/*rel_pro*/
.quick_ico{position: absolute;bottom: 45%;width:100%;left:0;transition: all 0.5s;-webkit-transform: translate(0%, 50%);-moz-transform: translate(0%, 50%);-ms-transform: 
translate(0%, 50%);-o-transform: translate(0%, 50%);transform: tanslate(0%, 50%); text-align: center; opacity: 0;}
.quick_ico span{ display: inline-block; position: relative;line-height: 42px; color: #fff;padding: 0px 24px; font-size: 14px; background: #e0b48e;}
.quick_ico span:before,.quick_ico span:after{ position: absolute; left:90%; height:32px; width: 1px; background: #fff; content: ''; top: -48px; opacity: 0;transition: 0.5s all;}
.quick_ico span:after{left: 10%; top: auto; bottom: -48px;}
.li:hover .quick_ico{ opacity:1;bottom: 50%;}
.li:hover .quick_ico span:before,.li:hover .quick_ico span:after{ transform: skewX(-45deg); opacity: 1;}

.rel_pro{  margin-top: 40px; margin-bottom: 50px;}
.rel_pro *{transition: 0.5s all;-webkit-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.rel_pro .li{ margin: 0px 10px; border: 1px solid #eee; padding: 10px;}
.rel_pro .li .main{ position: relative; background: #000; overflow: hidden;}
.rel_pro .li img{ width: 100%;}
.rel_pro .li .img{ display: block; overflow: hidden;}
.rel_pro .li:hover .img{ opacity: 0.7;}
.rel_pro .li:hover .img img{transform: scale(1.1);}
.rel_pro .li .title{ display: block; color: #444; font-size: 16px; line-height: 26px; max-height: 52px; overflow: hidden; text-align: center;font-family:'sofiapro_bold'; padding: 0px 15px; margin-top: 25px;}
.rel_pro .li p{ font-size: 14px; color: #999; line-height: 20px; height: 40px; overflow: hidden; margin-top: 10px;}
.rel_pro .li .a{ position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; display: block;}
.rel_pro .slick-prev,.rel_pro .slick-next{width:40px; height:40px; position:absolute;  top:50%; vertical-align: middle; 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:#e0b48e; margin-top: -20px; border:none; opacity:0;}
.rel_pro .slick-prev::before,.rel_pro .slick-next::before{border-radius: 0;color:#fff;display: inline-block;font-family: "FontAwesome";font-size:30px; content:"\f104"; line-height:40px;}
.rel_pro .slick-next::before{ content:"\f105";}
.rel_pro .slick-prev{left:-50px;}
.rel_pro .slick-next{ right:-50px;}
.rel_pro:hover .slick-prev{ opacity: 1; left: 10px;}
.rel_pro:hover .slick-next{ opacity: 1; right: 10px;}



@media only screen and (max-width:1400px) {
.rel_pro .li .title{font-size: 14px; margin-top: 10px;}
}
@media only screen and (max-width:992px) {
.rel_pro .slick-prev,.rel_pro .slick-next{background:rgba(0,0,0,0.2);}
.rel_pro .slick-prev{ opacity: 1; left: 10px;}
.rel_pro .slick-next{ opacity: 1; right: 10px;}
}
/*blog_left*/
.blog_left{ float:left; width:75%; padding-right:60px;}
.blog_right{ float:left; width:25%;}
.blog_nav2{ margin-top:30px;   box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);  border-top: 3px solid #e0b48e; padding: 15px; background: #fff;}
@media only screen and (max-width:768px) {
.blog_right .block{ background:none; padding:0; border:none;}
}

.blog_h4{ line-height: 30px;color: #212121; font-family: "Canela"; font-size:24px;position: inherit;text-transform:capitalize;border-bottom: 1px solid #eee;margin-bottom: 10px;padding-bottom: 10px; }


@media only screen and (max-width: 992px) {
.blog_left{ float:left; width:100%; padding-right:0px;}
.blog_right{ float:left; width:100%;}
}


.blog_right .hot_left{ margin-bottom:30px; margin-top:30px;}
.blog_nav ul li{ list-style:none; border-bottom:1px solid #eee;}
.blog_nav ul li a{ font-size:14px; color:#5c5c5c; line-height:22px; padding:8px 0px; display:block; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.blog_nav ul li a i{ color:#ccc; font-size: 14px; margin-right:10px;}
.blog_nav ul li a:hover{ color:#333; padding-left:10px;}
.blog_nav ul li a:hover i{ color:#333;}

.hot_tags{ margin-top:30px;  background: #fff;  box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);  border-top: 3px solid #e0b48e; padding: 15px;}
@media only screen and (max-width:768px) {
.hot_tags{ margin-top:0;}}
.hot_tags a{ display:inline-block; color:#666; padding:0px 12px; font-size: 14px; background:#f9f9f9;1px solid #f1f1f1; margin:2px;line-height:36px; text-transform: capitalize; border-radius: 0;}
.hot_tags a:hover{ background:#e0b48e; color:#fff;}
.hot_tags .toggle_content{ margin:0px -4px; margin-top:15px; }

.blog-info{ display:inline-block; color:#777; font-size:14px;margin: 10px 0;}
.blog-info i{color: #aaa; margin-right: 4px;}
.blog_main{ box-shadow: 0 0 20px 0 rgba(0,0,0,0.05); background: #fff; padding: 30px; border-radius: 0;}
.blog_main .h3{ font-size:20px;color:#333;  font-family: "sofiapro_bold";  border-bottom: 1px solid #eee; padding-bottom: 10px;}
.blog_main .blog_tags{ margin-top:20px;}
.blog_main .blog_tags span{ font-size: 14px;text-transform:uppercase;}
.blog_main .blog_tags a{  display:inline-block; color:#777;padding:0px 10px; background:#f8f8f8; border: 1px solid #eee;}
.blog_main .blog_tags a i{ margin-right:4px; font-size: 14px; color:#999;}
.blog_nav ul li{ list-style:none;}
.blog_p{ margin-top:10px;}


.blog_list{list-style:none;}
.blog_list li{position:relative; list-style:none; padding:20px;border-radius:0;transition: 0.5s all; margin-bottom:30px;  border: 1px solid #eee; background: #fff;}
.blog_list li .img{ float: right; width:45%; margin-left: 15px; margin-top: 10px;}
.blog_list li: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);}
.blog_list li .news_day{color:#666;margin-top:0;display:block; font-size:13px;}
.blog_list li .news_day i{color: #aaa; margin-right: 4px;}
.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{color:#333;display:block;font-size:20px;line-height:30px; margin-top: 10px; font-family: "sofiapro_bold";  margin-bottom:10px; padding-bottom: 5px;}
.blog_list li .title:hover{color:#333;text-decoration:none;}
.blog_list li .text{color:#808080;line-height:24px;overflow:hidden;max-height:48px; font-size: 14px; margin: 10px 0;}
.blog_list li .blog_tag{ margin-top:15px; margin-bottom: 15px;}
.blog_list li .blog_tag p{ display:inline-block;  font-family: "sofiapro_bold";  font-size: 14px; color:#333; text-transform:uppercase;}
.blog_list li .blog_tag i{color:#ccc; margin-right:8px; font-size: 14px;}
.blog_list li .blog_tag a{ background:#fff; color:#666; line-height:26px; padding:0px 14px; display:inline-block; margin:0px 4px; border: 1px solid #eee;}
.blog_list li .blog_tag a:hover{ background:#333; color:#fff;}

@media only screen and (max-width: 992px) {
	.blog_list li .right{padding-left:65px;width:100%;}
}

@media only screen and (max-width: 768px) {
	.blog_list li .date{left:0;}
	.blog_list{border:none;}
	.blog_list li .right{padding-left:80px;}
	.left-blog{margin-bottom:0;}
	.blog_list li .main-more{padding:6px 20px;}
	.blog_tag li{margin:5px 3px;}
}

@media only screen and (max-width: 480px) {
	.blog_list li .date{position:inherit;width:100%;}
	.blog_list li .date span{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;}
}





@media only screen and (max-width:500px) {
.blog_li .lileft{ display:none;}
}
.blogin{ font-size: 14px; color:#aaa; margin:4px 0px;}
.blogin span{ color:#fff; margin:0px 6px;}
.blogin span i{ font-size: 14px;}
.blog .blog_tags{ width:100%; margin-top:10px;}



/*sitemap*/
.sitemap{width:100%;}
.stp-listA>li{text-transform:capitalize;margin-bottom:15px;list-style:none; border: 1px solid #eee; border-radius:0;}
.stp-top{width:100%;}
.stp-top a{font-size:16px;display:block;color:#333;  font-family: "sofiapro_bold"; background: #f7f7f7; padding: 20px;}
.stp-top a:hover{text-decoration:none;color:#333;}
.stp-top a i{padding-left:8px;transition: 0.6s all;}
.stp-top a:hover i{padding-left:12px; color:#333;}
.stp-listB{display:block;padding:10px 20px;list-style:none;}
.stp-listB>li{width:25%;padding:8px 10px;float:left;overflow:hidden;}
.stp-listB>li>a{font-size:16px;line-height:22px;display:block;color:#333; }
.stp-listB>li>a:hover{color:#333;}
.stp-listB li .stp-listC{width:100%;padding-top:15px;list-style:none;}
.stp-listB li .stp-listC li{width:100%;margin-bottom:10px;}
.stp-listB li .stp-listC li a{color:#666;font-size:15px;}
.stp-listB li .stp-listC li a:hover{color:#e0b48e; text-decoration:underline;}
.stp-listB li .stp-listC i{ margin-right:6px;}

@media only screen and (max-width: 768px){
	.stp-listB>li{width:50%;padding:8px 0;}
}
@media only screen and (max-width: 400px){
	.stp-listB li{width:100%;margin-right:0;margin-bottom:2%;}
}

/*web*/
@media only screen and (max-width:992px) {
.blog_main{margin-bottom: 30px;}
.blog_nav{ margin-bottom:0px; padding: 0px; box-shadow: none; border: none;}
.hot_tags{ padding: 0px; box-shadow: none; border: none; margin: 0;}
.blog_nav2{ margin-top:10px; margin-bottom:10px;}
.left_nav{ padding:0px; border:none; color:#fff; margin: 20px 0 0;}
.contact_right{ width:100%;}
.blog_h4{ position: relative;  margin-bottom:0;text-align:left !important; font-family: "sofiapro_bold";  background:#b9c4b4 !important; padding:0px 10px; line-height:36px; color:#fff !important; font-size:16px !important; border-bottom:none; text-transform:capitalize;}
.blog_h4:after {
  display: block;
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right:15px;
  cursor:pointer; font-size:20px; top:0px;
  color:#fff;
}
.blog_h4.active:after {
    content: "\f106";
}

.news_left{ margin-top:0px;}
.blog_right .hot_left{ margin:0px;}

}
.mobile-menu-area .container .row{ margin:0;}

/*download*/
.download li{margin-bottom:20px;list-style:none;}
.download li .li{padding: 15px; background: #fff; border: 1px solid #eee; background: #fff;transition: 0.5s all;-webkit-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.download li .title{font-size:14px;color:#333; display:block;  font-family: "sofiapro_bold"; overflow:hidden; line-height:20px; height: 40px; overflow: hidden;}
.download li:nth-child(3n+1){ clear:both;}
.download li .icon{ float: left; margin-right: 20px;}
.download li .more{ font-size:13px; color: #666; text-transform: capitalize;font-family: "sofiapro_bold"; margin-top: 10px; display: inline-block;}
.download li .more i{ margin-right: 5px;}
.download li:hover .more{ color: #e0b48e; text-decoration: underline;}
.download li:hover .li{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); background: #fff;}

@media only screen and (max-width: 768px) {


}

/*faq*/
.page_faq_l{list-style:none; margin-bottom: 30px;}
.page_faq_l li.question{position:relative;}
.page_faq_l li.question .column{background:#fef5ea;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:#e0b48e;}
.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:#333;font-size: 14px; font-family: "sofiapro_bold";}
.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:#b9c4b4;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:#b9c4b4;}
.page_faq_l li .column.rotate > i:after {
	background:#b9c4b4;
	-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%;}
}


.video_l{list-style:none;}
.video_l li{padding:0 10px;margin-bottom:25px;text-align:center;}
.video_l li .column{transition:all .5s;background:#fff;border-radius: 0;}
.video_l li:nth-child(4n+1){clear: both;}
.video_l li .image{display:block;overflow:hidden;position:relative;transition:all .5s;border-radius: 0;}
.video_l li:hover .image{box-shadow: 0 10px 25px 1px rgba(0,0,0,0.1);}
.video_l li .image > a.link{position:absolute;left:0;top:0;width:100%;height:100%;display:block;z-index:20;}
.video_l li .image img{max-width:100%;height:auto;width:100%;transition:all .9s;}
.video_l li:hover .image img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
.video_l li .ovrly{position: absolute;left:0;top:0;width:100%;height:100%;display: block;background:#000;opacity: 0.2;filter: alpha(opacity=20);transition:all .5s;}
.video_l li:hover .ovrly{opacity: 0.5;filter: alpha(opacity=50);}
.video_l li .video_button{display: inline-flex;position: absolute;transform: translate(-50%, -50%);left: 50%;top:50%;width: 56px;height: 56px;border-radius:50%;font-size: 18px;background:#e0b48e;align-items: center;justify-content: center;z-index: 99;color: #fff;transition:all .5s;}
.video_l li .video_button .line-video-animation{position: absolute;left: 0;top: 0;width: 100%;height: 100%;border:2px solid rgba(255,255,255,0.27);border-radius:50%;opacity: 0;filter: alpha(opacity=0);}
.video_l li:hover .video_button{width: 70px;height: 70px;text-decoration: none;background:#fff;color: #e0b48e;}
.video_l li:hover .video_button .line-video-animation{
	animation:squares 3.9s linear 0s infinite;
	-webkit-animation:squares 3.9s linear 0s infinite;
	-ms-animation:squares 3.9s linear 0s infinite;
	-o-animation:squares 3.9s linear 0s infinite;
	-webkit-animation-play-state:running;
	-moz-animation-play-state:running;
	-o-animation-play-state:running;
	animation-play-state:running;
}
.video_l li:hover .video_button .line-video-animation.line-video-2{
	-webkit-animation-delay:1.3s;
	-moz-animation-delay:1.3s;
	-o-animation-delay:1.3s;
	animation-delay:1.3s;
}
.video_l li:hover .video_button .line-video-animation.line-video-3{
	-webkit-animation-delay:2.6s;
	-moz-animation-delay:2.6s;
	-o-animation-delay:2.6s;
	animation-delay:2.6s;
}

@-webkit-keyframes squares{0%{-webkit-transform:scale(1);transform:scale(1);opacity:0}20%{-webkit-transform:scale(1.24);transform:scale(1.24);opacity:1}100%{-webkit-transform:scale(2.1);transform:scale(2.1);opacity:0}}
@-moz-keyframes squares{0%{-moz-transform:scale(1);transform:scale(1);opacity:0}20%{-moz-transform:scale(1.24);transform:scale(1.24);opacity:1}100%{-moz-transform:scale(2.1);transform:scale(2.1);opacity:0}}
@-o-keyframes squares{0%{-o-transform:scale(1);transform:scale(1);opacity:0}20%{-o-transform:scale(1.24);transform:scale(1.24);opacity:1}100%{-o-transform:scale(2.1);transform:scale(2.1);opacity:0}}
@keyframes squares{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0}20%{-webkit-transform:scale(1.24);-moz-transform:scale(1.24);-o-transform:scale(1.24);transform:scale(1.24);opacity:1}100%{-webkit-transform:scale(2.1);-moz-transform:scale(2.1);-o-transform:scale(2.1);transform:scale(2.1);opacity:0}}

.video_l li .title{background: #fff;padding: 15px;margin-left: 10px;margin-right: 10px;position: relative;z-index: 5; border-radius: 0;margin-top: -10px;box-shadow: 0 5px 28px 1px rgba(0,0,0,0.05);}
.video_l li .title a{display:block;font-size:16px;line-height:20px;height:40px;overflow:hidden;font-family: "sofiapro_bold";color: #4d4d4d}
.video_l li:hover .title a{color:#333;text-decoration:none;}
.video_l li .text{color:#808080;font-size: 14px;line-height:24px;overflow:hidden;height:48px;}

@media only screen and (max-width: 768px) {
	.video_l li{padding:0 5px;}
}
@media only screen and (max-width: 480px) {
	.video_l li{padding:0;width:100%;}
	.video_l li .title{padding: 10px;}
	.video_l li .title a{font-size:14px;margin-bottom:0;height: auto;max-height: 48px;}
}


.project_list{list-style:none;}
.project_list li{margin-bottom:50px;}
.project_list li:nth-child(3n+1){clear:both;}
.project_list li .column{background:#f7f7f7;}
.project_list li .image{display:block;overflow:hidden;position:relative;}
.project_list li .image > a{display:block;position:absolute;left:0;top:0;width:100%;height:100%;z-index: 10;}
.project_list li .image img{width:100%;transition:all .9s;}
.project_list li:hover .image img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}

.project_list li .title{display:block;font-size: 14px;line-height:24px; font-family: "sofiapro_bold";  max-height:48px;overflow:hidden;margin-top:20px;margin-bottom:10px; color: #333;}
.project_list li:hover .title{color:#333;text-decoration:none;}
.project_list li .text{height:20px;line-height:20px;color:#808080;font-size: 14px;overflow:hidden;max-height:20px; margin-bottom: 20px;}


@media only screen and (max-width: 768px) {
	.project_list li{padding:0 5px;}
	.project_list li:nth-child(2n+1){clear: both;}
	.project_list li:nth-child(3n+1){clear:inherit;}
}
@media only screen and (max-width: 480px) {
	.project_list li{padding: 0;width:100%;margin-bottom:40px;}
	.project_list li .title{height:auto;max-height:48px;font-size:16px;margin-top:15px;}
	.project_list li .text{font-size: 14px;background-size:12px;padding-left:20px;}
}




/*honor */
 #baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:99999999;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}
 #baguetteBox-overlay.visible{opacity:1}
 #baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}
 #baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}
 #baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}
 #baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}
 #baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}
 #baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}
 #baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}
 #baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}
 @-webkit-keyframes bounceFromRight{
	 0%,100%{margin-left:0}
	 50%{margin-left:-30px}
 }
 @keyframes bounceFromRight{
	 0%,100%{margin-left:0}
	 50%{margin-left:-30px}
 }
 @-webkit-keyframes bounceFromLeft{
	 0%,100%{margin-left:0}
	 50%{margin-left:30px}
 }
 @keyframes bounceFromLeft{
	 0%,100%{margin-left:0}
	 50%{margin-left:30px}
 }
 .baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}
 .baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}
 .baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}
 .baguetteBox-button#next-button{right:2%}
 .baguetteBox-button#previous-button{left:2%}
 .baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}
 .baguetteBox-button svg{position:absolute;left:0;top:0}
 .baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}
 .baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}
 .baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}
 @-webkit-keyframes bounce{
	 0%,100%{-webkit-transform:scale(0);transform:scale(0)}
	 50%{-webkit-transform:scale(1);transform:scale(1)}
 }
 @keyframes bounce{
	 0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}
	 50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}
 }

/* Styles for the gallery */

.tz-gallery {
    padding: 0;
}
.tz-gallery .lightbox{display:inline-block; box-shadow: 0px 0px 10px rgba(0,0,0,0.08); padding: 10px; background: #fff;}
.tz-gallery .thumbnail {padding: 10px;margin-bottom: 10px;border: none;text-align: center;}
.tz-gallery .caption{font-size: 16px;font-family: "sofiapro_bold"; padding: 0; margin: 0;height:40px;line-height:20px;overflow:hidden; margin: 10px 0;}
.baguetteBox-button {background-color: transparent !important;}
@media only screen and (max-width: 768px) {
	.tz-gallery > div{padding:0 10px;}
	.tz-gallery .thumbnail{margin-bottom:20px;}
}

.honor_list{ margin: 0px -5px;}
.honor_list .li{ padding: 0px 5px;}
@media only screen and (max-width: 400px) {
.honor_list .li{float: left; width: 100%;}
}

.quarry .img{ width:100%; margin-right:20px; overflow:hidden; display:block; border-radius:5px;  border-bottom-left-radius:50% 30%; border-bottom-right-radius:50% 30%;}
.quarry .img img{ width:100%;}
.quarry  ul li{ list-style:none; margin-bottom:30px;}
.quarry  ul li .li{ background:#f7f7f7; text-align: center;}
.quarry  ul li .text{ padding:20px; padding-top:0px; margin-top:10px;padding-bottom:30px;}
.quarry  ul li .title{font-size:16px;color:#333; margin-top:20px; display:block; line-height:24px; font-family: "sofiapro_bold";  overflow:hidden; height:24px; overflow:hidden; margin-bottom: 8px;}
.quarry  ul li p{ font-size: 14px; color:#999; max-height:44px; overflow:hidden; line-height:22px; }
.quarry  ul li .title:hover a{ color:#333;}
.quarry  ul li:hover img{transform: scale(1.1);}

@media only screen and (max-width: 1080px) {
.quarry  ul li{float: left; width: 33.33%;}
}
@media only screen and (max-width: 768px) {
.quarry  ul li{float: left; width: 50%;}
}

@media only screen and (max-width: 400px) {
.quarry  ul li{float: left; width: 100%;}
}


.projects_more{background:#333; text-align: center; margin-top: 30px; font-family: 'sofiapro_bold'; font-size: 30px; padding: 20px 0; color: #fff;}
.projects02{margin-top: 40px;}
.projects02 ul{-moz-column-count: 4;-webkit-column-count:4;column-count: 4;}
.projects02 ul li{ list-style:none; margin-bottom: 10px;}
@media only screen and (max-width: 768px) {
.projects02 ul{-moz-column-count: 3;-webkit-column-count:3;column-count: 3;}
}

@media only screen and (max-width: 500px) {
.projects02 ul{-moz-column-count: 2;-webkit-column-count:2;column-count: 2;}
}





.honor ul li{ list-style: none; text-align: center; margin-bottom: 20px;}
.honor ul li .img{ border: 1px solid #eee; padding: 8px; display: block; overflow: hidden;}
.honor ul li .title{ line-height: 20px; height: 40px;font-family: 'sofiapro_bold'; font-size: 14px; display: block; color: #333; margin-top: 10px;}
.honor ul li:hover .img{ border: 1px solid #333;}
.honor ul li:hover img{transform: scale(0.95);}



/*left scroll*/
.left_fixed { position: sticky !important;}
