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;
}
.page-gallery .page-gallery-view > .next,
.page-gallery .page-gallery-view > .prev,
.page-gallery .page-gallery-view > .selected,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
    font-size: 12px;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background: #fff;
    font-family: Quicksand, sans-serif;
}
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;
}
.page-loading {
    width: 80px;
    height: 80px;
    z-index: 900000000000;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
}
.page-loading div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    animation: 1.2s linear infinite page-loading;
}
.page-loading div:first-child {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
}
.page-loading div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22px;
    left: 62px;
}
.page-loading div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
}
.page-loading div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
}
.page-loading div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
}
.page-loading div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
}
.page-loading div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
}
.page-loading div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
}
.page-loading div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
}
.page-loading div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66px;
    left: 37px;
}
.page-loading div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
}
.page-loading div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
}
@keyframes page-loading {
    0%,
    100%,
    20%,
    80% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}
.page-collection.carousel,
.page-form > [data-quantity="true"] .page-form-item-container,
.page-notify .page-notify-copyright svg:not(:root),
.overflow-hidden {
    overflow: hidden;
}
.page-transition {
    transition: 150ms linear;
}
.opacity-0,
[data-opacity="0"] {
    opacity: 0;
}
.height-0 {
    height: 0 !important;
}
.transition-readmore {
    transition: height 350ms linear;
}
.transition-collapse,
.transition-parent-collapse-height {
    transition: height 150ms linear;
}
.transition-parent-collapse-top {
    transition: top 150ms linear;
}
.pointer-events-none {
    pointer-events: none;
}
.ladipage-message {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000000000;
    background: rgba(0, 0, 0, 0.3);
}
.page-container,
.page-section {
    position: relative;
    margin: 0 auto;
}
.ladipage-message .ladipage-message-box {
    width: 400px;
    max-width: calc(100% - 50px);
    height: 160px;
    border: 1px solid rgba(0, 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 h1 {
    background-color: rgba(6, 21, 40, 0.05);
    color: #000;
    padding: 12px 15px;
    font-weight: 600;
    font-size: 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.ladipage-message .ladipage-message-box .ladipage-message-text {
    font-size: 14px;
    padding: 0 20px;
    margin-top: 10px;
    line-height: 18px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.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;
    font-weight: 600;
    cursor: pointer;
}
.page-wraper {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
}
.page-section .page-section-arrow-down {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    z-index: 90000040;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.page-section .page-section-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}
.page-container {
    height: 100%;
}
.page-element {
    position: absolute;
}
.page-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.page-banner,
.page-box,
.page-button,
.page-carousel,
.page-frame {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.page-carousel .page-carousel-content,
.page-collection .page-collection-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    transition: left 350ms ease-in-out;
}
.page-carousel .page-carousel-arrow,
.page-collection .page-collection-arrow,
.page-gallery .page-gallery-view .page-gallery-view-arrow {
    position: absolute;
    top: calc(50% - (33px) / 2);
    cursor: pointer;
    z-index: 90000040;
}
.page-carousel .page-carousel-arrow-left,
.page-collection .page-collection-arrow-left,
.page-gallery .page-gallery-view .page-gallery-view-arrow-left {
    left: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.page-carousel .page-carousel-arrow-right,
.page-collection .page-collection-arrow-right,
.page-gallery .page-gallery-view .page-gallery-view-arrow-right {
    right: 5px;
}
.page-button-group,
.page-collection,
.page-combobox,
.page-countdown,
.page-form,
.page-form .page-form-item-container,
.page-gallery,
.page-group,
.page-html-code,
.page-popup {
    position: absolute;
    width: 100%;
    height: 100%;
}
.page-gallery .page-gallery-control,
.page-gallery .page-gallery-view {
    position: absolute;
    overflow: hidden;
}
.page-gallery .page-gallery-view > .page-gallery-view-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
    transition: transform 0.5s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.page-form .page-button,
.page-gallery .page-gallery-view > .page-gallery-view-item.play-video,
[data-action="true"] {
    cursor: pointer;
}
.page-gallery .page-gallery-view > .page-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(https://w.ladicdn.com/source/ladipage-play.svg) center
    center/contain no-repeat;
    pointer-events: none;
    cursor: pointer;
}
.page-gallery .page-gallery-view > .page-gallery-view-item.next,
.page-gallery .page-gallery-view > .page-gallery-view-item.selected.right {
    left: 0;
    transform: translate3d(100%, 0, 0);
}
.page-gallery .page-gallery-view > .page-gallery-view-item.prev,
.page-gallery .page-gallery-view > .page-gallery-view-item.selected.left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
}
.page-gallery .page-gallery-view > .page-gallery-view-item.next.left,
.page-gallery .page-gallery-view > .page-gallery-view-item.prev.right,
.page-gallery .page-gallery-view > .page-gallery-view-item.selected {
    left: 0;
    transform: translate3d(0, 0, 0);
}
.page-gallery .page-gallery-view > .next.left,
.page-gallery .page-gallery-view > .prev.right,
.page-gallery .page-gallery-view > .selected {
    left: 0;
}
.page-gallery .page-gallery-view > .next,
.page-gallery .page-gallery-view > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.page-gallery .page-gallery-view > .next,
.page-gallery .page-gallery-view > .selected.right {
    left: 100%;
}
.page-gallery .page-gallery-view > .prev,
.page-gallery .page-gallery-view > .selected.left {
    left: -100%;
}
.page-gallery.page-gallery-top .page-gallery-view,
.page-table table {
    width: 100%;
}
.page-gallery.page-gallery-bottom .page-gallery-view,
.page-gallery.page-gallery-top .page-gallery-control {
    top: 0;
    width: 100%;
}
.page-gallery.page-gallery-bottom .page-gallery-control {
    width: 100%;
    bottom: 0;
}
.page-gallery.page-gallery-left .page-gallery-control,
.page-gallery.page-gallery-left .page-gallery-view,
.page-gallery.page-gallery-right .page-gallery-view {
    height: 100%;
}
.page-gallery.page-gallery-right .page-gallery-control {
    height: 100%;
    right: 0;
}
.page-gallery .page-gallery-control .page-gallery-control-arrow {
    position: absolute;
    cursor: pointer;
    z-index: 90000040;
}
.page-gallery.page-gallery-bottom
.page-gallery-control
.page-gallery-control-arrow,
.page-gallery.page-gallery-top
.page-gallery-control
.page-gallery-control-arrow {
    top: calc(50% - (33px) / 2);
}
.page-gallery.page-gallery-bottom
.page-gallery-control
.page-gallery-control-arrow-left,
.page-gallery.page-gallery-top
.page-gallery-control
.page-gallery-control-arrow-left {
    left: 0;
    transform: rotate(180deg) scale(0.6);
    -webkit-transform: rotate(180deg) scale(0.6);
}
.page-gallery.page-gallery-bottom
.page-gallery-control
.page-gallery-control-arrow-right,
.page-gallery.page-gallery-top
.page-gallery-control
.page-gallery-control-arrow-right {
    right: 0;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
}
.page-gallery.page-gallery-left
.page-gallery-control
.page-gallery-control-arrow,
.page-gallery.page-gallery-right
.page-gallery-control
.page-gallery-control-arrow {
    left: calc(50% - (33px) / 2);
}
.page-gallery.page-gallery-left
.page-gallery-control
.page-gallery-control-arrow-left,
.page-gallery.page-gallery-right
.page-gallery-control
.page-gallery-control-arrow-left {
    top: 0;
    transform: scale(0.6) rotate(270deg);
    -webkit-transform: scale(0.6) rotate(270deg);
}
.page-gallery.page-gallery-left
.page-gallery-control
.page-gallery-control-arrow-right,
.page-gallery.page-gallery-right
.page-gallery-control
.page-gallery-control-arrow-right {
    bottom: 0;
    transform: scale(0.6) rotate(90deg);
    -webkit-transform: scale(0.6) rotate(90deg);
}
.page-gallery .page-gallery-control .page-gallery-control-box,
.page-line {
    position: relative;
}
.page-gallery.page-gallery-bottom
.page-gallery-control
.page-gallery-control-box,
.page-gallery.page-gallery-top .page-gallery-control .page-gallery-control-box {
    display: -webkit-inline-flex;
    display: inline-flex;
    left: 0;
    transition: left 150ms ease-in-out;
}
.page-gallery.page-gallery-left .page-gallery-control .page-gallery-control-box,
.page-gallery.page-gallery-right
.page-gallery-control
.page-gallery-control-box {
    display: inline-grid;
    top: 0;
    transition: top 150ms ease-in-out;
}
.page-gallery
.page-gallery-control
.page-gallery-control-box
.page-gallery-control-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    position: relative;
    cursor: pointer;
    filter: invert(15%);
}
.page-gallery
.page-gallery-control
.page-gallery-control-box
.page-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(https://w.ladicdn.com/source/ladipage-play.svg) center
    center/contain no-repeat;
    pointer-events: none;
    cursor: pointer;
}
.page-gallery
.page-gallery-control
.page-gallery-control-box
.page-gallery-control-item.selected,
.page-gallery
.page-gallery-control
.page-gallery-control-box
.page-gallery-control-item:hover {
    filter: none;
}
.page-gallery
.page-gallery-control
.page-gallery-control-box
.page-gallery-control-item:last-child {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}
.page-table {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.page-notify .page-notify-copyright svg,
.page-table table td {
    vertical-align: middle;
}
.page-table tbody td {
    word-break: break-word;
}
.page-table table td img {
    cursor: pointer;
    width: 100%;
}
.page-banner .page-banner-background,
.page-button .page-button-background,
.page-frame .page-frame-background,
.page-popup .page-popup-background {
    height: 100%;
    width: 100%;
    pointer-events: none;
}
#SECTION_POPUP .page-container {
    z-index: 90000070;
}
#SECTION_POPUP .page-container > .page-element {
    z-index: 90000070;
    position: fixed;
    display: none;
}
#SECTION_POPUP .page-container > .page-element.hide-visibility {
    display: block !important;
    visibility: hidden !important;
}
#SECTION_POPUP .popup-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9000000080;
    cursor: pointer;
}
.page-countdown .page-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;
}
.page-countdown .page-countdown-text {
    position: absolute;
    width: 100%;
    height: 100%;
    text-decoration: inherit;
    display: table;
    pointer-events: none;
}
.page-button > .page-element .headline,
.page-countdown .page-countdown-text span {
    display: table-cell;
    vertical-align: middle;
}
.page-countdown > .page-element {
    text-decoration: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    position: relative;
    display: inline-block;
}
.page-countdown > .page-element:last-child {
    margin-right: 0 !important;
}
.page-button:active,
.page-cart .page-cart-action button:active,
.page-cart .page-cart-quantity button:active {
    transform: translateY(2px);
    transition: transform 0.2s linear;
}
.page-button > .page-element {
    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;
}
.page-collection .page-collection-content .page-collection-item {
    display: block;
    position: relative;
    float: left;
}
.page-collection .page-collection-content .page-collection-page {
    float: left;
}
.page-collection .page-collection-button-next {
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    z-index: 90000040;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.page-form > .page-element,
.page-form > .page-element .page-form-item-container,
.page-form
> .page-element
.page-form-item-container
.page-form-item
.page-form-checkbox-item
span[data-checked="true"],
.page-form
> .page-element
.page-form-item-container
.page-form-item
.page-form-control:not(.page-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;
}
.page-form .page-button > .page-element {
    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;
}
.page-combobox
.page-combobox-item-container
.page-combobox-item
.page-combobox-control,
.page-form .page-form-item .page-form-control {
    background-color: transparent;
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    font-size: inherit;
    width: 100%;
    max-width: 100%;
    padding: 0 5px;
    color: inherit;
}
.page-form > .page-element .page-form-item-container .page-form-item {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
}
.page-form
> .page-element
.page-form-item-container
.page-form-item-background {
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
}
.page-form
> .page-element
.page-form-item-container
.page-form-item
.page-form-control-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px 6px !important;
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    text-transform: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
}
.page-form
> .page-element
.page-form-item-container
.page-form-item
.page-form-control-select-2 {
    width: calc(100% / 2 - 5px);
    max-width: calc(100% / 2 - 5px);
    min-width: calc(100% / 2 - 5px);
}
.page-form
> .page-element
.page-form-item-container
.page-form-item
.page-form-control-select-2:nth-child(3),
.page-form
> .page-element
.page-form-item-container
.page-form-item
.page-form-control-select-3:nth-child(3),
.page-form
> .page-element
.page-form-item-container
.page-form-item
.page-form-control-select-3:nth-child(4) {
    margin-left: 7.5px;
}
.page-form
> .page-element
.page-form-item-container
.page-form-item
.page-form-control-select-3 {
    width: calc(100% / 3 - 5px);
    max-width: calc(100% / 3 - 5px);
    min-width: calc(100% / 3 - 5px);
}
.page-combobox
.page-combobox-item-container
.page-combobox-item
.page-combobox-control
option,
.page-form
> .page-element
.page-form-item-container
.page-form-item
.page-form-control-select
option {
    color: initial;
}
.page-combobox
.page-combobox-item-container
.page-combobox-item
.page-combobox-control:not([data-selected=""]),
.page-form
> .page-element
.page-form-item-container
.page-form-item
.page-form-control-select:not([data-selected=""]) {
    text-decoration: inherit;
}
.page-form
> .page-element
.page-form-item-container
.page-form-item
.page-form-checkbox-item {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    vertical-align: middle;
}
.page-form
> .page-element
.page-form-item-container
.page-form-item
.page-form-checkbox-item
span {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.page-form
> .page-element
.page-form-item-container
.page-form-item
.page-form-checkbox-item
span[data-checked="false"] {
    text-transform: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
}
.page-form .page-form-item-title-value {
    font-weight: 700;
    word-break: break-word;
}
.page-form .page-form-label-container {
    position: relative;
    width: 100%;
}
.page-form .page-form-label-container .page-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;
}
.page-form .page-form-label-container .page-form-label-item.image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.page-form .page-form-label-container .page-form-label-item.no-value {
    display: none !important;
}
.page-form .page-form-label-container .page-form-label-item.text.disabled {
    opacity: 0.35;
}
.page-form .page-form-label-container .page-form-label-item.image.disabled {
    opacity: 0.2;
}
.page-form .page-form-label-container .page-form-label-item.color.disabled {
    opacity: 0.15;
}
.page-form .page-form-label-container .page-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;
}
.page-form .page-form-label-container .page-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;
}
.page-form .page-form-item {
    width: 100%;
    height: 100%;
    position: absolute;
}
.page-form .page-form-item-background,
.page-video .page-video-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.page-form .page-form-item.page-form-checkbox {
    height: auto;
}
.page-form .page-form-item .page-form-control {
    height: 100%;
    border: none;
}
.page-form .page-form-item.page-form-checkbox {
    padding: 10px 5px;
}
.page-form
.page-form-item.page-form-checkbox.page-form-checkbox-vertical
.page-form-checkbox-item {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: table;
    border: none;
}
.page-form
.page-form-item.page-form-checkbox.page-form-checkbox-horizontal
.page-form-checkbox-item {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 10px !important;
    display: inline-block;
    border: none;
    position: relative;
}
.page-form .page-form-item.page-form-checkbox .page-form-checkbox-item input {
    vertical-align: middle;
    width: 13px;
    height: 13px;
    display: table-cell;
    margin-right: 5px;
}
.page-form .page-form-item.page-form-checkbox .page-form-checkbox-item span {
    display: table-cell;
    cursor: default;
    vertical-align: middle;
    word-break: break-word;
}
.page-form
.page-form-item.page-form-checkbox.page-form-checkbox-horizontal
.page-form-checkbox-item
input {
    position: absolute;
    top: 4px;
}
.page-form
.page-form-item.page-form-checkbox.page-form-checkbox-horizontal
.page-form-checkbox-item
span {
    padding-left: 18px;
}
.page-form .page-form-item textarea.page-form-control {
    resize: none;
    padding: 5px;
}
.page-form .page-button .headline {
    cursor: pointer;
    user-select: none;
}
.page-combobox .page-combobox-item-container {
    position: absolute;
    width: 100%;
    height: 100%;
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
}
.page-combobox .page-combobox-item-container .page-combobox-item-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
}
.page-combobox .page-combobox-item-container .page-combobox-item {
    width: 100%;
    height: 100%;
    position: absolute;
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
}
.page-combobox
.page-combobox-item-container
.page-combobox-item
.page-combobox-control {
    height: 100%;
    border: none;
    text-transform: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px 6px !important;
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
}
.page-cart {
    position: absolute;
    width: 100%;
    font-size: 12px;
}
.page-cart .page-cart-row {
    position: relative;
    display: inline-table;
    width: 100%;
}
.page-cart .page-cart-row:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #dcdcdc;
}
.page-cart .page-cart-no-product {
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
}
.page-cart .page-cart-image {
    width: 16%;
    vertical-align: middle;
    position: relative;
    text-align: center;
}
#POPUP_BLOG .headline img,
#POPUP_BLOG .page-paragraph img,
.page-cart .page-cart-image img {
    max-width: 100%;
}
.page-cart .page-cart-title {
    vertical-align: middle;
    padding: 0 5px;
    word-break: break-all;
}
.page-cart .page-cart-title .page-cart-title-name {
    display: block;
    margin-bottom: 5px;
    word-break: break-word;
}
.page-cart .page-cart-title .page-cart-title-variant {
    font-weight: 700;
    display: block;
    word-break: break-word;
}
.page-cart .page-cart-image .page-cart-image-quantity {
    position: absolute;
    top: -3px;
    right: -5px;
    background: rgba(150, 149, 149, 0.9);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 20px;
}
.page-cart .page-cart-quantity {
    width: 70px;
    vertical-align: middle;
    text-align: center;
}
.page-cart .page-cart-quantity-content {
    display: -webkit-inline-flex;
    display: inline-flex;
}
.page-cart .page-cart-quantity input {
    width: 24px;
    text-align: center;
    height: 22px;
    -moz-appearance: textfield;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.page-cart .page-cart-quantity input::-webkit-inner-spin-button,
.page-cart .page-cart-quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.page-cart .page-cart-quantity button {
    border: 1px solid #dcdcdc;
    cursor: pointer;
    text-align: center;
    width: 21px;
    height: 22px;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.page-cart .page-cart-quantity button span,
.page-form-quantity button span {
    font-size: 18px;
    position: relative;
    left: 0.5px;
}
.page-cart .page-cart-quantity button:first-child span,
.page-form-quantity button:first-child span {
    top: -1.2px;
}
.page-cart .page-cart-price {
    width: 100px;
    vertical-align: middle;
    text-align: right;
    padding: 0 10px 0 5px;
}
.page-cart .page-cart-row.has-promotion .page-cart-price span {
    text-decoration: line-through;
    display: block;
    margin-bottom: 3px;
}
.page-cart .page-cart-row.has-promotion .page-cart-price span.price-compare {
    text-decoration: none;
    color: #e85d04;
    font-weight: 700;
    margin-bottom: 0;
}
.page-cart .page-cart-row.has-promotion .page-cart-title span.promotion-name {
    margin-top: 5px;
    display: block;
    word-break: break-word;
}
.page-cart .page-cart-action {
    width: 28px;
    vertical-align: middle;
    text-align: center;
}
.page-cart .page-cart-action button {
    border: 1px solid #dcdcdc;
    cursor: pointer;
    text-align: center;
    width: 25px;
    height: 22px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.page-cart .page-cart-action button span {
    font-size: 13px;
    position: relative;
    top: 0.5px;
}
.page-video {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
}
.page-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.page-image {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}
.page-image .page-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;
}
.headline {
    width: 100%;
    display: inline-block;
    background-size: cover;
    background-position: center center;
}
.headline a,
.page-list-paragraph a,
.page-paragraph a {
    text-decoration: underline;
}
.page-list-paragraph,
.page-paragraph {
    width: 100%;
    display: inline-block;
}
.page-list-paragraph ul li {
    position: relative;
    counter-increment: linum;
}
.page-list-paragraph ul li:before {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
}
.page-list-paragraph ul li:last-child {
    padding-bottom: 0 !important;
}
.page-line .page-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:link,
a:visited {
    color: inherit;
}
.button-unmute {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.backdrop-popup,
.lightbox-screen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.button-unmute div {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2036%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m%2021.48%2C17.98%20c%200%2C-1.77%20-1.02%2C-3.29%20-2.5%2C-4.03%20v%202.21%20l%202.45%2C2.45%20c%20.03%2C-0.2%20.05%2C-0.41%20.05%2C-0.63%20z%20m%202.5%2C0%20c%200%2C.94%20-0.2%2C1.82%20-0.54%2C2.64%20l%201.51%2C1.51%20c%20.66%2C-1.24%201.03%2C-2.65%201.03%2C-4.15%200%2C-4.28%20-2.99%2C-7.86%20-7%2C-8.76%20v%202.05%20c%202.89%2C.86%205%2C3.54%205%2C6.71%20z%20M%209.25%2C8.98%20l%20-1.27%2C1.26%204.72%2C4.73%20H%207.98%20v%206%20H%2011.98%20l%205%2C5%20v%20-6.73%20l%204.25%2C4.25%20c%20-0.67%2C.52%20-1.42%2C.93%20-2.25%2C1.18%20v%202.06%20c%201.38%2C-0.31%202.63%2C-0.95%203.69%2C-1.81%20l%202.04%2C2.05%201.27%2C-1.27%20-9%2C-9%20-7.72%2C-7.72%20z%20m%207.72%2C.99%20-2.09%2C2.08%202.09%2C2.09%20V%209.98%20z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center center;
}
.page-hidden,
.lightbox-screen .lightbox-hidden,
[data-hidden="true"] {
    display: none;
}
.backdrop-popup {
    z-index: 90000060;
}
.lightbox-screen {
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 9000000080;
    background: rgba(0, 0, 0, 0.5);
}
.lightbox-screen .lightbox-close {
    position: absolute;
    z-index: 9000000090;
    cursor: pointer;
}
.page-animation-hidden {
    visibility: hidden !important;
}
.page-cart-number {
    position: absolute;
    top: -2px;
    right: -7px;
    background: #f36e36;
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    border-radius: 100%;
}
.page-form-quantity {
    display: -webkit-inline-flex;
    display: inline-flex;
    border-color: inherit;
}
.page-form
> .page-element
.page-form-item-container
.page-form-item.page-form-quantity
.page-form-control {
    text-align: center;
    pointer-events: none;
    -moz-appearance: textfield;
    width: calc(100% - 45px);
    padding: 0;
    min-width: 24px;
    border-top: 1px hidden;
    border-bottom: 1px hidden;
    border-color: inherit;
}
.page-form
> .page-element
.page-form-item-container
.page-form-item.page-form-quantity
input::-webkit-inner-spin-button,
.page-form
> .page-element
.page-form-item-container
.page-form-item.page-form-quantity
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.page-form-quantity button {
    border: 1px hidden;
    border-color: inherit;
    cursor: pointer;
    text-align: center;
    width: 30px;
    height: 100%;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.page-form [data-variant="true"] select option[disabled] {
    background: #fff;
    color: #b8b8b8 !important;
}
.page-story-page-progress-bar {
    width: 100%;
    height: 25px;
    position: fixed;
    top: 0;
    left: 0;
}
.page-story-page-progress-bar-item {
    height: 100%;
    width: 100%;
    display: block;
    float: left;
    margin: 0 5px;
    position: relative;
    cursor: pointer;
}
.page-story-page-progress-bar-item:before {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    width: 100%;
    height: 4px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.page-story-page-progress-bar-item.active:before {
    background: #fff;
}
.page-story-page-progress-bar-item span {
    background: #fff;
    border-radius: 10px;
    height: 4px;
    display: block;
    margin: auto 0;
    top: 0;
    bottom: 0;
    position: absolute;
    transition: width 0.3s linear;
    width: 0%;
}
.page-carousel .page-carousel-arrow,
.page-collection .page-collection-arrow,
.page-collection .page-collection-button-next,
.page-gallery .page-gallery-control .page-gallery-control-arrow,
.page-gallery .page-gallery-view .page-gallery-view-arrow,
.page-section .page-section-arrow-down {
    width: 33px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
#SECTION_POPUP .popup-close,
.lightbox-screen .lightbox-close {
    width: 18px;
    height: 18px;
    margin: 6px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20148.1%20148.1%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M83.4%2C74l54.1-54.1c2.6-2.6%2C2.6-6.8%2C0-9.3c-2.6-2.6-6.8-2.6-9.3%2C0L74%2C64.7L20%2C10.5c-2.6-2.6-6.8-2.6-9.3%2C0c-2.6%2C2.6-2.6%2C6.8%2C0%2C9.3l54%2C54.1l-54.1%2C54.1c-2.6%2C2.6-2.6%2C6.8%2C0%2C9.3c2.6%2C2.6%2C6.8%2C2.6%2C9.3%2C0l54.1-54l54.1%2C54.1c1.3%2C1.3%2C3%2C1.9%2C4.7%2C1.9s3.4-0.6%2C4.7-1.9c1.3-1.3%2C2-3.1%2C2-4.9c0-1.7-0.8-3.4-2-4.6L83.4%2C74z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
.page-notify .page-notify-content,
.page-notify .page-notify-title {
    height: 17px;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#BODY_BACKGROUND {
    position: fixed;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100vh !important;
}
.page-notify-transition {
    transition: top 0.5s ease-in-out, bottom 0.5s ease-in-out,
    opacity 0.5s ease-in-out;
}
.page-notify {
    padding: 5px;
    box-shadow: 0 0 1px rgba(64, 64, 64, 0.3), 0 8px 50px rgba(64, 64, 64, 0.05);
    border-radius: 40px;
    color: #404040;
    background: rgba(250, 250, 250, 0.9);
    line-height: 1.6;
    width: 100%;
    height: 100%;
    font-size: 13px;
}
.page-notify .page-notify-image img {
    float: left;
    margin-right: 13px;
    border-radius: 50%;
    width: 53px;
    height: 53px;
    pointer-events: none;
}
.page-notify .page-notify-title {
    font-size: 100%;
    overflow: hidden;
    font-weight: 700;
    overflow-wrap: break-word;
}
.page-notify .page-notify-content {
    font-size: 92.308%;
    overflow: hidden;
    overflow-wrap: break-word;
    padding-top: 2px;
}
.page-notify .page-notify-time {
    line-height: 1.6;
    font-size: 84.615%;
    display: inline-block;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 155px);
    overflow: hidden;
}
.page-notify .page-notify-copyright {
    font-size: 76.9231%;
    margin-left: 2px;
    position: relative;
    padding: 0 5px;
    cursor: pointer;
    opacity: 0.6;
    display: inline-block;
    top: -4px;
}
.page-spin-lucky .page-spin-lucky-screen:before,
.page-spin-lucky .page-spin-lucky-start {
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    position: absolute;
}
.page-notify .page-notify-copyright div {
    text-decoration: none;
    color: #404040;
    display: inline;
}
.page-notify .page-notify-copyright strong {
    font-weight: 700;
}
.builder-container .page-notify {
    transition: unset;
}
.page-spin-lucky {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    box-shadow: 0 0 7px 0 rgba(64, 64, 64, 0.6), 0 8px 50px rgba(64, 64, 64, 0.3);
    background-repeat: no-repeat;
    background-size: cover;
}
.page-spin-lucky .page-spin-lucky-start {
    right: 0;
    bottom: 0;
    margin: auto;
    width: 20%;
    height: 20%;
    cursor: pointer;
    background-size: contain;
    transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
}
.page-spin-lucky .page-spin-lucky-start:hover {
    transform: scale(1.1);
}
.page-spin-lucky .page-spin-lucky-screen {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transition: transform 7s cubic-bezier(0.25, 0.1, 0, 1);
    -webkit-transition: transform 7s cubic-bezier(0.25, 0.1, 0, 1);
    text-decoration-line: inherit;
    -webkit-text-decoration-line: inherit;
    text-transform: inherit;
}
.page-spin-lucky .page-spin-lucky-screen:before {
    background-size: cover;
    content: "";
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.page-spin-lucky .page-spin-lucky-label {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    width: 42%;
    padding-left: 12%;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    text-decoration-line: inherit;
    -webkit-text-decoration-line: inherit;
    text-transform: inherit;
    line-height: 1.6;
    text-shadow: rgba(0, 0, 0, 0.5) 1px 0 2px;
}
@media (min-width: 768px) {
    .page-fullwidth {
        width: 100vw !important;
        left: calc(-50vw + 50%) !important;
        box-sizing: border-box !important;
        transform: none !important;
    }
    .page-fullwidth .page-gallery-view-item {
        transition-duration: 1.5s;
    }
    .page-section .page-container {
        width: 960px;
    }
    #POPUP1582,
    #POPUP1606 {
        bottom: 0;
        right: 0;
        margin: auto;
        top: 0;
        left: 0;
    }
    #SECTION1134 > .page-section-background,
    #SECTION1642 > .page-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-position: center top;
        background-repeat: repeat;
    }
    #GROUP1702,
    #GROUP1703 {
        height: 216px;
        top: 116.244px;
    }
    #GROUP1720,
    #GROUP1721,
    #GROUP1724 {
        height: 127px;
        top: 334.008px;
    }
    #GROUP1759,
    #GROUP1763 {
        height: 277.5px;
        top: 391.008px;
    }
    #BUTTON1183,
    #BUTTON1771 {
        width: 182px;
        left: 377.5px;
    }
    #GROUP1775,
    #GROUP1779 {
        width: 263px;
        height: 346.294px;
        top: 154.206px;
    }
    #SECTION_POPUP {
        height: 0;
    }
    #BUTTON_TEXT542 > .headline {
        font-family: Montserrat, sans-serif;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON542 {
        width: 244.328px;
        height: 45px;
        top: 428.932px;
        left: 81.3425px;
    }
    #BUTTON542 > .page-button > .page-button-background {
        background: #ff597c;
        background: -webkit-linear-gradient(180deg, #ff597c, #f7150a);
        background: linear-gradient(180deg, #ff597c, #f7150a);
    }
    #BUTTON542 > .page-button {
        box-shadow: 0 15px 20px -13px #03183e;
        -webkit-box-shadow: 0 15px 20px -13px #03183e;
        border-radius: 1000px;
    }
    #BUTTON542.page-animation > .page-button {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }
    #FORM_ITEM544 {
        width: 407.013px;
        height: 45px;
        top: 0;
        left: 1.1103px;
    }
    #FORM_ITEM545 {
        width: 196.478px;
        height: 45px;
        top: 52.3947px;
        left: 1.1103px;
    }
    #FORM_ITEM546 {
        width: 205.41px;
        height: 45px;
        top: 52.3947px;
        left: 204.101px;
    }
    #FORM_ITEM547 {
        width: 407.013px;
        height: 65.1127px;
        top: 347.205px;
        left: 0;
    }
    #FORM_ITEM548 {
        width: 407.013px;
        height: 45px;
        top: 105.184px;
        left: 0.6168px;
    }
    #FORM_ITEM549 {
        width: 408px;
        height: 74px;
        top: 157.776px;
        left: 1.10993px;
    }
    #FORM_ITEM549 .page-form-checkbox-item,
    #FORM_ITEM550 .page-form-checkbox-item {
        margin: 5px;
    }
    #FORM_ITEM550 {
        width: 408px;
        height: 47px;
        top: 239.45px;
        left: 1.837px;
    }
    #FORM_ITEM551 {
        width: 407.674px;
        height: 45px;
        top: 294.474px;
        left: 0;
    }
    #FORM541 {
        width: 409.837px;
        height: 473.932px;
        top: 87.526px;
        left: 37.9307px;
    }
    #FORM1622 > .page-form,
    #FORM541 > .page-form {
        color: #000;
        font-size: 14px;
        line-height: 1.6;
    }
    #FORM541
    .page-form
    .page-form-item.page-form-checkbox
    .page-form-checkbox-item
    span[data-checked="false"],
    #FORM541 .page-form-item .page-form-control::placeholder {
        color: #000;
    }
    #FORM1622 .page-form-item.page-form-checkbox,
    #FORM541 .page-form-item {
        padding-left: 14px;
        padding-right: 14px;
    }
    #FORM541 .page-form-item.page-form-checkbox {
        padding-left: 19px;
        padding-right: 19px;
    }
    #FORM541 .page-form-item-container .page-form-item .page-form-control-select {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(0%2C%200%2C%200%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }
    #FORM541 .page-form-item-container,
    #FORM541 .page-form-label-container .page-form-label-item {
        border-color: #eee;
        border-width: 1px;
        border-radius: 0;
    }
    #POPUP1582,
    #POPUP1582 > .page-popup > .page-overlay,
    #POPUP1606,
    #POPUP1606 > .page-popup > .page-overlay {
        border-radius: 10px;
    }
    #FORM1622 .page-form-item-container .page-form-quantity button,
    #FORM541 .page-form-item-container .page-form-quantity button {
        background-color: #eee;
    }
    #FORM1598 .page-form-item-background,
    #FORM1622 .page-form-item-background,
    #FORM541 .page-form-item-background,
    #FRAME1671 > .page-frame > .page-frame-background {
        background-color: #fff;
    }
    #HEADLINE552 {
        width: 410px;
        top: 41.5256px;
        left: 36.9307px;
    }
    #HEADLINE552 > .headline {
        color: #051f4d;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        line-height: 1.4;
    }
    #SECTION1134 {
        height: 620.492px;
    }
    #SECTION1134 > .page-section-background {
        background-image: url("/theme1/images/slider-redi-new-20210823034628.jpg");
    }
    #SECTION1135 {
        height: 551px;
    }
    #HEADLINE1136 {
        width: 253px;
        top: 0;
        left: 0;
    }
    #HEADLINE1136 > .headline {
        font-family: Oswald, sans-serif;
        color: #fff;
        font-size: 40px;
        text-align: center;
        line-height: 1.6;
    }
    #HEADLINE1137 {
        width: 353px;
        top: 100px;
        left: 0;
    }
    #HEADLINE1137 > .headline {
        font-family: Oswald, sans-serif;
        color: #fff;
        font-size: 29px;
        text-align: center;
        line-height: 1.6;
    }
    #LINE1138 {
        width: 227px;
        top: 64px;
        left: 13px;
    }
    #LINE1138 > .page-line > .page-line-container {
        border-top: 4px solid #f44025;
        border-right: 4px solid #f44025;
        border-bottom: 4px solid #f44025;
        border-left: 0 !important;
    }
    #LINE1138 > .page-line,
    #LINE1203 > .page-line,
    #LINE1675 > .page-line,
    #LINE1680 > .page-line {
        width: 100%;
        padding: 8px 0;
    }
    #HEADLINE1163 {
        width: 133px;
        top: 182.294px;
        left: 49.3895px;
    }
    #HEADLINE1163 > .headline,
    #HEADLINE1778 > .headline,
    #HEADLINE1782 > .headline {
        font-family: Oswald, sans-serif;
        color: #273f85;
        font-size: 20px;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.6;
    }
    #PARAGRAPH1165 {
        width: 232px;
        top: 246.294px;
        left: 0;
    }
    #PARAGRAPH1165 > .page-paragraph,
    #PARAGRAPH1776 > .page-paragraph,
    #PARAGRAPH1780 > .page-paragraph {
        color: #4c4c4c;
        font-size: 16px;
        line-height: 1.6;
    }
    #PARAGRAPH1182 {
        width: 477px;
        top: 380.33px;
        left: 230px;
    }
    #PARAGRAPH1182 > .page-paragraph {
        color: #4c4c4c;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON_TEXT1183 {
        width: 182px;
        top: 9px;
        left: 0;
    }
    #BUTTON_TEXT1183 > .headline,
    #BUTTON_TEXT1197 > .headline,
    #BUTTON_TEXT1623 > .headline,
    #BUTTON_TEXT1715 > .headline,
    #BUTTON_TEXT1730 > .headline,
    #BUTTON_TEXT1771 > .headline {
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6;
    }
    #HEADLINE1201 > .headline,
    #HEADLINE1202 > .headline {
        font-size: 39px;
        color: #fff;
        text-align: center;
        line-height: 1.6;
        font-family: Oswald, sans-serif;
    }
    #BUTTON1183 {
        height: 39px;
        top: 453.83px;
    }
    #BUTTON1183 > .page-button > .page-button-background,
    #BUTTON1715 > .page-button > .page-button-background,
    #BUTTON1730 > .page-button > .page-button-background,
    #BUTTON1771 > .page-button > .page-button-background {
        background: #ff5c7e;
        background: -webkit-linear-gradient(180deg, #ff5c7e, #f7150a);
        background: linear-gradient(180deg, #ff5c7e, #f7150a);
    }
    #BUTTON1183 > .page-button,
    #BUTTON1197 > .page-button {
        box-shadow: 0 15px 22px -19px #010101;
        -webkit-box-shadow: 0 15px 22px -19px #010101;
        border-radius: 1000px;
    }
    #BUTTON1183.page-animation > .page-button,
    #BUTTON1197.page-animation > .page-button,
    #BUTTON1715.page-animation > .page-button,
    #BUTTON1730.page-animation > .page-button,
    #BUTTON1771.page-animation > .page-button {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }
    #SHAPE1194 {
        width: 17.3904px;
        height: 19.8159px;
        top: 417.282px;
        left: 459.805px;
    }
    #SHAPE1194 svg:last-child {
        fill: rgba(160, 160, 160, 1);
    }
    #BUTTON_TEXT1197 {
        width: 198px;
        top: 9px;
        left: 0;
    }
    #BUTTON1197 {
        width: 182px;
        height: 45px;
        top: 479.021px;
        left: 102.156px;
    }
    #BUTTON1197 > .page-button > .page-button-background {
        background: #ff587c;
        background: -webkit-linear-gradient(180deg, #ff587c, #f7150a);
        background: linear-gradient(180deg, #ff587c, #f7150a);
    }
    #HEADLINE1201 {
        width: 379px;
        top: 0;
        left: 248px;
    }
    #HEADLINE1201 > .headline {
        font-weight: 700;
    }
    #HEADLINE1202 {
        width: 875px;
        top: 51px;
        left: 0;
    }
    #LINE1203 {
        width: 172px;
        top: 113px;
        left: 346.5px;
    }
    #LINE1203 > .page-line > .page-line-container {
        border-top: 3px solid #dadada;
        border-right: 3px solid #dadada;
        border-bottom: 3px solid #dadada;
        border-left: 0 !important;
    }
    #PARAGRAPH1208 {
        width: 713px;
        top: 227.008px;
        left: 123px;
    }
    #PARAGRAPH1208 > .page-paragraph {
        color: #fff;
        font-size: 15px;
        text-align: center;
        line-height: 1.6;
    }
    #GROUP1572 {
        width: 875px;
        height: 132px;
        top: 85.008px;
        left: 42px;
    }
    #POPUP1582 {
        width: 487.85px;
        height: 346px;
    }
    #POPUP1582 > .page-popup > .page-popup-background,
    #POPUP1606 > .page-popup > .page-popup-background {
        background: #012767;
        background: -webkit-linear-gradient(335deg, #012767, #0ca596);
        background: linear-gradient(335deg, #012767, #0ca596);
        border-radius: 10px;
    }
    #BUTTON_TEXT1599 {
        width: 194px;
        top: 9px;
        left: 0;
    }
    #BUTTON_TEXT1599 > .headline,
    #HEADLINE1681 > .headline {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON1599 {
        width: 195.372px;
        height: 45px;
        top: 163px;
        left: 96.5685px;
    }
    #BUTTON1599 > .page-button > .page-button-background {
        background: #ff5a7d;
        background: -webkit-linear-gradient(180deg, #ff5a7d, #f7150a);
        background: linear-gradient(180deg, #ff5a7d, #f7150a);
    }
    #BUTTON1599 > .page-button {
        box-shadow: 0 15px 20px -13px #031c4a;
        -webkit-box-shadow: 0 15px 20px -13px #031c4a;
        border-radius: 1000px;
    }
    #FORM_ITEM1601 {
        width: 387.386px;
        height: 45px;
        top: 0;
        left: 0.863467px;
    }
    #FORM_ITEM1602 {
        width: 190.027px;
        height: 45px;
        top: 51px;
        left: 198.222px;
    }
    #FORM_ITEM1603 {
        width: 190.552px;
        height: 45px;
        top: 51px;
        left: 0;
    }
    #FORM_ITEM1604 {
        width: 388.509px;
        height: 45px;
        top: 103px;
        left: 0.863467px;
    }
    #FORM1598 {
        width: 389.372px;
        height: 208px;
        top: 101px;
        left: 49.2388px;
    }
    #FORM1598 > .page-form {
        color: #3c3c3c;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 1.6;
    }
    #FORM1598
    .page-form
    .page-form-item.page-form-checkbox
    .page-form-checkbox-item
    span[data-checked="false"],
    #FORM1598 .page-form-item .page-form-control::placeholder {
        color: #3c3c3c;
    }
    #FORM1598 .page-form-item {
        padding-left: 8px;
        padding-right: 8px;
    }
    #FORM1598 .page-form-item.page-form-checkbox {
        padding-left: 13px;
        padding-right: 13px;
    }
    #FORM1598
    .page-form-item-container
    .page-form-item
    .page-form-control-select {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(60%2C%2060%2C%2060%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }
    #FORM1598 .page-form-item-container,
    #FORM1598 .page-form-label-container .page-form-label-item {
        border-color: #b4b4b4;
        border-width: 1px;
        border-radius: 0;
    }
    #FORM1598 .page-form-item-container .page-form-quantity button {
        background-color: #b4b4b4;
    }
    #HEADLINE1605 {
        width: 254px;
        top: 36px;
        left: 116.493px;
    }
    #HEADLINE1605 > .headline {
        color: #fff;
        font-size: 26px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1.6;
    }
    #IMAGE1607 {
        width: 532.85px;
        height: 500px;
        top: 41.5256px;
        left: 613px;
    }
    #IMAGE1607 > .page-image > .page-image-background {
        width: 532.85px;
        height: 500px;
        top: 0;
        left: 0;
        background-image: url("https://w.ladicdn.com/s850x850/5cfdd81ce1f7ba38c4636bc9/logo-icolanguage-wn-20200208043904.png");
    }
    #IMAGE1607 > .page-image {
        opacity: 0.3;
    }
    #POPUP1606 {
        width: 505.85px;
        height: 597px;
    }
    #BUTTON_TEXT1623 {
        width: 254px;
        top: 9px;
        left: 0;
    }
    #BUTTON1623 {
        width: 224.383px;
        height: 45px;
        top: 406px;
        left: 96.8085px;
    }
    #BUTTON1623 > .page-button > .page-button-background {
        background: #ff5b7d;
        background: -webkit-linear-gradient(180deg, #ff5b7d, #f7150a);
        background: linear-gradient(180deg, #ff5b7d, #f7150a);
    }
    #BUTTON1623 > .page-button {
        border-radius: 1000px;
    }
    #FORM_ITEM1625 {
        width: 418px;
        height: 45px;
        top: 0;
        left: 0;
    }
    #FORM_ITEM1626 {
        width: 418px;
        height: 45px;
        top: 102.6px;
        left: 0;
    }
    #FORM_ITEM1627 {
        width: 418px;
        height: 85px;
        top: 306px;
        left: 0;
    }
    #FORM_ITEM1628 {
        width: 418px;
        height: 45px;
        top: 153.4px;
        left: 0;
    }
    #FORM_ITEM1629 {
        width: 418px;
        height: 45px;
        top: 204.2px;
        left: 0;
    }
    #FORM_ITEM1630 {
        width: 418px;
        height: 45px;
        top: 51.8px;
        left: 0;
    }
    #FORM_ITEM1631 {
        width: 418px;
        height: 45px;
        top: 255px;
        left: 1.0031px;
    }
    #FORM1622 {
        width: 419.003px;
        height: 451px;
        top: 106.5px;
        left: 43.4235px;
    }
    #FORM1622
    .page-form
    .page-form-item.page-form-checkbox
    .page-form-checkbox-item
    span[data-checked="false"],
    #FORM1622 .page-form-item .page-form-control::placeholder {
        color: #000;
    }
    #FORM1622 .page-form-item {
        padding-left: 9px;
        padding-right: 9px;
    }
    #FORM1622
    .page-form-item-container
    .page-form-item
    .page-form-control-select {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20%23000%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }
    #FORM1622 .page-form-item-container,
    #FORM1622 .page-form-label-container .page-form-label-item {
        border: 1px solid #eee;
    }
    #HEADLINE1632 {
        width: 324px;
        top: 24.5px;
        left: 90.925px;
    }
    #HEADLINE1632 > .headline {
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.6;
    }
    #SECTION1642 {
        height: 150px;
    }
    #SECTION1642 > .page-section-background {
        /*background-image: url("/theme1/images/home-version-one-footer-banner-20210823130035.png");*/
        background-color: #667eea;
        /*background: linear-gradient(180deg, #fff, #667eea)*/
        margin: auto;
        display: flex;
        justify-content: center; /* căn giữa theo chiều ngang */
        align-items: center;
        color: #fff;
        font-weight: bold;
    }
    #HEADLINE1644 {
        width: 451px;
        top: 75.33px;
        left: 3.06581px;
    }
    #HEADLINE1644 > .headline {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        text-align: left;
        line-height: 1.4;
    }
    #GROUP1657 {
        width: 433px;
        height: 112.174px;
        top: 75.33px;
        left: 585.066px;
    }
    #HEADLINE1658 {
        width: 283px;
        top: 0;
        left: 0;
    }
    #HEADLINE1658 > .headline {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        text-align: left;
        line-height: 1.2;
    }
    #GROUP1659 {
        width: 243.65px;
        height: 22.6801px;
        top: 54.5px;
        left: 1px;
    }
    #HEADLINE1660 {
        width: 211px;
        top: 0;
        left: 32.65px;
    }
    #HEADLINE1660 > .headline,
    #HEADLINE1663 > .headline,
    #HEADLINE1666 > .headline,
    #HEADLINE1669 > .headline {
        color: #fff;
        font-size: 14px;
        text-align: left;
        line-height: 1.4;
    }
    #SHAPE1661 {
        width: 22.6801px;
        height: 22.6801px;
        top: 0;
        left: 0;
    }
    #SHAPE1661 svg:last-child,
    #SHAPE1664 svg:last-child,
    #SHAPE1667 svg:last-child,
    #SHAPE1670 svg:last-child,
    #SHAPE1700 svg:last-child,
    #SHAPE1704 svg:last-child,
    #SHAPE1710 svg:last-child {
        fill: rgba(255, 255, 255, 1);
    }
    #GROUP1662 {
        width: 242.65px;
        height: 19px;
        top: 87.059px;
        left: 2px;
    }
    #HEADLINE1663 {
        width: 211px;
        top: 0;
        left: 31.65px;
    }
    #SHAPE1664 {
        width: 18.4385px;
        height: 18.4658px;
        top: 0;
        left: 0;
    }
    #GROUP1665 {
        width: 176px;
        height: 22px;
        top: 50.5px;
        left: 251px;
    }
    #HEADLINE1666 {
        width: 141px;
        top: 3px;
        left: 35px;
    }
    #SHAPE1667 {
        width: 21.3362px;
        height: 21.3362px;
        top: 0;
        left: 0;
    }
    #GROUP1668 {
        width: 179.65px;
        height: 24.6135px;
        top: 87.56px;
        left: 253.35px;
    }
    #HEADLINE1669 {
        width: 147px;
        top: 0;
        left: 32.65px;
    }
    #SHAPE1670 {
        width: 22.2998px;
        height: 24.6135px;
        top: 0;
        left: 0;
    }
    #FRAME1671 {
        width: 196px;
        height: 41.306px;
        top: 208.524px;
        left: 587.066px;
    }
    #IMAGE1672 {
        width: 35.5258px;
        height: 22.6523px;
        top: 9.805px;
        left: 60.688px;
    }
    #IMAGE1672 > .page-image > .page-image-background {
        width: 35.5258px;
        height: 22.6523px;
        top: 0;
        left: 0;
        background-image: url("https://w.ladicdn.com/5c7362c6c417ab07e5196b05/mastercard-20200311062250-20200312040745.svg");
    }
    #IMAGE1673 {
        width: 35.526px;
        height: 22.6523px;
        top: 9.805px;
        left: 18.532px;
    }
    #IMAGE1673 > .page-image > .page-image-background {
        width: 35.526px;
        height: 22.6523px;
        top: 0;
        left: 0;
        background-image: url("https://w.ladicdn.com/5c7362c6c417ab07e5196b05/visa-20200311062250-20200312040726.svg");
    }
    #IMAGE1674 {
        width: 79.4545px;
        height: 30.4573px;
        top: 6px;
        left: 100.214px;
    }
    #IMAGE1674 > .page-image > .page-image-background {
        width: 79.4545px;
        height: 30.4573px;
        top: 0;
        left: 0;
        background-image: url("https://w.ladicdn.com/5c7362c6c417ab07e5196b05/bo-cong-thuong-20200311062345-20200312040731.svg");
    }
    #LINE1675 {
        width: 960px;
        top: 290.83px;
        left: 0;
    }
    #LINE1675 > .page-line > .page-line-container {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        border-left: 0 !important;
    }
    #HEADLINE1676 {
        width: 391px;
        top: 327.83px;
        left: 305.066px;
    }
    #HEADLINE1676 > .headline {
        color: rgba(255, 255, 255, 0.9);
        font-size: 12px;
        text-align: center;
        line-height: 1.2;
    }
    #SECTION1677 {
        height: 448.492px;
    }
    #SECTION1677 > .page-section-background {
        background: #fff;
        background: -webkit-linear-gradient(180deg, #fff, #667eea);
        background: linear-gradient(180deg, #fff, #667eea);
    }
    #HEADLINE1678 {
        width: 750px;
        top: 0;
        left: 0;
    }
    #HEADLINE1678 > .headline {
        color: #000;
        font-size: 20px;
        text-align: center;
        line-height: 1.6;
    }
    #LINE1680 {
        width: 227px;
        top: 34.374px;
        left: 261.5px;
    }
    #LINE1680 > .page-line > .page-line-container {
        border-top: 6px solid #f44025;
        border-right: 6px solid #f44025;
        border-bottom: 6px solid #f44025;
        border-left: 0 !important;
    }
    #HEADLINE1681 {
        width: 401px;
        top: 225px;
        left: -7.344px;
    }
    #SECTION1682 {
        height: 650px;
    }
    #GROUP1683 {
        width: 750px;
        height: 64px;
        top: 42.672px;
        left: 105px;
    }
    #SHAPE1684,
    #SHAPE1690,
    #SHAPE1694 {
        width: 80px;
        height: 80px;
        top: 0;
        left: 92px;
    }
    #SHAPE1684 svg:last-child {
        fill: rgba(4, 127, 114, 1);
    }
    #HEADLINE1685,
    #HEADLINE1691,
    #HEADLINE1695 {
        width: 264px;
        top: 80px;
        left: 0;
    }
    #HEADLINE1685 > .headline,
    #HEADLINE1691 > .headline,
    #HEADLINE1695 > .headline {
        color: #000;
        font-size: 30px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6;
    }
    #PARAGRAPH1686,
    #PARAGRAPH1692,
    #PARAGRAPH1696 {
        width: 230px;
        top: 127px;
        left: 17px;
    }
    #PARAGRAPH1686 > .page-paragraph,
    #PARAGRAPH1692 > .page-paragraph,
    #PARAGRAPH1696 > .page-paragraph {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6;
    }
    #GROUP1688 {
        width: 264px;
        height: 229px;
        top: 151.326px;
        left: 57.5px;
    }
    #SHAPE1690 svg:last-child {
        fill: rgba(244, 64, 37, 1);
    }
    #GROUP1689 {
        width: 264px;
        height: 177px;
        top: 177.326px;
        left: 640.5px;
    }
    #SHAPE1694 svg:last-child {
        fill: rgba(255, 46, 1, 1);
    }
    #GROUP1693 {
        width: 264px;
        height: 203px;
        top: 164.326px;
        left: 336.5px;
    }
    #HEADLINE1697 {
        width: 799px;
        top: 39.091px;
        left: 80.5px;
    }
    #HEADLINE1697 > .headline {
        color: #000;
        font-size: 29px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6;
    }
    #SHAPE1700,
    #SHAPE1704 {
        width: 80px;
        height: 80px;
        top: 0;
        left: 70px;
    }
    #HEADLINE1701 {
        width: 224px;
        top: 89px;
        left: 0;
    }
    #HEADLINE1701 > .headline,
    #HEADLINE1705 > .headline,
    #HEADLINE1711 > .headline {
        color: #fff;
        font-size: 16px;
        line-height: 1.6;
    }
    #GROUP1702 {
        width: 224px;
        left: 77.5px;
    }
    #HEADLINE1705 {
        width: 231px;
        top: 89px;
        left: 0;
    }
    #GROUP1703 {
        width: 231px;
        left: 367.5px;
    }
    #SHAPE1710 {
        width: 80px;
        height: 66px;
        top: 0;
        left: 70px;
    }
    #HEADLINE1711 {
        width: 220px;
        top: 78px;
        left: 0;
    }
    #GROUP1709 {
        width: 220px;
        height: 205px;
        top: 127.244px;
        left: 662.5px;
    }
    #BUTTON_TEXT1715,
    #BUTTON_TEXT1730,
    #BUTTON_TEXT1771 {
        width: 178px;
        top: 9px;
        left: 0;
    }
    #BUTTON1715 {
        width: 182px;
        height: 45px;
        top: 358.6px;
        left: 389px;
    }
    #BUTTON1715 > .page-button,
    #BUTTON1730 > .page-button,
    #BUTTON1771 > .page-button {
        box-shadow: 0 15px 22px -19px #010101;
        -webkit-box-shadow: 0 15px 22px -19px #010101;
        border: 2px solid #fff;
        border-radius: 1000px;
    }
    #HEADLINE1718,
    #HEADLINE1725,
    #HEADLINE1728 {
        width: 165px;
        top: 0;
        left: 0;
    }
    #HEADLINE1718 > .headline,
    #HEADLINE1722 > .headline,
    #HEADLINE1725 > .headline,
    #HEADLINE1728 > .headline {
        font-family: Oswald, sans-serif;
        color: #f44025;
        font-size: 39px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6;
        text-shadow: #000 1px 2px 3px;
    }
    #HEADLINE1719 {
        width: 134px;
        top: 62px;
        left: 15.5px;
    }
    #HEADLINE1719 > .headline,
    #HEADLINE1723 > .headline,
    #HEADLINE1726 > .headline,
    #HEADLINE1729 > .headline {
        font-family: Oswald, sans-serif;
        color: #fff;
        font-size: 21px;
        text-align: center;
        line-height: 1.6;
    }
    #GROUP1720 {
        width: 165px;
        left: 94px;
    }
    #HEADLINE1722 {
        width: 165px;
        top: 0;
        left: 25px;
    }
    #HEADLINE1723 {
        width: 215px;
        top: 62px;
        left: 0;
    }
    #GROUP1721 {
        width: 215px;
        left: 269.667px;
    }
    #HEADLINE1726,
    #HEADLINE1729 {
        width: 105px;
        top: 62px;
        left: 30px;
    }
    #GROUP1724 {
        width: 165px;
        left: 495.333px;
    }
    #GROUP1727 {
        width: 165px;
        height: 128px;
        top: 334.008px;
        left: 671px;
    }
    #BUTTON1730 {
        width: 182px;
        height: 45px;
        top: 505.008px;
        left: 389px;
    }
    #HEADLINE1732 {
        width: 379px;
        top: 10.728px;
        left: 347.5px;
    }
    #HEADLINE1732 > .headline {
        font-family: Oswald, sans-serif;
        color: #f44025;
        font-size: 39px;
        font-weight: 700;
        text-align: left;
        line-height: 1.6;
    }
    #PARAGRAPH1746 {
        width: 346px;
        top: 120.151px;
        left: 3.06581px;
    }
    #PARAGRAPH1746 > .page-paragraph {
        color: #fff;
        font-size: 16px;
        line-height: 1.6;
    }
    #GROUP1748 {
        width: 253px;
        height: 84px;
        top: 8px;
        left: 49.656px;
    }
    #SECTION1749 {
        height:690px;
    }
    #IMAGE1752 {
        width: 202.398px;
        height: 84.395px;
        top: 46.3106px;
        left: 577px;
    }
    #IMAGE1752 > .page-image > .page-image-background {
        width: 202.398px;
        height: 84.395px;
        top: 0;
        left: 0;
        background-image: url("/theme1/images/title-about-20210823035017.png");
    }
    #PARAGRAPH1753 {
        width: 412px;
        top: 156.37px;
        left: 489px;
    }
    #PARAGRAPH1753 > .page-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6;
    }
    #IMAGE1754,
    #IMAGE1764 {
        width: 81px;
        height: 82.62px;
        top: 0;
        left: 110px;
    }
    #IMAGE1754 > .page-image > .page-image-background {
        width: 81px;
        height: 82.62px;
        top: 0;
        left: 0;
        background-image: url("/theme1/images/icon-1-hover-20210823035702.png");
    }
    #HEADLINE1755,
    #HEADLINE1765 {
        /*width: 208px;*/
        top: 93.84px;
        left: 46.5px;
    }
    #HEADLINE1755 > .headline,
    #HEADLINE1761 > .headline,
    #HEADLINE1765 > .headline {
        color: #000;
        font-size: 21px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6;
    }
    #PARAGRAPH1757,
    #PARAGRAPH1766 {
        width: 301px;
        top: 127.5px;
        left: 0;
    }
    #PARAGRAPH1757 > .page-paragraph,
    #PARAGRAPH1762 > .page-paragraph,
    #PARAGRAPH1766 > .page-paragraph {
        color: #000;
        font-size: 16px;
        text-align: justify;
        line-height: 1.6;
    }
    #GROUP1758 {
        width: 301px;
        height: 306px;
        top: 391.008px;
        left: 0;
    }
    #IMAGE1760 {
        width: 81px;
        height: 82.62px;
        top: 0;
        left: 113px;
    }
    #IMAGE1760 > .page-image > .page-image-background {
        width: 81px;
        height: 82.62px;
        top: 0;
        left: 0;
        background-image: url("/theme1/images/icon-2-hover-20210823083545.png");
    }
    #HEADLINE1761 {
        width: 307px;
        top: 93.84px;
        left: 0;
    }
    #PARAGRAPH1762 {
        width: 301px;
        top: 127.5px;
        left: 3px;
    }
    #GROUP1759 {
        width: 307px;
        left: 324px;
    }
    #IMAGE1764 > .page-image > .page-image-background {
        width: 81px;
        height: 82.62px;
        top: 0;
        left: 0;
        background-image: url("/theme1/images/icon-3-hover-20210823083555.png");
    }
    #GROUP1763 {
        width: 301px;
        left: 659px;
    }
    #IMAGE1769 {
        width: 337.99px;
        height: 314.375px;
        top: 57.9949px;
        left: 64px;
    }
    #IMAGE1769 > .page-image > .page-image-background {
        width: 337.99px;
        height: 314.375px;
        top: 0;
        left: 0;
        background-image: url("/theme1/images/home-version-one-main-banner-side-img-20210823100039.png");
    }
    #SECTION1770 {
        height: 740.9px;
    }
    #SECTION1770 > .page-section-background {
        /*background-size: cover;*/
        /*background-attachment: scroll;*/
        /*background-origin: content-box;*/
        /*background-image: url("/theme1/images/home-version-one-main-banner-20210823104355.jpg");*/
        /*background-position: center top;*/
        /*background-repeat: repeat;*/
        background: #fff;
        background: -webkit-linear-gradient(180deg, #fff, #667eea);
        background: linear-gradient(180deg, #fff, #667eea);
    }
    #BUTTON1771 {
        height: 45px;
        top: 715.5px;
    }
    #IMAGE1773 {
        width: 231.779px;
        height: 167.75px;
        top: 0;
        left: 0;
    }
    #IMAGE1773 > .page-image > .page-image-background {
        width: 231.779px;
        height: 167.75px;
        top: 0;
        left: 0;
        background-image: url("/theme1/images/marketing-dich-vu-la-gi-3-20210823125442.png");
    }
    #GROUP1774 {
        width: 232px;
        height: 321.294px;
        top: 154.206px;
        left: 81.306px;
    }
    #PARAGRAPH1776,
    #PARAGRAPH1780 {
        width: 232px;
        top: 246.294px;
        left: 15.6105px;
    }
    #IMAGE1777,
    #IMAGE1781 {
        width: 231.779px;
        height: 167.75px;
        top: 0;
        left: 15.6105px;
    }
    #IMAGE1777 > .page-image > .page-image-background {
        width: 231.779px;
        height: 167.75px;
        top: 0;
        left: 0;
        background-image: url("/theme1/images/week_101-20210823125637.png");
    }
    #HEADLINE1778,
    #HEADLINE1782 {
        width: 263px;
        top: 182.294px;
        left: 0;
    }
    #GROUP1775 {
        left: 333px;
    }
    #IMAGE1781 > .page-image > .page-image-background {
        width: 254.141px;
        height: 167.75px;
        top: 0;
        left: -14px;
        background-image: url("/theme1/images/mar16227978907456-20210823125849.jpg");
    }
    #GROUP1779 {
        left: 615.694px;
    }
    #PARAGRAPH1783 {
        width: 809px;
        top: 78.108px;
        left: 75.5px;
    }
    #PARAGRAPH1783 > .page-paragraph {
        color: #000;
        font-size: 17px;
        text-align: center;
        line-height: 1.6;
    }
}
@media (max-width: 767px) {
    .page-element.page-auto-scroll,
    .page-section.page-auto-scroll {
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .page-element.page-auto-scroll {
        width: 100% !important;
        left: 0 !important;
    }
    .page-carousel .page-carousel-content {
        transition: left 0.3s ease-in-out;
    }
    .page-gallery .page-gallery-view > .page-gallery-view-item {
        transition: transform 0.3s ease-in-out;
    }
    #POPUP_BLOG .headline img,
    #POPUP_BLOG .page-paragraph img {
        height: auto !important;
    }
    .page-section .page-container {
        width: 420px;
    }
    #FORM_ITEM544,
    #FORM_ITEM545,
    #FORM_ITEM547 {
        left: 0.654305px;
        width: 366.774px;
    }
    #POPUP1582,
    #POPUP1606,
    #POPUP540 {
        bottom: 0;
        right: 0;
        margin: auto;
        top: 0;
        left: 0;
    }
    #POPUP1582,
    #POPUP1582 > .page-popup > .page-overlay,
    #POPUP1606,
    #POPUP1606 > .page-popup > .page-overlay,
    #POPUP540,
    #POPUP540 > .page-popup > .page-overlay {
        border-radius: 10px;
    }
    #SECTION1134 > .page-section-background,
    #SECTION1642 > .page-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-position: center top;
        background-repeat: repeat;
    }
    #GROUP1688,
    #GROUP1693 {
        width: 264px;
        left: 78px;
    }
    #HEADLINE1697,
    #PARAGRAPH1182,
    #PARAGRAPH1208 {
        width: 400px;
        left: 10px;
    }
    #GROUP1702,
    #GROUP1703 {
        height: 216px;
        left: 94.5px;
    }
    #GROUP1720,
    #GROUP1721 {
        top: 257px;
        height: 127px;
    }
    #GROUP1724,
    #GROUP1727 {
        width: 165px;
        top: 412px;
    }
    #GROUP1759,
    #GROUP1763 {
        height: 277.5px;
        left: 56.5px;
    }
    #BUTTON1183,
    #BUTTON1715,
    #BUTTON1730,
    #BUTTON1771 {
        width: 182px;
        height: 45px;
        left: 119px;
    }
    #GROUP1775,
    #GROUP1779 {
        width: 263px;
        height: 346.294px;
        left: 78.5px;
    }
    #SECTION_POPUP {
        height: 0;
    }
    #POPUP540 {
        width: 416.984px;
        height: 605px;
    }
    #POPUP1582 > .page-popup > .page-popup-background,
    #POPUP1606 > .page-popup > .page-popup-background,
    #POPUP540 > .page-popup > .page-popup-background {
        background: #012767;
        background: -webkit-linear-gradient(335deg, #012767, #0ca596);
        background: linear-gradient(335deg, #012767, #0ca596);
        border-radius: 10px;
    }
    #BUTTON_TEXT542 {
        width: 196px;
        top: 9.4313px;
        left: 0;
    }
    #BUTTON_TEXT542 > .headline {
        font-family: Montserrat, sans-serif;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON542 {
        width: 226.425px;
        height: 45px;
        top: 457.249px;
        left: 70.8288px;
    }
    #BUTTON542 > .page-button > .page-button-background {
        background: #ff597c;
        background: -webkit-linear-gradient(180deg, #ff597c, #f7150a);
        background: linear-gradient(180deg, #ff597c, #f7150a);
    }
    #BUTTON542 > .page-button {
        box-shadow: 0 15px 20px -13px #03183e;
        -webkit-box-shadow: 0 15px 20px -13px #03183e;
        border-radius: 1000px;
    }
    #BUTTON542.page-animation > .page-button {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }
    #FORM_ITEM544 {
        height: 45px;
        top: 0;
    }
    #FORM_ITEM545 {
        height: 45px;
        top: 51.1787px;
    }
    #FORM_ITEM546 {
        width: 367.251px;
        height: 45px;
        top: 102.357px;
        left: 0.415805px;
    }
    #FORM_ITEM547 {
        height: 55.4275px;
        top: 385.57px;
    }
    #FORM_ITEM548 {
        width: 366.774px;
        height: 45px;
        top: 153.536px;
        left: 0.297203px;
    }
    #FORM_ITEM549 {
        width: 367px;
        height: 70px;
        top: 205.236px;
        left: 0;
    }
    #FORM_ITEM549 .page-form-checkbox-item,
    #FORM_ITEM550 .page-form-checkbox-item {
        margin: 5px;
    }
    #FORM_ITEM550 {
        width: 367px;
        height: 45px;
        top: 282.236px;
        left: 0;
    }
    #FORM_ITEM551 {
        width: 367.369px;
        height: 45px;
        top: 333.985px;
        left: 0;
    }
    #FORM541 {
        width: 367.667px;
        height: 502.249px;
        top: 68.0618px;
        left: 24.6234px;
    }
    #FORM541 > .page-form {
        color: #000;
        font-size: 13px;
        line-height: 1.6;
    }
    #FORM541
    .page-form
    .page-form-item.page-form-checkbox
    .page-form-checkbox-item
    span[data-checked="false"],
    #FORM541 .page-form-item .page-form-control::placeholder {
        color: #000;
    }
    #FORM1622 .page-form-item.page-form-checkbox,
    #FORM541 .page-form-item {
        padding-left: 14px;
        padding-right: 14px;
    }
    #FORM541 .page-form-item.page-form-checkbox {
        padding-left: 19px;
        padding-right: 19px;
    }
    #FORM541 .page-form-item-container .page-form-item .page-form-control-select {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(0%2C%200%2C%200%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }
    #FORM541 .page-form-item-container,
    #FORM541 .page-form-label-container .page-form-label-item {
        border-color: #eee;
        border-width: 1px;
        border-radius: 0;
    }
    #FORM1622 .page-form-item-container .page-form-quantity button,
    #FORM541 .page-form-item-container .page-form-quantity button {
        background-color: #eee;
    }
    #FORM1598 .page-form-item-background,
    #FORM1622 .page-form-item-background,
    #FORM541 .page-form-item-background,
    #FRAME1671 > .page-frame > .page-frame-background {
        background-color: #fff;
    }
    #HEADLINE552 {
        width: 381px;
        top: 24.5px;
        left: 16.9568px;
    }
    #HEADLINE552 > .headline {
        color: #051f4d;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6;
    }
    #HEADLINE1136 > .headline,
    #HEADLINE1137 > .headline {
        color: #fff;
        text-align: center;
        line-height: 1.6;
        font-family: Oswald, sans-serif;
    }
    #SECTION1134 {
        height: 548.438px;
    }
    #SECTION1134 > .page-section-background {
        background-image: url("https://w.ladicdn.com/s768x548/5e953b2d00d83c726c8ae4ff/slider-redi-new-20210823034628.jpg");
    }
    #SECTION1135 {
        height: 1212.46px;
    }
    #HEADLINE1136 {
        width: 253px;
        top: 0;
        left: 0;
    }
    #HEADLINE1136 > .headline {
        font-size: 40px;
    }
    #HEADLINE1137 {
        width: 412px;
        top: 107px;
        left: 4.9685px;
    }
    #HEADLINE1137 > .headline {
        font-size: 26px;
    }
    #LINE1138 {
        width: 227px;
        top: 64px;
        left: 13px;
    }
    #LINE1138 > .page-line > .page-line-container {
        border-top: 4px solid #f44025;
        border-right: 4px solid #f44025;
        border-bottom: 4px solid #f44025;
        border-left: 0 !important;
    }
    #LINE1138 > .page-line,
    #LINE1203 > .page-line,
    #LINE1675 > .page-line,
    #LINE1680 > .page-line {
        width: 100%;
        padding: 8px 0;
    }
    #HEADLINE1163 {
        width: 133px;
        top: 182.294px;
        left: 49.3895px;
    }
    #HEADLINE1163 > .headline,
    #HEADLINE1778 > .headline,
    #HEADLINE1782 > .headline {
        font-family: Oswald, sans-serif;
        color: #273f85;
        font-size: 20px;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.6;
    }
    #PARAGRAPH1165 {
        width: 232px;
        top: 246.294px;
        left: 0;
    }
    #PARAGRAPH1165 > .page-paragraph,
    #PARAGRAPH1776 > .page-paragraph,
    #PARAGRAPH1780 > .page-paragraph {
        color: #4c4c4c;
        font-size: 16px;
        text-align: justify;
        line-height: 1.6;
    }
    #PARAGRAPH1182 {
        top: 742px;
    }
    #PARAGRAPH1182 > .page-paragraph {
        color: #4c4c4c;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON_TEXT1183,
    #BUTTON_TEXT1197 {
        width: 182px;
        top: 9px;
        left: 0;
    }
    #BUTTON_TEXT1183 > .headline,
    #BUTTON_TEXT1623 > .headline,
    #BUTTON_TEXT1715 > .headline,
    #BUTTON_TEXT1730 > .headline,
    #BUTTON_TEXT1771 > .headline {
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON1183 {
        top: 828.816px;
    }
    #BUTTON1183 > .page-button > .page-button-background,
    #BUTTON1715 > .page-button > .page-button-background,
    #BUTTON1730 > .page-button > .page-button-background,
    #BUTTON1771 > .page-button > .page-button-background {
        background: #ff5c7e;
        background: -webkit-linear-gradient(180deg, #ff5c7e, #f7150a);
        background: linear-gradient(180deg, #ff5c7e, #f7150a);
    }
    #BUTTON1183 > .page-button,
    #BUTTON1197 > .page-button {
        box-shadow: 0 15px 22px -19px #010101;
        -webkit-box-shadow: 0 15px 22px -19px #010101;
        border-radius: 1000px;
    }
    #BUTTON1183.page-animation > .page-button,
    #BUTTON1197.page-animation > .page-button,
    #BUTTON1715.page-animation > .page-button,
    #BUTTON1730.page-animation > .page-button,
    #BUTTON1771.page-animation > .page-button {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }
    #SHAPE1194 {
        width: 17.3904px;
        height: 19.8159px;
        top: 799px;
        left: 201.305px;
    }
    #SHAPE1194 svg:last-child {
        fill: rgba(160, 160, 160, 1);
    }
    #BUTTON_TEXT1197 > .headline {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON1197 {
        width: 198px;
        height: 48px;
        top: 471px;
        left: 111.968px;
    }
    #BUTTON1197 > .page-button > .page-button-background {
        background: #ff587c;
        background: -webkit-linear-gradient(180deg, #ff587c, #f7150a);
        background: linear-gradient(180deg, #ff587c, #f7150a);
    }
    #HEADLINE1201 {
        width: 379px;
        top: 0;
        left: 248px;
    }
    #HEADLINE1201 > .headline {
        font-family: Oswald, sans-serif;
        color: #fff;
        font-size: 39px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6;
    }
    #HEADLINE1202 {
        width: 875px;
        top: 51px;
        left: 0;
    }
    #HEADLINE1202 > .headline {
        font-family: Oswald, sans-serif;
        color: #fff;
        font-size: 24px;
        text-align: center;
        line-height: 1.6;
    }
    #LINE1203 {
        width: 172px;
        top: 89px;
        left: 355.5px;
    }
    #LINE1203 > .page-line > .page-line-container {
        border-top: 3px solid #dadada;
        border-right: 3px solid #dadada;
        border-bottom: 3px solid #dadada;
        border-left: 0 !important;
    }
    #PARAGRAPH1208 {
        top: 152px;
    }
    #PARAGRAPH1208 > .page-paragraph {
        color: #fff;
        font-size: 15px;
        text-align: center;
        line-height: 1.6;
    }
    #GROUP1572 {
        width: 875px;
        height: 108px;
        top: 31px;
        left: -225.5px;
    }
    #POPUP1582 {
        width: 420.85px;
        height: 346px;
    }
    #BUTTON_TEXT1599 {
        width: 180px;
        top: 9px;
        left: 0;
    }
    #BUTTON_TEXT1599 > .headline,
    #HEADLINE1681 > .headline {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON1599 {
        width: 180.815px;
        height: 45px;
        top: 164px;
        left: 88.5742px;
    }
    #BUTTON1599 > .page-button > .page-button-background {
        background: #ff5a7d;
        background: -webkit-linear-gradient(180deg, #ff5a7d, #f7150a);
        background: linear-gradient(180deg, #ff5a7d, #f7150a);
    }
    #BUTTON1599 > .page-button {
        box-shadow: 0 15px 20px -13px #031c4a;
        -webkit-box-shadow: 0 15px 20px -13px #031c4a;
        border-radius: 1000px;
    }
    #FORM_ITEM1601 {
        width: 358.522px;
        height: 45px;
        top: 0;
        left: 0;
    }
    #FORM_ITEM1602 {
        width: 175.868px;
        height: 45px;
        top: 52px;
        left: 182.654px;
    }
    #FORM_ITEM1603 {
        width: 176.355px;
        height: 45px;
        top: 52px;
        left: 0.187153px;
    }
    #FORM_ITEM1604 {
        width: 359.562px;
        height: 45px;
        top: 104px;
        left: 0;
    }
    #FORM1598 {
        width: 359.562px;
        height: 209px;
        top: 91px;
        left: 30.6175px;
    }
    #FORM1598 > .page-form {
        color: #3c3c3c;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 1.6;
    }
    #FORM1598
    .page-form
    .page-form-item.page-form-checkbox
    .page-form-checkbox-item
    span[data-checked="false"],
    #FORM1598 .page-form-item .page-form-control::placeholder {
        color: #3c3c3c;
    }
    #FORM1598 .page-form-item {
        padding-left: 8px;
        padding-right: 8px;
    }
    #FORM1598 .page-form-item.page-form-checkbox {
        padding-left: 13px;
        padding-right: 13px;
    }
    #FORM1598
    .page-form-item-container
    .page-form-item
    .page-form-control-select {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(60%2C%2060%2C%2060%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }
    #FORM1598 .page-form-item-container,
    #FORM1598 .page-form-label-container .page-form-label-item {
        border-color: #b4b4b4;
        border-width: 1px;
        border-radius: 0;
    }
    #FORM1598 .page-form-item-container .page-form-quantity button {
        background-color: #b4b4b4;
    }
    #HEADLINE1605 {
        width: 254px;
        top: 36px;
        left: 88.4933px;
    }
    #HEADLINE1605 > .headline {
        color: #fff;
        font-size: 26px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1.6;
    }
    #IMAGE1607 {
        width: 532.85px;
        height: 500px;
        top: 41.5256px;
        left: 613px;
    }
    #IMAGE1607 > .page-image > .page-image-background {
        width: 532.85px;
        height: 500px;
        top: 0;
        left: 0;
        background-image: url("https://w.ladicdn.com/s850x850/5cfdd81ce1f7ba38c4636bc9/logo-icolanguage-wn-20200208043904.png");
    }
    #IMAGE1607 > .page-image {
        opacity: 0.3;
    }
    #POPUP1606 {
        width: 420.85px;
        height: 597px;
    }
    #BUTTON_TEXT1623 {
        width: 193px;
        top: 9px;
        left: 0;
    }
    #BUTTON1623 {
        width: 194.394px;
        height: 45px;
        top: 406px;
        left: 83.87px;
    }
    #BUTTON1623 > .page-button > .page-button-background {
        background: #ff5b7d;
        background: -webkit-linear-gradient(180deg, #ff5b7d, #f7150a);
        background: linear-gradient(180deg, #ff5b7d, #f7150a);
    }
    #BUTTON1623 > .page-button {
        border-radius: 1000px;
    }
    #FORM_ITEM1625 {
        width: 362.134px;
        height: 45px;
        top: 0;
        left: 0;
    }
    #FORM_ITEM1626 {
        width: 362.134px;
        height: 45px;
        top: 100.6px;
        left: 0;
    }
    #FORM_ITEM1627 {
        width: 362.134px;
        height: 85px;
        top: 304px;
        left: 0;
    }
    #FORM_ITEM1628 {
        width: 362.134px;
        height: 45px;
        top: 151.4px;
        left: 0;
    }
    #FORM_ITEM1629 {
        width: 362.134px;
        height: 45px;
        top: 202.2px;
        left: 0;
    }
    #FORM_ITEM1630 {
        width: 362.134px;
        height: 45px;
        top: 49.8px;
        left: 0;
    }
    #FORM_ITEM1631 {
        width: 362.134px;
        height: 45px;
        top: 253px;
        left: 0.869035px;
    }
    #FORM1622 {
        width: 363.003px;
        height: 451px;
        top: 105.5px;
        left: 32.4235px;
    }
    #FORM1622 > .page-form {
        color: #000;
        font-size: 14px;
        line-height: 1.6;
    }
    #FORM1622
    .page-form
    .page-form-item.page-form-checkbox
    .page-form-checkbox-item
    span[data-checked="false"],
    #FORM1622 .page-form-item .page-form-control::placeholder {
        color: #000;
    }
    #FORM1622 .page-form-item {
        padding-left: 9px;
        padding-right: 9px;
    }
    #FORM1622
    .page-form-item-container
    .page-form-item
    .page-form-control-select {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20%23000%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }
    #FORM1622 .page-form-item-container,
    #FORM1622 .page-form-label-container .page-form-label-item {
        border: 1px solid #eee;
    }
    #HEADLINE1632 {
        width: 324px;
        top: 23.5px;
        left: 48.425px;
    }
    #HEADLINE1632 > .headline {
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.6;
    }
    #SECTION1642 {
        height: 528.311px;
    }
    #SECTION1642 > .page-section-background {
        background-image: url("https://w.ladicdn.com/s768x528/5e953b2d00d83c726c8ae4ff/home-version-one-footer-banner-20210823130035.png");
    }
    #HEADLINE1644 {
        width: 371px;
        top: 81px;
        left: 26.566px;
    }
    #HEADLINE1644 > .headline {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        text-align: left;
        line-height: 1.4;
    }
    #GROUP1657 {
        width: 437px;
        height: 98.1735px;
        top: 246.5px;
        left: 23.0329px;
    }
    #HEADLINE1658 {
        width: 283px;
        top: 0;
        left: 0;
    }
    #HEADLINE1658 > .headline {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        text-align: left;
        line-height: 1.2;
    }
    #GROUP1659 {
        width: 243.65px;
        height: 22.6801px;
        top: 40.5px;
        left: 1px;
    }
    #HEADLINE1660 {
        width: 211px;
        top: 0;
        left: 32.65px;
    }
    #HEADLINE1660 > .headline,
    #HEADLINE1663 > .headline,
    #HEADLINE1666 > .headline,
    #HEADLINE1669 > .headline {
        color: #fff;
        font-size: 14px;
        text-align: left;
        line-height: 1.4;
    }
    #SHAPE1661 {
        width: 22.6801px;
        height: 22.6801px;
        top: 0;
        left: 0;
    }
    #SHAPE1661 svg:last-child,
    #SHAPE1664 svg:last-child,
    #SHAPE1667 svg:last-child,
    #SHAPE1670 svg:last-child,
    #SHAPE1700 svg:last-child,
    #SHAPE1704 svg:last-child,
    #SHAPE1710 svg:last-child {
        fill: rgba(255, 255, 255, 1);
    }
    #GROUP1662 {
        width: 242.65px;
        height: 19px;
        top: 73.059px;
        left: 2px;
    }
    #HEADLINE1663 {
        width: 211px;
        top: 0;
        left: 31.65px;
    }
    #SHAPE1664 {
        width: 18.4385px;
        height: 18.4658px;
        top: 0;
        left: 0;
    }
    #GROUP1665 {
        width: 176px;
        height: 22px;
        top: 36.5px;
        left: 255px;
    }
    #HEADLINE1666 {
        width: 141px;
        top: 3px;
        left: 35px;
    }
    #SHAPE1667 {
        width: 21.3362px;
        height: 21.3362px;
        top: 0;
        left: 0;
    }
    #GROUP1668 {
        width: 179.65px;
        height: 24.6135px;
        top: 73.56px;
        left: 257.35px;
    }
    #HEADLINE1669 {
        width: 147px;
        top: 0;
        left: 32.65px;
    }
    #SHAPE1670 {
        width: 22.2998px;
        height: 24.6135px;
        top: 0;
        left: 0;
    }
    #FRAME1671 {
        width: 196px;
        height: 41.306px;
        top: 383.673px;
        left: 26.066px;
    }
    #IMAGE1672 {
        width: 35.5258px;
        height: 22.6523px;
        top: 9.805px;
        left: 60.688px;
    }
    #IMAGE1672 > .page-image > .page-image-background {
        width: 35.5258px;
        height: 22.6523px;
        top: 0;
        left: 0;
        background-image: url("https://w.ladicdn.com/5c7362c6c417ab07e5196b05/mastercard-20200311062250-20200312040745.svg");
    }
    #IMAGE1673 {
        width: 35.526px;
        height: 22.6523px;
        top: 9.805px;
        left: 18.532px;
    }
    #IMAGE1673 > .page-image > .page-image-background {
        width: 35.526px;
        height: 22.6523px;
        top: 0;
        left: 0;
        background-image: url("https://w.ladicdn.com/5c7362c6c417ab07e5196b05/visa-20200311062250-20200312040726.svg");
    }
    #IMAGE1674 {
        width: 79.4545px;
        height: 30.4573px;
        top: 6px;
        left: 100.214px;
    }
    #IMAGE1674 > .page-image > .page-image-background {
        width: 79.4545px;
        height: 30.4573px;
        top: 0;
        left: 0;
        background-image: url("https://w.ladicdn.com/5c7362c6c417ab07e5196b05/bo-cong-thuong-20200311062345-20200312040731.svg");
    }
    #LINE1675 {
        width: 372px;
        top: 430.979px;
        left: 26.066px;
    }
    #LINE1675 > .page-line > .page-line-container {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        border-left: 0 !important;
    }
    #HEADLINE1676 {
        width: 391px;
        top: 450.979px;
        left: 26.066px;
    }
    #HEADLINE1676 > .headline {
        color: rgba(255, 255, 255, 0.9);
        font-size: 12px;
        text-align: left;
        line-height: 1.2;
    }
    #SECTION1677 {
        height: 937.625px;
    }
    #SECTION1677 > .page-section-background {
        background: #fff;
        background: -webkit-linear-gradient(180deg, #fff, #667eea);
        background: linear-gradient(180deg, #fff, #667eea);
    }
    #HEADLINE1678 {
        width: 358px;
        top: 0;
        left: 0;
    }
    #HEADLINE1678 > .headline {
        color: #000;
        font-size: 20px;
        text-align: center;
        line-height: 1.6;
    }
    #LINE1680 {
        width: 227px;
        top: 53.374px;
        left: 65.5px;
    }
    #LINE1680 > .page-line > .page-line-container {
        border-top: 6px solid #f44025;
        border-right: 6px solid #f44025;
        border-bottom: 6px solid #f44025;
        border-left: 0 !important;
    }
    #HEADLINE1681 {
        width: 401px;
        top: 407.438px;
        left: 9.5px;
    }
    #SECTION1682 {
        height: 1300px;
    }
    #GROUP1683 {
        width: 358px;
        height: 95px;
        top: 16px;
        left: 31px;
    }
    #SHAPE1684,
    #SHAPE1690,
    #SHAPE1694 {
        width: 80px;
        height: 80px;
        top: 0;
        left: 92px;
    }
    #SHAPE1684 svg:last-child {
        fill: rgba(4, 127, 114, 1);
    }
    #HEADLINE1685,
    #HEADLINE1691,
    #HEADLINE1695 {
        width: 264px;
        top: 80px;
        left: 0;
    }
    #HEADLINE1685 > .headline,
    #HEADLINE1691 > .headline,
    #HEADLINE1695 > .headline {
        color: #000;
        font-size: 30px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6;
    }
    #PARAGRAPH1686,
    #PARAGRAPH1692,
    #PARAGRAPH1696 {
        width: 230px;
        top: 127px;
        left: 17px;
    }
    #PARAGRAPH1686 > .page-paragraph,
    #PARAGRAPH1692 > .page-paragraph,
    #PARAGRAPH1696 > .page-paragraph {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6;
    }
    #GROUP1688 {
        height: 229px;
        top: 111px;
    }
    #SHAPE1690 svg:last-child {
        fill: rgba(244, 64, 37, 1);
    }
    #GROUP1689 {
        width: 264px;
        height: 203px;
        top: 343.908px;
        left: 71px;
    }
    #SHAPE1694 svg:last-child {
        fill: rgba(255, 46, 1, 1);
    }
    #GROUP1693 {
        height: 203px;
        top: 546.908px;
    }
    #HEADLINE1697 {
        top: 10px;
    }
    #HEADLINE1697 > .headline {
        color: #000;
        font-size: 33px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6;
    }
    #SHAPE1700,
    #SHAPE1704 {
        width: 80px;
        height: 80px;
        top: 0;
        left: 70px;
    }
    #HEADLINE1701 {
        width: 224px;
        top: 89px;
        left: 0;
    }
    #HEADLINE1701 > .headline,
    #HEADLINE1705 > .headline,
    #HEADLINE1711 > .headline,
    #PARAGRAPH1746 > .page-paragraph {
        color: #fff;
        font-size: 16px;
        text-align: justify;
        line-height: 1.6;
    }
    #GROUP1702 {
        width: 224px;
        top: 172px;
    }
    #HEADLINE1705 {
        width: 231px;
        top: 89px;
        left: 0;
    }
    #GROUP1703 {
        width: 231px;
        top: 617px;
    }
    #SHAPE1710 {
        width: 80px;
        height: 66px;
        top: 0;
        left: 70px;
    }
    #HEADLINE1711 {
        width: 220px;
        top: 78px;
        left: 0;
    }
    #GROUP1709 {
        width: 220px;
        height: 205px;
        top: 404px;
        left: 100px;
    }
    #BUTTON_TEXT1715,
    #BUTTON_TEXT1730,
    #BUTTON_TEXT1771 {
        width: 178px;
        top: 9px;
        left: 0;
    }
    #BUTTON1715 {
        top: 869px;
    }
    #BUTTON1715 > .page-button,
    #BUTTON1730 > .page-button,
    #BUTTON1771 > .page-button {
        box-shadow: 0 15px 22px -19px #010101;
        -webkit-box-shadow: 0 15px 22px -19px #010101;
        border: 2px solid #fff;
        border-radius: 1000px;
    }
    #HEADLINE1718,
    #HEADLINE1725,
    #HEADLINE1728 {
        width: 165px;
        top: 0;
        left: 0;
    }
    #HEADLINE1718 > .headline,
    #HEADLINE1722 > .headline,
    #HEADLINE1725 > .headline,
    #HEADLINE1728 > .headline {
        font-family: Oswald, sans-serif;
        color: #f44025;
        font-size: 39px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6;
        text-shadow: #000 1px 2px 3px;
    }
    #HEADLINE1719 {
        width: 134px;
        top: 62px;
        left: 15.5px;
    }
    #HEADLINE1719 > .headline,
    #HEADLINE1723 > .headline,
    #HEADLINE1726 > .headline,
    #HEADLINE1729 > .headline {
        font-family: Oswald, sans-serif;
        color: #fff;
        font-size: 21px;
        text-align: center;
        line-height: 1.6;
    }
    #GROUP1720 {
        width: 165px;
        left: 10px;
    }
    #HEADLINE1722 {
        width: 165px;
        top: 0;
        left: 25px;
    }
    #HEADLINE1723 {
        width: 215px;
        top: 62px;
        left: 0;
    }
    #GROUP1721 {
        width: 215px;
        left: 195px;
    }
    #HEADLINE1726,
    #HEADLINE1729 {
        width: 105px;
        top: 62px;
        left: 30px;
    }
    #GROUP1724 {
        height: 127px;
        left: 17px;
    }
    #GROUP1727 {
        height: 128px;
        left: 220px;
    }
    #BUTTON1730 {
        top: 571px;
    }
    #HEADLINE1732 {
        width: 309px;
        top: 10px;
        left: 55.5px;
    }
    #HEADLINE1732 > .headline {
        font-family: Oswald, sans-serif;
        color: #f44025;
        font-size: 34px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6;
    }
    #PARAGRAPH1746 {
        width: 386px;
        top: 120px;
        left: 19.066px;
    }
    #GROUP1748 {
        width: 253px;
        height: 84px;
        top: 10px;
        left: 83.5px;
    }
    #SECTION1749 {
        height: 1688.77px;
    }
    #IMAGE1752 {
        width: 257.557px;
        height: 107.395px;
        top: 21px;
        left: 81.2215px;
    }
    #IMAGE1752 > .page-image > .page-image-background {
        width: 257.557px;
        height: 107.395px;
        top: 0;
        left: 0;
        background-image: url("https://w.ladicdn.com/s600x450/5e953b2d00d83c726c8ae4ff/title-about-20210823035017.png");
    }
    #PARAGRAPH1753 {
        width: 393px;
        top: 401.77px;
        left: 13.5px;
    }
    #PARAGRAPH1753 > .page-paragraph,
    #PARAGRAPH1757 > .page-paragraph,
    #PARAGRAPH1762 > .page-paragraph,
    #PARAGRAPH1766 > .page-paragraph {
        color: #000;
        font-size: 16px;
        text-align: justify;
        line-height: 1.6;
    }
    #IMAGE1754,
    #IMAGE1764 {
        width: 81px;
        height: 82.62px;
        top: 0;
        left: 110px;
    }
    #IMAGE1754 > .page-image > .page-image-background {
        width: 81px;
        height: 82.62px;
        top: 0;
        left: 0;
        background-image: url("/theme1/images/icon-1-hover-20210823035702.png");
    }
    #HEADLINE1755,
    #HEADLINE1765 {
        width: 208px;
        top: 93.84px;
        left: 46.5px;
    }
    #HEADLINE1755 > .headline,
    #HEADLINE1761 > .headline,
    #HEADLINE1765 > .headline {
        color: #000;
        font-size: 21px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6;
    }
    #PARAGRAPH1757,
    #PARAGRAPH1766 {
        width: 301px;
        top: 127.5px;
        left: 0;
    }
    #GROUP1758 {
        width: 301px;
        height: 306px;
        top: 638.77px;
        left: 59.5px;
    }
    #IMAGE1760 {
        width: 81px;
        height: 82.62px;
        top: 0;
        left: 113px;
    }
    #IMAGE1760 > .page-image > .page-image-background {
        width: 81px;
        height: 82.62px;
        top: 0;
        left: 0;
        background-image: url("/theme1/images/icon-2-hover-20210823083545.png");
    }
    #HEADLINE1761 {
        width: 307px;
        top: 93.84px;
        left: 0;
    }
    #PARAGRAPH1762 {
        width: 301px;
        top: 127.5px;
        left: 3px;
    }
    #GROUP1759 {
        width: 307px;
        top: 954.77px;
    }
    #IMAGE1764 > .page-image > .page-image-background {
        width: 81px;
        height: 82.62px;
        top: 0;
        left: 0;
        background-image: url("/theme1/images/icon-3-hover-20210823083555.png");
    }
    #GROUP1763 {
        width: 301px;
        top: 1257.27px;
    }
    #IMAGE1769 {
        width: 256.281px;
        height: 238.375px;
        top: 151.395px;
        left: 74.005px;
    }
    #IMAGE1769 > .page-image > .page-image-background {
        width: 256.281px;
        height: 238.375px;
        top: 0;
        left: 0;
        background-image: url("https://w.ladicdn.com/s600x550/5e953b2d00d83c726c8ae4ff/home-version-one-main-banner-side-img-20210823100039.png");
    }
    #SECTION1770 {
        height: 662px;
    }
    #SECTION1770 > .page-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s768x662/5e953b2d00d83c726c8ae4ff/home-version-one-main-banner-20210823104355.jpg");
        background-position: center top;
        background-repeat: repeat;
    }
    #BUTTON1771 {
        top: 1560.27px;
    }
    #IMAGE1773 {
        width: 231.779px;
        height: 167.75px;
        top: 0;
        left: 0;
    }
    #IMAGE1773 > .page-image > .page-image-background {
        width: 231.779px;
        height: 167.75px;
        top: 0;
        left: 0;
        background-image: url("/theme1/images/marketing-dich-vu-la-gi-3-20210823125442.png");
    }
    #GROUP1774 {
        width: 232px;
        height: 321.294px;
        top: 172px;
        left: 94px;
    }
    #PARAGRAPH1776,
    #PARAGRAPH1780 {
        width: 232px;
        top: 246.294px;
        left: 15.6105px;
    }
    #IMAGE1777,
    #IMAGE1781 {
        width: 231.779px;
        height: 167.75px;
        top: 0;
        left: 15.6105px;
    }
    #IMAGE1777 > .page-image > .page-image-background {
        width: 231.779px;
        height: 167.75px;
        top: 0;
        left: 0;
        background-image: url("/theme1/images/week_101-20210823125637.png");
    }
    #HEADLINE1778,
    #HEADLINE1782 {
        width: 263px;
        top: 182.294px;
        left: 0;
    }
    #GROUP1775 {
        top: 859.588px;
    }
    #IMAGE1781 > .page-image > .page-image-background {
        width: 254.141px;
        height: 167.75px;
        top: 0;
        left: -14px;
        background-image: url("/theme1/images/mar16227978907456-20210823125849.jpg");
    }
    #GROUP1779 {
        top: 503.294px;
    }
    #PARAGRAPH1783 {
        width: 380px;
        top: 74px;
        left: 20px;
    }
    #PARAGRAPH1783 > .page-paragraph {
        color: #000;
        font-size: 14px;
        text-align: center;
        line-height: 1.6;
    }
}

