body{
	letter-spacing: 1px;
}
.en{
	letter-spacing: 2px;
}
.bg-color-1{
	background: #E6E6E6;
}
.bg-color-2{
	background: #F6F6F6;
}
.bg-color-3{
	background: #1F1F1F;
}
.bg-color-4{
	background: #38BD6F;
}
.bg-color-5{
	background: #3B72A9;
}
.bg-color-6{
	background: #3B72A9;
}
.bg-color-7{
	background: linear-gradient(90deg, #3B72A9 0%, #D0E7FF 100%);
}
.bg-color-8{
	background: #F2F4FF;
}
.bg-color-9{
	background: #D0E7FF;
}
.bg-color-unset{
	background:unset !important;
}
.bg-facebook{
	background: #1877F3;
}
.bg-line{
	background: #06C755;
}
.text-facebook{
	color: #1877F3;
}
.text-line{
	color: #06C755;
}
.text-color-1{
	color: #333333;
}
.text-color-2{
	color: #7E7E7E;
}
.text-color-3{
	color: #3B72A9;
}
.text-color-4{
	color: #1F1F1F;
}
.text-color-5{
	color: rgba(255, 185, 110, 1);
}
.text-color-6{
	color: rgba(59, 114, 169, 1);
}
.primary-menu .nav-link{
	color: #1F1F1F;
	width: fit-content;
	margin: auto;
	position: relative;
}
.header-padding{
	padding-top: 100px;
}
.aspect-ratio-1-1{
	aspect-ratio: 1 / 1;
}
.aspect-ratio-4-1{
	aspect-ratio: 4 / 1;
}
.aspect-ratio-3-2{
	aspect-ratio: 3 / 2;
}
.aspect-ratio-3-4{
	aspect-ratio: 3 / 4;
}
.aspect-ratio-4-3{
	aspect-ratio: 4 / 3;
}
.aspect-ratio-5-2{
	aspect-ratio: 5 / 2;
}
.aspect-ratio-6-2{
	aspect-ratio: 6 / 2;
}
.aspect-ratio-6-3{
	aspect-ratio: 6 / 3;
}
.aspect-ratio-7-4{
	aspect-ratio: 7 / 4;
}
.aspect-ratio-5-6{
    aspect-ratio: 5 / 6;
}
.aspect-ratio-6-8{
	aspect-ratio: 6 / 8;
}
#carouselExampleCaptions{
    position: relative;
    height: 100vh;
}
.carousel-indicators {
  z-index: 20;
}
#carouselExampleCaptions:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(0 0 0 / 60%) 0%, rgba(0, 0, 0, 0) 100%);
}
.border-style-1{
    border: 1px solid #3B72A9;
}
.border-radius-1-5{
	border-radius: 1.5rem !important;
}
.border-radius-1{
	border-radius: 20px !important;
}
.btn-style-1 {
	width: 160px;
	border-radius: 50rem !important;
	font-weight: 400;
	border: 1px solid #e6e6e6 !important;
	margin-right: .25rem !important;
	margin-left: .25rem !important;
	color: #1F1F1F;
	padding: .375rem 0;
	text-decoration: none;
	text-align: center;
	background: #fff;
	transition:
		background-color 0.3s cubic-bezier(0.4,0,0.2,1),
		color 0.3s cubic-bezier(0.4,0,0.2,1),
		border-color 0.3s cubic-bezier(0.4,0,0.2,1);
}

.btn-style-1.active,
.btn-style-1:active,
.btn-style-1:hover {
	background: #3B72A9;
	color: #fff;
	border-color: #3B72A9 !important;
	transition:
		background-color 0.3s cubic-bezier(0.4,0,0.2,1),
		color 0.3s cubic-bezier(0.4,0,0.2,1),
		border-color 0.3s cubic-bezier(0.4,0,0.2,1);
}
.btn-style-2 {
	background: #1F1F1F;
}

.btn-style-2:hover,
.btn-style-2.active,
.btn-style-2:active {
	background: #3B72A9;
	color: #fff;
	border-color: #3B72A9 !important;
}
.btn-style-3 {
	background: #3B72A9;
}
.btn-style-3:hover,
.btn-style-3.active,
.btn-style-3:active {
	background: #274461;
	color: #fff;
	border-color: #274461 !important;
}
.btn-style-4 {
	background: #D0E7FF;
}
.btn-style-4:hover,
.btn-style-4:active,
.btn-style-4.active {
	background: #3B72A9;
	color: #fff;
	border-color: #3B72A9 !important;
}
.btn-style-5 {
	background: #1F1F1F;
}
.btn-style-5:hover,
.btn-style-5:active,
.btn-style-5.active {
	background: #274461;
	color: #fff;
	border-color: #274461 !important;
}

