#main_content {
	margin-top: 191px;
}
#pe_container,#pe_blogs_container {
	padding: 35px 60px;
}
#pe_news_container {
	padding: 5px 60px 80px 60px;
}
#pe_products_container {
	padding: 35px 0 35px 60px;
}
/*service*/
#service_title {
	font-size: 24px;
    color: #0057ab;
	margin-bottom: 55px;
	font-weight: bold;
}
#service_subtitle {
	font-size: 20px;
    color: #0057ab;
    line-height: 30px;
}
#service_content {
	font-size: 18px;
    color: #323232;
    line-height: 40px;
    word-spacing: 3px;
	padding: 30px 30px 40px 0;
	border-bottom: 1px #888787 solid;
	text-align: justify;
}
#service_redirect {
	font-size: 14px;
    color: #222222;
	margin: 30px 0 60px 0;
}
#service_redirect a {
	margin-top: 5px;
	display: block;
}

/*news*/
.pe_news_row {
	padding: 30px 0;
	position: relative;
	border-bottom: 1px #888787 solid;
	cursor: pointer;
}
.news_arrow {
	position: absolute;
	bottom: 30px;
	right: 0;
	background-image: url(/images/news_arrow_down.jpg);
}
.news_arrow.toggled {
	bottom: 10px;
	background-image: url(/images/news_arrow_up.jpg);
}
.news_date,.news_content {
	display: inline-block;
	vertical-align: top;
}
.news_date {
	font-size: 18px;
    color: #0057ab;
	padding-right: 20px;
	min-width: 142px;
}
.news_title {
	font-size: 24px;
    color: #0057ab;
}
.news_image {
	margin-bottom: 20px;
}
.news_image img {
	max-width:100%;
}
.news_info {
	padding: 30px 0;
	display: none;
}
/*.news_info table {
	margin-top: 20px;
}*/
.news_info table th,.news_info table td {
	font-size: 18px;
    color: #323232;
    line-height: 30px;
	text-align:left;
	vertical-align: top;
}
.news_info table th {
	padding-right: 15px;
	white-space: nowrap; 
}
.news_more_btn {
	background-color: rgba(0,103,171,0.8);
    border: 1px solid #36abcd;
	display: inline-block;
	padding: 8px 40px 8px 16px;
    margin: 8px 0 0 0;
	font-family: 'scFont-thin', Fallback, sans-serif;
    font-size: 18px;
    color: #FFF;
    letter-spacing: 1px;
}
.news_more_btn:hover {
	background-color: rgba(0,103,171,0.6);
}
/*index*/
#index_electronics {
	background-color: #12415f;
    background-image: url(../../images/PE_index_banner.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    min-height: 433px;
    text-align: left;
	border-bottom: 5px #fff solid;
}
#index_electronics .index_title_text {
	color: #a2f6f7;
}
.index_electronics_btn {
	background-color: rgba(33,113,136,0.4);
	background-image: url(../../images/PE_index_button_arrow.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    border: 1px solid #36abcd;
	display: inline-block;
    padding: 16px 50px 16px 16px;
	margin: 10px 5px 0 0;
	font-family: 'scFont-thin', Fallback, sans-serif;
    font-size: 18px;
    color: #FFF;
    letter-spacing: 1px;
}
.index_electronics_btn:hover {
	background-color: rgba(33,113,136,0.6);
	color: #a2f6f7;
}
#index_news {
	background-color: #202534;
	background-image: url(../../images/news_photo.png);
	background-repeat:no-repeat;
	background-position: left center;
	background-size: auto 100%;
	min-height: 356px;
	text-align: right;
    /*display: flex;
    flex-direction: row-reverse;*/
}
.index_text_container {
	padding: 30px 0 30px 56px;
	text-align: left;
	display: inline-block;
}

.index_title {
	padding-bottom: 10px;
}

.index_title div{
	display: inline-block;
	vertical-align: middle;
}
.index_title_icon {
	margin-right: 15px;
}
.index_title_text {
	font-family: 'scFont-Demithin', Fallback, sans-serif;
    font-size: 36px;
    color: #ffffff;
}

.index_text {
	margin: 20px 0 10px 0;
	font-family: 'scFont-thin', Fallback, sans-serif;
    font-size: 18px;
    color: #FFF;
    line-height: 35px;
	letter-spacing: 1px;
	width: 590px;
    text-align: justify;
}

.index_news_row {
    padding: 20px 65px 20px 0;
    position: relative;
	margin-right: 56px;
}
.index_news_row:not(:last-child) {
	border-bottom: 1px #464a54 solid;
}

