.process-container {
  max-width: 1086px;
}

.breadcrumb-item {
  color: var(--black-222);
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 20px;
}

.breadcrumb-item.symbol::before {
  content: "";
  float: unset;
  font-size: 14px;
  padding-right: 20px;
  color: var(--black-222);
}

.breadcrumb a:first-child .breadcrumb-item {
  padding-left: 0;
}

.post .breadcrumb li a {
  color: var(--black-222);
}

.post .breadcrumb li a:hover {
  color: var(--black-222);
}

.post .breadcrumb li:not(.active):hover a {
  text-decoration: underline;
}

.post .post-title {
  font-size: 34px;
  line-height: 51px;
  font-weight: 600;
  position: relative;
  text-align: center;
}

.post .article {
  margin-bottom: 100px;
  display: flex;
}

.post .post-title::before {
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 30%;
  background-color: #d1cbcb;
}

.content__left {
  width: 70%;
}
.content__right {
  width: 30%;
  margin-top: 22%;
}

.post .article .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.post .article .info .size .resetText,
.post .article .info time {
  font-weight: 500;
  color: var(--black-222);
}

.post .article .info .size {
  gap: 10px;
}

.post .article .info .size .resetText {
  cursor: pointer;
}

.post .article .info .size .control {
  cursor: pointer;
}

.post .article .info .size .social {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.post .article .info .size .social img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}

.post .article .info .size .social i {
  font-size: 15px;
  line-height: 30px;
  color: white;
  background: #028fe3;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.post .article .preview .img img {
  cursor: pointer;
}

.content__right .img {
  position: relative;
  width: 100%;
  height: 167px;
}
.content__right .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content__right .img .content {
  position: absolute;
  width: 95%;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: var(--white-color);
}
.content__right .img .btn {
  position: absolute;
  bottom: 10px;
  width: 177px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  background-color: var(--white-color);
  color: var(--black-color);
  font-weight: 700;
  border-radius: 0;
  font-size: 15px;
  line-height: 24px;
}

.content__right.mobile {
  display: none;
}

/* content */
.post .article .content .content__box {
  padding: 20px;
  border: 1px solid #aaa;
  background: #f9f9f9 none repeat scroll 0 0;
  width: max-content;
  display: none;
}

.post .article .content .content__box.active {
  display: block;
}

.post .article .content button {
  background-color: #d3d3d3;
  padding: 10px;
  margin: 10px 0 10px 0;
  font-weight: 500;
  line-height: 26px;
  font-weight: 500;
}

.post .article .content button:focus {
  outline: 5px auto -webkit-focus-ring-color;
}

.post .article .content .title {
  font-size: 16px;
  font-weight: 700;
  color: var(--black-222);
  text-align: center;
  margin-bottom: 24.225px;
}

.post .article .content .content__box .catalogue {
  display: flex;
  flex-direction: column;
}

.post .article .content .content__box .catalogue li {
  margin-left: 15px;
  padding: 3px 0;
}

.post .article .content .content__box .catalogue a {
  font-weight: 500;
  color: var(--black-color);
}

.post .article .content .content__box .catalogue a:hover {
  text-decoration: underline;
}

/* entry content */
.entry-content {
  padding-bottom: 95px;
  border-bottom: 2px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
}

.entry-item {
  width: calc((100% - 60px) / 3);
}

.entry-content .top {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 25px;
}

.entry-content .icon {
  position: relative;
  margin-bottom: 30px;
}

.entry-content .icon .number {
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  font-size: 24px;
  line-height: 24px;
  width: 42px;
  height: 42px;
  font-weight: 600;
  background-color: var(--black-color);
  border-radius: 50%;
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.entry-content .icon i {
  font-size: 70px;
  line-height: 70px;
  font-weight: 600;
}

.entry-content .top .text {
  text-align: center;
  font-weight: 500;
  color: var(--black-222);
  letter-spacing: 0.44px;
}

.entry-content .bottom {
  border: 2px solid #222;
  padding: 20px;
  position: relative;
}

.entry-content .bottom p strong {
  font-weight: 600;
}

.entry-item p {
  line-height: 28px;
  font-weight: 500;
}

.entry-item h2 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-top: 20px;
}

