@charset "utf-8";
/* CSS Document */
:root {
	--block-rounded: 40px;
	--block-rounded-xs: 27px;
	--block-after-position: -40px;
	--block-after-position-xs: -27px;
}

.text-line-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.text-line-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.text-line-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.text-line-4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.radius-10 {
	border-radius: 10px !important;
	overflow: hidden;
}
.radius-20 {
	border-radius: 20px !important;
	overflow: hidden;
}
.radius-30 {
	border-radius: 30px !important;
	overflow: hidden;
}

.side-navbar-trigger a {
	display: block;
	width: 30px;
	margin: 0 auto;
	padding: 18px 0;
	transition: all 0.4s ease;
}
.gototop-active .side-navbar-trigger a {
	padding: 0;
}
@media (min-width: 992px) {
	.side-navbar.side-navbar-right #wrapper {
		margin: 0 100px 0 0 !important;
		width: auto !important;
	}
	.side-navbar #header-wrap {
		width: calc(100% - 100px);
	}
	.side-navbar-block {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		width: 100px;
		height: 100%;
		height: calc(100vh);
		background-color: var(--main-color);
		overflow: hidden;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 20px 10px 10px 10px;
		text-align: center;
	}
	.side-navbar.side-navbar-right .side-navbar-block {
		left: auto;
		right: 0;
		border: none;
	}
	.side-nav {
		margin-top: auto;
	}
	.side-nav ul {
		list-style: none;
		margin: 0;
	}
	.side-nav ul li {
		display: block;
		position: relative;
	}
	.side-nav li a {
		display: block;
		font-size: 0.875rem;
		padding: 10px 0;
	}
	.side-nav li a:before {
		display: block;
		content: '';
		width: 0;
		height: 2px;
		background-color: #fff;
		position: absolute;
		left: 0;
		bottom: 0;
		opacity: 0;
		transition: all 0.5s ease;
	}
	.side-nav li:hover a:before  {
		opacity: 1;
		width: 100%;
	}
	.side-nav li a .side-nav-icon {
		width: 40px;
		height: 40px;
		margin: 0 auto;
		display: block;
		transition: all 0.5s ease;
	}
	.side-nav li:hover a .side-nav-icon {
		opacity: 0.7;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	#logo img {
		height: auto !important;
		max-width: 150px;
	}
	.menu-link {
    font-size: 1rem;
		padding-left: 5px;
		padding-right: 5px;
   }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
	.menu-link {
    font-size: 1.125rem;
		padding-left: 10px;
		padding-right: 10px;
   }
}
@media (max-width: 991.98px) {
	.side-navbar-block {
		display: none;
	}
}
@media (max-width: 575.98px) {
	#logo img {
		max-width: 130px;
	}
}

/* Footer */
#footer #footer-community .si-light {
	color: #ffffff !important;
	border-color: rgba(255,255,255,0.4) !important;
	transition: all 0.2s ease;
}
#footer #footer-community .si-light:hover {
	border-color: rgba(255,255,255,0) !important;
}
#footer .widget_links h3 {
	font-size: 1.25rem;
}
#footer-nav .widget_links li {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

/* Main Content */
/*@media (min-width: 992px) {
	.container {
		max-width: 100% !important;
		padding-left: 50px;
		padding-right: 50px;
	}
}*/

