/* header */
#site-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background-color: var(--black);
    box-shadow: 0 4px 20px rgba(11 11 11 / 11%);
    padding: 10px 0;
}

#site-header>.site-w>.flex-b {
    align-items: center;
    gap: 16px;
}

.navigation {
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.navigation-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
	gap:25px;
}

.nav-item {
    position: relative;
}

.nav-link-lev1 {
    padding: 10px;
    font-size: 14px;
    display: block;
    /*font-weight: 600; */
    color: var(--white);
    position: relative;
}

.active .nav-link-lev1 {
    color: var(--link);
}

.banner-item {
    display: block;
    position: relative;
}

.banner-item:before {
    content: "";
    /*padding-top: calc(100% * 54 / 137);*/
    display: block;
    background-color: #eee;
}

.banner-item img {
    /*position: absolute;*/
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    /*height: 100%;*/
}

#site-content {
    padding: 24px 0 0;
}

.site-heading {
    font-size: calc(21px + (32 - 21) * ((100vw - 300px) / (1920 - 300)));
    margin: 0 auto;
    text-align: center;
    color: var(--black);
    font-weight: 800;
}

.site-description {
    color: #111;
}

.form-header {
    grid-column-start: span 2;
    font-size: 13px;
    font-weight: 700;
    color: var(--black);
}

.form-gr {
    display: block;
    margin-bottom: 16px;
    position: relative;
}

.form-label {
    min-width: 165px;
    min-height: 16px;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    opacity: 0.8;
    display: block;
}

.form-gr .form-input {
    border: none;
    border-bottom: 1px solid #e1e1e1;
    background-color: transparent;
    padding: 6px 0;
    line-height: 1.2;
    font-weight: 100;
    border-radius: 0;
    min-height: 30px;
}

.form-gr .form-input:hover {
    border-color: var(--black);
}

.form-gr .form-select {
    padding: 6px 12px;
    min-height: 30px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}

.qr-button {
    position: absolute;
    top: 12px;
    right: 4px;
    outline: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    border: none;
    background-color: transparent;
}

.activated-box,
.form-footer {
    display: flex;
    justify-content: center;
    align-content: center;
    grid-column-start: span 2;
    padding: 20px 0;
}

.activated-box {
    padding-bottom: 0;
    margin-bottom: 0;
}

.button-activated {
    border: none;
    border-radius: 24px;
    padding: 14px 22px;
    background: rgb(2, 0, 36);
    background: linear-gradient(0deg, rgba(130, 89, 41, 1) 0%, rgba(255, 222, 164, 1) 100%);
    color: var(--white);
    outline: none;
    cursor: pointer;
    min-width: 200px;
    font-size: 16px;
    font-weight: 600;
    transition: all 300ms ease-in-out;
}


.button-activated:hover {
    background: linear-gradient(0deg, rgba(130, 89, 41, 0.8) 0%, rgba(255, 222, 164, 1) 100%);
}



.form-footer button {
    margin: 0 10px;
    outline: none;
    background-color: #e1e1e1;
    border: none;
    border-radius: 7px;
    padding: 4px 20px;
    font-weight: 600x;
    line-height: 46px;
    display: block;
    font-size: 17px;
    min-width: 140px;
    cursor: pointer;
}

.form-footer .form-btn-active {
    background-color: var(--hover);
    color: #fff;
}

#site-footer {
    margin: 24px auto 0;
    padding: 24px 0 0 0;
}

.app-header {
    color: #111;
    font-size: 23px;
    font-weight: 600;
    margin: 12px auto;
    display: block;
    text-align: center;
    border-bottom: 1px solid #111;
    width: fit-content;
    width: -moz-fit-content;
}

.list-app-icon {
    border-bottom: 1px solid #111;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 24px;
    padding-bottom: 32px;
}

.app-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 16px;
    background-color: #fff;
    border-radius: 10px;
    padding: 12px 16px;
}

