.product_show {
  padding: 10rem 0;
}

.product_show .left {
  width: 50.06944%;
}

.product_show .product_show_swiper {
  margin: 0 auto;
  width: 100%;
  max-width: 56.8rem;
  overflow: hidden;
}

.product_show .product_show_swiper a {
  display: block;
}

.product_show .product_show_swiper a:hover img {
  transform: scale(1.03);
}

.product_show .product_show_swiper .img {
  position: relative;
  padding-bottom: 100%;
}

.product_show .thumb_con {
  display: flex;
  justify-content: space-between;
  gap: 2.3rem;
  align-items: center;
  margin-top: 4rem;
}

.product_show .swiper-prev,
.product_show .swiper-next {
  width: 0.8rem;
  height: 1.5rem;
  flex-shrink: 0;
  cursor: pointer;
  background: url(../img/arrow-b.svg) no-repeat center / contain;
  transition: all 0.3s;
}

.product_show .swiper-prev.swiper-button-disabled,
.product_show .swiper-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.product_show .swiper-next {
  transform: rotate(-180deg);
}

.product_show .product_show_thumb_swiper {
  flex: 1;
  overflow: hidden;
  max-width: 65.5rem;
}

.product_show .product_show_thumb_swiper .swiper-slide {
  border: 2px solid #e5e5e5;
  cursor: pointer;
  transition: all 0.3s;
}

.product_show .product_show_thumb_swiper .swiper-slide-thumb-active {
  border-color: var(--theme_color);
}

.product_show .product_show_thumb_swiper .img {
  aspect-ratio: 1;
}

.product_show .right {
  flex: 1;
  max-width: 68.8rem;
}

.product_show .right .type {
  font-size: 2.2rem;
  color: var(--theme_color);
}

.product_show .right h1 {
  font-size: 4.4rem;
  font-weight: 500;
  color: #161616;
  line-height: 5.9rem;
}

.product_show .right .price {
  display: flex;
  gap: 2rem;
  margin-top: 2.7rem;
}

.product_show .right .price_item {
  padding-right: 3.8rem;
}

.product_show .right .price_item span {
  font-size: 1.9rem;
  color: #424242;
  display: block;
  letter-spacing: -0.7px;
  margin-bottom: 0.9rem;
}

.product_show .right .price_item strong {
  font-size: 3.2rem;
  font-weight: 600;
  color: #424242;
  line-height: 4.5rem;
}

.product_show .right .price_item.members {
  position: relative;
  padding-left: 6.2rem;
}

.product_show .right .price_item.members::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  max-height: 6.8rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #d8d8d8;
}

.product_show .right .price_item.members strong {
  color: #ec6d00;
}

.product_show .right .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 5.2rem;
}

.product_show .right .btn_th {
  min-width: 24.5rem;
}

.product_show .right .btn_line {
  min-width: 22rem;
}

.product_show .right .desc {
  margin-top: 4rem;
  border-top: 1px solid rgba(36, 36, 36, 0.14);
  padding-top: 1.7rem;
  line-height: 1.5;
}

.product_show .right .desc p {
  font-size: 1.7rem;
  color: #4c4c4c;
  line-height: 1.5;
}

.product_show .right .desc ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 2rem;
  margin-top: 5.1rem;
  margin-right: 7.5%;
}

.product_show .right .desc li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.6rem 1.6rem;
}

.product_show .right .desc i {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  grid-area: span 2;
  background: no-repeat center / contain;
}

.product_show .right .desc strong {
  font-size: 1.8rem;
  font-weight: 600;
  color: #242424;
  line-height: 2.6rem;
}

.product_show .right .desc p {
  font-size: 1.8rem;
  font-weight: 300;
  color: #242424;
}

div:has(.prodct_desc)+div .section_video_iframe {
  margin-top: -10rem;
  padding-top: 0;
}


.detail_features {
  padding-top: 84px;
  padding-bottom: 40px;
  line-height: 1.5;
}

.detail_features h2 {
  font-size: 44px;
}

.detail_features nav {
  position: relative;
  padding-bottom: 22px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 70px;
}

.detail_features nav ul {
  column-gap: 46px;
}

.detail_features nav li a {
  font-size: 18px;
  color: #515151;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 600;
}

.detail_features nav li a:hover {
  text-shadow: 0 0 0.65px #333, 0 0 0.56px #333;
}

.detail_features nav li.active a {
  font-weight: 600;
  color: black;
}

