html {
  padding: 0px;
  margin: 0px;
  /*    overflow-x: hidden;*/
}

.ldp_yourbrand_24062025 {
  font-style: normal;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0em !important;
  color: #000;
  position: relative;
  font-family: montserrat;
  line-height: 24px;
  min-height: 100vh;
  overflow-x: hidden;
}
.ldp_yourbrand_24062025 strong {
  font-family: montserrat-semibold;
  font-weight: 500;
}

@font-face {
  src: url(/landing/fonts/Montserrat-Regular.ttf);
  font-family: montserrat;
}
@font-face {
  src: url(/landing/fonts/Montserrat-Medium.ttf);
  font-family: montserrat-medium;
}
@font-face {
  src: url(/landing/fonts/Montserrat-SemiBold.ttf);
  font-family: montserrat-semibold;
}
@font-face {
  src: url(/landing/fonts/Montserrat-Bold.ttf);
  font-family: montserrat-bold;
}
@font-face {
  src: url(/landing/fonts/Montserrat-Black.ttf);
  font-family: montserrat-black;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:hover,
:focus {
  text-decoration: none !important;
  outline: none !important;
}

img {
  max-width: 100%;
}

.thumbnail {
  padding: 0px;
  border: none;
  background: none;
  margin: 0px;
  overflow: hidden;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.container {
  width: 100%;
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}
/*css content*/
.ldp_yourbrand_24062025 #menu_mobile_full {
  position: fixed;
  top: 0;
  right: -100%; /* Bắt đầu từ ngoài màn hình bên trái */
  width: 100%; /* Chiếm toàn bộ chiều rộng */
  height: 100%;
  background: #fff;
  background-position: center center;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  z-index: 9999999;
  overflow: auto;
  padding: 0 0 3rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ldp_yourbrand_24062025 #menu_mobile_full .header_mobif {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ldp_yourbrand_24062025 #menu_mobile_full .header_mobif .logo_mobif figure {
  max-width: 160px;
  width: 100%;
}
.ldp_yourbrand_24062025 #menu_mobile_full .mobile_absolute ul {
  padding: 0px 16px;
}
.ldp_yourbrand_24062025 #menu_mobile_full .mobile_absolute ul li a {
  display: inline-block;
  padding: 16px 0px;
  font-family: montserrat-medium;
  position: relative;
  width: 100%;
  color: #000;
}
.ldp_yourbrand_24062025 #menu_mobile_full .mobile_absolute ul li.active a {
  color: #034ea1;
}
.ldp_yourbrand_24062025 #menu_mobile_full .mobile_absolute ul li a:before {
  position: absolute;
  content: "";
  background: url(../images/24062025-dash-line.png) no-repeat;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0px;
  background-size: cover;
}
.ldp_yourbrand_24062025 #menu_mobile_full .close_menu {
  position: relative;
  top: 5px;
}
.ldp_yourbrand_24062025 #menu_mobile_full .close_menu svg{
  width: 25px;
  height: 25px;
}
.ldp_yourbrand_24062025 #menu_mobile_full .mobile_advise_btn {
  padding: 120px 16px 60px 16px;
}
.ldp_yourbrand_24062025 .tg_header {
  padding: 18px 80px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: initial;
  background: #fff;
  border-bottom: 1px solid #ececef;
}
.ldp_yourbrand_24062025 .tg_header.tg_fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  animation: stuckMoveDown 0.6s;
}

