/*==========================================
             整體架構
==========================================*/
body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', Helvetica, Aria, Microsoft JhengHei, sans-serif;
}
a, a:hover {
    text-decoration: none;
    transition: all .2s;
	color: #333;
}
a:hover {
}

.postcontent.full {
    width: 100% !important;
}
.bottommargin-md {
	margin-bottom: 60px;
}
.nobottommargin {
	margin-bottom: 0 !important;
}

/*公版固定所需樣式*/
#logo img {
	margin: 0 auto;
}
.postcontent.full {
    width: 100% !important;
	float: none;
}
.bottommargin-md {
	margin-bottom: 60px;
}
#path a, #path span {
	display: inline-block;
	margin-top: 0;
}
#page-title #path span:before {
	content: "/";
	display: block;
	width: 16px;
	font-size: 0.6em;
	text-align: center;
}
#is_content:before, #is_content:after {
	content:"";
	display:table;
}
#is_content:after{
	clear:both;
	overflow:hidden;
}
#is_content {
    zoom:1;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
p:last-child {
	margin-bottom: 0;
}
#gotoTop:hover {
	background-color: #1265A8;
}
.button {
	background-color: #1265A8;
}
.color {
	color: #004475 !important;
}
.cart-product-thumbnail a {
	position: relative;
}
.cart-product-thumbnail .quantity {
	display: block;
    position: absolute;
    top: -7px;
    left: auto;
    right: -3px;
    font-size: 14px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    width: 20px;
    height: 20px;
	margin-right: 0;
    line-height: 20px;
    text-align: center;
    background-color: #1ABC9C;
    border-radius: 50%;
}
.verify-content #ajax_false, .verify-content #ajax_true {
	display: inline-block;
}
label small {
	color: #EB0003;
}
@media (max-width: 767px) {
	.row [class^=col-] {
		margin-bottom: 30px;
	}
	.row [class^=col-]:last-child {
		margin-bottom: 0;
	}
	.col_half.col_last, .col_one_third.col_last, .col_two_third.col_last, .col_three_fourth.col_last, .col_one_fourth.col_last, .col_one_fifth.col_last, .col_two_fifth.col_last, .col_three_fifth.col_last, .col_four_fifth.col_last, .col_one_sixth.col_last, .col_five_sixth.col_last {
		margin-bottom: 0 !important;
	}
	.text-center-xs {
		text-align: center !important;
	}
}
@media (max-width: 479px) {
	.xs-bottommargin {
		margin-bottom: 30px;
	}
	.container, #header.full-header .container, .container-fullwidth {
		width: 100% !important;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}

/*==========================================
             Header樣式
==========================================*/
#header.semi-transparent.sticky-header #header-wrap {
	background-color: rgba(0,0,0,0.6);
}
#primary-menu ul li > a {
	color: #ffffff;
}

#logo {
	margin-right: 0;
}
#logo a.mobile-logo {
	display: none;
}

#primary-menu ul li > a {
	font-size: 16px;
	font-family: Helvetica, Aria, 'Noto Sans TC', 微軟正黑體, sans-serif;
}


@media (max-width: 991px) {
	.sticky-responsive-menu #header, #header, #header-wrap, #logo, #logo img {
		height: 60px;
		min-height: 0;
	}
	#primary-menu-trigger {
		top: 5px;
		left: 15px;
	}
}



/*==========================================
             Footer樣式
==========================================*/
#footer.dark {
	background-color: #004475;
}
.footer_text {
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer_text .entry-content {
	font-size: 12px;
	padding-left: 1em;
}
.footer_text .entry-title h4 {
	padding-left: 0.5em;
	border-left: solid 4px #fff100;
	color: #fff100;
	line-height: 1em;
    margin-bottom: 8px;
}

#copyrights {
	padding: 15px 0;
}

.footer-big-contacts {
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

.footer-big-contacts span {
	display: block;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	color: #888;
	letter-spacing: 2px;
}

.dark .footer-big-contacts {
	color: rgba(255,255,255,0.8);
}

#footer .social-icon {
	width: 36px;
	height: 36px;
	line-height: 34px !important;
	margin: 5px 0 0 5px;
}
#footer .social-icon:hover i:first-child {
	margin-top: -36px;
}
#footer .social-icon .icon-line {
	width: 34px;
	height: 36px;
}
#footer .social-icon .icon-line:before {
	content: '';
	width: 34px;
	height: 34px;
	background: url(../image/icon-line-w.png) no-repeat center center;
	background-size: 20px;
	display: inline-block;
}

@media (max-width: 767.98px) {
	#footer .row [class^=col-] {
		margin-bottom: 15px;
	}
	#footer .row [class^=col-]:last-child {
		margin-bottom: 0;
	}
	.footer-big-contacts {
		font-size: 16px;
	}
}

