@charset "UTF-8";
.line-clamp-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamp-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamp-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamp-6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1200px) {
  #brxe-phhnaj {
    display: none !important;
  }
}

.service-list-block .service-item-wrap {
  width: 360px;
  height: 360px;
}
@media (max-width: 1370px) {
  .service-list-block .service-item-wrap {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .service-list-block .service-item-wrap {
    position: relative !important;
    top: inherit !important;
    left: inherit !important;
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 1200px) {
  .service-list-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-direction: row;
  }
}

.brxe-custom-adv-product-box {
  width: 100%;
}

.custom-adv-product-box-wrapper .adv-product-box__layout {
  display: flex;
  align-items: center;
  gap: 44px;
}
.custom-adv-product-box-wrapper .adv-product-box__layout--image-right {
  flex-direction: row-reverse;
}
.custom-adv-product-box-wrapper .adv-product-box__left {
  flex: 1 1 0;
  display: flex;
  max-width: 50%;
  width: 50%;
}
.custom-adv-product-box-wrapper .adv-product-box__group-preview-img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.custom-adv-product-box-wrapper .adv-product-box__right {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  max-width: 50%;
  width: 50%;
}
.custom-adv-product-box-wrapper .adv-product-box__group-preview-img {
  transition: opacity 360ms ease, transform 360ms ease;
  width: 100%;
}
.custom-adv-product-box-wrapper .adv-product-box__group-preview-img.is-fading {
  opacity: 0.1;
}
.custom-adv-product-box-wrapper .adv-product-box__heading {
  margin: 0 0 14px;
  color: #0D0D0D;
  font-family: "Hubot Sans", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1;
}
.custom-adv-product-box-wrapper .adv-product-box__list {
  overflow: hidden;
}
.custom-adv-product-box-wrapper .adv-product-box__row {
  border: 1px solid #a5b4fc;
  background: #ffffff;
  margin-bottom: 10px;
  cursor: pointer;
}
.custom-adv-product-box-wrapper .adv-product-box__row:last-child {
  margin-bottom: 0;
}
.custom-adv-product-box-wrapper .adv-product-box__row-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 22px;
  gap: 16px;
}
.custom-adv-product-box-wrapper .adv-product-box__row-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  min-width: 0;
}
.custom-adv-product-box-wrapper .adv-product-box__row-icon {
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.custom-adv-product-box-wrapper .adv-product-box__row-icon-img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.custom-adv-product-box-wrapper .adv-product-box__row-icon-fa,
.custom-adv-product-box-wrapper .adv-product-box__row-icon-text {
  color: #2563eb;
  font-size: 11px;
  line-height: 1;
}
.custom-adv-product-box-wrapper .adv-product-box__row-text {
  min-width: 0;
  width: calc(100% - 24px);
}
.custom-adv-product-box-wrapper .adv-product-box__row-text .adv-product-box__row-buttons {
  justify-content: flex-start;
}
.custom-adv-product-box-wrapper .adv-product-box__row-title {
  color: #0D0D0D;
  font-family: "Hubot Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}
.custom-adv-product-box-wrapper .adv-product-box__row-desc {
  margin-top: 4px;
  display: none;
}
.custom-adv-product-box-wrapper .adv-product-box__row-desc p,
.custom-adv-product-box-wrapper .adv-product-box__row-desc li {
  color: #404040;
  font-family: "Hubot Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.custom-adv-product-box-wrapper .adv-product-box__row-desc ul {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 0;
}
.custom-adv-product-box-wrapper .adv-product-box__row-desc li {
  list-style: disc;
  margin-left: 16px;
  margin-bottom: 4px;
}
.custom-adv-product-box-wrapper .adv-product-box__row-desc li:last-child {
  margin-bottom: 0;
}
.custom-adv-product-box-wrapper .adv-product-box__row-desc .adv-product-box__cost-wrap {
  display: none !important;
}
.custom-adv-product-box-wrapper .adv-product-box__row-desc p {
  margin: 0;
}
.custom-adv-product-box-wrapper .adv-product-box__row-right {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
}
.custom-adv-product-box-wrapper .adv-product-box__cost-wrap {
  text-align: right;
  min-width: 230px;
  display: none;
}
.custom-adv-product-box-wrapper .adv-product-box__cost-label {
  color: #999;
  font-family: "Hubot Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.66;
}
.custom-adv-product-box-wrapper .adv-product-box__price {
  color: #2B51B6;
  text-align: right;
  font-family: "Hubot Sans", sans-serif;
  font-size: 24px;
  font-weight: 550;
  line-height: 1.33;
}
.custom-adv-product-box-wrapper .adv-product-box__row-buttons {
  margin-top: 12px;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.custom-adv-product-box-wrapper .adv-product-box__btn {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid #142554;
  color: #142554;
  background: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
.custom-adv-product-box-wrapper .adv-product-box__btn .text {
  position: relative;
  z-index: 2;
  transition: transform 0.8s ease, color 0.8s ease;
}
.custom-adv-product-box-wrapper .adv-product-box__btn::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: currentColor;
  transition: background 0.8s ease, transform 0.8s ease;
  z-index: 1;
}
.custom-adv-product-box-wrapper .adv-product-box__btn:hover .text {
  color: #ffffff;
  transform: translateX(-2px);
}
.custom-adv-product-box-wrapper .adv-product-box__btn:hover:before {
  border-radius: 100px;
  transform: translateY(-50%) scale(100);
  transition: 0.8s all;
  background: #142554;
}
.custom-adv-product-box-wrapper .adv-product-box__row-sep {
  width: 1px;
  height: 46px;
  background: #e5e7eb;
  display: block;
}
.custom-adv-product-box-wrapper .adv-product-box__toggle {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid #142554;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}
.custom-adv-product-box-wrapper .adv-product-box__toggle-sign {
  width: 12px;
  height: 12px;
  position: relative;
  display: block;
}
.custom-adv-product-box-wrapper .adv-product-box__toggle-sign::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 1px;
  background: #142554;
  transform: translate(-50%, -50%);
}
.custom-adv-product-box-wrapper .adv-product-box__toggle-sign::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 12px;
  background: #142554;
  transform: translate(-50%, -50%);
  transition: opacity 140ms ease;
}
.custom-adv-product-box-wrapper .adv-product-box__row.is-active {
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.06) 0%, rgb(255, 255, 255) 70%);
}
.custom-adv-product-box-wrapper .adv-product-box__row.is-active .adv-product-box__row-left {
  align-items: flex-start;
}
.custom-adv-product-box-wrapper .adv-product-box__row.is-active .adv-product-box__row-desc {
  display: block;
}
.custom-adv-product-box-wrapper .adv-product-box__row.is-active .adv-product-box__cost-wrap {
  display: block;
}
.custom-adv-product-box-wrapper .adv-product-box__row.is-active .adv-product-box__toggle-sign::after {
  opacity: 0;
}
.custom-adv-product-box-wrapper .adv-product-box__row.is-active .adv-product-box__row-icon {
  margin-top: 4px;
}

