﻿@charset "utf-8";
/*************************
*******pagestyle CSS******
**************************/
.edit strong {
  font-weight: 600;
}
.edit em{
    font-style: italic;
}
.edit hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.edit h1, h2, h3, h4, h5, h6 
 { 
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1em;
  color: inherit;
}
.edit h1, h2, h3
{
  margin-top: 20px;
  margin-bottom: 10px;
}
.edit h4, h5, h6
 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.edit h1 {
  font-size: 2.5em;
}
.edit h2 {
  font-size: 2em;
}
.edit h3 {
  font-size: 1.6em;
}
.edit h4 {
  font-size: 1.3em;
}
.edit h5{
  font-size: 1.1em;
}
.edit h6{
  font-size: 0.9em;
}
.edit p {
  margin: 5px 0 20px;
}
.edit ul, .edit ol {
  margin-top: 0;
  margin-bottom: 20px;
}
.edit ul{
    padding-left: 35px;
    list-style-type: disc;
}
.edit ol{
    padding-left: 35px;
    list-style-type: decimal;
}
.edit li{
    margin: 1px 0 3px;
}

.edit sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.edit sup {
  top: -.5em;
}
.edit sub {
  bottom: -.25em;
}


#pcontent {
	width: 100%;
	display: inline-block;
}
#pcontent img {
	display: inline-block;
	max-width: 100%;
}
.page-header {
	display: inline-block;
	width: 100%;
	padding: 0 0 25px;
	border-style: none;
	margin: 0 0 10px;
	font-size: 2.1em;
	line-height: 1.4;
	font-weight: 600;
	text-align: center;
	position: relative;
}
.pbox {
	width: 100%;
	display: inline-block;
}
.pbox img {
	display: inline-block;
	/*height: auto;*/
	max-width: 100%;
}
.pbox table {max-width: 100%;border-collapse: collapse;}
.pbox table td {padding: 10px 15px;}

.breadcrumb{
	flex: 1;
	width: auto;
	display: inline-block;
	list-style: none;
	border-radius: 0;
	font-size: 13px;
	font-weight: 400;
	margin: 0;
	padding: 20px 0 0;
	text-align: right;
	background-color: transparent;
}
.breadcrumb>li{display:inline-block;color:rgba(255,255,255,0.7);text-align: center;margin: 0;padding: 0;}
.breadcrumb>li+li:before{padding:0 2px;color:rgba(255,255,255,0.5);content:" / ";}
.breadcrumb>.active{color:#fff;}
.breadcrumb>li a{color:rgba(255,255,255,.7);}
.breadcrumb>li a:hover{color:#fff;text-decoration:none;}
@media (min-width: 992px) and (max-width: 1299px) {

}
@media (max-width: 991px) {
.breadcrumb{padding: 0;}
#pcontent .pagelink {margin: 0 0 10px;}
.pcontent-detail .leftmenu {
	width: 100%;
	margin: 40px 0 0;
}
.pcontent-detail .pageinfo {
	width: 100%;
	display: inline-block;
	margin: 0 0 20px;
	padding: 0 1%;
}
.page-header {font-size: 1.8em;}

}
@media (max-width: 767px) {
#pbox table {max-width: 100%;border-collapse: collapse;/*table-layout: fixed;*/}

}
@media (max-width: 600px) {

}

/*************************
******* about CSS ******
**************************/
#about {
	margin: 50px 0 0;
	position:relative;
}

.aboutfont{
	background: #111;
	font-size: 1.1em;
	color: #fff;
	font-weight: 600;
	padding: 4px 4px 5px;
	line-height: 2.0;
}
.aboutfont1{
	width: 100%;
	display: inline-block;
	font-size: 1.5em;
	font-weight: 600;
	margin-bottom: 5px;
}
.aboutfont2{
	background: #c59808;
	font-size: 1.05em;
	color: #fff;
	font-weight: 600;
	padding: 4px 4px 5px;
	line-height: 2.0;
}
.abouttext {
	font-size: 2.8em;
	line-height: 1.3;
	font-weight: 600;
	color: #000;
	text-align: center;
	position:relative;
	margin: 50px 0 10px;
	z-index: 1;
}
/*.abouttext:after {
	width: 100%;
	font-family: 'Fjalla One';
	content: 'POKEE';
	font-size: 3.2em;
	color: rgba(200,200,200,0.2);
	line-height: 24px;
	letter-spacing: 5px;
	text-align: center;
	margin: 0;
	padding: 0 0 0 5%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}*/
.aboutb2{
	display: inline-block;
	width: 100%;
	padding: 70px 0;
	margin: 30px 0 0;
	background: #f5f5f5;
	position: relative;
}
.aboutb2:after {
    content: "";
    width: 100%;
    height: 40px;
    background: #fff;
    position: absolute;
    top: -5px;
    left: 0;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 25% 5%, 0 100%);
	z-index: 1;
}
.aboutb2 .container{
    display: flex;
    flex-flow: row wrap;
    position: relative;
}
.aboutb2 .pic1{
    width: 35%;
	max-height: 450px;
    padding-top: 30%;
	margin-top: 60px;
    position: relative;
}
.aboutb2 .pic2{
    width: 25%;
	max-height: 450px;
    padding-top: 30%;
	margin-bottom: 50px;
    position: relative;
}
.aboutb2 .pic1 img, .aboutb2 .pic2 img{  
   width: 100%;
   height: 100%;
   object-fit: cover;
   position: absolute;
   top: 0;
   left: 0;
}
.abouttext2{
	width: 40%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    min-height: 350px;
    padding: 0 4.5% 0 2%;
	position: relative;
}
.aboutb3{
	float: left;
	display: inline-block;
	width: 100%;
	min-height: 500px;
	padding: 50px 0 100px;
	background: url(../about-pic3.jpg) no-repeat center center;
	background-size: cover;
}
.abouttext3{
	float: right;
	width: 65%;
	padding: 50px 5% 30px;
	background: #f5f5f5;
}
@media (min-width: 1300px) and (max-width: 1500px) {

}
@media (min-width: 991px) and (max-width: 1299px) {

}

