/*--- KV ---*/
#index_kv { width: 100%; max-width: 1200px; height: 480px;}
#index_kv .table_block {
	height: 480px;
}

.swiper-container-fade .swiper-slide {
	background: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	border-radius: 0;
	width: 35px;
	height: 5px;
	height: 40px;
}

.swiper-pagination-bullet {
	background: url(../../images/auo_index_pager_icon.jpg) center no-repeat;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: url(../../images/auo_index_pager_icon_hover.jpg) center no-repeat;

}

.index_kv_bg {
	width: 100%;
	height: 480px;
	background-position: center;
	background-repeat: no-repeat;
}

.hidden_kv_1200 {
	display: none;
}

@media (max-width:1199px) {
	.index_kv_bg {
		height: auto;
	}

	.hidden_kv_1200 {
		display: block;
	}
}

@media (max-width:767px) {

	/*手機版分頁器最多5*/
	.swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 10px;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		/*width: 250px;*/
		width: 315px;
		height: 24px;
		left: 50%;
		/*margin-left: -125px;*/
		margin-left: -158px;
		overflow: hidden;
	}
}

/*--- Product ---*/
.product_intro_title {
	text-align: center;
	color: #004e61;
	padding: 50px 0 10px 0;
}

.product_item_block {
	max-width: 1690px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 60px;
}

#product_item_list .swiper-wrapper {
	margin: 0 auto;
}

#product_item_list .product_item {
	display: block;
	/*width: 240px;*/
	height: 250px;
	background: #eceff1;
	text-align: center;
	margin: 0 auto;
}

/*圖片切換*/
#product_item_list .product_item .item_img_normal,
#product_item_list .product_item .item_img_hover {
	min-width: 105px;
	max-height: 105px;
}

#product_item_list .product_item .item_img_normal {
	display: inline;
}

#product_item_list .product_item .item_img_hover {
	display: none;
}

#product_item_list .product_item:hover .item_img_normal {
	display: none;
}

#product_item_list .product_item:hover .item_img_hover {
	display: inline;
}

/*#product_item_list .swiper-slide:hover .product_item{*/
#product_item_list .swiper-slide .product_item:hover {
	background: #008bad;
}

.product_item_img {
	width: 105px;
	height: 150px;
	padding-top: 45px;
	margin: 0 auto;
}

a.product_item {
	color: #008bad;
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

a.product_item h4 {
	height: 3em;
	color: #008bad;
	overflow: hidden;
}

a.product_item:hover,
a.product_item:hover h4 {
	color: #fff;
}

/* .swiper-button-next,
.swiper-button-prev{
	background-image: url(../../images/auo_kv_item.png);
	background-repeat: no-repeat;
	background-size: auto;
	width: 50px;
	height: 89px;
	margin-top: -44.5px;
} */
.pro_btn_area {
	position: relative;
	width: 100%;
	bottom: 179px;
}

/* .swiper-button-next{
	background-position: 0 0;
	right: 0;
}
.swiper-button-next:hover{
	background-position: -50px 0;
}
.swiper-button-prev{
	background-position: -100px 0;
	left: 0;
}
.swiper-button-prev:hover{
	background-position: -150px 0;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled{
	display: none;
} */

@media (max-width:1199px) {
	.product_item_block {
		width: 100%;
	}

	.product_item_block {
		padding: 0 20px;
	}

	.swiper-button-prev {
		left: 0;
	}

	.swiper-button-next {
		right: 0;
	}
}

@media (max-width:1023px) {
	.product_item_block {
		padding: 0 15px;
	}
}

@media (max-width:767px) {
	#product_item_list .product_item {
		width: 240px;
	}
}

/*--- Promotion ---*/
.promotion_block {
	margin: 0 auto 60px auto;
}

.promotion_item {
	position: relative;
	float: left;
	/*width: 360px;*/
	width: 30%;
	height: 270px;
	margin-right: 5%;
	text-decoration: none;
	overflow: hidden;
}

a.promotion_item {
	text-align: center;
	text-decoration: none;
	color: #fff;
}

.promotion_item:last-child {
	margin-right: 0;
}

.promotion_cover_bg {
	position: absolute;
	left: 0;
	bottom: -270px;
	background-color: rgba(1, 74, 111, 0.8);
	width: 100%;
	height: 350px;
	-webkit-transition: bottom 0.3s ease-in;
	-moz-transition: bottom 0.3s ease-in;
	-o-transition: bottom 0.3s ease-in;
	transition: bottom 0.3s ease-in;
}

a.promotion_item:hover .promotion_cover_bg {
	bottom: 0;
}

.promotion_cover_icon {
	left: 0;
	bottom: 110px;
}

/*橘色十字icon*/
.cross_cover_icon {
	width: 100%;
	height: 70px;
	background: url(../../images/auo_index_cover_icon.png) no-repeat center;
	position: absolute;
}

/*多斷點調整十字icon位置*/
@media (max-width:1100px) {
	.promotion_cover_icon {
		bottom: 95px;
	}
}

@media (max-width:1000px) {
	.promotion_cover_icon {
		bottom: 80px;
	}
}

@media (max-width:900px) {
	.promotion_cover_icon {
		bottom: 70px;
	}
}

@media (max-width:800px) {
	.promotion_cover_icon {
		bottom: 60px;
	}
}

.promotion_title_block_up,
.promotion_title_block_down {
	line-height: 36px;
	height: 36px;
	overflow: hidden;
}

