/* ??¡ì?¡°?¨¦??¨¦????¡°?¡±¡§??¡¤??? */
.main-content * {
  line-height: 1;
}

.about-hero * {
  line-height: 1.6;
}

.product-card {
  padding: 0;
}

/* ??¡ì?¡°? Hero?????????????????€?????????400px??¡ë */
.product-hero {
  position: relative;
  height: 400px;
  background: linear-gradient(315deg, #0b346c 0%, #257dba 100%);
}

/* ?¡ì?¨¦?¡è??¡ª¨¨¡ë?¨¦????????????????????¨¦?¡§????????€¨¨?? */
.product-hero::before {
  content: none;
}

.product-hero-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  color: #fff;
  text-align: left;
  padding: 0 0 100px;
  /* ???about????????€¨¨????????¨¦?¡§¨¦¡ª?¨¨¡¤? */
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.product-hero-copy {
  display: inline-block;
}

/* ???¨¦?????about¨¦????€¨¨??????????¡ë¨¦????¡À??¡ë */
.product-hero-title {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: .02em;
  /* ?¡ì?¨¦?¡è¨¦????¡À?????¡ë¨¦?€?¡À????¨¦?€¨¨??¨¦????¡À */
  /* text-shadow: 0 2px 8px rgba(0,0,0,.35); */
  margin: 0;
  line-height: 1.15;
}

/* ¨¨?¡À?¨C?????¡®?¨¨?????about¨¦????€¨¨???????¡è??????¨¦??????¡¯¡®??? */
.product-hero-en {
  margin-top: 2px;
  font-size: 16px;
  opacity: .9;
  line-height: 1.1;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
  display: block;
  width: 100%;
}

.product-hero-en::after {
  content: '';
  display: inline-block;
  width: 100%;
}



/* ?¡°???¡±???¨¨??¨¨????????¨¦??about¨¦???¨C?????????¡ª??¡¤??????¨¦????¨C?????¡ë */
@media (max-width: 768px) {
  .product-hero {
    height: 300px;
  }

  .product-hero-inner {
    padding: 0 20px 20px;
    /* ????¡è????¨¦?¡§?????????¨¨??¨¨????????¨¨????????????????¡ã?¡¤????¨¨¡ì¡¯ */
    align-items: flex-end;
    justify-content: flex-start;
    text-align: left;
  }

  .product-hero-copy {
    display: inline-block;
    text-align: left;
    margin-bottom: 80px;
  }

  .product-hero-title {
    font-size: 24px;
    /* ???about??€¨¨?? */
    line-height: 1.2;
  }

  .product-hero-en {
    font-size: 12px;
    /* ???about??€¨¨?? */
    margin-top: 2px;
    text-align: justify;
    /* ??¡è??????¨¦?? */
    text-align-last: justify;
    /* ??€?????€¨¨???????¡è??????¨¦?? */
  }

  /* ?¡ì???¡§???¨¨????????¨¨???????? */


  /* ?¡ì???¡§???¨¦??¨¨¡ª?????¡ë????¨¨?? */
  .product-nav-section {
    display: none;
  }
}

@media (max-width: 480px) {
  .product-hero {
    height: 250px;
  }

  .product-hero-title {
    font-size: 20px;
    /* ???about??€¨¨?? */
  }

  .product-hero-en {
    font-size: 10px;
    /* ???about??€¨¨?? */
  }
}



/* ??¡ì?¡°?????¡À????¨¨?????Banner ????¨C???¡ë */
.product-nav-section {
  background: #f3f3f3;
  /* ?????¡°??¡ã¨¨¡ë? */
  padding: 35px 0 0;
  /* ¨¦??¨¦?¡§????????????¨¦?¡§???????¡ë???????¨¨¡ì?¨¨¡ì¡ë */
}

.product-nav-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  /* ?¡ì?¨¦?¡è???¨¦?¡§¨¦¡ª?¨¨¡¤? */
}

.product-nav-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  /* ¨¨¡ì?¨¨¡ì¡ë????????¡ª????¡ë?????¡ª?¨¦¡ª?¨¦?? */
  background: #fff;
  border-radius: 0;
  /* ?¡ì?¨¦?¡è???¨¨¡ì¡¯ */
  overflow: visible;
  /* ?¡­?¨¨???????¡ë¨¨??????????? */
  box-shadow: 0 1px 3px rgba(0, 0, 0, .06);
  position: relative;
  /* ????????¡ë¨¨??????????? */
}

.product-nav-item {
  position: relative;

}
.product-nav-item-a{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0 30px;
  color: #333;
  text-decoration: none;
  position: relative;
}
.product-nav-item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 65%;
  background-color: #ededed;
}

.product-nav-item:last-child::after {
  display: none;
}

