@import url("https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans+TC:wght@100;400;500;900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: 'Roboto','Noto Sans TC', sans-serif !important;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.container {
  max-width: 1270px; }

a, a:hover {
  color: #000;
  text-decoration: none; }

.header {
  position: relative;
  margin: 0; }
  .header .index-header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 10;
    padding: 40px 20px;
    background: url(../../images/products/banner.webp) left center #03214c;
    -webkit-box-shadow: 8px 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: 8px 0 15px rgba(0, 0, 0, 0.5); }
    .header .index-header-left.other .logo {
      margin-bottom: 6%; }
    .header .index-header-left.other .text-1 {
      font-size: 2.8vw; }
    .header .index-header-left.other .text-2 {
      font-size: 2vw; }
    .header .index-header-left::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 94%;
      height: 95%;
      border: 10px solid #d66716;
      pointer-events: none; }
    .header .index-header-left .text {
      display: inline-block;
      padding-left: 12%;
      padding-right: 5%; }
    .header .index-header-left .logo {
      display: block;
      width: 100%;
      max-width: 465px;
      margin-bottom: 10%; }
    .header .index-header-left .text-1 {
      padding-right: 5%;
      margin-bottom: 10%;
      line-height: 1.3;
      text-align: left;
      color: #fdfdfd;
      font-size: 4.2vw;
      font-family: Anton !important; }
    .header .index-header-left .text-2 {
      color: #d66716;
      font-size: 2.5vw;
      font-weight: 500;
      font-family: NotoSansTC; }
  .header .index-header-right {
    padding: 0; }
    .header .index-header-right .page-banner .item {
      position: relative;
      font-size: 0; }
      .header .index-header-right .page-banner .item .title {
        width: 100%;
        position: absolute;
        line-height: 1.2;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 50px;
        font-weight: 500;
        text-align: center;
        padding: 0 20px;
        text-shadow: 3px 3px 4px #373737; }
        .header .index-header-right .page-banner .item .title span {
          display: block; }
      .header .index-header-right .page-banner .item img {
        width: 100%; }
  .header .hamburger {
    display: none;
    position: absolute;
    top: 30px;
    right: 50px; }
    .header .hamburger .line {
      width: 40px;
      height: 5px;
      background-color: #ecf0f1;
      display: block;
      margin: 8px auto;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .header .hamburger.is-active .line:nth-child(1) {
      -webkit-transform: translateY(13px);
      -ms-transform: translateY(13px);
      transform: translateY(13px); }
    .header .hamburger.is-active .line:nth-child(3) {
      -webkit-transform: translateY(-13px);
      -ms-transform: translateY(-13px);
      transform: translateY(-13px); }
  .header .page-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #d66716;
    overflow: hidden; }
    .header .page-menu.web {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start;
      padding-left: 15%;
      padding-right: 20px; }
      .header .page-menu.web .link {
        padding-right: 30px; }
    .header .page-menu.mobile {
      display: none;
      position: absolute;
      top: 20%;
      left: 0;
      max-height: 0;
      -webkit-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out; }
      .header .page-menu.mobile.active {
        max-height: 100vh;
        padding-bottom: 12px; }
    .header .page-menu .link {
      display: block;
      padding: 42px 0;
      white-space: nowrap;
      font-size: 20px;
      color: #fff;
      font-family: NotoSansTC;
      -webkit-transition: .5s ease-in;
      -o-transition: .5s ease-in;
      transition: .5s ease-in; }
      .header .page-menu .link:hover {
        color: #03214c; }

@media (max-width: 1200px) {
  .header .index-header-left .text {
    padding: 20% 8% 5% 8%; }
  .header .page-menu.web {
    padding-left: 5%;
    padding-right: 5%; }
  .header .page-menu {
    padding-left: 5%;
    padding-right: 5%; } }

@media (max-width: 992px) {
  .page .header .page-menu .link {
    font-size: 14px; } }

@media (max-width: 768px) {
  .page .header .index-header-left {
    padding: 0 20px; }
    .page .header .index-header-left .text {
      padding: 6% 0 6% 10%; }
      .page .header .index-header-left .text .logo {
        max-width: 400px;
        margin-bottom: 5%; }
    .page .header .index-header-left .text-1 {
      margin-bottom: 5%;
      font-size: 4vw; }
    .page .header .index-header-left .text-2 {
      font-size: 4vw; }
    .page .header .index-header-left .hamburger {
      display: block; }
  .page .header .index-header-right .page-menu {
    display: none; }
  .page .header .page-menu.mobile {
    display: block; }
    .page .header .page-menu.mobile .link {
      padding: 20px 0 20px 10px;
      border-bottom: 1px solid #fff; } }

@media (max-width: 576px) {
  .page .header .index-header-left .text {
    padding: 10% 0 10% 10%; }
    .page .header .index-header-left .text .logo {
      max-width: 200px; }
  .page .header .index-header-left .text-1 {
    font-size: 10vw; }
  .page .header .index-header-left .text-2 {
    font-size: 6.5vw; }
  .page .header .index-header-right .page-banner .item .title {
    font-size: 36px; }
  .page .header .index-header-right .all-item .item p {
    padding: 10px 0 0 10px;
    font-size: 14px; } }

.footer {
  margin: 0; }
  .footer a {
    color: #fff; }
  .footer .footer-left {
    padding-top: 50px;
    padding-bottom: 60px;
    padding-left: 158px;
    background-color: #d66716; }
    .footer .footer-left .ft-logo {
      margin-bottom: 20px;
      padding-right: 30px; }
      .footer .footer-left .ft-logo img {
        max-width: 589px;
        width: 100%; }
    .footer .footer-left .text {
      font-size: 18px;
      color: #fff;
      line-height: 1.94; }
  .footer .footer-right {
    padding-left: 82px;
    padding-right: 82px;
    padding-top: 170px;
    font-size: 18px;
    color: #fff;
    background-color: #07274b;
    line-height: 1.94; }

@media (max-width: 1200px) {
  .footer .footer-left {
    padding-left: 20px; }
  .footer .footer-right {
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 992px) {
  .footer .footer-left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 50px 80px; }
    .footer .footer-left .text > div {
      padding-top: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid #fff; }
  .footer .footer-right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 50px 80px; } }

@media (max-width: 768px) {
  .footer .footer-right {
    display: none; } }

@media (max-width: 576px) {
  .footer .footer-left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 50px;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px; } }

.index-page .header {
  margin: 0; }
  .index-page .header .index-header-left .logo {
    margin-bottom: 10%; }
  .index-page .header .index-header-left .text-1 {
    font-size: 4.2vw; }
  .index-page .header .index-header-left .text-2 {
    font-size: 2.5vw; }
  .index-page .header .index-header-right .index-banner {
    position: relative; }
    .index-page .header .index-header-right .index-banner .item {
      font-size: 0; }
      .index-page .header .index-header-right .index-banner .item img {
        width: 100%; }
    .index-page .header .index-header-right .index-banner .slick-prev,
    .index-page .header .index-header-right .index-banner .slick-next {
      display: none !important; }
    .index-page .header .index-header-right .index-banner .slick-dots {
      position: absolute;
      top: 60%;
      left: 40px;
      z-index: 10; }
      .index-page .header .index-header-right .index-banner .slick-dots .slick-active button {
        border: solid 2px #fffcfc;
        background-color: rgba(255, 255, 255, 0.6); }
      .index-page .header .index-header-right .index-banner .slick-dots button {
        width: 25px;
        height: 25px;
        margin-bottom: 10px;
        border: solid 2px transparent;
        background-color: rgba(255, 255, 255, 0.4);
        border-radius: 50%; }
  .index-page .header .index-header-right .all-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0; }
    .index-page .header .index-header-right .all-item .item {
      position: relative; }
      .index-page .header .index-header-right .all-item .item img {
        width: 100%;
        font-size: 0; }
      .index-page .header .index-header-right .all-item .item p {
        position: absolute;
        padding: 48px 0 0 48px;
        font-size: 26px;
        font-weight: bold;
        color: #ffffff; }
        .index-page .header .index-header-right .all-item .item p.text-1 {
          color: #03214c; }

.index-page .machine-item {
  position: relative;
  padding: 120px 160px 90px;
  background: url(../images/index/index-item-1-bg.webp); }
  .index-page .machine-item .machine-silder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .index-page .machine-item .item {
    margin: 0 11px; }
  .index-page .machine-item .img {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 4px 4px 0 #afafaf;
    box-shadow: 4px 4px 0 #afafaf; }
    .index-page .machine-item .img img {
      width: 100%; }
  .index-page .machine-item .text {
    margin-top: 22px;
    text-align: center; }
    .index-page .machine-item .text .model {
      font-size: 24px;
      color: #000000;
      font-weight: bold; }
    .index-page .machine-item .text h3 {
      margin-top: 5px;
      font-size: 18px;
      color: #000000; }
  .index-page .machine-item .PrevArrow {
    position: absolute;
    top: 40%;
    left: -80px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer; }
    .index-page .machine-item .PrevArrow::before {
      content: '';
      position: absolute;
      top: -23px;
      display: block;
      width: 6px;
      height: 40px;
      background: #03214c;
      -webkit-transform: rotate(48deg);
      -ms-transform: rotate(48deg);
      transform: rotate(48deg); }
    .index-page .machine-item .PrevArrow::after {
      content: '';
      position: absolute;
      top: 0;
      display: block;
      width: 6px;
      height: 40px;
      background: #03214c;
      -webkit-transform: rotate(-48deg);
      -ms-transform: rotate(-48deg);
      transform: rotate(-48deg); }
  .index-page .machine-item .NextArrow {
    position: absolute;
    top: 40%;
    right: -80px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer; }
    .index-page .machine-item .NextArrow::before {
      content: '';
      position: absolute;
      top: 0;
      display: block;
      width: 6px;
      height: 40px;
      background: #03214c;
      -webkit-transform: rotate(48deg);
      -ms-transform: rotate(48deg);
      transform: rotate(48deg); }
    .index-page .machine-item .NextArrow::after {
      content: '';
      position: absolute;
      top: -23px;
      display: block;
      width: 6px;
      height: 40px;
      background: #03214c;
      -webkit-transform: rotate(-48deg);
      -ms-transform: rotate(-48deg);
      transform: rotate(-48deg); }

@media (max-width: 1200px) {
  .index-page .header .index-header-right .all-item .item p {
    font-size: 22px;
    padding: 20px 0 0 20px; } }

@media (max-width: 768px) {
  .index-page .machine-item {
    padding: 120px 80px 90px; }
    .index-page .machine-item .PrevArrow {
      left: -30px; }
    .index-page .machine-item .NextArrow {
      right: -30px; } }

@media (max-width: 576px) {
  .index-page .machine-item {
    padding: 120px 50px 90px; }
    .index-page .machine-item .PrevArrow {
      top: 35%; }
    .index-page .machine-item .NextArrow {
      top: 35%; }
  .index-page .header .index-header-left .text-1 {
    font-size: 10vw; }
  .index-page .header .index-header-left .text-2 {
    font-size: 6.5vw; }
  .index-page .header .index-header-right .index-banner .slick-dots {
    left: 16px; }
    .index-page .header .index-header-right .index-banner .slick-dots button {
      width: 20px;
      height: 20px; }
  .index-page .header .index-header-right .all-item .item p {
    font-size: 16px;
    padding: 12px 0 0 12px; } }

.company-page .item-1 {
  padding-left: 162px;
  background: url(../images/company/item-1-bg.webp) right center no-repeat; }
  .company-page .item-1-text {
    display: block;
    width: 55%;
    padding-top: 180px; }
    .company-page .item-1-text .title {
      line-height: 1.2;
      margin-bottom: 30px;
      font-size: 36px;
      font-weight: bold;
      color: #d66716; }
    .company-page .item-1-text p {
      font-size: 18px;
      line-height: 1.5;
      margin-bottom: 15px;
      color: #000; }
  .company-page .item-1-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 0 220px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 55%; }
    .company-page .item-1-bottom .circle {
      position: relative;
      width: 100%;
      height: 100vh;
      margin-bottom: 30px;
      max-width: 250px;
      max-height: 250px;
      border: 2px solid;
      border-radius: 50%;
      text-align: center;
      line-height: 1.2;
      background: #fff;
      -webkit-box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.3);
      box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.3); }
      .company-page .item-1-bottom .circle p {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 30px;
        font-weight: 500;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .company-page .item-1-bottom .circle-1 {
        border-color: #d66716; }
      .company-page .item-1-bottom .circle-2 {
        border-color: #03214c; }
      .company-page .item-1-bottom .circle-3 {
        border-color: rgba(100, 100, 100, 0.85); }

.company-page .machine-item {
  position: relative;
  padding: 120px 160px 90px;
  background: url(../images/index/index-item-1-bg.webp); }
  .company-page .machine-item .machine-silder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .company-page .machine-item .item {
    margin: 0 11px; }
  .company-page .machine-item .img {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 4px 4px 0 #afafaf;
    box-shadow: 4px 4px 0 #afafaf; }
    .company-page .machine-item .img img {
      width: 100%; }
  .company-page .machine-item .text {
    margin-top: 22px;
    text-align: center; }
    .company-page .machine-item .text .model {
      font-size: 24px;
      color: #000000;
      font-weight: bold; }
    .company-page .machine-item .text h3 {
      margin-top: 5px;
      font-size: 18px;
      color: #000000; }
  .company-page .machine-item .PrevArrow {
    position: absolute;
    top: 40%;
    left: -80px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer; }
    .company-page .machine-item .PrevArrow::before {
      content: '';
      position: absolute;
      top: -23px;
      display: block;
      width: 6px;
      height: 40px;
      background: #03214c;
      -webkit-transform: rotate(48deg);
      -ms-transform: rotate(48deg);
      transform: rotate(48deg); }
    .company-page .machine-item .PrevArrow::after {
      content: '';
      position: absolute;
      top: 0;
      display: block;
      width: 6px;
      height: 40px;
      background: #03214c;
      -webkit-transform: rotate(-48deg);
      -ms-transform: rotate(-48deg);
      transform: rotate(-48deg); }
  .company-page .machine-item .NextArrow {
    position: absolute;
    top: 40%;
    right: -80px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer; }
    .company-page .machine-item .NextArrow::before {
      content: '';
      position: absolute;
      top: 0;
      display: block;
      width: 6px;
      height: 40px;
      background: #03214c;
      -webkit-transform: rotate(48deg);
      -ms-transform: rotate(48deg);
      transform: rotate(48deg); }
    .company-page .machine-item .NextArrow::after {
      content: '';
      position: absolute;
      top: -23px;
      display: block;
      width: 6px;
      height: 40px;
      background: #03214c;
      -webkit-transform: rotate(-48deg);
      -ms-transform: rotate(-48deg);
      transform: rotate(-48deg); }

@media (max-width: 1024px) {
  .company-page .item-1 {
    padding: 0 50px; }
  .company-page .item-1-text {
    width: 100%;
    padding-top: 60px; }
  .company-page .item-1-bottom {
    width: 100%;
    padding: 35px 0 100px; } }

@media (max-width: 768px) {
  .company-page .item-1 {
    background: url(../images/company/item-1-bg.webp) right bottom no-repeat; }
  .company-page .item-1-bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .company-page .machine-item {
    padding: 120px 80px 90px; }
    .company-page .machine-item .PrevArrow {
      left: -30px; }
    .company-page .machine-item .NextArrow {
      right: -30px; } }

@media (max-width: 576px) {
  .company-page .machine-item {
    padding: 120px 50px 90px; }
    .company-page .machine-item .PrevArrow {
      top: 35%; }
    .company-page .machine-item .NextArrow {
      top: 35%; } }

.bag-packaging-page .content {
  padding-top: 50px; }
  .bag-packaging-page .content h3 {
    font-size: 30px;
    color: #D66716;
    margin-bottom: 20px; }
  .bag-packaging-page .content h5 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 30px; }
  .bag-packaging-page .content .item {
    margin-bottom: 25px; }
    .bag-packaging-page .content .item h4 {
      font-size: 20px;
      font-weight: 500;
      color: #071e4a;
      padding-bottom: 14px;
      border-bottom: 2px solid; }
    .bag-packaging-page .content .item ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 20px; }
      .bag-packaging-page .content .item ul .pro {
        padding: 0 10px;
        font-size: 0; }
      .bag-packaging-page .content .item ul img {
        width: 100%;
        max-height: 220px; }
      .bag-packaging-page .content .item ul p {
        padding: 10px;
        font-size: 18px;
        color: #fff;
        background: #071e4a; }

@media (max-width: 576px) {
  .bag-packaging-page .content .item ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .bag-packaging-page .content .item ul .pro {
      margin-bottom: 15px; }
    .bag-packaging-page .content .item ul img {
      max-height: inherit; } }

.products-page .all-pro {
  padding-bottom: 100px; }
  .products-page .all-pro .item {
    margin: 0;
    padding-top: 95px; }
    .products-page .all-pro .item.active .pro-name h3, .products-page .all-pro .item:hover .pro-name h3 {
      color: #03214c; }
    .products-page .all-pro .item.active .pro-name .btn, .products-page .all-pro .item:hover .pro-name .btn {
      background: #d66716; }
    .products-page .all-pro .item.active .pro-bg .img, .products-page .all-pro .item:hover .pro-bg .img {
      background: #d66716; }
    .products-page .all-pro .item .pro-name {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-line-pack: center;
      align-content: center;
      text-align: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-bottom: solid 1px #c8c8c8; }
      .products-page .all-pro .item .pro-name h3 {
        width: 100%;
        font-size: 35px;
        font-weight: 500;
        padding-bottom: 20px;
        color: #d66716;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out; }
      .products-page .all-pro .item .pro-name .btn {
        padding: 8px 75px;
        color: #fff;
        border-radius: 22.5px;
        background: #03214c;
        font-size: 18px;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out; }
    .products-page .all-pro .item .pro-bg {
      padding: 0; }
      .products-page .all-pro .item .pro-bg .img {
        position: relative;
        padding-bottom: 50%;
        background-color: #03214c;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out; }
        .products-page .all-pro .item .pro-bg .img img {
          position: absolute;
          top: -20px;
          right: 0;
          width: 100%;
          max-width: 1080px; }

@media (max-width: 768px) {
  .products-page .all-pro .item .pro-name {
    padding-bottom: 60px; } }

.products-type-page .all-machine {
  padding: 150px 100px 0; }
  .products-type-page .all-machine .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 265px;
    padding: 75px 0 65px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
    .products-type-page .all-machine .item:hover {
      -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
      transform: translateY(-50px); }
    .products-type-page .all-machine .item .text .model {
      margin-bottom: 18px;
      font-size: 24px;
      font-weight: bold; }
      .products-type-page .all-machine .item .text .model span {
        font-size: 18px;
        font-weight: 400;
        margin-left: 14px; }
    .products-type-page .all-machine .item .text .name {
      line-height: 1.3;
      font-size: 18px;
      margin-bottom: 50px; }
    .products-type-page .all-machine .item .text .list {
      padding-left: 20px;
      margin-bottom: 50px; }
      .products-type-page .all-machine .item .text .list li {
        margin-bottom: 8px;
        color: #03214c;
        list-style: disc; }
    .products-type-page .all-machine .item .text .btn {
      padding: 5px 25px;
      font-size: 18px;
      color: #fff;
      border-radius: 22.5px;
      background: #d66716; }
    .products-type-page .all-machine .item .img img {
      max-width: 300px; }
    .products-type-page .all-machine .item.style-1 {
      background: #ebebeb; }
      .products-type-page .all-machine .item.style-1 .text .model {
        color: #03214c; }
      .products-type-page .all-machine .item.style-1 .text .name {
        color: #03214c; }
    .products-type-page .all-machine .item.style-2 {
      background: #03214c; }
      .products-type-page .all-machine .item.style-2 .text .model {
        color: #ffffff; }
      .products-type-page .all-machine .item.style-2 .text .list li {
        color: #ffffff; }
      .products-type-page .all-machine .item.style-2 .text .name {
        color: #ffffff; }
    .products-type-page .all-machine .item.left-item .img img {
      position: absolute;
      top: -80px;
      left: -140px;
      width: 100%;
      margin-right: 150px; }
    .products-type-page .all-machine .item.left-item .text {
      padding-left: 190px;
      padding-right: 40px; }
    .products-type-page .all-machine .item.right-item {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .products-type-page .all-machine .item.right-item .img {
        position: absolute;
        top: -80px;
        right: -110px; }
        .products-type-page .all-machine .item.right-item .img img {
          width: 100%; }
      .products-type-page .all-machine .item.right-item .text {
        padding-left: 40px;
        padding-right: 190px; }

@media (max-width: 1200px) {
  .products-type-page .all-machine {
    padding: 150px 180px 0; } }

@media (max-width: 768px) {
  .products-type-page .all-machine .item {
    margin-bottom: 150px; }
    .products-type-page .all-machine .item.left-item .text {
      padding-left: 140px;
      padding-right: 20px; }
    .products-type-page .all-machine .item.right-item .text {
      padding-left: 20px;
      padding-right: 110px; } }

@media (max-width: 576px) {
  .products-type-page .all-machine {
    padding: 80px 50px 80px 50px; }
    .products-type-page .all-machine .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 40px 0;
      margin-bottom: 80px; }
      .products-type-page .all-machine .item.left-item .img {
        display: block; }
        .products-type-page .all-machine .item.left-item .img img {
          position: initial;
          margin-right: 0; }
      .products-type-page .all-machine .item.left-item .text {
        margin-top: 20px;
        padding: 0;
        text-align: center; }
        .products-type-page .all-machine .item.left-item .text .name {
          margin-bottom: 18px; }
      .products-type-page .all-machine .item.right-item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .products-type-page .all-machine .item.right-item .img {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          display: block;
          position: initial; }
          .products-type-page .all-machine .item.right-item .img img {
            margin-right: 0; }
        .products-type-page .all-machine .item.right-item .text {
          margin-top: 20px;
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          padding: 0;
          text-align: center; }
          .products-type-page .all-machine .item.right-item .text .name {
            margin-bottom: 18px; } }

.machine-page .machine-item-1 {
  padding-top: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .machine-page .machine-item-1 .machine-item-1-left .title {
    margin-bottom: 15px;
    font-size: 32px;
    color: #03214c; }
  .machine-page .machine-item-1 .machine-item-1-left .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 28px;
    line-height: 1.2;
    color: #d66716;
    font-weight: 500;
    margin-bottom: 15px; }
  .machine-page .machine-item-1 .machine-item-1-left .feature li {
    position: relative;
    padding-left: 14px;
    font-size: 20px;
    color: #161a1d;
    margin-bottom: 10px;
    line-height: 1.2; }
    .machine-page .machine-item-1 .machine-item-1-left .feature li::before {
      content: '';
      display: block;
      position: absolute;
      top: 6px;
      left: 0;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #d66716; }
  .machine-page .machine-item-1 .machine-item-1-left .feature .other {
    margin: 15px 0 10px; }
  .machine-page .machine-item-1 .machine-item-1-left .product {
    margin-top: 20px; }
    .machine-page .machine-item-1 .machine-item-1-left .product img {
      width: 100%;
      max-width: 440px; }
  .machine-page .machine-item-1 .machine-item-1-right img {
    width: 100%; }

.machine-page .machine-item-2 {
  margin: 0;
  padding: 70px 0 100px;
  background-color: #e1e1e1; }
  .machine-page .machine-item-2 .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #000; }
    .machine-page .machine-item-2 .btns .item {
      min-width: 142px;
      padding: 10px;
      font-size: 20px;
      text-align: center;
      margin-right: 10px;
      color: #fff;
      background: #03214c; }
      .machine-page .machine-item-2 .btns .item.active {
        background: #d66716; }
  .machine-page .machine-item-2 .content {
    padding-top: 30px; }
    .machine-page .machine-item-2 .content .item {
      display: none;
      opacity: 0;
      pointer-events: none; }
      .machine-page .machine-item-2 .content .item.active {
        display: block;
        opacity: 1;
        pointer-events: inherit;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      .machine-page .machine-item-2 .content .item table {
        display: inline-table;
        margin-bottom: 30px;
        border: 1px solid #03214c; }
        .machine-page .machine-item-2 .content .item table tr {
          border-bottom: 1px solid #03214c; }
          .machine-page .machine-item-2 .content .item table tr:last-child {
            border-bottom: none; }
            .machine-page .machine-item-2 .content .item table tr:last-child td:first-child {
              border-bottom: none; }
          .machine-page .machine-item-2 .content .item table tr td {
            text-align: center;
            font-size: 18px;
            padding: 14px 15px;
            text-align: center; }
            .machine-page .machine-item-2 .content .item table tr td:before {
              content: '';
              display: inline-block;
              height: 100%;
              vertical-align: middle; }
            .machine-page .machine-item-2 .content .item table tr td .img {
              max-width: calc(100% - 6px);
              position: relative;
              display: inline-block;
              vertical-align: middle; }
            .machine-page .machine-item-2 .content .item table tr td img {
              max-width: calc(100% - 6px);
              position: relative;
              display: inline-block;
              vertical-align: middle; }
            .machine-page .machine-item-2 .content .item table tr td img {
              max-height: 200px; }
            .machine-page .machine-item-2 .content .item table tr td:first-child {
              min-width: 120px;
              text-align: center;
              color: #fff;
              background: #03214c;
              border-bottom: 1px solid #fff;
              border-right: 1px solid #03214c; }
        .machine-page .machine-item-2 .content .item table tfoot tr {
          border-top: 1px solid #fff; }
    .machine-page .machine-item-2 .content li {
      margin-bottom: 30px; }
    .machine-page .machine-item-2 .content h4 {
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 10px; }
    .machine-page .machine-item-2 .content h5 {
      line-height: 1.5;
      font-size: 18px; }

.machine-page .machine-item {
  position: relative;
  padding: 120px 160px 90px;
  background: url(../images/index/index-item-1-bg.webp); }
  .machine-page .machine-item .machine-silder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .machine-page .machine-item .item {
    margin: 0 11px; }
  .machine-page .machine-item .img {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 4px 4px 0 #afafaf;
    box-shadow: 4px 4px 0 #afafaf; }
    .machine-page .machine-item .img img {
      width: 100%; }
  .machine-page .machine-item .text {
    margin-top: 22px;
    text-align: center; }
    .machine-page .machine-item .text .model {
      font-size: 24px;
      color: #000000;
      font-weight: bold; }
    .machine-page .machine-item .text h3 {
      margin-top: 5px;
      font-size: 18px;
      color: #000000; }
  .machine-page .machine-item .PrevArrow {
    position: absolute;
    top: 40%;
    left: -80px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer; }
    .machine-page .machine-item .PrevArrow::before {
      content: '';
      position: absolute;
      top: -23px;
      display: block;
      width: 6px;
      height: 40px;
      background: #03214c;
      -webkit-transform: rotate(48deg);
      -ms-transform: rotate(48deg);
      transform: rotate(48deg); }
    .machine-page .machine-item .PrevArrow::after {
      content: '';
      position: absolute;
      top: 0;
      display: block;
      width: 6px;
      height: 40px;
      background: #03214c;
      -webkit-transform: rotate(-48deg);
      -ms-transform: rotate(-48deg);
      transform: rotate(-48deg); }
  .machine-page .machine-item .NextArrow {
    position: absolute;
    top: 40%;
    right: -80px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer; }
    .machine-page .machine-item .NextArrow::before {
      content: '';
      position: absolute;
      top: 0;
      display: block;
      width: 6px;
      height: 40px;
      background: #03214c;
      -webkit-transform: rotate(48deg);
      -ms-transform: rotate(48deg);
      transform: rotate(48deg); }
    .machine-page .machine-item .NextArrow::after {
      content: '';
      position: absolute;
      top: -23px;
      display: block;
      width: 6px;
      height: 40px;
      background: #03214c;
      -webkit-transform: rotate(-48deg);
      -ms-transform: rotate(-48deg);
      transform: rotate(-48deg); }

@media (max-width: 768px) {
  .machine-page .item-1-bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .machine-page .machine-item {
    padding: 120px 80px 90px; }
    .machine-page .machine-item .PrevArrow {
      left: -30px; }
    .machine-page .machine-item .NextArrow {
      right: -30px; }
  .machine-page .machine-item-1 .machine-item-1-left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .machine-page .machine-item-1 .machine-item-1-right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    .machine-page .machine-item-1 .machine-item-1-right img {
      margin-bottom: 50px; }
  .machine-page .machine-item-2 .content .item table {
    display: block;
    overflow: auto; } }

@media (max-width: 576px) {
  .machine-page .machine-item {
    padding: 120px 50px 90px; }
    .machine-page .machine-item .PrevArrow {
      top: 35%; }
    .machine-page .machine-item .NextArrow {
      top: 35%; } }

.contact-page .contact-item-1 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 100px 0; }
  .contact-page .contact-item-1 .contact-item-1-left .logo {
    padding-bottom: 35px; }
    .contact-page .contact-item-1 .contact-item-1-left .logo img {
      width: 100%;
      max-width: 600px; }
  .contact-page .contact-item-1 .contact-item-1-left .text {
    line-height: 1.5;
    font-size: 18px;
    color: #191f46; }
    .contact-page .contact-item-1 .contact-item-1-left .text li {
      position: relative;
      padding-left: 12px; }
      .contact-page .contact-item-1 .contact-item-1-left .text li::before {
        content: '';
        display: block;
        position: absolute;
        top: 11px;
        left: 0;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #e56000; }
  .contact-page .contact-item-1 .contact-item-1-left .img img {
    width: 100%;
    padding-top: 150px;
    max-width: 629px; }
  .contact-page .contact-item-1 .contact-item-1-right h4 {
    font-size: 30px;
    color: #d66716;
    font-weight: 500; }
  .contact-page .contact-item-1 .contact-item-1-right h5 {
    margin-top: 10px;
    font-size: 18px;
    color: #646464; }
  .contact-page .contact-item-1 .contact-item-1-right .from {
    margin-top: 35px; }
    .contact-page .contact-item-1 .contact-item-1-right .from p {
      margin-bottom: 5px;
      font-size: 16px;
      color: #191f46; }
    .contact-page .contact-item-1 .contact-item-1-right .from label {
      margin-bottom: 20px; }
    .contact-page .contact-item-1 .contact-item-1-right .from input:focus,
    .contact-page .contact-item-1 .contact-item-1-right .from textarea:focus {
      outline: none;
      border: 1px solid #d66716; }
    .contact-page .contact-item-1 .contact-item-1-right .from input {
      width: 100%;
      height: 35px;
      padding-left: 10px;
      border-radius: 8px;
      border: solid 1px #979797; }
      .contact-page .contact-item-1 .contact-item-1-right .from input:hover {
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
    .contact-page .contact-item-1 .contact-item-1-right .from textarea {
      width: 100%;
      border-radius: 8px;
      border: solid 1px #979797; }
      .contact-page .contact-item-1 .contact-item-1-right .from textarea:hover {
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
  .contact-page .contact-item-1 .contact-item-1-right .send {
    display: block;
    color: #fff;
    font-size: 18px;
    padding: 8px 25px;
    border: none;
    border-radius: 22.5px;
    background: #d66716;
    margin: 0 auto; }

.contact-page .map {
  font-size: 0; }

@media (max-width: 768px) {
  .contact-page .contact-item-1 .contact-item-1-left .img img {
    padding-top: 50px;
    max-width: 400px; } }

.news-page .news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 160px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .news-page .news-content .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 30%;
    margin-bottom: 40px;
    padding: 40px 20px 20px;
    border: solid 2px #191f46;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in; }
    .news-page .news-content .item:hover {
      -webkit-box-shadow: 4px 4px 3px #858585;
      box-shadow: 4px 4px 3px #858585; }
    .news-page .news-content .item .img {
      display: block;
      margin: 0 auto; }
      .news-page .news-content .item .img img {
        width: 100%; }
    .news-page .news-content .item .text {
      width: 100%;
      margin-top: 32px; }
      .news-page .news-content .item .text h4 {
        margin-bottom: 8px;
        font-size: 30px;
        color: #d66716; }
      .news-page .news-content .item .text h5 {
        line-height: 1.5;
        font-size: 18px;
        color: rgba(0, 0, 0, 0.85); }
    .news-page .news-content .item .date {
      -ms-flex-item-align: end;
      align-self: flex-end;
      margin: 0 auto;
      margin-top: 32px;
      font-size: 24px; }

@media (max-width: 1200px) {
  .news-page .news-content {
    padding: 100px 50px; } }

@media (max-width: 768px) {
  .news-page .news-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .news-page .news-content .item {
      width: 100%; } }

@media (max-width: 576px) {
  .news-page .news-content {
    padding: 100px 20px; } }

.selet-page .all-selet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 120px 160px 90px;
  -webkit-transition: padding .3s ease-in;
  -o-transition: padding .3s ease-in;
  transition: padding .3s ease-in; }
  .selet-page .all-selet.en .item .text p {
    letter-spacing: 0;
    word-break: initial; }
  .selet-page .all-selet .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 49%;
    margin-bottom: 60px;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
    cursor: pointer; }
    .selet-page .all-selet .item:hover .text {
      background: #d66716;
      -webkit-box-shadow: 0 5px 4px #575757;
      box-shadow: 0 5px 4px #575757; }
    .selet-page .all-selet .item:hover .img {
      border-color: #03214c;
      -webkit-box-shadow: 0px 5px 10px #03214c;
      box-shadow: 0px 5px 10px #03214c; }
      .selet-page .all-selet .item:hover .img::before, .selet-page .all-selet .item:hover .img::after {
        opacity: 1; }
      .selet-page .all-selet .item:hover .img img {
        -webkit-box-shadow: 12px 12px 0 #d66716;
        box-shadow: 12px 12px 0 #d66716; }
    .selet-page .all-selet .item .text {
      position: relative;
      z-index: 5;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 400px;
      padding: 0 45px;
      text-align: center;
      background: #03214c; }
      .selet-page .all-selet .item .text p {
        letter-spacing: 15px;
        color: #fff;
        font-size: 36px;
        font-weight: 500;
        word-break: break-all;
        -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr; }
    .selet-page .all-selet .item .img {
      position: relative;
      padding: 20px;
      border: solid 5px #d66716;
      text-align: center; }
      .selet-page .all-selet .item .img:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle; }
      .selet-page .all-selet .item .img .img {
        max-width: calc(100% - 6px);
        position: relative;
        display: inline-block;
        vertical-align: middle; }
      .selet-page .all-selet .item .img img {
        max-width: calc(100% - 6px);
        position: relative;
        display: inline-block;
        vertical-align: middle; }
      .selet-page .all-selet .item .img::after {
        content: '';
        display: block;
        position: absolute;
        z-index: 15;
        top: 50%;
        left: 50%;
        width: 64px;
        height: 64px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: url(../images/link.png);
        background-size: 100%;
        opacity: 0; }
      .selet-page .all-selet .item .img::before {
        content: '';
        display: block;
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(214, 103, 22, 0.85);
        opacity: 0; }
      .selet-page .all-selet .item .img img {
        position: relative;
        width: 100%;
        -webkit-box-shadow: 12px 12px 0 #03214c;
        box-shadow: 12px 12px 0 #03214c; }

@media (max-width: 1200px) {
  .selet-page .all-selet {
    padding: 120px 40px 90px; } }

@media (max-width: 768px) {
  .selet-page .all-selet .item {
    width: 100%; } }

@media (max-width: 576px) {
  .selet-page .all-selet {
    padding: 120px 15px 90px; }
    .selet-page .all-selet .item {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .selet-page .all-selet .item .text {
        width: 100%;
        padding: 25px 10px;
        height: auto;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
        .selet-page .all-selet .item .text p {
          letter-spacing: 5px;
          font-size: 28px;
          -webkit-writing-mode: inherit;
          -ms-writing-mode: inherit;
          writing-mode: inherit; } }

.bread-crumbs {
  text-align: right;
  padding: 15px 0;
  background: #ebebeb; }
  .bread-crumbs a {
    position: relative;
    padding-right: 18px;
    color: #000000;
    font-size: 16px;
    line-height: 1.5; }
    .bread-crumbs a::after {
      content: '>';
      position: absolute;
      right: 4px; }
    .bread-crumbs a:last-of-type {
      padding-right: 0; }
      .bread-crumbs a:last-of-type::after {
        content: none; }
    .bread-crumbs a.active, .bread-crumbs a:hover {
      color: #d66716; }

@media (max-width: 768px) {
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    max-width: initial; } }
