.banner {
  margin-top: var(--header-height);
  position: relative;
}
.container {
  max-width: 1150px;
}

.single__list {
  overflow-x: hidden;
}

.banner .single__list .single__list-item img {
  width: 100%;
  /* max-width: 1900px; */
  /* height: 100%; */
  object-fit: cover;
}

.banner .single__list .single__list-item {
  width: 100%;
  height: 100%;
}

.banner .single__list .slick-dots {
  bottom: 14px;
  width: max-content;
  right: 100px;
}

.banner .single__list .slick-dots li button {
  position: relative;
  background-color: var(--white-color);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 37px;
  height: 3px;
  /* border-radius: 50%; */
  padding: 0;
}

.banner .slick-dots li {
  width: max-content;
}

.banner .single__list .slick-dots li button::before {
  content: "";
  position: absolute;
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  background-color: #666;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.banner .slick-dots li.slick-active button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #666;
  opacity: 1;
  width: 100%;
  height: 100%;
}
.slick-dotted.slick-slider {
  margin: 0;
}

.banner .slick-list,
.banner .slick-slide > div,
.banner .slick-track {
  height: 100%;
}

/* .banner .single__list.slick-slider {
  height: 860px;
} */

.banner .single__list {
  height: 100%;
}

.banner .single__list .slick-dots li button:hover::before {
  opacity: 0.5;
}



.picture {
  margin-top: 15px;
}

.picture .container .row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.picture .picture-content {
  margin: 0 -15px;
}


.product-similar {
  margin-top: 37px;
}
.product-similar .list {
  margin-top: 28px;
}

.title-section {
  color: #000000;
  font-size: 32px;
    line-height: 1.46;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.product-similar .slick-slide {
  margin: 0 10px;
}

.product-similar .slick-list {
  margin: 0 -10px;
}

.product-similar .list {
  margin-top: 28px;
}

.product-similar .list .item .top {
  padding-top: 67.8%;
  position: relative;
}

.product-similar .list .item .top .img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  box-shadow: 0 0 4px rgb(0 0 0 / 25%);
}

.product-similar .list .item .top .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-similar .list .item .bottom {
  text-align: center;
}

.product-similar .list .item .bottom a {
  font-weight: 600;
}



.fearture {
  margin-top: 73px;
}

.fearture .container .feature__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}

.fearture .container .feature__list .top {
  padding-top: 66.194%;
  position: relative;
}

.fearture .container .feature__list .top img {
  height: auto;
  width: 100%;
  object-fit: cover;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
}

.fearture .container .feature__list .feature__list-item {
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.2s ease-out;
}

.fearture .container .feature__list .feature__list-item:hover {
  opacity: 0.8;
}

.fearture .container .feature__list .feature__list-item .bottom {
  padding: 16px 12px;
  background-color: #f4f4f4;
  flex: 1;
}

