@charset "utf-8";


@font-face {
	font-family: "Rajdhani";
	src: url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "montserrat";
	src: url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
}






/*bootstrop*/
.row {
	margin-right: -10px;
	margin-left: -10px;
}

.input-group {
	display: table;
	position: relative;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	border: none;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
	display: table;
	content: " ";
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
	clear: both;
}

.container {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.container {
		width: 100%;
	}
}

@media (min-width: 1520px) {
	.container {
		width: 100%;
		padding-left: 160px;
		padding-right: 160px;
	}
}

@media (min-width: 1500px) {
	.container2 {
		width: 1480px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

@media (min-width: 768px) {

	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}
}

/* BODY */
* {
	outline: none !important;
}

body {
	margin: 0;
	padding: 0;
	font-family: "montserrat";
	font-size: 14px;
	color: #212121;
	overflow-x: hidden;
	line-height: 28px;
}

@media screen and (max-width:992px) {
	body {
		font-size: 14px;
	}
}

/*reset*/
body,
ul,
img,
p,
input,
dl,
dd,
tr,
th,
td {
	margin: 0;
	padding: 0;
	min-height: 1px;
}

*,
::after,
::before {
	box-sizing: border-box;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	line-height: 0;
	display: taFble;
	content: "";
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
}

.page ul {
	padding-left: 16px;
}

table td {
	padding: 5px;
}

.table-responsive ul li {
	list-style-position: inside !important;
}

.table-responsive td {
	padding-left: 8px
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}

.cform-item__wrap {
	display: flex;
	align-items: center;
	font-size: 12px;
}

.cform-item__wrap input {
	width: 96px !important;
	padding: 0 5px !important;
}

.cform-item__wrap img {
	height: auto;
	display: inline-block;
	margin: 0 5px !important;
	max-width: 100px;
}

#powerby,
#powerby a {
	display: inline-block;
	color: #c9c9c9;
	font-size: 13px
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin: 0;
}

.tl {
	text-align: left !important;
}

.tc {
	text-align: center !important;
}

iframe,
video {
	max-width: 100%;
}



/* HTML TAGS */
img {
	max-width: 100%;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	height: auto;
}

label,
button,
a {
	cursor: pointer;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

/*用来解决在安卓上的点击出现蓝框问题*/
body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



/*解决ios上去除微信点击蓝色边框 */
a:focus,
input:focus,
p:focus,
div:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img[src=""],
img:not([src]) {
	opacity: 0;
}

font {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	font-family: inherit;
	font-style: inherit;
	text-transform: inherit;
}

@media screen and (max-width:992px) {
	.hidden_mob {
		display: none !important;
	}
}

/* @media screen and (max-width:640px) {
	.hidden_mob {
		display: none !important;
	}
} */

/* LINKS */
a {
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline-style: none;
	-moz-outline-style: none;
	text-decoration: none;
}


/* GOOGLE MAPS */
.google-maps {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.google-maps iframe {
	width: 100%;
	height: 100%;
	display: inline-block;
	border: none;
}


/*font*/
.tc {
	text-align: center !important;
}

.tl {
	text-align: left !important;
}

.li_title {
	font-size: 20px;
	line-height: 30px;
}

.page_title {
	font-size: 26px;
	line-height: 40px;
}

@media screen and (max-width:1400px) {
	.li_title {
		font-size: 16px;
		line-height: 30px;
	}

	.page_title {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width:992px) {
	.li_title {
		font-size: 14px;
		line-height: 16px;
	}

	.page_title {
		font-size: 20px;
		line-height: 30px;
	}


}


@media screen and (max-width:768px) {
	.page_title {
		font-size: 16px;
		line-height: 30px;
	}

}


.mess_main .p {
	margin-bottom: 20px;
	color: #aaa;
	font-size: 15px;
	line-height: 22px;
}

.mess_main ul {
	list-style: none;
	margin: 0px -10px;
}

.mess_main ul li {
	padding: 0 10px;
	margin-bottom: 15px;
}

.mess_main ul li span {
	display: block;
	position: relative;
}

.mess_main ul li span:before {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0;
	top: 0;
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
}

.mess_main ul li span:before {
	content: '';
	position: absolute;
	right: 10px;
	top: 18px;
	width: 28px;
	height: 23px;
	display: inline-block;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
}

.mess_main ul li span.ms_e:before {
	background-position: -40px -230px;
}

.mess_main ul li span.ms_p:before {
	background-position: 0 -227px;
}

.mess_main ul li span.ms_m:before {
	background-position: -82px -227px;
}

.mess_main ul li input {
	background: rgba(255, 255, 255, 1);
	height: 46px;
	width: 100%;
	line-height: 46px;
	padding-right: 45px;
	font-size: 14px;
	color: #999;
	border: none;
	border-radius: 0;
	padding-left: 10px;
	border: 2px solid #eee;
	border-radius: 5px;
}

.mess_main ul li textarea {
	height: 110px;
	background: rgba(255, 255, 255, 1);
	width: 100%;
	max-width: 100%;
	max-height: 150px;
	font-size: 14px;
	padding: 8px 45px 10px 10px;
	color: #999;
	border: none;
	;
	border-radius: 0;
	line-height: 20px;
	border: 2px solid #eee;
	border-radius: 5px;
}

.mess_main ul li input:focus,
.mess_main ul li textarea:focus {
	color: #333;
	border-color: #cb101a;
}

.mess_main ul li input:-ms-input-placeholder {
	color: #999;
}

/* Internet Explorer 10+ */
.mess_main ul li input::-webkit-input-placeholder {
	color: #999;
}

/* WebKit browsers */
.mess_main ul li input::-moz-placeholder {
	color: #999;
}

/* Mozilla Firefox 4 to 18 */
.mess_main ul li input:-moz-placeholder {
	color: #999;
}

/* Mozilla Firefox 19+ */
.mess_main ul li textarea:-ms-input-placeholder {
	color: #999;
}

/* Internet Explorer 10+ */
.mess_main ul li textarea::-webkit-input-placeholder {
	color: #999;
}

/* WebKit browsers */
.mess_main ul li textarea::-moz-placeholder {
	color: #999;
}

/* Mozilla Firefox 4 to 18 */
.mess_main ul li textarea:-moz-placeholder {
	color: #999;
}

/* Mozilla Firefox 19+ */


.mess_main ul li .ms_btn,
.ms_btn {
	display: inline-block !important;
	position: relative;
	margin-top: 10px;
}

.mess_main ul li .ms_btn:before,
.ms_btn:before {
	position: absolute;
	content: '';
	top: 0;
	right: 10px;
	height: 100%;
	width: 30px;
	background-position: -279px -446px;
	z-index: 999;
	opacity: 0;
	transition: 0.6s all;
}

.mess_main ul li:hover .ms_btn:before {
	opacity: 1;
}

.mess_main ul li .ms_btn input,
.ms_btn input {
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	background: #cb101a;
	color: #fff;
	border: none;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	transition: 0.5s all;
	position: relative;
	border-radius: 0;
	display: inline-block;
	padding: 0px 30px;
	cursor: pointer;
}

.mess_main ul li .ms_btn:hover input {
	padding-right: 50px;
}


/*nav*/
.main-menu ul li {
	list-style: none;
	margin: 0;
}

@media screen and (min-width:992px) {
	.main-menu {
		list-style: none;
		margin: 0;
		padding: 0;
		float: left;
	}

	.main-menu li {
		position: relative;
		list-style: none
	}

	.main-menu li a {
		display: block;
		-webkit-transition: all 300ms linear 0ms !important;
		-khtml-transition: all 300ms linear 0ms !important;
		-moz-transition: all 300ms linear 0ms !important;
		-ms-transition: all 300ms linear 0ms !important;
		-o-transition: all 300ms linear 0ms !important;
		transition: all 300ms linear 0ms !important;
	}

	.main-menu li .menu-toggle {
		display: none
	}

	.main-menu>li {
		display: inline-block;
		vertical-align: middle;
		float: left;
	}

	.main-menu>li:first-child {
		margin-left: 0;
	}

	.main-menu>li:last-child {
		padding-right: 0;
	}

	.main-menu>li>a {
		position: relative;
		text-transform: uppercase;
	}

	.main-menu>li.active>a,
	.main-menu>li:hover>a {
		color: #fff;
		background: #ca101a;
	}

	.main-menu>li.menu-children>a:after,
	.main-menu>li.page_item_has_children>a:after {
		content: "\f107";
		font-family: FontAwesome;
		margin-left: 4px;
		display: inline-block;
		vertical-align: top;
		font-size: 12px;
	}

	.main-menu .sub-menu,
	.main-menu .children {
		position: absolute;
		background: #fff;
		padding: 10px 0;
		top: 100%;
		left: 0;
		margin-top: 0;
		margin-bottom: 0;
		min-width: 300px;
		z-index: 99;
		visibility: hidden;
		opacity: 1;
		-webkit-box-shadow: 0 8px 83px rgba(40, 40, 40, 8%);
		-khtml-box-shadow: 0 8px 83px rgba(40, 40, 40, 8%);
		-moz-box-shadow: 0 8px 83px rgba(40, 40, 40, 8%);
		-ms-box-shadow: 0 8px 83px rgba(40, 40, 40, 8%);
		-o-box-shadow: 0 8px 83px rgba(40, 40, 40, 8%);
		box-shadow: 0 8px 83px rgba(40, 40, 40, 8%);
		transform-origin: 0 0 0;
		-webkit-transform-origin: 0 0 0;
		-ms-transform-origin: 0 0 0;
		-o-transform-origin: 0 0 0;
		transform: scaleY(0);
		transform-origin: 0 0 0;
		transition: all 0.4s ease 0s;
		opacity: 0;
	}

	.main-menu .sub-menu li,
	.main-menu .children li {
		padding: 0 8px;
	}

	.main-menu .sub-menu li a,
	.main-menu .children li a {
		color: #333;
		font-size: 16px;
		line-height: normal;
		padding: 12px 8px;
		position: relative;
	}

	.main-menu .sub-menu li:hover>a,
	.main-menu .children li a:hover {
		background: #cb101a;
		color: #fff;
	}

	.main-menu .sub-menu li.menu-children>a:after,
	.main-menu .children li.menu-children>a:after,
	.main-menu .sub-menu li.page_item_has_children>a:after,
	.main-menu .children li.page_item_has_children>a:after {
		content: "\f105";
		font-family: "FontAwesome";
		position: absolute;
		right: 6px;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-khtml-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%)
	}

	.main-menu .sub-menu .sub-menu,
	.main-menu .children .sub-menu,
	.main-menu .sub-menu .children,
	.main-menu .children .children {
		top: -10px;
		left: 100%;
	}

	.main-menu li:hover,
	.main-menu li.focus {
		overflow: visible
	}

	.main-menu li:hover>.sub-menu,
	.main-menu li.focus>.sub-menu,
	.main-menu li:hover>.children,
	.main-menu li.focus>.children {
		visibility: visible;
		opacity: 1;
		clip: inherit;
		opacity: 1;
		visibility: visible;
		transform: scaleY(1);
	}



	.main-menu li.megamenu {
		position: static
	}

	.main-menu li.megamenu .sub-menu,
	.main-menu li.megamenu .children {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin-left: auto;
		margin-right: auto;
		left: 0 !important;
		right: 0 !important
	}


	.megamenu .sub-menu .nav_li {
		overflow-x: auto;
		padding: 30px 30px 0;
	}

	.megamenu .sub-menu .nav_li .sub-menu {
		opacity: 1;
		display: block !important;
	}

	.megamenu .sub-menu .nav_li a:hover {
		background: none !important;
	}

	.megamenu .sub-menu .nav_li .title .h4 {
		display: block;
		font-family: "Rajdhani";
		font-size: 26px;
		line-height: 24px;
		padding: 0px;
		color: #333;
		text-transform: uppercase;
		margin-bottom: 10px;
	}

	.megamenu .sub-menu .nav_li .title .h4:hover {
		color: #cb101a;
	}

	.megamenu .sub-menu .nav_li>li {
		float: left;
		width: 20%;
		margin-bottom: 20px;
		padding: 0px 15px;
	}

	.megamenu .sub-menu .nav_li>li>ul {
		top: 0;
	}

	.megamenu .sub-menu .nav_li>li>a {
		font-family: "Montserrat", sans-serif;
		font-size: 15px;
		color: #444;
	}

	.megamenu .sub-menu .nav_li>li>ul>li>a {
		padding: 6px;
		width: 100%;
		display: block;
	}

	.megamenu .sub-menu .nav_li a:hover {
		color: #cb101a;
		text-decoration: underline;
	}

	.megamenu>.sub-menu>li .img img {
		width: 100%;
	}

	.megamenu .sub-menu ul {
		position: inherit;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		height: 100%;
		padding: 0px;
	}

	.megamenu .sub-menu ul li,
	.megamenu .sub-menu ul {
		opacity: 1;
		clip: inherit;
		-webkit-transform: scaleY(1);
		-khtml-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		transform: scaleY(1);
		padding: 0;
	}

	.megamenu .sub-menu ul.sub-menu,
	.main-menu li.focus>.sub-menu,
	.main-menu li>.children,
	.main-menu li.focus>.children {
		visibility: visible;
		opacity: 1;
		clip: inherit;
		-webkit-transform: scaleY(1);
		-khtml-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		transform: scaleY(1);
		box-shadow: none;
	}

	.main-menu .megamenu a:after {
		display: none;
	}

	.main-menu ul li .title {
		display: flex;
		border-bottom: 1px solid #eee;
		align-items: center;
		padding: 4px 0;
	}

	.main-menu ul li .title:hover a {
		color: #ca101a;
	}

	.main-menu ul li:last-child .title {
		border-bottom: none;
	}

	.main-menu ul li .icon {
		width: 80px;
		padding: 0;
	}

	.main-menu ul li .icon img {
		width: 100%;
	}


}

@media screen and (max-width:991px) {
	.megamenu>.sub-menu>li.img {
		display: none;
	}

	.header-navigation {
		position: absolute;
		height: 100vh;
		width: 260px;
		top: 0;
		left: 0;
		bottom: 0;
		margin: 0 !important;
		overflow: hidden;
		visibility: hidden;
		z-index: 9999999
	}

	.header-navigation .main-navigation {
		overflow: hidden;
		width: 260px;
		padding: 0;
		background-color: #fff;
		position: fixed;
		z-index: 9999999;
		top: 0;
		height: 100%;
		left: 0;
		right: 0;
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms;
		-webkit-transform: translateX(-100%);
		-khtml-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .22);
		-khtml-box-shadow: 0 0 12px rgba(0, 0, 0, .22);
		-moz-box-shadow: 0 0 12px rgba(0, 0, 0, .22);
		-ms-box-shadow: 0 0 12px rgba(0, 0, 0, .22);
		-o-box-shadow: 0 0 12px rgba(0, 0, 0, .22);
		box-shadow: 0 0 12px rgba(0, 0, 0, .22)
	}

	.header-navigation .main-navigation .main-navigation-inner {
		height: 100%;
		overflow-y: scroll;
		padding: 10px 20px 10px 10px;
		margin-right: -10px
	}

	.header-navigation.navigation-open {
		z-index: 9999999;
		visibility: visible
	}

	.header-navigation.navigation-open .main-navigation {
		-webkit-transform: translateX(0%);
		-khtml-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}



	.main-menu {
		list-style: none;
		margin: 0;
		padding: 0
	}

	.main-menu .sub-menu ul {
		background: #f7f7f7;
		padding: 10px;
	}

	.main-menu li {
		position: relative;
		list-style: none;
		margin: 0 !important;
		padding: 0 !important;
	}

	.main-menu>li>a {
		padding: 0 !important;
		margin: 0 !important;
	}

	.main-menu li a {
		display: block;
		padding: 0;
		line-height: 50px;
		color: #282828 !important;
		font-size: 16px !important;
		border-bottom: 1px solid #eee;
		margin: 0;
		line-height: 20px !important;
		padding: 15px 0 !important;
	}

	.main-menu>li>a.onepage-active,
	.main-menu>li>a:hover,
	.main-menu>li>a.current,
	.main-menu>li.current_page_item>a,
	.main-menu>li.current-menu-item>a,
	.main-menu>li.current_page_ancestor>a,
	.main-menu>li.current-menu-ancestor>a {
		color: #a67410;
	}

	.main-menu li .icon {
		display: none;
	}

	.main-menu>li>.sub-menu {
		border-bottom: 1px solid #ebebeb;
		padding-top: 9px;
		padding-bottom: 9px
	}

	.main-menu .sub-menu,
	.main-menu .children {
		position: relative;
		display: none
	}

	.main-menu .sub-menu li a,
	.main-menu .children li a {
		padding: 7px 24px 7px 6px !important;
		line-height: 20px !important;
		font-size: 14px !important;
		border: none
	}

	.main-menu .sub-menu li>a:hover,
	.main-menu .children li>a:hover,
	.main-menu .sub-menu li>a.current,
	.main-menu .children li>a.current,
	.main-menu .sub-menu li.current_page_item>a,
	.main-menu .children li.current_page_item>a,
	.main-menu .sub-menu li.current-menu-item>a,
	.main-menu .children li.current-menu-item>a,
	.main-menu .sub-menu li.current_page_ancestor>a,
	.main-menu .children li.current_page_ancestor>a,
	.main-menu .sub-menu li.current-menu-ancestor>a,
	.main-menu .children li.current-menu-ancestor>a {
		color: #a67410
	}

	.main-menu .sub-menu li .menu-toggle,
	.main-menu .children li .menu-toggle {
		top: 2px
	}

	.main-menu .sub-menu .sub-menu li a,
	.main-menu .children .sub-menu li a {
		padding: 0 0 0 20px
	}

	.main-menu .sub-menu .sub-menu li .sub-menu li a,
	.main-menu .children .sub-menu li .sub-menu li a {
		padding: 0 0 0 30px
	}

	.main-menu li.focus>.sub-menu,
	.main-menu li.focus>.children {
		visibility: visible;
		opacity: 1;
		max-height: none;
		overflow: visible
	}

	.header-navigation .main-navigation .main-navigation-inner {
		height: 100%;
		overflow-y: scroll;
		padding: 0 20px 10px 10px;
		margin-right: -10px
	}

	.menu-toggle {
		position: absolute;
		top: 10px;
		height: 30px;
		right: 0;
		border: 1px solid #ebebeb;
		width: 30px;
		cursor: pointer;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		font-family: FontAwesome;
		font-size: 15px
	}

	.menu-toggle:before {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-khtml-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms
	}

	.menu-toggle.toggle-open:before {
		content: '\f106'
	}

	#menu-mobile {
		width: 60px;
		height: 60px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 99999999;
		background: #cb101a;
		transition: 0.5s all;
	}

	#menu-mobile .btn-nav-mobile {
		color: #fff;
		display: inline-block;
		font-size: 16px;
		height: 60px;
		line-height: 32px;
		text-align: center;
		vertical-align: middle;
		width: 60px;
		cursor: pointer;
		position: absolute;
		z-index: 9999999;
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms;
	}

	#menu-mobile .btn-nav-mobile:before,
	#menu-mobile .btn-nav-mobile:after,
	#menu-mobile .btn-nav-mobile span {
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms;
		content: "";
		background-color: #fff;
		display: block;
		height: 2px;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		width: 26px;
		top: 37px
	}

	#menu-mobile .btn-nav-mobile:before {
		top: 30px
	}

	#menu-mobile .btn-nav-mobile span {
		top: 23px
	}

	#menu-mobile .btn-nav-mobile.opened:before {
		top: 28px;
		background: #fff;
		-webkit-transform: rotate(45deg);
		-khtml-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	#menu-mobile .btn-nav-mobile.opened:after {
		-webkit-transform: rotate(-45deg);
		-khtml-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 28px;
		background: #fff;
	}

	#menu-mobile .btn-nav-mobile.opened span {
		display: none
	}

	li.megamenu .container {
		padding: 0
	}

	li.megamenu .container .elementor-column-wrap {
		padding: 0 !important
	}

	li.megamenu .elementor-row {
		display: block
	}

	li.megamenu .elementor-row>.elementor-element {
		width: 100% !important
	}

	li.megamenu .elementor-element-populated {
		padding: 0 !important
	}

}