.index_news_container {
	
}
.index_news_date {
	font-family: 'scFont-Light', Fallback, sans-serif;
    font-size: 18px;
	margin-right: 20px;
	line-height: 35px;
	display: inline-block;
	vertical-align: middle;
	color: #36abcd;
	min-width: 142px;
}
.index_news_text {
	font-family: 'scFont-thin', Fallback, sans-serif;
    font-size: 18px;
	line-height: 25px;
	color: #fff;
	padding: 5px 0 5px 5px;
	background-repeat:no-repeat;
	background-position: left center;
	display: inline-block;
	vertical-align: middle;
	max-width: 340px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.index_news_more {
	position: absolute;
    right: 5px;
    top: calc(50% - 13px);
    font-family: 'scFont-thin', Fallback, sans-serif;
    font-size: 18px;
}
.index_news_more > a {
	color: #FFF;
	display: block;
}
.index_images {
	display: none;
}
.index_events_title {
	padding: 20px 80px;
	position: relative;
}
.index_events_title #year_container {
	position: absolute;
	border-radius : 30px;
	padding: 8px 30px;
	border: 1px #8B8B8B solid;
	right: 50px;
	top: 28px;
}
.index_events_title #year_container span {
    font-size: 18px;
    color: #323232;
	cursor: pointer;
}
.index_events_title #year_container span.active {
	color: #36abcd;
}
.index_events_title #year_container span:not(:first-child) {
    margin-left:6px;
    padding-left:12px;
	border-left: 1px #8B8B8B solid;
}
.index_events_title div{
	display: inline-block;
	vertical-align: middle;
}
.index_events_title_icon {
	margin-right: 15px;
}
.index_events_title_text {
	font-family: 'scFont-Demithin', Fallback, sans-serif;
    font-size: 36px;
}
.year_event_carousel_container {
	position: relative;
	padding: 20px 80px 30px 80px;
	display: none;
}
.event_next_btn {
	width: 80px;
    max-width: 8%;
    height: 100%;
    background-image: url(../../images/events_left_arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
    cursor: pointer;
}
.event_prev_btn {
	width: 80px;
    max-width: 8%;
    height: 100%;
    background-image: url(../../images/events_right_arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    cursor: pointer;
}
.events_container {
	max-width: 250px;
    margin-left: 25px;
}
.events_date {
	font-family: 'englishFont', Fallback, sans-serif;
    font-size: 18px;
	line-height: 40px;
	background-repeat:no-repeat;
	background-position: right 1px center;
	color: #36abcd;
}
.events_type,.events_title {
    font-size: 18px;
    color: #323232;
    line-height: 30px;	
	text-align: justify;
}
#index_events {
	position: relative;
}
a#event {
	position: absolute;
    top: -193px;
}
.owl-carousel .owl-stage {
	display: flex;
}
.owl-carousel .owl-stage > .owl-item.active{
	border-left: 0;
}
.owl-carousel .owl-stage > .owl-item.active ~ .owl-item.active {
	border-left: 1px #c6c6c6 solid;
	box-sizing: border-box;
}

