@charset "utf-8";

body {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #222;
	background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #222;
}

a:hover,
a:focus {
	text-decoration: none !important;
	color: #222;
}

a,
input,
button {
	outline: none !important;
}

ul {
	list-style-type: none;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0);
	z-index: 999;
	transition: all 0.4s ease-in-out;
}

.header.fixed {
	padding: 8px 0;
	background-image: none;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

.header.fixed .logo-initial {
	display: none;
}

@media (min-width:992px) {
	.header.fixed .logo-initial {
		display: block;
	}

	.header.fixed .logo-fixed {
		display: none !important;
	}
}

.header.fixed .logo-fixed {
	display: block;
}

.navbar-toggler svg {
	color: #000;
	width: 30px;
	height: 30px;
}

.header.fixed .navbar-toggler svg {
	color: #333;
}

@media (min-width:992px) {
	.header {
		background-position: top;
		background-repeat: repeat-x;
		background-color: rgba(0, 0, 0, 0);
	}

	.header.fixed {
		background-color: #fff;
		border-bottom: 1px solid #eee;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		transition: all 0.4s ease-in-out;
	}

	.header.fixed .logo img {
		height: 90px;
		width: auto;
	}

	.navbar-toggler svg {
		color: #000;
		width: 30px;
		height: 30px;
	}
}

/* .offcanvas-end {
	background-color: #000;
} */

.btn-close {
	font-size: 40px;
	background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z' clip-rule='evenodd'/></svg>");
}

.btn-close-1 {
	background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z' clip-rule='evenodd'/></svg>");
}

.logo,
.logo a {
	display: block;
}

.logo img {
	width: auto;
	height: 110px;
}

@media (min-width:992px) {
	.logo {
		padding: 10px 0;
	}

	.logo img {
		height: 130px;
	}
}

.logo-fixed {
	display: none;
}

.show-logo img {
	height: 100px;
}

.nav-link {
	display: block;
	font-size: 17px;
	font-weight: 600;
	color: #333;
	text-align: center;
	padding: 4px 6px;
	position: relative;
	margin: 6px 0;
}

.nav-link::before {
	content: '';
	left: 0;
	bottom: 0;
	position: absolute;
	width: 0;
	height: 1px;
	background-color: #daa520;
	transition: all 0.4s;
}

@media (min-width:992px) {
	.nav-link {
		color: #000;
		font-size: 22px;
		margin: 0 2px !important;
	}
}

@media (min-width:1400px) {
	.nav-link {
		margin: 0 15px !important;
	}
}

.nav-link:hover,
.nav-link.active {
	color: #daa520 !important;
}

@media (min-width:992px) {

	.nav-link:hover::before,
	.nav-link.active::before {
		width: 100%;
	}
}

.close-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	right: -10px;
	top: -10px;
	width: 50px;
	height: 50px;
	background-color: #edd010;
	border-radius: 100%;
	border: none;
	cursor: pointer;
	z-index: 9;
}

.close-btn .bi {
	color: #fff;
	margin-top: 8px;
	margin-right: 8px;
}

@media (max-width: 414px) {
	.captcha-box {
		transform: scale(0.9);
		margin-left: -15px;
	}
}

#back-to-top {
	display: none;
}

#back-to-top.show {
	display: block;
}

.back-to-top {
	position: fixed;
	right: 2%;
	bottom: 6%;
	width: 42px;
	height: 42px;
	border-radius: 10px;
	background-color: #daa520;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9;
}

.back-to-top .fa {
	color: #fff;
	font-size: 18px;
}

.navbar-toggler-icon {
	width: 26px;
	height: 26px;
}

.main {
	margin-top: 130px;
}

@media (min-width: 992px) {
	.main {
		margin-top: 160px;
	}
}

.marTop {
	padding-top: 0px;
}

@media (min-width: 992px) {
	.marTop {
		padding-top: 40px;
	}
}

.home-img {
	margin-top: 24px;
	margin-bottom: 24px;
	/* background-color: #eee; */
	display: flex;
	justify-content: center;
}