.promotion_title_block_up {
	display: block;
	height: 58px;
	padding-top: 22px;
}

.promotion_title_block_down {
	position: absolute;
	width: 100%;
	bottom: 22px;
}

@media (max-width:1200px) {

	.promotion_title_block_up,
	.promotion_title_block_down {
		display: table;
		height: 80px;
		padding-top: 0px;
		padding-left: 4px;
		padding-right: 4px;
		width: 100%;
	}

	.promotion_title {
		font-size: 20px;
		line-height: 1.3em;
		text-align: center;
		display: table-cell;
		vertical-align: middle;
	}

	.promotion_title_block_down {
		bottom: 0px;
	}

	.promotion_cover_icon {
		bottom: 80px;
	}
}

@media (max-width:767px) {
	.promotion_block {
		margin-bottom: 0;
	}

	.promotion_item {
		width: 100%;
		height: 50px;
		/*background: #000;*/
		margin-bottom: 1px;
	}

	.promotion_item .table_block {
		display: none;
	}

	.promotion_item h3 {
		font-size: 18px;
		line-height: 36px;
	}

	.promotion_cover_bg {
		position: relative;
		min-height: 50px;
		background-color: #014a6f;
		bottom: auto;
		top: 0;
	}

	.promotion_cover_bg:hover {
		background-color: #ff6d00;
	}

	.promotion_title_block_up {
		padding-top: 7px;
		height: 42px;
	}
}

/*--- Quick link ---*/
.link_block_bg {
	background: url(../../images/1920_index_4-colums_bg.jpg) center;
	padding: 50px 0;
}

.link_block_bg .link_item {
	background: rgba(0, 184, 212, 0.7);
	height: 330px;
	padding: 10px 30px;
	border: 0;
}

.link_img_block {
	width: 100%;
	height: 105px;
}

.link_block_bg {
	color: #fff;
}

.link_block_bg a {
	color: #fff;
	text-decoration: none;
}

.link_block_bg .link_item_title {
	height: 30px;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: center;
}

.link_date {
	color: #fff;
	margin-bottom: 10px;
}

.link_item_news_text {
	display: block;
	height: 120px;
	overflow: hidden;
}

.link_block_bg a.link_item_text:hover,
.link_block_bg a.link_item_news_text:hover {
	text-decoration: underline;
}

.link_item_ul {
	display: block;
	height: 144px;
	overflow: hidden;
}

.link_item_ul li {
	position: relative;
	padding-left: 20px;
	display: block;
	max-height: 48px;
	overflow: hidden;
}

.link_item_ul li:before {
	font-family: FontAwesome;
	content: '\f101';
	position: absolute;
	left: 0;
}

@media (max-width:767px) {
	.link_block_bg {
		background: #fff;
	}

	.link_item_news_text,
	.link_block_bg .link_item,
	.link_item_ul {
		height: auto;
	}
}

/* 20210827_Ivan AUO 小改版 start */

#search_open_btn,
#search_open_btn_scroll {
	display: none;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	width: auto;
	bottom: 64px;
	left: auto;
	right: 12.5%;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 40px;
	height: 5px;
	margin: 0 15px;
}

.swiper-pagination-bullet {
	background-image: none;
	background-color: #CFD8DC;
}

.swiper-pagination-bullet-active {
	background-image: none;
	background-color: #5ac0e6;
}

/* .swiper-slide {
	overflow: hidden;
} */

.index-kv-bg {
	position: relative;
	width: 100%;
	height: 100%;
	/* height: calc(100vh - 128px); */
	/* background-size: 1920px auto; */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: scale(1.2);
	transition: transform 2s ease-out;

}

@media (min-width: 1921px) {
	.index-kv-bg {
		background-size: cover;
	}
}

.swiper-slide-active .zoom-out {
	transform: scale(1);
}

.kv-info {
	position: absolute;
	top: 25%;
	left: 49%;
	max-width: 700px;
	margin-right: 60px;
}

.kv-title {
	font-size: 54px;
	line-height: 80px;
	font-weight: bold;
	color: #01579B;
}

.kv-description {
	margin-top: 20px;
	font-size: 22px;
	line-height: 30px;
	color: #01579B;
}

.kv-btn {
	margin-top: 60px;
}

.index-btn {
	text-decoration: none;
	display: inline-block;
	position: relative;
	padding: 15px 70px 15px 30px;
	width: auto;
	min-width: 220px;
	height: 60px;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	color: #01579B;
	border: 2px solid #01579B;
	transition: all 0.4s;
}

.index-btn,
.index-btn:link,
.index-btn:visited,
.index-btn:hover,
.index-btn:active,
.index-btn:focus {
	color: #01579B;
}

.index-btn-arrow {
	position: absolute;
	top: 16px;
	right: 30px;
	width: 30px;
	height: 30px;
	background-image: url(../../images/index/auo-index-btn-arrow-blue.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.4s;
}

.index-btn:hover,
.index-btn:focus {
	/* border: 2px solid #01579B; */
	text-decoration: none;
	color: #01579B;
}

.index-btn:hover .index-btn-arrow {
	transform: translate(10px, 0);
}

/* --- kv-progress-bar --- */

#index_kv .swiper-slide {
	position: relative;
	/* 20210909_Jared首頁debug */
	/* 20210917_Ivan 取消預設滑鼠手勢 */
}