@media (max-width: 991px) {
.aboutb2:after {
    height: 30px;
}
.aboutb2 .container{
    display: flex;
    flex-flow: row wrap;
    position: relative;
}
.aboutb2 .pic1{
    width: 55%;
	max-height: inherit;
    padding-top: 40%;
	margin-top: 20px;
}
.aboutb2 .pic2{
    width: 45%;
	max-height: inherit;
    padding-top: 40%;
	margin-bottom: 20px;
}
.abouttext2{
	width: 100%;
    min-height: inherit;
    padding: 0 2%;
	margin-bottom: 10px;
}
.abouttext3{
	width: 80%;
	padding: 20px 5%;
}
}
@media (max-width: 768px) {
.abouttext {
	font-size: 2em;
	line-height: 1.3;
	margin: 10px 0 0;
}
.abouttext:after {
	font-size: 2.5em;
}
}
@media (max-width: 600px) {
.aboutb2 .pic1{
    width: 100%;
    padding-top: 60%;
	margin-top: 0;
}
.aboutb2 .pic2{
    width: 100%;
    padding-top: 60%;
	margin-bottom: 0;
}
.abouttext3{
	width: 90%;
	padding: 15px 5%;
}
}
/*************************
******* store CSS ******
**************************/
#store {
	width: 100%;
	display: flex;
	flex-flow: row-reverse wrap;
	align-items: flex-start;
	position:relative;
	margin: 60px 0 70px;
}
.store-left {
	width: 20%;
	padding: 25px 20px;
	background: #eee;
	position:relative;
}
.store-left:before { 
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	content: '';
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 1px solid #fff;
}
.store-right {
	width: 80%;
	position:relative;
	padding-right: 3%;
}
.store-list {
	width: 100%;
	position:relative;
}
.store-list .thead{
	width: 100%;
	background: #222;
}
.store-list .tbody{
	width: 100%;
}
.store-list .thead .tr {
	width: 100%;
	display:flex;
	flex-direction:row;
	align-items:stretch;
}
.store-list .thead .th{
	flex: 1;
	color:#fff;
	border-right: 1px dotted #fff;
	padding: 10px 2.5%;
}
.store-list .thead .th:last-child{
	border-right: none;
}
.store-list .tbody .tr {
	width: 100%;
	display:flex;
	flex-direction:row;
	align-items:stretch;
	border-bottom: 1px dashed #ddd;
	-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.store-list .tbody .tr:nth-child(even){
	background: #f8f8f8;
}
.store-list .tbody .tr:hover, .store-list .tbody .tr:nth-child(even):hover {
	background: #f7f2ea;
}
.store-list .tbody .td{
	display: flex;
	flex: 1;
	padding: 20px 2.5%;
	line-height: 1.5;
}
.store-list .thead .th.w50, .store-list .tbody .td.w50{
	flex-grow: 3;
}
.store-list .tbody .td:nth-child(1){
	color: #000;
	font-size: 1.1em;
	line-height: 1.5;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.store-list .tbody .tr:hover .td:nth-child(1){
	color: #c59808;
}
.store-list .tbody a.googlemap {
	width: 25px;
	height: 25px;
	padding: 0;
	margin: 0 15px 0 0;
	display: inline-block;
	font-size: 0;
	background: url(../map1.png) no-repeat 0 0;
	text-decoration: none;
	text-indent: -9999px;
}
.store-list .tbody a.googlemap:hover {
	background: url(../map2.png) no-repeat 0 0;
	text-decoration: none;
}
.cityname {
	width: 100%;
	position:relative;
	margin: 0 0 20px;
	font-size: 1.6em;
	line-height: 1.4;
	font-weight: 600;
	padding-left: 30px
}
.cityname:before { 
	position: absolute;
	top: 13px;
	left: 10px;
	content: '';
	width: 9px;
	height: 9px;
	background: #111;
	border-radius: 50px;
}
.store-city {
	width: 100%;
	position:relative;
	margin: 0 0 40px;
}
.store-city ul { 
	display: grid;
    gap: 5px 3px;
    grid-template-columns: repeat(6, 1fr);
	margin:0; 
	padding:0;
	list-style: none;
}
.store-city ul li {
	display: block;
	width: 100%;
	font-size: 1.05em;
	line-height: 1.5;
	margin: 0;
	text-align: center;
	list-style: none;
	position: relative;
}
.store-city ul li a {
	display: inline-block;
	width: 100%;
	color: #999;
	padding: 8px 10px;
	border: 1px solid #eee;
	text-decoration: none;
}
.store-city ul li a:hover {
	color: #fff;
	border: 1px solid #555;
	background: #555;
	text-decoration: none;
}
.store-city ul li a.active {
	color: #ffc884;
	font-weight: 600;
	border: 1px solid #333;
	background: #333;
	text-decoration: none;
}

.store-search {
	display: inline-block;
	width: 100%;
	margin: 0 0 20px;
	position:relative;
}
.store-search:last-child {
	margin: 0 0 10px;
}
.store-search .title {
	width: 100%;
	font-weight: 600;
	margin: 0 0 5px;
	position:relative;
}
.store-search .inputbox {
    
}
.store-search .inputbox input {
	font-size: 1em;
    width: calc(100% - 40px);
    float: left;
}
.store-search button {
    width: 40px;
    padding: 0 6px 0 4px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: left;
    height: 40px;
    line-height: 36px;
    color: #fff;
    background-color: #444;
    border: 0;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    transition: color .2s ease-out;
}
.store-search .form-control {
	height: 40px;
	border-color: #bbb;
	border-radius: 0;
}
.store-search .form-control::placeholder {color: #aaa;}
.store-search .form-control:focus {
	border-color: #333;
	box-shadow: none;
}
#twzipcode{
	display: flex;
	position: relative;
	margin-bottom: 10px;
}
#twzipcode select{
	width: calc(100%/2);
	margin: 0 0 10px 0;
	position: relative;
}
#twzipcode select {
    padding: 0 20px 0 10px;
	margin: 0;
    width: 100%;
    height: 40px;
    outline: none;
    line-height: 35px;
	border: 1px solid rgba(200,200,200,1);
    text-overflow: '';
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
	-webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
#twzipcode select::-ms-expand { /* For IE10 */
    display: none;
}
#twzipcode select::before {
    pointer-events: none;
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 7px;
    height: 7px;
	z-index: 1;
    border-right: #666 1px solid;
    border-bottom: #666 1px solid;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
