:focus {
	outline: 0
}

body,
ul,
img,
p,
input,
dl,
dd,
tr,
th,
td {
	margin: 0;
	padding: 0
}

em {
	font-style: normal
}

img {
	border: none
}

a {
	text-decoration: none;
	color: #4d4d4d
}

input {
	padding: 0px;
	vertical-align: middle;
	line-height: normal;
	border: none
}

body {
	overflow-x: hidden
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
	border: none;
	padding: 0
}

a:focus {
	outline: none
}

body {
	font-size: 17px;
	font-family: 'Ropa Sans', sans-serif;
	color: #4d4d4d;
	background: #ffffff;
}

.bold {
	font-weight: bold
}

.fontRed {
	color: red
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

b,
strong {
	font-weight: 600;
	font-family: 'Ropa Sans', sans-serif
}

@media only screen and (max-width:768px) {
	.row {
		margin: 0
	}
}

*:link,
*:visited,
*:hover,
*:active,
*:focus {
	transition: color .30s linear, background-color .30s linear, border-color .30s linear, opacity .30s linear, background-image .30s linear;
	-webkit-transition: color .30s linear, background-color .30s linear, border-color .30s linear, opacity .30s linear, background-image .30s linear
}

@font-face {
	font-family: 'poppins';
	src: url(../font/poppins.eot);
	src: url(../font/poppinsd41d.eot?#iefix) format('embedded-opentype'), url(../font/poppins.svg#poppins) format('svg'), url(../font/poppins.woff) format('woff'), url(../font/poppins.ttf) format('truetype');
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'poppinsB';
	src: url(../font/poppinsB.eot);
	src: url(../font/poppinsBd41d.eot?#iefix) format('embedded-opentype'), url(../font/poppinsB.svg#poppinsB) format('svg'), url(../font/poppinsB.woff) format('woff'), url(../font/poppinsB.ttf) format('truetype');
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'BebasNeue';
	src: url(../font/BebasNeue.eot);
	src: url(../font/BebasNeued41d.eot?#iefix) format('embedded-opentype'),
		url(../font/BebasNeue.svg#BebasNeue) format('svg'),
		url(../font/BebasNeue.woff) format('woff'),
		url(../font/BebasNeue.ttf) format('truetype');
	font-weight: normal;
	font-style: normal
}



.header {
	position: relative;
	z-index: 99;
	transition: all .5s;
	line-height: initial;
}

.header>.container {
	position: relative
}

.header h1 {
	margin: 0;
	padding: 0;
	display: inline-block
}

#logo {
	display: block;
	vertical-align: middle;
	margin: 0;
	float: left;
	position: relative;
	z-index: 9999999;
	padding-top: 0px;
	padding-left: 0px
}

#logo img {
	max-width: 100%;
	width: 199px;
	height: auto;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin-top: 26px;
}

.header .main_more {
	margin-top: 20px;
	margin-left: 30px;
	float: right;
	padding-right: 43px;
	background-image: url(../images/icon_email.png);
	background-position: 85% 13px;
	background-repeat: no-repeat
}

.select {
	position: relative;
	float: right;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	margin-top: 25px;
	padding: 10px;
	background: url(../images/lan_bg.png) no-repeat center center
}

.select dt {
	display: inline-block;
	cursor: pointer;
	position: relative;
	z-index: 9999999;
	color: #fff;
	text-align: right;
	text-transform: capitalize;
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
	line-height: 12px
}

.select dt:after {
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 5px;
	color: #cdcdcd
}

.select dt:hover,
.select dt.cur {}

.select dt>p {
	color: #808080;
	display: inline-block;
	padding-left: 5px;
	text-transform: capitalize;
	font-size: 12px
}

.select dt img {
	max-width: 14px;
	height: auto
}

.select dd {
	position: absolute;
	right: 0;
	top: 65px;
	display: none;
	z-index: 9999999999;
	background: #fafafa;
	border: 1px solid #e5e5e5
}

.select dd ul {
	padding: 5px;
	width: 100px;
	overflow: auto;
	list-style: none
}

.select dd ul li {
	margin-bottom: 0
}

.select dd ul li a {
	line-height: 24px;
	display: block;
	padding: 6px;
	text-align: left;
	color: #4c4c4c;
	font-size: 12px;
	text-transform: capitalize
}

.select dd ul li a:hover {
	background: #f7f7f7;
	color: #fe4646
}

.select dd ul li img {
	max-width: 12px;
	max-height: 12px;
	width: 100%;
	height: auto;
	vertical-align: middle
}

.select dd ul li p {
	padding-left: 5px;
	font-size: 12px;
	line-height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin: 0
}

.search_box {
	float: right;
	z-index: 99999999;
	margin-left: 30px
}

.search i {
	width: 36px;
	height: 36px;
	text-align: center;
	background: url(../images/search.png) no-repeat center center;
	display: inline-block
}

.top-search {
	display: block;
	width: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 90px;
	display: none;
	z-index: 9999999999;
	background: #f7f7f7 url(../images/bg_news.jpg) no-repeat right center;
	border-radius: 0px;
	box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.05);
	border-top: 1px solid #eee
}

.top-search h4 {
	font-size: 22px;
	text-align: left;
	color: #595959;
	padding-left: 5px;
	margin: 0;
	margin-bottom: 15px;
	display: block;
	font-family: 'BebasNeue';
}

.top-search .input-group-addon i {
	float: right;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 40px;
	height: 40px;
	line-height: 38px;
	font-size: 18px
}

.top-search .input-group-addon i:hover {
	color: #002560
}

.top-search .form-control {
	box-shadow: none;
	border: none;
	border-radius: 0;
	border: 1px solid #e5e5e5;
	background: #fff;
	color: #808080;
	height: 50px;
	line-height: 50px;
	padding: 0 60px 0 20px;
	text-align: left;
	font-size: 12px;
	font-family: 'Ropa Sans', sans-serif;
	border-radius: 2px
}

.top-search input.form-control:focus {
	color: #333;
	font-style: inherit
}

.top-search .input-group-addon.close-search {
	cursor: pointer
}

.top-search .input-group {
	width: 100%;
	padding: 30px 30px;
	max-width: 100%;
	margin: 0 auto
}

.btn_search1 {
	background: #002560 url(../images/search_w.png) no-repeat center center;
	top: 2px;
	height: 46px;
	position: absolute;
	right: 2px;
	width: 46px;
	z-index: 3;
	border-radius: 2px
}

.header_search {
	position: relative
}

.top-search .input-group-addon {
	background-color: transparent;
	border: none;
	color: #666;
	padding-left: 0;
	padding-right: 0
}

.top-search .input-group-addon.close-search {
	cursor: pointer;
	float: right;
	position: absolute;
	right: 0;
	top: 0
}

.attr-nav>a {
	width: 80px;
	text-align: center;
	background: #e5e5e5;
	height: 90px;
	padding-top: 0;
	z-index: 9999999;
	display: inline-block;
	position: relative;
	padding-top: 12px
}

.attr-nav>a:after {
	content: 'Search';
	font-family: 'BebasNeue';
	font-size: 16px;
	color: #808080;
	display: block;
	line-height: 20px
}

.attr-nav>a:hover,
.attr-nav>a:link {
	text-decoration: none
}

.attr-nav ul li {
	list-style: none
}

header {
	width: 100%;
	z-index: 999999;
	padding: 0;
	position: fixed
}

header.large {
	height: ;
	top: 0;
	background: #fff;
	padding: 7px 0;
	position: relative;
}

header.small {
	height: ;
	left: 0;
	background: #fff;
	top: 0;
	box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.05);
	padding: 10px 0;
}

/*.height{padding-top:85px}*/
@media only screen and (max-width:1400px) {
	.header .main_more {
		display: none
	}
}

@media only screen and (max-width:1230px) {
	#logo img {
		max-width: 215px
	}

	#logo {
		padding-top: 14px
	}

	.search_box {
		margin-left: 20px
	}

	.select {
		margin-top: 25px;
		padding: 0;
		background: none
	}

	.attr-nav>a {
		height: 72px;
		padding-top: 5px
	}
}

@media only screen and (max-width:992px) {

	header,
	header.large {
		border: none;
		position: fixed;
		top: 0
	}

	header.small {
		padding: 0px;
	}

	header.large .header,
	.header {
		padding: 5px 8px;
		background: #fff;
		z-index: 6;
		position: relative
	}

	.header .container {
		width: 100%
	}

	.header .row {
		margin: 0
	}

	.head_top {
		border-bottom: 1px solid #eee;
		text-align: right;
		padding: 5px 0
	}

	.language li p {
		color: #808080
	}

	.header #logo,
	header.small #logo,
	header.large .header.page_header #logo {
		padding: 0;
		margin-right: 10px;
		float: left;
		margin: 0
	}

	.header #logo img,
	header.small #logo img {
		max-width: 86%
	}

	.height {
		padding: 0
	}

	.search_box {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 99999999;
		margin: 0;
		max-width: 100%;
		border: none
	}

	.top-search h4 {
		display: block
	}

	.top-search .input-group,
	header.small .top-search .input-group {
		padding: 25px;
		max-width: 750px;
		margin: 0 auto
	}

	.top-search,
	header.small .top-search {
		display: none;
		width: 100%;
		top: 52px;
		max-width: 100%;
		left: 0;
		border-radius: 0;
		z-index: 9999999;
		background: #fafafa;
		padding-top: 0
	}

	.top-search h4,
	.top-search .input-group-addon.close-search {
		display: block
	}

	.search i,
	header.small .search i {
		height: 32px;
		width: 32px;
		background-size: 18px;
		border-radius: 50%
	}

	.top-search .form-control {
		background: #fff;
		border: 1px solid #e5e5e5;
		height: 40px;
		line-height: 40px
	}

	.btn_search1 {
		width: 36px;
		height: 36px
	}

	header.small .attr-nav,
	.attr-nav {
		padding-top: 0;
		position: absolute;
		right: 55px;
		top: 10px;
		background: #19b06b;
		z-index: 9999999;
		display: inline-block;
		border-radius: 50%
	}

	.attr-nav>a {
		padding: 0;
		border-radius: 2px;
		width: auto;
		height: auto
	}

	.attr-nav>a:after {
		display: none
	}

	header.small .search_box {
		margin-top: 0
	}

	.select {
		margin-top: 5px
	}

	.select dt>p {
		display: none
	}

	.select dd {
		top: 30px
	}
}

@media only screen and (max-width:480px) {
	.top-search .input-group {
		padding: 20px 10px
	}

	.top-search h4 {
		font-size: 14px;
		font-family: 'poppinsB'
	}

	.carousel,
	.page_banner {
		margin-top: 120px;
	}

	#carousel-custom {
		margin-top: 6px;
	}

	.thumbnail {
		width: 314px;
	}

	.carousel-control1.right {
		background-image: none !important;
		position: absolute !important;
	}

	.carousel-control.right {
		right: 137px;
	}
}

@media only screen and (max-width:320px) {
	.thumbnail {
		width: 257px;
	}

	.carousel-control.right {
		right: 193px;
	}

	.carousel-control .icon-next,
	.carousel-control .glyphicon-chevron-right {
		right: 2%;
		margin-right: -10px;
		width: 30px !important;
		height: 30px !important;
		background: #002662;
		line-height: 33px !important;
		font-size: 20px;
	}

	.carousel-control .icon-prev,
	.carousel-control .glyphicon-chevron-left {
		left: 2%;
		margin-left: -10px;
		width: 30px !important;
		height: 30px !important;
		background: #002662;
		line-height: 33px !important;
		font-size: 20px;
	}
}

.slide_content {
	position: relative;
	z-index: 4;
	overflow: hidden
}

.bs-slider {
	overflow: hidden;
	position: relative
}

.bs-slider .bs-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.40)
}

.bs-slider>.carousel-inner>.item>img,
.bs-slider>.carousel-inner>.item>a>img {
	margin: auto;
	width: 100% !important
}

.fade {
	opacity: 1
}

.fade .item {
	top: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0 !important;
	display: block !important;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s
}

.fade .item:first-child {
	top: auto;
	position: relative
}

.fade .item.active {
	opacity: 1;
	z-index: 2;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s
}

.control-round .carousel-control {
	top: auto;
	bottom: 0;
	z-index: 100;
	color: #333;
	display: block;
	cursor: pointer;
	overflow: hidden;
	text-shadow: none;
	position: absolute;
	background: transparent;
	right: 200px;
	left: auto;
	top: 45%;
	bottom: auto;
	right: auto;
	left: auto;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5
}

.control-round .carousel-control.left {
	left: -50px;
	-webkit-transition: all var(--transition-time, 800ms);
	-o-transition: all var(--transition-time, 800ms);
	transition: all var(--transition-time, 800ms)
}

.control-round .carousel-control.right {
	right: -50px;
	-webkit-transition: all var(--transition-time, 800ms);
	-o-transition: all var(--transition-time, 800ms);
	transition: all var(--transition-time, 800ms)
}

.slide_content:hover .control-round .carousel-control.left {
	left: 0
}

.slide_content:hover .control-round .carousel-control.right {
	right: 0
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
	border: 0px transparent
}

.control-round .carousel-control {
	margin: 0 20px;
	width: 30px;
	height: 60px;
	-webkit-transition: width 0.3s, background-color 0.3s;
	transition: width 0.3s, background-color 0.3s;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	background: #000
}

.control-round .carousel-control.left {
	margin-right: 81px
}

.control-round .carousel-control.left:before {
	font-family: FontAwesome;
	content: "\f104";
	color: #fff;
	line-height: 60px
}

.control-round .carousel-control.right {}

.control-round .carousel-control.right:before {
	font-family: FontAwesome;
	content: "\f105";
	color: #fff;
	line-height: 60px
}

.carousel-control .icon-wrap {
	position: absolute;
	width: 32px
}

.carousel-control.left .icon-wrap {
	left: 15px
}

.carousel-control.right .icon-wrap {
	right: 15px
}

.carousel-control h3 {
	position: absolute;
	top: 0;
	margin: 0;
	color: #000;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 16px;
	line-height: 42px;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	color: #333
}

