@charset "UTF-8";
/* =========================================================================

==base
==header
==banner
==intro
==service
==news
==album
==contact
==link
==team
==footer
==breadcrumb + pagintaion
==privacy
==login
==RWD

========================================================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+TC:wght@100..900&display=swap');

/* =========================================================================
==base
========================================================================= */
:root {
	--fs-BNTitle: 48px;
	--fs-BNTxt: 20px;
	--fs-sectionTitle: 36px;
	--fs-infoTitle: 24px;
	--fs-sidebarTitle: 22px;
	--fs-itemTitle: 22px;
	--fs-footerTitle: 22px;
	--fs-headerNav: 20px;
	--fs-normal: 16px;
	--fs-small: 14px;

	--section: 80px;

	--cnvs-themecolor: #6495ed;
	--cnvs-themecolor-rgb: 100, 149, 237;
	--cnvs-lightgreen: #7FFFD4;
	--cnvs-lightblue: #00ffff;
	--cnvs-bggray: #f2f2f2;
}

/* ================= base ================= */
body,
.form-control {
	word-break: break-word;
	letter-spacing: 1px;
	line-height: 1.75;
	font-weight: 400;
	font-family: "Noto Sans TC", sans-serif;
	color: var(--cnvs-black);
	font-size: var(--fs-normal);
}

.form-control::placeholder {
	color: var(--cnvs-contrast-600);
}

p:last-child,
ul:last-child,
ol:last-child,
li:last-child,
form:last-child,
.form-control:last-child {
	margin-bottom: 0;
}

a {
	color: var(--cnvs-black);
	transition: .3s ease;
}

a:hover {
	color: var(--cnvs-themecolor);
}

button {
	transition: .3s ease;
}

/* ================= ellipsis ================= */
.one-row { 
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.two-row { 
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.three-row { 
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/* ==================== btn ==================== */
.btn-base {
	position: relative;
	display: inline-block;
	color: var(--cnvs-white);
	background-color: var(--cnvs-themecolor);
	font-size: var(--fs-normal);
	font-weight: 400;
	padding: 10px 42px;
	border-radius: 100px;
	transition: .3s ease;
	z-index: 0;
}

.btn-base::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #00ffff 0%, #7FFFD4 100%);
	border-radius: 100px;
	z-index: -1;
	opacity: 0;
	transition: .3s ease;
}

.btn-base:hover {
	color: var(--cnvs-black);
	background-color: transparent;
}

.btn-base:hover::before {
	opacity: 1;
}

.btn-base.btn-banner {
	color: var(--cnvs-black);
	background: linear-gradient(90deg, #00ffff 0%, #7FFFD4 100%);
}

.btn-base.btn-banner::before {
	background: linear-gradient(90deg, #6495ED 0%, #486DAF 100%);
}

.btn-base.btn-banner:hover {
	color: var(--cnvs-white);
}

/* ==================== title ==================== */
.section-title {
	font-size: var(--fs-sectionTitle);
	color: var(--cnvs-themecolor);
	margin-bottom: 36px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	position: relative;
	text-align: center;
}

.section-title::after {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background-color: var(--cnvs-lightblue);
	margin: 10px auto 0;
}

.section-title .en {
	font-size: var(--fs-normal);
}

.section-title .zh span {
	color: var(--cnvs-black);
}
	
.item-title {
	font-size: var(--fs-itemTitle);
	color: var(--cnvs-black);
	line-height: 1.5;
	font-weight: 600;
}

.item-title.color {
	color: #5d89d8 !important;
}

.footer-title {
	font-size: var(--fs-footerTitle);
	line-height: 1.5;
	margin-bottom: 20px;
}

.sidebar-title {
	font-size: var(--fs-footerTitle);
	color: var(--cnvs-black);
}

.info-title {
	font-size: var(--fs-infoTitle);
	color: var(--cnvs-black);
}

/* ==================== other ==================== */
.section {
	background-color: transparent;
	padding: var(--section) 0;
	margin: 0;
}

.text-justify {
	text-align: justify !important;
}

.font-inter {
	font-family: 'Inter', sans-serif;
}

.bg-gray {
	background-color: var(--cnvs-bggray);
}

.color-lightgreen {
	color: var(--cnvs-lightgreen) !important;
}

.color-lightblue {
	color: var(--cnvs-lightblue) !important;
}

.h-color-deep:hover {
	color: #5775ab !important;
}

/* =========================================================================
==header
========================================================================= */
@media (min-width: 992px) {
	body.overlay-menu .primary-menu {
		opacity: 0;
		pointer-events: none;
	}

	.menu-container > .menu-item {
		margin-bottom: 16px;
	}

	.menu-container > .menu-item > .menu-link {
		background-color: var(--cnvs-themecolor);
		padding: 8px;
	}

	.sub-menu-container > .menu-item.sub-menu:not(:last-child) {
		margin: 8px 0;
	}

	.sub-menu-container > .menu-item.sub-menu:last-child {
		margin: 8px 0 0;
	}

	.sub-menu-container > .menu-item.sub-menu > .menu-link,
	.is-expanded-menu.overlay-menu .sub-menu-container .menu-item.sub-menu:hover > .menu-link {
		background-color: var(--cnvs-lightgreen) !important;
		color: var(--cnvs-black) !important;
		padding: 8px !important;
	}

	.is-expanded-menu #header .sub-menu-container .menu-item:hover > .menu-link,
	.is-expanded-menu.overlay-menu .sub-menu-container .menu-item.sub-menu:hover > .menu-link {
		color: var(--cnvs-themecolor) !important;
	}

	.is-expanded-menu #header .sub-menu-container .menu-item .sub-menu-trigger {
		color: var(--cnvs-black) !important;
		margin-top: 4px !important;
	}
}

@media (min-width:1400px) {
	.is-expanded-menu #header:not(.sticky-header) .menu-item .sub-menu-trigger {
		margin-top: 4px;
	}

	.is-expanded-menu #header .sub-menu-container .menu-item .sub-menu-trigger {
		margin-top: 7px !important;
	}
}

/* ==================== logo ==================== */
/* header {
	--cnvs-header-height-shrink: 55px;
} */

#header-wrap #logo {
	padding: 16px 0;
}