.entry-content .bottom h6 {
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  display: inline-block;
  margin: 20px 0 0px;
}

.entry-content .bottom::before {
  position: absolute;
  color: var(--black-color);
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.entry-content .bottom .title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.entry-content .bottom .note {
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  display: inline-block;
  margin: 20px 0 25px;
}

.entry-content .bottom .time {
  margin-bottom: 25px;
}

.entry-content .bottom .time .text {
  line-height: 28px;
  font-weight: 500;
}

.entry-content .bottom .time .line {
  display: flex;
  justify-content: space-between;
  max-width: 154px;
  flex-wrap: wrap;
}

.entry-content .bottom .time .line strong {
  font-weight: 600;
}

.entry-content .bottom .time .line span {
  line-height: 28px;
  font-weight: 600;
}

.entry-content .bottom .text {
  line-height: 28px;
  font-weight: 500;
}

.entry-content .bottom a {
  line-height: 28px;
  font-weight: 600;
  color: #1F5889;
}

.entry-content .bottom .title-bold {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.entry-content .bottom .title-bold.hotline {
  font-size: 24px;
  line-height: 32px;
  color: #1F5889;
}

.entry-content .bottom .title-bold + .title-bold {
  margin-top: 20px;
}

/* warranty */
.warranty-zone {
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 40px;
}
.warranty-zone .title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin: 70px 0;
}
.acc-heading {
  cursor: pointer;
}
.acc-heading.active .arrow-down {
  transform: rotate(180deg);
}
.acc-heading .desc {
  font-weight: 600;
  padding: 15px 45px 15px 15px;
}
.acc-heading .arrow-down::before {
  font-size: 9px;
}
.acc-body {
  padding: 0 15px;
  display: none;
}
.acc-body ol {
  list-style: decimal;
  list-style-position: inside;
}
.acc-body p,
.acc-body ol li {
  font-weight: 500;
}

.acc-body.mt ol li + li {
  margin-top: 20px;
}

/* faq */
.faq-zone .title {
  margin: 55px 0 60px 0;
  font-weight: 600;
  line-height: 28px;
  font-size: 20px;
}

.faq-zone .sub-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 56px;
}

.faq-zone .list {
  margin-bottom: 38px;
}

.faq-zone .list .item {
  border-bottom: 1px solid var(--border-color);
}

.faq-zone .list .item .heading {
  gap: 18px;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.faq-zone .list .item .heading .info-dot {
  font-size: 38px;
}
.faq-zone .list .item .heading .arrow-down {
  font-size: 9px;
  line-height: 20px;
  margin-left: auto;
  transform: rotate(0deg);
}

.faq-zone .list .item .heading.active .arrow-down {
  transform: rotate(-180deg);
}

.faq-zone .list .item .heading .script {
  line-height: 28px;
  font-weight: 600;
  padding: 15px 0;
}

.faq-zone .list .item .content {
  padding: 0 15px 20px 58px;
  margin-bottom: 5px;
  display: none;
  font-weight: 500;
}
/* like */
.like-zone .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.like-zone .title {
  font-weight: 600;
  line-height: 32px;
  font-size: 24px;
  margin-bottom: 30px;
}
.like-zone .list .item .top {
  position: relative;
  padding-top: 75.9%;
}

.like-zone .list .item .bottom {
  font-weight: 600;
  margin-top: 20px;
}
.like-zone .list .item .bottom a {
  color: var(--black-color);
}

.like-zone .list .item .top img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* establish */
.establish .content {
  background: #f0f0f0;
  border: 1px solid #d2d2d2;
  padding: 10px;
}

.establish .content .content-left .img-left {
  width: 190px;
  height: 190px;
  object-fit: cover;
}

.establish .content .right > img {
  margin-right: 15px;
  float: left;
  width: 190px;
  height: 190px;
  object-fit: cover;
}

.establish .content .right h3 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

.establish .content .right .desc {
  color: var(--black-333);
}

.establish .content .right .cta {
  display: flex;
  align-items: center;
  gap: 5px;
}

.establish .content .right .cta a i {
  width: 34px;
  height: 34px;
  color: #fff;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 17px;
  line-height: 34px;
}

/* related */
.related {
  margin-bottom: 160px;
}
.related__list .slick-slide {
  margin: 0 20px;
}
.related-title {
  background-color: var(--black-color);
  color: var(--white-color);
  padding: 10px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 20px;
  width: 27%;
  text-align: center;
}
.related__list .slick-list {
  margin: 0 -20px;
}

.related__list .top {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 80.4%;
}

.related__list .time {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin: 10px 0 15px 10px;
  border-bottom: 1px solid #d1cbcb;
  color: #666;
}

.related__list li {
  box-shadow: 0 14px 22px -9px #bbcbd8;
  margin: 20px 10px 10px 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}
.related__list .top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.related__list .title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  color: var(--black-222);
}