#HEADLINE1136 {
    width: 100%;
    position: relative;
}
#LINE1138 {
    position: relative;
    text-align: center;
    margin: 0 auto;
    top: 0;
    left: 0;
}
@media only screen and (min-width: 768px) {
    #GROUP1748 {
        width: 360px;
        height: 84px;
        top: 8px;
        left: 0;
    }
    #SECTION1749 {
        height: 690px;
    }
    #GROUP1693,
    #GROUP1688,
    #GROUP1689 {
        height: 203px;
    }
}
.text-uppercase {
    text-transform: uppercase;
}
#GROUP1657 .service {
    margin-top: 30px;
    color: white;
    font-size: 16px;
    line-height: 1.5;
    padding-left: 20px;
    display: flex;
    padding-right: 60px;
    justify-content: space-around;
}
span.service-link-icon {
    margin-right: 6px;
}
#GROUP1657 .service-item li:hover .service-link-text {
    color: #bcb0b0;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    #GROUP1748 {
        width: 100%;
        height: 84px;
        top: 10px;
        left: unset !important;
        text-align: center;
    }
    #LINE1138 {
        top: 0;
        left: 0;
    }
    #PARAGRAPH1746 > .page-paragraph {
        padding-left: 20px;
    }
    #GROUP1657 .service {
        justify-content: start;
    }
    #GROUP1657 .service .service-item {
        flex-basis: 50%;
    }
}
