.mt-auto {
	margin-top: auto;
}

@media (max-width: 820px) {
	.mobi-t-0 {
		padding-top: 0.5rem !important;
	}
}

.mb-0 {
	margin-bottom: 0 !important;
}

.w1200 {
	max-width: 1200px;
	margin: 0 auto;
	font-family: Arial, Verdana, "Microsoft JhengHei", 微軟正黑體, sans-serif;
}

.bg-light {
	background-color: rgba(230, 41, 15, 0.1);
	padding-bottom: 30px !important;
}

.main .filter {
	border: 1px solid #ccc;
	padding: 10px 40px;
	font-family: Arial, Verdana, "Microsoft JhengHei", 微軟正黑體, sans-serif;
}

.filter_search {
	max-width:calc(1200px - 80px);
	margin: 10px auto;
	position: relative;
	border: 1px solid #ccc;
	display: flex;
	align-items: center;
}

@media (max-width: 414px) {
	.filter_search {
		padding: initial;
	}
}

.filter_search::before {
	content: "\f002";
	font-family: "Font Awesome\ 5 Free";font-weight: 900;
	color: #999;
	font-size: 1rem;
	margin: 0 0.5rem;
}

.filter_search .flex {
	display: flex;
	align-items: center;
	flex-grow: 1;
}

.filter_search .filter_form {
	border: none;
	outline: none;
	line-height: 32px;
	font-size: 12px;
	flex-grow: 1;
}

.filter_search .filter_btn {
	margin-left: auto;
	color: #666;
	font-size: 12px;
	margin-right: 0.5rem;
	cursor: pointer;
}

.filter_search .filter_btn span {
	line-height: 1rem;
}

@media (max-width: 414px) {
	.filter_search .filter_btn span {
		display: none;
	}
}

.filter_search .filter_btn::before {
	content: "\f1de";
	font-family: "Font Awesome\ 5 Free";font-weight: 900;
	font-size: 1rem;
	margin: 0 0.5rem;
}

.filter_search .filter_btn:hover, .filter_search .filter_btn:hover::before {
	color: #e6290f;
}

.search_history, .filterBlk {
	display: none;
	position: absolute;
	top: 34px;
	left: -1px;
	border: 1px solid #ccc;
	background-color: #fff;
	width: calc(100% - 20px);
	padding: 10px;
	z-index: 9;
}

.filterBtn {
	background-color: #e6290f;
	color: #fff;
	border-radius: 0px;
	border: none;
	padding: 0.6rem 0.8rem;
	cursor: pointer;
}

.search_keyword {
	display: none;
	position: absolute;
	top: 50px;
	left: -1px;
	border: 1px solid #ccc;
	background-color: #fff;
	width: calc(100% - 20px);
	padding: 10px;
	z-index: 9;
}

@media (max-width: 414px) {
	.search_history, .filterBlk,.search_keyword {
		top: 40px;
	}
}

.search_history .title, .filterBlk .title,.search_keyword .title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0.5rem;
	margin-left: 0.5rem;
	color: #333;
}

.search_history li,.search_keyword li {
	border-bottom: 1px solid #ccc;
	padding: 0.5rem 0;
	display: flex;
	align-items: center;
}

.search_history li a,.search_keyword li a {
	color: #333;
	font-size: 12px;
	text-decoration: none;
}

.search_history li a::before,.search_keyword li a::before {
	content: "\f1da";
	font-family: "Font Awesome\ 5 Free";font-weight: 900;
	font-size: 1rem;
	margin: 0 0.5rem;
}

.search_history li a:hover, .search_history li a:hover::before, .filter_search .btn-remove:hover, 
.filter_search .btn-remove-def:hover, .search_keyword li a:hover {					
	color: #e6290f;
}

.filter_search .btn-remove, .search_history .btn-remove,.search_keyword .btn-remove, .search_keyword .btn-remove-def{
	background-color: initial;
	border: none;
	outline: none;
	cursor: pointer;
	color: #333;
	margin-bottom: initial;
	margin-left: auto;
}

.filterBlk-item {
	display: flex;
	align-items: center;
	font-size: 1rem;
	margin: 0rem 0.5rem 0.3rem 0.5rem;
}

.filterBlk-item>div {
	width: 100px;
	font-weight: bold;
	font-size: 12px;
}

.filterBlk-item ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.filterBlk-item ul li {
	width: 25%;
}

@media (max-width: 768px) {
	.filterBlk-item ul li {
		width: 50%;
	}
}

.filterBlk-item ul li label {
	height: 30px;
	display: flex;
	align-items: center;
	font-size: 12px;
}

.filterBlk-item ul li input[type="checkbox"] {				  
	display: none;
}

.filterBlk-item ul li input[type="checkbox"]+label:before {
	content: "\f0c8";
	font-family: "Font Awesome\ 5 Free";
	color: #999;
	font-size: 1.6rem;
	width: 30px;
	margin-top: 3px;
}

.filterBlk-item ul li input[type="checkbox"]:checked+label:before{
	content: "\f14a";
	color: #e6290f;
	font-size: 1.45rem;
	margin-top: 0px;
}
.filterBlk-item ul li input[type="checkbox"], .filterBlk-item ul li input[type="radio"] {
    display: none;
}
.filterBlk .reset {
	border-top: 1px solid #ccc;
	padding: 0.7rem 0.5rem 0 0.5rem;
	margin-top: 1rem;
	font-size: 12px;
}
.filterBlk-item ul li input[type="radio"]+label:before {
    content: "\f111";
    font-family: "Font Awesome\ 5 Free";
    color: #999;
    font-size: 1.3rem;
    width: 30px;
    margin-top: 0px;
}
.filterBlk .reset a {
	color: #e6290f;
}

.selection {
	max-width:calc(1200px - 80px);
	margin: 1rem auto;
}
.filterBlk-item ul li input[type="radio"]:checked+label:before {
    content: "\f192";
    color: #e6290f;
    font-size: 1.3rem;
    margin-top: 0px;
}
.selection .title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
}

.selection-item {
	display: inline-block;
	font-size: 12px;
	padding: 0.25rem 0.5rem;
	border: #e6290f 1px solid;
	color: #e6290f;
	background-color: rgba(230, 41, 15, 0.1);
	margin: 0.2rem 0.2rem;
	border-radius: 4px;
}

@media (max-width: 820px) {
	.selection-item {
		padding: 0 0.5rem 0.25rem 0.5rem;
	}
}

