﻿a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

a {
  text-decoration: none
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

.ladi-loading {
  z-index: 900000000000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .1)
}

.ladi-loading .loading {
  width: 80px;
  height: 80px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  position: absolute
}

.ladi-loading .loading div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  animation: ladi-loading 1.2s linear infinite
}

.ladi-loading .loading div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px
}

.ladi-loading .loading div:nth-child(2) {
  animation-delay: -.1s;
  top: 22px;
  left: 62px
}

.ladi-loading .loading div:nth-child(3) {
  animation-delay: -.2s;
  top: 11px;
  left: 52px
}

.ladi-loading .loading div:nth-child(4) {
  animation-delay: -.3s;
  top: 7px;
  left: 37px
}

.ladi-loading .loading div:nth-child(5) {
  animation-delay: -.4s;
  top: 11px;
  left: 22px
}

.ladi-loading .loading div:nth-child(6) {
  animation-delay: -.5s;
  top: 22px;
  left: 11px
}

.ladi-loading .loading div:nth-child(7) {
  animation-delay: -.6s;
  top: 37px;
  left: 7px
}

.ladi-loading .loading div:nth-child(8) {
  animation-delay: -.7s;
  top: 52px;
  left: 11px
}

.ladi-loading .loading div:nth-child(9) {
  animation-delay: -.8s;
  top: 62px;
  left: 22px
}

.ladi-loading .loading div:nth-child(10) {
  animation-delay: -.9s;
  top: 66px;
  left: 37px
}

.ladi-loading .loading div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px
}

.ladi-loading .loading div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px
}

@keyframes ladi-loading {

  0%,
  100%,
  20%,
  80% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.5)
  }
}

.ladipage-message {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000000000;
  background: rgba(0, 0, 0, .3)
}

.ladipage-message .ladipage-message-box {
  width: 400px;
  max-width: calc(100% - 50px);
  height: 160px;
  border: 1px solid rgba(0, 0, 0, .3);
  background-color: #fff;
  position: fixed;
  top: calc(50% - 155px);
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px
}

.ladipage-message .ladipage-message-box span {
  display: block;
  background-color: rgba(6, 21, 40, .05);
  color: #000;
  padding: 12px 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px
}

.ladipage-message .ladipage-message-box .ladipage-message-text {
  display: -webkit-box;
  font-size: 14px;
  padding: 0 20px;
  margin-top: 16px;
  line-height: 20px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word
}

.ladipage-message .ladipage-message-box .ladipage-message-close {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 10px;
  margin: 0 auto;
  padding: 10px 0;
  border: none;
  width: 80px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  background-color: #e6e6e6;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  cursor: pointer;
  outline: 0
}

.lightbox-screen {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 9000000080;
  background: rgba(0, 0, 0, .5)
}

.lightbox-screen .lightbox-close {
  position: absolute;
  z-index: 9000000090;
  cursor: pointer
}

.lightbox-screen .lightbox-hidden {
  display: none
}

.lightbox-screen .lightbox-close {
  width: 16px;
  height: 16px;
  margin: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
}

* {
  -webkit-tap-highlight-color: #fff0
}

body {
  font-size: 12px;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #fff
}

.overflow-hidden {
  overflow: hidden
}

.ladi-transition {
  transition: all 150ms linear 0s
}

.z-index-1 {
  z-index: 1
}

.opacity-0 {
  opacity: 0
}

.height-0 {
  height: 0 !important
}

.pointer-events-none {
  pointer-events: none
}

.transition-parent-collapse-height {
  transition: height 150ms linear 0s
}

.transition-parent-collapse-top {
  transition: top 150ms linear 0s
}

.transition-readmore {
  transition: height 350ms linear 0s
}

.transition-collapse {
  transition: height 150ms linear 0s
}

body.grab {
  cursor: grab
}

.ladi-wraper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  touch-action: manipulation
}

.ladi-container {
  position: relative;
  margin: 0 auto;
  height: 100%
}

.ladi-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none
}

.ladi-element {
  position: absolute
}

@media (hover: hover) {
  .ladi-check-hover {
    opacity: 0;
  }
}

.ladi-section {
  margin: 0 auto;
  position: relative;
}

.ladi-section[data-tab-id] {
  display: none;
}

.ladi-section.selected[data-tab-id] {
  display: block;
}

.ladi-section .ladi-section-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}

.ladi-gallery {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ladi-gallery .ladi-gallery-view {
  position: absolute;
  overflow: hidden;
}

.ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
  transition: transform 500ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.play-video {
  cursor: pointer;
}

.ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.play-video:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  background: url("../images/hinh-giao-dien/icon-play.svg") no-repeat center center;
  background-size: contain;
  pointer-events: none;
  cursor: pointer;
}

.ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.next,
.ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.selected.right {
  left: 0;
  transform: translate3d(100%, 0, 0);
}

.ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.prev,
.ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.selected.left {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}

.ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.next.left,
.ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.prev.right,
.ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.selected {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.ladi-gallery .ladi-gallery-view>.selected,
.ladi-gallery .ladi-gallery-view>.next,
.ladi-gallery .ladi-gallery-view>.prev {
  display: block;
}

.ladi-gallery .ladi-gallery-view>.selected {
  left: 0;
}

.ladi-gallery .ladi-gallery-view>.next,
.ladi-gallery .ladi-gallery-view>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.ladi-gallery .ladi-gallery-view>.next {
  left: 100%;
}

.ladi-gallery .ladi-gallery-view>.prev {
  left: -100%;
}

.ladi-gallery .ladi-gallery-view>.next.left,
.ladi-gallery .ladi-gallery-view>.prev.right {
  left: 0;
}

.ladi-gallery .ladi-gallery-view>.selected.left {
  left: -100%;
}

.ladi-gallery .ladi-gallery-view>.selected.right {
  left: 100%;
}

.ladi-gallery .ladi-gallery-control {
  position: absolute;
  overflow: hidden;
}

.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow {
  position: absolute;
  top: calc(50% - (33px) / 2);
  cursor: pointer;
  z-index: 90000040;
}

.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-left {
  left: 5px;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-right {
  right: 5px;
}

.ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow {
  position: absolute;
  cursor: pointer;
  z-index: 90000040;
}

.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box {
  position: relative;
}

.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
  position: relative;
  cursor: pointer;
  filter: invert(15%);
}

.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item.play-video:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background: url("../images/hinh-giao-dien/icon-play.svg") no-repeat center center;
  background-size: contain;
  pointer-events: none;
  cursor: pointer;
}

.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item:hover {
  filter: none;
}

.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item.selected {
  filter: none;
}

.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item:last-child {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  ;
}

