/*
Theme Name: Hgp Theme
Theme URI: https://www.eastdesign.net
Author: East Digi Marketing Team
Author URI: https://www.eastdesign.net
Version: 1.0
*/ 
@font-face {
    font-family: 'ITC Avant Garde Gothic';
    src: url('../hgp/fonts/AvantGardeITCbyBT-Medium.eot');
    src: url('../hgp/fonts/AvantGardeITCbyBT-Medium.eot?#iefix') format('embedded-opentype'),
        url('../hgp/fonts/AvantGardeITCbyBT-Medium.woff2') format('woff2'),
        url('../hgp/fonts/AvantGardeITCbyBT-Medium.woff') format('woff'),
        url('../hgp/fonts/AvantGardeITCbyBT-Medium.ttf') format('truetype'),
        url('../hgp/fonts/AvantGardeITCbyBT-Medium.svg#AvantGardeITCbyBT-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

a,p,span,h1,h2,h3,h4,h5,h6{
	font-family: 'ITC Avant Garde Gothic';
}
body{
	overflow-x: hidden;
}
.row{
	margin: 0;
}
.header{
	background: #F5F5F5;
}
.header .container .pull-left{
	padding: 15px 0;
	width: 100%;
}
.header .container .pull-left .row{
	width: 20%;
	display: inline-block;
	color: #444;
}
.header .container .pull-left a{
	color: #0f62ac;
	text-decoration: none;
}
.header .container .pull-right{
	padding: 15px 0;
}
.header .container .pull-right i{
	padding: 0 5px;
	font-size: 20px;
	color: #b7b7b7;
}
.navbar{
	border-bottom: 1px solid #0F62AC;
	margin:0;
}
.navbar .container .navbar-brand{
	padding: 0;
	height: auto;
}
.navbar .container .navbar-header{
	padding: 12px 0;
}
.navbar .container .collapse .navbar-nav{
	border-right: 1px solid #F5F5F5;
	margin-right: 70px;
}
.navbar .container .collapse .navbar-nav a{
	padding: 25px 0;
	margin: 0 20px;
	color: #111111;
	font-size: 18px;
	border-bottom: 3px solid transparent;
}
.navbar .container .collapse .navbar-nav a:hover{
	border-bottom: 3px solid #0f62ac;
	background: white;
}
.navbar .current-menu-item > a{
	border-bottom: 3px solid #0f62ac!important;
	color: #0f62ac!important;
}
.navbar .collapse .sub-menu .current-menu-item a{
	border-bottom: 3px solid #0f62ac;
}
.navbar .collapse li:hover .sub-menu{
	display: block;
}
.navbar .nav .sub-menu{
	display: none;
	padding: 0;
	list-style-type: none;
	position: fixed;
	z-index: 9999;
	background: #FFFFFF;
	width: 15%;
}
.navbar .nav .sub-menu a{
	color: #444444;
	text-decoration: none;
	padding: 5px 0 5px 0px!important;
	display: block;
}
.navbar .nav .sub-menu li {
	display: block;
	line-height: 36px;
	width: 100%;
}
.navbar .nav .sub-menu li:hover{
	background: #0f62ac!important;
}
.navbar .nav .sub-menu li:hover a{
	border: none!important;
}
.navbar .nav .sub-menu a:hover{
	background: transparent!important;
	color: #FFFFFF;
}
.mobile-bar{
	display: none;
	font-size: 20px;
	color: #111111;
	float: right;
	padding: 25px 20px 20px 20px;
}
.menu-header{
	padding: 10px;
}
.menu-header li{
	width: 100%;
	border-bottom: 1px solid #EEEEEE;
}
.menu-header li a{
	color: #111111;
	font-size: 16px;
	padding: 10px 30px;
	text-decoration: none;
}
.navbar .fa-search{
	font-size: 20px;
	color: #111111;
	float: right;
	margin-top: -70px;
	padding: 25px 20px 20px 20px;
}
.banner{
	position: relative;
	z-index: 9;
}
.banner .swiper-container .block{
	position: absolute;
	z-index: 99;
	background: #0F62AC;
	margin-top: -600px;
	margin-left: 366.5px;
	width: 30%;
	padding: 0 40px;
	padding-top: 120px;
	padding-bottom: 60px;
	border-radius: 0 0 100px 0;
}
.banner .swiper-container .block h2{
	color: #FFFFFF;
	font-size: 35px;
	padding-bottom: 30px;
}
.banner .swiper-container .block p{
	color: #FFFFFF;
	font-size: 16px;
	letter-spacing:1px;
	padding-bottom: 80px;
}
.banner .swiper-container .block a{
	padding: 12px 0;
	padding-left: 30px;
	padding-right: 25px;
	color: #666666;
	bottom: 60px;
	font-size: 16px;
	border-radius: 5px;
	background: #FFFFFF;
	text-decoration: none;
}
.what .container{
	text-align: center;
}
.what h2{
	color: #0F62AC;
	font-size: 35px;
	padding: 40px 0 50px;
	margin: 0;
}
.what p{
	margin-bottom: 40px;
	padding: 0 86px;
	font-size: 16px;
	color: #444444;
	letter-spacing: 0.1px;
}
.what .button{
	position: relative;
	top: 20px;
	margin-bottom: 80px;
	text-align: center;
}
.what .button a{
	padding: 16px 50px 16px 50px;
	color: #FFFFFF;
	font-size: 16px;
	background: #0F62AC;
	display: inline-block;
	text-decoration: none;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: all .3s;
}
.what .button a:hover {
	outline: 0;
	color: #111111;
}
.what .button a:hover::after{
	background: #F5F5F5;
	color: #0F62AC;
	opacity: 1;
	-webkit-transform: rotate3d(0,0,1,0deg);
	transform: rotate3d(0,0,1,0deg);
	-webkit-transition-timing-function: cubic-bezier(.2,1,.3,1);
	transition-timing-function: cubic-bezier(.2,1,.3,1);
}
.what .button a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: -1;
	-webkit-transform: rotate3d(0,0,1,0deg) translate3d(0,-4em,0);
	transform: rotate3d(0,0,1,0deg) translate3d(0,-4em,0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform .6s,opacity .6s,background-color .6s;
	transition: transform .6s,opacity .6s,background-color .6s;
}
.what .box-1 img{
	position: relative;
	z-index: 9;
	width: 100%;
	padding: 5px;
}
.what .box-1 .box a{
	display: none;
	position: relative;
	color: #fff;
	width: 300px;
	font-size: 23px;
	text-decoration: none;
	transition:all 0.5s;
}
.what .box-1 .col-md-4 .box:hover  a{
	transform:translate(100px,100px);
	transition:all 0.5s;
}
.what .box-1 .box{
	position: absolute;
	z-index: 10;
	top: 0;
	width: 0;
	height: 0;
	transition: 0.5s;
	background: rgba(15,98,172,0.55);
}
.what .box-1 .col-md-4:hover .box{
	width: 100%;
	height: 100%;
	transition: 0.5s;
}
.what .box-1 .col-md-4:hover a{
	display: block;
}
.what .col-md-4{
	padding: 0;
}
.container{
	padding: 0;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.advantage{
	background: url(images/bg.jpg);
}
.advantage .container{
	padding: 0;
}
.advantage .container .col-md-6:first-child{
	width: 47%;
	background: #FFFFFF;
	padding: 0 40px;
	margin: 70px 16px 20px;
}
.advantage .container .col-md-6:first-child h2{
	margin: 50px 0;
	color: #111111;
}
.advantage .container .col-md-6:first-child p{
	color: #444444;
	line-height: 24px;
	font-size: 16px;
	margin-bottom: 80px;
}
.advantage .container .col-md-6:first-child p a{
	color: #006699;
	text-decoration: none;
}
.advantage .container .col-md-6:first-child img{
	margin-bottom: 55px;
}
.advantage .container .col-md-6:first-child .button{
	margin-bottom: 43px;
}
.advantage .container .col-md-6:first-child .button a{
	padding: 12px 25px 12px 30px;
	color: #FFFFFF;
	font-size: 16px;
	background: #0F62AC;
	text-decoration: none;
	display: inline-block;
	text-decoration: none;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: all .3s;
}
.advantage .container .col-md-6:first-child .button a:hover {
	outline: 0;
	color: #111111;
}
.advantage .container .col-md-6:first-child .button a:hover::after{
	background: #F5F5F5;
	color: #0F62AC;
	opacity: 1;
	-webkit-transform: rotate3d(0,0,1,0deg);
	transform: rotate3d(0,0,1,0deg);
	-webkit-transition-timing-function: cubic-bezier(.2,1,.3,1);
	transition-timing-function: cubic-bezier(.2,1,.3,1);
}
.advantage .container .col-md-6:first-child .button a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: -1;
	-webkit-transform: rotate3d(0,0,1,0deg) translate3d(0,-4em,0);
	transform: rotate3d(0,0,1,0deg) translate3d(0,-4em,0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform .6s,opacity .6s,background-color .6s;
	transition: transform .6s,opacity .6s,background-color .6s;
}
.advantage .container .col-md-6:last-child{
	width: 47%;
	background: #0F62AC;
	padding: 0 40px;
	margin: 70px 16px 20px;
}
.advantage .container .col-md-6:last-child h2{
	color: #FFFFFF;
	margin: 50px 0;
}
.advantage .container .col-md-6:last-child p{
	color: #FFFFFF;
	font-size: 16px;
	letter-spacing: 0.5px;
	margin-bottom: 70px;
}
.advantage .container .col-md-6:last-child img{
	margin-bottom: 42px;
}
.advantage .container .col-md-6:last-child .button{
	margin-bottom: 62px;
}
.advantage .container .col-md-6:last-child .button a{
	padding: 12px 25px 12px 30px;
	color: #666666;
	font-size: 16px;
	background: #ffffff;
	text-decoration: none;
	display: inline-block;
	text-decoration: none;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: all .3s;
}
.advantage .container .col-md-6:last-child .button a:hover {
	outline: 0;
	color: #000000;
}
.advantage .container .col-md-6:last-child .button a:hover::after{
	background: #ccc;
	color: #0F62AC;
	opacity: 1;
	-webkit-transform: rotate3d(0,0,1,0deg);
	transform: rotate3d(0,0,1,0deg);
	-webkit-transition-timing-function: cubic-bezier(.2,1,.3,1);
	transition-timing-function: cubic-bezier(.2,1,.3,1);
}
.advantage .container .col-md-6:last-child .button a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: -1;
	-webkit-transform: rotate3d(0,0,1,0deg) translate3d(0,-4em,0);
	transform: rotate3d(0,0,1,0deg) translate3d(0,-4em,0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform .6s,opacity .6s,background-color .6s;
	transition: transform .6s,opacity .6s,background-color .6s;
}
.advantage .r2{
	text-align: center;
	height: auto;
	min-height: 260px;
	padding: 0 215px;
}
.advantage .r2 h2{
	margin-top: 50px;
	padding-bottom: 40px;
	color: #FFFFFF;
	font-size: 30px;
}
.advantage .r2 .col-md-3{
	width: 25%;
	position: relative;
	z-index: 99;
}
.advantage .r2 .col-md-3 .box{
	background: #FFFFFF;
	padding: 30px 40px;
	height: auto;
	min-height: 360px;
	box-shadow: 0 0 33px 0 rgb(0 0 0 / 20%);
}
.advantage .r2 .col-md-3 .box:hover{
	border-bottom: 5px solid #0F62AC;
}
.advantage .r2 .active{
	border-bottom: 5px solid #0F62AC;
}
.advantage .r2 .col-md-3 .img{
	min-height: 90px;
	line-height: 90px;
}
.advantage .r2 .col-md-3 .h4{
	margin-top: 30px;
	min-height: 60px;
}
.advantage .r2 .col-md-3 h4{
	color: #0F62AC;
	font-size: 23px;
}
.advantage .r2 .col-md-3 h4 a{
	text-decoration: none;
}
.advantage .r2 .col-md-3 .worda a{
	text-decoration: none;
	color: #444444;
	line-height: 30px;
	font-size: 16px;
	letter-spacing: 0.5px;
}
.blog{
	background: #F5F5F5;
	position: relative;
	z-index: 9;
}
.blog h2{
	text-align: center;
	position: relative;
	top: 20px;
	margin: 0;
	padding-top: 270px;
	padding-bottom: 60px;
	color: #0F62AC;
	font-size: 35px;
}
.blog .c1 img{
	width: 100%;
}
.blog .c2 img{
	width: 100%;
}
.blog .row{
	margin: 0;
	padding: 0 30px;
}
.blog .col-md-6{
	background: #F5F5F5;
	padding: 0px;
	width: 50%;
}
.blog .col-md-6 img {
	margin: 0;
	border-right: 5px solid #F5F5F5;
	border-bottom: 3px solid #F5F5F5;
}
.blog .button{
	position: relative;
	top: 20px;
	padding-bottom: 80px;
	text-align: center;
}
.blog .button a{
	padding: 16px 50px 16px 50px;
	color: #FFFFFF;
	font-size: 16px;
	background: #0F62AC;
	text-decoration: none;
	display: inline-block;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: all .3s;
}
.blog .button a:hover {
	outline: 0;
	color: #000000;
}
.blog .button a:hover::after{
	background: #FFFFFF;
	color: #0F62AC;
	opacity: 1;
	-webkit-transform: rotate3d(0,0,1,0deg);
	transform: rotate3d(0,0,1,0deg);
	-webkit-transition-timing-function: cubic-bezier(.2,1,.3,1);
	transition-timing-function: cubic-bezier(.2,1,.3,1);
}
.blog .button a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: -1;
	-webkit-transform: rotate3d(0,0,1,0deg) translate3d(0,-4em,0);
	transform: rotate3d(0,0,1,0deg) translate3d(0,-4em,0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform .6s,opacity .6s,background-color .6s;
	transition: transform .6s,opacity .6s,background-color .6s;
}
.blog p{
	margin: 0;
}
.blog .col-md-6 a{
	text-decoration: none;
	color:#FFFFFF;
	font-size: 16px;
}
.blog .wordleft {
	position: absolute;
	z-index: 99;
	width: auto;
	background: #0f62ac;
	padding: 7px;
	bottom: 3px;
	left: 0;
	right: 5px;
}
.blog .wordright{
	position: absolute;
	width: auto;
	z-index: 99;
	padding: 7px;
	background: #0f62ac;
	bottom: 3px;
	left: 0;
	right: 5px;
}
.solution{
	background: #0F62AC;
}
.solution p{
	margin: 0;
	font-size: 16px;
	color: #FFFFFF;
	padding: 55px 0;
}
.solution .button{
	margin: 43px 0;
}
.solution .button a{
	padding: 12px 25px 12px 30px;
	color: #333;
	font-size: 16px;
	background: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	text-decoration: none;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: all .3s;
	vertical-align: middle;
}
.solution .button a:hover {
	outline: 0;
	color: #000000;
}
.solution .button a:hover::after{
	background: #ccc;
	color: #0F62AC;
	opacity: 1;
	-webkit-transform: rotate3d(0,0,1,0deg);
	transform: rotate3d(0,0,1,0deg);
	-webkit-transition-timing-function: cubic-bezier(.2,1,.3,1);
	transition-timing-function: cubic-bezier(.2,1,.3,1);
}
.solution .button a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: -1;
	-webkit-transform: rotate3d(0,0,1,0deg) translate3d(0,-4em,0);
	transform: rotate3d(0,0,1,0deg) translate3d(0,-4em,0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform .6s,opacity .6s,background-color .6s;
	transition: transform .6s,opacity .6s,background-color .6s;
}
.quote{
	padding: 52px;
}
.quote .row .col-md-3 h3{
	color: #0F62AC;
	font-size: 23px;
	margin-bottom: 20px;
}
.quote .row .col-md-4 h3{
	color: #0F62AC;
	font-size: 23px;
	margin-bottom: 20px;
}
.quote .row .col-md-2 h3{
	font-size: 23px;
	margin-bottom: 20px;
}
.quote .row .col-md-3 p{
	font-size: 16px;
}
.quote .row .col-md-4 p{
	font-size: 16px;
}
.quote .row .r1 p{
	font-size: 16px;
	color: #444444;
}
.quote .row .r1 h3{
	color: #d05644;
}
.quote .row .r1 img{
	max-width: 100%;
	height: auto;
}
.quote .row .r1 p a{
	color: #0F62AC;
	text-decoration: none;
}
.quote .row .r2 h3{
	color: #111111;
}
.quote .row .r2 p{
	font-size: 16px;
	color: #444444;
}
.quote .row .r2 .button{
	padding-top: 20px;
	padding-bottom: 30px;
}
.quote .r2 .tb{
	float: left;
}
.quote .r2 .tb a{
	text-decoration: none;
}
.quote .r2 .tb i{
	padding: 0 5px;
	font-size: 20px;
	color: #262453;
}
.quote li a{
	font-size: 16px;
	text-decoration: none;
	color: #444444;
}
.quote li a:hover{
	color: #0F62AC;
	transition:all 0.15s;
}
.quote .row .r2 .button a{
	padding: 12px 25px 12px 30px;
	color: #FFFFFF;
	font-size: 16px;
	background: #0F62AC;
	text-decoration: none;
	display: inline-block;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: all .3s;
}
.quote .row .r2 .button a:hover {
	outline: 0;
	color: #111111;
}
.quote .row .r2 .button a:hover::after{
	background: #F5F5F5;
	color: #0F62AC;
	opacity: 1;
	-webkit-transform: rotate3d(0,0,1,0deg);
	transform: rotate3d(0,0,1,0deg);
	-webkit-transition-timing-function: cubic-bezier(.2,1,.3,1);
	transition-timing-function: cubic-bezier(.2,1,.3,1);
}
.quote .row .r2 .button a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: -1;
	-webkit-transform: rotate3d(0,0,1,0deg) translate3d(0,-4em,0);
	transform: rotate3d(0,0,1,0deg) translate3d(0,-4em,0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform .6s,opacity .6s,background-color .6s;
	transition: transform .6s,opacity .6s,background-color .6s;
}
.footer{
	background: #1b2b3c;
	text-align: center;
}
.footer li{
	padding: 40px;
	padding-bottom: 30px;
	font-size: 18px;
	display: inline-block;
	list-style: none;
}
.footer li a{
	color: #FFFFFF;
	text-decoration: none;
}
.footer p{
	color: #FFFFFF;
	font-size: 16px;
	margin-bottom: 0;
	padding-bottom: 30px;
}
.footer p a{
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
	line-height: 30px;
}
.breadcrumbs{
	background-image: url(images/banner.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
.breadcrumbs .breadcrumbs-left{
	color: #FFFFFF;
	margin-top: 200px;
	background: #013787;
	padding: 5px 315px;
	font-size: 16px;
}
.breadcrumbs .breadcrumbs-left a{
	color: #FFFFFF;
}
.breadcrumbs .col-md-12{
	padding: 0;
}
.breadcrumbs .row{
	margin: 0;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
	background-color: transparent!important;
	color: #666!important;
	border: none!important;
	font-size: 24px;
}
.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
	background: #f5f5f5;
	text-align:center;
}
.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
	background-color: #ffffff!important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
	border: none!important;
	background-color: transparent!important;
	color: #003787!important;
	font-size: 24px;
}
.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a {
	border: none!important;
}
.vc_column_container>.vc_column-inner {
	width: 100%;
}
.vc_tta.vc_tta-shape-rounded .vc_tta-tabs-container {
	margin: 0!important;
}
.slick-slide{
	margin-bottom: 30px;
}
.slick-slide img {
	display: block;
	width: 50%;
	height: auto;
	margin: 0 auto;
	padding: 30px 0;
}
.slick-slider{
	text-align: center;
}
.milestones-list{
	overflow: hidden;
}
.milestones-content h3{
	text-align: left;
}
.milestones-top span{
	color: #FFFFFF;
	padding: 11px 4px;
	border-radius: 50%;
	background: #003787;
}
.milestones-top span:hover {
	background: #d05644;
}
.milestones-top{
	background: #F5F5F5;
}
.slick-current span{
	background: #d05644;
}
.slider-nav{
	margin-top: 20px;
}
.slick-list{
	overflow: unset;
}
.history{
	padding: 0 351.5px;
	background: #F5F5F5;
}
#home-milestones h2{
	margin: 50px 0 30px;
	text-align: center;
	color: #003787;
	font-size: 35px;
}
#home-milestones p{
	text-align: center;
	font-size: 16px;
	color: #444444;
	margin-bottom: 30px;
}
#home-milestones .milestones-content{
	background-color: #eee;
	border-radius: 10px;
	padding: 40px;
}
#home-milestones .milestones-content p{
	text-align: left!important;
}
.content-area h1.page-title {
	font-size: 8.4rem;
	font-family: 'AvantGardeITCbyBT';
	text-align: center;
}
.content-area .page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.content-area .page-content {
	text-align: center;
	margin-bottom: 100px;
}
.content-area .page-content p{
	font-size: 20px;
	font-weight: bold;
	font-family: 'AvantGardeITCbyBT';
}
.content-area .search-form input[type=search] {
	background: #fff;
	border-radius: 0;
	border-style: solid;
	border-width: .1rem;
	box-shadow: none;
	display: block;
	font-size: 1.6rem;
	margin: 0;
	max-width: 100%;
	padding: 1.5rem 1.8rem;
	width: 500px;
	height: 51px;
} 
.content-area .search-submit {
	background: #0f62ac;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.25;
	margin: 0;
	opacity: 1;
	padding: 1.1em 1.44em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: opacity .15s linear;
	margin-top: 7px;
}
.support{
	text-align: center;
	padding: 0;
}
.support h2{
	margin: 50px 0 30px;
	color: #003787;
	font-size: 35px;
}
.support p{
	font-size: 16px;
	color: #444444;
	letter-spacing: 0.5px;
}
.support .col-md-3{
	background: #f6f6f6;
	width: 25%;
	height: auto;
	min-height: 280px;
	padding: 0 100px;
	border-bottom: 5px solid transparent;
}
.support .col-md-3:nth-child(2n){
	background-color: #EEEEEE;
}
.support .col-md-3:hover{
	border-bottom: 5px solid #0F62AC;
}
.support .col-md-3 .img{
	margin-top: 20px;
	height: 60px;
	line-height: 60px;
}
.support .col-md-3 .h4{
	margin-bottom: 30px;
}
.support .col-md-3 h4{
	color: #0F62AC;
	font-size: 23px;
}
.support .col-md-3 p{
	font-size: 16px;
	letter-spacing: 0.5px;
}
.office h2{
	margin: 50px 0 30px;
	color: #003787;
	font-size: 35px;
	text-align: center;
}
.office p{
	font-size: 16px;
	color: #444444;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
	text-align: center;
}
.office .col-md-4{
	padding: 0;
}
.office .col-md-4 > img{
	width: 100%;
	max-height: 342px;
}
.office .col-md-4 .bg{
	margin-top: -342px;
	width: 100%;
	max-height: 342px;
	position: absolute;
	background: rgba(0,55,135,0.7);
	z-index: 10;
	text-align: center;
	display: none;
}
.office .col-md-4 .bg img{
	margin-top: 200px;
}
.office .col-md-4 .bg h4{
	color: #FFFFFF;
	font-size: 23px;
}
.office .col-md-4 .bg p{
	color: #FFFFFF;
	font-size: 16px;
}
.office .col-md-4:hover .bg{
	display: block;
}
h2{
	color: #003787;
}
.wpb_wrapper p {
	line-height: 30px;
	font-size: 16px;
	color: #444444;
}
.contact-info {
	padding: 0;
	list-style: none;
	line-height: 35px;
}
.contact-info li, .contact-info a {
	color: #444;
	font-size: 16px;
}
.liuy2 {
	margin-bottom: 8px;
	font-weight: 700;
}
.liuy3 input {
	width: 100%;
	border: 1px solid #5E5E5E;
	border-radius: 5px;
}
#comment {
	width: 100%;
	height: 85px;
	border: 1px solid #5E5E5E;
	border-radius: 5px;
}
.vc_row.wpb_row.vc_row-fluid.container {
	margin: 30px auto;
	width: 100%;
}
.product-content{
	padding: 30px 0;
}
.product-content .col-md-4{
	padding: 0;
}
.product-content .sidebar-left-content .menu-sidebar ul{
	margin-bottom: 0;
}
.product-content .sidebar-left-content .menu-sidebar ul.sub-menu{
	padding: 0;
}
.product-content .sidebar-left-content h2{
	width: 100%;
	padding: 10px 20px;
	display: block;
	margin-bottom: 0;
	font-weight: 700;
	color: #003787;
	font-size: 22px;
}
.product-content .sidebar-left-content .menu-sidebar .menu > li > a{
	padding: 8px 20px;
	display: block;
	color: #003787;
	text-decoration: none;
	font-weight: bold;
	width: 80%;
	border-bottom: 1px solid #003787;
}
.product-content .sidebar-left-content .menu-sidebar .menu > li > a:hover{
	display: block;
	background: #eee;
}
.product-content .sidebar-left-content .menu-sidebar .list-inline > li{
	display: block;
	padding-right: 0;
}
.product-content .sidebar-left-content .menu-sidebar .menu .sub-menu a{
	color: #666666;
	text-decoration: none;
	display: block;
	font-size: 14px;
	padding: 10px 20px;
}
.product-content .sidebar-left-content .menu-sidebar .menu .sub-menu li{
	width: 100%;
	display: block;
	border-bottom: 1px solid #FFFFFF;
}
.product-content .col-md-12{
	margin: 20px 0;
}
.product-content .item_holder img{
	width: 100%;
}
.section {
	width: 100%;
	min-height: 100%;
	overflow: auto;
	padding-bottom: 0;
	line-height: 19px;
	background-color: #fff;
	position: relative;
}
.def_section {
	z-index: 1;
}
.section.def_section {
	overflow-x: hidden;
}
.section.def_section {
	margin-top: 0!important;
}
#posts {
	width: 845px;
	padding: 100px 0 100px 0;
}
.left_posts {
	float: left;
}
.search_results {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 60px;
	padding-bottom: 20px;
}
article {
	display: inline-grid;
	margin-bottom: 30px;
}
article header.entry-header {
	padding: 10px 5px;
}
article .entry-meta, article .entry-summary {
	display: none;
}
article h1.entry-title {
	font-size: 18px;
	line-height: 24px;
}
#posts article a, #posts article a:hover {
	color: #2c3e50!important;
}
#sidebar {
	padding-top: 100px;
	padding-bottom: 100px;
	margin-left: 20px;
}
.right_sb {
	float: left;
}
.sb_widget {
	margin-bottom: 50px;
	font-size: 14px;
}
.sb_widget h3 {
	font-size: 18px;
	padding: 0 0 0 26px;
	position: relative;
	font-weight: 700;
}
.right_sb ul {
	padding: 0;
}
.widget_pages .page_item, .widget_nav_menu .menu-item {
	padding: 0;
}
#sidebar .page_item a, #sidebar .menu-item a, .wpb_widgetised_column .page_item a, .wpb_widgetised_column .menu-item a {
	border-bottom: 1px solid #ecf0f1;
}
.widget_pages .page_item a, .widget_nav_menu .menu-item a {
	padding: 15px 0;
	display: block;
	font-size: 13px;
	border-bottom: 1px solid;
}
#sidebar .menu-product-list-container .menu .menu-item a::before {
	color: #e61d4c;
}
.widget_pages .page_item a:before, .widget_nav_menu .menu-item a:before {
	font-family: fontawesome;
	content: "\f0a9";
	float: left;
	margin-right: 12px;
}
.widget_pages .page_item .children a, .widget_nav_menu .menu-item .sub-menu a {
	padding-left: 23px;
}
.widget_pages .page_item .children a:before, .widget_nav_menu .menu-item .sub-menu a:before {
	content: "\f105";
	margin-right: 15px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto;
}
.products{
	margin: 30px 300px;
}
.products .col-md-4{
	padding: 0;
}
.products .sidebar-left-content .menu-sidebar ul{
	margin-bottom: 0;
}
.products .sidebar-left-content .menu-sidebar ul.sub-menu{
	padding: 0;
}
.products .sidebar-left-content h2{
	width: 100%;
	padding: 10px 0;
	display: block;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 22px;
	color: #003787;
}
.products .sidebar-left-content .menu-sidebar .menu > li > a{
	padding: 8px 20px;
	display: block;
	color: #003787;
	text-decoration: none;
	font-weight: bold;
	width: 80%;
	border-bottom: 1px solid #003787;
	font-size: 16px;
}
.products .sidebar-left-content .menu-sidebar .menu > li > a:hover{
	display: block;
	background: #eee;
}
.products .sidebar-left-content .menu-sidebar .list-inline > li{
	display: block;
	padding-right: 0;
}
.products .sidebar-left-content .menu-sidebar .menu .sub-menu a{
	color: #666666;
	text-decoration: none;
	display: block;
	font-size: 16px;
	padding: 10px 20px;
}
.products .sidebar-left-content .menu-sidebar .menu .sub-menu li{
	width: 100%;
	display: block;
	border-bottom: 1px solid #FFFFFF;
}
.pro-list h2 strong{
	color: #003787;
}
.pro-list .list h4{
	color: #003787;
}
.pro-list .list li{
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.products .c2{
	padding: 0 30px;
}
.products .c2 p{
	font-size: 16px;
	color: #444444;
}
.products h1{
	font-size: 30px;
	color: #111111;
}
.vc_row{
	margin-left: 0!important;
	margin-right: 0!important;
}
.products .gallery-thumbs .swiper-slide{
	margin: 10px 10px 0 0;
	border: 1px solid #F5F5F5;
}
.pro-list h2{
	margin: 30px 0 10px;
	font-weight: bold;
	line-height: 30px;
	font-size: 22px;
	color: #666666;
}
.pro-list p{
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #444444;
	line-height: 30px;
}
#primary{
	padding: 30px 0;
}
#primary .row{
	margin-bottom: 30px;
}
.hentry{
	border: 1px solid #F5F5F5;
}
.box .col-md-4{
	margin: 5px 10px 5px 0;
	padding: 10px;
	width: 32%;
	border: 1px solid #F5F5F5;
	border-radius: 5px;
}
.pbox{
	min-height: 140px;
}
.box .pbox h3{
	font-weight: bold;
	max-height: 54px;
	min-height: 54px;
	margin-bottom: 30px;
	font-size: 16px;
}
.box .pbox .pro-det{
	background: #003787;
	width: 100%;
	border-radius: 5px;
	text-align: center;
	padding: 10px 0;
	border: 3px solid transparent;
}
.box .pbox .bx {
	max-height: 62px;
	min-height: 62px;
	overflow: hidden;
}
.box .pbox .pro-det a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.box .pbox .pro-det:hover{
	background: #FFFFFF;
	border: 3px solid #003787;
}
.box .pbox .pro-det:hover a{
	color: #003787;
}
.related-container .swiper-container{
	overflow: hidden;
}
.related-container .swiper-container .swiper-slide{
	margin: 5px;
	padding: 10px;
	width: 20%;
	border: 1px solid #F5F5F5;
	border-radius: 5px;
}
.related-container .swiper-container .re-pro-title{
	font-size: 16px;
	color: #003787;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
}
.related-container .swiper-container .products-info h3{
	font-weight: bold;
	padding-top: 20px;
	min-height: 54px;
	margin-bottom: 30px;
	font-size: 16px;
}
.product-content .current-menu-item a{
	background: #EEEEEE;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	transform: translate3d(0px,0,0);
}
.wp-pagenavi {
	margin: 20px 0;
	height: auto;
	min-height: 35px;
	border-radius: 4px;
}
.wp-pagenavi a{
	display: inline-block;
}
.wp-pagenavi:first-child>a, .wp-pagenavi:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.wp-pagenavi>a, .wp-pagenavi>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #003787;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.products .button{
	position: relative;
	top: 30px;
	margin-bottom: 50px;
}
.products .button a{
	padding: 16px 50px 16px 50px;
	color: #FFFFFF;
	font-size: 16px;
	background: #0F62AC;
	display: inline-block;
	text-decoration: none;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: all .3s;
}
.products .button a:hover {
	outline: 0;
	color: #000000;
}
.products .button a:hover::after{
	background: #F5F5F5;
	color: #0F62AC;
	opacity: 1;
	-webkit-transform: rotate3d(0,0,1,0deg);
	transform: rotate3d(0,0,1,0deg);
	-webkit-transition-timing-function: cubic-bezier(.2,1,.3,1);
	transition-timing-function: cubic-bezier(.2,1,.3,1);
}
.products .button a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: -1;
	-webkit-transform: rotate3d(0,0,1,0deg) translate3d(0,-4em,0);
	transform: rotate3d(0,0,1,0deg) translate3d(0,-4em,0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform .6s,opacity .6s,background-color .6s;
	transition: transform .6s,opacity .6s,background-color .6s;
}
.products .c2 h3{
	font-weight: bold;
}
.products .wpb_wrapper h2{
	font-size: 24px;
	font-weight: bold;
}
.wpb_single_image img {
	height: auto;
	width: 100%;
}
.vvc-container .vc_column_container {
	padding-left: 10px;
	padding-right: 10px;
}
.vc-center{
	padding: 0 300px;
}
#menu{
	display: none;
}
#menu.mm-opened{
	display: block;
}
.company p{
	line-height: 30px;
	font-size: 16px;
	color: #444444;
	margin-bottom: 20px;
}
.company .vc_tta.vc_general .vc_tta-panel-body{
	padding: 0;
}
.company .vc_column_container>.vc_column-inner{
	padding: 0;
}
.blog-lists .sidebar-left-content .menu-sidebar ul{
	margin-bottom: 0;
}
.blog-lists .sidebar-left-content .menu-sidebar ul.sub-menu{
	padding: 0;
}
.blog-lists .sidebar-left-content h2{
	width: 80%;
	padding: 10px 20px;
	display: block;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 22px;
	background: #F5F5F5;
	border-bottom: 1px solid #FFFFFF;
}
.blog-lists .sidebar-left-content .menu-sidebar .menu > li > a{
	padding: 8px 20px;
	display: block;
	color: #003787;
	background: #F5F5F5;
	text-decoration: none;
	font-weight: bold;
	width: 80%;
	border-bottom: 1px solid #FFFFFF;
}
.blog-lists .sidebar-left-content .menu-sidebar .menu > li > a:hover{
	display: block;
	background: #eee;
}
.blog-lists .sidebar-left-content .menu-sidebar .list-inline > li{
	display: block;
	padding-right: 0;
}
.blog-lists .sidebar-left-content .menu-sidebar .menu .sub-menu a{
	color: #666;
	text-decoration: none;
	display: block;
	font-size: 14px;
	padding: 10px 20px;
}
.blog-lists .sidebar-left-content .menu-sidebar .menu .sub-menu li{
	width: 100%;
	display: block;
	border-bottom: 1px solid #F5F5F5;
}
.blog-lists .col-md-12{
	background: #F5F5F5;
	padding: 15px;
	border-radius: 5px;
}
.blog-lists p{
	font-size: 16px;
	color:#444444;
	line-height: 30px;
	margin-bottom: 20px;
}
.blog-lists img {
	width: 51%;
	margin-bottom: 30px;
	height: auto;
}
.products .vc_tta-panel-body {
	padding: 0 0!important;
	margin-left: 0!important;
}
.products .wpb_wrapper{
	margin: 30px 0;
}
.products .wpb_wrapper p {
	line-height: 30px;
	font-size: 16px;
	padding: 10px;
	color: #444444;
}
.blog-lists .current-menu-item a{
	background: #EEEEEE!important;
}
.vc-img .wpb_single_image img {
	height: auto;
	max-width: 240px;
	max-height: 340px;
	min-height: 340px;
	border: 1px solid #EEEEEE;
	border-radius: 5px;
}
.vc-img .wpb_single_image img:hover {
	border: 1px solid #666;
}
.vc-img p{
	text-align: center;
}
.vc{
	padding: 0 10px 0 0;
}
.return-top {
	color: #fff;
	font-size: 20px;
	text-align: center;
}
.searchDiv{
	display: none;
	float: left;
}
.open{
	display: block !important;
}
.vc-accordion .vc_tta-panel-body{
	padding: 10px!important;
	margin-left: 0px!important;
}
.vc-accordion .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a{
	color: #003787;
}
.vc-accordion .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a{
	color: #003787;
}
.searchDiv form {
	position: absolute;
	line-height: 30px;
	display: inline-block;
	width: 100%;
	z-index: 999;
	margin-top: 10px;
	overflow: hidden;
	transition: all .5s ease-out 0s;
}
.searchDiv .input {
	width:32%;
	padding: 9px;
	border: 1px solid #333;
}
.searchDiv .button {
	background: #003787;
	color: #fff;
	position: absolute;
	width: 5%!important;
	border: 0;
	padding: 10px 15px;
}
.vc-word{
	margin: 30px 0;
}
.Floating-sidebar{
	position: fixed;
	left: 0;
	top: 50%;
	-webkit-transform: translate(-100%,-50%);
	-moz-transform: translate(-100%,-50%);
	-ms-transform: translate(-100%,-50%);
	-o-transform: translate(-100%,-50%);
	transform: translate(0,-50%);
	z-index: 999;
	transition: all .5s;
}
.Floating-sidebar.active {
    -webkit-transform: translate(-100%,-50%);
    -moz-transform: translate(-100%,-50%);
    -ms-transform: translate(-100%,-50%);
    -o-transform: translate(-100%,-50%);
    transform: translate(-100%,-50%);
}
.Floating-sidebar span {
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translate(-100%,-50%);
	-moz-transform: translate(-100%,-50%);
	-ms-transform: translate(-100%,-50%);
	-o-transform: translate(-100%,-50%);
	transform: translate(-100%,-50%);
	width: 20px;
	height: 60px;
	line-height: 60px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: rgba(0, 0, 0, 0.7);
	color: white;
	text-align: center;
	font-size: 16px;
	transition: all .5s;
	z-index: -1;
	cursor: pointer;
}
.Floating-sidebar.active span {
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.Floating-sidebar ul{
	padding: 0;
}
.Floating-sidebar ul li {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #0F62AC;
	color: white;
	font-size: 18px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	position: relative;
	transition: all .5s;
	cursor: pointer;
	list-style-type: none;
	opacity: 1;
}
.Floating-sidebar ul li a{
	color: #FFFFFF;
}
.Floating-sidebar dl {
	position: absolute;
	top: 0;
	left: 100%;
	width: 240px;
	background: white;
	padding: 15px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
	-o-box-shadow: 0 0 10px rgba(0,0,0,.2);
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	-webkit-transform: translateX(-120%);
	-moz-transform: translateX(-120%);
	-ms-transform: translateX(-120%);
	-o-transform: translateX(-120%);
	transform: translateX(-120%);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	z-index: -1;
	opacity: 0;
}
.Floating-sidebar ul li.close a:before {
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	-moz-transform: translate(-50%,-50%) rotate(-45deg);
	-ms-transform: translate(-50%,-50%) rotate(-45deg);
	-o-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg)!important;
}
.Floating-sidebar ul li.close a:after, .Floating-sidebar ul li.close a:before {
	content: '';
	width: 50%;
	height: 2px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	-moz-transform: translate(-50%,-50%) rotate(45deg);
	-ms-transform: translate(-50%,-50%) rotate(45deg);
	-o-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
	background: white;
}
.fa-angle-double-right:before {
    content: "\f101";
}
.Floating-sidebar dl dt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.Floating-sidebar dl dd {
	margin-bottom: 5px;
}
.Floating-sidebar.form2 dl {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.Floating-sidebar ul li.wechat img,
.Floating-sidebar ul li.whatsapp img{
    width: 120px;
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    max-width: none;
}
.Floating-sidebar ul li.wechat:hover img,
.Floating-sidebar ul li.whatsapp:hover img{
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
@media (max-width:1440px){
	.banner .swiper-container .block {
		margin-left: 300px;
		width: 40%;
	}
	.advantage .r2 {
		padding: 0;
	}
	.blog .col-md-6 img {
		padding-bottom: 6px;
		width: 100%;
	}
	.blog .wordright{
		margin-top: -30px;
	}
	.quote .row .r2 .button a {
		padding: 12px 12px;
	}
	.office .col-md-4{
		margin: 0;
		padding: 0;
	}
	.office .col-md-4 > img {
		width: 100%;
		min-height: 280px;
	}
	.office .col-md-4 .bg {
		max-height: 280px;
		margin-top: -280px;
	}
	.office .col-md-4 .bg img {
		margin-top: 150px;
	}
	.support .col-md-3 {
		background: #f6f6f6;
		width: 25%;
		height: auto;
		max-height: 245px;
		padding: 0 50px;
	}
	.vc-center {
		padding: 0 150px;
	}
	.products{
		margin: 0;
	}
	.breadcrumbs .breadcrumbs-left{
		padding: 5px 125px;
		margin-top: 170px;
	}
}
@media (max-width:1024px){
	.navbar .container .navbar-header {
		width: 100%;
	}
	.mobile-bar{
		display: block;
	}
	.navbar .collapse{
		display: none!important;
	}
	.banner .swiper-container .block {
		margin-left: 200px;
		width: 50%;
	}
	.advantage .container .col-md-6 img {
		width: 100%;
	}
	.advantage .container .col-md-6:first-child {
		margin: 20px 10px;
	}
	.advantage .container .col-md-6:last-child {
		margin: 20px 10px;
	}
	.advantage .container .col-md-6:last-child .button {
		margin-bottom: 71px;
		margin-top: 50px;
	}
	.advantage .r2 .col-md-3 {
		width: 50%;
		margin: 15px 0;
	}
	.advantage .r2 {
		padding: 0;
	}
	.blog .c2{
		width: 100%;
	}
	.blog .c2 img{
		width: 49%;
	}
	.blog .col-md-6 img {
		padding-bottom: 0;
		width: 100%;
	}
	.blog .col-md-6 {
		width: 100%;
	}
	.quote .row .r2 .button a {
		padding: 10px 0;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 14px;
	}
	.quote .row .vc{
		padding: 0;
	}
	.quote .row .r1 p {
		font-size: 12px;
	}
	.quote .row .r2 .button a {
		padding: 10px 5px;
		font-size: 12px;
	}
	.vc-center {
		padding: 0;
	}
	.vc_tta-panel-body {
		padding: 0 50px!important;
	}
	.company p {
		padding: 10px;
	}
	.slick-slide img {
		width: 100%;
	}
	.support .col-md-3 {
		padding: 0 10px;
	}
	.office .col-md-4 > img {
		min-height: 220px;
	}
	.office .col-md-4 .bg {
		max-height: 220px;
		margin-top: -220px;
	}
	.office .col-md-4 .bg img {
		margin-top: 70px;
	}
	.office .col-md-4 .bg h4 {
		font-size: 20px;
	}
	.office .col-md-4 .bg p{
		padding: 10px;
		font-size: 14px;
	}
	.breadcrumbs .breadcrumbs-left {
		padding: 5px 50px;
		margin-top: 120px;
	}
	.box .col-md-4 {
		width: 48%;
	}
}
@media (max-width:768px){
	.navbar .collapse{
		display: none!important;
	}
	.header .container .pull-left .row{
		width: 30%;
	}
	.navbar .container .navbar-header {
		padding: 0;
		width: 100%;
	}
	.navbar .container .navbar-brand {
		padding: 10px 10px;
		height: auto;
	}
	.mobile-bar{
		display: block;
	}
	.banner .swiper-container .block{
		display: none;
	}
	.banner img{
		width: 100%;
	}
	.what .box-1{
		display: none;
	}
	.what .box-1 img {
		width: 100%;
	}
	.advantage .container .col-md-6:first-child {
		width: 95%;
		padding: 0 40px;
	}
	.advantage .container .col-md-6:first-child p {
		font-size: 14px;
		margin-bottom: 22px;
	}
	.advantage .container .col-md-6:first-child h2 {
		padding-top: 20px;
		margin: 0 0 30px;
	}
	.advantage .container .col-md-6:first-child img {
		width: 100%;
	}
	.advantage .container .col-md-6:last-child {
		width: 95%;
		background: #0F62AC;
	}
	.advantage .container .col-md-6:last-child h2 {
		margin: 20px 0 30px;
	}
	.advantage .container .col-md-6:last-child p{
		font-size: 14px;
	}
	.advantage .container .col-md-6:last-child img {
		width: 100%;
	}
	.advantage .r2 {
		padding: 0;
	}
	.advantage .r2 .col-sm-6{
		width: 50%;
		margin: 10px 0;
	}
	.advantage .r2 .col-sm-6 .box {
		padding: 0 20px;
		height: auto;
		min-height: 350px;
	}
	.products .c2 {
		padding: 30px 0px;
	}
	.blog .col-sm-12{
		width: 100%;
	}
	.blog .col-sm-12 img{
		width: 100%;
		position: relative;
		z-index: 9;
	}
	.blog .wordleft {
		display: none;
	}
	.blog .wordright{
		display: none;
	}
	.blog .c2{
		width: 100%;
	}
	.blog .c2 img{
		width: 48%;
	}
	.blog .col-md-6 {
		width: 102%;
	}
	.blog .col-md-6 img {
		padding-left: 0!important;
		padding-bottom: 11px;
	}
	.solution .button {
		margin: 0;
		margin-bottom: 30px;
	}
	.quote{
		padding: 20px;
	}
	.quote .vc{
		width: 50%;
		height: auto;
		min-height: 0!important;
	}
	.quote .col-xs-6{
		width: 50%;
		height: auto;
		min-height: 320px;
	}
	.quote .row .r2 .button a {
		padding: 12px;
		font-size: 12px;
	}
	.footer ul{
		padding: 0;
	}
	.footer li {
		padding: 10px;
	}
	.breadcrumbs .breadcrumbs-left {
		padding: 0;
		margin-top: 90px;
	}
	.box .col-md-4 {
		margin: 5px;
		padding: 10px;
		width: 47%;
		border: 1px solid #F5F5F5;
		border-radius: 5px;
	}
	.products{
		margin: 30px 0;
	}
	.vc_tta-panel-body {
		padding: 0 0!important;
		margin-left: 0!important;
	}
	.vc-center{
		padding: 0 ;
	}
	.slick-slide img {
		width: 100%;
		padding:  0;
	}
	.support .col-md-3 {
		width: 50%;
		margin: 10px 0;
	}
}
@media (max-width:425px){
	.header .container .pull-left .row{
		width: 100%;
	}
	.advantage .r2 .col-sm-6 .box {
		padding: 0 20px;
		height: auto;
		min-height: 250px;
	}
	.advantage .r2 .col-md-3 .h4 {
		min-height: auto;
	}
	.support .col-md-3 {
		min-height: 270px;
	}
	.what p {
		padding: 0;
	}
	.advantage .container .col-md-6:first-child {
		width: auto;
	}
	.advantage .container .col-md-6:last-child {
		width: auto;
	}
	.blog .c2 img {
		width: 100%;
	}
	.blog .col-md-6{
		width: 100%;
	}
	.box .col-md-4 {
		width: 100%;
	}
	.office .col-md-4 .bg {
		margin-top: -244px;
		min-height: 244px;
	}
	.support .col-md-3 {
		width: 100%;
		padding: 0 30px;
	}
	.support .col-md-3 {
		min-height: 220px;
	}
	.advantage .r2 .col-sm-6 {
		width: 100%;
	}
	.breadcrumbs .breadcrumbs-left{
		margin-top: 50px;
	}
}
@media (max-width:407px){
	.navbar .container .navbar-brand img {
		width: 100%;
	}
	.what h2 {
		padding: 30px;
	}
}
@media (max-width:375px){
	.navbar .container .navbar-brand img {
		width: 100%;
	}
	.advantage .r2 .col-sm-6 {
		width: 100%;
	}
	.footer li {
		padding: 5px;
	}
	.box .col-md-4 {
		width: 100%;
	}
}
@media (max-width:320px){
	.navbar .container .navbar-brand img {
		width: 100%;
	}
	.quote .row  h3 {
		font-size: 18px;
	}
	.quote li a {
		font-size: 12px;
	}
	.quote .row .r2 .button a {
		padding: 10px 5px;
		font-size: 12px;
	}
	.quote .row .r2 p{
		font-size: 12px;
	}
}