#header-wrap #logo img {
	height: 65px;
}

.is-expanded-menu #header:not(.sticky-header) #logo img {
	filter: brightness(0) invert(1) contrast(2);
}

.is-expanded-menu #header.sticky-header-shrink #header-wrap #logo {
	padding: 12px 0;
}

/* ==================== func ==================== */
.header-misc {
	position: relative;
}


.member-icon a {
	font-size: 26px;
	color: var(--cnvs-white);
}

#top-search a {
	font-size: 20px;
}

.is-expanded-menu #header.sticky-header .member-icon a {
	color: var(--cnvs-black);
}

.is-expanded-menu #header.sticky-header .member-icon a:hover {
	color: var(--cnvs-themecolor);
}

.is-expanded-menu #header:not(.sticky-header) #top-search a:hover,
.is-expanded-menu #header:not(.sticky-header) .member-icon a:hover {
	color: var(--cnvs-lightblue);
}

.is-expanded-menu #header:not(.sticky-header) .primary-menu-trigger.border,
.is-expanded-menu #header:not(.sticky-header) .header-misc-icon.border-start {
	border-color: var(--cnvs-white) !important;
}

.is-expanded-menu #header.sticky-header .primary-menu-trigger.border,
.is-expanded-menu #header.sticky-header .header-misc-icon.border-start  {
	border-color: var(--cnvs-black) !important;
}

.top-search-open .header-misc-icon.border-start,
.is-expanded-menu.top-search-open #header:not(.sticky-header) .header-misc-icon.border-start {
	border-color: transparent !important;
}

/* ==================== nav ==================== */
.is-expanded-menu.overlay-menu .menu-container {
	max-width: 450px;
}

.is-expanded-menu .menu-container > .menu-item:not(:first-child) {
	margin-left: 0;
}

.is-expanded-menu #header:not(.sticky-header) .menu-item:hover > .menu-link {
	color: var(--cnvs-lightblue);
}

/* .is-expanded-menu .sub-menu-container .menu-item:hover > .menu-link {
	color: var(--cnvs-themecolor) !important;
} */

/* .menu-item.current > .menu-link {
	color: var(--cnvs-themecolor);
}

.is-expanded-menu #header:not(.sticky-header) .menu-item.current > .menu-link {
	color: var(--cnvs-lightblue);
} */

.menu-link,
.sub-menu-container .menu-item > .menu-link,
.is-expanded-menu .sub-menu-container .menu-item > .menu-link,
.top-search-form input {
	font-size: var(--fs-headerNav);
	font-weight: 500;
	line-height: 1.5;
}

.is-expanded-menu #header:not(.sticky-header) .sub-menu-container .menu-item > .menu-link {
	color: var(--cnvs-white);
}

.is-expanded-menu.overlay-menu .sub-menu-container {
	padding-left: 32px !important;
}

.is-expanded-menu #header:not(.sticky-header) .menu-item .sub-menu-trigger {
	color: var(--cnvs-white);
}

body.is-expanded-menu.primary-menu-open {
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
}

body.is-expanded-menu.primary-menu-open .primary-menu .menu-container {
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 90vh;
	max-height: 90dvh;
	padding-bottom: 20px;
	flex-wrap: nowrap;
}

/* =========================================================================
==banner
========================================================================= */
#slider {
	aspect-ratio: 2000 / 965;
}