/* product list */
.product_list_type {
	display: inline-block;
    padding: 0 60px 60px 0;
	width: calc(33.3% - 24px);
	box-sizing: border-box;
}
.product_list_header {
	font-size: 24px;
    color: #2d92b3;
	position: relative;
}
.product_list_header a {
	position: absolute;
    top: -201px;
}
.product_list_item {
	border: 1px #2d92b3 solid;
    margin-top: 20px;
	display: inline-block;
}
.product_list_logo {
	display: inline-block;
    vertical-align: top;
    max-width: 39%;
    position: relative;
    padding-right: 1px;
    box-sizing: border-box;
}
.product_list_image {
	display: inline-block;
    vertical-align: top;
	max-width: 59%;
}
.product_list_logo img,.product_list_image img {
	max-width: 100%;
}
.product_list_break {
	position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background-color: #c6c6c6;
}
.product_list_title {
	background-color: #2d92b3;
	background-image: url(../../images/list_box-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	
}
.product_list_title a {
	font-size: 20px;
    color: #FFF;
	display: block;
	padding: 13px 40px 13px 15px;
}
/*details*/
.details_product_info {
	display: flex;
	margin-bottom: 30px;
}
.details_product_info img {
	max-width: 100%;
}
.details_product_left {
	flex: 3;
	margin-right: 20px;
}
.details_product_header {
	border-bottom: 1px #acacac solid;
}
.details_product_header > div {
	display: inline-block;
	border-radius: 10px 10px 0px 0px;
	background-color: #61acbd;
	padding: 10px 22px;
	font-family: 'scFont-Medium', Fallback, sans-serif;
    font-size: 22px;
    color: #FFF;
}
.details_product_right {
	flex: 2;
	text-align: right;
}
.details_product_title{
	margin-bottom: 30px;
}
.details_product_name {
	display: inline-block;
	margin-right: 20px;
	font-family: 'scFont-Light', Fallback, sans-serif;
    font-size: 30px;
    color: #2d92b3;
	vertical-align: middle;
}
.details_product_download {
	display: inline-block;
    background-image: url(/images/details_btn_download_icon.jpg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: #69C3DE;
    padding: 10px 45px 10px 20px;
	vertical-align: middle;
}
.details_product_download a {
	display:block;
	color:#fff;
	letter-spacing:2px;
	font-weight: bold;
}
.text_row {
	font-size: 18px;
    color: #323232;
    line-height: 30px;
	margin-bottom: 40px;
}
.image_text_row {
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 40px;
}
.text_image_row {
	display: flex;
	margin-bottom: 40px;
}
.image_text_row > div,.text_image_row > div {
	flex: 1;
}
.image_text_row > div.details_image,.text_image_row > div.details_image {
	flex: 0 0;
    flex-basis: auto;
    max-width: 50%;
}
.image_text_row > div.details_image {
	margin-right: 40px;
}
.text_image_row > div.details_image {
	margin-left: 40px;
}
/*.image_text_row > div.left,.text_image_row > div.left {
	margin-left: 20px;
}*/
.image_row,.video_row {
	margin-bottom: 40px;
}
.details_subtitle {
	font-family: 'scFont-Light', Fallback, sans-serif;
    font-size: 20px;
    color: #2d92b3;
    line-height: 30px;
	margin: 10px 0 20px 0;
}
.details_text {
	font-size: 18px;
    color: #323232;
    line-height: 30px;
	margin-bottom: 10px;
	text-align:justify;
}
.details_image img {
	max-width: 100%;
}
.details_image.right {
	text-align: right;
}
.details_video_container {
	width: 600px;
	max-width: 100%;
}
.details_video {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 75%; /* 4:3 Aspect Ratio */
}
.details_video_iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.details_product_related_row {
	border-top: 1px #acacac solid;
}
.details_product_related_row > div {
	display: inline-block;
	vertical-align: middle;
	font-family: 'scFont-Light', Fallback, sans-serif;
    font-size: 20px;
    color: #2d92b3;
    line-height: 30px;
}
.details_product_related_row > div:first-child {
	margin-right: 10px;
}
/*download form*/
.form_row {
    margin-bottom: 15px;
}
.form_row label {
	font-weight: bold;
    font-size: 20px;
    color: #323232;
    line-height: 30px;
    display: inline-block;
    width: 120px;
    vertical-align: top;
    margin-bottom: 0;
}
.form_row label.tandc {
	width: calc(100% - 36px);
	font-family: 'scFont-thin', Fallback, sans-serif;
    font-size: 16px;
    color: #222222;
    line-height: 25px;
	vertical-align: middle;
    font-weight: normal;
	padding-left: 8px;
	display: inline-block;
}
.form_row label.tandc a {
	text-decoration: underline;
	vertical-align: middle;
}
.form_row input[type=text] {
    font-size: 15px;
    background: rgba(255, 255, 255, 0.44);
    height: 34px;
    width: calc(100% - 125px);
	border: 1px solid #A4A4A4;
    padding: 3px 5px 3px 3px !important;
    line-height: 1;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 0;
    margin-bottom: 0;
}
.form_type_container {
	display: inline-block;
	width: calc(100% - 125px);
}
.form_type_row {
	margin: 0 0 30px 0;
}
.form_type {
	display: inline-block;
	width:190px;
	font-size: 20px;
    color: #0057ab;
    line-height: 30px;
	vertical-align:top;
}
.form_products {
	display: inline-block;
	vertical-align:top;
	width: calc(100% - 225px);
    padding-left: 20px;
    box-sizing: border-box;
	max-width: 1000px;
}
.form_products > div {
	/*display: inline-block;*/
    position: relative;
    padding-left: 18px;
	/*padding-right: 40px;*/
    vertical-align: top;
}
.form_products .icheckbox_minimal-grey {
	position: absolute !important;
    left: 0;
    /*top: 5px;*/
}
.form_products label {
	font-size: 20px;
    color: #323232;
    line-height: 30px;
    font-weight: normal;
    vertical-align: top;/*middle*/
	padding: 0 10px;
	/*width: 180px;*/
	width: auto;
	display: inline-block !important;
}
.form_row.with_border {
	padding-bottom: 20px;
	border-bottom: 1px #888787 solid;
}
.tandc_checkbox {
    width: 22px;
    display: inline-block;
    vertical-align: top;
    padding-top: 4px;
}
.tandc_text {
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
}
.form_btn{
    margin-bottom: 50px;
	text-align: right;
}
.form_btn input {
	background-color: #b2b4b6;
    font-family: 'scFont-thin', Fallback, sans-serif;
    font-size: 22px;
    color: #FFF;
    letter-spacing: 5px;
	border: 0;
	padding: 12px 22px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}

/*blogs*/
.blogs_header {
	position: relative;
	text-align: right;
}
.blogs_header #year_container {
	display: inline-block;
	border-radius : 30px;
	padding: 8px 30px;
	border: 1px #8B8B8B solid;
	right: 50px;
	top: 28px;
}
.blogs_header #year_container span {
    font-size: 18px;
    color: #323232;
	cursor: pointer;
}
.blogs_header #year_container span.active {
	color: #36abcd;
	cursor: default;
}
.blogs_header #year_container span:not(:first-child) {
    margin-left:6px;
    padding-left:12px;
	border-left: 1px #8B8B8B solid;
}
.blogs_header div{
	display: inline-block;
	vertical-align: middle;
}
.pe_blogs_row {
	padding: 30px 0;
	position: relative;
	border-bottom: 1px #888787 solid;
	cursor: pointer;
	flex-direction: row-reverse;
    display: flex;
}
.pe_blogs_row:first-child {
	padding: 10px 0 30px 0;
}
.blogs_content {
	display: inline-block;
	width: calc(100% - 205px);
}
.blogs_date {
	display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #0057ab;
    width: 200px;
    text-align: right;
    line-height: 30px;
}
.blogs_title {
	font-size: 24px;
    color: #0057ab;
}
.details_blog_return {
	text-align: right;
	margin-bottom: 15px;
}
.details_blog_return a {
	display: inline-block;
    border-radius: 30px;
    padding: 8px 30px;
    border: 1px #8B8B8B solid;
    font-size: 18px;
    color: #36abcd;
    font-weight: bold;
}
.details_blog_title {
	flex-direction: row-reverse;
    display: flex;
	margin-bottom: 40px;
}
.details_blog_name {
	display: inline-block;
	width: calc(100% - 205px);
	font-size: 30px;
    color: #2d92b3;
}
.details_blog_date {
	display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #0057ab;
    width: 200px;
    text-align: right;
    line-height: 30px;
}