.fearture .container .feature__list .feature__list-item .bottom .bottom__title {
  font-size: 17.2px;
  line-height: 24px;
  font-weight: 600;
  color: var(--black-color);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fearture .container .feature__list .feature__list-item .bottom .bottom__desc {
  margin-top: 13px;
  line-height: 24px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}

.technology {
  margin-top: 112px;
}

.technology .technology__item {
  position: relative;
  overflow: hidden;
}

.technology .technology__item img {
  transition: transform 0.3s ease-out;
  height: 100%;
  width: 100%;
}

.technology .technology__item:hover img {
  transform: scale(1.02);
}

.technology__action {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.technology__action-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.45;
  color: var(--white-color);
}

.technology__action-link {
  padding: 8px 15px;
  border: 2px solid var(--white-color);
  color: var(--white-color) !important;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin-left: auto;
}

.technology__action-link:hover {
  color: var(--white-color);
  opacity: 0.75;
}

/* ==== product ==== */
.product {
  margin-top: 100px;
}
.standout .list-content,
.product .list-content {
  padding: 0 15px;
}

.product .product__list {
  margin-top: 30px;
  margin-bottom: 27px;
}

.product .product__list-item .overlay .button {
  background-color: var(--black-color);
  color: var(--white-color);
  padding: 10px;
  font-size: 17px;
  line-height: 28.5px;
  max-width: 123px;
  width: 100%;
  text-align: center;
  display: inline-block;
  height: max-content;
  margin: 15px 0 0 15px;
}

.product .product__list-item {
  position: relative;
  display: flex;
}

.product .product__list-item img {
  transition: all 0.2s;
}

.product .product__list-item:hover img {
  opacity: 0.6;
}

.product .product__list-item .img {
  width: 100%;
}

.product .product__list-item:first-child {
  grid-area: 1 / 1 / span 1 / span 2;
}

.product .product__list-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product .product__list-item:hover .overlay {
  width: 95%;
}

.product .product__list-item .overlay {
  background: var(--white-color);
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0%;
  overflow-y: hidden;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s ease-out;
}

.product .product__list-item .overlay .link__list {
  height: 100%;
  overflow: auto;
  margin: 15px 0 0 15px;
}

.product .product__list-item .overlay .img {
  position: absolute;
  inset: 0;
}

.product .product__list-item .overlay .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product .product__list-item .overlay .link__list li {
  margin-bottom: 25.5px;
}

.product .product__list-item .overlay .link__list li a {
  color: #222;
  font-weight: bold;
  font-size: 17px;
  line-height: 26.4px;
}

.product .product__list-item .overlay .link__list li a {
  color: #222;
  font-weight: bold;
  font-size: 17px;
  line-height: 26.4px;
}

.product .product__list-item .title {
  font-size: 22px;
  color: var(--white-color);
  text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
  text-transform: uppercase;
  position: absolute;
  font-weight: 600;
  left: 10px;
  bottom: 10px;
  cursor: pointer;
}
.product .product__list-item:hover .title {
	color: #222;
	text-shadow: unset;
}
.product .product__list-item .title::before {
  content: "";
  left: 0;
  height: 2px;
  width: 100%;
  background-color: var(--white-color);
  top: 100%;
  position: absolute;
  display: none;
}
.product .product__list-item .title:hover::before {
  display: block;
}

.product .slick-slide {
  margin: 0 5px;
}

.product .slick-list {
  margin: 0 -5px;
}
/* === warranty === */
.warranty {
  margin-top: 20px;
}

.warranty .content {
  margin-top: 83px;
  margin-bottom: 35px;
}

.warranty .column-item {
  padding: 0 15px;
}

.warranty .top {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

.warranty .top.symbol.arrow-right::before {
  position: absolute;
  font-size: 20px;
  bottom: auto;
  top: 23px;
  left: auto;
  right: -80px;
}

.warranty .top .number {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transform: translateX(-50%);
  font-weight: 400;
  background-color: var(--black-color);
  font-size: 24px;
  line-height: 26px;
  padding: 5px;
  text-align: center;
  color: var(--white-color);
}

.warranty .top .i-warranty {
  font-size: 80px;
}

.warranty .bottom {
  text-align: center;
}

/* === perspective === */
.perspective {
  margin-top: 100px;
  margin-bottom: 60px;
}

.perspective-content {
  margin: 30px -15px 0 -15px;
}

.perspective__item {
  padding: 0 15px;
}
.perspective__item .img {
}

.perspective__item img {
  width: 100%;
  height: 100%;
}

.perspective__item-title {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  margin-top: 18px;
}

/* action */
.action {
  margin-top: 70px;
  padding-bottom: 35px;
  border-bottom: 1px solid #e0e0e0;
}

.action-content {
  margin: 38px -15px 0 -15px;
}

.action__item {
  padding: 0 15px;
}

.action__item .top:hover img {
  transform: scale(1.05);
}

.action .top {
  position: relative;
  width: 100%;
  padding-top: 70.6%;
  overflow: hidden;
}

.action .top img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  transition: all 0.2s ease-out;
}

.action-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--black-color);
  text-transform: uppercase;
  padding: 15px 0 20px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}

.action__list {
  margin-bottom: 4px;
}

.action__list li {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 5px;
  margin-left: 15px;
  margin-left: 15px;
}