#twzipcode select:hover { border:1px solid rgba(100,100,100,1);}
#twzipcode select:focus { border:1px solid rgba(100,100,100,1);-webkit-box-shadow: 0 0 0 #333;box-shadow: 0 0 0 #333;}

@media (max-width: 1200px) {


}
@media (max-width: 991px) {
#store {margin: 40px 0 70px;}
.store-left {width: 100%;margin-bottom: 20px;}
.store-right {width: 100%;padding-right: 0;}
.store-city {margin: 0 0 30px;}
.store-city ul { 
    gap: 5px 3px;
    grid-template-columns: repeat(5, 1fr);
}
.store-city ul li {font-size: 1em;}
}
@media (max-width: 768px) {
.store-list .thead{display: none;}
.store-list .tbody{border-top: 1px solid #333;}
.store-list .tbody .tr {flex-flow: row wrap;border: 1px solid #eee;border-top: 4px solid #333;margin-bottom: 20px;}
.store-list .tbody .tr:last-child {margin-bottom: 5px;}
.store-list .tbody .td{
	display: flex;
	flex: auto;
	width: 100%;
	padding: 10px 15px;
	border-bottom: 1px dashed #ddd;
}
.store-list .tbody .td:last-child{border-bottom: none;}
.store-list .tbody .td.w50{flex-grow: 1;padding-bottom: 10px;}
.store-list .tbody .td::before{ content: attr(data-title)" : "; display: inline-block; width: 70px;color: #999;font-size: 15px;font-weight: 500px;line-height: 1.9;}
.store-city ul { 
    gap: 5px 3px;
    grid-template-columns: repeat(4, 1fr);
}
}
@media (max-width: 480px) {
.store-city ul { 
    gap: 5px 3px;
    grid-template-columns: repeat(3, 1fr);
}
}

/*----------------內頁選單------------------*/
#cssmenu {
   margin: 0 0 45px;
}
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1.4;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu > ul{
    display: flex;
	flex-flow: row wrap;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li {
	flex: 1;
    margin: 0 1px 1px 0;
	background: #666;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
padding: 12px 25px 12px 15px;
    font-size: 1.05em;
    text-decoration: none;
    color: #f2f2f2;
    font-weight: 500;
	text-align: center;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu .current {
    color: #fff;
    background: #c59808;
	font-weight: 600;
}

#cssmenu .current a {
	font-weight: 600;
    color: #fff;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 24px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fffefc;
  content: ' ';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 21px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #fffefc;
  content: ' ';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 24px;
  height: 0;
}
#cssmenu ul ul {
position: absolute;
    left: -9999px;
    z-index: 2;
  width: 100%;	
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 47px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 10px;
  width: 100%;
  font-size: 15px;
	line-height: 1.6;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #3e3e3e;
      text-align: center;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #f2f2f2;
    background: #c59808;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

@media (max-width: 991px) {
#cssmenu > ul > li {
	flex: initial;
	width: calc(50% - 1px);
    margin: 0 1px 1px 0;
}
}


/*************************
******* contact CSS ******
**************************/
#contact_form {
	float: left;
	width: 100%;
}
#contact {
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 70px 0;
}
.contactbox {
	display: inline-block;
	width: 100%;
	padding: 0 15%;
}
#contact .text {
	display: inline-block;
	width: 100%;
	margin: 0 0 40px;
	text-align: center;
	font-weight: 600;
}
#contact .form-control {
	height: 50px;
	font-size: 1.05em;
	border-color: #ccc;
}
#contact .form-control::placeholder {color: #666;}
#contact .form-control2 {
	height: auto;
	font-size: 1.05em;
	border-color: #ccc;
}
#contact .form-control:focus, #contact .form-control2:focus {
	border-color: #333;
	box-shadow: none;
}
.contact2 {
	display: inline-block;
	width: 100%;
	margin: 20px 0 0 0;
}
.contact2 .cleft {
	width: 30%;
	float: left;
}
.contact2 .cright {
	width: 50%;
	float: left;
	margin: 0;
	padding-left: 20px;
}
.contact2 .cright img {
	max-height: 50px;
}
.contact3 {
	display: inline-block;
	width: 100%;
	padding-top: 45px;
	margin-top: 35px;
	border-top: 1px dashed #666;
	text-align: center;
}
.contact3 button {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, Arial, Helvetica, sans-serif;
	width: 200px;
	height: 50px;
	margin-left: 10px;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	border: none;
	cursor: pointer;
	color: #FFFFFF;
	margin-bottom: 10px;
	transition: background 0.3s;
}
.contact3 .send {
	background: #111;
}
.contact3 .send:hover{
	background:#666;
}
.contact3 .reset {
	background: #ccc;
}
.contact3 .reset:hover{
	background:#999;
}
.contact6 {
	float: left;
	width: calc(100%/3);
	padding: 0 0 0 20px;
}
.contact6:first-child {
	padding: 0;
}