@media (max-width: 1300px) {
	.product_list_type {
		display: inline-block;
		padding: 0 60px 60px 0;
		width: calc(50% - 34px);
		box-sizing: border-box;
	}
	
}
@media (max-width: 1120px) {
	#main_content {
		margin-top: 176px;
	}
	#index_news {
		background-position: left -200px center;
	}
	#index_electronics {
		background-position: right -260px center;
	}
	a#event {
		top: -176px;
	}
	
	.product_list_header a {
		top: -186px;
	}
}
@media (min-width: 971px) {
	#menu_nav {
		display: block !important;
	}
}
@media (max-width: 970px) {
	#main_content {
		margin-top: 54px;
	}
	a#event {
		top: -54px;
	}
	.product_list_header a {
		top: -64px;
	}
}
@media (max-width: 855px) {
	#index_electronics,#index_news {
		background-image: none;
		min-height: auto;
	}
	.index_text_container {
		padding: 20px 30px 30px 30px;
		display: block;
	}
	.index_text {
		width: 100%;
	}
	.index_news_row {
		margin: 0;
		padding: 20px 0;
	}
	#index_electronics .index_images {
		text-align: right;
	}
	#index_news .index_images {
		text-align: left;
	}
	.index_images {
		display: block;
	}
	.index_images img {
		max-width: 100%;
	}
}
@media (max-width: 768px) {
	#pe_container,#pe_blogs_container {
		padding: 25px 40px;
	}
	#pe_news_container {
		padding: 5px 40px 60px 40px;
	}
	#pe_products_container {
		padding: 25px 0 25px 40px;
	}
	.news_title {
		font-size: 22px;
	}
	.news_date,.news_content {
		display: block;
	}
	.news_info table th,.news_info table td {
		font-size: 16px;
		line-height: 26px;
	}
	.news_arrow {
		position: absolute;
		top: 15px;
		bottom: auto;
		right: 0;
		background-image: url(/images/news_arrow_down.jpg);
	}
	.news_arrow.toggled {
		top: auto;
	}
	
	#index_electronics,#index_news {
		background-image: none;
		min-height: auto;
	}
	.index_text_container {
		padding: 20px 30px 30px 30px;
		display: block;
	}
	.index_text {
		width: 100%;
	}
	.index_news_row {
		margin: 0;
		padding: 20px 0;
	}
	#index_electronics .index_images {
		text-align: right;
	}
	#index_news .index_images {
		text-align: left;
	}
	.index_images {
		display: block;
	}
	.index_images img {
		max-width: 100%;
	}
	.index_news_date,.index_news_text {
		display: block;
	}
	.index_news_more {
		top: 25px;
	}
	.index_events_title {
		padding: 20px 60px;
	}
	.year_event_carousel_container {
		padding: 20px 60px 30px 60px;
	}
	
	.product_list_type {
		display: inline-block;
		padding: 0 40px 60px 0;
		width: calc(100% - 40px);
		box-sizing: border-box;
	}
	/*details*/
	.image_text_row,.text_image_row {
		display: block;
	}
	.image_text_row > div.details_image,.text_image_row > div.details_image {
		max-width: 100%;
		margin:0;
	}
	.details_subtitle {
		font-size: 18px;
		line-height: 26px;
	}
	.details_text {
		font-size: 16px;
		line-height: 26px;
	}
	.details_product_info {
		display:block;
	}
	.details_product_logo img {
		max-width:70%;
	}
	.details_product_right {
		text-align:left;
	}
	.details_product_related_row > div:first-child {
		display:block;
		margin: 10px 0 0 0;
	}
	
	/*blogs*/
	.pe_blogs_row,.details_blog_title {
		display: block;
	}
	.blogs_content,.details_blog_name {
		display: block;
		width: 100%;
	}
	.blogs_date,.details_blog_date {
		width: 100%;
		text-align: left;
		display: block;
	}
}
@media (max-width: 720px) {
	.form_row label {
		display:block;
	}
	.form_row input[type=text] {
		width: 100%;
	}
	.form_type_container {
		width: 100%;
	}
	.form_products {
		display: block;
		width: 100%;
		padding-left: 0;
	}
}
@media (max-width: 580px) {
	#pe_products_container {
		padding: 25px 40px;
	}
	/*.product_list_type {
		display: block;
		padding: 0 40px 60px 0;
		width: calc(100% - 40px);
		box-sizing: border-box;
	}*/
}
@media (max-width: 550px) {
	.events_container {
		max-width: 100%;
		margin-right: 0;
	}
	.index_events_title {
		padding: 20px 30px 40px 30px;
	}
	.index_events_title #year_container {
		right: 20px;
		top: 68px;
	}
}
@media (max-width: 480px) {
	.index_text_container {
		padding: 20px;
	}
	.index_title_text {
		font-size: 32px;
	}
	.index_text,.index_news_text,.index_news_more {
		font-size: 16px;
	}
	.index_title {
		padding: 0;
	}
	.year_event_carousel_container {
		padding: 20px 12% 50px 12%;
	}
	.event_next_btn,.event_prev_btn {
		background-size: contain;
	}
	.index_events_title {
		padding: 20px 20px 40px 20px;
	}
}
@media (max-width: 460px) {
	.index_electronics_btn {
		background-position: right 10px center;
		padding: 14px 34px 14px 14px;
		margin: 10px 2px 0 0;
		font-size: 16px;
		background-size: 24px auto;
	}
}
@media (max-width: 414px) {
	#pe_container,#pe_blogs_container {
		padding: 20px;
	}
	#pe_news_container {
		padding: 5px 20px 60px 20px;
	}
	#pe_products_container {
		padding: 20px;
	}
	.product_list_type {
		display: block;
		padding: 0 20px 50px 0;
		width: calc(100% - 20px);
		box-sizing: border-box;
	}
	.product_list_header {
		font-size: 20px;
	}
	.product_list_title a {
		font-size: 16px;
	}
}
@media (max-width: 400px) {
	.index_electronics_btn {
		background-position: right 6px center;
		padding: 12px 21px 12px 12px;
		margin: 10px 0 0 0;
		font-size: 16px;
		background-size: 18px auto;
	}
}
@media (max-width: 325px) {
	.index_electronics_btn {
		background-position: right 5px center;
		padding: 10px 20px 10px 8px;
		font-size: 14px;
		background-size: 18px auto;
	}
}