/*==========================================
             中間樣式
==========================================*/
#content {
	background: url(../image/bg-circle.jpg) no-repeat center top #FFFFFF;
	background-size: 100% auto;
}
.content-wrap {
    padding: 35px 0;
}
#page-title {
    padding: 15px 0;
}


/*左選單*/
.sidebar-widgets-wrap .widget_links {
	background-color: #f3f3f3;
	padding: 15px !important;
}
#box_center_menu .sidebar-widgets-wrap .widget_links:before {
	position: absolute;
	content: '';
	top: 0;
	left: 15px;
	display: block;
	width: 5em;
	height: 5px;
	background-color: #DB0003;
}
#box_center_menu .widget_links li a {
	background: url(../images/widget-link.png) no-repeat left top;
	font-family: 'Raleway', Helvetica, Aria, 'Noto Sans TC', 微軟正黑體, sans-serif;
}
#box_center_menu .sidebar-widgets-wrap .widget > h4 {
	font-size: 20px;
	font-weight: 800;
	color: #666666;
	border-bottom: solid 1px #d1d1d1;
	padding-bottom: 10px;
}

#box_center_menu .widget_links li {
	padding: 0;
    padding-top: 10px;
    margin-top: 10px;
    border-top: solid 1px #d1d1d1;
}
#box_center_menu .widget_links li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.widget_links .nav-tree {
	padding-bottom: 10px;
}
.widget_links .nav-tree li {
	padding: 0;
	padding-top: 10px;
	margin-top: 10px;
	border-top: solid 1px #d1d1d1;
}
.widget_links .nav-tree li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.widget_links .nav-tree ul li a {
	padding: 0;
	padding-left: 14px;
	color: #666666;
}
.widget_links .nav-tree ul ul {
	margin-top: 10px;
}
.nav-tree li:hover > a, .nav-tree li.current > a, .nav-tree li.active > a {
    color: #DB0003 !important;
}
#box_menu_ad {
	margin-top: 30px;
}

@media all and (max-width: 991px) {
	.postcontent {
		margin-top: 0;
		width: 100%;
		margin-top: 0;
		border-bottom: none;
		margin-bottom: 0 !important;
	}
	.sidebar {
		margin-top: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
}
@media (min-width: 767px) and (max-width: 991px) {
	.sidebar-widgets-wrap {
		margin: 0;
		width: 50%;
		float: left;
	}
	.sidebar-widgets-wrap .widget {
		margin-bottom: 0;
	}
	#box_menu_ad {
		margin-top: 0;
		width: 50%;
		float: left;
	}
}
@media (max-width: 767px) {
	#page-title .breadcrumb {
		margin-top: 0 !important;
	}
}


/*==========================================
             商品頁樣式
==========================================*/
.shop .product-image {
    position: relative;
    overflow: hidden;
	padding: 0;
	border-bottom: none;
}
.shop .product-image:before {
    content: "";
    display: block;
    padding-top: 66.666%;
}
.shop .image-content {
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	overflow: hidden;
}
.shop .image-content div {
   display: table;
   width: 100%;
   height: 100%;
}
.shop .image-content a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.shop .product-image img {
	height: auto;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.shop .product-image a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.shop .product-desc {
	padding: 15px;
	background: url(../image/product-desc-bg.jpg);
}
.shop .product-desc .product-title {
	margin-bottom: 0;
}

.single-product .col_half.product-desc {
	float: right;
}
.single-product .product-brand {
	width: 40%;
	float: right;
	text-align: right;
}
.single-product .product-brand img {
	max-width: 120px;
	margin-top: 10px;
}
.single-product .product-title {
	width: 60%;
	float: left;
}
.single-product .product-title h3 {
	color: #DB0003;
	font-size: 28px;
}
.single-product  .product-title h5 {
	margin-bottom: 0;
}
.single-product .product-specification {
	float: left;
	width: 100%;
	margin-top: 10px;
	text-align: right;
	font-style: italic;
}
.single-product .product-specification h4 {
	font-size: 14px;
}
@media (max-width: 991px){
	.single-product .product:not(.product-2):not(.product-3) .product-title h3 {
		font-size: 28px;
	}
}
@media (max-width: 767px){
	.single-product .col_full.nobottommargin {
		margin-bottom: 0 !important;
	}
	.col_half.product-desc {
		margin-bottom: 30px !important;
	}
	.single-product .col_half.product-desc {
		float: none;
	}
	.single-product .product-brand {
		width: 25%;
	}
	.single-product .product-brand img {
		max-width: 100%;
	}
	.single-product .product-title {
		width: 70%;
		margin-right: 5%;
	}
	.single-product .product-specification h4 {
		font-size: 13px;
	}
}
@media (max-width: 578.98px){
	/*.shop:not(.product-1) .product {
		margin: 0 0 30px 0;
		margin-right: 4%;
		width: 48%;
		float: left;
	}
	.shop .product:nth-child(2n+2) {
		margin-right: 0;
	}*/
	.shop .product .product-desc {
		padding-top: 8px;
	}
}


/*==========================================
             首頁樣式
==========================================*/
#slider.swiper_wrapper {
	height: 88vh;
}
.slider-caption h2 {
	letter-spacing: 0;
}
.slider-caption p {
	margin-top: 10px;
}
.slogan-frame-top {
	position: absolute;
	width: 500px;
	height: 50px;
	border: solid 3px #ffffff;
	border-bottom: none;
	left: 50%;
	top: 50%;
	margin: -180px 0 0 -250px;
}
.slogan-frame-bottom {
	position: absolute;
	width: 500px;
	height: 50px;
	border: solid 3px #ffffff;
	border-top: none;
	left: 50%;
	top: 50%;
	margin: 100px 0 0 -250px;
}
.slogan-frame-top.d-oblique {
	transform: skewX(-20deg);
	margin-left: -220px;
}
.slogan-frame-bottom.d-oblique {
	transform: skewX(-20deg);
	margin-left: -280px;
}