.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow,
.ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow {
  width: 33px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23000%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.00015%200.585938L18.4144%2012.0002L7.00015%2023.4144L5.58594%2022.0002L15.5859%2012.0002L5.58594%202.00015L7.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-view {
  top: 0;
  width: 100%;
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control {
  width: 100%;
  bottom: 0;
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow {
  top: calc(50% - (33px) / 2);
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-left {
  left: 0px;
  transform: rotateY(180deg) scale(0.6);
  -webkit-transform: rotateY(180deg) scale(0.6);
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-right {
  right: 0px;
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-box {
  display: -webkit-inline-flex;
  display: inline-flex;
  left: 0;
  transition: left 150ms ease-in-out;
}

.ladi-box {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#SECTION_POPUP .ladi-container {
  z-index: 90000070;
}

#SECTION_POPUP .ladi-container>.ladi-element {
  z-index: 90000070;
  position: fixed;
  display: none;
}

#SECTION_POPUP .ladi-container>.ladi-element[data-fixed-close="true"] {
  position: relative !important;
}

#SECTION_POPUP .ladi-container>.ladi-element.hide-visibility {
  display: block !important;
  visibility: hidden !important;
}

#SECTION_POPUP .popup-close {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 9000000080;
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23000%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

.ladi-popup {
  position: absolute;
  width: 100%;
  height: 100%;
}

.ladi-popup .ladi-popup-background {
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.ladi-countdown {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
}

.ladi-countdown .ladi-countdown-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
  display: table;
  pointer-events: none;
}

.ladi-countdown .ladi-countdown-text {
  position: absolute;
  width: 100%;
  height: 100%;
  text-decoration: inherit;
  display: table;
  pointer-events: none;
}

.ladi-countdown .ladi-countdown-text span {
  display: table-cell;
  vertical-align: middle;
}

.ladi-countdown>.ladi-element {
  text-decoration: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
  position: relative;
  display: inline-block;
}

.ladi-countdown>.ladi-element:last-child {
  margin-right: 0px !important;
}

.ladi-button {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.ladi-button:active {
  transform: translateY(2px);
  transition: transform .2s linear
}

.ladi-button .ladi-button-background {
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: inherit
}

.ladi-button>.ladi-button-headline,
.ladi-button>.ladi-button-shape {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  display: table;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none
}

.ladi-button>.ladi-button-shape .ladi-shape {
  margin: auto;
  top: 0;
  bottom: 0
}

.ladi-button>.ladi-button-headline .ladi-headline {
  display: table-cell;
  vertical-align: middle
}

.ladi-checkout-product-cart-icon .ladi-cart-number {
  position: absolute;
  top: -2px;
  right: -7px;
  background: #f36e36;
  text-align: center;
  min-width: 18px;
  min-height: 18px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  border-radius: 100%;
  z-index: 90000000;
  padding: 3px 4px
}

.ladi-checkout-product-add-to-cart .ladi-button .loading-dots {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center
}

.ladi-checkout-product-add-to-cart .ladi-button .loading-dots p {
  display: inline-block;
  font-size: 32px;
  line-height: 1;
  animation: .6s infinite loading
}

.ladi-checkout-product-add-to-cart .ladi-button .loading-dots p:first-child {
  animation-delay: 0s
}

.ladi-checkout-product-add-to-cart .ladi-button .loading-dots p:nth-child(2) {
  animation-delay: .2s
}

.ladi-checkout-product-add-to-cart .ladi-button .loading-dots p:nth-child(3) {
  animation-delay: .4s
}

@keyframes loading {

  0%,
  100% {
    opacity: 0
  }

  50% {
    opacity: 1
  }
}

.ladi-form .ladi-form-checkout-bump-offer-check.multiple.checked:before,
.ladi-form .ladi-form-checkout-payment-check.multiple.checked:before {
  --url: url("data:image/svg+xml,%0A%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M18.71%207.20998C18.617%207.11625%2018.5064%207.04186%2018.3846%206.99109C18.2627%206.94032%2018.132%206.91418%2018%206.91418C17.868%206.91418%2017.7373%206.94032%2017.6154%206.99109C17.4936%207.04186%2017.383%207.11625%2017.29%207.20998L9.84%2014.67L6.71%2011.53C6.61348%2011.4367%206.49954%2011.3634%206.37468%2011.3142C6.24983%2011.265%206.1165%2011.2409%205.98232%2011.2432C5.84814%2011.2455%205.71573%2011.2743%205.59265%2011.3278C5.46957%2011.3812%205.35824%2011.4585%205.265%2011.555C5.17176%2011.6515%205.09845%2011.7654%205.04924%2011.8903C5.00004%2012.0152%204.97591%2012.1485%204.97823%2012.2827C4.98055%2012.4168%205.00928%2012.5492%205.06277%2012.6723C5.11627%2012.7954%205.19348%2012.9067%205.29%2013L9.13%2016.84C9.22296%2016.9337%209.33356%2017.0081%209.45542%2017.0589C9.57728%2017.1096%209.70799%2017.1358%209.84%2017.1358C9.97201%2017.1358%2010.1027%2017.1096%2010.2246%2017.0589C10.3464%2017.0081%2010.457%2016.9337%2010.55%2016.84L18.71%208.67998C18.8115%208.58634%2018.8925%208.47269%2018.9479%208.34619C19.0033%208.21969%2019.0319%208.08308%2019.0319%207.94498C19.0319%207.80688%2019.0033%207.67028%2018.9479%207.54378C18.8925%207.41728%2018.8115%207.30363%2018.71%207.20998Z%22%20fill%3D%22%231852FA%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  pointer-events: none;
  top: -1px;
  left: -1px;
  transform: none
}

.ladi-form,
.ladi-form .ladi-form-item-container {
  position: absolute;
  width: 100%;
  height: 100%
}

.ladi-form>.ladi-element,
.ladi-form>.ladi-element .ladi-form-item-container,
.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked=true],
.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control:not(.ladi-form-control-select) {
  text-transform: inherit;
  text-decoration: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit
}

.ladi-form .ladi-button>.ladi-button-headline {
  color: initial;
  font-size: initial;
  font-weight: initial;
  text-transform: initial;
  text-decoration: initial;
  font-style: initial;
  text-align: initial;
  letter-spacing: initial;
  line-height: initial
}

.ladi-form [data-form-checkout-item=bump_offer] .ladi-form-item,
.ladi-form>[data-quantity=true] .ladi-form-item-container {
  overflow: hidden
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item {
  text-transform: inherit;
  text-decoration: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item-background {
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 9px 6px !important;
  background-position: right .5rem center;
  background-repeat: no-repeat;
  padding-right: 24px;
  text-transform: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item,
.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked=false] {
  text-transform: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
  color: inherit
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-2 {
  width: calc(100% / 2 - 5px);
  max-width: calc(100% / 2 - 5px);
  min-width: calc(100% / 2 - 5px)
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-2:nth-child(3),
.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(3),
.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(4) {
  margin-left: 7.5px
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3 {
  width: calc(100% / 3 - 5px);
  max-width: calc(100% / 3 - 5px);
  min-width: calc(100% / 3 - 5px)
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select option {
  color: initial
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select:not([data-selected=""]) {
  text-decoration: inherit
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item {
  text-decoration: inherit;
  vertical-align: middle
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-box-item {
  display: inline-block;
  width: fit-content
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none
}

.ladi-form .ladi-form-item-title-value {
  font-weight: 700;
  word-break: break-word
}

.ladi-form .ladi-form-label-container {
  position: relative;
  width: 100%
}

.ladi-form .ladi-form-control-file {
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) center
}

.ladi-form .ladi-form-label-container .ladi-form-label-item {
  display: inline-block;
  cursor: pointer;
  position: relative;
  border-radius: 0 !important;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.no-value {
  display: none !important
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.text.disabled {
  opacity: .35
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.image.disabled {
  opacity: .2
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.color.disabled {
  opacity: .15
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.selected:before {
  content: '';
  width: 0;
  height: 0;
  bottom: -1px;
  right: -1px;
  position: absolute;
  border-width: 0 0 15px 15px;
  border-color: transparent;
  border-style: solid
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.selected:after {
  content: '';
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 12 12' viewBox='0 0 12 12' x='0' fill='%23fff' y='0'%3E%3Cg%3E%3Cpath d='m5.2 10.9c-.2 0-.5-.1-.7-.2l-4.2-3.7c-.4-.4-.5-1-.1-1.4s1-.5 1.4-.1l3.4 3 5.1-7c .3-.4 1-.5 1.4-.2s.5 1 .2 1.4l-5.7 7.9c-.2.2-.4.4-.7.4 0-.1 0-.1-.1-.1z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 7px;
  height: 7px;
  bottom: 0;
  right: 0;
  position: absolute
}

.ladi-form .ladi-form-item {
  width: 100%;
  height: 100%;
  position: absolute
}

.ladi-form .ladi-form-item-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none
}

.ladi-form .ladi-form-item.ladi-form-checkbox {
  height: auto;
  padding: 0 5px
}

.ladi-form .ladi-form-item .ladi-form-control {
  background-color: transparent;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  color: inherit;
  font-size: inherit;
  border: none
}

.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-vertical .ladi-form-checkbox-item {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: flex;
  align-items: center;
  border: none
}

.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 10px !important;
  display: inline-flex;
  align-items: center;
  border: none;
  position: relative
}

.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item input {
  margin-right: 5px;
  display: block
}

.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span {
  cursor: default;
  word-break: break-word
}

.ladi-form .ladi-form-item textarea.ladi-form-control {
  resize: none;
  padding: 5px
}

.ladi-form .ladi-button {
  cursor: pointer
}

.ladi-form .ladi-button .ladi-headline {
  cursor: pointer;
  user-select: none
}

.ladi-form .ladi-element .ladi-form-otp::-webkit-inner-spin-button,
.ladi-form .ladi-element .ladi-form-otp::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.ladi-form .ladi-element .ladi-form-item .button-get-code {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  line-height: initial;
  padding: 5px 10px;
  height: max-content;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none
}

.ladi-form .ladi-element .ladi-form-item .button-get-code.hide-visibility {
  display: block !important;
  visibility: hidden !important
}

.ladi-form .ladi-form-checkout-bump-offer-product.option-2,
.ladi-form .ladi-form-item.otp-resend .button-get-code,
.ladi-form [data-form-checkout-item=payment] .ladi-form-checkout-payment-content div>span {
  display: block
}

.ladi-form .ladi-form-item.otp-countdown:before {
  content: attr(data-countdown-time) "s";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: max-content;
  line-height: initial
}

.ladi-form [data-variant=true] select option[disabled] {
  background: #fff;
  color: #b8b8b8 !important
}

.ladi-google-recaptcha-checkbox {
  position: absolute;
  display: inline-block;
  transform: translateY(-100%);
  margin-top: -5px;
  z-index: 90000010
}

.ladi-element[data-form-checkout-item] {
  padding: 0
}

.ladi-form .ladi-form-checkout-title {
  margin-bottom: 8px
}

.ladi-form .ladi-element[data-form-checkout-item] .ladi-form-item,
.ladi-form .ladi-element[data-form-checkout-item] .ladi-form-item-container {
  height: auto !important;
  position: unset !important
}

.ladi-form .ladi-form-checkout-box {
  gap: 12px;
  display: flex;
  flex-flow: column;
  margin: 8px 12px;
  margin-top: 14px !important;
  padding-bottom: 14px;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-radius: 0 !important
}

.ladi-form .ladi-form-checkout-box:last-child {
  border: none !important;
  padding-bottom: 4px
}

.ladi-form .ladi-form-checkout-box:first-child,
.ladi-form .ladi-form-checkout-bump-offer-product .item-product:first-child {
  margin-top: 0
}

.ladi-form .ladi-form-checkout-payment-item {
  display: flex;
  flex-flow: row;
  gap: 12px;
  align-items: center;
  --check-size: 18px;
  --width-quantity: 65px
}

.ladi-form .ladi-form-checkout-payment-check {
  --border-size: 1px;
  width: var(--check-size);
  height: var(--check-size);
  flex: 0 0 var(--check-size);
  border: var(--border-size) solid;
  border-radius: 100%;
  display: block;
  position: relative
}

.ladi-form .ladi-form-checkout-payment-check.checked:before {
  content: "";
  width: calc(var(--check-size)/ 2);
  height: calc(var(--check-size)/ 2);
  border-radius: inherit;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(calc(50% - var(--border-size)), calc(50% - var(--border-size)))
}

.ladi-form .ladi-form-checkout-bump-offer-check.multiple,
.ladi-form .ladi-form-checkout-payment-check.multiple {
  border-radius: 4px
}

.ladi-form .ladi-form-checkout-payment-check.multiple.checked:before {
  content: "";
  -webkit-mask-image: var(--url);
  mask-image: var(--url);
  width: var(--check-size);
  height: var(--check-size);
  -webkit-mask-size: var(--check-size);
  mask-size: var(--check-size);
  background-color: #fff;
  position: absolute
}

.ladi-form .ladi-form-checkout-payment-content,
.ladi-form .ladi-form-checkout-product-content {
  display: flex;
  flex-flow: row;
  --gap: 10px;
  gap: var(--gap);
  align-items: center;
  width: calc(100% - var(--width-quantity) - var(--check-size) - var(--gap) * 2)
}

.ladi-form .ladi-form-checkout-payment-content img,
.ladi-form .ladi-form-checkout-product-content img {
  width: 36px;
  max-height: 36px;
  border-radius: 4px
}

.ladi-form .ladi-form-checkout-payment-content div,
.ladi-form .ladi-form-checkout-product-content div {
  display: flex;
  flex-flow: column
}

.ladi-form .ladi-form-checkout-payment-content div>span,
.ladi-form .ladi-form-checkout-product-content div>span {
  font-size: inherit
}

.ladi-form .ladi-form-checkout-payment-content div>span.small,
.ladi-form .ladi-form-checkout-product-content div>span.small {
  font-size: 80%;
  opacity: .8
}

.ladi-form .ladi-form-checkout-payment-content div .price.price-compare,
.ladi-form .ladi-form-checkout-product-content div .price.price-compare {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: row !important
}

.ladi-form .ladi-form-checkout-payment-quantity,
.ladi-form .ladi-form-checkout-product-quantity {
  position: relative;
  --icon-size: calc(var(--check-size) * 0.8)
}

.ladi-form .ladi-form-checkout-payment-quantity input,
.ladi-form .ladi-form-checkout-product-quantity input {
  padding: 4px calc(var(--check-size)) 4px 8px;
  border-radius: 8px;
  position: relative;
  width: var(--width-quantity);
  min-height: 34px;
  border: 1px solid;
  background-color: transparent;
  top: 0;
  left: 0;
  display: block
}

.ladi-form .ladi-form-checkout-payment-quantity input::-webkit-inner-spin-button,
.ladi-form .ladi-form-checkout-payment-quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.ladi-form .ladi-form-checkout-payment-quantity .up {
  width: var(--icon-size);
  height: var(--icon-size);
  top: -1px;
  right: 5px;
  cursor: pointer;
  display: block;
  position: absolute
}

.ladi-form .ladi-form-checkout-payment-quantity .up:before {
  content: '';
  --url: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.14645%206.14645C3.34171%205.95118%203.65829%205.95118%203.85355%206.14645L8%2010.2929L12.1464%206.14645C12.3417%205.95118%2012.6583%205.95118%2012.8536%206.14645C13.0488%206.34171%2013.0488%206.65829%2012.8536%206.85355L8.35355%2011.3536C8.15829%2011.5488%207.84171%2011.5488%207.64645%2011.3536L3.14645%206.85355C2.95118%206.65829%202.95118%206.34171%203.14645%206.14645Z%22%20fill%3D%22black%22%20transform%3D%22rotate(180%208%208)%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-image: var(--url);
  mask-image: var(--url);
  display: block;
  position: absolute;
  width: var(--icon-size);
  height: var(--icon-size);
  pointer-events: none;
  top: 4px;
  left: 2px;
  -webkit-mask-size: var(--icon-size);
  mask-size: var(--icon-size)
}

.ladi-form .ladi-form-checkout-payment-quantity .down {
  width: var(--icon-size);
  height: var(--icon-size);
  right: 5px;
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 3px
}

.ladi-form .ladi-form-checkout-payment-quantity .down:before {
  content: '';
  --url: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.14645%206.14645C3.34171%205.95118%203.65829%205.95118%203.85355%206.14645L8%2010.2929L12.1464%206.14645C12.3417%205.95118%2012.6583%205.95118%2012.8536%206.14645C13.0488%206.34171%2013.0488%206.65829%2012.8536%206.85355L8.35355%2011.3536C8.15829%2011.5488%207.84171%2011.5488%207.64645%2011.3536L3.14645%206.85355C2.95118%206.65829%202.95118%206.34171%203.14645%206.14645Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E");
  -webkit-mask-image: var(--url);
  mask-image: var(--url);
  display: block;
  position: absolute;
  width: var(--icon-size);
  height: var(--icon-size);
  pointer-events: none;
  left: 2px;
  -webkit-mask-size: var(--icon-size);
  mask-size: var(--icon-size)
}

.ladi-form [data-form-checkout-item=payment] .ladi-form-item {
  display: table
}

.ladi-form [data-form-checkout-item=payment] .ladi-form-item .ladi-form-checkout-payment-content {
  width: calc(100% - 18px)
}

.ladi-form [data-form-checkout-item=payment] .ladi-form-item .ladi-form-checkout-payment-content div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 6px;
  cursor: pointer;
  width: 100%;
  position: relative
}

.ladi-form [data-form-checkout-item=payment] .ladi-form-item .ladi-form-checkout-payment-content div.arrow:before {
  content: '';
  --url: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.14645%203.14645C6.34171%202.95118%206.65829%202.95118%206.85355%203.14645L11.3536%207.64645C11.5488%207.84171%2011.5488%208.15829%2011.3536%208.35355L6.85355%2012.8536C6.65829%2013.0488%206.34171%2013.0488%206.14645%2012.8536C5.95118%2012.6583%205.95118%2012.3417%206.14645%2012.1464L10.2929%208L6.14645%203.85355C5.95118%203.65829%205.95118%203.34171%206.14645%203.14645Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E");
  -webkit-mask-image: var(--url);
  mask-image: var(--url);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  -webkit-mask-size: 100%;
  mask-size: 100%
}

.ladi-form [data-form-checkout-item=total_price] {
  display: flex;
  flex-flow: column;
  gap: 3px;
  justify-content: center
}

.ladi-form [data-form-checkout-item=total_price] .line {
  display: inline-flex;
  justify-content: space-between;
  align-items: center
}

.ladi-form [data-form-checkout-item=total_price] .title-number-price.big,
.ladi-form [data-form-checkout-item=total_price] .title-price.big {
  font-weight: 700;
  font-size: 130%
}

.ladi-form [data-form-checkout-item=total_price] .title-number-price {
  font-size: 115%
}

.ladi-form [data-form-checkout-item=total_price] .space {
  border-top: 1px solid;
  margin: 15px 0 10px
}

.ladi-form .ladi-form-checkout-bump-offer-checkbox {
  display: flex;
  flex-flow: row;
  gap: 8px;
  padding: 8px;
  margin: 12px 8px 0;
  border-radius: 8px;
  align-items: center;
  --check-size-bumpoffer: 18px;
  --width-quantity-bumpoffer: 60px
}

.ladi-form .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-1 {
  background-color: #3c72f9;
  margin: 0
}

.ladi-form .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-1 p {
  color: #fff
}

.ladi-form .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-2 {
  background-color: #fde298;
  margin: 12px 0 4px
}

.ladi-form .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-3 {
  background-color: #f3f4f5;
  margin: 8px 0 0;
  padding: 4px 8px;
  width: max-content
}

.ladi-form .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-3 .ladi-form-checkout-bump-offer-check {
  width: 12px;
  height: 12px;
  flex: 0 0 12px
}

.ladi-form .ladi-form-checkout-bump-offer-check {
  --border-size: 1px;
  width: var(--check-size-bumpoffer);
  height: var(--check-size-bumpoffer);
  flex: 0 0 var(--check-size-bumpoffer);
  border: var(--border-size) solid #cfd3d8;
  background-color: #fff;
  border-radius: 100%;
  display: block;
  position: relative
}

.ladi-form .ladi-form-checkout-bump-offer-check.checked:before {
  content: "";
  width: calc(var(--check-size-bumpoffer)/ 2);
  height: calc(var(--check-size-bumpoffer)/ 2);
  border-radius: inherit;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(calc(50% - var(--border-size)), calc(50% - var(--border-size)))
}

.ladi-form .ladi-form-checkout-bump-offer-check.multiple.checked:before {
  content: "";
  -webkit-mask-image: var(--url);
  mask-image: var(--url);
  width: var(--check-size-bumpoffer);
  height: var(--check-size-bumpoffer);
  -webkit-mask-size: var(--check-size-bumpoffer);
  mask-size: var(--check-size-bumpoffer);
  background-color: #000;
  position: absolute
}

.ladi-form .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-3 .ladi-form-checkout-bump-offer-check.multiple.checked:before {
  top: -5px;
  left: -3px
}

.ladi-form .ladi-form-checkout-bump-offer-product {
  display: flex;
  flex-flow: row;
  gap: 16px;
  margin: 8px 12px;
  align-items: center;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-radius: 0 !important
}

.ladi-form .ladi-form-checkout-bump-offer-product.option-1 {
  display: block !important;
  padding-bottom: 8px
}

.ladi-form .ladi-form-item:last-child .ladi-form-checkout-bump-offer-product {
  border: none !important
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-product {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-top: 16px;
  margin-bottom: 12px
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-product:last-child {
  margin-bottom: 0
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-product img {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  overflow: hidden
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-product .item-product-title {
  font-size: 90%;
  opacity: .6
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-product .item-product-description {
  color: #9fa7b1;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-detail {
  display: flex;
  flex-direction: column
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-detail .shock-promotion-label {
  background-color: #ef9300;
  width: max-content;
  border-radius: 4px;
  padding: 2px 8px;
  color: #fff;
  margin-bottom: 4px;
  font-weight: 600
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-detail .pr-name {
  font-weight: 400;
  font-size: 120%;
  line-height: 1.4
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-detail .pr-price {
  font-weight: 400;
  line-height: 1.4
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-detail span a {
  text-decoration: line-through;
  opacity: .6
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-detail .special {
  background-color: #e01a1a;
  padding: 2px 8px;
  margin-right: 6px;
  color: #fff;
  border-radius: 4px;
  font-size: 80%
}

.ladi-form [data-form-checkout-item=coupon_code] .content-discount-block {
  padding: 12px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.ladi-form [data-form-checkout-item=coupon_code] .ladi-form-item {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.ladi-form [data-form-checkout-item=coupon_code] .content-discount-block .title {
  display: flex;
  align-items: center;
  gap: 8px
}

.ladi-form [data-form-checkout-item=coupon_code] .content-discount-block .placeholder span,
.ladi-form [data-form-checkout-item=coupon_code] .content-discount-block .title span {
  font-weight: 400;
  font-size: 100%;
  line-height: 1.4
}

.ladi-form [data-form-checkout-item=coupon_code] .content-discount-block .title i {
  width: 16px;
  height: 16px;
  mask-image: url("../images/hinh-giao-dien/icon-coupon.svg");
  display: inline-block;
  mask-size: cover
}

.ladi-form [data-form-checkout-item=coupon_code] .content-discount-block .placeholder {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer
}

.ladi-form [data-form-checkout-item=coupon_code] .content-discount-block .placeholder i {
  width: 16px;
  height: 16px;
  mask-image: url("../images/hinh-giao-dien/icon-arrow-left.svg");
  display: inline-block;
  mask-size: cover;
  background-color: #6d6d6d !important
}

.ladi-group {
  position: absolute;
  width: 100%;
  height: 100%;
}

.ladi-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.ladi-shape .ladi-cart-number {
  position: absolute;
  top: -2px;
  right: -7px;
  background: #f36e36;
  text-align: center;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border-radius: 100%;
}

.ladi-image {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ladi-image .ladi-image-background {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  background-attachment: scroll;
  background-origin: content-box;
  position: absolute;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.ladi-headline {
  width: 100%;
  display: inline-block;
  word-break: break-word;
  background-size: cover;
  background-position: center center;
}

.ladi-headline a {
  text-decoration: underline;
}

.ladi-line {
  position: relative;
}

.ladi-line .ladi-line-container {
  border-bottom: 0 !important;
  border-right: 0 !important;
  width: 100%;
  height: 100%;
}

a[data-action] {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}

a:visited {
  color: inherit;
}

a:link {
  color: inherit;
}

[data-opacity="0"] {
  opacity: 0;
}

[data-hidden="true"] {
  display: none;
}

[data-action="true"] {
  cursor: pointer;
}

.ladi-hidden {
  display: none;
}

.ladi-animation-hidden {
  visibility: hidden !important;
  opacity: 0 !important;
}

.element-click-selected {
  cursor: pointer;
}

.is-2nd-click {
  cursor: pointer;
}

.ladi-button-shape.is-2nd-click,
.ladi-accordion-shape.is-2nd-click {
  z-index: 3;
}

.backdrop-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90000060;
}

.backdrop-dropbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90000040;
}

.ladi-lazyload {
  background-image: none !important;
}

.ladi-list-paragraph ul li.ladi-lazyload:before {
  background-image: none !important;
}

#BODY_BACKGROUND {
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100vh !important;
}

.ladi-element.ladi-auto-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100% !important;
  left: 0 !important;
  -webkit-overflow-scrolling: touch;
}

[data-hint]:not([data-timeout-id-copied]):before,
[data-hint]:not([data-timeout-id-copied]):after {
  display: none !important;
}

.ladi-section.ladi-auto-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item {
  transition: transform 300ms ease-in-out;
}

@media (max-width: 767px) {

  #IMAGE9,
  #IMAGE10,
  #IMAGE11,
  #GROUP8,
  #GROUP22 {
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

body {
  direction: ltr;
}

.ladi-wraper {
  margin: 0 auto;
  width: 420px;
}

@font-face {
  font-family: "MUZUVlZJUEFsYnJhRGlzcGxheSMaWdodCdGY";
  src: url("https://w.ladicdn.com/649340684a3700001217851c/1ftvvipalbradisplay-light-20250527041101-zjp2q.ttf") format("truetype");
}

@font-face {
  font-family: "REZWTiBFRCBEcmFdGuLmZg";
  src: url("https://w.ladicdn.com/649340684a3700001217851c/dfvn-ed-drayton-20251220110920--qeyy.otf")
}

@font-face {
  font-family: "MUZUViWSVAtQnJpdGlzaCHcmVlbidGY";
  src: url("https://w.ladicdn.com/649340684a3700001217851c/1ftv-vip-british-green-20251008060040-3yfoa.ttf") format("truetype");
}

@font-face {
  font-family: "TmFudWNeWVvbmdqbySZWdbGFyLnRZg";
  src: url("https://w.ladicdn.com/649340684a3700001217851c/nanummyeongjo-regular-20250926121557-7hxle.ttf") format("truetype");
}

@font-face {
  font-family: "MUZUVlZJUEFsYnJhRGlzcGxheSMaWdodCdGY";
  src: url("https://w.ladicdn.com/649340684a3700001217851c/1ftvvipalbradisplay-light-20250527041101-zjp2q.ttf") format("truetype");
}

@font-face {
  font-family: "VVRNIEFWTyUVEY";
  src: url("https://w.ladicdn.com/649340684a3700001217851c/utm-avo-20250418075341-itwii.ttf") format("truetype");
}

@font-face {
  font-family: "VVZOSVDaHVZWxLlRURg";
  src: url("https://w.ladicdn.com/649340684a3700001217851c/uvnkechuyen1-20250425073407-n_ezr.ttf") format("truetype");
}

@font-face {
  font-family: "MUZUViWSVAtUEVSRkVDVEtQFMTElHUkFQSFkuVFRG";
  src: url("https://w.ladicdn.com/649340684a3700001217851c/1ftv-vip-perfecto-calligraphy-20251212171007-sabx6.ttf") format("truetype");
}

@font-face {
  font-family: "MUZUViWSVAtUGFsaXNhZGUudHRm";
  src: url("https://w.ladicdn.com/649340684a3700001217851c/1ftv-vip-palisade-20251212171919-elnud.ttf") format("truetype");
}

@font-face {
  font-family: "MUZUViWSVAtVmVuZHlhLmZg";
  src: url("https://w.ladicdn.com/649340684a3700001217851c/1ftv-vip-vendya-20250527035116-mhdne.otf")
}

@font-face {
  font-family: "VVRNIFRJTUVTLlRURg";
  src: url("https://w.ladicdn.com/649340684a3700001217851c/utm-times-20250418055107-icis3.ttf") format("truetype");
}

@font-face {
  font-family: "MUZUViWSVAtQXNraWxvbivdGY";
  src: url("https://w.ladicdn.com/649340684a3700001217851c/1ftv-vip-askilon-20250527035116-t2uat.otf")
}

body {
  font-family: MUZUVlZJUEFsYnJhRGlzcGxheSMaWdodCdGY
}

#BODY_BACKGROUND,
#GALLERY1>.ladi-gallery>.ladi-gallery-control,
#SECTION_POPUP {
  height: 0px;
}

#BODY_BACKGROUND>.ladi-section-background {
  background-image: url("../images/hinh-giao-dien/giao-dien-04.png");
  background-size: cover;
  background-origin: content-box;
  background-position: 50% 0%;
  background-repeat: repeat;
  background-attachment: scroll;
}

#SECTION1 {
  height: 596.44px;
}

#IMAGE1 {
  width: 420px;
  height: 596.44px;
}

#IMAGE1,
#IMAGE4>.ladi-image>.ladi-image-background,
#IMAGE5>.ladi-image>.ladi-image-background,
#IMAGE6>.ladi-image>.ladi-image-background,
#IMAGE7>.ladi-image>.ladi-image-background,
#IMAGE9>.ladi-image>.ladi-image-background,
#BOX27,
#IMAGE11>.ladi-image>.ladi-image-background,
#IMAGE10>.ladi-image>.ladi-image-background,
#IMAGE12,
#IMAGE12>.ladi-image>.ladi-image-background,
#HEADLINE43,
#LINE13,
#LINE16,
#SHAPE1,
#LINE17,
#LINE20,
#SHAPE4,
#IMAGE18,
#IMAGE18>.ladi-image>.ladi-image-background,
#IMAGE19>.ladi-image>.ladi-image-background,
#IMAGE20>.ladi-image>.ladi-image-background,
#IMAGE21>.ladi-image>.ladi-image-background,
#BOX18,
#IMAGE29>.ladi-image>.ladi-image-background,
#BOX19,
#BOX20,
#IMAGE28>.ladi-image>.ladi-image-background,
#IMAGE32>.ladi-image>.ladi-image-background,
#IMAGE33>.ladi-image>.ladi-image-background,
#BOX28,
#IMAGE35,
#IMAGE35>.ladi-image>.ladi-image-background,
#FORM_ITEM2,
#IMAGE37,
#HEADLINE161,
#IMAGE39,
#IMAGE39>.ladi-image>.ladi-image-background,
#POPUP1,
#IMAGE36>.ladi-image>.ladi-image-background {
  top: 0px;
  left: 0px;
}

#IMAGE1>.ladi-image>.ladi-image-background {
  width: 447.778px;
  height: 596.44px;
  top: 0px;
  left: -17px;
}

#IMAGE1>.ladi-image>.ladi-image-background,
#GALLERY1 .ladi-gallery .ladi-gallery-view-item[data-index="5"] {
  background-image: url("../images/cuoi/anh-cuoi-01.jpg");
}

#BOX1 {
  width: 420px;
  height: 200px;
  top: 396.44px;
  left: 0px;
}

#BOX1>.ladi-box,
#BOX27>.ladi-box,
#BOX4>.ladi-box,
#BOX19>.ladi-box,
#BOX20>.ladi-box,
#BOX29>.ladi-box {
  border-radius: 0px;
}

#BOX1>.ladi-box,
#BOX29>.ladi-box {
  background-image: linear-gradient(rgba(253, 251, 251, 0), rgb(144, 112, 83));
  background-color: initial;
  background-size: initial;
  background-origin: initial;
  background-position: initial;
  background-repeat: initial;
  background-attachment: initial;
  -webkit-background-clip: initial;
}

#BOX1>.ladi-box:hover,
#HEADLINE3>.ladi-headline:hover,
#HEADLINE4>.ladi-headline:hover,
#HEADLINE5>.ladi-headline:hover,
#HEADLINE6>.ladi-headline:hover,
#HEADLINE7>.ladi-headline:hover,
#HEADLINE8>.ladi-headline:hover,
#HEADLINE10>.ladi-headline:hover,
#HEADLINE11>.ladi-headline:hover,
#HEADLINE15>.ladi-headline:hover,
#HEADLINE16>.ladi-headline:hover,
#HEADLINE17>.ladi-headline:hover,
#HEADLINE18>.ladi-headline:hover,
#HEADLINE12>.ladi-headline:hover,
#HEADLINE19>.ladi-headline:hover,
#HEADLINE20>.ladi-headline:hover,
#HEADLINE13>.ladi-headline:hover,
#HEADLINE14>.ladi-headline:hover,
#HEADLINE25>.ladi-headline:hover,
#HEADLINE26>.ladi-headline:hover,
#HEADLINE27>.ladi-headline:hover,
#HEADLINE28>.ladi-headline:hover,
#HEADLINE29>.ladi-headline:hover,
#HEADLINE30>.ladi-headline:hover,
#IMAGE17:hover>.ladi-image,
#HEADLINE31>.ladi-headline:hover,
#HEADLINE32>.ladi-headline:hover,
#HEADLINE33>.ladi-headline:hover,
#HEADLINE43>.ladi-headline:hover,
#HEADLINE59>.ladi-headline:hover,
#HEADLINE62>.ladi-headline:hover,
#HEADLINE64>.ladi-headline:hover,
#HEADLINE65>.ladi-headline:hover,
#HEADLINE66>.ladi-headline:hover,
#HEADLINE67>.ladi-headline:hover,
#SHAPE1:hover>.ladi-shape,
#HEADLINE39>.ladi-headline:hover,
#BOX3>.ladi-box:hover,
#HEADLINE68>.ladi-headline:hover,
#HEADLINE69>.ladi-headline:hover,
#HEADLINE70>.ladi-headline:hover,
#HEADLINE71>.ladi-headline:hover,
#HEADLINE72>.ladi-headline:hover,
#HEADLINE73>.ladi-headline:hover,
#SHAPE4:hover>.ladi-shape,
#HEADLINE74>.ladi-headline:hover,
#HEADLINE75>.ladi-headline:hover,
#BOX4>.ladi-box:hover,
#HEADLINE76>.ladi-headline:hover,
#BOX5>.ladi-box:hover,
#BOX6>.ladi-box:hover,
#BOX7>.ladi-box:hover,
#HEADLINE77>.ladi-headline:hover,
#HEADLINE78>.ladi-headline:hover,
#HEADLINE79>.ladi-headline:hover,
#HEADLINE80>.ladi-headline:hover,
#BOX15>.ladi-box:hover,
#BOX16>.ladi-box:hover,
#BOX17>.ladi-box:hover,
#BOX18>.ladi-box:hover,
#HEADLINE120>.ladi-headline:hover,
#HEADLINE121>.ladi-headline:hover,
#HEADLINE122>.ladi-headline:hover,
#HEADLINE123>.ladi-headline:hover,
#HEADLINE124>.ladi-headline:hover,
#HEADLINE125>.ladi-headline:hover,
#HEADLINE126>.ladi-headline:hover,
#HEADLINE127>.ladi-headline:hover,
#HEADLINE128>.ladi-headline:hover,
#HEADLINE129>.ladi-headline:hover,
#HEADLINE130>.ladi-headline:hover,
#HEADLINE131>.ladi-headline:hover,
#HEADLINE132>.ladi-headline:hover,
#HEADLINE133>.ladi-headline:hover,
#HEADLINE134>.ladi-headline:hover,
#HEADLINE135>.ladi-headline:hover,
#HEADLINE136>.ladi-headline:hover,
#HEADLINE137>.ladi-headline:hover,
#HEADLINE138>.ladi-headline:hover,
#HEADLINE139>.ladi-headline:hover,
#HEADLINE140>.ladi-headline:hover,
#HEADLINE141>.ladi-headline:hover,
#HEADLINE142>.ladi-headline:hover,
#HEADLINE143>.ladi-headline:hover,
#HEADLINE144>.ladi-headline:hover,
#HEADLINE145>.ladi-headline:hover,
#HEADLINE146>.ladi-headline:hover,
#HEADLINE147>.ladi-headline:hover,
#HEADLINE148>.ladi-headline:hover,
#HEADLINE149>.ladi-headline:hover,
#HEADLINE150>.ladi-headline:hover,
#HEADLINE151>.ladi-headline:hover,
#HEADLINE152>.ladi-headline:hover,
#HEADLINE153>.ladi-headline:hover,
#HEADLINE154>.ladi-headline:hover,
#HEADLINE155>.ladi-headline:hover,
#HEADLINE156>.ladi-headline:hover,
#HEADLINE157>.ladi-headline:hover,
#HEADLINE158>.ladi-headline:hover,
#HEADLINE92>.ladi-headline:hover,
#HEADLINE93>.ladi-headline:hover,
#HEADLINE94>.ladi-headline:hover,
#HEADLINE95>.ladi-headline:hover,
#HEADLINE102>.ladi-headline:hover,
#HEADLINE103>.ladi-headline:hover,
#HEADLINE97>.ladi-headline:hover,
#BOX25>.ladi-box:hover,
#HEADLINE104>.ladi-headline:hover,
#BOX26>.ladi-box:hover,
#BOX28>.ladi-box:hover,
#HEADLINE159>.ladi-headline:hover,
#BUTTON3>.ladi-button:hover,
#BUTTON_TEXT3>.ladi-headline:hover,
#HEADLINE160>.ladi-headline:hover,
#BUTTON2>.ladi-button:hover,
#BUTTON_TEXT2>.ladi-headline:hover,
#IMAGE37:hover>.ladi-image,
#BOX29>.ladi-box:hover,
#SHAPE7:hover>.ladi-shape,
#SHAPE8:hover>.ladi-shape,
#SHAPE9:hover>.ladi-shape,
#HEADLINE161>.ladi-headline:hover,
#HEADLINE163>.ladi-headline:hover,
#BUTTON4>.ladi-button:hover,
#BUTTON_TEXT4>.ladi-headline:hover,
#IMAGE39:hover>.ladi-image {
  opacity: 1;
}

#HEADLINE3,
#HEADLINE4,
#HEADLINE5,
#HEADLINE7,
#HEADLINE31,
#HEADLINE32,
#HEADLINE43,
#HEADLINE62,
#HEADLINE69,
#HEADLINE75,
#HEADLINE76,
#HEADLINE80,
#HEADLINE158,
#HEADLINE102,
#HEADLINE103,
#HEADLINE97,
#HEADLINE104,
#HEADLINE160,
#HEADLINE163 {
  width: 420px;
}

#HEADLINE3 {
  top: 441px;
  left: 0px;
}

#HEADLINE3>.ladi-headline {
  font-family: REZWTiBFRCBEcmFdGuLmZg;
  font-size: 83px;
  line-height: 1.7;
  color: rgb(255, 255, 255);
  text-align: center;
}

#HEADLINE3.ladi-animation>.ladi-headline,
#HEADLINE6.ladi-animation>.ladi-headline,
#IMAGE9.ladi-animation>.ladi-image,
#HEADLINE26.ladi-animation>.ladi-headline,
#HEADLINE32.ladi-animation>.ladi-headline,
#HEADLINE59.ladi-animation>.ladi-headline,
#HEADLINE68.ladi-animation>.ladi-headline,
#HEADLINE158.ladi-animation>.ladi-headline,
#HEADLINE104.ladi-animation>.ladi-headline,
#HEADLINE159.ladi-animation>.ladi-headline,
#HEADLINE160.ladi-animation>.ladi-headline {
  animation-name: fadeInDown;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-iteration-count: 1;
}

#HEADLINE4 {
  top: 548px;
  left: 0px;
}

#HEADLINE4>.ladi-headline {
  font-family: MUZUViWSVAtQnJpdGlzaCHcmVlbidGY;
  font-size: 16px;
  line-height: 1.7;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
}

#HEADLINE4.ladi-animation>.ladi-headline,
#IMAGE11.ladi-animation>.ladi-image,
#IMAGE10.ladi-animation>.ladi-image,
#HEADLINE75.ladi-animation>.ladi-headline,
#HEADLINE163.ladi-animation>.ladi-headline {
  animation-name: fadeInUp;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-iteration-count: 1;
}

#HEADLINE5 {
  top: 359.5px;
  left: -519px;
}

#HEADLINE5>.ladi-headline {
  font-family: TmFudWNeWVvbmdqbySZWdbGFyLnRZg;
  font-size: 28px;
  line-height: 1.7;
  color: rgb(144, 112, 83);
  text-align: center;
}

#HEADLINE5.ladi-animation>.ladi-headline,
#HEADLINE29.ladi-animation>.ladi-headline,
#HEADLINE30.ladi-animation>.ladi-headline,
#GROUP22.ladi-animation>.ladi-group {
  animation-name: fadeInDown;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

#SECTION2 {
  height: 840.26px;
}

#IMAGE4,
#IMAGE4>.ladi-image>.ladi-image-background {
  width: 353.846px;
  height: 386.4px;
}

#IMAGE4 {
  top: 223.86px;
  left: 33.077px;
}

#IMAGE4>.ladi-image>.ladi-image-background {
  background-image: url("../images/hinh-giao-dien/giao-dien-05.png");
}

#GROUP6 {
  width: 421px;
  height: 360.4px;
  top: 132.45px;
  left: -0.5px;
}

#GROUP6.ladi-animation>.ladi-group {
  animation-name: slideInUp;
  animation-delay: 0s;
  animation-duration: 3s;
  animation-iteration-count: 1;
}