/* Home Style */
#section_a {
	width: 100%;
	height: calc(100vh - 100px);
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-bottom: 50px;
}
#section_a .banner-block {
	height: calc(100% - 196px);
}
#section_a .cube-block {
	height: 176px;
}
#slider.swiper_wrapper {
	border-radius: var(--block-rounded)  var(--block-rounded) 0 var(--block-rounded);
	overflow: hidden;
}
.slider-rightbottom {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	width: 96px;
	height: 180px;
	background-color: #fff;
	border-top-left-radius: var(--block-rounded);
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.slider-rightbottom:before, .slider-rightbottom:after {
	position: absolute;
	z-index: 2;
	left: var(--block-after-position);
	bottom: 0;
	width: var(--block-rounded);
	height: var(--block-rounded);
	background: url(../sample/radius-rightbottom.svg) no-repeat right bottom;
	background-size: cover;
	content: '';
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 50 50'%3E%3Cpath d='M0,50h50S50,0,50,0c0,27.5-22.5,50-50,50Z' fill='%23fff'/%3E%3C/svg%3E");
}
.slider-rightbottom:before {
	left: auto;
	bottom: auto;
	top: var(--block-after-position);
	right: 0;
}
#slider .slider-arrow-left, #slider .slider-arrow-right {
	right: 20px;
	left: auto;
	top: auto;
	bottom: 0;
	border-radius: 30px;
	width: 60px;
	height: 60px;
}
.slider-arrow-left i, .slider-arrow-right i {
	line-height: 60px;
}
#slider .slider-arrow-left {
	bottom: 70px;
	background-color: #F0F0F0;
}
#slider .slider-arrow-right {
	background-color: var(--main-color);
}
.slider-arrow-left i {
	color: #BFBFBF;
}
#home-product {
	position: relative;
}
#home-product .owl-carousel:before {
	content: '';
	display: block;
	width: 136px;
	height: 130px;
	background: url('../image/slider-rightbottom-bg.svg') no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}
#home-product .owl-carousel .owl-nav {
	position: relative;
	z-index: 3;
}
#home-product .owl-carousel .owl-nav.disabled {
	display: block;
}
#home-product .owl-carousel-full .owl-nav [class*=owl-] {
	width: 60px;
	border-radius: 30px;
}
#home-product .owl-carousel-full .owl-prev {
	display: none;
}
#home-product .owl-carousel-full .owl-nav .owl-next {
	background-color: var(--main-color);
	color: rgba(255, 255, 255, 0.8);
	right: 20px !important;
	top: auto;
	bottom: 10px;
	margin-top: 0;
	opacity: 1;
	z-index: 11;
}
#home-product .owl-carousel-full .owl-nav .icon-angle-right:before {
	content: "\e912";
	font-family: 'lined-icons';
	font-size: 34px;
}
#home-product .owl-carousel-full .owl-nav .owl-next:hover {
	background-color: rgba(0,0,0,0.6) !important;
}
#home-product .feature-box {
	margin-left: -0.25rem;
	margin-right: -0.25rem;
	z-index: 2;
}
#home-product .feature-box .fbox-icon, #home-product .feature-box .fbox-content {
	padding: 0 0.25rem;
}
#home-product .feature-box .fbox-icon {
	width: 25%;
}
#home-product .feature-box .fbox-icon img {
	height: auto;
}
#home-product .feature-box .fbox-content h2 {
	font-size: 1.5rem;
}
#home-product #list-box {
	overflow: hidden;
}
#home-product #list-box:before {
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(to right, #00428A, #00428A66) !important;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
#list-box .video-wrap {
 z-index: 0;
}
.video-wrap.video-flip video {
	transform: scaleX(-1);
}
@media (max-width: 991.98px) {
	#section_a {
		height: calc(100vh - 50px);
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	#section_a {
		height: auto;
		padding-bottom: 15px;
	}
	#section_a .banner-block {
		height: calc(100vh - 80px);
	}
}
@media (max-width: 575.98px) {
	#section_a {
		height: calc(100vh - 50px);
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#slider .slider-arrow-left, #slider .slider-arrow-right, #home-product .owl-carousel-full .owl-nav [class*=owl-] {
		width: 36px;
		height: 36px;
	}
	.slider-arrow-left i, .slider-arrow-right i, #home-product .owl-carousel-full .owl-nav [class*=owl-] {
		line-height: 36px;
		font-size: 28px;
	}
	.slider-rightbottom:before, .slider-rightbottom:after {
		width: var(--block-rounded-xs);
		height: var(--block-rounded-xs);
	}
	.slider-rightbottom {
		width: 63px;
		height: 110px;
		padding-left: 15px;
		padding-right: 15px;
		border-top-left-radius: var(--block-rounded-xs);
	}
	.slider-rightbottom:after {
		left: var(--block-after-position-xs);
	}
	.slider-rightbottom:before {
		top: var(--block-after-position-xs);
	}
	#slider .slider-arrow-left, #slider .slider-arrow-right {
		right: 15px;
	}
	#slider .slider-arrow-left {
		bottom: 42px;
	}
	#home-product .owl-carousel-full .owl-nav .owl-next {
		right: 15px !important;
	}
	#home-product .owl-carousel:before {
		width: 90px;
		height: 86px;
	}
	#home-product .owl-carousel-full .owl-nav .icon-angle-right:before {
		font-size: 28px;
	}
}

