﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
}

body, html {
    font-family: "微軟正黑體",'Lato' !important;
    font-size: 18px;
}
a:hover {
    color: #236aa4;
}
.ezshare-box a:hover{
	color:#fff;
}
ul {
    margin-bottom:0;
}
.editor {
    font-size:16px;
}
.bsnav {
    background: none;
}
.btn.more {
    background: none;
    color: #666;
    font-family: 'Lato';
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0;
    text-align: right;
    display: block;
    clear: both;
    position: relative;
    padding: 10px 3px 10px 0;
    float: right;
}
.btn.more.cover:before {
    display:none;
}
.btn.more:hover,
.btn.more:focus,
.btn.more:active {
    background: none;
    color: #3a93dd;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #fff;
    background: none;
    border: none;
    border-radius: 0px;
    padding: 0 0 0 20px;
    font-size: 14px;
}
.btn.btn-primary:hover,
.btn.btn-secondary:hover{
    color: #fff !important;
    border-color: #fff;
	background:none;
}
.side1 .btn.btn-primary{
	font-size:14px;
}

.btn-info {
    background-color: #ccc;
    font-size:14px;
}
.btn-info:active,
.btn-info:focus{
    background-color:#ccc;
}
.h1 {
    font-size:24px;
    border-bottom:1px solid #ccc;
    padding:8px;
    letter-spacing:0;
    font-weight:bold;
}
.h2 {
    -webkit-animation: tracking-in-expand .7s cubic-bezier(.215,.61,.355,1) both;
    animation: tracking-in-expand .7s cubic-bezier(.215,.61,.355,1) both;
    font-size: 34Px;
    color: #000;
    line-height: 40px;
    display: block;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
    border-bottom: 1px solid #236aa4;
}
.h2::before{
    content: "";
    display: inline-block;
    background: url(../images/all/icon_title.svg) no-repeat left top;
    background-size: 100%;
    width: 40px;
    height: 15px;
    margin: 0 10px;
    top: -5px;
    position: relative;
}
.h2::after{
    content: "";
    display: inline-block;
    background: url(../images/all/icon_title.svg) no-repeat left top;
    background-size: 100%;
    width: 40px;
    height: 15px;
    margin: 0 10px;
    top: -5px;
    position: relative;
}

.h1 .txt-en,
.h2 .txt-en,
.breadcrumb-item .txt-en,
.title.h2 {
    display: none;
}
.home_marquee .h3 {
    color: #fff;
    font-weight:500;
    text-align: left;
    margin-bottom: 0;
    font-family: 'Lato';
    font-size: 26px;
}
h4, .h4 {
    font-size: 1rem;
}
.h5{
	color:#333;
	font-size:22px;
	margin-bottom:5px;
}
.h5 .sub-txt{
	letter-spacing:0;
}
.h6 {
    font-size: 22px;
    border-left: solid 6px #ff5e10;
}
.sub-txt02 {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    border: 1px solid #ccc;
    padding: 3px 7px;
    display: inline-table;
}

.container .ezshare-box {
    margin: 10px 0;
}

.page-link {
    color: #236aa4;
    background: #fff;
    font-size: 15px;
    padding: 3px 10px;
    border-color: #236aa4;
}

.page-item.active .page-link {
    background: #236aa4;
}
.page-link:hover {
    background: #222;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border: 1px solid #236aa4;
    background: #236aa4;
    border-radius: 0px;
    color: #fff;
}
.page-box ul.pagination .page-item:first-child .page-link,
.page-box ul.pagination .page-item:last-child .page-link {
	border-radius:0px;
}
.page-item:last-child .page-link.no-line{
	border:none;
}
.page-item .page-link:hover {
    color: #fff;
    border-color: #222;
	background: #222;
}