.header-navigation.navigation-open .nav_overly {
	z-index: 99999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

@media screen and (max-width:300px) {
	.header-navigation .main-navigation {
		width: 100%;
	}

	#menu-mobile .btn-nav-mobile.opened:before,
	#menu-mobile .btn-nav-mobile.opened:after {
		background: #333;
	}
}

.top_overly {
	z-index: 9999996;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity=85);
	display: none;
	backdrop-filter: blur(40px);
}


/*language*/
.language {
	list-style: none;
	position: relative;
	overflow: hidden;
	float: right;
	background: #cb101a;
}

.language p {
	display: flex;
	height: 112px;
	align-items: center;
	color: #fff;
	cursor: pointer;
	position: relative;
	justify-content: center;
	align-items: center;
	padding: 0px 30px;
	flex-direction: column;
}

.language p i {
	margin-left: 4px;
}

.language p img {
	overflow: hidden;
	float: left;
	line-height: 20px;
	border: 2px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 5px;
}

.language .language_ul {
	width: 240px;
	padding: 10px;
	border-radius: 3px;
	position: absolute;
	box-shadow: 1px 1px 10px 0 #ccc;
	top: 100%;
	right: 0;
	background: #fff;
	-webkit-transition: margin .5s ease-in-out;
	-moz-transition: margin .5s ease-in-out;
	margin-top: 50px;
	opacity: 0;
	z-index: -2;
	transition: 0.5s all;
	padding: 15px;
	font-size: 15px;
}

.language:hover {
	height: auto;
	overflow: inherit;
}

.language:hover .language_ul {
	margin-top: 0;
	-webkit-transition: margin .3s ease-in-out;
	-moz-transition: margin .3s ease-in-out;
	opacity: 1;
	z-index: 9999;
}

.language .language_ul:after {
	position: absolute;
	top: -5px;
	right: 15px;
	width: 0;
	height: 0;
	content: '';
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 5px solid #fff;
}

.language ul li {
	list-style: none;
	float: left;
	width: 50%;
}

.language ul li:hover {
	background: #f7f7f7;
}

.language ul li img {
	margin-right: 6px;
	float: left;
	border-radius: 50%;
}

.language ul li a {
	line-height: 22px;
	padding: 5px;
	display: flex;
	align-items: center;
}

.mob_logo,
.mob_language {
	display: none;
}

@media screen and (max-width:992px) {

	.mob_logo,
	.mob_language {
		display: block;
	}

	.mob_logo {
		background: #eee;
		padding: 10px;
		margin: -10px;
		margin-bottom: 0;
	}

	.mob_logo img {
		max-height: 32px;
		margin-top: 5px;
	}

	.mob_language {
		background: #eee;
		padding: 10px;
	}

	.mob_language a {
		float: left;
		width: 50%;
		display: flex;
		padding: 8px 0;
		align-items: center;
	}

	.mob_language a img {
		flex-shrink: 0;
		margin-right: 4px;
		width: 18px;
	}
}


/*Search*/
.search_main {
	position: relative;
	float: right;
	width: 260px;
	margin-left: 10px;
	margin-top: 7px;
}

.search_main .form-control {
	height: 44px;
	color: #777;
	float: left;
	line-height: 40px;
	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: none;
	padding-right: 55px;
	border: none;
	border-radius: 0;
	box-shadow: none;
	float: none;
	border-bottom: 1px solid #7f8183;
	border-radius: 0;
}

.search_main .form-control:focus {
	background: #fff;
	padding-left: 10px;
	border-bottom: 1px solid #fff;
	color: #333;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.search_main .search_btn {
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border: none;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(../images/icon.png) no-repeat;
	background-position: -346px -446px;
}

.search_mob {
	display: none;
	position: relative;
}

.search_mob .form-control {
	height: 40px;
	color: #777;
	float: left;
	line-height: 40px;
	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-right: 55px;
	border: none;
	border-radius: 0;
	box-shadow: none;
	float: none;
	border-radius: 0;
	padding-left: 10px;
}

.search_mob .form-control:focus {
	color: #333;
}

.search_mob .search_btn {
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border: none;
	position: absolute;
	bottom: 6px;
	right: 6px;
	background: url(../images/icon.png) no-repeat;
	background-position: -346px -446px;
}

@media screen and (max-width:992px) {
	.search_mob {
		display: block !important;
		background: #cbd0d3;
		padding: 6px;
	}
}

/*select*/
.select>a {
	background: #c8cbd0;
	line-height: 30px;
	color: #666;
	font-size: 13px;
	text-transform: capitalize;
	transition: all 0s;
	text-align: center;
	display: inline-block;
	height: 90px;
	width: 88px;
	text-align: center;
}

.select-modal {
	position: fixed;
	top: 0;
	left: 50%;
	width: 50%;
	width: 80%;
	max-width: 1000px;
	height: auto;
	z-index: 99999999995;
	visibility: hidden;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.select-modal .send_column:after {
	display: none
}

.select-show {
	visibility: visible;
	transition: all .5s;
}

.select-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 999999999;
	opacity: 0;
	filter: alpha(opacity=0);
	background: rgba(1, 1, 1, 0.7);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.select-show~.select-overlay {
	opacity: 1;
	visibility: visible;
	filter: alpha(opacity=100);
}

.select-modal .select-content {
	margin: 0 auto;
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	opacity: 0;
	margin-top: 5%;
}

.select-modal.select-show .select-content {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
	filter: alpha(opacity=100);
	padding: 20px;
}

.select-content .main .img {
	float: left;
	padding-right: 20px;
	width: 56%;
}

.select-content .main .mess_main {
	float: left;
	width: 44%;
}

.select-content {
	color: #5b5b5b;
	background: #fff;
	position: relative;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	filter: alpha(opacity=0);
	border: none;
}

.select-content .select-close {
	position: absolute;
	right: 10px;
	top: 10px;
	border: none;
	background-color: transparent;
}

.select-content .select-close i {
	width: 30px;
	height: 30px;
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.select-content .select-close i:before,
.select-content .select-close i:after {
	content: '';
	display: inline-block;
	background: #4d4d4d;
	width: 20px;
	height: 2px;
	margin: 2px 0;
}

.select-content .select-close i:before {
	transform: rotate(45deg) translate(4px, 0px);
	-webkit-transform: rotate(45deg) translate(4px, 0px);
}

.select-content .select-close i:after {
	transform: rotate(-45deg) translate(4px, 0px);
	-webkit-transform: rotate(-45deg) translate(4px, 0px);
}

.select-content .select_title em {
	display: block;
	font-size: 32px;
	line-height: 110%;
	color: #333;
	text-transform: capitalize;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 10px;
	font-style: normal;
	margin-top: 10px;
}

.select-content .select_title .text {
	font-size: 14px;
	line-height: 20px;
	color: #808080;
	margin-bottom: 20px;
}

.select-content .main .send_column {
	background: none;
	box-shadow: none;
	padding: 0;
}

.select-show .select-content::-webkit-scrollbar {
	width: 5px;
}

.select-show .select-content::-webkit-scrollbar-track {
	background-color: #f2f2f2;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	opacity: 0.5
}

.select-show .select-content::-webkit-scrollbar-thumb {
	background-color: #004082;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.select-content .select-close {
	position: absolute;
	right: 20px;
	top: 20px;
	border: none;
	background-color: transparent;
}

.select-content .select-close i {
	width: 30px;
	height: 30px;
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.select-content .select-close i:before,
.select-content .select-close i:after {
	content: '';
	display: inline-block;
	background: #808080;
	width: 20px;
	height: 2px;
	margin: 2px 0;
}

.select-content .select-close i:before {
	transform: rotate(45deg) translate(4px, 0px);
	-webkit-transform: rotate(45deg) translate(4px, 0px);
}

.select-content .select-close i:after {
	transform: rotate(-45deg) translate(4px, 0px);
	-webkit-transform: rotate(-45deg) translate(4px, 0px);
}

@-webkit-keyframes animate-btn-line {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0
	}

	50% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0
	}

	51% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
	}
}

@keyframes animate-btn-line {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0
	}

	50% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0
	}

	51% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
	}
}

.select-show .select-content::-webkit-scrollbar {
	width: 3px;
}