.app-icon span {
    font-size: 32px;
    color: #999;
    line-height: 36px;
    text-align: center;
    display: block;
    font-weight: 300;
    margin: 10px auto;
}

.support {
    width: 90%;
    margin: 32px auto;
    background-color: var(--hover);
    color: #fff;
    padding: 12px;
    text-align: center;
    display: block;
    font-weight: 700;
}

.support:hover {
    color: #fff;
}

.container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
}

.head_title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.head_title a,
.head_title span {
    font-size: 17px;
    font-weight: 500;
    color: #ffc20e;
}

.box {
    text-align: center;
}

.box:nth-of-type(2) {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 0 16px;
}

.box .icon {
    width: 30px;
    min-width: 30px;
    margin-right: 12px;
    position: relative;
}

.box .icon:before {
    content: "";
    padding-top: 100%;
    display: block;
}

.box .icon img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    object-position: center;
}

.head_link {
    font-size: 16px;
    color: #111;
    margin: 10px auto;
    display: block;
    text-align: center;
    font-weight: 500;
}

.footer-bottom {
    background-color: var(--black);
    color: rgba(255 255 255 / 70%);
}

.footer-bottom .site-w {
    display: grid;
    grid-template-columns: 570px auto 324px;
    grid-gap: 16px;
    padding: 16px;
    line-height: 1.4;
}

