section {
  width: 100% !important;
  overflow: hidden !important;
}
/* HB SEARCH */
.hb-seresult #seresult,
.hb-seresult #seresult1,
.hb-seresult #seresult2 {
  width: 100%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 8px;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  direction: rtl;
}
.hb-seresult #seresult:after,
.hb-seresult #seresult1:after,
.hb-seresult #seresult2:after {
  display: table;
  clear: both;
  content: " ";
}
.hb-seresult #seresult2 {
  border-radius: 0 !important;
}
.hb-seresult #seresult2 div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
}
.hb-seresult .item {
  padding: 12px 16px;
  width: 66%;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  display: flex;
  align-items: center;
  transition: background 0.2s;
  overflow: hidden;
}
.hb-seresult .item:hover {
  background: #f8f9fa;
}
.hb-seresult .item a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 4px 0;
  border-radius: 6px;
  color: #000;
  text-decoration: none;
}
.hb-seresult .item a:link,
.hb-seresult .item a:visited {
  color: #000;
}
.hb-seresult .item a:hover {
  background: transparent;
  color: #000;
}
.hb-seresult .item a img {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-left: 12px;
  border-radius: 4px;
  flex-shrink: 0;
}
/* HB SLIDE */
.hb-slide {
  background: #97c2ef url("home-banner-deskttop-3.webp") no-repeat center center;
  background-size: 2000px 440px;
  object-fit: cover;
  position: relative;
  transition-property: transform;
  display: block;
  min-height: 340px;
  overflow: visible !important;
}
.hb-slide .hb-container {
  max-width: 1060px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 20px 118px 20px;
  gap: 40px;
}
.hb-slide .slide-content {
  flex: 1;
  position: relative;
}
.hb-slide .slide-content p {
  font-size: 24px;
  font-weight: 500;
  color: #0d3c66;
  margin: 5px 0 8px 0;
}
.hb-slide .buttons {
  display: none;
}
.hb-slide .btn {
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 6px;
  font-size: 20px;
  font-weight: bold;
  transition: 0.3s;
  display: none;
}
.hb-slide .btn-outline {
  border: 2px solid #1f66b5;
  color: #0d3c66;
}
.hb-slide .btn-outline:hover {
  background: #1f66b5;
  color: #fff;
}
.hb-slide .btn-red {
  color: #fff;
  border: 2px solid #e30b16 !important;
  background: #e30b16 !important;
}
.hb-slide .btn-red:hover {
  background: rgb(255, 255, 255, 0.4) !important;
  color: #ff1111;
  border: 2px solid #ff1111;
}
.hb-slide .slide-image {
  flex: 1;
  text-align: center;
}
.hb-slide .slide-image img {
  width: 100%;
  max-width: 420px;
}
.hb-slide .slide-title {
  font-size: 31px;
  font-weight: 900;
  color: #0d3c66;
  line-height: 2;
}
.hb-slide .slide-title-2 {
  font-size: 31px;
  font-weight: 500;
  color: #ef3c51;
}
/* HB SEARCH */
.hb-search-section {
  width: 100%;
  padding: 0;
  position: absolute;
  right: 0 !important;
  bottom: -170px;
  z-index: 20;
}
.hb-search-section .hb-search-box {
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  padding: 10px 0;
  width: 1020px !important;
  justify-content: space-around;
  border: 1px solid #e7f0f7;
}
.hb-search-section .hb-search-text {
  text-align: right;
  margin-top: 0;
}
.hb-search-section .hb-search-text div {
  font-weight: 600;
  color: #222;
  font-size: 18px !important;
  margin-bottom: 3px;
}
.hb-search-section .hb-search-text div span {
  color: #000;
}
.hb-search-section .hb-search-text p {
  color: #777;
  font-size: 13px;
  font-weight: 500;
  margin-top: 0 !important;
}
.hb-search-section .hb-search-form {
  align-items: center;
  width: 62%;
  display: inline-block;
}
.hb-search-section .input-group {
  padding: 10px 15px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.hb-search-section .input-group input {
  border: 1px solid #ddd;
  border-radius: 35px !important;
  width: 97%;
  outline: none;
  font-size: 14px;
  padding: 8px 12px;
}
.hb-search-section .input-group input::placeholder {
  color: #aaa;
}
.hb-search-section .input-group button {
  width: 20%;
  border-radius: 35px !important;
  border: none;
  background-color: #ef3c51 !important;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  padding: 7px 11px;
  margin: 0;
}
.hb-search-section .input-group button i {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.hb-search-section .input-group button:hover {
  background: #d90000;
}
.hb-search-section .icon-btn {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: #f2f5ff;
  color: #777;
  font-size: 22px;
  cursor: pointer;
  flex-shrink: 0;
  display: inline-block;
  margin: 0 12px;
}
.hb-search-section .icon-btn img {
  filter: brightness(0) !important;
}
.hb-search-section .icon-btn:hover {
  background: #e5e5e5;
}
/* HB-AA SLIDE */
.aa-category-con .container {
  width: 1300px;
  margin: 20px auto;
}
.aa-category-con {
  width: 100%;
  min-height: 230px;
}
.aa-category-con h2 {
  margin-bottom: 18px;
  font-weight: 400;
  font-weight: 500;
  font-size: 21px;
}
.aa-category-con .aa-description {
  font-size: 16px;
  color: #858585;
  font-weight: 700;
  margin-bottom: 30px;
  display: none;
}
.aa-category-con .product-card {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 8px;
  background: #fff;
  text-align: center;
  transition: 0.3s;
  min-height: 160px;
  overflow: hidden;
}
.aa-category-con .product-card:hover {
  box-shadow: 0 8px 20px #00000014;
}
.aa-category-con .product-card img {
  width: 100%;
  margin: auto;
  display: block;
  scale: 1.2;
}
.aa-category-con .product-des {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 11px 0 0 0;
  z-index: 2;
  padding: 0px;
}
.aa-category-con .product-des div:first-child {
  color: #000;
  font-weight: 690;
  font-size: 13px;
  margin-bottom: 8px;
}
.aa-category-con .owl-carousel {
  direction: ltr !important;
}
.aa-category-con .owl-carousel .item {
  padding: 0;
}
.aa-category-con .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background: #f3f3f3 !important;
  font-size: 28px !important;
  margin: 0 5px;
  transition: 0.3s;
}
.aa-category-con .owl-nav button:hover {
  background: #000 !important;
  color: #fff !important;
}
.aa-category-con .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 !important;
}
.aa-category-con .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #fff !important;
  border: 1px solid #67687a !important;
}
.aa-category-con .owl-dots button.owl-dot.active {
  background-color: #ea262e !important;
  border: 1px solid #ea262e !important;
}
.aa-category-con .a0 {
  width: 100% !important;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly !important;
}
.aa-category-con .a1 {
  width: 89.2% !important;
}
.aa-category-con .a2 {
  width: 10% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aa-category-con .see-all-p {
  background-color: #e30b16;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  padding: 14.5px;
  height: 202px;
  width: auto;
  margin: 0;
}
.aa-category-con .see-all-p-des div:first-child {
  color: #fff;
  text-align: center;
  margin: 8px 0;
  font-size: 15px;
  font-weight: 600;
}
.aa-category-con .see-all-p-des div:last-child {
  color: #e30b16;
  background-color: #fff;
  border-radius: 50px;
  display: block;
  text-align: center;
  font-weight: 700;
  padding: 4px 0;
  font-size: 12px;
}
.aa-category-con img.arrow-left {
  width: auto;
  height: 10px;
  display: block;
  margin: 8px auto;
  display: none;
}
.hb-category {
  background: #eeeef0;
  padding: 15px 0 20px 0;
  min-height: 370px;
  margin: 60px 0 0 0;
}
/* HB-AA CATEGORY */
.hb-category .hb-tabs {
  display: flex;
  gap: 10px;
  overflow-x: scroll;
  padding-bottom: 10px;
}
.hb-category .tab.active {
  color: #fff;
  color: #ef3c51;
  border-color: #ef3c51 !important;
}
.aa-category-con .product-des div:last-child {
  direction: rtl !important;
  color: #9a9ba7 !important;
  background-color: transparent !important;
  border-radius: 20px;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 700;
}
.aa-category-con .see-all-p img:first-child {
  width: 40px;
}
.hb-category .tabs .c-left-btn {
  position: absolute;
  top: 10%;
  left: -30px;
  font-size: 30px;
  color: #a5a5a5;
  cursor: pointer;
  display: none;
}
.hb-category .tabs .c-right-btn {
  position: absolute;
  top: 10%;
  font-size: 30px;
  right: -30px;
  color: #a5a5a5;
  cursor: pointer;
  display: none;
}
.hb-category th:first-child,
.hb-category td:first-child {
  font-weight: 500;
  text-align: right;
}
.hb-category td {
  font-weight: 499; /* HB */
  padding: 6px 18px;
  text-align: center;
  border-bottom: 1px solid #eee;
  color: #333;
}
.hb-category span.toman {
  font-size: 11px;
  margin-right: 5px;
}
.hb-category .hb-table-more a:link,
.hb-category .hb-table-more a:visited {
  font-weight: 600;
  color: #e61d36;
  font-size: 13px;
  background: #fff;
  border-radius: 8px 8px;
  padding: 8px 12px;
}
.hb-category a.hb-table-btn {
  color: #fff;
  padding: 3px 30px;
  font-size: 15px; /* HB */
  padding: 1px 30px;
  background: #ef3c51 !important; /* HB */
  border-color: #ef3c51 !important; /* HB */
  border-radius: 6px;
}
.hb-category .dataTables_wrapper {
  padding: 20px 20px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
  background: #fff;
  border-radius: 14px;
}
.hb-category .dataTables_wrapper table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
}
.hb-category td:last-child {
  text-align: left;
}
.hb-category th span {
  font-size: 11px;
}
.hb-category .container {
  width: min(1300px, 100%);
  max-width: 100% !important;
  margin: auto;
}
.hb-category .price-section {
  padding: 70px 0;
}
.hb-category .hb-title {
  text-align: center;
  margin-bottom: 15px;
  color: #08215c;
  font-size: 21px;
  font-weight: 700;
}
.hb-category .tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  scrollbar-width: none;
  position: relative;
}
.hb-category .tabs::-webkit-scrollbar {
  display: none;
}
.hb-category .tab {
  flex: 1;
  min-width: 150px;
  height: 48px;
  border: 1px solid #ddd;
  border-radius: 40px;
  background: #fff;
  color: #444;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.25s;
}
.hb-category .tab:hover {
  border-color: #e61d36;
  color: #e61d36;
}
.hb-category .table-wrapper {
  width: 100% !important;
  overflow: hidden;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #eee;
}
.hb-category .table-scrollbar {
  height: 430px;
  overflow-y: auto;
  overflow-x: hidden;
}
.hb-category table {
  width: 100% !important;
  min-width: 900px;
  border-collapse: collapse;
}
.hb-category thead {
  background: #f5f7fb;
}
.hb-category th {
  padding: 6px 18px;
  text-align: center;
  color: #666;
  font-weight: 600;
  border-bottom: 1px solid #eee;
}
.hb-category tbody tr:hover {
  background: #fafafa;
}
.hb-category .buy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 42px;
  background: #e71d36;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
}
.hb-category .buy-btn:hover {
  background: #c8142b;
}
.hb-category .more-btn {
  display: inline-flex;
  margin-top: 25px;
  padding: 14px 28px;
  background: #fff;
  color: #e71d36;
  text-decoration: none;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}
.hb-category .tab-content {
  display: none;
  animation: fade 0.3s ease;
}
.hb-category .tab-content.active {
  display: block;
}
.hb-category .hb-table-more {
  margin: 15px 10px !important;
  text-align: left;
}
.hb-category .fa-arrow-left {
  color: #c0c0c0;
}
.hb-category .hb-table-more img {
  width: 6px;
  height: auto;
  margin: 0 5px 0 20px;
}
@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* HB-AA RANGE */
.aa-fbt-con {
  width: 100%;
  margin: 20px 0;
  min-height: 625px;
}
.aa-fbt-con .container {
  width: 100%;
}
.aa-fbt-con .aa-title {
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 23px !important;
}
.aa-fbt-con .aa-title span {
  color: unset;
}
.aa-fbt-con .bg-main {
  border-radius: 14px;
  width: 100%;
  background-color: transparent;
  border: 0;
  align-items: start;
  justify-content: space-evenly;
}
.aa-fbt-con form {
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  height: auto;
  justify-content: flex-start;
  padding: 20px 0 34px 0;
  border: 1px solid #8be5f4;
  background-color: #f3fdff;
  border-radius: 14px;
  width: 35%;
}
.aa-fbt-con form button {
  position: absolute;
  background-color: transparent;
  color: #df2027;
  font-size: 14px;
  font-weight: 600;
  border: 0;
  border-radius: 8px;
  padding: 12px 24px;
  bottom: 5px !important;
  left: 10px;
}
.aa-fbt-con form button img {
  width: auto;
  height: 16px;
  margin: 0 0 0 6px !important;
}
.aa-fbt-con .a1::before {
  content: "";
  width: 1px;
  height: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #8be5f4;
  display: none;
}
.aa-fbt-con .a1 {
  width: 100%;
}
.aa-fbt-con .a2 {
  height: 100%;
  background-image: url(../size-sec-5.webp);
  background-size: 40% auto;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 100%;
  background-image: none;
  margin-top: 82px !important;
}
.aa-fbt-con .fbt-title {
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 20px;
  margin: 0 20px 20px 20px;
  font-weight: 570;
}
.aa-fbt-con .fbt-title span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #999;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-left: 10px;
  padding-top: 5px;
}
.aa-fbt-con .fbt-text {
  display: block;
  margin: 10px 25px 10px 0;
  color: #7c7c7c;
  font-size: 14px;
  font-weight: 500;
}
.aa-fbt-con .a2-inputs {
  margin: 30px 10px 30px 0;
}
.aa-fbt-con .a2-inputs div {
  display: flex;
  align-items: center;
  justify-content: space-evenly !important;
  margin: 0 0 0 10px !important;
}
.aa-fbt-con .a2-inputs img {
  height: 25px;
  width: 25px;
  margin: 0 0 0 10px !important;
}
.aa-fbt-con .a2-inputs div input {
  border: 1px solid #edefee;
  padding: 8px 12px;
  border-radius: 8px;
  text-align: right;
  width: 65% !important;
}
.aa-fbt-con .a2-inputs div input:focus {
  outline-color: #ea262e;
}
.aa-fbt-con .a2-input-text {
  font-size: 16px;
  font-weight: 600;
  color: #0b375c;
  padding: 0 !important;
  margin: 0 !important;
}
.aa-fbt-con .a2-input-text span {
  font-size: 10px !important;
  margin-right: 5px;
}
.aa-fbt-con .choose-capacity-con {
  width: 100%;
}
.aa-fbt-con .choose-capacity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
  width: 80%;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 10px;
  color: #59595b;
  font-size: 14px;
  font-weight: 500;
}
.aa-fbt-con .choose-capacity i {
  font-size: 20px;
}
.aa-fbt-con .dd {
  display: none;
}
.aa-fbt-con .dd input {
  width: 33.33%;
  height: 10px;
  border-radius: 0;
}
.aa-fbt-con .choose-capacity.active {
  border: 1px solid #ea262e;
}
.aa-fbt-con .dd.active {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  width: 100%;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #cacaca;
  z-index: 2;
}
.tank-search-box .dd.active {
  z-index: 2;
}
/* RANGE */
.tank-search-box {
  display: flex;
}
.tank-search-box .range-wrapper,
.aa-fbt-con .range-wrapper {
  width: 80%;
  margin: 0 auto;
  position: relative;
  padding: 45px 0 15px;
  direction: ltr;
}
.tank-search-box .ruler,
.aa-fbt-con .ruler {
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
  top: 56px !important;
}
.tank-search-box .ticks,
.aa-fbt-con .ticks {
  width: 100%;
  height: 7px;
  background-image: linear-gradient(to right, #484848 0.7px, transparent 0);
  background-size: calc(100% / 18) 100%;
  background-repeat: repeat-x;
}
.tank-search-box .ruler .hide-tick,
.aa-fbt-con .ruler .hide-tick,
.tank-search-box .ruler .tick:first-child,
.aa-fbt-con .ruler .tick:first-child,
.tank-search-box .ruler .tick:last-child,
.aa-fbt-con .ruler .tick:last-child {
  display: none !important;
}
.tank-search-box .ruler .ticks,
.aa-fbt-con .ruler .ticks {
  background-image: none;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.tank-search-box .ruler .tick,
.aa-fbt-con .ruler .tick {
  width: 1px;
  background: #ababab !important;
  display: inline-block;
  height: 5px !important;
}
.tank-search-box .ruler .hide-tick,
.aa-fbt-con .ruler .hide-tick {
  display: inline-block;
  opacity: 0;
}
.tank-search-box .range-labels,
.aa-fbt-con .range-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 13px;
  color: #666;
}
.tank-search-box .range-labels span,
.aa-fbt-con .range-labels span {
  direction: rtl;
}
.tank-search-box .value-badge,
.aa-fbt-con .value-badge {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  background: #e60012;
  color: #fff;
  border-radius: 6px;
  white-space: nowrap;
  padding: 6px;
  font-size: 12px;
}
.tank-search-box .value-badge::after,
.aa-fbt-con .value-badge::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #e60012;
}
.tank-search-box .dd label,
.aa-fbt-con .dd label {
  width: 33.33%;
  text-align: center;
  padding: 8px 0;
  border: 1px solid #cacaca;
  border-radius: 8px;
  background-color: #fff;
  color: #000;
  font-weight: 500 !important;
  cursor: pointer;
}
.tank-search-box .dd label:hover,
.aa-fbt-con .dd label:hover {
  background-color: #fff !important;
  color: #ef3c52 !important;
  border-color: #ef3c52 !important;
}
.tank-search-box .dd label input,
.aa-fbt-con .dd label input {
  opacity: 0;
  width: 0;
  height: 0;
}
.tank-search-box .capacity-item:has(input:checked),
.aa-fbt-con .capacity-item:has(input:checked) {
  background: #ef3c52;
  color: #fff;
}
.tank-search-box #range1,
.aa-fbt-con #range2 {
  width: 100%;
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
  appearance: none;
  height: 6px;
  border-radius: 100%;
  height: 4px !important;
}
.tank-search-box #range1::-webkit-slider-thumb,
.aa-fbt-con #range2::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 4px #ea262e;
  cursor: pointer;
}
.tank-search-box input[type="range"]::-webkit-slider-thumb,
.aa-fbt-con input[type="range"]::-webkit-slider-thumb {
  width: 20px !important;
  height: 20px !important;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 50%;
}
.tank-search-box .tankResult,
.aa-fbt-con .tankResult {
  list-style: none;
  display: flex;
  align-items: start;
  justify-content: start;
  padding: 0 10px;
  width: 65%;
  flex-wrap: wrap;
  gap: 0 !important;
}
.tank-search-box .tankResult .tank-item,
.aa-fbt-con .tankResult .tank-item {
  border: 1px solid #cacaca;
  border-radius: 8px;
  background: #fff;
  width: 24%;
  margin: 0;
  position: relative;
}
.tank-search-box .tankResult .tank-item img,
.aa-fbt-con .tankResult .tank-item img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px 8px 0 0;
}
.tank-search-box .tankResult .tank-item .item-text,
.aa-fbt-con .tankResult .tank-item .item-text {
  font-size: 11px;
  min-height: 60px !important;
  display: block;
  text-align: right;
  font-weight: 700;
  color: #000;
  padding: 6px;
  position: static;
  width: 100%;
  top: 168px;
  left: 0;
  right: 0;
  background-color: #fff;
}
.tank-search-box .tankResult .tank-item .item-text2,
.aa-fbt-con .tankResult .tank-item .item-text2 {
  font-size: 12px;
  min-height: 20px;
  display: block;
  text-align: right;
  font-weight: 700;
  color: #858585;
  margin: 6px;
  display: none !important;
  line-height: 1.7;
}
.tank-search-box .tankResult .tank-item .stars,
.aa-fbt-con .tankResult .tank-item .stars {
  min-height: 14px;
  margin: 6px 4px;
  color: #f4b51a;
  display: flex;
  justify-content: flex-start;
}
.tank-search-box .tankResult .tank-item .price-add,
.aa-fbt-con .tankResult .tank-item .price-add {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 6px 12px 15px;
}
.tank-search-box .tankResult .tank-item .price-add .p,
.aa-fbt-con .tankResult .tank-item .price-add .p {
  font-weight: 500;
  font-size: 15px;
  color: #000;
}
.tank-search-box .tankResult .tank-item .price-add .p span,
.aa-fbt-con .tankResult .tank-item .price-add .p span {
  font-size: 13px;
}
.tank-search-box .tankResult .tank-item .price-add .k i,
.aa-fbt-con .tankResult .tank-item .price-add .k i {
  color: #ea262e;
  font-size: 26px;
}
.tank-search-box .a2-inputs .LWH,
.aa-fbt-con .a2-inputs .LWH {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 15px 10px auto !important;
  width: 87% !important;
}
/* HB-AA PORFOROSH */
.aa-bs-con {
  width: 100%;
  margin: 50px 0 !important;
  min-height: 385px;
}
.aa-bs-con .container {
  width: 100%;
  position: relative;
  background-color: #fdefef;
  padding: 10px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-radius: 16px !important;
}
.aa-bs-con .container .a1 {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: start !important;
  justify-content: space-between !important;
}
.aa-bs-con .container .a1 img {
  width: 80%;
  height: auto;
  border-radius: 8px;
  margin: 30px auto 0 auto;
  display: block;
}
.aa-bs-con .container .a2 {
  min-height: 365px !important;
  width: 80%;
}
.hb-aa-bs-con {
  height: 310px !important;
  background: #df0319;
  border-radius: 20px 20px;
  width: 240px;
  position: relative;
}
.hb-aa-bs-con .img-con {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(../Bestseller.webp);
  background-repeat: no-repeat;
  background-size: 65% auto;
  background-position: center;
}
.aa-bs-con .aa-title {
  color: #000;
  margin-bottom: 20px;
  font-weight: 600;
  display: block;
  width: 100%;
  font-size: 20px !important;
  padding: 0 10px 0 0 !important;
}
.aa-bs-con .nav-tabs {
  position: relative;
}
.aa-bs-con .nav-tabs .nav-link {
  color: #898991;
  font-weight: 500;
  font-size: 13px !important;
}
.aa-bs-con .nav-tabs .nav-link,
.aa-bs-con .nav-tabs .nav-link:hover,
.aa-bs-con .nav-tabs .nav-link:focus {
  border: none;
}
.aa-bs-con .nav-tabs .nav-item.show .nav-link,
.aa-bs-con .nav-tabs .nav-link.active {
  border: none;
  border-bottom: 2px solid red;
  color: #ea262e;
  font-weight: 600;
  background-color: transparent;
}
/* TAB MENU BUTTONS */
.aa-bs-con .right-btn,
.aa-bs-con .left-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #8d8e90;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transition: all ease-in-out 0.3s;
}
.aa-bs-con .left-btn {
  left: -30px;
}
.aa-bs-con .right-btn {
  right: -30px;
}
.aa-bs-con .right-btn i,
.aa-bs-con .left-btn i {
  color: #8d8e90;
  transition: all ease-in-out 0.3s;
  font-size: 28;
}
.aa-bs-con .right-btn:hover,
.aa-bs-con .left-btn:hover {
  cursor: pointer;
  border-color: #000;
}
.aa-bs-con .right-btn:hover i,
.aa-bs-con .left-btn:hover i {
  color: #000;
}
.aa-bs-con .left-btn,
.aa-bs-con .right-btn,
.aa-bs-con .see-all-p {
  display: none;
}
.aa-bs-con .see-all {
  padding: 8px 30px;
  text-decoration: none;
  background-color: #fff;
  color: #ff0000;
  position: absolute;
  bottom: 20px;
  left: 21%;
  right: 21%;
  width: 58%;
  border-radius: 60px;
  font-size: 14px;
  font-weight: 600;
}
.aa-bs-con .see-all-p {
  position: absolute;
  color: #898991;
  left: 0;
  font-size: 14px;
  top: 10px;
  list-style: none;
  font-weight: 600;
}
.aa-bs-con .see-all-p img {
  margin-right: 10px;
  width: 16px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(58%) sepia(4%) saturate(249%)
    hue-rotate(202deg) brightness(91%) contrast(87%);
}
.aa-bs-con .see-all-p i {
  font-size: 22px;
  vertical-align: middle;
  margin-right: 5px;
}
.aa-bs-con .items-container {
  width: 100%;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0 !important;
  margin: 0;
  justify-content: start;
}
.aa-bs-con .items-container li {
  border: 1px solid #cacaca;
  border-radius: 8px;
  background-color: #fff;
  width: 20% !important;
  position: relative;
}
.aa-bs-con .items-container li img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px 8px 0 0;
}
.aa-bs-con .items-container li .item-text {
  font-size: 14px;
  min-height: 60px;
  display: block;
  text-align: right;
  font-weight: 700;
  color: #000;
  padding: 6px;
  position: static;
  width: 100%;
  top: 180px;
  left: 0;
  right: 0;
  background-color: #fff;
}
.aa-bs-con .items-container li .item-text2 {
  font-size: 12px;
  min-height: 20px;
  display: block;
  text-align: right;
  font-weight: 700;
  color: #858585;
  margin: 6px;
  display: none;
}
.aa-bs-con .items-container li .stars {
  min-height: 20px;
  margin: 6px;
  color: #f4b51a;
  display: table;
}
.aa-bs-con .items-container li .price-add {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 6px 12px 15px;
}
.aa-bs-con .items-container li .price-add .p {
  font-weight: 500;
  font-size: 15px;
  color: #000;
}
.aa-bs-con .items-container li .price-add .p span {
  font-size: 13px;
}
.aa-bs-con .items-container li .price-add .k i {
  color: #ea262e;
  font-size: 26px;
}
/* HB-AA BUILDING */
.aa-unit-count {
  width: 100%;
  margin: 50px 0;
  min-height: 405px;
  background-color: #fefafb;
  padding: 15px 0 0 0;
}
.aa-unit-count .container {
  width: 100%;
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
}
.aa-unit-count .aa-title,
.aa-unit-count .aa-title2 {
  font-size: 28px;
  color: #08215c;
  margin-bottom: 15px;
  font-weight: 600 !important;
  width: 100% !important;
}
.aa-unit-count .aa-title span,
.aa-unit-count .aa-title2 span {
  color: #ea262e;
}
.aa-unit-count .desc,
.aa-unit-count .desc2 {
  color: #858585;
  font-size: 15px;
  font-weight: 500;
  width: 100% !important;
}
/* --- */
.aa-unit-count .product-box {
  margin-top: 25px;
  display: flex;
  align-items: flex-start;
  width: 50% !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}
