/*	/////////		SAYFA YAPISI		////////// */

@font-face {
	font-family: "Yu Gothic";
	src: url("YuGothic-Light.woff2") format("woff2"),
		url("YuGothic-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #fff;
}
body,
input,
select,
textarea,
button {
	font-size: 15px;
	font-weight: 300;
	color: #000;
	border: 0;
}
* {
	outline: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-clip: border-box;
	-moz-background-clip: border-box;
	-webkit-background-clip: border-box;
}
h1,
h2,
h3,
h4,
h5 {
	display: inline-block;
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 1px;
	text-overflow: "";
	background-image: url(../images/icon_downArrow.png) !important;
	background-repeat: no-repeat !important;
	background-position: right 50% !important;
}
select::-ms-expand {
	display: none;
}
.hidden {
	display: none !important;
}
/*	/////////////////////////////////////////////////// */
/*	/////////		BODY			///////// */
/*	/////////////////////////////////////////////////// */
#onscrlBtn {
	display: none;
	position: fixed;
	z-index: 9;
	bottom: 50px;
	right: 20px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
}
#onscrlBtn > div:nth-child(1) {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	padding: 14px 0;
	text-align: center;
	background: #fff;
	cursor: pointer;
}
#cookieBar {
	position: fixed;
	z-index: 8;
	width: 100%;
	bottom: 6%;
}
#cookieBar > div:nth-child(1) {
	display: table;
	width: 100%;
	max-width: 740px;
	margin: auto;
	background: #192579;
	padding: 20px;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
}
#cookieBar > div:nth-child(1) > div:nth-child(1) {
	display: table-cell;
	width: 70%;
	vertical-align: middle;
}
#cookieBar > div:nth-child(1) > div:nth-child(2) {
	display: table-cell;
	width: 30%;
	vertical-align: middle;
	text-align: right;
}
#cookieBar span {
	display: block;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	line-height: 1.5em;
}
#cookieBar button {
	font-size: 13px;
	font-weight: bold;
	padding: 4px 12px;
	color: #192579;
	background: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}