.footer-bottom .fb-page {
    min-height: 130px;
    min-width: 324px;
    background: linear-gradient(45deg, rgba(209, 209, 209, 0.35), rgba(11, 11, 11, 0.1), rgba(209, 209, 209, 0.1), rgba(209, 209, 209, 0.15));
    background-size: 400% 400%;
    animation: gradient 2600ms ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.social-list {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 16px 0 0 0;
}

.social-list li,
.social-list li a {
    display: block;
}

.social-list svg {
    width: 24px;
    height: 24px;
    display: block;
}

.copyright {
    grid-column-start: span 3;
    padding: 16px;
    text-align: center;
    border-top: 1px solid rgba(255 255 255 / 20%);
}

.footer-header {
    color: #fff;
    background-color: #dbaf2d;
    font-size: calc(17px + (21 - 17) * ((100vw - 300px) / (1920 - 300)));
    ;
    color: #fff;
    padding: 8px 10px;
    display: block;
    text-align: center;
    margin-top: 32px;
}

.footer-list {
    display: grid;
    grid-template-columns: 40% 58%;
    grid-gap: 10px 2%;
    margin: 0;
    list-style: none;
    padding: 0;
}

.navigation-button {
    display: none;
}

.warranty-infor {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 52px;
}

.warranty-left,
.warranty-right {
    position: relative;
}

.warranty-right:before {
   
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -26px;
    background-color: #ccc;
}

.serial-find {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.form-qr-code {
    border: 1px solid #e1e1e1;
    display: flex;
    justify-content: stretch;
    align-items: center;
    border-radius: 5px;
    background-color: #fff;
    width: 100%;
}

.form-qr-code .form-input {
    border: none;
}

.find-serial-message {
    width: 30px;
    min-width: 30px;
    margin-left: 6px;
}

.form-label span {
    color: red;
}

.warranty-bottom {
    grid-column-start: span 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.warranty-submit {
    padding: 12px 36px;
    color: #fff;
    border: none;
    background-color: #FFC20E;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    cursor: pointer;
}

.addmore-product {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.more-prduct-label {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D9D9D9;
    color: #111;
    padding: 16px 36px;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
    user-select: none;
    font-weight: bold;
    transition: background-color 300ms ease-in-out;
}

.more-prduct-label:hover {
    color: #fff;
    background-color: var(--hover);
}

.more-prduct-input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
}

.service-center {
    --left: calc(280px + (500 - 280) * ((100vw - 300px) / (1920 - 300)));
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border-top: 2px solid var(--hover);
    margin-top: 16px;
}

.find-service-center {
    width: var(--left);
    padding: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.find-service-center>* {
    width: 100%;
}

.maps-service-center {
    width: calc(100% - var(--left));
    position: relative;
}

.maps-service-center:before {
    content: "";
    padding-top: 56.25%;
    display: block;
}

.maps-service-center iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.find-service-center-header {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.find-service-center-sub {
    font-size: 14px;
    font-size: 400;
    text-align: center;
}

.find-service-center-form {
    margin-top: 24px;
}

.find-service-center-form .warranty-submit {
    padding: 10px 32px;
}

.find-service-center-form .form-gr {
    display: block;
}

.find-service-center-form select {
    width: 100%;
}

.find-service-center-footer {
    margin-top: auto;
}

.find-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

.find-row button {
    margin: 0 0 0 6px;
    color: #111;
    display: flex;
    justify-content: center;
    align-items: center;
}

.find-row button svg {
    margin-right: 4px;
}

.find-service-center-form {
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
}

.find-service-item {
    display: grid;
    grid-template-columns: auto 64px;
    grid-gap: 10px;
    border-top: 1px solid #ccc;
    padding-top: 12px;
}

.find-service-item:nth-child(n + 2) {
    margin-top: 12px;
}

.sign-board {
    width: 64px;
    position: relative;
    display: block;
    background-color: #bababa;
    border-radius: 50%;
}

.sign-board:before {
    content: "";
    padding-top: 100%;
    display: block;
}

.sign-board img {
    width: 80%;
    height: 80%;
    object-fit: contain;
    object-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.childmenu-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
}

.childmenu-link {
    color: var(--black);
    padding: 10px 16px;
    display: block;
    text-transform: none;
}

.special-menu a {
    background: rgb(2, 0, 36);
    background: linear-gradient(0deg, rgba(130, 89, 41, 1) 0%, rgba(255, 222, 164, 1) 100%);
    color: var(--white);
    border-radius: 5px;
}

.hide-desktop {
    display: none;
}

.tab-showroom {
    margin-bottom: 24px;
}

.tab-showroom-header {
    font-size: calc(25px + (38 - 25) * ((100vw - 300px)/ (1920 - 300)));
    text-align: center;
    margin: 12px auto;
    font-weight: 700;
}

.tab-showroom-content {
    display: grid;
    grid-template-columns: 48% 50%;
    grid-gap: 2%;
}

.tab-showroom-content:nth-child(n + 2) {
    margin-top: 24px;
}

.showroom-address-list {
    max-height: 366px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 12px;
}

.showroom-address-list:not(.active) {
    display: none;
}

.showroom-address-item {
    display: grid;
    grid-template-columns: 212px calc(100% - 241px);
    grid-gap: 30px;
    align-items: center;
}

.showroom-address-item:nth-child(n + 2) {
    border-top: 1px solid #adadad;
    margin-top: 16px;
    padding-top: 16px;
}

.showroom-address-image {
    position: relative;
}

.showroom-address-image img {
    border-radius: 10px;
}

.box-light {
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom-right-radius: 10px;
    background-color: rgba(11 11 11 / 44%);
    color: #fff;
    line-height: 1;
    padding: 6px;
}

.showroom-address-txt span {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
    display: block;
    position: relative;
}

.showroom-address-txt .call {
    border: none;
    border-radius: 5px;
    padding: 6px 10px;
    background: rgb(2, 0, 36);
    background: linear-gradient(0deg, rgba(130, 89, 41, 1) 0%, rgba(255, 222, 164, 1) 100%);
    color: var(--white);
    outline: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    width: -moz-fit-content;
    color: #fff;
    transition: all 300ms ease-in-out;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.showroom-address-txt small {
    font-size: 14px;
    color: #adadad;
}

.tab-showroom-maps iframe {
    display: block;
    margin: 0;
    width: 685px;
    height: 366px;
    background: linear-gradient(45deg, rgba(209, 209, 209, 0.35), rgba(11, 11, 11, 0.1), rgba(209, 209, 209, 0.1), rgba(209, 209, 209, 0.15));
    background-size: 400% 400%;
    animation: gradient 2600ms ease infinite;
}

.showroom-tab-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}

.showroom-tab-item {
    padding: 14px 10px;
    text-align: center;
    font-weight: 700;
    border-radius: 10px;
    background-color: #eee;
    border: 2px solid transparent;
    color: var(--black);
    user-select: none;
    cursor: pointer;
    transition: border-color 300ms ease-in-out;
}

.showroom-tab-item:hover {
    border-color: var(--black);
}

.showroom-tab-item.active {
    border-color: var(--black);
    background-color: var(--black);
    color: #fff;
    cursor: default;
}

.find-showroom-action-box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.fin-shop {
    border: none;
    border-radius: 5px;
    padding: 6px 10px;
    background: rgb(2, 0, 36);
    background: linear-gradient(0deg, rgba(130, 89, 41, 1) 0%, rgba(255, 222, 164, 1) 100%);
    color: var(--white);
    outline: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all 300ms ease-in-out;
    white-space: nowrap;
    min-width: 170px;
    margin-left: 16px;
}

.find-agency-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #d1d1d1;
    border-radius: 7px;
    background-color: #fff;
    width: 100%;
}

.find-agency-input {
    border: none;
    background-color: transparent;
}

.button.find-agency-button {
    border: none;
    background-color: transparent;
}

.support-wrapper {
    background-color: #eee;
    padding: 48px 24px;
    margin-bottom: 32px;
}

.support-content,
.support-content-action {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 12px 48px;
}

.support-footer,
.support-phone-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px
}


.support-content-item {
    min-width: 280px;
    padding: 0 24px;
    position: relative;
}

.support-content-item:first-child::before {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background-color: #d1d1d1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.support-content-action {
    padding: 10px;
    gap: 16px
}

.support-phone-box {
    gap: 4px
}

.support-content-action a {
    background-color: var(--black);
    color: #fff;
    border-radius: 48px;
    padding: 12px 24px;
    font-weight: 500;
    display: block;
    font-size: calc(17px + (21 - 17) * ((100vw - 300px) / (1920 - 300)));
    
	
	color: #fff;
    border-radius: 48px;
    padding: 7px 7px;
    font-weight: 500;
    display: block;
    font-size: calc(17px + (21 - 17) * ((100vw - 300px) / (1920 - 300)));
    min-width: 139px;
}

.support-content-header {
    font-size: 18px;
    font-weight: 500;
}

.support-footer span {
    font-size: calc(21px + (32 - 21) * ((100vw - 300px) / (1920 - 300)));
    ;
}

.support-footer i {
    font-style: 14px;
}

.row-3col,
.form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 36px;
}

.row-3col {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 12px;
}

.error {
    font-size: 12px;
    font-weight: 400;
    color: #f00;
}

input.error {
    border-color: #f00 !important
}

#postcontent {
    max-width: 980px;
    width: 92%;
    margin: 0 auto;
    padding: 0 20px;
}

#postcontent img {
    display: block;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    height: auto;
}