.select-show .select-content::-webkit-scrollbar-track {
	background-color: #f2f2f2;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

.select-show .select-content::-webkit-scrollbar-thumb {
	background-color: #ccc;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

@media only screen and (max-width:1200px) {
	.select a {
		float: none;
	}
}

@media only screen and (max-width:768px) {
	.select a {
		display: none;
	}
}

/*banner*/
.index_banner {
	position: relative;
}

.index_banner img {
	width: 100%;
	max-width: 100%;
}

@media only screen and (max-width:992px) {

	.swiper-button-next:after,
	.swiper-button-prev:after {
		font-size: 20px;
	}

	.swiper-button-prev,
	.swiper-rtl .swiper-button-next {
		left: -15px;
	}

	.swiper-button-next,
	.swiper-rtl .swiper-button-prev {
		right: -15px;
	}
}

.swiper-banner {
	position: relative;
	overflow: hidden;
}

.swiper-banner .swiper-slide {
	text-align: center;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.swiper-banner .swiper-slide .slide-text {
	position: absolute;
	bottom: 20%;
	/* atur posisi tengah */
	left: 10%;
	transform: translate(-10%, -50%);
	color: white;
	text-align: right;
	background: rgba(0, 0, 0, 0.449);
	width: auto;
	/* semi transparan untuk keterbacaan */
	padding: 30px;
	border-radius: 10px;
}


.swiper-banner .swiper-slide .slide-text h2 {
	margin: 10px;
	font-size: 72px;
	font-weight: bold;
}

.swiper-banner .swiper-slide .slide-text p {
	margin: 20px;
	font-size: 24px;
}

.swiper-banner .swiper-button-next,
.swiper-banner .swiper-rtl .swiper-button-prev {
	right: 30px;
}

.swiper-banner .swiper-button-prev,
.swiper-banner .swiper-rtl .swiper-button-next {
	left: 30px;
}

.swiper-banner .swiper-button-next:after,
.swiper-banner .swiper-button-prev:after {
	font-size: 30px;
	color: #fff;
}

.swi_position {
	position: relative;
	padding: 0px 30px;
}

.swi_position .swiper-button-next:after,
.swi_position .swiper-button-prev:after {
	font-size: 24px;
}

.swi_position .swiper-button-prev,
.swi_position .swiper-button-next {
	color: #bbb;
}

.swi_position .swiper-button-prev {
	left: 0;
}

.swi_position .swiper-button-next {
	right: 0;
}

@media only screen and (max-width: 1420px) {
	.swi_position {
		margin: 0px;
		padding: 0px 10px;
	}

	.swi_position .swiper-button-prev {
		left: -15px;
	}

	.swi_position .swiper-button-next {
		right: -15px;
	}
}

@media only screen and (max-width:992px) {
	.swi_position {
		margin: 0px;
		padding: 0px 30px;
	}

	.swi_position .swiper-button-prev {
		left: 0;
	}

	.swi_position .swiper-button-next {
		right: 0;
	}

	.swiper-banner .swiper-button-next,
	.swiper-banner .swiper-rtl .swiper-button-prev {
		right: 0;
	}

	.swiper-banner .swiper-button-prev,
	.swiper-banner .swiper-rtl .swiper-button-next {
		left: 0;
	}

}


.swiper-pagination {
	text-align: center;
	bottom: 30px;
}

.swiper_dots span {
	width: 20px;
	height: 20px;
	background: none;
	border: 2px solid rgba(255, 255, 255, 0);
	position: relative;
	display: inline-block;
	position: relative;
	opacity: 1;
}

.swiper_dots span:before {
	position: absolute;
	left: 50%;
	top: 50%;
	background: #595858;
	width: 10px;
	height: 10px;
	content: '';
	margin-left: -5px;
	margin-top: -5px;
	transform: rotate(45deg);
	transition: 0.6s all;
	border-radius: 50%;
}

.swiper_dots .swiper-pagination-bullet-active {
	border: 2px solid #fe9931 !important;
}

.swiper_dots .swiper-pagination-bullet-active:before {
	background: #fe9931 !important;
	width: 10px !important;
	height: 10px !important;
	margin-top: -5px !important;
	margin-left: -5px !important;
}


.swi_overflow {
	overflow: hidden;
}

.scrollbar_mob .swiper-wrapper {
	display: contents;
}

.scrollbar_mob .swiper-button-next,
.scrollbar_mob .swiper-button-prev {
	opacity: 0;
}

@media only screen and (max-width: 992px) {
	.scrollbar_mob ul li {
		float: none;
	}

	.scrollbar_mob .swiper-button-next,
	.scrollbar_mob .swiper-button-prev {
		opacity: 1;
	}

	.scrollbar_mob .swiper-wrapper {
		box-sizing: border-box;
		display: flex;
	}
}


@media only screen and (max-width:992px) {
	.swiper-banner .swiper-pagination {
		bottom: 5px;
	}

	.swiper-banner .swiper-slide .slide-text {
		position: absolute;
		bottom: 0%;
		/* atur posisi tengah */
		left: 10%;

		padding: 10px;
		border-radius: 10px;
	}

	.swiper-banner .swiper-slide .slide-text h2 {
		margin: 10px;
		font-size: 24px;
		font-weight: bold;
	}

	.swiper-banner .swiper-slide .slide-text p {
		margin: 0px;
		font-size: 16px;
	}
}

/*num*/
.odometer.odometer-auto-theme,
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car,
.odometer.odometer-theme-car .odometer-digit {
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
	position: relative
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-spacer {
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
	visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
	text-align: left;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	left: 0
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-car .odometer-digit .odometer-ribbon {
	display: block
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-ribbon-inner {
	display: block;
	-webkit-backface-visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-car .odometer-digit .odometer-value {
	display: block;
	-webkit-transform: translateZ(0)
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-car .odometer-digit .odometer-value.odometer-last-value {
	position: absolute
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car .odometer-digit {
	padding: 0px;
}


/*honor*/
.modelTost {
	display: none;
	background: rgba(0, 0, 0, .85);
	z-index: 999999999;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.modelTostChile {
	width: 100%;
	padding-top: 2.5%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
}

.modelClose {
	float: right;
	cursor: pointer;
	font-size: 50px;
	margin: 0;
	position: absolute;
	right: 20px;
	top: 20px;
	color: #fff;
	z-index: 999999999;
}

.modelTost .swiper-slide {
	text-align: center;
}

.modelTost .swiper-slide img {
	text-align: center;
	position: relative;
}

.appBox li {
	margin-bottom: 30px;
}

.appBox li .li {
	margin-bottom: 30px;
	position: relative;
}

.appBox li .img {
	position: relative;
}

.appBox li .img img {
	cursor: pointer;
}


.modelTostParents {
	overflow: hidden;
}

.appBox {
	position: relative;
	margin: 0px -10px;
}

.appBox li {
	float: left;
	width: 33.33%;
	list-style: none;
	padding: 0 10px !important;
}

.appBox .swiper-wrapper {
	position: relative;
}

.modelTostChile .swiper-button-prev,
.modelTostChile .swiper-rtl .swiper-button-next {
	left: 10%;
	position: absolute;
}

.modelTostChile .swiper-button-next,
.modelTostChile .swiper-rtl .swiper-button-prev {
	right: 10%;
	position: absolute;
}

.modelTostChile .swiper-button-prev,
.modelTostChile .swiper-button-next {
	color: #fff;
}

@keyframes more_i {
	0% {
		transform: translateX(-3px);
	}

	50% {
		transform: translateX(3px);
	}

	100% {
		transform: translateX(-3px);
	}
}

.my_more1 {
	display: inline-block;
	padding: 0px 30px;
	line-height: 42px;
	color: #333;
	font-size: 14px;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	background: #eee;
	font-family: "Montserrat", sans-serif;
	border-radius: 0;
}

.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:hover {
	background: #ca101a;
	color: #fff;
	padding-right: 40px;
}

.my_more1:after {
	position: absolute;
	right: 15px;
	top: 0;
	height: 100%;
	display: inline-block;
	background: url(../images/ico_jt.png) no-repeat center center;
	content: '';
	line-height: 20px;
	width: 18px;
	opacity: 0;
}

.my_more1:hover:after {
	animation: more_i 1.5s infinite;
	opacity: 1;
}

.more .inq {
	margin-right: 20px;
	background: #293373 url("../images/ser_con.png") no-repeat 95% center;
	background-size: 20px auto;
}

.more .inq:after {
	display: none;
}

@media only screen and (max-width:992px) {
	.my_more1 {
		line-height: 40px;
		padding-left: 24px;
		font-size: 12px;
	}
}


/*i_title*/
.i_title {
	margin-bottom: 50px;
}

.i_title .line {
	width: 82px;
	height: 5px;
	background: #cb101a;
	display: inline-block;
	margin-bottom: 30px;
}

.i_title .h4 {
	text-transform: uppercase;
	color: #333;
	margin-bottom: 20px;
	font-family: "Rajdhani";
	font-size: 60px;
	line-height: 60px;
	font-weight: 800;
}

.i_title p {
	font-size: 16px;
	color: #777;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
}

@media only screen and (max-width:1200px) {
	.i_title {
		font-size: 36px;
		line-height: 40px;
	}
}

@media only screen and (max-width:992px) {
	.i_title {
		margin-bottom: 30px;
		text-align: center !important;
	}

	.i_title .h4 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 0;
	}

	.i_title .line {
		width: 40px;
		margin-bottom: 15px;
	}

	.i_title p {
		font-size: 14px;
	}
}

@media only screen and (max-width:768px) {
	.i_title .h4 {
		font-size: 32px;
		line-height: 50px;
	}
}


/*index*/
header .container {
	transition: 0.5s all;
}

.height {
	height: 170px;
}

.nav_section {
	position: relative;
	background: #cbd0d3;
}

.nav_section #logo {
	max-width: 380px;
	padding-right: 20px;
}

.nav_section #logo-right {
	max-width: 380px;
	padding-right: 20px;
}

header {
	width: 100%;
	z-index: 9999999;
	padding: 0;
	position: fixed;
	transition: 0.5s all;
	background: #fff;
}

header.small {
	left: 0;
	top: 0;
	position: fixed;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
	font-size: 100%;
}

.main-menu>li {
	transition: 0.6s all;
	margin: 0 10px;
}

.main-menu>li>a {
	font-size: 19px;
	color: #333;
	line-height: 28px;
	padding: 16px 23px;
	position: relative;
	font-family: "Montserrat", sans-serif;
}

.top_section {
	display: flex;
	height: 110px;
	align-items: center;
	justify-content: space-between;
	transition: 0.5s all;
}

.top_section .top_language a {
	float: left;
	margin-left: 20px;
	display: flex;
	align-items: center;
}

.top_section .top_language a img {
	margin-right: 6px;
}

.menu-right {
	float: right;
	margin-left: 20px;
	display: flex;
	align-items: center;
	justify-content: center;


}

.top_section .menu-right .dropbtn {
	background-color: none;
	color: #212121;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	margin-left: 20px;
}

.menu-right .dropdown {
	position: relative;
	display: inline-block;
}

.menu-right .dropdown-content {
	display: none;
	position: absolute;
	right: 0;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.menu-right .dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	font-size: 15px;
}

.menu-right .dropdown-content a:hover {
	background-color: #ca101a;
	color: white;
}

.menu-right .dropdown:hover .dropdown-content {
	display: block;
}

.menu-right .dropdown:hover .dropbtn {
	/* background-color: #3e8e41; */
}

@media only screen and (max-width:1440px) {
	.top_section .top_language a {
		margin-left: 10px;
	}

	#logo img {
		max-width: 260px;
	}

	#logo-right img {
		max-width: 260px;
	}
}




@media only screen and (min-width:992px) {
	header.small .top_section {
		height: 0 !important;
		overflow: hidden !important;
	}
}

@media screen and (max-width:1800px) {
	.main-menu>li>a {
		font-family: "Montserrat", sans-serif;
		font-size: 16px;
		padding: 16px 15px;
	}

	.main-menu>li {
		margin: 0px;
	}
}

@media screen and (max-width:1400px) {
	.main-menu>li>a {
		font-family: "Montserrat", sans-serif;
		font-size: 15px;
		padding: 16px 15px;
	}
}

@media screen and (max-width:1200px) {
	.main-menu>li>a {
		font-family: "Montserrat", sans-serif;
		font-size: 15px;
		padding: 16px 10px;
		text-transform: capitalize;
	}

	.search_main {
		width: 200px;
	}
}

@media screen and (max-width:992px) {
	.top_section {
		height: 60px;
	}

	.top_section #logo img {
		max-height: 30px;
	}

	.top_section #logo-right img {
		max-height: 30px;
	}

	.height {
		height: 60px;
	}
}


/*cate_section*/

.cate_section {
	overflow: hidden;
	padding: 40px 0;
	position: relative;
	background-image: url(../images/cate_bg.jpg), linear-gradient(to bottom, #fff 70%, #eee);
	background-repeat: no-repeat, no-repeat;
	background-position: right top, center bottom;

}

.cate_section #cate_thumbs {
	font-size: 18px;
	font-family: "CeraPro_Md";
	margin-bottom: 10px;
	padding-bottom: 20px;
}

.cate_section #cate_thumbs .swiper-slide {
	position: relative;
	cursor: pointer;
	padding: 0px 5px;
	color: #333;
}

.cate_section #cate_thumbs .swiper-slide:after {
	position: absolute;
	left: 50%;
	top: 60%;
	content: '';
	opacity: 1;
	transition: 0.6s all;
	width: 0px;
	height: 0px;
	margin-left: -7px;
	border: 14px solid #000;
	border-top-color: #cb101a;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	opacity: 0;
	z-index: -1;
}

.cate_section #cate_thumbs .swiper-slide .img {
	position: relative;
	padding: 5px;
}

.cate_section #cate_thumbs .swiper-slide .img:after {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 0;
	border-left: 5px solid #cb101a;
	border-right: 5px solid #cb101a;
	content: '';
	transition: 0.5s all;
}

.cate_section #cate_thumbs .swiper-slide .img:before {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0;
	height: 100%;
	border-top: 5px solid #cb101a;
	border-bottom: 5px solid #cb101a;
	content: '';
	transition: 0.5s all;
}

.cate_section #cate_thumbs .swiper-slide .img img {
	width: 100%;
	border: 1px solid #eee;
	transition: 0.5s all;
}

.cate_section #cate_thumbs .swiper-slide .img p {
	background: rgba(0, 0, 0, 0.3);
	left: 5px;
	bottom: 5px;
	width: calc(100% - 10px);
	height: auto;
	color: #fff;
	font-size: 24px;
	font-family: "Rajdhani";
	text-transform: uppercase;
	position: absolute;
	text-align: center;
	line-height: 42px;
	font-weight: 800;
}

.cate_section #cate_thumbs .swiper-slide-thumb-active {
	color: #0081cb;
}

.cate_section #cate_thumbs .swiper-slide-thumb-active:after {
	top: 100%;
	opacity: 1;
}

.cate_section #cate_thumbs .swiper-slide-thumb-active .img:after,
.cate_section #cate_thumbs .swiper-slide:hover .img:after {
	height: 100%;
}

.cate_section #cate_thumbs .swiper-slide-thumb-active .img:before,
.cate_section #cate_thumbs .swiper-slide:hover .img:before {
	width: 100%;
}

.cate_section #cate_thumbs .swiper-slide-thumb-active .img img {
	border: 1px solid #cb101a;
}

.cate_section #cate_gallery .swiper-slide {
	display: flex;
	transition: 0.5s all;
	align-items: center;
	justify-content: center;
	opacity: 0.1;
	justify-content: space-between;
}

.cate_section #cate_gallery .swiper-slide .img {
	flex-shrink: 0;
	display: inline-block;
	width: 50%;
}

.cate_section #cate_gallery .swiper-slide {
	width: 100%;
	opacity: 1;
}

.cate_section #cate_gallery .swiper-slide {
	transform: scale(1);
}

.cate_section #cate_gallery .swiper-slide .img {
	width: 50%;
}

.cate_section #cate_gallery .swiper-slide .text {
	display: block;
	width: 50%;
	text-align: center;
}

.cate_section #cate_gallery .swiper-slide .text .line {
	width: 82px;
	height: 5px;
	background: #cb101a;
	display: inline-block;
	margin-bottom: 36px;
}

.cate_section #cate_gallery .swiper-slide .text .title {
	font-family: "Rajdhani", sans-serif;
	color: #333;
	font-size: 60px;
	line-height: 60px;
	display: block;
	text-transform: uppercase;
	font-weight: 800;
}

.cate_section #cate_gallery .swiper-slide .text p {
	font-size: 16px;
	color: #777;
	line-height: 26px;
	max-height: 98px;
	overflow: hidden;
	max-width: 540px;
	margin: 20px auto;
}


.button-arrow1 {
	width: 80px;
	height: 80px;
	display: inline-flex;
	border-radius: 50%;
	border: solid 1px rgba(0, 0, 0, .1);
	background: url(../images/icon-arrow-black-large.png) transparent left -82px top no-repeat;
	background-size: 160px 80px;
	transition: all .65s cubic-bezier(.475, .425, 0, .995);
	right: 10%;
}

.button-arrow1.swiper-button-prev {
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
	left: 10%;
}

.button-arrow1:after {
	display: none;
}

.button-arrow1:hover {
	background-color: #0e9dad;
	background-position: 0 0;
}

@media only screen and (max-width:1400px) {
	.cate_section #cate_thumbs .swiper-slide .img p {
		font-size: 16px;
	}
}

@media only screen and (max-width:992px) {
	.cate_section {
		background: none;
	}

	.cate_section {
		padding: 40px 0;
		background: #eee;
	}

	.cate_section #cate_thumbs {
		display: none;
	}

	.cate_section .swiper-wrapper {
		transform: none !important;
		display: block;
	}

	.cate_section #cate_gallery .swiper-slide {
		opacity: 1;
	}

	.cate_section #cate_gallery .swiper-slide .text .line {
		display: none;
	}

	.cate_section #cate_gallery .swiper-slide {
		background: #fff;
		margin-bottom: 2px;
		width: 100% !important;
		padding: 15px;
	}

	.cate_section #cate_gallery .swiper-slide .img {
		float: left;
		width: 30%;
	}

	.cate_section #cate_gallery .swiper-slide .text {
		width: 70%;
		padding-left: 15px;
	}

	.cate_section #cate_gallery .swiper-slide .text .title {
		font-size: 30px;
		line-height: 30px;
	}

	.cate_section #cate_gallery .swiper-slide .text p {
		height: 48px;
	}

	.cate_section #cate_gallery .swiper-slide .text p {
		font-size: 14px;
		line-height: 22px;
		max-height: 44px;
	}

}

@media only screen and (max-width:768px) {
	.cate_section #cate_gallery .swiper-slide .img {
		float: left;
		width: 40%;
	}

	.cate_section #cate_gallery .swiper-slide .text {
		width: 60%;
		padding-left: 15px;
	}
}


@media only screen and (max-width:480px) {
	.cate_section #cate_gallery .swiper-slide .img {
		margin-bottom: 10px;
	}

	.cate_section #cate_gallery .swiper-slide .img,
	.cate_section #cate_gallery .swiper-slide .text {
		width: 100%;
		padding: 0;
		float: none;
	}

	.cate_section #cate_gallery .swiper-slide {
		display: block;
	}
}


/*about_section */
.about_section {
	padding-top: 40px;
	padding-bottom: 40px;
	overflow: hidden;
}

.about_section .about_l {
	float: left;
	width: 48%;
	padding-left: 9%;
}

.about_section .about_l .p {
	padding-right: 8%;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	max-height: 210px;
	overflow: hidden;
	margin-bottom: 20px;
}

.about_section .about_l .about_img {
	margin-top: 60px;
}

.about_section .about_r {
	float: left;
	width: 52%;
	padding-bottom: 80px;
	border-top-left-radius: 100px;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
}

.about_section .about_r .img img {
	width: 100%;
}

.about_section .about_r .year {
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-top-right-radius: 100px;
	background: #fff;
	display: flex;
	align-items: center;
	padding-left: 60px;
	padding-right: 40px;
	height: 170px;
	min-width: 490px;
}

.about_section .about_r .year .odometer {
	color: #ca101a;
	font-size: 100px;
	line-height: 100px;
	font-family: "Rajdhani";
	display: inline-block;
	font-weight: 800;
}

.about_section .about_r .year p {
	display: inline-block;
	max-width: 300px;
	font-size: 30px;
	line-height: 30px;
	font-family: "Rajdhani";
	color: #333;
	margin: 0px 20px;
	font-weight: 800;
}

.about_section .about_r .year img {
	flex-shrink: 0;
	margin-right: 20px;
}

@media only screen and (max-width:1600px) {
	.about_section {
		padding-bottom: 30px;
	}

	.about_section .i_title {
		margin-bottom: 20px;
	}

	.about_section .about_l .about_img {
		margin-top: 30px;
	}

	.about_section .about_l {
		width: 50%;
		padding-left: 5%;
	}

	.about_section .about_r {
		width: 50%;
	}
}


@media only screen and (max-width:1170px) {
	.about_section .about_l .about_img {
		display: none;
	}

	.about_section .about_r .year {
		padding-left: 0px;
		min-width: 390px;
	}

	.about_section .about_r .year p {
		font-size: 20px;
		max-width: 110px;
	}

	.about_section .about_r .year img {
		width: 80px;
	}

}

@media only screen and (max-width:992px) {
	.about_section {
		padding-top: 30px;
	}

	.about_section .about_l {
		padding-left: 0;
		width: 100%;
		padding: 0px 15px;
	}

	.about_section .about_l .p {
		padding-right: 0;
	}

	.about_section .about_r {
		width: 100%;
		padding: 0px 15px;
		border-radius: 0;
	}
}

@media only screen and (max-width:768px) {
	.about_section .about_r .year {
		display: none;
	}
}

/*video_section*/

.li:hover .item_mask {
	opacity: 1;
}

.item_mask:before {
	content: ' ';
	position: absolute;
	z-index: 1;
	top: 0;
	left: -10%;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	-webkit-transition: -webkit-transform 1.2s ease;
	transition: -webkit-transform 1.2s ease;
	transition: transform 1.2s ease;
	transition: transform 1.2s ease, -webkit-transform 1.2s ease;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, 100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, 100%, 0);
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.li:hover .item_mask:before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, -130%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, -130%, 0);
}