.heading-block h1 {
     font-size: 42px; 
	 color: #004475;
	 letter-spacing: 0;
}

#home-about.section {
	position: relative;
	overflow: visible;
}
#home-about .heading-block:after, #home-application .heading-block:after {
	display: block;
	content: '';
	background: url(../image/home-title-circle.png) no-repeat right bottom;
	background-size: cover;
	width: 449px;
	height: 449px;
	position: absolute;
	left: -220px;
    top: -340px;
	border: none;
	opacity: 0.5;
}
#home-application .heading-block:after {
	left: -120px;
}

#home-news .heading-block h1 {
	position: relative;
	background-color: #ffffff;
	display: inline-block;
	padding: 0 25px;
}
#home-news .heading-block h1:before{
	position: absolute;
	display: block;
	content: '';
	width: 140px;
	height: 140px;
	left: 50%;
	top: -17px;
	border: solid 1px rgba(0,0,0,0.2);
	border-radius: 50%;
	margin-left: -70px;
	z-index: -1;
}
#home-news .heading-block h1:after{
	position: absolute;
	display: block;
	content: '';
	width: 150px;
	height: 150px;
	left: 50%;
	top: -22px;
	border: solid 1px rgba(0,0,0,0.1);
	border-radius: 50%;
	margin-left: -75px;
	z-index: -1;
}
#home-news .entry:after {
	display: none;
}
#home-news .entry.entry-first {
	position: relative;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
#home-news .entry.entry-first .entry-image {
	margin-bottom: 0;
}
#home-news .entry.entry-first .entry-date {
	position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(0,0,0,0.7);
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    width: 60px;
    height: 64px;
    text-align: center;
    padding-top: 9px;
    font-size: 26px;
    line-height: 1;
}
#home-news .entry.entry-first .entry-date span {
    display: block;
    font-size: 12px;
    margin-top: 7px;
}
#home-news .entry.entry-first .entry-desc {
	position: absolute;
	width: 100%;
	padding: 15px;
	background: rgba(255,255,255,0.8);
	bottom: 0;
	left: 0;
}
#home-news .events .entry {
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	background-color: transparent;
	border-bottom: 1px solid #eeeeee;
}
#home-news .events .entry-image .entry-date {
	top: 0;
	left: 0;
}
#home-news .events .entry-c {
	padding-left: 70px;
}
#home-news .more-link {
	font-style:normal;
	font-family: 'Lato', Helvetica, Aria, Microsoft JhengHei, sans-serif;
	float: right;
	margin-top: 20px !important;
}

@media (max-width: 578.98px){
	.heading-block h1 {
		font-size: 32px; 
	}
	#home-about.section {
		padding: 30px 0;
	}
	#home-about .deco-line {
		display: none;
	}
	#home-about .heading-block:after {
		width: 280px;
		height: 280px;
		left: -110px;
		top: -220px;
	}
	#home-application .heading-block:after {
		width: 250px;
		height: 250px;
		left: -60px;
		top: -180px;
		transform: rotate(-11deg);
	}
	#home-news.section {
		padding-top: 30px;
	}
	#home-news .events .entry-c {
		padding: 0 0 0 70px;
	}
	#home-news .events.small-thumbs .entry-image {
		margin: 0 !important;
	}
	#home-news .entry.entry-first .entry-desc {
		position: relative;
		background: rgba(0,0,0,0.1);
	}
	#home-news .more-link {
		margin-top: 0 !important;
	}
	#home-news .heading-block h1:before{
		width: 120px;
		height: 120px;
		top: -15px;
		border-radius: 50%;
		margin-left: -60px;
	}
	#home-news .heading-block h1:after{
		width: 130px;
		height: 130px;
		top: -20px;
		margin-left: -65px;
	}
}

/*20211122*/
#home-application .product-1 .product-image {
	float: none;
	width: 100%;
	height: auto;
}
#home-application .product-1 .product-title {
	text-align: center;
}
#home-application .shop .product-image:before {
	display: none;
}
#home-application .shop .image-content {
	position: relative;
}