a {
  transition: all 0.3s linear; }

.basic, .other .other-prods, .characteristic {
  padding-top: 2.5em;
  padding-bottom: 2.5em; }
  .basic .block-title2, .other .other-prods .block-title2, .characteristic .block-title2 {
    margin-bottom: 1em;
    font-size: 2em;
    font-weight: normal;
    color: #dead12; }

@media (min-width: 768px) {
  .basic, .other .other-prods, .characteristic {
    padding-top: 3em;
    padding-bottom: 3em; }
    .basic .block-title2, .other .other-prods .block-title2, .characteristic .block-title2 {
      margin-bottom: 1em;
      font-size: 2em;
      font-weight: normal;
      color: #dead12; } }
@media (min-width: 1200px) {
  .basic, .other .other-prods, .characteristic {
    padding-top: 6em;
    padding-bottom: 6em; }
    .basic .block-title2, .other .other-prods .block-title2, .characteristic .block-title2 {
      margin-bottom: 1em;
      font-size: 2em;
      font-weight: normal;
      color: #dead12; } }
/*button*/
.btn-square {
  background-color: #f3f3f3;
  width: 100%;
  padding: 0.7em 1em;
  color: #996600;
  font-size: 1em;
  text-align: center;
  display: block;
  text-decoration: none;
  transition: all 0.2s linear;
  z-index: 9999;
  z-index: 2; }
  .btn-square:hover {
    background-color: #dead12;
    color: #fff; }

.btn {
  border-radius: 30px;
  padding: 0.35em 2em;
  font-size: 1em;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2); }
  .btn i {
    color: #dead12;
    margin-left: 0.5em; }
  .btn:hover {
    box-shadow: 2px 2px 8px transparent; }

.btn-searchbar {
  background-color: #000;
  text-align: center;
  border-radius: 0 !important;
  box-shadow: none;
  padding: 0.5em 0;
  width: 100%;
  transition: all 0.2s linear; }
  .btn-searchbar i {
    margin: 0 !important;
    color: #fff !important;
    width: 100%;
    background-position: center;
    transition: all 0.2s linear; }

.btn-gray {
  overflow: hidden;
  padding: 1.2em 2.5em 1.2em 6.5em;
  margin-top: 1em;
  display: block;
  font-size: 1.2em;
  text-decoration: none;
  color: #fff;
  font-weight: lighter;
  background-color: #999;
  position: relative;
  transition: all 0.2s ease-in; }
  .btn-gray:hover {
    color: #fff;
    background-position: 1.2em center;
    background-color: #dead12;
    background-transform: rotate(30deg);
    padding: 1.2em 2.5em 1.2em 7em; }
  .btn-gray:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    top: 50%;
    left: 1em;
    z-index: 1;
    background-image: url(../images/bg-btn-gray.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: translateY(-50%);
    transition: all 0.2s ease-in; }
  .btn-gray:after {
    position: absolute;
    right: 1.2em;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    vertical-align: -.125em;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z' clip-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    background-size: 1.2em 1.2em;
    width: 1.2em;
    height: 1.2em; }
  .btn-gray:hover:before {
    transform: rotate(180deg) scale(1.1) translateY(45%); }

@media (min-width: 768px) {
  .btn-searchbar {
    background-color: #dead12;
    text-align: center;
    border-radius: 0 !important;
    box-shadow: none;
    padding: 0.5em 0;
    width: 45px;
    transition: all 0.2s linear; }
    .btn-searchbar i {
      margin: 0 !important;
      color: #fff !important;
      width: 45px;
      background-position: center;
      transition: all 0.2s linear; } }
.btn-khaki {
  border-radius: 30px;
  background-color: #b3ab90;
  color: #fff;
  padding: 0.45em 0.65em;
  font-size: 1em;
  box-shadow: none;
  text-align: center; }
  .btn-khaki i {
    color: #fff !important;
    margin-right: 0.5em; }
  .btn-khaki:hover {
    background-color: #666;
    color: #fff !important; }
    .btn-khaki:hover i {
      color: #fff !important; }
  @media (min-width: 1200px) {
    .btn-khaki {
      padding: 0.35em 0.65em;
      font-size: 0.9em; } }

.btn-outline-khaki {
  border-radius: 30px;
  border: 1px solid #b3ab90;
  color: #b3ab90;
  padding: 0.45em 0.65em;
  font-size: 1em;
  box-shadow: none;
  text-align: center; }
  .btn-outline-khaki i {
    color: #b3ab90 !important;
    margin-right: 0.5em; }
  .btn-outline-khaki:hover {
    background-color: #666;
    border: 1px solid #666;
    color: #fff !important; }
    .btn-outline-khaki:hover i {
      color: #fff !important; }
  @media (min-width: 1200px) {
    .btn-outline-khaki {
      padding: 0.35em 0.65em;
      font-size: 0.9em; } }

.btn-dropdown {
  background-color: #e0cb87;
  color: #fff;
  border-radius: 0 !important;
  min-width: 350px;
  width: 100%;
  text-align: left;
  position: relative;
  padding: 0.5em 1em;
  box-shadow: none; }
  .btn-dropdown:after {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%); }
  .btn-dropdown:hover {
    background-color: #b3ab90;
    color: #fff; }

@media (min-width: 768px) {
  .btn-dropdown {
    background-color: #e0cb87;
    color: #fff;
    border-radius: 0 !important;
    min-width: 350px;
    width: inherit;
    text-align: left;
    position: relative;
    padding: 0.5em 1em;
    box-shadow: none; }
    .btn-dropdown:after {
      position: absolute;
      right: 1em;
      top: 50%;
      transform: translateY(-50%); }
    .btn-dropdown:hover {
      background-color: #b3ab90;
      color: #fff; } }
/*Animation*/
.hover-move {
  transition: all 0.3s linear; }
  .hover-move:hover {
    transform: translateX(20px); }

@-webkit-keyframes BounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, -50%, 0);
    transform: translate3d(3000px, -50%, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, -50%, 0);
    transform: translate3d(-25px, -50%, 0); }
  75% {
    -webkit-transform: translate3d(10px, -50%, 0);
    transform: translate3d(10px, -50%, 0); }
  90% {
    -webkit-transform: translate3d(-5px, -50%, 0);
    transform: translate3d(-5px, -50%, 0); }
  to {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); } }
@keyframes BounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translateX(3000px);
    transform: translateX(3000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px); }
  75% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  90% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.BounceInRight {
  -webkit-animation-name: BounceInRight;
  animation-name: BounceInRight; }

@-webkit-keyframes BounceInRight2 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translateX(3000px);
    transform: translateX(3000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px); }
  75% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  90% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes BounceInRight2 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, -10%, 0);
    transform: translate3d(3000px, -10%, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, -10%, 0);
    transform: translate3d(-25px, -10%, 0); }
  75% {
    -webkit-transform: translate3d(10px, -10%, 0);
    transform: translate3d(10px, -10%, 0); }
  90% {
    -webkit-transform: translate3d(-5px, -10%, 0);
    transform: translate3d(-5px, -10%, 0); }
  to {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0); } }
.BounceInRight2 {
  -webkit-animation-name: BounceInRight2;
  animation-name: BounceInRight2; }

@-webkit-keyframes FadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes FadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@media (min-width: 768px) {
  @-webkit-keyframes FadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(2000px, -50%, 0);
      transform: translate3d(2000px, -50%, 0); }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0); } }
  @keyframes FadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(2000px, -50%, 0);
      transform: translate3d(2000px, -50%, 0); }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0); } } }