@keyframes stuckMoveDown {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.ldp_yourbrand_24062025 .tg_header .hd_general {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ldp_yourbrand_24062025 .tg_header .hd_middle nav ul {
  display: flex;
  align-items: center;
  gap: 48px;
}
.ldp_yourbrand_24062025 .tg_header .hd_middle nav ul li a {
  display: inline-block;
  font-family: montserrat-medium;
  color: #000;
  position: relative;
  transition: all 0.3s;
}
.ldp_yourbrand_24062025 .tg_header .hd_middle nav ul li a:before{
  content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: -29px;
    background: #0F49CA;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.ldp_yourbrand_24062025 .tg_header .hd_middle nav ul li:hover a:before{
      right: 0;
}
.ldp_yourbrand_24062025 .tg_header .hd_middle nav ul li:hover a {
  color: #0f49ca;
}
.ldp_yourbrand_24062025 .tg_header .hd_right {
  width: 180px;
}
.ldp_yourbrand_24062025 .tg_header .hd_right .yourbrand_btn {
  padding: 9px 0px;
  font-size: 16px;
  transition: all 0.3s;
  border: 1px solid #0f49ca;
}
.ldp_yourbrand_24062025 .tg_header .hd_right .yourbrand_btn strong {
  font-family: montserrat-medium;
  font-weight: 500;
}
.ldp_yourbrand_24062025 .toppage_chance_bg video {
  border-radius: 90px;
}
.ldp_yourbrand_24062025 .toppage_absolute {
  position: relative;
  margin: -200px 0px 0px 0px;
}
.ldp_yourbrand_24062025 .toppage_chance_bg.tg_active .toppage_absolute:before,
.ldp_yourbrand_24062025 .toppage_chance_bg.tg_active .toppage_absolute:after {
  opacity: 0;
  visibility: hidden;
}
.ldp_yourbrand_24062025 .toppage_absolute .pin-spacer {
  padding: 0px !important;
  /*height: auto !important;*/
}
.ldp_yourbrand_24062025 .toppage_chance_bg:before {
  position: absolute;
  content: "";
  background: url(../images/24062025-crystal-bg.png) no-repeat;
  max-width: 1920px;
  width: 100%;
  height: 620px;
  bottom: 100px;
  left: 0px;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.text-bg {
  font-family: "Albert Sans";
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.8;
  background-color: black;
  padding: 0.2em 0.5em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  border-radius: 100vmin;
  color: white;
}

.scroll-img-w-text {
  position: relative;
  aspect-ratio: 2560/2880;
  overflow-x: hidden;
}

.scroll-img-w-text .zoomer .img-container {
  position: sticky;
  top: 0;
  z-index: 1;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  transform: scale(0.6);
}

.scroll-img-w-text .zoomer {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.scroll-img-w-text .zoomer .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100vw;
  /*aspect-ratio: 2560/1226;*/
  overflow: hidden;
  z-index: -1;
}

.scroll-img-w-text .zoomer .img-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  height: auto;
  transition: transform 0.2s ease-in-out;
}

.scroll-img-w-text .zoomer .text-container {
  margin-left: var(--grid-padding);
  padding-bottom: var(--grid-padding);
  width: 100%;
}
.ldp_yourbrand_24062025 .yourbrand_toppage {
  padding: 144px 0px 0px 0px;
  position: relative;
}
.ldp_yourbrand_24062025 .yourbrand_toppage .toppage_title {
  text-align: center;
}
.ldp_yourbrand_24062025 .yourbrand_toppage .toppage_title strong {
  color: #0f49ca;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 3px;
}
.ldp_yourbrand_24062025 .yourbrand_toppage .toppage_title b {
  display: flex;
  justify-content: center;
  font-size: 80px;
  line-height: 140%;
  font-family: montserrat-bold;
  position: relative;
}
.ldp_yourbrand_24062025 .yourbrand_toppage b span {
  color: #0f49ca;
}
.ldp_yourbrand_24062025 .yourbrand_toppage .toppage_title p {
  font-size: 22px;
  line-height: 140%;
}
.ldp_yourbrand_24062025 .yourbrand_toppage .toppage_title p em {
  font-style: normal;
  text-transform: uppercase;
  font-family: montserrat-semibold;
}
.ldp_yourbrand_24062025 .yourbrand_toppage .toppage_bg {
  max-width: 610px;
  width: 100%;
  margin: 48px auto 36px auto;
  border: 4px solid #0f49ca;
  border-radius: 90px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ldp_yourbrand_24062025 .yourbrand_toppage .toppage_inner {
  height: inherit;
}
.ldp_yourbrand_24062025 .toppage_bg .animate-text {
  height: 46px;
  overflow: hidden;
}

.ldp_yourbrand_24062025 .toppage_bg .animate-text span {
  font-size: 40px;
  line-height: 140%;
  display: none;
  font-family: montserrat-semibold;
  min-width: 180px;
  text-align: right;
}

.ldp_yourbrand_24062025 .toppage_bg .animate-text span.text-in {
  display: block;
  animation: textIn 0.5s ease;
}
.ldp_yourbrand_24062025 .toppage_bg .animate-text span.text-out {
  animation: textOut 1s ease;
}
.ldp_yourbrand_24062025 .toppage_bg strong {
  font-size: 40px;
  line-height: 140%;
  color: #0f49ca;
}
.ldp_yourbrand_24062025 .toppage_nuker {
  position: relative;
}
.ldp_yourbrand_24062025 .toppage_tenyear {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.ldp_yourbrand_24062025 .toppage_tenyear .toppage_left {
  font-size: 20px;
  line-height: 130%;
  text-align: right;
}
.ldp_yourbrand_24062025 .toppage_tenyear .toppage_right {
  font-size: 30px;
  line-height: 130%;
  color: #ff8921;
  text-transform: uppercase;
  font-family: montserrat-bold;
}
.ldp_yourbrand_24062025 .brand_big_title {
  display: flex;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
@keyframes textIn {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes textOut {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
.ldp_yourbrand_24062025 .yourbrand_banner {
  margin: 80px 0px;
}
.ldp_yourbrand_24062025 .yourbrand_banner .banner_general {
  background: url(../images/24062025-banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  padding: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  gap: 16px;
}
.ldp_yourbrand_24062025 .yourbrand_banner .text_widget {
  width: 30%;
  display: flex;
  justify-content: flex-end;
}
.ldp_yourbrand_24062025 .yourbrand_banner .wrap_figure {
  width: 70%;
}
.ldp_yourbrand_24062025 .yourbrand_banner .wrap_figure h2 {
  font-size: 30px;
  line-height: 130%;
  font-family: montserrat-semibold;
  margin: 0px 0px 16px 0px;
}
.ldp_yourbrand_24062025 .yourbrand_banner .wrap_figure p {
  margin: 0px;
  font-size: 20px;
  line-height: 150%;
}
.ldp_yourbrand_24062025 #visual .yourbrand_btn{
  opacity: 0;
}
.ldp_yourbrand_24062025 .yourbrand_btn {
  font-size: 16px;
  line-height: 140%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #0f49ca;
  border-radius: 90px;
  font-family: montserrat-semibold;
  color: #fff;
  max-width: 270px;
  width: 100%;
  padding: 17px 0px;
  position: relative;
  overflow: hidden;
}
.ldp_yourbrand_24062025 .yourbrand_btn:before{
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 100;
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  transform: skewX(-25deg);
  content: "";
  opacity: 0;
  visibility: hidden;
}
.ldp_yourbrand_24062025 .yourbrand_btn:hover:before{
  webkit-animation: imgShine .75s ease-in-out;
  -o-animation: imgShine .75s ease-in-out;
  animation: imgShine .75s ease-in-out;
  opacity: 1;
  visibility: visible;
}

@keyframes imgShine {
  100% {
    left: 125%;
  }
}

.ldp_yourbrand_24062025 .video_general.tg_active .yourbrand_btn {
  animation: pulse 0.3s linear 2s forwards;
}
.ldp_yourbrand_24062025 .yourbrand_btn img {
  transition: all 0.3s;
}
.ldp_yourbrand_24062025 .yourbrand_btn:hover img {
  transform: translateX(10px);
}
.ldp_yourbrand_24062025 .yourbrand_title h2 {
  text-align: center;
  font-size: 44px;
  line-height: 130%;
  font-family: montserrat-semibold;
  margin: 0px;
}
.ldp_yourbrand_24062025 .yourbrand_title p {
  text-align: center;
  font-size: 22px;
  line-height: 140%;
  font-family: montserrat-medium;
  margin: 20px 0px 0px 0px;
}
.ldp_yourbrand_24062025 .yourbrand_faq {
  padding: 160px 0px 0px 0px;
}
.ldp_yourbrand_24062025 .yourbrand_faq .qb_faq_general {
  margin: 48px 0px 0px 0px;
}
.ldp_yourbrand_24062025 .yourbrand_faq .qb_faq_detailds {
  background: #f3faffcc;
  margin: 0px 0px 12px 0px;
  padding: 18.5px 20px;
  border-radius: 20px;
}
.ldp_yourbrand_24062025 .yourbrand_faq .qb_faq_general > .qb_faq_detailds:last-child {
  margin: 0px;
}
.ldp_yourbrand_24062025 .yourbrand_faq .qb_faq_detailds.tg_current {
  background: #ecf5ff;
  padding: 15px 20px;
}
.ldp_yourbrand_24062025 .yourbrand_faq .qb_faq_info {
  position: relative;
}
.ldp_yourbrand_24062025 .yourbrand_faq .qb_faq_info:before {
  position: absolute;
  content: "";
  background: url(../images/24062025-plus-icon.svg) no-repeat;
  width: 34px;
  height: 34px;
  top: 50%;
  right: 0px;
  margin: -16px 0px 0px 0px;
}
.ldp_yourbrand_24062025 .yourbrand_faq .qb_faq_detailds.tg_current .qb_faq_info:before {
  background: url(../images/24062025-minus-icon.svg) no-repeat;
}
.ldp_yourbrand_24062025 .yourbrand_faq .qb_faq_info h3 {
  margin: 0px;
  font-family: montserrat-semibold;
  font-size: 18px;
  line-height: 140%;
  padding: 0px 40px 0px 0px;
  cursor: pointer;
}
.ldp_yourbrand_24062025 .yourbrand_faq .tg_textwidget {
  margin: 12px 0px 0px 0px;
  color: #646464;
  font-size: 18px;
  line-height: 150%;
  padding: 0px 40px 0px 0px;
}
.ldp_yourbrand_24062025 .yourbrand_faq .tg_textwidget p:last-child {
  margin: 0px;
}
.ldp_yourbrand_24062025 .yourbrand_trademark {
  background: linear-gradient(180deg, #edf6ff 50%, rgba(237, 246, 255, 0) 100%);
  padding: 160px 0px 0px 0px;
}
.ldp_yourbrand_24062025 .yourbrand_trademark .trademark_bg {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 45px;
  margin: 60px 0px 0px 0px;
}
.ldp_yourbrand_24062025 .yourbrand_trademark .trademark_detailds .wrap_figure figure {
  height: 320px;
  border-radius: 20px;
  overflow: hidden;
}
.ldp_yourbrand_24062025 .yourbrand_trademark .trademark_detailds .wrap_figure figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: all 0.3s;
}
.ldp_yourbrand_24062025 .yourbrand_trademark .trademark_detailds:hover .wrap_figure figure img {
  transform: scale(1.1);
}
.ldp_yourbrand_24062025 .yourbrand_trademark .trademark_detailds .text_widget {
  margin: 24px 0px 0px 0px;
}
.ldp_yourbrand_24062025 .yourbrand_trademark .trademark_detailds .text_widget b {
  font-family: montserrat-semibold;
  font-size: 20px;
  line-height: 140%;
  display: block;
  margin: 0px 0px 8px 0px;
}
.ldp_yourbrand_24062025 .yourbrand_trademark .trademark_detailds .text_widget ul li {
  position: relative;
  margin: 0px 0px 8px 0px;
  padding: 0px 0px 0px 24px;
}
.ldp_yourbrand_24062025 .yourbrand_trademark .trademark_detailds .text_widget ul > li:last-child {
  margin: 0px;
}
.ldp_yourbrand_24062025 .yourbrand_trademark .trademark_detailds .text_widget ul li:before {
  position: absolute;
  content: "";
  background: url(../images/24062025-check-icon.svg) no-repeat;
  width: 15px;
  height: 11px;
  top: 5px;
  left: 0px;
}
.ldp_yourbrand_24062025 .yourbrand_trademark .trademark_bottom {
  margin: 60px 0px 0px 0px;
}
.ldp_yourbrand_24062025 .yourbrand_trademark .trademark_inner figure {
  width: 100%;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 0.8px solid #0000001a;
}
.ldp_yourbrand_24062025 .yourbrand_trademark .trademark_inner strong {
  text-align: center;
  display: block;
  font-family: montserrat-semibold;
  margin: 8px 0px 0px 0px;
}
.ldp_yourbrand_24062025 .yourbrand_benefit {
  padding: 160px 0px;
}
.ldp_yourbrand_24062025 .yourbrand_benefit .benefit_general {
  display: flex;
  gap: 60px;
}
.ldp_yourbrand_24062025 .yourbrand_benefit .benefit_general .wrap_figure {
  width: 52%;
}
.ldp_yourbrand_24062025 .yourbrand_benefit .benefit_general .text_widget {
  width: 48%;
}
.ldp_yourbrand_24062025 .br_mobile {
  display: none;
}
.ldp_yourbrand_24062025 .yourbrand_benefit .yourbrand_title {
  margin: 0px 0px 40px 0px;
}
.ldp_yourbrand_24062025 .yourbrand_benefit .yourbrand_title h2 {
  text-align: right;
}
.ldp_yourbrand_24062025 .yourbrand_benefit .yourbrand_title h2 strong {
  display: inline-block;
  position: relative;
}
.ldp_yourbrand_24062025 .yourbrand_benefit .yourbrand_title h2 strong.full_width {
  width: 100%;
}
.ldp_yourbrand_24062025 .yourbrand_benefit .yourbrand_title h2 strong.full_width:before {
  width: 88.5%;
  left: inherit;
}
.ldp_yourbrand_24062025 .yourbrand_benefit .yourbrand_title h2 strong:before {
  position: absolute;
  content: "";
  background: #e3f2ff;
  width: 111%;
  height: 45%;
  bottom: 0px;
  z-index: -1;
  right: -5px;
}
.ldp_yourbrand_24062025 .yourbrand_benefit .benefit_bg .benefit_detailds {
  margin: 0px 0px 48px 0px;
  padding: 0px 0px 40px 0px;
  border-bottom: 1px solid #0000001a;
  display: flex;
  gap: 16px;
}
.ldp_yourbrand_24062025 .yourbrand_benefit .benefit_bg > .benefit_detailds:last-child {
  margin: 0px;
  padding: 0px;
  border-bottom: none;
}
.ldp_yourbrand_24062025 .yourbrand_benefit .benefit_detailds .wrap_figure {
  flex-shrink: 0;
  width: inherit;
}
.ldp_yourbrand_24062025 .yourbrand_benefit .benefit_detailds .wrap_figure figure{
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.ldp_yourbrand_24062025 .yourbrand_benefit .benefit_detailds:hover .wrap_figure figure{
  -webkit-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

.ldp_yourbrand_24062025 .yourbrand_benefit .benefit_detailds .text_widget {
  flex-grow: 1;
}
.ldp_yourbrand_24062025 .yourbrand_benefit .benefit_detailds .text_widget b {
  font-size: 20px;
  line-height: 140%;
  font-family: montserrat-semibold;
  font-weight: 500;
}
.ldp_yourbrand_24062025 .yourbrand_benefit .benefit_detailds .text_widget p {
  font-size: 18px;
  line-height: 140%;
  margin: 8px 0px 0px 0px;
}
.ldp_yourbrand_24062025 .yourbrand_opportunity {
  padding: 160px 0px 0px 0px;
}
.ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_title {
  display: flex;
  align-items: center;
  gap: 44px;
  justify-content: center;
}
.ldp_yourbrand_24062025 .yourbrand_opportunity .yourbrand_title {
  display: flex;
  align-items: center;
  gap: 44px;
}
.ldp_yourbrand_24062025 .yourbrand_opportunity .yourbrand_title h2 {
  text-align: right;
}
.ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_title .wrap_figure {
  position: relative;
  top: -14px;
}
@keyframes rotateY { /* Đổi tên thành rotateY cho rõ ràng */
  0% {
    transform: rotateY(0deg);
  }
  /* Xoay 360 độ trong khoảng 40% của tổng thời gian */
  40% {
    transform: rotateY(360deg);
  }
  /* Dừng lại ở trạng thái đã xoay 360 độ từ 40.01% đến 100% của chu kỳ */
  40.01%, 100% {
    transform: rotateY(360deg);
  }
}

.ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_title .wrap_figure figure {
  /* Tổng thời gian animation: 2s xoay + 5s dừng = 7s */
  animation: rotateY 5s linear infinite; /* Sử dụng tên rotateY mới */
  transform-origin: center center;
}

.ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_title .wrap_figure figure:hover{
  transform: rotateX(30deg);
}
.ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_general {
  margin: 60px auto 0px auto;
  max-width: 1160px;
  width: 100%;
}
.ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_bg {
  max-width: 1110px;
  width: 100%;
  margin: 0px auto;
  display: flex;
}
.ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_left {
  width: 268px;
  position: relative;
  left: 10px;
}
.ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_middle {
  flex-grow: 1;
}
.ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_right {
  width: 340px;
  position: relative;
  right: 10px;
}
.ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_detailds .text_widget {
  text-align: center;
}
.ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_detailds .text_widget strong {
  font-size: 24px;
  line-height: 100%;
  color: #0f49ca;
  display: block;
  margin: 0px 0px 10px 0px;
}
.ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_middle .opportunity_detailds .text_widget strong,
.ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_middle .opportunity_detailds .opportunity_inner strong {
  color: #979797;
}
.ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_detailds .opportunity_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  height: 93px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_detailds .opportunity_inner strong {
  font-size: 20px;
  line-height: 150%;
  color: #0f49ca;
}
.ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_detailds .wrap_figure {
  position: relative;
}
.ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_ct {
  margin: 60px 0px 0px 0px;
  text-align: center;
  font-size: 18px;
}
.ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_ct p {
  margin: 0px 0px 20px 0px;
}
.ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_ct p:last-child {
  margin: 0px;
}
.ldp_yourbrand_24062025 .yourbrand_opportunity .yourbrand_btn {
  margin: 40px auto 0px auto;
}
.ldp_yourbrand_24062025 .yourbrand_define {
  background: linear-gradient(180deg, rgba(237, 246, 255, 0) 0%, #edf6ff 50%);
  padding: 160px 0px;
}
.ldp_yourbrand_24062025 .yourbrand_define .define_general {
  margin: 60px 0px 0px 0px;
}
.ldp_yourbrand_24062025 .yourbrand_define .define_bg {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 80px;
}
.ldp_yourbrand_24062025 .yourbrand_define .define_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ldp_yourbrand_24062025 .yourbrand_define .define_inner .text_widget {
  margin: 28px 0px 0px 0px;
  text-align: center;
}
.ldp_yourbrand_24062025 .yourbrand_define .define_inner .text_widget p {
  font-size: 20px;
  line-height: 140%;
  font-family: montserrat-semibold;
}
.ldp_yourbrand_24062025 .yourbrand_define .define_inner .text_widget p:last-child {
  margin: 0px;
}
.ldp_yourbrand_24062025 .yourbrand_define .define_inner .text_widget p strong {
  color: #0f49ca;
}
.ldp_yourbrand_24062025 .yourbrand_video {
  height: 970px;
  position: relative;
}
.ldp_yourbrand_24062025 .yourbrand_video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  object-fit: cover;
}
.ldp_yourbrand_24062025 .video_general {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  transition: all 0.5s linear;
  opacity: 0;
  visibility: hidden;
  text-align: center;
}
.ldp_yourbrand_24062025 .video_general .yourbrand_title p {
  color: #fff;
}

.ldp_yourbrand_24062025 .video_general .yourbrand_title {
  margin: 20px 0 0 0;
}
.ldp_yourbrand_24062025 .video_general.tg_active {
  opacity: 1;
  visibility: visible;
  top: 40%;
}
.ldp_yourbrand_24062025 .yourbrand_bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px 0 0 0;
  gap: 40px;
}
.ldp_yourbrand_24062025 .yourbrand_bg figure {
  opacity: 0;
}

.ldp_yourbrand_24062025 .video_general.tg_active .yourbrand_bg figure {
  animation: zoomIn 0.7s linear 1s forwards;
}

.ldp_yourbrand_24062025 .text-line {
  display: flex !important;
  flex-direction: column;
  font-size: 44px;
  line-height: 130%;
  font-family: montserrat-semibold;
  font-style: normal;
  align-items: center;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.2);
  -webkit-background-clip: text;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, #fff 0%, #fff 50%, transparent 50.1%);
  background-size: 0% 100%;
  font-variant-ligatures: normal;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s;
  font-family: montserrat-semibold;
}
.ldp_yourbrand_24062025 .yourbrand_video .yourbrand_title p {
  color: #fff;
}
.ldp_yourbrand_24062025 .toppage_chance_bg .yourbrand_bg {
  margin: 60px 0px 0px 0px;
}
.ldp_yourbrand_24062025 .toppage_chance_bg .yourbrand_bg figure {
  display: flex;
  justify-content: center;
}
.ldp_yourbrand_24062025 .yourbrand_video .yourbrand_btn {
  margin: 60px auto 0px auto;
}
.ldp_yourbrand_24062025 .tg_popup_24062025 {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.8) center center no-repeat;
  font-size: 15px;
  overflow: auto;
  display: none;
  z-index: 99999;
  height: 100%;
  top: 0px;
  left: 0px;
  padding: 0 2rem;
}
.ldp_yourbrand_24062025 .tg_popup_24062025.tg_success_24062025{
  display: inherit !important;
}
.ldp_yourbrand_24062025 .tg_success_24062025 .popup_general .text_widget{
  display: flex;
  align-items: center;
}
.ldp_yourbrand_24062025 .tg_success_24062025 .success_confirm{
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  font-family: montserrat-semibold;
}
.ldp_yourbrand_24062025 .tg_success_24062025 .success_confirm p{
  margin: 0px 0px 20px 0px;
}
.ldp_yourbrand_24062025 .tg_success_24062025 .success_confirm p:last-child{
  margin: 0px;
}
.ldp_yourbrand_24062025 .popup_content {
  position: relative;
  margin: 100px auto 50px auto;
  z-index: 9;
  transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  background: #fff;
  max-width: 1180px;
  width: 100%;
  animation-name: animatetop;
  animation-duration: 0.4s;
  padding: 60px 50px;
  border-radius: 20px;
}
.ldp_yourbrand_24062025 .tg_popup_24062025_content_close {
  position: absolute;
  cursor: pointer;
  top: 16px;
  right: 16px;
}
.ldp_yourbrand_24062025 .tg_popup_24062025_content_close svg{
  width: 20px;
  height: 20px;
}
.ldp_yourbrand_24062025 .popup_general {
  display: flex;
  gap: 36px;
/*  max-height: 500px;
  overflow: auto;*/
}
.ldp_yourbrand_24062025 .popup_general .wrap_figure {
  width: 57%;
}
.ldp_yourbrand_24062025 .popup_general .text_widget {
  width: 43%;
}
.ldp_yourbrand_24062025 .popup_title h2 {
  font-size: 36px;
  line-height: 120%;
  font-family: montserrat-semibold;
  margin: 0px;
}
.ldp_yourbrand_24062025 .popup_title p {
  margin: 16px 0px 0px 0px;
}
.ldp_yourbrand_24062025 .popup_form_group {
  margin: 20px 0px 0px 0px;
}
.ldp_yourbrand_24062025 .popup_form_group .popup_list_group {
  margin: 0px 0px 16px 0px;
}
.ldp_yourbrand_24062025 .popup_form_group > .popup_list_group:last-child {
  margin: 32px 0px 0px 0px;
}
.ldp_yourbrand_24062025 .popup_form_group .popup_list_group label {
  color: #4e4e4e;
  font-family: montserrat-medium;
  margin: 0px 0px 8px 0px;
}
.ldp_yourbrand_24062025 .popup_form_group .popup_list_group input {
  width: 100%;
  font-family: montserrat;
  border: 1px solid #dde8f5;
  border-radius: 8px;
  padding: 9px 16px;
}
.ldp_yourbrand_24062025 .popup_form_group .popup_list_group input::-webkit-outer-spin-button,
.ldp_yourbrand_24062025 .popup_form_group .popup_list_group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ldp_yourbrand_24062025 .popup_form_group .popup_list_group input::placeholder {
  color: #c8c8c8;
  font-family: montserrat;
  font-style: italic;
}
.ldp_yourbrand_24062025 .popup_form_group .popup_list_group select {
  width: 100%;
  font-family: montserrat;
  border: 1px solid #dde8f5;
  border-radius: 8px;
  padding: 9px 16px;
  background: url(../images/24062025-select-arr.svg) #fff no-repeat;
  background-position: 96% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.ldp_yourbrand_24062025 .popup_form_group .popup_list_group button {
  font-size: 18px;
  line-height: 140%;
  border: 1px solid #0f49ca;
  border-radius: 90px;
  background: #fff;
  font-family: montserrat-semibold;
  background: #0f49ca;
  color: #fff;
  max-width: 220px;
  width: 100%;
  padding: 12px 0px;
  transition: all 0.3s;
      display: flex;
    align-items: center;
    justify-content: center;
}
.ldp_yourbrand_24062025 .popup_form_group .popup_list_group button:hover {
  background: #0f49ca;
  color: #fff;
}
.ldp_yourbrand_24062025 .icon_mobile_click {
  display: none;
}
.ldp_yourbrand_24062025 .swiper-pagination {
  position: relative;
  top: inherit;
  bottom: inherit;
}
.ldp_yourbrand_24062025 .swiper-pagination-bullet-active {
  background: #005bac;
}
.ldp_yourbrand_24062025 .opportunity_mobile {
  display: none;
}
.ldp_yourbrand_24062025 .bg_opacity {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  z-index: 999999;
  display: none;
}
@keyframes zoomInLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1); /* Phóng to 110% */
  }
  100% {
    transform: scale(1);
  }
}

.define_com {
  animation: zoomInLoop 1.5s infinite;
}
.define_product {
  animation: zoomInLoop 1.75s infinite;
}
.define_shop {
  animation: zoomInLoop 2s infinite;
}
.define_company {
  animation: zoomInLoop 2.25s infinite;
}
.define_www {
  animation: zoomInLoop 2.5s infinite;
}
.ldp_yourbrand_24062025 .yourbrand_define .define_inner .wrap_figure figure {
  position: relative;
}
.ldp_yourbrand_24062025 .yourbrand_define .define_domain {
  position: absolute;
}
.ldp_yourbrand_24062025 .yourbrand_define .define_com {
  top: 131px;
  left: 106px;
}
.ldp_yourbrand_24062025 .yourbrand_define .define_product {
  top: 140px;
  left: 40px;
}
.ldp_yourbrand_24062025 .yourbrand_define .define_shop {
  top: 40px;
  left: 90px;
}
.ldp_yourbrand_24062025 .yourbrand_define .define_company {
  top: 70px;
  right: 50px;
}
.ldp_yourbrand_24062025 .yourbrand_define .define_www {
  top: 170px;
  right: 90px;
}
/*.ldp_yourbrand_24062025 .visual_img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}*/

#video_mb{
  display: none !important;
}

/*end css content rau*/
@media (min-width: 1025px) and (max-width: 1600px) {
  .ldp_yourbrand_24062025 .video_general.tg_active{
    top: 50%;
  }
  .ldp_yourbrand_24062025 .text-line{
    font-size: 30px;
  }
/*    #visual .video{
    opacity: 1 !important;
  }*/
  .ldp_yourbrand_24062025 .yourbrand_banner .banner_general{
    padding: 40px;
    max-width: 90%;
    margin: 0px auto;
  }
  .ldp_yourbrand_24062025 .toppage_chance_bg:before {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .ldp_yourbrand_24062025 .tg_header .hd_middle nav ul {
    gap: 16px;
  }
  .ldp_yourbrand_24062025 .tg_header {
    padding: 16px;
  }
  .ldp_yourbrand_24062025 .yourbrand_title h2 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
    #visual .video:before {
    width: 120px !important;
    height: 120px !important;
    top: -60px !important;
    background-size: cover !important;
  }
  .ldp_yourbrand_24062025 .toppage_nuker{
    margin: 36px 0px 0px 0px;
  }
  .ldp_yourbrand_24062025 .yourbrand_btn {
    font-size: 16px;
    width: 100%;
    max-width: 100%;
    padding: 12px;
  }
  .ldp_yourbrand_24062025 .toppage_absolute:after {
    background-size: 100% 100% !important;
    top: -12px;
  }
  .ldp_yourbrand_24062025 .toppage_absolute:before {
    width: 120px;
    height: 120px;
    top: -60px;
    background-size: cover !important;
  }
  .ldp_yourbrand_24062025 .toppage_chance_bg:before {
    background: url(../images/24062025-crystal-bg-mobile.png) no-repeat;
    max-width: 375px;
    height: 206px;
    bottom: -81px;
  }
  .ldp_yourbrand_24062025 .toppage_chance_bg video {
    border-radius: 20px;
    height: 240px;
    object-fit: cover;
    width: 100%;
  }
  .ldp_yourbrand_24062025 .toppage_chance_bg {
    padding: 18px 16px 80px 16px;
  }
  .ldp_yourbrand_24062025 .toppage_chance_bg .toppage_absolute {
    margin: 0px;
  }
  .ldp_yourbrand_24062025 .yourbrand_banner .wrap_figure p {
    font-size: 16px;
  }
  .ldp_yourbrand_24062025 .yourbrand_banner .wrap_figure h2 {
    font-size: 20px;
  }
  .ldp_yourbrand_24062025 .yourbrand_faq {
    padding: 100px 0px 0px 0px;
  }
  .ldp_yourbrand_24062025 .yourbrand_trademark {
    padding: 100px 0px 0px 0px;
  }
  .ldp_yourbrand_24062025 .yourbrand_benefit .yourbrand_title {
    margin: 0px;
  }
  .ldp_yourbrand_24062025 .yourbrand_benefit .benefit_bg .benefit_detailds {
    margin: 0px 0px 24px 0px;
    padding: 0px 0px 24px 0px;
  }
  .ldp_yourbrand_24062025 .yourbrand_benefit .yourbrand_title h2 br {
    display: none;
  }
  .ldp_yourbrand_24062025 .yourbrand_benefit .yourbrand_title h2 strong:before {

  }
  .ldp_yourbrand_24062025 .yourbrand_benefit {
    padding: 100px 0px;
  }
  .ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_ct {
    margin: 36px 0px 0px 0px;
  }
  .ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_general {
    margin: 36px auto 0px auto;
  }
  .ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_detailds .opportunity_inner strong {
    font-size: 12px;
  }
  .ldp_yourbrand_24062025 .yourbrand_title h2 {
    font-size: 24px;
  }
  .ldp_yourbrand_24062025 .yourbrand_opportunity {
    padding: 100px 0px 0px 0px;
  }
  .ldp_yourbrand_24062025 .yourbrand_define .define_general {
    margin: 36px 0px 0px 0px;
  }
  .ldp_yourbrand_24062025 .yourbrand_video .yourbrand_btn {
    margin: 33px auto 0px auto;
  }
  .ldp_yourbrand_24062025 .toppage_chance_bg .yourbrand_bg {
    margin: 33px 0px 0px 0px;
  }
  .ldp_yourbrand_24062025 .yourbrand_title p {
    font-size: 16px;
  }
  .ldp_yourbrand_24062025 .text-line {
    font-size: 24px;
  }
  .ldp_yourbrand_24062025 .yourbrand_video {
    height: 700px;
  }
  .ldp_yourbrand_24062025 .yourbrand_toppage {
    padding: 140px 0px 0px 0px;
  }
  .ldp_yourbrand_24062025 .yourbrand_toppage .toppage_bg {
    max-width: 450px;
    margin: 24px auto 0px auto;
  }
  .ldp_yourbrand_24062025 .yourbrand_toppage .toppage_title p {
    font-size: 18px;
    margin: 10px 0px 0px 0px;
  }
  .ldp_yourbrand_24062025 .yourbrand_toppage .toppage_title b {
    font-size: 50px;
  }
  .ldp_yourbrand_24062025 .yourbrand_toppage .toppage_title strong {
    font-size: 20px;
  }
  .ldp_yourbrand_24062025 .popup_title h2 {
    font-size: 24px;
  }
  .ldp_yourbrand_24062025 .yourbrand_benefit .benefit_general {
    gap: 36px;
  }
  .ldp_yourbrand_24062025 .yourbrand_define {
    padding: 100px 0px;
  }
  .ldp_yourbrand_24062025 .tg_header .hd_right .yourbrand_btn {
    padding: 8px 15px;
  }
  .ldp_yourbrand_24062025 .tg_header .hd_right {
    display: flex;
    align-items: center;
    gap: 16px;
    width: inherit;
  }
}
@media (max-width: 1024px) {
  #video_mb{
    display: block !important;
    opacity: 1 !important;
  }
  #video_pc{
    display: none !important;
  }
  .ldp_yourbrand_24062025 .video_general{
    width: 100%;
    padding: 0px 16px;
  }
  [data-aos] { opacity: 1 !important;transform:inherit !important; }
  #visual .video{
    opacity: 1 !important;
  }
  .ldp_yourbrand_24062025 .toppage_nuker{
   padding: 0px 16px;
 }
 .ldp_yourbrand_24062025 .popup_form_group .popup_list_group button {
  max-width: 100%;
}
.ldp_yourbrand_24062025 .popup_general .text_widget {
  width: 100%;
}
.ldp_yourbrand_24062025 .popup_general .wrap_figure {
  display: none;
}
.ldp_yourbrand_24062025 .yourbrand_banner .banner_general {
  padding: 28px 36px;
}
.ldp_yourbrand_24062025 .yourbrand_benefit .benefit_general .global_img {
  display: none;
}
.ldp_yourbrand_24062025 .yourbrand_trademark .trademark_bg {
  display: inherit;
}
.ldp_yourbrand_24062025 .yourbrand_benefit .yourbrand_title h2 strong.full_width {
  display: ruby;
  position: relative;
}
.ldp_yourbrand_24062025 .yourbrand_benefit .yourbrand_title h2 strong{
  position: relative;
}
.ldp_yourbrand_24062025 .yourbrand_benefit .yourbrand_title h2 strong:before{
  position: absolute;
  content: "";
  background: #e3f2ff;
  width: 100% !important;
  height: 45%;
  bottom: 0px;
  z-index: -1;
  right: 0px;
  display: none;
}
.ldp_yourbrand_24062025 .yourbrand_benefit .yourbrand_title h2 strong.full_width .br_mobile{
  display: none;
}
.ldp_yourbrand_24062025 .yourbrand_benefit .yourbrand_title h2 {
  text-align: center;
}
.ldp_yourbrand_24062025 .yourbrand_benefit .benefit_general .text_widget {
  width: 100%;
}
.ldp_yourbrand_24062025 .yourbrand_benefit .benefit_general > .wrap_figure {
  width: 100%;
}
.ldp_yourbrand_24062025 .yourbrand_benefit .benefit_general {
  flex-direction: column;
}
.ldp_yourbrand_24062025 .yourbrand_define .define_bg {
  display: inherit;
}
.ldp_yourbrand_24062025 .yourbrand_video .video_general {
  padding: 0px 16px;
}
.ldp_yourbrand_24062025 .tg_header {
  padding: 16px;
}
.ldp_yourbrand_24062025 .tg_header .hd_middle {
  display: none;
}
.ldp_yourbrand_24062025 .icon_mobile_click {
  display: block !important;
  position: relative;
  top: 7px;
}
}
@media (max-width: 767px) {
  .ldp_yourbrand_24062025 .tg_success_24062025 .success_confirm{
    font-size: 18px;
    margin: 20px 0px 0px 0px;
  }
  .ldp_yourbrand_24062025 .yourbrand_banner{
    margin: 40px 0px 60px 0px;
  }
  .ldp_yourbrand_24062025 .yourbrand_opportunity .yourbrand_title h2{
    font-size: 16px;
  }

  #visual .video:before {
    width: 86px !important;
    height: 86px !important;
    top: -40px !important;
    background-size: cover !important;
  }
  #visual .video:after {
    width: 14px !important;
    height: 21px !important;
    top: -7px !important;
    background-size: cover !important;
  }
  .ldp_yourbrand_24062025 .yourbrand_define .define_com {
    top: 78px;
    left: 70px;
    max-width: 76px;
    width: 100%;
  }
  .ldp_yourbrand_24062025 .yourbrand_define .define_product {
    top: 80px;
    left: 32px;
    max-width: 100px;
    width: 100%;
  }
  .ldp_yourbrand_24062025 .yourbrand_define .define_shop {
    top: 34px;
    left: 65px;
    max-width: 75px;
    width: 100%;
  }
  .ldp_yourbrand_24062025 .yourbrand_define .define_company {
    top: 41px;
    right: 33px;
    max-width: 100px;
    width: 100%;
  }
  .ldp_yourbrand_24062025 .yourbrand_define .define_www {
    top: 102px;
    right: 60px;
    max-width: 75px;
    width: 100%;
  }
  .ldp_yourbrand_24062025 .toppage_absolute:after {
    width: 14px;
    height: 9px;
    background-size: 100% 100% !important;
    top: -2px;
  }
  .ldp_yourbrand_24062025 .toppage_absolute:before {
    width: 86px;
    height: 86px;
    top: -43px;
    background-size: cover !important;
  }
  .ldp_yourbrand_24062025 .toppage_chance_bg:before {
    background: url(../images/24062025-crystal-bg-mobile.png) no-repeat;
    max-width: 375px;
    height: 206px;
    bottom: -81px;
  }
  .ldp_yourbrand_24062025 .toppage_chance_bg video {
    border-radius: 20px;
    height: 120px;
    object-fit: cover;
    width: 100%;
  }
  .ldp_yourbrand_24062025 .toppage_chance_bg {
    padding: 18px 16px 40px 16px;
  }
  .ldp_yourbrand_24062025 .toppage_chance_bg .toppage_absolute {
    margin: 0px;
  }
  .ldp_yourbrand_24062025 .popup_form_group .popup_list_group {
 
  }
  .ldp_yourbrand_24062025 .popup_form_group > .popup_list_group:last-child {
    margin: 20px 0px 0px 0px;
  }
  .ldp_yourbrand_24062025 .popup_form_group .popup_list_group button {
  }
  .ldp_yourbrand_24062025 .popup_form_group .popup_list_group input,
  .ldp_yourbrand_24062025 .popup_form_group .popup_list_group select {
  }
  .ldp_yourbrand_24062025 .popup_form_group .popup_list_group label {
  }
  .ldp_yourbrand_24062025 .popup_form_group {
    margin: 24px 0px 0px 0px;
  }
  .ldp_yourbrand_24062025 .popup_title p {
    margin: 8px 0px 0px 0px;
  }
  .ldp_yourbrand_24062025 .popup_title h2 {
    font-size: 22px;
  }
  .ldp_yourbrand_24062025 .popup_content {
    padding: 20px 30px;
  }
  .ldp_yourbrand_24062025 .yourbrand_faq .qb_faq_info:before {
    width: 32px;
    height: 32px;
    background-size: cover !important;
  }
  .ldp_yourbrand_24062025 .yourbrand_banner .banner_general {
    background: url(../images/24062025-banner-bg-mobile.png) no-repeat;
    background-size: cover !important;
    border-radius: 30px;
  }
  .ldp_yourbrand_24062025 .yourbrand_banner .wrap_figure p {
    font-size: 14px;
  }
  .ldp_yourbrand_24062025 .yourbrand_banner .text_widget {
    width: 100%;
  }
  .ldp_yourbrand_24062025 .yourbrand_banner .wrap_figure {
    width: 100%;
  }
  .ldp_yourbrand_24062025 .yourbrand_banner .banner_general {
    flex-direction: column;
    gap: 30px;
  }
  .ldp_yourbrand_24062025 .yourbrand_banner .wrap_figure h2 {
    font-size: 16px;
  }
  .ldp_yourbrand_24062025 .yourbrand_faq .tg_textwidget {
    font-size: 14px;
  }
  .ldp_yourbrand_24062025 .yourbrand_faq .qb_faq_detailds {
    padding: 15px 20px;
  }
  .ldp_yourbrand_24062025 .yourbrand_faq .qb_faq_info h3 {
    font-size: 16px;
  }
  .ldp_yourbrand_24062025 .yourbrand_faq .qb_faq_general {
    margin: 30px 0px 0px 0px;
  }
  .ldp_yourbrand_24062025 .yourbrand_faq {
    padding: 40px 0px 0px 0px;
  }
  .ldp_yourbrand_24062025 .yourbrand_trademark .trademark_bottom .container {
    padding: 0px;
  }
  .ldp_yourbrand_24062025 .yourbrand_trademark .trademark_bottom {
    margin: 30px 0px 0px 0px;
  }
  .ldp_yourbrand_24062025 .yourbrand_trademark .trademark_detailds .text_widget ul li:before {
    top: 8px;
  }
  .ldp_yourbrand_24062025 .yourbrand_trademark .trademark_detailds .text_widget b {
    font-size: 18px;
  }
  .ldp_yourbrand_24062025 .yourbrand_trademark .trademark_detailds .text_widget {
    margin: 12px 0px 0px 0px;
    font-size: 16px;
  }
  .ldp_yourbrand_24062025 .yourbrand_trademark .trademark_detailds .wrap_figure figure img {
    border-radius: 16px;
  }
  .ldp_yourbrand_24062025 .yourbrand_trademark .trademark_detailds .wrap_figure figure {
    height: 250px;
    border-radius: 16px;
  }
  .ldp_yourbrand_24062025 .yourbrand_trademark .trademark_bg {
    margin: 30px 0px 0px 0px;
  }
  .ldp_yourbrand_24062025 .yourbrand_trademark {
    padding: 40px 0px 0px 0px;
  }
  .ldp_yourbrand_24062025 .yourbrand_benefit .benefit_detailds .text_widget p {
    font-size: 14px;
    margin: 5px 0px 0px 0px;
  }
  .ldp_yourbrand_24062025 .yourbrand_benefit .benefit_detailds .text_widget b {
    font-size: 16px;
  }
  .ldp_yourbrand_24062025 .yourbrand_benefit .benefit_bg .benefit_detailds {
    gap: 4px;
    margin: 0px 0px 16px 0px;
    padding: 0px 0px 16px 0px;
  }
  .ldp_yourbrand_24062025 .yourbrand_benefit .benefit_bg .benefit_detailds .wrap_figure figure {
    max-width: 40px;
    width: 100%;
  }
  .ldp_yourbrand_24062025 .yourbrand_benefit .yourbrand_title {
    margin: 0px;
  }
  .ldp_yourbrand_24062025 .yourbrand_benefit .benefit_general {
    gap: 24px;
  }
  .ldp_yourbrand_24062025 .opportunity_mobile {
    display: flex;
    justify-content: center;
  }
  .ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_bg {
    display: none;
  }
  .ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_detailds .text_widget {
    margin: 0px 0px 8px 0px;
  }
  .ldp_yourbrand_24062025 .yourbrand_benefit {
    padding: 40px 0px;
  }
  .ldp_yourbrand_24062025 .yourbrand_opportunity .yourbrand_btn {
    margin: 20px auto 0px auto;
  }
  .ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_ct p {
    margin: 0px 0px 10px 0px;
  }
  .ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_ct {
    font-size: 14px;
    margin: 16px 0px 0px 0px;
    text-align: left;
  }
  .ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_detailds .wrap_figure .line_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_detailds .wrap_figure .line_bg {
  }
  .ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_middle {
  }
  .ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_left {
  }
  .ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_right {
  }
  .ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_detailds .opportunity_inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0px;
  }
  .ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_general {
    margin: 30px auto 0px auto;
  }
  .ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_detailds .opportunity_inner figure {
    max-width: 8px;
    width: 100%;
  }
  .ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_detailds .opportunity_inner strong {
    font-size: 10px;
  }
  .ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_detailds .text_widget figure {
    max-width: 7.5px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0px auto;
  }
  .ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_detailds .text_widget strong {
    font-size: 10px;
  }
  .ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_title .wrap_figure {
    top: -3px;
  }
  .ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_title .wrap_figure figure {
    max-width: 106px;
    width: 100%;
  }
  .ldp_yourbrand_24062025 .yourbrand_opportunity .opportunity_title {
    gap: 12px;
  }
  .ldp_yourbrand_24062025 .yourbrand_opportunity .yourbrand_title {
    gap: 12px;
  }
  .ldp_yourbrand_24062025 .yourbrand_opportunity .yourbrand_title figure {
    max-width: 8px;
  }
  .ldp_yourbrand_24062025 .yourbrand_opportunity {
    padding: 40px 0px 0px 0px;
  }
  .ldp_yourbrand_24062025 .yourbrand_define .swiper-pagination {
    margin: 10px 0px 0px 0px;
  }
  .ldp_yourbrand_24062025 .yourbrand_define .define_inner .text_widget p {
    font-size: 10px;
  }
  .ldp_yourbrand_24062025 .yourbrand_define .define_inner .text_widget {
    margin: 14px 0px 0px 0px;
  }
  .ldp_yourbrand_24062025 .yourbrand_define .define_general {
    margin: 15px 0px 0px 0px;
  }
  .ldp_yourbrand_24062025 .yourbrand_title h2 {
    font-size: 26px;
  }
  .ldp_yourbrand_24062025 .yourbrand_define {
    padding: 40px 0px;
  }
  .ldp_yourbrand_24062025 .br_mobile {
    display: block;
  }
  .ldp_yourbrand_24062025 .br_desktop {
    display: none;
  }
  .ldp_yourbrand_24062025 .yourbrand_video .yourbrand_btn {
    margin: 22px auto 0px auto;
    gap: 4px;
  }
  .ldp_yourbrand_24062025 .yourbrand_btn {
    font-size: 16px;
    width: 100%;
    max-width: 100%;
    padding: 15px;
  }
  .ldp_yourbrand_24062025 .yourbrand_title p {
    font-size: 16px;
    margin: 8px 0px 0px 0px;
  }
  .ldp_yourbrand_24062025 .toppage_chance_bg .yourbrand_bg {
    margin: 22px 0px 0px 0px;
  }
  .ldp_yourbrand_24062025 .yourbrand_video video {
    border-radius: 0px;
  }
  .ldp_yourbrand_24062025 .yourbrand_video .video_general {
    width: 100%;
  }
  .ldp_yourbrand_24062025 .text-line {
    font-size: 26px;
    display: inline !important;
  }
  .ldp_yourbrand_24062025 .yourbrand_video {
    height: 400px;
  }
  .ldp_yourbrand_24062025 .brand_big_title {
    margin: 15px 0px 0px 0px;
  }
  .ldp_yourbrand_24062025 .toppage_tenyear .toppage_right {
    font-size: 18px;
  }
  .ldp_yourbrand_24062025 .toppage_tenyear {
    gap: 14px;
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
    margin: 0px auto;
  }
  .ldp_yourbrand_24062025 .toppage_tenyear .toppage_left {
    font-size: 12px;
  }
  .ldp_yourbrand_24062025 .toppage_tenyear .toppage_middle img {
    height: 18px;
  }
  .ldp_yourbrand_24062025 .toppage_bg .animate-text {
    height: auto;
    margin: 0px;
  }
  .ldp_yourbrand_24062025 .toppage_bg .animate-text span {
    font-size: 18px;
    min-width: 81px;
  }
  .ldp_yourbrand_24062025 .toppage_bg strong {
    font-size: 18px;
  }
  .ldp_yourbrand_24062025 .yourbrand_toppage .toppage_bg {
    margin: 24px auto 0px auto;
    max-width: 280px;
    padding: 6px;
    border: 2px solid #0f49ca;
  }
  .ldp_yourbrand_24062025 .yourbrand_toppage .toppage_title p {
    font-size: 14px;
    margin: 16px 0px 0px 0px;
  }
  .ldp_yourbrand_24062025 .yourbrand_toppage .toppage_title b {
    font-size: 36px;
  }
  .ldp_yourbrand_24062025 .yourbrand_toppage .toppage_title strong {
    font-size: 14px;
    position: relative;
    left: 5px;
  }
  .ldp_yourbrand_24062025 .yourbrand_toppage {
    padding: 110px 0px 0px 0px;
    position: relative;
    top: -10px;
  }
  .ldp_yourbrand_24062025 .toppage_nuker{
top: 14px;
  }
  .ldp_yourbrand_24062025 .tg_header .hd_left figure {
    max-width: 160px;
    width: 100%;
  }
  .ldp_yourbrand_24062025 .tg_header .hd_right {
    width: inherit;
  }
  .ldp_yourbrand_24062025 .tg_header .hd_right .yourbrand_btn {
    display: none;
  }
}