.slider-caption.slider-caption-center {
	max-width: 870px;
}

.swiper-slide-bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
}

.banner-title {
	font-size: var(--fs-BNTitle);
	font-weight: 600;
	line-height: 1.3;
	color: var(--cnvs-white);
	margin-bottom: 0;
}

.banner-txt,
.slider-caption p {
	font-size: var(--fs-BNTxt);
	font-weight: 400;
	color: var(--cnvs-white);
}

/* =========================================================================
==intro
========================================================================= */
/* ==================== txt ==================== */
.side-title {
	margin-bottom: 32px;
	text-align: start;
}

.side-title::after {
	display: none;
}

.side-title .en {
	font-family: 'Inter', sans-serif;
	display: flex;
	align-items: center;
}

.side-title .en::after {
	content: '';
	display: inline-block;
	margin-left: 16px;
	width: 400px;
	height: 1.5px;
	background-color: var(--cnvs-lightblue);
	border-radius: 50%;;
}

.intro-items .ball {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	background: linear-gradient(270deg, #6495ED 0%, #7FFFD4 100%);
	border-radius: 50%;;
}

.intro-items .item-title {
	font-size: var(--fs-BNTxt);
}

/* ==================== img ==================== */
.intro-imgs {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 49.375%;
	margin-bottom: 12.854%;
}

.intro-imgs .img-bg {
	width: 66.56%;
	border-radius: 16px 0 0 16px;
}

.intro-imgs .img-bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, rgba(127, 255, 212, 0.60) 0%, rgba(0, 255, 255, 0.60) 100%);
	pointer-events: none;
}

.intro-imgs .img-front {
	width: 59.62%;
	border-radius: 16px;
	border: 8px solid var(--cnvs-white);
	position: absolute;
	bottom: -12.854%;
}

/* ==================== info ==================== */
.intro-sec-1::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 200px;
	background-color: var(--cnvs-bggray);
	top: 0;
	left: 0;
	transform: translateY(-50%);
}

.concept-img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
	pointer-events: none;
}

/* ================= history ================= */
.history_6__time-item::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  width: 30%;
  height: 2px;
  background: var(--cnvs-lightgreen);
}

.history_6__time-item .history_6__time-year {
  width: 20%;
  background: linear-gradient(90deg, var(--cnvs-lightblue) 0%, var(--cnvs-lightgreen) 100%);
  height: fit-content;
}

.history_6__time-txt {
  position: relative;
  margin-left: 10%;
  width: 70%;
  padding: 10px 0px 10px 30px;
}

/* ================= charter ================= */
.charter-content .item-title {
	text-indent: 156px;
}

.charter-content .item-title ~ ul > li > span:first-child {
	width: 135px;
}

.charter-content .item-title ~ ul > li span:first-child {
	flex-shrink: 0;
}

.quote-wrap {
	padding: 36px;
	border-left: 4px solid var(--cnvs-themecolor);
}


/* =========================================================================
==service
========================================================================= */
.service-item {
	display: block;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid var(--cnvs-themecolor);
	background-color: var(--cnvs-themecolor);
	z-index: 0;
}

.service-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, var(--cnvs-lightblue) 0%, var(--cnvs-lightgreen) 100%);
	z-index: -1;
	opacity: 0;
	transition: .3s ease;
}

.service-item:hover::before {
	opacity: 1;
}

.service-item .img-wrap {
	position: relative;
	overflow: hidden;
	aspect-ratio: 960 / 530;
	background-color: var(--cnvs-white);
}

.service-item .img-wrap img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	transition: .3s ease;
}

.service-item:hover .img-wrap img {
	transform: scale(1.05);
}

.service-item .item-title {
	color: var(--cnvs-white);
	padding: 16px;
	transition: .3s ease;
}

.service-item:hover .item-title {
	color: var(--cnvs-black);
}

/* ==================== index second ==================== */
.service-sec {
	background-color: #E4E4E4;
}

.service-sec > img {
	bottom: 0;
	transform: translateY(50%);
}

.service-sec > .section {
	padding-bottom: 182px
}

.negetive-margin {
	margin-top: -230px;
	max-width: 100%;
	overflow: hidden;
}

.service-sec .section-title {
	color: #35599C;
}

.service-sec .section-title::after {
	background-color: #35599C;
}

/* ==================== info ==================== */
.php_list_wrap .service-item .item-title {
	font-size: 20px;
	padding: 12px;
}

.toggle-header {
	padding: 12px 8px;
	background: rgb(127 255 212 / 60%);
	border-left: 5px solid var(--cnvs-themecolor);
}

.toggle-header:hover,
.toggle-active .toggle-header {
	background: var(--cnvs-lightblue);
}

.toggle-closed {
	transition: .2s;
}