@media (max-width: 991px) {
.contactbox {padding: 0 5%;}
.contact2 .cleft {width: 50%;}
}
@media (max-width: 767px) {
.contactbox {padding: 0 1%;}
}
@media (max-width: 600px) {
.contact6 {width: 100%;padding: 20px 0 0;}
.contact2 .cleft {width: 100%;}
.contact2 .cright {
	width: 100%;
	margin: 0;
	padding-left: 0;
}
}
/*************************
******* news CSS ******
**************************/
#news {
	margin: 40px 0 70px;
}
.news-ov {}
.news-ov ul { 
	width: 100%;
	margin:0; 
	padding:0;
	list-style: none;
	display: block;
}
.news-ov ul li {
	display: inline-block;
	width: 100%;
	list-style: none;
	margin: 10px 0 50px;
	padding: 0;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.news-ov ul li:last-child {
	margin: 10px 0 10px;
}
.news-ov ul li a {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
/*.news-ov ul { 
	width: 100%;
	margin:0; 
	padding:0;
	list-style: none;
	display: grid;
    gap: 30px 1.5%;
    grid-template-columns: repeat(3, 1fr);
}
.news-ov ul li {
	display: block;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 7px 10px 10px;
	position: relative;
	border-bottom: 1px solid #eee;
	-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}*/
.news-ov ul li:hover {
	-webkit-box-shadow: 0 5px 10px rgba( 0, 0, 0, .15 ); box-shadow: 0 5px 10px rgba( 0, 0, 0, .15 );
}
.news-ov ul li:nth-child(even) a {
	flex-flow: row-reverse wrap;
}
.news-ov ul li .photo {
    width: 53%;
	padding-top: 27%;
	position: relative;
    overflow: hidden;
    transition: all 0.3s;
}
.news-ov ul li .photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
	-webkit-transform: scale(1,1);
    transform: scale(1,1);
	-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.news-ov ul li:hover .photo img{
   -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.news-ov ul li .info {
	width: 47%;
	position: relative;
	padding: 30px 3% 20px 3.5%;
	text-align: left;
}
.news-ov ul li:nth-child(even) .info {
	padding: 30px 3.5% 20px 3%;
}
.news-ov ul li p.date {
	width: 100%;
	display: inline-block;
	font-size: 15px;
	line-height: 1.5;
	color: #cc8329;
	margin: 0;
	position: relative;
}
.news-ov ul li h3.tit {
	display: inline-block;
	font-size: 1.8em;
	line-height: 1.3;
	font-weight: 600;
	color: #111;
	text-decoration: none;
	padding: 0;
	margin: 3px 0 15px;
	-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
/*.news-ov ul li:hover h3.tit {
	color: var(--linkcolor2);
	text-decoration: none;
}*/
.news-ov ul li a h3.tit{
	color: #222;
	text-decoration: none;
	-webkit-text-decoration: none transparent;
            text-decoration: none transparent;
    -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}
.news-ov ul li a:hover h3.tit{
	color: #000;
	text-decoration: underline;
	text-underline-offset: 6px;
	text-decoration-thickness: 1px;
}
.news-ov ul li .text {
	width: 100%;
	color: #555;
	line-height: 1.6;
	margin: 7px 0 3px;
	display: -webkit-box;
	min-height: 130px;
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.news-ov ul li a p.more {
	width: 120px;
	margin-top: 30px;
	padding: 5px 20px 7px;
	font-size: 14px;
	line-height: 1.6;
	color: #999;
	background: #eee;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.news-ov ul li a:hover p.more {
	COLOR: #fff;
	background: #222;
	text-decoration: none;
}


.news-box {
	width: 100%;
	padding: 0 15%;
}
.news-info {
	width: 100%;
	padding-bottom: 15px;
	position: relative;
	border-bottom: 1px solid #ccc;
}
.news-info p.news-date {
	display: inline-block;
	width: 100%;
    color: #cc8329;
	font-size: 1em;
	line-height: 1.5;
	padding: 0;
	margin: 0;
}
.news-info .news-title {
	width: 100%;
	font-size: 2.3em;
	line-height: 1.3;
	font-weight: 600;
	padding: 0;
	margin: 5px 0;
}
.newscontent {
	width: 100%;
	display: inline-block;
	padding: 40px 0 30px;
	margin-bottom: 20px;
	border-bottom: 5px solid #444;
}
.news-box .back {
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 30px 0 0;
	text-align: center;
}
.news-box .back a {
	display: inline-block;
	width: 150px;
	padding: 10px 25px;
	COLOR: rgba(0,0,0,0.9);
	text-decoration: none;
	transition: background 0.3s;
	background: rgba(255,255,255,1);
	border: 1px solid rgba(0,0,0,0.9);
	-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
}
.news-box .back a:hover {
	COLOR: #fff;
	text-decoration: none;
	background: rgba(0,0,0,0.9);
}
@media (max-width:991px) {
.news-ov ul li {
	margin: 10px 0 30px;
	border: 1px solid #eee;
}
.news-ov ul li:nth-child(even) a {
	flex-flow: row wrap;
}
.news-ov ul li .photo {
    width: 100%;
	padding-top: 50%;
}
.news-ov ul li .info {
	width: 100%;
	padding: 20px 5% 25px;
}
.news-ov ul li:nth-child(even) .info {
	padding: 20px 5% 25px;
}
.news-ov ul li h3.tit {
	font-size: 1.6em;
	margin: 3px 0 7px;
}
.news-ov ul li .text {
	min-height: inherit;
	-webkit-line-clamp: 3;
}
.news-ov ul li a p.more {
	margin-top: 20px;
}
}
@media (max-width:600px) {
.news-ov ul li {
	margin: 10px 0 20px;
}
.news-ov ul li h3.tit {
	font-size: 1.5em;
}
}



#products {
	width: 100%;
	display: inline-block;
	margin: 40px 0 0;
}
.product-ov1 {
	width: 100%;
	display: inline-block;
	margin: 0 0 70px;
}
.products-title {
	width: 100%;
	display: flex;
	align-items: flex-end;
	padding: 0 0 0 25px;
	margin: 0 0 25px;
	position: relative;
}
.products-title:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 7px;
    height: 36px;
	background: #111;
}
.products-title .title {
	flex: 1;
	font-size: 2.1em;
	line-height: 1.3;
	font-weight: 600;
	padding:0;
	margin: 0;
}
.pro-total {
	font-size: 18px;
	font-weight: 600;
	margin-left: 15px;
}
.pro-select {
	flex: 1;
	text-align: right;
	position: relative;
}
.pro-select select {
    padding: 0 20px 0 10px;
	margin: 0;
    width: 100%;
	max-width: 200px;
    height: 38px;
    outline: none;
    line-height: 35px;
	border:1px solid rgba(200,200,200,1);
    text-overflow: '';
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
	-webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.pro-select select::-ms-expand { /* For IE10 */
    display: none;
}
.pro-select:before {
    pointer-events: none;
    content: '';
    position: absolute;
    top: 13px;
    right: 10px;
    width: 7px;
    height: 7px;
    border-right: #333 1px solid;
    border-bottom: #333 1px solid;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.pro-select select:hover { border:1px solid rgba(100,100,100,0.9);}
.pro-select select:focus { border:1px solid rgba(100,100,100,0.9);-webkit-box-shadow: 0 0 5px #ccc;box-shadow: 0 0 5px #ccc;}
.products-list {
	width: 100%;
	display: inline-block;
}
.products-list ul {
	width: 100%;
	margin: 10px 0 0;
	padding: 0;
	display: grid;
    gap: 40px 2%;
    grid-template-columns: repeat(4, 1fr);
}
.products-list li { 
	display:block;
	list-style:none;
	width: 100%;
	padding: 1px;
	margin: 0;
	position: relative;
	/*border: 1px solid #ededed;*/
	-webkit-box-shadow: 7px 7px 15px rgba( 83, 71, 65, 0 ); box-shadow: 7px 7px 15px rgba( 83, 71, 65, 0 );
	-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.products-list li:hover { 
	-webkit-box-shadow: 2px 2px 10px rgba( 83, 71, 65, .2 ); box-shadow: 2px 2px 10px rgba( 83, 71, 65, .2 );
}
.products-list li .photo {
	width: 100%;
	display: block;
    padding-top: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.products-list li .photo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}
/*.iproductslist ul li a.image .photo { display: block; }*/
.products-list li .photo .pic-1{
	backface-visibility: hidden;
	transition: all .7s ease 0s;
}
.products-list li:hover .photo .pic-1{
	opacity: 0;
	/*transform: translateX(-50%);*/
}
.products-list li .photo .pic-2{
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .7s ease 0s;
}
.products-list li:hover .photo .pic-2{
	opacity: 1;
	left: 0;
}
.products-list li .info {
	width: 100%;
	text-align: center;
	padding: 3px 10px 20px;
}
.products-list li h3.name {
	display: inline-block;
	font-size: 1.3em;
	line-height: 1.3;
	font-weight: 600;
	color: #111;
	text-decoration: none;
	padding: 0;
	margin: 10px 0 0;
	-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.products-list li:hover h3.name {
	color: var(--linkcolor2);
	text-decoration: none;
}
.products-list li h4.pid {
	width: 100%;
	color: #999;
	font-size: 1em;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}

#products .back {
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 30px 0 0;
	text-align: center;
}
#products .back a {
	display: inline-block;
	width: 150px;
	padding: 10px 25px;
	COLOR: rgba(0,0,0,0.9);
	text-decoration: none;
	transition: background 0.3s;
	background: rgba(255,255,255,1);
	border: 1px solid rgba(0,0,0,0.9);
	-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
}
#products .back a:hover {
	COLOR: #fff;
	text-decoration: none;
	background: rgba(0,0,0,0.9);
}

@media (max-width:1300px){
.products-list ul {
    gap: 40px 3%;
    grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width:991px){
.products-list ul {
    gap: 35px 4%;
    grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width:767px){
.products-title {flex-flow: row wrap;}
.products-title {
	padding: 0 0 0 20px;
}
.products-title:before {
    width: 5px;
    height: 30px;
}
.products-title .title {
	width: 100%;
	flex: 1;
	font-size: 1.8em;
}
.pro-total {
	width: 100%;
	display: inline-block;
	font-size: 16px;
	margin-left: 0;
}
.pro-select {
	width: 100%;
	flex: 1;
	text-align: right;
	position: relative;
}
}
@media (max-width:480px){
.products-list ul {
    gap: 30px 0;
    grid-template-columns: repeat(1, 1fr);
}

}

.products-info {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	padding: 20px 0 60px;
}
.products-info2 {
	width: 100%;
	display: inline-block;
	padding: 0 0 35px;
	margin: 20px 0 30px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.products-info2 .title {
	font-size: 1.3em;
	font-weight: 600;
	margin-top: -19px;
	text-align: center;
}
.products-info2 .title span {
	padding: 0 20px;
	background: #fff;
}
.products-info2 .text {
	width: 100%;
	display: inline-block;
	position: relative;
	padding: 45px 3% 0;
}
.single-photo2 {
	width: 52%;
}
.single-photo2 a {
	text-decoration: none;
	outline: none;
}
.single-infobox2 {
	width: 48%;
	padding: 0 1% 0 3%;
    display: flex;
}
.single-info2 {
	width: 100%;
	display: inline-block;
	position: relative;
}
.single-info2 .pid2 {
	width: 100%;
	color: #777;
	font-size: 1.3em;
	line-height: 1.6;
	margin: 0;
	padding: 2px 0 5px;
}
.single-info2 .title {
	font-size: 2.3em;
	line-height: 1.3;
	color: #111;
	font-weight: 600;
	padding: 0 0 20px;
	margin: 0 0 15px;
	position: relative;
}
.single-info2 .title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
	background: rgba(200,200,200,0.5);
}
.single-info2 .title::before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 50px;
    height: 5px;
	background: rgba(50,50,50,1);
	z-index: 1;
}
.single-info2 .text {
	width: 100%;
	display: inline-block;
	position: relative;
	margin: 30px 0 0;
}
.single-photo2 .rtl-slider-flex {
	position: relative;
}
.single-photo2 .rtl-slider-nav {
	background: #f5f5f5;
}
.single-photo2 .rtl-slider-flex .overlay{
	background: rgba(255,255,255,0) url(../zoom.png) no-repeat 7px 7px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	display: inline-block;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 25px;
	top: 10px;
	transform: scale(1.3);
	transition: all 0.3s ease 0.4s;
	transition: all 0.3s ease 0.2s;
	opacity: 0;
}
.single-photo2 .rtl-slider-flex:hover .overlay{
	opacity: 1;
	transform: scale(1);
	color: #333;
	background: rgba(255,255,255,0.7) url(../zoom.png) no-repeat 7px 7px;
	box-shadow: 0 0 5px rgba(100,100,100,0.7);
}

.product-spec{
	width: 100%;
    display: flex;
	flex-flow: row wrap;
	border: 1px solid #ddd;
	border-right: 2px solid #ddd;
	margin: 10px 0 30px;
}
.product-spec ul{
	flex: 1;
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #ddd;
}
.product-spec ul li{
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 65px;
	margin: 0;
	padding: 0;
}
.product-spec ul li:nth-child(1){
	padding: 5px 3px;
	font-size: 0.85em;
	line-height: 1.4;
	color: #fff;
	background: #666;
	min-height: 50px;
}
.product-spec ul li:nth-child(2){
	padding: 8px 3px;
	font-size: 1.05em;
	line-height: 1.5;
	font-weight: 600;
}

.protable {
	width: 100%;
	float: left;
    overflow: auto; 
	margin-top: 35px;
}
.protable table {
	width: 100%;
	float: left;
	font-weight: normal;
	border: 1px solid #cfcfcf;
	color: #7F7F7F;
}
.protable tfoot th,
.protable tfoot td {
	background-color: #E63C1E;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
}
.protable thead th {
	color: #D8D8D8;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cfcfcf;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 11px;
	padding-bottom: 11px;
	background-color: #545454;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	line-height: 1.5;
}
.protable tbody th {
	line-height: 24px;
	font-weight: normal;
	padding: 13px 13px;
	color: #333;
		text-align: center;
}
.protable tbody th, .protable tbody td {
	border-right: 1px dotted #d4d4d4;
}
.protable tbody tr {
	border-bottom: 1px solid #dfdfdf;
}
.protable tbody tr:last-child {
	border-bottom: none;
}
.protable tbody tr:nth-child(odd) {
	background-color: #F7F7F7;
	color: #666
}
.protable tbody a {
	padding: 1px 2px;
	color: #232323;
	text-decoration: none;
	border-bottom: 1px dotted #E63C1E;
	font-weight: bold;
}
.protable tbody a:active,
.protable  tbody a:hover,
.protable  tbody a:focus,
.protable  tbody a:visited {
	color: #232323;
}
.protable tbody tr:hover {
	background-color: #EEE;
	color: #232323
}
.protable tbody tr:hover a {
	background-color: #EEE;
	color: #D23317;
}

.protable tbody td+td+td+td a {
	color: #C30;
	border-bottom: 0
}

.protable  tbody td+td+td+td a:active,
.protable  tbody td+td+td+td a:hover,
.protable  tbody td+td+td+td a:focus,
.protable  tbody td+td+td+td a:visited {
	color: #E63C1E
}

.protable  tbody td a {

}

.protable  tbody a:visited:after {
	font: 12px/22px 'Open Sans', sans-serif;
}


@media (max-width:1200px) {
.single-infobox2 {width: 40%;padding: 0 1% 0 3%;}
.single-photo2 {width: 60%;}
}
@media (max-width:991px){
.products-info {padding: 10px 0 30px;}
.single-photo2 {width: 100%;}
.single-infobox2 {width: 100%;padding: 30px 1% 0;}
.single-info2 .title {font-size: 2.0em;}
}
@media (max-width:767px){

}
@media (max-width:480px){
	
}


#searchbox {
	margin: 50px 0 60px;
	position:relative;
}
.search-title {
	width: 100%;
	padding: 0 0 15px;
	margin: 0;
	font-size: 1.6em;
	line-height: 1.5;
	font-weight: 600;
}
.search-list {
	width: 80%;
	padding: 0;
	margin: 0 auto;
}
.search-list ul {
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px dashed #ddd;
}
.search-list li { 
	display:block;
	list-style:none;
	width: 100%;
	font-size: 1.1em;
	line-height: 1.6em;
	padding: 15px 10px 15px 30px;
	margin: 0;
	border-bottom: 1px dashed #ddd;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.search-list li::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 12px;
    width: 5px;
    height: 5px;
	background: rgba(50,50,50,1);
	border-radius: 50px;
}
.search-list li:hover { 
	background: #fafafa;
}
.search-list li:hover::before {
	background: #cd862f;
}
.search-list li a { color: #333; text-decoration: none;}
.search-list li a:hover { color: #cd862f; text-decoration: none;}

@media (max-width:991px){
.search-list {
	width: 100%;
}
}

