html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'kozuka-gothic-pr6n', "Noto Sans JP", "Noto Sans TC", "Noto Sans", "Noto Sans SC", sans-serif;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  margin-top: 10px;
}

::-webkit-scrollbar-track {
  background: #212529;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color-default);
  border-radius: 10px;
}

img {
  display: block;
  object-fit: cover;
  max-width: 100%;
}

ul li {
  list-style-type: none;
}

:root {
  --primary-color-default: #e60012;
  --primary-color-dark: #70080F;
  --dark-black: #121212;
  --black: #000000;
  --gray: #e3e3e3;
  --black-container: linear-gradient(to bottom, #1c1c1c, #373737);
  --white: #FFFFFF;
}

.btn-check:focus+.btn,
.btn:focus {
  box-shadow: none;
  outline: 0;
}

.inter-navbar {
  background: #121212 !important;
}

.navbar>.container-fluid {
  width: 100%;
  max-width: 1420px;
  padding: 0 24px;
}

.inter_nav .logo-horizontal {
  display: block !important;
}

.table {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

/*nav*/
.home-navbar,
.navbar {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  transition: all .3s ease;
}

.navbar.is-scrolled {
  height: 80px;
  z-index: 999;
  background-color: var(--dark-black) !important;
}

.home-navbar {
  background: transparent;
}

.home-navbar .container {
  width: 100%;
  max-width: 1420px;
  margin: auto;
  /* overflow-x: hidden; */
}

@media (max-width: 1499px) {
  .home-navbar .container {
    padding: 0 24px;
  }
}


.navbar.is-scrolled .logo-vertical {
  display: none;
}

.home-navbar .logo-vertical img {
  width: 85%;
  padding-top: 23px;
  margin: auto;
}

.home-navbar .logo-horizontal {
  display: none;
}

.navbar.is-scrolled .logo-horizontal {
  display: block;
  width: 353px;
}

.logo-horizontal {
  display: block;
  width: 25rem;
}

.navbar .logo-vertical {
  display: none;
}

.home-navbar .logo-vertical {
  position: absolute;
  display: block;
  z-index: 1;
  text-align: center;
  left: 0;
  top: 0;
  height: 85vh;
  pointer-events: none;
}

.navbar-nav .dropdown-item {
  display: flex;
  align-items: center;
}

.navbar-right {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 80px;
  flex-direction: column;
  width: 100%;
  margin: auto;
}

@media(min-width:991px) {
  .navbar-right {
    width: 70%;
    margin: auto 10%;
  }

  .navbar-brand {
    max-width: 300px;
  }
}

.language {
  align-self: end;
  display: flex;
  justify-content: center;
  align-content: center;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../image/index/navbar-language-bg.png) right top / contain no-repeat;
  width: 20%;
  height: 100%;
  z-index: 998;
}

.language button {
  background-color: transparent;
  border: none;
  color: var(--white);
}

.language button:hover .bi {
  color: #fff;
}

.language li {
  list-style: none;
}

.nav-item {
  flex-shrink: 0;
}

.nav-item a:hover,
.nav-item a:focus {
  color: #fff !important;
}

.navbar.is-scrolled .navbar-right {
  /* margin-left: 50px; */
  height: 100%;
  /* align-items: start !important; */
}



.navbar.is-scrolled li.nav-item {
  height: 100%;
}

.navbar-nav .nav-item:not(.navbar-nav .nav-item:last-child) {
  margin: 0px 2rem 0px 0px;
}

.navbar-dark .navbar-nav .nav-link {
  color: var(--white);
  width: 100%;
  z-index: 999;
}

@media (max-width: 1099px) {
  .navbar-nav .nav-item:not(.navbar-nav .nav-item:last-child) {
    margin: 0px 1.5rem 0px 0px;
  }
}

@media (min-width: 991px) {
  .nav-item:hover .dropdown-menu {
    display: block;
  }

  .navbar-expand-lg .navbar-nav {
    margin-right: 50px;
  }
}


.sub-menu {
  padding: 0px;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  z-index: 1001;
}

ul.sub-menu.dropdown-menu li {
  position: relative;
}

ul.sub-menu.dropdown-menu li a {
  padding: .4rem 1rem;
  border-bottom: 1px solid #ededed;
}

ul.sub-menu.dropdown-menu li:nth-last-child(1) a {
  border: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  background-color: #e60012;
  outline: 0;
}

#navbarNav ul .nav-item:last-child a {
  position: relative;
}

.count {
  background: var(--primary-color-default);
  width: 16px;
  height: 16px;
  transform: rotate(50deg) translateX(-50%);
  left: 28%;
  border-radius: 3px;
  font-size: .7rem;
  text-align: center;
  position: absolute;
  top: 9px;
}

.count span {
  display: inline-block;
  transform: rotate(-50deg);
}

a.nav-link img {
  width: 60%;
}

.nav_btn .bi {
  font-size: 1.9rem;
  color: var(--white);
  padding-left: 50px;
}

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #e50014;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
  right: 0;
  box-shadow: none;
  border: none;
  outline: none;
}

@media (min-width: 1299px) {
  .language .nav-link {
    padding-top: 8px;
  }
}

@media (max-width: 1199px) {
  .language .nav-link {
    padding-top: 0;
  }
}

@media (max-width: 1299px) {
  .lan-menu {
    transform: translateX(-30%);
  }
}

@media (max-width: 1399px) {
  .home-navbar .logo-vertical img {
    width: 71%;
    padding-top: 23px;
  }

  .home-navbar .logo-vertical {
    height: 70vh;
  }
}

@media (max-width: 1299px) {
  .navbar.is-scrolled .logo-horizontal {
    width: 25vw;
    min-width: 200px;
  }
}

@media (max-width: 1199px) {
  .navbar.is-scrolled .logo-horizontal {
    width: 20vw;
  }

  /* #navbarNav .navbar-right {
    margin-left: 0;
  } */
}

@media (max-width: 991px) {
  .home-navbar .logo-vertical {
    display: none;
  }

  .home-navbar .logo-horizontal {
    display: inline-block;
    width: 14rem;
  }

  .home-navbar,
  .navbar.is-scrolled {
    height: auto;
    width: 100vw;
  }

  .home-navbar {
    top: 0;
    right: 0;
    left: 0;
    background: #000 !important;
  }

  .show#navbarNav {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar-collapse.show {
    /* 強制設定最大高度為：螢幕總高度扣掉頂部 Logo 區（假設 Logo 區大約 80px） */
    max-height: calc(100vh - 80px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }

  .home-navbar .navbar-right,
  .navbar-right {
    height: auto;
  }

  #navbarNav .navbar-nav {
    width: 100%;
    align-items: start !important;
  }

  .navbar-nav .nav-item {
    width: 100%;
  }

  .navbar-nav .nav-item:not(.navbar-nav .nav-item:last-child) {
    margin: 0;
  }

  #navbarNav ul .nav-item:last-child a {
    /* margin-top: 1rem; */
    display: inline-block;
  }

  .nav_btn {
    background-color: transparent;
    border: none;
    width: 100%;
    text-align: left;
  }

  .lan-menu {
    transform: translateX(0%);
  }

  .language {
    background: none;
    height: auto;
    position: relative;
    justify-content: start;
    align-self: flex-start;
    order: 2;
    width: 100%;
  }

  .language li {
    width: 100%;
  }


  .language button {
    padding: 0;
  }

  .nav-item:hover .dropdown-menu {
    position: static;
    width: 100%;
    height: auto;
    overflow-y: auto;
  }

  .nav_btn .bi {
    padding-left: 0px;
  }
}