.section.breadcrumb-section .container{
    max-width: 100%;
}
.breadcrumb{
	background:none;
	padding: 10px;
}
.breadcrumb-section {
    background: #236aa4;
}
.breadcrumb,
.breadcrumb-item a,
.breadcrumb-item + .breadcrumb-item::before{
	color:#fff;
}
.tag {
    margin-bottom: 0;
    background: #666;
    margin-bottom: 0;
    margin-right: 0;
    padding:0 5px;
    color: #fff;
}
.small-title {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #8db1ce;
    display: block;
    margin: 10px 0;
    padding-left: 0px;
    position: relative;
    font-family: 'Lato';
}
.btn-info:hover {
    background-color: #8db1ce;
    border-color: #8db1ce;
}
.dropdown-menu.show {
    font-size: 14px;
    background: #efefef !important;
    border: none;
}
/*----------------------------------------- 主選單  --------------------------------------*/
.header {
}
.header .navbar {
    /*background: rgba(255, 255, 255, 1);
    background: url(../images/all/top_menubg.jpg) repeat center top;*/
    background:none;
    border-bottom: none;
    flex-direction: column;
}
.is_scroll .header .navbar, .scroll-down .header .navbar {
    background: rgba(0, 0, 0, 0.5);
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);*/
    backdrop-filter: blur(7px);
}
.header .navbar > .container {
    /*max-width: 1600px;*/
}
.navbar-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.header .navbar .nav-brand-wrapper {
    line-height: 1em;
}
.header .navbar .navbar-brand {
    width: 425px !important;
    height: 50px !important;
    background-size: contain;
    /*background-image: unset !important;*/
    margin: 25px 0;
    z-index: 1;
}
.is_scroll .navbar .navbar-brand {
    width: 250px !important;
    height: 30px !important;
    display: block;
    position: relative;
}
.header .navbar .navbar-brand > img {
    
}
.header .navbar .navbar-collapse {
  position: relative;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown > .navbar-nav {
  border: 1px solid #eee;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
  width: 180px;
  left: 75%;
  transform: translateX(-50%);
  letter-spacing:0;
  z-index:3;
}
.header ul.navbar-nav > li.nav-item > ul li > a.nav-link {
    font-size: 14px !important;
    color: #333;
}

.header .navbar .navbar-collapse > .navbar-nav > .nav-item + .nav-item {
    border: 0;
}
.header .navbar .navbar-collapse > .navbar-nav > .nav-item > .nav-link {
    position: relative;
    font-size: 18px;
    padding: 5px 20px;
    color: #fff;
    border: 0;
}
.header .navbar .navbar-collapse > .navbar-nav > .nav-item > a:hover.nav-link {
    background: #236aa4;
    color: #fff;
}

/*下拉選單*/
.header .navbar .navbar-collapse > .navbar-nav > .nav-item > .nav-link:after {
    display: none;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: var(--bs-white);
    transform: translateX(-50%);
    transition: all ease 0.75s;
}

.nav-item.dropdown > .navbar-nav .nav-item .nav-link:hover {
    background: #236aa4;
    color: #fff;
    padding: 10px 15px;
}

.header .navbar .navbar-collapse > .navbar-nav:not(.noHover) > .nav-item.dropdown > .navbar-nav .nav-item:hover > .navbar-nav {
  opacity: 1;
  clip: rect(0, 100vw, 2000px, 0);
}
.header .navbar .navbar-collapse > .navbar-nav.noHover > .nav-item.dropdown > .navbar-nav .nav-item > .navbar-nav {
  clip: rect(0, 0, 2000px, 0);
}
.header .navbar .navbar-collapse > .navbar-nav.noHover > .nav-item.dropdown > .navbar-nav .nav-item > .navbar-nav.in {
  opacity: 1;
  clip: rect(0, 100vw, 2000px, 0);
}
.header .navbar .navbar-nav .nav-item .navbar-nav .nav-item + .nav-item:before {
  /* 下拉選單的分隔線
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: calc(100% - 20px);
  transform: translateX(-50%);
  border-top: 1px solid #fff;
  z-index: 1;*/
}
.header .navbar .navbar-nav .nav-item .navbar-nav .nav-item .navbar-nav .nav-item .nav-link {
  text-align: left;
  /*padding: 7px;*/
  /*font-size: 0.75rem;*/
  letter-spacing: 0;
}
.header .navbar .nav-item.dropdown .navbar-nav .nav-item:hover .nav-link.trigger:before {
  border-color: transparent transparent transparent var(--forth-color);
}
.header .navbar .nav-item.dropdown > .navbar-nav .nav-item:hover > .navbar-nav {
  /*opacity: 1;*/
}
.header .navbar .nav-item.dropdown > .navbar-nav .navbar-nav {
  transition: all ease 0.5s;
  opacity: 0;
}
.header .navbar .nav-item.dropdown.dropdown-left .navbar-nav .nav-item .nav-link.trigger:before {
  top: 50%;
  transform: translateY(-50%);
  border-left: solid 5px var(--main-color);
}
.header .navbar .nav-item.dropdown.dropdown-left .navbar-nav .nav-item.active > .nav-link.trigger:before, .header .navbar .nav-item.dropdown.dropdown-left .navbar-nav .nav-item:active:focus > .nav-link.trigger:before, .header .navbar .nav-item.dropdown.dropdown-left .navbar-nav .nav-item:active > .nav-link.trigger:before, .header .navbar .nav-item.dropdown.dropdown-left .navbar-nav .nav-item:focus > .nav-link.trigger:before, .header .navbar .nav-item.dropdown.dropdown-left .navbar-nav .nav-item:hover > .nav-link.trigger:before {
  border-left-color: #fff;
}
.header .navbar .nav-pos-top {
  margin-bottom: 0;
  background: transparent;
  padding: 0;
  color: #000;
  display: flex;
}
.header .navbar .nav-pos-top .small-btn-box li > a,
.header .navbar .nav-pos-top .small-btn-box li .cart-drop-box > a {
  color: #000;
}
.header .navbar .nav-cart-info {
  padding: 0;
}
.header .navbar .nav-cart-info .cart-drop-box .count {
    position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right:0;
    width:20px;
    height:20px;
    background:#ff8e07;
    font-family:Arial;
}
.header .navbar .nav-cart-info .nav-cart-list.cart-drop-detail {
  padding: 15px 10px 10px;
}
.header .navbar .nav-cart-info .nav-cart-list .cart-detail .item .item-detail {
  justify-content: space-between;
  align-items: center;
}
.header .navbar .nav-cart-info .nav-cart-list .cart-detail .item .item-detail .pic {
  flex: 0 0 60px;
}
.header .navbar .nav-cart-info .nav-cart-list .cart-detail .item .item-detail .pic img {
  max-width: 100%;
}
.header .navbar .nav-cart-info .nav-cart-list .cart-detail .item .item-detail .info {
  align-items: center;
  flex: 1 1 100%;
  padding-left: 10px;
}
.header .navbar .nav-cart-info .nav-cart-list .cart-detail .item .item-detail .info-detail a {
  font-size: 0.944rem;
}
.header .navbar .nav-cart-info .nav-cart-list .h6 {
  padding: 15px;
  margin: -15px -10px 10px;
}
.header .navbar .nav-cart-info .nav-cart-list .cart-checkout .sum .item {
  font-size: 0.944rem;
}
.header .navbar .nav-share-btn-area {
  font-size: 18px;
}
.header .navbar .nav-share-btn-area li + li {
  margin-left: 8px;
}
.header .navbar .nav-share-btn-area li a {
  /*background: var(--main-color);
  color: #fff;
  display: block;
  font-size: 1rem;
  width: 33px;
  height: 33px;
  text-align: center;
  padding: 0.5em;
  line-height: 1em;
  border-radius: 50%;
  margin: 0;*/
}
.header .navbar .nav-share-btn-area li a:hover,
.header .navbar .nav-share-btn-area li a:focus,
.header .navbar .nav-share-btn-area li a:active {
  opacity: 0.9;
}
.header .navbar .nav-share-btn-area li a:hover img,
.header .navbar .small-btn-box ul .list-inline-item > a:hover img{
  transform:scale(1.2,1.2);	
}

/*下拉選單的三角形*/
.header .navbar .navbar-collapse .navbar-nav .nav-link .caret {
    position: absolute;
    bottom: 16px;
    right: 5px;
    border-top: solid 5px #fff;
}
.header .navbar .navbar-collapse .navbar-nav .nav-link:hover .caret {
    border-top: solid 5px #fff;
}

/*手機版設定*/
.bsnav-mobile {
  top: 0px;
  
}
.bsnav-mobile > .bsnav-mobile-overlay {
  top: 51px;
}
.bsnav-mobile .navbar {
  box-shadow: none !important;
}
.bsnav-mobile .navbar .nav-share-btn-area {
  display: flex !important;
  justify-content: center;
  margin: 10px;
}
.bsnav-mobile .navbar-brand {
  display: none !important;
}
.bsnav-mobile .navbar {
   padding: 0 !important;
  justify-content: flex-start;
}
.bsnav-mobile .navbar .navbar-mobile-wrapper {
  text-align: left;
  /*padding-top:100px*/
}
.bsnav-mobile .navbar .navbar-nav .nav-item .nav-link {
  padding: 10px 15px;
}
.bsnav-mobile .navbar .navbar-nav .nav-item .nav-link .caret {
  position: absolute;
  top: 50%;
  right: 15px;
  transition: all ease 0.3s;
}
/*主選單HOVER*/
.bsnav-mobile .navbar .navbar-nav .nav-item > .nav-link:hover {
  background: #ff5e10;
  color: var(--bs-white) !important;
}
.bsnav-mobile .navbar .navbar-nav .nav-item > .nav-link:hover .caret {
  border-top-color: var(--bs-white);
}
.bsnav-mobile .navbar .navbar-nav .nav-item .navbar-nav {
  background: rgba(0, 0, 0, 0.05);
}
.bsnav-mobile .navbar-nav .nav-item .navbar-nav{
    margin:0;
}
.bsnav-mobile .navbar .navbar-nav .nav-item .navbar-nav .nav-item .nav-link {
  padding: 15px 0;
  /*color: var(--second-color);*/
  color:#333;
  position: relative;
}
.bsnav-mobile .navbar .navbar-nav .nav-item .navbar-nav .nav-item .nav-link:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 1px;
  background: var(--main-color);
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}
/*下拉選單第一層HOVER*/
.bsnav-mobile .navbar .navbar-nav .nav-item .navbar-nav .nav-item .nav-link:hover,
.bsnav-mobile .navbar .navbar-nav .nav-item .navbar-nav .nav-item .nav-link:focus,
.bsnav-mobile .navbar .navbar-nav .nav-item .navbar-nav .nav-item .nav-link:active {
  background: #d0370e;
  color: #fff !important;
}
.bsnav-mobile .navbar .navbar-nav .nav-item .navbar-nav .nav-item .nav-link.trigger {
  position: relative;
}
.bsnav-mobile .navbar .navbar-nav .nav-item .navbar-nav .nav-item .nav-link.trigger:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transition: all ease 0.3s;
  border-left: solid 4px transparent;
  border-right: solid 4px transparent;
  border-top: solid 5px var(--main-color);
  width: 0;
  height: 0;
}
.bsnav-mobile .navbar .navbar-nav .nav-item .navbar-nav .nav-item .navbar-nav .nav-item .nav-link {
  padding-left: 25px;
}
.bsnav-mobile .navbar .navbar-nav .nav-item .navbar-nav .nav-item .navbar-nav .nav-item .nav-link:before {
  left: 15px;
}