.selection-item .btn-remove {
	background-color: initial;
	border: none;
	outline: none;
	cursor: pointer;
	color: #e6290f;
	margin-bottom: initial;
	line-height: 1;
	padding: 0;
	margin-left: 5px;
}
.selection-item .btn-remove-def {
	background-color: initial;
	border: none;
	outline: none;
	cursor: pointer;
	color: #e6290f;
	margin-bottom: initial;
	line-height: 1;
	padding: 0;
	margin-left: 5px;
}

@media (max-width: 820px) {
	.selection-item .btn-remove {
		font-size: 18px;
	}
	.selection-item .btn-remove-def {
		font-size: 18px;
	}
}
.selection-item.add-in {
	border: none;
	background-color: initial;
	padding: 0.25rem 0;
}

.selection-item.add-in a {
	cursor: pointer;
	border: none;
	background-color: initial;
	padding: 0 0 0 18px;
	position: relative;
	text-decoration: none;
	color: #666;
}

.selection-item.add-in a:hover {
	color: #e6290f;
}

.selection-item.add-in a::before {
	content: '';
	width: 12px;
	height: 2px;
	background-color: #666;
	display: block;
	position: absolute;
	top: 6px;
	left: 0px;
}

.selection-item.add-in a:hover::before {
	background-color: #e6290f;
}

.selection-item.add-in a::after {
	content: '';
	height: 12px;
	width: 2px;
	background-color: #666;
	display: block;
	position: absolute;
	top: 1px;
	left: 5px;
}

.selection-item.add-in a:hover::after {
	background-color: #e6290f;
}

.section h4 {
	font-weight: bold;
	margin-bottom: 10px;
	color:#333;
	font-size: 36px;
	letter-spacing: 1px;
}

.section h5 {
	font-weight: bold;
	margin-bottom: 10px;
	color:#333;
	font-size:18px;
}

.section p {
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	margin-bottom: 10px;
}

.section h4 span {
	color: #e6290f;
}

.sliderBlk {
	padding: 30px;
	background-color: #eee;
	overflow: hidden;
	border-radius: 10px;
}

@media (max-width: 414px) {
	.sliderBlk {
		padding: 1rem;
	}
}

.latest-video {
	overflow: hidden;
}


.latest-video .swiper-slide {
	display: flex;
	width: 100% !important;
}

@media (max-width: 820px) {
	.latest-video .swiper-slide {
		flex-direction: column;
	}
}

.latest-video .slide-img {
	flex: 1;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 1.5rem;
}

@media (max-width: 820px) {
	.latest-video .slide-img {
		margin-right: 0;
		margin-bottom: 1.5rem;
	}
}

.latest-video .slide-img img {
	width: 100%;
	height: auto;
}

.latest-video .slide-content {
	flex: 1;
	font-size: 1rem;
	word-break: break-all;
	display: flex;
	flex-direction: column;
}

/* .latest-video .heading {
	margin-bottom: 1rem;
} */

.latest-video .heading a {
	text-decoration: none;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

.latest-video .heading a span {
	font-weight: bold;
}

.latest-video .time {
	color: #999;
	margin-bottom: 10px;
	font-size: 12px;
}

.latest-video .text {
	line-height: 1.5;
	color: #333;
	font-size: 14px;
}

.latest-video .updated {
	font-size: 12px;
	color: #333;
}

/* .latest-video .tag {
	margin-bottom: 0.5rem;
} */

.latest-video .tag a {
	color: #017B9F;
	text-decoration: none;
	font-size: 12px;
}

.latest-video .tag a:hover {
	text-decoration: underline;
}

.training-pagination {
	display: flex;
	justify-content: center;
	position: static;
	margin-top: 1rem;
}

.training-pagination .swiper-pagination-bullet {
	width: 1rem;
	height: 1rem;
	margin: 0 0.5rem;
	background-color: #999 transparent 30%;
}

.training-pagination .swiper-pagination-bullet-active {
	background-color: #999;
}

.category {
	display: flex;
	flex-wrap: wrap;
}

.category .item {
	width: calc(50% - 0.5rem);
	border-radius: 10px;
	overflow: hidden;
	margin: 0 1rem 1rem 0;
}

@media (max-width: 767px) {
	.category .item {
		width: 100%;
		margin: 0 0rem 1rem 0;
	}
}

.category .item:nth-child(even) {
	margin: 0 0 1rem 0;
}

.category .item a {
	display: block;
	position: relative;
	text-align: center;
	color: #fff;
}

.category .item a .img {
	display: flex;
	align-items: center;
/* 	height: 180px; */
	overflow: hidden;
	filter: brightness(0.6);
	transition: all 0.3s;
}

.category .item a:hover .img {
	filter: brightness(0.8);
	opacity: 0.6;
}

.category .item a img {
	width: 100%;
	height: auto;
}

.category .item a .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: bold;
	transition: all 0.3s;
	font-size: 24px;
}

.category .item a:hover .text {
	color: #000;
}

.sliderBlk-popular {
	padding: 0 2rem;
}

.popular-video {
	overflow: hidden;
}

.popular-video .slide-img {
	margin-bottom: 0.5rem;
}

.popular-video .swiper-slide a {
	display: block;
	padding: 10px;
	border: #aaaaaa 1px solid;
	background-color: #fff;
}

@media (max-width: 414px) {
	.popular-video .swiper-slide a {
		padding: 0.5rem;
		;
	}
}

.popular-video .slide-img img {
	width: 100%;
	height: auto;
}

.popular-video .slide-content {
	font-size: 1rem;
}

.popular-video a {
	text-decoration: none;
	color: #333;
}

.popular-video a .heading {
	line-height: 1.5;
	font-size: 14px;
	font-weight: bold;
}

/* .popular-video a .heading span {
	font-weight: bold;
} */

.popular-video a .time {
	color: #999;
	font-size: 12px;
	margin-bottom: 10px;
}

.popular-video a .text {
	font-size: 0.9rem;
	color: #333;
	line-height: 1.5;
	font-size: 12px;	   
}

.sliderBlk-popular .swiper-button-next {
	background-image: none;
	top: calc(52% + 2rem);
	right: 30px;
	color: #666;
}

.sliderBlk-popular .swiper-button-prev {
	background-image: none;
	top: calc(52% + 2rem);
	left: 40px;
	color: #666;
}

.sliderBlk-popular .swiper-button-next::before {
	content: '\f0da';
	font-family: "Font Awesome\ 5 Free";font-weight: 900;
	font-size: 3.5rem;
}

.sliderBlk-popular .swiper-button-prev::before {
	content: '\f0d9';
	font-family: "Font Awesome\ 5 Free";font-weight: 900;
	font-size: 3.5rem;
}