.hashtag-btn {
	padding: 10px 20px;
	border-radius: 50rem !important;
	font-weight: 400;
	border: 1px solid #e6e6e6 !important;
	color: #1F1F1F;
	text-decoration: none;
	text-align: center;
	background: unset;
	background: #fff;
}
.hashtag-btn:hover {
	background: #3B72A9;
	color: #fff;
}
.hashtag-btn.active {
	background: #3B72A9;
	color: #fff;
}
.hashtag{
	font-size:14px;
	color: #333333;
}
.footer-menu a{
	text-decoration: none;
	color: #fff;
	padding: 8px 0;
}
.page-block button,
.page-block a{
	font-weight: 900;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #dee2e6 !important;
	margin: 0 5px;
	color: #1F1F1F;
}
.page-block button:hover,
.page-block a:hover{
	background: #3B72A9;
}
.page-block button:hover svg,
.page-block a:hover svg{
	color: #fff;
}
.page-select{
	padding: 15px 35px;
	border-radius: 15rem;
}
.swiper-1 .card{
	background: unset;
	border: 0;
}
.swiper-1 .swiper-nav-button,
.swiper-1-block .swiper-nav-button
{
	font-weight: 900;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #dee2e6 !important;
	margin: 0 5px;
	color: #1F1F1F;
}
.swiper-1 .swiper-nav-button:hover,
.swiper-1-block .swiper-nav-button:hover
{
	background: #000;
	border: 1px solid #000 !important;
}
.swiper-1 .swiper-nav-button:hover svg,
.swiper-1-block .swiper-nav-button:hover svg
{
	color: #fff;
}
.swiper-1 a:hover{
	opacity: 1;
}
.collapsed{
	color: #000 !important;
}
a:hover,
button:hover{
	opacity: 0.9;
}
.contactUs-img{
	overflow: hidden;
	position: relative;
}
.contactUs-img:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 50%);
}
.div-1{
    width: 415px;
    right: -110px;
    top: 60px;
}
.index .div-2{
	margin-top: 45px;
	margin-bottom: 15px;
}
.index .div-3{
	/* margin-top: 0px; */
}
.index .div-4{
	margin-top: 70px;
}
.index .div-5{
	width: fit-content;
	margin: auto;
}
.index .div-6{
	width: 60%;
	margin-top: -80px;
}
.index .div-7{
	margin-top: 150px;
}
.index .div-7 .bg-color-7{
	width: 100%;
	height: 75%;
	position: absolute;
	left: 0;
	top: 0;
}
.index .div-9{
	margin-top: 0px;
}
.icon-img-1{
	width: 25px;
}
.icon-img-2{
	width: 50px;
}
.index .custom-block-1{
	padding: 100px 0;
}
.carousel-block{
	padding: 100px 0;
}
.table-custom-1 tr th{
	padding: 20px 0;
	font-size: 20px;
	color: #fff;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}
.table-custom-1 tr th:last-child{
	border: 0;
}
.table-custom-1 tr th:nth-child(odd){
	background: rgba(39, 68, 97, 1);
}
.table-custom-1 tr th:nth-child(even){
	background: rgba(59, 114, 169, 1);
}
.table-custom-1 tr td:first-child{
	font-size: 18px;
	font-weight: 600;
}
.table-custom-1 td{
	background: rgba(242, 244, 255, 1);
	padding: 20px 15px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	font-size: 18px;
	font-weight: 400;
}
.table-custom-1 tr td:last-child{
	border-right: 0;
}
.table-custom-1 th:first-child {
    border-top-left-radius: 20px;
}
.table-custom-1 th:last-child {
    border-top-right-radius: 20px;
}
.table-custom-1 tr:nth-last-child(2) td:first-child {
    border-bottom-left-radius: 20px;
}
.table-custom-1 tr:nth-last-child(2) td:last-child {
    border-bottom-right-radius: 20px;
}
.justify{
	width:100px;
	display:block;
	text-align:justify;
   	text-align-last:justify;
}
.shadow {
    box-shadow: 0 0.1rem 2.5rem rgba(0, 0, 0, .15) !important;
}
.hoveMoveRight{
	transition: transform 0.3s ease;
}
a:hover .hoveMoveRight{
	transform: translateX(5px);
}
.btn-1{
	background: #E6E6E6;
	color: #1F1F1F;
}
.btn-1 svg{
	background: #3B72A9;
	color: #fff;
	border-radius: 50%;
}
.btn-1:hover{
	background: #3B72A9;
	color: #fff;
}
.btn-1:hover svg{
	color: #3B72A9;
	background: #fff;
}
.content-title{
	font-size: 28px;
	color: #3B72A9;
	font-weight: 500;
}
.content-p{
	letter-spacing: 1px;
	line-height: 32px;
	font-size: 18px;
	font-weight: 400 !important;
	color: #333333;
	margin-bottom: 0;
}
.custom-width{
	/* position: absolute; */
}
.index .div-1{
	aspect-ratio: 1 / 1;
}
.index .div-4,
.index .div-8
{
	aspect-ratio: 6 / 8;
}
.black-gradient{
  background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.footer-fax{
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
a:hover > div.bg-color-6{
	background-color: #274461 !important;
}
.index-banner-text{
	font-size: 55px;
	line-height: 1.3;
	letter-spacing: 2px;
}
.title-point{
	margin-top: 1px;
	margin-right: 10px;
}
.sub-p-block{
	padding-left: 15px;
}
.parallax{
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: scroll-left 60s linear infinite;
}
.marquee-track img {
  height: 100%;
  margin-right: 20px;
  flex-shrink: 0;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.block-404{
	min-height: 600px;
}
.banner-cover{
	aspect-ratio: 4 / 1;
}
.loading-cover{
	top: 0;
	left: 0;
	background-color: #00000052;
	z-index: 999;
}
.news.post-content{
	background: #F6F6F6;
	border-radius: 1rem;
	padding: 3rem;
}
.blockquote{
	background-color: #274461;
	padding: 1.5rem;
	border-radius: 1rem;
	color: #fff;
	font-style: italic;
	font-size: 16px;
}
.hr-1{
	height: 1px;
	background: #DDDDDD;
}
.introduce-block .en-title{
	font-size: 80px;
	line-height: 80px;
	font-family: 'Jost', sans-serif;
	padding-bottom: 3rem;
}
.introduce-block .h3-title{
	font-size: 18px;
	display: flex;
	align-items: center;
	font-weight: 600;
}
.introduce-block .p-text{
	font-size: 24px;
	display: flex;
	align-items: center;
	padding-left: 15px;
}
.introduce-block .card-title{
	font-size: 24px;
}
.introduce-block .card-text{
	font-size: 18px;
	line-height: 32px;
}
.wp-tab-content img{
	margin-top: 0px;
}
.headline-title-1{
	font-size: 48px;
}
.service-value-tabs ul li{
	font-size: 18px;
}
.service-value-tabs ul li button{
	padding: 0.6rem;
}
.service-value-tabs .card{
	padding: 2rem;
}
.faq-block .faq-title{
	text-decoration: none !important;
	color: #3B72A9;
	font-size: 24px;
}
.faq-block .faq-content{
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	text-decoration: none !important;
}
.card-style-1{
	padding: 3rem;
}
.post-cover:hover img{
	transform: scale(1.08);
}
.post-cover img {
	transition: transform 0.3s cubic-bezier(.4, 0, .2, 1);
}
#scroll-progress-circle {
	position: fixed;
	bottom: 32px;
	right: -50px;
	width: 50px;
	height: 50px;
	z-index: 9999;
	background: rgba(255, 255, 255, 0.93);
	border-radius: 50%;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
	display: flex;
	align-items: center;
	justify-content: center;
	user-select: none;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
#scroll-progress-circle.active {
	opacity: 1;
	visibility: visible;
	right: 32px;
}
#scroll-progress-circle span {
	font-size: 13px;
	font-weight: 700;
	color: #333;
}
#scroll-progress-svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	pointer-events: none;
	transform: rotate(-90deg);
}
.articles-post-link:hover{
	color: #3B72A9;
}
.navbar-toggler{
	border: 0 !important;
}
.navbar-toggler:focus {
	outline: none !important;
	box-shadow: none !important;
}
/* 漢堡選單圖標樣式 */
.hamburger-icon {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 24px;
	height: 18px;
	position: relative;
}
.hamburger-line {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #1F1F1F;
	border-radius: 2px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transform-origin: center;
}
/* 選單展開時轉換為 X */
.navbar-toggler[aria-expanded="true"] .hamburger-line:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .hamburger-line:nth-child(2) {
	opacity: 0;
	transform: scaleX(0);
}
.navbar-toggler[aria-expanded="true"] .hamburger-line:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}
@media (max-width: 1200px) {
	.introduce-block .en-title {
		font-size: 46px;
		line-height: 46px;
		padding-bottom: 2rem;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1200px) { 
	body{
		min-width: 1200px;
	}
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    /* max-width: unset; */
	}
}
@media screen and (max-width: 1024px) {
	.index .custom-block-1 {
	    padding-top: 100px;
	    padding-bottom: 0;
	}
	.index .div-3 {
	    margin-top: 150px;
	}
	.index .div-7 {
	    margin-top: 0;
	}
}
@media screen and (min-width: 992px) {
	.custom-width{
		max-width: unset !important;
	}
	.h-lg-100 {
	        height: 100% !important;
	}
}
@media screen and (max-width: 991px) {
	.nav-link-icon{
		position: absolute;
		right: 10px;
	}
	.introduce-block .en-title {
		font-size: 40px;
		line-height: 40px;
		padding-bottom: 1.5rem;
	}
	html,body{
		overflow-x: hidden;
	}
	.index{
		padding-top: 70px;
	}
	.index .div-1 {
	    aspect-ratio: 3 / 4;
	}
	.index .div-2 {
	    margin-top: 30px;
	    margin-bottom: 15px;
	}
	.index .div-3 {
	    margin-top: 0;
	}
	.index .div-4,
	.index .div-8
	{
		aspect-ratio: 6 / 9;
	}
	.index .div-8{
		margin-top: 30px;
	}
	.header-padding {
	    padding-top: 100px;
	}
	.md-aspect-ratio-6-2 {
	    aspect-ratio: 6 / 2;
	}
	.index-banner-text{
		font-size: 36px;
	}
	.content-p{
		padding-right: 0px;
	}
	.banner-cover{
		aspect-ratio: 6 / 2;
	}
	#carouselExampleCaptions {
		height: 92vh;
	}

	#carouselExampleCaptions a {
		margin: auto;
	}

	#navbarSupportedContent .nav-item {
		opacity: 0;
		transform: translateY(-10px);
		transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	}

	#navbarSupportedContent.menu-animated .nav-item {
		opacity: 1;
		transform: translateY(0);
	}

	#navbarSupportedContent.menu-animated .nav-item:nth-child(1) {
		transition-delay: 0.05s;
	}

	#navbarSupportedContent.menu-animated .nav-item:nth-child(2) {
		transition-delay: 0.1s;
	}

	#navbarSupportedContent.menu-animated .nav-item:nth-child(3) {
		transition-delay: 0.15s;
	}

	#navbarSupportedContent.menu-animated .nav-item:nth-child(4) {
		transition-delay: 0.2s;
	}

	#navbarSupportedContent.menu-animated .nav-item:nth-child(5) {
		transition-delay: 0.25s;
	}

	#navbarSupportedContent .dropdown-menu li {
		opacity: 0;
		transform: translateX(-10px);
		transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	}

	#navbarSupportedContent .dropdown-menu.dropdown-animated li {
		opacity: 1;
		transform: translateX(0);
	}

	#navbarSupportedContent .dropdown-menu.dropdown-animated li:nth-child(1) {
		transition-delay: 0.05s;
	}

	#navbarSupportedContent .dropdown-menu.dropdown-animated li:nth-child(2) {
		transition-delay: 0.1s;
	}

	#navbarSupportedContent .dropdown-menu.dropdown-animated li:nth-child(3) {
		transition-delay: 0.15s;
	}
} 

