@charset "UTF-8";
/* @font-face {
  font-family: 'moon';
  src: url('css/fonts/Moon2-0-Light-3.woff') format("woff"), url('css/fonts/Moon2-0-Light-3.ttf') format("truetype"), url('css/fonts/Moon2-0-Light-3.eot') format("embedded-opentype");
} */

@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;1,700&display=swap');

:root {
  /* 主色 */
  /* rgba: 需不透明 */
  --main-color: rgb(36, 42, 90);
  --main-color:#ab951d;
  --main-color:#d4af37;
  --main-color-rgba: 36, 42, 90;
  /* darken: 較深 */
  --main-color-darken: rgb(15, 21, 63);
  --main-color-darken-rgba: 15, 21, 63;
  /* lighten: 較淺 */
  --main-color-lighten: rgb(51, 60, 130);
  --main-color-lighten-rgba: 51, 60, 130;
  /* 第 2 色 */
  --second-color: rgb(154, 154, 154);
  --second-color-rgba: 154, 154, 154;
  /* lighten: 較淺 */
  --second-color-lighten: rgb(181, 180, 180);
  --second-color-lighten-rgba: 181, 180, 180;
  --footer-copyright-bg: rgb(9, 34, 89);
  /* 不透明度 */
  --alpha: 0.8;
  --color-red:rgb(146 15 21);
  --color-white:#fff;
}

::-moz-selection {
  background: rgba(var(--main-color-lighten-rgba), 0.3);
}

::selection {
  background: rgba(var(--main-color-lighten-rgba), 0.3);
}

#feedbackcontent::-webkit-input-placeholder {
  color: #000;
}

.webeditor {
  overflow-y: auto;
}

.card {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.form-inline img {
  width: 15px;
  height: 15px;
}

.slogan h1 {
  color: #ffffff;
}

.btn2 i {
  color: #03a9f4;
}

.p_na {
  text-align: center;
  color: var(--main-color);
  margin-top: 8px;
}

.to-top {
  background-color: var(--main-color);
  color: #fff;
  border-radius: 99px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 2px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 50;
  font-size: 24px !important;
  transform: scale(1.4);
}
.to-top:hover {
  color: #fff;
  background-color: var(--main-color);
}

.advbox {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  color: var(--color-white);
  background-color: var(--color-red);
  border-top: 3px solid var(--color-red);
}

.advpic {
  width: 90%;
  padding: 15px 5%;
  margin: 0 auto;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e0e0e0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.52%, #ececec), color-stop(21.24%, white), color-stop(81.35%, white), to(#f0f0f0));
  background-image: linear-gradient(180deg, #ececec 0.52%, white 21.24%, white 81.35%, #f0f0f0 100%);
}

.error {
  margin-bottom: 16px;
}

input:-internal-autofill-selected {
  background: #000 !important;
}

/*選單開始*/
.dropdown-menu {
  margin-top: 0;
  border-top: 3px solid var(--main-color);
}
.dropdown-menu .dropdown-toggle::after {
  vertical-align: middle;
  border-left: 4px solid;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}
.dropdown-menu .dropdown .dropdown-menu {
  left: 100%;
  top: 0;
  margin: 10px 20px;
  border-width: 0;
}
.dropdown-menu .dropdown .dropdown-menu.left {
  right: 100%;
  left: auto;
}
.dropdown-menu > li a:hover {
  color: white;
}
.dropdown-menu > li.show {
  color: white;
}
.dropdown-menu > li.show > a {
  color: white;
}

@media (min-width: 768px) {
  .dropdown-menu .dropdown .dropdown-menu {
    margin: 0;
    border-width: 1px;
  }
}
/*選單結束*/
.pin_name {
  /* font-family: "moon", "Microsoft JhengHei"; */
  color: var(--main-color);
  font-weight: bolder;
  margin-bottom: 30px;
}

.page-news .pin_name {
  color: #606060;
  font-weight: bolder;
  margin-bottom: 30px;
}

input:focus {
  outline: none !important;
}

.ar img {
  width: 20px;
  height: 20px;
}

.btn2,
.navbar-toggler {
  outline: none !important;
}

.container img {
  max-width: 100%;
}

.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.pagination li {
  display: inline-block;
}
.pagination li a {
  float: left;
  padding: 6px 13px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #eaeaea;
  color: #222;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}
.pagination li a:hover {
  color: #fff;
  background: var(--color-red);
}
.pagination .active a {
  color: #fff;
  background: var(--color-red);
}
.pagination ul {
  padding-left: 0;
}

body {
  letter-spacing: 1px;
  color: #606060;
}

#accordion .panel {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 0;
  margin-bottom: 6px;
}
#accordion .panel-heading {
  padding: 0;
  /* background-color: #fff; */
}
#accordion .panel-title a {
  display: block;
  color: #fff;
  color: var(--color-red);
  font-size: 16px;
  font-weight: bold;
  padding-top: 14px;
  padding-left: 42px;
  padding-left: 48px;
  padding-right: 42px;
  padding-right: 16px;
  padding-bottom: 14px;
  position: relative;
  background-image: linear-gradient(300deg, #910000 9.33%, var(--main-color) 9.33%, var(--main-color) 15.13%, var(--color-white) 15.13%, var(--color-white) 90.15%, rgba(245, 245, 245, 0) 90.15%);
  background-image: linear-gradient(290deg, #910000 9.33%, var(--main-color) 9.33%, var(--main-color) 15.13%, var(--color-white) 15.13%, var(--color-white) 90.15%, rgba(245, 245, 245, 0) 90.15%);
  background-image: linear-gradient(300deg, #910000 4.33%, var(--main-color) 4.33%, var(--main-color)8.13%, var(--color-white)8.13%, var(--color-white) 90.15%, rgba(245, 245, 245, 0) 90.15%);
  /* border-bottom: 1px solid transparent; */
  /* background: var(--main-color); */
  /* border-left: 3px solid var(--main-color); */
  line-height: 1.2;
}
#accordion .panel-title a.collapsed {
  border-top: 0;
  color: #333;
  background: #eee;
  background: transparent;
  background-image: linear-gradient(300deg, #910000 9.33%, var(--main-color) 9.33%, var(--main-color) 15.13%, var(--color-white) 15.13%, var(--color-white) 90.15%, rgba(245, 245, 245, 0) 90.15%);
  background-image: linear-gradient(300deg, #910000 4.33%, var(--main-color) 4.33%, var(--main-color)8.13%, var(--color-white)8.13%, var(--color-white) 90.15%, rgba(245, 245, 245, 0) 90.15%);
  /* border-bottom: 1px solid transparent; */
}
#accordion .panel-title a:before {
  content: "-";
  /* font-family: "moon", "Microsoft JhengHei"; */
  position: absolute;
  top: 10px;
  left: 23px;
  left: 28px;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-red);
  z-index: 10;
}
#accordion .panel-title a.collapsed:before {
  /* font-family: "moon", "Microsoft JhengHei"; */
  position: absolute;
  top: 10px;
  left: 23px;
  left: 28px;
  line-height: 24px;
  color: var(--main-color);
  content: "+";
  color: var(--color-red);
  z-index: 10;
}
#accordion .panel-body {
  color: #666464;
  font-size: 15px;
  line-height: 20px;
  border-top: 0 none;
  padding: 15px 20px;
  /* border: 1px dotted #ccc; */
}