.detail_features nav .line {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 2.5px;
  background-color: var(--theme_color);
}

.detail_solution {
  background: #0055a413;
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  line-height: 1.5;
}

.detail_features {
  padding: 80px 0;
  line-height: 1.5;
}

.detail_features h2,
.detail_solution h2 {
  font-size: 44px;
  margin-bottom: 53px;
}

.detail_features h2,
.detail_solution h2 {
  margin-top: 8rem;

  &:first-child {
    margin-top: 0;
  }
}


.detail_tach {
  padding: 60px 0;
}

.detail_tach table {
  margin-top: 4rem;
  width: 100%;
  border-collapse: collapse;
}

.detail_tach tbody tr td {
  font-size: 17px;
  color: #3a3a3a;
  padding: 14px 1rem;
  text-align: center;
  font-weight: 700;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.detail_tach .more {
  margin-top: 68px;
}

.single-product .container li {
  padding-left: 32px;
  margin: 34px 0;
  position: relative;
}

.single-product .container li::after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--theme_color);
}

.single-product .container strong {
  font-size: 24px;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}

.single-product .container p {
  font-size: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  color: #454545;
}


.list_pagination {
  margin-top: 6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.list_pagination li {
  padding: 1rem 2rem;
  transition: all .3s;
  background-color: #f0f0f0;
  cursor: pointer;
}

.list_pagination li:hover {
  background-color: var(--theme_color);
}

.list_pagination li.active {
  background-color: var(--theme_color);
}



.home_products {
  padding: 8.45rem 0 12rem;
}

.home_products .nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 6.9rem;
  margin-top: 1.5rem;
}

.home_products .nav_list .nav_item {
  font-size: 2rem;
  font-weight: 700;
  color: #757575;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  padding: 1.7rem 0;
}

.home_products .nav_list .nav_item:after {
  width: 0;
  height: 0.4rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  transition: all 0.3s;
  background-color: #16cc3e;
}

.home_products .nav_list .nav_item.active,
.home_products .nav_list .nav_item:hover {
  color: #161616;
}

.home_products .nav_list .nav_item.active::after,
.home_products .nav_list .nav_item:hover::after {
  width: calc(100% + 3.5rem);
}

.home_products .home_products_swiper {
  margin-top: 2.25rem;
}

.home_products .swiper_btns {
  top: 54.5%;
}

.home_products p.center:has(.btn) {
  margin-top: 3.5rem;
}

.home_products .item {
  display: none;
}

.home_products .item.active {
  display: block;
}

section.section_video {
  padding: 6rem 0;
}