#IMAGE5,
#IMAGE5>.ladi-image>.ladi-image-background {
  width: 281.563px;
  height: 360.4px;
}

#IMAGE5 {
  top: 0px;
  left: 72.375px;
}

#IMAGE5>.ladi-image>.ladi-image-background {
  background-image: url("../images/hinh-giao-dien/giao-dien-06.png");
}

#HEADLINE6,
#HEADLINE10 {
  width: 265px;
}

#HEADLINE6 {
  top: 52.11px;
  left: 78px;
}

#HEADLINE6>.ladi-headline,
#HEADLINE10>.ladi-headline {
  font-family: REZWTiBFRCBEcmFdGuLmZg;
  font-size: 45px;
  line-height: 1.7;
  color: rgb(144, 112, 83);
  text-align: center;
}

#HEADLINE7 {
  top: 21.11px;
  left: 0.5px;
}

#HEADLINE7>.ladi-headline {
  font-size: 16px;
  line-height: 1.7;
  color: rgb(144, 112, 83);
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
}

#HEADLINE7.ladi-animation>.ladi-headline {
  animation-name: fadeInUp;
  animation-delay: 1s;
  animation-duration: 2s;
  animation-iteration-count: 1;
}

#HEADLINE8 {
  width: 193px;
  top: 104.11px;
  left: 115.376px;
}