.aa-unit-count .select-box select {
  width: 100%;
  height: 45px;
  border: 1px solid #ddd;
  color: #858585;
  border-radius: 10px;
  padding: 0 15px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}
.aa-unit-count .select-box select:focus {
  outline-color: #ea262e;
}
.aa-unit-count .select-box select option {
  color: #000;
}
.aa-unit-count .radio-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 47% !important;
  margin: 30px 0 0 0 !important;
  gap: 5px;
}
.aa-unit-count .radio-list input {
  display: none;
}
.aa-unit-count .radio-list label {
  width: 32%;
  display: block;
  margin-bottom: 1px;
  border: 1px solid #ddd;
  border-radius: 6px !important;
  cursor: pointer;
  transition: 0.3s;
  background: #fff;
  text-align: center;
  font-weight: 600;
  padding: 10px !important;
}
.aa-unit-count .radio-list label:hover {
  border-color: #ddd;
  background: #ef3c52;
  color: #fff;
}
.aa-unit-count .radio-list input:checked + label {
  border-color: #ddd;
  background: #ef3c52;
  color: #fff;
}
.aa-unit-count .image-box {
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  width: 250px !important;
  margin: 6px 10px 0 0 !important;
}
.aa-unit-count .image-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.aa-unit-count .items-container {
  width: 100%;
  padding: 0 2px 10px 2px !important;
  list-style: none;
  display: flex;
  align-items: stretch;
  justify-content: start;
  flex-wrap: wrap !important;
  gap: 6px !important;
}
.aa-unit-count .items-container li {
  border: 1px solid #cacaca;
  border-radius: 8px;
  position: relative;
  width: 33.33% !important;
  background-color: #fff;
}
.aa-unit-count .items-container li img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px 8px 0 0;
}
.aa-unit-count .items-container li .item-text {
  font-size: 14px;
  min-height: 40px;
  display: block;
  text-align: right;
  font-weight: 700;
  color: #000;
  padding: 6px;
  position: static;
  width: 100%;
  top: 185px !important;
  left: 0;
  right: 0;
  background-color: #fff;
  line-height: 2 !important;
}
.aa-unit-count .items-container li .item-text2 {
  font-size: 12px;
  min-height: 20px;
  display: block;
  text-align: right;
  font-weight: 700;
  color: #858585;
  margin: 6px;
  line-height: 2 !important;
}
.aa-unit-count .items-container li .stars {
  min-height: 20px;
  margin: 6px;
  color: #f4b51a;
  display: table;
}
.aa-unit-count .items-container li .price-add {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 6px 12px 15px;
}
.aa-unit-count .items-container li .price-add .p {
  font-weight: 500;
  font-size: 15px;
  color: #000;
}
.aa-unit-count .items-container li .price-add .p span {
  font-size: 13px;
}
.aa-unit-count .items-container li .price-add .k i {
  color: #ea262e;
  font-size: 16px !important;
}
.aa-unit-count .custom-select {
  position: relative;
  width: 84% !important;
}
.aa-unit-count .select-input {
  position: relative;
}
.aa-unit-count .select-input input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0 40px 0 10px;
  cursor: pointer;
  background: #fff;
  height: 56px !important;
}
.aa-unit-count .arrow {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.aa-unit-count .options {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-top: 5px;
  overflow: hidden;
  z-index: 999;
}
.aa-unit-count .title {
  padding: 12px;
  text-align: center;
  color: #888;
  font-size: 13px;
  border-bottom: 1px solid #eee;
}
.aa-unit-count .search-box {
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.aa-unit-count .search-box input {
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0 10px;
  box-sizing: border-box;
}
.aa-unit-count #optionList {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 220px;
  overflow-y: auto;
}
.aa-unit-count #optionList li {
  padding: 10px 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px auto !important;
  width: 93% !important;
}
.aa-unit-count #optionList li:hover {
  background: #f5f5f5;
}
.aa-unit-count #optionList li.selected {
  background: #fdefef;
  color: #fd0100;
  width: 93%;
  margin: 0 auto;
  border-radius: 8px;
}
.aa-unit-count #optionList li.selected::after {
  content: "\f00c" !important;
  font-family: "FontAwesome" !important;
  font-size: 18px !important;
  font-weight: 100 !important;
}
.aa-unit-count #searchInput {
  outline: none;
  box-shadow: none;
}
.aa-unit-count #searchInput:focus {
  outline: none;
  box-shadow: none;
  border-color: #ddd;
}
.aa-unit-count .clear-btn {
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  margin-top: 25px !important;
  display: block;
  margin-right: auto;
  background-color: transparent !important;
  color: #e30b16 !important;
  padding: 10px 0 !important;
}
.aa-unit-count .clear-btn img {
  width: auto;
  height: 16px;
  margin: 0 0 0 6px !important;
}
.aa-unit-count .clear-btn:hover {
  background-color: #c62828;
}
.aa-unit-count .results-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: right;
  display: none !important;
}
.aa-unit-count #result {
  box-sizing: border-box;
}
/* HB-AA VERTICAL-HORIZONTAL-UNDERSTAIR-CUBIC */
.aa-vtp-con {
  width: 100%;
  margin: 50px 0;
  min-height: 395px;
}
.aa-vtp-con .container {
  width: 100%;
  position: relative;
}
.aa-vtp-con .aa-title {
  color: #08215c;
  text-align: right;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding: 0 20px 0 0;
}
.aa-vtp-con .aa-title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  border-radius: 8px;
  background: #e30b16;
  display: none;
}
.aa-vtp-con .see-all-p {
  position: absolute;
  font-size: 14px;
  top: 20px;
  color: #929292 !important;
  left: 20px !important;
}
.aa-vtp-con .see-all-p i {
  margin-right: 5px;
  vertical-align: middle;
  color: #929292 !important;
}
.aa-vtp-con .see-all-p img {
  width: 6px;
  height: auto;
  filter: invert(14.13%) sepia(69.68%) saturate(0%) hue-rotate(124.47deg)
    brightness(119.88%) contrast(37.36%);
}
.aa-vtp-con .vtp-ul,
.aa-vtp-con .vtp-ul-2,
.aa-vtp-con .vtp-ul-3,
.aa-vtp-con .vtp-ul-4 {
  margin-top: 20px;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  gap: 5px !important;
  overflow: hidden;
  width: 100%;
}
.aa-vtp-con .vtp-ul li,
.aa-vtp-con .vtp-ul-2 li,
.aa-vtp-con .vtp-ul-3 li,
.aa-vtp-con .vtp-ul-4 li {
  border: 1px solid #ddd;
  border-radius: 8px;
  height: auto !important;
  flex: 0 0 16.7% !important;
  position: relative;
  overflow: hidden;
}
.aa-vtp-con .vtp-ul li img,
.aa-vtp-con .vtp-ul-2 li img,
.aa-vtp-con .vtp-ul-3 li img,
.aa-vtp-con .vtp-ul-4 li img {
  width: 140px;
  height: 140px;
  display: block;
  margin: 0 auto;
  border-radius: 8px 8px 0 0;
}
.aa-vtp-con .vtp-ul li .item-text,
.aa-vtp-con .vtp-ul-2 li .item-text,
.aa-vtp-con .vtp-ul-3 li .item-text,
.aa-vtp-con .vtp-ul-4 li .item-text {
  font-size: 14px;
  min-height: 70px;
  display: block;
  text-align: right;
  font-weight: 700;
  color: #000;
  padding: 6px;
  position: static;
  width: 100%;
  top: 188px;
  left: 0;
  right: 0;
  background-color: #fff;
  line-height: 1.7;
}
.aa-vtp-con .vtp-ul li .item-text2,
.aa-vtp-con .vtp-ul-2 li .item-text2,
.aa-vtp-con .vtp-ul-3 li .item-text2,
.aa-vtp-con .vtp-ul-4 li .item-text2 {
  font-size: 12px;
  min-height: 20px;
  display: block;
  text-align: right;
  font-weight: 700;
  color: #858585;
  margin: 6px;
}
.aa-vtp-con .vtp-ul li .stars,
.aa-vtp-con .vtp-ul-2 li .stars,
.aa-vtp-con .vtp-ul-3 li .stars,
.aa-vtp-con .vtp-ul-4 li .stars {
  min-height: 20px;
  margin: 6px;
  color: #f4b51a;
  display: table;
}
.aa-vtp-con .vtp-ul li .price-add,
.aa-vtp-con .vtp-ul-2 li .price-add,
.aa-vtp-con .vtp-ul-3 li .price-add,
.aa-vtp-con .vtp-ul-4 li .price-add {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 0 6px 12px 15px;
}
.aa-vtp-con .vtp-ul li .price-add .p,
.aa-vtp-con .vtp-ul-2 li .price-add .p,
.aa-vtp-con .vtp-ul-3 li .price-add .p,
.aa-vtp-con .vtp-ul-4 li .price-add .p {
  font-weight: 500;
  font-size: 15px;
  color: #000;
}
.aa-vtp-con .vtp-ul li .price-add .p span,
.aa-vtp-con .vtp-ul-2 li .price-add .p span,
.aa-vtp-con .vtp-ul-3 li .price-add .p span,
.aa-vtp-con .vtp-ul-4 li .price-add .p span {
  font-size: 13px;
}
.aa-vtp-con .vtp-ul li .price-add .k i,
.aa-vtp-con .vtp-ul-2 li .price-add .k i,
.aa-vtp-con .vtp-ul-3 li .price-add .k i,
.aa-vtp-con .vtp-ul-4 li .price-add .k i {
  color: #f13e54;
  font-size: 18px !important;
}
/* SCROLL BTNS */
.aa-vtp-con .right-btn,
.aa-vtp-con .left-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transition: all ease-in-out 0.3s;
  border: 1px solid #dbdbdb !important;
}
.aa-vtp-con .left-btn {
  left: -60px;
}
.aa-vtp-con .right-btn {
  right: -60px;
}
.aa-vtp-con .right-btn i,
.aa-vtp-con .left-btn i {
  color: #bdbdbd !important;
  font-size: 18px;
  transition: all ease-in-out 0.3s;
}
.aa-vtp-con .right-btn:hover,
.aa-vtp-con .left-btn:hover {
  border-color: #000 !important;
  cursor: pointer !important;
}
.aa-vtp-con .right-btn:hover i,
.aa-vtp-con .left-btn:hover i {
  color: #000 !important;
}
.aa-vtp-con .vtp-ul::-webkit-scrollbar,
.aa-vtp-con .vtp-ul-2::-webkit-scrollbar,
.aa-vtp-con .vtp-ul-3::-webkit-scrollbar,
.aa-vtp-con .vtp-ul-4::-webkit-scrollbar {
  display: none;
}
/* HB-AA WHY TPY */
.n-whytpy-con {
  width: 100%;
  min-height: 330px;
}
.n-whytpy-con .container {
  width: 100%;
  margin: 50px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.n-whytpy-con .article {
  width: 49.5%;
  border: 2px solid #ddd;
  border-radius: 10px;
}
.n-whytpy-con .article img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
/* HB-AA ANTI */
.aa-anti-con {
  width: 100%;
  margin: 50px 0;
  min-height: auto;
  display: none !important;
}
.aa-anti-con .container {
  width: 100%;
  height: 400px;
  border: 1px solid #b5e2ff;
  background-color: #f0fbff;
  padding: 20px;
  border-radius: 8px;
  background-image: url(../pic.webp);
  background-repeat: no-repeat;
  background-position: 30px center;
  background-size: 450px auto;
}
.aa-anti-con .aa-title {
  font-size: 28px;
  color: #000;
  font-weight: 400;
  margin-bottom: 15px;
}
.aa-anti-con .aa-text {
  font-size: 14px;
  color: #82878b;
  font-weight: 700;
}
.aa-anti-con ul {
  padding: 0;
  list-style: none;
}
.aa-anti-con ul li {
  margin: 15px 0;
  font-size: 14px;
  color: #82878b;
  font-weight: 500;
}
.aa-anti-con ul li img {
  width: 20px;
  height: auto;
  margin-left: 12px;
}
.aa-anti-con .more-info {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  width: 15%;
  background-color: #e41f28;
  border-radius: 6px;
  margin: 30px 10px 0 0;
  display: block;
  padding: 10px 0;
}
/* HB-AA COMMENT */
.aa-customer-comment-con {
  width: 100%;
  margin: 50px 0;
  min-height: 300px;
  display: none !important;
}
.aa-customer-comment-con .container {
  width: 100%;
}
.aa-customer-comment-con .aa-title {
  font-size: 28px;
  color: #000;
  font-weight: 700;
  margin-bottom: 15px;
}
.aa-customer-comment-con .aa-title span {
  color: #e82128;
}
.aa-customer-comment-con .customer-comments {
  margin-top: 30px;
}
.aa-customer-comment-con .comment-card {
  height: 200px;
  border: 2px solid #eaeaea;
  border-radius: 8px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  padding: 10px;
  background: #fff;
}
.aa-customer-comment-con .comment-card > img {
  width: 32px;
}
.aa-customer-comment-con .comment-card .text {
  font-size: 14.5px;
  font-weight: 600;
  color: #8a8a8a;
  text-align: center;
  margin: 10px 0;
  padding: 0 10px;
}
.aa-customer-comment-con .profile {
  display: flex;
  align-items: center;
}
.aa-customer-comment-con .profile img {
  width: 60px;
  margin-left: 10px;
}
.aa-customer-comment-con .prof-detail .name {
  font-size: 14px;
  font-weight: 800;
}
.aa-customer-comment-con .prof-detail .city {
  font-size: 13px;
  color: #818181;
}
.aa-customer-comment-con .owl-dots {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aa-customer-comment-con .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #fff !important;
  border: 1px solid #67687a !important;
}
.aa-customer-comment-con .owl-dots button.owl-dot.active {
  background-color: #ea262e !important;
  border: 1px solid #ea262e !important;
}
.aa-customer-comment-con .aa-desc {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin: 50px 0 10px 0;
}
.aa-customer-comment-con .aa-article {
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  overflow-y: scroll !important;
  max-height: 300px;
  border: 1px solid #5a5a5a;
  border-radius: 4px;
  padding: 25px;
  position: relative;
}
.aa-customer-comment-con .aa-article .more {
  display: none;
}
.aa-customer-comment-con .aa-article.show-all .more {
  display: block;
}
.aa-customer-comment-con .aa-article h2 {
  font-size: 24px !important;
  font-weight: 500 !important;
  color: #383838 !important;
}
.aa-customer-comment-con .aa-article h3 {
  font-size: 24px !important;
  font-weight: 500 !important;
  color: #383838 !important;
}
.aa-customer-comment-con .aa-article ul {
  margin: 0 !important;
  padding: 0 20px 0 0 !important;
}
.aa-customer-comment-con .see-all-btn {
  color: #4dbecc;
  font-size: 15px;
  font-weight: 700;
  display: block;
  width: 10%;
  border: none;
  background-color: #fff;
  display: none;
  margin: 10px auto 0 0;
}
.aa-customer-comment-con .see-all-btn i {
  font-size: 20px;
  margin: 0 5px 2px 0;
  vertical-align: middle;
}
.aa-customer-comment-con .item {
  display: flex;
  align-items: stretch;
  border-radius: 8px;
  height: 250px;
}
.aa-customer-comment-con .r {
  width: 50%;
}
.aa-customer-comment-con .video-con {
  position: relative;
  width: 96%;
  height: 70%;
  margin: 5px;
  border-radius: 8px;
  background-image: url(321.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.aa-customer-comment-con .video-con img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.aa-customer-comment-con .video-detail {
  display: flex;
  align-items: center;
  justify-content: space-between !important;
  height: 28%;
}
.aa-customer-comment-con .video-detail-texts {
  margin-right: 10px;
  border-left: 1px solid #e2e2e2 !important;
}
.aa-customer-comment-con .video-detail .heading {
  font-size: 13px;
  font-weight: 700;
  color: #000;
}
.aa-customer-comment-con .video-detail .text {
  font-size: 12px;
  font-weight: 500;
  color: #777;
  padding: 5px 0 5px 16px !important;
}
.aa-customer-comment-con .video-detail img {
  height: auto;
  width: 25px !important;
}
/* -- */
.aa-customer-comment-con .l {
  width: 50%;
  position: relative;
}
.aa-customer-comment-con .l .comment-text {
  height: 70%;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  padding: 0 20px;
}
.aa-customer-comment-con .l .virgol {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 28px;
  height: auto;
}
.aa-customer-comment-con .l .profile {
  height: 30%;
  margin: 0 20px 0 0 !important;
  border-top: 1px solid #e2e2e2 !important;
}
.aa-customer-comment-con .l .profile img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.aa-customer-comment-con .user-detail .name {
  font-weight: 600;
  font-size: 14px;
  color: #000;
}
.aa-customer-comment-con .user-detail .city {
  font-weight: 500;
  font-size: 13px;
  color: #777;
}
.aa-customer-comment-con .aa-article.dn::after {
  display: none;
}
.aa-customer-comment-con .aa-article::-webkit-scrollbar,
.table-scrollbar::-webkit-scrollbar,
.hb-tabs::-webkit-scrollbar {
  width: 4px !important;
  height: 4px !important;
}
.aa-customer-comment-con .aa-article::-webkit-scrollbar-track,
.table-scrollbar::-webkit-scrollbar-track,
.hb-tabs::-webkit-scrollbar-track {
  background: #f5f5f5 !important;
}
.aa-customer-comment-con .aa-article::-webkit-scrollbar-thumb,
.table-scrollbar::-webkit-scrollbar-thumb,
.hb-tabs::-webkit-scrollbar-thumb {
  background: #999 !important;
  border-radius: 4px !important;
}
.aa-customer-comment-con .aa-article::-webkit-scrollbar-thumb:hover,
.table-scrollbar::-webkit-scrollbar-thumb:hover,
.hb-tabs::-webkit-scrollbar-thumb:hover {
  background: #666 !important;
}
/* HB-AA FAQ */
.aa-faq-con {
  width: 100%;
  margin: 50px 0;
  direction: rtl;
}
.aa-faq-con .container {
  width: 100%;
}
.aa-faq-con .aa-title {
  font-size: 26px;
  color: #08215c;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  display: none;
}
.aa-faq-con .aa-desc {
  font-size: 16px;
  color: #9e9ea0;
  font-weight: 600;
  display: none;
}
.aa-faq-con .aa-desc span {
  color: #e82128;
}
.aa-faq-con .accordion {
  margin: 30px 0 0 0;
}
.aa-faq-con .accordion-item {
  border: 0;
  border-bottom: 1px solid #eeeeee;
  border-radius: 0 !important;
  margin-bottom: 0;
  overflow: hidden;
  box-shadow: none;
}
.aa-faq-con .accordion-button {
  background: #fff;
  color: #222;
  font-size: 16px;
  font-weight: 600 !important; /* HB */
  padding: 22px 25px;
  box-shadow: none;
  text-align: right;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.aa-faq-con .accordion-button:not(.collapsed) {
  color: #e82128;
  background: #fff;
}
.aa-faq-con .accordion-button::after {
  margin: 0 0 0 5px;
  width: 12px;
  height: 12px;
  background-size: 12px;
  background-image: url(aeeow2.webp) !important;
}
.aa-faq-con .accordion-body {
  background: #fff;
  color: #555;
  font-size: 14px;
  line-height: 2;
  padding: 0 25px 22px;
  text-align: justify;
  font-weight: 500;
}
.aa-faq-con .accordion-body strong {
  font-weight: 800;
}
.aa-faq-con .accordion-collapse {
  border: none;
}
.ticks {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  height: 20px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  z-index: 2;
}
.ticks .tick {
  display: block;
  width: 2px;
  height: 8px;
  background: #999;
  flex-shrink: 0;
}
.ticks .tick.hide-tick {
  visibility: hidden;
}
.stars {
  margin: 50px 4px 0 0 !important;
  display: none !important;
}
.stars i {
  font-size: 12px !important;
  margin: 0 1px !important;
}
.item-text2 {
  display: none !important;
}
.fa-shopping-cart {
  font-size: 22px !important;
  margin: 0px 0 5px 8px;
}
.price-add {
  margin: 10px 6px 3px 6px !important;
}
.item-text {
  position: relative;
}
.aa-bs-con .items-container li,
.aa-fbt-con .tankResult .tank-item {
  overflow: hidden;
}
.hider-t {
  position: absolute;
  width: 1000%;
  height: 15px;
  top: -16px;
  left: -25px;
  background-color: #fff;
}
.aa-customer-comment-con .aa-article strong {
  font-size: 18px !important;
  font-weight: 500 !important;
}
.aa-category-con .a3 a:has(.see-more) {
  width: 100% !important;
}
.aa-category-con .a3 .see-more {
  font-size: 12px;
  color: #9f9f9f;
  font-weight: 500;
  display: block;
  text-align: center;
  margin: 10px auto 0 auto;
}
.aa-category-con .a3 .see-more .fa-angle-left {
  font-size: 16px;
  vertical-align: middle;
  margin: 0 0 2px 0;
}
.hb-tdate {
  color: #089036;
  font-weight: 500;
  font-size: 16px;
}
.hb-dd-banner {
  background-color: #ef262e !important;
}
.hb-dd-banner img {
  width: 1300px !important;
  display: block !important;
  margin: 0 auto !important;
}
header .header-mid {
  height: 93px !important;
}
header .header-logo-con img {
  width: 200px !important;
}
.hb-search-form .input-con {
  width: 80%;
  position: relative;
}
.hb-search-form .input-con .close-btn-input-des {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translate(0, -50%);
  font-size: 18px;
  display: none;
}
.hb-search-form .input-con .close-btn-input-des.active {
  display: block;
}
#wrapper1.hide {
  display: none;
}
.dim-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: stroke;
  transition: opacity 0.25s;
  z-index: 2;
  backdrop-filter: blur(5px);
  display: none;
}
.dim-overlay.active {
  opacity: 1;
  display: block;
}
.hb-seresult-wrapper {
  width: 1020px;
  position: absolute;
  top: 190%;
  left: 50%;
  z-index: 9999999999;
  transform: translate(-50%, 0);
}
.hb-seresult-wrapper:has(#seresult2 .item) {
  position: fixed;
  top: 0;
}
.hb-seresult-wrapper #seresult2:has(.item) {
  height: 252px;
}
.hb-seresult {
  width: 100%;
}
.aa-hero-new {
  width: 100%;
  min-height: 310px;
  margin: 92px 0 0 0;
}
.aa-hero-new .container {
  width: 100%;
}
.aa-hero-new .title1 {
  display: block;
  width: 100%;
  font-size: 24px;
  text-align: center;
  color: #08205e;
  font-weight: 600;
  position: relative;
}
.aa-hero-new .title1::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #e8e9ed;
  z-index: -1;
}
.aa-hero-new .title1 .aa {
  background: #fff;
  outline: 10px solid #fff;
}
.aa-hero-new .a3 {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin: 20px 0 0 0;
}
.aa-hero-new .a3 a {
  width: 16% !important;
}
.aa-hero-new .a3 a .item {
  width: 100%;
}
.aa-hero-new .a3 a .item img {
  width: 100%;
  height: auto;
}
.aa-hero-new .a3 a .item-title {
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin: 12px 0 0 0;
}
.aa-hero-new .a3 a .count {
  text-align: center;
  color: #a5a5a5;
  font-size: 14px;
  font-weight: 600;
  margin: 6px 0 0 0;
}
.aa-hero-new .a3 a .see-more {
  width: 180px;
  height: 180px;
  background-color: #ef3c51;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}
.aa-hero-new .a3 a .see-more img {
  width: 45px;
  height: auto;
  margin: 0 0 10px 0;
}
.hb-fbt-con {
  overflow: visible !important;
}
.hb-fbt-con .container {
  border: 1px solid #8be5f4;
  background-color: #f3fdff;
  margin: 20px auto !important;
  border-radius: 16px;
}
.hb-fbt-con .hb-step {
  min-height: 230px !important;
  width: 100% !important;
  padding: 0 !important;
  background-size: 45% auto !important;
  background-position: 15px 90% !important;
  background: transparent url("tank-cal.webp") no-repeat;
  border-radius: 12px;
  margin: 0 auto 20px auto;
  padding-top: 10px;
  background-size: 319px 240px;
}
.hb-fbt-con .step-panel .py-5 {
  padding: 0 !important;
  text-align: right !important;
}
.hb-fbt-con .step-panel .mb-3 {
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #243a6c !important;
}
.hb-fbt-con .step-panel button {
  background-color: #4379e5 !important;
  padding: 6px 12px !important;
  font-size: 15px !important; /* HB */
}
.hb-fbt-con .step-panel button img {
  width: 16px;
  height: auto;
  margin: 0 10px 0 0;
}
/* reset button */
.hb-fbt-con .step-panel #resetForm1 {
  display: none !important;
}
.hb-fbt-con .step-item.active .step-number {
  background-color: #4379e5 !important;
  color: #fff;
}
.hb-fbt-con .step-line {
  margin-top: 14px !important;
  height: 1px !important;
  width: 100% !important;
  background: #e9ecef;
  transition: 0.3s;
}
.hb-fbt-con .step-title {
  font-size: 10px !important;
}
.steps-wrapper {
  max-width: 750px;
  margin: 0 auto 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.step-item {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-align: center;
  min-width: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.step-number {
  width: 30px;
  height: 30px;
  margin: 0 0 4px 0;
  border-radius: 50%;
  background: #bee1ff;
  color: #0b45b0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  padding-top: 5px;
  font-weight: 700;
  transition: 0.3s;
}
.step-title {
  display: block;
  font-size: 14px;
  color: #6c757d;
  transition: 0.3s;
}
.step-item.active .step-title {
  color: #0d6efd;
  font-weight: 700;
}
.step-item.completed .step-number {
  background: #bee1ff;
  color: #0f44ac;
}
.step-item.completed .step-title {
  color: #4f575a;
}
.step-line.completed {
  background: #78a8f4;
}
.steps-content {
  max-width: 750px;
  margin: auto;
  padding: 0;
  border-radius: 12px;
}
.step-panel {
  display: none;
  border-radius: 12px;
}
.step-panel.active {
  display: block;
  width: 100%;
}
.step-buttons {
  display: flex;
  justify-content: end;
  padding-top: 15px; /* HB */
}
.step-panel h3,
.step-panel .range-wrapper,
.step-panel .fbt-title {
  display: none;
}
.hb-step .choose-capacity-con {
  background-color: #fff;
  margin: 0 0 25px 0 !important;
  position: relative;
  width: 100% !important;
}
.hb-step .choose-capacity-con .dd {
  display: none;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
}
.hb-step .choose-capacity-con .dd.active {
  display: flex;
}
.hb-step .choose-capacity-con .choose-capacity {
  outline: 1px solid #ddd;
  padding: 16px 8px; /* HB */
  border-radius: 6px;
  position: absolute;
  width: 100% !important;
  font-size: 10px; /* HB */
  background-color: #fff;
  z-index: 999999;
}
.hb-step .choose-capacity-con .choose-capacity.active {
  outline-color: #ef3c52;
}
.hb-step .choose-capacity-con .choose-capacity i {
  position: absolute;
  top: 12px; /* HB */
  left: 15px;
  font-size: 22px;
  transition: all ease-in-out 0.3s;
}
.hb-step .choose-capacity-con .choose-capacity.active i {
  transform: rotate(90deg);
}
.hb-step .choose-capacity-con .capacity-item {
  font-size: 11px;
}
.hb-step .a2 .a2-inputs {
  display: flex;
  margin: 10px 0 0 0;
  gap: 7px;
}
.hb-step .a2 .a2-inputs .LWH img {
  width: 20px;
  height: auto;
  margin: 0 0 0 5px;
}
.hb-step .a2 .a2-inputs .LWH {
  margin: 0 !important;
  width: 33.33% !important;
  flex-wrap: wrap;
  justify-content: start !important;
}
.hb-step .a2 .a2-inputs .LWH input {
  width: 100%;
  font-size: 10px; /* HB */
  border: 1px solid #d7dbde;
  border-radius: 6px;
  text-align: right;
  padding: 13px 8px; /* HB */
  margin: 5px 0 0 0;
}
.hb-step .a2 .a2-inputs .a2-input-text {
  font-size: 13px; /* HB */
  color: #0a1954;
  font-weight: 600; /* HB */
}
.hb-step .a2 .a2-inputs .a2-input-text span {
  font-weight: 500;
  font-size: 7px; /* HB */
}
.hb-step:has(.tank-search-box .step-panel:nth-child(2).active) {
  background-image: unset;
}
.hb-step:has(.tank-search-box .step-panel:nth-child(3).active) {
  background-image: unset;
}
.hb-fbt-con .step-panel .step-buttons button:nth-child(1) {
  background-color: transparent !important;
  color: #2b81cc !important;
  border-color: #2b81cc !important;
  margin: 0 0 0 10px;
}
.hb-step .tank-search-box .tankResult .tank-item .item-text {
  top: 130px !important;
}
.hb-step .tank-search-box .tankResult .tank-item img {
  width: 140px !important;
}
.hb-step .tank-search-box .tankResult .tank-item {
  width: 140px !important;
  min-height: 140px !important;
  flex: 0 0 140px;
  overflow: hidden;
}
.hb-step .tank-search-box .tankResult .tank-item .price-add .k i,
.hb-step .aa-fbt-con .tankResult .tank-item .price-add .k i {
  font-size: 16px !important;
}
.hb-step .tank-search-box .tankResult .tank-item .price-add .p,
.hb-step .aa-fbt-con .tankResult .tank-item .price-add .p {
  font-size: 12px !important;
}
.hb-step .tank-search-box .tankResult .tank-item .price-add {
  margin: 90px 6px 3px 6px !important;
}
.hb-step .tank-search-box .tankResult {
  width: 100% !important;
  overflow: scroll;
  flex-wrap: nowrap !important;
  gap: 6px !important;
  padding: 0 2px 10px 0;
}
.hb-step .fbt-title-wa {
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0;
}
.a2 .fbt-title-wa {
  margin: 85px 0 15px 0;
}
.aa-new-porfrosh {
  width: 100%;
  margin: 15px 0;
}
.aa-new-porfrosh .container {
  width: 100%;
  background: #ef3c51;
  border-radius: 16px;
  padding: 5px;
  position: relative;
}
.aa-new-porfrosh .title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin: 8px 0 0 0;
}
.aa-new-porfrosh .title span {
  font-size: 26px;
  font-weight: 800;
  display: block;
}
.aa-new-porfrosh .item {
  display: flex;
  align-items: start;
  justify-content: space-between;
  position: relative;
  border-radius: 8px;
}
.aa-new-porfrosh .item .a0 {
  width: 20%;
  min-height: 150px;
  border-radius: 8px;
}
.aa-new-porfrosh .item .a0 .img-con {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0 0;
}
.aa-new-porfrosh .item .a0 img {
  width: auto;
  height: 140px;
  margin: 20px 0 0 0;
}
.aa-new-porfrosh .item .a1 {
  min-height: 150px;
  background: #fff;
  border-radius: 8px;
}
.aa-new-porfrosh .item .a1 .text {
  font-size: 13.5px;
  padding: 0 5px;
  color: #000;
  font-weight: 500;
}
.aa-new-porfrosh .item .a1 img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.aa-new-porfrosh .item .a1 .price-add {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.aa-new-porfrosh .item .a1 .price-add .p {
  color: #333;
  font-weight: 600;
  font-size: 14px;
}
.aa-new-porfrosh .item .a1 .price-add .p span {
  font-weight: normal;
  font-size: 12px;
}
.aa-new-porfrosh .item .a1 .price-add .k i {
  color: #ef3c51;
}
.aa-new-porfrosh .owl-dots {
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 50px;
  right: 115px;
}
.aa-new-porfrosh .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #af0011;
}
.aa-new-porfrosh .owl-dots .owl-dot.active {
  background: #ce0000;
}
/* -- */
.aa-new-porfrosh .aa-pp {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  background: #ef3c52;
  border-radius: 8px;
}
.aa-new-porfrosh .slide-dots {
  position: absolute;
  right: 115px;
  bottom: 8px;
  width: 45px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
}
.aa-new-porfrosh .slide-dots .dot {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #af0011;
  cursor: pointer;
}
.aa-new-porfrosh .slide-dots .dot.active {
  background: #ce0000;
}

.aa-new-y-tpy {
  width: 100%;
  background-color: #f4f7fc;
}
.aa-new-y-tpy .container {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex-direction: column;
  padding: 40px 0;
}
.aa-new-y-tpy .container .top {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.aa-new-y-tpy .container .below {
  width: 100%;
  margin: 75px 0 0 0;
}
.aa-new-y-tpy .container .below .A0 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
}
.aa-new-y-tpy .container .below .A0 .owl-dots {
  position: absolute;
  bottom: -40px;
}
.aa-new-y-tpy .container .below .A0 .owl-dots button span {
  width: 7px !important;
  height: 7px !important;
  margin: 5px !important;
}
.aa-new-y-tpy .container .below .A1 {
  width: auto;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aa-new-y-tpy .container .below .C1 {
  border: none;
}
.aa-new-y-tpy .container .owl-carousel .owl-stage-outer {
  border-radius: 0;
}
.aa-new-y-tpy .container .below .A1 img {
  padding: 0 6px;
  height: 60px;
  width: auto;
}
.aa-new-y-tpy .container .below .A1 .det .u {
  color: #08215c;
  font-size: 15px;
  font-weight: 500;
}
.aa-new-y-tpy .container .below .A1 .det .d {
  font-size: 10.4px;
  font-weight: 500;
  margin: 3px 0 0 12px;
  min-width: 130px; /* HB */
  color: #6a6e72;
}
.aa-new-y-tpy .container .right {
  width: 50%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
}
.aa-new-y-tpy .container .right .title {
  font-size: 28px;
  font-weight: 700;
  color: #08215c;
  margin: 0 0 10px 0;
}
.aa-new-y-tpy .container .right .title span {
  color: #ef3c51;
}
.aa-new-y-tpy .container .right .desc {
  font-size: 19px;
  font-weight: 500;
  color: #08215c;
  line-height: 1.8;
}
.aa-new-y-tpy .container .right .counter-con {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 0 0;
}
.aa-new-y-tpy .container .right .counter {
  width: 25%;
  text-align: center;
  border-left: 2px solid #ddd;
}
.aa-new-y-tpy .container .right .counter:last-child {
  border: none;
}
.aa-new-y-tpy .container .right .counter .num {
  direction: ltr;
  font-family: ui-serif;
  color: #ef3c51;
  font-weight: 800;
  font-size: 36px;
}
.aa-new-y-tpy .container .right .counter .num span {
  font-family: sans-serif;
  color: #08215c;
  margin: 0 0 0 4px;
}
.aa-new-y-tpy .container .right .counter .text {
  color: #08215c;
  font-size: 16px;
  font-weight: 500;
}
.aa-new-y-tpy .container .left {
  width: 50%;
  position: relative;
}
.aa-new-y-tpy .container .left .h_iframe-aparat_embed_frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  margin: 0 auto 0 0;
}
.aa-new-y-tpy .container .left .h_iframe-aparat_embed_frame .ratio {
  display: block;
  width: 100%;
  height: auto;
}
.aa-new-y-tpy .container .left .h_iframe-aparat_embed_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.aa-new-y-tpy .container .below .A2 {
  margin: 35px 0 0 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.aa-new-y-tpy .container .below .A2 .title {
  width: 100%;
  position: relative;
  font-size: 20px;
  color: #08215c;
  font-weight: 800;
  text-align: center;
  margin: 0 0 6px 0;
}
.aa-new-y-tpy .container .below .A2 .title::before {
  content: "";
  position: absolute;
  left: 62%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 2px;
  background-color: #ef3c51; /*temp*/
  display: none;
}
.aa-new-y-tpy .container .below .A2 .des {
  width: 100%;
  font-size: 16px;
  color: #726b6b;
  font-weight: 500;
  text-align: center;
}
.aa-new-y-tpy .container .below .A2 .clients-logos {
  width: 100%;
  margin: 30px 0 0 0;
}
.aa-new-y-tpy .container .below .A2 .clients-logos img {
  width: 130px;
  height: auto;
  border-radius: 8px;
  border: 1px solid #ddd;
}
.aa-new-y-tpy .container .below .A2 .owl-nav {
  margin: 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 110%;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
.owl-carousel .owl-stage-outer {
  border-radius: 8px;
}
.aa-new-y-tpy .container .below .A2 .owl-next,
.aa-new-y-tpy .container .below .A2 .owl-prev {
  width: 38px;
  height: 38px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all ease-in-out 0.3s;
}
.aa-new-y-tpy .container .below .A2 .owl-next:hover,
.aa-new-y-tpy .container .below .A2 .owl-next:hover {
  box-shadow: 0 0 10px 1px #e61010;
  border-color: #e61010;
  color: #e61010;
}
.aa-new-y-tpy .container .below .A2 .owl-next i,
.aa-new-y-tpy .container .below .A2 .owl-prev i {
  font-size: 22px;
}
/* - */
.aa-new-y-tpy .container .below .A2 .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0 0;
}
.aa-new-y-tpy .container .below .A2 .owl-dots button span {
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  display: block !important;
  background-color: #d6d6d6 !important;
  margin: 5px !important;
}
.aa-new-y-tpy .container .below .A2 .owl-dots button.active span {
  background-color: #869791 !important;
}
/* - */
.aa-webapp-footer-new .ISO {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3px;
  margin: 15px 0;
}
.aa-webapp-footer-new .ISO img {
  width: 23%;
  border-radius: 4px;
  height: auto;
  background: #e9eef1;
}
ul.swml3-list li::marker {
  color: #e61010;
}
ul.swml3-list li a {
  color: #9d9d9d !important;
  font-weight: 700 !important;
  font-size: 12px !important;
}
.swml3-title {
  font-weight: 700;
  color: #6c6c6c;
  background: #fff;
  padding: 5px 10px;
  text-align: center;
  border-radius: 6px;
}
.swml3-form {
  position: relative;
  margin-bottom: 20px;
  display: block;
}
.swml3-form input {
  text-align: right;
  padding: 10px 5px;
  border: 1px solid #6c6c6c;
  border-radius: 6px;
  border-bottom: 2px solid #e61010;
  width: 100%;
}
.swml3-form button {
  position: absolute;
  border: 0;
  top: 6px;
  left: 0;
  background: 0 0;
}
.swml3-form button img {
  width: auto;
  height: 30px;
  margin-left: 6px;
}
/* WA CLOSE BTN */
.hb-slide .input-con .close-btn-input {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0, -50%);
  display: none;
}
.hb-slide .input-con .close-btn-input.active {
  display: block;
}
#wrapper2.hide {
  display: none;
}
/* HEADER DEBUG */
nav .submenu {
  z-index: 99999999999999 !important;
}
.aa-webapp-footer-new {
  display: none;
  background-color: #f1f6f9;
}
.aa-webapp-footer-new .container {
  width: 100%;
  padding: 0;
}
.aa-webapp-footer-new .aa-advice-con {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  font-size: 9px;
  font-weight: 600;
  color: #4c4c4c;
  margin: 10px 0 0 0;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding: 0 0 20px 0;
  background-color: #fff;
}
.aa-webapp-footer-new .aa-advice {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.aa-webapp-footer-new .aa-advice img {
  width: auto;
  height: 28px;
  margin: 0 0 10px 0;
}
.aa-webapp-footer-new .aa-advice img.cc {
  height: 28px;
  width: 42px;
}
/* --- */
.aa-webapp-footer-new .accordion-item {
  border: none;
}
.aa-webapp-footer-new .accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  background-color: #f1f6f9;
  font-size: 14px;
}
.aa-webapp-footer-new .accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
  box-shadow: none;
  background-color: #f1f6f9;
}
.aa-webapp-footer-new .accordion-button::after {
  margin: 0;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-image: url(aeeow2.webp) !important;
}
.aa-webapp-footer-new .accordion-button,
.aa-webapp-footer-new .accordion-button:focus,
.aa-webapp-footer-new .accordion-button:not(.collapsed) {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: #f1f6f9;
}
.aa-webapp-footer-new .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
}
.aa-webapp-footer-new .accordion-body {
  padding: 0 40px 0 0;
  background-color: #f1f6f9;
}
.aa-webapp-footer-new .accordion-body ul {
  padding: 0;
  margin: 0;
}
.aa-webapp-footer-new .accordion-body ul li {
  font-size: 14px;
  margin: 0 0 5px 0;
}
/* -- */
.aa-webapp-footer-new .contact-us-con {
  width: 88%;
  margin: 15px auto !important;
  padding: 0;
}
.aa-webapp-footer-new .contact-us-con .title {
  color: #000;
  font-weight: 700;
  font-size: 17px;
}
/* -- */
.aa-webapp-footer-new .socials-con {
  width: 100%;
  margin: 10px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.aa-webapp-footer-new .socials-con .item:first-child {
  margin: 0 0 0 5px;
  font-size: 12px;
  color: #000;
  font-weight: 500;
}
.aa-webapp-footer-new .socials-con .item img {
  width: 20px;
  margin: 0 7px;
}
/* -- */
.aa-webapp-footer-new .call-support-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 0 0;
  padding: 0 0 0 10px;
  font-weight: 600;
}
.aa-webapp-footer-new .call-support-con .item {
  font-size: 11px;
}
.aa-webapp-footer-new .call-support-con .number {
  direction: ltr;
}
/* -- */
.aa-webapp-footer-new .elec-post-con {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 0 0;
  padding: 0;
  font-weight: 600;
}
.aa-webapp-footer-new .elec-post-con .item {
  font-size: 12px;
  position: relative;
}
.aa-webapp-footer-new .elec-post-con .item img {
  width: 115px;
  height: auto;
}
.aa-webapp-footer-new .elec-post-con .cat-download {
  color: #fff;
  position: absolute;
  top: 7px;
  right: 14px;
  font-size: 10px;
  font-weight: 400;
}
/* -- */
.aa-webapp-footer-new .price-list-email-con {
  width: 88%;
  display: block;
  margin: 20px auto;
}
.aa-webapp-footer-new .price-list-email-con .text:first-child {
  font-size: 10px;
  font-weight: 500;
  color: #828282;
}
.aa-webapp-footer-new .price-list-email-con .text:last-child {
  font-size: 10px;
  font-weight: 300;
  color: #848484;
  text-align: center;
}
.aa-webapp-footer-new .price-list-email-con .text span {
  color: #fc373e;
}
.aa-webapp-footer-new .price-list-email-con form {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bbb;
  border-radius: 6px;
  margin: 6px 0;
  font-size: 13px;
}
.aa-webapp-footer-new .price-list-email-con form input {
  border: none;
  outline: none;
  display: block;
  width: 75%;
  padding: 10px;
  border-radius: 0 6px 6px 0;
  color: #bbbbbb;
  font-size: 10px;
}
.aa-webapp-footer-new .price-list-email-con form button {
  color: #fff;
  background-color: #838383;
  border: none;
  outline: none;
  display: block;
  width: 25%;
  padding: 10px;
  border-radius: 4px 0 0 4px;
}
/* -- */
.aa-webapp-footer-new .about-us-footer-webapp {
  width: 100%;
}
.aa-webapp-footer-new .about-us-footer-webapp .logo {
  display: inline;
  margin: 15px auto;
  width: 90%;
}
.aa-webapp-footer-new .about-us-footer-webapp .logo img {
  width: 40px;
  height: auto;
}
.aa-webapp-footer-new .about-us-footer-webapp .title {
  color: #000;
  font-weight: 600;
  font-size: 13px;
  display: block;
  margin: 0 auto 5px auto;
  width: 90%;
}
.aa-webapp-footer-new .about-us-footer-webapp .text p {
  font-size: 12px;
  color: #000;
  font-weight: 400;
  text-align: right;
  display: block;
  width: 90%;
  margin: 0 auto 10px auto;
}
.aa-webapp-footer-new .about-us-footer-webapp #seeMoreBtnWA {
  background-color: transparent;
  font-size: 13px;
  font-weight: 500;
  border: none;
  display: block;
  width: 100px;
  margin: 0 auto 0 0;
  color: #408ed8;
}
.aa-webapp-footer-new .about-us-footer-webapp #aboutText p:not(:first-child) {
  display: none;
}
.aa-webapp-footer-new
  .about-us-footer-webapp
  #aboutText.expanded
  p:not(:first-child) {
  display: block;
}
.aa-webapp-footer-new .about-us-footer-webapp #seeMoreBtnWA i {
  vertical-align: middle;
}
.aa-webapp-footer-new .about-us-footer-webapp #aboutText {
  position: relative;
}
.aa-webapp-footer-new .about-us-footer-webapp #aboutText::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background: linear-gradient(
    to bottom,
    rgba(241, 246, 249, 0),
    rgba(241, 246, 249, 0.75),
    #f1f6f9
  );
  box-shadow: 0 -10px 25px rgba(241, 246, 249, 0.3);
  pointer-events: none;
}
.aa-webapp-footer-new
  .about-us-footer-webapp:has(#seeMoreBtnWA.active)
  #aboutText::before {
  display: none;
}
/* -- */
.aa-webapp-footer-new .namad-con {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 20px 0 0 0;
}
.aa-webapp-footer-new .namad {
  width: 20%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  padding: 5px;
}
.aa-webapp-footer-new .namad img {
  width: 100%;
  height: auto;
  scale: 1.3;
}
/* -- */
.aa-webapp-footer-new .copyRight {
  color: #fff;
  background-color: #838383;
  padding: 5px;
  width: 100%;
  display: block;
  margin: 20px 0 90px 0;
  font-size: 8px;
  text-align: center;
  font-weight: 500;
}
.aa-customer-content-con {
  position: relative;
}
.aa-article {
  position: relative;
  max-height: 210px;
  overflow: hidden;
}
.aa-article::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.75),
    #fff
  );
  box-shadow: 0 -10px 25px rgba(255, 255, 255, 0.3);
  pointer-events: none;
}
.aa-customer-content-con.is-expanded .aa-article {
  max-height: none;
  overflow: visible;
}
.aa-customer-content-con.is-expanded .aa-article::after {
  display: none;
}
.hb-see-all-btn {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: none;
  background: #fff;
  color: #999;
  font-size: 11px;
  cursor: pointer;
}
.hb-see-all-btn i {
  font-size: 13px;
}
.aa-best-sale-web-app {
  width: 100%;
  position: relative;
  display: none;
  padding: 0 !important;
}
.aa-best-sale-web-app .container {
  width: 95% !important;
  border-radius: 12px;
  padding: 0;
}
.aa-best-sale-web-app .container .item-card {
  width: 100%;
  box-sizing: border-box;
}
.aa-best-sale-web-app .img-con {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px 0;
  height: 85px;
  background-color: #ef3c51 !important;
  border-radius: 12px 12px 0 0 !important;
}
.aa-best-sale-web-app .img-con .text {
  color: #fff;
}
.aa-best-sale-web-app .img-con .text span {
  display: block;
  text-align: center;
  font-size: 20px;
}
.aa-best-sale-web-app .img-con .text span:nth-child(1) {
  font-weight: 400;
}
.aa-best-sale-web-app .img-con .text span:nth-child(2) {
  font-weight: 700;
}
.aa-best-sale-web-app .img-con img {
  width: auto;
  height: 65px;
}
.aa-best-sale-web-app .red-bottom {
  width: 100%;
  display: block;
  position: absolute;
  top: 85px;
  z-index: 2;
  display: none !important;
}
.aa-best-sale-web-app .product-con {
  min-height: 200px;
  width: 100%;
  padding: 8px 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  background-color: #ef3c51;
  border-radius: 0 0 12px 12px;
}
.aa-best-sale-web-app .product-con .product {
  width: 95%;
  min-height: 50px;
  border: 1px solid #ddd;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #fff !important;
}
.aa-best-sale-web-app .product-con .product i {
  position: absolute;
  bottom: 3px;
  left: 3px;
  color: #ef3c51;
  font-size: 20px !important;
}
.aa-best-sale-web-app .product-con .product .right {
  width: 24%;
}
.aa-best-sale-web-app .product-con .product .right img {
  width: 100%;
  border-radius: 0 4px 4px 0;
}
.aa-best-sale-web-app .product-con .left .text {
  color: #000;
  line-height: 1.6;
  font-size: 11px !important;
  font-weight: 450 !important;
  margin: 0 15px 0 0 !important;
}
.aa-best-sale-web-app .product-con .left .price {
  color: #58585a;
  font-size: 12px;
  font-weight: 700;
  margin: 5px 15px 0 0 !important;
}
.aa-best-sale-web-app .product-con .left .price span {
  font-size: 10px;
}
.aa-best-sale-web-app .see-more {
  font-size: 10px;
  color: #9f9f9f;
  font-weight: 600;
  display: block;
  width: 98%;
  text-align: left;
  margin: 10px 0 !important;
}
.aa-best-sale-web-app .see-more i {
  vertical-align: middle;
  font-size: 10px;
}
.aa-best-sale-web-app .owl-dots {
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -7px !important;
}
.aa-best-sale-web-app .owl-theme .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
}
.aa-best-sale-web-app .item-card-slider .owl-dot.active span {
  background: #e2050c;
}
.banner-agents {
  width: 95%;
  display: none;
  margin: 5px auto;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.banner-agents img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.banner-factory {
  width: 95%;
  display: none;
  margin: 5px auto;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.banner-factory img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
/* ------- */
.aa-webapp-comment {
  width: 100%;
  padding: 75px 0 0 0;
  position: relative;
}
.aa-webapp-comment::before {
  content: "";
  position: absolute;
  top: 155px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #f4f7fc;
  display: none;
}
.aa-webapp-comment .container {
  position: relative;
  width: 100%;
}
.aa-webapp-comment .title {
  font-size: 16px;
  font-weight: 600 !important;
  color: #08215c;
  text-align: center;
}
.aa-webapp-comment .title span {
  color: #ed1f29;
  display: none !important;
}
.aa-webapp-comment .comments-con {
  display: block !important;
  width: 100%;
  margin: 25px 0 0;
  padding: 0 0 30px;
  list-style: none;
  overflow: hidden !important;
}
.aa-webapp-comment .comments-con .owl-stage {
  display: flex;
}
.aa-webapp-comment .comments-con .owl-item {
  display: flex;
}
.aa-webapp-comment .comments-con .comment {
  width: 100%;
  min-height: 150px;
  margin: 0 0 10px 0;
  padding: 6px;
  border-radius: 8px;
  background-color: #f4f7fc;
  box-sizing: border-box;
  position: relative;
}
.aa-webapp-comment .comment .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aa-webapp-comment .comment .a3 {
  position: absolute;
  top: 14px;
  left: 14px;
}
.aa-webapp-comment .comment .a3 img {
  width: 10px;
  height: auto;
}
.aa-webapp-comment .comment .a2 .name {
  font-size: 10px;
  color: #000;
  font-weight: 400;
  margin: 12px 0 0 0;
}
.aa-webapp-comment .comment .a2 .detail {
  font-size: 10px;
  color: #616264;
  font-weight: 400;
}
.aa-webapp-comment .comment .a1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aa-webapp-comment .comment .a1 img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin: 0 5px 0 10px;
}
.aa-webapp-comment .comment .a2 .detail span {
  font-size: 10.5px !important;
}
.aa-webapp-comment .comment .a2 .detail span:nth-child(1) {
  display: block;
}
.aa-webapp-comment .comment .bottom .see-more {
  text-decoration: none;
  color: #969696;
  font-size: 12px;
  background-color: transparent;
  border: 0;
  display: none;
}
.aa-webapp-comment .comment .bottom .text {
  font-size: 11px;
  margin: 20px 16px 0 16px;
  line-height: 2;
  text-align: justify;
}
.aa-webapp-comment .owl-nav {
  width: 70px;
  position: absolute;
  top: 0;
  left: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aa-webapp-comment .owl-nav button {
  width: 30px;
  height: 30px;
  font-size: 26px !important;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.3s;
}
.aa-webapp-comment .owl-nav button i {
  font-size: 20px !important;
}
.aa-webapp-comment .owl-nav button:hover {
  box-shadow: 0 0 10px 0 #ddd;
}
.aa-webapp-comment .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aa-webapp-comment .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 0 0 5px;
  border: 1px solid #bdc0c5;
  background-color: transparent;
}
.aa-webapp-comment .owl-dots .owl-dot.active {
  background-color: #ec0002;
  border-color: #ec0002;
}
/* ------- */
/* Content */
.aa-customer-content-con .aa-article::-webkit-scrollbar,
.table-scrollbar::-webkit-scrollbar,
.hb-tabs::-webkit-scrollbar {
  width: 4px !important;
  height: 4px !important;
}
.aa-customer-content-con .aa-article::-webkit-scrollbar-track,
.table-scrollbar::-webkit-scrollbar-track,
.hb-tabs::-webkit-scrollbar-track {
  background: #f5f5f5 !important;
}
.aa-customer-content-con .aa-article::-webkit-scrollbar-thumb,
.table-scrollbar::-webkit-scrollbar-thumb,
.hb-tabs::-webkit-scrollbar-thumb {
  background: #999 !important;
  border-radius: 4px !important;
}
.aa-customer-content-con .aa-article::-webkit-scrollbar-thumb:hover,
.table-scrollbar::-webkit-scrollbar-thumb:hover,
.hb-tabs::-webkit-scrollbar-thumb:hover {
  background: #666 !important;
}
main {
  padding: 0 0; /* HB */
  margin-bottom: 0;
}
main article {
  background: #fff;
  border-radius: 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 12px;
  position: relative;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}
main article ol li::marker,
main article ul li::marker {
  color: #e61010;
}
main article ol,
main article ul {
  width: 95%;
  padding: 0 60px 0 0;
  text-align: justify;
  line-height: 2;
}
main article ul li h2,
main article ul li h3,
main article ul li h4,
main article ul li h5,
main article ul li h6 {
  padding-right: 0;
  width: unset;
  font-size: 18px !important;
}
main article figure {
  width: 90%;
  margin: 0 auto;
}
main article figure img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.45) 0 20px 15px -25px;
  border-radius: 20px 20px;
}
main article header {
  width: 90%;
  margin: 20px auto;
  font-size: 13px;
}
main article header::after {
  content: "";
  display: table;
  clear: both;
}
main article header .hb-author {
  display: inline-block;
  width: auto;
  text-align: right;
  color: #999;
  font-weight: 700;
  margin-left: 15px;
}
main article header .hb-time {
  display: inline-block;
  width: auto;
  text-align: right;
  color: #999;
  font-weight: 700;
}
main article header .hb-time span {
  color: #000;
}
main article header .hb-time img {
  display: inline-block;
  width: 25px;
  height: auto;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 0 6px !important;
}
main article header .hb-comment {
  display: inline-block;
  width: auto;
  text-align: left;
  color: #999;
  font-weight: 700;
}
main article header .hb-comment img {
  display: inline-block;
  width: 25px;
  height: auto;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 0 6px !important;
}
main article header .hb-author a:link,
main article header .hb-author a:visited {
  color: #000;
}
main article header .hb-comment a:link,
main article header .hb-comment a:visited {
  color: #999;
}
main article header .hb-author a:hover,
main article header .hb-comment a:hover {
  color: #f1262c;
}
main article header .hb-comment span {
  color: #000;
}
main article p {
  width: 92%;
  margin: 0 auto;
  text-align: justify;
  line-height: 2.2;
  font-size: 16px !important;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  direction: rtl;
  color: #000;
}
main article h1 {
  font-size: 36px !important;
  font-weight: 700;
  width: 90%;
  margin: 0 auto 20px auto;
  padding: 30px 0 0 0;
  display: block;
}
main article h2 {
  position: relative;
  font-size: 30px !important;
  font-weight: 600;
  width: 92%;
  margin: 0 auto 20px auto !important; /* HB */
  padding: 0 20px 0 0;
  border: 0 !important;
  display: block;
  text-align: center;
  color: #08215c;
}
main article h3 {
  position: relative;
  font-size: 21px !important; /* HB */
  font-weight: 593; /* HB */
  width: 92%;
  margin: 10px auto !important;
  padding: 0 20px 0 0;
  border: 0 !important;
  display: block;
  text-align: justify;
}
main article h4 {
  position: relative;
  font-size: 20px !important;
  font-weight: 700;
  width: 92%;
  margin: 10px auto !important;
  padding: 0 20px 0 0;
  border: 0 !important;
  display: block;
  text-align: justify;
}
main article h5 {
  position: relative;
  font-size: 18px !important;
  font-weight: 700;
  width: 92%;
  margin: 10px auto !important;
  padding: 0 20px 0 0;
  border: 0 !important;
  display: block;
  text-align: justify;
}
main article h6 {
  position: relative;
  font-size: 16px !important;
  font-weight: 700;
  width: 92%;
  margin: 10px auto !important;
  padding: 0 20px 0 0;
  border: 0 !important;
  display: block;
  text-align: justify;
}
main article .hb-faq {
  position: relative;
  font-size: 30px !important;
  font-weight: 700;
  width: 90%;
  margin: 30px auto 0 auto !important;
  padding: 0 20px 0 0;
  border: 0 !important;
  display: block;
}
main article h2::before,
main article .hb-faq::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #f1262c;
  border-radius: 10px 10px;
}
main article .wp-caption {
  width: 90% !important;
  margin: 0 auto !important;
}
main article .wp-caption-text {
  font-size: 13px !important;
  text-align: center !important;
  color: #ddd !important;
}
main article img {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.45) 0 20px 15px -25px;
  border-radius: 20px 20px;
}
main article .dp-box-sarfasls {
  width: 92%;
  margin: 20px auto 0 auto;
}
main article .dp-box-sarfasls .accordion-item {
  box-shadow: none;
}
main article .dp-box-sarfasls .accordion-header {
  margin-bottom: 0;
  border: 1px solid #ddd;
  border-radius: 20px 20px;
  padding: 10px 0;
}
main article .dp-box-sarfasls .accordion-button:not(.collapsed) {
  color: #000;
}
main article .dp-box-sarfasls .dp-title-sarfasl {
  padding: 20px 15px;
  border: 1px solid #ddd;
  border-radius: 20px 20px;
}
main article .dp-box-sarfasls .dp-title-sarfasl .dp-titr:before {
  content: "Ų³Ų±ŁŲµŁ„ Ł‡Ų§Ū Ų§ŪŁ† Ł…Ł‚Ų§Ł„Ł‡";
  font-weight: 700;
}
main article .dp-box-sarfasls .dp-nsarfasl .dp-sarfasl ul {
  margin: 0;
  padding: 15px 15px 0 15px;
  list-style: none;
}
main article .dp-box-sarfasls .dp-nsarfasl .dp-sarfasl ul li {
  margin-bottom: 10px;
}
main article .dp-box-sarfasls .dp-nsarfasl .dp-sarfasl ul li a:link,
main article .dp-box-sarfasls .dp-nsarfasl .dp-sarfasl ul li a:visited {
  color: #999;
}
main article .dp-box-sarfasls .dp-nsarfasl .dp-sarfasl ul li a:hover {
  color: #f1262c;
}
main article .dp-gofte {
  width: 90%;
  margin: 20px auto 40px auto;
  background: #f2f2f4;
  text-align: justify;
  border-right: 7px solid #f1262c;
  padding: 15px 15px;
  line-height: 1.8;
  border-radius: 10px 10px;
}
main article .hb-adsc {
  width: 92%;
  margin: 20px auto !important;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
main article .hb-adsc .border-seconadry {
  border: 0 !important;
}
main article .hb-adsc .rounded {
  border-radius: 0 !important;
}
main article .hb-ads-btnstyle {
  font-size: 15px;
  background: #f1262c;
  border-radius: 10px 10px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-weight: 700;
  padding: 7px 14px;
}
main article .hb-ads-mainstyle {
  position: absolute;
  bottom: 10px;
  right: 0;
}
main article .hb-ads-titlestyle {
  font-size: 17px;
  font-weight: 700;
  color: #000;
}
main article .hb-ads-descstyle {
  margin: 5px 0;
  font-size: 15px;
  color: #999;
}
main article .hb-ads-pricestyle {
  font-size: 21px;
  font-weight: 700;
  color: #f1262c;
}
main article .hb-ads-pricestyle span {
  font-size: 15px;
  font-weight: 700;
  color: #f1262c;
}
main article .dp-pishnahad {
  width: 90%;
  margin: 20px auto 40px auto;
  background: #f2f2f4;
  border-right: 7px solid #f1262c;
  line-height: 1.8;
  border-radius: 10px 10px;
}
main article .dp-pishnahad img {
  width: 100%;
  height: auto;
}
main article .dp-pishnahad .title {
  display: inline-block;
  width: auto;
  line-height: 5;
  font-size: 19px;
  color: #000;
  font-weight: 700;
}
main article .dp-pishnahad .link {
  display: inline-block;
  width: auto;
  line-height: 5;
  font-size: 19px;
  color: #000;
  font-weight: 700;
}
main article .dp-pishnahad .link a:link,
main article .dp-pishnahad .link a:visited {
  color: #0066ff;
}
main article .dp-pishnahad .link a:hover {
  color: #0a58ca;
}
main article .hb-accordion {
  width: 92%;
  margin: 20px auto;
}
main article .accordion-item {
  border: 0 !important;
  border-radius: 30px 30px;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 12px;
}
main article .accordion-button,
main article .accordion-button:not(.collapsed),
main article .accordion-item:first-of-type,
main article .accordion-item:last-of-type {
  border-radius: 30px 30px !important;
  outline: none;
  text-align: right;
}
main article .accordion-button::after {
  outline: none;
  margin-right: auto;
  margin-left: unset;
}
main article .accordion-button:not(.collapsed) {
  box-shadow: unset;
  background: #fff !important;
  font-weight: 700;
  color: #999;
  outline: none;
}
main article table {
  width: 92% !important;
  margin: 20px auto;
  border: 1px solid #dee2e6;
  border-collapse: collapse;
  display: table;
}
main article table thead th {
  background: #f1262c !important;
  color: #fff !important;
}
main article table thead th,
main article table thead td,
main article table tbody td {
  padding: 8px 8px;
  border: 1px solid #dee2e6;
}
main article .acf-input img {
  width: 92%;
  margin: 0 auto 20px auto;
}
main article .aa-suggestions img {
  width: 92%;
  margin: 10px auto;
}
main article footer {
  background: #fff;
  width: 92%;
  margin: 0 auto;
  padding: 50px 0;
}
main article footer nav {
  border-top: 1px solid #999;
  margin-top: 30px;
  padding-top: 30px;
}
main article footer .hb-share {
  display: inline-block;
}
main article footer .hb-share .hb-soc {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px 4px;
}
main article footer .hb-share .hb-soc span {
  margin-left: 6px;
}
main article footer .hb-share .hb-soc img {
  width: auto;
  height: 15px;
  display: inline-block;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 0 6px !important;
}
main article footer .hb-share .hb-short {
  direction: ltr;
  display: inline-block;
  background: #f4f4f4;
  padding: 5px 10px;
  border-radius: 4px 4px;
}
main article footer .hb-share .hb-short button {
  background: transparent;
  border: 0;
  border-radius: 4px 4px;
}
main article footer .hb-share .hb-short button img {
  width: auto;
  height: 15px;
  display: inline-block;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 0 6px !important;
}
main article footer .hb-rate .hb-title {
  color: #000;
  font-size: 15px;
  font-weight: 700;
}
main section.hb-comment {
  margin-top: 25px;
  background: #fff;
  border-radius: 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 12px;
}
main section.hb-comment .hb-main-comment {
  background: #fff;
  width: 92%;
  margin: 0 auto;
  padding: 15px 0;
}
main article nav .hb-next {
  text-align: right;
}
main article nav .hb-next a img {
  width: 50px;
  height: auto;
  display: inline-block;
  margin: -26px 0 0 10px;
  border-radius: 0;
  box-shadow: none;
}
main article nav .hb-next a div {
  display: inline-block;
  color: #6c757d;
  font-weight: 700;
  font-size: 13px;
  line-height: 2;
  width: 75%;
}
main article nav .hb-next a div span {
  display: block;
  color: #000 !important;
  font-size: 15px;
}
main article nav .hb-prev {
  text-align: left;
}
main article nav .hb-prev a img {
  width: 50px;
  height: auto;
  display: inline-block;
  margin: -26px 10px 0 0;
  border-radius: 0;
  box-shadow: none;
}
main article nav .hb-prev a div {
  display: inline-block;
  color: #6c757d;
  font-weight: 700;
  font-size: 13px;
  line-height: 2;
  width: 75%;
}
main article nav .hb-prev a div span {
  display: block;
  color: #000 !important;
  font-size: 15px;
}
main article footer .kk-star-ratings .kksr-stars .kksr-stars-active {
  left: unset !important;
  right: 0 !important;
}
main article footer .kksr-legend {
  font-size: 14px !important;
}
/* Content */
.aa-title-webapp {
  display: none;
  font-size: 16px;
  font-weight: 600;
}
/* --- */
#scrollTopBtn {
  display: none;
  width: fit-content;
  padding: 5px 10px;
  margin: 0 auto;
  font-size: 14px;
  border: none;
  border-radius: 50px;
  background-color: #f2f2f2;
  color: #464952;
  font-weight: 500;
}
#scrollTopBtn i {
  font-size: 16px;
  vertical-align: middle;
  margin: 0 5px 5px 0;
}
/* --- NEW CHANGES --- */
.hb-slide .slide-content p.ss {
  font-size: 14px;
  color: #9c9fa6 !important;
}
.hb-slide .slide-content p span {
  font-size: 30px;
  color: #0d3c66;
  font-weight: 600;
}
.hb-slide .slide-content p span.percent {
  font-family: sans-serif;
  font-weight: 600;
}
.hbs2 {
  background: none !important;
  padding: 0 !important;
  min-height: 1px !important;
  aspect-ratio: unset !important;
}
.hbs2 .aa-search-box {
  width: 100% !important;
}
.hbs2 .aa-search-box.fixed {
  position: fixed;
  top: 246.5px;
  left: 0;
  right: 0;
  z-index: 99999999999;
  background: #fff;
}
.hbs2 .text-find {
  margin: 0 auto !important;
}
.hbs2 .search-btn {
  background-color: #ef3c51 !important;
}
/* --- */
.whytpy-webapp-con {
  width: 100%;
  display: none;
}
.whytpy-webapp-con .container {
  width: 100%;
}
.whytpy-webapp-con .title {
  font-weight: 500;
  font-size: 16px;
  color: #0f3387;
  margin: 25px 0 15px 0;
}
.aa-h_iframe-aparat_embed_frame {
  position: relative;
}
.aa-h_iframe-aparat_embed_frame .ratio {
  display: block;
  width: 100%;
  height: auto;
}
.aa-h_iframe-aparat_embed_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.whytpy-webapp-con p {
  margin: 15px 0 0 0;
  padding: 0;
  color: #2c303b;
  text-align: justify;
  line-height: 1.6;
  font-size: 13px;
  font-weight: 500;
}
.whytpy-webapp-con ul {
  font-size: 13px;
  color: #2c303b;
  font-weight: 500;
  padding: 0 20px 0 0;
  margin: 15px 0 25px 0;
  list-style: none;
  line-height: 2;
}
.whytpy-webapp-con li {
  position: relative;
}
.whytpy-webapp-con li::before {
  content: "•";
  position: absolute;
  right: -16px;
  top: -15px;
  font-size: 26px;
  color: #e02d42;
}
/* --- */
.aa-hr {
  border: 0;
  height: 2px;
  background: linear-gradient(
    to right,
    #fff 0%,
    #ffced4 10%,
    #ffced4 90%,
    #fff 100%
  );
}
/* -- */
.hb-slide .slide-content p.ff {
  font-size: 24px !important;
  color: #0d3c66;
  margin-bottom: 20px;
}
/* -- FLICKER DEBUG -- */
#headerMount {
  min-height: 145px !important;
}
/* AA RWD */
@media only screen and (min-width: 900px) {
  .aa-new-y-tpy .container .below .A0 .owl-dots {
    left: 50%;
    transform: translate(-50%, 0);
  }
  /* -- */
  .aa-new-y-tpy .container .below .A2 .owl-dots,
  .clients-logos .owl-dots {
    display: none;
  }
  .steps-wrapper {
    display: none !important;
  }
  .hb-seresult .item {
    width: 50% !important;
  }
  .aa-unit-count .clear-btn {
    display: none !important;
  }
  .aa-unit-count .desc2 {
    display: unset !important;
    text-align: center;
    margin-bottom: 25px;
    display: none;
  }
  .aa-unit-count .aa-title {
    text-align: center;
  }
  .aa-unit-count .radio-list {
    margin: 10px 0 0 !important;
  }
  .aa-unit-count .product-box {
    margin-top: 0 !important;
  }
  .aa-unit-count .items-container {
    flex-wrap: nowrap !important;
    overflow-x: scroll;
  }
  .aa-unit-count .items-container li {
    flex: 0 0 33%;
  }
  .aa-unit-count .items-container::-webkit-scrollbar {
    width: 4px !important;
    height: 4px !important;
  }
  .aa-unit-count .items-container::-webkit-scrollbar-track {
    background: #f5f5f5 !important;
  }
  .aa-unit-count .items-container::-webkit-scrollbar-thumb {
    background: #999 !important;
    border-radius: 4px !important;
  }
  .aa-unit-count .items-container::-webkit-scrollbar-thumb:hover {
    background: #666 !important;
  }
  .aa-unit-count #result {
    width: 50% !important;
  }
  .des-text {
    display: block;
  }
  .aa-category-con .a3 {
    display: none;
  }
  .hbs2 {
    display: none;
  }
  .hb-wapp-02,
  .hb-wapp-05 {
    display: none;
  }
  .hb-see-all-btn {
    display: block;
    margin: 0 auto 0 20px;
    font-size: 15px;
  }
  .hb-see-all-btn i {
    vertical-align: middle;
    margin: 0 5px 2px 0;
    font-size: 15px;
  }
  .aa-faq-con .aa-title,
  .aa-faq-con .aa-desc {
    display: block;
  }
  .aa-customer-content-con .aa-article {
    border-radius: 4px;
    padding: 25px;
    box-shadow: unset;
    position: relative;
    max-height: 300px;
    overflow: hidden;
  }
  main article h2,
  main article h3,
  main article h4,
  main article h5,
  main article h6,
  main article p {
    padding: 0;
    width: unset;
  }
  main article h2::before,
  main article .hb-faq::before {
    width: 0;
  }
  .aa-vtp-con .vtp-ul li img,
  .aa-vtp-con .vtp-ul-2 li img,
  .aa-vtp-con .vtp-ul-3 li img,
  .aa-vtp-con .vtp-ul-4 li img {
    width: 100% !important;
    height: auto !important;
  }
  .hb-slide .btn {
    display: inline-block;
  }
  .aa-unit-count .aa-title2 {
    display: none;
  }
  .aa-bs-con {
    display: none;
  }
  main article ol,
  main article ul {
    padding: 0 30px 0 0 !important;
  }
  .aa-search-box {
    display: none !important;
  }
  .aa-vtp-con .aa-title {
    text-align: center;
  }
  .banner-footer-1 {
    display: block;
    width: 100% !important;
  }
  .banner-footer-2 {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .hb-seresult-wrapper {
    width: 100%;
    position: fixed !important;
    top: 0 !important;
  }
  .aa-webapp-comment .comments-con .comment {
    min-height: unset !important;
    height: fit-content !important;
  }
  .hb-step .tank-search-box .tankResult .tank-item .price-add {
    margin: 15px 6px 3px 6px !important;
  }
  .hb-category {
    margin: 20px 0 0 0 !important;
  }
  .hb-slide .slide-title-2,
  .hb-slide .slide-content p span {
    font-size: 16px;
  }
  .aa-hero-new,
  .banner-footer-1 {
    display: none;
  }
  .banner-footer-2 {
    display: block;
    width: 100% !important;
  }
  #headerMount {
    min-height: unset !important;
    position: sticky;
    top: 0;
    z-index: 1055;
  }
  #headerMount .row {
    transition: all linear 0.25s;
  }
  body.modal-open > #headerMount .row {
    opacity: 0;
  }
  .aa-new-porfrosh {
    display: none !important;
  }
  #tankResult2 {
    display: none !important;
  }
  .aa-vtp-con .vtp-ul li .item-text,
  .aa-vtp-con .vtp-ul-2 li .item-text,
  .aa-vtp-con .vtp-ul-3 li .item-text,
  .aa-vtp-con .vtp-ul-4 li .item-text {
    position: static !important;
  }
  /* -- */
  .aa-faq-con .accordion-button::after {
    background-image: url(aeeow2.webp) !important;
  }
  /* -- */
  .aa-faq-con .container {
    padding: 0 30px 0 16px;
  }
  /* -- */
  main article ol,
  main article ul {
    padding: 0 30px 0 0 !important;
    text-align: justify;
    font-size: 13px !important;
  }
  main article h3 {
    padding: 0 !important;
    font-size: 18px !important;
    font-weight: 496 !important;
  }
  .aa-unit-count .items-container {
    overflow: auto !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
    padding: 0 0 0 10px !important;
  }
  .aa-unit-count .items-container li {
    flex: 0 0 140px !important;
  }
  .aa-unit-count #result {
    width: 100% !important;
    margin: 15px 0 !important;
  }
  .aa-unit-count .items-container li .item-text {
    font-size: 10px !important;
    top: 130px !important;
  }
  /* -- */
  .hb-seresult .item {
    width: 50% !important;
    height: 62px !important;
    padding: 0 !important;
  }
  .hb-seresult .item a img {
    margin: 0 0 0 5px !important;
    width: 62px;
    height: 68px;
    object-fit: unset;
  }
  .hb-seresult .item a {
    font-size: 12px !important;
    padding: 0 !important;
    text-align: center;
  }
  .hb-search-section {
    display: none;
  }
  .hb-dd-banner img {
    width: 100% !important;
  }
  .hb-fbt-con .hb-titr {
    text-align: center;
    font-size: 19px;
    margin: 10px 0 2px 0;
    font-weight: 600;
    color: #08215c;
  }
  .hb-fbt-con .hb-desc {
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
    color: #838383;
    font-weight: 500;
  }
  .des-text {
    display: none;
  }
  .aa-webapp-footer-new {
    display: block;
  }
  .whytpy-webapp-con {
    display: block;
  }
  .aa-faq-con {
    margin: 20px 0;
  }
  .aa-title-webapp {
    display: block;
    color: #08215c;
    text-align: center;
  }
  .aa-faq-con .accordion {
    margin: 10px 0 0 0 !important;
  }
  .aa-faq-con .accordion-item {
    box-shadow: none;
    border: none;
    border-radius: 0 !important;
    border-bottom: 1px solid #eee;
    margin: 0;
  }
  .aa-faq-con .accordion-button {
    flex-direction: row;
    justify-content: space-between;
    font-size: 12px;
    padding: 15px 5px;
    color: #000;
    font-weight: 600 !important;
    line-height: 1.8;
  }
  .aa-faq-con .accordion-button:not(.collapsed) {
    color: #000;
    font-weight: 600 !important;
  }
  .aa-faq-con .accordion-button::after {
    margin: 0;
    scale: 0.9;
    filter: brightness(0);
  }
  .aa-faq-con .accordion-body {
    padding: 0 5px 15px 5px;
    font-size: 12px;
    text-align: justify;
  }
  /* --- */
  main article {
    min-height: unset;
    max-height: unset;
    box-shadow: unset;
  }
  main article h2::before,
  main article .hb-faq::before {
    width: 0;
  }
  main article h2 {
    padding: 0;
    font-size: 21px !important;
    font-weight: 500;
  }
  main article strong,
  main article bold {
    font-size: 13px !important;
  }
  main article p {
    line-height: 1.7;
    font-size: 13px !important;
  }
  .hb-see-all-btn {
    background: none;
    border: 0;
    margin-right: auto;
    display: block;
  }
  .banner-factory {
    display: none;
  }
  .aa-best-sale-web-app {
    display: block;
  }
  .banner-agents {
    display: block;
  }
  .aa-webapp-comment {
    display: block;
    padding: 40px 0 0 0;
  }
  .hb-dd-banner,
  .hb-dw-banner {
    background-color: #ef262e !important;
  }
  .hb-category .tabs .c-left-btn,
  .hb-category .tabs .c-right-btn {
    display: none;
  }
  .hb-category .container {
    padding: 0;
    width: 100%;
  }
  .hb-category .hb-title {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin: 0 10px 10px 10px;
  }
  .hb-category .tab.active {
    background: #fff !important;
    color: #e30b16;
    border-color: #e30b16 !important;
    font-size: 11px;
    padding: 2px 2px;
    margin: 2px 2px;
    min-width: 100px;
    height: 34px;
    border-radius: 20px 20px;
  }
  .hb-category .tab {
    min-width: 100px;
    font-size: 11px;
    padding: 2px 2px;
    margin: 2px 2px;
    min-width: 100px;
    height: 34px;
    border-radius: 20px 20px;
  }
  .hb-category .table-wrapper {
    border-radius: unset;
    border: unset;
  }
  .hb-category .dataTables_wrapper {
    padding: 5px 5px;
    overflow-x: auto;
    border-radius: 0;
    max-height: 235px;
  }
  .hb-category table {
    width: max-content;
    min-width: 100%;
    table-layout: auto;
    border-spacing: 0;
  }
  .hb-category table th,
  .hb-category table td {
    padding: 3px 4px !important;
    margin: 0;
    font-size: 11px;
    white-space: nowrap;
  }
  .hb-category table th:first-child,
  .hb-category table td:first-child {
    padding-left: 2px !important;
  }
  .hb-category table th:last-child,
  .hb-category table td:last-child {
    padding-right: 2px !important;
  }
  .hb-category th span {
    font-size: 7px;
  }
  .hb-category a.hb-table-btn {
    padding: unset;
    background: unset !important;
  }
  .icon-cell {
    width: 24px;
    padding: 2px !important;
    text-align: center;
  }
  .hb-wapp-01,
  .hb-wapp-03,
  .hb-wapp-04,
  .hb-wapp-07 {
    display: none;
  }
  .aa-unit-count .aa-title {
    display: none;
  }
  .aa-unit-count .aa-title2 {
    font-size: 16.5px;
    margin-bottom: 10px !important;
    display: block;
    text-align: center;
  }
  .aa-unit-count .desc {
    display: none;
  }
  .aa-unit-count .desc2 {
    font-size: 9px;
    display: block;
    text-align: center;
  }
  .aa-unit-count .product-box {
    width: 100% !important;
    margin-top: 10px;
  }
  .aa-unit-count .radio-list {
    margin: 0 !important;
    width: 55% !important;
  }
  .aa-unit-count .radio-list label {
    width: 31% !important;
    font-size: 10px;
    margin: 0 !important;
    padding: 10px 0 !important;
  }
  .aa-unit-count .image-box {
    height: 205px;
    width: 45% !important;
    border-radius: 0 !important;
    margin: 0 !important;
  }
  .aa-unit-count .items-container li .price-add .p {
    font-size: 8px;
  }
  .fa-shopping-cart {
    font-size: 10px !important;
  }
  .aa-unit-count .items-container li .price-add .p span {
    font-size: 7px;
  }
  .aa-unit-count {
    margin: 20px 0;
    min-height: unset !important;
  }
  .aa-unit-count .clear-btn {
    font-size: 11px;
    margin-top: 0 !important;
  }
  .aa-unit-count .clear-btn img {
    height: 13px;
  }
  .aa-vtp-con .left-btn,
  .aa-vtp-con .right-btn {
    display: none;
  }
  .aa-vtp-con .aa-title,
  .aa-customer-comment-con .aa-title,
  .aa-faq-con .aa-title {
    font-weight: 500 !important;
    font-size: 16px !important;
  }
  .aa-vtp-con .aa-title::before {
    display: none;
  }
  .aa-vtp-con .aa-title {
    padding: 0;
  }
  .aa-vtp-con {
    min-height: 244px;
    margin: 35px 0;
  }
  .aa-vtp-con .see-all-p {
    top: 8px;
    font-size: 11px;
  }
  .aa-vtp-con .see-all-p img {
    width: 4px;
  }
  .aa-vtp-con .vtp-ul,
  .aa-vtp-con .vtp-ul-2,
  .aa-vtp-con .vtp-ul-3,
  .aa-vtp-con .vtp-ul-4 {
    padding: 0 0 0 10px !important;
    overflow: auto !important;
  }
  .aa-vtp-con .vtp-ul li,
  .aa-vtp-con .vtp-ul-2 li,
  .aa-vtp-con .vtp-ul-3 li,
  .aa-vtp-con .vtp-ul-4 li {
    flex: 0 0 140px !important;
  }
  .aa-vtp-con .vtp-ul li .item-text,
  .aa-vtp-con .vtp-ul-2 li .item-text,
  .aa-vtp-con .vtp-ul-3 li .item-text,
  .aa-vtp-con .vtp-ul-4 li .item-text {
    top: 130px;
    font-size: 11px;
  }
  .aa-vtp-con .vtp-ul li .price-add .p,
  .aa-vtp-con .vtp-ul-2 li .price-add .p,
  .aa-vtp-con .vtp-ul-3 li .price-add .p,
  .aa-vtp-con .vtp-ul-4 li .price-add .p {
    font-size: 10px;
  }
  .aa-vtp-con .vtp-ul li .price-add .p span,
  .aa-vtp-con .vtp-ul-2 li .price-add .p span,
  .aa-vtp-con .vtp-ul-3 li .price-add .p span,
  .aa-vtp-con .vtp-ul-4 li .price-add .p span {
    font-size: 9px;
  }
  /* -- */
  .aa-anti-con {
    margin: 20px 0;
  }
  .aa-anti-con .container {
    border-radius: 0;
    background-size: 55% auto;
    background-position: 0 75%;
    padding: 10px;
    height: 270px;
  }
  .aa-anti-con .aa-title {
    font-size: 18px;
    font-weight: 800;
  }
  .aa-anti-con .aa-text {
    font-size: 10px;
  }
  .aa-anti-con .more-info {
    margin: 0;
    width: 33%;
    padding: 8px 0;
    font-size: 11px;
  }
  .aa-anti-con ul li img {
    width: 15px;
    margin-left: 5px;
  }
  .aa-anti-con ul li {
    font-size: 11px;
    margin: 10px 0;
  }
  .aa-category-con .a0 {
    display: none;
  }
  .aa-category-con .container {
    width: 100%;
    padding: 0 10px;
  }
  .aa-category-con h2 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #08215c;
    position: relative;
    background-color: #fff;
    border-right: 10px solid #fff;
    border-left: 10px solid #fff;
    width: fit-content;
    margin: 0 auto 10px auto;
  }
  .aa-category-con h2::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #e8e9ed;
    z-index: -1;
  }
  .aa-category-con .a3 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    width: 100%;
  }
  .aa-category-con .a3 a {
    width: 32% !important;
  }
  .aa-category-con .a3 .item {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .aa-category-con .a3 .item img {
    width: 90px;
  }
  .aa-category-con .a3 .item .item-title {
    margin: 5px 0 0 0;
    font-size: 11px;
    font-weight: 600;
    color: #000;
    display: block;
    width: 100%;
    text-align: center;
  }
  .aa-category-con .a3 .item .count {
    font-size: 9px;
    font-weight: 600;
    color: #9b9ba7;
    display: block;
    width: 100%;
    text-align: center;
    margin: 5px 0 0 0;
  }
  /* -- */
  .aa-search-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 3px auto 0 auto;
    background: linear-gradient(
      to right,
      transparent 0%,
      #fff 25%,
      #fff 75%,
      transparent 100%
    );
    padding: 5px;
  }
  .hb-slide .text-find {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    width: 94%;
    margin: 8px auto;
    display: block;
  }
  .hb-slide .text-find span {
    color: #ff0000;
  }
  .hb-slide .input-con {
    width: 100%;
    position: relative;
  }
  .hb-slide .input-con img {
    position: absolute;
    top: 24%;
    right: 6px;
    width: 20px;
    height: auto;
    display: none;
  }
  .hb-slide .input-con input {
    padding: 9px 9px 9px 12px;
    width: 98%;
    border: 1px solid #ddd;
    border-radius: 35px;
    font-size: 10px;
  }
  .hb-slide .search-btn {
    color: #fff;
    background-color: #f2050f;
    font-size: 12px;
    padding: 8px;
    border: none;
    border-radius: 35px;
    width: 30%;
  }
  .hb-slide .search-btn i {
    vertical-align: middle;
    font-size: 12px;
    margin: 0 5px 0 0;
  }
  /* --- */
  .aa-fbt-con,
  .aa-bs-con,
  .n-whytpy-con,
  .aa-customer-comment-con {
    display: none !important;
  }
  /* header */
  header,
  .hb-search-section .hb-search-box {
    width: 100% !important;
  }
  .hb-slide {
    background: #fff url(Slider2.webp) no-repeat;
    background-size: 100% auto;
    background-position: top;
    padding: 10px 6px 0 0;
    aspect-ratio: 2.4 / 1;
    min-height: unset !important;
  }
  .hb-slide .hb-container {
    padding: 0 10px !important;
  }
  .hb-slide .slide-title {
    font-size: 15px;
  }
  .hb-slide .slide-content p {
    font-size: 12px;
    margin: 0 !important;
    font-weight: 600;
  }
  .hb-slide .btn {
    width: fit-content;
    font-size: 8px;
    padding: 5px 10px;
  }
  .hb-slide .btn-outline,
  .hb-slide .btn-red {
    border-width: 1px;
  }
  /* -- EDIT -- */
  .aa-new-y-tpy .container {
    padding: 20px 0 !important;
    width: 90% !important;
  }
  .aa-new-y-tpy .container .top {
    flex-wrap: wrap !important;
    flex-direction: column-reverse;
  }
  .aa-new-y-tpy .container .right,
  .aa-new-y-tpy .container .left {
    width: 100% !important;
  }
  .aa-new-y-tpy .container .below {
    margin: 20px 0 0 0 !important;
  }
  .aa-new-y-tpy .container .right {
    margin: 63% 0 0 0;
  }
  .aa-new-y-tpy .container .right .counter {
    border-width: 1px !important;
  }
  .aa-new-y-tpy .container .right .title,
  .aa-new-y-tpy .container .below .A2 .title {
    font-size: 16px !important;
  }
  .aa-new-y-tpy .container .right .desc,
  .aa-new-y-tpy .container .below .A2 .des {
    font-size: 12px;
  }
  .aa-new-y-tpy .container .right .counter .num {
    font-size: 18px;
  }
  .aa-new-y-tpy .container .right .counter .text {
    font-size: 8.5px;
  }
  .aa-new-y-tpy .container .left .h_iframe-aparat_embed_frame {
    width: 100% !important;
  }
  .aa-new-y-tpy .container .below .A2 {
    margin: 70px 0 0 0;
  }
  .aa-new-y-tpy .container .below .A0 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .aa-new-y-tpy .container .below .A2 .owl-nav {
    display: none;
  }
  .aa-new-y-tpy .container .below .A2 .clients-logos img {
    width: 100%;
  }
  .aa-new-y-tpy .container .below .A1 {
    justify-content: center !important;
  }
  .aa-new-y-tpy .container .below .C1 {
    border-left: 1px solid #ddd;
  }
  .aa-new-y-tpy .container .below .A1 .det .u {
    font-size: 13px;
  }
  .aa-new-y-tpy .container .below .A1 .det .d {
    font-size: 8.4px;
    min-width: 105px;
  }
  .aa-new-y-tpy .container .below .A1 img {
    height: 50px;
  }
  /* -- EDIT -- */
}
/* ---------- */
@media only screen and (min-width: 321px) and (max-width: 420px) {
  .hb-fbt-con .hb-step {
    background-size: 40% auto !important;
  }
}
@media only screen and (min-width: 421px) and (max-width: 520px) {
  .aa-new-y-tpy .container .right .title,
  .aa-new-y-tpy .container .below .A2 .title {
    font-size: 20px !important;
  }
  .aa-new-y-tpy .container .right .desc,
  .aa-new-y-tpy .container .below .A2 .des {
    font-size: 14px !important;
  }
  .aa-new-y-tpy .container .right .counter .num {
    font-size: 24px !important;
  }
  .aa-new-y-tpy .container .right .counter .text {
    font-size: 10.5px !important;
  }
  .aa-new-y-tpy .container .below .A1 .det .u {
    font-size: 15px !important;
  }
  .aa-new-y-tpy .container .below .A1 .det .d {
    font-size: 9px !important;
  }
  /* -- */
  .hb-slide .slide-title {
    font-size: 17px !important;
  }
  .hb-slide .slide-title-2 {
    font-size: 20px !important;
  }
  .hb-slide .slide-content p {
    font-size: 14px !important;
  }
  .hb-slide .text-find {
    font-size: 15px !important;
  }
  .hb-slide .search-btn {
    font-size: 14px !important;
  }
  .hb-slide .input-con input {
    font-size: 12px !important;
  }
  .aa-category-con h2 {
    font-size: 18px !important;
  }
  .aa-category-con .a3 .item .item-title {
    font-size: 12px !important;
  }
  .aa-category-con .a3 .item .count {
    font-size: 11px !important;
  }
  .aa-category-con .a3 .see-more {
    font-size: 14px !important;
  }
  .hb-category .hb-title {
    font-size: 18px !important;
  }
  .hb-category .tab,
  .hb-category .tab.active {
    font-size: 12px !important;
  }
  .hb-fbt-con .hb-titr {
    font-size: 21px !important;
  }
  .hb-fbt-con .hb-step {
    background-size: 160px auto !important;
  }
  .hb-fbt-con .step-panel .mb-3 {
    font-size: 18px !important;
  }
  .hb-fbt-con .step-panel button {
    font-size: 15px !important;
  }
  .aa-best-sale-web-app .img-con .text span {
    font-size: 20px !important;
  }
  .hb-step .choose-capacity-con .capacity-item {
    font-size: 13px !important;
  }
  .hb-step .fbt-title-wa {
    font-size: 16px !important;
  }
  .hb-step .choose-capacity-con .choose-capacity {
    font-size: 14px !important;
  }
  .hb-step .a2 .a2-inputs .a2-input-text {
    font-size: 14px !important;
  }
  .hb-step .a2 .a2-inputs .LWH input {
    font-size: 12px !important;
  }
  .aa-best-sale-web-app .product-con .left .text {
    font-size: 12px !important;
  }
  .aa-best-sale-web-app .product-con .left .price {
    font-size: 14px !important;
  }
  .aa-best-sale-web-app .see-more {
    font-size: 13px !important;
  }
  .aa-unit-count .aa-title2 {
    font-size: 18.5px !important;
  }
  .aa-unit-count .desc2 {
    font-size: 11px !important;
  }
  .aa-unit-count .radio-list label {
    font-size: 12px !important;
  }
  .aa-unit-count .image-box {
    height: 220px;
  }
  .aa-unit-count .product-box {
    margin-top: 15px !important;
  }
  .aa-vtp-con .aa-title,
  .aa-customer-comment-con .aa-title,
  .aa-faq-con .aa-title {
    font-size: 18px !important;
  }
  .aa-vtp-con .see-all-p {
    font-size: 13px !important;
  }
  .aa-vtp-con .vtp-ul li .item-text,
  .aa-vtp-con .vtp-ul-2 li .item-text,
  .aa-vtp-con .vtp-ul-3 li .item-text,
  .aa-vtp-con .vtp-ul-4 li .item-text {
    font-size: 12px !important;
  }
  .aa-vtp-con .vtp-ul li .price-add .p,
  .aa-vtp-con .vtp-ul-2 li .price-add .p,
  .aa-vtp-con .vtp-ul-3 li .price-add .p,
  .aa-vtp-con .vtp-ul-4 li .price-add .p {
    font-size: 13px !important;
  }
  .aa-vtp-con .vtp-ul li .price-add .p span,
  .aa-vtp-con .vtp-ul-2 li .price-add .p span,
  .aa-vtp-con .vtp-ul-3 li .price-add .p span,
  .aa-vtp-con .vtp-ul-4 li .price-add .p span {
    font-size: 11px !important;
  }
  .whytpy-webapp-con .title {
    font-size: 18px !important;
  }
  .whytpy-webapp-con p {
    font-size: 15px !important;
  }
  .whytpy-webapp-con ul {
    font-size: 15px !important;
  }
  .aa-webapp-comment .title {
    font-size: 20px !important;
  }
  .aa-webapp-comment .comment .a2 .name,
  .aa-webapp-comment .comment .a2 .detail {
    font-size: 12px !important;
  }
  .hb-see-all-btn {
    font-size: 13px !important;
    margin-top: 10px !important;
  }
  .aa-title-webapp {
    font-size: 18px !important;
  }
  .aa-faq-con .accordion-button,
  .aa-faq-con .accordion-body {
    font-size: 14px !important;
  }
  .aa-webapp-footer-new .aa-advice-con {
    font-size: 11px !important;
  }
  .aa-webapp-footer-new .accordion-button {
    font-size: 16px !important;
  }
  .aa-webapp-footer-new .contact-us-con .title {
    font-size: 19px !important;
  }
  .aa-webapp-footer-new .socials-con .item:first-child {
    font-size: 14px !important;
  }
  .aa-webapp-footer-new .call-support-con .item,
  .aa-webapp-footer-new .elec-post-con .item {
    font-size: 13px !important;
  }
  .aa-webapp-footer-new .elec-post-con .item img {
    width: 135px !important;
  }
  .aa-webapp-footer-new .elec-post-con .cat-download {
    font-size: 13px !important;
    top: 8px !important;
  }
  .aa-webapp-footer-new .price-list-email-con .text:first-child,
  .aa-webapp-footer-new .price-list-email-con .text:last-child {
    font-size: 12px !important;
  }
  .aa-webapp-footer-new .price-list-email-con form input,
  .aa-webapp-footer-new .price-list-email-con form button {
    font-size: 12px !important;
  }
  .aa-webapp-footer-new .copyRight {
    font-size: 10px !important;
  }
}
@media only screen and (min-width: 521px) and (max-width: 620px) {
  .aa-new-y-tpy .container .right .title,
  .aa-new-y-tpy .container .below .A2 .title {
    font-size: 28px !important;
  }
  .aa-new-y-tpy .container .right .desc,
  .aa-new-y-tpy .container .below .A2 .des {
    font-size: 16px !important;
  }
  .aa-new-y-tpy .container .right .counter .num {
    font-size: 28px !important;
  }
  .aa-new-y-tpy .container .right .counter .text {
    font-size: 12.5px !important;
  }
  .aa-new-y-tpy .container .below .A1 .det .u {
    font-size: 14px !important;
  }
  .aa-new-y-tpy .container .below .A1 .det .d {
    font-size: 9px !important;
  }
  /* -- */
  .hb-slide .slide-title {
    font-size: 19px !important;
  }
  .hb-slide .slide-title-2 {
    font-size: 22px !important;
  }
  .hb-slide .slide-content p {
    font-size: 16px !important;
  }
  .hb-slide .text-find {
    font-size: 17px !important;
  }
  .hb-slide .search-btn {
    font-size: 16px !important;
  }
  .hb-slide .input-con input {
    font-size: 14px !important;
  }
  .aa-category-con h2 {
    font-size: 20px !important;
  }
  .aa-category-con .a3 .item .item-title {
    font-size: 14px !important;
  }
  .aa-category-con .a3 .item .count {
    font-size: 13px !important;
  }
  .aa-category-con .a3 .see-more {
    font-size: 16px !important;
  }
  .hb-category .hb-title {
    font-size: 20px !important;
  }
  .hb-category .tab,
  .hb-category .tab.active {
    font-size: 14px !important;
  }
  .hb-fbt-con .hb-titr {
    font-size: 23px !important;
  }
  .hb-fbt-con .hb-step {
    background-size: 160px auto !important;
  }
  .hb-fbt-con .step-panel .mb-3 {
    font-size: 20px !important;
  }
  .hb-fbt-con .step-panel button {
    font-size: 17px !important;
  }
  .aa-best-sale-web-app .img-con .text span {
    font-size: 22px !important;
  }
  .hb-step .choose-capacity-con .capacity-item {
    font-size: 15px !important;
  }
  .hb-step .fbt-title-wa {
    font-size: 18px !important;
  }
  .hb-step .choose-capacity-con .choose-capacity {
    font-size: 16px !important;
  }
  .hb-step .a2 .a2-inputs .a2-input-text {
    font-size: 14px !important;
  }
  .hb-step .a2 .a2-inputs .LWH input {
    font-size: 14px !important;
  }
  .aa-best-sale-web-app .product-con .left .text {
    font-size: 14px !important;
  }
  .aa-best-sale-web-app .product-con .left .price {
    font-size: 16px !important;
  }
  .aa-best-sale-web-app .see-more {
    font-size: 15px !important;
  }
  .aa-unit-count .aa-title2 {
    font-size: 20.5px !important;
  }
  .aa-unit-count .desc2 {
    font-size: 13px !important;
  }
  .aa-unit-count .radio-list label {
    font-size: 14px !important;
  }
  .aa-unit-count .image-box {
    height: 235px;
  }
  .aa-unit-count .product-box {
    margin-top: 15px !important;
  }
  .aa-vtp-con .aa-title,
  .aa-customer-comment-con .aa-title,
  .aa-faq-con .aa-title {
    font-size: 20px !important;
  }
  .aa-vtp-con .see-all-p {
    font-size: 15px !important;
  }
  .aa-vtp-con .vtp-ul li .price-add .p span,
  .aa-vtp-con .vtp-ul-2 li .price-add .p span,
  .aa-vtp-con .vtp-ul-3 li .price-add .p span,
  .aa-vtp-con .vtp-ul-4 li .price-add .p span {
    font-size: 13px !important;
  }
  .whytpy-webapp-con .title {
    font-size: 20px !important;
  }
  .whytpy-webapp-con p {
    font-size: 17px !important;
  }
  .whytpy-webapp-con ul {
    font-size: 17px !important;
  }
  .aa-webapp-comment .title {
    font-size: 20px !important;
  }
  .aa-webapp-comment .comment .a2 .name,
  .aa-webapp-comment .comment .a2 .detail {
    font-size: 14px !important;
  }
  .hb-see-all-btn {
    font-size: 15px !important;
    margin-top: 10px !important;
  }
  .aa-title-webapp {
    font-size: 20px !important;
  }
  .aa-faq-con .accordion-button,
  .aa-faq-con .accordion-body {
    font-size: 16px !important;
  }
  .aa-webapp-footer-new .aa-advice-con {
    font-size: 13px !important;
  }
  .aa-webapp-footer-new .accordion-button {
    font-size: 18px !important;
  }
  .aa-webapp-footer-new .contact-us-con .title {
    font-size: 21px !important;
  }
  .aa-webapp-footer-new .socials-con .item:first-child {
    font-size: 16px !important;
  }
  .aa-webapp-footer-new .call-support-con .item,
  .aa-webapp-footer-new .elec-post-con .item {
    font-size: 15px !important;
  }
  .aa-webapp-footer-new .elec-post-con .item img {
    width: 135px !important;
  }
  .aa-webapp-footer-new .elec-post-con .cat-download {
    font-size: 14px !important;
    top: 8px !important;
  }
  .aa-webapp-footer-new .price-list-email-con .text:first-child,
  .aa-webapp-footer-new .price-list-email-con .text:last-child {
    font-size: 14px !important;
  }
  .aa-webapp-footer-new .price-list-email-con form input,
  .aa-webapp-footer-new .price-list-email-con form button {
    font-size: 14px !important;
  }
  .aa-webapp-footer-new .copyRight {
    font-size: 12px !important;
  }
  .aa-webapp-comment .comment .bottom .text {
    font-size: 13px !important;
  }
  /* -- */
  main article h2 {
    font-size: 23px !important;
  }
  main article h3 {
    font-size: 20px !important;
  }
  main article p,
  main article ol,
  main article ul {
    font-size: 15px !important;
  }
  .aa-webapp-footer-new .about-us-footer-webapp .title {
    font-size: 15px !important;
  }
  .aa-webapp-footer-new .about-us-footer-webapp .text p,
  .aa-webapp-footer-new .about-us-footer-webapp #seeMoreBtnWA {
    font-size: 14px !important;
  }
  .aa-webapp-footer-new .about-us-footer-webapp .logo img {
    width: 50px !important;
  }
  /* -- */
  .aa-webapp-footer-new .container {
    max-width: 100% !important;
  }
  /* -- */
  .aa-category-con .a3 .item img {
    width: 130px !important;
  }
}
@media only screen and (min-width: 621px) and (max-width: 720px) {
  .aa-new-y-tpy .container .right .title,
  .aa-new-y-tpy .container .below .A2 .title {
    font-size: 28px !important;
  }
  .aa-new-y-tpy .container .right .desc,
  .aa-new-y-tpy .container .below .A2 .des {
    font-size: 16px !important;
  }
  .aa-new-y-tpy .container .right .counter .num {
    font-size: 28px !important;
  }
  .aa-new-y-tpy .container .right .counter .text {
    font-size: 12.5px !important;
  }
  .aa-new-y-tpy .container .below .A1 .det .u {
    font-size: 14px !important;
  }
  .aa-new-y-tpy .container .below .A1 .det .d {
    font-size: 9px !important;
  }
  /* -- */
  .hb-slide .slide-title {
    font-size: 24px !important;
  }
  .hb-slide .slide-title-2 {
    font-size: 26px !important;
  }
  .hb-slide .slide-content p {
    font-size: 20px !important;
  }
  .hb-slide .slide-content p span {
    font-size: 18px !important;
  }
  .hb-slide .text-find {
    font-size: 17px !important;
  }
  .hb-slide .search-btn {
    font-size: 16px !important;
  }
  .hb-slide .input-con input {
    font-size: 14px !important;
  }
  .aa-category-con h2 {
    font-size: 20px !important;
  }
  .aa-category-con .a3 .item .item-title {
    font-size: 14px !important;
  }
  .aa-category-con .a3 .item .count {
    font-size: 13px !important;
  }
  .aa-category-con .a3 .see-more {
    font-size: 16px !important;
  }
  .hb-category .hb-title {
    font-size: 20px !important;
  }
  .hb-category .tab,
  .hb-category .tab.active {
    font-size: 14px !important;
  }
  .hb-fbt-con .hb-titr {
    font-size: 28px !important;
  }
  .hb-fbt-con .hb-step {
    background-size: 210px auto !important;
    min-height: 285px !important;
  }
  .hb-fbt-con .step-panel .mb-3 {
    font-size: 20px !important;
    margin: 60px 0 0 0;
  }
  .hb-fbt-con .step-panel button {
    font-size: 17px !important;
  }
  .aa-best-sale-web-app .img-con .text span {
    font-size: 26px !important;
  }
  .hb-step .choose-capacity-con .capacity-item {
    font-size: 15px !important;
  }
  .hb-step .fbt-title-wa {
    font-size: 18px !important;
  }
  .hb-step .choose-capacity-con .choose-capacity {
    font-size: 16px !important;
  }
  .hb-step .a2 .a2-inputs .a2-input-text {
    font-size: 14px !important;
  }
  .hb-step .a2 .a2-inputs .LWH input {
    font-size: 14px !important;
  }
  .aa-best-sale-web-app .product-con .left .text {
    font-size: 14px !important;
  }
  .aa-best-sale-web-app .product-con .left .price {
    font-size: 16px !important;
  }
  .aa-best-sale-web-app .see-more {
    font-size: 15px !important;
  }
  .aa-unit-count .aa-title2 {
    font-size: 22.5px !important;
  }
  .aa-unit-count .desc2 {
    font-size: 15px !important;
  }
  .aa-unit-count .radio-list label {
    font-size: 14px !important;
  }
  .aa-unit-count .image-box {
    height: 235px;
  }
  .aa-unit-count .product-box {
    margin-top: 15px !important;
  }
  .aa-vtp-con .aa-title,
  .aa-customer-comment-con .aa-title,
  .aa-faq-con .aa-title {
    font-size: 22px !important;
  }
  .aa-vtp-con .see-all-p {
    font-size: 16px !important;
  }

  .aa-vtp-con .vtp-ul li .price-add .p,
  .aa-vtp-con .vtp-ul-2 li .price-add .p,
  .aa-vtp-con .vtp-ul-3 li .price-add .p,
  .aa-vtp-con .vtp-ul-4 li .price-add .p {
    font-size: 12px !important;
  }
  .aa-vtp-con .vtp-ul li .price-add .p span,
  .aa-vtp-con .vtp-ul-2 li .price-add .p span,
  .aa-vtp-con .vtp-ul-3 li .price-add .p span,
  .aa-vtp-con .vtp-ul-4 li .price-add .p span {
    font-size: 13px !important;
  }
  .whytpy-webapp-con .title {
    font-size: 20px !important;
  }
  .whytpy-webapp-con p {
    font-size: 17px !important;
  }
  .whytpy-webapp-con ul {
    font-size: 17px !important;
  }
  .aa-webapp-comment .title {
    font-size: 20px !important;
  }
  .aa-webapp-comment .comment .a2 .name,
  .aa-webapp-comment .comment .a2 .detail {
    font-size: 14px !important;
  }
  .hb-see-all-btn {
    font-size: 15px !important;
    margin-top: 10px !important;
  }
  .aa-title-webapp {
    font-size: 20px !important;
  }
  .aa-faq-con .accordion-button,
  .aa-faq-con .accordion-body {
    font-size: 16px !important;
  }
  .aa-webapp-footer-new .aa-advice-con {
    font-size: 13px !important;
  }
  .aa-webapp-footer-new .accordion-button {
    font-size: 18px !important;
  }
  .aa-webapp-footer-new .contact-us-con .title {
    font-size: 21px !important;
  }
  .aa-webapp-footer-new .socials-con .item:first-child {
    font-size: 16px !important;
  }
  .aa-webapp-footer-new .call-support-con .item,
  .aa-webapp-footer-new .elec-post-con .item {
    font-size: 15px !important;
  }
  .aa-webapp-footer-new .elec-post-con .item img {
    width: 135px !important;
  }
  .aa-webapp-footer-new .elec-post-con .cat-download {
    font-size: 14px !important;
    top: 8px !important;
  }
  .aa-webapp-footer-new .price-list-email-con .text:first-child,
  .aa-webapp-footer-new .price-list-email-con .text:last-child {
    font-size: 14px !important;
  }
  .aa-webapp-footer-new .price-list-email-con form input,
  .aa-webapp-footer-new .price-list-email-con form button {
    font-size: 14px !important;
  }
  .aa-webapp-footer-new .copyRight {
    font-size: 12px !important;
  }
  .aa-webapp-comment .comment .bottom .text {
    font-size: 13px !important;
  }
  /* -- */
  main article h2 {
    font-size: 23px !important;
  }
  main article h3 {
    font-size: 20px !important;
  }
  main article p,
  main article ol,
  main article ul {
    font-size: 15px !important;
  }
  .aa-webapp-footer-new .about-us-footer-webapp .title {
    font-size: 15px !important;
  }
  .aa-webapp-footer-new .about-us-footer-webapp .text p,
  .aa-webapp-footer-new .about-us-footer-webapp #seeMoreBtnWA {
    font-size: 14px !important;
  }
  .aa-webapp-footer-new .about-us-footer-webapp .logo img {
    width: 50px !important;
  }
  /* -- */
  .container {
    max-width: 100% !important;
  }
  /* -- */
  .hb-category table th,
  .hb-category table td {
    font-size: 14px !important;
  }
  /* -- */
  .aa-category-con .a3 .item img {
    width: 160px !important;
  }
  .aa-category-con .a3 .item {
    width: 100% !important;
  }
  .aa-category-con .a3 {
    gap: 12px !important;
  }
  /* -- */
  .aa-best-sale-web-app .img-con {
    height: 140px !important;
  }
  .aa-best-sale-web-app .img-con img {
    height: 100px !important;
  }
  .hb-fbt-con .hb-desc {
    font-size: 16px !important;
  }
  /* -- */
  .aa-best-sale-web-app .product-con .product .right img {
    width: 135px !important;
    height: 135px !important;
  }
  .aa-best-sale-web-app .product-con .product i {
    font-size: 28px !important;
  }
}
@media only screen and (min-width: 721px) and (max-width: 820px) {
  .aa-new-y-tpy .container .right .title,
  .aa-new-y-tpy .container .below .A2 .title {
    font-size: 28px !important;
  }
  .aa-new-y-tpy .container .right .desc,
  .aa-new-y-tpy .container .below .A2 .des {
    font-size: 16px !important;
  }
  .aa-new-y-tpy .container .right .counter .num {
    font-size: 28px !important;
  }
  .aa-new-y-tpy .container .right .counter .text {
    font-size: 12.5px !important;
  }
  .aa-new-y-tpy .container .below .A1 .det .u {
    font-size: 14px !important;
  }
  .aa-new-y-tpy .container .below .A1 .det .d {
    font-size: 9px !important;
  }
  /* -- */
  .hb-slide .slide-title {
    font-size: 24px !important;
  }
  .hb-slide .slide-title-2 {
    font-size: 26px !important;
  }
  .hb-slide .slide-content p {
    font-size: 20px !important;
  }
  .hb-slide .slide-content p span {
    font-size: 18px !important;
  }
  .hb-slide .text-find {
    font-size: 17px !important;
  }
  .hb-slide .search-btn {
    font-size: 16px !important;
  }
  .hb-slide .input-con input {
    font-size: 14px !important;
  }
  .aa-category-con h2 {
    font-size: 22px !important;
  }
  .aa-category-con .a3 .item .item-title {
    font-size: 14px !important;
  }
  .aa-category-con .a3 .item .count {
    font-size: 13px !important;
  }
  .aa-category-con .a3 .see-more {
    font-size: 16px !important;
  }
  .hb-category .hb-title {
    font-size: 22px !important;
  }
  .hb-category .tab,
  .hb-category .tab.active {
    font-size: 14px !important;
  }
  .hb-fbt-con .hb-titr {
    font-size: 28px !important;
  }
  .hb-fbt-con .hb-step {
    background-size: 210px auto !important;
    min-height: 285px !important;
  }
  .hb-fbt-con .step-panel .mb-3 {
    font-size: 20px !important;
    margin: 60px 0 0 0;
  }
  .hb-fbt-con .step-panel button {
    font-size: 17px !important;
  }
  .aa-best-sale-web-app .img-con .text span {
    font-size: 26px !important;
  }
  .hb-step .choose-capacity-con .capacity-item {
    font-size: 15px !important;
  }
  .hb-step .fbt-title-wa {
    font-size: 18px !important;
  }
  .hb-step .choose-capacity-con .choose-capacity {
    font-size: 16px !important;
  }
  .hb-step .a2 .a2-inputs .a2-input-text {
    font-size: 14px !important;
  }
  .hb-step .a2 .a2-inputs .LWH input {
    font-size: 14px !important;
  }
  .aa-best-sale-web-app .product-con .left .text {
    font-size: 14px !important;
  }
  .aa-best-sale-web-app .product-con .left .price {
    font-size: 16px !important;
  }
  .aa-best-sale-web-app .see-more {
    font-size: 15px !important;
  }
  .aa-unit-count .aa-title2 {
    font-size: 22.5px !important;
  }
  .aa-unit-count .desc2 {
    font-size: 15px !important;
  }
  .aa-unit-count .radio-list label {
    font-size: 14px !important;
  }
  .aa-unit-count .image-box {
    height: 235px;
  }
  .aa-unit-count .product-box {
    margin-top: 15px !important;
  }
  .aa-vtp-con .aa-title,
  .aa-customer-comment-con .aa-title,
  .aa-faq-con .aa-title {
    font-size: 22px !important;
  }
  .aa-vtp-con .see-all-p {
    font-size: 16px !important;
  }

  .aa-vtp-con .vtp-ul li .price-add .p,
  .aa-vtp-con .vtp-ul-2 li .price-add .p,
  .aa-vtp-con .vtp-ul-3 li .price-add .p,
  .aa-vtp-con .vtp-ul-4 li .price-add .p {
    font-size: 12px !important;
  }
  .aa-vtp-con .vtp-ul li .price-add .p span,
  .aa-vtp-con .vtp-ul-2 li .price-add .p span,
  .aa-vtp-con .vtp-ul-3 li .price-add .p span,
  .aa-vtp-con .vtp-ul-4 li .price-add .p span {
    font-size: 13px !important;
  }
  .whytpy-webapp-con .title {
    font-size: 22px !important;
  }
  .whytpy-webapp-con p {
    font-size: 17px !important;
  }
  .whytpy-webapp-con ul {
    font-size: 17px !important;
  }
  .aa-webapp-comment .title {
    font-size: 20px !important;
  }
  .aa-webapp-comment .comment .a2 .name,
  .aa-webapp-comment .comment .a2 .detail {
    font-size: 14px !important;
  }
  .hb-see-all-btn {
    margin-top: 10px !important;
    font-size: 15px !important;
  }
  .aa-title-webapp {
    font-size: 20px !important;
  }
  .aa-faq-con .accordion-button,
  .aa-faq-con .accordion-body {
    font-size: 16px !important;
  }
  .aa-webapp-footer-new .aa-advice-con {
    font-size: 13px !important;
  }
  .aa-webapp-footer-new .accordion-button {
    font-size: 18px !important;
  }
  .aa-webapp-footer-new .contact-us-con .title {
    font-size: 21px !important;
  }
  .aa-webapp-footer-new .socials-con .item:first-child {
    font-size: 16px !important;
  }
  .aa-webapp-footer-new .call-support-con .item,
  .aa-webapp-footer-new .elec-post-con .item {
    font-size: 15px !important;
  }
  .aa-webapp-footer-new .elec-post-con .item img {
    width: 135px !important;
  }
  .aa-webapp-footer-new .elec-post-con .cat-download {
    font-size: 14px !important;
    top: 8px !important;
  }
  .aa-webapp-footer-new .price-list-email-con .text:first-child,
  .aa-webapp-footer-new .price-list-email-con .text:last-child {
    font-size: 14px !important;
  }
  .aa-webapp-footer-new .price-list-email-con form input,
  .aa-webapp-footer-new .price-list-email-con form button {
    font-size: 14px !important;
  }
  .aa-webapp-footer-new .copyRight {
    font-size: 12px !important;
  }
  .aa-webapp-comment .comment .bottom .text {
    font-size: 13px !important;
  }
  /* -- */
  main article h2 {
    font-size: 23px !important;
  }
  main article h3 {
    font-size: 20px !important;
  }
  main article p,
  main article ol,
  main article ul {
    font-size: 15px !important;
  }
  .aa-webapp-footer-new .about-us-footer-webapp .title {
    font-size: 15px !important;
  }
  .aa-webapp-footer-new .about-us-footer-webapp .text p,
  .aa-webapp-footer-new .about-us-footer-webapp #seeMoreBtnWA {
    font-size: 14px !important;
  }
  .aa-webapp-footer-new .about-us-footer-webapp .logo img {
    width: 60px !important;
  }
  /* -- */
  .container {
    max-width: 100% !important;
  }
  /* -- */
  .hb-category table th,
  .hb-category table td {
    font-size: 14px !important;
  }
  /* -- */
  .aa-category-con .a3 .item img {
    width: 160px !important;
  }
  .aa-category-con .a3 .item {
    width: 100% !important;
  }
  .aa-category-con .a3 {
    gap: 12px !important;
  }
  /* -- */
  .aa-best-sale-web-app .img-con {
    height: 140px !important;
  }
  .aa-best-sale-web-app .img-con img {
    height: 100px !important;
  }
  .hb-fbt-con .hb-desc {
    font-size: 16px !important;
  }
  /* -- */
  .aa-best-sale-web-app .product-con .product .right img {
    width: 135px !important;
    height: 135px !important;
  }
  .aa-best-sale-web-app .product-con .product i {
    font-size: 28px !important;
  }
}
@media only screen and (min-width: 821px) and (max-width: 900px) {
  .aa-new-y-tpy .container .right .title,
  .aa-new-y-tpy .container .below .A2 .title {
    font-size: 28px !important;
  }
  .aa-new-y-tpy .container .right .desc,
  .aa-new-y-tpy .container .below .A2 .des {
    font-size: 16px !important;
  }
  .aa-new-y-tpy .container .right .counter .num {
    font-size: 28px !important;
  }
  .aa-new-y-tpy .container .right .counter .text {
    font-size: 12.5px !important;
  }
  .aa-new-y-tpy .container .below .A1 .det .u {
    font-size: 14px !important;
  }
  .aa-new-y-tpy .container .below .A1 .det .d {
    font-size: 9px !important;
  }
  /* -- */
  .hb-slide .slide-title {
    font-size: 30px !important;
  }
  .hb-slide .slide-title-2 {
    font-size: 30px !important;
  }
  .hb-slide .slide-content p {
    font-size: 24px !important;
  }
  .hb-slide .slide-content p span {
    font-size: 22px !important;
  }
  .hb-slide .text-find {
    font-size: 17px !important;
  }
  .hb-slide .search-btn {
    font-size: 16px !important;
  }
  .hb-slide .input-con input {
    font-size: 14px !important;
  }
  .aa-category-con h2 {
    font-size: 22px !important;
  }
  .aa-category-con .a3 .item .item-title {
    font-size: 14px !important;
  }
  .aa-category-con .a3 .item .count {
    font-size: 13px !important;
  }
  .aa-category-con .a3 .see-more {
    font-size: 16px !important;
  }
  .hb-category .hb-title {
    font-size: 22px !important;
  }
  .hb-category .tab,
  .hb-category .tab.active {
    font-size: 14px !important;
  }
  .hb-fbt-con .hb-titr {
    font-size: 28px !important;
  }
  .hb-fbt-con .hb-step {
    background-size: 210px auto !important;
    min-height: 285px !important;
  }
  .hb-fbt-con .step-panel .mb-3 {
    font-size: 20px !important;
    margin: 60px 0 0 0;
  }
  .hb-fbt-con .step-panel button {
    font-size: 17px !important;
  }
  .aa-best-sale-web-app .img-con .text span {
    font-size: 26px !important;
  }
  .hb-step .choose-capacity-con .capacity-item {
    font-size: 15px !important;
  }
  .hb-step .fbt-title-wa {
    font-size: 18px !important;
  }
  .hb-step .choose-capacity-con .choose-capacity {
    font-size: 16px !important;
  }
  .hb-step .a2 .a2-inputs .a2-input-text {
    font-size: 14px !important;
  }
  .hb-step .a2 .a2-inputs .LWH input {
    font-size: 14px !important;
  }
  .aa-best-sale-web-app .product-con .left .text {
    font-size: 14px !important;
  }
  .aa-best-sale-web-app .product-con .left .price {
    font-size: 16px !important;
  }
  .aa-best-sale-web-app .see-more {
    font-size: 15px !important;
  }
  .aa-unit-count .aa-title2 {
    font-size: 22.5px !important;
  }
  .aa-unit-count .desc2 {
    font-size: 15px !important;
  }
  .aa-unit-count .radio-list label {
    font-size: 14px !important;
  }
  .aa-unit-count .image-box {
    height: 235px;
  }
  .aa-unit-count .product-box {
    margin-top: 15px !important;
  }
  .aa-vtp-con .aa-title,
  .aa-customer-comment-con .aa-title,
  .aa-faq-con .aa-title {
    font-size: 22px !important;
  }
  .aa-vtp-con .see-all-p {
    font-size: 16px !important;
  }

  .aa-vtp-con .vtp-ul li .price-add .p,
  .aa-vtp-con .vtp-ul-2 li .price-add .p,
  .aa-vtp-con .vtp-ul-3 li .price-add .p,
  .aa-vtp-con .vtp-ul-4 li .price-add .p {
    font-size: 12px !important;
  }
  .aa-vtp-con .vtp-ul li .price-add .p span,
  .aa-vtp-con .vtp-ul-2 li .price-add .p span,
  .aa-vtp-con .vtp-ul-3 li .price-add .p span,
  .aa-vtp-con .vtp-ul-4 li .price-add .p span {
    font-size: 13px !important;
  }
  .whytpy-webapp-con .title {
    font-size: 22px !important;
  }
  .whytpy-webapp-con p {
    font-size: 17px !important;
  }
  .whytpy-webapp-con ul {
    font-size: 17px !important;
  }
  .aa-webapp-comment .title {
    font-size: 20px !important;
  }
  .aa-webapp-comment .comment .a2 .name,
  .aa-webapp-comment .comment .a2 .detail {
    font-size: 14px !important;
  }
  .hb-see-all-btn {
    font-size: 15px !important;
    margin-top: 10px !important;
  }
  .aa-title-webapp {
    font-size: 20px !important;
  }
  .aa-faq-con .accordion-button,
  .aa-faq-con .accordion-body {
    font-size: 16px !important;
  }
  .aa-webapp-footer-new .aa-advice-con {
    font-size: 13px !important;
  }
  .aa-webapp-footer-new .accordion-button {
    font-size: 18px !important;
  }
  .aa-webapp-footer-new .contact-us-con .title {
    font-size: 21px !important;
  }
  .aa-webapp-footer-new .socials-con .item:first-child {
    font-size: 16px !important;
  }
  .aa-webapp-footer-new .call-support-con .item,
  .aa-webapp-footer-new .elec-post-con .item {
    font-size: 15px !important;
  }
  .aa-webapp-footer-new .elec-post-con .item img {
    width: 135px !important;
  }
  .aa-webapp-footer-new .elec-post-con .cat-download {
    font-size: 14px !important;
    top: 8px !important;
  }
  .aa-webapp-footer-new .price-list-email-con .text:first-child,
  .aa-webapp-footer-new .price-list-email-con .text:last-child {
    font-size: 14px !important;
  }
  .aa-webapp-footer-new .price-list-email-con form input,
  .aa-webapp-footer-new .price-list-email-con form button {
    font-size: 14px !important;
  }
  .aa-webapp-footer-new .copyRight {
    font-size: 12px !important;
  }
  .aa-webapp-comment .comment .bottom .text {
    font-size: 13px !important;
  }
  /* -- */
  main article h2 {
    font-size: 23px !important;
  }
  main article h3 {
    font-size: 20px !important;
  }
  main article p,
  main article ol,
  main article ul {
    font-size: 15px !important;
  }
  .aa-webapp-footer-new .about-us-footer-webapp .title {
    font-size: 15px !important;
  }
  .aa-webapp-footer-new .about-us-footer-webapp .text p,
  .aa-webapp-footer-new .about-us-footer-webapp #seeMoreBtnWA {
    font-size: 14px !important;
  }
  .aa-webapp-footer-new .about-us-footer-webapp .logo img {
    width: 60px !important;
  }
  /* -- */
  .container {
    max-width: 100% !important;
  }
  /* -- */
  .hb-category table th,
  .hb-category table td {
    font-size: 14px !important;
  }
  /* -- */
  .aa-category-con .a3 .item img {
    width: 160px !important;
  }
  .aa-category-con .a3 .item {
    width: 100% !important;
  }
  .aa-category-con .a3 {
    gap: 12px !important;
  }
  /* -- */
  .aa-best-sale-web-app .img-con {
    height: 140px !important;
  }
  .aa-best-sale-web-app .img-con img {
    height: 100px !important;
  }
  .hb-fbt-con .hb-desc {
    font-size: 16px !important;
  }
  /* -- */
  .aa-best-sale-web-app .product-con .product .right img {
    width: 135px !important;
    height: 135px !important;
  }
  .aa-best-sale-web-app .product-con .product i {
    font-size: 28px !important;
  }
}
/* ---------- */
@media only screen and (min-width: 901px) and (max-width: 5000px) {
  .step-buttons {
    display: none;
  }
  .aa-webapp-comment .comment .bottom .text {
    font-size: 13px;
  }
  .aa-webapp-comment .comment .a2 .name {
    font-size: 13px;
  }
  .aa-webapp-comment .comment .a2 .detail {
    font-size: 13px;
  }
  .aa-webapp-comment .comment .a3 img {
    width: 20px;
  }
  .aa-webapp-comment .title {
    font-size: 24px !important;
  }
  /* --- */
  .aa-category-con {
    display: none !important;
  }
  .hb-fbt-con {
    display: block !important;
  }
  .hb-fbt-con .container {
    min-height: 439px !important;
  }
  .hb-fbt-con .hb-step {
    background-image: unset;
    display: flex;
    align-items: start;
    justify-content: start;
  }
  .hb-fbt-con .hb-titr {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    margin: 15px 0 0 0;
    color: #08215c;
  }
  .hb-fbt-con .hb-desc {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0 15px 0;
    color: #838383;
  }
  .hb-fbt-con .tank-search-box .step-panel:nth-child(1) {
    display: none !important;
    background-image: unset;
  }
  .hb-fbt-con .tank-search-box .step-panel:nth-child(3) {
    display: none !important;
  }
  .hb-fbt-con .aa-new-con {
    width: 33%;
    border-left: 1px solid #ddd;
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
  }
  .hb-fbt-con .tsb2 {
    width: 100% !important;
    overflow: hidden;
  }
  .hb-fbt-con .tsb2 .tankResult {
    overflow: auto;
    padding: 0 2px 10px 2px !important;
  }
  .hb-fbt-con .tsb2 .tankResult .tank-item {
    flex: 0 0 210px !important;
  }
  .hb-fbt-con .tsb2 .tankResult .tank-item .item-text {
    font-size: 13px !important;
  }
  .hb-fbt-con .tsb2 .tankResult .tank-item img {
    width: 100% !important;
  }
  .hb-fbt-con .tsb2 .tankResult .tank-item .price-add {
    margin: 10px 6px 3px 6px !important;
    flex-direction: row-reverse;
  }
  .hb-fbt-con .tsb2 .tankResult .tank-item .price-add .p {
    font-size: 15px !important;
  }
  .hb-fbt-con .tsb2 .tankResult .tank-item .price-add .k i {
    font-size: 22px !important;
  }
  /* --- footer --- */
  .top-bar .container .row .col-md-4 {
    display: none;
  }
  .top-bar .container .row .col-md-2 {
    width: 25% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 30px 22px 30px 45px !important;
  }
  .top-bar .container .row div:nth-child(2),
  .top-bar .container .row div:nth-child(3) {
    justify-content: start !important;
  }
  .top-bar .container .row div:nth-child(4),
  .top-bar .container .row div:nth-child(5) {
    justify-content: end !important;
  }
  footer.hbd .hbf-about .text-content.collapsed::after {
    background: linear-gradient(to bottom, transparent, #f3f3f3e0) !important;
  }
}
/* ---------- */
@media only screen and (min-width: 901px) and (max-width: 1000px) {
  .aa-hero-new .a3 .see-more {
    width: 110px;
    height: 110px;
    font-size: 14px !important;
  }
  .aa-hero-new .a3 .see-more img {
    width: 35px !important;
  }
  /* -- */
  .aa-new-y-tpy .container .below .A2 .owl-nav {
    width: 115% !important;
  }
  .aa-new-y-tpy .container .right .title {
    font-size: 24px !important;
  }
  .aa-new-y-tpy .container .right .desc {
    font-size: 15px;
  }
  .aa-new-y-tpy .container .right .counter .text {
    font-size: 10px !important;
  }
  .aa-new-y-tpy .container .right .counter .num {
    font-size: 24px !important;
  }
  /* -- */
  .hb-dd-banner img {
    width: 100% !important;
  }
  .hb-search-section .hb-search-box {
    width: 100% !important;
  }
  .hb-slide .slide-content p.ss {
    font-size: 11px !important;
  }
  .hb-slide {
    background-size: 2000px 400px !important;
  }
  .hb-fbt-con .aa-new-con {
    width: 80% !important;
  }
  .hb-fbt-con .hb-step {
    max-width: 100% !important;
  }
  /* - */
  .aa-new-porfrosh .container {
    max-width: 96% !important;
    padding: 8px !important;
    min-height: 244px !important;
  }
  .aa-new-porfrosh .item {
    min-height: 228px !important;
  }
  .aa-new-porfrosh .item .a0 img {
    height: 90px !important;
  }
  .aa-new-porfrosh .item .a0 {
    width: 16% !important;
  }
  .aa-new-porfrosh .aa-pp {
    width: 83% !important;
    gap: 8px !important;
  }
  .aa-new-porfrosh .slide-dots {
    right: 5.7%;
    bottom: 25px;
  }
  .aa-new-porfrosh .title {
    font-size: 17px !important;
  }
  .aa-new-porfrosh .title span {
    font-size: 18px !important;
  }
  .aa-new-porfrosh .item .a1 .text {
    font-size: 12.5px !important;
  }
  .aa-new-porfrosh .item .a1 .price-add .p {
    font-size: 12px !important;
  }
  .aa-new-porfrosh .item .a1 .price-add .k i {
    font-size: 16px !important;
  }
  /* - */
  .aa-unit-count .container {
    max-width: 100% !important;
    justify-content: center !important;
  }
  .aa-unit-count .product-box {
    width: 100% !important;
  }
  .aa-unit-count .items-container {
    padding: 0 10px 10px 10px !important;
  }
  .aa-unit-count #result {
    width: 65% !important;
    margin: 15px 0 0 0 !important;
  }
  /* - */
  .aa-vtp-con .container {
    max-width: 85% !important;
  }
  .aa-vtp-con .vtp-ul li,
  .aa-vtp-con .vtp-ul-2 li,
  .aa-vtp-con .vtp-ul-3 li,
  .aa-vtp-con .vtp-ul-4 li {
    flex: 0 0 23% !important;
  }
  /* - */
  .n-whytpy-con .container {
    max-width: 98% !important;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1100px) {
  .aa-hero-new .a3 .see-more {
    width: 160px;
    height: 160px;
    font-size: 16px !important;
  }
  /* -- */
  .aa-new-y-tpy .container .below .A2 .owl-nav {
    width: 115% !important;
  }
  .aa-new-y-tpy .container .right .title {
    font-size: 26px !important;
  }
  .aa-new-y-tpy .container .right .desc {
    font-size: 17px;
  }
  .aa-new-y-tpy .container .right .counter .text {
    font-size: 11px !important;
  }
  .aa-new-y-tpy .container .right .counter .num {
    font-size: 26px !important;
  }
  /* -- */
  .hb-dd-banner img {
    width: 100% !important;
  }
  .hb-search-section .hb-search-box {
    width: 100% !important;
  }
  .hb-slide .slide-content p.ss {
    font-size: 11px !important;
  }
  .hb-slide {
    background-size: 2000px 400px !important;
  }
  .hb-fbt-con .aa-new-con {
    width: 80% !important;
  }
  .hb-fbt-con .hb-step {
    max-width: 100% !important;
  }
  /* - */
  .aa-new-porfrosh .container {
    max-width: 96% !important;
    padding: 8px !important;
    min-height: 244px !important;
  }
  .aa-new-porfrosh .item {
    min-height: 228px !important;
  }
  .aa-new-porfrosh .item .a0 img {
    height: 90px !important;
  }
  .aa-new-porfrosh .item .a0 {
    width: 16% !important;
  }
  .aa-new-porfrosh .aa-pp {
    width: 83% !important;
    gap: 8px !important;
  }
  .aa-new-porfrosh .slide-dots {
    right: 5.7%;
    bottom: 25px;
  }
  .aa-new-porfrosh .title {
    font-size: 17px !important;
  }
  .aa-new-porfrosh .title span {
    font-size: 18px !important;
  }
  .aa-new-porfrosh .item .a1 .text {
    font-size: 12.5px !important;
  }
  .aa-new-porfrosh .item .a1 .price-add .p {
    font-size: 12px !important;
  }
  .aa-new-porfrosh .item .a1 .price-add .k i {
    font-size: 16px !important;
  }
  /* - */
  .aa-unit-count .container {
    max-width: 100% !important;
    justify-content: center !important;
  }
  .aa-unit-count .product-box {
    width: 100% !important;
  }
  .aa-unit-count .items-container {
    padding: 0 10px 10px 10px !important;
  }
  .aa-unit-count #result {
    width: 65% !important;
    margin: 15px 0 0 0 !important;
  }
  /* - */
  .aa-vtp-con .container {
    max-width: 85% !important;
  }
  .aa-vtp-con .vtp-ul li,
  .aa-vtp-con .vtp-ul-2 li,
  .aa-vtp-con .vtp-ul-3 li,
  .aa-vtp-con .vtp-ul-4 li {
    flex: 0 0 23% !important;
  }
  /* - */
  .n-whytpy-con .container {
    max-width: 98% !important;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1200px) {
  .aa-hero-new .a3 .see-more {
    width: 150px;
    height: 150px;
  }
  /* -- */
  .aa-new-y-tpy .container .below .A2 .owl-nav {
    width: 115% !important;
  }
  .aa-new-y-tpy .container .right .title {
    font-size: 26px !important;
  }
  .aa-new-y-tpy .container .right .desc {
    font-size: 17px;
  }
  .aa-new-y-tpy .container .right .counter .text {
    font-size: 11px !important;
  }
  .aa-new-y-tpy .container .right .counter .num {
    font-size: 26px !important;
  }
  /* -- */
  .hb-dd-banner img {
    width: 100% !important;
  }
  .hb-search-section .hb-search-box {
    width: 100% !important;
  }
  .hb-slide .slide-content p.ss {
    font-size: 11px !important;
  }
  .hb-slide {
    background-size: 2000px 400px !important;
  }
  .hb-fbt-con .aa-new-con {
    width: 80% !important;
  }
  .hb-fbt-con .hb-step {
    max-width: 100% !important;
  }
  /* - */
  .aa-new-porfrosh .container {
    max-width: 96% !important;
    padding: 8px !important;
    min-height: 244px !important;
  }
  .aa-new-porfrosh .item {
    min-height: 228px !important;
  }
  .aa-new-porfrosh .item .a0 img {
    height: 90px !important;
  }
  .aa-new-porfrosh .item .a0 {
    width: 16% !important;
  }
  .aa-new-porfrosh .aa-pp {
    width: 83% !important;
    gap: 8px !important;
  }
  .aa-new-porfrosh .slide-dots {
    right: 5.7%;
    bottom: 25px;
  }
  .aa-new-porfrosh .title {
    font-size: 17px !important;
  }
  .aa-new-porfrosh .title span {
    font-size: 18px !important;
  }
  .aa-new-porfrosh .item .a1 .text {
    font-size: 12.5px !important;
  }
  .aa-new-porfrosh .item .a1 .price-add .p {
    font-size: 12px !important;
  }
  .aa-new-porfrosh .item .a1 .price-add .k i {
    font-size: 16px !important;
  }
  /* - */
  .aa-unit-count .container {
    max-width: 100% !important;
    justify-content: center !important;
  }
  .aa-unit-count .product-box {
    width: 100% !important;
  }
  .aa-unit-count .items-container {
    padding: 0 10px 10px 10px !important;
  }
  .aa-unit-count #result {
    width: 65% !important;
    margin: 15px 0 0 0 !important;
  }
  /* - */
  .aa-vtp-con .container {
    max-width: 85% !important;
  }
  .aa-vtp-con .vtp-ul li,
  .aa-vtp-con .vtp-ul-2 li,
  .aa-vtp-con .vtp-ul-3 li,
  .aa-vtp-con .vtp-ul-4 li {
    flex: 0 0 23% !important;
  }
  /* - */
  .n-whytpy-con .container {
    max-width: 98% !important;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1300px) {
  .aa-new-y-tpy .container .right .counter .text {
    font-size: 13.5px !important;
  }
  /* -- */
  .hb-dd-banner img {
    width: 100% !important;
  }
  .hb-search-section .hb-search-box {
    width: 100% !important;
  }
  .hb-slide .slide-content p.ss {
    font-size: 11px !important;
  }
  .hb-slide {
    background-size: 2000px 400px !important;
  }
  .hb-fbt-con .aa-new-con {
    width: 80% !important;
  }
  .hb-fbt-con .hb-step {
    max-width: 100% !important;
  }
  /* - */
  .aa-new-porfrosh .container {
    max-width: 96% !important;
    padding: 8px !important;
    min-height: 244px !important;
  }
  .aa-new-porfrosh .item {
    min-height: 228px !important;
  }
  .aa-new-porfrosh .item .a0 img {
    height: 90px !important;
  }
  .aa-new-porfrosh .item .a0 {
    width: 16% !important;
  }
  .aa-new-porfrosh .aa-pp {
    width: 83% !important;
    gap: 8px !important;
  }
  .aa-new-porfrosh .slide-dots {
    right: 5.7%;
    bottom: 25px;
  }
  .aa-new-porfrosh .title {
    font-size: 17px !important;
  }
  .aa-new-porfrosh .title span {
    font-size: 18px !important;
  }
  .aa-new-porfrosh .item .a1 .text {
    font-size: 12.5px !important;
  }
  .aa-new-porfrosh .item .a1 .price-add .p {
    font-size: 12px !important;
  }
  .aa-new-porfrosh .item .a1 .price-add .k i {
    font-size: 16px !important;
  }
  /* - */
  .aa-unit-count .container {
    max-width: 100% !important;
    justify-content: center !important;
  }
  .aa-unit-count .product-box {
    width: 74% !important;
  }
  .aa-unit-count .items-container {
    padding: 0 10px 10px 10px !important;
  }
  .aa-unit-count #result {
    width: 52% !important;
    margin: 15px 0 0 0 !important;
  }
  /* - */
  .aa-vtp-con .container {
    max-width: 85% !important;
  }
  .aa-vtp-con .vtp-ul li,
  .aa-vtp-con .vtp-ul-2 li,
  .aa-vtp-con .vtp-ul-3 li,
  .aa-vtp-con .vtp-ul-4 li {
    flex: 0 0 23% !important;
  }
  /* - */
  .n-whytpy-con .container {
    max-width: 98% !important;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1470px) {
  .aa-new-y-tpy .container .right .counter .text {
    font-size: 15px !important;
  }
  /* -- */
  .hb-dd-banner img {
    width: 100% !important;
  }
  .hb-search-section .hb-search-box {
    width: 100% !important;
  }
  .hb-slide .slide-content p.ss {
    font-size: 11px !important;
  }
  .hb-slide {
    background-size: 2000px 400px !important;
  }
  .hb-fbt-con .aa-new-con {
    width: 80% !important;
  }
  .hb-fbt-con .hb-step {
    max-width: 100% !important;
  }
  /* - */
  .aa-new-porfrosh .container {
    max-width: 96% !important;
    padding: 8px !important;
    min-height: 244px !important;
  }
  .aa-new-porfrosh .item {
    min-height: 228px !important;
  }
  .aa-new-porfrosh .item .a0 img {
    height: 90px !important;
  }
  .aa-new-porfrosh .item .a0 {
    width: 16% !important;
  }
  .aa-new-porfrosh .aa-pp {
    width: 83% !important;
    gap: 8px !important;
  }
  .aa-new-porfrosh .slide-dots {
    right: 5.7%;
    bottom: 25px;
  }
  .aa-new-porfrosh .title {
    font-size: 17px !important;
  }
  .aa-new-porfrosh .title span {
    font-size: 18px !important;
  }
  .aa-new-porfrosh .item .a1 .text {
    font-size: 12.5px !important;
  }
  .aa-new-porfrosh .item .a1 .price-add .p {
    font-size: 12px !important;
  }
  .aa-new-porfrosh .item .a1 .price-add .k i {
    font-size: 16px !important;
  }
  /* - */
  .aa-unit-count .container {
    max-width: 100% !important;
    justify-content: center !important;
  }
  .aa-unit-count .product-box {
    width: 74% !important;
  }
  .aa-unit-count .items-container {
    padding: 0 10px 10px 10px !important;
  }
  .aa-unit-count #result {
    width: 52% !important;
    margin: 15px 0 0 0 !important;
  }
  /* - */
  .aa-vtp-con .container {
    max-width: 85% !important;
  }
  .aa-vtp-con .vtp-ul li,
  .aa-vtp-con .vtp-ul-2 li,
  .aa-vtp-con .vtp-ul-3 li,
  .aa-vtp-con .vtp-ul-4 li {
    flex: 0 0 23% !important;
  }
  /* - */
  .n-whytpy-con .container {
    max-width: 98% !important;
  }
}
/* AA RWD */
/* 
=========================================
Horizontal Drag Scroll
========================================= 
*/
.hb-category .hb-tabs,
#tankResult2,
.products-list,
.aa-unit-count .items-container,
#vtp-ul,
#vtp-ul-2,
#vtp-ul-4 {
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  scrollbar-width: none;
}
/* Hide scrollbar - Chrome / Edge / Safari */
.hb-category .hb-tabs::-webkit-scrollbar,
#tankResult2::-webkit-scrollbar,
.products-list::-webkit-scrollbar,
.aa-unit-count .items-container::-webkit-scrollbar,
#vtp-ul::-webkit-scrollbar,
#vtp-ul-2::-webkit-scrollbar,
#vtp-ul-4::-webkit-scrollbar {
  display: none;
}
/* Cursor while dragging */
.hb-category .hb-tabs.dragging,
#tankResult2.dragging,
.products-list.dragging,
.aa-unit-count .items-container.dragging,
#vtp-ul.dragging,
#vtp-ul-2.dragging,
#vtp-ul-4.dragging {
  cursor: grabbing;
}
/* Prevent links from being dragged */
.hb-category .hb-tabs a,
#tankResult2 a,
.products-list a,
.aa-unit-count .items-container a,
#vtp-ul a,
#vtp-ul-2 a,
#vtp-ul-4 a {
  -webkit-user-drag: none;
  user-drag: none;
}
/* Prevent images from being dragged */
.hb-category .hb-tabs img,
#tankResult2 img,
.products-list img,
.aa-unit-count .items-container img,
#vtp-ul img,
#vtp-ul-2 img,
#vtp-ul-4 img {
  -webkit-user-drag: none;
  user-drag: none;
  user-select: none;
  -webkit-user-select: none;
}
/* Don't allow flex items to shrink */
.hb-category .hb-tabs > *,
#tankResult2 > *,
.products-list > *,
.aa-unit-count .items-container > *,
#vtp-ul > *,
#vtp-ul-2 > *,
#vtp-ul-4 > * {
  flex-shrink: 0;
}
/* ------ */