#searchBar {
	display: none;
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 55%;
	top: 0;
}
#searchBar > div:nth-child(1) {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	padding: 14px 0;
	text-align: center;
	background: #fff;
	cursor: pointer;
}
#searchBar > div:nth-child(2) {
	display: table;
	width: 100%;
	height: 100%;
	margin: auto;
	background: #000;
	-webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
}
#searchBar > div:nth-child(2) > div:nth-child(1) {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	text-align: center;
}
#searchBar > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) {
	display: inline-block;
	width: 100%;
	max-width: 680px;
	border-bottom: 1px solid #fff;
	white-space: nowrap;
}
#searchBar input[type="text"] {
	width: 96%;
	margin: 0 0 0 -10px;
	background: #000;
	color: #fff;
	border: 0 !important;
	padding: 12px;
	font-size: 17px;
	letter-spacing: 0.5px;
}
#searchBar input[type="text"]:focus {
	border: 0 !important;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.header {
	position: fixed;
	z-index: 98;
	top: 0;
	width: 100%;
	background: #fff;
}
.header .buttons {
	padding: 30px;
}
.header .buttons *,
.header .hs-all * {
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.header .buttons a {
	font-weight: bold;
	color: #000;
}
.header .buttons a:hover,
.header .hs-all a:hover {
	text-decoration: none;
	color: #999;
}
.header .buttons img:hover {
	opacity: 0.25;
}
.header .hs-all a {
	color: #000;
}
.header .buttons .left {
	float: left;
}
.header .buttons .left span {
	display: inline-block;
	margin: -5px 0 0 20px;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 1.6em;
	vertical-align: top;
}
.header .buttons .right {
	float: right;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.6em;
}
.header .hs-all {
	display: none;
	width: 100%;
	padding: 50px 0;
	background: #efefef;
	-webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}
.header .hs-all > div:nth-child(1) {
	display: table;
	width: 100%;
	max-width: 1199px;
	min-height: 140px;
	margin: auto;
}
.header .hs-all .titles {
	display: table-cell;
	position: relative;
	vertical-align: top;
}
.header .hs-all .titles span {
	font-size: 34px;
	letter-spacing: 0.5px;
	line-height: 1.3em;
}
.header .hs-all .titles a {
	position: absolute;
	bottom: 0;
	left: 0;
}
.header .hs-all .links {
	display: table-cell;
	padding-left: 2%;
	vertical-align: top;
	border-left: 1px solid #ccc;
}
.header .hs-all .links ul {
	list-style: none;
	margin: 0;
	padding: 0 0 30px 0;
}
.header .hs-all .links.a ul li {
	padding-bottom: 4px;
}
.header .hs-all .links.b ul li {
	display: inline-block;
	width: 30%;
	padding-bottom: 4px;
}
.header .hs-all .titles.a {
	width: 20%;
}
.header .hs-all .titles.b {
	width: 20%;
}
.header .hs-all .links.a {
	width: 30%;
}
.header .hs-all .links.b {
	width: 80%;
}
.content {
	position: relative;
	width: 100%;
	margin-top: 86px;
}
.content .main-video {
	width: 100%;
	height: 800px;
	overflow: hidden;
}
.content .main-video video {
	margin-top: -6%;
	width: 100%;
	height: auto;
	max-height: 800px;
	object-fit: fill;
}
.content .main-video .slogan {
	position: absolute;
	z-index: 8;
	width: 100%;
	padding-top: 6%;
}
.content .main-video .slogan div {
	width: 80%;
	margin: auto;
}
.content .main-video .slogan h1 {
	display: block;
	font-size: 37px;
	line-height: 1.2em;
	font-weight: bold;
	color: #001a72;
}
.content .main-news {
	width: 100%;
	margin: 0 0 105px 0;
	background: #f1f1fa;
}
.content .main-news > div:nth-child(1) {
	width: 100%;
	max-width: 1199px;
	padding: 70px 0;
	margin: auto;
}
.content .main-news h3 span {
	display: inline-block;
	padding-bottom: 30px;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.6em;
}
.content .main-news .list {
	display: table;
	width: 100%;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 1.4em;
}
.content .main-news .item {
	display: table-row;
	cursor: pointer;
}
.content .main-news .item .c1 {
	display: table-cell;
	width: 15%;
	vertical-align: middle;
	padding: 10px 0;
	font-weight: bold;
}
.content .main-news .item .c2 {
	display: table-cell;
	width: 15%;
	vertical-align: middle;
	text-align: center;
}
.content .main-news .item .c2 span {
	display: block;
	width: 100%;
	padding: 5px;
	background: #e4841e;
	color: #fff;
}
.content .main-news .item .c2 span[data-type="Şirket"],
.content .main-news .item .c2 span[data-type="Company"] {
	background: #001a72;
}
.content .main-news .item .c3 {
	display: table-cell;
	width: 70%;
	vertical-align: middle;
	padding: 10px 20px;
}
.content .main-news .item .c6 {
	display: table-cell;
	width: 70%;
	vertical-align: middle;
	padding: 10px 20px;
}
.content .main-news .item .c32 {
	display: table-cell;
	width: 70%;
	vertical-align: middle;
	padding: 10px 20px;
}
.content .main-news .spcr {
	display: table-row;
	height: 12px;
}
.content .main-news .more {
	margin-top: 30px;
	text-align: right;
}
.content .main-news .more a {
	font-size: 16px;
	color: #042275;
	letter-spacing: 0.5px;
	line-height: 1.4em;
}
.content .main-news .more img {
	vertical-align: middle;
	margin: -3px 2px 0 0;
}
.content .main-content {
	width: 100%;
	padding: 0 35px 105px 35px;
}
.content .main-content.a > div:nth-child(1) {
	position: relative;
	width: 100%;
	background: url("../pics/PC_menu1_bg-1920x910.jpg") no-repeat center;
	background-size: cover;
}
.content .main-content.a .text {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 630px;
	height: 360px;
	padding: 60px 80px;
	background: #fff;
}
.content .main-content.a .text .txt.a {
	display: inline-block;
	padding-bottom: 30px;
	font-size: 26px;
	letter-spacing: 1px;
	line-height: 1.6em;
}
.content .main-content.a .text .txt.b {
	display: inline-block;
	margin: 0 0 0 -20px;
	font-size: 17px;
	letter-spacing: 0.5px;
}
.content .main-content.a .text a {
	display: block;
	color: #161a72;
}
.content .main-content.a .img {
	display: table;
	width: 100%;
	max-width: 1199px;
	height: 570px;
	margin: auto;
	color: #fff;
}
.content .main-content.a .img div {
	display: table-cell;
	vertical-align: middle;
}
.content .main-content.a .img h1 {
	padding-bottom: 150px;
}
.content .main-content.a .img span {
	font-size: 67px;
	letter-spacing: 1px;
}
.content .main-content.b .text {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 630px;
	height: 360px;
	padding: 60px 80px;
	background: #fff;
}
.content .main-content.b > div:nth-child(1) {
	position: relative;
	width: 100%;
	background: url("../pics/PC_menu2_bg-1920x912.jpg") no-repeat center;
	background-size: cover;
}
.content .main-content.b .txt.a {
	display: inline-block;
	padding-bottom: 30px;
	font-size: 26px;
	letter-spacing: 1px;
	line-height: 1.6em;
}
.content .main-content.b .txt.b {
	display: inline-block;
	margin: 0 0 0 -20px;
	font-size: 17px;
	letter-spacing: 0.5px;
}
.content .main-content.b a {
	display: block;
	color: #161a72;
}
.content .main-content.b .img {
	display: table;
	width: 100%;
	max-width: 1199px;
	height: 570px;
	margin: auto;
	color: #fff;
}
.content .main-content.b .img div {
	display: table-cell;
	vertical-align: middle;
}
.content .main-content.b .img h2 {
	padding-bottom: 150px;
}
.content .main-content.b .img span {
	font-size: 67px;
	letter-spacing: 1px;
}
.content .main-content.c {
	width: 100%;
	background: url("../pics/shutterstock_1733849612-1920x480.jpg") no-repeat
		center;
	background-size: cover;
	border-bottom: 10px solid #fff;
	cursor: pointer;
	padding: 0;
}
.content .main-content.c > div:nth-child(1) {
	width: 100%;
	background: rgba(22, 26, 114, 0.5);
}
.content .main-content.c .text {
	display: table;
	width: 100%;
	max-width: 1199px;
	height: 580px;
	margin: auto;
	color: #fff;
}
.content .main-content.c .text > div:nth-child(1) {
	display: table-cell;
	vertical-align: middle;
}
.content .main-content.c h3 {
	padding-bottom: 30px;
}
.content .main-content.c .txt.a {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 1px;
}
.content .main-content.c .txt.b {
	display: inline-block;
	margin: 0 0 0 -20px;
	font-weight: 600;
	font-size: 17px;
	letter-spacing: 0.5px;
}
.content .main-content.c a {
	display: block;
	color: #fff;
}
.content .main-content.d {
	width: 100%;
	background: url("../pics/PC_investors_bg-1920x645.jpg") no-repeat center;
	background-size: cover;
	border-bottom: 10px solid #fff;
	cursor: pointer;
	padding: 0;
}
.content .main-content.d > div:nth-child(1) {
	display: table;
	width: 100%;
	max-width: 1199px;
	height: 580px;
	margin: auto;
	color: #fff;
}
.content .main-content.d .text {
	display: table-cell;
	vertical-align: middle;
}
.content .main-content.d h3 {
	padding-bottom: 30px;
}
.content .main-content.d .txt.a {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 1px;
}
.content .main-content.d .txt.b {
	display: inline-block;
	margin: 0 0 0 -20px;
	font-weight: 600;
	font-size: 17px;
	letter-spacing: 0.5px;
}
.content .main-content.d a {
	display: block;
	color: #fff;
}
.content .con-breadcrumb {
	width: 100%;
	background: #efefef;
}
.content .con-breadcrumb button {
	font-size: 15px;
	font-weight: normal;
	padding: 10px 20px;
	cursor: pointer;
	background: #c4c4c4;
}
.content .con-breadcrumb > div:nth-child(1) {
	display: flex;
	width: 100%;
	min-height: 160px;
	margin: auto;
	align-items: center;
}
.content .con-breadcrumb.a > div:nth-child(1) {
	max-width: 1199px;
}
.content .con-breadcrumb.b > div:nth-child(1) {
	max-width: 1199px;
}
.content .con-breadcrumb > div:nth-child(1) > div:nth-child(1) {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.content .con-breadcrumb span {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2em;
}
.content .con-inner {
	max-width: 1199px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.content .con-image {
	width: 100%;
	background: #efefef;
}
.content .con-image img {
	display: block;
	/* margin: auto; */
}
.content .con-inside {
	width: 100%;
}
.content .con-inside > div:nth-child(1) {
	max-width: 1199px;
	padding: 60px 0 90px 0;
	margin: auto;
}
.content .con-inside.a > div:nth-child(1) {
	max-width: 1199px;
	padding: 60px 0 90px 0;
}
.content .con-inside.u > div:nth-child(1) {
	max-width: 90%;
	padding: 60px 0 90px 0;
	margin: auto;
}
.content .con-inside.c3 > div:nth-child(1) {
	max-width: 1199px;
	padding: 60px 0 90px 0;
}
.content .con-inside.c4 > div:nth-child(1) {
	max-width: 1199px;
	padding: 60px 0 90px 0;
}
.content .con-inside.c6 > div:nth-child(1) {
	max-width: 1199px;
	padding: 60px 0 90px 0;
}
.content .con-inside.c12 > div:nth-child(1) {
	max-width: 1199px;
	padding: 60px 0 90px 0;
}
.content .con-inside.c5 > div:nth-child(1) {
	max-width: 1199px;
	padding: 60px 0 90px 0;
}
.content .con-inside.e > div:nth-child(1) {
	max-width: 1199px;
	padding: 60px 0 90px 0;
}
.content .con-inside.c16 > div:nth-child(1) {
	max-width: 1199px;
	padding: 60px 0 90px 0;
}
.content .con-inside.c32 > div:nth-child(1) {
	max-width: 1199px;
	padding: 60px 0 90px 0;
}
.content .con-inside.c43 > div:nth-child(1) {
	max-width: 1199px;
	padding: 60px 0 90px 0;
}
.content .con-inside.g > div:nth-child(1) {
	max-width: 1199px;
	padding: 60px 0 90px 0;
}
.content .con-inside.u #product {
	margin: -120px 0 0 0;
}
.content .con-inside.u .grayBg {
	display: block !important;
}
.content .con-inside.u .imageCarInner {
	position: relative;
	width: 100%;
	max-width: 780px !important;
	height: 323px;
	margin: 0 auto;
}
.content .con-inside.u .imageCarInner .imgCar {
	display: inline !important;
	width: 800px !important;
}
.content .con-inside.u .plusLink {
	list-style: none;
}
.content .con-inside.u .plusLink li {
	display: list-item !important;
}
.content .con-inside.u .plusLink li:nth-child(1) {
	top: 140px;
	left: 460px;
}
.content .con-inside.u .plusLink li:nth-child(2) {
	top: 70px;
	left: 530px;
}
.content .con-inside.u .plusLink li:nth-child(3) {
	top: 80px;
	left: 730px;
}
.content .con-inside.u .plusLink li:nth-child(4) {
	top: 140px;
	left: 540px;
}
.content .con-inside.u .box-category {
	width: 100%;
	padding: 24px 30px;
	text-align: center;
}
.content .con-inside.u .box-category .product-titles {
	width: 860px;
	margin: 10px auto 40px auto;
	text-align: center;
	line-height: 1.6em;
}
.content .con-inside.u .box-category .product-titles span {
	display: inline-block;
	font-size: 17px;
	line-height: 1.5em;
}
.content .con-inside.u .box-category .product-category {
	text-align: center;
}
.content .con-inside.u .box-category .c-all {
	display: none;
}
.content .con-inside.u .box-category .c-all .txt {
	width: 1140px;
	margin: auto;
	padding: 20px;
	margin: 0 auto 26px auto;
	font-size: 27px;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	text-align: left;
}
.content .con-inside.u .box-category .c-all .item {
	width: 1100px;
	padding: 30px;
	margin: 0 auto;
	background: #eee;
}
.content .con-inside.u .box-category .c-all .item div {
	display: inline-block;
	width: 236px;
	margin: 0 20px 24px 0;
	padding: 0;
}
.content .con-inside.u .box-category .c-all .item div img {
	border: 2px solid #fff;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
.content .product-category {
	width: 1140px;
	margin: auto;
	list-style: none;
	margin: auto;
	padding: 4px 18px;
	text-align: left;
	font-weight: bold;
}
.content .product-category li {
	display: inline-block;
	cursor: pointer;
	width: 30%;
	padding: 14px 20px;
	border: 1px solid #001a72;
	color: #001a72;
	margin: 0 0 20px 0;
}
.content .product-category li:hover,
.content .product-category li.active {
	color: #fff;
	background: #001a72;
}
.content .product-category li div {
	float: right;
	font-family: "Verdana";
	font-size: 17px;
}
.content .con-inside.a .con-news {
	display: table;
	width: 100%;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 1.4em;
}
.content .con-inside.a .con-news .item {
	display: table-row;
	cursor: pointer;
}
.content .con-inside.a .con-news .cell.a {
	display: table-cell;
	width: 15%;
	vertical-align: middle;
	padding: 10px 0;
	font-weight: bold;
}
.content .con-inside.a .con-news .cell.b {
	display: table-cell;
	width: 15%;
	vertical-align: middle;
	text-align: center;
}
.content .con-inside.a .con-news .cell.b span {
	display: block;
	width: 100%;
	padding: 5px;
	background: #e4841e;
	color: #fff;
}
.content .con-inside.a .con-news .cell.b span[data-type="Şirket"],
.content .con-inside.a .con-news .cell.b span[data-type="Company"] {
	background: #001a72;
}
.content .con-inside.a .con-news .cell.c {
	display: table-cell;
	width: 70%;
	vertical-align: middle;
	padding: 10px 20px;
}
.content .con-inside.a .con-news .spcr {
	display: table-row;
	height: 12px;
}
.content .con-inside.a .more {
	margin-top: 50px;
	text-align: center;
}
.content .con-inside.a .more a {
	font-size: 16px;
	color: #042275;
	letter-spacing: 0.5px;
	line-height: 1.4em;
}
.content .con-inside.a .more img {
	vertical-align: middle;
	margin: -3px 2px 0 0;
}
.content .con-inside.a .con-news-detail {
	width: 100%;
	margin: auto;
}
.content .con-inside.a .con-news-detail .button {
	float: right;
}
.content .con-inside.a .con-news-detail .button button {
	font-size: 15px;
	font-weight: normal;
	padding: 12px;
	cursor: pointer;
}
.content .con-inside.a .con-news-detail .img {
	float: right;
	width: 50%;
	margin: 0 0 50px 50px;
	-webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
}
.content .con-inside.a .con-news-detail .img .top {
	position: relative;
	z-index: 1;
	display: block;
}
.content .con-inside.a .con-news-detail .img .bottom {
	display: block;
}
.content .con-inside.a .con-news-detail .txt.a {
	display: block;
	font-size: 37px;
	letter-spacing: -2px;
	line-height: 1.1em;
}
.content .con-inside.a .con-news-detail .txt.b {
	display: block;
	font-size: 25px;
	margin: 16px 0 20px 0;
	line-height: 1.4em;
}
.content .con-inside.a .con-news-detail .txt.c {
	display: block;
	color: #666;
	line-height: 1.9em;
}
.content .con-inside.c3 .item {
	position: relative;
	display: inline-block;
	width: 300px;
	height: 226px;
	margin: 0 8px 50px 8px;
	vertical-align: top;
	cursor: pointer;
}
.content .con-inside.c3 .item .txt {
	position: absolute;
	bottom: -28px;
	right: 0;
	width: 250px;
	padding: 12px 20px;
	background: #fff;
}
.content .con-inside.c3 .item .txt span {
	font-size: 18px;
	font-weight: 600;
}
.content .con-inside.c4 .item {
	position: relative;
	display: inline-block;
	width: 300px;
	height: 226px;
	margin: 0 8px 50px 8px;
	vertical-align: top;
	cursor: pointer;
}
.content .con-inside.c4 .item .txt {
	position: absolute;
	bottom: -28px;
	right: 0;
	width: 250px;
	padding: 12px 20px;
	background: #fff;
}
.content .con-inside.c4 .item .txt span {
	font-size: 18px;
	font-weight: 600;
}
.content .con-inside.c6 .item {
	position: relative;
	display: inline-block;
	width: 300px;
	height: 226px;
	margin: 0 8px 50px 8px;
	vertical-align: top;
	cursor: pointer;
}
.content .con-inside.c6 .item .txt {
	position: absolute;
	bottom: -28px;
	right: 0;
	width: 250px;
	padding: 12px 20px;
	background: #fff;
}
.content .con-inside.c6 .item .txt span {
	font-size: 18px;
	font-weight: 600;
}
.content .con-inside.c12 h2 span {
	font-size: 26px;
	letter-spacing: 0.5px;
}
.content .con-inside.c12 .lines {
	padding-top: 15px;
	padding-bottom: 30px;
}
.content .con-inside.c12 .lines .a {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #e9e9e9;
}
.content .con-inside.c12 .lines .b {
	width: 110px;
	height: 1px;
	border-bottom: 1px solid #011a72;
}
.content .con-inside.c12 .spcr {
	height: 80px;
}
.content .con-inside.c12 .item.a1 {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	min-height: 400px;
	margin-right: 15px;
}
.content .con-inside.c12 .item.a2 {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	min-height: 400px;
}
.content .con-inside.c12 .item.a .img {
	width: 100%;
	height: 226px;
}
.content .con-inside.c12 .item.a .text {
	width: 96%;
	padding-top: 30px;
}
.content .con-inside.c12 .item.a h3 span {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.content .con-inside.c12 .item.a .txt.a {
	display: block;
	padding: 18px 0;
	font-size: 16px;
	line-height: 1.8em;
	letter-spacing: 0.5px;
}
.content .con-inside.c12 .item.a .txt.b {
	font-size: 14px;
	font-weight: 600;
	color: #042275;
	letter-spacing: 0.5px;
	line-height: 1.4em;
}
.content .con-inside.c12 .item.a .txt.b img {
	vertical-align: middle;
	margin: -3px 2px 0 0;
}
.content .con-inside.c12 .item.b {
	width: 100%;
}
.content .con-inside.c12 .item.b .img {
	float: left;
	width: 440px;
	height: 250px;
}
.content .con-inside.c12 .item.b a {
	font-weight: 600;
	color: #042275;
}
.content .con-inside.c12 .item.b .text {
	float: left;
	width: 440px;
	margin-left: 50px;
}
.content .con-inside.c12 .item.b .txt.a {
	font-size: 16px;
	font-weight: normal !important;
	color: inherit !important;
	line-height: 1.8em;
	letter-spacing: 0.5px;
}
.content .con-inside.c12 .item.b .txt.b {
	line-height: 2.2em;
}
.content .con-inside.c12 .item.b .txt a {
	font-size: 14px;
	font-weight: 600;
	color: #042275;
	letter-spacing: 0.5px;
	line-height: 1.4em;
}
.content .con-inside.c12 .item.b .txt img {
	vertical-align: middle;
	margin: -3px 2px 0 0;
}
.content .con-inside.c12 .maps {
	width: 100%;
	height: auto;
}
.content .con-inside.c5 .item {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	min-height: 400px;
	margin-right: 15px;
	margin-bottom: 60px;
}
.content .con-inside.c5 .item.last {
	margin-right: 0;
}
.content .con-inside.c5 .item .img {
	width: 100%;
	height: 226px;
	cursor: pointer;
}
.content .con-inside.c5 .item .text {
	width: 96%;
	padding-top: 30px;
}
.content .con-inside.c5 .item .text h3 span {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.content .con-inside.c5 .item .text .txt.a {
	display: block;
	padding: 18px 0;
	font-size: 16px;
	line-height: 1.8em;
	letter-spacing: 0.5px;
}
.content .con-inside.c5 .item .text a {
	font-size: 14px;
	font-weight: 600;
	color: #042275;
	letter-spacing: 0.5px;
	line-height: 1.4em;
}
.content .con-inside.c5 .item .text a img {
	vertical-align: middle;
	margin: -3px 2px 0 0;
}
.content .con-inside.e .item {
	position: relative;
	display: inline-block;
	width: 460px;
	height: 345px;
	margin: 0 8px 50px 8px;
	vertical-align: top;
	cursor: pointer;
}
.content .con-inside.e .item .txt {
	position: absolute;
	bottom: -28px;
	right: 0;
	width: 380px;
	padding: 12px 20px;
	background: #fff;
}
.content .con-inside.e .item .txt span {
	font-size: 18px;
	font-weight: 600;
}
.content .con-inside span {
	font-size: 15px;
	line-height: 1.8em;
	letter-spacing: 0.5px;
}
.content .con-inside h2 {
	font-size: 26px;
	font-weight: 600;
}
.content .con-inside.c16 h2 {
	font-size: 26px;
	letter-spacing: 0.5px;
}
.content .con-inside.c16 .txt.a {
	font-size: 18px;
	line-height: 1.8em;
	letter-spacing: 0.5px;
}
.content .con-inside.c16 .lines {
	padding-top: 15px;
	padding-bottom: 30px;
}
.content .con-inside.c16 .lines .a {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #e9e9e9;
}
.content .con-inside.c16 .lines .b {
	width: 110px;
	height: 1px;
	border-bottom: 1px solid #011a72;
}
.content .con-inside.c16 .item {
	width: 100%;
}
.content .con-inside.c16 .item .img {
	float: left;
	width: 440px;
	height: 300px;
}
.content .con-inside.c16 .item .text {
	float: left;
	width: 440px;
	margin-left: 50px;
}
.content .con-inside.c16 .item .text span {
	font-size: 18px;
	line-height: 1.8em;
	letter-spacing: 0.5px;
}
.content .con-inside.c32 .item {
	position: relative;
	display: inline-block;
	width: 300px;
	height: 226px;
	margin: 0 8px 50px 8px;
	vertical-align: top;
	cursor: pointer;
}
.content .con-inside.c32 .item .txt {
	position: absolute;
	bottom: -28px;
	right: 0;
	width: 250px;
	padding: 12px 20px;
	background: #fff;
}
.content .con-inside.c32 .item .txt span {
	font-size: 18px;
	font-weight: 600;
}
.content .con-inside.c43 h2 {
	font-size: 26px;
	letter-spacing: 0.5px;
}
.content .con-inside.c43 .txt.a {
	font-size: 18px;
	line-height: 1.8em;
	letter-spacing: 0.5px;
}
.content .con-inside.c43 .lines {
	padding-top: 15px;
	padding-bottom: 30px;
}
.content .con-inside.c43 .lines .a {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #e9e9e9;
}
.content .con-inside.c43 .lines .b {
	width: 110px;
	height: 1px;
	border-bottom: 1px solid #011a72;
}
.content .con-inside.c43 .item {
	width: 100%;
}
.content .con-inside.c43 .item .img {
	float: left;
	width: 440px;
	height: 300px;
}
.content .con-inside.c43 .item .text {
	float: left;
	width: 440px;
	margin-left: 50px;
}
.content .con-inside.c43 .item .text span {
	font-size: 18px;
	line-height: 1.8em;
	letter-spacing: 0.5px;
}
.content .con-inside.c43 .spcr {
	height: 80px;
}
.content .con-inside.g .text {
	font-size: 16px;
	line-height: 1.8em;
	letter-spacing: 0.5px;
}
.content .con-inside.g .txt.a {
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #011a72;
	font-weight: 600;
}
.content .con-inside.g button {
	padding: 8px 24px;
	background: #011a72;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.content .con-inside.g input[type="text"] {
	width: 100%;
	font-size: 16px;
	padding: 6px 8px;
	margin: 4px 0 14px 0;
}
.content .con-inside.g select {
	width: 100%;
	font-size: 16px;
	margin: 4px 0 14px 0;
}
.content .con-inside.g textarea {
	width: 100%;
	font-size: 16px;
	padding: 6px 8px;
	margin: 4px 0 14px 0;
}
.content .con-inside.g input[type="checkbox"] {
	vertical-align: middle;
	margin: -2px 3px 0 0;
}
.content .con-inside img {
    max-width: 100%;
    height: auto;
}
.content .con-under {
	display: table;
	width: 100%;
	margin: auto;
}
.content .con-under > div:nth-child(1) {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 24px 0;
}
.content .con-under img {
	display: block;
	margin: 10px auto;
}
.content .con-under span {
	font-size: 21px;
	line-height: 1.4em;
	text-align: center;
}
.footer {
	position: relative;
	width: 100%;
}
.footer .top {
	width: 100%;
	background: #333;
}
.footer .top > div:nth-child(1) {
	width: 100%;
	max-width: 1199px;
	margin: auto;
	padding-top: 85px;
	padding-bottom: 40px;
	color: #fff;
}
.footer .top .txt.a {
	font-size: 18px;
	line-height: 1em;
	letter-spacing: 0.5px;
	font-weight: 600;
}
.footer .top .txt.b {
	font-size: 12px;
	line-height: 1em;
	letter-spacing: 0.5px;
}
.footer .top .txt.b a {
	color: #fff;
}
.footer .top .linked-in {
	padding: 20px 40px 55px 0;
}
.social-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 20px 0 30px;
}
.social-links a {
	display: inline-block;
}
.social-links a img {
	height: 30px;
	width: auto;
}
.social-links a:not(:last-child) {
	margin-right: 15px;
}
.social-links-mobile img {
    filter: invert(0.7);
}
.footer .bottom {
	width: 100%;
	padding: 3px 10px 6px 10px;
	background: #001a72;
}
.footer .bottom div {
	width: 100%;
	max-width: 1199px;
	margin: auto;
	text-align: right;
}
.footer .bottom span {
	font-size: 11px;
	line-height: 1em;
	letter-spacing: 0.5px;
	font-weight: 600;
	color: #8b9bc1;
}
.mobile-menu,
.mobile-btn {
	display: none;
}
.politics {
    display: flex;
    flex-direction: column;
}
.politics .item {
    background: #f4f6ff;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 15px !important;
}
.politics .item .txt {
    display: flex;
    justify-content: space-between;
    position: relative !important;
    bottom: unset !important;
    right: unset !important;
    background: transparent !important;
    width: unset !important;
    padding: 15px 20px !important;
}
.politics .item .txt span {
    font-weight: 400 !important;
}
.politics .item .txt span.link {
    color: #0000FF;
    text-decoration: underline;
}
.politics .item .txt span.left {
    display: inline-flex;
    align-items: center;
    line-height: unset;
}
.politics .item .txt span.left img {
    margin-right: 10px;
    height: 36px;
}
.contact-page {
    display: flex;
	flex-wrap: wrap;
}
.contact-page .text {
    width: 50%;
    padding-right: 60px;
}
.contact-page .contact-form {
    width: 50%;
}
/*	/////////////////////////////////////////////////// */
/*	/////////////////////////////////////////////////// */
/*	/////////////////////////////////////////////////// */
/* // All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	#onscrlBtn {
		bottom: 50px;
		right: 20px;
		width: 50px;
		height: 50px;
	}
	#onscrlBtn > div:nth-child(1) {
		width: 50px;
		height: 50px;
	}
	#cookieBar {
		width: 100%;
		bottom: 4%;
	}
	#cookieBar > div:nth-child(1) {
		width: 90%;
		margin: auto;
		padding: 10px;
	}
	#cookieBar > div:nth-child(1) > div:nth-child(1) {
		display: block;
		width: 100%;
		text-align: center;
	}
	#cookieBar > div:nth-child(1) > div:nth-child(2) {
		display: block;
		width: 100%;
		text-align: center;
	}
	#cookieBar span {
		font-size: 11px;
	}
	#cookieBar span br {
		display: none;
	}
	#cookieBar button {
		font-size: 11px;
		margin-top: 8px;
	}
	#searchBar {
		display: none;
		position: fixed;
		z-index: 99;
		width: 100%;
		height: 55%;
		top: 0;
	}
	#searchBar > div:nth-child(1) {
		position: absolute;
		top: 40px;
		right: 40px;
		width: 50px;
		height: 50px;
		-webkit-border-radius: 50px;
		border-radius: 50px;
		padding: 14px 0;
		text-align: center;
		background: #fff;
		cursor: pointer;
	}
	#searchBar > div:nth-child(2) {
		display: table;
		width: 100%;
		height: 100%;
		margin: auto;
		background: #000;
		-webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
		box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
	}
	#searchBar > div:nth-child(2) > div:nth-child(1) {
		display: table-cell;
		vertical-align: middle;
		color: #fff;
		text-align: center;
	}
	#searchBar > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) {
		display: inline-block;
		width: 100%;
		max-width: 680px;
		border-bottom: 1px solid #fff;
		white-space: nowrap;
	}
	#searchBar input[type="text"] {
		width: 96%;
		margin: 0 0 0 -10px;
		background: #000;
		color: #fff;
		border: 0 !important;
		padding: 12px;
		font-size: 17px;
		letter-spacing: 0.5px;
	}
	#searchBar input[type="text"]:focus {
		border: 0 !important;
		-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	.header .buttons {
		padding: 20px 12px 10px 12px;
	}
	.header .buttons .left {
		float: left;
	}
	.header .buttons .left img {
		width: auto;
		height: 20px;
	}
	.header .buttons .left span {
		margin: -3px 0 0 10px;
		font-size: 19px;
	}
	.header .buttons .right {
		display: none;
	}
	.header .buttons .mobile-btn {
		display: block;
		float: right;
		margin-right: 4px;
	}
	.header .hs-all {
		display: none;
	}
	.content {
		position: relative;
		width: 100%;
		margin-top: 86px;
	}
	.content .main-video {
		width: 100%;
		height: 300px;
		overflow: hidden;
	}
	.content .main-video video {
		margin-top: 0;
		margin-left: -50%;
		width: 200%;
		height: 300px;
	}
	.content .main-video .slogan h1 {
		font-size: 27px;
	}
	.content .main-news {
		margin: 0 0 15px 0;
	}
	.content .main-news > div:nth-child(1) {
		max-width: 100%;
		padding: 30px;
	}
	.content .main-news h3 span {
		display: inline-block;
		padding-bottom: 30px;
		font-size: 36px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 1.6em;
	}
	.content .main-news .list {
		display: block;
		width: 100%;
		font-size: 16px;
		letter-spacing: 0.5px;
		line-height: 1.4em;
	}
	.content .main-news .item {
		display: block;
	}
	.content .main-news .item .c1 {
		float: none;
		display: inline-block;
		width: auto;
		white-space: nowrap;
	}
	.content .main-news .item .c2 {
		float: none;
		display: inline-block;
		white-space: nowrap;
	}
	.content .main-news .item .c2 span {
		display: inline-block;
		width: auto;
		padding: 5px 6px 2px 6px;
	}
	.content .main-news .item .c3 {
		display: block;
		width: 100%;
		clear: both;
		padding: 16px 0;
	}
	.content .main-news .item .c6 {
		display: block;
		width: 100%;
		clear: both;
		padding: 16px 0;
	}
	.content .main-news .item .c32 {
		display: block;
		width: 100%;
		clear: both;
		padding: 16px 0;
	}
	.content .main-news .spcr {
		display: block;
		height: 12px;
	}
	.content .main-content {
		width: 100%;
		padding: 0;
	}
	.content .main-content.a > div:nth-child(1) {
		background: url("../pics/PC_menu1_bg-1920x910.jpg") no-repeat top;
		background-size: 150% auto;
	}
	.content .main-content.a .text {
		width: 100%;
		height: auto;
		padding: 30px;
	}
	.content .main-content.a .text .txt.a {
		display: block;
		width: 100%;
		font-size: 18px;
	}
	.content .main-content.a .text .txt.a br {
		display: none;
	}
	.content .main-content.a .img {
		display: block;
		max-width: 100%;
		height: 470px;
	}
	.content .main-content.a .img div {
		display: block;
		padding: 30px;
	}
	.content .main-content.a .img h1 {
		padding-bottom: 20px;
	}
	.content .main-content.a .img span {
		font-size: 37px;
	}
	.content .main-content.b .text {
		width: 100%;
		height: 260px;
		padding: 30px;
	}
	.content .main-content.b .text .txt.a {
		display: block;
		width: 100%;
		font-size: 18px;
	}
	.content .main-content.b .text .txt.a br {
		display: none;
	}
	.content .main-content.b > div:nth-child(1) {
		background: url("../pics/PC_menu2_bg-1920x912.jpg") no-repeat top;
		background-size: 150% auto;
	}
	.content .main-content.b .img {
		display: block;
		max-width: 100%;
		height: 470px;
	}
	.content .main-content.b .img div {
		display: block;
		padding: 30px;
	}
	.content .main-content.b .img h2 {
		padding-bottom: 20px;
	}
	.content .main-content.b .img span {
		font-size: 37px;
	}
	.content .main-content.c {
		background: url("../pics/shutterstock_1733849612-1920x480.jpg") no-repeat
			center;
		background-size: 400% auto;
	}
	.content .main-content.c > div:nth-child(1) {
		padding: 30px;
	}
	.content .main-content.c .text {
		display: table;
		max-width: 100%;
		height: 300px;
	}
	.content .main-content.c h3 {
		padding-bottom: 30px;
	}
	.content .main-content.d {
		background: url("../pics/PC_investors_bg-1920x645.jpg") no-repeat center;
		background-size: 250% auto;
	}
	.content .main-content.d > div:nth-child(1) {
		display: table;
		max-width: 100%;
		height: 300px;
	}
	.content .main-content.d .text {
		display: table-cell;
		vertical-align: middle;
		padding: 30px;
	}
	.content .main-content.d h3 {
		padding-bottom: 30px;
	}
	.content .con-breadcrumb > div:nth-child(1) {
		width: 90%;
		min-height: auto;
		padding: 30px 0;
	}
	.content .con-breadcrumb.a > div:nth-child(1) {
		max-width: 100%;
	}
	.content .con-breadcrumb.b > div:nth-child(1) {
		max-width: 100%;
	}
	.content .con-breadcrumb span {
		font-size: 35px;
		line-height: 1em;
	}
	.content .con-image img {
		display: block;
		width: 100%;
		height: auto;
		margin: auto;
	}
	.content .con-inside {
		width: 90%;
		margin: 0 auto;
	}
	.content .con-inside.a .con-news-detail .img {
		float: none;
		width: 100%;
		margin: 0;
	}
	.content .con-inside > div:nth-child(1) {
		max-width: 100%;
		padding: 30px 0 40px 0;
		margin: auto;
	}
	.content .con-inside.a > div:nth-child(1) {
		max-width: 100%;
		padding: 60px 0 90px 0;
	}
	.content .con-inside.c3 > div:nth-child(1) {
		max-width: 100%;
		padding: 20px 0 40px 0;
	}
	.content .con-inside.c4 > div:nth-child(1) {
		max-width: 100%;
		padding: 20px 0 40px 0;
	}
	.content .con-inside.c6 > div:nth-child(1) {
		max-width: 100%;
		padding: 20px 0 40px 0;
	}
	.content .con-inside.c12 > div:nth-child(1) {
		max-width: 100%;
		padding: 30px 20px 40px 20px;
	}
	.content .con-inside.c5 > div:nth-child(1) {
		max-width: 100%;
		padding: 30px 20px 0 20px;
	}
	.content .con-inside.e > div:nth-child(1) {
		max-width: 100%;
		padding: 30px 20px 40px 20px;
	}
	.content .con-inside.c16 > div:nth-child(1) {
		max-width: 100%;
		padding: 30px 20px 40px 20px;
	}
	.content .con-inside.c32 > div:nth-child(1) {
		max-width: 100%;
		padding: 20px 0 40px 0;
	}
	.content .con-inside.c43 > div:nth-child(1) {
		max-width: 100%;
		padding: 30px 20px 40px 20px;
	}
	.content .con-inside.g > div:nth-child(1) {
		max-width: 100%;
		padding: 30px 20px 40px 20px;
	}
	.content .con-inside.u > div:nth-child(1) {
		max-width: 90%;
		padding: 20px 0 60px 0;
		margin: auto;
	}
	.content .con-inside.u #product {
		margin: 0;
		height: 180px;
	}
	.content .con-inside.u .grayBg {
		display: none !important;
	}
	#product .imageCar {
		padding: 0 !important;
		display: block !important;
	}
	.content .con-inside.u .imageCarInner {
		position: relative;
		width: 100%;
		max-width: 100% !important;
		height: 180px !important;
		margin: 0 auto;
	}
	.content .con-inside.u .imageCarInner .imgCar {
		display: inline !important;
		width: 100% !important;
		margin-top: 16px;
	}
	.content .con-inside.u .plusLink {
		list-style: none;
	}
	.content .con-inside.u .plusLink li {
		display: none;
	}
	.content .con-inside.u .box-category {
		width: 100%;
		padding: 24px 0;
		text-align: center;
	}
	.content .con-inside.u .box-category .product-titles {
		display: none;
	}
	.content .con-inside.u .box-category .product-category {
		text-align: center;
	}
	.content .con-inside.u .box-category .product-category li {
		margin: 0 0 20px 0 !important;
	}
	.content .con-inside.u .box-category .c-all {
		display: none;
	}
	.content .con-inside.u .box-category .c-all .txt {
		width: 1140px;
		margin: auto;
		padding: 20px;
		margin: 0 auto 26px auto;
		font-size: 27px;
		border-top: 1px dotted #666;
		border-bottom: 1px dotted #666;
		text-align: left;
	}
	.content .con-inside.u .box-category .c-all .item {
		width: 100%;
		padding: 30px 0;
		margin: 0 auto;
		background: #eee;
		text-align: center;
	}
	.content .con-inside.u .box-category .c-all .item div {
		display: inline-block;
		width: 236px;
		margin: 0 0 24px 0;
		padding: 0;
	}
	.content .con-inside.u .box-category .c-all .item div img {
		border: 2px solid #fff;
		-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
		box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
	}
	.content .product-category {
		width: 100%;
		margin: auto;
		list-style: none;
		margin: auto;
		padding: 4px 0;
		text-align: left;
		font-weight: bold;
	}
	.content .product-category li {
		display: block;
		cursor: pointer;
		width: 100%;
		padding: 14px 20px;
		border: 1px solid #001a72;
		color: #001a72;
		margin: 0 0 20px 0;
	}
	.content .con-inside.a .con-news {
		display: block;
		margin: auto;
		font-size: 16px;
	}
	.content .con-inside.a .con-news .item {
		display: block;
	}
	.content .con-inside.a .con-news .cell.a {
		display: inline-block;
		width: auto;
		vertical-align: middle;
		padding: 10px 0;
	}
	.content .con-inside.a .con-news .cell.b {
		display: inline-block;
		width: auto;
		vertical-align: middle;
		text-align: center;
	}
	.content .con-inside.a .con-news .cell.b span {
		display: block;
		width: 100%;
		padding: 5px 6px 2px 6px;
		background: #e4841e;
		color: #fff;
	}
	.content .con-inside.a .con-news .cell.c {
		display: block;
		width: 100%;
		padding: 10px 0;
	}
	.content .con-inside.c3 .item {
		position: relative;
		display: block;
		width: 90%;
		height: 226px;
		margin: 0 auto 40px auto;
		cursor: pointer;
	}
	.content .con-inside.c3 .item .txt {
		position: absolute;
		bottom: -28px;
		right: 0;
		width: 250px;
		padding: 12px 20px;
		background: #fff;
	}
	.content .con-inside.c3 .item .txt span {
		font-size: 18px;
		font-weight: 600;
	}
	.content .con-inside.c4 .item {
		position: relative;
		display: block;
		width: 90%;
		height: 226px;
		margin: 0 auto 40px auto;
		cursor: pointer;
	}
	.content .con-inside.c4 .item .txt {
		position: absolute;
		bottom: -28px;
		right: 0;
		width: 250px;
		padding: 12px 20px;
		background: #fff;
	}
	.content .con-inside.c4 .item .txt span {
		font-size: 18px;
		font-weight: 600;
	}
	.content .con-inside.c6 .item {
		position: relative;
		display: block;
		width: 90%;
		height: 226px;
		margin: 0 auto 40px auto;
		cursor: pointer;
	}
	.content .con-inside.c6 .item .txt {
		position: absolute;
		bottom: -28px;
		right: 0;
		width: 250px;
		padding: 12px 20px;
		background: #fff;
	}
	.content .con-inside.c6 .item .txt span {
		font-size: 18px;
		font-weight: 600;
	}
	.content .con-inside.c12 h2 span {
		font-size: 21px;
	}
	.content .con-inside.c12 .lines {
		padding-bottom: 15px;
	}
	.content .con-inside.c12 .spcr {
		height: 80px;
	}
	.content .con-inside.c12 .item.a1 {
		width: 100%;
		margin-right: 0;
		padding-bottom: 40px;
	}
	.content .con-inside.c12 .item.a2 {
		width: 100%;
		margin-right: 0;
		padding-bottom: 40px;
	}
	.content .con-inside.c12 .item.a .img {
		width: 100%;
		height: 226px;
	}
	.content .con-inside.c12 .item.a .text {
		width: 96%;
		padding-top: 30px;
	}
	.content .con-inside.c12 .item.b {
		width: 100%;
	}
	.content .con-inside.c12 .item.b .img {
		float: none;
		width: 100%;
		height: 250px;
	}
	.content .con-inside.c12 .item.b .text {
		float: none;
		width: 100%;
		margin-left: 0;
		padding: 20px 0;
	}
	.content .con-inside.c12 .maps {
		width: 100%;
		height: auto;
	}
	.content .con-inside.c5 .item {
		display: block;
		width: 100%;
		min-height: auto;
		margin-right: 0;
		margin-bottom: 60px;
	}
	.content .con-inside.c5 .item.last {
		margin-right: 0;
	}
	.content .con-inside.c5 .item .img {
		width: 100%;
		height: 226px;
		cursor: pointer;
	}
	.content .con-inside.c5 .item .text {
		width: 96%;
		padding-top: 30px;
	}
	.content .con-inside.c5 .item .text h3 span {
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 0.5px;
	}
	.content .con-inside.c5 .item .text .txt.a {
		display: block;
		padding: 18px 0;
		font-size: 16px;
		line-height: 1.8em;
		letter-spacing: 0.5px;
	}
	.content .con-inside.c5 .item .text a {
		font-size: 14px;
		font-weight: 600;
		color: #042275;
		letter-spacing: 0.5px;
		line-height: 1.4em;
	}
	.content .con-inside.c5 .item .text a img {
		vertical-align: middle;
		margin: -3px 2px 0 0;
	}
	.content .con-inside.e .item {
		width: 100%;
		height: 345px;
		margin: 0 0 50px 0;
	}
	.content .con-inside.e .item .txt {
		width: 80%;
	}
	.content .con-inside h2 {
		font-size: 21px;
	}
	.content .con-inside.c16 h2 {
		font-size: 21px;
	}
	.content .con-inside.c16 .lines {
		padding-bottom: 15px;
	}
	.content .con-inside.c16 .item .img {
		float: none;
		width: 100%;
		height: 300px;
	}
	.content .con-inside.c16 .item .text {
		float: none;
		width: 100%;
		margin: 26px 0;
	}
	.content .con-inside.c16 .spcr {
		height: 40px;
	}
	.content .con-inside.c32 .item {
		position: relative;
		display: block;
		width: 90%;
		height: 226px;
		margin: 0 auto 40px auto;
		cursor: pointer;
	}
	.content .con-inside.c32 .item .txt {
		position: absolute;
		bottom: -28px;
		right: 0;
		width: 250px;
		padding: 12px 20px;
		background: #fff;
	}
	.content .con-inside.c32 .item .txt span {
		font-size: 18px;
		font-weight: 600;
	}
	.content .con-inside.c43 h2 {
		font-size: 21px;
	}
	.content .con-inside.c43 .lines {
		padding-bottom: 15px;
	}
	.content .con-inside.c43 .item .img {
		float: none;
		width: 100%;
		height: 300px;
	}
	.content .con-inside.c43 .item .text {
		float: none;
		width: 100%;
		margin: 26px 0;
	}
	.content .con-inside.c43 .spcr {
		height: 40px;
	}
	.footer {
		width: 100%;
	}
	.footer .top > div:nth-child(1) {
		max-width: 100%;
		padding: 50px 50px 80px 50px;
		text-align: center;
	}
	.footer .top .txt.a {
		font-size: 18px;
		line-height: 1em;
		letter-spacing: 0.5px;
		font-weight: 600;
	}
	.footer .top .txt.b {
		display: block;
		font-size: 14px;
		line-height: 1em;
		letter-spacing: 0.5px;
		font-weight: 600;
	}
	.footer .top .txt.b span {
		display: block;
		height: 16px;
		font-size: 0;
	}
	.footer .top .linked-in {
		padding: 26px 0;
	}
	.footer .bottom {
		padding: 3px 0 6px 0;
	}
	.footer .bottom div {
		max-width: 100%;
		text-align: center;
	}
	.social-links {
		justify-content: center;
	}
	.contact-page .text {
		width: 100%;
	}
	.contact-page .contact-form {
		width: 100%;
		margin-bottom: 50px;
		order: -1;
	}
	/* css1 */
}
/* Tablet Portrait size to standard 768 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 768px) {
	body {
		zoom: 63%;
	}
	/* css2 */
}
/* Tablet Portrait size to standard 768 (devices and browsers) */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	body {
		zoom: 65% !important;
	}
	/* css3 */
}
/* Tablet Portrait size to standard 768 (devices and browsers) */
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
	body {
		zoom: 81% !important;
	}
	#launcher {
		zoom: 114% !important;
	}
	/* css4 */
}
/* Tablet Landscape size to standard (devices and browsers) */
@media only screen and (min-width: 1280px) and (max-width: 1366px) {
	body {
		zoom: 85% !important;
	}
	.zEWidget-webWidget {
		zoom: 114% !important;
	}
	#launcher {
		zoom: 114% !important;
	}
	/* css5 */
}
/* Tablet Landscape size to standard (devices and browsers) */
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
	body {
		zoom: 90% !important;
	}
	.zEWidget-webWidget {
		zoom: 114% !important;
	}
	#launcher {
		zoom: 114% !important;
	}
	/* css5 */
}
/*	/////////////////////////////////////////////////// */
/*	/////////////////////////////////////////////////// */
/*	/////////////////////////////////////////////////// */
#searchBar input::-webkit-input-placeholder {
	color: #fff !important;
}
#searchBar input:-moz-placeholder {
	color: #fff !important;
}
#searchBar input::-moz-placeholder {
	color: #fff !important;
}
#searchBar input:-ms-input-placeholder {
	color: #fff !important;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #eaeaea;
}
::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	background-color: #001574;
	border-left: 1px solid #fff;
}
.gscale {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: gray;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
	input[type="checkbox"],
	input[type="radio"] {
		--active: #011a72;
		--active-inner: #fff;
		--focus: 2px rgba(39, 94, 254, 0.3);
		--border: #bbc1e1;
		--border-hover: #011a72;
		--background: #fff;
		--disabled: #f6f8ff;
		--disabled-inner: #e1e6f9;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		height: 21px;
		outline: none;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		margin: 0;
		cursor: pointer;
		border: 1px solid var(--bc, var(--border));
		background: var(--b, var(--background));
		-webkit-transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
		transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
	}
	input[type="checkbox"]:after,
	input[type="radio"]:after {
		content: "";
		display: block;
		left: 0;
		top: 0;
		position: absolute;
		-webkit-transition: opacity var(--d-o, 0.2s),
			-webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
		transition: opacity var(--d-o, 0.2s),
			-webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
		transition: transform var(--d-t, 0.3s) var(--d-t-e, ease),
			opacity var(--d-o, 0.2s);
		transition: transform var(--d-t, 0.3s) var(--d-t-e, ease),
			opacity var(--d-o, 0.2s),
			-webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
	}
	input[type="checkbox"]:checked,
	input[type="radio"]:checked {
		--b: var(--active);
		--bc: var(--active);
		--d-o: 0.3s;
		--d-t: 0.6s;
		--d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
	}
	input[type="checkbox"]:disabled,
	input[type="radio"]:disabled {
		--b: var(--disabled);
		cursor: not-allowed;
		opacity: 0.9;
	}
	input[type="checkbox"]:disabled:checked,
	input[type="radio"]:disabled:checked {
		--b: var(--disabled-inner);
		--bc: var(--border);
	}
	input[type="checkbox"]:disabled + label,
	input[type="radio"]:disabled + label {
		cursor: not-allowed;
	}
	input[type="checkbox"]:hover:not(:checked):not(:disabled),
	input[type="radio"]:hover:not(:checked):not(:disabled) {
		--bc: var(--border-hover);
	}
	input[type="checkbox"]:focus,
	input[type="radio"]:focus {
		box-shadow: 0 0 0 var(--focus);
	}
	input[type="checkbox"]:not(.switch),
	input[type="radio"]:not(.switch) {
		width: 21px;
	}
	input[type="checkbox"]:not(.switch):after,
	input[type="radio"]:not(.switch):after {
		opacity: var(--o, 0);
	}
	input[type="checkbox"]:not(.switch):checked,
	input[type="radio"]:not(.switch):checked {
		--o: 1;
	}
	input[type="checkbox"] + label,
	input[type="radio"] + label {
		font-size: 14px;
		line-height: 21px;
		display: inline-block;
		vertical-align: top;
		cursor: pointer;
		margin-left: 4px;
	}
	input[type="checkbox"]:not(.switch) {
		border-radius: 5px;
	}
	input[type="checkbox"]:not(.switch):after {
		width: 5px;
		height: 9px;
		border: 2px solid var(--active-inner);
		border-top: 0;
		border-left: 0;
		left: 6px;
		top: 3px;
		-webkit-transform: rotate(var(--r, 20deg));
		transform: rotate(var(--r, 20deg));
	}
	input[type="checkbox"]:not(.switch):checked {
		--r: 43deg;
	}
	input[type="checkbox"].switch {
		width: 38px;
		border-radius: 5px;
	}
	input[type="checkbox"].switch:after {
		left: 2px;
		top: 2px;
		border-radius: 50%;
		width: 15px;
		height: 15px;
		background: var(--ab, var(--border));
		-webkit-transform: translateX(var(--x, 0));
		transform: translateX(var(--x, 0));
	}
	input[type="checkbox"].switch:checked {
		--ab: var(--active-inner);
		--x: 17px;
	}
	input[type="checkbox"].switch:disabled:not(:checked):after {
		opacity: 0.6;
	}
	input[type="radio"] {
		border-radius: 50%;
	}
	input[type="radio"]:after {
		width: 19px;
		height: 19px;
		border-radius: 50%;
		background: var(--active-inner);
		opacity: 0;
		-webkit-transform: scale(var(--s, 0.7));
		transform: scale(var(--s, 0.7));
	}
	input[type="radio"]:checked {
		--s: 0.5;
	}
}
input[type="text"],
input[type="password"],
textarea,
select {
	font-size: 14px;
	padding: 10px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	vertical-align: middle;
	resize: none;
	margin: 0;
	-webkit-appearance: none;
	appearance: none;
	color: #000;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
input:focus[type="text"],
input:focus[type="password"],
textarea:focus,
select:focus {
	border: 1px solid #011a72;
	color: #011a72;
	-webkit-box-shadow: 0 2px 6px 0 #011a72;
	box-shadow: 0 2px 6px 0 #011a72;
}
#blockPopupDiv {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}
#blockPopupDiv > div:nth-child(1) {
	display: table;
	width: 100%;
	height: 100%;
}
#blockPopupDiv > div:nth-child(1) > div:nth-child(1) {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#blockPopupDiv #ytplayer {
	position: relative;
	z-index: 1;
	display: inline-block;
	vertical-align: top;
	margin: auto;
	background: #fff;
	-webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.75);
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.75);
}
#blockPopupDiv .popup-img {
	position: relative;
	z-index: 1;
	display: inline-block;
	vertical-align: top;
	width: auto;
	max-width: 80%;
	height: auto;
	max-height: 80%;
	padding: 10px;
	margin: auto;
	background: #fff;
	-webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.75);
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.75);
}
#processDiv {
	display: none;
	position: fixed;
	background: #5a5a5a;
	color: #fff;
	z-index: 9999;
	top: 0;
	left: 0;
}
#blockDiv {
	display: none;
	position: fixed;
	z-index: 9999;
	width: 100%;
	top: 0;
	left: 0;
	background: url(../images/blockImageBlack.png);
}
#blockTableDiv {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	background: url(../images/blockImageBlack.png);
}
#blockTableDiv .dialogBorder {
	width: 90%;
	max-width: 400px;
	background: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: auto;
	-webkit-box-shadow: 0 10px 34px 0 rgba(0, 0, 0, 0.35);
	box-shadow: 0 10px 34px 0 rgba(0, 0, 0, 0.35);
}
#blockTableDiv .dialogBack {
	border: 10px solid #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#blockTableDiv #dialogTitle {
	padding: 10px 0 0 0;
	font-size: 19px;
	font-weight: bold;
	color: #333;
}
#blockTableDiv #dialogContent {
	margin: 0 0 10px 0;
	padding: 0 10px 6px 10px;
	font-size: 14px;
	line-height: 1.4em;
	color: #333;
}
#blockTableDiv .dialogButton {
	margin: auto;
	padding: 0 0 14px 0;
}
#blockTableDiv .dialogButton > input[type="button"] {
	border: 0;
	display: block;
	padding: 10px 14px;
	font-size: 14px;
	color: #fff;
	background: #333;
	cursor: pointer;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: auto;
}
#blockLoaderDiv {
	display: block;
	position: fixed;
	z-index: 9998;
	width: 100%;
	text-align: center;
}
#blockLoaderDiv .dialogBorder {
	display: inline-block;
	min-width: 280px;
	background: #fff;
	border: 1px solid #ccc;
	-moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
#blockLoaderDiv .dialogBack {
	border: 10px solid #fff;
	height: 80px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
#blockLoaderDiv .dialogTitle {
	padding: 10px 0 0 0;
	font-size: 19px;
	font-weight: bold;
	color: #5a5a5a;
}
img {
	border: 0;
}
.clear,
.clr {
	clear: both;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