.video_section {
	padding-top: 40px;
	background-image: linear-gradient(to bottom, #eee, #fff);
	overflow: hidden;
}

.video_section ul li {
	list-style: none;
	margin-bottom: 46px;
}

.video_section ul li .li {
	position: relative;
}

.video_section ul li .li .img {
	position: relative;
	display: block;
	overflow: hidden;
}

.video_section ul li .li:hover .img img {
	transform: scale(1.05);
}

.video_section ul li .li i {
	position: absolute;
	left: 10px;
	bottom: 20px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
	line-height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	color: #fff;
	transition: 0.5s all;
}

.video_section ul li .li .title {
	margin-top: 20px;
	color: #333;
	font-size: 20px;
	display: block;
	font-family: "Montserrat", sans-serif;
	position: relative;
	padding-left: 23px;
}

.video_section ul li .li .title:after {
	position: absolute;
	left: 0px;
	top: 2px;
	width: 3px;
	height: 22px;
	background: #ddd;
	content: '';
}

.video_section ul li:hover i {
	background: #ca101a;
}

@media only screen and (max-width:992px) {
	.video_section ul li {
		margin-bottom: 20px;
	}

	.video_section {
		padding-top: 40px;
	}

	.video_section ul li .li .title {
		font-size: 16px;
		margin-top: 10px;
	}

	.video_section ul li .li i {
		line-height: 42px;
		width: 42px;
		height: 42px;
	}
}

@media only screen and (max-width:400px) {
	.video_section ul li {
		width: 100%;
	}
}

/*news_section*/
.news_section {
	padding-top: 130px;
	background: url(../images/news_bg.jpg) no-repeat left 10%;
	padding-bottom: 40px;
	overflow: hidden;
}

.news_section .news_text {
	display: flex;
	padding: 30px 0;
	position: relative;
}

.news_section .news_text p {
	margin: 0;
	line-height: 22px;
	height: 44px;
}

.news_section .news_date {
	color: #aaa;
	font-size: 14px;
	margin-right: 20px;
}

.news_section .news_date span {
	color: #333;
	font-size: 50px;
	font-family: "Rajdhani";
	line-height: 50px;
	display: block;
	margin: 4px 0;
	font-weight: 800;
}

.news_section .news_text .title {
	display: block;
	overflow: hidden;
	line-height: 30px;
	max-height: 60px;
	font-size: 20px;
	color: #333;
	margin-bottom: 6px;
	margin: 10px 0;
	font-family: "Montserrat", sans-serif;
}

.news_section .news_text p {
	line-height: 28px;
	font-size: 14px;
	color: #999;
	height: 56px;
	overflow: hidden;
	margin: 20px 0;
}


.news_section .news_l {
	float: left;
	width: 50%;
}

.news_section .news_l .news_text {
	display: flex;
	padding: 30px 0 30px 60px;
	position: relative;
}

.news_section .news_l .news_text:after {
	position: absolute;
	left: -114px;
	top: 0;
	width: 152px;
	height: 100%;
	background: #cbd0d3;
	content: '';
	border-top-left-radius: 100px;
}

.news_section .news_r {
	float: right;
	width: 50%;
	margin-top: -115px;
}

.news_section .news_r .i_title {
	padding-left: 42px;
}

.news_section .news_r .news_main {
	padding: 40px 40px 20px;
	background: #f7f7f7;
	position: relative;
}

.news_section .news_r .news_main .img {
	display: block;
}

.news_section .news_r .news_main .img img {
	width: 100%;
}

.news_section .news_r .news_main:after {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 1000vh;
	content: '';
	background: #f7f7f7;
	z-index: -1;
}

.news_section .news_r .news_text {
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0;
}

@media only screen and (max-width:992px) {
	.news_section .news_r {
		margin: 0;
	}

	.news_section {
		padding-top: 0;
		padding-bottom: 40px;
	}

	.news_section .news_l .news_text:after {
		display: none;
	}

	.news_section .news_l .news_text {
		padding: 0px;
	}

	.news_section .news_r .news_text {
		padding: 10px;
	}

	.news_section .news_r .news_text:last-child {
		border-bottom: none;
	}

	.news_section .news_date span {
		font-size: 40px;
		line-height: 40px;
	}

	.news_section .news_text .title {
		font-size: 16px;
		line-height: 24px;
		height: 48px;
	}
}

@media only screen and (max-width:992px) {
	.news_section .news_l {
		display: none;
	}

	.news_section .news_r .i_title {
		padding-left: 0;
	}

	.news_section .news_r {
		width: 100%;
	}

	.news_section .news_r .news_main {
		padding: 10px;
	}

}

#footer {
	color: #aaa;
	font-size: 16px;
	position: relative;
	padding-top: 40px;
	background: #333333;
}

#footer .footer_main .container {
	position: relative;
	z-index: 666;
}

#footer ul li {
	list-style: none;
}

#footer a {
	color: #aaa;
	font-size: 16px;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer .footer_con {
	float: left;
	width: 32.5%;
	padding-right: 8%;
}

#footer .footer_tags {
	float: left;
	width: 23.5%;
	padding-right: 4%;
}

#footer .footer_follow {
	float: left;
	width: 19%;
	padding-right: 4%;
}

#footer .footer_email {
	float: left;
	width: 25%;
}

#footer .footer_con img {
	flex-shrink: 0;
	margin-right: 14px;
}

#footer .footer_con ul {
	margin-top: 10px;
}

#footer .footer_con a,
#footer .footer_con .p {
	text-transform: none;
	display: block;
	line-height: 26px !important;
}

#footer .footer_con ul {
	margin-top: 20px;
}

#footer .footer_con ul li a {
	line-height: 36px;
}

#footer .footer_con ul li {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}


#footer .footer_follow ul li a,
#footer .footer_tags ul li a {
	line-height: 20px;
	padding: 8px 0;
	display: inline-block;
	position: relative;
}

#footer .footer_follow ul li a:after,
#footer .footer_tags ul li a:after {
	display: block;
	color: #a1a1a1;
	content: "\f105";
	position: absolute;
	top: 0px;
	left: 0;
	padding: 7px 0;
	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: 50px;
	font-family: "FontAwesome";
	opacity: 0;
}

#footer .footer_follow ul li:hover a:after,
#footer .footer_tags ul li:hover a:after {
	color: #fff;
	left: 5px;
	opacity: 1;
}

#footer .footer_follow ul li:hover a,
#footer .footer_tags ul li:hover a {
	padding-left: 15px;
}

.footer_email {
	text-align: center;
	background: url(../images/footer_bg.png) no-repeat center 8%;
	background-size: 100% auto;
}

.footer_email .footer_logo {
	margin-bottom: 20px;
	display: block;
}

.footer_email .email {
	position: relative;
	border-radius: 30px;
	margin-bottom: 30px;
	margin-top: 24px;
	display: flex;
}

.footer_email .email_main {
	height: 42px;
	width: 254px;
	border: none;
	float: left;
	font-size: 14px;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: #b1dfe5;
	background: #fff;
	color: #777;
	border-radius: 0;
	padding-left: 15px;
}

.footer_email .email_main:focus {
	color: #333;
	border-bottom: 1px solid #fff;
}

.footer_email .email_btn {
	height: 42px;
	background-color: #cb101a;
	color: #fff;
	font-size: 16px;
	padding: 0 30px;
	overflow: hidden;
	transition: 0.5s all;
	margin-left: 5px;
	font-family: "Rajdhani";
	text-transform: uppercase;
	font-weight: 800;
}


.footer_bottom {
	color: #aaa;
	font-size: 16px;
	margin-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 30px;
	padding: 10px 0;
	text-align: center;
}

.footer_bottom .footer_logo {
	padding: 18px 0;
	margin-right: 20px;
}

.footer_bottom .footer_logo a {
	display: inline-block;
}

.footer_bottom .main {
	display: flex;
	align-items: center;
	float: left;
}

.footer_bottom a {
	margin: 0px 10px;
}

.footer_bottom .ipv6 img {
	margin-left: 10px;
	margin-right: 10px;
}

.footer_bottom .footer_sns {
	float: right;
	margin-top: 42px;
}

.footer_bottom .footer_sns a {
	margin: 0px 2px !important;
	border-radius: 5px;
	overflow: hidden;
	width: 26px;
	height: 26px;
	display: inline-block;
}

#footer .cop a:hover {
	color: #fff;
	text-decoration: underline;
}

@media only screen and (max-width:1200px) {
	#footer:after {
		display: none;
	}
}

@media only screen and (max-width:992px) {
	#footer {
		font-size: 14px;
	}

	.footer_bottom {
		line-height: 20px;
		font-size: 14px;
		margin-top: 10px;
	}

	#footer .footer_main {
		padding-top: 0;
	}

	#footer .footer_follow,
	#footer .footer_tags,
	#footer .footer_pro,
	#footer .footer_mes,
	#footer .footer_code {
		display: none;
	}

	.footer_bottom {
		padding: 10px 0;
		text-align: left;
	}

	.footer_bottom .footer_logo {
		border: none;
		margin: 0;
		padding: 0;
		margin-bottom: 20px;
	}

}


*:focus {
	outline: none;
}

#footer .title_h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 26px;
	position: relative;
	margin-bottom: 10px;
	font-family: "Rajdhani";
	font-weight: 800;
}

#footer .title_h4 img {
	margin-right: 20px;
}

@media only screen and (max-width:1200px) {
	#footer .title_h4 {
		font-size: 28px;
	}
}


@media only screen and (max-width:992px) {
	#footer {
		padding-bottom: 70px;
		padding-top: 20px;
	}

	#footer .footer_con {
		width: 100%;
		padding: 0;
	}

	#footer .footer_bg {
		top: 0;
		height: 100%;
	}

	.footer_bottom .footer_logo {
		display: none;
	}

	.footer_bottom .main,
	.footer_bottom .footer_sns {
		width: 100%;
		margin-top: 10px;
	}
}




/*back-top*/
.progress-wrap {
	position: fixed;
	right: 20px;
	bottom: 60px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.progress-wrap::after {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f106";
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: #555;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap svg path {
	fill: none;
}

.progress-wrap svg.progress-circle path {
	stroke: #555;
	stroke-width: 4;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

@media only screen and (max-width:992px) {
	.progress-wrap {
		right: 15px;
		width: 36px;
		height: 36px;
		bottom: 60px;
	}

	.progress-wrap::after {
		line-height: 32px;
		width: 36px;
		height: 36px;
	}
}


#online_qq_layer {
	z-index: 6666666;
	position: fixed;
	right: 0;
	bottom: 0;
	overflow: hidden;
	box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .2);
}

#floatShow {
	display: block;
}

#floatHide {
	display: none;
}

#online_qq_tab {
	position: relative;
	z-index: 9;
}

#online_qq_tab #floatShow {
	overflow: hidden;
	padding: 0px 20px;
	float: right;
	line-height: 46px;
	padding-left: 50px;
	position: relative;
	color: #fff;
	font-size: 32px;
	text-transform: uppercase;
	font-family: "Rajdhani";
	background: #cb101a url(../images/mes_ico2.png) no-repeat 4px center;
	font-weight: 800;
}

#online_qq_tab #floatShow i {
	height: 50px;
	width: 50px;
	background: url(../images/online.png) no-repeat 10px center;
	position: absolute;
	left: 5px;
	top: 0;
	display: inline-block;
}

#online_qq_tab #floatShow:hover {
	margin-right: 0;
}

#online_qq_tab #floatHide {
	overflow: hidden;
	width: 40px;
	height: 40px;
	float: right;
	color: #fff;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 50%;
}

#online_qq_tab #floatHide i {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 16px;
}

#online_qq_tab #floatHide i:before,
#online_qq_tab #floatHide i:after {
	content: '';
	display: inline-block;
	background: #fff;
	width: 16px;
	height: 2px;
	margin: 2px 0;
}

#online_qq_tab #floatHide i:before {
	transform: rotate(45deg) translate(4px, 0px);
	-webkit-transform: rotate(45deg) translate(4px, 0px);
}

#online_qq_tab #floatHide i:after {
	transform: rotate(-45deg) translate(4px, 0px);
	-webkit-transform: rotate(-45deg) translate(4px, 0px);
}

#online_qq_tab #floatShow:hover,
#online_qq_tab #floatHide:hover {
	text-decoration: none;
}

#onlineService {
	display: inline;
	width: 400px;
	overflow: hidden;
	display: none;
	background: #f9fafa;
	font-size: 14px;
	border-top: none;
}

#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: #cb101a;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
	transition: 0.5s all;
	border-radius: 0;
	font-family: "Montserrat", sans-serif;
	border-radius: 0;
	width: 100%;
	margin-top: 10px;
}

#online_qq_layer .inquiry .main_more button {
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 40px;
	background: #cb101a;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
	transition: 0.5s all;
	border-radius: 0;
	font-family: "Montserrat", sans-serif;
	border-radius: 0;
	width: 100%;
	margin-top: 10px;
}

#online_qq_layer .inquiry .main_more button a {
	color: #ffff;
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
}

#online_qq_layer .inquiry .main_more:hover input {
	background: #cb101a;
	color: #fff;
}

#onlineService .title {
	display: block;
	font-size: 22px;
	line-height: 24px;
	text-transform: uppercase;
	font-style: normal;
	font-family: "Rajdhani";
	color: #fff;
	margin-bottom: 10px;
	background: #cb101a;
	background-size: cover;
	padding: 15px 20px 48px;
	font-weight: 800;
}

#onlineService .title b {
	color: #fff;
	font-family: "Montserrat", sans-serif;
}

#onlineService .text {
	margin-bottom: 10px;
	color: #777;
	line-height: 20px;
	background: #f9fafa;
	margin: 0px 5%;
	margin-top: -50px;
	padding: 15px 10px;
	border-radius: 4px;
	text-align: center;
	line-height: 20px;
	width: 90%;
}

.i_message_inquiry .inquiry {
	width: 90%;
	margin: 20px 5%;
	border-top: 1px solid #e5e5e5;
	margin-top: 0;
	padding-top: 15px;
}

.i_message_inquiry .inquiry .catalog {
	text-align: center;
}

.i_message_inquiry .inquiry .form-control {
	border: 1px solid #e5e5e5;
	background: none;
	line-height: 46px;
	height: 46px;
	color: #333;
	font-family: unset;
	font-size: 13px;
	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: 13px;
	height: 100px;
	padding-left: 10px;
	width: 100%;
	color: #777;
	margin-bottom: 0;
	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;
	padding: 5px;
	padding-right: 40px;
}

.i_message_inquiry .inquiry .input-group span.ms_m .form-control:focus,
.i_message_inquiry .inquiry .form-control:focus {
	color: #666;
	border-color: #999;
}

@media only screen and (max-width: 992px) {
	#online_qq_tab #floatHide {
		left: auto;
		right: 6px;
	}

	#online_qq_layer {
		overflow: visible;
	}

	#online_qq_tab #floatHide {
		width: 40px;
		height: 40px;
		background: none;
		top: 10px;
		border-radius: 0;
		top: 14px;
	}

	#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: #333;
	background-size: cover;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.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: 14px;
	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: 992px) {
	.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: 5555555;
	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: #111;
	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: 12px;
	text-transform: uppercase;
	line-height: 12px;
	margin: 0;
}

.mobile_nav a:nth-child(3) {
	float: right;
}

.mobile_nav a:nth-child(4) {
	float: right;
}

@media only screen and (max-width: 992px) {
	#service {
		display: none;
	}

	#onlineService01 {
		width: 150px;
	}

	#online_qq_tab #floatShow {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 992px) {
	#online_qq_layer {
		right: 0;
	}

	#onlineService {
		width: 100%;
		padding: 0;
	}

	#online_qq_layer {
		width: 100%;
		bottom: 0;
	}

	#online_qq_tab {
		width: 100%;
	}

	#online_qq_tab #floatShow {
		background: #ca101a url(../images/icon.png) no-repeat -128px -218px;
		border-radius: 0;
		margin-right: 0;
		width: 50px;
		height: 50px;
		position: absolute;
		left: 50%;
		bottom: 10px;
		margin-left: -25px;
		border: 3px solid #fff;
		padding: 0;
		box-shadow: none;
		border-radius: 50%;
		text-indent: -999999px;
		z-index: 6666666;
	}

	#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;
	}

	#onlineService .title {
		color: #fff;
		font-size: 18px;
	}

}

@media only screen and (max-width: 375px) {
	.mobile_nav a p {
		text-transform: capitalize;
	}
}



.n_main {
	padding: 10px 0 30px;
}

.n_main .n_main {
	padding: 0;
}

.n_left {
	float: left;
	width: 23%;
}

.n_right {
	float: right;
	width: 77%;
	padding-left: 50px;
}

.n_left2 {
	float: right;
	width: 23%;
}

.n_right2 {
	float: left;
	width: 77%;
	padding-right: 50px;
}

@media only screen and (max-width:992px) {
	.n_main {
		padding: 30px 0;
	}

	.n_left {
		width: 100%;
	}

	.n_right {
		width: 100%;
		padding: 0;
		margin-top: 20px;
	}

	.n_left2 {
		width: 100%;
		margin-bottom: 20px;
	}

	.n_right2 {
		width: 100%;
		padding: 0;
	}
}

.n_banner {
	position: relative;
}

.n_banner img {
	width: 100%;
}

.n_title {
	color: #fff;
	position: absolute;
	left: 0px;
	bottom: 40px;
	text-align: center;
	width: 100%;
	height: auto;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-size: 50px;
	font-family: "Rajdhani";
	font-weight: 800;
}


.mbx_section {
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}

.mbx_section span {
	margin-right: 4px;
	color: #cb101a;
}

.mbx_section i {
	color: #999;
	margin: 0px 4px;
}

.mbx_section a,
.mbx_section h2 {
	font-size: 15px;
	color: #666;
	line-height: 20px;
	font-weight: normal;
	display: inline-block;
}

@media only screen and (max-width:992px) {
	.n_title {
		display: none;
	}

}