#HEADLINE8>.ladi-headline {
  font-family: REZWTiBFRCBEcmFdGuLmZg;
  font-size: 32.8px;
  line-height: 1.7;
  color: rgb(144, 112, 83);
  text-align: center;
}

#HEADLINE8.ladi-animation>.ladi-headline,
#HEADLINE10.ladi-animation>.ladi-headline,
#HEADLINE69.ladi-animation>.ladi-headline,
#HEADLINE77.ladi-animation>.ladi-headline,
#HEADLINE78.ladi-animation>.ladi-headline,
#HEADLINE79.ladi-animation>.ladi-headline {
  animation-name: fadeInDown;
  animation-delay: 1s;
  animation-duration: 2s;
  animation-iteration-count: 1;
}

#HEADLINE10 {
  top: 142.228px;
  left: 77.915px;
}

#HEADLINE11,
#HEADLINE159 {
  width: 421px;
}

#HEADLINE11 {
  top: 214.919px;
  left: 0px;
}

#HEADLINE11>.ladi-headline {
  font-family: MUZUVlZJUEFsYnJhRGlzcGxheSMaWdodCdGY;
  font-size: 13px;
  line-height: 1.6;
  color: rgb(144, 112, 83);
  text-transform: uppercase;
  text-align: center;
}

#HEADLINE11.ladi-animation>.ladi-headline,
#GROUP8.ladi-animation>.ladi-group {
  animation-name: fadeInDown;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

#HEADLINE15,
#HEADLINE16,
#HEADLINE17,
#HEADLINE18 {
  width: 108px;
}

#HEADLINE15 {
  top: 275.11px;
  left: 66.203px;
}

#HEADLINE15>.ladi-headline,
#HEADLINE16>.ladi-headline,
#HEADLINE17>.ladi-headline,
#HEADLINE18>.ladi-headline {
  font-family: MUZUViWSVAtQnJpdGlzaCHcmVlbidGY;
  font-size: 12px;
  line-height: 1.6;
  color: rgb(144, 112, 83);
  text-align: center;
}

#HEADLINE16 {
  top: 275.11px;
  left: 127.646px;
}

#HEADLINE17 {
  top: 275.11px;
  left: 184.646px;
}

#HEADLINE18 {
  top: 275.11px;
  left: 241.646px;
}

#HEADLINE12,
#HEADLINE19,
#HEADLINE20 {
  width: 54px;
}

#HEADLINE12 {
  top: 238.11px;
  left: 126.919px;
}

#HEADLINE12>.ladi-headline,
#HEADLINE19>.ladi-headline,
#HEADLINE20>.ladi-headline {
  font-family: VVRNIEFWTyUVEY;
  font-size: 20.11px;
  line-height: 1.6;
  color: rgb(144, 112, 83);
  text-transform: uppercase;
  text-align: center;
}