/* .home-img img {} */

.sub-title {
	display: inline-block;
	border-bottom: 2px solid #6f5ea1;
	padding: 5px 0;
	font-size: 24px;
	color: #333;
	font-weight: 600;
}

@media (min-width: 992px) {
	.sub-title {
		font-size: 26px;
	}
}

.txt-style {
	margin-top: 15px;
}

.txt-style p {
	font-size: 18px;
	color: #666;
}

@media (min-width: 992px) {
	.txt-style p {
		font-size: 20px;
	}
}

.card {
	overflow: hidden;
}

.color1 {
	background-color: #FAB725;
}

.color2 {
	background-color: #739AF0;
}

.color3 {
	background-color: #73B3B0;
}

.color4 {
	background-color: #AD94F8;
}

.card-title {
	color: #fff;
	font-size: 18px;
	margin: 0;
}

@media (min-width: 992px) {
	.card-title {
		font-size: 22px;
	}
}

.card-img {
	overflow: hidden;
	border-top-left-radius: 0.375rem;
	border-top-right-radius: 0.375rem;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.card-img img {
	width: 100%;
	transition: all 0.4s;
    min-height:183px;
    cursor:pointer;
}

.card-img:hover img {
	transform: scale(1.1);
}

.home-video {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}

.home-title {
	margin-bottom: 20px;
	color: #6f5ea1;
	font-size: 30px;
	font-weight: 600;
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 15px;
}

@media (min-width: 992px) {
	.home-title {
		font-size: 40px;
	}
}

.home-title::after {
	content: '';
	display: block;
	width: 4px;
	height: 100%;
	background-color: #edd010;
	position: absolute;
	left: 0;
}

.home-history {
	background-color: #fafafa;
	padding: 40px 0;
}

.home-area {
	padding: 40px 0;
}

.footer {
	background-color: #111;
	padding: 40px 0 20px 0;
}

.footer-logo img {
	width: auto;
	height: 140px;
}

.footer-name {
	display: block;
	width: 260px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}

.footer-tit {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 24px;
}

.footer-ul li {
	color: #fff;
	font-size: 18px;
	margin-bottom: 5px;
}

.footer-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	/* width: 36px;
	height: 36px; */
	border-radius: 10px;
	margin-right: 20px;
	box-shadow: 0 0px 5px rgba(0, 0, 0, 0.23);
	overflow: hidden;
}

.footer-icon img {
	width: 40px;
	height: 40px;
}

.footer-icon .fa {
	font-size: 26px;
	color: #fff;
}

.copy {
	background-color: #6f5ea1;
	padding: 14px 12px;
}

