@charset "UTF-8";

/* Reset & Basics */
.l-content {
  font-family: Arial, sans-serif;
  color: #333;
  line-height: 1.5;
  width: 1200px !important;
  box-sizing: border-box;
}

.l-content * {
  box-sizing: border-box;
}

.l-content a {
  text-decoration: none;
}

/* Banner */
.l-content .main-banner {
  width: 100%;
  margin-bottom: 20px;
}

.l-content .main-banner img {
  width: 100%;
  display: block;
}

/* Navigation Tabs */
.l-content .nav-tabs {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #ccc;
}

.l-content .nav-tabs li {
  flex: 1;
  text-align: center;
  padding: 10px 5px;
  background-color: #fff;
  border-right: 1px solid #ccc;
  font-weight: bold;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-height: 50px;
}

.l-content .nav-tabs li:first-child {
  border-left: 1px solid #ccc;
}

.l-content .nav-tabs li.active {
  background-color: #1a428a;
  color: #fff;
  border-color: #1a428a;
}

.l-content .nav-tabs li .yellow-dot {
  color: #ffc107;
  margin-right: 5px;
  font-size: 16px;
}

/* Tab Content */
.l-content .tab-content {
  display: none;
}

.l-content .tab-content.active {
  display: block;
}

/* Section Common */
.l-content .section-container {
  margin: 0 auto 40px;
  max-width: 870px;
}

.l-content .section-title {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.l-content .section-title span {
  display: inline-block;
  border-bottom: 2px solid #1a428a;
  padding-bottom: 5px;
}

/* Table Catalog */
.l-content .product-catalog {
  width: 100%;
}

.l-content .catalog-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 12px;
}

.l-content .catalog-table th {
  background-color: #003b95;
  /* Deep blue for headers */
  color: #fff;
  padding: 10px 5px;
  border: 2px solid #fff;
  font-weight: bold;
  font-size: 16px;
}

.l-content .catalog-table td {
  padding: 10px 5px;
  border: 2px solid #fff;
  vertical-align: middle;
}

.l-content .catalog-table .bg-light {
  background-color: #f4f4f4;
}

.l-content .catalog-table .bg-dark {
  background-color: #e8e8e8;
}

.l-content .col-series {
  font-weight: bold;
  text-align: center;
}

.l-content .series-name {
  font-size: 13px;
  margin-bottom: 5px;
}

.l-content .series-size {
  font-size: 11px;
  margin-top: 5px;
}

.l-content .col-series img {
  max-width: 80px;
  margin: 0 auto;
  display: block;
}

.l-content .new-badge-absolute {
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #ffc107;
  color: #000;
  padding: 1px 4px;
  font-size: 10px;
  font-weight: bold;
  border-radius: 2px;
}

.l-content .new-badge {
  background-color: #ffc107;
  color: #000;
  padding: 2px 4px;
  font-size: 10px;
  font-weight: bold;
  border-radius: 2px;
  margin-right: 5px;
}

.l-content .bg-blue-cell {
  position: relative;
  background-color: #009bdb !important;
  /* Bright blue */
  color: #fff;
  padding-top: 25px !important;
  /* make room for absolute badge */
  text-align: center;
}