.action__list li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: var(--black-color);
  border-radius: 50%;
  flex-shrink: 0;
}

@media only screen and (max-width: 1199px) {
  .action__list li::before {
    display: none;
  }
}

.action__list li a {
  font-size: 18px;
  line-height: 23px;
  line-height: 23px;
  font-weight: 400;
  color: #222;
  padding: 3px 0;
  gap: 30px;
  position: relative;
}

.action__list li a:hover::after {
  width: 100%;
  transition: all 0.2s ease-out;
}

.action__list li a::after {
  content: "";
  background-color: #222;
  height: 1px;
  width: 0%;
  position: absolute;
  top: 90%;
  left: 0;
}

/* ==== showroom ==== */
.showroom {
  margin-top: 60px;
}

.showroom-list {
  margin-bottom: 35px;
  margin-left: -15px;
  margin-right: -15px;
}

.showroom .block-title {
  margin-bottom: 30px;
}

.showroom .top {
  padding-top: 67.56%;
  position: relative;
}

.showroom .top img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showroom__title {
  text-align: center;
  font-size: 17px;
  line-height: 65px;
  font-weight: bold;
  margin-top: 15px;
  font-weight: 600;
  font-weight: 600;
}

.showroom__item {
  padding: 0 15px;
}

/* price */

.price {
  margin-top: 100px;
}

.price__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.price__list li {
  padding: 0 30px;
}

.price__list li img {
  object-fit: contain;
  width: 112px;
  height: auto;
}

/* standout */

.standout {
  margin-top: 100px;
}

.standout-title {
  position: relative;
}

.standout-viewmore {
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: underline;
  color: #3088ce !important;
  font-weight: 600;
  font-size: 15px;
}

.standout-title .block-title {
  text-align: center;
}

.standout__list {
  margin-top: 30px;
  margin-bottom: 100px;
}

.standout__list .top {
  padding-top: 80.78%;
  position: relative;
}

