body { font-family: "Poppins", sans-serif; font-size: 16px; color: #3f3f3f; line-height: 1.6; }


@media print{
	aside { display: none; }
	a[href]:after { content: none !important; }
}


ul, ol{
	margin: 0;
	padding: 0;
}
img{
	max-width: 100%;
}
a:hover{
	text-decoration: none;
	transition: 0.3s;
}
.tabs-content{
	display: none;
}
.tabs-content.active{
	display: block;
}

.menu-icon{
	width: 50px;
	height: 48px;
	position: relative;
	float: left;
	display: none;
	z-index: 999;
	cursor: pointer;
}
.menu-icon span{
	width: 30px;
	height: 3px;
	background: #000;
	position: absolute;
	top: 22px;
	right: 10px;
	transition: 0.3s;
}
.menu-icon.active span {
	transition: 0.3s;
	transform: translateX(50%);
	background: transparent;
}

.menu-icon span:before {
	position: absolute;
	background: #000;
	right: 0;
	top: 10px;
	content: '';
	width: 100%;
	transition: 0.3s;
	height: 100%;
}
.menu-icon span:after {
	position: absolute;
	background: #000;
	right: 0;
	bottom: 10px;
	content: '';
	width: 100%;
	transition: 0.3s;
	height: 100%;
}
.menu-icon.active span:before {
	transition: 0.3s;
	transform: rotate(-45deg);
	top: 0;
	left: -10px;
}
.menu-icon.active span:after {
	transition: 0.3s;
	transform: rotate(45deg);
	top: 0;
	right: 10px;
}








.cookies{
	background: #2c3342;
	padding: 30px 0;
	color: #d9d9d9;
	font-size: 12px;
	line-height: 22px;
}
.cookies .container{
	position: relative;
}
.cookies p{
	width: 100%;
	margin: 0;
	padding-right: 300px;
}
.cookies a{
	color: #ffaf02;
}
.cookies .btn2{
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	color: #1e1e1e;
	background: #ffaf02;
	width: 215px;
	padding-top: 10px;
}
.country{
	background: #2a2a2a;
	padding: 20px 0;
	display: none;
	margin-bottom: -40px;
	z-index: 100;
	position: relative;
}
.country .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.country-left p{
	margin: 0;
	font-size: 12px;
	line-height: 22px;
	color: #b0b0b0;
}
.country-left p a{
	color: #21a8ed;
}
.country .btn2{
	width: 215px;
	background: #007ab8;
	margin-left: 20px;
	float: left;
}
.country .btn2:first-child{
	margin-left: 0;
}
.country-close{
	margin-left: 30px;
	display: inline-block;
	float: right;
	padding: 10px 0;
	cursor: pointer;
}
.country.active{
	display: block;
}



header{
	width: 100%;
}
body.active{
	overflow: hidden;
}
.bg-full{
	display: none;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: fixed;
}
.bg-full.active{
	display: block;
}
.c-header1{
	background: #2c3342;
	color: #c2c4c9;
	font-size: 12px;
	line-height: 18px;
	padding: 0;
	z-index: 99;
	position: relative;
}
.c-header1 a{
	color: #c2c4c9;
	position: relative;
	padding: 11px 11px 11px 12px;
	display: inline-block;
}
.c-header1 a:hover{
	color: #fff;
}
.c-header1 li{
	float: left;
	list-style: none;
}
.c-header1 .c-header1-right >ul> li:last-child{
	margin-left: 11px;
	padding: 0;
}
.apac{
	padding: 11px 0;
	display: inline-block;
}
.apac select{
	min-width: 85px;
}
.c-header1-right select{
	min-width: 60px;
	margin-left: 5px;
}
.c-header1-right{
	float: right;
}
.c-header1-right a:before{
	position: absolute;
	content: '|';
	right: -2px;
	top: 11px;
}
.apac img{
	margin-right: 5px;
}

.language{
	position: relative;
	padding: 11px 15px 11px 0;
	cursor: pointer;
	z-index: 999;
	display: inline-block;
}

.language img{
	margin-right: 5px;
}
.language:before{
	position: absolute;
	font-family: FontAwesome;
	content: '\f107';
	top: 16px;
	right: 0px;
	line-height: 9px;
}
.language-content{
	display: none;
	position: absolute;
	background: #fff;
	border-radius: 5px;
	top: 42px;
	margin: 0;
	right: 0;
	width: 250px;
	z-index: 99;
	padding: 10px 10px;
    border: 2px solid grey;
}
.language-content li{
	list-style: none;
	width: 100%;
	display: block;
}
.checkbox input{
	display: none;
}
.checkbox span{
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #ddd;
	margin-right: 10px;
	vertical-align: middle;
}
.checkbox input:checked ~ span:before, .language-content a:hover span:before{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: orange;
	border-radius: 50%;
	top: 3px;
	left: 3px;
}
.language-content input:checked ~ span:before{
	position: absolute;
}
/*.language-content li:first-child{
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}*/
.language-content li a{
	display: block;
	padding: 5px 0;
	color: #000;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
}
.language-content li a:hover{
	text-decoration: underline;
	color: orange;
}
.language-content li a:before{
	display: none;
}
.language-content.active{
	display: block;
}

.gmc .apac{
	padding: 0;
}

@media (min-width: 1300px){
	.gmc .c-header1 .language-content{
		right: initial;
		left: 0;
	}
}
.gmc .language-content{
	width: 120px;
	background: #353e50;
	padding: 0;
	border-radius: 0;
}
.gmc .language-content li{
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid #ddd;

}
.gmc .language-content li:last-child{
	border: none;
}
.gmc .language-content li a{
	padding: 9px 15px !important;
	font-size: 11px;
	color: #989da6;
}
.gmc .c-header1 li:hover > a, .gmc .c-header1 li.active > a{
	background-image: linear-gradient(to right, #1379d5 , #0396d4);
	color: #fff;
}
.gmc .c-header1 li:hover > a:before, .gmc .c-header1 li.active > a:before{
	display: none;
}


.c-header2{
	padding:  0;
	line-height: 12px;
	font-size: 12px;
	z-index: 98;
	position: relative;
	background: #fff;
}
.c-header2 .container:before, .c-header2 .container:after{
	display: none;
}
.c-header2 .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.c-nav > ul > li{
	float: left;
	list-style: none;
	display: inline-block;
}
.c-nav > ul > li:last-child{
	margin-right: 0;
}
.c-nav > ul > li > a{
	padding: 28px 5px;
	display: inline-block;
	color: #424f48;
	position: relative;
	transition: 0.5s;
}
.c-nav > ul > li.active > a:before{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-bottom: 8px solid #0381c0;
}
.c-nav > ul > li.active:first-child > a:before{
	display: none;
}
.c-nav > ul > li.active > a, .c-nav > ul > li:hover > a{
	color: #0083c6;
	font-weight: bold;
}
.c-nav > ul > li.active > a:after, .c-nav > ul > li:hover > a:after{
	position: absolute;
	background: #0083c6;
	width: 100%;
	height: 2px;
	bottom: 15px;
	left: 0;
	content: '';
}
.header-sub{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	background-image: url(../img/tempt/bg04.jpg);
	z-index: 999;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	padding: 50px 0;
	line-height: 24px;
	flex-wrap: wrap;
}

.c-nav li:hover .header-sub{
	visibility: visible;
	opacity: 1;
}
.header-sub h4{
	font-size: 14px;
	color: #ffaf02;
	font-weight: 500;
	margin: 0 0 20px;
}
.header-sub ul{
	columns: 2;
	display: inline-block;
}
.header-sub li{
	list-style: none;
}

.header-sub a{
	font-size: 12px;
	color: #a0a5af;
	font-weight: 500;
	padding-left: 25px;
	position: relative;
	display: inline-block;
}
.header-sub a:before{
	content: '\f178';
	position: absolute;
	left: 0;
	font-family: FontAwesome;
}
.header-sub a:hover{
	color: #ffaf02;
}
.header-sub > div{
	padding-left: 90px;
	margin-left: 35px;
	border-left: 1px solid #3b455a;
}
.header-sub > div:nth-child(3n+1){
	margin-left: 0;
}




body.active .c-header2{
	position: fixed;
	top: 0;
	width: 100%;
}
body.active .country{
	z-index: 0;
}
.c-nav-mobile{
	padding-top: 88px;
	width: 100%;
	background: #fff;
	position: fixed;
	z-index: 97;
	top: 0;
	left: -100%;
	transition: 1.5s;
	max-height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}
.c-nav-mobile.active{
	left: 0;
	transition: 1s;
}
.c-nav-mobile > ul{
	padding-right: 0px;
	background: #fff;
}
.c-nav-mobile > ul > li{
	list-style: none;
	width: 100%;
	color: #414449;
	font-size: 25px;
	line-height: 35px;
	background: #EBEBEB;
	margin-bottom: 1px;
	position: relative;
}
.c-nav-mobile .language{
	color: #C2C4C9;
	font-size: 12px;
}
.c-nav-mobile .language-content{
	top: initial;
	bottom: 100%;
}
.c-nav-mobile > ul > li span{
	position: absolute;
	height: 55px;
	width: 100%;
	top: 0;
	right: 0;
	z-index: 99;
	text-align: right;
	background: transparent;
	padding: 10px 20px;
}
.c-nav-mobile > ul > li span .fa{
	font-size: 24px;
	font-weight: bold;
}
.c-nav-mobile > ul > li > a{
	color: #414449;
	display: block;
	padding: 10px 0 10px 20px;
}
.c-nav-bottom{
	background: #2c3342;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 31px 25px 30px 40px;
}
header select{
	background-image: url(../img/tempt/arrow.png);
	background-repeat: no-repeat;
	background-position: 96% 7px;
	border: none;
	background-color: transparent;
	color: #C2C4CB;
}
.c-nav-mobile .apac select{
	color: #C2C4C9;
	font-size: 14px;
	min-width: 105px;
	background-position: 96% 10px;
}
.c-nav-mobile label select{
	color: #C2C4C9;
	font-size: 14px;
	font-weight: normal;
	min-width: 70px;
	background-position: 96% 10px;
	margin-right: 10px;
}
.sub-menu{
	background: #fff;
	display: none;
	padding: 40px 20px 20px 40px;
}
.c-nav-mobile li.active > a{
	background: #0083c6;
	color: #fff;
}
.c-nav-mobile li.active span .fa{
	color: #fff;
}

.sub-menu li{
	list-style: none;
}
.sub-menu li a{
	padding-left: 20px;
	background: #f5f5f5;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}

.c-nav-mobile .sub-menu li a{
	padding-left: 20px;
	background: #f5f5f5;
	margin-bottom: 1px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
}


.sub-menu li img{
	max-height: 100%;
	max-width: 35%;
}



.search1{
	position: relative;
	display: inline-block;
	padding-right: 10px;
	margin-right: 10px;
	z-index: 9;
}
.search1:before{
	content: '';
	position: absolute;
	width: 1px;
	height: 25px;
	background: #d8d8d8;
	right: -4px;
	top: -5px;
}
.search1 button{
	background: none;
	border: none;
	font-weight: bold;
	color: #002987;
	font-size: 13px;
	padding: 0;
	margin: 0;
}
.search1 input{
	position: absolute;
	top: -13px;
	background: transparent;
	border: 0;
	height: 40px;
	padding-left: 20px;
	right: 6px;
	width: 0;
	transition: 0.5s;
}
.search1 input:focus{
	width: 250px;
	right: 50px;
	transition: 0.5s;
	background: #000;
	color: #fff;
}

.c-header2{
	transition: 0.5s;
}
.c-header2.fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	transition: 0.5s;
}
.c-header2.fix{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	transition: 0.5s;
}
.logo img{
	transition: 0.5s;
	height: 40px;
}
.c-header2.fixed .logo img{
	height: 30px;
	transition: 0.5s;
}
.c-header2.fixed .c-nav > ul > li > a{
	padding: 20px 5px;
	transition: 0.5s;
}
.c-header2.fixed .c-nav > ul > li.active > a:before{
	display: none;
}


.c-header2-search {
	display: flex;
}
.c-header2-search li{
	float: left;
	list-style: none;
}
.c-header2-search li a{
	background: #9b9b9b;
	color: #fff;
	/*padding: 5px 0 0;*/
	font-size: 14px;
	line-height: 20px;
	margin: 0 5px;
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
}
.c-header2-search li a:hover{
	color:#fff;
}
.slider-other {
	position: absolute;
	right: 0;
	width: 40%;
	height: 100%;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.slider-other:before{
	content: '';
	position: absolute;
	width: 200%;
	height: 200%;
	border-radius: 50%;
	left: -20%;
	top: -60%;
	background: rgba(37,58,115,1);
}

.slider-other ul{
	position: relative;
	padding-right: 20%;
	height: 400px;
}
.slider-other li{
	list-style: none;
	margin-bottom: 30px;
}

.slider-other li a{
	color: #fff;
	display: block;
	padding-right: 30px;
	position: relative;
}
.slider-other li a:before{
	position: absolute;
	font-family: FontAwesome;
	content: '\f178';
	right: 0;
}

.filter{
	background: #f4f4f4;
	padding: 30px 0 20px;
}
.filter select, .btn.dropdown-toggle.btn-default{
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #d1d1d1;
	border-right: none;
	border-left: none;
	/*background-image: url(../img/tempt/arrow1.png);*/
	background-repeat: no-repeat;
	background-position: 97% 16px;
	background-color: transparent;
	font-size: 12px;
	color: #4b4f55;
	height: 40px;
	border-radius: 0;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
	width: 100%;
}
.bootstrap-select .dropdown-toggle .filter-option{
	padding-top: 9px;
}

.filter select:focus, .filter select.active{
	border: none !important;
	box-shadow: none !important;
}

.dropdown-menu{
	padding: 0;
}


.index1{
	position: relative;
	overflow: hidden;
}
.index1 input{
	position: absolute;
	bottom: 20%;
	left: 50%;
	transform: translateX(-50%);
	border: none;
	color: #fff;
	font-weight: 600;
	background: none;
	font-size: 20px;
	padding-left: 20px;
}
.index1 input::-webkit-input-placeholder {
	color:    #fff;
	text-align: center;
}
.index1 input:-moz-placeholder {
	color:    #fff;
	opacity:  1;
	text-align: center;
}
.index1 input::-moz-placeholder {
	color:    #fff;
	opacity:  1;
	text-align: center;
}
.index-slider .slick-slide{
	position: relative;
	background-size: cover !important;
	background-position: center !important;
}
.index-slider .slick-slide img{
	opacity: 0;
}
.slider-content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.slider-content h2{
	color: #fff;
	font-size: 50px;
	line-height: 50px;
	text-align: left;
	letter-spacing: -2px;
}
.yellow{
	color: #ffaf02;
}
.index-slider .slick-dots{
	width: auto;
	right: 20%;
	/*top: 60%;*/
}
.index-slider  .slick-dots li.slick-active button{
	padding: 7px;
}
.index1-bottom{
	height: 130px;
	background-image: url(../img/tempt/bg01.png);
	width: 100%;
	position: relative;
}
.index1-bottom > div{
	display: flex;
	position: absolute;
	top: -55px;
	left: 50%;
	transform: translateX(-50%);
}
.slider-other{
	display: none;
}
.slider-other.active{
	display: flex;
	justify-content: center;
	align-items: center;
}
.index1-bottom-img{
	margin: 0 15px;
	cursor: pointer;
}
.index1-bottom-img.active img, .index1-bottom-img:hover img{
	opacity: 0.8;
	transition: 0.5;
}
.index1-bottom-img figure{
	background: orange;
	width: 105px;
	height: 105px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0px 0px 40px 0 #6d6d6d;
}
.index1-bottom-img img{
	width: 100%;
	transition: 0.5;
}
.index1-bottom-img p{
	color: #414449;
	font-size: 14px;
	margin: 15px 0 0;
	text-align: center;
}
.index-search{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: left !important;
	display: none;
	background-size: auto 100% !important;
}
.index-search-close{
	width: 40px;
	height: 40px;
	background: transparent;
	color: #000;
	font-size: 40px;
	line-height: 40px;
	position: absolute;
	top: 20px;
	right: 30px;
	z-index: 99;
	font-weight: normal;
}
.index-search-close .fa{
	font-weight: normal;
}



.center{
	text-align: center;
}
.c-title1{
	font-size: 35px;
	line-height: 35px;
	position: relative;
	color: #414449;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.index2 .c-title1{
	margin-bottom: 50px;
}
.c-title1 span{
	font-weight: 600;
	color: #0083c6;
}
.c-title1 p{
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	color: #414449;
	margin: 15px 0 0 0;
	text-transform: uppercase;
}
.title-bor:before{
	content: '';
	position: absolute;
	bottom: 0;
	width: 80px;
	height: 5px;
	background: #ffaf02;
}
.title-bor.center:before{
	left: 50%;
	transform: translateX(-50%);
}
.btn1{
	font-size: 12px;
	line-height: 10px;
	padding: 5px 15px;
	color: #fff;
	background: #193167;
	border: none;
	max-height: 20px;
	border-radius: 10px;
	text-transform: uppercase;
}
a.btn1{
	padding: 2px 15px;
}
.btn-yellow{
	background: #ffaf02;
}
.btn{
	width: 135px;
	height: 45px;
	background: #0083c6;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 30px;
}
.btn:hover{
	background: #6bcdff;
}
.index2 .btn{
	margin: 40px auto 0;
}
.btn2{
	width: 175px;
	height: 45px;
	background: #f68b00;
	text-align: center;
	padding-top: 12px;
	font-size: 12px;
	display: table;
	color: #fff;
	border-radius: 30px;
	margin: auto;
	border: none;
}
.btn2:hover{
	background: #ffb85b;
}



.index2{
	padding: 70px 0 50px 0;
	background: linear-gradient( #fff 0%, #f5f7fd 100px);
}
.index2 .col-md-6 > div{
	background: #fff;
	border: 1px solid #e8e9f3;
	padding: 35px 25px;
	margin-bottom: 35px;
}


.index2-content{
	height: 465px;
	width: 100%;
	overflow: auto;
}
.index2-list{
	margin-bottom: 25px;
}
.index2-list-top{
	display: flex;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
}
.index2-list-top time{
	width: 84px;
	background: #69708d;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	transition: 0.5s;
}
.index2-list-top time strong{
	display: block;
	line-height: 35px;
	font-size: 35px;
}
.index2-list-right{
	padding: 15px 20px;
	background: #d5d6e3;
	width: calc(100% - 84px);
	transition: 0.5s;
}
.index2-list-top p{
	font-size: 14px;
	line-height: 16px;
	color: #69708d;
	margin: 0 0 5px;
	font-weight: 600;
}
.index2-list:first-child .index2-list-content{
	display: block;
}
.index2-list-content{
	padding: 25px;
	box-shadow: 0px 0px 10px 0px #ccc;
	font-size: 12px;
	line-height: 22px;
	display: none;
	position: relative;
}
.index2-list-content p{
	color: #70757d;
	margin-bottom: 15px;
}
.index2-list-content a{
	color: #0083c6;
	font-weight: 600;
}

.active.index2-list time, .active.index2-list-top time{
	background: #006287;
	transition: 0.5s;
}
.active.index2-list .index2-list-right, .active.index2-list-top .index2-list-right{
	background: #0083c6;
	transition: 0.5s;
}
.active.index2-list .index2-list-right p, .active.index2-list-top .index2-list-right p{
	color: #fff;
}


.index2 .tab li{
	width: 130px;
	height: 40px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #3c5a9a;
	border-radius: 0 10px 0 0;
	z-index: 2;
	max-width: 50%;
	position: relative;
}
.index2 .tab li:last-child{
	background: #32b1fe;
	margin-left: -10px;
	z-index: 1;
}

.c-title2{
	font-size: 35px;
	line-height: 45px;
	font-weight: 600;
	padding-left: 30px;
	border-left: 5px solid #0083c6;
	color: #0083c6;
	margin: 80px 0 70px;
}
.index3{
	padding: 80px 0 130px;
	position: relative;
}

.index3:before{
	position: absolute;
	top: 0;
	content: '';
	width: 42%;
	background-image: url(../img/tempt/bg02.png);
	height: 120px;
}
.index3 figure{
	display: inline-block;
	position: relative;
	z-index: 9;
}
.index3 figure img{
	position: relative;
	z-index: 9;
}
/*.index3 figure:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #007ab8;
	top: 50px;
	right: 50%;
	z-index: 0;
}*/

@media (min-width: 990px){
	.index3 .col-md-6:last-child{
		padding-left: 45px;
	}
	.industry4-content a:nth-child(4n){
		margin-right: 0;
	}
}

.index3 .row{
	display: flex;
	align-items: center;
}
.index3 p{
	font-size: 14px;
	line-height: 24px;
	color: #70757d;
}


.index4{
	margin-bottom: 75px;
}
.index4 ul{
	max-width: 400px;
	width: 100%;
	columns: 2;
}
.index4 li{
	list-style: none;
	margin-bottom: 10px;
	cursor: pointer;
}
.index4 li .fa{
	padding-right: 10px;
}
.index4 li a{
	padding: 5px 15px 5px 30px;
	color: #007ab8;
	border-radius: 30px;
	font-weight: 600;
	transition: 0.5s;
	position: relative;
	display: inline-block;
	font-size: 14px;
}
.index4 li a:before{
	content: '\f041';
	font-family: FontAwesome;
	position: absolute;
	left: 10px;
}
.index4 li a:hover, .index4 li.active a{
	color: #fff;
	background: #007ab8;

}
.index4 li.is-active a{
	color: #fff !important;
	background: #007ab8 !important;
}
.index4 .c-title1{
	margin-top: 30px;
}
.map-world{
	position: relative;
	display: inline-block;
}
.map{
	position: absolute;
	cursor: pointer;
}
.hover, .map-content, .map-name{
	display: none;
	cursor: pointer;
}
.map-content, .map-name{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
.map.active .on{
	display: none;
}
.map.is-active .on{
	display: none !important;
}
.map.is-active .map-content, .map.is-active .map-name, .map.is-active .hover{
	display: block !important;
}
.map.active .map-content, .map.active .map-name, .map.active .hover{
	display: block;
}
.map-content{
	bottom: 105%;
	width: 300px;
	background: #fff;
	box-shadow: 0px 0px 20px 0px #ccc;
	padding: 20px;
	z-index: 99;
}
.map-content h5{
	font-size: 14px;
	color: #f68b00;
	margin: 0;
	font-weight: bold;
}
.map-content h6{
	font-size: 12px;
	color: #70757d;
	margin: 15px 0 0;
	font-weight: normal;
	line-height: 18px;
}
.map-content a{
	font-size: 12px;
	line-height: 18px;
	color: #0083c6;
	display: block;
	font-weight: normal;
}
.map-name{
	top: 100%;
	background: #f68b00;
	border-radius: 20px;
	padding: 5px 15px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	line-height: 15px;
	white-space: nowrap;
	z-index: 99;
}




.map1{
	top: 65%;
	right: 48%;
}
.map2{
	top: 50px;
	right: 30%;
}
.map3{
	top: 58%;
	right: 53%;
}
.map4{
	top: 45%;
	right: 56%;
}
.map5{
	top: 45%;
	right: 48%;
}
.map6{
	top: 58%;
	right: 42%;
}
.map7{
	top: 26%;
	right: 32%;
}
.map8{
	top: 35%;
	right: 70%;
}
.map9{
	top: 47%;
	right: 35%;

}
.map10{
	top: 77%;
	right: 30%;
}
.map11{
	top: 60%;
	right: 24%;
}

.index4-bottom{
	margin-top: 60px;
}
.index4-bottom select{
	width: 160px;
	height: 40px;
	border: 1px solid #cbcbcb;
	border-radius: 5px;
	font-size: 14px;
	color: #0083c6;
	padding-left: 15px;
	font-weight: 600;
	position: relative;
	background-image: url(../img/tempt/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 97% 12px;
}
select{
	-moz-appearance: none;
	-webkit-appearance: none;
}
select:focus{
	border: none;
}
select::-ms-expand {
	display: none;
}
.index4-bottom a{
	padding-left: 25px;
	position: relative;
	color: #0083c6;
	font-size: 14px;
	font-weight: 600;
	margin-left: 25px;
}
.index4-bottom a:before{
	position: absolute;
	content: '\f041';
	font-family: FontAwesome;
	left: 0px;
	top: -2px;
	font-size: 16px;
}


.index5{
	padding: 50px 0;
	background: #f5f7fd;
}
.index5 .slick-slide img{
	width: auto;
}
.index5 .slick-track{
	display: flex;
	align-items: center;
}
.slick-prev{
	left: 0;
}
.slick-next{
	right: 0;
}
.slick-prev:before, .slick-next:before{
	border-color: #3b99c8;
	border-width: 2px;
	width: 15px;
	height: 15px;
}
.slick-disabled:before{
	border-color: #c2c2c4;
}


footer{
	margin-top: 30px;
}

.c-footer1{
	background: #33549c;
	width: 100%;
	padding-bottom: 55px;
}
.c-footer1 h5{
	padding: 55px 0 10px;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	margin: 0;
}
.c-footer1 li{
	list-style: none;
}
.c-footer1 li a{
	display: inline-block;
	color: #8daff7;
	font-size: 12px;
	line-height: 22px;
}
.c-footer1 li a:hover{
	color: #FFAF02;
}
.c-footer2{padding: 20px 0;
	background: #2c3342;
}
.c-footer2 .container:before, .c-footer2 .container:after{
	display: none;
}
.c-footer2 .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.c-footer2-left a{
	font-size: 26px;
	line-height: 26px;
	background: #a9b1c3;
	color: #2c3342;
	width: 30px;
	height: 30px;
	margin-right: 20px;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	padding: 7px 0 0;
}
.c-footer2-left a:last-child{
	margin-right: 0;
}
.c-footer2-center p{
	font-size: 12px;
	line-height: 12px;
	color: #a9b1c3;
	margin: 0;
}
.c-footer2-center{
	text-align: center;
}
.c-footer2-center ul{
	display: inline-block;
}
.c-footer2-center li{
	list-style: none;
	float: left;
	line-height: 12px;
	display: inline-block;
	position: relative;
	margin-right: 20px;
}
.c-footer2-center li a{
	font-size: 12px;
	color: #a9b1c3;
}
.c-footer2-center li:before{
	position: absolute;
	content: '|';
	right: -12px;
	top: 1px;
	color: #a9b1c3;
	font-size: 12px;
}
.c-footer2-center li:last-child{
	margin-right: 0;
}
.c-footer2-center li:last-child:before{
	display: none;
}
.c-footer2-right a:first-child{
	margin-right: 5px;
}


.c-blue figure{
	background: blue;
}


/*event*/
main{
	height: 390px;
	background-size: cover !important;
	background-position: center !important;
	position: relative;
	color: #fff;
	z-index: 0;
}
.main-menu{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0,126,191,0.9);
	z-index: 10;
}
.main-menu li{
	list-style: none;
	float: left;
	display: inline-block;
}
.main-menu li a{
	padding: 20px 30px;
	display: inline-block;
	color: #fff;
	font-size: 12px;
}
.main-menu li.active, .main-menu li:hover{
	background: #006293;
}
.main-content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
}
.main-content h1{
	font-size: 35px;
	line-height: 35px;
	margin: 0 0 20px;
}
.main-content p{
	font-size: 12px;
	line-height: 22px;
	margin: 0 0 10px;
	max-width: 400px;
}
.breakcum{
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}
.breakcum li{
	list-style: none;
	float: left;
	font-size: 12px;
	line-height: 22px;
}
.breakcum li a{
	color: #fff;
	padding-right: 20px;
	position: relative;
}
.breakcum li a:before{
	position: absolute;
	content: '/';
	right: 8px;
}
.event1{
	background: #efefef;
	display: flex;
	position: relative;
}
.event1 .slick-prev{
	left: -15px;
}
.event1 .slick-next{
	right: -15px;
}


.event1 .tab{
	float: left;
	width: 100%;
}
.event1 .tab li{
	list-style: none;
	padding: 20px 30px;
	position: relative;
	float: left;
	cursor: pointer;
	font-size: 14px;
	line-height: 14px;
}
.event1 .tab li.active:before, .event1 .tab li:hover:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #f68b00;
}
.event1 .tab li.active, .event1 .tab li:hover{
	background: #ffffff;
	color: #f68b00;
	font-weight: bold;
}
.event1-search{
	position: absolute;
	top: 10px;
	right: 0;
}
.event1-search input{

	width: 340px;
	height: 36px;
	border: 1px solid #cbcbcb;
	border-radius: 30px;
	padding-left: 15px;
	font-size: 14px;
}
.event1-search button{
	position: absolute;
	right: 10px;
	top: 5px;
	border: none;
	background: transparent;
	color: #0083c6;
}

.event2 {
	margin: 55px 0 65px;
}
.event2 .c-title1{
	margin-bottom: 60px;
}
.event2 h2{
	font-size: 35px;
	color: #414449;
	line-height: 40px;
	margin: 0;
}
.event-line{
	font-size: 14px;
	color: #414449;
	font-weight: 600;
	margin: 15px 0 20px;
	display: flex;
}
.event2 .event-line time{
	font-weight: normal;
	color: #0987c7;
	margin-right: 20px;
}
.event2 .event-line time .fa{
	margin-right: 10px;
	color: #414449;
}
.event-line a{
	font-weight: normal;
	color: #0987c7;
	margin-right: 15px;
	font-style: italic;
	position: relative;
	text-decoration: underline;
	display: inline-block;
}
.event-line a:before{
	content: ",";
	position: absolute;
	right: -3px;
}
.event-line a:last-child:before{
	display: none;
}
.event2 p{
	font-size: 12px;
	line-height: 24px;
	color: #70757d;
}
.event-list{
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid #dee0e6;
}
.new .index2-list-right{
	padding: 10px 15px;
	border-radius: 0 5px 0 0;
}
.new  p{
	font-size: 14px;
	line-height: 16px;
}
.new .index2-list-top{
	border-radius: 5px 5px 0 0;
}
.new-content{
	padding: 30px 15px 10px;
	box-shadow: 0 0 20px 0 #e6e6e6;
}
.new-content > a{
	color: #ffaf02;
	font-size: 12px;
	display: table;
	margin-top: 15px;
}
.new-content p{
	font-size: 12px;
	line-height: 22px;
	color: #70757d;
	margin: 0;
}
.new-content-top{
	display: flex;
	/*align-items: center;*/
}

.new-content-top img{
	margin-right: 15px;
}
.new-tag{
	border-top: 1px solid #d5d5d5;
	padding-top: 15px;
}
.new .col-md-4{
	margin-bottom: 45px;
}


.new-detail .btn{
	margin-top: 40px;
}
.new-detail-content{
	padding-top: 25px;
}
.new-detail-content img{
	float: left;
	margin-right: 30px;
}

.new-detail-content p{
	margin-bottom: 20px;
}

.c-link{
	background: #f5f7fd;
	padding: 23px 0;
}
.c-link li{
	list-style: none;
	float: left;
	margin-right: 90px;
}
.c-link li:last-child{
	margin-right: 0;
}
.c-link li a{
	position: relative;
	padding: 5px 0;
	text-transform: uppercase;
	font-size: 14px;
	color: #0083c6;
}
.c-link li.active a:before, .c-link li a:hover:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 3px;
	background: #0083c6;
	bottom: 0;
	left: 0;
}
.c-link li.active{
	font-weight: 600;
}

.index3.industry figure:before{
	background: #f4f5f9;
}
.industry{
	padding: 60px 0 160px;
}
.industry1{
	padding: 120px 0;
	color: #fff;
	background-image: url(../img/tempt/industry/bg02.jpg);
	background-size: cover;
	background-position: center;
}
.industry1 h3{
	font-size: 35px;
	margin: 0;
	padding: 10px 0 20px;
}
.industry1 p{
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 50px;
}
.industry1 label{
	width: 100%;
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #cbcbcb;
	padding: 0px 0 0px 15px;
	font-size: 14px;
	margin-bottom: 25px;
}
.industry1 label select{
	background-color: transparent;
	border: none;
	color: #848484;
	font-weight: normal;
	background-image: url(../img/tempt/industry/arrow.jpg);
	background-position: 97% 15px;
	background-repeat: no-repeat;
	padding-left: 15px;
	height: 38px;
	padding-right: 15px;
	width: 100%;
}
.industry1 label span{
	display: contents;
	color: #0083c6;
	text-transform: uppercase;
	white-space: nowrap;
}

.industry1 .btn{
	margin-top: 70px;
	width: 155px;
}
.industry2{
	padding: 130px 0 85px;
	background-image: url(../img/tempt/bg01.png);
	background-repeat: repeat no-repeat;
	background-position-y: -50px;
}
.c-title3{
	font-size: 35px;
	color: #414449;
	margin: 0 0 45px;
}
.industry2-slider{
	margin-top: 50px;
	width: 100% !important;
}
.industry2-slider .slick-slide{
	text-align: left;
	padding: 0 5px;
}
.industry2-slider .slick-slide img{
	width: auto;
}
.c-list1 figure{
	width: 100%;
	background: #fafafa;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product6 .industry2-slider-content{
	padding-right: 35px;

}
.industry2-slider-content{
	font-size: 12px;
	line-height: 22px;
	color: #70757d;
	margin: 0px 0 25px 0;
}
.c-list1  a{
	display: block;
}
.c-list1 h4{
	display: block;
	font-size: 14px;
	line-height: 16px;
	color: #414449;
	font-weight: 600;
	padding: 0 0 15px;
	margin: 35px 0 0;
}
.c-list1  a:hover h4{
	color: orange;
}
.industry2-img img{
	margin: 0 10px 20px 0;

}
.industry2-img{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
	min-height: 90px;
}
.industry2 .slick-prev{
	top: 25%;
	left: -5px;
}
.industry2 .slick-next{
	top: 25%;
	right: -5px;
}
.industry3{
	padding: 65px 0 70px;
	background: #f5f7fd;
}
.industry3-slider{
	margin-top: 40px;
}
.industry3-slider .slick-slide{
	padding: 0 15px;
}
.industry3-slider-content{
	background: #fff;
	border: 1px solid #e2e4eb;
	padding: 50px 25px 40px;
	font-size: 14px;
	line-height: 24px;
	color: #70757d;
}
.industry3-slider-content h5{
	color: #0083c6;
	margin:  0 0 20px;
	line-height: 24px;
}
.industry3-slider-content a{
	color: #0083c6;
	display: table;
	margin: 25px auto 0;
	font-weight: bold;
	font-size: 12px;
}
.industry3 .slick-prev{
	left: -30px;
}
.industry3 .slick-next{
	right: -30px;
}

.industry4{
	padding: 60px 0;
}
.industry4-content{
	margin-top: 50px;
}
.industry4-content a{
	margin: 0 20px 20px 0;
	width: calc(25% - 23px);
	height: 130px;
	background-image: url(../img/tempt/industry/img13.png);
	border-radius: 5px;
	border: 2px solid #cad7dd;
	display: inline-block;
	overflow: hidden;
	font-weight: 600
}
.industry4-content a:hover span{
	background: rgba(75,81,94,0.9);
	color: #fff;
}
.industry4-content a span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(255,255,255,0.6);
}
.main-content h2{
	color: #2c3342;
	margin: 0;
	font-size: 35px;
	line-height: 45px;
	max-width: 60%;
}
.main-content h2 strong{
	font-weight: 600;
	padding-right: 50px;
	position: relative;
}
.main-content h2 strong:before{
	width: 1px;
	content: '';
	height: 37px;
	background: #8b93a6;
	position: absolute;
	right: 27px;
	top: 5px;
}
.main-content .btn2{
	margin: 20px 0;
}


.product-form{
	padding: 0 !important;
}
.product-form .modal-dialog{
	margin: 0;
	width: 100%;
	background: #fff;
	padding-top: 65px;
}
.product-form .modal-content{
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding-bottom: 65px;
	padding: 0 15px 65px;
}
.product-form .close{
	font-size: 40px;
	position: absolute;
	right: 20px;
	top: 50px;
	z-index: 9;
}
.modal-content{
	max-width: 950px;
	margin: auto;
}
.product-form h2{
	font-size: 35px;
	line-height: 35px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 65px;
}
.product-form .c-title1{
	color: #bbbbbb;
}
.product-form .c-title1 strong{
	color: #0083c6;
	display: block;
	margin-top: 30px;
}

.product-form input, .product-form select{
	width: 100%;
	height: 40px;
	border: 1px solid #cbcbcb;
	border-radius: 3px;
	color: #969696;
	padding-left: 10px;
	margin-bottom: 8px;
	margin-top: 3px;
}
select{
	background-image: url(../img/tempt/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 97% 13px;
}
.product-form textarea{
	width: 100%;
	height: 100px;
	border: 1px solid #cbcbcb;
	border-radius: 3px;
	color: #969696;
	padding-left: 10px;
	margin-bottom: 8px;
	margin-top: 3px;
}
.product-form label{
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	color: #414449;
}
.chose label{
	width: auto;
	color: #969696;
}
.chose{
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 20px;
}
.chose label:first-child{
	padding-left: 0;
}
.phone{
	display: flex;
	width: 100%;
}
.phone input:first-child{
	width: 64px;
	text-align: center;
	margin-right: 3px;
	padding-left: 0;
}
.phone input:last-child{
	width: calc(100% - 64px);
}
.red{
	color: #ff1616;
}

.product-form .btn2{
	padding: 0;
	margin: 0;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.c-list1 .btn{
	display: flex;
}



.blue{
	color: #0b88c7 !important;
	font-weight: 600;
}
.main-link{
	color: #0b88c7;
	font-weight: bold;
	font-size: 12px;
}
.main-link .fa{
	font-weight: bold;
	margin-right: 5px;
	font-size: 14px;
}

.product .breakcum li, .product .breakcum li a{
	color: #312e2e;
}
.main-img{
	position: absolute;
	left: 50%;
	top: 58%;
	transform: translate(-50%, -50%);
	text-align: right;
}
.main-img img{
	max-height: 295px;
	max-width: 33%;
}
.c-title4{
	font-size: 35px;
	line-height: 45px;
	color: #0083c6;
	margin: 0 0 35px;
	font-weight: 600;
}
.product1{
	padding: 100px 0 20px;
	position: relative;
}
.product1 .col-md-6{
	padding-right: 45px;
}
.product1 p{
	font-size: 14px;
	color: #70757d;
	line-height: 24px;
}
.product1 h5{
	font-size: 14px;
	line-height: 24px;
	color: #414449;
	font-weight: 600;
	margin: 30px 0 0;
}
.product1-slider{
	position: absolute;
	top: 100px;
	max-width: 50%;
	width:730px;
	left: 50%;
	transform: translateX(-50%;);
}
.product1-slider1 img{
	width: auto;
	height: 350px;
}

.industry2-img img {
	margin: 0 10px 20px 0;
	height: 25px!important;
	width: auto;
}
.industry2-img p {margin:0;}

.product1-slider1{
	padding: 25px 0;
	width: 100%;
	box-shadow: 0 10px 20px 0 #ccc;
}
.product1-slider2{
	max-width: 530px;
	width: 100%;
	padding: 30px 45px;
}
.product1-slider2 .slick-slide{
	width: 130px;
	height: 100px;
	margin: 0 10px;
	border: 1px solid #c8c8c8;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product1-slider2 .slick-slide.slick-current{
	border: 3px solid #c8c8c8;
}
.product1-slider2 img{
	width: 70px;
}

.product2{
	background: #f5f7fd;
	padding: 75px 0 30px;
}
.product2-content{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 45px;
}
.product2-list{
	width: calc(25% - 23px);
	background: #fff;
	border: 1px solid #e2e4eb;
	padding: 40px 20px 25px;
	margin-right: 30px;
	margin-bottom: 50px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	color: #70757d;
}
.product2-list h5{
	color: #f68b00;
	margin: 0 0 20px;
	font-weight: 600;
}

.product3{
	padding: 150px 0 0;
}
.product3 p{
	font-size: 14px;
	line-height: 24px;
	color: #70757d;
	margin-bottom: 25px;
}
.product3 .container{
	border-bottom: 1px solid #dee0e6;
	padding-bottom: 50px;
	background: #fff;
}

.product4 {
	margin: 70px 0;
	font-size: 14px;
	line-height: 24px;
	color: #70757d;
}
.product4 .col-md-3{
	text-align: center;
	margin-bottom: 50px;
}
.product4 figure{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	/* border: 3px solid #f68b00; */
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}
.img-hover{
	display: none;
}
.product4 .col-md-3{
	cursor: pointer;
}
.product4 .col-md-3:hover figure{
	background: #f68b00;
}
.product4 .col-md-3:hover img{
	display: none;
}
.product4 .col-md-3:hover .img-hover{
	display: block;
}
.product4 h5{
	color: #f68b00;
	margin: 20px 0 13px;
	font-weight: 600;
}
.product4 p{
	color: #70757d;
}
.product4 .btn{
	width: 195px;
	margin: auto;
}

.product5{
	background: #f5f7fd;
}
.product6 {
	margin: 65px 0 0;
}
.c-list1{
	width: calc(25% - 8px);
	margin-right: 10px;
	margin-bottom: 50px;
}
.c-list1:last-child, .c-list1:nth-child(4n){
	margin-right: 0;
}
.product6-content{
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}

.printers1 .container{
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 20px;
}
.accordion-title{
	font-size: 35px;
	line-height: 35px;
	background: #ebebeb;
	width: 100%;
	position: relative;
	color: #414449;
	padding: 25px;
	cursor: pointer;
	text-align: left;
}
.accordion-title:before{
	position: absolute;
	content: '\f107';
	font-family: FontAwesome;
	right: 25px;
	top: 32px;
	font-weight: bold;
	font-size: 20px;
	transition: 0.5s;
	line-height: 20px;
}
.accordion-title.active{
	color: #fff;
	background: #0083c6;
}
.accordion-title.active:before{
	transform: rotate(180deg);
	transition: 0.5s;
}
.resource{
	margin: 60px 0;
}
.accordion{
	margin-bottom: 5px;
	width: 100%;
	display: inline-block;
}
.accordion-content{
	padding: 20px 0;
}
.accordion-content, .resource-content{
	display: none;
}
.accordion-content >div{
	display: inline-block;
}
.accordion .col-md-3{
	position: relative;
	padding: 10px 15px 10px 30px;
	cursor: pointer;
	color: #0083c6;
	font-weight: 600;
}
.accordion .col-md-3:before{
	content: '\f0a9';
	position: absolute;
	font-family: FontAwesome;
	left: 10px;
}
.accordion .col-md-3:hover .resource-content{
	display: block;
}
.resource-content{
	display: none;
	position: absolute;
	bottom: 100%;
	left: 0%;
	transform: translateX(-45%);
	padding: 20px 18px;
	border: 1px solid #adadad;
	font-size: 12px;
	min-width: 330px;
	background: #fff;
	z-index: 9;
}
.resource-content:before{
	position: absolute;
	content: '';
	bottom: -17px;
	left: 50%;
	transform: translateX(-50%);
	border-right: 11px solid transparent;
	border-left: 11px solid transparent;
	border-top: 17px solid #adadad;
}
.resource-content:after{
	position: absolute;
	content: '';
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	border-right: 11px solid transparent;
	border-left: 11px solid transparent;
	border-top: 17px solid #fff;
}
.resource-content strong{
	text-align: center;
	color: #414449;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
}
.resource-content tr:first-child{
	border-bottom: 1px solid #dfdfdf;
}
.resource-content table{
	width: 100%;
}
.resource-content th{
	color: #70757d;
	font-weight: 600;
}
.resource-content td{
	color: #0b86c7;
	font-weight: 600;
	text-align: center;
}
.resource-content td a{
	padding: 5px 0;
	display: block;
}
.resource-video figure{
	position: relative;
	width: 100%;
}
.resource-video span{
	border-radius: 50%;
	height: 73px;
	width: 73px;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 3px solid #fff;
	color: #fff;
	font-size: 25px;
	line-height: 25px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.resource-video p{
	color: #414449;
	font-size: 14px;
	line-height: 24px;
	margin: 10px 0;
}
.resource-video .col-md-4{
	padding: 20px 15px 10px;
}
/*.slider-top{
	position: relative !important;
	display: block !important;
}
.slider-top li{
	width: auto !important;
}*/


.slider-top .slick-prev{
	left: -60px;
}
.slider-top .slick-next{
	right: -60px;
}
.slider-top .slick-next:before, .slider-top .slick-prev:before{
	width: 8px;
	height: 8px;
	border-width: 2px;
}
.solution-list{
	display: flex;
	flex-wrap: wrap;
}
.solution{
	margin-top: 50px;
}
.solution p{
	margin-bottom: 30px;
}
.solution-tab.event1 .tab li{
	width: auto !important;
}
.search{
	margin: 60px 0 20px;
	color: #70757d;
	font-size: 14px;
	line-height: 24px;
}
.search h5{
	color: #414449;
	font-weight: 600;
	margin: 0 0 20px;
}
.search .btn{
	margin-top: 30px;
}
.search .col-md-6{
	margin-bottom: 60px;
}



.industry.index3 p{
	margin-bottom: 10px
}

.about1.index3 .row{
	align-items: flex-start;
}
.about1{
	padding-bottom: 50px;
}
.about1 .c-title1 span{
	display: block;
}
.about1.index3 figure:before{
	background: #f4f5f9;
}

.about2-content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
.about2-content a{
	padding: 15px;
	display: inline-block;
}
.contact{
	margin: 60px 0;
}
.contact .accordion-content > div{
	display: block;
}
.contact .col-sm-6{
	padding-top: 10px;
	padding-bottom: 10px;
}
.contact th{
	width: 24px;
	color: #0083c6;
	vertical-align: top;
}
.contact .fa-envelope, .contact .fa-fax{
	font-size: 14px;
}
.contact h5{
	font-size: 14px;
	line-height: 24px;
	color: #414449;
	font-weight: bold;
}
.contact p{
	font-size: 14px;
	color: #414449;
	font-style: italic;
	font-weight: normal;
}
.contact td{
	font-size: 12px;
	color: #70757d;
	line-height: 22px;
}
.contact td a{
	color: #70757d;
}

.vicinity{
	height: 160px;
	background: none;
}
.vicinity img{
	width: auto;
}
.vicinity .index1-bottom-img figure{
	/*background: #fff;*/
}
.index1-bottom-img:nth-child(1):hover img{
	opacity: 0.3;
}
.br{
	display: block;
}
.vicinity1{
	background: linear-gradient( #fff 0%, #f5f7fb 100px);
}

.vicinity2 {
	margin: 80px 0;
}
.vicinity2 img{
	width: auto;
}
.vicinity2 figure{
	height: 300px;
	background: #fafaf8;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.vicinity2 p{
	font-size: 14px;
	line-height: 24px;
	color: #414449;
	margin: 0;
	font-weight: 600;
}
.vicinity2 .slick-slide{
	padding: 0 15px;
}

.vicinity3{
	background-color: #f5f7fb;
	background-image: url(../img/tempt/bg01.png);
	background-repeat: repeat no-repeat;
	background-position: 0 -80px;
	padding: 140px 0 80px;
}
.vicinity3 .index2-list-content:hover{
	box-shadow: 0px 10px 20px 5px #ccc;
}
.vicinity3 .index2-list-top{
	cursor: default;
}
.vicinity3 .index2-list-right a:hover{
	color: #fff;
}
.full-link{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}
.vicinity3 .btn{
	/*display: table;*/
	margin: 45px auto 0;
}
.vicinity4{
	background: none !important;
}
.slider-content h3{
	text-align: left;
	font-size: 30px;
	line-height: 35px;
	color: #fff;
}
.index1.vic input{
	font-size: 14px;
	bottom: 20%;
}
@media (min-width: 1400px){
	.vicinity2 .slick-next{
		right: -30px;
	}
	.vicinity2 .slick-prev{
		left: -30px;
	}
}

.new-detail .modal-dialog{
	margin: 60px auto;
	max-width: 800px;

}
.new-detail .modal-content{
	padding-top: 40px;
}
.btn-event{
	margin:  10px 0 0 0;
	display: inline-block;
	cursor: pointer;
}
.new-detail .btn{
	display: inline-block;
	margin: 0px 10px 0 0;
	padding-top: 11px;
}

/* ---------- GMC pages ------------*/
.gmc-index1 .index1-bottom{
	background: none;
}
.gmc-index1 {
	background-image: url(../GMC/bg01.jpg);
	background-size: cover;
	background-position: center;
}
.gmc-index1 p, .gmc-index2 p{
	font-size: 14px;
	line-height: 24px;
	color: #70757d;
	margin-bottom: 30px;
}
.gmc-index1 .container{
	padding: 50px 15px 130px 15px;
}
.gmc-index2{
	padding: 250px 0 165px 0;
	background-image: url(../GMC/bg02.jpg);
	background-size: cover;
	background-position: center;
}
.gmc-index3{
	padding: 190px 0 135px 0;
	background-image: url(../GMC/bg03.jpg);
	background-size: cover;
}
.gmc-index3 p{
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 30px;
}

.gmc-index4{
	padding: 200px 0 50px 0;
	background-image: url(../img/tempt/bg01.png);
	background-repeat: repeat no-repeat;
	background-position: 0px -30px;
}
.gmc-index4-item{
	display: inline-block;
	text-align: center;
	margin-bottom: 50px;
	width: 100%;
}
@media (min-width: 990px){
	.gmc-index4-item{
		width: 20%;
	}
}
@media (min-width: 600px){
	.gmc-index4-item{
		width: 33.33%;
	}
}
.gmc-index4-item figure{
	width: 118px;
	height: 118px;
	border-radius: 50%;
	/* border: 4px solid #adadad; */
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}
.gmc-index4-item p{
	font-size: 14px;
	line-height: 24px;
	color: #0083c6;
	font-weight: 600;
	margin: 25px 0 0 0;
}
.gmc-index4-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.gmc-index5{
	background: #f5f7fd;
	padding: 135px 0 50px 0;
}
.index3.gmc-index5:before{
	top: 50px;
}
.gmc-index6{
	background: #fff;
}
.repair1{
	padding: 75px 0 65px 0;
	color: #7a7e85;
}
.repair1 p{
	font-size: 14px;
	line-height: 24px;
	color: #70757d;
	margin-bottom: 20px;
}
.repair-customer{
	padding: 20px 0 30px;
	border-bottom: 1px solid #d1dce1;
	margin-bottom: 20px;
}
.repair-customer p{
	font-style: italic;
}
.repair1 label{
	width: 100%;
	position: relative;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 20px;
}
.repair1 input[type=text], .repair1 input[type=date]{
	width: 100%;
	height: 55px;
	border: 1px solid #c5c5c5;
	padding-left: 20px;
	color: #1d1d1d;
}
.repair1 input[type=text] ~ span, .repair1 textarea ~ span, .repair1 input[type=date] ~ span{
	position: absolute;
	top: 17px;
	left: 20px;
	color: #0083c6;
	font-size: 14px;
	transition: 0.3s;
	background: #fff;
}
.repair1 span.on{
	font-size: 10px !important;
	top: 5px !important;
	transition: 0.3s !important;
}
/*.repair1 input[type=text]:focus ~ span, .repair1 input[type=text]:not(:placeholder-shown) ~ span, .repair1 input[type=date] ~ span,.repair1 textarea:focus ~ span, .repair1 textarea:not(:placeholder-shown) ~ span{
	font-size: 10px !important;
	top: 5px !important;
	transition: 0.3s !important;
}*/
.repair1 span.active{
	font-size: 10px !important;
	top: 5px !important;
	transition: 0.3s !important;
}
.repair1 input[type=text]:focus, .repair1 input[type=text]:not(:placeholder-shown), .repair1 input[type=date]{
	padding-top: 15px;
}
.repair1 textarea:focus, .repair1 textarea:not(:placeholder-shown){
	padding-top: 25px;
}

.repair1 textarea{
	width: 100%;
	height: 135px;
	border: 1px solid #c5c5c5;
	padding: 10px 20px;
	color: #1d1d1d;
}
.repair1 ::-webkit-input-placeholder {
	color: transparent;
}
.repair1 ::-moz-placeholder {
	color: transparent;
}
.repair1 :-ms-input-placeholder {
	color: transparent;
}
.repair1 :-moz-placeholder {
	color: transparent;
}


.repair1 input[type=checkbox], .repair1 input[type=radio]{
	display: none;
}
.repair1 input[type=checkbox] ~ span, .repair1 input[type=radio] ~ span{
	width: 20px;
	height: 20px;
	border: 1px solid #c5c5c5;
	position: relative;
	margin-right: 12px;
	vertical-align: middle;
	display: inline-block;
	background: #fff;
}
.repair1 input[type=checkbox]:checked ~ span:before, .repair1 input[type=radio]:checked ~ span:before{
	position: absolute;
	content: '';
	width: 7px;
	height: 12px;
	top: 1px;
	left: 5px;
	border-bottom: 3px solid #0083c6;
	border-right: 3px solid #0083c6;
	transform: rotate(35deg);
}
.repair1 h5{
	font-size: 14px;
	color: #0083c6;
	margin: 30px 0 20px;
}
.repair1-required label{
	max-width: 105px;
}
.repair1 input[type=radio] ~ span{
	border-radius: 50%;
}
.repair1 input[type=radio]:checked ~ span:before{
	border-radius: 50%;
	height: 10px;
	width: 10px;
	border: none;
	background:  #0083c6;
	top: 4px;

}
.repair1 select{
	width: 100%;
	height: 55px;
	border: 1px solid #c5c5c5;
	padding-left: 20px;
	color: #0083c6;
	font-size: 14px;
	background-position: 97% 20px;
	background-color: transparent;
}
.repair1-bottom{
	margin: 30px 0 45px;
}
.repair1-text{
	font-style: italic;
	margin: 40px 0 !important;
}
.repair1 .btn2{
	width: 105px;
	padding: 0;
	margin: 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.support{
	padding: 75px 0 85px;
	color: #70757d;
	font-size: 14px;
	line-height: 22px;
}
.support p{
	margin-bottom: 30px;
}
.support li{
	padding-left: 50px;
	position: relative;
	list-style: none;
	margin-bottom: 10px;
}
.support li:before{
	content: '';
	position: absolute;
	width: 10px;
	height: 15px;
	border-bottom: 3px solid #027fbf;
	border-right: 3px solid #027fbf;
	transform: rotate(40deg);
	left: 30px;
	top: 0;
}
.support .btn2{
	margin: 50px 0 0 0;
	width: auto;
	padding: 12px 32px 0 32px;
}

.tech{
	padding: 60px 0;
}
.tech-list{
	width: 100%;
	background: #f3f9fc;
	border-radius: 10px;
	border: 1px solid #dae3e5;
	display: flex;
	padding: 25px;
	margin-bottom: 20px;
}
.tech-list span{
	font-size: 60px;
	line-height: 60px;
	color: #0083c6;
	white-space: nowrap;
	font-weight: bold;
	margin-right: 15px;
}
.tech-list p{
	font-size: 12px;
	line-height: 22px;
	color: #70757d;
	margin: 0;
}


.tech1{
	background: #f5f7fd;
	padding: 70px 0 0 0;
}
.tech1 figure{
	width: 117px;
	height: 117px;
	border-radius: 50%;
	background: #0083c6;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}
.tech1 .col-md-3{
	margin-bottom: 85px;
}
.tech1 .col-md-3 p{
	text-align:  center;
	font-size: 14px;
	color: #414449;
	margin: 20px 0 0 0;
	font-weight: 600;
}

.tech2{
	padding: 65px 0 45px 0;
}
.tech2 p{
	font-size: 14px;
	line-height: 22px;
	color: #70757d;
	margin-bottom: 25px;
}

.register-check label{
	width: auto;
	padding: 16px 15px;
	background: #7f8388;
	color: #fff;
	border-radius: 10px;
	margin-right: 10px;
}
.register-check label:last-child{
	margin-right: 0;
}
.register-check span{
	border: none !important;
	width: 18px !important;
	height: 18px !important;
}
input[type="date"]{
	position: relative;
	background-image: url(../GMC/support/bg-date.jpg);
	background-repeat: no-repeat;
	background-position: 97% 20px;
}
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button{
	opacity: 0;
	width: 30px;
	height: 30px;
	top: 10px;
	right: 10px;
	position: absolute;
}

.toggle{
	background: #f7f7f7;
	padding: 0 20px;
	position: relative;
	margin-bottom: 50px;
}
.toggle:last-child{
	margin-bottom: 20px;
}
.toggle-title span{
	font-size: 10px;
	line-height: 28px;
	display: none;
	color: #8a8a8a;
}
.toggle-title select{
	width: 100%;
	height: auto;
	border: none;
	padding: 0;
	font-size: 30px;
	background-color: transparent;
	background-position: 100% 10px;
	background-image: none;
}
.toggle-title.active select{
	background-image: url(../img/tempt/arrow.jpg);
}
.toggle-title{
	font-size: 30px;
	line-height: 30px;
	color: #0087cc;
	padding: 20px 0;
	position: relative;
}
.toggle-title:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: transparent;
	z-index: 10;
}
.toggle-title.active:before{
	display: none;
}
.toggle-title.active{
	border-bottom: 1px solid #515151;
}
.toggle-title.active span{
	display: block;
}
.toggle-content{
	display: none;
	padding-bottom: 50px;
}
.toggle-content label{
	margin-bottom: 35px;
}
.toggle-change{
	position: absolute;
	top: -35px;
	right: 0;
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}
.toggle-change button{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	float: left;
	height: 35px;
	width: 45px;
	border: none;
	background: #0087cc;
	cursor: pointer;
}
.black{
	background: #2f383d !important;
}
.toggle .btn{
	width: 175px;
	margin: 10px auto 0;
}
.toggle .btn .fa{
	margin-right: 6px;
}
.repair1 .btn2.register-btn{
	margin-top: 50px !important;
}

.support-tips{
	font-size: 14px;
	line-height: 22px;
	color: #70757d;
	padding: 55px 0 90px 0;
}
.support-tips .accordion-title{
	font-size: 16px;
	font-weight: bold;
}
.support-tips h2{
	font-size: 30px;
	line-height: 40px;
	color: #414449;
	margin: 30px 0 20px;
}
.support-tips ol{
	padding-left: 20px;
}
.support-tips ul{
	padding-left:15px;
	padding-top: 7px;
}
.support-tips ol > li{
	margin-bottom: 20px;
	padding-left: 5px;
}
.support-tips ul li{
	list-style: disc;
	margin-bottom: 5px;
}
.type-text li{
	list-style: lower-latin !important;
	margin-bottom: 0 !important;
}
.support-tips .accordion-content{
	padding: 40px 0 50px;
}
.support-tips img{
	display: block;
	margin: 15px 0 20px;
}
.img-tips img{
	display: inline-block;
	margin-right: 20px;
}


/* ------------------------------  */




@media (max-width: 1400px){
	.map1{
		right: 36%;
	}
	.map2{
		right: 18%;
	}
	.map3{
		right: 42%;
	}
	.map4{
		right: 44%;
	}
	.map5{
		right: 36%;
	}
	.map6{
		right: 30%;
	}
	.map7{
		right: 20%;
	}
	.map8{
		right: 58%;
	}
	.map9{
		right: 22%;

	}
	.map10{
		right: 18%;
	}
	.map11{
		right: 12%;
	}
	.slider-top .slick-prev{
		left: -10px;
	}
	.slider-top .slick-next{
		right: -20px;
	}
	.accordion .col-md-3:nth-child(4n+1) .resource-content {
		transform: none;
	}
	.accordion .col-md-3:nth-child(4n+1) .resource-content:before{
		left: 5px;
		transform: none;
	}
	.accordion .col-md-3:nth-child(4n+1) .resource-content:after{
		left: 5px;
		transform: none;
	}
}

@media (min-width: 1200px){

	.c-nav > ul{
		width: 700px;
		display: flex;
		justify-content: space-between;
	}
}
@media (max-width: 1200px){
	.main-menu li a{
		padding: 20px 26px;
	}
	.slider-other ul{
		height: 300px;
	}
	.slider-other:before{
		left: -30%;
		top: -40%;
	}
	.c-nav > ul > li{
		margin-right: 40px;
	}
	.c-nav, .c-header1, .c-header2-search ul, .search1:before, .c-header2 .container:after{
		display: none;
	}
	.c-header2{
		padding: 20px 0;
	}
	.menu-icon{
		display: block;
	}
	.search1 button{
		font-size: 24px;
	}
}
@media (max-width: 990px){
	.search1{
		margin-right: 0;
		padding-right: 0;
	}

	.slider-content h2{
		font-size: 30px;
		line-height: 30px;
	}
	.index2 .tabs-content > img{
		width: 100%;
	}
	.index3 .row{
		display: block;
	}
	.index3:before{
		width: 80%;
	}
	.index3 figure{
		width: 100%;
		text-align: right;
	}
	.index3 .c-title1{
		margin-top: 80px;
	}
	.index-slider .slick-slide{
		height: 400px;
	}
	.index4 .c-title1{
		margin-top: 70px;
	}
	.c-footer1 .row:before, .c-footer1 .row:after{
		display: none;
	}
	.slider-other li{
		margin-bottom: 10px;
	}
	.slider-other ul{
		height: 250px;
	}
	.search1 input{
		top: -6px;
	}
	.event2 h2{
		font-size: 28px;
		line-height: 30px;
		margin-top: 30px;
	}
	.c-link li{
		margin-bottom: 20px;
	}
	.c-link{
		padding-bottom: 0;
	}
	.industry2{
		padding-bottom: 40px;
	}
	.industry4-content a{
		width: calc(33.3% - 16px);
	}
	.industry4-content a:nth-child(3n){
		margin-right: 0;
	}
	.event1 .container{
		padding:0 20px;
	}
	.event1-search{
		position: relative;
		padding-top: 0;
		display: inline-block;
		max-width: 400px;
		width: 100%;
	}
	.event1-search input{
		width: 100%;
	}
	.c-list1{
		width: calc(33.3% - 8px);
	}
	.c-list1:nth-child(3n){
		margin-right: 0;
	}
	.c-list1:nth-child(4n) {
		margin-right: 10px;
	}
	.product1-slider{
		position: initial;
		margin-top: 30px;
		width: 100%;
		max-width: none;
	}
	.product2-list{
		width: calc(50% - 16px);
	}
	.product2-list:nth-child(2n){
		margin-right: 0;
	}
	.cookies{
		padding: 10px 0;
	}
	.cookies p{
		padding-right: 0;
		margin-bottom: 10px;
	}
	.cookies .btn2{
		position: initial;
		margin: 0;
		display: inline-block;
		transform: none;
		margin-bottom: 5px;
	}
	.country .container{
		display: block;
	}
	.country-left{
		margin-bottom: 15px;
	}
	.country{
		margin-bottom: 0;
		z-index: 0;
	}
	.country-close{
		margin: 0;
		float: none;
		position: absolute;
		top: 20px;
		right: 20px;
		padding: 0;
	}
	.accordion .col-md-3 .resource-content {
		transform: none;
	}
	.accordion .col-md-3 .resource-content:before{
		left: 5px;
		transform: none;
	}
	.accordion .col-md-3 .resource-content:after{
		left: 5px;
		transform: none;
	}
	.accordion .col-md-3:nth-child(3n) .resource-content {
		transform: none;
		left: initial;
		right: 0;
	}
	.accordion .col-md-3:nth-child(3n) .resource-content:before{
		left: 50%;
		transform: translateX(-50%);
	}
	.accordion .col-md-3:nth-child(3n) .resource-content:after{
		left: 50%;
		transform: translateX(-50%);
	}
	.c-header2.fixed{
		padding: 0;
	}
}

@media (min-width: 990px){
	.product2-list:nth-child(4n), .product2-list:last-child{
		margin-right: 0;
	}
}

@media (max-width: 768px){
	.c-link li{
		margin-right: 0;
		width: 50%;
	}
	.c-footer2 .container{
		display: block;
		text-align: center;
	}
	.c-footer2-center{
		margin: 20px 0;
	}
	.c-footer2{
		padding: 35px 0;
	}
	.c-title2{
		margin: 30px 0;
		font-size: 24px;
		line-height: 26px;
	}
	.index2 .c-title1{
		margin-bottom: 20px;
	}
	.index3{
		padding-bottom: 60px;
	}
	.container{
		width: 100%;
	}
	.event-line{
		flex-wrap: wrap;
	}
	.event2 .event-line time{
		width: 100%;
	}
	.industry3 .slick-prev{
		left: 0
	}
	.industry3 .slick-next{
		right: 0
	}
	.main-img{
		display: none;
	}
	.main-content h2{
		max-width: 100%;
		font-size: 24px;
		line-height: 26px;
	}
	.main-content h2 strong:before{

		height: 25px;
	}
	.event-list{
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.industry1{
		padding: 60px 0;
	}
	.slider-other{
		width: 50%;
	}
	.about2-content{
		justify-content: initial;
	}
	.about2-content a{
		width: 50%;
	}
	.gmc-index1 .container{
		padding: 30px 15px 70px;
	}
	.gmc-index2{
		padding: 100px 0 70px;
	}
	.gmc-index3{
		padding: 100px 0 70px;
	}
	.gmc-index4{
		padding: 150px 0 30px 0;
	}
}
@media (max-width: 700px){
	.c-list1{
		width: calc(50% - 5px);
	}
	.c-list1:nth-child(3n) {
		margin-right: 10px;
	}
	.c-list1:nth-child(2n){
		margin-right: 0;
	}
	.accordion .col-md-3{
		width: 60%;
	}
	.resource .accordion .col-md-3{
		width: 50%;
	}
	.c-list1 figure{
		height: 240px;
	}
	.product6-content{
		margin-top: 20px;
	}
	.industry2-slider-content{
		margin: 15px 0;
	}
	.product6{
		margin-top: 40px;
	}
	.accordion .col-md-3:nth-child(3n) .resource-content{
		left: 0;
	}
	.accordion .col-md-3:nth-child(3n) .resource-content:before{
		left: 0;
		transform: translateX(0);
	}
	.accordion .col-md-3:nth-child(3n) .resource-content:after{
		left: 0;
		transform: translateX(0);
	}
	.accordion .col-md-3:nth-child(2n) .resource-content{
		left: inherit;
		right: 0;
		transform: none;
	}
	.accordion .col-md-3:nth-child(2n) .resource-content:before{
		left: 50%;
		transform: translateX(-50%);
	}
	.accordion .col-md-3:nth-child(2n) .resource-content:after{
		left: 50%;
		transform: translateX(-50%);
	}
}
@media (max-width: 600px){
	.slider-content{
		width: 100%;
	}
	.index-slider .slick-dots{bottom:60px;}
	.index1-bottom-img figure{
		width: 80px;
		height: 80px;
	}
	.index1-bottom > div{
		top: 10px;
	}
	.index1 input{
		font-size: 14px;
		bottom: 15px;
	}
	.sub-menu li a{
		height: 60px;
		font-size: 16px;
	}
	.sub-menu{
		padding: 20px 0 0;
	}
        
        .c-nav-mobile .sub-menu{
		padding: 0px 0 0;
	}
        
	.industry4-content a{
		width: calc(50% - 20px);
	}
	.industry4-content a:nth-child(3n){
		margin-right: 20px;
	}
	.industry4-content a:nth-child(2n){
		margin-right: 0px;
	}
	.slider-other:before{
		left: -50%;
		top: -50%;
	}
	.new-detail-content img{
		float: none;
		margin: 0 0 20px;
	}
	.accordion-title:before{
		right: 10px;
	}
}
@media (max-width: 550px){
	.c-list1{
		width: 100%;
		margin-right: 0 !important;
	}
	.product2-list{
		width: 100%;
		margin-right: 0 !important;
	}
	.resource-video .col-md-4{
		width: 100%;
	}
	.resource-video img{
		width: 100%;
	}
	.country .btn2{
		float: none;
		margin: 0;
	}
	.country .btn2:first-child{
		margin-bottom: 10px;
	}
	.index4-bottom select{
		display: block;
		margin-bottom: 20px;
	}
	.index4-bottom a{
		display: inline-block;
	}
	.index1-bottom-img{
		margin: 0 10px;
	}
	.c-nav-mobile > ul > li{
		font-size: 20px;
	}
	.c-nav-mobile > ul > li span{
		padding-right: 10px;
	}
	.c-nav-mobile > ul > li > a{
		padding-left: 10px;
	}
	.about2-content a{
		width: 100%;
	}
	.repair-customer .col-md-2{
		width: 50%;
	}
}
@media (max-width: 450px){
	.c-link li{
		width: 100%;
	}
	.industry1 label{
		display: block;
	}
	.industry1 label span, .industry1 label select{
		width: 100%;
		display: block;
		padding-left: 0;
	}
	.industry4-content a{
		width: 100%;
		margin-right: 0 !important
	}
	.accordion .col-md-3{
		width: 100%;
	}
	.filter .col-lg-2{
		width: 100%;
	}
	.index2 .col-md-6 > div{
		padding: 20px 15px;
	}
	.resource .accordion .col-md-3{
		width: 100%;
	}

	.accordion .col-md-3 .resource-content{
		left: 0 !important;
		transform: none !important;
		width: 100%;
		min-width: 280px;
	}
	.accordion .col-md-3 .resource-content:before{
		left: 5px !important;
		transform: none !important;
	}
	.accordion .col-md-3 .resource-content:after{
		left: 5px !important;
		transform: none !important;
	}
	.tech1 .col-md-3{
		width: 100%;
	}
	.tech-list{
		display: block;
		padding: 15px;
	}
}


@media (max-width: 400px){
	.c-nav-bottom{
		padding: 20px 15px;
	}
	.gmc .c-nav-bottom .language:first-child .language-content{
		right: -25px;
	}
}
.entry-content h1{
	font-size: 24px;
	color: #1d71d3;
	margin: 15px 0;
}
.entry-content h2{
	font-size: 20px;
	color: #1d71d3;
	margin: 15px 0;
}
.entry-content a{
	font-size: 12px;
	color: #1e72d4;
	text-decoration: underline !important;
}
.btns{
	padding: 5px 20px;
	border-radius: 10px;
	color: #fff;
	background: #25468B;
	font-size: 24px;
	margin: 20px 0;
	display: table;
}
.entry-content ul, .entry-content ol{
	padding-left: 30px;
	font-size: 12px;
}
.repair1 ul, .repair1 ol, ul.pal, ol.pal{
	padding-left: 20px;
}
.c-table1{
	font-size: 14px;
}
.c-table td, .c-table th{
	padding: 5px;
	border-color: 1px solid #000;
}
.c-table td:first-child{
	min-width: 60px;
}
header a{
	cursor: pointer;
}
.about-menu, .about-sub-menu{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 200px;
	top: 100%;
	background: rgba(0,0,0,0.7);
	transition: 0.3s;
}
.c-header1 li:hover .about-menu{
	opacity: 1;
	visibility: visible;
	transition: 0.3s;
}
.about-menu li{
	float: none;
	width: 100%;
	position: relative;
}

.about-menu a{
	color: #fff;
	display: block;
}
.about-menu li:hover > a, .about-menu li.active > a{
	background: rgba(0,0,0,0.9);
}
.about-menu a:before{
	display: none;
}

.about-sub-menu{
	position: absolute;
	left: 100%;
	top: 0;
}

.about-menu li:hover .about-sub-menu{
	opacity: 1;
	visibility: visible;
}
.c-nav .main-menu{
	display: none;
	top: 100%;
	z-index: 1000;
}

.apac-city{
	padding: 11px 20px 11px 0;
	display: inline-block;
	cursor: pointer;
	z-index: 999;
	position: relative;
	min-width: 150px;
	color: #c2c4c9;
	font-size: 12px;
}
.apac-city:before {
	position: absolute;
	font-family: FontAwesome;
	content: '\f107';
	top: 16px;
	right: 0px;
	line-height: 9px;
}
.apac-city > img{
	margin-right: 10px;
}
.apac-city-content{
	position: absolute;
	top: 40px;
	background-color: #fff;
	border: 1px solid #2C3342;
	padding: 10px 5px;
	left: 0;
	border-radius: 10px;
	display: none;
}
.apac-city-content > ul{
	width: 200px;
}
.apac-city-content li{
	float: none;
	display: block;
}
.apac-city-content li li{
	padding-left: 20px;
}
.apac-city-content li a{
	display: block;
	padding: 5px 10px;
	color: #2C3342;
}
.apac-city-content li a:hover{
	color: #0083c6;
	background-color: #ccc
}
@media (max-width: 990px){
	.apac-city-content{
		top: inherit;
		bottom: 40px;
	}
}

/*modal*/

.c-modal > .btn{
	position: fixed;
	width: auto;
	right: 0px;
	bottom: 200px;
	z-index: 9999;
	border-radius: 5px !important;
	background-color: #3B578C;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	border: none;
	-webkit-transform-origin: right bottom 0;
	-moz-transform-origin: right bottom 0;
	-ms-transform-origin: right bottom 0;
	-o-transform-origin: right bottom 0;
	transform-origin: right bottom 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;

}

.c-modal > .btn:hover{
	border-radius: 5px;
	color: #fff;
	background-color: #EB1D24;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.modal-open .c-modal > .btn{
	display: none;
}
.c-modal .modal-dialog{
	margin-top: 80px;
}
.solution-list .c-list1 img{
	height: 210px;
}
.c-header1-right button{
	color: #000;
	padding: 5px 10px 5px 10px;
	margin: 6px 13px;
	margin-top: 6px;
	display: inline-block;
	background: #fff;
	border: none;
	position: relative;
}
.c-header1-right button:before{
	position: absolute;
	content: '|';
	right: -13px;
	top: 5px;
	color: #fff;
}
.event-list figure{
	/*width: 100%;*/
	position: relative;
	display: inline-block;
}
.event-list figure span{
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.event-list figure span img.country-image{
	width: 47px;
	height: 47px;
	border-radius: 50%;
	margin-left: 5px;
	border: 2px solid grey;
	background: white;
	padding: 2px;
}
.event-list figure span img.industry-image{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-left: 5px;
	border: none;
	background: white;
	padding: 2px;
}
.c-nav-mobile .apac-city{min-width:auto;}
.c-nav-mobile .apac-city .apac-city-content{padding:5px;}
.c-nav-mobile .apac-city .apac-city-content li a{padding:2px 10px;}

@media (max-width: 768px){
	.index-slider .slick-dots {
		left: 50%;
		top: initial;
		bottom: 50px;
		transform: translate(-50%, -50%);
		width: 100%;
	}
	.slider-content h2 {
		font-size: 20px;
		letter-spacing: 0;
		line-height: 30px;
	}
}

@media (min-width: 768px){
	.c-footer2 .container{
		position: relative;
	}
	.c-footer2 .container > div:last-child{
		position: absolute;
		right: 0;
	}
	.c-footer2 .container > div:nth-last-child(2){
		display: table;
		margin: auto;
	}
	.c-footer2 .container > div:nth-last-child(3){
		position: absolute;
		left: 0;
	}
}