.toggle-active .toggle-closed {
	display: block;
	transform: rotate(45deg);
	opacity: 1;
}

.amout-table {
	width: 100%;
	overflow-x: auto;
}

.amout-table table,
.info-table table {
	border: 1px solid var(--cnvs-themecolor);
	background-color: var(--cnvs-white);
}

.amout-table thead tr,
.info-table thead tr {
	background-color: var(--cnvs-themecolor);
	color: var(--cnvs-white);
}

.amout-table th,
.info-table th,
.info-table td {
	text-align: center;
}

.amout-table th,
.info-table th,
.amout-table td,
.info-table td {
	padding: 8px;
	white-space: nowrap;
}

.amout-table td {
	text-align: end;
}

.amout-table tbody tr:not(:last-child) td,
.info-table tbody tr:not(:last-child) td {
	border-bottom: 1px solid var(--cnvs-themecolor);
}

.amout-table th:not(:last-child),
.info-table th:not(:last-child) {
	border-right: 1px solid var(--cnvs-white);
}

.amout-table td:not(:last-child),
.info-table td:not(:last-child) {
	border-right: 1px solid var(--cnvs-themecolor);
}

.service-info .intro-items .ball {
	width: 30px;
	height: 30px;
}

/* =========================================================================
==news
========================================================================= */
.news-item {
	position: relative;
	display: flex;
	align-items: center;
	gap: 36px;
	padding: 24px 0;
	border-top: 1px solid var(--cnvs-themecolor);
}

.news-item:last-child {
	border-bottom: 1px solid var(--cnvs-themecolor);
}

.news-item::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: rgba(0, 255, 255, 0.15);
	transition: .5s ease;
}

.news-item:hover::after {
	width: 100%;
}

.news-item .info-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.news-item .info-wrap .date {
	font-family: 'Inter', sans-serif;
	font-size: 28px;
	font-weight: 500;
	color: var(--cnvs-black);
}

.news-item .info-wrap .tag {
	padding: 4px 14px;
	background-color: var(--cnvs-lightgreen);
	line-height: 1.3;
}

.newsinfo-tag {
	font-size: 15px;
	padding: 4px 14px;
	background-color: var(--cnvs-lightgreen);
	line-height: 1.3;
}

.newsinfo-tag:hover {
	background-color: var(--cnvs-lightblue);
	color: var(--cnvs-black);
}

.news-item .line {
	width: 1px;
	height: 30px;
	border-left: 1px dashed var(--cnvs-black);
}

.news-item:hover .item-title {
	color: var(--cnvs-themecolor);
}

/* ==================== sidebar ==================== */
.sidebar-wrap {
  top: 115px;
}

.news_1__widget-item {
	border: 1px solid var(--cnvs-themecolor);
}

.news_1__sidebar-area::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--cnvs-lightblue) 0%, var(--cnvs-lightgreen) 100%);
	border-radius: 8px;
}

.news_1__widget-title::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--cnvs-themecolor);
}

.news_1__widget-categories:not(.product-cate-wrap) li a:hover,
.news_1__widget-categories:not(.product-cate-wrap) li a:active {
  color: var(--cnvs-black);
	background-color: rgba(var(--cnvs-themecolor-rgb), 0.4);
}

.news_1__widget-categories:not(.product-cate-wrap) li.active a {
	color: var(--cnvs-white);
	background-color: var(--cnvs-themecolor);
}

.news_1__widget-categories ul li i {
  font-size: 12px;
}

.news-info-img-wrap .news-item .info-wrap {
	padding: 16px;
}

/* ==================== hot ==================== */
.hot-news-item {
	position: relative;
	display: block;
	border-bottom: 1px solid var(--cnvs-themecolor);
	padding: 12px 0;
}

.hot-news-item::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: rgba(0, 255, 255, 0.15);
	transition: .5s ease;
}

.hot-news-item:hover::after {
	width: 100%;
}

.hot-news-item .item-title {
	font-size: var(--fs-normal);
	line-height: 1.5;
	font-weight: 500;
}

.hot-news-item:hover .item-title {
	color: var(--cnvs-themecolor);
}

/* =========================================================================
==album
========================================================================= */
.album-item {
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 24px;
	border: 2px solid var(--cnvs-themecolor);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	background-color: var(--cnvs-white);
}

.album-item:not(:last-child) {
	margin-bottom: 36px;
}

.album-item .img-wrap {
	aspect-ratio: 960 / 530;
	width: 100%;
	height: 100%;
	position: relative;
	max-width: 380px;
}

/* .album-item .txt-wrap {
	flex: 1;
	min-width: 0;
} */

.album-item .img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: .3s ease;
}

.album-item .item-title::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	background: var(--cnvs-themecolor);
}

.album-item .img-wrap:hover img {
	transform: scale(1.1);
}