.page_nav {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}

.page_nav ul {
	display: flex;
	justify-content: center;
}

.page_nav ul li {
	list-style: none;
	padding: 0px 4px;
}

.page_nav ul li a {
	background: #f7f7f7;
	display: flex;
	align-items: center;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	padding-right: 20px;
	border-top: 2px solid #f7f7f7;
	text-transform: capitalize;
	text-transform: uppercase;
	border-radius: 5px;
}

.page_nav ul li .icon {
	display: inline-block;
	width: 80px;
	height: 80px;
	background-position: 0px 0px !important;
	margin-right: 0;
	transition: 0.6s all;
	margin-right: 10px;
}

.page_nav ul li.active a,
.page_nav ul li:hover a {
	background: #cb101a;
	color: #fff;
}

.page_nav ul li.active .icon,
.page_nav ul li:hover .icon {
	background-position: 0px -80px !important;
}

@media only screen and (max-width:992px) {
	.page_nav ul li a {
		font-size: 14px;
	}
}

@media only screen and (max-width:768px) {
	.page_nav ul li a {
		padding: 8px 15px;
	}

	.page_nav ul li .icon {
		display: none;
	}

	.page_nav {
		background: none;
		margin-top: 10px;
	}

	.page_nav ul {
		display: block;
	}

	.page_nav ul li {
		width: 33.33%;
		float: left;
		text-align: center;
	}
}


@media only screen and (max-width:300px) {
	.page_nav ul li {
		width: 100%;
		margin-bottom: 10px;
	}

}


.n_honor {
	margin: 50px 0 0;
}

.n_honor ul li {
	list-style: none;
	float: left;
	width: 33.33%;
	padding: 0px 10px;
	text-align: center;
	margin-bottom: 20px;
}

.n_honor ul li .li {
	position: relative;
	background: linear-gradient(#505666, #b4b8c1);
	background: -webkit-linear-gradient(#505666, #b4b8c1);
	background: -o-linear-gradient(#505666, #b4b8c1);
	background: -moz-linear-gradient(#505666, #b4b8c1);
	padding: 20px;
}

.n_honor ul li .li img {
	max-width: 200px;
	display: block;
	margin: 0 auto;
}

.n_honor ul li:nth-child(3n+1) {
	clear: both;
}

.n_honor ul li img {
	border: 1px solid #eee;
	cursor: pointer;
}

.n_honor ul li .li span {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	line-height: 20px;
	padding: 0px 10px;
	border-radius: 30px;
	margin-top: 10px;
	display: inline-block;
}

.n_honor ul li p {
	font-size: 15px;
	margin-top: 5px;
	font-family: "Montserrat", sans-serif;
	color: #fff;
	line-height: 20px;
	overflow: hidden;
	height: 60px;
}

.honor_tab {
	font-family: "Montserrat", sans-serif;
	margin-top: 20px;
}

.honor_tab .swi_position .swiper-button-prev {
	left: 10px;
}

.honor_tab .swi_position .swiper-button-next {
	right: 10px;
}

.honor_tab .swi_position {
	background: #f7f7f7;
	padding-top: 10px;
	padding-bottom: 10px;
}

.honor_tab ul li {
	list-style: none;
	float: left;
	width: 10%;
	text-align: center;
}

.honor_tab ul li .li {
	display: inline-block;
	padding: 10px 20px;
	transition: 0.5s all;
}

.honor_tab .active .li,
.honor_tab .li:hover {
	background: #ca101a;
}

.honor_tab .active .li a,
.honor_tab .li:hover a {
	color: #fff;
}

@media only screen and (max-width:768px) {
	.honor_tab ul li {
		width: 25%;
	}

	.n_honor ul li {
		width: 50%;
	}

	.n_honor ul li .li img {
		max-width: 100%;
	}

	.n_honor ul li:nth-child(3n+1) {
		clear: inherit;
	}

	.n_honor ul li:nth-child(2n+1) {
		clear: both;
	}
}

@media only screen and (max-width:460px) {
	.n_honor ul li .li {
		padding: 10px;
	}
}


/*contact*/
.sign_page {
	background-image: url(../images/cate_l.png), linear-gradient(#f7f7f7, #fff), url(../images/cate_r.png);
	background-repeat: no-repeat;
	background-position: 0 100%, 0 0, 100% 0;
	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%;
}

@media only screen and (max-width:992px) {
	.sign_page .page_bg {
		background: #fff;
		padding: 20px;
		margin-top: 40px;
	}

	.sign_page {
		padding-bottom: 40px;
	}

}

.contact {
	margin-top: 30px;
}

.con_main .other {
	padding-left: 40px;
	font-size: 14px;
}

.contact_info {
	position: relative;
	padding: 40px 0 80px;
	z-index: 2;
	overflow: hidden;
	margin-bottom: 40px;
}

.contact_info:before {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, #333 90%);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60%;
	content: '';
	z-index: -1;
	display: block;
	filter: alpha(opacity=06);
	-moz-opacity: 0.06;
	opacity: 0.06;
}

.contact_info ul {
	list-style: none;
	padding: 0;
	padding-top: 30px;
}

.contact_info ul li {
	padding: 0 20px;
	position: relative;
	z-index: 2;
	text-align: center;
}

.contact_info ul li .column {
	box-shadow: 0 5px 27px rgba(0, 0, 0, .09);
	transition: all .5s;
	padding: 20px;
	padding-top: 0;
	border-radius: 0;
	position: relative;
	z-index: 5;
	text-align: center;
	min-height: 220px;
	background: #fff;
}

.contact_info ul li .column:hover {
	border-color: #666;
	box-shadow: 0 2px 30px 1px rgba(0, 0, 0, 0.05);
}

.contact_info ul li em {
	display: block;
	font-size: 20px;
	font-style: normal;
	text-transform: uppercase;
	color: #333;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 15px;
	line-height: 24px;
	margin-top: -10px;
}

.contact_info ul li .txt {
	font-size: 13px;
	line-height: 20px;
	color: #808080;
	padding: 0;
	width: 100%;
	text-transform: uppercase;
	margin-top: 15px;
	display: block;
}

.contact_info ul li .icon {
	width: 80px;
	height: 80px;
	position: relative;
	z-index: 4;
	top: -40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.contact_info ul li .icon:after {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	border-radius: 30%;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-webkit-transition: all .5s;
	transition: all .5s;
	box-shadow: 0 -3px 7px 0 rgba(0, 0, 0, 0.07);
	background: #cb101a;
}

.contact_info ul li:hover .icon:after {
	border-radius: 50%;
}

.contact_info ul li .icon:before {
	content: '';
	top: -5px;
	bottom: -5px;
	right: -5px;
	left: -5px;
	border-radius: 50%;
	border: 1px solid #666;
	transition: all .5s;
	position: absolute;
	z-index: -1;
	opacity: 0;
	filter: alpha(opacity=0);
}

.contact_info ul li:hover .icon:before {
	left: -20px;
	right: -20px;
	bottom: -20px;
	top: -20px;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.contact_info ul li .icon span {
	display: inline-block;
	transition: all .5s;
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-image: url(../images/icon.png);
}

.contact_info ul li:hover .icon span {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	transform: rotateY(180deg);
}

.contact_info ul li p {
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	margin-bottom: 5px;
	color: #4d4d4d;
}

.contact_info ul li p a:hover {
	color: #666;
}


@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;
	}

	.com_ul li .li h4,
	.com_ul li .li h4 a,
	.com_ul li .li p,
	.com_ul li .li a {
		color: #777;
	}

	.contact_info ul li p {
		font-size: 14px;
	}

	.contact_info ul li {
		margin-bottom: 60px;
	}

	.contact_info ul li .column {
		padding: 10px;
	}

	.contact_info {
		padding-bottom: 0px;
	}
}


.contact .other .h4 {
	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;
	overflow: hidden;
	background: #888;
	background: #e62129;
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 5px;
}

.send_column {
	position: relative;
	z-index: 10;
	bottom: 0;
	border-radius: 0px;
}

.send_column {
	padding: 30px;
	position: relative;
	background: #e1e4e8;
	border: none;
	overflow: hidden;
}

.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: 16px;
	margin-bottom: 0;
	border-radius: 5px;
	color: #333;
	font-family: "Montserrat", sans-serif;
	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: 16px;
}

.send_column ul li p a {
	text-decoration: underline;
	font-size: 16px;
	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: 14px;
	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_p:after {
	display: none;
}

.send_column ul li input {
	background: #fff;
	height: 48px;
	width: 100%;
	line-height: 48px;
	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: 160px;
	background: #fff;
	width: 100%;
	max-width: 100%;
	max-height: 180px;
	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: #e62129;
	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 40px 0px 30px;
	background: #e62129 url(../images/email_ico.png) no-repeat 88% center;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	border: none;
	color: #fff;
	text-transform: uppercase;
	margin-top: 10px;
	position: relative;
	transition: 0.6s all;
	border-radius: 0;
	border-radius: 5px;
	border: 1px solid #e62129;
}

.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 {
	background-color: #e62129;
	color: #fff;
	padding-right: 50px;
}

.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;
		padding: 0;
		box-shadow: none;
		border: none;
	}

	.contact_inq .title_h {
		display: none;
	}

	.contact_inq .title_1 h4 {
		font-size: 24px;
		margin: 8px 0;
	}

	.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;
	}

	.contact .other .h4 {
		font-size: 20px;
	}
}



/*mes_section*/
.mes_section {
	padding: 30px 50px 60px;
	background: url(../images/con_bg.jpg) no-repeat center top, url(../images/city_bg.jpg) no-repeat left bottom;
}

.mes_section .i_title {
	position: relative;
}

.mes_section .i_title:after {
	content: attr(data-text);
	display: block;
	height: 100%;
	position: absolute;
	left: 30px;
	top: -200%;
	opacity: .2;
	z-index: 1;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: .5px;
	-webkit-text-stroke-color: gray;
	text-align: center;
	font-size: 150px;
	position: absolute;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	white-space: nowrap;
	left: 0;
	text-align: center;
	width: 100%;
	line-height: 200px;
	font-family: "Montserrat", sans-serif;
}

.mes_section .mes_left {
	float: left;
	width: 55%;
	padding-left: 15%;
	padding-right: 6%;
	padding-top: 100px;
	padding-bottom: 60px;
	box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
	background: #fff url(../images/mes_ico.png) no-repeat 38px 76px;
}

.mes_section .mes_left .i_title {
	margin-bottom: 10px;
	text-align: left;
}

.mes_section .mes_right {
	float: left;
	width: 45%;
	padding-left: 40px;
}

.mes_section .mes_right .img {
	margin-bottom: 20px;
}

.mes_section .mes_right {
	position: relative;
}

.mes_section .mes_right .mes_con {
	padding-left: 30px;
}

.mes_section .mes_right .mes_con .i_title {
	margin-bottom: 0px;
	text-align: left;
}

.mes_section .mes_right .mes_con .i_title .h4 {
	font-size: 30px;
}

.mes_section .mes_right .mes_con p {
	font-size: 15px;
	color: #808080;
	line-height: 22px;
}

.mes_section .mes_right .mes_con img {
	flex-shrink: 0;
	margin-right: 14px;
	background: #cb101a;
	border-radius: 50%;
}

.mes_section .mes_right .mes_con ul {
	margin-top: 10px;
}

.mes_section .mes_right .mes_con a,
.mes_section .mes_right .mes_con .p {
	text-transform: none;
	display: block;
	line-height: 26px !important;
}

.mes_section .mes_right .mes_con ul {
	margin-top: 20px;
}

.mes_section .mes_right .mes_con ul li a {
	line-height: 36px;
}

.mes_section .mes_right .mes_con ul li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
}

@media only screen and (max-width:1700px) {
	.mes_section .mes_left {
		padding-left: 8%;
		padding-right: 4%;
		padding-top: 110px;
	}

	.mes_section .mes_right .mes_con {
		padding: 25px;
	}

	.mes_section .mes_right .mes_con ul li {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width:1260px) {
	.mes_section .mes_right>img {
		min-height: 600px;
		width: auto;
		max-width: none;
	}

	.mes_section .mes_right .mes_con {
		width: 80%;
	}

}

@media only screen and (max-width:992px) {
	.mes_section .mes_left {
		width: 100%;
		padding: 20px;
		background: #fff;
	}

	.mes_section .mes_left .i_title:after {
		display: none;
	}

	.mes_section .mes_right {
		background: #fff;
		width: 100%;
		position: inherit;
		margin-top: 40px;
		padding-left: 0px;
	}

	.mes_section {
		padding: 15px;
	}

}








ul.mtree {
	opacity: 0;
	margin-left: 0;
	padding: 10px;
	background: #ededed;
}

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;
}

ul.mtree>li {
	position: relative;
	border-bottom: 1px solid #eee;
	background: #fafafa;
	margin-bottom: 0;
}

ul.mtree a {
	display: block;
	font-size: 16px;
	color: #555;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	transition: all 0s;
	padding: 12px 10px;
	line-height: 22px;
	padding-right: 36px;
	padding-left: 10px;
	font-family: "Montserrat", sans-serif;
}

ul.mtree li ul a {
	padding: 8px 12px;
	padding-right: 24px;
	font-weight: normal;
}

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: 9px 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: 9px 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;
	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;
	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: #cb101a;
}

ul.mtree>li.mtree-node a ul a {
	font-size: 14px;
}

ul.mtree>li.mtree-open {
	color: #cb101a;
	padding-bottom: 0;
}

ul.mtree>li.mtree-open>a {
	color: #cb101a;
	font-family: "Montserrat", sans-serif;
}

ul.mtree>li.mtree-node:hover>a {
	color: #cb101a;
	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: #cb101a;
}

ul.mtree .mtree-level-1 li.mtree-open:hover>span:before,
ul.mtree .mtree-level-1 li.mtree-closed:hover>span:before {
	color: #cb101a !important;
}

ul.mtree ul {
	background: #fff;
}

ul.mtree ul li {
	list-style: none;
	position: relative;
	border-bottom: 1px solid #eee;
}

ul.mtree ul li:last-child {
	border-bottom: none;
}

ul.mtree ul li a {
	display: block;
	color: #555;
	font-size: 15px;
	font-family: "AvantGardeStd";
}

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: #cb101a;
}

ul.mtree li ul li.mtree-open a {
	color: #cb101a;
	text-decoration: none;
}

ul.mtree .mtree-level-2 {
	margin-top: 0px;
	border: none;
	padding: 0px;
	margin-bottom: 0;
	background: #fff;
	padding: 0 10px;
}

ul.mtree li ul.mtree-level-2 li {
	border: none;
	background: #f7f7f7;
}

ul.mtree li ul.mtree-level-2 li a {
	color: #808080;
	font-weight: normal;
	padding-left: 20px;
	font-size: 14px;
}

ul.mtree .mtree-level-2 li a:hover {
	text-decoration: underline;
	color: #cb101a;
	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;}
*/

.left_h4 {
	line-height: 30px;
	color: #333;
	font-family: "Rajdhani";
	font-size: 30px;
	position: inherit;
	text-transform: uppercase;
	padding: 6px 0;
	position: relative;
	font-weight: normal;

}

.left_nav {
	background: #fff;
}

@media only screen and (max-width:992px) {
	.left_nav {
		padding: 0;
	}
}


.nav_h4 {
	line-height: 30px;
	color: #fff;
	font-size: 24px;
	position: inherit;
	text-transform: uppercase;
	position: relative;
	padding: 10px 8px;
	background: #cb101a;
	font-family: "Rajdhani";
	font-weight: 800;
}

.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,
	.left_h4 {
		position: relative;
		color: #fff;
		background: #cb101a;
		padding: 0px 10px;
		font-size: 20px;
		line-height: 46px;
		margin: 0;
		border-radius: 0;
	}

	.nav_h4:before {
		content: none;
	}

	.nav_h4:after,
	.left_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%;
}



.hot_left {
	margin-top: 30px;
}

.hot_left ul {
	border-bottom: none;
	margin-top: 10px;
}

.hot_left ul li {
	list-style: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	margin-bottom: 6px;
	position: relative;
}

.hot_left ul li .li {
	position: relative;
	z-index: 999;
	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: 1px solid #e5e5e5;
	padding: 8px;
	background: #fff;
}

.hot_left ul li .li:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0;
	background: #cb101a;
	content: '';
	transition: 0.5s all;
}

.hot_left ul li .li:hover:before {
	width: 100%;
}

.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;
}

.hot_left ul li .img {
	float: left;
	width: 32%;
	display: inline-block;
	margin-right: 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;
	overflow: hidden;
	position: relative;
}

.hot_left ul li .h4 a {
	font-size: 15px;
	color: #444;
	overflow: hidden;
	line-height: 20px;
	font-family: "Montserrat", sans-serif;
	max-height: 40px;
	display: block;
	margin-top: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.hot_left ul li .more {
	text-transform: capitalize;
	color: #cb101a;
	display: block;
	margin-top: 0;
	font-family: "Montserrat", sans-serif;
}

.hot_left ul li .more i {
	margin-left: 4px;
}

.hot_left ul li:hover .more {
	color: #cb101a;
}

.hot_left ul li:hover .img img {
	transform: scale(1.1);
}


.left-adv {
	margin-top: 30px;
	width: 100%;
	background-size: cover;
	text-align: center;
	position: relative;
	border-radius: 0;
	overflow: hidden;
}

.left-adv .ovrly {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity=0.6);
	transition: all .5s;
	border-radius: 0;
}