@media (max-width: 1200px) {
  .custom-adv-product-box-wrapper .adv-product-box__right .adv-product-box__cost-wrap {
    display: none !important;
  }
  .custom-adv-product-box-wrapper .adv-product-box__row-desc .adv-product-box__cost-wrap {
    margin-top: 12px;
    display: block !important;
    text-align: left;
  }
  .custom-adv-product-box-wrapper .adv-product-box__row-desc .adv-product-box__cost-wrap .adv-product-box__row-buttons {
    justify-content: flex-start;
  }
  .custom-adv-product-box-wrapper .adv-product-box__row-desc .adv-product-box__cost-wrap .adv-product-box__price {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .custom-adv-product-box-wrapper .adv-product-box__layout {
    flex-direction: column;
    gap: 32px;
  }
  .custom-adv-product-box-wrapper .adv-product-box__left {
    width: 100%;
    flex: 0 0 auto;
    max-width: 100%;
  }
  .custom-adv-product-box-wrapper .adv-product-box__right {
    max-width: 100%;
    width: 100%;
  }
  .custom-adv-product-box-wrapper .adv-product-box__group-preview-img {
    height: 240px;
  }
  .custom-adv-product-box-wrapper .adv-product-box__heading {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .custom-adv-product-box-wrapper .adv-product-box__row-title {
    font-size: 20px;
  }
}
@keyframes adv-product-box-btn-ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  }
  100% {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .custom-adv-product-box-wrapper .adv-product-box__btn:hover {
    animation: none;
  }
}
.tong_quan_section {
  position: relative;
  z-index: 1;
}
.tong_quan_section:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(117.93deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
}
@media (max-width: 1200.5px) {
  .tong_quan_section .brxe-code {
    display: none;
  }
  .tong_quan_section:before {
    content: none;
  }
  .tong_quan_section .brxe-text-basic {
    color: #404040 !important;
  }
  .tong_quan_section .brxe-container {
    position: relative !important;
    flex-wrap: wrap;
  }
  .tong_quan_section .brxe-container .brxe-block {
    width: 100% !important;
    align-items: flex-start !important;
  }
  .tong_quan_section .brxe-container .brxe-block .brxe-block {
    position: relative !important;
  }
  .tong_quan_section .brxe-container .brxe-block .brxe-block .brxe-text-basic {
    color: #404040 !important;
  }
}
@media (max-width: 480.5px) {
  .tong_quan_section {
    padding-top: 60px !important;
  }
}

@media (max-width: 768.5px) {
  .sp-hero-banner {
    background-image: none !important;
    background-color: #142554 !important;
    height: auto !important;
    padding-bottom: 40px !important;
  }
  .sp-hero-banner .image-col {
    display: none !important;
  }
}

@media (min-width: 992px) {
  #brx-header * {
    transition: all 0.7s ease;
  }
  #brx-header #brxe-npqhqe {
    transition: gap 0.7s ease;
  }
  #brx-header #brxe-kbchpn {
    transition: transform 0.7s ease;
    transform: translateX(0);
  }
  #brx-header #brxe-yjpdzn {
    overflow: hidden;
    max-width: 320px;
    opacity: 1;
    visibility: visible;
    transition: max-width 0.7s ease, opacity 0.35s ease, visibility 0.35s ease;
  }
  .home.home-hide-logo #brx-header #brxe-npqhqe {
    gap: 0;
  }
  .home.home-hide-logo #brx-header #brxe-yjpdzn {
    opacity: 0;
    visibility: hidden;
    width: auto;
    max-width: 0;
  }
}
.xu-huong-item {
  background-color: #fff;
}
.xu-huong-item .xu-huong-item-image {
  opacity: 0.1;
  transition: all 0.7s ease;
}
.xu-huong-item .xu-huong-item-content {
  transition: all 0.7s ease;
}
.xu-huong-item:hover .xu-huong-item-image {
  opacity: 1;
}
.xu-huong-item:hover .xu-huong-item-content {
  opacity: 0;
  visibility: hidden;
}

