	body {
  font-family: "Kanit", sans-serif;
}
html,body  {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}
.social-marketting {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.digital-text {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.digital-text::after {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  background-color: white;
  margin-top: 5px;
}

.star-icon {
  font-size: 24px;
  opacity: 0.8;
}

.content-top {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 150px);
}

.banner__title {
  color: #121212;
  font-family: "Kanit", Sans-serif;
  font-size: 306px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 0.82em;
}
.banner__body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.banner__description {
  width: 325px;
}
.mark-text {
  margin-left: 20px;
}

.eting-text {
  display: flex;
  align-self: center;
  text-align: left;
}

.info-box {
  max-width: 320px;
  margin-top: -60px;
  margin-left: 20px;
}

.info-box p {
  font-size: 16px;
  line-height: 1.5;
  color: #bbbbbb;
}

.video-container {
  position: absolute;
  right: 125px;
  top: 220px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.video-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-image: url("/api/placeholder/100/100");
  background-size: cover;
}

.play-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  color: black;
  border-radius: 50%;
  font-size: 20px;
}

.video-text {
  margin-top: 10px;
  text-align: center;
}

.watch-text {
  font-size: 12px;
  color: #bbbbbb;
}

.intro-text {
  font-size: 14px;
  font-weight: bold;
}

.main-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 50%;
  z-index: 1;
  overflow: hidden;
}

.main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scroll-indicator {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.who-are {
  padding: 150px 0;
  background-color: black;
  position: relative;
}
.arrow-down {
  width: 15px;
  height: 15px;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  transform: rotate(-45deg);
  margin-top: -5px;
}
.landing-page {
  display: flex;
}
.landing-visual {
  width: 50%;
  background-color: #f4f4f4;
  position: relative;
  overflow: hidden;
}
.visual-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.landing-content {
  width: 50%;
  color: white;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 2px;
  color: white;
}
.content-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}
.content-description {
  margin-bottom: 30px;
  color: #cccccc;
  font-size: 0.9rem;
  padding-left: 200px;
  padding-top: 30px;
  text-align: justify;
}
.content-button {
  border: 1px solid white;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  transition: background-color 0.3s ease;
  align-self: flex-start;
  font-size: 0.9rem;
}
.content-button:hover {
  background-color: white;
  color: black;
}
.divider-top {
  position: absolute;
  left: 65%;
  width: 1px;
  height: 20%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 10;
  top: 0;
}
.divider-bottom {
  position: absolute;
  left: 65%;
  width: 1px;
  height: 55%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 10;
  bottom: 0;
}
.services-ads {
  position: relative;
}
.services-ads .landing-page {
  justify-content: center;
}
.services-ads .content-label {
  color: #121212;
}
.services-ads .content-title {
  color: #121212;
}
.services-ads .content-description {
  color: #121212;
}
.services-ads .divider-top,
.services-ads .divider-bottom {
  background-color: rgb(138 130 130 / 20%);
  left: 42%;
}
/* Phần đầu - cuộn dọc */
.intro {
  background-color: #3498db;
}