/* ?????¡ë¨¨????? */
.product-nav-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  /* ¨¨???????€????????? */
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 10px;
  border-top: 1px solid #eee;
  grid-template-columns: repeat(2, 1fr);
  /* ??¡è??¡ª????¡À€ */
  gap: 5px;
}

.product-nav-item:hover .product-nav-dropdown {
  display: grid;
  /* ?¡±????grid */
}

.dropdown-item {
  display: block;
  padding: 8px 15px;
  color: #333;
  text-decoration: none;
  transition: color 0.3s, transform 0.3s;
  border-radius: 4px;
  margin-left: 10px;
  /* ???????¡¤?¨¨??¨¨¡¤? */
  font-size: 16px;
}

.dropdown-item:hover {
  background-color: transparent;
  font-weight: 700;
  /* ?¡ì?¨¦?¡è¨¨?????¨¨¡ë? */
  color: #1c539d;
  /* ?¨C???¡ª???¨¨¡°? */
  transform: translateX(4px);
  /* ¨¨?????????¡ì? */
}

.product-nav-item .icon {
  /* ????¡è???????¨¨?¡®???¨¦????? */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.product-nav-item .icon img {
  display: block;
  height: 80px;
  transition: all .3s;
}


.product-nav-item .label {
  font-size: var(--font_18);
  transition: all .3s;
  color: #222;
}

/* ??¨C??¡®???¨¦?¡±??? */
.product-nav-item+.product-nav-item::before {
  content: '';
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 0;
  width: 1px;
  background: rgba(0, 0, 0, .08);
}

/* hover ¨¦????? */
.product-nav-item:hover img {
  transform: scale(1.1);
}
.product-nav-item.on img {
  transform: scale(1.1);
}
.product-nav-item:hover .label {
  font-weight: 700;
}
.product-nav-item.on .label {
  font-weight: 700;
}

/* ¨¦€¡ë????€???????¨¦?¡§?????¡¯???¨¦¡°???????¨¦???????? */
.product-nav-item.active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #1c539d;
}

/* ?¡ì???¡§??????¨¦??¨¨¡ª??¡§???¡®??¡®??????????¡è??????¡ë */
@media (max-width: 768px) {
  .product-nav-grid {
    display: none;
  }
}

@media (min-width: 769px) {
  .product-mobile-dropdown {
    display: none;
  }
}

/* ????¡±???¡§??¡ì?¡°??????¡ª??????¨¦€??¡±¡§?????¡ë??¡§??¡ã¨¨???????????????¡®??????? */
.product-nav-inner .mobile-dropdown-nav {
  margin-top: 16px;
}



/*------------------------------------------------------------------
  [??¡ì?¡°????????????¡ª¨¨?¡§]
-------------------------------------------------------------------*/
.product-list-section {
  background-color: #f3f3f3;
  /* ?????€¨¨?????¨¨¡ë? */
  padding: 35px 0 100px;
  /* ¨¨¡ã??????????¨¦¡ª?¨¨¡¤? */
}

.product-list-inner {
  max-width: 1400px;
  /* ?????€?¡ë???? */
  margin: 0 auto;
  padding: 0 20px;
}

/* ????????? */
.product-search-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border: 1px solid #eee;
  margin-bottom: 35px;
  /* ?????€¨¦¡ª?¨¨¡¤? */
}

.search-input-wrapper {
  display: flex;
  align-items: center;
  flex-grow: 1;
  height: 100%;
  padding: 0 20px;
}

.search-icon {
  color: #999;
  margin-right: 10px;
}

.product-search-bar input[type="text"] {
  border: none;
  outline: none;
  width: 100%;
  font-size: 16px;
}

.search-button {
  width: 170px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  color: #fff;
  border: none;
  padding: 0;
  /* ¨¨¡ã??????¡ë¨¦¡¯???¡­¨¨??¨¨¡¤? */
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
  align-self: stretch;
  /* ¨¨????¡ë¨¦¡¯?¨¦??????¡¯¡®??? */
}

.search-button span {
  margin-right: 35px;
  font-size: 20px;
}

.search-button:hover {
  background-color: #555;
}

/* ??¡ì?¡°???¡®??? */
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.product-card {
  background-color: #fff;
  border: 1px solid #fff;
  /* ?¡¤????¨¦??¨¨?¡è???¨¨¡ë?¨¨?????¨¦???????¨C??¡§ */
  transition: border-color 0.3s, box-shadow 0.3s;
  text-decoration: none;
  /* ?¡ì?¨¦?¡èa???????????¡¯??? */
  color: inherit;
  /* ??¡ì?¡ë??¨C????¨¦??¨¨¡ë? */
  display: block;
  /* ¨¨??a??????¨¨?¡§??¡ã?????¡ª??¡ì?¡­???? */
  min-height: auto;
  /* ?¡ã?¨¨????¨C?????€?¡ã?¨¦????? */
}