.bsnav-mobile .navbar .navbar-nav .nav-item .navbar-nav .nav-item.in > .nav-link:after {
  transform: scaleY(-1);
}
.bsnav-mobile .navbar .navbar-nav .nav-item.in > .nav-link {
  background: #ff5e10;
  color: var(--bs-white);
}
.bsnav-mobile .navbar .navbar-nav .nav-item.in > .nav-link .caret {
  border-top-color: var(--bs-white);
  transform: scaleY(-1);
}
.bsnav-mobile.full .navbar-nav .nav-item .navbar-nav {
  background: var(--default-color);
}
.bsnav-mobile.full .navbar-nav .nav-item .navbar-nav li a {
    color: #fff;
    font-size: 14px;
}
.bsnav-mobile.full .navbar-nav .nav-item .nav-link {
    padding: 12px 0;
      /*color: #333;
      font-size: 18px;*/
}
.bsnav-mobile.full .navbar-nav .nav-item .nav-link .title-sub {
  display: none;
}
.bsnav-mobile.full .navbar-mobile-wrapper > .navbar-nav > .nav-item:nth-last-child(2) > .nav-link {
  /*color: var(--bs-warning);*/
}
.bsnav-mobile.full.in .navbar {
    background:rgba(0, 0, 0, 1)
   /*padding-top: 65px;
   justify-content: flex-start;
   background: url(../images/all/top_menubg.jpg) repeat-y center top;*/
}
/*手機版主選項 end*/