.carousel-control.left h3 {
	right: 20px;
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.carousel-control.right h3 {
	left: 25px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.control-round .carousel-control:hover {
	background: #002560;
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1
}

.control-round .carousel-control.left:hover:before,
.control-round .carousel-control.right:hover:before {
	color: #fff
}

.carousel-control:hover h3 {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.indicators-line>.carousel-indicators {
	left: 13%;
	bottom: 20%;
	width: auto;
	max-width: 1400px;
	height: 40px;
	font-size: 0;
	overflow-x: auto;
	text-align: right;
	overflow-y: hidden;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	white-space: nowrap;
	margin-left: 0
}

.indicators-line>.carousel-indicators li {
	color: #b2b2b2;
	background: none;
	margin: 0 20px;
	display: inline-block;
	font-size: 20px;
	line-height: 24px;
	border: none;
	width: auto;
	height: auto
}

.indicators-line>.carousel-indicators li:last-child {
	margin-right: 0
}

.indicators-line>.carousel-indicators .active {
	color: #002560
}

.slide_style_left {
	text-align: left !important
}

.slide_style_right {
	text-align: left !important
}

.slide_style_center {
	text-align: center !important
}

.slide-text {
	left: auto;
	top: 50%;
	margin: auto;
	position: absolute;
	text-align: center;
	padding: 20px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%
}

.slide-text>div {
	float: right;
	max-width: 100%;
	width: 45%;
	text-align: left;
	text-transform: uppercase
}

.slide-text>div .text {
	color: #ffffff;
	font-family: 'poppinsB';
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 2px;
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
	padding-right: 20px;
	display: inline-block
}

.slide-text>div .text:before {
	content: '';
	display: block;
	width: 100%;
	height: 9px;
	background: #ff7109;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1
}

.slide-text>div .title {
	font-size: 86px;
	color: #fff;
	line-height: 80px;
	overflow: hidden;
	max-height: 240px;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
	font-family: 'poppinsB';
	text-transform: capitalize
}

.slide-text>div .text_box .text {
	background: #002560;
	color: #333333;
	font-size: 18px;
	line-height: 24px;
	font-family: 'montserrat_light';
	padding: 5px 30px
}

.slide-text>div .main_more {
	margin-top: 40px
}

.slide-text>div .main_more a {
	padding: 14px 40px
}

.slide-bottom:before {
	content: "\f107";
	display: inline-block;
	font-family: 'FontAwesome';
	position: absolute;
	left: 50%;
	bottom: 0;
	font-size: 36px;
	color: #fff;
	margin-left: -15px;
	z-index: 999
}

@media (max-width:1400px) {
	.indicators-line>.carousel-indicators {
		left: 20px;
		bottom: 40px
	}

	.slide-text>div .main_more {
		margin-top: 20px
	}

	.slide-text>div .title {
		font-size: 72px;
		line-height: 64px
	}
}

@media (max-width:1230px) {
	.slide-text>div {
		width: 100%;
		text-align: center
	}

	.slide-text>div .text {
		padding: 0;
		padding: 0 10px
	}

	.slide-text>div .title {
		font-size: 48px;
		line-height: 42px
	}
}

@media (max-width:992px) {
	.slide_content {
		overflow: hidden
	}

	.slide-text {
		padding: 0 20px
	}

	.slide-text>div {
		text-align: center
	}

	.slide-text>div .title {
		font-size: 48px;
		line-height: 52px
	}

	.slide-text>div .text_box .text {
		font-size: 14px;
		line-height: 20px;
		max-height: 45px;
		overflow: hidden;
		font-family: 'Ropa Sans', sans-serif
	}

	.slide-text>div .main_more {
		margin-top: 20px
	}

	.control-round .carousel-control {
		top: 40%;
		width: 30px;
		margin: 0 20px;
		height: 50px
	}

	.control-round .carousel-control.left:before,
	.control-round .carousel-control.right:before {
		line-height: 50px
	}

	.control-round .carousel-control.left {
		left: -25px;
		border-radius: 0
	}

	.control-round .carousel-control.right {
		right: -25px;
		border-radius: 0
	}

	.slide-bottom:before {
		display: none
	}

	.indicators-line>.carousel-indicators {
		left: 50%;
		margin-left: -50px;
		bottom: 0
	}

	.indicators-line>.carousel-indicators li {
		font-size: 16px;
		margin: 0 18px
	}
}

@media (max-width:560px) {
	.slide-text {
		width: 100%
	}

	.slide-text>div {
		padding: 10px
	}

	.slide-text>div .title {
		margin-bottom: 10px;
		font-size: 28px;
		line-height: 32px
	}

	.slide-text>div .text_box .text {
		font-size: 12px
	}

	.indicators-line>.carousel-indicators {
		margin-bottom: 0;
		width: 100%
	}

	.slide-text>div .main_more {
		margin-top: 10px
	}

	.indicators-line>.carousel-indicators {
		display: none
	}

	.slide-text>div .main_more a {
		padding: 6px 20px
	}
}

@media (max-width:440px) {
	.slide-text>div .title {
		font-size: 24px;
		line-height: 28px;
		margin: 0
	}

	.slide-text>div .text {
		display: none
	}
}

.main_title {
	margin-bottom: 30px;
	text-align: center;
	position: relative
}

.main_title .title {
	display: block;
	color: #000;
	text-transform: uppercase;
	font-size: 48px;
	/* font-family: 'BebasNeue'; */
	position: relative;
	line-height: 50px;
	margin-bottom: 10px;
	font-family: 'Teko', sans-serif;
	font-weight: 600;
}

.main_title .line {
	display: inline-block;
	height: 17px;
	width: 40px;
	height: 4px;
	background: #002561
}

.main_title .text {
	color: #999999;
	font-size: 15px;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	max-width: 60%;
	margin: auto;
	margin-top: 20px
}

.main_more {
	border: 1px solid #000;
	display: inline-block;
	color: #000;
	transition: all .5s;
	font-size: 18px;
	line-height: 24px;
	padding: 9px 25px;
	position: relative;
	overflow: hidden;
	z-index: 10;
	border-radius: 2px;
	background: transparent
}

.main_more:hover {
	background-color: #002561;
	color: #fff !important;
	text-decoration: none;
	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-color: #fff
}

@media only screen and (max-width:768px) {
	.main_title {
		margin-bottom: 15px;
		text-align: left
	}

	.main_title .title {
		font-size: 36px;
		line-height: 38px;
		margin-bottom: 5px
	}

	.main_title .line {
		height: 2px
	}

	.main_title .text {
		max-width: 100%;
		margin-top: 10px
	}

	.main_more {
		margin-top: 20px;
		padding: 6px 20px
	}
}

@media only screen and (max-width:480px) {
	.main_title .title {
		font-size: 30px;
		line-height: 32px
	}

	.main_title .line {
		background-size: 37px
	}

	.main_more {
		font-size: 15px;
		font-family: 'Ropa Sans', sans-serif
	}
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

.slick-slide img {
	display: block;
	margin: 0 auto
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: none
}

.slick-prev:focus,
.slick-next:focus {
	outline: none
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25
}

.slick-dots {
	position: absolute;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0px;
	width: 100%;
	z-index: 999;
	left: 0;
	margin-top: 34px
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 5px;
	width: 52px;
	margin: 0px 5px;
	padding: 0px;
	cursor: pointer
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 5px;
	width: 52px;
	outline: none;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	outline: none;
	background: #eeeeee
}

.slick-dots li button:focus {
	outline: none
}

.slick-dots li.slick-active button {
	background: #0db26d
}

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: none
}

.slick-prev:focus,
.slick-next:focus {
	outline: none
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25
}

.slick-dots {
	position: absolute;
	bottom: -35px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0px;
	width: 100%;
	z-index: 999;
	display: none !important
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	margin: 0px 5px;
	padding: 0px;
	cursor: pointer
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	outline: none;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	outline: none;
	border: 1px solid #b2b2b2;
	padding: 0
}

.slick-dots li button:focus {
	outline: none
}

.slick-dots li.slick-active button {
	border: 1px solid #eb5515;
	background: transparent
}

.slick-prev {
	width: 30px;
	height: 80px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -40px;
	vertical-align: middle;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	background: url(../images/prev.png) no-repeat center center;
	-webkit-transition: all var(--transition-time, 800ms);
	-o-transition: all var(--transition-time, 800ms);
	transition: all var(--transition-time, 800ms)
}

.slick-next {
	width: 30px;
	height: 80px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -40px;
	vertical-align: middle;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	background: url(../images/next.png) no-repeat center center;
	-webkit-transition: all var(--transition-time, 800ms);
	-o-transition: all var(--transition-time, 800ms);
	transition: all var(--transition-time, 800ms)
}

.slick-prev:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6
}

.slick-next:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6
}

@media only screen and (max-width:480px) {
	.slick-prev {
		left: -5px
	}

	.slick-next {
		right: -5px
	}
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
	float: left
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.grabbing {
	cursor: url(grabbing.html) 8 8, move
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.indicator-style.owl-theme .owl-controls .owl-buttons div {
	background: inherit;
	width: 30px;
	height: 60px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	padding: 0;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -30px;
	overflow: hidden;
	background: #000;
	color: #fff;
	text-align: center
}

.indicator-style.owl-theme .owl-controls .owl-buttons div i {
	line-height: 60px
}

.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: 0
}

.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next {
	right: 0
}

.indicator-style.owl-theme .owl-controls .owl-buttons div:hover {
	background: #002560;
	color: #fff;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1
}

.company_content:before {
	content: '';
	display: inline-block;
	width: 400px;
	height: 400px;
	position: absolute;
	left: 0;
	top: 20%;
	background: url(../images/bg_circle.png) no-repeat center center;
	z-index: -1
}

.wel_box .main {
	padding-left: 0
}

.wel_box .main .main_title {
	text-align: left
}

.wel_box .main .main_title em {
	font-size: 62px;
	line-height: 60px;
	color: #002662;
	letter-spacing: 8px;
}

.wel_box .main .text {
	font-size: 17px;
	color: #ffffff;
	line-height: 30px;
	overflow: hidden;
	letter-spacing: 0.7px;
	font-weight: 400
}

.wel_box .image {
	padding-right: 0
}

.wel_box .image img {
	max-width: 100%;
	height: auto
}

.cat_content {
	padding-top: 100px
}

.cat_content .list {
	list-style: none;
	padding-top: 30px
}

.cat_content .list li {
	margin-bottom: 70px;
	transform: translate3d(0, -20px, 0);
	-webkit-transform: translate3d(0, -20px, 0)
}

.cat_content .list li:nth-child(3n+2) {
	animation-delay: 0.1s;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	margin: -20px 0
}

.cat_content .list li:nth-child(3n+3) {
	animation-delay: 0.1s
}

.cat_content .list li .image {
	transition: all .5s;
	display: block;
	overflow: hidden;
	border-radius: 2px;
	box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.05)
}

.cat_content .list li .image img {
	max-width: 100%;
	width: 100%;
	height: auto;
	transition: all .5s
}

.cat_content .list li:hover .image img {
	-webkit-transform: scale(var(--scale-multiplier, 1.05));
	-ms-transform: scale(var(--scale-multiplier, 1.05));
	transform: scale(var(--scale-multiplier, 1.05));
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%)
}

.cat_content .list li .main {
	padding-right: 20px;
	transition: all .5s;
	overflow: hidden;
	position: relative
}

.cat_content .list li .icon {
	display: inline-block;
	position: relative;
	transition: all .5s;
	float: left;
	padding-right: 8px
}

.cat_content .list li .icon:after {
	display: inline-block;
	content: '';
	width: 0;
	height: 0;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border-bottom: 63px solid transparent;
	border-left: 8px solid #ededed;
	transition: all .5s
}

.cat_content .list li .icon span {
	display: inline-block;
	width: 80px;
	height: 63px;
	background-color: #ededed;
	background-repeat: no-repeat;
	background-position: 0 0;
	transition: all .5s
}

.cat_content .list li .title {
	margin: 0;
	transition: all .5s;
	float: left;
	max-width: 74%
}

.cat_content .list li .title a {
	display: block;
	color: #4c4c4c;
	font-size: 30px;
	line-height: 24px;
	height: 48px;
	padding: 10px 10px;
	font-family: 'BebasNeue';
	transition: all .5s;
	top: 13px;
	position: relative
}

.cat_content .list li .link {
	display: inline-block;
	background: #157bb7;
	transition: all .5s;
	width: 35px;
	text-align: center;
	position: absolute;
	right: -50px;
	top: 0
}

.cat_content .list li .link:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	height: 100%;
	border-bottom: 63px solid transparent;
	float: left;
	border-left: 8px solid #fff;
	transition: all .5s
}

.cat_content .list li .link i {
	color: #fff;
	line-height: 63px
}

@media only screen and (min-width:768px) {
	.cat_content .list li:hover .main {
		background: #002560;
		padding-right: 30px
	}

	.cat_content .list li:hover .icon {
		padding-right: 0
	}

	.cat_content .list li:hover .icon span {
		background-position: 0 -63px;
		background-color: #002560
	}

	.cat_content .list li:hover .icon:after {
		border-left: 0px solid #fff
	}

	.cat_content .list li:hover .title a {
		color: #fff;
		text-decoration: none;
		padding: 10px 5px
	}

	.cat_content .list li:hover .link {
		right: 0
	}

	.cat_content .list li:hover .link:before {
		border-left: 8px solid #002560
	}
}

@media only screen and (max-width:1480px) {
	.company_content {
		background-position: 120% 50px
	}
}

@media only screen and (max-width:1230px) {
	.wel_box .main .main_title em {
		font-size: 48px;
		line-height: 50px
	}
}

@media only screen and (max-width:992px) {
	.company_content {
		background-position: center 0
	}

	.company_content:before {
		display: none
	}

	.wel_box .main {
		width: 100%;
		padding: 0;
		text-align: center
	}

	.wel_box .main .main_title {
		text-align: center
	}

	.wel_box .image {
		width: 100%;
		padding: 0;
		padding-top: 30px
	}

	.cat_content {
		padding-top: 50px
	}

	.cat_content .list {
		padding-top: 10px
	}

	.cat_content .list li {
		margin-bottom: 30px
	}

	.cat_content .list li {
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0)
	}

	.cat_content .list li .title {
		max-width: 72%
	}
}

@media only screen and (max-width:768px) {
	.company_content {
		padding: 40px 0 10px 0
	}

	.wel_box .main .main_title em {
		font-size: 36px;
		line-height: 38px
	}

	.wel_box .main .text {
		font-size: 15px;
		line-height: 24px
	}

	.cat_content .list li {
		padding: 0;
		margin-bottom: 20px
	}

	.cat_content .list li .image {
		float: left;
		width: 100%
	}

	.cat_content .list li .main {
		float: left;
		width: 100%;
		padding-left: 0;
		padding-right: 0
	}

	.cat_content .list li .icon {
		float: none;
		width: 100%
	}

	.cat_content .list li .icon:after {
		display: none
	}

	.cat_content .list li .icon span {
		width: 60px;
		background-size: 100%;
		height: 48px;
		border-radius: 2px
	}

	.cat_content .list li .title {
		max-width: 100%;
		float: none;
		padding-top: 10px;
		padding-left: 0;
		text-align: center
	}

	.cat_content .list li .title a {
		font-size: 25px;
		line-height: 24px;
		padding: 0;
		height: 48px
	}
}

@media only screen and (max-width:420px) {
	.cat_content .list li .image {
		width: 100%
	}

	.cat_content .list li .main {
		width: 55%
	}
}

.about_content {
	position: relative;
	background: url(../../images/background-2.jpg) no-repeat bottom center;
	overflow: hidden;
	padding: 9.6em 0;
	background-size: cover;
}

/*.about_content:before{content:'';width:100%;height:700px;position:absolute;left:0;top:0;background:url(../../images/Corporate-Video-Background-v.2.jpg) no-repeat center center;background-attachment:fixed}
*/
.about_top {
	text-align: center;
	position: relative;
	z-index: 2
}

.about_top .box {
	position: relative;
	z-index: 9;
	padding: 60px 10px
}

.about_top .box:before {
	content: '';
	border: 10px solid #fff;
	background: rgba(255, 255, 255, 0.2);
	width: 360px;
	height: 240px;
	display: block;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -180px;
	margin-top: -60px;
	z-index: -1;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2
}

.about_top .number {
	display: block;
	color: #fff;
	font-size: 228px;
	line-height: 210px;
	font-family: 'Teko', sans-serif;
}

.about_top .title {
	font-size: 32px;
	line-height: 36px;
	display: block;
	color: #fff;
	font-family: 'Teko', sans-serif;
	text-transform: uppercase
}

.fact_box {
	text-align: center
}

.fact_box .more {
	display: inline-block;
	position: relative;
	z-index: 99;
	padding: 0 10px
}

.fact_box .more:before {
	display: inline-block;
	content: '';
	width: 0;
	height: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-top: 50px solid transparent;
	border-right: 10px solid #e5e5e5;
	transition: all .5s
}

.fact_box .more:after {
	display: inline-block;
	content: '';
	width: 0;
	height: 0;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border-top: 50px solid transparent;
	border-left: 10px solid #e5e5e5;
	transition: all .5s
}

.fact_box .more span {
	display: inline-block;
	background: #e5e5e5;
	padding: 10px;
	font-size: 24px;
	line-height: 28px;
	font-family: 'BebasNeue';
	color: #333333;
	transition: all .5s
}

.fact_box .more:hover span {
	background: #002560;
	text-decoration: none;
	color: #fff
}

.fact_box .more:hover:before {
	border-right: 10px solid #002560
}

.fact_box .more:hover:after {
	border-left: 10px solid #002560
}

.fact_box .slider {
	position: relative;
	z-index: 99;
	background: #e5e5e5;
	padding: 15px 9px
}

.fact_box .slider .li {
	padding: 0 6px
}

.fact_box .slider .li .box {
	position: relative;
	overflow: hidden
}

.fact_box .slider .li .box>a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10
}

.fact_box .slider .li img {
	max-width: 100%;
	width: 100%;
	height: auto;
	transition: all .5s
}

.fact_box .slider .li:hover img {
	-webkit-transform: scale(var(--scale-multiplier, 1.05));
	-ms-transform: scale(var(--scale-multiplier, 1.05));
	transform: scale(var(--scale-multiplier, 1.05))
}

.fact_box .slider .li .title {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	font-size: 28px;
	font-family: 'BebasNeue';
	padding: 8px;
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(1, rgba(0, 0, 0, 0.3)));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b5b55', endColorstr='#5b5b55', GradientType='0');
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3));
	transition: all .5s
}

.number_box {
	padding-top: 50px
}

.number_box .numbers__one {
	float: left;
	width: 25%;
	text-align: left;
	padding-left: 115px;
	padding-right: 15px;
	position: relative
}

.number_box .number__ico {
	transition: all .5s;
	position: absolute;
	left: 0;
	top: 10px
}

.number_box .numbers__one:hover .number__ico {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	transform: rotateY(180deg)
}

.number_box .number__ico img {
	/*max-width:50px;*/
	height: auto
}

.number_box .numbers__num {
	color: #ffffff;
	font-size: 70px;
	line-height: 70px;
	font-family: 'Teko', sans-serif;
	font-weight: 600;
}

.number_box .numbers__one .numbers__num:after {
	content: '+';
	color: #ffffff;
	font-size: 70px;
	line-height: 70px;
	font-family: 'Teko', sans-serif;
}

.number_box .numbers__two .numbers__num:after {
	content: '+';
	color: #ffffff;
	font-size: 70px;
	line-height: 70px;
	font-family: 'Teko', sans-serif;
}

.number_box .numbers__three .numbers__num:after {
	content: '%';
	color: #ffffff;
	font-size: 70px;
	line-height: 70px;
	font-family: 'Teko', sans-serif;
}

.number_box .numbers__four .numbers__num:after {
	content: '+';
	color: #ffffff;
	font-size: 70px;
	line-height: 70px;
	font-family: 'Teko', sans-serif;
}

.number_box .number__desc {
	font-size: 30px;
	color: #f4b419;
	margin-top: 5px;
	line-height: 30px;
	font-family: 'Teko', sans-serif;
}

@media only screen and (max-width:1230px) {
	.about_top .box {
		padding: 40px 10px
	}

	.about_top .number {
		font-size: 180px;
		line-height: 160px
	}

	.about_top .title {
		font-size: 28px;
		line-height: 30px
	}

	.about_top .box:before {
		width: 320px;
		margin-left: -160px;
		height: 220px
	}
}

@media only screen and (max-width:992px) {
	.number_box {
		padding-top: 30px
	}

	.number_box .numbers__one {
		padding-left: 0;
		padding-right: 15px
	}

	.number_box .number__ico {
		position: inherit;
		left: auto;
		top: auto;
		text-align: center
	}

	.number_box .numbers__num,
	.number_box .numbers__two .numbers__num:after {
		font-size: 64px;
		line-height: 64px;
		text-align: center
	}

	.number_box .number__desc {
		font-size: 20px;
		line-height: 20px;
		font-family: 'Ropa Sans', sans-serif;
		text-align: center
	}
}

@media only screen and (max-width:768px) {
	.about_content {
		padding-bottom: 30px
	}

	.about_top .box {
		padding: 20px 10px 15px 10px
	}

	.about_top .number {
		font-size: 140px;
		line-height: 130px
	}

	.fact_box {
		text-align: left
	}

	.fact_box .more span {
		font-size: 18px;
		line-height: 24px;
		padding: 5px 10px
	}

	.fact_box .slider .li .title {
		font-size: 22px;
		line-height: 22px
	}

	.about_top .title {
		font-size: 14px;
		line-height: 20px;
		font-family: 'poppinsB'
	}

	.about_top .box:before {
		display: none
	}
}

@media only screen and (max-width:560px) {
	.about_top .number {
		font-size: 86px;
		line-height: 80px
	}

	.about_top .title {
		font-size: 12px;
		line-height: 18px
	}
}

.news_case {
	background: url(../images/bg_news.jpg) no-repeat center -30%
}

.news_content {
	padding-top: 70px
}

.news_content .features-tab {
	position: relative;
	padding-bottom: 80px
}

.news_content .tab-scroll {
	text-align: left;
	padding: 0 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%
}

.news_content .tab-scroll:before {
	display: inline-block;
	content: '';
	width: 0;
	height: 0;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0;
	border-bottom: 60px solid transparent;
	border-right: 10px solid #f0f0f0
}

.news_content .tab-scroll:after {
	display: inline-block;
	content: '';
	width: 0;
	height: 0;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0;
	border-bottom: 60px solid transparent;
	border-left: 10px solid #f0f0f0
}

.news_content .nav-tabs {
	border: none;
	background: #f0f0f0
}

.news_content .nav-tabs>li {
	float: none;
	display: inline-block;
	margin: 10px 15px;
	border: none
}

.news_content .nav-tabs>li>a {
	border: none;
	display: inline-block;
	background: none;
	font-size: 20px;
	line-height: 24px;
	position: relative;
	color: #666666;
	font-family: 'BebasNeue';
	text-transform: uppercase;
	transition: all .3s;
	padding: 12px 10px
}

.news_content .nav-tabs>li>a:before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 18px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -10px;
	background: #cccccc;
	transition: all .5s
}

.news_content .nav-tabs>li.active>a,
.news_content .nav-tabs>li>a:hover,
.news_content .nav-tabs>li.active>a:focus {
	color: #002560;
	border: none;
	background: none
}

.news_content .nav-tabs>li.active>a:before,
.news_content .nav-tabs>li>a:hover:before,
.news_content .nav-tabs>li.active>a:focus:before {
	transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	background: #002560
}

.news_content .owl-carousel .owl-wrapper-outer {
	background: transparent
}

.news_content .tab-content {
	position: relative;
	margin-left: -15px;
	margin-right: -15px
}

.news_content .tab-content .tab-pane {
	position: relative
}

.news_content .single-product {
	padding: 0 15px;
	text-align: left;
	margin: 0
}

.news_content .single-product .image {
	display: block;
	position: relative;
	overflow: hidden
}

.news_content .single-product .image>a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10
}

.news_content .single-product .image img {
	max-width: 100%;
	width: 100%;
	height: auto;
	transition: all .5s
}