/* ==================== info ==================== */
.grid-container [data-lightbox="gallery-item"] {
	display: block;
	position: relative;
}

.grid-container [data-lightbox="gallery-item"]::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
	width: 100%;
	height: 0%;
	z-index: 1;
	transition: .5s ease;
}

.grid-container [data-lightbox="gallery-item"]:hover::before {
	height: 100%;
	transition: .5s ease;
}

.grid-container img {
	transition: .5s ease;
}

.grid-container [data-lightbox="gallery-item"]:hover img {
	transform: scale(1.15);
}

.grid-container h4 {
	line-height: 1.75;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 30%, transparent 100%);
	color: #fff;
	padding: 12px 4px;
}

.album-info-cover {
	max-height: 530px;
}

/* =========================================================================
==download
========================================================================= */
.download-item {
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 18px 24px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	border: 3px solid var(--cnvs-themecolor);
	overflow: hidden;
	height: calc(100% - 24px);
	margin-bottom: 24px;
	background-color: var(--cnvs-white);
}

.download-item .img-wrap img {
	width: 90px;
	aspect-ratio: 1 / 1;
	object-fit: contain;
}

.download-item .item-title {
	font-size: var(--fs-BNTxt);
	line-height: 1.5;
}

/* =========================================================================
==contact
========================================================================= */
.contact-sec .bg-img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 255, 255, 0.80) 0%, rgba(127, 255, 212, 0.80) 100%);
	pointer-events: none;
}

.contact-sec .main-wrap {
	padding: 48px 0;
	border-radius: 16px;
}

.contact-sec .main-wrap::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0.5px;
	height: calc(100% - 96px);
	background-color: var(--cnvs-black);
}

.contact-sec .item .font-inter {
	font-size: 18px;
}

/* ==================== info ==================== */
.contact-form .form-control {
	padding: 12px 16px;
}

.contact-form .form-control::placeholder {
	color: var(--cnvs-contrast-600);
}

.contact-form input[type="checkbox"] {
	width: 16px;
	height: 16px;
	transform: translateY(7px);
}

.contact-form input[type="checkbox"]:checked {
	background-color: var(--cnvs-themecolor);
	border-color: var(--cnvs-themecolor);
}

.contact-ok-title {
	font-size: var(--fs-sectionTitle);
}

.data-send {
	display: flex;
}

/* =========================================================================
==link
========================================================================= */
.link-item {
	--cnvs-btn-skew: 15deg;
	text-align: center;
	background-color: var(--cnvs-white);
}

.link-item .img-wrap {
	border: 3px solid var(--cnvs-themecolor);
	border-radius: 8px;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	position: relative;
}

.link-item .img-wrap::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 0%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	transform: skew(calc(-1* var(--cnvs-btn-skew))) translateX(-50%);
	z-index: 1;
	transition: 1s ease;
}

.link-item:hover .img-wrap::before {
	width: 200%;
}

.link-item .img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.link-item .item-title {
	font-size: 20px;
	transition: .3s ease;
}

.link-item:hover .item-title {
	color: var(--cnvs-themecolor);
}

.link-info-img {
	border: 3px solid var(--cnvs-themecolor);
	border-radius: 8px;
	overflow: hidden;
	max-width: 450px;
	background-color: var(--cnvs-white);
}

/* =========================================================================
==team
========================================================================= */
.team-item {
	height: 100%;
	gap: 24px;
	padding: 18px 24px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	border: 3px solid var(--cnvs-themecolor);
	background-color: var(--cnvs-white);
}

.team-item .img-wrap {
	aspect-ratio: 1 / 1;
	width: 100px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	flex-shrink: 0;
}

.team-item table {
	width: 100% !important;
}

/* =========================================================================
==footer
========================================================================= */
#footer {
	background-color: #4F76BE;
}

.footer-logo {
	width: 320px;
	padding: 16px;
	border-radius: 16px;
}

.footer-h1 {
	font-size: var(--fs-normal);
	line-height: 1.75;
	font-weight: 400;
	color: var(--cnvs-white);
	margin-bottom: 0;
}

/*item*/
.widget_links li a {
	padding: 0 0 0 8px;
	color: var(--cnvs-white);
}

.dark#footer .footer-widgets-wrap a,
.dark #footer .footer-widgets-wrap a {
	color: var(--cnvs-white);
}

.dark#footer .footer-widgets-wrap a:hover,
.dark#footer .footer-widgets-wrap a:active {
	color: var(--cnvs-lightblue);
}

.widget_links:not(.widget-li-noicon) li::before {
	top: 1px;
}

/*sns*/
.social-icon {
	--cnvs-socialicon-size: 36px;
}

#footer .social-icon {
	margin-top: 20px;
}

.social-icon i {
	font-size: 18px;
}