/*跑馬燈*/
.home_marquee {
    position: relative;
    top: -50px;
    right: 0;
    z-index: 1;
    width: 100%;
    overflow:hidden;
}
.marquee {
    padding: 20px;
    background-color: rgba(35, 106, 164, 0.9);
}
.mr-2 {
    margin-right: 15px;
}
.marquee .container {
    overflow: hidden;
    max-width: 100%;
}
.marquee .marquee-flex{
    display:flex;
    flex-direction: row; 
    justify-content: flex-start;
    align-items: center;
}
.marquee-box {
    margin: 0 20px 0 0;
    overflow: hidden;
    display: block;
    width:100%;
}
.marquee-title {
    background: #d0370e;
    padding: 5px 8px;
    color: #fff;
    text-align: right;
    font-weight: 600;
    width: 22%;
    letter-spacing:0.07em;
    font-size:18px;
}

.marquee-right {
}
.marquee ul li {
    display: inline-block;
    min-width: 100vw;
}
.marquee a {
    font-family: 'Lato';
    color: #fff;
}

/*搜㝷*/
.header .navbar .small-btn-box {
    transition: all ease 0.3s;
    align-items: flex-end;
}

.navbar .small-btn-box ul {
   margin:0;
}
.header .navbar .small-btn-box ul .btn-group a {
    font-size: 14px;
    padding: 8px;
    text-align: center;
    color: #fff !important;
    background: #236aa4;
    margin:0;
}
.header .navbar .small-btn-box .dropdown-item:hover,
.header .navbar .small-btn-box .dropdown-item:focus {
    background-color: #236aa4;
    color: #ffff00 !important;
}
.header .navbar .small-btn-box ul .list-inline-item.nav-search-li {
    position: relative;
}
.header .navbar .small-btn-box ul .list-inline-item.nav-search-li::after {
    content: '';
    background: #257ed9;
    width: 60px;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: -7px;
    z-index:-1;
}
.header .navbar .small-btn-box ul .btn-group.lang > .dropdown-toggle {
    font-size: 14px;
    padding: 0;
    border-radius: 0;
    background: none;
}
.header .navbar .small-btn-box ul .btn-group.lang > .dropdown-toggle:after {
    display: none;
}
.header .navbar .small-btn-box ul .btn-group.lang > .dropdown-toggle .caret {
    /*display: none;*/
}
.header .navbar .small-btn-box ul .list-inline-item:first-child {
    margin-right: 0;
}
.header .navbar .small-btn-box ul .list-inline-item.nav-search-li {
    padding: 0;
    transition: all ease 0.3s;
}
/*上方搜尋*/
.header .navbar .search-area .form-inline .form-group{
	display: block;
    position: relative;
}
.header .navbar .small-btn-box ul .list-inline-item.nav-search-li .nav-search-box .search-area {
    width: 380px;
    padding: 5px 10px;
}
.header .navbar .small-btn-box ul .list-inline-item.nav-search-li .nav-search-box .search-area .form-control {
    padding: 5px;
    line-height: 1.8;
}
.header .navbar .small-btn-box ul .list-inline-item.nav-search-li .nav-search-box .search-area .btn {
    padding: 10px;
    display: block;
    background: #36C;
    margin: 0;
	color:#fff;
}
.header .navbar .small-btn-box ul .list-inline-item > a,
.header .navbar .small-btn-box ul .list-inline-item .cart-drop-box > a {
    color: #ff8e07;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}
.header .navbar .small-btn-box ul .list-inline-item > a .icon,
.header .navbar .small-btn-box ul .list-inline-item .cart-drop-box > a .icon {
    line-height: 1em;
    display: inline-block;
    vertical-align: baseline;
}
.header .navbar .small-btn-box ul .list-inline-item > a:hover,
.header .navbar .small-btn-box ul .list-inline-item .cart-drop-box > a:hover {
    opacity: 0.8;
}
/*end*/

.header.navbar-othertop .nav-cart-info .nav-cart-list.cart-drop-detail {
    padding: 15px;
    right: auto;
    left: 0;
}
.header.navbar-othertop .nav-cart-info .nav-cart-list .h6 {
    padding: 15px;
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
}

.nav-cart-info .nav-cart-list .cart-detail .item a .icon {
    font-size: 1rem !important;
}
.nav-cart-info .nav-cart-list .cart-checkout .btn-group {
    padding: 0;
}
.nav-cart-info .nav-cart-list .cart-checkout .btn-group .btn {
    border-radius: 0;
    padding: 10px 0;
    min-width: 0;
}
.nav-cart-info .nav-cart-list .cart-checkout .btn-group .btn.cover:before {
    border-radius: 0;
}
/*購物車新設定*/
.shopping_word {
    margin:0 5px;
    font-size:15px;
    letter-spacing:0;
}
.cart-box .cart-list {
    background:#fff;
}

/*banner*/
.banner {
}
.slick .slick-dots {
    bottom:25px;
}
.slick .slick-dots .slick-active button {
    background: #fccc00 !important;
}
.slick .slick-dots button {
    background:#fff;
}

/*floating*/
.wid-float-section ul li a {
    width:auto;
}
.wid-float-section ul li a .num {
    right: 9px;
    top: 12px;
}
.wid-float-section ul li a:hover{
	transform:scale(1.2,1.2);
}


/*footer*/
.gotop {
    background: #236aa4;
    right: 5%;
    bottom: 10%;
    width: 50px;
    height: auto;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 0;
}
.gotop a {
    width: 20px;
    height: 20px;
    border-radius: 0;
    text-indent: -9999px;
    border: solid white;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 0;
    transform: translateY(0) rotate(224deg);
    background: transparent;
}
.footer {
    margin-top: 0px;
    padding:0;
	/*background:#d0370e;
    background-image: linear-gradient(to top, #fccb00, #d0370e);*/
    font-family: 'Lato';
    font-size:15px;
}
.footer .footer_content{
    background:none;
    padding:0;
}
.footer .container-fluid{
    padding:0;
}
.footer .footer_content .container{
}

.footer label {
    padding: 0;
    color: #666;
    font-size: 15px;
}
.footer .footer-info ul li {
    margin-right:0px;
    margin-bottom:0px;
    line-height:26px;
}
.footer .list-unstyled{
    line-height:24px;
}
.footer .copyrights-info {
    display: block;
    position: relative;
    border-top: 1px solid #ccc;
    padding: 15px 0;
}
.footer .copyrights {
    color: #3f3f3f;
    padding-left:0;
    font-size: 15px;
    letter-spacing: 0;
    font-family:'Lato';
    text-align: right;
}
.footer .powered a {
    font-size: 13px;
    color: rgba(100%,100%,100%,0.5);
    letter-spacing: 0;
}
.footer .powered {
    padding-left: 10px;
    font-size: 13px;
    color: rgba(100%,100%,100%,0.5);
}
.footer_flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.footer_infor {
    margin-left:20px;
    position:relative;
}
.footer_infor ul.cominfo-list li {
    display: inline-block;
}
.footer_infor ul.cominfo-list li,
.footer_infor ul.cominfo-list li a{
    font-size: 15px;
    color: #fff;
}
.left-area {
    display:block;
    position:relative;
}
.left-area::after{
    content: '';
    position: absolute;
    border-right: 3px double #ccc;
    right: 85px;
    top: 0;
    height: 100%;
}
.sitemap_flex {
    display: flex;
    justify-content: flex-end;
}
.sitemap_box {
    position:relative;
    padding-left: 40px;
}
.sitemap_box ul {
    padding-left: 0;
    list-style: none;
    line-height: 20px;
}
.sitemap_box ul li a{
    font-size:15px;
    color:#fff;
}
.sitemap_title{
    display:block;
    position:relative;
    color:#fff;
    font-size:18px;
    font-weight:600;
}


/*首頁-最新消息*/
.home_news {
    display: block;
    padding-top: 10vh;
    position: relative;
    background-image: url(../images/all/news_bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
    min-height: 565px;
}
.news_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: start;
    background: #fff;
    border-radius: 26px;
    padding: 50px 80px;
}
.home_news .i_title_box {
    margin:0;
    text-align:left;
}
.home_news .i_title_box .i_title_en::before{
    content: '';
    position: absolute;
    background: #ff5e10;
    width: 35px;
    height: 1px;
    left: -45px;
    top: 0;
    transform: rotate(45deg);
}
.article-list .item .time {
    color: #8db1ce;
    font-family: 'Lato';
    font-size: 14px;
}

body.home .article-list .item + .item {
    border: none;
    margin-top: 15px;
    padding-top: 15px;
}
.article-list .item a {
    padding:15px 10px;
}
.article-list .item + .item {
    border-top: none;
    margin-top: 0px;
    padding-top: 0px;
}
.home_news .slick-multi-cusarrow .slick-btn {
    position: relative;
}
.home_news .slick-multi-cusarrow .slick-btn .btn-prev {
    position: absolute;
    width: 35px;
    height: 35px;
    left: initial;
    right:-7px;
    top: -65px;
    text-indent: -9999px;
    background: url(../images/all/icon_prev.svg) no-repeat left center;
    border: none;
    transform: initial;
    padding: 0;
    display: block;
}

.home_news .slick-multi-cusarrow .slick-btn .btn-next {
    position: absolute;
    width: 35px;
    height: 35px;
    right: -45px;
    top: -65px;
    text-indent: -9999px;
    background: url(../images/all/icon_next.svg) no-repeat right center;
    border: none;
    transform: initial;
    padding: 0;
    display: block;
}
.home_news .list-flex {
    display:flex;
}

.page-box {
    position:relative;
    z-index:5;
}

/*首頁-關於我們*/
.home_about {
    display:block;
    position:relative;
}
.home_about::after{
    content:'';
    position:absolute;
    background: url(../images/all/about_bg.jpg) no-repeat left top;
    width:1075px;
    height:800px;
    left:0;
    top:50%;
    z-index:-1;
}
.about_flex {
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: start;
}
.a_title {
    font-size: 50px;
    display: block;
    color: #236aa4;
    font-weight: bold;
    padding-bottom: 15px;
    font-family: 'Lato';
    position: relative;
    line-height: 60px;
}
.a_title::before{
    content:'';
    position:absolute;
    background: url(../images/all/icon_title.svg) no-repeat center;
    width:40px;
    height:15px;
    left: -50px;
    top: 20px;
}
.a_small {
    display: block;
    font-size: 40px;
    line-height:46px;
    color: #8db1ce;
    font-family: 'Lato';
    font-weight: bold;
}
.a_word {
    font-size:18px;
    display:block;
    color:#000;
    line-height:30px;
    position:relative;
    margin:30px 0;
}
.about_left {
    width:50%;
    display:block;
    padding:0 40px;
}
/*首頁-產品*/
.home_product {
    position: relative;
    display: block;
    padding: 280px 0 50px;
    z-index: 5;
}
.p_flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 30px 0px;
}
.title_flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    padding: 0 15px 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #236aa4;
}
.p_title {
    font-size: 50px;
    display: block;
    color: #236aa4;
    font-weight: bold;
    font-family: 'Lato';
    position: relative;
    line-height: 60px;
}
.p_en {
    position: relative;
    margin: 0 0 0 45px;
    color: #b0b0b0;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Lato';
    font-weight: 500;
}
.product-link {
    position: relative;
}
.product-link .pic::before{
    content:'';
    position:absolute;
    background:rgba(143,151,157,0.5);
    width:100%;
    height: 100vh;
    left:0;
    right:0;
    z-index:1;
    transition: all ease 0.3s;
}
a:hover.product-link .pic::before {
    background: rgba(143,151,157,0);
    transition: all ease 0.3s;
}
.product-link .pic {
    position: relative;
    overflow: hidden;
    transition: all ease 0.5s;
    transform: scale(1);
    margin-bottom: 10px;
}
a.product-link .pic .radio img {
    transform: scale(1);
    transition: all ease 0.5s;
}
a:hover.product-link .radio img {
    transform: scale(1.1);
    transition: all ease 0.5s;
}
.product-link .info {
    color:#fff;
    position: absolute;
    display: block;
    z-index: 1;
    width: 100%;
    bottom: 40px;
    text-align: center;
    font-weight:500;
    font-size:20px;
    font-family:'Lato';
}
a:hover.product-link .info {
    color:#000;
}
	