.news_content .single-product:hover .image img {
	-webkit-transform: scale(var(--scale-multiplier, 1.05));
	-ms-transform: scale(var(--scale-multiplier, 1.05));
	transform: scale(var(--scale-multiplier, 1.05))
}

.news_content .single-product .image .icon {
	display: inline-block;
	width: 35px;
	height: 63px;
	background: url(../images/right_h.png) no-repeat center center;
	position: absolute;
	right: -50%;
	bottom: 0;
	transition: all .5s
}

.news_content .single-product:hover .image .icon {
	right: 0
}

.news_content .single-product .main {
	text-align: center;
	background: #ebebeb;
	overflow: hidden;
	padding: 20px 20px 40px 20px;
	position: relative
}

.news_content .single-product:hover .main {
	background: #002560
}

.news_content .single-product .main .box {
	transition: all .5s
}

.news_content .single-product:hover .main .box {
	transform: translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0)
}

.news_content .single-product .date {
	display: inline-block;
	color: #002560;
	font-size: 20px;
	line-height: 24px;
	font-family: 'BebasNeue';
	transition: all .5s
}

.news_content .single-product .date:before {
	content: '';
	width: 30px;
	height: 1px;
	background: #002560;
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
	transition: all .5s
}

.news_content .single-product .date:after {
	content: '';
	width: 30px;
	height: 1px;
	background: #002560;
	margin-left: 10px;
	vertical-align: middle;
	display: inline-block;
	transition: all .5s
}

.news_content .single-product:hover .date {
	color: #fff
}

.news_content .single-product:hover .date:before,
.news_content .single-product:hover .date:after {
	background: #fff
}

.news_content .single-product .title {
	margin: 0;
	margin-bottom: 10px;
	margin-top: 15px;
	display: block
}

.news_content .single-product .title a {
	font-family: 'BebasNeue';
	display: block;
	color: #4c4c4c;
	font-size: 28px;
	line-height: 32px;
	overflow: hidden;
	max-height: 32px;
	overflow: hidden;
	transition: all .5s
}

.news_content .single-product:hover .title a {
	text-decoration: none;
	color: #fff
}

.news_content .single-product .text {
	color: #808080;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	height: 40px;
	transition: all .5s
}

.news_content .single-product:hover .text {
	color: #fae1e0
}

.news_content .single-product .more {
	display: inline-block;
	position: absolute;
	left: 50%;
	margin-left: -10%;
	bottom: -20%;
	color: #fff;
	font-size: 20px;
	line-height: 22px;
	padding-right: 16px;
	font-family: 'BebasNeue';
	background: url(../images/icon_right_w.png) no-repeat right center;
	transition: all .5s
}

.news_content .single-product:hover .more {
	bottom: 2px
}

.news_content .single-product .more:hover {
	padding-right: 20px;
	text-decoration: none
}

.news_content .owl-controls {
	position: absolute;
	bottom: -62px;
	right: 40px;
	height: 30px;
	width: 100px;
	text-align: center
}

.news_content .indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev,
.news_content .indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next {
	position: absolute;
	top: 3px;
	margin: 0;
	width: 20px;
	height: 20px;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
	background: none;
	transition: all .5s
}

.news_content .indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: 0
}

.news_content .indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next {
	right: 0
}

.news_content .indicator-style.owl-theme .owl-controls .owl-buttons div i {
	line-height: 20px;
	color: #000;
	font-size: 16px
}

.news_content .indicator-style.owl-theme .owl-controls .owl-buttons div:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1
}

.news_content .indicator-style.owl-theme .owl-controls .owl-buttons div:hover i {
	color: #002560
}

.news_content .owl-pagination {
	padding-top: 10px
}

.news_content .owl-pagination .owl-page {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #b2b2b2;
	display: inline-block;
	margin: 0 3px;
	transition: all .5s
}

.news_content .owl-pagination .owl-page:hover {
	background: #002560
}

.news_content .owl-pagination .owl-page.active {
	width: 15px;
	height: 6px;
	background: #002560;
	border-radius: 20px
}

@media only screen and (max-width:1200px) {
	.news_content .single-product .main {
		padding: 20px 10px 40px 10px
	}

	.news_content .single-product .title a {
		font-size: 22px;
		line-height: 26px
	}
}

@media only screen and (max-width:768px) {
	.footer-content {
		margin-top: 30px
	}

	.news_content {
		padding-top: 40px
	}

	.news_content .features-tab {
		padding-bottom: 0
	}

	.news_content .tab-scroll {
		position: inherit;
		left: auto;
		bottom: auto;
		text-align: left;
		padding: 0;
		margin-bottom: 10px
	}

	.news_content .tab-scroll:before,
	.news_content .tab-scroll:after {
		display: none
	}

	.news_content .nav-tabs>li {
		margin: 0 15px
	}

	.news_content .nav-tabs>li>a {
		font-size: 18px;
		line-height: 22px
	}

	.news_content .tab-content {
		margin-left: -5px;
		margin-right: -5px
	}

	.news_content .single-product {
		padding: 0 5px
	}

	.news_content .single-product .main {
		text-align: left;
		padding: 20px 15px
	}

	.news_content .single-product .date {
		font-size: 12px;
		font-family: 'poppinsB';
		text-transform: uppercase
	}

	.news_content .single-product .date:before,
	.news_content .single-product .date:after {
		display: none
	}

	.news_content .single-product .title {
		margin-top: 10px
	}

	.news_content .single-product .more {
		display: none
	}

	.news_content .owl-controls {
		top: -45px;
		width: 60px;
		right: 0px
	}

	.news_content .owl-pagination {
		display: none
	}
}

@media only screen and (max-width:480px) {
	.news_content .nav-tabs>li>a {
		padding: 12px 0px
	}

	.news_content .nav-tabs>li>a:before {
		display: none
	}

	.news_content .owl-controls {
		top: -46px;
		width: 40px
	}
}

.case_content {
	padding: 70px 0;
	background: url(../images/bg_case.jpg) no-repeat bottom center
}

.case_content .list {
	list-style: none
}

.case_content .list li {
	padding: 2px
}

.case_content .list li .box {
	position: relative;
	overflow: hidden
}

.case_content .list li .box>a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 9
}

.case_content .list li img {
	max-width: 100%;
	height: auto;
	transition: all .5s
}

.case_content .list li:hover img {
	-webkit-transform: scale(var(--scale-multiplier, 1.05));
	-ms-transform: scale(var(--scale-multiplier, 1.05));
	transform: scale(var(--scale-multiplier, 1.05))
}

.case_content .list li .ovrly {
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	transition: all .5s
}

.case_content .list li:hover .ovrly {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6
}

.case_content .list li .main {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-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 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	width: 100%;
	padding: 20px;
	z-index: 99;
	text-align: center;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0
}

.case_content .list li:hover .main {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1
}

.case_content .list li .main .title {
	display: block;
	padding-top: 56px;
	background: url(../images/case_title_bg.png) no-repeat top center;
	color: #ffffff;
	font-size: 28px;
	line-height: 32px;
	font-family: 'BebasNeue';
	margin-bottom: 20px
}

.case_content .list li .main .title:hover {
	color: #002560;
	text-decoration: none
}

.case_content .list li .text {
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	max-height: 60px
}

.case_content .list li .more {
	display: inline-block;
	margin-top: 20px;
	color: #002560;
	font-size: 20px;
	line-height: 22px;
	padding-right: 16px;
	font-family: 'BebasNeue';
	background: url(../images/icon_right_r.png) no-repeat right center;
	transition: all .5s
}

.case_content .list li .more:hover {
	padding-right: 20px;
	text-decoration: none
}

.case_content .mobile_list {
	display: none
}

.case_content .mobile_list .li {
	padding: 5px
}

.case_content .mobile_list .li>.box {
	position: relative;
	overflow: hidden
}

.case_content .mobile_list .li>.box>a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 9
}

.case_content .mobile_list .li img {
	max-width: 100%;
	height: auto
}

.case_content .mobile_list .li .main {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px 10px;
	background: #000;
	background: rgba(0, 0, 0, 0.7)
}

.case_content .mobile_list .li .main .title {
	display: block;
	font-size: 22px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 5px;
	font-family: 'BebasNeue';
}

.case_content .mobile_list .li .main .text {
	display: block;
	font-size: 12px;
	color: #ccc;
	overflow: hidden;
	height: 20px;
	line-height: 20px
}

.case_content .mobile_list .slick-prev {
	width: 30px;
	height: 80px;
	left: 0;
	margin-top: -40px;
	top: 50%;
	background: url(../images/prev.png) no-repeat center center;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4
}

.case_content .mobile_list .slick-next {
	width: 30px;
	height: 80px;
	right: 0;
	margin-top: -40px;
	top: 50%;
	background: url(../images/prev.png) no-repeat center center;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4
}

.case_content .case_bot {
	text-align: center;
	border-top: 10px solid #f0f0f0
}

.case_content .case_bot em {
	display: inline-block;
	color: #4c4c4c;
	font-size: 24px;
	padding-top: 10px;
	line-height: 28px;
	font-family: 'BebasNeue';
	vertical-align: middle;
	padding-right: 5px
}

.case_content .case_bot .more {
	padding: 0 10px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	transition: all .5s
}

.case_content .case_bot .more:before {
	display: inline-block;
	content: '';
	width: 0;
	height: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-bottom: 50px solid transparent;
	border-right: 10px solid #f0f0f0;
	transition: all .5s
}

.case_content .case_bot .more:after {
	display: inline-block;
	content: '';
	width: 0;
	height: 0;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border-bottom: 50px solid transparent;
	border-left: 10px solid #f0f0f0;
	transition: all .5s
}

.case_content .case_bot .more span {
	display: inline-block;
	background: #f0f0f0;
	padding: 10px;
	font-size: 24px;
	line-height: 28px;
	font-family: 'BebasNeue';
	color: #002560;
	transition: all .5s
}

.case_content .case_bot .more:hover span {
	background: #002560;
	text-decoration: none;
	color: #fff
}

.case_content .case_bot .more:hover:before {
	border-right: 10px solid #002560
}

.case_content .case_bot .more:hover:after {
	border-left: 10px solid #002560
}

@media only screen and (max-width:768px) {
	.case_content {
		padding: 40px 0
	}

	.case_content .main_title {
		padding-left: 10px;
		padding-right: 10px
	}

	.case_content .list {
		display: none
	}

	.case_content .mobile_list {
		display: block
	}

	.case_content .case_bot {
		border-top: 5px solid #f0f0f0;
		text-align: left;
		padding: 0 10px
	}

	.case_content .case_bot em {
		display: none
	}

	.case_content .case_bot .more span {
		font-size: 18px;
		line-height: 24px;
		padding: 5px 10px
	}
}

.send_content {
	background: url(../images/quick-an-inquiry-background.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	overflow: hidden
}

.send_content .bg_red {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -10%;
	left: auto;
	width: 50%;
	height: 100%;
	background: inherit;
	transform-origin: 50% 0;
	background: #002560;
	transform: skew(-4deg)
}

.send_content .bg_red:before {
	content: '';
	width: 100%;
	height: 360px;
	display: block;
	background: url(../images/bg_mes.jpg) no-repeat 100% center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -180px
}

@media only screen and (min-width:992px) {
	.send_content .bg_red {
		transform: skew(-12deg)
	}

	.send_content .bg_red:before {
		transform: skew(12deg)
	}
}

.send_content .con_box {
	padding: 100px 0 60px 0;
	text-align: left;
	max-width: 34%;
	float: left;
	position: relative;
	z-index: 2
}

.send_content .con_box .main_title {
	text-align: left
}

.send_content .con_box .main_title .title {
	color: #fff
}

.send_content .con_box .main_title .text {
	max-width: 100%;
	color: #fff
}

.send_content .con_box .f_sns {
	list-style: none
}

.send_content .con_box .f_sns li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
	transition: all .5s
}

.send_content .con_box .f_sns li:hover {
	transform: translate3d(0, -3px, 0);
	-webkit-transform: translate3d(0, -3px, 0)
}

.send_content .con_box .list {
	list-style: none;
	padding-top: 25px
}

.send_content .con_box .list li {
	margin-bottom: 25px;
	padding-left: 42px
}

.send_content .con_box .list li em {
	display: block;
	color: #ffffff;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 5px;
	font-family: 'Teko', sans-serif;
	font-weight: 400;
}

.send_content .con_box .list li p {
	color: #ffffff;
	font-size: 15px;
	line-height: 20px;
	margin-top: 8px;
}

.send_content .con_box .list li p a {
	color: #fff;
	font-size: 15px
}

.send_content .con_box .list li p a:hover {
	color: #002560
}

.send_content .con_box .list li.fcon_a {
	background: url(../images/fot_a.png) no-repeat left 1px
}

.send_content .con_box .list li.fcon_p {
	background: url(../images/fot_p.png) no-repeat left 1px
}

.send_content .con_box .list li.fcon_e {
	background: url(../images/fot_e.png) no-repeat left 1px
}

.send_content .mes_box {
	margin-right: 0;
	border-radius: 2px;
	float: none;
	max-width: 600px;
	margin-top: 50px;
	text-align: center;
	box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.02);
	position: relative;
	z-index: 10;
	display: table;
	margin: 50px auto
}

.send_content .mes_box .main_title .text {
	max-width: 100%;
	max-height: inherit
}

.send_content .mes_box ul {
	list-style: none;
	max-width: 100%;
	margin: auto
}

.send_content .mes_box ul li {
	margin-bottom: 10px;
	position: relative;
	padding: 0 10px
}

.send_content .mes_box ul li span.ms_p input {
	background-image: url(../images/mes_p.png);
	background-position: 8px 16px;
	background-repeat: no-repeat
}

.send_content .mes_box ul li span.ms_e input {
	background-image: url(../images/mes_e.png);
	background-position: 8px 16px;
	background-repeat: no-repeat
}

.send_content .mes_box ul li span.ms_n input {
	background-image: url(../images/mes_n.png);
	background-position: 8px 16px;
	background-repeat: no-repeat
}

.send_content .mes_box ul li span.ms_m .meText {
	background-image: url(../images/mes_m.png);
	background-position: 8px 10px;
	background-repeat: no-repeat
}

.send_content .mes_box ul li span.ms_p:before,
.send_content .mes_box ul li span.ms_n:before {
	display: none
}

.send_content .mes_box ul li .meInput {
	color: #808080;
	max-width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	padding: 0 15px;
	padding-left: 40px;
	width: 100%;
	max-width: 100%;
	background: #f7f7f7;
	border: none;
	background-repeat: no-repeat;
	border-radius: 5px
}

.send_content .mes_box ul li .meInput:focus {
	color: #333
}

.send_content .mes_box ul li .meText {
	width: 100%;
	max-width: 100%;
	height: 100px;
	max-height: 100px;
	padding: 15px 15px 15px 40px;
	font-size: 12px;
	line-height: 20px;
	color: #808080;
	font-family: 'poppins';
	background-repeat: no-repeat;
	border: none;
	background: #f7f7f7;
	border-radius: 5px;
	background-repeat: no-repeat
}

.send_content .mes_box ul li .meText:focus {
	color: #333
}

.send_content .mes_box .main_more input {
	font-family: 'Ropa Sans', sans-serif
}

.send_content .mes_box li input:-ms-input-placeholder {
	color: #808080
}

.send_content .mes_box li input::-webkit-input-placeholder {
	color: #808080
}

.send_content .mes_box li input::-moz-placeholder {
	color: #808080
}

.send_content .mes_box li input:-moz-placeholder {
	color: #808080
}

.send_content .mes_box li .meText:-ms-input-placeholder {
	color: #808080
}

.send_content .mes_box li .meText::-webkit-input-placeholder {
	color: #808080
}

.send_content .mes_box li .meText::-moz-placeholder {
	color: #808080
}

.send_content .mes_box li .meText:-moz-placeholder {
	color: #808080
}

@media only screen and (max-width:1230px) {
	.send_content .mes_box {
		margin-right: 0
	}
}

@media only screen and (max-width:992px) {
	.send_content .con_box {
		padding: 30px 0;
		max-width: 100%;
		width: 100%
	}

	.send_content .mes_box {
		margin-top: 0;
		max-width: 100%;
		width: 100%;
		border-radius: 2px 2px 0 0
	}

	.send_content .bg_red:before {
		display: none
	}
}

@media only screen and (max-width:768px) {
	.prom-right>h1 {
		font-size: 24px;
		line-height: 22px;
		text-align: center;
		margin-bottom: 30px
	}

	.send_content .mes_box {
		display: none
	}

	.send_content .bg_red {
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5
	}

	.send_content .con_box .list li em {
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 1px
	}

	.send_content .con_box .list li {
		padding-left: 36px
	}
}

.footer .:before {
	display: inline-block;
	content: '';
	width: 0;
	height: 0;
	height: 100%;
	position: absolute;
	left: -40px;
	top: 0;
	border-top: 110px solid transparent;
	border-right: 40px solid #002560
}

.footer .:after {
	display: inline-block;
	content: '';
	width: 0;
	height: 0;
	height: 100%;
	position: absolute;
	right: -40px;
	top: 0;
	border-top: 110px solid transparent;
	border-left: 40px solid #002560
}

.footer {
	position: relative;
	z-index: 10;
	background: url(../../images/Footer-backround.jpg) no-repeat center center;
	background-size: cover;
	padding: 40px 0 40px 0
}

.footer .fot_title {
	position: relative;
	display: block;
	margin-top: 20px
}

.footer .fot_title em {
	display: block;
	color: #ffffff;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	font-family: 'Teko', sans-serif;
	font-weight: 500;
	margin-bottom: 5px;
	font-style: normal;
	letter-spacing: 0.8px;
}

.footer .fot_title>span {
	display: inline-block;
	width: 30px;
	height: 1px;
	background: #f4b41e;
}

.footer ul {
	list-style: none;
}

.block_content.toggle_content {
	padding-top: 25px;
}

.icon-minus-sign:before {
	content: "\f068";
	font-family: 'FontAwesome'
}

.icon-plus-sign:before {
	content: "\f067";
	font-family: 'FontAwesome'
}

.fot_title .column_icon_toggle {
	display: none
}

.foot_letter {
	position: relative;
	float: left;
	width: 36%;
	padding-right: 70px
}

.foot_letter .fot_logo {
	display: inline-block;
	margin-bottom: 25px
}

.foot_letter .fot_logo img {
	max-width: 254px;
	height: auto
}

.foot_letter .text {
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	overflow: hidden;
	text-align: justify;
	letter-spacing: 0.2px;
	line-height: 30px;
	min-height: 20px;
	margin-bottom: 20px
}

.foot_letter .letter-input {
	position: relative;
	z-index: 2;
	margin: auto;
	margin-top: 20px
}

.foot_letter .fot_input {
	display: block;
	height: 46px;
	line-height: 46px;
	border: none;
	padding: 0 60px 0 10px;
	color: #b2b2b2;
	font-size: 12px;
	width: 100%;
	max-width: 100%;
	background: #fff;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 0
}

.foot_letter .fot_input:focus {
	color: #fff
}

.foot_letter input:-ms-input-placeholder {
	color: #b2b2b2
}

.foot_letter input::-webkit-input-placeholder {
	color: #b2b2b2
}