#COUNTDOWN1 {
  width: 230.175px;
  height: 41px;
  top: 237.11px;
  left: 95.4125px;
}

#COUNTDOWN1>.ladi-countdown {
  font-size: 20px;
  color: rgb(144, 112, 83);
  text-align: center;
}

#COUNTDOWN1>.ladi-countdown>.ladi-element {
  width: 25%;
  height: 100%;
}

#COUNTDOWN1>.ladi-countdown .ladi-countdown-background {
  border-width: 1px;
  border-color: rgb(144, 112, 83);
}

#HEADLINE19 {
  top: 238.11px;
  left: 184.876px;
}

#HEADLINE20 {
  top: 238.11px;
  left: 241.646px;
}

#IMAGE3,
#IMAGE17 {
  width: 354.297px;
  height: 113.4px;
}

#IMAGE3 {
  top: 0px;
  left: 65.703px;
}

#IMAGE3>.ladi-image>.ladi-image-background,
#IMAGE17>.ladi-image>.ladi-image-background {
  width: 354.296px;
  height: 358.548px;
  top: -36px;
  left: 0px;
  background-image: url("../images/hinh-giao-dien/giao-dien-07.png");
}

#IMAGE3>.ladi-image {
  transform: perspective(1000px) rotateY(180deg);
}

#IMAGE6,
#IMAGE6>.ladi-image>.ladi-image-background {
  width: 358.598px;
  height: 226.388px;
}

#IMAGE6 {
  top: 388.929px;
  left: 32.077px;
}

#IMAGE6>.ladi-image>.ladi-image-background {
  background-image: url("../images/hinh-giao-dien/giao-dien-08.png");
}

#IMAGE7,
#IMAGE7>.ladi-image>.ladi-image-background {
  width: 67.6px;
  height: 68px;
}

#IMAGE7 {
  top: 450.06px;
  left: 176.115px;
}

#IMAGE7>.ladi-image>.ladi-image-background,
#IMAGE28>.ladi-image>.ladi-image-background {
  background-image: url("../images/hinh-giao-dien/giao-dien-01.png");
}

#IMAGE9,
#IMAGE9>.ladi-image>.ladi-image-background {
  width: 79.296px;
  height: 71.2125px;
}

#IMAGE9 {
  top: 117.347px;
  left: 39.077px;
}

#IMAGE9>.ladi-image>.ladi-image-background {
  background-image: url("../images/hinh-giao-dien/giao-dien-02.png");
}

#GROUP36,
#BOX27 {
  width: 118px;
  height: 140px;
}

#GROUP36 {
  top: 173.06px;
  left: 7.15525px;
}

#GROUP36.ladi-animation>.ladi-group {
  animation-name: rotateInDownLeft;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-iteration-count: 1;
}

#BOX27>.ladi-box,
#BOX5>.ladi-box,
#BOX6>.ladi-box,
#BOX7>.ladi-box,
#BOX18>.ladi-box,
#BOX19>.ladi-box,
#BOX20>.ladi-box,
#BOX28>.ladi-box,
#POPUP1>.ladi-popup>.ladi-popup-background {
  background-color: rgb(255, 255, 255);
}

#BOX27>.ladi-box,
#IMAGE8>.ladi-image {
  transform: rotate(-10deg);
}

#BOX27>.ladi-box:hover,
#IMAGE13:hover>.ladi-image,
#IMAGE14:hover>.ladi-image,
#BOX19>.ladi-box:hover,
#IMAGE26:hover>.ladi-image,
#BOX20>.ladi-box:hover,
#IMAGE27:hover>.ladi-image {
  transform: rotate(0deg);
  opacity: 1;
}

#IMAGE8 {
  width: 104.09px;
  height: 125px;
  top: 6.5px;
  left: 6.91px;
}

#IMAGE8>.ladi-image>.ladi-image-background {
  width: 111.206px;
  height: 138.533px;
  top: -10.6736px;
  left: -7.11577px;
  background-image: url("../images/cuoi/anh-cuoi-02.jpg");
}

#IMAGE8>.ladi-image {
  border-width: 0px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
}

#HEADLINE13 {
  width: 80px;
  top: 394.56px;
  left: -249.819px;
}

#HEADLINE13>.ladi-headline,
#HEADLINE14>.ladi-headline {
  font-family: VVRNIEFWTyUVEY;
  font-size: 28.27px;
  line-height: 1.6;
  color: rgb(144, 112, 83);
  text-transform: uppercase;
  text-align: center;
}

#HEADLINE14 {
  width: 142px;
  top: 394.56px;
  left: -190.319px;
}

#IMAGE34 {
  width: 420px;
  height: 230px;
  top: 610.26px;
  left: 0px;
}

#IMAGE34>.ladi-image>.ladi-image-background {
  width: 424.427px;
  height: 962.6px;
  top: -672px;
  left: -1px;
  background-image: url("../images/hinh-giao-dien/giao-dien-04.png");
}

#IMAGE11,
#IMAGE11>.ladi-image>.ladi-image-background {
  width: 125.316px;
  height: 357.4px;
}

#IMAGE11 {
  top: 482.86px;
  left: 285.146px;
}

#IMAGE11>.ladi-image>.ladi-image-background {
  background-image: url("../images/hinh-giao-dien/giao-dien-09.png");
}

#IMAGE10,
#IMAGE10>.ladi-image>.ladi-image-background {
  width: 68.1565px;
  height: 372.382px;
}

#IMAGE10 {
  top: 283.478px;
  left: 32.077px;
}

#IMAGE10>.ladi-image>.ladi-image-background {
  background-image: url("../images/hinh-giao-dien/giao-dien-10.png");
}

#SECTION3 {
  height: 316.15px;
}

#IMAGE12,
#IMAGE12>.ladi-image>.ladi-image-background {
  width: 421.112px;
  height: 316.15px;
}

#IMAGE12>.ladi-image>.ladi-image-background {
  background-image: url("../images/cuoi/anh-cuoi-03.jpg");
}

#SECTION4 {
  height: 181.1px;
}

#IMAGE13,
#IMAGE14 {
  width: 339.2px;
  height: 280.567px;
}

#IMAGE13 {
  top: -799.179px;
  left: -701px;
}

#IMAGE13>.ladi-image>.ladi-image-background,
#IMAGE14>.ladi-image>.ladi-image-background {
  width: 339.2px;
  height: 339.2px;
  top: 5px;
  left: 4px;
  background-image: url("../images/hinh-giao-dien/giao-dien-11.png");
}

#IMAGE13>.ladi-image {
  transform: perspective(1000px) rotate(5deg) rotateX(180deg) rotateY(180deg);
}

#IMAGE14 {
  top: -762.785px;
  left: -990.1px;
}

#IMAGE14>.ladi-image {
  transform: rotate(5deg);
}

#HEADLINE25,
#HEADLINE26,
#HEADLINE27,
#HEADLINE28,
#HEADLINE29 {
  width: 165px;
}

#HEADLINE25 {
  top: 72.1985px;
  left: 37.2506px;
}

#HEADLINE25>.ladi-headline {
  font-size: 14px;
  line-height: 1.7;
  color: rgb(144, 112, 83);
  text-align: right;
}

#HEADLINE25.ladi-animation>.ladi-headline,
#HEADLINE27.ladi-animation>.ladi-headline,
#HEADLINE28.ladi-animation>.ladi-headline,
#HEADLINE80.ladi-animation>.ladi-headline,
#HEADLINE92.ladi-animation>.ladi-headline,
#HEADLINE94.ladi-animation>.ladi-headline {
  animation-name: fadeInLeft;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-iteration-count: 1;
}

#HEADLINE26 {
  top: 72.1985px;
  left: 225.75px;
}

#HEADLINE26>.ladi-headline {
  font-size: 14px;
  line-height: 1.7;
  color: rgb(144, 112, 83);
  text-align: left;
}

#HEADLINE27 {
  top: 123.848px;
  left: 225.75px;
}

#HEADLINE27>.ladi-headline {
  font-size: 12.35px;
  line-height: 1.6;
  color: rgb(144, 112, 83);
  text-align: left;
}

#HEADLINE28 {
  top: 123.848px;
  left: 37.2506px;
}

#HEADLINE28>.ladi-headline {
  font-size: 12.35px;
  line-height: 1.6;
  color: rgb(144, 112, 83);
  text-align: right;
}

#HEADLINE29 {
  top: 48.849px;
  left: 225.75px;
}

#HEADLINE29>.ladi-headline {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
  color: rgb(144, 112, 83);
  text-transform: uppercase;
  text-align: left;
}

#HEADLINE30 {
  width: 127px;
  top: 48.849px;
  left: 75.2506px;
}

#HEADLINE30>.ladi-headline {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
  color: rgb(144, 112, 83);
  text-transform: uppercase;
  text-align: right;
}

#IMAGE17 {
  top: 0px;
  left: -516px;
}

#SECTION6 {
  height: 693.699px;
}

#HEADLINE31 {
  top: 84px;
  left: 0px;
}

#HEADLINE31>.ladi-headline,
#HEADLINE32>.ladi-headline {
  font-family: REZWTiBFRCBEcmFdGuLmZg;
  font-size: 74px;
  line-height: 1.7;
  color: rgb(144, 112, 83);
  text-align: center;
}

#HEADLINE31.ladi-animation>.ladi-headline,
#HEADLINE43.ladi-animation>.ladi-headline {
  animation-name: fadeInUp;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

#HEADLINE32 {
  top: 267px;
  left: 0px;
}

#HEADLINE33 {
  width: 314px;
  top: 167px;
  left: 53.556px;
}

#HEADLINE33>.ladi-headline {
  font-family: VVZOSVDaHVZWxLlRURg;
  font-size: 59px;
  line-height: 1.7;
  color: rgb(144, 112, 83);
  text-align: center;
}

#HEADLINE33.ladi-animation>.ladi-headline {
  animation-name: pulse;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

#HEADLINE43>.ladi-headline {
  font-family: MUZUVlZJUEFsYnJhRGlzcGxheSMaWdodCdGY;
  font-size: 18px;
  line-height: 1.7;
  color: rgb(144, 112, 83);
  text-align: center;
}

#GROUP18,
#GROUP19 {
  width: 420px;
  height: 254.149px;
}

#GROUP18 {
  top: 393px;
  left: 0px;
}

#HEADLINE59,
#HEADLINE68,
#HEADLINE77,
#HEADLINE78,
#HEADLINE79 {
  width: 396px;
}

#HEADLINE59,
#HEADLINE68 {
  top: 172.229px;
  left: 12px;
}

#HEADLINE59>.ladi-headline,
#HEADLINE68>.ladi-headline {
  font-family: MUZUVlZJUEFsYnJhRGlzcGxheSMaWdodCdGY;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.7;
  color: rgb(144, 112, 83);
  text-transform: uppercase;
  text-align: center;
}

#HEADLINE62,
#HEADLINE69 {
  top: 112.499px;
  left: 0px;
}

#HEADLINE62>.ladi-headline,
#HEADLINE69>.ladi-headline {
  font-size: 15px;
  font-style: italic;
  line-height: 1.7;
  color: rgb(144, 112, 83);
  text-align: center;
}

#HEADLINE62.ladi-animation>.ladi-headline,
#BOX16.ladi-animation>.ladi-box,
#HEADLINE93.ladi-animation>.ladi-headline,
#HEADLINE95.ladi-animation>.ladi-headline {
  animation-name: fadeInLeft;
  animation-delay: 1s;
  animation-duration: 2s;
  animation-iteration-count: 1;
}

#HEADLINE64,
#HEADLINE70 {
  width: 85px;
  top: 42.35px;
  left: 170.923px;
}

#HEADLINE64>.ladi-headline,
#HEADLINE70>.ladi-headline {
  font-family: Prata, serif;
  font-size: 42px;
  line-height: 1.6;
  color: rgb(144, 112, 83);
  text-align: center;
}

#HEADLINE65,
#HEADLINE67,
#HEADLINE71,
#HEADLINE73 {
  width: 125px;
}

#HEADLINE65,
#HEADLINE71 {
  top: 60.35px;
  left: 266.19px;
}

#HEADLINE65>.ladi-headline,
#HEADLINE71>.ladi-headline {
  font-size: 18px;
  line-height: 1.6;
  color: rgb(144, 112, 83);
  text-transform: uppercase;
}

#GROUP16,
#GROUP17,
#GROUP20,
#GROUP21 {
  width: 18px;
  height: 149px;
}

#GROUP16,
#GROUP20 {
  top: 0px;
  left: 99.4225px;
}

#LINE13,
#LINE14,
#LINE15,
#LINE16,
#LINE17,
#LINE18,
#LINE19,
#LINE20 {
  height: 107px;
}

#LINE13>.ladi-line>.ladi-line-container,
#LINE14>.ladi-line>.ladi-line-container,
#LINE15>.ladi-line>.ladi-line-container,
#LINE16>.ladi-line>.ladi-line-container,
#LINE17>.ladi-line>.ladi-line-container,
#LINE18>.ladi-line>.ladi-line-container,
#LINE19>.ladi-line>.ladi-line-container,
#LINE20>.ladi-line>.ladi-line-container {
  border-top: 0px !important;
  border-right: 2px solid rgb(144, 112, 83);
  border-bottom: 2px solid rgb(144, 112, 83);
  border-left: 2px solid rgb(144, 112, 83);
}