@media (max-width: 575px) {
  .navbar.is-scrolled .logo-horizontal {
    min-width: 180px;
  }

  .home-navbar .logo-horizontal {
    display: block;
    padding: 0;
    max-width: 200px;
    margin: 0;
  }
}

/*index_bn*/
.index_bn_area {
  width: 100%;
  overflow: hidden;
}

.banner_item {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 150px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;
  overflow: hidden;
}

.b_t_block {
  position: absolute;
  width: 100%;
  max-width: 1420px;
  margin: auto;
  padding: 0 24px;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 3;
}

.b_t_block .heading-large {
  font-weight: bolder;
  font-size: 3.5rem;
  letter-spacing: -0.02em;
  color: var(--white);
  background-image: linear-gradient(to right, #ffffff 30px, transparent 30px);
  background-size: 100% 2.5px;
  background-repeat: no-repeat;
  display: inline-block;
}

.banner_item img {
  filter: brightness(0.8);
  transition: filter .3s ease-in;
}

.banner_slick .slick-current .banner_item img {
  width: 100%;
  max-width: 100%;
  overflow: hidden !important;
  -webkit-animation: kenburns-top 5s linear normal forwards;
  animation: kenburns-top 5s linear normal forwards;
}

@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }

  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}

.banner_item-next,
.banner_item-prev,
.banner_item.active {
  display: block;
}

.banner_item .bn_block {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
}

@media(min-width:991px) {
  .banner_item .bn_block::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    background-image: url(../image/index/navbar-logo-bg.png);
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
    height: 85vh;
    transition: all .3s ease;
  }
}

.navbar.is-scrolled~main .bn_block::before {
  position: unset !important;
}

.index_bn_block .slick-dots {
  bottom: 40px;
  background: var(--primary-color-dark);
  width: auto;
  padding: 10px 18px;
  border-radius: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.index_bn_block .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15px;
  width: 15px;
  margin: 0;
}

.index_bn_block .slick-dots li button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: auto;
  border: none;
  background: transparent;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s ease;
}


.index_bn_block .slick-dots li button:before {
  content: '';
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0;
  background-color: #b70211;
  opacity: unset;
  transition: background-color .1s ease;
}

.index_bn_block .slick-dots li.slick-active button:before {
  width: 15px;
  height: 15px;
  background-color: white;
  margin-bottom: 0;
}

.slick-dotted.slick-slider {
  margin-bottom: -7px !important;
}

/* 
.index_bn_block.slick-slider,
.index_bn_area,
.index_bn_section {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  position: relative !important;
} */


@media (max-width: 991px) {
  .b_t_block .heading-large {
    font-size: 2.5rem;
    line-height: calc(2.5rem + 10px);
  }

  .index_bn_area {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .b_t_block .heading-large {
    font-size: 2rem;
    line-height: calc(2rem + 10px);
  }
}

@media (max-width: 575px) {
  .b_t_block .heading-large {
    font-size: 1.5rem;
    line-height: calc(1.5rem + 10px);
  }

  .index_bn_block .slick-dots {
    bottom: 20px;
    padding: 8px;
    gap: 5px;
    flex-shrink: 0;
  }

  .index_bn_block .slick-dots li {
    margin: auto;
  }

  .index_bn_block .slick-dots li button {
    margin: auto;
  }

  .index_bn_block .slick-dots li button:before {
    width: 5px;
    height: 5px;
    flex-shrink: 0;
  }

  .index_bn_block .slick-dots li.slick-active button::before{
    width: 8px;
    height: 8px;
    flex-shrink: 0;
  }
}

@media (max-width: 390px) {
  /* .index_bn_block .slick-dots {
    padding: 2px;
  } */
}

/*index_pdc*/
.index_pdc_area {
  width: 100%;
  height: auto;
  background: url(../image/index/home-s1-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 100px 24px;
  max-width: 100%;
}


.index_title {
  position: relative;
  font-weight: bolder;
  font-size: 1.8rem;
  letter-spacing: 0em;
  text-align: center;
  padding: 0 24px;
  color: #fff;
}

.index_title::after {
  content: "";
  position: absolute;
  transform: translateX(-100%);
  bottom: 0;
  width: 30px;
  height: 2.5px;
  background-color: #e50014;
}

.index_pdc_block {
  width: 100%;
  max-width: 1420px;
  margin: auto;
}

.index_pdc_item {
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  margin-bottom: 50px;
  padding-right: 48px;
  padding-left: 0;
}


.index_pdc_info {
  position: relative;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  cursor: pointer;
}

.index_pdc_item:hover .index_pdc_info::before {
  background-color: rgba(255, 255, 255, 0.8);
}

.index_pdc_info::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.669);
  border: 4px solid #e600139a;
  transform: skew(-10deg) translate(-50%, -50%);
  border-radius: 0 100px 0 0;
  z-index: 0;
  transition: background-color .2s ease-in-out;
}

.index_pdc_info img {
  width: 100%;
  max-width: 80%;
  z-index: 1;
  margin: 1rem auto;
  display: block;
  transform: translateX(7%);
}

.index_pdc_info .bottom-content {
  margin: auto;
  width: 100%;
  padding: 15px 30px;
  z-index: 2;
}

.index_pdc_info .bottom-content a {
  display: inline-flex;
  align-items: center;
}

.btn_sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hvr-icon {
  width: 30px;
  height: 30px;
  background: var(--primary-color-dark);
  flex-shrink: 0;
  border-radius: 50%;
}

@-webkit-keyframes hvr-icon-forward {
  50% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
}

@keyframes hvr-icon-forward {
  50% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
}