.foot_letter input::-moz-placeholder {
	color: #b2b2b2
}

.foot_letter input:-moz-placeholder {
	color: #b2b2b2
}

.foot_letter .send {
	display: inline-block;
	width: 52px;
	height: 42px;
	background: #002560;
	position: absolute;
	right: 2px;
	top: 2px;
	text-align: center;
	color: #ffffff;
	font-family: 'BebasNeue';
	line-height: 42px;
	text-align: center;
	text-transform: uppercase;
	font-size: 22px
}

.friendly {
	padding-top: 20px
}

.friendly p {
	text-transform: uppercase;
	display: block;
	color: #808080;
	font-family: 'poppinsB';
	margin-bottom: 5px
}

.friendly a {
	display: inline-block;
	color: #808080;
	margin: 0 5px 5px 0;
	font-size: 15px
}

.friendly a:hover {
	color: #002560
}

.fot_nav {
	float: left;
	width: 22%;
	padding-right: 70px
}

.fot_nav li {
	margin-bottom: 12px;
	padding-left: 0
}

.fot_nav li a {
	font-size: 15px;
	text-transform: capitalize;
	color: #fff;
	padding-left: 16px;
	background: url(../images/icon_triangle.png) no-repeat left 4px
}

.fot_nav li a:hover {
	color: #002560;
	background-image: url(../images/icon_triangle_h.png)
}

.fot_tag {
	float: left;
	width: 36%
}

.fot_tag li {
	margin-bottom: 12px;
	padding-left: 0
}

.fot_tag li a {
	font-size: 15px;
	text-transform: capitalize;
	color: #fff;
	padding-left: 16px;
	background: url(../images/icon_triangle.png) no-repeat left 4px
}

.fot_tag li a:hover {
	color: #002560;
	background-image: url(../images/icon_triangle_h.png)
}

.foot_bot {
	padding: 15px 0;
	text-align: left;
	background: #002561
}

.copy {
	color: #fff;
	font-size: 15px;
	text-align: center
}

.copy a {
	color: #808080
}

.copy span {
	display: inline-block;
	color: #4c4c4c;
	font-size: 12px
}

.copy span a {
	color: #4c4c4c
}

.copy a:hover,
.copy span a:hover {
	color: #002560
}

@media only screen and (max-width:1310px) {

	.footer .foot_letter:before,
	.footer .foot_letter:after {
		display: none
	}

	.footer .foot_letter>.box {
		padding: 30px 20px 20px 20px
	}
}

@media only screen and (max-width:1200px) {

	.fot_con,
	.fot_nav,
	.fot_tag {
		padding-right: 30px
	}
}

@media only screen and (max-width:992px) {
	.footer {
		padding: 20px 0;
		margin: 0
	}

	.footer .fot_tag,
	.footer .fot_nav,
	.footer .fot_con,
	.footer .fot_sub,
	.footer .fot_news {
		width: 100%;
		padding: 0
	}

	.footer .fot_title em {
		margin-bottom: 0;
		font-size: 14px;
		line-height: 20px;
		padding-bottom: 0;
		/*font-family:'poppinsB'*/
	}

	.footer .fot_title span {
		display: none
	}

	.footer .fot_title,
	.fot_con .fot_title {
		display: block;
		border-bottom: 1px solid #f4b41e;
		padding-bottom: 10px;
		cursor: pointer;
		margin-bottom: 10px;
		font-size: 20px
	}

	.footer .fot_title .column_icon_toggle {
		display: none !important;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 2px;
		font-style: normal;
		cursor: pointer;
		font-size: 13px;
		font-weight: normal;
		color: #808080
	}

	.footer .toggle_content {
		padding-bottom: 10px;
		padding-top: 10px
	}

	.footer .foot_letter {
		width: 100%;
		margin-bottom: 20px;
		padding: 0
	}

	.footer .foot_letter .letter-input {
		width: 100%;
		padding-left: 0
	}

	.foot_bot {
		padding: 10px 0
	}
}

@media only screen and (max-width:768px) {
	.foot_letter .fot_logo img {
		max-width: 220px
	}
}

.back_top {
	width: 48px;
	height: 48px;
	text-align: center;
	position: fixed;
	right: 10px;
	bottom: 60px;
	z-index: 9999;
	display: none;
	background: #002561;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 50%;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5
}

.back_top:before {
	content: "TOP";
	font-family: FontAwesome;
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	font-family: 'BebasNeue';
}

.back_top:hover {
	bottom: 65px;
	text-decoration: none;
	background: #002561;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9
}

.back_top:link {
	text-decoration: none
}

.back_top:hover:before {
	color: #fff;
	text-decoration: none
}

@media only screen and (max-width:768px) {
	.back_top {
		right: 0;
		bottom: 120px;
		width: 40px;
		height: 40px
	}

	.back_top:hover {
		bottom: 120px
	}

	.back_top:before {
		font-size: 13px;
		line-height: 40px;
		font-family: 'Ropa Sans', sans-serif
	}
}

#online_qq_layer {
	z-index: 9999999;
	position: fixed;
	right: 30px;
	bottom: 0
}

#floatShow {
	display: block
}

#floatHide {
	display: none
}

#online_qq_tab {
	position: relative;
	z-index: 9
}

#online_qq_tab #floatShow {
	overflow: hidden;
	background: url(../images/online.png) no-repeat center center;
	height: 50px;
	width: 146px;
	float: right;
	line-height: 40px;
	-webkit-transition: all var(--transition-time, 800ms);
	-o-transition: all var(--transition-time, 800ms);
	transition: all var(--transition-time, 800ms)
}

#online_qq_tab #floatShow i {
	height: 40px;
	width: 68px;
	float: right;
	display: inline-block
}

#online_qq_tab #floatShow:hover {
	margin-right: 0
}

#online_qq_tab #floatHide {
	overflow: hidden;
	background: #002560;
	text-transform: capitalize;
	width: 100%;
	height: 45px;
	font-size: 22px;
	color: #fff;
	line-height: 45px;
	padding-left: 10px;
	width: 300px;
	text-align: left;
	font-family: 'BebasNeue';
	border-radius: 5px 5px 0 0
}

#online_qq_tab #floatHide i {
	font-size: 12px;
	max-height: 32px;
	float: right;
	padding-top: 10px;
	padding-right: 10px
}

#online_qq_tab #floatShow:hover,
#online_qq_tab #floatHide:hover {
	text-decoration: none
}

#onlineService {
	display: inline;
	width: 300px;
	overflow: hidden;
	display: none;
	background: #fff;
	font-size: 12px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border: 2px solid #002560;
	border-top: none
}

#online_qq_layer .inquiry .main_more {
	margin-top: 0
}

#online_qq_layer .inquiry .main_more input {
	padding: 6px 30px;
	font-family: 'Ropa Sans', sans-serif
}

#onlineService .text {
	margin-bottom: 10px;
	color: #808080;
	line-height: 20px;
	font-size: 12px
}

.i_message_inquiry {
	padding: 20px 10px 20px 10px
}

.i_message_inquiry .inquiry .form-control {
	border: none;
	background: none;
	border-radius: 0px;
	line-height: 40px;
	height: 40px;
	color: #999;
	font-size: 12px;
	width: 100%;
	border: 1px solid #ddd;
	padding-left: 40px
}

.i_message_inquiry .inquiry .form-control:focus {
	border: 1px solid #ccc;
	color: #333;
	box-shadow: none
}

.i_message_inquiry .inquiry .input-group {
	background: #fff;
	height: 32px;
	margin-bottom: 10px;
	width: 100%;
	border: none
}

.i_message_inquiry .inquiry .input-group span {
	display: block;
	position: relative
}

.i_message_inquiry .inquiry .input-group span:before {
	content: '*';
	color: red;
	position: absolute;
	right: 5px;
	top: 5px
}

.i_message_inquiry .inquiry .input-group span.ms_p input {
	background-image: url(../images/mes_p.png);
	background-position: 6px 8px;
	background-repeat: no-repeat
}

.i_message_inquiry .inquiry .input-group span.ms_e input {
	background-image: url(../images/mes_e.png);
	background-position: 6px 11px;
	background-repeat: no-repeat
}

.i_message_inquiry .inquiry .input-group span.ms_n input {
	background-image: url(../images/mes_n.png);
	background-position: 6px 8px;
	background-repeat: no-repeat
}

.i_message_inquiry .inquiry .input-group span.ms_m .form-control {
	height: 80px;
	padding-top: 10px;
	line-height: 20px;
	background-image: url(../images/mes_m.png);
	background-position: 6px 8px;
	background-repeat: no-repeat
}

.i_message_inquiry .inquiry .input-group span.ms_p:before,
.i_message_inquiry .inquiry .input-group span.ms_n:before {
	display: none
}

.online_section {
	position: fixed;
	z-index: 99999999;
	top: 250px;
	right: -220px;
	transition: all .3s ease
}

.online_section ul li {
	border-radius: 5px;
	list-style: none;
	width: 260px;
	height: 40px;
	color: #fff;
	padding-left: 50px;
	margin-bottom: 3px;
	transition: all .5s ease;
	overflow: hidden;
	margin-bottom: 3px;
	line-height: 40px;
	font-size: 12px;
	background-color: #002560;
	background-repeat: no-repeat
}

.online_section ul li a {
	line-height: 40px;
	font-size: 12px;
	color: #fff
}

.online_section .online_p {
	background-image: url(../images/right_p.png);
	background-position: 10px 8px
}

.online_section .online_e {
	background-image: url(../images/right_e.png);
	background-position: 10px 8px
}

.online_section .online_s {
	background-image: url(../images/right_s.png);
	background-position: 10px 8px
}

.online_section .online_w {
	background-image: url(../images/right_w.png);
	background-position: 10px 8px
}

.online_section .online_code {
	background-image: url(../images/fot_code.html);
	background-position: 10px 8px
}

.online_section .online_code p {
	padding-left: 0;
	font-size: 12px
}

.online_coad .image {
	width: 100%;
	padding: 5px 10px 10px
}

.online_coad .image img {
	max-width: 100px;
	height: auto;
	vertical-align: bottom;
	display: inline-block
}

.online_coad .image p {
	display: inline-block;
	vertical-align: bottom;
	font-size: 12px;
	padding-left: 10px
}

.online_section ul li:hover,
.online_section ul li:hover a {
	color: #fff
}

.online_section ul li:nth-child(2n+2) {
	background-color: #262626
}

.online_section ul li:nth-child(2n+2) a {
	color: #fff
}

@media only screen and (max-width:768px) {
	.online_section {
		display: none
	}
}

.mobile_nav {
	position: fixed;
	background: #a92b22;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
	display: none;
	z-index: 999999;
	border-top: 2px solid #fff
}

.mobile_nav a {
	display: inline-block;
	width: 20%;
	padding: 0 10px;
	float: left;
	text-align: center;
	color: #fff
}

.mobile_nav a i {
	font-size: 16px
}

.mobile_nav a p {
	color: #fff;
	padding-top: 8px;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 12px
}

.mobile_nav a:nth-child(3) {
	float: right
}

.mobile_nav a:nth-child(4) {
	float: right
}

@media only screen and (max-width:992px) {
	#service {
		display: none
	}

	#onlineService01 {
		width: 150px
	}

	.onlineMenu .call-top {
		padding: 8px 5px
	}

	.onlineMenu .call-top p {
		font-size: 16px
	}

	.onlineMenu ul {
		padding: 10px
	}

	.onlineMenu .call>p {
		padding-left: 20px;
		font-size: 13px
	}

	.onlineMenu .call>p a {
		font-size: 13px
	}

	.onlineMenu .call>p.ser01,
	.onlineMenu .call>p.ser02,
	.onlineMenu .call>p.ser03,
	.onlineMenu .call>p.ser04,
	.onlineMenu .call>p.ser05 {
		background-size: 12px
	}

	.back_top {
		width: 36px;
		background-size: 100%;
		height: 36px
	}

	.back_top:before {
		line-height: 36px;
		font-size: 12px;
		font-family: 'Ropa Sans', sans-serif
	}
}

@media only screen and (max-width:768px) {
	#online_qq_layer {
		right: 0
	}

	#onlineService {
		width: 100%
	}

	#online_qq_layer {
		width: 100%
	}

	#online_qq_tab {
		width: 100%
	}

	#online_qq_tab #floatShow {
		background: #a92b22 url(../images/mobile-inq.png) no-repeat center center;
		border-radius: 0;
		margin-right: 0;
		width: 50px;
		height: 50px;
		position: absolute;
		left: 50%;
		bottom: 15px;
		margin-left: -25px;
		border: 2px solid #e5e5e5;
		border-radius: 50%;
		text-indent: -999999px;
		z-index: 9999999999
	}

	#online_qq_tab #floatShow i {
		display: none
	}

	#online_qq_tab #floatHide {
		width: 100%;
		width: 100%;
		height: 36px;
		line-height: 36px;
		box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.3)
	}

	#online_qq_tab #floatShow span {
		display: none
	}

	.mobile_nav {
		display: block
	}

	#onlineService .i_message_inquiry .main-more input {
		padding: 8px 20px
	}

	#online_qq_layer .inquiry .main_more input {
		font-size: 13px
	}
}

@media only screen and (max-width:375px) {
	.mobile_nav a p {
		text-transform: capitalize
	}

	#online_qq_tab #floatShow {
		width: 42px;
		height: 42px;
		background-size: 42px;
		bottom: 10px
	}
}

.page_banner {
	position: relative;
	z-index: 10;
	background: #fff
}

.page_banner img {
	max-width: 100%;
	height: auto;
	width: 100%;
}

.page_banner .elementor-shape .elementor-shape-fill {
	fill: #f5f5f5
}

.page_section {
	position: relative;
	z-index: 11;
	padding: 70px 0
}

.breadcrumb {
	font-size: 12px;
	border-radius: 0;
	text-transform: capitalize;
	text-align: left;
	background: #f0f0f0;
	margin: 0;
	padding: 20px;
	width: 100%;
	position: relative;
	z-index: 5;
	margin-bottom: 0;
	overflow: hidden
}

.breadcrumb .main_title {
	float: left;
	margin: 0
}

.breadcrumb .main_title .title {
	font-size: 42px;
	line-height: 42px;
	margin: 0
}

.breadcrumb .main_title .title:before {
	content: '';
	background: #002560;
	margin-right: 15px;
	background: #002560;
	width: 3px;
	height: 42px;
	display: inline-block;
	vertical-align: middle
}

.breadcrumb .main_title .line {
	width: 42px;
	height: 16px;
	background-size: 100%
}

.breadcrumb .bread-right {
	padding-top: 0;
	color: #808080;
	position: relative;
	z-index: 1;
	text-align: center;
	float: right;
	padding-top: 10px;
	font-size: 17px
}

.breadcrumb .bread-right i {
	margin: 0 8px;
	display: inline-block;
	vertical-align: middle;
	color: #ccc;
	font-style: normal
}

.breadcrumb .bread-right a i {
	font-size: 17px;
	color: #002560;
	vertical-align: middle;
	margin: 0 8px 3px
}

.breadcrumb .bread-right a:hover {
	color: #002560;
	text-decoration: none
}

.breadcrumb .bread-right a:hover i {
	color: #002560
}

.breadcrumb .bread-right h2 {
	margin: 0;
	display: inline-block;
	padding: 0;
	font-size: 17px;
	max-width: 200px;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: normal;
	color: #000000;
	line-height: 1.8;
	vertical-align: middle;
	font-weight: 600
}

.single-page .text {
	font-size: 12px;
	line-height: 24px
}

.single-page .text img {
	max-width: 100%;
	height: auto
}

.single-page .text a:hover {
	color: #e00000
}

@media only screen and (max-width:992px) {
	.breadcrumb {
		padding: 10px 0 5px 0;
		margin-top: 0
	}
}

@media only screen and (max-width:768px) {
	.page_section {
		padding: 30px 0 50px 0
	}

	.breadcrumb .bread-right {
		text-align: left;
		width: 100%;
		padding-top: 5px;
	}

	.breadcrumb .main_title .title {
		font-size: 20px;
		line-height: 32px;
	}

	.breadcrumb .main_title .title:before {
		height: 32px;
	}

	.breadcrumb .bread-right h2 {
		font-size: 14px;
	}

	.single-page .text {
		font-size: 12px;
	}
}

.page_title {
	display: block;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 10px
}

.page_title em {
	display: inline-block;
	position: relative;
	color: #000000;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 28px;
	font-family: 'BebasNeue';
	margin-bottom: 0;
	z-index: 1
}

.page_title:before {
	content: '';
	width: 40px;
	height: 4px;
	background: #002560;
	position: absolute;
	left: 0;
	bottom: -5px
}

.page_section .con_left {
	padding: 0;
	padding-right: 50px
}

.page_section .contact_l {
	list-style: none;
	padding: 0;
	padding: 0;
	margin-bottom: 40px
}

.page_section .contact_l li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ebebeb
}

.page_section .contact_l .icon {
	position: relative;
	float: left;
	width: 48px;
	height: 48px;
	text-align: center;
	display: inline-block;
	padding: 5px 4px;
	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: 2px solid rgba(38, 156, 226, 0.66);
	border-radius: 50%
}

.page_section .contact_l .icon:before {
	content: '';
	z-index: -1;
	position: absolute;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	display: block;
	border-radius: 50%
}

.page_section .contact_l li:hover .icon {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	transform: rotateY(180deg);
	border-radius: 50%
}

.page_section .contact_l li a:hover {
	color: #002560;
	text-decoration: none
}

.page_section .contact_l span {
	display: block;
	border-radius: 50%;
	width: 34px;
	height: 34px
}

.page_section .contact_l .icon img {
	max-width: 100%;
	height: auto
}

.page_section .contact_l .text {
	text-align: left;
	padding-left: 20px;
	float: left;
	width: 74%
}

.page_section .contact_l .title {
	display: block;
	font-family: 'BebasNeue';
	margin-bottom: 2px;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 6px
}

.page_section .contact_l p {
	margin-bottom: 2px;
	font-size: 15px;
	line-height: 25px
}

.con_main .text {
	font-size: 14px;
	line-height: 24px
}

.page_section .con_box {
	padding-top: 40px;
	padding-left: 0
}

.message {
	position: relative;
	text-align: left;
	padding: 0;
	background: url(../images/send_bg.html) no-repeat 70% center;
	border-radius: 5px;
	background-size: cover;
	box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.02)
}

.message .page_title {
	background: url(../images/company-details-pattern.jpg) no-repeat center center;
	background-size: cover;
	padding: 15px;
	margin: 0;
	border-radius: 5px 5px 0 0;
	position: relative
}

.message .page_title em {
	padding-left: 40px;
	color: #fff
}

.message .page_title em:before {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/icon_contact_p.png) no-repeat center center;
	background-size: 100%;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9
}

.message .page_title:before {
	display: none
}

.message .text {
	font-size: 12px;
	line-height: 20px;
	color: #808080;
	margin-bottom: 15px
}

.message #email_form {
	padding: 30px 30px;
	background: #fff
}

.message ul {
	list-style: none;
	position: relative;
	z-index: 5
}

.message li {
	margin-bottom: 15px
}

.message li span {
	display: block;
	position: relative
}