#LINE13>.ladi-line,
#LINE14>.ladi-line,
#LINE15>.ladi-line,
#LINE16>.ladi-line,
#LINE17>.ladi-line,
#LINE18>.ladi-line,
#LINE19>.ladi-line,
#LINE20>.ladi-line,
#LINE21>.ladi-line {
  height: 100%;
}

#LINE13>.ladi-line,
#LINE14>.ladi-line,
#LINE15>.ladi-line,
#LINE16>.ladi-line,
#LINE17>.ladi-line,
#LINE18>.ladi-line,
#LINE19>.ladi-line,
#LINE20>.ladi-line {
  transform: rotate(90deg);
  padding: 0px 8px;
}

#LINE14,
#LINE15,
#LINE18,
#LINE19 {
  top: 42px;
  left: 0px;
}

#GROUP17,
#GROUP21 {
  top: 0px;
  left: 304.423px;
}

#HEADLINE66,
#HEADLINE72 {
  width: 166px;
  top: 13.35px;
  left: 127.556px;
}

#HEADLINE66>.ladi-headline,
#HEADLINE67>.ladi-headline,
#HEADLINE72>.ladi-headline,
#HEADLINE73>.ladi-headline {
  font-size: 18px;
  line-height: 1.6;
  color: rgb(144, 112, 83);
  text-transform: uppercase;
  text-align: center;
}

#HEADLINE67,
#HEADLINE73 {
  top: 61.35px;
  left: 45.9225px;
}

#GROUP8,
#GROUP22 {
  width: 180.5px;
  height: 38px;
  top: 216.149px;
  left: 123.173px;
}

#SHAPE1,
#SHAPE4 {
  width: 37px;
  height: 37px;
}

#SHAPE1 svg:last-child,
#SHAPE4 svg:last-child {
  fill: rgb(144, 112, 83);
}

#HEADLINE39,
#HEADLINE74 {
  width: 152px;
  top: 2px;
  left: 28.5px;
}

#HEADLINE39>.ladi-headline,
#HEADLINE74>.ladi-headline {
  font-family: MUZUVlZJUEFsYnJhRGlzcGxheSMaWdodCdGY;
  font-size: 21px;
  line-height: 1.7;
  color: rgb(144, 112, 83);
  text-transform: uppercase;
  text-align: center;
}

#SECTION7 {
  height: 418.7px;
}

#BOX3 {
  width: 402px;
  height: 350px;
  top: 28.35px;
  left: 9.556px;
}

#BOX3>.ladi-box {
  border-width: 1px;
  border-radius: 12px;
  border-style: solid;
  border-color: rgb(144, 112, 83);
  background-color: rgba(242, 243, 244, 0);
}

#GROUP19 {
  top: 95.65px;
  left: 0px;
}

#HEADLINE71.ladi-animation>.ladi-headline {
  animation-name: fadeInRight;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

#HEADLINE72.ladi-animation>.ladi-headline {
  animation-name: fadeInUp;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

#HEADLINE73.ladi-animation>.ladi-headline,
#BOX17.ladi-animation>.ladi-box {
  animation-name: fadeInLeft;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

#HEADLINE75 {
  top: 56.65px;
  left: 0px;
}

#HEADLINE75>.ladi-headline {
  font-family: MUZUVlZJUEFsYnJhRGlzcGxheSMaWdodCdGY;
  font-size: 20px;
  line-height: 1.7;
  color: rgb(144, 112, 83);
  text-align: center;
}

#SECTION5 {
  height: 561.7px;
}

#IMAGE18,
#IMAGE18>.ladi-image>.ladi-image-background {
  width: 420.758px;
  height: 560.449px;
}

#IMAGE18>.ladi-image>.ladi-image-background,
#GALLERY1 .ladi-gallery .ladi-gallery-view-item[data-index="4"] {
  background-image: url("../images/cuoi/anh-cuoi-04.jpg");
}

#BOX4 {
  width: 553.073px;
  height: 562px;
  top: 0.049px;
  left: 0px;
}

#BOX4>.ladi-box {
  background-color: rgba(145, 112, 84, 0.4);
}

#IMAGE19,
#IMAGE19>.ladi-image>.ladi-image-background {
  width: 47.6826px;
  height: 29.451px;
}

#IMAGE19 {
  top: 207.249px;
  left: 144.479px;
}

#IMAGE19>.ladi-image>.ladi-image-background {
  background-image: url("../images/hinh-giao-dien/giao-dien-12.png");
}

#IMAGE20,
#IMAGE20>.ladi-image>.ladi-image-background {
  width: 45.2115px;
  height: 39.1833px;
}

#IMAGE20 {
  top: 111.651px;
  left: 146.95px;
}

#IMAGE20>.ladi-image>.ladi-image-background {
  background-image: url("../images/hinh-giao-dien/giao-dien-13.png");
}

#IMAGE21,
#IMAGE21>.ladi-image>.ladi-image-background {
  width: 38.1786px;
  height: 40.1881px;
}

#IMAGE21 {
  top: 285.963px;
  left: 146.95px;
}

#IMAGE21>.ladi-image>.ladi-image-background {
  background-image: url("../images/hinh-giao-dien/giao-dien-03.png");
}

#HEADLINE76 {
  top: 12.95px;
  left: -38.444px;
}

#HEADLINE76>.ladi-headline {
  font-family: MUZUViWSVAtUEVSRkVDVEtQFMTElHUkFQSFkuVFRG;
  font-size: 49px;
  line-height: 1.7;
  color: rgb(255, 255, 255);
  text-align: right;
}

#HEADLINE76.ladi-animation>.ladi-headline,
#HEADLINE97.ladi-animation>.ladi-headline {
  animation-name: fadeInRight;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-iteration-count: 1;
}

#LINE21 {
  height: 263px;
  top: 95.95px;
  left: 201.879px;
}

#LINE21>.ladi-line>.ladi-line-container {
  border-top: 0px !important;
  border-right: 1px solid rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
  border-left: 1px solid rgb(255, 255, 255);
}

#LINE21>.ladi-line {
  padding: 0px 8px;
}

#BOX5,
#BOX6,
#BOX7 {
  width: 9px;
  height: 9px;
}

#BOX5 {
  top: 131.151px;
  left: 205.5px;
}

#BOX5>.ladi-box,
#BOX6>.ladi-box,
#BOX7>.ladi-box {
  border-width: 0px;
  border-radius: 100px;
  border-style: solid;
  border-color: rgb(241, 243, 244);
}

#BOX6 {
  top: 218.151px;
  left: 205.879px;
}

#BOX7 {
  top: 301.151px;
  left: 205.5px;
}

#HEADLINE77 {
  top: 106.834px;
  left: 233px;
}

#HEADLINE77>.ladi-headline,
#HEADLINE78>.ladi-headline,
#HEADLINE79>.ladi-headline {
  font-family: MUZUVlZJUEFsYnJhRGlzcGxheSMaWdodCdGY;
  font-size: 16px;
  line-height: 1.7;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: left;
}

#HEADLINE78 {
  top: 191.951px;
  left: 233px;
}

#HEADLINE79 {
  top: 280.951px;
  left: 233px;
}

#HEADLINE80 {
  top: 372.5px;
  left: 48.556px;
}

#HEADLINE80>.ladi-headline {
  font-family: MUZUViWSVAtUEVSRkVDVEtQFMTElHUkFQSFkuVFRG;
  font-size: 49px;
  line-height: 1.7;
  color: rgb(255, 255, 255);
  text-align: left;
}

#LINE22,
#LINE23,
#FORM2 .ladi-form-checkout-payment-quantity input {
  width: 65px;
}

#LINE22 {
  top: 405.5px;
  left: -16.444px;
}

#LINE22>.ladi-line>.ladi-line-container,
#LINE23>.ladi-line>.ladi-line-container {
  border-top: 1px solid rgb(255, 255, 255);
  border-right: 1px solid rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
  border-left: 0px !important;
}

#LINE22>.ladi-line,
#LINE23>.ladi-line {
  width: 100%;
  padding: 8px 0px;
}

#LINE23 {
  top: 45.95px;
  left: 389.556px;
}

#GROUP27 {
  width: 133.66px;
  height: 41px;
  top: 455.5px;
  left: 144.479px;
}

#BOX15,
#BOX16,
#BOX17,
#BOX18 {
  width: 41px;
  height: 41px;
}

#BOX15 {
  top: 0px;
  left: 92.66px;
}

#BOX15>.ladi-box,
#BOX16>.ladi-box,
#BOX17>.ladi-box,
#BOX18>.ladi-box {
  border-radius: 100px;
  box-shadow: rgb(0, 0, 0) 0px 15px 20px -15px;
}

#BOX15>.ladi-box {
  background-color: rgb(98, 54, 24);
}

#BOX15.ladi-animation>.ladi-box {
  animation-name: fadeInLeft;
  animation-delay: 1s;
  animation-duration: 3s;
  animation-iteration-count: 1;
}

#BOX16 {
  top: 0px;
  left: 63.2023px;
}

#BOX16>.ladi-box {
  background-color: rgb(55, 86, 57);
}

#BOX17 {
  top: 0px;
  left: 32.8px;
}

#BOX17>.ladi-box {
  background-color: rgb(205, 191, 159);
}

#BOX18.ladi-animation>.ladi-box {
  animation-name: fadeInLeft;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

#SECTION8 {
  height: 407.7px;
}

#SHAPE5 {
  width: 45.033px;
  height: 47.6486px;
  top: 260.945px;
  left: 357.717px;
}

#SHAPE5.ladi-animation>.ladi-shape {
  animation-name: pulse;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

#SHAPE5 svg:last-child {
  fill: rgb(143, 13, 13);
}

#IMAGE29,
#IMAGE29>.ladi-image>.ladi-image-background {
  width: 453.072px;
  height: 64.4505px;
}

#IMAGE29 {
  top: 12.1258px;
  left: -20px;
}

#IMAGE29>.ladi-image>.ladi-image-background {
  background-image: url("../images/hinh-giao-dien/giao-dien-14.png");
}

#HEADLINE120,
#HEADLINE122,
#HEADLINE124,
#HEADLINE125,
#HEADLINE126,
#HEADLINE127,
#HEADLINE129,
#HEADLINE130,
#HEADLINE131,
#HEADLINE133,
#HEADLINE135,
#HEADLINE136,
#HEADLINE137,
#HEADLINE138,
#HEADLINE140,
#HEADLINE142,
#HEADLINE143,
#HEADLINE144,
#HEADLINE145,
#HEADLINE148,
#HEADLINE149,
#HEADLINE150,
#HEADLINE152,
#HEADLINE153,
#HEADLINE154,
#HEADLINE155,
#HEADLINE156,
#HEADLINE157 {
  width: 57px;
}

#HEADLINE120 {
  top: 334.45px;
  left: 291.052px;
}

#HEADLINE120>.ladi-headline,
#HEADLINE121>.ladi-headline,
#HEADLINE122>.ladi-headline,
#HEADLINE123>.ladi-headline,
#HEADLINE124>.ladi-headline,
#HEADLINE125>.ladi-headline,
#HEADLINE126>.ladi-headline,
#HEADLINE127>.ladi-headline,
#HEADLINE128>.ladi-headline,
#HEADLINE129>.ladi-headline,
#HEADLINE130>.ladi-headline,
#HEADLINE131>.ladi-headline,
#HEADLINE132>.ladi-headline,
#HEADLINE133>.ladi-headline,
#HEADLINE134>.ladi-headline,
#HEADLINE135>.ladi-headline,
#HEADLINE136>.ladi-headline,
#HEADLINE137>.ladi-headline,
#HEADLINE138>.ladi-headline,
#HEADLINE139>.ladi-headline,
#HEADLINE140>.ladi-headline,
#HEADLINE142>.ladi-headline,
#HEADLINE143>.ladi-headline,
#HEADLINE144>.ladi-headline,
#HEADLINE145>.ladi-headline,
#HEADLINE146>.ladi-headline,
#HEADLINE147>.ladi-headline,
#HEADLINE148>.ladi-headline,
#HEADLINE149>.ladi-headline,
#HEADLINE150>.ladi-headline,
#HEADLINE151>.ladi-headline,
#HEADLINE152>.ladi-headline,
#HEADLINE153>.ladi-headline,
#HEADLINE154>.ladi-headline,
#HEADLINE155>.ladi-headline,
#HEADLINE156>.ladi-headline,
#HEADLINE157>.ladi-headline {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: rgb(144, 112, 83);
  text-transform: uppercase;
  text-align: center;
}

#HEADLINE121,
#HEADLINE128,
#HEADLINE132,
#HEADLINE139,
#HEADLINE146 {
  width: 34px;
}

#HEADLINE121 {
  top: 190.251px;
  left: 76.842px;
}

#HEADLINE122 {
  top: 190.251px;
  left: 122.245px;
}

#HEADLINE123,
#HEADLINE134,
#HEADLINE141,
#HEADLINE147,
#HEADLINE151 {
  width: 67px;
}

#HEADLINE123 {
  top: 190.251px;
  left: 6.266px;
}