/*產品*/
.product .content .section .container {
    padding: 0;
}
.product-info-area{
	padding-left:18px;
}
.tab-area.tab-accordion .tab-accordion-header,
.product-pic.slick.st .slider-for .item a{
	background:none;
}
.tab-area.tab-accordion .tab-accordion-body{
	border:none;
	background:none;
}
.tab-area .tab-title a{
	padding:5px 20px;
    color:#666;
}
.tab-area .tab-title a.active {
    color: #fff;
	background: #ff8e07;
	border-radius:8px;
}
.slider-nav .thumbnail:focus,
.slider-nav .thumbnail.slick-current.slick-active{
	border: 1px solid #114673;
}
.tab-area .tab-title a,
.slider-nav .thumbnail{
    border: none !important;
	border-radius:8px;
}
.gallery-list.border-solid .item .item-detail{
	border:none;
    background:none;
}
.gallery-list.border-solid .item .item-detail .item-info .pic{
	border: 1px solid #eee;
    overflow: hidden;
}
.gallery-list.border-solid .item .item-detail .item-info .pic a .ratio img{
	transition: all ease 0.5s;	
	transform: scale(1);
}
.gallery-list.border-solid .item .item-detail .item-info .pic a:hover .ratio img {
    transform: scale(1.1);
    transition: all ease 0.5s;
}
.gallery-list .item .title{
	text-align: center;
    color: #000;
    font-size: 18px;
	margin:8px 0;
}
.gallery-list p.price {
    font-size: 15px;
    margin-top: 0;
    font-family: "Lato";
}
.gallery-list .price.me-2 {
    color: #999;
}
.gallery-list .item .info{
	padding:0;
}
body.home .article-grid .item .info {
    position: absolute;
    bottom: 30px;
    width: 100%;
}
.article-grid .item .info {
    position: relative;
    bottom: 0;
    width: auto;
    border: none;
    padding: 10px;
}
.article-grid .item {
    margin-bottom: 0;
}
.article-grid.info-absolute .item {
    padding: 0px;
    margin:0 10px;
    overflow:hidden;
}
.article-grid .item .info .title a {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    /*text-align: center;
    background-color: rgba(0, 0, 0, 0.5);*/
    padding: 8px 0 0 0;
    overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2; /*行數*/
	-webkit-box-orient: vertical;
	white-space: normal;	
}
body.news .article-grid .item .info .date {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #ccc;
    display: block;
    margin:0 0 10px 0;
    padding-left: 0px;
    position: relative;
    font-family: 'Jost';
}
body.news .article-grid .item .pic a .ratio {
    overflow: hidden;
}
body.news .article-grid .item .pic a .ratio img {
    transform: scale(1.1);
    transition: all 0.3s ease;
}
body.news .article-grid .item .pic a:Hover .ratio img{
    transform: scale(1);
    transition: all 0.3s ease;
}
.article-grid .item .info .kind a {
    border:1px solid #ff5e10;
	padding:5px 8px;
    color: #ff5e10;
    margin-bottom: 0;
    margin-right: 0;
	background:none;
}