.message li span:before {
	content: '*';
	color: red;
	position: absolute;
	right: 15px;
	top: 5px
}

.message li span.ms_p input {
	background-image: url(../images/mes_p.png);
	background-position: 10px 10px;
	background-repeat: no-repeat
}

.message li span.ms_e input {
	background-image: url(../images/mes_e.png);
	background-position: 10px 10px;
	background-repeat: no-repeat
}

.message li span.ms_n input {
	background-image: url(../images/mes_n.png);
	background-position: 10px 10px;
	background-repeat: no-repeat
}

.message li span.ms_m .meText {
	height: 80px;
	padding-top: 10px;
	line-height: 20px;
	background-image: url(../images/mes_m.png);
	background-position: 10px 8px;
	background-repeat: no-repeat
}

.message li span.ms_p:before,
.message li span.ms_n:before {
	display: none
}

.message li label {
	display: block;
	font-weight: normal;
	font-size: 12px;
	color: #333;
	text-align: left;
	margin-bottom: 5px;
	text-transform: capitalize
}

.message li .meInput {
	color: #999;
	max-width: 100%;
	height: 42px;
	line-height: 42px;
	font-size: 12px;
	padding: 0 20px;
	padding-left: 40px;
	width: 100%;
	max-width: 100%;
	background-color: #fff;
	font-family: 'poppins';
	background-repeat: no-repeat;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.message li .meInput:focus {
	color: #333
}

.message li .meText {
	width: 100%;
	max-width: 100%;
	height: 140px;
	max-height: 140px;
	padding: 15px 15px 15px 40px;
	font-size: 12px;
	line-height: 20px;
	color: #999;
	font-family: 'poppins';
	background-color: #fff;
	border: 1px solid #e5e5e5;
	background-repeat: no-repeat;
	border-radius: 5px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.message li .meText:focus {
	color: #333
}

.message li p {
	borderdisplay: inline-block;
	font-weight: normal;
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	font-size: 12px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	color: #595959;
	text-align: left;
	border-radius: 2px;
	margin-bottom: 5px;
	text-transform: capitalize;
	padding: 10px 10px;
	line-height: 18px;
	font-family: 'poppinsB';
	text-transform: uppercase
}

.message li a {
	color: red;
	line-height: 18px;
	font-family: 'Ropa Sans', sans-serif;
	text-transform: capitalize;
	margin-left: 5px
}

.message .main_more {
	margin-top: 0
}

.message li input:-ms-input-placeholder {
	color: #999
}

.message li input::-webkit-input-placeholder {
	color: #999
}

.message li input::-moz-placeholder {
	color: #999
}

.message li input:-moz-placeholder {
	color: #999
}

.message li .meText:-ms-input-placeholder {
	color: #999
}

.message li .meText::-webkit-input-placeholder {
	color: #999
}

.message li .meText::-moz-placeholder {
	color: #999
}

.message li .meText:-moz-placeholder {
	color: #999
}

.map img {
	max-width: 100%;
	height: auto
}

@media only screen and (max-width:768px) {
	.page_section .main_title {
		margin-bottom: 30px
	}

	.contact_title {
		text-align: center
	}

	.page_title:before {
		left: 0
	}

	.page_section .con_left {
		padding-right: 0
	}

	.page_section .con_box {
		padding-right: 0
	}

	.con_left {
		padding: 0;
		margin-top: 0
	}

	.message li {
		padding: 0
	}

	.map {
		padding-left: 0;
		margin-top: 40px
	}

	.page_section .contact_l {
		margin-bottom: 20px
	}

	.page_title em {
		font-size: 22px;
		line-height: 24px
	}

	.message {
		margin-top: 30px;
		z-index: 9999
	}

	.message .page_title {
		padding: 10px
	}

	.message #email_form {
		padding: 20px 15px
	}

	.page_section .contact_l .text {
		padding-left: 10px;
		width: 78%
	}

	.page_title {
		margin-bottom: 20px
	}

	.con_main .text {
		font-size: 12px
	}

	.page_section .contact_l li {
		padding-bottom: 10px;
		margin-bottom: 10px
	}

	.message .page_title em {
		font-size: 24px;
		line-height: 26px
	}
}

.page-left {
	width: 22%;
	float: left;
	margin-top: 0
}

.left_title {
	display: block;
	position: relative;
	margin-bottom: 15px;
	text-align: left;
	padding-bottom: 10px
}

.left_title:before {
	content: '';
	background: #002560;
	width: 40px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -2px;
	display: inline-block
}

.left_title>em {
	display: inline-block;
	position: relative;
	color: #333;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 24px;
	font-family: 'BebasNeue';
	margin-bottom: 0
}

.left_title>em:after {
	content: '';
	background: url(../images/icon_water.html) no-repeat left center;
	background-size: 30px;
	width: 30px;
	height: 40px;
	display: inline-block;
	position: absolute;
	right: -20px;
	top: -10px;
	z-index: -1;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3
}

.left_title .column_icon_toggle {
	display: none
}

.left-cat .left_title>span i.icon:before {
	content: "\f0ca";
	font-family: FontAwesome
}

ul.mtree {
	opacity: 0;
	margin-left: 0
}

ul.mtree>li {
	list-style: none;
	position: relative;
	margin-bottom: 1px
}

ul.mtree>li>a {
	text-decoration: none;
	font-size: 17px;
	font-family: 'Ropa Sans', sans-serif;
	background: #f0f0f0;
	padding-left: 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;
	letter-spacing: 0.5px
}

ul.mtree a {
	display: block;
	font-size: 12px;
	color: #555555;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	transition: all 0s;
	padding: 10px 0;
	line-height: 22px;
	padding-right: 30px
}

ul.mtree li ul a {
	padding: 6px 10px;
	padding-right: 30px
}

ul.mtree ul li:last-child a {
	border: none
}

ul.mtree li.mtree-open>b:before {
	content: "-";
	font-family: FontAwesome;
	padding-left: 5px;
	float: right;
	font-size: 24px;
	color: #fff;
	font-style: normal;
	padding: 0 15px;
	line-height: 38px;
	position: absolute;
	right: 0;
	top: 0px;
	z-index: 2
}

ul.mtree li.mtree-closed>b:before {
	content: "+";
	font-family: FontAwesome;
	padding-left: 5px;
	float: right;
	font-size: 18px;
	color: #808080;
	font-style: normal;
	padding: 5px 15px;
	position: absolute;
	right: 0;
	top: 0px
}

ul.mtree li:hover.mtree-closed>b:before {
	color: #fff
}

ul.mtree .mtree-level-1 li.mtree-open>span:before {
	content: "\f106";
	font-family: FontAwesome;
	padding-left: 5px;
	float: right;
	font-size: 16px;
	color: #ee4b47;
	font-style: normal;
	background: none;
	padding: 6px 15px;
	position: absolute;
	right: 0px;
	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: #ee4b47;
	font-style: normal;
	background: none;
	padding: 6px 15px;
	position: absolute;
	right: 0px;
	top: 0;
	border-left: none
}

ul.mtree li ul a li a {
	padding-left: 20px
}

ul.mtree>li:hover>a {
	color: #fff;
	background: #f0f0f0
}

ul.mtree>li.mtree-node a ul a {
	font-size: 12px
}

ul.mtree>li.mtree-open {
	color: #002560;
	padding-bottom: 0
}

ul.mtree>li.mtree-open>a {
	color: #fff;
	background: #002560
}

ul.mtree>li.mtree-node:hover>a {
	color: #fff;
	text-decoration: none;
	background: #a92b22
}

ul.mtree .mtree-level-1 li.mtree-closed>span {
	color: #002560;
	text-decoration: none
}

ul.mtree ul {
	background: #f5f5f5;
	border: 1px solid #e5e5e5
}

ul.mtree ul li {
	list-style: none;
	position: relative
}

ul.mtree ul li a {
	display: block;
	color: #777;
	font-size: 14px
}

ul.mtree>li>ul>li>a {
	font-size: 12px !important;
	font-weight: normal;
	font-family: 'Ropa Sans', sans-serif;
	position: relative;
	transition: all .5s;
	border-bottom: 1px solid #e5e5e5
}

ul.mtree>li>ul>li>a:hover {
	color: #002560;
	text-decoration: none;
	padding-left: 16px
}

ul.mtree>li>ul>li>a:before {
	content: '';
	position: absolute;
	left: -12px;
	top: 15px;
	display: inline-block;
	height: 1px;
	width: 12px;
	background: #002560;
	transition: all .5s
}

ul.mtree>li>ul>li>a:hover:before {
	left: 0
}

ul.mtree>li>ul>li>a i {
	color: #ccc;
	font-size: 12px;
	margin-right: 10px;
	margin-left: 6px
}

ul.mtree>li>ul>li>a:before {
	content: ""
}

ul.mtree ul li:hover a {
	color: #002560
}

ul.mtree li ul li.mtree-open a {
	color: #002560;
	text-decoration: none
}

ul.mtree .mtree-level-2 {
	margin-top: 0px;
	border: none;
	padding: 0px;
	margin-bottom: 0;
	background: #fff;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5
}

ul.mtree li ul.mtree-level-2 li a {
	color: #808080;
	font-weight: normal;
	font-size: 12px;
	padding-left: 20px
}

ul.mtree .mtree-level-2 li a:hover {
	text-decoration: underline;
	color: #ee4b47;
	font-weight: normal
}

ul.mtree.jet ul {
	margin-left: 0
}

ul.mtree.jet li {
	margin-bottom: 1px
}

ul.mtree.jet li:last-child {
	margin-bottom: 0px
}

ul.mtree.jet li:first-child {
	margin-top: 1px
}

ul.mtree.jet li.mtree-active a {
	background: #e5e5e5
}

ul.mtree.jet li.mtree-active li:last-child>a {
	border-radius: 0px 0px 3px 3px
}

ul.mtree.jet li.mtree-active>a {
	background: #008cba;
	color: #FFF;
	border-radius: 3px 3px 0px 0px
}

ul.mtree.jet li>a:hover {
	background: #FFC000;
	color: #FFF
}

ul.mtree.jet a {
	padding: 5px 0px 5px 1em
}

ul.mtree.jet li li>a {
	padding-left: 2em
}

ul.mtree.jet li li li>a {
	padding-left: 3em
}

ul.mtree.jet li li li li>a {
	padding-left: 4em
}

ul.mtree.jet li li li li li>a {
	padding-left: 5em
}

ul.mtree a:hover {
	text-decoration: none
}

.mtree-skin-selector {
	display: none !important
}

ul.mtree li ul.mtree-level-2 li.mtree_all a {
	font-family: 'poppinsB';
	text-transform: uppercase;
	color: #4d4d4d
}

ul.mtree li ul.mtree-level-2 li.mtree_all a:hover {
	color: #002560
}

.left-con {
	margin-top: 30px;
	height: 340px;
	width: 100%;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	border-radius: 15px;
	overflow: hidden
}

.left-con .ovrly {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6
}

.left-con .main {
	position: absolute;
	left: 0;
	top: 0;
	padding: 20px 20px 40px 20px;
	z-index: 2
}

.left-con .main .title {
	display: block;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 28px;
	font-family: 'poppinsB';
	padding-top: 66px;
	background: url(../images/icon_cont.html) no-repeat top center;
	background-size: 58px
}

.left-con .main .title:hover {
	text-decoration: none
}

.left-con .main .line {
	width: 40px;
	height: 2px;
	background: #fff;
	display: inline-block
}

.left-con .main .text {
	margin-top: 20px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	max-height: 60px
}

.left-pro .left_title>span i.icon:before {
	content: "\f009";
	font-family: FontAwesome
}

.left-pro {
	margin-top: 30px
}

.left-pro ul {
	padding-top: 10px
}

.left-pro ul li {
	list-style: none;
	margin-bottom: 15px;
	transition: all .5s;
	border-bottom: 1px dashed #e5e5e5;
	padding-bottom: 15px
}

.left-pro ul li:last-child {
	margin-bottom: 0px
}

.left-pro ul li .main {
	width: 65%;
	float: left;
	padding-left: 10px
}

.left-pro ul li .title {
	margin: 0;
	margin-bottom: 10px
}

.left-pro ul li .title a {
	font-size: 14px;
	line-height: 20px;
	max-height: 60px;
	display: block;
	overflow: hidden;
	font-family: 'poppinsB'
}

.left-pro ul li:hover .title a {
	color: #002560
}

.left-pro ul li .more {
	display: inline-block;
	margin-top: 5px;
	color: #002560;
	font-size: 16px;
	line-height: 22px;
	padding-right: 16px;
	font-family: 'BebasNeue';
	background: url(../images/icon_right_r.png) no-repeat right center;
	transition: all .5s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0
}

.left-pro ul li:hover .more {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1
}

.left-pro ul li .more:hover {
	color: #002560;
	padding-right: 20px;
	text-decoration: none
}

.left-pro ul li .image {
	float: left;
	width: 35%;
	transition-duration: 0.6s;
	transition-timing-function: ease-out;
	overflow: hidden;
	position: relative;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all
}

.left-pro ul li .image a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 2
}

.left-pro ul li .image img {
	max-width: 100%;
	height: auto;
	display: block;
	position: relative;
	-webkit-transition: all var(--transition-time, 800ms);
	-o-transition: all var(--transition-time, 800ms);
	transition: all var(--transition-time, 800ms)
}

.left-pro ul li:hover .image img {
	-webkit-transform: scale(var(--scale-multiplier, 1.05));
	-ms-transform: scale(var(--scale-multiplier, 1.05));
	transform: scale(var(--scale-multiplier, 1.05))
}

.page-right {
	width: 78%;
	padding-left: 50px;
	float: right
}

@media only screen and (min-width:992px) {
	.left-cat .left_title {
		border: none;
		background: url(../images/company-details-pattern.jpg) no-repeat right center;
		background-size: 100%;
		padding: 10px;
		border-radius: 2px 2px 0 0;
		margin: 0;
		margin-bottom: 2px
	}

	.left-cat .left_title:before {
		display: none
	}

	.left-cat .left_title em {
		color: #fff;
		font-size: 24px;
		display: block
	}

	.left-cat .left_title em:after {
		display: none
	}

	.left-cat .left_title em:before {
		content: "\f03a";
		font-family: 'FontAwesome';
		font-size: 19px;
		color: #fff;
		position: absolute;
		right: 5px;
		top: 0
	}

	.left-pro {
		border: 1px solid #e5e5e5;
		padding: 30px 15px;
		border-radius: 2px
	}

	.left-blog {
		border: 1px solid #e5e5e5;
		padding: 30px 15px;
		border-radius: 2px
	}
}

@media only screen and (max-width:992px) {
	.page-box {
		padding: 30px 0
	}

	.page-title em {
		font-size: 24px
	}

	.page-box {
		padding: 30px 0
	}

	.page-left {
		width: 100%;
		float: none;
		margin-top: 20px
	}

	.left-pro,
	.left-con,
	.left-video,
	.left-solu,
	.left-work {
		margin-top: 0
	}

	.left_title {
		margin-bottom: 10px;
		background: #ededed;
		border: 2px solid #ededed;
		padding: 5px 10px;
		margin-bottom: 10px;
		border-radius: 2px
	}

	.left_title>em {
		margin: 0;
		font-size: 14px;
		background: none;
		padding: 0;
		border: none;
		font-family: 'poppinsB';
		line-height: 24px
	}

	.left_title>em:before {
		display: none
	}

	.left_title.active {
		background: #002560;
		border: 2px solid #002560
	}

	.left_title.active>em,
	.left_title.active>em span {
		color: #fff
	}

	.page-left .left_title>span {
		display: none
	}

	.left-con .left_title {
		display: block
	}

	.left_title .column_icon_toggle {
		display: inline-block;
		position: absolute;
		right: 10px;
		top: 5px;
		font-style: normal;
		cursor: pointer;
		font-size: 14px;
		font-weight: normal;
		color: #808080
	}

	.left_title .column_icon_toggle.icon-minus-sign {
		color: #fff
	}

	.page-left .toggle_content {
		padding-bottom: 30px
	}

	.page-right {
		width: 100%;
		padding: 0;
		float: none
	}

	.page-right .left_title {
		background: none;
		padding: 0;
		margin-bottom: 20px
	}

	.page-right .left_title>em {
		margin-bottom: 5px;
		font-size: 22px
	}

	.left-cat {
		margin-bottom: 0;
		border: none;
		padding: 0
	}

	.left-cat .left_title {
		margin-bottom: 10px
	}

	.left-cat .left_title>em {
		font-size: 14px
	}

	.left-con {
		display: none
	}

	.left_title:before {
		display: none
	}

	ul.mtree>li>a {
		font-size: 12px;
		font-family: 'poppinsB'
	}

	.left-pro ul li .title a {
		font-size: 12px
	}
}

.sitemap {
	width: 100%
}

.stp-listA>li {
	text-transform: capitalize;
	margin-bottom: 15px;
	list-style: none
}

.stp-top {
	width: 100%
}

.stp-top a {
	font-size: 22px;
	line-height: 24px;
	text-transform: capitalize;
	display: block;
	text-transform: capitalize;
	font-family: 'BebasNeue';
	color: #595959;
	background: #e5e5e5;
	padding: 10px 15px;
	border-radius: 2px 2px 0 0
}

.stp-top a:hover {
	text-decoration: none;
	color: #fff;
	background: #002560
}

.stp-top a i {
	padding-left: 5px;
	font-size: 14px;
	-webkit-transition: all var(--transition-time, 800ms);
	-o-transition: all var(--transition-time, 800ms);
	transition: all var(--transition-time, 800ms)
}

.stp-top a:hover i {
	padding-left: 8px
}

.stp-listB {
	display: block;
	padding: 15px;
	background: #f0f0f0;
	padding: 5px 15px;
	list-style: none;
	margin-top: 0;
	border-radius: 0 0 2px 2px
}

.stp-listB>li {
	width: 25%;
	padding: 8px 10px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap
}

.stp-listB>li>a {
	font-size: 12px;
	line-height: 22px;
	display: block;
	color: #4d4d4d
}

.stp-listB>li>a i {
	padding-right: 5px
}

.stp-listB>li:hover>a {
	color: #002560
}

.stp-listB li .stp-listC {
	width: 100%;
	padding-top: 15px;
	list-style: none
}

.stp-listB li .stp-listC li {
	width: 100%;
	margin-bottom: 8px
}

.stp-listB li .stp-listC li a {
	color: #333;
	font-size: 12px;
	-webkit-transition: all var(--transition-time, 500ms);
	-o-transition: all var(--transition-time, 500ms);
	transition: all var(--transition-time, 500ms)
}

.stp-listB li .stp-listC li a i {
	padding-right: 5px
}

.stp-listB li .stp-listC li a:hover {
	color: #002560;
	padding-left: 5px
}

@media only screen and (max-width:768px) {
	.stp-listB>li {
		width: 50%;
		padding: 8px 0
	}

	.stp-top a {
		font-size: 20px
	}
}

@media only screen and (max-width:400px) {
	.stp-listB li {
		width: 100%;
		margin-right: 0
	}
}

.page_num {
	width: 100%;
	margin: 10px auto 0 auto;
	text-align: left
}