.timeline-box {
  cursor: pointer;
}
.timeline-box .timeline-box-inner-content {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease, max-height 0.35s ease, visibility 0.35s ease;
}
.timeline-box.is-active .timeline-box-inner-content {
  opacity: 1;
  visibility: visible;
  max-height: 300px;
  transform: translateY(0);
}
.timeline-box.is-active .timeline-box-year {
  color: #2B51B6;
}
.timeline-box.is-active .timeline-box-title,
.timeline-box.is-active .timeline-box-content {
  color: #404040;
}

.form-lien-he-wrapper .brxe-brf-pro-forms {
  --vt-white: #0D0D0D;
}
.form-lien-he-wrapper .brxe-brf-pro-forms .form-group input:not([type=submit]),
.form-lien-he-wrapper .brxe-brf-pro-forms .form-group select,
.form-lien-he-wrapper .brxe-brf-pro-forms .form-group textarea {
  color: #0D0D0D !important;
  border-bottom-color: rgba(13, 13, 13, 0.2) !important;
}
.form-lien-he-wrapper .brxe-brf-pro-forms .form-group input:not([type=submit])::-moz-placeholder, .form-lien-he-wrapper .brxe-brf-pro-forms .form-group select::-moz-placeholder, .form-lien-he-wrapper .brxe-brf-pro-forms .form-group textarea::-moz-placeholder {
  color: rgba(13, 13, 13, 0.5) !important;
}
.form-lien-he-wrapper .brxe-brf-pro-forms .form-group input:not([type=submit])::placeholder,
.form-lien-he-wrapper .brxe-brf-pro-forms .form-group select::placeholder,
.form-lien-he-wrapper .brxe-brf-pro-forms .form-group textarea::placeholder {
  color: rgba(13, 13, 13, 0.5) !important;
}
.form-lien-he-wrapper .brxe-brf-pro-forms .form-group button[type=submit] {
  border-color: #142554 !important;
  color: #142554 !important;
}
.form-lien-he-wrapper .brxe-brf-pro-forms .form-group button[type=submit] .text {
  position: relative;
  z-index: 2;
}
.form-lien-he-wrapper .brxe-brf-pro-forms .form-group button[type=submit]:before {
  z-index: 1 !important;
  background-color: #142554 !important;
}
.form-lien-he-wrapper .brxe-brf-pro-forms .form-group button[type=submit]:hover {
  color: #ffffff !important;
}