.related__list .desc {
  margin-bottom: 20px;
}

/* popup */
.popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s linear;
}

.popup.active {
  opacity: 1;
  visibility: visible;
}

.popup .content .close {
  color: #b8b8b8;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 38px;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: auto;
  border-radius: 50%;
  transition: all 0.5s ease-out;
  border: 2px solid transparent;
  cursor: zoom-out;
}

.popup .content .close:hover {
  border: 2px solid var(--white-color);
  color: var(--white-color);
  transform: rotate(180deg) scale(0.8);
}
.popup.active .content .img img {
  transform: scale(1);
}
.popup .content .img img {
  transform: scale(0.95);
  transition: 0.2s;
}

.popup .content .img {
  padding: 0 10px;
}

.popup .content .desc {
  color: var(--white-color);
  font-size: 13px;
  line-height: 18px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .post .breadcrumb li a {
    font-size: 15px;
    line-height: 24px;
  }
  .post .breadcrumb {
    margin-bottom: 0;
  }
  .post .post-title {
    font-size: 20px;
    line-height: 28px;
  }
  .content__right {
    display: none;
  }

  .content__right.mobile {
    display: block;
    width: 100%;
    height: 130px;
  }
  .content__right.mobile .process-container {
    height: 100%;
  }
  .content__right.mobile .img {
    height: 100%;
  }
  .content__left {
    width: 100%;
  }
  .entry-content {
    flex-wrap: wrap;
  }

  .entry-item {
    width: 100%;
  }

  .entry-item + .entry-item {
    margin-top: 55px;
  }

  .warranty-zone {
    border-bottom: unset;
  }

  .warranty-zone .accordion-wrap {
    grid-template-columns: repeat(1, 1fr);
  }

  .warranty-zone .accordion-header {
    padding: 15px;
    border-bottom: 1px solid var(--border-color);
  }
  .warranty-zone .accordion-body {
    padding: 15px;
  }
  .related-title {
    width: 65%;
  }

  .acc-item {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
  }

  .acc-body p,
  .acc-body ol li {
    font-size: 15px;
    line-height: 24px;
  }
  .faq-zone .list .item .heading .script {
    font-size: 15px;
  }
  .establish .content .right {
    display: flex;
  }
  .establish .content .right > img {
    float: unset;
  }
}

@media only screen and (max-width: 576px) {
  .content__right.mobile {
    height: 154px;
  }

  .establish .content .content-left .img-left {
    width: 140px;
    height: 140px;
  }

  /* .post .article .info {
    flex-direction: column;
    align-items: flex-start;
  } */
  .post .article .info .size {
    margin-left: auto;
  }

  .post .article .info .size .resetText {
    font-size: 15px;
  }

  .breadcrumb-item.symbol::before {
    font-size: 10px;
    padding-right: 9px;
  }
}

@media only screen and (max-width: 414px) {
  .post .article .info {
    flex-direction: column;
    align-items: flex-start;
  }
}