.left-adv .main {
	position: relative;
	left: 0;
	top: 0;
	padding: 30px 30px 40px 30px;
	z-index: 2;
	text-align: left;
}

.left-adv .icon {
	width: 36px;
	height: 36px;
	margin: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: relative;
	z-index: 3;
}

.left-adv .icon i {
	width: 36px;
	height: 36px;
	background: url(../images/icon.png) no-repeat;
	background-position: -423px 0px;
	display: inline-block;
}

.left-adv .main .title {
	font-size: 30px;
	line-height: 28px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding: 10px 0;
	font-family: "Rajdhani";
	font-weight: 800;
}

.left-adv .main .title:hover {
	text-decoration: none;
}

.left-adv .main .text {
	font-size: 15px;
	color: #fff;
	line-height: 24px;
	margin-bottom: 20px;
}

.left-adv .main_more {
	height: 40px;
	line-height: 38px;
	padding-left: 25px;
	padding-right: 20px;
	background: #cb101a;
	color: #fff;
	border-color: #cb101a;
	font-family: "Montserrat", sans-serif;
	display: inline-block;
	text-transform: capitalize;
	border-radius: 0;
}

.left-adv .main_more:after {
	width: 14px;
	height: 14px;
	background: url(../images/icon.png) no-repeat;
	background-position: -331px -103px;
	vertical-align: middle;
	margin-top: -1px;
	content: '';
	display: inline-block;
	margin-left: 10px;
	opacity: 1;
	position: relative;
	right: auto;
	top: auto;
}

.left-adv .main_more:hover:after {
	animation: none;
}

.left-adv .main_more: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) 90%, 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;
	border-radius: 0;
	border: none;
}



.page_p {
	margin: 0px auto 0px;
	width: 100%;
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
}

.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 #fff;
	text-transform: uppercase;
	line-height: 40px;
	height: 40px;
	float: left;
	border-radius: 0;
	min-width: 40px
}

.page_p a i {
	line-height: 34px;
}

.page_p a:hover {
	background: #cb101a;
	transition: 0.6s all;
	color: #fff !important;
	border: 2px solid #cb101a;
}

.total {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-top: 6px;
	text-transform: capitalize;
	float: right;
}

.total span {
	color: #666;
	margin: 0px 6px;
}

.page_p>span {
	display: inline-block;
	float: left;
	padding: 0px 10px;
	line-height: 34px;
	background: #cb101a;
	line-height: 40px;
	height: 40px;
	border: 2px solid #cb101a;
	color: #fff;
	margin-left: 5px;
	border-radius: 0;
	min-width: 40px;
}

@media only screen and (max-width:992px) {
	.total {
		width: 100%;
		text-align: left;
	}

	.total {
		font-size: 12px;
		margin-top: 10px;
	}

	.page_p a,
	.page_p>span {
		margin: 4px;
	}

	.page_p a {
		min-width: inherit;
	}
}

@media only screen and (max-width:400px) {
	.page_p a {
		min-width: inherit;
		padding: 0px 6px;
	}
}

/*page-turning*/
.navigation {
	width: 100%;
	list-style: none;
	margin-top: 20px;
}

.navigation li {
	width: calc(100% - 0px);
	float: left;
	text-align: left;
	margin-bottom: 10px;
	background: #f7f7f7;
	padding: 10px;
}

/*.navigation li.next_post{float:right;text-align:right;}*/
.navigation li a {
	position: relative;
	display: block;
	transition: all .5s;
	padding-left: 60px;
	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: 0;
	content: "\f106";
}

.navigation li.next_post a:before {
	left: 0;
	content: "\f107";
}

.navigation li a:hover:before {
	background: #cb101a;
	color: #fff;
	border-color: #666;
}

.navigation li a .meta_nav {
	display: inline-block;
	font-size: 15px;
	text-transform: uppercase;
	color: #5c5c5c;
	margin-bottom: 0;
	line-height: 20px;
	transition: all .5s;
	font-family: "Montserrat", sans-serif;
}

.navigation li a:hover .meta_nav {
	color: #666;
}

.navigation li a .post_title {
	font-size: 16px;
	overflow: hidden;
	line-height: 20px;
	max-height: 40px;
	margin: 0;
	transition: all .5s;
	font-weight: normal;
}

.navigation li a:hover .post_title {
	color: #666;
}


@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;
	}
}


.tags_ul {
	padding: 4px 0;
	margin: 15px 0;
}

.tags_ul span {
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	text-transform: capitalize;
	color: #5c5c5c;
	margin-right: 6px;
}

.tags_ul a {
	display: inline-block;
	padding: 0px 16px;
	background: #f9f9f9;
	color: #666;
	text-transform: capitalize;
	line-height: 30px;
	margin: 2px 0;
	border-radius: 5px;
	border: 1px solid #f1f1f1;
	font-size: 13px;
}

.tags_ul i {
	margin-right: 3px;
	font-size: 14px;
	color: #ccc;
	transition: 0.6s all;
}

.tags_ul a:hover {
	background: #cb101a;
	color: #fff;
}

@media screen and (max-width: 992px) {
	.tags_ul {
		width: 100%;
	}

}

.blog_nav {
	border: 1px solid #eee;
	padding: 15px;
	margin-top: 30px;
}

.blog_nav ul li {
	list-style: none;
	border-bottom: 1px solid #eee;
}

.blog_nav ul li a {
	font-size: 16px;
	color: #5c5c5c;
	line-height: 22px;
	padding: 12px 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: #666;
	padding-left: 10px;
}

.blog_nav ul li a:hover i {
	color: #666;
}


.hot_tags {
	margin-top: 30px;
	background: #fff;
	padding: 15px;
	border: 1px solid #e5e5e5;
}

@media only screen and (max-width:992px) {

	.blog_nav,
	.hot_tags {
		padding: 0;
		margin-top: 10px;
		border: none;
	}
}

.hot_tags a {
	display: inline-block;
	color: #666;
	padding: 0px 12px;
	background: #f9f9f9;
	border: 1px solid #f1f1f1;
	margin: 4px;
	line-height: 34px;
	text-transform: capitalize;
	font-size: 15px;
}

.hot_tags a:hover {
	background: #cb101a;
	color: #fff;
}

.hot_tags .toggle_content {
	margin: 0px -4px;
	margin-top: 15px;
}








/*产品列表*/
.products_m {
	margin-bottom: 10px;
	line-height: 30px;
}

.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;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}

.quick_ico span {
	display: inline-block;
	position: relative;
	line-height: 42px;
	color: #fff;
	padding: 0px 24px;
	font-size: 12px;
	background: #cb101a;
}

.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;
}

/*products*/
.cbp-vm-switcher {
	width: 100%;
}

.cbp-vm-view-grid .tags_ul {
	display: none;
}

.cbp-vm-view-grid ul li .my_more1 {
	position: absolute;
	left: 5%;
	bottom: -100px;
	width: 90%;
	background: #cb101a;
	color: #fff;
	border-radius: 0;
	text-transform: uppercase;
	line-height: 36px;
	height: 36px;
}

.cbp-vm-view-grid ul li:hover .my_more1 {
	bottom: 10px;
}


.cbp-vm-view-grid .pro_more {
	margin-top: 10px;
}

.cbp-vm-options {
	margin-bottom: 15px;
	text-align: left;
	padding: 6px;
	border: 1px solid #e5e5e5;
}

.cbp-vm-options p {
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	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 #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	margin-right: 6px;
}

.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 #cb101a;
	background: #cb101a;
}

.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: #777;
	overflow: hidden;
	height: 40px;
	line-height: 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;
}


/* 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: 22%;
	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: 75%;
	overflow: hidden;
	white-space: normal;
	max-height: 40px;
	line-height: 20px;
	color: #777;
	margin: 5px 0px;
}

@media screen and (max-width: 992px) {
	.cbp-vm-view-grid ul li {
		width: 50%;
	}

	.cbp-vm-switcher ul li h4 a {
		font-size: 12px;
	}

	.cbp-vm-options {
		display: none;
	}

}

@media screen and (max-width: 520px) {
	.cbp-vm-view-list .prol_more {
		font-size: 12px;
		padding: 2px 20px 7px 20px;
	}

	.cbp-vm-view-list .tags_ul,
	.more .inq {
		display: none;
	}

	.cbp-vm-view-list ul li {
		width: 50%;
		float: left;
	}

	.cbp-vm-view-list li {
		border: 1px solid #eee;
	}

	.cbp-vm-view-list li:nth-child(2n+1) {
		border-right: none;
		clear: both;
	}

	.cbp-vm-view-list .cbp-vm-image {
		width: 100%;
		float: none;
		margin: 0;
	}

	.cbp-vm-view-list ul li .h4 a {
		font-size: 15px !important;
		line-height: 22px !important;
		height: 44px !important;
	}

	.cbp-vm-view-list ul li .cbp-vm-details {
		width: 100%;
	}
}

@media screen and (max-width: 400px) {}

.cbp-vm-view-list ul li .quick_ico {
	display: none;
}

.cbp-vm-view-list ul li .h4 a {
	max-height: 60px;
	font-family: "Montserrat", sans-serif;
	line-height: 30px;
	color: #333;
	font-size: 18px;
	overflow: hidden;
	display: block;
}

.cbp-vm-view-list ul li .h4 a:hover {
	color: #666;
}

.cbp-vm-view-list ul li:hover .cbp-vm-image {
	border-color: #666;
}

.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: 8px;
	border: 1px solid #e5e5e5;
	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: 15px;
	height: 44px;
	overflow: hidden;
	display: block;
	text-align: center;
	color: #333;
	z-index: 999;
	position: relative;
	font-family: "Montserrat", sans-serif;
}

.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;
	z-index: 66;
	border-radius: 0;
	position: relative;
}

.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);
	border: 1px solid #cb101a;
}

/*效果*/
.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(0.9);
}




/*news*/
.post-image-mask {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -22px;
	text-align: center;
	font-size: 0;
}

.post-image-mask span,
.post-image-mask:after,
.post-image-mask:before {
	display: inline-block;
	margin-right: 7px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #FFF;
	vertical-align: middle;
	opacity: 0;
	transition: opacity .2s ease;
	-webkit-animation: wd-fadeOutRight .3s ease;
	animation: wd-fadeOutRight .3s ease;
}

.post-image-mask:before {
	content: '';
	transition-delay: .15s;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}

.post-image-mask:after {
	content: '';
	margin-right: 0;
}

.li:hover .post-image-mask span,
.li:hover .post-image-mask:after,
.li:hover .post-image-mask:before {
	opacity: 1;
	-webkit-animation: wd-fadeInLeft .3s ease;
	animation: wd-fadeInLeft .3s ease;
}

.li:hover .post-image-mask:before,
.li:hover .post-image-mask:before,
.li:hover .post-image-mask:before {
	transition-delay: .2s;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.li:hover .post-image-mask span,
.li:hover .post-image-mask span,
.li:hover .post-image-mask span {
	transition-delay: .1s;
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}

@-webkit-keyframes wd-fadeOutRight {
	from {
		-webkit-transform: none;
		transform: none
	}

	to {
		-webkit-transform: translate3d(50px, 0, 0);
		transform: translate3d(50px, 0, 0)
	}
}

@keyframes wd-fadeOutRight {
	from {
		-webkit-transform: none;
		transform: none
	}

	to {
		-webkit-transform: translate3d(50px, 0, 0);
		transform: translate3d(50px, 0, 0)
	}
}

@-webkit-keyframes wd-fadeOutLeft {
	from {
		-webkit-transform: none;
		transform: none
	}

	to {
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0)
	}
}

@keyframes wd-fadeOutLeft {
	from {
		-webkit-transform: none;
		transform: none
	}

	to {
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0)
	}
}

@-webkit-keyframes wd-fadeInLeft {
	from {
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes wd-fadeInLeft {
	from {
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

.news_left:hover .post-image-mask span,
.news_left:hover .post-image-mask:after,
.news_left:hover .post-image-mask:before {
	opacity: 1;
	-webkit-animation: wd-fadeInLeft .3s ease;
	animation: wd-fadeInLeft .3s ease;
}

.news_left:hover .post-image-mask:before,
.news_left:hover .post-image-mask:before,
.news_left:hover .post-image-mask:before {
	transition-delay: .2s;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.news_left:hover .post-image-mask span,
.news_left:hover .post-image-mask span,
.news_left:hover .post-image-mask span {
	transition-delay: .1s;
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}



.news ul li {
	float: left;
	list-style: none;
	width: 100%;
	margin-bottom: 30px;
}

.news .img {
	width: 32%;
	margin-right: 30px;
	overflow: hidden;
	display: block;
	float: left;
	position: relative;
	transition: 0.5s all;
}

.news .img img {
	width: 100%;
}

.news .li .h4 {
	line-height: 24px;
	font-size: 18px;
	max-height: 48px;
	color: #333;
	display: block;
	overflow: hidden;
	font-family: "Montserrat", sans-serif;
	margin: 0 0 10px;
}

.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;
	background: #fff;
	border: 1px solid #eee;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06);
	transition: 0.5s all;
}

.news .li .day {
	color: #808080;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	font-size: 13px;
	margin: 10px 0;
}

.news .li .day i {
	margin-right: 10px;
}

.news ul li p {
	color: #777;
	max-height: 44px;
	overflow: hidden;
	line-height: 22px;
	margin-top: 6px;
	margin-bottom: 18px;
}

.news ul li:hover .img {
	background: #000;
}

.news ul li:hover .img img {
	transform: scale(1.1);
	opacity: 0.7;
}

.news ul li:hover {
	transform: translate3d(0, -3px, 0);
	-webkit-transform: translate3d(0, -3px, 0);
}

.news ul li:hover .li {
	border: 1px solid #ddd;
}

.news ul li .img {
	position: relative;
}

.news ul li .img img {
	width: 100%;
}


@media only screen and (max-width: 992px) {
	.news .img {
		width: 40%;
		margin-right: 15px;
	}
}

@media only screen and (max-width: 400px) {
	.news .img {
		width: 100%;
		float: none;
		display: block;
		margin-bottom: 20px;
	}
}

@media only screen and (min-width: 400px) {
	.news ul li .li {
		display: flex;
	}

	.news ul li .img {
		flex-shrink: 0;
	}
}


.page_detail {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
	background: #fff;
	padding: 30px;
	border-radius: 0;
}

.page h1 {
	color: #333;
	font-weight: normal;
	font-family: "Montserrat", sans-serif;
	font-size: 26px;
}

.blog-info {
	border-top: 1px solid #eee;
	padding: 10px 0;
	margin-top: 20px;
}

.blog-info i {
	margin-right: 6px;
	color: #aaa;
}

@media only screen and (max-width:768px) {
	.page_detail {
		padding: 0;
		box-shadow: none;
	}

	.page h1 {
		font-size: 18px;
	}
}

/*sitemap*/
.sitemap {
	width: 100%;
}

.stp-listA>li {
	text-transform: capitalize;
	list-style: none;
	margin-bottom: 15px;
	background: #fff;
	border-radius: 0;
	overflow: hidden;
}

.stp-top {
	width: 100%;
	background: #ececec;
	margin-bottom: 1px;
}

.stp-top .page_info_title {
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	display: block;
	font-family: "Montserrat", sans-serif;
	padding: 0;
	padding: 15px 20px;
	transition: all .5s;
	color: #333;
}

.stp-top .page_info_title:hover {
	text-decoration: none;
	color: #fff;
	background: #cb101a;
}

.stp-top .page_info_title i {
	padding-left: 5px;
	transition: all .5s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.stp-top .page_info_title:hover i {
	padding-left: 8px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.stp-listB {
	display: block;
	padding: 15px;
	border: 1px solid #eee;
	border-top: none;
	padding: 30px 20px;
	list-style: none;
	margin-top: -1px;
	background: #fff;
	border-radius: 0;
}

.stp-listB>li {
	width: 25%;
	padding: 8px 10px;
	float: left;
	overflow: hidden;
}

.stp-listB>li>a {
	font-size: 15px;
	line-height: 22px;
	display: block;
	color: #4d4d4d;
}

.stp-listB>li>a i {
	padding-right: 5px;
}

.stp-listB>li:hover>a {
	color: #cb101a;
}

.stp-listB>li:nth-child(4n+1) {
	clear: both;
}

.stp-pro .stp-listB>li {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.stp-pro .stp-listB>li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.stp-pro .stp-listB>li .top {
	display: flex;
	align-items: flex-end;
}

.stp-pro .stp-listB>li .image {
	max-width: 48px;
	min-width: 48px;
}

.stp-pro .stp-listB>li .title {
	font-size: 14px;
	line-height: 24px;
	text-transform: capitalize;
	display: block;
}

.stp-pro .stp-listB>li .title:after {
	content: "\f105";
	font-family: 'FontAwesome';
	padding-left: 6px;
	color: #ccc;
}

.stp-pro .stp-listB>li .title:hover {
	color: #cb101a;
	text-decoration: none;
}

.stp-pro .stp-listB>li .title:hover:after {
	color: #cb101a;
}

.stp-listB li .stp-listC {
	width: 100%;
	padding-top: 20px;
	list-style: none;
}

.stp-listB li .stp-listC li {
	width: 100%;
	margin-bottom: 8px;
	float: left;
}

.stp-listB li .stp-listC li a {
	color: #808080;
	font-size: 16px;
	-webkit-transition: all var(--transition-time, 500ms);
	-o-transition: all var(--transition-time, 500ms);
	transition: all var(--transition-time, 500ms);
}

.stp-listB li .stp-listC li a i {
	padding-right: 5px;
}

.stp-listB li .stp-listC li a:hover {
	color: #cb101a;
}


@media only screen and (max-width: 768px) {
	.stp-listA {
		padding: 0;
	}

	.stp-listB>li {
		width: 50%;
		padding: 4px 0;
	}

	.stp-listB>li:nth-child(2n+1) {
		clear: both;
	}

	.stp-listB {
		border-width: 1px;
		padding: 15px;
	}

	.stp-pro .stp-listB>li .image {
		max-width: 32px;
		min-width: 32px;
	}

	.stp-listB li .stp-listC li {
		width: 100%;
	}

	.stp-listB>li>a {
		font-size: 14px;
	}

	.stp-top .page_info_title {
		font-size: 14px;
		padding: 10px 10px;
	}

	.stp-listB li .stp-listC li a {
		font-size: 13px;
	}
}

@media only screen and (max-width: 400px) {
	.stp-listB li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2%;
	}
}



/*products_main*/
/* CSS for the loading div */
.prom_img {
	padding: 0;
	text-align: center;
	padding-right: 0;
	border-radius: 0;
}

.prom_img .swiper-slide {
	position: relative;
	display: inline-block;
}

.prom_img #pro_img_gallery {
	overflow: inherit;
}

.prom_img #pro_img_gallery .swiper-slide {
	opacity: 0 !important;
	z-index: -1;
	border: 1px solid #eee;
}

.prom_img #pro_img_gallery .swiper-slide-active {
	opacity: 1 !important;
	z-index: 3;
}

.prom_img #pro_img_gallery .swiper-slide img {
	width: 100%;
}

.prom_img .swiper-slide iframe {
	position: relative;
	z-index: 66;
	width: 100%;
}

.prom_img .video_img {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0;
	bottom: 0;
	z-index: 55;
}

#pro_img_thumbs {
	padding-top: 15px;
}

#pro_img_thumbs .swiper-slide {
	border-radius: 2px;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #eee;
	padding: 2px;
}