#postcontent table {
    border: 1px solid #d1d1d1;
    border-collapse: collapse;
}

#postcontent th,
#postcontent td {
    border: 1px solid #d1d1d1;
    padding: 10px 16px;
}

#postcontent th {
    font-weight: 500;
}

.lucky-wheel {
    width: 100vw;
    height: 100vh;
    background-color: #eeddb5;
    background-image: url(/v9/assets/images/lucky-wheel-background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lucky-wheel-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.lucky-wheel-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    padding-left: 250px;
}

.lucky-wheel-txt {
    font-size: calc(17px + (25 - 17) * ((100vw - 300px) / (1920 - 300)));
    ;
    ;
    max-width: 500px;
    padding: 10px;
    text-align: center;
}

.lucky-wheel-content .site-heading {
    text-transform: uppercase;
    font-size: calc(21px + (60 - 21) * ((100vw - 300px) / (1920 - 300)));
}

.lucky-wheel-spin {
    position: absolute;
    width: calc(280px + (640 - 280) * ((100vw - 300px) / (1920 - 300)));
    height: calc(280px + (640 - 280) * ((100vw - 300px) / (1920 - 300)));
    display: block;
    left: -8%;
    top: 60%;
    transform: translateY(-50%);
    background-image: url(/v9/assets/images/lucky-wheel-spin.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lucky-wheel-spin-arrow {
    position: absolute;
    width: 150px;
    height: 104px;
    display: flex;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/v9/assets/images/lucky-wheel-arow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding: 10px 15px 10px 60px;
    text-align: center;
    font-size: 12px;
    user-select: none;
    cursor: pointer;
}

.lucky-wheel-spin-arrow>* {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    width: 100%;
    text-transform: uppercase;
}

.lucky-wheel-action {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.lucky-wheel-action .button-activated {
    border: none;
    border-radius: 24px;
    padding: 14px 22px;
    background: rgb(2, 0, 36);
    background: linear-gradient(0deg, rgba(11, 11, 11, 1) 0%, rgba(66, 66, 66, 1) 100%);
    color: var(--white);
    outline: none;
    cursor: pointer;
    min-width: 200px;
    font-size: 16px;
    font-weight: 600;
    transition: all 300ms ease-in-out;
}

.spin-pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 333;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: all 300ms ease-in-out;
}

#close-spin {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(11 11 11 / 66%);
    z-index: 1;
}

.open-spin {
    overflow: hidden;
}

.open-spin .spin-pop {
    opacity: 1;
    pointer-events: all;
}

.mainbox {
    position: relative;
    z-index: 3;
    width: 600px;
    height: 600px;
}

.box {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 50%;
    border: 10px solid #fff;
    box-shadow: 0 6px 36px rgba(11 11 11 / 44%);
    overflow: hidden;
    transition: all ease-in-out 5s;
    transform: rotate(90deg);
}

.spin-pop span {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    position: absolute;
}

.span1 {
    clip-path: polygon(0 17%, 0 50%, 50% 50%);
    background-color: green;
}

.span2 {
    clip-path: polygon(0 17%, 30% 0, 50% 50%);
    background-color: red;
}

.span3 {
    clip-path: polygon(30% 0, 71% 0, 50% 50%);
    background-color: blue;
}

.span4 {
    clip-path: polygon(71% 0, 100% 18%, 50% 50%);
    background-color: salmon;
}

.span5 {
    clip-path: polygon(100% 18%, 100% 50%, 50% 50%);
    background: #ff8300;
}

.box2 .span3 {
    background-color: #00ff04;
}

.box2 {
    width: 100%;
    height: 100%;
    transform: rotate(180deg);
}

.font {
    color: white;
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300)));
}