/* giang css */
.scroll{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.tg_header.remove_hd_30062025 {
  display: none;
}

/* visual */
#visual .scroll-box {
  height: 100vh;
  overflow: hidden;
}
#visual .scroll {
  position: relative;
  top: 0;
}
#visual .intro {
  position: relative;
}
#visual .intro .text {
  padding: var(--headerH) 0 60px;
}
#visual .intro .right {
  text-align: right;
  margin-top: -50px;
}
#visual .intro h2 {
  font-family: var(--engFont); /* font-size: 16rem; */
  font-size: 20rem;
  font-weight: 300;
  color: #111;
  letter-spacing: -0.06em;
  animation: textClip 1s both;
}
#visual .intro h2 span {
  font-family: var(--engFont2); /* font-size: 15rem; */
  font-size: 19rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

#visual .intro .left h2 {
  animation-delay: 0.3s;
}
#visual .intro .right h2 {
  padding-right: 10px;
  animation-delay: 1.3s;
}

#visual .video {
  position: relative;
  z-index: 10;
}
#visual .video:before {
  position: absolute;
  content: "";
  background: url(../images/24062025-scroll-down-title.png) no-repeat;
  width: 176px;
  height: 176px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  top: -84px;
  z-index: 1;
  -webkit-animation: rotate 5s normal linear infinite;
  animation: rotate 20s normal linear infinite;
  transition: all 0.3s;
}
#visual .video:after {
  position: absolute;
  content: "";
  background: url(../images/24062025-scroll-down-arr.svg) no-repeat;
  width: 21px;
  height: 29px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  top: -11.5px;
  z-index: 2;
  transition: all 0.3s;
}
#visual .video.remove_hd_30062025:before,
#visual .video.remove_hd_30062025:after{
  opacity: 0;
  visibility: hidden;
}
#visual .video .visual_img{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#visual .video .visual_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*#visual .video .visual_img{
position: relative;
z-index: 9;
transition: all 0.3s;
}
#visual .video video{
  transition: all 0.3s;
    opacity: 0;
  visibility: hidden;
}
#visual .video.remove_hd_30062025 .visual_img{
  opacity: 0;
  visibility: hidden;
}
#visual .video.remove_hd_30062025 video{
  opacity: 1;
  visibility: visible;
}*/
#visual .visual {
  height: 100vh;
  text-align: center;
  outline: none;
}
#visual .visual .inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#visual .visual .inner::after {
/*  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, black);
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;*/
}
#visual .visual video {
  width: 100vw;
  height: 60vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 110vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