aside li {
  list-style-type: none;
  padding-left: 0 !important;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 9px;
}
aside ul {
  list-style-type: none;
  padding-left: 0 !important;
}

main {
  background-attachment: fixed;
  background-image: none !important;
  background-color: #fff;
}

.address img {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 15px;
  margin-top: 5px;
}

.title2 {
  margin-bottom: 35px;
}

.address {
  margin-top: 29px;
  display: block;
}
.address li {
  list-style-type: none;
  margin-top: 15px;
  border-bottom: 1px dashed #c3c3c3;
  padding-bottom: 10px;
}
.address ul {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 30px;
  list-style-position: inside;
}

.card-header {
  background-image: linear-gradient(60deg, #adadad 2.08%, #adadad 87.05%);
  border: 0 solid #adadad;
}

.card {
  border: 0 solid #adadad;
}

.breadcrumb1 {
  /* background-color: #eee; */
  /* font-family: "moon", "Microsoft JhengHei"; */
  font-weight: bold;
  margin-bottom: 45px;
}

.pro_in1 img {
  position: relative;
  width: 100%;
  height: 230px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

ul .breadcrumb {
  margin-right: auto;
  margin-left: auto;
}

.breadcrumb {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0.75rem;
  padding-right: 0;
  padding-left: 1px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  background-color: rgba(234, 237, 240, 0);
  border-radius: 0.25rem;
  z-index: 9999;
  text-align: right;
}

.page-header h1 {
  color: white;
  text-align: right;
  z-index: 9;
  position: relative;
  /* font-family: "moon", "Microsoft JhengHei"; */
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.63);
}

.breadcrumb li {
  color: #555;
}
.breadcrumb li.active {
  color: var(--color-red);
}
.breadcrumb li + li::before {
  content: "•";
  color: var(--main-color-lighten);
  margin: 0 5px;
}
.breadcrumb li a {
  color: #555;
  text-align: center;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

.big-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  background-repeat: repeat;
  background-position: 0 0;
  background-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}

.page-header {
  background-position: right center;
  padding: 280px 0 40px;
  position: relative;
  background-size: cover;
}

.dropdown-menu {
  margin-top: 0;
}
.dropdown-menu .dropdown-toggle::after {
  vertical-align: middle;
  border-left: 4px solid;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  margin-left: 0.35em;
}
.dropdown-menu .dropdown-toggle:hover:after {
  color: #fff;
}
.dropdown-menu .dropdown .dropdown-menu {
  left: 100%;
  top: 0;
}
.dropdown-menu > li a:hover {
  /* background-color: rgba(var(--main-color-darken-rgba), 1); */
  background-color: var(--main-color);
  color: white;
  display: block !important;
}
.dropdown-menu > li a:hover:first-letter {
  color: white;
}
.dropdown-menu > li.show {
  /* background-color: var(--main-color-darken); */
  background-color: var(--main-color);
  color: white;
  display: block !important;
}
.dropdown-menu > li.show > a {
  color: white;
}
.dropdown-menu > li.show > a::first-letter {
  color: #fff;
}
.dropdown-menu > li.show > a::after {
  color: #fff;
}

.soc {
  text-align: center;
  margin: 20px 0;
}
.soc img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.soc a {
  display: inline-block;
  text-align: center;
}
.soc a:hover img {
  opacity: .9;
  transform: scale(1.1);
  transition: .2s ease-in-out;
}

.footer_info {
  /* font-family: "moon", "Microsoft JhengHei"; */
  letter-spacing: 2px;
  font-size: 15px;
  padding: 0;
  margin: 15px 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer_info .title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  border-left: 2px solid #fff;
  padding-left: 10px;
}
.footer_info a {
  color:#333;
  /* font-family: "moon", "Microsoft JhengHei"; */
  letter-spacing: 2px;
  font-size: 15px;
  word-wrap: break-word;
}
.footer_info a:hover {
  color: var(--color-red);
  opacity: .8;
}
.footer_info li {
  color: #333;
  list-style-type: none;
}

.lang{
  border-top:1px dashed rgba(245, 245, 245, 0.733);
}

.lang:nth-child(1){
  border-top: 0px;
}

.lang a {
  display: block;
  padding: 3px 0;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding:8px 8px;
}
.lang a:hover {
  background: var(--main-color);
  color: var(--color-white);
  font-weight: bold;
  font-size: 14px;

}

.bg-dark {
  /* background: #fff !important;
  border-bottom: 2px solid var(--main-color); */

  padding-top: 15px;
  padding-bottom: 15px;
  /* background-image: linear-gradient(130deg, rgba(34, 34, 34, 0) 17.62%, rgba(255, 255, 255, 0.91) 17.62%, rgba(255, 255, 255, 0.91) 52.85%, rgba(255, 255, 255, 0.9) 52.85%, rgba(255, 255, 255, 0.9) 80.83%, rgba(255, 255, 255, 0.83) 80.83%, rgba(255, 255, 255, 0.78) 87.56%, rgba(255, 255, 255, 0) 87.56%); */
  /* background-color: rgba(255, 255, 255, 0) !important; */

  background-color: transparent !important;
  position: relative;
  /* overflow-x: hidden; */
  /* width: 80vw;
  min-width: 1200px; */
  /* clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%); */
  /* background-color: rgba(255, 255, 255, 0.801) !important; */
  margin: 0px auto;

}

.bg-dark{
  /* background: #fff !important;
  border-bottom: 2px solid var(--main-color); */

  padding-top: 15px;
  padding-bottom: 15px;
  /* background-image: linear-gradient(130deg, rgba(34, 34, 34, 0) 17.62%, rgba(255, 255, 255, 0.91) 17.62%, rgba(255, 255, 255, 0.91) 52.85%, rgba(255, 255, 255, 0.9) 52.85%, rgba(255, 255, 255, 0.9) 80.83%, rgba(255, 255, 255, 0.83) 80.83%, rgba(255, 255, 255, 0.78) 87.56%, rgba(255, 255, 255, 0) 87.56%); */
  /* background-image: linear-gradient(135deg, rgba(81,81,81,0.00) 17.10%, rgba(49,49,49,0.89) 17.10%, rgba(49,49,49,0.89) 82.90%, rgba(31,137,80,0.92) 82.90%, rgba(19,149,82,0.91) 83.93%, rgba(139,195,75,0.88) 83.93%, rgba(139,195,75,0.88) 84.97%, rgba(255,0,0,0.00) 84.97%); */
  background-image: linear-gradient(135deg, rgba(81, 81, 81, 0) 17.10%, rgba(255, 254, 254, 0.9) 17.10%, rgba(255, 254, 254, 0.9) 80.97%, var(--main-color) 80.97%, var(--main-color) 82.97%, rgba(146,15,21,0.98) 82.97%, rgba(146,15,21,0.98) 84.97%, rgba(255,0,0,0.00) 84.97%);
  background-color: rgba(255, 255, 255, 0) !important;

  background-color: transparent !important;
  position: relative;
  /* overflow-x: hidden; */
  /* width: 80vw;
  min-width: 1200px; */
  /* clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%); */
  /* background-color: rgba(255, 255, 255, 0.801) !important; */
  margin: 0px auto;

}

.bg-dark::before{
  /* content: ""; */
  width: 10%;
  height: 100%;
  background-color:#bdbaba ;
  position: absolute;
  /* right: -75%; */
  left: 85%;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
  /* z-index: 100; */
}

.bg-dark::after{
  /* content: ""; */
  width: 100%;
  height: 100%;
  background-color:var(--color-red) ;
  position: absolute;
  left: 90%;
  z-index: 1;
  /* transform: translateX(-50%); */
  clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
}

.bg-dark .container-xl{
  position: relative;
  z-index: 1000;
}

@media all and (min-width: 992px) {
  .bg-dark {
    padding: 10px 15px;
  }
}

.dropdown-toggle::after {
  color: #333;
  margin-left: 5px;
}

.dropdown-toggle.dropdown-item::after {
  color: #fff;
}

.dropdown-menu {
  position: absolute;
  top: 99%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0 0;
  margin: 0 0 0;
  font-size: 1rem;
  color: var(--main-color);
  text-align: left;
  list-style: none;
  /* background-color: rgba(var(--main-color-darken-rgba), 0.9); */
  background-color: var(--color-red);
  background-clip: padding-box;
  /* border: 1px solid var(--main-color-darken); */
}


.navbar-dark .navbar-nav .nav-link {
  color: #333;
  font-size: 18px;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: var(--main-color);
}
.navbar-dark .navbar-nav .active > .nav-link {
  color: var(--main-color);
  font-weight: bold;
}
.navbar-dark .navbar-nav .show > .nav-link {
  color: var(--main-color);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  /* color: var(--main-color); */
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  color: #fff;
  border-top: 1px dashed rgba(245, 245, 245, 0.733);
}

.dropdown-menu .nav-item:nth-child(1) .dropdown-item{
  border: 0px;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  /* color: var(--main-color); */
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ececec;
  border-radius: 0.25rem;
}
.form-control:hover {
  border-color: var(--main-color);
}

a {
  color: var(--main-color);
  text-decoration: none;
  background-color: transparent;
  letter-spacing: 1px;
  /* font-family: "moon", "Microsoft JhengHei"; */
}

.nav-link{
  font-weight: 600;
}

body {
  /* font-family: "moon", "Microsoft JhengHei"; */
}

a:hover {
  color: var(--main-color);
  text-decoration: none;
}

.title01 {
  display: flex;
  justify-content: center;
  padding: 39px 0 20px 0;
  /* font-family: "moon", "Microsoft JhengHei"; */
  letter-spacing: 3px;
  font-weight: bold;
  text-align: center;
  width: max-content;
  max-width: 100%;
  border-bottom: 2px solid var(--color-red);
  padding-bottom: 8px !important;
  margin: 0px auto;
  margin-bottom: 12px;
}
/* .title01::after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 50px;
  height: 2px;
  background: var(--color-red);
} */

.btn2_2 {
  display: inline-block;
  padding: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 300px;
  text-align: center;
  color: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background: var(--color-red);
}
.btn2_2:hover {
  background: var(--main-color);
  color:#fff;
}
.btn2_2.addInquiryCart {
  background-color: var(--color-red);
  letter-spacing: 3px;
  margin-bottom: 0px;
}
.btn2_2.addInquiryCart:hover {
  background: var(--main-color);
  color: var(--color-white);
  transition: all .4s ease-in-out;
}

.back .btn2_2{
  background-color: var(--color-red);
  border: 1px solid var(--color-red);
}

.back .btn2_2:hover{
  background-color: var(--main-color);
  color: var(--color-white);
  border: 1px solid var(--main-color);

  transition: all .2s ease-in-out;
}

.p10 {
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
}

#accordion .link a.collapsed:before {
  content: "";
}