.box1 .span1 b {
    position: absolute;
    top: 39%;
    right: 60%;
    transform: rotate(200deg);
    text-align: center;
}

.box1 .span2 b {
    position: absolute;
    top: 25%;
    right: 57%;
    transform: rotate(-130deg);
}

.box1 .span3 b {
    position: absolute;
    top: 20%;
    right: 36%;
    transform: rotate(-90deg);
}

.box1 .span4 b {
    position: absolute;
    top: 25%;
    right: 15%;
    transform: rotate(-45deg);
}

.box1 .span5 b {
    position: absolute;
    top: 38%;
    right: 10%;
    transform: rotate(-15deg);
    text-align: center;
}

.box2 .span1 b {
    position: absolute;
    top: 34%;
    right: 70%;
    transform: rotate(200deg);
}

.box2 .span2 b {
    position: absolute;
    top: 20%;
    right: 60%;
    transform: rotate(-130deg);
    text-align: center;
}

.box2 .span3 b {
    position: absolute;
    top: 15%;
    right: 40%;
    transform: rotate(270deg);
}

.box2 .span4 b {
    position: absolute;
    top: 27%;
    right: 20%;
    transform: rotate(310deg);
}

.box2 .span5 b {
    position: absolute;
    top: 35%;
    right: 10%;
    transform: rotate(-20deg);
    text-align: center;
}