/*===============================================
                首頁-媒體動態區塊
=================================================*/
#home-media #main-content {
	position: relative;
}
#home-media #main-content:before {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom,  rgba(0,66,138,0) 50%,rgba(0,66,138,1) 75%);
}
#home-media .entry-text span {
	color: #00428A;
}
#home-media .entry-text h3 {
	font-size: 1.5em;
}
/*===============================================
                首頁-大圖輪播區塊
=================================================*/
#section_b {
	padding-top: 110px;
}
#big-vda-box .owl-dots {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px 0;
}
/*首頁banner區塊-圓點樣式*/
#big-vda-box .owl-dots .owl-dot {
	height: 6px;
	border-radius: 5px;
	border: 0;
	background-color: #ffffff6e !important;
	margin-top: 0 !important;
}
#big-vda-box .owl-dots .owl-dot:hover, #big-vda-box .owl-dots .owl-dot.active {
	width: 30px;
	background-color: #fff !important;
}
#big-vda-box .vda-box {
	height: calc(33.333vh - 1rem);
	min-height: 240px;
}
#big-vda-box .vda-box .video-wrap {
	z-index: 1;
}
@media (max-width: 991.98px) {
	#section_b {
		padding-top: 30px;
	}
}
@media (max-width: 575.98px) {
	#section_b {
		padding-top: 15px;
	}
	#big-vda-box .vda-box {
		height: calc(40vh - 1rem);
	}
}
/*===============================================
                首頁-雙圖輪播區塊
=================================================*/
#two-vda-box .entry-image {
	border-radius: 0;
  position: relative;
  width: 100%;
	height: calc(33.333vh - 135px);
  overflow: hidden;
}
#two-vda-box .entry-image .image-content ,
#two-vda-box .entry-image img {
  display: block;
  width: 100%;
  height: 100%;
}
#two-vda-box .entry-image img {
  object-fit: cover;
  object-position: center center; 
}
#two-vda-box .entry-image:after {
	width: 100%;
	height: 100%;
	content: '';
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 70%,rgba(255,255,255,1) 100%);
	position: absolute;
	left: 0;
	top: 0;
}
#two-vda-box .entry-text {
	width: 100%;
	background-color: #fff;
}
#two-vda-box .entry-text span {
	color: #00428A;
}
#two-vda-box .entry-text h3 {
	font-size: 1.5em;
}
@media (max-width: 575.98px) {
	#two-vda-box .entry-image {
		height: calc(40vh - 135px);
	}
}
/*===============================================
                首頁-最新消息區塊
=================================================*/
/*首頁-最新消息區塊-列表區塊*/
#home-news #post-list {
	background-color: rgb(255 255 255 / 70%);
}
#home-news .entry {
	border-color: #93B7D5 !important;
}
#home-news .fbox-content h3 {
	font-size: 20px;
	color: #00428A;
}
#home-news .fbox-icon {
	width: 120px;
	height: auto;
}
#home-news #day-box {
	color: #BFBFBF;
}
/*===============================================
                首頁-功能按鈕區塊
=================================================*/
.home-button .button {
	height: auto;
	font-size: 2em;
	line-height: inherit;
	color: #fff;
	padding: 15px 25px;
}

/* Page Title */
@media (min-width: 992px) {
    .breadcrumb {
        right: 50px !important;
    }
}

/* Product Styles */
.brief-title {
    border-top: solid 4px var(--main-color);
    padding: 5px 0;
}
.brief-title h3 {
    color: var(--main-color);
}
.product-brief table th {
    color: var(--main-color);
}
.product-brief table td {
    word-break: break-all;
}
.product-brief ul {
    margin-left: 1rem;
    margin-bottom: 0;
}