/*copyrights*/
#copyrights > div  {
	line-height: 1.65;
}

.dark #copyrights,
#copyrights a {
	color: rgba(255, 255, 255, 0.7);
}

#copyrights a:hover,
#copyrights a:active {
	color: rgba(255, 255, 255, 1);
}

/* =========================================================================
==breadcrumb + pagintaion
========================================================================= */
/* ==================== breadcrumb ==================== */
.breadcrumb-wrap {
	--breadcrumb-height: 215px;
	padding-top: var(--breadcrumb-height);
	/* margin-bottom: 25px; */
	position: relative;
	z-index: 3;
}

.breadcrumb-title {
	font-size: var(--fs-normal);
	line-height: 1.75;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: var(--cnvs-themecolor);
}

.breadcrumb-wrap .breadcrumb-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: var(--breadcrumb-height);
	overflow: hidden;
}

.breadcrumb-wrap .breadcrumb-img::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
}

.breadcrumb-wrap .breadcrumb-img img {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.breadcrumb-wrap .container {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
	z-index: 2;
}

.breadcrumb-wrap ul {
	padding: 4px 24px;
	border-radius: 25px;
	position: relative;
}

.breadcrumb-wrap ul::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--cnvs-white);
	border-radius: 25px;
	z-index: -1;
}

.breadcrumb-wrap ul::after {
	content: '';
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	position: absolute;
	top: -3px;
	left: -3px;
	background: linear-gradient(90deg, var(--cnvs-lightblue) 0%, var(--cnvs-lightgreen) 100%);
	border-radius: 25px;
	z-index: -2;
}

.php_breadcrumb li:not(:last-child)::after {
	content: '\f285';
	display: inline-block;
	margin: 0 12px;
	font-family: bootstrap-icons !important;
	vertical-align: -0.5px;
	line-height: 1;
	font-size: 14px;
}

/* ==================== pagination ==================== */
.page-item:not(:first-child) .page-link {
	border-left: 0;
}

.page-link {
	width: 40px;
	height: 40px;
}

/* =========================================================================
==login
========================================================================= */
.login-img-bg {
	width: 62%;
	height: calc(100% + 100px);
	margin-top: -100px;
}

.login-wrap .btn-base.disabled,
.login-wrap  .btn-base:disabled {
	pointer-events: none !important;
	background-color: #b2b3b4 !important;
}

.captcha-img {
	height: 28px;
}

.change-captcha {
	font-size: 13px;
	padding: 5px 9px;
}

.change-captcha i {
	transition: .3s ease;
}

.change-captcha:hover i,
.change-captcha:active i {
	transform: rotate(90deg);
}

/* =========================================================================
==privacy
========================================================================= */
.fbox-icon i {
	transform: translateY(-2px);
}

/* =========================================================================
==RWD
========================================================================= */
@media (min-width: 576px) {
	.w-sm-50 {
		width: 50%;
	}
}

@media (min-width: 1200px) {
	.header-container {
		max-width: 100%;
	}
}

@media (min-width: 1400px) {
	.header-container {
		max-width: 1380px;
	}
}

@media (min-width: 1860px) {
	.header-container {
		max-width: 1800px;
	}
}

@media (max-width: 1399px) {
	:root {
		--fs-BNTitle: 44px;
		--fs-BNTxt: 18px;
		--fs-headerNav: 16px;
	}

	/* ==================== header ==================== */
	.member-icon a {
		font-size: 22px;
	}

	#top-search a {
		font-size: 16px;
	}

	/* ==================== intro ==================== */
	.intro-imgs {
		width: 55%;
	}

	.side-title .en::after {
		width: 250px;
	}

	/* ==================== footer ==================== */
	.footer-logo {
		width: 100%;
	}

	/* ==================== news ==================== */
	.news-item {
		padding: 16px 0;
	}

	/* ==================== download ==================== */
	.download-item .img-wrap img {
		width: 82px;
	}

	/* ==================== team ==================== */
	.team-item .img-wrap {
		width: 85px;
	}

	/* ==================== breadcrumb + pagintaion ==================== */
	.breadcrumb-wrap {
    --breadcrumb-height: 230px;
	}

	/* ==================== album ==================== */
	.album-item .img-wrap {
		max-width: 295px;
	}
}