@media screen and (max-width: 768px) {

  .product_show {
    padding: 1rem 0 3rem;
  }

  .product_show .product_show_swiper {
    max-width: 400px;
    margin: 0 auto;
  }

  .product_show .flex {
    flex-direction: column;
    gap: 2rem;
  }

  .product_show .left {
    width: 100%;
  }

  .product_show .thumb_con {
    margin-top: 2rem;
    gap: 1rem;
  }

  .product_show .thumb_con .swiper-prev,
  .product_show .thumb_con .swiper-next {
    width: 9px;
  }

  .product_show .right {
    width: 100%;
  }

  .product_show .right .type {
    font-size: 15px;
  }

  .product_show .right h1 {
    font-size: 25px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }

  .product_show .right .price {
    margin-top: 1.25rem;
    gap: 1rem;
  }

  .product_show .right .price .price_item {
    padding: 0;
    padding-right: 1.4rem;
  }

  .product_show .right .price .price_item span {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-bottom: 0.5rem;
  }

  .product_show .right .price .price_item strong {
    font-size: 18px;
    line-height: 1.5;
  }

  .product_show .right .price .price_item.members {
    padding-left: 2rem;
  }

  .product_show .right .btns {
    gap: 1rem;
    margin-top: 2rem;
    display: grid;
  }

  .product_show .right .btns .btn_th {
    flex: 1;
    min-width: unset;
    padding: 13px 20px;
  }

  .product_show .right .btns .btn_line {
    flex: 1;
    min-width: unset;
    padding: 13px 20px;
  }

  .product_show .right .desc {
    margin-top: 1.6rem;
    padding-top: 1rem;
  }

  .product_show .right .desc p {
    font-size: 14px;
    line-height: 1.5;
  }

  .product_show .right .desc ul {
    margin: 2rem 0 0;
    gap: 1.6rem 1rem;
  }

  .product_show .right .desc ul li {
    gap: 0 0.7rem;
  }

  .product_show .right .desc ul i {
    width: 22px;
    height: 22px;
  }

  .product_show .right .desc ul strong {
    font-size: 14px;
    line-height: 1.5;
  }

  .product_show .right .desc ul p {
    font-size: 13px;
  }

  .detail_features {
    padding: 4rem 0;
    line-height: 1.7;
  }

  .detail_features nav {
    margin-bottom: 4rem;
    padding-bottom: 0;
    overflow: hidden;
  }

  .detail_features nav .line {
    display: none;
  }

  .detail_features nav ul {
    gap: 1rem;
    overflow: auto;
  }

  .detail_features nav ul li a {
    font-size: 14px;
    line-height: 1.5;
    white-space: nowrap;
    display: block;
    padding-bottom: 12px;
    transition: all 0.3s;
    border-bottom: 2px solid transparent;
  }

  .detail_features nav ul li.active a {
    border-color: var(--theme_color);
  }

  .detail_features .container {
    margin-top: 1rem;
  }

  .detail_features .container li {
    margin: 1rem 0;
    padding-left: 1.25rem;
  }

  .detail_features .container li::after {
    width: 6px;
    height: 6px;
    top: 9px;
  }

  .detail_features .container li strong {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 8px;
  }

  .detail_features .container li p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }

  .detail_solution {
    padding: 4rem 0;
    line-height: 1.7;
  }

  .detail_solution .container {
    margin-top: 1rem;
  }

  .detail_solution .container li {
    margin: 1rem 0;
    padding-left: 1.25rem;
  }

  .detail_solution .container li::after {
    width: 6px;
    height: 6px;
    top: 9px;
  }

  .detail_solution .container li strong {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 8px;
  }

  .detail_solution .container li p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }

  .detail_tach {
    padding: 4rem 0 3rem;
  }

  .detail_tach table {
    display: block;
    overflow: auto;
    margin-top: 2rem;
  }

  .detail_tach table tbody tr td,
  .detail_tach table tbody tr:first-child td,
  .detail_tach table tbody tr th,
  .detail_tach table tbody tr:first-child th,
  .detail_tach table tbody tr td:first-child,
  .detail_tach table tbody tr:first-child td:first-child {
    font-size: 13px;
    line-height: 1.5;
    padding: 0.7rem;
  }

  .detail_tach table tbody tr td:first-child,
  .detail_tach table tbody tr:first-child td:first-child {
    min-width: 130px;
  }

  .detail_tach .more {
    margin: 2rem auto 0;
  }


  div:has(.prodct_desc)+div .section_video_iframe {
    margin-top: -1rem;
    padding-top: 0;
  }

  .products_main {
    padding: 1rem 0 5rem;
  }

  .products_main .product_list {
    margin-top: 2rem;
    gap: 1rem;
    grid-template-columns: 1fr;
  }

  .list_pagination {
    gap: 1rem;
    margin-top: 2rem;
  }

  .list_pagination li {
    font-size: 14px;
    padding: 12px 20px;
  }


  .home_products {
    padding: 3rem 0;
  }

  .home_products .nav_list {
    gap: 2rem;
    width: 100vw;
    flex-wrap: nowrap;
    padding: 0 20px;
    margin: 2rem -20px 0;
    overflow-x: auto;
  }

  .home_products .nav_list::-webkit-scrollbar {
    display: none;
  }

  .home_products .nav_list .nav_item {
    white-space: nowrap;
    font-size: 16px;
    padding: 12px 0;
  }

  .home_products .nav_list .nav_item::after {
    height: 3px;
  }

  .home_products .nav_list .nav_item.active::after {
    width: calc(100% + 10px);
  }

  .home_products .home_products_swiper {
    margin-top: 2rem;
  }

  .home_products .swiper_btns {
    position: static;
    width: 100%;
    padding: 0 20px;
    transform: translate(0);
    justify-content: flex-end;
    margin-top: 22px;
  }

  .home_products p.center:has(.btn) {
    margin-top: 2.2rem;
  }
  .detail_features {
    padding: 3rem 0;
  }
  .detail_features h2, .detail_solution h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  
  .detail_features h2, .detail_solution h2 {
    margin-top: 3rem;
    &:first-child {
      margin-top: 0;
    }
  }

  section.section_video {
    padding: 3rem 0;
  }
}