.hvr-icon-forward {
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.hvr-icon-forward .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-forward:hover .hvr-icon,
.hvr-icon-forward:focus .hvr-icon,
.hvr-icon-forward:active .hvr-icon {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
  filter: brightness(1.2);
  outline: 0;
}

.bi {
  font-size: 20px;
  color: var(--white);
  align-self: center;
  text-align: center;
}

.pdc_name {
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  margin: 0;
  color: #212529;
}

@media (max-width: 991px) {
  .pdc_name {
    font-size: 18px;
  }

  .index_pdc_item:nth-last-child(1) {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .index_pdc_item {
    padding-right: 36px;
  }

}

@media (max-width: 575px) {
  .index_pdc_item {
    padding-right: 24px;
  }

}

@media (max-width: 390px) {
  .pdc_name {
    font-size: 16px;
  }
}

/*index_oem*/
.index_oem_area {
  position: relative;
  left: 50%;
  top: 0;
  width: 100%;
  height: auto;
  transform: translateX(-50%) translateY(0px) rotate(0deg);
  padding-bottom: 8rem;
  overflow: hidden;
  padding: 0;
  max-width: 100%;
}

.index_oem_area:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 169%;
  height: 96%;
  background: #70080F;
  border-radius: 0 0 53% 72%;
  transform: translateX(-55%) translateY(-1px) rotate(0deg);
  z-index: -5;
  filter: drop-shadow(2px 4px 0px #E60012) drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.8));
}

.index_oem_area::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 130%;
  height: 95%;
  background: #d8d8d8;
  z-index: -3;
  border-radius: 0 0 52% 52%;
  transform: translateX(-50%) rotate(0deg);
}

.index_oem_info {
  position: relative;
  width: 100%;
  max-width: 1420px;
  margin: auto;
  text-align: center;
  padding: 100px 24px;
}

.index_oem_info::after {
  content: "";
  width: 30%;
  height: 440px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  background-image: url(../image/index/favicon-256X256.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .1;
}

.txt_sm {
  font-size: 18px;
  letter-spacing: 0.02em;
  margin: 0;
  line-height: calc(1.3rem + 10px);
  color: #212529;
}

.index_oem_img {
  opacity: 0.1;
  transform: translateY(-50%);
}

.index_oem_img img {
  width: 23vw;
  margin: auto;
  object-fit: contain;
}

.index_oem_s {
  position: absolute;
  left: 50%;
  top: 0;
  width: 130%;
  height: 95%;
  z-index: -1;
  border-radius: 0 0 52% 52%;
  transform: translateX(-50%) rotate(0deg);
  overflow: hidden;
}


.txt_spa {
  position: absolute;
  bottom: -76px;
  left: 50%;
  transform: translate(-50%);
  color: #efefef30;
  font-weight: bolder;
  letter-spacing: -.6rem;
  font-size: 13.5rem;
}

.index_oem_machine_area {
  width: 100%;
  position: relative;
  top: -50px;
  margin-bottom: -50px;
  z-index: -1;
  overflow: hidden;
}

.index_oem_machine_block {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0;
}

.oem_machine {
  width: 100%;
  max-width: 350px;
  height: 350px;
  padding: 12px;
  display: flex;
  align-items: end;
  justify-content: center;
}

.oem_machine img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.oem_machine:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.1);
}

.index_oem_machine_area .row .oem_machine:nth-child(odd) {
  background: white;
}

.index_oem_machine_area .row .oem_machine:nth-child(even) {
  background: #b9b9b9;
}

@media (max-width: 991px) {
  .oem_machine {
    height: 260px;
  }
}

@media (max-width: 767px) {
  .index_oem_area:before {
    width: 200%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%);
  }

  .index_oem_area::after {
    width: 160%;
    border-radius: 0 0 50% 50%;
  }

  .index_oem_info::after {
    width: 50%;
  }

  .oem_machine {
    height: 180px;
  }
}

@media (max-width: 575px) {
  .oem_machine {
    height: 130px;
  }
}

@media (max-width: 390px) {
  .index_oem_area:before {
    width: 300%;
  }

  .index_oem_area::after {
    width: 200%;
  }

  .oem_machine {
    height: 100px;
  }
}

/*index_about*/
.index_about_area {
  position: relative;
  width: 100%;
  height: auto;
  background: url(../image/index/about-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 24px;
  overflow: hidden;
}

.index_about_area::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url(../image/index/home-s3-bg.png);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}

.index_about_info {
  width: 100%;
  max-width: 1420px;
  margin: auto;
  position: relative;
  z-index: 2;
}


.index_about_info .index_title {
  text-align: left;
  padding: 0;
}

.index_about_info .txt_sm {
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn_lg {
  position: relative;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  align-items: center;
  width: 200px;
  height: 45px;
  color: #fff;
  display: flex;
  background: var(--primary-color-dark);
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.btn_lg span {
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn_lg:hover,
.btn_lg:focus,
.btn_lg:active {
  background: #70080F;
  border-radius: 50px;
  color: white !important;
  outline: 0;
}

.btn_lg .bi {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.btn_lg:hover .bi,
.btn_lg:focus .bi,
.btn_lg:active .bi {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
  filter: brightness(1.2);
}

@media (max-width: 575px) {
  .index_about_block {
    width: 80%;
  }
}

@media (max-width: 390px) {
  .index_about_block {
    width: 100%;
  }
}

/*index_news*/
.index_news_area {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #151110;
  overflow: hidden;
}

.index_news_area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: url(../image/index/home-s4-bg.png);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: 1;
}

.index_news_info {
  width: 100%;
  max-width: 1420px;
  margin: auto;
  padding: 100px 24px;
  justify-content: flex-end;
}

.index_news_info .index_title {
  text-align: right;
}

.index_news_block {
  position: relative;
  width: 70%;
  z-index: 2;
  flex-wrap: nowrap;
  padding: 0;
}


.index_news_info .card {
  background: transparent;
  border: 0;
}

.card-body {
  padding: 0;
}

.index_news_info .index_news_item {
  border-radius: 0 0 50px 0;
  padding: 3rem 2rem 1.5rem 2rem;
  height: 100%;
  justify-content: space-between;
  display: flex;
  padding: 24px;
}

.index_news_block .index_news_item:first-child {
  background-color: #e6e0df;
}

.index_news_block .index_news_item:nth-child(2) {
  background-color: #d4d0cf;
}

.index_news_block .index_news_item:last-child {
  background-color: #adadad;
}

.index_news_info .btn_lg {
  text-align: center;
  border: 2px solid #70080f;
  color: #70080f;
  background: transparent;
  transition: all 0.3s ease;
}

.index_news_info .btn_lg:hover {
  background: #70080f;
}

.index_news_info .btn_lg .bi {
  color: #70080f;
}

.bi-chevron-right::before {
  font-weight: 600 !important;
}

.index_news_info .card-time {
  background: #db1232;
  display: inline-block;
  padding: 0 1rem;
  border-radius: 50px;
  color: #fff;
  margin-bottom: 1rem;
}

.index_news_item .card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index_news_item p {
  color: #333 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media(min-width:1299px) {
  .index_news_block {
    overflow: hidden;
  }
}

@media(max-width:1298px) {
  .index_news_block {
    overflow-x: auto;
  }
}

@media (max-width: 575px) {
  .index_news_area {
    padding: 0 !important;
  }

  .index_news_block {
    width: 90%;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: flex-end;
    padding: 0 12px;
    overflow: hidden;
  }

  .index_news_info .index_news_item {
    height: auto;
  }

  .index_news_item p {
    -webkit-line-clamp: 3;
  }
}

@media (max-width: 390px) {
  .index_news_block {
    width: 100%;
  }
}

/*footer*/
.footer_area {
  width: 100%;
  padding: 24px;
  overflow: hidden;
  background-color: var(--primary-color-dark);
}

.footer_block {
  width: 100%;
  max-width: 1420px;
  margin: auto;
}

.footer_txt {
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--white);
}

.footer_block a {
  text-decoration: none;
  color: var(--white);
}

.text-muted {
  color: #ffffffbd !important;
}

.footer_logo {
  align-self: start;
}

.f_logo img {
  width: 100%;
  max-width: 300px;
  object-fit: contain;
  display: block;
}

.socail-media {
  display: flex;
  gap: 12px;
  margin-top: 2rem;
  padding: 0;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.socail-media li {
  list-style: none;
}

.socail-media .bi {
  font-size: 26px;
}

.showcase {
  position: fixed;
  bottom: 100px;
  right: 10px;
  border: 0;
  background-color: transparent;
  z-index: 999;
  outline: 0;
}

.showcase img {
  width: 90px;
  height: 90px;
  display: block;
}

.showcase:after {
  position: absolute;
  left: 5px;
  top: 0;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  content: "";
  border-radius: 50%;
  background-color: rgba(255, 0, 0, 0.4);
  box-shadow: 0 0 35px rgba(255, 0, 0, 0.6);
  z-index: -1;
  animation: bounceIn 0.85s infinite;
}

@keyframes bounceIn {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1.12, 1.12, 1.12);
    transform: scale3d(1.12, 1.12, 1.12);
  }
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 999;
  display: none;
  opacity: 0.7;
  transition: transform 0.3s ease, opacity 0.3s ease;
  border: none;
  background: transparent;
}

.scroll-to-top img {
  width: 80%;
  display: block;
}

.scroll-to-top:hover {
  opacity: 1;
  transform: translateY(-5px);
}

#videoModal {
  .modal-dialog {
    display: flex;
    align-items: center;
    min-height: 100vh;
  }
}