.motion-post-item .image-hover-scale {
  overflow: hidden;
}
.motion-post-item .image-hover-scale img {
  transition: transform 0.35s ease;
}
.motion-post-item:hover .image-hover-scale img {
  transform: scale(1.1);
}

@media (min-width: 767.5px) {
  .dư-an-list .motion-post-item:first-child,
  .dư-an-list .motion-post-item:nth-child(2) {
    width: 50% !important;
  }
  .dư-an-list .motion-post-item:first-child .brxe-dvmzhf,
  .dư-an-list .motion-post-item:nth-child(2) .brxe-dvmzhf {
    display: -webkit-box !important;
  }
  .dư-an-list .motion-post-item:first-child .brxe-xiydtg img,
  .dư-an-list .motion-post-item:nth-child(2) .brxe-xiydtg img {
    aspect-ratio: 63/32 !important;
  }
}

.brxe-post-content h1,
.brxe-post-content h2,
.brxe-post-content h3,
.brxe-post-content h4,
.brxe-post-content h5,
.brxe-post-content h6,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  color: #0D0D0D;
  font-family: "Hubot Sans", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 24px;
}
.brxe-post-content h1:last-child,
.brxe-post-content h2:last-child,
.brxe-post-content h3:last-child,
.brxe-post-content h4:last-child,
.brxe-post-content h5:last-child,
.brxe-post-content h6:last-child,
.post-content h1:last-child,
.post-content h2:last-child,
.post-content h3:last-child,
.post-content h4:last-child,
.post-content h5:last-child,
.post-content h6:last-child {
  margin-bottom: 0;
}
.brxe-post-content h1,
.post-content h1 {
  font-size: 36px;
}
.brxe-post-content h2,
.post-content h2 {
  font-size: 32px;
}
.brxe-post-content h3,
.post-content h3 {
  font-size: 28px;
}
.brxe-post-content h4,
.post-content h4 {
  font-size: 24px;
}
.brxe-post-content h5,
.post-content h5 {
  font-size: 20px;
}
.brxe-post-content h6,
.post-content h6 {
  font-size: 16px;
}
.brxe-post-content p,
.brxe-post-content li,
.post-content p,
.post-content li {
  color: #404040;
  font-family: "Hubot Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
}
.brxe-post-content ul,
.brxe-post-content ol,
.post-content ul,
.post-content ol {
  padding: 0;
  margin-bottom: 24px;
}
.brxe-post-content ul:last-child,
.brxe-post-content ol:last-child,
.post-content ul:last-child,
.post-content ol:last-child {
  margin-bottom: 0;
}
.brxe-post-content ul li,
.brxe-post-content ol li,
.post-content ul li,
.post-content ol li {
  list-style: disc;
  margin-left: 16px;
  margin-bottom: 4px;
}
.brxe-post-content ul li:last-child,
.brxe-post-content ol li:last-child,
.post-content ul li:last-child,
.post-content ol li:last-child {
  margin-bottom: 0;
}