.btn.btn-light,
.btn.btn-dark,
.btn.btn-pdf {
    margin: 10px 0 0 0;
    padding: 7px 35px !important;
}
.btn.btn-line{
	margin:10px 0 0 0;
}
.btn.btn-light {
    background: #c10000;
    font-size: 18px;
    margin: 0;
    border-radius:50em;
}
.btn.btn-light:hover {
    background:#666;
}
a.btn.btn-dark {
	display:none  !important;
	background:#666;
}
.btn.btn-dark:hover{
	background:#000;
}
a.btn.btn-pdf{
	background:#c8e5ff;
	color:#004479;
	font-size:1.125rem;
}
.btn.btn-pdf:hover{
	color:#fff;
	background:#333;
}
.btn-group .btn.more {
    color:#fff;
    background:#ff5e10;
}
.btn-group .btn.more:hover {
    color: #fff;
    background: #000;
}
.btn.gray {
    color: #fff;
    background: #c10000;
    font-size: 18px;
    border-radius: 0;
    padding: 7px 35px;
}
.btn.cover:before {
    border-radius: 0;
}
.toast:before {
    background: #333;
}


/*產品詳細頁*/
.product-info-area .item.desc .cont{
	margin:0 0 15px;
}
.product-info-area .title-box .tag-area .badge{
	display:none;
}
.product-info-area .info-box{
	border:none;
}
.product-info-area .item {
    margin-bottom:0px;
}
.product-info-area .item.price {
    padding: 7px 0px;
    display: block;
}
.product-info-area .quick-buy {
    padding: 0;
}
.product-info-area .item .label:before {
    display: none;
}
.product-info-area .item .label{
	width:auto;
	font-size:15px;
	margin-right:0;
    flex: 0 0 50px;
}
.product-info-area .item.price .cont,
.main-title .h6 span.cont{
	font-family: "Lato";
    font-size:18px;
	color:#F00;
}
.item.specification{
	padding:0;
	margin-bottom:20px;
}
.product-info-area .item.specification .label{
	flex: 0 0 40px;
}
.radio-text-st label{
	padding:0 10px;
	font-size:14px;
}
.radio-text-st input[type=radio]:checked + label {
    background-color: #0267b5;
}
.product-info-area .item.desc,
.item.info{
	margin-bottom:0;
}
.desc_list{
	font-size:15px;
	line-height:24px;
}
.product-info-area .info-box{
	padding: 20px 0 !important;
    border-top: solid 1px #e7e7e7;
    border-bottom: solid 1px #e7e7e7;
}
.item.info{
	padding:0 10px;
	display:flex;
	flex-direction: row; 
	justify-content: flex-start;
    align-items: flex-start; 
}
.item.info .t01{
	background:#e8f4fe;
	color:#0267b5;
	font-size:13px;
	font-weight:600;
	margin-right:7px;
	border-radius:6px;
	padding:0 10px;
	text-align:center;
	width: 15% !important;
	line-height:24px;
}
.item.info .cont{
	font-size:15px;
	line-height:24px;
	width:85%;
}
.section .anchor-title{
	border:none;
}
.product_margin{
	margin-top:30px;
}
.product_margin .editor img{
	margin:0;
}