.copyright {
  width: 100%;
  max-width: 1420px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.copyright.border-top {
  border-top: 1px solid #ffffff40 !important;
}

.copyright a {
  text-decoration: none;
  color: #ffffffbd;
}

.copyright p {
  color: #ffffffbd;
}

.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
  border: 0;
}


.modal-dialog {
  display: flex;
  align-items: center;
  min-height: 100vh;
  border: 0;
}

.modal-header {
  border-bottom: 0;
  padding-bottom: 0;
  background-color: black;
  color: white;
}

.modal-body {
  position: relative;
  padding: 0px;
}

.txt_md {
  font-size: calc(1.275rem + .3vw);
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

.btn-close {
  width: 30px;
  height: 30px;
  background: url(../image/index/close.png) no-repeat bottom;
  overflow: hidden;
  text-indent: -10000em;
  cursor: pointer;
  border: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: -36px;
  z-index: 999;
  background-size: 100% auto;
}

.btn-close:focus {
  box-shadow: none;
  outline: 0;
}

.modal-content {
  border: none;
}

@media (min-width: 767px) {
  .showcase {
    position: fixed;
    bottom: 100px;
    right: 10px;
  }
}


@media (max-width: 991px) {
  .footer_item {
    display: none;
  }

  .f_add p {
    font-size: 18px;
  }

  .footer_logo {
    padding: 0;
  }

  .copyright p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .scroll-to-top {
    right: 5px;
  }

  .scroll-to-top img {
    width: 60%;
  }

}

@media (max-width: 575px) {
  .f_add p {
    font-size: 16px;
  }
}

/*product_cpa*/
.inter_nav {
  width: 100%;
  max-width: 1420px;
  margin: auto;
  padding: 0 24px;
}

.cp_bn_area {
  width: 100%;
  height: auto;
  padding: 0;
  overflow: hidden;
  margin-top: 80px;
}

.cp_bn_area .banner_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.txt_xxl {
  font-weight: bolder;
  font-size: 3.5rem;
  margin: 0;
  color: var(--white);
  background-image: linear-gradient(to right, #e50014 30px, transparent 30px);
  background-size: 100% 2.5px;
  background-repeat: no-repeat;
  display: inline-block;
}

#bread nav ol {
  display: flex;
  /* -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis; */
}

.breadcrumb {
  margin: 0;
}

.breadcrumb-item {
  text-transform: uppercase;
}

.breadcrumb-item a {
  text-decoration: none;
  color: #fff;
}

.breadcrumb-item.active {
  color: #fff;
}

.breadcrumb-item+.breadcrumb-item {
  padding: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: '\F231';
  color: #fff;
  font-family: 'bootstrap-icons';
  /* background: url(../image/icon/icon-breadcrumb.png) no-repeat;
  width: 7px;
  height: 100%; */
  background-size: contain;
  background-position: center center;
  margin: 0 .5rem 0 .5rem;
  padding-right: 0;
}

.products-card .pdc_t {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cp_info_section {
  width: 100%;
  max-width: 1420px;
  margin: auto;
  padding: 100px 12px;
}

.cp_pdca_area {
  padding: 0;
  background: var(--black-container);
}

.cp_pdca_block .products-card {
  position: relative;
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 30px 0;
  background: #e6e6e6;
  overflow: hidden;
}

@media (min-width: 991px) {
  .products-card {
    border-radius: 50px 0;
  }
}

.cp_pdca_block .products-card a {
  text-decoration: none;
}

.cp_pdca_block .pdc_t {
  position: relative;
  display: flex;
  transform: perspective(1px) translateZ(0);
  transition: all .3s ease;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  background: #fff;
  padding: 15px 20px;
  min-height: 140px;
  height: 100%;
}

.txt_xl {
  font-weight: bolder;
  font-size: 1.8rem;
  letter-spacing: 0em;
  text-decoration: none;
  color: #121212;
  transition: all .3s ease;
}

.pdc_i img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.products-card .pdc_i {
  border-bottom: 8px solid rgb(236 0 0);
  padding: 15px 30px;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.products-card:hover .pdc_t {
  background: #70080F;
}

.products-card:hover .txt_xl {
  color: #fff;
}

.products-card .pdc_t:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #EC0000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition: all .3s ease;
}

.products-card:hover .pdc_t:before,
.products-card:focus .pdc_t:before,
.products-card:active .pdc_t:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.products-card:hover .pdc_t .bi {
  color: #fff;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #fff;
}

.pdc_t .bi {
  padding: 0 5px;
  color: #e60012;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #e60012;
}

@media(max-width:1499px) {
  .txt_xxl {
    font-size: 3rem;
  }
}

@media(max-width:1199px) {
  .txt_xxl {
    font-size: 2.5rem;
  }

  .txt_xl {
    font-size: 28px;
  }

  .cp_info_section {
    padding: 80px 24px;
  }
}

@media(max-width:1099px) {
  .cp_info_section {
    padding: 65px 24px;
  }
}

@media(max-width:991px) {
  .cp_info_section {
    padding: 50px 24px;
  }

  .txt_xxl {
    font-size: 2.3rem;
  }

  .txt_xl {
    font-size: 24px;
  }

  .index_title {
    font-size: 26px;
  }

  .cp_bn_area {
    margin-top: 65px;
  }
}

@media(max-width:767px) {

  .cp_info_section .col-12,
  .cp_pdca_block .col-12 {
    padding: 0;
  }
}

@media(max-width:575px) {
  .txt_xxl {
    font-size: 1.8rem;
  }

  .txt_xl {
    font-size: 22px;
  }

  .index_title {
    font-size: 26px;
  }

  .breadcrumb-item a,
  .breadcrumb-item {
    display: inline-block;
    align-items: center;
    font-size: 14px;
  }

  .cp_bn_area {
    margin-top: 50px;
  }
}

@media(max-width:390px) {
  .txt_xxl {
    font-size: 1.5rem;
  }

  .txt_xl {
    font-size: 20px;
  }

  .index_title {
    font-size: 24px;
  }

}

/*product_cpb*/
.seo_block .seo_txt {
  color: #fff;
  margin-bottom: 60px;
}

.p_item {
  background: transparent;
  border: none;
  text-decoration: none;
}

.pdc_b_item .pdc_i {
  position: relative;
  width: 100%;
  min-height: 260px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 5px 50px;
  margin-bottom: 20px;
  z-index: 0;
  transition: all .2s ease;
}

.pdc_b_item .pdc_i::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 4px #fff, inset 0 0 0 3px #000000;
  z-index: 3;
  border-radius: 10px;
  transition: all .2s ease-in;
}

.pdc_b_t {
  display: flex;
  align-items: center;
  justify-content: center;
}

.txt_lg {
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  margin: 0;
  color: #e60012;
  transition: all .3s ease;
}

.pdc_b_t .hvr-icon {
  background-color: transparent;
  margin-left: 10px;
  color: #fff;
  -webkit-text-stroke: 1px #fff;
}

.pdc_b_item:hover .pdc_i::after {
  box-shadow: 0 0 0 6px #fff, inset 0 0 0 3px #E60012;
  padding: 0 40px;
}

.cp_pdca_block .index_title::after {
  bottom: -10px;
}

.other_section {
  padding-top: 0;
}

.other_section .index_title {
  margin-bottom: 60px;
}

@media(max-width:991px) {
  .txt_lg {
    font-size: 20px;
  }
}

@media(max-width:575px) {
  .txt_lg {
    font-size: 18px;
  }

  .txt_sm {
    font-size: 16px;
  }
}

/*product_detail*/
.dt_pdc_area {
  position: relative;
  width: 100%;
  height: auto;
  background: var(--black-container);
  padding: 0;
}

.dt_pdc_block {
  padding-bottom: 0;
}

.dt_pdc_block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  background: #e3e3e3;
  bottom: -1px;
  left: 0;
  z-index: 1;
  clip-path: polygon(0% 0%, 100% 72%, 100% 100%, 0% 100%);
}