@media (max-width: 1199px) {
	:root {	
		--fs-headerNav: 17px;
	}

	/* ==================== base ==================== */
	.section-title {
		gap: 4px;
	}

	/* ==================== header ==================== */
	header {
		--cnvs-header-height: 87px;
	}

	.cnvs-hamburger {
    --cnvs-hamburger-size: 20px;
	}

	#header-wrap #logo img {
		height: 55px;
	}

	#header {
		--cnvs-header-height-shrink: 50px;
	}

	.member-icon a {
		font-size: 26px;
	}

	#top-search a {
		font-size: 20px;
	}

	/* ==================== intro ==================== */
	.intro-imgs {
		width: 48%;
		top: 0;
		transform: none;
	}

	.history_6__time-item .history_6__time-year {
		width: 26%;
	}

	.history_6__time-item::before {
		width: 37%;
	}

	.history_6__time-txt {
		width: 64%;
	}

	/* ==================== album ==================== */
	.album-item {
		gap: 20px;
		padding: 20px;
	}

	.album-item .img-wrap {
		max-width: 220px;
	}

	/* ==================== breadcrumb + pagintaion ==================== */
	.breadcrumb-wrap {
		--breadcrumb-height: 175px;
	}

	.breadcrumb-wrap .breadcrumb-img::before {
		background: rgba(0, 0, 0, 0.4);
	}
}

@media (max-width: 991px) {
	.wow {
		animation-name: none !important;
		visibility: visible !important;
		opacity: 1;
	}

	:root {
		--fs-BNTitle: 36px;
		--fs-sectionTitle: 32px;
		--fs-infoTitle: 22px;
		--fs-sidebarTitle: 20px;
		--fs-itemTitle: 20px;
		--fs-footerTitle: 20px;
	
		--section: 60px;
	}

	/* ==================== header ==================== */
	header {
		--cnvs-header-height: 125px;
	}

  .sticky-header .header-row {
		padding-bottom: 12px !important;
	}

	#header-wrap #logo {
		background: transparent;
		border-radius: 0;
		width: 100%;
	}

	#header-wrap #logo img {
		height: 45px;
	}

	.sticky-header #header-wrap #logo {
		padding: 12px 0;
	}

  .sticky-header #header-wrap #logo img {
		height: 40px;
	}

	.cnvs-hamburger {
		--cnvs-hamburger-size: 16px;
	}

	.primary-menu-trigger.border,
	.header-misc-icon.border-start {
		border-color: var(--cnvs-black) !important;
	}

	.menu-link {
		padding: 14px 8px;
	}

	.member-icon a {
		color: var(--cnvs-black);
	}

	.top-search-open .header-misc {
    border-color: transparent !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
		z-index: 99;
	}

	.top-search-open .header-misc #top-search {
		position: absolute;
		right: 0;
	}

	.top-search-open .header-misc > *:not(#top-search) {
		display: none;
	}

	.sticky-header #header-wrap .social-icon {
		--cnvs-socialicon-size: 30px;
	}

	/* ==================== intro ==================== */
	.side-title {
		margin-bottom: 24px;
	}

	.intro-imgs {
		width: 720px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		padding: 0 12px;
	}

	.intro-imgs .img-bg {
		border-radius: 16px;
	}

	.history_6__time-item .history_6__time-year {
		width: 30%;
	}

	.history_6__time-item::before {
		width: 42%;
	}

	.history_6__time-txt {
		width: 60%;
	}

	/* ==================== news ==================== */
	.news-item {
		gap: 24px;
	}
	
	.news-item .info-wrap {
		gap: 6px;
	}

	.news-item .info-wrap .date {
		font-size: 24px;
	}

	/* ==================== contact ==================== */
	.contact-sec .main-wrap {
		padding: 32px 0;
	}

	.contact-sec .main-wrap .item img {
		width: 80px;
	}

	/* ==================== footer ==================== */
	.footer-logo {
		padding: 12px;
    width: 320px;
	}

	/* ==================== breadcrumb + pagintaion ==================== */
	.breadcrumb-wrap {
		--breadcrumb-height: 150px;
	}

	.php_breadcrumb li:not(:last-child)::after {
		margin: 0 8px;
	}

	/* ==================== login ==================== */
	.login-img-bg {
		width: 100%;
	}
}

@media (max-width: 767px) {
	/* ==================== base ==================== */
	.btn-base {
		padding: 8px 36px;
	}

	/* ==================== header ==================== */
	.member-icon a {
		font-size: 24px;
	}

	#top-search a {
		font-size: 18px;
	}

	.primary-menu-trigger {
		padding: 6px;
	}

	#header-wrap .social-icon {
		--cnvs-socialicon-size: 32px;
	}

	/* ==================== banner ==================== */
	.banner-txt, .slider-caption p {
		display: none;
	}

	/* ==================== intro ==================== */
	.intro-imgs {
		width: 540px;
	}

	.history_6__time-item .history_6__time-year {
    width: 100%;
    padding: 5px;
  }

  .history_6__time-item::before {
    top: 17px;
    width: 33%;
  }

  .history_6__time-item .history_6__time-txt {
    width: 100%;
    padding: 4px 0 0;
    margin-left: 0;
  }

	/* ==================== contact ==================== */
	.contact-sec .main-wrap .item img {
		width: 70px;
	}

	/* ==================== album ==================== */
	.album-item {
		padding: 16px;
	}
	
	.album-item .btn-base.btn-banner {
		font-size: 14px;
	}

	.album-item .img-wrap {
		max-width: 180px;
	}

	/* ==================== download ==================== */
	.download-item .img-wrap img {
		width: 75px;
	}

	.download-item .btn-base {
		font-size: 15px;
	}
	
	/* ==================== breadcrumb + pagintaion ==================== */
	.breadcrumb-title one-row {
		margin-right: 0;
	}

	/* ==================== privacy ==================== */
	.feature-box {
    --cnvs-featured-box-icon: 3.3rem;
	}
}