.bbt {
  background-color: #910000;
  transform: skew(-30deg, 0deg);
  display: inline-block;
  border-right: 8px solid var(--main-color);
}

.bbt:hover{
  opacity: .9;
}

.btn1 {
  /* background: var(--second-color); */
  color: #ffffff;
  font-size: 17px;
  border-radius: 0px;
  transform: skew(30deg, 0deg);
  /* margin-bottom: 30px; */
}
.btn1:hover {
  color: #fff;
  /* background: var(--second-color-lighten); */
}

.cookies_3 {
  border: 1px solid var(--color-white);
  padding: 5px;
  margin: 10px 0;
  display: inline-block;
  color: var(--color-white);
}
.cookies_3:hover {
  background: #fff;
  color: var(--color-red);
  /* opacity: .9; */
}

.btn3 {
  display: inline-block;
  color: var(--color-red);
  font-size: 17px;
  /* font-family: "moon", "Microsoft JhengHei"; */
  border-width: 0;
  padding: 5px;
  /* border: 1px solid var(--color); */
  background: var(--color-white);

  background-image: linear-gradient(110deg, rgba(255, 255, 255, 0) 16.58%, white 16.58%, white 81.35%, var(--main-color) 81.35%, var(--main-color) 86.01%, rgba(255, 0, 0, 0) 86.01%);
  background-color: rgba(0, 0, 0, 0.02);
  padding-right: 40px;
  padding-left: 30px;
}
.btn3:hover {
  opacity: .95;
}