.spin {
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    cursor: pointer;
    width: 150px;
    height: 104px;
    display: flex;
    left: 53%;
    top: 50%;
    background-image: url(/v9/assets/images/spin.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 10px 60px 10px 30px;
    text-align: center;
    font-size: 15px;
    user-select: none;
    background-color: transparent;
    border: none;
    outline: none;
    text-transform: uppercase;
}

.spin:active {
    width: 150px;
    height: 104px;
}

.mainbox.animate:after {
    animation: animateArrow 0.7s ease infinite;
}

audio {
    display: none;
}

@keyframes animateArrow {
    50% {
        right: -50px;
    }
}

@media (max-width: 576px) {
    .mainbox {
        width: 100%;
        height: 50%;
    }
}

@media (max-width: 1000px) {
    .hide-desktop {
        display: block;
    }

    body {
        font-size: 16px;
    }

    .logo-menu .site-logo {
        padding: 20px;
    }

    .logo-menu {
        box-shadow: 0 3px 12px rgba(11 11 11 / 22%);
        margin-bottom: 24px;
    }

    .logo-menu,
    .logo-menu .site-logo {
        background-color: var(--black);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .navigation-button {
        border: none;
        background-color: transparent;
        outline: none;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 40px;
        min-width: 40px;
        margin-right: 12px;
    }

    .site-logo {
        display: block;
    }

    .has-childmenu .nav-link-lev1::before,
    .has-childmenu .nav-link-lev1::after {
        content: "";
        width: 2px;
        height: 10px;
        display: block;
        position: absolute;
        bottom: 16px;
        background: var(--gray);
        transition: transform 200ms ease-in-out;
    }

    .has-childmenu .nav-link-lev1::before {
        transform: rotate(45deg);
        right: 12px;
    }

    .has-childmenu .nav-link-lev1::after {
        transform: rotate(-45deg);
        right: 18px;
    }

    .has-childmenu .show-childmenu.nav-link-lev1::before {
        transform: rotate(-45deg);
    }

    .has-childmenu .show-childmenu.nav-link-lev1::after {
        transform: rotate(45deg);
    }

    .nav-item.active>a:hover,
    .nav-item.active>a:focus {
        color: inherit;
    }

    .nav-item.active .nav-link-lev1 {
        color: var(--hover);
    }

    .site-logo img {
        height: 30px;
        object-fit: contain;
    }

    .navigation-button span {
        display: block;
        height: 2px;
        width: 24px;
        border-radius: 3px;
        background-color: white;
        margin: 3px 0;
    }

    .navigation-background {
        position: fixed;
        z-index: 11;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(11 11 11 / 33%);
        opacity: 0;
        pointer-events: none;
        transition: opacity 300ms ease-in-out;
    }

    .navigation {
        background-color: #fff;
        position: fixed;
        justify-content: flex-start;
        align-items: flex-start;
        z-index: 9999;
        width: 300px;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        pointer-events: none;
        transition: opacity 300ms ease-in-out;
    }

    .navigation-list {
        width: 100%;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: left;
    }

    .nav-item {
        width: 100%;
    }

    .nav-link-lev1 {
        font-size: 15px;
        padding: 12px 16px;
    }

    .open-navigation .navigation {
        opacity: 1;
        pointer-events: all;
    }

    .open-navigation .navigation-background {
        opacity: 1;
        pointer-events: all;
    }

    .navigation-background:before,
    .navigation-background:after {
        content: "";
        position: absolute;
        top: 10px;
        right: 30px;
        width: 2px;
        height: 24px;
        background-color: #fff;
    }

    .navigation-background:before {
        transform: rotate(45deg);
    }

    .navigation-background:after {
        transform: rotate(-45deg);
    }

}

@media (max-width: 760px) {
    .lucky-wheel-content {
        padding: 32px;
        height: 80%;
    }

    .lucky-wheel {
        height: 90vh;
    }

    .lucky-wheel-spin-arrow {
        width: 80px;
        height: 115px;
        right: 25%;
        top: -33px;
        transform: translate(-50%, 0);
        background-image: url(/v9/assets/images/lucky-wheel-spin-mb.png);
        padding: 28px 6px 6px;
        font-size: 11px;
        justify-content: flex-start;
    }

    .lucky-wheel-spin {
        position: absolute;
        top: auto;
        bottom: -20%;
        left: 50%;
        transform: translate(-50%, -0%);
    }

    .form-row,
    .row-3col {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 6px;
        margin-bottom: 6px;
    }

    #postcontent table {
        display: block;
        width: 100%;
        overflow-x: auto;
    }

    #postcontent table tbody {
        display: table;
    }

    .site-heading {
        margin-bottom: 24px;
    }

    .form-label {
        opacity: 1;
        font-size: 16px;
    }

    .form-input.form-select {
        margin-bottom: 12px;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #e1e1e1;
        padding-left: 0;
    }

    .childmenu-wrapper {
        display: none;
    }

    .form-label:empty {
        display: none;
    }

    .banner-item:before {
        /*padding-top: calc(100% / 2);*/
    }

    .content-box {
        width: 90%;
    }

    .form-label {
        margin-bottom: 6px;
        display: block;
    }

    .form-gr {
        display: block;
    }

    .app-icon {
        margin: 0;
        padding: 8px 10px;
    }

    .list-app-icon {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .app-icon img:first-child {
        /*display: none;*/
    }

    .app-icon img {
        width: 100%;
        /*height: 30px;*/
    }

    .app-icon span {
        font-size: 21px;
        line-height: 25px;
    }

    .container,
    .footer-bottom {
        display: block;
    }

    .box:nth-of-type(2) {
        border: none;
    }

    .footer-bottom .site-w {
        grid-template-columns: repeat(1, 1fr);
    }

    .support-content,
    .tab-showroom-content {
        display: block;
    }

    .support-content,
    .support-content-item.activated-box,
    .support-wrapper {
        padding: 12px;
    }

    .support-content-action,
    .support-content-item {
        padding: 12px 0;
    }

    .support-content-item:first-child::before {
        display: none;
    }

    .showroom-tab-list {
        white-space: nowrap;
        width: 100%;
        overflow-x: auto;
        margin-bottom: 10px;
    }

    .showroom-address-item {
        grid-template-columns: 112px calc(100% - 125px);
        grid-gap: 12px;
    }

    .showroom-address-list {
        padding: 0;
    }

    .showroom-address-txt .call {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
    }

    .showroom-address-image img:first-child {
        display: none;
    }

    .tab-showroom-maps {
        margin-top: 24px;
    }

    .tab-showroom-maps iframe {
        width: 100%;
        height: auto;
    }

    .banner {
        width: 100vw;
    }

    .nav-link-lev1 {
        color: var(--black);
    }

    .nav-item.special-menu {
        width: 80%;
        margin-left: 16px;
    }
}

@media (min-width: 760px) {
    .banner {
        padding: 0 0px;
        max-width: var(--site);
        width: 100%;
        margin: 0 auto;
    }

    .nav-link-lev1 {
        font-size: 14px;
    }

    .childmenu-wrapper {
        position: absolute;
        top: 100%;
        right: 0;
        width: 200px;
        border-radius: 5px;
        box-shadow: 0 4px 24px rgba(11 11 11 / 11%);
        background-color: #fff;
        opacity: 0;
        transform: translateY(30px);
        transition: all 300ms ease-in-out;
        pointer-events: none;
    }

    .has-childmenu:hover .childmenu-wrapper {
        opacity: 1;
        transform: translateY(0);
        pointer-events: all
    }
}

#activated-form {margin-top:40px;}