.anchor-title li{
	margin:5px 10px;
}
.section .anchor-title a{
	border:1px solid #0267b5;
	border-radius:30px;
	padding:8px 32px;
	font-size:17px;
	font-weight:400;
	color:#666;
}
.anchor-title ul li:first-child a{
	border:1px solid #0267b5;
}
.product_t01{
	display:block;
	font-size:24px;
	color:#0267b5;
	letter-spacing:0.2em;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	margin-top:15px;
	margin-bottom:10px;
/*	text-align:center;*/
	font-weight:600;
}
.bg-lightgray {
    background: #fff;
}
body.product.show .other_product .price-box{
	display:none;
}

body.product.show .slick-prev,
body.product.show .slick-next{
	top:35%;
}
body.product.show .slick-prev:before,
body.news.show .slick-prev:before {
    position: absolute;
    width: 35px;
    height: 35px;
    left: 0px;
    top: 65%;
    text-indent: -9999px;
    background: url(../images/all/icon_prev.svg) no-repeat left center;
    border: none;
    transform: initial;
    padding: 0;
    display: block;
}
body.product.show .slick-next:before,
body.news.show .slick-next:before {
    position: absolute;
    width: 35px;
    height: 35px;
    right: -7px;
    top: 65%;
    text-indent: -9999px;
    background: url(../images/all/icon_next.svg) no-repeat left center;
    border: none;
    transform: initial;
    padding: 0;
    display: block;
}
.product-pic.slick.st .slick-prev,
.product-pic.slick.st .slick-next {
    box-shadow: none;
	background:none;
}
.product-pic.slick.st .slick-arrow:hover{
	box-shadow: none;
	background:none;
}


