.ld-banner-full {
  position: relative; }
  .ld-banner-full a {
    display: block; }
  .ld-banner-full .ld-menu-scroll {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    z-index: 3; }
    .ld-banner-full .ld-menu-scroll span {
      color: #fff;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: bold;
      margin: 0 10px;
      cursor: pointer;
      padding: 5px 15px;
      border-radius: 4px; }
      .ld-banner-full .ld-menu-scroll span.scroll-popup {
        background: linear-gradient(to bottom, #f89008, #f76e1b); }

.ld-banner {
  padding: 20px 0; }

.ld-product {
  padding: 20px 0 50px; }
  .ld-product .ld-menu-product {
    gap: 10px;
    margin-bottom: 30px; }
    .ld-product .ld-menu-product li a {
      display: block;
      font-size: 15px;
      line-height: 20px;
      padding: 8px 20px 6px;
      border: 1px solid #D0D0D0;
      border-radius: 18px;
      background: #fff; }
      .ld-product .ld-menu-product li a.active, .ld-product .ld-menu-product li a:hover {
        background: #f89008;
        border-color: #f89008;
        color: #fff; }
  .ld-product .img-left {
    flex: 0 0 50%;
    width: 50%;
    padding: 0 15px; }
    .ld-product .img-left .img-box {
      max-width: 360px;
      margin: 0 auto 20px; }
    .ld-product .img-left .color-txt {
      display: none; }
    .ld-product .img-left .img-stick {
      position: sticky;
      top: 100px; }
  .ld-product .btn-action {
    margin-top: 10px; }
    .ld-product .btn-action .reg {
      background: linear-gradient(to bottom, #f89008, #f76e1b);
      color: #fff;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: bold;
      cursor: pointer;
      padding: 10px 15px 8px;
      border-radius: 4px; }
  .ld-product .info-tech {
    flex: 0 0 50%;
    width: 50%;
    padding: 0 15px; }
    .ld-product .info-tech .info-tech-title {
      text-transform: uppercase;
      font-weight: 400;
      font-size: 36px;
      margin: 0 0 40px; }
    .ld-product .info-tech .tech-content h3 {
      font-size: 16px;
      margin: 0 0 10px; }
    .ld-product .info-tech .tech-content table {
      border: 0;
      width: 100%;
      height: auto !important;
      margin: 0 0 20px; }
      .ld-product .info-tech .tech-content table tr {
        height: auto !important; }
        .ld-product .info-tech .tech-content table tr:nth-child(odd) {
          background: #f7f7f7; }
        .ld-product .info-tech .tech-content table tr td {
          height: auto !important;
          padding: 10px;
          border: 0; }

#ld-popup .modal-dialog {
  pointer-events: initial; }

#ld-popup .modal-dialog:before {
  display: none; }

#ld-popup .ld-popup-content {
  position: relative;
  width: 100%;
  max-width: 600px;
  padding: 60px;
  background: #fff;
  margin: 0 auto; }

#ld-popup .input-group select {
  width: 100%;
  background: #fff;
  border: 1px solid #ced4da;
  height: 36px;
  border-radius: 5px;
  padding: 5px 10px;
  box-shadow: none;
  transition: all 0.3s ease-in-out; }
  #ld-popup .input-group select:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 2.5px rgba(13, 110, 253, 0.25); }

@media screen and (max-width: 991px) {
  .ld-banner-full .ld-menu-scroll {
    position: static;
    background: #000;
    padding: 10px 0; }
    .ld-banner-full .ld-menu-scroll span {
      font-size: 14px;
      text-align: center; }
  .ld-product .info-tech, .ld-product .img-left {
    flex: 0 0 100%;
    width: 100%;
    padding: 10px; }
  .ld-product .img-left .img-stick {
    position: static; }
  .ld-product .info-tech .info-tech-title {
    font-size: 28px;
    margin: 30px 0; } }

@media screen and (max-width: 767px) {
  .ld-banner-full .ld-menu-scroll span {
    font-size: 12px; }
  #ld-popup .ld-popup-content {
    padding: 40px 20px; }
  #ld-popup .ld-popup-content h3 {
    font-size: 24px; }
  #ld-popup .ld-popup-content button.close-modal {
    top: 5px;
    right: 5px; } }
