@font-face {
  font-family: 'Noto_Sans_TC';
  src: url("fonts/Noto_Sans_TC/NotoSansTC-Regular.woff") format("woff"), url("fonts/Noto_Sans_TC/NotoSansTC-Regular.otf") format("opentype"), url("fonts/Noto_Sans_TC/NotoSansTC-Regular.eot") format("embedded-opentype"); }
@font-face {
  font-family: 'Poppins';
  src: url("fonts/Poppins/Poppins-Regular.woff") format("woff"), url("fonts/Poppins/Poppins-Regular.ttf") format("opentype"), url("fonts/Poppins/Poppins-Regular.eot") format("embedded-opentype"); }
@font-face {
  font-family: 'Poppins Lighter';
  src: url("fonts/Poppins/Poppins-Light.woff") format("woff"), url("fonts/Poppins/Poppins-Light.ttf") format("opentype"), url("fonts/Poppins/Poppins-Light.eot") format("embedded-opentype"); }
@font-face {
  font-family: 'Kaushan Script';
  src: url("fonts/Kaushan_Script/KaushanScript-Regular.ttf") format("opentype"); }
*::-webkit-scrollbar {
  height: 5px;
  width: 12px;
  background-color: #f0f0f0;
  border-radius: 6px; }

*::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 6px;
  border: 0; }

html {
  padding: 0 !important;
  font-family: 'Poppins', 'Noto Sans TC', Arial, sans-serif; }