.l-content .diagonal-header {
  position: relative;
  min-width: 320px;
  height: 100px;
  background: linear-gradient(to bottom right, #003889 calc(50% - 1px), #ffffff calc(50% - 1px), #ffffff calc(50% + 1px), #003889 calc(50% + 1px));
  padding: 0 !important;
}

.l-content .diagonal-header .th-tr {
  position: absolute;
  top: 55px;
  right: 20px;
  text-align: right;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.l-content .diagonal-header .th-bl {
  position: absolute;
  bottom: 55px;
  left: 20px;
  text-align: left;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.l-content .catalog-table a {
  color: #005eb8;
  text-decoration: underline;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 3px;
}

.l-content .table-note {
  font-size: 11px;
  color: #666;
  margin-top: 10px;
  text-align: left;
}

/* 3 Circles Features */
.l-content .circle-features {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 15px;
}

.l-content .circle-item {
  flex: 1;
  border: 1px solid #0066cc;
  border-radius: 16px;
  padding: 50px 10px 20px;
  position: relative;
  text-align: center;
  font-size: 17px;
  line-height: 1.4;
  font-weight: bold;
  color: #0066cc;
  background-color: #fff;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
}

.l-content .circle-number {
  background-color: #0066cc;
  color: #fff;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 15px;
}

/* Đặc điểm sản phẩm (Features) */
.l-content .features-grid {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.l-content .feature-col {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.l-content .feature-full {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}

.l-content .feature-head {
  background-color: #003e8c;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 8px;
  font-size: 14px;
}

.l-content .feature-body {
  background-color: #1a1a1a;
  padding: 5px;
  text-align: center;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-content .feature-body img {
  max-width: 100%;
  height: auto;
  display: block;
}

.l-content .new-feature-banner {
  background-color: #fff;
  padding: 12px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-content .new-badge-square {
  background-color: #000;
  color: #ffc107;
  padding: 2px 6px;
  margin-right: 10px;
  font-size: 12px;
}

/* FAQ */
.l-content .faq-section {
  background-color: #f2f5f8;
  padding: 20px;
}

.l-content .faq-container {
  background-color: #fff;
  padding: 20px;
}

.l-content .faq-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

/* Tab 2 Styles */
.l-content .tab2-section {
  max-width: 870px;
  margin: 0 auto 40px;
}

.l-content .tab2-title {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.l-content .tab2-title span {
  display: inline-block;
  border-bottom: 3px solid #005eb8;
  padding-bottom: 5px;
}

.l-content .tab2-desc {
  text-align: center;
  color: #333;
  font-size: 14px;
  margin-bottom: 20px;
}

.l-content .tab2-btn-wrap {
  text-align: center;
}

.l-content .btn-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #005eb8;
  background-color: #fff;
  color: #005eb8;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 4px;
  margin-bottom: 10px;
}

.l-content .btn-download img {
  margin-right: 10px;
}

.l-content .btn-download:hover {
  background-color: #f4f4f4;
}

.l-content .btn-note {
  font-size: 12px;
  color: #666;
}

/* Step Flow */
.l-content .tab2-step-flow {
  display: flex;
  width: 100%;
  overflow: hidden;
  background-color: #023ce1;
}

.l-content .tab2-step-flow .step {
  flex: 1;
  color: #fff;
  text-align: center;
  padding: 10px 20px 10px 30px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  line-height: 1.3;
  clip-path: polygon(calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%, 20px 50%, 0 0);
  margin-right: -10px;
  /* To overlap the transparent part */
}

.l-content .tab2-step-flow .step:nth-child(odd) {
  background-color: #023ce1;
}

.l-content .tab2-step-flow .step:nth-child(even) {
  background-color: #03228a;
}

/* First element shouldn't have the left indent cut */
.l-content .tab2-step-flow .step:first-child {
  clip-path: polygon(calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%, 0 50%, 0 0);
  padding-left: 10px;
}

/* Last element shouldn't have the right arrow point */
.l-content .tab2-step-flow .step:last-child {
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 20px 50%, 0 0);
  margin-right: 0;
}

/* Example Blocks */
.l-content .example-block {
  margin-bottom: 30px;
}

.l-content .example-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding-left: 10px;
  border-left: 4px solid #333;
  border-bottom: 1px solid #333;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.l-content .icon-help {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background-color: #e60012;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  margin: 0 10px;
  cursor: help;
}

.l-content .show-recommend {
  font-size: 14px;
  color: #1a428a;
  font-weight: normal;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.l-content .show-recommend input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #1a428a;
  border-radius: 2px;
  margin-right: 6px;
  position: relative;
  cursor: pointer;
  background-color: #fff;
}

.l-content .show-recommend input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: 1px;
  left: 4px;
  width: 4px;
  height: 8px;
  border: solid #1a428a;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.l-content .example-list {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}

.l-content .example-list li {
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
  line-height: 1.4;
}

.l-content .example-list .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #e60012;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: 0px;
}

.l-content .example-list .note {
  color: #666;
  font-size: 13px;
  display: block;
  margin-top: 4px;
}

.l-content .example-img {
  width: 100%;
}

.l-content .example-img img {
  max-width: 100%;
  height: auto;
  display: block;
}

.l-content .example-img.border-red {
  border: 2px solid #e60012;
}

.l-content .info-link {
  font-size: 13px;
  color: #005eb8;
  text-decoration: underline;
  margin-left: 10px;
  font-weight: normal;
}

.l-content .faq-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.l-content .faq-q,
.l-content .faq-a {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.l-content .faq-a {
  margin-bottom: 0;
}

.l-content .icon-q,
.l-content .icon-a {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 13px;
  margin-right: 10px;
  flex-shrink: 0;
}

.l-content .icon-q {
  background-color: #333;
  color: #fff;
}

.l-content .icon-a {
  background-color: #00a0e9;
  /* Light blue like in the image */
  color: #fff;
}

.l-content .faq-text {
  font-size: 13px;
  color: #333;
  line-height: 1.5;
  flex: 1;
}

.l-content .faq-img-center {
  text-align: center;
  margin-top: 15px;
}

.l-content .faq-img-center img {
  max-width: 100%;
}

/* Tab 3 specific styles */
.l-content .tab3-desc {
  text-align: center;
  font-size: 14px;
  margin-bottom: 25px;
}

.l-content .tab3-advantages {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
}

.l-content .adv-col {
  flex: 1;
  border: 1px solid #003b95;
  border-radius: 4px;
  overflow: hidden;
}

.l-content .adv-head {
  background-color: #003b95;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  font-size: 15px;
}

.l-content .adv-body {
  padding: 15px;
  background-color: #fff;
  height: calc(100% - 42px);
}

.l-content .adv-text {
  font-size: 13px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
}

.l-content .adv-body img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.l-content .tab3-table-title {
  text-align: center;
  margin-bottom: 25px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

.l-content .tab3-table-title span {
  display: inline-block;
  border-bottom: 4px solid #005eb8;
  padding-bottom: 5px;
}

.l-content .tab3-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px;
  color: #333;
}

.l-content .tab3-table th {
  background-color: #f4f4f4;
  border: 1px solid #e0e0e0;
  padding: 12px 10px;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
}

.l-content .tab3-table td {
  border: 1px solid #e0e0e0;
  padding: 12px 10px;
  vertical-align: middle;
}

.l-content .tab3-table .dot {
  font-size: 22px;
  line-height: 1;
}

.l-content .tab3-table-note {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  text-align: left;
}

.l-content .tab3-feature-block {
  margin-bottom: 30px;
}

.l-content .feature-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding-left: 10px;
  border-left: 4px solid #333;
  border-bottom: 1px solid #333;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.l-content .feature-compare {
  display: flex;
  align-items: stretch;
  gap: 15px;
}

.l-content .compare-side {
  flex: 1;
  display: flex;
  border-radius: 4px;
  overflow: hidden;
}

.l-content .problem-side {
  border: 2px solid #ccc;
}

.l-content .solution-side {
  border: 2px solid #ff9900;
}

.l-content .vertical-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: center;
  font-weight: bold;
  padding: 10px 5px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-content .label-problem {
  background: linear-gradient(to bottom, #666, #333);
  color: #fff;
}

.l-content .label-solution {
  background-color: #ffcc00;
  color: #000;
}

.l-content .compare-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.l-content .compare-head {
  padding: 8px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}

.l-content .head-problem {
  background-color: #666;
}

.l-content .head-solution {
  background-color: #ffcc00;
  color: #000;
}

.l-content .compare-img {
  padding: 0;
  background-color: #fff;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-content .compare-img img {
  max-width: 100%;
}

.l-content .compare-arrow {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.l-content .compare-arrow::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #e60012;
}

.l-content .safety-desc,
.l-content .encoder-desc {
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.5;
}

.l-content .safety-img-wrap,
.l-content .encoder-img-wrap {
  text-align: center;
  margin-bottom: 30px;
}

.l-content .safety-img-wrap img,
.l-content .encoder-img-wrap img {
  max-width: 100%;
}

.l-content .tab3-guide {
  display: flex;
  align-items: center;
  gap: 20px;
}

.l-content .guide-col {
  flex: 1;
}

.l-content .guide-head {
  font-size: 15px;
  font-weight: bold;
  color: #003b95;
  text-align: center;
  margin-bottom: 15px;
}

.l-content .guide-img img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.l-content .guide-arrow {
  width: 40px;
}

.l-content .guide-arrow::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #e60012;
  margin: 0 auto;
}

/* Tab 4 specific styles */
.l-content .tab4-section-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.l-content .tab4-section-title span {
  display: inline-block;
  border-bottom: 3px solid #005eb8;
  padding-bottom: 5px;
}

/* Trình tự cài đặt */
.l-content .tab4-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}

.l-content .tab4-step-circle {
  width: 145px;
  height: 145px;
  border: 2px solid #002060;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px;
  font-size: 13px;
  line-height: 1.3;
  font-weight: bold;
  color: #222;
  background-color: #fff;
  box-sizing: border-box;
}

.l-content .tab4-step-icon {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
}

.l-content .tab4-step-icon img {
  max-width: 50px;
  max-height: 45px;
  object-fit: contain;
}

.l-content .tab4-step-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Tải xuống driver */
.l-content .tab4-downloads {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}

.l-content .tab4-download-col {
  flex: 1;
  border: 1px solid #d1d1d1;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.l-content .tab4-download-head {
  height: 50px;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-content .head-misumi {
  background-color: #ffcc00;
  color: #000;
}

.l-content .head-misumi img {
  height: 24px;
  vertical-align: middle;
}

.l-content .head-panasonic {
  background-color: #33217b;
  color: #fff;
  font-family: Arial, sans-serif;
  letter-spacing: -0.5px;
}

.l-content .tab4-download-video-wrap {
  padding: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.l-content .tab4-download-buttons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  margin-bottom: 30px;
}

.l-content .tab4-dl-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px 5px;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  min-height: 100px;
}

.l-content .tab4-dl-btn img {
  height: 28px;
  margin-bottom: 12px;
}

.l-content .btn-misumi {
  background-color: #ffcc00;
  color: #222;
  border: 1px solid #dcb000;
}

.l-content .btn-misumi:hover {
  background-color: #f0c000;
}

.l-content .btn-panasonic {
  background-color: #33217b;
  color: #fff;
  border: 1px solid #2e1d6e;
}

.l-content .btn-panasonic:hover {
  background-color: #271960;
}

.l-content .tab4-video-title {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 15px;
  color: #333;
}

.l-content .tab4-video-title u {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.l-content .tab4-video-img {
  text-align: center;
}

.l-content .tab4-video-img img {
  max-width: 100%;
}

/* Q&A */
.l-content .tab4-qa-wrapper {
  background-color: #EBF3F6;
  padding: 30px;
  border: 1px solid #EBF3F6;
  border-radius: 4px;
}

.l-content .tab4-qa-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.l-content .tab4-qa-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.l-content .tab4-qa-q,
.l-content .tab4-qa-a {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.l-content .tab4-qa-a {
  margin-bottom: 0;
}

.l-content .qa-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  font-size: 13px;
  margin-right: 15px;
  flex-shrink: 0;
}

.l-content .qa-icon-q {
  background-color: #666;
}

.l-content .qa-icon-a {
  background-color: #00a0e9;
}

.l-content .qa-text {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  padding-top: 2px;
}

.l-content .qa-text-q {
  font-weight: bold;
}