#HEADLINE124 {
  top: 190.251px;
  left: 177.553px;
}

#HEADLINE125 {
  top: 190.251px;
  left: 234.457px;
}

#HEADLINE126 {
  top: 190.251px;
  left: 292.388px;
}

#HEADLINE127 {
  top: 190.251px;
  left: 351.734px;
}

#HEADLINE128 {
  top: 242.946px;
  left: 22.766px;
}

#HEADLINE129 {
  top: 242.946px;
  left: 65.342px;
}

#HEADLINE130 {
  top: 242.946px;
  left: 122.245px;
}

#HEADLINE131 {
  top: 216.452px;
  left: 177.553px;
}

#HEADLINE132 {
  top: 272.079px;
  left: 22.766px;
}

#HEADLINE133 {
  top: 272.079px;
  left: 65.342px;
}

#HEADLINE134 {
  top: 242.945px;
  left: 346.734px;
}

#HEADLINE135 {
  top: 272.079px;
  left: 122.245px;
}

#HEADLINE136 {
  top: 242.948px;
  left: 177.553px;
}

#HEADLINE137 {
  top: 242.947px;
  left: 234.457px;
}

#HEADLINE138 {
  top: 242.947px;
  left: 292.388px;
}

#HEADLINE139 {
  top: 302.45px;
  left: 22.766px;
}

#HEADLINE140 {
  top: 302.45px;
  left: 65.342px;
}

#HEADLINE141 {
  top: 272.077px;
  left: 346.734px;
}

#HEADLINE141>.ladi-headline {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: center;
}

#HEADLINE142 {
  top: 302.45px;
  left: 122.245px;
}

#HEADLINE143 {
  top: 272.082px;
  left: 177.553px;
}

#HEADLINE144 {
  top: 272.079px;
  left: 234.457px;
}

#HEADLINE145 {
  top: 272.079px;
  left: 292.388px;
}

#HEADLINE146 {
  top: 334.45px;
  left: 22.766px;
}

#HEADLINE147 {
  top: 302.45px;
  left: 346.734px;
}

#HEADLINE148 {
  top: 302.452px;
  left: 177.553px;
}

#HEADLINE149 {
  top: 302.452px;
  left: 234.457px;
}

#HEADLINE150 {
  top: 302.452px;
  left: 292.388px;
}

#HEADLINE151 {
  top: 216.452px;
  left: 346.734px;
}

#HEADLINE152 {
  top: 216.45px;
  left: 234.457px;
}

#HEADLINE153 {
  top: 216.452px;
  left: 292.388px;
}

#HEADLINE154 {
  top: 334.45px;
  left: 65.342px;
}

#HEADLINE155 {
  top: 334.45px;
  left: 122.245px;
}

#HEADLINE156 {
  top: 334.45px;
  left: 177.553px;
}

#HEADLINE157 {
  top: 334.45px;
  left: 234.457px;
}

#HEADLINE158 {
  top: 88.251px;
  left: 0px;
}

#HEADLINE158>.ladi-headline {
  font-family: REZWTiBFRCBEcmFdGuLmZg;
  font-size: 60px;
  line-height: 1.7;
  color: rgb(144, 112, 83);
  text-align: center;
}

#SECTION9 {
  height: 720.1px;
}

#GROUP28,
#BOX19 {
  width: 229.701px;
  height: 229.702px;
}

#GROUP28 {
  top: 440.319px;
  left: -4.897px;
}

#GROUP28.ladi-animation>.ladi-group {
  animation-name: rotateInDownLeft;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

#BOX19>.ladi-box {
  transform: rotate(-8deg);
  box-shadow: rgb(0, 0, 0) 0px 15px 20px -15px;
}

#IMAGE26 {
  width: 203.517px;
  height: 205.898px;
  top: 11.901px;
  left: 13.0918px;
}

#IMAGE26>.ladi-image>.ladi-image-background {
  width: 206.18px;
  height: 274.632px;
  top: -2.9934px;
  left: -0.77703px;
  background-image: url("../images/cuoi/anh-cuoi-05.jpg");
}

#IMAGE26>.ladi-image {
  transform: rotate(-8deg);
}

#GROUP29,
#BOX20 {
  width: 219.627px;
  height: 219.627px;
}

#GROUP29 {
  top: 256.9px;
  left: 206.56px;
}

#GROUP29.ladi-animation>.ladi-group {
  animation-name: rotateInDownRight;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

#BOX20>.ladi-box {
  transform: rotate(8deg);
  box-shadow: rgb(0, 0, 0) 0px 15px 20px -15px;
}

#IMAGE27 {
  width: 194.591px;
  height: 196.867px;
  top: 11.3796px;
  left: 12.5176px;
}

#IMAGE27>.ladi-image>.ladi-image-background {
  width: 196.702px;
  height: 262.007px;
  top: 0.1028px;
  left: -0.378924px;
  background-image: url("../images/cuoi/anh-cuoi-06.jpg");
}

#IMAGE27>.ladi-image {
  transform: rotate(8deg);
}

#HEADLINE92,
#HEADLINE94 {
  width: 187px;
}

#HEADLINE92 {
  top: 275.9px;
  left: 6px;
}

#HEADLINE92>.ladi-headline,
#HEADLINE94>.ladi-headline {
  font-family: MUZUViWSVAtUGFsaXNhZGUudHRm;
  font-size: 40px;
  line-height: 1.7;
  color: rgb(144, 112, 83);
  text-align: center;
}

#HEADLINE93,
#HEADLINE95 {
  width: 319px;
}

#HEADLINE93 {
  top: 330.421px;
  left: -53.3734px;
}

#HEADLINE93>.ladi-headline {
  font-family: MUZUViWSVAtVmVuZHlhLmZg;
  font-size: 37px;
  line-height: 1.7;
  color: rgb(144, 112, 83);
  text-transform: uppercase;
  text-align: center;
}

#HEADLINE94 {
  top: 521.17px;
  left: 224.804px;
}

#HEADLINE95 {
  top: 570.781px;
  left: 166.873px;
}

#HEADLINE95>.ladi-headline {
  font-family: MUZUViWSVAtVmVuZHlhLmZg;
  font-size: 36px;
  line-height: 1.7;
  color: rgb(144, 112, 83);
  text-transform: uppercase;
  text-align: center;
}

#HEADLINE102 {
  top: 10.421px;
  left: -35px;
}

#HEADLINE102>.ladi-headline {
  font-family: REZWTiBFRCBEcmFdGuLmZg;
  font-size: 72px;
  line-height: 1.7;
  color: rgb(144, 112, 83);
  text-align: center;
}

#HEADLINE102.ladi-animation>.ladi-headline,
#HEADLINE103.ladi-animation>.ladi-headline {
  animation-name: fadeInRight;
  animation-delay: 1s;
  animation-duration: 3s;
  animation-iteration-count: 1;
}

#HEADLINE103 {
  top: 19.421px;
  left: 16.556px;
}

#HEADLINE103>.ladi-headline {
  font-family: MUZUViWSVAtQnJpdGlzaCHcmVlbidGY;
  font-size: 72px;
  line-height: 1.7;
  color: rgb(144, 112, 83);
  text-align: center;
}

#IMAGE28,
#IMAGE28>.ladi-image>.ladi-image-background {
  width: 66px;
  height: 65px;
}

#IMAGE28 {
  top: 411.527px;
  left: 166.873px;
}

#HEADLINE97 {
  top: 132.421px;
  left: 0px;
}

#HEADLINE97>.ladi-headline {
  font-family: MUZUVlZJUEFsYnJhRGlzcGxheSMaWdodCdGY;
  font-size: 15px;
  line-height: 1.7;
  color: rgb(144, 112, 83);
  text-align: center;
}

#SECTION11 {
  height: 504.7px;
}

#GROUP39 {
  width: 420px;
  height: 449px;
  top: 28.9163px;
  left: 0px;
}

#BOX25 {
  width: 366px;
  height: 449px;
  top: 0px;
  left: 23.053px;
}

#BOX25>.ladi-box {
  border-radius: 23px;
}

#BOX25>.ladi-box,
#BUTTON3>.ladi-button>.ladi-button-background,
#FORM2 .ladi-form [data-form-checkout-item="product"] .ladi-form-checkout-payment-check.multiple.checked:before,
#FORM2 .ladi-form [data-form-checkout-item="product"] .ladi-form-checkout-payment-check:not(.multiple).checked:before,
#FORM2 .ladi-form [data-form-checkout-item="payment"] .ladi-form-checkout-payment-check.checked:before,
#FORM2 .ladi-form [data-form-checkout-item="fee_shipping"] .ladi-form-checkout-payment-check.checked:before,
#FORM2 .ladi-form-item-container .ladi-form-quantity .button,
#FORM2 .ladi-form [data-form-checkout-item="coupon_code"] .content-discount-block .placeholder i,
#FORM2 .ladi-form-checkout-payment-quantity .up:before,
#FORM2 .ladi-form-checkout-payment-quantity .down:before,
#FORM2 [data-form-checkout-item="payment"] .ladi-form-item .ladi-form-checkout-payment-content div:before {
  background-color: rgb(144, 112, 83);
}

#HEADLINE104 {
  top: 349.405px;
  left: 0px;
}

#HEADLINE104>.ladi-headline {
  font-family: MUZUViWSVAtUGFsaXNhZGUudHRm;
  font-size: 28px;
  line-height: 1.4;
  color: rgb(255, 255, 255);
  letter-spacing: 0px;
  text-align: center;
}

#IMAGE32,
#IMAGE32>.ladi-image>.ladi-image-background {
  width: 284.672px;
  height: 282.413px;
}

#IMAGE32 {
  top: 53.5287px;
  left: 67.664px;
}

#IMAGE32>.ladi-image>.ladi-image-background {
  background-image: url("../images/hinh-giao-dien/giao-dien-15.png");
}

#BOX26,
#IMAGE36,
#IMAGE36>.ladi-image>.ladi-image-background {
  width: 200px;
  height: 200px;
}

#BOX26 {
  top: 91.7347px;
  left: 110px;
}

#BOX26>.ladi-box {
  border-width: 2px;
  border-radius: 100px;
  border-style: solid;
  border-color: rgb(241, 243, 244);
  background-image: url("../images/cuoi/anh-cuoi-07.jpg");
  background-size: cover;
  background-origin: content-box;
  background-position: 50% 0%;
  background-repeat: repeat;
  background-attachment: scroll;
}

#IMAGE33,
#IMAGE33>.ladi-image>.ladi-image-background {
  width: 104.868px;
  height: 80.4694px;
}

#IMAGE33 {
  top: 17px;
  left: 268.132px;
}

#IMAGE33>.ladi-image>.ladi-image-background {
  background-image: url("../images/hinh-giao-dien/giao-dien-16.png");
}

#SECTION10 {
  height: 710.951px;
}

#BOX28 {
  width: 420px;
  height: 710.951px;
}

#BOX28>.ladi-box {
  border-width: 2px;
  border-radius: 0px;
  border-style: solid;
  border-color: rgb(241, 243, 244);
}

#GALLERY1 {
  width: 420px;
  height: 582.001px;
  top: 112.67px;
  left: 0px;
}

#GALLERY1>.ladi-gallery {
  border-width: 7px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
}

#GALLERY1 .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow,
#GALLERY1 .ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow {
  background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23FFFFFF%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.00015%200.585938L18.4144%2012.0002L7.00015%2023.4144L5.58594%2022.0002L15.5859%2012.0002L5.58594%202.00015L7.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

#GALLERY1>.ladi-gallery>.ladi-gallery-view {
  height: calc(100% + 0px);
}

#GALLERY1>.ladi-gallery>.ladi-gallery-control {
  display: none;
}

#GALLERY1>.ladi-gallery>.ladi-gallery-control>.ladi-gallery-control-box>.ladi-gallery-control-item {
  width: 0px;
  height: 0px;
  margin-right: 0px;
}

#GALLERY1 .ladi-gallery .ladi-gallery-view-item[data-index="0"] {
  background-image: url("../images/cuoi/anh-cuoi-08.jpg");
}

#GALLERY1 .ladi-gallery .ladi-gallery-control-item[data-index="0"] {
  background-image: url("../images/cuoi/anh-cuoi-08.jpg");
}

#GALLERY1 .ladi-gallery .ladi-gallery-view-item[data-index="1"] {
  background-image: url("../images/cuoi/anh-cuoi-09.jpg");
}

#GALLERY1 .ladi-gallery .ladi-gallery-control-item[data-index="1"] {
  background-image: url("../images/cuoi/anh-cuoi-09.jpg");
}

#GALLERY1 .ladi-gallery .ladi-gallery-view-item[data-index="2"],
#IMAGE37>.ladi-image>.ladi-image-background {
  background-image: url("../images/cuoi/anh-cuoi-06.jpg");
}

#GALLERY1 .ladi-gallery .ladi-gallery-control-item[data-index="2"] {
  background-image: url("../images/cuoi/anh-cuoi-06.jpg");
}

#GALLERY1 .ladi-gallery .ladi-gallery-view-item[data-index="3"] {
  background-image: url("../images/cuoi/anh-cuoi-07.jpg");
}

#GALLERY1 .ladi-gallery .ladi-gallery-control-item[data-index="3"] {
  background-image: url("../images/cuoi/anh-cuoi-07.jpg");
}