.product-card:hover {
  border-color: #1c539d;
  /* ¨¨¡°?¨¨¡ë?¨¨????? */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  /* ?¡¤????¨¦????¡À */
}

.product-card-content {
  display: flex;
  flex-direction: row;
  /* ??????¨¨?????????¡¤??????¡°??? */
  padding: 60px 50px;
  align-items: center;
}

.product-info {
  flex: 1;
  padding-right: 10%;
}

.product-name {
  font-size: 34px;
  line-height: 1;
  font-weight: bold;
  color: #1c539d;
  /* ¨¨¡°?¨¨¡ë????¨¦?? */
  margin-bottom: 10px;
  /* ????¡ã?????¡ë????¨¦?????¨¦¡ª?¨¨¡¤? */
}

.product-model {
  font-size: 20px;
  color: #222;
  /* ????¨C¡ã?¡ë????¨¦??¨¦??¨¨¡ë? */
  margin-bottom: 30px;
  /* ????¡ã?¨¦¡ª?¨¨¡¤? */
  padding-bottom: 30px;
  /* ????¡ã?¨¦¡ª?¨¨¡¤? */
  border-bottom: 1px dashed #ccc;
  /* ?¡¤????¨¨????? */
  position: relative;
}

.product-desc {
  padding-right: 30px;
  font-size: 14px;
  color: #888;
  line-height: 1.6;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* ÏÞÖÆÏÔÊ¾µÄÐÐÊý */
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* Òþ²Ø³¬³ö²¿·Ö */
  text-overflow: ellipsis;
  /* ÏÔÊ¾Ê¡ÂÔºÅ */
}

.product-card .product-desc {
  -webkit-line-clamp: 2;
}

.product-link {
  font-size: 16px;
  color: #222;
  text-decoration: none;
  /* font-weight: bold; */
  transition: color 0.3s;
}

.product-link i {
  margin-left: 10px;
  transition: transform 0.3s;
}

.product-card:hover .product-link {
  color: #1c539d;
}

.product-card:hover .product-link i {
  transform: translateX(4px);
}

.product-image {
  width: 32%;
  /* ????¨C????????¡ë? */
  /* margin-left: 30px; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #f0f0f0; */
  /* ??¡ã¨¨¡ë??????????¨¨????? */
}

.product-image img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

/* ???¨¦?? */
.pagination {
  display: flex;
  justify-content: flex-start;
  /* ¨¦???¡¤????¨¦?? */
  align-items: center;
}

.page-link {
  color: #333;
  text-decoration: none;
  padding: 10px 15px;
  margin: 0 5px;
  border: 1px solid #ddd;
  transition: background-color 0.3s, color 0.3s;
  background-color: #fff;
  /* ¨¦??¨¨?¡è???¨¨¡ë???? */
}