#index_kv .swiper-slide .kv-progress-bar {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 10px;
	left: 0;
	bottom: 0px;
	background: #5ac0e6;
	z-index: 10;
}

#index_kv .swiper-slide .kv-progress-bar-bg {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 10px;
	left: 0;
	bottom: 0px;
	background: #ECEFF1;
	z-index: 9;
}

#index_kv .swiper-slide.swiper-slide-active .kv-progress-bar {
	width: 100%;
	-webkit-transition-property: width;
	/* Safari */
	-webkit-transition-duration: 8s;
	/* Safari */
	-webkit-transition-timing-function: linear;
	transition-property: width;
	transition-duration: 8s;
	transition-timing-function: linear;
}

/* --- kv-progress-bar --- */

@media (max-width: 1199px) {
	.swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 26px;
		right: 20px;
		margin: 0;
	}
	
	#index_kv .swiper-slide .kv-progress-bar,
	#index_kv .swiper-slide .kv-progress-bar-bg {
		/* 20210909_Jared首頁debug */
		height: 8px;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		width: 20px;
		height: 5px;
		margin: 0 5px;
	}

	.index-kv-bg-mask-m {
		position: relative;
		overflow: hidden;
	}
	#index_kv { height: 480px;}
	.index-kv-bg {
		/* height: calc(100vh - 68px); */
		height: 480px;
		background-size: cover;
		background-position: center;
	}

	.has-kv-info .index-kv-bg {
		/* 20210909_Jared首頁debug */

		height: calc(100vh - 68px - 320px);
		background-size: 1605px auto;
	}

	.kv-info {
		position: relative;
		top: auto;
		left: auto;
		max-width: none;
		width: 100%;
		/* 20210909_Jared首頁debug */

		height: 320px;
		margin-right: 0;
		padding: 30px 20px 20px 20px;
	}

	.kv-title {
		font-size: 26px;
		line-height: 40px;
		font-weight: bold;
		color: #01579B;
		max-height: 80px;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		white-space: normal;
		display: -webkit-box;
		overflow: hidden;
	}

	.kv-description {
		/* 20210909_Jared首頁debug */
		margin-top: 20px;
		font-size: 16px;
		line-height: 24px;
		color: #01579B;
		max-height: 48px;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		white-space: normal;
		display: -webkit-box;
		overflow: hidden;
	}

	.index-btn {
		padding: 0;
		width: auto;
		min-width: 114px;
		height: 24px;
		font-size: 16px;
		line-height: 24px;
		font-weight: bold;
		color: #01579B;
		border: 2px solid #01579B;
		transition: all 0.4s;
	}

	/* 20210909_Jared首頁debug */
	.index-btn-arrow {
		position: absolute;
		top: 1px;
		right: 0px;
		transition: all 0.4s;
		width: 24px;
		height: 24px;
	}

	.kv-btn {
		/* 20210909_Jared首頁debug */
		margin-top: 20px;
		border: none;
	}
}

/* 20210909_Jared首頁debug */
@media (max-width: 767px) {
	.swiper-container-horizontal>.swiper-pagination-bullets {
		right: 15px;
	}
	#index_kv { height: 300px;}
	.index-kv-bg {
		/* height: calc(100vh - 68px); */
		height: 300px;
		background-size: cover;
		background-position: center;
	}
	#index_kv .swiper-slide .kv-progress-bar,
	#index_kv .swiper-slide .kv-progress-bar-bg {
		height: 6px;
	}

	.has-kv-info .index-kv-bg {

		height: calc(100vh - 68px - 272px);
	}

	.kv-info {
		height: 272px;
		padding: 20px;
	}

	.kv-description {
		margin-top: 15px;
	}

	.kv-btn {
		margin-top: 15px;
	}
}

/* Technical Expertise start */

.image-text-content-block {
	width: 100%;
	background-image: linear-gradient(#fff 140px, #0994dc 1px);
	overflow: hidden;
}

.content-wrapper {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	max-width: 1920px;
	width: 100%;
	color: #fff;
}

.content-image-wrapper {
	flex-shrink: 0;
	width: 960px;
	height: 730px;
	margin-left: -110px;
	overflow: hidden;
}

.content-image-wrapper img {
	width: 100%;
	transition: all 0.6s ease-in-out;
}

.technical-image {
	/* display: none; */
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}


.technical-image {
	/* display: block; */
	opacity: 0;
}

.has-show-image {
	opacity: 1;
}

.enter-link {
	display: block;
	position: relative;
	transition: all 1s;
	width: 100%;
	height: 100%;
}

.enter-link-name {
	bottom: 30px;
	right: 50px;
	position: absolute;
	font-size: 54px;
	line-height: 80px;
	font-weight: bold;
	color: #fff;
	z-index: 1000;
}

.content-text-wrapper {
	position: relative;
	flex-shrink: 0;
	margin-bottom: 90px;
	margin-left: 120px;
	width: 730px;
}

#technical-swiper {
	margin: 0;
	width: 470px;
	height: 390px;
}

.swiper-button-next,
.swiper-button-prev {
	width: 65px;
	height: 65px;
	margin-top: 0;
	transition: all 0.4s;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	display: block;
}

.swiper-button-prev::before,
.swiper-button-next::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all 0.4s;
}