.gallery-list.cover.hov-cart .item .pic .cover{
	display:none;
	opacity:0;
}
.gallery-list.cover.hov-cart.hov-left .btn-box{
	left:0;
	top:100%;
	position: relative;
	letter-spacing:0.1em;
}
.gallery-list.cover.hov-cart .btn-box .btn{
	width:auto;
	border-radius:0.25rem;
	margin: 20px auto 0;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
	line-height: 1.5;
}
.gallery-list.cover.hov-cart .btn-box .btn,
.gallery-list.cover.hov-cart .item-detail .cover .btn-box .btn:hover{
	background:#4099de;
}
.gallery-list.cover.hov-cart .item-detail .cover .btn-box .btn:hover{
	width:50px;
}
.product-info-area .item.price .cont.c02 {
    color: #999;
}
.side .navbar{
	background:none;
}
.main .side .h3 {
    display:none;
    border:none;
	background:none;
	color:#000;
}
.product.show .p_type,
.cart .p_type,
.order.show .p_type{
    display: table;
    position: relative;
    background: #ff8e07;
    color: #fff;
    border-radius: 6px;
    padding: 3px 10px;
    font-size: 14px;
    margin-bottom: 10px;
}
.product.show .info-box .sub-txt {
    font-size: 16px;
    letter-spacing: 0px;
    color: #333;
    padding: 0px 20px 8px;
}

/*購物車*/
.cart-list .info-area .price,
.sum .item .value {
    color: #666;
    font-family: 'Lato';
    font-size: 16px;
}
.cart-step .num {
    border: none;
    background: #ff5e10;
    color: #fff;
}
.item .label {
    font-size:16px;
}
.item.mb-1 .total_word,
.sum .item .value.final-price {
    color: #ff1e1e;
    font-weight: bold;
    border-top: 1px solid #ccc;
    padding-top: 5px;
    margin-top: 10px;
}
.btn.btn-bord {
    border: solid 1px #ff631e;
    color: #ff631e;
}
.frame-border {
    border:none;
}
.pay-box {
    border: 3px double #ff8711;
    background: #fff;
}
.cart-detail .buy-info .sub-text,
.cart-checkout .sum .price {
    font-family: 'Lato';
}

/*訂單查詢*/
body.order .rwd-table.mob-mode th {
    background: #666;
}
.rwd-table a {
    color: #0267b5;
}
.order.show .qty-area {
    font-family: 'Lato';
}


/*會員專區*/
.member-function-box .item {
    min-height:120px;
    text-align:center;
}
.member-function-box .item > a {
    background-image: linear-gradient(to top, #ff5f11, #ffa87d);
    justify-content: center;
    color: #fff;
    border-radius:10px;
}
.member-function-box .item > a:hover{
    background-image: linear-gradient(to top, #ff5f11, #ff5f11);
}

.member-function-box .item .info {
    color: #fff;
    font-size: 18px;
}



/*聯絡我們*/
.list-creative .list-terms:before {
    background: #236aa4;
}
.list-creative > li:nth-child(2n) .list-terms:before {
    background: #8db1ce;
}
.form-hasbg .form-control {
    background: #fff;
    border:1px solid #ccc;
}
.company_name label {
    font-size: 24px !important;
}
.list-creative .list-terms label {
    font-size:18px;
}
.list-creative a {
    font-size: 16px;
}
.form-select {
    border-radius:0;
}
/*內頁共同設定*/
.side .h3 .txt-tw {
    /*border: solid 1px #ff8e07;
    color: #fff;
    background: #ff8e07;
    font-size: 18px;*/
    border: none;
    font-size: 26px;
    padding: 0;
}
.side .wid-search .h3{
	display:none;
}
.side .nav-item.dropdown>.navbar-nav{
	background:none;
}
.side .filter-title .collapsed-btn, .side .filter-sidebar.multiple-collapse .collapsed-btn,
.nav-item.dropdown>.navbar-nav .nav-item .nav-link{
	padding:10px 0 10px 25px;
}
.side .filter-title .collapsed-btn,
.side .filter-sidebar.multiple-collapse .collapsed-btn,
.side .navbar-nav .dropdown-menu li.nav-title a {
    background: #236aa4 url(../images/all/lmenu_icon.svg) no-repeat 8px center;
    line-height: 30px;
    color: #fff;
    border-radius: 0px;
}
.side .nav-item:not(.nav-title).dropdown > .navbar-nav .nav-item:not(.nav-title) .nav-link{
	color:#000;
	/*background:#fedb4b;*/
	padding:10px;
	border-radius:0;
}
.side .filter-content,
.side .nav-item.dropdown>.navbar-nav .navbar-nav{
	background:none;
    border: none;
}
.side .filter-content ul{
	background:#fff;
}
.side .filter-content ul li{
	padding:7px 0 7px 18px;
	font-size:16px;
	color:#000;
	border-bottom:1px dashed #ccc;
}
.side .navbar-nav .dropdown-menu .dropdown-menu {
    padding-left: 15px;
}
.side .wid-cont ul li ul li ul li.nav-item ul.dropdown-menu.show a{
	background:#fff !important;
	color:#c10000 !important;
	padding:0;
	margin-bottom: 5px;
}

.main,
.page-content {
    position: relative;
    margin-bottom: 0px;
}
.page-content::after {
    content: '';
    position: absolute;
    background: url(../images/all/main_bg.jpg) no-repeat right bottom;
    width:600px;
    height:710px;
    right: 0;
    bottom: 52px;
    z-index: -1;
}

.main aside.side.open {
    margin-left: 0;
    opacity: 1;
    pointer-events: fill;
    flex:auto;
}

.content {
    flex-grow: 1
}
.sort-area {
    text-align:right;
}
/*常見問題*/
.accordion-list .st {
    color: #ff5e10;
}
.btnbox-ask {
    position:relative;
    top:-10px;
}
.accordion-list .accordion-list-header .btn-link {
    font-weight:bold;
}
.accordion-list .accordion-list-cont .accordion-list-det {
    font-size: 15px;
}