#pro_img_thumbs .swiper-slide-thumb-active {
	border: 2px solid #ca101a;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

#pro_img_thumbs .swiper-slide.swiper-slide-thumb-active img {
	border-color: #ca101a;
}

.prom_img .sp-video-icon {
	position: relative;
}

.prom_img .sp-video-icon img {
	opacity: 0.5;
}

.prom_img .sp-video-icon:before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	font-family: 'FontAwesome';
	content: "\f04b";
	z-index: 2;
	border-radius: 5px;
	background: #ca101a;
	width: 30px;
	height: 30px;
	text-align: center;
}

.cloud-zoom-lens {
	background: #000 !important;
	opacity: 0.1 !important;
}

#cloud-zoom-big {
	top: 0px !important;
	border: 1px solid #ddd;
	background-repeat: no-repeat !important;
	background: #fff;
}

.cloud-zoom {
	overflow: hidden;
}

@media only screen and (max-width: 992px) {

	.mousetrap,
	#cloud-zoom-big,
	.cloud-zoom-big {
		display: none !important;
	}
}

/*pro_detail*/
.pro_page {
	background: #f7f7f7;
	padding: 20px 0;
	background-size: 100% auto;
}

.pro_page .pro_main {
	display: flex;
	background: #fff;
	padding: 30px;
	border: 1px solid #e5e5e5;
	box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.08);
}

.pro_page .prom_img {
	width: 35%;
	position: relative;
}

.pro_page .main_text {
	width: 65%;
	padding-left: 50px;
}

#content {
	position: relative;
	top: -60px;
}

.pro_table .pro_main_title {
	font-size: 20px;
	line-height: 40px;
	overflow: hidden;
	display: block;
	text-transform: capitalize;
	color: #333;
	line-height: 36px;
	margin-bottom: 10px;
}

.pro_table .pro_main_text {
	line-height: 26px;
	padding-bottom: 10px;
	font-size: 14px;
}

.pro_table ul {
	padding-left: 0;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	display: flex;
	flex-wrap: wrap;
}

.pro_table ul li {
	font-size: 14px;
	color: #666;
	list-style: none;
	padding: 9px 0;
	float: left;
	width: 100%;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	padding-left: 15px;
}

.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: 14px;
	font-family: "Montserrat", sans-serif;
	min-width: 100px;
}

.main-more {
	text-align: left !important;
	margin-top: 20px;
	font-family: "Montserrat", sans-serif;
}

.pro_more a {
	background: #333;
	text-transform: capitalize;
	line-height: 50px;
	padding: 0px 30px;
	border-radius: 0;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	margin-right: 10px;
	border-radius: 0;
	position: relative;
}

.pro_more a:before {
	position: absolute;
	content: '';
	opacity: 0;
	top: 0;
	left: 0;
	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: #cb101a;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 0;
}

.pro_more a i {
	margin-right: 6px;
}

.pro_sns {
	margin-top: 30px;
}

.pro_sns span {
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	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;
	border-radius: 5px;
	overflow: hidden;
}

@media only screen and (max-width:992px) {
	.pro_page .pro_main {
		padding: 10px;
		display: block;
	}

	.pro_page .prom_img,
	.pro_page .main_text {
		width: 100%;
		padding: 0;
		float: none;
	}

	.pro_sns {
		display: none;
	}

	.pro_table ul li {
		width: 100%;
	}

	.pro_more .main-more a {
		display: block;
		z-index: 9999;
		padding: 0px 10px;
		line-height: 36px;
	}

	.inquiry_pro.show {
		position: fixed;
		bottom: 60px;
		left: 10px;
		width: 140px;
		line-height: 20px;
		padding: 5px 0;
		z-index: 99999;
		font-size: 12px !important;
	}

}

.products_main .nav-tabs li {
	list-style: none;
	background: #f7f7f7;
	margin-bottom: 20px;
}

.products_main .nav-tabs li a {
	color: #666;
	font-size: 24px;
	display: inline-block;
	padding: 10px 10px;
	line-height: 30px;
	background: #fafafa;
	border-right: 1px solid #e5e5e5;
	text-transform: uppercase;
	font-family: "Rajdhani";
	font-weight: 800;
}

.products_main .nav-tabs li.active a {
	background: #cb101a;
	color: #fff;
	position: relative;
	font-size: 24px;
	text-transform: uppercase;
}


@media only screen and (max-width: 992px) {
	.products_main .nav-tabs li {
		padding: 5px 10px;
	}

	.products_main .nav-tabs li.active a {
		font-size: 15px;
		padding: 0;
		background: none;
		color: #333;
	}

	.products_main .nav-tabs li a {
		font-size: 14px;
		padding: 10px;
	}
}



/*inquiry*/
.pro_inq {
	position: relative;
	background: #fff;
	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: 0;
}

.pro_inq .title {
	color: #fff;
	background: #cb101a;
	background-size: cover;
	padding: 12px 20px 42px 20px;
	font-size: 24px;
	text-transform: uppercase;
	font-family: "Rajdhani";
	line-height: 40px;
	font-weight: 800;
}

.pro_inq .title img {
	margin-right: 15px;
}

.pro_inq .text {
	margin-bottom: 10px;
	color: #666;
	line-height: 20px;
	background: #fff;
	margin-top: -50px;
	padding: 15px;
	;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	border-bottom: 1px solid #e5e5e5;
	margin: 0px 20px;
	margin-top: -30px;
}

.pro_inq ul {
	list-style: none;
	padding: 30px;
}

.pro_inq ul li {
	padding: 0 10px;
	margin-bottom: 15px;
}

.pro_inq ul li span {
	display: block;
	position: relative;
}

.pro_inq ul li span:before {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0;
	top: 0;
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
}

.pro_inq ul li span:before {
	content: '';
	position: absolute;
	right: 10px;
	top: 18px;
	width: 28px;
	height: 23px;
	display: inline-block;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
}

.pro_inq ul li span.ms_e:before {
	background-position: -40px -230px;
}

.pro_inq ul li span.ms_p:before {
	background-position: 0 -227px;
}

.pro_inq ul li span.ms_m:before {
	background-position: -82px -227px;
}

.pro_inq ul li input {
	background: rgba(255, 255, 255, 1);
	height: 54px;
	width: 100%;
	line-height: 50px;
	padding-right: 45px;
	font-size: 14px;
	color: #999;
	border: none;
	border-radius: 0;
	padding-left: 10px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}

.pro_inq ul li textarea {
	height: 130px;
	background: rgba(255, 255, 255, 1);
	width: 100%;
	max-width: 100%;
	max-height: 150px;
	font-size: 14px;
	padding: 8px 45px 10px 10px;
	color: #999;
	border: none;
	;
	border-radius: 0;
	line-height: 20px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}

.pro_inq ul li input:focus,
.pro_inq ul li textarea:focus {
	color: #333;
	border-color: #cb101a;
}

.pro_inq ul li input:-ms-input-placeholder {
	color: #999;
}

/* Internet Explorer 10+ */
.pro_inq ul li input::-webkit-input-placeholder {
	color: #999;
}

/* WebKit browsers */
.pro_inq ul li input::-moz-placeholder {
	color: #999;
}

/* Mozilla Firefox 4 to 18 */
.pro_inq ul li input:-moz-placeholder {
	color: #999;
}

/* Mozilla Firefox 19+ */
.pro_inq ul li textarea:-ms-input-placeholder {
	color: #999;
}

/* Internet Explorer 10+ */
.pro_inq ul li textarea::-webkit-input-placeholder {
	color: #999;
}

/* WebKit browsers */
.pro_inq ul li textarea::-moz-placeholder {
	color: #999;
}

/* Mozilla Firefox 4 to 18 */
.pro_inq ul li textarea:-moz-placeholder {
	color: #999;
}

/* Mozilla Firefox 19+ */
.pro_inq ul li .ms_btn,
.ms_btn {
	display: inline-block !important;
	position: relative;
	margin-top: 10px;
}

.pro_inq ul li .ms_btn input,
.ms_btn input {
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	background: #cb101a;
	color: #fff;
	font-size: 16px;
	border: none;
	text-transform: uppercase;
	transition: 0.5s all;
	position: relative;
	border-radius: 0px;
	display: inline-block;
	padding: 0px 30px;
	cursor: pointer;
}




.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;
	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 .subject_title {
	border: 1px solid #eee;
	background: #eee;
	line-height: 46px;
	padding: 0px 10px;
	margin-bottom: 20px;
	padding-left: 15px;
	border-radius: 5px;
}

.send_column button {
	border: none;
}

.pro_inq .subject_title a {
	color: #333;
	font-family: "Montserrat", sans-serif;
	text-decoration: underline;
}

.pro_inq .subject_title span {
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	color: #444;
	margin-right: 10px;
}

@media only screen and (max-width: 768px) {
	.pro_inq .inquiry .input-group {
		width: 100%;
	}
}


/*rel_pro*/
.rel_pro {
	border-top: 1px solid #eee;
	padding: 20px 0 40px;
}

.rel_pro .title_h2 {
	color: #333;
	font-size: 40px;
	line-height: 50px;
	font-family: "Oswald";
	text-transform: uppercase;
	margin: 0px 0 30px;
	text-align: center;
}

.rel_pro .scrollbar_3 {
	position: relative;
	padding: 0px 15px;
	overflow: hidden;
}

.rel_pro ul li {
	list-style: none;
}

.rel_pro ul li * {
	transition: 0.6s all;
}

.rel_pro ul li .li {
	background: #fff;
	padding: 10px;
	position: relative;
	transition: 0.6s all;
	border: 1px solid #e5e5e5;
	text-align: center;
	padding-bottom: 110px;
	overflow: hidden;
}

.rel_pro 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);
	border: 1px solid #cb101a;
}

.rel_pro ul li .img {
	position: relative;
	overflow: hidden;
}

.rel_pro ul li .img a {
	display: block;
}

.rel_pro ul li .img a img {
	width: 100%;
}

.rel_pro ul li:hover .img img {
	transform: scale(1.1);
}

.rel_pro ul li .text {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding-bottom: 20px;
}

.rel_pro ul li .title {
	color: #333;
	font-size: 16px;
	line-height: 26px;
	font-family: "Montserrat", sans-serif;
	margin-top: 10px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0px 10px;
}

.rel_pro ul li p {
	color: #999;
	overflow: hidden;
	line-height: 22px;
	height: 44px;
	margin-top: 6px;
	transition: 0.6s all;
	margin-bottom: 10px;
	padding: 0px 10px;
}

.rel_pro ul li .more {
	position: absolute;
	left: 5%;
	width: 90%;
	bottom: -80px;
	height: auto;
}

.rel_pro ul li .more .my_more1 {
	font-size: 14px;
	width: 100%;
	background: #cb101a;
	color: #fff;
}

.rel_pro ul li .more .my_more1:hover {
	background: #cb101a;
}

.rel_pro ul li:hover .more {
	bottom: 10px;
	opacity: 1;
}

.rel_pro ul li:hover .text {
	padding-bottom: 50px;
	background: #fff;
	z-index: 55;
}

.rel_pro li {
	padding: 0px 16px;
}

.rel_pro .swiper-slide {
	width: 25%;
	margin-top: 5px;
}

@media only screen and (max-width:1360px) {
	.rel_pro li {
		padding: 0px 6px;
	}

	.rel_pro .swiper-slide {
		width: 33.33%;
	}

	.rel_pro ul li .title {
		margin-top: 10px;
		font-size: 14px;
	}

	.rel_pro ul li .title {
		overflow: hidden;
	}
}

@media only screen and (max-width:992px) {
	.rel_pro .swiper-slide {
		width: 33.33%;
	}

	.rel_pro {
		padding: 30px 0;
	}

	.rel_pro .title_h2 {
		font-size: 20px;
		margin: 10px 0;
	}

}

@media only screen and (max-width: 768px) {
	.rel_pro .swi_position {
		padding: 0px 30px;
	}

	.rel_pro .swiper-slide {
		width: 50%;
	}

	.rel_pro ul li .text {
		padding-bottom: 10px;
	}
}

@media only screen and (max-width: 400px) {
	.rel_pro .swiper-slide {
		width: 100%;
	}
}


.blog_list {
	list-style: none;
}

.blog_list li {
	position: relative;
	list-style: none;
	border-radius: 0;
}

.blog_list li .li {
	border: 1px solid #e5e5e5;
	padding: 20px;
	margin-bottom: 30px;
	background: #fff;
	transition: 0.5s all;
}

.blog_list li:last-child .li {
	margin-bottom: 0;
}

.blog_list li .img {
	float: right;
	width: 45%;
	margin-left: 15px;
	margin-top: 10px;
	overflow: hidden;
}

.blog_list li:hover .img img {
	transform: scale(1.1);
}

.blog_list 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);
}

.blog_list li .news_day {
	color: #999;
	margin-top: 0;
	display: block;
	margin: 10px 0;
}

.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;
	line-height: 30px;
	margin-top: 10px;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
}

.blog_list li .title:hover {
	color: #333;
	text-decoration: none;
}

.blog_list li .text {
	color: #808080;
	line-height: 24px;
	overflow: hidden;
	max-height: 48px;
	margin: 5px 0;
}

.blog_list li .blog_tag {
	margin-top: 15px;
	margin-bottom: 15px;
}

.blog_list li .blog_tag p {
	display: inline-block;
	color: #333;
	text-transform: uppercase;
}

.blog_list li .blog_tag i {
	color: #ccc;
	margin-right: 8px;
}

.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;
}

.blogin {
	color: #aaa;
	margin: 4px 0px;
}

.blogin span {
	color: #fff;
	margin: 0px 6px;
}

.blogin span i {}

.blog .blog_tags {
	width: 100%;
	margin-top: 10px;
}

@media only screen and (max-width:992px) {
	.blog_list li .li {
		padding: 12px;
	}

	.blog_list li .title {
		margin: 0;
	}
}



.project_list {
	list-style: none;
}

.project_list li {
	margin-bottom: 20px;
	padding: 0 10px;
}

.project_list li:nth-child(4n+1) {
	clear: both;
}

.project_list li .column {
	transition: all .5s;
	overflow: hidden;
}

.project_list li .image {
	display: block;
	overflow: hidden;
	position: relative;
}

.project_list li .image>a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: block;
}