/* Phần giữa - cuộn ngang */
.horizontal-section {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.horizontal-container {
  display: flex;
  position: absolute;
  height: 100%;
  width: 400%; /* 4 panels x 100% */
  left: 0;
  top: 0;
}

.panel {
  width: 100vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.panel-1 {
  background-color: #fffaf0;
}
.panel-2 {
  background-color: #f3ecec;
  position: relative;
}
.panel-3 {
  background-color: #fffaf0;
}
.panel-4 {
  background-color: #e0e3cc;
}
.horizontal-reason {
  display: flex;
  flex-wrap: wrap;
  color: #121212;
}
.outro {
  background-color: #1abc9c;
}

.horizontal-intro h2 {
  text-align: center;
  color: #121212;
  font-family: "Kanit", Sans-serif;
  font-size: 200px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1em;
}
.slide-social .left-section {
  flex: 1;
  min-width: 300px;
  padding-right: 40px;
}

.right-section {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.right-section .metric:nth-child(odd) {
  margin-left: 100px;
}
.heading-section {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.choose-us {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.main-title {
  color: #121212;
  font-family: "Kanit", Sans-serif;
  font-size: 60px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1em;
}

.description {
  font-family: "Kanit", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.42em;
  max-width: 500px;
  margin-left: 80px;
}

.metric {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.metric-circle {
  position: relative;
  width: 150px;
  height: 150px;
  margin-right: 20px;
}

.circle-bg {
  fill: none;
  stroke: #f1f1f1;
  stroke-width: 6;
}

.circle-progress {
  fill: none;
  stroke: #222;
  stroke-width: 6;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.5s;
}

.percentage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Kanit", Sans-serif;
  font-size: 48px;
  font-weight: 400;
  color: #121212;
}

.metric-content {
  flex: 1;
  text-align: left;
}

.metric-title {
  color: #121212;
  font-family: "Kanit", Sans-serif;
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.38em;
}

.metric-description {
  font-size: 15px;
  line-height: 1.5;
}

.semi-circle svg {
  transform: rotate(0deg);
}

.semi-circle .circle-progress {
  stroke-dasharray: 188.5;
}

.full-circle .circle-progress {
  stroke-dasharray: 377;
}
.floating-element {
  position: absolute;
  z-index: 1;
  bottom: -50px;
  width: 85px;
  left: -50px;
}
.page-wrapper {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}

.metrics-container {
  width: 50%;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}

.metric-item {
  width: 50%;
  padding: 20px;
  margin-bottom: 30px;
}

.metric-value {
  font-family: "Kanit", Sans-serif;
  font-size: 100px;
  font-weight: 400;
  text-transform: uppercase;
  color: #121212;
  margin-bottom: 10px;
}

.metric-description {
  font-size: 22px;
  font-weight: 500;
  color: #555;
  line-height: 1.3;
}
.panel-2 .metric-description {
  font-family: "Kanit", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}
.visual-container {
  width: 50%;
  padding: 20px;
  position: relative;
}

.navigation-tab {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #333;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.company-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.horizontal-question {
  color: #121212;
  font-family: "Kanit", Sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.3em;
}

.horizontal-heading {
  color: #121212;
  font-family: "Kanit", Sans-serif;
  font-size: 100px;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 50px;
}

.horizontal-subheading {
  font-size: 24px;
  color: #333;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
/*.social-step {*/
/*  padding: 80px 0;*/
/*}*/
.social-step .cls_img_hot_news {
  display: none;
}
.social-step .cls_content_hot_news {
  padding: 40px 0 37px 0;
  gap: 20px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 2fr 1fr;
  transition: all 0.4s;
  position: relative;
}
.social-step .bp_number_count {
  display: none;
}
.social-step .news_title {
  font-family: "Kanit", Sans-serif;
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.208em;
  transition: 0.3s ease;
}
.social-step .news_title a {
  color: #121212;
}
.social-step .bp_block_item {
  border-top: 1px solid #efefef;
}
.social-step .bp_news_sub p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42em;
}
.social-step .bp_news_sub ul {
  padding-left: 20px;
}
.social-step .bp_news_sub ul,
.social-step .bp_news_sub ul li {
  list-style: unset;
}
.social-step .bp_news_more.wcf-btn-circle {
  transform: translate(0px, 0px);
}
.social-step .bp-news-button-action {
  text-align: right;
}

.slide-social .left-section {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px 0 100px;
  position: relative;
}

.page-number {
  display: flex;
  align-items: center;
  justify-content: end;
  font-size: 24px;
}

.number-large {
  font-size: 72px;
  font-weight: bold;
  line-height: 0.8;
  margin-right: 16px;
}

.slash {
  font-size: 72px;
  margin-right: 16px;
}

.number-small {
  font-size: 32px;
  line-height: 1;
  margin-top: 12px;
}

.brand-title {
  color: #ffffff;
  font-size: 180px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1em;
  text-align: left;
}
.brand-title p:nth-child(2) {
  margin-left: 90px;
}
.right-section {
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.fashion-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.social-slide {
  display: flex;
}
.slide-social {
  background: black;

  color: #fff;
}
.slide-social .swiper-slide {
  background: black;
}
.slide-social .exsc-container,
.parnter-social .exsc-container {
  padding-top: 105px;
}
.parnter-social img {
  filter: brightness(0%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  width: 97px;
  height: 67px;
  object-fit: unset;
}
.parnter-social .swiper-slide {
  display: flex;
}
.parnter-social .section-title {
  color: #121212;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.8em;
  margin-bottom: 40px;
}
.magazine .bp_number_count {
  display: none;
}
.magazine .col-sm-12 {
  padding: 0;
}
.magazine .cls_content_hot_news {
  background-color: #fff;
  padding: 10px 0 40px 30px;
  display: flex;
  border: 1px solid #efefef;
  flex-direction: column;
  height: 100%;
}
.magazine .bp_news_sub {
  order: -1;
  margin-top: 10px;
  color: #121212;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  text-transform: capitalize;
}

.magazine .news_title {
  font-family: "Space Grotesk", Sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1em;
  padding: 15px 0 80px 0;
}

.magazine .news_title a {
  color: #121212;
}
.magazine .bp_news_more {
  fill: #202c58;
  font-weight: 600;
  text-transform: uppercase;
  color: #121212;
  position: relative;
  align-items: center;
  display: inline-flex;
  gap: 10px;
  line-height: 1.5;
  font-size: 14px;
}
.magazine .services-ads {
  margin-bottom: 60px;
  padding-bottom: 0;
}
.magazine .bp_block_item {
    margin-bottom: 20px;
}
.social-top {
  position: relative;
}
.social-top:before {
  content: "";
  background-image: url("/files_upload/5.png");
  background-position: center left;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -3;
}
.banner__badge {
  display: flex;
  justify-content: space-between;
}
.banner__badge span {
  width: 205px;
  direction: ltr;
  display: flex;
  margin: 0;
  align-items: center;
  color: #121212;
  font-family: "Kanit", Sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3em;
  position: relative;
}
.banner__badge span:after {
  content: "";
  display: block;
  flex-grow: 1;
  border-block-end: 0;
  border-block-start: 1px solid #121212;
  margin-left: 20px;
}
.banner__media {
  align-self: flex-end;
  position: relative;
  z-index: -2;
  text-align: right;
  max-width: 100%;
}
.banner__media img {
  margin: -200px -15px 0px 0px;
}
.content-action {
  padding-left: 200px;
}
.feature-title {
  padding-left: 100px;
  color: #ffffff;
  font-family: "Kanit", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.47em;
}
.panel-2 .left-section {
  width: 50%;
}
.page-wrapper .metric-description {
  color: #555555;
  font-family: "Kanit", Sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.cls_img_hot_news img {
    border-radius: 3px;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

    figure {
      margin: 0;
      overflow: hidden;
    }
       .main-container {
      position: relative;
      width: 100%;
      height: 100vh;
      overflow: hidden;
    }

    .slide {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      visibility: hidden;
    }

    .slide__outer,
    .slide__inner {
      width: 100%;
      height: 100%;
      overflow-y: hidden;
    }

    .slide__content {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      height: 100%;
      width: 100%;
    }

    .slide__container {
      position: relative;
      max-width: 1400px;
      width: 100%;
      margin: 0 auto;
      height: 90vh;
      margin-bottom: 10vh;
      display: grid;
      grid-template-columns: repeat(10, 1fr);
      grid-template-rows: repeat(10, 1fr);
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      padding: 0 1rem;
    }

    .slide__heading {
      --width: 200;
      display: block;
      text-align: left;
      font-family: "Kanit", Sans-Serif;
      font-size: clamp(4rem, 12vw, 8rem);
      font-weight: 800;
      letter-spacing: -0.02em;
      color: #fff;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.05);
      margin: 0;
      padding: 0;
      white-space: nowrap;
      z-index: 999;
      mix-blend-mode: difference;
      grid-area: 2 / 2 / 3 / 10;
      align-self: end;
    }

    .slide__img-cont {
      margin-top: 4rem;
      grid-area: 2 / 1 / 7 / 8;
    }

    .slide__img-cont img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .slide:nth-of-type(1) {
      visibility: visible;
    }
  
    .slide:nth-of-type(1) .slide__content {
      background: linear-gradient(135deg, rgba(26, 26, 26, 0.97) 0%, rgba(10, 10, 10, 0.98) 100%),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.01) 0px, rgba(255, 255, 255, 0.01) 1px, transparent 1px, transparent 10px);
      position: relative;
    }

    .slide:nth-of-type(1) .slide__content::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.03) 0%, transparent 50%),
        url("https://img.freepik.com/free-photo/3d-rendering-abstract-black-white-waves_23-2150853543.jpg?ga=GA1.1.2102620457.1703146635&semt=ais_hybrid&w=740");
      mix-blend-mode: overlay;
         background-repeat: no-repeats;
      background-size: cover;
    }

    .slide:nth-of-type(2) .slide__content {
      background: linear-gradient(135deg, rgba(28, 28, 28, 0.97) 0%, rgba(10, 10, 10, 0.98) 100%),
        repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.01) 0px, rgba(255, 255, 255, 0.01) 1px, transparent 1px, transparent 10px);
      position: relative;
    }

    .slide:nth-of-type(2) .slide__content::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.03) 0%, transparent 50%),
        url("https://img.freepik.com/free-photo/3d-rendering-abstract-black-white-waves_23-2150853543.jpg?ga=GA1.1.2102620457.1703146635&semt=ais_hybrid&w=740");
      mix-blend-mode: overlay;
         background-repeat: no-repeats;
      background-size: cover;
    }

    .slide:nth-of-type(3) .slide__content {
      background: linear-gradient(135deg, rgba(26, 26, 26, 0.97) 0%, rgba(10, 10, 10, 0.98) 100%),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.01) 0px, rgba(255, 255, 255, 0.01) 1px, transparent 1px, transparent 10px);
      position: relative;
    }

    .slide:nth-of-type(3) .slide__content::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 100% 100%, rgba(255, 255, 255, 0.03) 0%, transparent 50%),
        url("https://img.freepik.com/free-photo/3d-rendering-abstract-black-white-waves_23-2150853543.jpg?ga=GA1.1.2102620457.1703146635&semt=ais_hybrid&w=740");
      mix-blend-mode: overlay;
         background-repeat: no-repeats;
      background-size: cover;
    }

    .slide:nth-of-type(4) .slide__content {
      background: linear-gradient(135deg, rgba(28, 28, 28, 0.97) 0%, rgba(10, 10, 10, 0.98) 100%),
        repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.01) 0px, rgba(255, 255, 255, 0.01) 1px, transparent 1px, transparent 10px);
      position: relative;
    }

    .slide:nth-of-type(4) .slide__content::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.03) 0%, transparent 50%),
        url("https://img.freepik.com/free-photo/3d-rendering-abstract-black-white-waves_23-2150853543.jpg?ga=GA1.1.2102620457.1703146635&semt=ais_hybrid&w=740");
      mix-blend-mode: overlay;
         background-repeat: no-repeats;
      background-size: cover;
    }

    .slide-overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 2;
    }

    .overlay__content {
      max-width: 1400px;
      width: 100%;
      margin: 0 auto;
      padding: 0 1rem;
      height: 90vh;
      margin-bottom: 10vh;
      display: grid;
      grid-template-columns: repeat(10, 1fr);
      grid-template-rows: repeat(10, 1fr);
      grid-column-gap: 0px;
      grid-row-gap: 0px;
    }

    .overlay__img-cont {
      position: relative;
      overflow: hidden;
      margin: 0;
      grid-area: 4 / 3 / 9 / 11;
    }

    .overlay__img-cont img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 50%;
    }

    .overlay__count {
      grid-area: 3 / 10 / 4 / 10;
      
  font-size: clamp(3rem, 4vw, 15rem);
      font-weight: 700;
      letter-spacing: -0.05em;
      color: #fff;
      border-bottom: 2px solid rgba(255, 255, 255, 0.05);
    }

    @media screen and (min-width: 900px) {
      .overlay__content,
      .slide__container {
        padding: 0 3rem;
        margin-top: 10vh;
        height: 80vh;
      }

      .overlay__img-cont {
        grid-area: 5 / 4 / 10 / 11;
      }

      .overlay__count {
        grid-area: 3 / 10 / 4 / 11;
      }

      .slide__img-cont {
        margin-top: 30px;
        grid-area: 3 / 2 / 8 / 7;
      }

      .slide__heading {
        grid-area: 1 / 1 / 4 / 10;
      }

      .nav-button {
        width: 40px;
        height: 40px;
      }

      .nav-button svg {
        width: 16px;
        height: 16px;
      }
    }

    .nav-buttons {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      transform: translateY(-50%);
      display: flex;
      justify-content: space-between;
      padding: 0 2rem;
      z-index: 1000;
    }

    .nav-button {
      position: relative;
      width: 45px;
      height: 45px;
      border: none;
      background: transparent;
      cursor: pointer;
      overflow: hidden;
      border-radius: 50%;
      backdrop-filter: blur(8px);
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .nav-button::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(255, 255, 255, 0.02);
      border: 1px solid rgba(255, 255, 255, 0.05);
      box-shadow: none;
      border-radius: 50%;
      transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .button-content {
      position: relative;
      z-index: 1;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
    }

    .arrow-path {
      transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .circle-path {
      transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .nav-button:hover {
      transform: scale(1.1);
    }

    .nav-button:hover::before {
      background: rgba(255, 255, 255, 0.03);
      border: 1px solid rgba(255, 255, 255, 0.1);
      box-shadow: 0 0 30px rgba(255, 255, 255, 0.02), inset 0 0 20px rgba(255, 255, 255, 0.01);
    }

    .nav-button:hover .arrow-path {
      stroke-width: 2.5;
    }

    .nav-button:hover .circle-path {
      stroke-dashoffset: 0;
    }

    .nav-button svg {
      width: 18px;
      height: 18px;
    }

    @media screen and (max-width: 768px) {
      .nav-buttons {
        padding: 0 1rem;
      }

      .nav-button {
        width: 30px;
        height: 30px;
      }

      .nav-button svg {
        width: 20px;
        height: 20px;
      }
    }
@media (max-width: 1366px) and (min-width: 768px) {
  .panel-2 .left-section {
    width: 50%;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .panel-2 .left-section {
    width: 50%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .panel-2 .left-section {
    width: 50%;
  }
}
@media (max-width: 880px) and (min-width: 768px) {
  .panel-2 .left-section {
    width: 100%;
  }
}
@media (max-width:1500px) {
    .banner__media img {
        margin: -100px -15px 0px 0px;
    }
}
@media (max-width: 1366px) {
  .banner__title {
    font-size: 280px;
  }
  .banner__media img {
    margin: -60px -15px 0px 0px;
  }
  .brand-title {
    font-size: 160px;
  }
  .horizontal-intro h2 {
    font-size: 160px;
  }
  .panel {
    padding: 55px 15px 50px;
  }
  .main-title {
    font-size: 40px;
  }
  .percentage {
    font-size: 32px;
  }
  .horizontal-heading {
    font-size: 70px;
  }
}
@media (max-width: 1200px) {
  .banner__title {
    font-size: 230px;
  }
  .banner__media img {
    margin: -30px -15px 0px 0px;
  }
  .landing-content {
    padding: 0 0 0 10px;
  }
  .brand-title {
    font-size: 130px;
  }
  .horizontal-intro h2 {
    font-size: 110px;
  }
}
@media (max-width: 1024px) {
  .banner__title {
    font-size: 182px;
  }
  .horizontal-heading {
    font-size: 60px;
  }
  .content-title {
    font-size: 50px;
  }
  .brand-title {
    font-size: 100px;
  }
  .horizontal-section {
    height: auto;
  }
  .horizontal-container {
    display: block;
    position: unset;
  }
  .horizontal-intro h2 {
    font-size: 80px;
  }
  .panel {
    padding: 100px 15px;
  }
  .metric-value {
    font-size: 80px;
  }
  .horizontal-question {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .content-top {
    height: auto;
  }
  .main-image {
    position: relative;
    width: 100%;
  }
  .video-container {
    display: none;
  }
  .info-box {
    margin-top: 0;
  }
  .marketing-text {
    font-size: 135px;
  }
  .landing-page {
    display: block;
  }
  .landing-visual,
  .landing-content {
    width: 100%;
  }
  .content-description {
    padding-left: 0;
  }
}
@media (max-width: 880px) {
  .metric-value {
    font-size: 60px;
  }
  .brand-title {
    font-size: 80px;
  }
  .banner__title {
    font-size: 135px;
  }
  .banner__media img {
    margin: -10px -15px 0px 0px;
  }
  .banner__scroll-indicator {
    display: none;
  }
  .content-title {
    font-size: 40px;
  }
  .social-step .news_title {
    font-size: 30px;
  }
  .panel {
    padding: 90px 15px;
  }
  .heading-section {
    gap: 5px;
    padding-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .metric-value {
    font-size: 50px;
  }
  .horizontal-heading {
    font-size: 45px;
  }
  .horizontal-subheading {
    font-size: 16px;
  }
  .page-wrapper {
    padding: 0;
  }
  .metrics-container {
    padding: 0;
  }
  .metric-item {
    text-align: center;
  }
  .description {
    margin-left: 0;
    max-width: 100%;
  }
  .main-title {
    font-size: 32px;
  }
  .panel {
    padding: 60px 15px;
  }
  .feature-title {
    padding: 0;
    margin-bottom: 40px;
  }
  .slide-social .left-section {
    width: 100%;
    padding: 0;
    margin-bottom: -415px;
  }
  .right-section {
    width: 90%;
  }
  .page-number {
    justify-content: center;
  }
  .brand-title {
    font-size: 60px;
  }
  .brand-title p:nth-child(2) {
    text-align: right;
  }
  .social-step .cls_content_hot_news {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .social-slide {
    flex-direction: column;
  }
  .services-ads .exsc-container {
    padding-bottom: 0;
  }
  .social-step {
    padding-top: 0;
  }
  .services-ads .divider-top,
  .services-ads .divider-bottom {
    display: none;
  }
  .who-are {
    padding: 60px 0;
  }
  .content-action {
    padding: 0;
  }
  .content-title {
    font-size: 32px;
  }
  .marketing-text {
    font-size: 90px;
  }
  .banner__media img {
    margin: 50px 0px 0px 0px;
  }
  .mark-text,
  .info-box {
    margin: 0;
  }
  .banner__title {
    font-size: 90px;
  }
  .banner__body {
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 20px;
  }
  .banner__description {
    align-self: flex-start;
  }
  .landing-content {
    padding: 15px 0 0 0;
  }
  .horizontal-intro h2 {
    font-size: 50px;
  }
  .panel-2 {
    text-align: center;
  }
  .heading-section {
    justify-content: center;
    margin: 0;
  }
  .panel-2 .left-section {
    width: 100%;
  }
  .right-section .metric:nth-child(odd) {
    margin-left: 0;
  }
  .right-section .metric {
    flex-direction: column;
  }
  .metric-content {
    text-align: center;
  }
  .metric-circle {
    margin: 0;
    width: 130px;
    height: 130px;
  }
  .metric-title {
    margin: 10px 0;
  }
  .metrics-container {
    width: 100%;
  }
  .visual-container {
    width: 100%;
    padding: 0;
  }
  .magazine .news_title {
      font-size: 20px;
      padding-bottom: 20px;
  }
  .magazine .cls_content_hot_news {
      padding: 10px 0 15px 15px;
  }
}
@media (max-width:456px) {
    .cls_img_hot_news img {
        height: 200px;
    }
}
@media (min-width: 768px) {
  .banner__content {
    max-width: 1290px;
    margin: auto;
  }
}