.page_num span {
	display: inline-block;
	color: #fff;
	background: #002560;
	font-size: 18px;
	text-transform: uppercase;
	margin-right: 5px;
	padding: 0 15px;
	overflow: hidden;
	vertical-align: middle;
	line-height: 30px;
	border-radius: 2px;
	font-family: 'BebasNeue';
}

.page_num a {
	padding: 0 15px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 18px;
	margin-right: 5px;
	position: relative;
	z-index: 0;
	vertical-align: middle;
	line-height: 30px;
	background: #f0f0f0;
	border-radius: 2px;
	color: #595959;
	font-family: 'BebasNeue';
}

.page_num a:hover {
	background: #002560;
	text-decoration: none;
	color: #fff
}

.page_num a i {
	line-height: 32px
}

.page_num p {
	display: block;
	font-size: 12px;
	margin-top: 10px
}

.page_num p:before {
	content: '[';
	padding-right: 3px
}

.page_num p:after {
	content: ']';
	padding-left: 3px
}

.page_num p strong {
	display: inline-block;
	margin: 0 5px;
	font-weight: normal
}

@media only screen and (max-width:768px) {
	.page_num {
		text-align: center
	}

	.page_num span,
	.page_num a {
		font-size: 12px;
		margin: 5px;
		padding: 0 10px;
		line-height: 25px
	}

	.page_num a i {
		line-height: 25px
	}

	.page_num p {
		width: 100%;
		margin-top: 15px
	}

	.page_num a {
		background: #fff
	}
}

.page_turn {
	width: 100%;
	text-align: left;
	margin-top: 15px;
	border-top: 1px solid #e5e5e5;
	padding-top: 15px
}

.page_turn li {
	display: block;
	margin-bottom: 10px;
	border-radius: 5px;
	-webkit-transition: all var(--transition-time, 800ms);
	-o-transition: all var(--transition-time, 800ms);
	transition: all var(--transition-time, 800ms)
}

.page_turn li p {
	text-align: left;
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'BebasNeue';
	margin-bottom: 0;
	margin-right: 5px;
	color: #002560;
	vertical-align: middle;
	line-height: 24px
}

.page_turn li p i {
	background: #fae1e0;
	text-align: center;
	margin-right: 5px;
	font-size: 12px;
	color: #002560;
	border-radius: 2px;
	width: 24px;
	height: 24px;
	line-height: 24px
}

.page_turn li a {
	display: inline-block;
	font-size: 12px;
	margin-left: 5px;
	text-transform: capitalize;
	color: #333;
	max-width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: normal;
	vertical-align: middle;
	color: #4d4d4d
}

.page_turn li:hover a {
	color: #002560
}

@media only screen and (max-width:768px) {
	.page_turn li {
		border-radius: 5px
	}

	.page_turn li a {
		margin: 0;
		font-size: 12px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		word-wrap: normal;
		display: inline-block;
		width: 80%
	}
}

.choose_box {
	list-style: none;
	background: #f0f0f0;
	margin-bottom: 20px
}

.choose_box li {
	display: inline-block;
	margin: 5px 15px;
	border: none
}

.choose_box li a {
	border: none;
	display: inline-block;
	background: none;
	font-size: 20px;
	line-height: 24px;
	position: relative;
	color: #666666;
	font-family: 'BebasNeue';
	text-transform: uppercase;
	transition: all .3s;
	padding: 12px 10px
}

.choose_box li a:before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 18px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -10px;
	background: #cccccc;
	transition: all .5s
}

.choose_box li:hover a,
.choose_box li.active a {
	color: #002560;
	text-decoration: none
}

.choose_box li:hover a:before,
.choose_box li.active a:before {
	transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	background: #002560
}

.news {
	list-style: none;
	margin-left: -10px;
	margin-right: -10px
}

.news li {
	padding: 0 10px;
	text-align: left;
	margin-bottom: 30px
}

.news li .image {
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
	width: 40%
}

.news li .image>a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10
}

.news li .image img {
	max-width: 100%;
	width: 100%;
	height: auto;
	transition: all .5s
}

.news li:hover .image img {
	-webkit-transform: scale(var(--scale-multiplier, 1.05));
	-ms-transform: scale(var(--scale-multiplier, 1.05));
	transform: scale(var(--scale-multiplier, 1.05))
}

.news li .image .icon {
	display: inline-block;
	width: 35px;
	height: 63px;
	background: url(../images/right_h.png) no-repeat center center;
	position: absolute;
	right: -50%;
	bottom: 0;
	transition: all .5s
}

.news li:hover .image .icon {
	right: 0
}

.news li .main {
	text-align: left;
	overflow: hidden;
	padding: 10px 20px 30px 20px;
	position: relative;
	float: left;
	width: 60%
}

.news li .main .box {
	transition: all .5s
}

.news li .date {
	display: inline-block;
	color: #002560;
	font-size: 12px;
	line-height: 18px;
	font-family: 'Ropa Sans', sans-serif;
	transition: all .5s
}

.news li .date:before {
	content: "\f073";
	font-family: 'FontAwesome';
	padding-right: 5px
}
}

.news li .title {
	margin: 0;
	margin-bottom: 10px;
	margin-top: 10px;
	display: block
}

.news li .title a {
	font-family: 'BebasNeue';
	display: block;
	color: #4c4c4c;
	font-size: 24px;
	line-height: 28px;
	overflow: hidden;
	max-height: 64px;
	overflow: hidden;
	transition: all .5s
}

.news li:hover .title a {
	text-decoration: none;
	color: #002560
}

.news li .text {
	color: #808080;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	height: 40px;
	transition: all .5s
}

.news li .more {
	display: inline-block;
	color: #002560;
	font-size: 20px;
	line-height: 22px;
	margin-top: 15px;
	padding-right: 16px;
	font-family: 'BebasNeue';
	background: url(../images/icon_right_r.png) no-repeat right center;
	transition: all .5s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0
}

.news li:hover .more {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1
}

.news li .more:hover {
	padding-right: 20px;
	text-decoration: none
}

@media only screen and (max-width:768px) {
	.news li .main {
		padding-left: 10px
	}

	.news li .more {
		display: none
	}
}

@media only screen and (max-width:480px) {
	.news li {
		margin-bottom: 20px
	}

	.news li .image {
		width: 100%
	}

	.news li .main {
		width: 100%;
		padding: 0;
		padding-top: 15px
	}

	.news li .main .title {
		margin-bottom: 10px
	}

	.news li .text {
		height: 20px
	}

	.page_num {
		margin-top: 0
	}
}

.news_main .title {
	font-family: 'BebasNeue';
	display: block;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
	color: #333
}

.news_main .date {
	display: inline-block;
	color: #002560;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0
}

.news_main .date:before {
	content: "\f073";
	font-family: 'FontAwesome';
	padding-right: 5px
}

.news_main .text {
	font-size: 12px;
	line-height: 24px;
	margin-top: 20px
}

.news_main .text img {
	max-width: 100%;
	height: auto
}

.news_main .text a {
	color: #002560
}

.left-blog {
	margin-bottom: 30px
}

.left-blog .left_title>span i.icon:before {
	content: "\f0c1";
	font-family: FontAwesome
}

.blog-list {
	list-style: none;
	border-bottom: 1px dashed #e5e5e5;
	padding-bottom: 15px;
	margin-bottom: 15px
}

.blog-list p,
.blog-cat p {
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	font-family: 'poppinsB'
}

.blog-list p i,
.blog-cat p i {
	padding-right: 5px;
	font-size: 12px
}

.blog-list li {
	display: block;
	position: relative;
	margin-bottom: 8px;
	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
}

.blog-list li a {
	font-size: 12px;
	color: #787878;
	line-height: 20px;
	padding: 0;
	display: inline-block;
	overflow: hidden;
	font-family: 'Ropa Sans', sans-serif;
	text-transform: capitalize;
	position: relative;
	transition: all .5s
}

.blog-list li a:hover {
	color: #002560;
	text-decoration: none;
	padding-left: 12px
}

.blog-list li a:before {
	content: '';
	position: absolute;
	left: -8px;
	top: 8px;
	display: inline-block;
	height: 1px;
	width: 8px;
	background: #002560;
	transition: all .5s
}

.blog-list li a:hover:before {
	left: 0
}

.blog-cat {
	list-style: none;
	border-bottom: 1px dashed #e5e5e5;
	padding-bottom: 15px
}

.blog-cat li {
	display: inline-block;
	margin: 5px
}

.blog-cat li a {
	display: inline-block;
	border: 2px solid #eee;
	padding: 2px 10px;
	border-radius: 2px;
	font-size: 12px
}

.blog-cat li a:hover {
	color: #fff;
	background: #002560;
	border-color: #002560;
	text-decoration: none
}

.blog_list {
	list-style: none
}

.blog_list li {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative
}

.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 {
	font-family: 'BebasNeue';
	display: block;
	color: #4c4c4c;
	font-size: 24px;
	line-height: 28px;
	overflow: hidden;
	max-height: 64px;
	overflow: hidden;
	transition: all .5s;
	margin-bottom: 10px
}

.blog_list li:hover .title {
	color: #002560;
	text-decoration: none
}

.blog_list li .text {
	color: #999999;
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-top: 15px
}

.blog_list li .date {
	display: inline-block;
	color: #002560;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0
}

.blog_list li .date:before {
	content: "\f073";
	font-family: 'FontAwesome';
	padding-right: 5px
}

.blog_list li .more {
	display: inline-block;
	color: #002560;
	font-size: 20px;
	line-height: 22px;
	margin-top: 10px;
	padding-right: 16px;
	font-family: 'BebasNeue';
	background: url(../images/icon_right_r.png) no-repeat right center;
	transition: all .5s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0
}

.blog_list li:hover .more {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1
}

.blog_list li .more:hover {
	padding-right: 20px;
	text-decoration: none
}

.blog_tag {
	text-align: left;
	margin-top: 15px
}

.blog_tag>p {
	display: inline-block;
	font-size: 12px;
	margin-right: 5px;
	text-transform: uppercase;
	font-family: 'poppinsB'
}

.blog_tag>p i {
	padding-right: 2px
}

.blog_tag li {
	display: inline-block;
	margin: 5px;
	border: none;
	padding: 0
}

.blog_tag li:last-child {
	padding: 0
}

.blog_tag li a {
	display: inline-block;
	padding: 2px 12px;
	border-radius: 2px;
	color: #4d4d4d;
	font-size: 12px;
	text-transform: capitalize;
	border: 2px solid #eee
}

.blog_tag li i {
	padding-right: 5px;
	color: #002560
}

.blog_tag li:hover a {
	color: #fff;
	text-decoration: none;
	background: #002560;
	border-color: #002560
}

@media only screen and (max-width:992px) {
	.blog_list li .right {
		padding-left: 65px;
		width: 100%
	}
}

@media only screen and (max-width:768px) {
	.blog_list li {
		padding-top: 0
	}

	.blog_list li .date {
		left: 0
	}

	.blog_list {
		border: none
	}

	.blog_tag>p {
		display: block
	}

	.blog_list li .right {
		padding-left: 80px
	}

	.left-blog {
		margin-bottom: 0
	}

	.blog_list li .main-more {
		padding: 6px 20px
	}
}

@media only screen and (max-width:480px) {
	.blog_list li .date {
		position: inherit;
		width: 100%
	}

	.blog_list li .date span {
		border-radius: 0;
		height: auto;
		width: auto;
		padding: 0 20px;
		border-radius: 25px
	}

	.blog_list li .date>span p {
		display: inline-block;
		padding-left: 5px
	}

	.blog_list li .right {
		padding: 0;
		padding-top: 10px
	}

	.blog_list li .more {
		letter-spacing: 0
	}
}

.pro-text {
	line-height: 24px;
	font-size: 12px;
	color: #808080;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5
}

.pro-text img {
	max-width: 100%;
	height: auto
}

.cbp-vm-switcher {
	width: 100%;
	margin-bottom: 30px
}

.cbp-vm-options {
	text-align: right;
	margin-bottom: 5px
}

.cbp-vm-options em {
	display: inline-block;
	float: left;
	font-family: 'poppinsB';
	font-size: 20px;
	color: #4d4d4d;
	text-transform: uppercase;
	line-height: 38px
}

.cbp-vm-options a {
	display: inline-block;
	vertical-align: middle;
	padding: 8px;
	overflow: hidden;
	white-space: nowrap;
	color: #333;
	margin: 2px;
	border: 2px solid #f0f0f0;
	border-radius: 2px
}

.cbp-vm-options span {
	display: inline-block;
	float: right;
	font-size: 13px;
	color: #ccc
}

.cbp-vm-options a:hover,
.cbp-vm-options a.cbp-vm-selected {
	color: #fff;
	background: #002560;
	border: 2px solid #002560
}

.cbp-vm-options a:before {
	font-size: 14px;
	text-align: center;
	display: inline-block
}

.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;
	position: relative;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.cbp-vm-image {
	position: relative;
	overflow: hidden
}

.cbp-vm-image .hover_img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .5s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0
}

.cbp-vm-view-grid ul li:hover .cbp-vm-image .hover_img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1
}

.cbp-vm-view-list ul li:hover .cbp-vm-image .hover_img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1
}

.cbp-vm-image>a {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	z-index: 5;
	width: 100%;
	height: 100%
}

.cbp-vm-image img {
	max-width: 100%;
	height: auto;
	transition: all .5s
}

.cbp-vm-image a.more,
.cbp-vm-image .hover_img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	transition: all .5s
}

.cbp-vm-image a.more,
.cbp-vm-image:hover .image .hover_img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1
}

.cbp-vm-switcher ul li:hover .cbp-vm-image .cbp-image-change {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	top: 0
}

.cbp-vm-switcher ul li .cbp-vm-details {
	color: #808080;
	font-size: 13px;
	overflow: hidden;
	line-height: 22px;
	height: 44px
}

.cbp-vm-view-grid .blog_tag,
.cbp-vm-view-grid .more {
	display: none
}

.cbp-vm-view-grid .cbp-list-center {
	padding: 0;
	padding-top: 15px;
	padding-bottom: 10px
}

.cbp-vm-icon:before {
	font-family: 'fontawesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased
}

.cbp-vm-grid:before {
	content: "\f00a"
}

.cbp-vm-list:before {
	content: "\f039"
}

.cbp-vm-add:before {
	content: "\f055"
}

.cbp-vm-view-grid ul {
	text-align: left
}

.cbp-vm-view-grid ul li {
	width: 33.33%;
	float: left;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	position: relative;
	border: 1px solid #f7f7f7
}

.cbp-vm-view-grid ul li:nth-child(4n+2) {
	animation-delay: 0.1s
}

.cbp-vm-view-grid ul li:nth-child(4n+3) {
	animation-delay: 0.2s
}

.cbp-vm-view-grid ul li:nth-child(4n+4) {
	animation-delay: 0.3s
}

.cbp-vm-view-grid ul li>div {
	transition: all .5s;
	display: block;
	background: #fff;
	padding: 20px 10px;
	overflow: hidden;
	position: relative
}

.cbp-vm-view-grid ul li>div:after {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	left: -100%;
	bottom: 0;
	display: block;
	background: #002560;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition: all .5s
}

.cbp-vm-view-grid ul li>div:hover:after {
	-webkit-transform: translateY(1);
	-ms-transform: translateY(1);
	transform: translateY(1);
	left: 0
}

.cbp-vm-view-grid ul li .cbp-title {
	display: block;
	color: #595959;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	height: 48px;
	font-family: 'poppinsB';
	margin-bottom: 10px
}

.cbp-vm-view-grid ul li:hover .title {
	color: #002560;
	text-decoration: none
}

.cbp-vm-view-grid ul li:hover .cbp-title {
	color: #002560;
	text-decoration: none
}

.cbp-vm-view-grid ul li .cbp-vm-details {
	color: #999999;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	height: 40px
}

.cbp-vm-view-grid ul li .main_more {
	display: none
}

.cbp-vm-view-list>ul {
	margin: 0;
	margin-top: 20px
}

.cbp-vm-view-list>ul>li {
	padding: 20px;
	margin-bottom: 0;
	background: #fff;
	border-bottom: 1px solid #ebebeb;
	white-space: nowrap;
	text-align: left;
	white-space: normal
}

.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: 20%;
	text-align: center;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	float: left;
	border: 1px solid #f2f2f2
}

.cbp-vm-view-list ul li>div .cbp-list-center {
	width: 78%;
	display: inline-block
}

.cbp-vm-view-list ul li .cbp-title {
	display: block;
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	max-height: 48px;
	font-family: 'poppinsB';
	margin-bottom: 10px
}

.cbp-vm-view-list ul li:hover .cbp-title {
	color: #002560;
	text-decoration: none
}

.cbp-vm-view-list ul li .cbp-vm-details {
	color: #999;
	font-size: 12px;
	margin-top: 0;
	line-height: 20px;
	overflow: hidden;
	height: auto;
	max-height: 40px;
	padding: 0
}

.cbp-vm-view-list ul li .cbp-list-left .more {
	display: inline-block;
	color: #002560;
	font-size: 20px;
	line-height: 22px;
	margin-top: 10px;
	padding-right: 16px;
	font-family: 'BebasNeue';
	background: url(../images/icon_right_r.png) no-repeat right center;
	transition: all .5s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0
}

.cbp-vm-view-list ul li:hover .cbp-list-left .more {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1
}

.cbp-vm-view-list ul li .cbp-list-left .more:hover {
	padding-right: 20px;
	text-decoration: none
}

.cbp-vm-view-list ul li .blog_tag {
	margin-top: 15px
}

.cbp-vm-image .icon {
	width: 35px;
	height: 63px;
	position: absolute;
	right: 0;
	bottom: 0;
	right: -40px;
	display: inline-block;
	background: url(../images/right_h.png) no-repeat center center;
	overflow: hidden;
	text-indent: -9999px;
	color: #333;
	font-size: 12px;
	line-height: 50px;
	text-align: center;
	transition: all .5s;
	border-radius: 2px 0 0 2px
}

.cbp-vm-image .icon i {
	line-height: 40px
}

.cbp-vm-switcher ul li:hover .cbp-vm-image .icon {
	right: 0
}

.pro-list-tags {
	list-style: none;
	padding: 5px;
	text-align: left;
	background: #fafafa;
	margin-top: 15px
}

.pro-list-tags>p {
	display: inline-block;
	font-size: 13px;
	margin-right: 5px;
	text-transform: capitalize;
	padding-left: 5px
}

.pro-list-tags li {
	display: inline-block;
	margin: 5px;
	border: none;
	padding: 0
}

.pro-list-tags li:last-child {
	padding: 0
}

.pro-list-tags li a {
	display: inline-block;
	padding: 4px 20px;
	color: #4d4d4d;
	font-size: 13px;
	text-transform: capitalize;
	border: 2px solid #e5e5e5;
	border-radius: 25px
}

.pro-list-tags li i {
	padding-right: 5px;
	color: #4d4d4d
}

.pro-list-tags li:hover a {
	color: #fff;
	text-decoration: none;
	background: #0267bb;
	border: 2px solid #0267bb
}

.pro-list-tags li:hover i {
	color: #fff
}