.FadeInRight {
  -webkit-animation-name: FadeInRight;
  animation-name: FadeInRight; }

/*Products*/
.prods-class {
  background-image: url(../images/bg-prods.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  text-align: center;
  margin: 0 0 2em 0;
  align-items: center; }
  .prods-class h2 {
    text-decoration: none !important;
    color: #dead12 !important;
    font-size: 2em;
    padding: 1em 0;
    transition: all 0.3s ease-in; }
  .prods-class img {
    transform: scale(1);
    transition: all 0.3s ease-in;
    height: auto;
    width: 100%;
    margin-top: 2em; }
  .prods-class:hover img {
    transform: scale(1.2) translateX(0); }
  .prods-class:hover h2 {
    transform: translateX(0); }

@media (min-width: 768px) {
  .prods-class {
    margin: 0 0 3em 0;
    align-items: center; }
    .prods-class img {
      transform: scale(1.3);
      transition: all 0.3s ease-in;
      height: 200px;
      width: auto;
      margin-top: 0; }
    .prods-class:hover img {
      transform: scale(1.1) translateX(25px); }
    .prods-class:hover h2 {
      transform: translateX(-25px); }

  .prods-class:first-child {
    margin-top: 5em; } }
@media (min-width: 992px) {
  .prods-class {
    margin: 0 0 3em 0;
    align-items: center; }
    .prods-class img {
      transform: scale(1.3);
      transition: all 0.3s ease-in;
      height: 300px;
      width: auto;
      margin-top: 0; }
    .prods-class:hover img {
      transform: scale(1.1) translateX(25px); }
    .prods-class:hover h2 {
      transform: translateX(-25px); }

  .prods-class:first-child {
    margin-top: 5em; } }
.prods a:nth-child(even) .prods-class {
  display: flex;
  flex-direction: row-reverse; }

/*Subprods All*/
.bg-prods {
  background-image: url(../images/bg-prods-top.jpg);
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: inherit; }
  .bg-prods img {
    max-height: 250px;
    width: auto; }
  .bg-prods .prods-top {
    padding: 0 1em 2em 1em; }
    .bg-prods .prods-top .title1 {
      margin-bottom: 0.5em; }
    .bg-prods .prods-top i {
      color: #dead12; }

@media (min-width: 1200px) {
  .bg-prods {
    background-image: url(../images/bg-prods-top.jpg);
    background-position: right top;
    background-size: auto 600px;
    background-repeat: no-repeat;
    background-attachment: fixed; }
    .bg-prods img {
      max-height: 320px;
      width: auto; }
    .bg-prods .prods-top {
      padding: 0 1em 2em 1em; }
      .bg-prods .prods-top .title1 {
        margin-bottom: 0.5em; }
      .bg-prods .prods-top i {
        color: #dead12; } }
.basic {
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2); }
  .basic dl {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #ccc; }
    .basic dl dt {
      padding-right: 0.5em;
      border-right: 1px solid #ccc; }
      .basic dl dt i {
        color: #dead12;
        font-size: 2em; }
    .basic dl dd {
      position: relative;
      margin-bottom: 0 !important;
      padding: 0.5em 1em; }
      .basic dl dd P {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-bottom: 0 !important; }

#scrolldown:target:before {
  content: "";
  display: block;
  height: 70px; }

.other .other-prods {
  text-align: center;
  transition: all 0.3s ease-in;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover; }
  .other .other-prods img {
    height: 300px;
    width: auto; }
  .other .other-prods .detail {
    background-color: #b3ab90;
    padding: 2em;
    color: #fff;
    text-align: left;
    box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.3); }
    .other .other-prods .detail h4 {
      font-weight: normal;
      font-size: 2.5em;
      margin-bottom: 0.5em; }
.other .other-prods:nth-child(even) .container .row {
  display: flex;
  flex-direction: row-reverse; }

/*Products Subpage*/
.prods-list {
  position: relative;
  text-decoration: none;
  display: block;
  margin-bottom: 3em; }
  .prods-list h2 {
    position: absolute;
    text-align: center;
    font-size: 1.1em;
    color: #333;
    width: 100%;
    margin: 0;
    left: 0;
    top: 100%;
    transform: none;
    z-index: 1;
    transition: all 0.3s ease-in; }
  .prods-list:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #dead12;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0; }
  .prods-list:hover h2 {
    position: absolute;
    text-align: center;
    font-size: 1.1em;
    color: #fff;
    width: 100%;
    margin: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
  .prods-list:hover:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(222, 173, 18, 0.7);
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 1; }

/*Products Detail*/
.prods-info {
  margin: 0 0 3em 0; }
  .prods-info .tsgd-num {
    color: #dead12;
    font-size: 2.66em;
    display: block; }
  .prods-info .data-list {
    margin-bottom: 3em !important;
    border-top: 1px solid #333;
    font-size: 1em;
    text-align: center; }
    .prods-info .data-list .data-head {
      border-bottom: 1px solid #333;
      border-right: 1px solid transparent;
      padding: 0.3em 0.5em;
      background-color: #f3f3f3;
      font-weight: bold; }
    .prods-info .data-list .data-head-full {
      border-bottom: 1px solid #333;
      padding: 0.3em 0.5em;
      text-align: center;
      background-color: #f3f3f3;
      font-weight: bold; }
    .prods-info .data-list .data-con {
      border-bottom: 1px solid #333;
      padding: 0.3em 0.5em; }
    .prods-info .data-list .accordion-item .accordion-button {
      padding: 0.5em !important;
      font-size: 1rem !important;
      background-color: #F4F4F4;
      border: 0px !important; }
      .prods-info .data-list .accordion-item .accordion-button:after {
        flex-shrink: 0;
        width: 0.5em !important;
        height: 0.5em !important;
        background-size: 0.5em !important;
        transition: transform .2s ease-in-out;
        filter: invert(17%) sepia(2%) saturate(8%) hue-rotate(354deg) brightness(97%) contrast(90%); }
    @media (min-width: 920px) {
      .prods-info .data-list .accordion-item .accordion-button {
        padding: 0.5em !important;
        font-size: 0.8rem !important; } }
    .prods-info .data-list .accordion-item .accordion-button:not(.collapsed) {
      color: #fff !important;
      background-color: #e0cb87 !important;
      box-shadow: none !important; }
    .prods-info .data-list .accordion-item .accordion-body {
      padding: 0 !important;
      text-align: left; }
      .prods-info .data-list .accordion-item .accordion-body .model {
        margin: 0.5em 0.4em !important; }
      .prods-info .data-list .accordion-item .accordion-body .piston {
        margin: 0.5em 0 !important; }
      .prods-info .data-list .accordion-item .accordion-body .accordion-item {
        border: transparent !important; }
        .prods-info .data-list .accordion-item .accordion-body .accordion-item .accordion-button {
          background-color: #fff !important; }
          .prods-info .data-list .accordion-item .accordion-body .accordion-item .accordion-button:before {
            content: "-";
            color: #000;
            margin-right: 0.3em;
            font-weight: bold; }
        .prods-info .data-list .accordion-item .accordion-body .accordion-item .accordion-button:not(.collapsed) {
          color: #000 !important;
          background-color: #fff !important;
          box-shadow: none !important; }
        .prods-info .data-list .accordion-item .accordion-body .accordion-item .accordion-body {
          padding: 0.3em 1.5em !important;
          color: #000 !important; }
  .prods-info .spec {
    padding: 0;
    margin-top: 2em;
    font-size: 1em;
    text-align: left; }
    .prods-info .spec img {
      max-width: 100%;
      height: auto; }
    .prods-info .spec .spec-data {
      margin: 3em calc(var(--bs-gutter-x)/ -2);
      color: #333;
      font-size: 1em;
      text-align: left; }
      .prods-info .spec .spec-data .num {
        font-size: 2em; }
  .prods-info .modal {
    z-index: 999999; }
  @media (min-width: 920px) {
    .prods-info .data-list {
      margin-bottom: 3em !important;
      border-top: 1px solid #333;
      font-size: 0.75em;
      text-align: left; }
      .prods-info .data-list .data-head {
        border-bottom: 1px solid #333;
        border-right: 1px solid #333;
        padding: 0.3em 0.5em;
        font-weight: bold;
        background-color: transparent; }
      .prods-info .data-list .data-head-full {
        border-bottom: 1px solid #333;
        padding: 0.3em 0.5em;
        text-align: center;
        font-weight: bold;
        background-color: transparent; }
      .prods-info .data-list .data-con {
        border-bottom: 1px solid #333;
        padding: 0.3em 0.5em; }
    .prods-info .main-img {
      padding: 0 2em; }
    .prods-info .spec {
      padding: 0;
      font-size: 1em;
      text-align: left; }
      .prods-info .spec img {
        max-width: 50%;
        height: auto; }
      .prods-info .spec .spec-data {
        margin: 3em calc(var(--bs-gutter-x)/ -2);
        color: #333;
        font-size: 0.9em;
        text-align: left; }
        .prods-info .spec .spec-data .num {
          font-size: 2.5em; }
      .prods-info .spec a {
        display: contents !important; } }
  @media (min-width: 1200px) {
    .prods-info .data-list {
      margin-bottom: 3em !important;
      border-top: 1px solid #333;
      font-size: 0.75em;
      text-align: left; }
      .prods-info .data-list .data-head {
        border-bottom: 1px solid #333;
        border-right: 1px solid #333;
        padding: 0.3em 0.5em;
        font-weight: bold;
        background-color: transparent; }
      .prods-info .data-list .data-head-full {
        border-bottom: 1px solid #333;
        padding: 0.3em 0.5em;
        text-align: center;
        font-weight: bold;
        background-color: transparent; }
      .prods-info .data-list .data-con {
        border-bottom: 1px solid #333;
        padding: 0.3em 0.5em; }
    .prods-info .spec {
      padding: 0;
      font-size: 1em;
      text-align: center; }
      .prods-info .spec img {
        max-width: 100%;
        height: auto; }
      .prods-info .spec .spec-data {
        margin: 3em calc(var(--bs-gutter-x)/ -2);
        color: #333;
        font-size: 0.8em;
        text-align: left; }
        .prods-info .spec .spec-data .num {
          font-size: 2.2em; }
      .prods-info .spec a {
        display: contents !important; } }

.characteristic {
  position: relative;
  overflow: hidden; }
  .characteristic:before {
    content: "";
    width: 60px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #dead12; }
  .characteristic:after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    left: 60px;
    top: 0;
    background-color: #f3f3f3; }
  .characteristic .ch-con {
    display: block; }
    .characteristic .ch-con ul {
      padding: 0; }
      .characteristic .ch-con ul li {
        list-style: none;
        position: relative;
        padding-left: 1.2em; }
        .characteristic .ch-con ul li:before {
          position: absolute;
          display: inline-block;
          content: "";
          vertical-align: -.125em;
          background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23dead12' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L2.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093L8.95 4.992a.252.252 0 0 1 .02-.022zm-.92 5.14.92.92a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 1 0-1.091-1.028L9.477 9.417l-.485-.486-.943 1.179z' clip-rule='evenodd'/></svg>");
          background-repeat: no-repeat;
          background-size: 1em 1em;
          width: 1em;
          height: 1em;
          left: 0;
          top: 0.2em; }
  .characteristic .detail-con {
    margin-top: 2em;
    display: block; }
    .characteristic .detail-con img {
      max-width: 100% !important;
      margin: 1em 0 !important; }