#visual .cover {
  padding-bottom: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#visual .cover .dots,
#visual .cover .text-box {
  opacity: 0;
}
#visual .cover .dots {
  margin-bottom: 10px;
}
#visual .cover .dots ul {
  display: flex !important;
}
#visual .cover .dots ul li {
  display: flex;
  position: relative;
  cursor: pointer;
}
#visual .cover .dots ul li:not(:last-of-type) {
  margin-right: 10px;
}
#visual .cover .dots ul li button {
  display: none;
}
#visual .cover .dots ul li svg {
  width: auto;
  height: auto;
  transform: rotate(-90deg);
}
#visual .cover .dots ul li svg circle {
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}
#visual .cover .dots ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#visual .cover .txt:not(.active) {
  display: none;
}
#visual .cover h3 {
  font-family: var(--engFont);
  font-size: 11rem;
  font-weight: 300;
  color: #fff;
  letter-spacing: -0.06em;
}
#visual .cover h3 span {
  display: inline-block;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  opacity: 0;
}
#visual .cover h3 strong {
  display: block;
  font-family: var(--engFont2);
  font-size: 10rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin-top: -26px;
}
#visual .cover p {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  letter-spacing: -0.02em;
  margin-top: 10px;
  transform: translateY(100%);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

#visual .cover.animated .dots,
#visual .cover.animated .text-box {
  opacity: 1;
  transition: opacity 0.5s;
}