.sliderBlk-popular .swiper-button-next:hover,
.sliderBlk-popular .swiper-button-prev:hover {
	color: #333;
}

.search-results .search-title, .documentation .documentation-title {
	color: #999;
	font-size: 12px;
	position: relative;
	margin-bottom: 1.5rem;
}

.search-results .search-title .sort, .documentation .documentation-title .sort {
	position: absolute;
	right: 0px;
	top: -10px;
}

.search-title .sort select, .documentation-title .sort select {
	padding: 5px;
	border-radius: 0px;
	border: 1px solid #ccc;
	color: #999;
	font-size: 12px;
}

.search-results .search-title span {
	color: #e6290f;
	background-color: rgba(230, 41, 15, 0.1);
	padding: 0.3rem 0.5rem;
	margin: 0 0.5rem;
	border: #e6290f 1px solid;
}

.search-results .item {
	display: flex;
	border: 1px solid #ccc;
	transition: all 0.3s;
	margin-bottom: 1rem;
}

@media (max-width: 767px) {
	.search-results .item {
		flex-direction: column;
	}
}

.search-results .item:hover {
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

.search-results .photo {
	width: 360px;
}

@media (max-width: 767px) {
	.search-results .photo {
		width: 100%;
	}
}

.search-results .photo img {
	width: 100%;
	height: auto;
}

.search-results .search-content {
	width: calc(100% - 300px);
	padding: 10px;
	display: flex;
	flex-direction: column;
}

@media (max-width: 820px) {
	.search-results .search-content {
		padding: 0.6rem 1rem;
	}
}

@media (max-width: 767px) {
	.search-results .search-content {
		width:90%;
	}
}

.search-results .search-content .heading {
	height: 14px;
	display: contents;
}

.search-results .search-content .heading a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: 14px;
}

.search-results .search-content .heading a .episode {
	color: #e6290f;
	display: inline;
}

.search-results .search-content .time {
	color: #999;
	margin-bottom: 10px;
	font-size: 12px;
}

.search-results .search-content .text {
	color: #333;
	font-size: 14px;
	line-height: 1.3;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: normal;
	margin-bottom: 10px;
}

.search-results .search-content .tag {
	margin-top: auto;
	/*height: 12px; */
}

.search-results .search-content .tag a {
	color: #017B9F;
	margin-right: 0.5rem;
	text-decoration: none;
	font-size: 12px;
}

.search-results .search-content .tag a:hover {
	text-decoration: underline;
}

.pagination {
	margin: 30px 0;
}

.pagination ul {
	display: flex;
	justify-content: center;
}

.pagination ul li {
	display: inline-block;
	vertical-align: initial;
}

.pagination ul li span {
	color: #666;
}

.pagination ul li a {
	display: block;
	font-size: 1rem;
	text-decoration: none;
	margin: 0 0.3rem;
	color: #666;
	padding: 0.4rem 0.6rem;
}

.pagination ul li a:hover {
	background-color: #eee;
}

.pagination ul li a i {
	font-size: 1.3rem;
	margin: 0 0.3rem;
}

.pagination ul li a.active {
	background-color: #e6290f;
	color: #fff;
}

.grid-container {
	width: 100%;
	height: 360px;
	margin-left: auto;
	margin-right: auto;
}

.grid-container .swiper-slide {
	background: #f8f8f8;
	height: calc((100% - 15px) / 2) !important;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	outline: #999 1px solid;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
}

.grid-container .swiper-slide a {
	color: #333;
	text-decoration: none;
	font-size: 1.3rem;
	line-height: 1.5;
}

.grid-container .swiper-slide .text {
	display: block;
	width: 100%;
	height: auto;
	font-weight: bold;
	font-size: 18px;
}

.grid-container .swiper-slide .text span {
	display: block;
	color: #e6290f;
}

.grid-container .swiper-slide .overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #fff;
	border-radius: 10px;
}

.swiper-slide:hover .overlay {
	opacity: 1;
}

@media (max-width: 991px) {
	.swiper-slide:hover .overlay {
		opacity: 0;
	}
}

.swiper-slide .overlay .text {
	text-align: left;
	width: 90%;
	margin: 1rem auto;

}

.swiper-slide .overlay .text span {
	display: initial;
}

.swiper-slide .overlay .text h5 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
}

.info {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	color: #999;
	font-size: 12px;
	line-height:2.5;
}

.info .category {
	margin-right: 1rem;
}

.info .category::before {
	content: "\f19c";
	font-family: "Font Awesome\ 5 Free";font-weight: 900;
				  
	align-self: center;
	margin-right: 0.3rem;
}

.info .lang {
	margin-right: 1rem;
}

.info .lang::before {
	content: "\f0ac";
	font-family: "Font Awesome\ 5 Free";font-weight: 900;
				  
	align-self: center;
	margin-right: 0.3rem;
}

.info .download a {
	padding:5px 8px;
	border-radius: 20px;
	border: #666 1px solid;
	text-decoration: none;
	color: #666;
	font-size: 12px;
	margin-right: 0.5rem;
}

/* @media (max-width: 414px) {
	.info .download {
		margin-top: 3px;
	}
} */

.info .download a:hover {
	background-color: #666;
	color: #fff;
}

