.purpose {
  margin-bottom: 200px;
}

.purpose-video {
  height: calc(100vh - var(--header-height));
  position: relative;
  margin-top: var(--header-height);
  min-height: 800px;
}

.img-desktop {
  display: block;
}

.img-tablet {
  display: none;
}

.purpose-video .video {
  width: 100%;
  height: 100%;
}

.purpose-video .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.purpose-video__content {
  position: absolute;
  inset: 0;
  color: var(--white-color);
  padding: 85px 0 68px 0;
}

.purpose-video__content-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid var(--white-color);
  width: 190px;
  height: 190px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-direction: column;
  gap: 26px;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.purpose-strategy-topic .content {
  display: flex;
}

.purpose-video__content-play::before {
  content: "";
  background-color: var(--white-color);
  width: 36px;
  height: 36px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: rotate(90deg);
}

.purpose-video__content .container {
  max-width: 1800px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.purpose-video__content-text__top h2 {
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.purpose-video__content-text__bottom {
  margin-top: auto;
}

.purpose-video__cta {
  cursor: pointer;
}

.purpose-video__cta .purpose-video-btn {
  display: none;
}

.purpose-video__cta:not(.active) .btn-pause {
  display: block;
}

.purpose-video__cta.active .btn-play {
  display: block;
}

.purpose-video__content-text__bottom h2 {
  font-size: 56px;
  line-height: 70px;
  font-weight: 400;
  max-width: 1263px;
}

.purpose-video__content-scroll {
  width: max-content;
  margin-left: auto;
  font-size: 19px;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
}

/* popup video */
.clip__modal {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 4;
  transition: all 0.2s linear;
  visibility: hidden;
}

.clip__modal.active {
  visibility: visible;
}

.clip__modal .close {
  font-size: 21px;
  font-weight: 600;
  color: var(--white-color);
  padding-top: 20px;
  cursor: pointer;
}

.clip__modal .overlay {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}

.clip__content {
  position: absolute;
  width: 65%;
  height: 80%;
  left: 50%;
  top: 50%;
  margin-top: 20px;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.iframe-wrap {
  padding-bottom: calc((9 / 16) * 100%);
  width: 100%;
  height: 0;
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.iframe-wrap .video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.purpose-video__content-play span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}

/* purpose-story__video */
.purpose-story {
  background: #f4f5f6;
  padding: 26px 0;
}

.special .container {
  max-width: 1479px;
}

.purpose-story .title {
  font-size: 16px;
  line-height: 27px;
  font-weight: 600;
  color: #353535;
  letter-spacing: 0.8px;
}

.purpose-story__video {
  display: flex;
  gap: 18px;
  margin-top: 15px;
}
.purpose-story__video .item {
  width: 347px;
}

.purpose-story__video .item .top {
  height: 195px;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.purpose-story__video .item .top::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.purpose-story__video .item .top .img img,
.purpose-story__video .item .top .img {
  width: 100%;
  height: 100%;
}

.purpose-story__video .item .top .img img {
  object-fit: cover;
}

.purpose-story__video .item .top .icon {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 40px;
  height: 34px;
  background: var(--white-color);
}

.purpose-story__video .item .bottom {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.8px;
  margin-top: 10px;
}

/* purpose-continue */
.purpose-continue {
  margin-top: 190px;
}

.purpose-continue .container {
  position: relative;
  z-index: 1;
}

.purpose-continue .container::before {
  content: "";
  position: absolute;
  top: calc(100% + 20px);
  right: calc(100% - 15px);
  background-color: #fff;
  height: 529px;
  width: 100vw;
}

/* .purpose-continue .container::before {
  content: "";
  position: absolute;
  top: 100%;
  height: calc(100% + 80px);
  width: 100%;
  right: calc(100% - 15px);
  background-color: var(--white-color);
} */

.purpose-continue h2 {
  font-size: 51px;
  line-height: 67px;
  font-weight: 600;
  letter-spacing: 0.85px;
  margin-bottom: 50px;
}

.purpose-continue p {
  color: #353535;
  font-weight: 600;
  letter-spacing: 0.85px;
  line-height: 51px;
  font-size: 26px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* .slider {
  width: 86.11111vw;
  margin-left: auto;
  overflow: hidden;
  position: relative;
  margin-top: 80px;
}
.slider .slide-track {
  animation: scroll 35s linear infinite;
  display: flex;
  width: 100%;
  height: 100%;
}
.slider .slide {
  height: 100%;
  width: 222px;
  flex-shrink: 0;
}
.slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

/* chỉnh sửa layout */
/* .slider {
  position: relative;
  max-width: 86.11111vw;
  width: 100%;
  margin-left: auto;
  overflow: hidden;
  margin-top: 30px;
}

.slider .action-button.left-chevron {
  left: 0;
  transform: translate(5%, -50%);
}
.slider .action-button.left-chevron:hover {
  transform: translate(15%, -50%);
}
.slider .action-button.right-chevron {
  right: 0;
  transform: translate(-5%, -50%);
}
.slider .action-button.right-chevron:hover {
  transform: translate(-15%, -50%);
}
.slider .slider-list {
  display: grid;
  grid-auto-columns: 25%;
  grid-auto-flow: column;
  margin: 0;
  padding: 1rem 0;
  list-style: none;
  transition: transform 5s linear;
}
@media (min-width: 576px) {
  .slider .slider-list {
    grid-auto-columns: 50%;
  }
}
@media (min-width: 768px) {
  .slider .slider-list {
    grid-auto-columns: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .slider .slider-list {
    grid-auto-columns: 25%;
  }
}
@media (min-width: 1200px) {
  .slider .slider-list {
    grid-auto-columns: 20%;
  }
}
.slider .slider-list .slider-item {
  display: block;
}

.slider .slider-list .slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.1s linear;
} */
@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(var(--width-item-slider-calc) * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(var(--width-item-slider-calc) * 7));
  }
}

.slider {
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100vw;
  margin-top: 100px;
  margin-left: 15px;
}

.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  /* width: calc(250px * 14); */
}
.slider .slide {
  width: var(--width-item-slider);
}

.slider .slide img {
  width: 100%;
}

.purpose-slider-cta {
  width: max-content;
  margin-left: auto;
  margin-right: 30px;
  cursor: pointer;
}

.purpose-slider-cta.active .btn-play{
  display: block;
}

.purpose-slider-cta:not(.active) .btn-pause {
  display: block;
}

.purpose-slider-btn {
  display: none;
}



/* =================== */

/* message */
.capital {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 28px;
  line-height: 90px;
  font-weight: 600;
  letter-spacing: 0.85px;
  margin-bottom: 60px;
}
.view-more {
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  text-transform: uppercase;
  color: #353535;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
}

.purpose-message__wrap .view-more span {
  font-size: 26px;
  line-height: 26px;
}
.view-more .plus {
  clip-path: polygon(
    20% 0%,
    0% 20%,
    30% 50%,
    0% 80%,
    20% 100%,
    50% 70%,
    80% 100%,
    100% 80%,
    70% 50%,
    100% 20%,
    80% 0%,
    50% 30%
  );
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background: #2f88ce;
}

.capital::before {
  content: "";
  width: 59px;
  height: 2px;
  background: #2f88ce;
  display: block;
}
.purpose-message {
  margin-top: 190px;
}
.purpose-message__wrap .view-more {
  margin-left: auto;
}

.purpose-message__wrap .img {
  flex-basis: 50%;
  flex-shrink: 0;
}

.purpose-message__wrap .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.purpose-message__wrap .text {
  background: #f4f5f6;
  padding: 212px 102px 173px;
}
.purpose-message__wrap .text h3 {
  font-size: 68px;
  line-height: 100px;
  font-weight: 600;
  color: #353535;
  margin-bottom: 20px;
}

.modal-purpose {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  visibility: hidden;
  transition: 0.25s ease;
  opacity: 0;
}

.modal-purpose.active {
  visibility: visible;
  opacity: 1;
}

.modal-purpose .overlay {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.modal-purpose .content {
  position: absolute;
  width: 80%;
  height: 60%;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.modal-purpose .content .top {
  width: 100%;
  height: 100%;
  background-color: var(--white-color);
  padding: 70px 35px 0 70px;
  padding-bottom: 70px;
}

.modal-purpose .content .close {
  color: var(--white-color);
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  width: max-content;
  margin: 0 auto;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  margin-top: 20px;
}

.modal-purpose .content .top .signature {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 65px;
}

.modal-purpose .content .top .signature .img {
  width: 145px;
}
.modal-purpose .content .top .signature span {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-align: right;
  color: var(--black-666);
}

.modal-purpose .content .text {
  background-color: var(--white-color);
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-right: 35px;
}
.modal-purpose .content .text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.modal-purpose .content .text::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.modal-purpose .content .text::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--black-222);
}
.modal-purpose .content .text h3 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
  letter-spacing: 0.85px;
  margin-bottom: 45px;
}

.modal-purpose .content .text p {
  color: var(--black-666);
  font-weight: 600;
  letter-spacing: 0.85px;
}

.modal-purpose .content p + p {
  margin-top: 55px;
}

/* strategy */
.general-section p {
  /* font-size: 16px; */
  line-height: 36px;
  color: var(--black-666);
  letter-spacing: 0.85px;
  font-weight: 600;
}

.title-post {
  font-size: 36px;
  font-weight: 600;
  color: #353535;
  line-height: 48px;
  letter-spacing: 0.85px;
  margin-bottom: 20px;
}

.purpose-strategy {
  margin-top: 236px;
}
.img-product,
.purpose-strategy .img-global {
  margin-top: 35px;
}

.purpose-stategy__vision {
  padding: 5px 18px;
  border: 2px solid #dfdfdf;
  width: max-content;
  margin-left: auto;
  transition: all 0.2s;
  margin-top: 10px;
}

.purpose-stategy__vision:hover {
  background: #01b2ee;
  color: var(--white-color);
  border-color: #01b2ee;
}

.purpose-stategy__vision:hover a {
  text-decoration: underline;
}

.purpose-stategy__vision:hover svg {
  filter: invert(100%) sepia(8%) saturate(7489%) hue-rotate(214deg)
    brightness(116%) contrast(100%);
}

.purpose-stategy__vision a {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
}

.purpose-stategy__vision svg {
  width: 13px;
  height: 13px;
}

.purpose-stategy__sustainable {
  gap: 35px;
  margin-top: 90px;
}

.purpose-stategy__sustainable img {
  width: calc((100% - 35px) / 2);
  object-fit: contain;
}
.purpose-strategy-topic {
  margin-top: 80px;
}
.purpose-strategy-topic .title-post {
  font-size: 27px;
  text-align: center;
}

.purpose-strategy-topic .item {
  position: relative;
  transition: all 0.2s;
}

.purpose-strategy-topic .item:hover {
  opacity: 0.8;
}
.purpose-strategy-topic .item .top {
  position: absolute;
  top: 36px;
  left: 36px;
}
.purpose-strategy-topic .item .top * {
  color: var(--white-color);
}
.purpose-strategy-topic .item:hover .top .text-view-more,
.purpose-strategy-topic .item:hover .top p {
  text-decoration: underline;
}
.purpose-strategy-topic .item .top p {
  font-weight: 600;
  font-size: 27px;
  letter-spacing: 0.85px;
}

.purpose-strategy-topic .item .top .text-view-more {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.img-product img {
  border: 2px solid var(--border-color);
}
.purpose-product {
  margin-top: 200px;
}
.purpose-product__equip {
  margin-top: 40px;
}
.purpose-product__equip .title-post {
  font-size: 30px;
  line-height: 30px;
}
.purpose-product__equip span {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}
.purpose-product__equip .example {
  border: 2px solid var(--border-color);
  position: relative;
}
.purpose-product__equip .example::before {
  position: absolute;
  content: "";
  background: var(--border-color);
  width: 1px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
.purpose-product__equip .example .item {
  padding: 34px;
}

.purpose-product__equip .example .item .title {
  font-size: 23px;
  line-height: 23px;
  color: #44b0ac;
  letter-spacing: 0.85px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

.title_special {
  font-size: 23px;
  line-height: 23px;
  color: #44b0ac;
  letter-spacing: 0.85px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

.purpose-product__equip .example .item .bottom {
  margin-top: 15px;
  padding-top: 20px;
  border-top: 2px solid var(--border-color);
}

.image_special {
  margin-top: 15px;
  padding-top: 20px;
  border-top: 2px solid var(--border-color);
}

.purpose-product__dest .title-post {
  font-size: 30px;
  line-height: 43px;
}

.purpose-connect {
  margin-top: 100px;
}
.purpose-connect__list .item {
  position: relative;
  transition: all 0.2s;
}

.purpose-connect__list .item img {
  width: 100%;
}

.purpose-connect__list .item * {
  color: var(--white-color);
}

.purpose-connect__list .item svg {
  filter: invert(100%) sepia(8%) saturate(7489%) hue-rotate(214deg)
    brightness(116%) contrast(100%);
  width: 20px;
}
.purpose-connect__list .item:hover {
  opacity: 0.8;
}

.purpose-connect__list .item .text {
  font-size: 25px;
  line-height: 36px;
  position: absolute;
  letter-spacing: 0.62px;
  font-weight: 600;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 10px;
}

.purpose-menu {
  position: fixed;
  top: calc(20px + var(--header-height));
  right: 54px;
  width: max-content;
  border-radius: 20px;
  background-color: var(--white-color);
  height: 44px;
  padding: 0 20px;
  display: none;
  align-items: center;
  gap: 15px;
  z-index: 3;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.purpose-menu.active .menu {
  display: none;
}
.purpose-menu.active .close {
  display: block;
}

.purpose-menu.active .icon span:first-child {
  transform: rotate(45deg) translate(-6px, 7px);
}
.purpose-menu.active .icon span:nth-child(2) {
  transform: rotate(-45deg) translate(-3px, -10px);
}
.purpose-menu.active .icon {
  transform: translateY(2px);
}
.purpose-menu .menu {
  font-size: 14px;
  line-height: 12px;
  color: #353535;
  font-weight: 600;
  text-transform: uppercase;
}

.purpose-menu .close {
  display: none;
}

.purpose-menu .icon {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.purpose-menu .icon span {
  background-color: #353535;
  width: 18px;
  height: 2px;
  transition: 0.3s;
}

.purpose-menu-content {
  position: fixed;
  top: var(--header-height);
  background-color: #000;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 50px;
  color: var(--white-color);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
}

.purpose-menu-content.active {
  visibility: visible;
  opacity: 1;
}

.purpose-menu-content h2 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
}
.purpose-menu-content__list {
  margin: 30px auto 0 auto;
  width: max-content;
}

.purpose-menu-content__list li + li {
  margin-top: 40px;
}

.purpose-menu-content__list li a {
  font-weight: 600;
  letter-spacing: 0.85px;
  line-height: 27px;
  font-size: 17px;
}
.purpose-menu-content__list li a:hover {
  text-decoration: underline;
}

.purpose-menu-content__list li ul {
  margin-top: 40px;
  padding-left: 35px;
}

/* chỉnh sửa layout */
.product-title {
  color: #1465ac;
  font-weight: bold;
  font-size: 27px;
  line-height: 51px;
  margin-bottom: 17px;
}

.product__example-item .content .left {
  width: 20%;
  flex-shrink: 0;
}

.product__example-item .content .left .desc {
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  color: #1465ac;
  text-align: center;
  letter-spacing: 0.85px;
  margin-top: 19px;
}

.product__example-item .content {
  display: flex;
  gap: 50px;
}

.product__example-item .content .right .topic {
  border-radius: 5px;
  padding: 5px;
  background-color: #65aadd;
  color: var(--white-color);
  width: 258px;
  font-size: 17px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}

.product__example-item .content .right .topic.green {
  background-color: #92c868;
}

.product__example-item .content .right ul > li > ul {
  list-style-type: disc;
  list-style-position: inside;
}
.product__example-item .content .right ul > li > ul li {
  font-size: 20px;
  line-height: 27px;
  color: #353535;
  font-weight: 700;
}

.product__example-item .content .right ul > li span {
  font-size: 12px;
  line-height: 23px;
  color: #707070;
  font-weight: 600;
}

.product__example-item .content .right > ul {
  margin-top: 18px;
  margin-bottom: 27px;
}

@media only screen and (min-width: 1900px) {
  .purpose-menu-content {
    top: var(--header-height-large);
  }

  .purpose-menu {
    top: calc(20px + var(--header-height-large));
  }
  .purpose-video {
    height: calc(100vh - var(--header-height-large));
    margin-top: var(--header-height-large);
  }
}

@media only screen and (max-width: 992px) {
  .capital {
    font-size: 13px;
  }
  .purpose-message__wrap .view-more span {
    font-size: 12px;
    line-height: 12px;
  }
  .capital::before {
    width: 27px;
  }
  .purpose-video__content {
    padding: 44px 0 34px 0;
  }
  .purpose-story__video .item {
    width: 148px;
  }
  .purpose-story__video .item .top {
    height: 83px;
  }

  .purpose-video {
    max-height: 533px;
    min-height: auto;
  }

  .purpose-menu .menu {
    font-size: 11px;
    line-height: 10px;
  }
  .purpose-menu-content h2 {
    font-size: 12px;
    line-height: 12px;
  }
  .special .container {
    max-width: 652px;
  }
  .purpose-continue .logos {
    max-width: 824px;
    height: 234px;
  }

  .purpose-video__content .container {
    padding: 0 40px;
  }

  .purpose-video__content-text__top h2 {
    font-size: 12px;
    line-height: 12px;
  }

  .purpose-video__content-play {
    width: 90px;
    height: 90px;
  }

  .purpose-video__content-play span {
    font-size: 9px;
    line-height: 9px;
  }
  .purpose-video__content-play::before {
    width: 20px;
    height: 20px;
  }
  .purpose-video__content-text__bottom h2 {
    font-size: 22px;
    line-height: 33px;
    max-width: 505px;
  }

  .purpose-message__wrap .text {
    padding: 109px 90px 109px 78px;
  }

  .purpose-message__wrap .text h3 {
    font-size: 33px;
    line-height: 48px;
  }
  .purpose-continue h2 {
    font-size: 23px;
    line-height: 25px;
  }
  .purpose-continue p {
    font-size: 12px;
    line-height: 28px;
  }
  .title-post {
    font-size: 28px;
    line-height: 37px;
  }
  .general-section p {
    font-size: 12px;
    line-height: 28px;
  }
  .purpose-stategy__vision a {
    font-size: 14px;
  }
  .purpose-strategy-topic .item .top p,
  .purpose-strategy-topic .title-post {
    font-size: 20px;
    line-height: 20px;
  }
  .purpose-strategy-topic .item .top .text-view-more {
    font-size: 12px;
    line-height: 12px;
  }
  .purpose-product__equip .title-post {
    font-size: 23px;
    line-height: 23px;
  }
  .purpose-product__equip .example .item .title {
    font-size: 18px;
    line-height: 18px;
  }
  .purpose-product__dest .title-post {
    font-size: 23px;
    line-height: 33px;
  }
  .purpose-connect__list .item .text {
    font-size: 19px;
    line-height: 28px;
  }
  .modal-purpose .content .text h3 {
    font-size: 22px;
    line-height: 37px;
    margin-bottom: 20px;
  }
  .modal-purpose .content .text p {
    font-size: 12px;
    line-height: 28px;
  }
  .modal-purpose .content p + p {
    margin-top: 15px;
  }

  .slider {
    margin-top: 66px;
  }

  /* .purpose-continue .container::before {
    display: none;
  } */
}

@media only screen and (max-width: 768px) {
  .clip__content {
    width: 80%;
  }

  .img-desktop {
    display: none;
  }

  .img-tablet {
    display: block;
  }

  .purpose-message__wrap {
    flex-direction: column;
  }
}

@media only screen and (max-width: 576px) {
  .clip__content {
    width: calc(100% - 30px);
  }

  .purpose-product,
  .purpose-strategy,
  .purpose-message {
    margin-top: 140px;
  }

  .purpose-message__wrap .text h3 {
    font-size: 20px;
  }

  .view-more {
    font-size: 15px;
  }

  .product__example-item .content .right ul > li > ul li {
    font-weight: 600;
    font-size: 16px;
  }

  .product__example-item .content .right .topic {
    width: 200px;
  }

  .purpose-strategy-topic .content::-webkit-scrollbar {
    width: 100% !important;
    height: 4px !important;
    margin-top: 10px !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .purpose-strategy-topic .content::-webkit-scrollbar-track {
    background: #e7e8e8 !important;
    border-radius: 8px !important;
    height: 4px !important;
  }

  .purpose-strategy-topic .content::-webkit-scrollbar-thumb {
    background: #3e4042 !important;
    border-radius: 8px !important;
    height: 4px !important;
  }

  .purpose-strategy-topic .content {
    overflow: scroll !important;
  }

  .purpose-strategy-topic .item {
    width: 64vw;
    flex-shrink: 0;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch !important;
  }
}