.page-link.active,
.page-link:hover {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

.page-link.prev,
.page-link.next {
  font-weight: normal;
  /* ??¨C?????¡ª??¡° */
}

/* ?¨C¡ã????????€??¡¯??€?????¡ì?¡°???¡ª¨¨?¡§?????¡¤??? */
.product-list-single {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product-list-single .product-card-content {
  display: flex;
  align-items: center;
  gap: 50px;
  /* ??????????¡ë??????¡­??????¨¦¡ª?¨¨¡¤? */
}

.product-list-single .product-image {
  width: 240px;
  /* ??????????¡ë??????? */
  /* height: 180px; */
  /* ??????????¡ë?¨¦????? */
  flex-shrink: 0;
}

.product-list-single .product-info {
  flex-grow: 1;
}

.product-list-single .product-actions {
  display: flex;
  flex-direction: column;
  gap: 15px;
  /* ????????¡ë¨¦¡¯?¨¦¡ª?¨¨¡¤? */
  width: 120px;
  /* ???????????? */
  flex-shrink: 0;
  margin: 0 7%;
}

.product-list-single .action-btn {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  color: #333;
  padding: 0 10px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
  font-size: 16px;
}

.product-list-single .action-btn:hover {
  background-color: #e0e0e0;
  border-color: #ccc;
}

.product_single_tle {
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #ccc;
}

.product_single_tle .product-model {
  margin: 0;
  padding: 0;
  border: 0;
}

.product_single_tle .product-model {
  margin-left: 20px;
  align-self: flex-end;
  padding-bottom: 5px;
}

.product_single_tle .product-name {
  margin-bottom: 0;
}

@media (max-width: 1600px) {
  .product-name {
    font-size: 30px;
  }

  .product-model {
    font-size: 18px;
  }


}

@media (max-width: 1400px) {
  .product-name {
    font-size: 26px;
  }

  .product-model {
    font-size: 16px;
  }

  .product-model {
    margin-bottom: 20px;
    padding-top: 20px;
  }
}

@media (max-width: 1200px) {
  .product-card-content {
    padding: 35px 25px;
  }

  .product-name {
    font-size: 22px;
  }

  .product-model {

    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .product-link {
    font-size: 14px;
  }

  .product-list-single .product-card-content {
    gap: 0;
  }

  .product-list-single .product-image {
    margin-left: 0;
  }

  .product-list-single .product-actions {
    margin: 0 5%;
  }

  .product_single_tle {
    display: block;
  }

  .product_single_tle .product-model {
    margin-top: 15px;
    margin-left: 0;
  }
}

/* ?¡°???¡±???¨¨¡ã???? */
@media (max-width: 992px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .product-list-section {
    padding-top: 20px;
    /* ????¡ã????banner???¨¨¡¤???? */
  }

  .product-search-bar {
    flex-direction: row;
    margin-bottom: 20px;
  }

  .search-input-wrapper {
    padding: 8px 15px;
  }

  .search-button {
    padding: 15px;
    font-size: 14px;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .product-card-content {
    flex-direction: column;
    padding: 10px;
    /* ????¡ã???¡­¨¨??¨¨¡¤? */
  }

  .product-image {
    width: 100%;
    height: auto;
    padding-top: 100%;
    /* ??????1:1??¡±??? */
    position: relative;
    margin-left: 0;
    margin-top: 0;
  }

  .product-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .product-info {
    padding-top: 0;
    /* ?¡ì?¨¦?¡è¨¦??¨¦?¡§??¡­¨¨??¨¨¡¤? */
    margin-bottom: 10px;
    /* ?????????????¡ë?¨¦¡ª?¨¨¡¤? */
  }

  .product-name {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .product-model {
    font-size: 14px;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .product-desc,
  .product-link {
    display: none;
    /* ¨¦??¨¨¡ª????¨¨?¡ã?¡¯?¨¦¡°???? */
  }

  /* ?¨C¡ã???????????¡ª??¡ì?¡°???¡ª¨¨?¡§????¡°???¡±?????¡¤??? */
  .product-list-single .product-card-content {
    flex-direction: row;
    gap: 20px;
    /* ??????????¡ë??????¡­???¨¦¡ª?¨¨¡¤? */
    padding: 15px;
    align-items: flex-start;
    /* ¨¦??¨¦?¡§???¨¦?? */
  }

  .product-list-single .product-image {
    width: 160px;
    /* ?¡ì???¡§???????¡ë????????¡è¡ì??€??? */
    height: 160px;
    /* ??????????¨C???? */
    flex-shrink: 0;
    padding-top: 0;
    /* ¨¨????¨C??¡®???¨¨¡ì?????????¡¤??? */
    position: static;
    /* ¨¨????¨C??¡®???¨¨¡ì?????????¡¤??? */
  }

  .product-list-single .product-image img {
    position: static;
    /* ¨¨????¨C??¡®???¨¨¡ì?????????¡¤??? */
    object-fit: cover;
  }

  .product-list-single .product-info {
    margin-top: 0;
  }

  .product-list-single .product-name {
    font-size: 18px;
    /* ?????¡¤???¨¦???¡è¡ì??€??? */
    margin-bottom: 2px;
    /* ?????¡¤??????¨¦?????¨¨?¡®??€??? */
  }

  .product-list-single .product-model {
    font-size: 14px;
    border-bottom: 1px dashed #ccc;
    /* ???????¡±?¨¨?¡®???????????? */
    padding-bottom: 10px;
    /* ??????¨¨?¡ã¨¨????€??? */
    margin-bottom: 10px;
    /* ??????¨¨?¡ã¨¨????€??? */
  }

  .product-list-single .product-desc {
    display: -webkit-box;
    /* ?????????¨¨?¡ã???¨¨¡ì? */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px;
  }

  .product-list-single .product-link {
    display: block;
    /* ??????¨¦¡°???????¨¨¡ì? */
    margin-top: 10px;
  }

  .product-list-single .product-actions {
    display: none;
    /* ?¡ì???¡§???¨¦??¨¨¡ª???¡ëproduct-actions */
  }
}

@media (max-width:768px) {
  .search-button {
    height: 50px;
  }

  .search-button span {
    font-size: 14px;
  }

  .product-list-single .product-desc {
    display: none;
  }

  .product_single_tle .product-model {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
  }

  .product_single_tle {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .product_single_tle {
    border: 0;
  }

  .product-list-single .product-card-content {
    align-items: center;
  }
}