.pdc_info_block .index_title {
  text-align: left;
  padding: 0;
}

.pdc_info_block .txt_sm {
  color: #fff;
  padding: 0;
}

.pdc_top_l {
  width: 100% !important;
  height: 100%;
  min-height: 350px;
  position: relative;
  overflow: hidden;
  display: block !important;
}

.pdc_top_l .swiper-slide {
  width: 100% !important;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}

.pdc_top_l .swiper-slide img {
  width: 100%;
  height: auto;
  max-height: 500px;
  background-color: #fff;
  object-fit: contain;
  display: block;
  border-radius: 5px;
}

.pdc_top_r {
  width: 100% !important;
  margin-top: 15px;
  overflow: hidden;
  padding-bottom: 30px !important;
  position: relative;
}

.pdc_top_r .swiper-slide {
  cursor: pointer;
  background-color: #fff;
  opacity: 0.4;
  transition: opacity 0.3s ease;
  border: 3px solid #ffffff;
  border-radius: 5px;
}

.pdc_top_r .swiper-slide-thumb-active {
  opacity: 1 !important;
  border: 3px solid #e60012;
}

.pdc_top_r .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.pdc_top_r .swiper-pagination {
  position: absolute;
  width: 100%;
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  background: #fff !important;
}

.pdc_top_r .swiper-pagination-bullet-active {
  background: #fff !important;
  opacity: 1;
}

.pdc_btn_gp {
  display: flex;
  padding: 0;
}

.pdc_btn_gp .btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.8rem 1.2rem;
  border-radius: 10px;
  width: 250px;
  justify-content: space-around;
  margin: 2rem 10px;
  z-index: 1;
  background-color: #70080f;
  color: #fff;
}

.pdc_btn_gp .btn i {
  font-size: 2.5rem;
  margin-right: 10px;
}

/* 按鈕陰影 */
.hvr-float-shadow {
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition: all .3s ease;
}

.hvr-float-shadow:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  transition: all .3s ease;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.pdc_f_block {
  padding-bottom: 200px;
  padding-top: 50px !important;
}

.pdc_f_block .index_title {
  text-align: left;
  padding: 0;
  padding-bottom: .5rem;
}

.pdc_f_block ol {
  padding-left: 1rem;
}

.pdc_f_block ol li {
  margin: 0;
  color: #fff;
  font-size: 16px;
}