.navbar-dark .navbar-nav .nav-link {
  /* font-family: "moon", "Microsoft JhengHei"; */
  letter-spacing: 1px;
}

@media all and (min-width: 992px) {
  header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }
}

.header_top {
  padding-top: 5px;
  padding-bottom: 5px;
}

.header_s {
  position: absolute;
  z-index: 9;
  text-align: center;
  height: 81px;
  width: 100%;
}

.clear {
  clear: both;
}

.inq {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  position: relative;
}
.inq img {
  color: #ffffff;
  width: 20px;
  height: 20px;
}

.inq_q {
  background-color: var(--main-color);
  position: absolute;
  top: 0;
  font-size: 10px;
  color: #fff;
  padding-top: 1px;
  padding-right: 1px;
  padding-bottom: 1px;
  width: 20px;
  height: 20px;
  border-radius: 99em;
  text-align: center;
}

.center {
  text-align: center;
  display: block;
}

a {
  outline: none;
}

.nav-item {
  cursor: pointer;
}

.form-inline {
  position: relative;
}

.btn2 {
  background-color: rgba(42, 187, 170, 0);
  border: 0 solid var(--main-color);
  position: absolute;
  right: 15px;
  top: 11px;
  width: 15px;
}
.btn2 img {
  z-index: 9999;
  position: absolute;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb25 {
  padding-bottom: 25px;
}

.pt25 {
  padding-top: 25px;
}

footer {
  position: relative;
  padding-top: 50px;
  background-image: none !important;
  /* background: var(--color-red); */
}

footer::before{
  content: "";
  position: absolute;
  background-image: url(../images/footer-bg.jpg) !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .2;
  z-index: 1;
}
footer .container {
  position: relative;
  z-index: 2;
}
footer .copy {
  position: relative;
  z-index: 3;
  padding: 5px 15px;
  background-color: var(--color-red);
  color: var(--color-white);
  font-size: 14px;
  text-align: center;
}
footer .copy a {
  color: #fff;
  margin-right: 10px;
}
footer .copy a:hover {
  color: #fff;
  text-decoration: underline;
}

.webeditor {
  margin-top: 25px;
  margin-bottom: 25px;
}
.webeditor table {
  max-width: 100% !important;
  height: auto;
  width: 100% !important;
}

.skew-neg {
  -webkit-transform: skew(18deg, 0deg);
          transform: skew(18deg, 0deg);
  background-color: #9e0003;
}
.skew-neg a {
  -webkit-transform: skew(0deg, 0deg) !important;
          transform: skew(0deg, 0deg) !important;
  background-color: #289fc3;
}

@media (max-width: 768px) {
  .pin_name {
    font-size: 22px;
  }

  .dropdown-menu {
    position: relative;
    float: none;
  }

  .page-header {
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
    position: relative;
  }
  .page-header h1 {
    color: white;
    text-align: center;
    z-index: 9;
    position: relative;
    /* font-family: "moon", "Microsoft JhengHei"; */
  }

  .nb,
aside {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .pin_name {
    font-size: 22px;
  }

  .page-header {
    background-position: left center;
    padding-top: 75px;
    padding-bottom: 75px;
    position: relative;
  }
  .page-header h1 {
    color: white;
    text-align: center;
    z-index: 9;
    position: relative;
    /* font-family: "moon", "Microsoft JhengHei"; */
  }

  .nb,
aside {
    display: none !important;
  }
}
.footer-brand img {
    /*width: 300px !important;*/
    height: auto;
}

.header-search-form .btn2 {
  padding-right: 15px;
}

.searchbox-icon {
  width: 15px;
  height: 15px;
  vertical-align: super;
}
.searchbox-icon:hover {
  fill: var(--main-color);
}

.form-control[aria-label=Search] {
  border: 1px solid #ddd;
  padding-right: 35px;
}
.form-control[aria-label=Search]:hover {
  border-color: var(--main-color);
}

@media all and (min-width: 992px) {
  .navbar-nav {
    margin-left: 15px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}

.collapse_style > ul {
  margin-left: 1rem;
  padding-top: 1rem;
}

.collapse_style > ul > li {
  border-bottom: 0 solid #f0ad4e;
}

.collapse_panel a {
  color: #555a60;
  display: block;
}
.collapse_panel a:hover {
  color: var(--color-red);
}

.has_child:first-letter {
  font-weight: bold;
  color: var(--main-color);
}

.has_child {
  position: relative;
}
.has_child > a:after {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
}
.has_child.plus > a:after {
  content: "+";
}
.has_child.minus > a:after {
  content: "-";
}

.search-dropdown .icon {
  width: 20px;
  fill: #333;
  cursor: pointer;
}
.search-dropdown .icon:hover {
  fill: var(--main-color);
}

.navbar-dark .navbar-toggler-icon .icon {
  width: 30px;
  height: 30px;
  fill: var(--main-color);
}

.navbar-brand > img {
  width: 100%;
}

.page-index .line-height-limit {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  max-height: 70px;
  height: auto;
}

.page-ab .line-height-limit {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  max-height: 70px;
  height: auto;
}
.page-ab .line-height-single-limit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-ab .sidebar-line-height-limit {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  max-height: 63px;
  height: auto;
}

.page-pdt .pli_list,
.page-search .pli_list {
  text-align: center;
}
.page-pdt .pli_list .line-height-limit,
.page-search .pli_list .line-height-limit {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  max-height: 70px;
  height: auto;
}
.page-pdt .sidebar .line-height-limit,
.page-search .sidebar .line-height-limit {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  max-height: auto;
  height: auto;
}

.page-news .pli_list .line-height-limit {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  max-height: 70px;
  height: auto;
}
.page-news .pli_list_s a {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  max-height: 70px;
  height: auto;
  font-size: 24px;
  margin: 5px 0 10px;
}
.page-news .description {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  max-height: 140px;
  height: auto;
}
.page-news .sidebar .line-height-limit {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  max-height: 63px;
  height: auto;
}
.page-news .row.p_s {
  margin-bottom: 40px;
  padding: 20px 10px;
  background-image: none !important;
  border-top: 1px solid #b7b7b7;
}
.page-news .row.pin .col-md-12:nth-last-child(1) .row.p_s{
  border-bottom: 1px solid #b7b7b7;
}
.page-news .row.p_s img {
  margin-bottom: 20px;
}
@media all and (min-width: 768px) {
  .page-news .row.p_s img {
    margin-bottom: 0;
  }
}
.page-news .line001 + .btn2_2 {
  width: auto;
  padding: 7px 30px;
  float: right;
  background-color: var(--color-red);
  
}
.page-news .line001 + .btn2_2:hover {
  background: var(--main-color);
  color: #fff;
}
.page-news .news_date {
  color: #959595;
}

@media all and (min-width: 768px) {
  .page-pdt .row.pin .col-md-4 {
    /* 產品模組一排 2 個 */
    /* flex: 0 0 50%; */
    /* max-width: 50%; */
  }
}
.card {
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pro_in1 {
  position: relative;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 1px 1px 3px #ccc;
          box-shadow: 1px 1px 3px #ccc;
}
.pro_in1 > a {
  display: block;
  overflow: hidden;
}
.pro_in1 > a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pro_in1:hover > a img {
  opacity: .9;
  transition: .4s ease-in-out;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.pro_in1:hover .pli_list{
  background-color: var(--main-color);
  transition: .4s ease-in-out;
}
.pro_in1 .pli_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 0;
  /* min-height: 78px; */
  background-color: var(--color-red);
}
.pro_in1 .pli_list p {
  margin-bottom: 0;
}
.pro_in1 .pli_list a {
  padding: 0px 0px;
  color: var(--color-white);
  min-height: 1px;
}

.back {
  text-align: center;
}

.download_in .dl-list {
  padding: 15px;
  list-style: none;
}
.download_in .dl-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 16px;
  border-radius: 3px;
  background-color: var(--color-white);
}
.download_in .dl-list li + li {
  /* border-top: 1px dashed #ccc; */
  margin-top: 10px;
}
.download_in .dl-list li .itemTitle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.download_in .dl-list li .itemLink {
  display: inline-block;
  /* background: #ebeef3; */
  /* background-color: var(--color-red); */
  color: var(--color-red);
  padding: 8px 16px;
  border-radius: 20px;
}
.download_in .dl-list li .itemLink img {
  width: 15px;
  color: var(--color-white) !important;
  margin-right: 5px;
}
.download_in .dl-list li .itemLink:hover {
  color: #fff;
  background: var(--color-red);
  border-radius: 3px;
}
.download_in .dl-list li .itemLink:hover img {
  -webkit-filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(38deg) brightness(99%) contrast(102%);
          filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(38deg) brightness(99%) contrast(102%);
}

.page-contact section {
  padding: 50px 0 70px;
}

.contact_info {
  margin-bottom: 30px;
}
.contact_info ul {
  list-style: none;
  padding: 0;
}
.contact_info ul li {
  padding-bottom: 5px;
  font-size: 14px;
}
.contact_info ul li a {
  color: #606060;
}
.contact_info ul li a:hover {
  color: var(--main-color);
}
.contact_info iframe {
  margin-bottom: 10px;
}
.contact_info h5 {
  color: var(--main-color);
}

.btn-danger {
  background: var(--main-color);
  border-color: var(--main-color);
}
.btn-danger:hover {
  background: var(--main-color-lighten);
  border-color: var(--main-color-lighten);
}

.sitemap h2 {
  padding: 8px 5px;
  display: flex;
  justify-content: center;
  color: #606060;
  color:#fff;
  background-color: var(--color-red);
  font-size: 20px;
  font-weight: 600;
  border-radius: 3px;
  /* border-bottom: 2px solid #b7b7b7; */
}
.sitemap .sitemap1 {
  list-style: none;
  padding-left: 20px;
}
.sitemap .sitemap1 li {
  padding: 5px 0;
}
.sitemap .sitemap1 li a {
  color: #606060;
}
.sitemap .sitemap1 li a:hover {
  color: var(--color-red);
}

table.table td,
table.table th {
  vertical-align: middle;
}

table.table th {
  color: #fff;
  background: var(--main-color);
}

h2.pro_name {
  margin-bottom: 30px;
}

main{
  background-color: whitesmoke;
  overflow-x: hidden;
}

.sidebar{
  order: 1;
}

.page-pdt .con{
  position: relative;
  overflow: hidden;
}

/* .page-pdt .con::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -24px;
  width: 350px;
  height: 450px;
  background: url(../images/left.png) no-repeat left center;
  background-size: contain;
  transform: rotate(205deg);
  opacity: .4;
}

.page-pdt .con::after {
  content: "";
  position: absolute;
  bottom: 84px;
  right: -32px;
  width: 370px;
  height: 200px;
  background: url(../images/right.png) no-repeat right bottom;
  transform: rotate(30deg);
  background-size: contain;
  opacity: .4;
} */

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
  color: var(--main-color);
}

.a_img a{
  /* height: 310px; */
  display: flex;
  align-items: center;
}

.header-search-form input.form-control{
  width: 120px;
}

body{
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cabin/v26/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkV2EH7ilx17r.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-size: 17px;
}

.title-font{
  font-family: "Cabin";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cabin/v26/u-4V0qWljRw-Pd815fNqc8T_wAFcX-c37MPiNYlWniJ2hJXHIPWVykbvM_s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

header a{
  font-size: 18px;
}

h1{
  font-size: 41px;
}

h2{
  font-size: 34px;
}

main{
  position: relative;
  background-image: url(../images/pdt-bg.jpg) !important;
}

main::after{
  content: "";
  background-color: #f8f8f8fd;
  opacity: .55;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
main.page-index{
  background-image: none !important;
}

main.page-index::after{
  display: none;
}

.index-product,.page-pdt{
  position: relative;
  background-image: url(../images/pdt-bg.jpg) !important;
}

.index-product::after,.page-pdt::after{
  content: "";
  background-color: #f8f8f8fd;
  opacity: .55;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

main .breadcrumb1,main .con,main .page-header,.page-contact section,.page-sitemap section,main section{
  position: relative;
  z-index: 10;
}

.page-pdt .page-header,.page-pdt .breadcrumb1,.page-pdt .con,.page-pdt .inquiry_in{
  position: relative;
  z-index: 1;
}

.pdt-item-small-des{
  height: max-content;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dropdown-menu li:nth-child(1) .dropdown-item{
  border-top: 0px;
}

.email-link svg{
  width: 15px;
  fill: #fff;
}

.page-contact .col-md-6.col-sm-12 iframe{
  width: 100%;
}

.page-pdt h2{
  margin-bottom: 32px;
}

.title-font,aside h4.panel-title a,.pli_list,h2.pin_name,.pli_list_s a,.page-header h1,.page-pdt h2,.sitemap h2,.ab_link,.nav-item,.cookies_3,.btn3,.btn2_2,.web_title,.btn1,.breadcrumb,.rwd-table th,td .product-remove{
  font-family: "Cabin" !important;
  font-style: italic !important;
  font-weight: 700 !important;
  font-stretch: 100% !important;
  font-display: swap !important;
  src: url(https://fonts.gstatic.com/s/cabin/v26/u-4V0qWljRw-Pd815fNqc8T_wAFcX-c37MPiNYlWniJ2hJXHIPWVykbvM_s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB !important;
}

body{
  font-family: 'Cabin' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-stretch: 100% !important;
  font-display: swap !important;
  src: url(https://fonts.gstatic.com/s/cabin/v26/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkV2EH7ilx17r.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF !important;
  font-size: 17px;
}

.btn2_2,.btn1,aside a,.btn2_2,.pli_list{
  font-size: 19px !important;
}


.inquiry_in .pro_model{
  font-size: 16px !important;
  color: var(--main-color);
}

.index-seo_h {
  padding: 15px 0;
  text-align: right;
  background-image: url(/images/index-slogan.png) !important;
  background-position: center;
  position: relative;
}

.index-seo_h::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ffffff9a;
}

.responsive.slider .slick-slide{
  margin: 0px !important;
  width: 100% !important;
}

.relate-pic{
  width: 100%;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}

.relate-pic img{
  transition: all .4s ease-in-out;
}

.relate-pic:hover img{
  transform: scale(1.2);
  transition: all .4s ease-in-out;
}

.page-index .title01{
  margin-bottom: 40px;
}

.inquiry_in-form{
  position: relative;
}


.inquiry_in-form::after{
  content: "";
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
}

.inquiry_in-form .container{
  position: relative;
  z-index: 10;
}

.slider-for{
  display: none !important;
}

@media screen and (max-width:1700px) {
  .bg-dark{
    background-image:linear-gradient(135deg, rgba(81, 81, 81, 0) 6.1%, rgba(255, 254, 254, 0.9) 6.1%, rgba(255, 254, 254, 0.9) 89.97%, var(--main-color) 89.97%, var(--main-color) 91.97%, rgba(146,15,21,0.98) 91.97%, rgba(146,15,21,0.98) 93.97%, rgba(255,0,0,0.00) 92.97%);
  }
}
@media screen and (max-width:1200px) {
  .bg-dark{
    background-image:none !important;
    background-color: #fff !important;
  }
}

@media screen and (max-width: 991px)  {
  .slick-dotted.slick-slider .news-image{
    height: 420px !important;
  }
}

/* * {font-family: Arial; font-size: 14px;} */
input.file_input_with_replacement {display: none;}
input.file_input_replacement {
  background: #fff;
  padding: 10px;
  border: none;
}
button.file_input_replacement {
  background: #252525; 
  color: #fff; 
  padding: 7px 10px; 
  border-radius: 20px; 
  border: none; 
  position: relative;
}

.new_file{
  position: relative;
}

.new_file input{
  z-index: 10;
}

.file_input_replacement{
  cursor: default;
}

.file_input_replacement::-webkit-input-placeholder { 
  font-size: 14px;
  background: #f0f0f0 ;
  color: #333;
  width: max-content;
  padding: 3px 8px;
  border: 1px solid #333;
  border-radius: 3px;
}
.file_input_replacement::-moz-placeholder { 
  font-size: 14px;
  background: #f0f0f0 ;
  color: #333;
  width: max-content;
  padding: 3px 8px;
  border: 1px solid #333;
  border-radius: 3px;
}
.file_input_replacement::-moz-placeholder { 
  font-size: 14px;
  background: #f0f0f0 ;
  color: #333;
  width: max-content;
  padding: 3px 8px;
  border: 1px solid #333;
  border-radius: 3px;
}
.file_input_replacement::-ms-input-placeholder { 
  font-size: 14px;
  background: #f0f0f0 ;
  color: #333;
  width: max-content;
  padding: 3px 8px;
  border: 1px solid #333;
  border-radius: 3px;
}

.page-pdt .pli_list .line-height-limit{
  font-size: 15px;
}

.pro_in1 .pli_list{
  /* padding: 0px 5px; */
  padding-left: 5px;
  padding-right: 5px;
  flex-direction: column-reverse;
}


.page-contact .title01{
  padding-top: 0px;
  justify-content: flex-start;
  text-align: left;
  margin-left: 0px;
}

.pdt-container{
  width: 100%;
  padding: 0px 12vw;
}

@media screen and (max-width:1700px) {
  .pdt-container{
    width: 100%;
    padding: 0px 5vw;
  }
}

@media screen and (max-width:1500px) {
  .pdt-container{
    width: 100%;
    padding: 0px 16px;
  }
}

.text-capital{
  text-transform:uppercase !important;
}

header .navbar-nav{
  display: flex;
  justify-content: space-evenly;
}

.page_ar .ab_text{
  margin-right: auto;
  width: 450px;
}

@media screen and (max-width:1200px) {
  .page_ar .ab_text{
    margin: 0px auto;
    width: 100%;
  }
}

.page_en .page-ab .webeditor > p,.page_en .page-ab .webeditor > span,.page_en .page-ab .webeditor > div,.page_en .page-ab .webeditor > a{
  font-size: 19px !important;
}

.contact-webeditor-content .webeditor > p,.contact-webeditor-content .webeditor > span,.contact-webeditor-content .webeditor > div,.contact-webeditor-content .webeditor > a{
  font-size: 17px !important;
}