@media (min-width: 478px) {
  .brxe-post-content p,
  .brxe-post-content ul,
  .brxe-post-content ol,
  .brxe-post-content h1,
  .brxe-post-content h2,
  .brxe-post-content h3,
  .brxe-post-content h4,
  .brxe-post-content h5,
  .brxe-post-content h6,
  .brxe-post-content blockquote {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.brxe-post-content figure {
  margin-bottom: 24px;
}
.brxe-post-content figure:last-child {
  margin-bottom: 0;
}
.brxe-post-content figure figcaption {
  color: #404040;
  font-size: 14px;
  margin-top: 6px;
  text-align: left;
}
.brxe-post-content figure img {
  margin-bottom: 0;
}
.brxe-post-content img {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
.brxe-post-content img:last-child {
  margin-bottom: 0;
}
.brxe-post-content img + p {
  color: #404040;
  font-size: 14px;
  margin-top: 6px;
  text-align: left;
}
.brxe-post-content blockquote p,
.brxe-post-content blockquote ul,
.brxe-post-content blockquote ol,
.brxe-post-content blockquote h1,
.brxe-post-content blockquote h2,
.brxe-post-content blockquote h3,
.brxe-post-content blockquote h4,
.brxe-post-content blockquote h5,
.brxe-post-content blockquote h6 {
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
}
.brxe-post-content blockquote {
  border-left: 4px solid #2B51B6;
  padding: 24px 24px 24px 36px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.brxe-post-content blockquote:last-child {
  margin-bottom: 0;
}

.motion-preview-location-ad {
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 32px 24px;
}
.motion-preview-location-ad__head {
  display: flex;
  align-items: baseline;
  gap: 30px;
  margin-bottom: 22px;
}
.motion-preview-location-ad__step {
  color: #2b51b6;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}
.motion-preview-location-ad__title {
  margin: 0;
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
.motion-preview-location-ad__group {
  margin-bottom: 18px;
}
.motion-preview-location-ad__group:last-child {
  margin-bottom: 0;
}
.motion-preview-location-ad__group-title {
  margin: 0 0 10px;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}
.motion-preview-location-ad__items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.motion-preview-location-ad__item {
  border: 1px solid transparent;
  background: #f2f2f2;
  text-align: left;
  flex: 0 0 calc((100% - 30px) / 4);
  min-height: 118px;
  padding: 14px 12px;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.motion-preview-location-ad__item:hover, .motion-preview-location-ad__item.is-active {
  border-color: #2b51b6;
  background: #ebeff8;
}
.motion-preview-location-ad__item-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.motion-preview-location-ad__item-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
}
.motion-preview-location-ad__item-icon-image {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.motion-preview-location-ad__item-title {
  color: #303030;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.24;
}
@media (max-width: 768px) {
  .motion-preview-location-ad {
    padding: 24px 16px;
  }
  .motion-preview-location-ad__head {
    gap: 14px;
    margin-bottom: 18px;
  }
  .motion-preview-location-ad__step {
    font-size: 16px;
  }
  .motion-preview-location-ad__items {
    gap: 8px;
  }
  .motion-preview-location-ad__item {
    flex-basis: calc((100% - 8px) / 2);
  }
}

.motion-upload-sample-ad {
  border: 1px solid #e5e5e5;
  border-top: 0;
  background: #fff;
  padding: 32px 24px;
}
.motion-upload-sample-ad__head {
  display: flex;
  align-items: baseline;
  gap: 30px;
  margin-bottom: 22px;
}
.motion-upload-sample-ad__step {
  color: #2b51b6;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}
.motion-upload-sample-ad__title {
  margin: 0;
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
.motion-upload-sample-ad__dropzone {
  width: 100%;
  min-height: 235px;
  padding: 24px;
  border: 1px solid #efefef;
  background: #f2f2f2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
  color: #303030;
}
.motion-upload-sample-ad__selected-file {
  display: none;
}
.motion-upload-sample-ad__selected-file-inner {
  width: 100%;
  min-height: 235px;
  padding: 16px 18px;
  border: 1px solid #efefef;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  gap: 16px;
}
.motion-upload-sample-ad__thumb {
  width: 96px;
  height: 96px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #dedede;
  background: #fff;
  flex: 0 0 auto;
}
.motion-upload-sample-ad__file-meta {
  min-width: 0;
  flex: 1;
}
.motion-upload-sample-ad__file-name {
  color: #303030;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  word-break: break-word;
}
.motion-upload-sample-ad__remove-btn {
  flex: 0 0 auto;
  border: 1px solid #1f3f92;
  background: #fff;
  color: #1f3f92;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}
.motion-upload-sample-ad__input {
  display: none;
}
.motion-upload-sample-ad__icon {
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  color: #2b51b6;
}
.motion-upload-sample-ad__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.motion-upload-sample-ad__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.motion-upload-sample-ad__footer {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
}
.motion-upload-sample-ad__demo-btn {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 999px;
  border: 1px solid #1f3f92;
  background: #fff;
  color: #1f3f92;
  padding: 14px 28px 14px 28px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: color 0.45s ease, border-color 0.45s ease;
}
.motion-upload-sample-ad__demo-btn .text {
  position: relative;
  z-index: 2;
  transition: color 0.45s ease;
}
.motion-upload-sample-ad__demo-btn::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #1f3f92;
  transform: translateY(-50%) scale(1);
  transition: transform 0.7s ease, background-color 0.7s ease;
  z-index: 1;
}
.motion-upload-sample-ad__demo-btn:hover {
  color: #fff;
  border-color: #1f3f92;
}
.motion-upload-sample-ad__demo-btn:hover::before {
  transform: translateY(-50%) scale(80);
}
.motion-upload-sample-ad.has-file .motion-upload-sample-ad__dropzone-wrap {
  display: none;
}
.motion-upload-sample-ad.has-file .motion-upload-sample-ad__selected-file {
  display: block;
}
@media (max-width: 768px) {
  .motion-upload-sample-ad {
    padding: 24px 16px;
  }
  .motion-upload-sample-ad__head {
    gap: 14px;
    margin-bottom: 18px;
  }
  .motion-upload-sample-ad__step {
    font-size: 16px;
  }
  .motion-upload-sample-ad__title {
    font-size: 18px;
  }
  .motion-upload-sample-ad__dropzone {
    min-height: 190px;
  }
  .motion-upload-sample-ad__selected-file-inner {
    min-height: 190px;
    align-items: flex-start;
    flex-direction: column;
  }
  .motion-upload-sample-ad__footer {
    justify-content: flex-start;
  }
}

.lw-fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.lw-fade-up:nth-of-type(2) {
  transition-delay: 0.4s;
}
.lw-fade-up:nth-of-type(3) {
  transition-delay: 0.6s;
}
.lw-fade-up:nth-of-type(4) {
  transition-delay: 0.8s;
}
.lw-fade-up:nth-of-type(5) {
  transition-delay: 1s;
}
.lw-fade-up:nth-of-type(6) {
  transition-delay: 1.2s;
}
.lw-fade-up:nth-of-type(7) {
  transition-delay: 1.4s;
}
.lw-fade-up:nth-of-type(8) {
  transition-delay: 1.6s;
}
.lw-fade-up:nth-of-type(9) {
  transition-delay: 1.8s;
}
.lw-fade-up:nth-of-type(10) {
  transition-delay: 2s;
}
.lw-fade-up:nth-of-type(11) {
  transition-delay: 2.2s;
}
.lw-fade-up:nth-of-type(12) {
  transition-delay: 2.4s;
}
.lw-fade-up:nth-of-type(13) {
  transition-delay: 2.6s;
}
.lw-fade-up:nth-of-type(14) {
  transition-delay: 2.8s;
}
.lw-fade-up:nth-of-type(15) {
  transition-delay: 3s;
}
.lw-fade-up:nth-of-type(16) {
  transition-delay: 3.2s;
}
.lw-fade-up:nth-of-type(17) {
  transition-delay: 3.4s;
}
.lw-fade-up:nth-of-type(18) {
  transition-delay: 3.6s;
}
.lw-fade-up:nth-of-type(19) {
  transition-delay: 3.8s;
}
.lw-fade-up:nth-of-type(20) {
  transition-delay: 4s;
}

@media (max-width: 767px) {
  .brxe-wqzhmt.brxe-wqzhmt:nth-of-type(2) {
    transition-delay: 0s;
  }
  .brxe-wqzhmt.brxe-wqzhmt:nth-of-type(3) {
    transition-delay: 0s;
  }
  .brxe-wqzhmt.brxe-wqzhmt:nth-of-type(4) {
    transition-delay: 0s;
  }
  .brxe-wqzhmt.brxe-wqzhmt:nth-of-type(5) {
    transition-delay: 0s;
  }
  .brxe-wqzhmt.brxe-wqzhmt:nth-of-type(6) {
    transition-delay: 0s;
  }
  .brxe-wqzhmt.brxe-wqzhmt:nth-of-type(7) {
    transition-delay: 0s;
  }
  .brxe-wqzhmt.brxe-wqzhmt:nth-of-type(8) {
    transition-delay: 0s;
  }
  .brxe-wqzhmt.brxe-wqzhmt:nth-of-type(9) {
    transition-delay: 0s;
  }
  .brxe-wqzhmt.brxe-wqzhmt:nth-of-type(10) {
    transition-delay: 0s;
  }
  .brxe-wqzhmt.brxe-wqzhmt:nth-of-type(11) {
    transition-delay: 0s;
  }
  .brxe-wqzhmt.brxe-wqzhmt:nth-of-type(12) {
    transition-delay: 0s;
  }
  .brxe-wqzhmt.brxe-wqzhmt:nth-of-type(13) {
    transition-delay: 0s;
  }
  .brxe-wqzhmt.brxe-wqzhmt:nth-of-type(14) {
    transition-delay: 0s;
  }
  .brxe-wqzhmt.brxe-wqzhmt:nth-of-type(15) {
    transition-delay: 0s;
  }
  .brxe-wqzhmt.brxe-wqzhmt:nth-of-type(16) {
    transition-delay: 0s;
  }
  .brxe-wqzhmt.brxe-wqzhmt:nth-of-type(17) {
    transition-delay: 0s;
  }
  .brxe-wqzhmt.brxe-wqzhmt:nth-of-type(18) {
    transition-delay: 0s;
  }
  .brxe-wqzhmt.brxe-wqzhmt:nth-of-type(19) {
    transition-delay: 0s;
  }
  .brxe-wqzhmt.brxe-wqzhmt:nth-of-type(20) {
    transition-delay: 0s;
  }
}
.lw-fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

/* Reset lw-fade-up cho toàn bộ thành phần bên trong Accordion */
.brxe-accordion .lw-fade-up {
  transform: translateY(0);
  transition-delay: 0s !important;
}

/* Hiệu ứng biến hình icon + thành - cho Accordion */
.accordion-title {
  position: relative;
}
.accordion-title i.icon {
  position: absolute !important;
  right: 0;
  top: 50% !important;
  margin-top: 0 !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  display: inline-block !important;
  pointer-events: none;
}
.accordion-title i.icon:not(.expanded) {
  opacity: 1;
  transform: translateY(-50%) rotate(0deg);
}
.accordion-title i.icon.expanded {
  opacity: 0;
  transform: translateY(-50%) rotate(-180deg);
}

.accordion-item.brx-open .accordion-title i.icon:not(.expanded) {
  opacity: 0;
  transform: translateY(-50%) rotate(180deg);
}
.accordion-item.brx-open .accordion-title i.icon.expanded {
  opacity: 1;
  transform: translateY(-50%) rotate(0deg);
}

/* Hiển thị lại Header trên mobile cho các trang KHÔNG PHẢI trang chủ */
@media (max-width: 767px) {
  body:not(.home) #brx-header {
    transform: translateY(0) !important;
    opacity: 1 !important;
  }
}
/* ==========================================================================
   Header Convergence Animation (Home Page Only)
   ========================================================================== */
@media (min-width: 992px) {
  .home #brxe-npqhqe {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .home #brxe-npqhqe #brxe-yjpdzn {
    width: 0;
    max-width: 0;
    opacity: 0;
    margin: 0;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
  }
  .home #brxe-npqhqe #brxe-clgatm,
  .home #brxe-npqhqe #brxe-ohiwpg {
    flex: 1;
    display: flex;
    width: auto !important;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .home #brxe-npqhqe #brxe-clgatm {
    justify-content: flex-end;
  }
  .home #brxe-npqhqe #brxe-ohiwpg {
    justify-content: flex-start;
  }
  .home #brx-header.scrolling #brxe-npqhqe #brxe-yjpdzn {
    width: 93px;
    max-width: 93px;
    opacity: 1;
    margin: 0 32px;
    pointer-events: auto;
  }
  .home #brx-header.scrolling #brxe-npqhqe #brxe-clgatm {
    justify-content: flex-start;
  }
  .home #brx-header.scrolling #brxe-npqhqe #brxe-ohiwpg {
    justify-content: flex-end;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home #brxe-npqhqe #brxe-ttlgni .bricks-nav-menu > li > a,
  .home #brxe-npqhqe #brxe-kbchpn .bricks-nav-menu > li > a {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .home #brx-header.scrolling #brxe-yjpdzn {
    margin: 0 16px;
  }
}/*# sourceMappingURL=theme.css.map */