.dt_pdc_block::after {
  content: '';
  width: 100%;
  max-width: 450px;
  aspect-ratio: 1/1;
  height: auto;
  position: absolute;
  bottom: 0px;
  right: 0;
  opacity: 0.7;
  z-index: 1;
  mix-blend-mode: lighten;
  background-image: url('../image/product/products3-bg1.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}


.dt_pdc_area_b {
  position: relative;
  width: 100%;
  background: #e3e3e3;
  padding: 0 24px 100px 24px;
}

.dt_pdc_block_b {
  position: relative;
  width: 100%;
  max-width: 1420px;
  margin: auto;
}

.dt_pdc_block_b .index_title {
  color: #121212;
  text-align: left;
  padding: 0;
}

.dt_pdc_block_b table thead th {
  background: #7d2329;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}

.pdc_s {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.pdc_s p {
  text-align: end;
}

.pdc_s_block {
  z-index: 2;
}

.dt_pdc_block_b table tbody tr td:nth-child(1) {
  font-weight: 700;
}

.dt_pdc_area_b:after {
  content: '';
  width: 100%;
  max-width: 450px;
  aspect-ratio: 16/9;
  height: auto;
  position: absolute;
  bottom: 0px;
  right: 0;
  opacity: 0.7;
  z-index: 1;
  background-image: url('../image/product/products3-bg2.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media(max-width:991px) {
  .pdc_btn_gp .btn {
    flex: 1;
  }

  .pdc_btn_gp .btn i {
    font-size: 2rem;
  }
}


@media(max-width:767px) {
  .pdc_btn_gp .btn {
    font-size: 14px;
    margin: 2rem 3px;
  }

  .pdc_f_block {
    padding-bottom: 150px !important;
  }

  .dt_pdc_block::before {
    height: 150px;
  }
}

@media(max-width:575px) {
  .pdc_btn_gp .btn i {
    font-size: 1.8rem;
  }

  .dt_pdc_block::before {
    height: 100px;
  }
}

@media(max-width:390px) {
  .pdc_btn_gp {
    flex-direction: column;
  }

  .pdc_btn_gp .btn {
    margin: 10px 0;
    flex: 1;
    width: 100%;
  }
}

/*solution*/
.cp_oem_bn_area {
  width: 100%;
  height: auto;
  background: var(--black-container);
}

.oem_bn_block {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  background-color: #1c1c1c;
  overflow: visible;
  min-height: 991px;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../image/solution/solution-header-BN.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all .3s ease;
}

.cp_oem_area {
  position: relative;
  padding: 100px 0 0 0;
  z-index: -1;
  margin-top: -1px;
}

.oem_bn_block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s ease-in-out;
}

.oem_bn_block.is-scrolled {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../image/solution/solution-header-BN.png');
  background-position: center;
}

.oem_bn_block::before {
  content: '';
  background-image: url('../image/solution/solution-header-machine1.png');
  position: absolute;
  left: -10px;
  bottom: -10%;
  width: 30%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2;
}

.oem_bn_block::after {
  content: '';
  background-image: url('../image/solution/solution-header-machine2.png');
  position: absolute;
  right: -10px;
  bottom: -10%;
  width: 30%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2;
}

.oem_bn_bottom img {
  display: inline-block;
  aspect-ratio: 1/1;
  width: 20% !important;
  height: 20% !important;
  object-fit: contain !important;
  object-position: center;
  flex-shrink: 0;
  filter: drop-shadow(rgba(255, 255, 255, 0.8) 0px 0px 4px);
  position: absolute;
}

.oem_bn_bottom .item {
  z-index: 3;
}

.oem_bn_bottom .item1 {
  left: 8%;
  bottom: 19px;
}

.oem_bn_bottom .item2 {
  left: 28%;
  bottom: -47px;
}

.oem_bn_bottom .item3 {
  left: 47%;
  bottom: 30px;
}

.oem_bn_bottom .item4 {
  left: 68%;
  bottom: 4px;
}

.oem_bn_block .b_t_block {
  position: relative;
  z-index: 4;
  padding: 80px 24px 50px 24px;
  transform: none;
}

.oem-odm {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40%;
  height: auto;
  text-align: center;
  margin: auto;
  z-index: 3;
  padding: 0 0 50px 0;
}

.oem-odm .txt_xl {
  color: #fff;
}

.oem-odm .txt_sm {
  color: #fff;
}

.cp_oem_area .txt_xl {
  color: #fff;
}


.oem_info img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.oem_info {
  padding: 0;
  margin: 0;
}

@media(max-width:1099px) {
  .oem-odm {
    top: 55%;
  }
}

@media(max-width:991px) {
  .oem_bn_block .b_t_block {
    padding: 50px 24px;
  }

  .oem_bn_block .b_t_block {
    top: 15%;
  }

  .oem-odm {
    top: 50%;
  }
}

@media(max-width:767px) {
  .oem_bn_block {
    min-height: 700px;
  }

  .oem-odm {
    width: 100%;
    padding: 0 24px;
  }

  .oem_bn_block::before {
    bottom: 10px;
    background-position: center bottom;
  }

  .oem_bn_block::after {
    bottom: 10px;
    background-position: center bottom;
  }

  .oem_bn_bottom img {
    width: 15% !important;
    height: 15% !important;
  }

  .oem_bn_bottom .item1 {
    left: 15%;
  }

  .oem_bn_bottom .item2 {
    left: 32%;
  }

  .oem_bn_bottom .item3 {
    left: 50%;
  }
}

@media(max-width:575px) {
  .oem-odm {
    width: 100%;
    padding: 0 24px 150px 24px;
  }

  .oem_bn_bottom .item1 {
    bottom: 0;
  }

  .oem_bn_bottom .item2 {
    bottom: 0;
  }

  .oem_bn_bottom .item3 {
    bottom: 0;
  }

  .oem_bn_bottom .item4 {
    bottom: 0;
  }
}

@media(max-width:390px) {

  .oem_bn_bottom .item1 {
    bottom: -40px;
  }

  .oem_bn_bottom .item2 {
    bottom: -40px;
  }

  .oem_bn_bottom .item3 {
    bottom: -40px;
  }

  .oem_bn_bottom .item4 {
    bottom: -40px;
  }
}

/*news*/
.cp_news_area {
  width: 100%;
  background: var(--black-container);
  padding: 0;
}

.cp_news_section {
  padding: 100px 24px;
  overflow: hidden;
}

.cp_news_item {
  display: block;
  box-sizing: border-box;
}

.cp_news_item::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #70080F;
  display: block;
}

.cp_news_item a {
  display: block;
  text-decoration: none;
}

.news_item_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}

.news_i {
  aspect-ratio: 4/3;
  max-width: 300px;
  min-width: 100px;
  overflow: hidden;
}

.news_i img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  transition: all .5s ease;
}

.news_title .txt_lg {
  color: #fff;
  padding: 0 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_time .txt_sm {
  color: #d5d5d5;
  letter-spacing: 0;
  font-weight: 300;
}

.cp_news_item a:hover .news_i img {
  transform: scale(1.2);
}


.page_area {
  width: 100%;
  max-width: 1420px;
  margin: auto;
  padding: 0 24px 100px 24px;
}

.page_dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto;
}


.page_dt .txt_sm {
  color: #fff;
  line-height: normal;
  margin: auto 0;
}

.page_all::before {
  content: "/";
  margin-right: 5px;
}

.page_area .page_arrow {
  content: "";
  display: inline-block;
  align-items: center;
  padding: 10px;
  margin: 0 15px;
  transition: all .3s ease;
  background: transparent;
  border: none;
}

.page_area .page_arrow .bi {
  display: flex;
  justify-content: center;
}

.page_area .page_prev {
  transform: rotate(-180deg);
}

.cp_news_item:nth-child(1) .news_item_info {
  padding-top: 0;
}


@media(max-width:1199px) {
  .cp_news_section {
    padding: 80px 24px;
  }
}

@media(max-width:1099px) {
  .cp_news_section {
    padding: 65px 24px;
  }
}

@media(max-width:991px) {
  .cp_news_section {
    padding: 50px 24px;
  }
}


@media(max-width:575px) {

  .news_item_info {
    flex-direction: column;
    padding: 20px 0;
  }

  .news_item_info .news_title {
    text-align: left;
    width: 100%;
    order: 3;
  }

  .news_item_info .txt_lg {
    padding: 0;
  }

  .news_i {
    max-width: 100%;
  }

  .news_time {
    order: 2;
    padding-top: 20px;
    text-align: left;
    width: 100%;
  }
}

/*news_detail*/
.dt_news_area {
  width: 100%;
  height: auto;
  background: url('../image/media/news2-bg.png'), linear-gradient(to bottom,
      rgba(227, 227, 227, 0.8) 10%,
      rgba(227, 227, 227, 1) 50%,
      rgba(227, 227, 227, 1) 100%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

.dt_news_section {
  width: 100%;
  max-width: 1420px;
  margin: auto;
  overflow: hidden;
}

.dt_news_section #bread {
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}

.dt_news_section #bread .breadcrumb-item a,
.dt_news_section #bread .breadcrumb-item.active,
.dt_news_section #bread .breadcrumb-item+.breadcrumb-item::before {
  color: #000;
}

.dt_news_section .cp_bn_block {
  margin-top: 50px;
  padding: 24px;
  padding-bottom: 0;
}

.dt_news_section .b_t_block {
  margin-top: 50px;
  position: unset;
  transform: none;
  padding: 0;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.dt_news_section .news_top {
  display: flex;
  align-items: start;
  flex-direction: column;
}


.dt_news_section .type_block p {
  background-color: #70080f;
  color: #fff;
  padding: 2px 10px;
  border-radius: 30px;
}

.dt_news_section .txt_xxl {
  background-image: none;
  color: #e60012;
}

.dt_news_section .news_time polygon {
  color: #333;
  font-weight: 700;
}

.dt_news_info img {
  width: 100%;
  max-width: 1000px;
  object-fit: contain;
  object-position: center;
  margin: 10px auto;
}

.dt_news_info p {
  font-weight: 400;
  font-size: 1rem;
  margin: 0;
  line-height: 2.5rem;
  color: #212529;
}

.dt_news_section .btn_lg {
  width: 100%;
  text-align: start;
  padding: 0;
  margin-top: 30px;
  background: transparent;
  color: #e60012;
}

.dt_news_section .btn_lg:hover {
  color: #e60012 !important;
}

.dt_news_section .btn_lg:hover .bi::before {
  transform: translateX(-5px);
}

.dt_news_section .bi::before {
  color: #e60012;
  margin-right: 10px;
  transition: all .3s ease;
}

@media(max-width:991px) {
  .dt_news_section .cp_bn_block {
    margin-top: 0;
  }
}

@media(max-width:575px) {
  .dt_news_section .b_t_block {
    flex-direction: column;
  }

  .dt_news_section .cp_news_section {
    padding-top: 0;
  }
}

/*catalog*/
.cp_catalog_area {
  width: 100%;
  height: auto;
  background: url('../image/media/brochure-bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cp_catalog_section .btn .bi {
  margin-right: 10px;
}

.catalog_block .swiper-slide img {
  width: 100%;
  max-width: 350px;
  object-fit: contain;
  object-position: center;
}

.catalog_block .txt_lg {
  color: #fff;
  margin: 1rem 0;
}

.catalog_block .swiper {
  padding: 40px 0 60px 0 !important;
  position: relative;
}

.catalog_block .swiper .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.4s ease;
  transform: scale(0.82);
}

.catalog-card {
  width: 100%;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.catalog-card img {
  width: 100%;
  height: auto;
  filter: brightness(0.25);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
  transition: all 0.4s ease;
}

.catalog-card .txt_lg {
  color: #fff;
  font-size: 1.2rem;
  margin-top: 15px;
  opacity: 0.4;
  transition: opacity 0.4s ease;
}

.catalog-card .btn {
  box-shadow: 0 5px 15px rgba(112, 8, 15, 0.4);
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.4s ease;
}

.catalog_block .swiper .swiper-slide-active {
  transform: scale(1.05);
  margin: 0 !important;
}

.catalog_block .swiper .swiper-slide-active .catalog-card img {
  filter: brightness(1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.catalog_block .swiper .swiper-slide-active .txt_lg {
  opacity: 1;
}


.catalog_block .swiper .swiper-slide-active .btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.catalog-swiper .swiper-button-next,
.catalog-swiper .swiper-button-prev {
  color: #fff !important;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.catalog_block .swiper-button-next:after,
.catalog_block .swiper-button-prev:after {
  font-size: 30px;
}

.catalog_block .swiper .swiper-button-next:hover,
.catalog_block .swiper .swiper-button-prev:hover {
  opacity: 1;
}

@media(max-width:767px) {
  .catalog_block .swiper .swiper-slide-active {
    margin-right: 50px !important;
  }

  .catalog_block .swiper .swiper-slide-active .btn {
    width: 180px;
  }

  .btn_lg span {
    font-size: 16px;
  }

  .catalog-card .btn {
    transition: none;
  }
}

@media(max-width:575px) {
  .catalog_block .swiper .swiper-slide-active {
    margin-right: 30px !important;
  }

  .catalog_block .swiper .swiper-slide-active .btn {
    width: 150px;
  }
}


/*video*/
.cp_video_area {
  width: 100%;
  height: auto;
  background: var(--black-container);
}

.video_item {
  padding: 0 0 40px 0;
  border-bottom: 1px solid #70080f;
  align-items: center;
}

.video_title .txt_lg {
  color: #fff;
}

.cp_video_section .video_thumb_wrapper {
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  overflow: visible;
}

.cp_video_section .video_p {
  width: 100%;
  aspect-ratio: 16/9;
  filter: drop-shadow(10px 13px 0px #70080F);
  overflow: hidden;
}

.cp_video_section .video_p img {
  position: relative;
  display: block;
  z-index: 2;
  width: 100%;
  transition: transform 0.5s ease;
}

.cp_video_section .play_btn_overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}

.cp_video_section .play_btn_overlay::before {
  content: '';
  width: 80px;
  height: 80px;
  display: block;
  background-image: url('../image/icon/btn-play.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #e60012;
}

.cp_video_section .video_thumb_wrapper:hover .video_p img {
  transform: scale(1.1);
}

.cp_video_section .video_thumb_wrapper:hover::before {
  background-color: #e60012;
  border-color: #e60012;
}

@media(max-width:767px) {
  .video_title .txt_lg {
    margin-top: 40px
  }

  .cp_video_section .play_btn_overlay::before {
    width: 50px;
    height: 50px;
  }
}

/*about*/
.about_area,
.cer_area {
  position: relative;
  width: 100%;
  height: auto;
  background: var(--gray);
  padding: 0;
}

.about_area::before,
.cer_area::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  border-right: 1px solid #8787873e;
  z-index: 1;
}

.about_section,
.his_section,
.cer_section {
  position: relative;
  z-index: 2;
}

.about_area .index_title,
.cer_area .index_title {
  text-align: left;
  color: #e60012;
}

.about_area .index_title::after,
.his_area .index_title::after,
.cer_area .index_title::after {
  background-color: #fff;
}

.cp_about_r {
  padding-left: 24px;
}

.cp_about_l {
  padding-right: 24px;
}

.his_area {
  position: relative;
  width: 100%;
  height: auto;
  background: var(--primary-color-dark);
  padding: 0;
}

.his_area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/about/about-history.jpg);
  opacity: 0.3;
  background-attachment: fixed;
  background-size: cover;
}

.his_area .index_title {
  color: #fff;
  text-align: left;
}

.his_area .list-group-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  color: #e1e1e1;
  background-color: transparent;
  border: 1px dotted #fff;
  border-width: 0 0 1px;
}

.his_area .list-group-item .number {
  font-size: 2rem;
  margin: 0;
  font-weight: 800;
}

.his_area .list-group-item .number,
.his_area .list-group-item p {
  color: #fff;
}

.his_area .list-group-item p {
  width: 80%;
  margin: 0;
}

.cer_area .cer_block {
  margin: auto;
  padding: 0;
}

.cer_area .cer_block img {
  object-fit: contain;
  object-position: center;
  margin-bottom: 4rem;
  box-shadow: 3px 3px 8px #00000073;
}

.cer_area .cer_block img:last-child {
  margin-bottom: 0;
}

@media(max-width:991px) {
  .cp_about_r {
    margin-top: 50px;
  }

  .his_area .list-group-item .number {
    font-size: 1.5rem;
  }

  .cp_about_r {
    padding-left: 0;
  }

  .cp_about_l {
    padding-right: 0;
  }
}

@media(max-width:575px) {
  .his_area .list-group-item .number {
    font-size: 1.3rem;
  }

  .his_area .list-group-item p {
    width: 70%;
  }
}

@media(max-width:390px) {
  .his_area .list-group-item .number {
    font-size: 1rem;
  }
}

/*contact*/
.contact_area {
  position: relative;
  width: 100%;
  height: auto;
  background: var(--black-container);
  padding: 0;
}

.contact_area .index_title {
  text-align: left;
  padding: 0;
  color: #e60012;
}

.contact_area .index_title::after {
  background-color: #fff;
}

.inquire_pdc_block .pdc_item {
  display: flex;
  align-items: center;
  margin: auto;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #70080f;
}

.inquire_pdc_block .pdc_item img {
  background-color: #fff;
  padding: 10px;
  object-fit: contain;
  margin: auto;
}

.inquire_pdc_block .product_p {
  background-color: #fff;
}

.inquire_pdc_block .pdc_item a {
  text-decoration: none;
  display: block;
}

.contact_area label {
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding-right: 3rem;
}

.contact_top {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact_area .required::after {
  content: "*";
  color: red;
  vertical-align: sub;
}

.contact_area .form-control {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #ffffff3b;
  border-radius: 5px;
  color: white;
}

.contact_area .quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.contact_area .quantity .btn {
  border-radius: 30px;
  margin: 0 10px;
  background-color: #9b9b9b;
}

.contact_area .quantity .form-control {
  text-align: center;
}


.contact_area .num_block {
  padding: 0;
}

.contact_area .num_block .delete-btn {
  border-radius: 10px;
  padding: 5px 10px;
  background-color: #70080f;
}

.yjm_label {
  display: flex;
  align-items: center;
}

.contact_section .txt_sm {
  color: #fff;
}

.form_bottom {
  display: flex;
  align-items: center;
  justify-content: end;
}

.code_block {
  margin-right: 30px;
}

.form_bottom .btn:hover .bi {
  background-color: transparent;
}

.form-control:focus {
  background-color: #fff;
  outline: unset;
  box-shadow: 0 0 0 .25rem rgba(230, 0, 18, .25);
}

.google_map iframe,
.google_map {
  display: block;
  width: 100%;
}

@media(max-width:575px) {
  .yjm_label {
    flex-direction: column;
    align-items: start;
  }

  .form_bottom {
    flex-direction: column;
    align-items: start;
  }

  .form_bottom .btn {
    margin-top: 30px;
  }
}

/*privacy*/
.dt_privacy_area {
  width: 100%;
  height: auto;
  background: var(--gray);
}

.dt_privacy_area .index_title {
  color: #121212;
  padding: 0 0 10px 0;
}

/*404*/
.dt_pagenfound_area {
  width: 100%;
  height: auto;
  background: var(--gray);
}

.dt_pagenfound_area .cp_info_section {
  padding: 200px 24px;
}

.pagenfound_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: auto;
}

.pagenfound_info .index_title {
  font-size: 150px;
  color: #121212;
  margin-bottom: 30px;
}

.pagenfound_info .txt_xl {
  color: #333;
  font-weight: 500;
}

@media(max-width:991px) {
  .pagenfound_info .index_title {
    font-size: 100px;
  }
}

/*submit*/
.submit_info .index_title {
  color: #121212;
  margin-bottom: 30px;
}

.submit_info .txt_lg {
  color: #333;
  font-weight: 500;
}

@media(max-width:1099px) {
  .submit_info .index_title {
    font-size: 100px;
  }
}

@media(max-width:991px) {
  .submit_info .index_title {
    font-size: 80px;
  }
}

@media(max-width:767px) {
  .submit_info .index_title {
    font-size: 70px;
  }
}

@media(max-width:575px) {
  .submit_info .index_title {
    font-size: 60px;
  }
}

/*privacy*/
.privacyBox .cookie_block {
  display: flex;
  align-items: center;
  margin: auto;
  max-width: 800px;
  font-size: 14px;
}

.privacyBox {
  position: fixed;
  bottom: 0%;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  line-height: 1.5;
  padding: 15px 30px;
  box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
  transition: 400ms;
  z-index: 1000;
  width: 100%;
  transition: opacity 0.5s ease-out, visibility 0.5s;
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}

.privacyBox .cookie_block p {
  letter-spacing: normal;
  line-height: normal;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
}

.privacyBox .cookie_block a {
  color: #e60012;
  text-decoration: none;
}

.privacyBox .closePrivacy {
  font-size: 16px;
  background: #e60012;
  border: 0;
  color: #fff;
  margin-left: 2rem;
  padding: 10px 40px;
  border-radius: 30px;
  cursor: pointer;
  white-space: nowrap;
}

@media(max-width:575px) {
  .privacyBox .cookie_block {
    flex-direction: column;
  }

  .privacyBox .closePrivacy {
    margin: 20px 0 0 0;
  }

  .privacyBox {
    padding: 15px 24px;
  }
}

/* Icon Back */
/* .hvr-icon-back {
  display: inline-block;
  
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.hvr-icon-back .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-back:hover .hvr-icon,
.hvr-icon-back:focus .hvr-icon,
.hvr-icon-back:active .hvr-icon {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
} */

/* Push */
/* @-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.hvr-push {
  display: inline-block;
  
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-push:hover,
.hvr-push:focus,
.hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
} */

/* Ripple Out */
/* @-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

.hvr-ripple-out {
  display: inline-block;
  
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #70080F solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  border-radius: 50px;
}

.hvr-ripple-out:hover:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
} */


/* Shadow */
/* .hvr-shadow {
  display: inline-block;
  
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}

.hvr-shadow:hover,
.hvr-shadow:focus,
.hvr-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
} */