.swiper-button-prev {
	background-image: url(../../images/index/auo-technical-arrow-prev-normal.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
}

.swiper-button-prev::before {
	background-image: url(../../images/index/auo-technical-arrow-prev-hover.svg);
}

.swiper-button-prev:hover {
	background-image: none;
}

.swiper-button-prev:hover::before {
	opacity: 1;
}

.swiper-button-prev.swiper-button-disabled {
	background-image: url(../../images/index/auo-technical-arrow-prev-disable.svg);
}

.swiper-button-next {
	background-image: url(../../images/index/auo-technical-arrow-next-normal.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: auto;
	bottom: 0;
	left: 0;
}

.swiper-button-next::before {
	background-image: url(../../images/index/auo-technical-arrow-next-hover.svg);
}

.swiper-button-next:hover {
	background-image: none;
}

.swiper-button-next:hover::before {
	opacity: 1;
}

.swiper-button-next.swiper-button-disabled {
	background-image: url(../../images/index/auo-technical-arrow-next-disable.svg);
}

ul,
li {
	list-style-type: none;
	padding: 0;
}

.hover-area {
	margin: 0;
	margin-left: 110px;
}

.hover-area li:nth-child(n+2) {
	margin-top: 25px;
}

.disable-hover {
	pointer-events: none;
}

.hover-area li a {
	position: relative;
	text-decoration: none;
	font-size: 30px;
	line-height: 45px;
	color: #fff;
	transition: all 0.4s;
}

.hover-area li a::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background-image: url(../../images/index/auo-technical-hover-arrow.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all 0.4s;
}

/* .hover-area li a:hover {
	padding-left: 50px;
}

.hover-area li a:hover::before {
	opacity: 1;
} */
/* .technacal-hover表示hover狀態 */
.hover-area li a.technacal-hover {
	padding-left: 50px;
}

.hover-area li a.technacal-hover::before {
	opacity: 1;
}

.technical-expertise-title-block {
	margin: 40px 0 40px;
	text-align: center;
	font-size: 120px;
	line-height: 160px;
	font-weight: bold;
	color: #5ac0e6;
}

@media screen and (min-width: 1921px) {
	.technical-expertise-title-block {
		font-size: 200px;
		line-height: 230px;
	}
}

@media screen and (max-width: 1199px) {
	.image-text-content-block {
		background-image: linear-gradient(#fff 175px, #0994dc 1px);
	}

	.enter-link-name {
		bottom: 20px;
		right: 20px;
		font-size: 22px;
		line-height: 30px;
	}

	#technical-swiper {
		display: none;
	}

	.content-wrapper {
		align-items: flex-start;
	}

	.enter-link {
		padding-top: 76.21%;
	}

	.content-image-wrapper {
		flex-shrink: 1;
		margin: 0;
		width: 50%;
		height: auto;
	}

	.content-text-wrapper {
		flex-shrink: 1;
		margin: 0;
		width: 50%;
	}

	.technical-expertise-title-block {
		margin: 30px 0 30px;
		font-size: 76px;
		line-height: 90px;
		/* 20210909_Jared首頁debug */
		padding: 0 20px;
	}

	.indicator-block {
		width: 100%;
		height: 280px;
		display: flex;
		justify-content: center;
		align-items: flex-end;
		padding-left: 15px;
	}

	.indicator-wrapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		height: 45px;
		padding: 0 20px;
	}

	.indicator-number {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 20px;
		line-height: 30px;
		letter-spacing: 3px;
		color: #fff;
		opacity: 0.7;
	}

	.indicator-prev::before,
	.indicator-next::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		opacity: 0;
		transition: all 0.4s;
	}

	.indicator-prev {
		width: 45px;
		height: 45px;
		background-image: url(../../images/index/auo-technical-arrow-prev-normal-m.svg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		/* transform: rotate(-90deg); */
		cursor: pointer;
		transition: all 0.4s;
		position: relative;
	}

	.indicator-prev::before {
		background-image: url(../../images/index/auo-technical-arrow-prev-hover-m.svg);
	}

	.indicator-prev:hover {
		background-image: none;
	}

	.indicator-prev:hover::before {
		opacity: 1;
	}

	.indicator-prev.btn-disabled:hover::before {
		opacity: 0;
	}

	.indicator-prev.btn-disabled {
		background-image: url(../../images/index/auo-technical-arrow-prev-disable-m.svg);
		pointer-events: none;
	}

	.indicator-next {
		width: 45px;
		height: 45px;
		background-image: url(../../images/index/auo-technical-arrow-next-normal-m.svg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		/* transform: rotate(-90deg); */
		cursor: pointer;
		transition: all 0.4s;
		position: relative;
	}

	.indicator-next::before {
		background-image: url(../../images/index/auo-technical-arrow-next-hover-m.svg);
	}

	.indicator-next:hover {
		background-image: none;
	}

	.indicator-next:hover::before {
		opacity: 1;
	}

	.indicator-next.btn-disabled:hover::before {
		opacity: 0;
	}

	.indicator-next.btn-disabled {
		background-image: url(../../images/index/auo-technical-arrow-next-disable-m.svg);
		pointer-events: none;

	}
}

@media screen and (max-width: 767px) {
	.image-text-content-block {
		background-image: linear-gradient(#fff 120px, #0994dc 1px);
	}

	.content-wrapper {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		max-width: none;
		width: 100%;
		color: #fff;
	}

	.content-image-wrapper {
		margin-left: 0;
		width: 95%;
	}

	.enter-link-name {
		width: 90%;
		text-align: center;
		bottom: 20px;
		right: auto;
		left: 50%;
		transform: translate(-50%, 0);
	}

	.enter-link {
		padding-top: 68.5%;
	}

	.content-text-wrapper {
		position: static;
		left: auto;
		margin-left: 0;
		width: 100%;
	}

	.technical-expertise-title-block {
		/* 20210909_Jared首頁debug */
		margin: 27px 0 40px;
		font-size: 66px;
		line-height: 76px;
	}

	/* 20210909_Jared首頁debug */
	.indicator-block {
		padding-left: 0;
		height: 63px;
	}

	.indicator-wrapper {
		padding: 0 10px;
	}

	.technical-expertise-title-block {

		/* 20210909_Jared首頁debug */
		padding: 0 10px;
	}
}

/* Technical Expertise end */

/* AUO’s Advantages at a Glance start */

.advantages .container {
	/* margin-top: 160px; */
	margin-bottom: 160px;
	padding: 0 40px;
	max-width: 1200px;
	width: 100%;
	text-align: center;
}

.advantages-title {
	font-size: 54px;
	line-height: 80px;
	color: #0994dc;
}

.advantages-description {
	margin-top: 20px;
	font-size: 22px;
	line-height: 30px;
	color: #455A64;
}

.numbers-area {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0;
	margin-top: 60px;
}

.numbers-area li {
	width: 300px;
}

.numbers-area li:nth-child(2) {
	width: 368px;
}

.numbers-area li .number {
	font-size: 120px;
	line-height: 138px;
	font-weight: 600;
	background: linear-gradient(90deg, #5ac0e6 35%, #0994dc 70%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

.number-wrapper {
	background: linear-gradient(90deg, #5ac0e6 35%, #0994dc 70%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	/* -webkit-text-fill-color: transparent; */
}

.number {
	font-family: helvetica, Arial;
	font-size: 178px;
	line-height: 220px;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

	/* IE10+ CSS styles go here */
	.number-wrapper {
		background: #fff;
		color: #1565C0;
	}

	.numbers-area li .number {
		font-size: 120px;
		line-height: 138px;
		font-weight: 600;
		background: none;
		background-clip: text;
		-webkit-background-clip: text;
		color: #1565C0;
	}
}

.numbers-area li .text {
	margin-top: 15px;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	color: #0994dc;
}

@media screen and (max-width: 1199px) {
	.advantages .container {
		margin-top: 100px;
		margin-bottom: 100px;
		/* 20210909_Jared首頁debug */
		padding: 0 20px;
	}

	.advantages-title {
		font-size: 32px;
		line-height: 45px;
	}

	.advantages-description {
		margin-top: 40px;
		font-size: 16px;
		line-height: 24px;
	}

	.numbers-area {
		margin: 0 auto;
		margin-top: 60px;
		max-width: 728px;
	}

	.numbers-area li {
		width: 190px;
	}

	.numbers-area li:nth-child(2) {
		width: 266px;
	}

	.numbers-area li .number {
		font-size: 80px;
		line-height: 92px;
	}

	.numbers-area li .text {
		margin-top: 8px;
		font-size: 18px;
		line-height: 26px;
	}
}

@media screen and (max-width: 767px) {
	.advantages-description {
		margin-top: 35px;
	}

	.advantages .container {
		padding: 0 10px;
	}

	.numbers-area {
		display: block;
		margin-top: 40px;
		max-width: none;
	}

	.advantages .numbers-area li {
		width: 100%;
	}

	.numbers-area li:nth-child(n+2) {
		margin-top: 40px;
	}
}

/* AUO’s Advantages at a Glance end */

/* AUO Insights start */

.auo-insights .container {
	margin: 0 auto;
	margin-bottom: 160px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	max-width: 1920px;
	width: 100%;
	overflow: hidden;
}

.insights-image-wrapper {
	flex-shrink: 0;
	width: 880px;
	/* margin-left: 220px; */
	margin-left: calc(30% - 330px);
	margin-right: -210px;
	transition: all 1s;
}

.insights-text-wrapper {
	width: 550px;
	margin-left: 20px;
}

.insights-title {
	margin-bottom: 35px;
	font-size: 54px;
	line-height: 80px;
	color: #0994dc;
}

.insights-link-wrapper li:first-child {
	border-top: 1px solid #CFD8DC;
}

.insights-link-wrapper li {
	margin: 0;
	border-bottom: 1px solid #CFD8DC;
}

.insights-link-wrapper li a {
	text-decoration: none;
	position: relative;
	display: block;
	padding: 25px 0;
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	color: #455A64;
	transition: all 0.4s;
}

.insights-link-wrapper li a::before {
	display: block;
	content: '';
	position: absolute;
	top: 25px;
	left: 0;
	width: 40px;
	height: 30px;
	background-image: url(../../images/index/auo-insights-hover-arrow.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all 0.4s;
}

/* .insights-link-wrapper li a:hover {
	color: #0277BD;
	padding-left: 60px;
}

.insights-link-wrapper li a:hover::before {
	opacity: 1;
} */

.gradient-underline {
	width: 0;
	height: 3px;
	background: linear-gradient(90deg, #07C099 35%, #1565C0 70%);
	transition: all 0.4s;
}

/* .insights-link-wrapper li:hover .gradient-underline {
	width: 100%;
} */
/* .hover-insights hover後 */
.insights-link-wrapper li.hover-insights a {
	color: #0277BD;
	padding-left: 60px;
}

.insights-link-wrapper li.hover-insights a::before {
	opacity: 1;
}

.insights-link-wrapper li.hover-insights .gradient-underline {
	width: 100%;
}

@media screen and (max-width: 1199px) {
	.auo-insights .container {
		margin-bottom: 100px;
	}

	.insights-text-wrapper {
		/* 20210909_Jared首頁debug */
		margin-left: 0;
		flex-shrink: 0;
		width: 340px;
	}

	.insights-title {
		/* 20210909_Jared首頁debug */
		margin-left: calc((100% - 400px - 493px) / 2);
		margin-right: calc((100% - 400px - 493px) / 2);
		margin-bottom: 40px;

		font-size: 32px;
		line-height: 45px;
	}

	.insights-link-wrapper li a {
		padding: 15px 0;
		font-size: 18px;
		line-height: 26px;
	}

	.insights-link-wrapper li a::before {
		top: 16px;
		left: 0;
		width: 26px;
		height: 26px;
		background-image: url(../../images/index/auo-insights-hover-arrow-m.svg);
	}

	/* .insights-link-wrapper li a:hover {
		padding-left: 36px;
	} */

	.insights-image-wrapper {
		margin-left: 60px;
		margin-right: 0;
		width: auto;
	}

	.insights-image-wrapper img {
		height: 370px;
	}
}

@media screen and (max-width: 952px) {
	.auo-insights .container {
		justify-content: flex-start;
	}

	.insights-title {
		/* 20210909_Jared首頁debug */
		margin-left: 0;
		margin-right: 0;
		padding-left: 20px;
		padding-right: 20px;
	}

	.insights-text-wrapper {
		margin-left: 0;
	}
}

@media screen and (max-width: 767px) {
	.insights-image-wrapper {
		display: none;
	}

	.insights-text-wrapper {
		width: 100%;
	}

	.insights-title {
		text-align: center;
	}

	.insights-link-wrapper li a {
		padding-left: 36px;
	}

	.insights-link-wrapper li a::before {
		background-image: url(../../images/index/auo-insights-arrow-m.svg);
		opacity: 1;
	}

	/* .insights-link-wrapper li a:hover::before {
		background-image: url(../../images/index/auo-insights-hover-arrow-m.svg);
	} */
	.insights-link-wrapper li.hover-insights a::before {
		background-image: url(../../images/index/auo-insights-hover-arrow-m.svg);
	}
}

/* AUO Insights end */

.imageFadeIn {
	animation: imageFadeIn 1s ease 0s 1 normal;
}

@keyframes imageFadeIn {
	from {
		opacity: 0.7;
	}

	to {
		opacity: 1;
	}
}

/* Connections with AUO Group start */
/* 20210909_Jared首頁debug */
.connections .container {
	margin-bottom: 140px;
	padding: 0 20px;
	max-width: 1600px;
	width: 100%;
}

#connections-swiper {
	font-size: 0;
	line-height: 0;
}

.connections-title {
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: center;
	font-size: 54px;
	line-height: 80px;
	color: #0994dc;
}

/* 20210909_Jared首頁debug */

.swiper-container-horizontal>.swiper-pagination-bullets.connections-pagination {
	bottom: auto;
	left: auto;
	right: auto;
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	margin: 0 auto;
	margin-top: 60px;
	width: auto;
	font-size: 0;
	line-height: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets.connections-pagination .swiper-pagination-bullet {
	width: 30px;
	height: 5px;
	margin: 0 10px;
}

#connections-swiper .swiper-slide {
	padding: 10px;
}

#connections-swiper .swiper-slide a {
	display: block;
}


#connections-swiper .swiper-slide a {
	display: block;
	padding: 30px 20px;
	transition: all 0.4s;
}

#connections-swiper .swiper-slide a:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	border-radius: 8px;
}

#connections-swiper .swiper-slide a.nolink:hover {
	box-shadow: none;
	border-radius: 0;
}

#connections-swiper .swiper-slide img {
	/* padding: 0 10px; */
	width: 100%;

}




@media screen and (max-width: 1199px) {

	/* 20210909_Jared首頁debug */
	.connections .container {
		margin-bottom: 120px;
		padding: 0 10px;
	}

	#connections-swiper .swiper-slide a {
		padding: 40px 20px;
	}

	.connections-title {
		/* 20210909_Jared首頁debug */
		margin-bottom: 10px;
		font-size: 32px;
		line-height: 45px;
	}

	/* 20210909_Jared首頁debug */

	.swiper-container-horizontal>.swiper-pagination-bullets.connections-pagination {
		margin-top: 30px;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets.connections-pagination .swiper-pagination-bullet {
		width: 20px;
		height: 4px;
		margin: 0 5px;
	}
}

/* 20210909_Jared首頁debug */
@media screen and (max-width: 767px) {


	.connections .container {
		padding: 0px;
	}

	.connections-title {
		margin-bottom: 20px;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets.connections-pagination {
		margin-top: 30px;

		height: auto;
	}

	#connections-swiper .swiper-slide a {
		padding: 0;
	}
}

/* Connections with AUO Group end */

/* contact start */

.contact {
	padding: 120px 0;
	background: linear-gradient(to right, #5ac0e6, #0994dc, #5ac0e6);
	background-size: 200%;
	animation: move-gradient 20s infinite;
}

@keyframes move-gradient {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: -200% 0;
	}
}

.contact .container {
	max-width: 980px;
	width: 100%;
	padding: 0 20px;
	text-align: center;
}

.contact-title {
	font-size: 40px;
	line-height: 60px;
	color: #fff;
}

.contact-description {
	margin-top: 20px;
	font-size: 30px;
	line-height: 45px;
	font-weight: bold;
	color: #fff;
}

.contact-btn {
	margin-top: 40px;
	color: #fff;
	border-color: #fff;
}

.contact-btn.index-btn,
.contact-btn.index-btn:link,
.contact-btn.index-btn:visited,
.contact-btn.index-btn:hover,
.contact-btn.index-btn:active,
.contact-btn.index-btn:focus {
	color: #fff;
}

.contact-btn .index-btn-arrow {
	background-image: url(../../images/index/auo-index-btn-arrow-white.svg);
}

.index-btn.contact-btn:hover,
.index-btn.contact-btn:focus {
	color: #fff;
}

@media screen and (max-width: 1199px) {
	.contact {
		padding: 80px 0;
	}

	.contact-title {
		font-size: 32px;
		line-height: 40px;
	}

	.contact-description {
		margin-top: 30px;
		font-size: 22px;
		line-height: 30px;
	}

	.index-btn.contact-btn {
		margin-top: 30px;
		padding: 12px 23px 12px 25px;
		width: auto;
		min-width: 160px;
		height: 50px;
		text-align: left;
		font-size: 16px;
		line-height: 24px;
		font-weight: bold;
		color: #fff;
		border: 2px solid #fff;
		transition: all 0.4s;
	}

	.contact-btn .index-btn-arrow {
		position: absolute;
		top: 12px;
		right: 10px;
		transition: all 0.4s;
	}
}

@media screen and (max-width: 767px) {
	.contact .container {
		padding: 0 10px;
	}
}

/* contact end */
/* 20210827_Jared AUO 小改版 start-------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------
---------------------------------------------------------------- */
.index-solutions-container {
	max-width: 1920px;
	margin: 0 auto;
	padding: 120px 0 110px 0;
	overflow-x: hidden;
}

.index-solutions-container .container {
	padding: 0 40px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.index-solutions-container .introduce {
	text-align: center;
}

.index-solutions-container .introduce .title {
	max-width: 1000px;
	margin: 0 auto;
	color: #0994dc;
	font-size: 54px;
	line-height: 80px;
	width: 100%;
	margin-bottom: 20px;
}

.index-solutions-container .introduce .content {
	color: #455A64;
	font-size: 22px;
	line-height: 30px;
}

.index-solutions-container .pattern-word {
	font-size: 200px;
	line-height: 230px;
	color: rgb(90 192 230 / 0.15);
	font-weight: bold;
}

.index-solutions-container .top-word {
	margin-top: 20px;
}

.index-solutions-container .bottom-word-content {
	position: relative;
	height: 180px;
	z-index: 1;
}

.index-solutions-container .bottom-word {
	position: absolute;
	top: -50px;
	right: 0;
}

.index-solutions-container .flex-block {
	display: flex;
	flex-wrap: wrap;
}

.index-solutions-container .inner-container {
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
	height: 900px;
	z-index: 2;
}

.index-solutions-container .inner-container .flex-block {
	position: absolute;
	top: -60px;
	left: 0;
	width: 100%;
	height: 100%;
}

.index-solutions-container .inner-container .flex-item {
	overflow: hidden;
	width: 50%;
	position: relative;
	cursor: pointer;
	padding-top: 450px;
}

.index-solutions-container .inner-container .flex-item:nth-child(odd) {
	margin-top: 90px;
}

.index-solutions-container .inner-container .flex-item:nth-child(even) {
	margin-bottom: 90px;
}

.index-solutions-container .inner-container .flex-item:nth-child(3),
.index-solutions-container .inner-container .flex-item:nth-child(4) {
	top: -90px;
}

.index-solutions-container .inner-container .flex-item:nth-child(5),
.index-solutions-container .inner-container .flex-item:nth-child(6) {
	top: -180px;
}

.index-solutions-container .inner-container .flex-item a {
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.index-solutions-container .inner-container .flex-item a:hover .baclground-img {
	transform: scale(1.1) translateZ(0);
}

.index-solutions-container .inner-container .flex-item a:hover .baclground-img::before {
	opacity: 0;
}

.index-solutions-container .inner-container .flex-item a:hover .baclground-img::after {
	opacity: 1;
}

.index-solutions-container .inner-container .flex-item a:hover .arrow {
	opacity: 1;
}

.index-solutions-container .inner-container .flex-item h3 {
	font-size: 30px;
	line-height: 45px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	z-index: 10;
	max-height: 90px;
	overflow: hidden;
	bottom: 25px;
	width: 100%;
	max-width: 520px;
	left: 40px;
	pointer-events: none;
}

.index-solutions-container .inner-container .flex-item .arrow {
	background-image: url("../../images/index/auo-index-white-arrow.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	padding-top: 0;
	width: 59px;
	height: 22px;
	position: absolute;
	z-index: 10;
	right: 40px;
	bottom: 37.5px;
	transition: opacity 0.4s;
	opacity: 0;
}

.index-solutions-container .inner-container .flex-item:nth-child(1) .baclground-img {
	background-image: url("../../images/fangan-1.jpg");
}

.index-solutions-container .inner-container .flex-item:nth-child(2) .baclground-img {
	background-image: url("../../images/fangan-2.jpg");
}

.index-solutions-container .inner-container .flex-item:nth-child(3) .baclground-img {
	background-image: url("../../images/fangan-3.jpg");
}

.index-solutions-container .inner-container .flex-item:nth-child(4) .baclground-img {
	background-image: url("../../images/fangan-4.jpg");
}

.index-solutions-container .inner-container .flex-item:nth-child(5) .baclground-img {
	background-image: url("../../images/index/auo-index-solutions5.jpg");
}

.index-solutions-container .inner-container .flex-item:nth-child(6) .baclground-img {
	background-image: url("../../images/index/auo-index-solutions6.jpg");
}

.index-solutions-container .inner-container .flex-item .baclground-img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 0;
	width: 100%;
	transition: transform 0.3s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.index-solutions-container .inner-container .flex-item .baclground-img::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 240px;
	bottom: 0;
	left: 0;
	background: transparent linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat;
	transition: opacity 0.4s;
}

.index-solutions-container .inner-container .flex-item .baclground-img::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	/* background-image: url("../../images/index/auo-index-bg.svg"); */
	background: linear-gradient(90deg, rgb(90 192 230 / 0.7) 35%, rgb(9 148 220 / 0.7) 70%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	padding-top: 0;
	transition: opacity 0.4s;
	opacity: 0;
}

@media (max-width: 1519px) {
	.index-solutions-container .inner-container {
		width: 100%;
	}

	.index-solutions-container .inner-container .flex-block {
		width: calc(100% - 80px);
		left: 40px;
	}
}

@media (max-width: 1199px) {
	.index-solutions-container {
		margin: 0 auto;
		padding: 60px 0 60px 0;
	}

	.index-solutions-container .container {
		padding: 0 20px;
	}

	.index-solutions-container .introduce .title {
		max-width: none;
		font-size: 32px;
		line-height: 45px;
		margin-bottom: 40px;
	}

	.index-solutions-container .introduce .content {
		font-size: 16px;
		line-height: 24px;
	}

	.index-solutions-container .pattern-word {
		font-size: 100px;
		line-height: 115px;
		max-width: calc(100% - 40px);
		margin: 0 auto;
	}

	.index-solutions-container .top-word {
		margin-top: 40px;
	}

	.index-solutions-container .bottom-word-content {
		height: 95px;
	}

	.index-solutions-container .bottom-word {
		top: -20px;
		right: 20px;
	}

	.index-solutions-container .inner-container {
		margin: 0 auto;
		position: relative;
		height: auto;
		padding-top: 86.4%;
		max-width: calc(100% - 40px);
	}

	.index-solutions-container .inner-container .flex-block {
		width: 100%;
		left: 0;
		top: -20px;
	}

	.index-solutions-container .inner-container .flex-item {
		padding-top: 29.4%;
	}

	.index-solutions-container .inner-container .flex-item:nth-child(odd) {
		margin-top: 40px;
	}

	.index-solutions-container .inner-container .flex-item:nth-child(even) {
		margin-bottom: 40px;
	}

	.index-solutions-container .inner-container .flex-item:nth-child(3),
	.index-solutions-container .inner-container .flex-item:nth-child(4) {
		top: -40px;
	}

	.index-solutions-container .inner-container .flex-item:nth-child(5),
	.index-solutions-container .inner-container .flex-item:nth-child(6) {
		top: -80px;
	}

	.index-solutions-container .inner-container .flex-item h3 {
		font-size: 22px;
		line-height: 30px;
		max-height: 60px;
		bottom: 10px;
		max-width: none;
		left: 20px;
		max-width: calc(100% - 40px);
	}

	.index-solutions-container .inner-container .flex-item .arrow {
		display: none;
	}

	.index-solutions-container .inner-container .flex-item .baclground-img::before {
		height: auto;
		padding-top: 38.46%;
	}
}

@media (max-width: 767px) {
	.index-solutions-container {
		margin: 0 auto;
		padding: 60px 0 120px 0;
	}

	.index-solutions-container .container {
		padding: 0 10px;
	}

	.index-solutions-container .pattern-word {
		font-size: 66px;
		line-height: 76px;
		max-width: calc(100% - 20px);
	}

	.index-solutions-container .bottom-word-content {
		height: auto;
		text-align: right;
	}

	.index-solutions-container .bottom-word {
		position: static;
	}

	.index-solutions-container .inner-container {
		margin: 0 auto;
		position: relative;
		height: auto;
		padding-top: 0;
		max-width: calc(100% - 20px);
	}

	.index-solutions-container .inner-container .flex-block {
		position: static;
	}

	.index-solutions-container .inner-container .flex-item {
		width: 100%;
		padding-top: 58.82%;
	}

	.index-solutions-container .inner-container .flex-item:nth-child(odd) {
		margin-top: 0;
	}

	.index-solutions-container .inner-container .flex-item:nth-child(even) {
		margin-bottom: 0;
	}

	.index-solutions-container .inner-container .flex-item:nth-child(3),
	.index-solutions-container .inner-container .flex-item:nth-child(4) {
		top: 0;
	}

	.index-solutions-container .inner-container .flex-item:nth-child(5),
	.index-solutions-container .inner-container .flex-item:nth-child(6) {
		top: 0;
	}

	.index-solutions-container .inner-container .flex-item .baclground-img::before {
		padding-top: 41.18%;
	}
}

/* 20210827_Jared AUO 小改版 end */
/* 20210827_Ivan AUO 小改版 end */
/* 20210909_Jared首頁調整 */
.auo-kv-link {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
}