.documentation .item a {
	display: block;
	text-decoration: none;
	color: #333;
	border-bottom: #ccc 1px solid;
	font-size: 14px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.documentation .item a .heading {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.documentation .item a:hover .heading {
	color: #e6290f;
}

.documentation .item a .tag {
	border-radius: 5px;
	padding:3px 5px;
	color: #fff;
	display: inline-block;
	margin: 0.3rem 0;
	font-size: 12px;
}

.documentation .more_btn {
	border: #ccc 1px solid;
	margin: 10px 0 2rem 0;
}

.documentation .more_btn a {
	text-decoration: none;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666;
	padding: 0.5rem;
	font-weight: bold;
}

.documentation .more_btn a:hover {
	background-color: #666;
	color: #fff;
}

.videoBlk {
	display: flex;
	flex-wrap: wrap;
}

.videoBlk .yt {
	width: 68%;
	margin-right: 1.5rem;
}

@media (max-width: 1440px) {
	.videoBlk .yt {
		width: 62%;
	}
}

@media (max-width: 1280px) {
	.videoBlk .yt {
		width: 65%;
	}
}

@media (max-width: 820px) {
	.videoBlk .yt {
		width: 100%;
		margin: 0rem auto 1rem auto;
	}
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoBlk .playlist {
	width: calc(32% - 1.5rem);
	background-color: #f2f2f2;
}

@media (max-width: 1440px) {
	.videoBlk .playlist {
		width: calc(38% - 1.5rem);
	}
}

@media (max-width: 1280px) {
	.videoBlk .playlist {
		width: calc(35% - 1.5rem);
	}
}

@media (max-width: 820px) {
	.videoBlk .playlist {
		width:100%;	
	}
}

.videoBlk .playlist .title {
	background-color: #fdf2f1;
	text-align: center;
	padding: 0.5rem;
	font-size: 14px;
	color: #333;
	border-bottom: #ccc 1px solid;
	font-weight: bold;
}

.videoBlk .playlist .accordionBlk {
	padding: 0 10px;
	max-height: 420px;
	overflow-y: auto;
	border: none;
}

@media (max-width: 1440px) {
	.videoBlk .playlist .accordionBlk {
		max-height: 340px;
	}
}

@media (max-width: 1280px) {
	.videoBlk .playlist .accordionBlk {
		max-height: 310px;
	}
}

.videoBlk .playlist .accordionBlk .title {
	text-align: initial;
	background-color: initial;
	border-bottom:#ccc 1px solid;
	border-top: none;
	border-right: none;
	border-left: none;
	padding: 10px 5px;
	font-size: 14px;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.videoBlk .playlist .accordionBlk .title::after {
	content: "\f107";
	font-family: "Font Awesome\ 5 Free";font-weight: 900;
				  
	color: #e6290f;
	margin-left: auto;
	font-size: 1.3rem;
	transition: all 0.3s;
}

.videoBlk .playlist .accordionBlk .title.ui-accordion-header-active::after {
	transform: rotate(180deg);
}

.videoBlk .playlist .accordionBlk .panel {
	text-align: initial;
	background-color: initial;
	border: none;
	font-size: 1rem;
	padding: 0;
}

.videoBlk .playlist .accordionBlk .panel li {
	padding:10px 5px;
	border-bottom:#ccc 1px solid;
}

.videoBlk .playlist .accordionBlk .panel li a {
	text-decoration: none;
	color: #333;
	font-size: 14px;
}

.videoBlk .playlist .accordionBlk .panel li a:hover {
	color: #e6290f;
}

.videoBlk .playlist .accordionBlk .panel li a.active {
	font-weight: bold;
}

.videoBlk .playlist .accordionBlk .panel li a::before {
	content: "\f144";
	font-family: "Font Awesome\ 5 Free";font-weight: 900;
	margin: 0 0.5rem;
}

.accordionMobi>.title {
	border: none;
	margin-top: 0;
	border-radius: initial;
}

.accordionMobi>.title::after {
	content: '影片一覽 \f144';
	font-family: "Font Awesome\ 5 Free";font-weight: 900;
	display: block;
	background-color: rgba(230, 41, 15, 0.1);
	color: #e6290f;
	margin-top: 5px;
	border-radius: 5px;
	padding: 5px 0;
	border: #e6290f 1px solid;
}

.ui-widget-content {
	background-image: initial;
}


.popular_keywords {
	align-items: center;
	font-size: 1rem;
	font-weight: bold;
	max-width: 50%;
	display: flex;
	margin: 1rem auto 0 auto;
	flex-wrap: wrap;
}

@media (max-width: 800px) {
	.popular_keywords {
		max-width: 90%;
	}
}

.popular_keywords div a {
	color: #e6290f;
	font-weight: normal;
}

.popular_keywords div a:hover {
	text-decoration: underline;
}

.popular_keywords div::after {
	content: '、';
	color: #e6290f;
}

.popular_keywords div:last-child:after {
	content: '';
}

.header .nav .nav_search.active {
	overflow: initial !important;
	max-height:initial !important;						   
}

.nav_search .search_history {
	top: 50px;
	left: 0px;
	width: calc(100% - 22px);
}

@media (max-width: 1025px) {
	.nav_search .search_history {
		top: 40px;
	}  
}


.nav_search .position {
	position: relative;
	flex-grow: 1;
	display: flex;
}

.advancedSearch option {
	text-align: left !important;
	line-height: 50px !important;
}

.video-title {
	font-size: 20px;
	font-weight: bold;
}

.select_wrap{
	width: 100px;
	position: relative;
	user-select: none;
	border: #ccc 1px solid;
	padding: 10px 5px;
  }
  
  .select_wrap .default_option{
	background: #fff;
	position: relative;
	cursor: pointer;
  }

  .select_wrap .default_option:before{
	  position: absolute;
	  right: 0px;
	  content: "\f107";
	font-family: "Font Awesome\ 5 Free";font-weight: 900;
  }
  
  .select_wrap .select_ul{
	position: absolute;
	top: calc(14px + 20px);
	left: -1px;
	width: calc(100% - 10px);
	background: #fff;
	display: none;
	padding: 5px;
  }
  
  .select_wrap .select_ul li{
	cursor: pointer;
	padding: 10px 5px;
	color: #333;
	border-bottom: #ccc 1px solid;
  }
  
  .select_wrap .select_ul li:hover{
	color: #e6290f;
  }
  
  .select_wrap .option{
	display: flex;
	align-items: center;
  }
  
  .select_wrap.active .select_ul{
	display: block;
	border: #ccc 1px solid;
	border-top: #e6290f 2px solid;
  }
  
  .select_wrap.active .default_option:before{
	transform: rotate(180deg);
  }

  @media (max-width: 800px) {
	.advancedSearch select, .advancedSearch option {
		min-width: 115px !important;
	}
}

.sliderBlk_2 {
	background-color: #eee;
	padding: 30px;
	border-radius: 10px;
}

@media (max-width: 414px) {
	.sliderBlk_2 {
		padding: 10px;
	}
}

.sliderBlk_2 .slider-item {
	display: flex !important;
}

@media (max-width: 820px) {
	.sliderBlk_2 .slider-item {
		flex-direction: column;
	}
}

.sliderBlk_2 .slide-img {
	width: 48%;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 1.5rem;
}

@media (max-width: 820px) {
	.sliderBlk_2 .slide-img {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
}

.sliderBlk_2 .slide-img img {
	width: 100%;
	height: auto;
}

.sliderBlk_2 .slide-content {
	width: calc(52% - 1.5rem);
	word-break: break-all;
	display: flex;
	flex-direction: column;
}

@media (max-width: 820px) {
	.sliderBlk_2 .slide-content {
		width:100%;
	}
}

.sliderBlk_2 .slide-content .heading {
	line-height: 22px;
}

.sliderBlk_2 .slide-content .heading a {
	text-decoration: none;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

.sliderBlk_2 .slide-content .heading a span {
	font-weight: bold;
}

.sliderBlk_2 .slide-content .time {
	color: #999;
	margin-bottom: 10px;
	font-size: 12px;
}

.sliderBlk_2 .slide-content .text {
	line-height: 1.5;
	color: #333;
	font-size: 14px;
	margin-bottom: 10px;
}

.sliderBlk_2 .slide-content .updated {
	font-size: 12px;
	color: #333;
}

.sliderBlk_2 .slide-content .tag {
	line-height: 12px;
}

.sliderBlk_2 .slide-content .tag a {
	color: #017B9F;
	text-decoration: none;
	font-size: 12px;
}

.sliderBlk_2 .slide-content .tag a:hover {
	text-decoration: underline;
}

.slick-dots li {
	margin: 0 0.5rem;
}

.slick-dots li button {
	background-color: rgba(153, 153, 153,0.3);
	border-radius: 50%;
	width: 1rem;
	height: 1rem;
}

.sliderBlk_2 .slick-dots {
	width: calc(100% - 60px);
	bottom: -2.8rem;
}

@media (max-width: 414px) {
	.sliderBlk_2 .slick-dots {
		width: 100%;
	}
}

.slick-dots li.slick-active button {
	background-color: #999;
}

.slick-dots li button:before {
	display: none;
}

.sliderBlk_grid .slider-item {
	background: #f8f8f8;
	height: 173px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	position: relative;
	outline: #999 1px solid;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 1rem;
}

.sliderBlk_grid .slider-item a {
	color: #333;
	text-decoration: none;
	font-size: 1.3rem;
	line-height: 1.5;
}

.sliderBlk_grid .slider-item .text {
	display: block;
	width: 100%;
	height: auto;
	font-weight: bold;
	font-size: 18px;
}

.sliderBlk_grid .slider-item .text span {
	display: block;
	color: #e6290f;
}

.sliderBlk_grid .slider-item .overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #fff;
}

.slider-item:hover .overlay {
	opacity: 1;
}

/*@media (max-width: 991px) {
	.slider-item:hover .overlay {
		opacity: 0;
	}
}*/
	
.slider-item .overlay .text {
	text-align: left;
	width: 90%;
	margin: 1rem auto;

}

.slider-item .overlay .text span {
	display: initial;
}

.slider-item .overlay .text h5 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
}

.sliderBlk_grid .slick-slide {
	margin: 0.5rem;
}

.sliderBlk_grid .slick-dots {
	bottom: -2rem;
}

/*test*/

.slider-item02 {
	height: 173px;
	outline: #999 1px solid;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 1rem;
	color: #333;
}

.slider-item02 span {
	display: block;
	color: #e6290f;
	font-weight: bold;
}

.slider-item02 .slider-item_inner {
	position: relative;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.slider-item02 .slider-item_inner a {
	position: relative;
	display: block;
	height: calc(173px - 2rem);
	color: #333;
	text-decoration: none;
	background-color: #fff;
	padding: 1rem;
	opacity: 0;
}

.slider-item02 .slider-item_inner a h5 {
	font-size: 14px;
}

.slider-item02 .slider-item_inner a:hover, 
.slider-item02 .slider-item_inner a:active {
	opacity: 1;
}

.slider-item02 .slider-item_inner button {
	position: absolute;
	top: 0;
	left: 0;
	background: #f8f8f8;
	height: 173px;
	width: 100%;
	outline: none;
	border: none;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	color: #333;
	cursor: pointer;
	z-index: 3;
}

@media (min-width: 821px) {
	.slider-item02 .slider-item_inner button:hover {
		opacity: 0;
	}
}

@media (max-width: 820px) {
	.slider-item02 .slider-item_inner button:focus {
		opacity: 0;
	}
}

.view-all {
	text-align: right;
	align-self: flex-end;
	flex-grow: 1;
}

.topics-item .view-all {
	margin-top: 10px;
}

.view-all a {
	color: #999;
	font-size: 14px;
	vertical-align: baseline;
	width: 66px;
}

.view-all a:hover {
	color: #e6290f;
	text-decoration: none;
}

.topics-item {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin: 20px 0;
}

.topics-item .video {
	display: flex;
}
@media (max-width: 768px) {
	.topics-item .video {
		flex-direction: column;
		overflow: hidden;
	}
}

.topics-item h5 {
	font-size: 20px;
}

.topics-item span {
	color: #e6290f;
  
}

.topics-item .video-item {
	background-color: #FCFCFC;
	position: relative;
	min-height: 143px;
}

.topics-item .video-item img {
	width: 100%;
	height: auto;
}

.topics-item .video-item .title {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	height: 100%;
	width: 100%;
	display: none;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.topics-item .video-item:hover .title {
	display: flex;
}
@media (max-width: 768px) {
	.topics-item .video-item:hover .title {
		display: none;
	}
}
.sliderBlk_topics {
	width: calc(100% - 66px);
}
@media (max-width: 768px) {
	.sliderBlk_topics {
		width: 85%;
	}
}
.sliderBlk_topics .slick-slide {
	padding-right: 10px;
	min-height: 143px;
}
@media (max-width: 768px) {
	.sliderBlk_topics .slick-list {
		overflow: initial;
	}
}

.sliderBlk_topics .slick-slide > div {
	min-height: 143px;
}


.modal-filter {
	display: none;
}

.fancybox-overlay {
	background-image: none;
	background-color: rgba(0, 0, 0, 0.4);
}

.fancybox-skin {
	background-color: #fff;
}

.fancybox-close {
	top: 5px;
	right: 0px;
	text-decoration: none;
	background:none;
	color: #666;
}

.fancybox-close::before {
	content: '✕';
	font-size: 1.3rem;
}

.modal-filter .title {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 0 0.5rem 10px 0.5rem;
}

.modal-filter .reset {
	border-top: 1px solid #ccc;
	padding: 0.5rem 0 0 0;
	margin-top: 0.5rem;
	font-size: 12px;
	text-align: right;
}

.modal-filter .reset button {
	border: none;
	background-color: initial;
	color: #666;
	cursor: pointer;
	margin: 0 0.25rem;
}

.modal-filter .reset button.applyBtn {
	background-color: #e6290f;
	color: #fff;
	padding: 0.3rem 0.5rem;
	border-radius: 4px;
}

@media (max-width:768px) {
	.fancybox-wrap {
		width: 90% !important;
	}
	.fancybox-inner {
		width: initial !important;
	}
	.filterBlk-item {
		border-bottom: 1px solid #ccc;
		padding: 0.5rem;
		margin: 0;
	}
	.modal-filter .reset {
		border-top: none;
		padding:0;
	}
}


.popular-video,.application,.technical {
	overflow:hidden;
}

.popular-video .slide-img,
.application .slide-img,
.ptechnical .slide-img {
	margin-bottom:0.5rem;
}

.popular-video .swiper-slide a,
.application .swiper-slide a,
.technical .swiper-slide a {
	display:block;
	padding:10px;
	border:#aaaaaa 1px solid;
	background-color:#fff;
}

@media (max-width: 414px) {
	.popular-video .swiper-slide a,
	.application .swiper-slide a,
	.technical .swiper-slide a {
		padding:0.5rem;
	}
}

.popular-video .slide-img img,
.application .slide-img img,
.technical .slide-img img {
	width:100%;
	height:auto;
}

.popular-video .slide-content,
.application .slide-content,
.technical .slide-content {
	font-size:1rem;
}

.popular-video a,
.application a,
.technical a {
	text-decoration:none;
	color:#333;
}

.popular-video a .heading,
.application a .heading,
.technical a .heading {
	line-height:1.5;
	font-size:14px;
	font-weight:bold;
}

 .popular-video a .heading span {
	font-weight:bold;
} 

.popular-video a .time,
.application a .time,
.technical a .time {
	color:#999;
	font-size:12px;
	margin-bottom:10px;
}

.popular-video a .text,
.application a .text,
.technical a .text {
	font-size:0.9rem;
	color:#333;
	line-height:1.5;
	font-size:12px;
	word-break:break-word;
}

.popular-video,.application,.technical {
	overflow: hidden;
}

.popular-video .slide-img,
.application .slide-img,
.ptechnical .slide-img {
	margin-bottom: 0.5rem;
}

.popular-video .swiper-slide a,
.application .swiper-slide a,
.technical .swiper-slide a {
	display: block;
	padding: 10px;
	border: #aaaaaa 1px solid;
	background-color: #fff;
}

@media (max-width: 414px) {
	.popular-video .swiper-slide a,
	.application .swiper-slide a,
	.technical .swiper-slide a {
		padding: 0.5rem;
		;
	}
}

.popular-video .slide-img img,
.application .slide-img img,
.technical .slide-img img {
	width: 100%;
	height: auto;
}

.popular-video .slide-content,
.application .slide-content,
.technical .slide-content {
	font-size: 1rem;
}

.popular-video a,
.application a,
.technical a {
	text-decoration: none;
	color: #333;
}

.popular-video a .heading,
.application a .heading,
.technical a .heading {
	line-height: 1.5;
	font-size: 14px;
	font-weight: bold;
}

/* .popular-video a .heading span {
	font-weight: bold;
} */

.popular-video a .time,
.application a .time,
.technical a .time {
	color: #999;
	font-size: 12px;
	margin-bottom: 10px;
}

.popular-video a .text,
.application a .text,
.technical a .text {
	font-size: 0.9rem;
	color: #333;
	line-height: 1.5;
	font-size: 12px;
	word-break: break-word;
}

.sliderBlk-popular .swiper-button-next,
.application-next,
.technical-next {
	position: absolute;
	background-image: none;
	top: calc(52% + 2rem);
	right: 30px;
	color: #666;
}

.sliderBlk-popular .swiper-button-prev,
.application-prev,
.technical-prev {
	position: absolute;
	background-image: none;
	top: calc(52% + 2rem);
	left: 40px;
	color: #666;
}

.sliderBlk-popular .swiper-button-next::before,
.application-next::before,
.technical-next::before {
	content: '\f0da';
	font-family: "Font Awesome\ 5 Free";
	font-weight: 900;
	font-size: 3.5rem;
}

.sliderBlk-popular .swiper-button-prev::before,
.application-prev::before,
.technical-prev::before {
	content: '\f0d9';
	font-family: "Font Awesome\ 5 Free";
	font-weight: 900;
	font-size: 3.5rem;
}

.sliderBlk-popular .swiper-button-next:hover,
.sliderBlk-popular .swiper-button-prev:hover,
.application-next:hover,
.application-prev:hover,
.technical-next:hover,
.technical-prev:hover {
	color: #333;
}
/*20220714首頁更新 start*/

body {
    background-color: #fff !important;
}

.header {
    transition: all .3s ease;
}

.nav-up {
    top: -100px;
}

.header.nav-up .nav .collection {
    height: 20px;
    overflow: hidden;
    transition: all .3s ease;
}
.header.nav-up .nav .collection.en,
.header.nav-up .nav .collection.de {
    white-space: nowrap;
}

.header.nav-down .nav .collection,
.header .nav .collection:hover {
    transition: all .3s ease;
}
.header.nav-down .nav .collection.zh_TW,
.header .nav .collection.zh_TW:hover,
.header.nav-down .nav .collection.zh,
.header .nav .collection.zh:hover {
    height: 114px;
}
.header.nav-down .nav .collection.en,
.header .nav .collection.en:hover {
    height: 232px;
    white-space: nowrap;
}
.header.nav-down .nav .collection.ja,
.header .nav .collection.ja:hover {
    height: 174px;
}
.header.nav-down .nav .collection.de,
.header .nav .collection.de:hover {
    height: 217px;
    white-space: nowrap;
}

@media (max-width: 1025px) {
    .header.nav-up .nav .collection,
    .header.nav-down .nav .collection,
    .header .nav .collection:hover {
        height: 50px !important;
        transition: none !important;
    }
}

.services ul li {
    border-bottom: none !important;
    filter: none !important;
    -webkit-filter: none !important;
    opacity: initial !important;
}

.services ul li a {
    padding-top: 20px !important;
}

.services ul li:hover {
    border-bottom: none !important;
}

.services ul li:hover a {
    background-color: #FFEEED;
}

.services ul li:active a {
    background-color: #E6290F;
    color: #fff;
}

.services ul li:active a img {
    filter: grayscale(100%) brightness(300%);
}

.search_footer .html_content h3 {
    color: #333;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.search_footer .html_content p {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    text-shadow: none !important;
}

.latest {
    background-color: #f8f8f8;
    padding: 60px 40px;
}

@media (max-width: 1025px) {
    .latest {
        padding: 60px 30px;
        overflow: hidden;
    }
}

.slickBlk .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.slickBlk h2 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    position: relative;
    padding: 0 0 5px 0;
    border-bottom: #E6290F 4px solid;
    max-width: 350px;
    margin-bottom: 24px;
}

@media (max-width: 1025px) {
    .slickBlk h2 {
        display: inline-block;
    }
}

.slickBlk img {
    width: 100%;
    height: auto;
}

.latest .sliderBlk_topics .slick-slide {
    padding-right: 30px;
}

@media (max-width: 768px) {
    .sliderBlk_topics .slick-list {
        overflow: initial;
    }
}

.sliderBlk_topics .content {
    display: block;
    font-size: 14px;
    padding: 10px;
    line-height: 1.5;
}

.sliderBlk_topics .content .title {
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    width: 100%;
}

.sliderBlk_topics .content .title span {
    color: #E6290F;
}

.sliderBlk_topics .content .text {
    color: #666;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.sliderBlk_topics .content .tag {
    float: left;
    font-size: 12px;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
	margin: 0 0.25rem 0.25rem 0;
}

.tag-orange {
    background-color: #D87706;
}

.tag-green {
    background-color: #18AC9A;
}

.tag-blue {
    background-color: #2E71AF;
}

.tag-purple {
    background-color: #69429B;
}

.sliderBlk_topics .content .more {
    float: right;
}

.sliderBlk_topics .content .more a {
    text-decoration: none;
    color: #017B9F;
}

.sliderBlk_topics .content .more a:hover {
    text-decoration: underline;
}

.sliderBlk_topics .content .more a:active {
    color: #00A6D7;
}

.slickBlk .sort {
    position: absolute;
    right: 30px;
    top: 0px;
    font-size: 14px;
}

.slickBlk .select_wrap {
    background-color: #fff;
    padding: 5px;
}

.slickBlk .select_wrap .default_option {
    background-color: initial;
	padding-right: 8px;
}

.slickBlk .select_wrap .select_ul {
    z-index: 9;
    padding: 0;
    top: 28px;
    width: 100%;
}

.slickBlk .select_wrap .select_ul li {
    padding: 10px;
}

.slickBlk .select_wrap .select_ul li:last-child {
    border-bottom: none;
}

.slickBlk .select_wrap .select_ul li:hover {
    color: #333;
    background-color: #eee;
}

.slickBlk .slick-dots {
    bottom: -15px;
    text-align: initial;
    display: flex !important;
}

.slickBlk .slick-dots li {
    height: 10px;
    width: initial;
    margin: 0;
    flex: 1;
}

.slickBlk .slick-dots li button {
    border-radius: 10px;
    height: 10px;
    width: 100%;
    background-color: initial;
}

.slickBlk .slick-dots li.slick-active button {
    background: rgba(232, 231, 231, 1);
}

.banner-slide {
    margin-bottom: 50px !important;
    top: -20px;
}

.banner-slide .slick-dots {
    bottom: -45px !important;
}

.banner-slide .slick-dots li button {
    background-color: #eee;
}

.banner-slide .slick-dots li.slick-active button {
    background-color: #E6290F;
}

.banner-slide_item {
    display: flex !important;
}

@media (max-width: 1025px) {
    .banner-slide_item {
        flex-direction: column;
    }
}

.banner-slide_item .img {
    width: 841px;
    overflow: hidden;
    height: 430px;
}

@media (max-width: 1025px) {
    .banner-slide_item .img {
        width: 100%;
    }
}

@media (max-width: 820px) {
    .banner-slide_item .img {
        width: 100%;
        height: auto;
    }
}

.banner-slide_item .img img {
    width: 100%;
    min-width: 100%;
    min-height: 430px;
}

@media (max-width: 1025px) {
    .banner-slide_item .img img {
        width: 100%;
        height: auto;
        min-height: initial;
    }
}

@media (max-width: 586px) {
    .banner-slide_item .img img {
        width: 100%;
		height: auto;
    }
}

.banner-slide_item .content {
    position: relative;
    width: calc(100% - 841px);
}

@media (max-width: 1025px) {
    .banner-slide_item .content {
        width: 100%;
        min-height: 290px;
    }
}

.banner-bg-blue {
    background-color: #C6EAFF;
}

.banner-bg-red {
    background-color: #FBC9C7;
}

.banner-bg-gray {
    background-color: #E2E2E2;
}

.banner-slide_item .bg-img {
    position: absolute;
    opacity: 0.05;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: 200%;
    background-position: top center;
}

.banner-slide_item .text {
    position: absolute;
    z-index: 2;
    align-self: center;
    margin-left: 28px;
    margin-right: 70px;
}

@media (max-width: 1025px) {
    .banner-slide_item .text {
        position: initial;
        margin: 20px 30px;
    }
}

.banner-slide_item .text {
    color: #333;
}

.banner-slide_item .text h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.banner-slide_item .text h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.banner-slide_item .text .date {
    font-size: 18px;
    font-weight: 600;
    color: #666;
    margin-bottom: 18px;
}

.banner-slide_item a {
    font-size: 14px;
    padding: 10px 8px;
    border: none;
    background-color: #fff;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.banner-slide_item a:hover {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    background-color: #FFEEED;
}

.banner-slide_item a:active {
    background-color: #E6290F;
    color: #fff;
}

.banner-slide_item a span {
    margin: 0 10px;
    font-size: 20px;
    line-height: 0.8;
}

.linkBlk {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px 0;
}

.link-item a {
    display: block;
    width: 150px;
    height: 150px;
    margin: 15px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
}

.link-item a:hover {
    background-color: #E6290F;
    color: #fff;
    border: 1px solid #E6290F;
}

.link-item a img {
    display: block;
    margin-bottom: 10px;
    filter: brightness(30%);
}

.link-item a:hover img {
    filter: brightness(100%);
}

.contactBlk {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contactBlk a {
    background-color: #E6290F;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    margin: 10px;
}

.contactBlk a:hover {
    text-decoration: underline;
}

.sub-breadcrumbs {
    font-size: 12px;
    color: #999999;
    margin-bottom: 20px;
}

.sub-breadcrumbs>a {
    color: #999999;
    text-decoration: none;
    margin: 0 2px;
    white-space: nowrap;
}

.sub-breadcrumbs>a:hover {
    color: #E6290F;
    text-decoration: underline;
}

.jobBlk {
    display: flex;
    flex-wrap: wrap;
    margin: 40px auto;
}

.job-item {
    width: 25%;
}

@media (max-width: 768px) {
    .job-item {
        width: 33.3%;
    }
}
@media (max-width: 480px) {
    .job-item {
        width: 50%;
    }
}

.job-item a {
    margin: 10px;
    border: 1px solid #eee;
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.job-item a:hover {
    text-decoration: underline;
}

.job-item a img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
}

.job-item a:hover img {
    filter: brightness(108%);
}

.job-item a span {
    display: block;
    padding: 8px 10px;
}

.note {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.note .round {
    background-color: #b8b8b8;
    padding: 20px;
    border-radius: 50%;
    margin-right: 20px;
    width: 50px;
    height: 50px;
}

.note .round img {
    width: 100%;
    height: auto;
}

.note .text {
    flex: 1;
}

.photo-slide img {
    width: 100%;
    height: auto;
}

.photo-slide .slick-slide {
    margin: 0 10px;
}

.photo-slide ul {
    padding-left: 0;
}

.photo-slide .slick-dots {
    bottom: -60px;
}

.photo-slide .slick-dots li.slick-active button {
    background-color: #E6290F;
}

.content .main .top > div {
    max-width: initial !important;
}
/*20220714首頁更新 end*/

/*partnership center start*/
.partner-outer-container{
	max-width: 1350px;
	margin: auto;
}

.sliderBlk-partnership {
	padding: 0 2rem;
}

.sliderBlk-partnership .swiper-button-next {
	background-image: none;
	top: calc(52% + 0.5rem);
	right: -7px;
	color: #666;
}

.sliderBlk-partnership .swiper-button-prev {
	position: absolute;
	background-image: none;
	top: calc(52% + 0.5rem);
	left: 2px;
	color: #666;
}

.sliderBlk-partnership .swiper-button-next::before {
	content: '\f0da';
	font-family: "Font Awesome\ 5 Free";font-weight: 900;
	font-size: 3.5rem;
}

.sliderBlk-partnership .swiper-button-prev::before {
	content: '\f0d9';
	font-family: "Font Awesome\ 5 Free";font-weight: 900;
	font-size: 3.5rem;
}

.sliderBlk-partnership .swiper-button-next:hover,
.sliderBlk-partnership .swiper-button-prev:hover {
	color: #333;
}

.sliderBlk_partner .swiper-wrapper .slide-img{
	display: flex;
	width:auto;
	align-items: center;
	/*padding-bottom: 1rem;*/
	padding: 0.5rem 0.5rem 1rem 0.5rem;
	height: 4rem;
}

.sliderBlk_partner .swiper-wrapper .slide-img img{
	width:100px;
	height: 4vh;
	margin-left: -0.3rem;
}

.sliderBlk_partner .swiper-wrapper .productImg{
	padding: 0.5rem 0.5rem 1rem 0.5rem
}

.sliderBlk_partner .swiper-wrapper .productImg img{
	width:100%;
	height: 9rem;
	/*margin: auto;*/
    display: block;
}

.sliderBlk_partner .swiper-wrapper .slide-img a{
	text-decoration: none;
	color: #333333;
	display:flex;
	/*overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
}

.sliderBlk_partner .swiper-wrapper .slide-img a:hover{
	text-decoration: underline;
	display: flex;
   /* white-space: unset;*/
}

@media only screen and (min-width: 1649px) {  
	.sliderBlk_partner .swiper-wrapper .slide-content{
		width: 85%;
	}
}

.sliderBlk_partner .swiper-wrapper .slide-content{
	padding: 0 0.5rem 5rem 0.5rem;
}

.sliderBlk_partner .swiper-wrapper .slide-content .text{
	height: 7rem;
}

.viewAll{
	text-align: center;
}
.viewAll a {
    text-decoration: none;
    background: #e6290f;
    color: white;
    padding: 0.7rem;
}

.partner-container{
	display: flex;
    flex-wrap: wrap;
	padding: 3rem;
	margin: auto;
}

@media only screen and (min-width: 500px) {
	#partner-outer{
		width: 100%;
		margin: auto;
	}
}

@media only screen and (min-width: 1649px) {  
	#partner-outer{
		width: 90%;
		margin: auto;
	}
}
@media only screen and (min-width: 2137px) {  
	#partner-outer{
		width: 80%;
		margin: auto;
	}
}

@media only screen and (min-width: 360px) {
	.partner-container .partner-item{
		width: 100%;
		padding: 0.8rem;
		margin: 0;
		border: 1px solid #eee;
	}
}
@media only screen and (min-width: 870px) {
	.partner-container .partner-item{
		width: 45%;
		padding: 0.8rem;
		margin: 0;
		border: 1px solid #eee;
	}
}
@media only screen and (min-width: 1440px) {
	.partner-container .partner-item{
		width: 30%;
		padding:0.8rem;
		margin: 0;
		border: 1px solid #eee;
	}
}

.partner-container .partner-item .company-img{
	display: flex;
    align-items: center;
	padding-bottom: 1rem;
}

.partner-container .partner-item .company-img img{
	width:100px;
	height: 4vh;
}

.partner-container .partner-item .productImg{
    padding-bottom: 1rem;
}

@media only screen and (min-width: 360px) {
	.partner-container .partner-item .productImg img{
		width: 100%;
		height: 9rem;
	}
}
@media only screen and (min-width: 500px) {
	.partner-container .partner-item .productImg img{
		width: 100%;
    	height: 9rem;
	}
}

.partner-container .partner-item .content{
	padding: 0.5rem;
}
.partner-container .partner-item .content .text{
    width: 100%;
}
.partner-container .partner-item .content .text:hover{
	/*cursor:pointer;*/
}

.partner-item a{
	text-decoration: none;
    color: #333333;
    display: flex;
	/*overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
}

.partner-item a:hover{
	text-decoration: underline;
	display: flex;
    /*white-space: unset;*/
}

@media only screen and (min-width: 360px) {
	.partnerLink {
		/*overflow: auto;
		white-space: inherit;
		text-overflow: unset;
		display: flex;*/
	}
}
@media only screen and (min-width: 500px) {
	.partnerLink {
		/*text-decoration: none;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		display: flex;*/
	}
}

.partnerLink span{
	/*padding-left:1rem;*/
}

#partner-close {
	position: relative;
	display:table;
	margin:auto!important;
}

/*partnership center end*/
/*feedback update 20220905*/
.satisfactionType h2{
	font-weight: 800;
	font-size: small;
	    margin-left: 0.5rem;
}

.satisfactionType h3{
	margin-left: 1rem;
}

.satisfaction {
    margin-left: 1rem;
}

.experienceItem {
	/*line-height: 20px;*/
}

.experienceItem, .feedbackOthersInput input{
	border: 1px solid #ccc;
}

.feedbackOthersInput input[type=text]{
	margin-left: 0.5rem;
}

.otherJob, .otherPurpose{
	cursor: pointer;
    vertical-align: baseline;
}

.feedbackOthersInput{
	/*margin-left:1rem;*/
}