.standout__list .top img {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.standout .slick-slide {
  margin: 0 20px;
}

.standout .slick-list {
  margin: 0 -20px;
}
.standout .desc {
  padding: 20px 0 20px 0;
}
.container .slide-link {
  font-weight: 600;
  color: #002B59;
  align-items: center;
  display: flex;
  justify-content: center;
}
.standout__list li {
  box-shadow: 0px 14px 22px -9px #bbcbd8;
  margin-bottom: 20px;
}

.standout .desc .title {
  font-size: 17px;
  line-height: 27px;
  color: var(--black-222);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  font-weight: 600;
}

.standout .desc .title:hover {
  text-decoration: underline;
}

/* process */
.process {
  margin-bottom: 40px;
}

.process br{
  display: none;
}

.process .block-subtitle {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 24px;
}

.process .process-main {
  display: flex;
  background: #f4f4f4;
  height: 120px;
  position: relative;
  margin: 24px 0;
}

.process .process-main .process-step {
  flex-shrink: 0;
  flex-basis: calc(100% / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.process .process-main::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  right: 0;
  z-index: 0;
  height: 100%;
  width: 60px;
}

.process .process-main .process-step::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid #f4f4f4;
  position: absolute;
  right: 0;
  z-index: 1;
  filter: drop-shadow(6px 0px 4px rgba(0, 0, 0, 0.13));
}

.process .process-main .process-step .step-icon {
  height: 60%;
  max-height: 72px;
}

.process .process-main .process-step .step-icon {
  height: 90%;
  padding: 10px 0px;
  object-fit: scale-down;
}

.process .process-main .process-step .step-text {
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.process .process-cta .more-btn {
  border: none;
  background: #f4f4f4;
  padding: 4px 20px;
  max-width: fit-content;
}

/* customer-voice */
.customer-voice .container {
  height: 100%;
  max-width: 1150px;
  margin: auto;
}

.customer-voice .slick-track {
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.customer-voice .slick-slide {
  margin: 0 5px;
}

.customer-voice .slick-list {
  margin: 0 -5px;
}

.customer-voice .list {
  margin-top: 28px;
  margin-bottom: 20px;
}

.customer-voice .list .item .top {
  padding-top: 90%;
  position: relative;
}

.customer-voice .list .item .top .img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 0 4px rgb(0 0 0 / 25%);
}

.customer-voice .list .item .top .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.customer-voice .list .item .bottom {
  text-align: center;
}

.customer-voice .list .item .bottom a {
  font-weight: 600;
}

/* referrence */
.referrence {
  margin-bottom: 90px;
}

.referrence img {
  width: 100%;
}
.referrence .slick-list * {
  overflow: unset;
}
.referrence__for {
  margin-top: 40px;
  position: relative;
}

.referrence__for::after,
.referrence__for::before {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  left: 0;
  content: "";
  width: calc(8.75em * 1.4);
  background: linear-gradient(
    90deg,
    #f0f4f7 5%,
    rgba(240, 244, 247, 0.8) 50%,
    rgba(240, 244, 247, 0.4) 70%,
    rgba(240, 244, 247, 0)
  );
}

.referrence__for::after {
  left: unset;
  right: -1px;
  transform: rotate(180deg);
}

.referrence__nav {
  padding: 76px 0;
  margin: 0 -20px;
  margin-top: 35px;
  margin-top: 35px;
}

.referrence .container .referrence__wrap {
  background-color: #f1f4f6;
  padding: 50px 10px;
}

.referrence .container .referrence__wrap .referrence__text {
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
}

.referrence .slick-slide {
  margin-left: 60px;
}

/* the parent */
.referrence .slick-list {
  margin-left: -48px;
}

.referrence__for .slick-slide {
  margin-left: 13px;
}
.referrence__for .slick-list {
  /* margin-left: 15px; */
  margin: 0 10px;
}
.referrence__for .slick-list,
.referrence__nav .slick-list {
  overflow: unset;
}

.referrence__for.slick-slider {
  padding-top: 30px;
}

.referrence__for.slick-slider img {
  height: auto;
}

.referrence__for .slick-current {
  position: relative;
}

.referrence__for .slick-current::before {
  content: "";
  position: absolute;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 130%;
  top: -29px;
  background-color: var(--black-color);
}

.referrence .slick-slide {
  position: relative;
  height: auto !important;
  /* transition: all 900ms ease; */
}

.referrence__nav .slick-slide {
  visibility: hidden;
}
.list-content.--referencence__nav i.arrow {
  display: block;
}

.referrence__nav .slick-current {
  opacity: 1;
  transform: scale(1.6);
  z-index: 99;
  visibility: visible;
  /* width: 400px !important; */
}

.referrence .slick-slide .xyz {
  opacity: 0;
}

.referrence .slick-current .xyz {
  opacity: 1;
}

.referrence__nav .refference__item-text {
  text-align: center;
  margin-top: 20px;
  display: none;
  font-size: 15px;
  font-weight: 400;
  color: #065493;
}

.referrence__nav .refference__item-text a {
  /* margin-left: 10px; */
}

.referrence__nav .slick-current .refference__item-text {
  display: block;
}

.referrence__modal {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 501;
  padding: 20px 8px;
  display: none;
}

.referrence__modal.active {
  display: block;
}

.referrence__modal .content {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 30px;
  background-color: #fff;
  gap: 30px;
  position: relative;
  display: none;
}

.referrence__modal .content.active {
  display: flex;
}

.referrence__modal-left {
  background-color: #fff;
  flex: 1;
  border-radius: 10px;
  /* overflow: hidden; */
  /* overflow: hidden; */
  position: relative;
  width: 100%;
  height: 577px;
}

.referrence__modal-left .img img,
.referrence__modal-left .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.referrence__modal-right {
  width: 33%;
}

.referrence__modal-right .block-title {
  text-align: left;
}

.referrence__modal-right p {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.referrence__modal-nav {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.referrence__modal-nav li {
  width: 20%;
  height: 80px;
  padding: 0 3px;
  cursor: pointer;
  margin-top: 6px;
}

.referrence__modal-nav li.active {
  border: 3px solid #3088ce;
}

.referrence__modal-nav li img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  width: 100%;
  object-fit: cover;
}

.icon {
  background-color: var(--white-color);
  padding: 16px;
  border-radius: 10px;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.2s;
}

.icon:hover {
  opacity: 0.8;
}

.icon.next {
  right: 20px;
}

.icon.prev {
  left: 20px;
}

.icon::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-color: var(--black-color) var(--black-color) transparent transparent;
}

.icon.prev::before {
  transform: translate(-50%, -50%) rotate(225deg);
}

.referrence__modal .close {
  font-size: 35px;
  line-height: 44px;
  font-weight: 500;
  color: var(--black-333);
  position: absolute;
  top: 10px;
  right: 5px;
  cursor: pointer;
}

.consult-time input {
  outline: none;
  height: 26px;
  border: 1px solid #e0e0e0;
}

.consult-form form {
  margin-top: 20px;
}

@media only screen and (min-width: 1900px) {
  .banner {
    margin-top: var(--header-height-large);
  }

  .referrence__nav {
    margin: 0 -330px;
    padding: 40px 0;
    margin-top: 20px;
  }

  .referrence__nav .slick-current {
    transform: scale(1.2);
  }
}

@media only screen and (min-width: 1200px) {
  /* .banner .single__list .single__list-item img {
    max-width: 1920px;
    height: 860px;
    width: 100%;
    object-fit: cover;
    margin: 0 auto;
  } */

  .single__list.slick-slider {
    max-width: 1920px;
    /* max-height: 900px; */
    /* height: 860px; */
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1200px) {
  .referrence__nav .slick-current {
    /* min-width: 400px !important; */
  }

  .referrence .slick-slide {
    /* margin-left: 10px; */
  }
}

@media only screen and (max-width: 991px) {
  .referrence__modal .content.active {
    flex-direction: column;
  }

  .referrence__modal-right {
    width: 100%;
  }

  .referrence__nav .slick-current {
    transform: scale(1.4);
  }

  .fearture
    .container
    .feature__list
    .feature__list-item
    .bottom
    .bottom__desc {
    display: none;
  }

  .referrence__modal-right {
    width: 100%;
  }

  .referrence__nav .slick-current {
    transform: scale(1.4);
  }

  .fearture
    .container
    .feature__list
    .feature__list-item
    .bottom
    .bottom__desc {
    display: none;
  }

  .process .process-main .process-step .step-icon {
    width: calc(100% - 60px);
    padding: 4px 36px;
    align-self: flex-start;
  }

  .process .process-main .process-step .step-icon::before {
    font-size: 14px;
    text-align: center;
    line-height: normal;
  }

  .process .process-main .process-step .step-icon {
    height: 100%;
    padding: 10px 0px;
    object-fit: scale-down;
  }

  .process .process-main .process-step .step-text {
    line-height: normal;
    font-size: 14px;
    width: calc(100% - 60px);
    align-self: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .fearture,
  .technology {
    margin-top: 50px;
  }

  /* .referrence__modal {
    display: block;
  } */

  .referrence__nav .slick-current {
    transform: scale(1.18);
  }

  .technology__action-link {
    display: none;
  }

  .fearture .container .feature__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 25px;
  }

  .fearture
    .container
    .feature__list
    .feature__list-item
    .bottom
    .bottom__desc {
    display: none;
  }

  .warranty .column-item {
    margin-bottom: 55px;
  }
  .warranty .column-item:last-child {
    margin-bottom: 0;
  }
  .warranty .top {
    margin-right: 12px;
  }

  .warranty .top.symbol.arrow-right::before {
    content: "\e936";
    font-size: 40px;
    top: calc(100% + 40px);
    left: 50%;
    transform: translateX(-50%);
    right: unset;
  }

  .warranty .bottom {
    font-size: 15px;
    margin-top: 5px;
  }

  .warranty .top .i-warranty {
    font-size: 65px;
  }

  .action__list li a {
    text-transform: initial;
    font-size: 15px;
    line-height: 24px;
  }

  .showroom .bottom {
    margin-bottom: 23px;
  }

  .process .process-main .process-step .step-icon {
    width: calc(100% - 60px);
    padding: 4px 36px;
    align-self: flex-start;
  }

  .process .process-main .process-step .step-icon::before {
    font-size: 14px;
    text-align: center;
    line-height: normal;
  }

  .process .process-main .process-step .step-icon {
    height: 100%;
    padding: 10px 0px;
    object-fit: scale-down;
  }

  .process .process-main .process-step .step-text {
    line-height: normal;
    font-size: 14px;
    width: calc(100% - 60px);
    align-self: flex-start;
  }
}

@media only screen and (max-width: 576px) {
  .standout-viewmore {
    display: none;
  }
  .title-section {
    color: #000000;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

  .perspective__item {
    margin-bottom: 46px;
  }
  .perspective__item {
    margin-bottom: 46px;
  }
  .referrence__nav {
    margin: 0 -20px;
  }
  .referrence__nav .slick-list {
    margin: 0 45px;
  }
  .referrence__nav .slick-current {
    transform: scale(1);
  }

  .referrence .slick-slide {
    margin-left: 15px;
  }

  /* .referrence .slick-list {
    margin-left: unset;
  } */
  .referrence__for::after,
  .referrence__for::before {
    display: none;
  }

  .price__list {
    flex-direction: column;
    /* margin: 0 -20px; */
  }
  .referrence__nav .slick-list {
    margin: 0 45px;
  }
  .referrence__nav .slick-current {
    transform: scale(1);
  }

  .referrence .slick-slide {
    margin-left: 15px;
  }

  /* .referrence .slick-list {
    margin-left: unset;
  } */
  .referrence__for::after,
  .referrence__for::before {
    display: none;
  }

  .price__list {
    flex-direction: column;
  }

  .list-content.--referencence__for i.arrow {
    display: block;
    top: calc(50% + 14px);
  }
  .referrence__for {
    margin-top: 0;
  }

  .banner .single__list .slick-dots {
    right: 50%;
    transform: translateX(50%);
  }
  .banner .single__list .slick-dots li button {
    width: 20px;
  }
  .product .product__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 141px;
  }
  .showroom .top {
    padding-top: 60%;
  }

  .product .product__list-item .title {
    font-size: 12px;
    line-height: 1.5;
  }
  .product .list-content {
    padding: 0;
  }

  .product .product__list-item .overlay {
    display: none;
  }

  .product .product__list-item {
    padding-bottom: 20px;
    background-color: #8b8b8b;
  }
  .referrence__for .slick-current::before {
    width: 100%;
  }

  .product .more-btn {
    display: none;
  }

  .process .block-subtitle {
    letter-spacing: 1px;
    font-size: 17px;
    margin-bottom: 6px;
  }

  .process .process-main::after {
    width: 20px;
  }

  .process .process-main .process-step::after {
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 20px solid #f4f4f4;
    filter: drop-shadow(6px 0px 4px rgba(0, 0, 0, 0.13));
  }

  .process .process-main .process-step .step-icon {
    width: calc(100% - 20px);
    padding: 4px 10px;
    min-height: 72px;
    align-self: flex-start;
  }

  .process .process-main .process-step .step-icon::before {
    font-size: 12px;
    text-align: center;
    line-height: normal;
  }

  .process .process-main .process-step .step-icon {
    height: 100%;
    padding: 16px 0px;
    object-fit: scale-down;
  }

  .process .process-main .process-step .step-text {
    line-height: normal;
    font-size: 12px;
    width: calc(100% - 20px);
    align-self: flex-start;
  }

  .process br{
    display: initial;
  }

  .block-title {
    font-size: 22px;
    line-height: 32px;
  }

/*Fix UI*/

 /*section feature*/
.fearture .container .feature__list .feature__list-item .bottom {
  padding: 6px 6px;
  background-color: #f4f4f4;
  flex: 1;
}

.fearture .container .feature__list .feature__list-item .bottom .bottom__title {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: var(--black-color);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

/*section standout*/
.standout .desc .title {
  font-size: 17px;
  line-height: 27px;
  color: var(--black-222);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-box-orient:unset;
  text-align: center;
}


}