#GALLERY1 .ladi-gallery .ladi-gallery-control-item[data-index="4"] {
  background-image: url("../images/cuoi/anh-cuoi-04.jpg");
}

#GALLERY1 .ladi-gallery .ladi-gallery-control-item[data-index="5"] {
  background-image: url("../images/cuoi/anh-cuoi-01.jpg");
}

#GALLERY1 .ladi-gallery .ladi-gallery-view-item[data-index="6"] {
  background-image: url("../images/cuoi/anh-cuoi-10.jpg");
}

#GALLERY1 .ladi-gallery .ladi-gallery-control-item[data-index="6"] {
  background-image: url("../images/cuoi/anh-cuoi-10.jpg");
}

#GALLERY1 .ladi-gallery .ladi-gallery-view-item[data-index="7"] {
  background-image: url("../images/cuoi/anh-cuoi-05.jpg");
}

#GALLERY1 .ladi-gallery .ladi-gallery-control-item[data-index="7"] {
  background-image: url("../images/cuoi/anh-cuoi-05.jpg");
}

#GALLERY1 .ladi-gallery .ladi-gallery-view-item[data-index="8"] {
  background-image: url("../images/cuoi/anh-cuoi-11.jpg");
}

#GALLERY1 .ladi-gallery .ladi-gallery-control-item[data-index="8"] {
  background-image: url("../images/cuoi/anh-cuoi-11.jpg");
}

#GALLERY1 .ladi-gallery .ladi-gallery-view-item[data-index="9"] {
  background-image: url("../images/cuoi/anh-cuoi-03.jpg");
}

#GALLERY1 .ladi-gallery .ladi-gallery-control-item[data-index="9"] {
  background-image: url("../images/cuoi/anh-cuoi-03.jpg");
}

#GALLERY1 .ladi-gallery .ladi-gallery-view-item[data-index="10"] {
  background-image: url("../images/cuoi/anh-cuoi-12.jpg");
}

#GALLERY1 .ladi-gallery .ladi-gallery-control-item[data-index="10"] {
  background-image: url("../images/cuoi/anh-cuoi-12.jpg");
}

#GALLERY1 .ladi-gallery .ladi-gallery-view-item[data-index="11"] {
  background-image: url("../images/cuoi/anh-cuoi-02.jpg");
}

#GALLERY1 .ladi-gallery .ladi-gallery-control-item[data-index="11"] {
  background-image: url("../images/cuoi/anh-cuoi-02.jpg");
}

#GALLERY1 .ladi-gallery .ladi-gallery-view-item[data-index="12"] {
  background-image: url("../images/cuoi/anh-cuoi-13.jpg");
}

#GALLERY1 .ladi-gallery .ladi-gallery-control-item[data-index="12"] {
  background-image: url("../images/cuoi/anh-cuoi-13.jpg");
}

#HEADLINE159 {
  top: 29.67px;
  left: 0px;
}

#HEADLINE159>.ladi-headline {
  font-family: REZWTiBFRCBEcmFdGuLmZg;
  font-size: 47px;
  line-height: 1.4;
  color: rgb(144, 112, 83);
  text-align: center;
}

#SECTION12 {
  height: 566.767px;
}

#IMAGE35 {
  width: 166.204px;
  height: 69.566px;
}

#IMAGE35>.ladi-image>.ladi-image-background {
  width: 202.47px;
  height: 204.899px;
  background-image: url("../images/hinh-giao-dien/giao-dien-07.png");
}

#BUTTON3 {
  width: 359px;
  height: 40px;
  top: 442.566px;
  left: 30.5px;
}

#BUTTON3>.ladi-button,
#BUTTON2>.ladi-button {
  border-width: 1px;
  border-radius: 25px;
  border-style: solid;
  border-color: rgb(144, 112, 83);
}

#BUTTON3.ladi-animation>.ladi-button {
  animation-name: pulse;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

#BUTTON_TEXT3 {
  width: 357px;
}

#BUTTON_TEXT3,
#BUTTON_TEXT2,
#BUTTON_TEXT4 {
  top: 9px;
  left: 0px;
}

#BUTTON_TEXT3>.ladi-headline {
  font-family: VVRNIFRJTUVTLlRURg;
  font-size: 20px;
  line-height: 1.6;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: center;
}

#HEADLINE160 {
  top: 74.566px;
  left: 0px;
}

#HEADLINE160>.ladi-headline {
  font-family: MUZUVlZJUEFsYnJhRGlzcGxheSMaWdodCdGY;
  font-size: 17px;
  line-height: 1.6;
  color: rgb(144, 112, 83);
  text-align: center;
}

#FORM2 {
  width: 354px;
  height: 236px;
  top: 177.566px;
  left: 33.5px;
}

#FORM2>.ladi-form {
  font-size: 12px;
  line-height: 1.6;
  color: rgb(144, 112, 83);
}

#FORM2 .ladi-form .ladi-form-checkout-payment-item {
  --check-size: calc(12px * 1.5);
  --width-quantity: calc(12px * 2.5 + 30px);
}

#FORM2 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"],
#FORM2 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing,
#FORM2 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing::placeholder,
#FORM2 .ladi-form .ladi-survey-option .ladi-survey-option-label,
#FORM2 .ladi-form-item .ladi-form-control::placeholder,
#FORM2 .ladi-form-item select.ladi-form-control[data-selected=""],
#FORM2 .ladi-form-checkout-payment-quantity input {
  color: rgb(144, 112, 83);
}

#FORM2:hover .overlay-checkout {
  display: flex !important;
}

#FORM2 .ladi-form-item {
  padding-left: 5px;
  padding-right: 5px;
}

#FORM2 .ladi-form-item.otp-countdown:before {
  right: 10px;
}

#FORM2 .ladi-form-item.ladi-form-checkbox {
  padding-left: 10px;
  padding-right: 10px;
}

#FORM2 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
  background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgb(144%2C%20112%2C%2083)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
}

#FORM2 .ladi-survey-option {
  text-align: left;
}

#FORM2 .ladi-form-item-container,
#FORM2 .ladi-form-checkout-box,
#FORM2 .ladi-form-checkout-bump-offer-product,
#FORM2 .ladi-form-label-container .ladi-form-label-item {
  border-width: 1px;
  border-radius: 18px;
  border-style: solid;
  border-color: rgb(144, 112, 83);
}

#FORM2 .ladi-form-item-container .ladi-form-item.ladi-form-quantity {
  width: calc(100% + 1px);
}

#FORM2 .ladi-form [data-form-checkout-item="total_price"] .space,
#FORM2 .ladi-form-checkout-payment-quantity input {
  border-color: rgb(144, 112, 83);
}

#FORM2 .ladi-form-item-background {
  border-radius: 17px;
}

#FORM2 .ladi-form-item-background,
#BUTTON2>.ladi-button>.ladi-button-background {
  background-color: rgba(147, 133, 99, 0);
}

#BUTTON2 {
  width: 354px;
  height: 40px;
  top: 196px;
  left: 0px;
}

#BUTTON_TEXT2 {
  width: 352px;
}

#BUTTON_TEXT2>.ladi-headline {
  font-family: VVRNIFRJTUVTLlRURg;
  font-size: 18px;
  line-height: 1.6;
  color: rgb(144, 112, 83);
  text-transform: uppercase;
  text-align: center;
}

#FORM_ITEM2 {
  width: 354px;
  height: 36px;
}

#FORM_ITEM2 .ladi-form-item,
#FORM_ITEM3 .ladi-form-item,
#FORM_ITEM4 .ladi-form-item {
  background-image: none !important;
}

#FORM_ITEM3 {
  width: 354px;
  height: 35px;
  top: 49px;
  left: 0px;
}

#FORM_ITEM4 {
  width: 354px;
  height: 79px;
  top: 94px;
  left: 0px;
}

#FORM_ITEM4 .ladi-form-checkbox-item {
  margin: 5px;
}

#FORM_ITEM4 .ladi-form-item.ladi-form-checkbox {
  padding-top: 5px;
  padding-bottom: 5px;
}

#FORM_ITEM4 .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item input {
  width: 13px;
  height: 13px;
}

#FORM_ITEM4 .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span {
  width: calc(100% - 17px);
}

#SECTION13 {
  height: 608.7px;
}

#IMAGE37 {
  width: 420px;
  height: 561.7px;
}

#IMAGE37>.ladi-image>.ladi-image-background {
  width: 423.198px;
  height: 563.7px;
  top: -1px;
  left: -2.1656px;
}

#BOX29 {
  width: 420px;
  height: 227px;
  top: 334.7px;
  left: 0px;
}

#GROUP42 {
  width: 344.925px;
  height: 26px;
  top: 568.7px;
  left: 38.0375px;
}

#SHAPE7 {
  width: 18.9197px;
  height: 18.9197px;
  top: 3.32012px;
  left: 292.139px;
}

#SHAPE7 svg:last-child,
#SHAPE8 svg:last-child,
#SHAPE9 svg:last-child {
  fill: rgb(133, 117, 78);
}

#SHAPE8 {
  width: 21.319px;
  height: 21.319px;
  top: 2.92702px;
  left: 323.606px;
}

#SHAPE9 {
  width: 23.5599px;
  height: 23.5599px;
  top: 1px;
  left: 256.737px;
}

#HEADLINE161 {
  width: 252px;
}

#HEADLINE161>.ladi-headline {
  font-family: Literata, serif;
  font-size: 16px;
  line-height: 1.6;
  color: rgb(133, 117, 78);
  letter-spacing: 1px;
  text-align: center;
}

#HEADLINE163 {
  top: 486.449px;
  left: 0px;
}

#HEADLINE163>.ladi-headline {
  font-family: MUZUViWSVAtQXNraWxvbivdGY;
  font-size: 16px;
  line-height: 1.6;
  color: rgb(255, 255, 255);
  letter-spacing: 1px;
  text-align: center;
}

#IMAGE38 {
  width: 420px;
  height: 99px;
  top: 384.233px;
  left: 0px;
}

#IMAGE38>.ladi-image>.ladi-image-background {
  width: 415.959px;
  height: 415.959px;
  top: -167.592px;
  left: 3.04081px;
  background-image: url("../images/hinh-giao-dien/giao-dien-17.png");
}

#GROUP43 {
  width: 175.9px;
  height: 51px;
  top: auto;
  left: 15px;
  right: auto;
  bottom: 12px;
  position: fixed;
  z-index: 90000050;
  margin-left: calc(50% - 210px);
}

#BUTTON4 {
  width: 153.9px;
  height: 36px;
  top: 7.5px;
  left: 22px;
}

#BUTTON4>.ladi-button>.ladi-button-background {
  background-color: rgb(127, 116, 87);
}

#BUTTON4>.ladi-button {
  border-width: 0px;
  border-radius: 25px;
  border-style: solid;
  border-color: rgb(133, 117, 78);
}

#BUTTON_TEXT4 {
  width: 154px;
}

#BUTTON_TEXT4>.ladi-headline {
  font-family: VVRNIFRJTUVTLlRURg;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: center;
}

#IMAGE39,
#IMAGE39>.ladi-image>.ladi-image-background {
  width: 51px;
  height: 51px;
}

#IMAGE39>.ladi-image>.ladi-image-background {
  background-image: url("../images/hinh-giao-dien/giao-dien-18.gif");
}

#POPUP1 {
  width: 420px;
  height: 428px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}

#IMAGE36 {
  top: 114px;
  left: 99px;
}

#IMAGE36>.ladi-image>.ladi-image-background {
  background-image: url("../images/hinh-giao-dien/giao-dien-20.png");
}

body.lazyload .ladi-overlay,
body.lazyload .ladi-box,
body.lazyload .ladi-button-background,
body.lazyload .ladi-collection-item:before,
body.lazyload .ladi-countdown-background,
body.lazyload .ladi-form-item-background,
body.lazyload .ladi-form-label-container .ladi-form-label-item.image,
body.lazyload .ladi-frame-background,
body.lazyload .ladi-gallery-view-item,
body.lazyload .ladi-gallery-control-item,
body.lazyload .ladi-headline,
body.lazyload .ladi-image-background,
body.lazyload .ladi-image-compare,
body.lazyload .ladi-list-paragraph ul li:before,
body.lazyload .ladi-section-background,
body.lazyload .ladi-survey-option-background,
body.lazyload .ladi-survey-option-image,
body.lazyload .ladi-tabs-background,
body.lazyload .ladi-video-background,
body.lazyload .ladi-banner,
body.lazyload .ladi-spin-lucky-screen,
body.lazyload .ladi-spin-lucky-start {
  background-image: none !important;
}

.spin-animation {
  animation: spin 10s linear infinite;
  animation-delay: 2s;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

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

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

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

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

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Nút tròn, nền đen mờ */
#toggle-music {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: white;
  cursor: pointer;
  z-index: 1000;
  transition: background 0.5s ease;
}

#toggle-music:hover {
  background: rgba(0, 0, 0, 0.5);
}

/* Keyframes xoay */
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Heart fall (giữ nguyên nếu cần) */
@keyframes fall {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

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

.heart {
  position: fixed;
  color: red;
  font-size: 20px;
  top: -10px;
  z-index: 9999;
  pointer-events: none;
  animation: fall linear infinite;
}

