@charset "UTF-8";
@font-face {
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  font-family: "BMW-Regular";
  src: url("../fonts/aozoom/VI_BMWMotorrad-Regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  font-family: "UTM-Regular";
  src: url("../fonts/aozoom/UTM_BanqueR.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  font-family: "UTM-Bold";
  src: url("../fonts/aozoom/UTM_BanqueB.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  font-family: "BMW-Bold";
  src: url("../fonts/aozoom/VI_BMWMotorrad-Bold.ttf") format("truetype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "BMW-Regular", sans-serif;
  background-color: #131313;
  overflow-x: hidden;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}
body::-webkit-scrollbar-thumb {
  background: #f37322;
  border-radius: 10px;
}
body::-webkit-scrollbar-thumb:hover {
  background: #f37322;
}

img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

input,
button {
  outline: 0;
  border: none;
}

ul,
li {
  margin: 0;
  list-style: none;
}

ol,
ul {
  padding-left: 0;
}

a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

.regular-bmw {
  font-family: "BMW-Regular", sans-serif;
}

.bold-bmw {
  font-family: "BMW-Bold", sans-serif;
}

.regular-utm {
  font-family: "BMW-Regular", sans-serif;
}

.bold-utm {
  font-family: "UTM-Bold", sans-serif;
}

.c-pri {
  color: #f37322;
}

.c-black {
  color: #131313;
}

.c-white {
  color: #f0f0f0;
}

.az-btn {
  display: contents;
}
.az-btn p {
  padding: 15px 24px;
  background-color: #434343;
  font-family: "UTM-Bold", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  color: #f0f0f0;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
}
@media (max-width: 479px) {
  .az-btn p {
    font-size: 12px;
    background-color: #f37322;
  }
}
.az-btn p::before {
  content: "";
  width: 6px;
  height: 100%;
  background-color: #f37322;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s;
}
.az-btn:hover {
  color: #f0f0f0;
}
.az-btn:hover p::before {
  width: 100%;
}

.az-btnn {
  display: contents;
}
.az-btnn p {
  padding: 15px 24px;
  background-color: #434343;
  font-family: "UTM-Bold", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  color: #f0f0f0;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
}
@media (max-width: 479px) {
  .az-btnn p {
    font-size: 12px;
    background-color: #f37322;
  }
}
.az-btnn p::before {
  content: "";
  width: 6px;
  height: 100%;
  background-color: #f37322;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s;
}
.az-btnn:hover {
  color: #f0f0f0;
}
.az-btnn:hover p::before {
  width: 100%;
}

.brand-story {
  padding-top: 108px;
}
@media (max-width: 479px) {
  .brand-story {
    padding-top: 61px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brand-story {
    padding-top: 61px;
  }
}
@media (max-width: 479px) {
  .brand-story .slide-intro {
    padding: 0 16px;
  }
}
.brand-story .slide-intro .items {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 438px;
  text-align: center;
  margin: 0 40px;
  max-width: 874px;
  position: relative;
  z-index: 1;
}
.brand-story .slide-intro .items::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1c1917;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 479px) {
  .brand-story .slide-intro .items {
    height: 205px;
    margin: 0 8px;
    padding: 18px 0;
  }
}
.brand-story .slide-intro .items .title {
  padding-top: 80px;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .brand-story .slide-intro .items .title {
    padding-top: 18px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
    max-width: 304px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brand-story .slide-intro .items .title {
    width: 80%;
    margin: 0 auto;
  }
}
.brand-story .slide-intro .items ul {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0 60px;
}
@media (max-width: 479px) {
  .brand-story .slide-intro .items ul {
    padding: 0 38px;
    gap: 5px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brand-story .slide-intro .items ul {
    width: 80%;
    margin: 0 auto;
  }
}
.brand-story .slide-intro .items ul li p {
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
@media (max-width: 479px) {
  .brand-story .slide-intro .items ul li p {
    text-align: justify;
    width: 304px;
    font-size: 8px;
    line-height: 14px;
  }
}
.brand-story .slide-intro .slick-arrow {
  background-color: #f37322;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 479px) {
  .brand-story .slide-intro .slick-arrow {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brand-story .slide-intro .slick-arrow {
    top: auto;
    bottom: 0;
  }
}
.brand-story .slide-intro .slick-arrow i {
  color: #f0f0f0;
  font-size: 24px;
}
@media (max-width: 479px) {
  .brand-story .slide-intro .slick-arrow i {
    font-size: 14px;
  }
}
.brand-story .slide-intro .slick-prev {
  margin-left: 13%;
  left: 0;
}
@media (min-width: 1620px) {
  .brand-story .slide-intro .slick-prev {
    margin-left: 22%;
  }
}
@media (max-width: 479px) {
  .brand-story .slide-intro .slick-prev {
    left: -8px;
    margin-left: 16px;
  }
}
.brand-story .slide-intro .slick-next {
  margin-right: 13%;
  right: 0;
}
@media (min-width: 1620px) {
  .brand-story .slide-intro .slick-next {
    margin-right: 22%;
  }
}
@media (max-width: 479px) {
  .brand-story .slide-intro .slick-next {
    right: -8px;
    margin-right: 16px;
  }
}
.brand-story .business-philosophy {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 112px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brand-story .business-philosophy {
    padding: 32px 0;
  }
}
@media (max-width: 479px) {
  .brand-story .business-philosophy {
    padding: 40px 0;
  }
}
.brand-story .business-philosophy .bg {
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(19, 19, 19, 0.8);
}
.brand-story .business-philosophy::after {
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 177px;
  position: absolute;
  background: linear-gradient(0, rgba(0, 0, 0, 0) 0%, #131313 76.74%);
}
.brand-story .business-philosophy::before {
  z-index: -1;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 177px;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #131313 76.74%);
}
.brand-story .business-philosophy .d-flex {
  gap: 80px;
}
@media (max-width: 479px) {
  .brand-story .business-philosophy .d-flex {
    gap: 40px;
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brand-story .business-philosophy .d-flex {
    gap: 40px;
    flex-direction: column-reverse;
  }
}
.brand-story .business-philosophy .d-flex .content {
  margin-top: 106px;
  min-width: 400px;
  margin-bottom: 131px;
}
@media (max-width: 479px) {
  .brand-story .business-philosophy .d-flex .content {
    margin-top: 0;
    min-width: -moz-fit-content;
    min-width: fit-content;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brand-story .business-philosophy .d-flex .content {
    margin-top: 0;
    min-width: -moz-fit-content;
    min-width: fit-content;
    margin-bottom: 40px;
  }
}
.brand-story .business-philosophy .d-flex .content ul {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 479px) {
  .brand-story .business-philosophy .d-flex .content ul {
    gap: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brand-story .business-philosophy .d-flex .content ul {
    gap: 32px;
  }
}
.brand-story .business-philosophy .d-flex .content ul li .title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .brand-story .business-philosophy .d-flex .content ul li .title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brand-story .business-philosophy .d-flex .content ul li .title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.brand-story .business-philosophy .d-flex .content ul li .desc {
  max-width: 400px;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 479px) {
  .brand-story .business-philosophy .d-flex .content ul li .desc {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.42px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brand-story .business-philosophy .d-flex .content ul li .desc {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.42px;
  }
}
.brand-story .business-philosophy .d-flex .image {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brand-story .business-philosophy .d-flex .image {
    width: 50%;
    margin: 0 auto;
  }
}
.brand-story .business-philosophy .d-flex .image .center {
  margin-top: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--aozoom-gradient, linear-gradient(90deg, #f37321 0%, #a11d26 100%));
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 479px) {
  .brand-story .business-philosophy .d-flex .image .center {
    margin-top: 77px;
    width: 191.508px;
    height: 191.508px;
    margin-bottom: 132px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brand-story .business-philosophy .d-flex .image .center {
    margin-top: 77px;
    width: 191.508px;
    height: 191.508px;
    margin-bottom: 132px;
  }
}
.brand-story .business-philosophy .d-flex .image .center p {
  max-width: 182px;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 61px; /* 169.444% */
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .brand-story .business-philosophy .d-flex .image .center p {
    max-width: 126px;
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brand-story .business-philosophy .d-flex .image .center p {
    max-width: 126px;
    font-size: 20px;
    line-height: 32px;
  }
}
.brand-story .business-philosophy .d-flex .image .c {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #b6b6b6;
  background: linear-gradient(117deg, rgba(255, 255, 255, 0.19) 12.65%, rgba(19, 19, 19, 0.19) 87.01%);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  width: 322px;
  height: 322px;
}
@media (max-width: 479px) {
  .brand-story .business-philosophy .d-flex .image .c {
    width: 143.408px;
    height: 143.408px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brand-story .business-philosophy .d-flex .image .c {
    width: 143.408px;
    height: 143.408px;
  }
}
.brand-story .business-philosophy .d-flex .image .c p {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 479px) {
  .brand-story .business-philosophy .d-flex .image .c p {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brand-story .business-philosophy .d-flex .image .c p {
    font-size: 16px;
  }
}
.brand-story .business-philosophy .d-flex .image .c1 {
  top: 0;
  left: 0;
}
@media (max-width: 479px) {
  .brand-story .business-philosophy .d-flex .image .c1 {
    top: 40px;
  }
}
.brand-story .business-philosophy .d-flex .image .c2 {
  top: 0;
  right: 0;
}
@media (max-width: 479px) {
  .brand-story .business-philosophy .d-flex .image .c2 {
    top: 30px;
  }
}
.brand-story .business-philosophy .d-flex .image .c3 {
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 479px) {
  .brand-story .business-philosophy .d-flex .image .c3 {
    bottom: 35px;
    left: 40%;
  }
}
.brand-story .vision-mission > ul {
  z-index: 1;
}
.brand-story .vision-mission > ul > li {
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 680px;
  position: relative;
  z-index: 1;
}
.brand-story .vision-mission > ul > li::after {
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 177px;
  position: absolute;
  background: linear-gradient(0, rgba(0, 0, 0, 0) 0%, #131313 76.74%);
}
@media (max-width: 479px) {
  .brand-story .vision-mission > ul > li::after {
    height: 47px;
  }
}
.brand-story .vision-mission > ul > li::before {
  z-index: -1;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 177px;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #131313 76.74%);
}
@media (max-width: 479px) {
  .brand-story .vision-mission > ul > li::before {
    height: 47px;
  }
}
.brand-story .vision-mission > ul > li:first-child .content {
  padding: 80px 52px 0 160px;
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(19, 19, 19, 0.6);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brand-story .vision-mission > ul > li:first-child .content {
    padding: 0 0 0 32px;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .brand-story .vision-mission > ul > li {
    height: 404px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brand-story .vision-mission > ul > li {
    height: -moz-max-content;
    height: max-content;
    background-image: none !important;
  }
}
.brand-story .vision-mission > ul > li .content {
  padding: 80px 160px 0 160px;
}
@media (max-width: 479px) {
  .brand-story .vision-mission > ul > li .content {
    padding: 32px 16px 32px 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brand-story .vision-mission > ul > li .content {
    padding: 32px 40px;
  }
}
.brand-story .vision-mission > ul > li .content .title {
  gap: 28px;
  align-items: center;
}
@media (max-width: 479px) {
  .brand-story .vision-mission > ul > li .content .title {
    gap: 16px;
    margin-bottom: 40px;
  }
}
.brand-story .vision-mission > ul > li .content .title .line {
  width: 50px;
  height: 3px;
  background-color: #f37322;
}
@media (max-width: 479px) {
  .brand-story .vision-mission > ul > li .content .title .line {
    width: 32px;
  }
}
.brand-story .vision-mission > ul > li .content .title .text {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .brand-story .vision-mission > ul > li .content .title .text {
    font-size: 18px;
  }
}
.brand-story .vision-mission > ul > li .content ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 479px) {
  .brand-story .vision-mission > ul > li .content ul {
    gap: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brand-story .vision-mission > ul > li .content ul {
    gap: 20px;
    padding-left: 40px;
  }
}
.brand-story .vision-mission > ul > li .content ul li {
  position: relative;
  max-width: 650px;
  width: 100%;
}
.brand-story .vision-mission > ul > li .content ul li::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 13px;
  left: -20px;
  width: 8px;
  height: 8px;
  background-color: #f37322;
}
@media (max-width: 479px) {
  .brand-story .vision-mission > ul > li .content ul li::before {
    width: 6px;
    height: 6px;
    left: -12px;
  }
}
.brand-story .vision-mission > ul > li .content ul li p {
  color: #f0f0f0;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  text-align: justify;
}
@media (max-width: 479px) {
  .brand-story .vision-mission > ul > li .content ul li p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brand-story .vision-mission > ul > li .content ul li p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 479px) {
  .brand-story .vision-mission > ul > li:nth-child(even) {
    height: 432px;
  }
}
.brand-story .vision-mission > ul > li:nth-child(even) .content {
  float: right;
}
@media (max-width: 479px) {
  .brand-story .vision-mission > ul > li:nth-child(even) .content {
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brand-story .vision-mission > ul > li:nth-child(even) .content {
    float: none;
  }
}
.brand-story .vision-mission > ul > li:nth-child(even) .content .title {
  justify-content: end;
}
@media (max-width: 479px) {
  .brand-story .vision-mission > ul > li:nth-child(even) .content .title {
    justify-content: start;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brand-story .vision-mission > ul > li:nth-child(even) .content .title {
    justify-content: start;
  }
}
.brand-story .aozoom-journey {
  height: 612px;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.brand-story .aozoom-journey::after {
  height: 279px;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  z-index: -1;
  background: linear-gradient(0, rgba(0, 0, 0, 0) 49.81%, #131313 99.03%);
  mix-blend-mode: multiply;
}
@media (max-width: 479px) {
  .brand-story .aozoom-journey::after {
    display: none;
  }
}
@media (max-width: 479px) {
  .brand-story .aozoom-journey {
    display: flex;
    justify-content: center;
    height: 241px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brand-story .aozoom-journey {
    display: block;
    height: -moz-max-content;
    height: max-content;
    padding: 40px 0;
  }
}
.brand-story .aozoom-journey .content {
  padding-left: 60px;
}
@media (max-width: 479px) {
  .brand-story .aozoom-journey .content {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brand-story .aozoom-journey .content {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.brand-story .aozoom-journey .content .title-line {
  justify-content: start;
}
@media (max-width: 479px) {
  .brand-story .aozoom-journey .content .title-line {
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brand-story .aozoom-journey .content .title-line {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .brand-story .aozoom-journey .content a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brand-story .aozoom-journey .content a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.outstanding-products {
  margin-top: 112px;
}
@media (max-width: 479px) {
  .outstanding-products {
    margin-top: 0;
  }
}
.outstanding-products .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 43.45px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 479px) {
  .outstanding-products .title {
    font-size: 24px;
    line-height: 32px;
  }
}
.outstanding-products .outstanding-products-slide {
  margin-top: 60px;
}
.outstanding-products .outstanding-products-slide .product-items {
  margin: 0 10px;
}
@media (max-width: 479px) {
  .outstanding-products .outstanding-products-slide .product-items {
    width: 265px;
    min-height: 377px;
  }
}
.outstanding-products .outstanding-products-slide .prev,
.outstanding-products .outstanding-products-slide .next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  border-radius: 50%;
  background: rgba(13, 13, 13, 0.5);
}
.outstanding-products .outstanding-products-slide .prev i,
.outstanding-products .outstanding-products-slide .next i {
  color: #f0f0f0;
  font-size: 30px;
}
.outstanding-products .outstanding-products-slide .prev {
  left: -15px;
}
.outstanding-products .outstanding-products-slide .next {
  right: -15px;
}

.directional .container > .d-flex {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 479px) {
  .directional .container > .d-flex {
    flex-direction: column;
    gap: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .directional .container > .d-flex {
    flex-direction: column;
    gap: 24px;
  }
}
.directional .container > .d-flex a {
  position: relative;
  z-index: 1;
  background: rgba(49, 49, 49, 0.6);
}
@media (max-width: 479px) {
  .directional .container > .d-flex a {
    width: 100%;
  }
}
.directional .container > .d-flex a > .d-flex {
  min-width: 364px;
  padding: 27px 24px 27px 24px;
  gap: 12px;
  align-items: center;
}
@media (max-width: 479px) {
  .directional .container > .d-flex a > .d-flex {
    width: 100%;
    padding: 14px 0;
    gap: 16px;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .directional .container > .d-flex a > .d-flex {
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.directional .container > .d-flex a > .d-flex i {
  font-size: 24px;
  color: #f0f0f0;
  line-height: 24px;
}
@media (max-width: 479px) {
  .directional .container > .d-flex a > .d-flex i {
    font-size: 16px;
    line-height: 16px;
  }
}
.directional .container > .d-flex a > .d-flex p {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #131313;
}
@media (max-width: 479px) {
  .directional .container > .d-flex a > .d-flex p {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .directional .container > .d-flex a > .d-flex p {
    font-size: 16px;
  }
}

.aozoom-journey {
  padding-top: 108px;
}
@media (max-width: 479px) {
  .aozoom-journey {
    padding-top: 61px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aozoom-journey {
    padding-top: 61px;
  }
}
.aozoom-journey .banner-mb {
  position: relative;
}
.aozoom-journey .banner-mb::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 77px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #131313 76.74%);
}
.aozoom-journey .banner {
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.aozoom-journey .banner::after {
  background: linear-gradient(0, rgba(0, 0, 0, 0) 24.56%, #131313 100%);
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 397px;
}
.aozoom-journey .banner::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 181px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #131313 76.74%);
}
@media (max-width: 479px) {
  .aozoom-journey .banner {
    height: 100%;
    margin-bottom: 0;
  }
  .aozoom-journey .banner::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 44px;
    background: linear-gradient(0, rgba(0, 0, 0, 0) 0%, #131313 76.74%);
  }
  .aozoom-journey .banner::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 44px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #131313 76.74%);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aozoom-journey .banner {
    height: 100%;
    margin-bottom: 0;
  }
  .aozoom-journey .banner::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 44px;
    background: linear-gradient(0, rgba(0, 0, 0, 0) 0%, #131313 76.74%);
  }
  .aozoom-journey .banner::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 44px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #131313 76.74%);
  }
}
.aozoom-journey .banner .content {
  position: relative;
  padding: 48px 69px;
  text-align: center;
  z-index: 1;
  padding: 32px 200px;
}
@media (max-width: 479px) {
  .aozoom-journey .banner .content {
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aozoom-journey .banner .content {
    margin-top: 400px;
    padding: 32px 0;
  }
}
.aozoom-journey .banner .content::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  background: var(--bg, #131313);
  filter: blur(75px);
  fill: linear-gradient(180deg, rgba(0, 0, 0, 0) 2.29%, #131313 51.28%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 479px) {
  .aozoom-journey .banner .content::before {
    filter: none;
  }
}
.aozoom-journey .banner .content .sub-title {
  text-align: center;
  color: #c1c1c1;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  margin-bottom: 8px;
}
@media (max-width: 479px) {
  .aozoom-journey .banner .content .sub-title {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}
.aozoom-journey .banner .content .title {
  text-align: center;
  max-width: 569px;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 479px) {
  .aozoom-journey .banner .content .title {
    font-size: 24px;
    line-height: 39px;
    margin-bottom: 12px;
    color: #f0f0f0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aozoom-journey .banner .content .title {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 12px;
    color: #f0f0f0 !important;
  }
}
.aozoom-journey .banner .content .desc {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 683px;
}
@media (max-width: 479px) {
  .aozoom-journey .banner .content .desc {
    width: 84%;
    margin: 0 auto;
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aozoom-journey .banner .content .desc {
    width: 84%;
    margin: 0 auto;
    font-size: 14px;
    line-height: normal;
    text-align: center;
  }
}
.aozoom-journey .outstanding-numbers {
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.aozoom-journey .outstanding-numbers::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 177px;
  background: linear-gradient(0, rgba(0, 0, 0, 0) 0%, #131313 76.74%);
}
.aozoom-journey .outstanding-numbers::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 334px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 16.14%, #131313 100%);
}
.aozoom-journey .outstanding-numbers .container {
  background: linear-gradient(242deg, rgba(0, 0, 0, 0) -14%, rgba(0, 0, 0, 0.6) 72.96%);
}
.aozoom-journey .outstanding-numbers .title-line {
  padding-top: 112px;
}
@media (max-width: 479px) {
  .aozoom-journey .outstanding-numbers .title-line {
    padding-top: 60px;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aozoom-journey .outstanding-numbers .title-line {
    padding-top: 60px;
    margin-bottom: 24px;
  }
}
@media (max-width: 479px) {
  .aozoom-journey .outstanding-numbers .layer-first {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aozoom-journey .outstanding-numbers .layer-first > .d-flex {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
}
@media (max-width: 479px) {
  .aozoom-journey .outstanding-numbers .layer-first .d-flex {
    flex-direction: column;
  }
}
.aozoom-journey .outstanding-numbers .layer-first .d-flex .items {
  position: relative;
}
@media (max-width: 479px) {
  .aozoom-journey .outstanding-numbers .layer-first .d-flex .items {
    width: 100%;
  }
}
.aozoom-journey .outstanding-numbers .layer-first .d-flex .items .number {
  color: #f0f0f0;
  margin-bottom: 12px;
  font-size: 86px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.96px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 479px) {
  .aozoom-journey .outstanding-numbers .layer-first .d-flex .items .number {
    letter-spacing: -0.6px;
    margin-bottom: 8px;
    font-size: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aozoom-journey .outstanding-numbers .layer-first .d-flex .items .number {
    font-size: 26px;
    text-align: left;
  }
}
.aozoom-journey .outstanding-numbers .layer-first .d-flex .items .text {
  color: #f0f0f0;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 175% */
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .aozoom-journey .outstanding-numbers .layer-first .d-flex .items .text {
    font-size: 16px;
    line-height: 27px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aozoom-journey .outstanding-numbers .layer-first .d-flex .items .text {
    font-size: 14px;
    line-height: 28px;
  }
}
.aozoom-journey .outstanding-numbers .layer-first .d-flex .items:first-child {
  max-width: 354px;
  margin-right: 37px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aozoom-journey .outstanding-numbers .layer-first .d-flex .items:first-child {
    margin-right: 0;
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .aozoom-journey .outstanding-numbers .layer-first .d-flex .items:first-child {
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .aozoom-journey .outstanding-numbers .layer-first .d-flex .items:first-child .text {
    width: 57%;
    margin: 0 auto;
  }
}
.aozoom-journey .outstanding-numbers .layer-first .d-flex .items:last-child {
  margin-left: 18px;
  min-width: 134px;
}
@media (max-width: 479px) {
  .aozoom-journey .outstanding-numbers .layer-first .d-flex .items:last-child {
    margin-left: 0;
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aozoom-journey .outstanding-numbers .layer-first .d-flex .items:last-child {
    margin-left: 0;
  }
}
.aozoom-journey .outstanding-numbers .layer-first .d-flex .items:last-child .number {
  max-width: 503px;
}
.aozoom-journey .outstanding-numbers .layer-first .d-flex .items:last-child .text {
  max-width: 395px;
  margin: 0 auto;
}
@media (max-width: 479px) {
  .aozoom-journey .outstanding-numbers .layer-first .d-flex .items:last-child .text {
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aozoom-journey .outstanding-numbers .layer-first .d-flex .items:last-child .text {
    max-width: 100%;
  }
}
.aozoom-journey .outstanding-numbers .layer-first .d-flex .items:nth-child(2) {
  padding: 0 37px;
}
@media (max-width: 479px) {
  .aozoom-journey .outstanding-numbers .layer-first .d-flex .items:nth-child(2) {
    padding: 24px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aozoom-journey .outstanding-numbers .layer-first .d-flex .items:nth-child(2) {
    padding: 0;
  }
}
.aozoom-journey .outstanding-numbers .layer-first .d-flex .items:nth-child(2)::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 244px;
  transform: translate(-50%, 0);
  height: 1px;
  background-color: #8f8f8f;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aozoom-journey .outstanding-numbers .layer-first .d-flex .items:nth-child(2)::before {
    display: none;
  }
}
.aozoom-journey .outstanding-numbers .layer-first .d-flex .items:nth-child(2)::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  width: 244px;
  transform: translate(-50%, 0);
  height: 1px;
  background-color: #8f8f8f;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aozoom-journey .outstanding-numbers .layer-first .d-flex .items:nth-child(2)::after {
    display: none;
  }
}
.aozoom-journey .outstanding-numbers .layer-first .d-flex .items:nth-child(2) .text {
  min-width: 351px;
  max-width: 352px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aozoom-journey .outstanding-numbers .layer-first .d-flex .items:nth-child(2) .text {
    max-width: 100%;
    text-align: left;
  }
}
@media (max-width: 479px) {
  .aozoom-journey .outstanding-numbers .layer-first .d-flex .items:nth-child(2) .text {
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: 100%;
    padding: 0 10px;
  }
}
.aozoom-journey .outstanding-numbers .layer-first .d-flex .items:hover .number,
.aozoom-journey .outstanding-numbers .layer-first .d-flex .items:hover .text {
  color: #f0f0f0;
  text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
}
@media (max-width: 479px) {
  .aozoom-journey .outstanding-numbers .layer-second {
    margin-bottom: 24px;
  }
}
.aozoom-journey .outstanding-numbers .layer-second .d-flex {
  gap: 20px;
}
@media (max-width: 479px) {
  .aozoom-journey .outstanding-numbers .layer-second .d-flex {
    flex-direction: column;
    gap: 24px;
  }
}
.aozoom-journey .outstanding-numbers .layer-second .d-flex .items {
  position: relative;
  display: flex;
  gap: 20px;
}
@media (max-width: 479px) {
  .aozoom-journey .outstanding-numbers .layer-second .d-flex .items {
    gap: 16px;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aozoom-journey .outstanding-numbers .layer-second .d-flex .items {
    gap: 16px;
    flex-direction: column;
  }
}
.aozoom-journey .outstanding-numbers .layer-second .d-flex .items .number {
  text-align: center;
  min-width: 108px;
  min-height: 92px;
  max-height: 92px;
  color: #131313;
  font-size: 41px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 18px 7px;
  background-color: #f0f0f0;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 479px) {
  .aozoom-journey .outstanding-numbers .layer-second .d-flex .items .number {
    font-size: 30px;
    min-width: 82px;
    min-height: 70px;
    max-height: 70px;
  }
}
.aozoom-journey .outstanding-numbers .layer-second .d-flex .items .text {
  color: #f0f0f0;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px; /* 195% */
  text-transform: uppercase;
  max-width: 203px;
  width: 100%;
}
@media (max-width: 479px) {
  .aozoom-journey .outstanding-numbers .layer-second .d-flex .items .text {
    font-size: 16px;
    line-height: 27px;
    max-width: 76%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aozoom-journey .outstanding-numbers .layer-second .d-flex .items .text {
    font-size: 16px;
    line-height: 27px;
    text-align: center;
  }
}
.aozoom-journey .outstanding-numbers .layer-second .d-flex .items:nth-child(3) .number {
  font-size: 56px;
  line-height: 56px;
}
@media (max-width: 479px) {
  .aozoom-journey .outstanding-numbers .layer-second .d-flex .items:nth-child(3) .number {
    font-size: 35px;
    line-height: 35px;
  }
}
.aozoom-journey .outstanding-numbers .layer-second .d-flex .items:last-child .number {
  font-size: 34px;
}
@media (max-width: 479px) {
  .aozoom-journey .outstanding-numbers .layer-second .d-flex .items:last-child .number {
    font-size: 24px;
  }
}
.aozoom-journey .outstanding-numbers .layer-second .d-flex .items:hover .text {
  color: #f0f0f0;
  text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
}
.aozoom-journey .outstanding-numbers .layer-second .d-flex .items:hover .number {
  background-color: #f37322;
  color: #f0f0f0;
  text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
}
.aozoom-journey .outstanding-numbers .layer-last {
  padding-bottom: 112px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aozoom-journey .outstanding-numbers .layer-last {
    padding-bottom: 60px;
  }
}
@media (max-width: 479px) {
  .aozoom-journey .outstanding-numbers .layer-last {
    padding-top: 24px;
    padding-bottom: 0;
  }
  .aozoom-journey .outstanding-numbers .layer-last::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: 244px;
    transform: translate(-50%, 0);
    height: 1px;
    background-color: #8f8f8f;
  }
}
.aozoom-journey .outstanding-numbers .layer-last .d-flex {
  justify-content: center;
}
@media (max-width: 479px) {
  .aozoom-journey .outstanding-numbers .layer-last .d-flex {
    flex-direction: column;
  }
}
.aozoom-journey .outstanding-numbers .layer-last .d-flex .items .number {
  color: #f0f0f0;
  text-align: center;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.7px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media (max-width: 479px) {
  .aozoom-journey .outstanding-numbers .layer-last .d-flex .items .number {
    font-size: 36px;
    letter-spacing: -0.36px;
    margin-bottom: 8px;
  }
}
.aozoom-journey .outstanding-numbers .layer-last .d-flex .items .text {
  color: #f0f0f0;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 175% */
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 479px) {
  .aozoom-journey .outstanding-numbers .layer-last .d-flex .items .text {
    font-size: 20px;
    line-height: 34px;
  }
}
.aozoom-journey .outstanding-numbers .layer-last .d-flex .items:hover .number,
.aozoom-journey .outstanding-numbers .layer-last .d-flex .items:hover .text {
  color: #f0f0f0;
  text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
}
.aozoom-journey .our-journey {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
@media (max-width: 479px) {
  .aozoom-journey .our-journey {
    background-position: left;
  }
}
.aozoom-journey .our-journey::after {
  background: linear-gradient(0, rgba(0, 0, 0, 0) 0%, #131313 76.74%);
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 492px;
}
.aozoom-journey .our-journey::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 6.06%, #131313 100%);
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 322px;
}
@media (max-width: 479px) {
  .aozoom-journey .our-journey .container .title-line {
    margin-bottom: 40px;
  }
  .aozoom-journey .our-journey .container .title-line .text {
    width: 50%;
  }
}
.aozoom-journey .our-journey .container > .d-flex {
  gap: 107px;
  align-items: center;
  justify-content: start;
}
.aozoom-journey .our-journey .container > .d-flex .left {
  position: relative;
}
.aozoom-journey .our-journey .container > .d-flex .left::before {
  position: absolute;
  content: "";
  top: 20px;
  background-color: #f0f0f0;
  width: 1px;
  height: 86%;
  left: 114px;
}
@media (max-width: 479px) {
  .aozoom-journey .our-journey .container > .d-flex .left::before {
    top: 8px;
    background-color: #f0f0f0;
    width: 1px;
    height: 86%;
    left: 95px;
  }
}
.aozoom-journey .our-journey .container > .d-flex .left ul {
  display: flex;
  gap: 60px;
  flex-direction: column;
  margin-bottom: 80px;
}
@media (max-width: 479px) {
  .aozoom-journey .our-journey .container > .d-flex .left ul {
    gap: 38px;
    margin-bottom: 60px;
  }
}
.aozoom-journey .our-journey .container > .d-flex .left .d-flex {
  align-items: baseline;
}
.aozoom-journey .our-journey .container > .d-flex .left .d-flex .year {
  color: #f37322;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-right: 48px;
}
@media (max-width: 479px) {
  .aozoom-journey .our-journey .container > .d-flex .left .d-flex .year {
    font-size: 16px;
    line-height: 24px;
  }
}
.aozoom-journey .our-journey .container > .d-flex .left .d-flex .dot {
  width: 9px;
  height: 9px;
  background-color: #f0f0f0;
}
@media (max-width: 479px) {
  .aozoom-journey .our-journey .container > .d-flex .left .d-flex .dot {
    min-width: 11px;
    height: 11px;
  }
}
.aozoom-journey .our-journey .container > .d-flex .left .d-flex .content {
  padding-left: 60px;
  max-width: 326px;
}
@media (max-width: 479px) {
  .aozoom-journey .our-journey .container > .d-flex .left .d-flex .content {
    padding-left: 24px;
  }
}
.aozoom-journey .our-journey .container > .d-flex .left .d-flex .content .title {
  color: #f37322;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 162.5% */
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 479px) {
  .aozoom-journey .our-journey .container > .d-flex .left .d-flex .content .title {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
.aozoom-journey .our-journey .container > .d-flex .left .d-flex .content .desc {
  color: #f0f0f0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 479px) {
  .aozoom-journey .our-journey .container > .d-flex .left .d-flex .content .desc {
    font-size: 12px;
    line-height: 18px;
  }
}
.aozoom-journey .our-journey .container > .d-flex .right .image {
  width: 615px;
}
.aozoom-journey .factory-process .container .title-line {
  margin-bottom: 40px;
}
.aozoom-journey .factory-process .container > .d-flex {
  gap: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 479px) {
  .aozoom-journey .factory-process .container > .d-flex .items {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aozoom-journey .factory-process .container > .d-flex .items {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .aozoom-journey .factory-process .container > .d-flex {
    gap: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aozoom-journey .factory-process .container > .d-flex {
    gap: 32px;
  }
}
.aozoom-journey .factory-process .container > .d-flex iframe {
  width: 1152px;
  height: 648px;
}
@media (max-width: 479px) {
  .aozoom-journey .factory-process .container > .d-flex iframe {
    width: 100%;
    height: 222px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aozoom-journey .factory-process .container > .d-flex iframe {
    width: 100%;
    height: 400px;
  }
}
.aozoom-journey .factory-process .container > .d-flex .name {
  margin-top: 40px;
  border-left: 2px solid #f37322;
  color: #f0f0f0;
  padding-left: 10px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .aozoom-journey .factory-process .container > .d-flex .name {
    text-align: left;
    margin-top: 24px;
    font-size: 16px;
    padding-left: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aozoom-journey .factory-process .container > .d-flex .name {
    text-align: left;
    margin-top: 24px;
    font-size: 16px;
    padding-left: 8px;
  }
}
.aozoom-journey .certifications-and-awards {
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.aozoom-journey .certifications-and-awards::after {
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  z-index: -1;
  height: 254px;
  width: 100%;
  background: linear-gradient(0, rgba(0, 0, 0, 0) 10.66%, #131313 100%);
}
.aozoom-journey .certifications-and-awards::before {
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 28.34%, #131313 100%);
  left: 0;
  position: absolute;
  content: "";
  z-index: -1;
  height: 254px;
  width: 100%;
}
.aozoom-journey .certifications-and-awards .bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(19, 19, 19, 0.6);
}
.aozoom-journey .certifications-and-awards .title-line {
  padding-top: 112px;
}
@media (max-width: 479px) {
  .aozoom-journey .certifications-and-awards .title-line {
    padding-top: 32px;
  }
  .aozoom-journey .certifications-and-awards .title-line .text {
    width: 196px;
  }
}
.aozoom-journey .certifications-and-awards .items {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 56px;
}
@media (max-width: 479px) {
  .aozoom-journey .certifications-and-awards .items {
    margin-bottom: 35px;
  }
}
.aozoom-journey .certifications-and-awards .items .image {
  position: relative;
  padding: 8px;
  z-index: 1;
}
.aozoom-journey .certifications-and-awards .items .image img {
  min-height: 504px;
}
@media (max-width: 479px) {
  .aozoom-journey .certifications-and-awards .items .image img {
    min-height: 410px;
  }
}
.aozoom-journey .certifications-and-awards .items .image::before {
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #f37321 0%, #a11d26 100%);
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: -1;
}
.aozoom-journey .certifications-and-awards .items .image::after {
  content: "";
  bottom: 0;
  right: 0;
  background: linear-gradient(90deg, #f37321 0%, #a11d26 100%);
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: -1;
}
.aozoom-journey .certifications-and-awards .items .name {
  padding-top: 40px;
  color: #f0f0f0;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
}
@media (max-width: 479px) {
  .aozoom-journey .certifications-and-awards .items .name {
    padding-top: 32px;
    font-size: 16px;
    line-height: 27px;
  }
}
.aozoom-journey .certifications-and-awards .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 479px) {
  .aozoom-journey .certifications-and-awards .slick-dots {
    gap: 16px;
  }
}
.aozoom-journey .certifications-and-awards .slick-dots li button {
  background-color: #8f8f8f;
  width: 16px;
  height: 16px;
  color: transparent;
}
@media (max-width: 479px) {
  .aozoom-journey .certifications-and-awards .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
.aozoom-journey .certifications-and-awards .slick-dots .slick-active button {
  background-color: #f37322;
}
.aozoom-journey .slide-journey .slide {
  position: relative;
}
.aozoom-journey .slide-journey .slide .image {
  position: relative;
}
.aozoom-journey .slide-journey .slide .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 64.77%, #131313 100%);
}
.aozoom-journey .slide-journey .slide .content {
  position: absolute;
  bottom: 0;
  margin-bottom: 60px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  width: 100%;
}
@media (max-width: 479px) {
  .aozoom-journey .slide-journey .slide .content {
    margin-bottom: 36px;
  }
}
.aozoom-journey .slide-journey .slide .content p {
  max-width: 481px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin: auto;
  text-align: center;
}
@media (max-width: 479px) {
  .aozoom-journey .slide-journey .slide .content p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aozoom-journey .slide-journey .slide .content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.aozoom-journey .slide-journey .slick-center {
  transform: scale(1.08);
}
@media (max-width: 479px) {
  .aozoom-journey .slide-journey .slick-center {
    transform: scale(1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aozoom-journey .slide-journey .slick-center {
    transform: scale(1);
  }
}
.aozoom-journey .slide-journey .slick-slide:not(.slick-active) {
  margin: 20px 0;
  z-index: -1;
}
@media (max-width: 479px) {
  .aozoom-journey .slide-journey .slick-slide:not(.slick-active) {
    margin: initial;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aozoom-journey .slide-journey .slick-slide:not(.slick-active) {
    margin: initial;
  }
}
.aozoom-journey .slide-journey .child {
  width: 100%;
}
.aozoom-journey .slide-journey .slide:not(.slick-active) {
  cursor: pointer;
}
.aozoom-journey .slide-journey .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 40px;
}
@media (max-width: 479px) {
  .aozoom-journey .slide-journey .slick-dots {
    gap: 16px;
    bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aozoom-journey .slide-journey .slick-dots {
    bottom: 24px;
    gap: 16px;
  }
}
.aozoom-journey .slide-journey .slick-dots li {
  display: flex;
  align-items: center;
}
.aozoom-journey .slide-journey .slick-dots li button {
  background-color: #8f8f8f;
  width: 16px;
  height: 16px;
  color: transparent;
}
@media (max-width: 479px) {
  .aozoom-journey .slide-journey .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
.aozoom-journey .slide-journey .slick-dots .slick-active button {
  background-color: #f37322;
}

.sustainable-development {
  padding-top: 108px;
}
@media (max-width: 479px) {
  .sustainable-development {
    padding-top: 61px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sustainable-development {
    padding-top: 61px;
  }
}
.sustainable-development .banner {
  height: 85vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sustainable-development .banner {
    height: auto;
    padding: 80px 0;
  }
}
.sustainable-development .banner::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 19, 19, 0.8);
}
@media (max-width: 479px) {
  .sustainable-development .banner {
    position: relative;
    height: auto;
    margin-bottom: 360px;
  }
}
.sustainable-development .banner .d-flex {
  gap: 32px;
  height: 100vh;
  align-items: center;
}
@media (max-width: 479px) {
  .sustainable-development .banner .d-flex {
    height: auto;
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sustainable-development .banner .d-flex {
    height: 100%;
    gap: 0;
  }
}
.sustainable-development .banner .content {
  min-width: 662px;
  margin: 20px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 60px 60px 90px 60px;
  text-align: center;
  z-index: 1;
  background: rgba(26, 26, 26, 0.7);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
@media (max-width: 479px) {
  .sustainable-development .banner .content {
    position: absolute;
    bottom: -292px;
    left: 50%;
    z-index: 1;
    margin: 16px;
    padding: 32px;
    width: 70%;
    min-width: initial;
    transform: translate(-56%, 0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sustainable-development .banner .content {
    min-width: initial;
  }
}
.sustainable-development .banner .content::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 20px;
  height: 20px;
  background-color: #f37322;
  top: -20px;
  left: -20px;
}
@media (max-width: 479px) {
  .sustainable-development .banner .content::before {
    width: 16px;
    height: 16px;
    left: -16px;
    top: -16px;
  }
}
.sustainable-development .banner .content::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 20px;
  height: 20px;
  background-color: #f37322;
  top: -20px;
  right: -20px;
}
@media (max-width: 479px) {
  .sustainable-development .banner .content::after {
    width: 16px;
    height: 16px;
    right: -16px;
    top: -16px;
  }
}
.sustainable-development .banner .content .dot::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 20px;
  height: 20px;
  background-color: #f37322;
  bottom: -20px;
  left: -20px;
}
@media (max-width: 479px) {
  .sustainable-development .banner .content .dot::before {
    width: 16px;
    height: 16px;
    left: -16px;
    bottom: -16px;
  }
}
.sustainable-development .banner .content .dot::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 20px;
  height: 20px;
  background-color: #f37322;
  bottom: -20px;
  right: -20px;
}
@media (max-width: 479px) {
  .sustainable-development .banner .content .dot::after {
    width: 16px;
    height: 16px;
    right: -16px;
    bottom: -16px;
  }
}
.sustainable-development .banner .content .title {
  text-align: justify;
  max-width: 600px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px; /* 187.5% */
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 479px) {
  .sustainable-development .banner .content .title {
    max-width: 100%;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: -0.16px;
  }
}
.sustainable-development .banner .image {
  width: 100%;
  position: relative;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sustainable-development .banner .image {
    display: none;
  }
}
@media (max-width: 479px) {
  .sustainable-development .banner .image {
    padding-bottom: 28px;
  }
}
.sustainable-development .banner .image .center {
  margin-top: 179px;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 352px;
  height: 352px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--aozoom-gradient, linear-gradient(90deg, #f37321 0%, #a11d26 100%));
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 479px) {
  .sustainable-development .banner .image .center {
    margin-top: 174px;
    width: 228.138px;
    height: 228.282px;
    margin-bottom: 75px;
    margin-left: 10px;
  }
}
.sustainable-development .banner .image .center p {
  margin-left: 38px;
  max-width: 254px;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 150% */
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .sustainable-development .banner .image .center p {
    margin-left: 24px;
    font-size: 20px;
    line-height: 32px;
  }
}
.sustainable-development .banner .image .c {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #b6b6b6;
  background: linear-gradient(117deg, rgba(255, 255, 255, 0.19) 12.65%, rgba(19, 19, 19, 0.19) 87.01%);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  width: 232px;
  height: 232px;
}
@media (max-width: 479px) {
  .sustainable-development .banner .image .c {
    width: 150.363px;
    height: 150.458px;
  }
}
.sustainable-development .banner .image .c p {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.sustainable-development .banner .image .c1 {
  top: 40px;
  left: 0;
}
@media (max-width: 479px) {
  .sustainable-development .banner .image .c1 {
    top: 84px;
  }
}
.sustainable-development .banner .image .c1 p {
  font-size: 24px;
  line-height: normal;
}
@media (max-width: 479px) {
  .sustainable-development .banner .image .c1 p {
    font-size: 16px;
    line-height: normal;
  }
}
.sustainable-development .banner .image .c2 {
  top: 229px;
  right: -65px;
}
@media (max-width: 479px) {
  .sustainable-development .banner .image .c2 {
    right: 0;
    top: 220px;
  }
}
.sustainable-development .banner .image .c2 p {
  font-size: 32px;
  line-height: 57px;
}
@media (max-width: 479px) {
  .sustainable-development .banner .image .c2 p {
    font-size: 16px;
    line-height: normal;
  }
}
.sustainable-development .banner .image .c3 {
  bottom: 215px;
  left: 30%;
}
@media (max-width: 479px) {
  .sustainable-development .banner .image .c3 {
    left: 0;
    bottom: 0;
  }
}
.sustainable-development .banner .image .c3 p {
  font-size: 32px;
  line-height: 48px;
}
@media (max-width: 479px) {
  .sustainable-development .banner .image .c3 p {
    font-size: 16px;
    line-height: normal;
  }
}
.sustainable-development .environment .container > .d-flex {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 479px) {
  .sustainable-development .environment .container > .d-flex {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sustainable-development .environment .container > .d-flex {
    gap: 20px;
    flex-direction: column;
  }
}
.sustainable-development .environment .container > .d-flex .content {
  flex: 1;
}
@media (max-width: 479px) {
  .sustainable-development .environment .container > .d-flex .content {
    flex: initial;
  }
}
.sustainable-development .environment .container > .d-flex .content .title-line {
  justify-content: start;
}
@media (max-width: 479px) {
  .sustainable-development .environment .container > .d-flex .content .title-line {
    justify-content: center;
    margin-bottom: 40px;
  }
}
.sustainable-development .environment .container > .d-flex .content > .text {
  min-width: 426px;
  max-width: 426px;
  margin-left: 78px;
}
@media (max-width: 479px) {
  .sustainable-development .environment .container > .d-flex .content > .text {
    min-width: auto;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sustainable-development .environment .container > .d-flex .content > .text {
    min-width: auto;
    max-width: 100%;
    margin-left: 0;
  }
}
.sustainable-development .environment .container > .d-flex .content > .text .subtitle {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .sustainable-development .environment .container > .d-flex .content > .text .subtitle {
    font-size: 16px;
    letter-spacing: 0.96px;
    text-align: center;
    margin-bottom: 16px;
  }
}
.sustainable-development .environment .container > .d-flex .content > .text p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 479px) {
  .sustainable-development .environment .container > .d-flex .content > .text p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: -0.42px;
  }
}
.sustainable-development .environment .container > .d-flex .image {
  flex: 1;
  position: relative;
  margin: 0 16px 16px 0;
  z-index: 1;
}
@media (max-width: 479px) {
  .sustainable-development .environment .container > .d-flex .image {
    margin: 0 12px 12px 0;
  }
}
.sustainable-development .environment .container > .d-flex .image .img {
  width: 706px;
}
@media (max-width: 479px) {
  .sustainable-development .environment .container > .d-flex .image .img {
    width: 100%;
  }
}
.sustainable-development .environment .container > .d-flex .image::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -16px;
  right: -16px;
  background-color: #f37322;
  width: 245px;
  height: 245px;
}
@media (max-width: 479px) {
  .sustainable-development .environment .container > .d-flex .image::before {
    width: 148px;
    height: 148px;
    bottom: -12px;
    right: -12px;
  }
}
.sustainable-development .post-items a > .d-flex .image img {
  height: 240px;
}
@media (max-width: 479px) {
  .sustainable-development .post-items a > .d-flex .image img {
    height: 223px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sustainable-development .post-items a > .d-flex .image img {
    height: 337px;
  }
}

.human .main {
  position: relative;
  overflow: hidden;
}
@media (max-width: 479px) {
  .human .main {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .human .main {
    display: flex;
    flex-direction: column-reverse;
  }
}
.human .main .image {
  z-index: 1;
  width: 952px;
  height: 842px;
  position: relative;
}
@media (max-width: 479px) {
  .human .main .image {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .human .main .image {
    width: 100%;
    height: auto;
  }
}
.human .main .image::after {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 219px;
  position: absolute;
  background: linear-gradient(0, rgba(0, 0, 0, 0) 29.09%, #131313 100%);
}
@media (max-width: 479px) {
  .human .main .image::after {
    top: -1px;
    height: 75px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .human .main .image::after {
    top: -1px;
    height: 75px;
  }
}
.human .main .image::before {
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  height: 208px;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29.09%, #131313 100%);
}
@media (max-width: 479px) {
  .human .main .image::before {
    height: 51px;
    bottom: -1px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .human .main .image::before {
    height: 51px;
    bottom: -1px;
  }
}
.human .main .image .bg {
  top: 0;
  right: 0;
  width: 219px;
  height: 100%;
  position: absolute;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 29.09%, #131313 100%);
}
@media (max-width: 479px) {
  .human .main .image .bg {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .human .main .image .bg {
    display: none;
  }
}
.human .main .image img {
  height: 100%;
}
.human .main .content {
  right: 0;
  z-index: 1;
  bottom: 60px;
  width: 1077px;
  position: absolute;
  padding: 28px 0 43px 300px;
}
@media (max-width: 479px) {
  .human .main .content {
    padding: 0;
    width: 100%;
    position: initial;
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .human .main .content {
    padding: 0;
    width: 100%;
    position: initial;
    margin-bottom: 32px;
  }
}
.human .main .content .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
@media (max-width: 479px) {
  .human .main .content .bg {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .human .main .content .bg {
    display: none;
  }
}
.human .main .content .bg svg {
  height: 100%;
}
.human .main .content > .text {
  margin-left: 78px;
}
@media (max-width: 479px) {
  .human .main .content > .text {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .human .main .content > .text {
    margin-left: 0;
  }
}
.human .main .content > .text .subtitle {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 479px) {
  .human .main .content > .text .subtitle {
    font-size: 16px;
    text-align: center;
    margin-bottom: 16px;
    letter-spacing: 0.96px;
  }
}
.human .main .content > .text .desc {
  width: 632px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  text-align: justify;
}
@media (max-width: 479px) {
  .human .main .content > .text .desc {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: -0.42px;
  }
}
.human .main .content .title-line {
  justify-content: start;
}
@media (max-width: 479px) {
  .human .main .content .title-line {
    margin-bottom: 32px;
    justify-content: center;
  }
}

.community {
  overflow: hidden;
}
@media (max-width: 479px) {
  .community .content {
    margin-bottom: 40px;
  }
}
.community .content .title-line {
  justify-content: start;
}
@media (max-width: 479px) {
  .community .content .title-line {
    margin-bottom: 40px;
    justify-content: center;
  }
}
.community .content > .text {
  margin-left: 78px;
}
@media (max-width: 479px) {
  .community .content > .text {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .community .content > .text {
    margin-left: 0;
  }
}
.community .content > .text .subtitle {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .community .content > .text .subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    margin-bottom: 23px;
    text-align: center;
  }
}
.community .content > .text p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 479px) {
  .community .content > .text p {
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }
}
.community .images {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 479px) {
  .community .images {
    gap: 16px;
    flex-direction: column;
  }
}
.community .images .image {
  flex: 1;
}

.product-items {
  min-height: 447px;
  position: relative;
  padding-top: 30px;
  background: linear-gradient(90deg, #313131 0%, #131313 100%);
  display: flex;
  flex-direction: column;
  justify-content: end;
  background-image: url("https://aozoom.com.vn/storage/uploads/background/nen-san-pham.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
}
@media (max-width: 479px) {
  .product-items {
    padding-top: 20px;
    max-width: 396px;
    margin: auto;
    min-height: 333px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-items {
    min-height: 405px;
  }
}
.product-items .header {
  padding: 0 30px;
  gap: 8px;
  height: 25px;
}
@media (max-width: 479px) {
  .product-items .header {
    padding: 0 20px;
  }
}
.product-items .header .tag {
  padding: 3.5px 12px;
  border-radius: 60px;
  background: linear-gradient(90deg, #f37321 0%, #a11d26 100%);
}
.product-items .header .tag p {
  color: #f0f0f0;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}
.product-items .header .logo img {
  height: 25px;
}
.product-items .name {
  padding-top: 16px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  min-height: 77px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 479px) {
  .product-items .name {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    margin-bottom: 0;
    font-weight: 700;
    min-height: 73px;
  }
}
.product-items .image {
  padding-left: 30px;
  padding-right: 30px;
  height: 230px;
  position: relative;
  z-index: 1;
}
@media (max-width: 479px) {
  .product-items .image {
    padding: 0;
  }
}
.product-items .image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.product-items .thong-so {
  margin-bottom: 30px;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 16px;
  min-height: 58px;
}
@media (max-width: 479px) {
  .product-items .thong-so {
    margin-bottom: 0;
    min-height: 52px;
  }
}
.product-items .thong-so .d-flex {
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.product-items .thong-so .title-name {
  color: #f0f0f0;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
}
.product-items .thong-so .text {
  color: #f0f0f0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 479px) {
  .product-items .thong-so .text {
    font-size: 12px;
  }
}
.product-items .price-hover {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 479px) {
  .product-items .price-hover {
    margin-top: 24px;
  }
}
.product-items .price-hover i {
  font-size: 18px;
  color: #f0f0f0;
  line-height: 18px;
}
.product-items .price {
  color: #f0f0f0;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.product-items .footer {
  border-radius: 0 0 8px 8px;
  padding: 20px 30px;
  background-color: #434343;
}
@media (max-width: 479px) {
  .product-items .footer {
    padding: 20px;
  }
}
.product-items:hover .footer {
  background: linear-gradient(90deg, #f37321 0%, #a11d26 100%);
}
.product-items:hover .image img {
  transform: scale(1.05);
}

.home .homepage-slideshow {
  padding-top: 108px;
  height: 814px;
}
@media (max-width: 479px) {
  .home .homepage-slideshow {
    padding-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home .homepage-slideshow {
    padding-top: 60px;
  }
}
@media (max-width: 479px) {
  .home .homepage-slideshow {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home .homepage-slideshow {
    height: auto;
  }
}
.home .homepage-slideshow .items {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 479px) {
  .home .homepage-slideshow .items {
    padding-bottom: 335px;
    background-color: #2f2f2f;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home .homepage-slideshow .items {
    background-color: #2f2f2f;
  }
}
.home .homepage-slideshow .items::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(19, 19, 19, 0) 29.88%, rgba(19, 19, 19, 0.7) 100%);
  z-index: 0;
}
@media (max-width: 479px) {
  .home .homepage-slideshow .items::after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home .homepage-slideshow .items::after {
    display: none;
  }
}
.home .homepage-slideshow .items::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 177px;
  background: linear-gradient(180deg, rgba(19, 19, 19, 0) 0%, #131313 91.99%);
}
@media (max-width: 479px) {
  .home .homepage-slideshow .items::before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home .homepage-slideshow .items::before {
    display: none;
  }
}
.home .homepage-slideshow .items .img {
  height: 100%;
}
@media (max-width: 479px) {
  .home .homepage-slideshow .items .img {
    height: 240px;
  }
}
.home .homepage-slideshow .items .content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  max-width: 820px;
  padding-top: 172px;
  padding-left: 200px;
}
@media (max-width: 479px) {
  .home .homepage-slideshow .items .content {
    bottom: 76px;
    top: initial;
    left: 50%;
    transform: translate(-50%, 0);
    padding-top: 0;
    padding-left: 0;
    max-width: 396px;
    width: 360px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home .homepage-slideshow .items .content {
    display: none;
  }
}
.home .homepage-slideshow .items .content .product-name {
  font-size: 50px;
  line-height: 67.9px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .home .homepage-slideshow .items .content .product-name {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home .homepage-slideshow .items .content .product-name {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }
}
.home .homepage-slideshow .items .content .slogan {
  font-size: 24px;
  font-style: italic;
  line-height: 28.8px;
  margin-top: 12px;
  margin-bottom: 40px;
}
@media (max-width: 479px) {
  .home .homepage-slideshow .items .content .slogan {
    font-size: 14px;
    line-height: 19.2px;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home .homepage-slideshow .items .content .slogan {
    font-size: 14px;
    line-height: 19.2px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 12px;
  }
}
@media (max-width: 479px) {
  .home .homepage-slideshow .items .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home .homepage-slideshow .items .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
.home .homepage-slideshow .slick-track,
.home .homepage-slideshow .slick-list {
  height: 100%;
}
.home .homepage-slideshow .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(118, 118, 118, 0.3);
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 30px;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 60px;
  padding: 10px;
  gap: 10px;
}
@media (max-width: 479px) {
  .home .homepage-slideshow .slick-dots {
    bottom: 20px;
    padding: 8px;
  }
}
.home .homepage-slideshow .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .homepage-slideshow .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #8f8f8f;
  color: transparent;
  border-radius: 50%;
}
@media (max-width: 479px) {
  .home .homepage-slideshow .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.home .homepage-slideshow .slick-dots .slick-active button {
  background-color: #f0f0f0;
}
.home .link-list .link-trademark .row {
  flex: 1;
}
@media (max-width: 479px) {
  .home .link-list .link-trademark .row {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home .link-list .link-trademark .row {
    flex-direction: column-reverse;
  }
}
.home .link-list .link-trademark .row .content {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home .link-list .link-trademark .row .content {
    margin-bottom: 32px;
  }
}
.home .link-list .link-trademark .row .content .title {
  font-size: 32px;
  line-height: 54px;
  letter-spacing: 0.07em;
  text-align: center;
}
@media (max-width: 479px) {
  .home .link-list .link-trademark .row .content .title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home .link-list .link-trademark .row .content .title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 14px;
  }
}
.home .link-list .link-trademark .row .content div.desc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .link-list .link-trademark .row .content p.desc {
  text-align: center;
  max-width: 874px;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: -0.01em;
}
@media (max-width: 479px) {
  .home .link-list .link-trademark .row .content p.desc {
    font-size: 16px;
    line-height: 29px;
    text-align: justify;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home .link-list .link-trademark .row .content p.desc {
    font-size: 16px;
    line-height: 29px;
    text-align: center;
  }
}
.home .link-list .link-trademark .row .content .button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .link-list .link-trademark .row .content .number {
  display: flex;
  gap: 104px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 479px) {
  .home .link-list .link-trademark .row .content .number {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home .link-list .link-trademark .row .content .number {
    gap: 0;
    margin-bottom: 32px;
  }
}
.home .link-list .link-trademark .row .content .number li {
  text-align: center;
}
@media (max-width: 479px) {
  .home .link-list .link-trademark .row .content .number li {
    flex: 1;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home .link-list .link-trademark .row .content .number li {
    flex: 1;
  }
}
.home .link-list .link-trademark .row .content .number li i {
  font-size: 52px;
  color: #f37322;
  margin-bottom: 12px;
  text-align: center;
}
.home .link-list .link-trademark .row .content .number li .title {
  margin-bottom: 8px !important;
  color: #f0f0f0;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .home .link-list .link-trademark .row .content .number li .title {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.07em;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home .link-list .link-trademark .row .content .number li .title {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.07em;
  }
}
.home .link-list .link-trademark .row .content .number li .desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.02em;
}
@media (max-width: 479px) {
  .home .link-list .link-trademark .row .content .number li .desc {
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home .link-list .link-trademark .row .content .number li .desc {
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .home .link-list .link-trademark .row .image {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home .link-list .link-trademark .row .image {
    margin-bottom: 32px;
  }
}
@media (max-width: 479px) {
  .home .ecosystem {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home .ecosystem {
    margin-bottom: 100px;
  }
}
.home .ecosystem .row {
  margin: 0 -10px;
}
.home .ecosystem .row .col-xl-4 {
  padding: 0 10px;
  margin-top: 20px;
}
.home .ecosystem .row .col-xl-4 .items {
  transition: all 0.3s;
  padding: 40px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home .ecosystem .row .col-xl-4 .items {
    padding: 32px 0;
    background-image: none !important;
    background-color: #1a1a1a;
  }
}
@media (max-width: 479px) {
  .home .ecosystem .row .col-xl-4 .items {
    padding: 30px 0;
    background-image: none !important;
    background-color: #1a1a1a;
  }
}
.home .ecosystem .row .col-xl-4 .items .d-flex {
  gap: 10px;
  justify-content: center;
}
@media (max-width: 479px) {
  .home .ecosystem .row .col-xl-4 .items .d-flex {
    gap: 18px;
    padding: 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home .ecosystem .row .col-xl-4 .items .d-flex {
    align-items: center;
    justify-content: space-evenly;
    padding: 0 20px;
  }
}
.home .ecosystem .row .col-xl-4 .items .text .name {
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 28px;
  min-height: 72px;
  max-width: 180px;
}
@media (max-width: 479px) {
  .home .ecosystem .row .col-xl-4 .items .text .name {
    font-size: 16px;
    line-height: 36px;
    min-height: 72px;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home .ecosystem .row .col-xl-4 .items .text .name {
    font-size: 18px;
    line-height: normal;
  }
}
.home .ecosystem .row .col-xl-4 .items .text .number {
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 77px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ccc;
}
@media (max-width: 479px) {
  .home .ecosystem .row .col-xl-4 .items .text .number {
    font-size: 80px;
    letter-spacing: 3.2px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home .ecosystem .row .col-xl-4 .items .text .number {
    font-size: 56px;
    line-height: normal;
  }
}
.home .ecosystem .row .col-xl-4 .items .image {
  width: 174px;
  height: 174px;
  opacity: 0;
  transition: all 0.5s;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home .ecosystem .row .col-xl-4 .items .image {
    opacity: 1;
    width: auto;
    height: 150px;
  }
}
@media (max-width: 479px) {
  .home .ecosystem .row .col-xl-4 .items .image {
    opacity: 1;
  }
}
.home .ecosystem .row .col-xl-4:hover .items {
  border: 1px solid #f37322;
  background-image: none !important;
}
.home .ecosystem .row .col-xl-4:hover .items .number {
  -webkit-text-stroke-color: #f0f0f0;
}
.home .ecosystem .row .col-xl-4:hover .items .image {
  opacity: 1;
}
.home .link-library {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
.home .link-library::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  background: linear-gradient(0deg, rgba(19, 19, 19, 0) 0%, #131313 100%);
  height: 177px;
  top: 0;
}
@media (max-width: 479px) {
  .home .link-library::before {
    height: 110px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home .link-library::before {
    display: none;
  }
}
.home .link-library::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #131313 76.74%);
  height: 177px;
  bottom: 0;
}
@media (max-width: 479px) {
  .home .link-library::after {
    height: 110px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home .link-library::after {
    display: none;
  }
}
.home .link-library .row {
  align-items: center;
}
@media (max-width: 479px) {
  .home .link-library .row {
    padding: 32px 20px;
  }
}
.home .link-library .row .content {
  color: #f0f0f0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home .link-library .row .content {
    padding: 30px 0;
  }
}
.home .link-library .row .content > .title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .home .link-library .row .content > .title {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 24px;
    text-align: center;
  }
}
.home .link-library .row .content .desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.16px;
  max-width: 538px;
}
@media (max-width: 479px) {
  .home .link-library .row .content .desc {
    margin-bottom: 24px;
    text-align: justify;
  }
}
.home .link-library .row .images {
  justify-content: end;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 479px) {
  .home .link-library .row .images {
    margin-bottom: 32px;
    justify-content: space-around;
    gap: 24px;
    flex-direction: column;
  }
}
.home .link-library .row .images .col-xl-6:nth-child(2) {
  margin-bottom: 30px;
}
@media (max-width: 479px) {
  .home .link-library .row .images .col-xl-6:nth-child(2) {
    margin-bottom: 0;
  }
}
.home .link-library .row .images .col-xl-6:last-child {
  margin-top: 30px;
}
@media (max-width: 479px) {
  .home .link-library .row .images .col-xl-6:last-child {
    margin-top: 0;
  }
}
.home .link-library .row .images > .image {
  width: 300px;
  height: 376px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  border: 1px solid #f37322;
}
@media (max-width: 479px) {
  .home .link-library .row .images > .image {
    height: 376px;
    min-width: 100%;
    background-color: #8f8f8f;
  }
}
.home .link-library .row .images > .image .text {
  padding: 24px 24px 0 24px;
  color: #f0f0f0;
}
.home .link-library .row .images > .image .text .title {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px; /* 145.833% */
  letter-spacing: 5.28px;
  text-transform: uppercase;
}
.home .link-library .row .images > .image .text .name {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
  text-transform: uppercase;
}
.home .link-library .row .images .dis-flex {
  gap: 20px;
  flex-direction: column;
  display: flex;
}
@media (max-width: 479px) {
  .home .link-library .row .images .dis-flex {
    gap: 24px;
    width: 100%;
  }
}
.home .link-library .row .images .dis-flex .image {
  width: 300px;
  height: 376px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  border: 1px solid #f37322;
}
@media (max-width: 479px) {
  .home .link-library .row .images .dis-flex .image {
    height: 376px;
    width: 100%;
    background-color: #8f8f8f;
  }
}
.home .link-library .row .images .dis-flex .image .text {
  padding: 24px 24px 0 24px;
  color: #f0f0f0;
}
.home .link-library .row .images .dis-flex .image .text .title {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px; /* 145.833% */
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.home .link-library .row .images .dis-flex .image .text .name {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
  text-transform: uppercase;
}

.link-products {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 60px 0 60px 112px;
}
.link-products .row {
  align-items: center;
  height: 100%;
}
@media (max-width: 479px) {
  .link-products .content {
    margin-top: 0;
  }
  .link-products .content .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 166.667% */
    letter-spacing: -0.24px;
    text-transform: uppercase;
    margin-bottom: 24px;
  }
}
@media (max-width: 479px) and (max-width: 479px) {
  .link-products .content > .desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    letter-spacing: -0.16px;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .link-products {
    padding: 60px 20px;
  }
}
@media (max-width: 479px) {
  .link-products {
    padding: 32px;
  }
}
.link-products > .desc {
  max-width: 478px;
}
.link-products .number {
  display: flex;
  gap: 40px;
}
@media (max-width: 479px) {
  .link-products .number {
    gap: 20px;
    flex-direction: column;
    margin-bottom: 32px;
  }
}
.link-products .number li {
  display: flex;
  align-items: end;
  gap: 12px;
}
@media (max-width: 479px) {
  .link-products .number li {
    gap: 8px;
    align-items: center;
  }
}
.link-products .number li .title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .link-products .number li .title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0;
  }
}
.link-products .number li .desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 479px) {
  .link-products .number li .desc {
    font-size: 14px;
  }
}
.link-products a p {
  margin-bottom: 0;
}

.link-agencies {
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 1000px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link-agencies::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 177px;
  background: linear-gradient(0, rgba(0, 0, 0, 0) 0%, #131313 91.99%);
}
.link-agencies::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 177px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #131313 91.99%);
}
@media (max-width: 479px) {
  .link-agencies {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .link-agencies {
    padding: 40px 0;
  }
}
.link-agencies .title {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  max-width: 679px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 479px) {
  .link-agencies .title {
    font-size: 24px;
    line-height: 52px;
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .link-agencies .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
  }
}
.link-agencies .d-flex {
  align-items: center;
  justify-content: center;
  gap: 84px;
}
@media (max-width: 479px) {
  .link-agencies .d-flex {
    flex-direction: column;
    gap: 60px;
    padding: 0 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .link-agencies .d-flex {
    gap: 24px;
  }
}
.link-agencies .d-flex .items a .image {
  width: 538px;
}
.link-agencies .d-flex .items a .image img {
  border: 3px solid #f37322;
  border-radius: 8px;
}
@media (max-width: 479px) {
  .link-agencies .d-flex .items a .image {
    width: 100%;
    height: 193px;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .link-agencies .d-flex .items a .image {
    width: 100%;
    height: 193px;
    border: 1px solid #f37322;
    margin-bottom: 24px;
  }
}
.link-agencies .d-flex .items a .name {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}
@media (max-width: 479px) {
  .link-agencies .d-flex .items a .name {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .link-agencies .d-flex .items a .name {
    font-size: 24px;
    line-height: 24px;
  }
}

@media (max-width: 479px) {
  .videos-album .title-line .text {
    max-width: 266px;
  }
}
.videos-album .videos-list {
  margin: 0 -10px;
  width: 100%;
}
@media (max-width: 479px) {
  .videos-album .videos-list {
    margin: 0;
  }
}
.videos-album .videos-list .videos {
  padding: 0 10px;
}
@media (max-width: 479px) {
  .videos-album .videos-list .videos {
    padding: 0;
  }
}
.videos-album .videos-list .videos iframe {
  width: 100%;
}

.slideshow .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(118, 118, 118, 0.3);
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 30px;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 60px;
  padding: 10px;
  gap: 10px;
}
@media (max-width: 479px) {
  .slideshow .slick-dots {
    bottom: -40px;
    padding: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .slideshow .slick-dots {
    bottom: -60px;
    padding: 8px;
  }
}
.slideshow .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slideshow .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #8f8f8f;
  color: transparent;
  border-radius: 50%;
}
@media (max-width: 479px) {
  .slideshow .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.slideshow .slick-dots .slick-active button {
  background-color: #f0f0f0;
}

.video-banner .video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.video-banner video {
  min-width: 100%;
  min-height: auto;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 479px) {
  .video-banner video {
    min-height: auto;
  }
}
.video-banner #custom-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
  width: 78px;
  height: 78px;
  background-color: #f37322;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 479px) {
  .video-banner #custom-play-button {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .video-banner #custom-play-button {
    width: 50px;
    height: 50px;
  }
}
.video-banner #custom-play-button i {
  color: #f0f0f0;
}

.title-line {
  display: flex;
  align-items: center;
  gap: 28px;
  justify-content: center;
}
@media (max-width: 479px) {
  .title-line {
    gap: 16px;
  }
}
.title-line .line {
  width: 50px;
  height: 3px;
  background-color: #f37322;
}
@media (max-width: 479px) {
  .title-line .line {
    width: 32px;
  }
}
.title-line .text {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .title-line .text {
    font-size: 24px;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .title-line .text {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.07em;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .link-blog {
    margin-bottom: 112px;
  }
}
.link-blog .container > .title {
  margin-bottom: 40px;
}
.link-blog .container > .title > .d-flex {
  align-items: center;
  justify-content: space-between;
}
.link-blog .container > .title > .d-flex > div > .d-flex {
  gap: 28px;
  align-items: center;
}
@media (max-width: 479px) {
  .link-blog .container > .title > .d-flex > div > .d-flex {
    gap: 16px;
  }
}
.link-blog .container > .title > .d-flex > div > .d-flex .name {
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  line-height: 43.45px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 479px) {
  .link-blog .container > .title > .d-flex > div > .d-flex .name {
    font-size: 24px;
    line-height: 32px;
  }
}
.link-blog .container > .title > .d-flex > div a {
  gap: 6px !important;
  align-items: center;
}
.link-blog .container > .title > .d-flex > div a p {
  color: rgb(143, 143, 143);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: center;
}
.link-blog .container > .title > .d-flex > div a i {
  color: rgb(143, 143, 143);
  font-size: 12px;
}
.link-blog .container > .title > .d-flex > div a:hover p,
.link-blog .container > .title > .d-flex > div a:hover i {
  color: #f37322;
}
.link-blog .container > .title > .d-flex .none {
  width: 86px;
  height: 100%;
}
@media (max-width: 479px) {
  .link-blog .container > .title > .d-flex .none {
    display: none;
  }
}
.link-blog .row {
  margin: 0 -30px;
}
@media (max-width: 479px) {
  .link-blog .row {
    margin: initial;
    gap: 16px;
  }
}
.link-blog .row .col-xl-6 {
  padding: 0 30px;
}
@media (max-width: 479px) {
  .link-blog .row .col-xl-6 {
    padding: initial;
  }
}

.post-items {
  margin-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .post-items {
    padding: 0 10px;
  }
}
@media (max-width: 479px) {
  .post-items {
    margin-bottom: 0;
  }
}
.post-items a > .d-flex {
  gap: 28px;
  flex-direction: column;
}
@media (max-width: 479px) {
  .post-items a > .d-flex {
    gap: 18px;
  }
}
.post-items a > .d-flex .image img {
  border-radius: 8px;
  border: 1px solid #f37322;
  aspect-ratio: 16/9;
}
.post-items a > .d-flex .content .title {
  text-align: left !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 32px !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-transform: uppercase !important;
  padding-left: 2px;
  min-height: 64px;
}
@media (max-width: 479px) {
  .post-items a > .d-flex .content .title {
    font-size: 16px !important;
    line-height: 23px !important;
    margin-bottom: 16px !important;
    min-height: initial;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .post-items a > .d-flex .content .title {
    margin-bottom: 0;
    min-height: initial;
  }
}
.post-items a > .d-flex .content .desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #8f8f8f;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 28px;
  min-height: 24px;
}
@media (max-width: 479px) {
  .post-items a > .d-flex .content .desc {
    min-height: auto;
    font-size: 14px;
    margin-bottom: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .post-items a > .d-flex .content .desc {
    min-height: auto;
    display: none;
  }
}
.post-items a > .d-flex .content > .d-flex {
  gap: 20px;
  align-items: center;
}
@media (max-width: 479px) {
  .post-items a > .d-flex .content > .d-flex {
    gap: 27px;
  }
}
.post-items a > .d-flex .content > .d-flex div > .d-flex {
  gap: 8px;
  align-items: center;
}
.post-items a > .d-flex .content > .d-flex .line {
  background: #f37322;
  width: 1px;
  height: 16px;
}
.post-items a > .d-flex .content > .d-flex i,
.post-items a > .d-flex .content > .d-flex p {
  color: #8f8f8f;
}
.post-items a > .d-flex .content > .d-flex i {
  font-size: 24px;
}
@media (max-width: 479px) {
  .post-items a > .d-flex .content > .d-flex i {
    font-size: 16px;
  }
}
.post-items a > .d-flex .content > .d-flex p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 479px) {
  .post-items a > .d-flex .content > .d-flex p {
    font-size: 14px;
  }
}

.what-the-media-says {
  padding: 90px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
@media (max-width: 479px) {
  .what-the-media-says {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .what-the-media-says {
    padding: 40px 0;
  }
}
.what-the-media-says .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 43.45px;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 479px) {
  .what-the-media-says .title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .what-the-media-says .title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
.what-the-media-says #gallery .items .img {
  margin-bottom: 16px;
  width: 345px;
  height: 202px;
}
@media (max-width: 479px) {
  .what-the-media-says #gallery .items .img {
    width: 228px;
    height: 134px;
  }
}
.what-the-media-says #gallery .items .img img {
  border: 1px solid #f0f0f0;
  border-radius: 8px;
}
.what-the-media-says #gallery .items .text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.what-the-media-says #gallery .items h3 {
  max-width: 270px;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 19.2px;
  text-align: center;
}
@media (max-width: 479px) {
  .what-the-media-says #gallery .items h3 {
    max-width: 198px;
    font-size: 14px;
    line-height: 22px;
  }
}
.what-the-media-says #gallery .slick-slide {
  margin: 0 10px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .gross-product {
    margin-bottom: 60px;
  }
}
@media (min-width: 1620px) {
  .gross-product #clickShowSearch {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gross-product #clickShowSearch {
    display: none;
  }
}
@media (max-width: 479px) {
  .gross-product #clickShowSearch {
    width: 100%;
    margin-bottom: 32px;
  }
  .gross-product #clickShowSearch > p {
    margin: 0 auto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .gross-product .search-menu {
    position: fixed;
    z-index: 12345678910;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    transition: all 0.4s ease;
  }
}
.gross-product .search-menu form {
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #0f0e0e;
}
@media (max-width: 479px) {
  .gross-product .search-menu form {
    width: 100%;
    float: right;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    border-radius: 0;
    border: 0;
    background: #0f0e0e;
  }
}
@media (max-width: 479px) {
  .gross-product .search-menu form .close-search {
    margin-bottom: 24px;
  }
}
.gross-product .search-menu form .close-search i {
  font-size: 30px;
  color: #f0f0f0;
}
.gross-product .search-menu form ul {
  display: flex;
  border-bottom: 1px solid #f37322;
  margin-bottom: 30px;
  padding-bottom: 30px;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 479px) {
  .gross-product .search-menu form ul {
    margin-bottom: 24px;
    flex-direction: column;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gross-product .search-menu form ul {
    margin-bottom: 24px;
    flex-wrap: wrap;
    justify-content: start;
  }
}
.gross-product .search-menu form ul li {
  flex: 1;
  margin-bottom: 40px;
}
@media (max-width: 479px) {
  .gross-product .search-menu form ul li {
    margin-bottom: 24px;
  }
}
.gross-product .search-menu form ul li .title {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 479px) {
  .gross-product .search-menu form ul li .title {
    margin-bottom: 16px;
  }
}
.gross-product .search-menu form ul li .d-flex {
  align-items: center;
  gap: 20px;
}
@media (max-width: 479px) {
  .gross-product .search-menu form ul li .d-flex {
    gap: 40px;
  }
}
.gross-product .search-menu form ul li .d-flex .checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
}
.gross-product .search-menu form ul li .d-flex .checkbox label {
  cursor: pointer;
  min-width: 103px;
  color: #8f8f8f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 12px;
}
.gross-product .search-menu form ul li .d-flex .checkbox label input {
  display: none;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #8f8f8f;
  width: 16px;
  height: 16px;
}
.gross-product .search-menu form ul li .d-flex .checkbox label input:checked + .check {
  border: 1px solid #f37322;
  background-color: #f37322;
}
.gross-product .search-menu form ul li .d-flex .checkbox label input:checked + .check i {
  color: #f0f0f0;
}
.gross-product .search-menu form ul li .d-flex .checkbox label .check {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #8f8f8f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gross-product .search-menu form ul li .d-flex .checkbox label .check i {
  font-size: 13px;
  color: transparent;
}
.gross-product .search-menu form .price-range {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #f37322;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media (max-width: 479px) {
  .gross-product .search-menu form .price-range {
    margin-bottom: 24px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    flex-direction: column;
    align-items: start;
    gap: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gross-product .search-menu form .price-range {
    margin-bottom: 24px;
    padding-bottom: 24px;
    flex-direction: column;
    align-items: start;
    gap: 16px;
  }
}
.gross-product .search-menu form .price-range .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .gross-product .search-menu form .price-range .title {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gross-product .search-menu form .price-range .title {
    font-size: 14px;
  }
}
.gross-product .search-menu form .price-range .d-flex {
  align-items: start;
  gap: 20px;
}
@media (max-width: 479px) {
  .gross-product .search-menu form .price-range .d-flex {
    gap: 16px;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gross-product .search-menu form .price-range .d-flex {
    gap: 16px;
    flex-wrap: wrap;
  }
}
.gross-product .search-menu form .price-range .d-flex .checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
}
.gross-product .search-menu form .price-range .d-flex .checkbox input {
  display: none;
}
.gross-product .search-menu form .price-range .d-flex .checkbox input:checked + label {
  color: #f0f0f0;
  border: 1px solid #f37322;
  background-color: #f37322;
}
.gross-product .search-menu form .price-range .d-flex .checkbox label {
  cursor: pointer;
  padding: 10px;
  background-color: transparent;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.54px;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
  color: #f0f0f0;
}
@media (max-width: 479px) {
  .gross-product .search-menu form .price-range .d-flex .checkbox label {
    padding: 2.5px 13px;
    letter-spacing: normal;
  }
}
.gross-product .search-menu form .price-range .d-flex .checkbox:hover label {
  background-color: #f37322;
  border: 1px solid #f37322;
}
.gross-product .search-menu form .logo-search {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #f37322;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media (max-width: 479px) {
  .gross-product .search-menu form .logo-search {
    margin-bottom: 24px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    flex-direction: column;
    gap: 16px;
    align-items: start;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gross-product .search-menu form .logo-search {
    margin-bottom: 24px;
    padding-bottom: 24px;
    flex-direction: column;
    gap: 16px;
    align-items: start;
  }
}
.gross-product .search-menu form .logo-search .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .gross-product .search-menu form .logo-search .title {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gross-product .search-menu form .logo-search .title {
    font-size: 14px;
  }
}
.gross-product .search-menu form .logo-search .d-flex {
  height: 28px;
  align-items: start;
  gap: 20px;
}
@media (max-width: 479px) {
  .gross-product .search-menu form .logo-search .d-flex {
    height: auto;
    flex-wrap: wrap;
    gap: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gross-product .search-menu form .logo-search .d-flex {
    height: auto;
    flex-wrap: wrap;
    gap: 16px;
  }
}
.gross-product .search-menu form .logo-search .d-flex .checkbox {
  position: relative;
  /* Hide the .checked label by default */
  /* When the checkbox is checked, show .checked and hide .check */
}
.gross-product .search-menu form .logo-search .d-flex .checkbox input {
  display: none;
}
.gross-product .search-menu form .logo-search .d-flex .checkbox label {
  cursor: pointer;
  width: auto;
  height: auto;
  max-height: 26px;
  max-width: 110px;
}
.gross-product .search-menu form .logo-search .d-flex .checkbox label.checked {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.gross-product .search-menu form .logo-search .d-flex .checkbox input[type=checkbox]:checked ~ label.check {
  opacity: 0;
  pointer-events: none;
}
.gross-product .search-menu form .logo-search .d-flex .checkbox input[type=checkbox]:checked ~ label.checked {
  opacity: 1;
  pointer-events: initial;
}
@media (max-width: 479px) {
  .gross-product .search-menu form .button-list {
    margin-bottom: 24px;
  }
}
.gross-product .search-menu form .button-list .d-flex {
  align-items: center;
  gap: 20px;
}
@media (max-width: 479px) {
  .gross-product .search-menu form .button-list .d-flex {
    gap: 14px;
  }
}
.gross-product .search-menu form .button-list .d-flex > div,
.gross-product .search-menu form .button-list .d-flex button {
  padding: 13.5px 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 479px) {
  .gross-product .search-menu form .button-list .d-flex > div,
  .gross-product .search-menu form .button-list .d-flex button {
    flex: 1;
    width: 100%;
  }
}
.gross-product .search-menu form .button-list .d-flex .reset {
  cursor: pointer;
  color: #f0f0f0;
  padding: 12px 16px;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 479px) {
  .gross-product .search-menu form .button-list .d-flex .reset {
    flex: 1;
    width: 100%;
  }
}
.gross-product .search-menu form .button-list .d-flex button {
  color: #f0f0f0;
  background-color: #f37322;
}
@media (max-width: 479px) {
  .gross-product .search-menu .bg {
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
.gross-product .show .title-and-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 479px) {
  .gross-product .show .title-and-filter {
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    margin-bottom: 24px;
  }
}
.gross-product .show .title-and-filter .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .gross-product .show .title-and-filter .title {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gross-product .show .title-and-filter .title {
    font-size: 18px;
    line-height: normal;
  }
}
.gross-product .show .title-and-filter .filter {
  cursor: pointer;
  position: relative;
}
.gross-product .show .title-and-filter .filter .d-flex {
  padding: 4px 11px;
  gap: 4px;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
}
.gross-product .show .title-and-filter .filter p {
  font-size: 14px;
  font-weight: 400;
}
.gross-product .show .title-and-filter .filter i {
  font-size: 16px;
}
.gross-product .show .title-and-filter .filter .filter-form {
  padding-top: 4px;
  position: absolute;
  top: 35px;
  right: 0;
  width: 156px;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
@media (max-width: 479px) {
  .gross-product .show .title-and-filter .filter .filter-form {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.gross-product .show .title-and-filter .filter .filter-form ul {
  border-radius: 6px;
  padding: 20px;
  background: #f0f0f0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.gross-product .show .title-and-filter .filter .filter-form ul li {
  width: 103px;
  display: flex;
  align-items: center;
}
.gross-product .show .title-and-filter .filter .filter-form ul li p {
  color: #8f8f8f;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
}
.gross-product .show .title-and-filter .filter .filter-form ul li i {
  font-size: 14px;
  color: #8f8f8f;
}
.gross-product .show .title-and-filter .filter .filter-form ul li:hover p,
.gross-product .show .title-and-filter .filter .filter-form ul li:hover i {
  color: #f37322;
}
.gross-product .show .title-and-filter .filter .filter-form ul .active p,
.gross-product .show .title-and-filter .filter .filter-form ul .active i {
  color: #f37322;
}
.gross-product .show .title-and-filter .filter:hover .d-flex {
  color: #131313;
  border: 1px solid #f0f0f0;
  background-color: #f0f0f0;
}
.gross-product .show .title-and-filter .filter:hover .filter-form {
  opacity: 1;
  pointer-events: initial;
}
.gross-product .r-0 {
  right: 0 !important;
}
.gross-product .list-products .row .col-12 {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .gross-product .list-products .row {
    gap: 20px;
    width: 100%;
    margin: auto;
  }
  .gross-product .list-products .row .col-12 {
    padding: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gross-product .list-products .row .col-md-6 {
    margin-bottom: 24px;
  }
}

.gross-product-banner {
  padding-top: 108px;
}
@media (max-width: 479px) {
  .gross-product-banner {
    padding-top: 61px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gross-product-banner {
    padding-top: 61px;
  }
}
.gross-product-banner .image {
  height: 600px;
}
@media (max-width: 479px) {
  .gross-product-banner .image {
    height: 240px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gross-product-banner .image {
    height: auto;
  }
}

section.product {
  margin: 60px 0 104px 0;
}
@media (max-width: 479px) {
  section.product {
    margin: 60px 0 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product {
    margin: 60px 0 40px 0;
  }
}
@media (max-width: 479px) {
  section.product .product-detail {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .product-detail {
    flex-direction: column;
  }
}
section.product .product-detail .col-xl-5 {
  width: 44.092%;
}
@media (max-width: 479px) {
  section.product .product-detail .col-xl-5 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .product-detail .col-xl-5 {
    width: 100%;
  }
}
section.product .product-detail .col-xl-7 {
  width: 55.908%;
}
@media (max-width: 479px) {
  section.product .product-detail .col-xl-7 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .product-detail .col-xl-7 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .product-detail {
    align-items: center;
  }
}
section.product .product-detail .slide-layer {
  padding: 20px;
  border: 1px solid #434343;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 479px) {
  section.product .product-detail .slide-layer {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .product-detail .slide-layer {
    margin-bottom: 40px;
  }
}
section.product .product-detail .slide-layer .swiper-container {
  float: left;
  margin-left: auto;
  margin-right: auto;
}
section.product .product-detail .slide-layer .swiper-slide {
  background-size: cover;
  background-position: center;
}
section.product .product-detail .slide-layer .gallery-top {
  position: relative;
  width: 100%;
}
section.product .product-detail .slide-layer .gallery-top .swiper-slide {
  border: 1px solid #f37322;
}
section.product .product-detail .slide-layer .gallery-top .btn__zoom,
section.product .product-detail .slide-layer .gallery-top .btn__download {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(50% 50% at 50% 50%, #131313 0%, #313131 100%);
  cursor: pointer;
}
section.product .product-detail .slide-layer .gallery-top .btn__zoom .icon,
section.product .product-detail .slide-layer .gallery-top .btn__download .icon {
  text-align: center;
}
section.product .product-detail .slide-layer .gallery-top .btn__zoom .icon i,
section.product .product-detail .slide-layer .gallery-top .btn__download .icon i {
  color: #f0f0f0;
  font-size: 20px;
  line-height: 20px;
}
section.product .product-detail .slide-layer .gallery-top .btn__zoom {
  left: 0;
}
section.product .product-detail .slide-layer .gallery-top .btn__download {
  right: 0;
}
section.product .product-detail .slide-layer .gallery-thumbs {
  height: 135px;
  width: 100%;
  max-width: 558px;
  overflow-y: hidden;
  padding-top: 20px;
  box-sizing: border-box;
}
@media (max-width: 479px) {
  section.product .product-detail .slide-layer .gallery-thumbs {
    width: 100%;
    height: 108px;
    padding-top: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .product-detail .slide-layer .gallery-thumbs {
    width: 100%;
    height: 168px;
    max-width: 100%;
  }
}
section.product .product-detail .slide-layer .gallery-thumbs .items {
  margin-right: 16px !important;
  border: 1px solid #434343;
  border-radius: 8px;
}
@media (max-width: 479px) {
  section.product .product-detail .slide-layer .gallery-thumbs .items {
    margin-right: 12px !important;
    min-width: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .product-detail .slide-layer .gallery-thumbs .items {
    min-width: 90px;
  }
}
section.product .product-detail .slide-layer .gallery-thumbs .slick-track {
  margin-left: 0 !important;
}
@media (max-width: 479px) {
  section.product .product-detail .slide-layer .gallery-thumbs .slick-track {
    min-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .product-detail .slide-layer .gallery-thumbs .slick-track {
    min-width: 100%;
  }
}
section.product .product-detail .slide-layer .gallery-thumbs .items img {
  height: 111px !important;
  border-radius: 6px;
  max-width: initial;
  cursor: pointer;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 479px) {
  section.product .product-detail .slide-layer .gallery-thumbs .items img {
    width: 90px;
    height: 90px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .product-detail .slide-layer .gallery-thumbs .items img {
    height: 146px !important;
  }
}
section.product .product-detail .slide-layer .gallery-thumbs .slick-current img {
  border: 1px solid #f37322;
}
section.product .product-detail .col-xl-7 .content {
  padding-left: 40px;
}
@media (max-width: 479px) {
  section.product .product-detail .col-xl-7 .content {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .product-detail .col-xl-7 .content {
    padding-left: 0;
  }
}
section.product .product-detail .col-xl-7 .content .header {
  display: flex;
  gap: 8px;
  height: 28px;
  margin-bottom: 33px;
}
section.product .product-detail .col-xl-7 .content .header .tag {
  padding: 3.5px 12px;
  border-radius: 60px;
  background: linear-gradient(90deg, #f37321 0%, #a11d26 100%);
}
section.product .product-detail .col-xl-7 .content .header .tag p {
  color: #f0f0f0;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
section.product .product-detail .col-xl-7 .content .header .logo img {
  height: 28px;
}
section.product .product-detail .col-xl-7 .content .name {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
@media (max-width: 479px) {
  section.product .product-detail .col-xl-7 .content .name {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
section.product .product-detail .col-xl-7 .content .desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 24px;
}
@media (max-width: 479px) {
  section.product .product-detail .col-xl-7 .content .desc {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .product-detail .col-xl-7 .content .desc {
    margin-bottom: 20px;
  }
}
section.product .product-detail .col-xl-7 .content .gia {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  section.product .product-detail .col-xl-7 .content .gia {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
section.product .product-detail .col-xl-7 .content form {
  margin-bottom: 24px;
}
@media (max-width: 479px) {
  section.product .product-detail .col-xl-7 .content form {
    margin-bottom: 12px;
  }
}
section.product .product-detail .col-xl-7 .content form .variant {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 24px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
@media (max-width: 479px) {
  section.product .product-detail .col-xl-7 .content form .variant {
    gap: 16px;
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .product-detail .col-xl-7 .content form .variant {
    margin-bottom: 20px;
  }
}
section.product .product-detail .col-xl-7 .content form .variant label {
  cursor: pointer;
}
section.product .product-detail .col-xl-7 .content form .variant label input {
  display: none;
}
section.product .product-detail .col-xl-7 .content form .variant label input:checked ~ p {
  background-color: #f37322 !important;
  color: #f0f0f0 !important;
}
section.product .product-detail .col-xl-7 .content form .variant label input:checked + p {
  background-color: #f37322 !important;
  color: #f0f0f0 !important;
}
section.product .product-detail .col-xl-7 .content form .variant label p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: normal;
  padding: 4px 0;
  border-radius: 8px;
  color: var(--Brand01, #f37322);
  width: 100px;
  border: 1px solid var(--Brand01, #f37322);
  text-transform: uppercase;
}
@media (max-width: 479px) {
  section.product .product-detail .col-xl-7 .content form .variant label p {
    padding: 3.5px 0;
    width: 94px;
  }
}
@media (max-width: 479px) {
  section.product .product-detail .col-xl-7 .content form > .d-flex {
    max-height: 46px;
  }
}
section.product .product-detail .col-xl-7 .content form .quantity {
  margin-right: 24px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #f37322;
  display: flex;
}
@media (max-width: 479px) {
  section.product .product-detail .col-xl-7 .content form .quantity {
    margin-right: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .product-detail .col-xl-7 .content form .quantity {
    margin-right: 16px;
  }
}
section.product .product-detail .col-xl-7 .content form .quantity input {
  text-align: center;
  width: 49px;
  padding: 9.5px 0;
  background-color: #f37322;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #f0f0f0;
}
@media (max-width: 479px) {
  section.product .product-detail .col-xl-7 .content form .quantity input {
    width: 46px;
  }
}
section.product .product-detail .col-xl-7 .content form .quantity input[type=number]::-webkit-inner-spin-button,
section.product .product-detail .col-xl-7 .content form .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
section.product .product-detail .col-xl-7 .content form .quantity input[type=number] {
  -moz-appearance: textfield;
}
section.product .product-detail .col-xl-7 .content form .quantity i {
  color: #f0f0f0;
  line-height: 20px;
  font-size: 20px;
  cursor: pointer;
}
@media (max-width: 479px) {
  section.product .product-detail .col-xl-7 .content form .quantity i {
    font-size: 18px;
    line-height: 18px;
  }
}
section.product .product-detail .col-xl-7 .content form .quantity .quantity-nav {
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 479px) {
  section.product .product-detail .col-xl-7 .content form .quantity .quantity-nav {
    padding: 0 6px;
    gap: 2px;
  }
}
section.product .product-detail .col-xl-7 .content form button {
  display: contents;
}
section.product .product-detail .col-xl-7 .content form button div {
  margin-right: 24px;
  display: flex;
  align-items: center;
  padding: 14.5px 24px;
  background-color: #434343;
  font-family: "UTM-Bold", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  color: #f0f0f0;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
}
@media (max-width: 479px) {
  section.product .product-detail .col-xl-7 .content form button div {
    margin-right: 12px;
    padding: 0 14px;
    font-size: 12px;
    background-color: #f37322;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .product-detail .col-xl-7 .content form button div {
    margin-right: 16px;
  }
}
section.product .product-detail .col-xl-7 .content form button div::before {
  content: "";
  width: 6px;
  height: 100%;
  background-color: #f37322;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s;
}
@media (max-width: 479px) {
  section.product .product-detail .col-xl-7 .content form button div::before {
    display: none;
  }
}
section.product .product-detail .col-xl-7 .content form button div i {
  font-size: 20px;
  line-height: 20px;
  color: #f0f0f0;
  margin-right: 8px;
}
section.product .product-detail .col-xl-7 .content form button:hover {
  color: #f0f0f0;
}
section.product .product-detail .col-xl-7 .content form button:hover div::before {
  width: 100%;
}
@media (max-width: 479px) {
  section.product .product-detail .col-xl-7 .content form a p {
    padding: 8px 24px;
  }
}
section.product .product-detail .col-xl-7 .content .link {
  gap: 20px;
}
@media (max-width: 479px) {
  section.product .product-detail .col-xl-7 .content .link {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .product-detail .col-xl-7 .content .link {
    flex-direction: column;
  }
}
section.product .product-detail .col-xl-7 .content .link > a {
  flex: 1;
}
section.product .product-detail .col-xl-7 .content .link > a .btn-grad {
  width: 100%;
}
section.product .product-detail .col-xl-7 .content .link .agency-link {
  text-align: center;
  padding: 15.35px 24px;
  border: 1px solid #f37322;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 8px;
}
@media (max-width: 479px) {
  section.product .product-detail .col-xl-7 .content .link .agency-link {
    padding: 14.5px 18px;
    font-size: 12px;
    margin-right: 0;
  }
}
section.product .product-detail .col-xl-7 .content .link .product-link {
  background-color: #f0f0f0;
  color: #131313;
  padding: 15px 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  section.product .product-detail .col-xl-7 .content .link .product-link {
    padding: 14.5px 23px;
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .product-detail .col-xl-7 .content .link .product-link {
    padding: 10px 16px;
    font-size: 12px;
  }
}
section.product .installation-location {
  margin: 104px 0;
}
@media (max-width: 479px) {
  section.product .installation-location {
    margin: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .installation-location {
    margin: 40px 0;
  }
}
section.product .installation-location .main {
  position: relative;
  /* The image used */
  background-image: url("/storage/uploads/products/background.png");
  /* Full height */
  height: 708px;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .installation-location .main {
    height: 500px;
  }
}
@media (max-width: 479px) {
  section.product .installation-location .main {
    height: 420px;
  }
}
section.product .installation-location .main .title {
  position: absolute;
  z-index: 1;
  top: 0;
  margin-top: 48px;
  width: 100%;
  text-transform: uppercase;
  color: #f0f0f0;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 479px) {
  section.product .installation-location .main .title {
    font-size: 24px;
    margin-top: 24px;
  }
}
section.product .installation-location .main .slide-layer {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
section.product .installation-location .main .slide-vi-tri {
  height: 100%;
}
section.product .installation-location .main .slide-vi-tri .items {
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .installation-location .main .slide-vi-tri .items {
    margin-left: auto;
    margin-right: auto;
  }
}
section.product .installation-location .main .slide-vi-tri .items .image {
  margin-top: 200px;
  width: 365px;
  height: 156px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .installation-location .main .slide-vi-tri .items .image {
    margin-top: 136px;
  }
}
@media (max-width: 479px) {
  section.product .installation-location .main .slide-vi-tri .items .image {
    margin-top: 115px;
    width: 221px;
    height: 94px;
  }
}
section.product .installation-location .main .slide-vi-tri .items .image img {
  height: 100%;
}
section.product .installation-location .main .slide-vi-tri .items .name {
  margin-top: 132px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .installation-location .main .slide-vi-tri .items .name {
    margin-top: 104px;
  }
}
@media (max-width: 479px) {
  section.product .installation-location .main .slide-vi-tri .items .name {
    margin-top: 68px;
  }
}
section.product .installation-location .main .slide-vi-tri .items .name p {
  color: #f0f0f0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .installation-location .main .slide-vi-tri .items .name p {
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  section.product .installation-location .main .slide-vi-tri .items .name p {
    width: 118px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: normal;
  }
}
section.product .installation-location .main .slide-vi-tri .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 35%;
  background: transparent;
  cursor: pointer;
  opacity: 0.6;
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .installation-location .main .slide-vi-tri .slick-arrow {
    top: 39%;
    opacity: 1;
  }
}
@media (max-width: 479px) {
  section.product .installation-location .main .slide-vi-tri .slick-arrow {
    opacity: 1;
  }
}
section.product .installation-location .main .slide-vi-tri .slick-arrow:hover {
  opacity: 1;
}
section.product .installation-location .main .slide-vi-tri .slick-arrow:focus {
  outline: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .installation-location .main .slide-vi-tri .slick-arrow img {
    width: 40px;
  }
}
@media (max-width: 479px) {
  section.product .installation-location .main .slide-vi-tri .slick-arrow img {
    width: 24px;
  }
}
section.product .installation-location .main .slide-vi-tri .slick-prev {
  left: 0;
  margin-left: 110px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .installation-location .main .slide-vi-tri .slick-prev {
    margin-left: 50px;
  }
}
@media (max-width: 479px) {
  section.product .installation-location .main .slide-vi-tri .slick-prev {
    margin-left: 16px;
  }
}
section.product .installation-location .main .slide-vi-tri .slick-next {
  right: 0;
  margin-right: 110px;
  transform: rotate(180deg);
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .installation-location .main .slide-vi-tri .slick-next {
    margin-right: 50px;
  }
}
@media (max-width: 479px) {
  section.product .installation-location .main .slide-vi-tri .slick-next {
    margin-right: 16px;
  }
}
section.product .installation-location .main .circle {
  height: 275px;
  overflow: hidden;
  margin-top: 430px;
  top: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .installation-location .main .circle {
    margin-top: 360px;
    height: 136px;
  }
}
@media (max-width: 479px) {
  section.product .installation-location .main .circle {
    height: 158px;
    margin-top: 260px;
  }
}
section.product .installation-location .main .circle .image {
  width: 714px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.4s;
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .installation-location .main .circle .image {
    width: 445px;
  }
}
@media (max-width: 479px) {
  section.product .installation-location .main .circle .image {
    width: 348px;
  }
}
section.product .installation-location .main .bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 106px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #131313 100%);
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .installation-location .main .bg {
    height: 80px;
  }
}
@media (max-width: 479px) {
  section.product .installation-location .main .bg {
    height: 66px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #131313 48.44%);
  }
}
section.product .ingredient {
  position: relative;
  margin-bottom: 104px;
}
@media (max-width: 479px) {
  section.product .ingredient {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .ingredient {
    margin-bottom: 40px;
  }
}
section.product .ingredient .image {
  position: relative;
  height: 100vh;
}
section.product .ingredient .image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 479px) {
  section.product .ingredient .image {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .ingredient .image {
    height: auto;
  }
}
section.product .ingredient .image::after {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 66px;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #131313 53.52%);
}
section.product .ingredient .image::before {
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 66px;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #131313 53.52%);
}
@media (max-width: 479px) {
  section.product .ingredient .image {
    height: 476px;
  }
  section.product .ingredient .image img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
section.product .ingredient .row {
  margin-top: 104px;
  align-items: center;
}
@media (max-width: 479px) {
  section.product .ingredient .row {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .ingredient .row {
    margin-top: 40px;
  }
}
section.product .ingredient .row .col-7 .nav {
  width: 100%;
  float: left;
  height: 100%;
  border: none;
  max-width: 687px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 0 58px 0;
  background-size: 571px auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/storage/uploads/products/ingredient_bg.png");
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .ingredient .row .col-7 .nav {
    padding: 20px 0;
    background-size: 470px auto;
  }
}
section.product .ingredient .row .col-7 .nav .active {
  border: 1px solid #d2111f !important;
  background-color: transparent;
}
section.product .ingredient .row .col-7 .nav .active h4 {
  color: #f0f0f0 !important;
  -webkit-text-stroke: initial !important;
}
section.product .ingredient .row .col-7 .nav .nav-link {
  border: none;
  color: #f0f0f0;
  padding: 15px 20px;
  text-align: center;
  margin-bottom: 45px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .ingredient .row .col-7 .nav .nav-link {
    margin-bottom: 24px;
    padding: 10px;
  }
}
section.product .ingredient .row .col-7 .nav .nav-link:last-child {
  margin-bottom: 0;
}
section.product .ingredient .row .col-7 .nav .nav-link h4 {
  font-size: 38px;
  margin-bottom: 8px;
  letter-spacing: 6.4px;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #f0f0f0;
  color: transparent;
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .ingredient .row .col-7 .nav .nav-link h4 {
    font-size: 16px;
  }
}
section.product .ingredient .row .col-7 .nav .nav-link p {
  font-size: 20px;
  letter-spacing: 4px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .ingredient .row .col-7 .nav .nav-link p {
    font-size: 14px;
  }
}
section.product .ingredient .row .col-5 .tab-content {
  width: 100%;
  color: #f0f0f0;
  float: right;
  border: none;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .ingredient .row .col-5 .tab-content {
    padding: 0 0 0 20px;
  }
}
section.product .ingredient ul.accordion-list {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px 0;
  list-style: none;
  position: relative;
  background-size: 375px auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/storage/uploads/products/ingredient_bg.png");
}
section.product .ingredient ul.accordion-list li {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto 32px auto;
  background-color: transparent;
}
section.product .ingredient ul.accordion-list li.active .name {
  border: 1px solid #d2111f;
}
section.product .ingredient ul.accordion-list li.active .name:after {
  transform: rotate(450deg);
}
section.product .ingredient ul.accordion-list li.active .name h4 {
  color: #f0f0f0 !important;
  -webkit-text-stroke: initial !important;
}
section.product .ingredient ul.accordion-list li .name {
  padding: 8px;
}
section.product .ingredient ul.accordion-list li .name h4 {
  font-size: 16px;
  line-height: 20px;
  color: transparent;
  letter-spacing: 3.52px;
  -webkit-text-stroke: 1px #f0f0f0;
}
section.product .ingredient ul.accordion-list li .name p {
  color: #f0f0f0;
  font-size: 14px;
  letter-spacing: 2.52px;
}
section.product .ingredient ul.accordion-list li .name:after {
  top: 22px;
  width: 20px;
  height: 21px;
  content: "";
  right: 20px;
  color: #f0f0f0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  background-size: cover;
  background-position: center;
  transform: rotate(270deg);
  background-repeat: no-repeat;
  background-image: url(/storage/uploads/products/arrow.svg);
}
section.product .ingredient ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
section.product .ingredient ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  margin: 24px 0 15px 0;
  color: #f0f0f0;
  text-align: justify;
  font-size: 14px;
  line-height: 26px;
}
section.product .related-products {
  margin-bottom: 104px;
}
@media (max-width: 479px) {
  section.product .related-products {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .related-products {
    margin-bottom: 40px;
  }
}
section.product .related-products > h3 {
  font-size: 36px;
  line-height: 24px;
  color: #f0f0f0;
  text-align: center;
  margin-bottom: 48px;
  letter-spacing: 2.88px;
}
@media (max-width: 479px) {
  section.product .related-products > h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 24px;
    letter-spacing: 1.92px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .related-products > h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 24px;
    letter-spacing: 1.92px;
  }
}
section.product .related-products .related-products-slider .items {
  padding: 0 10px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .related-products .related-products-slider .items {
    padding: 0 5px;
  }
  section.product .related-products .related-products-slider .items .price {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  section.product .related-products .related-products-slider .items {
    padding: 0 7px;
  }
}
section.product .related-products .related-products-slider button.slick-arrow {
  top: 44%;
  z-index: 1;
  width: 40px;
  cursor: pointer;
  position: absolute;
  color: transparent;
  background: transparent;
  transform: translate(-50%);
}
section.product .related-products .related-products-slider .slick-prev {
  left: 0;
  margin-left: -10px;
}
section.product .related-products .related-products-slider .slick-next {
  right: 0;
  margin-right: -49px;
}
section.product .related-products .related-products-slider .slick-next img {
  transform: rotate(180deg);
}
section.product .related-products .related-products-slider .slick-dots {
  margin-top: 24px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex !important;
}
section.product .related-products .related-products-slider .slick-dots li {
  margin: 0 8px;
  line-height: none;
}
section.product .related-products .related-products-slider .slick-dots li button {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  color: transparent;
  background-color: #f0f0f0;
}
section.product .related-products .related-products-slider .slick-dots .slick-active button {
  background-color: #f37322;
}
section.product .container > ul.nav {
  margin-top: 112px;
  margin-bottom: 60px;
  background: #313131;
  border-radius: 29px;
}
@media (max-width: 479px) {
  section.product .container > ul.nav {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .container > ul.nav {
    margin-top: 60px;
  }
}
section.product .container > ul.nav li {
  flex: 1;
  text-align: center;
}
section.product .container > ul.nav li a h3 {
  padding: 17px 0;
  border-radius: 29px;
  color: #8f8f8f;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 479px) {
  section.product .container > ul.nav li a h3 {
    padding: 11.5px 0;
    font-size: 18px;
    line-height: normal;
  }
}
section.product .container > ul.nav li a div {
  margin-top: 24px;
}
@media (max-width: 479px) {
  section.product .container > ul.nav li a div {
    margin-top: 12px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
section.product .container > ul.nav li a div svg {
  opacity: 0;
}
@media (max-width: 479px) {
  section.product .container > ul.nav li a div svg {
    width: 16px;
    height: 16px;
  }
}
section.product .container > ul.nav li .active h3 {
  background-color: #f0f0f0;
  color: #131313;
}
section.product .DacDiem .text-image {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
section.product .DacDiem .text-image > li {
  position: relative;
}
@media (max-width: 479px) {
  section.product .DacDiem .text-image > li:first-child::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 32.4%, #131313 65.8%);
    z-index: 1;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .DacDiem .text-image > li:first-child::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 32.4%, #131313 65.8%);
    z-index: 1;
  }
}
section.product .DacDiem .text-image > li:first-child img {
  height: 469px !important;
  width: 100% !important;
}
@media (max-width: 479px) {
  section.product .DacDiem .text-image > li:first-child img {
    height: auto !important;
    aspect-ratio: 1/1;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .DacDiem .text-image > li:first-child img {
    height: auto !important;
    aspect-ratio: 1/1;
  }
}
section.product .DacDiem .text-image > li > .content {
  width: 369px;
  top: 50%;
  transform: translate(0, -50%);
  right: 60px;
  z-index: 1;
}
@media (max-width: 479px) {
  section.product .DacDiem .text-image > li > .content {
    width: 100%;
    right: auto;
    top: auto;
    bottom: 32px;
    left: 0;
    transform: initial;
    padding: 0 32px;
    z-index: 10;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .DacDiem .text-image > li > .content {
    width: 100%;
    right: auto;
    top: auto;
    bottom: 32px;
    left: 0;
    transform: initial;
    padding: 0 32px;
    z-index: 10;
  }
}
section.product .DacDiem .text-image > li .d-flex {
  gap: 20px;
}
@media (max-width: 479px) {
  section.product .DacDiem .text-image > li .d-flex {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .DacDiem .text-image > li .d-flex {
    flex-direction: column;
  }
}
section.product .DacDiem .text-image > li .d-flex > div {
  position: relative;
  flex: 1;
}
@media (max-width: 479px) {
  section.product .DacDiem .text-image > li .d-flex > div::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 32.4%, #131313 65.8%);
    z-index: 1;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .DacDiem .text-image > li .d-flex > div::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 32.4%, #131313 65.8%);
    z-index: 1;
  }
}
section.product .DacDiem .text-image > li .d-flex > div .content {
  width: 100%;
  padding: 0 60px 60px 60px;
  bottom: 0;
  left: 0;
}
@media (max-width: 479px) {
  section.product .DacDiem .text-image > li .d-flex > div .content {
    padding: 0 32px 32px 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .DacDiem .text-image > li .d-flex > div .content {
    padding: 0 32px 32px 32px;
  }
}
section.product .DacDiem .text-image > li .d-flex > div .title,
section.product .DacDiem .text-image > li .d-flex > div .desc {
  text-align: left !important;
}
section.product .DacDiem .text-image .img {
  height: 100%;
}
section.product .DacDiem .text-image .img img {
  border-radius: 8px;
  width: 638px;
  height: 598px;
}
@media (max-width: 479px) {
  section.product .DacDiem .text-image .img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .DacDiem .text-image .img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
  }
}
section.product .DacDiem .text-image .content {
  position: absolute;
  z-index: 10;
}
section.product .DacDiem .text-image .title {
  text-transform: uppercase;
  font-size: 48px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 479px) {
  section.product .DacDiem .text-image .title {
    text-align: left;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .DacDiem .text-image .title {
    text-align: left;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
section.product .DacDiem .text-image .desc {
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}
@media (max-width: 479px) {
  section.product .DacDiem .text-image .desc {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .DacDiem .text-image .desc {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
  }
}
section.product .DacDiem .see-more-btn {
  z-index: 10;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translate(-50%, 0);
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-radius: 8px;
  padding: 4px 17px;
  background-color: #f37322;
  border: 1px solid #f0f0f0;
  box-shadow: #f0f0f0 0px 0px 24px;
}
section.product .DacDiem .see-more-btn .label-seeMoreButton {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
section.product .DacDiem .see-more-btn .label-seeMoreButton p {
  font-size: 20px;
  line-height: normal;
}
section.product .DacDiem .see-more-btn .label-seeMoreButton i {
  font-size: 16px;
  color: #f0f0f0;
}
section.product .DacDiem .see-more-content {
  margin: 20px 0 112px 0;
  overflow: hidden;
  position: relative;
  max-height: 1100px;
  overflow: hidden;
  transition: max-height 5s ease-out;
}
@media (max-width: 479px) {
  section.product .DacDiem .see-more-content {
    max-height: 396px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .DacDiem .see-more-content {
    max-height: 600px;
  }
}
section.product .DacDiem .see-more-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 474px;
  background: linear-gradient(180deg, rgba(19, 19, 19, 0) 0%, #131313 73.4%);
  z-index: 1;
}
section.product .DacDiem .see-more-content ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 80px;
}
section.product .DacDiem .full-sec {
  max-height: 100%;
  transition: max-height 5s ease-out;
}
section.product .DacDiem .full-sec::after {
  height: 0;
}
section.product .ThongSo .container > ul {
  padding: 0 232px;
  width: 100%;
}
@media (max-width: 479px) {
  section.product .ThongSo .container > ul {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .ThongSo .container > ul {
    padding: 0;
  }
}
section.product .ThongSo .container > ul > li {
  margin-bottom: 40px;
  border-bottom: 1px solid #f37322;
}
@media (max-width: 479px) {
  section.product .ThongSo .container > ul > li {
    margin-bottom: 32px;
  }
}
section.product .ThongSo .container > ul > li .items .title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 60px;
}
@media (max-width: 479px) {
  section.product .ThongSo .container > ul > li .items .title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
section.product .ThongSo .container > ul > li .items > ul {
  width: 100%;
}
section.product .ThongSo .container > ul > li .items > ul li {
  margin-bottom: 40px;
}
@media (max-width: 479px) {
  section.product .ThongSo .container > ul > li .items > ul li {
    margin-bottom: 32px;
  }
}
section.product .ThongSo .container > ul > li .items > ul li .d-flex {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 479px) {
  section.product .ThongSo .container > ul > li .items > ul li .d-flex {
    justify-content: start;
    gap: 75px;
  }
}
section.product .ThongSo .container > ul > li .items > ul li .d-flex p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 479px) {
  section.product .ThongSo .container > ul > li .items > ul li .d-flex p {
    font-size: 16px;
  }
  section.product .ThongSo .container > ul > li .items > ul li .d-flex p:first-child {
    min-width: 160px;
  }
}
section.product .post-items a > .d-flex .image img {
  height: 240px;
}
@media (max-width: 479px) {
  section.product .post-items a > .d-flex .image img {
    height: 223px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.product .post-items a > .d-flex .image img {
    height: 337px;
  }
}
@media (max-width: 479px) {
  section.product .outstanding-products-slide .product-items {
    width: 100%;
    margin: 0;
    min-height: 440px;
  }
}
@media (max-width: 479px) {
  section.product .outstanding-products-slide .slick-slide {
    padding: 5px;
  }
  section.product .outstanding-products-slide .prev,
  section.product .outstanding-products-slide .next {
    width: 30px;
    height: 30px;
  }
  section.product .outstanding-products-slide .prev i,
  section.product .outstanding-products-slide .next i {
    font-size: 22px;
  }
  section.product .outstanding-products-slide .prev {
    left: 10px;
  }
  section.product .outstanding-products-slide .next {
    right: 10px;
  }
}

.big-img {
  width: 398px;
  height: 398px;
  margin: auto;
  position: relative;
  overflow: hidden;
}
@media (max-width: 479px) {
  .big-img {
    width: 285px;
    height: 285px;
  }
}

.big-img img.zoom {
  position: absolute;
  max-width: 200%;
  height: auto;
}

.display-img {
  border-radius: 6px;
  width: 100%;
  max-width: initial;
}

.no-product {
  margin-top: 20px;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 479px) {
  .no-product {
    margin-bottom: 60px;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .no-product {
    font-size: 16px;
    margin-bottom: 60px;
  }
}

.gross-products-select2 .select2-container .select2-selection--multiple {
  min-height: 44px;
  height: 44px;
  padding: 8px 0 8px 12px;
  position: relative;
}
@media (max-width: 479px) {
  .gross-products-select2 .select2-container .select2-selection--multiple {
    width: 100%;
  }
}
.gross-products-select2 .select2-container .select2-selection--multiple::after {
  content: "";
  top: 18px;
  right: 12px;
  position: absolute;
  transform: rotate(180deg);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #131313 transparent;
}
.gross-products-select2 .select2-container .select2-search--inline .select2-search__field {
  font-size: 14px;
  margin: 0;
  font-family: "BMW-Regular", sans-serif;
  font-style: italic;
  height: 22px;
  caret-color: transparent;
}
.gross-products-select2 .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  justify-content: start;
  border: none;
  gap: 1px;
}
@media (max-width: 479px) {
  .gross-products-select2 .select2-container .select2-selection--multiple .select2-selection__rendered {
    align-items: start;
    flex-direction: row;
  }
}
.gross-products-select2 .select2-container--default .select2-selection--multiple .select2-selection__choice {
  position: relative;
  background-color: transparent;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 0;
  margin-top: 0;
  flex: none;
  padding: 0 0 0 6px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 16px;
  margin: 0;
  font-family: "BMW-Regular", sans-serif;
  height: 22px;
  color: #131313;
}
.gross-products-select2 .select2-container--default .select2-selection--multiple .select2-selection__choice:first-child::before {
  display: none;
}
.gross-products-select2 .select2-container--default .select2-selection--multiple .select2-selection__choice:last-child::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  color: #131313;
  background-color: #131313;
  width: -moz-fit-content;
  width: fit-content;
  width: 1px;
  height: 3px;
  z-index: 1;
  transform: rotate(45deg);
}
.gross-products-select2 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}
.gross-products-select2 .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 0;
  padding-right: 0;
}
.gross-products-select2 .select2-container--default .select2-results > .select2-results__options {
  padding-top: 0;
  border: none;
  background: #f0f0f0;
  border-radius: 0 0 8px 8px;
  overflow: scroll;
}
.gross-products-select2 .select2-container--open .select2-dropdown {
  top: -6px;
}
.gross-products-select2 .select2-results__option {
  color: #131313;
}
.gross-products-select2 .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: #131313;
}
.gross-products-select2 .select2-container--default .select2-selection--single {
  height: 44px;
  border: none;
  padding: 0;
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 8px;
}
.gross-products-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
}
.gross-products-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 16px;
  color: #131313;
  background-color: #f0f0f0;
  min-height: 44px;
  border-radius: 8px;
}
.gross-products-select2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #131313 transparent transparent transparent;
}
.gross-products-select2 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #131313 transparent;
}
.gross-products-select2 .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #8f8f8f;
  font-style: italic;
}
.gross-products-select2 .select2-search--dropdown {
  background-color: #f0f0f0;
  padding: 10px;
}
.gross-products-select2 .select2-container {
  width: 100% !important;
}

.actual-installation {
  margin-top: 112px;
  margin-bottom: 112px;
}
@media (max-width: 479px) {
  .actual-installation {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .actual-installation {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.actual-installation .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 43.45px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .actual-installation .title {
    font-size: 24px;
    line-height: 32px;
  }
}
.actual-installation .actual-installation-slide .slick-slide {
  width: 1044px;
  padding: 0 10px;
}
@media (max-width: 479px) {
  .actual-installation .actual-installation-slide .slick-slide {
    width: 100%;
    padding: 0 5px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .actual-installation .actual-installation-slide .slick-slide {
    width: 600px;
    padding: 0 5px;
  }
}
.actual-installation .actual-installation-slide .items {
  position: relative;
}
.actual-installation .actual-installation-slide .items .image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  width: 1024px;
  height: 576px;
}
@media (max-width: 479px) {
  .actual-installation .actual-installation-slide .items .image {
    width: 100%;
    height: 180px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .actual-installation .actual-installation-slide .items .image {
    width: 100%;
    height: 380px;
  }
}
.actual-installation .actual-installation-slide .items .image::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 297px;
  background: linear-gradient(360deg, #303030 0%, rgba(34, 34, 34, 0.481844) 70.93%, rgba(21, 21, 21, 0) 100%);
  z-index: 1;
}
@media (max-width: 479px) {
  .actual-installation .actual-installation-slide .items .image::before {
    height: 100%;
    background: linear-gradient(360deg, #303030 0%, rgba(21, 21, 21, 0) 41.66%);
  }
}
.actual-installation .actual-installation-slide .items h4 {
  z-index: 10;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  line-height: 38.4px;
  text-align: center;
}
@media (max-width: 479px) {
  .actual-installation .actual-installation-slide .items h4 {
    bottom: 16px;
    font-size: 14px;
    line-height: 16.8px;
  }
}
.actual-installation .actual-installation-slide .prev,
.actual-installation .actual-installation-slide .next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  border-radius: 50%;
  background: rgba(13, 13, 13, 0.5);
}
.actual-installation .actual-installation-slide .prev i,
.actual-installation .actual-installation-slide .next i {
  color: #f0f0f0;
  font-size: 30px;
}
.actual-installation .actual-installation-slide .prev {
  left: 25%;
}
@media (max-width: 479px) {
  .actual-installation .actual-installation-slide .prev {
    left: 13%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .actual-installation .actual-installation-slide .prev {
    left: 3%;
  }
}
.actual-installation .actual-installation-slide .next {
  right: 25%;
}
@media (max-width: 479px) {
  .actual-installation .actual-installation-slide .next {
    right: 13%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .actual-installation .actual-installation-slide .next {
    right: 3%;
  }
}

.review-product-video {
  height: 742px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 479px) {
  .review-product-video {
    height: 222px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .review-product-video {
    height: 400px;
  }
}
.review-product-video iframe {
  width: 100%;
  height: 100%;
}

.product-warranty-policy {
  margin: 112px 0;
  padding: 60px 0 0 0;
}
@media (max-width: 479px) {
  .product-warranty-policy {
    margin: 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-warranty-policy {
    margin: 0;
  }
}
.product-warranty-policy .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 43.45px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .product-warranty-policy .title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-warranty-policy .title {
    font-size: 24px;
    line-height: 32px;
  }
}
.product-warranty-policy ul.list {
  padding: 60px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 479px) {
  .product-warranty-policy ul.list {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-warranty-policy ul.list {
    padding: 30px 0 0 0;
  }
}
.product-warranty-policy ul.list ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 479px) {
  .product-warranty-policy ul.list ul {
    gap: 10px;
  }
  .product-warranty-policy ul.list ul li {
    flex: 1;
    max-width: 50% !important;
  }
}
.product-warranty-policy ul.list::after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 590px;
  height: 100%;
  background-image: url(https://aozoom.com.vn/storage/uploads/images/xe-hoi-trang1111.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 479px) {
  .product-warranty-policy ul.list::after {
    background-image: url(https://aozoom.com.vn/storage/uploads/images/xe-hoi-trang-mobile1111.webp);
    width: 275px;
    bottom: initial;
    top: 80px;
    height: 232px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-warranty-policy ul.list::after {
    display: none;
  }
}
.product-warranty-policy ul.list li.has-bg {
  max-width: 260px;
  padding: 30px 20px 20px 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
  background-image: url("https://aozoom.com.vn/storage/uploads/policy/bg.webp");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-warranty-policy ul.list li.has-bg p {
  max-width: 160px;
  margin: auto;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .product-warranty-policy ul.list li.has-bg p {
    max-width: 125px;
    font-size: 14px;
    line-height: 22px;
  }
}
.product-warranty-policy ul.list li.has-bg .img {
  height: 189px;
}
@media (max-width: 479px) {
  .product-warranty-policy ul.list li.has-bg .img {
    height: 139px;
  }
  .product-warranty-policy ul.list li.has-bg .img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.product-warranty-policy ul.list li.only-mb {
  display: none;
}
@media (max-width: 479px) {
  .product-warranty-policy ul.list li.only-mb {
    display: block;
    padding: 30px 20px 20px 20px;
    opacity: 0;
    pointer-events: none;
  }
}

div.breadcrumb {
  margin: 0;
  padding: 24px 0;
  border-top: 1px solid rgb(74, 74, 74);
  border-bottom: 1px solid rgb(87, 87, 87);
}
@media (min-width: 768px) and (max-width: 1023px) {
  div.breadcrumb {
    padding: 16px 0;
  }
}
div.breadcrumb a {
  color: rgb(240, 240, 240);
  text-transform: uppercase;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  padding-left: 0.5rem;
}
@media (max-width: 479px) {
  div.breadcrumb a {
    font-size: 12px;
    line-height: normal;
  }
}
div.breadcrumb ol {
  margin-bottom: 0;
}
div.breadcrumb li:first-child a {
  padding-left: 0;
}
div.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #f37322;
  border-radius: 50%;
  padding-right: 0 !important;
}
div.breadcrumb .breadcrumb-item + .breadcrumb-item {
  display: flex;
  align-items: center;
}

.product_images_popup {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 123456789;
  background: rgba(19, 19, 19, 0.9);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s linear;
}
.product_images_popup .product_images_popup_slider {
  height: 100%;
}
.product_images_popup .product_images_popup_slider .slick-list {
  height: 100%;
}
.product_images_popup .product_images_popup_slider .slick-list .slick-track {
  height: 100%;
}
.product_images_popup .product_images_popup_slider .items {
  display: flex;
  align-items: center;
}
.product_images_popup .product_images_popup_slider .items .ImageWrapper {
  margin: auto;
  width: 722px;
  height: 722px;
  overflow: hidden;
}
@media (max-width: 479px) {
  .product_images_popup .product_images_popup_slider .items .ImageWrapper {
    width: 340px;
    height: 340px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product_images_popup .product_images_popup_slider .items .ImageWrapper {
    width: 600px;
    height: 600px;
  }
}
.product_images_popup .product_images_popup_slider .items .ImageWrapper .AnimatedImage {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform-origin: 50% 50%;
  pointer-events: none;
}
.product_images_popup .product_images_popup_slider .items .ImageWrapper:hover {
  cursor: zoom-in;
}
.product_images_popup .product_images_popup_slider .items .ImageWrapper:hover .AnimatedImage {
  transform: scale(2);
}
.product_images_popup .product_images_popup_slider .items .btn__download {
  position: absolute;
  top: 20px;
  right: 74px;
  z-index: 1;
  width: 44px;
  height: 44px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(57, 57, 57, 0.3);
  cursor: pointer;
}
@media (max-width: 479px) {
  .product_images_popup .product_images_popup_slider .items .btn__download {
    top: 16px;
    right: 70px;
  }
}
.product_images_popup .product_images_popup_slider .items .btn__download .icon {
  text-align: center;
}
.product_images_popup .product_images_popup_slider .items .btn__download .icon i {
  color: #f0f0f0;
  font-size: 24px;
  line-height: 24px;
}
.product_images_popup .product_images_popup_slider .slick-arrow {
  top: 50%;
  z-index: 1;
  display: flex;
  position: absolute;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transform: translate(0, -50%);
  background: rgba(106, 106, 106, 0.5);
  padding: 5px;
}
.product_images_popup .product_images_popup_slider .slick-arrow i {
  font-size: 30px;
  line-height: 30px;
  color: #f0f0f0;
}
.product_images_popup .product_images_popup_slider .next {
  right: 30px;
}
@media (max-width: 479px) {
  .product_images_popup .product_images_popup_slider .next {
    right: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product_images_popup .product_images_popup_slider .next {
    right: 16px;
  }
}
.product_images_popup .product_images_popup_slider .prev {
  left: 30px;
}
@media (max-width: 479px) {
  .product_images_popup .product_images_popup_slider .prev {
    left: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product_images_popup .product_images_popup_slider .prev {
    left: 16px;
  }
}
.product_images_popup .close_this_popup {
  top: 20px;
  right: 20px;
  z-index: 1;
  position: absolute;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(57, 57, 57, 0.3);
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 479px) {
  .product_images_popup .close_this_popup {
    top: 16px;
    right: 16px;
  }
}
.product_images_popup .close_this_popup .icon i {
  font-size: 24px;
  line-height: 24px;
  color: #f0f0f0;
}

.show_product_images_popup {
  opacity: 1 !important;
  pointer-events: initial !important;
}

.select2-results__options[aria-multiselectable=true] {
  background-color: #f0f0f0;
}
.select2-results__options[aria-multiselectable=true]::-webkit-scrollbar {
  width: 5px;
}
.select2-results__options[aria-multiselectable=true]::-webkit-scrollbar-thumb {
  background: #f6d4d4;
  border-radius: 10px;
}
.select2-results__options[aria-multiselectable=true] li {
  padding: 8px 16px 8px 42px;
  position: relative;
  color: #131313;
  font-size: 16px;
  font-family: "Regular", sans-serif;
}

.select2-results__options[aria-multiselectable=true] li:before {
  position: absolute;
  left: 16px;
  opacity: 0.6;
  top: 8px;
  font-family: "FontAwesome";
  content: "\f0c8";
}

.select2-container--default .select2-results > .select2-results__options {
  background-color: #f0f0f0;
}

.gross-products-select2 .select2-container--default .select2-results > .select2-results__options[aria-multiselectable=true] {
  overflow: hidden;
}

.select2-results__options[aria-multiselectable=true] li[aria-selected=true]:before {
  content: "\f14a";
  color: #f37322;
}

.select2-results__option--selectable {
  color: #131313;
  font-size: 16px;
  font-family: "Regular", sans-serif;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-dropdown,
.select2-container--default .select2-selection--multiple {
  background: #f0f0f0;
}

.select2-container--default .select2-results__option--highlighted {
  background: #f0f0f0 !important;
  color: #131313 !important;
}
.select2-container--default .select2-results__option--highlighted:hover::before {
  color: initial;
}

.select2-results__options [aria-multiselectable=true] .select2-results__option--selected::before {
  content: "\f14a" !important;
  color: #f37322 !important;
}

.select2-container--default .select2-results__option--selected {
  background-color: #f0f0f0 !important;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-dropdown,
.select2-container--default .select2-selection--multiple {
  border-color: transparent !important;
}

.select2-container.select2-container--default.select2-container--open {
  z-index: 100000000000000000000000000;
}

@media (max-width: 479px) {
  .gallery {
    padding-top: 60px;
  }
}
.gallery__banner .title {
  margin-bottom: 60px;
  margin-top: 164px;
  position: relative;
}
@media (max-width: 479px) {
  .gallery__banner .title {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gallery__banner .title {
    margin-top: 92px;
    margin-bottom: 80px;
  }
}
.gallery__banner .title h1 {
  text-transform: uppercase;
  font-size: 68px;
  text-align: center;
  margin-bottom: 12px;
  background: linear-gradient(to right, #f37321 0%, #a11d26 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
@media (max-width: 479px) {
  .gallery__banner .title h1 {
    font-size: 48px;
    margin-bottom: 10px;
  }
}
.gallery__banner .title p {
  font-size: 18px;
  text-align: center;
}
@media (max-width: 479px) {
  .gallery__banner .title p {
    margin: auto;
    font-size: 16px;
    max-width: 318px;
    line-height: 26px;
  }
}
.gallery__banner > .d-flex {
  align-items: end;
  justify-content: center;
  height: 100%;
  padding-bottom: 60px;
}
@media (max-width: 479px) {
  .gallery__banner > .d-flex {
    width: 100%;
    padding-bottom: 32px;
  }
}
.gallery__banner > .d-flex form {
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #4a4a4a;
}
@media (max-width: 479px) {
  .gallery__banner > .d-flex form {
    width: 100%;
  }
}
.gallery__banner > .d-flex .content {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 479px) {
  .gallery__banner > .d-flex .content {
    flex-direction: column;
  }
}
.gallery__banner > .d-flex .content .items {
  flex: 1;
  width: 299px;
}
@media (max-width: 479px) {
  .gallery__banner > .d-flex .content .items {
    width: 100%;
  }
}
.gallery__main .title h2 {
  text-transform: uppercase;
  width: 100%;
  font-size: 32px;
  text-align: center;
}
@media (max-width: 479px) {
  .gallery__main .title h2 {
    font-size: 24px;
  }
}
.gallery__main .row {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 479px) {
  .gallery__main .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.gallery__main .col-xl-4 {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .gallery__main .col-xl-4 {
    padding: 0;
  }
}
.gallery__main .col-xl-4 .main {
  position: relative;
  border-radius: 8px;
  border: 1px solid #8f8f8f;
  overflow: hidden;
  height: 240px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gallery__main .col-xl-4 .main {
    height: 210px;
  }
}
.gallery__main .col-xl-4 .main .content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px;
  z-index: 10;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gallery__main .col-xl-4 .main .content {
    padding: 10px;
  }
}
@media (max-width: 479px) {
  .gallery__main .col-xl-4 .main .content {
    padding: 16px;
  }
}
.gallery__main .col-xl-4 .main .content .d-flex {
  align-items: center;
  justify-content: space-between;
}
.gallery__main .col-xl-4 .main .content .image {
  height: 100%;
  width: 100%;
}
.gallery__main .col-xl-4 .main .content h3 {
  max-width: 280px;
  color: #f0f0f0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: left;
}
@media (max-width: 479px) {
  .gallery__main .col-xl-4 .main .content h3 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gallery__main .col-xl-4 .main .content h3 {
    max-width: 240px;
  }
}
.gallery__main .col-xl-4 .main .content i {
  font-size: 18px;
  color: #f0f0f0;
}
.gallery__main .col-xl-4 .main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(25, 25, 25, 0) 0%, #191919 95.84%);
  z-index: 1;
}
.gallery .experience-videos {
  background: linear-gradient(-60deg, #e45512, #131313, #e45512);
  padding: 60px 0;
}
.gallery .experience-videos .main .title h2 {
  text-transform: uppercase;
  width: 100%;
  font-size: 32px;
  text-align: center;
}
@media (max-width: 479px) {
  .gallery .experience-videos .main .title h2 {
    font-size: 24px;
  }
}
.gallery .experience-videos .main .videos-slide {
  margin-top: 40px;
}
.gallery .experience-videos .main .videos-slide .items {
  width: 365px;
  padding: 0 10px;
}
@media (max-width: 479px) {
  .gallery .experience-videos .main .videos-slide .items {
    width: 235px !important;
  }
}
.gallery .experience-videos .main .videos-slide .items .image {
  position: relative;
  border-radius: 8px;
  border: 1px solid #f37322;
  height: 202px;
  overflow: hidden;
}
@media (max-width: 479px) {
  .gallery .experience-videos .main .videos-slide .items .image {
    height: 134px;
  }
}
.gallery .experience-videos .main .videos-slide .items .image .play {
  padding: 10px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f37322;
  border-radius: 8px;
}
@media (max-width: 479px) {
  .gallery .experience-videos .main .videos-slide .items .image .play {
    padding: 0 13px;
    border-radius: 4px;
  }
}
.gallery .experience-videos .main .videos-slide .items .image .play i {
  font-size: 20px;
  color: #f0f0f0;
  line-height: 20px;
}
@media (max-width: 479px) {
  .gallery .experience-videos .main .videos-slide .items .image .play i {
    padding-left: 2px;
    font-size: 14px;
    line-height: 14px;
  }
}
.gallery .experience-videos .main .videos-slide .items .image .play .icon {
  transform: rotate(90deg);
  text-align: center;
}
@media (max-width: 479px) {
  .gallery .experience-videos .main .videos-slide .items .image .play .icon {
    padding-bottom: 4px;
  }
}
.gallery .experience-videos .main .videos-slide .items .content {
  margin-top: 16px;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 479px) {
  .gallery .experience-videos .main .videos-slide .items .content {
    margin-top: 12px;
    max-width: 198px;
  }
}
.gallery .experience-videos .main .videos-slide .items .content p {
  font-size: 16px;
  font-style: italic;
  line-height: 19.2px;
  text-align: center;
}
@media (max-width: 479px) {
  .gallery .experience-videos .main .videos-slide .items .content p {
    font-size: 14px;
    line-height: 22px;
  }
}
.gallery .experience-videos .main .videos-slide .prev,
.gallery .experience-videos .main .videos-slide .next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 40%;
  transform: translate(0, -50%);
  z-index: 1;
  border-radius: 50%;
  background: rgba(228, 228, 228, 0.5);
}
.gallery .experience-videos .main .videos-slide .prev i,
.gallery .experience-videos .main .videos-slide .next i {
  color: #f0f0f0;
  font-size: 30px;
}
.gallery .experience-videos .main .videos-slide .prev {
  left: 5%;
}
.gallery .experience-videos .main .videos-slide .next {
  right: 5%;
}

.mfp-title {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.button {
  width: -moz-fit-content;
  width: fit-content;
}

.mfp-bg {
  z-index: 10421214145 !important;
}

.mfp-bottom-bar {
  margin-top: -20px !important;
}

button.mfp-close {
  display: none !important;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  display: block !important;
  position: absolute;
  bottom: -70px;
}

.owl-theme .owl-dots .owl-dot {
  background: #f0f0f0;
}
.owl-theme .owl-dots .owl-dot span {
  background: transparent !important;
  width: 20px;
  height: 5px;
  margin: 0;
}

.owl-theme .owl-dots .owl-dot.active {
  background: #131313;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: transparent !important;
  width: 20px;
  height: 5px;
  margin: 0;
}

.show-video {
  transition: all 0.5s ease;
  display: flex;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: fixed;
  overflow: hidden;
  z-index: 123456789;
  background-color: #131313;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .show-video .video {
    width: 100%;
    padding: 0 2%;
  }
}
@media (max-width: 479px) {
  .show-video .video {
    width: 100%;
    padding: 0 4%;
  }
}
.show-video .video iframe {
  width: 1280px;
  aspect-ratio: 1.78;
  margin: 0 auto;
  border-radius: 24px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .show-video .video iframe {
    width: 100%;
    border-radius: 16px;
  }
}
@media (max-width: 479px) {
  .show-video .video iframe {
    width: 100%;
    border-radius: 8px;
  }
}
.show-video .close-popup {
  z-index: 1;
  right: 0;
  top: 0;
  margin-top: 40px;
  margin-right: 40px;
  position: absolute;
  cursor: pointer;
}
.show-video .close-popup i {
  padding: 10px;
  font-size: 32px;
  color: #f0f0f0;
}

.mfp-wrap {
  z-index: 12345678910;
}

.mfp-close {
  right: 15%;
  top: 20%;
}
@media (max-width: 479px) {
  .mfp-close {
    display: none !important;
  }
}

.blog {
  margin-bottom: 112px;
}
@media (max-width: 479px) {
  .blog {
    margin-bottom: 60px;
  }
}
.blog__banner {
  margin-top: 164px;
  position: relative;
}
@media (max-width: 479px) {
  .blog__banner {
    margin-top: 61px;
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blog__banner {
    margin-top: 92px;
    margin-bottom: 80px;
  }
}
.blog__banner h1 {
  font-size: 68px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 12px;
  background: linear-gradient(to right, #f37321 0%, #a11d26 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
@media (max-width: 479px) {
  .blog__banner h1 {
    font-size: 48px;
    margin-bottom: 10px;
  }
}
.blog__banner p {
  font-size: 18px;
  text-align: center;
}
@media (max-width: 479px) {
  .blog__banner p {
    margin: auto;
    font-size: 16px;
    max-width: 318px;
    line-height: 26px;
  }
}
.blog__main .container > ul {
  margin-bottom: 60px;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blog__main .container > ul {
    gap: 16px;
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .blog__main .container > ul {
    margin-bottom: 32px;
    gap: 12px;
    flex-wrap: nowrap;
    overflow: scroll;
    scroll-behavior: smooth;
  }
  .blog__main .container > ul::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}
.blog__main .container > ul li {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media (max-width: 479px) {
  .blog__main .container > ul li {
    flex-shrink: 0;
  }
}
.blog__main .container > ul li a h2 {
  padding: 12px 40px;
  color: #f0f0f0;
  font-size: 24px;
  line-height: 24px;
  border-radius: 29px;
  background-color: #8f8f8f;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blog__main .container > ul li a h2 {
    padding: 11px 32px;
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 479px) {
  .blog__main .container > ul li a h2 {
    padding: 10px 32px;
    font-size: 16px;
    line-height: 16px;
  }
}
.blog__main .container > ul li a div {
  margin-top: 24px;
}
@media (max-width: 479px) {
  .blog__main .container > ul li a div {
    margin-top: 12px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.blog__main .container > ul li a div svg {
  opacity: 0;
}
@media (max-width: 479px) {
  .blog__main .container > ul li a div svg {
    width: 16px;
    height: 16px;
  }
}
.blog__main .container > ul li .active h2 {
  color: #f0f0f0;
  background-color: #f37322;
}
.blog__main .container > ul li .active div {
  background-color: #f37322;
}
.blog__main .container > ul li .active div svg {
  opacity: 1;
}
.blog__main .pagination {
  margin-top: 60px;
  margin-bottom: 112px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 479px) {
  .blog__main .pagination {
    margin-top: 32px;
    margin-bottom: 60px;
  }
}
.blog__main .pagination li:first-child a span {
  font-size: 24px;
}
.blog__main .pagination li:last-child a span {
  font-size: 24px;
}
.blog__main .pagination .page-link {
  font-size: 24px;
  padding: 0;
  border: none;
  color: #f0f0f0 !important;
  margin-left: 0 !important;
  background: transparent !important;
  font-family: "UTM-Bold", sans-serif;
  border-radius: 0 !important;
  padding: 1px 13px;
}
.blog__main .pagination .page-item.active .page-link {
  color: #131313 !important;
}

.news-list .post-items {
  margin-bottom: 40px;
  padding: 0 10px;
}
@media (max-width: 479px) {
  .news-list .post-items {
    margin-bottom: 32px;
  }
}
.news-list .post-items a > .d-flex {
  gap: 37px !important;
}
@media (max-width: 479px) {
  .news-list .post-items a > .d-flex {
    flex-direction: column;
    gap: 12px !important;
  }
}
.news-list .post-items a > .d-flex .image {
  border: 1px solid #f37322;
  border-radius: 8px;
}
@media (max-width: 479px) {
  .news-list .post-items a > .d-flex .content .title {
    font-size: 14px !important;
    line-height: 22px !important;
    margin-bottom: 8px !important;
    min-height: initial;
  }
}
@media (max-width: 479px) {
  .news-list .post-items a > .d-flex .content .desc {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
    -webkit-line-clamp: 2 !important;
  }
}
@media (max-width: 479px) {
  .news-list .post-items a > .d-flex .content > .d-flex p {
    font-size: 12px;
    line-height: 24px;
  }
  .news-list .post-items a > .d-flex .content > .d-flex i {
    font-size: 13px;
  }
}
.news-list .post-items .content .desc {
  -webkit-line-clamp: 2 !important;
}
.news-list .post-items:first-child {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .news-list .post-items:first-child {
    margin-bottom: 32px;
  }
}
@media (max-width: 479px) {
  .news-list .post-items:first-child {
    margin-bottom: 32px;
  }
}
.news-list .post-items:first-child a > .d-flex {
  gap: 32px !important;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .news-list .post-items:first-child a > .d-flex {
    gap: 12px !important;
  }
}
@media (max-width: 479px) {
  .news-list .post-items:first-child a > .d-flex {
    gap: 16px !important;
  }
}
.news-list .post-items:first-child a .title {
  min-height: auto;
}
.news-list .post-items:first-child a .image img {
  width: 100%;
  height: 100%;
}
.news-list .post-items:first-child a .desc {
  -webkit-line-clamp: 1 !important;
}
@media (max-width: 479px) {
  .news-list .post-items:first-child a .desc {
    -webkit-line-clamp: 2 !important;
  }
}

.aozoom-contact {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 112px;
  padding: 148px 0;
}
@media (max-width: 479px) {
  .aozoom-contact {
    padding-top: 60px;
    padding: 60px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aozoom-contact {
    padding-top: 60px;
    padding: 60px 0;
  }
}
.aozoom-contact .container > .d-flex {
  justify-content: center;
  align-items: center;
  gap: 319px;
}
@media (max-width: 479px) {
  .aozoom-contact .container > .d-flex {
    flex-direction: column;
    gap: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aozoom-contact .container > .d-flex {
    flex-direction: column;
    gap: 32px;
  }
}
.aozoom-contact .container > .d-flex .title-line {
  gap: 28px;
}
@media (max-width: 479px) {
  .aozoom-contact .container > .d-flex .title-line {
    gap: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aozoom-contact .container > .d-flex .title-line {
    gap: 16px;
  }
}
.aozoom-contact .container > .d-flex .title-line .line {
  width: 60px;
  height: 4px;
  background-color: #f37322;
}
@media (max-width: 479px) {
  .aozoom-contact .container > .d-flex .title-line .line {
    width: 32px;
    height: 3px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aozoom-contact .container > .d-flex .title-line .line {
    width: 32px;
    height: 3px;
  }
}
.aozoom-contact .container > .d-flex .title-line .text {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .aozoom-contact .container > .d-flex .title-line .text {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aozoom-contact .container > .d-flex .title-line .text {
    font-size: 18px;
    line-height: 30px;
  }
}

.extends .extend-list {
  display: flex;
  gap: 60px;
  flex-direction: column;
}
@media (max-width: 479px) {
  .extends .extend-list {
    gap: 40px;
  }
}
.extends .extend-list > li > .title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .extends .extend-list > li > .title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.extends .extend-list > li .recent-blog {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media (max-width: 479px) {
  .extends .extend-list > li .recent-blog {
    gap: 12px;
  }
}
.extends .extend-list > li .recent-blog li .d-flex {
  align-items: center;
  gap: 16px;
}
.extends .extend-list > li .recent-blog li .image {
  width: 95px;
}
@media (max-width: 479px) {
  .extends .extend-list > li .recent-blog li .image {
    min-width: 99px;
    height: 56px;
  }
}
.extends .extend-list > li .recent-blog li .title {
  max-width: 124px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 157.143% */
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 479px) {
  .extends .extend-list > li .recent-blog li .title {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .extends .extend-list > li .recent-blog li .title {
    max-width: 100%;
  }
}
.extends .extend-list > li .photo-library {
  padding: 0 !important;
}
@media (max-width: 479px) {
  .extends .extend-list > li .photo-library .row {
    margin: 0 -8px;
  }
}
.extends .extend-list > li .photo-library .col-4 {
  margin-bottom: 10px;
}
@media (max-width: 479px) {
  .extends .extend-list > li .photo-library .col-4 {
    margin-bottom: 15px;
    padding: 0 8px;
  }
}
.extends .extend-list > li .photo-library .col-4 .image {
  width: 72px;
  height: 72px;
}
@media (max-width: 479px) {
  .extends .extend-list > li .photo-library .col-4 .image {
    width: 100%;
    height: 113px;
  }
}
.extends .extend-list > li .experience-videos .first .click-video {
  position: relative;
}
.extends .extend-list > li .experience-videos .first .click-video .bg {
  width: 235px;
  margin-bottom: 16px;
}
@media (max-width: 479px) {
  .extends .extend-list > li .experience-videos .first .click-video .bg {
    width: 100%;
    margin-bottom: 14px;
    height: 208px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .extends .extend-list > li .experience-videos .first .click-video .bg {
    width: 100%;
  }
}
.extends .extend-list > li .experience-videos .first .click-video .btn-play {
  cursor: pointer;
  padding: 4px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f37322;
}
.extends .extend-list > li .experience-videos .first p.c-white {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}
@media (max-width: 479px) {
  .extends .extend-list > li .experience-videos .first p.c-white {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.extends .extend-list > li .experience-videos .first a {
  margin-bottom: 16px;
}
.extends .extend-list > li .experience-videos .show-video {
  transition: all 0.5s ease;
  display: flex;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: fixed;
  overflow: hidden;
  z-index: 123456789;
  background-color: #131313;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .extends .extend-list > li .experience-videos .show-video .video {
    width: 100%;
    padding: 0 2%;
  }
}
@media (max-width: 479px) {
  .extends .extend-list > li .experience-videos .show-video .video {
    width: 100%;
    padding: 0 4%;
  }
}
.extends .extend-list > li .experience-videos .show-video .video iframe {
  width: 1280px;
  aspect-ratio: 1.78;
  margin: 0 auto;
  border-radius: 24px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .extends .extend-list > li .experience-videos .show-video .video iframe {
    width: 100%;
    border-radius: 16px;
  }
}
@media (max-width: 479px) {
  .extends .extend-list > li .experience-videos .show-video .video iframe {
    width: 100%;
    border-radius: 8px;
  }
}
.extends .extend-list > li .experience-videos .show-video .close-popup {
  z-index: 1;
  right: 0;
  top: 0;
  margin-top: 40px;
  margin-right: 40px;
  position: absolute;
  cursor: pointer;
}
.extends .extend-list > li .experience-videos .show-video .close-popup i {
  padding: 10px;
  font-size: 32px;
  color: #f0f0f0;
}
.extends .extend-list > li .experience-videos .post-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
.extends .extend-list > li .experience-videos .post-list li {
  width: 100%;
}
.extends .extend-list > li .experience-videos .post-list li p {
  border-top: 1px solid #f37322;
  padding-top: 18px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-left: 28px;
}
@media (max-width: 479px) {
  .extends .extend-list > li .experience-videos .post-list li p {
    padding-top: 14px;
    font-size: 14px;
  }
}
.extends .extend-list > li .experience-videos .post-list li p::before {
  content: "•";
  color: #f0f0f0;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.extends .social-links {
  flex-direction: row;
  max-width: 180px;
}
@media (max-width: 479px) {
  .extends .social-links {
    gap: 16px;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .extends .social-links a {
    flex: none;
    width: auto;
    margin-bottom: 0;
  }
}
.extends .social-links .social-btn:hover {
  width: 24px;
  border-radius: 4px;
}

.posts {
  padding-top: 108px;
}
@media (max-width: 479px) {
  .posts {
    padding-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .posts {
    padding-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .posts__main {
    margin-top: 60px;
  }
}
@media (max-width: 479px) {
  .posts__main {
    margin-top: 60px;
  }
}
.posts__main .row {
  padding: 112px 112px 0 112px;
}
@media (max-width: 479px) {
  .posts__main .row {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .posts__main .row {
    padding: 0;
  }
}
.posts .tag-mode {
  gap: 12px !important;
  align-items: center;
  justify-content: start;
  margin-bottom: 40px;
}
@media (max-width: 479px) {
  .posts .tag-mode {
    margin-bottom: 24px;
  }
}
.posts .tag-mode .tag {
  padding: 9px 32px;
  background-color: #f37322;
  border-radius: 29px;
}
@media (max-width: 479px) {
  .posts .tag-mode .tag {
    padding: 9px 23px;
  }
}
.posts .tag-mode .tag p {
  color: #f0f0f0 !important;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
@media (max-width: 479px) {
  .posts .tag-mode .tag p {
    font-size: 16px;
  }
}
.posts .tag-mode .mode .mode-label {
  border-radius: 50%;
  width: 52px;
  height: 52px;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 479px) {
  .posts .tag-mode .mode .mode-label {
    width: 40px;
    height: 40px;
  }
}
.posts .tag-mode .mode .mode-label i {
  color: #f37322;
  font-size: 26px;
  line-height: 26px;
}
@media (max-width: 479px) {
  .posts .tag-mode .mode .mode-label i {
    font-size: 22px;
    line-height: 22px;
  }
}
.posts .tag-mode .mode .mode-label i.ri-moon-clear-fill {
  color: #f0f0f0;
}
.posts .tag-mode .mode .moon {
  background-color: #131313;
}
@media (max-width: 479px) {
  .posts #panel {
    margin-top: 60px;
  }
}
.posts #panel > .d-flex {
  gap: 20px;
  align-items: center;
}
.posts #panel > .d-flex .line {
  background: #f37322;
  width: 1px;
  height: 16px;
}
.posts #panel > .d-flex div > .d-flex {
  gap: 8px;
  align-items: center;
}
.posts #panel > .d-flex i,
.posts #panel > .d-flex p {
  color: #8f8f8f;
}
.posts #panel > .d-flex i {
  font-size: 24px;
}
@media (max-width: 479px) {
  .posts #panel > .d-flex i {
    font-size: 16px;
  }
}
.posts #panel > .d-flex p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 479px) {
  .posts #panel > .d-flex p {
    font-size: 14px;
    line-height: 22px;
  }
}
.posts #panel h1 {
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px; /* 145.455% */
  letter-spacing: -0.44px;
  color: #f0f0f0;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 479px) {
  .posts #panel h1 {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 32px;
    letter-spacing: normal;
  }
}
.posts #panel .content > h2 {
  font-size: 2rem !important;
}
@media (max-width: 479px) {
  .posts #panel .content > h2 {
    font-size: 18px !important;
  }
}
.posts #panel .content > p,
.posts #panel .content > span,
.posts #panel .content > h1,
.posts #panel .content > h2,
.posts #panel .content > h3,
.posts #panel .content > h4,
.posts #panel .content > h5,
.posts #panel .content > h6 {
  font-family: "Bold-bmw", sans-serif;
  color: #f0f0f0;
  margin-bottom: 14px;
  margin-top: 14px;
  text-align: justify;
}
.posts #panel .content > p {
  color: #f0f0f0;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: justify;
}
@media (max-width: 479px) {
  .posts #panel .content > p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 479px) {
  .posts #panel .content .tvideo iframe {
    width: 100% !important;
    height: 250px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .posts #panel .content .tvideo iframe {
    width: 100% !important;
  }
}
.posts #panel .content div {
  margin-top: 10px;
  color: #f0f0f0;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: justify;
}
@media (max-width: 479px) {
  .posts #panel .content div {
    font-size: 14px;
    line-height: 20px;
  }
}
.posts #panel .content a {
  color: #3498db;
}
.posts #panel .content p > img,
.posts #panel .content .table {
  margin-bottom: 10px !important;
  margin-top: 30px;
  height: auto;
}
@media (max-width: 479px) {
  .posts #panel .content p > img,
  .posts #panel .content .table {
    margin-bottom: 8px;
    margin-top: 16px;
  }
}
@media (max-width: 479px) {
  .posts #panel .content img {
    height: auto !important;
  }
}
.posts #panel .content table {
  width: 100%;
  margin: 20px auto;
}
.posts #panel .content table td {
  padding: 5px 10px;
  border: 1px solid #f37322;
}

.link-blog {
  margin-top: 112px;
}
@media (max-width: 479px) {
  .link-blog {
    margin-top: 80px;
  }
}

.share-list {
  padding: 32px 112px 60px 112px;
  margin-bottom: 60px;
}
@media (max-width: 479px) {
  .share-list {
    padding: 32px 0 30px 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .share-list {
    padding: 32px 0 30px 0;
    margin-bottom: 30px;
  }
}
.share-list p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
}
.share-list ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.share-list ul li .icon {
  cursor: pointer;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-list ul li .icon i {
  font-size: 20px;
  color: #131313;
}

.bg-white {
  background: #f0f0f0;
}

.bg-black {
  background: #131313 !important;
}

.bg-white-table {
  background: #efefef !important;
}

.bg-black-table {
  background: var(--black-gradient, linear-gradient(90deg, #313131 0%, #131313 100%));
}

.color-black {
  color: #131313 !important;
}

.color-white {
  color: #f0f0f0 !important;
}

#toc {
  border-radius: 8px;
  background: #434343;
  padding: 14px 20px;
  margin-top: 50px;
  max-height: 160px;
  height: 100%;
  overflow: hidden;
  transition: all 1s;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 479px) {
  #toc {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
#toc::after {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 60px;
  height: 100%;
  overflow: hidden;
  transition: all 0.5s;
  background: linear-gradient(180deg, rgba(19, 19, 19, 0) 0%, #131313 100%);
}
#toc .titles {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #f0f0f0 !important;
}
#toc .titles svg {
  width: 18px;
  height: 24px;
  cursor: pointer;
}
#toc .titles .table-of-contents {
  color: #f0f0f0 !important;
}
#toc ol {
  margin-top: 10px;
  margin-bottom: 0;
}
#toc ol > ol {
  margin-left: 15px;
}
#toc ol > ol > ol {
  margin-left: 15px;
  margin-bottom: 20px;
}
#toc ol > ol > ol > li {
  margin-bottom: 10px;
}
#toc a {
  color: #f0f0f0;
  font-size: 16px;
  line-height: 25px;
}
#toc a:hover {
  font-size: 16.5px;
}
@media (max-width: 479px) {
  #toc a {
    font-size: 16px;
    line-height: 20px;
  }
}

.h-auto {
  max-height: 60vh !important;
  overflow-y: scroll !important;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.h-auto::-webkit-scrollbar {
  width: 5px;
}
.h-auto::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #434343;
}
.h-auto::-webkit-scrollbar-thumb {
  background: #f37322;
  border-radius: 10px;
}
.h-auto::-webkit-scrollbar-thumb:hover {
  background: #f37322;
}
.h-auto::after {
  display: none !important;
}
@media (max-width: 479px) {
  .h-auto {
    overflow: scroll !important;
  }
}

.sun {
  background: #f0f0f0;
}
.sun h1,
.sun h2,
.sun h3,
.sun h4,
.sun h5,
.sun tr,
.sun span,
.sun strong,
.sun td,
.sun p,
.sun .table-of-content a {
  color: #131313 !important;
}
.sun .boxes a {
  color: #f0f0f0 !important;
}
.sun .social-btn svg {
  background: #131313 !important;
}
.sun .table-of-content {
  background: #efefef !important;
}
.sun div.breadcrumb a {
  color: #131313 !important;
}
.sun .share-list ul li:nth-child(3) .icon,
.sun .share-list ul li:last-child .icon {
  border: 1px solid #131313;
}

#toc.h-auto::after {
  max-height: 10px;
}

.contact-banner {
  padding-top: 108px;
  position: relative;
}
@media (max-width: 479px) {
  .contact-banner {
    padding-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact-banner {
    padding-top: 60px;
  }
}
.contact-banner::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 135px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #131313 100%);
}
@media (max-width: 479px) {
  .contact-banner::after {
    height: 84px;
  }
}
@media (max-width: 479px) {
  .contact-banner .image img {
    height: 280px;
  }
}

.contact-main {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.contact-main input::-webkit-outer-spin-button,
.contact-main input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact-main input[type=number] {
  -moz-appearance: textfield;
}
@media (max-width: 479px) {
  .contact-main .az-btnn p {
    width: 100%;
  }
}
.contact-main .title-line {
  margin-bottom: 40px;
}
.contact-main .contact-list {
  gap: 20px;
  display: flex;
  margin-bottom: 80px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 479px) {
  .contact-main .contact-list {
    gap: 16px;
    flex-direction: column;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact-main .contact-list {
    gap: 16px;
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.contact-main .contact-list > div {
  flex: 1;
  min-height: 196px;
  padding: 40px 24px;
  background: linear-gradient(90deg, #313131 0%, #131313 100%);
}
@media (max-width: 479px) {
  .contact-main .contact-list > div {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact-main .contact-list > div {
    width: 100%;
  }
}
.contact-main .contact-list > div:hover {
  background: linear-gradient(90deg, #f37321 0%, #a11d26 100%);
}
.contact-main .contact-list > div svg {
  width: 100%;
  text-align: center;
  color: #f0f0f0;
  margin-bottom: 30px;
}
@media (max-width: 479px) {
  .contact-main .contact-list > div svg {
    margin-bottom: 24px;
  }
}
.contact-main .contact-list > div p {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
  font-style: normal;
}
@media (max-width: 479px) {
  .contact-main .contact-list > div p {
    font-size: 14px;
    line-height: 24px;
  }
}
.contact-main .add-maps {
  width: 100%;
  height: 743px;
  pointer-events: none;
}
@media (max-width: 479px) {
  .contact-main .add-maps {
    height: 222px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact-main .add-maps {
    height: 50vh;
  }
}
.contact-main ul.nav {
  margin-bottom: 112px;
}
@media (max-width: 479px) {
  .contact-main ul.nav {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact-main ul.nav {
    margin-bottom: 60px;
  }
}
.contact-main ul.nav li {
  flex: 1;
  text-align: center;
}
.contact-main ul.nav li a p {
  color: #8f8f8f;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 479px) {
  .contact-main ul.nav li a p {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact-main ul.nav li a p {
    font-size: 16px;
    line-height: 24px;
  }
}
.contact-main ul.nav li a div {
  margin-top: 24px;
}
@media (max-width: 479px) {
  .contact-main ul.nav li a div {
    margin-top: 16px;
  }
}
.contact-main ul.nav li a div svg {
  opacity: 0;
}
@media (max-width: 479px) {
  .contact-main ul.nav li a div svg {
    width: 16px;
    height: 16px;
  }
}
.contact-main ul.nav li .active p {
  font-family: "BMW-Bold";
  color: #f0f0f0;
}
.contact-main ul.nav li .active div {
  background-color: #f37322;
}
@media (max-width: 479px) {
  .contact-main ul.nav li .active div {
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.contact-main ul.nav li .active div svg {
  opacity: 1;
}
.contact-main ul.nav li:first-child {
  border-width: 1px;
  border-style: solid;
  -o-border-image: linear-gradient(to bottom, #bbb, rgba(0, 0, 0, 0)) 1 100%;
     border-image: linear-gradient(to bottom, #bbb, rgba(0, 0, 0, 0)) 1 100%;
}
.contact-main ul.nav li:last-child {
  border-width: 1px;
  border-style: solid;
  -o-border-image: linear-gradient(to bottom, #bbb, rgba(0, 0, 0, 0)) 1 100%;
     border-image: linear-gradient(to bottom, #bbb, rgba(0, 0, 0, 0)) 1 100%;
}
.contact-main form.register-new-agent,
.contact-main form.complain {
  padding: 0 231px;
  margin-bottom: 112px;
}
@media (max-width: 479px) {
  .contact-main form.register-new-agent,
  .contact-main form.complain {
    padding: 0;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact-main form.register-new-agent,
  .contact-main form.complain {
    padding: 0;
    margin-bottom: 60px;
  }
}
.contact-main form.register-new-agent .row,
.contact-main form.complain .row {
  margin: 0 -20px;
  justify-content: center;
}
@media (max-width: 479px) {
  .contact-main form.register-new-agent .row,
  .contact-main form.complain .row {
    margin: 0;
  }
}
.contact-main form.register-new-agent .row .col-12,
.contact-main form.complain .row .col-12 {
  margin-bottom: 60px;
  padding: 0 20px;
}
@media (max-width: 479px) {
  .contact-main form.register-new-agent .row .col-12,
  .contact-main form.complain .row .col-12 {
    padding: 0;
    margin-bottom: 40px;
  }
}
.contact-main form.register-new-agent .row .col-12 .d-flex,
.contact-main form.complain .row .col-12 .d-flex {
  flex-direction: column;
}
.contact-main form.register-new-agent .d-flex,
.contact-main form.complain .d-flex {
  justify-content: center;
}
.contact-main form.register-new-agent .d-flex .label,
.contact-main form.complain .d-flex .label {
  color: #f0f0f0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .contact-main form.register-new-agent .d-flex .label,
  .contact-main form.complain .d-flex .label {
    font-size: 14px;
  }
}
.contact-main form.register-new-agent .d-flex .label span,
.contact-main form.complain .d-flex .label span {
  color: #f00;
}
.contact-main form.register-new-agent .d-flex input,
.contact-main form.complain .d-flex input {
  padding: 9px 0 9px 10px;
  background-color: transparent;
  color: #f0f0f0;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  border-bottom: 1px solid #8f8f8f;
}
@media (max-width: 479px) {
  .contact-main form.register-new-agent .d-flex input,
  .contact-main form.complain .d-flex input {
    font-size: 14px;
    padding: 7px 0;
  }
}
.contact-main form.register-new-agent .d-flex input:focus,
.contact-main form.complain .d-flex input:focus {
  border-bottom: 1px solid #f37322;
}
.contact-main form.register-new-agent .d-flex label.error,
.contact-main form.complain .d-flex label.error {
  font-size: 12px;
  color: red;
  margin-top: 12px;
  margin-left: 12px;
}
.contact-main form.customer-care,
.contact-main form.oem {
  margin-bottom: 112px;
}
@media (max-width: 479px) {
  .contact-main form.customer-care,
  .contact-main form.oem {
    margin-bottom: 60px;
  }
}
.contact-main form.customer-care .row,
.contact-main form.oem .row {
  margin: 0 -10px;
  justify-content: center;
}
@media (max-width: 479px) {
  .contact-main form.customer-care .row,
  .contact-main form.oem .row {
    margin: 0;
  }
}
.contact-main form.customer-care .row .col-12,
.contact-main form.oem .row .col-12 {
  margin-bottom: 60px;
  padding: 0 10px;
}
@media (max-width: 479px) {
  .contact-main form.customer-care .row .col-12,
  .contact-main form.oem .row .col-12 {
    margin-bottom: 40px;
    padding: 0;
  }
}
.contact-main form.customer-care .row .col-12 .d-flex,
.contact-main form.oem .row .col-12 .d-flex {
  flex-direction: column;
}
.contact-main form.customer-care .d-flex,
.contact-main form.oem .d-flex {
  justify-content: center;
}
.contact-main form.customer-care .d-flex .label,
.contact-main form.oem .d-flex .label {
  color: #f0f0f0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .contact-main form.customer-care .d-flex .label,
  .contact-main form.oem .d-flex .label {
    font-size: 14px;
  }
}
.contact-main form.customer-care .d-flex .label span,
.contact-main form.oem .d-flex .label span {
  color: #f00;
}
.contact-main form.customer-care .d-flex input,
.contact-main form.oem .d-flex input {
  padding: 9px 0 9px 10px;
  background-color: transparent;
  color: #f0f0f0;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  border-bottom: 1px solid #8f8f8f;
}
@media (max-width: 479px) {
  .contact-main form.customer-care .d-flex input,
  .contact-main form.oem .d-flex input {
    padding: 7px 0;
    font-size: 14px;
  }
}
.contact-main form.customer-care .d-flex input:focus,
.contact-main form.oem .d-flex input:focus {
  border-bottom: 1px solid #f37322;
}
.contact-main form.customer-care .d-flex label.error,
.contact-main form.oem .d-flex label.error {
  font-size: 12px;
  color: red;
  margin-top: 12px;
  margin-left: 12px;
}
.contact-main form.customer-care .d-flex select,
.contact-main form.oem .d-flex select {
  padding: 9px 0 9px 10px;
  background-color: transparent;
  color: #f0f0f0;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #8f8f8f;
}
@media (max-width: 479px) {
  .contact-main form.customer-care .d-flex select,
  .contact-main form.oem .d-flex select {
    padding: 7px 0;
    font-size: 14px;
  }
}
.contact-main form.customer-care .d-flex select:focus,
.contact-main form.oem .d-flex select:focus {
  border-bottom: 1px solid #f37322;
}
.contact-main form.customer-care .d-flex select:focus-visible,
.contact-main form.oem .d-flex select:focus-visible {
  border-bottom: 1px solid #f37322;
  outline: none;
}
.contact-main form.customer-care .d-flex select option,
.contact-main form.oem .d-flex select option {
  background: linear-gradient(90deg, rgba(49, 49, 49, 0.9) 0%, rgba(19, 19, 19, 0.9) 100%);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
}
@media (max-width: 479px) {
  .contact-main form.customer-care .d-flex select option,
  .contact-main form.oem .d-flex select option {
    font-size: 14px;
  }
}
.contact-main form.oem .row {
  justify-content: start;
}

.uploadFile {
  width: 100%;
  padding: 9px 0 9px 10px;
  background-color: transparent;
  color: #f0f0f0;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  border-bottom: 1px solid #8f8f8f;
  overflow: hidden;
  position: relative;
  resize: none;
}
@media (max-width: 479px) {
  .uploadFile {
    padding: 7px 0;
    font-size: 14px;
  }
}
.uploadFile:focus {
  border-bottom: 1px solid #f37322;
}
.uploadFile [type=file] {
  cursor: pointer !important;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0px;
  text-align: right;
  top: 0px;
  z-index: 1;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 123456;
  border-bottom: 1px solid #f37322;
  background: #131313 !important;
}
.menu::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  content: "";
  background: rgb(49, 49, 49);
  transition: width 200ms ease;
  z-index: -1;
}
.menu .center-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 479px) {
  .menu {
    padding: 12px 0;
  }
  .menu .menu__center {
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .menu {
    padding: 12px 0;
  }
  .menu .menu__center {
    justify-content: space-between;
  }
}
.menu__logo {
  margin-right: 51px;
}
@media (max-width: 479px) {
  .menu__logo {
    margin-right: 0;
    flex: 1;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .menu__logo {
    margin-right: 0;
    flex: 1;
  }
}
.menu__logo .logo {
  width: 189px;
}
@media (max-width: 479px) {
  .menu__logo .logo {
    width: 140px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .menu__logo .logo {
    width: 140px;
  }
}
.menu .rotate-180 {
  transform: rotate(180deg) !important;
}
@media (max-width: 479px) {
  .menu__list {
    top: 59px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 60px);
    position: fixed;
    overflow: hidden;
    z-index: 123456789;
    overflow-y: scroll;
    transition: all 200ms ease;
    background: rgb(49, 49, 49);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .menu__list {
    top: 59px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 60px);
    position: fixed;
    overflow: hidden;
    z-index: 123456789;
    overflow-y: scroll;
    transition: all 200ms ease;
    background: rgb(49, 49, 49);
  }
}
.menu__list ul.menu-list {
  justify-content: center;
}
@media (max-width: 479px) {
  .menu__list ul.menu-list {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    width: 100%;
    float: left;
    height: auto;
    padding: 20px 30px;
    gap: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .menu__list ul.menu-list {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    width: 100%;
    float: left;
    height: auto;
    padding: 20px 30px;
    gap: 36px;
  }
}
@media (max-width: 479px) {
  .menu__list ul.menu-list img {
    width: auto;
    height: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .menu__list ul.menu-list img {
    width: auto;
    height: 14px;
  }
}
.menu__list ul.menu-list > li {
  padding: 41px 20px;
  border-top: 2px solid transparent;
}
@media (max-width: 479px) {
  .menu__list ul.menu-list > li {
    border-top: none;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .menu__list ul.menu-list > li {
    border-top: none;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .menu__list ul.menu-list > li > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .menu__list ul.menu-list > li > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.menu__list ul.menu-list > li > div > a {
  font-size: 16px;
  line-height: 22px;
  color: #f0f0f0;
  text-transform: uppercase;
  font-family: "UTM-Bold", sans-serif;
}
.menu__list ul.menu-list > li > div > a i {
  display: none;
}
.menu__list ul.menu-list > li > div .fa-angle-up {
  display: none;
}
@media (max-width: 479px) {
  .menu__list ul.menu-list > li > div .fa-angle-up {
    display: block;
    font-size: 24px;
    line-height: 24px;
    padding: 0 10px;
    color: #f0f0f0;
    transition: all 300ms ease;
    transform: rotate(90deg);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .menu__list ul.menu-list > li > div .fa-angle-up {
    display: block;
    font-size: 24px;
    line-height: 24px;
    padding: 0 10px;
    color: #f0f0f0;
    transition: all 300ms ease;
    transform: rotate(90deg);
  }
}
@media (max-width: 479px) {
  .menu__list ul.menu-list > li .menu-child {
    display: none;
    margin-left: 20px;
    margin-top: 20px;
  }
  .menu__list ul.menu-list > li .menu-child li {
    margin-bottom: 20px;
  }
  .menu__list ul.menu-list > li .menu-child li:last-child {
    margin-bottom: 0;
  }
  .menu__list ul.menu-list > li .menu-child li > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menu__list ul.menu-list > li .menu-child li > div > a {
    color: #f0f0f0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
  }
  .menu__list ul.menu-list > li .menu-child li > div .fa-angle-up {
    font-size: 24px;
    line-height: 24px;
    padding: 0 10px;
    color: #f0f0f0;
    transition: all 300ms ease;
    transform: rotate(90deg);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .menu__list ul.menu-list > li .menu-child {
    display: none;
    margin-left: 20px;
    margin-top: 20px;
  }
  .menu__list ul.menu-list > li .menu-child li {
    margin-bottom: 20px;
  }
  .menu__list ul.menu-list > li .menu-child li:last-child {
    margin-bottom: 0;
  }
  .menu__list ul.menu-list > li .menu-child li > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menu__list ul.menu-list > li .menu-child li > div > a {
    color: #f0f0f0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
  }
  .menu__list ul.menu-list > li .menu-child li > div .fa-angle-up {
    display: block;
    font-size: 24px;
    line-height: 24px;
    padding: 0 10px;
    color: #f0f0f0;
    transition: all 300ms ease;
    transform: rotate(90deg);
  }
}
@media (max-width: 479px) {
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child {
    display: block;
    position: fixed;
    background: #313131;
    transition: all 300ms ease;
    width: 100%;
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
    z-index: 100;
    right: -100%;
    top: 0;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child > li:first-child .title-menu-mobile {
    display: flex !important;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child > li {
    margin-bottom: 0;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child > li > div:nth-child(2) {
    padding: 18px 30px;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child > li > a > div {
    padding: 18px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child > li > a > div p {
    color: #f0f0f0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child > li > a > div i {
    font-size: 24px;
    color: #f0f0f0;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child .menu-child {
    position: relative;
    margin-left: 0;
    margin-top: 0;
    padding: 18px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-items: center;
    padding-bottom: 108px;
    background: #1c1c1c;
    justify-content: space-between;
    gap: 30px;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child .menu-child li {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0;
    flex: 0 0 45%;
    max-width: 45%;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child .menu-child li a {
    color: #f0f0f0;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child .menu-child li a .product-menu-image {
    position: relative;
    width: 160px;
    height: 160px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #8f8f8f;
    margin-bottom: 16px;
  }
}
@media (max-width: 479px) and (max-width: 479px) {
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child .menu-child li a .product-menu-image {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 479px) {
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child .menu-child li a .product-menu-image img {
    width: 100%;
    height: 100%;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child .menu-child li a .product-menu-image p {
    padding: 4px 8px;
    border-radius: 60px;
    background: linear-gradient(90deg, #f37321 0%, #a11d26 100%);
    font-size: 10px;
    font-weight: 400;
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "BMW-Regular", sans-serif;
    line-height: 10px;
    margin-top: 10px;
    margin-right: 10px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child .menu-child li a .product-menu-name {
    width: 160px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    font-family: "BMW-Bold", sans-serif;
  }
}
@media (max-width: 479px) and (max-width: 479px) {
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child .menu-child li a .product-menu-name {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child .menu-child button {
    bottom: 18px;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, 0);
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    padding: 16.5px 24px;
    background-image: linear-gradient(to right, #a11d26 0%, #f37321 51%, #a11d26 100%);
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 8px;
    display: block;
    width: calc(100% - 60px);
  }
}
@media (max-width: 479px) and (max-width: 479px) {
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child .menu-child button {
    padding: 12.5px 24px;
  }
}
@media (max-width: 479px) {
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child .menu-child button:hover {
    background-position: right center; /* change the direction of the change here */
    color: #f0f0f0;
    text-decoration: none;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child .menu-child button a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 19.01px;
    text-align: center;
    color: #f0f0f0 !important;
    font-family: "UTM-Bold", sans-serif;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child .title-menu-mobile {
    display: none;
    padding: 18px 16px;
    color: #f0f0f0;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child .title-menu-mobile i {
    font-size: 24px;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child .title-menu-mobile p {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    font-family: "UTM-Bold", sans-serif;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child {
    display: block;
    position: fixed;
    background: #313131;
    transition: all 300ms ease;
    width: 100%;
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
    z-index: 100;
    right: -100%;
    top: 0;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child > li:first-child .title-menu-mobile {
    display: flex !important;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child > li {
    margin-bottom: 0;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child > li > div:nth-child(2) {
    padding: 18px 30px;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child .menu-child {
    position: relative;
    margin-left: 0;
    margin-top: 0;
    padding: 18px 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-items: center;
    padding-bottom: 108px;
    background: #1c1c1c;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child .menu-child li {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child .menu-child li a {
    color: #f0f0f0;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child .menu-child li a .product-menu-image {
    position: relative;
    width: 160px;
    height: 160px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #8f8f8f;
    margin-bottom: 16px;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child .menu-child li a .product-menu-image img {
    width: 100%;
    height: 100%;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child .menu-child li a .product-menu-image p {
    padding: 4px 8px;
    border-radius: 60px;
    background: linear-gradient(90deg, #f37321 0%, #a11d26 100%);
    font-size: 10px;
    font-weight: 400;
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "BMW-Regular", sans-serif;
    line-height: 10px;
    margin-top: 10px;
    margin-right: 10px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child .menu-child li a .product-menu-name {
    width: 160px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    font-family: "BMW-Bold", sans-serif;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child .menu-child button {
    bottom: 18px;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, 0);
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    padding: 16.5px 24px;
    background-image: linear-gradient(to right, #ff512f 0%, #f09819 51%, #ff512f 100%);
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 8px;
    display: block;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child .menu-child button:hover {
    background-position: right center; /* change the direction of the change here */
    color: #f0f0f0;
    text-decoration: none;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child .menu-child button a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 19.01px;
    text-align: center;
    color: #f0f0f0 !important;
    font-family: "UTM-Bold", sans-serif;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child .title-menu-mobile {
    display: none;
    padding: 18px 16px;
    color: #f0f0f0;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child .title-menu-mobile i {
    font-size: 24px;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child .title-menu-mobile p {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    font-family: "UTM-Bold", sans-serif;
  }
}
.menu__list ul.menu-list > li.active {
  border-top: 2px solid var(--Brand01, #f37322);
  background: rgba(49, 49, 49, 0.6);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
@media (max-width: 479px) {
  .menu__list ul.menu-list > li.active {
    border-top: none;
    background: rgb(49, 49, 49);
    -webkit-backdrop-filter: initial;
            backdrop-filter: initial;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .menu__list ul.menu-list > li.active {
    border-top: none;
    background: rgb(49, 49, 49);
    -webkit-backdrop-filter: initial;
            backdrop-filter: initial;
  }
}
.menu__list ul.menu-list > li.active > div > a {
  color: #f37322;
}
@media (max-width: 479px) {
  .menu__list ul.menu-list > li.active > div > a {
    color: #f37322 !important;
  }
  .menu__list ul.menu-list > li.active > div > a i.icon-menu {
    color: #f0f0f0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .menu__list ul.menu-list > li.active > div > a {
    color: #f37322 !important;
  }
  .menu__list ul.menu-list > li.active > div > a i.icon-menu {
    color: #f0f0f0;
  }
}
@media (min-width: 769px) {
  .menu__list ul.menu-list > li:hover {
    border-top: 2px solid #f37322;
    background: rgba(49, 49, 49, 0.6);
  }
  .menu__list ul.menu-list > li:hover > div > a {
    color: #f37322;
  }
  .menu__list ul.menu-list > li .menu-child {
    z-index: 123;
  }
  .menu__list ul.menu-list > li .menu-child li a {
    font-size: 14px;
    line-height: 24px;
    color: #f0f0f0;
    text-transform: uppercase;
    font-family: "BMW-Bold", sans-serif;
    width: 100%;
  }
  .menu__list ul.menu-list > li:first-child:hover, .menu__list ul.menu-list > li:nth-child(3):hover {
    border-top: 2px solid #f37322;
    background: rgba(49, 49, 49, 0.6);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
  }
  .menu__list ul.menu-list > li:first-child:hover > div > a, .menu__list ul.menu-list > li:nth-child(3):hover > div > a {
    color: #f37322;
  }
  .menu__list ul.menu-list > li:first-child .menu-child, .menu__list ul.menu-list > li:nth-child(3) .menu-child {
    display: none;
    top: 86px;
    left: 0;
    overflow: hidden;
    min-width: 289px;
    margin-top: 20px;
    position: absolute;
    width: -moz-max-content;
    width: max-content;
    background: linear-gradient(90deg, rgba(49, 49, 49, 0.9) 0%, rgba(19, 19, 19, 0.9) 100%);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
  }
  .menu__list ul.menu-list > li:first-child .menu-child li, .menu__list ul.menu-list > li:nth-child(3) .menu-child li {
    padding: 18px 36px 18px 40px;
  }
  .menu__list ul.menu-list > li:first-child .menu-child li:first-child, .menu__list ul.menu-list > li:nth-child(3) .menu-child li:first-child {
    padding: 30px 36px 18px 40px;
  }
  .menu__list ul.menu-list > li:first-child .menu-child li:last-child, .menu__list ul.menu-list > li:nth-child(3) .menu-child li:last-child {
    padding: 18px 36px 50px 40px;
  }
  .menu__list ul.menu-list > li:first-child .menu-child li a, .menu__list ul.menu-list > li:nth-child(3) .menu-child li a {
    font-size: 14px;
    line-height: 24px;
    color: #f0f0f0;
    text-transform: uppercase;
  }
  .menu__list ul.menu-list > li:first-child .menu-child li div, .menu__list ul.menu-list > li:nth-child(3) .menu-child li div {
    position: relative;
  }
  .menu__list ul.menu-list > li:first-child .menu-child li:hover, .menu__list ul.menu-list > li:nth-child(3) .menu-child li:hover {
    padding: 18px 36px 18px 58px;
  }
  .menu__list ul.menu-list > li:first-child .menu-child li:hover:first-child, .menu__list ul.menu-list > li:nth-child(3) .menu-child li:hover:first-child {
    padding: 30px 36px 18px 58px;
  }
  .menu__list ul.menu-list > li:first-child .menu-child li:hover:last-child, .menu__list ul.menu-list > li:nth-child(3) .menu-child li:hover:last-child {
    padding: 18px 36px 50px 58px;
  }
  .menu__list ul.menu-list > li:first-child .menu-child li:hover div::before, .menu__list ul.menu-list > li:nth-child(3) .menu-child li:hover div::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -18px;
    transform: translate(0, -50%);
    width: 6px;
    height: 6px;
    background-color: #f37322;
    z-index: 1;
  }
  .menu__list ul.menu-list > li:first-child:hover > ul, .menu__list ul.menu-list > li:nth-child(3):hover > ul {
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 479px) {
  .menu__list ul.menu-list > li:first-child:hover > ul, .menu__list ul.menu-list > li:nth-child(3):hover > ul {
    display: flex;
  }
}
@media (min-width: 769px) and (min-width: 768px) and (max-width: 1023px) {
  .menu__list ul.menu-list > li:first-child:hover > ul, .menu__list ul.menu-list > li:nth-child(3):hover > ul {
    display: flex;
  }
}
@media (min-width: 769px) {
  .menu__list ul.menu-list > li:nth-child(2):hover {
    border-top: 2px solid #f37322;
    background: rgba(49, 49, 49, 0.6);
    -webkit-backdrop-filter: initial;
            backdrop-filter: initial;
  }
  .menu__list ul.menu-list > li:nth-child(2):hover > div > a {
    color: #f37322;
  }
  .menu__list ul.menu-list > li:nth-child(2):hover > ul {
    display: block;
    min-width: 350px;
    min-height: 369px;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child {
    display: none;
    left: 0;
    top: 108px;
    width: 100%;
    z-index: 123456789;
    position: fixed;
    padding: 28px 0 30px 30px;
    background: linear-gradient(90deg, rgba(49, 49, 49, 0.9) 0%, rgba(19, 19, 19, 0.9) 100%);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    top: -10px;
    left: 0;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child .image-menu {
    min-width: 140px;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child > li {
    width: -moz-fit-content;
    width: fit-content;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child > li > div {
    padding: 10.5px 16px;
    width: 331px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child > li > div:hover {
    background-color: #f37322;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child > li > div > a > p {
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 24px;
    color: #f0f0f0;
    text-transform: capitalize;
    font-family: "BMW-Bold", sans-serif;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child > li > div i {
    color: #f0f0f0;
    font-size: 24px;
    line-height: 24px;
    transform: rotate(90deg);
  }
}
@media (min-width: 769px) and (min-width: 1024px) {
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child > li .title-menu-mobile {
    display: none;
  }
}
@media (min-width: 769px) and (min-width: 1620px) {
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child > li .title-menu-mobile {
    display: none;
  }
}
@media (min-width: 769px) {
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child > li > ul {
    display: none;
    flex-direction: row;
    gap: 65px;
    position: absolute;
    z-index: 1;
    top: 28px;
    left: 450px;
    height: 100%;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child > li > ul::before {
    content: "";
    position: absolute;
    top: -13px;
    left: -90px;
    width: 92px;
    height: 100%;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child > li > ul > li .product-menu-image {
    position: relative;
    width: 160px;
    height: 160px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #8f8f8f;
    margin-bottom: 16px;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child > li > ul > li .product-menu-image p {
    padding: 4px 8px;
    border-radius: 60px;
    background: linear-gradient(90deg, #f37321 0%, #a11d26 100%);
    font-size: 10px;
    font-weight: 400;
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "BMW-Regular", sans-serif;
    line-height: 10px;
    margin-top: 10px;
    margin-right: 10px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child > li > ul > li .product-menu-name {
    width: 160px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child > li > ul > li > ul {
    display: flex;
    gap: 42px;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child > li > ul > li > ul > li {
    width: 160px;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child > li > ul > li > ul > li > div > a {
    color: #f0f0f0;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; /* 171.429% */
    text-transform: uppercase;
    font-family: "BMW-Bold", sans-serif;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child > li > ul > li > ul > li > div i {
    display: none;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child > li > ul > li > ul > li > div:hover a {
    color: #f37322;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child > li > ul button {
    bottom: 60px;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, 0);
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    padding: 16.5px 24px;
    background-image: linear-gradient(to right, #a11d26 0%, #f37321 51%, #a11d26 100%);
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 8px;
    display: block;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child > li > ul button:hover {
    background-position: right center; /* change the direction of the change here */
    color: #f0f0f0;
    text-decoration: none;
  }
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child > li > ul button a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 19.01px;
    text-align: center;
    color: #f0f0f0 !important;
    font-family: "UTM-Bold", sans-serif;
  }
}
@media (min-width: 769px) and (min-width: 1024px) {
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child > li:hover > ul {
    display: flex !important;
    min-width: 835px;
  }
}
@media (min-width: 769px) {
  .menu__list ul.menu-list > li:nth-child(2) > .menu-child > li:hover > div {
    background-color: #f37322;
  }
}
.menu__list .language-mobile {
  padding-top: 54px !important;
  flex-direction: column;
  gap: 24px;
}
.menu__list .language-mobile p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.menu .link-global {
  margin-left: 80px;
}
@media (max-width: 479px) {
  .menu .link-global {
    margin-right: 30px;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .menu .link-global {
    margin-right: 30px;
    margin-left: 0;
  }
}
.menu .link-global .d-flex {
  position: relative;
  gap: 40px;
  align-items: center;
}
@media (max-width: 479px) {
  .menu .link-global .d-flex {
    gap: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .menu .link-global .d-flex {
    gap: 30px;
  }
}
.menu .link-global i {
  cursor: pointer;
  color: #f0f0f0;
  font-size: 24px;
}
@media (max-width: 479px) {
  .menu .link-global .ri-global-line {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .menu .link-global .ri-global-line {
    display: none;
  }
}
.menu .link-global .cart {
  position: relative;
}
.menu .link-global .cart .quantity {
  top: -2px;
  z-index: 1;
  right: -5px;
  width: 16px;
  height: 16px;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
  font-style: normal;
  text-align: center;
  position: absolute;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  background-color: #f37322;
}
@media (max-width: 479px) {
  .menu .hamburger {
    text-align: end;
  }
  .menu .hamburger i {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .menu .hamburger {
    text-align: end;
  }
  .menu .hamburger i {
    font-size: 24px;
  }
}

.w-100::before {
  width: 100% !important;
}

.l-0 {
  left: 0 !important;
}

#back-to-top {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f37322;
  position: fixed;
  bottom: 200px;
  right: 35px;
  z-index: 10;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in;
}
@media (max-width: 479px) {
  #back-to-top {
    bottom: 200px;
    right: 16px;
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #back-to-top {
    bottom: 250px;
    right: 20px;
  }
}
#back-to-top .box span {
  display: block;
  width: 12px;
  height: 12px;
  border-top: 4px solid white;
  border-left: 4px solid white;
  transform: rotate(45deg);
  margin: 3px;
  animation: animate 3s infinite;
}
@media (max-width: 479px) {
  #back-to-top .box span {
    width: 10px;
    height: 10px;
  }
}
#back-to-top .box span:nth-child(2) {
  animation-delay: -0.2s;
}
#back-to-top .box span:nth-child(3) {
  animation-delay: -0.4s;
}
@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(3px, 3px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(-3px, -3px);
  }
}

.btt_show {
  pointer-events: initial !important;
  opacity: 1 !important;
}

.search__product {
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 123456789;
  transition: all 0.3s linear;
}
.search__product .search__form {
  z-index: 1;
  margin-top: 200px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 479px) {
  .search__product .search__form {
    margin-top: 0;
    max-width: 100%;
  }
}
.search__product .search__form form {
  border-radius: 24px;
  overflow: hidden;
  background-color: #f0f0f0;
  transition: all 0.3s linear;
}
@media (max-width: 479px) {
  .search__product .search__form form {
    border-radius: 0;
  }
}
.search__product .search__form form .d-flex {
  height: 56px;
  align-items: center;
  justify-content: space-between;
}
.search__product .search__form form .d-flex .typing {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search__product .search__form form .d-flex .typing input {
  width: 100%;
  font-size: 16px;
  color: #131313 !important;
  background: transparent;
}
.search__product .search__form form .d-flex .typing input::-moz-placeholder {
  font-style: italic;
}
.search__product .search__form form .d-flex .typing input::placeholder {
  font-style: italic;
}
.search__product .search__form form .d-flex .typing p {
  cursor: pointer;
  padding: 19px 20px;
  font-size: 12px;
  color: #131313 !important;
}
.search__product .search__form form .d-flex .button {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 12px 0 20px;
}
.search__product .search__form form .d-flex .button i {
  font-size: 22px;
  color: #131313 !important;
}
.search__product .search__form .content {
  border-top: 1px solid #e1e1e1;
  opacity: 0;
  pointer-events: none;
  height: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #f0f0f0;
  border-radius: 0 0 24px 24px;
  transition: all 0.3s linear;
}
@media (max-width: 479px) {
  .search__product .search__form .content {
    border-radius: 0;
  }
}
.search__product .search__form .content::-webkit-scrollbar {
  width: 3px;
}
.search__product .search__form .content::-webkit-scrollbar-thumb {
  background: #8f8f8f;
}
.search__product .search__form .content .show__off ul li {
  padding: 12px 0 12px 20px;
  border-bottom: 1px solid #e1e1e1;
}
.search__product .search__form .content .show__off ul li a .product__name {
  font-size: 16px;
  text-transform: uppercase;
  color: #131313 !important;
}
.search__product .search__form .content .show__off ul li a .collection {
  font-size: 13px;
  color: #8f8f8f !important;
}
.search__product .search__form .content .show__off ul li:hover {
  background-color: #e1e1e1;
}
.search__product .search__form .content .error {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search__product .search__form .content .error .center .svg {
  width: 304px;
  height: 234px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}
.search__product .search__form .content .error .center p {
  font-size: 14px;
  text-align: center;
  color: #131313 !important;
}
.search__product .search__form .show__border {
  border-radius: 24px 24px 0 0;
}
@media (max-width: 479px) {
  .search__product .search__form .show__border {
    border-radius: 0;
  }
}
.search__product .search__form .opacity__1 {
  opacity: 1;
  pointer-events: initial;
  height: 389px;
}
.search__product .search__bg {
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(19, 19, 19, 0.8);
  transition: all 0.3s linear;
}

.show__search__popup {
  opacity: 1 !important;
  pointer-events: initial !important;
}

footer {
  background: linear-gradient(180deg, #131313 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(90deg, #313131 0%, #131313 100%);
  border-top: 4px solid #f37322;
}
@media (max-width: 479px) {
  footer {
    border-top: 2px solid #f37322;
  }
}
footer .container > .d-flex {
  padding: 32px 0;
  margin-bottom: 24px;
  justify-content: space-between;
  border-bottom: 1px solid #f37322;
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer .container > .d-flex {
    flex-wrap: wrap;
    gap: 24px;
    justify-content: start;
  }
}
@media (max-width: 479px) {
  footer .container > .d-flex {
    padding: 28px 0;
    flex-direction: column;
  }
}
footer .logo {
  overflow: hidden;
}
footer .logo .slogan {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
footer .items > p {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
@media (max-width: 479px) {
  footer .items > p {
    margin-bottom: 24px;
  }
}
footer .items ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 299px;
  width: 100%;
}
@media (max-width: 479px) {
  footer .items ul {
    flex-wrap: wrap;
    gap: 0;
    max-width: 100%;
    flex-direction: initial;
    margin-bottom: 8px;
  }
}
footer .items ul li .title-menu-mobile {
  display: none;
}
@media (max-width: 479px) {
  footer .items ul li {
    flex: 0 0 auto;
    width: 33%;
    margin-bottom: 20px;
  }
}
footer .items ul li a,
footer .items ul li p {
  color: #f0f0f0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.16px;
}
@media (max-width: 479px) {
  footer .items ul li a,
  footer .items ul li p {
    font-size: 14px;
    letter-spacing: normal;
  }
}
footer .items ul li a:hover {
  text-decoration: underline;
}
footer .fast-access {
  min-width: 202px;
}
footer .fast-access ul li .menu-child {
  display: none;
}
footer .fast-access i {
  display: none;
}
footer .product-portfolio {
  min-width: 202px;
}
@media (max-width: 479px) {
  footer .product-portfolio ul li {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 20px;
  }
}
footer .aozoom-community {
  min-width: 205px;
}
footer .other-information a {
  text-transform: initial;
}
@media (max-width: 479px) {
  footer .other-information ul {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 28px;
  }
  footer .other-information ul li {
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  footer .contact-info ul {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 0;
  }
  footer .contact-info ul li {
    width: 100%;
    margin-bottom: 0;
  }
}
footer .copyright {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 80px;
  padding-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer .copyright {
    gap: 24px;
    align-items: initial;
  }
}
@media (max-width: 479px) {
  footer .copyright {
    gap: 24px;
    flex-direction: column;
  }
}
footer .copyright .items-01 > p {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer .copyright .items-01 > p {
    line-height: 32px;
  }
}
@media (max-width: 479px) {
  footer .copyright .items-01 > p {
    font-size: 16px;
    margin-bottom: 28px;
  }
}
footer .copyright .items-01 ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 479px) {
  footer .copyright .items-01 ul {
    gap: 20px;
  }
}
footer .copyright .items-01 ul li p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
footer .copyright .items-02 {
  display: none;
}
@media (max-width: 479px) {
  footer .copyright .items-02 {
    width: 100%;
  }
}
footer .copyright .items-02 > p {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 26px;
}
footer .copyright .items-02 ul {
  display: flex;
  gap: 24px;
}
@media (max-width: 479px) {
  footer .copyright .items-02 ul {
    gap: 0;
    justify-content: space-between;
  }
}
@media (max-width: 479px) {
  footer .copyright .items-02 ul li {
    flex: 1;
    width: 100px;
  }
}
footer .copyright .items-02 ul li div {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: column;
}
footer .copyright .items-02 ul li div p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}
@media (max-width: 479px) {
  footer .copyright .items-03 {
    margin-top: 8px;
    width: 100%;
  }
}
footer .copyright .items-03 .d-flex {
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 479px) {
  footer .copyright .items-03 .d-flex {
    flex-direction: initial;
  }
}
footer .copyright .items-03 .d-flex .image {
  height: 76px;
}
@media (max-width: 479px) {
  footer .copyright .items-03 .d-flex .image {
    height: 52px;
  }
}
footer .copyright .items-03 .d-flex .image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .copyright .items-03 .d-flex .image-01 {
  width: 152px;
  height: 76px;
}
@media (max-width: 479px) {
  footer .copyright .items-03 .d-flex .image-01 {
    width: 104px;
    height: 52px;
  }
}
footer .copyright .items-03 .d-flex .image-01 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-links {
  overflow: hidden;
  display: flex;
  gap: 24px;
  flex-direction: column;
  justify-content: start;
}
@media (max-width: 479px) {
  .social-links {
    flex-wrap: wrap;
    gap: 0;
    flex-direction: initial;
    margin-bottom: 8px;
  }
}
@media (max-width: 479px) and (max-width: 479px) {
  .social-links a {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 20px;
  }
}

.social-btn {
  cursor: pointer;
  justify-content: start;
  gap: 8px;
}
.social-btn svg {
  width: 24px;
  height: 24px;
  padding: 3px;
  border-radius: 4px;
  background-color: #f0f0f0;
}

.social-btn span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #f0f0f0;
}
@media (max-width: 479px) {
  .social-btn span {
    font-size: 14px;
  }
}

.select2-container--default .select2-selection--single {
  height: 54px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  border: 1px solid #f37322;
  padding: 6px;
  width: 299px;
  background-color: transparent;
  border-radius: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: transparent;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 6px;
  padding-left: 25px;
  padding-right: 15px;
  padding-bottom: 6px;
  color: #f0f0f0;
  background-color: #f37322;
  min-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 52px;
  right: 15px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #f0f0f0 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #f0f0f0 transparent;
}

.select2-container {
  width: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #f0f0f0;
}

.opacity-50 {
  background-color: rgb(143, 143, 143) !important;
}

.select2-container--default .select2-results > .select2-results__options {
  padding-top: 16px;
  border: 1px solid #f37322;
  background: linear-gradient(90deg, rgba(49, 49, 49, 0.9) 0%, rgba(19, 19, 19, 0.9) 100%);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.select2-dropdown {
  border: none;
  margin-top: 4px;
  background-color: transparent;
}

.select2-results__option {
  padding: 9px 0 9px 31px;
  color: #f0f0f0;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f37322;
}

.select2-container--default .select2-results__option--selected {
  background-color: #f37322;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 0;
}

.custom-select2 .select2-search--dropdown {
  padding: 0;
}
.custom-select2 .select2-container {
  width: auto !important;
}
.custom-select2 .select2-dropdown {
  z-index: 12345678910;
}
.custom-select2 .select2-container--default .select2-selection--single {
  width: auto;
  height: 40px;
  border: none;
  padding: 0;
  background-color: #131313;
  border-radius: 0;
  border-bottom: 1px solid #8f8f8f;
}
.custom-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  color: #f0f0f0;
  background-color: #131313;
  min-height: 40px;
  border-bottom: 1px solid #8f8f8f;
}
.custom-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
  right: 5px !important;
  top: 10px !important;
}
.custom-select2 .select2-container--default .select2-results > .select2-results__options {
  border: none;
  background: linear-gradient(90deg, rgba(49, 49, 49, 0.9) 0%, rgba(19, 19, 19, 0.9) 100%);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.custom-select2 .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent;
  padding: 16px 0 16px 66px;
  color: #f37322;
}
@media (max-width: 479px) {
  .custom-select2 .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    padding: 10px 0 10px 55px;
    color: #f37322;
  }
}
.custom-select2 .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #f37322;
  top: 50%;
  left: 40px;
  transform: translate(0, -50%);
}
.custom-select2 .select2-results__option {
  position: relative;
  padding: 16px 0 16px 40px;
}

.shopping_cart {
  margin-top: 108px;
  border-bottom: 4px solid #f37322;
}
@media (max-width: 479px) {
  .shopping_cart {
    margin-top: 60px;
  }
}
.shopping_cart > .title {
  background: linear-gradient(90deg, #313131 0%, #131313 100%);
}
.shopping_cart > .title .title-line {
  padding: 34px 112px;
  justify-content: start;
}
@media (max-width: 479px) {
  .shopping_cart > .title .title-line {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .shopping_cart > .title .title-line {
    padding: 40px 0;
  }
}
.shopping_cart .main {
  padding: 112px;
}
@media (max-width: 479px) {
  .shopping_cart .main {
    padding: 0;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .shopping_cart .main {
    padding: 0;
    margin-bottom: 60px;
  }
}
.shopping_cart .main ul.title {
  gap: 16px;
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #8f8f8f;
}
@media (max-width: 479px) {
  .shopping_cart .main ul.title {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .shopping_cart .main ul.title {
    display: none;
  }
}
.shopping_cart .main ul.title li p {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.shopping_cart .main ul.title li:first-child {
  width: 285px;
  margin-left: 128px;
}
.shopping_cart .main ul.title li:nth-child(2) {
  width: 214px;
}
.shopping_cart .main ul.title li:nth-child(3) {
  width: 210px;
}
.shopping_cart .list {
  margin-bottom: 34px;
}
@media (max-width: 479px) {
  .shopping_cart .list {
    margin-top: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .shopping_cart .list {
    margin-top: 36px;
  }
}
.shopping_cart .list .items {
  display: flex;
  padding: 24px 0;
  align-items: center;
  border-bottom: 1px solid #8f8f8f;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .shopping_cart .list .items {
    justify-content: space-between;
  }
}
.shopping_cart .list .items li > p {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.shopping_cart .list .items li:first-child {
  gap: 20px;
  display: flex;
  margin-right: 16px;
  align-items: center;
}
@media (max-width: 479px) {
  .shopping_cart .list .items li:first-child {
    gap: 16px;
  }
}
.shopping_cart .list .items li:first-child i {
  cursor: pointer;
  font-size: 24px;
  line-height: 24px;
}
@media (max-width: 479px) {
  .shopping_cart .list .items li:first-child i {
    font-size: 16px;
    line-height: 16px;
  }
}
.shopping_cart .list .items li:first-child .image {
  width: 72px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #313131;
}
.shopping_cart .list .items li:first-child .image img {
  width: 64px;
  height: 64px;
}
.shopping_cart .list .items li:first-child .name-and-type {
  width: 276px;
}
@media (max-width: 479px) {
  .shopping_cart .list .items li:first-child .name-and-type {
    width: 144px;
  }
}
.shopping_cart .list .items li:first-child .name-and-type .name {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
}
.shopping_cart .list .items li:first-child .name-and-type .type {
  color: #8f8f8f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
.shopping_cart .list .items li:nth-child(2) {
  margin-right: 16px;
}
.shopping_cart .list .items li:nth-child(2) p {
  width: 214px;
}
.shopping_cart .list .items li:nth-child(3) {
  margin-right: 117px;
}
@media (max-width: 479px) {
  .shopping_cart .list .items li:nth-child(3) {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .shopping_cart .list .items li:nth-child(3) {
    margin-right: 0;
  }
}
.shopping_cart .list .items li:nth-child(3) .quantity {
  margin-right: 24px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #f37322;
  display: flex;
}
@media (max-width: 479px) {
  .shopping_cart .list .items li:nth-child(3) .quantity {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .shopping_cart .list .items li:nth-child(3) .quantity {
    margin-right: 0;
  }
}
.shopping_cart .list .items li:nth-child(3) .quantity input {
  text-align: center;
  width: 49px;
  padding: 9.5px 0;
  background-color: #f37322;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #f0f0f0;
}
.shopping_cart .list .items li:nth-child(3) .quantity input[type=number]::-webkit-inner-spin-button,
.shopping_cart .list .items li:nth-child(3) .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.shopping_cart .list .items li:nth-child(3) .quantity input[type=number] {
  -moz-appearance: textfield;
}
.shopping_cart .list .items li:nth-child(3) .quantity i {
  color: #f0f0f0;
  line-height: 20px;
  font-size: 20px;
  cursor: pointer;
}
.shopping_cart .list .items li:nth-child(3) .quantity .quantity-nav {
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.shopping_cart .discount-code {
  gap: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 479px) {
  .shopping_cart .discount-code {
    gap: 0;
    margin-bottom: 40px;
    justify-content: space-between;
  }
}
.shopping_cart .discount-code input {
  width: 184px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding: 12.5px 0;
  background: transparent;
  border-bottom: 1px solid #8f8f8f;
}
.shopping_cart .total > p.title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 34px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .shopping_cart .total > p.title {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
.shopping_cart .total ul {
  margin-bottom: 34px;
}
@media (max-width: 479px) {
  .shopping_cart .total ul {
    margin-bottom: 40px;
  }
}
.shopping_cart .total ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #8f8f8f;
}
@media (max-width: 479px) {
  .shopping_cart .total ul li {
    justify-content: space-between;
  }
}
.shopping_cart .total ul li:first-child {
  padding-bottom: 24px;
}
.shopping_cart .total ul li:last-child {
  padding: 24px 0;
}
.shopping_cart .total ul li .title {
  width: 220px;
  margin-right: 16px;
}
.shopping_cart .total ul li p {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.shopping_cart .no-product {
  height: 406px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shopping_cart .no-product .content .title {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
@media (max-width: 479px) {
  .shopping_cart .no-product .content .title {
    font-size: 24px;
    line-height: 40px;
  }
}
.shopping_cart .no-product .content > div {
  display: flex;
  justify-content: center;
}

.pay {
  margin-top: 108px;
}
@media (max-width: 479px) {
  .pay {
    margin-top: 60px;
  }
}
.pay > .title {
  background: linear-gradient(90deg, #313131 0%, #131313 100%);
}
.pay > .title .title-line {
  padding: 34px 112px;
  justify-content: start;
}
@media (max-width: 479px) {
  .pay > .title .title-line {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pay > .title .title-line {
    padding: 40px 0;
  }
}
.pay .main {
  padding: 112px;
}
@media (max-width: 479px) {
  .pay .main {
    padding: 60px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pay .main {
    padding: 60px 0;
  }
}
.pay .main ul.form-01 li {
  margin-bottom: 60px;
}
@media (max-width: 479px) {
  .pay .main ul.form-01 li {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pay .main ul.form-01 li {
    margin-bottom: 40px;
  }
}
.pay .main li .d-flex {
  flex-direction: column;
  justify-content: center;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.pay .main li .d-flex .label {
  color: #f0f0f0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .pay .main li .d-flex .label {
    font-size: 14px;
  }
}
.pay .main li .d-flex .label span {
  color: #f00;
}
.pay .main li .d-flex input {
  padding: 9px 0 9px 0;
  background-color: transparent;
  color: #f0f0f0;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  border-bottom: 1px solid #8f8f8f;
}
@media (max-width: 479px) {
  .pay .main li .d-flex input {
    font-size: 14px;
  }
}
.pay .main li .d-flex input:focus {
  border-bottom: 1px solid #f37322;
}
.pay .main li .d-flex label.error {
  font-size: 12px;
  margin-top: 12px;
  margin-left: 12px;
  color: #f00;
}
.pay .main li .d-flex input::-webkit-outer-spin-button,
.pay .main li .d-flex input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pay .main li .d-flex input[type=number] {
  -moz-appearance: textfield;
}
.pay .main ul#pills-tab {
  margin-bottom: 40px;
  border-bottom: 3px solid #8f8f8f;
}
@media (max-width: 479px) {
  .pay .main ul#pills-tab {
    justify-content: space-between;
  }
}
.pay .main ul#pills-tab .nav-item a p {
  padding-bottom: 10px;
  padding-right: 60px;
  color: #8f8f8f;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 479px) {
  .pay .main ul#pills-tab .nav-item a p {
    padding-right: 20px;
    font-size: 14px;
  }
}
.pay .main ul#pills-tab .nav-item a.active p {
  color: #f37322;
  position: relative;
}
.pay .main ul#pills-tab .nav-item a.active p::before {
  left: 0;
  bottom: -3px;
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #f37322;
}
.pay .main .custom-ul ul {
  margin: 0 -28px;
}
@media (max-width: 479px) {
  .pay .main .custom-ul ul {
    margin: 0;
  }
}
.pay .main .custom-ul ul li {
  padding: 0 28px;
  margin-bottom: 60px;
}
@media (max-width: 479px) {
  .pay .main .custom-ul ul li {
    padding: 0;
  }
}
@media (max-width: 479px) {
  .pay .main .custom-ul ul li {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pay .main .custom-ul ul li {
    margin-bottom: 40px;
  }
}
.pay .main #pills-tabContent {
  margin-bottom: 72px;
}
@media (max-width: 479px) {
  .pay .main #pills-tabContent {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pay .main #pills-tabContent {
    margin-bottom: 20px;
  }
}
.pay .main .total > p.title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 34px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .pay .main .total > p.title {
    font-size: 28px;
    margin-bottom: 12px;
  }
}
.pay .main .total ul {
  margin-bottom: 34px;
}
.pay .main .total ul li {
  display: flex;
  padding: 24px 0;
  align-items: center;
  border-bottom: 1px solid #8f8f8f;
}
@media (max-width: 479px) {
  .pay .main .total ul li {
    justify-content: space-between;
  }
}
.pay .main .total ul li:first-child {
  padding-bottom: 24px;
}
.pay .main .total ul li .title {
  width: 300px;
  margin-right: 16px;
  display: flex;
  gap: 10px;
}
@media (max-width: 479px) {
  .pay .main .total ul li .title {
    width: auto;
  }
}
.pay .main .total ul li p {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.pay .main .total ul li p.type {
  color: #8f8f8f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  text-transform: capitalize;
}
.pay .main .total ul li p.x {
  text-transform: lowercase !important;
}
.pay .main .total ul li p.c-pri {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
}
@media (max-width: 479px) {
  .pay .main .total ul li p.c-pri {
    font-size: 17px;
  }
}
.pay .main .total ul li .checkbox label {
  margin-left: 20px;
  color: #f0f0f0;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  gap: 20px;
  display: flex;
  align-items: center;
}
.pay .main .total ul li .checkbox label .input {
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #8f8f8f;
}
.pay .main .total ul li .checkbox label .input::before {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f37322;
}
.pay .main .total ul li .checkbox .desc {
  margin-left: 34px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #8f8f8f;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  opacity: 0;
}
.pay .main .total ul li .checkbox input {
  display: none;
}
.pay .main .total ul li .checkbox input:checked ~ .desc-cod {
  max-height: 22px;
  margin-top: 18px;
  opacity: 1;
}
.pay .main .total ul li .checkbox input:checked ~ .desc-banking {
  max-height: 44px;
  margin-top: 18px;
  opacity: 1;
}
@media (max-width: 479px) {
  .pay .main .total ul li .checkbox input:checked ~ .desc-banking {
    max-height: 132px;
  }
}
.pay .main .total ul li .checkbox input:checked ~ label .input {
  border: 1px solid #f37322;
}
.pay .main .total ul li .checkbox input:checked ~ label .input::before {
  display: block;
}
.pay .banking-popup {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  align-items: center;
  z-index: 12345678910;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
}
@media (max-width: 479px) {
  .pay .banking-popup {
    padding: 0 24px;
  }
}
.pay .banking-popup .content {
  padding: 40px;
  background-color: #f0f0f0;
}
@media (max-width: 479px) {
  .pay .banking-popup .content {
    padding: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pay .banking-popup .content {
    padding: 24px;
  }
}
.pay .banking-popup .content > p {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 479px) {
  .pay .banking-popup .content > p {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pay .banking-popup .content > p {
    margin-bottom: 24px;
  }
}
.pay .banking-popup .content .center {
  gap: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 479px) {
  .pay .banking-popup .content .center {
    gap: 24px;
    flex-direction: column;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pay .banking-popup .content .center {
    gap: 24px;
    flex-direction: column;
    margin-bottom: 24px;
  }
}
.pay .banking-popup .content .center .image {
  padding: 18px;
  border: 8px solid #f37322;
}
@media (max-width: 479px) {
  .pay .banking-popup .content .center .image {
    padding: 4px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pay .banking-popup .content .center .image {
    padding: 4px;
  }
}
.pay .banking-popup .content .center .image img {
  width: 243px;
  height: 243px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 479px) {
  .pay .banking-popup .content .center .info {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pay .banking-popup .content .center .info {
    width: 100%;
  }
}
.pay .banking-popup .content .center .info ul {
  gap: 40px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 479px) {
  .pay .banking-popup .content .center .info ul {
    gap: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pay .banking-popup .content .center .info ul {
    gap: 24px;
  }
}
.pay .banking-popup .content .center .info ul li {
  gap: 24px;
  display: flex;
  align-items: center;
}
.pay .banking-popup .content .center .info ul li .title {
  width: 104px;
}
.pay .banking-popup .content .center .info ul li p {
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}
@media (max-width: 479px) {
  .pay .banking-popup .content .center .info ul li p {
    font-size: 14px;
  }
}
.pay .banking-popup .content .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 479px) {
  .pay .banking-popup .content .buttons {
    gap: 16px;
  }
}
.pay .banking-popup .content .buttons .no {
  background-color: transparent;
  border: 1px solid #f37322;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 24px;
  color: #f37322;
}
@media (max-width: 479px) {
  .pay .banking-popup .content .buttons .no {
    flex: 1;
    padding: 16px 4px;
  }
}
.pay .banking-popup .content .buttons .yes {
  color: #f0f0f0;
  background-color: #f37322;
  border: 1px solid transparent;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 24px;
}
@media (max-width: 479px) {
  .pay .banking-popup .content .buttons .yes {
    flex: 1;
    padding: 16px 5px;
  }
}

.cart-popup {
  opacity: 1;
  transform: translate3d(0, -15px, 0);
  transition: all 150ms linear;
  visibility: hidden;
  margin-top: 49px;
  position: absolute;
  top: 23px;
  right: 0;
  z-index: 134567;
  width: 406px;
  height: auto;
  padding: 30px 0 0 0;
  background: linear-gradient(90deg, rgba(49, 49, 49, 0.9) 0%, rgba(19, 19, 19, 0.9) 100%);
}
.cart-popup::before {
  position: absolute;
  z-index: 1;
  top: -52px;
  right: -15px;
  width: 120px;
  height: 74px;
  background-color: transparent;
  content: "";
}
.cart-popup ul {
  padding: 0 30px;
  gap: 14px;
  flex-direction: column;
  display: flex;
  margin-bottom: 30px;
  max-height: 386px;
  overflow-y: scroll;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.cart-popup ul::-webkit-scrollbar {
  width: 2px;
}
.cart-popup ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px transparent;
  border-radius: 10px;
}
.cart-popup ul::-webkit-scrollbar-thumb {
  background: #f37322;
  border-radius: 10px;
}
.cart-popup ul::-webkit-scrollbar-thumb:hover {
  background: #f37322;
}
.cart-popup ul li {
  display: flex;
  align-items: center;
}
.cart-popup ul li a .d-flex {
  gap: 0 !important;
}
.cart-popup ul li a .d-flex .image {
  min-width: 70px;
  margin-right: 20px;
  background-color: #f0f0f0;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.cart-popup ul li a .d-flex .image img {
  width: 54px;
  height: 54px;
}
.cart-popup ul li a .d-flex .content {
  min-width: 200px;
}
.cart-popup ul li a .d-flex .content .name {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
}
.cart-popup ul li a .d-flex .content .desc {
  color: #8f8f8f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 12px;
}
.cart-popup ul li a .d-flex .content .quantity-and-price {
  display: flex;
}
.cart-popup ul li a .d-flex .content .quantity-and-price p {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
}
.cart-popup ul li a .d-flex .content .quantity-and-price p.x {
  margin: 0 5px;
}
.cart-popup ul li button {
  margin-left: 30px;
  background: transparent;
}
.cart-popup ul li button i {
  font-size: 25px;
  line-height: 25px;
}
.cart-popup ul li button i:hover {
  transform: scale(1.1);
}
.cart-popup .total-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f37322;
  padding: 26px 30px;
}
.cart-popup .total-price p {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.cart-popup > a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-popup > a p {
  padding: 30px 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
}
.cart-popup > a p i {
  font-size: 24px;
  line-height: 24px;
  color: #f0f0f0;
  margin-right: 8px;
}

.cart:hover .cart-popup {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.success-popup {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  align-items: center;
  z-index: 12345678910;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
}
@media (max-width: 479px) {
  .success-popup .content {
    padding: 0 24px;
  }
}
.success-popup .content .image {
  padding: 60px 26px 82px 26px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  text-align: center;
}
@media (max-width: 479px) {
  .success-popup .content .image {
    padding: 48px 19px 50px 19px;
  }
}
.success-popup .content .image svg {
  width: 126px;
  height: 126px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 479px) {
  .success-popup .content .image svg {
    width: 100px;
    height: 100px;
    margin-bottom: 32px;
  }
}
.success-popup .content .image .title {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 133.333% */
  letter-spacing: 1.5px;
  margin-bottom: 24px;
}
@media (max-width: 479px) {
  .success-popup .content .image .title {
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 12px;
  }
}
.success-popup .content .image .desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 31px;
}
@media (max-width: 479px) {
  .success-popup .content .image .desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}
.success-popup .content .image .code {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 479px) {
  .success-popup .content .image .code {
    gap: 8px;
  }
}
.success-popup .content .image .code p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 479px) {
  .success-popup .content .image .code p {
    font-size: 14px;
    line-height: 24px;
  }
}
.success-popup .content .image .code i {
  font-size: 24px;
  line-height: 24px;
  color: #f0f0f0;
  cursor: pointer;
}
@media (max-width: 479px) {
  .success-popup .content .image .code i {
    font-size: 20px;
    line-height: 20px;
  }
}
.success-popup .content .d-flex {
  padding: 27px 16px 16px 18px;
  background: linear-gradient(90deg, #313131 0%, #131313 100%);
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 479px) {
  .success-popup .content .d-flex {
    padding: 18px 16px 16px 18px;
  }
}
.success-popup .content .d-flex i {
  font-size: 32px;
  line-height: 32px;
  color: #f0f0f0;
}
@media (max-width: 479px) {
  .success-popup .content .d-flex i {
    font-size: 24px;
    line-height: 24px;
  }
}
.success-popup .content .d-flex p {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 479px) {
  .success-popup .content .d-flex p {
    font-size: 24px;
  }
}

.agencies {
  padding-top: 108px;
}
@media (max-width: 479px) {
  .agencies {
    padding-top: 61px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agencies {
    padding-top: 61px;
  }
}
.agencies__banner {
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 572px;
  position: relative;
  z-index: 1;
}
.agencies__banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 104px;
  background: linear-gradient(180deg, #131313 -2.91%, rgba(0, 0, 0, 0) 82.21%);
}
@media (max-width: 479px) {
  .agencies__banner::after {
    height: 60px;
  }
}
@media (max-width: 479px) {
  .agencies__banner {
    height: 280px;
  }
}
.agencies__banner .content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agencies__banner .content .title-line {
  position: relative;
  padding: 20px 120px;
  z-index: 1;
}
.agencies__banner .content .title-line .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  fill: linear-gradient(180deg, rgba(0, 0, 0, 0) 2.29%, #131313 51.28%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 479px) {
  .agencies__banner .content {
    display: none;
  }
}
.agencies__main .select-list > .d-flex {
  align-items: center;
  justify-content: center;
  height: 100%;
}
.agencies__main .select-list > .d-flex .content {
  gap: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 479px) {
  .agencies__main .select-list > .d-flex .content {
    flex-direction: column;
    gap: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .agencies__main .select-list > .d-flex .content {
    flex-direction: column;
    gap: 24px;
  }
}
.agencies__main .select-list > .d-flex .content .items {
  flex: 1;
  width: 299px;
}

.agencies-list .items {
  margin-bottom: 20px;
}
.agencies-list .items .images {
  width: 100%;
  height: 210px;
  overflow: hidden;
}
@media (max-width: 479px) {
  .agencies-list .items .images {
    height: 125px;
  }
}
.agencies-list .items .images img {
  transform: scale(1.5);
  transition: 0.3s ease-in-out;
}
@media (max-width: 479px) {
  .agencies-list .items .images img {
    transform: scale(1);
  }
}
.agencies-list .items .images img:hover {
  transform: scale(1);
}
.agencies-list .items .content {
  padding: 20px 28px 28px 28px;
  min-height: 255px;
  background: linear-gradient(90deg, #313131 0%, #131313 100%);
}
@media (max-width: 479px) {
  .agencies-list .items .content {
    padding: 14px;
    min-height: -moz-max-content;
    min-height: max-content;
  }
}
.agencies-list .items .content a p.c-white {
  color: #f0f0f0;
  display: flex;
  align-items: center;
  min-height: 60px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 166.667% */
  text-transform: uppercase;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 479px) {
  .agencies-list .items .content a p.c-white {
    font-size: 14px;
    line-height: 22px;
    min-height: 40px;
    margin-bottom: 12px;
  }
}
.agencies-list .items .content p {
  color: #8f8f8f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 479px) {
  .agencies-list .items .content p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 16px;
    letter-spacing: -0.48px;
    max-height: 36px;
  }
}
.agencies-list .items .content a.c-white p {
  color: #f0f0f0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 16px;
}
@media (max-width: 479px) {
  .agencies-list .items .content a.c-white p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 16px;
  }
}
.agencies-list .items .content > .d-flex {
  align-items: center;
  justify-content: space-between;
}
.agencies-list .items .content > .d-flex .d-flex {
  align-items: center;
  gap: 24px;
}
@media (max-width: 479px) {
  .agencies-list .items .content > .d-flex .d-flex {
    gap: 12px;
  }
  .agencies-list .items .content > .d-flex .d-flex .item svg {
    width: 18px;
    height: 18px;
  }
}

.dealer_details {
  margin-top: 108px;
}
@media (max-width: 479px) {
  .dealer_details {
    margin-top: 60px;
  }
}
.dealer_details .images-library .main-image .image {
  width: 100%;
  height: 553px;
}
@media (max-width: 479px) {
  .dealer_details .images-library .main-image .image {
    height: 222px;
  }
}
.dealer_details .images-library .images-list {
  gap: 20px;
  height: 100%;
  display: flex;
  max-height: 543px;
  overflow-y: scroll;
  flex-direction: column;
}
@media (max-width: 479px) {
  .dealer_details .images-library .images-list {
    margin-top: 16px;
    gap: 16px;
    flex-direction: row;
  }
}
.dealer_details .images-library .images-list::-webkit-scrollbar {
  width: 0;
}
.dealer_details .images-library .images-list .image {
  cursor: pointer;
  width: 100%;
  height: 177px;
  overflow: hidden;
}
@media (max-width: 479px) {
  .dealer_details .images-library .images-list .image {
    height: 75px;
  }
}
.dealer_details .images-library .images-list li.active .image {
  border: 1px solid #f37322;
}
.dealer_details .main {
  padding: 0 112px;
}
@media (max-width: 479px) {
  .dealer_details .main {
    padding: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .dealer_details .main {
    padding: 0 10px;
  }
}
.dealer_details .main .contact {
  gap: 20px;
  display: flex;
  margin-bottom: 80px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 479px) {
  .dealer_details .main .contact {
    gap: 16px;
    flex-direction: column;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .dealer_details .main .contact {
    gap: 16px;
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.dealer_details .main .contact > div {
  flex: 1;
  min-height: 196px;
  padding: 40px 24px;
  background: linear-gradient(90deg, #313131 0%, #131313 100%);
}
@media (max-width: 479px) {
  .dealer_details .main .contact > div {
    min-height: 151px;
    padding: 32px 24px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .dealer_details .main .contact > div {
    min-height: 151px;
    padding: 32px 24px;
    width: 100%;
  }
}
.dealer_details .main .contact > div:hover {
  background: linear-gradient(90deg, #f37321 0%, #a11d26 100%);
}
@media (max-width: 479px) {
  .dealer_details .main .contact > div a {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.dealer_details .main .contact > div svg {
  width: 100%;
  text-align: center;
  color: #f0f0f0;
  margin-bottom: 30px;
}
@media (max-width: 479px) {
  .dealer_details .main .contact > div svg {
    margin-bottom: 24px;
    width: 32px;
    margin-left: auto;
    margin-right: auto;
  }
}
.dealer_details .main .contact > div p {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
  font-style: normal;
  letter-spacing: -1px;
}
@media (max-width: 479px) {
  .dealer_details .main .contact > div p {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 479px) {
  .dealer_details .main .contact .working-time {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.dealer_details .main .post .title-view {
  margin-bottom: 80px;
}
@media (max-width: 479px) {
  .dealer_details .main .post .title-view {
    margin-bottom: 40px;
  }
}
.dealer_details .main .post .title-view .view {
  gap: 8px;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  justify-content: center;
}
@media (max-width: 479px) {
  .dealer_details .main .post .title-view .view {
    margin-bottom: 24px;
  }
}
.dealer_details .main .post .title-view .view svg {
  color: #8f8f8f;
}
@media (max-width: 479px) {
  .dealer_details .main .post .title-view .view svg {
    width: 14px;
  }
}
.dealer_details .main .post .title-view .view p {
  color: #8f8f8f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.dealer_details .main .post .title-view .title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  line-height: normal;
  text-transform: uppercase;
}
.dealer_details .main .post .table-of-content {
  padding: 40px;
  background: linear-gradient(90deg, #313131 0%, #131313 100%);
}
@media (max-width: 479px) {
  .dealer_details .main .post .table-of-content {
    padding: 32px 35px;
    margin-bottom: 40px;
  }
}
.dealer_details .main .post .content-post > h2 {
  font-size: 2rem !important;
}
@media (max-width: 479px) {
  .dealer_details .main .post .content-post > h2 {
    font-size: 18px !important;
  }
}
.dealer_details .main .post .content-post > p,
.dealer_details .main .post .content-post > span,
.dealer_details .main .post .content-post > h1,
.dealer_details .main .post .content-post > h2,
.dealer_details .main .post .content-post > h3,
.dealer_details .main .post .content-post > h4,
.dealer_details .main .post .content-post > h5,
.dealer_details .main .post .content-post > h6 {
  font-family: "Bold-bmw", sans-serif;
  color: #f0f0f0;
  margin-bottom: 14px;
  margin-top: 14px;
  text-align: justify;
}
.dealer_details .main .post .content-post > p {
  color: #f0f0f0;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: justify;
}
@media (max-width: 479px) {
  .dealer_details .main .post .content-post > p {
    font-size: 14px;
    line-height: 20px;
  }
}
.dealer_details .main .post .content-post div {
  margin-top: 10px;
  color: #f0f0f0;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: justify;
}
@media (max-width: 479px) {
  .dealer_details .main .post .content-post div {
    font-size: 14px;
    line-height: 20px;
  }
}
.dealer_details .main .post .content-post a {
  color: #3498db;
}
.dealer_details .main .post .content-post p > img,
.dealer_details .main .post .content-post .table {
  margin-bottom: 10px !important;
  margin-top: 30px;
  height: auto;
}
@media (max-width: 479px) {
  .dealer_details .main .post .content-post p > img,
  .dealer_details .main .post .content-post .table {
    margin-bottom: 8px;
    margin-top: 16px;
  }
}
.dealer_details .main .post .rating .title {
  margin-bottom: 16px;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .dealer_details .main .post .rating .title {
    margin-bottom: 12px;
    font-size: 24px;
  }
}
.dealer_details .main .post .rating .desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 479px) {
  .dealer_details .main .post .rating .desc {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}
.dealer_details .main .post .rating .desc span {
  color: #f01;
}
.dealer_details .main .post .rating .star-rating {
  direction: rtl;
  display: inline-block;
  cursor: default;
}
.dealer_details .main .post .rating .star-rating input[type=radio] {
  display: none;
}
.dealer_details .main .post .rating .star-rating label {
  color: #f0f0f0;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.dealer_details .main .post .rating .star-rating label:hover,
.dealer_details .main .post .rating .star-rating label:hover ~ label,
.dealer_details .main .post .rating .star-rating input[type=radio]:checked ~ label {
  color: #f37322;
}
.dealer_details .main .post .rating .star-rating i {
  font-size: 24px;
}
@media (max-width: 479px) {
  .dealer_details .main .post .rating .star-rating i {
    font-size: 18px;
  }
}
.dealer_details .main .post .rating form > ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 479px) {
  .dealer_details .main .post .rating form > ul {
    margin-bottom: 40px;
    gap: 28px;
  }
}
.dealer_details .main .post .rating form > ul li > .d-flex {
  align-items: center;
}
.dealer_details .main .post .rating form > ul li > .d-flex .name {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  min-width: 110px;
  margin-right: 40px;
}
@media (max-width: 479px) {
  .dealer_details .main .post .rating form > ul li > .d-flex .name {
    font-size: 14px;
    margin-right: 32px;
  }
}
.dealer_details .main .post .rating form > ul li > .d-flex .feeling {
  margin-left: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 479px) {
  .dealer_details .main .post .rating form > ul li > .d-flex .feeling {
    font-size: 14px;
  }
}
.dealer_details .main .post .rating form > .d-flex {
  flex-direction: column;
  margin-bottom: 60px;
}
@media (max-width: 479px) {
  .dealer_details .main .post .rating form > .d-flex {
    margin-bottom: 40px;
  }
}
.dealer_details .main .post .rating form > .d-flex .label {
  color: #f0f0f0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .dealer_details .main .post .rating form > .d-flex .label {
    font-size: 14px;
  }
}
.dealer_details .main .post .rating form > .d-flex .label span {
  color: #f00;
}
.dealer_details .main .post .rating form > .d-flex input {
  width: 100%;
  padding: 9px 0 9px 10px;
  background-color: transparent;
  color: #f0f0f0;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  border-bottom: 1px solid #8f8f8f;
}
@media (max-width: 479px) {
  .dealer_details .main .post .rating form > .d-flex input {
    padding: 7px 0 7px 0;
    font-size: 14px;
  }
}
.dealer_details .main .post .rating form > .d-flex input:focus {
  border-bottom: 1px solid #f37322;
}
.dealer_details .main .post .rating form .row {
  justify-content: space-between;
  margin: 0 -28px 60px -28px;
}
@media (max-width: 479px) {
  .dealer_details .main .post .rating form .row {
    margin: 0;
  }
}
.dealer_details .main .post .rating form .row .col-12 {
  padding: 0 28px;
}
@media (max-width: 479px) {
  .dealer_details .main .post .rating form .row .col-12 {
    padding: 0;
  }
}
.dealer_details .main .post .rating form .row .col-12 .d-flex {
  flex-direction: column;
}
@media (max-width: 479px) {
  .dealer_details .main .post .rating form .row .col-12 .d-flex {
    margin-bottom: 40px;
  }
}
.dealer_details .main .post .rating form .row .col-12 .d-flex .label {
  color: #f0f0f0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .dealer_details .main .post .rating form .row .col-12 .d-flex .label {
    font-size: 14px;
  }
}
.dealer_details .main .post .rating form .row .col-12 .d-flex .label span {
  color: #f00;
}
.dealer_details .main .post .rating form .row .col-12 .d-flex input {
  width: 100%;
  padding: 9px 0 9px 10px;
  background-color: transparent;
  color: #f0f0f0;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  border-bottom: 1px solid #8f8f8f;
}
@media (max-width: 479px) {
  .dealer_details .main .post .rating form .row .col-12 .d-flex input {
    padding: 7px 0 7px 0;
    font-size: 14px;
  }
}
.dealer_details .main .post .rating form .row .col-12 .d-flex input:focus {
  border-bottom: 1px solid #f37322;
}
.dealer_details .main .post .rating form .box {
  display: flex;
  gap: 30px;
  margin-bottom: 60px;
  align-items: end;
}
@media (max-width: 479px) {
  .dealer_details .main .post .rating form .box {
    gap: 0px;
    margin-bottom: 40px;
  }
}
.dealer_details .main .post .rating form .box input {
  display: none;
}
.dealer_details .main .post .rating form .box .label {
  cursor: pointer;
  color: #f0f0f0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .dealer_details .main .post .rating form .box .label {
    font-size: 14px;
  }
}
.dealer_details .main .post .rating form .box .label .mini-box {
  margin-top: 30px;
  width: 137px;
  height: 137px;
  background-color: #313131;
  border: 1px solid #f37322;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 479px) {
  .dealer_details .main .post .rating form .box .label .mini-box {
    margin-top: 20px;
    margin-right: 16px;
    width: 104px;
    height: 104px;
  }
}
.dealer_details .main .post .rating form .box .img-thumbs-hidden {
  display: none;
}
.dealer_details .main .post .rating form .box .wrapper-thumb {
  position: relative;
  display: inline-block;
  justify-content: space-around;
}
.dealer_details .main .post .rating form .box .img-preview-thumb {
  border: 1px solid #f37322;
  margin-right: 16px;
  width: 137px;
  height: 137px;
}
@media (max-width: 479px) and (max-width: 479px) {
  .dealer_details .main .post .rating form .box .img-preview-thumb {
    margin-right: 12px;
    width: 104px;
    height: 104px;
  }
}
.dealer_details .main .post .rating form .box .remove-btn {
  position: absolute;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  top: -12px;
  right: 5px;
  width: 24px;
  height: 24px;
  background: white;
  border-radius: 50%;
  font-weight: bold;
  cursor: pointer;
  color: #f37322;
  border: 2px solid #f37322;
}
.dealer_details .main .post .rating form .box .remove-btn:hover {
  box-shadow: 0px 0px 3px grey;
  transition: all 0.3s ease-in-out;
}
.dealer_details .main .comment .title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .dealer_details .main .comment .title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.dealer_details .main .comment .comment-list li {
  margin-bottom: 20px;
}
.dealer_details .main .comment .comment-list li .logo-name {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .dealer_details .main .comment .comment-list li .logo-name {
    margin-bottom: 13px;
  }
}
.dealer_details .main .comment .comment-list li .logo-name .logo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f37322;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dealer_details .main .comment .comment-list li .logo-name .logo p {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .dealer_details .main .comment .comment-list li .logo-name .logo p {
    font-size: 24px;
    line-height: 24px;
  }
}
.dealer_details .main .comment .comment-list li .logo-name .name .date {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.dealer_details .main .comment .comment-list li .logo-name .name .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.dealer_details .main .comment .comment-list li .content {
  padding-left: 80px;
}
.dealer_details .main .comment .comment-list li .content .stars {
  margin-bottom: 30px;
}
@media (max-width: 479px) {
  .dealer_details .main .comment .comment-list li .content .stars {
    margin-bottom: 24px;
  }
}
.dealer_details .main .comment .comment-list li .content .text {
  color: #8f8f8f;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
@media (max-width: 479px) {
  .dealer_details .main .comment .comment-list li .content .text {
    margin-bottom: 24px;
  }
}
.dealer_details .main .comment .comment-list li .content ul {
  display: flex;
  align-items: center;
  gap: 16px;
}
.dealer_details .main .comment .comment-list li .content ul li img {
  width: 92px;
  height: 92px;
  border: 1px solid #f37322;
}
@media (max-width: 479px) {
  .dealer_details .main .comment .comment-list li .content ul li img {
    width: 68px;
    height: 68px;
  }
}

.join-agency {
  padding-top: 108px;
}
@media (max-width: 479px) {
  .join-agency {
    padding-top: 61px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .join-agency {
    padding-top: 61px;
  }
}
.join-agency .banner {
  position: relative;
  height: 100vh;
  margin-bottom: 430px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 479px) {
  .join-agency .banner {
    height: 241px;
    margin-bottom: 455px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .join-agency .banner {
    height: 50vh;
    margin-bottom: 430px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.join-agency .banner .content {
  z-index: 123;
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  bottom: -302px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1056px;
  padding: 80px 60px;
  background: rgba(81, 81, 81, 0.4);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
@media (max-width: 479px) {
  .join-agency .banner .content {
    bottom: -380px;
    width: 364px;
    padding: 40px 30px 30px 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .join-agency .banner .content {
    bottom: -380px;
    width: 80%;
    padding: 40px 30px 30px 30px;
  }
}
.join-agency .banner .content::before {
  top: -16px;
  left: -16px;
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #f37322;
  width: 16px;
  height: 16px;
}
.join-agency .banner .content::after {
  top: -16px;
  right: -16px;
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #f37322;
  width: 16px;
  height: 16px;
}
.join-agency .banner .content .dot::before {
  bottom: -16px;
  left: -16px;
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #f37322;
  width: 16px;
  height: 16px;
}
.join-agency .banner .content .dot::after {
  bottom: -16px;
  right: -16px;
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #f37322;
  width: 16px;
  height: 16px;
}
.join-agency .banner .content .title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 479px) {
  .join-agency .banner .content .title {
    font-size: 18px;
    margin-bottom: 16px;
    text-align: left;
  }
}
.join-agency .banner .content .desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 479px) {
  .join-agency .banner .content .desc {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
    text-align: justify;
  }
}
.join-agency .banner .content ul {
  display: flex;
  margin-bottom: 60px;
  gap: 109px;
}
@media (max-width: 479px) {
  .join-agency .banner .content ul {
    margin-bottom: 30px;
    gap: 24px;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .join-agency .banner .content ul {
    gap: 20px;
  }
}
.join-agency .banner .content ul li .d-flex {
  gap: 20px;
  align-items: center;
}
@media (max-width: 479px) {
  .join-agency .banner .content ul li .d-flex {
    gap: 16px;
  }
}
.join-agency .banner .content ul li .d-flex .box {
  width: 16px;
  height: 16px;
  background-color: #f37322;
}
@media (max-width: 479px) {
  .join-agency .banner .content ul li .d-flex .box {
    width: 10px;
    height: 10px;
  }
}
.join-agency .banner .content ul li .d-flex .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .join-agency .banner .content ul li .d-flex .text {
    font-size: 14px;
  }
}
.join-agency .slide .items {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 540px;
}
@media (max-width: 479px) {
  .join-agency .slide .items {
    height: 160px;
    margin-bottom: 300px;
  }
}
.join-agency .slide .items .content {
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  padding: 80px 60px 129px 172px;
  height: 100%;
  max-width: 720px;
}
@media (max-width: 479px) {
  .join-agency .slide .items .content {
    background: #131313;
    -webkit-backdrop-filter: initial;
            backdrop-filter: initial;
    padding: 24px;
    margin-top: 160px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .join-agency .slide .items .content {
    max-width: 50%;
    padding: 32px;
    text-align: center;
  }
}
.join-agency .slide .items .content .number {
  font-size: 110px;
  font-style: normal;
  font-weight: 700;
  line-height: 110px; /* 21.818% */
  text-transform: uppercase;
  margin-bottom: 40px;
  -webkit-text-stroke: 1px #f0f0f0;
  color: transparent;
}
@media (max-width: 479px) {
  .join-agency .slide .items .content .number {
    font-size: 96px;
    line-height: 96px;
    margin-bottom: 24px;
    text-align: center;
  }
}
.join-agency .slide .items .content .title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px; /* 168.75% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 479px) {
  .join-agency .slide .items .content .title {
    font-size: 24px;
    line-height: 37px;
    letter-spacing: 1.2px;
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: 0;
  }
}
.join-agency .slide .slick-arrow {
  position: absolute;
  background-color: #8f8f8f;
  padding: 9px 10px;
  z-index: 1;
  bottom: 118px;
}
@media (max-width: 479px) {
  .join-agency .slide .slick-arrow {
    bottom: 0;
  }
}
.join-agency .slide .slick-arrow i {
  font-size: 24px;
  line-height: 24px;
  color: #f0f0f0;
}
.join-agency .slide .slick-arrow:hover {
  background-color: #f37322;
}
.join-agency .slide .slick-next {
  left: 244px;
}
.join-agency .slide .slick-prev {
  left: 172px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .join-agency .slide .slick-prev {
    left: 96px;
  }
}
.join-agency .brand-identity {
  position: relative;
}
.join-agency .brand-identity::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 180px;
  background: linear-gradient(0, rgba(0, 0, 0, 0) 0%, #131313 76.74%);
  top: 0;
}
@media (max-width: 479px) {
  .join-agency .brand-identity::after {
    height: 53.333px;
    top: -1px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .join-agency .brand-identity::after {
    top: -1px;
  }
}
.join-agency .brand-identity::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 180px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #131313 76.74%);
}
@media (max-width: 479px) {
  .join-agency .brand-identity::before {
    height: 53.333px;
    bottom: -1px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .join-agency .brand-identity::before {
    bottom: -1px;
  }
}
.join-agency .join-agency-link {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 572px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 479px) {
  .join-agency .join-agency-link {
    height: 240px;
  }
}
.join-agency .join-agency-link::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #131313 0.52%, rgba(0, 0, 0, 0) 52.08%, #131313 100%);
  z-index: -1;
}
@media (max-width: 479px) {
  .join-agency .join-agency-link::before {
    top: -1px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .join-agency .join-agency-link::before {
    top: -1px;
  }
}
.join-agency .join-agency-link .content .d-flex {
  justify-content: center;
}

.stars {
  display: inline-block;
  width: auto;
  position: relative;
  font-size: 26px;
}
@media (max-width: 479px) {
  .stars {
    font-size: 19px;
  }
}

.stars:before {
  content: "★★★★★";
  position: absolute;
  overflow: hidden;
  z-index: 1;
  left: 0px;
  top: 0px;
  /* everything below here is optional. */
  color: #f37322;
}

.stars:after {
  content: "★★★★★";
  position: relative;
  color: #f0f0f0;
}

.stars:not([data-percent]):before,
.stars[data-percent="0"]:before {
  display: none;
}

/* 1/2 a star */
.stars[data-percent="10"]:before {
  width: 10%;
}

.stars[data-percent="11"]:before {
  width: 10%;
}

.stars[data-percent="12"]:before {
  width: 10%;
}

.stars[data-percent="13"]:before {
  width: 10%;
}

.stars[data-percent="14"]:before {
  width: 10%;
}

.stars[data-percent="15"]:before {
  width: 10%;
}

.stars[data-percent="16"]:before {
  width: 10%;
}

.stars[data-percent="17"]:before {
  width: 10%;
}

.stars[data-percent="18"]:before {
  width: 10%;
}

.stars[data-percent="19"]:before {
  width: 10%;
}

/* 1 star */
.stars[data-percent="20"]:before {
  width: 20%;
}

.stars[data-percent="21"]:before {
  width: 20%;
}

.stars[data-percent="22"]:before {
  width: 20%;
}

.stars[data-percent="23"]:before {
  width: 20%;
}

.stars[data-percent="24"]:before {
  width: 20%;
}

.stars[data-percent="25"]:before {
  width: 20%;
}

.stars[data-percent="26"]:before {
  width: 20%;
}

.stars[data-percent="27"]:before {
  width: 20%;
}

.stars[data-percent="28"]:before {
  width: 20%;
}

.stars[data-percent="29"]:before {
  width: 20%;
}

/* 1 & 1/2 stars */
.stars[data-percent="30"]:before {
  width: 30%;
}

.stars[data-percent="31"]:before {
  width: 30%;
}

.stars[data-percent="32"]:before {
  width: 30%;
}

.stars[data-percent="33"]:before {
  width: 30%;
}

.stars[data-percent="34"]:before {
  width: 30%;
}

.stars[data-percent="35"]:before {
  width: 30%;
}

.stars[data-percent="36"]:before {
  width: 30%;
}

.stars[data-percent="37"]:before {
  width: 30%;
}

.stars[data-percent="38"]:before {
  width: 30%;
}

.stars[data-percent="39"]:before {
  width: 30%;
}

/* etc. */
.stars[data-percent="40"]:before {
  width: 40%;
}

.stars[data-percent="41"]:before {
  width: 40%;
}

.stars[data-percent="42"]:before {
  width: 40%;
}

.stars[data-percent="43"]:before {
  width: 40%;
}

.stars[data-percent="44"]:before {
  width: 40%;
}

.stars[data-percent="45"]:before {
  width: 40%;
}

.stars[data-percent="46"]:before {
  width: 40%;
}

.stars[data-percent="47"]:before {
  width: 40%;
}

.stars[data-percent="48"]:before {
  width: 40%;
}

.stars[data-percent="49"]:before {
  width: 40%;
}

.stars[data-percent="50"]:before {
  width: 50%;
}

.stars[data-percent="51"]:before {
  width: 50%;
}

.stars[data-percent="52"]:before {
  width: 50%;
}

.stars[data-percent="53"]:before {
  width: 50%;
}

.stars[data-percent="54"]:before {
  width: 50%;
}

.stars[data-percent="55"]:before {
  width: 50%;
}

.stars[data-percent="56"]:before {
  width: 50%;
}

.stars[data-percent="57"]:before {
  width: 50%;
}

.stars[data-percent="58"]:before {
  width: 50%;
}

.stars[data-percent="59"]:before {
  width: 50%;
}

.stars[data-percent="60"]:before {
  width: 60%;
}

.stars[data-percent="61"]:before {
  width: 60%;
}

.stars[data-percent="62"]:before {
  width: 60%;
}

.stars[data-percent="63"]:before {
  width: 60%;
}

.stars[data-percent="64"]:before {
  width: 60%;
}

.stars[data-percent="65"]:before {
  width: 60%;
}

.stars[data-percent="66"]:before {
  width: 60%;
}

.stars[data-percent="67"]:before {
  width: 60%;
}

.stars[data-percent="68"]:before {
  width: 60%;
}

.stars[data-percent="69"]:before {
  width: 60%;
}

.stars[data-percent="70"]:before {
  width: 70%;
}

.stars[data-percent="71"]:before {
  width: 70%;
}

.stars[data-percent="72"]:before {
  width: 70%;
}

.stars[data-percent="73"]:before {
  width: 70%;
}

.stars[data-percent="74"]:before {
  width: 70%;
}

.stars[data-percent="75"]:before {
  width: 70%;
}

.stars[data-percent="76"]:before {
  width: 70%;
}

.stars[data-percent="77"]:before {
  width: 70%;
}

.stars[data-percent="78"]:before {
  width: 70%;
}

.stars[data-percent="79"]:before {
  width: 70%;
}

.stars[data-percent="80"]:before {
  width: 80%;
}

.stars[data-percent="81"]:before {
  width: 80%;
}

.stars[data-percent="82"]:before {
  width: 80%;
}

.stars[data-percent="83"]:before {
  width: 80%;
}

.stars[data-percent="84"]:before {
  width: 80%;
}

.stars[data-percent="85"]:before {
  width: 80%;
}

.stars[data-percent="86"]:before {
  width: 80%;
}

.stars[data-percent="87"]:before {
  width: 80%;
}

.stars[data-percent="88"]:before {
  width: 80%;
}

.stars[data-percent="89"]:before {
  width: 80%;
}

.stars[data-percent="90"]:before {
  width: 90%;
}

.stars[data-percent="91"]:before {
  width: 90%;
}

.stars[data-percent="92"]:before {
  width: 90%;
}

.stars[data-percent="93"]:before {
  width: 90%;
}

.stars[data-percent="94"]:before {
  width: 90%;
}

.stars[data-percent="95"]:before {
  width: 90%;
}

.stars[data-percent="96"]:before {
  width: 90%;
}

.stars[data-percent="97"]:before {
  width: 90%;
}

.stars[data-percent="98"]:before {
  width: 90%;
}

.stars[data-percent="99"]:before {
  width: 90%;
}

.stars[data-percent="100"]:before {
  width: 100%;
}

.get-data-user-form {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 12345;
  transition: opacity 0.3s linear 0s;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.get-data-user-form input::-webkit-outer-spin-button,
.get-data-user-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.get-data-user-form input[type=number] {
  -moz-appearance: textfield;
}
.get-data-user-form .bg-form {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  cursor: pointer;
  position: absolute;
  background-color: rgba(10, 10, 10, 0.5);
}
.get-data-user-form .center-form {
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 552px;
  height: auto;
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  border: 1px solid #f0f0f0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(38, 38, 38, 0.3);
}
@media (max-width: 479px) {
  .get-data-user-form .center-form {
    width: 94%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .get-data-user-form .center-form {
    width: 60%;
  }
}
.get-data-user-form .center-form .ri-close-line {
  font-size: 28px;
  color: #f0f0f0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  padding-top: 10px;
  padding-right: 10px;
  cursor: pointer;
}
@media (max-width: 479px) {
  .get-data-user-form .center-form .ri-close-line {
    padding-top: 5px;
    padding-right: 5px;
    font-size: 20px;
  }
}
.get-data-user-form .center-form .user-form {
  padding: 30px;
}
.get-data-user-form .center-form .user-form .title {
  color: #f0f0f0;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.get-data-user-form .center-form .user-form .desc {
  max-width: 278px;
  color: #8f8f8f;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.get-data-user-form .center-form .user-form .form-list {
  gap: 20px;
  margin-bottom: 20px;
  justify-content: center;
}
@media (max-width: 479px) {
  .get-data-user-form .center-form .user-form .form-list {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.get-data-user-form .center-form .user-form .form-list .form-items {
  width: 236px;
  padding: 0;
}
@media (max-width: 479px) {
  .get-data-user-form .center-form .user-form .form-list .form-items {
    width: 100%;
    max-width: 342px;
    margin: auto;
  }
}
.get-data-user-form .center-form .user-form .form-list .form-items > div {
  gap: 4px;
  display: flex;
  flex-direction: column;
}
.get-data-user-form .center-form .user-form .form-list .form-items .label {
  font-size: 16px;
  font-style: normal;
  color: #f0f0f0;
}
@media (max-width: 479px) {
  .get-data-user-form .center-form .user-form .form-list .form-items .label {
    font-size: 14px;
  }
}
.get-data-user-form .center-form .user-form .form-list .form-items .label span {
  color: #f00;
}
.get-data-user-form .center-form .user-form .form-list .form-items input {
  width: 100%;
  font-size: 16px;
  padding: 10px 0 10px 15px;
  font-style: normal;
  line-height: normal;
  color: #131313;
  background-color: #f0f0f0;
  border-radius: 8px;
}
@media (max-width: 479px) {
  .get-data-user-form .center-form .user-form .form-list .form-items input {
    padding: 11.5px 0 11.5px 15px;
    font-size: 14px;
  }
}
.get-data-user-form .center-form .user-form .form-list .form-items input:focus {
  border-bottom: 1px solid #f37322;
}
.get-data-user-form .center-form .user-form .form-list .form-items label.error {
  color: #f37322;
  font-size: 12px;
  font-style: italic;
}
.get-data-user-form .center-form .user-form .form-list .form-items select {
  padding: 10px 0;
  font-size: 16px;
  border-top: none;
  border-left: none;
  font-style: normal;
  border-right: none;
  line-height: normal;
  color: #f0f0f0;
  background-color: transparent;
  border-bottom: 1px solid #8f8f8f;
}
@media (max-width: 479px) {
  .get-data-user-form .center-form .user-form .form-list .form-items select {
    padding: 5px 0;
    font-size: 14px;
  }
}
.get-data-user-form .center-form .user-form .form-list .form-items select:focus {
  border-bottom: 1px solid #f37322;
}
.get-data-user-form .center-form .user-form .form-list .form-items select:focus-visible {
  border-bottom: 1px solid #f37322;
  outline: none;
}
.get-data-user-form .center-form .user-form .form-list .form-items select option {
  color: #131313;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  font-style: normal;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  background: linear-gradient(90deg, rgba(49, 49, 49, 0.9) 0%, rgba(19, 19, 19, 0.9) 100%);
  padding: 10px 0;
}
@media (max-width: 479px) {
  .get-data-user-form .center-form .user-form .form-list .form-items select option {
    font-size: 14px;
  }
}
.get-data-user-form .center-form .user-form .submit-button {
  width: 100%;
}
.get-data-user-form .center-form .user-form .submit-button button {
  width: 100%;
  padding: 12.5px 0;
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
.hide-user-form {
  opacity: 0;
  pointer-events: none;
}

.center-user-form {
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  background-image: url("https://aozoom.com.vn/storage/uploads/background/bg-form.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 479px) {
  .center-user-form {
    background: transparent;
  }
}
.center-user-form .user-form {
  padding: 60px;
}
@media (max-width: 479px) {
  .center-user-form .user-form {
    padding: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .center-user-form .user-form {
    padding: 30px;
  }
}
.center-user-form .user-form .title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 14px;
  text-transform: uppercase;
  color: #f0f0f0 !important;
}
@media (max-width: 479px) {
  .center-user-form .user-form .title {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .center-user-form .user-form .title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.center-user-form .user-form .desc {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
  color: #f0f0f0 !important;
}
@media (max-width: 479px) {
  .center-user-form .user-form .desc {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .center-user-form .user-form .desc {
    font-size: 14px;
  }
}
.center-user-form .user-form .form-list {
  max-width: 590px;
  margin: auto;
  justify-content: space-between;
}
@media (max-width: 479px) {
  .center-user-form .user-form .form-list {
    max-width: 100%;
  }
}
.center-user-form .user-form .form-list .form-items {
  margin-bottom: 30px;
  padding: 0;
  width: 285px;
}
@media (max-width: 479px) {
  .center-user-form .user-form .form-list .form-items {
    width: 100%;
    margin-bottom: 20px;
  }
}
.center-user-form .user-form .form-list .form-items > div {
  gap: 4px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.center-user-form .user-form .form-list .form-items .label {
  font-size: 16px;
  font-style: normal;
  color: #f0f0f0;
}
@media (max-width: 479px) {
  .center-user-form .user-form .form-list .form-items .label {
    font-size: 14px;
  }
}
.center-user-form .user-form .form-list .form-items .label span {
  color: #f00;
}
.center-user-form .user-form .form-list .form-items input {
  width: 285px;
  font-size: 14px;
  padding: 11px 0 12px 16px;
  font-style: normal;
  line-height: normal;
  color: #131313;
  background-color: #f0f0f0;
  border-radius: 8px;
}
@media (max-width: 479px) {
  .center-user-form .user-form .form-list .form-items input {
    width: 100%;
  }
}
.center-user-form .user-form .form-list .form-items input::-moz-placeholder {
  font-style: italic;
}
.center-user-form .user-form .form-list .form-items input::placeholder {
  font-style: italic;
}
.center-user-form .user-form .form-list .form-items label.error {
  color: #f37322;
  font-size: 12px;
  font-style: italic;
  width: 100%;
  padding-left: 10px;
}
.center-user-form .user-form .form-list .form-items select {
  padding: 10px 0;
  font-size: 16px;
  border-top: none;
  border-left: none;
  font-style: normal;
  border-right: none;
  line-height: normal;
  color: #f0f0f0;
  background-color: transparent;
  border-bottom: 1px solid #8f8f8f;
}
@media (max-width: 479px) {
  .center-user-form .user-form .form-list .form-items select {
    padding: 5px 0;
    font-size: 14px;
  }
}
.center-user-form .user-form .form-list .form-items select:focus {
  border-bottom: 1px solid #f37322;
}
.center-user-form .user-form .form-list .form-items select:focus-visible {
  border-bottom: 1px solid #f37322;
  outline: none;
}
.center-user-form .user-form .form-list .form-items select option {
  color: #131313;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  font-style: normal;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  background: linear-gradient(90deg, rgba(49, 49, 49, 0.9) 0%, rgba(19, 19, 19, 0.9) 100%);
  padding: 10px 0;
}
@media (max-width: 479px) {
  .center-user-form .user-form .form-list .form-items select option {
    font-size: 14px;
  }
}
.center-user-form .user-form .submit-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.center-user-form .user-form .btn-grad {
  width: 590px;
}
@media (max-width: 479px) {
  .center-user-form .user-form .btn-grad {
    width: 100%;
    padding: 12.5px 24px;
  }
}

*,
*:after,
*:before {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.social-share-bg {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(19, 19, 19, 0.8);
  transition: all 0.1s linear;
  opacity: 0;
  pointer-events: none;
}

.opacity__1 {
  opacity: 1 !important;
  pointer-events: initial !important;
}

#social-share {
  width: 231px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1234;
  /*transitions with relative delay*/
}
@media (max-width: 479px) {
  #social-share {
    width: 195px;
    right: 16px;
  }
}
#social-share div.social-open-menu .btn-share, #social-share ul.social-itens .btn-share {
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  color: white;
  line-height: 1;
  outline: 0;
  border: 0;
  margin-top: 15px;
}
#social-share div.social-open-menu .btn-share:hover, #social-share ul.social-itens .btn-share:hover {
  box-shadow: #f0f0f0 0 0 30px;
  transition: all 0.3s linear;
}
#social-share ul.social-itens {
  pointer-events: none;
  list-style: none;
  text-decoration: none;
  text-align: center;
  position: relative;
  display: block;
  /* display: none; */
}
#social-share ul.social-itens li {
  margin-right: 6px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
#social-share ul.social-itens .btn-share {
  width: 60px;
  height: 60px;
  /* transform: none; */
}
@media (max-width: 479px) {
  #social-share ul.social-itens .btn-share {
    width: 50px;
    height: 50px;
  }
}
#social-share ul.social-itens .btn-share.social-item-1 {
  background: #f0f0f0;
}
#social-share ul.social-itens .btn-share.social-item-1 i {
  font-size: 32px;
  color: #f37322;
}
@media (max-width: 479px) {
  #social-share ul.social-itens .btn-share.social-item-1 i {
    font-size: 28px;
  }
}
#social-share ul.social-itens .btn-share.social-item-2 {
  background: #f0f0f0;
}
#social-share ul.social-itens .btn-share.social-item-2 div img {
  width: 34px;
  height: 34px;
}
@media (max-width: 479px) {
  #social-share ul.social-itens .btn-share.social-item-2 div img {
    width: 28px;
    height: 28px;
  }
}
#social-share ul.social-itens .btn-share.social-item-3 {
  background: #f0f0f0;
}
#social-share ul.social-itens .btn-share.social-item-3 i {
  font-size: 32px;
  color: #f37322;
}
@media (max-width: 479px) {
  #social-share ul.social-itens .btn-share.social-item-3 i {
    font-size: 28px;
  }
}
#social-share ul.social-itens .btn-share.social-item-4 {
  background: linear-gradient(90deg, #001a46 0%, #131313 100%);
}
#social-share ul.social-itens .btn-share.social-item-4 div img {
  width: 34px;
  height: 34px;
}
#social-share ul.social-itens.open .btn-share {
  transform: scale(1);
  opacity: 1;
  pointer-events: initial;
  /* transform: translate(0px, -15px); */
}
#social-share ul.social-itens li {
  position: relative;
}
#social-share ul.social-itens li .btn-share {
  transform: scale(0);
  opacity: 0;
}
#social-share ul.social-itens li .btn-share-text {
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 10px;
  min-width: 125px;
  border-radius: 2px;
  padding: 3px 4px;
  text-align: center;
  font-weight: 300;
  color: #f0f0f0;
  display: block;
  transform: translate(0, -50%);
}
@media (max-width: 479px) {
  #social-share ul.social-itens li .btn-share-text {
    opacity: 1;
    font-size: 14px;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #social-share ul.social-itens li .btn-share-text {
    opacity: 1;
    font-size: 14px;
    margin-right: 0;
  }
}
#social-share ul.social-itens li:hover .btn-share-text {
  opacity: 1;
}
#social-share div.social-open-menu {
  float: right;
}
#social-share div.social-open-menu .btn-share {
  width: 70px;
  height: 70px;
  background: #f37322;
  box-shadow: #f0f0f0 0 0 24px;
  margin-top: 20px;
}
@media (max-width: 479px) {
  #social-share div.social-open-menu .btn-share {
    width: 56px;
    height: 56px;
  }
}
#social-share div.social-open-menu .btn-share p {
  font-size: 16px;
  font-style: italic;
}
@media (max-width: 479px) {
  #social-share div.social-open-menu .btn-share p {
    font-size: 14px;
  }
}
#social-share div.social-open-menu .btn-share i {
  display: none;
  font-size: 36px;
  color: #f37322;
}
@media (max-width: 479px) {
  #social-share div.social-open-menu .btn-share i {
    font-size: 32px;
  }
}
#social-share div.social-open-menu .close_contact {
  background: #f0f0f0;
}
#social-share div.social-open-menu .close_contact p {
  display: none;
}
#social-share div.social-open-menu .close_contact i {
  display: block;
}
#social-share .chatting {
  display: flex !important;
  margin-top: 10px;
}
#social-share .chatting li {
  margin-right: 20px !important;
}
#social-share .chatting .btn-share-text {
  top: auto !important;
  bottom: -22px;
  left: 46%;
  transform: translate(-50%, 0) !important;
}
#social-share .social-item-2 i {
  font-size: 34px;
}
#social-share .social-itens.open .social-item-1,
#social-share .social-itens.open .social-item-1 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
}
#social-share .social-itens.hidden .social-item-1,
#social-share .social-itens.open .social-item-1 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
}
#social-share .social-itens.open .social-item-2,
#social-share .social-itens.open .social-item-2 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
}
#social-share .social-itens.hidden .social-item-2,
#social-share .social-itens.open .social-item-2 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
}
#social-share .social-itens.open .social-item-3,
#social-share .social-itens.open .social-item-3 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
}
#social-share .social-itens.hidden .social-item-3,
#social-share .social-itens.open .social-item-3 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
}
#social-share .social-itens.open .social-item-4,
#social-share .social-itens.open .social-item-4 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
}
#social-share .social-itens.hidden .social-item-4,
#social-share .social-itens.open .social-item-4 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
}

.thankYou {
  background-image: url("https://aozoom.com.vn/storage/uploads/thanks/thank_you_pc.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 108px;
  height: calc(100vh - 108px);
  position: relative;
}
@media (max-width: 479px) {
  .thankYou {
    margin-top: 61px;
    height: calc(100vh - 61px);
    background-image: url("https://aozoom.com.vn/storage/uploads/thanks/thank_you_mb.webp");
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .thankYou {
    margin-top: 61px;
    height: calc(100vh - 61px);
  }
}
.thankYou .content {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 80px;
  transform: translate(0, -50%);
}
@media (max-width: 479px) {
  .thankYou .content {
    top: auto;
    bottom: 80px;
    left: 0;
    transform: initial;
    width: 100%;
    padding: 0 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .thankYou .content {
    top: auto;
    bottom: 400px;
    left: 0;
    transform: initial;
    left: 32px;
  }
}
.thankYou .content h1 {
  font-size: 64px;
  line-height: 64px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 479px) {
  .thankYou .content h1 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 16px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .thankYou .content h1 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 16px;
    text-align: center;
  }
}
.thankYou .content > p {
  font-size: 24px;
  line-height: 37px;
  text-align: left;
}
@media (max-width: 479px) {
  .thankYou .content > p {
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.01em;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .thankYou .content > p {
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.01em;
    text-align: center;
  }
}
.thankYou .content .btns {
  margin-top: 80px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 479px) {
  .thankYou .content .btns {
    flex-direction: column;
    margin-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .thankYou .content .btns {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .thankYou .content .btns .a-btn {
    width: 100%;
  }
}
.thankYou .content .btns .a-btn p.c-black {
  border-radius: 8px;
  padding: 16.5px 24px;
  font-size: 14px;
  line-height: 19.01px;
  text-align: center;
  text-transform: uppercase;
  background-color: #f0f0f0;
}
@media (max-width: 479px) {
  .thankYou .content .btns .a-btn .btn-grad {
    width: 100%;
  }
}

.fsz-32 {
  font-size: 32px;
  line-height: 54px;
  letter-spacing: 2.24px;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fsz-32 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: normal;
  }
}

.fsz-16 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fsz-16 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: normal;
  }
}

.mb-24 {
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mb-24 {
    margin-bottom: 12px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mb-30 {
    margin-bottom: 15px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mb-32 {
    margin-bottom: 16px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}

.mb-48 {
  margin-bottom: 48px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mb-48 {
    margin-bottom: 24px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .mb-60 {
    margin-bottom: 20px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.mb-112 {
  margin-bottom: 112px;
}
@media (max-width: 479px) {
  .mb-112 {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mb-112 {
    margin-bottom: 60px;
  }
}

.t-0 {
  top: 0 !important;
  transition: all 0.5s ease;
}

.scrolling_down {
  background-color: #131313;
}

.zalo-chat-widget {
  bottom: 157px !important;
  right: 24px !important;
  left: auto !important;
  transform: scale(0.7);
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px 0px;
}

.za-chat__head-box {
  height: 60px !important;
  bottom: -2px !important;
  right: 14px !important;
}

.za-chat__head-box .logo {
  width: 32px !important;
}

.hotline {
  position: fixed;
  z-index: 999;
  right: 24px;
  bottom: 90px;
}

.hotline .btn-share {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #f37322;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px 0px;
}

.hotline .btn-share img {
  width: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}

.zalo_chat {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f37322;
  position: fixed;
  bottom: 155px;
  right: 24px;
  z-index: 123456;
}

@media only screen and (max-width: 575px) {
  .zalo_chat {
    bottom: 120px !important;
    width: 40px !important;
    height: 40px !important;
  }
  .hotline {
    bottom: 75px !important;
  }
  .hotline .btn-share {
    width: 40px !important;
    height: 40px !important;
  }
  .hotline .btn-share img {
    width: 24px !important;
  }
  .zalo-chat-widget {
    bottom: 112px !important;
    right: 15px !important;
    transform: scale(0.6) !important;
  }
  .back-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .back-to-top.show {
    bottom: 25px;
    right: 75px;
  }
  .back-to-top.show:hover {
    bottom: 88px;
  }
  .arrow {
    top: 27%;
    left: 34%;
  }
}
.pagination {
  margin-top: 60px;
  margin-bottom: 112px;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 479px) {
  .pagination {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pagination {
    margin-bottom: 80px;
  }
}
.pagination li:first-child {
  margin-right: 8px;
  background: linear-gradient(94.99deg, #4a4a4a 0%, #575757 100%);
  width: 60px;
  height: 44px;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
}
.pagination li:first-child a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li:first-child a span {
  font-size: 24px;
  margin-bottom: 3px;
}
.pagination li:last-child {
  margin-left: 8px;
  background: linear-gradient(94.99deg, #4a4a4a 0%, #575757 100%);
  width: 60px;
  height: 44px;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
}
.pagination li:last-child a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li:last-child a span {
  font-size: 24px;
  margin-bottom: 3px;
}
.pagination li > span {
  color: #f0f0f0;
}
.pagination .page-link {
  font-size: 24px;
  padding: 0;
  border: none;
  color: #f0f0f0 !important;
  margin-left: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 1px 9px;
  cursor: pointer;
}
.pagination .page-item.active .page-link {
  color: #131313 !important;
  font-size: 24px;
  background-color: #f37322 !important;
  border-radius: 6px !important;
}

.btn-grad {
  width: -moz-fit-content;
  width: fit-content;
  padding: 16.5px 24px;
  background-image: linear-gradient(to right, #a11d26 0%, #f37321 51%, #a11d26 100%);
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 8px;
  display: block;
}
.btn-grad a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-grad p {
  font-size: 14px;
  font-weight: 700;
  line-height: 19.01px;
  text-align: center;
  color: #f0f0f0 !important;
  font-family: "UTM-Bold", sans-serif;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .btn-grad p {
    font-size: 16px;
  }
}

.btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #f0f0f0;
  text-decoration: none;
}

@media (min-width: 1024px) {
  #clickShowSearch {
    display: none !important;
  }
}
@media (min-width: 1620px) {
  #clickShowSearch {
    display: none !important;
  }
}

.r-0 {
  right: 0 !important;
}

.select2-dropdown {
  z-index: 2000000000000000000000000;
}/*# sourceMappingURL=index.css.map */