.footer-text {
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.footer-link {
	display: inline-block;
	padding: 5px 15px;
	border-radius: 10px;
	background-color: #daa520;
	font-size: 18px;
	font-weight: bold;
	color: #fff !important;
}

.home-news {
	padding-bottom: 40px;
}

.new-tit {
	font-size: 18px;
	margin-bottom: 20px;
}

.news-img {
	display: block;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.news-img img {
	width: 100%;
	/* height: 100%; */
	object-fit: cover;
	transition: all 0.4s;
}

.news-img:hover img {
	transform: scale(1.1);
}

.news-img span {
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	transition: all 0.4s;
}

@media (min-width: 992px) {
	.news-img span {
		font-size: 20px;
	}
}

.news-img:hover span {
	top: 100%;
	left: 100%;
}

.news-item-tit {
	font-size: 20px;
	font-weight: 600;
}

.fa-file-pdf-o {
	font-size: 22px;
	color: rgb(255, 0, 0);
}

.home-event {
	background-color: rgba(115, 179, 176, 0.1);
	padding: 40px 0;
}

.home-contact {
	padding: 40px 0;
}

.footer-ul-1 li {
	color: #555;
	font-size: 20px;
}

@media (min-width: 768px) {
	.footer-ul-1 li {
		font-size: 22px;
	}
}

.line {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #FAB725;
	margin: 20px 0;
}

.map {
	border: 8px solid rgba(115, 154, 240, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.map iframe {
	width: 100%;
}

.table-box {
	background-color: #6f5ea1;
	padding: 12px 30px 12px 20px;
	border-top-right-radius: 20px;
	transition: all 0.4s;
}

.table-box:hover {
	background-color: #73B3B0;
}

.table-box p {
	color: #fff;
	font-size: 22px;
}

.table-box .fa {
	color: #fff;
	font-size: 20px;
}

.fx-box {
	background-color: rgba(218, 165, 32, 0.1);
	border-radius: 20px;
	margin-top: 15px;
}

.fx-img {
	padding: 10px;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 20px;
}

.txt-style1 p {
	color: #333;
	font-size: 18px;
}

.accordion-button {
	font-size: 20px;
	font-weight: bold;
}

.accordion-body {
	color: #666;
	font-size: 18px;
}

/* .accordion-button:not(.collapsed) {
	background-color: rgba(115, 154, 240, 0.6) !important;
	color: #fff !important;
} */

.card1 {
	border: 1px solid rgba(0, 0, 0, 0);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	border: none;
	transition: all 0.4s;
}

.card1:hover {
	box-shadow: none;
	border: 1px solid #eee;
}

.new-tit {
	font-weight: bold;
	font-size: 20px;
	color: #FAB725;
}

@media (min-width: 992px) {
	.new-tit {
		font-size: 26px;
	}
}

.home-news1 {
	padding: 40px 0;
	background-color: #fafafa;
}

.news1-box {
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.news-body,
.news1-img {
	width: 100%;
}

.news-body {
	padding: 20px;
}

.news-body h3 {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-bottom: 12px;
	margin-top: 0px;
}

@media (min-width: 576px) {
	.news-body h3 {
		margin-top: 25px;
	}
}

@media (min-width: 992px) {
	.news-body h3 {
		font-size: 24px;
	}
}

.news-body p {
	font-size: 18px;
	color: #666;
}

.news-body span {
	display: block;
	text-align: end;
	font-size: 16px;
	color: #6f5ea1;
}

.news-body span:hover {
	color: #FAB725;
}

.news1-img {
	border-radius: 0;
}

@media (min-width: 768px) {
	.news-body {
		width: 55%;
	}

	.news1-img {
		width: 45%;
	}
}

@media (min-width:992px) {
	.card1-img {
		height: 380px;
	}

	.card1-img img {
		height: 100%;
	}

	.card1-body {
		padding: 30px 16px;
	}
}

.offcanvas {
	max-width: 240px;
}

.popup-body {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 999;
}

.popup-close {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.popup-close .fa {
	color: #333;
	font-size: 24px;
}

.popup-img,
.popup-content {
	padding: 10px 10px 0 10px;
	width: 100%;
}

.popup-img {
	padding-top: 0 !important;
	display: flex;
	justify-content: center;
}


.popup-box {
	width: 100%;
	height: 600px;
	overflow-y: auto;
}

@media (min-width: 992px) {

	.popup-box {
		width: 700px;
	}
}

.popup-box::-webkit-scrollbar {
	width: 5px;
}

.popup-box::-webkit-scrollbar-track {
	background: #fff;
}

.popup-box::-webkit-scrollbar-thumb {
	background: #bbb;
	border-radius: 10px;
}

.popup-box::-webkit-scrollbar-thumb:hover {
	background: #999;
	/* border-radius: 10px; */
}

.popup-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 30px;
}

.popup-content h3,
.h3-title {
	font-size: 20px;
	color: #6f5ea1;
	font-weight: bold;
	margin-bottom: 0;
	padding-right: 30px;
	/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
}

.popup-content p {
	font-size: 16px;
	color: #666;
}

@media (min-width: 768px) {

	.popup-img,
	.popup-content {
		padding: 20px;
	}

	.popup-content h3,
	.h3-title {
		font-size: 24px;
	}

	.popup-content p {
		font-size: 18px;
	}
}

.card-box {
	padding: 20px;
	background-color: #fff;
	border-radius: 20px;
}

.card-img {
	display: block;
	position: relative;
	overflow: hidden;
}

.swiper-intord .card-body .card-title {
	color: #111;
}

.card-body1 {
	display: block;
	text-align: center;
	font-size: 22px;
	margin-top: 10px;
	padding: 10px 10px;
	background-color: #e4f6f2;
	color: #036d53;
	border-radius: 10px;
	transition: all 0.4s;
}

.card-box:hover .card-body1 {
	background-color: #036d53;
	color: #fff;
}

.next-btn,
.prev-btn {
	width: 30px;
	height: 50px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #036d53;
	cursor: pointer;
}

.prev-btn {
	left: 2px;
}

.next-btn {
	right: 2px;
}

.next-btn::after,
.prev-btn::after {
	font-size: 18px;
	color: #fff;
}

.next-btn1,
.prev-btn1 {
	background-color: #739AF0;
}


.history::after {
	content: '';
	background-color: rgba(0, 0, 0, 0);
	transition: all 0.4s;
}

.history i {
	margin-left: 15px;
	transform: rotate(-90deg);
	transition: all 0.4s;
}

.history.active::after {
	background-color: #FAB725;
}

.history.active i {
	transform: rotate(0deg);
}

.con-tit {
	font-size: 24px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
}

@media (min-width: 992px) {
	.con-tit {
		font-size: 28px;
	}
}

.con-tit-en {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.padd-tb {
	padding: 20px 0 !important;
}

@media (min-width: 768px) {
	.padd-tb {
		padding: 40px 0 !important;
	}
}

.links a {
	display: inline-block;
	color: #6f5ea1;
	margin-left: 8px;
}

.links a:hover {
	color: #FAB725;
}

.modal-popup-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 20px;
	z-index: 99999;
}

.modal-popup-box.active {
	display: block;
}

.modal-content {
	margin: 5% auto;
	max-width: 800px;
	background-color: #fff;
}

.modal-header {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

.modal-header b {
	font-size: 24px;
	color: #222;
	padding-left: 10px;
}

.modal-header button {
	padding: 0;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	background-color: #AD94F8;
}

.modal-header button span {
	font-size: 24px;
	color: #fff;
	margin-top: -5px;
}

.modal-body {
	overflow-y: auto;
	
}

.over {
	overflow-y: auto;
	min-height: 200px;
}

.footer-link img {
	width: 24px;
	height: auto;
	margin-right: 5px;
	margin-top: -3px;
}

.intord-popup1,
.popup,
.news-popup {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	/* display: flex; */
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 999;
}

.intord-popup1.active,
.popup.active,
.news-popup.active {
	display: flex;
}

.next-popup,
.prev-popup {
	position: absolute;
	top: calc(50%);
	display: flex;
	justify-content: center;
	align-items: center;
}

.next-popup {
	right: 5px;
}

.prev-popup {
	left: 5px;
}

.next-popup i,
.prev-popup i {
	font-size: 24px;
	color: #fff;
}

.news-popup .popup-close {
	position: absolute;
	right: 20px;
	top: 20px;
}

.news-popup .popup-close i {
	color: #fff;
}

.popup-video {
	width: 1280px;
	height: 720px;
	padding: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.popup-video iframe {
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
	.popup-video iframe {
		width: 100%;
		height: 240px;
	}
}

.show-close {
	display: inline-block;
	width: 130px;
	border: 1px solid #739AF0 !important;
	background-color: #739AF0 !important;
	color: #fff !important;
	font-size: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
}




.editor {overflow: hidden; min-height:50vh;}
.editor img {display: inline-block;max-width: 100%!important;height: auto!important;}
.editor iframe {max-width: 100%;}
.editor table {max-width: 100%!important;}
.editor p { min-height:24px; margin-bottom:0; }

.editor video { max-width:100%; height:auto; }

.news-body>p { min-height:110px; }

.faq-description p { margin-bottom:0; }