@media (max-width: 575px) {
	:root {
		--fs-BNTitle: 20px;
		--fs-sectionTitle: 28px;
		--fs-infoTitle: 22px;
		--fs-itemTitle: 18px;
	
		--section: 40px;
		--cnvs-canvas-slider-dots-size: 8px;
	}

	/* ==================== base ==================== */
	.section-title {
		margin-bottom: 24px;
	}

	.btn-base.btn-base.btn-banner {
		padding: 6px 28px;
		font-size: 15px;
	}

	/* ==================== header ==================== */
	.member-icon span.fs-6 {
		font-size: var(--fs-small) !important;
	}

	.sticky-header .header-row {
		padding-bottom: 10px !important;
	}

	/* ==================== banner ==================== */
	#slider {
		--cnvs-swiper-dots-position-bottom: 10px;
	}

	/* ==================== intro ==================== */
	.intro-imgs {
		width: 100%;
	}

	.side-title {
		margin-bottom: 16px;
	}

	.side-title .en::after {
		width: 150px;
	}

	.intro-imgs {
		margin-bottom: 18%;
	}

	.intro-imgs .img-bg {
		width: 88%;
	}

	.intro-imgs .img-front {
		width: 80%;
		border-width: 4px;
	}

	.charter-content .item-title {
		text-indent: 0px;
		text-align: center;
	}

	.charter-content .item-title ~ ul > li {
    padding-bottom: 12px;
	}

	.quote-wrap {
		padding: 24px;
	}

	/* ==================== service ==================== */
	.service-sec > .section {
    padding-bottom: 206px;
	}

	.php_list_wrap .service-item .item-title {
		font-size: 18px;
	}

	/* ==================== news ==================== */
	.news-item {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}

	.news-item .info-wrap {
		flex-direction: row;
		gap: 12px;
	}
	
	.news-item .info-wrap .date {
		font-size: 16px;
		color: var(--cnvs-themecolor);
	}

	.news-item .info-wrap .tag {
		font-size: 13px;
		padding: 4px 8px;
	}

	.news-item .line {
		display: none;
	}

	.news-share-wrap [class*=border-] {
		border: 0 !important;
	}

	.news-share-wrap a {
		display: inline-block;
		font-size: 24px;
		margin: 0 8px;
	}

	.news-share-wrap a[title="Facebook"] {
		font-size: 26px;
	}

	/* ==================== contact ==================== */
	.contact-sec .main-wrap {
		padding: 24px;
	}

	.contact-sec .main-wrap::before {
		width: 100%;
		height: 1px;
	}

	/* ==================== footer ==================== */
	.footer-logo {
		padding: 8px;
		width: 100%;
		max-width: 320px;
	}

	#footer .mb-36 {
		margin-bottom: 36px !important;
	}

	/* ==================== album ==================== */
	.album-item {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}

	.album-item .img-wrap {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.album-item .item-title::before {
		display: none;
	}

	/* ==================== link ==================== */
	.link-item .item-title {
		font-size: 18px;
	}

	/* ==================== team ==================== */
	.team-item .img-wrap {
		width: 75px;
	}

	/* ==================== breadcrumb + pagintaion ==================== */
	.breadcrumb-wrap {
		--breadcrumb-height: 120px;
	}

	.breadcrumb-wrap ul {
		padding: 3px 18px;
		font-size: var(--fs-small);
	}

	.breadcrumb-title {
		font-size: var(--fs-small);
	}

	.page-link {
		width: 38px;
		height: 38px;
	}
	
	.php_breadcrumb li:not(:last-child)::after {
		margin: 0;
		font-size: 12px;
	}

	/* ==================== privacy ==================== */
	.feature-box {
    --cnvs-featured-box-icon: 3rem;
		--cnvs-featured-box-icon-size: 24px;
	}

	.fbox-content {
		padding-left: 6px;
	}
	
	/* ==================== login ==================== */
	.captcha-wrap {
		flex-wrap: wrap;
	}

	.captcha-img {
		margin-left: 0 !important;
		margin-top: 12px;
	}

	.change-captcha {
		margin-top: 12px;
	}
}