.cbp-vm-view-list .cbp-hover {
	display: none
}

.cbp-vm-view-list .cbp-list-center {
	width: 76%;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 15px;
	background: #fff
}

.cbp-vm-view-list .cbp-list-center .cbp-list-left {
	padding-left: 0
}

.cbp-vm-view-list .cbp-list-more {
	display: block;
	margin-top: 20px;
	float: right;
	padding-right: 0
}

@media screen and (max-width:940px) {
	.cbp-vm-view-grid ul li {
		width: 49%
	}
}

@media only screen and (max-width:768px) {
	.pro-cat li {
		margin-bottom: 10px
	}

	.cbp-vm-options {
		margin-top: 0
	}

	.cbp-vm-view-list ul li .cbp-list-left .more {
		letter-spacing: 0
	}

	.cbp-vm-view-list ul li .cbp-list-left .more {
		display: none
	}
}

@media screen and (max-width:520px) {
	.cbp-vm-options {
		text-align: center
	}

	.cbp-vm-view-list>ul>li {
		width: 100%
	}

	.cbp-vm-view-list ul li .cbp-vm-details {
		height: 40px
	}

	.cbp-vm-view-list .prol_more {
		font-size: 13px;
		padding: 2px 20px 7px 20px
	}

	.cbp-vm-view-list .cbp-list-center {
		width: 100%;
		margin-top: 10px
	}

	.cbp-vm-view-list ul li .cbp-vm-details {
		width: 100%
	}

	.cbp-vm-view-list .cbp-vm-image {
		width: 100%
	}

	.cbp-vm-view-list ul li>div>div {
		width: 100%
	}

	.cbp-vm-view-grid ul li {
		margin-bottom: 0
	}

	.cbp-vm-view-list ul li .cbp-title {
		font-size: 14px
	}

	.cbp-vm-view-grid ul li .cbp-title {
		font-size: 12px;
		margin-bottom: 0
	}

	.cbp-vm-view-list .cbp-list-view {
		display: none
	}

	.cbp-vm-view-grid ul li .cbp-vm-details {
		display: none
	}

	.cbp-vm-view-list ul li>div .cbp-list-center,
	.cbp-vm-view-list .cbp-list-center .cbp-list-left {
		width: 100%;
		padding: 0
	}

	.cbp-vm-view-list .pro-list-tags p {
		display: block
	}

	.cbp-vm-view-list .cbp-list-more {
		padding: 0
	}

	.cbp-vm-view-list .cbp-list-more .main-more {
		display: inline-block;
		margin-right: 10px
	}

	.cbp-vm-view-grid .cbp-list-center {
		padding: 10px 0 0 0
	}

	.cbp-vm-options em {
		display: block;
		float: none;
		margin-bottom: 10px
	}
}

@media screen and (max-width:400px) {
	.cbp-vm-view-grid ul li .cbp-title {
		font-size: 13px;
		margin-top: 10px;
		line-height: 18px;
		height: 36px
	}

	.cbp-list-left {
		padding: 0
	}

	.cbp-vm-image .image_more {
		display: none
	}
}

.sp-loading {
	text-align: center;
	max-width: 100%;
	border: 2px solid #fafafa;
	padding: 2px;
	border-radius: 0;
	font-size: 12px;
	color: #888
}

.sp-loading img {
	max-width: 100%;
	height: auto
}

.sp-wrap {
	display: none;
	line-height: 0;
	font-size: 0;
	border-radius: 3px;
	position: relative;
	text-align: left;
	max-width: 100%;
	width: 100%
}

.sp-thumbs {
	text-align: left;
	display: block;
	padding: 10px 0;
	background: #fff;
	border-top: 1px solid #f0f0f0
}

.sp-thumbs a {
	position: relative;
	border: 1px solid #fff;
	border-radius: 2px
}

.sp-thumbs a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all var(--transition-time, 800ms);
	-o-transition: all var(--transition-time, 800ms);
	transition: all var(--transition-time, 800ms)
}

.sp-thumbs a:hover:before {
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1
}

.sp-thumbs img {
	min-height: 56px;
	min-width: 56px;
	max-width: 56px
}

.sp-thumbs a:link,
.sp-thumbs a:visited {
	width: 70px;
	height: 70px;
	overflow: hidden;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	display: inline-block;
	background-size: cover;
	background-position: center;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	margin: 0 3px
}

.sp-thumbs a:hover {
	opacity: 1;
	border: 1px solid #002560
}

.sp-thumbs a:active,
.sp-current {
	opacity: 1 !important;
	position: relative;
	border: 1px solid #002560 !important
}

.sp-thumbs a.sp-current:after {
	transform: scaleX(1);
	visibility: visible
}

.sp-large {
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%
}

.sp-large a img {
	max-width: 100%;
	height: auto;
	width: 100%;
	border: 2px solid #cccc
}

.sp-large a {
	display: block
}

.sp-zoom {
	position: absolute;
	left: -50%;
	top: -50%;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
	display: none
}

.sp-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .9);
	z-index: 9999999;
	display: none;
	cursor: pointer
}

.sp-lightbox img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 90%;
	max-height: 90%;
	border: 2px solid #fff
}

#sp-prev,
#sp-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 501;
	color: #fff;
	padding: 14px;
	text-decoration: none;
	background: #000;
	border-radius: 25px;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	transition: .2s
}

#sp-prev {
	left: 14%
}

#sp-prev:before {
	content: '';
	border: 7px solid transparent;
	border-right: 15px solid #fff;
	position: absolute;
	top: 16px;
	left: 7px
}

#sp-next {
	right: 14%
}

#sp-next:before {
	content: '';
	border: 7px solid transparent;
	border-left: 15px solid white;
	position: absolute;
	top: 16px;
	left: 18px
}

#sp-prev:hover,
#sp-next:hover {
	background: #444
}

@media screen and (max-width:768px) {
	#sp-prev {
		left: 10px
	}

	#sp-next {
		right: 10px
	}
}

@media screen and (max-width:400px) {
	.sp-wrap {
		margin: 0 0 0
	}

	#sp-prev,
	#sp-next {
		top: auto;
		margin-top: 0;
		bottom: 25px
	}
}

.sp-current-big img {
	width: 100%
}

.sp-large img {
	max-width: none
}

.prom_img {
	padding: 0;
	text-align: center;
	padding-bottom: 0;
	border: 1px solid #f7f7f7;
	margin-bottom: 40px
}

.prom-right {
	padding-left: 30px;
	margin-bottom: 20px
}

.prom-right>h1 {
	padding: 0;
	margin: 0;
	display: block;
	font-size: 40px;
	text-transform: capitalize;
	color: #333;
	margin-bottom: 15px;
	line-height: 50px;
	font-family: 'BebasNeue';
	text-align: center;
	margin-bottom: 30px
}

.prom-right>div.main {
	font-size: 17px;
	line-height: 20px;
	color: #999;
	margin-bottom: 20px
}

.prom-right {
	padding-left: 20px
}

.prom-right .pro-table {
	margin-bottom: 20px;
	border-top: 1px solid #e5e5e5;
	padding-top: 20px
}

.prom-right .pro-table ul li {
	list-style: none;
	margin-bottom: 5px
}

.prom-right .pro-table ul li p {
	display: inline-block;
	font-size: 12px;
	color: #4d4d4d;
	text-transform: capitalize
}

.prom-right .pro-table ul li span {
	color: #333;
	display: inline-block;
	font-size: 12px;
	padding-left: 5px;
	color: #999
}

.prom-right .main_more {
	margin-top: 0px;
	padding-right: 45px;
	background-image: url(../images/icon_contact_p.png);
	background-repeat: no-repeat;
	background-position: 85% 12px;
	background-size: 16px;
	font-size: 20px
}

.prom-right .main_more.pro_down {
	margin-left: 10px;
	background: #002560;
	display: inline-block
}

.prom-right .main_more.pro_down:before {
	background: #ff7109
}

.prom-right .main_more.pro_down a {
	padding-right: 50px;
	background: url(../images/icon_pdf.html) no-repeat 84% 10px;
	background-size: 20px;
	font-size: 12px
}

.mostBox {
	margin: 0 0 30px 0
}

.mostBox .title {
	background: url(../images/l_title_bg.html) no-repeat left bottom;
	font-size: 28px;
	margin-bottom: 20px;
	display: block;
	text-transform: uppercase;
	padding-bottom: 5px;
	text-align: left
}

.mostBox {
	font-size: 12px;
	line-height: 24px
}

.mostBox .text em {
	font-style: italic
}

.mostBox .text img {
	max-width: 100%;
	height: auto
}

.mostBox .text a:hover {
	color: #bd1e4e
}

.products>.title {
	display: block;
	position: relative;
	text-align: left;
	margin-bottom: 20px;
	padding: 2px 0
}

.products>.title i {
	background: #0d58cb;
	color: #fff;
	padding: 10px;
	font-size: 16px;
	border-radius: 50%;
	vertical-align: middle
}

.products>.title h1 {
	margin: 0;
	display: inline-block;
	color: #555555;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 36px;
	font-family: 'CenturyGothicB';
	position: relative;
	z-index: 2;
	vertical-align: middle;
	margin-left: 10px
}

@media only screen and (max-width:992px) {

	.sp-thumbs a:link,
	.sp-thumbs a:visited {
		width: 50px;
		height: 50px
	}

	.products .pro_img {
		width: 100%;
		padding: 0
	}

	.products .pro-right {
		width: 100%;
		padding: 0;
		padding-top: 20px
	}

	.send_box.pro_message {
		display: block;
		padding: 20px 0;
		margin-bottom: 10px;
		border-bottom: 1px solid #fc7f46
	}

	.prom-right {
		padding-left: 0 !important;
		padding-right: 0
	}

	.prom-right>h1 {
		font-size: 24px;
		line-height: 22px
	}

	.prom_img {
		margin-bottom: 30px
	}
}

@media only screen and (max-width:768px) {
	.pro-right {
		padding: 0;
		margin-top: 0;
		margin-bottom: 20px
	}

	.sp-thumbs {
		text-align: left
	}

	.pro-table {
		margin-top: 20px
	}

	.products .pro_inquiry .message {
		padding: 0
	}

	.mostBox {
		margin-top: 0
	}

	.mostBox .tab-scroll {
		margin-left: 0;
		padding-bottom: 0
	}

	.products .pro-list-tags p {
		display: block
	}

	.pro_message {
		margin: 0;
		margin-top: 20px
	}

	.pro_message li .meInput,
	.pro_message li .meText {
		width: 100%
	}

	.pro_message .main_title {
		text-align: center
	}

	.pro_message .main_title>em {
		background-position: center bottom
	}

	.mostBox .text {
		font-size: 12px
	}

	.prom_main {
		padding: 40px 0
	}

	.prom_main .pro_con {
		display: none
	}

	.products>.title {
		margin-bottom: 20px;
		border-bottom: 1px solid #e5e5e5;
		padding-bottom: 20px
	}

	.products>.title h1 {
		font-size: 24px;
		line-height: 28px;
		max-width: 70%;
		margin-left: 5px;
		vertical-align: top
	}

	.pro_message form {
		max-width: 100%
	}

	.mobile_inquiry {
		position: fixed;
		bottom: 58px;
		background: #fafafa;
		box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
		padding: 10px 15px;
		z-index: 9999;
		left: 0;
		width: 100%;
		text-align: right;
		max-height: 50px
	}

	.mobile_inquiry .main_more a {
		padding: 4px 35px 4px 20px;
		font-family: 'Ropa Sans', sans-serif;
		background-position: 88% 8px
	}

	.prom-right .main_more.pro_down a {
		background-position: 84% 7px;
		font-size: 11px
	}

	.prom-right .main_more {
		font-size: 12px;
		padding: 4px 40px 4px 15px;
		background-position: 85% 8px
	}
}

@media only screen and (max-width:480px) {
	.products .pro-right {
		margin-bottom: 0
	}
}

.page_pro {
	margin-top: 30px;
	position: relative
}

.page_pro .slider {
	padding-top: 0;
	position: relative
}

.page_pro .slider .li {
	transition: all .5s;
	display: block;
	background: #fff;
	padding: 20px 15px;
	overflow: hidden;
	position: relative;
	border: 1px solid #f7f7f7
}

.page_pro .slider .li:after {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	left: -100%;
	bottom: 0;
	display: block;
	background: #002560;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition: all .5s
}

.page_pro .slider .li:hover:after {
	-webkit-transform: translateY(1);
	-ms-transform: translateY(1);
	transform: translateY(1);
	left: 0
}

.page_pro .slider .li .image {
	position: relative;
	display: block;
	overflow: hidden
}

.page_pro .slider .li .image>a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 5
}

.page_pro .slider .li .image img {
	max-width: 100%;
	height: auto;
	transition: all .5s
}

.page_pro .slider .li:hover .image img {
	-webkit-transform: scale(var(--scale-multiplier, 1.05));
	-ms-transform: scale(var(--scale-multiplier, 1.05));
	transform: scale(var(--scale-multiplier, 1.05))
}

.page_pro .slider .li .image .icon {
	width: 35px;
	height: 63px;
	position: absolute;
	right: 0;
	bottom: 0;
	right: -40px;
	display: inline-block;
	background: url(../images/right_h.png) no-repeat center center;
	overflow: hidden;
	text-indent: -9999px;
	color: #333;
	font-size: 12px;
	line-height: 40px;
	text-align: center;
	transition: all .5s;
	border-radius: 2px 0 0 2px
}

.page_pro .slider .li .image .icon i {
	line-height: 40px
}

.page_pro .slider .li:hover .image .icon {
	right: 0
}

.page_pro .slider .li h4.title {
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0
}

.page_pro .slider .li .title a {
	display: block;
	font-family: 'poppinsB';
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	height: 48px
}

.page_pro .slider .li:hover .title a {
	color: #002560;
	text-decoration: none
}

.page_pro .slider .li .text {
	color: #999;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	height: 40px
}

.page_pro .slick-prev {
	left: -30px;
	width: 30px;
	height: 50px;
	background: #ccc;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	top: 50%;
	margin-top: -20px
}

.page_pro .slick-prev:before {
	content: "\f104";
	font-family: 'FontAwesome';
	color: #fff;
	line-height: 50px;
	width: 30px;
	height: 50px;
	display: block;
	font-size: 20px
}

.page_pro .slick-next {
	right: -30px;
	width: 30px;
	height: 50px;
	background: #ccc;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	top: 50%;
	margin-top: -20px
}

.page_pro .slick-next:before {
	content: "\f105";
	font-family: 'FontAwesome';
	color: #fff;
	line-height: 50px;
	width: 30px;
	height: 50px;
	display: block;
	font-size: 20px
}

.page_pro:hover .slick-prev {
	left: -20px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1
}

.page_pro:hover .slick-next {
	right: -20px;
	filter: alpha(opacity=10);
	-moz-opacity: 1;
	opacity: 1
}

.page_pro .slick-prev:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background: #002560
}

.page_pro .slick-prev:hover:before {
	color: #fff
}

.page_pro .slick-next:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background: #002560
}

.page_pro .slick-next:hover:before {
	color: #fff
}

.page_footer .footer {
	margin-top: -40px;
	padding-top: 60px
}

.page_footer .send_content {
	padding-bottom: 70px
}

@media only screen and (max-width:1400px) {

	.page_pro .slick-prev,
	.page_pro:hover .slick-prev {
		left: -10px;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1
	}

	.page_pro .slick-next,
	.page_pro:hover .slick-next {
		right: -10px;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1
	}
}

@media only screen and (max-width:992px) {
	.page_pro {
		padding-bottom: 20px
	}

	.page_pro .slider .li {
		padding: 20px 10px
	}

	.page_pro .slider .li .title {
		font-size: 12px
	}
}

@media only screen and (max-width:768px) {
	.page_footer .con_box {
		display: none
	}

	.page_footer .mes_box {
		display: block;
		padding: 0;
		text-align: center
	}

	.page_footer .mes_box ul li {
		padding: 0
	}

	.page_pro .slider .li .title a {
		font-size: 14px;
		line-height: 20px;
		height: 40px
	}
}

.video_l {
	list-style: none
}

.video_l li {
	margin-bottom: 30px;
	text-align: left
}

.video_l li .image {
	display: block;
	overflow: hidden;
	position: relative
}

.video_l li .image>a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	display: block
}

.video_l li .image img {
	max-width: 100%;
	height: auto;
	transition: all .5s;
	width: 100%
}

.video_l li .image:hover img {
	-webkit-transform: scale(var(--scale-multiplier, 1.05));
	-ms-transform: scale(var(--scale-multiplier, 1.05));
	transform: scale(var(--scale-multiplier, 1.05))
}

.video_l li .image .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-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 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: 99
}

.video_l li .image .icon i {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff;
	position: relative;
	text-align: center;
	line-height: 50px;
	color: #002560;
	transition: all .5s;
	font-size: 16px
}

.video_l li .image:hover .icon i {
	background: #002560;
	color: #fff
}

.video_l li .image .icon:after {
	content: '';
	width: 70px;
	height: 70px;
	z-index: -1;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-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 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2
}

.video_l li .image:hover .icon:after {
	width: 100px;
	height: 100px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0
}

.video_l li .title {
	display: block;
	font-family: 'poppinsB';
	margin-top: 15px;
	margin-bottom: 15px;
	color: #333;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	height: 48px
}

.video_l li:hover .title {
	color: #002560;
	text-decoration: none
}

.video_l li .text {
	color: #999;
	font-size: 12px;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden
}

@media only screen and (max-width:768px) {
	.video_l li {
		padding: 0 8px;
		margin-bottom: 20px
	}

	.video_l li .title {
		font-size: 14px
	}
}

@media only screen and (max-width:480px) {
	.video_l li {
		padding: 0;
		width: 100%
	}
}

.case_l {
	list-style: none
}

.case_l li {
	margin-bottom: 30px;
	text-align: left
}

.case_l li .image {
	position: relative;
	overflow: hidden;
	position: relative
}

.case_l li .image>a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10
}

.case_l li .image img {
	max-width: 100%;
	width: 100%;
	height: auto;
	transition: all .5s
}

.case_l li:hover .image img {
	-webkit-transform: scale(var(--scale-multiplier, 1.05));
	-ms-transform: scale(var(--scale-multiplier, 1.05));
	transform: scale(var(--scale-multiplier, 1.05))
}

.case_l li .image .icon {
	display: inline-block;
	width: 35px;
	height: 63px;
	background: url(../images/right_h.png) no-repeat center center;
	position: absolute;
	right: -50%;
	bottom: 0;
	transition: all .5s
}

.case_l li:hover .image .icon {
	right: 0
}

.case_l li .main {
	background: #ebebeb;
	overflow: hidden;
	padding: 20px 20px 20px 20px
}

.case_l li:hover .main {
	background: #002560
}

.case_l li .title {
	font-family: 'BebasNeue';
	display: block;
	color: #4c4c4c;
	font-size: 24px;
	line-height: 24px;
	overflow: hidden;
	max-height: 64px;
	overflow: hidden;
	transition: all .5s;
	margin-bottom: 15px
}

.case_l li:hover .title {
	color: #fff;
	text-decoration: none
}

.case_l li .text {
	color: #808080;
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	transition: all .5s
}

