@charset "utf-8";
/* CSS Document */
#company p, #culture p {
  text-align: justify;
}
.subpage {
  margin-top: 85px;
}
@media(min-width:768px) {
  subpage {
    margin-top: 90px;
  }
}
@media(min-width:992px) {
  subpage {
    margin-top: 90px;
  }
}
@media(min-width:1200px) {
  subpage {
    margin-top: 85px;
  }
}

.slogan {
  background-image: url("../images/bg_slogan-sm.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 200px;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slogan p {
  position:relative;
  color: #333;
  font-size: 1.45rem;
  z-index: 1;
  font-weight: 600;
  text-align:center;
  text-shadow: 0 0 24px rgba(255,255,255,1);
  text-transform: capitalize;
}
@media(min-width:520px) {
  .slogan {
    min-height: 250px;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .slogan p {
    font-size: 1.6rem;
  }
}
@media(min-width:992px) {
  .slogan {
    background-image: url("../images/bg_slogan.jpg");
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    min-height: 390px;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .slogan p {
    font-size: 2.6rem;
  }
}
@media(min-width:1200px) {
  .slogan {
    min-height: 540px;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .slogan p {
    font-size: 3.4rem;
  }
}
/*Catalog*/
.d-flex.align-items-start {
  display: inherit !important;
  position: relative;
}
.cover {
  display: none;
}
.catalog {
  position: inherit;
}
.catalog:after {
  display: none;
}
.catalog-list {
  padding: 0;
}
.catalog-link {
  background-color: transparent;
  border-radius: 0 !important;
  border-bottom: 1px solid #0090ff !important;
  border-top: 0px solid transparent !important;
  border-left: 0px solid transparent !important;
  border-right: 0px solid transparent !important;
  color: #0033cc;
  text-align: left;
  padding: 0.8rem !important;
  margin-bottom: 1rem;
  position: relative;
  font-size:18px;
}
.catalog-link:hover {
  color: #0090ff;
}
.catalog-link.active, .nav-pills .show > .catalog-link {
  color: #fff;
  background-color: #0033cc !important;
}
.catalog-link .pdf-icon {
  background-color: #0090ff;
  padding: 0.45rem 1rem;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
.catalog-link .pdf-icon a {
  color: #fff;
	text-decoration: none;
	font-size:1rem;
}
.catalog-link .pdf-icon:hover {
  background-color: #333;
  color: #fff;
}
@media(min-width:768px) {
  .d-flex.align-items-start {
    display: flex !important;
    position: relative;
  }
  .cover {
    border: 6px solid #0090ff;
    margin: 3rem 0;
    display: block;
  }
  .catalog:after {
    position: absolute;
    width: 120%;
    height: 100%;
    right: 0;
    top: 0px;
    content: "";
    background-color: #003399;
    z-index: -1;
    display: block;
  }
  .catalog-list {
    padding: 7rem 3rem 7rem 3rem;
  }
  .catalog-link {
    background-color: transparent;
    border-radius: 0 !important;
    border-bottom: 1px solid #0090ff !important;
    border-top: 0px solid transparent !important;
    border-left: 0px solid transparent !important;
    border-right: 0px solid transparent !important;
    color: #fff;
    text-align: left;
    padding: 0.8rem !important;
    margin-bottom: 1rem;
    position: relative;
  }
  .catalog-link:hover {
    color: #0090ff;
  }
  .catalog-link.active, .nav-pills .show > .catalog-link {
    color: #fff;
    background-color: #0033cc !important;
  }
  .catalog-link .pdf-icon {
    background-color: #0090ff;
    padding: 0.65rem 1rem;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .catalog-link .pdf-icon a {
    color: #fff;
  }
  .catalog-link .pdf-icon:hover {
    background-color: #333;
    color: #fff;
  }
}
@media(min-width:992px) {
  .d-flex.align-items-start {
    display: flex !important;
    position: relative;
  }
  .catalog-list {
    padding: 7rem 3rem 7rem 5rem;
  }
}
/*Contact*/
.contact {
  background-image: none;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media(min-width:768px) {
  .contact {
    background-image: url("../images/bg_contact.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
  }
}
.contact .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
	color: #999!important;	
  background-clip: padding-box;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.contact input::placeholder, .contact textarea::placeholder{
  color: #999!important;	
}
.contact .form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #999 !important;
  background-color: #fff;
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/*Blog*/
.blog-list {
  padding: 0 25px 2rem 25px;
  margin-bottom: 2rem;
border-bottom: 1px dashed #ccc;
}
.blog-list a{
	text-decoration: none;
}
.blog-list .row{
	border:1px solid transparent;
	-webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.blog-list .row:hover{
	box-shadow:2px 2px 8px rgba(51,51,51,.45);
	cursor: pointer;
}
.blog-list .row .list-con i{
	-webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.blog-list .row:hover .list-con i{
	color: #0090ff;
	transform: translate(27px, 0);
}
.blog-list .row img{
	-webkit-transition: all .3s linear;
  	transition: all .3s linear;
}
.blog-list .row:hover img{
	transform:scale(1.1);
}
.blog-list .row .list-con .blog-title{
	-webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.blog-list .row:hover .list-con .blog-title{
	padding:0.5rem 0.5rem 0.5rem 1rem;
}
.blog-list .list-con p.con-text {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3; /*行數*/
  -webkit-box-orient: vertical;
  white-space: normal;
}
.blog-img {
  margin: 0;
  overflow: hidden;
}
.blog-img::before{
  content:'';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.blog-img img{
	display: inline-block;
  vertical-align: middle;
}
.list-con {
  background-color: #fff;
  color: #333;
  padding: 1.7rem 1rem;
  text-align: justify;
}
@media(min-width:769px){
	.list-con {
	  background-color: #fff;
	  color: #333;
	  padding: 1.7rem 3rem;
	  text-align: justify;
	}
}
.list-con .post-time {
  font-size: .9rem;
  text-align: right;
  width: 100%;
  color:#999;
}
.list-con .blog-title {
  color: #0090ff;
  font-size: 1.65rem;
  font-weight: normal;
  position: relative;
  z-index: 0;
  padding: 0.5rem 0;
  text-align:left;
}
.blog p {
  text-align: justify;
}
.blog a {
  text-decoration: none;
}
.blog .blg-ctl {
  margin-bottom: 1rem;
  float: left;
  width: 100%;
}
.blog .blg-ctl .post-time {
  background-color: #003399;
  color: #fff;
  padding: 0.4rem 1.5rem;
  float: left;
}
.blog .social-share {
  float: right;
}
.blog .social-share button {
  border-radius: 0 !important;
  padding: 0.2rem 0.65rem;
}
.blog .tag {
  padding: 1rem 0;
}
.blog .tag a:link, .blog .tag a:visited {
  color: #0090ff;
  padding: 0 3px;
  text-decoration: none;
}
.blog .tag a:hover, .blog .tag a:active {
  color: #000;
  padding: 0 3px;
  text-decoration: none;
}
.blog .bt-ctl {
  float: left;
  width: 100%;
  margin-bottom: 3rem;
}
.blog .bt-ctl .prev-next {
  float: left;
}
.blog .bt-ctl .prev-next button {
  border-radius: 0 !important;
  padding: 0.2rem 0.65rem;
}
.blog ul{
	padding:0 2em 1em 2em;
}
.blog ul li{
	list-style: disc;
}
.rside-nav {
  background-color: #003399;
  padding: 1.5rem;
  color: #fff;
  position: relative;
  z-index: 0;
}
.rside-nav a {
  text-decoration: none;
}
.rside-nav:before {
  content: "";
  width: 50%;
  height: 6px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #2699ff;
}
.rside-nav h3 {
  font-szie: 1.5rem;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  text-align: right;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
}
.rside-nav h4 {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}
.rside-nav p.post-time {
  font-size: 0.9rem;
  color: #2699ff;
}
/*Products*/
.prod-list {
  margin-bottom: 1.5rem;
}
.prod-list h3 {
  font-size: 1.15rem;
  text-align: center;
  padding:0.5rem 1rem;
}
.prod-list a {
  text-decoration: none;
  color: #333;
  position:relative;
  display:flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  padding:1rem;
}
.prod-list a:after{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  content:"";
  border: 5px solid transparent;
  opacity: 0;
  transition: all 0.3s linear;
}
.prod-list a img {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  margin-bottom: 1.5rem;
}
.prod-list a:hover:after {  
  border: 5px solid blue;
  border-width: 5px !important;
  border-image: linear-gradient(to right, #0423a4 0%, #008ad2 100%) ;
  border-image-slice: 1 !important;
  opacity: 1;
}
.prod-list2 {
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}
.prod-list2 h3 {
  font-size: 0.95rem;
  text-align: center;
  color:#666;
}
@media(min-width:992px){
  .prod-list2 h3 {
    font-size: 1rem;
    text-align: center;
  }
}
.prod-list2 a {
  text-decoration: none;
  color: #333;
}
.prod-list2 a img {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  margin-bottom: 1.5rem;
}
.prod-list2 a .prod-mask {
  content: "";
  background-color: rgba(1, 111, 196, .7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  z-index: 1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
	display:none;
}
.prod-list2 a:hover .prod-mask {
  content: "";
  background-color: rgba(1, 111, 196, .7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
	display:none;
}
@media(min-width:768px){
	.prod-list2 a .prod-mask {
  content: "";
  background-color: rgba(1, 111, 196, .7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  z-index: 1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.prod-list2 a:hover .prod-mask {
  content: "";
  background-color: rgba(1, 111, 196, .7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
}
.prod-list2 .prod-mask:before {
  display: block;
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  position: absolute;
  top: 15px;
  left: 15px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transition: all 0.3s ease 0s;
  z-index: 3;
}
.prod-list2 .prod-mask:after {
  display: block;
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  position: absolute;
  bottom: 15px;
  right: 15px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: all 0.3s ease 0s;
  z-index: 3;
}
.prod-list2 .prod-mask p{
	font-size:1.4rem;
	margin:2rem;
	text-align:center;
	line-height:1.6rem;
}
.prod-list2 a:hover img{
  transform: scale(1.1);
}
.prod-list2 a:hover h3{
  color:#0090ff;
}
/*prod-detail*/
.prods-basic{
  position:relative;
}
.prods-basic:after{
  position:absolute;
  left:50%;
  bottom:0;
  width:200%;
  height:calc(100% - 13.5rem);
  content:"";
  background-color:#eee;
  transform: translateX(-50%);
  z-index: -1;
}
.prods-img {
  position:relative;
  display:flex;
  align-items:center;
  justify-content: center;;
}
.prods-img:after{
  position: absolute;
  left:-30px;
  top:30px;
  width:100%;
  height:100%;
  content: "";
  background-color:#003399;
  z-index: -1;
}
.prods-img img{
  position:relative;
  width:100%;
  height:auto;
  z-index: 1;
  box-shadow:0 0 24px rgba(0,0,0,0.3);
}
.prods-info {
  position: relative;
  color: #333;
}
@media(min-width:768px) {
  .prods-img {
    margin: 3rem 0;
  }
  .prods-info {
    position: relative;
    color: #333;
  }
}
.prods-info h3.title {
  font-size: 1.3rem;
  color: #0090ff;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 2px solid #0090ff;
  margin: 0 auto 2rem auto;
  display:inline-flex;
}
.prev-next {
  padding: 2rem 0 0 0;
  margin-bottom: 2rem;
  text-align: right;
}
.prev-next a {
  text-decoration: none;
}
.prev-next button {
  border-radius: 0 !important;
  padding: 0.2rem 0.65rem;
}
/*spec*/
.spec {
  padding: 4rem 0;
  text-align: center;
}
.spec h3.title {
  font-size: 1.5rem;
  color: #0090ff;
  font-weight: bold;
  padding-bottom: 5px;
  margin: 0 auto 2rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position:relative;
  display:inline-flex;
}
.spec h3.title:after{
  position:absolute;
  left:50%;
  bottom:-0.5rem;
  width:50px;
  height:2px;
  background-color:#0090ff;
  content:"";
  transform: translateX(-50%);
}
.spec img {
  max-width: 100%;
  height: auto;
}
/*others*/
.others {
  background-color: #003399;
  padding: 4rem 0;
  text-align: center;
}
.others h3.title {
  font-size: 1.5rem;
  color: #0090ff;
  font-weight: bold;
  padding-bottom: 5px;
  margin: 0 auto 2rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position:relative;
  display:inline-flex;
}
.others h3.title:after{
  position:absolute;
  left:50%;
  bottom:-0.5rem;
  width:50px;
  height:2px;
  background-color:#0090ff;
  content:"";
  transform: translateX(-50%);
}
.others .other-list {
  padding: 1rem;
  color: #fff;
  font-size: 1rem;
}
.others .other-list a {
  color: #fff;
  text-decoration: none;
}
.others .other-list p {
  color: #fff;
  margin: 1rem 0;
  letter-spacing: 0.1rem;
  font-weight: 400;
}
/*Inquiry*/
.inquiry {
  min-height: 450px;
}
.inquiry .form-control {
  border-radius: 0;
}
.inquiry input {
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #eee;
  font-size: 0.9rem;
  padding: 0.4rem 0.6rem;
}
.inquiry textarea {
  border: 1px solid #eee;
}
#qty_input {
  text-align: center;
}
.inquiry .form-control:disabled, .inquiry .form-control:read-only {
  background-color: #eee;
  opacity: 1;
}
.inquiry .btn-primary {
  font-size: 0.9rem;
  padding: 0.4rem 0.6rem;
}
.inq-img {
  max-width: 200px;
  width: 100%;
  height: auto;
  border: 4px solid #0090ff;
}
.inquiry table {
  vertical-align: middle;
  color: #666;
  font-weight: 400;
}
.inquiry table .item {
  text-align: center;
}
.inquiry table .item a {
  text-decoration: none;
	align-self: center;
}
.inquiry table .item .row .col-12.col-md-6 {
	display: grid;
}
.inquiry table tr {
  border-bottom: 1px solid #ddd;
}
.inquiry .table-inquiry thead tr th {
  background-color: #003399;
  color: #fff;
}
.inquiry .table-inquiry thead tr {
  display: none;
}
.algins{
  width: 1px !important;
  height: 1px !important;
  margin-bottom: 0;
  opacity: 0;
  position: absolute;
  left:-1px;
  top:-1px;
}
@media(min-width:768px) {
  .inquiry .table-inquiry thead tr {
    display: contents;
  }
  .inq-img {
    width: 100%;
    height: auto;
    border: 4px solid #0090ff;
  }
  .inquiry table .item {
    text-align: left;
  }
}
/*Search*/
.search-box a {
	text-decoration: none;
}
.search-box table th {
	font-weight: 400;
	text-align: center;
	text-shadow: transparent;
	font-family: "Oswald", Arial, sans-serif;
	text-transform: uppercase;
}
.search-box table td {
	padding: 0.5rem;
	vertical-align: middle;
	text-align: center;
}
.search-box table tr {
	border-bottom: 1px solid #ddd;
}
.search-box table .search-info td.iqy-inline {
	display: block;
	width: 100%;
}
 @media(min-width:768px) {
.search-box table .search-info td.iqy-inline {
	display: table-cell;
	width: auto;
}
}
.search-box .search-img {
	max-width: 120px;
	background-color: #fff;
}
.search-box .search-name {
	font-size: 1.2rem;
	font-weight: 400;
	color: #333;
}
.search-box .search-root {
	font-size: 0.8rem;
	color: #999;
}
.search-box .search-root a:link, .search-box .search-root a:visited {
	color: #999;
}
.search-box .search-root a:hover, .search-box .search-root a:active {
	color: #37a297;
}
.search-box .form-control {
	width: 80px;
}