@media screen and (max-width: 768px) {
	.index .div-6 {
	    width: 90%;
	    margin:auto;
	    margin-top: -60px;
	}
}

@media screen and (max-width: 576px) {
	.carousel-block {
		padding: 50px 0;
	}
	.content-title {
		font-size: 18px;
	}
	.headline-title-1 {
		font-size: 30px;
		line-height: 36px;
	}
	.content-p{
		font-size: 16px;
		line-height: 26px;
	}
	.table-custom-1 tr th {
		font-size: 16px;
	}
	.table-custom-1 tr td:first-child {
		font-size: 14px;
	}
	.table-custom-1 td{
		padding: 15px 10px;
		font-size: 14px;
	}
	.introduce-block .p-text {
		font-size: 18px;
	}
	.introduce-block .en-title {
		font-size: 50px;
		line-height: 55px;
	}
    .index .custom-block-1 {
        padding-top: 3rem;
    }
    .index .div-1 {
        aspect-ratio: 3 / 3;
    }
    .index .div-2 {
        margin-top: 0;
    }
    .index .div-9{
    	margin-top: -25px;
    }
    .footer-fax{
    	border: 0;
    }
    .btn-style-1{
    	font-size: 14px;
    	margin-left: 0 !important;
    	margin-right: 0 !important;
    	padding: 5px;
    }
    .index-banner-text{
    	font-size: 24px;
    }
    .index .div-7 .bg-color-7{
    	height: 80%;
    }
    .sm-aspect-ratio-3-2 {
        aspect-ratio: 3 / 2;
    }
    .banner-cover{
    	aspect-ratio: 3 / 2;
    }
}