.project_list li .image img {
	max-width: 100%;
	height: auto;
	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 .image .more_box {
	position: absolute;
	left: 0;
	top: 10px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
	transition: all .8s;
	opacity: 0;
}

.project_list li:hover .image .more_box {
	top: 0;
	opacity: 1;
}

.project_list li .image .more_box .main_more {
	background: #fff;
	color: #043984;
}

.project_list li .image .ovrly {
	position: absolute;
	left: 0;
	top: -50%;
	width: 100%;
	height: 100%;
	background: #043984;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .5s;
}

.project_list li:hover .image .ovrly {
	opacity: 0.9;
	filter: alpha(opacity=90);
	top: 0;
}

.project_list li .img {
	height: 220px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}

.project_list li .my_more1 {
	background: #cb101a;
}

.project_list li .wrap {
	background: #f7f7f7;
	padding: 20px;
	text-align: center;
	position: relative;
}

.project_list li .wrap:before {
	background-color: #043984;
	bottom: calc(100% - 1px);
	content: '';
	height: 10px;
	position: absolute;
	left: 0;
	transform: scaleY(0);
	transform-origin: right bottom;
	transition: transform .7s;
	width: 100%;
	z-index: 2;
}

.project_list li:hover .wrap:before {
	transform: scaleY(1);
	-webkit-transition: all 500ms cubic-bezier(0.93, .1, .195, 1);
	transition-timing-function: cubic-bezier(0.93, .1, 0, 1.65);
}

.project_list li .title {
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	height: 48px;
	display: block;
	margin-bottom: 0;
	transition: all .5s;
	margin-top: 0;
	margin-bottom: 10px;
}

.project_list li:hover .title {
	color: #043984;
	text-decoration: none;
}

.project_list li .text {
	color: #808080;
	font-size: 12px;
	line-height: 24px;
	overflow: hidden;
	height: 48px;
}

@media only screen and (max-width: 480px) {
	.project_list li {
		padding: 0;
		width: 100%;
	}

	.project_list li .title {
		height: auto;
		max-height: 48px;
		font-size: 14px;
		margin-bottom: 10px;
	}

	.project_list li .wrap {
		padding: 15px 10px;
	}

	.project_list li .text {
		font-size: 12px;
		height: 24px;
	}
}



.ft40 {
	font-size: 36px;
	line-height: 40px;
}

.title2 {
	font-family: "Rajdhani";
	display: block;
	margin: 10px 0;
	text-transform: uppercase;
	font-weight: 800;
}

.about_nav {
	background: #eee;
}

.about_nav .container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.about_nav a {
	float: left;
	width: 20%;
	font-family: "Rajdhani";
	font-size: 20px;
	text-transform: uppercase;
	line-height: 30px;
	padding: 10px 0;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 800;
}

.about_nav a:after {
	position: absolute;
	left: 50%;
	top: 60%;
	content: '';
	opacity: 1;
	transition: 0.6s all;
	width: 0px;
	height: 0px;
	margin-left: -12px;
	border: 10px solid #000;
	border-top-color: #cb101a;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	opacity: 0;
}

.about_nav a.active,
.about_nav a:hover {
	background: #ca101a;
	color: #fff;
}

.about_nav a.active:after {
	top: 100%;
	opacity: 1;
}

.about_nav2 {
	padding: 15px 0;
	background: #fff;
	border-bottom: 1px solid #eee;
}

.about_nav2 .container {
	display: flex;
	flex-wrap: wrap;
}

.about_nav2 a {
	font-size: 15px;
	font-family: "Montserrat", sans-serif;
	color: #333;
	margin-right: 30px;
	line-height: 30px;
}

.about_nav2 a i {
	margin-right: 6px;
	color: #aaa;
	transition: 0.5s all;
}

.about_nav2 a.active,
.about_nav2 a:hover {
	color: #ca101a;
}

.about_nav2 a.active i,
.about_nav2 a:hover i {
	color: #ca101a;
}

@media only screen and (max-width: 992px) {
	.about_nav a {
		font-size: 16px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 600px) {
	.about_nav {
		background: none;
		margin-top: 15px;
	}

	.about_nav a {
		width: 50%;
		border: 2px solid #fff;
		background: #eee;
	}

	.about_nav a:after {
		display: none;
	}
}


.section_title {
	font-family: "Rajdhani";
	font-size: 36px;
	color: #333;
	text-transform: capitalize;
	margin-bottom: 10px;
	line-height: 30px;
	padding-bottom: 20px;
	border-bottom: 2px solid #eee;
	position: relative;
	text-transform: uppercase;
}

@media only screen and (max-width:400px) {
	.section_title {
		font-size: 20px;
		letter-spacing: 0;
		padding-bottom: 5px;
	}
}

.section_title img {
	float: left;
	margin-right: 20px;
}

.section_title:after {
	position: absolute;
	left: 0px;
	bottom: -3px;
	width: 100px;
	height: 2px;
	background: #ca101a;
	content: '';
}



.img_right {
	margin-bottom: 40px;
}

.mt50 {
	margin-top: 50px;
}

.title_style {
	font-size: 30px;
	font-family: "Rajdhani";
	text-transform: uppercase;
	line-height: 30px;
	margin: 10px 0;
	display: flex;
	align-items: center;
	background: #f7f7f7;
}

.title_style img {
	margin-right: 10px;
}

.about_Philosophy ul li {
	list-style: none;
	margin-bottom: 30px;
}

.about_Philosophy ul li .h4 {
	color: #00338c;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
}

.about_Philosophy ul {
	padding-left: 0px;
}

@media only screen and (max-width: 768px) {
	.about_Philosophy ul li .h4 {
		font-size: 15px;
	}

	.title_style {
		font-size: 20px;
	}
}

.about_list ul li {
	list-style: none;
	margin-bottom: 10px;
	padding: 20px;
}

.about_list ul li:nth-child(2n) {
	background: #f7f7f7;
}

.about_list ul li:nth-child(2n) .img {
	float: right;
	width: 45%;
	padding-left: 30px;
}

.about_list ul li:nth-child(2n+1) .img {
	float: left;
	width: 45%;
	padding-right: 30px;
}

.about_list .text {
	float: left;
	width: 55%;
}

.about_list .text p {
	line-height: 26px;
	max-height: 130px;
	overflow: hidden;
}

.about_list .text .my_more1 {
	margin-top: 20px;
}

.about_list .text .line {
	width: 50px;
	height: 3px;
	background: #cb101a;
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 992px) {
	.title2 {
		font-size: 26px;
		line-height: 26px;
	}

}

@media only screen and (max-width: 768px) {

	.about_list ul li:nth-child(2n+1) .img,
	.about_list ul li:nth-child(2n) .img {
		width: 100%;
		padding: 0;
	}

	.about_list .text {
		width: 100%;
	}
}

.title_text {
	margin-bottom: 30px;
}

.about_pic {
	margin-bottom: 30px;
}

.about_pic ul {
	padding-left: 0;
}

.about_pic ul li {
	list-style: none;
	text-align: center;
}

.about_pic ul li .li .h4 {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	display: block;
	line-height: 20px;
	height: 40px;
	margin-top: 10px;
}


.case_lc {
	margin: 40px 0;
	text-align: center;
	position: relative;
}

.case_lc ul li {
	list-style: none;
	float: left;
	width: 20%;
}

.case_lc .li {
	margin: 20px 10px;
	transition: 0.6s all;
}

.case_lc .li .icon {
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #ca101a;
	position: relative;
}

.case_lc .li .icon:after {
	position: absolute;
	left: 50%;
	top: 50%;
	background: rgba(202, 16, 26, 0.2);
	content: '';
	width: 0;
	height: 0;
	border-radius: 50%;
	transition: 0.6s all;
	z-index: 44;
}

.case_lc .li .icon img {
	position: relative;
	z-index: 55;
}

.case_lc .li:hover .icon:after {
	width: 100px;
	height: 100px;
	margin-left: -50px;
	margin-top: -50px;
}

.case_lc .li .text {
	background: #fff;
	-webkit-box-shadow: 0px 5px 30px rgb(201 201 201 / 20%);
	box-shadow: 0px 5px 30px rgb(201 201 201 / 20%);
	padding: 30px 10px 10px;
	position: relative;
	margin-top: 80px;
	border: 1px solid #eee;
}

.case_lc .li .text:before {
	position: absolute;
	left: 0px;
	top: -60px;
	background: url(../images/process_line.png) no-repeat;
	background-size: 100% 18px;
	height: 21px;
	width: 100%;
	content: '';
}


.case_lc .li .title {
	font-size: 18px;
	color: #333;
	margin: 25px 0 10px;
	font-family: "Montserrat", sans-serif;
	text-transform: capitalize;
}

.case_lc .li .line {
	display: inline-block;
	background: #ca101a;
	width: 46px;
	height: 2px;
	margin-bottom: 20px;
	transition: 0.6s all;
}

.case_lc .li:hover .line {
	width: 30px;
	background: #d7000f;
}

.case_lc .li p {
	font-size: 13px;
	color: #999;
	line-height: 24px;
}

.case_lc .li p a {
	color: #d7000f;
	text-decoration: underline;
	margin: 0px 4px;
}

.case_lc .li:hover {
	transform: translate3d(0, -8px, 0);
	-webkit-transform: translate3d(0, -8px, 0);
}

@media only screen and (max-width: 992px) {
	.case_lc {
		padding: 0px 40px;
	}

	.case_lc ul li {
		width: 33.33%;
	}

	.case_lc .li .icon {
		position: relative;
		z-index: 444;
	}

	.case_lc .li .text {
		margin-top: -40px;
	}

	.case_lc .li .text:before {
		display: none;
	}

	.case_lc .li .title {
		font-size: 16px;
	}

	.case_lc .swiper-button-prev {
		left: 5px;
	}

	.case_lc .swiper-button-next {
		right: 5px;
	}
}

@media only screen and (max-width: 768px) {
	.case_lc ul li {
		width: 50%;
	}
}

@media only screen and (max-width: 460px) {
	.case_lc ul li {
		width: 100%;
	}
}



/*about_li2*/
.about_li2 .cate_l {
	float: left;
	width: 33.33%;
}

.about_li2 ul li {
	float: left;
	width: 33.33%;
	list-style: none;
}

.about_li2 .li {
	position: relative;
	padding: 10px;
}

.about_li2 .li .img {
	display: block;
	position: relative;
}

.about_li2 .li .img:after {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	content: '';
	background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 80%);
}

.about_li2 .li .text {
	position: absolute;
	left: 0px;
	bottom: 10px;
	padding: 10px 30px;
	width: 100%;
	height: auto;
}

.about_li2 .li .text .title {
	display: block;
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	font-family: "Montserrat", sans-serif;
}

.about_li2 .li .text .more {
	font-family: "Montserrat", sans-serif;
	color: #14ae67;
	background: url(../images/ico_jt.png) no-repeat right center;
	padding-right: 30px;
	line-height: 30px;
	transition: 0.5s all;
}

.about_li2 .li:hover .text .more {
	padding-right: 40px;
}

@media only screen and (max-width:1200px) {
	.about_li2 {
		padding: 60px 0;
	}

	.about_li2 .li .text .title {
		font-size: 18px;
	}
}

@media only screen and (max-width:992px) {
	.about_li2 {
		padding: 5px 0 10px;
	}

	.about_li2 .li {
		padding: 5px;
	}

	.about_li2 .li .text {
		padding: 5px 10px 10px;
	}
}

@media only screen and (max-width:768px) {

	.about_li2 .cate_l,
	.about_li2 ul li {
		width: 50%;
	}

	.about_li2 ul li:nth-child(3) {
		clear: both;
	}

	.about_li2 .li .text .title {
		font-size: 14px;
		line-height: 20px;
	}

	.about_li2 .li {
		margin-bottom: 0px;
	}

	.about_li2 .li .text .more {
		display: none;
	}
}


.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

.about_tab .nav-tabs li {
	list-style: none;
	float: left;
	width: 50%;
	text-align: center;
}

.about_tab .features-tab li a {
	color: #333;
	font-family: "Rajdhani";
	font-size: 20px;
	padding: 8px 10px;
	line-height: 30px;
	background: #cbd0d3;
	margin-right: 2px;
	border-right: 2px solid #fafafa;
	display: block;
	text-transform: uppercase;
}

.about_tab .nav-tabs {
	margin-bottom: 40px;
	background: #eee;
}

.about_tab .features-tab li.active a {
	background: #ca101a;
	color: #fff;
}

.in_title {
	text-align: center;
	font-family: "Rajdhani";
	font-size: 36px;
	line-height: 40px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.img_center {
	text-align: center;
}


.landing-page04 {
	margin-bottom: 15px;
}

.landing-page04 .list {
	margin: 15px -10px 0
}

.landing-page04 .list li {
	list-style: none;
	margin: 10px 0;
}

.landing-page04 .list li .column {
	position: relative;
	padding: 25px 0 35px;
	width: 100%
}

.landing-page04 .list li .column .wrap {
	text-align: left;
	position: relative;
	z-index: 9;
	width: 100%
}

.landing-page04 .list li .column .wrap .icon {
	text-align: center;
	margin-bottom: 10px;
}

.landing-page04 .list li .column .wrap .title {
	font-family: 'Rajdhani';
	display: block;
	text-align: center;
	color: #222;
	font-size: 30px;
	text-transform: capitalize;
	line-height: 36px;
}

.landing-page04 .list li .column .wrap .text {
	font-size: 15px;
	line-height: 22px;
	color: #555;
	margin-top: 30px;
	text-align: center;
}

.landing-page04 .list li .column .number_icon {
	font-family: 'Rajdhani';
	color: #E8EAE9;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 120px;
	line-height: 100%;
}

@media only screen and (min-width: 410px) {
	.landing-page04 .list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.landing-page04 .list li {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		text-align: center;
	}

	.landing-page04 .list li .column {
		display: -webkit-box;
		display: -ms-flexbox;
		background: #f7f7f7;
		border: 1px solid #eee;
		display: flex;
	}


}

@media only screen and (max-width: 1299px) {
	.landing-page04 {
		padding: 40px 0
	}

	.landing-page04 .list li .column .wrap .title {
		font-size: 24px;
		line-height: 28px
	}

	.landing-page04 .list li .column .number_icon {
		font-size: 100px
	}
}

@media only screen and (max-width: 992px) {
	.landing-page04 .list li {
		margin-top: 15px
	}

	.landing-page04 .list li .column .wrap .title {
		font-size: 20px;
		line-height: 28px
	}

	.landing-page04 .list li .column .number_icon {
		font-size: 90px
	}

	.landing-page04 .list li .column .wrap .text {
		margin-top: 30px
	}

	.landing-page04 .list li .column {
		padding: 20px 0 20px
	}
}


@media only screen and (max-width: 480px) {
	.landing-page04 .list li .column .number_icon {
		font-size: 80px
	}

	.landing-page04 .list li {
		width: 100%
	}
}

.con_li .p {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 20px;
	font-family: "Montserrat", sans-serif;
}

.con_li .ico {
	flex-shrink: 0;
	background: #ca101a;
	border-radius: 50px;
	overflow: hidden;
	width: 50px;
	height: 50px;
	margin-right: 20px;
}

.con_li a:hover {
	color: #ca101a;
	text-decoration: underline;
}



.pro_nav {
	margin-top: 20px;
}

.pro_nav .li {
	position: relative;
	cursor: pointer;
	padding: 0px 5px;
	color: #333;
	float: left;
	width: 20%;
}

.pro_nav .li:after {
	position: absolute;
	left: 50%;
	top: 60%;
	content: '';
	opacity: 1;
	transition: 0.6s all;
	width: 0px;
	height: 0px;
	margin-left: -7px;
	border: 14px solid #000;
	border-top-color: #cb101a;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	opacity: 0;
	z-index: -1;
}

.pro_nav .li .img {
	position: relative;
	padding: 5px;
}

.pro_nav .li .img a {
	display: block;
	width: 100%;
	height: 100%;
}

.pro_nav .li .img:after {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 0;
	border-left: 5px solid #cb101a;
	border-right: 5px solid #cb101a;
	content: '';
	transition: 0.5s all;
	z-index: -1;
}

.pro_nav .li .img:before {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0;
	height: 100%;
	border-top: 5px solid #cb101a;
	border-bottom: 5px solid #cb101a;
	content: '';
	transition: 0.5s all;
	z-index: -1;
}

.pro_nav .li .img img {
	width: 100%;
	border: 1px solid #eee;
	transition: 0.5s all;
}

.pro_nav .li .img p {
	background: rgba(0, 0, 0, 0.3);
	left: 5px;
	bottom: 5px;
	width: calc(100% - 10px);
	height: auto;
	color: #fff;
	font-size: 24px;
	font-family: "Rajdhani";
	text-transform: uppercase;
	position: absolute;
	text-align: center;
	line-height: 42px;
}

.pro_nav .li.active {
	color: #0081cb;
}

.pro_nav .li.active:after {
	top: 100%;
	opacity: 1;
}

.pro_nav .li.active .img:after,
.pro_nav .li:hover .img:after {
	height: 100%;
}

.pro_nav .li.active .img:before,
.pro_nav .li:hover .img:before {
	width: 100%;
}

.pro_nav .li.active .img img,
.pro_nav .li:hover .img img {
	border: 1px solid #cb101a;
}

@media only screen and (max-width: 992px) {
	.pro_nav {
		margin-top: 40px;
	}

	.pro_nav .li .img p {
		font-size: 16px;
		line-height: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.pro_nav {
		display: none;
	}

	.video_l {
		padding: 0px 15px;
	}

	.in_title {
		font-size: 30px;
		line-height: 20px;
	}
}