.case_l li:hover .text {
	color: #fae1e0
}

@media only screen and (max-width:768px) {
	.case_l li {
		padding: 0;
		margin-bottom: 20px
	}

	.case_l li .title {
		font-size: 20px;
		line-height: 24px
	}
}

.down_l {
	list-style: none
}

.down_l li {
	margin-bottom: 30px
}

.down_l li .main {
	background: #fafafa url(../images/down_bg.html) no-repeat right center;
	overflow: hidden;
	border-radius: 25px;
	padding-right: 20px;
	padding-left: 20px;
	transition: all .5s
}

.down_l li:hover .main {
	background-color: #002560;
	background-image: url(../images/down_bg_g.html)
}

.down_l li .main a {
	display: block;
	width: 100%;
	padding: 10px 0
}

.down_l li .main p {
	display: inline-block;
	max-width: 80%;
	line-height: 24px;
	float: left;
	color: #333333;
	font-size: 14px;
	font-family: 'poppinsB';
	transition: all .5s
}

.down_l li:hover .main p {
	color: #fff
}

.down_l li .main i {
	color: #ff7109;
	font-size: 20px;
	display: inline-block;
	float: left;
	line-height: 24px;
	margin-right: 10px;
	transition: all .5s
}

.down_l li:hover .main i {
	color: #fff
}

@media only screen and (max-width:768px) {
	.down_l li .main p {
		font-size: 14px;
		line-height: 20px
	}

	.down_l li .main i {
		font-size: 18px;
		line-height: 20px
	}

	.down_l li .main {
		background-size: 36px
	}
}

.page_wrapper_2 {
	padding: 20px 0
}

.page_wrapper_2 .inquiry_check .main_more {
	margin-top: 10px
}

.contacticon {
	float: left;
	width: 17%
}

.contacta {
	display: inline-block;
	margin-top: 6px;
	font-size: 20px
}

.product-preview {
	width: 100%
}

.product-preview .__inner {
	margin-bottom: -10px
}

.product-preview .col,
.product-preview [class*=col-] {
	padding-left: 5px;
	padding-right: 5px
}

.product-preview--style-1 .__item {
	height: 450px
}

.product-preview .__item {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-bottom: 10px;
	-webkit-transition: padding .5s;
	-o-transition: padding .5s;
	transition: padding .5s
}

.product-preview .__item .__intro-text {
	margin-left: auto;
	width: 100%;
	max-width: 580px;
	padding-left: 20px;
}

.main p {
	margin-top: 25px;
	margin-bottom: 25px
}

.product-preview .__item .__image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	overflow: hidden;
	-webkit-transition: top .5s, right .5s, bottom .5s, left .5s;
	-o-transition: top .5s, right .5s, bottom .5s, left .5s;
	transition: top .5s, right .5s, bottom .5s, left .5s
}

.product-preview .__item .__image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	font-family: "object-fit:cover;object-position:50% 50%";
	-webkit-transition: opacity .2s, -webkit-transform .7s cubic-bezier(.25, .46, .45, .94);
	transition: opacity .2s, -webkit-transform .7s cubic-bezier(.25, .46, .45, .94);
	-o-transition: transform .7s cubic-bezier(.25, .46, .45, .94), opacity .2s;
	transition: transform .7s cubic-bezier(.25, .46, .45, .94), opacity .2s;
	transition: transform .7s cubic-bezier(.25, .46, .45, .94), opacity .2s, -webkit-transform .7s cubic-bezier(.25, .46, .45, .94)
}

.product-preview .__item .__content {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 15px;
	background-color: #333;
	color: #fff !important;
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out
}

.product-preview .__item .__image+.__content {
	background-color: rgba(51, 51, 51, .2)
}

.product-preview .__item .__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.protitle {
	font-family: 'Teko', sans-serif;
	font-weight: 600;
	font-size: 60px;
	line-height: 1.2;
	font-weight: 900;
	text-transform: uppercase;
	color: #000;
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out
}

.custom-btn {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-left: 28px;
	padding-right: 28px;
	line-height: 1;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center !important;
	text-decoration: none !important;
	text-shadow: none !important;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #000;
	border: 2px solid #002561;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	user-drag: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transition: background-color .25s ease-in-out, border-color .25s ease-in-out, color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out, border-color .25s ease-in-out, color .25s ease-in-out;
	transition: background-color .25s ease-in-out, border-color .25s ease-in-out, color .25s ease-in-out
}

.custom-btn--medium {
	min-width: 160px;
	min-height: 54px;
	padding-top: 19px;
	padding-bottom: 19px
}

.product-preview .__item:hover .__image+.__content {
	background-color: rgba(0, 37, 97, 0.66) !important;
}

.__content h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 3rem;
	margin-top: 300px;
	font-family: 'Teko', sans-serif;
	font-weight: 600;
}

.about-big-title {
	background: url('../../images/About-us-Background.jpg');
	background-repeat: no-repeat;
	background-size: cover
}

#contact {
	padding: 37px 0 60px 0
}

.title__divider {
	overflow: hidden;
	margin: 0 0 30px 0;
	padding: 0
}

.title__divider__wrapper {
	display: inline-block;
	position: relative;
	font-size: 30px;
	color: #121212;
	padding-top: 10px;
	font-family: 'BebasNeue';
}

.title__divider--circle .line-left,
.title__divider--circle .line-right {
	height: 2px;
	width: 1000%;
	position: absolute;
	top: .5em
}

.title__divider__wrapper span {
	margin: 9px 0 0 0
}

.base-bg-1 {
	background-color: rgba(0, 136, 204, 0.84) !important
}

.title__divider--circle .line-left:after,
.title__divider--circle .line-right:after {
	content: '';
	display: block;
	position: absolute;
	margin-top: -2px;
	border-radius: 50%;
	height: 6px;
	width: 6px;
	top: 0;
	box-shadow: 0 0 0 6px #0088cc inset, 0 0 10px 0 rgba(0, 157, 53, 1)
}

.title__divider--circle .line-right {
	left: 120%
}

.title__divider--circle .line-right {
	left: 120%
}

.title__divider--circle .line-left {
	right: 123%
}

.title__divider--circle .line-left:after,
.title__divider--circle .line-right:after {
	content: '';
	display: block;
	position: absolute;
	margin-top: -2px;
	border-radius: 50%;
	height: 6px;
	width: 6px;
	top: 0;
	box-shadow: 0 0 0 6px #0088cc inset, 0 0 10px 0 rgba(0, 157, 53, 1)
}

.title__divider--circle .line-left:after {
	right: 0
}

.adress-icon span.fa {
	color: #002560;
	font-size: 2em;
	vertical-align: middle
}

.pl-lg-5,
.px-lg-5 {
	padding-left: 3rem !important
}

.fa,
.fas {
	font-weight: 900
}

.adress-w3pvt-info h6 {
	font-size: 1.2em;
	color: #3d3d3e;
	margin: 1em 0 0 0;
	text-transform: capitalize
}

.mt-5,
.my-5 {
	margin-top: 3rem !important
}

.contact-left-form {
	padding: 3em;
	background: #fff;
	box-shadow: 0 0 50px rgba(0, 0, 0, .1)
}

.contact-forms input,
.contact-forms textarea,
.contact-forms select {
	font-size: 15px;
	color: #121212;
	padding: 1.5em 1em;
	outline: none;
	border: none;
	border-radius: 0px;
	outline: none !important;
	border: solid 1px #e0e0e0
}

.pic {
	overflow: hidden;
	height: 100%;
	width: 100%
}

.sidepan img:hover {
	margin-left: -120px
}

.sidepan img {
	transition: margin 1s ease
}

.title-base-about.text-left {
	text-align: left;
	display: inline-block;
	position: relative;
}

.inner-box-shadow {
	padding: 40px 25px;
	background-color: #fff;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, .1);
}

.resp-tab-content p {
	text-align: justify;
}

.section-title-about h2 span {
	color: #000;
}

.section-title-about h2 {
	color: #002561;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: .7px;
	margin-bottom: 13px;
	text-transform: uppercase;
}

ul.list-style-type {
	list-style-type: none;
}

.right5 {
	margin-left: -16px;
	padding-top: 6px;
	position: absolute;
}

.list-style-type>li {
	margin-left: 14px;
}

.certi h3,
.certi h5 {
	color: #000;
}

/*Modal CSS*/
.modal-header {
	border-bottom: 0px;
}

.modal-footer {
	border-top: 0px;
}

.modal {
	z-index: 9999999;
	overflow-y: hidden;
}

.modal-dialog {
	max-width: 810px;
	width: 95%;
}

.modal-content {
	margin-top: 45%;
}

.stick_popup {
	height: auto;
	min-height: auto;
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 0;
}

.pop-img {
	display: block;
	max-width: 100%;
	margin-top: 30%;
}

.stick_close {
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;
	font-size: 17px;
	background-color: #e31e24;
	color: #fff;
	padding: 17px;
	text-decoration: none;
}

.modal-backdrop.in {
	filter: alpha(opacity=95);
	opacity: .95;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	background-color: #000;
}

.headerh3 {
	font-size: 19px;
	line-height: 33px;
	font-weight: bold;
	color: #000;
}

.modal-header {
	background-color: #002561;
	color: #fff;
}

.modal-title {
	text-align: center;
	font-size: 19px;
	color: #fff;
	margin-top: 7px !important;
}

.form-horizontal .form-group {
	clear: both;
}

.form-control1 {
	width: 99%;
}

.navbar23 {
	overflow: hidden;
	background-color: #333;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999999;
	padding: 10px 0px;
}

.navbar23 button {
	font-size: 12px;
	width: 100%;
}

.btn-danger {
	background-color: #002561 !important;
	border-color: #002561 !important;
}

.sidebutton {
	left: 0;
	position: fixed;
	top: 250px;
	z-index: 10000;
}

.sidebutton1 {
	right: 0px;
	position: fixed;
	top: 250px;
	z-index: 10000;
}

.formtop {
	margin-top: 10px;
}

.padd-0 {
	padding: 0px;
}

.capside {
	float: left;
	margin-top: 5px;
	margin-bottom: 15px;
}

.submitbutton {
	background: #002561;
	color: #FFF !important;
	font-size: 16px;
	line-height: 13px;
	border-radius: 5px;
	padding: 6px 4px;
	border: 1px solid #002561;
}

/*----------------- End Modal CSS------------------------*/

/*-----------------Validation----------------------------*/
.example {
	margin: 15px;
	font-size: 14px;
	color: #656666;
	content: "Example";
	background-color: #fff;
	border-color: #929494;
	border-width: 1px;
	border-radius: 4px;
	padding: 10px 20px 10px;
	border-style: solid;
}

.form-control-feedback {
	display: none;
}

.has-feedback label~.form-control-feedback {
	top: 0 !important;
}

.error {
	text-align: left !important;
	display: table !important;
}

/*-----------------End Validation----------------------------*/
.myicon {
	position: relative;
	top: 4px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 12px;
	float: right;
	margin-right: 9px;
	/* border: 1px solid #000; */
	padding: 0 5px !important;
}

.sidebarh4 {
	color: #fff;
	text-align: center;
	padding: 10px;
	background-color: #002561;
	margin: 0px;
	margin-top: 20px;
	line-height: 25px;
	margin-bottom: 10px !important;
}

a.list-group-item,
button.list-group-item {
	text-transform: capitalize;
}

.mybtn1 {
	margin-bottom: 10px;
	width: 100%;
}

.btn-primary:hover {
	color: #fff;
	background-color: #002561;
	border-color: #002561;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
	background-color: #002561;
	color: #fff;
}

.innerh1 {
	padding: 0;
	margin: 0;
	display: block;
	font-size: 29px;
	text-transform: capitalize;
	color: #333;
	margin-bottom: 15px;
	line-height: 33px;
	text-align: center;
	margin-bottom: 30px;
}

.innertop {
	margin-top: 50px;
	margin-bottom: 20px;
}

.cmt-row.portfolio-top-section,
.cmt-row.services-top-section {
	padding-bottom: 75px;
}

.cmt-row {
	padding: 90px 0;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.featured-imagebox-portfolio {
	position: relative;
	overflow: hidden;
	box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.75);
}

.featured-imagebox .featured-thumbnail {
	position: relative;
	overflow: hidden;
}

.featured-imagebox-portfolio.style1 .cmt-box-view-overlay:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(8, 21, 40, .69);
	position: absolute;
	top: -100%;
	left: 0;
	z-index: 1;
}

.featured-imagebox-portfolio.style1 .portfolio-icon-box {
	background-color: #fe982f;
}

.featured-imagebox-portfolio.style1 .portfolio-icon-box {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	width: 50px;
	text-align: center;
	z-index: 1;
	transform: translateX(50px);
	opacity: 0;
	transition: all .4s;
	transition-delay: .1s;
}

.portfolio-icon-box a {
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
}

.featured-imagebox-portfolio.style1 .featured-content {
	background-color: #002561 !important;
}

.featured-imagebox-portfolio.style1 .featured-content {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	margin-bottom: 0;
	text-align: center;
	padding: 0 15px;
	transform: perspective(500px) rotateX(90deg);
	transition: all .5s;
	transform-origin: bottom;
	z-index: 1;
	height: 110px;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
}

.featured-imagebox-portfolio .category p {
	margin-bottom: 0;
	font-size: 13px;
	text-transform: capitalize;
	color: #fff;
}

.featured-title h5 {
	font-size: 21px;
	line-height: 28px;
	margin-bottom: 0;
	text-transform: capitalize;
}

.featured-imagebox-portfolio.style1:hover .featured-content {
	transform: perspective(500px) rotateX(0);
}

.featured-imagebox-portfolio.style1:hover .cmt-box-view-overlay:before {
	top: 0;
}

.featured-imagebox-portfolio.style1:hover .portfolio-icon-box {
	opacity: 1;
	transform: translateX(0);
}

.featured-imagebox-portfolio .cmt-box-view-overlay:before {
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.featured-imagebox-portfolio .featured-title h5 a {
	color: #fff;
}

.img-fluid {
	max-width: 100%;
}

.innertop p {
	text-align: justify;
}

.in a {
	background-color: #50688e !important;
}

/* .in a{background-color: #6ac58f !important;} */
a.list-group-item,
button.list-group-item {
	background-color: #002561;
	color: #fff;
}

a.list-group-item.active1 {
	background-color: #f6bd36 !important;
	color: #fff !important;
}

.ptab-list {
	margin-bottom: 30px;
}

.center {
	text-align: center;
}

.table {
	text-transform: capitalize;
}

.center {
	text-align: center;
}

.pagination a.active {
	background-color: #002561;
	color: white;
	border: 1px solid #002561;
}

.pagination a {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #ddd;
	margin: 0 4px;
}

.pagination a:hover:not(.active) {
	background-color: #f5b41b;
	color: #fff;
}


.pt-0 {
	padding-top: 0;
}

.contact_form {
	width: 100%;
	background: #1e1e1e;
	padding: 28px;
}

.con_form {
	padding: 0;
	width: 99%;
}

.footerh3 {
	color: #fff;
	margin-top: 20px;
	text-align: center;
}

.top-header>nav>ul>li {
	display: inline-block;
	vertical-align: text-top;
	margin: 0 12px !important;
}

.top-header {
	margin-left: 140px;
}

#top {
	background-color: #002560;
}

#top ul li {
	font-size: 24px;
}

#top ul li a {
	color: #fff;
}

#top ul li i {
	color: #fff;
}

.carousel-inner1 {
	position: relative;
	width: 100%;


	overflow: hidden;
}

#carousel-custom {
	/*margin: 20px auto;*/
	width: 440px;
}

#carousel-custom .carousel-indicators {
	margin: 10px 0 0;
	overflow: auto;
	position: static;
	text-align: left;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
}

#carousel-custom .carousel-indicators li {
	background-color: transparent;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: inline-block;
	height: auto;
	margin: 0 !important;
	width: auto;
	border: 0px !important;
}

#carousel-custom .carousel-indicators li img {
	display: block;
	opacity: 0.5;
}

#carousel-custom .carousel-indicators li.active img {
	opacity: 1;
}

#carousel-custom .carousel-indicators li:hover img {
	opacity: 0.75;
}

#carousel-custom .carousel-outer {
	position: relative;
}

.carousel-indicators li img {
	height: 100px;
	width: 100px;
}


.pro-title {
	display: block;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 10px;
	margin-top: 20px;
}

.pro-title em {
	display: inline-block;
	position: relative;
	color: #19376f;
	text-transform: capitalize;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 0;
	z-index: 1;
	font-style: normal;
	font-weight: 700;
	margin-top: 15px;
	padding-left: 80px;
}

.pro-title::before {
	content: '';
	width: 70px;
	height: 40px;
	border-bottom-right-radius: 10px;
	background: #19376f;
	position: absolute;
	border-bottom-right-radius: 10px;
	left: 0;
	top: 10px;
}

.service-details__feature-list {
	margin: 0;
}

.service-details__feature-list li {
	font-size: 18px;
	color: #222222;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 24px;
}

.service-details__feature-list li+li {
	margin-top: 10px;
}

.service-details__feature-list li i {
	color: #f4b419 !important;
	font-size: 20px !important;
	margin-right: 15px;
}

.table-mcolor thead th {
	background-color: #f4b419;
	color: #19376f;
}

.table-mcolor thead th:nth-child(2n) {
	background-color: #19376f;
	color: #FFF;
}

.table-mcolor tbody tr:nth-of-type(odd) {
	background: #FFF;
}

.table-mcolor tbody tr:nth-child(2n + 1) td:nth-child(2n + 0) {
	background-color: #CCC;
}

.table-mcolor tbody tr:nth-child(2n + 2) td:nth-child(2n + 1) {
	background-color: #CCC;
}

.project-one__single img {
	width: 100%;
}

.contact-info-one {
	padding-top: 120px;
	padding-bottom: 90px;
}


.table-mcolor thead th {
	background-color: #f4b419;
	color: #19376f;
}

.table-mcolor thead th:nth-child(2n) {
	background-color: #19376f;
	color: #FFF;
}

.table-mcolor tbody tr:nth-of-type(odd) {
	background: #FFF;
}

.table-mcolor tbody tr:nth-child(2n + 1) td:nth-child(2n + 0) {
	background-color: #CCC;
}

.table-mcolor tbody tr:nth-child(2n + 2) td:nth-child(2n + 1) {
	background-color: #CCC;
}

.contact-info-one td {
	text-align: center;
	vertical-align: middle;
}

.singleHeader .stricked-menu {
	display: none;
}


.table-mcolor thead th {
	background-color: #f4b419;
	color: #19376f;
}

.table-mcolor thead th:nth-child(2n) {
	background-color: #19376f;
	color: #FFF;
}

.table-mcolor tbody tr:nth-of-type(odd) {
	background: #FFF;
}

.table-mcolor tbody tr:nth-child(2n + 1) td:nth-child(2n + 0) {
	background-color: #CCC;
}

.table-mcolor tbody tr:nth-child(2n + 2) td:nth-child(2n + 1) {
	background-color: #CCC;
}

.contact-info-one td {
	text-align: center;
	vertical-align: middle !important;
}

.singleHeader .stricked-menu {
	display: none;
}