body {
  font-family: 'Poppins', 'Noto Sans TC', Arial, sans-serif;
  font-size: 16px;
  width: 100%;
  overflow-x: hidden !important;
  background-color: white;
  color: #999 !important;
  counter-reset: num;
  min-height: 900px; }
  @media (min-width: 769px) {
    body {
      font-size: 18px; } }
  body p, body ul, body li {
    font-size: 1rem;
    line-height: 1.8rem;
    letter-spacing: 0.07rem; }
  body a {
    text-decoration: none;
    transition: all 0.2s ease-in; }
  body mark, body .mark {
    color: #ffff00 !important;
    padding: 0;
    font-weight: bold;
    background-color: transparent !important;
    margin: 0 0.2rem; }
  body .imp {
    color: red;
    font-size: 1.25rem; }
  body .btn {
    padding: 0.8rem 1.8rem 0.6rem 1.8rem;
    font-size: 1rem;
    border-radius: 0;
    text-transform: capitalize;
    transition: all 0.3s linear; }
  body .btn-none {
    border: 0;
    background-color: transparent;
    border-radius: 0; }
  body .btn-video {
    border-radius: 45px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%; }
    body .btn-video img {
      width: 100%;
      height: auto;
      transition: all 0.3s linear; }
    body .btn-video .play-icon {
      position: absolute;
      width: 40px;
      height: 40px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 0;
      transition: all 0.3s linear; }
      body .btn-video .play-icon:before {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.5);
        content: "";
        z-index: -1;
        transition: all 0.3s linear; }
      body .btn-video .play-icon:after {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 75px;
        height: 75px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.4);
        content: "";
        z-index: -1;
        transition: all 0.3s linear; }
      body .btn-video .play-icon i {
        color: #1d2088;
        font-size: 2rem;
        z-index: 1; }
    body .btn-video:hover, body .btn-video:active, body .btn-video:focus {
      box-shadow: 0 0 20px rgba(255, 255, 0, 0.3); }
      body .btn-video:hover .play-icon:before, body .btn-video:active .play-icon:before, body .btn-video:focus .play-icon:before {
        background-color: white; }
      body .btn-video:hover .play-icon:after, body .btn-video:active .play-icon:after, body .btn-video:focus .play-icon:after {
        box-shadow: 0 0 20px rgba(255, 255, 0, 0.3); }
      body .btn-video:hover img, body .btn-video:active img, body .btn-video:focus img {
        transform: scale(1.1); }
  body .btn-hollow {
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 16px rgba(255, 255, 0, 0.4);
    border-radius: 50px;
    color: #666;
    padding: 0.2rem 0.3rem 0.2rem 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem; }
    body .btn-hollow i {
      background-color: white;
      border-radius: 50px;
      color: #666;
      width: 30px;
      height: 30px;
      margin-left: 1rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s linear; }
    @media (min-width: 769px) {
      body .btn-hollow {
        padding: 0.2rem 0.3rem 0.2rem 1.8rem;
        font-size: 1rem; }
        body .btn-hollow i {
          margin-left: 2rem;
          width: 40px;
          height: 40px; } }
    body .btn-hollow:hover, body .btn-hollow:active, body .btn-hollow:focus {
      background-color: #ffff00 !important;
      color: #1d2088 !important;
      border: 1px solid #ffff00 !important; }
      body .btn-hollow:hover i, body .btn-hollow:active i, body .btn-hollow:focus i {
        color: #1d2088 !important;
        background-color: white; }
  body .btn-more {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 2.5rem;
    border: 1px solid #999;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.5rem 0.3rem 0.5rem;
    z-index: 9; }
    body .btn-more i {
      font-size: 1.2rem;
      color: #999;
      transition: all 0.3s linear; }
      body .btn-more i:before {
        transition: all 0.3s linear; }
    body .btn-more:hover, body .btn-more:active, body .btn-more:focus {
      background-color: white;
      border: 1px solid white; }
      body .btn-more:hover i, body .btn-more:active i, body .btn-more:focus i {
        color: #1d2088; }
    @media (min-width: 992px) {
      body .btn-more {
        width: 45px;
        height: 45px;
        top: 4.5rem; }
        body .btn-more i {
          font-size: 1.4rem; } }
  body .btn-more-light {
    background-color: white;
    color: #666;
    border: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 1.8rem; }
    body .btn-more-light i {
      background-color: white;
      border-radius: 50px;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
      margin-left: 2rem;
      position: relative;
      z-index: 0;
      transition: all 0.3s linear; }
      body .btn-more-light i:after {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        content: "";
        background-color: #f0f0f0;
        border-radius: 50px;
        width: 36px;
        height: 36px;
        z-index: -1;
        transition: all 0.3s linear; }
    body .btn-more-light:hover, body .btn-more-light:active, body .btn-more-light:focus {
      color: #1d2088;
      background-color: white;
      box-shadow: 0 0 20px rgba(255, 255, 0, 0.3); }
      body .btn-more-light:hover i, body .btn-more-light:active i, body .btn-more-light:focus i {
        background-color: white;
        color: #ffff00; }
        body .btn-more-light:hover i:after, body .btn-more-light:active i:after, body .btn-more-light:focus i:after {
          background-color: #1d2088; }
  body .btn-download {
    background-color: white;
    color: #999;
    border: 0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.3rem 0.3rem 0.3rem 1.8rem; }
    body .btn-download i {
      background-color: #f0f0f0;
      border-radius: 50px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 2rem;
      position: relative;
      z-index: 0;
      color: #666;
      font-size: 1.25rem;
      transition: all 0.3s linear; }
    body .btn-download:hover, body .btn-download:active, body .btn-download:focus {
      color: #1d2088;
      background-color: #f0f0f0;
      box-shadow: none; }
      body .btn-download:hover i, body .btn-download:active i, body .btn-download:focus i {
        background-color: #1d2088;
        color: white; }
  body .btn-compare {
    background-color: #4e50af;
    color: white;
    border: 0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.3rem 1.5rem 0.3rem 0.3rem; }
    body .btn-compare i {
      background-color: #f0f0f0;
      border-radius: 50px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 1rem;
      position: relative;
      z-index: 0;
      color: #666;
      transition: all 0.3s linear; }
    body .btn-compare:hover, body .btn-compare:active, body .btn-compare:focus {
      color: #1d2088;
      background-color: #f0f0f0;
      box-shadow: none; }
      body .btn-compare:hover i, body .btn-compare:active i, body .btn-compare:focus i {
        background-color: #1d2088;
        color: white; }
  body .btn-inquiry {
    background-color: #1d2088;
    color: white;
    border: 0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.3rem 0.3rem 0.3rem 1.5rem; }
    body .btn-inquiry i {
      background-color: #f0f0f0;
      border-radius: 50px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 1rem;
      position: relative;
      z-index: 0;
      color: #666;
      transition: all 0.3s linear; }
    body .btn-inquiry:hover, body .btn-inquiry:active, body .btn-inquiry:focus {
      color: #1d2088;
      background-color: #f0f0f0;
      box-shadow: none; }
      body .btn-inquiry:hover i, body .btn-inquiry:active i, body .btn-inquiry:focus i {
        background-color: #1d2088;
        color: white; }
  body .link-img {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    display: block;
    transition: all 0.3s linear; }
    body .link-img p {
      position: absolute;
      left: 2rem;
      bottom: 1rem;
      font-size: 1.3rem;
      color: white; }
    body .link-img img {
      transition: all 0.3s linear; }
    @media (min-width: 1200px) {
      body .link-img {
        border-radius: 45px; }
        body .link-img p {
          bottom: 2rem;
          font-size: 1.67rem; } }
    body .link-img:hover, body .link-img:active, body .link-img:focus {
      box-shadow: none; }
      body .link-img:hover img, body .link-img:active img, body .link-img:focus img {
        transform: scale(1.1); }

.container-fluid {
  --bs-gutter-x: 1.5rem;
  padding-right: calc(var(--bs-gutter-x) * 1) !important;
  padding-left: calc(var(--bs-gutter-x) * 1) !important; }
  @media (min-width: 769px) {
    .container-fluid {
      padding-right: calc(var(--bs-gutter-x) * 2.5) !important;
      padding-left: calc(var(--bs-gutter-x) * 2.5) !important; } }
  @media (min-width: 1200px) {
    .container-fluid {
      padding-right: calc(var(--bs-gutter-x) * 3.5) !important;
      padding-left: calc(var(--bs-gutter-x) * 3.5) !important; } }

.prodsnabout .index-prods, .prodsnabout .index-about, .other {
  padding: 3rem 0; }
  .prodsnabout .index-prods .block-title, .prodsnabout .index-about .block-title, .other .block-title {
    font-size: 1.3rem;
    font-weight: 300;
    margin-bottom: 1rem;
    text-transform: uppercase;
    color: #666;
    display: inline-flex;
    align-items: center;
    font-weight: normal; }
    .prodsnabout .index-prods .block-title:after, .prodsnabout .index-about .block-title:after, .other .block-title:after {
      margin-left: 15px;
      width: 60px;
      height: 2px;
      content: "";
      background-color: #ffff00; }
  .prodsnabout .index-prods .block-title2, .prodsnabout .index-about .block-title2, .other .block-title2 {
    font-size: 1.5rem;
    font-weight: normal;
    color: #1d2088;
    text-transform: uppercase;
    margin-bottom: 1rem; }
  .prodsnabout .index-prods .block-title3, .prodsnabout .index-about .block-title3, .other .block-title3 {
    font-size: 1.1rem;
    font-weight: normal;
    color: red;
    text-transform: capitalize;
    margin-bottom: 1rem; }
  .prodsnabout .index-prods .slogan-grey, .prodsnabout .index-about .slogan-grey, .other .slogan-grey {
    font-size: 1.8rem;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 2rem;
    line-height: 1em; }
  @media (min-width: 769px) {
    .prodsnabout .index-prods .block-title, .prodsnabout .index-about .block-title, .other .block-title {
      font-size: 1.35rem; }
    .prodsnabout .index-prods .block-title2, .prodsnabout .index-about .block-title2, .other .block-title2 {
      font-size: 1.9rem; }
    .prodsnabout .index-prods .slogan-grey, .prodsnabout .index-about .slogan-grey, .other .slogan-grey {
      font-size: 2.4rem;
      font-weight: bold;
      font-style: italic;
      text-transform: uppercase;
      margin: 1.5rem 0; } }
  @media (min-width: 992px) {
    .prodsnabout .index-prods, .prodsnabout .index-about, .other {
      padding: 4.5rem 0; }
      .prodsnabout .index-prods .block-title, .prodsnabout .index-about .block-title, .other .block-title {
        font-size: 1.67rem; }
      .prodsnabout .index-prods .block-title2, .prodsnabout .index-about .block-title2, .other .block-title2 {
        font-size: 2.3rem; }
      .prodsnabout .index-prods .block-title3, .prodsnabout .index-about .block-title3, .other .block-title3 {
        font-size: 1rem;
        font-weight: normal;
        color: red;
        text-transform: capitalize;
        margin-bottom: 1rem; }
      .prodsnabout .index-prods .slogan-grey, .prodsnabout .index-about .slogan-grey, .other .slogan-grey {
        font-size: 2.9rem;
        font-weight: bold;
        font-style: italic;
        text-transform: uppercase; } }
  @media (min-width: 1200px) {
    .prodsnabout .index-prods .block-title, .prodsnabout .index-about .block-title, .other .block-title {
      font-size: 1.85rem; }
    .prodsnabout .index-prods .slogan-grey, .prodsnabout .index-about .slogan-grey, .other .slogan-grey {
      font-size: 3rem; } }
  @media (min-width: 1680px) {
    .prodsnabout .index-prods .slogan-grey, .prodsnabout .index-about .slogan-grey, .other .slogan-grey {
      font-size: 3.5rem; } }

.modal .modal-dialog {
  display: flex;
  align-items: center;
  min-height: 100vh; }
  .modal .modal-dialog .modal-content {
    border: 0; }
    .modal .modal-dialog .modal-content .modal-header h4 {
      color: #1d2088;
      font-size: 1.4rem;
      font-weight: bold; }
.modal .modal-header {
  border-bottom: 0;
  padding-bottom: 0; }

@media (min-width: 769px) {
  .navbar .container-fluid {
    padding-right: calc(var(--bs-gutter-x)* 1) !important;
    padding-left: calc(var(--bs-gutter-x)* 1) !important; } }
@media (min-width: 1200px) {
  .navbar .container-fluid {
    padding-right: calc(var(--bs-gutter-x)* 2) !important;
    padding-left: calc(var(--bs-gutter-x)* 2) !important; } }

.top-slider {
  position: relative;
  z-index: 1; }
  .top-slider .main-slider {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
    margin-top: 62px; }
    @media (min-width: 992px) {
      .top-slider .main-slider {
        margin-top: 0; } }
    @media (min-width: 1200px) {
      .top-slider .main-slider {
        border-bottom-left-radius: 80px;
        border-bottom-right-radius: 80px; } }
    .top-slider .main-slider .slider-wrap {
      position: relative; }
      .top-slider .main-slider .slider-wrap .slider-caption {
        position: absolute;
        top: 25%;
        left: 20px;
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 55%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-right: auto;
        margin-left: auto;
        z-index: 1; }
        @media (min-width: 576px) {
          .top-slider .main-slider .slider-wrap .slider-caption {
            width: 55%;
            left: 30px; } }
        @media (min-width: 768px) {
          .top-slider .main-slider .slider-wrap .slider-caption {
            width: 50%;
            left: 100px; } }
        @media (min-width: 1200px) {
          .top-slider .main-slider .slider-wrap .slider-caption {
            top: 25%;
            left: 150px; } }
        @media (min-width: 1400px) {
          .top-slider .main-slider .slider-wrap .slider-caption {
            width: 50%;
            left: 200px; } }
        .top-slider .main-slider .slider-wrap .slider-caption h3 {
          font-size: 2rem;
          color: white;
          text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
          font-weight: bold;
          line-height: 1.3em;
          font-family: "Kaushan Script",'Poppins', 'Noto Sans TC', Arial, sans-serif;
          margin-bottom: 2rem; }
          @media (min-width: 576px) {
            .top-slider .main-slider .slider-wrap .slider-caption h3 {
              font-size: 2.6rem; } }
          @media (min-width: 769px) {
            .top-slider .main-slider .slider-wrap .slider-caption h3 {
              font-size: 2.8rem; } }
          @media (min-width: 992px) {
            .top-slider .main-slider .slider-wrap .slider-caption h3 {
              font-size: 2.6rem;
              text-shadow: 0 0 20px rgba(0, 0, 0, 0.4); } }
          @media (min-width: 1200px) {
            .top-slider .main-slider .slider-wrap .slider-caption h3 {
              font-size: 3.7rem; } }
          @media (min-width: 1680px) {
            .top-slider .main-slider .slider-wrap .slider-caption h3 {
              font-size: 4.2rem; } }
      .top-slider .main-slider .slider-wrap .slider-img {
        z-index: 0; }
        @media (min-width: 1400px) {
          .top-slider .main-slider .slider-wrap .slider-img {
            height: 100vh;
            overflow: hidden; } }
        .top-slider .main-slider .slider-wrap .slider-img img {
          width: 100%;
          min-height: 350px;
          object-fit: cover; }
          @media (min-width: 1400px) {
            .top-slider .main-slider .slider-wrap .slider-img img {
              height: auto;
              width: 100%;
              min-height: 100%; } }
    .top-slider .main-slider .slick-active .caption {
      animation: fadeInRight 0.5s linear; }
    .top-slider .main-slider .slick-prev, .top-slider .main-slider .slick-next {
      width: 50px;
      height: 50px;
      background-color: transparent; }
      .top-slider .main-slider .slick-prev:before, .top-slider .main-slider .slick-next:before {
        font-size: 25px;
        line-height: 1;
        color: transparent;
        border-radius: 50%;
        box-shadow: none; }
      @media (min-width: 1200px) {
        .top-slider .main-slider .slick-prev, .top-slider .main-slider .slick-next {
          width: 65px;
          height: 65px; } }
    .top-slider .main-slider .slick-prev {
      left: 30px; }
      .top-slider .main-slider .slick-prev:before {
        content: "";
        background-image: url("../images/icon-arrow-left-circle.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        transition: all 0.2s linear; }
      @media (min-width: 1200px) {
        .top-slider .main-slider .slick-prev {
          left: 55px; }
          .top-slider .main-slider .slick-prev:hover:before {
            filter: invert(1) sepia(100%) saturate(2500%) hue-rotate(211deg) brightness(45%) contrast(100%); } }
    .top-slider .main-slider .slick-next {
      right: 30px; }
      .top-slider .main-slider .slick-next:before {
        content: "";
        background-image: url("../images/icon-arrow-right-circle.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        transition: all 0.2s linear; }
      @media (min-width: 1200px) {
        .top-slider .main-slider .slick-next {
          right: 55px; }
          .top-slider .main-slider .slick-next:hover:before {
            filter: invert(1) sepia(100%) saturate(2500%) hue-rotate(211deg) brightness(45%) contrast(100%); } }
  .top-slider .new-prods {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    padding: 2rem 1.5rem;
    margin-right: auto;
    margin-left: auto;
    z-index: 1;
    background-color: white;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px; }
    @media (min-width: 769px) {
      .top-slider .new-prods {
        padding: 2rem 4rem; } }
    @media (min-width: 992px) {
      .top-slider .new-prods {
        position: absolute;
        bottom: 30px;
        width: 30%;
        left: 100px;
        padding: 0 0.5rem;
        background-color: transparent;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; } }
    @media (min-width: 1200px) {
      .top-slider .new-prods {
        left: 150px; } }
    @media (min-width: 1400px) {
      .top-slider .new-prods {
        width: 28%;
        left: 200px;
        bottom: 60px; } }
    .top-slider .new-prods a {
      display: block;
      position: relative; }
      .top-slider .new-prods a .tag {
        font-size: 0.85rem;
        color: #ffff00;
        background-color: #1d2088;
        width: 45px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        position: absolute;
        left: 10px;
        top: 10px; }
      .top-slider .new-prods a img {
        width: 100%;
        height: auto;
        background-color: white;
        padding: 0.5rem 1rem;
        border-radius: 15px;
        transition: all 0.3s linear; }
      .top-slider .new-prods a h3 {
        margin-top: 1rem;
        color: #333;
        text-align: center;
        font-size: 1rem;
        font-weight: normal;
        text-transform: capitalize;
        transition: all 0.3s linear; }
      .top-slider .new-prods a:hover img, .top-slider .new-prods a:active img, .top-slider .new-prods a:focus img {
        box-shadow: 0 0 20px rgba(255, 255, 0, 0.4); }
      .top-slider .new-prods a:hover h3, .top-slider .new-prods a:active h3, .top-slider .new-prods a:focus h3 {
        color: #1d2088; }

.prodsnabout {
  width: 100%;
  position: relative;
  z-index: 0;
  background-color: #f0f0f0;
  border-bottom-left-radius: 45px;
  border-bottom-right-radius: 45px;
  overflow: hidden;
  margin-top: -80px;
  padding-top: 80px; }
  @media (min-width: 992px) {
    .prodsnabout {
      border-bottom-left-radius: 80px;
      border-bottom-right-radius: 80px; } }
  .prodsnabout:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    object-fit: contain;
    background-image: url("../images/bg-index.jpg");
    background-size: 150% auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    z-index: -1; }
    @media (min-width: 992px) {
      .prodsnabout:before {
        height: calc(100% + 80px);
        object-fit: cover;
        background-size: 100% auto;
        background-position: center top;
        background-attachment: fixed; } }
  .prodsnabout:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("../images/bg-index-about.png");
    background-size: 30% auto;
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: 0; }
  .prodsnabout .index-prods {
    position: relative;
    z-index: 1; }
    .prodsnabout .index-prods .prods-slider {
      margin: 0 -20px;
      padding-bottom: 4rem; }
      @media (min-width: 992px) {
        .prodsnabout .index-prods .prods-slider {
          padding-bottom: 0; } }
      .prodsnabout .index-prods .prods-slider .slider-wrap {
        padding: 20px; }
        .prodsnabout .index-prods .prods-slider .slider-wrap a:link, .prodsnabout .index-prods .prods-slider .slider-wrap a:visited {
          display: block; }
          .prodsnabout .index-prods .prods-slider .slider-wrap a:link img, .prodsnabout .index-prods .prods-slider .slider-wrap a:visited img {
            width: 100%;
            height: auto;
            background-color: white;
            padding: 1rem 2.5rem;
            border-radius: 20px;
            margin-bottom: 1.5rem;
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
            transition: all 0.3s linear; }
          .prodsnabout .index-prods .prods-slider .slider-wrap a:link .p-name, .prodsnabout .index-prods .prods-slider .slider-wrap a:visited .p-name {
            color: #999;
            height: 50px;
            position: relative;
            display: flex;
            justify-content: space-between;
            align-items: center; }
            .prodsnabout .index-prods .prods-slider .slider-wrap a:link .p-name:after, .prodsnabout .index-prods .prods-slider .slider-wrap a:visited .p-name:after {
              position: absolute;
              left: 0;
              top: 0;
              width: calc(100% - 44px);
              height: 100%;
              content: "";
              background-color: white;
              border-radius: 45px;
              box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
              z-index: -1;
              transition: all 0.3s linear; }
            .prodsnabout .index-prods .prods-slider .slider-wrap a:link .p-name h3, .prodsnabout .index-prods .prods-slider .slider-wrap a:visited .p-name h3 {
              display: flex;
              align-items: center;
              width: calc(100% - 46px);
              font-size: 1rem;
              line-height: 1.1rem;
              font-weight: normal;
              text-transform: capitalize;
              margin-bottom: 0;
              padding: 0.5rem 1.2rem 0.5rem 1.6rem;
              transition: all 0.3s linear; }
            .prodsnabout .index-prods .prods-slider .slider-wrap a:link .p-name i, .prodsnabout .index-prods .prods-slider .slider-wrap a:visited .p-name i {
              width: 38px;
              height: 38px;
              background-color: #f0f0f0;
              border-radius: 50%;
              padding: 0.3rem;
              position: relative;
              display: flex;
              align-items: center;
              justify-content: center;
              transition: all 0.3s linear; }
              .prodsnabout .index-prods .prods-slider .slider-wrap a:link .p-name i:after, .prodsnabout .index-prods .prods-slider .slider-wrap a:visited .p-name i:after {
                position: absolute;
                left: 50%;
                top: 50%;
                width: 50px;
                height: 50px;
                transform: translate(-50%, -50%);
                content: "";
                background-color: white;
                border-radius: 45px;
                box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
                z-index: -1;
                transition: all 0.3s linear; }
            @media (min-width: 992px) {
              .prodsnabout .index-prods .prods-slider .slider-wrap a:link .p-name, .prodsnabout .index-prods .prods-slider .slider-wrap a:visited .p-name {
                height: 60px; }
                .prodsnabout .index-prods .prods-slider .slider-wrap a:link .p-name:after, .prodsnabout .index-prods .prods-slider .slider-wrap a:visited .p-name:after {
                  width: calc(100% - 54px); }
                .prodsnabout .index-prods .prods-slider .slider-wrap a:link .p-name h3, .prodsnabout .index-prods .prods-slider .slider-wrap a:visited .p-name h3 {
                  width: calc(100% - 56px);
                  font-size: 1.1rem;
                  line-height: 1.25rem; }
                .prodsnabout .index-prods .prods-slider .slider-wrap a:link .p-name i, .prodsnabout .index-prods .prods-slider .slider-wrap a:visited .p-name i {
                  width: 48px;
                  height: 48px; }
                  .prodsnabout .index-prods .prods-slider .slider-wrap a:link .p-name i:after, .prodsnabout .index-prods .prods-slider .slider-wrap a:visited .p-name i:after {
                    width: 60px;
                    height: 60px; } }
            @media (min-width: 1200px) {
              .prodsnabout .index-prods .prods-slider .slider-wrap a:link .p-name h3, .prodsnabout .index-prods .prods-slider .slider-wrap a:visited .p-name h3 {
                font-size: 1.2rem;
                line-height: 1.25rem; } }
        .prodsnabout .index-prods .prods-slider .slider-wrap a:hover img, .prodsnabout .index-prods .prods-slider .slider-wrap a:active img, .prodsnabout .index-prods .prods-slider .slider-wrap a:focus img {
          filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.25)); }
        .prodsnabout .index-prods .prods-slider .slider-wrap a:hover .p-name:after, .prodsnabout .index-prods .prods-slider .slider-wrap a:active .p-name:after, .prodsnabout .index-prods .prods-slider .slider-wrap a:focus .p-name:after {
          width: 100%;
          box-shadow: 0 0 30px rgba(255, 255, 0, 0.4); }
        .prodsnabout .index-prods .prods-slider .slider-wrap a:hover .p-name h3, .prodsnabout .index-prods .prods-slider .slider-wrap a:active .p-name h3, .prodsnabout .index-prods .prods-slider .slider-wrap a:focus .p-name h3 {
          color: #1d2088; }
        .prodsnabout .index-prods .prods-slider .slider-wrap a:hover .p-name i, .prodsnabout .index-prods .prods-slider .slider-wrap a:active .p-name i, .prodsnabout .index-prods .prods-slider .slider-wrap a:focus .p-name i {
          background-color: #1d2088;
          color: #ffff00; }
      .prodsnabout .index-prods .prods-slider .slick-prev {
        left: -40px; }
      .prodsnabout .index-prods .prods-slider .slick-next {
        right: -40px; }
      .prodsnabout .index-prods .prods-slider .slick-prev, .prodsnabout .index-prods .prods-slider .slick-next {
        background: transparent;
        border: 1px solid #999; }
        .prodsnabout .index-prods .prods-slider .slick-prev:before, .prodsnabout .index-prods .prods-slider .slick-next:before {
          color: #999;
          box-shadow: none; }
        .prodsnabout .index-prods .prods-slider .slick-prev:hover, .prodsnabout .index-prods .prods-slider .slick-next:hover {
          background: #ffff00;
          border: 1px solid #ffff00; }
          .prodsnabout .index-prods .prods-slider .slick-prev:hover:before, .prodsnabout .index-prods .prods-slider .slick-next:hover:before {
            color: #1d2088;
            box-shadow: 2px 2px 30px #ffff00; }
  .prodsnabout .index-about {
    position: relative;
    z-index: 1; }
    .prodsnabout .index-about .btn-more {
      top: 2rem !important;
      right: 2rem !important; }
      @media (min-width: 1200px) {
        .prodsnabout .index-about .btn-more {
          top: 0 !important;
          right: 0 !important; } }
    .prodsnabout .index-about .row .col-12:first-child {
      position: relative;
      padding: 3rem 2rem; }
      .prodsnabout .index-about .row .col-12:first-child:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0.4) 0%, white 55%);
        border-radius: 30px;
        z-index: -1; }
        @media (min-width: 992px) {
          .prodsnabout .index-about .row .col-12:first-child:after {
            border-top-left-radius: 70px;
            border-top-right-radius: 70px;
            border-bottom-left-radius: 70px;
            border-bottom-right-radius: 0; } }
    .prodsnabout .index-about .row .col-12:last-child {
      text-align: center; }
      .prodsnabout .index-about .row .col-12:last-child .slogan {
        padding: 3rem 2rem 2rem;
        width: 100%;
        height: auto;
        max-width: 700px; }
        @media (min-width: 769px) {
          .prodsnabout .index-about .row .col-12:last-child .slogan {
            width: 60%;
            height: auto; } }
        @media (min-width: 1200px) {
          .prodsnabout .index-about .row .col-12:last-child .slogan {
            padding: 3rem 0 2rem 2rem;
            width: 100%;
            height: auto; } }
        @media (min-width: 1400px) {
          .prodsnabout .index-about .row .col-12:last-child .slogan {
            padding: 0 2rem 1rem 2rem;
            width: 100%;
            height: auto; } }
      .prodsnabout .index-about .row .col-12:last-child .col-12:first-child {
        position: relative;
        padding: 0; }
        .prodsnabout .index-about .row .col-12:last-child .col-12:first-child:after {
          content: "";
          position: absolute;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          background-color: white;
          border-top-left-radius: 0;
          border-top-right-radius: 70px;
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 70px;
          z-index: -1;
          display: none; }
        .prodsnabout .index-about .row .col-12:last-child .col-12:first-child .btn-video {
          width: 100%; }
        @media (min-width: 992px) {
          .prodsnabout .index-about .row .col-12:last-child .col-12:first-child {
            padding: 0 2.5rem; }
            .prodsnabout .index-about .row .col-12:last-child .col-12:first-child .btn-video {
              width: 60%; } }
        @media (min-width: 1200px) {
          .prodsnabout .index-about .row .col-12:last-child .col-12:first-child {
            padding: 7rem 3rem 4.5rem 0; }
            .prodsnabout .index-about .row .col-12:last-child .col-12:first-child:after {
              display: block; }
            .prodsnabout .index-about .row .col-12:last-child .col-12:first-child .btn-video {
              width: 100%; } }
        @media (min-width: 1680px) {
          .prodsnabout .index-about .row .col-12:last-child .col-12:first-child {
            padding: 4rem 3rem 3rem 0; } }
      .prodsnabout .index-about .row .col-12:last-child .col-12:last-child {
        position: relative; }
        .prodsnabout .index-about .row .col-12:last-child .col-12:last-child:after {
          position: absolute;
          left: -70px;
          top: 0;
          width: calc(100% + 70px);
          height: 100%;
          content: "";
          background-image: url(../images/bg-index-about2.jpg);
          background-size: auto 100%;
          background-position: center top;
          background-repeat: no-repeat;
          z-index: -2;
          border-top-right-radius: 70px;
          border-bottom-right-radius: 70px; }
    .prodsnabout .index-about .row .text-box {
      min-height: 450px; }

.other .index-news .news-list {
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 1rem 0.7rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s linear; }
  @media (min-width: 992px) {
    .other .index-news .news-list {
      border-radius: 80px; } }
  .other .index-news .news-list .post-time {
    color: #999;
    font-size: 0.85rem;
    display: block;
    margin-bottom: 5px; }
  .other .index-news .news-list .news-type {
    color: white;
    font-size: 0.85rem;
    padding: 0.3rem 1rem;
    display: inline-flex;
    text-transform: uppercase;
    position: relative;
    z-index: 0;
    transition: all 0.3s linear; }
    .other .index-news .news-list .news-type:after {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      content: "";
      background-color: #1d2088;
      border-radius: 30px;
      z-index: -1;
      transition: all 0.3s linear; }
  .other .index-news .news-list img {
    border-radius: 8px;
    overflow: hidden; }
  .other .index-news .news-list .news-title {
    line-height: 1.15em;
    color: #222;
    font-size: 1.1rem; }
    @media (min-width: 992px) {
      .other .index-news .news-list .news-title {
        font-size: 0.9rem; } }
    @media (min-width: 1200px) {
      .other .index-news .news-list .news-title {
        font-size: 1rem; } }
  .other .index-news .news-list i {
    width: 40px;
    height: 40px;
    border: 1px solid #cdcdcd;
    border-radius: 45px;
    position: relative;
    z-index: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #999; }
    .other .index-news .news-list i:after {
      position: absolute;
      content: "";
      background-color: white;
      width: 30px;
      height: 30px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: -1;
      border-radius: 45px; }
  .other .index-news .news-list:hover, .other .index-news .news-list:active, .other .index-news .news-list:focus {
    background-color: #1d2088;
    box-shadow: none; }
    .other .index-news .news-list:hover .post-time, .other .index-news .news-list:active .post-time, .other .index-news .news-list:focus .post-time {
      color: white; }
    .other .index-news .news-list:hover .news-type, .other .index-news .news-list:active .news-type, .other .index-news .news-list:focus .news-type {
      color: #1d2088; }
      .other .index-news .news-list:hover .news-type:after, .other .index-news .news-list:active .news-type:after, .other .index-news .news-list:focus .news-type:after {
        background-color: white; }
    .other .index-news .news-list:hover .news-title, .other .index-news .news-list:active .news-title, .other .index-news .news-list:focus .news-title {
      color: white; }
    .other .index-news .news-list:hover i, .other .index-news .news-list:active i, .other .index-news .news-list:focus i {
      color: #1d2088; }