#visual .cover .txt.active h3 span {
  animation: textBlur 1s both;
}
#visual .cover .txt.active p {
  animation: textClip 1s both;
}

#visual .scrollDown {
  margin-top: 40px;
}
#visual .scrollDown span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
#visual .scrollDown span i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/img/main/visual_arrow.svg") no-repeat center center / contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  animation: scrollDown 2.6s infinite;
  will-change: top, transform;
}
#visual .scrollDown span i:nth-of-type(1) {
  animation-delay: 1.3s;
}

#visual .cover .dots ul li.slick-active svg circle {
  animation: circleProgress 8s forwards;
}

@media screen and (max-width: 1800px) {
  #visual .intro .right {
    margin-top: -30px;
  }

  #visual .cover p {
    font-size: 18px;
  }
  #visual .cover h3 strong {
    margin-top: -15px;
  }
}

@media screen and (max-width: 1280px) {
  #visual .cover {
    padding-bottom: 40px;
  }
  #visual .cover h3 strong {
    margin-top: 0;
  }

  #visual .cover h3 {
    font-size: 7.5rem;
  }
  #visual .cover h3 strong {
    font-size: 6.5rem;
  }
  #visual .cover p {
    font-size: 17px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 1000px) {
  #visual .intro .text {
    padding: calc(var(--headerH) + 50px) 0 70px;
  }
  #visual .intro .right {
    margin-top: 0;
  }
  #visual .intro h2 {
    font-size: 15rem;
  }
  #visual .intro h2 span {
    font-size: 14rem;
  }
}

@media screen and (max-width: 900px) {
  #visual .intro .right h2 {
    padding-right: 5px;
  }
}

@media screen and (max-width: 600px) {
  #visual .intro h2 {
    font-size: 12.5rem;
  }
  #visual .intro h2 span {
    font-size: 11.5rem;
  }
}
